ugcinc 4.5.54 → 4.5.55

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/media.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/media.d.ts CHANGED
@@ -124,6 +124,7 @@ export interface GetMediaUseResponse {
124
124
  export interface FilterMediaParams {
125
125
  source_ids: string[];
126
126
  name: string;
127
+ urls?: string[];
127
128
  }
128
129
  export interface FilterMediaResponse {
129
130
  available: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "4.5.54",
3
+ "version": "4.5.55",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",