@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/dist/index.js CHANGED
@@ -430021,7 +430021,9 @@ var state = {
430021
430021
  "table_row_count",
430022
430022
  "workspace_member_count",
430023
430023
  "integrations_owned_count",
430024
- "ai_spend"
430024
+ "ai_spend",
430025
+ "openai_spend",
430026
+ "bing_search_spend"
430025
430027
  ],
430026
430028
  required: true
430027
430029
  },
@@ -430079,7 +430081,9 @@ var state = {
430079
430081
  "table_row_count",
430080
430082
  "workspace_member_count",
430081
430083
  "integrations_owned_count",
430082
- "ai_spend"
430084
+ "ai_spend",
430085
+ "openai_spend",
430086
+ "bing_search_spend"
430083
430087
  ],
430084
430088
  required: true
430085
430089
  },
@@ -430118,7 +430122,9 @@ var state = {
430118
430122
  "table_row_count",
430119
430123
  "workspace_member_count",
430120
430124
  "integrations_owned_count",
430121
- "ai_spend"
430125
+ "ai_spend",
430126
+ "openai_spend",
430127
+ "bing_search_spend"
430122
430128
  ],
430123
430129
  description: "Usage type that can be used"
430124
430130
  }
@@ -430185,7 +430191,9 @@ var state = {
430185
430191
  "table_row_count",
430186
430192
  "workspace_member_count",
430187
430193
  "integrations_owned_count",
430188
- "ai_spend"
430194
+ "ai_spend",
430195
+ "openai_spend",
430196
+ "bing_search_spend"
430189
430197
  ],
430190
430198
  description: "Usage type that can be used"
430191
430199
  }
@@ -431802,7 +431810,9 @@ var state = {
431802
431810
  "table_row_count",
431803
431811
  "workspace_member_count",
431804
431812
  "integrations_owned_count",
431805
- "ai_spend"
431813
+ "ai_spend",
431814
+ "openai_spend",
431815
+ "bing_search_spend"
431806
431816
  ],
431807
431817
  required: true
431808
431818
  },
@@ -431853,7 +431863,9 @@ var state = {
431853
431863
  "table_row_count",
431854
431864
  "workspace_member_count",
431855
431865
  "integrations_owned_count",
431856
- "ai_spend"
431866
+ "ai_spend",
431867
+ "openai_spend",
431868
+ "bing_search_spend"
431857
431869
  ],
431858
431870
  required: true
431859
431871
  },
@@ -432099,7 +432111,7 @@ var state = {
432099
432111
  title: "Botpress API",
432100
432112
  description: "API for Botpress Cloud",
432101
432113
  server: "https://api.botpress.cloud",
432102
- version: "0.14.0",
432114
+ version: "0.14.2",
432103
432115
  prefix: "v1"
432104
432116
  },
432105
432117
  errors: [
@@ -433227,7 +433239,9 @@ var state = {
433227
433239
  "table_row_count",
433228
433240
  "workspace_member_count",
433229
433241
  "integrations_owned_count",
433230
- "ai_spend"
433242
+ "ai_spend",
433243
+ "openai_spend",
433244
+ "bing_search_spend"
433231
433245
  ],
433232
433246
  description: "Usage type that can be used"
433233
433247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.14.0",
3
+ "version": "0.14.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {