@shopware-ag/acceptance-test-suite 12.1.5 → 12.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1333,7 +1333,7 @@ declare const BUNDLED_RESOURCES: {
1333
1333
  language: string;
1334
1334
  };
1335
1335
  bulkEdit: {
1336
- title: string;
1336
+ headline: string;
1337
1337
  applyChanges: string;
1338
1338
  success: string;
1339
1339
  close: string;
@@ -1613,6 +1613,9 @@ declare const BUNDLED_RESOURCES: {
1613
1613
  fields: {
1614
1614
  priority: string;
1615
1615
  };
1616
+ sidebar: {
1617
+ refresh: string;
1618
+ };
1616
1619
  };
1617
1620
  readonly 'administration/rule': {
1618
1621
  buttons: {
@@ -1625,6 +1628,7 @@ declare const BUNDLED_RESOURCES: {
1625
1628
  fields: {
1626
1629
  name: string;
1627
1630
  priority: string;
1631
+ description: string;
1628
1632
  };
1629
1633
  errors: {
1630
1634
  unknownRuleType: string;
@@ -1632,6 +1636,10 @@ declare const BUNDLED_RESOURCES: {
1632
1636
  testData: {
1633
1637
  ruleDescription: string;
1634
1638
  };
1639
+ text: {
1640
+ ruleNotInUse: string;
1641
+ filter: string;
1642
+ };
1635
1643
  };
1636
1644
  readonly 'administration/settings': {
1637
1645
  header: {
@@ -1697,6 +1705,12 @@ declare const BUNDLED_RESOURCES: {
1697
1705
  install: string;
1698
1706
  installMigrationAssistant: string;
1699
1707
  installDemoData: string;
1708
+ next: string;
1709
+ skip: string;
1710
+ finish: string;
1711
+ back: string;
1712
+ configureLater: string;
1713
+ configureOwnSmtpServer: string;
1700
1714
  };
1701
1715
  headers: {
1702
1716
  dataImport: string;
@@ -1712,17 +1726,26 @@ declare const BUNDLED_RESOURCES: {
1712
1726
  host: string;
1713
1727
  port: string;
1714
1728
  username: string;
1729
+ password: string;
1715
1730
  senderAddress: string;
1716
1731
  deliveryAddress: string;
1717
1732
  disableEmailDelivery: string;
1718
1733
  };
1719
1734
  placeholders: {
1720
1735
  selectSalesChannels: string;
1736
+ enterEmailAddress: string;
1737
+ enterPassword: string;
1721
1738
  };
1722
1739
  regions: {
1723
1740
  germanRegion: string;
1724
1741
  tools: string;
1725
1742
  };
1743
+ text: {
1744
+ smtpServer: string;
1745
+ globalRecommendations: string;
1746
+ allDone: string;
1747
+ forgotPassword: string;
1748
+ };
1726
1749
  };
1727
1750
  readonly 'administration/shopwareServices': {
1728
1751
  headings: {
@@ -1801,6 +1824,17 @@ declare const BUNDLED_RESOURCES: {
1801
1824
  large: string;
1802
1825
  };
1803
1826
  };
1827
+ readonly 'administration/salesChannel': {
1828
+ tabs: {
1829
+ general: string;
1830
+ products: string;
1831
+ theme: string;
1832
+ analytics: string;
1833
+ };
1834
+ buttons: {
1835
+ addDomain: string;
1836
+ };
1837
+ };
1804
1838
  readonly 'storefront/account': {
1805
1839
  common: {
1806
1840
  salutation: string;
@@ -1877,6 +1911,7 @@ declare const BUNDLED_RESOURCES: {
1877
1911
  newsletterRegistrationSuccess: string;
1878
1912
  cannotDeliverToCountry: string;
1879
1913
  shippingNotPossible: string;
1914
+ customerGroupAccessRequested: string;
1880
1915
  };
1881
1916
  navigation: {
1882
1917
  overview: string;
@@ -1996,6 +2031,9 @@ declare const BUNDLED_RESOURCES: {
1996
2031
  };
1997
2032
  readonly 'storefront/contact': {
1998
2033
  title: string;
2034
+ link: {
2035
+ contactForm: string;
2036
+ };
1999
2037
  form: {
2000
2038
  contact: string;
2001
2039
  salutation: string;
@@ -2037,10 +2075,13 @@ declare const BUNDLED_RESOURCES: {
2037
2075
  consent: {
2038
2076
  close: string;
2039
2077
  onlyTechnicallyRequired: string;
2078
+ technicallyRequired: string;
2040
2079
  configure: string;
2041
2080
  acceptAllCookies: string;
2042
2081
  cookiePreferences: string;
2043
2082
  marketing: string;
2083
+ statistics: string;
2084
+ save: string;
2044
2085
  };
2045
2086
  filters: {
2046
2087
  filterPanel: string;
@@ -2050,6 +2091,7 @@ declare const BUNDLED_RESOURCES: {
2050
2091
  resetAll: string;
2051
2092
  freeShipping: string;
2052
2093
  rating: string;
2094
+ minRating: string;
2053
2095
  };
2054
2096
  listing: {
2055
2097
  addToShoppingCart: string;
@@ -2194,7 +2236,7 @@ declare const BUNDLED_RESOURCES: {
2194
2236
  customerGroupRequestMessage: string;
2195
2237
  };
2196
2238
  bulkEdit: {
2197
- title: string;
2239
+ headline: string;
2198
2240
  applyChanges: string;
2199
2241
  success: string;
2200
2242
  close: string;
@@ -2336,6 +2378,12 @@ declare const BUNDLED_RESOURCES: {
2336
2378
  install: string;
2337
2379
  installMigrationAssistant: string;
2338
2380
  installDemoData: string;
2381
+ next: string;
2382
+ skip: string;
2383
+ finish: string;
2384
+ back: string;
2385
+ configureLater: string;
2386
+ configureOwnSmtpServer: string;
2339
2387
  };
2340
2388
  headers: {
2341
2389
  dataImport: string;
@@ -2351,17 +2399,26 @@ declare const BUNDLED_RESOURCES: {
2351
2399
  host: string;
2352
2400
  port: string;
2353
2401
  username: string;
2402
+ password: string;
2354
2403
  senderAddress: string;
2355
2404
  deliveryAddress: string;
2356
2405
  disableEmailDelivery: string;
2357
2406
  };
2358
2407
  placeholders: {
2359
2408
  selectSalesChannels: string;
2409
+ enterEmailAddress: string;
2410
+ enterPassword: string;
2360
2411
  };
2361
2412
  regions: {
2362
2413
  germanRegion: string;
2363
2414
  tools: string;
2364
2415
  };
2416
+ text: {
2417
+ smtpServer: string;
2418
+ globalRecommendations: string;
2419
+ allDone: string;
2420
+ forgotPassword: string;
2421
+ };
2365
2422
  };
2366
2423
  readonly 'administration/flowBuilder': {
2367
2424
  listing: {
@@ -2643,11 +2700,15 @@ declare const BUNDLED_RESOURCES: {
2643
2700
  cards: {
2644
2701
  preConditions: string;
2645
2702
  };
2703
+ sidebar: {
2704
+ refresh: string;
2705
+ };
2646
2706
  };
2647
2707
  readonly 'administration/rule': {
2648
2708
  fields: {
2649
2709
  priority: string;
2650
2710
  name: string;
2711
+ description: string;
2651
2712
  };
2652
2713
  buttons: {
2653
2714
  save: string;
@@ -2662,6 +2723,10 @@ declare const BUNDLED_RESOURCES: {
2662
2723
  testData: {
2663
2724
  ruleDescription: string;
2664
2725
  };
2726
+ text: {
2727
+ ruleNotInUse: string;
2728
+ filter: string;
2729
+ };
2665
2730
  };
2666
2731
  readonly 'administration/settings': {
2667
2732
  header: {
@@ -2739,6 +2804,17 @@ declare const BUNDLED_RESOURCES: {
2739
2804
  deselectAll: string;
2740
2805
  };
2741
2806
  };
2807
+ readonly 'administration/salesChannel': {
2808
+ tabs: {
2809
+ general: string;
2810
+ products: string;
2811
+ theme: string;
2812
+ analytics: string;
2813
+ };
2814
+ buttons: {
2815
+ addDomain: string;
2816
+ };
2817
+ };
2742
2818
  readonly 'storefront/account': {
2743
2819
  common: {
2744
2820
  salutation: string;
@@ -2815,6 +2891,7 @@ declare const BUNDLED_RESOURCES: {
2815
2891
  defaultPaymentMethod: string;
2816
2892
  defaultBillingAddress: string;
2817
2893
  defaultShippingAddress: string;
2894
+ customerGroupAccessRequested: string;
2818
2895
  };
2819
2896
  navigation: {
2820
2897
  overview: string;
@@ -2934,6 +3011,10 @@ declare const BUNDLED_RESOURCES: {
2934
3011
  };
2935
3012
  };
2936
3013
  readonly 'storefront/contact': {
3014
+ title: string;
3015
+ link: {
3016
+ contactForm: string;
3017
+ };
2937
3018
  form: {
2938
3019
  contact: string;
2939
3020
  salutation: string;
@@ -2951,7 +3032,6 @@ declare const BUNDLED_RESOURCES: {
2951
3032
  from: string;
2952
3033
  subject: string;
2953
3034
  };
2954
- title: string;
2955
3035
  };
2956
3036
  readonly 'storefront/header': {
2957
3037
  topBarNav: string;
@@ -2968,10 +3048,13 @@ declare const BUNDLED_RESOURCES: {
2968
3048
  consent: {
2969
3049
  close: string;
2970
3050
  onlyTechnicallyRequired: string;
3051
+ technicallyRequired: string;
2971
3052
  configure: string;
2972
3053
  acceptAllCookies: string;
2973
3054
  cookiePreferences: string;
2974
3055
  marketing: string;
3056
+ statistics: string;
3057
+ save: string;
2975
3058
  };
2976
3059
  filters: {
2977
3060
  filterPanel: string;
@@ -2981,6 +3064,7 @@ declare const BUNDLED_RESOURCES: {
2981
3064
  resetAll: string;
2982
3065
  freeShipping: string;
2983
3066
  rating: string;
3067
+ minRating: string;
2984
3068
  };
2985
3069
  listing: {
2986
3070
  addToShoppingCart: string;
@@ -3199,7 +3283,7 @@ declare const baseNamespaces: {
3199
3283
  language: string;
3200
3284
  };
3201
3285
  bulkEdit: {
3202
- title: string;
3286
+ headline: string;
3203
3287
  applyChanges: string;
3204
3288
  success: string;
3205
3289
  close: string;
@@ -3479,6 +3563,9 @@ declare const baseNamespaces: {
3479
3563
  fields: {
3480
3564
  priority: string;
3481
3565
  };
3566
+ sidebar: {
3567
+ refresh: string;
3568
+ };
3482
3569
  };
3483
3570
  readonly rule: {
3484
3571
  buttons: {
@@ -3491,6 +3578,7 @@ declare const baseNamespaces: {
3491
3578
  fields: {
3492
3579
  name: string;
3493
3580
  priority: string;
3581
+ description: string;
3494
3582
  };
3495
3583
  errors: {
3496
3584
  unknownRuleType: string;
@@ -3498,6 +3586,10 @@ declare const baseNamespaces: {
3498
3586
  testData: {
3499
3587
  ruleDescription: string;
3500
3588
  };
3589
+ text: {
3590
+ ruleNotInUse: string;
3591
+ filter: string;
3592
+ };
3501
3593
  };
3502
3594
  readonly settings: {
3503
3595
  header: {
@@ -3563,6 +3655,12 @@ declare const baseNamespaces: {
3563
3655
  install: string;
3564
3656
  installMigrationAssistant: string;
3565
3657
  installDemoData: string;
3658
+ next: string;
3659
+ skip: string;
3660
+ finish: string;
3661
+ back: string;
3662
+ configureLater: string;
3663
+ configureOwnSmtpServer: string;
3566
3664
  };
3567
3665
  headers: {
3568
3666
  dataImport: string;
@@ -3578,17 +3676,26 @@ declare const baseNamespaces: {
3578
3676
  host: string;
3579
3677
  port: string;
3580
3678
  username: string;
3679
+ password: string;
3581
3680
  senderAddress: string;
3582
3681
  deliveryAddress: string;
3583
3682
  disableEmailDelivery: string;
3584
3683
  };
3585
3684
  placeholders: {
3586
3685
  selectSalesChannels: string;
3686
+ enterEmailAddress: string;
3687
+ enterPassword: string;
3587
3688
  };
3588
3689
  regions: {
3589
3690
  germanRegion: string;
3590
3691
  tools: string;
3591
3692
  };
3693
+ text: {
3694
+ smtpServer: string;
3695
+ globalRecommendations: string;
3696
+ allDone: string;
3697
+ forgotPassword: string;
3698
+ };
3592
3699
  };
3593
3700
  readonly shopwareServices: {
3594
3701
  headings: {
@@ -3667,6 +3774,17 @@ declare const baseNamespaces: {
3667
3774
  large: string;
3668
3775
  };
3669
3776
  };
3777
+ readonly salesChannel: {
3778
+ tabs: {
3779
+ general: string;
3780
+ products: string;
3781
+ theme: string;
3782
+ analytics: string;
3783
+ };
3784
+ buttons: {
3785
+ addDomain: string;
3786
+ };
3787
+ };
3670
3788
  };
3671
3789
  readonly storefront: {
3672
3790
  readonly account: {
@@ -3745,6 +3863,7 @@ declare const baseNamespaces: {
3745
3863
  newsletterRegistrationSuccess: string;
3746
3864
  cannotDeliverToCountry: string;
3747
3865
  shippingNotPossible: string;
3866
+ customerGroupAccessRequested: string;
3748
3867
  };
3749
3868
  navigation: {
3750
3869
  overview: string;
@@ -3864,6 +3983,9 @@ declare const baseNamespaces: {
3864
3983
  };
3865
3984
  readonly contact: {
3866
3985
  title: string;
3986
+ link: {
3987
+ contactForm: string;
3988
+ };
3867
3989
  form: {
3868
3990
  contact: string;
3869
3991
  salutation: string;
@@ -3905,10 +4027,13 @@ declare const baseNamespaces: {
3905
4027
  consent: {
3906
4028
  close: string;
3907
4029
  onlyTechnicallyRequired: string;
4030
+ technicallyRequired: string;
3908
4031
  configure: string;
3909
4032
  acceptAllCookies: string;
3910
4033
  cookiePreferences: string;
3911
4034
  marketing: string;
4035
+ statistics: string;
4036
+ save: string;
3912
4037
  };
3913
4038
  filters: {
3914
4039
  filterPanel: string;
@@ -3918,6 +4043,7 @@ declare const baseNamespaces: {
3918
4043
  resetAll: string;
3919
4044
  freeShipping: string;
3920
4045
  rating: string;
4046
+ minRating: string;
3921
4047
  };
3922
4048
  listing: {
3923
4049
  addToShoppingCart: string;