@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/admin/state.ts
CHANGED
|
@@ -1093,6 +1093,14 @@ export const state = {
|
|
|
1093
1093
|
"schema": {
|
|
1094
1094
|
"type": "object",
|
|
1095
1095
|
"additionalProperties": true
|
|
1096
|
+
},
|
|
1097
|
+
"attributes": {
|
|
1098
|
+
"type": "object",
|
|
1099
|
+
"additionalProperties": {
|
|
1100
|
+
"type": "string",
|
|
1101
|
+
"maxLength": 200
|
|
1102
|
+
},
|
|
1103
|
+
"description": "Optional attributes"
|
|
1096
1104
|
}
|
|
1097
1105
|
},
|
|
1098
1106
|
"required": [
|
|
@@ -1148,6 +1156,14 @@ export const state = {
|
|
|
1148
1156
|
"schema"
|
|
1149
1157
|
],
|
|
1150
1158
|
"additionalProperties": false
|
|
1159
|
+
},
|
|
1160
|
+
"attributes": {
|
|
1161
|
+
"type": "object",
|
|
1162
|
+
"additionalProperties": {
|
|
1163
|
+
"type": "string",
|
|
1164
|
+
"maxLength": 200
|
|
1165
|
+
},
|
|
1166
|
+
"description": "Optional attributes"
|
|
1151
1167
|
}
|
|
1152
1168
|
},
|
|
1153
1169
|
"required": [
|
|
@@ -1810,6 +1826,14 @@ export const state = {
|
|
|
1810
1826
|
"schema": {
|
|
1811
1827
|
"type": "object",
|
|
1812
1828
|
"additionalProperties": true
|
|
1829
|
+
},
|
|
1830
|
+
"attributes": {
|
|
1831
|
+
"type": "object",
|
|
1832
|
+
"additionalProperties": {
|
|
1833
|
+
"type": "string",
|
|
1834
|
+
"maxLength": 200
|
|
1835
|
+
},
|
|
1836
|
+
"description": "Optional attributes"
|
|
1813
1837
|
}
|
|
1814
1838
|
},
|
|
1815
1839
|
"required": [
|
|
@@ -1865,6 +1889,14 @@ export const state = {
|
|
|
1865
1889
|
"schema"
|
|
1866
1890
|
],
|
|
1867
1891
|
"additionalProperties": false
|
|
1892
|
+
},
|
|
1893
|
+
"attributes": {
|
|
1894
|
+
"type": "object",
|
|
1895
|
+
"additionalProperties": {
|
|
1896
|
+
"type": "string",
|
|
1897
|
+
"maxLength": 200
|
|
1898
|
+
},
|
|
1899
|
+
"description": "Optional attributes"
|
|
1868
1900
|
}
|
|
1869
1901
|
},
|
|
1870
1902
|
"required": [
|
|
@@ -2322,6 +2354,14 @@ export const state = {
|
|
|
2322
2354
|
"schema": {
|
|
2323
2355
|
"type": "object",
|
|
2324
2356
|
"additionalProperties": true
|
|
2357
|
+
},
|
|
2358
|
+
"attributes": {
|
|
2359
|
+
"type": "object",
|
|
2360
|
+
"additionalProperties": {
|
|
2361
|
+
"type": "string",
|
|
2362
|
+
"maxLength": 200
|
|
2363
|
+
},
|
|
2364
|
+
"description": "Optional attributes"
|
|
2325
2365
|
}
|
|
2326
2366
|
},
|
|
2327
2367
|
"required": [
|
|
@@ -2377,6 +2417,14 @@ export const state = {
|
|
|
2377
2417
|
"schema"
|
|
2378
2418
|
],
|
|
2379
2419
|
"additionalProperties": false
|
|
2420
|
+
},
|
|
2421
|
+
"attributes": {
|
|
2422
|
+
"type": "object",
|
|
2423
|
+
"additionalProperties": {
|
|
2424
|
+
"type": "string",
|
|
2425
|
+
"maxLength": 200
|
|
2426
|
+
},
|
|
2427
|
+
"description": "Optional attributes"
|
|
2380
2428
|
}
|
|
2381
2429
|
},
|
|
2382
2430
|
"required": [
|
|
@@ -2696,6 +2744,14 @@ export const state = {
|
|
|
2696
2744
|
"schema": {
|
|
2697
2745
|
"type": "object",
|
|
2698
2746
|
"additionalProperties": true
|
|
2747
|
+
},
|
|
2748
|
+
"attributes": {
|
|
2749
|
+
"type": "object",
|
|
2750
|
+
"additionalProperties": {
|
|
2751
|
+
"type": "string",
|
|
2752
|
+
"maxLength": 200
|
|
2753
|
+
},
|
|
2754
|
+
"description": "Optional attributes"
|
|
2699
2755
|
}
|
|
2700
2756
|
},
|
|
2701
2757
|
"required": [
|
|
@@ -2751,6 +2807,14 @@ export const state = {
|
|
|
2751
2807
|
"schema"
|
|
2752
2808
|
],
|
|
2753
2809
|
"additionalProperties": false
|
|
2810
|
+
},
|
|
2811
|
+
"attributes": {
|
|
2812
|
+
"type": "object",
|
|
2813
|
+
"additionalProperties": {
|
|
2814
|
+
"type": "string",
|
|
2815
|
+
"maxLength": 200
|
|
2816
|
+
},
|
|
2817
|
+
"description": "Optional attributes"
|
|
2754
2818
|
}
|
|
2755
2819
|
},
|
|
2756
2820
|
"required": [
|
|
@@ -3044,6 +3108,14 @@ export const state = {
|
|
|
3044
3108
|
"schema": {
|
|
3045
3109
|
"type": "object",
|
|
3046
3110
|
"additionalProperties": true
|
|
3111
|
+
},
|
|
3112
|
+
"attributes": {
|
|
3113
|
+
"type": "object",
|
|
3114
|
+
"additionalProperties": {
|
|
3115
|
+
"type": "string",
|
|
3116
|
+
"maxLength": 200
|
|
3117
|
+
},
|
|
3118
|
+
"description": "Optional attributes"
|
|
3047
3119
|
}
|
|
3048
3120
|
},
|
|
3049
3121
|
"required": [
|
|
@@ -3154,6 +3226,14 @@ export const state = {
|
|
|
3154
3226
|
"schema"
|
|
3155
3227
|
],
|
|
3156
3228
|
"additionalProperties": false
|
|
3229
|
+
},
|
|
3230
|
+
"attributes": {
|
|
3231
|
+
"type": "object",
|
|
3232
|
+
"additionalProperties": {
|
|
3233
|
+
"type": "string",
|
|
3234
|
+
"maxLength": 200
|
|
3235
|
+
},
|
|
3236
|
+
"description": "Optional attributes"
|
|
3157
3237
|
}
|
|
3158
3238
|
},
|
|
3159
3239
|
"required": [
|
|
@@ -3485,12 +3565,20 @@ export const state = {
|
|
|
3485
3565
|
"schema": {
|
|
3486
3566
|
"type": "object",
|
|
3487
3567
|
"additionalProperties": true
|
|
3568
|
+
},
|
|
3569
|
+
"attributes": {
|
|
3570
|
+
"type": "object",
|
|
3571
|
+
"additionalProperties": {
|
|
3572
|
+
"type": "string",
|
|
3573
|
+
"maxLength": 200,
|
|
3574
|
+
"nullable": true
|
|
3575
|
+
},
|
|
3576
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
3488
3577
|
}
|
|
3489
3578
|
},
|
|
3490
3579
|
"required": [
|
|
3491
3580
|
"schema"
|
|
3492
3581
|
],
|
|
3493
|
-
"description": "Event Definition",
|
|
3494
3582
|
"nullable": true,
|
|
3495
3583
|
"additionalProperties": false
|
|
3496
3584
|
}
|
|
@@ -3541,13 +3629,21 @@ export const state = {
|
|
|
3541
3629
|
"schema"
|
|
3542
3630
|
],
|
|
3543
3631
|
"additionalProperties": false
|
|
3632
|
+
},
|
|
3633
|
+
"attributes": {
|
|
3634
|
+
"type": "object",
|
|
3635
|
+
"additionalProperties": {
|
|
3636
|
+
"type": "string",
|
|
3637
|
+
"maxLength": 200,
|
|
3638
|
+
"nullable": true
|
|
3639
|
+
},
|
|
3640
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
3544
3641
|
}
|
|
3545
3642
|
},
|
|
3546
3643
|
"required": [
|
|
3547
3644
|
"input",
|
|
3548
3645
|
"output"
|
|
3549
3646
|
],
|
|
3550
|
-
"description": "Action definition",
|
|
3551
3647
|
"nullable": true,
|
|
3552
3648
|
"additionalProperties": false
|
|
3553
3649
|
}
|
|
@@ -7174,6 +7270,14 @@ export const state = {
|
|
|
7174
7270
|
"schema": {
|
|
7175
7271
|
"type": "object",
|
|
7176
7272
|
"additionalProperties": true
|
|
7273
|
+
},
|
|
7274
|
+
"attributes": {
|
|
7275
|
+
"type": "object",
|
|
7276
|
+
"additionalProperties": {
|
|
7277
|
+
"type": "string",
|
|
7278
|
+
"maxLength": 200
|
|
7279
|
+
},
|
|
7280
|
+
"description": "Optional attributes"
|
|
7177
7281
|
}
|
|
7178
7282
|
},
|
|
7179
7283
|
"required": [
|
|
@@ -7229,6 +7333,14 @@ export const state = {
|
|
|
7229
7333
|
"schema"
|
|
7230
7334
|
],
|
|
7231
7335
|
"additionalProperties": false
|
|
7336
|
+
},
|
|
7337
|
+
"attributes": {
|
|
7338
|
+
"type": "object",
|
|
7339
|
+
"additionalProperties": {
|
|
7340
|
+
"type": "string",
|
|
7341
|
+
"maxLength": 200
|
|
7342
|
+
},
|
|
7343
|
+
"description": "Optional attributes"
|
|
7232
7344
|
}
|
|
7233
7345
|
},
|
|
7234
7346
|
"required": [
|
|
@@ -7740,6 +7852,14 @@ export const state = {
|
|
|
7740
7852
|
"schema": {
|
|
7741
7853
|
"type": "object",
|
|
7742
7854
|
"additionalProperties": true
|
|
7855
|
+
},
|
|
7856
|
+
"attributes": {
|
|
7857
|
+
"type": "object",
|
|
7858
|
+
"additionalProperties": {
|
|
7859
|
+
"type": "string",
|
|
7860
|
+
"maxLength": 200
|
|
7861
|
+
},
|
|
7862
|
+
"description": "Optional attributes"
|
|
7743
7863
|
}
|
|
7744
7864
|
},
|
|
7745
7865
|
"required": [
|
|
@@ -7795,6 +7915,14 @@ export const state = {
|
|
|
7795
7915
|
"schema"
|
|
7796
7916
|
],
|
|
7797
7917
|
"additionalProperties": false
|
|
7918
|
+
},
|
|
7919
|
+
"attributes": {
|
|
7920
|
+
"type": "object",
|
|
7921
|
+
"additionalProperties": {
|
|
7922
|
+
"type": "string",
|
|
7923
|
+
"maxLength": 200
|
|
7924
|
+
},
|
|
7925
|
+
"description": "Optional attributes"
|
|
7798
7926
|
}
|
|
7799
7927
|
},
|
|
7800
7928
|
"required": [
|
|
@@ -8428,13 +8556,21 @@ export const state = {
|
|
|
8428
8556
|
"schema"
|
|
8429
8557
|
],
|
|
8430
8558
|
"additionalProperties": false
|
|
8559
|
+
},
|
|
8560
|
+
"attributes": {
|
|
8561
|
+
"type": "object",
|
|
8562
|
+
"additionalProperties": {
|
|
8563
|
+
"type": "string",
|
|
8564
|
+
"maxLength": 200,
|
|
8565
|
+
"nullable": true
|
|
8566
|
+
},
|
|
8567
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
8431
8568
|
}
|
|
8432
8569
|
},
|
|
8433
8570
|
"required": [
|
|
8434
8571
|
"input",
|
|
8435
8572
|
"output"
|
|
8436
8573
|
],
|
|
8437
|
-
"description": "Action definition",
|
|
8438
8574
|
"nullable": true,
|
|
8439
8575
|
"additionalProperties": false
|
|
8440
8576
|
}
|
|
@@ -8457,12 +8593,20 @@ export const state = {
|
|
|
8457
8593
|
"schema": {
|
|
8458
8594
|
"type": "object",
|
|
8459
8595
|
"additionalProperties": true
|
|
8596
|
+
},
|
|
8597
|
+
"attributes": {
|
|
8598
|
+
"type": "object",
|
|
8599
|
+
"additionalProperties": {
|
|
8600
|
+
"type": "string",
|
|
8601
|
+
"maxLength": 200,
|
|
8602
|
+
"nullable": true
|
|
8603
|
+
},
|
|
8604
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
8460
8605
|
}
|
|
8461
8606
|
},
|
|
8462
8607
|
"required": [
|
|
8463
8608
|
"schema"
|
|
8464
8609
|
],
|
|
8465
|
-
"description": "Event Definition",
|
|
8466
8610
|
"nullable": true,
|
|
8467
8611
|
"additionalProperties": false
|
|
8468
8612
|
}
|
|
@@ -9011,13 +9155,21 @@ export const state = {
|
|
|
9011
9155
|
"schema"
|
|
9012
9156
|
],
|
|
9013
9157
|
"additionalProperties": false
|
|
9158
|
+
},
|
|
9159
|
+
"attributes": {
|
|
9160
|
+
"type": "object",
|
|
9161
|
+
"additionalProperties": {
|
|
9162
|
+
"type": "string",
|
|
9163
|
+
"maxLength": 200,
|
|
9164
|
+
"nullable": true
|
|
9165
|
+
},
|
|
9166
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
9014
9167
|
}
|
|
9015
9168
|
},
|
|
9016
9169
|
"required": [
|
|
9017
9170
|
"input",
|
|
9018
9171
|
"output"
|
|
9019
9172
|
],
|
|
9020
|
-
"description": "Action definition",
|
|
9021
9173
|
"nullable": true,
|
|
9022
9174
|
"additionalProperties": false
|
|
9023
9175
|
}
|
|
@@ -9040,12 +9192,20 @@ export const state = {
|
|
|
9040
9192
|
"schema": {
|
|
9041
9193
|
"type": "object",
|
|
9042
9194
|
"additionalProperties": true
|
|
9195
|
+
},
|
|
9196
|
+
"attributes": {
|
|
9197
|
+
"type": "object",
|
|
9198
|
+
"additionalProperties": {
|
|
9199
|
+
"type": "string",
|
|
9200
|
+
"maxLength": 200,
|
|
9201
|
+
"nullable": true
|
|
9202
|
+
},
|
|
9203
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
9043
9204
|
}
|
|
9044
9205
|
},
|
|
9045
9206
|
"required": [
|
|
9046
9207
|
"schema"
|
|
9047
9208
|
],
|
|
9048
|
-
"description": "Event Definition",
|
|
9049
9209
|
"nullable": true,
|
|
9050
9210
|
"additionalProperties": false
|
|
9051
9211
|
}
|
|
@@ -9847,6 +10007,14 @@ export const state = {
|
|
|
9847
10007
|
"schema": {
|
|
9848
10008
|
"type": "object",
|
|
9849
10009
|
"additionalProperties": true
|
|
10010
|
+
},
|
|
10011
|
+
"attributes": {
|
|
10012
|
+
"type": "object",
|
|
10013
|
+
"additionalProperties": {
|
|
10014
|
+
"type": "string",
|
|
10015
|
+
"maxLength": 200
|
|
10016
|
+
},
|
|
10017
|
+
"description": "Optional attributes"
|
|
9850
10018
|
}
|
|
9851
10019
|
},
|
|
9852
10020
|
"required": [
|
|
@@ -9902,6 +10070,14 @@ export const state = {
|
|
|
9902
10070
|
"schema"
|
|
9903
10071
|
],
|
|
9904
10072
|
"additionalProperties": false
|
|
10073
|
+
},
|
|
10074
|
+
"attributes": {
|
|
10075
|
+
"type": "object",
|
|
10076
|
+
"additionalProperties": {
|
|
10077
|
+
"type": "string",
|
|
10078
|
+
"maxLength": 200
|
|
10079
|
+
},
|
|
10080
|
+
"description": "Optional attributes"
|
|
9905
10081
|
}
|
|
9906
10082
|
},
|
|
9907
10083
|
"required": [
|
|
@@ -10125,12 +10301,20 @@ export const state = {
|
|
|
10125
10301
|
"schema": {
|
|
10126
10302
|
"type": "object",
|
|
10127
10303
|
"additionalProperties": true
|
|
10304
|
+
},
|
|
10305
|
+
"attributes": {
|
|
10306
|
+
"type": "object",
|
|
10307
|
+
"additionalProperties": {
|
|
10308
|
+
"type": "string",
|
|
10309
|
+
"maxLength": 200,
|
|
10310
|
+
"nullable": true
|
|
10311
|
+
},
|
|
10312
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
10128
10313
|
}
|
|
10129
10314
|
},
|
|
10130
10315
|
"required": [
|
|
10131
10316
|
"schema"
|
|
10132
10317
|
],
|
|
10133
|
-
"description": "Event Definition",
|
|
10134
10318
|
"nullable": true,
|
|
10135
10319
|
"additionalProperties": false
|
|
10136
10320
|
}
|
|
@@ -10181,13 +10365,21 @@ export const state = {
|
|
|
10181
10365
|
"schema"
|
|
10182
10366
|
],
|
|
10183
10367
|
"additionalProperties": false
|
|
10368
|
+
},
|
|
10369
|
+
"attributes": {
|
|
10370
|
+
"type": "object",
|
|
10371
|
+
"additionalProperties": {
|
|
10372
|
+
"type": "string",
|
|
10373
|
+
"maxLength": 200,
|
|
10374
|
+
"nullable": true
|
|
10375
|
+
},
|
|
10376
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
10184
10377
|
}
|
|
10185
10378
|
},
|
|
10186
10379
|
"required": [
|
|
10187
10380
|
"input",
|
|
10188
10381
|
"output"
|
|
10189
10382
|
],
|
|
10190
|
-
"description": "Action definition",
|
|
10191
10383
|
"nullable": true,
|
|
10192
10384
|
"additionalProperties": false
|
|
10193
10385
|
}
|
|
@@ -10476,6 +10668,14 @@ export const state = {
|
|
|
10476
10668
|
"schema": {
|
|
10477
10669
|
"type": "object",
|
|
10478
10670
|
"additionalProperties": true
|
|
10671
|
+
},
|
|
10672
|
+
"attributes": {
|
|
10673
|
+
"type": "object",
|
|
10674
|
+
"additionalProperties": {
|
|
10675
|
+
"type": "string",
|
|
10676
|
+
"maxLength": 200
|
|
10677
|
+
},
|
|
10678
|
+
"description": "Optional attributes"
|
|
10479
10679
|
}
|
|
10480
10680
|
},
|
|
10481
10681
|
"required": [
|
|
@@ -10531,6 +10731,14 @@ export const state = {
|
|
|
10531
10731
|
"schema"
|
|
10532
10732
|
],
|
|
10533
10733
|
"additionalProperties": false
|
|
10734
|
+
},
|
|
10735
|
+
"attributes": {
|
|
10736
|
+
"type": "object",
|
|
10737
|
+
"additionalProperties": {
|
|
10738
|
+
"type": "string",
|
|
10739
|
+
"maxLength": 200
|
|
10740
|
+
},
|
|
10741
|
+
"description": "Optional attributes"
|
|
10534
10742
|
}
|
|
10535
10743
|
},
|
|
10536
10744
|
"required": [
|
|
@@ -10866,12 +11074,20 @@ export const state = {
|
|
|
10866
11074
|
"schema": {
|
|
10867
11075
|
"type": "object",
|
|
10868
11076
|
"additionalProperties": true
|
|
11077
|
+
},
|
|
11078
|
+
"attributes": {
|
|
11079
|
+
"type": "object",
|
|
11080
|
+
"additionalProperties": {
|
|
11081
|
+
"type": "string",
|
|
11082
|
+
"maxLength": 200,
|
|
11083
|
+
"nullable": true
|
|
11084
|
+
},
|
|
11085
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
10869
11086
|
}
|
|
10870
11087
|
},
|
|
10871
11088
|
"required": [
|
|
10872
11089
|
"schema"
|
|
10873
11090
|
],
|
|
10874
|
-
"description": "Event Definition",
|
|
10875
11091
|
"nullable": true,
|
|
10876
11092
|
"additionalProperties": false
|
|
10877
11093
|
}
|
|
@@ -10922,13 +11138,21 @@ export const state = {
|
|
|
10922
11138
|
"schema"
|
|
10923
11139
|
],
|
|
10924
11140
|
"additionalProperties": false
|
|
11141
|
+
},
|
|
11142
|
+
"attributes": {
|
|
11143
|
+
"type": "object",
|
|
11144
|
+
"additionalProperties": {
|
|
11145
|
+
"type": "string",
|
|
11146
|
+
"maxLength": 200,
|
|
11147
|
+
"nullable": true
|
|
11148
|
+
},
|
|
11149
|
+
"description": "Optional attributes. Set attributes to null to remove them"
|
|
10925
11150
|
}
|
|
10926
11151
|
},
|
|
10927
11152
|
"required": [
|
|
10928
11153
|
"input",
|
|
10929
11154
|
"output"
|
|
10930
11155
|
],
|
|
10931
|
-
"description": "Action definition",
|
|
10932
11156
|
"nullable": true,
|
|
10933
11157
|
"additionalProperties": false
|
|
10934
11158
|
}
|
|
@@ -11766,7 +11990,7 @@ export const state = {
|
|
|
11766
11990
|
"title": "Botpress API",
|
|
11767
11991
|
"description": "API for Botpress Cloud",
|
|
11768
11992
|
"server": "https://api.botpress.cloud",
|
|
11769
|
-
"version": "1.
|
|
11993
|
+
"version": "1.9.0",
|
|
11770
11994
|
"prefix": "v1"
|
|
11771
11995
|
},
|
|
11772
11996
|
"errors": [
|
|
@@ -12360,6 +12584,14 @@ export const state = {
|
|
|
12360
12584
|
"schema": {
|
|
12361
12585
|
"type": "object",
|
|
12362
12586
|
"additionalProperties": true
|
|
12587
|
+
},
|
|
12588
|
+
"attributes": {
|
|
12589
|
+
"type": "object",
|
|
12590
|
+
"additionalProperties": {
|
|
12591
|
+
"type": "string",
|
|
12592
|
+
"maxLength": 200
|
|
12593
|
+
},
|
|
12594
|
+
"description": "Optional attributes"
|
|
12363
12595
|
}
|
|
12364
12596
|
},
|
|
12365
12597
|
"required": [
|
|
@@ -12483,6 +12715,14 @@ export const state = {
|
|
|
12483
12715
|
"schema"
|
|
12484
12716
|
],
|
|
12485
12717
|
"additionalProperties": false
|
|
12718
|
+
},
|
|
12719
|
+
"attributes": {
|
|
12720
|
+
"type": "object",
|
|
12721
|
+
"additionalProperties": {
|
|
12722
|
+
"type": "string",
|
|
12723
|
+
"maxLength": 200
|
|
12724
|
+
},
|
|
12725
|
+
"description": "Optional attributes"
|
|
12486
12726
|
}
|
|
12487
12727
|
},
|
|
12488
12728
|
"required": [
|
|
@@ -13004,6 +13244,14 @@ export const state = {
|
|
|
13004
13244
|
"schema": {
|
|
13005
13245
|
"type": "object",
|
|
13006
13246
|
"additionalProperties": true
|
|
13247
|
+
},
|
|
13248
|
+
"attributes": {
|
|
13249
|
+
"type": "object",
|
|
13250
|
+
"additionalProperties": {
|
|
13251
|
+
"type": "string",
|
|
13252
|
+
"maxLength": 200
|
|
13253
|
+
},
|
|
13254
|
+
"description": "Optional attributes"
|
|
13007
13255
|
}
|
|
13008
13256
|
},
|
|
13009
13257
|
"required": [
|
|
@@ -13059,6 +13307,14 @@ export const state = {
|
|
|
13059
13307
|
"schema"
|
|
13060
13308
|
],
|
|
13061
13309
|
"additionalProperties": false
|
|
13310
|
+
},
|
|
13311
|
+
"attributes": {
|
|
13312
|
+
"type": "object",
|
|
13313
|
+
"additionalProperties": {
|
|
13314
|
+
"type": "string",
|
|
13315
|
+
"maxLength": 200
|
|
13316
|
+
},
|
|
13317
|
+
"description": "Optional attributes"
|
|
13062
13318
|
}
|
|
13063
13319
|
},
|
|
13064
13320
|
"required": [
|
|
@@ -13299,6 +13555,14 @@ export const state = {
|
|
|
13299
13555
|
"schema": {
|
|
13300
13556
|
"type": "object",
|
|
13301
13557
|
"additionalProperties": true
|
|
13558
|
+
},
|
|
13559
|
+
"attributes": {
|
|
13560
|
+
"type": "object",
|
|
13561
|
+
"additionalProperties": {
|
|
13562
|
+
"type": "string",
|
|
13563
|
+
"maxLength": 200
|
|
13564
|
+
},
|
|
13565
|
+
"description": "Optional attributes"
|
|
13302
13566
|
}
|
|
13303
13567
|
},
|
|
13304
13568
|
"required": [
|
|
@@ -13354,6 +13618,14 @@ export const state = {
|
|
|
13354
13618
|
"schema"
|
|
13355
13619
|
],
|
|
13356
13620
|
"additionalProperties": false
|
|
13621
|
+
},
|
|
13622
|
+
"attributes": {
|
|
13623
|
+
"type": "object",
|
|
13624
|
+
"additionalProperties": {
|
|
13625
|
+
"type": "string",
|
|
13626
|
+
"maxLength": 200
|
|
13627
|
+
},
|
|
13628
|
+
"description": "Optional attributes"
|
|
13357
13629
|
}
|
|
13358
13630
|
},
|
|
13359
13631
|
"required": [
|
|
@@ -13544,6 +13816,14 @@ export const state = {
|
|
|
13544
13816
|
"schema": {
|
|
13545
13817
|
"type": "object",
|
|
13546
13818
|
"additionalProperties": true
|
|
13819
|
+
},
|
|
13820
|
+
"attributes": {
|
|
13821
|
+
"type": "object",
|
|
13822
|
+
"additionalProperties": {
|
|
13823
|
+
"type": "string",
|
|
13824
|
+
"maxLength": 200
|
|
13825
|
+
},
|
|
13826
|
+
"description": "Optional attributes"
|
|
13547
13827
|
}
|
|
13548
13828
|
},
|
|
13549
13829
|
"required": [
|
|
@@ -13599,6 +13879,14 @@ export const state = {
|
|
|
13599
13879
|
"schema"
|
|
13600
13880
|
],
|
|
13601
13881
|
"additionalProperties": false
|
|
13882
|
+
},
|
|
13883
|
+
"attributes": {
|
|
13884
|
+
"type": "object",
|
|
13885
|
+
"additionalProperties": {
|
|
13886
|
+
"type": "string",
|
|
13887
|
+
"maxLength": 200
|
|
13888
|
+
},
|
|
13889
|
+
"description": "Optional attributes"
|
|
13602
13890
|
}
|
|
13603
13891
|
},
|
|
13604
13892
|
"required": [
|