@things-factory/operato-mms 4.3.789 → 4.3.791
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 +6 -34
- package/package.json +10 -10
package/config.development.js
CHANGED
|
@@ -2,28 +2,16 @@ module.exports = {
|
|
|
2
2
|
domainType: 'company',
|
|
3
3
|
domainExtType: 'company',
|
|
4
4
|
subdomainOffset: 2,
|
|
5
|
-
port:
|
|
6
|
-
// ormconfig: {
|
|
7
|
-
// name: 'default',
|
|
8
|
-
// type: 'postgres',
|
|
9
|
-
// database: 'postgres',
|
|
10
|
-
// username: 'postgres',
|
|
11
|
-
// password: 'hatio',
|
|
12
|
-
// host: '192.168.0.161',
|
|
13
|
-
// port: 15432,
|
|
14
|
-
// synchronize: true,
|
|
15
|
-
// logging: true
|
|
16
|
-
// },
|
|
17
|
-
//db izzah
|
|
5
|
+
port: 4447,
|
|
18
6
|
ormconfig: {
|
|
19
7
|
name: 'default',
|
|
20
8
|
type: 'postgres',
|
|
21
|
-
database: '
|
|
9
|
+
database: 'EMS',
|
|
22
10
|
username: 'postgres',
|
|
23
11
|
password: 'hatio',
|
|
24
12
|
host: '192.168.0.153',
|
|
25
13
|
port: 15432,
|
|
26
|
-
synchronize:
|
|
14
|
+
synchronize: true,
|
|
27
15
|
logging: true
|
|
28
16
|
},
|
|
29
17
|
sftpFileStorage: {
|
|
@@ -116,13 +104,13 @@ module.exports = {
|
|
|
116
104
|
}
|
|
117
105
|
},
|
|
118
106
|
fulfillmentIntegrationOperato: {
|
|
119
|
-
host: '192.168.0.161:
|
|
107
|
+
host: '192.168.0.161:4445',
|
|
120
108
|
protocol: 'http',
|
|
121
109
|
platform: 'operato',
|
|
122
110
|
application: 'Operato MMS',
|
|
123
111
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
124
112
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
125
|
-
callback: 'http://192.168.0.161:
|
|
113
|
+
callback: 'http://192.168.0.161:4447/callback-operato'
|
|
126
114
|
},
|
|
127
115
|
sellercraftChannelIntegrationConfig: {
|
|
128
116
|
apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
|
|
@@ -133,8 +121,7 @@ module.exports = {
|
|
|
133
121
|
isUAT: false,
|
|
134
122
|
application: 'Operato MMS',
|
|
135
123
|
partnerId: 846025,
|
|
136
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
137
|
-
v2: true
|
|
124
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
138
125
|
},
|
|
139
126
|
marketplaceIntegrationLazada: {
|
|
140
127
|
platform: 'lazada',
|
|
@@ -143,16 +130,6 @@ module.exports = {
|
|
|
143
130
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
144
131
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
145
132
|
},
|
|
146
|
-
|
|
147
|
-
//testinglazada
|
|
148
|
-
// marketplaceIntegrationLazada: {
|
|
149
|
-
// platform: 'lazada',
|
|
150
|
-
// application: 'powrup_bi',
|
|
151
|
-
// appKey: '117890',
|
|
152
|
-
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
153
|
-
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
154
|
-
// },
|
|
155
|
-
|
|
156
133
|
marketplaceIntegrationShopify: {
|
|
157
134
|
platform: 'shopify',
|
|
158
135
|
application: 'Operato',
|
|
@@ -177,10 +154,5 @@ module.exports = {
|
|
|
177
154
|
oauth_verifier: '',
|
|
178
155
|
oauth_consumer_key: '',
|
|
179
156
|
oauth_consumer_secret: ''
|
|
180
|
-
},
|
|
181
|
-
lambda: {
|
|
182
|
-
region: 'ap-southeast-1',
|
|
183
|
-
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
184
|
-
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e'
|
|
185
157
|
}
|
|
186
158
|
}
|
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.791",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -75,18 +75,18 @@
|
|
|
75
75
|
"@things-factory/grist-ui": "^4.3.770",
|
|
76
76
|
"@things-factory/help": "^4.3.767",
|
|
77
77
|
"@things-factory/i18n-base": "^4.3.767",
|
|
78
|
-
"@things-factory/import-ui": "^4.3.
|
|
79
|
-
"@things-factory/import-ui-excel": "^4.3.
|
|
80
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
81
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
78
|
+
"@things-factory/import-ui": "^4.3.790",
|
|
79
|
+
"@things-factory/import-ui-excel": "^4.3.790",
|
|
80
|
+
"@things-factory/integration-fulfillment": "^4.3.791",
|
|
81
|
+
"@things-factory/integration-lmd": "^4.3.791",
|
|
82
82
|
"@things-factory/lite-menu": "^4.3.770",
|
|
83
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
83
|
+
"@things-factory/marketplace-base": "^4.3.791",
|
|
84
84
|
"@things-factory/more-ui": "^4.3.767",
|
|
85
85
|
"@things-factory/notification": "^4.3.767",
|
|
86
86
|
"@things-factory/oauth2-client": "^4.3.767",
|
|
87
87
|
"@things-factory/pdf": "^4.3.767",
|
|
88
|
-
"@things-factory/product-base": "^4.3.
|
|
89
|
-
"@things-factory/resource-ui": "^4.3.
|
|
88
|
+
"@things-factory/product-base": "^4.3.791",
|
|
89
|
+
"@things-factory/resource-ui": "^4.3.790",
|
|
90
90
|
"@things-factory/scene-data-transform": "^4.3.767",
|
|
91
91
|
"@things-factory/scene-excel": "^4.3.767",
|
|
92
92
|
"@things-factory/scene-firebase": "^4.3.767",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"@things-factory/scene-visualizer": "^4.3.767",
|
|
101
101
|
"@things-factory/setting-ui": "^4.3.770",
|
|
102
102
|
"@things-factory/system-ui": "^4.3.767",
|
|
103
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
103
|
+
"@things-factory/warehouse-base": "^4.3.791"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@things-factory/builder": "^4.3.767",
|
|
107
107
|
"@types/node-fetch": "^2.5.7"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "e0d5f39ee625c6cc6732656cd13af9e653d1c001"
|
|
110
110
|
}
|