ugcinc 3.32.0 → 3.32.1

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 (2) hide show
  1. package/dist/types.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1385,6 +1385,9 @@ export interface AutomationTemplate {
1385
1385
  output_schema: Record<string, {
1386
1386
  type: string;
1387
1387
  }> | null;
1388
+ recurrence_enabled: boolean;
1389
+ next_run_at: string | null;
1390
+ last_run_at: string | null;
1388
1391
  created_at: string;
1389
1392
  updated_at: string;
1390
1393
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.32.0",
3
+ "version": "3.32.1",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",