@adspireai/adspire-node-sdk 1.0.47 → 1.0.49

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.
@@ -200,6 +200,7 @@ export type Whiteboards = {
200
200
  title: string;
201
201
  description?: string;
202
202
  owner_id?: string;
203
+ team?: string | null;
203
204
  created_at?: string;
204
205
  updated_at?: string;
205
206
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adspireai/adspire-node-sdk",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "Official Node.js SDK for AdspireAI API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",