ugcinc 2.87.8 → 2.87.9

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 +1 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -932,8 +932,7 @@ export interface AccountNodeConfig {
932
932
  /**
933
933
  * Post Video node configuration - posts a video to social media
934
934
  */
935
- export interface PostVideoNodeConfig {
936
- }
935
+ export type PostVideoNodeConfig = Record<string, never>;
937
936
  /**
938
937
  * Post Slideshow node configuration - posts a slideshow to social media
939
938
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.8",
3
+ "version": "2.87.9",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",