@commercetools/sync-actions 7.1.3 → 7.2.0-alpha.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.
Files changed (80) hide show
  1. package/CHANGELOG.md +265 -0
  2. package/dist/commercetools-sync-actions.cjs.js +12027 -5
  3. package/dist/commercetools-sync-actions.esm.js +11287 -2997
  4. package/dist/commercetools-sync-actions.umd.js +1 -0
  5. package/dist/commercetools-sync-actions.umd.min.js +1 -0
  6. package/dist/declarations/api-extensions/api-extensions-actions.d.ts +9 -0
  7. package/dist/declarations/api-extensions/api-extensions.d.ts +4 -0
  8. package/dist/declarations/assets/assets-actions.d.ts +2 -0
  9. package/dist/declarations/attribute-groups/attribute-groups-actions.d.ts +10 -0
  10. package/dist/declarations/attribute-groups/attribute-groups.d.ts +3 -0
  11. package/dist/declarations/business-units/business-units-actions.d.ts +10 -0
  12. package/dist/declarations/business-units/business-units.d.ts +3 -0
  13. package/dist/declarations/cart-discounts/cart-discounts-actions.d.ts +9 -0
  14. package/dist/declarations/cart-discounts/cart-discounts.d.ts +4 -0
  15. package/dist/declarations/categories/categories.d.ts +4 -0
  16. package/dist/declarations/categories/category-actions.d.ts +18 -0
  17. package/dist/declarations/channels/channels-actions.d.ts +6 -0
  18. package/dist/declarations/channels/channels.d.ts +4 -0
  19. package/dist/declarations/customer-group/customer-group-actions.d.ts +6 -0
  20. package/dist/declarations/customer-group/customer-group.d.ts +4 -0
  21. package/dist/declarations/customers/customer-actions.d.ts +23 -0
  22. package/dist/declarations/customers/customers.d.ts +4 -0
  23. package/dist/declarations/discount-codes/discount-codes-actions.d.ts +6 -0
  24. package/dist/declarations/discount-codes/discount-codes.d.ts +6 -0
  25. package/dist/declarations/index.d.ts +25 -0
  26. package/dist/declarations/inventories/inventories.d.ts +4 -0
  27. package/dist/declarations/inventories/inventory-actions.d.ts +13 -0
  28. package/dist/declarations/orders/order-actions.d.ts +16 -0
  29. package/dist/declarations/orders/orders.d.ts +4 -0
  30. package/dist/declarations/prices/prices-actions.d.ts +6 -0
  31. package/dist/declarations/prices/prices.d.ts +4 -0
  32. package/dist/declarations/product-discounts/product-discounts-actions.d.ts +9 -0
  33. package/dist/declarations/product-discounts/product-discounts.d.ts +4 -0
  34. package/dist/declarations/product-selections/product-selections-actions.d.ts +9 -0
  35. package/dist/declarations/product-selections/product-selections.d.ts +4 -0
  36. package/dist/declarations/product-types/product-types-actions.d.ts +11 -0
  37. package/dist/declarations/product-types/product-types.d.ts +4 -0
  38. package/dist/declarations/products/product-actions.d.ts +38 -0
  39. package/dist/declarations/products/products.d.ts +4 -0
  40. package/dist/declarations/projects/projects-actions.d.ts +17 -0
  41. package/dist/declarations/projects/projects.d.ts +4 -0
  42. package/dist/declarations/quotes/quotes-actions.d.ts +6 -0
  43. package/dist/declarations/quotes/quotes.d.ts +5 -0
  44. package/dist/declarations/quotes-requests/quote-requests-actions.d.ts +6 -0
  45. package/dist/declarations/quotes-requests/quote-requests.d.ts +4 -0
  46. package/dist/declarations/recurring-orders/recurring-orders-actions.d.ts +9 -0
  47. package/dist/declarations/recurring-orders/recurring-orders.d.ts +5 -0
  48. package/dist/declarations/shipping-methods/shipping-methods-actions.d.ts +10 -0
  49. package/dist/declarations/shipping-methods/shipping-methods.d.ts +4 -0
  50. package/dist/declarations/staged-quotes/staged-quotes-actions.d.ts +6 -0
  51. package/dist/declarations/staged-quotes/staged-quotes.d.ts +5 -0
  52. package/dist/declarations/states/state-actions.d.ts +7 -0
  53. package/dist/declarations/states/states.d.ts +4 -0
  54. package/dist/declarations/stores/stores-actions.d.ts +6 -0
  55. package/dist/declarations/stores/stores.d.ts +4 -0
  56. package/dist/declarations/subscriptions/subscriptions-actions.d.ts +6 -0
  57. package/dist/declarations/subscriptions/subscriptions.d.ts +4 -0
  58. package/dist/declarations/tax-categories/tax-categories-actions.d.ts +7 -0
  59. package/dist/declarations/tax-categories/tax-categories.d.ts +4 -0
  60. package/dist/declarations/types/types-actions.d.ts +7 -0
  61. package/dist/declarations/types/types.d.ts +5 -0
  62. package/dist/declarations/utils/action-map-custom.d.ts +5 -0
  63. package/dist/declarations/utils/clone.d.ts +6 -0
  64. package/dist/declarations/utils/combine-validity-actions.d.ts +1 -0
  65. package/dist/declarations/utils/common-actions.d.ts +46 -0
  66. package/dist/declarations/utils/copy-empty-array-props.d.ts +9 -0
  67. package/dist/declarations/utils/create-build-actions.d.ts +4 -0
  68. package/dist/declarations/utils/create-build-array-actions.d.ts +15 -0
  69. package/dist/declarations/utils/create-map-action-group.d.ts +2 -0
  70. package/dist/declarations/utils/diffpatcher.d.ts +11 -0
  71. package/dist/declarations/utils/extract-matching-pairs.d.ts +4 -0
  72. package/dist/declarations/utils/find-matching-pairs.d.ts +2 -0
  73. package/dist/declarations/utils/remove-typename.d.ts +3 -0
  74. package/dist/declarations/utils/types.d.ts +31 -0
  75. package/dist/declarations/zones/zones-actions.d.ts +7 -0
  76. package/dist/declarations/zones/zones.d.ts +4 -0
  77. package/package.json +20 -29
  78. package/LICENSE +0 -21
  79. package/dist/commercetools-sync-actions.cjs.dev.js +0 -3728
  80. package/dist/commercetools-sync-actions.cjs.prod.js +0 -3728
package/CHANGELOG.md ADDED
@@ -0,0 +1,265 @@
1
+ # @commercetools/sync-actions
2
+
3
+ ## 7.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1909](https://github.com/commercetools/nodejs/pull/1909) [`6740404`](https://github.com/commercetools/nodejs/commit/6740404987a0cd6b979105febb1965ac10a18d01) Thanks [@phofmann](https://github.com/phofmann)! - Added support for extensions, business-units and subscriptions
8
+
9
+ ## 7.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`50bb5fd`](https://github.com/commercetools/nodejs/commit/50bb5fdc39f8341b54548aadd8835d37375b6ab1) Thanks [@tdeekens](https://github.com/tdeekens)! - Downgrade jsondiffpatch to v0.5.0 before becoming ESM only
14
+
15
+ ## 7.1.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1962](https://github.com/commercetools/nodejs/pull/1962) [`b41c274`](https://github.com/commercetools/nodejs/commit/b41c274bfb0f86fcf7ff6172cab385db2f9e8769) Thanks [@tdeekens](https://github.com/tdeekens)! - Downgrade jsondiffpatch to 0.6.0
20
+
21
+ ## 7.1.1
22
+
23
+ ### Patch Changes
24
+
25
+ - [#1960](https://github.com/commercetools/nodejs/pull/1960) [`c19a0d5`](https://github.com/commercetools/nodejs/commit/c19a0d5f6b6fd90b8b6042b0feb0d960c9d46b26) Thanks [@tdeekens](https://github.com/tdeekens)! - Downgrade jsondiffpatch to fix ESM bundling issue.
26
+
27
+ ## 7.1.0
28
+
29
+ ### Minor Changes
30
+
31
+ - [#1934](https://github.com/commercetools/nodejs/pull/1934) [`0d20ce7`](https://github.com/commercetools/nodejs/commit/0d20ce78f58b012106e1005249a7eaeae4faef40) Thanks [@NickDevG](https://github.com/NickDevG)! - Adding business unit search status coverage
32
+
33
+ ### Patch Changes
34
+
35
+ - [#1735](https://github.com/commercetools/nodejs/pull/1735) [`4879752`](https://github.com/commercetools/nodejs/commit/487975227ced4809e8ce30d9ae5cbd402c275672) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies
36
+
37
+ - [#1741](https://github.com/commercetools/nodejs/pull/1741) [`dd64902`](https://github.com/commercetools/nodejs/commit/dd6490249727ee462c238b35b1e38ec89464a1d0) Thanks [@renovate](https://github.com/apps/renovate)! - Remove resolutions from dependencies.
38
+
39
+ - [#1948](https://github.com/commercetools/nodejs/pull/1948) [`586ce1d`](https://github.com/commercetools/nodejs/commit/586ce1d212b5d69c023e1f4e31beaee6bda9f0cd) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
40
+
41
+ - [#1957](https://github.com/commercetools/nodejs/pull/1957) [`acdf899`](https://github.com/commercetools/nodejs/commit/acdf8992103d8210d459bb247a3f6927339ef0bc) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - added recurring orders sync actions
42
+
43
+ - [#1949](https://github.com/commercetools/nodejs/pull/1949) [`6fe114e`](https://github.com/commercetools/nodejs/commit/6fe114e9a15edd319819cf98c33a4de22a6de301) Thanks [@industrian](https://github.com/industrian)! - Update links to documentation.
44
+
45
+ - [#1952](https://github.com/commercetools/nodejs/pull/1952) [`8ce2297`](https://github.com/commercetools/nodejs/commit/8ce2297ef43434ae4033efbf142d92401d81cd05) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
46
+
47
+ ## 7.0.0
48
+
49
+ ### Major Changes
50
+
51
+ - [#1930](https://github.com/commercetools/nodejs/pull/1930) [`5a56792`](https://github.com/commercetools/nodejs/commit/5a5679256a4a7e4b90bc47b945b12acb4f70b411) Thanks [@tdeekens](https://github.com/tdeekens)! - # Requires Node.js v18 or later
52
+
53
+ This releases migrates packages to require Node.js v18 or later. Ideally you should be already using Node.js v20 or later. According to [Node.js Releases](https://nodejs.org/en/about/previous-releases) Node.js v18 will be in maintenance and reach End of Life by the end of April.
54
+
55
+ Other than requiring Node.js v18 packages with this releases do not contain any internal breaking changes.
56
+
57
+ ## 6.1.1
58
+
59
+ ### Patch Changes
60
+
61
+ - [#1927](https://github.com/commercetools/nodejs/pull/1927) [`a4705c19`](https://github.com/commercetools/nodejs/commit/a4705c19af234cccde74cb52bfff912bf380c6ba) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - We found an issue in the way the `jsondiffpatch` was used that made this package not usable in a browser environment.
62
+
63
+ In this version we adjust the way that package is imported and we pin a transitive dependency (`chalk`) to fix the error.
64
+
65
+ ## 6.1.0
66
+
67
+ ### Minor Changes
68
+
69
+ - [#1921](https://github.com/commercetools/nodejs/pull/1921) [`c9d23e86`](https://github.com/commercetools/nodejs/commit/c9d23e86a6013aafb6a3c296121e1c5995d9eab6) Thanks [@kafis](https://github.com/kafis)! - Introducing configuration to control the behaviour regarding generation of UpdateActions in respect to unsetting fields
70
+
71
+ ## 6.0.0
72
+
73
+ ### Major Changes
74
+
75
+ - [#1919](https://github.com/commercetools/nodejs/pull/1919) [`1c867e02`](https://github.com/commercetools/nodejs/commit/1c867e02285f5030d5ef7aebef46ea27e5e8521b) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update the way we import the `jsondiffpath` dependency to use `import` instead of `require`.
76
+
77
+ ## 5.19.2
78
+
79
+ ### Patch Changes
80
+
81
+ - [#1914](https://github.com/commercetools/nodejs/pull/1914) [`6e1195ed`](https://github.com/commercetools/nodejs/commit/6e1195ed05cc3338eac94e47f439f10b7b0e6e75) Thanks [@antoniolodias](https://github.com/antoniolodias)! - fix: filter out unchanged taxrates from changed list
82
+
83
+ ## 5.19.1
84
+
85
+ ### Patch Changes
86
+
87
+ - [#1912](https://github.com/commercetools/nodejs/pull/1912) [`06866537`](https://github.com/commercetools/nodejs/commit/06866537feb04eaf26521d43b654cbc2920bab0d) Thanks [@markus-azer](https://github.com/markus-azer)! - Fix product action groups category order hints
88
+
89
+ ## 5.19.0
90
+
91
+ ### Minor Changes
92
+
93
+ - [#1908](https://github.com/commercetools/nodejs/pull/1908) [`df373a1a`](https://github.com/commercetools/nodejs/commit/df373a1adbcaa2340b0af0656fd0dbab055329f8) Thanks [@ChristianMoll](https://github.com/ChristianMoll)! - Fix action keys for changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus
94
+
95
+ ## 5.18.0
96
+
97
+ ### Minor Changes
98
+
99
+ - [#1903](https://github.com/commercetools/nodejs/pull/1903) [`164f1ce7`](https://github.com/commercetools/nodejs/commit/164f1ce7526bb15a16f531572518cbb6ddd61098) Thanks [@ChristianMoll](https://github.com/ChristianMoll)! - Add sync actions changeMyBusinessUnitStatusOnCreation, setMyBusinessUnitAssociateRoleOnCreation and changeCustomerSearchStatus
100
+
101
+ ## 5.17.0
102
+
103
+ ### Minor Changes
104
+
105
+ - [#1897](https://github.com/commercetools/nodejs/pull/1897) [`940dd70b`](https://github.com/commercetools/nodejs/commit/940dd70ba53c51e0fb74849aadb688db6add764d) Thanks [@antoniolodias](https://github.com/antoniolodias)! - add changeActive to shipping methods base actions
106
+
107
+ ## 5.16.0
108
+
109
+ ### Minor Changes
110
+
111
+ - [#1892](https://github.com/commercetools/nodejs/pull/1892) [`fb03b746`](https://github.com/commercetools/nodejs/commit/fb03b7463a990934d2b11fd17b784af104431cc4) Thanks [@ragafus](https://github.com/ragafus)! - Add support for DiscountCodes `setKey` action.
112
+
113
+ ## 5.15.0
114
+
115
+ ### Minor Changes
116
+
117
+ - [#1885](https://github.com/commercetools/nodejs/pull/1885) [`d6cb2740`](https://github.com/commercetools/nodejs/commit/d6cb27401279cb42a49366f32802f8ca8c7f01a3) Thanks [@kafis](https://github.com/kafis)! - Add support for 'changeAssetOrder' in (ProductVariants)[https://docs.commercetools.com/api/projects/products#change-asset-order].
118
+
119
+ ## 5.14.0
120
+
121
+ ### Minor Changes
122
+
123
+ - [#1876](https://github.com/commercetools/nodejs/pull/1876) [`27f0d2b6`](https://github.com/commercetools/nodejs/commit/27f0d2b66fefbe082b6a27e7fa940b09e7e6088c) Thanks [@jaikumar-tj](https://github.com/jaikumar-tj)! - Add support for attribute groups `changeName`, `setKey`, `setDescription`, `addAttribute` and `removeAttribute` actions.
124
+
125
+ ## 5.13.0
126
+
127
+ ### Minor Changes
128
+
129
+ - [#1874](https://github.com/commercetools/nodejs/pull/1874) [`69f4501d`](https://github.com/commercetools/nodejs/commit/69f4501dc5401ab2b44f4d3096a978094e402c9f) Thanks [@taylor-knapp](https://github.com/taylor-knapp)! - Handle long text values performantly
130
+
131
+ ## 5.12.2
132
+
133
+ ### Patch Changes
134
+
135
+ - [#1871](https://github.com/commercetools/nodejs/pull/1871) [`4f8ea39b`](https://github.com/commercetools/nodejs/commit/4f8ea39b66ddd5014ac8f923ed980584bd96290c) Thanks [@ARRIOLALEO](https://github.com/ARRIOLALEO)! - rollback setPriceTiers name change
136
+
137
+ ## 5.12.1
138
+
139
+ ### Patch Changes
140
+
141
+ - [#1869](https://github.com/commercetools/nodejs/pull/1869) [`7285a9fb`](https://github.com/commercetools/nodejs/commit/7285a9fbcbcfca6a9460e36ba7b58bb30f34fac6) Thanks [@ARRIOLALEO](https://github.com/ARRIOLALEO)! - Add support for StandalonePrice `setPriceTier`
142
+
143
+ ## 5.12.0
144
+
145
+ ### Minor Changes
146
+
147
+ - [#1863](https://github.com/commercetools/nodejs/pull/1863) [`7ed7a663`](https://github.com/commercetools/nodejs/commit/7ed7a663c1cb3aa87bfb4b4c2c008949a66a62e0) Thanks [@ragafus](https://github.com/ragafus)! - Add support for StandalonePrice `setKey`, `setValidFrom`, `setValidUntil`, `setValidFromAndUntil` and `changeActive` actions.
148
+
149
+ ## 5.11.0
150
+
151
+ ### Minor Changes
152
+
153
+ - [#1864](https://github.com/commercetools/nodejs/pull/1864) [`91f6b617`](https://github.com/commercetools/nodejs/commit/91f6b61794e7d66766097965e452e14c85e40f14) Thanks [@ARRIOLALEO](https://github.com/ARRIOLALEO)! - Add support for StandalonePrice `setPriceTiers`
154
+
155
+ ## 5.10.0
156
+
157
+ ### Minor Changes
158
+
159
+ - [#1856](https://github.com/commercetools/nodejs/pull/1856) [`9a3e3711`](https://github.com/commercetools/nodejs/commit/9a3e3711bf6594deafb5d54a9ce9e32450f9c4d6) Thanks [@qmateub](https://github.com/qmateub)! - orders sync-actions: support action on delivery items `setDeliveryItems`
160
+
161
+ ## 5.9.0
162
+
163
+ ### Minor Changes
164
+
165
+ - [#1853](https://github.com/commercetools/nodejs/pull/1853) [`4bb8f979`](https://github.com/commercetools/nodejs/commit/4bb8f979c317bbce1654ca0f1abc9b4717fdda0b) Thanks [@markus-azer](https://github.com/markus-azer)! - types sync-actions: support the following actions `changeInputHint`, `changeEnumValueLabel`, `changeLocalizedEnumValueLabel`.
166
+
167
+ ## 5.8.0
168
+
169
+ ### Minor Changes
170
+
171
+ - [#1852](https://github.com/commercetools/nodejs/pull/1852) [`94a376c8`](https://github.com/commercetools/nodejs/commit/94a376c89525b7cee58b710154ddf7cb146cd16c) Thanks [@markus-azer](https://github.com/markus-azer)! - types sync-actions: fix action structure for changeFieldDefinitionOrder
172
+ fix internal type sync error by adding optional chaining
173
+
174
+ ## 5.7.0
175
+
176
+ ### Minor Changes
177
+
178
+ - [#1850](https://github.com/commercetools/nodejs/pull/1850) [`330cd9a9`](https://github.com/commercetools/nodejs/commit/330cd9a9b4fca045d479d2d220d2a2a2b966b1f4) Thanks [@markus-azer](https://github.com/markus-azer)! - types sync-actions: fix action structure for changeLocalizedEnumValueOrder, changeEnumValueOrder
179
+
180
+ ## 5.6.0
181
+
182
+ ### Minor Changes
183
+
184
+ - [#1844](https://github.com/commercetools/nodejs/pull/1844) [`23f0529b`](https://github.com/commercetools/nodejs/commit/23f0529bbf359a11500dbf87bdc9e59cb759c89a) Thanks [@markus-azer](https://github.com/markus-azer)! - Add localizedName action to shipping methods
185
+
186
+ ## 5.5.0
187
+
188
+ ### Minor Changes
189
+
190
+ - [#1841](https://github.com/commercetools/nodejs/pull/1841) [`b90c7238`](https://github.com/commercetools/nodejs/commit/b90c7238f0d3d892e1066fd2883cff062b099e66) Thanks [@Rombelirk](https://github.com/Rombelirk)! - Add Custom Fields to Shipping Methods.
191
+
192
+ ## 5.4.1
193
+
194
+ ### Patch Changes
195
+
196
+ - [#1839](https://github.com/commercetools/nodejs/pull/1839) [`d6cadcbc`](https://github.com/commercetools/nodejs/commit/d6cadcbc4b850fa6f438b65c3b63b294a32a58ee) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix failing to sync froozen arrays for prices
197
+
198
+ ## 5.4.0
199
+
200
+ ### Minor Changes
201
+
202
+ - [#1836](https://github.com/commercetools/nodejs/pull/1836) [`ad34d030`](https://github.com/commercetools/nodejs/commit/ad34d03041e7e6b8284da6224dc968fde537a85a) Thanks [@nicolasnieto92](https://github.com/nicolasnieto92)! - Add setAuthenticationMode sync action
203
+
204
+ ## 5.3.1
205
+
206
+ ### Patch Changes
207
+
208
+ - [#1818](https://github.com/commercetools/nodejs/pull/1818) [`856929e3`](https://github.com/commercetools/nodejs/commit/856929e3bc176021a9b52e1ff9c888e51c83cccd) Thanks [@qmateub](https://github.com/qmateub)! - fix(sync-actions/orders): adjust diff calculation of returnInfo items
209
+
210
+ ## 5.3.0
211
+
212
+ ### Minor Changes
213
+
214
+ - [#1820](https://github.com/commercetools/nodejs/pull/1820) [`c3964026`](https://github.com/commercetools/nodejs/commit/c3964026b401cb1c8ae8b581a3fcc4ea692ed3b4) Thanks [@danrleyt](https://github.com/danrleyt)! - Adding support to quote requests and staged quotes
215
+
216
+ ## 5.2.0
217
+
218
+ ### Minor Changes
219
+
220
+ - [`cad54c42`](https://github.com/commercetools/nodejs/commit/cad54c421e18464ae03fb283a30f2ba2f3f6e46a) Thanks [@qmateub](https://github.com/qmateub)! - feat(sync-actions): improve performance for large arrays comparisons"
221
+
222
+ ## 5.1.0
223
+
224
+ ### Minor Changes
225
+
226
+ - [#1803](https://github.com/commercetools/nodejs/pull/1803) [`823985ae`](https://github.com/commercetools/nodejs/commit/823985ae67465673c26f296b68681f255230d571) Thanks [@nicolasnieto92](https://github.com/nicolasnieto92)! - Add createSyncStandalonePrices export to index for supporting prices sync actions
227
+
228
+ ## 5.0.0
229
+
230
+ ### Major Changes
231
+
232
+ - [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.
233
+
234
+ ## 4.13.0
235
+
236
+ ### Minor Changes
237
+
238
+ - [#1798](https://github.com/commercetools/nodejs/pull/1798) [`850325d0`](https://github.com/commercetools/nodejs/commit/850325d08603764787c387b2341e4009d0c4f788) Thanks [@markus-azer](https://github.com/markus-azer)! - support standalone prices
239
+
240
+ ## 4.12.0
241
+
242
+ ### Minor Changes
243
+
244
+ - [#1796](https://github.com/commercetools/nodejs/pull/1796) [`7aaf91cd`](https://github.com/commercetools/nodejs/commit/7aaf91cdecb7c844943369fc137a5356becdba36) Thanks [@VineetKumarKushwaha](https://github.com/VineetKumarKushwaha)! - Fix custom types sync actions to detect addEnumValue action correctly
245
+
246
+ ## 4.11.0
247
+
248
+ ### Minor Changes
249
+
250
+ - [#1788](https://github.com/commercetools/nodejs/pull/1788) [`f1acfb67`](https://github.com/commercetools/nodejs/commit/f1acfb67708d8253f551481fd65097add48c6686) Thanks [@nicolasnieto92](https://github.com/nicolasnieto92)! - Add setPriceMode sync action for commercetools-importer project
251
+
252
+ ## 4.10.1
253
+
254
+ ### Patch Changes
255
+
256
+ - [#1770](https://github.com/commercetools/nodejs/pull/1770) [`381d1e1f`](https://github.com/commercetools/nodejs/commit/381d1e1f07cc2705962973e3a48934bf7884e309) Thanks [@mohib0306](https://github.com/mohib0306)! - Fix product selection's name update action. `setName` => `changeName`
257
+ Expose `createSyncProductSelections` from `sync-actions` package
258
+
259
+ ## 4.10.0
260
+
261
+ ### Minor Changes
262
+
263
+ - [#1767](https://github.com/commercetools/nodejs/pull/1767) [`1aef3423`](https://github.com/commercetools/nodejs/commit/1aef3423e96da7f5df20fd5f66ec29146cacee83) Thanks [@mohib0306](https://github.com/mohib0306)! - feat(sync-actions/product-selections): add sync action support for product selections
264
+
265
+ As product selections are available via the API, the sync-actions package is updated to support generating update actions for product selections.