@botpress/api 1.32.0 → 1.34.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.32.0",
285337
+ "version": "1.34.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",
@@ -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",
@@ -295913,20 +295968,14 @@ var state2 = {
295913
295968
  ],
295914
295969
  "description": "Allowlist setting of the bot"
295915
295970
  },
295916
- "modifiedUsers": {
295917
- "type": "array",
295918
- "items": {
295919
- "type": "object",
295920
- "additionalProperties": {
295921
- "type": "boolean",
295922
- "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
295923
- }
295971
+ "users": {
295972
+ "type": "object",
295973
+ "additionalProperties": {
295974
+ "type": "boolean",
295975
+ "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
295924
295976
  }
295925
295977
  }
295926
295978
  },
295927
- "required": [
295928
- "modifiedUsers"
295929
- ],
295930
295979
  "title": "updateBotAllowlistBody",
295931
295980
  "additionalProperties": false
295932
295981
  }
@@ -298591,7 +298640,17 @@ var state2 = {
298591
298640
  },
298592
298641
  "public": {
298593
298642
  "type": "boolean",
298594
- "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."
298595
298654
  },
298596
298655
  "layers": {
298597
298656
  "type": "array",
@@ -299197,7 +299256,17 @@ var state2 = {
299197
299256
  },
299198
299257
  "public": {
299199
299258
  "type": "boolean",
299200
- "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."
299201
299270
  },
299202
299271
  "layers": {
299203
299272
  "type": "array",
@@ -299806,7 +299875,17 @@ var state2 = {
299806
299875
  },
299807
299876
  "public": {
299808
299877
  "type": "boolean",
299809
- "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."
299810
299889
  },
299811
299890
  "layers": {
299812
299891
  "type": "array",
@@ -300418,7 +300497,17 @@ var state2 = {
300418
300497
  },
300419
300498
  "public": {
300420
300499
  "type": "boolean",
300421
- "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."
300422
300511
  },
300423
300512
  "layers": {
300424
300513
  "type": "array",
@@ -300590,7 +300679,17 @@ var state2 = {
300590
300679
  },
300591
300680
  "public": {
300592
300681
  "type": "boolean",
300593
- "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."
300594
300693
  },
300595
300694
  "verificationStatus": {
300596
300695
  "type": "string",
@@ -300665,6 +300764,7 @@ var state2 = {
300665
300764
  "description",
300666
300765
  "iconUrl",
300667
300766
  "public",
300767
+ "visibility",
300668
300768
  "verificationStatus"
300669
300769
  ]
300670
300770
  }
@@ -303148,7 +303248,7 @@ var state2 = {
303148
303248
  "title": "Botpress API",
303149
303249
  "description": "API for Botpress Cloud",
303150
303250
  "server": "https://api.botpress.cloud",
303151
- "version": "1.32.0",
303251
+ "version": "1.34.0",
303152
303252
  "prefix": "v1"
303153
303253
  },
303154
303254
  "errors": [
@@ -303569,7 +303669,17 @@ var state2 = {
303569
303669
  },
303570
303670
  "public": {
303571
303671
  "type": "boolean",
303572
- "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."
303573
303683
  },
303574
303684
  "verificationStatus": {
303575
303685
  "type": "string",
@@ -303600,6 +303710,7 @@ var state2 = {
303600
303710
  "description",
303601
303711
  "iconUrl",
303602
303712
  "public",
303713
+ "visibility",
303603
303714
  "verificationStatus"
303604
303715
  ],
303605
303716
  "additionalProperties": false
@@ -304736,7 +304847,17 @@ var state2 = {
304736
304847
  },
304737
304848
  "public": {
304738
304849
  "type": "boolean",
304739
- "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."
304740
304861
  },
304741
304862
  "verificationStatus": {
304742
304863
  "type": "string",
@@ -304779,6 +304900,7 @@ var state2 = {
304779
304900
  "iconUrl",
304780
304901
  "readmeUrl",
304781
304902
  "public",
304903
+ "visibility",
304782
304904
  "verificationStatus",
304783
304905
  "secrets"
304784
304906
  ],
@@ -308999,7 +309121,7 @@ var state3 = {
308999
309121
  "title": "Botpress API",
309000
309122
  "description": "API for Botpress Cloud",
309001
309123
  "server": "https://api.botpress.cloud",
309002
- "version": "1.32.0",
309124
+ "version": "1.34.0",
309003
309125
  "prefix": "v1"
309004
309126
  },
309005
309127
  "errors": [
@@ -309300,7 +309422,17 @@ var state3 = {
309300
309422
  },
309301
309423
  "public": {
309302
309424
  "type": "boolean",
309303
- "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."
309304
309436
  },
309305
309437
  "verificationStatus": {
309306
309438
  "type": "string",
@@ -309331,6 +309463,7 @@ var state3 = {
309331
309463
  "description",
309332
309464
  "iconUrl",
309333
309465
  "public",
309466
+ "visibility",
309334
309467
  "verificationStatus"
309335
309468
  ],
309336
309469
  "additionalProperties": false
@@ -310467,7 +310600,17 @@ var state3 = {
310467
310600
  },
310468
310601
  "public": {
310469
310602
  "type": "boolean",
310470
- "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."
310471
310614
  },
310472
310615
  "verificationStatus": {
310473
310616
  "type": "string",
@@ -310510,6 +310653,7 @@ var state3 = {
310510
310653
  "iconUrl",
310511
310654
  "readmeUrl",
310512
310655
  "public",
310656
+ "visibility",
310513
310657
  "verificationStatus",
310514
310658
  "secrets"
310515
310659
  ],
@@ -314061,7 +314205,7 @@ var state4 = {
314061
314205
  "title": "Botpress API",
314062
314206
  "description": "API for Botpress Cloud",
314063
314207
  "server": "https://api.botpress.cloud",
314064
- "version": "1.32.0",
314208
+ "version": "1.34.0",
314065
314209
  "prefix": "v1"
314066
314210
  },
314067
314211
  "errors": [
@@ -314369,7 +314513,17 @@ var state4 = {
314369
314513
  },
314370
314514
  "public": {
314371
314515
  "type": "boolean",
314372
- "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."
314373
314527
  },
314374
314528
  "verificationStatus": {
314375
314529
  "type": "string",
@@ -314400,6 +314554,7 @@ var state4 = {
314400
314554
  "description",
314401
314555
  "iconUrl",
314402
314556
  "public",
314557
+ "visibility",
314403
314558
  "verificationStatus"
314404
314559
  ],
314405
314560
  "additionalProperties": false
@@ -315536,7 +315691,17 @@ var state4 = {
315536
315691
  },
315537
315692
  "public": {
315538
315693
  "type": "boolean",
315539
- "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."
315540
315705
  },
315541
315706
  "verificationStatus": {
315542
315707
  "type": "string",
@@ -315579,6 +315744,7 @@ var state4 = {
315579
315744
  "iconUrl",
315580
315745
  "readmeUrl",
315581
315746
  "public",
315747
+ "visibility",
315582
315748
  "verificationStatus",
315583
315749
  "secrets"
315584
315750
  ],
@@ -321070,7 +321236,17 @@ var state5 = {
321070
321236
  },
321071
321237
  "public": {
321072
321238
  "type": "boolean",
321073
- "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."
321074
321250
  },
321075
321251
  "verificationStatus": {
321076
321252
  "type": "string",
@@ -321160,6 +321336,7 @@ var state5 = {
321160
321336
  "description",
321161
321337
  "iconUrl",
321162
321338
  "public",
321339
+ "visibility",
321163
321340
  "verificationStatus",
321164
321341
  "ownerWorkspace",
321165
321342
  "meta"
@@ -321830,7 +322007,17 @@ var state5 = {
321830
322007
  },
321831
322008
  "public": {
321832
322009
  "type": "boolean",
321833
- "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."
321834
322021
  },
321835
322022
  "verificationStatus": {
321836
322023
  "type": "string",
@@ -321910,6 +322097,7 @@ var state5 = {
321910
322097
  "iconUrl",
321911
322098
  "readmeUrl",
321912
322099
  "public",
322100
+ "visibility",
321913
322101
  "verificationStatus",
321914
322102
  "secrets",
321915
322103
  "ownerWorkspace",
@@ -322575,7 +322763,17 @@ var state5 = {
322575
322763
  },
322576
322764
  "public": {
322577
322765
  "type": "boolean",
322578
- "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."
322579
322777
  },
322580
322778
  "verificationStatus": {
322581
322779
  "type": "string",
@@ -322655,6 +322853,7 @@ var state5 = {
322655
322853
  "iconUrl",
322656
322854
  "readmeUrl",
322657
322855
  "public",
322856
+ "visibility",
322658
322857
  "verificationStatus",
322659
322858
  "secrets",
322660
322859
  "ownerWorkspace",
@@ -327164,20 +327363,14 @@ var state5 = {
327164
327363
  ],
327165
327364
  "description": "Allowlist setting of the bot"
327166
327365
  },
327167
- "modifiedUsers": {
327168
- "type": "array",
327169
- "items": {
327170
- "type": "object",
327171
- "additionalProperties": {
327172
- "type": "boolean",
327173
- "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
327174
- }
327366
+ "users": {
327367
+ "type": "object",
327368
+ "additionalProperties": {
327369
+ "type": "boolean",
327370
+ "description": "If `true`, the user should be added to the allowlist. If `false`, the user should be removed from the allowlist. This performs a partial update, so any existing users not included here will be kept in the allowlist"
327175
327371
  }
327176
327372
  }
327177
327373
  },
327178
- "required": [
327179
- "modifiedUsers"
327180
- ],
327181
327374
  "title": "updateBotAllowlistBody",
327182
327375
  "additionalProperties": false
327183
327376
  }
@@ -329843,7 +330036,17 @@ var state5 = {
329843
330036
  },
329844
330037
  "public": {
329845
330038
  "type": "boolean",
329846
- "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."
329847
330050
  },
329848
330051
  "layers": {
329849
330052
  "type": "array",
@@ -330449,7 +330652,17 @@ var state5 = {
330449
330652
  },
330450
330653
  "public": {
330451
330654
  "type": "boolean",
330452
- "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."
330453
330666
  },
330454
330667
  "layers": {
330455
330668
  "type": "array",
@@ -331058,7 +331271,17 @@ var state5 = {
331058
331271
  },
331059
331272
  "public": {
331060
331273
  "type": "boolean",
331061
- "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."
331062
331285
  },
331063
331286
  "layers": {
331064
331287
  "type": "array",
@@ -331670,7 +331893,17 @@ var state5 = {
331670
331893
  },
331671
331894
  "public": {
331672
331895
  "type": "boolean",
331673
- "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."
331674
331907
  },
331675
331908
  "layers": {
331676
331909
  "type": "array",
@@ -331842,7 +332075,17 @@ var state5 = {
331842
332075
  },
331843
332076
  "public": {
331844
332077
  "type": "boolean",
331845
- "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."
331846
332089
  },
331847
332090
  "verificationStatus": {
331848
332091
  "type": "string",
@@ -331917,6 +332160,7 @@ var state5 = {
331917
332160
  "description",
331918
332161
  "iconUrl",
331919
332162
  "public",
332163
+ "visibility",
331920
332164
  "verificationStatus"
331921
332165
  ]
331922
332166
  }
@@ -337382,7 +337626,7 @@ var state5 = {
337382
337626
  "title": "Botpress API",
337383
337627
  "description": "API for Botpress Cloud",
337384
337628
  "server": "https://api.botpress.cloud",
337385
- "version": "1.32.0",
337629
+ "version": "1.34.0",
337386
337630
  "prefix": "v1"
337387
337631
  },
337388
337632
  "errors": [
@@ -337920,7 +338164,17 @@ var state5 = {
337920
338164
  },
337921
338165
  "public": {
337922
338166
  "type": "boolean",
337923
- "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."
337924
338178
  },
337925
338179
  "verificationStatus": {
337926
338180
  "type": "string",
@@ -337951,6 +338205,7 @@ var state5 = {
337951
338205
  "description",
337952
338206
  "iconUrl",
337953
338207
  "public",
338208
+ "visibility",
337954
338209
  "verificationStatus"
337955
338210
  ],
337956
338211
  "additionalProperties": false
@@ -339087,7 +339342,17 @@ var state5 = {
339087
339342
  },
339088
339343
  "public": {
339089
339344
  "type": "boolean",
339090
- "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."
339091
339356
  },
339092
339357
  "verificationStatus": {
339093
339358
  "type": "string",
@@ -339130,6 +339395,7 @@ var state5 = {
339130
339395
  "iconUrl",
339131
339396
  "readmeUrl",
339132
339397
  "public",
339398
+ "visibility",
339133
339399
  "verificationStatus",
339134
339400
  "secrets"
339135
339401
  ],