@adspireai/adspire-node-sdk 1.0.44 → 1.0.45
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.
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type PostPlatform = 'facebook' | 'linkedin' | 'instagram' | 'blog' | 'google_ads' | 'figma' | 'generic';
|
|
2
2
|
export type PostStatus = 'draft' | 'scheduled' | 'published' | 'error';
|
|
3
|
-
export type PostType = 'carousel' | 'reel' | 'short' | 'single_image' | 'video' | 'story' | 'article';
|
|
3
|
+
export type PostType = 'carousel' | 'reel' | 'short' | 'single_image' | 'video' | 'story' | 'article' | 'design';
|
|
4
4
|
export type AiCreditUsage = {
|
|
5
5
|
id?: number;
|
|
6
6
|
brand_id: string;
|
|
@@ -2460,7 +2460,7 @@ export type UpdateWhiteboardPostResponse = UpdateWhiteboardPostResponses[keyof U
|
|
|
2460
2460
|
export type ReorderWhiteboardPostsData = {
|
|
2461
2461
|
body: {
|
|
2462
2462
|
posts: Array<{
|
|
2463
|
-
id:
|
|
2463
|
+
id: string;
|
|
2464
2464
|
order: number;
|
|
2465
2465
|
}>;
|
|
2466
2466
|
};
|