generated from deco-sites/start
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import type { Props } from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/suggestions.ts"; | ||
import _suggestions from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/suggestions.ts"; | ||
import type { Props } from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/suggestions.ts"; | ||
import _suggestions from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/suggestions.ts"; | ||
|
||
const loader = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/analytics/sendEvent.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/analytics/sendEvent.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/addItems.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/addItems.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/getInstallment.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/getInstallment.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/api/checkout/pub/orderForm/-orderFormId-/installments | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/removeItemAttachment.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/removeItemAttachment.ts"; | ||
|
||
const action = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | ||
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/removeItems.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/removeItems.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items/removeAll | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { SimulationOrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/simulation.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/simulation.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForms/simulation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateAttachment.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateAttachment.ts"; | ||
|
||
const action = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateCoupons.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateCoupons.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/coupons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateItemAttachment.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateItemAttachment.ts"; | ||
|
||
const action = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateItemPrice.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateItemPrice.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#put-/api/checkout/pub/orderForm/-orderFormId-/items/-itemIndex-/price | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateItems.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateItems.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items/update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateProfile.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateProfile.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#patch-/api/checkout/pub/orderForm/-orderFormId-/profile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import type { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | ||
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/cart/updateUser.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/cart/updateUser.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/checkout/changeToAnonymousUser/-orderFormId- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/newsletter/subscribe.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/newsletter/subscribe.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/notifyme.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/notifyme.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#post-/api/checkout/pub/orderForm/-orderFormId-/items | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/wishlist/addItem.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/wishlist/addItem.ts"; | ||
|
||
const action = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/actions/wishlist/removeItem.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/actions/wishlist/removeItem.ts"; | ||
|
||
const action = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import base from "https://denopkg.com/deco-cx/[email protected].3/vtex/handlers/sitemap.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].4/vtex/handlers/sitemap.ts"; | ||
|
||
/** | ||
* @title Sitemap Proxy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import { OrderForm } from "deco-sites/std/packs/vtex/types.ts"; | ||
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/cart.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/cart.ts"; | ||
|
||
/** | ||
* @docs https://developers.vtex.com/docs/api-reference/checkout-api#get-/api/checkout/pub/orderForm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productDetailsPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productDetailsPage.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productDetailsPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productDetailsPage.ts"; | ||
|
||
/** | ||
* @title VTEX Intelligent Search - Product Details Page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productList.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productList.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productList.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productList.ts"; | ||
|
||
/** | ||
* @title VTEX Intelligent Search - Search Products | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productListingPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productListingPage.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/productListingPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/productListingPage.ts"; | ||
|
||
/** | ||
* @title VTEX Intelligent Search - Product Listing page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/suggestions.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/suggestions.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/intelligentSearch/suggestions.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/intelligentSearch/suggestions.ts"; | ||
|
||
/** | ||
* @title VTEX Intelligent Search - Search Suggestions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productDetailsPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productDetailsPage.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productDetailsPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productDetailsPage.ts"; | ||
|
||
/** | ||
* @title VTEX Catalog - Product Details Page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productList.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productList.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productList.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productList.ts"; | ||
|
||
/** | ||
* @title VTEX Catalog - Search Products | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productListingPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productListingPage.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/productListingPage.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/productListingPage.ts"; | ||
|
||
/** | ||
* @title VTEX Catalog - Product Listing Page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/relatedProductsLoader.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/relatedProductsLoader.ts"; | ||
export type { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/legacy/relatedProductsLoader.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/legacy/relatedProductsLoader.ts"; | ||
|
||
/** | ||
* @title VTEX Related Products - Catalog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/navbar.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/navbar.ts"; | ||
|
||
const loader = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/user.ts"; | ||
import base from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/user.ts"; | ||
|
||
export interface User { | ||
id: string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import type { WishlistItem } from "deco-sites/std/packs/vtex/types.ts"; | |
import { transform } from "deco-sites/std/packs/vtex/utils/future.ts"; | ||
import base, { | ||
Props, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/loaders/wishlist.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/loaders/wishlist.ts"; | ||
|
||
const loader = ( | ||
props: Props, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
import type { Context } from "deco-sites/std/packs/vtex/accounts/vtex.ts"; | ||
import type { | ||
AppContext, | ||
} from "https://denopkg.com/deco-cx/[email protected].3/vtex/mod.ts"; | ||
import App from "https://denopkg.com/deco-cx/[email protected].3/vtex/mod.ts"; | ||
} from "https://denopkg.com/deco-cx/[email protected].4/vtex/mod.ts"; | ||
import App from "https://denopkg.com/deco-cx/[email protected].4/vtex/mod.ts"; | ||
|
||
export const transform = (ctx: Context): AppContext => | ||
({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import * as fetcher from "https://denopkg.com/deco-cx/[email protected].3/utils/fetch.ts"; | ||
import * as fetcher from "https://denopkg.com/deco-cx/[email protected].4/utils/fetch.ts"; | ||
|
||
export interface FetchOptions { | ||
withProxyCache?: boolean; | ||
|