@botpress/api 0.19.3 → 0.19.4

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/src/gen/state.ts CHANGED
@@ -2348,6 +2348,10 @@ export const state = {
2348
2348
  "type": "string",
2349
2349
  "description": "URL of the icon of the integration. This is the icon that will be displayed in the UI"
2350
2350
  },
2351
+ "public": {
2352
+ "type": "boolean",
2353
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2354
+ },
2351
2355
  "ownerWorkspace": {
2352
2356
  "type": "object",
2353
2357
  "properties": {
@@ -2378,6 +2382,7 @@ export const state = {
2378
2382
  "title",
2379
2383
  "description",
2380
2384
  "iconUrl",
2385
+ "public",
2381
2386
  "ownerWorkspace"
2382
2387
  ]
2383
2388
  }
@@ -2835,6 +2840,10 @@ export const state = {
2835
2840
  "type": "string",
2836
2841
  "description": "URL of the readme of the integration. This is the readme that will be displayed in the UI"
2837
2842
  },
2843
+ "public": {
2844
+ "type": "boolean",
2845
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
2846
+ },
2838
2847
  "secrets": {
2839
2848
  "type": "array",
2840
2849
  "items": {
@@ -2883,6 +2892,7 @@ export const state = {
2883
2892
  "description",
2884
2893
  "iconUrl",
2885
2894
  "readmeUrl",
2895
+ "public",
2886
2896
  "secrets",
2887
2897
  "ownerWorkspace"
2888
2898
  ],
@@ -3335,6 +3345,10 @@ export const state = {
3335
3345
  "type": "string",
3336
3346
  "description": "URL of the readme of the integration. This is the readme that will be displayed in the UI"
3337
3347
  },
3348
+ "public": {
3349
+ "type": "boolean",
3350
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
3351
+ },
3338
3352
  "secrets": {
3339
3353
  "type": "array",
3340
3354
  "items": {
@@ -3383,6 +3397,7 @@ export const state = {
3383
3397
  "description",
3384
3398
  "iconUrl",
3385
3399
  "readmeUrl",
3400
+ "public",
3386
3401
  "secrets",
3387
3402
  "ownerWorkspace"
3388
3403
  ],
@@ -7077,6 +7092,10 @@ export const state = {
7077
7092
  "type": "string",
7078
7093
  "maxLength": 256,
7079
7094
  "description": "Description of the integration. This is the description that will be displayed in the UI"
7095
+ },
7096
+ "public": {
7097
+ "type": "boolean",
7098
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
7080
7099
  }
7081
7100
  },
7082
7101
  "required": [
@@ -7500,6 +7519,10 @@ export const state = {
7500
7519
  "url": {
7501
7520
  "type": "string",
7502
7521
  "description": "URL of the integration; Only available for dev integrations"
7522
+ },
7523
+ "public": {
7524
+ "type": "boolean",
7525
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
7503
7526
  }
7504
7527
  },
7505
7528
  "title": "updateIntegrationBody",
@@ -7602,6 +7625,10 @@ export const state = {
7602
7625
  "iconUrl": {
7603
7626
  "type": "string",
7604
7627
  "description": "URL of the icon of the integration. This is the icon that will be displayed in the UI"
7628
+ },
7629
+ "public": {
7630
+ "type": "boolean",
7631
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
7605
7632
  }
7606
7633
  },
7607
7634
  "required": [
@@ -7612,7 +7639,8 @@ export const state = {
7612
7639
  "updatedAt",
7613
7640
  "title",
7614
7641
  "description",
7615
- "iconUrl"
7642
+ "iconUrl",
7643
+ "public"
7616
7644
  ]
7617
7645
  }
7618
7646
  },
@@ -9287,7 +9315,7 @@ export const state = {
9287
9315
  "title": "Botpress API",
9288
9316
  "description": "API for Botpress Cloud",
9289
9317
  "server": "https://api.botpress.cloud",
9290
- "version": "0.19.3",
9318
+ "version": "0.19.4",
9291
9319
  "prefix": "v1"
9292
9320
  },
9293
9321
  "errors": [
@@ -9400,6 +9428,11 @@ export const state = {
9400
9428
  "status": 413,
9401
9429
  "type": "LimitExceeded",
9402
9430
  "description": "The request exceeds the allowed limit. Limits are a hard limit that cannot be increased."
9431
+ },
9432
+ {
9433
+ "status": 400,
9434
+ "type": "BreakingChanges",
9435
+ "description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
9403
9436
  }
9404
9437
  ],
9405
9438
  "refs": {
@@ -9701,6 +9734,10 @@ export const state = {
9701
9734
  "iconUrl": {
9702
9735
  "type": "string",
9703
9736
  "description": "URL of the icon of the integration. This is the icon that will be displayed in the UI"
9737
+ },
9738
+ "public": {
9739
+ "type": "boolean",
9740
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
9704
9741
  }
9705
9742
  },
9706
9743
  "required": [
@@ -9717,7 +9754,8 @@ export const state = {
9717
9754
  "updatedAt",
9718
9755
  "title",
9719
9756
  "description",
9720
- "iconUrl"
9757
+ "iconUrl",
9758
+ "public"
9721
9759
  ],
9722
9760
  "additionalProperties": false
9723
9761
  },
@@ -10507,6 +10545,10 @@ export const state = {
10507
10545
  "type": "string",
10508
10546
  "description": "URL of the readme of the integration. This is the readme that will be displayed in the UI"
10509
10547
  },
10548
+ "public": {
10549
+ "type": "boolean",
10550
+ "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
10551
+ },
10510
10552
  "secrets": {
10511
10553
  "type": "array",
10512
10554
  "items": {
@@ -10534,6 +10576,7 @@ export const state = {
10534
10576
  "description",
10535
10577
  "iconUrl",
10536
10578
  "readmeUrl",
10579
+ "public",
10537
10580
  "secrets"
10538
10581
  ],
10539
10582
  "additionalProperties": false