@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
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3321,6 +3321,14 @@ export declare const state: {
|
|
|
3321
3321
|
type: "object";
|
|
3322
3322
|
additionalProperties: true;
|
|
3323
3323
|
};
|
|
3324
|
+
attributes: {
|
|
3325
|
+
type: "object";
|
|
3326
|
+
additionalProperties: {
|
|
3327
|
+
type: "string";
|
|
3328
|
+
maxLength: number;
|
|
3329
|
+
};
|
|
3330
|
+
description: string;
|
|
3331
|
+
};
|
|
3324
3332
|
};
|
|
3325
3333
|
required: string[];
|
|
3326
3334
|
description: string;
|
|
@@ -3370,6 +3378,14 @@ export declare const state: {
|
|
|
3370
3378
|
required: string[];
|
|
3371
3379
|
additionalProperties: false;
|
|
3372
3380
|
};
|
|
3381
|
+
attributes: {
|
|
3382
|
+
type: "object";
|
|
3383
|
+
additionalProperties: {
|
|
3384
|
+
type: "string";
|
|
3385
|
+
maxLength: number;
|
|
3386
|
+
};
|
|
3387
|
+
description: string;
|
|
3388
|
+
};
|
|
3373
3389
|
};
|
|
3374
3390
|
required: string[];
|
|
3375
3391
|
description: string;
|
|
@@ -3933,6 +3949,14 @@ export declare const state: {
|
|
|
3933
3949
|
type: "object";
|
|
3934
3950
|
additionalProperties: true;
|
|
3935
3951
|
};
|
|
3952
|
+
attributes: {
|
|
3953
|
+
type: "object";
|
|
3954
|
+
additionalProperties: {
|
|
3955
|
+
type: "string";
|
|
3956
|
+
maxLength: number;
|
|
3957
|
+
};
|
|
3958
|
+
description: string;
|
|
3959
|
+
};
|
|
3936
3960
|
};
|
|
3937
3961
|
required: string[];
|
|
3938
3962
|
description: string;
|
|
@@ -3982,6 +4006,14 @@ export declare const state: {
|
|
|
3982
4006
|
required: string[];
|
|
3983
4007
|
additionalProperties: false;
|
|
3984
4008
|
};
|
|
4009
|
+
attributes: {
|
|
4010
|
+
type: "object";
|
|
4011
|
+
additionalProperties: {
|
|
4012
|
+
type: "string";
|
|
4013
|
+
maxLength: number;
|
|
4014
|
+
};
|
|
4015
|
+
description: string;
|
|
4016
|
+
};
|
|
3985
4017
|
};
|
|
3986
4018
|
required: string[];
|
|
3987
4019
|
description: string;
|
|
@@ -4363,6 +4395,14 @@ export declare const state: {
|
|
|
4363
4395
|
type: "object";
|
|
4364
4396
|
additionalProperties: true;
|
|
4365
4397
|
};
|
|
4398
|
+
attributes: {
|
|
4399
|
+
type: "object";
|
|
4400
|
+
additionalProperties: {
|
|
4401
|
+
type: "string";
|
|
4402
|
+
maxLength: number;
|
|
4403
|
+
};
|
|
4404
|
+
description: string;
|
|
4405
|
+
};
|
|
4366
4406
|
};
|
|
4367
4407
|
required: string[];
|
|
4368
4408
|
description: string;
|
|
@@ -4412,6 +4452,14 @@ export declare const state: {
|
|
|
4412
4452
|
required: string[];
|
|
4413
4453
|
additionalProperties: false;
|
|
4414
4454
|
};
|
|
4455
|
+
attributes: {
|
|
4456
|
+
type: "object";
|
|
4457
|
+
additionalProperties: {
|
|
4458
|
+
type: "string";
|
|
4459
|
+
maxLength: number;
|
|
4460
|
+
};
|
|
4461
|
+
description: string;
|
|
4462
|
+
};
|
|
4415
4463
|
};
|
|
4416
4464
|
required: string[];
|
|
4417
4465
|
description: string;
|
|
@@ -4683,6 +4731,14 @@ export declare const state: {
|
|
|
4683
4731
|
type: "object";
|
|
4684
4732
|
additionalProperties: true;
|
|
4685
4733
|
};
|
|
4734
|
+
attributes: {
|
|
4735
|
+
type: "object";
|
|
4736
|
+
additionalProperties: {
|
|
4737
|
+
type: "string";
|
|
4738
|
+
maxLength: number;
|
|
4739
|
+
};
|
|
4740
|
+
description: string;
|
|
4741
|
+
};
|
|
4686
4742
|
};
|
|
4687
4743
|
required: string[];
|
|
4688
4744
|
description: string;
|
|
@@ -4732,6 +4788,14 @@ export declare const state: {
|
|
|
4732
4788
|
required: string[];
|
|
4733
4789
|
additionalProperties: false;
|
|
4734
4790
|
};
|
|
4791
|
+
attributes: {
|
|
4792
|
+
type: "object";
|
|
4793
|
+
additionalProperties: {
|
|
4794
|
+
type: "string";
|
|
4795
|
+
maxLength: number;
|
|
4796
|
+
};
|
|
4797
|
+
description: string;
|
|
4798
|
+
};
|
|
4735
4799
|
};
|
|
4736
4800
|
required: string[];
|
|
4737
4801
|
description: string;
|
|
@@ -4974,6 +5038,14 @@ export declare const state: {
|
|
|
4974
5038
|
type: "object";
|
|
4975
5039
|
additionalProperties: true;
|
|
4976
5040
|
};
|
|
5041
|
+
attributes: {
|
|
5042
|
+
type: "object";
|
|
5043
|
+
additionalProperties: {
|
|
5044
|
+
type: "string";
|
|
5045
|
+
maxLength: number;
|
|
5046
|
+
};
|
|
5047
|
+
description: string;
|
|
5048
|
+
};
|
|
4977
5049
|
};
|
|
4978
5050
|
required: string[];
|
|
4979
5051
|
description: string;
|
|
@@ -5070,6 +5142,14 @@ export declare const state: {
|
|
|
5070
5142
|
required: string[];
|
|
5071
5143
|
additionalProperties: false;
|
|
5072
5144
|
};
|
|
5145
|
+
attributes: {
|
|
5146
|
+
type: "object";
|
|
5147
|
+
additionalProperties: {
|
|
5148
|
+
type: "string";
|
|
5149
|
+
maxLength: number;
|
|
5150
|
+
};
|
|
5151
|
+
description: string;
|
|
5152
|
+
};
|
|
5073
5153
|
};
|
|
5074
5154
|
required: string[];
|
|
5075
5155
|
description: string;
|
|
@@ -5391,9 +5471,17 @@ export declare const state: {
|
|
|
5391
5471
|
type: "object";
|
|
5392
5472
|
additionalProperties: true;
|
|
5393
5473
|
};
|
|
5474
|
+
attributes: {
|
|
5475
|
+
type: "object";
|
|
5476
|
+
additionalProperties: {
|
|
5477
|
+
type: "string";
|
|
5478
|
+
maxLength: number;
|
|
5479
|
+
nullable: true;
|
|
5480
|
+
};
|
|
5481
|
+
description: string;
|
|
5482
|
+
};
|
|
5394
5483
|
};
|
|
5395
5484
|
required: string[];
|
|
5396
|
-
description: string;
|
|
5397
5485
|
nullable: true;
|
|
5398
5486
|
additionalProperties: false;
|
|
5399
5487
|
};
|
|
@@ -5441,9 +5529,17 @@ export declare const state: {
|
|
|
5441
5529
|
required: string[];
|
|
5442
5530
|
additionalProperties: false;
|
|
5443
5531
|
};
|
|
5532
|
+
attributes: {
|
|
5533
|
+
type: "object";
|
|
5534
|
+
additionalProperties: {
|
|
5535
|
+
type: "string";
|
|
5536
|
+
maxLength: number;
|
|
5537
|
+
nullable: true;
|
|
5538
|
+
};
|
|
5539
|
+
description: string;
|
|
5540
|
+
};
|
|
5444
5541
|
};
|
|
5445
5542
|
required: string[];
|
|
5446
|
-
description: string;
|
|
5447
5543
|
nullable: true;
|
|
5448
5544
|
additionalProperties: false;
|
|
5449
5545
|
};
|
|
@@ -8523,6 +8619,14 @@ export declare const state: {
|
|
|
8523
8619
|
type: "object";
|
|
8524
8620
|
additionalProperties: true;
|
|
8525
8621
|
};
|
|
8622
|
+
attributes: {
|
|
8623
|
+
type: "object";
|
|
8624
|
+
additionalProperties: {
|
|
8625
|
+
type: "string";
|
|
8626
|
+
maxLength: number;
|
|
8627
|
+
};
|
|
8628
|
+
description: string;
|
|
8629
|
+
};
|
|
8526
8630
|
};
|
|
8527
8631
|
required: string[];
|
|
8528
8632
|
description: string;
|
|
@@ -8572,6 +8676,14 @@ export declare const state: {
|
|
|
8572
8676
|
required: string[];
|
|
8573
8677
|
additionalProperties: false;
|
|
8574
8678
|
};
|
|
8679
|
+
attributes: {
|
|
8680
|
+
type: "object";
|
|
8681
|
+
additionalProperties: {
|
|
8682
|
+
type: "string";
|
|
8683
|
+
maxLength: number;
|
|
8684
|
+
};
|
|
8685
|
+
description: string;
|
|
8686
|
+
};
|
|
8575
8687
|
};
|
|
8576
8688
|
required: string[];
|
|
8577
8689
|
description: string;
|
|
@@ -9046,6 +9158,14 @@ export declare const state: {
|
|
|
9046
9158
|
type: "object";
|
|
9047
9159
|
additionalProperties: true;
|
|
9048
9160
|
};
|
|
9161
|
+
attributes: {
|
|
9162
|
+
type: "object";
|
|
9163
|
+
additionalProperties: {
|
|
9164
|
+
type: "string";
|
|
9165
|
+
maxLength: number;
|
|
9166
|
+
};
|
|
9167
|
+
description: string;
|
|
9168
|
+
};
|
|
9049
9169
|
};
|
|
9050
9170
|
required: string[];
|
|
9051
9171
|
description: string;
|
|
@@ -9095,6 +9215,14 @@ export declare const state: {
|
|
|
9095
9215
|
required: string[];
|
|
9096
9216
|
additionalProperties: false;
|
|
9097
9217
|
};
|
|
9218
|
+
attributes: {
|
|
9219
|
+
type: "object";
|
|
9220
|
+
additionalProperties: {
|
|
9221
|
+
type: "string";
|
|
9222
|
+
maxLength: number;
|
|
9223
|
+
};
|
|
9224
|
+
description: string;
|
|
9225
|
+
};
|
|
9098
9226
|
};
|
|
9099
9227
|
required: string[];
|
|
9100
9228
|
description: string;
|
|
@@ -9691,9 +9819,17 @@ export declare const state: {
|
|
|
9691
9819
|
required: string[];
|
|
9692
9820
|
additionalProperties: false;
|
|
9693
9821
|
};
|
|
9822
|
+
attributes: {
|
|
9823
|
+
type: "object";
|
|
9824
|
+
additionalProperties: {
|
|
9825
|
+
type: "string";
|
|
9826
|
+
maxLength: number;
|
|
9827
|
+
nullable: true;
|
|
9828
|
+
};
|
|
9829
|
+
description: string;
|
|
9830
|
+
};
|
|
9694
9831
|
};
|
|
9695
9832
|
required: string[];
|
|
9696
|
-
description: string;
|
|
9697
9833
|
nullable: true;
|
|
9698
9834
|
additionalProperties: false;
|
|
9699
9835
|
};
|
|
@@ -9717,9 +9853,17 @@ export declare const state: {
|
|
|
9717
9853
|
type: "object";
|
|
9718
9854
|
additionalProperties: true;
|
|
9719
9855
|
};
|
|
9856
|
+
attributes: {
|
|
9857
|
+
type: "object";
|
|
9858
|
+
additionalProperties: {
|
|
9859
|
+
type: "string";
|
|
9860
|
+
maxLength: number;
|
|
9861
|
+
nullable: true;
|
|
9862
|
+
};
|
|
9863
|
+
description: string;
|
|
9864
|
+
};
|
|
9720
9865
|
};
|
|
9721
9866
|
required: string[];
|
|
9722
|
-
description: string;
|
|
9723
9867
|
nullable: true;
|
|
9724
9868
|
additionalProperties: false;
|
|
9725
9869
|
};
|
|
@@ -10236,9 +10380,17 @@ export declare const state: {
|
|
|
10236
10380
|
required: string[];
|
|
10237
10381
|
additionalProperties: false;
|
|
10238
10382
|
};
|
|
10383
|
+
attributes: {
|
|
10384
|
+
type: "object";
|
|
10385
|
+
additionalProperties: {
|
|
10386
|
+
type: "string";
|
|
10387
|
+
maxLength: number;
|
|
10388
|
+
nullable: true;
|
|
10389
|
+
};
|
|
10390
|
+
description: string;
|
|
10391
|
+
};
|
|
10239
10392
|
};
|
|
10240
10393
|
required: string[];
|
|
10241
|
-
description: string;
|
|
10242
10394
|
nullable: true;
|
|
10243
10395
|
additionalProperties: false;
|
|
10244
10396
|
};
|
|
@@ -10262,9 +10414,17 @@ export declare const state: {
|
|
|
10262
10414
|
type: "object";
|
|
10263
10415
|
additionalProperties: true;
|
|
10264
10416
|
};
|
|
10417
|
+
attributes: {
|
|
10418
|
+
type: "object";
|
|
10419
|
+
additionalProperties: {
|
|
10420
|
+
type: "string";
|
|
10421
|
+
maxLength: number;
|
|
10422
|
+
nullable: true;
|
|
10423
|
+
};
|
|
10424
|
+
description: string;
|
|
10425
|
+
};
|
|
10265
10426
|
};
|
|
10266
10427
|
required: string[];
|
|
10267
|
-
description: string;
|
|
10268
10428
|
nullable: true;
|
|
10269
10429
|
additionalProperties: false;
|
|
10270
10430
|
};
|
|
@@ -10991,6 +11151,14 @@ export declare const state: {
|
|
|
10991
11151
|
type: "object";
|
|
10992
11152
|
additionalProperties: true;
|
|
10993
11153
|
};
|
|
11154
|
+
attributes: {
|
|
11155
|
+
type: "object";
|
|
11156
|
+
additionalProperties: {
|
|
11157
|
+
type: "string";
|
|
11158
|
+
maxLength: number;
|
|
11159
|
+
};
|
|
11160
|
+
description: string;
|
|
11161
|
+
};
|
|
10994
11162
|
};
|
|
10995
11163
|
required: string[];
|
|
10996
11164
|
description: string;
|
|
@@ -11040,6 +11208,14 @@ export declare const state: {
|
|
|
11040
11208
|
required: string[];
|
|
11041
11209
|
additionalProperties: false;
|
|
11042
11210
|
};
|
|
11211
|
+
attributes: {
|
|
11212
|
+
type: "object";
|
|
11213
|
+
additionalProperties: {
|
|
11214
|
+
type: "string";
|
|
11215
|
+
maxLength: number;
|
|
11216
|
+
};
|
|
11217
|
+
description: string;
|
|
11218
|
+
};
|
|
11043
11219
|
};
|
|
11044
11220
|
required: string[];
|
|
11045
11221
|
description: string;
|
|
@@ -11242,9 +11418,17 @@ export declare const state: {
|
|
|
11242
11418
|
type: "object";
|
|
11243
11419
|
additionalProperties: true;
|
|
11244
11420
|
};
|
|
11421
|
+
attributes: {
|
|
11422
|
+
type: "object";
|
|
11423
|
+
additionalProperties: {
|
|
11424
|
+
type: "string";
|
|
11425
|
+
maxLength: number;
|
|
11426
|
+
nullable: true;
|
|
11427
|
+
};
|
|
11428
|
+
description: string;
|
|
11429
|
+
};
|
|
11245
11430
|
};
|
|
11246
11431
|
required: string[];
|
|
11247
|
-
description: string;
|
|
11248
11432
|
nullable: true;
|
|
11249
11433
|
additionalProperties: false;
|
|
11250
11434
|
};
|
|
@@ -11292,9 +11476,17 @@ export declare const state: {
|
|
|
11292
11476
|
required: string[];
|
|
11293
11477
|
additionalProperties: false;
|
|
11294
11478
|
};
|
|
11479
|
+
attributes: {
|
|
11480
|
+
type: "object";
|
|
11481
|
+
additionalProperties: {
|
|
11482
|
+
type: "string";
|
|
11483
|
+
maxLength: number;
|
|
11484
|
+
nullable: true;
|
|
11485
|
+
};
|
|
11486
|
+
description: string;
|
|
11487
|
+
};
|
|
11295
11488
|
};
|
|
11296
11489
|
required: string[];
|
|
11297
|
-
description: string;
|
|
11298
11490
|
nullable: true;
|
|
11299
11491
|
additionalProperties: false;
|
|
11300
11492
|
};
|
|
@@ -11558,6 +11750,14 @@ export declare const state: {
|
|
|
11558
11750
|
type: "object";
|
|
11559
11751
|
additionalProperties: true;
|
|
11560
11752
|
};
|
|
11753
|
+
attributes: {
|
|
11754
|
+
type: "object";
|
|
11755
|
+
additionalProperties: {
|
|
11756
|
+
type: "string";
|
|
11757
|
+
maxLength: number;
|
|
11758
|
+
};
|
|
11759
|
+
description: string;
|
|
11760
|
+
};
|
|
11561
11761
|
};
|
|
11562
11762
|
required: string[];
|
|
11563
11763
|
description: string;
|
|
@@ -11607,6 +11807,14 @@ export declare const state: {
|
|
|
11607
11807
|
required: string[];
|
|
11608
11808
|
additionalProperties: false;
|
|
11609
11809
|
};
|
|
11810
|
+
attributes: {
|
|
11811
|
+
type: "object";
|
|
11812
|
+
additionalProperties: {
|
|
11813
|
+
type: "string";
|
|
11814
|
+
maxLength: number;
|
|
11815
|
+
};
|
|
11816
|
+
description: string;
|
|
11817
|
+
};
|
|
11610
11818
|
};
|
|
11611
11819
|
required: string[];
|
|
11612
11820
|
description: string;
|
|
@@ -11908,9 +12116,17 @@ export declare const state: {
|
|
|
11908
12116
|
type: "object";
|
|
11909
12117
|
additionalProperties: true;
|
|
11910
12118
|
};
|
|
12119
|
+
attributes: {
|
|
12120
|
+
type: "object";
|
|
12121
|
+
additionalProperties: {
|
|
12122
|
+
type: "string";
|
|
12123
|
+
maxLength: number;
|
|
12124
|
+
nullable: true;
|
|
12125
|
+
};
|
|
12126
|
+
description: string;
|
|
12127
|
+
};
|
|
11911
12128
|
};
|
|
11912
12129
|
required: string[];
|
|
11913
|
-
description: string;
|
|
11914
12130
|
nullable: true;
|
|
11915
12131
|
additionalProperties: false;
|
|
11916
12132
|
};
|
|
@@ -11958,9 +12174,17 @@ export declare const state: {
|
|
|
11958
12174
|
required: string[];
|
|
11959
12175
|
additionalProperties: false;
|
|
11960
12176
|
};
|
|
12177
|
+
attributes: {
|
|
12178
|
+
type: "object";
|
|
12179
|
+
additionalProperties: {
|
|
12180
|
+
type: "string";
|
|
12181
|
+
maxLength: number;
|
|
12182
|
+
nullable: true;
|
|
12183
|
+
};
|
|
12184
|
+
description: string;
|
|
12185
|
+
};
|
|
11961
12186
|
};
|
|
11962
12187
|
required: string[];
|
|
11963
|
-
description: string;
|
|
11964
12188
|
nullable: true;
|
|
11965
12189
|
additionalProperties: false;
|
|
11966
12190
|
};
|
|
@@ -15674,6 +15898,14 @@ export declare const state: {
|
|
|
15674
15898
|
type: "object";
|
|
15675
15899
|
additionalProperties: true;
|
|
15676
15900
|
};
|
|
15901
|
+
attributes: {
|
|
15902
|
+
type: "object";
|
|
15903
|
+
additionalProperties: {
|
|
15904
|
+
type: "string";
|
|
15905
|
+
maxLength: number;
|
|
15906
|
+
};
|
|
15907
|
+
description: string;
|
|
15908
|
+
};
|
|
15677
15909
|
};
|
|
15678
15910
|
required: string[];
|
|
15679
15911
|
description: string;
|
|
@@ -15781,6 +16013,14 @@ export declare const state: {
|
|
|
15781
16013
|
required: string[];
|
|
15782
16014
|
additionalProperties: false;
|
|
15783
16015
|
};
|
|
16016
|
+
attributes: {
|
|
16017
|
+
type: "object";
|
|
16018
|
+
additionalProperties: {
|
|
16019
|
+
type: "string";
|
|
16020
|
+
maxLength: number;
|
|
16021
|
+
};
|
|
16022
|
+
description: string;
|
|
16023
|
+
};
|
|
15784
16024
|
};
|
|
15785
16025
|
required: string[];
|
|
15786
16026
|
description: string;
|
|
@@ -16225,6 +16465,14 @@ export declare const state: {
|
|
|
16225
16465
|
type: "object";
|
|
16226
16466
|
additionalProperties: true;
|
|
16227
16467
|
};
|
|
16468
|
+
attributes: {
|
|
16469
|
+
type: "object";
|
|
16470
|
+
additionalProperties: {
|
|
16471
|
+
type: "string";
|
|
16472
|
+
maxLength: number;
|
|
16473
|
+
};
|
|
16474
|
+
description: string;
|
|
16475
|
+
};
|
|
16228
16476
|
};
|
|
16229
16477
|
required: string[];
|
|
16230
16478
|
description: string;
|
|
@@ -16274,6 +16522,14 @@ export declare const state: {
|
|
|
16274
16522
|
required: string[];
|
|
16275
16523
|
additionalProperties: false;
|
|
16276
16524
|
};
|
|
16525
|
+
attributes: {
|
|
16526
|
+
type: "object";
|
|
16527
|
+
additionalProperties: {
|
|
16528
|
+
type: "string";
|
|
16529
|
+
maxLength: number;
|
|
16530
|
+
};
|
|
16531
|
+
description: string;
|
|
16532
|
+
};
|
|
16277
16533
|
};
|
|
16278
16534
|
required: string[];
|
|
16279
16535
|
description: string;
|
|
@@ -16471,6 +16727,14 @@ export declare const state: {
|
|
|
16471
16727
|
type: "object";
|
|
16472
16728
|
additionalProperties: true;
|
|
16473
16729
|
};
|
|
16730
|
+
attributes: {
|
|
16731
|
+
type: "object";
|
|
16732
|
+
additionalProperties: {
|
|
16733
|
+
type: "string";
|
|
16734
|
+
maxLength: number;
|
|
16735
|
+
};
|
|
16736
|
+
description: string;
|
|
16737
|
+
};
|
|
16474
16738
|
};
|
|
16475
16739
|
required: string[];
|
|
16476
16740
|
description: string;
|
|
@@ -16520,6 +16784,14 @@ export declare const state: {
|
|
|
16520
16784
|
required: string[];
|
|
16521
16785
|
additionalProperties: false;
|
|
16522
16786
|
};
|
|
16787
|
+
attributes: {
|
|
16788
|
+
type: "object";
|
|
16789
|
+
additionalProperties: {
|
|
16790
|
+
type: "string";
|
|
16791
|
+
maxLength: number;
|
|
16792
|
+
};
|
|
16793
|
+
description: string;
|
|
16794
|
+
};
|
|
16523
16795
|
};
|
|
16524
16796
|
required: string[];
|
|
16525
16797
|
description: string;
|
|
@@ -16680,6 +16952,14 @@ export declare const state: {
|
|
|
16680
16952
|
type: "object";
|
|
16681
16953
|
additionalProperties: true;
|
|
16682
16954
|
};
|
|
16955
|
+
attributes: {
|
|
16956
|
+
type: "object";
|
|
16957
|
+
additionalProperties: {
|
|
16958
|
+
type: "string";
|
|
16959
|
+
maxLength: number;
|
|
16960
|
+
};
|
|
16961
|
+
description: string;
|
|
16962
|
+
};
|
|
16683
16963
|
};
|
|
16684
16964
|
required: string[];
|
|
16685
16965
|
description: string;
|
|
@@ -16729,6 +17009,14 @@ export declare const state: {
|
|
|
16729
17009
|
required: string[];
|
|
16730
17010
|
additionalProperties: false;
|
|
16731
17011
|
};
|
|
17012
|
+
attributes: {
|
|
17013
|
+
type: "object";
|
|
17014
|
+
additionalProperties: {
|
|
17015
|
+
type: "string";
|
|
17016
|
+
maxLength: number;
|
|
17017
|
+
};
|
|
17018
|
+
description: string;
|
|
17019
|
+
};
|
|
16732
17020
|
};
|
|
16733
17021
|
required: string[];
|
|
16734
17022
|
description: string;
|