@botpress/api 0.37.2 → 0.38.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 +69 -3
- package/dist/src/gen/state.d.ts +30 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +69 -3
package/dist/index.js
CHANGED
|
@@ -285055,6 +285055,16 @@ var state = {
|
|
|
285055
285055
|
"type": "boolean",
|
|
285056
285056
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
285057
285057
|
},
|
|
285058
|
+
"verificationStatus": {
|
|
285059
|
+
"type": "string",
|
|
285060
|
+
"enum": [
|
|
285061
|
+
"unapproved",
|
|
285062
|
+
"pending",
|
|
285063
|
+
"approved",
|
|
285064
|
+
"rejected"
|
|
285065
|
+
],
|
|
285066
|
+
"description": "Status of the integration version verification"
|
|
285067
|
+
},
|
|
285058
285068
|
"ownerWorkspace": {
|
|
285059
285069
|
"type": "object",
|
|
285060
285070
|
"properties": {
|
|
@@ -285086,6 +285096,7 @@ var state = {
|
|
|
285086
285096
|
"description",
|
|
285087
285097
|
"iconUrl",
|
|
285088
285098
|
"public",
|
|
285099
|
+
"verificationStatus",
|
|
285089
285100
|
"ownerWorkspace"
|
|
285090
285101
|
]
|
|
285091
285102
|
}
|
|
@@ -285619,6 +285630,16 @@ var state = {
|
|
|
285619
285630
|
"type": "boolean",
|
|
285620
285631
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
285621
285632
|
},
|
|
285633
|
+
"verificationStatus": {
|
|
285634
|
+
"type": "string",
|
|
285635
|
+
"enum": [
|
|
285636
|
+
"unapproved",
|
|
285637
|
+
"pending",
|
|
285638
|
+
"approved",
|
|
285639
|
+
"rejected"
|
|
285640
|
+
],
|
|
285641
|
+
"description": "Status of the integration version verification"
|
|
285642
|
+
},
|
|
285622
285643
|
"secrets": {
|
|
285623
285644
|
"type": "array",
|
|
285624
285645
|
"items": {
|
|
@@ -285670,6 +285691,7 @@ var state = {
|
|
|
285670
285691
|
"iconUrl",
|
|
285671
285692
|
"readmeUrl",
|
|
285672
285693
|
"public",
|
|
285694
|
+
"verificationStatus",
|
|
285673
285695
|
"secrets",
|
|
285674
285696
|
"ownerWorkspace"
|
|
285675
285697
|
],
|
|
@@ -286198,6 +286220,16 @@ var state = {
|
|
|
286198
286220
|
"type": "boolean",
|
|
286199
286221
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
286200
286222
|
},
|
|
286223
|
+
"verificationStatus": {
|
|
286224
|
+
"type": "string",
|
|
286225
|
+
"enum": [
|
|
286226
|
+
"unapproved",
|
|
286227
|
+
"pending",
|
|
286228
|
+
"approved",
|
|
286229
|
+
"rejected"
|
|
286230
|
+
],
|
|
286231
|
+
"description": "Status of the integration version verification"
|
|
286232
|
+
},
|
|
286201
286233
|
"secrets": {
|
|
286202
286234
|
"type": "array",
|
|
286203
286235
|
"items": {
|
|
@@ -286249,6 +286281,7 @@ var state = {
|
|
|
286249
286281
|
"iconUrl",
|
|
286250
286282
|
"readmeUrl",
|
|
286251
286283
|
"public",
|
|
286284
|
+
"verificationStatus",
|
|
286252
286285
|
"secrets",
|
|
286253
286286
|
"ownerWorkspace"
|
|
286254
286287
|
],
|
|
@@ -290965,6 +290998,16 @@ var state = {
|
|
|
290965
290998
|
"public": {
|
|
290966
290999
|
"type": "boolean",
|
|
290967
291000
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
291001
|
+
},
|
|
291002
|
+
"verificationStatus": {
|
|
291003
|
+
"type": "string",
|
|
291004
|
+
"enum": [
|
|
291005
|
+
"unapproved",
|
|
291006
|
+
"pending",
|
|
291007
|
+
"approved",
|
|
291008
|
+
"rejected"
|
|
291009
|
+
],
|
|
291010
|
+
"description": "Status of the integration version verification"
|
|
290968
291011
|
}
|
|
290969
291012
|
},
|
|
290970
291013
|
"required": [
|
|
@@ -290976,7 +291019,8 @@ var state = {
|
|
|
290976
291019
|
"title",
|
|
290977
291020
|
"description",
|
|
290978
291021
|
"iconUrl",
|
|
290979
|
-
"public"
|
|
291022
|
+
"public",
|
|
291023
|
+
"verificationStatus"
|
|
290980
291024
|
]
|
|
290981
291025
|
}
|
|
290982
291026
|
},
|
|
@@ -293677,7 +293721,7 @@ var state = {
|
|
|
293677
293721
|
"title": "Botpress API",
|
|
293678
293722
|
"description": "API for Botpress Cloud",
|
|
293679
293723
|
"server": "https://api.botpress.cloud",
|
|
293680
|
-
"version": "0.
|
|
293724
|
+
"version": "0.38.0",
|
|
293681
293725
|
"prefix": "v1"
|
|
293682
293726
|
},
|
|
293683
293727
|
"errors": [
|
|
@@ -294128,6 +294172,16 @@ var state = {
|
|
|
294128
294172
|
"public": {
|
|
294129
294173
|
"type": "boolean",
|
|
294130
294174
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
294175
|
+
},
|
|
294176
|
+
"verificationStatus": {
|
|
294177
|
+
"type": "string",
|
|
294178
|
+
"enum": [
|
|
294179
|
+
"unapproved",
|
|
294180
|
+
"pending",
|
|
294181
|
+
"approved",
|
|
294182
|
+
"rejected"
|
|
294183
|
+
],
|
|
294184
|
+
"description": "Status of the integration version verification"
|
|
294131
294185
|
}
|
|
294132
294186
|
},
|
|
294133
294187
|
"required": [
|
|
@@ -294145,7 +294199,8 @@ var state = {
|
|
|
294145
294199
|
"title",
|
|
294146
294200
|
"description",
|
|
294147
294201
|
"iconUrl",
|
|
294148
|
-
"public"
|
|
294202
|
+
"public",
|
|
294203
|
+
"verificationStatus"
|
|
294149
294204
|
],
|
|
294150
294205
|
"additionalProperties": false
|
|
294151
294206
|
},
|
|
@@ -295007,6 +295062,16 @@ var state = {
|
|
|
295007
295062
|
"type": "boolean",
|
|
295008
295063
|
"description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
|
|
295009
295064
|
},
|
|
295065
|
+
"verificationStatus": {
|
|
295066
|
+
"type": "string",
|
|
295067
|
+
"enum": [
|
|
295068
|
+
"unapproved",
|
|
295069
|
+
"pending",
|
|
295070
|
+
"approved",
|
|
295071
|
+
"rejected"
|
|
295072
|
+
],
|
|
295073
|
+
"description": "Status of the integration version verification"
|
|
295074
|
+
},
|
|
295010
295075
|
"secrets": {
|
|
295011
295076
|
"type": "array",
|
|
295012
295077
|
"items": {
|
|
@@ -295037,6 +295102,7 @@ var state = {
|
|
|
295037
295102
|
"iconUrl",
|
|
295038
295103
|
"readmeUrl",
|
|
295039
295104
|
"public",
|
|
295105
|
+
"verificationStatus",
|
|
295040
295106
|
"secrets"
|
|
295041
295107
|
],
|
|
295042
295108
|
"additionalProperties": false
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2269,6 +2269,11 @@ export declare const state: {
|
|
|
2269
2269
|
type: "boolean";
|
|
2270
2270
|
description: string;
|
|
2271
2271
|
};
|
|
2272
|
+
verificationStatus: {
|
|
2273
|
+
type: "string";
|
|
2274
|
+
enum: string[];
|
|
2275
|
+
description: string;
|
|
2276
|
+
};
|
|
2272
2277
|
ownerWorkspace: {
|
|
2273
2278
|
type: "object";
|
|
2274
2279
|
properties: {
|
|
@@ -2762,6 +2767,11 @@ export declare const state: {
|
|
|
2762
2767
|
type: "boolean";
|
|
2763
2768
|
description: string;
|
|
2764
2769
|
};
|
|
2770
|
+
verificationStatus: {
|
|
2771
|
+
type: "string";
|
|
2772
|
+
enum: string[];
|
|
2773
|
+
description: string;
|
|
2774
|
+
};
|
|
2765
2775
|
secrets: {
|
|
2766
2776
|
type: "array";
|
|
2767
2777
|
items: {
|
|
@@ -3258,6 +3268,11 @@ export declare const state: {
|
|
|
3258
3268
|
type: "boolean";
|
|
3259
3269
|
description: string;
|
|
3260
3270
|
};
|
|
3271
|
+
verificationStatus: {
|
|
3272
|
+
type: "string";
|
|
3273
|
+
enum: string[];
|
|
3274
|
+
description: string;
|
|
3275
|
+
};
|
|
3261
3276
|
secrets: {
|
|
3262
3277
|
type: "array";
|
|
3263
3278
|
items: {
|
|
@@ -7378,6 +7393,11 @@ export declare const state: {
|
|
|
7378
7393
|
type: "boolean";
|
|
7379
7394
|
description: string;
|
|
7380
7395
|
};
|
|
7396
|
+
verificationStatus: {
|
|
7397
|
+
type: "string";
|
|
7398
|
+
enum: string[];
|
|
7399
|
+
description: string;
|
|
7400
|
+
};
|
|
7381
7401
|
};
|
|
7382
7402
|
required: string[];
|
|
7383
7403
|
};
|
|
@@ -10135,6 +10155,11 @@ export declare const state: {
|
|
|
10135
10155
|
type: "boolean";
|
|
10136
10156
|
description: string;
|
|
10137
10157
|
};
|
|
10158
|
+
verificationStatus: {
|
|
10159
|
+
type: "string";
|
|
10160
|
+
enum: string[];
|
|
10161
|
+
description: string;
|
|
10162
|
+
};
|
|
10138
10163
|
};
|
|
10139
10164
|
required: string[];
|
|
10140
10165
|
additionalProperties: false;
|
|
@@ -10882,6 +10907,11 @@ export declare const state: {
|
|
|
10882
10907
|
type: "boolean";
|
|
10883
10908
|
description: string;
|
|
10884
10909
|
};
|
|
10910
|
+
verificationStatus: {
|
|
10911
|
+
type: "string";
|
|
10912
|
+
enum: string[];
|
|
10913
|
+
description: string;
|
|
10914
|
+
};
|
|
10885
10915
|
secrets: {
|
|
10886
10916
|
type: "array";
|
|
10887
10917
|
items: {
|