ugcinc 2.87.12 → 2.87.13

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.
@@ -335,7 +335,7 @@ function getAllNodes() {
335
335
  {
336
336
  id: "socialAudio",
337
337
  title: "social-audio",
338
- type: "audio",
338
+ type: "social_audio",
339
339
  required: false,
340
340
  },
341
341
  {
@@ -369,7 +369,7 @@ function getAllNodes() {
369
369
  {
370
370
  id: "socialAudio",
371
371
  title: "social-audio",
372
- type: "audio",
372
+ type: "social_audio",
373
373
  required: false,
374
374
  },
375
375
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.12",
3
+ "version": "2.87.13",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",