@botpress/api 1.7.0 → 1.9.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 +793 -25
- package/dist/src/gen/admin/state.d.ts +298 -10
- package/dist/src/gen/files/state.d.ts +64 -0
- package/dist/src/gen/runtime/state.d.ts +64 -0
- package/dist/src/gen/state.d.ts +298 -10
- package/dist/src/gen/tables/state.d.ts +64 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +299 -11
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +65 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +65 -1
- package/src/gen/state.ts +299 -11
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +65 -1
|
@@ -968,6 +968,14 @@ export declare const state: {
|
|
|
968
968
|
type: "object";
|
|
969
969
|
additionalProperties: true;
|
|
970
970
|
};
|
|
971
|
+
attributes: {
|
|
972
|
+
type: "object";
|
|
973
|
+
additionalProperties: {
|
|
974
|
+
type: "string";
|
|
975
|
+
maxLength: number;
|
|
976
|
+
};
|
|
977
|
+
description: string;
|
|
978
|
+
};
|
|
971
979
|
};
|
|
972
980
|
required: string[];
|
|
973
981
|
description: string;
|
|
@@ -1017,6 +1025,14 @@ export declare const state: {
|
|
|
1017
1025
|
required: string[];
|
|
1018
1026
|
additionalProperties: false;
|
|
1019
1027
|
};
|
|
1028
|
+
attributes: {
|
|
1029
|
+
type: "object";
|
|
1030
|
+
additionalProperties: {
|
|
1031
|
+
type: "string";
|
|
1032
|
+
maxLength: number;
|
|
1033
|
+
};
|
|
1034
|
+
description: string;
|
|
1035
|
+
};
|
|
1020
1036
|
};
|
|
1021
1037
|
required: string[];
|
|
1022
1038
|
description: string;
|
|
@@ -1580,6 +1596,14 @@ export declare const state: {
|
|
|
1580
1596
|
type: "object";
|
|
1581
1597
|
additionalProperties: true;
|
|
1582
1598
|
};
|
|
1599
|
+
attributes: {
|
|
1600
|
+
type: "object";
|
|
1601
|
+
additionalProperties: {
|
|
1602
|
+
type: "string";
|
|
1603
|
+
maxLength: number;
|
|
1604
|
+
};
|
|
1605
|
+
description: string;
|
|
1606
|
+
};
|
|
1583
1607
|
};
|
|
1584
1608
|
required: string[];
|
|
1585
1609
|
description: string;
|
|
@@ -1629,6 +1653,14 @@ export declare const state: {
|
|
|
1629
1653
|
required: string[];
|
|
1630
1654
|
additionalProperties: false;
|
|
1631
1655
|
};
|
|
1656
|
+
attributes: {
|
|
1657
|
+
type: "object";
|
|
1658
|
+
additionalProperties: {
|
|
1659
|
+
type: "string";
|
|
1660
|
+
maxLength: number;
|
|
1661
|
+
};
|
|
1662
|
+
description: string;
|
|
1663
|
+
};
|
|
1632
1664
|
};
|
|
1633
1665
|
required: string[];
|
|
1634
1666
|
description: string;
|
|
@@ -2010,6 +2042,14 @@ export declare const state: {
|
|
|
2010
2042
|
type: "object";
|
|
2011
2043
|
additionalProperties: true;
|
|
2012
2044
|
};
|
|
2045
|
+
attributes: {
|
|
2046
|
+
type: "object";
|
|
2047
|
+
additionalProperties: {
|
|
2048
|
+
type: "string";
|
|
2049
|
+
maxLength: number;
|
|
2050
|
+
};
|
|
2051
|
+
description: string;
|
|
2052
|
+
};
|
|
2013
2053
|
};
|
|
2014
2054
|
required: string[];
|
|
2015
2055
|
description: string;
|
|
@@ -2059,6 +2099,14 @@ export declare const state: {
|
|
|
2059
2099
|
required: string[];
|
|
2060
2100
|
additionalProperties: false;
|
|
2061
2101
|
};
|
|
2102
|
+
attributes: {
|
|
2103
|
+
type: "object";
|
|
2104
|
+
additionalProperties: {
|
|
2105
|
+
type: "string";
|
|
2106
|
+
maxLength: number;
|
|
2107
|
+
};
|
|
2108
|
+
description: string;
|
|
2109
|
+
};
|
|
2062
2110
|
};
|
|
2063
2111
|
required: string[];
|
|
2064
2112
|
description: string;
|
|
@@ -2330,6 +2378,14 @@ export declare const state: {
|
|
|
2330
2378
|
type: "object";
|
|
2331
2379
|
additionalProperties: true;
|
|
2332
2380
|
};
|
|
2381
|
+
attributes: {
|
|
2382
|
+
type: "object";
|
|
2383
|
+
additionalProperties: {
|
|
2384
|
+
type: "string";
|
|
2385
|
+
maxLength: number;
|
|
2386
|
+
};
|
|
2387
|
+
description: string;
|
|
2388
|
+
};
|
|
2333
2389
|
};
|
|
2334
2390
|
required: string[];
|
|
2335
2391
|
description: string;
|
|
@@ -2379,6 +2435,14 @@ export declare const state: {
|
|
|
2379
2435
|
required: string[];
|
|
2380
2436
|
additionalProperties: false;
|
|
2381
2437
|
};
|
|
2438
|
+
attributes: {
|
|
2439
|
+
type: "object";
|
|
2440
|
+
additionalProperties: {
|
|
2441
|
+
type: "string";
|
|
2442
|
+
maxLength: number;
|
|
2443
|
+
};
|
|
2444
|
+
description: string;
|
|
2445
|
+
};
|
|
2382
2446
|
};
|
|
2383
2447
|
required: string[];
|
|
2384
2448
|
description: string;
|
|
@@ -2621,6 +2685,14 @@ export declare const state: {
|
|
|
2621
2685
|
type: "object";
|
|
2622
2686
|
additionalProperties: true;
|
|
2623
2687
|
};
|
|
2688
|
+
attributes: {
|
|
2689
|
+
type: "object";
|
|
2690
|
+
additionalProperties: {
|
|
2691
|
+
type: "string";
|
|
2692
|
+
maxLength: number;
|
|
2693
|
+
};
|
|
2694
|
+
description: string;
|
|
2695
|
+
};
|
|
2624
2696
|
};
|
|
2625
2697
|
required: string[];
|
|
2626
2698
|
description: string;
|
|
@@ -2717,6 +2789,14 @@ export declare const state: {
|
|
|
2717
2789
|
required: string[];
|
|
2718
2790
|
additionalProperties: false;
|
|
2719
2791
|
};
|
|
2792
|
+
attributes: {
|
|
2793
|
+
type: "object";
|
|
2794
|
+
additionalProperties: {
|
|
2795
|
+
type: "string";
|
|
2796
|
+
maxLength: number;
|
|
2797
|
+
};
|
|
2798
|
+
description: string;
|
|
2799
|
+
};
|
|
2720
2800
|
};
|
|
2721
2801
|
required: string[];
|
|
2722
2802
|
description: string;
|
|
@@ -3038,9 +3118,17 @@ export declare const state: {
|
|
|
3038
3118
|
type: "object";
|
|
3039
3119
|
additionalProperties: true;
|
|
3040
3120
|
};
|
|
3121
|
+
attributes: {
|
|
3122
|
+
type: "object";
|
|
3123
|
+
additionalProperties: {
|
|
3124
|
+
type: "string";
|
|
3125
|
+
maxLength: number;
|
|
3126
|
+
nullable: true;
|
|
3127
|
+
};
|
|
3128
|
+
description: string;
|
|
3129
|
+
};
|
|
3041
3130
|
};
|
|
3042
3131
|
required: string[];
|
|
3043
|
-
description: string;
|
|
3044
3132
|
nullable: true;
|
|
3045
3133
|
additionalProperties: false;
|
|
3046
3134
|
};
|
|
@@ -3088,9 +3176,17 @@ export declare const state: {
|
|
|
3088
3176
|
required: string[];
|
|
3089
3177
|
additionalProperties: false;
|
|
3090
3178
|
};
|
|
3179
|
+
attributes: {
|
|
3180
|
+
type: "object";
|
|
3181
|
+
additionalProperties: {
|
|
3182
|
+
type: "string";
|
|
3183
|
+
maxLength: number;
|
|
3184
|
+
nullable: true;
|
|
3185
|
+
};
|
|
3186
|
+
description: string;
|
|
3187
|
+
};
|
|
3091
3188
|
};
|
|
3092
3189
|
required: string[];
|
|
3093
|
-
description: string;
|
|
3094
3190
|
nullable: true;
|
|
3095
3191
|
additionalProperties: false;
|
|
3096
3192
|
};
|
|
@@ -6169,6 +6265,14 @@ export declare const state: {
|
|
|
6169
6265
|
type: "object";
|
|
6170
6266
|
additionalProperties: true;
|
|
6171
6267
|
};
|
|
6268
|
+
attributes: {
|
|
6269
|
+
type: "object";
|
|
6270
|
+
additionalProperties: {
|
|
6271
|
+
type: "string";
|
|
6272
|
+
maxLength: number;
|
|
6273
|
+
};
|
|
6274
|
+
description: string;
|
|
6275
|
+
};
|
|
6172
6276
|
};
|
|
6173
6277
|
required: string[];
|
|
6174
6278
|
description: string;
|
|
@@ -6218,6 +6322,14 @@ export declare const state: {
|
|
|
6218
6322
|
required: string[];
|
|
6219
6323
|
additionalProperties: false;
|
|
6220
6324
|
};
|
|
6325
|
+
attributes: {
|
|
6326
|
+
type: "object";
|
|
6327
|
+
additionalProperties: {
|
|
6328
|
+
type: "string";
|
|
6329
|
+
maxLength: number;
|
|
6330
|
+
};
|
|
6331
|
+
description: string;
|
|
6332
|
+
};
|
|
6221
6333
|
};
|
|
6222
6334
|
required: string[];
|
|
6223
6335
|
description: string;
|
|
@@ -6692,6 +6804,14 @@ export declare const state: {
|
|
|
6692
6804
|
type: "object";
|
|
6693
6805
|
additionalProperties: true;
|
|
6694
6806
|
};
|
|
6807
|
+
attributes: {
|
|
6808
|
+
type: "object";
|
|
6809
|
+
additionalProperties: {
|
|
6810
|
+
type: "string";
|
|
6811
|
+
maxLength: number;
|
|
6812
|
+
};
|
|
6813
|
+
description: string;
|
|
6814
|
+
};
|
|
6695
6815
|
};
|
|
6696
6816
|
required: string[];
|
|
6697
6817
|
description: string;
|
|
@@ -6741,6 +6861,14 @@ export declare const state: {
|
|
|
6741
6861
|
required: string[];
|
|
6742
6862
|
additionalProperties: false;
|
|
6743
6863
|
};
|
|
6864
|
+
attributes: {
|
|
6865
|
+
type: "object";
|
|
6866
|
+
additionalProperties: {
|
|
6867
|
+
type: "string";
|
|
6868
|
+
maxLength: number;
|
|
6869
|
+
};
|
|
6870
|
+
description: string;
|
|
6871
|
+
};
|
|
6744
6872
|
};
|
|
6745
6873
|
required: string[];
|
|
6746
6874
|
description: string;
|
|
@@ -7337,9 +7465,17 @@ export declare const state: {
|
|
|
7337
7465
|
required: string[];
|
|
7338
7466
|
additionalProperties: false;
|
|
7339
7467
|
};
|
|
7468
|
+
attributes: {
|
|
7469
|
+
type: "object";
|
|
7470
|
+
additionalProperties: {
|
|
7471
|
+
type: "string";
|
|
7472
|
+
maxLength: number;
|
|
7473
|
+
nullable: true;
|
|
7474
|
+
};
|
|
7475
|
+
description: string;
|
|
7476
|
+
};
|
|
7340
7477
|
};
|
|
7341
7478
|
required: string[];
|
|
7342
|
-
description: string;
|
|
7343
7479
|
nullable: true;
|
|
7344
7480
|
additionalProperties: false;
|
|
7345
7481
|
};
|
|
@@ -7363,9 +7499,17 @@ export declare const state: {
|
|
|
7363
7499
|
type: "object";
|
|
7364
7500
|
additionalProperties: true;
|
|
7365
7501
|
};
|
|
7502
|
+
attributes: {
|
|
7503
|
+
type: "object";
|
|
7504
|
+
additionalProperties: {
|
|
7505
|
+
type: "string";
|
|
7506
|
+
maxLength: number;
|
|
7507
|
+
nullable: true;
|
|
7508
|
+
};
|
|
7509
|
+
description: string;
|
|
7510
|
+
};
|
|
7366
7511
|
};
|
|
7367
7512
|
required: string[];
|
|
7368
|
-
description: string;
|
|
7369
7513
|
nullable: true;
|
|
7370
7514
|
additionalProperties: false;
|
|
7371
7515
|
};
|
|
@@ -7882,9 +8026,17 @@ export declare const state: {
|
|
|
7882
8026
|
required: string[];
|
|
7883
8027
|
additionalProperties: false;
|
|
7884
8028
|
};
|
|
8029
|
+
attributes: {
|
|
8030
|
+
type: "object";
|
|
8031
|
+
additionalProperties: {
|
|
8032
|
+
type: "string";
|
|
8033
|
+
maxLength: number;
|
|
8034
|
+
nullable: true;
|
|
8035
|
+
};
|
|
8036
|
+
description: string;
|
|
8037
|
+
};
|
|
7885
8038
|
};
|
|
7886
8039
|
required: string[];
|
|
7887
|
-
description: string;
|
|
7888
8040
|
nullable: true;
|
|
7889
8041
|
additionalProperties: false;
|
|
7890
8042
|
};
|
|
@@ -7908,9 +8060,17 @@ export declare const state: {
|
|
|
7908
8060
|
type: "object";
|
|
7909
8061
|
additionalProperties: true;
|
|
7910
8062
|
};
|
|
8063
|
+
attributes: {
|
|
8064
|
+
type: "object";
|
|
8065
|
+
additionalProperties: {
|
|
8066
|
+
type: "string";
|
|
8067
|
+
maxLength: number;
|
|
8068
|
+
nullable: true;
|
|
8069
|
+
};
|
|
8070
|
+
description: string;
|
|
8071
|
+
};
|
|
7911
8072
|
};
|
|
7912
8073
|
required: string[];
|
|
7913
|
-
description: string;
|
|
7914
8074
|
nullable: true;
|
|
7915
8075
|
additionalProperties: false;
|
|
7916
8076
|
};
|
|
@@ -8637,6 +8797,14 @@ export declare const state: {
|
|
|
8637
8797
|
type: "object";
|
|
8638
8798
|
additionalProperties: true;
|
|
8639
8799
|
};
|
|
8800
|
+
attributes: {
|
|
8801
|
+
type: "object";
|
|
8802
|
+
additionalProperties: {
|
|
8803
|
+
type: "string";
|
|
8804
|
+
maxLength: number;
|
|
8805
|
+
};
|
|
8806
|
+
description: string;
|
|
8807
|
+
};
|
|
8640
8808
|
};
|
|
8641
8809
|
required: string[];
|
|
8642
8810
|
description: string;
|
|
@@ -8686,6 +8854,14 @@ export declare const state: {
|
|
|
8686
8854
|
required: string[];
|
|
8687
8855
|
additionalProperties: false;
|
|
8688
8856
|
};
|
|
8857
|
+
attributes: {
|
|
8858
|
+
type: "object";
|
|
8859
|
+
additionalProperties: {
|
|
8860
|
+
type: "string";
|
|
8861
|
+
maxLength: number;
|
|
8862
|
+
};
|
|
8863
|
+
description: string;
|
|
8864
|
+
};
|
|
8689
8865
|
};
|
|
8690
8866
|
required: string[];
|
|
8691
8867
|
description: string;
|
|
@@ -8888,9 +9064,17 @@ export declare const state: {
|
|
|
8888
9064
|
type: "object";
|
|
8889
9065
|
additionalProperties: true;
|
|
8890
9066
|
};
|
|
9067
|
+
attributes: {
|
|
9068
|
+
type: "object";
|
|
9069
|
+
additionalProperties: {
|
|
9070
|
+
type: "string";
|
|
9071
|
+
maxLength: number;
|
|
9072
|
+
nullable: true;
|
|
9073
|
+
};
|
|
9074
|
+
description: string;
|
|
9075
|
+
};
|
|
8891
9076
|
};
|
|
8892
9077
|
required: string[];
|
|
8893
|
-
description: string;
|
|
8894
9078
|
nullable: true;
|
|
8895
9079
|
additionalProperties: false;
|
|
8896
9080
|
};
|
|
@@ -8938,9 +9122,17 @@ export declare const state: {
|
|
|
8938
9122
|
required: string[];
|
|
8939
9123
|
additionalProperties: false;
|
|
8940
9124
|
};
|
|
9125
|
+
attributes: {
|
|
9126
|
+
type: "object";
|
|
9127
|
+
additionalProperties: {
|
|
9128
|
+
type: "string";
|
|
9129
|
+
maxLength: number;
|
|
9130
|
+
nullable: true;
|
|
9131
|
+
};
|
|
9132
|
+
description: string;
|
|
9133
|
+
};
|
|
8941
9134
|
};
|
|
8942
9135
|
required: string[];
|
|
8943
|
-
description: string;
|
|
8944
9136
|
nullable: true;
|
|
8945
9137
|
additionalProperties: false;
|
|
8946
9138
|
};
|
|
@@ -9204,6 +9396,14 @@ export declare const state: {
|
|
|
9204
9396
|
type: "object";
|
|
9205
9397
|
additionalProperties: true;
|
|
9206
9398
|
};
|
|
9399
|
+
attributes: {
|
|
9400
|
+
type: "object";
|
|
9401
|
+
additionalProperties: {
|
|
9402
|
+
type: "string";
|
|
9403
|
+
maxLength: number;
|
|
9404
|
+
};
|
|
9405
|
+
description: string;
|
|
9406
|
+
};
|
|
9207
9407
|
};
|
|
9208
9408
|
required: string[];
|
|
9209
9409
|
description: string;
|
|
@@ -9253,6 +9453,14 @@ export declare const state: {
|
|
|
9253
9453
|
required: string[];
|
|
9254
9454
|
additionalProperties: false;
|
|
9255
9455
|
};
|
|
9456
|
+
attributes: {
|
|
9457
|
+
type: "object";
|
|
9458
|
+
additionalProperties: {
|
|
9459
|
+
type: "string";
|
|
9460
|
+
maxLength: number;
|
|
9461
|
+
};
|
|
9462
|
+
description: string;
|
|
9463
|
+
};
|
|
9256
9464
|
};
|
|
9257
9465
|
required: string[];
|
|
9258
9466
|
description: string;
|
|
@@ -9554,9 +9762,17 @@ export declare const state: {
|
|
|
9554
9762
|
type: "object";
|
|
9555
9763
|
additionalProperties: true;
|
|
9556
9764
|
};
|
|
9765
|
+
attributes: {
|
|
9766
|
+
type: "object";
|
|
9767
|
+
additionalProperties: {
|
|
9768
|
+
type: "string";
|
|
9769
|
+
maxLength: number;
|
|
9770
|
+
nullable: true;
|
|
9771
|
+
};
|
|
9772
|
+
description: string;
|
|
9773
|
+
};
|
|
9557
9774
|
};
|
|
9558
9775
|
required: string[];
|
|
9559
|
-
description: string;
|
|
9560
9776
|
nullable: true;
|
|
9561
9777
|
additionalProperties: false;
|
|
9562
9778
|
};
|
|
@@ -9604,9 +9820,17 @@ export declare const state: {
|
|
|
9604
9820
|
required: string[];
|
|
9605
9821
|
additionalProperties: false;
|
|
9606
9822
|
};
|
|
9823
|
+
attributes: {
|
|
9824
|
+
type: "object";
|
|
9825
|
+
additionalProperties: {
|
|
9826
|
+
type: "string";
|
|
9827
|
+
maxLength: number;
|
|
9828
|
+
nullable: true;
|
|
9829
|
+
};
|
|
9830
|
+
description: string;
|
|
9831
|
+
};
|
|
9607
9832
|
};
|
|
9608
9833
|
required: string[];
|
|
9609
|
-
description: string;
|
|
9610
9834
|
nullable: true;
|
|
9611
9835
|
additionalProperties: false;
|
|
9612
9836
|
};
|
|
@@ -10799,6 +11023,14 @@ export declare const state: {
|
|
|
10799
11023
|
type: "object";
|
|
10800
11024
|
additionalProperties: true;
|
|
10801
11025
|
};
|
|
11026
|
+
attributes: {
|
|
11027
|
+
type: "object";
|
|
11028
|
+
additionalProperties: {
|
|
11029
|
+
type: "string";
|
|
11030
|
+
maxLength: number;
|
|
11031
|
+
};
|
|
11032
|
+
description: string;
|
|
11033
|
+
};
|
|
10802
11034
|
};
|
|
10803
11035
|
required: string[];
|
|
10804
11036
|
description: string;
|
|
@@ -10906,6 +11138,14 @@ export declare const state: {
|
|
|
10906
11138
|
required: string[];
|
|
10907
11139
|
additionalProperties: false;
|
|
10908
11140
|
};
|
|
11141
|
+
attributes: {
|
|
11142
|
+
type: "object";
|
|
11143
|
+
additionalProperties: {
|
|
11144
|
+
type: "string";
|
|
11145
|
+
maxLength: number;
|
|
11146
|
+
};
|
|
11147
|
+
description: string;
|
|
11148
|
+
};
|
|
10909
11149
|
};
|
|
10910
11150
|
required: string[];
|
|
10911
11151
|
description: string;
|
|
@@ -11350,6 +11590,14 @@ export declare const state: {
|
|
|
11350
11590
|
type: "object";
|
|
11351
11591
|
additionalProperties: true;
|
|
11352
11592
|
};
|
|
11593
|
+
attributes: {
|
|
11594
|
+
type: "object";
|
|
11595
|
+
additionalProperties: {
|
|
11596
|
+
type: "string";
|
|
11597
|
+
maxLength: number;
|
|
11598
|
+
};
|
|
11599
|
+
description: string;
|
|
11600
|
+
};
|
|
11353
11601
|
};
|
|
11354
11602
|
required: string[];
|
|
11355
11603
|
description: string;
|
|
@@ -11399,6 +11647,14 @@ export declare const state: {
|
|
|
11399
11647
|
required: string[];
|
|
11400
11648
|
additionalProperties: false;
|
|
11401
11649
|
};
|
|
11650
|
+
attributes: {
|
|
11651
|
+
type: "object";
|
|
11652
|
+
additionalProperties: {
|
|
11653
|
+
type: "string";
|
|
11654
|
+
maxLength: number;
|
|
11655
|
+
};
|
|
11656
|
+
description: string;
|
|
11657
|
+
};
|
|
11402
11658
|
};
|
|
11403
11659
|
required: string[];
|
|
11404
11660
|
description: string;
|
|
@@ -11596,6 +11852,14 @@ export declare const state: {
|
|
|
11596
11852
|
type: "object";
|
|
11597
11853
|
additionalProperties: true;
|
|
11598
11854
|
};
|
|
11855
|
+
attributes: {
|
|
11856
|
+
type: "object";
|
|
11857
|
+
additionalProperties: {
|
|
11858
|
+
type: "string";
|
|
11859
|
+
maxLength: number;
|
|
11860
|
+
};
|
|
11861
|
+
description: string;
|
|
11862
|
+
};
|
|
11599
11863
|
};
|
|
11600
11864
|
required: string[];
|
|
11601
11865
|
description: string;
|
|
@@ -11645,6 +11909,14 @@ export declare const state: {
|
|
|
11645
11909
|
required: string[];
|
|
11646
11910
|
additionalProperties: false;
|
|
11647
11911
|
};
|
|
11912
|
+
attributes: {
|
|
11913
|
+
type: "object";
|
|
11914
|
+
additionalProperties: {
|
|
11915
|
+
type: "string";
|
|
11916
|
+
maxLength: number;
|
|
11917
|
+
};
|
|
11918
|
+
description: string;
|
|
11919
|
+
};
|
|
11648
11920
|
};
|
|
11649
11921
|
required: string[];
|
|
11650
11922
|
description: string;
|
|
@@ -11805,6 +12077,14 @@ export declare const state: {
|
|
|
11805
12077
|
type: "object";
|
|
11806
12078
|
additionalProperties: true;
|
|
11807
12079
|
};
|
|
12080
|
+
attributes: {
|
|
12081
|
+
type: "object";
|
|
12082
|
+
additionalProperties: {
|
|
12083
|
+
type: "string";
|
|
12084
|
+
maxLength: number;
|
|
12085
|
+
};
|
|
12086
|
+
description: string;
|
|
12087
|
+
};
|
|
11808
12088
|
};
|
|
11809
12089
|
required: string[];
|
|
11810
12090
|
description: string;
|
|
@@ -11854,6 +12134,14 @@ export declare const state: {
|
|
|
11854
12134
|
required: string[];
|
|
11855
12135
|
additionalProperties: false;
|
|
11856
12136
|
};
|
|
12137
|
+
attributes: {
|
|
12138
|
+
type: "object";
|
|
12139
|
+
additionalProperties: {
|
|
12140
|
+
type: "string";
|
|
12141
|
+
maxLength: number;
|
|
12142
|
+
};
|
|
12143
|
+
description: string;
|
|
12144
|
+
};
|
|
11857
12145
|
};
|
|
11858
12146
|
required: string[];
|
|
11859
12147
|
description: string;
|