@uploadista/core 0.0.20 → 0.1.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/dist/{checksum-DVPe3Db4.cjs → checksum-CTpNXWEL.cjs} +1 -1
  2. package/dist/errors/index.cjs +1 -1
  3. package/dist/errors/index.d.mts +2 -2
  4. package/dist/flow/index.cjs +1 -1
  5. package/dist/flow/index.d.cts +2 -2
  6. package/dist/flow/index.d.mts +6 -6
  7. package/dist/flow/index.mjs +1 -1
  8. package/dist/flow-CA8xO6wP.mjs +2 -0
  9. package/dist/flow-CA8xO6wP.mjs.map +1 -0
  10. package/dist/flow-DKJaCPxL.cjs +1 -0
  11. package/dist/index-9gyMMEIB.d.cts.map +1 -1
  12. package/dist/{index-RuQUCROH.d.mts → index-BNhJmMuC.d.mts} +228 -167
  13. package/dist/index-BNhJmMuC.d.mts.map +1 -0
  14. package/dist/{index-DMqaf28W.d.cts → index-BmkhRBV6.d.cts} +226 -165
  15. package/dist/index-BmkhRBV6.d.cts.map +1 -0
  16. package/dist/{index-B9V5SSxl.d.mts → index-D8MZ6P3o.d.mts} +2 -2
  17. package/dist/{index-B9V5SSxl.d.mts.map → index-D8MZ6P3o.d.mts.map} +1 -1
  18. package/dist/{index-BFSHumky.d.mts → index-DQuMQssI.d.mts} +2 -2
  19. package/dist/{index-BFSHumky.d.mts.map → index-DQuMQssI.d.mts.map} +1 -1
  20. package/dist/index.cjs +1 -1
  21. package/dist/index.d.cts +2 -2
  22. package/dist/index.d.mts +6 -6
  23. package/dist/index.mjs +1 -1
  24. package/dist/{stream-limiter-BvkaZXcz.cjs → stream-limiter-DH0vv46_.cjs} +1 -1
  25. package/dist/streams/index.cjs +1 -1
  26. package/dist/streams/index.d.mts +2 -2
  27. package/dist/streams/index.mjs +1 -1
  28. package/dist/testing/index.cjs +2 -2
  29. package/dist/testing/index.d.cts +1 -1
  30. package/dist/testing/index.d.cts.map +1 -1
  31. package/dist/testing/index.d.mts +5 -5
  32. package/dist/testing/index.d.mts.map +1 -1
  33. package/dist/testing/index.mjs +2 -2
  34. package/dist/testing/index.mjs.map +1 -1
  35. package/dist/types/index.cjs +1 -1
  36. package/dist/types/index.d.cts +2 -2
  37. package/dist/types/index.d.mts +6 -6
  38. package/dist/types/index.mjs +1 -1
  39. package/dist/types-BF_tvkRh.cjs +1 -0
  40. package/dist/types-BRnwrJDg.mjs +2 -0
  41. package/dist/types-BRnwrJDg.mjs.map +1 -0
  42. package/dist/upload/index.cjs +1 -1
  43. package/dist/upload/index.d.cts +1 -1
  44. package/dist/upload/index.d.mts +5 -5
  45. package/dist/upload/index.mjs +1 -1
  46. package/dist/upload-CLHJ1SFS.cjs +1 -0
  47. package/dist/upload-CpsShjP3.mjs +2 -0
  48. package/dist/upload-CpsShjP3.mjs.map +1 -0
  49. package/dist/{uploadista-error-DR0XimpE.d.mts → uploadista-error-B1qbOy9N.d.mts} +1 -1
  50. package/dist/{uploadista-error-DR0XimpE.d.mts.map → uploadista-error-B1qbOy9N.d.mts.map} +1 -1
  51. package/dist/{uploadista-error-BgQU45we.cjs → uploadista-error-CLWoRAAr.cjs} +1 -1
  52. package/dist/uploadista-error-CkSxSyNo.mjs.map +1 -1
  53. package/dist/utils/index.cjs +1 -1
  54. package/dist/utils/index.d.mts +2 -2
  55. package/dist/utils/index.mjs +1 -1
  56. package/dist/{utils-UUJt8ILJ.cjs → utils-CvZJUNEo.cjs} +1 -1
  57. package/dist/{utils-B-ZhQ6b0.mjs → utils-DVwfrVBJ.mjs} +1 -1
  58. package/dist/utils-DVwfrVBJ.mjs.map +1 -0
  59. package/package.json +8 -8
  60. package/src/flow/circuit-breaker-store.ts +7 -8
  61. package/src/flow/flow.ts +6 -5
  62. package/src/flow/nodes/transform-node.ts +15 -1
  63. package/src/flow/plugins/image-plugin.ts +12 -3
  64. package/src/flow/plugins/video-plugin.ts +12 -3
  65. package/src/flow/types/flow-types.ts +75 -6
  66. package/src/flow/types/retry-policy.ts +5 -2
  67. package/src/flow/types/type-utils.ts +4 -6
  68. package/src/flow/utils/file-naming.ts +36 -11
  69. package/src/testing/mock-upload-engine.ts +18 -1
  70. package/src/types/circuit-breaker-store.ts +2 -2
  71. package/src/types/data-store.ts +4 -1
  72. package/src/types/kv-store.ts +13 -12
  73. package/src/types/upload-file.ts +29 -4
  74. package/src/upload/upload-chunk.ts +1 -1
  75. package/dist/flow-BHVkk_6W.cjs +0 -1
  76. package/dist/flow-DlhHOlMk.mjs +0 -2
  77. package/dist/flow-DlhHOlMk.mjs.map +0 -1
  78. package/dist/index-DMqaf28W.d.cts.map +0 -1
  79. package/dist/index-RuQUCROH.d.mts.map +0 -1
  80. package/dist/streams-BiD_pOPH.cjs +0 -0
  81. package/dist/streams-Cqjxk2rI.mjs +0 -1
  82. package/dist/types-Cws60JHC.cjs +0 -1
  83. package/dist/types-DKGQJIEr.mjs +0 -2
  84. package/dist/types-DKGQJIEr.mjs.map +0 -1
  85. package/dist/upload-C-C7hn1-.mjs +0 -2
  86. package/dist/upload-C-C7hn1-.mjs.map +0 -1
  87. package/dist/upload-DWBlRXHh.cjs +0 -1
  88. package/dist/utils-B-ZhQ6b0.mjs.map +0 -1
  89. /package/dist/{index-C-svZlpj.d.mts → index-DWe68pTi.d.mts} +0 -0
@@ -76,6 +76,164 @@ declare const DEFAULT_CIRCUIT_BREAKER_CONFIG: Required<Omit<CircuitBreakerConfig
76
76
  fallback: CircuitBreakerFallback;
77
77
  };
78
78
  //#endregion
79
+ //#region src/types/circuit-breaker-store.d.ts
80
+ /**
81
+ * Circuit breaker state values.
82
+ */
83
+ type CircuitBreakerStateValue = "closed" | "open" | "half-open";
84
+ /**
85
+ * Persisted circuit breaker state data.
86
+ *
87
+ * This represents the full state of a circuit breaker that needs to be
88
+ * stored and shared across instances.
89
+ */
90
+ interface CircuitBreakerStateData {
91
+ /** Current circuit state */
92
+ state: CircuitBreakerStateValue;
93
+ /** Number of failures in current window */
94
+ failureCount: number;
95
+ /** Timestamp of last state transition */
96
+ lastStateChange: number;
97
+ /** Number of successful requests in half-open state */
98
+ halfOpenSuccesses: number;
99
+ /** Timestamp when the current failure window started */
100
+ windowStart: number;
101
+ /** Configuration snapshot for consistency */
102
+ config: {
103
+ failureThreshold: number;
104
+ resetTimeout: number;
105
+ halfOpenRequests: number;
106
+ windowDuration: number;
107
+ };
108
+ }
109
+ /**
110
+ * Statistics about a circuit breaker.
111
+ */
112
+ interface CircuitBreakerStats {
113
+ nodeType: string;
114
+ state: CircuitBreakerStateValue;
115
+ failureCount: number;
116
+ halfOpenSuccesses: number;
117
+ timeSinceLastStateChange: number;
118
+ timeUntilHalfOpen?: number;
119
+ }
120
+ /**
121
+ * Interface for circuit breaker state storage.
122
+ *
123
+ * Implementations should handle distributed state for circuit breakers,
124
+ * allowing multiple instances to share circuit state. The interface is
125
+ * designed to work with eventually consistent stores - perfect consistency
126
+ * is not required for circuit breaker functionality.
127
+ *
128
+ * @example
129
+ * ```typescript
130
+ * // Using the store
131
+ * const store: CircuitBreakerStore = yield* CircuitBreakerStoreService;
132
+ *
133
+ * // Record a failure
134
+ * const newCount = yield* store.incrementFailures("describe-image", 60000);
135
+ * if (newCount >= 5) {
136
+ * yield* store.setState("describe-image", {
137
+ * state: "open",
138
+ * failureCount: newCount,
139
+ * lastStateChange: Date.now(),
140
+ * // ...
141
+ * });
142
+ * }
143
+ * ```
144
+ */
145
+ interface CircuitBreakerStore {
146
+ /**
147
+ * Gets the current state data for a circuit breaker.
148
+ *
149
+ * @param nodeType - The node type identifier
150
+ * @returns The state data or null if no state exists
151
+ */
152
+ readonly getState: (nodeType: string) => Effect.Effect<CircuitBreakerStateData | null, UploadistaError>;
153
+ /**
154
+ * Sets the complete state for a circuit breaker.
155
+ *
156
+ * @param nodeType - The node type identifier
157
+ * @param state - The new state data
158
+ */
159
+ readonly setState: (nodeType: string, state: CircuitBreakerStateData) => Effect.Effect<void, UploadistaError>;
160
+ /**
161
+ * Increments the failure count and returns the new count.
162
+ *
163
+ * This operation should be atomic where possible. For stores that don't
164
+ * support atomic increment, a read-modify-write is acceptable as circuit
165
+ * breakers tolerate eventual consistency.
166
+ *
167
+ * The implementation should also handle window expiry - if the window
168
+ * has expired, reset the count before incrementing.
169
+ *
170
+ * @param nodeType - The node type identifier
171
+ * @param windowDuration - Duration of the sliding window in milliseconds
172
+ * @returns The new failure count after incrementing
173
+ */
174
+ readonly incrementFailures: (nodeType: string, windowDuration: number) => Effect.Effect<number, UploadistaError>;
175
+ /**
176
+ * Resets the failure count to zero.
177
+ *
178
+ * Called when circuit closes or on successful requests.
179
+ *
180
+ * @param nodeType - The node type identifier
181
+ */
182
+ readonly resetFailures: (nodeType: string) => Effect.Effect<void, UploadistaError>;
183
+ /**
184
+ * Increments the half-open success count.
185
+ *
186
+ * @param nodeType - The node type identifier
187
+ * @returns The new half-open success count
188
+ */
189
+ readonly incrementHalfOpenSuccesses: (nodeType: string) => Effect.Effect<number, UploadistaError>;
190
+ /**
191
+ * Gets statistics for all tracked circuit breakers.
192
+ *
193
+ * @returns Map of node type to stats
194
+ */
195
+ readonly getAllStats: () => Effect.Effect<Map<string, CircuitBreakerStats>, UploadistaError>;
196
+ /**
197
+ * Deletes circuit breaker state for a node type.
198
+ *
199
+ * @param nodeType - The node type identifier
200
+ */
201
+ readonly delete: (nodeType: string) => Effect.Effect<void, UploadistaError>;
202
+ }
203
+ declare const CircuitBreakerStoreService_base: Context.TagClass<CircuitBreakerStoreService, "CircuitBreakerStoreService", CircuitBreakerStore>;
204
+ /**
205
+ * Effect-TS context tag for the CircuitBreakerStore service.
206
+ *
207
+ * Use this to inject a circuit breaker store into your Effect programs.
208
+ *
209
+ * @example
210
+ * ```typescript
211
+ * const program = Effect.gen(function* () {
212
+ * const cbStore = yield* CircuitBreakerStoreService;
213
+ * const state = yield* cbStore.getState("my-node-type");
214
+ * // ...
215
+ * });
216
+ *
217
+ * // Provide the implementation
218
+ * const result = yield* program.pipe(
219
+ * Effect.provide(kvCircuitBreakerStoreLayer)
220
+ * );
221
+ * ```
222
+ */
223
+ declare class CircuitBreakerStoreService extends CircuitBreakerStoreService_base {}
224
+ /**
225
+ * Creates a default initial state for a circuit breaker.
226
+ *
227
+ * @param config - Circuit breaker configuration
228
+ * @returns Initial state data with closed circuit
229
+ */
230
+ declare function createInitialCircuitBreakerState(config: {
231
+ failureThreshold: number;
232
+ resetTimeout: number;
233
+ halfOpenRequests: number;
234
+ windowDuration: number;
235
+ }): CircuitBreakerStateData;
236
+ //#endregion
79
237
  //#region src/types/upload-file.d.ts
80
238
  /**
81
239
  * Zod schema for validating UploadFile objects.
@@ -93,11 +251,18 @@ declare const traceContextSchema: z.ZodObject<{
93
251
  spanId: z.ZodString;
94
252
  traceFlags: z.ZodNumber;
95
253
  }, z.core.$strip>;
254
+ /**
255
+ * JSON value type that allows any JSON-serializable data.
256
+ * Used for metadata values which can be primitives, arrays, or nested objects.
257
+ */
258
+ type JsonValue = string | number | boolean | null | JsonValue[] | {
259
+ [key: string]: JsonValue;
260
+ };
96
261
  declare const uploadFileSchema: z.ZodObject<{
97
262
  id: z.ZodString;
98
263
  size: z.ZodOptional<z.ZodNumber>;
99
264
  offset: z.ZodNumber;
100
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
265
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
101
266
  creationDate: z.ZodOptional<z.ZodString>;
102
267
  url: z.ZodOptional<z.ZodString>;
103
268
  sizeIsDeferred: z.ZodOptional<z.ZodBoolean>;
@@ -240,7 +405,7 @@ type UploadFile = {
240
405
  jobId: string;
241
406
  };
242
407
  size?: number | undefined;
243
- metadata?: Record<string, string | number | boolean> | undefined;
408
+ metadata?: Record<string, JsonValue> | undefined;
244
409
  creationDate?: string | undefined;
245
410
  url?: string | undefined;
246
411
  sizeIsDeferred?: boolean | undefined;
@@ -584,164 +749,6 @@ declare class DeadLetterQueueKVStore extends DeadLetterQueueKVStore_base {}
584
749
  */
585
750
  declare const deadLetterQueueKvStore: Layer.Layer<DeadLetterQueueKVStore, never, BaseKvStoreService>;
586
751
  //#endregion
587
- //#region src/types/circuit-breaker-store.d.ts
588
- /**
589
- * Circuit breaker state values.
590
- */
591
- type CircuitBreakerStateValue = "closed" | "open" | "half-open";
592
- /**
593
- * Persisted circuit breaker state data.
594
- *
595
- * This represents the full state of a circuit breaker that needs to be
596
- * stored and shared across instances.
597
- */
598
- interface CircuitBreakerStateData {
599
- /** Current circuit state */
600
- state: CircuitBreakerStateValue;
601
- /** Number of failures in current window */
602
- failureCount: number;
603
- /** Timestamp of last state transition */
604
- lastStateChange: number;
605
- /** Number of successful requests in half-open state */
606
- halfOpenSuccesses: number;
607
- /** Timestamp when the current failure window started */
608
- windowStart: number;
609
- /** Configuration snapshot for consistency */
610
- config: {
611
- failureThreshold: number;
612
- resetTimeout: number;
613
- halfOpenRequests: number;
614
- windowDuration: number;
615
- };
616
- }
617
- /**
618
- * Statistics about a circuit breaker.
619
- */
620
- interface CircuitBreakerStats {
621
- nodeType: string;
622
- state: CircuitBreakerStateValue;
623
- failureCount: number;
624
- halfOpenSuccesses: number;
625
- timeSinceLastStateChange: number;
626
- timeUntilHalfOpen?: number;
627
- }
628
- /**
629
- * Interface for circuit breaker state storage.
630
- *
631
- * Implementations should handle distributed state for circuit breakers,
632
- * allowing multiple instances to share circuit state. The interface is
633
- * designed to work with eventually consistent stores - perfect consistency
634
- * is not required for circuit breaker functionality.
635
- *
636
- * @example
637
- * ```typescript
638
- * // Using the store
639
- * const store: CircuitBreakerStore = yield* CircuitBreakerStoreService;
640
- *
641
- * // Record a failure
642
- * const newCount = yield* store.incrementFailures("describe-image", 60000);
643
- * if (newCount >= 5) {
644
- * yield* store.setState("describe-image", {
645
- * state: "open",
646
- * failureCount: newCount,
647
- * lastStateChange: Date.now(),
648
- * // ...
649
- * });
650
- * }
651
- * ```
652
- */
653
- interface CircuitBreakerStore {
654
- /**
655
- * Gets the current state data for a circuit breaker.
656
- *
657
- * @param nodeType - The node type identifier
658
- * @returns The state data or null if no state exists
659
- */
660
- readonly getState: (nodeType: string) => Effect.Effect<CircuitBreakerStateData | null, UploadistaError>;
661
- /**
662
- * Sets the complete state for a circuit breaker.
663
- *
664
- * @param nodeType - The node type identifier
665
- * @param state - The new state data
666
- */
667
- readonly setState: (nodeType: string, state: CircuitBreakerStateData) => Effect.Effect<void, UploadistaError>;
668
- /**
669
- * Increments the failure count and returns the new count.
670
- *
671
- * This operation should be atomic where possible. For stores that don't
672
- * support atomic increment, a read-modify-write is acceptable as circuit
673
- * breakers tolerate eventual consistency.
674
- *
675
- * The implementation should also handle window expiry - if the window
676
- * has expired, reset the count before incrementing.
677
- *
678
- * @param nodeType - The node type identifier
679
- * @param windowDuration - Duration of the sliding window in milliseconds
680
- * @returns The new failure count after incrementing
681
- */
682
- readonly incrementFailures: (nodeType: string, windowDuration: number) => Effect.Effect<number, UploadistaError>;
683
- /**
684
- * Resets the failure count to zero.
685
- *
686
- * Called when circuit closes or on successful requests.
687
- *
688
- * @param nodeType - The node type identifier
689
- */
690
- readonly resetFailures: (nodeType: string) => Effect.Effect<void, UploadistaError>;
691
- /**
692
- * Increments the half-open success count.
693
- *
694
- * @param nodeType - The node type identifier
695
- * @returns The new half-open success count
696
- */
697
- readonly incrementHalfOpenSuccesses: (nodeType: string) => Effect.Effect<number, UploadistaError>;
698
- /**
699
- * Gets statistics for all tracked circuit breakers.
700
- *
701
- * @returns Map of node type to stats
702
- */
703
- readonly getAllStats: () => Effect.Effect<Map<string, CircuitBreakerStats>, UploadistaError>;
704
- /**
705
- * Deletes circuit breaker state for a node type.
706
- *
707
- * @param nodeType - The node type identifier
708
- */
709
- readonly delete: (nodeType: string) => Effect.Effect<void, UploadistaError>;
710
- }
711
- declare const CircuitBreakerStoreService_base: Context.TagClass<CircuitBreakerStoreService, "CircuitBreakerStoreService", CircuitBreakerStore>;
712
- /**
713
- * Effect-TS context tag for the CircuitBreakerStore service.
714
- *
715
- * Use this to inject a circuit breaker store into your Effect programs.
716
- *
717
- * @example
718
- * ```typescript
719
- * const program = Effect.gen(function* () {
720
- * const cbStore = yield* CircuitBreakerStoreService;
721
- * const state = yield* cbStore.getState("my-node-type");
722
- * // ...
723
- * });
724
- *
725
- * // Provide the implementation
726
- * const result = yield* program.pipe(
727
- * Effect.provide(kvCircuitBreakerStoreLayer)
728
- * );
729
- * ```
730
- */
731
- declare class CircuitBreakerStoreService extends CircuitBreakerStoreService_base {}
732
- /**
733
- * Creates a default initial state for a circuit breaker.
734
- *
735
- * @param config - Circuit breaker configuration
736
- * @returns Initial state data with closed circuit
737
- */
738
- declare function createInitialCircuitBreakerState(config: {
739
- failureThreshold: number;
740
- resetTimeout: number;
741
- halfOpenRequests: number;
742
- windowDuration: number;
743
- }): CircuitBreakerStateData;
744
- //#endregion
745
752
  //#region src/flow/circuit-breaker-store.d.ts
746
753
  /**
747
754
  * Creates a CircuitBreakerStore backed by any BaseKvStore.
@@ -1702,6 +1709,11 @@ type FlowNodeData = {
1702
1709
  */
1703
1710
  nodeTypeId?: string;
1704
1711
  };
1712
+ /**
1713
+ * All built-in node type identifiers.
1714
+ * Used to exclude these from custom types for proper discriminated union narrowing.
1715
+ */
1716
+ type BuiltInNodeType = "storage-output-v1" | "streaming-input-v1";
1705
1717
  /**
1706
1718
  * Built-in typed outputs with automatic TypeScript narrowing.
1707
1719
  *
@@ -1723,6 +1735,11 @@ type BuiltInTypedOutput = {
1723
1735
  data: UploadFile;
1724
1736
  nodeId: string;
1725
1737
  timestamp: string;
1738
+ } | {
1739
+ nodeType: "streaming-input-v1";
1740
+ data: UploadFile;
1741
+ nodeId: string;
1742
+ timestamp: string;
1726
1743
  };
1727
1744
  /**
1728
1745
  * Custom typed output for user-defined node types.
@@ -1820,6 +1837,49 @@ type CustomTypedOutput<T = unknown> = {
1820
1837
  * ```
1821
1838
  */
1822
1839
  type TypedOutput<T = unknown> = BuiltInTypedOutput | CustomTypedOutput<T>;
1840
+ /**
1841
+ * Helper type to extract a specific built-in output by nodeType.
1842
+ *
1843
+ * This enables type-safe narrowing when you know the nodeType:
1844
+ * ```typescript
1845
+ * if (output.nodeType === "storage-output-v1") {
1846
+ * const narrowed = output as NarrowTypedOutput<"storage-output-v1">;
1847
+ * narrowed.data.url; // ✅ TypeScript knows data is UploadFile
1848
+ * }
1849
+ * ```
1850
+ */
1851
+ type NarrowTypedOutput<NodeType$1 extends BuiltInNodeType> = Extract<BuiltInTypedOutput, {
1852
+ nodeType: NodeType$1;
1853
+ }>;
1854
+ /**
1855
+ * Type guard function signature for narrowing TypedOutput.
1856
+ *
1857
+ * @template NodeType - The built-in node type to narrow to
1858
+ */
1859
+ type TypedOutputGuard<NodeType$1 extends BuiltInNodeType> = (output: TypedOutput) => output is NarrowTypedOutput<NodeType$1>;
1860
+ /**
1861
+ * Creates a type-safe type guard for a built-in node type.
1862
+ *
1863
+ * @example
1864
+ * ```typescript
1865
+ * const isStorageV1 = createOutputGuard("storage-output-v1");
1866
+ *
1867
+ * for (const output of outputs) {
1868
+ * if (isStorageV1(output)) {
1869
+ * output.data.url; // ✅ TypeScript knows data is UploadFile
1870
+ * }
1871
+ * }
1872
+ * ```
1873
+ */
1874
+ declare const createOutputGuard: <NodeType$1 extends BuiltInNodeType>(nodeType: NodeType$1) => TypedOutputGuard<NodeType$1>;
1875
+ /**
1876
+ * Pre-built type guard for storage-output-v1.
1877
+ */
1878
+ declare const isStorageOutputV1: TypedOutputGuard<"storage-output-v1">;
1879
+ /**
1880
+ * Pre-built type guard for streaming-input-v1.
1881
+ */
1882
+ declare const isStreamingInputV1: TypedOutputGuard<"streaming-input-v1">;
1823
1883
  /**
1824
1884
  * Result of a node execution - either complete or waiting for more data.
1825
1885
  *
@@ -4089,7 +4149,7 @@ declare const uploadEventSchema: z.ZodUnion<readonly [z.ZodObject<{
4089
4149
  id: z.ZodString;
4090
4150
  size: z.ZodOptional<z.ZodNumber>;
4091
4151
  offset: z.ZodNumber;
4092
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean]>>>;
4152
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<JsonValue, unknown, z.core.$ZodTypeInternals<JsonValue, unknown>>>>;
4093
4153
  creationDate: z.ZodOptional<z.ZodString>;
4094
4154
  url: z.ZodOptional<z.ZodString>;
4095
4155
  sizeIsDeferred: z.ZodOptional<z.ZodBoolean>;
@@ -4209,7 +4269,7 @@ declare const webSocketMessageSchema: z$1.ZodUnion<readonly [z$1.ZodObject<{
4209
4269
  id: z$1.ZodString;
4210
4270
  size: z$1.ZodOptional<z$1.ZodNumber>;
4211
4271
  offset: z$1.ZodNumber;
4212
- metadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodUnion<readonly [z$1.ZodString, z$1.ZodNumber, z$1.ZodBoolean]>>>;
4272
+ metadata: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodType<JsonValue, unknown, z$1.core.$ZodTypeInternals<JsonValue, unknown>>>>;
4213
4273
  creationDate: z$1.ZodOptional<z$1.ZodString>;
4214
4274
  url: z$1.ZodOptional<z$1.ZodString>;
4215
4275
  sizeIsDeferred: z$1.ZodOptional<z$1.ZodBoolean>;
@@ -4536,7 +4596,7 @@ declare const UploadEventEmitter_base: Context.TagClass<UploadEventEmitter, "Upl
4536
4596
  }[] | undefined;
4537
4597
  };
4538
4598
  size?: number | undefined;
4539
- metadata?: Record<string, string | number | boolean> | undefined;
4599
+ metadata?: Record<string, JsonValue> | undefined;
4540
4600
  creationDate?: string | undefined;
4541
4601
  url?: string | undefined;
4542
4602
  sizeIsDeferred?: boolean | undefined;
@@ -6144,6 +6204,7 @@ interface TransformNodeConfig {
6144
6204
  bytes: Uint8Array;
6145
6205
  type?: string;
6146
6206
  fileName?: string;
6207
+ metadata?: Record<string, unknown>;
6147
6208
  }, UploadistaError>;
6148
6209
  /**
6149
6210
  * Function that transforms file as a stream (streaming mode).
@@ -8669,5 +8730,5 @@ type ResolvedUploadMetadata = {
8669
8730
  };
8670
8731
  declare function resolveUploadMetadata(metadata: FileMetadata): ResolvedUploadMetadata;
8671
8732
  //#endregion
8672
- export { VideoPlugin as $, memoryCircuitBreakerStoreLayer as $a, FlowDeadLetterQueueConfig as $i, UploadEngineShape as $n, DeadLetterListOptions as $r, ImageAiPluginLayer as $t, isImageDescriptionOutput as A, FlowEventFlowError as Aa, DataStore as Ai, ExtractLayerServices as An, uploadEventEmitter as Ar, Transformation as At, describeImageParamsSchema as B, FlowEventNodeStart as Ba, UploadStrategy as Bi, FlowEngineOptions as Bn, DeadLetterQueueServiceShape as Br, rotateTransformSchema as Bt, createTypeGuard as C, FlowEventDlqItemExhausted as Ca, FlowData as Ci, StreamingTransformResult as Cn, CircuitBreakerEventHandler as Co, BaseEventEmitterService as Cr, OverlayPosition as Ct, getSingleOutputByType as D, FlowEventDlqRetrySuccess as Da, BufferedUploadFileDataStore as Di, ExtractEffectError as Dn, UploadEventEmitter as Dr, SharpenTransform as Dt, getOutputByNodeId as E, FlowEventDlqRetryStart as Ea, getFlowData as Ei, createTransformNode as En, DEFAULT_CIRCUIT_BREAKER_CONFIG as Eo, TypedEventEmitter as Er, SepiaTransform as Et, isUploadOperation as F, FlowEventNodeEnd as Fa, StreamWriteResult as Fi, createInputNode as Fn, UploadEventType as Fr, contrastTransformSchema as Ft, ZipPlugin as G, createFlowNode as Ga, AutoNamingSuffixGenerator as Gi, WaitUntilCallback as Gn, FlowJobTask as Gr, transformationSchema as Gt, PluginLayer as H, ConditionOperator as Ha, isDataStore as Hi, FlowProvider as Hn, deadLetterQueueService as Hr, sharpenTransformSchema as Ht, isUrlOperation as I, FlowEventNodeError as Ia, StreamingConfig as Ii, inputDataSchema as In, uploadEventSchema as Ir, flipTransformSchema as It, ScanMetadata as J, DistributedCircuitBreaker as Ja, FileNamingConfig as Ji, NegotiatedStrategy as Jn, DeadLetterCleanupOptions as Jr, resizeParamsSchema as Jt, ZipPluginLayer as K, getNodeData as Ka, BuiltInTypedOutput as Ki, createFlowEngine as Kn, FlowJobTaskStatus as Kr, watermarkTransformSchema as Kt, RemoveBackgroundParams as L, FlowEventNodePause as La, UploadFileDataStore as Li, inputNodeParamsSchema as Ln, EventBroadcaster as Lr, grayscaleTransformSchema as Lt, isOcrOutput as M, FlowEventFlowStart as Ma, DataStoreConfig as Mi, FlowCondition as Mn, WebSocketMessage as Mr, WatermarkTransform as Mt, isStorageOutput as N, FlowEventJobEnd as Na, DataStoreWriteOptions as Ni, InputData as Nn, webSocketMessageSchema as Nr, blurTransformSchema as Nt, hasOutputOfType as O, FlowEventFlowCancel as Oa, DEFAULT_MULTIPART_PART_SIZE as Oi, ExtractEffectRequirements as On, eventToMessageSerializer as Or, TextTransform as Ot, isUploadFile as P, FlowEventJobStart as Pa, StreamWriteOptions as Pi, InputNodeParams as Pn, UploadEvent as Pr, brightnessTransformSchema as Pt, VirusScanPluginShape as Q, makeMemoryCircuitBreakerStore as Qa, FlowConfig as Qi, UploadEngineOptions as Qn, DeadLetterItemStatus as Qr, ImageAiPlugin as Qt, removeBackgroundParamsSchema as R, FlowEventNodeResponse as Ra, UploadFileDataStores as Ri, FlowEngine as Rn, EventBroadcasterService as Rr, logoTransformSchema as Rt, NarrowedTypedOutput as S, FlowEventDlqItemAdded as Sa, Flow as Si, StreamingTransformFn as Sn, CircuitBreakerEvent as So, BaseEventEmitter as Sr, LogoTransform as St, getFirstOutputByType as T, FlowEventDlqRetryFailed as Ta, createFlowWithSchema as Ti, TransformNodeConfig as Tn, CircuitBreakerState as To, FlowEventEmitter as Tr, RotateTransform as Tt, ZipInput as U, ConditionValue as Ua, FlowEdge as Ui, FlowProviderShape as Un, FlowJob as Ur, textTransformSchema as Ut, Plugin as V, ConditionField as Va, createDataStoreLayer as Vi, FlowEngineShape as Vn, createDeadLetterQueueService as Vr, sepiaTransformSchema as Vt, ZipParams as W, NodeType as Wa, createFlowEdge as Wi, FlowWaitUntil as Wn, FlowJobStatus as Wr, transformImageParamsSchema as Wt, VirusScanPlugin as X, kvCircuitBreakerStoreLayer as Xa, FlowCircuitBreakerConfig as Xi, UploadStrategyOptions as Xn, DeadLetterError as Xr, optimizeParamsSchema as Xt, ScanResult as Y, DistributedCircuitBreakerRegistry as Ya, FileNamingFunction as Yi, UploadStrategyNegotiator as Yn, DeadLetterCleanupResult as Yr, OptimizeParams as Yt, VirusScanPluginLayer as Z, makeKvCircuitBreakerStore as Za, FlowCircuitBreakerFallback as Zi, UploadEngine as Zn, DeadLetterItem as Zr, ImageAiContext as Zt, NodeDefinitionsRecord as _, calculateExpirationDate as _a, InputTypeDefinition as _i, CredentialProviderLayer as _n, UploadFile as _o, HealthResponse as _r, BlurTransform as _t, buildNamingContext as a, NodeTypeMap as aa, ImageDescriptionOutput as ai, MergePdfParams as an, createInitialCircuitBreakerState as ao, MiddlewareContext as ar, trimVideoParamsSchema as at, TypedFlowEdge as b, EventType as ba, inputTypeRegistry as bi, ParallelScheduler as bn, uploadFileSchema as bo, formatHealthAsText as br, FlipTransform as bt, interpolateFileName as c, completeNodeExecution as ca, STORAGE_OUTPUT_TYPE_ID as ci, DocumentAiContext as cn, DeadLetterQueueKVStore as co, MiddlewareServiceLive as cr, ResizeVideoParams as ct, runArgsSchema as d, DEFAULT_RETRY_POLICY as da, ocrOutputSchema as di, DocumentAiPluginShape as dn, TypedKvStore as do, CircuitBreakerHealthSummary as dr, extractFrameVideoParamsSchema as dt, FlowNode as ea, DeadLetterProcessResult as ei, ImageAiPluginShape as en, CircuitBreakerStateData as eo, createUploadEngine as er, VideoPluginLayer as et, FlowInputMap as f, ExponentialBackoff as fa, OutputTypeDefinition as fi, OcrParams as fn, UploadFileKVStore as fo, ComponentHealth as fr, DescribeVideoMetadata as ft, NodeDefinition as g, calculateBackoffDelay as ga, validateFlowOutput as gi, CredentialProvider as gn, uploadFileKvStore as go, HealthComponents as gr, ImagePluginShape as gt, FlowRequirements as h, RetryPolicy as ha, outputTypeRegistry as hi, OcrTaskType as hn, jsonSerializer as ho, HealthCheckConfig as hr, ImagePluginLayer as ht, applyFileNaming as i, NodeExecutionResult as ia, IMAGE_DESCRIPTION_OUTPUT_TYPE_ID as ii, DocumentPluginShape as in, CircuitBreakerStoreService as io, Middleware as ir, TrimVideoParams as it, isInitOperation as j, FlowEventFlowPause as ja, DataStoreCapabilities as ji, ResolveEffect as jn, WebSocketConnection as jr, TransformationType as jt, isFinalizeOperation as k, FlowEventFlowEnd as ka, DEFAULT_STREAMING_CONFIG as ki, ExtractLayerService as kn, flowEventEmitter as kr, TransformImageParams as kt, validatePattern as l, waitingNodeExecution as la, STREAMING_INPUT_TYPE_ID as li, DocumentAiPlugin as ln, FlowJobKVStore as lo, InputFile as lr, resizeVideoParamsSchema as lt, FlowPluginRequirements as m, ImmediateBackoff as ma, OutputValidationResult as mi, OcrResult as mn, flowJobKvStore as mo, DlqHealthSummary as mr, ImagePlugin as mt, resolveUploadMetadata as n, NamingContext as na, DeadLetterRetryAllResult as ni, DocumentPlugin as nn, CircuitBreakerStats as no, compareMimeTypes as nr, VideoStreamInput as nt, getBaseName as o, TypeCompatibilityChecker as oa, OCR_OUTPUT_TYPE_ID as oi, SplitPdfParams as on, BaseKvStore as oo, MiddlewareNext as or, TranscodeVideoParams as ot, FlowOutputMap as p, FixedBackoff as pa, OutputTypeRegistry as pi, OcrResolution as pn, deadLetterQueueKvStore as po, DEFAULT_HEALTH_CHECK_CONFIG as pr, describeVideoMetadataSchema as pt, ZipPluginShape as q, AllowRequestResult as qa, CustomTypedOutput as qi, flowEngine as qn, FlowJobTraceContext as qr, ResizeParams as qt, AVAILABLE_TEMPLATE_VARIABLES as r, NodeConnectionValidator as ra, DeadLetterRetryAttempt as ri, DocumentPluginLayer as rn, CircuitBreakerStore as ro, detectMimeType as rr, VideoStreamOptions as rt, getExtension as s, TypedOutput as sa, OcrOutput as si, SplitPdfResult as sn, BaseKvStoreService as so, MiddlewareService as sr, transcodeVideoParamsSchema as st, ResolvedUploadMetadata as t, FlowNodeData as ta, DeadLetterQueueStats as ti, DocumentMetadata as tn, CircuitBreakerStateValue as to, uploadEngine as tr, VideoPluginShape as tt, RunArgs as u, BackoffStrategy as ua, imageDescriptionOutputSchema as ui, DocumentAiPluginLayer as un, KvStore as uo, inputFileSchema as ur, ExtractFrameVideoParams as ut, TypedFlow as v, isErrorRetryable as va, InputTypeRegistry as vi, CredentialProviderShape as vn, UploadFileTraceContext as vo, HealthResponseFormat as vr, BrightnessTransform as vt, filterOutputsByType as w, FlowEventDlqItemResolved as wa, FlowExecutionResult as wi, TransformMode as wn, CircuitBreakerFallback as wo, EventEmitter as wr, ResizeTransform as wt, createFlow as x, FlowEvent as xa, validateFlowInput as xi, ParallelSchedulerConfig as xn, CircuitBreakerConfig as xo, getHealthResponseFormat as xr, GrayscaleTransform as xt, TypedFlowConfig as y, DlqEvent as ya, InputValidationResult as yi, ExecutionLevel as yn, traceContextSchema as yo, HealthStatus as yr, ContrastTransform as yt, DescribeImageParams as z, FlowEventNodeResume as za, UploadFileDataStoresShape as zi, FlowEngineLayer as zn, DeadLetterQueueService as zr, resizeTransformSchema as zt };
8673
- //# sourceMappingURL=index-DMqaf28W.d.cts.map
8733
+ export { VideoPlugin as $, AllowRequestResult as $a, FlowConfig as $i, UploadEngineShape as $n, DeadLetterListOptions as $r, ImageAiPluginLayer as $t, isImageDescriptionOutput as A, FlowEventDlqItemResolved as Aa, DataStore as Ai, ExtractLayerServices as An, CircuitBreakerEventHandler as Ao, uploadEventEmitter as Ar, Transformation as At, describeImageParamsSchema as B, FlowEventJobStart as Ba, UploadStrategy as Bi, FlowEngineOptions as Bn, DeadLetterQueueServiceShape as Br, rotateTransformSchema as Bt, createTypeGuard as C, calculateExpirationDate as Ca, FlowData as Ci, StreamingTransformResult as Cn, CircuitBreakerStateValue as Co, BaseEventEmitterService as Cr, OverlayPosition as Ct, getSingleOutputByType as D, FlowEvent as Da, BufferedUploadFileDataStore as Di, ExtractEffectError as Dn, createInitialCircuitBreakerState as Do, UploadEventEmitter as Dr, SharpenTransform as Dt, getOutputByNodeId as E, EventType as Ea, getFlowData as Ei, createTransformNode as En, CircuitBreakerStoreService as Eo, TypedEventEmitter as Er, SepiaTransform as Et, isUploadOperation as F, FlowEventFlowEnd as Fa, StreamWriteResult as Fi, createInputNode as Fn, UploadEventType as Fr, contrastTransformSchema as Ft, ZipPlugin as G, FlowEventNodeResume as Ga, AutoNamingSuffixGenerator as Gi, WaitUntilCallback as Gn, FlowJobTask as Gr, transformationSchema as Gt, PluginLayer as H, FlowEventNodeError as Ha, isDataStore as Hi, FlowProvider as Hn, deadLetterQueueService as Hr, sharpenTransformSchema as Ht, isUrlOperation as I, FlowEventFlowError as Ia, StreamingConfig as Ii, inputDataSchema as In, uploadEventSchema as Ir, flipTransformSchema as It, ScanMetadata as J, ConditionOperator as Ja, CustomTypedOutput as Ji, NegotiatedStrategy as Jn, DeadLetterCleanupOptions as Jr, resizeParamsSchema as Jt, ZipPluginLayer as K, FlowEventNodeStart as Ka, BuiltInNodeType as Ki, createFlowEngine as Kn, FlowJobTaskStatus as Kr, watermarkTransformSchema as Kt, RemoveBackgroundParams as L, FlowEventFlowPause as La, UploadFileDataStore as Li, inputNodeParamsSchema as Ln, EventBroadcaster as Lr, grayscaleTransformSchema as Lt, isOcrOutput as M, FlowEventDlqRetryStart as Ma, DataStoreConfig as Mi, FlowCondition as Mn, CircuitBreakerState as Mo, WebSocketMessage as Mr, WatermarkTransform as Mt, isStorageOutput as N, FlowEventDlqRetrySuccess as Na, DataStoreWriteOptions as Ni, InputData as Nn, DEFAULT_CIRCUIT_BREAKER_CONFIG as No, webSocketMessageSchema as Nr, blurTransformSchema as Nt, hasOutputOfType as O, FlowEventDlqItemAdded as Oa, DEFAULT_MULTIPART_PART_SIZE as Oi, ExtractEffectRequirements as On, CircuitBreakerConfig as Oo, eventToMessageSerializer as Or, TextTransform as Ot, isUploadFile as P, FlowEventFlowCancel as Pa, StreamWriteOptions as Pi, InputNodeParams as Pn, UploadEvent as Pr, brightnessTransformSchema as Pt, VirusScanPluginShape as Q, getNodeData as Qa, FlowCircuitBreakerFallback as Qi, UploadEngineOptions as Qn, DeadLetterItemStatus as Qr, ImageAiPlugin as Qt, removeBackgroundParamsSchema as R, FlowEventFlowStart as Ra, UploadFileDataStores as Ri, FlowEngine as Rn, EventBroadcasterService as Rr, logoTransformSchema as Rt, NarrowedTypedOutput as S, calculateBackoffDelay as Sa, Flow as Si, StreamingTransformFn as Sn, CircuitBreakerStateData as So, BaseEventEmitter as Sr, LogoTransform as St, getFirstOutputByType as T, DlqEvent as Ta, createFlowWithSchema as Ti, TransformNodeConfig as Tn, CircuitBreakerStore as To, FlowEventEmitter as Tr, RotateTransform as Tt, ZipInput as U, FlowEventNodePause as Ua, FlowEdge as Ui, FlowProviderShape as Un, FlowJob as Ur, textTransformSchema as Ut, Plugin as V, FlowEventNodeEnd as Va, createDataStoreLayer as Vi, FlowEngineShape as Vn, createDeadLetterQueueService as Vr, sepiaTransformSchema as Vt, ZipParams as W, FlowEventNodeResponse as Wa, createFlowEdge as Wi, FlowWaitUntil as Wn, FlowJobStatus as Wr, transformImageParamsSchema as Wt, VirusScanPlugin as X, NodeType as Xa, FileNamingFunction as Xi, UploadStrategyOptions as Xn, DeadLetterError as Xr, optimizeParamsSchema as Xt, ScanResult as Y, ConditionValue as Ya, FileNamingConfig as Yi, UploadStrategyNegotiator as Yn, DeadLetterCleanupResult as Yr, OptimizeParams as Yt, VirusScanPluginLayer as Z, createFlowNode as Za, FlowCircuitBreakerConfig as Zi, UploadEngine as Zn, DeadLetterItem as Zr, ImageAiContext as Zt, NodeDefinitionsRecord as _, DEFAULT_RETRY_POLICY as _a, InputTypeDefinition as _i, CredentialProviderLayer as _n, JsonValue as _o, HealthResponse as _r, BlurTransform as _t, buildNamingContext as a, NodeConnectionValidator as aa, ImageDescriptionOutput as ai, MergePdfParams as an, memoryCircuitBreakerStoreLayer as ao, MiddlewareContext as ar, trimVideoParamsSchema as at, TypedFlowEdge as b, ImmediateBackoff as ba, inputTypeRegistry as bi, ParallelScheduler as bn, traceContextSchema as bo, formatHealthAsText as br, FlipTransform as bt, interpolateFileName as c, TypeCompatibilityChecker as ca, STORAGE_OUTPUT_TYPE_ID as ci, DocumentAiContext as cn, DeadLetterQueueKVStore as co, MiddlewareServiceLive as cr, ResizeVideoParams as ct, runArgsSchema as d, completeNodeExecution as da, ocrOutputSchema as di, DocumentAiPluginShape as dn, TypedKvStore as do, CircuitBreakerHealthSummary as dr, extractFrameVideoParamsSchema as dt, FlowDeadLetterQueueConfig as ea, DeadLetterProcessResult as ei, ImageAiPluginShape as en, DistributedCircuitBreaker as eo, createUploadEngine as er, VideoPluginLayer as et, FlowInputMap as f, createOutputGuard as fa, OutputTypeDefinition as fi, OcrParams as fn, UploadFileKVStore as fo, ComponentHealth as fr, DescribeVideoMetadata as ft, NodeDefinition as g, BackoffStrategy as ga, validateFlowOutput as gi, CredentialProvider as gn, uploadFileKvStore as go, HealthComponents as gr, ImagePluginShape as gt, FlowRequirements as h, waitingNodeExecution as ha, outputTypeRegistry as hi, OcrTaskType as hn, jsonSerializer as ho, HealthCheckConfig as hr, ImagePluginLayer as ht, applyFileNaming as i, NarrowTypedOutput as ia, IMAGE_DESCRIPTION_OUTPUT_TYPE_ID as ii, DocumentPluginShape as in, makeMemoryCircuitBreakerStore as io, Middleware as ir, TrimVideoParams as it, isInitOperation as j, FlowEventDlqRetryFailed as ja, DataStoreCapabilities as ji, ResolveEffect as jn, CircuitBreakerFallback as jo, WebSocketConnection as jr, TransformationType as jt, isFinalizeOperation as k, FlowEventDlqItemExhausted as ka, DEFAULT_STREAMING_CONFIG as ki, ExtractLayerService as kn, CircuitBreakerEvent as ko, flowEventEmitter as kr, TransformImageParams as kt, validatePattern as l, TypedOutput as la, STREAMING_INPUT_TYPE_ID as li, DocumentAiPlugin as ln, FlowJobKVStore as lo, InputFile as lr, resizeVideoParamsSchema as lt, FlowPluginRequirements as m, isStreamingInputV1 as ma, OutputValidationResult as mi, OcrResult as mn, flowJobKvStore as mo, DlqHealthSummary as mr, ImagePlugin as mt, resolveUploadMetadata as n, FlowNodeData as na, DeadLetterRetryAllResult as ni, DocumentPlugin as nn, kvCircuitBreakerStoreLayer as no, compareMimeTypes as nr, VideoStreamInput as nt, getBaseName as o, NodeExecutionResult as oa, OCR_OUTPUT_TYPE_ID as oi, SplitPdfParams as on, BaseKvStore as oo, MiddlewareNext as or, TranscodeVideoParams as ot, FlowOutputMap as p, isStorageOutputV1 as pa, OutputTypeRegistry as pi, OcrResolution as pn, deadLetterQueueKvStore as po, DEFAULT_HEALTH_CHECK_CONFIG as pr, describeVideoMetadataSchema as pt, ZipPluginShape as q, ConditionField as qa, BuiltInTypedOutput as qi, flowEngine as qn, FlowJobTraceContext as qr, ResizeParams as qt, AVAILABLE_TEMPLATE_VARIABLES as r, NamingContext as ra, DeadLetterRetryAttempt as ri, DocumentPluginLayer as rn, makeKvCircuitBreakerStore as ro, detectMimeType as rr, VideoStreamOptions as rt, getExtension as s, NodeTypeMap as sa, OcrOutput as si, SplitPdfResult as sn, BaseKvStoreService as so, MiddlewareService as sr, transcodeVideoParamsSchema as st, ResolvedUploadMetadata as t, FlowNode as ta, DeadLetterQueueStats as ti, DocumentMetadata as tn, DistributedCircuitBreakerRegistry as to, uploadEngine as tr, VideoPluginShape as tt, RunArgs as u, TypedOutputGuard as ua, imageDescriptionOutputSchema as ui, DocumentAiPluginLayer as un, KvStore as uo, inputFileSchema as ur, ExtractFrameVideoParams as ut, TypedFlow as v, ExponentialBackoff as va, InputTypeRegistry as vi, CredentialProviderShape as vn, UploadFile as vo, HealthResponseFormat as vr, BrightnessTransform as vt, filterOutputsByType as w, isErrorRetryable as wa, FlowExecutionResult as wi, TransformMode as wn, CircuitBreakerStats as wo, EventEmitter as wr, ResizeTransform as wt, createFlow as x, RetryPolicy as xa, validateFlowInput as xi, ParallelSchedulerConfig as xn, uploadFileSchema as xo, getHealthResponseFormat as xr, GrayscaleTransform as xt, TypedFlowConfig as y, FixedBackoff as ya, InputValidationResult as yi, ExecutionLevel as yn, UploadFileTraceContext as yo, HealthStatus as yr, ContrastTransform as yt, DescribeImageParams as z, FlowEventJobEnd as za, UploadFileDataStoresShape as zi, FlowEngineLayer as zn, DeadLetterQueueService as zr, resizeTransformSchema as zt };
8734
+ //# sourceMappingURL=index-BmkhRBV6.d.cts.map