ugcinc 3.25.1 → 3.25.2

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 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1138,7 +1138,6 @@ export type AutoPostInputType = 'static' | 'variable';
1138
1138
  */
1139
1139
  export interface AutoPostInput {
1140
1140
  id: string;
1141
- title: string;
1142
1141
  }
1143
1142
  /**
1144
1143
  * Auto Post node configuration - posts a video or slideshow to social media
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.25.1",
3
+ "version": "3.25.2",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",