ugcinc 3.68.0 → 3.69.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 +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -751,7 +751,7 @@ export type StaticSegment = ImageSegment | TextSegment;
751
751
  /**
752
752
  * Automation types
753
753
  */
754
- export type MediaType = 'video' | 'image' | 'audio' | 'text' | 'account' | 'date' | 'social_audio';
754
+ export type MediaType = 'video' | 'image' | 'audio' | 'text' | 'account' | 'date' | 'social_audio' | 'boolean';
755
755
  /**
756
756
  * Array types for collections
757
757
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.68.0",
3
+ "version": "3.69.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",
@@ -21,7 +21,7 @@
21
21
  "author": "UGC Inc",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "ugcinc": "^3.68.0",
24
+ "ugcinc": "^3.69.0",
25
25
  "zod": "^3.23.0"
26
26
  },
27
27
  "peerDependencies": {