@things-factory/operato-hub 4.3.725 → 4.3.727
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 +37 -102
- package/package.json +58 -58
package/config.development.js
CHANGED
|
@@ -4,80 +4,54 @@ module.exports = {
|
|
|
4
4
|
useVirtualHostBasedDomain: false,
|
|
5
5
|
fallbackRoute: '/',
|
|
6
6
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
7
|
+
port: 4445,
|
|
8
8
|
inspect: '9260',
|
|
9
|
-
|
|
9
|
+
storage: {
|
|
10
|
+
type: 's3',
|
|
11
|
+
accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
|
|
12
|
+
secretAccessKey: 'HkQ1engoFOhduKltXF4j6OakRmLY/9JhvyTWbc8b',
|
|
13
|
+
bucketName: 'opa-one',
|
|
14
|
+
region: 'ap-southeast-1'
|
|
15
|
+
},
|
|
10
16
|
ormconfig: {
|
|
11
17
|
name: 'default',
|
|
12
18
|
type: 'postgres',
|
|
13
|
-
database: '
|
|
19
|
+
database: 'arif',
|
|
14
20
|
username: 'postgres',
|
|
15
|
-
password: '
|
|
16
|
-
host: '
|
|
17
|
-
port:
|
|
21
|
+
password: 'hatio',
|
|
22
|
+
host: '10.254.29.189',
|
|
23
|
+
port: 15432,
|
|
18
24
|
synchronize: false,
|
|
19
25
|
logging: true
|
|
20
26
|
},
|
|
21
|
-
|
|
27
|
+
|
|
22
28
|
// ormconfig: {
|
|
23
29
|
// name: 'default',
|
|
24
30
|
// type: 'postgres',
|
|
25
31
|
// database: 'operato',
|
|
26
32
|
// username: 'postgres',
|
|
27
33
|
// password: 'hatio',
|
|
28
|
-
// host: '192.168.0.151',
|
|
29
|
-
// port: 15432,
|
|
30
|
-
// synchronize: false,
|
|
31
|
-
// logging: true
|
|
32
|
-
// },
|
|
33
|
-
//eric2
|
|
34
|
-
// ormconfig: {
|
|
35
|
-
// name: 'default',
|
|
36
|
-
// type: 'postgres',
|
|
37
|
-
// database: 'eric2',
|
|
38
|
-
// username: 'postgres',
|
|
39
|
-
// password: 'hatio',
|
|
40
34
|
// host: '192.168.0.153',
|
|
41
35
|
// port: 15432,
|
|
42
36
|
// synchronize: false,
|
|
43
37
|
// logging: true
|
|
44
38
|
// },
|
|
45
|
-
|
|
46
|
-
//
|
|
47
|
-
// name: 'default',
|
|
48
|
-
// type: 'postgres',
|
|
49
|
-
// database: 'arif',
|
|
50
|
-
// username: 'postgres',
|
|
51
|
-
// password: 'hatio',
|
|
52
|
-
// host: '10.254.29.189',
|
|
53
|
-
// port: 15432,
|
|
54
|
-
// synchronize: false,
|
|
55
|
-
// logging: true
|
|
56
|
-
// },
|
|
57
|
-
//EMS
|
|
58
|
-
// ormconfig: {
|
|
59
|
-
// name: 'default',
|
|
60
|
-
// type: 'postgres',
|
|
61
|
-
// database: 'EMS',
|
|
62
|
-
// username: 'postgres',
|
|
63
|
-
// password: 'hatio',
|
|
64
|
-
// host: '192.168.0.161',
|
|
65
|
-
// port: 15432,
|
|
66
|
-
// synchronize: false,
|
|
67
|
-
// logging: true
|
|
68
|
-
// },
|
|
69
|
-
//db nora
|
|
39
|
+
|
|
40
|
+
//db izzah
|
|
70
41
|
// ormconfig: {
|
|
71
42
|
// name: 'default',
|
|
72
43
|
// type: 'postgres',
|
|
73
|
-
// database: '
|
|
44
|
+
// database: '06072023',
|
|
74
45
|
// username: 'postgres',
|
|
75
46
|
// password: 'hatio',
|
|
76
|
-
// host: '192.168.0.
|
|
47
|
+
// host: '192.168.0.153',
|
|
77
48
|
// port: 15432,
|
|
78
49
|
// synchronize: true,
|
|
79
50
|
// logging: true
|
|
80
51
|
// },
|
|
52
|
+
//postgres
|
|
53
|
+
|
|
54
|
+
// //ERIC
|
|
81
55
|
// ormconfig: {
|
|
82
56
|
// name: 'default',
|
|
83
57
|
// type: 'postgres',
|
|
@@ -89,18 +63,20 @@ module.exports = {
|
|
|
89
63
|
// synchronize: true,
|
|
90
64
|
// logging: true
|
|
91
65
|
// },
|
|
92
|
-
|
|
66
|
+
|
|
67
|
+
//eric2
|
|
93
68
|
// ormconfig: {
|
|
94
69
|
// name: 'default',
|
|
95
70
|
// type: 'postgres',
|
|
96
|
-
// database: '
|
|
71
|
+
// database: 'eric2',
|
|
97
72
|
// username: 'postgres',
|
|
98
73
|
// password: 'hatio',
|
|
99
74
|
// host: '192.168.0.153',
|
|
100
75
|
// port: 15432,
|
|
101
|
-
// synchronize:
|
|
76
|
+
// synchronize: false,
|
|
102
77
|
// logging: true
|
|
103
78
|
// },
|
|
79
|
+
|
|
104
80
|
// ormconfig: {
|
|
105
81
|
// name: 'default',
|
|
106
82
|
// type: 'postgres',
|
|
@@ -114,7 +90,6 @@ module.exports = {
|
|
|
114
90
|
// connectTimeoutMS: 30000,
|
|
115
91
|
// extra: { poolSize: 30 }
|
|
116
92
|
// },
|
|
117
|
-
|
|
118
93
|
// ormconfig: {
|
|
119
94
|
// name: 'default',
|
|
120
95
|
// type: 'postgres',
|
|
@@ -128,7 +103,6 @@ module.exports = {
|
|
|
128
103
|
// connectTimeoutMS: 30000,
|
|
129
104
|
// extra: { poolSize: 30 }
|
|
130
105
|
// },
|
|
131
|
-
|
|
132
106
|
password: {
|
|
133
107
|
lowerCase: true,
|
|
134
108
|
upperCase: false,
|
|
@@ -143,23 +117,10 @@ module.exports = {
|
|
|
143
117
|
},
|
|
144
118
|
sftpFileStorage: {
|
|
145
119
|
type: 's3',
|
|
146
|
-
accessKeyId: '
|
|
147
|
-
secretAccessKey: '
|
|
148
|
-
bucketName: 'operato-sftp'
|
|
149
|
-
region: 'ap-southeast-1'
|
|
120
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
121
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
122
|
+
bucketName: 'operato-sftp'
|
|
150
123
|
},
|
|
151
|
-
|
|
152
|
-
// SFTP Configuration for external server
|
|
153
|
-
// sftpExternal: {
|
|
154
|
-
// type: 'sftp',
|
|
155
|
-
// host: '103.4.6.168',
|
|
156
|
-
// port: 2211,
|
|
157
|
-
// username: 'hatio_admin',
|
|
158
|
-
// password: 'Yltc@2025!',
|
|
159
|
-
// basePath: '/Staging',
|
|
160
|
-
// timeout: 30000,
|
|
161
|
-
// retries: 3
|
|
162
|
-
// },
|
|
163
124
|
// storage: {
|
|
164
125
|
// type: 's3',
|
|
165
126
|
// accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
|
|
@@ -231,8 +192,7 @@ module.exports = {
|
|
|
231
192
|
isUAT: false,
|
|
232
193
|
application: 'Operato MMS',
|
|
233
194
|
partnerId: 846025,
|
|
234
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
235
|
-
v2: true
|
|
195
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
236
196
|
},
|
|
237
197
|
marketplaceIntegrationLazada: {
|
|
238
198
|
platform: 'lazada',
|
|
@@ -241,16 +201,6 @@ module.exports = {
|
|
|
241
201
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
242
202
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
243
203
|
},
|
|
244
|
-
|
|
245
|
-
//testinglazada
|
|
246
|
-
// marketplaceIntegrationLazada: {
|
|
247
|
-
// platform: 'lazada',
|
|
248
|
-
// application: 'powrup_bi',
|
|
249
|
-
// appKey: '117890',
|
|
250
|
-
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
251
|
-
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
252
|
-
// },
|
|
253
|
-
|
|
254
204
|
accountingIntegrationXero: {
|
|
255
205
|
platform: 'xero',
|
|
256
206
|
application: 'Operato WMS',
|
|
@@ -259,36 +209,21 @@ module.exports = {
|
|
|
259
209
|
callback: 'http://operato-h.com:3000/callback-xero',
|
|
260
210
|
hostname: 'http://operato-h.com:3000/'
|
|
261
211
|
},
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
212
|
+
lambda: {
|
|
213
|
+
region: 'ap-southeast-1',
|
|
214
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
215
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e'
|
|
266
216
|
},
|
|
267
|
-
|
|
268
|
-
lmdIntegrationEms: { refreshThreshold: 43200 },
|
|
269
|
-
|
|
270
|
-
lmdIntegrationCitylink: { refreshThreshold: 172800000 },
|
|
271
217
|
awbFileStorage: {
|
|
272
218
|
type: 's3',
|
|
273
|
-
accessKeyId: '
|
|
274
|
-
secretAccessKey: '
|
|
219
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
220
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
275
221
|
bucketName: 'operato-awb',
|
|
276
222
|
region: 'ap-southeast-1'
|
|
277
223
|
},
|
|
278
|
-
lambda: {
|
|
279
|
-
region: 'ap-southeast-1',
|
|
280
|
-
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
281
|
-
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq'
|
|
282
|
-
},
|
|
283
|
-
lmdIntegrationConfig: {
|
|
284
|
-
version: {
|
|
285
|
-
v1: 'lmdMiddleware',
|
|
286
|
-
v2: 'lmdMiddlewareV2'
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
224
|
awsSesEmail: {
|
|
290
|
-
accessKeyId: '
|
|
291
|
-
secretAccessKey: '
|
|
225
|
+
accessKeyId: 'AKIAUQEOPWEJKQDJSEOG',
|
|
226
|
+
secretAccessKey: 'tMDPIxH1oe31d1TYsqWu+h2nhA8n5y5jRBjCmiK7',
|
|
292
227
|
email: 'support@hatio.asia'
|
|
293
228
|
},
|
|
294
229
|
reportApiUrl:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.727",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -55,61 +55,61 @@
|
|
|
55
55
|
"@operato/scene-tab": "^0.1.8",
|
|
56
56
|
"@operato/scene-table": "^0.1.8",
|
|
57
57
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
58
|
-
"@things-factory/api": "^4.3.
|
|
59
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
60
|
-
"@things-factory/attachment-base": "^4.3.
|
|
61
|
-
"@things-factory/auth-base": "^4.3.
|
|
62
|
-
"@things-factory/auth-ui": "^4.3.
|
|
63
|
-
"@things-factory/biz-base": "^4.3.
|
|
64
|
-
"@things-factory/biz-ui": "^4.3.
|
|
65
|
-
"@things-factory/board-service": "^4.3.
|
|
66
|
-
"@things-factory/board-ui": "^4.3.
|
|
67
|
-
"@things-factory/code-ui": "^4.3.
|
|
68
|
-
"@things-factory/component-ui": "^4.3.
|
|
69
|
-
"@things-factory/context-ui": "^4.3.
|
|
70
|
-
"@things-factory/document-template-ui": "^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/import-ui": "^4.3.
|
|
79
|
-
"@things-factory/import-ui-excel": "^4.3.
|
|
80
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
81
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
82
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
83
|
-
"@things-factory/integration-marketplace": "^4.3.
|
|
84
|
-
"@things-factory/integration-pos": "^4.3.
|
|
85
|
-
"@things-factory/integration-powrup": "^4.3.
|
|
86
|
-
"@things-factory/integration-sellercraft": "^4.3.
|
|
87
|
-
"@things-factory/integration-sftp": "^4.3.
|
|
88
|
-
"@things-factory/lite-menu": "^4.3.
|
|
89
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
90
|
-
"@things-factory/more-ui": "^4.3.
|
|
91
|
-
"@things-factory/notification": "^4.3.
|
|
92
|
-
"@things-factory/pdf": "^4.3.
|
|
93
|
-
"@things-factory/product-ui": "^4.3.
|
|
94
|
-
"@things-factory/resource-ui": "^4.3.
|
|
95
|
-
"@things-factory/sales-base": "^4.3.
|
|
96
|
-
"@things-factory/scene-data-transform": "^4.3.
|
|
97
|
-
"@things-factory/scene-excel": "^4.3.
|
|
98
|
-
"@things-factory/scene-firebase": "^4.3.
|
|
99
|
-
"@things-factory/scene-form": "^4.3.
|
|
100
|
-
"@things-factory/scene-google-map": "^4.3.
|
|
101
|
-
"@things-factory/scene-graphql": "^4.3.
|
|
102
|
-
"@things-factory/scene-label": "^4.3.
|
|
103
|
-
"@things-factory/scene-marker": "^4.3.
|
|
104
|
-
"@things-factory/scene-mqtt": "^4.3.
|
|
105
|
-
"@things-factory/scene-restful": "^4.3.
|
|
106
|
-
"@things-factory/scene-visualizer": "^4.3.
|
|
107
|
-
"@things-factory/setting-ui": "^4.3.
|
|
108
|
-
"@things-factory/shell": "^4.3.
|
|
109
|
-
"@things-factory/system-ui": "^4.3.
|
|
110
|
-
"@things-factory/transport-base": "^4.3.
|
|
111
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
112
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
58
|
+
"@things-factory/api": "^4.3.727",
|
|
59
|
+
"@things-factory/apptool-ui": "^4.3.727",
|
|
60
|
+
"@things-factory/attachment-base": "^4.3.727",
|
|
61
|
+
"@things-factory/auth-base": "^4.3.727",
|
|
62
|
+
"@things-factory/auth-ui": "^4.3.727",
|
|
63
|
+
"@things-factory/biz-base": "^4.3.727",
|
|
64
|
+
"@things-factory/biz-ui": "^4.3.727",
|
|
65
|
+
"@things-factory/board-service": "^4.3.727",
|
|
66
|
+
"@things-factory/board-ui": "^4.3.727",
|
|
67
|
+
"@things-factory/code-ui": "^4.3.727",
|
|
68
|
+
"@things-factory/component-ui": "^4.3.727",
|
|
69
|
+
"@things-factory/context-ui": "^4.3.727",
|
|
70
|
+
"@things-factory/document-template-ui": "^4.3.727",
|
|
71
|
+
"@things-factory/export-ui": "^4.3.727",
|
|
72
|
+
"@things-factory/export-ui-csv": "^4.3.727",
|
|
73
|
+
"@things-factory/export-ui-excel": "^4.3.727",
|
|
74
|
+
"@things-factory/geography": "^4.3.727",
|
|
75
|
+
"@things-factory/grist-ui": "^4.3.727",
|
|
76
|
+
"@things-factory/help": "^4.3.727",
|
|
77
|
+
"@things-factory/i18n-base": "^4.3.727",
|
|
78
|
+
"@things-factory/import-ui": "^4.3.727",
|
|
79
|
+
"@things-factory/import-ui-excel": "^4.3.727",
|
|
80
|
+
"@things-factory/integration-accounting": "^4.3.727",
|
|
81
|
+
"@things-factory/integration-fulfillment": "^4.3.727",
|
|
82
|
+
"@things-factory/integration-lmd": "^4.3.727",
|
|
83
|
+
"@things-factory/integration-marketplace": "^4.3.727",
|
|
84
|
+
"@things-factory/integration-pos": "^4.3.727",
|
|
85
|
+
"@things-factory/integration-powrup": "^4.3.727",
|
|
86
|
+
"@things-factory/integration-sellercraft": "^4.3.727",
|
|
87
|
+
"@things-factory/integration-sftp": "^4.3.727",
|
|
88
|
+
"@things-factory/lite-menu": "^4.3.727",
|
|
89
|
+
"@things-factory/marketplace-base": "^4.3.727",
|
|
90
|
+
"@things-factory/more-ui": "^4.3.727",
|
|
91
|
+
"@things-factory/notification": "^4.3.727",
|
|
92
|
+
"@things-factory/pdf": "^4.3.727",
|
|
93
|
+
"@things-factory/product-ui": "^4.3.727",
|
|
94
|
+
"@things-factory/resource-ui": "^4.3.727",
|
|
95
|
+
"@things-factory/sales-base": "^4.3.727",
|
|
96
|
+
"@things-factory/scene-data-transform": "^4.3.727",
|
|
97
|
+
"@things-factory/scene-excel": "^4.3.727",
|
|
98
|
+
"@things-factory/scene-firebase": "^4.3.727",
|
|
99
|
+
"@things-factory/scene-form": "^4.3.727",
|
|
100
|
+
"@things-factory/scene-google-map": "^4.3.727",
|
|
101
|
+
"@things-factory/scene-graphql": "^4.3.727",
|
|
102
|
+
"@things-factory/scene-label": "^4.3.727",
|
|
103
|
+
"@things-factory/scene-marker": "^4.3.727",
|
|
104
|
+
"@things-factory/scene-mqtt": "^4.3.727",
|
|
105
|
+
"@things-factory/scene-restful": "^4.3.727",
|
|
106
|
+
"@things-factory/scene-visualizer": "^4.3.727",
|
|
107
|
+
"@things-factory/setting-ui": "^4.3.727",
|
|
108
|
+
"@things-factory/shell": "^4.3.727",
|
|
109
|
+
"@things-factory/system-ui": "^4.3.727",
|
|
110
|
+
"@things-factory/transport-base": "^4.3.727",
|
|
111
|
+
"@things-factory/warehouse-base": "^4.3.727",
|
|
112
|
+
"@things-factory/worksheet-base": "^4.3.727",
|
|
113
113
|
"cron-parser": "^4.7.0",
|
|
114
114
|
"koa2-swagger-ui": "^5.0.2",
|
|
115
115
|
"swagger-jsdoc": "^5.0.0",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"yamljs": "^0.3.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@things-factory/builder": "^4.3.
|
|
120
|
+
"@things-factory/builder": "^4.3.727"
|
|
121
121
|
},
|
|
122
122
|
"resolutions": {
|
|
123
123
|
"core-js": "^3.16.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "a9ec8bb490580678c9982e1234dc735278d6d9ac"
|
|
126
126
|
}
|