@botpress/api 0.42.1 → 0.42.2
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 +59 -1
- package/dist/src/gen/state.d.ts +49 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +59 -1
package/src/gen/state.ts
CHANGED
|
@@ -9113,6 +9113,25 @@ export const state = {
|
|
|
9113
9113
|
"description": "Entity definition",
|
|
9114
9114
|
"additionalProperties": false
|
|
9115
9115
|
}
|
|
9116
|
+
},
|
|
9117
|
+
"nameTemplate": {
|
|
9118
|
+
"type": "object",
|
|
9119
|
+
"properties": {
|
|
9120
|
+
"script": {
|
|
9121
|
+
"type": "string",
|
|
9122
|
+
"maxLength": 2000
|
|
9123
|
+
},
|
|
9124
|
+
"language": {
|
|
9125
|
+
"type": "string",
|
|
9126
|
+
"maxLength": 200
|
|
9127
|
+
}
|
|
9128
|
+
},
|
|
9129
|
+
"required": [
|
|
9130
|
+
"script",
|
|
9131
|
+
"language"
|
|
9132
|
+
],
|
|
9133
|
+
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
9134
|
+
"additionalProperties": false
|
|
9116
9135
|
}
|
|
9117
9136
|
},
|
|
9118
9137
|
"required": [
|
|
@@ -9338,6 +9357,26 @@ export const state = {
|
|
|
9338
9357
|
"nullable": true,
|
|
9339
9358
|
"additionalProperties": false
|
|
9340
9359
|
}
|
|
9360
|
+
},
|
|
9361
|
+
"nameTemplate": {
|
|
9362
|
+
"type": "object",
|
|
9363
|
+
"properties": {
|
|
9364
|
+
"script": {
|
|
9365
|
+
"type": "string",
|
|
9366
|
+
"maxLength": 2000
|
|
9367
|
+
},
|
|
9368
|
+
"language": {
|
|
9369
|
+
"type": "string",
|
|
9370
|
+
"maxLength": 200
|
|
9371
|
+
}
|
|
9372
|
+
},
|
|
9373
|
+
"required": [
|
|
9374
|
+
"script",
|
|
9375
|
+
"language"
|
|
9376
|
+
],
|
|
9377
|
+
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
9378
|
+
"nullable": true,
|
|
9379
|
+
"additionalProperties": false
|
|
9341
9380
|
}
|
|
9342
9381
|
},
|
|
9343
9382
|
"title": "updateInterfaceBody",
|
|
@@ -11560,7 +11599,7 @@ export const state = {
|
|
|
11560
11599
|
"title": "Botpress API",
|
|
11561
11600
|
"description": "API for Botpress Cloud",
|
|
11562
11601
|
"server": "https://api.botpress.cloud",
|
|
11563
|
-
"version": "0.42.
|
|
11602
|
+
"version": "0.42.2",
|
|
11564
11603
|
"prefix": "v1"
|
|
11565
11604
|
},
|
|
11566
11605
|
"errors": [
|
|
@@ -13171,6 +13210,25 @@ export const state = {
|
|
|
13171
13210
|
"description": "Entity definition",
|
|
13172
13211
|
"additionalProperties": false
|
|
13173
13212
|
}
|
|
13213
|
+
},
|
|
13214
|
+
"nameTemplate": {
|
|
13215
|
+
"type": "object",
|
|
13216
|
+
"properties": {
|
|
13217
|
+
"script": {
|
|
13218
|
+
"type": "string",
|
|
13219
|
+
"maxLength": 2000
|
|
13220
|
+
},
|
|
13221
|
+
"language": {
|
|
13222
|
+
"type": "string",
|
|
13223
|
+
"maxLength": 200
|
|
13224
|
+
}
|
|
13225
|
+
},
|
|
13226
|
+
"required": [
|
|
13227
|
+
"script",
|
|
13228
|
+
"language"
|
|
13229
|
+
],
|
|
13230
|
+
"description": "Template string optionaly used at build time by integrations implementing this interface to pick a name for actions and events.",
|
|
13231
|
+
"additionalProperties": false
|
|
13174
13232
|
}
|
|
13175
13233
|
},
|
|
13176
13234
|
"required": [
|