@botpress/api 1.42.0 → 1.43.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 +83 -18
- package/dist/src/gen/admin/state.d.ts +20 -0
- package/dist/src/gen/files/state.d.ts +4 -0
- package/dist/src/gen/runtime/state.d.ts +4 -0
- package/dist/src/gen/state.d.ts +20 -0
- package/dist/src/gen/tables/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +31 -6
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +7 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +7 -2
- package/src/gen/state.ts +31 -6
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +7 -2
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.
|
|
2
|
+
> @botpress/api@1.43.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.43.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.43.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.43.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 1019ms
|
package/dist/index.js
CHANGED
|
@@ -286669,7 +286669,7 @@ var state = {
|
|
|
286669
286669
|
"title": "Botpress API",
|
|
286670
286670
|
"description": "API for Botpress Cloud",
|
|
286671
286671
|
"server": "https://api.botpress.cloud",
|
|
286672
|
-
"version": "1.
|
|
286672
|
+
"version": "1.43.0",
|
|
286673
286673
|
"prefix": "v1"
|
|
286674
286674
|
},
|
|
286675
286675
|
"errors": [
|
|
@@ -288961,6 +288961,10 @@ var state = {
|
|
|
288961
288961
|
},
|
|
288962
288962
|
"handle": {
|
|
288963
288963
|
"type": "string"
|
|
288964
|
+
},
|
|
288965
|
+
"activeTrialId": {
|
|
288966
|
+
"type": "string",
|
|
288967
|
+
"nullable": true
|
|
288964
288968
|
}
|
|
288965
288969
|
},
|
|
288966
288970
|
"required": [
|
|
@@ -288973,7 +288977,8 @@ var state = {
|
|
|
288973
288977
|
"billingVersion",
|
|
288974
288978
|
"plan",
|
|
288975
288979
|
"blocked",
|
|
288976
|
-
"spendingLimit"
|
|
288980
|
+
"spendingLimit",
|
|
288981
|
+
"activeTrialId"
|
|
288977
288982
|
],
|
|
288978
288983
|
"additionalProperties": false
|
|
288979
288984
|
}
|
|
@@ -297742,6 +297747,10 @@ var state2 = {
|
|
|
297742
297747
|
},
|
|
297743
297748
|
"handle": {
|
|
297744
297749
|
"type": "string"
|
|
297750
|
+
},
|
|
297751
|
+
"activeTrialId": {
|
|
297752
|
+
"type": "string",
|
|
297753
|
+
"nullable": true
|
|
297745
297754
|
}
|
|
297746
297755
|
},
|
|
297747
297756
|
"required": [
|
|
@@ -297754,7 +297763,8 @@ var state2 = {
|
|
|
297754
297763
|
"billingVersion",
|
|
297755
297764
|
"plan",
|
|
297756
297765
|
"blocked",
|
|
297757
|
-
"spendingLimit"
|
|
297766
|
+
"spendingLimit",
|
|
297767
|
+
"activeTrialId"
|
|
297758
297768
|
],
|
|
297759
297769
|
"title": "createWorkspaceResponse",
|
|
297760
297770
|
"additionalProperties": false
|
|
@@ -297924,6 +297934,10 @@ var state2 = {
|
|
|
297924
297934
|
},
|
|
297925
297935
|
"handle": {
|
|
297926
297936
|
"type": "string"
|
|
297937
|
+
},
|
|
297938
|
+
"activeTrialId": {
|
|
297939
|
+
"type": "string",
|
|
297940
|
+
"nullable": true
|
|
297927
297941
|
}
|
|
297928
297942
|
},
|
|
297929
297943
|
"required": [
|
|
@@ -297936,7 +297950,8 @@ var state2 = {
|
|
|
297936
297950
|
"billingVersion",
|
|
297937
297951
|
"plan",
|
|
297938
297952
|
"blocked",
|
|
297939
|
-
"spendingLimit"
|
|
297953
|
+
"spendingLimit",
|
|
297954
|
+
"activeTrialId"
|
|
297940
297955
|
],
|
|
297941
297956
|
"title": "getWorkspaceResponse",
|
|
297942
297957
|
"additionalProperties": false
|
|
@@ -298439,6 +298454,10 @@ var state2 = {
|
|
|
298439
298454
|
},
|
|
298440
298455
|
"handle": {
|
|
298441
298456
|
"type": "string"
|
|
298457
|
+
},
|
|
298458
|
+
"activeTrialId": {
|
|
298459
|
+
"type": "string",
|
|
298460
|
+
"nullable": true
|
|
298442
298461
|
}
|
|
298443
298462
|
},
|
|
298444
298463
|
"required": [
|
|
@@ -298451,7 +298470,8 @@ var state2 = {
|
|
|
298451
298470
|
"billingVersion",
|
|
298452
298471
|
"plan",
|
|
298453
298472
|
"blocked",
|
|
298454
|
-
"spendingLimit"
|
|
298473
|
+
"spendingLimit",
|
|
298474
|
+
"activeTrialId"
|
|
298455
298475
|
],
|
|
298456
298476
|
"title": "updateWorkspaceResponse",
|
|
298457
298477
|
"additionalProperties": false
|
|
@@ -298615,6 +298635,10 @@ var state2 = {
|
|
|
298615
298635
|
},
|
|
298616
298636
|
"handle": {
|
|
298617
298637
|
"type": "string"
|
|
298638
|
+
},
|
|
298639
|
+
"activeTrialId": {
|
|
298640
|
+
"type": "string",
|
|
298641
|
+
"nullable": true
|
|
298618
298642
|
}
|
|
298619
298643
|
},
|
|
298620
298644
|
"required": [
|
|
@@ -298627,7 +298651,8 @@ var state2 = {
|
|
|
298627
298651
|
"billingVersion",
|
|
298628
298652
|
"plan",
|
|
298629
298653
|
"blocked",
|
|
298630
|
-
"spendingLimit"
|
|
298654
|
+
"spendingLimit",
|
|
298655
|
+
"activeTrialId"
|
|
298631
298656
|
],
|
|
298632
298657
|
"title": "updateWorkspaceResponse"
|
|
298633
298658
|
}
|
|
@@ -304626,7 +304651,7 @@ var state2 = {
|
|
|
304626
304651
|
"title": "Botpress API",
|
|
304627
304652
|
"description": "API for Botpress Cloud",
|
|
304628
304653
|
"server": "https://api.botpress.cloud",
|
|
304629
|
-
"version": "1.
|
|
304654
|
+
"version": "1.43.0",
|
|
304630
304655
|
"prefix": "v1"
|
|
304631
304656
|
},
|
|
304632
304657
|
"errors": [
|
|
@@ -306991,6 +307016,10 @@ var state2 = {
|
|
|
306991
307016
|
},
|
|
306992
307017
|
"handle": {
|
|
306993
307018
|
"type": "string"
|
|
307019
|
+
},
|
|
307020
|
+
"activeTrialId": {
|
|
307021
|
+
"type": "string",
|
|
307022
|
+
"nullable": true
|
|
306994
307023
|
}
|
|
306995
307024
|
},
|
|
306996
307025
|
"required": [
|
|
@@ -307003,7 +307032,8 @@ var state2 = {
|
|
|
307003
307032
|
"billingVersion",
|
|
307004
307033
|
"plan",
|
|
307005
307034
|
"blocked",
|
|
307006
|
-
"spendingLimit"
|
|
307035
|
+
"spendingLimit",
|
|
307036
|
+
"activeTrialId"
|
|
307007
307037
|
],
|
|
307008
307038
|
"additionalProperties": false
|
|
307009
307039
|
}
|
|
@@ -310596,7 +310626,7 @@ var state3 = {
|
|
|
310596
310626
|
"title": "Botpress API",
|
|
310597
310627
|
"description": "API for Botpress Cloud",
|
|
310598
310628
|
"server": "https://api.botpress.cloud",
|
|
310599
|
-
"version": "1.
|
|
310629
|
+
"version": "1.43.0",
|
|
310600
310630
|
"prefix": "v1"
|
|
310601
310631
|
},
|
|
310602
310632
|
"errors": [
|
|
@@ -312841,6 +312871,10 @@ var state3 = {
|
|
|
312841
312871
|
},
|
|
312842
312872
|
"handle": {
|
|
312843
312873
|
"type": "string"
|
|
312874
|
+
},
|
|
312875
|
+
"activeTrialId": {
|
|
312876
|
+
"type": "string",
|
|
312877
|
+
"nullable": true
|
|
312844
312878
|
}
|
|
312845
312879
|
},
|
|
312846
312880
|
"required": [
|
|
@@ -312853,7 +312887,8 @@ var state3 = {
|
|
|
312853
312887
|
"billingVersion",
|
|
312854
312888
|
"plan",
|
|
312855
312889
|
"blocked",
|
|
312856
|
-
"spendingLimit"
|
|
312890
|
+
"spendingLimit",
|
|
312891
|
+
"activeTrialId"
|
|
312857
312892
|
],
|
|
312858
312893
|
"title": "updateWorkspaceResponse",
|
|
312859
312894
|
"additionalProperties": false
|
|
@@ -315695,7 +315730,7 @@ var state4 = {
|
|
|
315695
315730
|
"title": "Botpress API",
|
|
315696
315731
|
"description": "API for Botpress Cloud",
|
|
315697
315732
|
"server": "https://api.botpress.cloud",
|
|
315698
|
-
"version": "1.
|
|
315733
|
+
"version": "1.43.0",
|
|
315699
315734
|
"prefix": "v1"
|
|
315700
315735
|
},
|
|
315701
315736
|
"errors": [
|
|
@@ -317947,6 +317982,10 @@ var state4 = {
|
|
|
317947
317982
|
},
|
|
317948
317983
|
"handle": {
|
|
317949
317984
|
"type": "string"
|
|
317985
|
+
},
|
|
317986
|
+
"activeTrialId": {
|
|
317987
|
+
"type": "string",
|
|
317988
|
+
"nullable": true
|
|
317950
317989
|
}
|
|
317951
317990
|
},
|
|
317952
317991
|
"required": [
|
|
@@ -317959,7 +317998,8 @@ var state4 = {
|
|
|
317959
317998
|
"billingVersion",
|
|
317960
317999
|
"plan",
|
|
317961
318000
|
"blocked",
|
|
317962
|
-
"spendingLimit"
|
|
318001
|
+
"spendingLimit",
|
|
318002
|
+
"activeTrialId"
|
|
317963
318003
|
],
|
|
317964
318004
|
"title": "updateWorkspaceResponse",
|
|
317965
318005
|
"additionalProperties": false
|
|
@@ -329317,6 +329357,10 @@ var state5 = {
|
|
|
329317
329357
|
},
|
|
329318
329358
|
"handle": {
|
|
329319
329359
|
"type": "string"
|
|
329360
|
+
},
|
|
329361
|
+
"activeTrialId": {
|
|
329362
|
+
"type": "string",
|
|
329363
|
+
"nullable": true
|
|
329320
329364
|
}
|
|
329321
329365
|
},
|
|
329322
329366
|
"required": [
|
|
@@ -329329,7 +329373,8 @@ var state5 = {
|
|
|
329329
329373
|
"billingVersion",
|
|
329330
329374
|
"plan",
|
|
329331
329375
|
"blocked",
|
|
329332
|
-
"spendingLimit"
|
|
329376
|
+
"spendingLimit",
|
|
329377
|
+
"activeTrialId"
|
|
329333
329378
|
],
|
|
329334
329379
|
"title": "createWorkspaceResponse",
|
|
329335
329380
|
"additionalProperties": false
|
|
@@ -329499,6 +329544,10 @@ var state5 = {
|
|
|
329499
329544
|
},
|
|
329500
329545
|
"handle": {
|
|
329501
329546
|
"type": "string"
|
|
329547
|
+
},
|
|
329548
|
+
"activeTrialId": {
|
|
329549
|
+
"type": "string",
|
|
329550
|
+
"nullable": true
|
|
329502
329551
|
}
|
|
329503
329552
|
},
|
|
329504
329553
|
"required": [
|
|
@@ -329511,7 +329560,8 @@ var state5 = {
|
|
|
329511
329560
|
"billingVersion",
|
|
329512
329561
|
"plan",
|
|
329513
329562
|
"blocked",
|
|
329514
|
-
"spendingLimit"
|
|
329563
|
+
"spendingLimit",
|
|
329564
|
+
"activeTrialId"
|
|
329515
329565
|
],
|
|
329516
329566
|
"title": "getWorkspaceResponse",
|
|
329517
329567
|
"additionalProperties": false
|
|
@@ -330014,6 +330064,10 @@ var state5 = {
|
|
|
330014
330064
|
},
|
|
330015
330065
|
"handle": {
|
|
330016
330066
|
"type": "string"
|
|
330067
|
+
},
|
|
330068
|
+
"activeTrialId": {
|
|
330069
|
+
"type": "string",
|
|
330070
|
+
"nullable": true
|
|
330017
330071
|
}
|
|
330018
330072
|
},
|
|
330019
330073
|
"required": [
|
|
@@ -330026,7 +330080,8 @@ var state5 = {
|
|
|
330026
330080
|
"billingVersion",
|
|
330027
330081
|
"plan",
|
|
330028
330082
|
"blocked",
|
|
330029
|
-
"spendingLimit"
|
|
330083
|
+
"spendingLimit",
|
|
330084
|
+
"activeTrialId"
|
|
330030
330085
|
],
|
|
330031
330086
|
"title": "updateWorkspaceResponse",
|
|
330032
330087
|
"additionalProperties": false
|
|
@@ -330190,6 +330245,10 @@ var state5 = {
|
|
|
330190
330245
|
},
|
|
330191
330246
|
"handle": {
|
|
330192
330247
|
"type": "string"
|
|
330248
|
+
},
|
|
330249
|
+
"activeTrialId": {
|
|
330250
|
+
"type": "string",
|
|
330251
|
+
"nullable": true
|
|
330193
330252
|
}
|
|
330194
330253
|
},
|
|
330195
330254
|
"required": [
|
|
@@ -330202,7 +330261,8 @@ var state5 = {
|
|
|
330202
330261
|
"billingVersion",
|
|
330203
330262
|
"plan",
|
|
330204
330263
|
"blocked",
|
|
330205
|
-
"spendingLimit"
|
|
330264
|
+
"spendingLimit",
|
|
330265
|
+
"activeTrialId"
|
|
330206
330266
|
],
|
|
330207
330267
|
"title": "updateWorkspaceResponse"
|
|
330208
330268
|
}
|
|
@@ -339266,7 +339326,7 @@ var state5 = {
|
|
|
339266
339326
|
"title": "Botpress API",
|
|
339267
339327
|
"description": "API for Botpress Cloud",
|
|
339268
339328
|
"server": "https://api.botpress.cloud",
|
|
339269
|
-
"version": "1.
|
|
339329
|
+
"version": "1.43.0",
|
|
339270
339330
|
"prefix": "v1"
|
|
339271
339331
|
},
|
|
339272
339332
|
"errors": [
|
|
@@ -341748,6 +341808,10 @@ var state5 = {
|
|
|
341748
341808
|
},
|
|
341749
341809
|
"handle": {
|
|
341750
341810
|
"type": "string"
|
|
341811
|
+
},
|
|
341812
|
+
"activeTrialId": {
|
|
341813
|
+
"type": "string",
|
|
341814
|
+
"nullable": true
|
|
341751
341815
|
}
|
|
341752
341816
|
},
|
|
341753
341817
|
"required": [
|
|
@@ -341760,7 +341824,8 @@ var state5 = {
|
|
|
341760
341824
|
"billingVersion",
|
|
341761
341825
|
"plan",
|
|
341762
341826
|
"blocked",
|
|
341763
|
-
"spendingLimit"
|
|
341827
|
+
"spendingLimit",
|
|
341828
|
+
"activeTrialId"
|
|
341764
341829
|
],
|
|
341765
341830
|
"title": "updateWorkspaceResponse",
|
|
341766
341831
|
"additionalProperties": false
|
|
@@ -6235,6 +6235,10 @@ export declare const state: {
|
|
|
6235
6235
|
handle: {
|
|
6236
6236
|
type: "string";
|
|
6237
6237
|
};
|
|
6238
|
+
activeTrialId: {
|
|
6239
|
+
type: "string";
|
|
6240
|
+
nullable: true;
|
|
6241
|
+
};
|
|
6238
6242
|
};
|
|
6239
6243
|
required: string[];
|
|
6240
6244
|
title: string;
|
|
@@ -6392,6 +6396,10 @@ export declare const state: {
|
|
|
6392
6396
|
handle: {
|
|
6393
6397
|
type: "string";
|
|
6394
6398
|
};
|
|
6399
|
+
activeTrialId: {
|
|
6400
|
+
type: "string";
|
|
6401
|
+
nullable: true;
|
|
6402
|
+
};
|
|
6395
6403
|
};
|
|
6396
6404
|
required: string[];
|
|
6397
6405
|
title: string;
|
|
@@ -6781,6 +6789,10 @@ export declare const state: {
|
|
|
6781
6789
|
handle: {
|
|
6782
6790
|
type: "string";
|
|
6783
6791
|
};
|
|
6792
|
+
activeTrialId: {
|
|
6793
|
+
type: "string";
|
|
6794
|
+
nullable: true;
|
|
6795
|
+
};
|
|
6784
6796
|
};
|
|
6785
6797
|
required: string[];
|
|
6786
6798
|
title: string;
|
|
@@ -6932,6 +6944,10 @@ export declare const state: {
|
|
|
6932
6944
|
handle: {
|
|
6933
6945
|
type: "string";
|
|
6934
6946
|
};
|
|
6947
|
+
activeTrialId: {
|
|
6948
|
+
type: "string";
|
|
6949
|
+
nullable: true;
|
|
6950
|
+
};
|
|
6935
6951
|
};
|
|
6936
6952
|
required: string[];
|
|
6937
6953
|
title: string;
|
|
@@ -14314,6 +14330,10 @@ export declare const state: {
|
|
|
14314
14330
|
handle: {
|
|
14315
14331
|
type: "string";
|
|
14316
14332
|
};
|
|
14333
|
+
activeTrialId: {
|
|
14334
|
+
type: "string";
|
|
14335
|
+
nullable: true;
|
|
14336
|
+
};
|
|
14317
14337
|
};
|
|
14318
14338
|
required: string[];
|
|
14319
14339
|
additionalProperties: false;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -8609,6 +8609,10 @@ export declare const state: {
|
|
|
8609
8609
|
handle: {
|
|
8610
8610
|
type: "string";
|
|
8611
8611
|
};
|
|
8612
|
+
activeTrialId: {
|
|
8613
|
+
type: "string";
|
|
8614
|
+
nullable: true;
|
|
8615
|
+
};
|
|
8612
8616
|
};
|
|
8613
8617
|
required: string[];
|
|
8614
8618
|
title: string;
|
|
@@ -8766,6 +8770,10 @@ export declare const state: {
|
|
|
8766
8770
|
handle: {
|
|
8767
8771
|
type: "string";
|
|
8768
8772
|
};
|
|
8773
|
+
activeTrialId: {
|
|
8774
|
+
type: "string";
|
|
8775
|
+
nullable: true;
|
|
8776
|
+
};
|
|
8769
8777
|
};
|
|
8770
8778
|
required: string[];
|
|
8771
8779
|
title: string;
|
|
@@ -9155,6 +9163,10 @@ export declare const state: {
|
|
|
9155
9163
|
handle: {
|
|
9156
9164
|
type: "string";
|
|
9157
9165
|
};
|
|
9166
|
+
activeTrialId: {
|
|
9167
|
+
type: "string";
|
|
9168
|
+
nullable: true;
|
|
9169
|
+
};
|
|
9158
9170
|
};
|
|
9159
9171
|
required: string[];
|
|
9160
9172
|
title: string;
|
|
@@ -9306,6 +9318,10 @@ export declare const state: {
|
|
|
9306
9318
|
handle: {
|
|
9307
9319
|
type: "string";
|
|
9308
9320
|
};
|
|
9321
|
+
activeTrialId: {
|
|
9322
|
+
type: "string";
|
|
9323
|
+
nullable: true;
|
|
9324
|
+
};
|
|
9309
9325
|
};
|
|
9310
9326
|
required: string[];
|
|
9311
9327
|
title: string;
|
|
@@ -19434,6 +19450,10 @@ export declare const state: {
|
|
|
19434
19450
|
handle: {
|
|
19435
19451
|
type: "string";
|
|
19436
19452
|
};
|
|
19453
|
+
activeTrialId: {
|
|
19454
|
+
type: "string";
|
|
19455
|
+
nullable: true;
|
|
19456
|
+
};
|
|
19437
19457
|
};
|
|
19438
19458
|
required: string[];
|
|
19439
19459
|
title: string;
|