@uploadista/flow-videos-nodes 0.0.16-beta.2 → 0.0.16

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @uploadista/flow-videos-nodes@0.0.16-beta.1 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
3
+ > @uploadista/flow-videos-nodes@0.0.16-beta.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/flow/videos/nodes
4
4
  > tsdown
5
5
 
6
6
  ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
@@ -19,4 +19,4 @@
19
19
  ℹ [CJS] dist/index.d.cts.map 2.10 kB │ gzip: 0.60 kB
20
20
  ℹ [CJS] dist/index.d.cts 9.46 kB │ gzip: 1.50 kB
21
21
  ℹ [CJS] 2 files, total: 11.55 kB
22
- ✔ Build complete in 4864ms
22
+ ✔ Build complete in 6019ms
package/dist/index.d.cts CHANGED
@@ -1,8 +1,8 @@
1
- import * as _uploadista_core_flow2 from "@uploadista/core/flow";
1
+ import * as _uploadista_core_flow0 from "@uploadista/core/flow";
2
2
  import { DescribeVideoMetadata, ExtractFrameVideoParams, ExtractFrameVideoParams as ExtractFrameVideoParams$1, ResizeVideoParams, ResizeVideoParams as ResizeVideoParams$1, TranscodeVideoParams, TranscodeVideoParams as TranscodeVideoParams$1, TrimVideoParams, TrimVideoParams as TrimVideoParams$1, VideoPlugin } from "@uploadista/core/flow";
3
- import * as _uploadista_core_types5 from "@uploadista/core/types";
4
- import * as zod_v4_core1 from "zod/v4/core";
5
- import * as zod1 from "zod";
3
+ import * as _uploadista_core_types0 from "@uploadista/core/types";
4
+ import * as zod_v4_core0 from "zod/v4/core";
5
+ import * as zod0 from "zod";
6
6
  import * as _uploadista_core_errors0 from "@uploadista/core/errors";
7
7
  import { UploadistaError } from "@uploadista/core/errors";
8
8
  import * as _uploadista_core_upload0 from "@uploadista/core/upload";
@@ -25,17 +25,17 @@ import { Effect } from "effect";
25
25
  * const node = yield* createDescribeVideoNode("describe-1");
26
26
  * ```
27
27
  */
28
- declare function createDescribeVideoNode(id: string): Effect.Effect<_uploadista_core_flow2.FlowNodeData & {
29
- inputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
30
- outputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
28
+ declare function createDescribeVideoNode(id: string): Effect.Effect<_uploadista_core_flow0.FlowNodeData & {
29
+ inputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
30
+ outputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
31
31
  run: (args: {
32
- data: _uploadista_core_types5.UploadFile;
32
+ data: _uploadista_core_types0.UploadFile;
33
33
  jobId: string;
34
34
  storageId: string;
35
35
  flowId: string;
36
36
  inputs?: Record<string, unknown>;
37
37
  clientId: string | null;
38
- }) => Effect.Effect<_uploadista_core_flow2.NodeExecutionResult<_uploadista_core_types5.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
38
+ }) => Effect.Effect<_uploadista_core_flow0.NodeExecutionResult<_uploadista_core_types0.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
39
39
  condition?: {
40
40
  field: string;
41
41
  operator: string;
@@ -50,7 +50,7 @@ declare function createDescribeVideoNode(id: string): Effect.Effect<_uploadista_
50
50
  exponentialBackoff?: boolean;
51
51
  };
52
52
  } & {
53
- type: _uploadista_core_flow2.NodeType;
53
+ type: _uploadista_core_flow0.NodeType;
54
54
  }, _uploadista_core_errors0.UploadistaError, VideoPlugin | _uploadista_core_upload0.UploadServer>;
55
55
  //#endregion
56
56
  //#region src/resize-node.d.ts
@@ -73,17 +73,17 @@ declare function createDescribeVideoNode(id: string): Effect.Effect<_uploadista_
73
73
  * });
74
74
  * ```
75
75
  */
76
- declare function createVideoResizeNode(id: string, params: ResizeVideoParams$1): Effect.Effect<_uploadista_core_flow2.FlowNodeData & {
77
- inputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
78
- outputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
76
+ declare function createVideoResizeNode(id: string, params: ResizeVideoParams$1): Effect.Effect<_uploadista_core_flow0.FlowNodeData & {
77
+ inputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
78
+ outputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
79
79
  run: (args: {
80
- data: _uploadista_core_types5.UploadFile;
80
+ data: _uploadista_core_types0.UploadFile;
81
81
  jobId: string;
82
82
  storageId: string;
83
83
  flowId: string;
84
84
  inputs?: Record<string, unknown>;
85
85
  clientId: string | null;
86
- }) => Effect.Effect<_uploadista_core_flow2.NodeExecutionResult<_uploadista_core_types5.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
86
+ }) => Effect.Effect<_uploadista_core_flow0.NodeExecutionResult<_uploadista_core_types0.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
87
87
  condition?: {
88
88
  field: string;
89
89
  operator: string;
@@ -98,7 +98,7 @@ declare function createVideoResizeNode(id: string, params: ResizeVideoParams$1):
98
98
  exponentialBackoff?: boolean;
99
99
  };
100
100
  } & {
101
- type: _uploadista_core_flow2.NodeType;
101
+ type: _uploadista_core_flow0.NodeType;
102
102
  }, _uploadista_core_errors0.UploadistaError, VideoPlugin | _uploadista_core_upload0.UploadServer>;
103
103
  //#endregion
104
104
  //#region src/thumbnail-node.d.ts
@@ -120,17 +120,17 @@ declare function createVideoResizeNode(id: string, params: ResizeVideoParams$1):
120
120
  * });
121
121
  * ```
122
122
  */
123
- declare function createVideoThumbnailNode(id: string, params: ExtractFrameVideoParams$1): Effect.Effect<_uploadista_core_flow2.FlowNodeData & {
124
- inputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
125
- outputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
123
+ declare function createVideoThumbnailNode(id: string, params: ExtractFrameVideoParams$1): Effect.Effect<_uploadista_core_flow0.FlowNodeData & {
124
+ inputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
125
+ outputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
126
126
  run: (args: {
127
- data: _uploadista_core_types5.UploadFile;
127
+ data: _uploadista_core_types0.UploadFile;
128
128
  jobId: string;
129
129
  storageId: string;
130
130
  flowId: string;
131
131
  inputs?: Record<string, unknown>;
132
132
  clientId: string | null;
133
- }) => Effect.Effect<_uploadista_core_flow2.NodeExecutionResult<_uploadista_core_types5.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
133
+ }) => Effect.Effect<_uploadista_core_flow0.NodeExecutionResult<_uploadista_core_types0.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
134
134
  condition?: {
135
135
  field: string;
136
136
  operator: string;
@@ -145,7 +145,7 @@ declare function createVideoThumbnailNode(id: string, params: ExtractFrameVideoP
145
145
  exponentialBackoff?: boolean;
146
146
  };
147
147
  } & {
148
- type: _uploadista_core_flow2.NodeType;
148
+ type: _uploadista_core_flow0.NodeType;
149
149
  }, _uploadista_core_errors0.UploadistaError, VideoPlugin | _uploadista_core_upload0.UploadServer>;
150
150
  //#endregion
151
151
  //#region src/transcode-node.d.ts
@@ -167,17 +167,17 @@ declare function createVideoThumbnailNode(id: string, params: ExtractFrameVideoP
167
167
  * });
168
168
  * ```
169
169
  */
170
- declare function createTranscodeVideoNode(id: string, params: TranscodeVideoParams$1): Effect.Effect<_uploadista_core_flow2.FlowNodeData & {
171
- inputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
172
- outputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
170
+ declare function createTranscodeVideoNode(id: string, params: TranscodeVideoParams$1): Effect.Effect<_uploadista_core_flow0.FlowNodeData & {
171
+ inputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
172
+ outputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
173
173
  run: (args: {
174
- data: _uploadista_core_types5.UploadFile;
174
+ data: _uploadista_core_types0.UploadFile;
175
175
  jobId: string;
176
176
  storageId: string;
177
177
  flowId: string;
178
178
  inputs?: Record<string, unknown>;
179
179
  clientId: string | null;
180
- }) => Effect.Effect<_uploadista_core_flow2.NodeExecutionResult<_uploadista_core_types5.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
180
+ }) => Effect.Effect<_uploadista_core_flow0.NodeExecutionResult<_uploadista_core_types0.UploadFile>, _uploadista_core_errors0.UploadistaError, never>;
181
181
  condition?: {
182
182
  field: string;
183
183
  operator: string;
@@ -192,7 +192,7 @@ declare function createTranscodeVideoNode(id: string, params: TranscodeVideoPara
192
192
  exponentialBackoff?: boolean;
193
193
  };
194
194
  } & {
195
- type: _uploadista_core_flow2.NodeType;
195
+ type: _uploadista_core_flow0.NodeType;
196
196
  }, _uploadista_core_errors0.UploadistaError, VideoPlugin | _uploadista_core_upload0.UploadServer>;
197
197
  //#endregion
198
198
  //#region src/trim-node.d.ts
@@ -219,17 +219,17 @@ declare function createTranscodeVideoNode(id: string, params: TranscodeVideoPara
219
219
  * });
220
220
  * ```
221
221
  */
222
- declare function createTrimVideoNode(id: string, params: TrimVideoParams$1): Effect.Effect<_uploadista_core_flow2.FlowNodeData & {
223
- inputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
224
- outputSchema: zod1.ZodType<_uploadista_core_types5.UploadFile, unknown, zod_v4_core1.$ZodTypeInternals<_uploadista_core_types5.UploadFile, unknown>>;
222
+ declare function createTrimVideoNode(id: string, params: TrimVideoParams$1): Effect.Effect<_uploadista_core_flow0.FlowNodeData & {
223
+ inputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
224
+ outputSchema: zod0.ZodType<_uploadista_core_types0.UploadFile, unknown, zod_v4_core0.$ZodTypeInternals<_uploadista_core_types0.UploadFile, unknown>>;
225
225
  run: (args: {
226
- data: _uploadista_core_types5.UploadFile;
226
+ data: _uploadista_core_types0.UploadFile;
227
227
  jobId: string;
228
228
  storageId: string;
229
229
  flowId: string;
230
230
  inputs?: Record<string, unknown>;
231
231
  clientId: string | null;
232
- }) => Effect.Effect<_uploadista_core_flow2.NodeExecutionResult<_uploadista_core_types5.UploadFile>, UploadistaError, never>;
232
+ }) => Effect.Effect<_uploadista_core_flow0.NodeExecutionResult<_uploadista_core_types0.UploadFile>, UploadistaError, never>;
233
233
  condition?: {
234
234
  field: string;
235
235
  operator: string;
@@ -244,7 +244,7 @@ declare function createTrimVideoNode(id: string, params: TrimVideoParams$1): Eff
244
244
  exponentialBackoff?: boolean;
245
245
  };
246
246
  } & {
247
- type: _uploadista_core_flow2.NodeType;
247
+ type: _uploadista_core_flow0.NodeType;
248
248
  }, UploadistaError, VideoPlugin | _uploadista_core_upload0.UploadServer>;
249
249
  //#endregion
250
250
  export { type DescribeVideoMetadata, type ExtractFrameVideoParams, type ResizeVideoParams, type TranscodeVideoParams, type TrimVideoParams, createDescribeVideoNode, createTranscodeVideoNode, createTrimVideoNode, createVideoResizeNode, createVideoThumbnailNode };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/flow-videos-nodes",
3
3
  "type": "module",
4
- "version": "0.0.16-beta.2",
4
+ "version": "0.0.16",
5
5
  "description": "Video processing nodes for Uploadista Flow",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -16,14 +16,14 @@
16
16
  "dependencies": {
17
17
  "effect": "3.19.4",
18
18
  "zod": "4.1.12",
19
- "@uploadista/core": "0.0.16-beta.2"
19
+ "@uploadista/core": "0.0.16"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@effect/vitest": "0.27.0",
23
23
  "@types/node": "24.10.1",
24
24
  "tsdown": "0.16.5",
25
25
  "vitest": "4.0.9",
26
- "@uploadista/typescript-config": "0.0.16-beta.2"
26
+ "@uploadista/typescript-config": "0.0.16"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsdown",