@botpress/api 1.52.1 → 1.53.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.
@@ -2380,7 +2380,17 @@ export const state = {
2380
2380
  },
2381
2381
  "public": {
2382
2382
  "type": "boolean",
2383
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
2383
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
2384
+ "deprecated": true
2385
+ },
2386
+ "visibility": {
2387
+ "type": "string",
2388
+ "enum": [
2389
+ "public",
2390
+ "private",
2391
+ "unlisted"
2392
+ ],
2393
+ "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."
2384
2394
  }
2385
2395
  },
2386
2396
  "required": [
@@ -2393,7 +2403,8 @@ export const state = {
2393
2403
  "description",
2394
2404
  "iconUrl",
2395
2405
  "readmeUrl",
2396
- "public"
2406
+ "public",
2407
+ "visibility"
2397
2408
  ]
2398
2409
  }
2399
2410
  },
@@ -2783,7 +2794,17 @@ export const state = {
2783
2794
  },
2784
2795
  "public": {
2785
2796
  "type": "boolean",
2786
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
2797
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
2798
+ "deprecated": true
2799
+ },
2800
+ "visibility": {
2801
+ "type": "string",
2802
+ "enum": [
2803
+ "public",
2804
+ "private",
2805
+ "unlisted"
2806
+ ],
2807
+ "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."
2787
2808
  }
2788
2809
  },
2789
2810
  "required": [
@@ -2803,7 +2824,8 @@ export const state = {
2803
2824
  "description",
2804
2825
  "iconUrl",
2805
2826
  "readmeUrl",
2806
- "public"
2827
+ "public",
2828
+ "visibility"
2807
2829
  ],
2808
2830
  "additionalProperties": false
2809
2831
  }
@@ -3196,7 +3218,17 @@ export const state = {
3196
3218
  },
3197
3219
  "public": {
3198
3220
  "type": "boolean",
3199
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
3221
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
3222
+ "deprecated": true
3223
+ },
3224
+ "visibility": {
3225
+ "type": "string",
3226
+ "enum": [
3227
+ "public",
3228
+ "private",
3229
+ "unlisted"
3230
+ ],
3231
+ "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."
3200
3232
  }
3201
3233
  },
3202
3234
  "required": [
@@ -3216,7 +3248,8 @@ export const state = {
3216
3248
  "description",
3217
3249
  "iconUrl",
3218
3250
  "readmeUrl",
3219
- "public"
3251
+ "public",
3252
+ "visibility"
3220
3253
  ],
3221
3254
  "additionalProperties": false
3222
3255
  }
@@ -3600,7 +3633,17 @@ export const state = {
3600
3633
  },
3601
3634
  "public": {
3602
3635
  "type": "boolean",
3603
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
3636
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
3637
+ "deprecated": true
3638
+ },
3639
+ "visibility": {
3640
+ "type": "string",
3641
+ "enum": [
3642
+ "public",
3643
+ "private",
3644
+ "unlisted"
3645
+ ],
3646
+ "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."
3604
3647
  }
3605
3648
  },
3606
3649
  "required": [
@@ -3620,7 +3663,8 @@ export const state = {
3620
3663
  "description",
3621
3664
  "iconUrl",
3622
3665
  "readmeUrl",
3623
- "public"
3666
+ "public",
3667
+ "visibility"
3624
3668
  ],
3625
3669
  "additionalProperties": false
3626
3670
  }
@@ -13842,7 +13886,17 @@ export const state = {
13842
13886
  },
13843
13887
  "public": {
13844
13888
  "type": "boolean",
13845
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
13889
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
13890
+ "deprecated": true
13891
+ },
13892
+ "visibility": {
13893
+ "type": "string",
13894
+ "enum": [
13895
+ "public",
13896
+ "private",
13897
+ "unlisted"
13898
+ ],
13899
+ "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."
13846
13900
  },
13847
13901
  "dependencies": {
13848
13902
  "type": "object",
@@ -14361,7 +14415,17 @@ export const state = {
14361
14415
  },
14362
14416
  "public": {
14363
14417
  "type": "boolean",
14364
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
14418
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
14419
+ "deprecated": true
14420
+ },
14421
+ "visibility": {
14422
+ "type": "string",
14423
+ "enum": [
14424
+ "public",
14425
+ "private",
14426
+ "unlisted"
14427
+ ],
14428
+ "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."
14365
14429
  },
14366
14430
  "dependencies": {
14367
14431
  "type": "object",
@@ -14564,7 +14628,17 @@ export const state = {
14564
14628
  },
14565
14629
  "public": {
14566
14630
  "type": "boolean",
14567
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
14631
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
14632
+ "deprecated": true
14633
+ },
14634
+ "visibility": {
14635
+ "type": "string",
14636
+ "enum": [
14637
+ "public",
14638
+ "private",
14639
+ "unlisted"
14640
+ ],
14641
+ "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."
14568
14642
  }
14569
14643
  },
14570
14644
  "required": [
@@ -14577,7 +14651,8 @@ export const state = {
14577
14651
  "description",
14578
14652
  "iconUrl",
14579
14653
  "readmeUrl",
14580
- "public"
14654
+ "public",
14655
+ "visibility"
14581
14656
  ]
14582
14657
  }
14583
14658
  },
@@ -15260,7 +15335,7 @@ export const state = {
15260
15335
  "title": "Botpress Admin API",
15261
15336
  "description": "API for Botpress Cloud Manager",
15262
15337
  "server": "https://api.botpress.cloud",
15263
- "version": "1.52.1",
15338
+ "version": "1.53.0",
15264
15339
  "prefix": "v1"
15265
15340
  },
15266
15341
  "defaultParameters": {
@@ -15852,7 +15927,17 @@ export const state = {
15852
15927
  },
15853
15928
  "public": {
15854
15929
  "type": "boolean",
15855
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
15930
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
15931
+ "deprecated": true
15932
+ },
15933
+ "visibility": {
15934
+ "type": "string",
15935
+ "enum": [
15936
+ "public",
15937
+ "private",
15938
+ "unlisted"
15939
+ ],
15940
+ "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."
15856
15941
  }
15857
15942
  },
15858
15943
  "required": [
@@ -15867,7 +15952,8 @@ export const state = {
15867
15952
  "description",
15868
15953
  "iconUrl",
15869
15954
  "readmeUrl",
15870
- "public"
15955
+ "public",
15956
+ "visibility"
15871
15957
  ],
15872
15958
  "additionalProperties": false
15873
15959
  },
@@ -17566,7 +17652,17 @@ export const state = {
17566
17652
  },
17567
17653
  "public": {
17568
17654
  "type": "boolean",
17569
- "description": "Indicates if the plugin is public. Public plugins are available to all and cannot be updated without creating a new version."
17655
+ "description": "[DEPRECATED] Indicates if the plugin is public. Please use the \"visibility\" parameter instead.",
17656
+ "deprecated": true
17657
+ },
17658
+ "visibility": {
17659
+ "type": "string",
17660
+ "enum": [
17661
+ "public",
17662
+ "private",
17663
+ "unlisted"
17664
+ ],
17665
+ "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."
17570
17666
  }
17571
17667
  },
17572
17668
  "required": [
@@ -17586,7 +17682,8 @@ export const state = {
17586
17682
  "description",
17587
17683
  "iconUrl",
17588
17684
  "readmeUrl",
17589
- "public"
17685
+ "public",
17686
+ "visibility"
17590
17687
  ],
17591
17688
  "additionalProperties": false
17592
17689
  }