@adspireai/adspire-node-sdk 1.0.61 → 1.0.63

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.
@@ -86,6 +86,7 @@ export type Campaigns = {
86
86
  start_date?: string;
87
87
  end_date?: string;
88
88
  status?: string;
89
+ whiteboard?: Whiteboards;
89
90
  created_at?: string;
90
91
  updated_at?: string;
91
92
  };
@@ -233,6 +234,7 @@ export type Whiteboards = {
233
234
  updated_at?: string;
234
235
  };
235
236
  export type WhiteboardsWithPosts = Whiteboards & {
237
+ campaign?: Campaigns;
236
238
  posts?: Array<WhiteboardPosts>;
237
239
  };
238
240
  export type WhiteboardPosts = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",