@botpress/api 0.14.0 → 0.14.2

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/src/gen/state.ts CHANGED
@@ -3471,6 +3471,8 @@ export const state = {
3471
3471
  "workspace_member_count",
3472
3472
  "integrations_owned_count",
3473
3473
  "ai_spend",
3474
+ "openai_spend",
3475
+ "bing_search_spend",
3474
3476
  ],
3475
3477
  required: true,
3476
3478
  },
@@ -3529,6 +3531,8 @@ export const state = {
3529
3531
  "workspace_member_count",
3530
3532
  "integrations_owned_count",
3531
3533
  "ai_spend",
3534
+ "openai_spend",
3535
+ "bing_search_spend",
3532
3536
  ],
3533
3537
  required: true,
3534
3538
  },
@@ -3568,6 +3572,8 @@ export const state = {
3568
3572
  "workspace_member_count",
3569
3573
  "integrations_owned_count",
3570
3574
  "ai_spend",
3575
+ "openai_spend",
3576
+ "bing_search_spend",
3571
3577
  ],
3572
3578
  description: "Usage type that can be used",
3573
3579
  },
@@ -3635,6 +3641,8 @@ export const state = {
3635
3641
  "workspace_member_count",
3636
3642
  "integrations_owned_count",
3637
3643
  "ai_spend",
3644
+ "openai_spend",
3645
+ "bing_search_spend",
3638
3646
  ],
3639
3647
  description: "Usage type that can be used",
3640
3648
  },
@@ -5303,6 +5311,8 @@ export const state = {
5303
5311
  "workspace_member_count",
5304
5312
  "integrations_owned_count",
5305
5313
  "ai_spend",
5314
+ "openai_spend",
5315
+ "bing_search_spend",
5306
5316
  ],
5307
5317
  required: true,
5308
5318
  },
@@ -5354,6 +5364,8 @@ export const state = {
5354
5364
  "workspace_member_count",
5355
5365
  "integrations_owned_count",
5356
5366
  "ai_spend",
5367
+ "openai_spend",
5368
+ "bing_search_spend",
5357
5369
  ],
5358
5370
  required: true,
5359
5371
  },
@@ -5602,7 +5614,7 @@ export const state = {
5602
5614
  title: "Botpress API",
5603
5615
  description: "API for Botpress Cloud",
5604
5616
  server: "https://api.botpress.cloud",
5605
- version: "0.14.0",
5617
+ version: "0.14.2",
5606
5618
  prefix: "v1",
5607
5619
  },
5608
5620
  errors: [
@@ -6786,6 +6798,8 @@ export const state = {
6786
6798
  "workspace_member_count",
6787
6799
  "integrations_owned_count",
6788
6800
  "ai_spend",
6801
+ "openai_spend",
6802
+ "bing_search_spend",
6789
6803
  ],
6790
6804
  description: "Usage type that can be used",
6791
6805
  },