@aviaryhq/cloudglue-js 0.4.8 → 0.4.9

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.
@@ -2328,7 +2328,7 @@ declare class EnhancedSegmentsApi {
2328
2328
  private readonly api;
2329
2329
  constructor(api: typeof SegmentsApi);
2330
2330
  listSegmentJobs(data: {
2331
- criteria: "shot" | "narrative";
2331
+ criteria?: "shot" | "narrative";
2332
2332
  url?: string;
2333
2333
  status?: "pending" | "processing" | "completed" | "failed";
2334
2334
  limit?: number;
@@ -645,7 +645,7 @@ class CloudGlue {
645
645
  headers: {
646
646
  Authorization: `Bearer ${this.apiKey}`,
647
647
  'x-sdk-client': 'cloudglue-js',
648
- 'x-sdk-version': '0.4.8',
648
+ 'x-sdk-version': '0.4.9',
649
649
  },
650
650
  baseURL: this.baseUrl,
651
651
  timeout: this.timeout,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aviaryhq/cloudglue-js",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Cloudglue API client for Node.js",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",