@thryveai/theme-interfaces 2.7.186 → 2.7.187
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 +153 -144
- package/dist/JSONSchemas/index.js +359 -342
- package/dist/interfaces/default-theme.interface.d.ts +1 -0
- package/dist/interfaces/icons.interfaces.d.ts +1 -1
- package/dist/interfaces/shared-settings.interfaces.d.ts +1 -0
- package/dist/interfaces/theme.interfaces.d.ts +1 -0
- package/dist/storefront/defaultIconsStorefront.js +14 -13
- package/dist/storefront/defaultSharedSettings.js +1 -0
- package/dist/storefront/defaultThemeStorefront.js +1 -0
- package/package.json +1 -1
|
@@ -2399,6 +2399,10 @@ exports.JSONSchemas = {
|
|
|
2399
2399
|
"type": "string",
|
|
2400
2400
|
"const": "Twitter"
|
|
2401
2401
|
},
|
|
2402
|
+
{
|
|
2403
|
+
"type": "string",
|
|
2404
|
+
"const": "TargetedReward"
|
|
2405
|
+
},
|
|
2402
2406
|
{
|
|
2403
2407
|
"type": "string",
|
|
2404
2408
|
"const": "Unavailable"
|
|
@@ -3031,7 +3035,7 @@ exports.JSONSchemas = {
|
|
|
3031
3035
|
"type": "boolean"
|
|
3032
3036
|
},
|
|
3033
3037
|
"search": {
|
|
3034
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-
|
|
3038
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1809%3E"
|
|
3035
3039
|
},
|
|
3036
3040
|
"stores": {
|
|
3037
3041
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
@@ -3045,7 +3049,7 @@ exports.JSONSchemas = {
|
|
|
3045
3049
|
},
|
|
3046
3050
|
"additionalProperties": false
|
|
3047
3051
|
},
|
|
3048
|
-
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-
|
|
3052
|
+
"DeepPartial<structure-749943994-834-854-749943994-824-855-749943994-759-935-749943994-0-1809>": {
|
|
3049
3053
|
"type": "object",
|
|
3050
3054
|
"properties": {
|
|
3051
3055
|
"enable": {
|
|
@@ -3283,12 +3287,12 @@ exports.JSONSchemas = {
|
|
|
3283
3287
|
"type": "object",
|
|
3284
3288
|
"properties": {
|
|
3285
3289
|
"preserveOrderNote": {
|
|
3286
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-705-759-749943994-0-
|
|
3290
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-749943994-705-759-749943994-0-1809%3E"
|
|
3287
3291
|
}
|
|
3288
3292
|
},
|
|
3289
3293
|
"additionalProperties": false
|
|
3290
3294
|
},
|
|
3291
|
-
"DeepPartial<interface-749943994-705-759-749943994-0-
|
|
3295
|
+
"DeepPartial<interface-749943994-705-759-749943994-0-1809>": {
|
|
3292
3296
|
"type": "object",
|
|
3293
3297
|
"properties": {
|
|
3294
3298
|
"enabled": {
|
|
@@ -3314,6 +3318,9 @@ exports.JSONSchemas = {
|
|
|
3314
3318
|
},
|
|
3315
3319
|
"wasComparisonPrice": {
|
|
3316
3320
|
"type": "boolean"
|
|
3321
|
+
},
|
|
3322
|
+
"enableTargetedRewardsIcon": {
|
|
3323
|
+
"type": "boolean"
|
|
3317
3324
|
}
|
|
3318
3325
|
},
|
|
3319
3326
|
"additionalProperties": false
|
|
@@ -3359,10 +3366,10 @@ exports.JSONSchemas = {
|
|
|
3359
3366
|
"type": "string"
|
|
3360
3367
|
},
|
|
3361
3368
|
"logos": {
|
|
3362
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-
|
|
3369
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-18359%3E"
|
|
3363
3370
|
},
|
|
3364
3371
|
"stsCheckBox": {
|
|
3365
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-
|
|
3372
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-18359%3E"
|
|
3366
3373
|
},
|
|
3367
3374
|
"confirmationPageImage": {
|
|
3368
3375
|
"type": "string"
|
|
@@ -3371,7 +3378,7 @@ exports.JSONSchemas = {
|
|
|
3371
3378
|
"type": "string"
|
|
3372
3379
|
},
|
|
3373
3380
|
"missingImg": {
|
|
3374
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-
|
|
3381
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-18359%3E"
|
|
3375
3382
|
},
|
|
3376
3383
|
"verifySiteImage": {
|
|
3377
3384
|
"type": "string"
|
|
@@ -3380,12 +3387,12 @@ exports.JSONSchemas = {
|
|
|
3380
3387
|
"$ref": "#/definitions/DeepPartial%3CIDefaultThemeFavicons%3E"
|
|
3381
3388
|
},
|
|
3382
3389
|
"banner": {
|
|
3383
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-
|
|
3390
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-18359%3E"
|
|
3384
3391
|
}
|
|
3385
3392
|
},
|
|
3386
3393
|
"additionalProperties": false
|
|
3387
3394
|
},
|
|
3388
|
-
"DeepPartial<structure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-
|
|
3395
|
+
"DeepPartial<structure-2010376527-1043-1187-2010376527-1034-1188-2010376527-936-1533-2010376527-0-18359>": {
|
|
3389
3396
|
"type": "object",
|
|
3390
3397
|
"properties": {
|
|
3391
3398
|
"primary": {
|
|
@@ -3409,7 +3416,7 @@ exports.JSONSchemas = {
|
|
|
3409
3416
|
},
|
|
3410
3417
|
"additionalProperties": false
|
|
3411
3418
|
},
|
|
3412
|
-
"DeepPartial<structure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-
|
|
3419
|
+
"DeepPartial<structure-2010376527-1203-1270-2010376527-1188-1271-2010376527-936-1533-2010376527-0-18359>": {
|
|
3413
3420
|
"type": "object",
|
|
3414
3421
|
"properties": {
|
|
3415
3422
|
"empty": {
|
|
@@ -3424,7 +3431,7 @@ exports.JSONSchemas = {
|
|
|
3424
3431
|
},
|
|
3425
3432
|
"additionalProperties": false
|
|
3426
3433
|
},
|
|
3427
|
-
"DeepPartial<structure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-
|
|
3434
|
+
"DeepPartial<structure-2010376527-1338-1417-2010376527-1324-1418-2010376527-936-1533-2010376527-0-18359>": {
|
|
3428
3435
|
"type": "object",
|
|
3429
3436
|
"properties": {
|
|
3430
3437
|
"recipes": {
|
|
@@ -3463,7 +3470,7 @@ exports.JSONSchemas = {
|
|
|
3463
3470
|
},
|
|
3464
3471
|
"additionalProperties": false
|
|
3465
3472
|
},
|
|
3466
|
-
"DeepPartial<structure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-
|
|
3473
|
+
"DeepPartial<structure-2010376527-1490-1530-2010376527-1480-1531-2010376527-936-1533-2010376527-0-18359>": {
|
|
3467
3474
|
"type": "object",
|
|
3468
3475
|
"properties": {
|
|
3469
3476
|
"src": {
|
|
@@ -3482,9 +3489,9 @@ exports.JSONSchemas = {
|
|
|
3482
3489
|
"$ref": "#/definitions/DefaultIconsForSchema",
|
|
3483
3490
|
"definitions": {
|
|
3484
3491
|
"DefaultIconsForSchema": {
|
|
3485
|
-
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-
|
|
3492
|
+
"$ref": "#/definitions/DeepPartial%3C(structure-1667837717-3315-3317-1667837717-3315-3332-1667837717-3302-3333-1667837717-3265-3334-1667837717-0-3335%26def-alias-1667837717-39-107-1667837717-0-3335)%3E"
|
|
3486
3493
|
},
|
|
3487
|
-
"DeepPartial<(structure-1667837717-
|
|
3494
|
+
"DeepPartial<(structure-1667837717-3315-3317-1667837717-3315-3332-1667837717-3302-3333-1667837717-3265-3334-1667837717-0-3335&def-alias-1667837717-39-107-1667837717-0-3335)>": {
|
|
3488
3495
|
"type": "object",
|
|
3489
3496
|
"properties": {
|
|
3490
3497
|
"AccountOutline": {
|
|
@@ -3841,6 +3848,9 @@ exports.JSONSchemas = {
|
|
|
3841
3848
|
"Twitter": {
|
|
3842
3849
|
"type": "string"
|
|
3843
3850
|
},
|
|
3851
|
+
"TargetedReward": {
|
|
3852
|
+
"type": "string"
|
|
3853
|
+
},
|
|
3844
3854
|
"Unavailable": {
|
|
3845
3855
|
"type": "string"
|
|
3846
3856
|
},
|
|
@@ -4028,79 +4038,79 @@ exports.JSONSchemas = {
|
|
|
4028
4038
|
"type": "object",
|
|
4029
4039
|
"properties": {
|
|
4030
4040
|
"colors": {
|
|
4031
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-
|
|
4041
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4032
4042
|
},
|
|
4033
4043
|
"header": {
|
|
4034
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4044
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4035
4045
|
},
|
|
4036
4046
|
"body": {
|
|
4037
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-
|
|
4047
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4038
4048
|
},
|
|
4039
4049
|
"footer": {
|
|
4040
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-
|
|
4050
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4041
4051
|
},
|
|
4042
4052
|
"minimalHeader": {
|
|
4043
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-
|
|
4053
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4044
4054
|
},
|
|
4045
4055
|
"subHeaderBoxes": {
|
|
4046
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-
|
|
4056
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4047
4057
|
},
|
|
4048
4058
|
"breadcrumb": {
|
|
4049
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-
|
|
4059
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4050
4060
|
},
|
|
4051
4061
|
"breadcrumbTitle": {
|
|
4052
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-
|
|
4062
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4053
4063
|
},
|
|
4054
4064
|
"payment": {
|
|
4055
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-
|
|
4065
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4056
4066
|
},
|
|
4057
4067
|
"productPage": {
|
|
4058
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-
|
|
4068
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4059
4069
|
},
|
|
4060
4070
|
"accountPage": {
|
|
4061
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-
|
|
4071
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4062
4072
|
},
|
|
4063
4073
|
"orderConfirmation": {
|
|
4064
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-
|
|
4074
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4065
4075
|
},
|
|
4066
4076
|
"favorites": {
|
|
4067
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-
|
|
4077
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4068
4078
|
},
|
|
4069
4079
|
"loyaltyCard": {
|
|
4070
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-
|
|
4080
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4071
4081
|
},
|
|
4072
4082
|
"promoBadges": {
|
|
4073
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5373-
|
|
4083
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4074
4084
|
},
|
|
4075
4085
|
"typography": {
|
|
4076
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4086
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4077
4087
|
},
|
|
4078
4088
|
"buttonLinks": {
|
|
4079
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4089
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6074-6092-2010376527-6059-6093-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4080
4090
|
},
|
|
4081
4091
|
"buttons": {
|
|
4082
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4092
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4083
4093
|
},
|
|
4084
4094
|
"carousel": {
|
|
4085
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4095
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4086
4096
|
},
|
|
4087
4097
|
"carouselComponent": {
|
|
4088
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4098
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4089
4099
|
},
|
|
4090
4100
|
"modal": {
|
|
4091
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4101
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4092
4102
|
},
|
|
4093
4103
|
"selectedOption": {
|
|
4094
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4104
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10873-10900-2010376527-10855-10901-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4095
4105
|
},
|
|
4096
4106
|
"input": {
|
|
4097
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4107
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10910-11046-2010376527-10901-11047-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4098
4108
|
},
|
|
4099
4109
|
"dropdown": {
|
|
4100
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4110
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11059-11255-2010376527-11047-11256-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4101
4111
|
},
|
|
4102
4112
|
"productGrid": {
|
|
4103
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4113
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11271-11302-2010376527-11256-11303-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4104
4114
|
},
|
|
4105
4115
|
"checkoutStepColors": {
|
|
4106
4116
|
"type": "object",
|
|
@@ -4118,7 +4128,7 @@ exports.JSONSchemas = {
|
|
|
4118
4128
|
"additionalProperties": false
|
|
4119
4129
|
},
|
|
4120
4130
|
"cms": {
|
|
4121
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4131
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4122
4132
|
},
|
|
4123
4133
|
"logoHeight": {
|
|
4124
4134
|
"$ref": "#/definitions/DeepPartial%3CIDefaultThemeLogoHeights%3E"
|
|
@@ -4141,7 +4151,7 @@ exports.JSONSchemas = {
|
|
|
4141
4151
|
},
|
|
4142
4152
|
"additionalProperties": false
|
|
4143
4153
|
},
|
|
4144
|
-
"DeepPartial<structure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-
|
|
4154
|
+
"DeepPartial<structure-2010376527-1586-1648-2010376527-1576-1649-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4145
4155
|
"type": "object",
|
|
4146
4156
|
"properties": {
|
|
4147
4157
|
"brandColors": {
|
|
@@ -4264,49 +4274,49 @@ exports.JSONSchemas = {
|
|
|
4264
4274
|
},
|
|
4265
4275
|
"additionalProperties": false
|
|
4266
4276
|
},
|
|
4267
|
-
"DeepPartial<structure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4277
|
+
"DeepPartial<structure-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4268
4278
|
"type": "object",
|
|
4269
4279
|
"properties": {
|
|
4270
4280
|
"topMenu": {
|
|
4271
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4281
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4272
4282
|
},
|
|
4273
4283
|
"mainMenu": {
|
|
4274
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4284
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4275
4285
|
},
|
|
4276
4286
|
"bottomMenu": {
|
|
4277
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4287
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-14923-15113-2010376527-0-18359%3E"
|
|
4278
4288
|
},
|
|
4279
4289
|
"mobileMenu": {
|
|
4280
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4290
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4281
4291
|
},
|
|
4282
4292
|
"accountPopover": {
|
|
4283
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4293
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4284
4294
|
},
|
|
4285
4295
|
"storePopover": {
|
|
4286
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4296
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4287
4297
|
},
|
|
4288
4298
|
"search": {
|
|
4289
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4299
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4290
4300
|
},
|
|
4291
4301
|
"headerActionLinks": {
|
|
4292
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4302
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16160-16247-2010376527-0-18359%3E"
|
|
4293
4303
|
},
|
|
4294
4304
|
"headerLinks": {
|
|
4295
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4305
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16038-16160-2010376527-0-18359%3E"
|
|
4296
4306
|
},
|
|
4297
4307
|
"departments": {
|
|
4298
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4308
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16247-16491-2010376527-0-18359%3E"
|
|
4299
4309
|
},
|
|
4300
4310
|
"badge": {
|
|
4301
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4311
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4302
4312
|
},
|
|
4303
4313
|
"notifications": {
|
|
4304
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4314
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4305
4315
|
}
|
|
4306
4316
|
},
|
|
4307
4317
|
"additionalProperties": false
|
|
4308
4318
|
},
|
|
4309
|
-
"DeepPartial<interface-2010376527-
|
|
4319
|
+
"DeepPartial<interface-2010376527-15113-15314-2010376527-0-18359>": {
|
|
4310
4320
|
"type": "object",
|
|
4311
4321
|
"properties": {
|
|
4312
4322
|
"color": {
|
|
@@ -4319,30 +4329,30 @@ exports.JSONSchemas = {
|
|
|
4319
4329
|
"type": "string"
|
|
4320
4330
|
},
|
|
4321
4331
|
"links": {
|
|
4322
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4332
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4323
4333
|
}
|
|
4324
4334
|
},
|
|
4325
4335
|
"additionalProperties": false
|
|
4326
4336
|
},
|
|
4327
|
-
"DeepPartial<structure-2010376527-
|
|
4337
|
+
"DeepPartial<structure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359>": {
|
|
4328
4338
|
"type": "object",
|
|
4329
4339
|
"properties": {
|
|
4330
4340
|
"static": {
|
|
4331
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4341
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
4332
4342
|
},
|
|
4333
4343
|
"hover": {
|
|
4334
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4344
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
4335
4345
|
},
|
|
4336
4346
|
"clicked": {
|
|
4337
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4347
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
4338
4348
|
},
|
|
4339
4349
|
"visited": {
|
|
4340
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4350
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
4341
4351
|
}
|
|
4342
4352
|
},
|
|
4343
4353
|
"additionalProperties": false
|
|
4344
4354
|
},
|
|
4345
|
-
"DeepPartial<interface-2010376527-
|
|
4355
|
+
"DeepPartial<interface-2010376527-13547-13629-2010376527-0-18359>": {
|
|
4346
4356
|
"type": "object",
|
|
4347
4357
|
"properties": {
|
|
4348
4358
|
"color": {
|
|
@@ -4358,7 +4368,7 @@ exports.JSONSchemas = {
|
|
|
4358
4368
|
},
|
|
4359
4369
|
"additionalProperties": false
|
|
4360
4370
|
},
|
|
4361
|
-
"DeepPartial<interface-2010376527-
|
|
4371
|
+
"DeepPartial<interface-2010376527-14923-15113-2010376527-0-18359>": {
|
|
4362
4372
|
"type": "object",
|
|
4363
4373
|
"properties": {
|
|
4364
4374
|
"hoverColor": {
|
|
@@ -4407,10 +4417,10 @@ exports.JSONSchemas = {
|
|
|
4407
4417
|
]
|
|
4408
4418
|
},
|
|
4409
4419
|
"subMenu": {
|
|
4410
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4420
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15430-15617-2010376527-0-18359%3E"
|
|
4411
4421
|
},
|
|
4412
4422
|
"subMenuCategories": {
|
|
4413
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4423
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15753-15950-2010376527-0-18359%3E"
|
|
4414
4424
|
},
|
|
4415
4425
|
"color": {
|
|
4416
4426
|
"type": "string"
|
|
@@ -4419,42 +4429,42 @@ exports.JSONSchemas = {
|
|
|
4419
4429
|
"type": "string"
|
|
4420
4430
|
},
|
|
4421
4431
|
"links": {
|
|
4422
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4432
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4423
4433
|
}
|
|
4424
4434
|
},
|
|
4425
4435
|
"additionalProperties": false
|
|
4426
4436
|
},
|
|
4427
|
-
"DeepPartial<interface-2010376527-
|
|
4437
|
+
"DeepPartial<interface-2010376527-15430-15617-2010376527-0-18359>": {
|
|
4428
4438
|
"type": "object",
|
|
4429
4439
|
"properties": {
|
|
4430
4440
|
"backgroundColor": {
|
|
4431
4441
|
"type": "string"
|
|
4432
4442
|
},
|
|
4433
4443
|
"links": {
|
|
4434
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4444
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15487-15614-2010376527-15478-15615-2010376527-15430-15617-2010376527-0-18359%3E"
|
|
4435
4445
|
}
|
|
4436
4446
|
},
|
|
4437
4447
|
"additionalProperties": false
|
|
4438
4448
|
},
|
|
4439
|
-
"DeepPartial<structure-2010376527-
|
|
4449
|
+
"DeepPartial<structure-2010376527-15487-15614-2010376527-15478-15615-2010376527-15430-15617-2010376527-0-18359>": {
|
|
4440
4450
|
"type": "object",
|
|
4441
4451
|
"properties": {
|
|
4442
4452
|
"static": {
|
|
4443
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4453
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15314-15430-2010376527-0-18359%3E"
|
|
4444
4454
|
},
|
|
4445
4455
|
"hover": {
|
|
4446
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4456
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15314-15430-2010376527-0-18359%3E"
|
|
4447
4457
|
},
|
|
4448
4458
|
"clicked": {
|
|
4449
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4459
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15314-15430-2010376527-0-18359%3E"
|
|
4450
4460
|
},
|
|
4451
4461
|
"visited": {
|
|
4452
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4462
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15314-15430-2010376527-0-18359%3E"
|
|
4453
4463
|
}
|
|
4454
4464
|
},
|
|
4455
4465
|
"additionalProperties": false
|
|
4456
4466
|
},
|
|
4457
|
-
"DeepPartial<interface-2010376527-
|
|
4467
|
+
"DeepPartial<interface-2010376527-15314-15430-2010376527-0-18359>": {
|
|
4458
4468
|
"type": "object",
|
|
4459
4469
|
"properties": {
|
|
4460
4470
|
"color": {
|
|
@@ -4473,34 +4483,34 @@ exports.JSONSchemas = {
|
|
|
4473
4483
|
},
|
|
4474
4484
|
"additionalProperties": false
|
|
4475
4485
|
},
|
|
4476
|
-
"DeepPartial<interface-2010376527-
|
|
4486
|
+
"DeepPartial<interface-2010376527-15753-15950-2010376527-0-18359>": {
|
|
4477
4487
|
"type": "object",
|
|
4478
4488
|
"properties": {
|
|
4479
4489
|
"backgroundColor": {
|
|
4480
4490
|
"type": "string"
|
|
4481
4491
|
},
|
|
4482
4492
|
"links": {
|
|
4483
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4493
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15821-15947-2010376527-15812-15948-2010376527-15753-15950-2010376527-0-18359%3E"
|
|
4484
4494
|
}
|
|
4485
4495
|
},
|
|
4486
4496
|
"additionalProperties": false
|
|
4487
4497
|
},
|
|
4488
|
-
"DeepPartial<structure-2010376527-
|
|
4498
|
+
"DeepPartial<structure-2010376527-15821-15947-2010376527-15812-15948-2010376527-15753-15950-2010376527-0-18359>": {
|
|
4489
4499
|
"type": "object",
|
|
4490
4500
|
"properties": {
|
|
4491
4501
|
"static": {
|
|
4492
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4502
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15617-15753-2010376527-0-18359%3E"
|
|
4493
4503
|
},
|
|
4494
4504
|
"hover": {
|
|
4495
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4505
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15617-15753-2010376527-0-18359%3E"
|
|
4496
4506
|
},
|
|
4497
4507
|
"clicked": {
|
|
4498
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
4508
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15617-15753-2010376527-0-18359%3E"
|
|
4499
4509
|
}
|
|
4500
4510
|
},
|
|
4501
4511
|
"additionalProperties": false
|
|
4502
4512
|
},
|
|
4503
|
-
"DeepPartial<interface-2010376527-
|
|
4513
|
+
"DeepPartial<interface-2010376527-15617-15753-2010376527-0-18359>": {
|
|
4504
4514
|
"type": "object",
|
|
4505
4515
|
"properties": {
|
|
4506
4516
|
"color": {
|
|
@@ -4546,7 +4556,7 @@ exports.JSONSchemas = {
|
|
|
4546
4556
|
},
|
|
4547
4557
|
"additionalProperties": false
|
|
4548
4558
|
},
|
|
4549
|
-
"DeepPartial<structure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4559
|
+
"DeepPartial<structure-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4550
4560
|
"type": "object",
|
|
4551
4561
|
"properties": {
|
|
4552
4562
|
"backgroundColor": {
|
|
@@ -4562,21 +4572,21 @@ exports.JSONSchemas = {
|
|
|
4562
4572
|
"type": "string"
|
|
4563
4573
|
},
|
|
4564
4574
|
"links": {
|
|
4565
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4575
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4566
4576
|
}
|
|
4567
4577
|
},
|
|
4568
4578
|
"additionalProperties": false
|
|
4569
4579
|
},
|
|
4570
|
-
"DeepPartial<structure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4580
|
+
"DeepPartial<structure-2010376527-1910-2026-2010376527-1897-2027-2010376527-1788-2033-2010376527-1768-2034-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4571
4581
|
"type": "object",
|
|
4572
4582
|
"properties": {
|
|
4573
4583
|
"color": {
|
|
4574
|
-
"$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-
|
|
4584
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4575
4585
|
}
|
|
4576
4586
|
},
|
|
4577
4587
|
"additionalProperties": false
|
|
4578
4588
|
},
|
|
4579
|
-
"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-
|
|
4589
|
+
"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-11778-2010376527-0-18359>": {
|
|
4580
4590
|
"type": "object",
|
|
4581
4591
|
"properties": {
|
|
4582
4592
|
"static": {
|
|
@@ -4591,7 +4601,7 @@ exports.JSONSchemas = {
|
|
|
4591
4601
|
},
|
|
4592
4602
|
"additionalProperties": false
|
|
4593
4603
|
},
|
|
4594
|
-
"DeepPartial<structure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4604
|
+
"DeepPartial<structure-2010376527-2052-2277-2010376527-2034-2278-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4595
4605
|
"type": "object",
|
|
4596
4606
|
"properties": {
|
|
4597
4607
|
"backgroundColor": {
|
|
@@ -4623,7 +4633,7 @@ exports.JSONSchemas = {
|
|
|
4623
4633
|
},
|
|
4624
4634
|
"additionalProperties": false
|
|
4625
4635
|
},
|
|
4626
|
-
"DeepPartial<structure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4636
|
+
"DeepPartial<structure-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4627
4637
|
"type": "object",
|
|
4628
4638
|
"properties": {
|
|
4629
4639
|
"borderColor": {
|
|
@@ -4636,48 +4646,48 @@ exports.JSONSchemas = {
|
|
|
4636
4646
|
"type": "string"
|
|
4637
4647
|
},
|
|
4638
4648
|
"searchButton": {
|
|
4639
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4649
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4640
4650
|
},
|
|
4641
4651
|
"suggestions": {
|
|
4642
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4652
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4643
4653
|
},
|
|
4644
4654
|
"multisearchBtn": {
|
|
4645
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4655
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
4646
4656
|
}
|
|
4647
4657
|
},
|
|
4648
4658
|
"additionalProperties": false
|
|
4649
4659
|
},
|
|
4650
|
-
"DeepPartial<structure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4660
|
+
"DeepPartial<structure-2010376527-2396-2792-2010376527-2376-2793-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4651
4661
|
"type": "object",
|
|
4652
4662
|
"properties": {
|
|
4653
4663
|
"desktop": {
|
|
4654
|
-
"$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-
|
|
4664
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4655
4665
|
},
|
|
4656
4666
|
"tablet": {
|
|
4657
|
-
"$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-
|
|
4667
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4658
4668
|
},
|
|
4659
4669
|
"mobile": {
|
|
4660
|
-
"$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-
|
|
4670
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4661
4671
|
}
|
|
4662
4672
|
},
|
|
4663
4673
|
"additionalProperties": false
|
|
4664
4674
|
},
|
|
4665
|
-
"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-
|
|
4675
|
+
"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-11778-2010376527-0-18359>": {
|
|
4666
4676
|
"type": "object",
|
|
4667
4677
|
"properties": {
|
|
4668
4678
|
"static": {
|
|
4669
|
-
"$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-
|
|
4679
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4670
4680
|
},
|
|
4671
4681
|
"hover": {
|
|
4672
|
-
"$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-
|
|
4682
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4673
4683
|
},
|
|
4674
4684
|
"clicked": {
|
|
4675
|
-
"$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-
|
|
4685
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4676
4686
|
}
|
|
4677
4687
|
},
|
|
4678
4688
|
"additionalProperties": false
|
|
4679
4689
|
},
|
|
4680
|
-
"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-
|
|
4690
|
+
"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-11778-2010376527-0-18359>": {
|
|
4681
4691
|
"type": "object",
|
|
4682
4692
|
"properties": {
|
|
4683
4693
|
"color": {
|
|
@@ -4689,7 +4699,7 @@ exports.JSONSchemas = {
|
|
|
4689
4699
|
},
|
|
4690
4700
|
"additionalProperties": false
|
|
4691
4701
|
},
|
|
4692
|
-
"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-
|
|
4702
|
+
"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-11778-2010376527-0-18359>": {
|
|
4693
4703
|
"type": "object",
|
|
4694
4704
|
"properties": {
|
|
4695
4705
|
"color": {
|
|
@@ -4701,7 +4711,7 @@ exports.JSONSchemas = {
|
|
|
4701
4711
|
},
|
|
4702
4712
|
"additionalProperties": false
|
|
4703
4713
|
},
|
|
4704
|
-
"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-
|
|
4714
|
+
"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-11778-2010376527-0-18359>": {
|
|
4705
4715
|
"type": "object",
|
|
4706
4716
|
"properties": {
|
|
4707
4717
|
"color": {
|
|
@@ -4713,19 +4723,19 @@ exports.JSONSchemas = {
|
|
|
4713
4723
|
},
|
|
4714
4724
|
"additionalProperties": false
|
|
4715
4725
|
},
|
|
4716
|
-
"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-
|
|
4726
|
+
"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-11778-2010376527-0-18359>": {
|
|
4717
4727
|
"type": "object",
|
|
4718
4728
|
"properties": {
|
|
4719
4729
|
"static": {
|
|
4720
|
-
"$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-
|
|
4730
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4721
4731
|
},
|
|
4722
4732
|
"clicked": {
|
|
4723
|
-
"$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-
|
|
4733
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4724
4734
|
}
|
|
4725
4735
|
},
|
|
4726
4736
|
"additionalProperties": false
|
|
4727
4737
|
},
|
|
4728
|
-
"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-
|
|
4738
|
+
"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-11778-2010376527-0-18359>": {
|
|
4729
4739
|
"type": "object",
|
|
4730
4740
|
"properties": {
|
|
4731
4741
|
"color": {
|
|
@@ -4734,7 +4744,7 @@ exports.JSONSchemas = {
|
|
|
4734
4744
|
},
|
|
4735
4745
|
"additionalProperties": false
|
|
4736
4746
|
},
|
|
4737
|
-
"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-
|
|
4747
|
+
"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-11778-2010376527-0-18359>": {
|
|
4738
4748
|
"type": "object",
|
|
4739
4749
|
"properties": {
|
|
4740
4750
|
"color": {
|
|
@@ -4743,16 +4753,16 @@ exports.JSONSchemas = {
|
|
|
4743
4753
|
},
|
|
4744
4754
|
"additionalProperties": false
|
|
4745
4755
|
},
|
|
4746
|
-
"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-
|
|
4756
|
+
"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-11778-2010376527-0-18359>": {
|
|
4747
4757
|
"type": "object",
|
|
4748
4758
|
"properties": {
|
|
4749
4759
|
"static": {
|
|
4750
|
-
"$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-
|
|
4760
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4751
4761
|
}
|
|
4752
4762
|
},
|
|
4753
4763
|
"additionalProperties": false
|
|
4754
4764
|
},
|
|
4755
|
-
"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-
|
|
4765
|
+
"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-11778-2010376527-0-18359>": {
|
|
4756
4766
|
"type": "object",
|
|
4757
4767
|
"properties": {
|
|
4758
4768
|
"color": {
|
|
@@ -4761,25 +4771,25 @@ exports.JSONSchemas = {
|
|
|
4761
4771
|
},
|
|
4762
4772
|
"additionalProperties": false
|
|
4763
4773
|
},
|
|
4764
|
-
"DeepPartial<structure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4774
|
+
"DeepPartial<structure-2010376527-2812-2966-2010376527-2793-2967-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4765
4775
|
"type": "object",
|
|
4766
4776
|
"properties": {
|
|
4767
4777
|
"links": {
|
|
4768
|
-
"$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-
|
|
4778
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4769
4779
|
}
|
|
4770
4780
|
},
|
|
4771
4781
|
"additionalProperties": false
|
|
4772
4782
|
},
|
|
4773
|
-
"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-
|
|
4783
|
+
"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-11778-2010376527-0-18359>": {
|
|
4774
4784
|
"type": "object",
|
|
4775
4785
|
"properties": {
|
|
4776
4786
|
"color": {
|
|
4777
|
-
"$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-
|
|
4787
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4778
4788
|
}
|
|
4779
4789
|
},
|
|
4780
4790
|
"additionalProperties": false
|
|
4781
4791
|
},
|
|
4782
|
-
"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-
|
|
4792
|
+
"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-11778-2010376527-0-18359>": {
|
|
4783
4793
|
"type": "object",
|
|
4784
4794
|
"properties": {
|
|
4785
4795
|
"static": {
|
|
@@ -4794,19 +4804,19 @@ exports.JSONSchemas = {
|
|
|
4794
4804
|
},
|
|
4795
4805
|
"additionalProperties": false
|
|
4796
4806
|
},
|
|
4797
|
-
"DeepPartial<structure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
4807
|
+
"DeepPartial<structure-2010376527-2989-3176-2010376527-2967-3177-2010376527-2290-3183-2010376527-2278-3184-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
4798
4808
|
"type": "object",
|
|
4799
4809
|
"properties": {
|
|
4800
4810
|
"static": {
|
|
4801
|
-
"$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-
|
|
4811
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4802
4812
|
},
|
|
4803
4813
|
"hover": {
|
|
4804
|
-
"$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-
|
|
4814
|
+
"$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-11778-2010376527-0-18359%3E"
|
|
4805
4815
|
}
|
|
4806
4816
|
},
|
|
4807
4817
|
"additionalProperties": false
|
|
4808
4818
|
},
|
|
4809
|
-
"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-
|
|
4819
|
+
"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-11778-2010376527-0-18359>": {
|
|
4810
4820
|
"type": "object",
|
|
4811
4821
|
"properties": {
|
|
4812
4822
|
"color": {
|
|
@@ -4818,7 +4828,7 @@ exports.JSONSchemas = {
|
|
|
4818
4828
|
},
|
|
4819
4829
|
"additionalProperties": false
|
|
4820
4830
|
},
|
|
4821
|
-
"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-
|
|
4831
|
+
"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-11778-2010376527-0-18359>": {
|
|
4822
4832
|
"type": "object",
|
|
4823
4833
|
"properties": {
|
|
4824
4834
|
"color": {
|
|
@@ -4830,7 +4840,7 @@ exports.JSONSchemas = {
|
|
|
4830
4840
|
},
|
|
4831
4841
|
"additionalProperties": false
|
|
4832
4842
|
},
|
|
4833
|
-
"DeepPartial<interface-2010376527-
|
|
4843
|
+
"DeepPartial<interface-2010376527-16160-16247-2010376527-0-18359>": {
|
|
4834
4844
|
"type": "object",
|
|
4835
4845
|
"properties": {
|
|
4836
4846
|
"fontFamily": {
|
|
@@ -4880,7 +4890,7 @@ exports.JSONSchemas = {
|
|
|
4880
4890
|
"type": "string"
|
|
4881
4891
|
},
|
|
4882
4892
|
"links": {
|
|
4883
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4893
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4884
4894
|
},
|
|
4885
4895
|
"activeColor": {
|
|
4886
4896
|
"type": "string"
|
|
@@ -4891,7 +4901,7 @@ exports.JSONSchemas = {
|
|
|
4891
4901
|
},
|
|
4892
4902
|
"additionalProperties": false
|
|
4893
4903
|
},
|
|
4894
|
-
"DeepPartial<interface-2010376527-
|
|
4904
|
+
"DeepPartial<interface-2010376527-16038-16160-2010376527-0-18359>": {
|
|
4895
4905
|
"type": "object",
|
|
4896
4906
|
"properties": {
|
|
4897
4907
|
"fontWeight": {
|
|
@@ -4938,7 +4948,7 @@ exports.JSONSchemas = {
|
|
|
4938
4948
|
"type": "string"
|
|
4939
4949
|
},
|
|
4940
4950
|
"links": {
|
|
4941
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4951
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
4942
4952
|
},
|
|
4943
4953
|
"activeColor": {
|
|
4944
4954
|
"type": "string"
|
|
@@ -4949,25 +4959,25 @@ exports.JSONSchemas = {
|
|
|
4949
4959
|
},
|
|
4950
4960
|
"additionalProperties": false
|
|
4951
4961
|
},
|
|
4952
|
-
"DeepPartial<interface-2010376527-
|
|
4962
|
+
"DeepPartial<interface-2010376527-16247-16491-2010376527-0-18359>": {
|
|
4953
4963
|
"type": "object",
|
|
4954
4964
|
"properties": {
|
|
4955
4965
|
"wrapCategoryTitle": {
|
|
4956
4966
|
"type": "boolean"
|
|
4957
4967
|
},
|
|
4958
4968
|
"backgroundColor": {
|
|
4959
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4969
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16328-16374-2010376527-16309-16375-2010376527-16247-16491-2010376527-0-18359%3E"
|
|
4960
4970
|
},
|
|
4961
4971
|
"color": {
|
|
4962
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4972
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16384-16429-2010376527-16375-16430-2010376527-16247-16491-2010376527-0-18359%3E"
|
|
4963
4973
|
},
|
|
4964
4974
|
"iconColor": {
|
|
4965
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
4975
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-16443-16488-2010376527-16430-16489-2010376527-16247-16491-2010376527-0-18359%3E"
|
|
4966
4976
|
}
|
|
4967
4977
|
},
|
|
4968
4978
|
"additionalProperties": false
|
|
4969
4979
|
},
|
|
4970
|
-
"DeepPartial<structure-2010376527-
|
|
4980
|
+
"DeepPartial<structure-2010376527-16328-16374-2010376527-16309-16375-2010376527-16247-16491-2010376527-0-18359>": {
|
|
4971
4981
|
"type": "object",
|
|
4972
4982
|
"properties": {
|
|
4973
4983
|
"active": {
|
|
@@ -4979,7 +4989,7 @@ exports.JSONSchemas = {
|
|
|
4979
4989
|
},
|
|
4980
4990
|
"additionalProperties": false
|
|
4981
4991
|
},
|
|
4982
|
-
"DeepPartial<structure-2010376527-
|
|
4992
|
+
"DeepPartial<structure-2010376527-16384-16429-2010376527-16375-16430-2010376527-16247-16491-2010376527-0-18359>": {
|
|
4983
4993
|
"type": "object",
|
|
4984
4994
|
"properties": {
|
|
4985
4995
|
"static": {
|
|
@@ -4991,7 +5001,7 @@ exports.JSONSchemas = {
|
|
|
4991
5001
|
},
|
|
4992
5002
|
"additionalProperties": false
|
|
4993
5003
|
},
|
|
4994
|
-
"DeepPartial<structure-2010376527-
|
|
5004
|
+
"DeepPartial<structure-2010376527-16443-16488-2010376527-16430-16489-2010376527-16247-16491-2010376527-0-18359>": {
|
|
4995
5005
|
"type": "object",
|
|
4996
5006
|
"properties": {
|
|
4997
5007
|
"static": {
|
|
@@ -5003,19 +5013,19 @@ exports.JSONSchemas = {
|
|
|
5003
5013
|
},
|
|
5004
5014
|
"additionalProperties": false
|
|
5005
5015
|
},
|
|
5006
|
-
"DeepPartial<structure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5016
|
+
"DeepPartial<structure-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5007
5017
|
"type": "object",
|
|
5008
5018
|
"properties": {
|
|
5009
5019
|
"cart": {
|
|
5010
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5020
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5011
5021
|
},
|
|
5012
5022
|
"cartCurrency": {
|
|
5013
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5023
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5014
5024
|
}
|
|
5015
5025
|
},
|
|
5016
5026
|
"additionalProperties": false
|
|
5017
5027
|
},
|
|
5018
|
-
"DeepPartial<structure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5028
|
+
"DeepPartial<structure-2010376527-3330-3388-2010376527-3318-3389-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5019
5029
|
"type": "object",
|
|
5020
5030
|
"properties": {
|
|
5021
5031
|
"color": {
|
|
@@ -5027,7 +5037,7 @@ exports.JSONSchemas = {
|
|
|
5027
5037
|
},
|
|
5028
5038
|
"additionalProperties": false
|
|
5029
5039
|
},
|
|
5030
|
-
"DeepPartial<structure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5040
|
+
"DeepPartial<structure-2010376527-3409-3467-2010376527-3389-3468-2010376527-3316-3474-2010376527-3305-3475-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5031
5041
|
"type": "object",
|
|
5032
5042
|
"properties": {
|
|
5033
5043
|
"color": {
|
|
@@ -5039,22 +5049,22 @@ exports.JSONSchemas = {
|
|
|
5039
5049
|
},
|
|
5040
5050
|
"additionalProperties": false
|
|
5041
5051
|
},
|
|
5042
|
-
"DeepPartial<structure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5052
|
+
"DeepPartial<structure-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5043
5053
|
"type": "object",
|
|
5044
5054
|
"properties": {
|
|
5045
5055
|
"counter": {
|
|
5046
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5056
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5047
5057
|
},
|
|
5048
5058
|
"text": {
|
|
5049
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5059
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5050
5060
|
},
|
|
5051
5061
|
"seeAllNotifications": {
|
|
5052
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5062
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5053
5063
|
}
|
|
5054
5064
|
},
|
|
5055
5065
|
"additionalProperties": false
|
|
5056
5066
|
},
|
|
5057
|
-
"DeepPartial<structure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5067
|
+
"DeepPartial<structure-2010376527-3511-3554-2010376527-3496-3555-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5058
5068
|
"type": "object",
|
|
5059
5069
|
"properties": {
|
|
5060
5070
|
"backgroundColor": {
|
|
@@ -5063,7 +5073,7 @@ exports.JSONSchemas = {
|
|
|
5063
5073
|
},
|
|
5064
5074
|
"additionalProperties": false
|
|
5065
5075
|
},
|
|
5066
|
-
"DeepPartial<structure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5076
|
+
"DeepPartial<structure-2010376527-3567-3628-2010376527-3555-3629-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5067
5077
|
"type": "object",
|
|
5068
5078
|
"properties": {
|
|
5069
5079
|
"color": {
|
|
@@ -5075,7 +5085,7 @@ exports.JSONSchemas = {
|
|
|
5075
5085
|
},
|
|
5076
5086
|
"additionalProperties": false
|
|
5077
5087
|
},
|
|
5078
|
-
"DeepPartial<structure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-
|
|
5088
|
+
"DeepPartial<structure-2010376527-3656-3674-2010376527-3629-3675-2010376527-3494-3681-2010376527-3475-3682-2010376527-1659-3686-2010376527-1649-3687-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5079
5089
|
"type": "object",
|
|
5080
5090
|
"properties": {
|
|
5081
5091
|
"color": {
|
|
@@ -5084,7 +5094,7 @@ exports.JSONSchemas = {
|
|
|
5084
5094
|
},
|
|
5085
5095
|
"additionalProperties": false
|
|
5086
5096
|
},
|
|
5087
|
-
"DeepPartial<structure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-
|
|
5097
|
+
"DeepPartial<structure-2010376527-3695-3771-2010376527-3687-3772-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5088
5098
|
"type": "object",
|
|
5089
5099
|
"properties": {
|
|
5090
5100
|
"fontSize": {
|
|
@@ -5099,25 +5109,25 @@ exports.JSONSchemas = {
|
|
|
5099
5109
|
},
|
|
5100
5110
|
"additionalProperties": false
|
|
5101
5111
|
},
|
|
5102
|
-
"DeepPartial<structure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-
|
|
5112
|
+
"DeepPartial<structure-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5103
5113
|
"type": "object",
|
|
5104
5114
|
"properties": {
|
|
5105
5115
|
"mainFooter": {
|
|
5106
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5116
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
5107
5117
|
},
|
|
5108
5118
|
"bottomFooter": {
|
|
5109
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5119
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
5110
5120
|
},
|
|
5111
5121
|
"bottomFooterNavHeaderLink": {
|
|
5112
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5122
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
5113
5123
|
},
|
|
5114
5124
|
"mediaIcons": {
|
|
5115
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-
|
|
5125
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5116
5126
|
}
|
|
5117
5127
|
},
|
|
5118
5128
|
"additionalProperties": false
|
|
5119
5129
|
},
|
|
5120
|
-
"DeepPartial<structure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-
|
|
5130
|
+
"DeepPartial<structure-2010376527-3901-3930-2010376527-3885-3931-2010376527-3782-3935-2010376527-3772-3936-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5121
5131
|
"type": "object",
|
|
5122
5132
|
"properties": {
|
|
5123
5133
|
"color": {
|
|
@@ -5126,19 +5136,19 @@ exports.JSONSchemas = {
|
|
|
5126
5136
|
},
|
|
5127
5137
|
"additionalProperties": false
|
|
5128
5138
|
},
|
|
5129
|
-
"DeepPartial<structure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-
|
|
5139
|
+
"DeepPartial<structure-2010376527-3953-4026-2010376527-3936-4027-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5130
5140
|
"type": "object",
|
|
5131
5141
|
"properties": {
|
|
5132
5142
|
"desktop": {
|
|
5133
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5143
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16491-16566-2010376527-0-18359%3E"
|
|
5134
5144
|
},
|
|
5135
5145
|
"mobile": {
|
|
5136
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5146
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16491-16566-2010376527-0-18359%3E"
|
|
5137
5147
|
}
|
|
5138
5148
|
},
|
|
5139
5149
|
"additionalProperties": false
|
|
5140
5150
|
},
|
|
5141
|
-
"DeepPartial<interface-2010376527-
|
|
5151
|
+
"DeepPartial<interface-2010376527-16491-16566-2010376527-0-18359>": {
|
|
5142
5152
|
"type": "object",
|
|
5143
5153
|
"properties": {
|
|
5144
5154
|
"iconColor": {
|
|
@@ -5154,12 +5164,12 @@ exports.JSONSchemas = {
|
|
|
5154
5164
|
"type": "string"
|
|
5155
5165
|
},
|
|
5156
5166
|
"links": {
|
|
5157
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
5167
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-15212-15311-2010376527-15203-15312-2010376527-15113-15314-2010376527-0-18359%3E"
|
|
5158
5168
|
}
|
|
5159
5169
|
},
|
|
5160
5170
|
"additionalProperties": false
|
|
5161
5171
|
},
|
|
5162
|
-
"DeepPartial<structure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-
|
|
5172
|
+
"DeepPartial<structure-2010376527-4045-4126-2010376527-4027-4127-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5163
5173
|
"type": "object",
|
|
5164
5174
|
"properties": {
|
|
5165
5175
|
"backgroundColor": {
|
|
@@ -5174,7 +5184,7 @@ exports.JSONSchemas = {
|
|
|
5174
5184
|
},
|
|
5175
5185
|
"additionalProperties": false
|
|
5176
5186
|
},
|
|
5177
|
-
"DeepPartial<structure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-
|
|
5187
|
+
"DeepPartial<structure-2010376527-4141-4282-2010376527-4127-4283-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5178
5188
|
"type": "object",
|
|
5179
5189
|
"properties": {
|
|
5180
5190
|
"textTransform": {
|
|
@@ -5203,7 +5213,7 @@ exports.JSONSchemas = {
|
|
|
5203
5213
|
},
|
|
5204
5214
|
"additionalProperties": false
|
|
5205
5215
|
},
|
|
5206
|
-
"DeepPartial<structure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-
|
|
5216
|
+
"DeepPartial<structure-2010376527-4302-4443-2010376527-4283-4444-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5207
5217
|
"type": "object",
|
|
5208
5218
|
"properties": {
|
|
5209
5219
|
"textTransform": {
|
|
@@ -5232,7 +5242,7 @@ exports.JSONSchemas = {
|
|
|
5232
5242
|
},
|
|
5233
5243
|
"additionalProperties": false
|
|
5234
5244
|
},
|
|
5235
|
-
"DeepPartial<structure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-
|
|
5245
|
+
"DeepPartial<structure-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5236
5246
|
"type": "object",
|
|
5237
5247
|
"properties": {
|
|
5238
5248
|
"selectedCardBackground": {
|
|
@@ -5242,15 +5252,15 @@ exports.JSONSchemas = {
|
|
|
5242
5252
|
"type": "string"
|
|
5243
5253
|
},
|
|
5244
5254
|
"summary": {
|
|
5245
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-
|
|
5255
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5246
5256
|
},
|
|
5247
5257
|
"checkoutCards": {
|
|
5248
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5258
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17134-17188-2010376527-0-18359%3E"
|
|
5249
5259
|
}
|
|
5250
5260
|
},
|
|
5251
5261
|
"additionalProperties": false
|
|
5252
5262
|
},
|
|
5253
|
-
"DeepPartial<structure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-
|
|
5263
|
+
"DeepPartial<structure-2010376527-4537-4579-2010376527-4524-4580-2010376527-4455-4619-2010376527-4444-4620-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5254
5264
|
"type": "object",
|
|
5255
5265
|
"properties": {
|
|
5256
5266
|
"listItemBackground": {
|
|
@@ -5259,7 +5269,7 @@ exports.JSONSchemas = {
|
|
|
5259
5269
|
},
|
|
5260
5270
|
"additionalProperties": false
|
|
5261
5271
|
},
|
|
5262
|
-
"DeepPartial<interface-2010376527-
|
|
5272
|
+
"DeepPartial<interface-2010376527-17134-17188-2010376527-0-18359>": {
|
|
5263
5273
|
"type": "object",
|
|
5264
5274
|
"properties": {
|
|
5265
5275
|
"borderRadius": {
|
|
@@ -5268,25 +5278,25 @@ exports.JSONSchemas = {
|
|
|
5268
5278
|
},
|
|
5269
5279
|
"additionalProperties": false
|
|
5270
5280
|
},
|
|
5271
|
-
"DeepPartial<structure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-
|
|
5281
|
+
"DeepPartial<structure-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5272
5282
|
"type": "object",
|
|
5273
5283
|
"properties": {
|
|
5274
5284
|
"detailsBackgroundColor": {
|
|
5275
5285
|
"type": "string"
|
|
5276
5286
|
},
|
|
5277
5287
|
"badges": {
|
|
5278
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5288
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17080-17134-2010376527-0-18359%3E"
|
|
5279
5289
|
},
|
|
5280
5290
|
"priceReductionColor": {
|
|
5281
5291
|
"type": "string"
|
|
5282
5292
|
},
|
|
5283
5293
|
"previouslyPurchased": {
|
|
5284
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-
|
|
5294
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5285
5295
|
}
|
|
5286
5296
|
},
|
|
5287
5297
|
"additionalProperties": false
|
|
5288
5298
|
},
|
|
5289
|
-
"DeepPartial<interface-2010376527-
|
|
5299
|
+
"DeepPartial<interface-2010376527-17080-17134-2010376527-0-18359>": {
|
|
5290
5300
|
"type": "object",
|
|
5291
5301
|
"properties": {
|
|
5292
5302
|
"borderRadius": {
|
|
@@ -5295,7 +5305,7 @@ exports.JSONSchemas = {
|
|
|
5295
5305
|
},
|
|
5296
5306
|
"additionalProperties": false
|
|
5297
5307
|
},
|
|
5298
|
-
"DeepPartial<structure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-
|
|
5308
|
+
"DeepPartial<structure-2010376527-4759-4811-2010376527-4734-4812-2010376527-4635-4816-2010376527-4620-4817-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5299
5309
|
"type": "object",
|
|
5300
5310
|
"properties": {
|
|
5301
5311
|
"color": {
|
|
@@ -5307,16 +5317,16 @@ exports.JSONSchemas = {
|
|
|
5307
5317
|
},
|
|
5308
5318
|
"additionalProperties": false
|
|
5309
5319
|
},
|
|
5310
|
-
"DeepPartial<structure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-
|
|
5320
|
+
"DeepPartial<structure-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5311
5321
|
"type": "object",
|
|
5312
5322
|
"properties": {
|
|
5313
5323
|
"passwordRequirements": {
|
|
5314
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-
|
|
5324
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5315
5325
|
}
|
|
5316
5326
|
},
|
|
5317
5327
|
"additionalProperties": false
|
|
5318
5328
|
},
|
|
5319
|
-
"DeepPartial<structure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-
|
|
5329
|
+
"DeepPartial<structure-2010376527-4860-4899-2010376527-4834-4900-2010376527-4832-4904-2010376527-4817-4905-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5320
5330
|
"type": "object",
|
|
5321
5331
|
"properties": {
|
|
5322
5332
|
"backgroundColor": {
|
|
@@ -5325,7 +5335,7 @@ exports.JSONSchemas = {
|
|
|
5325
5335
|
},
|
|
5326
5336
|
"additionalProperties": false
|
|
5327
5337
|
},
|
|
5328
|
-
"DeepPartial<structure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-
|
|
5338
|
+
"DeepPartial<structure-2010376527-4926-4984-2010376527-4905-4985-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5329
5339
|
"type": "object",
|
|
5330
5340
|
"properties": {
|
|
5331
5341
|
"iconColor": {
|
|
@@ -5337,14 +5347,14 @@ exports.JSONSchemas = {
|
|
|
5337
5347
|
},
|
|
5338
5348
|
"additionalProperties": false
|
|
5339
5349
|
},
|
|
5340
|
-
"DeepPartial<structure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-
|
|
5350
|
+
"DeepPartial<structure-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5341
5351
|
"type": "object",
|
|
5342
5352
|
"properties": {
|
|
5343
5353
|
"headerIconStyle": {
|
|
5344
5354
|
"$ref": "#/definitions/IconNames"
|
|
5345
5355
|
},
|
|
5346
5356
|
"productColors": {
|
|
5347
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-
|
|
5357
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
5348
5358
|
}
|
|
5349
5359
|
},
|
|
5350
5360
|
"additionalProperties": false
|
|
@@ -5823,6 +5833,10 @@ exports.JSONSchemas = {
|
|
|
5823
5833
|
"type": "string",
|
|
5824
5834
|
"const": "Twitter"
|
|
5825
5835
|
},
|
|
5836
|
+
{
|
|
5837
|
+
"type": "string",
|
|
5838
|
+
"const": "TargetedReward"
|
|
5839
|
+
},
|
|
5826
5840
|
{
|
|
5827
5841
|
"type": "string",
|
|
5828
5842
|
"const": "Unavailable"
|
|
@@ -5935,19 +5949,19 @@ exports.JSONSchemas = {
|
|
|
5935
5949
|
"fr-ca"
|
|
5936
5950
|
]
|
|
5937
5951
|
},
|
|
5938
|
-
"DeepPartial<structure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-
|
|
5952
|
+
"DeepPartial<structure-2010376527-5051-5117-2010376527-5032-5118-2010376527-4998-5122-2010376527-4985-5123-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5939
5953
|
"type": "object",
|
|
5940
5954
|
"properties": {
|
|
5941
5955
|
"static": {
|
|
5942
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5956
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12954-13022-2010376527-0-18359%3E"
|
|
5943
5957
|
},
|
|
5944
5958
|
"active": {
|
|
5945
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5959
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12954-13022-2010376527-0-18359%3E"
|
|
5946
5960
|
}
|
|
5947
5961
|
},
|
|
5948
5962
|
"additionalProperties": false
|
|
5949
5963
|
},
|
|
5950
|
-
"DeepPartial<interface-2010376527-
|
|
5964
|
+
"DeepPartial<interface-2010376527-12954-13022-2010376527-0-18359>": {
|
|
5951
5965
|
"type": "object",
|
|
5952
5966
|
"properties": {
|
|
5953
5967
|
"color": {
|
|
@@ -5959,7 +5973,7 @@ exports.JSONSchemas = {
|
|
|
5959
5973
|
},
|
|
5960
5974
|
"additionalProperties": false
|
|
5961
5975
|
},
|
|
5962
|
-
"DeepPartial<structure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-
|
|
5976
|
+
"DeepPartial<structure-2010376527-5138-5357-2010376527-5123-5358-2010376527-1533-11778-2010376527-0-18359>": {
|
|
5963
5977
|
"type": "object",
|
|
5964
5978
|
"properties": {
|
|
5965
5979
|
"backgroundColor": {
|
|
@@ -5975,18 +5989,18 @@ exports.JSONSchemas = {
|
|
|
5975
5989
|
"type": "string"
|
|
5976
5990
|
},
|
|
5977
5991
|
"dimensions": {
|
|
5978
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5992
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17188-17261-2010376527-0-18359%3E"
|
|
5979
5993
|
},
|
|
5980
5994
|
"input": {
|
|
5981
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5995
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17391-17532-2010376527-0-18359%3E"
|
|
5982
5996
|
},
|
|
5983
5997
|
"infoList": {
|
|
5984
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
5998
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17532-17608-2010376527-0-18359%3E"
|
|
5985
5999
|
}
|
|
5986
6000
|
},
|
|
5987
6001
|
"additionalProperties": false
|
|
5988
6002
|
},
|
|
5989
|
-
"DeepPartial<interface-2010376527-
|
|
6003
|
+
"DeepPartial<interface-2010376527-17188-17261-2010376527-0-18359>": {
|
|
5990
6004
|
"type": "object",
|
|
5991
6005
|
"properties": {
|
|
5992
6006
|
"width": {
|
|
@@ -5998,7 +6012,7 @@ exports.JSONSchemas = {
|
|
|
5998
6012
|
},
|
|
5999
6013
|
"additionalProperties": false
|
|
6000
6014
|
},
|
|
6001
|
-
"DeepPartial<interface-2010376527-
|
|
6015
|
+
"DeepPartial<interface-2010376527-17391-17532-2010376527-0-18359>": {
|
|
6002
6016
|
"type": "object",
|
|
6003
6017
|
"properties": {
|
|
6004
6018
|
"borderRadius": {
|
|
@@ -6011,12 +6025,12 @@ exports.JSONSchemas = {
|
|
|
6011
6025
|
"type": "string"
|
|
6012
6026
|
},
|
|
6013
6027
|
"idFields": {
|
|
6014
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6028
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-17261-17391-2010376527-0-18359%3E"
|
|
6015
6029
|
}
|
|
6016
6030
|
},
|
|
6017
6031
|
"additionalProperties": false
|
|
6018
6032
|
},
|
|
6019
|
-
"DeepPartial<interface-2010376527-
|
|
6033
|
+
"DeepPartial<interface-2010376527-17261-17391-2010376527-0-18359>": {
|
|
6020
6034
|
"type": "object",
|
|
6021
6035
|
"properties": {
|
|
6022
6036
|
"staticBorder": {
|
|
@@ -6034,7 +6048,7 @@ exports.JSONSchemas = {
|
|
|
6034
6048
|
},
|
|
6035
6049
|
"additionalProperties": false
|
|
6036
6050
|
},
|
|
6037
|
-
"DeepPartial<interface-2010376527-
|
|
6051
|
+
"DeepPartial<interface-2010376527-17532-17608-2010376527-0-18359>": {
|
|
6038
6052
|
"type": "object",
|
|
6039
6053
|
"properties": {
|
|
6040
6054
|
"color": {
|
|
@@ -6046,11 +6060,14 @@ exports.JSONSchemas = {
|
|
|
6046
6060
|
},
|
|
6047
6061
|
"additionalProperties": false
|
|
6048
6062
|
},
|
|
6049
|
-
"DeepPartial<structure-2010376527-5373-
|
|
6063
|
+
"DeepPartial<structure-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6050
6064
|
"type": "object",
|
|
6051
6065
|
"properties": {
|
|
6052
6066
|
"backgroundColor": {
|
|
6053
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-
|
|
6067
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6068
|
+
},
|
|
6069
|
+
"targetedRewardsIcon": {
|
|
6070
|
+
"type": "string"
|
|
6054
6071
|
},
|
|
6055
6072
|
"fontWeight": {
|
|
6056
6073
|
"anyOf": [
|
|
@@ -6084,12 +6101,12 @@ exports.JSONSchemas = {
|
|
|
6084
6101
|
]
|
|
6085
6102
|
},
|
|
6086
6103
|
"color": {
|
|
6087
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6104
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5536-5601-2010376527-5525-5602-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6088
6105
|
}
|
|
6089
6106
|
},
|
|
6090
6107
|
"additionalProperties": false
|
|
6091
6108
|
},
|
|
6092
|
-
"DeepPartial<structure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-
|
|
6109
|
+
"DeepPartial<structure-2010376527-5396-5461-2010376527-5375-5462-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6093
6110
|
"type": "object",
|
|
6094
6111
|
"properties": {
|
|
6095
6112
|
"promotion": {
|
|
@@ -6101,7 +6118,7 @@ exports.JSONSchemas = {
|
|
|
6101
6118
|
},
|
|
6102
6119
|
"additionalProperties": false
|
|
6103
6120
|
},
|
|
6104
|
-
"DeepPartial<structure-2010376527-
|
|
6121
|
+
"DeepPartial<structure-2010376527-5536-5601-2010376527-5525-5602-2010376527-5373-5606-2010376527-5358-5607-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6105
6122
|
"type": "object",
|
|
6106
6123
|
"properties": {
|
|
6107
6124
|
"promotion": {
|
|
@@ -6113,23 +6130,23 @@ exports.JSONSchemas = {
|
|
|
6113
6130
|
},
|
|
6114
6131
|
"additionalProperties": false
|
|
6115
6132
|
},
|
|
6116
|
-
"DeepPartial<structure-2010376527-
|
|
6133
|
+
"DeepPartial<structure-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6117
6134
|
"type": "object",
|
|
6118
6135
|
"properties": {
|
|
6119
6136
|
"webFonts": {
|
|
6120
6137
|
"$ref": "#/definitions/DeepPartial%3Cstring%5B%5D%3E"
|
|
6121
6138
|
},
|
|
6122
6139
|
"embeddedFonts": {
|
|
6123
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-
|
|
6140
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-18023-18131-2010376527-0-18359%5B%5D%3E"
|
|
6124
6141
|
},
|
|
6125
6142
|
"weights": {
|
|
6126
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6143
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5703-5765-2010376527-5690-5766-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6127
6144
|
},
|
|
6128
6145
|
"text": {
|
|
6129
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6146
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5776-5932-2010376527-5766-5933-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6130
6147
|
},
|
|
6131
6148
|
"links": {
|
|
6132
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6149
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-5944-6053-2010376527-5933-6054-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6133
6150
|
}
|
|
6134
6151
|
},
|
|
6135
6152
|
"additionalProperties": false
|
|
@@ -6140,7 +6157,7 @@ exports.JSONSchemas = {
|
|
|
6140
6157
|
"type": "string"
|
|
6141
6158
|
}
|
|
6142
6159
|
},
|
|
6143
|
-
"DeepPartial<def-interface-2010376527-
|
|
6160
|
+
"DeepPartial<def-interface-2010376527-18023-18131-2010376527-0-18359[]>": {
|
|
6144
6161
|
"type": "array",
|
|
6145
6162
|
"items": {
|
|
6146
6163
|
"$ref": "#/definitions/DeepPartial%3CIDefaultEmbeddedFont%3E"
|
|
@@ -6153,12 +6170,12 @@ exports.JSONSchemas = {
|
|
|
6153
6170
|
"type": "string"
|
|
6154
6171
|
},
|
|
6155
6172
|
"sourceSet": {
|
|
6156
|
-
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-
|
|
6173
|
+
"$ref": "#/definitions/DeepPartial%3Cdef-interface-2010376527-18131-18213-2010376527-0-18359%5B%5D%3E"
|
|
6157
6174
|
}
|
|
6158
6175
|
},
|
|
6159
6176
|
"additionalProperties": false
|
|
6160
6177
|
},
|
|
6161
|
-
"DeepPartial<def-interface-2010376527-
|
|
6178
|
+
"DeepPartial<def-interface-2010376527-18131-18213-2010376527-0-18359[]>": {
|
|
6162
6179
|
"type": "array",
|
|
6163
6180
|
"items": {
|
|
6164
6181
|
"$ref": "#/definitions/DeepPartial%3CIDefaultEmbeddedFontSource%3E"
|
|
@@ -6176,7 +6193,7 @@ exports.JSONSchemas = {
|
|
|
6176
6193
|
},
|
|
6177
6194
|
"additionalProperties": false
|
|
6178
6195
|
},
|
|
6179
|
-
"DeepPartial<structure-2010376527-
|
|
6196
|
+
"DeepPartial<structure-2010376527-5703-5765-2010376527-5690-5766-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6180
6197
|
"type": "object",
|
|
6181
6198
|
"properties": {
|
|
6182
6199
|
"normal": {
|
|
@@ -6244,31 +6261,31 @@ exports.JSONSchemas = {
|
|
|
6244
6261
|
},
|
|
6245
6262
|
"additionalProperties": false
|
|
6246
6263
|
},
|
|
6247
|
-
"DeepPartial<structure-2010376527-
|
|
6264
|
+
"DeepPartial<structure-2010376527-5776-5932-2010376527-5766-5933-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6248
6265
|
"type": "object",
|
|
6249
6266
|
"properties": {
|
|
6250
6267
|
"body": {
|
|
6251
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6268
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6252
6269
|
},
|
|
6253
6270
|
"fontXS": {
|
|
6254
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6271
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6255
6272
|
},
|
|
6256
6273
|
"fontSM": {
|
|
6257
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6274
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6258
6275
|
},
|
|
6259
6276
|
"fontMD": {
|
|
6260
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6277
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6261
6278
|
},
|
|
6262
6279
|
"fontLG": {
|
|
6263
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6280
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6264
6281
|
},
|
|
6265
6282
|
"fontXL": {
|
|
6266
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6283
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13353-13547-2010376527-0-18359%3E"
|
|
6267
6284
|
}
|
|
6268
6285
|
},
|
|
6269
6286
|
"additionalProperties": false
|
|
6270
6287
|
},
|
|
6271
|
-
"DeepPartial<interface-2010376527-
|
|
6288
|
+
"DeepPartial<interface-2010376527-13353-13547-2010376527-0-18359>": {
|
|
6272
6289
|
"type": "object",
|
|
6273
6290
|
"properties": {
|
|
6274
6291
|
"color": {
|
|
@@ -6331,25 +6348,25 @@ exports.JSONSchemas = {
|
|
|
6331
6348
|
},
|
|
6332
6349
|
"additionalProperties": false
|
|
6333
6350
|
},
|
|
6334
|
-
"DeepPartial<structure-2010376527-
|
|
6351
|
+
"DeepPartial<structure-2010376527-5944-6053-2010376527-5933-6054-2010376527-5621-6058-2010376527-5607-6059-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6335
6352
|
"type": "object",
|
|
6336
6353
|
"properties": {
|
|
6337
6354
|
"static": {
|
|
6338
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6355
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
6339
6356
|
},
|
|
6340
6357
|
"hover": {
|
|
6341
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6358
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
6342
6359
|
},
|
|
6343
6360
|
"clicked": {
|
|
6344
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6361
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
6345
6362
|
},
|
|
6346
6363
|
"visited": {
|
|
6347
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6364
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13547-13629-2010376527-0-18359%3E"
|
|
6348
6365
|
}
|
|
6349
6366
|
},
|
|
6350
6367
|
"additionalProperties": false
|
|
6351
6368
|
},
|
|
6352
|
-
"DeepPartial<structure-2010376527-
|
|
6369
|
+
"DeepPartial<structure-2010376527-6074-6092-2010376527-6059-6093-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6353
6370
|
"type": "object",
|
|
6354
6371
|
"properties": {
|
|
6355
6372
|
"color": {
|
|
@@ -6358,7 +6375,7 @@ exports.JSONSchemas = {
|
|
|
6358
6375
|
},
|
|
6359
6376
|
"additionalProperties": false
|
|
6360
6377
|
},
|
|
6361
|
-
"DeepPartial<structure-2010376527-
|
|
6378
|
+
"DeepPartial<structure-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6362
6379
|
"type": "object",
|
|
6363
6380
|
"properties": {
|
|
6364
6381
|
"globalThemeBorderRadius": {
|
|
@@ -6399,73 +6416,73 @@ exports.JSONSchemas = {
|
|
|
6399
6416
|
"type": "string"
|
|
6400
6417
|
},
|
|
6401
6418
|
"primary": {
|
|
6402
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6419
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12492-12718-2010376527-0-18359%3E"
|
|
6403
6420
|
},
|
|
6404
6421
|
"primaryLight": {
|
|
6405
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6422
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12492-12718-2010376527-0-18359%3E"
|
|
6406
6423
|
},
|
|
6407
6424
|
"secondary": {
|
|
6408
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6425
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12492-12718-2010376527-0-18359%3E"
|
|
6409
6426
|
},
|
|
6410
6427
|
"secondaryLight": {
|
|
6411
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6428
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12492-12718-2010376527-0-18359%3E"
|
|
6412
6429
|
},
|
|
6413
6430
|
"tertiary": {
|
|
6414
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6431
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12492-12718-2010376527-0-18359%3E"
|
|
6415
6432
|
},
|
|
6416
6433
|
"iconPosition": {
|
|
6417
6434
|
"$ref": "#/definitions/IIconPosition"
|
|
6418
6435
|
},
|
|
6419
6436
|
"checkout": {
|
|
6420
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6437
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6411-6703-2010376527-6397-6704-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6421
6438
|
},
|
|
6422
6439
|
"filterSort": {
|
|
6423
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6440
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12881-12954-2010376527-0-18359%3E"
|
|
6424
6441
|
},
|
|
6425
6442
|
"quantityStepper": {
|
|
6426
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6443
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6427
6444
|
},
|
|
6428
6445
|
"coupon": {
|
|
6429
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6446
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7289-7541-2010376527-7277-7542-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6430
6447
|
},
|
|
6431
6448
|
"miniCart": {
|
|
6432
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6449
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7556-8082-2010376527-7542-8083-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6433
6450
|
},
|
|
6434
6451
|
"addToCart": {
|
|
6435
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6452
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8098-8333-2010376527-8083-8334-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6436
6453
|
},
|
|
6437
6454
|
"pills": {
|
|
6438
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6455
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8345-8502-2010376527-8334-8503-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6439
6456
|
},
|
|
6440
6457
|
"facets": {
|
|
6441
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6458
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8515-8689-2010376527-8503-8690-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6442
6459
|
},
|
|
6443
6460
|
"sliderArrows": {
|
|
6444
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6461
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8708-8803-2010376527-8690-8804-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6445
6462
|
},
|
|
6446
6463
|
"activeAddress": {
|
|
6447
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6464
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8823-8889-2010376527-8804-8890-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6448
6465
|
},
|
|
6449
6466
|
"timeSlotPaginationDay": {
|
|
6450
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6467
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8917-8985-2010376527-8890-8986-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6451
6468
|
},
|
|
6452
6469
|
"paginationNumber": {
|
|
6453
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6470
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6454
6471
|
}
|
|
6455
6472
|
},
|
|
6456
6473
|
"additionalProperties": false
|
|
6457
6474
|
},
|
|
6458
|
-
"DeepPartial<interface-2010376527-
|
|
6475
|
+
"DeepPartial<interface-2010376527-12492-12718-2010376527-0-18359>": {
|
|
6459
6476
|
"type": "object",
|
|
6460
6477
|
"properties": {
|
|
6461
6478
|
"borderRadius": {
|
|
6462
6479
|
"type": "string"
|
|
6463
6480
|
},
|
|
6464
6481
|
"clicked": {
|
|
6465
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6482
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13241-13353-2010376527-0-18359%3E"
|
|
6466
6483
|
},
|
|
6467
6484
|
"disabled": {
|
|
6468
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6485
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13241-13353-2010376527-0-18359%3E"
|
|
6469
6486
|
},
|
|
6470
6487
|
"fontWeight": {
|
|
6471
6488
|
"anyOf": [
|
|
@@ -6499,10 +6516,10 @@ exports.JSONSchemas = {
|
|
|
6499
6516
|
]
|
|
6500
6517
|
},
|
|
6501
6518
|
"hover": {
|
|
6502
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6519
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13241-13353-2010376527-0-18359%3E"
|
|
6503
6520
|
},
|
|
6504
6521
|
"static": {
|
|
6505
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6522
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13241-13353-2010376527-0-18359%3E"
|
|
6506
6523
|
},
|
|
6507
6524
|
"textTransform": {
|
|
6508
6525
|
"type": "string",
|
|
@@ -6518,7 +6535,7 @@ exports.JSONSchemas = {
|
|
|
6518
6535
|
},
|
|
6519
6536
|
"additionalProperties": false
|
|
6520
6537
|
},
|
|
6521
|
-
"DeepPartial<interface-2010376527-
|
|
6538
|
+
"DeepPartial<interface-2010376527-13241-13353-2010376527-0-18359>": {
|
|
6522
6539
|
"type": "object",
|
|
6523
6540
|
"properties": {
|
|
6524
6541
|
"bgColor": {
|
|
@@ -6543,7 +6560,7 @@ exports.JSONSchemas = {
|
|
|
6543
6560
|
"right"
|
|
6544
6561
|
]
|
|
6545
6562
|
},
|
|
6546
|
-
"DeepPartial<structure-2010376527-
|
|
6563
|
+
"DeepPartial<structure-2010376527-6411-6703-2010376527-6397-6704-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6547
6564
|
"type": "object",
|
|
6548
6565
|
"properties": {
|
|
6549
6566
|
"borderRadius": {
|
|
@@ -6595,21 +6612,21 @@ exports.JSONSchemas = {
|
|
|
6595
6612
|
]
|
|
6596
6613
|
},
|
|
6597
6614
|
"static": {
|
|
6598
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6615
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13142-13241-2010376527-0-18359%3E"
|
|
6599
6616
|
},
|
|
6600
6617
|
"hover": {
|
|
6601
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6618
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13142-13241-2010376527-0-18359%3E"
|
|
6602
6619
|
},
|
|
6603
6620
|
"clicked": {
|
|
6604
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6621
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13142-13241-2010376527-0-18359%3E"
|
|
6605
6622
|
},
|
|
6606
6623
|
"disabled": {
|
|
6607
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6624
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13142-13241-2010376527-0-18359%3E"
|
|
6608
6625
|
}
|
|
6609
6626
|
},
|
|
6610
6627
|
"additionalProperties": false
|
|
6611
6628
|
},
|
|
6612
|
-
"DeepPartial<interface-2010376527-
|
|
6629
|
+
"DeepPartial<interface-2010376527-13142-13241-2010376527-0-18359>": {
|
|
6613
6630
|
"type": "object",
|
|
6614
6631
|
"properties": {
|
|
6615
6632
|
"bgColor": {
|
|
@@ -6624,7 +6641,7 @@ exports.JSONSchemas = {
|
|
|
6624
6641
|
},
|
|
6625
6642
|
"additionalProperties": false
|
|
6626
6643
|
},
|
|
6627
|
-
"DeepPartial<interface-2010376527-
|
|
6644
|
+
"DeepPartial<interface-2010376527-12881-12954-2010376527-0-18359>": {
|
|
6628
6645
|
"type": "object",
|
|
6629
6646
|
"properties": {
|
|
6630
6647
|
"borderRadius": {
|
|
@@ -6639,7 +6656,7 @@ exports.JSONSchemas = {
|
|
|
6639
6656
|
},
|
|
6640
6657
|
"additionalProperties": false
|
|
6641
6658
|
},
|
|
6642
|
-
"DeepPartial<structure-2010376527-
|
|
6659
|
+
"DeepPartial<structure-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6643
6660
|
"type": "object",
|
|
6644
6661
|
"properties": {
|
|
6645
6662
|
"borderColor": {
|
|
@@ -6660,15 +6677,15 @@ exports.JSONSchemas = {
|
|
|
6660
6677
|
]
|
|
6661
6678
|
},
|
|
6662
6679
|
"numericInput": {
|
|
6663
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6680
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6664
6681
|
},
|
|
6665
6682
|
"plusMinusButtons": {
|
|
6666
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6683
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7185-7269-2010376527-7161-7270-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6667
6684
|
}
|
|
6668
6685
|
},
|
|
6669
6686
|
"additionalProperties": false
|
|
6670
6687
|
},
|
|
6671
|
-
"DeepPartial<structure-2010376527-
|
|
6688
|
+
"DeepPartial<structure-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6672
6689
|
"type": "object",
|
|
6673
6690
|
"properties": {
|
|
6674
6691
|
"fontWeight": {
|
|
@@ -6712,15 +6729,15 @@ exports.JSONSchemas = {
|
|
|
6712
6729
|
"type": "string"
|
|
6713
6730
|
},
|
|
6714
6731
|
"static": {
|
|
6715
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6732
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7005-7069-2010376527-6989-7070-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6716
6733
|
},
|
|
6717
6734
|
"focused": {
|
|
6718
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
6735
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-7087-7151-2010376527-7070-7152-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
6719
6736
|
}
|
|
6720
6737
|
},
|
|
6721
6738
|
"additionalProperties": false
|
|
6722
6739
|
},
|
|
6723
|
-
"DeepPartial<structure-2010376527-
|
|
6740
|
+
"DeepPartial<structure-2010376527-7005-7069-2010376527-6989-7070-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6724
6741
|
"type": "object",
|
|
6725
6742
|
"properties": {
|
|
6726
6743
|
"bgColor": {
|
|
@@ -6732,7 +6749,7 @@ exports.JSONSchemas = {
|
|
|
6732
6749
|
},
|
|
6733
6750
|
"additionalProperties": false
|
|
6734
6751
|
},
|
|
6735
|
-
"DeepPartial<structure-2010376527-
|
|
6752
|
+
"DeepPartial<structure-2010376527-7087-7151-2010376527-7070-7152-2010376527-6868-7160-2010376527-6848-7161-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6736
6753
|
"type": "object",
|
|
6737
6754
|
"properties": {
|
|
6738
6755
|
"bgColor": {
|
|
@@ -6744,7 +6761,7 @@ exports.JSONSchemas = {
|
|
|
6744
6761
|
},
|
|
6745
6762
|
"additionalProperties": false
|
|
6746
6763
|
},
|
|
6747
|
-
"DeepPartial<structure-2010376527-
|
|
6764
|
+
"DeepPartial<structure-2010376527-7185-7269-2010376527-7161-7270-2010376527-6754-7276-2010376527-6733-7277-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6748
6765
|
"type": "object",
|
|
6749
6766
|
"properties": {
|
|
6750
6767
|
"plusMinusIconBgColor": {
|
|
@@ -6756,7 +6773,7 @@ exports.JSONSchemas = {
|
|
|
6756
6773
|
},
|
|
6757
6774
|
"additionalProperties": false
|
|
6758
6775
|
},
|
|
6759
|
-
"DeepPartial<structure-2010376527-
|
|
6776
|
+
"DeepPartial<structure-2010376527-7289-7541-2010376527-7277-7542-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6760
6777
|
"type": "object",
|
|
6761
6778
|
"properties": {
|
|
6762
6779
|
"borderRadius": {
|
|
@@ -6801,21 +6818,21 @@ exports.JSONSchemas = {
|
|
|
6801
6818
|
]
|
|
6802
6819
|
},
|
|
6803
6820
|
"static": {
|
|
6804
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6821
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13022-13142-2010376527-0-18359%3E"
|
|
6805
6822
|
},
|
|
6806
6823
|
"hover": {
|
|
6807
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6824
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13022-13142-2010376527-0-18359%3E"
|
|
6808
6825
|
},
|
|
6809
6826
|
"clicked": {
|
|
6810
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6827
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-13022-13142-2010376527-0-18359%3E"
|
|
6811
6828
|
},
|
|
6812
6829
|
"clipped": {
|
|
6813
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6830
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12396-12492-2010376527-0-18359%3E"
|
|
6814
6831
|
}
|
|
6815
6832
|
},
|
|
6816
6833
|
"additionalProperties": false
|
|
6817
6834
|
},
|
|
6818
|
-
"DeepPartial<interface-2010376527-
|
|
6835
|
+
"DeepPartial<interface-2010376527-13022-13142-2010376527-0-18359>": {
|
|
6819
6836
|
"type": "object",
|
|
6820
6837
|
"properties": {
|
|
6821
6838
|
"bgColor": {
|
|
@@ -6833,7 +6850,7 @@ exports.JSONSchemas = {
|
|
|
6833
6850
|
},
|
|
6834
6851
|
"additionalProperties": false
|
|
6835
6852
|
},
|
|
6836
|
-
"DeepPartial<interface-2010376527-
|
|
6853
|
+
"DeepPartial<interface-2010376527-12396-12492-2010376527-0-18359>": {
|
|
6837
6854
|
"type": "object",
|
|
6838
6855
|
"properties": {
|
|
6839
6856
|
"clippedIconColor": {
|
|
@@ -6854,11 +6871,11 @@ exports.JSONSchemas = {
|
|
|
6854
6871
|
},
|
|
6855
6872
|
"additionalProperties": false
|
|
6856
6873
|
},
|
|
6857
|
-
"DeepPartial<structure-2010376527-
|
|
6874
|
+
"DeepPartial<structure-2010376527-7556-8082-2010376527-7542-8083-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6858
6875
|
"type": "object",
|
|
6859
6876
|
"properties": {
|
|
6860
6877
|
"minicartContentPadding": {
|
|
6861
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6878
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11846-11960-2010376527-0-18359%3E"
|
|
6862
6879
|
},
|
|
6863
6880
|
"textTransform": {
|
|
6864
6881
|
"type": "string",
|
|
@@ -6884,7 +6901,7 @@ exports.JSONSchemas = {
|
|
|
6884
6901
|
"type": "string"
|
|
6885
6902
|
},
|
|
6886
6903
|
"tabletSettings": {
|
|
6887
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
6904
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-11960-12192-2010376527-0-18359%3E"
|
|
6888
6905
|
},
|
|
6889
6906
|
"color": {
|
|
6890
6907
|
"type": "string"
|
|
@@ -6916,7 +6933,7 @@ exports.JSONSchemas = {
|
|
|
6916
6933
|
},
|
|
6917
6934
|
"additionalProperties": false
|
|
6918
6935
|
},
|
|
6919
|
-
"DeepPartial<interface-2010376527-
|
|
6936
|
+
"DeepPartial<interface-2010376527-11846-11960-2010376527-0-18359>": {
|
|
6920
6937
|
"type": "object",
|
|
6921
6938
|
"properties": {
|
|
6922
6939
|
"top": {
|
|
@@ -6937,7 +6954,7 @@ exports.JSONSchemas = {
|
|
|
6937
6954
|
},
|
|
6938
6955
|
"additionalProperties": false
|
|
6939
6956
|
},
|
|
6940
|
-
"DeepPartial<interface-2010376527-
|
|
6957
|
+
"DeepPartial<interface-2010376527-11960-12192-2010376527-0-18359>": {
|
|
6941
6958
|
"type": "object",
|
|
6942
6959
|
"properties": {
|
|
6943
6960
|
"enabled": {
|
|
@@ -6967,7 +6984,7 @@ exports.JSONSchemas = {
|
|
|
6967
6984
|
},
|
|
6968
6985
|
"additionalProperties": false
|
|
6969
6986
|
},
|
|
6970
|
-
"DeepPartial<structure-2010376527-
|
|
6987
|
+
"DeepPartial<structure-2010376527-8098-8333-2010376527-8083-8334-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
6971
6988
|
"type": "object",
|
|
6972
6989
|
"properties": {
|
|
6973
6990
|
"borderRadius": {
|
|
@@ -7016,21 +7033,21 @@ exports.JSONSchemas = {
|
|
|
7016
7033
|
]
|
|
7017
7034
|
},
|
|
7018
7035
|
"static": {
|
|
7019
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7036
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16566-16678-2010376527-0-18359%3E"
|
|
7020
7037
|
},
|
|
7021
7038
|
"hover": {
|
|
7022
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7039
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16566-16678-2010376527-0-18359%3E"
|
|
7023
7040
|
},
|
|
7024
7041
|
"clicked": {
|
|
7025
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7042
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16566-16678-2010376527-0-18359%3E"
|
|
7026
7043
|
},
|
|
7027
7044
|
"disabled": {
|
|
7028
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7045
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16566-16678-2010376527-0-18359%3E"
|
|
7029
7046
|
}
|
|
7030
7047
|
},
|
|
7031
7048
|
"additionalProperties": false
|
|
7032
7049
|
},
|
|
7033
|
-
"DeepPartial<interface-2010376527-
|
|
7050
|
+
"DeepPartial<interface-2010376527-16566-16678-2010376527-0-18359>": {
|
|
7034
7051
|
"type": "object",
|
|
7035
7052
|
"properties": {
|
|
7036
7053
|
"bgColor": {
|
|
@@ -7048,7 +7065,7 @@ exports.JSONSchemas = {
|
|
|
7048
7065
|
},
|
|
7049
7066
|
"additionalProperties": false
|
|
7050
7067
|
},
|
|
7051
|
-
"DeepPartial<structure-2010376527-
|
|
7068
|
+
"DeepPartial<structure-2010376527-8345-8502-2010376527-8334-8503-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7052
7069
|
"type": "object",
|
|
7053
7070
|
"properties": {
|
|
7054
7071
|
"borderRadius": {
|
|
@@ -7066,18 +7083,18 @@ exports.JSONSchemas = {
|
|
|
7066
7083
|
]
|
|
7067
7084
|
},
|
|
7068
7085
|
"active": {
|
|
7069
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7086
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16743-17080-2010376527-0-18359%3E"
|
|
7070
7087
|
},
|
|
7071
7088
|
"small": {
|
|
7072
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7089
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16743-17080-2010376527-0-18359%3E"
|
|
7073
7090
|
},
|
|
7074
7091
|
"regular": {
|
|
7075
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7092
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16743-17080-2010376527-0-18359%3E"
|
|
7076
7093
|
}
|
|
7077
7094
|
},
|
|
7078
7095
|
"additionalProperties": false
|
|
7079
7096
|
},
|
|
7080
|
-
"DeepPartial<interface-2010376527-
|
|
7097
|
+
"DeepPartial<interface-2010376527-16743-17080-2010376527-0-18359>": {
|
|
7081
7098
|
"type": "object",
|
|
7082
7099
|
"properties": {
|
|
7083
7100
|
"fontWeight": {
|
|
@@ -7180,7 +7197,7 @@ exports.JSONSchemas = {
|
|
|
7180
7197
|
},
|
|
7181
7198
|
"additionalProperties": false
|
|
7182
7199
|
},
|
|
7183
|
-
"DeepPartial<structure-2010376527-
|
|
7200
|
+
"DeepPartial<structure-2010376527-8515-8689-2010376527-8503-8690-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7184
7201
|
"type": "object",
|
|
7185
7202
|
"properties": {
|
|
7186
7203
|
"borderRadius": {
|
|
@@ -7229,18 +7246,18 @@ exports.JSONSchemas = {
|
|
|
7229
7246
|
]
|
|
7230
7247
|
},
|
|
7231
7248
|
"active": {
|
|
7232
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7249
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16678-16743-2010376527-0-18359%3E"
|
|
7233
7250
|
},
|
|
7234
7251
|
"small": {
|
|
7235
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7252
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16678-16743-2010376527-0-18359%3E"
|
|
7236
7253
|
},
|
|
7237
7254
|
"regular": {
|
|
7238
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7255
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-16678-16743-2010376527-0-18359%3E"
|
|
7239
7256
|
}
|
|
7240
7257
|
},
|
|
7241
7258
|
"additionalProperties": false
|
|
7242
7259
|
},
|
|
7243
|
-
"DeepPartial<interface-2010376527-
|
|
7260
|
+
"DeepPartial<interface-2010376527-16678-16743-2010376527-0-18359>": {
|
|
7244
7261
|
"type": "object",
|
|
7245
7262
|
"properties": {
|
|
7246
7263
|
"iconColor": {
|
|
@@ -7346,7 +7363,7 @@ exports.JSONSchemas = {
|
|
|
7346
7363
|
},
|
|
7347
7364
|
"additionalProperties": false
|
|
7348
7365
|
},
|
|
7349
|
-
"DeepPartial<structure-2010376527-
|
|
7366
|
+
"DeepPartial<structure-2010376527-8708-8803-2010376527-8690-8804-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7350
7367
|
"type": "object",
|
|
7351
7368
|
"properties": {
|
|
7352
7369
|
"backgroundColor": {
|
|
@@ -7361,7 +7378,7 @@ exports.JSONSchemas = {
|
|
|
7361
7378
|
},
|
|
7362
7379
|
"additionalProperties": false
|
|
7363
7380
|
},
|
|
7364
|
-
"DeepPartial<structure-2010376527-
|
|
7381
|
+
"DeepPartial<structure-2010376527-8823-8889-2010376527-8804-8890-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7365
7382
|
"type": "object",
|
|
7366
7383
|
"properties": {
|
|
7367
7384
|
"backgroundColor": {
|
|
@@ -7373,16 +7390,16 @@ exports.JSONSchemas = {
|
|
|
7373
7390
|
},
|
|
7374
7391
|
"additionalProperties": false
|
|
7375
7392
|
},
|
|
7376
|
-
"DeepPartial<structure-2010376527-
|
|
7393
|
+
"DeepPartial<structure-2010376527-8917-8985-2010376527-8890-8986-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7377
7394
|
"type": "object",
|
|
7378
7395
|
"properties": {
|
|
7379
7396
|
"selected": {
|
|
7380
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7397
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-8935-8978-2010376527-8919-8979-2010376527-8917-8985-2010376527-8890-8986-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7381
7398
|
}
|
|
7382
7399
|
},
|
|
7383
7400
|
"additionalProperties": false
|
|
7384
7401
|
},
|
|
7385
|
-
"DeepPartial<structure-2010376527-
|
|
7402
|
+
"DeepPartial<structure-2010376527-8935-8978-2010376527-8919-8979-2010376527-8917-8985-2010376527-8890-8986-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7386
7403
|
"type": "object",
|
|
7387
7404
|
"properties": {
|
|
7388
7405
|
"backgroundColor": {
|
|
@@ -7391,25 +7408,25 @@ exports.JSONSchemas = {
|
|
|
7391
7408
|
},
|
|
7392
7409
|
"additionalProperties": false
|
|
7393
7410
|
},
|
|
7394
|
-
"DeepPartial<structure-2010376527-
|
|
7411
|
+
"DeepPartial<structure-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7395
7412
|
"type": "object",
|
|
7396
7413
|
"properties": {
|
|
7397
7414
|
"static": {
|
|
7398
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7415
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9024-9090-2010376527-9010-9091-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7399
7416
|
},
|
|
7400
7417
|
"hover": {
|
|
7401
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7418
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9104-9170-2010376527-9091-9171-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7402
7419
|
},
|
|
7403
7420
|
"disabled": {
|
|
7404
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7421
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9187-9253-2010376527-9171-9254-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7405
7422
|
},
|
|
7406
7423
|
"visited": {
|
|
7407
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7424
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9269-9335-2010376527-9254-9336-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7408
7425
|
}
|
|
7409
7426
|
},
|
|
7410
7427
|
"additionalProperties": false
|
|
7411
7428
|
},
|
|
7412
|
-
"DeepPartial<structure-2010376527-
|
|
7429
|
+
"DeepPartial<structure-2010376527-9024-9090-2010376527-9010-9091-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7413
7430
|
"type": "object",
|
|
7414
7431
|
"properties": {
|
|
7415
7432
|
"color": {
|
|
@@ -7421,7 +7438,7 @@ exports.JSONSchemas = {
|
|
|
7421
7438
|
},
|
|
7422
7439
|
"additionalProperties": false
|
|
7423
7440
|
},
|
|
7424
|
-
"DeepPartial<structure-2010376527-
|
|
7441
|
+
"DeepPartial<structure-2010376527-9104-9170-2010376527-9091-9171-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7425
7442
|
"type": "object",
|
|
7426
7443
|
"properties": {
|
|
7427
7444
|
"color": {
|
|
@@ -7433,7 +7450,7 @@ exports.JSONSchemas = {
|
|
|
7433
7450
|
},
|
|
7434
7451
|
"additionalProperties": false
|
|
7435
7452
|
},
|
|
7436
|
-
"DeepPartial<structure-2010376527-
|
|
7453
|
+
"DeepPartial<structure-2010376527-9187-9253-2010376527-9171-9254-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7437
7454
|
"type": "object",
|
|
7438
7455
|
"properties": {
|
|
7439
7456
|
"color": {
|
|
@@ -7445,7 +7462,7 @@ exports.JSONSchemas = {
|
|
|
7445
7462
|
},
|
|
7446
7463
|
"additionalProperties": false
|
|
7447
7464
|
},
|
|
7448
|
-
"DeepPartial<structure-2010376527-
|
|
7465
|
+
"DeepPartial<structure-2010376527-9269-9335-2010376527-9254-9336-2010376527-9008-9342-2010376527-8986-9343-2010376527-6104-9347-2010376527-6093-9348-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7449
7466
|
"type": "object",
|
|
7450
7467
|
"properties": {
|
|
7451
7468
|
"color": {
|
|
@@ -7457,22 +7474,22 @@ exports.JSONSchemas = {
|
|
|
7457
7474
|
},
|
|
7458
7475
|
"additionalProperties": false
|
|
7459
7476
|
},
|
|
7460
|
-
"DeepPartial<structure-2010376527-
|
|
7477
|
+
"DeepPartial<structure-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7461
7478
|
"type": "object",
|
|
7462
7479
|
"properties": {
|
|
7463
7480
|
"bannerBackgroundColor": {
|
|
7464
7481
|
"type": "string"
|
|
7465
7482
|
},
|
|
7466
7483
|
"carouselPagination": {
|
|
7467
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7484
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9421-9555-2010376527-9397-9556-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7468
7485
|
},
|
|
7469
7486
|
"carouselArrows": {
|
|
7470
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7487
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9576-9736-2010376527-9556-9737-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7471
7488
|
}
|
|
7472
7489
|
},
|
|
7473
7490
|
"additionalProperties": false
|
|
7474
7491
|
},
|
|
7475
|
-
"DeepPartial<structure-2010376527-
|
|
7492
|
+
"DeepPartial<structure-2010376527-9421-9555-2010376527-9397-9556-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7476
7493
|
"type": "object",
|
|
7477
7494
|
"properties": {
|
|
7478
7495
|
"dotBackground": {
|
|
@@ -7490,7 +7507,7 @@ exports.JSONSchemas = {
|
|
|
7490
7507
|
},
|
|
7491
7508
|
"additionalProperties": false
|
|
7492
7509
|
},
|
|
7493
|
-
"DeepPartial<structure-2010376527-
|
|
7510
|
+
"DeepPartial<structure-2010376527-9576-9736-2010376527-9556-9737-2010376527-9360-9741-2010376527-9348-9742-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7494
7511
|
"type": "object",
|
|
7495
7512
|
"properties": {
|
|
7496
7513
|
"borderRadius": {
|
|
@@ -7511,25 +7528,25 @@ exports.JSONSchemas = {
|
|
|
7511
7528
|
},
|
|
7512
7529
|
"additionalProperties": false
|
|
7513
7530
|
},
|
|
7514
|
-
"DeepPartial<structure-2010376527-
|
|
7531
|
+
"DeepPartial<structure-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7515
7532
|
"type": "object",
|
|
7516
7533
|
"properties": {
|
|
7517
7534
|
"carouselPagination": {
|
|
7518
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7535
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-9789-10008-2010376527-9765-10009-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7519
7536
|
},
|
|
7520
7537
|
"scrollbarBackground": {
|
|
7521
7538
|
"type": "string"
|
|
7522
7539
|
},
|
|
7523
7540
|
"carouselArrows": {
|
|
7524
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7541
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10062-10299-2010376527-10042-10300-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7525
7542
|
},
|
|
7526
7543
|
"viewAllProductsCard": {
|
|
7527
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7544
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10325-10595-2010376527-10300-10596-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7528
7545
|
}
|
|
7529
7546
|
},
|
|
7530
7547
|
"additionalProperties": false
|
|
7531
7548
|
},
|
|
7532
|
-
"DeepPartial<structure-2010376527-
|
|
7549
|
+
"DeepPartial<structure-2010376527-9789-10008-2010376527-9765-10009-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7533
7550
|
"type": "object",
|
|
7534
7551
|
"properties": {
|
|
7535
7552
|
"dotBackground": {
|
|
@@ -7553,7 +7570,7 @@ exports.JSONSchemas = {
|
|
|
7553
7570
|
},
|
|
7554
7571
|
"additionalProperties": false
|
|
7555
7572
|
},
|
|
7556
|
-
"DeepPartial<structure-2010376527-
|
|
7573
|
+
"DeepPartial<structure-2010376527-10062-10299-2010376527-10042-10300-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7557
7574
|
"type": "object",
|
|
7558
7575
|
"properties": {
|
|
7559
7576
|
"backgroundColor": {
|
|
@@ -7569,12 +7586,12 @@ exports.JSONSchemas = {
|
|
|
7569
7586
|
"type": "string"
|
|
7570
7587
|
},
|
|
7571
7588
|
"hover": {
|
|
7572
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7589
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10193-10292-2010376527-10180-10293-2010376527-10062-10299-2010376527-10042-10300-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7573
7590
|
}
|
|
7574
7591
|
},
|
|
7575
7592
|
"additionalProperties": false
|
|
7576
7593
|
},
|
|
7577
|
-
"DeepPartial<structure-2010376527-
|
|
7594
|
+
"DeepPartial<structure-2010376527-10193-10292-2010376527-10180-10293-2010376527-10062-10299-2010376527-10042-10300-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7578
7595
|
"type": "object",
|
|
7579
7596
|
"properties": {
|
|
7580
7597
|
"backgroundColor": {
|
|
@@ -7589,7 +7606,7 @@ exports.JSONSchemas = {
|
|
|
7589
7606
|
},
|
|
7590
7607
|
"additionalProperties": false
|
|
7591
7608
|
},
|
|
7592
|
-
"DeepPartial<structure-2010376527-
|
|
7609
|
+
"DeepPartial<structure-2010376527-10325-10595-2010376527-10300-10596-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7593
7610
|
"type": "object",
|
|
7594
7611
|
"properties": {
|
|
7595
7612
|
"textColor": {
|
|
@@ -7602,12 +7619,12 @@ exports.JSONSchemas = {
|
|
|
7602
7619
|
"type": "string"
|
|
7603
7620
|
},
|
|
7604
7621
|
"hover": {
|
|
7605
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7622
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10425-10588-2010376527-10412-10589-2010376527-10325-10595-2010376527-10300-10596-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7606
7623
|
}
|
|
7607
7624
|
},
|
|
7608
7625
|
"additionalProperties": false
|
|
7609
7626
|
},
|
|
7610
|
-
"DeepPartial<structure-2010376527-
|
|
7627
|
+
"DeepPartial<structure-2010376527-10425-10588-2010376527-10412-10589-2010376527-10325-10595-2010376527-10300-10596-2010376527-9763-10600-2010376527-9742-10601-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7611
7628
|
"type": "object",
|
|
7612
7629
|
"properties": {
|
|
7613
7630
|
"backgroundColor": {
|
|
@@ -7628,19 +7645,19 @@ exports.JSONSchemas = {
|
|
|
7628
7645
|
},
|
|
7629
7646
|
"additionalProperties": false
|
|
7630
7647
|
},
|
|
7631
|
-
"DeepPartial<structure-2010376527-
|
|
7648
|
+
"DeepPartial<structure-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7632
7649
|
"type": "object",
|
|
7633
7650
|
"properties": {
|
|
7634
7651
|
"header": {
|
|
7635
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7652
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10624-10669-2010376527-10612-10670-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7636
7653
|
},
|
|
7637
7654
|
"storeIcon": {
|
|
7638
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7655
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-10685-10849-2010376527-10670-10850-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7639
7656
|
}
|
|
7640
7657
|
},
|
|
7641
7658
|
"additionalProperties": false
|
|
7642
7659
|
},
|
|
7643
|
-
"DeepPartial<structure-2010376527-
|
|
7660
|
+
"DeepPartial<structure-2010376527-10624-10669-2010376527-10612-10670-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7644
7661
|
"type": "object",
|
|
7645
7662
|
"properties": {
|
|
7646
7663
|
"mobileBackgroundColor": {
|
|
@@ -7649,7 +7666,7 @@ exports.JSONSchemas = {
|
|
|
7649
7666
|
},
|
|
7650
7667
|
"additionalProperties": false
|
|
7651
7668
|
},
|
|
7652
|
-
"DeepPartial<structure-2010376527-
|
|
7669
|
+
"DeepPartial<structure-2010376527-10685-10849-2010376527-10670-10850-2010376527-10610-10854-2010376527-10601-10855-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7653
7670
|
"type": "object",
|
|
7654
7671
|
"properties": {
|
|
7655
7672
|
"bgColor": {
|
|
@@ -7673,7 +7690,7 @@ exports.JSONSchemas = {
|
|
|
7673
7690
|
},
|
|
7674
7691
|
"additionalProperties": false
|
|
7675
7692
|
},
|
|
7676
|
-
"DeepPartial<structure-2010376527-
|
|
7693
|
+
"DeepPartial<structure-2010376527-10873-10900-2010376527-10855-10901-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7677
7694
|
"type": "object",
|
|
7678
7695
|
"properties": {
|
|
7679
7696
|
"bgColor": {
|
|
@@ -7682,28 +7699,28 @@ exports.JSONSchemas = {
|
|
|
7682
7699
|
},
|
|
7683
7700
|
"additionalProperties": false
|
|
7684
7701
|
},
|
|
7685
|
-
"DeepPartial<structure-2010376527-
|
|
7702
|
+
"DeepPartial<structure-2010376527-10910-11046-2010376527-10901-11047-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7686
7703
|
"type": "object",
|
|
7687
7704
|
"properties": {
|
|
7688
7705
|
"borderRadius": {
|
|
7689
7706
|
"type": "string"
|
|
7690
7707
|
},
|
|
7691
7708
|
"static": {
|
|
7692
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7709
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12192-12307-2010376527-0-18359%3E"
|
|
7693
7710
|
},
|
|
7694
7711
|
"hover": {
|
|
7695
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7712
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12192-12307-2010376527-0-18359%3E"
|
|
7696
7713
|
},
|
|
7697
7714
|
"focus": {
|
|
7698
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7715
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12192-12307-2010376527-0-18359%3E"
|
|
7699
7716
|
},
|
|
7700
7717
|
"disabled": {
|
|
7701
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7718
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12192-12307-2010376527-0-18359%3E"
|
|
7702
7719
|
}
|
|
7703
7720
|
},
|
|
7704
7721
|
"additionalProperties": false
|
|
7705
7722
|
},
|
|
7706
|
-
"DeepPartial<interface-2010376527-
|
|
7723
|
+
"DeepPartial<interface-2010376527-12192-12307-2010376527-0-18359>": {
|
|
7707
7724
|
"type": "object",
|
|
7708
7725
|
"properties": {
|
|
7709
7726
|
"bgColor": {
|
|
@@ -7721,28 +7738,28 @@ exports.JSONSchemas = {
|
|
|
7721
7738
|
},
|
|
7722
7739
|
"additionalProperties": false
|
|
7723
7740
|
},
|
|
7724
|
-
"DeepPartial<structure-2010376527-
|
|
7741
|
+
"DeepPartial<structure-2010376527-11059-11255-2010376527-11047-11256-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7725
7742
|
"type": "object",
|
|
7726
7743
|
"properties": {
|
|
7727
7744
|
"iconColor": {
|
|
7728
7745
|
"type": "string"
|
|
7729
7746
|
},
|
|
7730
7747
|
"static": {
|
|
7731
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7748
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12307-12396-2010376527-0-18359%3E"
|
|
7732
7749
|
},
|
|
7733
7750
|
"hover": {
|
|
7734
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7751
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12307-12396-2010376527-0-18359%3E"
|
|
7735
7752
|
},
|
|
7736
7753
|
"open": {
|
|
7737
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7754
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12307-12396-2010376527-0-18359%3E"
|
|
7738
7755
|
},
|
|
7739
7756
|
"options": {
|
|
7740
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7757
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11181-11250-2010376527-11168-11251-2010376527-11059-11255-2010376527-11047-11256-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7741
7758
|
}
|
|
7742
7759
|
},
|
|
7743
7760
|
"additionalProperties": false
|
|
7744
7761
|
},
|
|
7745
|
-
"DeepPartial<interface-2010376527-
|
|
7762
|
+
"DeepPartial<interface-2010376527-12307-12396-2010376527-0-18359>": {
|
|
7746
7763
|
"type": "object",
|
|
7747
7764
|
"properties": {
|
|
7748
7765
|
"bgColor": {
|
|
@@ -7757,19 +7774,19 @@ exports.JSONSchemas = {
|
|
|
7757
7774
|
},
|
|
7758
7775
|
"additionalProperties": false
|
|
7759
7776
|
},
|
|
7760
|
-
"DeepPartial<structure-2010376527-
|
|
7777
|
+
"DeepPartial<structure-2010376527-11181-11250-2010376527-11168-11251-2010376527-11059-11255-2010376527-11047-11256-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7761
7778
|
"type": "object",
|
|
7762
7779
|
"properties": {
|
|
7763
7780
|
"static": {
|
|
7764
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7781
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12307-12396-2010376527-0-18359%3E"
|
|
7765
7782
|
},
|
|
7766
7783
|
"hover": {
|
|
7767
|
-
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-
|
|
7784
|
+
"$ref": "#/definitions/DeepPartial%3Cinterface-2010376527-12307-12396-2010376527-0-18359%3E"
|
|
7768
7785
|
}
|
|
7769
7786
|
},
|
|
7770
7787
|
"additionalProperties": false
|
|
7771
7788
|
},
|
|
7772
|
-
"DeepPartial<structure-2010376527-
|
|
7789
|
+
"DeepPartial<structure-2010376527-11271-11302-2010376527-11256-11303-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7773
7790
|
"type": "object",
|
|
7774
7791
|
"properties": {
|
|
7775
7792
|
"borderColor": {
|
|
@@ -7778,22 +7795,22 @@ exports.JSONSchemas = {
|
|
|
7778
7795
|
},
|
|
7779
7796
|
"additionalProperties": false
|
|
7780
7797
|
},
|
|
7781
|
-
"DeepPartial<structure-2010376527-
|
|
7798
|
+
"DeepPartial<structure-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7782
7799
|
"type": "object",
|
|
7783
7800
|
"properties": {
|
|
7784
7801
|
"heading": {
|
|
7785
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7802
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11421-11450-2010376527-11408-11451-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7786
7803
|
},
|
|
7787
7804
|
"subheading": {
|
|
7788
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7805
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11467-11496-2010376527-11451-11497-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7789
7806
|
},
|
|
7790
7807
|
"bodyText": {
|
|
7791
|
-
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-
|
|
7808
|
+
"$ref": "#/definitions/DeepPartial%3Cstructure-2010376527-11511-11540-2010376527-11497-11541-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359%3E"
|
|
7792
7809
|
}
|
|
7793
7810
|
},
|
|
7794
7811
|
"additionalProperties": false
|
|
7795
7812
|
},
|
|
7796
|
-
"DeepPartial<structure-2010376527-
|
|
7813
|
+
"DeepPartial<structure-2010376527-11421-11450-2010376527-11408-11451-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7797
7814
|
"type": "object",
|
|
7798
7815
|
"properties": {
|
|
7799
7816
|
"color": {
|
|
@@ -7802,7 +7819,7 @@ exports.JSONSchemas = {
|
|
|
7802
7819
|
},
|
|
7803
7820
|
"additionalProperties": false
|
|
7804
7821
|
},
|
|
7805
|
-
"DeepPartial<structure-2010376527-
|
|
7822
|
+
"DeepPartial<structure-2010376527-11467-11496-2010376527-11451-11497-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7806
7823
|
"type": "object",
|
|
7807
7824
|
"properties": {
|
|
7808
7825
|
"color": {
|
|
@@ -7811,7 +7828,7 @@ exports.JSONSchemas = {
|
|
|
7811
7828
|
},
|
|
7812
7829
|
"additionalProperties": false
|
|
7813
7830
|
},
|
|
7814
|
-
"DeepPartial<structure-2010376527-
|
|
7831
|
+
"DeepPartial<structure-2010376527-11511-11540-2010376527-11497-11541-2010376527-11406-11545-2010376527-11399-11546-2010376527-1533-11778-2010376527-0-18359>": {
|
|
7815
7832
|
"type": "object",
|
|
7816
7833
|
"properties": {
|
|
7817
7834
|
"color": {
|