@things-factory/operato-mms 4.3.103 → 4.3.105-alpha.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.
|
@@ -407,12 +407,12 @@ class BatchInitPopup extends localize(i18next)(LitElement) {
|
|
|
407
407
|
})
|
|
408
408
|
|
|
409
409
|
if (!response.errors) {
|
|
410
|
-
const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit
|
|
410
|
+
const marketplaceOrderShippings = response.data.marketplaceOrderShippingsForBatchInit
|
|
411
411
|
|
|
412
412
|
return {
|
|
413
|
-
total:
|
|
413
|
+
total: marketplaceOrderShippings.total || 0,
|
|
414
414
|
records:
|
|
415
|
-
marketplaceOrderShippings.map(itm => {
|
|
415
|
+
marketplaceOrderShippings.items.map(itm => {
|
|
416
416
|
return {
|
|
417
417
|
...itm,
|
|
418
418
|
status: itm.marketplaceOrder.status,
|
package/config.development.js
CHANGED
|
@@ -113,8 +113,10 @@ module.exports = {
|
|
|
113
113
|
callback: 'http://operato-h.com:5000/callback-operato'
|
|
114
114
|
},
|
|
115
115
|
sellercraftChannelIntegrationConfig: {
|
|
116
|
+
tokenCraftApiKey: 'gf2oZbK2rv47qO0bQPbkV8RsqhlHcnSVq267W5I8',
|
|
116
117
|
apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
|
|
117
|
-
tokenCraftUrl: 'https://
|
|
118
|
+
tokenCraftUrl: 'https://tokencraft.piggylabs.com/v1/get-shop',
|
|
119
|
+
getShopsTokenCraftUrl: 'https://tokencraft.piggylabs.com/v1/get-shops'
|
|
118
120
|
},
|
|
119
121
|
marketplaceIntegrationShopee: {
|
|
120
122
|
platform: 'shopee',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.105-alpha.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -60,50 +60,50 @@
|
|
|
60
60
|
"@operato/scene-table": "^0.1.8",
|
|
61
61
|
"@operato/scene-timer": "^0.1.8",
|
|
62
62
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
63
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
64
|
-
"@things-factory/attachment-base": "^4.3.
|
|
65
|
-
"@things-factory/auth-ui": "^4.3.
|
|
66
|
-
"@things-factory/biz-base": "^4.3.
|
|
67
|
-
"@things-factory/board-service": "^4.3.
|
|
68
|
-
"@things-factory/board-ui": "^4.3.
|
|
69
|
-
"@things-factory/code-ui": "^4.3.
|
|
70
|
-
"@things-factory/context-ui": "^4.3.
|
|
71
|
-
"@things-factory/dashboard": "^4.3.
|
|
72
|
-
"@things-factory/export-ui": "^4.3.
|
|
73
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
74
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
75
|
-
"@things-factory/geography": "^4.3.
|
|
76
|
-
"@things-factory/grist-ui": "^4.3.
|
|
77
|
-
"@things-factory/help": "^4.3.
|
|
78
|
-
"@things-factory/i18n-base": "^4.3.
|
|
79
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
80
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
81
|
-
"@things-factory/lite-menu": "^4.3.
|
|
82
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
83
|
-
"@things-factory/more-ui": "^4.3.
|
|
84
|
-
"@things-factory/notification": "^4.3.
|
|
85
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
86
|
-
"@things-factory/pdf": "^4.3.
|
|
87
|
-
"@things-factory/product-base": "^4.3.
|
|
88
|
-
"@things-factory/resource-ui": "^4.3.
|
|
89
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
90
|
-
"@things-factory/scene-excel": "^4.3.
|
|
91
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
92
|
-
"@things-factory/scene-form": "^4.3.
|
|
93
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
94
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
95
|
-
"@things-factory/scene-label": "^4.3.
|
|
96
|
-
"@things-factory/scene-marker": "^4.3.
|
|
97
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
98
|
-
"@things-factory/scene-restful": "^4.3.
|
|
99
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
100
|
-
"@things-factory/setting-ui": "^4.3.
|
|
101
|
-
"@things-factory/system-ui": "^4.3.
|
|
102
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
63
|
+
"@things-factory/apptool-ui": "^4.3.105-alpha.0",
|
|
64
|
+
"@things-factory/attachment-base": "^4.3.105-alpha.0",
|
|
65
|
+
"@things-factory/auth-ui": "^4.3.105-alpha.0",
|
|
66
|
+
"@things-factory/biz-base": "^4.3.105-alpha.0",
|
|
67
|
+
"@things-factory/board-service": "^4.3.105-alpha.0",
|
|
68
|
+
"@things-factory/board-ui": "^4.3.105-alpha.0",
|
|
69
|
+
"@things-factory/code-ui": "^4.3.105-alpha.0",
|
|
70
|
+
"@things-factory/context-ui": "^4.3.105-alpha.0",
|
|
71
|
+
"@things-factory/dashboard": "^4.3.105-alpha.0",
|
|
72
|
+
"@things-factory/export-ui": "^4.3.105-alpha.0",
|
|
73
|
+
"@things-factory/export-ui-csv": "^4.3.105-alpha.0",
|
|
74
|
+
"@things-factory/export-ui-excel": "^4.3.105-alpha.0",
|
|
75
|
+
"@things-factory/geography": "^4.3.105-alpha.0",
|
|
76
|
+
"@things-factory/grist-ui": "^4.3.105-alpha.0",
|
|
77
|
+
"@things-factory/help": "^4.3.105-alpha.0",
|
|
78
|
+
"@things-factory/i18n-base": "^4.3.105-alpha.0",
|
|
79
|
+
"@things-factory/integration-fulfillment": "^4.3.105-alpha.0",
|
|
80
|
+
"@things-factory/integration-lmd": "^4.3.105-alpha.0",
|
|
81
|
+
"@things-factory/lite-menu": "^4.3.105-alpha.0",
|
|
82
|
+
"@things-factory/marketplace-base": "^4.3.105-alpha.0",
|
|
83
|
+
"@things-factory/more-ui": "^4.3.105-alpha.0",
|
|
84
|
+
"@things-factory/notification": "^4.3.105-alpha.0",
|
|
85
|
+
"@things-factory/oauth2-client": "^4.3.105-alpha.0",
|
|
86
|
+
"@things-factory/pdf": "^4.3.105-alpha.0",
|
|
87
|
+
"@things-factory/product-base": "^4.3.105-alpha.0",
|
|
88
|
+
"@things-factory/resource-ui": "^4.3.105-alpha.0",
|
|
89
|
+
"@things-factory/scene-data-transform": "^4.3.105-alpha.0",
|
|
90
|
+
"@things-factory/scene-excel": "^4.3.105-alpha.0",
|
|
91
|
+
"@things-factory/scene-firebase": "^4.3.105-alpha.0",
|
|
92
|
+
"@things-factory/scene-form": "^4.3.105-alpha.0",
|
|
93
|
+
"@things-factory/scene-google-map": "^4.3.105-alpha.0",
|
|
94
|
+
"@things-factory/scene-graphql": "^4.3.105-alpha.0",
|
|
95
|
+
"@things-factory/scene-label": "^4.3.105-alpha.0",
|
|
96
|
+
"@things-factory/scene-marker": "^4.3.105-alpha.0",
|
|
97
|
+
"@things-factory/scene-mqtt": "^4.3.105-alpha.0",
|
|
98
|
+
"@things-factory/scene-restful": "^4.3.105-alpha.0",
|
|
99
|
+
"@things-factory/scene-visualizer": "^4.3.105-alpha.0",
|
|
100
|
+
"@things-factory/setting-ui": "^4.3.105-alpha.0",
|
|
101
|
+
"@things-factory/system-ui": "^4.3.105-alpha.0",
|
|
102
|
+
"@things-factory/warehouse-base": "^4.3.105-alpha.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@things-factory/builder": "^4.3.
|
|
105
|
+
"@things-factory/builder": "^4.3.105-alpha.0",
|
|
106
106
|
"@types/node-fetch": "^2.5.7"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "3bf9a95c5f77324220346e5109880a171ee2a13d"
|
|
109
109
|
}
|