@botpress/api 0.70.0 → 0.71.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 +27 -2
- package/dist/src/gen/state.d.ts +24 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +27 -2
package/src/gen/state.ts
CHANGED
|
@@ -5294,6 +5294,17 @@ export const state = {
|
|
|
5294
5294
|
"type": "boolean",
|
|
5295
5295
|
"required": false
|
|
5296
5296
|
},
|
|
5297
|
+
"tags": {
|
|
5298
|
+
"in": "query",
|
|
5299
|
+
"type": "object",
|
|
5300
|
+
"schema": {
|
|
5301
|
+
"type": "object",
|
|
5302
|
+
"additionalProperties": {
|
|
5303
|
+
"type": "string"
|
|
5304
|
+
}
|
|
5305
|
+
},
|
|
5306
|
+
"description": "Filter by tags"
|
|
5307
|
+
},
|
|
5297
5308
|
"nextToken": {
|
|
5298
5309
|
"in": "query",
|
|
5299
5310
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
@@ -5351,13 +5362,21 @@ export const state = {
|
|
|
5351
5362
|
"deployedAt": {
|
|
5352
5363
|
"type": "string",
|
|
5353
5364
|
"format": "date-time"
|
|
5365
|
+
},
|
|
5366
|
+
"tags": {
|
|
5367
|
+
"type": "object",
|
|
5368
|
+
"additionalProperties": {
|
|
5369
|
+
"type": "string"
|
|
5370
|
+
},
|
|
5371
|
+
"description": "Tags of [Bot](#schema_bot)"
|
|
5354
5372
|
}
|
|
5355
5373
|
},
|
|
5356
5374
|
"required": [
|
|
5357
5375
|
"id",
|
|
5358
5376
|
"createdAt",
|
|
5359
5377
|
"updatedAt",
|
|
5360
|
-
"name"
|
|
5378
|
+
"name",
|
|
5379
|
+
"tags"
|
|
5361
5380
|
]
|
|
5362
5381
|
}
|
|
5363
5382
|
},
|
|
@@ -7411,6 +7430,12 @@ export const state = {
|
|
|
7411
7430
|
"in": "query",
|
|
7412
7431
|
"description": "Provide the `meta.nextToken` value provided in the last API response to retrieve the next page of results",
|
|
7413
7432
|
"type": "string"
|
|
7433
|
+
},
|
|
7434
|
+
"handle": {
|
|
7435
|
+
"in": "query",
|
|
7436
|
+
"description": "Workspace handle",
|
|
7437
|
+
"type": "string",
|
|
7438
|
+
"required": false
|
|
7414
7439
|
}
|
|
7415
7440
|
},
|
|
7416
7441
|
"response": {
|
|
@@ -15257,7 +15282,7 @@ export const state = {
|
|
|
15257
15282
|
"title": "Botpress API",
|
|
15258
15283
|
"description": "API for Botpress Cloud",
|
|
15259
15284
|
"server": "https://api.botpress.cloud",
|
|
15260
|
-
"version": "0.
|
|
15285
|
+
"version": "0.71.0",
|
|
15261
15286
|
"prefix": "v1"
|
|
15262
15287
|
},
|
|
15263
15288
|
"errors": [
|