ugcinc 3.24.0 → 3.25.0

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 +0 -4
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1051,10 +1051,6 @@ export interface RecurrenceNodeConfig {
1051
1051
  randomWindowStart: string;
1052
1052
  randomWindowEnd: string;
1053
1053
  timezone: string;
1054
- /** Maximum number of runs before stopping (null = unlimited) */
1055
- maxRuns?: number | null;
1056
- /** End date for the recurrence in ISO format (YYYY-MM-DD) - if set, runs until this date */
1057
- endDate?: string;
1058
1054
  /** Optional collection input for iterating over multiple accounts */
1059
1055
  collectionInput?: TriggerCollectionConfig;
1060
1056
  /** Optional media input for providing media to downstream nodes */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.24.0",
3
+ "version": "3.25.0",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",