@botpress/api 1.73.2 → 1.73.3
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 +34 -6
- package/dist/src/gen/admin/state.d.ts +14 -0
- package/dist/src/gen/state.d.ts +14 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -279478,7 +279478,7 @@ var state = {
|
|
|
279478
279478
|
"title": "Botpress Runtime API",
|
|
279479
279479
|
"description": "API for Botpress Runtime",
|
|
279480
279480
|
"server": "https://api.botpress.cloud",
|
|
279481
|
-
"version": "1.73.
|
|
279481
|
+
"version": "1.73.3",
|
|
279482
279482
|
"prefix": "v1"
|
|
279483
279483
|
},
|
|
279484
279484
|
"defaultParameters": {
|
|
@@ -281152,6 +281152,13 @@ var state2 = {
|
|
|
281152
281152
|
}
|
|
281153
281153
|
},
|
|
281154
281154
|
"description": "Metadata about which fields matched the search criteria"
|
|
281155
|
+
},
|
|
281156
|
+
"attributes": {
|
|
281157
|
+
"type": "object",
|
|
281158
|
+
"additionalProperties": {
|
|
281159
|
+
"type": "string"
|
|
281160
|
+
},
|
|
281161
|
+
"description": "Optional key-value attributes from the integration definition"
|
|
281155
281162
|
}
|
|
281156
281163
|
},
|
|
281157
281164
|
"required": [
|
|
@@ -293120,6 +293127,13 @@ var state2 = {
|
|
|
293120
293127
|
"handle",
|
|
293121
293128
|
"name"
|
|
293122
293129
|
]
|
|
293130
|
+
},
|
|
293131
|
+
"attributes": {
|
|
293132
|
+
"type": "object",
|
|
293133
|
+
"additionalProperties": {
|
|
293134
|
+
"type": "string"
|
|
293135
|
+
},
|
|
293136
|
+
"description": "Optional key-value attributes from the integration definition"
|
|
293123
293137
|
}
|
|
293124
293138
|
},
|
|
293125
293139
|
"required": [
|
|
@@ -296035,7 +296049,7 @@ var state2 = {
|
|
|
296035
296049
|
"title": "Botpress Admin API",
|
|
296036
296050
|
"description": "API for Botpress Cloud Manager",
|
|
296037
296051
|
"server": "https://api.botpress.cloud",
|
|
296038
|
-
"version": "1.73.
|
|
296052
|
+
"version": "1.73.3",
|
|
296039
296053
|
"prefix": "v1"
|
|
296040
296054
|
},
|
|
296041
296055
|
"defaultParameters": {
|
|
@@ -301556,7 +301570,7 @@ var state3 = {
|
|
|
301556
301570
|
"title": "Botpress Files API",
|
|
301557
301571
|
"description": "API for Botpress Files",
|
|
301558
301572
|
"server": "https://api.botpress.cloud",
|
|
301559
|
-
"version": "1.73.
|
|
301573
|
+
"version": "1.73.3",
|
|
301560
301574
|
"prefix": "v1"
|
|
301561
301575
|
},
|
|
301562
301576
|
"defaultParameters": {
|
|
@@ -303852,7 +303866,7 @@ var state4 = {
|
|
|
303852
303866
|
"title": "Botpress Tables API",
|
|
303853
303867
|
"description": "API for Botpress Tables",
|
|
303854
303868
|
"server": "https://api.botpress.cloud",
|
|
303855
|
-
"version": "1.73.
|
|
303869
|
+
"version": "1.73.3",
|
|
303856
303870
|
"prefix": "v1"
|
|
303857
303871
|
},
|
|
303858
303872
|
"defaultParameters": {
|
|
@@ -308381,6 +308395,13 @@ var state5 = {
|
|
|
308381
308395
|
}
|
|
308382
308396
|
},
|
|
308383
308397
|
"description": "Metadata about which fields matched the search criteria"
|
|
308398
|
+
},
|
|
308399
|
+
"attributes": {
|
|
308400
|
+
"type": "object",
|
|
308401
|
+
"additionalProperties": {
|
|
308402
|
+
"type": "string"
|
|
308403
|
+
},
|
|
308404
|
+
"description": "Optional key-value attributes from the integration definition"
|
|
308384
308405
|
}
|
|
308385
308406
|
},
|
|
308386
308407
|
"required": [
|
|
@@ -319638,6 +319659,13 @@ var state5 = {
|
|
|
319638
319659
|
"handle",
|
|
319639
319660
|
"name"
|
|
319640
319661
|
]
|
|
319662
|
+
},
|
|
319663
|
+
"attributes": {
|
|
319664
|
+
"type": "object",
|
|
319665
|
+
"additionalProperties": {
|
|
319666
|
+
"type": "string"
|
|
319667
|
+
},
|
|
319668
|
+
"description": "Optional key-value attributes from the integration definition"
|
|
319641
319669
|
}
|
|
319642
319670
|
},
|
|
319643
319671
|
"required": [
|
|
@@ -325458,7 +325486,7 @@ var state5 = {
|
|
|
325458
325486
|
"title": "Botpress API",
|
|
325459
325487
|
"description": "API for Botpress Cloud",
|
|
325460
325488
|
"server": "https://api.botpress.cloud",
|
|
325461
|
-
"version": "1.73.
|
|
325489
|
+
"version": "1.73.3",
|
|
325462
325490
|
"prefix": "v1"
|
|
325463
325491
|
},
|
|
325464
325492
|
"errors": [
|
|
@@ -332370,7 +332398,7 @@ var state6 = {
|
|
|
332370
332398
|
"title": "Botpress Billing Public API",
|
|
332371
332399
|
"description": "API for Botpress Billing",
|
|
332372
332400
|
"server": "https://api.botpress.cloud",
|
|
332373
|
-
"version": "1.73.
|
|
332401
|
+
"version": "1.73.3",
|
|
332374
332402
|
"prefix": "v2"
|
|
332375
332403
|
},
|
|
332376
332404
|
"defaultParameters": {
|
|
@@ -659,6 +659,13 @@ export declare const state: {
|
|
|
659
659
|
};
|
|
660
660
|
description: string;
|
|
661
661
|
};
|
|
662
|
+
attributes: {
|
|
663
|
+
type: "object";
|
|
664
|
+
additionalProperties: {
|
|
665
|
+
type: "string";
|
|
666
|
+
};
|
|
667
|
+
description: string;
|
|
668
|
+
};
|
|
662
669
|
};
|
|
663
670
|
required: string[];
|
|
664
671
|
};
|
|
@@ -11143,6 +11150,13 @@ export declare const state: {
|
|
|
11143
11150
|
};
|
|
11144
11151
|
required: string[];
|
|
11145
11152
|
};
|
|
11153
|
+
attributes: {
|
|
11154
|
+
type: "object";
|
|
11155
|
+
additionalProperties: {
|
|
11156
|
+
type: "string";
|
|
11157
|
+
};
|
|
11158
|
+
description: string;
|
|
11159
|
+
};
|
|
11146
11160
|
};
|
|
11147
11161
|
required: string[];
|
|
11148
11162
|
};
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3410,6 +3410,13 @@ export declare const state: {
|
|
|
3410
3410
|
};
|
|
3411
3411
|
description: string;
|
|
3412
3412
|
};
|
|
3413
|
+
attributes: {
|
|
3414
|
+
type: "object";
|
|
3415
|
+
additionalProperties: {
|
|
3416
|
+
type: "string";
|
|
3417
|
+
};
|
|
3418
|
+
description: string;
|
|
3419
|
+
};
|
|
3413
3420
|
};
|
|
3414
3421
|
required: string[];
|
|
3415
3422
|
};
|
|
@@ -13183,6 +13190,13 @@ export declare const state: {
|
|
|
13183
13190
|
};
|
|
13184
13191
|
required: string[];
|
|
13185
13192
|
};
|
|
13193
|
+
attributes: {
|
|
13194
|
+
type: "object";
|
|
13195
|
+
additionalProperties: {
|
|
13196
|
+
type: "string";
|
|
13197
|
+
};
|
|
13198
|
+
description: string;
|
|
13199
|
+
};
|
|
13186
13200
|
};
|
|
13187
13201
|
required: string[];
|
|
13188
13202
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.73.
|
|
3
|
+
"version": "1.73.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"zod": "^3.24.4",
|
|
10
10
|
"typescript": "5.9.3",
|
|
11
11
|
"@botpress/bridge": "1.8.1",
|
|
12
|
-
"@botpress/common": "0.5.0",
|
|
13
12
|
"@botpress/cloud-manager": "0.2.0",
|
|
13
|
+
"@botpress/common": "0.5.0",
|
|
14
14
|
"@botpress/files-api": "0.18.0",
|
|
15
15
|
"@bpinternal/const": "0.4.2",
|
|
16
16
|
"@botpress/smaug": "1.0.1",
|