@aviaryhq/cloudglue-js 0.5.7 → 0.5.8

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.
@@ -1558,6 +1558,10 @@ export declare const CollectionsApi: import("@zodios/core").ZodiosInstance<[{
1558
1558
  name: "end_time_seconds";
1559
1559
  type: "Query";
1560
1560
  schema: z.ZodOptional<z.ZodNumber>;
1561
+ }, {
1562
+ name: "modalities";
1563
+ type: "Query";
1564
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
1561
1565
  }];
1562
1566
  response: z.ZodType<RichTranscript, z.ZodTypeDef, RichTranscript>;
1563
1567
  errors: [{
@@ -2146,6 +2150,10 @@ export declare const CollectionsApi: import("@zodios/core").ZodiosInstance<[{
2146
2150
  name: "response_format";
2147
2151
  type: "Query";
2148
2152
  schema: z.ZodDefault<z.ZodOptional<z.ZodEnum<["json", "markdown"]>>>;
2153
+ }, {
2154
+ name: "modalities";
2155
+ type: "Query";
2156
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
2149
2157
  }];
2150
2158
  response: z.ZodType<CollectionRichTranscriptsList, z.ZodTypeDef, CollectionRichTranscriptsList>;
2151
2159
  errors: [{
@@ -2217,6 +2225,10 @@ export declare const CollectionsApi: import("@zodios/core").ZodiosInstance<[{
2217
2225
  name: "response_format";
2218
2226
  type: "Query";
2219
2227
  schema: z.ZodDefault<z.ZodOptional<z.ZodEnum<["json", "markdown"]>>>;
2228
+ }, {
2229
+ name: "modalities";
2230
+ type: "Query";
2231
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
2220
2232
  }];
2221
2233
  response: z.ZodType<CollectionMediaDescriptionsList, z.ZodTypeDef, CollectionMediaDescriptionsList>;
2222
2234
  errors: [{
@@ -2276,6 +2288,10 @@ export declare const CollectionsApi: import("@zodios/core").ZodiosInstance<[{
2276
2288
  name: "end_time_seconds";
2277
2289
  type: "Query";
2278
2290
  schema: z.ZodOptional<z.ZodNumber>;
2291
+ }, {
2292
+ name: "modalities";
2293
+ type: "Query";
2294
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
2279
2295
  }];
2280
2296
  response: z.ZodType<MediaDescription, z.ZodTypeDef, MediaDescription>;
2281
2297
  errors: [{
@@ -3148,6 +3164,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3148
3164
  name: "end_time_seconds";
3149
3165
  type: "Query";
3150
3166
  schema: z.ZodOptional<z.ZodNumber>;
3167
+ }, {
3168
+ name: "modalities";
3169
+ type: "Query";
3170
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
3151
3171
  }];
3152
3172
  response: z.ZodType<RichTranscript, z.ZodTypeDef, RichTranscript>;
3153
3173
  errors: [{
@@ -3736,6 +3756,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3736
3756
  name: "response_format";
3737
3757
  type: "Query";
3738
3758
  schema: z.ZodDefault<z.ZodOptional<z.ZodEnum<["json", "markdown"]>>>;
3759
+ }, {
3760
+ name: "modalities";
3761
+ type: "Query";
3762
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
3739
3763
  }];
3740
3764
  response: z.ZodType<CollectionRichTranscriptsList, z.ZodTypeDef, CollectionRichTranscriptsList>;
3741
3765
  errors: [{
@@ -3807,6 +3831,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3807
3831
  name: "response_format";
3808
3832
  type: "Query";
3809
3833
  schema: z.ZodDefault<z.ZodOptional<z.ZodEnum<["json", "markdown"]>>>;
3834
+ }, {
3835
+ name: "modalities";
3836
+ type: "Query";
3837
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
3810
3838
  }];
3811
3839
  response: z.ZodType<CollectionMediaDescriptionsList, z.ZodTypeDef, CollectionMediaDescriptionsList>;
3812
3840
  errors: [{
@@ -3866,6 +3894,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3866
3894
  name: "end_time_seconds";
3867
3895
  type: "Query";
3868
3896
  schema: z.ZodOptional<z.ZodNumber>;
3897
+ }, {
3898
+ name: "modalities";
3899
+ type: "Query";
3900
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
3869
3901
  }];
3870
3902
  response: z.ZodType<MediaDescription, z.ZodTypeDef, MediaDescription>;
3871
3903
  errors: [{
@@ -929,6 +929,21 @@ const endpoints = (0, core_1.makeApi)([
929
929
  type: 'Query',
930
930
  schema: zod_1.z.number().optional(),
931
931
  },
932
+ {
933
+ name: 'modalities',
934
+ type: 'Query',
935
+ schema: zod_1.z
936
+ .array(zod_1.z.enum([
937
+ 'speech',
938
+ 'visual_scene_description',
939
+ 'scene_text',
940
+ 'audio_description',
941
+ 'summary',
942
+ 'segment_summary',
943
+ 'title',
944
+ ]))
945
+ .optional(),
946
+ },
932
947
  ],
933
948
  response: RichTranscript,
934
949
  errors: [
@@ -1058,6 +1073,21 @@ const endpoints = (0, core_1.makeApi)([
1058
1073
  type: 'Query',
1059
1074
  schema: zod_1.z.enum(['json', 'markdown']).optional().default('json'),
1060
1075
  },
1076
+ {
1077
+ name: 'modalities',
1078
+ type: 'Query',
1079
+ schema: zod_1.z
1080
+ .array(zod_1.z.enum([
1081
+ 'speech',
1082
+ 'visual_scene_description',
1083
+ 'scene_text',
1084
+ 'audio_description',
1085
+ 'summary',
1086
+ 'segment_summary',
1087
+ 'title',
1088
+ ]))
1089
+ .optional(),
1090
+ },
1061
1091
  ],
1062
1092
  response: CollectionRichTranscriptsList,
1063
1093
  errors: [
@@ -1125,6 +1155,21 @@ const endpoints = (0, core_1.makeApi)([
1125
1155
  type: 'Query',
1126
1156
  schema: zod_1.z.enum(['json', 'markdown']).optional().default('json'),
1127
1157
  },
1158
+ {
1159
+ name: 'modalities',
1160
+ type: 'Query',
1161
+ schema: zod_1.z
1162
+ .array(zod_1.z.enum([
1163
+ 'speech',
1164
+ 'visual_scene_description',
1165
+ 'scene_text',
1166
+ 'audio_description',
1167
+ 'summary',
1168
+ 'segment_summary',
1169
+ 'title',
1170
+ ]))
1171
+ .optional(),
1172
+ },
1128
1173
  ],
1129
1174
  response: CollectionMediaDescriptionsList,
1130
1175
  errors: [
@@ -1177,6 +1222,21 @@ const endpoints = (0, core_1.makeApi)([
1177
1222
  type: 'Query',
1178
1223
  schema: zod_1.z.number().optional(),
1179
1224
  },
1225
+ {
1226
+ name: 'modalities',
1227
+ type: 'Query',
1228
+ schema: zod_1.z
1229
+ .array(zod_1.z.enum([
1230
+ 'speech',
1231
+ 'visual_scene_description',
1232
+ 'scene_text',
1233
+ 'audio_description',
1234
+ 'summary',
1235
+ 'segment_summary',
1236
+ 'title',
1237
+ ]))
1238
+ .optional(),
1239
+ },
1180
1240
  ],
1181
1241
  response: MediaDescription,
1182
1242
  errors: [
@@ -144,6 +144,10 @@ export declare const DescribeApi: import("@zodios/core").ZodiosInstance<[{
144
144
  name: "include_data";
145
145
  type: "Query";
146
146
  schema: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
147
+ }, {
148
+ name: "modalities";
149
+ type: "Query";
150
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
147
151
  }];
148
152
  response: z.ZodType<DescribeList, z.ZodTypeDef, DescribeList>;
149
153
  errors: [{
@@ -189,6 +193,10 @@ export declare const DescribeApi: import("@zodios/core").ZodiosInstance<[{
189
193
  name: "end_time_seconds";
190
194
  type: "Query";
191
195
  schema: z.ZodOptional<z.ZodNumber>;
196
+ }, {
197
+ name: "modalities";
198
+ type: "Query";
199
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
192
200
  }];
193
201
  response: z.ZodType<Describe, z.ZodTypeDef, Describe>;
194
202
  errors: [{
@@ -344,6 +352,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
344
352
  name: "include_data";
345
353
  type: "Query";
346
354
  schema: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
355
+ }, {
356
+ name: "modalities";
357
+ type: "Query";
358
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
347
359
  }];
348
360
  response: z.ZodType<DescribeList, z.ZodTypeDef, DescribeList>;
349
361
  errors: [{
@@ -389,6 +401,10 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
389
401
  name: "end_time_seconds";
390
402
  type: "Query";
391
403
  schema: z.ZodOptional<z.ZodNumber>;
404
+ }, {
405
+ name: "modalities";
406
+ type: "Query";
407
+ schema: z.ZodOptional<z.ZodArray<z.ZodEnum<["speech", "visual_scene_description", "scene_text", "audio_description", "summary", "segment_summary", "title"]>, "many">>;
392
408
  }];
393
409
  response: z.ZodType<Describe, z.ZodTypeDef, Describe>;
394
410
  errors: [{
@@ -178,6 +178,21 @@ const endpoints = (0, core_1.makeApi)([
178
178
  type: 'Query',
179
179
  schema: zod_1.z.boolean().optional().default(true),
180
180
  },
181
+ {
182
+ name: 'modalities',
183
+ type: 'Query',
184
+ schema: zod_1.z
185
+ .array(zod_1.z.enum([
186
+ 'speech',
187
+ 'visual_scene_description',
188
+ 'scene_text',
189
+ 'audio_description',
190
+ 'summary',
191
+ 'segment_summary',
192
+ 'title',
193
+ ]))
194
+ .optional(),
195
+ },
181
196
  ],
182
197
  response: DescribeList,
183
198
  errors: [
@@ -220,6 +235,21 @@ const endpoints = (0, core_1.makeApi)([
220
235
  type: 'Query',
221
236
  schema: zod_1.z.number().optional(),
222
237
  },
238
+ {
239
+ name: 'modalities',
240
+ type: 'Query',
241
+ schema: zod_1.z
242
+ .array(zod_1.z.enum([
243
+ 'speech',
244
+ 'visual_scene_description',
245
+ 'scene_text',
246
+ 'audio_description',
247
+ 'summary',
248
+ 'segment_summary',
249
+ 'title',
250
+ ]))
251
+ .optional(),
252
+ },
223
253
  ],
224
254
  response: Describe,
225
255
  errors: [
@@ -441,7 +441,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
441
441
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
442
442
  }, z.ZodTypeAny, "passthrough">>>;
443
443
  thumbnail_url: z.ZodOptional<z.ZodString>;
444
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
444
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
445
445
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
446
446
  id: z.ZodString;
447
447
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -470,7 +470,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
470
470
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
471
471
  }, z.ZodTypeAny, "passthrough">>>;
472
472
  thumbnail_url: z.ZodOptional<z.ZodString>;
473
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
473
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
474
474
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
475
475
  id: z.ZodString;
476
476
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -499,7 +499,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
499
499
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
500
500
  }, z.ZodTypeAny, "passthrough">>>;
501
501
  thumbnail_url: z.ZodOptional<z.ZodString>;
502
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
502
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
503
503
  }, z.ZodTypeAny, "passthrough">>;
504
504
  errors: [{
505
505
  status: 400;
@@ -632,7 +632,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
632
632
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
633
633
  }, z.ZodTypeAny, "passthrough">>>;
634
634
  thumbnail_url: z.ZodOptional<z.ZodString>;
635
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
635
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
636
636
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
637
637
  id: z.ZodString;
638
638
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -661,7 +661,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
661
661
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
662
662
  }, z.ZodTypeAny, "passthrough">>>;
663
663
  thumbnail_url: z.ZodOptional<z.ZodString>;
664
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
664
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
665
665
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
666
666
  id: z.ZodString;
667
667
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -690,7 +690,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
690
690
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
691
691
  }, z.ZodTypeAny, "passthrough">>>;
692
692
  thumbnail_url: z.ZodOptional<z.ZodString>;
693
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
693
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
694
694
  }, z.ZodTypeAny, "passthrough">>;
695
695
  errors: [{
696
696
  status: 404;
@@ -808,7 +808,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
808
808
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
809
809
  }, z.ZodTypeAny, "passthrough">>>;
810
810
  thumbnail_url: z.ZodOptional<z.ZodString>;
811
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
811
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
812
812
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
813
813
  id: z.ZodString;
814
814
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -837,7 +837,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
837
837
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
838
838
  }, z.ZodTypeAny, "passthrough">>>;
839
839
  thumbnail_url: z.ZodOptional<z.ZodString>;
840
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
840
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
841
841
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
842
842
  id: z.ZodString;
843
843
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -866,7 +866,7 @@ export declare const FilesApi: import("@zodios/core").ZodiosInstance<[{
866
866
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
867
867
  }, z.ZodTypeAny, "passthrough">>>;
868
868
  thumbnail_url: z.ZodOptional<z.ZodString>;
869
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
869
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
870
870
  }, z.ZodTypeAny, "passthrough">>;
871
871
  errors: [{
872
872
  status: 400;
@@ -3243,7 +3243,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3243
3243
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3244
3244
  }, z.ZodTypeAny, "passthrough">>>;
3245
3245
  thumbnail_url: z.ZodOptional<z.ZodString>;
3246
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3246
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3247
3247
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3248
3248
  id: z.ZodString;
3249
3249
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3272,7 +3272,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3272
3272
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3273
3273
  }, z.ZodTypeAny, "passthrough">>>;
3274
3274
  thumbnail_url: z.ZodOptional<z.ZodString>;
3275
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3275
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3276
3276
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3277
3277
  id: z.ZodString;
3278
3278
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3301,7 +3301,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3301
3301
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3302
3302
  }, z.ZodTypeAny, "passthrough">>>;
3303
3303
  thumbnail_url: z.ZodOptional<z.ZodString>;
3304
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3304
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3305
3305
  }, z.ZodTypeAny, "passthrough">>;
3306
3306
  errors: [{
3307
3307
  status: 400;
@@ -3434,7 +3434,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3434
3434
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3435
3435
  }, z.ZodTypeAny, "passthrough">>>;
3436
3436
  thumbnail_url: z.ZodOptional<z.ZodString>;
3437
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3437
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3438
3438
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3439
3439
  id: z.ZodString;
3440
3440
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3463,7 +3463,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3463
3463
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3464
3464
  }, z.ZodTypeAny, "passthrough">>>;
3465
3465
  thumbnail_url: z.ZodOptional<z.ZodString>;
3466
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3466
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3467
3467
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3468
3468
  id: z.ZodString;
3469
3469
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3492,7 +3492,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3492
3492
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3493
3493
  }, z.ZodTypeAny, "passthrough">>>;
3494
3494
  thumbnail_url: z.ZodOptional<z.ZodString>;
3495
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3495
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3496
3496
  }, z.ZodTypeAny, "passthrough">>;
3497
3497
  errors: [{
3498
3498
  status: 404;
@@ -3610,7 +3610,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3610
3610
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3611
3611
  }, z.ZodTypeAny, "passthrough">>>;
3612
3612
  thumbnail_url: z.ZodOptional<z.ZodString>;
3613
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3613
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3614
3614
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
3615
3615
  id: z.ZodString;
3616
3616
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3639,7 +3639,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3639
3639
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3640
3640
  }, z.ZodTypeAny, "passthrough">>>;
3641
3641
  thumbnail_url: z.ZodOptional<z.ZodString>;
3642
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3642
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3643
3643
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
3644
3644
  id: z.ZodString;
3645
3645
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -3668,7 +3668,7 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
3668
3668
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3669
3669
  }, z.ZodTypeAny, "passthrough">>>;
3670
3670
  thumbnail_url: z.ZodOptional<z.ZodString>;
3671
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
3671
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
3672
3672
  }, z.ZodTypeAny, "passthrough">>;
3673
3673
  errors: [{
3674
3674
  status: 400;
@@ -68,7 +68,7 @@ export type File = {
68
68
  has_audio: boolean | null;
69
69
  }> | undefined;
70
70
  thumbnail_url?: string | undefined;
71
- source?: ('video' | 'youtube' | 's3' | 'dropbox' | 'http' | 'upload' | 'google-drive' | 'zoom' | 'gong' | 'recall') | undefined;
71
+ source?: ('video' | 'youtube' | 's3' | 'dropbox' | 'http' | 'upload' | 'google-drive' | 'zoom' | 'gong' | 'recall' | 'gcs') | undefined;
72
72
  };
73
73
  export type SearchFilter = Partial<{
74
74
  metadata: Array<SearchFilterCriteria & Partial<{
@@ -1314,7 +1314,7 @@ export declare const File: z.ZodObject<{
1314
1314
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1315
1315
  }, z.ZodTypeAny, "passthrough">>>;
1316
1316
  thumbnail_url: z.ZodOptional<z.ZodString>;
1317
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
1317
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
1318
1318
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1319
1319
  id: z.ZodString;
1320
1320
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -1343,7 +1343,7 @@ export declare const File: z.ZodObject<{
1343
1343
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1344
1344
  }, z.ZodTypeAny, "passthrough">>>;
1345
1345
  thumbnail_url: z.ZodOptional<z.ZodString>;
1346
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
1346
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
1347
1347
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1348
1348
  id: z.ZodString;
1349
1349
  status: z.ZodEnum<["pending", "processing", "completed", "failed", "not_applicable"]>;
@@ -1372,7 +1372,7 @@ export declare const File: z.ZodObject<{
1372
1372
  has_audio: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1373
1373
  }, z.ZodTypeAny, "passthrough">>>;
1374
1374
  thumbnail_url: z.ZodOptional<z.ZodString>;
1375
- source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
1375
+ source: z.ZodOptional<z.ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
1376
1376
  }, z.ZodTypeAny, "passthrough">>;
1377
1377
  export declare const Shot: z.ZodObject<{
1378
1378
  index: z.ZodNumber;
@@ -124,6 +124,7 @@ exports.File = zod_1.z
124
124
  'zoom',
125
125
  'gong',
126
126
  'recall',
127
+ 'gcs',
127
128
  ])
128
129
  .optional(),
129
130
  })
@@ -1,5 +1,5 @@
1
1
  import { CollectionsApi } from '../../generated';
2
- import { Filter, SegmentationConfig } from '../types';
2
+ import { Filter, Modalities, SegmentationConfig } from '../types';
3
3
  import { ThumbnailsConfig } from '../../generated/common';
4
4
  import { WaitForReadyOptions } from '../types';
5
5
  import { schemas as collectionsSchemas } from '../../generated/Collections';
@@ -19,6 +19,7 @@ type AddedFilterParams = {
19
19
  type ListCollectionEntitiesParams = AddedFilterParams & OrderParams & PaginationParams;
20
20
  type ListCollectionMediaDescriptionsParams = {
21
21
  response_format?: 'json' | 'markdown';
22
+ modalities?: Modalities[];
22
23
  } & AddedFilterParams & OrderParams & PaginationParams;
23
24
  type ListCollectionParams = {
24
25
  collection_type?: 'entities' | 'rich-transcripts' | 'media-descriptions' | 'face-analysis';
@@ -327,6 +328,7 @@ export declare class EnhancedCollectionsApi {
327
328
  response_format?: 'markdown' | 'json';
328
329
  start_time_seconds?: number;
329
330
  end_time_seconds?: number;
331
+ modalities?: Modalities[];
330
332
  }): Promise<{
331
333
  collection_id: string;
332
334
  file_id: string;
@@ -1,5 +1,5 @@
1
1
  import { DescribeApi } from '../../generated';
2
- import { SegmentationConfig } from '../types';
2
+ import { Modalities, SegmentationConfig } from '../types';
3
3
  import { ThumbnailsConfig } from '../../generated/common';
4
4
  import { WaitForReadyOptions } from '../types';
5
5
  export declare class EnhancedDescribeApi {
@@ -44,6 +44,7 @@ export declare class EnhancedDescribeApi {
44
44
  response_format?: 'json' | 'markdown';
45
45
  start_time_seconds?: number;
46
46
  end_time_seconds?: number;
47
+ modalities?: Modalities[];
47
48
  }): Promise<{
48
49
  job_id: string;
49
50
  status: "pending" | "processing" | "completed" | "failed" | "not_applicable";
@@ -79,6 +80,7 @@ export declare class EnhancedDescribeApi {
79
80
  url?: string;
80
81
  response_format?: 'json' | 'markdown';
81
82
  include_data?: boolean;
83
+ modalities?: Modalities[];
82
84
  }): Promise<{
83
85
  object: "list";
84
86
  data: Array<{
@@ -47,7 +47,7 @@ export declare class EnhancedFilesApi {
47
47
  has_audio: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
48
48
  }, import("zod").ZodTypeAny, "passthrough">>>;
49
49
  thumbnail_url: import("zod").ZodOptional<import("zod").ZodString>;
50
- source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
50
+ source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
51
51
  }, import("zod").ZodTypeAny, "passthrough">>;
52
52
  deleteFile(fileId: string): Promise<import("zod").objectOutputType<{
53
53
  id: import("zod").ZodString;
@@ -81,7 +81,7 @@ export declare class EnhancedFilesApi {
81
81
  has_audio: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
82
82
  }, import("zod").ZodTypeAny, "passthrough">>>;
83
83
  thumbnail_url: import("zod").ZodOptional<import("zod").ZodString>;
84
- source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
84
+ source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
85
85
  }, import("zod").ZodTypeAny, "passthrough">>;
86
86
  listFileSegmentations(fileId: string, params?: {
87
87
  limit?: number;
@@ -719,7 +719,7 @@ export declare class EnhancedFilesApi {
719
719
  has_audio: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
720
720
  }, import("zod").ZodTypeAny, "passthrough">>>;
721
721
  thumbnail_url: import("zod").ZodOptional<import("zod").ZodString>;
722
- source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall"]>>;
722
+ source: import("zod").ZodOptional<import("zod").ZodEnum<["video", "youtube", "s3", "dropbox", "http", "upload", "google-drive", "zoom", "gong", "recall", "gcs"]>>;
723
723
  }, import("zod").ZodTypeAny, "passthrough">>;
724
724
  }
725
725
  export {};
@@ -48,7 +48,7 @@ class CloudGlue {
48
48
  headers: {
49
49
  Authorization: `Bearer ${this.apiKey}`,
50
50
  'x-sdk-client': 'cloudglue-js',
51
- 'x-sdk-version': '0.5.7',
51
+ 'x-sdk-version': '0.5.8',
52
52
  },
53
53
  baseURL: this.baseUrl,
54
54
  timeout: this.timeout,
@@ -273,3 +273,4 @@ export type ShareableAsset = z.infer<typeof shareableSchemas.ShareableAsset>;
273
273
  export type ShareableAssetListResponse = z.infer<typeof shareableSchemas.ShareableAssetListResponse>;
274
274
  export type CreateShareableAssetRequest = z.infer<typeof shareableSchemas.CreateShareableAssetRequest>;
275
275
  export type UpdateShareableAssetRequest = z.infer<typeof shareableSchemas.UpdateShareableAssetRequest>;
276
+ export type Modalities = 'speech' | 'visual_scene_description' | 'scene_text' | 'audio_description' | 'summary' | 'segment_summary' | 'title';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aviaryhq/cloudglue-js",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Cloudglue API client for Node.js",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",