@adspireai/adspire-node-sdk 1.0.58 → 1.0.60

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.
@@ -1,4 +1,4 @@
1
- export type PostPlatform = 'facebook' | 'linkedin' | 'instagram' | 'blog' | 'google_ads' | 'figma' | 'generic';
1
+ export type PostPlatform = 'facebook' | 'linkedin' | 'blog' | 'google_ads' | 'figma';
2
2
  export type PostStatus = 'draft' | 'scheduled' | 'published' | 'error';
3
3
  export type PostType = 'carousel' | 'reel' | 'short' | 'single_image' | 'video' | 'story' | 'article' | 'design';
4
4
  export type AiCreditUsage = {
@@ -2301,9 +2301,9 @@ export type UpdateWhiteboardErrors = {
2301
2301
  };
2302
2302
  export type UpdateWhiteboardResponses = {
2303
2303
  /**
2304
- * Whiteboard updated
2304
+ * Whiteboard updated with posts
2305
2305
  */
2306
- 200: Whiteboards;
2306
+ 200: WhiteboardsWithPosts;
2307
2307
  };
2308
2308
  export type UpdateWhiteboardResponse = UpdateWhiteboardResponses[keyof UpdateWhiteboardResponses];
2309
2309
  export type ListWhiteboardPostsData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",