@artisan-commerce/products 0.9.0-canary.4 → 0.9.0-canary.41

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 (70) hide show
  1. package/CHANGELOG.md +302 -0
  2. package/dist/bundle.cjs.js +1127 -0
  3. package/dist/bundle.cjs.js.map +1 -0
  4. package/dist/bundle.d.ts +164 -0
  5. package/dist/bundle.esm.js +1118 -0
  6. package/dist/bundle.esm.js.map +1 -0
  7. package/dist/bundle.umd.js +1133 -0
  8. package/dist/bundle.umd.js.map +1 -0
  9. package/package.json +23 -58
  10. package/build/config/constants.d.ts +0 -12
  11. package/build/errors/api.errors.d.ts +0 -7
  12. package/build/index.d.ts +0 -17
  13. package/build/lib/getCategories/getCategories.d.ts +0 -1
  14. package/build/lib/getCategories/getCategories.test.d.ts +0 -1
  15. package/build/lib/getProductDetails/getProductDetails.d.ts +0 -10
  16. package/build/lib/getProductDetails/getProductDetails.test.d.ts +0 -1
  17. package/build/lib/getProductDetails/getProductDetails.types.d.ts +0 -7
  18. package/build/lib/getProducts/getProducts.d.ts +0 -11
  19. package/build/lib/getProducts/getProducts.test.d.ts +0 -1
  20. package/build/lib/getProducts/getProducts.types.d.ts +0 -3
  21. package/build/lib/getRecommendedProducts/getRecommendedProducts.d.ts +0 -1
  22. package/build/lib/getRecommendedProducts/getRecommendedProducts.test.d.ts +0 -1
  23. package/build/lib/getRelatedProducts/getRelatedProducts.d.ts +0 -1
  24. package/build/lib/getRelatedProducts/getRelatedProducts.test.d.ts +0 -1
  25. package/build/lib/getStoreDetails/getStoreDetails.d.ts +0 -16
  26. package/build/lib/getStoreDetails/getStoreDetails.test.d.ts +0 -1
  27. package/build/lib/getStoreDetails/getStoreDetails.types.d.ts +0 -7
  28. package/build/lib/initProducts/initProducts.d.ts +0 -14
  29. package/build/lib/registerModifiersForm/registerModifiersForm.d.ts +0 -21
  30. package/build/lib/registerModifiersForm/registerModifiersForm.test.d.ts +0 -1
  31. package/build/lib/registerModifiersForm/registerModifiersForm.types.d.ts +0 -34
  32. package/build/lib/validateProduct/validateProduct.d.ts +0 -7
  33. package/build/lib/validateProduct/validateProduct.test.d.ts +0 -1
  34. package/build/lib/validateProduct/validateProduct.types.d.ts +0 -2
  35. package/build/main.bundle.js +0 -19
  36. package/build/report.json +0 -1
  37. package/build/services/fetchProductDetails/fetchProductDetails.service.d.ts +0 -3
  38. package/build/services/fetchProductDetails/fetchProductDetails.service.mock.d.ts +0 -2
  39. package/build/services/fetchProductDetails/fetchProductDetails.service.types.d.ts +0 -9
  40. package/build/services/fetchProducts/fetchPRoducts.service.mock.d.ts +0 -2
  41. package/build/services/fetchProducts/fetchProducts.service.d.ts +0 -2
  42. package/build/services/fetchProducts/fetchProducts.service.types.d.ts +0 -1
  43. package/build/services/fetchStoreDetails/fetchStoreDetails.service.d.ts +0 -2
  44. package/build/services/fetchStoreDetails/fetchStoreDetails.service.types.d.ts +0 -1
  45. package/build/tests/exports.test.d.ts +0 -1
  46. package/build/types/common.types.d.ts +0 -23
  47. package/build/types/http.types.d.ts +0 -96
  48. package/build/types/modifiers.types.d.ts +0 -62
  49. package/build/utils/assertions/assertions.utils.d.ts +0 -8
  50. package/build/utils/calculations/calculations.utils.d.ts +0 -20
  51. package/build/utils/calculations/calculations.utils.test.d.ts +0 -1
  52. package/build/utils/calculations/calculations.utils.types.d.ts +0 -11
  53. package/build/utils/common.utils.d.ts +0 -3
  54. package/build/utils/http/http.utils.d.ts +0 -5
  55. package/build/utils/http/purge.utils.d.ts +0 -38
  56. package/build/utils/http/request.utils.d.ts +0 -12
  57. package/build/utils/modifiers/common.utils.d.ts +0 -17
  58. package/build/utils/modifiers/form.utils.d.ts +0 -17
  59. package/build/utils/modifiers/handleChange.utils.d.ts +0 -1
  60. package/build/utils/modifiers/renderer.utils.d.ts +0 -11
  61. package/build/utils/modifiers/rendererTraversal.utils.d.ts +0 -4
  62. package/build/utils/modifiers/updateRenderer.utils.d.ts +0 -5
  63. package/build/utils/questionsAndAnswers/questionsAndAnswers.utils.d.ts +0 -5
  64. package/build/utils/questionsAndAnswers/questionsAndAnswers.utils.test.d.ts +0 -1
  65. package/build/utils/services.utils.d.ts +0 -6
  66. package/build/utils/state/state.utils.d.ts +0 -2
  67. package/build/utils/transformers/api.transformer.d.ts +0 -12
  68. package/build/utils/transformers/transformers.utils.d.ts +0 -10
  69. package/build/vendors.bundle.js +0 -1
  70. package/build/vendors.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,308 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.9.0-canary.41](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.40...@artisan-commerce/products@0.9.0-canary.41) (2022-02-03)
7
+
8
+ **Note:** Version bump only for package @artisan-commerce/products
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.9.0-canary.40](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.39...@artisan-commerce/products@0.9.0-canary.40) (2022-01-14)
15
+
16
+ **Note:** Version bump only for package @artisan-commerce/products
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.9.0-canary.39](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.38...@artisan-commerce/products@0.9.0-canary.39) (2022-01-06)
23
+
24
+ **Note:** Version bump only for package @artisan-commerce/products
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.9.0-canary.38](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.37...@artisan-commerce/products@0.9.0-canary.38) (2021-12-28)
31
+
32
+ **Note:** Version bump only for package @artisan-commerce/products
33
+
34
+
35
+
36
+
37
+
38
+ ## [0.9.0-canary.37](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.36...@artisan-commerce/products@0.9.0-canary.37) (2021-12-16)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **artisn:** fix ShoppingCartTotals ([412b147](https://bitbucket.org/tradesystem/artisn_sdk/commit/412b147e7e402aef26eb24c4ca7d987e7be9473b))
44
+
45
+
46
+
47
+ ## [0.9.0-canary.36](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.35...@artisan-commerce/products@0.9.0-canary.36) (2021-12-15)
48
+
49
+ **Note:** Version bump only for package @artisan-commerce/products
50
+
51
+
52
+
53
+
54
+
55
+ ## [0.9.0-canary.35](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.34...@artisan-commerce/products@0.9.0-canary.35) (2021-12-13)
56
+
57
+ **Note:** Version bump only for package @artisan-commerce/products
58
+
59
+
60
+
61
+
62
+
63
+ ## [0.9.0-canary.34](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.33...@artisan-commerce/products@0.9.0-canary.34) (2021-12-01)
64
+
65
+ **Note:** Version bump only for package @artisan-commerce/products
66
+
67
+
68
+
69
+
70
+
71
+ ## [0.9.0-canary.33](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.32...@artisan-commerce/products@0.9.0-canary.33) (2021-11-09)
72
+
73
+ **Note:** Version bump only for package @artisan-commerce/products
74
+
75
+
76
+
77
+
78
+
79
+ ## [0.9.0-canary.32](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.31...@artisan-commerce/products@0.9.0-canary.32) (2021-11-05)
80
+
81
+ **Note:** Version bump only for package @artisan-commerce/products
82
+
83
+
84
+
85
+
86
+
87
+ ## [0.9.0-canary.31](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.30...@artisan-commerce/products@0.9.0-canary.31) (2021-10-27)
88
+
89
+ **Note:** Version bump only for package @artisan-commerce/products
90
+
91
+
92
+
93
+
94
+
95
+ ## [0.9.0-canary.30](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.29...@artisan-commerce/products@0.9.0-canary.30) (2021-10-22)
96
+
97
+ **Note:** Version bump only for package @artisan-commerce/products
98
+
99
+
100
+
101
+
102
+
103
+ ## [0.9.0-canary.29](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.28...@artisan-commerce/products@0.9.0-canary.29) (2021-10-22)
104
+
105
+ **Note:** Version bump only for package @artisan-commerce/products
106
+
107
+
108
+
109
+
110
+
111
+ ## [0.9.0-canary.28](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.27...@artisan-commerce/products@0.9.0-canary.28) (2021-10-21)
112
+
113
+ **Note:** Version bump only for package @artisan-commerce/products
114
+
115
+
116
+
117
+
118
+
119
+ ## [0.9.0-canary.27](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.26...@artisan-commerce/products@0.9.0-canary.27) (2021-10-21)
120
+
121
+ **Note:** Version bump only for package @artisan-commerce/products
122
+
123
+
124
+
125
+
126
+
127
+ ## [0.9.0-canary.26](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.25...@artisan-commerce/products@0.9.0-canary.26) (2021-10-20)
128
+
129
+ **Note:** Version bump only for package @artisan-commerce/products
130
+
131
+
132
+
133
+
134
+
135
+ ## [0.9.0-canary.25](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.24...@artisan-commerce/products@0.9.0-canary.25) (2021-10-19)
136
+
137
+ **Note:** Version bump only for package @artisan-commerce/products
138
+
139
+
140
+
141
+
142
+
143
+ ## [0.9.0-canary.24](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.23...@artisan-commerce/products@0.9.0-canary.24) (2021-10-18)
144
+
145
+ **Note:** Version bump only for package @artisan-commerce/products
146
+
147
+
148
+
149
+
150
+
151
+ ## [0.9.0-canary.23](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.22...@artisan-commerce/products@0.9.0-canary.23) (2021-10-14)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * **global:** make export not module by default ([4e701b1](https://bitbucket.org/tradesystem/artisn_sdk/commit/4e701b1b59df89cf8358cf500984b1c2c4f42c60))
157
+
158
+
159
+
160
+ ## [0.9.0-canary.22](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.21...@artisan-commerce/products@0.9.0-canary.22) (2021-10-14)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **global:** fix some payment types ([8000970](https://bitbucket.org/tradesystem/artisn_sdk/commit/80009700cd8664828b1236e8ad7cc90ce2fcb3e7))
166
+
167
+
168
+
169
+ ## [0.9.0-canary.21](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.20...@artisan-commerce/products@0.9.0-canary.21) (2021-10-14)
170
+
171
+ **Note:** Version bump only for package @artisan-commerce/products
172
+
173
+
174
+
175
+
176
+
177
+ ## [0.9.0-canary.20](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.19...@artisan-commerce/products@0.9.0-canary.20) (2021-10-13)
178
+
179
+ **Note:** Version bump only for package @artisan-commerce/products
180
+
181
+
182
+
183
+
184
+
185
+ ## [0.9.0-canary.19](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.18...@artisan-commerce/products@0.9.0-canary.19) (2021-10-05)
186
+
187
+
188
+ ### Bug Fixes
189
+
190
+ * **global:** fix ProductDetail builder and update its types ([cdc6cf9](https://bitbucket.org/tradesystem/artisn_sdk/commit/cdc6cf9ed2e7ff1a340bc691b0dc1156bc682d38))
191
+
192
+
193
+
194
+ ## [0.9.0-canary.18](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.17...@artisan-commerce/products@0.9.0-canary.18) (2021-10-04)
195
+
196
+
197
+ ### Features
198
+
199
+ * **global:** update registerModifiersForm function, control state error ([c3534cf](https://bitbucket.org/tradesystem/artisn_sdk/commit/c3534cf2eac5f7d90176888ad5b6dd575998e2f1))
200
+
201
+
202
+
203
+ ## [0.9.0-canary.17](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.16...@artisan-commerce/products@0.9.0-canary.17) (2021-10-01)
204
+
205
+
206
+ ### Bug Fixes
207
+
208
+ * **global:** fix firebase related types ([efa5081](https://bitbucket.org/tradesystem/artisn_sdk/commit/efa5081a844be033ac9135ac65bf8f56184b71b0))
209
+
210
+
211
+
212
+ ## [0.9.0-canary.16](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.15...@artisan-commerce/products@0.9.0-canary.16) (2021-09-30)
213
+
214
+ **Note:** Version bump only for package @artisan-commerce/products
215
+
216
+
217
+
218
+
219
+
220
+ ## [0.9.0-canary.15](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.14...@artisan-commerce/products@0.9.0-canary.15) (2021-09-30)
221
+
222
+ **Note:** Version bump only for package @artisan-commerce/products
223
+
224
+
225
+
226
+
227
+
228
+ ## [0.9.0-canary.14](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.13...@artisan-commerce/products@0.9.0-canary.14) (2021-09-23)
229
+
230
+ **Note:** Version bump only for package @artisan-commerce/products
231
+
232
+
233
+
234
+
235
+
236
+ ## [0.9.0-canary.13](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.12...@artisan-commerce/products@0.9.0-canary.13) (2021-09-21)
237
+
238
+ **Note:** Version bump only for package @artisan-commerce/products
239
+
240
+
241
+
242
+
243
+
244
+ ## [0.9.0-canary.12](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.11...@artisan-commerce/products@0.9.0-canary.12) (2021-09-17)
245
+
246
+ **Note:** Version bump only for package @artisan-commerce/products
247
+
248
+
249
+
250
+
251
+
252
+ ## [0.9.0-canary.11](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.10...@artisan-commerce/products@0.9.0-canary.11) (2021-08-25)
253
+
254
+ **Note:** Version bump only for package @artisan-commerce/products
255
+
256
+
257
+
258
+
259
+
260
+ ## [0.9.0-canary.10](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.9...@artisan-commerce/products@0.9.0-canary.10) (2021-08-25)
261
+
262
+ **Note:** Version bump only for package @artisan-commerce/products
263
+
264
+
265
+
266
+
267
+
268
+ ## [0.9.0-canary.9](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.8...@artisan-commerce/products@0.9.0-canary.9) (2021-08-24)
269
+
270
+ **Note:** Version bump only for package @artisan-commerce/products
271
+
272
+
273
+
274
+
275
+
276
+ ## [0.9.0-canary.8](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.7...@artisan-commerce/products@0.9.0-canary.8) (2021-08-23)
277
+
278
+ **Note:** Version bump only for package @artisan-commerce/products
279
+
280
+
281
+
282
+
283
+
284
+ ## [0.9.0-canary.7](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.6...@artisan-commerce/products@0.9.0-canary.7) (2021-08-23)
285
+
286
+ **Note:** Version bump only for package @artisan-commerce/products
287
+
288
+
289
+
290
+
291
+
292
+ ## [0.9.0-canary.6](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.5...@artisan-commerce/products@0.9.0-canary.6) (2021-08-12)
293
+
294
+ **Note:** Version bump only for package @artisan-commerce/products
295
+
296
+
297
+
298
+
299
+
300
+ ## [0.9.0-canary.5](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.4...@artisan-commerce/products@0.9.0-canary.5) (2021-08-12)
301
+
302
+ **Note:** Version bump only for package @artisan-commerce/products
303
+
304
+
305
+
306
+
307
+
6
308
  ## [0.9.0-canary.4](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/products@0.9.0-canary.3...@artisan-commerce/products@0.9.0-canary.4) (2021-08-12)
7
309
 
8
310
  **Note:** Version bump only for package @artisan-commerce/products