@botpress/api 1.11.0 → 1.12.0
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 +65 -5
- package/dist/src/gen/admin/state.d.ts +22 -0
- package/dist/src/gen/state.d.ts +22 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +31 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +31 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -284126,7 +284126,7 @@ var state = {
|
|
|
284126
284126
|
"title": "Botpress API",
|
|
284127
284127
|
"description": "API for Botpress Cloud",
|
|
284128
284128
|
"server": "https://api.botpress.cloud",
|
|
284129
|
-
"version": "1.
|
|
284129
|
+
"version": "1.12.0",
|
|
284130
284130
|
"prefix": "v1"
|
|
284131
284131
|
},
|
|
284132
284132
|
"errors": [
|
|
@@ -299767,14 +299767,44 @@ var state2 = {
|
|
|
299767
299767
|
"items": {
|
|
299768
299768
|
"type": "object",
|
|
299769
299769
|
"properties": {
|
|
299770
|
+
"key": {
|
|
299771
|
+
"type": "string"
|
|
299772
|
+
},
|
|
299770
299773
|
"date": {
|
|
299771
299774
|
"type": "string"
|
|
299772
299775
|
},
|
|
299773
299776
|
"value": {
|
|
299774
299777
|
"type": "number"
|
|
299778
|
+
},
|
|
299779
|
+
"metadata": {
|
|
299780
|
+
"type": "object",
|
|
299781
|
+
"properties": {
|
|
299782
|
+
"botId": {
|
|
299783
|
+
"type": "string"
|
|
299784
|
+
},
|
|
299785
|
+
"type": {
|
|
299786
|
+
"type": "string",
|
|
299787
|
+
"enum": [
|
|
299788
|
+
"IntegrationAction",
|
|
299789
|
+
"FileIndexing"
|
|
299790
|
+
]
|
|
299791
|
+
},
|
|
299792
|
+
"subtype": {
|
|
299793
|
+
"type": "string"
|
|
299794
|
+
},
|
|
299795
|
+
"source": {
|
|
299796
|
+
"type": "string"
|
|
299797
|
+
}
|
|
299798
|
+
},
|
|
299799
|
+
"required": [
|
|
299800
|
+
"botId",
|
|
299801
|
+
"type",
|
|
299802
|
+
"subtype"
|
|
299803
|
+
]
|
|
299775
299804
|
}
|
|
299776
299805
|
},
|
|
299777
299806
|
"required": [
|
|
299807
|
+
"key",
|
|
299778
299808
|
"date",
|
|
299779
299809
|
"value"
|
|
299780
299810
|
]
|
|
@@ -299945,7 +299975,7 @@ var state2 = {
|
|
|
299945
299975
|
"title": "Botpress API",
|
|
299946
299976
|
"description": "API for Botpress Cloud",
|
|
299947
299977
|
"server": "https://api.botpress.cloud",
|
|
299948
|
-
"version": "1.
|
|
299978
|
+
"version": "1.12.0",
|
|
299949
299979
|
"prefix": "v1"
|
|
299950
299980
|
},
|
|
299951
299981
|
"errors": [
|
|
@@ -305385,7 +305415,7 @@ var state3 = {
|
|
|
305385
305415
|
"title": "Botpress API",
|
|
305386
305416
|
"description": "API for Botpress Cloud",
|
|
305387
305417
|
"server": "https://api.botpress.cloud",
|
|
305388
|
-
"version": "1.
|
|
305418
|
+
"version": "1.12.0",
|
|
305389
305419
|
"prefix": "v1"
|
|
305390
305420
|
},
|
|
305391
305421
|
"errors": [
|
|
@@ -310272,7 +310302,7 @@ var state4 = {
|
|
|
310272
310302
|
"title": "Botpress API",
|
|
310273
310303
|
"description": "API for Botpress Cloud",
|
|
310274
310304
|
"server": "https://api.botpress.cloud",
|
|
310275
|
-
"version": "1.
|
|
310305
|
+
"version": "1.12.0",
|
|
310276
310306
|
"prefix": "v1"
|
|
310277
310307
|
},
|
|
310278
310308
|
"errors": [
|
|
@@ -328432,14 +328462,44 @@ var state5 = {
|
|
|
328432
328462
|
"items": {
|
|
328433
328463
|
"type": "object",
|
|
328434
328464
|
"properties": {
|
|
328465
|
+
"key": {
|
|
328466
|
+
"type": "string"
|
|
328467
|
+
},
|
|
328435
328468
|
"date": {
|
|
328436
328469
|
"type": "string"
|
|
328437
328470
|
},
|
|
328438
328471
|
"value": {
|
|
328439
328472
|
"type": "number"
|
|
328473
|
+
},
|
|
328474
|
+
"metadata": {
|
|
328475
|
+
"type": "object",
|
|
328476
|
+
"properties": {
|
|
328477
|
+
"botId": {
|
|
328478
|
+
"type": "string"
|
|
328479
|
+
},
|
|
328480
|
+
"type": {
|
|
328481
|
+
"type": "string",
|
|
328482
|
+
"enum": [
|
|
328483
|
+
"IntegrationAction",
|
|
328484
|
+
"FileIndexing"
|
|
328485
|
+
]
|
|
328486
|
+
},
|
|
328487
|
+
"subtype": {
|
|
328488
|
+
"type": "string"
|
|
328489
|
+
},
|
|
328490
|
+
"source": {
|
|
328491
|
+
"type": "string"
|
|
328492
|
+
}
|
|
328493
|
+
},
|
|
328494
|
+
"required": [
|
|
328495
|
+
"botId",
|
|
328496
|
+
"type",
|
|
328497
|
+
"subtype"
|
|
328498
|
+
]
|
|
328440
328499
|
}
|
|
328441
328500
|
},
|
|
328442
328501
|
"required": [
|
|
328502
|
+
"key",
|
|
328443
328503
|
"date",
|
|
328444
328504
|
"value"
|
|
328445
328505
|
]
|
|
@@ -331385,7 +331445,7 @@ var state5 = {
|
|
|
331385
331445
|
"title": "Botpress API",
|
|
331386
331446
|
"description": "API for Botpress Cloud",
|
|
331387
331447
|
"server": "https://api.botpress.cloud",
|
|
331388
|
-
"version": "1.
|
|
331448
|
+
"version": "1.12.0",
|
|
331389
331449
|
"prefix": "v1"
|
|
331390
331450
|
},
|
|
331391
331451
|
"errors": [
|
|
@@ -10460,12 +10460,34 @@ export declare const state: {
|
|
|
10460
10460
|
items: {
|
|
10461
10461
|
type: "object";
|
|
10462
10462
|
properties: {
|
|
10463
|
+
key: {
|
|
10464
|
+
type: "string";
|
|
10465
|
+
};
|
|
10463
10466
|
date: {
|
|
10464
10467
|
type: "string";
|
|
10465
10468
|
};
|
|
10466
10469
|
value: {
|
|
10467
10470
|
type: "number";
|
|
10468
10471
|
};
|
|
10472
|
+
metadata: {
|
|
10473
|
+
type: "object";
|
|
10474
|
+
properties: {
|
|
10475
|
+
botId: {
|
|
10476
|
+
type: "string";
|
|
10477
|
+
};
|
|
10478
|
+
type: {
|
|
10479
|
+
type: "string";
|
|
10480
|
+
enum: string[];
|
|
10481
|
+
};
|
|
10482
|
+
subtype: {
|
|
10483
|
+
type: "string";
|
|
10484
|
+
};
|
|
10485
|
+
source: {
|
|
10486
|
+
type: "string";
|
|
10487
|
+
};
|
|
10488
|
+
};
|
|
10489
|
+
required: string[];
|
|
10490
|
+
};
|
|
10469
10491
|
};
|
|
10470
10492
|
required: string[];
|
|
10471
10493
|
};
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -12810,12 +12810,34 @@ export declare const state: {
|
|
|
12810
12810
|
items: {
|
|
12811
12811
|
type: "object";
|
|
12812
12812
|
properties: {
|
|
12813
|
+
key: {
|
|
12814
|
+
type: "string";
|
|
12815
|
+
};
|
|
12813
12816
|
date: {
|
|
12814
12817
|
type: "string";
|
|
12815
12818
|
};
|
|
12816
12819
|
value: {
|
|
12817
12820
|
type: "number";
|
|
12818
12821
|
};
|
|
12822
|
+
metadata: {
|
|
12823
|
+
type: "object";
|
|
12824
|
+
properties: {
|
|
12825
|
+
botId: {
|
|
12826
|
+
type: "string";
|
|
12827
|
+
};
|
|
12828
|
+
type: {
|
|
12829
|
+
type: "string";
|
|
12830
|
+
enum: string[];
|
|
12831
|
+
};
|
|
12832
|
+
subtype: {
|
|
12833
|
+
type: "string";
|
|
12834
|
+
};
|
|
12835
|
+
source: {
|
|
12836
|
+
type: "string";
|
|
12837
|
+
};
|
|
12838
|
+
};
|
|
12839
|
+
required: string[];
|
|
12840
|
+
};
|
|
12819
12841
|
};
|
|
12820
12842
|
required: string[];
|
|
12821
12843
|
};
|