@delicity/client-cart 1.2.11 → 1.2.12
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/README.md +1 -0
- package/coverage/clover.xml +71 -0
- package/coverage/coverage-final.json +3 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/classes/Cart.ts.html +340 -0
- package/coverage/lcov-report/classes/index.html +116 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +131 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/service/CartService.ts.html +238 -0
- package/coverage/lcov-report/service/index.html +116 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov.info +129 -0
- package/jest.config.js +8 -0
- package/package.json +1 -1
- package/src/classes/Cart.ts +563 -0
- package/src/index.ts +3 -0
- package/src/service/CartService.ts +139 -0
- package/src/service/CategoryAvailabilityService.ts +121 -0
- package/src/service/DeliveryService.ts +17 -0
- package/src/service/HelperService.ts +9 -0
- package/src/test/availability.test.ts +346 -0
- package/src/test/class.test.ts +497 -0
- package/src/test/data/CartData.json +244 -0
- package/src/test/data/menu.json +5875 -0
- package/src/test/data/merchant.json +186 -0
- package/tsconfig.json +24 -0
- package/classes/Cart.d.ts +0 -129
- package/classes/Cart.d.ts.map +0 -1
- package/classes/Cart.js +0 -482
- package/classes/Cart.js.map +0 -1
- package/index.d.ts +0 -4
- package/index.d.ts.map +0 -1
- package/index.js +0 -20
- package/index.js.map +0 -1
- package/service/CartService.d.ts +0 -14
- package/service/CartService.d.ts.map +0 -1
- package/service/CartService.js +0 -130
- package/service/CartService.js.map +0 -1
- package/service/CategoryAvailabilityService.d.ts +0 -23
- package/service/CategoryAvailabilityService.d.ts.map +0 -1
- package/service/CategoryAvailabilityService.js +0 -103
- package/service/CategoryAvailabilityService.js.map +0 -1
- package/service/DeliveryService.d.ts +0 -4
- package/service/DeliveryService.d.ts.map +0 -1
- package/service/DeliveryService.js +0 -30
- package/service/DeliveryService.js.map +0 -1
- package/service/HelperService.d.ts +0 -2
- package/service/HelperService.d.ts.map +0 -1
- package/service/HelperService.js +0 -14
- package/service/HelperService.js.map +0 -1
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "35d42ca0-f9a0-418b-a2a0-5cb17abe4608",
|
|
3
|
+
"createdAt": "2024-01-12T11:20:15.369+01:00",
|
|
4
|
+
"merchantId": 3,
|
|
5
|
+
"preparationDurationBetween": null,
|
|
6
|
+
"items": [
|
|
7
|
+
{
|
|
8
|
+
"uuid": "792bd7a8-cc06-474e-9b14-d552a22597a1",
|
|
9
|
+
"item": {
|
|
10
|
+
"type": "item",
|
|
11
|
+
"uid": "item_35",
|
|
12
|
+
"id": 35,
|
|
13
|
+
"name": "Iced Caramel Macchiato",
|
|
14
|
+
"description": "Du lait saveur vanille taché d'un espresso surmonté d'un nappage saveur caramel, servi glacé",
|
|
15
|
+
"sort": 0,
|
|
16
|
+
"metadata": [],
|
|
17
|
+
"highlighted": false,
|
|
18
|
+
"image": {
|
|
19
|
+
"small": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/F2HHs8bNKYA0eCZh_150x150.jpg",
|
|
20
|
+
"large": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/lMAX0fYHzXsP1Y6u_500x500.jpg",
|
|
21
|
+
"base": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/KKE9D5pPlqDb1BMt.jpg"
|
|
22
|
+
},
|
|
23
|
+
"price": {
|
|
24
|
+
"delivery": 655,
|
|
25
|
+
"pickup": 655,
|
|
26
|
+
"onsite": 655
|
|
27
|
+
},
|
|
28
|
+
"vatPercentage": {
|
|
29
|
+
"delivery": 1000,
|
|
30
|
+
"pickup": 1000,
|
|
31
|
+
"onsite": 1000
|
|
32
|
+
},
|
|
33
|
+
"modes": {
|
|
34
|
+
"delivery": true,
|
|
35
|
+
"pickup": true,
|
|
36
|
+
"onsite": true
|
|
37
|
+
},
|
|
38
|
+
"unavailable": false,
|
|
39
|
+
"archived": false,
|
|
40
|
+
"children": [
|
|
41
|
+
"modifier_group_3"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"modifierGroups": [
|
|
45
|
+
{
|
|
46
|
+
"item": {
|
|
47
|
+
"id": 3,
|
|
48
|
+
"uid": "modifier_group_3",
|
|
49
|
+
"name": "Size",
|
|
50
|
+
"max": 1,
|
|
51
|
+
"min": 1,
|
|
52
|
+
"quantitySelector": true,
|
|
53
|
+
"itemIds": [
|
|
54
|
+
"modifier_3",
|
|
55
|
+
"modifier_4",
|
|
56
|
+
"modifier_5"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"modifiers": [
|
|
60
|
+
{
|
|
61
|
+
"item": {
|
|
62
|
+
"type": "modifier",
|
|
63
|
+
"uid": "modifier_3",
|
|
64
|
+
"id": 3,
|
|
65
|
+
"name": "Tall",
|
|
66
|
+
"description": null,
|
|
67
|
+
"sort": 0,
|
|
68
|
+
"price": 0,
|
|
69
|
+
"unavailable": false,
|
|
70
|
+
"archived": false,
|
|
71
|
+
"parentProductId": null
|
|
72
|
+
},
|
|
73
|
+
"quantity": 1,
|
|
74
|
+
"price": 0
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"quantity": 3,
|
|
80
|
+
"comment": null,
|
|
81
|
+
"unitPrice": 655,
|
|
82
|
+
"totalPrice": 1965
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"uuid": "4935b39d-9b61-4644-84e7-955319503f80",
|
|
86
|
+
"item": {
|
|
87
|
+
"type": "item",
|
|
88
|
+
"uid": "item_35",
|
|
89
|
+
"id": 35,
|
|
90
|
+
"name": "Iced Caramel Macchiato",
|
|
91
|
+
"description": "Du lait saveur vanille taché d'un espresso surmonté d'un nappage saveur caramel, servi glacé",
|
|
92
|
+
"sort": 0,
|
|
93
|
+
"metadata": [],
|
|
94
|
+
"highlighted": false,
|
|
95
|
+
"image": {
|
|
96
|
+
"small": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/F2HHs8bNKYA0eCZh_150x150.jpg",
|
|
97
|
+
"large": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/lMAX0fYHzXsP1Y6u_500x500.jpg",
|
|
98
|
+
"base": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/KKE9D5pPlqDb1BMt.jpg"
|
|
99
|
+
},
|
|
100
|
+
"price": {
|
|
101
|
+
"delivery": 655,
|
|
102
|
+
"pickup": 655,
|
|
103
|
+
"onsite": 655
|
|
104
|
+
},
|
|
105
|
+
"vatPercentage": {
|
|
106
|
+
"delivery": 1000,
|
|
107
|
+
"pickup": 1000,
|
|
108
|
+
"onsite": 1000
|
|
109
|
+
},
|
|
110
|
+
"modes": {
|
|
111
|
+
"delivery": true,
|
|
112
|
+
"pickup": true,
|
|
113
|
+
"onsite": true
|
|
114
|
+
},
|
|
115
|
+
"unavailable": false,
|
|
116
|
+
"archived": false,
|
|
117
|
+
"children": [
|
|
118
|
+
"modifier_group_3"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"modifierGroups": [
|
|
122
|
+
{
|
|
123
|
+
"item": {
|
|
124
|
+
"id": 3,
|
|
125
|
+
"uid": "modifier_group_3",
|
|
126
|
+
"name": "Size",
|
|
127
|
+
"max": 1,
|
|
128
|
+
"min": 1,
|
|
129
|
+
"quantitySelector": true,
|
|
130
|
+
"itemIds": [
|
|
131
|
+
"modifier_3",
|
|
132
|
+
"modifier_4",
|
|
133
|
+
"modifier_5"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"modifiers": [
|
|
137
|
+
{
|
|
138
|
+
"item": {
|
|
139
|
+
"type": "modifier",
|
|
140
|
+
"uid": "modifier_4",
|
|
141
|
+
"id": 4,
|
|
142
|
+
"name": "Grande",
|
|
143
|
+
"description": null,
|
|
144
|
+
"sort": 0,
|
|
145
|
+
"price": 85,
|
|
146
|
+
"unavailable": false,
|
|
147
|
+
"archived": false,
|
|
148
|
+
"parentProductId": null
|
|
149
|
+
},
|
|
150
|
+
"quantity": 1,
|
|
151
|
+
"price": 0
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"quantity": 2,
|
|
157
|
+
"comment": null,
|
|
158
|
+
"unitPrice": 655,
|
|
159
|
+
"totalPrice": 1310
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"uuid": "a595ef76-43e3-4527-85a4-acdac20a86a8",
|
|
163
|
+
"item": {
|
|
164
|
+
"type": "item",
|
|
165
|
+
"uid": "item_35",
|
|
166
|
+
"id": 35,
|
|
167
|
+
"name": "Iced Caramel Macchiato",
|
|
168
|
+
"description": "Du lait saveur vanille taché d'un espresso surmonté d'un nappage saveur caramel, servi glacé",
|
|
169
|
+
"sort": 0,
|
|
170
|
+
"metadata": [],
|
|
171
|
+
"highlighted": false,
|
|
172
|
+
"image": {
|
|
173
|
+
"small": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/F2HHs8bNKYA0eCZh_150x150.jpg",
|
|
174
|
+
"large": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/lMAX0fYHzXsP1Y6u_500x500.jpg",
|
|
175
|
+
"base": "https://delicity-dev-bucket.s3.eu-west-3.amazonaws.com/public/merchants/starbucks-nice-masseacutena/products/KKE9D5pPlqDb1BMt.jpg"
|
|
176
|
+
},
|
|
177
|
+
"price": {
|
|
178
|
+
"delivery": 655,
|
|
179
|
+
"pickup": 655,
|
|
180
|
+
"onsite": 655
|
|
181
|
+
},
|
|
182
|
+
"vatPercentage": {
|
|
183
|
+
"delivery": 1000,
|
|
184
|
+
"pickup": 1000,
|
|
185
|
+
"onsite": 1000
|
|
186
|
+
},
|
|
187
|
+
"modes": {
|
|
188
|
+
"delivery": true,
|
|
189
|
+
"pickup": true,
|
|
190
|
+
"onsite": true
|
|
191
|
+
},
|
|
192
|
+
"unavailable": false,
|
|
193
|
+
"archived": false,
|
|
194
|
+
"children": [
|
|
195
|
+
"modifier_group_3"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"modifierGroups": [
|
|
199
|
+
{
|
|
200
|
+
"item": {
|
|
201
|
+
"id": 3,
|
|
202
|
+
"uid": "modifier_group_3",
|
|
203
|
+
"name": "Size",
|
|
204
|
+
"max": 1,
|
|
205
|
+
"min": 1,
|
|
206
|
+
"quantitySelector": true,
|
|
207
|
+
"itemIds": [
|
|
208
|
+
"modifier_3",
|
|
209
|
+
"modifier_4",
|
|
210
|
+
"modifier_5"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"modifiers": [
|
|
214
|
+
{
|
|
215
|
+
"item": {
|
|
216
|
+
"type": "modifier",
|
|
217
|
+
"uid": "modifier_3",
|
|
218
|
+
"id": 3,
|
|
219
|
+
"name": "Tall",
|
|
220
|
+
"description": null,
|
|
221
|
+
"sort": 0,
|
|
222
|
+
"price": 0,
|
|
223
|
+
"unavailable": false,
|
|
224
|
+
"archived": false,
|
|
225
|
+
"parentProductId": null
|
|
226
|
+
},
|
|
227
|
+
"quantity": 1,
|
|
228
|
+
"price": 0
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"quantity": 2,
|
|
234
|
+
"comment": "Avec un commentaire !",
|
|
235
|
+
"unitPrice": 655,
|
|
236
|
+
"totalPrice": 1310
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"totalItems": 7,
|
|
240
|
+
"totalItemPrice": 4585,
|
|
241
|
+
"when": null,
|
|
242
|
+
"comment": null,
|
|
243
|
+
"type": "delivery"
|
|
244
|
+
}
|