@thryveai/theme-interfaces 2.7.181 → 2.7.183
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/JSONSchemas/index.d.ts +243 -137
- package/dist/JSONSchemas/index.js +454 -323
- package/dist/interfaces/default-theme.interface.d.ts +30 -0
- package/dist/interfaces/shared-settings.interfaces.d.ts +1 -0
- package/dist/storefront/defaultIconsStorefront.js +13 -13
- package/dist/storefront/defaultSharedSettings.js +4 -3
- package/dist/storefront/defaultThemeStorefront.js +48 -0
- package/package.json +1 -1
|
@@ -3028,18 +3028,21 @@ exports.JSONSchemas = {
|
|
|
3028
3028
|
"type": "boolean"
|
|
3029
3029
|
},
|
|
3030
3030
|
"search": {
|
|
3031
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-834-854-749943994-824-855-749943994-759-
|
|
3031
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1771%3E"
|
|
3032
3032
|
},
|
|
3033
3033
|
"stores": {
|
|
3034
3034
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
3035
3035
|
},
|
|
3036
3036
|
"locationId": {
|
|
3037
3037
|
"type": "string"
|
|
3038
|
+
},
|
|
3039
|
+
"enableRecommendationsV2": {
|
|
3040
|
+
"type": "boolean"
|
|
3038
3041
|
}
|
|
3039
3042
|
},
|
|
3040
3043
|
"additionalProperties": false
|
|
3041
3044
|
},
|
|
3042
|
-
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-
|
|
3045
|
+
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1771>": {
|
|
3043
3046
|
"type": "object",
|
|
3044
3047
|
"properties": {
|
|
3045
3048
|
"enable": {
|
|
@@ -3277,12 +3280,12 @@ exports.JSONSchemas = {
|
|
|
3277
3280
|
"type": "object",
|
|
3278
3281
|
"properties": {
|
|
3279
3282
|
"preserveOrderNote": {
|
|
3280
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-705-759-749943994-0-
|
|
3283
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-705-759-749943994-0-1771%3E"
|
|
3281
3284
|
}
|
|
3282
3285
|
},
|
|
3283
3286
|
"additionalProperties": false
|
|
3284
3287
|
},
|
|
3285
|
-
"DeepPartial<interface-749943994-705-759-749943994-0-
|
|
3288
|
+
"DeepPartial<interface-749943994-705-759-749943994-0-1771>": {
|
|
3286
3289
|
"type": "object",
|
|
3287
3290
|
"properties": {
|
|
3288
3291
|
"enabled": {
|
|
@@ -3353,10 +3356,10 @@ exports.JSONSchemas = {
|
|
|
3353
3356
|
"type": "string"
|
|
3354
3357
|
},
|
|
3355
3358
|
"logos": {
|
|
3356
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-
|
|
3359
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-18326%3E"
|
|
3357
3360
|
},
|
|
3358
3361
|
"stsCheckBox": {
|
|
3359
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-
|
|
3362
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-18326%3E"
|
|
3360
3363
|
},
|
|
3361
3364
|
"confirmationPageImage": {
|
|
3362
3365
|
"type": "string"
|
|
@@ -3365,7 +3368,7 @@ exports.JSONSchemas = {
|
|
|
3365
3368
|
"type": "string"
|
|
3366
3369
|
},
|
|
3367
3370
|
"missingImg": {
|
|
3368
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-
|
|
3371
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-18326%3E"
|
|
3369
3372
|
},
|
|
3370
3373
|
"verifySiteImage": {
|
|
3371
3374
|
"type": "string"
|
|
@@ -3374,12 +3377,12 @@ exports.JSONSchemas = {
|
|
|
3374
3377
|
"$ref": "#/definitions/DeepPartial%3CIDefaultThemeFavicons%3E"
|
|
3375
3378
|
},
|
|
3376
3379
|
"banner": {
|
|
3377
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-
|
|
3380
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-18326%3E"
|
|
3378
3381
|
}
|
|
3379
3382
|
},
|
|
3380
3383
|
"additionalProperties": false
|
|
3381
3384
|
},
|
|
3382
|
-
"DeepPartial<structure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-
|
|
3385
|
+
"DeepPartial<structure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-18326>": {
|
|
3383
3386
|
"type": "object",
|
|
3384
3387
|
"properties": {
|
|
3385
3388
|
"primary": {
|
|
@@ -3403,7 +3406,7 @@ exports.JSONSchemas = {
|
|
|
3403
3406
|
},
|
|
3404
3407
|
"additionalProperties": false
|
|
3405
3408
|
},
|
|
3406
|
-
"DeepPartial<structure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-
|
|
3409
|
+
"DeepPartial<structure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-18326>": {
|
|
3407
3410
|
"type": "object",
|
|
3408
3411
|
"properties": {
|
|
3409
3412
|
"empty": {
|
|
@@ -3418,7 +3421,7 @@ exports.JSONSchemas = {
|
|
|
3418
3421
|
},
|
|
3419
3422
|
"additionalProperties": false
|
|
3420
3423
|
},
|
|
3421
|
-
"DeepPartial<structure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-
|
|
3424
|
+
"DeepPartial<structure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-18326>": {
|
|
3422
3425
|
"type": "object",
|
|
3423
3426
|
"properties": {
|
|
3424
3427
|
"recipes": {
|
|
@@ -3457,7 +3460,7 @@ exports.JSONSchemas = {
|
|
|
3457
3460
|
},
|
|
3458
3461
|
"additionalProperties": false
|
|
3459
3462
|
},
|
|
3460
|
-
"DeepPartial<structure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-
|
|
3463
|
+
"DeepPartial<structure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-18326>": {
|
|
3461
3464
|
"type": "object",
|
|
3462
3465
|
"properties": {
|
|
3463
3466
|
"src": {
|
|
@@ -4022,79 +4025,79 @@ exports.JSONSchemas = {
|
|
|
4022
4025
|
"type": "object",
|
|
4023
4026
|
"properties": {
|
|
4024
4027
|
"colors": {
|
|
4025
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11745-2010376527-0-
|
|
4028
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4026
4029
|
},
|
|
4027
4030
|
"header": {
|
|
4028
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4031
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4029
4032
|
},
|
|
4030
4033
|
"body": {
|
|
4031
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11745-2010376527-0-
|
|
4034
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4032
4035
|
},
|
|
4033
4036
|
"footer": {
|
|
4034
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-
|
|
4037
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4035
4038
|
},
|
|
4036
4039
|
"minimalHeader": {
|
|
4037
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11745-2010376527-0-
|
|
4040
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4038
4041
|
},
|
|
4039
4042
|
"subHeaderBoxes": {
|
|
4040
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11745-2010376527-0-
|
|
4043
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4041
4044
|
},
|
|
4042
4045
|
"breadcrumb": {
|
|
4043
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11745-2010376527-0-
|
|
4046
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4044
4047
|
},
|
|
4045
4048
|
"breadcrumbTitle": {
|
|
4046
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11745-2010376527-0-
|
|
4049
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4047
4050
|
},
|
|
4048
4051
|
"payment": {
|
|
4049
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-
|
|
4052
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4050
4053
|
},
|
|
4051
4054
|
"productPage": {
|
|
4052
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-
|
|
4055
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4053
4056
|
},
|
|
4054
4057
|
"accountPage": {
|
|
4055
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-
|
|
4058
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4056
4059
|
},
|
|
4057
4060
|
"orderConfirmation": {
|
|
4058
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11745-2010376527-0-
|
|
4061
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4059
4062
|
},
|
|
4060
4063
|
"favorites": {
|
|
4061
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-
|
|
4064
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4062
4065
|
},
|
|
4063
4066
|
"loyaltyCard": {
|
|
4064
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11745-2010376527-0-
|
|
4067
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4065
4068
|
},
|
|
4066
4069
|
"promoBadges": {
|
|
4067
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
4070
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4068
4071
|
},
|
|
4069
4072
|
"typography": {
|
|
4070
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
4073
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4071
4074
|
},
|
|
4072
4075
|
"buttonLinks": {
|
|
4073
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6041-6059-2010376527-6026-6060-2010376527-1533-11745-2010376527-0-
|
|
4076
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6041-6059-2010376527-6026-6060-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4074
4077
|
},
|
|
4075
4078
|
"buttons": {
|
|
4076
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
4079
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4077
4080
|
},
|
|
4078
4081
|
"carousel": {
|
|
4079
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
4082
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4080
4083
|
},
|
|
4081
4084
|
"carouselComponent": {
|
|
4082
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
4085
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4083
4086
|
},
|
|
4084
4087
|
"modal": {
|
|
4085
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
4088
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4086
4089
|
},
|
|
4087
4090
|
"selectedOption": {
|
|
4088
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10840-10867-2010376527-10822-10868-2010376527-1533-11745-2010376527-0-
|
|
4091
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10840-10867-2010376527-10822-10868-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4089
4092
|
},
|
|
4090
4093
|
"input": {
|
|
4091
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10877-11013-2010376527-10868-11014-2010376527-1533-11745-2010376527-0-
|
|
4094
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10877-11013-2010376527-10868-11014-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4092
4095
|
},
|
|
4093
4096
|
"dropdown": {
|
|
4094
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-
|
|
4097
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4095
4098
|
},
|
|
4096
4099
|
"productGrid": {
|
|
4097
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11238-11269-2010376527-11223-11270-2010376527-1533-11745-2010376527-0-
|
|
4100
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11238-11269-2010376527-11223-11270-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4098
4101
|
},
|
|
4099
4102
|
"checkoutStepColors": {
|
|
4100
4103
|
"type": "object",
|
|
@@ -4112,7 +4115,7 @@ exports.JSONSchemas = {
|
|
|
4112
4115
|
"additionalProperties": false
|
|
4113
4116
|
},
|
|
4114
4117
|
"cms": {
|
|
4115
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
4118
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4116
4119
|
},
|
|
4117
4120
|
"logoHeight": {
|
|
4118
4121
|
"$ref": "#/definitions/DeepPartial%3CIDefaultThemeLogoHeights%3E"
|
|
@@ -4135,7 +4138,7 @@ exports.JSONSchemas = {
|
|
|
4135
4138
|
},
|
|
4136
4139
|
"additionalProperties": false
|
|
4137
4140
|
},
|
|
4138
|
-
"DeepPartial<structure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11745-2010376527-0-
|
|
4141
|
+
"DeepPartial<structure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4139
4142
|
"type": "object",
|
|
4140
4143
|
"properties": {
|
|
4141
4144
|
"brandColors": {
|
|
@@ -4258,49 +4261,49 @@ exports.JSONSchemas = {
|
|
|
4258
4261
|
},
|
|
4259
4262
|
"additionalProperties": false
|
|
4260
4263
|
},
|
|
4261
|
-
"DeepPartial<structure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4264
|
+
"DeepPartial<structure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4262
4265
|
"type": "object",
|
|
4263
4266
|
"properties": {
|
|
4264
4267
|
"topMenu": {
|
|
4265
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4268
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4266
4269
|
},
|
|
4267
4270
|
"mainMenu": {
|
|
4268
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4271
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4269
4272
|
},
|
|
4270
4273
|
"bottomMenu": {
|
|
4271
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-14890-
|
|
4274
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-14890-15080-2010376527-0-18326%3E"
|
|
4272
4275
|
},
|
|
4273
4276
|
"mobileMenu": {
|
|
4274
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4277
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4275
4278
|
},
|
|
4276
4279
|
"accountPopover": {
|
|
4277
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4280
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4278
4281
|
},
|
|
4279
4282
|
"storePopover": {
|
|
4280
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4283
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4281
4284
|
},
|
|
4282
4285
|
"search": {
|
|
4283
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4286
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4284
4287
|
},
|
|
4285
4288
|
"headerActionLinks": {
|
|
4286
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4289
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16127-16214-2010376527-0-18326%3E"
|
|
4287
4290
|
},
|
|
4288
4291
|
"headerLinks": {
|
|
4289
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4292
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16005-16127-2010376527-0-18326%3E"
|
|
4290
4293
|
},
|
|
4291
4294
|
"departments": {
|
|
4292
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4295
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16214-16458-2010376527-0-18326%3E"
|
|
4293
4296
|
},
|
|
4294
4297
|
"badge": {
|
|
4295
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4298
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4296
4299
|
},
|
|
4297
4300
|
"notifications": {
|
|
4298
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4301
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4299
4302
|
}
|
|
4300
4303
|
},
|
|
4301
4304
|
"additionalProperties": false
|
|
4302
4305
|
},
|
|
4303
|
-
"DeepPartial<interface-2010376527-
|
|
4306
|
+
"DeepPartial<interface-2010376527-15080-15281-2010376527-0-18326>": {
|
|
4304
4307
|
"type": "object",
|
|
4305
4308
|
"properties": {
|
|
4306
4309
|
"color": {
|
|
@@ -4313,30 +4316,30 @@ exports.JSONSchemas = {
|
|
|
4313
4316
|
"type": "string"
|
|
4314
4317
|
},
|
|
4315
4318
|
"links": {
|
|
4316
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4319
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4317
4320
|
}
|
|
4318
4321
|
},
|
|
4319
4322
|
"additionalProperties": false
|
|
4320
4323
|
},
|
|
4321
|
-
"DeepPartial<structure-2010376527-
|
|
4324
|
+
"DeepPartial<structure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326>": {
|
|
4322
4325
|
"type": "object",
|
|
4323
4326
|
"properties": {
|
|
4324
4327
|
"static": {
|
|
4325
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
4328
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
4326
4329
|
},
|
|
4327
4330
|
"hover": {
|
|
4328
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
4331
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
4329
4332
|
},
|
|
4330
4333
|
"clicked": {
|
|
4331
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
4334
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
4332
4335
|
},
|
|
4333
4336
|
"visited": {
|
|
4334
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
4337
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
4335
4338
|
}
|
|
4336
4339
|
},
|
|
4337
4340
|
"additionalProperties": false
|
|
4338
4341
|
},
|
|
4339
|
-
"DeepPartial<interface-2010376527-13514-13596-2010376527-0-
|
|
4342
|
+
"DeepPartial<interface-2010376527-13514-13596-2010376527-0-18326>": {
|
|
4340
4343
|
"type": "object",
|
|
4341
4344
|
"properties": {
|
|
4342
4345
|
"color": {
|
|
@@ -4352,7 +4355,7 @@ exports.JSONSchemas = {
|
|
|
4352
4355
|
},
|
|
4353
4356
|
"additionalProperties": false
|
|
4354
4357
|
},
|
|
4355
|
-
"DeepPartial<interface-2010376527-14890-
|
|
4358
|
+
"DeepPartial<interface-2010376527-14890-15080-2010376527-0-18326>": {
|
|
4356
4359
|
"type": "object",
|
|
4357
4360
|
"properties": {
|
|
4358
4361
|
"hoverColor": {
|
|
@@ -4400,6 +4403,12 @@ exports.JSONSchemas = {
|
|
|
4400
4403
|
}
|
|
4401
4404
|
]
|
|
4402
4405
|
},
|
|
4406
|
+
"subMenu": {
|
|
4407
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15397-15584-2010376527-0-18326%3E"
|
|
4408
|
+
},
|
|
4409
|
+
"subMenuCategories": {
|
|
4410
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15720-15917-2010376527-0-18326%3E"
|
|
4411
|
+
},
|
|
4403
4412
|
"color": {
|
|
4404
4413
|
"type": "string"
|
|
4405
4414
|
},
|
|
@@ -4407,12 +4416,134 @@ exports.JSONSchemas = {
|
|
|
4407
4416
|
"type": "string"
|
|
4408
4417
|
},
|
|
4409
4418
|
"links": {
|
|
4410
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4419
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4420
|
+
}
|
|
4421
|
+
},
|
|
4422
|
+
"additionalProperties": false
|
|
4423
|
+
},
|
|
4424
|
+
"DeepPartial<interface-2010376527-15397-15584-2010376527-0-18326>": {
|
|
4425
|
+
"type": "object",
|
|
4426
|
+
"properties": {
|
|
4427
|
+
"backgroundColor": {
|
|
4428
|
+
"type": "string"
|
|
4429
|
+
},
|
|
4430
|
+
"links": {
|
|
4431
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15454-15581-2010376527-15445-15582-2010376527-15397-15584-2010376527-0-18326%3E"
|
|
4432
|
+
}
|
|
4433
|
+
},
|
|
4434
|
+
"additionalProperties": false
|
|
4435
|
+
},
|
|
4436
|
+
"DeepPartial<structure-2010376527-15454-15581-2010376527-15445-15582-2010376527-15397-15584-2010376527-0-18326>": {
|
|
4437
|
+
"type": "object",
|
|
4438
|
+
"properties": {
|
|
4439
|
+
"static": {
|
|
4440
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15281-15397-2010376527-0-18326%3E"
|
|
4441
|
+
},
|
|
4442
|
+
"hover": {
|
|
4443
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15281-15397-2010376527-0-18326%3E"
|
|
4444
|
+
},
|
|
4445
|
+
"clicked": {
|
|
4446
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15281-15397-2010376527-0-18326%3E"
|
|
4447
|
+
},
|
|
4448
|
+
"visited": {
|
|
4449
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15281-15397-2010376527-0-18326%3E"
|
|
4450
|
+
}
|
|
4451
|
+
},
|
|
4452
|
+
"additionalProperties": false
|
|
4453
|
+
},
|
|
4454
|
+
"DeepPartial<interface-2010376527-15281-15397-2010376527-0-18326>": {
|
|
4455
|
+
"type": "object",
|
|
4456
|
+
"properties": {
|
|
4457
|
+
"color": {
|
|
4458
|
+
"type": "string"
|
|
4459
|
+
},
|
|
4460
|
+
"textDecoration": {
|
|
4461
|
+
"type": "string",
|
|
4462
|
+
"enum": [
|
|
4463
|
+
"none",
|
|
4464
|
+
"underline"
|
|
4465
|
+
]
|
|
4466
|
+
},
|
|
4467
|
+
"backgroundColor": {
|
|
4468
|
+
"type": "string"
|
|
4469
|
+
}
|
|
4470
|
+
},
|
|
4471
|
+
"additionalProperties": false
|
|
4472
|
+
},
|
|
4473
|
+
"DeepPartial<interface-2010376527-15720-15917-2010376527-0-18326>": {
|
|
4474
|
+
"type": "object",
|
|
4475
|
+
"properties": {
|
|
4476
|
+
"backgroundColor": {
|
|
4477
|
+
"type": "string"
|
|
4478
|
+
},
|
|
4479
|
+
"links": {
|
|
4480
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15788-15914-2010376527-15779-15915-2010376527-15720-15917-2010376527-0-18326%3E"
|
|
4481
|
+
}
|
|
4482
|
+
},
|
|
4483
|
+
"additionalProperties": false
|
|
4484
|
+
},
|
|
4485
|
+
"DeepPartial<structure-2010376527-15788-15914-2010376527-15779-15915-2010376527-15720-15917-2010376527-0-18326>": {
|
|
4486
|
+
"type": "object",
|
|
4487
|
+
"properties": {
|
|
4488
|
+
"static": {
|
|
4489
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15584-15720-2010376527-0-18326%3E"
|
|
4490
|
+
},
|
|
4491
|
+
"hover": {
|
|
4492
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15584-15720-2010376527-0-18326%3E"
|
|
4493
|
+
},
|
|
4494
|
+
"clicked": {
|
|
4495
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15584-15720-2010376527-0-18326%3E"
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
4498
|
+
"additionalProperties": false
|
|
4499
|
+
},
|
|
4500
|
+
"DeepPartial<interface-2010376527-15584-15720-2010376527-0-18326>": {
|
|
4501
|
+
"type": "object",
|
|
4502
|
+
"properties": {
|
|
4503
|
+
"color": {
|
|
4504
|
+
"type": "string"
|
|
4505
|
+
},
|
|
4506
|
+
"backgroundColor": {
|
|
4507
|
+
"type": "string"
|
|
4508
|
+
},
|
|
4509
|
+
"arrowColor": {
|
|
4510
|
+
"type": "string"
|
|
4511
|
+
},
|
|
4512
|
+
"fontWeight": {
|
|
4513
|
+
"anyOf": [
|
|
4514
|
+
{
|
|
4515
|
+
"type": "string",
|
|
4516
|
+
"const": "normal"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"type": "string",
|
|
4520
|
+
"const": "bold"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"type": "string",
|
|
4524
|
+
"const": "bolder"
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"type": "string",
|
|
4528
|
+
"const": "lighter"
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"type": "number"
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"type": "string",
|
|
4535
|
+
"const": "initial"
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"type": "string",
|
|
4539
|
+
"const": "inherit"
|
|
4540
|
+
}
|
|
4541
|
+
]
|
|
4411
4542
|
}
|
|
4412
4543
|
},
|
|
4413
4544
|
"additionalProperties": false
|
|
4414
4545
|
},
|
|
4415
|
-
"DeepPartial<structure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4546
|
+
"DeepPartial<structure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4416
4547
|
"type": "object",
|
|
4417
4548
|
"properties": {
|
|
4418
4549
|
"backgroundColor": {
|
|
@@ -4428,21 +4559,21 @@ exports.JSONSchemas = {
|
|
|
4428
4559
|
"type": "string"
|
|
4429
4560
|
},
|
|
4430
4561
|
"links": {
|
|
4431
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4562
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4432
4563
|
}
|
|
4433
4564
|
},
|
|
4434
4565
|
"additionalProperties": false
|
|
4435
4566
|
},
|
|
4436
|
-
"DeepPartial<structure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4567
|
+
"DeepPartial<structure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4437
4568
|
"type": "object",
|
|
4438
4569
|
"properties": {
|
|
4439
4570
|
"color": {
|
|
4440
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1927-2017-2010376527-1912-2018-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4571
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1927-2017-2010376527-1912-2018-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4441
4572
|
}
|
|
4442
4573
|
},
|
|
4443
4574
|
"additionalProperties": false
|
|
4444
4575
|
},
|
|
4445
|
-
"DeepPartial<structure-2010376527-1927-2017-2010376527-1912-2018-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4576
|
+
"DeepPartial<structure-2010376527-1927-2017-2010376527-1912-2018-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4446
4577
|
"type": "object",
|
|
4447
4578
|
"properties": {
|
|
4448
4579
|
"static": {
|
|
@@ -4457,7 +4588,7 @@ exports.JSONSchemas = {
|
|
|
4457
4588
|
},
|
|
4458
4589
|
"additionalProperties": false
|
|
4459
4590
|
},
|
|
4460
|
-
"DeepPartial<structure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4591
|
+
"DeepPartial<structure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4461
4592
|
"type": "object",
|
|
4462
4593
|
"properties": {
|
|
4463
4594
|
"backgroundColor": {
|
|
@@ -4489,7 +4620,7 @@ exports.JSONSchemas = {
|
|
|
4489
4620
|
},
|
|
4490
4621
|
"additionalProperties": false
|
|
4491
4622
|
},
|
|
4492
|
-
"DeepPartial<structure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4623
|
+
"DeepPartial<structure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4493
4624
|
"type": "object",
|
|
4494
4625
|
"properties": {
|
|
4495
4626
|
"borderColor": {
|
|
@@ -4502,48 +4633,48 @@ exports.JSONSchemas = {
|
|
|
4502
4633
|
"type": "string"
|
|
4503
4634
|
},
|
|
4504
4635
|
"searchButton": {
|
|
4505
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4636
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4506
4637
|
},
|
|
4507
4638
|
"suggestions": {
|
|
4508
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4639
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4509
4640
|
},
|
|
4510
4641
|
"multisearchBtn": {
|
|
4511
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4642
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4512
4643
|
}
|
|
4513
4644
|
},
|
|
4514
4645
|
"additionalProperties": false
|
|
4515
4646
|
},
|
|
4516
|
-
"DeepPartial<structure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4647
|
+
"DeepPartial<structure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4517
4648
|
"type": "object",
|
|
4518
4649
|
"properties": {
|
|
4519
4650
|
"desktop": {
|
|
4520
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4651
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4521
4652
|
},
|
|
4522
4653
|
"tablet": {
|
|
4523
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4654
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4524
4655
|
},
|
|
4525
4656
|
"mobile": {
|
|
4526
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4657
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4527
4658
|
}
|
|
4528
4659
|
},
|
|
4529
4660
|
"additionalProperties": false
|
|
4530
4661
|
},
|
|
4531
|
-
"DeepPartial<structure-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4662
|
+
"DeepPartial<structure-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4532
4663
|
"type": "object",
|
|
4533
4664
|
"properties": {
|
|
4534
4665
|
"static": {
|
|
4535
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2435-2478-2010376527-2417-2479-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4666
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2435-2478-2010376527-2417-2479-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4536
4667
|
},
|
|
4537
4668
|
"hover": {
|
|
4538
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2496-2539-2010376527-2479-2540-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4669
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2496-2539-2010376527-2479-2540-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4539
4670
|
},
|
|
4540
4671
|
"clicked": {
|
|
4541
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2559-2602-2010376527-2540-2603-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4672
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2559-2602-2010376527-2540-2603-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4542
4673
|
}
|
|
4543
4674
|
},
|
|
4544
4675
|
"additionalProperties": false
|
|
4545
4676
|
},
|
|
4546
|
-
"DeepPartial<structure-2010376527-2435-2478-2010376527-2417-2479-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4677
|
+
"DeepPartial<structure-2010376527-2435-2478-2010376527-2417-2479-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4547
4678
|
"type": "object",
|
|
4548
4679
|
"properties": {
|
|
4549
4680
|
"color": {
|
|
@@ -4555,7 +4686,7 @@ exports.JSONSchemas = {
|
|
|
4555
4686
|
},
|
|
4556
4687
|
"additionalProperties": false
|
|
4557
4688
|
},
|
|
4558
|
-
"DeepPartial<structure-2010376527-2496-2539-2010376527-2479-2540-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4689
|
+
"DeepPartial<structure-2010376527-2496-2539-2010376527-2479-2540-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4559
4690
|
"type": "object",
|
|
4560
4691
|
"properties": {
|
|
4561
4692
|
"color": {
|
|
@@ -4567,7 +4698,7 @@ exports.JSONSchemas = {
|
|
|
4567
4698
|
},
|
|
4568
4699
|
"additionalProperties": false
|
|
4569
4700
|
},
|
|
4570
|
-
"DeepPartial<structure-2010376527-2559-2602-2010376527-2540-2603-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4701
|
+
"DeepPartial<structure-2010376527-2559-2602-2010376527-2540-2603-2010376527-2415-2613-2010376527-2398-2614-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4571
4702
|
"type": "object",
|
|
4572
4703
|
"properties": {
|
|
4573
4704
|
"color": {
|
|
@@ -4579,19 +4710,19 @@ exports.JSONSchemas = {
|
|
|
4579
4710
|
},
|
|
4580
4711
|
"additionalProperties": false
|
|
4581
4712
|
},
|
|
4582
|
-
"DeepPartial<structure-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4713
|
+
"DeepPartial<structure-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4583
4714
|
"type": "object",
|
|
4584
4715
|
"properties": {
|
|
4585
4716
|
"static": {
|
|
4586
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2650-2668-2010376527-2632-2669-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4717
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2650-2668-2010376527-2632-2669-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4587
4718
|
},
|
|
4588
4719
|
"clicked": {
|
|
4589
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2688-2706-2010376527-2669-2707-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4720
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2688-2706-2010376527-2669-2707-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4590
4721
|
}
|
|
4591
4722
|
},
|
|
4592
4723
|
"additionalProperties": false
|
|
4593
4724
|
},
|
|
4594
|
-
"DeepPartial<structure-2010376527-2650-2668-2010376527-2632-2669-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4725
|
+
"DeepPartial<structure-2010376527-2650-2668-2010376527-2632-2669-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4595
4726
|
"type": "object",
|
|
4596
4727
|
"properties": {
|
|
4597
4728
|
"color": {
|
|
@@ -4600,7 +4731,7 @@ exports.JSONSchemas = {
|
|
|
4600
4731
|
},
|
|
4601
4732
|
"additionalProperties": false
|
|
4602
4733
|
},
|
|
4603
|
-
"DeepPartial<structure-2010376527-2688-2706-2010376527-2669-2707-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4734
|
+
"DeepPartial<structure-2010376527-2688-2706-2010376527-2669-2707-2010376527-2630-2717-2010376527-2614-2718-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4604
4735
|
"type": "object",
|
|
4605
4736
|
"properties": {
|
|
4606
4737
|
"color": {
|
|
@@ -4609,16 +4740,16 @@ exports.JSONSchemas = {
|
|
|
4609
4740
|
},
|
|
4610
4741
|
"additionalProperties": false
|
|
4611
4742
|
},
|
|
4612
|
-
"DeepPartial<structure-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4743
|
+
"DeepPartial<structure-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4613
4744
|
"type": "object",
|
|
4614
4745
|
"properties": {
|
|
4615
4746
|
"static": {
|
|
4616
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2754-2772-2010376527-2736-2773-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4747
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2754-2772-2010376527-2736-2773-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4617
4748
|
}
|
|
4618
4749
|
},
|
|
4619
4750
|
"additionalProperties": false
|
|
4620
4751
|
},
|
|
4621
|
-
"DeepPartial<structure-2010376527-2754-2772-2010376527-2736-2773-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4752
|
+
"DeepPartial<structure-2010376527-2754-2772-2010376527-2736-2773-2010376527-2734-2783-2010376527-2718-2784-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4622
4753
|
"type": "object",
|
|
4623
4754
|
"properties": {
|
|
4624
4755
|
"color": {
|
|
@@ -4627,25 +4758,25 @@ exports.JSONSchemas = {
|
|
|
4627
4758
|
},
|
|
4628
4759
|
"additionalProperties": false
|
|
4629
4760
|
},
|
|
4630
|
-
"DeepPartial<structure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4761
|
+
"DeepPartial<structure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4631
4762
|
"type": "object",
|
|
4632
4763
|
"properties": {
|
|
4633
4764
|
"links": {
|
|
4634
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4765
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4635
4766
|
}
|
|
4636
4767
|
},
|
|
4637
4768
|
"additionalProperties": false
|
|
4638
4769
|
},
|
|
4639
|
-
"DeepPartial<structure-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4770
|
+
"DeepPartial<structure-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4640
4771
|
"type": "object",
|
|
4641
4772
|
"properties": {
|
|
4642
4773
|
"color": {
|
|
4643
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2848-2946-2010376527-2831-2947-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4774
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2848-2946-2010376527-2831-2947-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4644
4775
|
}
|
|
4645
4776
|
},
|
|
4646
4777
|
"additionalProperties": false
|
|
4647
4778
|
},
|
|
4648
|
-
"DeepPartial<structure-2010376527-2848-2946-2010376527-2831-2947-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4779
|
+
"DeepPartial<structure-2010376527-2848-2946-2010376527-2831-2947-2010376527-2829-2957-2010376527-2814-2958-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4649
4780
|
"type": "object",
|
|
4650
4781
|
"properties": {
|
|
4651
4782
|
"static": {
|
|
@@ -4660,19 +4791,19 @@ exports.JSONSchemas = {
|
|
|
4660
4791
|
},
|
|
4661
4792
|
"additionalProperties": false
|
|
4662
4793
|
},
|
|
4663
|
-
"DeepPartial<structure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4794
|
+
"DeepPartial<structure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4664
4795
|
"type": "object",
|
|
4665
4796
|
"properties": {
|
|
4666
4797
|
"static": {
|
|
4667
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3007-3079-2010376527-2991-3080-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4798
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3007-3079-2010376527-2991-3080-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4668
4799
|
},
|
|
4669
4800
|
"hover": {
|
|
4670
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3095-3167-2010376527-3080-3168-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4801
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3095-3167-2010376527-3080-3168-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4671
4802
|
}
|
|
4672
4803
|
},
|
|
4673
4804
|
"additionalProperties": false
|
|
4674
4805
|
},
|
|
4675
|
-
"DeepPartial<structure-2010376527-3007-3079-2010376527-2991-3080-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4806
|
+
"DeepPartial<structure-2010376527-3007-3079-2010376527-2991-3080-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4676
4807
|
"type": "object",
|
|
4677
4808
|
"properties": {
|
|
4678
4809
|
"color": {
|
|
@@ -4684,7 +4815,7 @@ exports.JSONSchemas = {
|
|
|
4684
4815
|
},
|
|
4685
4816
|
"additionalProperties": false
|
|
4686
4817
|
},
|
|
4687
|
-
"DeepPartial<structure-2010376527-3095-3167-2010376527-3080-3168-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
4818
|
+
"DeepPartial<structure-2010376527-3095-3167-2010376527-3080-3168-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4688
4819
|
"type": "object",
|
|
4689
4820
|
"properties": {
|
|
4690
4821
|
"color": {
|
|
@@ -4696,7 +4827,7 @@ exports.JSONSchemas = {
|
|
|
4696
4827
|
},
|
|
4697
4828
|
"additionalProperties": false
|
|
4698
4829
|
},
|
|
4699
|
-
"DeepPartial<interface-2010376527-
|
|
4830
|
+
"DeepPartial<interface-2010376527-16127-16214-2010376527-0-18326>": {
|
|
4700
4831
|
"type": "object",
|
|
4701
4832
|
"properties": {
|
|
4702
4833
|
"fontFamily": {
|
|
@@ -4746,7 +4877,7 @@ exports.JSONSchemas = {
|
|
|
4746
4877
|
"type": "string"
|
|
4747
4878
|
},
|
|
4748
4879
|
"links": {
|
|
4749
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4880
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4750
4881
|
},
|
|
4751
4882
|
"activeColor": {
|
|
4752
4883
|
"type": "string"
|
|
@@ -4757,7 +4888,7 @@ exports.JSONSchemas = {
|
|
|
4757
4888
|
},
|
|
4758
4889
|
"additionalProperties": false
|
|
4759
4890
|
},
|
|
4760
|
-
"DeepPartial<interface-2010376527-
|
|
4891
|
+
"DeepPartial<interface-2010376527-16005-16127-2010376527-0-18326>": {
|
|
4761
4892
|
"type": "object",
|
|
4762
4893
|
"properties": {
|
|
4763
4894
|
"fontWeight": {
|
|
@@ -4804,7 +4935,7 @@ exports.JSONSchemas = {
|
|
|
4804
4935
|
"type": "string"
|
|
4805
4936
|
},
|
|
4806
4937
|
"links": {
|
|
4807
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4938
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4808
4939
|
},
|
|
4809
4940
|
"activeColor": {
|
|
4810
4941
|
"type": "string"
|
|
@@ -4815,25 +4946,25 @@ exports.JSONSchemas = {
|
|
|
4815
4946
|
},
|
|
4816
4947
|
"additionalProperties": false
|
|
4817
4948
|
},
|
|
4818
|
-
"DeepPartial<interface-2010376527-
|
|
4949
|
+
"DeepPartial<interface-2010376527-16214-16458-2010376527-0-18326>": {
|
|
4819
4950
|
"type": "object",
|
|
4820
4951
|
"properties": {
|
|
4821
4952
|
"wrapCategoryTitle": {
|
|
4822
4953
|
"type": "boolean"
|
|
4823
4954
|
},
|
|
4824
4955
|
"backgroundColor": {
|
|
4825
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4956
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16295-16341-2010376527-16276-16342-2010376527-16214-16458-2010376527-0-18326%3E"
|
|
4826
4957
|
},
|
|
4827
4958
|
"color": {
|
|
4828
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4959
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16351-16396-2010376527-16342-16397-2010376527-16214-16458-2010376527-0-18326%3E"
|
|
4829
4960
|
},
|
|
4830
4961
|
"iconColor": {
|
|
4831
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4962
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16410-16455-2010376527-16397-16456-2010376527-16214-16458-2010376527-0-18326%3E"
|
|
4832
4963
|
}
|
|
4833
4964
|
},
|
|
4834
4965
|
"additionalProperties": false
|
|
4835
4966
|
},
|
|
4836
|
-
"DeepPartial<structure-2010376527-
|
|
4967
|
+
"DeepPartial<structure-2010376527-16295-16341-2010376527-16276-16342-2010376527-16214-16458-2010376527-0-18326>": {
|
|
4837
4968
|
"type": "object",
|
|
4838
4969
|
"properties": {
|
|
4839
4970
|
"active": {
|
|
@@ -4845,7 +4976,7 @@ exports.JSONSchemas = {
|
|
|
4845
4976
|
},
|
|
4846
4977
|
"additionalProperties": false
|
|
4847
4978
|
},
|
|
4848
|
-
"DeepPartial<structure-2010376527-
|
|
4979
|
+
"DeepPartial<structure-2010376527-16351-16396-2010376527-16342-16397-2010376527-16214-16458-2010376527-0-18326>": {
|
|
4849
4980
|
"type": "object",
|
|
4850
4981
|
"properties": {
|
|
4851
4982
|
"static": {
|
|
@@ -4857,7 +4988,7 @@ exports.JSONSchemas = {
|
|
|
4857
4988
|
},
|
|
4858
4989
|
"additionalProperties": false
|
|
4859
4990
|
},
|
|
4860
|
-
"DeepPartial<structure-2010376527-
|
|
4991
|
+
"DeepPartial<structure-2010376527-16410-16455-2010376527-16397-16456-2010376527-16214-16458-2010376527-0-18326>": {
|
|
4861
4992
|
"type": "object",
|
|
4862
4993
|
"properties": {
|
|
4863
4994
|
"static": {
|
|
@@ -4869,19 +5000,19 @@ exports.JSONSchemas = {
|
|
|
4869
5000
|
},
|
|
4870
5001
|
"additionalProperties": false
|
|
4871
5002
|
},
|
|
4872
|
-
"DeepPartial<structure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5003
|
+
"DeepPartial<structure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4873
5004
|
"type": "object",
|
|
4874
5005
|
"properties": {
|
|
4875
5006
|
"cart": {
|
|
4876
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5007
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4877
5008
|
},
|
|
4878
5009
|
"cartCurrency": {
|
|
4879
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5010
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4880
5011
|
}
|
|
4881
5012
|
},
|
|
4882
5013
|
"additionalProperties": false
|
|
4883
5014
|
},
|
|
4884
|
-
"DeepPartial<structure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5015
|
+
"DeepPartial<structure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4885
5016
|
"type": "object",
|
|
4886
5017
|
"properties": {
|
|
4887
5018
|
"color": {
|
|
@@ -4893,7 +5024,7 @@ exports.JSONSchemas = {
|
|
|
4893
5024
|
},
|
|
4894
5025
|
"additionalProperties": false
|
|
4895
5026
|
},
|
|
4896
|
-
"DeepPartial<structure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5027
|
+
"DeepPartial<structure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4897
5028
|
"type": "object",
|
|
4898
5029
|
"properties": {
|
|
4899
5030
|
"color": {
|
|
@@ -4905,22 +5036,22 @@ exports.JSONSchemas = {
|
|
|
4905
5036
|
},
|
|
4906
5037
|
"additionalProperties": false
|
|
4907
5038
|
},
|
|
4908
|
-
"DeepPartial<structure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5039
|
+
"DeepPartial<structure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4909
5040
|
"type": "object",
|
|
4910
5041
|
"properties": {
|
|
4911
5042
|
"counter": {
|
|
4912
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5043
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4913
5044
|
},
|
|
4914
5045
|
"text": {
|
|
4915
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5046
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4916
5047
|
},
|
|
4917
5048
|
"seeAllNotifications": {
|
|
4918
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5049
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4919
5050
|
}
|
|
4920
5051
|
},
|
|
4921
5052
|
"additionalProperties": false
|
|
4922
5053
|
},
|
|
4923
|
-
"DeepPartial<structure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5054
|
+
"DeepPartial<structure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4924
5055
|
"type": "object",
|
|
4925
5056
|
"properties": {
|
|
4926
5057
|
"backgroundColor": {
|
|
@@ -4929,7 +5060,7 @@ exports.JSONSchemas = {
|
|
|
4929
5060
|
},
|
|
4930
5061
|
"additionalProperties": false
|
|
4931
5062
|
},
|
|
4932
|
-
"DeepPartial<structure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5063
|
+
"DeepPartial<structure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4933
5064
|
"type": "object",
|
|
4934
5065
|
"properties": {
|
|
4935
5066
|
"color": {
|
|
@@ -4941,7 +5072,7 @@ exports.JSONSchemas = {
|
|
|
4941
5072
|
},
|
|
4942
5073
|
"additionalProperties": false
|
|
4943
5074
|
},
|
|
4944
|
-
"DeepPartial<structure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-
|
|
5075
|
+
"DeepPartial<structure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4945
5076
|
"type": "object",
|
|
4946
5077
|
"properties": {
|
|
4947
5078
|
"color": {
|
|
@@ -4950,7 +5081,7 @@ exports.JSONSchemas = {
|
|
|
4950
5081
|
},
|
|
4951
5082
|
"additionalProperties": false
|
|
4952
5083
|
},
|
|
4953
|
-
"DeepPartial<structure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11745-2010376527-0-
|
|
5084
|
+
"DeepPartial<structure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4954
5085
|
"type": "object",
|
|
4955
5086
|
"properties": {
|
|
4956
5087
|
"fontSize": {
|
|
@@ -4965,25 +5096,25 @@ exports.JSONSchemas = {
|
|
|
4965
5096
|
},
|
|
4966
5097
|
"additionalProperties": false
|
|
4967
5098
|
},
|
|
4968
|
-
"DeepPartial<structure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-
|
|
5099
|
+
"DeepPartial<structure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4969
5100
|
"type": "object",
|
|
4970
5101
|
"properties": {
|
|
4971
5102
|
"mainFooter": {
|
|
4972
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5103
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4973
5104
|
},
|
|
4974
5105
|
"bottomFooter": {
|
|
4975
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5106
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4976
5107
|
},
|
|
4977
5108
|
"bottomFooterNavHeaderLink": {
|
|
4978
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5109
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
4979
5110
|
},
|
|
4980
5111
|
"mediaIcons": {
|
|
4981
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-
|
|
5112
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
4982
5113
|
}
|
|
4983
5114
|
},
|
|
4984
5115
|
"additionalProperties": false
|
|
4985
5116
|
},
|
|
4986
|
-
"DeepPartial<structure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-
|
|
5117
|
+
"DeepPartial<structure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4987
5118
|
"type": "object",
|
|
4988
5119
|
"properties": {
|
|
4989
5120
|
"color": {
|
|
@@ -4992,19 +5123,19 @@ exports.JSONSchemas = {
|
|
|
4992
5123
|
},
|
|
4993
5124
|
"additionalProperties": false
|
|
4994
5125
|
},
|
|
4995
|
-
"DeepPartial<structure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11745-2010376527-0-
|
|
5126
|
+
"DeepPartial<structure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11745-2010376527-0-18326>": {
|
|
4996
5127
|
"type": "object",
|
|
4997
5128
|
"properties": {
|
|
4998
5129
|
"desktop": {
|
|
4999
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5130
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16458-16533-2010376527-0-18326%3E"
|
|
5000
5131
|
},
|
|
5001
5132
|
"mobile": {
|
|
5002
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5133
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16458-16533-2010376527-0-18326%3E"
|
|
5003
5134
|
}
|
|
5004
5135
|
},
|
|
5005
5136
|
"additionalProperties": false
|
|
5006
5137
|
},
|
|
5007
|
-
"DeepPartial<interface-2010376527-
|
|
5138
|
+
"DeepPartial<interface-2010376527-16458-16533-2010376527-0-18326>": {
|
|
5008
5139
|
"type": "object",
|
|
5009
5140
|
"properties": {
|
|
5010
5141
|
"iconColor": {
|
|
@@ -5020,12 +5151,12 @@ exports.JSONSchemas = {
|
|
|
5020
5151
|
"type": "string"
|
|
5021
5152
|
},
|
|
5022
5153
|
"links": {
|
|
5023
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
5154
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15179-15278-2010376527-15170-15279-2010376527-15080-15281-2010376527-0-18326%3E"
|
|
5024
5155
|
}
|
|
5025
5156
|
},
|
|
5026
5157
|
"additionalProperties": false
|
|
5027
5158
|
},
|
|
5028
|
-
"DeepPartial<structure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11745-2010376527-0-
|
|
5159
|
+
"DeepPartial<structure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5029
5160
|
"type": "object",
|
|
5030
5161
|
"properties": {
|
|
5031
5162
|
"backgroundColor": {
|
|
@@ -5040,7 +5171,7 @@ exports.JSONSchemas = {
|
|
|
5040
5171
|
},
|
|
5041
5172
|
"additionalProperties": false
|
|
5042
5173
|
},
|
|
5043
|
-
"DeepPartial<structure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11745-2010376527-0-
|
|
5174
|
+
"DeepPartial<structure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5044
5175
|
"type": "object",
|
|
5045
5176
|
"properties": {
|
|
5046
5177
|
"textTransform": {
|
|
@@ -5069,7 +5200,7 @@ exports.JSONSchemas = {
|
|
|
5069
5200
|
},
|
|
5070
5201
|
"additionalProperties": false
|
|
5071
5202
|
},
|
|
5072
|
-
"DeepPartial<structure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11745-2010376527-0-
|
|
5203
|
+
"DeepPartial<structure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5073
5204
|
"type": "object",
|
|
5074
5205
|
"properties": {
|
|
5075
5206
|
"textTransform": {
|
|
@@ -5098,7 +5229,7 @@ exports.JSONSchemas = {
|
|
|
5098
5229
|
},
|
|
5099
5230
|
"additionalProperties": false
|
|
5100
5231
|
},
|
|
5101
|
-
"DeepPartial<structure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-
|
|
5232
|
+
"DeepPartial<structure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5102
5233
|
"type": "object",
|
|
5103
5234
|
"properties": {
|
|
5104
5235
|
"selectedCardBackground": {
|
|
@@ -5108,15 +5239,15 @@ exports.JSONSchemas = {
|
|
|
5108
5239
|
"type": "string"
|
|
5109
5240
|
},
|
|
5110
5241
|
"summary": {
|
|
5111
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-
|
|
5242
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5112
5243
|
},
|
|
5113
5244
|
"checkoutCards": {
|
|
5114
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5245
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17101-17155-2010376527-0-18326%3E"
|
|
5115
5246
|
}
|
|
5116
5247
|
},
|
|
5117
5248
|
"additionalProperties": false
|
|
5118
5249
|
},
|
|
5119
|
-
"DeepPartial<structure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-
|
|
5250
|
+
"DeepPartial<structure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5120
5251
|
"type": "object",
|
|
5121
5252
|
"properties": {
|
|
5122
5253
|
"listItemBackground": {
|
|
@@ -5125,7 +5256,7 @@ exports.JSONSchemas = {
|
|
|
5125
5256
|
},
|
|
5126
5257
|
"additionalProperties": false
|
|
5127
5258
|
},
|
|
5128
|
-
"DeepPartial<interface-2010376527-
|
|
5259
|
+
"DeepPartial<interface-2010376527-17101-17155-2010376527-0-18326>": {
|
|
5129
5260
|
"type": "object",
|
|
5130
5261
|
"properties": {
|
|
5131
5262
|
"borderRadius": {
|
|
@@ -5134,25 +5265,25 @@ exports.JSONSchemas = {
|
|
|
5134
5265
|
},
|
|
5135
5266
|
"additionalProperties": false
|
|
5136
5267
|
},
|
|
5137
|
-
"DeepPartial<structure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-
|
|
5268
|
+
"DeepPartial<structure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5138
5269
|
"type": "object",
|
|
5139
5270
|
"properties": {
|
|
5140
5271
|
"detailsBackgroundColor": {
|
|
5141
5272
|
"type": "string"
|
|
5142
5273
|
},
|
|
5143
5274
|
"badges": {
|
|
5144
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5275
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17047-17101-2010376527-0-18326%3E"
|
|
5145
5276
|
},
|
|
5146
5277
|
"priceReductionColor": {
|
|
5147
5278
|
"type": "string"
|
|
5148
5279
|
},
|
|
5149
5280
|
"previouslyPurchased": {
|
|
5150
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-
|
|
5281
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5151
5282
|
}
|
|
5152
5283
|
},
|
|
5153
5284
|
"additionalProperties": false
|
|
5154
5285
|
},
|
|
5155
|
-
"DeepPartial<interface-2010376527-
|
|
5286
|
+
"DeepPartial<interface-2010376527-17047-17101-2010376527-0-18326>": {
|
|
5156
5287
|
"type": "object",
|
|
5157
5288
|
"properties": {
|
|
5158
5289
|
"borderRadius": {
|
|
@@ -5161,7 +5292,7 @@ exports.JSONSchemas = {
|
|
|
5161
5292
|
},
|
|
5162
5293
|
"additionalProperties": false
|
|
5163
5294
|
},
|
|
5164
|
-
"DeepPartial<structure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-
|
|
5295
|
+
"DeepPartial<structure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5165
5296
|
"type": "object",
|
|
5166
5297
|
"properties": {
|
|
5167
5298
|
"color": {
|
|
@@ -5173,16 +5304,16 @@ exports.JSONSchemas = {
|
|
|
5173
5304
|
},
|
|
5174
5305
|
"additionalProperties": false
|
|
5175
5306
|
},
|
|
5176
|
-
"DeepPartial<structure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-
|
|
5307
|
+
"DeepPartial<structure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5177
5308
|
"type": "object",
|
|
5178
5309
|
"properties": {
|
|
5179
5310
|
"passwordRequirements": {
|
|
5180
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-
|
|
5311
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5181
5312
|
}
|
|
5182
5313
|
},
|
|
5183
5314
|
"additionalProperties": false
|
|
5184
5315
|
},
|
|
5185
|
-
"DeepPartial<structure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-
|
|
5316
|
+
"DeepPartial<structure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5186
5317
|
"type": "object",
|
|
5187
5318
|
"properties": {
|
|
5188
5319
|
"backgroundColor": {
|
|
@@ -5191,7 +5322,7 @@ exports.JSONSchemas = {
|
|
|
5191
5322
|
},
|
|
5192
5323
|
"additionalProperties": false
|
|
5193
5324
|
},
|
|
5194
|
-
"DeepPartial<structure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11745-2010376527-0-
|
|
5325
|
+
"DeepPartial<structure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5195
5326
|
"type": "object",
|
|
5196
5327
|
"properties": {
|
|
5197
5328
|
"iconColor": {
|
|
@@ -5203,14 +5334,14 @@ exports.JSONSchemas = {
|
|
|
5203
5334
|
},
|
|
5204
5335
|
"additionalProperties": false
|
|
5205
5336
|
},
|
|
5206
|
-
"DeepPartial<structure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-
|
|
5337
|
+
"DeepPartial<structure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5207
5338
|
"type": "object",
|
|
5208
5339
|
"properties": {
|
|
5209
5340
|
"headerIconStyle": {
|
|
5210
5341
|
"$ref": "#/definitions/IconNames"
|
|
5211
5342
|
},
|
|
5212
5343
|
"productColors": {
|
|
5213
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-
|
|
5344
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5214
5345
|
}
|
|
5215
5346
|
},
|
|
5216
5347
|
"additionalProperties": false
|
|
@@ -5801,19 +5932,19 @@ exports.JSONSchemas = {
|
|
|
5801
5932
|
"fr-ca"
|
|
5802
5933
|
]
|
|
5803
5934
|
},
|
|
5804
|
-
"DeepPartial<structure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-
|
|
5935
|
+
"DeepPartial<structure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5805
5936
|
"type": "object",
|
|
5806
5937
|
"properties": {
|
|
5807
5938
|
"static": {
|
|
5808
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12921-12989-2010376527-0-
|
|
5939
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12921-12989-2010376527-0-18326%3E"
|
|
5809
5940
|
},
|
|
5810
5941
|
"active": {
|
|
5811
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12921-12989-2010376527-0-
|
|
5942
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12921-12989-2010376527-0-18326%3E"
|
|
5812
5943
|
}
|
|
5813
5944
|
},
|
|
5814
5945
|
"additionalProperties": false
|
|
5815
5946
|
},
|
|
5816
|
-
"DeepPartial<interface-2010376527-12921-12989-2010376527-0-
|
|
5947
|
+
"DeepPartial<interface-2010376527-12921-12989-2010376527-0-18326>": {
|
|
5817
5948
|
"type": "object",
|
|
5818
5949
|
"properties": {
|
|
5819
5950
|
"color": {
|
|
@@ -5825,7 +5956,7 @@ exports.JSONSchemas = {
|
|
|
5825
5956
|
},
|
|
5826
5957
|
"additionalProperties": false
|
|
5827
5958
|
},
|
|
5828
|
-
"DeepPartial<structure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11745-2010376527-0-
|
|
5959
|
+
"DeepPartial<structure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5829
5960
|
"type": "object",
|
|
5830
5961
|
"properties": {
|
|
5831
5962
|
"backgroundColor": {
|
|
@@ -5841,18 +5972,18 @@ exports.JSONSchemas = {
|
|
|
5841
5972
|
"type": "string"
|
|
5842
5973
|
},
|
|
5843
5974
|
"dimensions": {
|
|
5844
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5975
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17155-17228-2010376527-0-18326%3E"
|
|
5845
5976
|
},
|
|
5846
5977
|
"input": {
|
|
5847
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5978
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17358-17499-2010376527-0-18326%3E"
|
|
5848
5979
|
},
|
|
5849
5980
|
"infoList": {
|
|
5850
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5981
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17499-17575-2010376527-0-18326%3E"
|
|
5851
5982
|
}
|
|
5852
5983
|
},
|
|
5853
5984
|
"additionalProperties": false
|
|
5854
5985
|
},
|
|
5855
|
-
"DeepPartial<interface-2010376527-
|
|
5986
|
+
"DeepPartial<interface-2010376527-17155-17228-2010376527-0-18326>": {
|
|
5856
5987
|
"type": "object",
|
|
5857
5988
|
"properties": {
|
|
5858
5989
|
"width": {
|
|
@@ -5864,7 +5995,7 @@ exports.JSONSchemas = {
|
|
|
5864
5995
|
},
|
|
5865
5996
|
"additionalProperties": false
|
|
5866
5997
|
},
|
|
5867
|
-
"DeepPartial<interface-2010376527-
|
|
5998
|
+
"DeepPartial<interface-2010376527-17358-17499-2010376527-0-18326>": {
|
|
5868
5999
|
"type": "object",
|
|
5869
6000
|
"properties": {
|
|
5870
6001
|
"borderRadius": {
|
|
@@ -5877,12 +6008,12 @@ exports.JSONSchemas = {
|
|
|
5877
6008
|
"type": "string"
|
|
5878
6009
|
},
|
|
5879
6010
|
"idFields": {
|
|
5880
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6011
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17228-17358-2010376527-0-18326%3E"
|
|
5881
6012
|
}
|
|
5882
6013
|
},
|
|
5883
6014
|
"additionalProperties": false
|
|
5884
6015
|
},
|
|
5885
|
-
"DeepPartial<interface-2010376527-
|
|
6016
|
+
"DeepPartial<interface-2010376527-17228-17358-2010376527-0-18326>": {
|
|
5886
6017
|
"type": "object",
|
|
5887
6018
|
"properties": {
|
|
5888
6019
|
"staticBorder": {
|
|
@@ -5900,7 +6031,7 @@ exports.JSONSchemas = {
|
|
|
5900
6031
|
},
|
|
5901
6032
|
"additionalProperties": false
|
|
5902
6033
|
},
|
|
5903
|
-
"DeepPartial<interface-2010376527-
|
|
6034
|
+
"DeepPartial<interface-2010376527-17499-17575-2010376527-0-18326>": {
|
|
5904
6035
|
"type": "object",
|
|
5905
6036
|
"properties": {
|
|
5906
6037
|
"color": {
|
|
@@ -5912,11 +6043,11 @@ exports.JSONSchemas = {
|
|
|
5912
6043
|
},
|
|
5913
6044
|
"additionalProperties": false
|
|
5914
6045
|
},
|
|
5915
|
-
"DeepPartial<structure-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
6046
|
+
"DeepPartial<structure-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5916
6047
|
"type": "object",
|
|
5917
6048
|
"properties": {
|
|
5918
6049
|
"backgroundColor": {
|
|
5919
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
6050
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5920
6051
|
},
|
|
5921
6052
|
"fontWeight": {
|
|
5922
6053
|
"anyOf": [
|
|
@@ -5950,12 +6081,12 @@ exports.JSONSchemas = {
|
|
|
5950
6081
|
]
|
|
5951
6082
|
},
|
|
5952
6083
|
"color": {
|
|
5953
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5503-5568-2010376527-5492-5569-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
6084
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5503-5568-2010376527-5492-5569-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5954
6085
|
}
|
|
5955
6086
|
},
|
|
5956
6087
|
"additionalProperties": false
|
|
5957
6088
|
},
|
|
5958
|
-
"DeepPartial<structure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
6089
|
+
"DeepPartial<structure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5959
6090
|
"type": "object",
|
|
5960
6091
|
"properties": {
|
|
5961
6092
|
"promotion": {
|
|
@@ -5967,7 +6098,7 @@ exports.JSONSchemas = {
|
|
|
5967
6098
|
},
|
|
5968
6099
|
"additionalProperties": false
|
|
5969
6100
|
},
|
|
5970
|
-
"DeepPartial<structure-2010376527-5503-5568-2010376527-5492-5569-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-
|
|
6101
|
+
"DeepPartial<structure-2010376527-5503-5568-2010376527-5492-5569-2010376527-5373-5573-2010376527-5358-5574-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5971
6102
|
"type": "object",
|
|
5972
6103
|
"properties": {
|
|
5973
6104
|
"promotion": {
|
|
@@ -5979,23 +6110,23 @@ exports.JSONSchemas = {
|
|
|
5979
6110
|
},
|
|
5980
6111
|
"additionalProperties": false
|
|
5981
6112
|
},
|
|
5982
|
-
"DeepPartial<structure-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6113
|
+
"DeepPartial<structure-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326>": {
|
|
5983
6114
|
"type": "object",
|
|
5984
6115
|
"properties": {
|
|
5985
6116
|
"webFonts": {
|
|
5986
6117
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
5987
6118
|
},
|
|
5988
6119
|
"embeddedFonts": {
|
|
5989
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-
|
|
6120
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-17990-18098-2010376527-0-18326%5B%5D%3E"
|
|
5990
6121
|
},
|
|
5991
6122
|
"weights": {
|
|
5992
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5670-5732-2010376527-5657-5733-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6123
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5670-5732-2010376527-5657-5733-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5993
6124
|
},
|
|
5994
6125
|
"text": {
|
|
5995
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5743-5899-2010376527-5733-5900-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6126
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5743-5899-2010376527-5733-5900-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5996
6127
|
},
|
|
5997
6128
|
"links": {
|
|
5998
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5911-6020-2010376527-5900-6021-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6129
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5911-6020-2010376527-5900-6021-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
5999
6130
|
}
|
|
6000
6131
|
},
|
|
6001
6132
|
"additionalProperties": false
|
|
@@ -6006,7 +6137,7 @@ exports.JSONSchemas = {
|
|
|
6006
6137
|
"type": "string"
|
|
6007
6138
|
}
|
|
6008
6139
|
},
|
|
6009
|
-
"DeepPartial<def-interface-2010376527-
|
|
6140
|
+
"DeepPartial<def-interface-2010376527-17990-18098-2010376527-0-18326[]>": {
|
|
6010
6141
|
"type": "array",
|
|
6011
6142
|
"items": {
|
|
6012
6143
|
"$ref": "#/definitions/DeepPartial%3CIDefaultEmbeddedFont%3E"
|
|
@@ -6019,12 +6150,12 @@ exports.JSONSchemas = {
|
|
|
6019
6150
|
"type": "string"
|
|
6020
6151
|
},
|
|
6021
6152
|
"sourceSet": {
|
|
6022
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-
|
|
6153
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-18098-18180-2010376527-0-18326%5B%5D%3E"
|
|
6023
6154
|
}
|
|
6024
6155
|
},
|
|
6025
6156
|
"additionalProperties": false
|
|
6026
6157
|
},
|
|
6027
|
-
"DeepPartial<def-interface-2010376527-
|
|
6158
|
+
"DeepPartial<def-interface-2010376527-18098-18180-2010376527-0-18326[]>": {
|
|
6028
6159
|
"type": "array",
|
|
6029
6160
|
"items": {
|
|
6030
6161
|
"$ref": "#/definitions/DeepPartial%3CIDefaultEmbeddedFontSource%3E"
|
|
@@ -6042,7 +6173,7 @@ exports.JSONSchemas = {
|
|
|
6042
6173
|
},
|
|
6043
6174
|
"additionalProperties": false
|
|
6044
6175
|
},
|
|
6045
|
-
"DeepPartial<structure-2010376527-5670-5732-2010376527-5657-5733-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6176
|
+
"DeepPartial<structure-2010376527-5670-5732-2010376527-5657-5733-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6046
6177
|
"type": "object",
|
|
6047
6178
|
"properties": {
|
|
6048
6179
|
"normal": {
|
|
@@ -6110,31 +6241,31 @@ exports.JSONSchemas = {
|
|
|
6110
6241
|
},
|
|
6111
6242
|
"additionalProperties": false
|
|
6112
6243
|
},
|
|
6113
|
-
"DeepPartial<structure-2010376527-5743-5899-2010376527-5733-5900-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6244
|
+
"DeepPartial<structure-2010376527-5743-5899-2010376527-5733-5900-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6114
6245
|
"type": "object",
|
|
6115
6246
|
"properties": {
|
|
6116
6247
|
"body": {
|
|
6117
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6248
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6118
6249
|
},
|
|
6119
6250
|
"fontXS": {
|
|
6120
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6251
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6121
6252
|
},
|
|
6122
6253
|
"fontSM": {
|
|
6123
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6254
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6124
6255
|
},
|
|
6125
6256
|
"fontMD": {
|
|
6126
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6257
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6127
6258
|
},
|
|
6128
6259
|
"fontLG": {
|
|
6129
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6260
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6130
6261
|
},
|
|
6131
6262
|
"fontXL": {
|
|
6132
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-
|
|
6263
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13320-13514-2010376527-0-18326%3E"
|
|
6133
6264
|
}
|
|
6134
6265
|
},
|
|
6135
6266
|
"additionalProperties": false
|
|
6136
6267
|
},
|
|
6137
|
-
"DeepPartial<interface-2010376527-13320-13514-2010376527-0-
|
|
6268
|
+
"DeepPartial<interface-2010376527-13320-13514-2010376527-0-18326>": {
|
|
6138
6269
|
"type": "object",
|
|
6139
6270
|
"properties": {
|
|
6140
6271
|
"color": {
|
|
@@ -6197,25 +6328,25 @@ exports.JSONSchemas = {
|
|
|
6197
6328
|
},
|
|
6198
6329
|
"additionalProperties": false
|
|
6199
6330
|
},
|
|
6200
|
-
"DeepPartial<structure-2010376527-5911-6020-2010376527-5900-6021-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-
|
|
6331
|
+
"DeepPartial<structure-2010376527-5911-6020-2010376527-5900-6021-2010376527-5588-6025-2010376527-5574-6026-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6201
6332
|
"type": "object",
|
|
6202
6333
|
"properties": {
|
|
6203
6334
|
"static": {
|
|
6204
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
6335
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
6205
6336
|
},
|
|
6206
6337
|
"hover": {
|
|
6207
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
6338
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
6208
6339
|
},
|
|
6209
6340
|
"clicked": {
|
|
6210
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
6341
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
6211
6342
|
},
|
|
6212
6343
|
"visited": {
|
|
6213
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-
|
|
6344
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13514-13596-2010376527-0-18326%3E"
|
|
6214
6345
|
}
|
|
6215
6346
|
},
|
|
6216
6347
|
"additionalProperties": false
|
|
6217
6348
|
},
|
|
6218
|
-
"DeepPartial<structure-2010376527-6041-6059-2010376527-6026-6060-2010376527-1533-11745-2010376527-0-
|
|
6349
|
+
"DeepPartial<structure-2010376527-6041-6059-2010376527-6026-6060-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6219
6350
|
"type": "object",
|
|
6220
6351
|
"properties": {
|
|
6221
6352
|
"color": {
|
|
@@ -6224,7 +6355,7 @@ exports.JSONSchemas = {
|
|
|
6224
6355
|
},
|
|
6225
6356
|
"additionalProperties": false
|
|
6226
6357
|
},
|
|
6227
|
-
"DeepPartial<structure-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6358
|
+
"DeepPartial<structure-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6228
6359
|
"type": "object",
|
|
6229
6360
|
"properties": {
|
|
6230
6361
|
"globalThemeBorderRadius": {
|
|
@@ -6265,73 +6396,73 @@ exports.JSONSchemas = {
|
|
|
6265
6396
|
"type": "string"
|
|
6266
6397
|
},
|
|
6267
6398
|
"primary": {
|
|
6268
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-
|
|
6399
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-18326%3E"
|
|
6269
6400
|
},
|
|
6270
6401
|
"primaryLight": {
|
|
6271
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-
|
|
6402
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-18326%3E"
|
|
6272
6403
|
},
|
|
6273
6404
|
"secondary": {
|
|
6274
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-
|
|
6405
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-18326%3E"
|
|
6275
6406
|
},
|
|
6276
6407
|
"secondaryLight": {
|
|
6277
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-
|
|
6408
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-18326%3E"
|
|
6278
6409
|
},
|
|
6279
6410
|
"tertiary": {
|
|
6280
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-
|
|
6411
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12459-12685-2010376527-0-18326%3E"
|
|
6281
6412
|
},
|
|
6282
6413
|
"iconPosition": {
|
|
6283
6414
|
"$ref": "#/definitions/IIconPosition"
|
|
6284
6415
|
},
|
|
6285
6416
|
"checkout": {
|
|
6286
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6378-6670-2010376527-6364-6671-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6417
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6378-6670-2010376527-6364-6671-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6287
6418
|
},
|
|
6288
6419
|
"filterSort": {
|
|
6289
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12848-12921-2010376527-0-
|
|
6420
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12848-12921-2010376527-0-18326%3E"
|
|
6290
6421
|
},
|
|
6291
6422
|
"quantityStepper": {
|
|
6292
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6423
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6293
6424
|
},
|
|
6294
6425
|
"coupon": {
|
|
6295
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7256-7508-2010376527-7244-7509-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6426
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7256-7508-2010376527-7244-7509-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6296
6427
|
},
|
|
6297
6428
|
"miniCart": {
|
|
6298
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7523-8049-2010376527-7509-8050-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6429
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7523-8049-2010376527-7509-8050-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6299
6430
|
},
|
|
6300
6431
|
"addToCart": {
|
|
6301
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8065-8300-2010376527-8050-8301-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6432
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8065-8300-2010376527-8050-8301-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6302
6433
|
},
|
|
6303
6434
|
"pills": {
|
|
6304
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8312-8469-2010376527-8301-8470-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6435
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8312-8469-2010376527-8301-8470-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6305
6436
|
},
|
|
6306
6437
|
"facets": {
|
|
6307
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8482-8656-2010376527-8470-8657-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6438
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8482-8656-2010376527-8470-8657-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6308
6439
|
},
|
|
6309
6440
|
"sliderArrows": {
|
|
6310
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8675-8770-2010376527-8657-8771-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6441
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8675-8770-2010376527-8657-8771-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6311
6442
|
},
|
|
6312
6443
|
"activeAddress": {
|
|
6313
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8790-8856-2010376527-8771-8857-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6444
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8790-8856-2010376527-8771-8857-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6314
6445
|
},
|
|
6315
6446
|
"timeSlotPaginationDay": {
|
|
6316
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6447
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6317
6448
|
},
|
|
6318
6449
|
"paginationNumber": {
|
|
6319
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6450
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6320
6451
|
}
|
|
6321
6452
|
},
|
|
6322
6453
|
"additionalProperties": false
|
|
6323
6454
|
},
|
|
6324
|
-
"DeepPartial<interface-2010376527-12459-12685-2010376527-0-
|
|
6455
|
+
"DeepPartial<interface-2010376527-12459-12685-2010376527-0-18326>": {
|
|
6325
6456
|
"type": "object",
|
|
6326
6457
|
"properties": {
|
|
6327
6458
|
"borderRadius": {
|
|
6328
6459
|
"type": "string"
|
|
6329
6460
|
},
|
|
6330
6461
|
"clicked": {
|
|
6331
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-
|
|
6462
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-18326%3E"
|
|
6332
6463
|
},
|
|
6333
6464
|
"disabled": {
|
|
6334
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-
|
|
6465
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-18326%3E"
|
|
6335
6466
|
},
|
|
6336
6467
|
"fontWeight": {
|
|
6337
6468
|
"anyOf": [
|
|
@@ -6365,10 +6496,10 @@ exports.JSONSchemas = {
|
|
|
6365
6496
|
]
|
|
6366
6497
|
},
|
|
6367
6498
|
"hover": {
|
|
6368
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-
|
|
6499
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-18326%3E"
|
|
6369
6500
|
},
|
|
6370
6501
|
"static": {
|
|
6371
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-
|
|
6502
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13208-13320-2010376527-0-18326%3E"
|
|
6372
6503
|
},
|
|
6373
6504
|
"textTransform": {
|
|
6374
6505
|
"type": "string",
|
|
@@ -6384,7 +6515,7 @@ exports.JSONSchemas = {
|
|
|
6384
6515
|
},
|
|
6385
6516
|
"additionalProperties": false
|
|
6386
6517
|
},
|
|
6387
|
-
"DeepPartial<interface-2010376527-13208-13320-2010376527-0-
|
|
6518
|
+
"DeepPartial<interface-2010376527-13208-13320-2010376527-0-18326>": {
|
|
6388
6519
|
"type": "object",
|
|
6389
6520
|
"properties": {
|
|
6390
6521
|
"bgColor": {
|
|
@@ -6409,7 +6540,7 @@ exports.JSONSchemas = {
|
|
|
6409
6540
|
"right"
|
|
6410
6541
|
]
|
|
6411
6542
|
},
|
|
6412
|
-
"DeepPartial<structure-2010376527-6378-6670-2010376527-6364-6671-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6543
|
+
"DeepPartial<structure-2010376527-6378-6670-2010376527-6364-6671-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6413
6544
|
"type": "object",
|
|
6414
6545
|
"properties": {
|
|
6415
6546
|
"borderRadius": {
|
|
@@ -6461,21 +6592,21 @@ exports.JSONSchemas = {
|
|
|
6461
6592
|
]
|
|
6462
6593
|
},
|
|
6463
6594
|
"static": {
|
|
6464
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-
|
|
6595
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-18326%3E"
|
|
6465
6596
|
},
|
|
6466
6597
|
"hover": {
|
|
6467
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-
|
|
6598
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-18326%3E"
|
|
6468
6599
|
},
|
|
6469
6600
|
"clicked": {
|
|
6470
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-
|
|
6601
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-18326%3E"
|
|
6471
6602
|
},
|
|
6472
6603
|
"disabled": {
|
|
6473
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-
|
|
6604
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13109-13208-2010376527-0-18326%3E"
|
|
6474
6605
|
}
|
|
6475
6606
|
},
|
|
6476
6607
|
"additionalProperties": false
|
|
6477
6608
|
},
|
|
6478
|
-
"DeepPartial<interface-2010376527-13109-13208-2010376527-0-
|
|
6609
|
+
"DeepPartial<interface-2010376527-13109-13208-2010376527-0-18326>": {
|
|
6479
6610
|
"type": "object",
|
|
6480
6611
|
"properties": {
|
|
6481
6612
|
"bgColor": {
|
|
@@ -6490,7 +6621,7 @@ exports.JSONSchemas = {
|
|
|
6490
6621
|
},
|
|
6491
6622
|
"additionalProperties": false
|
|
6492
6623
|
},
|
|
6493
|
-
"DeepPartial<interface-2010376527-12848-12921-2010376527-0-
|
|
6624
|
+
"DeepPartial<interface-2010376527-12848-12921-2010376527-0-18326>": {
|
|
6494
6625
|
"type": "object",
|
|
6495
6626
|
"properties": {
|
|
6496
6627
|
"borderRadius": {
|
|
@@ -6505,7 +6636,7 @@ exports.JSONSchemas = {
|
|
|
6505
6636
|
},
|
|
6506
6637
|
"additionalProperties": false
|
|
6507
6638
|
},
|
|
6508
|
-
"DeepPartial<structure-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6639
|
+
"DeepPartial<structure-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6509
6640
|
"type": "object",
|
|
6510
6641
|
"properties": {
|
|
6511
6642
|
"borderColor": {
|
|
@@ -6526,15 +6657,15 @@ exports.JSONSchemas = {
|
|
|
6526
6657
|
]
|
|
6527
6658
|
},
|
|
6528
6659
|
"numericInput": {
|
|
6529
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6660
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6530
6661
|
},
|
|
6531
6662
|
"plusMinusButtons": {
|
|
6532
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7152-7236-2010376527-7128-7237-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6663
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7152-7236-2010376527-7128-7237-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6533
6664
|
}
|
|
6534
6665
|
},
|
|
6535
6666
|
"additionalProperties": false
|
|
6536
6667
|
},
|
|
6537
|
-
"DeepPartial<structure-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6668
|
+
"DeepPartial<structure-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6538
6669
|
"type": "object",
|
|
6539
6670
|
"properties": {
|
|
6540
6671
|
"fontWeight": {
|
|
@@ -6578,15 +6709,15 @@ exports.JSONSchemas = {
|
|
|
6578
6709
|
"type": "string"
|
|
6579
6710
|
},
|
|
6580
6711
|
"static": {
|
|
6581
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6972-7036-2010376527-6956-7037-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6712
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6972-7036-2010376527-6956-7037-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6582
6713
|
},
|
|
6583
6714
|
"focused": {
|
|
6584
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7054-7118-2010376527-7037-7119-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6715
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7054-7118-2010376527-7037-7119-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
6585
6716
|
}
|
|
6586
6717
|
},
|
|
6587
6718
|
"additionalProperties": false
|
|
6588
6719
|
},
|
|
6589
|
-
"DeepPartial<structure-2010376527-6972-7036-2010376527-6956-7037-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6720
|
+
"DeepPartial<structure-2010376527-6972-7036-2010376527-6956-7037-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6590
6721
|
"type": "object",
|
|
6591
6722
|
"properties": {
|
|
6592
6723
|
"bgColor": {
|
|
@@ -6598,7 +6729,7 @@ exports.JSONSchemas = {
|
|
|
6598
6729
|
},
|
|
6599
6730
|
"additionalProperties": false
|
|
6600
6731
|
},
|
|
6601
|
-
"DeepPartial<structure-2010376527-7054-7118-2010376527-7037-7119-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6732
|
+
"DeepPartial<structure-2010376527-7054-7118-2010376527-7037-7119-2010376527-6835-7127-2010376527-6815-7128-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6602
6733
|
"type": "object",
|
|
6603
6734
|
"properties": {
|
|
6604
6735
|
"bgColor": {
|
|
@@ -6610,7 +6741,7 @@ exports.JSONSchemas = {
|
|
|
6610
6741
|
},
|
|
6611
6742
|
"additionalProperties": false
|
|
6612
6743
|
},
|
|
6613
|
-
"DeepPartial<structure-2010376527-7152-7236-2010376527-7128-7237-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6744
|
+
"DeepPartial<structure-2010376527-7152-7236-2010376527-7128-7237-2010376527-6721-7243-2010376527-6700-7244-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6614
6745
|
"type": "object",
|
|
6615
6746
|
"properties": {
|
|
6616
6747
|
"plusMinusIconBgColor": {
|
|
@@ -6622,7 +6753,7 @@ exports.JSONSchemas = {
|
|
|
6622
6753
|
},
|
|
6623
6754
|
"additionalProperties": false
|
|
6624
6755
|
},
|
|
6625
|
-
"DeepPartial<structure-2010376527-7256-7508-2010376527-7244-7509-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6756
|
+
"DeepPartial<structure-2010376527-7256-7508-2010376527-7244-7509-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6626
6757
|
"type": "object",
|
|
6627
6758
|
"properties": {
|
|
6628
6759
|
"borderRadius": {
|
|
@@ -6667,21 +6798,21 @@ exports.JSONSchemas = {
|
|
|
6667
6798
|
]
|
|
6668
6799
|
},
|
|
6669
6800
|
"static": {
|
|
6670
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-
|
|
6801
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-18326%3E"
|
|
6671
6802
|
},
|
|
6672
6803
|
"hover": {
|
|
6673
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-
|
|
6804
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-18326%3E"
|
|
6674
6805
|
},
|
|
6675
6806
|
"clicked": {
|
|
6676
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-
|
|
6807
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12989-13109-2010376527-0-18326%3E"
|
|
6677
6808
|
},
|
|
6678
6809
|
"clipped": {
|
|
6679
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12363-12459-2010376527-0-
|
|
6810
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12363-12459-2010376527-0-18326%3E"
|
|
6680
6811
|
}
|
|
6681
6812
|
},
|
|
6682
6813
|
"additionalProperties": false
|
|
6683
6814
|
},
|
|
6684
|
-
"DeepPartial<interface-2010376527-12989-13109-2010376527-0-
|
|
6815
|
+
"DeepPartial<interface-2010376527-12989-13109-2010376527-0-18326>": {
|
|
6685
6816
|
"type": "object",
|
|
6686
6817
|
"properties": {
|
|
6687
6818
|
"bgColor": {
|
|
@@ -6699,7 +6830,7 @@ exports.JSONSchemas = {
|
|
|
6699
6830
|
},
|
|
6700
6831
|
"additionalProperties": false
|
|
6701
6832
|
},
|
|
6702
|
-
"DeepPartial<interface-2010376527-12363-12459-2010376527-0-
|
|
6833
|
+
"DeepPartial<interface-2010376527-12363-12459-2010376527-0-18326>": {
|
|
6703
6834
|
"type": "object",
|
|
6704
6835
|
"properties": {
|
|
6705
6836
|
"clippedIconColor": {
|
|
@@ -6720,11 +6851,11 @@ exports.JSONSchemas = {
|
|
|
6720
6851
|
},
|
|
6721
6852
|
"additionalProperties": false
|
|
6722
6853
|
},
|
|
6723
|
-
"DeepPartial<structure-2010376527-7523-8049-2010376527-7509-8050-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6854
|
+
"DeepPartial<structure-2010376527-7523-8049-2010376527-7509-8050-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6724
6855
|
"type": "object",
|
|
6725
6856
|
"properties": {
|
|
6726
6857
|
"minicartContentPadding": {
|
|
6727
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11813-11927-2010376527-0-
|
|
6858
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11813-11927-2010376527-0-18326%3E"
|
|
6728
6859
|
},
|
|
6729
6860
|
"textTransform": {
|
|
6730
6861
|
"type": "string",
|
|
@@ -6750,7 +6881,7 @@ exports.JSONSchemas = {
|
|
|
6750
6881
|
"type": "string"
|
|
6751
6882
|
},
|
|
6752
6883
|
"tabletSettings": {
|
|
6753
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11927-12159-2010376527-0-
|
|
6884
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11927-12159-2010376527-0-18326%3E"
|
|
6754
6885
|
},
|
|
6755
6886
|
"color": {
|
|
6756
6887
|
"type": "string"
|
|
@@ -6782,7 +6913,7 @@ exports.JSONSchemas = {
|
|
|
6782
6913
|
},
|
|
6783
6914
|
"additionalProperties": false
|
|
6784
6915
|
},
|
|
6785
|
-
"DeepPartial<interface-2010376527-11813-11927-2010376527-0-
|
|
6916
|
+
"DeepPartial<interface-2010376527-11813-11927-2010376527-0-18326>": {
|
|
6786
6917
|
"type": "object",
|
|
6787
6918
|
"properties": {
|
|
6788
6919
|
"top": {
|
|
@@ -6803,7 +6934,7 @@ exports.JSONSchemas = {
|
|
|
6803
6934
|
},
|
|
6804
6935
|
"additionalProperties": false
|
|
6805
6936
|
},
|
|
6806
|
-
"DeepPartial<interface-2010376527-11927-12159-2010376527-0-
|
|
6937
|
+
"DeepPartial<interface-2010376527-11927-12159-2010376527-0-18326>": {
|
|
6807
6938
|
"type": "object",
|
|
6808
6939
|
"properties": {
|
|
6809
6940
|
"enabled": {
|
|
@@ -6833,7 +6964,7 @@ exports.JSONSchemas = {
|
|
|
6833
6964
|
},
|
|
6834
6965
|
"additionalProperties": false
|
|
6835
6966
|
},
|
|
6836
|
-
"DeepPartial<structure-2010376527-8065-8300-2010376527-8050-8301-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
6967
|
+
"DeepPartial<structure-2010376527-8065-8300-2010376527-8050-8301-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6837
6968
|
"type": "object",
|
|
6838
6969
|
"properties": {
|
|
6839
6970
|
"borderRadius": {
|
|
@@ -6882,21 +7013,21 @@ exports.JSONSchemas = {
|
|
|
6882
7013
|
]
|
|
6883
7014
|
},
|
|
6884
7015
|
"static": {
|
|
6885
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7016
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16533-16645-2010376527-0-18326%3E"
|
|
6886
7017
|
},
|
|
6887
7018
|
"hover": {
|
|
6888
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7019
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16533-16645-2010376527-0-18326%3E"
|
|
6889
7020
|
},
|
|
6890
7021
|
"clicked": {
|
|
6891
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7022
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16533-16645-2010376527-0-18326%3E"
|
|
6892
7023
|
},
|
|
6893
7024
|
"disabled": {
|
|
6894
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7025
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16533-16645-2010376527-0-18326%3E"
|
|
6895
7026
|
}
|
|
6896
7027
|
},
|
|
6897
7028
|
"additionalProperties": false
|
|
6898
7029
|
},
|
|
6899
|
-
"DeepPartial<interface-2010376527-
|
|
7030
|
+
"DeepPartial<interface-2010376527-16533-16645-2010376527-0-18326>": {
|
|
6900
7031
|
"type": "object",
|
|
6901
7032
|
"properties": {
|
|
6902
7033
|
"bgColor": {
|
|
@@ -6914,7 +7045,7 @@ exports.JSONSchemas = {
|
|
|
6914
7045
|
},
|
|
6915
7046
|
"additionalProperties": false
|
|
6916
7047
|
},
|
|
6917
|
-
"DeepPartial<structure-2010376527-8312-8469-2010376527-8301-8470-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7048
|
+
"DeepPartial<structure-2010376527-8312-8469-2010376527-8301-8470-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
6918
7049
|
"type": "object",
|
|
6919
7050
|
"properties": {
|
|
6920
7051
|
"borderRadius": {
|
|
@@ -6932,18 +7063,18 @@ exports.JSONSchemas = {
|
|
|
6932
7063
|
]
|
|
6933
7064
|
},
|
|
6934
7065
|
"active": {
|
|
6935
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7066
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16710-17047-2010376527-0-18326%3E"
|
|
6936
7067
|
},
|
|
6937
7068
|
"small": {
|
|
6938
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7069
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16710-17047-2010376527-0-18326%3E"
|
|
6939
7070
|
},
|
|
6940
7071
|
"regular": {
|
|
6941
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7072
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16710-17047-2010376527-0-18326%3E"
|
|
6942
7073
|
}
|
|
6943
7074
|
},
|
|
6944
7075
|
"additionalProperties": false
|
|
6945
7076
|
},
|
|
6946
|
-
"DeepPartial<interface-2010376527-
|
|
7077
|
+
"DeepPartial<interface-2010376527-16710-17047-2010376527-0-18326>": {
|
|
6947
7078
|
"type": "object",
|
|
6948
7079
|
"properties": {
|
|
6949
7080
|
"fontWeight": {
|
|
@@ -7046,7 +7177,7 @@ exports.JSONSchemas = {
|
|
|
7046
7177
|
},
|
|
7047
7178
|
"additionalProperties": false
|
|
7048
7179
|
},
|
|
7049
|
-
"DeepPartial<structure-2010376527-8482-8656-2010376527-8470-8657-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7180
|
+
"DeepPartial<structure-2010376527-8482-8656-2010376527-8470-8657-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7050
7181
|
"type": "object",
|
|
7051
7182
|
"properties": {
|
|
7052
7183
|
"borderRadius": {
|
|
@@ -7095,18 +7226,18 @@ exports.JSONSchemas = {
|
|
|
7095
7226
|
]
|
|
7096
7227
|
},
|
|
7097
7228
|
"active": {
|
|
7098
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7229
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16645-16710-2010376527-0-18326%3E"
|
|
7099
7230
|
},
|
|
7100
7231
|
"small": {
|
|
7101
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7232
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16645-16710-2010376527-0-18326%3E"
|
|
7102
7233
|
},
|
|
7103
7234
|
"regular": {
|
|
7104
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7235
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16645-16710-2010376527-0-18326%3E"
|
|
7105
7236
|
}
|
|
7106
7237
|
},
|
|
7107
7238
|
"additionalProperties": false
|
|
7108
7239
|
},
|
|
7109
|
-
"DeepPartial<interface-2010376527-
|
|
7240
|
+
"DeepPartial<interface-2010376527-16645-16710-2010376527-0-18326>": {
|
|
7110
7241
|
"type": "object",
|
|
7111
7242
|
"properties": {
|
|
7112
7243
|
"iconColor": {
|
|
@@ -7212,7 +7343,7 @@ exports.JSONSchemas = {
|
|
|
7212
7343
|
},
|
|
7213
7344
|
"additionalProperties": false
|
|
7214
7345
|
},
|
|
7215
|
-
"DeepPartial<structure-2010376527-8675-8770-2010376527-8657-8771-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7346
|
+
"DeepPartial<structure-2010376527-8675-8770-2010376527-8657-8771-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7216
7347
|
"type": "object",
|
|
7217
7348
|
"properties": {
|
|
7218
7349
|
"backgroundColor": {
|
|
@@ -7227,7 +7358,7 @@ exports.JSONSchemas = {
|
|
|
7227
7358
|
},
|
|
7228
7359
|
"additionalProperties": false
|
|
7229
7360
|
},
|
|
7230
|
-
"DeepPartial<structure-2010376527-8790-8856-2010376527-8771-8857-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7361
|
+
"DeepPartial<structure-2010376527-8790-8856-2010376527-8771-8857-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7231
7362
|
"type": "object",
|
|
7232
7363
|
"properties": {
|
|
7233
7364
|
"backgroundColor": {
|
|
@@ -7239,16 +7370,16 @@ exports.JSONSchemas = {
|
|
|
7239
7370
|
},
|
|
7240
7371
|
"additionalProperties": false
|
|
7241
7372
|
},
|
|
7242
|
-
"DeepPartial<structure-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7373
|
+
"DeepPartial<structure-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7243
7374
|
"type": "object",
|
|
7244
7375
|
"properties": {
|
|
7245
7376
|
"selected": {
|
|
7246
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8902-8945-2010376527-8886-8946-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7377
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8902-8945-2010376527-8886-8946-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7247
7378
|
}
|
|
7248
7379
|
},
|
|
7249
7380
|
"additionalProperties": false
|
|
7250
7381
|
},
|
|
7251
|
-
"DeepPartial<structure-2010376527-8902-8945-2010376527-8886-8946-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7382
|
+
"DeepPartial<structure-2010376527-8902-8945-2010376527-8886-8946-2010376527-8884-8952-2010376527-8857-8953-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7252
7383
|
"type": "object",
|
|
7253
7384
|
"properties": {
|
|
7254
7385
|
"backgroundColor": {
|
|
@@ -7257,25 +7388,25 @@ exports.JSONSchemas = {
|
|
|
7257
7388
|
},
|
|
7258
7389
|
"additionalProperties": false
|
|
7259
7390
|
},
|
|
7260
|
-
"DeepPartial<structure-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7391
|
+
"DeepPartial<structure-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7261
7392
|
"type": "object",
|
|
7262
7393
|
"properties": {
|
|
7263
7394
|
"static": {
|
|
7264
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8991-9057-2010376527-8977-9058-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7395
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8991-9057-2010376527-8977-9058-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7265
7396
|
},
|
|
7266
7397
|
"hover": {
|
|
7267
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9071-9137-2010376527-9058-9138-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7398
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9071-9137-2010376527-9058-9138-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7268
7399
|
},
|
|
7269
7400
|
"disabled": {
|
|
7270
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9154-9220-2010376527-9138-9221-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7401
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9154-9220-2010376527-9138-9221-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7271
7402
|
},
|
|
7272
7403
|
"visited": {
|
|
7273
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9236-9302-2010376527-9221-9303-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7404
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9236-9302-2010376527-9221-9303-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7274
7405
|
}
|
|
7275
7406
|
},
|
|
7276
7407
|
"additionalProperties": false
|
|
7277
7408
|
},
|
|
7278
|
-
"DeepPartial<structure-2010376527-8991-9057-2010376527-8977-9058-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7409
|
+
"DeepPartial<structure-2010376527-8991-9057-2010376527-8977-9058-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7279
7410
|
"type": "object",
|
|
7280
7411
|
"properties": {
|
|
7281
7412
|
"color": {
|
|
@@ -7287,7 +7418,7 @@ exports.JSONSchemas = {
|
|
|
7287
7418
|
},
|
|
7288
7419
|
"additionalProperties": false
|
|
7289
7420
|
},
|
|
7290
|
-
"DeepPartial<structure-2010376527-9071-9137-2010376527-9058-9138-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7421
|
+
"DeepPartial<structure-2010376527-9071-9137-2010376527-9058-9138-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7291
7422
|
"type": "object",
|
|
7292
7423
|
"properties": {
|
|
7293
7424
|
"color": {
|
|
@@ -7299,7 +7430,7 @@ exports.JSONSchemas = {
|
|
|
7299
7430
|
},
|
|
7300
7431
|
"additionalProperties": false
|
|
7301
7432
|
},
|
|
7302
|
-
"DeepPartial<structure-2010376527-9154-9220-2010376527-9138-9221-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7433
|
+
"DeepPartial<structure-2010376527-9154-9220-2010376527-9138-9221-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7303
7434
|
"type": "object",
|
|
7304
7435
|
"properties": {
|
|
7305
7436
|
"color": {
|
|
@@ -7311,7 +7442,7 @@ exports.JSONSchemas = {
|
|
|
7311
7442
|
},
|
|
7312
7443
|
"additionalProperties": false
|
|
7313
7444
|
},
|
|
7314
|
-
"DeepPartial<structure-2010376527-9236-9302-2010376527-9221-9303-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-
|
|
7445
|
+
"DeepPartial<structure-2010376527-9236-9302-2010376527-9221-9303-2010376527-8975-9309-2010376527-8953-9310-2010376527-6071-9314-2010376527-6060-9315-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7315
7446
|
"type": "object",
|
|
7316
7447
|
"properties": {
|
|
7317
7448
|
"color": {
|
|
@@ -7323,22 +7454,22 @@ exports.JSONSchemas = {
|
|
|
7323
7454
|
},
|
|
7324
7455
|
"additionalProperties": false
|
|
7325
7456
|
},
|
|
7326
|
-
"DeepPartial<structure-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
7457
|
+
"DeepPartial<structure-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7327
7458
|
"type": "object",
|
|
7328
7459
|
"properties": {
|
|
7329
7460
|
"bannerBackgroundColor": {
|
|
7330
7461
|
"type": "string"
|
|
7331
7462
|
},
|
|
7332
7463
|
"carouselPagination": {
|
|
7333
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9388-9522-2010376527-9364-9523-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
7464
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9388-9522-2010376527-9364-9523-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7334
7465
|
},
|
|
7335
7466
|
"carouselArrows": {
|
|
7336
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9543-9703-2010376527-9523-9704-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
7467
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9543-9703-2010376527-9523-9704-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7337
7468
|
}
|
|
7338
7469
|
},
|
|
7339
7470
|
"additionalProperties": false
|
|
7340
7471
|
},
|
|
7341
|
-
"DeepPartial<structure-2010376527-9388-9522-2010376527-9364-9523-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
7472
|
+
"DeepPartial<structure-2010376527-9388-9522-2010376527-9364-9523-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7342
7473
|
"type": "object",
|
|
7343
7474
|
"properties": {
|
|
7344
7475
|
"dotBackground": {
|
|
@@ -7356,7 +7487,7 @@ exports.JSONSchemas = {
|
|
|
7356
7487
|
},
|
|
7357
7488
|
"additionalProperties": false
|
|
7358
7489
|
},
|
|
7359
|
-
"DeepPartial<structure-2010376527-9543-9703-2010376527-9523-9704-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-
|
|
7490
|
+
"DeepPartial<structure-2010376527-9543-9703-2010376527-9523-9704-2010376527-9327-9708-2010376527-9315-9709-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7360
7491
|
"type": "object",
|
|
7361
7492
|
"properties": {
|
|
7362
7493
|
"borderRadius": {
|
|
@@ -7377,25 +7508,25 @@ exports.JSONSchemas = {
|
|
|
7377
7508
|
},
|
|
7378
7509
|
"additionalProperties": false
|
|
7379
7510
|
},
|
|
7380
|
-
"DeepPartial<structure-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7511
|
+
"DeepPartial<structure-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7381
7512
|
"type": "object",
|
|
7382
7513
|
"properties": {
|
|
7383
7514
|
"carouselPagination": {
|
|
7384
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9756-9975-2010376527-9732-9976-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7515
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9756-9975-2010376527-9732-9976-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7385
7516
|
},
|
|
7386
7517
|
"scrollbarBackground": {
|
|
7387
7518
|
"type": "string"
|
|
7388
7519
|
},
|
|
7389
7520
|
"carouselArrows": {
|
|
7390
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7521
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7391
7522
|
},
|
|
7392
7523
|
"viewAllProductsCard": {
|
|
7393
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7524
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7394
7525
|
}
|
|
7395
7526
|
},
|
|
7396
7527
|
"additionalProperties": false
|
|
7397
7528
|
},
|
|
7398
|
-
"DeepPartial<structure-2010376527-9756-9975-2010376527-9732-9976-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7529
|
+
"DeepPartial<structure-2010376527-9756-9975-2010376527-9732-9976-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7399
7530
|
"type": "object",
|
|
7400
7531
|
"properties": {
|
|
7401
7532
|
"dotBackground": {
|
|
@@ -7419,7 +7550,7 @@ exports.JSONSchemas = {
|
|
|
7419
7550
|
},
|
|
7420
7551
|
"additionalProperties": false
|
|
7421
7552
|
},
|
|
7422
|
-
"DeepPartial<structure-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7553
|
+
"DeepPartial<structure-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7423
7554
|
"type": "object",
|
|
7424
7555
|
"properties": {
|
|
7425
7556
|
"backgroundColor": {
|
|
@@ -7435,12 +7566,12 @@ exports.JSONSchemas = {
|
|
|
7435
7566
|
"type": "string"
|
|
7436
7567
|
},
|
|
7437
7568
|
"hover": {
|
|
7438
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10160-10259-2010376527-10147-10260-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7569
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10160-10259-2010376527-10147-10260-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7439
7570
|
}
|
|
7440
7571
|
},
|
|
7441
7572
|
"additionalProperties": false
|
|
7442
7573
|
},
|
|
7443
|
-
"DeepPartial<structure-2010376527-10160-10259-2010376527-10147-10260-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7574
|
+
"DeepPartial<structure-2010376527-10160-10259-2010376527-10147-10260-2010376527-10029-10266-2010376527-10009-10267-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7444
7575
|
"type": "object",
|
|
7445
7576
|
"properties": {
|
|
7446
7577
|
"backgroundColor": {
|
|
@@ -7455,7 +7586,7 @@ exports.JSONSchemas = {
|
|
|
7455
7586
|
},
|
|
7456
7587
|
"additionalProperties": false
|
|
7457
7588
|
},
|
|
7458
|
-
"DeepPartial<structure-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7589
|
+
"DeepPartial<structure-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7459
7590
|
"type": "object",
|
|
7460
7591
|
"properties": {
|
|
7461
7592
|
"textColor": {
|
|
@@ -7468,12 +7599,12 @@ exports.JSONSchemas = {
|
|
|
7468
7599
|
"type": "string"
|
|
7469
7600
|
},
|
|
7470
7601
|
"hover": {
|
|
7471
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10392-10555-2010376527-10379-10556-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7602
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10392-10555-2010376527-10379-10556-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7472
7603
|
}
|
|
7473
7604
|
},
|
|
7474
7605
|
"additionalProperties": false
|
|
7475
7606
|
},
|
|
7476
|
-
"DeepPartial<structure-2010376527-10392-10555-2010376527-10379-10556-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-
|
|
7607
|
+
"DeepPartial<structure-2010376527-10392-10555-2010376527-10379-10556-2010376527-10292-10562-2010376527-10267-10563-2010376527-9730-10567-2010376527-9709-10568-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7477
7608
|
"type": "object",
|
|
7478
7609
|
"properties": {
|
|
7479
7610
|
"backgroundColor": {
|
|
@@ -7494,19 +7625,19 @@ exports.JSONSchemas = {
|
|
|
7494
7625
|
},
|
|
7495
7626
|
"additionalProperties": false
|
|
7496
7627
|
},
|
|
7497
|
-
"DeepPartial<structure-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
7628
|
+
"DeepPartial<structure-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7498
7629
|
"type": "object",
|
|
7499
7630
|
"properties": {
|
|
7500
7631
|
"header": {
|
|
7501
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10591-10636-2010376527-10579-10637-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
7632
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10591-10636-2010376527-10579-10637-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7502
7633
|
},
|
|
7503
7634
|
"storeIcon": {
|
|
7504
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10652-10816-2010376527-10637-10817-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
7635
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10652-10816-2010376527-10637-10817-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7505
7636
|
}
|
|
7506
7637
|
},
|
|
7507
7638
|
"additionalProperties": false
|
|
7508
7639
|
},
|
|
7509
|
-
"DeepPartial<structure-2010376527-10591-10636-2010376527-10579-10637-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
7640
|
+
"DeepPartial<structure-2010376527-10591-10636-2010376527-10579-10637-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7510
7641
|
"type": "object",
|
|
7511
7642
|
"properties": {
|
|
7512
7643
|
"mobileBackgroundColor": {
|
|
@@ -7515,7 +7646,7 @@ exports.JSONSchemas = {
|
|
|
7515
7646
|
},
|
|
7516
7647
|
"additionalProperties": false
|
|
7517
7648
|
},
|
|
7518
|
-
"DeepPartial<structure-2010376527-10652-10816-2010376527-10637-10817-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-
|
|
7649
|
+
"DeepPartial<structure-2010376527-10652-10816-2010376527-10637-10817-2010376527-10577-10821-2010376527-10568-10822-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7519
7650
|
"type": "object",
|
|
7520
7651
|
"properties": {
|
|
7521
7652
|
"bgColor": {
|
|
@@ -7539,7 +7670,7 @@ exports.JSONSchemas = {
|
|
|
7539
7670
|
},
|
|
7540
7671
|
"additionalProperties": false
|
|
7541
7672
|
},
|
|
7542
|
-
"DeepPartial<structure-2010376527-10840-10867-2010376527-10822-10868-2010376527-1533-11745-2010376527-0-
|
|
7673
|
+
"DeepPartial<structure-2010376527-10840-10867-2010376527-10822-10868-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7543
7674
|
"type": "object",
|
|
7544
7675
|
"properties": {
|
|
7545
7676
|
"bgColor": {
|
|
@@ -7548,28 +7679,28 @@ exports.JSONSchemas = {
|
|
|
7548
7679
|
},
|
|
7549
7680
|
"additionalProperties": false
|
|
7550
7681
|
},
|
|
7551
|
-
"DeepPartial<structure-2010376527-10877-11013-2010376527-10868-11014-2010376527-1533-11745-2010376527-0-
|
|
7682
|
+
"DeepPartial<structure-2010376527-10877-11013-2010376527-10868-11014-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7552
7683
|
"type": "object",
|
|
7553
7684
|
"properties": {
|
|
7554
7685
|
"borderRadius": {
|
|
7555
7686
|
"type": "string"
|
|
7556
7687
|
},
|
|
7557
7688
|
"static": {
|
|
7558
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-
|
|
7689
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-18326%3E"
|
|
7559
7690
|
},
|
|
7560
7691
|
"hover": {
|
|
7561
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-
|
|
7692
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-18326%3E"
|
|
7562
7693
|
},
|
|
7563
7694
|
"focus": {
|
|
7564
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-
|
|
7695
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-18326%3E"
|
|
7565
7696
|
},
|
|
7566
7697
|
"disabled": {
|
|
7567
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-
|
|
7698
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12159-12274-2010376527-0-18326%3E"
|
|
7568
7699
|
}
|
|
7569
7700
|
},
|
|
7570
7701
|
"additionalProperties": false
|
|
7571
7702
|
},
|
|
7572
|
-
"DeepPartial<interface-2010376527-12159-12274-2010376527-0-
|
|
7703
|
+
"DeepPartial<interface-2010376527-12159-12274-2010376527-0-18326>": {
|
|
7573
7704
|
"type": "object",
|
|
7574
7705
|
"properties": {
|
|
7575
7706
|
"bgColor": {
|
|
@@ -7587,28 +7718,28 @@ exports.JSONSchemas = {
|
|
|
7587
7718
|
},
|
|
7588
7719
|
"additionalProperties": false
|
|
7589
7720
|
},
|
|
7590
|
-
"DeepPartial<structure-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-
|
|
7721
|
+
"DeepPartial<structure-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7591
7722
|
"type": "object",
|
|
7592
7723
|
"properties": {
|
|
7593
7724
|
"iconColor": {
|
|
7594
7725
|
"type": "string"
|
|
7595
7726
|
},
|
|
7596
7727
|
"static": {
|
|
7597
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-
|
|
7728
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-18326%3E"
|
|
7598
7729
|
},
|
|
7599
7730
|
"hover": {
|
|
7600
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-
|
|
7731
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-18326%3E"
|
|
7601
7732
|
},
|
|
7602
7733
|
"open": {
|
|
7603
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-
|
|
7734
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-18326%3E"
|
|
7604
7735
|
},
|
|
7605
7736
|
"options": {
|
|
7606
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11148-11217-2010376527-11135-11218-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-
|
|
7737
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11148-11217-2010376527-11135-11218-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7607
7738
|
}
|
|
7608
7739
|
},
|
|
7609
7740
|
"additionalProperties": false
|
|
7610
7741
|
},
|
|
7611
|
-
"DeepPartial<interface-2010376527-12274-12363-2010376527-0-
|
|
7742
|
+
"DeepPartial<interface-2010376527-12274-12363-2010376527-0-18326>": {
|
|
7612
7743
|
"type": "object",
|
|
7613
7744
|
"properties": {
|
|
7614
7745
|
"bgColor": {
|
|
@@ -7623,19 +7754,19 @@ exports.JSONSchemas = {
|
|
|
7623
7754
|
},
|
|
7624
7755
|
"additionalProperties": false
|
|
7625
7756
|
},
|
|
7626
|
-
"DeepPartial<structure-2010376527-11148-11217-2010376527-11135-11218-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-
|
|
7757
|
+
"DeepPartial<structure-2010376527-11148-11217-2010376527-11135-11218-2010376527-11026-11222-2010376527-11014-11223-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7627
7758
|
"type": "object",
|
|
7628
7759
|
"properties": {
|
|
7629
7760
|
"static": {
|
|
7630
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-
|
|
7761
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-18326%3E"
|
|
7631
7762
|
},
|
|
7632
7763
|
"hover": {
|
|
7633
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-
|
|
7764
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12274-12363-2010376527-0-18326%3E"
|
|
7634
7765
|
}
|
|
7635
7766
|
},
|
|
7636
7767
|
"additionalProperties": false
|
|
7637
7768
|
},
|
|
7638
|
-
"DeepPartial<structure-2010376527-11238-11269-2010376527-11223-11270-2010376527-1533-11745-2010376527-0-
|
|
7769
|
+
"DeepPartial<structure-2010376527-11238-11269-2010376527-11223-11270-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7639
7770
|
"type": "object",
|
|
7640
7771
|
"properties": {
|
|
7641
7772
|
"borderColor": {
|
|
@@ -7644,22 +7775,22 @@ exports.JSONSchemas = {
|
|
|
7644
7775
|
},
|
|
7645
7776
|
"additionalProperties": false
|
|
7646
7777
|
},
|
|
7647
|
-
"DeepPartial<structure-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7778
|
+
"DeepPartial<structure-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7648
7779
|
"type": "object",
|
|
7649
7780
|
"properties": {
|
|
7650
7781
|
"heading": {
|
|
7651
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11388-11417-2010376527-11375-11418-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7782
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11388-11417-2010376527-11375-11418-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7652
7783
|
},
|
|
7653
7784
|
"subheading": {
|
|
7654
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11434-11463-2010376527-11418-11464-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7785
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11434-11463-2010376527-11418-11464-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7655
7786
|
},
|
|
7656
7787
|
"bodyText": {
|
|
7657
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11478-11507-2010376527-11464-11508-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7788
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11478-11507-2010376527-11464-11508-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326%3E"
|
|
7658
7789
|
}
|
|
7659
7790
|
},
|
|
7660
7791
|
"additionalProperties": false
|
|
7661
7792
|
},
|
|
7662
|
-
"DeepPartial<structure-2010376527-11388-11417-2010376527-11375-11418-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7793
|
+
"DeepPartial<structure-2010376527-11388-11417-2010376527-11375-11418-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7663
7794
|
"type": "object",
|
|
7664
7795
|
"properties": {
|
|
7665
7796
|
"color": {
|
|
@@ -7668,7 +7799,7 @@ exports.JSONSchemas = {
|
|
|
7668
7799
|
},
|
|
7669
7800
|
"additionalProperties": false
|
|
7670
7801
|
},
|
|
7671
|
-
"DeepPartial<structure-2010376527-11434-11463-2010376527-11418-11464-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7802
|
+
"DeepPartial<structure-2010376527-11434-11463-2010376527-11418-11464-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7672
7803
|
"type": "object",
|
|
7673
7804
|
"properties": {
|
|
7674
7805
|
"color": {
|
|
@@ -7677,7 +7808,7 @@ exports.JSONSchemas = {
|
|
|
7677
7808
|
},
|
|
7678
7809
|
"additionalProperties": false
|
|
7679
7810
|
},
|
|
7680
|
-
"DeepPartial<structure-2010376527-11478-11507-2010376527-11464-11508-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-
|
|
7811
|
+
"DeepPartial<structure-2010376527-11478-11507-2010376527-11464-11508-2010376527-11373-11512-2010376527-11366-11513-2010376527-1533-11745-2010376527-0-18326>": {
|
|
7681
7812
|
"type": "object",
|
|
7682
7813
|
"properties": {
|
|
7683
7814
|
"color": {
|