@botpress/api 1.6.0 → 1.8.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 +403 -19
- package/dist/src/gen/admin/state.d.ts +146 -3
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +33 -0
- package/dist/src/gen/state.d.ts +147 -3
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +150 -7
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +33 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +35 -2
- package/src/gen/state.ts +152 -8
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -1595,6 +1595,7 @@ export declare const state: {
|
|
|
1595
1595
|
identifier: {
|
|
1596
1596
|
type: "string";
|
|
1597
1597
|
maxLength: number;
|
|
1598
|
+
nullable: true;
|
|
1598
1599
|
description: string;
|
|
1599
1600
|
};
|
|
1600
1601
|
scheduleRegisterCall: {
|
|
@@ -3369,6 +3370,14 @@ export declare const state: {
|
|
|
3369
3370
|
required: string[];
|
|
3370
3371
|
additionalProperties: false;
|
|
3371
3372
|
};
|
|
3373
|
+
attributes: {
|
|
3374
|
+
type: "object";
|
|
3375
|
+
additionalProperties: {
|
|
3376
|
+
type: "string";
|
|
3377
|
+
maxLength: number;
|
|
3378
|
+
};
|
|
3379
|
+
description: string;
|
|
3380
|
+
};
|
|
3372
3381
|
};
|
|
3373
3382
|
required: string[];
|
|
3374
3383
|
description: string;
|
|
@@ -3981,6 +3990,14 @@ export declare const state: {
|
|
|
3981
3990
|
required: string[];
|
|
3982
3991
|
additionalProperties: false;
|
|
3983
3992
|
};
|
|
3993
|
+
attributes: {
|
|
3994
|
+
type: "object";
|
|
3995
|
+
additionalProperties: {
|
|
3996
|
+
type: "string";
|
|
3997
|
+
maxLength: number;
|
|
3998
|
+
};
|
|
3999
|
+
description: string;
|
|
4000
|
+
};
|
|
3984
4001
|
};
|
|
3985
4002
|
required: string[];
|
|
3986
4003
|
description: string;
|
|
@@ -4411,6 +4428,14 @@ export declare const state: {
|
|
|
4411
4428
|
required: string[];
|
|
4412
4429
|
additionalProperties: false;
|
|
4413
4430
|
};
|
|
4431
|
+
attributes: {
|
|
4432
|
+
type: "object";
|
|
4433
|
+
additionalProperties: {
|
|
4434
|
+
type: "string";
|
|
4435
|
+
maxLength: number;
|
|
4436
|
+
};
|
|
4437
|
+
description: string;
|
|
4438
|
+
};
|
|
4414
4439
|
};
|
|
4415
4440
|
required: string[];
|
|
4416
4441
|
description: string;
|
|
@@ -4731,6 +4756,14 @@ export declare const state: {
|
|
|
4731
4756
|
required: string[];
|
|
4732
4757
|
additionalProperties: false;
|
|
4733
4758
|
};
|
|
4759
|
+
attributes: {
|
|
4760
|
+
type: "object";
|
|
4761
|
+
additionalProperties: {
|
|
4762
|
+
type: "string";
|
|
4763
|
+
maxLength: number;
|
|
4764
|
+
};
|
|
4765
|
+
description: string;
|
|
4766
|
+
};
|
|
4734
4767
|
};
|
|
4735
4768
|
required: string[];
|
|
4736
4769
|
description: string;
|
|
@@ -5069,6 +5102,14 @@ export declare const state: {
|
|
|
5069
5102
|
required: string[];
|
|
5070
5103
|
additionalProperties: false;
|
|
5071
5104
|
};
|
|
5105
|
+
attributes: {
|
|
5106
|
+
type: "object";
|
|
5107
|
+
additionalProperties: {
|
|
5108
|
+
type: "string";
|
|
5109
|
+
maxLength: number;
|
|
5110
|
+
};
|
|
5111
|
+
description: string;
|
|
5112
|
+
};
|
|
5072
5113
|
};
|
|
5073
5114
|
required: string[];
|
|
5074
5115
|
description: string;
|
|
@@ -5440,6 +5481,14 @@ export declare const state: {
|
|
|
5440
5481
|
required: string[];
|
|
5441
5482
|
additionalProperties: false;
|
|
5442
5483
|
};
|
|
5484
|
+
attributes: {
|
|
5485
|
+
type: "object";
|
|
5486
|
+
additionalProperties: {
|
|
5487
|
+
type: "string";
|
|
5488
|
+
maxLength: number;
|
|
5489
|
+
};
|
|
5490
|
+
description: string;
|
|
5491
|
+
};
|
|
5443
5492
|
};
|
|
5444
5493
|
required: string[];
|
|
5445
5494
|
description: string;
|
|
@@ -8571,6 +8620,14 @@ export declare const state: {
|
|
|
8571
8620
|
required: string[];
|
|
8572
8621
|
additionalProperties: false;
|
|
8573
8622
|
};
|
|
8623
|
+
attributes: {
|
|
8624
|
+
type: "object";
|
|
8625
|
+
additionalProperties: {
|
|
8626
|
+
type: "string";
|
|
8627
|
+
maxLength: number;
|
|
8628
|
+
};
|
|
8629
|
+
description: string;
|
|
8630
|
+
};
|
|
8574
8631
|
};
|
|
8575
8632
|
required: string[];
|
|
8576
8633
|
description: string;
|
|
@@ -9094,6 +9151,14 @@ export declare const state: {
|
|
|
9094
9151
|
required: string[];
|
|
9095
9152
|
additionalProperties: false;
|
|
9096
9153
|
};
|
|
9154
|
+
attributes: {
|
|
9155
|
+
type: "object";
|
|
9156
|
+
additionalProperties: {
|
|
9157
|
+
type: "string";
|
|
9158
|
+
maxLength: number;
|
|
9159
|
+
};
|
|
9160
|
+
description: string;
|
|
9161
|
+
};
|
|
9097
9162
|
};
|
|
9098
9163
|
required: string[];
|
|
9099
9164
|
description: string;
|
|
@@ -9690,9 +9755,17 @@ export declare const state: {
|
|
|
9690
9755
|
required: string[];
|
|
9691
9756
|
additionalProperties: false;
|
|
9692
9757
|
};
|
|
9758
|
+
attributes: {
|
|
9759
|
+
type: "object";
|
|
9760
|
+
additionalProperties: {
|
|
9761
|
+
type: "string";
|
|
9762
|
+
maxLength: number;
|
|
9763
|
+
nullable: true;
|
|
9764
|
+
};
|
|
9765
|
+
description: string;
|
|
9766
|
+
};
|
|
9693
9767
|
};
|
|
9694
9768
|
required: string[];
|
|
9695
|
-
description: string;
|
|
9696
9769
|
nullable: true;
|
|
9697
9770
|
additionalProperties: false;
|
|
9698
9771
|
};
|
|
@@ -10235,9 +10308,17 @@ export declare const state: {
|
|
|
10235
10308
|
required: string[];
|
|
10236
10309
|
additionalProperties: false;
|
|
10237
10310
|
};
|
|
10311
|
+
attributes: {
|
|
10312
|
+
type: "object";
|
|
10313
|
+
additionalProperties: {
|
|
10314
|
+
type: "string";
|
|
10315
|
+
maxLength: number;
|
|
10316
|
+
nullable: true;
|
|
10317
|
+
};
|
|
10318
|
+
description: string;
|
|
10319
|
+
};
|
|
10238
10320
|
};
|
|
10239
10321
|
required: string[];
|
|
10240
|
-
description: string;
|
|
10241
10322
|
nullable: true;
|
|
10242
10323
|
additionalProperties: false;
|
|
10243
10324
|
};
|
|
@@ -11039,6 +11120,14 @@ export declare const state: {
|
|
|
11039
11120
|
required: string[];
|
|
11040
11121
|
additionalProperties: false;
|
|
11041
11122
|
};
|
|
11123
|
+
attributes: {
|
|
11124
|
+
type: "object";
|
|
11125
|
+
additionalProperties: {
|
|
11126
|
+
type: "string";
|
|
11127
|
+
maxLength: number;
|
|
11128
|
+
};
|
|
11129
|
+
description: string;
|
|
11130
|
+
};
|
|
11042
11131
|
};
|
|
11043
11132
|
required: string[];
|
|
11044
11133
|
description: string;
|
|
@@ -11291,9 +11380,16 @@ export declare const state: {
|
|
|
11291
11380
|
required: string[];
|
|
11292
11381
|
additionalProperties: false;
|
|
11293
11382
|
};
|
|
11383
|
+
attributes: {
|
|
11384
|
+
type: "object";
|
|
11385
|
+
additionalProperties: {
|
|
11386
|
+
type: "string";
|
|
11387
|
+
maxLength: number;
|
|
11388
|
+
nullable: true;
|
|
11389
|
+
};
|
|
11390
|
+
};
|
|
11294
11391
|
};
|
|
11295
11392
|
required: string[];
|
|
11296
|
-
description: string;
|
|
11297
11393
|
nullable: true;
|
|
11298
11394
|
additionalProperties: false;
|
|
11299
11395
|
};
|
|
@@ -11606,6 +11702,14 @@ export declare const state: {
|
|
|
11606
11702
|
required: string[];
|
|
11607
11703
|
additionalProperties: false;
|
|
11608
11704
|
};
|
|
11705
|
+
attributes: {
|
|
11706
|
+
type: "object";
|
|
11707
|
+
additionalProperties: {
|
|
11708
|
+
type: "string";
|
|
11709
|
+
maxLength: number;
|
|
11710
|
+
};
|
|
11711
|
+
description: string;
|
|
11712
|
+
};
|
|
11609
11713
|
};
|
|
11610
11714
|
required: string[];
|
|
11611
11715
|
description: string;
|
|
@@ -11957,6 +12061,14 @@ export declare const state: {
|
|
|
11957
12061
|
required: string[];
|
|
11958
12062
|
additionalProperties: false;
|
|
11959
12063
|
};
|
|
12064
|
+
attributes: {
|
|
12065
|
+
type: "object";
|
|
12066
|
+
additionalProperties: {
|
|
12067
|
+
type: "string";
|
|
12068
|
+
maxLength: number;
|
|
12069
|
+
};
|
|
12070
|
+
description: string;
|
|
12071
|
+
};
|
|
11960
12072
|
};
|
|
11961
12073
|
required: string[];
|
|
11962
12074
|
description: string;
|
|
@@ -15780,6 +15892,14 @@ export declare const state: {
|
|
|
15780
15892
|
required: string[];
|
|
15781
15893
|
additionalProperties: false;
|
|
15782
15894
|
};
|
|
15895
|
+
attributes: {
|
|
15896
|
+
type: "object";
|
|
15897
|
+
additionalProperties: {
|
|
15898
|
+
type: "string";
|
|
15899
|
+
maxLength: number;
|
|
15900
|
+
};
|
|
15901
|
+
description: string;
|
|
15902
|
+
};
|
|
15783
15903
|
};
|
|
15784
15904
|
required: string[];
|
|
15785
15905
|
description: string;
|
|
@@ -16273,6 +16393,14 @@ export declare const state: {
|
|
|
16273
16393
|
required: string[];
|
|
16274
16394
|
additionalProperties: false;
|
|
16275
16395
|
};
|
|
16396
|
+
attributes: {
|
|
16397
|
+
type: "object";
|
|
16398
|
+
additionalProperties: {
|
|
16399
|
+
type: "string";
|
|
16400
|
+
maxLength: number;
|
|
16401
|
+
};
|
|
16402
|
+
description: string;
|
|
16403
|
+
};
|
|
16276
16404
|
};
|
|
16277
16405
|
required: string[];
|
|
16278
16406
|
description: string;
|
|
@@ -16519,6 +16647,14 @@ export declare const state: {
|
|
|
16519
16647
|
required: string[];
|
|
16520
16648
|
additionalProperties: false;
|
|
16521
16649
|
};
|
|
16650
|
+
attributes: {
|
|
16651
|
+
type: "object";
|
|
16652
|
+
additionalProperties: {
|
|
16653
|
+
type: "string";
|
|
16654
|
+
maxLength: number;
|
|
16655
|
+
};
|
|
16656
|
+
description: string;
|
|
16657
|
+
};
|
|
16522
16658
|
};
|
|
16523
16659
|
required: string[];
|
|
16524
16660
|
description: string;
|
|
@@ -16728,6 +16864,14 @@ export declare const state: {
|
|
|
16728
16864
|
required: string[];
|
|
16729
16865
|
additionalProperties: false;
|
|
16730
16866
|
};
|
|
16867
|
+
attributes: {
|
|
16868
|
+
type: "object";
|
|
16869
|
+
additionalProperties: {
|
|
16870
|
+
type: "string";
|
|
16871
|
+
maxLength: number;
|
|
16872
|
+
};
|
|
16873
|
+
description: string;
|
|
16874
|
+
};
|
|
16731
16875
|
};
|
|
16732
16876
|
required: string[];
|
|
16733
16877
|
description: string;
|
|
@@ -1571,6 +1571,14 @@ export declare const state: {
|
|
|
1571
1571
|
required: string[];
|
|
1572
1572
|
additionalProperties: false;
|
|
1573
1573
|
};
|
|
1574
|
+
attributes: {
|
|
1575
|
+
type: "object";
|
|
1576
|
+
additionalProperties: {
|
|
1577
|
+
type: "string";
|
|
1578
|
+
maxLength: number;
|
|
1579
|
+
};
|
|
1580
|
+
description: string;
|
|
1581
|
+
};
|
|
1574
1582
|
};
|
|
1575
1583
|
required: string[];
|
|
1576
1584
|
description: string;
|
|
@@ -2064,6 +2072,14 @@ export declare const state: {
|
|
|
2064
2072
|
required: string[];
|
|
2065
2073
|
additionalProperties: false;
|
|
2066
2074
|
};
|
|
2075
|
+
attributes: {
|
|
2076
|
+
type: "object";
|
|
2077
|
+
additionalProperties: {
|
|
2078
|
+
type: "string";
|
|
2079
|
+
maxLength: number;
|
|
2080
|
+
};
|
|
2081
|
+
description: string;
|
|
2082
|
+
};
|
|
2067
2083
|
};
|
|
2068
2084
|
required: string[];
|
|
2069
2085
|
description: string;
|
|
@@ -2310,6 +2326,14 @@ export declare const state: {
|
|
|
2310
2326
|
required: string[];
|
|
2311
2327
|
additionalProperties: false;
|
|
2312
2328
|
};
|
|
2329
|
+
attributes: {
|
|
2330
|
+
type: "object";
|
|
2331
|
+
additionalProperties: {
|
|
2332
|
+
type: "string";
|
|
2333
|
+
maxLength: number;
|
|
2334
|
+
};
|
|
2335
|
+
description: string;
|
|
2336
|
+
};
|
|
2313
2337
|
};
|
|
2314
2338
|
required: string[];
|
|
2315
2339
|
description: string;
|
|
@@ -2519,6 +2543,14 @@ export declare const state: {
|
|
|
2519
2543
|
required: string[];
|
|
2520
2544
|
additionalProperties: false;
|
|
2521
2545
|
};
|
|
2546
|
+
attributes: {
|
|
2547
|
+
type: "object";
|
|
2548
|
+
additionalProperties: {
|
|
2549
|
+
type: "string";
|
|
2550
|
+
maxLength: number;
|
|
2551
|
+
};
|
|
2552
|
+
description: string;
|
|
2553
|
+
};
|
|
2522
2554
|
};
|
|
2523
2555
|
required: string[];
|
|
2524
2556
|
description: string;
|