@scayle/storefront-nuxt 8.22.0 → 8.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,17 +37,17 @@ declare const SessionSchema: z.ZodObject<{
37
37
  */
38
38
  domain: z.ZodOptional<z.ZodString>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- domain?: string | undefined;
41
40
  sameSite?: "lax" | "strict" | "none" | undefined;
42
41
  maxAge?: number | undefined;
43
42
  cookieName?: string | undefined;
44
43
  secret?: string | string[] | undefined;
45
- }, {
46
44
  domain?: string | undefined;
45
+ }, {
47
46
  sameSite?: "lax" | "strict" | "none" | undefined;
48
47
  maxAge?: number | undefined;
49
48
  cookieName?: string | undefined;
50
49
  secret?: string | string[] | undefined;
50
+ domain?: string | undefined;
51
51
  }>;
52
52
  declare const SapiSchema: z.ZodObject<{
53
53
  host: z.ZodString;
@@ -129,19 +129,19 @@ declare const CheckoutShopConfigSchema: z.ZodObject<{
129
129
  cbdExpiration: z.ZodOptional<z.ZodNumber>;
130
130
  shopId: z.ZodOptional<z.ZodNumber>;
131
131
  }, "strip", z.ZodTypeAny, {
132
- user: string | number;
133
132
  secret: string;
134
133
  host: string;
135
134
  token: string;
136
- shopId?: number | undefined;
135
+ user: string | number;
137
136
  cbdExpiration?: number | undefined;
137
+ shopId?: number | undefined;
138
138
  }, {
139
- user: string | number;
140
139
  secret: string;
141
140
  host: string;
142
141
  token: string;
143
- shopId?: number | undefined;
142
+ user: string | number;
144
143
  cbdExpiration?: number | undefined;
144
+ shopId?: number | undefined;
145
145
  }>;
146
146
  declare const ShopConfigSchema: z.ZodObject<{
147
147
  idp: z.ZodOptional<z.ZodObject<{
@@ -177,19 +177,19 @@ declare const ShopConfigSchema: z.ZodObject<{
177
177
  cbdExpiration: z.ZodOptional<z.ZodNumber>;
178
178
  shopId: z.ZodOptional<z.ZodNumber>;
179
179
  }, "strip", z.ZodTypeAny, {
180
- user: string | number;
181
180
  secret: string;
182
181
  host: string;
183
182
  token: string;
184
- shopId?: number | undefined;
183
+ user: string | number;
185
184
  cbdExpiration?: number | undefined;
185
+ shopId?: number | undefined;
186
186
  }, {
187
- user: string | number;
188
187
  secret: string;
189
188
  host: string;
190
189
  token: string;
191
- shopId?: number | undefined;
190
+ user: string | number;
192
191
  cbdExpiration?: number | undefined;
192
+ shopId?: number | undefined;
193
193
  }>;
194
194
  appKeys: z.ZodOptional<z.ZodObject<{
195
195
  wishlistKey: z.ZodString;
@@ -229,17 +229,17 @@ declare const ShopConfigSchema: z.ZodObject<{
229
229
  */
230
230
  domain: z.ZodOptional<z.ZodString>;
231
231
  }, "strip", z.ZodTypeAny, {
232
- domain?: string | undefined;
233
232
  sameSite?: "lax" | "strict" | "none" | undefined;
234
233
  maxAge?: number | undefined;
235
234
  cookieName?: string | undefined;
236
235
  secret?: string | string[] | undefined;
237
- }, {
238
236
  domain?: string | undefined;
237
+ }, {
239
238
  sameSite?: "lax" | "strict" | "none" | undefined;
240
239
  maxAge?: number | undefined;
241
240
  cookieName?: string | undefined;
242
241
  secret?: string | string[] | undefined;
242
+ domain?: string | undefined;
243
243
  }>>;
244
244
  sapi: z.ZodOptional<z.ZodObject<{
245
245
  host: z.ZodString;
@@ -423,27 +423,27 @@ declare const ShopConfigSchema: z.ZodObject<{
423
423
  }>>;
424
424
  isDefault: z.ZodUnion<[z.ZodOptional<z.ZodBoolean>, z.ZodEffects<z.ZodString, "", string>]>;
425
425
  }, "strip", z.ZodTypeAny, {
426
+ shopId: number;
426
427
  locale: string;
428
+ auth: {
429
+ resetPasswordUrl: string;
430
+ };
431
+ currency: string;
427
432
  checkout: {
428
- user: string | number;
429
433
  secret: string;
430
434
  host: string;
431
435
  token: string;
432
- shopId?: number | undefined;
436
+ user: string | number;
433
437
  cbdExpiration?: number | undefined;
438
+ shopId?: number | undefined;
434
439
  };
435
- shopId: number;
436
- auth: {
437
- resetPasswordUrl: string;
438
- };
439
- currency: string;
440
+ path?: string | string[] | undefined;
440
441
  domain?: string | undefined;
441
442
  idp?: {
442
443
  enabled: boolean;
443
444
  idpKeys: string[];
444
445
  idpRedirectURL: string;
445
446
  } | undefined;
446
- path?: string | string[] | undefined;
447
447
  appKeys?: {
448
448
  wishlistKey: string;
449
449
  basketKey: string;
@@ -452,11 +452,11 @@ declare const ShopConfigSchema: z.ZodObject<{
452
452
  currencyFractionDigits?: number | undefined;
453
453
  isEnabled?: boolean | undefined;
454
454
  sessionConfig?: {
455
- domain?: string | undefined;
456
455
  sameSite?: "lax" | "strict" | "none" | undefined;
457
456
  maxAge?: number | undefined;
458
457
  cookieName?: string | undefined;
459
458
  secret?: string | string[] | undefined;
459
+ domain?: string | undefined;
460
460
  } | undefined;
461
461
  sapi?: {
462
462
  host: string;
@@ -500,27 +500,27 @@ declare const ShopConfigSchema: z.ZodObject<{
500
500
  } | undefined;
501
501
  isDefault?: boolean | "" | undefined;
502
502
  }, {
503
+ shopId: number;
503
504
  locale: string;
505
+ auth: {
506
+ resetPasswordUrl: string;
507
+ };
508
+ currency: string;
504
509
  checkout: {
505
- user: string | number;
506
510
  secret: string;
507
511
  host: string;
508
512
  token: string;
509
- shopId?: number | undefined;
513
+ user: string | number;
510
514
  cbdExpiration?: number | undefined;
515
+ shopId?: number | undefined;
511
516
  };
512
- shopId: number;
513
- auth: {
514
- resetPasswordUrl: string;
515
- };
516
- currency: string;
517
+ path?: string | string[] | undefined;
517
518
  domain?: string | undefined;
518
519
  idp?: {
519
520
  enabled: boolean;
520
521
  idpKeys: string[];
521
522
  idpRedirectURL: string;
522
523
  } | undefined;
523
- path?: string | string[] | undefined;
524
524
  appKeys?: {
525
525
  wishlistKey: string;
526
526
  basketKey: string;
@@ -529,11 +529,11 @@ declare const ShopConfigSchema: z.ZodObject<{
529
529
  currencyFractionDigits?: number | undefined;
530
530
  isEnabled?: boolean | undefined;
531
531
  sessionConfig?: {
532
- domain?: string | undefined;
533
532
  sameSite?: "lax" | "strict" | "none" | undefined;
534
533
  maxAge?: number | undefined;
535
534
  cookieName?: string | undefined;
536
535
  secret?: string | string[] | undefined;
536
+ domain?: string | undefined;
537
537
  } | undefined;
538
538
  sapi?: {
539
539
  host: string;
@@ -603,17 +603,17 @@ declare const StorefrontConfigSchema: z.ZodObject<{
603
603
  */
604
604
  domain: z.ZodOptional<z.ZodString>;
605
605
  }, "strip", z.ZodTypeAny, {
606
- domain?: string | undefined;
607
606
  sameSite?: "lax" | "strict" | "none" | undefined;
608
607
  maxAge?: number | undefined;
609
608
  cookieName?: string | undefined;
610
609
  secret?: string | string[] | undefined;
611
- }, {
612
610
  domain?: string | undefined;
611
+ }, {
613
612
  sameSite?: "lax" | "strict" | "none" | undefined;
614
613
  maxAge?: number | undefined;
615
614
  cookieName?: string | undefined;
616
615
  secret?: string | string[] | undefined;
616
+ domain?: string | undefined;
617
617
  }>>;
618
618
  storage: z.ZodOptional<z.ZodObject<{
619
619
  session: z.ZodOptional<z.ZodDiscriminatedUnion<"driver", [z.ZodObject<{
@@ -825,17 +825,17 @@ declare const StorefrontConfigSchema: z.ZodObject<{
825
825
  }>>;
826
826
  enabled: z.ZodOptional<z.ZodBoolean>;
827
827
  }, "strip", z.ZodTypeAny, {
828
+ enabled?: boolean | undefined;
828
829
  auth?: {
829
830
  username: string;
830
831
  password: string;
831
832
  } | undefined;
832
- enabled?: boolean | undefined;
833
833
  }, {
834
+ enabled?: boolean | undefined;
834
835
  auth?: {
835
836
  username: string;
836
837
  password: string;
837
838
  } | undefined;
838
- enabled?: boolean | undefined;
839
839
  }>>;
840
840
  publicShopData: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
841
841
  idp: z.ZodOptional<z.ZodObject<{
@@ -872,11 +872,6 @@ declare const StorefrontConfigSchema: z.ZodObject<{
872
872
  /** Undocumented property intended for internal usage only */
873
873
  internalAccessHeader: z.ZodOptional<z.ZodString>;
874
874
  }, "strip", z.ZodTypeAny, {
875
- oauth: {
876
- apiHost: string;
877
- clientId: string | number;
878
- clientSecret: string;
879
- };
880
875
  appKeys: {
881
876
  wishlistKey: string;
882
877
  basketKey: string;
@@ -886,25 +881,29 @@ declare const StorefrontConfigSchema: z.ZodObject<{
886
881
  host: string;
887
882
  token: string;
888
883
  };
884
+ oauth: {
885
+ apiHost: string;
886
+ clientId: string | number;
887
+ clientSecret: string;
888
+ };
889
889
  idp?: {
890
890
  enabled: boolean;
891
891
  idpKeys: string[];
892
892
  idpRedirectURL: string;
893
893
  } | undefined;
894
- internalAccessHeader?: string | undefined;
895
894
  session?: {
896
- domain?: string | undefined;
897
895
  sameSite?: "lax" | "strict" | "none" | undefined;
898
896
  maxAge?: number | undefined;
899
897
  cookieName?: string | undefined;
900
898
  secret?: string | string[] | undefined;
899
+ domain?: string | undefined;
901
900
  } | undefined;
902
901
  cache?: {
902
+ enabled?: boolean | undefined;
903
903
  auth?: {
904
904
  username: string;
905
905
  password: string;
906
906
  } | undefined;
907
- enabled?: boolean | undefined;
908
907
  } | undefined;
909
908
  storage?: {
910
909
  session?: {
@@ -947,12 +946,8 @@ declare const StorefrontConfigSchema: z.ZodObject<{
947
946
  legacy?: {
948
947
  enableSessionMigration?: boolean | undefined;
949
948
  } | undefined;
949
+ internalAccessHeader?: string | undefined;
950
950
  }, {
951
- oauth: {
952
- apiHost: string;
953
- clientId: string | number;
954
- clientSecret: string;
955
- };
956
951
  appKeys: {
957
952
  wishlistKey: string;
958
953
  basketKey: string;
@@ -962,25 +957,29 @@ declare const StorefrontConfigSchema: z.ZodObject<{
962
957
  host: string;
963
958
  token: string;
964
959
  };
960
+ oauth: {
961
+ apiHost: string;
962
+ clientId: string | number;
963
+ clientSecret: string;
964
+ };
965
965
  idp?: {
966
966
  enabled: boolean;
967
967
  idpKeys: string[];
968
968
  idpRedirectURL: string;
969
969
  } | undefined;
970
- internalAccessHeader?: string | undefined;
971
970
  session?: {
972
- domain?: string | undefined;
973
971
  sameSite?: "lax" | "strict" | "none" | undefined;
974
972
  maxAge?: number | undefined;
975
973
  cookieName?: string | undefined;
976
974
  secret?: string | string[] | undefined;
975
+ domain?: string | undefined;
977
976
  } | undefined;
978
977
  cache?: {
978
+ enabled?: boolean | undefined;
979
979
  auth?: {
980
980
  username: string;
981
981
  password: string;
982
982
  } | undefined;
983
- enabled?: boolean | undefined;
984
983
  } | undefined;
985
984
  storage?: {
986
985
  session?: {
@@ -1023,6 +1022,7 @@ declare const StorefrontConfigSchema: z.ZodObject<{
1023
1022
  legacy?: {
1024
1023
  enableSessionMigration?: boolean | undefined;
1025
1024
  } | undefined;
1025
+ internalAccessHeader?: string | undefined;
1026
1026
  }>;
1027
1027
  declare const PublicRuntimeConfigSchema: z.ZodObject<{
1028
1028
  log: z.ZodObject<{
@@ -1120,19 +1120,19 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1120
1120
  cbdExpiration: z.ZodOptional<z.ZodNumber>;
1121
1121
  shopId: z.ZodOptional<z.ZodNumber>;
1122
1122
  }, "strip", z.ZodTypeAny, {
1123
- user: string | number;
1124
1123
  secret: string;
1125
1124
  host: string;
1126
1125
  token: string;
1127
- shopId?: number | undefined;
1126
+ user: string | number;
1128
1127
  cbdExpiration?: number | undefined;
1128
+ shopId?: number | undefined;
1129
1129
  }, {
1130
- user: string | number;
1131
1130
  secret: string;
1132
1131
  host: string;
1133
1132
  token: string;
1134
- shopId?: number | undefined;
1133
+ user: string | number;
1135
1134
  cbdExpiration?: number | undefined;
1135
+ shopId?: number | undefined;
1136
1136
  }>;
1137
1137
  appKeys: z.ZodOptional<z.ZodObject<{
1138
1138
  wishlistKey: z.ZodString;
@@ -1172,17 +1172,17 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1172
1172
  */
1173
1173
  domain: z.ZodOptional<z.ZodString>;
1174
1174
  }, "strip", z.ZodTypeAny, {
1175
- domain?: string | undefined;
1176
1175
  sameSite?: "lax" | "strict" | "none" | undefined;
1177
1176
  maxAge?: number | undefined;
1178
1177
  cookieName?: string | undefined;
1179
1178
  secret?: string | string[] | undefined;
1180
- }, {
1181
1179
  domain?: string | undefined;
1180
+ }, {
1182
1181
  sameSite?: "lax" | "strict" | "none" | undefined;
1183
1182
  maxAge?: number | undefined;
1184
1183
  cookieName?: string | undefined;
1185
1184
  secret?: string | string[] | undefined;
1185
+ domain?: string | undefined;
1186
1186
  }>>;
1187
1187
  sapi: z.ZodOptional<z.ZodObject<{
1188
1188
  host: z.ZodString;
@@ -1366,27 +1366,27 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1366
1366
  }>>;
1367
1367
  isDefault: z.ZodUnion<[z.ZodOptional<z.ZodBoolean>, z.ZodEffects<z.ZodString, "", string>]>;
1368
1368
  }, "strip", z.ZodTypeAny, {
1369
+ shopId: number;
1369
1370
  locale: string;
1371
+ auth: {
1372
+ resetPasswordUrl: string;
1373
+ };
1374
+ currency: string;
1370
1375
  checkout: {
1371
- user: string | number;
1372
1376
  secret: string;
1373
1377
  host: string;
1374
1378
  token: string;
1375
- shopId?: number | undefined;
1379
+ user: string | number;
1376
1380
  cbdExpiration?: number | undefined;
1381
+ shopId?: number | undefined;
1377
1382
  };
1378
- shopId: number;
1379
- auth: {
1380
- resetPasswordUrl: string;
1381
- };
1382
- currency: string;
1383
+ path?: string | string[] | undefined;
1383
1384
  domain?: string | undefined;
1384
1385
  idp?: {
1385
1386
  enabled: boolean;
1386
1387
  idpKeys: string[];
1387
1388
  idpRedirectURL: string;
1388
1389
  } | undefined;
1389
- path?: string | string[] | undefined;
1390
1390
  appKeys?: {
1391
1391
  wishlistKey: string;
1392
1392
  basketKey: string;
@@ -1395,11 +1395,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1395
1395
  currencyFractionDigits?: number | undefined;
1396
1396
  isEnabled?: boolean | undefined;
1397
1397
  sessionConfig?: {
1398
- domain?: string | undefined;
1399
1398
  sameSite?: "lax" | "strict" | "none" | undefined;
1400
1399
  maxAge?: number | undefined;
1401
1400
  cookieName?: string | undefined;
1402
1401
  secret?: string | string[] | undefined;
1402
+ domain?: string | undefined;
1403
1403
  } | undefined;
1404
1404
  sapi?: {
1405
1405
  host: string;
@@ -1443,27 +1443,27 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1443
1443
  } | undefined;
1444
1444
  isDefault?: boolean | "" | undefined;
1445
1445
  }, {
1446
+ shopId: number;
1446
1447
  locale: string;
1448
+ auth: {
1449
+ resetPasswordUrl: string;
1450
+ };
1451
+ currency: string;
1447
1452
  checkout: {
1448
- user: string | number;
1449
1453
  secret: string;
1450
1454
  host: string;
1451
1455
  token: string;
1452
- shopId?: number | undefined;
1456
+ user: string | number;
1453
1457
  cbdExpiration?: number | undefined;
1458
+ shopId?: number | undefined;
1454
1459
  };
1455
- shopId: number;
1456
- auth: {
1457
- resetPasswordUrl: string;
1458
- };
1459
- currency: string;
1460
+ path?: string | string[] | undefined;
1460
1461
  domain?: string | undefined;
1461
1462
  idp?: {
1462
1463
  enabled: boolean;
1463
1464
  idpKeys: string[];
1464
1465
  idpRedirectURL: string;
1465
1466
  } | undefined;
1466
- path?: string | string[] | undefined;
1467
1467
  appKeys?: {
1468
1468
  wishlistKey: string;
1469
1469
  basketKey: string;
@@ -1472,11 +1472,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1472
1472
  currencyFractionDigits?: number | undefined;
1473
1473
  isEnabled?: boolean | undefined;
1474
1474
  sessionConfig?: {
1475
- domain?: string | undefined;
1476
1475
  sameSite?: "lax" | "strict" | "none" | undefined;
1477
1476
  maxAge?: number | undefined;
1478
1477
  cookieName?: string | undefined;
1479
1478
  secret?: string | string[] | undefined;
1479
+ domain?: string | undefined;
1480
1480
  } | undefined;
1481
1481
  sapi?: {
1482
1482
  host: string;
@@ -1521,29 +1521,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1521
1521
  isDefault?: string | boolean | undefined;
1522
1522
  }>>;
1523
1523
  }, "strip", z.ZodTypeAny, {
1524
- shopSelector: "domain" | "path" | "path_or_default";
1524
+ shopSelector: "path" | "domain" | "path_or_default";
1525
1525
  shops: Record<string, {
1526
+ shopId: number;
1526
1527
  locale: string;
1528
+ auth: {
1529
+ resetPasswordUrl: string;
1530
+ };
1531
+ currency: string;
1527
1532
  checkout: {
1528
- user: string | number;
1529
1533
  secret: string;
1530
1534
  host: string;
1531
1535
  token: string;
1532
- shopId?: number | undefined;
1536
+ user: string | number;
1533
1537
  cbdExpiration?: number | undefined;
1538
+ shopId?: number | undefined;
1534
1539
  };
1535
- shopId: number;
1536
- auth: {
1537
- resetPasswordUrl: string;
1538
- };
1539
- currency: string;
1540
+ path?: string | string[] | undefined;
1540
1541
  domain?: string | undefined;
1541
1542
  idp?: {
1542
1543
  enabled: boolean;
1543
1544
  idpKeys: string[];
1544
1545
  idpRedirectURL: string;
1545
1546
  } | undefined;
1546
- path?: string | string[] | undefined;
1547
1547
  appKeys?: {
1548
1548
  wishlistKey: string;
1549
1549
  basketKey: string;
@@ -1552,11 +1552,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1552
1552
  currencyFractionDigits?: number | undefined;
1553
1553
  isEnabled?: boolean | undefined;
1554
1554
  sessionConfig?: {
1555
- domain?: string | undefined;
1556
1555
  sameSite?: "lax" | "strict" | "none" | undefined;
1557
1556
  maxAge?: number | undefined;
1558
1557
  cookieName?: string | undefined;
1559
1558
  secret?: string | string[] | undefined;
1559
+ domain?: string | undefined;
1560
1560
  } | undefined;
1561
1561
  sapi?: {
1562
1562
  host: string;
@@ -1606,29 +1606,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1606
1606
  strategy?: "before-request" | "on-missing" | undefined;
1607
1607
  } | undefined;
1608
1608
  }, {
1609
- shopSelector: "domain" | "path" | "path_or_default";
1609
+ shopSelector: "path" | "domain" | "path_or_default";
1610
1610
  shops: Record<string, {
1611
+ shopId: number;
1611
1612
  locale: string;
1613
+ auth: {
1614
+ resetPasswordUrl: string;
1615
+ };
1616
+ currency: string;
1612
1617
  checkout: {
1613
- user: string | number;
1614
1618
  secret: string;
1615
1619
  host: string;
1616
1620
  token: string;
1617
- shopId?: number | undefined;
1621
+ user: string | number;
1618
1622
  cbdExpiration?: number | undefined;
1623
+ shopId?: number | undefined;
1619
1624
  };
1620
- shopId: number;
1621
- auth: {
1622
- resetPasswordUrl: string;
1623
- };
1624
- currency: string;
1625
+ path?: string | string[] | undefined;
1625
1626
  domain?: string | undefined;
1626
1627
  idp?: {
1627
1628
  enabled: boolean;
1628
1629
  idpKeys: string[];
1629
1630
  idpRedirectURL: string;
1630
1631
  } | undefined;
1631
- path?: string | string[] | undefined;
1632
1632
  appKeys?: {
1633
1633
  wishlistKey: string;
1634
1634
  basketKey: string;
@@ -1637,11 +1637,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1637
1637
  currencyFractionDigits?: number | undefined;
1638
1638
  isEnabled?: boolean | undefined;
1639
1639
  sessionConfig?: {
1640
- domain?: string | undefined;
1641
1640
  sameSite?: "lax" | "strict" | "none" | undefined;
1642
1641
  maxAge?: number | undefined;
1643
1642
  cookieName?: string | undefined;
1644
1643
  secret?: string | string[] | undefined;
1644
+ domain?: string | undefined;
1645
1645
  } | undefined;
1646
1646
  sapi?: {
1647
1647
  host: string;
@@ -1714,17 +1714,17 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1714
1714
  */
1715
1715
  domain: z.ZodOptional<z.ZodString>;
1716
1716
  }, "strip", z.ZodTypeAny, {
1717
- domain?: string | undefined;
1718
1717
  sameSite?: "lax" | "strict" | "none" | undefined;
1719
1718
  maxAge?: number | undefined;
1720
1719
  cookieName?: string | undefined;
1721
1720
  secret?: string | string[] | undefined;
1722
- }, {
1723
1721
  domain?: string | undefined;
1722
+ }, {
1724
1723
  sameSite?: "lax" | "strict" | "none" | undefined;
1725
1724
  maxAge?: number | undefined;
1726
1725
  cookieName?: string | undefined;
1727
1726
  secret?: string | string[] | undefined;
1727
+ domain?: string | undefined;
1728
1728
  }>>;
1729
1729
  storage: z.ZodOptional<z.ZodObject<{
1730
1730
  session: z.ZodOptional<z.ZodDiscriminatedUnion<"driver", [z.ZodObject<{
@@ -1936,17 +1936,17 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1936
1936
  }>>;
1937
1937
  enabled: z.ZodOptional<z.ZodBoolean>;
1938
1938
  }, "strip", z.ZodTypeAny, {
1939
+ enabled?: boolean | undefined;
1939
1940
  auth?: {
1940
1941
  username: string;
1941
1942
  password: string;
1942
1943
  } | undefined;
1943
- enabled?: boolean | undefined;
1944
1944
  }, {
1945
+ enabled?: boolean | undefined;
1945
1946
  auth?: {
1946
1947
  username: string;
1947
1948
  password: string;
1948
1949
  } | undefined;
1949
- enabled?: boolean | undefined;
1950
1950
  }>>;
1951
1951
  publicShopData: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1952
1952
  idp: z.ZodOptional<z.ZodObject<{
@@ -1983,11 +1983,6 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1983
1983
  /** Undocumented property intended for internal usage only */
1984
1984
  internalAccessHeader: z.ZodOptional<z.ZodString>;
1985
1985
  }, "strip", z.ZodTypeAny, {
1986
- oauth: {
1987
- apiHost: string;
1988
- clientId: string | number;
1989
- clientSecret: string;
1990
- };
1991
1986
  appKeys: {
1992
1987
  wishlistKey: string;
1993
1988
  basketKey: string;
@@ -1997,25 +1992,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
1997
1992
  host: string;
1998
1993
  token: string;
1999
1994
  };
1995
+ oauth: {
1996
+ apiHost: string;
1997
+ clientId: string | number;
1998
+ clientSecret: string;
1999
+ };
2000
2000
  idp?: {
2001
2001
  enabled: boolean;
2002
2002
  idpKeys: string[];
2003
2003
  idpRedirectURL: string;
2004
2004
  } | undefined;
2005
- internalAccessHeader?: string | undefined;
2006
2005
  session?: {
2007
- domain?: string | undefined;
2008
2006
  sameSite?: "lax" | "strict" | "none" | undefined;
2009
2007
  maxAge?: number | undefined;
2010
2008
  cookieName?: string | undefined;
2011
2009
  secret?: string | string[] | undefined;
2010
+ domain?: string | undefined;
2012
2011
  } | undefined;
2013
2012
  cache?: {
2013
+ enabled?: boolean | undefined;
2014
2014
  auth?: {
2015
2015
  username: string;
2016
2016
  password: string;
2017
2017
  } | undefined;
2018
- enabled?: boolean | undefined;
2019
2018
  } | undefined;
2020
2019
  storage?: {
2021
2020
  session?: {
@@ -2058,12 +2057,8 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2058
2057
  legacy?: {
2059
2058
  enableSessionMigration?: boolean | undefined;
2060
2059
  } | undefined;
2060
+ internalAccessHeader?: string | undefined;
2061
2061
  }, {
2062
- oauth: {
2063
- apiHost: string;
2064
- clientId: string | number;
2065
- clientSecret: string;
2066
- };
2067
2062
  appKeys: {
2068
2063
  wishlistKey: string;
2069
2064
  basketKey: string;
@@ -2073,25 +2068,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2073
2068
  host: string;
2074
2069
  token: string;
2075
2070
  };
2071
+ oauth: {
2072
+ apiHost: string;
2073
+ clientId: string | number;
2074
+ clientSecret: string;
2075
+ };
2076
2076
  idp?: {
2077
2077
  enabled: boolean;
2078
2078
  idpKeys: string[];
2079
2079
  idpRedirectURL: string;
2080
2080
  } | undefined;
2081
- internalAccessHeader?: string | undefined;
2082
2081
  session?: {
2083
- domain?: string | undefined;
2084
2082
  sameSite?: "lax" | "strict" | "none" | undefined;
2085
2083
  maxAge?: number | undefined;
2086
2084
  cookieName?: string | undefined;
2087
2085
  secret?: string | string[] | undefined;
2086
+ domain?: string | undefined;
2088
2087
  } | undefined;
2089
2088
  cache?: {
2089
+ enabled?: boolean | undefined;
2090
2090
  auth?: {
2091
2091
  username: string;
2092
2092
  password: string;
2093
2093
  } | undefined;
2094
- enabled?: boolean | undefined;
2095
2094
  } | undefined;
2096
2095
  storage?: {
2097
2096
  session?: {
@@ -2134,6 +2133,7 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2134
2133
  legacy?: {
2135
2134
  enableSessionMigration?: boolean | undefined;
2136
2135
  } | undefined;
2136
+ internalAccessHeader?: string | undefined;
2137
2137
  }>>;
2138
2138
  public: z.ZodObject<{
2139
2139
  storefront: z.ZodObject<{
@@ -2209,29 +2209,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2209
2209
  }>;
2210
2210
  }, "strip", z.ZodTypeAny, {
2211
2211
  storefront: {
2212
- shopSelector: "domain" | "path" | "path_or_default";
2212
+ shopSelector: "path" | "domain" | "path_or_default";
2213
2213
  shops: Record<string, {
2214
+ shopId: number;
2214
2215
  locale: string;
2216
+ auth: {
2217
+ resetPasswordUrl: string;
2218
+ };
2219
+ currency: string;
2215
2220
  checkout: {
2216
- user: string | number;
2217
2221
  secret: string;
2218
2222
  host: string;
2219
2223
  token: string;
2220
- shopId?: number | undefined;
2224
+ user: string | number;
2221
2225
  cbdExpiration?: number | undefined;
2226
+ shopId?: number | undefined;
2222
2227
  };
2223
- shopId: number;
2224
- auth: {
2225
- resetPasswordUrl: string;
2226
- };
2227
- currency: string;
2228
+ path?: string | string[] | undefined;
2228
2229
  domain?: string | undefined;
2229
2230
  idp?: {
2230
2231
  enabled: boolean;
2231
2232
  idpKeys: string[];
2232
2233
  idpRedirectURL: string;
2233
2234
  } | undefined;
2234
- path?: string | string[] | undefined;
2235
2235
  appKeys?: {
2236
2236
  wishlistKey: string;
2237
2237
  basketKey: string;
@@ -2240,11 +2240,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2240
2240
  currencyFractionDigits?: number | undefined;
2241
2241
  isEnabled?: boolean | undefined;
2242
2242
  sessionConfig?: {
2243
- domain?: string | undefined;
2244
2243
  sameSite?: "lax" | "strict" | "none" | undefined;
2245
2244
  maxAge?: number | undefined;
2246
2245
  cookieName?: string | undefined;
2247
2246
  secret?: string | string[] | undefined;
2247
+ domain?: string | undefined;
2248
2248
  } | undefined;
2249
2249
  sapi?: {
2250
2250
  host: string;
@@ -2294,11 +2294,6 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2294
2294
  strategy?: "before-request" | "on-missing" | undefined;
2295
2295
  } | undefined;
2296
2296
  } & {
2297
- oauth: {
2298
- apiHost: string;
2299
- clientId: string | number;
2300
- clientSecret: string;
2301
- };
2302
2297
  appKeys: {
2303
2298
  wishlistKey: string;
2304
2299
  basketKey: string;
@@ -2308,25 +2303,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2308
2303
  host: string;
2309
2304
  token: string;
2310
2305
  };
2306
+ oauth: {
2307
+ apiHost: string;
2308
+ clientId: string | number;
2309
+ clientSecret: string;
2310
+ };
2311
2311
  idp?: {
2312
2312
  enabled: boolean;
2313
2313
  idpKeys: string[];
2314
2314
  idpRedirectURL: string;
2315
2315
  } | undefined;
2316
- internalAccessHeader?: string | undefined;
2317
2316
  session?: {
2318
- domain?: string | undefined;
2319
2317
  sameSite?: "lax" | "strict" | "none" | undefined;
2320
2318
  maxAge?: number | undefined;
2321
2319
  cookieName?: string | undefined;
2322
2320
  secret?: string | string[] | undefined;
2321
+ domain?: string | undefined;
2323
2322
  } | undefined;
2324
2323
  cache?: {
2324
+ enabled?: boolean | undefined;
2325
2325
  auth?: {
2326
2326
  username: string;
2327
2327
  password: string;
2328
2328
  } | undefined;
2329
- enabled?: boolean | undefined;
2330
2329
  } | undefined;
2331
2330
  storage?: {
2332
2331
  session?: {
@@ -2369,6 +2368,7 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2369
2368
  legacy?: {
2370
2369
  enableSessionMigration?: boolean | undefined;
2371
2370
  } | undefined;
2371
+ internalAccessHeader?: string | undefined;
2372
2372
  };
2373
2373
  public: {
2374
2374
  storefront: {
@@ -2385,29 +2385,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2385
2385
  };
2386
2386
  }, {
2387
2387
  storefront: {
2388
- shopSelector: "domain" | "path" | "path_or_default";
2388
+ shopSelector: "path" | "domain" | "path_or_default";
2389
2389
  shops: Record<string, {
2390
+ shopId: number;
2390
2391
  locale: string;
2392
+ auth: {
2393
+ resetPasswordUrl: string;
2394
+ };
2395
+ currency: string;
2391
2396
  checkout: {
2392
- user: string | number;
2393
2397
  secret: string;
2394
2398
  host: string;
2395
2399
  token: string;
2396
- shopId?: number | undefined;
2400
+ user: string | number;
2397
2401
  cbdExpiration?: number | undefined;
2402
+ shopId?: number | undefined;
2398
2403
  };
2399
- shopId: number;
2400
- auth: {
2401
- resetPasswordUrl: string;
2402
- };
2403
- currency: string;
2404
+ path?: string | string[] | undefined;
2404
2405
  domain?: string | undefined;
2405
2406
  idp?: {
2406
2407
  enabled: boolean;
2407
2408
  idpKeys: string[];
2408
2409
  idpRedirectURL: string;
2409
2410
  } | undefined;
2410
- path?: string | string[] | undefined;
2411
2411
  appKeys?: {
2412
2412
  wishlistKey: string;
2413
2413
  basketKey: string;
@@ -2416,11 +2416,11 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2416
2416
  currencyFractionDigits?: number | undefined;
2417
2417
  isEnabled?: boolean | undefined;
2418
2418
  sessionConfig?: {
2419
- domain?: string | undefined;
2420
2419
  sameSite?: "lax" | "strict" | "none" | undefined;
2421
2420
  maxAge?: number | undefined;
2422
2421
  cookieName?: string | undefined;
2423
2422
  secret?: string | string[] | undefined;
2423
+ domain?: string | undefined;
2424
2424
  } | undefined;
2425
2425
  sapi?: {
2426
2426
  host: string;
@@ -2470,11 +2470,6 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2470
2470
  strategy?: "before-request" | "on-missing" | undefined;
2471
2471
  } | undefined;
2472
2472
  } & {
2473
- oauth: {
2474
- apiHost: string;
2475
- clientId: string | number;
2476
- clientSecret: string;
2477
- };
2478
2473
  appKeys: {
2479
2474
  wishlistKey: string;
2480
2475
  basketKey: string;
@@ -2484,25 +2479,29 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2484
2479
  host: string;
2485
2480
  token: string;
2486
2481
  };
2482
+ oauth: {
2483
+ apiHost: string;
2484
+ clientId: string | number;
2485
+ clientSecret: string;
2486
+ };
2487
2487
  idp?: {
2488
2488
  enabled: boolean;
2489
2489
  idpKeys: string[];
2490
2490
  idpRedirectURL: string;
2491
2491
  } | undefined;
2492
- internalAccessHeader?: string | undefined;
2493
2492
  session?: {
2494
- domain?: string | undefined;
2495
2493
  sameSite?: "lax" | "strict" | "none" | undefined;
2496
2494
  maxAge?: number | undefined;
2497
2495
  cookieName?: string | undefined;
2498
2496
  secret?: string | string[] | undefined;
2497
+ domain?: string | undefined;
2499
2498
  } | undefined;
2500
2499
  cache?: {
2500
+ enabled?: boolean | undefined;
2501
2501
  auth?: {
2502
2502
  username: string;
2503
2503
  password: string;
2504
2504
  } | undefined;
2505
- enabled?: boolean | undefined;
2506
2505
  } | undefined;
2507
2506
  storage?: {
2508
2507
  session?: {
@@ -2545,6 +2544,7 @@ export declare const RuntimeConfigSchema: z.ZodObject<{
2545
2544
  legacy?: {
2546
2545
  enableSessionMigration?: boolean | undefined;
2547
2546
  } | undefined;
2547
+ internalAccessHeader?: string | undefined;
2548
2548
  };
2549
2549
  public: {
2550
2550
  storefront: {