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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -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
- musicPostId?: string;
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
- musicPostId?: string;
196
+ socialAudioId?: string;
197
197
  postTime?: string;
198
198
  videoUrl: string;
199
199
  strict?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.20.0",
3
+ "version": "2.22.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",