feed-common 1.59.2 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/.vscode/settings.json +1 -1
  2. package/CHANGELOG.md +14 -0
  3. package/dist/constants/profile.constants.d.ts +10 -0
  4. package/dist/constants/profile.constants.d.ts.map +1 -1
  5. package/dist/constants/profile.constants.js +77 -1
  6. package/dist/constants/profile.constants.js.map +1 -1
  7. package/dist/index.d.ts +9 -0
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/index.js +9 -0
  10. package/dist/index.js.map +1 -1
  11. package/dist/sources/currency.source.d.ts.map +1 -1
  12. package/dist/sources/currency.source.js +0 -94
  13. package/dist/sources/currency.source.js.map +1 -1
  14. package/dist/sources/ee.source.d.ts +5 -0
  15. package/dist/sources/ee.source.d.ts.map +1 -0
  16. package/dist/sources/ee.source.js +13 -0
  17. package/dist/sources/ee.source.js.map +1 -0
  18. package/dist/sources/google-age-group.source.d.ts +5 -0
  19. package/dist/sources/google-age-group.source.d.ts.map +1 -0
  20. package/dist/sources/google-age-group.source.js +8 -0
  21. package/dist/sources/google-age-group.source.js.map +1 -0
  22. package/dist/sources/google-category.source.d.ts +5 -0
  23. package/dist/sources/google-category.source.d.ts.map +1 -0
  24. package/dist/sources/google-category.source.js +5598 -0
  25. package/dist/sources/google-category.source.js.map +1 -0
  26. package/dist/sources/google-condition.source.d.ts +5 -0
  27. package/dist/sources/google-condition.source.d.ts.map +1 -0
  28. package/dist/sources/google-condition.source.js +6 -0
  29. package/dist/sources/google-condition.source.js.map +1 -0
  30. package/dist/sources/google-gender.source.d.ts +5 -0
  31. package/dist/sources/google-gender.source.d.ts.map +1 -0
  32. package/dist/sources/google-gender.source.js +6 -0
  33. package/dist/sources/google-gender.source.js.map +1 -0
  34. package/dist/sources/google-gmc-destinations.source.d.ts +5 -0
  35. package/dist/sources/google-gmc-destinations.source.d.ts.map +1 -0
  36. package/dist/sources/google-gmc-destinations.source.js +10 -0
  37. package/dist/sources/google-gmc-destinations.source.js.map +1 -0
  38. package/dist/sources/google-size-system.source.d.ts +5 -0
  39. package/dist/sources/google-size-system.source.d.ts.map +1 -0
  40. package/dist/sources/google-size-system.source.js +14 -0
  41. package/dist/sources/google-size-system.source.js.map +1 -0
  42. package/dist/sources/google-size-type.source.d.ts +5 -0
  43. package/dist/sources/google-size-type.source.d.ts.map +1 -0
  44. package/dist/sources/google-size-type.source.js +9 -0
  45. package/dist/sources/google-size-type.source.js.map +1 -0
  46. package/dist/sources/yes-no.source.d.ts +5 -0
  47. package/dist/sources/yes-no.source.d.ts.map +1 -0
  48. package/dist/sources/yes-no.source.js +2 -0
  49. package/dist/sources/yes-no.source.js.map +1 -0
  50. package/dist/utils/feed-templates/google-api.template.d.ts.map +1 -1
  51. package/dist/utils/feed-templates/google-api.template.js +40 -18
  52. package/dist/utils/feed-templates/google-api.template.js.map +1 -1
  53. package/package.json +1 -1
  54. package/src/constants/profile.constants.ts +77 -1
  55. package/src/index.ts +9 -0
  56. package/src/sources/currency.source.ts +0 -94
  57. package/src/sources/ee.source.ts +12 -0
  58. package/src/sources/google-age-group.source.ts +7 -0
  59. package/src/sources/google-category.source.ts +5597 -0
  60. package/src/sources/google-condition.source.ts +5 -0
  61. package/src/sources/google-gender.source.ts +5 -0
  62. package/src/sources/google-gmc-destinations.source.ts +9 -0
  63. package/src/sources/google-size-system.source.ts +13 -0
  64. package/src/sources/google-size-type.source.ts +8 -0
  65. package/src/sources/yes-no.source.ts +1 -0
  66. package/src/utils/feed-templates/google-api.template.ts +39 -17
@@ -1,71 +1,35 @@
1
1
  export const CurrencySource = [
2
2
  { label: 'United Arab Emirates Dirham', value: 'AED' },
3
- { label: 'Afghan Afghani', value: 'AFN' },
4
3
  { label: 'Albanian Lek', value: 'ALL' },
5
4
  { label: 'Armenian Dram', value: 'AMD' },
6
- { label: 'Netherlands Antillean Guilder', value: 'ANG' },
7
- { label: 'Angolan Kwanza', value: 'AOA' },
8
5
  { label: 'Argentine Peso', value: 'ARS' },
9
6
  { label: 'Australian Dollar', value: 'AUD' },
10
- { label: 'Aruban Florin', value: 'AWG' },
11
7
  { label: 'Azerbaijani Manat', value: 'AZN' },
12
- { label: 'Bosnia-Herzegovina Convertible Mark', value: 'BAM' },
13
- { label: 'Barbadian Dollar', value: 'BBD' },
14
8
  { label: 'Bangladeshi Taka', value: 'BDT' },
15
9
  { label: 'Bulgarian Lev', value: 'BGN' },
16
10
  { label: 'Bahraini Dinar', value: 'BHD' },
17
- { label: 'Burundian Franc', value: 'BIF' },
18
- { label: 'Bermudian Dollar', value: 'BMD' },
19
11
  { label: 'Brunei Dollar', value: 'BND' },
20
12
  { label: 'Bolivian Boliviano', value: 'BOB' },
21
13
  { label: 'Bolivian Mvdol', value: 'BOV' },
22
14
  { label: 'Brazilian Real', value: 'BRL' },
23
- { label: 'Bahamian Dollar', value: 'BSD' },
24
- { label: 'Bhutanese Ngultrum', value: 'BTN' },
25
- { label: 'Botswana Pula', value: 'BWP' },
26
15
  { label: 'Belarusian Ruble', value: 'BYN' },
27
- { label: 'Belize Dollar', value: 'BZD' },
28
16
  { label: 'Canadian Dollar', value: 'CAD' },
29
- { label: 'Congolese Franc', value: 'CDF' },
30
17
  { label: 'Swiss Franc', value: 'CHF' },
31
- { label: 'WIR Franc', value: 'CHW' },
32
18
  { label: 'Chilean Peso', value: 'CLP' },
33
19
  { label: 'Chinese Yuan', value: 'CNY' },
34
20
  { label: 'Colombian Peso', value: 'COP' },
35
- { label: 'Colombian Real Value Unit', value: 'COU' },
36
21
  { label: 'Costa Rican Colón', value: 'CRC' },
37
- { label: 'Cuban Convertible Peso', value: 'CUC' },
38
- { label: 'Cuban Peso', value: 'CUP' },
39
- { label: 'Cape Verdean Escudo', value: 'CVE' },
40
22
  { label: 'Czech Koruna', value: 'CZK' },
41
- { label: 'Djiboutian Franc', value: 'DJF' },
42
23
  { label: 'Danish Krone', value: 'DKK' },
43
- { label: 'Dominican Peso', value: 'DOP' },
44
- { label: 'Algerian Dinar', value: 'DZD' },
45
24
  { label: 'Egyptian Pound', value: 'EGP' },
46
- { label: 'Eritrean Nakfa', value: 'ERN' },
47
- { label: 'Ethiopian Birr', value: 'ETB' },
48
25
  { label: 'Euro', value: 'EUR' },
49
- { label: 'Fijian Dollar', value: 'FJD' },
50
- { label: 'Falkland Islands Pound', value: 'FKP' },
51
- { label: 'Faroese Króna', value: 'FOK' },
52
26
  { label: 'British Pound', value: 'GBP' },
53
27
  { label: 'Georgian Lari', value: 'GEL' },
54
- { label: 'Guernsey Pound', value: 'GGP' },
55
- { label: 'Ghanaian Cedi', value: 'GHS' },
56
- { label: 'Gibraltar Pound', value: 'GIP' },
57
- { label: 'Gambian Dalasi', value: 'GMD' },
58
- { label: 'Guinean Franc', value: 'GNF' },
59
- { label: 'Guatemalan Quetzal', value: 'GTQ' },
60
- { label: 'Guyanese Dollar', value: 'GYD' },
61
28
  { label: 'Hong Kong Dollar', value: 'HKD' },
62
- { label: 'Honduran Lempira', value: 'HNL' },
63
29
  { label: 'Croatian Kuna', value: 'HRK' },
64
- { label: 'Haitian Gourde', value: 'HTG' },
65
30
  { label: 'Hungarian Forint', value: 'HUF' },
66
31
  { label: 'Indonesian Rupiah', value: 'IDR' },
67
32
  { label: 'Israeli New Shekel', value: 'ILS' },
68
- { label: 'Isle of Man Pound', value: 'IMP' },
69
33
  { label: 'Indian Rupee', value: 'INR' },
70
34
  { label: 'Iraqi Dinar', value: 'IQD' },
71
35
  { label: 'Iranian Rial', value: 'IRR' },
@@ -73,96 +37,38 @@ export const CurrencySource = [
73
37
  { label: 'Jamaican Dollar', value: 'JMD' },
74
38
  { label: 'Jordanian Dinar', value: 'JOD' },
75
39
  { label: 'Japanese Yen', value: 'JPY' },
76
- { label: 'Kenyan Shilling', value: 'KES' },
77
40
  { label: 'Kyrgyzstani Som', value: 'KGS' },
78
- { label: 'Cambodian Riel', value: 'KHR' },
79
- { label: 'Kiribati Dollar', value: 'KID' },
80
- { label: 'Comorian Franc', value: 'KMF' },
81
41
  { label: 'South Korean Won', value: 'KRW' },
82
42
  { label: 'Kuwaiti Dinar', value: 'KWD' },
83
- { label: 'Cayman Islands Dollar', value: 'KYD' },
84
43
  { label: 'Kazakhstani Tenge', value: 'KZT' },
85
- { label: 'Lao Kip', value: 'LAK' },
86
- { label: 'Lebanese Pound', value: 'LBP' },
87
44
  { label: 'Sri Lankan Rupee', value: 'LKR' },
88
- { label: 'Liberian Dollar', value: 'LRD' },
89
- { label: 'Lesotho Loti', value: 'LSL' },
90
- { label: 'Libyan Dinar', value: 'LYD' },
91
- { label: 'Moroccan Dirham', value: 'MAD' },
92
45
  { label: 'Moldovan Leu', value: 'MDL' },
93
- { label: 'Malagasy Ariary', value: 'MGA' },
94
46
  { label: 'Macedonian Denar', value: 'MKD' },
95
- { label: 'Myanmar Kyat', value: 'MMK' },
96
47
  { label: 'Mongolian Tögrög', value: 'MNT' },
97
- { label: 'Macanese Pataca', value: 'MOP' },
98
- { label: 'Mauritanian Ouguiya', value: 'MRU' },
99
- { label: 'Mauritian Rupee', value: 'MUR' },
100
- { label: 'Maldivian Rufiyaa', value: 'MVR' },
101
- { label: 'Malawian Kwacha', value: 'MWK' },
102
48
  { label: 'Mexican Peso', value: 'MXN' },
103
- { label: 'Mexican Unidad de Inversion (UDI)', value: 'MXV' },
104
49
  { label: 'Malaysian Ringgit', value: 'MYR' },
105
- { label: 'Mozambican Metical', value: 'MZN' },
106
- { label: 'Namibian Dollar', value: 'NAD' },
107
- { label: 'Nigerian Naira', value: 'NGN' },
108
- { label: 'Nicaraguan Córdoba', value: 'NIO' },
109
50
  { label: 'Norwegian Krone', value: 'NOK' },
110
- { label: 'Nepalese Rupee', value: 'NPR' },
111
51
  { label: 'New Zealand Dollar', value: 'NZD' },
112
- { label: 'Omani Rial', value: 'OMR' },
113
- { label: 'Panamanian Balboa', value: 'PAB' },
114
- { label: 'Peruvian Sol', value: 'PEN' },
115
- { label: 'Papua New Guinean Kina', value: 'PGK' },
116
52
  { label: 'Philippine Peso', value: 'PHP' },
117
53
  { label: 'Pakistani Rupee', value: 'PKR' },
118
54
  { label: 'Polish Złoty', value: 'PLN' },
119
- { label: 'Paraguayan Guaraní', value: 'PYG' },
120
55
  { label: 'Qatari Riyal', value: 'QAR' },
121
56
  { label: 'Romanian Leu', value: 'RON' },
122
57
  { label: 'Serbian Dinar', value: 'RSD' },
123
58
  { label: 'Russian Ruble', value: 'RUB' },
124
- { label: 'Rwandan Franc', value: 'RWF' },
125
59
  { label: 'Saudi Riyal', value: 'SAR' },
126
- { label: 'Solomon Islands Dollar', value: 'SBD' },
127
- { label: 'Seychellois Rupee', value: 'SCR' },
128
- { label: 'Sudanese Pound', value: 'SDG' },
129
60
  { label: 'Swedish Krona', value: 'SEK' },
130
61
  { label: 'Singapore Dollar', value: 'SGD' },
131
- { label: 'Saint Helena Pound', value: 'SHP' },
132
- { label: 'Sierra Leonean Leone', value: 'SLE' },
133
- { label: 'Somali Shilling', value: 'SOS' },
134
- { label: 'Surinamese Dollar', value: 'SRD' },
135
- { label: 'South Sudanese Pound', value: 'SSP' },
136
- { label: 'São Tomé and Príncipe Dobra', value: 'STN' },
137
- { label: 'Syrian Pound', value: 'SYP' },
138
- { label: 'Swazi Lilangeni', value: 'SZL' },
139
62
  { label: 'Thai Baht', value: 'THB' },
140
63
  { label: 'Tajikistani Somoni', value: 'TJS' },
141
64
  { label: 'Turkmenistani Manat', value: 'TMT' },
142
- { label: 'Tunisian Dinar', value: 'TND' },
143
- { label: 'Tongan Paʻanga', value: 'TOP' },
144
65
  { label: 'Turkish Lira', value: 'TRY' },
145
- { label: 'Trinidad and Tobago Dollar', value: 'TTD' },
146
- { label: 'Tuvaluan Dollar', value: 'TVD' },
147
- { label: 'New Taiwan Dollar', value: 'TWD' },
148
- { label: 'Tanzanian Shilling', value: 'TZS' },
149
66
  { label: 'Ukrainian Hryvnia', value: 'UAH' },
150
- { label: 'Ugandan Shilling', value: 'UGX' },
151
67
  { label: 'United States Dollar', value: 'USD' },
152
- { label: 'Uruguayan Peso', value: 'UYU' },
153
- { label: 'Uruguay Peso en Unidades Indexadas', value: 'UYI' },
154
68
  { label: 'Uzbekistani Som', value: 'UZS' },
155
69
  { label: 'Venezuelan Bolívar Soberano', value: 'VES' },
156
70
  { label: 'Vietnamese Đồng', value: 'VND' },
157
- { label: 'Vanuatu Vatu', value: 'VUV' },
158
- { label: 'Samoan Tala', value: 'WST' },
159
71
  { label: 'Central African CFA Franc', value: 'XAF' },
160
- { label: 'East Caribbean Dollar', value: 'XCD' },
161
72
  { label: 'West African CFA Franc', value: 'XOF' },
162
- { label: 'CFP Franc', value: 'XPF' },
163
- { label: 'Sucre', value: 'XSU' },
164
- { label: 'Yemeni Rial', value: 'YER' },
165
73
  { label: 'South African Rand', value: 'ZAR' },
166
- { label: 'Zambian Kwacha', value: 'ZMW' },
167
- { label: 'Zimbabwean Dollar', value: 'ZWL' }
168
74
  ];
@@ -0,0 +1,12 @@
1
+ export const EnergyEfficiencySource = [
2
+ { label: 'A', value: 'A' },
3
+ { label: 'A+', value: 'A+' },
4
+ { label: 'A++', value: 'A++' },
5
+ { label: 'A+++', value: 'A+++' },
6
+ { label: 'B', value: 'B' },
7
+ { label: 'C', value: 'C' },
8
+ { label: 'D', value: 'D' },
9
+ { label: 'E', value: 'E' },
10
+ { label: 'F', value: 'F' },
11
+ { label: 'G', value: 'G' }
12
+ ];
@@ -0,0 +1,7 @@
1
+ export const GoogleAgeGroupSource = [
2
+ { label: 'Newborn', value: 'newborn' },
3
+ { label: 'Infant', value: 'infant' },
4
+ { label: 'Toddler', value: 'toddler' },
5
+ { label: 'Kids', value: 'kids' },
6
+ { label: 'Adult', value: 'adult' }
7
+ ];