@botpress/api 1.33.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 +309 -31
- package/dist/src/gen/admin/state.d.ts +60 -0
- 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 +60 -0
- 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 +117 -11
- 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 +117 -11
- 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",
|
|
@@ -11925,7 +11958,17 @@ export const state = {
|
|
|
11925
11958
|
},
|
|
11926
11959
|
"public": {
|
|
11927
11960
|
"type": "boolean",
|
|
11928
|
-
"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."
|
|
11929
11972
|
},
|
|
11930
11973
|
"layers": {
|
|
11931
11974
|
"type": "array",
|
|
@@ -12531,7 +12574,17 @@ export const state = {
|
|
|
12531
12574
|
},
|
|
12532
12575
|
"public": {
|
|
12533
12576
|
"type": "boolean",
|
|
12534
|
-
"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."
|
|
12535
12588
|
},
|
|
12536
12589
|
"layers": {
|
|
12537
12590
|
"type": "array",
|
|
@@ -13140,7 +13193,17 @@ export const state = {
|
|
|
13140
13193
|
},
|
|
13141
13194
|
"public": {
|
|
13142
13195
|
"type": "boolean",
|
|
13143
|
-
"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."
|
|
13144
13207
|
},
|
|
13145
13208
|
"layers": {
|
|
13146
13209
|
"type": "array",
|
|
@@ -13752,7 +13815,17 @@ export const state = {
|
|
|
13752
13815
|
},
|
|
13753
13816
|
"public": {
|
|
13754
13817
|
"type": "boolean",
|
|
13755
|
-
"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."
|
|
13756
13829
|
},
|
|
13757
13830
|
"layers": {
|
|
13758
13831
|
"type": "array",
|
|
@@ -13924,7 +13997,17 @@ export const state = {
|
|
|
13924
13997
|
},
|
|
13925
13998
|
"public": {
|
|
13926
13999
|
"type": "boolean",
|
|
13927
|
-
"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."
|
|
13928
14011
|
},
|
|
13929
14012
|
"verificationStatus": {
|
|
13930
14013
|
"type": "string",
|
|
@@ -13999,6 +14082,7 @@ export const state = {
|
|
|
13999
14082
|
"description",
|
|
14000
14083
|
"iconUrl",
|
|
14001
14084
|
"public",
|
|
14085
|
+
"visibility",
|
|
14002
14086
|
"verificationStatus"
|
|
14003
14087
|
]
|
|
14004
14088
|
}
|
|
@@ -19464,7 +19548,7 @@ export const state = {
|
|
|
19464
19548
|
"title": "Botpress API",
|
|
19465
19549
|
"description": "API for Botpress Cloud",
|
|
19466
19550
|
"server": "https://api.botpress.cloud",
|
|
19467
|
-
"version": "1.
|
|
19551
|
+
"version": "1.34.0",
|
|
19468
19552
|
"prefix": "v1"
|
|
19469
19553
|
},
|
|
19470
19554
|
"errors": [
|
|
@@ -20002,7 +20086,17 @@ export const state = {
|
|
|
20002
20086
|
},
|
|
20003
20087
|
"public": {
|
|
20004
20088
|
"type": "boolean",
|
|
20005
|
-
"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."
|
|
20006
20100
|
},
|
|
20007
20101
|
"verificationStatus": {
|
|
20008
20102
|
"type": "string",
|
|
@@ -20033,6 +20127,7 @@ export const state = {
|
|
|
20033
20127
|
"description",
|
|
20034
20128
|
"iconUrl",
|
|
20035
20129
|
"public",
|
|
20130
|
+
"visibility",
|
|
20036
20131
|
"verificationStatus"
|
|
20037
20132
|
],
|
|
20038
20133
|
"additionalProperties": false
|
|
@@ -21169,7 +21264,17 @@ export const state = {
|
|
|
21169
21264
|
},
|
|
21170
21265
|
"public": {
|
|
21171
21266
|
"type": "boolean",
|
|
21172
|
-
"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."
|
|
21173
21278
|
},
|
|
21174
21279
|
"verificationStatus": {
|
|
21175
21280
|
"type": "string",
|
|
@@ -21212,6 +21317,7 @@ export const state = {
|
|
|
21212
21317
|
"iconUrl",
|
|
21213
21318
|
"readmeUrl",
|
|
21214
21319
|
"public",
|
|
21320
|
+
"visibility",
|
|
21215
21321
|
"verificationStatus",
|
|
21216
21322
|
"secrets"
|
|
21217
21323
|
],
|