@longvansoftware/storefront-js-client 4.5.9 → 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.
@@ -7,9 +7,9 @@ exports.defaultTokens = {
7
7
  };
8
8
  exports.environmentEndpoints = {
9
9
  dev: {
10
- product: "https://product-service.dev.longvan.vn/product-service/graphql",
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://crm.dev.longvan.vn/authorization-gateway/graphql",
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.dev.longvan.vn/order-cloud-service/graphql",
36
- cloudCloud: "https://api-gateway.dev.longvan.vn/cloud-service-api/graphql",
37
- truedoc: "https://api-gateway.dev.truedoc.vn/bmlconnector/graphql",
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://product-service.longvan.vn/product-service/graphql",
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://crm.longvan.vn/authorization-gateway/graphql",
42
+ auth: "https://api-gateway.io.vn/authorization-gateway/graphql",
43
43
  order: "https://storefront.longvan.vn/v2",
44
- user: "https://user.longvan.vn/user-gateway/graphql",
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.longvan.vn/service-api/graphql",
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.longvan.vn/order-cloud-service/graphql",
66
- cloudCloud: "https://api-gateway.longvan.vn/cloud-service-api/graphql",
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
  };
@@ -362,7 +362,6 @@ exports.GET_PARTY_GROUP_BY_ID = (0, graphql_tag_1.gql) `
362
362
  query GetPartyGroupById($id: String!) {
363
363
  getPartyGroupById(id: $id) {
364
364
  id
365
- partyId
366
365
  shortName
367
366
  groupName
368
367
  groupType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.5.9",
3
+ "version": "4.6.2-truedoc.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [