@globalpayments/js 4.1.11 → 4.1.14

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.
Files changed (59) hide show
  1. package/README.md +1 -1
  2. package/config/rollup.js +2 -0
  3. package/package.json +5 -6
  4. package/types/common/constants.d.ts +2 -0
  5. package/types/common/enums.d.ts +41 -3
  6. package/types/credit-card/index.d.ts +1 -1
  7. package/types/internal/built-in-validations/field-validator.d.ts +4 -0
  8. package/types/internal/built-in-validations/helpers.d.ts +1 -0
  9. package/types/internal/built-in-validations/messages.d.ts +21 -0
  10. package/types/internal/gateways/gp-api/get-express-pay-base-url.d.ts +2 -0
  11. package/types/internal/gateways/index.d.ts +1 -0
  12. package/types/internal/lib/bank-selection/helpers.d.ts +6 -0
  13. package/types/internal/lib/card.d.ts +42 -2
  14. package/types/internal/lib/enums.d.ts +15 -2
  15. package/types/internal/lib/styles/bank-selection/common.d.ts +1 -1
  16. package/types/internal/lib/styles/built-in-validations/common.d.ts +2 -2
  17. package/types/internal/lib/styles/built-in-validations/gp-default.d.ts +4 -9
  18. package/types/internal/lib/styles/default.d.ts +40 -2
  19. package/types/internal/lib/styles/gp-default.d.ts +159 -19
  20. package/types/internal/lib/styles/gp-default2.d.ts +1776 -0
  21. package/types/internal/lib/styles/order-information/common.d.ts +1 -1
  22. package/types/internal/lib/styles/payment-methods/common.d.ts +32 -0
  23. package/types/internal/lib/styles/payment-methods/open-banking.d.ts +32 -0
  24. package/types/internal/lib/styles/simple.d.ts +0 -2
  25. package/types/internal/lib/styles/themes/brand-themes/base/base-theme.d.ts +153 -23
  26. package/types/internal/lib/translations/cs.d.ts +16 -0
  27. package/types/internal/lib/translations/de.d.ts +20 -0
  28. package/types/internal/lib/translations/el.d.ts +20 -0
  29. package/types/internal/lib/translations/en.d.ts +20 -0
  30. package/types/internal/lib/translations/es.d.ts +20 -0
  31. package/types/internal/lib/translations/et.d.ts +20 -0
  32. package/types/internal/lib/translations/fr.d.ts +20 -0
  33. package/types/internal/lib/translations/ga.d.ts +20 -0
  34. package/types/internal/lib/translations/hr.d.ts +20 -0
  35. package/types/internal/lib/translations/hu.d.ts +20 -0
  36. package/types/internal/lib/translations/it.d.ts +20 -0
  37. package/types/internal/lib/translations/ja.d.ts +20 -0
  38. package/types/internal/lib/translations/lv.d.ts +20 -0
  39. package/types/internal/lib/translations/mt.d.ts +20 -0
  40. package/types/internal/lib/translations/nl.d.ts +20 -0
  41. package/types/internal/lib/translations/pl.d.ts +20 -0
  42. package/types/internal/lib/translations/pt.d.ts +20 -0
  43. package/types/internal/lib/translations/ro.d.ts +20 -0
  44. package/types/internal/lib/translations/ru.d.ts +20 -0
  45. package/types/internal/lib/translations/sk.d.ts +20 -0
  46. package/types/internal/lib/translations/sl.d.ts +20 -0
  47. package/types/internal/lib/translations/sv.d.ts +20 -0
  48. package/types/internal/lib/translations/tr.d.ts +20 -0
  49. package/types/internal/lib/translations/uk.d.ts +20 -0
  50. package/types/internal/lib/translations/vi.d.ts +20 -0
  51. package/types/internal/lib/translations/zh.d.ts +20 -0
  52. package/types/lib/version.d.ts +1 -1
  53. package/types/tools/configure.d.ts +10 -0
  54. package/types/ui/form/index.d.ts +2033 -83
  55. package/types/ui/iframe-field/action-enable-submit-button.d.ts +1 -0
  56. package/types/ui/iframe-field/action-show-validation.d.ts +1 -1
  57. package/types/ui/iframe-field/action-validate-value.d.ts +1 -1
  58. package/types/ui/iframe-field/index.d.ts +4 -2
  59. package/types/ui/iframe-field/payment-methods/action-add.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- declare const styles: (_assetBaseUrl: string) => {
1
+ declare const styles: (_assetBaseUrl: string, theme?: string | undefined) => {
2
2
  ".order-information": {
3
3
  display: string;
4
4
  "flex-direction": string;
@@ -145,6 +145,11 @@ declare const _default: (assetBaseUrl: string) => {
145
145
  "flex-direction": string;
146
146
  "align-items": string;
147
147
  };
148
+ ".secure-payment-form .express-pay-button-wrapper": {
149
+ display: string;
150
+ "flex-direction": string;
151
+ "align-items": string;
152
+ };
148
153
  ".secure-payment-form .open-banking-button::before": {
149
154
  width: string;
150
155
  height: string;
@@ -197,6 +202,33 @@ declare const _default: (assetBaseUrl: string) => {
197
202
  top: string;
198
203
  right: string;
199
204
  };
205
+ ".secure-payment-form .express-pay-button": {
206
+ "background-color": string;
207
+ border: string;
208
+ "border-radius": string;
209
+ position: string;
210
+ color: string;
211
+ height: string;
212
+ width: string;
213
+ margin: string;
214
+ cursor: string;
215
+ };
216
+ ".secure-payment-form .express-pay-button:hover": {
217
+ "background-color": string;
218
+ };
219
+ ".secure-payment-form .express-pay-button:focus": {
220
+ "background-color": string;
221
+ };
222
+ ".secure-payment-form .express-pay-button::before": {
223
+ width: string;
224
+ height: string;
225
+ position: string;
226
+ top: string;
227
+ right: string;
228
+ };
229
+ ".secure-payment-form .express-pay-button::after": {
230
+ content: string;
231
+ };
200
232
  ".secure-payment-form .link-button": {
201
233
  display: string;
202
234
  "flex-direction": string;
@@ -9,6 +9,11 @@ declare const styles: (assetBaseUrl: string) => {
9
9
  "flex-direction": string;
10
10
  "align-items": string;
11
11
  };
12
+ ".secure-payment-form .express-pay-button-wrapper": {
13
+ display: string;
14
+ "flex-direction": string;
15
+ "align-items": string;
16
+ };
12
17
  ".secure-payment-form .open-banking-button::before": {
13
18
  width: string;
14
19
  height: string;
@@ -61,5 +66,32 @@ declare const styles: (assetBaseUrl: string) => {
61
66
  top: string;
62
67
  right: string;
63
68
  };
69
+ ".secure-payment-form .express-pay-button": {
70
+ "background-color": string;
71
+ border: string;
72
+ "border-radius": string;
73
+ position: string;
74
+ color: string;
75
+ height: string;
76
+ width: string;
77
+ margin: string;
78
+ cursor: string;
79
+ };
80
+ ".secure-payment-form .express-pay-button:hover": {
81
+ "background-color": string;
82
+ };
83
+ ".secure-payment-form .express-pay-button:focus": {
84
+ "background-color": string;
85
+ };
86
+ ".secure-payment-form .express-pay-button::before": {
87
+ width: string;
88
+ height: string;
89
+ position: string;
90
+ top: string;
91
+ right: string;
92
+ };
93
+ ".secure-payment-form .express-pay-button::after": {
94
+ content: string;
95
+ };
64
96
  };
65
97
  export default styles;
@@ -939,7 +939,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
939
939
  float: string;
940
940
  };
941
941
  ".secure-payment-form div[class$='-shield'] .ssl-text-logo": {
942
- border: string;
943
942
  "border-radius": string;
944
943
  height: string;
945
944
  "text-align": string;
@@ -949,7 +948,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
949
948
  "align-items": string;
950
949
  };
951
950
  ".secure-payment-form div[class$='-shield'] .ssl-logo_ico": {
952
- width: string;
953
951
  height: string;
954
952
  "margin-left": string;
955
953
  "vertical-align": string;
@@ -1,20 +1,7 @@
1
1
  import { IThemePreset } from './contracts';
2
2
  declare const fieldStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
3
- "img.card-number-icon": {
4
- background: string;
5
- right: string;
6
- top: string;
7
- width: string;
8
- height: string;
9
- "background-size": string;
10
- } | {
11
- background: string;
12
- right: string;
13
- top: string;
14
- width: string;
15
- height: string;
16
- "margin-top": string;
17
- "background-size": string;
3
+ ".secure-payment-form label::after"?: {
4
+ content: string;
18
5
  };
19
6
  "#secure-payment-field[type=text].field-validation-wrapper"?: {
20
7
  "font-family": string;
@@ -138,6 +125,15 @@ declare const fieldStyles: (assetBaseUrl: string, themePreset?: IThemePreset | u
138
125
  ".card-cvv.card-type-amex": {
139
126
  "background-image": string;
140
127
  };
128
+ "img.card-number-icon": {
129
+ background: string;
130
+ right: string;
131
+ top: string;
132
+ width: string;
133
+ height: string;
134
+ "margin-top": string;
135
+ "background-size": string;
136
+ };
141
137
  "img.card-number-icon.card-type-amex": {
142
138
  "background-image": string;
143
139
  };
@@ -492,6 +488,11 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
492
488
  "flex-direction": string;
493
489
  "align-items": string;
494
490
  };
491
+ ".secure-payment-form .express-pay-button-wrapper": {
492
+ display: string;
493
+ "flex-direction": string;
494
+ "align-items": string;
495
+ };
495
496
  ".secure-payment-form .open-banking-button::before": {
496
497
  width: string;
497
498
  height: string;
@@ -544,6 +545,33 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
544
545
  top: string;
545
546
  right: string;
546
547
  };
548
+ ".secure-payment-form .express-pay-button": {
549
+ "background-color": string;
550
+ border: string;
551
+ "border-radius": string;
552
+ position: string;
553
+ color: string;
554
+ height: string;
555
+ width: string;
556
+ margin: string;
557
+ cursor: string;
558
+ };
559
+ ".secure-payment-form .express-pay-button:hover": {
560
+ "background-color": string;
561
+ };
562
+ ".secure-payment-form .express-pay-button:focus": {
563
+ "background-color": string;
564
+ };
565
+ ".secure-payment-form .express-pay-button::before": {
566
+ width: string;
567
+ height: string;
568
+ position: string;
569
+ top: string;
570
+ right: string;
571
+ };
572
+ ".secure-payment-form .express-pay-button::after": {
573
+ content: string;
574
+ };
547
575
  ".secure-payment-form .link-button": {
548
576
  display: string;
549
577
  "flex-direction": string;
@@ -1616,7 +1644,6 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
1616
1644
  "margin-right": string;
1617
1645
  };
1618
1646
  ".secure-payment-form div[class$='-shield'] .ssl-text-logo": {
1619
- border: string;
1620
1647
  "border-radius": string;
1621
1648
  height: string;
1622
1649
  "text-align": string;
@@ -1627,7 +1654,6 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
1627
1654
  width: string;
1628
1655
  };
1629
1656
  ".secure-payment-form div[class$='-shield'] .ssl-logo_ico": {
1630
- width: string;
1631
1657
  height: string;
1632
1658
  "margin-left": string;
1633
1659
  "vertical-align": string;
@@ -1707,15 +1733,119 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
1707
1733
  display: string;
1708
1734
  };
1709
1735
  "@media(min-width: 800px)": {
1710
- ".secure-payment-form .credit-card-card-expiration": {
1711
- flex: string;
1736
+ ".secure-payment-form .credit-card-country-code label": {
1737
+ width: string;
1738
+ };
1739
+ ".secure-payment-form .credit-card-phone-number label": {
1740
+ visibility: string;
1741
+ };
1742
+ ".phone-number-wrapper, .billing-address-wrapper, .shipping-details-wrapper": {
1743
+ display: string;
1744
+ };
1745
+ ".secure-payment-form .credit-card-country-code": {
1746
+ width: string;
1747
+ "min-width": string;
1748
+ };
1749
+ ".secure-payment-form .credit-card-country-code .label-div": {
1712
1750
  width: string;
1713
- "padding-right": string;
1714
1751
  };
1715
- ".secure-payment-form .credit-card-card-cvv": {
1716
- flex: string;
1752
+ ".secure-payment-form .credit-card-phone-number": {
1753
+ width: string;
1754
+ "margin-left": string;
1755
+ };
1756
+ ".secure-payment-form .credit-card-country": {
1757
+ "margin-left": string;
1758
+ "min-width": string;
1759
+ };
1760
+ ".secure-payment-form .credit-card-billing-address": {
1761
+ width: string;
1762
+ };
1763
+ "@media(min-width: 800px)": {
1764
+ ".secure-payment-form .credit-card-card-expiration": {
1765
+ flex: string;
1766
+ "margin-right": string;
1767
+ };
1768
+ ".secure-payment-form .credit-card-card-cvv": {
1769
+ flex: string;
1770
+ "margin-left": string;
1771
+ };
1772
+ ".secure-payment-form .credit-card-country": {
1773
+ flex: string;
1774
+ "margin-left": string;
1775
+ };
1776
+ ".secure-payment-form .credit-card-country-code": {
1777
+ flex: string;
1778
+ };
1779
+ ".secure-payment-form .credit-card-country-code label": {
1780
+ width: string;
1781
+ };
1782
+ ".secure-payment-form .credit-card-phone-number": {
1783
+ flex: string;
1784
+ "margin-left": string;
1785
+ };
1786
+ ".secure-payment-form .credit-card-phone-number label": {
1787
+ visibility: string;
1788
+ };
1789
+ };
1790
+ ".credit-card-save-enable": {
1791
+ "margin-top": string;
1792
+ "font-family": string;
1793
+ };
1794
+ ".credit-card-save-enable input": {
1795
+ height: string;
1717
1796
  width: string;
1718
- "padding-left": string;
1797
+ };
1798
+ ".credit-card-save-enable span": {
1799
+ "vertical-align": string;
1800
+ "letter-spacing": string;
1801
+ "margin-left": string;
1802
+ };
1803
+ ".credit-card-save-enable .learn-more": {
1804
+ "vertical-align": string;
1805
+ color: string;
1806
+ };
1807
+ ".terms-and-conditions": {
1808
+ "font-size": string;
1809
+ color: string;
1810
+ "margin-top": string;
1811
+ };
1812
+ ".terms-and-conditions a": {
1813
+ color: string;
1814
+ "font-weight": string;
1815
+ "text-decoration": string;
1816
+ };
1817
+ ".credit-card-shipping-same-as-billing": {
1818
+ "margin-top": string;
1819
+ "font-family": string;
1820
+ "margin-bottom": string;
1821
+ };
1822
+ ".credit-card-shipping-same-as-billing input": {
1823
+ height: string;
1824
+ width: string;
1825
+ };
1826
+ ".credit-card-shipping-same-as-billing span": {
1827
+ "vertical-align": string;
1828
+ "letter-spacing": string;
1829
+ color: string;
1830
+ "margin-left": string;
1831
+ "font-size": string;
1832
+ };
1833
+ ".encrypted": {
1834
+ "font-family": string;
1835
+ " text-align": string;
1836
+ "font-size": string;
1837
+ "margin-top": string;
1838
+ color: string;
1839
+ "font-weight": string;
1840
+ "margin-left": string;
1841
+ };
1842
+ ".encrypted-shipping": {
1843
+ "font-size": string;
1844
+ "margin-top": string;
1845
+ color: string;
1846
+ "font-weight": string;
1847
+ float: string;
1848
+ "letter-spacing": string;
1719
1849
  };
1720
1850
  };
1721
1851
  "@font-face": {
@@ -4,6 +4,22 @@ declare const cs: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
7
23
  submit: string;
8
24
  };
9
25
  values: {
@@ -3,6 +3,26 @@ declare const de: {
3
3
  "card-number": string;
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
+ "email-id": string;
7
+ "phone-number": string;
8
+ "billing-address": string;
9
+ country: string;
10
+ "shipping-address-country": string;
11
+ "shipping-address": string;
12
+ "shipping-name": string;
13
+ "country-code": string;
14
+ "billing-city": string;
15
+ "shipping-city": string;
16
+ "billing-state": string;
17
+ "shipping-state": string;
18
+ "billing-apt": string;
19
+ "shipping-apt": string;
20
+ "billing-postal-code": string;
21
+ "shipping-postal-code": string;
22
+ "apt-suite": string;
23
+ city: string;
24
+ state: string;
25
+ "postal-code": string;
6
26
  "card-holder-name": string;
7
27
  submit: string;
8
28
  };
@@ -4,6 +4,26 @@ declare const el: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const en: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const es: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const et: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const fr: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const en: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const hr: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const hu: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const it: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {
@@ -4,6 +4,26 @@ declare const ja: {
4
4
  "card-expiration": string;
5
5
  "card-cvv": string;
6
6
  "card-holder-name": string;
7
+ "email-id": string;
8
+ "phone-number": string;
9
+ "billing-address": string;
10
+ country: string;
11
+ "shipping-address-country": string;
12
+ "shipping-address": string;
13
+ "shipping-name": string;
14
+ "country-code": string;
15
+ "billing-city": string;
16
+ "shipping-city": string;
17
+ "billing-state": string;
18
+ "shipping-state": string;
19
+ "billing-apt": string;
20
+ "shipping-apt": string;
21
+ "billing-postal-code": string;
22
+ "shipping-postal-code": string;
23
+ "apt-suite": string;
24
+ city: string;
25
+ state: string;
26
+ "postal-code": string;
7
27
  submit: string;
8
28
  };
9
29
  values: {