flowrix 1.0.1-beta.155 → 1.0.1-beta.157
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/dist/module.json +1 -1
- package/dist/module.mjs +23 -192
- package/dist/runtime/components/Types/page/index.d.vue.ts +5 -4
- package/dist/runtime/components/Types/page/index.vue +7 -11
- package/dist/runtime/components/Types/page/index.vue.d.ts +5 -4
- package/dist/runtime/composables/Blog/useBlogSingle.js +4 -5
- package/dist/runtime/composables/Category/useCategoryIndex.js +5 -5
- package/dist/runtime/composables/Checkout/useCheckout.d.ts +4 -0
- package/dist/runtime/composables/Checkout/useCheckout.js +15 -3
- package/dist/runtime/composables/Customer/useBillingAddress.d.ts +3 -0
- package/dist/runtime/composables/Customer/useBillingAddress.js +2 -0
- package/dist/runtime/composables/Customer/useShippingAddress.d.ts +3 -0
- package/dist/runtime/composables/Customer/useShippingAddress.js +2 -1
- package/dist/runtime/composables/Customer/useWishlists.d.ts +1 -1
- package/dist/runtime/composables/Product/CustomProduct/useCustomeScript.d.ts +4 -0
- package/dist/runtime/composables/Product/CustomProduct/useCustomeScript.js +5 -11
- package/dist/runtime/composables/Product/useProductCard.d.ts +90 -9
- package/dist/runtime/composables/Product/useProductCard.js +257 -55
- package/dist/runtime/composables/Product/useProductComponent.js +3 -10
- package/dist/runtime/composables/Product/useQuickView.d.ts +1 -1
- package/dist/runtime/composables/Product/useService.d.ts +1 -12
- package/dist/runtime/composables/Product/useService.js +2 -2
- package/dist/runtime/composables/index.d.ts +1 -1
- package/dist/runtime/composables/index.js +1 -1
- package/dist/runtime/composables/useAddresses.js +27 -6
- package/dist/runtime/composables/useApp.js +3 -4
- package/dist/runtime/composables/useCards.js +0 -1
- package/dist/runtime/composables/useClientApi.d.ts +8 -8
- package/dist/runtime/composables/useClientApi.js +74 -30
- package/dist/runtime/composables/useLocation.d.ts +3 -15
- package/dist/runtime/composables/useLocation.js +6 -27
- package/dist/runtime/composables/usePriceCalculation.d.ts +33 -0
- package/dist/runtime/composables/usePriceCalculation.js +107 -0
- package/dist/runtime/composables/useQuotationCheckout.d.ts +1 -1
- package/dist/runtime/middleware/flowrix.d.ts +5 -5
- package/dist/runtime/middleware/flowrix.js +2 -2
- package/dist/runtime/middleware/flowrixs3.d.ts +3 -0
- package/dist/runtime/middleware/flowrixs3.js +65 -0
- package/dist/runtime/pages/flowrix-default.vue +62 -15
- package/dist/runtime/plugins/full-reload.client.d.ts +2 -0
- package/dist/runtime/plugins/full-reload.client.js +28 -0
- package/dist/runtime/server/api/albums.d.ts +0 -1
- package/dist/runtime/server/api/albums.js +13 -40
- package/dist/runtime/server/api/auth/login.d.ts +0 -18
- package/dist/runtime/server/api/auth/login.js +0 -57
- package/dist/runtime/server/api/banners.d.ts +0 -1
- package/dist/runtime/server/api/banners.js +13 -40
- package/dist/runtime/server/api/brand/[...slug].d.ts +0 -1
- package/dist/runtime/server/api/brand/[...slug].js +14 -43
- package/dist/runtime/server/api/brand/index.d.ts +0 -1
- package/dist/runtime/server/api/brand/index.js +13 -39
- package/dist/runtime/server/api/cache/[...slug].delete.js +1 -2
- package/dist/runtime/server/api/cache/clean.get.js +1 -2
- package/dist/runtime/server/api/cart/[slug]/add.d.ts +0 -2
- package/dist/runtime/server/api/cart/[slug]/add.js +0 -21
- package/dist/runtime/server/api/cart/[slug]/update.d.ts +0 -2
- package/dist/runtime/server/api/cart/[slug]/update.js +0 -21
- package/dist/runtime/server/api/cart/related.d.ts +0 -2
- package/dist/runtime/server/api/cart/related.js +0 -34
- package/dist/runtime/server/api/cart/remove.d.ts +0 -2
- package/dist/runtime/server/api/cart/remove.js +0 -21
- package/dist/runtime/server/api/catalog/brands.d.ts +0 -1
- package/dist/runtime/server/api/catalog/brands.js +13 -45
- package/dist/runtime/server/api/catalog/categories.d.ts +0 -1
- package/dist/runtime/server/api/catalog/categories.js +13 -45
- package/dist/runtime/server/api/catalog/categoriesall.d.ts +0 -1
- package/dist/runtime/server/api/catalog/categoriesall.js +13 -45
- package/dist/runtime/server/api/catalog/featured.d.ts +0 -1
- package/dist/runtime/server/api/catalog/featured.js +13 -45
- package/dist/runtime/server/api/catalog/posts.d.ts +0 -1
- package/dist/runtime/server/api/catalog/posts.js +13 -45
- package/dist/runtime/server/api/catalog/samples.d.ts +0 -1
- package/dist/runtime/server/api/catalog/samples.js +13 -46
- package/dist/runtime/server/api/catalog/search.d.ts +0 -1
- package/dist/runtime/server/api/catalog/search.js +13 -46
- package/dist/runtime/server/api/category/[...slug].d.ts +1 -2
- package/dist/runtime/server/api/category/[...slug].js +34 -49
- package/dist/runtime/server/api/checkout/applyCoupon.d.ts +0 -2
- package/dist/runtime/server/api/checkout/applyCoupon.js +0 -20
- package/dist/runtime/server/api/checkout/configs.d.ts +0 -2
- package/dist/runtime/server/api/checkout/configs.js +0 -20
- package/dist/runtime/server/api/checkout/countries.d.ts +0 -2
- package/dist/runtime/server/api/checkout/countries.js +0 -13
- package/dist/runtime/server/api/checkout/paymentmethod.d.ts +0 -2
- package/dist/runtime/server/api/checkout/paymentmethod.js +0 -25
- package/dist/runtime/server/api/checkout/quotation/guest/customer.d.ts +0 -2
- package/dist/runtime/server/api/checkout/quotation/guest/customer.js +0 -20
- package/dist/runtime/server/api/checkvariables.js +1 -2
- package/dist/runtime/server/api/cmspost/[...slug].d.ts +0 -1
- package/dist/runtime/server/api/cmspost/[...slug].js +14 -44
- package/dist/runtime/server/api/cmspost/all.js +1 -2
- package/dist/runtime/server/api/company/profile.d.ts +1 -1
- package/dist/runtime/server/api/company/profile.js +13 -17
- package/dist/runtime/server/api/contact-center/webforms/[id]/details.d.ts +0 -3
- package/dist/runtime/server/api/contact-center/webforms/[id]/details.js +0 -54
- package/dist/runtime/server/api/countries.js +13 -38
- package/dist/runtime/server/api/customer/wishlist/deleteFromWishList.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/deleteFromWishList.js +0 -45
- package/dist/runtime/server/api/featured.d.ts +0 -3
- package/dist/runtime/server/api/featured.js +0 -52
- package/dist/runtime/server/api/generate/robots.get.js +0 -2
- package/dist/runtime/server/api/generate/sitemap.get.d.ts +1 -1
- package/dist/runtime/server/api/generate/sitemap.get.js +8 -12
- package/dist/runtime/server/api/global/[...slug].js +20 -0
- package/dist/runtime/server/api/location.d.ts +0 -2
- package/dist/runtime/server/api/location.js +0 -25
- package/dist/runtime/server/api/nav/[id]/links.d.ts +0 -1
- package/dist/runtime/server/api/nav/[id]/links.js +13 -43
- package/dist/runtime/server/api/page/[...slug].d.ts +0 -1
- package/dist/runtime/server/api/page/[...slug].js +14 -44
- package/dist/runtime/server/api/permalink/[...slug].get.js +31 -0
- package/dist/runtime/server/api/product/[...slug].d.ts +0 -1
- package/dist/runtime/server/api/product/[...slug].js +14 -49
- package/dist/runtime/server/api/quickview/[slug].d.ts +1 -1
- package/dist/runtime/server/api/quickview/[slug].js +15 -16
- package/dist/runtime/server/api/reviews.d.ts +1 -1
- package/dist/runtime/server/api/reviews.js +1 -2
- package/dist/runtime/server/api/reviews3.js +19 -0
- package/dist/runtime/server/api/samples.d.ts +0 -1
- package/dist/runtime/server/api/samples.js +13 -46
- package/dist/runtime/server/api/search.d.ts +0 -1
- package/dist/runtime/server/api/search.js +13 -46
- package/dist/runtime/server/api/service/[slug].d.ts +0 -1
- package/dist/runtime/server/api/service/[slug].js +13 -44
- package/dist/runtime/server/api/service/availability.d.ts +1 -1
- package/dist/runtime/server/api/service/getall.d.ts +0 -1
- package/dist/runtime/server/api/service/getall.js +13 -51
- package/dist/runtime/server/api/shop.d.ts +0 -1
- package/dist/runtime/server/api/shop.js +13 -46
- package/dist/runtime/server/api/subscribe.d.ts +0 -2
- package/dist/runtime/server/api/subscribe.js +0 -25
- package/dist/runtime/server/api/webform.d.ts +0 -3
- package/dist/runtime/server/api/webform.js +0 -54
- package/dist/runtime/server/middleware/powertools.d.ts +9 -0
- package/dist/runtime/server/middleware/powertools.js +30 -0
- package/dist/runtime/stores/Booking.js +23 -7
- package/dist/runtime/stores/Cart.js +18 -3
- package/dist/runtime/stores/Checkout.js +14 -3
- package/dist/runtime/stores/NavMenu.js +2 -4
- package/dist/runtime/stores/Search.js +9 -3
- package/dist/runtime/stores/auth.d.ts +28 -1
- package/dist/runtime/stores/auth.js +0 -5
- package/dist/runtime/stores/countries.js +1 -1
- package/dist/runtime/stores/index.d.ts +0 -1
- package/dist/runtime/stores/index.js +0 -1
- package/dist/runtime/stores/locations.d.ts +1 -5
- package/dist/runtime/stores/locations.js +8 -5
- package/dist/runtime/stores/product.js +9 -3
- package/dist/runtime/stores/promotions.d.ts +51 -0
- package/dist/runtime/stores/promotions.js +65 -0
- package/dist/runtime/stores/useCompanyProfile.js +5 -2
- package/dist/runtime/stores/wishlists.d.ts +1 -1
- package/dist/runtime/stores/wishlists.js +1 -1
- package/package.json +11 -3
- package/dist/runtime/composables/useLocations.d.ts +0 -12
- package/dist/runtime/composables/useLocations.js +0 -53
- package/dist/runtime/server/api/auth/forgot.d.ts +0 -5
- package/dist/runtime/server/api/auth/forgot.js +0 -43
- package/dist/runtime/server/api/auth/logout.d.ts +0 -5
- package/dist/runtime/server/api/auth/logout.js +0 -22
- package/dist/runtime/server/api/auth/register.js +0 -50
- package/dist/runtime/server/api/auth/session.get.js +0 -44
- package/dist/runtime/server/api/auth/user/reset-password.d.ts +0 -5
- package/dist/runtime/server/api/auth/user/reset-password.js +0 -39
- package/dist/runtime/server/api/auth/user/session.js +0 -42
- package/dist/runtime/server/api/auth/user/verify-token.d.ts +0 -6
- package/dist/runtime/server/api/auth/user/verify-token.js +0 -49
- package/dist/runtime/server/api/cart/service/[slug]/add.d.ts +0 -2
- package/dist/runtime/server/api/cart/service/[slug]/add.js +0 -16
- package/dist/runtime/server/api/check-404.d.ts +0 -4
- package/dist/runtime/server/api/check-404.js +0 -8
- package/dist/runtime/server/api/checkout/quotation/[slug].d.ts +0 -2
- package/dist/runtime/server/api/checkout/quotation/[slug].js +0 -20
- package/dist/runtime/server/api/checkout/quotation/guest/[slug].d.ts +0 -2
- package/dist/runtime/server/api/checkout/quotation/guest/[slug].js +0 -35
- package/dist/runtime/server/api/checkout/quotation/submit/[slug].d.ts +0 -2
- package/dist/runtime/server/api/checkout/quotation/submit/[slug].js +0 -22
- package/dist/runtime/server/api/contact-center/webforms/create.d.ts +0 -2
- package/dist/runtime/server/api/contact-center/webforms/create.js +0 -20
- package/dist/runtime/server/api/customer/address/add.d.ts +0 -14
- package/dist/runtime/server/api/customer/address/add.js +0 -32
- package/dist/runtime/server/api/customer/address/delete.d.ts +0 -20
- package/dist/runtime/server/api/customer/address/delete.js +0 -36
- package/dist/runtime/server/api/customer/address/setshipping.d.ts +0 -20
- package/dist/runtime/server/api/customer/address/setshipping.js +0 -40
- package/dist/runtime/server/api/customer/address/update.d.ts +0 -20
- package/dist/runtime/server/api/customer/address/update.js +0 -41
- package/dist/runtime/server/api/customer/cards/delete.d.ts +0 -2
- package/dist/runtime/server/api/customer/cards/delete.js +0 -22
- package/dist/runtime/server/api/customer/cards/get.d.ts +0 -2
- package/dist/runtime/server/api/customer/cards/get.js +0 -16
- package/dist/runtime/server/api/customer/change-password.d.ts +0 -14
- package/dist/runtime/server/api/customer/change-password.js +0 -33
- package/dist/runtime/server/api/customer/checkout.d.ts +0 -2
- package/dist/runtime/server/api/customer/checkout.js +0 -19
- package/dist/runtime/server/api/customer/orders.d.ts +0 -2
- package/dist/runtime/server/api/customer/orders.js +0 -16
- package/dist/runtime/server/api/customer/profile/update.d.ts +0 -14
- package/dist/runtime/server/api/customer/profile/update.js +0 -33
- package/dist/runtime/server/api/customer/quotations.d.ts +0 -2
- package/dist/runtime/server/api/customer/quotations.js +0 -16
- package/dist/runtime/server/api/customer/search.d.ts +0 -2
- package/dist/runtime/server/api/customer/search.js +0 -14
- package/dist/runtime/server/api/customer/tax-invoice.d.ts +0 -8
- package/dist/runtime/server/api/customer/tax-invoice.js +0 -35
- package/dist/runtime/server/api/customer/wishlist/add.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/add.js +0 -29
- package/dist/runtime/server/api/customer/wishlist/createWishList.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/createWishList.js +0 -28
- package/dist/runtime/server/api/customer/wishlist/deleteWishList.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/deleteWishList.js +0 -29
- package/dist/runtime/server/api/customer/wishlist/get.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/get.js +0 -16
- package/dist/runtime/server/api/customer/wishlist/getWishListItems.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/getWishListItems.js +0 -20
- package/dist/runtime/server/api/customer/wishlist/updateWishList.d.ts +0 -2
- package/dist/runtime/server/api/customer/wishlist/updateWishList.js +0 -29
- package/dist/runtime/server/api/v2/[...slug].get.d.ts +0 -2
- package/dist/runtime/server/api/v2/[...slug].get.js +0 -34
- package/dist/runtime/stores/IpLocation.d.ts +0 -109
- package/dist/runtime/stores/IpLocation.js +0 -107
- package/dist/runtime/utils/api.d.ts +0 -13
- package/dist/runtime/utils/api.js +0 -96
- /package/dist/runtime/server/api/{auth/register.d.ts → global/[...slug].d.ts} +0 -0
- /package/dist/runtime/server/api/{auth/session.get.d.ts → permalink/[...slug].get.d.ts} +0 -0
- /package/dist/runtime/server/api/{auth/user/session.d.ts → reviews3.d.ts} +0 -0
|
@@ -1,52 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const fileName = "categories";
|
|
19
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
20
|
-
try {
|
|
21
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
22
|
-
const catelog = JSON.parse(fileContent);
|
|
23
|
-
return catelog;
|
|
24
|
-
} catch (error) {
|
|
25
|
-
}
|
|
7
|
+
const endpoint = "_global_configurations/categories";
|
|
26
8
|
try {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
const options = {
|
|
37
|
-
headers: {
|
|
38
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
39
|
-
},
|
|
40
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
41
18
|
};
|
|
42
|
-
const categories = await flowrixApi.get(`categories`, apiConfig, options);
|
|
43
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
44
|
-
await ensureCacheDir();
|
|
45
|
-
await writeFile(filePath, JSON.stringify(categories, null, 2), "utf-8");
|
|
46
|
-
}
|
|
47
|
-
return categories;
|
|
48
|
-
} catch (error) {
|
|
49
|
-
setResponseStatus(event, 500);
|
|
50
|
-
return { success: false, error: error.message };
|
|
51
19
|
}
|
|
52
20
|
});
|
|
@@ -1,52 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const fileName = "categoriesall";
|
|
19
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
20
|
-
try {
|
|
21
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
22
|
-
const catelog = JSON.parse(fileContent);
|
|
23
|
-
return catelog;
|
|
24
|
-
} catch (error) {
|
|
25
|
-
}
|
|
7
|
+
const endpoint = "_global_configurations/categories_all";
|
|
26
8
|
try {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
const options = {
|
|
37
|
-
headers: {
|
|
38
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
39
|
-
},
|
|
40
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
41
18
|
};
|
|
42
|
-
const categories = await flowrixApi.get(`categories/all`, apiConfig, options);
|
|
43
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
44
|
-
await ensureCacheDir();
|
|
45
|
-
await writeFile(filePath, JSON.stringify(categories, null, 2), "utf-8");
|
|
46
|
-
}
|
|
47
|
-
return categories;
|
|
48
|
-
} catch (error) {
|
|
49
|
-
setResponseStatus(event, 500);
|
|
50
|
-
return { success: false, error: error.message };
|
|
51
19
|
}
|
|
52
20
|
});
|
|
@@ -1,52 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const fileName = "featured";
|
|
19
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
20
|
-
try {
|
|
21
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
22
|
-
const catelog = JSON.parse(fileContent);
|
|
23
|
-
return catelog;
|
|
24
|
-
} catch (error) {
|
|
25
|
-
}
|
|
7
|
+
const endpoint = "_global_configurations/products_featured";
|
|
26
8
|
try {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
const options = {
|
|
37
|
-
headers: {
|
|
38
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
39
|
-
},
|
|
40
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
41
18
|
};
|
|
42
|
-
const featured = await flowrixApi.get(`products/featured`, apiConfig, options);
|
|
43
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
44
|
-
await ensureCacheDir();
|
|
45
|
-
await writeFile(filePath, JSON.stringify(featured, null, 2), "utf-8");
|
|
46
|
-
}
|
|
47
|
-
return featured;
|
|
48
|
-
} catch (error) {
|
|
49
|
-
setResponseStatus(event, 500);
|
|
50
|
-
return { success: false, error: error.message };
|
|
51
19
|
}
|
|
52
20
|
});
|
|
@@ -1,52 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const fileName = "posts";
|
|
19
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
20
|
-
try {
|
|
21
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
22
|
-
const catelog = JSON.parse(fileContent);
|
|
23
|
-
return catelog;
|
|
24
|
-
} catch (error) {
|
|
25
|
-
}
|
|
7
|
+
const endpoint = "_global_configurations/posts";
|
|
26
8
|
try {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
const options = {
|
|
37
|
-
headers: {
|
|
38
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
39
|
-
},
|
|
40
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
41
18
|
};
|
|
42
|
-
const posts = await flowrixApi.post(`posts`, apiConfig, options);
|
|
43
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
44
|
-
await ensureCacheDir();
|
|
45
|
-
await writeFile(filePath, JSON.stringify(posts, null, 2), "utf-8");
|
|
46
|
-
}
|
|
47
|
-
return posts;
|
|
48
|
-
} catch (error) {
|
|
49
|
-
setResponseStatus(event, 500);
|
|
50
|
-
return { success: false, error: error.message };
|
|
51
19
|
}
|
|
52
20
|
});
|
|
@@ -1,53 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const cacheKey = `samples-${JSON.stringify(query)}`;
|
|
19
|
-
const fileName = cacheKey.replace(/[^a-zA-Z0-9-_]/g, "_");
|
|
20
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
21
|
-
try {
|
|
22
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
23
|
-
const catelog = JSON.parse(fileContent);
|
|
24
|
-
return catelog;
|
|
25
|
-
} catch (error) {
|
|
26
|
-
}
|
|
7
|
+
const endpoint = "_global_configurations/samples";
|
|
27
8
|
try {
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
const options = {
|
|
38
|
-
headers: {
|
|
39
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
40
|
-
},
|
|
41
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
42
18
|
};
|
|
43
|
-
const samples = await flowrixApi.get(`samples`, apiConfig, options);
|
|
44
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
45
|
-
await ensureCacheDir();
|
|
46
|
-
await writeFile(filePath, JSON.stringify(samples, null, 2), "utf-8");
|
|
47
|
-
}
|
|
48
|
-
return samples;
|
|
49
|
-
} catch (error) {
|
|
50
|
-
setResponseStatus(event, 500);
|
|
51
|
-
return { success: false, error: error.message };
|
|
52
19
|
}
|
|
53
20
|
});
|
|
@@ -1,53 +1,20 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery
|
|
2
|
-
import { writeFile, mkdir, readFile } from "fs/promises";
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery } from "h3";
|
|
4
2
|
import { useRuntimeConfig } from "#imports";
|
|
5
|
-
import {
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "catalog");
|
|
7
|
-
export const catelogCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
3
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
15
4
|
export default defineEventHandler(async (event) => {
|
|
5
|
+
const config = useRuntimeConfig();
|
|
16
6
|
let query = getQuery(event);
|
|
17
|
-
const
|
|
18
|
-
const cacheKey = `search-${JSON.stringify(query)}`;
|
|
19
|
-
const fileName = cacheKey.replace(/[^a-zA-Z0-9-_]/g, "_");
|
|
20
|
-
const filePath = join(CACHE_DIR, `${fileName}-${customerType}.json`);
|
|
21
|
-
try {
|
|
22
|
-
const fileContent = await readFile(filePath, "utf-8");
|
|
23
|
-
const catelog = JSON.parse(fileContent);
|
|
24
|
-
return catelog;
|
|
25
|
-
} catch (error) {
|
|
26
|
-
}
|
|
7
|
+
const endpoint = "search";
|
|
27
8
|
try {
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
const options = {
|
|
38
|
-
headers: {
|
|
39
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
40
|
-
},
|
|
41
|
-
query
|
|
9
|
+
const s3Data = await flowrixS3.get(endpoint, config);
|
|
10
|
+
console.log("Loaded from S3:", endpoint);
|
|
11
|
+
return s3Data;
|
|
12
|
+
} catch (s3Error) {
|
|
13
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
14
|
+
return {
|
|
15
|
+
status: "Error",
|
|
16
|
+
message: "File not found",
|
|
17
|
+
error: s3Error.message
|
|
42
18
|
};
|
|
43
|
-
const search = await flowrixApi.get(`search`, apiConfig, options);
|
|
44
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
45
|
-
await ensureCacheDir();
|
|
46
|
-
await writeFile(filePath, JSON.stringify(search, null, 2), "utf-8");
|
|
47
|
-
}
|
|
48
|
-
return search;
|
|
49
|
-
} catch (error) {
|
|
50
|
-
setResponseStatus(event, 500);
|
|
51
|
-
return { success: false, error: error.message };
|
|
52
19
|
}
|
|
53
20
|
});
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<any>>;
|
|
1
|
+
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<{}>>;
|
|
3
2
|
export default _default;
|
|
@@ -1,62 +1,47 @@
|
|
|
1
|
-
import { defineEventHandler, getQuery, createError
|
|
2
|
-
import {
|
|
3
|
-
import { join } from "path";
|
|
1
|
+
import { defineEventHandler, getQuery, createError } from "h3";
|
|
2
|
+
import { flowrixS3 } from "../../../middleware/flowrixs3.js";
|
|
4
3
|
import { flowrixApi } from "../../../middleware/flowrix.js";
|
|
5
4
|
import { useRuntimeConfig } from "#imports";
|
|
6
|
-
const CACHE_DIR = join("/tmp", ".cache", "nitro", "categories");
|
|
7
|
-
export const categoryCache = /* @__PURE__ */ new Map();
|
|
8
|
-
async function ensureCacheDir() {
|
|
9
|
-
try {
|
|
10
|
-
await mkdir(CACHE_DIR, { recursive: true });
|
|
11
|
-
} catch (error) {
|
|
12
|
-
console.error("Error creating cache directory:", error);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
5
|
export default defineEventHandler(async (event) => {
|
|
16
|
-
const slug = event.context.params
|
|
17
|
-
const
|
|
6
|
+
const slug = event.context.params?._;
|
|
7
|
+
const config = useRuntimeConfig();
|
|
18
8
|
let query = getQuery(event);
|
|
19
9
|
if (!slug) {
|
|
20
10
|
throw createError({ statusCode: 400, statusMessage: "Missing slug parameter" });
|
|
21
11
|
}
|
|
22
12
|
if (!/^[a-zA-Z0-9-_]+$/.test(slug)) {
|
|
23
13
|
}
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
14
|
+
const endpoint = `category/${slug}`;
|
|
15
|
+
const rawCookies = event.req.headers.cookie || "";
|
|
16
|
+
const apiConfig = {
|
|
17
|
+
...config,
|
|
18
|
+
cookies: rawCookies
|
|
19
|
+
};
|
|
20
|
+
query = {
|
|
21
|
+
...query,
|
|
22
|
+
"withchildren": "true"
|
|
23
|
+
};
|
|
24
|
+
const options = {
|
|
25
|
+
headers: {
|
|
26
|
+
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
27
|
+
},
|
|
28
|
+
query
|
|
29
|
+
};
|
|
33
30
|
try {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
};
|
|
40
|
-
query = {
|
|
41
|
-
...query,
|
|
42
|
-
"withchildren": "true",
|
|
43
|
-
"scope[withchildren]": "true"
|
|
44
|
-
};
|
|
45
|
-
const options = {
|
|
46
|
-
headers: {
|
|
47
|
-
"x-api-secret": apiConfig?.FLOWRIX_API_SECRET || ""
|
|
48
|
-
},
|
|
49
|
-
query
|
|
50
|
-
};
|
|
51
|
-
console.log(" category category category category category category", options);
|
|
52
|
-
const category = await flowrixApi.get(`categories/${slug}`, apiConfig, options);
|
|
53
|
-
if (config.FLOWRIX_CACHE == "true" || config.public.FLOWRIX_CACHE == "true") {
|
|
54
|
-
await ensureCacheDir();
|
|
55
|
-
await writeFile(filePath, JSON.stringify(category, null, 2), "utf-8");
|
|
31
|
+
let result = {};
|
|
32
|
+
if (query) {
|
|
33
|
+
result = await flowrixApi.get(`categories/${slug}`, apiConfig, options);
|
|
34
|
+
} else {
|
|
35
|
+
result = await flowrixS3.get(endpoint, config);
|
|
56
36
|
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
37
|
+
console.log("resultresultresultresultresult", result);
|
|
38
|
+
return result;
|
|
39
|
+
} catch (s3Error) {
|
|
40
|
+
console.log("S3 fetch failed:", s3Error.message);
|
|
41
|
+
return {
|
|
42
|
+
status: "Error",
|
|
43
|
+
message: "File not found",
|
|
44
|
+
error: s3Error.message
|
|
45
|
+
};
|
|
61
46
|
}
|
|
62
47
|
});
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { useRuntimeConfig } from "#imports";
|
|
2
|
-
import { defineEventHandler, setResponseStatus, readBody } from "h3";
|
|
3
|
-
import { flowrixApi } from "../../../middleware/flowrix.js";
|
|
4
|
-
export default defineEventHandler(async (event) => {
|
|
5
|
-
const body = await readBody(event);
|
|
6
|
-
try {
|
|
7
|
-
const config = useRuntimeConfig();
|
|
8
|
-
const response = await flowrixApi.post(
|
|
9
|
-
`checkout/applyCoupon`,
|
|
10
|
-
config,
|
|
11
|
-
{
|
|
12
|
-
body
|
|
13
|
-
}
|
|
14
|
-
);
|
|
15
|
-
return response;
|
|
16
|
-
} catch (error) {
|
|
17
|
-
setResponseStatus(event, 500);
|
|
18
|
-
return { success: false, error: error.message };
|
|
19
|
-
}
|
|
20
|
-
});
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { useRuntimeConfig } from "#imports";
|
|
2
|
-
import { defineEventHandler, setResponseStatus, readBody } from "h3";
|
|
3
|
-
import { flowrixApi } from "../../../middleware/flowrix.js";
|
|
4
|
-
export default defineEventHandler(async (event) => {
|
|
5
|
-
const body = await readBody(event);
|
|
6
|
-
try {
|
|
7
|
-
const config = useRuntimeConfig();
|
|
8
|
-
const response = await flowrixApi.post(
|
|
9
|
-
`checkout/configs`,
|
|
10
|
-
config,
|
|
11
|
-
{
|
|
12
|
-
body
|
|
13
|
-
}
|
|
14
|
-
);
|
|
15
|
-
return response;
|
|
16
|
-
} catch (error) {
|
|
17
|
-
setResponseStatus(event, 500);
|
|
18
|
-
return { success: false, error: error.message };
|
|
19
|
-
}
|
|
20
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { useRuntimeConfig } from "#imports";
|
|
2
|
-
import { defineEventHandler, setResponseStatus } from "h3";
|
|
3
|
-
import { flowrixApi } from "../../../middleware/flowrix.js";
|
|
4
|
-
export default defineEventHandler(async (event) => {
|
|
5
|
-
try {
|
|
6
|
-
const config = useRuntimeConfig();
|
|
7
|
-
const response = await flowrixApi.get(`countries`, config, {});
|
|
8
|
-
return response;
|
|
9
|
-
} catch (error) {
|
|
10
|
-
setResponseStatus(event, 500);
|
|
11
|
-
return { success: false, error: error.message };
|
|
12
|
-
}
|
|
13
|
-
});
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { useRuntimeConfig } from "#imports";
|
|
2
|
-
import { defineEventHandler, setResponseStatus, readBody } from "h3";
|
|
3
|
-
import { flowrixApi } from "../../../middleware/flowrix.js";
|
|
4
|
-
export default defineEventHandler(async (event) => {
|
|
5
|
-
const body = await readBody(event);
|
|
6
|
-
try {
|
|
7
|
-
const config = useRuntimeConfig();
|
|
8
|
-
const rawCookies = event.req.headers.cookie || "";
|
|
9
|
-
const apiConfig = {
|
|
10
|
-
...config,
|
|
11
|
-
cookies: rawCookies
|
|
12
|
-
};
|
|
13
|
-
const response = await flowrixApi.post(
|
|
14
|
-
`checkout/paymentmethod`,
|
|
15
|
-
apiConfig,
|
|
16
|
-
{
|
|
17
|
-
body
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
return response;
|
|
21
|
-
} catch (error) {
|
|
22
|
-
setResponseStatus(event, 500);
|
|
23
|
-
return { success: false, error: error.message };
|
|
24
|
-
}
|
|
25
|
-
});
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { defineEventHandler, setResponseStatus, readBody, getMethod } from "h3";
|
|
2
|
-
import { $fetch } from "ofetch";
|
|
3
|
-
export default defineEventHandler(async (event) => {
|
|
4
|
-
const method = getMethod(event);
|
|
5
|
-
const body = method === "POST" ? await readBody(event) : void 0;
|
|
6
|
-
try {
|
|
7
|
-
const response = await $fetch(`${process.env.FLOWRIX_API_BASE}checkout/quotation/customer`, {
|
|
8
|
-
method,
|
|
9
|
-
headers: {
|
|
10
|
-
"x-public-key": process.env.FLOWRIX_API_KEY,
|
|
11
|
-
"Origin": process.env.FLOWRIX_API_ORIGIN
|
|
12
|
-
},
|
|
13
|
-
body
|
|
14
|
-
});
|
|
15
|
-
return response;
|
|
16
|
-
} catch (error) {
|
|
17
|
-
setResponseStatus(event, 500);
|
|
18
|
-
return { success: false, error: error.message };
|
|
19
|
-
}
|
|
20
|
-
});
|