-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive.gen.ts
480 lines (476 loc) · 27.4 KB
/
live.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
// DO NOT EDIT. This file is generated by deco.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $$$$0 from "./routes/styles.css.ts";
import * as $$$$1 from "./routes/_app.tsx";
import * as $$$$$0 from "./islands/AddToCartActions.tsx";
import * as $$$$$1 from "./islands/AddToCartButton.tsx";
import * as $$$$$2 from "./islands/BuyWarning.tsx";
import * as $$$$$3 from "./islands/CloseButton.tsx";
import * as $$$$$4 from "./islands/Debug.tsx";
import * as $$$$$5 from "./islands/HeaderButton.tsx";
import * as $$$$$6 from "./islands/HeaderModals.tsx";
import * as $$$$$7 from "./islands/HeaderSearchbar.tsx";
import * as $$$$$8 from "./islands/Newsletter.tsx";
import * as $$$$$9 from "./islands/NewsletterModal.tsx";
import * as $$$$$10 from "./islands/OutOfStock.tsx";
import * as $$$$$11 from "./islands/ProductDetailsImages.tsx";
import * as $$$$$12 from "./islands/ProductImageZoom.tsx";
import * as $$$$$13 from "./islands/SearchControls.tsx";
import * as $$$$$14 from "./islands/ShippingSimulation.tsx";
import * as $$$$$15 from "./islands/SliderJS.tsx";
import * as $$$$$16 from "./islands/Sort.tsx";
import * as $$$$$17 from "./islands/TopBar.tsx";
import * as $$$$$18 from "./islands/WishlistButton.tsx";
import * as $$$$$$$$0 from "./sections/Category/CategoryBanner.tsx";
import * as $$$$$$$$1 from "./sections/Category/CategoryBreadcrumb.tsx";
import * as $$$$$$$$2 from "./sections/Category/CategoryList.tsx";
import * as $$$$$$$$3 from "./sections/Category/CategoryText.tsx";
import * as $$$$$$$$4 from "./sections/Container.tsx";
import * as $$$$$$$$5 from "./sections/Content/Benefits.tsx";
import * as $$$$$$$$6 from "./sections/Content/CopyRight.tsx";
import * as $$$$$$$$7 from "./sections/Content/Faq.tsx";
import * as $$$$$$$$8 from "./sections/Content/InfoCard.tsx";
import * as $$$$$$$$9 from "./sections/Content/InfoCardSeo.tsx";
import * as $$$$$$$$10 from "./sections/Content/Logos.tsx";
import * as $$$$$$$$11 from "./sections/Content/Testimonials.tsx";
import * as $$$$$$$$12 from "./sections/DesignSystem/DesignSystem.tsx";
import * as $$$$$$$$13 from "./sections/Footer/Footer.tsx";
import * as $$$$$$$$14 from "./sections/Header/HeaderLayout.tsx";
import * as $$$$$$$$15 from "./sections/Header/HeaderNavMenu.tsx";
import * as $$$$$$$$16 from "./sections/Header/TopNavBar.tsx";
import * as $$$$$$$$17 from "./sections/Images/BannerGrid.tsx";
import * as $$$$$$$$18 from "./sections/Images/Carousel.tsx";
import * as $$$$$$$$19 from "./sections/Images/ImageGallery.tsx";
import * as $$$$$$$$20 from "./sections/Images/ShoppableBanner.tsx";
import * as $$$$$$$$21 from "./sections/Institutional/AccordionsContent.tsx";
import * as $$$$$$$$22 from "./sections/Institutional/AsideMenu.tsx";
import * as $$$$$$$$23 from "./sections/Institutional/CardsContent.tsx";
import * as $$$$$$$$24 from "./sections/Institutional/ContactForm.tsx";
import * as $$$$$$$$25 from "./sections/Institutional/InstitutionalPage.tsx";
import * as $$$$$$$$26 from "./sections/Institutional/TextContent.tsx";
import * as $$$$$$$$27 from "./sections/Links/LinkTree.tsx";
import * as $$$$$$$$28 from "./sections/Links/Shortcuts.tsx";
import * as $$$$$$$$29 from "./sections/Miscellaneous/CampaignTimer.tsx";
import * as $$$$$$$$30 from "./sections/Miscellaneous/CookieConsent.tsx";
import * as $$$$$$$$31 from "./sections/Miscellaneous/NotFound.tsx";
import * as $$$$$$$$32 from "./sections/Miscellaneous/ProxyIframe.tsx";
import * as $$$$$$$$33 from "./sections/Newsletter/Newsletter.tsx";
import * as $$$$$$$$34 from "./sections/Newsletter/NewsletterModal.tsx";
import * as $$$$$$$$35 from "./sections/Product/ProductDetails.tsx";
import * as $$$$$$$$36 from "./sections/Product/ProductShelf.tsx";
import * as $$$$$$$$37 from "./sections/Product/SearchResult.tsx";
import * as $$$$$$$$38 from "./sections/Product/Wishlist.tsx";
import * as $$$$$$$$39 from "./sections/Social/InstagramPosts.tsx";
import * as $$$$$$$$40 from "./sections/Social/WhatsApp.tsx";
import * as $live_workflows from "$live/routes/live/workflows/run.ts";
import * as $live_middleware from "$live/routes/_middleware.ts";
import * as $live_workbench from "$live/routes/live/workbench.ts";
import * as $live_invoke from "$live/routes/live/invoke/index.ts";
import * as $live_invoke_key from "$live/routes/live/invoke/[...key].ts";
import * as $live_editorData from "$live/routes/live/editorData.ts";
import * as $live_inspect from "$live/routes/live/inspect/[...block].ts";
import * as $live_release from "$live/routes/live/release.ts";
import * as $live_meta from "$live/routes/live/_meta.ts";
import * as $live_previews_block from "$live/routes/live/previews/[...block].tsx";
import * as $live_previews_index from "$live/routes/live/previews/index.tsx";
import * as $live_catchall from "$live/routes/[...catchall].tsx";
import * as i1$0 from "$live/loaders/secret.ts";
import * as i1$1 from "$live/loaders/state.ts";
import * as i1$2 from "$live/loaders/workflows/events.ts";
import * as i1$3 from "$live/loaders/workflows/get.ts";
import * as i1$$0 from "$live/handlers/devPage.ts";
import * as i1$$1 from "$live/handlers/fresh.ts";
import * as i1$$2 from "$live/handlers/proxy.ts";
import * as i1$$3 from "$live/handlers/redirect.ts";
import * as i1$$4 from "$live/handlers/router.ts";
import * as i1$$5 from "$live/handlers/routesSelection.ts";
import * as i1$$6 from "$live/handlers/workflowRunner.ts";
import * as i1$$$0 from "$live/pages/LivePage.tsx";
import * as i1$$$$0 from "$live/sections/Conditional_Beta.tsx";
import * as i1$$$$1 from "$live/sections/EmptySection.tsx";
import * as i1$$$$2 from "$live/sections/PageInclude.tsx";
import * as i1$$$$3 from "$live/sections/Slot.tsx";
import * as i1$$$$4 from "$live/sections/UseSlot.tsx";
import * as i1$$$$$0 from "$live/matchers/MatchAlways.ts";
import * as i1$$$$$1 from "$live/matchers/MatchCookies.ts";
import * as i1$$$$$2 from "$live/matchers/MatchCron.ts";
import * as i1$$$$$3 from "$live/matchers/MatchDate.ts";
import * as i1$$$$$4 from "$live/matchers/MatchDevice.ts";
import * as i1$$$$$5 from "$live/matchers/MatchEnvironment.ts";
import * as i1$$$$$6 from "$live/matchers/MatchHost.ts";
import * as i1$$$$$7 from "$live/matchers/MatchLocation.ts";
import * as i1$$$$$8 from "$live/matchers/MatchMulti.ts";
import * as i1$$$$$9 from "$live/matchers/MatchNegate.ts";
import * as i1$$$$$10 from "$live/matchers/MatchNever.ts";
import * as i1$$$$$11 from "$live/matchers/MatchRandom.ts";
import * as i1$$$$$12 from "$live/matchers/MatchSite.ts";
import * as i1$$$$$13 from "$live/matchers/MatchUserAgent.ts";
import * as i1$$$$$$0 from "$live/flags/audience.ts";
import * as i1$$$$$$1 from "$live/flags/everyone.ts";
import * as i1$$$$$$2 from "$live/flags/flag.ts";
import * as i1$$$$$$3 from "$live/flags/multivariate.ts";
import * as i1$$$$$$$0 from "$live/actions/secrets/encrypt.ts";
import * as i1$$$$$$$1 from "$live/actions/workflows/cancel.ts";
import * as i1$$$$$$$2 from "$live/actions/workflows/signal.ts";
import * as i1$$$$$$$3 from "$live/actions/workflows/start.ts";
import * as i2$0 from "deco-sites/std/functions/butterCMSAds.ts";
import * as i2$1 from "deco-sites/std/functions/butterCMSBrands.ts";
import * as i2$2 from "deco-sites/std/functions/butterCMSCategories.ts";
import * as i2$3 from "deco-sites/std/functions/butterCMSFeaturedPosts.ts";
import * as i2$4 from "deco-sites/std/functions/butterCMSPage.ts";
import * as i2$5 from "deco-sites/std/functions/butterCMSPlaces.ts";
import * as i2$6 from "deco-sites/std/functions/butterCMSPostDetail.ts";
import * as i2$7 from "deco-sites/std/functions/butterCMSPosts.ts";
import * as i2$8 from "deco-sites/std/functions/butterCMSRelatedPosts.ts";
import * as i2$9 from "deco-sites/std/functions/occProductDetailsPage.ts";
import * as i2$10 from "deco-sites/std/functions/requestToParam.ts";
import * as i2$11 from "deco-sites/std/functions/shopifyProductDetailsPage.ts";
import * as i2$12 from "deco-sites/std/functions/shopifyProductList.ts";
import * as i2$13 from "deco-sites/std/functions/shopifyProductListingPage.ts";
import * as i2$14 from "deco-sites/std/functions/vndaProductList.ts";
import * as i2$15 from "deco-sites/std/functions/vndaProductListingPage.ts";
import * as i2$16 from "deco-sites/std/functions/vtexLegacyProductDetailsPage.ts";
import * as i2$17 from "deco-sites/std/functions/vtexLegacyProductList.ts";
import * as i2$18 from "deco-sites/std/functions/vtexLegacyProductListingPage.ts";
import * as i2$19 from "deco-sites/std/functions/vtexLegacyRelatedProductsLoader.ts";
import * as i2$20 from "deco-sites/std/functions/vtexNavbar.ts";
import * as i2$21 from "deco-sites/std/functions/vtexProductDetailsPage.ts";
import * as i2$22 from "deco-sites/std/functions/vtexProductList.ts";
import * as i2$23 from "deco-sites/std/functions/vtexProductListingPage.ts";
import * as i2$24 from "deco-sites/std/functions/vtexSuggestions.ts";
import * as i2$25 from "deco-sites/std/functions/vtexWishlist.ts";
import * as i2$$0 from "deco-sites/std/accounts/butterCMS.ts";
import * as i2$$1 from "deco-sites/std/accounts/linxImpulse.ts";
import * as i2$$2 from "deco-sites/std/accounts/nuvemShop.ts";
import * as i2$$3 from "deco-sites/std/accounts/occ.ts";
import * as i2$$4 from "deco-sites/std/accounts/shopify.ts";
import * as i2$$5 from "deco-sites/std/accounts/vnda.ts";
import * as i2$$6 from "deco-sites/std/accounts/vtex.ts";
import * as i2$$7 from "deco-sites/std/accounts/yourViews.ts";
import * as i2$$$0 from "deco-sites/std/loaders/linxImpulse/autocompletes/popular.ts";
import * as i2$$$1 from "deco-sites/std/loaders/linxImpulse/autocompletes/suggestions.ts";
import * as i2$$$2 from "deco-sites/std/loaders/linxImpulse/pages/recommendations.ts";
import * as i2$$$3 from "deco-sites/std/loaders/linxImpulse/products/similarItems.ts";
import * as i2$$$4 from "deco-sites/std/loaders/linxImpulse/search.ts";
import * as i2$$$5 from "deco-sites/std/loaders/nuvemShop/nuvemShopProductDetailsPage.ts";
import * as i2$$$6 from "deco-sites/std/loaders/nuvemShop/nuvemShopProductList.ts";
import * as i2$$$7 from "deco-sites/std/loaders/nuvemShop/nuvemShopProductListingPage.ts";
import * as i2$$$8 from "deco-sites/std/loaders/vnda/cart.ts";
import * as i2$$$9 from "deco-sites/std/loaders/vnda/productDetailsPage.ts";
import * as i2$$$10 from "deco-sites/std/loaders/vnda/productList.ts";
import * as i2$$$11 from "deco-sites/std/loaders/vnda/productListingPage.ts";
import * as i2$$$12 from "deco-sites/std/loaders/vnda/proxy.ts";
import * as i2$$$13 from "deco-sites/std/loaders/vtex/cart.ts";
import * as i2$$$14 from "deco-sites/std/loaders/vtex/intelligentSearch/productDetailsPage.ts";
import * as i2$$$15 from "deco-sites/std/loaders/vtex/intelligentSearch/productList.ts";
import * as i2$$$16 from "deco-sites/std/loaders/vtex/intelligentSearch/productListingPage.ts";
import * as i2$$$17 from "deco-sites/std/loaders/vtex/intelligentSearch/suggestions.ts";
import * as i2$$$18 from "deco-sites/std/loaders/vtex/legacy/productDetailsPage.ts";
import * as i2$$$19 from "deco-sites/std/loaders/vtex/legacy/productList.ts";
import * as i2$$$20 from "deco-sites/std/loaders/vtex/legacy/productListingPage.ts";
import * as i2$$$21 from "deco-sites/std/loaders/vtex/legacy/relatedProductsLoader.ts";
import * as i2$$$22 from "deco-sites/std/loaders/vtex/legacy/suggestions.ts";
import * as i2$$$23 from "deco-sites/std/loaders/vtex/navbar.ts";
import * as i2$$$24 from "deco-sites/std/loaders/vtex/proxy.ts";
import * as i2$$$25 from "deco-sites/std/loaders/vtex/user.ts";
import * as i2$$$26 from "deco-sites/std/loaders/vtex/wishlist.ts";
import * as i2$$$27 from "deco-sites/std/loaders/x/font.ts";
import * as i2$$$28 from "deco-sites/std/loaders/x/image.ts";
import * as i2$$$29 from "deco-sites/std/loaders/x/redirects.ts";
import * as i2$$$30 from "deco-sites/std/loaders/x/redirectsFromCsv.ts";
import * as i2$$$$0 from "deco-sites/std/handlers/sitemap.ts";
import * as i2$$$$1 from "deco-sites/std/handlers/vtex/sitemap.ts";
import * as i2$$$$$0 from "deco-sites/std/sections/Analytics.tsx";
import * as i2$$$$$1 from "deco-sites/std/sections/configButterCMS.global.tsx";
import * as i2$$$$$2 from "deco-sites/std/sections/configLinxImpulse.global.tsx";
import * as i2$$$$$3 from "deco-sites/std/sections/configNuvemShop.tsx";
import * as i2$$$$$4 from "deco-sites/std/sections/configOCC.global.tsx";
import * as i2$$$$$5 from "deco-sites/std/sections/configShopify.global.tsx";
import * as i2$$$$$6 from "deco-sites/std/sections/configVTEX.global.tsx";
import * as i2$$$$$7 from "deco-sites/std/sections/configYourViews.global.tsx";
import * as i2$$$$$8 from "deco-sites/std/sections/SEO.tsx";
import * as i2$$$$$9 from "deco-sites/std/sections/SEOPDP.tsx";
import * as i2$$$$$10 from "deco-sites/std/sections/SEOPLP.tsx";
import * as i2$$$$$11 from "deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx";
import * as i2$$$$$$0 from "deco-sites/std/actions/vnda/cart/addItem.ts";
import * as i2$$$$$$1 from "deco-sites/std/actions/vnda/cart/setShippingAddress.ts";
import * as i2$$$$$$2 from "deco-sites/std/actions/vnda/cart/updateCoupon.ts";
import * as i2$$$$$$3 from "deco-sites/std/actions/vnda/cart/updateItem.ts";
import * as i2$$$$$$4 from "deco-sites/std/actions/vtex/analytics/sendEvent.ts";
import * as i2$$$$$$5 from "deco-sites/std/actions/vtex/cart/addItems.ts";
import * as i2$$$$$$6 from "deco-sites/std/actions/vtex/cart/getInstallment.ts";
import * as i2$$$$$$7 from "deco-sites/std/actions/vtex/cart/removeItemAttachment.ts";
import * as i2$$$$$$8 from "deco-sites/std/actions/vtex/cart/removeItems.ts";
import * as i2$$$$$$9 from "deco-sites/std/actions/vtex/cart/simulation.ts";
import * as i2$$$$$$10 from "deco-sites/std/actions/vtex/cart/updateAttachment.ts";
import * as i2$$$$$$11 from "deco-sites/std/actions/vtex/cart/updateCoupons.ts";
import * as i2$$$$$$12 from "deco-sites/std/actions/vtex/cart/updateItemAttachment.ts";
import * as i2$$$$$$13 from "deco-sites/std/actions/vtex/cart/updateItemPrice.ts";
import * as i2$$$$$$14 from "deco-sites/std/actions/vtex/cart/updateItems.ts";
import * as i2$$$$$$15 from "deco-sites/std/actions/vtex/cart/updateProfile.ts";
import * as i2$$$$$$16 from "deco-sites/std/actions/vtex/cart/updateUser.ts";
import * as i2$$$$$$17 from "deco-sites/std/actions/vtex/newsletter/subscribe.ts";
import * as i2$$$$$$18 from "deco-sites/std/actions/vtex/notifyme.ts";
import * as i2$$$$$$19 from "deco-sites/std/actions/vtex/wishlist/addItem.ts";
import * as i2$$$$$$20 from "deco-sites/std/actions/vtex/wishlist/removeItem.ts";
const manifest = {
"routes": {
"./routes/_app.tsx": $$$$1,
"./routes/_middleware.ts": $live_middleware,
"./routes/[...catchall].tsx": $live_catchall,
"./routes/index.tsx": $live_catchall,
"./routes/live/_meta.ts": $live_meta,
"./routes/live/editorData.ts": $live_editorData,
"./routes/live/inspect/[...block].ts": $live_inspect,
"./routes/live/invoke/[...key].ts": $live_invoke_key,
"./routes/live/invoke/index.ts": $live_invoke,
"./routes/live/previews/[...block].tsx": $live_previews_block,
"./routes/live/previews/index.tsx": $live_previews_index,
"./routes/live/release.ts": $live_release,
"./routes/live/workbench.ts": $live_workbench,
"./routes/live/workflows/run.ts": $live_workflows,
"./routes/styles.css.ts": $$$$0,
},
"islands": {
"./islands/AddToCartActions.tsx": $$$$$0,
"./islands/AddToCartButton.tsx": $$$$$1,
"./islands/BuyWarning.tsx": $$$$$2,
"./islands/CloseButton.tsx": $$$$$3,
"./islands/Debug.tsx": $$$$$4,
"./islands/HeaderButton.tsx": $$$$$5,
"./islands/HeaderModals.tsx": $$$$$6,
"./islands/HeaderSearchbar.tsx": $$$$$7,
"./islands/Newsletter.tsx": $$$$$8,
"./islands/NewsletterModal.tsx": $$$$$9,
"./islands/OutOfStock.tsx": $$$$$10,
"./islands/ProductDetailsImages.tsx": $$$$$11,
"./islands/ProductImageZoom.tsx": $$$$$12,
"./islands/SearchControls.tsx": $$$$$13,
"./islands/ShippingSimulation.tsx": $$$$$14,
"./islands/SliderJS.tsx": $$$$$15,
"./islands/Sort.tsx": $$$$$16,
"./islands/TopBar.tsx": $$$$$17,
"./islands/WishlistButton.tsx": $$$$$18,
},
"sections": {
"$live/sections/Conditional_Beta.tsx": i1$$$$0,
"$live/sections/EmptySection.tsx": i1$$$$1,
"$live/sections/PageInclude.tsx": i1$$$$2,
"$live/sections/Slot.tsx": i1$$$$3,
"$live/sections/UseSlot.tsx": i1$$$$4,
"deco-sites/boilerplaten1v2/sections/Category/CategoryBanner.tsx":
$$$$$$$$0,
"deco-sites/boilerplaten1v2/sections/Category/CategoryBreadcrumb.tsx":
$$$$$$$$1,
"deco-sites/boilerplaten1v2/sections/Category/CategoryList.tsx": $$$$$$$$2,
"deco-sites/boilerplaten1v2/sections/Category/CategoryText.tsx": $$$$$$$$3,
"deco-sites/boilerplaten1v2/sections/Container.tsx": $$$$$$$$4,
"deco-sites/boilerplaten1v2/sections/Content/Benefits.tsx": $$$$$$$$5,
"deco-sites/boilerplaten1v2/sections/Content/CopyRight.tsx": $$$$$$$$6,
"deco-sites/boilerplaten1v2/sections/Content/Faq.tsx": $$$$$$$$7,
"deco-sites/boilerplaten1v2/sections/Content/InfoCard.tsx": $$$$$$$$8,
"deco-sites/boilerplaten1v2/sections/Content/InfoCardSeo.tsx": $$$$$$$$9,
"deco-sites/boilerplaten1v2/sections/Content/Logos.tsx": $$$$$$$$10,
"deco-sites/boilerplaten1v2/sections/Content/Testimonials.tsx": $$$$$$$$11,
"deco-sites/boilerplaten1v2/sections/DesignSystem/DesignSystem.tsx":
$$$$$$$$12,
"deco-sites/boilerplaten1v2/sections/Footer/Footer.tsx": $$$$$$$$13,
"deco-sites/boilerplaten1v2/sections/Header/HeaderLayout.tsx": $$$$$$$$14,
"deco-sites/boilerplaten1v2/sections/Header/HeaderNavMenu.tsx": $$$$$$$$15,
"deco-sites/boilerplaten1v2/sections/Header/TopNavBar.tsx": $$$$$$$$16,
"deco-sites/boilerplaten1v2/sections/Images/BannerGrid.tsx": $$$$$$$$17,
"deco-sites/boilerplaten1v2/sections/Images/Carousel.tsx": $$$$$$$$18,
"deco-sites/boilerplaten1v2/sections/Images/ImageGallery.tsx": $$$$$$$$19,
"deco-sites/boilerplaten1v2/sections/Images/ShoppableBanner.tsx":
$$$$$$$$20,
"deco-sites/boilerplaten1v2/sections/Institutional/AccordionsContent.tsx":
$$$$$$$$21,
"deco-sites/boilerplaten1v2/sections/Institutional/AsideMenu.tsx":
$$$$$$$$22,
"deco-sites/boilerplaten1v2/sections/Institutional/CardsContent.tsx":
$$$$$$$$23,
"deco-sites/boilerplaten1v2/sections/Institutional/ContactForm.tsx":
$$$$$$$$24,
"deco-sites/boilerplaten1v2/sections/Institutional/InstitutionalPage.tsx":
$$$$$$$$25,
"deco-sites/boilerplaten1v2/sections/Institutional/TextContent.tsx":
$$$$$$$$26,
"deco-sites/boilerplaten1v2/sections/Links/LinkTree.tsx": $$$$$$$$27,
"deco-sites/boilerplaten1v2/sections/Links/Shortcuts.tsx": $$$$$$$$28,
"deco-sites/boilerplaten1v2/sections/Miscellaneous/CampaignTimer.tsx":
$$$$$$$$29,
"deco-sites/boilerplaten1v2/sections/Miscellaneous/CookieConsent.tsx":
$$$$$$$$30,
"deco-sites/boilerplaten1v2/sections/Miscellaneous/NotFound.tsx":
$$$$$$$$31,
"deco-sites/boilerplaten1v2/sections/Miscellaneous/ProxyIframe.tsx":
$$$$$$$$32,
"deco-sites/boilerplaten1v2/sections/Newsletter/Newsletter.tsx": $$$$$$$$33,
"deco-sites/boilerplaten1v2/sections/Newsletter/NewsletterModal.tsx":
$$$$$$$$34,
"deco-sites/boilerplaten1v2/sections/Product/ProductDetails.tsx":
$$$$$$$$35,
"deco-sites/boilerplaten1v2/sections/Product/ProductShelf.tsx": $$$$$$$$36,
"deco-sites/boilerplaten1v2/sections/Product/SearchResult.tsx": $$$$$$$$37,
"deco-sites/boilerplaten1v2/sections/Product/Wishlist.tsx": $$$$$$$$38,
"deco-sites/boilerplaten1v2/sections/Social/InstagramPosts.tsx": $$$$$$$$39,
"deco-sites/boilerplaten1v2/sections/Social/WhatsApp.tsx": $$$$$$$$40,
"deco-sites/std/sections/Analytics.tsx": i2$$$$$0,
"deco-sites/std/sections/configButterCMS.global.tsx": i2$$$$$1,
"deco-sites/std/sections/configLinxImpulse.global.tsx": i2$$$$$2,
"deco-sites/std/sections/configNuvemShop.tsx": i2$$$$$3,
"deco-sites/std/sections/configOCC.global.tsx": i2$$$$$4,
"deco-sites/std/sections/configShopify.global.tsx": i2$$$$$5,
"deco-sites/std/sections/configVTEX.global.tsx": i2$$$$$6,
"deco-sites/std/sections/configYourViews.global.tsx": i2$$$$$7,
"deco-sites/std/sections/SEO.tsx": i2$$$$$8,
"deco-sites/std/sections/SEOPDP.tsx": i2$$$$$9,
"deco-sites/std/sections/SEOPLP.tsx": i2$$$$$10,
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": i2$$$$$11,
},
"name": "deco-sites/boilerplaten1v2",
"loaders": {
"$live/loaders/secret.ts": i1$0,
"$live/loaders/state.ts": i1$1,
"$live/loaders/workflows/events.ts": i1$2,
"$live/loaders/workflows/get.ts": i1$3,
"deco-sites/std/loaders/linxImpulse/autocompletes/popular.ts": i2$$$0,
"deco-sites/std/loaders/linxImpulse/autocompletes/suggestions.ts": i2$$$1,
"deco-sites/std/loaders/linxImpulse/pages/recommendations.ts": i2$$$2,
"deco-sites/std/loaders/linxImpulse/products/similarItems.ts": i2$$$3,
"deco-sites/std/loaders/linxImpulse/search.ts": i2$$$4,
"deco-sites/std/loaders/nuvemShop/nuvemShopProductDetailsPage.ts": i2$$$5,
"deco-sites/std/loaders/nuvemShop/nuvemShopProductList.ts": i2$$$6,
"deco-sites/std/loaders/nuvemShop/nuvemShopProductListingPage.ts": i2$$$7,
"deco-sites/std/loaders/vnda/cart.ts": i2$$$8,
"deco-sites/std/loaders/vnda/productDetailsPage.ts": i2$$$9,
"deco-sites/std/loaders/vnda/productList.ts": i2$$$10,
"deco-sites/std/loaders/vnda/productListingPage.ts": i2$$$11,
"deco-sites/std/loaders/vnda/proxy.ts": i2$$$12,
"deco-sites/std/loaders/vtex/cart.ts": i2$$$13,
"deco-sites/std/loaders/vtex/intelligentSearch/productDetailsPage.ts":
i2$$$14,
"deco-sites/std/loaders/vtex/intelligentSearch/productList.ts": i2$$$15,
"deco-sites/std/loaders/vtex/intelligentSearch/productListingPage.ts":
i2$$$16,
"deco-sites/std/loaders/vtex/intelligentSearch/suggestions.ts": i2$$$17,
"deco-sites/std/loaders/vtex/legacy/productDetailsPage.ts": i2$$$18,
"deco-sites/std/loaders/vtex/legacy/productList.ts": i2$$$19,
"deco-sites/std/loaders/vtex/legacy/productListingPage.ts": i2$$$20,
"deco-sites/std/loaders/vtex/legacy/relatedProductsLoader.ts": i2$$$21,
"deco-sites/std/loaders/vtex/legacy/suggestions.ts": i2$$$22,
"deco-sites/std/loaders/vtex/navbar.ts": i2$$$23,
"deco-sites/std/loaders/vtex/proxy.ts": i2$$$24,
"deco-sites/std/loaders/vtex/user.ts": i2$$$25,
"deco-sites/std/loaders/vtex/wishlist.ts": i2$$$26,
"deco-sites/std/loaders/x/font.ts": i2$$$27,
"deco-sites/std/loaders/x/image.ts": i2$$$28,
"deco-sites/std/loaders/x/redirects.ts": i2$$$29,
"deco-sites/std/loaders/x/redirectsFromCsv.ts": i2$$$30,
},
"handlers": {
"$live/handlers/devPage.ts": i1$$0,
"$live/handlers/fresh.ts": i1$$1,
"$live/handlers/proxy.ts": i1$$2,
"$live/handlers/redirect.ts": i1$$3,
"$live/handlers/router.ts": i1$$4,
"$live/handlers/routesSelection.ts": i1$$5,
"$live/handlers/workflowRunner.ts": i1$$6,
"deco-sites/std/handlers/sitemap.ts": i2$$$$0,
"deco-sites/std/handlers/vtex/sitemap.ts": i2$$$$1,
},
"pages": {
"$live/pages/LivePage.tsx": i1$$$0,
},
"matchers": {
"$live/matchers/MatchAlways.ts": i1$$$$$0,
"$live/matchers/MatchCookies.ts": i1$$$$$1,
"$live/matchers/MatchCron.ts": i1$$$$$2,
"$live/matchers/MatchDate.ts": i1$$$$$3,
"$live/matchers/MatchDevice.ts": i1$$$$$4,
"$live/matchers/MatchEnvironment.ts": i1$$$$$5,
"$live/matchers/MatchHost.ts": i1$$$$$6,
"$live/matchers/MatchLocation.ts": i1$$$$$7,
"$live/matchers/MatchMulti.ts": i1$$$$$8,
"$live/matchers/MatchNegate.ts": i1$$$$$9,
"$live/matchers/MatchNever.ts": i1$$$$$10,
"$live/matchers/MatchRandom.ts": i1$$$$$11,
"$live/matchers/MatchSite.ts": i1$$$$$12,
"$live/matchers/MatchUserAgent.ts": i1$$$$$13,
},
"flags": {
"$live/flags/audience.ts": i1$$$$$$0,
"$live/flags/everyone.ts": i1$$$$$$1,
"$live/flags/flag.ts": i1$$$$$$2,
"$live/flags/multivariate.ts": i1$$$$$$3,
},
"actions": {
"$live/actions/secrets/encrypt.ts": i1$$$$$$$0,
"$live/actions/workflows/cancel.ts": i1$$$$$$$1,
"$live/actions/workflows/signal.ts": i1$$$$$$$2,
"$live/actions/workflows/start.ts": i1$$$$$$$3,
"deco-sites/std/actions/vnda/cart/addItem.ts": i2$$$$$$0,
"deco-sites/std/actions/vnda/cart/setShippingAddress.ts": i2$$$$$$1,
"deco-sites/std/actions/vnda/cart/updateCoupon.ts": i2$$$$$$2,
"deco-sites/std/actions/vnda/cart/updateItem.ts": i2$$$$$$3,
"deco-sites/std/actions/vtex/analytics/sendEvent.ts": i2$$$$$$4,
"deco-sites/std/actions/vtex/cart/addItems.ts": i2$$$$$$5,
"deco-sites/std/actions/vtex/cart/getInstallment.ts": i2$$$$$$6,
"deco-sites/std/actions/vtex/cart/removeItemAttachment.ts": i2$$$$$$7,
"deco-sites/std/actions/vtex/cart/removeItems.ts": i2$$$$$$8,
"deco-sites/std/actions/vtex/cart/simulation.ts": i2$$$$$$9,
"deco-sites/std/actions/vtex/cart/updateAttachment.ts": i2$$$$$$10,
"deco-sites/std/actions/vtex/cart/updateCoupons.ts": i2$$$$$$11,
"deco-sites/std/actions/vtex/cart/updateItemAttachment.ts": i2$$$$$$12,
"deco-sites/std/actions/vtex/cart/updateItemPrice.ts": i2$$$$$$13,
"deco-sites/std/actions/vtex/cart/updateItems.ts": i2$$$$$$14,
"deco-sites/std/actions/vtex/cart/updateProfile.ts": i2$$$$$$15,
"deco-sites/std/actions/vtex/cart/updateUser.ts": i2$$$$$$16,
"deco-sites/std/actions/vtex/newsletter/subscribe.ts": i2$$$$$$17,
"deco-sites/std/actions/vtex/notifyme.ts": i2$$$$$$18,
"deco-sites/std/actions/vtex/wishlist/addItem.ts": i2$$$$$$19,
"deco-sites/std/actions/vtex/wishlist/removeItem.ts": i2$$$$$$20,
},
"functions": {
"deco-sites/std/functions/butterCMSAds.ts": i2$0,
"deco-sites/std/functions/butterCMSBrands.ts": i2$1,
"deco-sites/std/functions/butterCMSCategories.ts": i2$2,
"deco-sites/std/functions/butterCMSFeaturedPosts.ts": i2$3,
"deco-sites/std/functions/butterCMSPage.ts": i2$4,
"deco-sites/std/functions/butterCMSPlaces.ts": i2$5,
"deco-sites/std/functions/butterCMSPostDetail.ts": i2$6,
"deco-sites/std/functions/butterCMSPosts.ts": i2$7,
"deco-sites/std/functions/butterCMSRelatedPosts.ts": i2$8,
"deco-sites/std/functions/occProductDetailsPage.ts": i2$9,
"deco-sites/std/functions/requestToParam.ts": i2$10,
"deco-sites/std/functions/shopifyProductDetailsPage.ts": i2$11,
"deco-sites/std/functions/shopifyProductList.ts": i2$12,
"deco-sites/std/functions/shopifyProductListingPage.ts": i2$13,
"deco-sites/std/functions/vndaProductList.ts": i2$14,
"deco-sites/std/functions/vndaProductListingPage.ts": i2$15,
"deco-sites/std/functions/vtexLegacyProductDetailsPage.ts": i2$16,
"deco-sites/std/functions/vtexLegacyProductList.ts": i2$17,
"deco-sites/std/functions/vtexLegacyProductListingPage.ts": i2$18,
"deco-sites/std/functions/vtexLegacyRelatedProductsLoader.ts": i2$19,
"deco-sites/std/functions/vtexNavbar.ts": i2$20,
"deco-sites/std/functions/vtexProductDetailsPage.ts": i2$21,
"deco-sites/std/functions/vtexProductList.ts": i2$22,
"deco-sites/std/functions/vtexProductListingPage.ts": i2$23,
"deco-sites/std/functions/vtexSuggestions.ts": i2$24,
"deco-sites/std/functions/vtexWishlist.ts": i2$25,
},
"accounts": {
"deco-sites/std/accounts/butterCMS.ts": i2$$0,
"deco-sites/std/accounts/linxImpulse.ts": i2$$1,
"deco-sites/std/accounts/nuvemShop.ts": i2$$2,
"deco-sites/std/accounts/occ.ts": i2$$3,
"deco-sites/std/accounts/shopify.ts": i2$$4,
"deco-sites/std/accounts/vnda.ts": i2$$5,
"deco-sites/std/accounts/vtex.ts": i2$$6,
"deco-sites/std/accounts/yourViews.ts": i2$$7,
},
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;