@zoxllc/shopify-checkout-extensions 0.0.7 → 0.1.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.
- package/CLAUDE.md +136 -0
- package/EXAMPLES.md +384 -0
- package/INTEGRATION.md +482 -0
- package/README.md +5 -1
- package/dist/common/AndSelector.d.ts +11 -0
- package/dist/common/AndSelector.d.ts.map +1 -0
- package/dist/common/AndSelector.js +30 -0
- package/dist/common/Campaign.d.ts +24 -0
- package/dist/common/Campaign.d.ts.map +1 -0
- package/dist/common/Campaign.js +41 -0
- package/dist/common/CampaignConfiguration.d.ts +10 -0
- package/dist/common/CampaignConfiguration.d.ts.map +1 -0
- package/dist/common/CampaignConfiguration.js +7 -0
- package/dist/common/CampaignFactory.d.ts +22 -0
- package/dist/common/CampaignFactory.d.ts.map +1 -0
- package/dist/common/CampaignFactory.js +95 -0
- package/dist/common/CartAmountQualifier.d.ts +22 -0
- package/dist/common/CartAmountQualifier.d.ts.map +1 -0
- package/dist/common/CartAmountQualifier.js +46 -0
- package/dist/common/CartHasItemQualifier.d.ts +21 -0
- package/dist/common/CartHasItemQualifier.d.ts.map +1 -0
- package/dist/common/CartHasItemQualifier.js +54 -0
- package/dist/common/CartQuantityQualifier.d.ts +22 -0
- package/dist/common/CartQuantityQualifier.d.ts.map +1 -0
- package/dist/common/CartQuantityQualifier.js +62 -0
- package/dist/common/ConfigSchema.d.ts +71 -0
- package/dist/common/ConfigSchema.d.ts.map +1 -0
- package/dist/common/ConfigSchema.js +69 -0
- package/dist/common/ConfigValidator.d.ts +29 -0
- package/dist/common/ConfigValidator.d.ts.map +1 -0
- package/dist/common/ConfigValidator.js +84 -0
- package/dist/common/CountryCodeQualifier.d.ts +15 -0
- package/dist/common/CountryCodeQualifier.d.ts.map +1 -0
- package/dist/common/CountryCodeQualifier.js +30 -0
- package/dist/common/CustomerEmailQualifier.d.ts +16 -0
- package/dist/common/CustomerEmailQualifier.d.ts.map +1 -0
- package/dist/common/CustomerEmailQualifier.js +52 -0
- package/dist/common/CustomerSubscriberQualifier.d.ts +18 -0
- package/dist/common/CustomerSubscriberQualifier.d.ts.map +1 -0
- package/dist/common/CustomerSubscriberQualifier.js +28 -0
- package/dist/common/CustomerTagQualifier.d.ts +16 -0
- package/dist/common/CustomerTagQualifier.d.ts.map +1 -0
- package/dist/common/CustomerTagQualifier.js +45 -0
- package/dist/common/DiscountCart.d.ts +23 -0
- package/dist/common/DiscountCart.d.ts.map +1 -0
- package/dist/common/DiscountCart.js +103 -0
- package/dist/common/DiscountInterface.d.ts +17 -0
- package/dist/common/DiscountInterface.d.ts.map +1 -0
- package/dist/common/DiscountInterface.js +2 -0
- package/dist/common/OrSelector.d.ts +11 -0
- package/dist/common/OrSelector.d.ts.map +1 -0
- package/dist/common/OrSelector.js +30 -0
- package/dist/common/PostCartAmountQualifier.d.ts +9 -0
- package/dist/common/PostCartAmountQualifier.d.ts.map +1 -0
- package/dist/common/PostCartAmountQualifier.js +17 -0
- package/dist/common/ProductHandleSelector.d.ts +8 -0
- package/dist/common/ProductHandleSelector.d.ts.map +1 -0
- package/dist/common/ProductHandleSelector.js +22 -0
- package/dist/common/ProductIdSelector.d.ts +8 -0
- package/dist/common/ProductIdSelector.d.ts.map +1 -0
- package/dist/common/ProductIdSelector.js +22 -0
- package/dist/common/ProductTagSelector.d.ts +10 -0
- package/dist/common/ProductTagSelector.d.ts.map +1 -0
- package/dist/common/ProductTagSelector.js +39 -0
- package/dist/common/ProductTypeSelector.d.ts +8 -0
- package/dist/common/ProductTypeSelector.d.ts.map +1 -0
- package/dist/common/ProductTypeSelector.js +25 -0
- package/dist/common/Qualifier.d.ts +30 -0
- package/dist/common/Qualifier.d.ts.map +1 -0
- package/dist/common/Qualifier.js +61 -0
- package/dist/common/SaleItemSelector.d.ts +11 -0
- package/dist/common/SaleItemSelector.d.ts.map +1 -0
- package/dist/common/SaleItemSelector.js +30 -0
- package/dist/common/Selector.d.ts +27 -0
- package/dist/common/Selector.d.ts.map +1 -0
- package/dist/common/Selector.js +51 -0
- package/dist/common/SubscriptionItemSelector.d.ts +7 -0
- package/dist/common/SubscriptionItemSelector.d.ts.map +1 -0
- package/dist/common/SubscriptionItemSelector.js +19 -0
- package/dist/form/CampaignForm.d.ts +1 -0
- package/dist/form/CampaignForm.d.ts.map +1 -0
- package/dist/form/CampaignForm.js +1 -0
- package/{src/index.ts → dist/index.d.ts} +22 -27
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +78 -0
- package/dist/lineItem/BuyXGetY.d.ts +18 -0
- package/dist/lineItem/BuyXGetY.d.ts.map +1 -0
- package/dist/lineItem/BuyXGetY.js +85 -0
- package/dist/lineItem/ConditionalDiscount.d.ts +14 -0
- package/dist/lineItem/ConditionalDiscount.d.ts.map +1 -0
- package/dist/lineItem/ConditionalDiscount.js +81 -0
- package/dist/lineItem/FixedItemDiscount.d.ts +9 -0
- package/dist/lineItem/FixedItemDiscount.d.ts.map +1 -0
- package/dist/lineItem/FixedItemDiscount.js +35 -0
- package/dist/lineItem/PercentageDiscount.d.ts +8 -0
- package/dist/lineItem/PercentageDiscount.d.ts.map +1 -0
- package/dist/lineItem/PercentageDiscount.js +32 -0
- package/dist/lineItem/api.d.ts +2026 -0
- package/dist/lineItem/api.d.ts.map +1 -0
- package/dist/lineItem/api.js +1157 -0
- package/dist/shipping/FixedDiscount.d.ts +8 -0
- package/dist/shipping/FixedDiscount.d.ts.map +1 -0
- package/dist/shipping/FixedDiscount.js +30 -0
- package/dist/shipping/RateNameSelector.d.ts +10 -0
- package/dist/shipping/RateNameSelector.d.ts.map +1 -0
- package/dist/shipping/RateNameSelector.js +45 -0
- package/dist/shipping/ShippingDiscount.d.ts +14 -0
- package/dist/shipping/ShippingDiscount.d.ts.map +1 -0
- package/dist/shipping/ShippingDiscount.js +48 -0
- package/dist/shipping/api.d.ts +2019 -0
- package/dist/shipping/api.d.ts.map +1 -0
- package/dist/shipping/api.js +1147 -0
- package/package.json +26 -7
- package/migrate.ts +0 -64
- package/src/common/AndSelector.ts +0 -42
- package/src/common/Campaign.ts +0 -70
- package/src/common/CampaignConfiguration.ts +0 -10
- package/src/common/CampaignFactory.ts +0 -234
- package/src/common/CartAmountQualifier.ts +0 -64
- package/src/common/CartHasItemQualifier.ts +0 -80
- package/src/common/CartQuantityQualifier.ts +0 -94
- package/src/common/CountryCodeQualifier.ts +0 -49
- package/src/common/CustomerEmailQualifier.ts +0 -67
- package/src/common/CustomerSubscriberQualifier.ts +0 -32
- package/src/common/CustomerTagQualifier.ts +0 -69
- package/src/common/DiscountCart.ts +0 -161
- package/src/common/DiscountInterface.ts +0 -26
- package/src/common/OrSelector.ts +0 -40
- package/src/common/PostCartAmountQualifier.ts +0 -21
- package/src/common/ProductHandleSelector.ts +0 -31
- package/src/common/ProductIdSelector.ts +0 -34
- package/src/common/ProductTagSelector.ts +0 -63
- package/src/common/ProductTypeSelector.ts +0 -40
- package/src/common/Qualifier.ts +0 -67
- package/src/common/SaleItemSelector.ts +0 -36
- package/src/common/Selector.ts +0 -66
- package/src/common/SubscriptionItemSelector.ts +0 -23
- package/src/lineItem/BuyXGetY.ts +0 -131
- package/src/lineItem/ConditionalDiscount.ts +0 -102
- package/src/lineItem/FixedItemDiscount.ts +0 -51
- package/src/lineItem/PercentageDiscount.ts +0 -44
- package/src/lineItem/api.ts +0 -2103
- package/src/shipping/FixedDiscount.ts +0 -37
- package/src/shipping/RateNameSelector.ts +0 -54
- package/src/shipping/ShippingDiscount.ts +0 -75
- package/src/shipping/api.ts +0 -2014
- package/tests/AndSelector.test.ts +0 -27
- package/tests/CartQuantityQualifier.test.ts +0 -381
- package/tests/CountryCodeQualifier.test.ts +0 -55
- package/tests/CustomerSubscriberQualifier.test.ts +0 -101
- package/tests/CustomerTagQualifier.test.ts +0 -71
- package/tests/DiscountCart.test.ts +0 -115
- package/tests/OrSelector.test.ts +0 -27
- package/tests/ProductIdSelector.test.ts +0 -83
- package/tests/ProductTagSelector.test.ts +0 -75
- package/tests/Qualifier.test.ts +0 -193
- package/tests/RateNameSelector.test.ts +0 -107
- package/tests/SaleItemSelector.test.ts +0 -113
- package/tests/Selector.test.ts +0 -83
- package/tests/ShippingDiscount.test.ts +0 -147
- package/tsconfig.json +0 -25
|
@@ -0,0 +1,1147 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WeightUnit = exports.LanguageCode = exports.DeliveryMethod = exports.CurrencyCode = exports.CountryCode = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The code designating a country/region, which generally follows ISO 3166-1 alpha-2 guidelines.
|
|
6
|
+
* If a territory doesn't have a country code value in the `CountryCode` enum, then it might be considered a subdivision
|
|
7
|
+
* of another country. For example, the territories associated with Spain are represented by the country code `ES`,
|
|
8
|
+
* and the territories associated with the United States of America are represented by the country code `US`.
|
|
9
|
+
*/
|
|
10
|
+
var CountryCode;
|
|
11
|
+
(function (CountryCode) {
|
|
12
|
+
/** Ascension Island. */
|
|
13
|
+
CountryCode["Ac"] = "AC";
|
|
14
|
+
/** Andorra. */
|
|
15
|
+
CountryCode["Ad"] = "AD";
|
|
16
|
+
/** United Arab Emirates. */
|
|
17
|
+
CountryCode["Ae"] = "AE";
|
|
18
|
+
/** Afghanistan. */
|
|
19
|
+
CountryCode["Af"] = "AF";
|
|
20
|
+
/** Antigua & Barbuda. */
|
|
21
|
+
CountryCode["Ag"] = "AG";
|
|
22
|
+
/** Anguilla. */
|
|
23
|
+
CountryCode["Ai"] = "AI";
|
|
24
|
+
/** Albania. */
|
|
25
|
+
CountryCode["Al"] = "AL";
|
|
26
|
+
/** Armenia. */
|
|
27
|
+
CountryCode["Am"] = "AM";
|
|
28
|
+
/** Netherlands Antilles. */
|
|
29
|
+
CountryCode["An"] = "AN";
|
|
30
|
+
/** Angola. */
|
|
31
|
+
CountryCode["Ao"] = "AO";
|
|
32
|
+
/** Argentina. */
|
|
33
|
+
CountryCode["Ar"] = "AR";
|
|
34
|
+
/** Austria. */
|
|
35
|
+
CountryCode["At"] = "AT";
|
|
36
|
+
/** Australia. */
|
|
37
|
+
CountryCode["Au"] = "AU";
|
|
38
|
+
/** Aruba. */
|
|
39
|
+
CountryCode["Aw"] = "AW";
|
|
40
|
+
/** Åland Islands. */
|
|
41
|
+
CountryCode["Ax"] = "AX";
|
|
42
|
+
/** Azerbaijan. */
|
|
43
|
+
CountryCode["Az"] = "AZ";
|
|
44
|
+
/** Bosnia & Herzegovina. */
|
|
45
|
+
CountryCode["Ba"] = "BA";
|
|
46
|
+
/** Barbados. */
|
|
47
|
+
CountryCode["Bb"] = "BB";
|
|
48
|
+
/** Bangladesh. */
|
|
49
|
+
CountryCode["Bd"] = "BD";
|
|
50
|
+
/** Belgium. */
|
|
51
|
+
CountryCode["Be"] = "BE";
|
|
52
|
+
/** Burkina Faso. */
|
|
53
|
+
CountryCode["Bf"] = "BF";
|
|
54
|
+
/** Bulgaria. */
|
|
55
|
+
CountryCode["Bg"] = "BG";
|
|
56
|
+
/** Bahrain. */
|
|
57
|
+
CountryCode["Bh"] = "BH";
|
|
58
|
+
/** Burundi. */
|
|
59
|
+
CountryCode["Bi"] = "BI";
|
|
60
|
+
/** Benin. */
|
|
61
|
+
CountryCode["Bj"] = "BJ";
|
|
62
|
+
/** St. Barthélemy. */
|
|
63
|
+
CountryCode["Bl"] = "BL";
|
|
64
|
+
/** Bermuda. */
|
|
65
|
+
CountryCode["Bm"] = "BM";
|
|
66
|
+
/** Brunei. */
|
|
67
|
+
CountryCode["Bn"] = "BN";
|
|
68
|
+
/** Bolivia. */
|
|
69
|
+
CountryCode["Bo"] = "BO";
|
|
70
|
+
/** Caribbean Netherlands. */
|
|
71
|
+
CountryCode["Bq"] = "BQ";
|
|
72
|
+
/** Brazil. */
|
|
73
|
+
CountryCode["Br"] = "BR";
|
|
74
|
+
/** Bahamas. */
|
|
75
|
+
CountryCode["Bs"] = "BS";
|
|
76
|
+
/** Bhutan. */
|
|
77
|
+
CountryCode["Bt"] = "BT";
|
|
78
|
+
/** Bouvet Island. */
|
|
79
|
+
CountryCode["Bv"] = "BV";
|
|
80
|
+
/** Botswana. */
|
|
81
|
+
CountryCode["Bw"] = "BW";
|
|
82
|
+
/** Belarus. */
|
|
83
|
+
CountryCode["By"] = "BY";
|
|
84
|
+
/** Belize. */
|
|
85
|
+
CountryCode["Bz"] = "BZ";
|
|
86
|
+
/** Canada. */
|
|
87
|
+
CountryCode["Ca"] = "CA";
|
|
88
|
+
/** Cocos (Keeling) Islands. */
|
|
89
|
+
CountryCode["Cc"] = "CC";
|
|
90
|
+
/** Congo - Kinshasa. */
|
|
91
|
+
CountryCode["Cd"] = "CD";
|
|
92
|
+
/** Central African Republic. */
|
|
93
|
+
CountryCode["Cf"] = "CF";
|
|
94
|
+
/** Congo - Brazzaville. */
|
|
95
|
+
CountryCode["Cg"] = "CG";
|
|
96
|
+
/** Switzerland. */
|
|
97
|
+
CountryCode["Ch"] = "CH";
|
|
98
|
+
/** Côte d’Ivoire. */
|
|
99
|
+
CountryCode["Ci"] = "CI";
|
|
100
|
+
/** Cook Islands. */
|
|
101
|
+
CountryCode["Ck"] = "CK";
|
|
102
|
+
/** Chile. */
|
|
103
|
+
CountryCode["Cl"] = "CL";
|
|
104
|
+
/** Cameroon. */
|
|
105
|
+
CountryCode["Cm"] = "CM";
|
|
106
|
+
/** China. */
|
|
107
|
+
CountryCode["Cn"] = "CN";
|
|
108
|
+
/** Colombia. */
|
|
109
|
+
CountryCode["Co"] = "CO";
|
|
110
|
+
/** Costa Rica. */
|
|
111
|
+
CountryCode["Cr"] = "CR";
|
|
112
|
+
/** Cuba. */
|
|
113
|
+
CountryCode["Cu"] = "CU";
|
|
114
|
+
/** Cape Verde. */
|
|
115
|
+
CountryCode["Cv"] = "CV";
|
|
116
|
+
/** Curaçao. */
|
|
117
|
+
CountryCode["Cw"] = "CW";
|
|
118
|
+
/** Christmas Island. */
|
|
119
|
+
CountryCode["Cx"] = "CX";
|
|
120
|
+
/** Cyprus. */
|
|
121
|
+
CountryCode["Cy"] = "CY";
|
|
122
|
+
/** Czechia. */
|
|
123
|
+
CountryCode["Cz"] = "CZ";
|
|
124
|
+
/** Germany. */
|
|
125
|
+
CountryCode["De"] = "DE";
|
|
126
|
+
/** Djibouti. */
|
|
127
|
+
CountryCode["Dj"] = "DJ";
|
|
128
|
+
/** Denmark. */
|
|
129
|
+
CountryCode["Dk"] = "DK";
|
|
130
|
+
/** Dominica. */
|
|
131
|
+
CountryCode["Dm"] = "DM";
|
|
132
|
+
/** Dominican Republic. */
|
|
133
|
+
CountryCode["Do"] = "DO";
|
|
134
|
+
/** Algeria. */
|
|
135
|
+
CountryCode["Dz"] = "DZ";
|
|
136
|
+
/** Ecuador. */
|
|
137
|
+
CountryCode["Ec"] = "EC";
|
|
138
|
+
/** Estonia. */
|
|
139
|
+
CountryCode["Ee"] = "EE";
|
|
140
|
+
/** Egypt. */
|
|
141
|
+
CountryCode["Eg"] = "EG";
|
|
142
|
+
/** Western Sahara. */
|
|
143
|
+
CountryCode["Eh"] = "EH";
|
|
144
|
+
/** Eritrea. */
|
|
145
|
+
CountryCode["Er"] = "ER";
|
|
146
|
+
/** Spain. */
|
|
147
|
+
CountryCode["Es"] = "ES";
|
|
148
|
+
/** Ethiopia. */
|
|
149
|
+
CountryCode["Et"] = "ET";
|
|
150
|
+
/** Finland. */
|
|
151
|
+
CountryCode["Fi"] = "FI";
|
|
152
|
+
/** Fiji. */
|
|
153
|
+
CountryCode["Fj"] = "FJ";
|
|
154
|
+
/** Falkland Islands. */
|
|
155
|
+
CountryCode["Fk"] = "FK";
|
|
156
|
+
/** Faroe Islands. */
|
|
157
|
+
CountryCode["Fo"] = "FO";
|
|
158
|
+
/** France. */
|
|
159
|
+
CountryCode["Fr"] = "FR";
|
|
160
|
+
/** Gabon. */
|
|
161
|
+
CountryCode["Ga"] = "GA";
|
|
162
|
+
/** United Kingdom. */
|
|
163
|
+
CountryCode["Gb"] = "GB";
|
|
164
|
+
/** Grenada. */
|
|
165
|
+
CountryCode["Gd"] = "GD";
|
|
166
|
+
/** Georgia. */
|
|
167
|
+
CountryCode["Ge"] = "GE";
|
|
168
|
+
/** French Guiana. */
|
|
169
|
+
CountryCode["Gf"] = "GF";
|
|
170
|
+
/** Guernsey. */
|
|
171
|
+
CountryCode["Gg"] = "GG";
|
|
172
|
+
/** Ghana. */
|
|
173
|
+
CountryCode["Gh"] = "GH";
|
|
174
|
+
/** Gibraltar. */
|
|
175
|
+
CountryCode["Gi"] = "GI";
|
|
176
|
+
/** Greenland. */
|
|
177
|
+
CountryCode["Gl"] = "GL";
|
|
178
|
+
/** Gambia. */
|
|
179
|
+
CountryCode["Gm"] = "GM";
|
|
180
|
+
/** Guinea. */
|
|
181
|
+
CountryCode["Gn"] = "GN";
|
|
182
|
+
/** Guadeloupe. */
|
|
183
|
+
CountryCode["Gp"] = "GP";
|
|
184
|
+
/** Equatorial Guinea. */
|
|
185
|
+
CountryCode["Gq"] = "GQ";
|
|
186
|
+
/** Greece. */
|
|
187
|
+
CountryCode["Gr"] = "GR";
|
|
188
|
+
/** South Georgia & South Sandwich Islands. */
|
|
189
|
+
CountryCode["Gs"] = "GS";
|
|
190
|
+
/** Guatemala. */
|
|
191
|
+
CountryCode["Gt"] = "GT";
|
|
192
|
+
/** Guinea-Bissau. */
|
|
193
|
+
CountryCode["Gw"] = "GW";
|
|
194
|
+
/** Guyana. */
|
|
195
|
+
CountryCode["Gy"] = "GY";
|
|
196
|
+
/** Hong Kong SAR. */
|
|
197
|
+
CountryCode["Hk"] = "HK";
|
|
198
|
+
/** Heard & McDonald Islands. */
|
|
199
|
+
CountryCode["Hm"] = "HM";
|
|
200
|
+
/** Honduras. */
|
|
201
|
+
CountryCode["Hn"] = "HN";
|
|
202
|
+
/** Croatia. */
|
|
203
|
+
CountryCode["Hr"] = "HR";
|
|
204
|
+
/** Haiti. */
|
|
205
|
+
CountryCode["Ht"] = "HT";
|
|
206
|
+
/** Hungary. */
|
|
207
|
+
CountryCode["Hu"] = "HU";
|
|
208
|
+
/** Indonesia. */
|
|
209
|
+
CountryCode["Id"] = "ID";
|
|
210
|
+
/** Ireland. */
|
|
211
|
+
CountryCode["Ie"] = "IE";
|
|
212
|
+
/** Israel. */
|
|
213
|
+
CountryCode["Il"] = "IL";
|
|
214
|
+
/** Isle of Man. */
|
|
215
|
+
CountryCode["Im"] = "IM";
|
|
216
|
+
/** India. */
|
|
217
|
+
CountryCode["In"] = "IN";
|
|
218
|
+
/** British Indian Ocean Territory. */
|
|
219
|
+
CountryCode["Io"] = "IO";
|
|
220
|
+
/** Iraq. */
|
|
221
|
+
CountryCode["Iq"] = "IQ";
|
|
222
|
+
/** Iran. */
|
|
223
|
+
CountryCode["Ir"] = "IR";
|
|
224
|
+
/** Iceland. */
|
|
225
|
+
CountryCode["Is"] = "IS";
|
|
226
|
+
/** Italy. */
|
|
227
|
+
CountryCode["It"] = "IT";
|
|
228
|
+
/** Jersey. */
|
|
229
|
+
CountryCode["Je"] = "JE";
|
|
230
|
+
/** Jamaica. */
|
|
231
|
+
CountryCode["Jm"] = "JM";
|
|
232
|
+
/** Jordan. */
|
|
233
|
+
CountryCode["Jo"] = "JO";
|
|
234
|
+
/** Japan. */
|
|
235
|
+
CountryCode["Jp"] = "JP";
|
|
236
|
+
/** Kenya. */
|
|
237
|
+
CountryCode["Ke"] = "KE";
|
|
238
|
+
/** Kyrgyzstan. */
|
|
239
|
+
CountryCode["Kg"] = "KG";
|
|
240
|
+
/** Cambodia. */
|
|
241
|
+
CountryCode["Kh"] = "KH";
|
|
242
|
+
/** Kiribati. */
|
|
243
|
+
CountryCode["Ki"] = "KI";
|
|
244
|
+
/** Comoros. */
|
|
245
|
+
CountryCode["Km"] = "KM";
|
|
246
|
+
/** St. Kitts & Nevis. */
|
|
247
|
+
CountryCode["Kn"] = "KN";
|
|
248
|
+
/** North Korea. */
|
|
249
|
+
CountryCode["Kp"] = "KP";
|
|
250
|
+
/** South Korea. */
|
|
251
|
+
CountryCode["Kr"] = "KR";
|
|
252
|
+
/** Kuwait. */
|
|
253
|
+
CountryCode["Kw"] = "KW";
|
|
254
|
+
/** Cayman Islands. */
|
|
255
|
+
CountryCode["Ky"] = "KY";
|
|
256
|
+
/** Kazakhstan. */
|
|
257
|
+
CountryCode["Kz"] = "KZ";
|
|
258
|
+
/** Laos. */
|
|
259
|
+
CountryCode["La"] = "LA";
|
|
260
|
+
/** Lebanon. */
|
|
261
|
+
CountryCode["Lb"] = "LB";
|
|
262
|
+
/** St. Lucia. */
|
|
263
|
+
CountryCode["Lc"] = "LC";
|
|
264
|
+
/** Liechtenstein. */
|
|
265
|
+
CountryCode["Li"] = "LI";
|
|
266
|
+
/** Sri Lanka. */
|
|
267
|
+
CountryCode["Lk"] = "LK";
|
|
268
|
+
/** Liberia. */
|
|
269
|
+
CountryCode["Lr"] = "LR";
|
|
270
|
+
/** Lesotho. */
|
|
271
|
+
CountryCode["Ls"] = "LS";
|
|
272
|
+
/** Lithuania. */
|
|
273
|
+
CountryCode["Lt"] = "LT";
|
|
274
|
+
/** Luxembourg. */
|
|
275
|
+
CountryCode["Lu"] = "LU";
|
|
276
|
+
/** Latvia. */
|
|
277
|
+
CountryCode["Lv"] = "LV";
|
|
278
|
+
/** Libya. */
|
|
279
|
+
CountryCode["Ly"] = "LY";
|
|
280
|
+
/** Morocco. */
|
|
281
|
+
CountryCode["Ma"] = "MA";
|
|
282
|
+
/** Monaco. */
|
|
283
|
+
CountryCode["Mc"] = "MC";
|
|
284
|
+
/** Moldova. */
|
|
285
|
+
CountryCode["Md"] = "MD";
|
|
286
|
+
/** Montenegro. */
|
|
287
|
+
CountryCode["Me"] = "ME";
|
|
288
|
+
/** St. Martin. */
|
|
289
|
+
CountryCode["Mf"] = "MF";
|
|
290
|
+
/** Madagascar. */
|
|
291
|
+
CountryCode["Mg"] = "MG";
|
|
292
|
+
/** North Macedonia. */
|
|
293
|
+
CountryCode["Mk"] = "MK";
|
|
294
|
+
/** Mali. */
|
|
295
|
+
CountryCode["Ml"] = "ML";
|
|
296
|
+
/** Myanmar (Burma). */
|
|
297
|
+
CountryCode["Mm"] = "MM";
|
|
298
|
+
/** Mongolia. */
|
|
299
|
+
CountryCode["Mn"] = "MN";
|
|
300
|
+
/** Macao SAR. */
|
|
301
|
+
CountryCode["Mo"] = "MO";
|
|
302
|
+
/** Martinique. */
|
|
303
|
+
CountryCode["Mq"] = "MQ";
|
|
304
|
+
/** Mauritania. */
|
|
305
|
+
CountryCode["Mr"] = "MR";
|
|
306
|
+
/** Montserrat. */
|
|
307
|
+
CountryCode["Ms"] = "MS";
|
|
308
|
+
/** Malta. */
|
|
309
|
+
CountryCode["Mt"] = "MT";
|
|
310
|
+
/** Mauritius. */
|
|
311
|
+
CountryCode["Mu"] = "MU";
|
|
312
|
+
/** Maldives. */
|
|
313
|
+
CountryCode["Mv"] = "MV";
|
|
314
|
+
/** Malawi. */
|
|
315
|
+
CountryCode["Mw"] = "MW";
|
|
316
|
+
/** Mexico. */
|
|
317
|
+
CountryCode["Mx"] = "MX";
|
|
318
|
+
/** Malaysia. */
|
|
319
|
+
CountryCode["My"] = "MY";
|
|
320
|
+
/** Mozambique. */
|
|
321
|
+
CountryCode["Mz"] = "MZ";
|
|
322
|
+
/** Namibia. */
|
|
323
|
+
CountryCode["Na"] = "NA";
|
|
324
|
+
/** New Caledonia. */
|
|
325
|
+
CountryCode["Nc"] = "NC";
|
|
326
|
+
/** Niger. */
|
|
327
|
+
CountryCode["Ne"] = "NE";
|
|
328
|
+
/** Norfolk Island. */
|
|
329
|
+
CountryCode["Nf"] = "NF";
|
|
330
|
+
/** Nigeria. */
|
|
331
|
+
CountryCode["Ng"] = "NG";
|
|
332
|
+
/** Nicaragua. */
|
|
333
|
+
CountryCode["Ni"] = "NI";
|
|
334
|
+
/** Netherlands. */
|
|
335
|
+
CountryCode["Nl"] = "NL";
|
|
336
|
+
/** Norway. */
|
|
337
|
+
CountryCode["No"] = "NO";
|
|
338
|
+
/** Nepal. */
|
|
339
|
+
CountryCode["Np"] = "NP";
|
|
340
|
+
/** Nauru. */
|
|
341
|
+
CountryCode["Nr"] = "NR";
|
|
342
|
+
/** Niue. */
|
|
343
|
+
CountryCode["Nu"] = "NU";
|
|
344
|
+
/** New Zealand. */
|
|
345
|
+
CountryCode["Nz"] = "NZ";
|
|
346
|
+
/** Oman. */
|
|
347
|
+
CountryCode["Om"] = "OM";
|
|
348
|
+
/** Panama. */
|
|
349
|
+
CountryCode["Pa"] = "PA";
|
|
350
|
+
/** Peru. */
|
|
351
|
+
CountryCode["Pe"] = "PE";
|
|
352
|
+
/** French Polynesia. */
|
|
353
|
+
CountryCode["Pf"] = "PF";
|
|
354
|
+
/** Papua New Guinea. */
|
|
355
|
+
CountryCode["Pg"] = "PG";
|
|
356
|
+
/** Philippines. */
|
|
357
|
+
CountryCode["Ph"] = "PH";
|
|
358
|
+
/** Pakistan. */
|
|
359
|
+
CountryCode["Pk"] = "PK";
|
|
360
|
+
/** Poland. */
|
|
361
|
+
CountryCode["Pl"] = "PL";
|
|
362
|
+
/** St. Pierre & Miquelon. */
|
|
363
|
+
CountryCode["Pm"] = "PM";
|
|
364
|
+
/** Pitcairn Islands. */
|
|
365
|
+
CountryCode["Pn"] = "PN";
|
|
366
|
+
/** Palestinian Territories. */
|
|
367
|
+
CountryCode["Ps"] = "PS";
|
|
368
|
+
/** Portugal. */
|
|
369
|
+
CountryCode["Pt"] = "PT";
|
|
370
|
+
/** Paraguay. */
|
|
371
|
+
CountryCode["Py"] = "PY";
|
|
372
|
+
/** Qatar. */
|
|
373
|
+
CountryCode["Qa"] = "QA";
|
|
374
|
+
/** Réunion. */
|
|
375
|
+
CountryCode["Re"] = "RE";
|
|
376
|
+
/** Romania. */
|
|
377
|
+
CountryCode["Ro"] = "RO";
|
|
378
|
+
/** Serbia. */
|
|
379
|
+
CountryCode["Rs"] = "RS";
|
|
380
|
+
/** Russia. */
|
|
381
|
+
CountryCode["Ru"] = "RU";
|
|
382
|
+
/** Rwanda. */
|
|
383
|
+
CountryCode["Rw"] = "RW";
|
|
384
|
+
/** Saudi Arabia. */
|
|
385
|
+
CountryCode["Sa"] = "SA";
|
|
386
|
+
/** Solomon Islands. */
|
|
387
|
+
CountryCode["Sb"] = "SB";
|
|
388
|
+
/** Seychelles. */
|
|
389
|
+
CountryCode["Sc"] = "SC";
|
|
390
|
+
/** Sudan. */
|
|
391
|
+
CountryCode["Sd"] = "SD";
|
|
392
|
+
/** Sweden. */
|
|
393
|
+
CountryCode["Se"] = "SE";
|
|
394
|
+
/** Singapore. */
|
|
395
|
+
CountryCode["Sg"] = "SG";
|
|
396
|
+
/** St. Helena. */
|
|
397
|
+
CountryCode["Sh"] = "SH";
|
|
398
|
+
/** Slovenia. */
|
|
399
|
+
CountryCode["Si"] = "SI";
|
|
400
|
+
/** Svalbard & Jan Mayen. */
|
|
401
|
+
CountryCode["Sj"] = "SJ";
|
|
402
|
+
/** Slovakia. */
|
|
403
|
+
CountryCode["Sk"] = "SK";
|
|
404
|
+
/** Sierra Leone. */
|
|
405
|
+
CountryCode["Sl"] = "SL";
|
|
406
|
+
/** San Marino. */
|
|
407
|
+
CountryCode["Sm"] = "SM";
|
|
408
|
+
/** Senegal. */
|
|
409
|
+
CountryCode["Sn"] = "SN";
|
|
410
|
+
/** Somalia. */
|
|
411
|
+
CountryCode["So"] = "SO";
|
|
412
|
+
/** Suriname. */
|
|
413
|
+
CountryCode["Sr"] = "SR";
|
|
414
|
+
/** South Sudan. */
|
|
415
|
+
CountryCode["Ss"] = "SS";
|
|
416
|
+
/** São Tomé & Príncipe. */
|
|
417
|
+
CountryCode["St"] = "ST";
|
|
418
|
+
/** El Salvador. */
|
|
419
|
+
CountryCode["Sv"] = "SV";
|
|
420
|
+
/** Sint Maarten. */
|
|
421
|
+
CountryCode["Sx"] = "SX";
|
|
422
|
+
/** Syria. */
|
|
423
|
+
CountryCode["Sy"] = "SY";
|
|
424
|
+
/** Eswatini. */
|
|
425
|
+
CountryCode["Sz"] = "SZ";
|
|
426
|
+
/** Tristan da Cunha. */
|
|
427
|
+
CountryCode["Ta"] = "TA";
|
|
428
|
+
/** Turks & Caicos Islands. */
|
|
429
|
+
CountryCode["Tc"] = "TC";
|
|
430
|
+
/** Chad. */
|
|
431
|
+
CountryCode["Td"] = "TD";
|
|
432
|
+
/** French Southern Territories. */
|
|
433
|
+
CountryCode["Tf"] = "TF";
|
|
434
|
+
/** Togo. */
|
|
435
|
+
CountryCode["Tg"] = "TG";
|
|
436
|
+
/** Thailand. */
|
|
437
|
+
CountryCode["Th"] = "TH";
|
|
438
|
+
/** Tajikistan. */
|
|
439
|
+
CountryCode["Tj"] = "TJ";
|
|
440
|
+
/** Tokelau. */
|
|
441
|
+
CountryCode["Tk"] = "TK";
|
|
442
|
+
/** Timor-Leste. */
|
|
443
|
+
CountryCode["Tl"] = "TL";
|
|
444
|
+
/** Turkmenistan. */
|
|
445
|
+
CountryCode["Tm"] = "TM";
|
|
446
|
+
/** Tunisia. */
|
|
447
|
+
CountryCode["Tn"] = "TN";
|
|
448
|
+
/** Tonga. */
|
|
449
|
+
CountryCode["To"] = "TO";
|
|
450
|
+
/** Türkiye. */
|
|
451
|
+
CountryCode["Tr"] = "TR";
|
|
452
|
+
/** Trinidad & Tobago. */
|
|
453
|
+
CountryCode["Tt"] = "TT";
|
|
454
|
+
/** Tuvalu. */
|
|
455
|
+
CountryCode["Tv"] = "TV";
|
|
456
|
+
/** Taiwan. */
|
|
457
|
+
CountryCode["Tw"] = "TW";
|
|
458
|
+
/** Tanzania. */
|
|
459
|
+
CountryCode["Tz"] = "TZ";
|
|
460
|
+
/** Ukraine. */
|
|
461
|
+
CountryCode["Ua"] = "UA";
|
|
462
|
+
/** Uganda. */
|
|
463
|
+
CountryCode["Ug"] = "UG";
|
|
464
|
+
/** U.S. Outlying Islands. */
|
|
465
|
+
CountryCode["Um"] = "UM";
|
|
466
|
+
/** United States. */
|
|
467
|
+
CountryCode["Us"] = "US";
|
|
468
|
+
/** Uruguay. */
|
|
469
|
+
CountryCode["Uy"] = "UY";
|
|
470
|
+
/** Uzbekistan. */
|
|
471
|
+
CountryCode["Uz"] = "UZ";
|
|
472
|
+
/** Vatican City. */
|
|
473
|
+
CountryCode["Va"] = "VA";
|
|
474
|
+
/** St. Vincent & Grenadines. */
|
|
475
|
+
CountryCode["Vc"] = "VC";
|
|
476
|
+
/** Venezuela. */
|
|
477
|
+
CountryCode["Ve"] = "VE";
|
|
478
|
+
/** British Virgin Islands. */
|
|
479
|
+
CountryCode["Vg"] = "VG";
|
|
480
|
+
/** Vietnam. */
|
|
481
|
+
CountryCode["Vn"] = "VN";
|
|
482
|
+
/** Vanuatu. */
|
|
483
|
+
CountryCode["Vu"] = "VU";
|
|
484
|
+
/** Wallis & Futuna. */
|
|
485
|
+
CountryCode["Wf"] = "WF";
|
|
486
|
+
/** Samoa. */
|
|
487
|
+
CountryCode["Ws"] = "WS";
|
|
488
|
+
/** Kosovo. */
|
|
489
|
+
CountryCode["Xk"] = "XK";
|
|
490
|
+
/** Yemen. */
|
|
491
|
+
CountryCode["Ye"] = "YE";
|
|
492
|
+
/** Mayotte. */
|
|
493
|
+
CountryCode["Yt"] = "YT";
|
|
494
|
+
/** South Africa. */
|
|
495
|
+
CountryCode["Za"] = "ZA";
|
|
496
|
+
/** Zambia. */
|
|
497
|
+
CountryCode["Zm"] = "ZM";
|
|
498
|
+
/** Zimbabwe. */
|
|
499
|
+
CountryCode["Zw"] = "ZW";
|
|
500
|
+
/** Unknown Region. */
|
|
501
|
+
CountryCode["Zz"] = "ZZ";
|
|
502
|
+
})(CountryCode || (exports.CountryCode = CountryCode = {}));
|
|
503
|
+
/**
|
|
504
|
+
* The three-letter currency codes that represent the world currencies used in
|
|
505
|
+
* stores. These include standard ISO 4217 codes, legacy codes,
|
|
506
|
+
* and non-standard codes.
|
|
507
|
+
*/
|
|
508
|
+
var CurrencyCode;
|
|
509
|
+
(function (CurrencyCode) {
|
|
510
|
+
/** United Arab Emirates Dirham (AED). */
|
|
511
|
+
CurrencyCode["Aed"] = "AED";
|
|
512
|
+
/** Afghan Afghani (AFN). */
|
|
513
|
+
CurrencyCode["Afn"] = "AFN";
|
|
514
|
+
/** Albanian Lek (ALL). */
|
|
515
|
+
CurrencyCode["All"] = "ALL";
|
|
516
|
+
/** Armenian Dram (AMD). */
|
|
517
|
+
CurrencyCode["Amd"] = "AMD";
|
|
518
|
+
/** Netherlands Antillean Guilder. */
|
|
519
|
+
CurrencyCode["Ang"] = "ANG";
|
|
520
|
+
/** Angolan Kwanza (AOA). */
|
|
521
|
+
CurrencyCode["Aoa"] = "AOA";
|
|
522
|
+
/** Argentine Pesos (ARS). */
|
|
523
|
+
CurrencyCode["Ars"] = "ARS";
|
|
524
|
+
/** Australian Dollars (AUD). */
|
|
525
|
+
CurrencyCode["Aud"] = "AUD";
|
|
526
|
+
/** Aruban Florin (AWG). */
|
|
527
|
+
CurrencyCode["Awg"] = "AWG";
|
|
528
|
+
/** Azerbaijani Manat (AZN). */
|
|
529
|
+
CurrencyCode["Azn"] = "AZN";
|
|
530
|
+
/** Bosnia and Herzegovina Convertible Mark (BAM). */
|
|
531
|
+
CurrencyCode["Bam"] = "BAM";
|
|
532
|
+
/** Barbadian Dollar (BBD). */
|
|
533
|
+
CurrencyCode["Bbd"] = "BBD";
|
|
534
|
+
/** Bangladesh Taka (BDT). */
|
|
535
|
+
CurrencyCode["Bdt"] = "BDT";
|
|
536
|
+
/** Bulgarian Lev (BGN). */
|
|
537
|
+
CurrencyCode["Bgn"] = "BGN";
|
|
538
|
+
/** Bahraini Dinar (BHD). */
|
|
539
|
+
CurrencyCode["Bhd"] = "BHD";
|
|
540
|
+
/** Burundian Franc (BIF). */
|
|
541
|
+
CurrencyCode["Bif"] = "BIF";
|
|
542
|
+
/** Bermudian Dollar (BMD). */
|
|
543
|
+
CurrencyCode["Bmd"] = "BMD";
|
|
544
|
+
/** Brunei Dollar (BND). */
|
|
545
|
+
CurrencyCode["Bnd"] = "BND";
|
|
546
|
+
/** Bolivian Boliviano (BOB). */
|
|
547
|
+
CurrencyCode["Bob"] = "BOB";
|
|
548
|
+
/** Brazilian Real (BRL). */
|
|
549
|
+
CurrencyCode["Brl"] = "BRL";
|
|
550
|
+
/** Bahamian Dollar (BSD). */
|
|
551
|
+
CurrencyCode["Bsd"] = "BSD";
|
|
552
|
+
/** Bhutanese Ngultrum (BTN). */
|
|
553
|
+
CurrencyCode["Btn"] = "BTN";
|
|
554
|
+
/** Botswana Pula (BWP). */
|
|
555
|
+
CurrencyCode["Bwp"] = "BWP";
|
|
556
|
+
/** Belarusian Ruble (BYN). */
|
|
557
|
+
CurrencyCode["Byn"] = "BYN";
|
|
558
|
+
/**
|
|
559
|
+
* Belarusian Ruble (BYR).
|
|
560
|
+
* @deprecated `BYR` is deprecated. Use `BYN` available from version `2021-01` onwards instead.
|
|
561
|
+
*/
|
|
562
|
+
CurrencyCode["Byr"] = "BYR";
|
|
563
|
+
/** Belize Dollar (BZD). */
|
|
564
|
+
CurrencyCode["Bzd"] = "BZD";
|
|
565
|
+
/** Canadian Dollars (CAD). */
|
|
566
|
+
CurrencyCode["Cad"] = "CAD";
|
|
567
|
+
/** Congolese franc (CDF). */
|
|
568
|
+
CurrencyCode["Cdf"] = "CDF";
|
|
569
|
+
/** Swiss Francs (CHF). */
|
|
570
|
+
CurrencyCode["Chf"] = "CHF";
|
|
571
|
+
/** Chilean Peso (CLP). */
|
|
572
|
+
CurrencyCode["Clp"] = "CLP";
|
|
573
|
+
/** Chinese Yuan Renminbi (CNY). */
|
|
574
|
+
CurrencyCode["Cny"] = "CNY";
|
|
575
|
+
/** Colombian Peso (COP). */
|
|
576
|
+
CurrencyCode["Cop"] = "COP";
|
|
577
|
+
/** Costa Rican Colones (CRC). */
|
|
578
|
+
CurrencyCode["Crc"] = "CRC";
|
|
579
|
+
/** Cape Verdean escudo (CVE). */
|
|
580
|
+
CurrencyCode["Cve"] = "CVE";
|
|
581
|
+
/** Czech Koruny (CZK). */
|
|
582
|
+
CurrencyCode["Czk"] = "CZK";
|
|
583
|
+
/** Djiboutian Franc (DJF). */
|
|
584
|
+
CurrencyCode["Djf"] = "DJF";
|
|
585
|
+
/** Danish Kroner (DKK). */
|
|
586
|
+
CurrencyCode["Dkk"] = "DKK";
|
|
587
|
+
/** Dominican Peso (DOP). */
|
|
588
|
+
CurrencyCode["Dop"] = "DOP";
|
|
589
|
+
/** Algerian Dinar (DZD). */
|
|
590
|
+
CurrencyCode["Dzd"] = "DZD";
|
|
591
|
+
/** Egyptian Pound (EGP). */
|
|
592
|
+
CurrencyCode["Egp"] = "EGP";
|
|
593
|
+
/** Eritrean Nakfa (ERN). */
|
|
594
|
+
CurrencyCode["Ern"] = "ERN";
|
|
595
|
+
/** Ethiopian Birr (ETB). */
|
|
596
|
+
CurrencyCode["Etb"] = "ETB";
|
|
597
|
+
/** Euro (EUR). */
|
|
598
|
+
CurrencyCode["Eur"] = "EUR";
|
|
599
|
+
/** Fijian Dollars (FJD). */
|
|
600
|
+
CurrencyCode["Fjd"] = "FJD";
|
|
601
|
+
/** Falkland Islands Pounds (FKP). */
|
|
602
|
+
CurrencyCode["Fkp"] = "FKP";
|
|
603
|
+
/** United Kingdom Pounds (GBP). */
|
|
604
|
+
CurrencyCode["Gbp"] = "GBP";
|
|
605
|
+
/** Georgian Lari (GEL). */
|
|
606
|
+
CurrencyCode["Gel"] = "GEL";
|
|
607
|
+
/** Ghanaian Cedi (GHS). */
|
|
608
|
+
CurrencyCode["Ghs"] = "GHS";
|
|
609
|
+
/** Gibraltar Pounds (GIP). */
|
|
610
|
+
CurrencyCode["Gip"] = "GIP";
|
|
611
|
+
/** Gambian Dalasi (GMD). */
|
|
612
|
+
CurrencyCode["Gmd"] = "GMD";
|
|
613
|
+
/** Guinean Franc (GNF). */
|
|
614
|
+
CurrencyCode["Gnf"] = "GNF";
|
|
615
|
+
/** Guatemalan Quetzal (GTQ). */
|
|
616
|
+
CurrencyCode["Gtq"] = "GTQ";
|
|
617
|
+
/** Guyanese Dollar (GYD). */
|
|
618
|
+
CurrencyCode["Gyd"] = "GYD";
|
|
619
|
+
/** Hong Kong Dollars (HKD). */
|
|
620
|
+
CurrencyCode["Hkd"] = "HKD";
|
|
621
|
+
/** Honduran Lempira (HNL). */
|
|
622
|
+
CurrencyCode["Hnl"] = "HNL";
|
|
623
|
+
/** Croatian Kuna (HRK). */
|
|
624
|
+
CurrencyCode["Hrk"] = "HRK";
|
|
625
|
+
/** Haitian Gourde (HTG). */
|
|
626
|
+
CurrencyCode["Htg"] = "HTG";
|
|
627
|
+
/** Hungarian Forint (HUF). */
|
|
628
|
+
CurrencyCode["Huf"] = "HUF";
|
|
629
|
+
/** Indonesian Rupiah (IDR). */
|
|
630
|
+
CurrencyCode["Idr"] = "IDR";
|
|
631
|
+
/** Israeli New Shekel (NIS). */
|
|
632
|
+
CurrencyCode["Ils"] = "ILS";
|
|
633
|
+
/** Indian Rupees (INR). */
|
|
634
|
+
CurrencyCode["Inr"] = "INR";
|
|
635
|
+
/** Iraqi Dinar (IQD). */
|
|
636
|
+
CurrencyCode["Iqd"] = "IQD";
|
|
637
|
+
/** Iranian Rial (IRR). */
|
|
638
|
+
CurrencyCode["Irr"] = "IRR";
|
|
639
|
+
/** Icelandic Kronur (ISK). */
|
|
640
|
+
CurrencyCode["Isk"] = "ISK";
|
|
641
|
+
/** Jersey Pound. */
|
|
642
|
+
CurrencyCode["Jep"] = "JEP";
|
|
643
|
+
/** Jamaican Dollars (JMD). */
|
|
644
|
+
CurrencyCode["Jmd"] = "JMD";
|
|
645
|
+
/** Jordanian Dinar (JOD). */
|
|
646
|
+
CurrencyCode["Jod"] = "JOD";
|
|
647
|
+
/** Japanese Yen (JPY). */
|
|
648
|
+
CurrencyCode["Jpy"] = "JPY";
|
|
649
|
+
/** Kenyan Shilling (KES). */
|
|
650
|
+
CurrencyCode["Kes"] = "KES";
|
|
651
|
+
/** Kyrgyzstani Som (KGS). */
|
|
652
|
+
CurrencyCode["Kgs"] = "KGS";
|
|
653
|
+
/** Cambodian Riel. */
|
|
654
|
+
CurrencyCode["Khr"] = "KHR";
|
|
655
|
+
/** Kiribati Dollar (KID). */
|
|
656
|
+
CurrencyCode["Kid"] = "KID";
|
|
657
|
+
/** Comorian Franc (KMF). */
|
|
658
|
+
CurrencyCode["Kmf"] = "KMF";
|
|
659
|
+
/** South Korean Won (KRW). */
|
|
660
|
+
CurrencyCode["Krw"] = "KRW";
|
|
661
|
+
/** Kuwaiti Dinar (KWD). */
|
|
662
|
+
CurrencyCode["Kwd"] = "KWD";
|
|
663
|
+
/** Cayman Dollars (KYD). */
|
|
664
|
+
CurrencyCode["Kyd"] = "KYD";
|
|
665
|
+
/** Kazakhstani Tenge (KZT). */
|
|
666
|
+
CurrencyCode["Kzt"] = "KZT";
|
|
667
|
+
/** Laotian Kip (LAK). */
|
|
668
|
+
CurrencyCode["Lak"] = "LAK";
|
|
669
|
+
/** Lebanese Pounds (LBP). */
|
|
670
|
+
CurrencyCode["Lbp"] = "LBP";
|
|
671
|
+
/** Sri Lankan Rupees (LKR). */
|
|
672
|
+
CurrencyCode["Lkr"] = "LKR";
|
|
673
|
+
/** Liberian Dollar (LRD). */
|
|
674
|
+
CurrencyCode["Lrd"] = "LRD";
|
|
675
|
+
/** Lesotho Loti (LSL). */
|
|
676
|
+
CurrencyCode["Lsl"] = "LSL";
|
|
677
|
+
/** Lithuanian Litai (LTL). */
|
|
678
|
+
CurrencyCode["Ltl"] = "LTL";
|
|
679
|
+
/** Latvian Lati (LVL). */
|
|
680
|
+
CurrencyCode["Lvl"] = "LVL";
|
|
681
|
+
/** Libyan Dinar (LYD). */
|
|
682
|
+
CurrencyCode["Lyd"] = "LYD";
|
|
683
|
+
/** Moroccan Dirham. */
|
|
684
|
+
CurrencyCode["Mad"] = "MAD";
|
|
685
|
+
/** Moldovan Leu (MDL). */
|
|
686
|
+
CurrencyCode["Mdl"] = "MDL";
|
|
687
|
+
/** Malagasy Ariary (MGA). */
|
|
688
|
+
CurrencyCode["Mga"] = "MGA";
|
|
689
|
+
/** Macedonia Denar (MKD). */
|
|
690
|
+
CurrencyCode["Mkd"] = "MKD";
|
|
691
|
+
/** Burmese Kyat (MMK). */
|
|
692
|
+
CurrencyCode["Mmk"] = "MMK";
|
|
693
|
+
/** Mongolian Tugrik. */
|
|
694
|
+
CurrencyCode["Mnt"] = "MNT";
|
|
695
|
+
/** Macanese Pataca (MOP). */
|
|
696
|
+
CurrencyCode["Mop"] = "MOP";
|
|
697
|
+
/** Mauritanian Ouguiya (MRU). */
|
|
698
|
+
CurrencyCode["Mru"] = "MRU";
|
|
699
|
+
/** Mauritian Rupee (MUR). */
|
|
700
|
+
CurrencyCode["Mur"] = "MUR";
|
|
701
|
+
/** Maldivian Rufiyaa (MVR). */
|
|
702
|
+
CurrencyCode["Mvr"] = "MVR";
|
|
703
|
+
/** Malawian Kwacha (MWK). */
|
|
704
|
+
CurrencyCode["Mwk"] = "MWK";
|
|
705
|
+
/** Mexican Pesos (MXN). */
|
|
706
|
+
CurrencyCode["Mxn"] = "MXN";
|
|
707
|
+
/** Malaysian Ringgits (MYR). */
|
|
708
|
+
CurrencyCode["Myr"] = "MYR";
|
|
709
|
+
/** Mozambican Metical. */
|
|
710
|
+
CurrencyCode["Mzn"] = "MZN";
|
|
711
|
+
/** Namibian Dollar. */
|
|
712
|
+
CurrencyCode["Nad"] = "NAD";
|
|
713
|
+
/** Nigerian Naira (NGN). */
|
|
714
|
+
CurrencyCode["Ngn"] = "NGN";
|
|
715
|
+
/** Nicaraguan Córdoba (NIO). */
|
|
716
|
+
CurrencyCode["Nio"] = "NIO";
|
|
717
|
+
/** Norwegian Kroner (NOK). */
|
|
718
|
+
CurrencyCode["Nok"] = "NOK";
|
|
719
|
+
/** Nepalese Rupee (NPR). */
|
|
720
|
+
CurrencyCode["Npr"] = "NPR";
|
|
721
|
+
/** New Zealand Dollars (NZD). */
|
|
722
|
+
CurrencyCode["Nzd"] = "NZD";
|
|
723
|
+
/** Omani Rial (OMR). */
|
|
724
|
+
CurrencyCode["Omr"] = "OMR";
|
|
725
|
+
/** Panamian Balboa (PAB). */
|
|
726
|
+
CurrencyCode["Pab"] = "PAB";
|
|
727
|
+
/** Peruvian Nuevo Sol (PEN). */
|
|
728
|
+
CurrencyCode["Pen"] = "PEN";
|
|
729
|
+
/** Papua New Guinean Kina (PGK). */
|
|
730
|
+
CurrencyCode["Pgk"] = "PGK";
|
|
731
|
+
/** Philippine Peso (PHP). */
|
|
732
|
+
CurrencyCode["Php"] = "PHP";
|
|
733
|
+
/** Pakistani Rupee (PKR). */
|
|
734
|
+
CurrencyCode["Pkr"] = "PKR";
|
|
735
|
+
/** Polish Zlotych (PLN). */
|
|
736
|
+
CurrencyCode["Pln"] = "PLN";
|
|
737
|
+
/** Paraguayan Guarani (PYG). */
|
|
738
|
+
CurrencyCode["Pyg"] = "PYG";
|
|
739
|
+
/** Qatari Rial (QAR). */
|
|
740
|
+
CurrencyCode["Qar"] = "QAR";
|
|
741
|
+
/** Romanian Lei (RON). */
|
|
742
|
+
CurrencyCode["Ron"] = "RON";
|
|
743
|
+
/** Serbian dinar (RSD). */
|
|
744
|
+
CurrencyCode["Rsd"] = "RSD";
|
|
745
|
+
/** Russian Rubles (RUB). */
|
|
746
|
+
CurrencyCode["Rub"] = "RUB";
|
|
747
|
+
/** Rwandan Franc (RWF). */
|
|
748
|
+
CurrencyCode["Rwf"] = "RWF";
|
|
749
|
+
/** Saudi Riyal (SAR). */
|
|
750
|
+
CurrencyCode["Sar"] = "SAR";
|
|
751
|
+
/** Solomon Islands Dollar (SBD). */
|
|
752
|
+
CurrencyCode["Sbd"] = "SBD";
|
|
753
|
+
/** Seychellois Rupee (SCR). */
|
|
754
|
+
CurrencyCode["Scr"] = "SCR";
|
|
755
|
+
/** Sudanese Pound (SDG). */
|
|
756
|
+
CurrencyCode["Sdg"] = "SDG";
|
|
757
|
+
/** Swedish Kronor (SEK). */
|
|
758
|
+
CurrencyCode["Sek"] = "SEK";
|
|
759
|
+
/** Singapore Dollars (SGD). */
|
|
760
|
+
CurrencyCode["Sgd"] = "SGD";
|
|
761
|
+
/** Saint Helena Pounds (SHP). */
|
|
762
|
+
CurrencyCode["Shp"] = "SHP";
|
|
763
|
+
/** Sierra Leonean Leone (SLL). */
|
|
764
|
+
CurrencyCode["Sll"] = "SLL";
|
|
765
|
+
/** Somali Shilling (SOS). */
|
|
766
|
+
CurrencyCode["Sos"] = "SOS";
|
|
767
|
+
/** Surinamese Dollar (SRD). */
|
|
768
|
+
CurrencyCode["Srd"] = "SRD";
|
|
769
|
+
/** South Sudanese Pound (SSP). */
|
|
770
|
+
CurrencyCode["Ssp"] = "SSP";
|
|
771
|
+
/**
|
|
772
|
+
* Sao Tome And Principe Dobra (STD).
|
|
773
|
+
* @deprecated `STD` is deprecated. Use `STN` available from version `2022-07` onwards instead.
|
|
774
|
+
*/
|
|
775
|
+
CurrencyCode["Std"] = "STD";
|
|
776
|
+
/** Sao Tome And Principe Dobra (STN). */
|
|
777
|
+
CurrencyCode["Stn"] = "STN";
|
|
778
|
+
/** Syrian Pound (SYP). */
|
|
779
|
+
CurrencyCode["Syp"] = "SYP";
|
|
780
|
+
/** Swazi Lilangeni (SZL). */
|
|
781
|
+
CurrencyCode["Szl"] = "SZL";
|
|
782
|
+
/** Thai baht (THB). */
|
|
783
|
+
CurrencyCode["Thb"] = "THB";
|
|
784
|
+
/** Tajikistani Somoni (TJS). */
|
|
785
|
+
CurrencyCode["Tjs"] = "TJS";
|
|
786
|
+
/** Turkmenistani Manat (TMT). */
|
|
787
|
+
CurrencyCode["Tmt"] = "TMT";
|
|
788
|
+
/** Tunisian Dinar (TND). */
|
|
789
|
+
CurrencyCode["Tnd"] = "TND";
|
|
790
|
+
/** Tongan Pa'anga (TOP). */
|
|
791
|
+
CurrencyCode["Top"] = "TOP";
|
|
792
|
+
/** Turkish Lira (TRY). */
|
|
793
|
+
CurrencyCode["Try"] = "TRY";
|
|
794
|
+
/** Trinidad and Tobago Dollars (TTD). */
|
|
795
|
+
CurrencyCode["Ttd"] = "TTD";
|
|
796
|
+
/** Taiwan Dollars (TWD). */
|
|
797
|
+
CurrencyCode["Twd"] = "TWD";
|
|
798
|
+
/** Tanzanian Shilling (TZS). */
|
|
799
|
+
CurrencyCode["Tzs"] = "TZS";
|
|
800
|
+
/** Ukrainian Hryvnia (UAH). */
|
|
801
|
+
CurrencyCode["Uah"] = "UAH";
|
|
802
|
+
/** Ugandan Shilling (UGX). */
|
|
803
|
+
CurrencyCode["Ugx"] = "UGX";
|
|
804
|
+
/** United States Dollars (USD). */
|
|
805
|
+
CurrencyCode["Usd"] = "USD";
|
|
806
|
+
/** Uruguayan Pesos (UYU). */
|
|
807
|
+
CurrencyCode["Uyu"] = "UYU";
|
|
808
|
+
/** Uzbekistan som (UZS). */
|
|
809
|
+
CurrencyCode["Uzs"] = "UZS";
|
|
810
|
+
/** Venezuelan Bolivares (VED). */
|
|
811
|
+
CurrencyCode["Ved"] = "VED";
|
|
812
|
+
/**
|
|
813
|
+
* Venezuelan Bolivares (VEF).
|
|
814
|
+
* @deprecated `VEF` is deprecated. Use `VES` available from version `2020-10` onwards instead.
|
|
815
|
+
*/
|
|
816
|
+
CurrencyCode["Vef"] = "VEF";
|
|
817
|
+
/** Venezuelan Bolivares Soberanos (VES). */
|
|
818
|
+
CurrencyCode["Ves"] = "VES";
|
|
819
|
+
/** Vietnamese đồng (VND). */
|
|
820
|
+
CurrencyCode["Vnd"] = "VND";
|
|
821
|
+
/** Vanuatu Vatu (VUV). */
|
|
822
|
+
CurrencyCode["Vuv"] = "VUV";
|
|
823
|
+
/** Samoan Tala (WST). */
|
|
824
|
+
CurrencyCode["Wst"] = "WST";
|
|
825
|
+
/** Central African CFA Franc (XAF). */
|
|
826
|
+
CurrencyCode["Xaf"] = "XAF";
|
|
827
|
+
/** East Caribbean Dollar (XCD). */
|
|
828
|
+
CurrencyCode["Xcd"] = "XCD";
|
|
829
|
+
/** West African CFA franc (XOF). */
|
|
830
|
+
CurrencyCode["Xof"] = "XOF";
|
|
831
|
+
/** CFP Franc (XPF). */
|
|
832
|
+
CurrencyCode["Xpf"] = "XPF";
|
|
833
|
+
/** Unrecognized currency. */
|
|
834
|
+
CurrencyCode["Xxx"] = "XXX";
|
|
835
|
+
/** Yemeni Rial (YER). */
|
|
836
|
+
CurrencyCode["Yer"] = "YER";
|
|
837
|
+
/** South African Rand (ZAR). */
|
|
838
|
+
CurrencyCode["Zar"] = "ZAR";
|
|
839
|
+
/** Zambian Kwacha (ZMW). */
|
|
840
|
+
CurrencyCode["Zmw"] = "ZMW";
|
|
841
|
+
})(CurrencyCode || (exports.CurrencyCode = CurrencyCode = {}));
|
|
842
|
+
/** List of different delivery method types. */
|
|
843
|
+
var DeliveryMethod;
|
|
844
|
+
(function (DeliveryMethod) {
|
|
845
|
+
/** Local Delivery. */
|
|
846
|
+
DeliveryMethod["Local"] = "LOCAL";
|
|
847
|
+
/** None. */
|
|
848
|
+
DeliveryMethod["None"] = "NONE";
|
|
849
|
+
/** Shipping to a Pickup Point. */
|
|
850
|
+
DeliveryMethod["PickupPoint"] = "PICKUP_POINT";
|
|
851
|
+
/** Local Pickup. */
|
|
852
|
+
DeliveryMethod["PickUp"] = "PICK_UP";
|
|
853
|
+
/** Retail. */
|
|
854
|
+
DeliveryMethod["Retail"] = "RETAIL";
|
|
855
|
+
/** Shipping. */
|
|
856
|
+
DeliveryMethod["Shipping"] = "SHIPPING";
|
|
857
|
+
})(DeliveryMethod || (exports.DeliveryMethod = DeliveryMethod = {}));
|
|
858
|
+
/** ISO 639-1 language codes supported by Shopify. */
|
|
859
|
+
var LanguageCode;
|
|
860
|
+
(function (LanguageCode) {
|
|
861
|
+
/** Afrikaans. */
|
|
862
|
+
LanguageCode["Af"] = "AF";
|
|
863
|
+
/** Akan. */
|
|
864
|
+
LanguageCode["Ak"] = "AK";
|
|
865
|
+
/** Amharic. */
|
|
866
|
+
LanguageCode["Am"] = "AM";
|
|
867
|
+
/** Arabic. */
|
|
868
|
+
LanguageCode["Ar"] = "AR";
|
|
869
|
+
/** Assamese. */
|
|
870
|
+
LanguageCode["As"] = "AS";
|
|
871
|
+
/** Azerbaijani. */
|
|
872
|
+
LanguageCode["Az"] = "AZ";
|
|
873
|
+
/** Belarusian. */
|
|
874
|
+
LanguageCode["Be"] = "BE";
|
|
875
|
+
/** Bulgarian. */
|
|
876
|
+
LanguageCode["Bg"] = "BG";
|
|
877
|
+
/** Bambara. */
|
|
878
|
+
LanguageCode["Bm"] = "BM";
|
|
879
|
+
/** Bangla. */
|
|
880
|
+
LanguageCode["Bn"] = "BN";
|
|
881
|
+
/** Tibetan. */
|
|
882
|
+
LanguageCode["Bo"] = "BO";
|
|
883
|
+
/** Breton. */
|
|
884
|
+
LanguageCode["Br"] = "BR";
|
|
885
|
+
/** Bosnian. */
|
|
886
|
+
LanguageCode["Bs"] = "BS";
|
|
887
|
+
/** Catalan. */
|
|
888
|
+
LanguageCode["Ca"] = "CA";
|
|
889
|
+
/** Chechen. */
|
|
890
|
+
LanguageCode["Ce"] = "CE";
|
|
891
|
+
/** Czech. */
|
|
892
|
+
LanguageCode["Cs"] = "CS";
|
|
893
|
+
/** Church Slavic. */
|
|
894
|
+
LanguageCode["Cu"] = "CU";
|
|
895
|
+
/** Welsh. */
|
|
896
|
+
LanguageCode["Cy"] = "CY";
|
|
897
|
+
/** Danish. */
|
|
898
|
+
LanguageCode["Da"] = "DA";
|
|
899
|
+
/** German. */
|
|
900
|
+
LanguageCode["De"] = "DE";
|
|
901
|
+
/** Dzongkha. */
|
|
902
|
+
LanguageCode["Dz"] = "DZ";
|
|
903
|
+
/** Ewe. */
|
|
904
|
+
LanguageCode["Ee"] = "EE";
|
|
905
|
+
/** Greek. */
|
|
906
|
+
LanguageCode["El"] = "EL";
|
|
907
|
+
/** English. */
|
|
908
|
+
LanguageCode["En"] = "EN";
|
|
909
|
+
/** Esperanto. */
|
|
910
|
+
LanguageCode["Eo"] = "EO";
|
|
911
|
+
/** Spanish. */
|
|
912
|
+
LanguageCode["Es"] = "ES";
|
|
913
|
+
/** Estonian. */
|
|
914
|
+
LanguageCode["Et"] = "ET";
|
|
915
|
+
/** Basque. */
|
|
916
|
+
LanguageCode["Eu"] = "EU";
|
|
917
|
+
/** Persian. */
|
|
918
|
+
LanguageCode["Fa"] = "FA";
|
|
919
|
+
/** Fulah. */
|
|
920
|
+
LanguageCode["Ff"] = "FF";
|
|
921
|
+
/** Finnish. */
|
|
922
|
+
LanguageCode["Fi"] = "FI";
|
|
923
|
+
/** Faroese. */
|
|
924
|
+
LanguageCode["Fo"] = "FO";
|
|
925
|
+
/** French. */
|
|
926
|
+
LanguageCode["Fr"] = "FR";
|
|
927
|
+
/** Western Frisian. */
|
|
928
|
+
LanguageCode["Fy"] = "FY";
|
|
929
|
+
/** Irish. */
|
|
930
|
+
LanguageCode["Ga"] = "GA";
|
|
931
|
+
/** Scottish Gaelic. */
|
|
932
|
+
LanguageCode["Gd"] = "GD";
|
|
933
|
+
/** Galician. */
|
|
934
|
+
LanguageCode["Gl"] = "GL";
|
|
935
|
+
/** Gujarati. */
|
|
936
|
+
LanguageCode["Gu"] = "GU";
|
|
937
|
+
/** Manx. */
|
|
938
|
+
LanguageCode["Gv"] = "GV";
|
|
939
|
+
/** Hausa. */
|
|
940
|
+
LanguageCode["Ha"] = "HA";
|
|
941
|
+
/** Hebrew. */
|
|
942
|
+
LanguageCode["He"] = "HE";
|
|
943
|
+
/** Hindi. */
|
|
944
|
+
LanguageCode["Hi"] = "HI";
|
|
945
|
+
/** Croatian. */
|
|
946
|
+
LanguageCode["Hr"] = "HR";
|
|
947
|
+
/** Hungarian. */
|
|
948
|
+
LanguageCode["Hu"] = "HU";
|
|
949
|
+
/** Armenian. */
|
|
950
|
+
LanguageCode["Hy"] = "HY";
|
|
951
|
+
/** Interlingua. */
|
|
952
|
+
LanguageCode["Ia"] = "IA";
|
|
953
|
+
/** Indonesian. */
|
|
954
|
+
LanguageCode["Id"] = "ID";
|
|
955
|
+
/** Igbo. */
|
|
956
|
+
LanguageCode["Ig"] = "IG";
|
|
957
|
+
/** Sichuan Yi. */
|
|
958
|
+
LanguageCode["Ii"] = "II";
|
|
959
|
+
/** Icelandic. */
|
|
960
|
+
LanguageCode["Is"] = "IS";
|
|
961
|
+
/** Italian. */
|
|
962
|
+
LanguageCode["It"] = "IT";
|
|
963
|
+
/** Japanese. */
|
|
964
|
+
LanguageCode["Ja"] = "JA";
|
|
965
|
+
/** Javanese. */
|
|
966
|
+
LanguageCode["Jv"] = "JV";
|
|
967
|
+
/** Georgian. */
|
|
968
|
+
LanguageCode["Ka"] = "KA";
|
|
969
|
+
/** Kikuyu. */
|
|
970
|
+
LanguageCode["Ki"] = "KI";
|
|
971
|
+
/** Kazakh. */
|
|
972
|
+
LanguageCode["Kk"] = "KK";
|
|
973
|
+
/** Kalaallisut. */
|
|
974
|
+
LanguageCode["Kl"] = "KL";
|
|
975
|
+
/** Khmer. */
|
|
976
|
+
LanguageCode["Km"] = "KM";
|
|
977
|
+
/** Kannada. */
|
|
978
|
+
LanguageCode["Kn"] = "KN";
|
|
979
|
+
/** Korean. */
|
|
980
|
+
LanguageCode["Ko"] = "KO";
|
|
981
|
+
/** Kashmiri. */
|
|
982
|
+
LanguageCode["Ks"] = "KS";
|
|
983
|
+
/** Kurdish. */
|
|
984
|
+
LanguageCode["Ku"] = "KU";
|
|
985
|
+
/** Cornish. */
|
|
986
|
+
LanguageCode["Kw"] = "KW";
|
|
987
|
+
/** Kyrgyz. */
|
|
988
|
+
LanguageCode["Ky"] = "KY";
|
|
989
|
+
/** Luxembourgish. */
|
|
990
|
+
LanguageCode["Lb"] = "LB";
|
|
991
|
+
/** Ganda. */
|
|
992
|
+
LanguageCode["Lg"] = "LG";
|
|
993
|
+
/** Lingala. */
|
|
994
|
+
LanguageCode["Ln"] = "LN";
|
|
995
|
+
/** Lao. */
|
|
996
|
+
LanguageCode["Lo"] = "LO";
|
|
997
|
+
/** Lithuanian. */
|
|
998
|
+
LanguageCode["Lt"] = "LT";
|
|
999
|
+
/** Luba-Katanga. */
|
|
1000
|
+
LanguageCode["Lu"] = "LU";
|
|
1001
|
+
/** Latvian. */
|
|
1002
|
+
LanguageCode["Lv"] = "LV";
|
|
1003
|
+
/** Malagasy. */
|
|
1004
|
+
LanguageCode["Mg"] = "MG";
|
|
1005
|
+
/** Māori. */
|
|
1006
|
+
LanguageCode["Mi"] = "MI";
|
|
1007
|
+
/** Macedonian. */
|
|
1008
|
+
LanguageCode["Mk"] = "MK";
|
|
1009
|
+
/** Malayalam. */
|
|
1010
|
+
LanguageCode["Ml"] = "ML";
|
|
1011
|
+
/** Mongolian. */
|
|
1012
|
+
LanguageCode["Mn"] = "MN";
|
|
1013
|
+
/** Marathi. */
|
|
1014
|
+
LanguageCode["Mr"] = "MR";
|
|
1015
|
+
/** Malay. */
|
|
1016
|
+
LanguageCode["Ms"] = "MS";
|
|
1017
|
+
/** Maltese. */
|
|
1018
|
+
LanguageCode["Mt"] = "MT";
|
|
1019
|
+
/** Burmese. */
|
|
1020
|
+
LanguageCode["My"] = "MY";
|
|
1021
|
+
/** Norwegian (Bokmål). */
|
|
1022
|
+
LanguageCode["Nb"] = "NB";
|
|
1023
|
+
/** North Ndebele. */
|
|
1024
|
+
LanguageCode["Nd"] = "ND";
|
|
1025
|
+
/** Nepali. */
|
|
1026
|
+
LanguageCode["Ne"] = "NE";
|
|
1027
|
+
/** Dutch. */
|
|
1028
|
+
LanguageCode["Nl"] = "NL";
|
|
1029
|
+
/** Norwegian Nynorsk. */
|
|
1030
|
+
LanguageCode["Nn"] = "NN";
|
|
1031
|
+
/** Norwegian. */
|
|
1032
|
+
LanguageCode["No"] = "NO";
|
|
1033
|
+
/** Oromo. */
|
|
1034
|
+
LanguageCode["Om"] = "OM";
|
|
1035
|
+
/** Odia. */
|
|
1036
|
+
LanguageCode["Or"] = "OR";
|
|
1037
|
+
/** Ossetic. */
|
|
1038
|
+
LanguageCode["Os"] = "OS";
|
|
1039
|
+
/** Punjabi. */
|
|
1040
|
+
LanguageCode["Pa"] = "PA";
|
|
1041
|
+
/** Polish. */
|
|
1042
|
+
LanguageCode["Pl"] = "PL";
|
|
1043
|
+
/** Pashto. */
|
|
1044
|
+
LanguageCode["Ps"] = "PS";
|
|
1045
|
+
/** Portuguese. */
|
|
1046
|
+
LanguageCode["Pt"] = "PT";
|
|
1047
|
+
/** Portuguese (Brazil). */
|
|
1048
|
+
LanguageCode["PtBr"] = "PT_BR";
|
|
1049
|
+
/** Portuguese (Portugal). */
|
|
1050
|
+
LanguageCode["PtPt"] = "PT_PT";
|
|
1051
|
+
/** Quechua. */
|
|
1052
|
+
LanguageCode["Qu"] = "QU";
|
|
1053
|
+
/** Romansh. */
|
|
1054
|
+
LanguageCode["Rm"] = "RM";
|
|
1055
|
+
/** Rundi. */
|
|
1056
|
+
LanguageCode["Rn"] = "RN";
|
|
1057
|
+
/** Romanian. */
|
|
1058
|
+
LanguageCode["Ro"] = "RO";
|
|
1059
|
+
/** Russian. */
|
|
1060
|
+
LanguageCode["Ru"] = "RU";
|
|
1061
|
+
/** Kinyarwanda. */
|
|
1062
|
+
LanguageCode["Rw"] = "RW";
|
|
1063
|
+
/** Sindhi. */
|
|
1064
|
+
LanguageCode["Sd"] = "SD";
|
|
1065
|
+
/** Northern Sami. */
|
|
1066
|
+
LanguageCode["Se"] = "SE";
|
|
1067
|
+
/** Sango. */
|
|
1068
|
+
LanguageCode["Sg"] = "SG";
|
|
1069
|
+
/** Sinhala. */
|
|
1070
|
+
LanguageCode["Si"] = "SI";
|
|
1071
|
+
/** Slovak. */
|
|
1072
|
+
LanguageCode["Sk"] = "SK";
|
|
1073
|
+
/** Slovenian. */
|
|
1074
|
+
LanguageCode["Sl"] = "SL";
|
|
1075
|
+
/** Shona. */
|
|
1076
|
+
LanguageCode["Sn"] = "SN";
|
|
1077
|
+
/** Somali. */
|
|
1078
|
+
LanguageCode["So"] = "SO";
|
|
1079
|
+
/** Albanian. */
|
|
1080
|
+
LanguageCode["Sq"] = "SQ";
|
|
1081
|
+
/** Serbian. */
|
|
1082
|
+
LanguageCode["Sr"] = "SR";
|
|
1083
|
+
/** Sundanese. */
|
|
1084
|
+
LanguageCode["Su"] = "SU";
|
|
1085
|
+
/** Swedish. */
|
|
1086
|
+
LanguageCode["Sv"] = "SV";
|
|
1087
|
+
/** Swahili. */
|
|
1088
|
+
LanguageCode["Sw"] = "SW";
|
|
1089
|
+
/** Tamil. */
|
|
1090
|
+
LanguageCode["Ta"] = "TA";
|
|
1091
|
+
/** Telugu. */
|
|
1092
|
+
LanguageCode["Te"] = "TE";
|
|
1093
|
+
/** Tajik. */
|
|
1094
|
+
LanguageCode["Tg"] = "TG";
|
|
1095
|
+
/** Thai. */
|
|
1096
|
+
LanguageCode["Th"] = "TH";
|
|
1097
|
+
/** Tigrinya. */
|
|
1098
|
+
LanguageCode["Ti"] = "TI";
|
|
1099
|
+
/** Turkmen. */
|
|
1100
|
+
LanguageCode["Tk"] = "TK";
|
|
1101
|
+
/** Tongan. */
|
|
1102
|
+
LanguageCode["To"] = "TO";
|
|
1103
|
+
/** Turkish. */
|
|
1104
|
+
LanguageCode["Tr"] = "TR";
|
|
1105
|
+
/** Tatar. */
|
|
1106
|
+
LanguageCode["Tt"] = "TT";
|
|
1107
|
+
/** Uyghur. */
|
|
1108
|
+
LanguageCode["Ug"] = "UG";
|
|
1109
|
+
/** Ukrainian. */
|
|
1110
|
+
LanguageCode["Uk"] = "UK";
|
|
1111
|
+
/** Urdu. */
|
|
1112
|
+
LanguageCode["Ur"] = "UR";
|
|
1113
|
+
/** Uzbek. */
|
|
1114
|
+
LanguageCode["Uz"] = "UZ";
|
|
1115
|
+
/** Vietnamese. */
|
|
1116
|
+
LanguageCode["Vi"] = "VI";
|
|
1117
|
+
/** Volapük. */
|
|
1118
|
+
LanguageCode["Vo"] = "VO";
|
|
1119
|
+
/** Wolof. */
|
|
1120
|
+
LanguageCode["Wo"] = "WO";
|
|
1121
|
+
/** Xhosa. */
|
|
1122
|
+
LanguageCode["Xh"] = "XH";
|
|
1123
|
+
/** Yiddish. */
|
|
1124
|
+
LanguageCode["Yi"] = "YI";
|
|
1125
|
+
/** Yoruba. */
|
|
1126
|
+
LanguageCode["Yo"] = "YO";
|
|
1127
|
+
/** Chinese. */
|
|
1128
|
+
LanguageCode["Zh"] = "ZH";
|
|
1129
|
+
/** Chinese (Simplified). */
|
|
1130
|
+
LanguageCode["ZhCn"] = "ZH_CN";
|
|
1131
|
+
/** Chinese (Traditional). */
|
|
1132
|
+
LanguageCode["ZhTw"] = "ZH_TW";
|
|
1133
|
+
/** Zulu. */
|
|
1134
|
+
LanguageCode["Zu"] = "ZU";
|
|
1135
|
+
})(LanguageCode || (exports.LanguageCode = LanguageCode = {}));
|
|
1136
|
+
/** Units of measurement for weight. */
|
|
1137
|
+
var WeightUnit;
|
|
1138
|
+
(function (WeightUnit) {
|
|
1139
|
+
/** Metric system unit of mass. */
|
|
1140
|
+
WeightUnit["Grams"] = "GRAMS";
|
|
1141
|
+
/** 1 kilogram equals 1000 grams. */
|
|
1142
|
+
WeightUnit["Kilograms"] = "KILOGRAMS";
|
|
1143
|
+
/** Imperial system unit of mass. */
|
|
1144
|
+
WeightUnit["Ounces"] = "OUNCES";
|
|
1145
|
+
/** 1 pound equals 16 ounces. */
|
|
1146
|
+
WeightUnit["Pounds"] = "POUNDS";
|
|
1147
|
+
})(WeightUnit || (exports.WeightUnit = WeightUnit = {}));
|