@things-factory/operato-mms 4.3.175 → 4.3.176
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/config.development.js +7 -5
- package/package.json +31 -31
package/config.development.js
CHANGED
|
@@ -6,12 +6,12 @@ module.exports = {
|
|
|
6
6
|
ormconfig: {
|
|
7
7
|
name: 'default',
|
|
8
8
|
type: 'postgres',
|
|
9
|
-
database: '
|
|
9
|
+
database: 'postgres',
|
|
10
10
|
username: 'postgres',
|
|
11
11
|
password: 'hatio',
|
|
12
12
|
host: 'localhost',
|
|
13
13
|
port: 15432,
|
|
14
|
-
synchronize:
|
|
14
|
+
synchronize: true,
|
|
15
15
|
logging: true
|
|
16
16
|
},
|
|
17
17
|
sftpFileStorage: {
|
|
@@ -104,17 +104,19 @@ module.exports = {
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
fulfillmentIntegrationOperato: {
|
|
107
|
-
host: '
|
|
107
|
+
host: 'operato-h.com:3000',
|
|
108
108
|
protocol: 'http',
|
|
109
109
|
platform: 'operato',
|
|
110
110
|
application: 'Operato MMS',
|
|
111
111
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
112
112
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
113
|
-
callback: 'http://
|
|
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.176",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -59,50 +59,50 @@
|
|
|
59
59
|
"@operato/scene-table": "^0.1.8",
|
|
60
60
|
"@operato/scene-timer": "^0.1.8",
|
|
61
61
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
62
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
63
|
-
"@things-factory/attachment-base": "^4.3.
|
|
64
|
-
"@things-factory/auth-ui": "^4.3.
|
|
65
|
-
"@things-factory/biz-base": "^4.3.
|
|
66
|
-
"@things-factory/board-service": "^4.3.
|
|
67
|
-
"@things-factory/board-ui": "^4.3.
|
|
68
|
-
"@things-factory/code-ui": "^4.3.
|
|
69
|
-
"@things-factory/context-ui": "^4.3.
|
|
70
|
-
"@things-factory/dashboard": "^4.3.
|
|
71
|
-
"@things-factory/export-ui": "^4.3.
|
|
72
|
-
"@things-factory/export-ui-csv": "^4.3.
|
|
73
|
-
"@things-factory/export-ui-excel": "^4.3.
|
|
74
|
-
"@things-factory/geography": "^4.3.
|
|
75
|
-
"@things-factory/grist-ui": "^4.3.
|
|
76
|
-
"@things-factory/help": "^4.3.
|
|
77
|
-
"@things-factory/i18n-base": "^4.3.
|
|
78
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
79
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
80
|
-
"@things-factory/lite-menu": "^4.3.
|
|
81
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
82
|
-
"@things-factory/more-ui": "^4.3.
|
|
83
|
-
"@things-factory/notification": "^4.3.
|
|
84
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
62
|
+
"@things-factory/apptool-ui": "^4.3.176",
|
|
63
|
+
"@things-factory/attachment-base": "^4.3.176",
|
|
64
|
+
"@things-factory/auth-ui": "^4.3.176",
|
|
65
|
+
"@things-factory/biz-base": "^4.3.176",
|
|
66
|
+
"@things-factory/board-service": "^4.3.176",
|
|
67
|
+
"@things-factory/board-ui": "^4.3.176",
|
|
68
|
+
"@things-factory/code-ui": "^4.3.176",
|
|
69
|
+
"@things-factory/context-ui": "^4.3.176",
|
|
70
|
+
"@things-factory/dashboard": "^4.3.176",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.176",
|
|
72
|
+
"@things-factory/export-ui-csv": "^4.3.176",
|
|
73
|
+
"@things-factory/export-ui-excel": "^4.3.176",
|
|
74
|
+
"@things-factory/geography": "^4.3.176",
|
|
75
|
+
"@things-factory/grist-ui": "^4.3.176",
|
|
76
|
+
"@things-factory/help": "^4.3.176",
|
|
77
|
+
"@things-factory/i18n-base": "^4.3.176",
|
|
78
|
+
"@things-factory/integration-fulfillment": "^4.3.176",
|
|
79
|
+
"@things-factory/integration-lmd": "^4.3.176",
|
|
80
|
+
"@things-factory/lite-menu": "^4.3.176",
|
|
81
|
+
"@things-factory/marketplace-base": "^4.3.176",
|
|
82
|
+
"@things-factory/more-ui": "^4.3.176",
|
|
83
|
+
"@things-factory/notification": "^4.3.176",
|
|
84
|
+
"@things-factory/oauth2-client": "^4.3.176",
|
|
85
85
|
"@things-factory/pdf": "^4.3.159",
|
|
86
|
-
"@things-factory/product-base": "^4.3.
|
|
87
|
-
"@things-factory/resource-ui": "^4.3.
|
|
86
|
+
"@things-factory/product-base": "^4.3.176",
|
|
87
|
+
"@things-factory/resource-ui": "^4.3.176",
|
|
88
88
|
"@things-factory/scene-data-transform": "^4.3.159",
|
|
89
89
|
"@things-factory/scene-excel": "^4.3.159",
|
|
90
90
|
"@things-factory/scene-firebase": "^4.3.159",
|
|
91
91
|
"@things-factory/scene-form": "^4.3.159",
|
|
92
92
|
"@things-factory/scene-google-map": "^4.3.159",
|
|
93
93
|
"@things-factory/scene-graphql": "^4.3.159",
|
|
94
|
-
"@things-factory/scene-label": "^4.3.
|
|
94
|
+
"@things-factory/scene-label": "^4.3.176",
|
|
95
95
|
"@things-factory/scene-marker": "^4.3.159",
|
|
96
96
|
"@things-factory/scene-mqtt": "^4.3.159",
|
|
97
97
|
"@things-factory/scene-restful": "^4.3.159",
|
|
98
98
|
"@things-factory/scene-visualizer": "^4.3.159",
|
|
99
|
-
"@things-factory/setting-ui": "^4.3.
|
|
100
|
-
"@things-factory/system-ui": "^4.3.
|
|
101
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
99
|
+
"@things-factory/setting-ui": "^4.3.176",
|
|
100
|
+
"@things-factory/system-ui": "^4.3.176",
|
|
101
|
+
"@things-factory/warehouse-base": "^4.3.176"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@things-factory/builder": "^4.3.159",
|
|
105
105
|
"@types/node-fetch": "^2.5.7"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "03fcdfd5ec9fa6f0f3f6b85004428239359d8efb"
|
|
108
108
|
}
|