@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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +319 -53
- package/dist/src/gen/admin/state.d.ts +65 -9
- package/dist/src/gen/files/state.d.ts +12 -0
- package/dist/src/gen/runtime/state.d.ts +12 -0
- package/dist/src/gen/state.d.ts +65 -9
- package/dist/src/gen/tables/state.d.ts +12 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +122 -22
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +25 -3
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +25 -3
- package/src/gen/state.ts +122 -22
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +25 -3
package/src/gen/runtime/state.ts
CHANGED
|
@@ -2610,7 +2610,7 @@ export const state = {
|
|
|
2610
2610
|
"title": "Botpress API",
|
|
2611
2611
|
"description": "API for Botpress Cloud",
|
|
2612
2612
|
"server": "https://api.botpress.cloud",
|
|
2613
|
-
"version": "1.
|
|
2613
|
+
"version": "1.34.0",
|
|
2614
2614
|
"prefix": "v1"
|
|
2615
2615
|
},
|
|
2616
2616
|
"errors": [
|
|
@@ -2958,7 +2958,17 @@ export const state = {
|
|
|
2958
2958
|
},
|
|
2959
2959
|
"public": {
|
|
2960
2960
|
"type": "boolean",
|
|
2961
|
-
"description": "Indicates
|
|
2961
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
2962
|
+
"deprecated": true
|
|
2963
|
+
},
|
|
2964
|
+
"visibility": {
|
|
2965
|
+
"type": "string",
|
|
2966
|
+
"enum": [
|
|
2967
|
+
"public",
|
|
2968
|
+
"private",
|
|
2969
|
+
"unlisted"
|
|
2970
|
+
],
|
|
2971
|
+
"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."
|
|
2962
2972
|
},
|
|
2963
2973
|
"verificationStatus": {
|
|
2964
2974
|
"type": "string",
|
|
@@ -2989,6 +2999,7 @@ export const state = {
|
|
|
2989
2999
|
"description",
|
|
2990
3000
|
"iconUrl",
|
|
2991
3001
|
"public",
|
|
3002
|
+
"visibility",
|
|
2992
3003
|
"verificationStatus"
|
|
2993
3004
|
],
|
|
2994
3005
|
"additionalProperties": false
|
|
@@ -4125,7 +4136,17 @@ export const state = {
|
|
|
4125
4136
|
},
|
|
4126
4137
|
"public": {
|
|
4127
4138
|
"type": "boolean",
|
|
4128
|
-
"description": "Indicates
|
|
4139
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
4140
|
+
"deprecated": true
|
|
4141
|
+
},
|
|
4142
|
+
"visibility": {
|
|
4143
|
+
"type": "string",
|
|
4144
|
+
"enum": [
|
|
4145
|
+
"public",
|
|
4146
|
+
"private",
|
|
4147
|
+
"unlisted"
|
|
4148
|
+
],
|
|
4149
|
+
"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."
|
|
4129
4150
|
},
|
|
4130
4151
|
"verificationStatus": {
|
|
4131
4152
|
"type": "string",
|
|
@@ -4168,6 +4189,7 @@ export const state = {
|
|
|
4168
4189
|
"iconUrl",
|
|
4169
4190
|
"readmeUrl",
|
|
4170
4191
|
"public",
|
|
4192
|
+
"visibility",
|
|
4171
4193
|
"verificationStatus",
|
|
4172
4194
|
"secrets"
|
|
4173
4195
|
],
|
package/src/gen/state.ts
CHANGED
|
@@ -3158,7 +3158,17 @@ export const state = {
|
|
|
3158
3158
|
},
|
|
3159
3159
|
"public": {
|
|
3160
3160
|
"type": "boolean",
|
|
3161
|
-
"description": "Indicates
|
|
3161
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
3162
|
+
"deprecated": true
|
|
3163
|
+
},
|
|
3164
|
+
"visibility": {
|
|
3165
|
+
"type": "string",
|
|
3166
|
+
"enum": [
|
|
3167
|
+
"public",
|
|
3168
|
+
"private",
|
|
3169
|
+
"unlisted"
|
|
3170
|
+
],
|
|
3171
|
+
"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."
|
|
3162
3172
|
},
|
|
3163
3173
|
"verificationStatus": {
|
|
3164
3174
|
"type": "string",
|
|
@@ -3248,6 +3258,7 @@ export const state = {
|
|
|
3248
3258
|
"description",
|
|
3249
3259
|
"iconUrl",
|
|
3250
3260
|
"public",
|
|
3261
|
+
"visibility",
|
|
3251
3262
|
"verificationStatus",
|
|
3252
3263
|
"ownerWorkspace",
|
|
3253
3264
|
"meta"
|
|
@@ -3918,7 +3929,17 @@ export const state = {
|
|
|
3918
3929
|
},
|
|
3919
3930
|
"public": {
|
|
3920
3931
|
"type": "boolean",
|
|
3921
|
-
"description": "Indicates
|
|
3932
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
3933
|
+
"deprecated": true
|
|
3934
|
+
},
|
|
3935
|
+
"visibility": {
|
|
3936
|
+
"type": "string",
|
|
3937
|
+
"enum": [
|
|
3938
|
+
"public",
|
|
3939
|
+
"private",
|
|
3940
|
+
"unlisted"
|
|
3941
|
+
],
|
|
3942
|
+
"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."
|
|
3922
3943
|
},
|
|
3923
3944
|
"verificationStatus": {
|
|
3924
3945
|
"type": "string",
|
|
@@ -3998,6 +4019,7 @@ export const state = {
|
|
|
3998
4019
|
"iconUrl",
|
|
3999
4020
|
"readmeUrl",
|
|
4000
4021
|
"public",
|
|
4022
|
+
"visibility",
|
|
4001
4023
|
"verificationStatus",
|
|
4002
4024
|
"secrets",
|
|
4003
4025
|
"ownerWorkspace",
|
|
@@ -4663,7 +4685,17 @@ export const state = {
|
|
|
4663
4685
|
},
|
|
4664
4686
|
"public": {
|
|
4665
4687
|
"type": "boolean",
|
|
4666
|
-
"description": "Indicates
|
|
4688
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
4689
|
+
"deprecated": true
|
|
4690
|
+
},
|
|
4691
|
+
"visibility": {
|
|
4692
|
+
"type": "string",
|
|
4693
|
+
"enum": [
|
|
4694
|
+
"public",
|
|
4695
|
+
"private",
|
|
4696
|
+
"unlisted"
|
|
4697
|
+
],
|
|
4698
|
+
"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."
|
|
4667
4699
|
},
|
|
4668
4700
|
"verificationStatus": {
|
|
4669
4701
|
"type": "string",
|
|
@@ -4743,6 +4775,7 @@ export const state = {
|
|
|
4743
4775
|
"iconUrl",
|
|
4744
4776
|
"readmeUrl",
|
|
4745
4777
|
"public",
|
|
4778
|
+
"visibility",
|
|
4746
4779
|
"verificationStatus",
|
|
4747
4780
|
"secrets",
|
|
4748
4781
|
"ownerWorkspace",
|
|
@@ -9252,20 +9285,14 @@ export const state = {
|
|
|
9252
9285
|
],
|
|
9253
9286
|
"description": "Allowlist setting of the bot"
|
|
9254
9287
|
},
|
|
9255
|
-
"
|
|
9256
|
-
"type": "
|
|
9257
|
-
"
|
|
9258
|
-
"type": "
|
|
9259
|
-
"
|
|
9260
|
-
"type": "boolean",
|
|
9261
|
-
"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"
|
|
9262
|
-
}
|
|
9288
|
+
"users": {
|
|
9289
|
+
"type": "object",
|
|
9290
|
+
"additionalProperties": {
|
|
9291
|
+
"type": "boolean",
|
|
9292
|
+
"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"
|
|
9263
9293
|
}
|
|
9264
9294
|
}
|
|
9265
9295
|
},
|
|
9266
|
-
"required": [
|
|
9267
|
-
"modifiedUsers"
|
|
9268
|
-
],
|
|
9269
9296
|
"title": "updateBotAllowlistBody",
|
|
9270
9297
|
"additionalProperties": false
|
|
9271
9298
|
}
|
|
@@ -11931,7 +11958,17 @@ export const state = {
|
|
|
11931
11958
|
},
|
|
11932
11959
|
"public": {
|
|
11933
11960
|
"type": "boolean",
|
|
11934
|
-
"description": "Indicates
|
|
11961
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
11962
|
+
"deprecated": true
|
|
11963
|
+
},
|
|
11964
|
+
"visibility": {
|
|
11965
|
+
"type": "string",
|
|
11966
|
+
"enum": [
|
|
11967
|
+
"public",
|
|
11968
|
+
"private",
|
|
11969
|
+
"unlisted"
|
|
11970
|
+
],
|
|
11971
|
+
"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."
|
|
11935
11972
|
},
|
|
11936
11973
|
"layers": {
|
|
11937
11974
|
"type": "array",
|
|
@@ -12537,7 +12574,17 @@ export const state = {
|
|
|
12537
12574
|
},
|
|
12538
12575
|
"public": {
|
|
12539
12576
|
"type": "boolean",
|
|
12540
|
-
"description": "Indicates
|
|
12577
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
12578
|
+
"deprecated": true
|
|
12579
|
+
},
|
|
12580
|
+
"visibility": {
|
|
12581
|
+
"type": "string",
|
|
12582
|
+
"enum": [
|
|
12583
|
+
"public",
|
|
12584
|
+
"private",
|
|
12585
|
+
"unlisted"
|
|
12586
|
+
],
|
|
12587
|
+
"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."
|
|
12541
12588
|
},
|
|
12542
12589
|
"layers": {
|
|
12543
12590
|
"type": "array",
|
|
@@ -13146,7 +13193,17 @@ export const state = {
|
|
|
13146
13193
|
},
|
|
13147
13194
|
"public": {
|
|
13148
13195
|
"type": "boolean",
|
|
13149
|
-
"description": "Indicates
|
|
13196
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
13197
|
+
"deprecated": true
|
|
13198
|
+
},
|
|
13199
|
+
"visibility": {
|
|
13200
|
+
"type": "string",
|
|
13201
|
+
"enum": [
|
|
13202
|
+
"public",
|
|
13203
|
+
"private",
|
|
13204
|
+
"unlisted"
|
|
13205
|
+
],
|
|
13206
|
+
"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."
|
|
13150
13207
|
},
|
|
13151
13208
|
"layers": {
|
|
13152
13209
|
"type": "array",
|
|
@@ -13758,7 +13815,17 @@ export const state = {
|
|
|
13758
13815
|
},
|
|
13759
13816
|
"public": {
|
|
13760
13817
|
"type": "boolean",
|
|
13761
|
-
"description": "Indicates
|
|
13818
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
13819
|
+
"deprecated": true
|
|
13820
|
+
},
|
|
13821
|
+
"visibility": {
|
|
13822
|
+
"type": "string",
|
|
13823
|
+
"enum": [
|
|
13824
|
+
"public",
|
|
13825
|
+
"private",
|
|
13826
|
+
"unlisted"
|
|
13827
|
+
],
|
|
13828
|
+
"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."
|
|
13762
13829
|
},
|
|
13763
13830
|
"layers": {
|
|
13764
13831
|
"type": "array",
|
|
@@ -13930,7 +13997,17 @@ export const state = {
|
|
|
13930
13997
|
},
|
|
13931
13998
|
"public": {
|
|
13932
13999
|
"type": "boolean",
|
|
13933
|
-
"description": "Indicates
|
|
14000
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
14001
|
+
"deprecated": true
|
|
14002
|
+
},
|
|
14003
|
+
"visibility": {
|
|
14004
|
+
"type": "string",
|
|
14005
|
+
"enum": [
|
|
14006
|
+
"public",
|
|
14007
|
+
"private",
|
|
14008
|
+
"unlisted"
|
|
14009
|
+
],
|
|
14010
|
+
"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."
|
|
13934
14011
|
},
|
|
13935
14012
|
"verificationStatus": {
|
|
13936
14013
|
"type": "string",
|
|
@@ -14005,6 +14082,7 @@ export const state = {
|
|
|
14005
14082
|
"description",
|
|
14006
14083
|
"iconUrl",
|
|
14007
14084
|
"public",
|
|
14085
|
+
"visibility",
|
|
14008
14086
|
"verificationStatus"
|
|
14009
14087
|
]
|
|
14010
14088
|
}
|
|
@@ -19470,7 +19548,7 @@ export const state = {
|
|
|
19470
19548
|
"title": "Botpress API",
|
|
19471
19549
|
"description": "API for Botpress Cloud",
|
|
19472
19550
|
"server": "https://api.botpress.cloud",
|
|
19473
|
-
"version": "1.
|
|
19551
|
+
"version": "1.34.0",
|
|
19474
19552
|
"prefix": "v1"
|
|
19475
19553
|
},
|
|
19476
19554
|
"errors": [
|
|
@@ -20008,7 +20086,17 @@ export const state = {
|
|
|
20008
20086
|
},
|
|
20009
20087
|
"public": {
|
|
20010
20088
|
"type": "boolean",
|
|
20011
|
-
"description": "Indicates
|
|
20089
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
20090
|
+
"deprecated": true
|
|
20091
|
+
},
|
|
20092
|
+
"visibility": {
|
|
20093
|
+
"type": "string",
|
|
20094
|
+
"enum": [
|
|
20095
|
+
"public",
|
|
20096
|
+
"private",
|
|
20097
|
+
"unlisted"
|
|
20098
|
+
],
|
|
20099
|
+
"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."
|
|
20012
20100
|
},
|
|
20013
20101
|
"verificationStatus": {
|
|
20014
20102
|
"type": "string",
|
|
@@ -20039,6 +20127,7 @@ export const state = {
|
|
|
20039
20127
|
"description",
|
|
20040
20128
|
"iconUrl",
|
|
20041
20129
|
"public",
|
|
20130
|
+
"visibility",
|
|
20042
20131
|
"verificationStatus"
|
|
20043
20132
|
],
|
|
20044
20133
|
"additionalProperties": false
|
|
@@ -21175,7 +21264,17 @@ export const state = {
|
|
|
21175
21264
|
},
|
|
21176
21265
|
"public": {
|
|
21177
21266
|
"type": "boolean",
|
|
21178
|
-
"description": "Indicates
|
|
21267
|
+
"description": "[DEPRECATED] Indicates whether the integration is public. Please use the \"visibility\" parameter instead.",
|
|
21268
|
+
"deprecated": true
|
|
21269
|
+
},
|
|
21270
|
+
"visibility": {
|
|
21271
|
+
"type": "string",
|
|
21272
|
+
"enum": [
|
|
21273
|
+
"public",
|
|
21274
|
+
"private",
|
|
21275
|
+
"unlisted"
|
|
21276
|
+
],
|
|
21277
|
+
"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."
|
|
21179
21278
|
},
|
|
21180
21279
|
"verificationStatus": {
|
|
21181
21280
|
"type": "string",
|
|
@@ -21218,6 +21317,7 @@ export const state = {
|
|
|
21218
21317
|
"iconUrl",
|
|
21219
21318
|
"readmeUrl",
|
|
21220
21319
|
"public",
|
|
21320
|
+
"visibility",
|
|
21221
21321
|
"verificationStatus",
|
|
21222
21322
|
"secrets"
|
|
21223
21323
|
],
|