@botpress/api 1.29.0 → 1.30.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +55 -15
- package/dist/src/gen/admin/state.d.ts +7 -0
- package/dist/src/gen/files/state.d.ts +7 -0
- package/dist/src/gen/runtime/state.d.ts +7 -0
- package/dist/src/gen/state.d.ts +7 -0
- package/dist/src/gen/tables/state.d.ts +7 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +11 -3
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +11 -3
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +11 -3
- package/src/gen/state.ts +11 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +11 -3
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.30.0 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.
|
|
37
|
+
> @botpress/api@1.30.0 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.
|
|
41
|
+
> @botpress/api@1.30.0 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.
|
|
45
|
+
> @botpress/api@1.30.0 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 1006ms
|
package/dist/index.js
CHANGED
|
@@ -285326,7 +285326,7 @@ var state = {
|
|
|
285326
285326
|
"title": "Botpress API",
|
|
285327
285327
|
"description": "API for Botpress Cloud",
|
|
285328
285328
|
"server": "https://api.botpress.cloud",
|
|
285329
|
-
"version": "1.
|
|
285329
|
+
"version": "1.30.0",
|
|
285330
285330
|
"prefix": "v1"
|
|
285331
285331
|
},
|
|
285332
285332
|
"errors": [
|
|
@@ -285739,11 +285739,19 @@ var state = {
|
|
|
285739
285739
|
"type": "object",
|
|
285740
285740
|
"properties": {
|
|
285741
285741
|
"integrationId": {
|
|
285742
|
-
"type": "string"
|
|
285742
|
+
"type": "string",
|
|
285743
|
+
"minLength": 28,
|
|
285744
|
+
"maxLength": 36
|
|
285745
|
+
},
|
|
285746
|
+
"interfaceId": {
|
|
285747
|
+
"type": "string",
|
|
285748
|
+
"minLength": 28,
|
|
285749
|
+
"maxLength": 36
|
|
285743
285750
|
}
|
|
285744
285751
|
},
|
|
285745
285752
|
"required": [
|
|
285746
|
-
"integrationId"
|
|
285753
|
+
"integrationId",
|
|
285754
|
+
"interfaceId"
|
|
285747
285755
|
],
|
|
285748
285756
|
"additionalProperties": false
|
|
285749
285757
|
},
|
|
@@ -303029,7 +303037,7 @@ var state2 = {
|
|
|
303029
303037
|
"title": "Botpress API",
|
|
303030
303038
|
"description": "API for Botpress Cloud",
|
|
303031
303039
|
"server": "https://api.botpress.cloud",
|
|
303032
|
-
"version": "1.
|
|
303040
|
+
"version": "1.30.0",
|
|
303033
303041
|
"prefix": "v1"
|
|
303034
303042
|
},
|
|
303035
303043
|
"errors": [
|
|
@@ -303512,11 +303520,19 @@ var state2 = {
|
|
|
303512
303520
|
"type": "object",
|
|
303513
303521
|
"properties": {
|
|
303514
303522
|
"integrationId": {
|
|
303515
|
-
"type": "string"
|
|
303523
|
+
"type": "string",
|
|
303524
|
+
"minLength": 28,
|
|
303525
|
+
"maxLength": 36
|
|
303526
|
+
},
|
|
303527
|
+
"interfaceId": {
|
|
303528
|
+
"type": "string",
|
|
303529
|
+
"minLength": 28,
|
|
303530
|
+
"maxLength": 36
|
|
303516
303531
|
}
|
|
303517
303532
|
},
|
|
303518
303533
|
"required": [
|
|
303519
|
-
"integrationId"
|
|
303534
|
+
"integrationId",
|
|
303535
|
+
"interfaceId"
|
|
303520
303536
|
],
|
|
303521
303537
|
"additionalProperties": false
|
|
303522
303538
|
},
|
|
@@ -308859,7 +308875,7 @@ var state3 = {
|
|
|
308859
308875
|
"title": "Botpress API",
|
|
308860
308876
|
"description": "API for Botpress Cloud",
|
|
308861
308877
|
"server": "https://api.botpress.cloud",
|
|
308862
|
-
"version": "1.
|
|
308878
|
+
"version": "1.30.0",
|
|
308863
308879
|
"prefix": "v1"
|
|
308864
308880
|
},
|
|
308865
308881
|
"errors": [
|
|
@@ -309225,11 +309241,19 @@ var state3 = {
|
|
|
309225
309241
|
"type": "object",
|
|
309226
309242
|
"properties": {
|
|
309227
309243
|
"integrationId": {
|
|
309228
|
-
"type": "string"
|
|
309244
|
+
"type": "string",
|
|
309245
|
+
"minLength": 28,
|
|
309246
|
+
"maxLength": 36
|
|
309247
|
+
},
|
|
309248
|
+
"interfaceId": {
|
|
309249
|
+
"type": "string",
|
|
309250
|
+
"minLength": 28,
|
|
309251
|
+
"maxLength": 36
|
|
309229
309252
|
}
|
|
309230
309253
|
},
|
|
309231
309254
|
"required": [
|
|
309232
|
-
"integrationId"
|
|
309255
|
+
"integrationId",
|
|
309256
|
+
"interfaceId"
|
|
309233
309257
|
],
|
|
309234
309258
|
"additionalProperties": false
|
|
309235
309259
|
},
|
|
@@ -313913,7 +313937,7 @@ var state4 = {
|
|
|
313913
313937
|
"title": "Botpress API",
|
|
313914
313938
|
"description": "API for Botpress Cloud",
|
|
313915
313939
|
"server": "https://api.botpress.cloud",
|
|
313916
|
-
"version": "1.
|
|
313940
|
+
"version": "1.30.0",
|
|
313917
313941
|
"prefix": "v1"
|
|
313918
313942
|
},
|
|
313919
313943
|
"errors": [
|
|
@@ -314286,11 +314310,19 @@ var state4 = {
|
|
|
314286
314310
|
"type": "object",
|
|
314287
314311
|
"properties": {
|
|
314288
314312
|
"integrationId": {
|
|
314289
|
-
"type": "string"
|
|
314313
|
+
"type": "string",
|
|
314314
|
+
"minLength": 28,
|
|
314315
|
+
"maxLength": 36
|
|
314316
|
+
},
|
|
314317
|
+
"interfaceId": {
|
|
314318
|
+
"type": "string",
|
|
314319
|
+
"minLength": 28,
|
|
314320
|
+
"maxLength": 36
|
|
314290
314321
|
}
|
|
314291
314322
|
},
|
|
314292
314323
|
"required": [
|
|
314293
|
-
"integrationId"
|
|
314324
|
+
"integrationId",
|
|
314325
|
+
"interfaceId"
|
|
314294
314326
|
],
|
|
314295
314327
|
"additionalProperties": false
|
|
314296
314328
|
},
|
|
@@ -337107,7 +337139,7 @@ var state5 = {
|
|
|
337107
337139
|
"title": "Botpress API",
|
|
337108
337140
|
"description": "API for Botpress Cloud",
|
|
337109
337141
|
"server": "https://api.botpress.cloud",
|
|
337110
|
-
"version": "1.
|
|
337142
|
+
"version": "1.30.0",
|
|
337111
337143
|
"prefix": "v1"
|
|
337112
337144
|
},
|
|
337113
337145
|
"errors": [
|
|
@@ -337707,11 +337739,19 @@ var state5 = {
|
|
|
337707
337739
|
"type": "object",
|
|
337708
337740
|
"properties": {
|
|
337709
337741
|
"integrationId": {
|
|
337710
|
-
"type": "string"
|
|
337742
|
+
"type": "string",
|
|
337743
|
+
"minLength": 28,
|
|
337744
|
+
"maxLength": 36
|
|
337745
|
+
},
|
|
337746
|
+
"interfaceId": {
|
|
337747
|
+
"type": "string",
|
|
337748
|
+
"minLength": 28,
|
|
337749
|
+
"maxLength": 36
|
|
337711
337750
|
}
|
|
337712
337751
|
},
|
|
337713
337752
|
"required": [
|
|
337714
|
-
"integrationId"
|
|
337753
|
+
"integrationId",
|
|
337754
|
+
"interfaceId"
|
|
337715
337755
|
],
|
|
337716
337756
|
"additionalProperties": false
|
|
337717
337757
|
},
|
|
@@ -12540,6 +12540,13 @@ export declare const state: {
|
|
|
12540
12540
|
properties: {
|
|
12541
12541
|
integrationId: {
|
|
12542
12542
|
type: "string";
|
|
12543
|
+
minLength: number;
|
|
12544
|
+
maxLength: number;
|
|
12545
|
+
};
|
|
12546
|
+
interfaceId: {
|
|
12547
|
+
type: "string";
|
|
12548
|
+
minLength: number;
|
|
12549
|
+
maxLength: number;
|
|
12543
12550
|
};
|
|
12544
12551
|
};
|
|
12545
12552
|
required: string[];
|
|
@@ -1742,6 +1742,13 @@ export declare const state: {
|
|
|
1742
1742
|
properties: {
|
|
1743
1743
|
integrationId: {
|
|
1744
1744
|
type: "string";
|
|
1745
|
+
minLength: number;
|
|
1746
|
+
maxLength: number;
|
|
1747
|
+
};
|
|
1748
|
+
interfaceId: {
|
|
1749
|
+
type: "string";
|
|
1750
|
+
minLength: number;
|
|
1751
|
+
maxLength: number;
|
|
1745
1752
|
};
|
|
1746
1753
|
};
|
|
1747
1754
|
required: string[];
|
|
@@ -2660,6 +2660,13 @@ export declare const state: {
|
|
|
2660
2660
|
properties: {
|
|
2661
2661
|
integrationId: {
|
|
2662
2662
|
type: "string";
|
|
2663
|
+
minLength: number;
|
|
2664
|
+
maxLength: number;
|
|
2665
|
+
};
|
|
2666
|
+
interfaceId: {
|
|
2667
|
+
type: "string";
|
|
2668
|
+
minLength: number;
|
|
2669
|
+
maxLength: number;
|
|
2663
2670
|
};
|
|
2664
2671
|
};
|
|
2665
2672
|
required: string[];
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -17562,6 +17562,13 @@ export declare const state: {
|
|
|
17562
17562
|
properties: {
|
|
17563
17563
|
integrationId: {
|
|
17564
17564
|
type: "string";
|
|
17565
|
+
minLength: number;
|
|
17566
|
+
maxLength: number;
|
|
17567
|
+
};
|
|
17568
|
+
interfaceId: {
|
|
17569
|
+
type: "string";
|
|
17570
|
+
minLength: number;
|
|
17571
|
+
maxLength: number;
|
|
17565
17572
|
};
|
|
17566
17573
|
};
|
|
17567
17574
|
required: string[];
|
|
@@ -1354,6 +1354,13 @@ export declare const state: {
|
|
|
1354
1354
|
properties: {
|
|
1355
1355
|
integrationId: {
|
|
1356
1356
|
type: "string";
|
|
1357
|
+
minLength: number;
|
|
1358
|
+
maxLength: number;
|
|
1359
|
+
};
|
|
1360
|
+
interfaceId: {
|
|
1361
|
+
type: "string";
|
|
1362
|
+
minLength: number;
|
|
1363
|
+
maxLength: number;
|
|
1357
1364
|
};
|
|
1358
1365
|
};
|
|
1359
1366
|
required: string[];
|