@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
|
@@ -1017,6 +1017,14 @@ export declare const state: {
|
|
|
1017
1017
|
required: string[];
|
|
1018
1018
|
additionalProperties: false;
|
|
1019
1019
|
};
|
|
1020
|
+
attributes: {
|
|
1021
|
+
type: "object";
|
|
1022
|
+
additionalProperties: {
|
|
1023
|
+
type: "string";
|
|
1024
|
+
maxLength: number;
|
|
1025
|
+
};
|
|
1026
|
+
description: string;
|
|
1027
|
+
};
|
|
1020
1028
|
};
|
|
1021
1029
|
required: string[];
|
|
1022
1030
|
description: string;
|
|
@@ -1629,6 +1637,14 @@ export declare const state: {
|
|
|
1629
1637
|
required: string[];
|
|
1630
1638
|
additionalProperties: false;
|
|
1631
1639
|
};
|
|
1640
|
+
attributes: {
|
|
1641
|
+
type: "object";
|
|
1642
|
+
additionalProperties: {
|
|
1643
|
+
type: "string";
|
|
1644
|
+
maxLength: number;
|
|
1645
|
+
};
|
|
1646
|
+
description: string;
|
|
1647
|
+
};
|
|
1632
1648
|
};
|
|
1633
1649
|
required: string[];
|
|
1634
1650
|
description: string;
|
|
@@ -2059,6 +2075,14 @@ export declare const state: {
|
|
|
2059
2075
|
required: string[];
|
|
2060
2076
|
additionalProperties: false;
|
|
2061
2077
|
};
|
|
2078
|
+
attributes: {
|
|
2079
|
+
type: "object";
|
|
2080
|
+
additionalProperties: {
|
|
2081
|
+
type: "string";
|
|
2082
|
+
maxLength: number;
|
|
2083
|
+
};
|
|
2084
|
+
description: string;
|
|
2085
|
+
};
|
|
2062
2086
|
};
|
|
2063
2087
|
required: string[];
|
|
2064
2088
|
description: string;
|
|
@@ -2379,6 +2403,14 @@ export declare const state: {
|
|
|
2379
2403
|
required: string[];
|
|
2380
2404
|
additionalProperties: false;
|
|
2381
2405
|
};
|
|
2406
|
+
attributes: {
|
|
2407
|
+
type: "object";
|
|
2408
|
+
additionalProperties: {
|
|
2409
|
+
type: "string";
|
|
2410
|
+
maxLength: number;
|
|
2411
|
+
};
|
|
2412
|
+
description: string;
|
|
2413
|
+
};
|
|
2382
2414
|
};
|
|
2383
2415
|
required: string[];
|
|
2384
2416
|
description: string;
|
|
@@ -2717,6 +2749,14 @@ export declare const state: {
|
|
|
2717
2749
|
required: string[];
|
|
2718
2750
|
additionalProperties: false;
|
|
2719
2751
|
};
|
|
2752
|
+
attributes: {
|
|
2753
|
+
type: "object";
|
|
2754
|
+
additionalProperties: {
|
|
2755
|
+
type: "string";
|
|
2756
|
+
maxLength: number;
|
|
2757
|
+
};
|
|
2758
|
+
description: string;
|
|
2759
|
+
};
|
|
2720
2760
|
};
|
|
2721
2761
|
required: string[];
|
|
2722
2762
|
description: string;
|
|
@@ -3088,6 +3128,14 @@ export declare const state: {
|
|
|
3088
3128
|
required: string[];
|
|
3089
3129
|
additionalProperties: false;
|
|
3090
3130
|
};
|
|
3131
|
+
attributes: {
|
|
3132
|
+
type: "object";
|
|
3133
|
+
additionalProperties: {
|
|
3134
|
+
type: "string";
|
|
3135
|
+
maxLength: number;
|
|
3136
|
+
};
|
|
3137
|
+
description: string;
|
|
3138
|
+
};
|
|
3091
3139
|
};
|
|
3092
3140
|
required: string[];
|
|
3093
3141
|
description: string;
|
|
@@ -6218,6 +6266,14 @@ export declare const state: {
|
|
|
6218
6266
|
required: string[];
|
|
6219
6267
|
additionalProperties: false;
|
|
6220
6268
|
};
|
|
6269
|
+
attributes: {
|
|
6270
|
+
type: "object";
|
|
6271
|
+
additionalProperties: {
|
|
6272
|
+
type: "string";
|
|
6273
|
+
maxLength: number;
|
|
6274
|
+
};
|
|
6275
|
+
description: string;
|
|
6276
|
+
};
|
|
6221
6277
|
};
|
|
6222
6278
|
required: string[];
|
|
6223
6279
|
description: string;
|
|
@@ -6741,6 +6797,14 @@ export declare const state: {
|
|
|
6741
6797
|
required: string[];
|
|
6742
6798
|
additionalProperties: false;
|
|
6743
6799
|
};
|
|
6800
|
+
attributes: {
|
|
6801
|
+
type: "object";
|
|
6802
|
+
additionalProperties: {
|
|
6803
|
+
type: "string";
|
|
6804
|
+
maxLength: number;
|
|
6805
|
+
};
|
|
6806
|
+
description: string;
|
|
6807
|
+
};
|
|
6744
6808
|
};
|
|
6745
6809
|
required: string[];
|
|
6746
6810
|
description: string;
|
|
@@ -7337,9 +7401,17 @@ export declare const state: {
|
|
|
7337
7401
|
required: string[];
|
|
7338
7402
|
additionalProperties: false;
|
|
7339
7403
|
};
|
|
7404
|
+
attributes: {
|
|
7405
|
+
type: "object";
|
|
7406
|
+
additionalProperties: {
|
|
7407
|
+
type: "string";
|
|
7408
|
+
maxLength: number;
|
|
7409
|
+
nullable: true;
|
|
7410
|
+
};
|
|
7411
|
+
description: string;
|
|
7412
|
+
};
|
|
7340
7413
|
};
|
|
7341
7414
|
required: string[];
|
|
7342
|
-
description: string;
|
|
7343
7415
|
nullable: true;
|
|
7344
7416
|
additionalProperties: false;
|
|
7345
7417
|
};
|
|
@@ -7882,9 +7954,17 @@ export declare const state: {
|
|
|
7882
7954
|
required: string[];
|
|
7883
7955
|
additionalProperties: false;
|
|
7884
7956
|
};
|
|
7957
|
+
attributes: {
|
|
7958
|
+
type: "object";
|
|
7959
|
+
additionalProperties: {
|
|
7960
|
+
type: "string";
|
|
7961
|
+
maxLength: number;
|
|
7962
|
+
nullable: true;
|
|
7963
|
+
};
|
|
7964
|
+
description: string;
|
|
7965
|
+
};
|
|
7885
7966
|
};
|
|
7886
7967
|
required: string[];
|
|
7887
|
-
description: string;
|
|
7888
7968
|
nullable: true;
|
|
7889
7969
|
additionalProperties: false;
|
|
7890
7970
|
};
|
|
@@ -8686,6 +8766,14 @@ export declare const state: {
|
|
|
8686
8766
|
required: string[];
|
|
8687
8767
|
additionalProperties: false;
|
|
8688
8768
|
};
|
|
8769
|
+
attributes: {
|
|
8770
|
+
type: "object";
|
|
8771
|
+
additionalProperties: {
|
|
8772
|
+
type: "string";
|
|
8773
|
+
maxLength: number;
|
|
8774
|
+
};
|
|
8775
|
+
description: string;
|
|
8776
|
+
};
|
|
8689
8777
|
};
|
|
8690
8778
|
required: string[];
|
|
8691
8779
|
description: string;
|
|
@@ -8938,9 +9026,16 @@ export declare const state: {
|
|
|
8938
9026
|
required: string[];
|
|
8939
9027
|
additionalProperties: false;
|
|
8940
9028
|
};
|
|
9029
|
+
attributes: {
|
|
9030
|
+
type: "object";
|
|
9031
|
+
additionalProperties: {
|
|
9032
|
+
type: "string";
|
|
9033
|
+
maxLength: number;
|
|
9034
|
+
nullable: true;
|
|
9035
|
+
};
|
|
9036
|
+
};
|
|
8941
9037
|
};
|
|
8942
9038
|
required: string[];
|
|
8943
|
-
description: string;
|
|
8944
9039
|
nullable: true;
|
|
8945
9040
|
additionalProperties: false;
|
|
8946
9041
|
};
|
|
@@ -9253,6 +9348,14 @@ export declare const state: {
|
|
|
9253
9348
|
required: string[];
|
|
9254
9349
|
additionalProperties: false;
|
|
9255
9350
|
};
|
|
9351
|
+
attributes: {
|
|
9352
|
+
type: "object";
|
|
9353
|
+
additionalProperties: {
|
|
9354
|
+
type: "string";
|
|
9355
|
+
maxLength: number;
|
|
9356
|
+
};
|
|
9357
|
+
description: string;
|
|
9358
|
+
};
|
|
9256
9359
|
};
|
|
9257
9360
|
required: string[];
|
|
9258
9361
|
description: string;
|
|
@@ -9604,6 +9707,14 @@ export declare const state: {
|
|
|
9604
9707
|
required: string[];
|
|
9605
9708
|
additionalProperties: false;
|
|
9606
9709
|
};
|
|
9710
|
+
attributes: {
|
|
9711
|
+
type: "object";
|
|
9712
|
+
additionalProperties: {
|
|
9713
|
+
type: "string";
|
|
9714
|
+
maxLength: number;
|
|
9715
|
+
};
|
|
9716
|
+
description: string;
|
|
9717
|
+
};
|
|
9607
9718
|
};
|
|
9608
9719
|
required: string[];
|
|
9609
9720
|
description: string;
|
|
@@ -10906,6 +11017,14 @@ export declare const state: {
|
|
|
10906
11017
|
required: string[];
|
|
10907
11018
|
additionalProperties: false;
|
|
10908
11019
|
};
|
|
11020
|
+
attributes: {
|
|
11021
|
+
type: "object";
|
|
11022
|
+
additionalProperties: {
|
|
11023
|
+
type: "string";
|
|
11024
|
+
maxLength: number;
|
|
11025
|
+
};
|
|
11026
|
+
description: string;
|
|
11027
|
+
};
|
|
10909
11028
|
};
|
|
10910
11029
|
required: string[];
|
|
10911
11030
|
description: string;
|
|
@@ -11399,6 +11518,14 @@ export declare const state: {
|
|
|
11399
11518
|
required: string[];
|
|
11400
11519
|
additionalProperties: false;
|
|
11401
11520
|
};
|
|
11521
|
+
attributes: {
|
|
11522
|
+
type: "object";
|
|
11523
|
+
additionalProperties: {
|
|
11524
|
+
type: "string";
|
|
11525
|
+
maxLength: number;
|
|
11526
|
+
};
|
|
11527
|
+
description: string;
|
|
11528
|
+
};
|
|
11402
11529
|
};
|
|
11403
11530
|
required: string[];
|
|
11404
11531
|
description: string;
|
|
@@ -11645,6 +11772,14 @@ export declare const state: {
|
|
|
11645
11772
|
required: string[];
|
|
11646
11773
|
additionalProperties: false;
|
|
11647
11774
|
};
|
|
11775
|
+
attributes: {
|
|
11776
|
+
type: "object";
|
|
11777
|
+
additionalProperties: {
|
|
11778
|
+
type: "string";
|
|
11779
|
+
maxLength: number;
|
|
11780
|
+
};
|
|
11781
|
+
description: string;
|
|
11782
|
+
};
|
|
11648
11783
|
};
|
|
11649
11784
|
required: string[];
|
|
11650
11785
|
description: string;
|
|
@@ -11854,6 +11989,14 @@ export declare const state: {
|
|
|
11854
11989
|
required: string[];
|
|
11855
11990
|
additionalProperties: false;
|
|
11856
11991
|
};
|
|
11992
|
+
attributes: {
|
|
11993
|
+
type: "object";
|
|
11994
|
+
additionalProperties: {
|
|
11995
|
+
type: "string";
|
|
11996
|
+
maxLength: number;
|
|
11997
|
+
};
|
|
11998
|
+
description: string;
|
|
11999
|
+
};
|
|
11857
12000
|
};
|
|
11858
12001
|
required: string[];
|
|
11859
12002
|
description: string;
|
|
@@ -1806,6 +1806,14 @@ export declare const state: {
|
|
|
1806
1806
|
required: string[];
|
|
1807
1807
|
additionalProperties: false;
|
|
1808
1808
|
};
|
|
1809
|
+
attributes: {
|
|
1810
|
+
type: "object";
|
|
1811
|
+
additionalProperties: {
|
|
1812
|
+
type: "string";
|
|
1813
|
+
maxLength: number;
|
|
1814
|
+
};
|
|
1815
|
+
description: string;
|
|
1816
|
+
};
|
|
1809
1817
|
};
|
|
1810
1818
|
required: string[];
|
|
1811
1819
|
description: string;
|
|
@@ -2299,6 +2307,14 @@ export declare const state: {
|
|
|
2299
2307
|
required: string[];
|
|
2300
2308
|
additionalProperties: false;
|
|
2301
2309
|
};
|
|
2310
|
+
attributes: {
|
|
2311
|
+
type: "object";
|
|
2312
|
+
additionalProperties: {
|
|
2313
|
+
type: "string";
|
|
2314
|
+
maxLength: number;
|
|
2315
|
+
};
|
|
2316
|
+
description: string;
|
|
2317
|
+
};
|
|
2302
2318
|
};
|
|
2303
2319
|
required: string[];
|
|
2304
2320
|
description: string;
|
|
@@ -2545,6 +2561,14 @@ export declare const state: {
|
|
|
2545
2561
|
required: string[];
|
|
2546
2562
|
additionalProperties: false;
|
|
2547
2563
|
};
|
|
2564
|
+
attributes: {
|
|
2565
|
+
type: "object";
|
|
2566
|
+
additionalProperties: {
|
|
2567
|
+
type: "string";
|
|
2568
|
+
maxLength: number;
|
|
2569
|
+
};
|
|
2570
|
+
description: string;
|
|
2571
|
+
};
|
|
2548
2572
|
};
|
|
2549
2573
|
required: string[];
|
|
2550
2574
|
description: string;
|
|
@@ -2754,6 +2778,14 @@ export declare const state: {
|
|
|
2754
2778
|
required: string[];
|
|
2755
2779
|
additionalProperties: false;
|
|
2756
2780
|
};
|
|
2781
|
+
attributes: {
|
|
2782
|
+
type: "object";
|
|
2783
|
+
additionalProperties: {
|
|
2784
|
+
type: "string";
|
|
2785
|
+
maxLength: number;
|
|
2786
|
+
};
|
|
2787
|
+
description: string;
|
|
2788
|
+
};
|
|
2757
2789
|
};
|
|
2758
2790
|
required: string[];
|
|
2759
2791
|
description: string;
|
|
@@ -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: {
|
|
@@ -2882,6 +2883,14 @@ export declare const state: {
|
|
|
2882
2883
|
required: string[];
|
|
2883
2884
|
additionalProperties: false;
|
|
2884
2885
|
};
|
|
2886
|
+
attributes: {
|
|
2887
|
+
type: "object";
|
|
2888
|
+
additionalProperties: {
|
|
2889
|
+
type: "string";
|
|
2890
|
+
maxLength: number;
|
|
2891
|
+
};
|
|
2892
|
+
description: string;
|
|
2893
|
+
};
|
|
2885
2894
|
};
|
|
2886
2895
|
required: string[];
|
|
2887
2896
|
description: string;
|
|
@@ -3375,6 +3384,14 @@ export declare const state: {
|
|
|
3375
3384
|
required: string[];
|
|
3376
3385
|
additionalProperties: false;
|
|
3377
3386
|
};
|
|
3387
|
+
attributes: {
|
|
3388
|
+
type: "object";
|
|
3389
|
+
additionalProperties: {
|
|
3390
|
+
type: "string";
|
|
3391
|
+
maxLength: number;
|
|
3392
|
+
};
|
|
3393
|
+
description: string;
|
|
3394
|
+
};
|
|
3378
3395
|
};
|
|
3379
3396
|
required: string[];
|
|
3380
3397
|
description: string;
|
|
@@ -3621,6 +3638,14 @@ export declare const state: {
|
|
|
3621
3638
|
required: string[];
|
|
3622
3639
|
additionalProperties: false;
|
|
3623
3640
|
};
|
|
3641
|
+
attributes: {
|
|
3642
|
+
type: "object";
|
|
3643
|
+
additionalProperties: {
|
|
3644
|
+
type: "string";
|
|
3645
|
+
maxLength: number;
|
|
3646
|
+
};
|
|
3647
|
+
description: string;
|
|
3648
|
+
};
|
|
3624
3649
|
};
|
|
3625
3650
|
required: string[];
|
|
3626
3651
|
description: string;
|
|
@@ -3830,6 +3855,14 @@ export declare const state: {
|
|
|
3830
3855
|
required: string[];
|
|
3831
3856
|
additionalProperties: false;
|
|
3832
3857
|
};
|
|
3858
|
+
attributes: {
|
|
3859
|
+
type: "object";
|
|
3860
|
+
additionalProperties: {
|
|
3861
|
+
type: "string";
|
|
3862
|
+
maxLength: number;
|
|
3863
|
+
};
|
|
3864
|
+
description: string;
|
|
3865
|
+
};
|
|
3833
3866
|
};
|
|
3834
3867
|
required: string[];
|
|
3835
3868
|
description: string;
|