@arbocollab/arbo-web-target 0.0.1 → 0.0.2-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.
@@ -0,0 +1,364 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": "1000",
5
+ "code": "f230fh0g3",
6
+ "name": "Bamboo Watch",
7
+ "description": "Product Description",
8
+ "image": "bamboo-watch.jpg",
9
+ "price": 65,
10
+ "category": "Accessories",
11
+ "quantity": 24,
12
+ "inventoryStatus": "INSTOCK",
13
+ "rating": 5
14
+ },
15
+ {
16
+ "id": "1001",
17
+ "code": "nvklal433",
18
+ "name": "Black Watch",
19
+ "description": "Product Description",
20
+ "image": "black-watch.jpg",
21
+ "price": 72,
22
+ "category": "Accessories",
23
+ "quantity": 61,
24
+ "inventoryStatus": "INSTOCK",
25
+ "rating": 4
26
+ },
27
+ {
28
+ "id": "1002",
29
+ "code": "zz21cz3c1",
30
+ "name": "Blue Band",
31
+ "description": "Product Description",
32
+ "image": "blue-band.jpg",
33
+ "price": 79,
34
+ "category": "Fitness",
35
+ "quantity": 2,
36
+ "inventoryStatus": "LOWSTOCK",
37
+ "rating": 3
38
+ },
39
+ {
40
+ "id": "1003",
41
+ "code": "244wgerg2",
42
+ "name": "Blue T-Shirt",
43
+ "description": "Product Description",
44
+ "image": "blue-t-shirt.jpg",
45
+ "price": 29,
46
+ "category": "Clothing",
47
+ "quantity": 25,
48
+ "inventoryStatus": "INSTOCK",
49
+ "rating": 5
50
+ },
51
+ {
52
+ "id": "1004",
53
+ "code": "h456wer53",
54
+ "name": "Bracelet",
55
+ "description": "Product Description",
56
+ "image": "bracelet.jpg",
57
+ "price": 15,
58
+ "category": "Accessories",
59
+ "quantity": 73,
60
+ "inventoryStatus": "INSTOCK",
61
+ "rating": 4
62
+ },
63
+ {
64
+ "id": "1005",
65
+ "code": "av2231fwg",
66
+ "name": "Brown Purse",
67
+ "description": "Product Description",
68
+ "image": "brown-purse.jpg",
69
+ "price": 120,
70
+ "category": "Accessories",
71
+ "quantity": 0,
72
+ "inventoryStatus": "OUTOFSTOCK",
73
+ "rating": 4
74
+ },
75
+ {
76
+ "id": "1006",
77
+ "code": "bib36pfvm",
78
+ "name": "Chakra Bracelet",
79
+ "description": "Product Description",
80
+ "image": "chakra-bracelet.jpg",
81
+ "price": 32,
82
+ "category": "Accessories",
83
+ "quantity": 5,
84
+ "inventoryStatus": "LOWSTOCK",
85
+ "rating": 3
86
+ },
87
+ {
88
+ "id": "1007",
89
+ "code": "mbvjkgip5",
90
+ "name": "Galaxy Earrings",
91
+ "description": "Product Description",
92
+ "image": "galaxy-earrings.jpg",
93
+ "price": 34,
94
+ "category": "Accessories",
95
+ "quantity": 23,
96
+ "inventoryStatus": "INSTOCK",
97
+ "rating": 5
98
+ },
99
+ {
100
+ "id": "1008",
101
+ "code": "vbb124btr",
102
+ "name": "Game Controller",
103
+ "description": "Product Description",
104
+ "image": "game-controller.jpg",
105
+ "price": 99,
106
+ "category": "Electronics",
107
+ "quantity": 2,
108
+ "inventoryStatus": "LOWSTOCK",
109
+ "rating": 4
110
+ },
111
+ {
112
+ "id": "1009",
113
+ "code": "cm230f032",
114
+ "name": "Gaming Set",
115
+ "description": "Product Description",
116
+ "image": "gaming-set.jpg",
117
+ "price": 299,
118
+ "category": "Electronics",
119
+ "quantity": 63,
120
+ "inventoryStatus": "INSTOCK",
121
+ "rating": 3
122
+ },
123
+ {
124
+ "id": "1010",
125
+ "code": "plb34234v",
126
+ "name": "Gold Phone Case",
127
+ "description": "Product Description",
128
+ "image": "gold-phone-case.jpg",
129
+ "price": 24,
130
+ "category": "Accessories",
131
+ "quantity": 0,
132
+ "inventoryStatus": "OUTOFSTOCK",
133
+ "rating": 4
134
+ },
135
+ {
136
+ "id": "1011",
137
+ "code": "4920nnc2d",
138
+ "name": "Green Earbuds",
139
+ "description": "Product Description",
140
+ "image": "green-earbuds.jpg",
141
+ "price": 89,
142
+ "category": "Electronics",
143
+ "quantity": 23,
144
+ "inventoryStatus": "INSTOCK",
145
+ "rating": 4
146
+ },
147
+ {
148
+ "id": "1012",
149
+ "code": "250vm23cc",
150
+ "name": "Green T-Shirt",
151
+ "description": "Product Description",
152
+ "image": "green-t-shirt.jpg",
153
+ "price": 49,
154
+ "category": "Clothing",
155
+ "quantity": 74,
156
+ "inventoryStatus": "INSTOCK",
157
+ "rating": 5
158
+ },
159
+ {
160
+ "id": "1013",
161
+ "code": "fldsmn31b",
162
+ "name": "Grey T-Shirt",
163
+ "description": "Product Description",
164
+ "image": "grey-t-shirt.jpg",
165
+ "price": 48,
166
+ "category": "Clothing",
167
+ "quantity": 0,
168
+ "inventoryStatus": "OUTOFSTOCK",
169
+ "rating": 3
170
+ },
171
+ {
172
+ "id": "1014",
173
+ "code": "waas1x2as",
174
+ "name": "Headphones",
175
+ "description": "Product Description",
176
+ "image": "headphones.jpg",
177
+ "price": 175,
178
+ "category": "Electronics",
179
+ "quantity": 8,
180
+ "inventoryStatus": "LOWSTOCK",
181
+ "rating": 5
182
+ },
183
+ {
184
+ "id": "1015",
185
+ "code": "vb34btbg5",
186
+ "name": "Light Green T-Shirt",
187
+ "description": "Product Description",
188
+ "image": "light-green-t-shirt.jpg",
189
+ "price": 49,
190
+ "category": "Clothing",
191
+ "quantity": 34,
192
+ "inventoryStatus": "INSTOCK",
193
+ "rating": 4
194
+ },
195
+ {
196
+ "id": "1016",
197
+ "code": "k8l6j58jl",
198
+ "name": "Lime Band",
199
+ "description": "Product Description",
200
+ "image": "lime-band.jpg",
201
+ "price": 79,
202
+ "category": "Fitness",
203
+ "quantity": 12,
204
+ "inventoryStatus": "INSTOCK",
205
+ "rating": 3
206
+ },
207
+ {
208
+ "id": "1017",
209
+ "code": "v435nn85n",
210
+ "name": "Mini Speakers",
211
+ "description": "Product Description",
212
+ "image": "mini-speakers.jpg",
213
+ "price": 85,
214
+ "category": "Clothing",
215
+ "quantity": 42,
216
+ "inventoryStatus": "INSTOCK",
217
+ "rating": 4
218
+ },
219
+ {
220
+ "id": "1018",
221
+ "code": "09zx9c0zc",
222
+ "name": "Painted Phone Case",
223
+ "description": "Product Description",
224
+ "image": "painted-phone-case.jpg",
225
+ "price": 56,
226
+ "category": "Accessories",
227
+ "quantity": 41,
228
+ "inventoryStatus": "INSTOCK",
229
+ "rating": 5
230
+ },
231
+ {
232
+ "id": "1019",
233
+ "code": "mnb5mb2m5",
234
+ "name": "Pink Band",
235
+ "description": "Product Description",
236
+ "image": "pink-band.jpg",
237
+ "price": 79,
238
+ "category": "Fitness",
239
+ "quantity": 63,
240
+ "inventoryStatus": "INSTOCK",
241
+ "rating": 4
242
+ },
243
+ {
244
+ "id": "1020",
245
+ "code": "r23fwf2w3",
246
+ "name": "Pink Purse",
247
+ "description": "Product Description",
248
+ "image": "pink-purse.jpg",
249
+ "price": 110,
250
+ "category": "Accessories",
251
+ "quantity": 0,
252
+ "inventoryStatus": "OUTOFSTOCK",
253
+ "rating": 4
254
+ },
255
+ {
256
+ "id": "1021",
257
+ "code": "pxpzczo23",
258
+ "name": "Purple Band",
259
+ "description": "Product Description",
260
+ "image": "purple-band.jpg",
261
+ "price": 79,
262
+ "category": "Fitness",
263
+ "quantity": 6,
264
+ "inventoryStatus": "LOWSTOCK",
265
+ "rating": 3
266
+ },
267
+ {
268
+ "id": "1022",
269
+ "code": "2c42cb5cb",
270
+ "name": "Purple Gemstone Necklace",
271
+ "description": "Product Description",
272
+ "image": "purple-gemstone-necklace.jpg",
273
+ "price": 45,
274
+ "category": "Accessories",
275
+ "quantity": 62,
276
+ "inventoryStatus": "INSTOCK",
277
+ "rating": 4
278
+ },
279
+ {
280
+ "id": "1023",
281
+ "code": "5k43kkk23",
282
+ "name": "Purple T-Shirt",
283
+ "description": "Product Description",
284
+ "image": "purple-t-shirt.jpg",
285
+ "price": 49,
286
+ "category": "Clothing",
287
+ "quantity": 2,
288
+ "inventoryStatus": "LOWSTOCK",
289
+ "rating": 5
290
+ },
291
+ {
292
+ "id": "1024",
293
+ "code": "lm2tny2k4",
294
+ "name": "Shoes",
295
+ "description": "Product Description",
296
+ "image": "shoes.jpg",
297
+ "price": 64,
298
+ "category": "Clothing",
299
+ "quantity": 0,
300
+ "inventoryStatus": "INSTOCK",
301
+ "rating": 4
302
+ },
303
+ {
304
+ "id": "1025",
305
+ "code": "nbm5mv45n",
306
+ "name": "Sneakers",
307
+ "description": "Product Description",
308
+ "image": "sneakers.jpg",
309
+ "price": 78,
310
+ "category": "Clothing",
311
+ "quantity": 52,
312
+ "inventoryStatus": "INSTOCK",
313
+ "rating": 4
314
+ },
315
+ {
316
+ "id": "1026",
317
+ "code": "zx23zc42c",
318
+ "name": "Teal T-Shirt",
319
+ "description": "Product Description",
320
+ "image": "teal-t-shirt.jpg",
321
+ "price": 49,
322
+ "category": "Clothing",
323
+ "quantity": 3,
324
+ "inventoryStatus": "LOWSTOCK",
325
+ "rating": 3
326
+ },
327
+ {
328
+ "id": "1027",
329
+ "code": "acvx872gc",
330
+ "name": "Yellow Earbuds",
331
+ "description": "Product Description",
332
+ "image": "yellow-earbuds.jpg",
333
+ "price": 89,
334
+ "category": "Electronics",
335
+ "quantity": 35,
336
+ "inventoryStatus": "INSTOCK",
337
+ "rating": 3
338
+ },
339
+ {
340
+ "id": "1028",
341
+ "code": "tx125ck42",
342
+ "name": "Yoga Mat",
343
+ "description": "Product Description",
344
+ "image": "yoga-mat.jpg",
345
+ "price": 20,
346
+ "category": "Fitness",
347
+ "quantity": 15,
348
+ "inventoryStatus": "INSTOCK",
349
+ "rating": 5
350
+ },
351
+ {
352
+ "id": "1029",
353
+ "code": "gwuby345v",
354
+ "name": "Yoga Set",
355
+ "description": "Product Description",
356
+ "image": "yoga-set.jpg",
357
+ "price": 20,
358
+ "category": "Fitness",
359
+ "quantity": 25,
360
+ "inventoryStatus": "INSTOCK",
361
+ "rating": 8
362
+ }
363
+ ]
364
+ }