@botpress/api 1.52.1 → 1.53.1
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 +231 -37
- package/dist/src/gen/admin/state.d.ts +54 -0
- package/dist/src/gen/state.d.ts +54 -0
- package/package.json +1 -1
- package/.turbo/turbo-openapi.log +0 -51
- package/src/gen/admin/metadata.json +0 -1
- package/src/gen/admin/openapi.json +0 -1
- package/src/gen/admin/state.ts +0 -18216
- package/src/gen/files/metadata.json +0 -1
- package/src/gen/files/openapi.json +0 -1
- package/src/gen/files/state.ts +0 -2824
- package/src/gen/metadata.json +0 -1
- package/src/gen/openapi.json +0 -1
- package/src/gen/runtime/metadata.json +0 -1
- package/src/gen/runtime/openapi.json +0 -1
- package/src/gen/runtime/state.ts +0 -4528
- package/src/gen/state.ts +0 -24452
- package/src/gen/tables/metadata.json +0 -1
- package/src/gen/tables/openapi.json +0 -1
- package/src/gen/tables/state.ts +0 -2553
- package/src/index.ts +0 -21
package/dist/index.js
CHANGED
|
@@ -286135,7 +286135,7 @@ var state = {
|
|
|
286135
286135
|
"title": "Botpress Runtime API",
|
|
286136
286136
|
"description": "API for Botpress Runtime",
|
|
286137
286137
|
"server": "https://api.botpress.cloud",
|
|
286138
|
-
"version": "1.
|
|
286138
|
+
"version": "1.53.1",
|
|
286139
286139
|
"prefix": "v1"
|
|
286140
286140
|
},
|
|
286141
286141
|
"defaultParameters": {
|
|
@@ -289436,7 +289436,17 @@ var state2 = {
|
|
|
289436
289436
|
},
|
|
289437
289437
|
"public": {
|
|
289438
289438
|
"type": "boolean",
|
|
289439
|
-
"description":
|
|
289439
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
289440
|
+
"deprecated": true
|
|
289441
|
+
},
|
|
289442
|
+
"visibility": {
|
|
289443
|
+
"type": "string",
|
|
289444
|
+
"enum": [
|
|
289445
|
+
"public",
|
|
289446
|
+
"private",
|
|
289447
|
+
"unlisted"
|
|
289448
|
+
],
|
|
289449
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
289440
289450
|
}
|
|
289441
289451
|
},
|
|
289442
289452
|
"required": [
|
|
@@ -289449,7 +289459,8 @@ var state2 = {
|
|
|
289449
289459
|
"description",
|
|
289450
289460
|
"iconUrl",
|
|
289451
289461
|
"readmeUrl",
|
|
289452
|
-
"public"
|
|
289462
|
+
"public",
|
|
289463
|
+
"visibility"
|
|
289453
289464
|
]
|
|
289454
289465
|
}
|
|
289455
289466
|
},
|
|
@@ -289839,7 +289850,17 @@ var state2 = {
|
|
|
289839
289850
|
},
|
|
289840
289851
|
"public": {
|
|
289841
289852
|
"type": "boolean",
|
|
289842
|
-
"description":
|
|
289853
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
289854
|
+
"deprecated": true
|
|
289855
|
+
},
|
|
289856
|
+
"visibility": {
|
|
289857
|
+
"type": "string",
|
|
289858
|
+
"enum": [
|
|
289859
|
+
"public",
|
|
289860
|
+
"private",
|
|
289861
|
+
"unlisted"
|
|
289862
|
+
],
|
|
289863
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
289843
289864
|
}
|
|
289844
289865
|
},
|
|
289845
289866
|
"required": [
|
|
@@ -289859,7 +289880,8 @@ var state2 = {
|
|
|
289859
289880
|
"description",
|
|
289860
289881
|
"iconUrl",
|
|
289861
289882
|
"readmeUrl",
|
|
289862
|
-
"public"
|
|
289883
|
+
"public",
|
|
289884
|
+
"visibility"
|
|
289863
289885
|
],
|
|
289864
289886
|
"additionalProperties": false
|
|
289865
289887
|
}
|
|
@@ -290252,7 +290274,17 @@ var state2 = {
|
|
|
290252
290274
|
},
|
|
290253
290275
|
"public": {
|
|
290254
290276
|
"type": "boolean",
|
|
290255
|
-
"description":
|
|
290277
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
290278
|
+
"deprecated": true
|
|
290279
|
+
},
|
|
290280
|
+
"visibility": {
|
|
290281
|
+
"type": "string",
|
|
290282
|
+
"enum": [
|
|
290283
|
+
"public",
|
|
290284
|
+
"private",
|
|
290285
|
+
"unlisted"
|
|
290286
|
+
],
|
|
290287
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
290256
290288
|
}
|
|
290257
290289
|
},
|
|
290258
290290
|
"required": [
|
|
@@ -290272,7 +290304,8 @@ var state2 = {
|
|
|
290272
290304
|
"description",
|
|
290273
290305
|
"iconUrl",
|
|
290274
290306
|
"readmeUrl",
|
|
290275
|
-
"public"
|
|
290307
|
+
"public",
|
|
290308
|
+
"visibility"
|
|
290276
290309
|
],
|
|
290277
290310
|
"additionalProperties": false
|
|
290278
290311
|
}
|
|
@@ -290656,7 +290689,17 @@ var state2 = {
|
|
|
290656
290689
|
},
|
|
290657
290690
|
"public": {
|
|
290658
290691
|
"type": "boolean",
|
|
290659
|
-
"description":
|
|
290692
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
290693
|
+
"deprecated": true
|
|
290694
|
+
},
|
|
290695
|
+
"visibility": {
|
|
290696
|
+
"type": "string",
|
|
290697
|
+
"enum": [
|
|
290698
|
+
"public",
|
|
290699
|
+
"private",
|
|
290700
|
+
"unlisted"
|
|
290701
|
+
],
|
|
290702
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
290660
290703
|
}
|
|
290661
290704
|
},
|
|
290662
290705
|
"required": [
|
|
@@ -290676,7 +290719,8 @@ var state2 = {
|
|
|
290676
290719
|
"description",
|
|
290677
290720
|
"iconUrl",
|
|
290678
290721
|
"readmeUrl",
|
|
290679
|
-
"public"
|
|
290722
|
+
"public",
|
|
290723
|
+
"visibility"
|
|
290680
290724
|
],
|
|
290681
290725
|
"additionalProperties": false
|
|
290682
290726
|
}
|
|
@@ -300898,7 +300942,17 @@ var state2 = {
|
|
|
300898
300942
|
},
|
|
300899
300943
|
"public": {
|
|
300900
300944
|
"type": "boolean",
|
|
300901
|
-
"description":
|
|
300945
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
300946
|
+
"deprecated": true
|
|
300947
|
+
},
|
|
300948
|
+
"visibility": {
|
|
300949
|
+
"type": "string",
|
|
300950
|
+
"enum": [
|
|
300951
|
+
"public",
|
|
300952
|
+
"private",
|
|
300953
|
+
"unlisted"
|
|
300954
|
+
],
|
|
300955
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
300902
300956
|
},
|
|
300903
300957
|
"dependencies": {
|
|
300904
300958
|
"type": "object",
|
|
@@ -301417,7 +301471,17 @@ var state2 = {
|
|
|
301417
301471
|
},
|
|
301418
301472
|
"public": {
|
|
301419
301473
|
"type": "boolean",
|
|
301420
|
-
"description":
|
|
301474
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
301475
|
+
"deprecated": true
|
|
301476
|
+
},
|
|
301477
|
+
"visibility": {
|
|
301478
|
+
"type": "string",
|
|
301479
|
+
"enum": [
|
|
301480
|
+
"public",
|
|
301481
|
+
"private",
|
|
301482
|
+
"unlisted"
|
|
301483
|
+
],
|
|
301484
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
301421
301485
|
},
|
|
301422
301486
|
"dependencies": {
|
|
301423
301487
|
"type": "object",
|
|
@@ -301620,7 +301684,17 @@ var state2 = {
|
|
|
301620
301684
|
},
|
|
301621
301685
|
"public": {
|
|
301622
301686
|
"type": "boolean",
|
|
301623
|
-
"description":
|
|
301687
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
301688
|
+
"deprecated": true
|
|
301689
|
+
},
|
|
301690
|
+
"visibility": {
|
|
301691
|
+
"type": "string",
|
|
301692
|
+
"enum": [
|
|
301693
|
+
"public",
|
|
301694
|
+
"private",
|
|
301695
|
+
"unlisted"
|
|
301696
|
+
],
|
|
301697
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
301624
301698
|
}
|
|
301625
301699
|
},
|
|
301626
301700
|
"required": [
|
|
@@ -301633,7 +301707,8 @@ var state2 = {
|
|
|
301633
301707
|
"description",
|
|
301634
301708
|
"iconUrl",
|
|
301635
301709
|
"readmeUrl",
|
|
301636
|
-
"public"
|
|
301710
|
+
"public",
|
|
301711
|
+
"visibility"
|
|
301637
301712
|
]
|
|
301638
301713
|
}
|
|
301639
301714
|
},
|
|
@@ -302316,7 +302391,7 @@ var state2 = {
|
|
|
302316
302391
|
"title": "Botpress Admin API",
|
|
302317
302392
|
"description": "API for Botpress Cloud Manager",
|
|
302318
302393
|
"server": "https://api.botpress.cloud",
|
|
302319
|
-
"version": "1.
|
|
302394
|
+
"version": "1.53.1",
|
|
302320
302395
|
"prefix": "v1"
|
|
302321
302396
|
},
|
|
302322
302397
|
"defaultParameters": {
|
|
@@ -302908,7 +302983,17 @@ var state2 = {
|
|
|
302908
302983
|
},
|
|
302909
302984
|
"public": {
|
|
302910
302985
|
"type": "boolean",
|
|
302911
|
-
"description":
|
|
302986
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
302987
|
+
"deprecated": true
|
|
302988
|
+
},
|
|
302989
|
+
"visibility": {
|
|
302990
|
+
"type": "string",
|
|
302991
|
+
"enum": [
|
|
302992
|
+
"public",
|
|
302993
|
+
"private",
|
|
302994
|
+
"unlisted"
|
|
302995
|
+
],
|
|
302996
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
302912
302997
|
}
|
|
302913
302998
|
},
|
|
302914
302999
|
"required": [
|
|
@@ -302923,7 +303008,8 @@ var state2 = {
|
|
|
302923
303008
|
"description",
|
|
302924
303009
|
"iconUrl",
|
|
302925
303010
|
"readmeUrl",
|
|
302926
|
-
"public"
|
|
303011
|
+
"public",
|
|
303012
|
+
"visibility"
|
|
302927
303013
|
],
|
|
302928
303014
|
"additionalProperties": false
|
|
302929
303015
|
},
|
|
@@ -304622,7 +304708,17 @@ var state2 = {
|
|
|
304622
304708
|
},
|
|
304623
304709
|
"public": {
|
|
304624
304710
|
"type": "boolean",
|
|
304625
|
-
"description":
|
|
304711
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
304712
|
+
"deprecated": true
|
|
304713
|
+
},
|
|
304714
|
+
"visibility": {
|
|
304715
|
+
"type": "string",
|
|
304716
|
+
"enum": [
|
|
304717
|
+
"public",
|
|
304718
|
+
"private",
|
|
304719
|
+
"unlisted"
|
|
304720
|
+
],
|
|
304721
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
304626
304722
|
}
|
|
304627
304723
|
},
|
|
304628
304724
|
"required": [
|
|
@@ -304642,7 +304738,8 @@ var state2 = {
|
|
|
304642
304738
|
"description",
|
|
304643
304739
|
"iconUrl",
|
|
304644
304740
|
"readmeUrl",
|
|
304645
|
-
"public"
|
|
304741
|
+
"public",
|
|
304742
|
+
"visibility"
|
|
304646
304743
|
],
|
|
304647
304744
|
"additionalProperties": false
|
|
304648
304745
|
}
|
|
@@ -307721,7 +307818,7 @@ var state3 = {
|
|
|
307721
307818
|
"title": "Botpress Files API",
|
|
307722
307819
|
"description": "API for Botpress Files",
|
|
307723
307820
|
"server": "https://api.botpress.cloud",
|
|
307724
|
-
"version": "1.
|
|
307821
|
+
"version": "1.53.1",
|
|
307725
307822
|
"prefix": "v1"
|
|
307726
307823
|
},
|
|
307727
307824
|
"defaultParameters": {
|
|
@@ -309979,7 +310076,7 @@ var state4 = {
|
|
|
309979
310076
|
"title": "Botpress Tables API",
|
|
309980
310077
|
"description": "API for Botpress Tables",
|
|
309981
310078
|
"server": "https://api.botpress.cloud",
|
|
309982
|
-
"version": "1.
|
|
310079
|
+
"version": "1.53.1",
|
|
309983
310080
|
"prefix": "v1"
|
|
309984
310081
|
},
|
|
309985
310082
|
"defaultParameters": {
|
|
@@ -315695,7 +315792,17 @@ var state5 = {
|
|
|
315695
315792
|
},
|
|
315696
315793
|
"public": {
|
|
315697
315794
|
"type": "boolean",
|
|
315698
|
-
"description":
|
|
315795
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
315796
|
+
"deprecated": true
|
|
315797
|
+
},
|
|
315798
|
+
"visibility": {
|
|
315799
|
+
"type": "string",
|
|
315800
|
+
"enum": [
|
|
315801
|
+
"public",
|
|
315802
|
+
"private",
|
|
315803
|
+
"unlisted"
|
|
315804
|
+
],
|
|
315805
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
315699
315806
|
}
|
|
315700
315807
|
},
|
|
315701
315808
|
"required": [
|
|
@@ -315708,7 +315815,8 @@ var state5 = {
|
|
|
315708
315815
|
"description",
|
|
315709
315816
|
"iconUrl",
|
|
315710
315817
|
"readmeUrl",
|
|
315711
|
-
"public"
|
|
315818
|
+
"public",
|
|
315819
|
+
"visibility"
|
|
315712
315820
|
]
|
|
315713
315821
|
}
|
|
315714
315822
|
},
|
|
@@ -316092,7 +316200,17 @@ var state5 = {
|
|
|
316092
316200
|
},
|
|
316093
316201
|
"public": {
|
|
316094
316202
|
"type": "boolean",
|
|
316095
|
-
"description":
|
|
316203
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
316204
|
+
"deprecated": true
|
|
316205
|
+
},
|
|
316206
|
+
"visibility": {
|
|
316207
|
+
"type": "string",
|
|
316208
|
+
"enum": [
|
|
316209
|
+
"public",
|
|
316210
|
+
"private",
|
|
316211
|
+
"unlisted"
|
|
316212
|
+
],
|
|
316213
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
316096
316214
|
}
|
|
316097
316215
|
},
|
|
316098
316216
|
"required": [
|
|
@@ -316112,7 +316230,8 @@ var state5 = {
|
|
|
316112
316230
|
"description",
|
|
316113
316231
|
"iconUrl",
|
|
316114
316232
|
"readmeUrl",
|
|
316115
|
-
"public"
|
|
316233
|
+
"public",
|
|
316234
|
+
"visibility"
|
|
316116
316235
|
],
|
|
316117
316236
|
"additionalProperties": false
|
|
316118
316237
|
}
|
|
@@ -316499,7 +316618,17 @@ var state5 = {
|
|
|
316499
316618
|
},
|
|
316500
316619
|
"public": {
|
|
316501
316620
|
"type": "boolean",
|
|
316502
|
-
"description":
|
|
316621
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
316622
|
+
"deprecated": true
|
|
316623
|
+
},
|
|
316624
|
+
"visibility": {
|
|
316625
|
+
"type": "string",
|
|
316626
|
+
"enum": [
|
|
316627
|
+
"public",
|
|
316628
|
+
"private",
|
|
316629
|
+
"unlisted"
|
|
316630
|
+
],
|
|
316631
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
316503
316632
|
}
|
|
316504
316633
|
},
|
|
316505
316634
|
"required": [
|
|
@@ -316519,7 +316648,8 @@ var state5 = {
|
|
|
316519
316648
|
"description",
|
|
316520
316649
|
"iconUrl",
|
|
316521
316650
|
"readmeUrl",
|
|
316522
|
-
"public"
|
|
316651
|
+
"public",
|
|
316652
|
+
"visibility"
|
|
316523
316653
|
],
|
|
316524
316654
|
"additionalProperties": false
|
|
316525
316655
|
}
|
|
@@ -316897,7 +317027,17 @@ var state5 = {
|
|
|
316897
317027
|
},
|
|
316898
317028
|
"public": {
|
|
316899
317029
|
"type": "boolean",
|
|
316900
|
-
"description":
|
|
317030
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
317031
|
+
"deprecated": true
|
|
317032
|
+
},
|
|
317033
|
+
"visibility": {
|
|
317034
|
+
"type": "string",
|
|
317035
|
+
"enum": [
|
|
317036
|
+
"public",
|
|
317037
|
+
"private",
|
|
317038
|
+
"unlisted"
|
|
317039
|
+
],
|
|
317040
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
316901
317041
|
}
|
|
316902
317042
|
},
|
|
316903
317043
|
"required": [
|
|
@@ -316917,7 +317057,8 @@ var state5 = {
|
|
|
316917
317057
|
"description",
|
|
316918
317058
|
"iconUrl",
|
|
316919
317059
|
"readmeUrl",
|
|
316920
|
-
"public"
|
|
317060
|
+
"public",
|
|
317061
|
+
"visibility"
|
|
316921
317062
|
],
|
|
316922
317063
|
"additionalProperties": false
|
|
316923
317064
|
}
|
|
@@ -326341,7 +326482,17 @@ var state5 = {
|
|
|
326341
326482
|
},
|
|
326342
326483
|
"public": {
|
|
326343
326484
|
"type": "boolean",
|
|
326344
|
-
"description":
|
|
326485
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
326486
|
+
"deprecated": true
|
|
326487
|
+
},
|
|
326488
|
+
"visibility": {
|
|
326489
|
+
"type": "string",
|
|
326490
|
+
"enum": [
|
|
326491
|
+
"public",
|
|
326492
|
+
"private",
|
|
326493
|
+
"unlisted"
|
|
326494
|
+
],
|
|
326495
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
326345
326496
|
},
|
|
326346
326497
|
"dependencies": {
|
|
326347
326498
|
"type": "object",
|
|
@@ -326812,7 +326963,17 @@ var state5 = {
|
|
|
326812
326963
|
},
|
|
326813
326964
|
"public": {
|
|
326814
326965
|
"type": "boolean",
|
|
326815
|
-
"description":
|
|
326966
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
326967
|
+
"deprecated": true
|
|
326968
|
+
},
|
|
326969
|
+
"visibility": {
|
|
326970
|
+
"type": "string",
|
|
326971
|
+
"enum": [
|
|
326972
|
+
"public",
|
|
326973
|
+
"private",
|
|
326974
|
+
"unlisted"
|
|
326975
|
+
],
|
|
326976
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
326816
326977
|
},
|
|
326817
326978
|
"dependencies": {
|
|
326818
326979
|
"type": "object",
|
|
@@ -326991,7 +327152,17 @@ var state5 = {
|
|
|
326991
327152
|
},
|
|
326992
327153
|
"public": {
|
|
326993
327154
|
"type": "boolean",
|
|
326994
|
-
"description":
|
|
327155
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
327156
|
+
"deprecated": true
|
|
327157
|
+
},
|
|
327158
|
+
"visibility": {
|
|
327159
|
+
"type": "string",
|
|
327160
|
+
"enum": [
|
|
327161
|
+
"public",
|
|
327162
|
+
"private",
|
|
327163
|
+
"unlisted"
|
|
327164
|
+
],
|
|
327165
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
326995
327166
|
}
|
|
326996
327167
|
},
|
|
326997
327168
|
"required": [
|
|
@@ -327004,7 +327175,8 @@ var state5 = {
|
|
|
327004
327175
|
"description",
|
|
327005
327176
|
"iconUrl",
|
|
327006
327177
|
"readmeUrl",
|
|
327007
|
-
"public"
|
|
327178
|
+
"public",
|
|
327179
|
+
"visibility"
|
|
327008
327180
|
]
|
|
327009
327181
|
}
|
|
327010
327182
|
},
|
|
@@ -330749,7 +330921,7 @@ var state5 = {
|
|
|
330749
330921
|
"title": "Botpress API",
|
|
330750
330922
|
"description": "API for Botpress Cloud",
|
|
330751
330923
|
"server": "https://api.botpress.cloud",
|
|
330752
|
-
"version": "1.
|
|
330924
|
+
"version": "1.53.1",
|
|
330753
330925
|
"prefix": "v1"
|
|
330754
330926
|
},
|
|
330755
330927
|
"errors": [
|
|
@@ -331456,7 +331628,17 @@ var state5 = {
|
|
|
331456
331628
|
},
|
|
331457
331629
|
"public": {
|
|
331458
331630
|
"type": "boolean",
|
|
331459
|
-
"description":
|
|
331631
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
331632
|
+
"deprecated": true
|
|
331633
|
+
},
|
|
331634
|
+
"visibility": {
|
|
331635
|
+
"type": "string",
|
|
331636
|
+
"enum": [
|
|
331637
|
+
"public",
|
|
331638
|
+
"private",
|
|
331639
|
+
"unlisted"
|
|
331640
|
+
],
|
|
331641
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
331460
331642
|
}
|
|
331461
331643
|
},
|
|
331462
331644
|
"required": [
|
|
@@ -331471,7 +331653,8 @@ var state5 = {
|
|
|
331471
331653
|
"description",
|
|
331472
331654
|
"iconUrl",
|
|
331473
331655
|
"readmeUrl",
|
|
331474
|
-
"public"
|
|
331656
|
+
"public",
|
|
331657
|
+
"visibility"
|
|
331475
331658
|
],
|
|
331476
331659
|
"additionalProperties": false
|
|
331477
331660
|
},
|
|
@@ -333170,7 +333353,17 @@ var state5 = {
|
|
|
333170
333353
|
},
|
|
333171
333354
|
"public": {
|
|
333172
333355
|
"type": "boolean",
|
|
333173
|
-
"description":
|
|
333356
|
+
"description": '[DEPRECATED] Indicates if the plugin is public. Please use the "visibility" parameter instead.',
|
|
333357
|
+
"deprecated": true
|
|
333358
|
+
},
|
|
333359
|
+
"visibility": {
|
|
333360
|
+
"type": "string",
|
|
333361
|
+
"enum": [
|
|
333362
|
+
"public",
|
|
333363
|
+
"private",
|
|
333364
|
+
"unlisted"
|
|
333365
|
+
],
|
|
333366
|
+
"description": "The plugin's visibility. Public plugins are available to all and cannot be updated without creating a new version. Unlisted plugins behave identically to public plugins, but they are not listed in the plugin hub. By default, plugins are private and only accessible to the workspace that created them."
|
|
333174
333367
|
}
|
|
333175
333368
|
},
|
|
333176
333369
|
"required": [
|
|
@@ -333190,7 +333383,8 @@ var state5 = {
|
|
|
333190
333383
|
"description",
|
|
333191
333384
|
"iconUrl",
|
|
333192
333385
|
"readmeUrl",
|
|
333193
|
-
"public"
|
|
333386
|
+
"public",
|
|
333387
|
+
"visibility"
|
|
333194
333388
|
],
|
|
333195
333389
|
"additionalProperties": false
|
|
333196
333390
|
}
|
|
@@ -2067,6 +2067,12 @@ export declare const state: {
|
|
|
2067
2067
|
public: {
|
|
2068
2068
|
type: "boolean";
|
|
2069
2069
|
description: string;
|
|
2070
|
+
deprecated: true;
|
|
2071
|
+
};
|
|
2072
|
+
visibility: {
|
|
2073
|
+
type: "string";
|
|
2074
|
+
enum: string[];
|
|
2075
|
+
description: string;
|
|
2070
2076
|
};
|
|
2071
2077
|
};
|
|
2072
2078
|
required: string[];
|
|
@@ -2422,6 +2428,12 @@ export declare const state: {
|
|
|
2422
2428
|
public: {
|
|
2423
2429
|
type: "boolean";
|
|
2424
2430
|
description: string;
|
|
2431
|
+
deprecated: true;
|
|
2432
|
+
};
|
|
2433
|
+
visibility: {
|
|
2434
|
+
type: "string";
|
|
2435
|
+
enum: string[];
|
|
2436
|
+
description: string;
|
|
2425
2437
|
};
|
|
2426
2438
|
};
|
|
2427
2439
|
required: string[];
|
|
@@ -2781,6 +2793,12 @@ export declare const state: {
|
|
|
2781
2793
|
public: {
|
|
2782
2794
|
type: "boolean";
|
|
2783
2795
|
description: string;
|
|
2796
|
+
deprecated: true;
|
|
2797
|
+
};
|
|
2798
|
+
visibility: {
|
|
2799
|
+
type: "string";
|
|
2800
|
+
enum: string[];
|
|
2801
|
+
description: string;
|
|
2784
2802
|
};
|
|
2785
2803
|
};
|
|
2786
2804
|
required: string[];
|
|
@@ -3131,6 +3149,12 @@ export declare const state: {
|
|
|
3131
3149
|
public: {
|
|
3132
3150
|
type: "boolean";
|
|
3133
3151
|
description: string;
|
|
3152
|
+
deprecated: true;
|
|
3153
|
+
};
|
|
3154
|
+
visibility: {
|
|
3155
|
+
type: "string";
|
|
3156
|
+
enum: string[];
|
|
3157
|
+
description: string;
|
|
3134
3158
|
};
|
|
3135
3159
|
};
|
|
3136
3160
|
required: string[];
|
|
@@ -12243,6 +12267,12 @@ export declare const state: {
|
|
|
12243
12267
|
public: {
|
|
12244
12268
|
type: "boolean";
|
|
12245
12269
|
description: string;
|
|
12270
|
+
deprecated: true;
|
|
12271
|
+
};
|
|
12272
|
+
visibility: {
|
|
12273
|
+
type: "string";
|
|
12274
|
+
enum: string[];
|
|
12275
|
+
description: string;
|
|
12246
12276
|
};
|
|
12247
12277
|
dependencies: {
|
|
12248
12278
|
type: "object";
|
|
@@ -12727,6 +12757,12 @@ export declare const state: {
|
|
|
12727
12757
|
public: {
|
|
12728
12758
|
type: "boolean";
|
|
12729
12759
|
description: string;
|
|
12760
|
+
deprecated: true;
|
|
12761
|
+
};
|
|
12762
|
+
visibility: {
|
|
12763
|
+
type: "string";
|
|
12764
|
+
enum: string[];
|
|
12765
|
+
description: string;
|
|
12730
12766
|
};
|
|
12731
12767
|
dependencies: {
|
|
12732
12768
|
type: "object";
|
|
@@ -12928,6 +12964,12 @@ export declare const state: {
|
|
|
12928
12964
|
public: {
|
|
12929
12965
|
type: "boolean";
|
|
12930
12966
|
description: string;
|
|
12967
|
+
deprecated: true;
|
|
12968
|
+
};
|
|
12969
|
+
visibility: {
|
|
12970
|
+
type: "string";
|
|
12971
|
+
enum: string[];
|
|
12972
|
+
description: string;
|
|
12931
12973
|
};
|
|
12932
12974
|
};
|
|
12933
12975
|
required: string[];
|
|
@@ -13980,6 +14022,12 @@ export declare const state: {
|
|
|
13980
14022
|
public: {
|
|
13981
14023
|
type: "boolean";
|
|
13982
14024
|
description: string;
|
|
14025
|
+
deprecated: true;
|
|
14026
|
+
};
|
|
14027
|
+
visibility: {
|
|
14028
|
+
type: "string";
|
|
14029
|
+
enum: string[];
|
|
14030
|
+
description: string;
|
|
13983
14031
|
};
|
|
13984
14032
|
};
|
|
13985
14033
|
required: string[];
|
|
@@ -15451,6 +15499,12 @@ export declare const state: {
|
|
|
15451
15499
|
public: {
|
|
15452
15500
|
type: "boolean";
|
|
15453
15501
|
description: string;
|
|
15502
|
+
deprecated: true;
|
|
15503
|
+
};
|
|
15504
|
+
visibility: {
|
|
15505
|
+
type: "string";
|
|
15506
|
+
enum: string[];
|
|
15507
|
+
description: string;
|
|
15454
15508
|
};
|
|
15455
15509
|
};
|
|
15456
15510
|
required: string[];
|