ugcinc 2.21.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 +0 -4
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -174,8 +174,6 @@ export interface GetPostsParams {
174
174
  export interface CreateSlideshowParams {
175
175
  accountId: string | null;
176
176
  caption?: string;
177
- /** @deprecated Use socialAudioId instead */
178
- musicPostId?: string;
179
177
  socialAudioId?: string;
180
178
  postTime?: string;
181
179
  imageUrls: string[];
@@ -195,8 +193,6 @@ export interface GetPostStatusParams {
195
193
  export interface CreateVideoParams {
196
194
  accountId: string | null;
197
195
  caption?: string;
198
- /** @deprecated Use socialAudioId instead */
199
- musicPostId?: string;
200
196
  socialAudioId?: string;
201
197
  postTime?: string;
202
198
  videoUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.21.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",