@things-factory/marketplace-base 4.3.89 → 4.3.94

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.
@@ -65,7 +65,7 @@ exports.MarketplaceOrderResolver = (0, graphql_tag_1.default) `
65
65
  splitOrdersByBatch(patches: [LogisticsInfo]): Boolean @transaction
66
66
  updateMarketplaceOrder(orderNo: String!, patch: MarketplaceOrderPatch!): MarketplaceOrder @transaction
67
67
  syncShopeeAwb: Boolean @transaction
68
- syncMarketplaceOrdersByPlatform(fromCreatedDate: String, toCreatedDate: String): Boolean
68
+ syncMarketplaceOrdersByPlatform(fromCreatedDate: String, toCreatedDate: String, blackListStores: String): Boolean
69
69
  }
70
70
 
71
71
  extend type Query {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/marketplace-base",
3
- "version": "4.3.89",
3
+ "version": "4.3.94",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,10 +24,10 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/integration-fulfillment": "^4.3.86",
28
- "@things-factory/integration-marketplace": "^4.3.89",
29
- "@things-factory/product-base": "^4.3.86",
30
- "@things-factory/shell": "^4.3.86"
27
+ "@things-factory/integration-fulfillment": "^4.3.94",
28
+ "@things-factory/integration-marketplace": "^4.3.94",
29
+ "@things-factory/product-base": "^4.3.94",
30
+ "@things-factory/shell": "^4.3.94"
31
31
  },
32
- "gitHead": "7bcc26bb32589c622ab05813a6b5012729aa3b9e"
32
+ "gitHead": "cce6db86fba56ab1ad7b050f67f0ad013bad87f3"
33
33
  }
@@ -47,7 +47,7 @@ export const MarketplaceOrderResolver = gql`
47
47
  splitOrdersByBatch(patches: [LogisticsInfo]): Boolean @transaction
48
48
  updateMarketplaceOrder(orderNo: String!, patch: MarketplaceOrderPatch!): MarketplaceOrder @transaction
49
49
  syncShopeeAwb: Boolean @transaction
50
- syncMarketplaceOrdersByPlatform(fromCreatedDate: String, toCreatedDate: String): Boolean
50
+ syncMarketplaceOrdersByPlatform(fromCreatedDate: String, toCreatedDate: String, blackListStores: String): Boolean
51
51
  }
52
52
 
53
53
  extend type Query {