@botpress/api 0.15.5 → 0.15.6

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.
@@ -2226,6 +2226,10 @@ export declare const state: {
2226
2226
  };
2227
2227
  description: string;
2228
2228
  };
2229
+ alwaysAlive: {
2230
+ type: "boolean";
2231
+ description: string;
2232
+ };
2229
2233
  };
2230
2234
  title: string;
2231
2235
  additionalProperties: false;
@@ -5776,6 +5780,15 @@ export declare const state: {
5776
5780
  type: "string";
5777
5781
  description: string;
5778
5782
  };
5783
+ alwaysAlive: {
5784
+ type: "boolean";
5785
+ description: string;
5786
+ };
5787
+ status: {
5788
+ type: "string";
5789
+ enum: string[];
5790
+ description: string;
5791
+ };
5779
5792
  medias: {
5780
5793
  type: "array";
5781
5794
  items: {
package/dist/index.js CHANGED
@@ -428948,6 +428948,10 @@ var state = {
428948
428948
  required: ["url", "name"]
428949
428949
  },
428950
428950
  description: "Media files associated with the [Bot](#schema_bot)"
428951
+ },
428952
+ alwaysAlive: {
428953
+ type: "boolean",
428954
+ description: "Indicates if the [Bot](#schema_bot) should be executed in accelerated mode"
428951
428955
  }
428952
428956
  },
428953
428957
  title: "updateBotBody",
@@ -430057,7 +430061,8 @@ var state = {
430057
430061
  "integrations_owned_count",
430058
430062
  "ai_spend",
430059
430063
  "openai_spend",
430060
- "bing_search_spend"
430064
+ "bing_search_spend",
430065
+ "always_alive"
430061
430066
  ],
430062
430067
  required: true
430063
430068
  },
@@ -430117,7 +430122,8 @@ var state = {
430117
430122
  "integrations_owned_count",
430118
430123
  "ai_spend",
430119
430124
  "openai_spend",
430120
- "bing_search_spend"
430125
+ "bing_search_spend",
430126
+ "always_alive"
430121
430127
  ],
430122
430128
  required: true
430123
430129
  },
@@ -430186,7 +430192,8 @@ var state = {
430186
430192
  "integrations_owned_count",
430187
430193
  "ai_spend",
430188
430194
  "openai_spend",
430189
- "bing_search_spend"
430195
+ "bing_search_spend",
430196
+ "always_alive"
430190
430197
  ],
430191
430198
  required: true
430192
430199
  },
@@ -430227,7 +430234,8 @@ var state = {
430227
430234
  "integrations_owned_count",
430228
430235
  "ai_spend",
430229
430236
  "openai_spend",
430230
- "bing_search_spend"
430237
+ "bing_search_spend",
430238
+ "always_alive"
430231
430239
  ],
430232
430240
  description: "Usage type that can be used"
430233
430241
  }
@@ -430296,7 +430304,8 @@ var state = {
430296
430304
  "integrations_owned_count",
430297
430305
  "ai_spend",
430298
430306
  "openai_spend",
430299
- "bing_search_spend"
430307
+ "bing_search_spend",
430308
+ "always_alive"
430300
430309
  ],
430301
430310
  description: "Usage type that can be used"
430302
430311
  }
@@ -431936,7 +431945,8 @@ var state = {
431936
431945
  "integrations_owned_count",
431937
431946
  "ai_spend",
431938
431947
  "openai_spend",
431939
- "bing_search_spend"
431948
+ "bing_search_spend",
431949
+ "always_alive"
431940
431950
  ],
431941
431951
  required: true
431942
431952
  },
@@ -431989,7 +431999,8 @@ var state = {
431989
431999
  "integrations_owned_count",
431990
432000
  "ai_spend",
431991
432001
  "openai_spend",
431992
- "bing_search_spend"
432002
+ "bing_search_spend",
432003
+ "always_alive"
431993
432004
  ],
431994
432005
  required: true
431995
432006
  },
@@ -432265,7 +432276,7 @@ var state = {
432265
432276
  title: "Botpress API",
432266
432277
  description: "API for Botpress Cloud",
432267
432278
  server: "https://api.botpress.cloud",
432268
- version: "0.15.5",
432279
+ version: "0.15.6",
432269
432280
  prefix: "v1"
432270
432281
  },
432271
432282
  errors: [
@@ -432849,6 +432860,15 @@ var state = {
432849
432860
  type: "string",
432850
432861
  description: "Id of the user that created the bot"
432851
432862
  },
432863
+ alwaysAlive: {
432864
+ type: "boolean",
432865
+ description: "Indicates if the [Bot](#schema_bot) should be executed in accelerated mode"
432866
+ },
432867
+ status: {
432868
+ type: "string",
432869
+ enum: ["active", "deploying"],
432870
+ description: "Status of the bot"
432871
+ },
432852
432872
  medias: {
432853
432873
  type: "array",
432854
432874
  items: {
@@ -432883,6 +432903,8 @@ var state = {
432883
432903
  "recurringEvents",
432884
432904
  "name",
432885
432905
  "dev",
432906
+ "alwaysAlive",
432907
+ "status",
432886
432908
  "medias"
432887
432909
  ],
432888
432910
  additionalProperties: false
@@ -433403,7 +433425,8 @@ var state = {
433403
433425
  "integrations_owned_count",
433404
433426
  "ai_spend",
433405
433427
  "openai_spend",
433406
- "bing_search_spend"
433428
+ "bing_search_spend",
433429
+ "always_alive"
433407
433430
  ],
433408
433431
  description: "Usage type that can be used"
433409
433432
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {