@faststore/core 3.90.1 → 3.91.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.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +23 -23
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +6 -6
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/4168.js +1 -1
- package/.next/server/chunks/870.js +1 -1
- package/.next/server/chunks/9563.js +3 -3
- package/.next/server/chunks/9630.js +3 -3
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js.nft.json +1 -1
- package/.next/server/pages/_document.js.nft.json +1 -1
- package/.next/server/pages/_error.js.nft.json +1 -1
- package/.next/server/pages/api/graphql.js +3 -3
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/api/health/live.js.nft.json +1 -1
- package/.next/server/pages/api/health/ready.js.nft.json +1 -1
- package/.next/server/pages/api/preview.js.nft.json +1 -1
- package/.next/server/pages/checkout.js.nft.json +1 -1
- package/.next/server/pages/en-US/404.html +1 -1
- package/.next/server/pages/en-US/500.html +1 -1
- package/.next/server/pages/en-US/checkout.html +1 -1
- package/.next/server/pages/en-US/login.html +1 -1
- package/.next/server/pages/en-US/s.html +1 -1
- package/.next/server/pages/en-US.html +1 -1
- package/.next/server/pages/index.js.nft.json +1 -1
- package/.next/server/pages/login.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/403.js +1 -1
- package/.next/server/pages/pvt/account/403.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/404.js +1 -1
- package/.next/server/pages/pvt/account/404.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/[...unknown].js.nft.json +1 -1
- package/.next/server/pages/pvt/account/orders/[id].js +1 -1
- package/.next/server/pages/pvt/account/orders/[id].js.nft.json +1 -1
- package/.next/server/pages/pvt/account/orders.js +1 -1
- package/.next/server/pages/pvt/account/orders.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/profile.js +1 -1
- package/.next/server/pages/pvt/account/profile.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/security.js +1 -1
- package/.next/server/pages/pvt/account/security.js.nft.json +1 -1
- package/.next/server/pages/pvt/account/user-details.js +1 -1
- package/.next/server/pages/pvt/account/user-details.js.nft.json +1 -1
- package/.next/server/pages/pvt/account.js +1 -1
- package/.next/server/pages/pvt/account.js.nft.json +1 -1
- package/.next/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{1G1fFBbTvq0WaZ-0pahJG → FslBA_VdamNtaqLHejDIJ}/_buildManifest.js +1 -1
- package/.next/static/chunks/{2927.23bae2c79f0ac0f3.js → 2927.5a79877943a6bf7c.js} +1 -1
- package/.next/static/chunks/{UIToast.3a8d6b20848b20e2.js → UIToast.5b849b0ef95e25ce.js} +1 -1
- package/.next/static/chunks/pages/_app-43bcb55c76e1d67e.js +1 -0
- package/.next/static/chunks/pages/pvt/account/403-91597100f8956385.js +1 -0
- package/.next/static/chunks/{webpack-7a160aaa24e51946.js → webpack-083c0d59a2221fa9.js} +1 -1
- package/.next/trace +138 -138
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-test.log +5 -5
- package/@generated/schema.graphql +18 -16
- package/CHANGELOG.md +6 -0
- package/discovery.config.default.js +1 -1
- package/package.json +3 -3
- package/src/experimental/{myAccountSeverSideProps.ts → myAccountServerSideProps.ts} +18 -6
- package/src/pages/api/graphql.ts +20 -11
- package/src/pages/pvt/account/403.tsx +67 -48
- package/src/pages/pvt/account/404.tsx +16 -12
- package/src/pages/pvt/account/[...unknown].tsx +1 -1
- package/src/pages/pvt/account/index.tsx +0 -12
- package/src/pages/pvt/account/orders/[id].tsx +8 -15
- package/src/pages/pvt/account/orders/index.tsx +9 -15
- package/src/pages/pvt/account/profile.tsx +14 -21
- package/src/pages/pvt/account/security.tsx +7 -14
- package/src/pages/pvt/account/user-details.tsx +7 -14
- package/src/sdk/account/getMyAccountRoutes.ts +3 -2
- package/src/sdk/account/refreshToken.ts +50 -0
- package/src/sdk/account/useRefreshToken.ts +67 -0
- package/src/sdk/account/validateUser.ts +56 -12
- package/src/sdk/session/index.ts +6 -37
- package/src/server/index.ts +7 -1
- package/.next/server/chunks/7947.js +0 -1
- package/.next/static/chunks/pages/_app-494fa821daae1608.js +0 -1
- package/.next/static/chunks/pages/pvt/account/403-f2858569fde3873b.js +0 -1
- /package/.next/static/{1G1fFBbTvq0WaZ-0pahJG → FslBA_VdamNtaqLHejDIJ}/_ssgManifest.js +0 -0
package/.next/cache/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry": {
|
|
3
|
-
"notifiedAt": "
|
|
4
|
-
"anonymousId": "
|
|
5
|
-
"salt": "
|
|
3
|
+
"notifiedAt": "1761340968775",
|
|
4
|
+
"anonymousId": "89e9ffcd7702019d6575395c53f0f1d55e6b2ba131fc77668788608d7cc0f385",
|
|
5
|
+
"salt": "9e5a17c11e5f68f4d890aeed8b260020"
|
|
6
6
|
}
|
|
7
7
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/
|
|
1
|
+
self.__PRERENDER_MANIFEST="{\"version\":4,\"routes\":{\"/en-US/500\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/500.json\"},\"/en-US/404\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/404.json\"},\"/en-US/checkout\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/checkout.json\"},\"/en-US\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/index.json\"},\"/en-US/login\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/login.json\"},\"/en-US/s\":{\"initialRevalidateSeconds\":false,\"srcRoute\":null,\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/s.json\"}},\"dynamicRoutes\":{\"/[slug]/p\":{\"routeRegex\":\"^/([^/]+?)/p(?:/)?$\",\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/[slug]/p.json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/FslBA_VdamNtaqLHejDIJ/([^/]+?)/p\\\\.json$\"},\"/pvt/account/[...unknown]\":{\"routeRegex\":\"^/pvt/account/(.+?)(?:/)?$\",\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/[...unknown].json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/(.+?)\\\\.json$\"},\"/[...slug]\":{\"routeRegex\":\"^/(.+?)(?:/)?$\",\"dataRoute\":\"/_next/data/FslBA_VdamNtaqLHejDIJ/[...slug].json\",\"fallback\":null,\"dataRouteRegex\":\"^/_next/data/FslBA_VdamNtaqLHejDIJ/(.+?)\\\\.json$\"}},\"notFoundRoutes\":[],\"preview\":{\"previewModeId\":\"d121d00f0f8dd5683b42f6186ac0cbc6\",\"previewModeSigningKey\":\"bf808551c0225dfac86489dd2442a031d34b9fb0fd1693ba6e8f7bcbdaf79c36\",\"previewModeEncryptionKey\":\"2c4ac672c94a60f589deda7fa3c3c4d1fd42b76513fd914862ff99d69bee22b8\"}}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/
|
|
1
|
+
{"version":4,"routes":{"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/500.json"},"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/404.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/s.json"}},"dynamicRoutes":{"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/([^/]+?)/p\\.json$"},"/pvt/account/[...unknown]":{"routeRegex":"^/pvt/account/(.+?)(?:/)?$","dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/[...unknown].json","fallback":null,"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/(.+?)\\.json$"},"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/FslBA_VdamNtaqLHejDIJ/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/(.+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"d121d00f0f8dd5683b42f6186ac0cbc6","previewModeSigningKey":"bf808551c0225dfac86489dd2442a031d34b9fb0fd1693ba6e8f7bcbdaf79c36","previewModeEncryptionKey":"2c4ac672c94a60f589deda7fa3c3c4d1fd42b76513fd914862ff99d69bee22b8"}}
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
78
78
|
"static/chunks/9465.a17b996086339462.js",
|
|
79
79
|
"static/chunks/9701.b0e8741551995fbb.js",
|
|
80
|
-
"static/chunks/UIToast.
|
|
80
|
+
"static/chunks/UIToast.5b849b0ef95e25ce.js"
|
|
81
81
|
]
|
|
82
82
|
},
|
|
83
83
|
"../components/cms/RenderSections.tsx -> ../common/PreviewTag": {
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
226
226
|
"static/chunks/9465.a17b996086339462.js",
|
|
227
227
|
"static/chunks/9701.b0e8741551995fbb.js",
|
|
228
|
-
"static/chunks/UIToast.
|
|
228
|
+
"static/chunks/UIToast.5b849b0ef95e25ce.js"
|
|
229
229
|
]
|
|
230
230
|
},
|
|
231
231
|
"../components/navigation/Navbar/Navbar.tsx -> src/components/navigation/NavbarLinks": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
248
248
|
"static/chunks/9465.a17b996086339462.js",
|
|
249
249
|
"static/chunks/9701.b0e8741551995fbb.js",
|
|
250
|
-
"static/chunks/UIToast.
|
|
250
|
+
"static/chunks/UIToast.5b849b0ef95e25ce.js"
|
|
251
251
|
]
|
|
252
252
|
},
|
|
253
253
|
"../components/region/RegionSlider/RegionSlider.tsx -> @faststore/ui": {
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"files": [
|
|
265
265
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
266
266
|
"static/chunks/9465.a17b996086339462.js",
|
|
267
|
-
"static/chunks/2927.
|
|
267
|
+
"static/chunks/2927.5a79877943a6bf7c.js"
|
|
268
268
|
]
|
|
269
269
|
},
|
|
270
270
|
"../components/search/SearchDropdown/SearchDropdown.tsx -> @faststore/sdk": {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
286
286
|
"static/chunks/9465.a17b996086339462.js",
|
|
287
287
|
"static/chunks/9701.b0e8741551995fbb.js",
|
|
288
|
-
"static/chunks/UIToast.
|
|
288
|
+
"static/chunks/UIToast.5b849b0ef95e25ce.js"
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown": {
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"static/chunks/3474-d34f8f5fe6eacbe6.js",
|
|
310
310
|
"static/chunks/9465.a17b996086339462.js",
|
|
311
311
|
"static/chunks/9701.b0e8741551995fbb.js",
|
|
312
|
-
"static/chunks/UIToast.
|
|
312
|
+
"static/chunks/UIToast.5b849b0ef95e25ce.js"
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
315
|
"../components/sections/Navbar/DefaultComponents.ts -> src/components/ui/Button": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/pvt/account/orders/[id]","regex":"^/pvt/account/orders/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/pvt/account/orders/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/pvt/account/[...unknown]","regex":"^/pvt/account/(.+?)(?:/)?$","routeKeys":{"nxtPunknown":"nxtPunknown"},"namedRegex":"^/pvt/account/(?<nxtPunknown>.+?)(?:/)?$"},{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/pvt/account","regex":"^/pvt/account(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account(?:/)?$"},{"page":"/pvt/account/403","regex":"^/pvt/account/403(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/403(?:/)?$"},{"page":"/pvt/account/404","regex":"^/pvt/account/404(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/404(?:/)?$"},{"page":"/pvt/account/orders","regex":"^/pvt/account/orders(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/orders(?:/)?$"},{"page":"/pvt/account/profile","regex":"^/pvt/account/profile(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/profile(?:/)?$"},{"page":"/pvt/account/security","regex":"^/pvt/account/security(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/security(?:/)?$"},{"page":"/pvt/account/user-details","regex":"^/pvt/account/user\\-details(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/user\\-details(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/
|
|
1
|
+
{"version":3,"pages404":true,"caseSensitive":false,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/pvt/account/orders/[id]","regex":"^/pvt/account/orders/([^/]+?)(?:/)?$","routeKeys":{"nxtPid":"nxtPid"},"namedRegex":"^/pvt/account/orders/(?<nxtPid>[^/]+?)(?:/)?$"},{"page":"/pvt/account/[...unknown]","regex":"^/pvt/account/(.+?)(?:/)?$","routeKeys":{"nxtPunknown":"nxtPunknown"},"namedRegex":"^/pvt/account/(?<nxtPunknown>.+?)(?:/)?$"},{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"nxtPslug":"nxtPslug"},"namedRegex":"^/(?<nxtPslug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/pvt/account","regex":"^/pvt/account(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account(?:/)?$"},{"page":"/pvt/account/403","regex":"^/pvt/account/403(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/403(?:/)?$"},{"page":"/pvt/account/404","regex":"^/pvt/account/404(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/404(?:/)?$"},{"page":"/pvt/account/orders","regex":"^/pvt/account/orders(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/orders(?:/)?$"},{"page":"/pvt/account/profile","regex":"^/pvt/account/profile(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/profile(?:/)?$"},{"page":"/pvt/account/security","regex":"^/pvt/account/security(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/security(?:/)?$"},{"page":"/pvt/account/user-details","regex":"^/pvt/account/user\\-details(?:/)?$","routeKeys":{},"namedRegex":"^/pvt/account/user\\-details(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/500.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/login.json$"},{"page":"/pvt/account","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account.json$"},{"page":"/pvt/account/403","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/403.json$"},{"page":"/pvt/account/404","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/404.json$"},{"page":"/pvt/account/orders","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/orders.json$"},{"page":"/pvt/account/orders/[id]","routeKeys":{"nxtPid":"nxtPid"},"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/orders/([^/]+?)\\.json$","namedDataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/orders/(?<nxtPid>[^/]+?)\\.json$"},{"page":"/pvt/account/profile","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/profile.json$"},{"page":"/pvt/account/security","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/security.json$"},{"page":"/pvt/account/user-details","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/user-details.json$"},{"page":"/pvt/account/[...unknown]","routeKeys":{"nxtPunknown":"nxtPunknown"},"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/pvt/account/(?<nxtPunknown>.+?)\\.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/s.json$"},{"page":"/[slug]/p","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/(?<nxtPslug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"nxtPslug":"nxtPslug"},"dataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/FslBA_VdamNtaqLHejDIJ/(?<nxtPslug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rsc":{"header":"RSC","varyHeader":"RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url","prefetchHeader":"Next-Router-Prefetch","contentTypeHeader":"text/x-component"},"rewrites":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=4168,exports.ids=[4168],exports.modules={38038:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0,enableUnavailableItemsOnCart:!1},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,city:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""},refreshAfter:null},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://homebrewqa.fast.store",secureSubdomain:"https://homebrewqa.fast.store",checkoutUrl:"https://homebrewqa.fast.store/checkout",loginUrl:"https://homebrewqa.fast.store/api/io/login",accountUrl:"https://homebrewqa.fast.store/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p",500:"/500",404:"/404"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},contentSource:{type:"CMS"},deliveryPromise:{enabled:!1,mandatory:!1},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:
|
|
1
|
+
exports.id=4168,exports.ids=[4168],exports.modules={38038:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0,enableUnavailableItemsOnCart:!1},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,city:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""},refreshAfter:null},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://homebrewqa.fast.store",secureSubdomain:"https://homebrewqa.fast.store",checkoutUrl:"https://homebrewqa.fast.store/checkout",loginUrl:"https://homebrewqa.fast.store/api/io/login",accountUrl:"https://homebrewqa.fast.store/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p",500:"/500",404:"/404"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},contentSource:{type:"CMS"},deliveryPromise:{enabled:!1,mandatory:!1},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:3600},refreshToken:!1}}},43412:(e,t,o)=>{let r=o(38038),s=o(2512),n=o(56330),a=n(r,s);e.exports=a},2512:e=>{e.exports={}},39729:(e,t,o)=>{"use strict";o.d(t,{Q:()=>l,Z:()=>c});var r=o(20997);let fonts_WebFonts=function(){return r.jsx(r.Fragment,{})},s={components:{WebFonts:fonts_WebFonts}},n={components:{ThirdPartyScripts:()=>r.jsx(r.Fragment,{})}};function ownKeys(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,r)}return o}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(o),!0).forEach(function(t){var r;r=o[t],t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):ownKeys(Object(o)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))})}return e}let a=_objectSpread(_objectSpread(_objectSpread(_objectSpread({WebFonts:fonts_WebFonts},n.components),s.components),s.components),n.components),l=a.WebFonts,c=a}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=870,exports.ids=[870],exports.modules={25114:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0,enableUnavailableItemsOnCart:!1},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,city:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""},refreshAfter:null},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://homebrewqa.fast.store",secureSubdomain:"https://homebrewqa.fast.store",checkoutUrl:"https://homebrewqa.fast.store/checkout",loginUrl:"https://homebrewqa.fast.store/api/io/login",accountUrl:"https://homebrewqa.fast.store/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p",500:"/500",404:"/404"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},contentSource:{type:"CMS"},deliveryPromise:{enabled:!1,mandatory:!1},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:
|
|
1
|
+
exports.id=870,exports.ids=[870],exports.modules={25114:e=>{e.exports={seo:{title:"FastStore Starter",description:"Fast Demo Store",titleTemplate:"%s | FastStore",author:"Store Framework",name:"FastStore",publisherId:"",plp:{titleTemplate:"%s | FastStore PLP",descriptionTemplate:"%s products on FastStore Product Listing Page"},pdp:{titleTemplate:"%s | FastStore PDP",descriptionTemplate:"%s products on FastStore Product Detail Page"},search:{titleTemplate:"%s: Search results title",descriptionTemplate:"%s: Search results description",noIndex:!0,noFollow:!0,bodyH1:"Showing results for:"}},theme:"custom-theme",platform:"vtex",api:{storeId:"storeframework",workspace:"master",subDomainPrefix:["www"],environment:"vtexcommercestable",hideUnavailableItems:!1,showSponsored:!1,incrementAddress:!0,enableUnavailableItemsOnCart:!1},session:{currency:{code:"USD",symbol:"$"},locale:"en-US",channel:'{"salesChannel":"1","regionId":"","hasOnlyDefaultSalesChannel":"true"}',country:"USA",deliveryMode:null,addressType:null,city:null,postalCode:null,geoCoordinates:null,b2b:null,person:null,marketingData:{utmCampaign:"",utmMedium:"",utmSource:"",utmiCampaign:"",utmiPart:"",utmiPage:""},refreshAfter:null},cart:{id:"",items:[],messages:[],shouldSplitItem:!0},storeUrl:"https://homebrewqa.fast.store",secureSubdomain:"https://homebrewqa.fast.store",checkoutUrl:"https://homebrewqa.fast.store/checkout",loginUrl:"https://homebrewqa.fast.store/api/io/login",accountUrl:"https://homebrewqa.fast.store/api/io/account",previewRedirects:{home:"/",plp:"/office",search:"/s?q=headphone",pdp:"/apple-magic-mouse/p",500:"/500",404:"/404"},lighthouse:{server:process.env.BASE_SITE_URL||"http://localhost:3000",pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office"}},cypress:{pages:{home:"/",pdp:"/4k-philips-monitor-99988213/p",collection:"/office",collection_2:"/technology",collection_filtered:"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",search:"/s?q=orange"}},analytics:{gtmContainerId:"GTM-PGHZ95N"},cms:{data:process.env.CMS_DATA},contentSource:{type:"CMS"},deliveryPromise:{enabled:!1,mandatory:!1},experimental:{cypressVersion:12,enableCypressExtension:!1,noRobots:!1,noindex:!1,nofollow:!1,preact:!1,enableRedirects:!1,enableSearchSSR:!1,enableFaststoreMyAccount:!1,enableVtexAssetsLoader:!1,graphqlCacheControl:{maxAge:0,staleWhileRevalidate:3600},refreshToken:!1}}},40870:(e,t,o)=>{let s=o(25114),r=o(66601),a=o(56330),l=a(s,r);e.exports=l},66601:e=>{e.exports={}}};
|