@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/src/gen/state.ts CHANGED
@@ -30,7 +30,7 @@ export const state = {
30
30
  integrationName: {
31
31
  type: "string",
32
32
  description:
33
- "Name of the integration to which the conversation creation will be delegated",
33
+ "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
34
34
  },
35
35
  },
36
36
  required: ["channel", "tags"],
@@ -174,7 +174,7 @@ export const state = {
174
174
  integrationName: {
175
175
  type: "string",
176
176
  description:
177
- "Name of the integration to which the conversation creation will be delegated",
177
+ "[DEPRECATED] To create a conversation from within a bot, call an action of the integration instead.",
178
178
  },
179
179
  },
180
180
  required: ["channel", "tags"],
@@ -947,7 +947,7 @@ export const state = {
947
947
  integrationName: {
948
948
  type: "string",
949
949
  description:
950
- "Name of the integration to which the user creation will be delegated",
950
+ "[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
951
951
  },
952
952
  name: {
953
953
  type: "string",
@@ -1095,7 +1095,7 @@ export const state = {
1095
1095
  integrationName: {
1096
1096
  type: "string",
1097
1097
  description:
1098
- "Name of the integration to which the user creation will be delegated",
1098
+ "[DEPRECATED] To create a user from within a bot, call an action of the integration instead.",
1099
1099
  },
1100
1100
  name: {
1101
1101
  type: "string",
@@ -3414,6 +3414,7 @@ export const state = {
3414
3414
  "integrations_owned_count",
3415
3415
  "cognitive_calls",
3416
3416
  "model_credit",
3417
+ "token_spend",
3417
3418
  ],
3418
3419
  required: true,
3419
3420
  },
@@ -3473,6 +3474,7 @@ export const state = {
3473
3474
  "integrations_owned_count",
3474
3475
  "cognitive_calls",
3475
3476
  "model_credit",
3477
+ "token_spend",
3476
3478
  ],
3477
3479
  required: true,
3478
3480
  },
@@ -3513,6 +3515,7 @@ export const state = {
3513
3515
  "integrations_owned_count",
3514
3516
  "cognitive_calls",
3515
3517
  "model_credit",
3518
+ "token_spend",
3516
3519
  ],
3517
3520
  description: "Usage type that can be used",
3518
3521
  },
@@ -3581,6 +3584,7 @@ export const state = {
3581
3584
  "integrations_owned_count",
3582
3585
  "cognitive_calls",
3583
3586
  "model_credit",
3587
+ "token_spend",
3584
3588
  ],
3585
3589
  description: "Usage type that can be used",
3586
3590
  },
@@ -5230,6 +5234,7 @@ export const state = {
5230
5234
  "integrations_owned_count",
5231
5235
  "cognitive_calls",
5232
5236
  "model_credit",
5237
+ "token_spend",
5233
5238
  ],
5234
5239
  required: true,
5235
5240
  },
@@ -5282,6 +5287,7 @@ export const state = {
5282
5287
  "integrations_owned_count",
5283
5288
  "cognitive_calls",
5284
5289
  "model_credit",
5290
+ "token_spend",
5285
5291
  ],
5286
5292
  required: true,
5287
5293
  },
@@ -5530,7 +5536,7 @@ export const state = {
5530
5536
  title: "Botpress API",
5531
5537
  description: "API for Botpress Cloud",
5532
5538
  server: "https://api.botpress.cloud",
5533
- version: "0.13.0",
5539
+ version: "0.13.1",
5534
5540
  prefix: "v1",
5535
5541
  },
5536
5542
  errors: [
@@ -6683,6 +6689,7 @@ export const state = {
6683
6689
  "integrations_owned_count",
6684
6690
  "cognitive_calls",
6685
6691
  "model_credit",
6692
+ "token_spend",
6686
6693
  ],
6687
6694
  description: "Usage type that can be used",
6688
6695
  },