ugcinc 2.20.0 → 2.22.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 +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -174,7 +174,7 @@ export interface GetPostsParams {
|
|
|
174
174
|
export interface CreateSlideshowParams {
|
|
175
175
|
accountId: string | null;
|
|
176
176
|
caption?: string;
|
|
177
|
-
|
|
177
|
+
socialAudioId?: string;
|
|
178
178
|
postTime?: string;
|
|
179
179
|
imageUrls: string[];
|
|
180
180
|
strict?: boolean;
|
|
@@ -193,7 +193,7 @@ export interface GetPostStatusParams {
|
|
|
193
193
|
export interface CreateVideoParams {
|
|
194
194
|
accountId: string | null;
|
|
195
195
|
caption?: string;
|
|
196
|
-
|
|
196
|
+
socialAudioId?: string;
|
|
197
197
|
postTime?: string;
|
|
198
198
|
videoUrl: string;
|
|
199
199
|
strict?: boolean;
|