Skip to content

Commit

Permalink
Merge pull request #48 from deco-cx/tavano/add-cookie-matcher
Browse files Browse the repository at this point in the history
add cookie matcher
  • Loading branch information
guitavano authored Sep 14, 2023
2 parents ae1680c + c14368c commit ce3b2de
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 168 deletions.
24 changes: 12 additions & 12 deletions compat/$live/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/state.ts";
import * as $$$$0 from "./handlers/devPage.ts";
import * as $$$$1 from "./handlers/router.ts";
import * as $$$$0 from "./handlers/router.ts";
import * as $$$$1 from "./handlers/devPage.ts";
import * as $$$$$$0 from "./sections/UseSlot.tsx";
import * as $$$$$$1 from "./sections/EmptySection.tsx";
import * as $$$$$$2 from "./sections/Conditional_Beta.tsx";
import * as $$$$$$3 from "./sections/Slot.tsx";
import * as $$$$$$4 from "./sections/PageInclude.tsx";
import * as $$$$$$1 from "./sections/Slot.tsx";
import * as $$$$$$2 from "./sections/EmptySection.tsx";
import * as $$$$$$3 from "./sections/PageInclude.tsx";
import * as $$$$$$4 from "./sections/Conditional_Beta.tsx";

const manifest = {
"loaders": {
"$live/loaders/state.ts": $$$0,
},
"handlers": {
"$live/handlers/devPage.ts": $$$$0,
"$live/handlers/router.ts": $$$$1,
"$live/handlers/devPage.ts": $$$$1,
"$live/handlers/router.ts": $$$$0,
},
"sections": {
"$live/sections/Conditional_Beta.tsx": $$$$$$2,
"$live/sections/EmptySection.tsx": $$$$$$1,
"$live/sections/PageInclude.tsx": $$$$$$4,
"$live/sections/Slot.tsx": $$$$$$3,
"$live/sections/Conditional_Beta.tsx": $$$$$$4,
"$live/sections/EmptySection.tsx": $$$$$$2,
"$live/sections/PageInclude.tsx": $$$$$$3,
"$live/sections/Slot.tsx": $$$$$$1,
"$live/sections/UseSlot.tsx": $$$$$$0,
},
"name": "$live",
Expand Down
16 changes: 8 additions & 8 deletions compat/std/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import * as $0 from "./functions/requestToParam.ts";
import * as $$$0 from "./loaders/x/redirects.ts";
import * as $$$1 from "./loaders/x/font.ts";
import * as $$$$$$0 from "./sections/SEOPDP.tsx";
import * as $$$$$$1 from "./sections/SEOPLP.tsx";
import * as $$$$$$2 from "./sections/Analytics.tsx";
import * as $$$$$$3 from "./sections/VTEXPortalDataLayerCompatibility.tsx";
import * as $$$$$$0 from "./sections/SEOPLP.tsx";
import * as $$$$$$1 from "./sections/Analytics.tsx";
import * as $$$$$$2 from "./sections/VTEXPortalDataLayerCompatibility.tsx";
import * as $$$$$$3 from "./sections/SEOPDP.tsx";

const manifest = {
"functions": {
Expand All @@ -19,10 +19,10 @@ const manifest = {
"deco-sites/std/loaders/x/redirects.ts": $$$0,
},
"sections": {
"deco-sites/std/sections/Analytics.tsx": $$$$$$2,
"deco-sites/std/sections/SEOPDP.tsx": $$$$$$0,
"deco-sites/std/sections/SEOPLP.tsx": $$$$$$1,
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": $$$$$$3,
"deco-sites/std/sections/Analytics.tsx": $$$$$$1,
"deco-sites/std/sections/SEOPDP.tsx": $$$$$$3,
"deco-sites/std/sections/SEOPLP.tsx": $$$$$$0,
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": $$$$$$2,
},
"name": "deco-sites/std",
"baseUrl": import.meta.url,
Expand Down
8 changes: 4 additions & 4 deletions decohub/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// This file is automatically updated during development when running `dev.ts`.

import * as $$$$$$$$$$$0 from "./apps/workflows.ts";
import * as $$$$$$$$$$$1 from "./apps/verified-reviews.ts";
import * as $$$$$$$$$$$2 from "./apps/handlebars.ts";
import * as $$$$$$$$$$$1 from "./apps/handlebars.ts";
import * as $$$$$$$$$$$2 from "./apps/verified-reviews.ts";

const manifest = {
"apps": {
"decohub/apps/handlebars.ts": $$$$$$$$$$$2,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$1,
"decohub/apps/handlebars.ts": $$$$$$$$$$$1,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$2,
"decohub/apps/workflows.ts": $$$$$$$$$$$0,
},
"name": "decohub",
Expand Down
16 changes: 8 additions & 8 deletions shopify/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/ProductList.ts";
import * as $$$1 from "./loaders/ProductListingPage.ts";
import * as $$$2 from "./loaders/proxy.ts";
import * as $$$3 from "./loaders/cart.ts";
import * as $$$4 from "./loaders/ProductDetailsPage.ts";
import * as $$$1 from "./loaders/ProductDetailsPage.ts";
import * as $$$2 from "./loaders/ProductListingPage.ts";
import * as $$$3 from "./loaders/proxy.ts";
import * as $$$4 from "./loaders/cart.ts";
import * as $$$$0 from "./handlers/sitemap.ts";
import * as $$$$$$$$$0 from "./actions/cart/updateCoupons.ts";
import * as $$$$$$$$$1 from "./actions/cart/updateItems.ts";
import * as $$$$$$$$$2 from "./actions/cart/addItems.ts";

const manifest = {
"loaders": {
"shopify/loaders/cart.ts": $$$3,
"shopify/loaders/ProductDetailsPage.ts": $$$4,
"shopify/loaders/cart.ts": $$$4,
"shopify/loaders/ProductDetailsPage.ts": $$$1,
"shopify/loaders/ProductList.ts": $$$0,
"shopify/loaders/ProductListingPage.ts": $$$1,
"shopify/loaders/proxy.ts": $$$2,
"shopify/loaders/ProductListingPage.ts": $$$2,
"shopify/loaders/proxy.ts": $$$3,
},
"handlers": {
"shopify/handlers/sitemap.ts": $$$$0,
Expand Down
36 changes: 18 additions & 18 deletions vnda/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/proxy.ts";
import * as $$$1 from "./loaders/cart.ts";
import * as $$$2 from "./loaders/productList.ts";
import * as $$$3 from "./loaders/productListingPage.ts";
import * as $$$4 from "./loaders/productDetailsPage.ts";
import * as $$$$$$$$$0 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$1 from "./actions/cart/simulation.ts";
import * as $$$$$$$$$2 from "./actions/cart/updateCart.ts";
import * as $$$$$$$$$3 from "./actions/cart/updateItem.ts";
import * as $$$0 from "./loaders/productList.ts";
import * as $$$1 from "./loaders/productDetailsPage.ts";
import * as $$$2 from "./loaders/productListingPage.ts";
import * as $$$3 from "./loaders/proxy.ts";
import * as $$$4 from "./loaders/cart.ts";
import * as $$$$$$$$$0 from "./actions/cart/updateItem.ts";
import * as $$$$$$$$$1 from "./actions/cart/updateCart.ts";
import * as $$$$$$$$$2 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$3 from "./actions/cart/simulation.ts";

const manifest = {
"loaders": {
"vnda/loaders/cart.ts": $$$1,
"vnda/loaders/productDetailsPage.ts": $$$4,
"vnda/loaders/productList.ts": $$$2,
"vnda/loaders/productListingPage.ts": $$$3,
"vnda/loaders/proxy.ts": $$$0,
"vnda/loaders/cart.ts": $$$4,
"vnda/loaders/productDetailsPage.ts": $$$1,
"vnda/loaders/productList.ts": $$$0,
"vnda/loaders/productListingPage.ts": $$$2,
"vnda/loaders/proxy.ts": $$$3,
},
"actions": {
"vnda/actions/cart/addItem.ts": $$$$$$$$$0,
"vnda/actions/cart/simulation.ts": $$$$$$$$$1,
"vnda/actions/cart/updateCart.ts": $$$$$$$$$2,
"vnda/actions/cart/updateItem.ts": $$$$$$$$$3,
"vnda/actions/cart/addItem.ts": $$$$$$$$$2,
"vnda/actions/cart/simulation.ts": $$$$$$$$$3,
"vnda/actions/cart/updateCart.ts": $$$$$$$$$1,
"vnda/actions/cart/updateItem.ts": $$$$$$$$$0,
},
"name": "vnda",
"baseUrl": import.meta.url,
Expand Down
104 changes: 52 additions & 52 deletions vtex/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,77 +2,77 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/legacy/suggestions.ts";
import * as $$$1 from "./loaders/legacy/productList.ts";
import * as $$$0 from "./loaders/legacy/productList.ts";
import * as $$$1 from "./loaders/legacy/productDetailsPage.ts";
import * as $$$2 from "./loaders/legacy/productListingPage.ts";
import * as $$$3 from "./loaders/legacy/productDetailsPage.ts";
import * as $$$4 from "./loaders/legacy/relatedProductsLoader.ts";
import * as $$$3 from "./loaders/legacy/relatedProductsLoader.ts";
import * as $$$4 from "./loaders/legacy/suggestions.ts";
import * as $$$5 from "./loaders/wishlist.ts";
import * as $$$6 from "./loaders/user.ts";
import * as $$$6 from "./loaders/navbar.ts";
import * as $$$7 from "./loaders/proxy.ts";
import * as $$$8 from "./loaders/cart.ts";
import * as $$$9 from "./loaders/navbar.ts";
import * as $$$10 from "./loaders/intelligentSearch/suggestions.ts";
import * as $$$11 from "./loaders/intelligentSearch/productList.ts";
import * as $$$12 from "./loaders/intelligentSearch/productListingPage.ts";
import * as $$$13 from "./loaders/intelligentSearch/productDetailsPage.ts";
import * as $$$8 from "./loaders/intelligentSearch/productList.ts";
import * as $$$9 from "./loaders/intelligentSearch/productDetailsPage.ts";
import * as $$$10 from "./loaders/intelligentSearch/productListingPage.ts";
import * as $$$11 from "./loaders/intelligentSearch/suggestions.ts";
import * as $$$12 from "./loaders/cart.ts";
import * as $$$13 from "./loaders/user.ts";
import * as $$$$0 from "./handlers/sitemap.ts";
import * as $$$$$$$$$0 from "./actions/notifyme.ts";
import * as $$$$$$$$$1 from "./actions/newsletter/subscribe.ts";
import * as $$$$$$$$$2 from "./actions/analytics/sendEvent.ts";
import * as $$$$$$$$$3 from "./actions/cart/updateCoupons.ts";
import * as $$$$$$$$$4 from "./actions/cart/updateItemPrice.ts";
import * as $$$$$$$$$5 from "./actions/cart/updateAttachment.ts";
import * as $$$$$$$$$6 from "./actions/cart/updateUser.ts";
import * as $$$$$$$$$7 from "./actions/cart/simulation.ts";
import * as $$$$$$$$$8 from "./actions/cart/updateProfile.ts";
import * as $$$$$$$$$9 from "./actions/cart/updateItems.ts";
import * as $$$$$$$$$10 from "./actions/cart/getInstallment.ts";
import * as $$$$$$$$$11 from "./actions/cart/updateItemAttachment.ts";
import * as $$$$$$$$$12 from "./actions/cart/removeItems.ts";
import * as $$$$$$$$$13 from "./actions/cart/removeItemAttachment.ts";
import * as $$$$$$$$$14 from "./actions/cart/addItems.ts";
import * as $$$$$$$$$1 from "./actions/cart/updateCoupons.ts";
import * as $$$$$$$$$2 from "./actions/cart/updateAttachment.ts";
import * as $$$$$$$$$3 from "./actions/cart/updateItems.ts";
import * as $$$$$$$$$4 from "./actions/cart/updateItemAttachment.ts";
import * as $$$$$$$$$5 from "./actions/cart/updateUser.ts";
import * as $$$$$$$$$6 from "./actions/cart/addItems.ts";
import * as $$$$$$$$$7 from "./actions/cart/removeItems.ts";
import * as $$$$$$$$$8 from "./actions/cart/getInstallment.ts";
import * as $$$$$$$$$9 from "./actions/cart/updateItemPrice.ts";
import * as $$$$$$$$$10 from "./actions/cart/updateProfile.ts";
import * as $$$$$$$$$11 from "./actions/cart/simulation.ts";
import * as $$$$$$$$$12 from "./actions/cart/removeItemAttachment.ts";
import * as $$$$$$$$$13 from "./actions/newsletter/subscribe.ts";
import * as $$$$$$$$$14 from "./actions/wishlist/removeItem.ts";
import * as $$$$$$$$$15 from "./actions/wishlist/addItem.ts";
import * as $$$$$$$$$16 from "./actions/wishlist/removeItem.ts";
import * as $$$$$$$$$16 from "./actions/analytics/sendEvent.ts";

const manifest = {
"loaders": {
"vtex/loaders/cart.ts": $$$8,
"vtex/loaders/intelligentSearch/productDetailsPage.ts": $$$13,
"vtex/loaders/intelligentSearch/productList.ts": $$$11,
"vtex/loaders/intelligentSearch/productListingPage.ts": $$$12,
"vtex/loaders/intelligentSearch/suggestions.ts": $$$10,
"vtex/loaders/legacy/productDetailsPage.ts": $$$3,
"vtex/loaders/legacy/productList.ts": $$$1,
"vtex/loaders/cart.ts": $$$12,
"vtex/loaders/intelligentSearch/productDetailsPage.ts": $$$9,
"vtex/loaders/intelligentSearch/productList.ts": $$$8,
"vtex/loaders/intelligentSearch/productListingPage.ts": $$$10,
"vtex/loaders/intelligentSearch/suggestions.ts": $$$11,
"vtex/loaders/legacy/productDetailsPage.ts": $$$1,
"vtex/loaders/legacy/productList.ts": $$$0,
"vtex/loaders/legacy/productListingPage.ts": $$$2,
"vtex/loaders/legacy/relatedProductsLoader.ts": $$$4,
"vtex/loaders/legacy/suggestions.ts": $$$0,
"vtex/loaders/navbar.ts": $$$9,
"vtex/loaders/legacy/relatedProductsLoader.ts": $$$3,
"vtex/loaders/legacy/suggestions.ts": $$$4,
"vtex/loaders/navbar.ts": $$$6,
"vtex/loaders/proxy.ts": $$$7,
"vtex/loaders/user.ts": $$$6,
"vtex/loaders/user.ts": $$$13,
"vtex/loaders/wishlist.ts": $$$5,
},
"handlers": {
"vtex/handlers/sitemap.ts": $$$$0,
},
"actions": {
"vtex/actions/analytics/sendEvent.ts": $$$$$$$$$2,
"vtex/actions/cart/addItems.ts": $$$$$$$$$14,
"vtex/actions/cart/getInstallment.ts": $$$$$$$$$10,
"vtex/actions/cart/removeItemAttachment.ts": $$$$$$$$$13,
"vtex/actions/cart/removeItems.ts": $$$$$$$$$12,
"vtex/actions/cart/simulation.ts": $$$$$$$$$7,
"vtex/actions/cart/updateAttachment.ts": $$$$$$$$$5,
"vtex/actions/cart/updateCoupons.ts": $$$$$$$$$3,
"vtex/actions/cart/updateItemAttachment.ts": $$$$$$$$$11,
"vtex/actions/cart/updateItemPrice.ts": $$$$$$$$$4,
"vtex/actions/cart/updateItems.ts": $$$$$$$$$9,
"vtex/actions/cart/updateProfile.ts": $$$$$$$$$8,
"vtex/actions/cart/updateUser.ts": $$$$$$$$$6,
"vtex/actions/newsletter/subscribe.ts": $$$$$$$$$1,
"vtex/actions/analytics/sendEvent.ts": $$$$$$$$$16,
"vtex/actions/cart/addItems.ts": $$$$$$$$$6,
"vtex/actions/cart/getInstallment.ts": $$$$$$$$$8,
"vtex/actions/cart/removeItemAttachment.ts": $$$$$$$$$12,
"vtex/actions/cart/removeItems.ts": $$$$$$$$$7,
"vtex/actions/cart/simulation.ts": $$$$$$$$$11,
"vtex/actions/cart/updateAttachment.ts": $$$$$$$$$2,
"vtex/actions/cart/updateCoupons.ts": $$$$$$$$$1,
"vtex/actions/cart/updateItemAttachment.ts": $$$$$$$$$4,
"vtex/actions/cart/updateItemPrice.ts": $$$$$$$$$9,
"vtex/actions/cart/updateItems.ts": $$$$$$$$$3,
"vtex/actions/cart/updateProfile.ts": $$$$$$$$$10,
"vtex/actions/cart/updateUser.ts": $$$$$$$$$5,
"vtex/actions/newsletter/subscribe.ts": $$$$$$$$$13,
"vtex/actions/notifyme.ts": $$$$$$$$$0,
"vtex/actions/wishlist/addItem.ts": $$$$$$$$$15,
"vtex/actions/wishlist/removeItem.ts": $$$$$$$$$16,
"vtex/actions/wishlist/removeItem.ts": $$$$$$$$$14,
},
"name": "vtex",
"baseUrl": import.meta.url,
Expand Down
28 changes: 14 additions & 14 deletions wake/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/proxy.ts";
import * as $$$1 from "./loaders/cart.ts";
import * as $$$2 from "./loaders/productList.ts";
import * as $$$3 from "./loaders/productListingPage.ts";
import * as $$$4 from "./loaders/productDetailsPage.ts";
import * as $$$$$$$$$0 from "./actions/cart/updateItemQuantity.ts";
import * as $$$0 from "./loaders/productList.ts";
import * as $$$1 from "./loaders/productDetailsPage.ts";
import * as $$$2 from "./loaders/productListingPage.ts";
import * as $$$3 from "./loaders/proxy.ts";
import * as $$$4 from "./loaders/cart.ts";
import * as $$$$$$$$$0 from "./actions/cart/addCoupon.ts";
import * as $$$$$$$$$1 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$2 from "./actions/cart/addCoupon.ts";
import * as $$$$$$$$$2 from "./actions/cart/updateItemQuantity.ts";
import * as $$$$$$$$$3 from "./actions/cart/removeCoupon.ts";

const manifest = {
"loaders": {
"wake/loaders/cart.ts": $$$1,
"wake/loaders/productDetailsPage.ts": $$$4,
"wake/loaders/productList.ts": $$$2,
"wake/loaders/productListingPage.ts": $$$3,
"wake/loaders/proxy.ts": $$$0,
"wake/loaders/cart.ts": $$$4,
"wake/loaders/productDetailsPage.ts": $$$1,
"wake/loaders/productList.ts": $$$0,
"wake/loaders/productListingPage.ts": $$$2,
"wake/loaders/proxy.ts": $$$3,
},
"actions": {
"wake/actions/cart/addCoupon.ts": $$$$$$$$$2,
"wake/actions/cart/addCoupon.ts": $$$$$$$$$0,
"wake/actions/cart/addItem.ts": $$$$$$$$$1,
"wake/actions/cart/removeCoupon.ts": $$$$$$$$$3,
"wake/actions/cart/updateItemQuantity.ts": $$$$$$$$$0,
"wake/actions/cart/updateItemQuantity.ts": $$$$$$$$$2,
},
"name": "wake",
"baseUrl": import.meta.url,
Expand Down
Loading

0 comments on commit ce3b2de

Please sign in to comment.