Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 90 additions & 2 deletions src/alphalib/types/robots/_index.ts

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/alphalib/types/robots/assembly-savejson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export type RobotAssemblySavejsonInstructions = z.infer<
export const interpolatableRobotAssemblySavejsonInstructionsSchema = interpolateRobot(
robotAssemblySavejsonInstructionsSchema,
)
export type InterpolatableRobotAssemblySavejsonInstructions = z.input<
export type InterpolatableRobotAssemblySavejsonInstructions =
InterpolatableRobotAssemblySavejsonInstructionsInput

export type InterpolatableRobotAssemblySavejsonInstructionsInput = z.input<
typeof interpolatableRobotAssemblySavejsonInstructionsSchema
>
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/audio-artwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ export type RobotAudioArtworkInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioArtworkInstructionsSchema = interpolateRobot(
robotAudioArtworkInstructionsSchema,
)
export type InterpolatableRobotAudioArtworkInstructions = z.input<
export type InterpolatableRobotAudioArtworkInstructions =
InterpolatableRobotAudioArtworkInstructionsInput

export type InterpolatableRobotAudioArtworkInstructionsInput = z.input<
typeof interpolatableRobotAudioArtworkInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/audio-concat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ export type RobotAudioConcatInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioConcatInstructionsSchema = interpolateRobot(
robotAudioConcatInstructionsSchema,
)
export type InterpolatableRobotAudioConcatInstructions = z.input<
export type InterpolatableRobotAudioConcatInstructions =
InterpolatableRobotAudioConcatInstructionsInput

export type InterpolatableRobotAudioConcatInstructionsInput = z.input<
typeof interpolatableRobotAudioConcatInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/audio-encode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ export type RobotAudioEncodeInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioEncodeInstructionsSchema = interpolateRobot(
robotAudioEncodeInstructionsSchema,
)
export type InterpolatableRobotAudioEncodeInstructions = z.input<
export type InterpolatableRobotAudioEncodeInstructions =
InterpolatableRobotAudioEncodeInstructionsInput

export type InterpolatableRobotAudioEncodeInstructionsInput = z.input<
typeof interpolatableRobotAudioEncodeInstructionsSchema
>

Expand Down
4 changes: 3 additions & 1 deletion src/alphalib/types/robots/audio-loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ export type RobotAudioLoopInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioLoopInstructionsSchema = interpolateRobot(
robotAudioLoopInstructionsSchema,
)
export type InterpolatableRobotAudioLoopInstructions = z.input<
export type InterpolatableRobotAudioLoopInstructions = InterpolatableRobotAudioLoopInstructionsInput

export type InterpolatableRobotAudioLoopInstructionsInput = z.input<
typeof interpolatableRobotAudioLoopInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/audio-merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ export type RobotAudioMergeInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioMergeInstructionsSchema = interpolateRobot(
robotAudioMergeInstructionsSchema,
)
export type InterpolatableRobotAudioMergeInstructions = z.input<
export type InterpolatableRobotAudioMergeInstructions =
InterpolatableRobotAudioMergeInstructionsInput

export type InterpolatableRobotAudioMergeInstructionsInput = z.input<
typeof interpolatableRobotAudioMergeInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/audio-waveform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ export type RobotAudioWaveformInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAudioWaveformInstructionsSchema = interpolateRobot(
robotAudioWaveformInstructionsSchema,
)
export type InterpolatableRobotAudioWaveformInstructions = z.input<
export type InterpolatableRobotAudioWaveformInstructions =
InterpolatableRobotAudioWaveformInstructionsInput

export type InterpolatableRobotAudioWaveformInstructionsInput = z.input<
typeof interpolatableRobotAudioWaveformInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/azure-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ export type RobotAzureImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAzureImportInstructionsSchema = interpolateRobot(
robotAzureImportInstructionsSchema,
)
export type InterpolatableRobotAzureImportInstructions = z.input<
export type InterpolatableRobotAzureImportInstructions =
InterpolatableRobotAzureImportInstructionsInput

export type InterpolatableRobotAzureImportInstructionsInput = z.input<
typeof interpolatableRobotAzureImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/azure-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ export type RobotAzureStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotAzureStoreInstructionsSchema = interpolateRobot(
robotAzureStoreInstructionsSchema,
)
export type InterpolatableRobotAzureStoreInstructions = z.input<
export type InterpolatableRobotAzureStoreInstructions =
InterpolatableRobotAzureStoreInstructionsInput

export type InterpolatableRobotAzureStoreInstructionsInput = z.input<
typeof interpolatableRobotAzureStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/backblaze-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ export type RobotBackblazeImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotBackblazeImportInstructionsSchema = interpolateRobot(
robotBackblazeImportInstructionsSchema,
)
export type InterpolatableRobotBackblazeImportInstructions = z.input<
export type InterpolatableRobotBackblazeImportInstructions =
InterpolatableRobotBackblazeImportInstructionsInput

export type InterpolatableRobotBackblazeImportInstructionsInput = z.input<
typeof interpolatableRobotBackblazeImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/backblaze-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ export type RobotBackblazeStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotBackblazeStoreInstructionsSchema = interpolateRobot(
robotBackblazeStoreInstructionsSchema,
)
export type InterpolatableRobotBackblazeStoreInstructions = z.input<
export type InterpolatableRobotBackblazeStoreInstructions =
InterpolatableRobotBackblazeStoreInstructionsInput

export type InterpolatableRobotBackblazeStoreInstructionsInput = z.input<
typeof interpolatableRobotBackblazeStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/cloudfiles-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ export type RobotCloudfilesImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotCloudfilesImportInstructionsSchema = interpolateRobot(
robotCloudfilesImportInstructionsSchema,
)
export type InterpolatableRobotCloudfilesImportInstructions = z.input<
export type InterpolatableRobotCloudfilesImportInstructions =
InterpolatableRobotCloudfilesImportInstructionsInput

export type InterpolatableRobotCloudfilesImportInstructionsInput = z.input<
typeof interpolatableRobotCloudfilesImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/cloudfiles-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ export type RobotCloudfilesStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotCloudfilesStoreInstructionsSchema = interpolateRobot(
robotCloudfilesStoreInstructionsSchema,
)
export type InterpolatableRobotCloudfilesStoreInstructions = z.input<
export type InterpolatableRobotCloudfilesStoreInstructions =
InterpolatableRobotCloudfilesStoreInstructionsInput

export type InterpolatableRobotCloudfilesStoreInstructionsInput = z.input<
typeof interpolatableRobotCloudfilesStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/cloudflare-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ export type RobotCloudflareImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotCloudflareImportInstructionsSchema = interpolateRobot(
robotCloudflareImportInstructionsSchema,
)
export type InterpolatableRobotCloudflareImportInstructions = z.input<
export type InterpolatableRobotCloudflareImportInstructions =
InterpolatableRobotCloudflareImportInstructionsInput

export type InterpolatableRobotCloudflareImportInstructionsInput = z.input<
typeof interpolatableRobotCloudflareImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/cloudflare-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ export type RobotCloudflareStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotCloudflareStoreInstructionsSchema = interpolateRobot(
robotCloudflareStoreInstructionsSchema,
)
export type InterpolatableRobotCloudflareStoreInstructions = z.input<
export type InterpolatableRobotCloudflareStoreInstructions =
InterpolatableRobotCloudflareStoreInstructionsInput

export type InterpolatableRobotCloudflareStoreInstructionsInput = z.input<
typeof interpolatableRobotCloudflareStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/digitalocean-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ export type RobotDigitaloceanImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDigitaloceanImportInstructionsSchema = interpolateRobot(
robotDigitaloceanImportInstructionsSchema,
)
export type InterpolatableRobotDigitaloceanImportInstructions = z.input<
export type InterpolatableRobotDigitaloceanImportInstructions =
InterpolatableRobotDigitaloceanImportInstructionsInput

export type InterpolatableRobotDigitaloceanImportInstructionsInput = z.input<
typeof interpolatableRobotDigitaloceanImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/digitalocean-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ export type RobotDigitaloceanStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDigitaloceanStoreInstructionsSchema = interpolateRobot(
robotDigitaloceanStoreInstructionsSchema,
)
export type InterpolatableRobotDigitaloceanStoreInstructions = z.input<
export type InterpolatableRobotDigitaloceanStoreInstructions =
InterpolatableRobotDigitaloceanStoreInstructionsInput

export type InterpolatableRobotDigitaloceanStoreInstructionsInput = z.input<
typeof interpolatableRobotDigitaloceanStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-autorotate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ export type RobotDocumentAutorotateInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentAutorotateInstructionsSchema = interpolateRobot(
robotDocumentAutorotateInstructionsSchema,
)
export type InterpolatableRobotDocumentAutorotateInstructions = z.input<
export type InterpolatableRobotDocumentAutorotateInstructions =
InterpolatableRobotDocumentAutorotateInstructionsInput

export type InterpolatableRobotDocumentAutorotateInstructionsInput = z.input<
typeof interpolatableRobotDocumentAutorotateInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ export type RobotDocumentConvertInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentConvertInstructionsSchema = interpolateRobot(
robotDocumentConvertInstructionsSchema,
)
export type InterpolatableRobotDocumentConvertInstructions = z.input<
export type InterpolatableRobotDocumentConvertInstructions =
InterpolatableRobotDocumentConvertInstructionsInput

export type InterpolatableRobotDocumentConvertInstructionsInput = z.input<
typeof interpolatableRobotDocumentConvertInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ export type RobotDocumentMergeInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentMergeInstructionsSchema = interpolateRobot(
robotDocumentMergeInstructionsSchema,
)
export type InterpolatableRobotDocumentMergeInstructions = z.input<
export type InterpolatableRobotDocumentMergeInstructions =
InterpolatableRobotDocumentMergeInstructionsInput

export type InterpolatableRobotDocumentMergeInstructionsInput = z.input<
typeof interpolatableRobotDocumentMergeInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-ocr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ export type RobotDocumentOcrInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentOcrInstructionsSchema = interpolateRobot(
robotDocumentOcrInstructionsSchema,
)
export type InterpolatableRobotDocumentOcrInstructions = z.input<
export type InterpolatableRobotDocumentOcrInstructions =
InterpolatableRobotDocumentOcrInstructionsInput

export type InterpolatableRobotDocumentOcrInstructionsInput = z.input<
typeof interpolatableRobotDocumentOcrInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-split.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ export type RobotDocumentSplitInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentSplitInstructionsSchema = interpolateRobot(
robotDocumentSplitInstructionsSchema,
)
export type InterpolatableRobotDocumentSplitInstructions = z.input<
export type InterpolatableRobotDocumentSplitInstructions =
InterpolatableRobotDocumentSplitInstructionsInput

export type InterpolatableRobotDocumentSplitInstructionsInput = z.input<
typeof interpolatableRobotDocumentSplitInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/document-thumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ export type RobotDocumentThumbsInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDocumentThumbsInstructionsSchema = interpolateRobot(
robotDocumentThumbsInstructionsSchema,
)
export type InterpolatableRobotDocumentThumbsInstructions = z.input<
export type InterpolatableRobotDocumentThumbsInstructions =
InterpolatableRobotDocumentThumbsInstructionsInput

export type InterpolatableRobotDocumentThumbsInstructionsInput = z.input<
typeof interpolatableRobotDocumentThumbsInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/dropbox-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ export type RobotDropboxImportInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDropboxImportInstructionsSchema = interpolateRobot(
robotDropboxImportInstructionsSchema,
)
export type InterpolatableRobotDropboxImportInstructions = z.input<
export type InterpolatableRobotDropboxImportInstructions =
InterpolatableRobotDropboxImportInstructionsInput

export type InterpolatableRobotDropboxImportInstructionsInput = z.input<
typeof interpolatableRobotDropboxImportInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/dropbox-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ export type RobotDropboxStoreInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotDropboxStoreInstructionsSchema = interpolateRobot(
robotDropboxStoreInstructionsSchema,
)
export type InterpolatableRobotDropboxStoreInstructions = z.input<
export type InterpolatableRobotDropboxStoreInstructions =
InterpolatableRobotDropboxStoreInstructionsInput

export type InterpolatableRobotDropboxStoreInstructionsInput = z.input<
typeof interpolatableRobotDropboxStoreInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/edgly-deliver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ export type RobotEdglyDeliverInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotEdglyDeliverInstructionsSchema = interpolateRobot(
robotEdglyDeliverInstructionsSchema,
)
export type InterpolatableRobotEdglyDeliverInstructions = z.input<
export type InterpolatableRobotEdglyDeliverInstructions =
InterpolatableRobotEdglyDeliverInstructionsInput

export type InterpolatableRobotEdglyDeliverInstructionsInput = z.input<
typeof interpolatableRobotEdglyDeliverInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/file-compress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,10 @@ export type RobotFileCompressInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileCompressInstructionsSchema = interpolateRobot(
robotFileCompressInstructionsSchema,
)
export type InterpolatableRobotFileCompressInstructions = z.input<
export type InterpolatableRobotFileCompressInstructions =
InterpolatableRobotFileCompressInstructionsInput

export type InterpolatableRobotFileCompressInstructionsInput = z.input<
typeof interpolatableRobotFileCompressInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/file-decompress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ export type RobotFileDecompressInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileDecompressInstructionsSchema = interpolateRobot(
robotFileDecompressInstructionsSchema,
)
export type InterpolatableRobotFileDecompressInstructions = z.input<
export type InterpolatableRobotFileDecompressInstructions =
InterpolatableRobotFileDecompressInstructionsInput

export type InterpolatableRobotFileDecompressInstructionsInput = z.input<
typeof interpolatableRobotFileDecompressInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/file-filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ export type RobotFileFilterInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileFilterInstructionsSchema = interpolateRobot(
robotFileFilterInstructionsSchema,
)
export type InterpolatableRobotFileFilterInstructions = z.input<
export type InterpolatableRobotFileFilterInstructions =
InterpolatableRobotFileFilterInstructionsInput

export type InterpolatableRobotFileFilterInstructionsInput = z.input<
typeof interpolatableRobotFileFilterInstructionsSchema
>

Expand Down
4 changes: 3 additions & 1 deletion src/alphalib/types/robots/file-hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export type RobotFileHashInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileHashInstructionsSchema = interpolateRobot(
robotFileHashInstructionsSchema,
)
export type InterpolatableRobotFileHashInstructions = z.input<
export type InterpolatableRobotFileHashInstructions = InterpolatableRobotFileHashInstructionsInput

export type InterpolatableRobotFileHashInstructionsInput = z.input<
typeof interpolatableRobotFileHashInstructionsSchema
>

Expand Down
5 changes: 4 additions & 1 deletion src/alphalib/types/robots/file-preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,10 @@ export type RobotFilePreviewInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFilePreviewInstructionsSchema = interpolateRobot(
robotFilePreviewInstructionsSchema,
)
export type InterpolatableRobotFilePreviewInstructions = z.input<
export type InterpolatableRobotFilePreviewInstructions =
InterpolatableRobotFilePreviewInstructionsInput

export type InterpolatableRobotFilePreviewInstructionsInput = z.input<
typeof interpolatableRobotFilePreviewInstructionsSchema
>

Expand Down
4 changes: 3 additions & 1 deletion src/alphalib/types/robots/file-read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ export type RobotFileReadInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileReadInstructionsSchema = interpolateRobot(
robotFileReadInstructionsSchema,
)
export type InterpolatableRobotFileReadInstructions = z.input<
export type InterpolatableRobotFileReadInstructions = InterpolatableRobotFileReadInstructionsInput

export type InterpolatableRobotFileReadInstructionsInput = z.input<
typeof interpolatableRobotFileReadInstructionsSchema
>

Expand Down
4 changes: 3 additions & 1 deletion src/alphalib/types/robots/file-serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ export type RobotFileServeInstructionsWithHiddenFields = z.infer<
export const interpolatableRobotFileServeInstructionsSchema = interpolateRobot(
robotFileServeInstructionsSchema,
)
export type InterpolatableRobotFileServeInstructions = z.input<
export type InterpolatableRobotFileServeInstructions = InterpolatableRobotFileServeInstructionsInput

export type InterpolatableRobotFileServeInstructionsInput = z.input<
typeof interpolatableRobotFileServeInstructionsSchema
>

Expand Down
Loading