ugcinc 3.67.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.
- package/dist/types.d.ts +2 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -751,11 +751,11 @@ 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
|
*/
|
|
758
|
-
export type ArrayType = 'image[]' | 'video[]' | 'audio[]' | 'text[]' | 'object[]' | 'account[]' | 'social_audio[]';
|
|
758
|
+
export type ArrayType = 'image[]' | 'video[]' | 'audio[]' | 'text[]' | 'object[]' | 'account[]' | 'social_audio[]' | 'boolean[]';
|
|
759
759
|
/**
|
|
760
760
|
* Extended port types (includes non-media types for special nodes)
|
|
761
761
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ugcinc",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
24
|
+
"ugcinc": "^3.69.0",
|
|
25
25
|
"zod": "^3.23.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|