@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/src/gen/state.ts
CHANGED
|
@@ -3691,6 +3691,14 @@ export const state = {
|
|
|
3691
3691
|
"schema": {
|
|
3692
3692
|
"type": "object",
|
|
3693
3693
|
"additionalProperties": true
|
|
3694
|
+
},
|
|
3695
|
+
"attributes": {
|
|
3696
|
+
"type": "object",
|
|
3697
|
+
"additionalProperties": {
|
|
3698
|
+
"type": "string",
|
|
3699
|
+
"maxLength": 200
|
|
3700
|
+
},
|
|
3701
|
+
"description": "Optional attributes"
|
|
3694
3702
|
}
|
|
3695
3703
|
},
|
|
3696
3704
|
"required": [
|
|
@@ -3746,6 +3754,14 @@ export const state = {
|
|
|
3746
3754
|
"schema"
|
|
3747
3755
|
],
|
|
3748
3756
|
"additionalProperties": false
|
|
3757
|
+
},
|
|
3758
|
+
"attributes": {
|
|
3759
|
+
"type": "object",
|
|
3760
|
+
"additionalProperties": {
|
|
3761
|
+
"type": "string",
|
|
3762
|
+
"maxLength": 200
|
|
3763
|
+
},
|
|
3764
|
+
"description": "Optional attributes"
|
|
3749
3765
|
}
|
|
3750
3766
|
},
|
|
3751
3767
|
"required": [
|
|
@@ -4408,6 +4424,14 @@ export const state = {
|
|
|
4408
4424
|
"schema": {
|
|
4409
4425
|
"type": "object",
|
|
4410
4426
|
"additionalProperties": true
|
|
4427
|
+
},
|
|
4428
|
+
"attributes": {
|
|
4429
|
+
"type": "object",
|
|
4430
|
+
"additionalProperties": {
|
|
4431
|
+
"type": "string",
|
|
4432
|
+
"maxLength": 200
|
|
4433
|
+
},
|
|
4434
|
+
"description": "Optional attributes"
|
|
4411
4435
|
}
|
|
4412
4436
|
},
|
|
4413
4437
|
"required": [
|
|
@@ -4463,6 +4487,14 @@ export const state = {
|
|
|
4463
4487
|
"schema"
|
|
4464
4488
|
],
|
|
4465
4489
|
"additionalProperties": false
|
|
4490
|
+
},
|
|
4491
|
+
"attributes": {
|
|
4492
|
+
"type": "object",
|
|
4493
|
+
"additionalProperties": {
|
|
4494
|
+
"type": "string",
|
|
4495
|
+
"maxLength": 200
|
|
4496
|
+
},
|
|
4497
|
+
"description": "Optional attributes"
|
|
4466
4498
|
}
|
|
4467
4499
|
},
|
|
4468
4500
|
"required": [
|
|
@@ -4920,6 +4952,14 @@ export const state = {
|
|
|
4920
4952
|
"schema": {
|
|
4921
4953
|
"type": "object",
|
|
4922
4954
|
"additionalProperties": true
|
|
4955
|
+
},
|
|
4956
|
+
"attributes": {
|
|
4957
|
+
"type": "object",
|
|
4958
|
+
"additionalProperties": {
|
|
4959
|
+
"type": "string",
|
|
4960
|
+
"maxLength": 200
|
|
4961
|
+
},
|
|
4962
|
+
"description": "Optional attributes"
|
|
4923
4963
|
}
|
|
4924
4964
|
},
|
|
4925
4965
|
"required": [
|
|
@@ -4975,6 +5015,14 @@ export const state = {
|
|
|
4975
5015
|
"schema"
|
|
4976
5016
|
],
|
|
4977
5017
|
"additionalProperties": false
|
|
5018
|
+
},
|
|
5019
|
+
"attributes": {
|
|
5020
|
+
"type": "object",
|
|
5021
|
+
"additionalProperties": {
|
|
5022
|
+
"type": "string",
|
|
5023
|
+
"maxLength": 200
|
|
5024
|
+
},
|
|
5025
|
+
"description": "Optional attributes"
|
|
4978
5026
|
}
|
|
4979
5027
|
},
|
|
4980
5028
|
"required": [
|
|
@@ -5294,6 +5342,14 @@ export const state = {
|
|
|
5294
5342
|
"schema": {
|
|
5295
5343
|
"type": "object",
|
|
5296
5344
|
"additionalProperties": true
|
|
5345
|
+
},
|
|
5346
|
+
"attributes": {
|
|
5347
|
+
"type": "object",
|
|
5348
|
+
"additionalProperties": {
|
|
5349
|
+
"type": "string",
|
|
5350
|
+
"maxLength": 200
|
|
5351
|
+
},
|
|
5352
|
+
"description": "Optional attributes"
|
|
5297
5353
|
}
|
|
5298
5354
|
},
|
|
5299
5355
|
"required": [
|
|
@@ -5349,6 +5405,14 @@ export const state = {
|
|
|
5349
5405
|
"schema"
|
|
5350
5406
|
],
|
|
5351
5407
|
"additionalProperties": false
|
|
5408
|
+
},
|
|
5409
|
+
"attributes": {
|
|
5410
|
+
"type": "object",
|
|
5411
|
+
"additionalProperties": {
|
|
5412
|
+
"type": "string",
|
|
5413
|
+
"maxLength": 200
|
|
5414
|
+
},
|
|
5415
|
+
"description": "Optional attributes"
|
|
5352
5416
|
}
|
|
5353
5417
|
},
|
|
5354
5418
|
"required": [
|
|
@@ -5642,6 +5706,14 @@ export const state = {
|
|
|
5642
5706
|
"schema": {
|
|
5643
5707
|
"type": "object",
|
|
5644
5708
|
"additionalProperties": true
|
|
5709
|
+
},
|
|
5710
|
+
"attributes": {
|
|
5711
|
+
"type": "object",
|
|
5712
|
+
"additionalProperties": {
|
|
5713
|
+
"type": "string",
|
|
5714
|
+
"maxLength": 200
|
|
5715
|
+
},
|
|
5716
|
+
"description": "Optional attributes"
|
|
5645
5717
|
}
|
|
5646
5718
|
},
|
|
5647
5719
|
"required": [
|
|
@@ -5752,6 +5824,14 @@ export const state = {
|
|
|
5752
5824
|
"schema"
|
|
5753
5825
|
],
|
|
5754
5826
|
"additionalProperties": false
|
|
5827
|
+
},
|
|
5828
|
+
"attributes": {
|
|
5829
|
+
"type": "object",
|
|
5830
|
+
"additionalProperties": {
|
|
5831
|
+
"type": "string",
|
|
5832
|
+
"maxLength": 200
|
|
5833
|
+
},
|
|
5834
|
+
"description": "Optional attributes"
|
|
5755
5835
|
}
|
|
5756
5836
|
},
|
|
5757
5837
|
"required": [
|
|
@@ -6083,12 +6163,20 @@ export const state = {
|
|
|
6083
6163
|
"schema": {
|
|
6084
6164
|
"type": "object",
|
|
6085
6165
|
"additionalProperties": true
|
|
6166
|
+
},
|
|
6167
|
+
"attributes": {
|
|
6168
|
+
"type": "object",
|
|
6169
|
+
"additionalProperties": {
|
|
6170
|
+
"type": "string",
|
|
6171
|
+
"maxLength": 200,
|
|
6172
|
+
"nullable": true
|
|
6173
|
+
},
|
|
6174
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
6086
6175
|
}
|
|
6087
6176
|
},
|
|
6088
6177
|
"required": [
|
|
6089
6178
|
"schema"
|
|
6090
6179
|
],
|
|
6091
|
-
"description": "Event Definition",
|
|
6092
6180
|
"nullable": true,
|
|
6093
6181
|
"additionalProperties": false
|
|
6094
6182
|
}
|
|
@@ -6139,13 +6227,21 @@ export const state = {
|
|
|
6139
6227
|
"schema"
|
|
6140
6228
|
],
|
|
6141
6229
|
"additionalProperties": false
|
|
6230
|
+
},
|
|
6231
|
+
"attributes": {
|
|
6232
|
+
"type": "object",
|
|
6233
|
+
"additionalProperties": {
|
|
6234
|
+
"type": "string",
|
|
6235
|
+
"maxLength": 200,
|
|
6236
|
+
"nullable": true
|
|
6237
|
+
},
|
|
6238
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
6142
6239
|
}
|
|
6143
6240
|
},
|
|
6144
6241
|
"required": [
|
|
6145
6242
|
"input",
|
|
6146
6243
|
"output"
|
|
6147
6244
|
],
|
|
6148
|
-
"description": "Action definition",
|
|
6149
6245
|
"nullable": true,
|
|
6150
6246
|
"additionalProperties": false
|
|
6151
6247
|
}
|
|
@@ -9773,6 +9869,14 @@ export const state = {
|
|
|
9773
9869
|
"schema": {
|
|
9774
9870
|
"type": "object",
|
|
9775
9871
|
"additionalProperties": true
|
|
9872
|
+
},
|
|
9873
|
+
"attributes": {
|
|
9874
|
+
"type": "object",
|
|
9875
|
+
"additionalProperties": {
|
|
9876
|
+
"type": "string",
|
|
9877
|
+
"maxLength": 200
|
|
9878
|
+
},
|
|
9879
|
+
"description": "Optional attributes"
|
|
9776
9880
|
}
|
|
9777
9881
|
},
|
|
9778
9882
|
"required": [
|
|
@@ -9828,6 +9932,14 @@ export const state = {
|
|
|
9828
9932
|
"schema"
|
|
9829
9933
|
],
|
|
9830
9934
|
"additionalProperties": false
|
|
9935
|
+
},
|
|
9936
|
+
"attributes": {
|
|
9937
|
+
"type": "object",
|
|
9938
|
+
"additionalProperties": {
|
|
9939
|
+
"type": "string",
|
|
9940
|
+
"maxLength": 200
|
|
9941
|
+
},
|
|
9942
|
+
"description": "Optional attributes"
|
|
9831
9943
|
}
|
|
9832
9944
|
},
|
|
9833
9945
|
"required": [
|
|
@@ -10339,6 +10451,14 @@ export const state = {
|
|
|
10339
10451
|
"schema": {
|
|
10340
10452
|
"type": "object",
|
|
10341
10453
|
"additionalProperties": true
|
|
10454
|
+
},
|
|
10455
|
+
"attributes": {
|
|
10456
|
+
"type": "object",
|
|
10457
|
+
"additionalProperties": {
|
|
10458
|
+
"type": "string",
|
|
10459
|
+
"maxLength": 200
|
|
10460
|
+
},
|
|
10461
|
+
"description": "Optional attributes"
|
|
10342
10462
|
}
|
|
10343
10463
|
},
|
|
10344
10464
|
"required": [
|
|
@@ -10394,6 +10514,14 @@ export const state = {
|
|
|
10394
10514
|
"schema"
|
|
10395
10515
|
],
|
|
10396
10516
|
"additionalProperties": false
|
|
10517
|
+
},
|
|
10518
|
+
"attributes": {
|
|
10519
|
+
"type": "object",
|
|
10520
|
+
"additionalProperties": {
|
|
10521
|
+
"type": "string",
|
|
10522
|
+
"maxLength": 200
|
|
10523
|
+
},
|
|
10524
|
+
"description": "Optional attributes"
|
|
10397
10525
|
}
|
|
10398
10526
|
},
|
|
10399
10527
|
"required": [
|
|
@@ -11027,13 +11155,21 @@ export const state = {
|
|
|
11027
11155
|
"schema"
|
|
11028
11156
|
],
|
|
11029
11157
|
"additionalProperties": false
|
|
11158
|
+
},
|
|
11159
|
+
"attributes": {
|
|
11160
|
+
"type": "object",
|
|
11161
|
+
"additionalProperties": {
|
|
11162
|
+
"type": "string",
|
|
11163
|
+
"maxLength": 200,
|
|
11164
|
+
"nullable": true
|
|
11165
|
+
},
|
|
11166
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
11030
11167
|
}
|
|
11031
11168
|
},
|
|
11032
11169
|
"required": [
|
|
11033
11170
|
"input",
|
|
11034
11171
|
"output"
|
|
11035
11172
|
],
|
|
11036
|
-
"description": "Action definition",
|
|
11037
11173
|
"nullable": true,
|
|
11038
11174
|
"additionalProperties": false
|
|
11039
11175
|
}
|
|
@@ -11056,12 +11192,20 @@ export const state = {
|
|
|
11056
11192
|
"schema": {
|
|
11057
11193
|
"type": "object",
|
|
11058
11194
|
"additionalProperties": true
|
|
11195
|
+
},
|
|
11196
|
+
"attributes": {
|
|
11197
|
+
"type": "object",
|
|
11198
|
+
"additionalProperties": {
|
|
11199
|
+
"type": "string",
|
|
11200
|
+
"maxLength": 200,
|
|
11201
|
+
"nullable": true
|
|
11202
|
+
},
|
|
11203
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
11059
11204
|
}
|
|
11060
11205
|
},
|
|
11061
11206
|
"required": [
|
|
11062
11207
|
"schema"
|
|
11063
11208
|
],
|
|
11064
|
-
"description": "Event Definition",
|
|
11065
11209
|
"nullable": true,
|
|
11066
11210
|
"additionalProperties": false
|
|
11067
11211
|
}
|
|
@@ -11610,13 +11754,21 @@ export const state = {
|
|
|
11610
11754
|
"schema"
|
|
11611
11755
|
],
|
|
11612
11756
|
"additionalProperties": false
|
|
11757
|
+
},
|
|
11758
|
+
"attributes": {
|
|
11759
|
+
"type": "object",
|
|
11760
|
+
"additionalProperties": {
|
|
11761
|
+
"type": "string",
|
|
11762
|
+
"maxLength": 200,
|
|
11763
|
+
"nullable": true
|
|
11764
|
+
},
|
|
11765
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
11613
11766
|
}
|
|
11614
11767
|
},
|
|
11615
11768
|
"required": [
|
|
11616
11769
|
"input",
|
|
11617
11770
|
"output"
|
|
11618
11771
|
],
|
|
11619
|
-
"description": "Action definition",
|
|
11620
11772
|
"nullable": true,
|
|
11621
11773
|
"additionalProperties": false
|
|
11622
11774
|
}
|
|
@@ -11639,12 +11791,20 @@ export const state = {
|
|
|
11639
11791
|
"schema": {
|
|
11640
11792
|
"type": "object",
|
|
11641
11793
|
"additionalProperties": true
|
|
11794
|
+
},
|
|
11795
|
+
"attributes": {
|
|
11796
|
+
"type": "object",
|
|
11797
|
+
"additionalProperties": {
|
|
11798
|
+
"type": "string",
|
|
11799
|
+
"maxLength": 200,
|
|
11800
|
+
"nullable": true
|
|
11801
|
+
},
|
|
11802
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
11642
11803
|
}
|
|
11643
11804
|
},
|
|
11644
11805
|
"required": [
|
|
11645
11806
|
"schema"
|
|
11646
11807
|
],
|
|
11647
|
-
"description": "Event Definition",
|
|
11648
11808
|
"nullable": true,
|
|
11649
11809
|
"additionalProperties": false
|
|
11650
11810
|
}
|
|
@@ -12446,6 +12606,14 @@ export const state = {
|
|
|
12446
12606
|
"schema": {
|
|
12447
12607
|
"type": "object",
|
|
12448
12608
|
"additionalProperties": true
|
|
12609
|
+
},
|
|
12610
|
+
"attributes": {
|
|
12611
|
+
"type": "object",
|
|
12612
|
+
"additionalProperties": {
|
|
12613
|
+
"type": "string",
|
|
12614
|
+
"maxLength": 200
|
|
12615
|
+
},
|
|
12616
|
+
"description": "Optional attributes"
|
|
12449
12617
|
}
|
|
12450
12618
|
},
|
|
12451
12619
|
"required": [
|
|
@@ -12501,6 +12669,14 @@ export const state = {
|
|
|
12501
12669
|
"schema"
|
|
12502
12670
|
],
|
|
12503
12671
|
"additionalProperties": false
|
|
12672
|
+
},
|
|
12673
|
+
"attributes": {
|
|
12674
|
+
"type": "object",
|
|
12675
|
+
"additionalProperties": {
|
|
12676
|
+
"type": "string",
|
|
12677
|
+
"maxLength": 200
|
|
12678
|
+
},
|
|
12679
|
+
"description": "Optional attributes"
|
|
12504
12680
|
}
|
|
12505
12681
|
},
|
|
12506
12682
|
"required": [
|
|
@@ -12724,12 +12900,20 @@ export const state = {
|
|
|
12724
12900
|
"schema": {
|
|
12725
12901
|
"type": "object",
|
|
12726
12902
|
"additionalProperties": true
|
|
12903
|
+
},
|
|
12904
|
+
"attributes": {
|
|
12905
|
+
"type": "object",
|
|
12906
|
+
"additionalProperties": {
|
|
12907
|
+
"type": "string",
|
|
12908
|
+
"maxLength": 200,
|
|
12909
|
+
"nullable": true
|
|
12910
|
+
},
|
|
12911
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
12727
12912
|
}
|
|
12728
12913
|
},
|
|
12729
12914
|
"required": [
|
|
12730
12915
|
"schema"
|
|
12731
12916
|
],
|
|
12732
|
-
"description": "Event Definition",
|
|
12733
12917
|
"nullable": true,
|
|
12734
12918
|
"additionalProperties": false
|
|
12735
12919
|
}
|
|
@@ -12780,13 +12964,21 @@ export const state = {
|
|
|
12780
12964
|
"schema"
|
|
12781
12965
|
],
|
|
12782
12966
|
"additionalProperties": false
|
|
12967
|
+
},
|
|
12968
|
+
"attributes": {
|
|
12969
|
+
"type": "object",
|
|
12970
|
+
"additionalProperties": {
|
|
12971
|
+
"type": "string",
|
|
12972
|
+
"maxLength": 200,
|
|
12973
|
+
"nullable": true
|
|
12974
|
+
},
|
|
12975
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
12783
12976
|
}
|
|
12784
12977
|
},
|
|
12785
12978
|
"required": [
|
|
12786
12979
|
"input",
|
|
12787
12980
|
"output"
|
|
12788
12981
|
],
|
|
12789
|
-
"description": "Action definition",
|
|
12790
12982
|
"nullable": true,
|
|
12791
12983
|
"additionalProperties": false
|
|
12792
12984
|
}
|
|
@@ -13075,6 +13267,14 @@ export const state = {
|
|
|
13075
13267
|
"schema": {
|
|
13076
13268
|
"type": "object",
|
|
13077
13269
|
"additionalProperties": true
|
|
13270
|
+
},
|
|
13271
|
+
"attributes": {
|
|
13272
|
+
"type": "object",
|
|
13273
|
+
"additionalProperties": {
|
|
13274
|
+
"type": "string",
|
|
13275
|
+
"maxLength": 200
|
|
13276
|
+
},
|
|
13277
|
+
"description": "Optional attributes"
|
|
13078
13278
|
}
|
|
13079
13279
|
},
|
|
13080
13280
|
"required": [
|
|
@@ -13130,6 +13330,14 @@ export const state = {
|
|
|
13130
13330
|
"schema"
|
|
13131
13331
|
],
|
|
13132
13332
|
"additionalProperties": false
|
|
13333
|
+
},
|
|
13334
|
+
"attributes": {
|
|
13335
|
+
"type": "object",
|
|
13336
|
+
"additionalProperties": {
|
|
13337
|
+
"type": "string",
|
|
13338
|
+
"maxLength": 200
|
|
13339
|
+
},
|
|
13340
|
+
"description": "Optional attributes"
|
|
13133
13341
|
}
|
|
13134
13342
|
},
|
|
13135
13343
|
"required": [
|
|
@@ -13465,12 +13673,20 @@ export const state = {
|
|
|
13465
13673
|
"schema": {
|
|
13466
13674
|
"type": "object",
|
|
13467
13675
|
"additionalProperties": true
|
|
13676
|
+
},
|
|
13677
|
+
"attributes": {
|
|
13678
|
+
"type": "object",
|
|
13679
|
+
"additionalProperties": {
|
|
13680
|
+
"type": "string",
|
|
13681
|
+
"maxLength": 200,
|
|
13682
|
+
"nullable": true
|
|
13683
|
+
},
|
|
13684
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
13468
13685
|
}
|
|
13469
13686
|
},
|
|
13470
13687
|
"required": [
|
|
13471
13688
|
"schema"
|
|
13472
13689
|
],
|
|
13473
|
-
"description": "Event Definition",
|
|
13474
13690
|
"nullable": true,
|
|
13475
13691
|
"additionalProperties": false
|
|
13476
13692
|
}
|
|
@@ -13521,13 +13737,21 @@ export const state = {
|
|
|
13521
13737
|
"schema"
|
|
13522
13738
|
],
|
|
13523
13739
|
"additionalProperties": false
|
|
13740
|
+
},
|
|
13741
|
+
"attributes": {
|
|
13742
|
+
"type": "object",
|
|
13743
|
+
"additionalProperties": {
|
|
13744
|
+
"type": "string",
|
|
13745
|
+
"maxLength": 200,
|
|
13746
|
+
"nullable": true
|
|
13747
|
+
},
|
|
13748
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
13524
13749
|
}
|
|
13525
13750
|
},
|
|
13526
13751
|
"required": [
|
|
13527
13752
|
"input",
|
|
13528
13753
|
"output"
|
|
13529
13754
|
],
|
|
13530
|
-
"description": "Action definition",
|
|
13531
13755
|
"nullable": true,
|
|
13532
13756
|
"additionalProperties": false
|
|
13533
13757
|
}
|
|
@@ -17140,7 +17364,7 @@ export const state = {
|
|
|
17140
17364
|
"title": "Botpress API",
|
|
17141
17365
|
"description": "API for Botpress Cloud",
|
|
17142
17366
|
"server": "https://api.botpress.cloud",
|
|
17143
|
-
"version": "1.
|
|
17367
|
+
"version": "1.9.0",
|
|
17144
17368
|
"prefix": "v1"
|
|
17145
17369
|
},
|
|
17146
17370
|
"errors": [
|
|
@@ -17849,6 +18073,14 @@ export const state = {
|
|
|
17849
18073
|
"schema": {
|
|
17850
18074
|
"type": "object",
|
|
17851
18075
|
"additionalProperties": true
|
|
18076
|
+
},
|
|
18077
|
+
"attributes": {
|
|
18078
|
+
"type": "object",
|
|
18079
|
+
"additionalProperties": {
|
|
18080
|
+
"type": "string",
|
|
18081
|
+
"maxLength": 200
|
|
18082
|
+
},
|
|
18083
|
+
"description": "Optional attributes"
|
|
17852
18084
|
}
|
|
17853
18085
|
},
|
|
17854
18086
|
"required": [
|
|
@@ -17972,6 +18204,14 @@ export const state = {
|
|
|
17972
18204
|
"schema"
|
|
17973
18205
|
],
|
|
17974
18206
|
"additionalProperties": false
|
|
18207
|
+
},
|
|
18208
|
+
"attributes": {
|
|
18209
|
+
"type": "object",
|
|
18210
|
+
"additionalProperties": {
|
|
18211
|
+
"type": "string",
|
|
18212
|
+
"maxLength": 200
|
|
18213
|
+
},
|
|
18214
|
+
"description": "Optional attributes"
|
|
17975
18215
|
}
|
|
17976
18216
|
},
|
|
17977
18217
|
"required": [
|
|
@@ -18493,6 +18733,14 @@ export const state = {
|
|
|
18493
18733
|
"schema": {
|
|
18494
18734
|
"type": "object",
|
|
18495
18735
|
"additionalProperties": true
|
|
18736
|
+
},
|
|
18737
|
+
"attributes": {
|
|
18738
|
+
"type": "object",
|
|
18739
|
+
"additionalProperties": {
|
|
18740
|
+
"type": "string",
|
|
18741
|
+
"maxLength": 200
|
|
18742
|
+
},
|
|
18743
|
+
"description": "Optional attributes"
|
|
18496
18744
|
}
|
|
18497
18745
|
},
|
|
18498
18746
|
"required": [
|
|
@@ -18548,6 +18796,14 @@ export const state = {
|
|
|
18548
18796
|
"schema"
|
|
18549
18797
|
],
|
|
18550
18798
|
"additionalProperties": false
|
|
18799
|
+
},
|
|
18800
|
+
"attributes": {
|
|
18801
|
+
"type": "object",
|
|
18802
|
+
"additionalProperties": {
|
|
18803
|
+
"type": "string",
|
|
18804
|
+
"maxLength": 200
|
|
18805
|
+
},
|
|
18806
|
+
"description": "Optional attributes"
|
|
18551
18807
|
}
|
|
18552
18808
|
},
|
|
18553
18809
|
"required": [
|
|
@@ -18788,6 +19044,14 @@ export const state = {
|
|
|
18788
19044
|
"schema": {
|
|
18789
19045
|
"type": "object",
|
|
18790
19046
|
"additionalProperties": true
|
|
19047
|
+
},
|
|
19048
|
+
"attributes": {
|
|
19049
|
+
"type": "object",
|
|
19050
|
+
"additionalProperties": {
|
|
19051
|
+
"type": "string",
|
|
19052
|
+
"maxLength": 200
|
|
19053
|
+
},
|
|
19054
|
+
"description": "Optional attributes"
|
|
18791
19055
|
}
|
|
18792
19056
|
},
|
|
18793
19057
|
"required": [
|
|
@@ -18843,6 +19107,14 @@ export const state = {
|
|
|
18843
19107
|
"schema"
|
|
18844
19108
|
],
|
|
18845
19109
|
"additionalProperties": false
|
|
19110
|
+
},
|
|
19111
|
+
"attributes": {
|
|
19112
|
+
"type": "object",
|
|
19113
|
+
"additionalProperties": {
|
|
19114
|
+
"type": "string",
|
|
19115
|
+
"maxLength": 200
|
|
19116
|
+
},
|
|
19117
|
+
"description": "Optional attributes"
|
|
18846
19118
|
}
|
|
18847
19119
|
},
|
|
18848
19120
|
"required": [
|
|
@@ -19033,6 +19305,14 @@ export const state = {
|
|
|
19033
19305
|
"schema": {
|
|
19034
19306
|
"type": "object",
|
|
19035
19307
|
"additionalProperties": true
|
|
19308
|
+
},
|
|
19309
|
+
"attributes": {
|
|
19310
|
+
"type": "object",
|
|
19311
|
+
"additionalProperties": {
|
|
19312
|
+
"type": "string",
|
|
19313
|
+
"maxLength": 200
|
|
19314
|
+
},
|
|
19315
|
+
"description": "Optional attributes"
|
|
19036
19316
|
}
|
|
19037
19317
|
},
|
|
19038
19318
|
"required": [
|
|
@@ -19088,6 +19368,14 @@ export const state = {
|
|
|
19088
19368
|
"schema"
|
|
19089
19369
|
],
|
|
19090
19370
|
"additionalProperties": false
|
|
19371
|
+
},
|
|
19372
|
+
"attributes": {
|
|
19373
|
+
"type": "object",
|
|
19374
|
+
"additionalProperties": {
|
|
19375
|
+
"type": "string",
|
|
19376
|
+
"maxLength": 200
|
|
19377
|
+
},
|
|
19378
|
+
"description": "Optional attributes"
|
|
19091
19379
|
}
|
|
19092
19380
|
},
|
|
19093
19381
|
"required": [
|