@botpress/api 0.15.8 → 0.15.9

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.
@@ -2273,6 +2273,10 @@ export declare const state: {
2273
2273
  };
2274
2274
  description: string;
2275
2275
  };
2276
+ alwaysAlive: {
2277
+ type: "boolean";
2278
+ description: string;
2279
+ };
2276
2280
  };
2277
2281
  title: string;
2278
2282
  additionalProperties: false;
@@ -5858,6 +5862,15 @@ export declare const state: {
5858
5862
  type: "string";
5859
5863
  description: string;
5860
5864
  };
5865
+ alwaysAlive: {
5866
+ type: "boolean";
5867
+ description: string;
5868
+ };
5869
+ status: {
5870
+ type: "string";
5871
+ enum: string[];
5872
+ description: string;
5873
+ };
5861
5874
  medias: {
5862
5875
  type: "array";
5863
5876
  items: {
package/dist/index.js CHANGED
@@ -429032,6 +429032,10 @@ var state = {
429032
429032
  required: ["url", "name"]
429033
429033
  },
429034
429034
  description: "Media files associated with the [Bot](#schema_bot)"
429035
+ },
429036
+ alwaysAlive: {
429037
+ type: "boolean",
429038
+ description: "Indicates if the [Bot](#schema_bot) should be in always alive mode"
429035
429039
  }
429036
429040
  },
429037
429041
  title: "updateBotBody",
@@ -430141,7 +430145,8 @@ var state = {
430141
430145
  "integrations_owned_count",
430142
430146
  "ai_spend",
430143
430147
  "openai_spend",
430144
- "bing_search_spend"
430148
+ "bing_search_spend",
430149
+ "always_alive"
430145
430150
  ],
430146
430151
  required: true
430147
430152
  },
@@ -430201,7 +430206,8 @@ var state = {
430201
430206
  "integrations_owned_count",
430202
430207
  "ai_spend",
430203
430208
  "openai_spend",
430204
- "bing_search_spend"
430209
+ "bing_search_spend",
430210
+ "always_alive"
430205
430211
  ],
430206
430212
  required: true
430207
430213
  },
@@ -430269,7 +430275,8 @@ var state = {
430269
430275
  "integrations_owned_count",
430270
430276
  "ai_spend",
430271
430277
  "openai_spend",
430272
- "bing_search_spend"
430278
+ "bing_search_spend",
430279
+ "always_alive"
430273
430280
  ]
430274
430281
  },
430275
430282
  completion: {
@@ -430315,7 +430322,8 @@ var state = {
430315
430322
  "integrations_owned_count",
430316
430323
  "ai_spend",
430317
430324
  "openai_spend",
430318
- "bing_search_spend"
430325
+ "bing_search_spend",
430326
+ "always_alive"
430319
430327
  ],
430320
430328
  required: true
430321
430329
  },
@@ -430356,7 +430364,8 @@ var state = {
430356
430364
  "integrations_owned_count",
430357
430365
  "ai_spend",
430358
430366
  "openai_spend",
430359
- "bing_search_spend"
430367
+ "bing_search_spend",
430368
+ "always_alive"
430360
430369
  ],
430361
430370
  description: "Usage type that can be used"
430362
430371
  }
@@ -430425,7 +430434,8 @@ var state = {
430425
430434
  "integrations_owned_count",
430426
430435
  "ai_spend",
430427
430436
  "openai_spend",
430428
- "bing_search_spend"
430437
+ "bing_search_spend",
430438
+ "always_alive"
430429
430439
  ],
430430
430440
  description: "Usage type that can be used"
430431
430441
  }
@@ -432065,7 +432075,8 @@ var state = {
432065
432075
  "integrations_owned_count",
432066
432076
  "ai_spend",
432067
432077
  "openai_spend",
432068
- "bing_search_spend"
432078
+ "bing_search_spend",
432079
+ "always_alive"
432069
432080
  ],
432070
432081
  required: true
432071
432082
  },
@@ -432118,7 +432129,8 @@ var state = {
432118
432129
  "integrations_owned_count",
432119
432130
  "ai_spend",
432120
432131
  "openai_spend",
432121
- "bing_search_spend"
432132
+ "bing_search_spend",
432133
+ "always_alive"
432122
432134
  ],
432123
432135
  required: true
432124
432136
  },
@@ -432394,7 +432406,7 @@ var state = {
432394
432406
  title: "Botpress API",
432395
432407
  description: "API for Botpress Cloud",
432396
432408
  server: "https://api.botpress.cloud",
432397
- version: "0.15.8",
432409
+ version: "0.15.9",
432398
432410
  prefix: "v1"
432399
432411
  },
432400
432412
  errors: [
@@ -432981,6 +432993,15 @@ var state = {
432981
432993
  type: "string",
432982
432994
  description: "Id of the user that created the bot"
432983
432995
  },
432996
+ alwaysAlive: {
432997
+ type: "boolean",
432998
+ description: "Indicates if the [Bot](#schema_bot) should be in always alive mode"
432999
+ },
433000
+ status: {
433001
+ type: "string",
433002
+ enum: ["active", "deploying"],
433003
+ description: "Status of the bot"
433004
+ },
432984
433005
  medias: {
432985
433006
  type: "array",
432986
433007
  items: {
@@ -433015,6 +433036,8 @@ var state = {
433015
433036
  "recurringEvents",
433016
433037
  "name",
433017
433038
  "dev",
433039
+ "alwaysAlive",
433040
+ "status",
433018
433041
  "medias"
433019
433042
  ],
433020
433043
  additionalProperties: false
@@ -433535,7 +433558,8 @@ var state = {
433535
433558
  "integrations_owned_count",
433536
433559
  "ai_spend",
433537
433560
  "openai_spend",
433538
- "bing_search_spend"
433561
+ "bing_search_spend",
433562
+ "always_alive"
433539
433563
  ],
433540
433564
  description: "Usage type that can be used"
433541
433565
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {