@scayle/storefront-core 8.16.0 → 8.17.1

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.
@@ -1,415 +0,0 @@
1
- export declare const product: {
2
- id: number;
3
- isActive: boolean;
4
- isSoldOut: boolean;
5
- isNew: boolean;
6
- createdAt: string;
7
- updatedAt: string;
8
- masterKey: string;
9
- referenceKey: string;
10
- firstLiveAt: string;
11
- attributes: {
12
- color: {
13
- id: number;
14
- key: string;
15
- label: string;
16
- type: string;
17
- multiSelect: boolean;
18
- values: {
19
- id: number;
20
- label: string;
21
- value: string;
22
- };
23
- };
24
- brand: {
25
- id: number;
26
- key: string;
27
- label: string;
28
- type: string;
29
- multiSelect: boolean;
30
- values: {
31
- id: number;
32
- label: string;
33
- value: string;
34
- };
35
- };
36
- name: {
37
- id: number;
38
- key: string;
39
- label: string;
40
- type: null;
41
- multiSelect: boolean;
42
- values: {
43
- label: string;
44
- };
45
- };
46
- };
47
- lowestPriorPrice: {
48
- withTax: null;
49
- relativeDifferenceToPrice: null;
50
- };
51
- images: {
52
- hash: string;
53
- attributes: {};
54
- }[];
55
- variants: {
56
- id: number;
57
- referenceKey: string;
58
- firstLiveAt: string;
59
- createdAt: string;
60
- updatedAt: string;
61
- price: {
62
- currencyCode: string;
63
- withTax: number;
64
- withoutTax: number;
65
- appliedReductions: never[];
66
- recommendedRetailPrice: null;
67
- tax: {
68
- vat: {
69
- amount: number;
70
- rate: number;
71
- };
72
- };
73
- };
74
- stock: {
75
- supplierId: number;
76
- warehouseId: number;
77
- quantity: number;
78
- isSellableWithoutStock: boolean;
79
- };
80
- attributes: {
81
- shopSize: {
82
- id: number;
83
- key: string;
84
- label: string;
85
- type: string;
86
- multiSelect: boolean;
87
- values: {
88
- id: number;
89
- label: string;
90
- value: string;
91
- };
92
- };
93
- };
94
- }[];
95
- siblings: never[];
96
- priceRange: {
97
- min: {
98
- currencyCode: string;
99
- withTax: number;
100
- withoutTax: number;
101
- appliedReductions: never[];
102
- recommendedRetailPrice: null;
103
- tax: {
104
- vat: {
105
- amount: number;
106
- rate: number;
107
- };
108
- };
109
- };
110
- max: {
111
- currencyCode: string;
112
- withTax: number;
113
- withoutTax: number;
114
- appliedReductions: never[];
115
- recommendedRetailPrice: null;
116
- tax: {
117
- vat: {
118
- amount: number;
119
- rate: number;
120
- };
121
- };
122
- };
123
- };
124
- categories: {
125
- categoryId: number;
126
- categoryName: string;
127
- categorySlug: string;
128
- categoryUrl: string;
129
- categoryHidden: boolean;
130
- categoryProperties: never[];
131
- }[][];
132
- };
133
- export declare const productFromEDT: {
134
- id: number;
135
- isActive: boolean;
136
- isSoldOut: boolean;
137
- isNew: boolean;
138
- createdAt: string;
139
- updatedAt: string;
140
- masterKey: string;
141
- referenceKey: string;
142
- firstLiveAt: string;
143
- attributes: {
144
- brand: {
145
- id: number;
146
- key: string;
147
- label: string;
148
- type: string;
149
- multiSelect: boolean;
150
- values: {
151
- id: number;
152
- label: string;
153
- value: string;
154
- };
155
- };
156
- colorDetail: {
157
- id: number;
158
- key: string;
159
- label: string;
160
- type: string;
161
- multiSelect: boolean;
162
- values: {
163
- id: number;
164
- label: string;
165
- value: string;
166
- }[];
167
- };
168
- name: {
169
- id: number;
170
- key: string;
171
- label: string;
172
- type: string;
173
- multiSelect: boolean;
174
- values: {
175
- id: number;
176
- label: string;
177
- value: string;
178
- };
179
- };
180
- };
181
- lowestPriorPrice: {
182
- withTax: null;
183
- relativeDifferenceToPrice: null;
184
- };
185
- images: ({
186
- hash: string;
187
- attributes: {
188
- imageBackground: {
189
- id: number;
190
- key: string;
191
- label: string;
192
- type: string;
193
- multiSelect: boolean;
194
- values: {
195
- id: number;
196
- label: string;
197
- value: string;
198
- };
199
- };
200
- imageKind: {
201
- id: number;
202
- key: string;
203
- label: string;
204
- type: string;
205
- multiSelect: boolean;
206
- values: {
207
- id: number;
208
- label: string;
209
- value: string;
210
- };
211
- };
212
- imageView: {
213
- id: number;
214
- key: string;
215
- label: string;
216
- type: string;
217
- multiSelect: boolean;
218
- values: {
219
- id: number;
220
- label: string;
221
- value: string;
222
- };
223
- };
224
- imageType: {
225
- id: number;
226
- key: string;
227
- label: string;
228
- type: string;
229
- multiSelect: boolean;
230
- values: {
231
- id: number;
232
- label: string;
233
- value: string;
234
- };
235
- };
236
- };
237
- } | {
238
- hash: string;
239
- attributes: {
240
- imageBackground: {
241
- id: number;
242
- key: string;
243
- label: string;
244
- type: string;
245
- multiSelect: boolean;
246
- values: {
247
- id: number;
248
- label: string;
249
- value: string;
250
- };
251
- };
252
- imageKind: {
253
- id: number;
254
- key: string;
255
- label: string;
256
- type: string;
257
- multiSelect: boolean;
258
- values: {
259
- id: number;
260
- label: string;
261
- value: string;
262
- };
263
- };
264
- imageType: {
265
- id: number;
266
- key: string;
267
- label: string;
268
- type: string;
269
- multiSelect: boolean;
270
- values: {
271
- id: number;
272
- label: string;
273
- value: string;
274
- };
275
- };
276
- imageView?: undefined;
277
- };
278
- })[];
279
- variants: {
280
- id: number;
281
- referenceKey: string;
282
- firstLiveAt: string;
283
- createdAt: string;
284
- updatedAt: string;
285
- price: {
286
- currencyCode: string;
287
- withTax: number;
288
- withoutTax: number;
289
- appliedReductions: {
290
- category: string;
291
- type: string;
292
- amount: {
293
- relative: number;
294
- absoluteWithTax: number;
295
- };
296
- }[];
297
- recommendedRetailPrice: null;
298
- tax: {
299
- vat: {
300
- amount: number;
301
- rate: number;
302
- };
303
- };
304
- };
305
- stock: {
306
- supplierId: number;
307
- warehouseId: number;
308
- quantity: number;
309
- isSellableWithoutStock: boolean;
310
- };
311
- attributes: {};
312
- advancedAttributes: {
313
- variantCrosssellings: {
314
- id: number;
315
- key: string;
316
- label: string;
317
- type: string;
318
- values: {
319
- fieldSet: {
320
- value: string;
321
- }[][];
322
- groupSet: never[];
323
- }[];
324
- };
325
- };
326
- lowestPriorPrice: {
327
- withTax: null;
328
- relativeDifferenceToPrice: null;
329
- };
330
- }[];
331
- siblings: never[];
332
- priceRange: {
333
- min: {
334
- currencyCode: string;
335
- withTax: number;
336
- withoutTax: number;
337
- appliedReductions: {
338
- category: string;
339
- type: string;
340
- amount: {
341
- relative: number;
342
- absoluteWithTax: number;
343
- };
344
- }[];
345
- recommendedRetailPrice: null;
346
- tax: {
347
- vat: {
348
- amount: number;
349
- rate: number;
350
- };
351
- };
352
- };
353
- max: {
354
- currencyCode: string;
355
- withTax: number;
356
- withoutTax: number;
357
- appliedReductions: {
358
- category: string;
359
- type: string;
360
- amount: {
361
- relative: number;
362
- absoluteWithTax: number;
363
- };
364
- }[];
365
- recommendedRetailPrice: null;
366
- tax: {
367
- vat: {
368
- amount: number;
369
- rate: number;
370
- };
371
- };
372
- };
373
- };
374
- categories: {
375
- categoryId: number;
376
- categoryName: string;
377
- categorySlug: string;
378
- categoryUrl: string;
379
- categoryHidden: boolean;
380
- categoryProperties: never[];
381
- }[][];
382
- };
383
- export declare const priceFixture: {
384
- currencyCode: string;
385
- withTax: number;
386
- withoutTax: number;
387
- appliedReductions: never[];
388
- recommendedRetailPrice: null;
389
- tax: {
390
- vat: {
391
- amount: number;
392
- rate: number;
393
- };
394
- };
395
- };
396
- export declare const priceFixtureWithReductions: {
397
- currencyCode: string;
398
- withTax: number;
399
- withoutTax: number;
400
- appliedReductions: {
401
- category: string;
402
- type: string;
403
- amount: {
404
- relative: number;
405
- absoluteWithTax: number;
406
- };
407
- }[];
408
- recommendedRetailPrice: null;
409
- tax: {
410
- vat: {
411
- amount: number;
412
- rate: number;
413
- };
414
- };
415
- };