@botpress/api 1.33.0 → 1.35.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 CHANGED
@@ -285334,7 +285334,7 @@ var state = {
285334
285334
  "title": "Botpress API",
285335
285335
  "description": "API for Botpress Cloud",
285336
285336
  "server": "https://api.botpress.cloud",
285337
- "version": "1.33.0",
285337
+ "version": "1.35.0",
285338
285338
  "prefix": "v1"
285339
285339
  },
285340
285340
  "errors": [
@@ -285682,7 +285682,17 @@ var state = {
285682
285682
  },
285683
285683
  "public": {
285684
285684
  "type": "boolean",
285685
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
285685
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
285686
+ "deprecated": true
285687
+ },
285688
+ "visibility": {
285689
+ "type": "string",
285690
+ "enum": [
285691
+ "public",
285692
+ "private",
285693
+ "unlisted"
285694
+ ],
285695
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
285686
285696
  },
285687
285697
  "verificationStatus": {
285688
285698
  "type": "string",
@@ -285713,6 +285723,7 @@ var state = {
285713
285723
  "description",
285714
285724
  "iconUrl",
285715
285725
  "public",
285726
+ "visibility",
285716
285727
  "verificationStatus"
285717
285728
  ],
285718
285729
  "additionalProperties": false
@@ -286849,7 +286860,17 @@ var state = {
286849
286860
  },
286850
286861
  "public": {
286851
286862
  "type": "boolean",
286852
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
286863
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
286864
+ "deprecated": true
286865
+ },
286866
+ "visibility": {
286867
+ "type": "string",
286868
+ "enum": [
286869
+ "public",
286870
+ "private",
286871
+ "unlisted"
286872
+ ],
286873
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
286853
286874
  },
286854
286875
  "verificationStatus": {
286855
286876
  "type": "string",
@@ -286892,6 +286913,7 @@ var state = {
286892
286913
  "iconUrl",
286893
286914
  "readmeUrl",
286894
286915
  "public",
286916
+ "visibility",
286895
286917
  "verificationStatus",
286896
286918
  "secrets"
286897
286919
  ],
@@ -289819,7 +289841,17 @@ var state2 = {
289819
289841
  },
289820
289842
  "public": {
289821
289843
  "type": "boolean",
289822
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
289844
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
289845
+ "deprecated": true
289846
+ },
289847
+ "visibility": {
289848
+ "type": "string",
289849
+ "enum": [
289850
+ "public",
289851
+ "private",
289852
+ "unlisted"
289853
+ ],
289854
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
289823
289855
  },
289824
289856
  "verificationStatus": {
289825
289857
  "type": "string",
@@ -289909,6 +289941,7 @@ var state2 = {
289909
289941
  "description",
289910
289942
  "iconUrl",
289911
289943
  "public",
289944
+ "visibility",
289912
289945
  "verificationStatus",
289913
289946
  "ownerWorkspace",
289914
289947
  "meta"
@@ -290579,7 +290612,17 @@ var state2 = {
290579
290612
  },
290580
290613
  "public": {
290581
290614
  "type": "boolean",
290582
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
290615
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
290616
+ "deprecated": true
290617
+ },
290618
+ "visibility": {
290619
+ "type": "string",
290620
+ "enum": [
290621
+ "public",
290622
+ "private",
290623
+ "unlisted"
290624
+ ],
290625
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
290583
290626
  },
290584
290627
  "verificationStatus": {
290585
290628
  "type": "string",
@@ -290659,6 +290702,7 @@ var state2 = {
290659
290702
  "iconUrl",
290660
290703
  "readmeUrl",
290661
290704
  "public",
290705
+ "visibility",
290662
290706
  "verificationStatus",
290663
290707
  "secrets",
290664
290708
  "ownerWorkspace",
@@ -290692,7 +290736,7 @@ var state2 = {
290692
290736
  },
290693
290737
  "version": {
290694
290738
  "type": "string",
290695
- "description": 'Integration version. Either a semver version or tag "latest"',
290739
+ "description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
290696
290740
  "in": "path"
290697
290741
  }
290698
290742
  },
@@ -291324,7 +291368,17 @@ var state2 = {
291324
291368
  },
291325
291369
  "public": {
291326
291370
  "type": "boolean",
291327
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
291371
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
291372
+ "deprecated": true
291373
+ },
291374
+ "visibility": {
291375
+ "type": "string",
291376
+ "enum": [
291377
+ "public",
291378
+ "private",
291379
+ "unlisted"
291380
+ ],
291381
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
291328
291382
  },
291329
291383
  "verificationStatus": {
291330
291384
  "type": "string",
@@ -291404,6 +291458,7 @@ var state2 = {
291404
291458
  "iconUrl",
291405
291459
  "readmeUrl",
291406
291460
  "public",
291461
+ "visibility",
291407
291462
  "verificationStatus",
291408
291463
  "secrets",
291409
291464
  "ownerWorkspace",
@@ -292357,7 +292412,7 @@ var state2 = {
292357
292412
  },
292358
292413
  "version": {
292359
292414
  "type": "string",
292360
- "description": "Plugin version.",
292415
+ "description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
292361
292416
  "in": "path"
292362
292417
  }
292363
292418
  },
@@ -293210,7 +293265,7 @@ var state2 = {
293210
293265
  },
293211
293266
  "version": {
293212
293267
  "type": "string",
293213
- "description": "Interface version.",
293268
+ "description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
293214
293269
  "in": "path"
293215
293270
  }
293216
293271
  },
@@ -298585,7 +298640,17 @@ var state2 = {
298585
298640
  },
298586
298641
  "public": {
298587
298642
  "type": "boolean",
298588
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
298643
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
298644
+ "deprecated": true
298645
+ },
298646
+ "visibility": {
298647
+ "type": "string",
298648
+ "enum": [
298649
+ "public",
298650
+ "private",
298651
+ "unlisted"
298652
+ ],
298653
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
298589
298654
  },
298590
298655
  "layers": {
298591
298656
  "type": "array",
@@ -299191,7 +299256,17 @@ var state2 = {
299191
299256
  },
299192
299257
  "public": {
299193
299258
  "type": "boolean",
299194
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
299259
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
299260
+ "deprecated": true
299261
+ },
299262
+ "visibility": {
299263
+ "type": "string",
299264
+ "enum": [
299265
+ "public",
299266
+ "private",
299267
+ "unlisted"
299268
+ ],
299269
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
299195
299270
  },
299196
299271
  "layers": {
299197
299272
  "type": "array",
@@ -299800,7 +299875,17 @@ var state2 = {
299800
299875
  },
299801
299876
  "public": {
299802
299877
  "type": "boolean",
299803
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
299878
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
299879
+ "deprecated": true
299880
+ },
299881
+ "visibility": {
299882
+ "type": "string",
299883
+ "enum": [
299884
+ "public",
299885
+ "private",
299886
+ "unlisted"
299887
+ ],
299888
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
299804
299889
  },
299805
299890
  "layers": {
299806
299891
  "type": "array",
@@ -300412,7 +300497,17 @@ var state2 = {
300412
300497
  },
300413
300498
  "public": {
300414
300499
  "type": "boolean",
300415
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
300500
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
300501
+ "deprecated": true
300502
+ },
300503
+ "visibility": {
300504
+ "type": "string",
300505
+ "enum": [
300506
+ "public",
300507
+ "private",
300508
+ "unlisted"
300509
+ ],
300510
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
300416
300511
  },
300417
300512
  "layers": {
300418
300513
  "type": "array",
@@ -300584,7 +300679,17 @@ var state2 = {
300584
300679
  },
300585
300680
  "public": {
300586
300681
  "type": "boolean",
300587
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
300682
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
300683
+ "deprecated": true
300684
+ },
300685
+ "visibility": {
300686
+ "type": "string",
300687
+ "enum": [
300688
+ "public",
300689
+ "private",
300690
+ "unlisted"
300691
+ ],
300692
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
300588
300693
  },
300589
300694
  "verificationStatus": {
300590
300695
  "type": "string",
@@ -300659,6 +300764,7 @@ var state2 = {
300659
300764
  "description",
300660
300765
  "iconUrl",
300661
300766
  "public",
300767
+ "visibility",
300662
300768
  "verificationStatus"
300663
300769
  ]
300664
300770
  }
@@ -300830,7 +300936,7 @@ var state2 = {
300830
300936
  },
300831
300937
  "version": {
300832
300938
  "type": "string",
300833
- "description": 'Integration version. Either a semver version or tag "latest"',
300939
+ "description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
300834
300940
  "in": "path"
300835
300941
  }
300836
300942
  },
@@ -301205,14 +301311,14 @@ var state2 = {
301205
301311
  "path": "/v1/admin/interfaces/{name}/{version}",
301206
301312
  "parameters": {
301207
301313
  "name": {
301208
- "in": "path",
301209
301314
  "type": "string",
301210
- "description": "Interface name"
301315
+ "description": "Interface Name",
301316
+ "in": "path"
301211
301317
  },
301212
301318
  "version": {
301213
- "in": "path",
301214
301319
  "type": "string",
301215
- "description": "Interface version"
301320
+ "description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
301321
+ "in": "path"
301216
301322
  }
301217
301323
  },
301218
301324
  "section": "interface",
@@ -302063,14 +302169,14 @@ var state2 = {
302063
302169
  "path": "/v1/admin/plugins/{name}/{version}",
302064
302170
  "parameters": {
302065
302171
  "name": {
302066
- "in": "path",
302067
302172
  "type": "string",
302068
- "description": "Plugin name"
302173
+ "description": "Plugin Name",
302174
+ "in": "path"
302069
302175
  },
302070
302176
  "version": {
302071
- "in": "path",
302072
302177
  "type": "string",
302073
- "description": "Plugin version"
302178
+ "description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
302179
+ "in": "path"
302074
302180
  }
302075
302181
  },
302076
302182
  "section": "plugin",
@@ -303142,7 +303248,7 @@ var state2 = {
303142
303248
  "title": "Botpress API",
303143
303249
  "description": "API for Botpress Cloud",
303144
303250
  "server": "https://api.botpress.cloud",
303145
- "version": "1.33.0",
303251
+ "version": "1.35.0",
303146
303252
  "prefix": "v1"
303147
303253
  },
303148
303254
  "errors": [
@@ -303563,7 +303669,17 @@ var state2 = {
303563
303669
  },
303564
303670
  "public": {
303565
303671
  "type": "boolean",
303566
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
303672
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
303673
+ "deprecated": true
303674
+ },
303675
+ "visibility": {
303676
+ "type": "string",
303677
+ "enum": [
303678
+ "public",
303679
+ "private",
303680
+ "unlisted"
303681
+ ],
303682
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
303567
303683
  },
303568
303684
  "verificationStatus": {
303569
303685
  "type": "string",
@@ -303594,6 +303710,7 @@ var state2 = {
303594
303710
  "description",
303595
303711
  "iconUrl",
303596
303712
  "public",
303713
+ "visibility",
303597
303714
  "verificationStatus"
303598
303715
  ],
303599
303716
  "additionalProperties": false
@@ -304730,7 +304847,17 @@ var state2 = {
304730
304847
  },
304731
304848
  "public": {
304732
304849
  "type": "boolean",
304733
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
304850
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
304851
+ "deprecated": true
304852
+ },
304853
+ "visibility": {
304854
+ "type": "string",
304855
+ "enum": [
304856
+ "public",
304857
+ "private",
304858
+ "unlisted"
304859
+ ],
304860
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
304734
304861
  },
304735
304862
  "verificationStatus": {
304736
304863
  "type": "string",
@@ -304773,6 +304900,7 @@ var state2 = {
304773
304900
  "iconUrl",
304774
304901
  "readmeUrl",
304775
304902
  "public",
304903
+ "visibility",
304776
304904
  "verificationStatus",
304777
304905
  "secrets"
304778
304906
  ],
@@ -308993,7 +309121,7 @@ var state3 = {
308993
309121
  "title": "Botpress API",
308994
309122
  "description": "API for Botpress Cloud",
308995
309123
  "server": "https://api.botpress.cloud",
308996
- "version": "1.33.0",
309124
+ "version": "1.35.0",
308997
309125
  "prefix": "v1"
308998
309126
  },
308999
309127
  "errors": [
@@ -309294,7 +309422,17 @@ var state3 = {
309294
309422
  },
309295
309423
  "public": {
309296
309424
  "type": "boolean",
309297
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
309425
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
309426
+ "deprecated": true
309427
+ },
309428
+ "visibility": {
309429
+ "type": "string",
309430
+ "enum": [
309431
+ "public",
309432
+ "private",
309433
+ "unlisted"
309434
+ ],
309435
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
309298
309436
  },
309299
309437
  "verificationStatus": {
309300
309438
  "type": "string",
@@ -309325,6 +309463,7 @@ var state3 = {
309325
309463
  "description",
309326
309464
  "iconUrl",
309327
309465
  "public",
309466
+ "visibility",
309328
309467
  "verificationStatus"
309329
309468
  ],
309330
309469
  "additionalProperties": false
@@ -310461,7 +310600,17 @@ var state3 = {
310461
310600
  },
310462
310601
  "public": {
310463
310602
  "type": "boolean",
310464
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
310603
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
310604
+ "deprecated": true
310605
+ },
310606
+ "visibility": {
310607
+ "type": "string",
310608
+ "enum": [
310609
+ "public",
310610
+ "private",
310611
+ "unlisted"
310612
+ ],
310613
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
310465
310614
  },
310466
310615
  "verificationStatus": {
310467
310616
  "type": "string",
@@ -310504,6 +310653,7 @@ var state3 = {
310504
310653
  "iconUrl",
310505
310654
  "readmeUrl",
310506
310655
  "public",
310656
+ "visibility",
310507
310657
  "verificationStatus",
310508
310658
  "secrets"
310509
310659
  ],
@@ -314055,7 +314205,7 @@ var state4 = {
314055
314205
  "title": "Botpress API",
314056
314206
  "description": "API for Botpress Cloud",
314057
314207
  "server": "https://api.botpress.cloud",
314058
- "version": "1.33.0",
314208
+ "version": "1.35.0",
314059
314209
  "prefix": "v1"
314060
314210
  },
314061
314211
  "errors": [
@@ -314363,7 +314513,17 @@ var state4 = {
314363
314513
  },
314364
314514
  "public": {
314365
314515
  "type": "boolean",
314366
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
314516
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
314517
+ "deprecated": true
314518
+ },
314519
+ "visibility": {
314520
+ "type": "string",
314521
+ "enum": [
314522
+ "public",
314523
+ "private",
314524
+ "unlisted"
314525
+ ],
314526
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
314367
314527
  },
314368
314528
  "verificationStatus": {
314369
314529
  "type": "string",
@@ -314394,6 +314554,7 @@ var state4 = {
314394
314554
  "description",
314395
314555
  "iconUrl",
314396
314556
  "public",
314557
+ "visibility",
314397
314558
  "verificationStatus"
314398
314559
  ],
314399
314560
  "additionalProperties": false
@@ -315530,7 +315691,17 @@ var state4 = {
315530
315691
  },
315531
315692
  "public": {
315532
315693
  "type": "boolean",
315533
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
315694
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
315695
+ "deprecated": true
315696
+ },
315697
+ "visibility": {
315698
+ "type": "string",
315699
+ "enum": [
315700
+ "public",
315701
+ "private",
315702
+ "unlisted"
315703
+ ],
315704
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
315534
315705
  },
315535
315706
  "verificationStatus": {
315536
315707
  "type": "string",
@@ -315573,6 +315744,7 @@ var state4 = {
315573
315744
  "iconUrl",
315574
315745
  "readmeUrl",
315575
315746
  "public",
315747
+ "visibility",
315576
315748
  "verificationStatus",
315577
315749
  "secrets"
315578
315750
  ],
@@ -321064,7 +321236,17 @@ var state5 = {
321064
321236
  },
321065
321237
  "public": {
321066
321238
  "type": "boolean",
321067
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
321239
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
321240
+ "deprecated": true
321241
+ },
321242
+ "visibility": {
321243
+ "type": "string",
321244
+ "enum": [
321245
+ "public",
321246
+ "private",
321247
+ "unlisted"
321248
+ ],
321249
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
321068
321250
  },
321069
321251
  "verificationStatus": {
321070
321252
  "type": "string",
@@ -321154,6 +321336,7 @@ var state5 = {
321154
321336
  "description",
321155
321337
  "iconUrl",
321156
321338
  "public",
321339
+ "visibility",
321157
321340
  "verificationStatus",
321158
321341
  "ownerWorkspace",
321159
321342
  "meta"
@@ -321824,7 +322007,17 @@ var state5 = {
321824
322007
  },
321825
322008
  "public": {
321826
322009
  "type": "boolean",
321827
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
322010
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
322011
+ "deprecated": true
322012
+ },
322013
+ "visibility": {
322014
+ "type": "string",
322015
+ "enum": [
322016
+ "public",
322017
+ "private",
322018
+ "unlisted"
322019
+ ],
322020
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
321828
322021
  },
321829
322022
  "verificationStatus": {
321830
322023
  "type": "string",
@@ -321904,6 +322097,7 @@ var state5 = {
321904
322097
  "iconUrl",
321905
322098
  "readmeUrl",
321906
322099
  "public",
322100
+ "visibility",
321907
322101
  "verificationStatus",
321908
322102
  "secrets",
321909
322103
  "ownerWorkspace",
@@ -321937,7 +322131,7 @@ var state5 = {
321937
322131
  },
321938
322132
  "version": {
321939
322133
  "type": "string",
321940
- "description": 'Integration version. Either a semver version or tag "latest"',
322134
+ "description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
321941
322135
  "in": "path"
321942
322136
  }
321943
322137
  },
@@ -322569,7 +322763,17 @@ var state5 = {
322569
322763
  },
322570
322764
  "public": {
322571
322765
  "type": "boolean",
322572
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
322766
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
322767
+ "deprecated": true
322768
+ },
322769
+ "visibility": {
322770
+ "type": "string",
322771
+ "enum": [
322772
+ "public",
322773
+ "private",
322774
+ "unlisted"
322775
+ ],
322776
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
322573
322777
  },
322574
322778
  "verificationStatus": {
322575
322779
  "type": "string",
@@ -322649,6 +322853,7 @@ var state5 = {
322649
322853
  "iconUrl",
322650
322854
  "readmeUrl",
322651
322855
  "public",
322856
+ "visibility",
322652
322857
  "verificationStatus",
322653
322858
  "secrets",
322654
322859
  "ownerWorkspace",
@@ -323602,7 +323807,7 @@ var state5 = {
323602
323807
  },
323603
323808
  "version": {
323604
323809
  "type": "string",
323605
- "description": "Plugin version.",
323810
+ "description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
323606
323811
  "in": "path"
323607
323812
  }
323608
323813
  },
@@ -324455,7 +324660,7 @@ var state5 = {
324455
324660
  },
324456
324661
  "version": {
324457
324662
  "type": "string",
324458
- "description": "Interface version.",
324663
+ "description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
324459
324664
  "in": "path"
324460
324665
  }
324461
324666
  },
@@ -329831,7 +330036,17 @@ var state5 = {
329831
330036
  },
329832
330037
  "public": {
329833
330038
  "type": "boolean",
329834
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
330039
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
330040
+ "deprecated": true
330041
+ },
330042
+ "visibility": {
330043
+ "type": "string",
330044
+ "enum": [
330045
+ "public",
330046
+ "private",
330047
+ "unlisted"
330048
+ ],
330049
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
329835
330050
  },
329836
330051
  "layers": {
329837
330052
  "type": "array",
@@ -330437,7 +330652,17 @@ var state5 = {
330437
330652
  },
330438
330653
  "public": {
330439
330654
  "type": "boolean",
330440
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
330655
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
330656
+ "deprecated": true
330657
+ },
330658
+ "visibility": {
330659
+ "type": "string",
330660
+ "enum": [
330661
+ "public",
330662
+ "private",
330663
+ "unlisted"
330664
+ ],
330665
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
330441
330666
  },
330442
330667
  "layers": {
330443
330668
  "type": "array",
@@ -331046,7 +331271,17 @@ var state5 = {
331046
331271
  },
331047
331272
  "public": {
331048
331273
  "type": "boolean",
331049
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
331274
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
331275
+ "deprecated": true
331276
+ },
331277
+ "visibility": {
331278
+ "type": "string",
331279
+ "enum": [
331280
+ "public",
331281
+ "private",
331282
+ "unlisted"
331283
+ ],
331284
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
331050
331285
  },
331051
331286
  "layers": {
331052
331287
  "type": "array",
@@ -331658,7 +331893,17 @@ var state5 = {
331658
331893
  },
331659
331894
  "public": {
331660
331895
  "type": "boolean",
331661
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
331896
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
331897
+ "deprecated": true
331898
+ },
331899
+ "visibility": {
331900
+ "type": "string",
331901
+ "enum": [
331902
+ "public",
331903
+ "private",
331904
+ "unlisted"
331905
+ ],
331906
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
331662
331907
  },
331663
331908
  "layers": {
331664
331909
  "type": "array",
@@ -331830,7 +332075,17 @@ var state5 = {
331830
332075
  },
331831
332076
  "public": {
331832
332077
  "type": "boolean",
331833
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
332078
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
332079
+ "deprecated": true
332080
+ },
332081
+ "visibility": {
332082
+ "type": "string",
332083
+ "enum": [
332084
+ "public",
332085
+ "private",
332086
+ "unlisted"
332087
+ ],
332088
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
331834
332089
  },
331835
332090
  "verificationStatus": {
331836
332091
  "type": "string",
@@ -331905,6 +332160,7 @@ var state5 = {
331905
332160
  "description",
331906
332161
  "iconUrl",
331907
332162
  "public",
332163
+ "visibility",
331908
332164
  "verificationStatus"
331909
332165
  ]
331910
332166
  }
@@ -332076,7 +332332,7 @@ var state5 = {
332076
332332
  },
332077
332333
  "version": {
332078
332334
  "type": "string",
332079
- "description": 'Integration version. Either a semver version or tag "latest"',
332335
+ "description": 'Integration version. Either a semver version, semver version range, or the constant string "latest"',
332080
332336
  "in": "path"
332081
332337
  }
332082
332338
  },
@@ -332451,14 +332707,14 @@ var state5 = {
332451
332707
  "path": "/v1/admin/interfaces/{name}/{version}",
332452
332708
  "parameters": {
332453
332709
  "name": {
332454
- "in": "path",
332455
332710
  "type": "string",
332456
- "description": "Interface name"
332711
+ "description": "Interface Name",
332712
+ "in": "path"
332457
332713
  },
332458
332714
  "version": {
332459
- "in": "path",
332460
332715
  "type": "string",
332461
- "description": "Interface version"
332716
+ "description": 'Interface version. Either a semver version, semver version range, or the constant string "latest"',
332717
+ "in": "path"
332462
332718
  }
332463
332719
  },
332464
332720
  "section": "interface",
@@ -333309,14 +333565,14 @@ var state5 = {
333309
333565
  "path": "/v1/admin/plugins/{name}/{version}",
333310
333566
  "parameters": {
333311
333567
  "name": {
333312
- "in": "path",
333313
333568
  "type": "string",
333314
- "description": "Plugin name"
333569
+ "description": "Plugin Name",
333570
+ "in": "path"
333315
333571
  },
333316
333572
  "version": {
333317
- "in": "path",
333318
333573
  "type": "string",
333319
- "description": "Plugin version"
333574
+ "description": 'Plugin version. Either a semver version, semver version range, or the constant string "latest"',
333575
+ "in": "path"
333320
333576
  }
333321
333577
  },
333322
333578
  "section": "plugin",
@@ -337370,7 +337626,7 @@ var state5 = {
337370
337626
  "title": "Botpress API",
337371
337627
  "description": "API for Botpress Cloud",
337372
337628
  "server": "https://api.botpress.cloud",
337373
- "version": "1.33.0",
337629
+ "version": "1.35.0",
337374
337630
  "prefix": "v1"
337375
337631
  },
337376
337632
  "errors": [
@@ -337908,7 +338164,17 @@ var state5 = {
337908
338164
  },
337909
338165
  "public": {
337910
338166
  "type": "boolean",
337911
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
338167
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
338168
+ "deprecated": true
338169
+ },
338170
+ "visibility": {
338171
+ "type": "string",
338172
+ "enum": [
338173
+ "public",
338174
+ "private",
338175
+ "unlisted"
338176
+ ],
338177
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
337912
338178
  },
337913
338179
  "verificationStatus": {
337914
338180
  "type": "string",
@@ -337939,6 +338205,7 @@ var state5 = {
337939
338205
  "description",
337940
338206
  "iconUrl",
337941
338207
  "public",
338208
+ "visibility",
337942
338209
  "verificationStatus"
337943
338210
  ],
337944
338211
  "additionalProperties": false
@@ -339075,7 +339342,17 @@ var state5 = {
339075
339342
  },
339076
339343
  "public": {
339077
339344
  "type": "boolean",
339078
- "description": "Indicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
339345
+ "description": '[DEPRECATED] Indicates whether the integration is public. Please use the "visibility" parameter instead.',
339346
+ "deprecated": true
339347
+ },
339348
+ "visibility": {
339349
+ "type": "string",
339350
+ "enum": [
339351
+ "public",
339352
+ "private",
339353
+ "unlisted"
339354
+ ],
339355
+ "description": "The integration's visibility. Public integrations are available to all and cannot be updated without creating a new version. Unlisted integrations behave identically to public integrations, but they are not listed in the integration hub. By default, integrations are private and only accessible to the workspace that created them."
339079
339356
  },
339080
339357
  "verificationStatus": {
339081
339358
  "type": "string",
@@ -339118,6 +339395,7 @@ var state5 = {
339118
339395
  "iconUrl",
339119
339396
  "readmeUrl",
339120
339397
  "public",
339398
+ "visibility",
339121
339399
  "verificationStatus",
339122
339400
  "secrets"
339123
339401
  ],