@longvansoftware/storefront-js-client 4.6.0 → 4.6.2-truedoc.1
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/config/config.js +11 -11
- package/package.json +1 -1
package/dist/config/config.js
CHANGED
|
@@ -7,9 +7,9 @@ exports.defaultTokens = {
|
|
|
7
7
|
};
|
|
8
8
|
exports.environmentEndpoints = {
|
|
9
9
|
dev: {
|
|
10
|
-
product: "https://
|
|
10
|
+
product: "https://dev.api-gateway.io.vn/product-service/graphql",
|
|
11
11
|
crm: "https://crm-ticket-gateway.dev.longvan.vn/crm-graph-gateway/graphql",
|
|
12
|
-
auth: "https://
|
|
12
|
+
auth: "https://dev.api-gateway.io.vn/authorization-gateway/graphql",
|
|
13
13
|
order: "https://storefront.dev.longvan.vn/v2",
|
|
14
14
|
user: "https://user.dev.longvan.vn/user-gateway/graphql",
|
|
15
15
|
payment: "https://portal.dev.longvan.vn/invoice-gateway/graphql",
|
|
@@ -32,18 +32,18 @@ exports.environmentEndpoints = {
|
|
|
32
32
|
cashbook: "https://api-gateway.dev.longvan.vn/cashbook-service/graphql",
|
|
33
33
|
store: "https://storefront.dev.longvan.vn/v2",
|
|
34
34
|
fileService: "https://fileservice.dev.longvan.vn/omnichannel",
|
|
35
|
-
orderCloud: "https://api-gateway.
|
|
36
|
-
cloudCloud: "https://api-gateway.
|
|
37
|
-
truedoc: "https://api-gateway.
|
|
35
|
+
orderCloud: "https://dev.api-gateway.io.vn/order-cloud-service/graphql",
|
|
36
|
+
cloudCloud: "https://dev.api-gateway.io.vn/cloud-service-api/graphql",
|
|
37
|
+
truedoc: "https://dev.api-gateway.io.vn/bmlconnector/graphql",
|
|
38
38
|
},
|
|
39
39
|
live: {
|
|
40
|
-
product: "https://
|
|
40
|
+
product: "https://api-gateway.io.vn/product-service/graphql",
|
|
41
41
|
crm: "https://crm-ticket-gateway.longvan.vn/crm-graph-gateway/graphql",
|
|
42
|
-
auth: "https://
|
|
42
|
+
auth: "https://api-gateway.io.vn/authorization-gateway/graphql",
|
|
43
43
|
order: "https://storefront.longvan.vn/v2",
|
|
44
|
-
user: "https://
|
|
44
|
+
user: "https://api-gateway.io.vn/user-gateway/graphql",
|
|
45
45
|
payment: "https://portal.longvan.vn/invoice-gateway/graphql",
|
|
46
|
-
service: "https://api-gateway.
|
|
46
|
+
service: "https://api-gateway.io.vn/service-api/graphql",
|
|
47
47
|
warehouse: "https://portal.longvan.vn/facility-api/public-facility/1.0.0/inventory-item",
|
|
48
48
|
computing: "https://api-gateway.longvan.vn/computing-service/graphql",
|
|
49
49
|
campaign: "https://crm.longvan.vn/campaign-gateway/graphql",
|
|
@@ -62,8 +62,8 @@ exports.environmentEndpoints = {
|
|
|
62
62
|
cashbook: "https://api-gateway.longvan.vn/cashbook-service/graphql",
|
|
63
63
|
store: "https://storefront.longvan.vn/v2",
|
|
64
64
|
fileService: "https://fileservice.longvan.vn/longvan",
|
|
65
|
-
orderCloud: "https://api-gateway.
|
|
66
|
-
cloudCloud: "https://api-gateway.
|
|
65
|
+
orderCloud: "https://api-gateway.io.vn/order-cloud-service/graphql",
|
|
66
|
+
cloudCloud: "https://api-gateway.io.vn/cloud-service-api/graphql",
|
|
67
67
|
truedoc: "https://api-gateway.truedoc.vn/bmlconnector/graphql",
|
|
68
68
|
},
|
|
69
69
|
};
|