@botpress/api 0.70.0 → 0.70.1
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 +21 -2
- package/dist/src/gen/state.d.ts +18 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +21 -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
|
},
|
|
@@ -15257,7 +15276,7 @@ export const state = {
|
|
|
15257
15276
|
"title": "Botpress API",
|
|
15258
15277
|
"description": "API for Botpress Cloud",
|
|
15259
15278
|
"server": "https://api.botpress.cloud",
|
|
15260
|
-
"version": "0.70.
|
|
15279
|
+
"version": "0.70.1",
|
|
15261
15280
|
"prefix": "v1"
|
|
15262
15281
|
},
|
|
15263
15282
|
"errors": [
|