@botpress/api 0.40.2 → 0.40.3
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 +87 -69
- package/dist/src/gen/state.d.ts +72 -57
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +87 -69
package/src/gen/state.ts
CHANGED
|
@@ -2623,6 +2623,11 @@ export const state = {
|
|
|
2623
2623
|
"minLength": 28,
|
|
2624
2624
|
"maxLength": 36
|
|
2625
2625
|
},
|
|
2626
|
+
"name": {
|
|
2627
|
+
"type": "string",
|
|
2628
|
+
"maxLength": 200,
|
|
2629
|
+
"description": "Name of the interface"
|
|
2630
|
+
},
|
|
2626
2631
|
"entities": {
|
|
2627
2632
|
"type": "object",
|
|
2628
2633
|
"additionalProperties": {
|
|
@@ -2674,6 +2679,7 @@ export const state = {
|
|
|
2674
2679
|
},
|
|
2675
2680
|
"required": [
|
|
2676
2681
|
"id",
|
|
2682
|
+
"name",
|
|
2677
2683
|
"entities",
|
|
2678
2684
|
"actions",
|
|
2679
2685
|
"events"
|
|
@@ -3249,6 +3255,11 @@ export const state = {
|
|
|
3249
3255
|
"minLength": 28,
|
|
3250
3256
|
"maxLength": 36
|
|
3251
3257
|
},
|
|
3258
|
+
"name": {
|
|
3259
|
+
"type": "string",
|
|
3260
|
+
"maxLength": 200,
|
|
3261
|
+
"description": "Name of the interface"
|
|
3262
|
+
},
|
|
3252
3263
|
"entities": {
|
|
3253
3264
|
"type": "object",
|
|
3254
3265
|
"additionalProperties": {
|
|
@@ -3300,6 +3311,7 @@ export const state = {
|
|
|
3300
3311
|
},
|
|
3301
3312
|
"required": [
|
|
3302
3313
|
"id",
|
|
3314
|
+
"name",
|
|
3303
3315
|
"entities",
|
|
3304
3316
|
"actions",
|
|
3305
3317
|
"events"
|
|
@@ -7450,74 +7462,6 @@ export const state = {
|
|
|
7450
7462
|
"maxLength": 200,
|
|
7451
7463
|
"description": "Version of the [Integration](#schema_integration)"
|
|
7452
7464
|
},
|
|
7453
|
-
"interfaces": {
|
|
7454
|
-
"type": "object",
|
|
7455
|
-
"additionalProperties": {
|
|
7456
|
-
"type": "object",
|
|
7457
|
-
"properties": {
|
|
7458
|
-
"id": {
|
|
7459
|
-
"type": "string",
|
|
7460
|
-
"minLength": 28,
|
|
7461
|
-
"maxLength": 36
|
|
7462
|
-
},
|
|
7463
|
-
"entities": {
|
|
7464
|
-
"type": "object",
|
|
7465
|
-
"additionalProperties": {
|
|
7466
|
-
"type": "object",
|
|
7467
|
-
"properties": {
|
|
7468
|
-
"name": {
|
|
7469
|
-
"type": "string",
|
|
7470
|
-
"maxLength": 200
|
|
7471
|
-
}
|
|
7472
|
-
},
|
|
7473
|
-
"required": [
|
|
7474
|
-
"name"
|
|
7475
|
-
],
|
|
7476
|
-
"additionalProperties": false
|
|
7477
|
-
}
|
|
7478
|
-
},
|
|
7479
|
-
"actions": {
|
|
7480
|
-
"type": "object",
|
|
7481
|
-
"additionalProperties": {
|
|
7482
|
-
"type": "object",
|
|
7483
|
-
"properties": {
|
|
7484
|
-
"name": {
|
|
7485
|
-
"type": "string",
|
|
7486
|
-
"maxLength": 200
|
|
7487
|
-
}
|
|
7488
|
-
},
|
|
7489
|
-
"required": [
|
|
7490
|
-
"name"
|
|
7491
|
-
],
|
|
7492
|
-
"additionalProperties": false
|
|
7493
|
-
}
|
|
7494
|
-
},
|
|
7495
|
-
"events": {
|
|
7496
|
-
"type": "object",
|
|
7497
|
-
"additionalProperties": {
|
|
7498
|
-
"type": "object",
|
|
7499
|
-
"properties": {
|
|
7500
|
-
"name": {
|
|
7501
|
-
"type": "string",
|
|
7502
|
-
"maxLength": 200
|
|
7503
|
-
}
|
|
7504
|
-
},
|
|
7505
|
-
"required": [
|
|
7506
|
-
"name"
|
|
7507
|
-
],
|
|
7508
|
-
"additionalProperties": false
|
|
7509
|
-
}
|
|
7510
|
-
}
|
|
7511
|
-
},
|
|
7512
|
-
"required": [
|
|
7513
|
-
"id",
|
|
7514
|
-
"entities",
|
|
7515
|
-
"actions",
|
|
7516
|
-
"events"
|
|
7517
|
-
],
|
|
7518
|
-
"additionalProperties": false
|
|
7519
|
-
}
|
|
7520
|
-
},
|
|
7521
7465
|
"configuration": {
|
|
7522
7466
|
"type": "object",
|
|
7523
7467
|
"properties": {
|
|
@@ -7878,6 +7822,74 @@ export const state = {
|
|
|
7878
7822
|
},
|
|
7879
7823
|
"additionalProperties": false
|
|
7880
7824
|
},
|
|
7825
|
+
"interfaces": {
|
|
7826
|
+
"type": "object",
|
|
7827
|
+
"additionalProperties": {
|
|
7828
|
+
"type": "object",
|
|
7829
|
+
"properties": {
|
|
7830
|
+
"id": {
|
|
7831
|
+
"type": "string",
|
|
7832
|
+
"minLength": 28,
|
|
7833
|
+
"maxLength": 36
|
|
7834
|
+
},
|
|
7835
|
+
"entities": {
|
|
7836
|
+
"type": "object",
|
|
7837
|
+
"additionalProperties": {
|
|
7838
|
+
"type": "object",
|
|
7839
|
+
"properties": {
|
|
7840
|
+
"name": {
|
|
7841
|
+
"type": "string",
|
|
7842
|
+
"maxLength": 200
|
|
7843
|
+
}
|
|
7844
|
+
},
|
|
7845
|
+
"required": [
|
|
7846
|
+
"name"
|
|
7847
|
+
],
|
|
7848
|
+
"additionalProperties": false
|
|
7849
|
+
}
|
|
7850
|
+
},
|
|
7851
|
+
"actions": {
|
|
7852
|
+
"type": "object",
|
|
7853
|
+
"additionalProperties": {
|
|
7854
|
+
"type": "object",
|
|
7855
|
+
"properties": {
|
|
7856
|
+
"name": {
|
|
7857
|
+
"type": "string",
|
|
7858
|
+
"maxLength": 200
|
|
7859
|
+
}
|
|
7860
|
+
},
|
|
7861
|
+
"required": [
|
|
7862
|
+
"name"
|
|
7863
|
+
],
|
|
7864
|
+
"additionalProperties": false
|
|
7865
|
+
}
|
|
7866
|
+
},
|
|
7867
|
+
"events": {
|
|
7868
|
+
"type": "object",
|
|
7869
|
+
"additionalProperties": {
|
|
7870
|
+
"type": "object",
|
|
7871
|
+
"properties": {
|
|
7872
|
+
"name": {
|
|
7873
|
+
"type": "string",
|
|
7874
|
+
"maxLength": 200
|
|
7875
|
+
}
|
|
7876
|
+
},
|
|
7877
|
+
"required": [
|
|
7878
|
+
"name"
|
|
7879
|
+
],
|
|
7880
|
+
"additionalProperties": false
|
|
7881
|
+
}
|
|
7882
|
+
}
|
|
7883
|
+
},
|
|
7884
|
+
"required": [
|
|
7885
|
+
"id",
|
|
7886
|
+
"entities",
|
|
7887
|
+
"actions",
|
|
7888
|
+
"events"
|
|
7889
|
+
],
|
|
7890
|
+
"additionalProperties": false
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
7881
7893
|
"secrets": {
|
|
7882
7894
|
"type": "object",
|
|
7883
7895
|
"additionalProperties": {
|
|
@@ -11337,7 +11349,7 @@ export const state = {
|
|
|
11337
11349
|
"title": "Botpress API",
|
|
11338
11350
|
"description": "API for Botpress Cloud",
|
|
11339
11351
|
"server": "https://api.botpress.cloud",
|
|
11340
|
-
"version": "0.40.
|
|
11352
|
+
"version": "0.40.3",
|
|
11341
11353
|
"prefix": "v1"
|
|
11342
11354
|
},
|
|
11343
11355
|
"errors": [
|
|
@@ -12253,6 +12265,11 @@ export const state = {
|
|
|
12253
12265
|
"minLength": 28,
|
|
12254
12266
|
"maxLength": 36
|
|
12255
12267
|
},
|
|
12268
|
+
"name": {
|
|
12269
|
+
"type": "string",
|
|
12270
|
+
"maxLength": 200,
|
|
12271
|
+
"description": "Name of the interface"
|
|
12272
|
+
},
|
|
12256
12273
|
"entities": {
|
|
12257
12274
|
"type": "object",
|
|
12258
12275
|
"additionalProperties": {
|
|
@@ -12304,6 +12321,7 @@ export const state = {
|
|
|
12304
12321
|
},
|
|
12305
12322
|
"required": [
|
|
12306
12323
|
"id",
|
|
12324
|
+
"name",
|
|
12307
12325
|
"entities",
|
|
12308
12326
|
"actions",
|
|
12309
12327
|
"events"
|