@botpress/api 0.13.0 → 0.13.1

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
@@ -425908,7 +425908,7 @@ var state = {
425908
425908
  },
425909
425909
  integrationName: {
425910
425910
  type: "string",
425911
- description: "Name of the integration to which the conversation creation will be delegated"
425911
+ description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead."
425912
425912
  }
425913
425913
  },
425914
425914
  required: ["channel", "tags"],
@@ -426043,7 +426043,7 @@ var state = {
426043
426043
  },
426044
426044
  integrationName: {
426045
426045
  type: "string",
426046
- description: "Name of the integration to which the conversation creation will be delegated"
426046
+ description: "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead."
426047
426047
  }
426048
426048
  },
426049
426049
  required: ["channel", "tags"],
@@ -426764,7 +426764,7 @@ var state = {
426764
426764
  },
426765
426765
  integrationName: {
426766
426766
  type: "string",
426767
- description: "Name of the integration to which the user creation will be delegated"
426767
+ description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead."
426768
426768
  },
426769
426769
  name: {
426770
426770
  type: "string",
@@ -426903,7 +426903,7 @@ var state = {
426903
426903
  },
426904
426904
  integrationName: {
426905
426905
  type: "string",
426906
- description: "Name of the integration to which the user creation will be delegated"
426906
+ description: "[DEPRECATED] To create a user from within a bot, call an action of the integration instead."
426907
426907
  },
426908
426908
  name: {
426909
426909
  type: "string",
@@ -429156,7 +429156,8 @@ var state = {
429156
429156
  "workspace_member_count",
429157
429157
  "integrations_owned_count",
429158
429158
  "cognitive_calls",
429159
- "model_credit"
429159
+ "model_credit",
429160
+ "token_spend"
429160
429161
  ],
429161
429162
  required: true
429162
429163
  },
@@ -429215,7 +429216,8 @@ var state = {
429215
429216
  "workspace_member_count",
429216
429217
  "integrations_owned_count",
429217
429218
  "cognitive_calls",
429218
- "model_credit"
429219
+ "model_credit",
429220
+ "token_spend"
429219
429221
  ],
429220
429222
  required: true
429221
429223
  },
@@ -429255,7 +429257,8 @@ var state = {
429255
429257
  "workspace_member_count",
429256
429258
  "integrations_owned_count",
429257
429259
  "cognitive_calls",
429258
- "model_credit"
429260
+ "model_credit",
429261
+ "token_spend"
429259
429262
  ],
429260
429263
  description: "Usage type that can be used"
429261
429264
  }
@@ -429323,7 +429326,8 @@ var state = {
429323
429326
  "workspace_member_count",
429324
429327
  "integrations_owned_count",
429325
429328
  "cognitive_calls",
429326
- "model_credit"
429329
+ "model_credit",
429330
+ "token_spend"
429327
429331
  ],
429328
429332
  description: "Usage type that can be used"
429329
429333
  }
@@ -430923,7 +430927,8 @@ var state = {
430923
430927
  "workspace_member_count",
430924
430928
  "integrations_owned_count",
430925
430929
  "cognitive_calls",
430926
- "model_credit"
430930
+ "model_credit",
430931
+ "token_spend"
430927
430932
  ],
430928
430933
  required: true
430929
430934
  },
@@ -430975,7 +430980,8 @@ var state = {
430975
430980
  "workspace_member_count",
430976
430981
  "integrations_owned_count",
430977
430982
  "cognitive_calls",
430978
- "model_credit"
430983
+ "model_credit",
430984
+ "token_spend"
430979
430985
  ],
430980
430986
  required: true
430981
430987
  },
@@ -431221,7 +431227,7 @@ var state = {
431221
431227
  title: "Botpress API",
431222
431228
  description: "API for Botpress Cloud",
431223
431229
  server: "https://api.botpress.cloud",
431224
- version: "0.13.0",
431230
+ version: "0.13.1",
431225
431231
  prefix: "v1"
431226
431232
  },
431227
431233
  errors: [
@@ -432324,7 +432330,8 @@ var state = {
432324
432330
  "workspace_member_count",
432325
432331
  "integrations_owned_count",
432326
432332
  "cognitive_calls",
432327
- "model_credit"
432333
+ "model_credit",
432334
+ "token_spend"
432328
432335
  ],
432329
432336
  description: "Usage type that can be used"
432330
432337
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {