@things-factory/operato-hub 4.3.729 → 4.3.734

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.
Files changed (2) hide show
  1. package/config.development.js +37 -102
  2. package/package.json +58 -58
@@ -4,80 +4,54 @@ module.exports = {
4
4
  useVirtualHostBasedDomain: false,
5
5
  fallbackRoute: '/',
6
6
  subdomainOffset: 2,
7
- port: 3000,
7
+ port: 4445,
8
8
  inspect: '9260',
9
- //postgres
9
+ storage: {
10
+ type: 's3',
11
+ accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
12
+ secretAccessKey: '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',
13
+ bucketName: 'opa-one',
14
+ region: 'ap-southeast-1'
15
+ },
10
16
  ormconfig: {
11
17
  name: 'default',
12
18
  type: 'postgres',
13
- database: 'postgres',
19
+ database: 'arif',
14
20
  username: 'postgres',
15
- password: 't62dgT#Ns*GerhuZ9wnzm^',
16
- host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
17
- port: 55432,
21
+ password: 'hatio',
22
+ host: '10.254.29.189',
23
+ port: 15432,
18
24
  synchronize: false,
19
25
  logging: true
20
26
  },
21
- //operato
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
- // arif's
46
- // ormconfig: {
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: 'postgres',
44
+ // database: '06072023',
74
45
  // username: 'postgres',
75
46
  // password: 'hatio',
76
- // host: '192.168.0.36',
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
- //db izzah
66
+
67
+ //eric2
93
68
  // ormconfig: {
94
69
  // name: 'default',
95
70
  // type: 'postgres',
96
- // database: '06072023',
71
+ // database: 'eric2',
97
72
  // username: 'postgres',
98
73
  // password: 'hatio',
99
74
  // host: '192.168.0.153',
100
75
  // port: 15432,
101
- // synchronize: true,
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: 'AKIAUQEOPWEJAMXCXGB4',
147
- secretAccessKey: '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',
148
- bucketName: 'operato-sftp',
149
- region: 'ap-southeast-1'
120
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
121
+ secretAccessKey: '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',
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
- lmdIntegrationNinjavan: {
263
- clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
264
- secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
265
- refreshThreshold: 43200
212
+ lambda: {
213
+ region: 'ap-southeast-1',
214
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
215
+ secretAccessKey: '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'
266
216
  },
267
-
268
- lmdIntegrationEms: { refreshThreshold: 43200 },
269
-
270
- lmdIntegrationCitylink: { refreshThreshold: 172800000 },
271
217
  awbFileStorage: {
272
218
  type: 's3',
273
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
274
- secretAccessKey: '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',
219
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
220
+ secretAccessKey: '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',
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: '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'
282
- },
283
- lmdIntegrationConfig: {
284
- version: {
285
- v1: 'lmdMiddleware',
286
- v2: 'lmdMiddlewareV2'
287
- }
288
- },
289
224
  awsSesEmail: {
290
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
291
- secretAccessKey: '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',
225
+ accessKeyId: 'AKIAUQEOPWEJKQDJSEOG',
226
+ secretAccessKey: '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',
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.729",
3
+ "version": "4.3.734",
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.729",
59
- "@things-factory/apptool-ui": "^4.3.729",
60
- "@things-factory/attachment-base": "^4.3.729",
61
- "@things-factory/auth-base": "^4.3.729",
62
- "@things-factory/auth-ui": "^4.3.729",
63
- "@things-factory/biz-base": "^4.3.729",
64
- "@things-factory/biz-ui": "^4.3.729",
65
- "@things-factory/board-service": "^4.3.729",
66
- "@things-factory/board-ui": "^4.3.729",
67
- "@things-factory/code-ui": "^4.3.729",
68
- "@things-factory/component-ui": "^4.3.729",
69
- "@things-factory/context-ui": "^4.3.729",
70
- "@things-factory/document-template-ui": "^4.3.729",
71
- "@things-factory/export-ui": "^4.3.729",
72
- "@things-factory/export-ui-csv": "^4.3.729",
73
- "@things-factory/export-ui-excel": "^4.3.729",
74
- "@things-factory/geography": "^4.3.729",
75
- "@things-factory/grist-ui": "^4.3.729",
76
- "@things-factory/help": "^4.3.729",
77
- "@things-factory/i18n-base": "^4.3.729",
78
- "@things-factory/import-ui": "^4.3.729",
79
- "@things-factory/import-ui-excel": "^4.3.729",
80
- "@things-factory/integration-accounting": "^4.3.729",
81
- "@things-factory/integration-fulfillment": "^4.3.729",
82
- "@things-factory/integration-lmd": "^4.3.729",
83
- "@things-factory/integration-marketplace": "^4.3.729",
84
- "@things-factory/integration-pos": "^4.3.729",
85
- "@things-factory/integration-powrup": "^4.3.729",
86
- "@things-factory/integration-sellercraft": "^4.3.729",
87
- "@things-factory/integration-sftp": "^4.3.729",
88
- "@things-factory/lite-menu": "^4.3.729",
89
- "@things-factory/marketplace-base": "^4.3.729",
90
- "@things-factory/more-ui": "^4.3.729",
91
- "@things-factory/notification": "^4.3.729",
92
- "@things-factory/pdf": "^4.3.729",
93
- "@things-factory/product-ui": "^4.3.729",
94
- "@things-factory/resource-ui": "^4.3.729",
95
- "@things-factory/sales-base": "^4.3.729",
96
- "@things-factory/scene-data-transform": "^4.3.729",
97
- "@things-factory/scene-excel": "^4.3.729",
98
- "@things-factory/scene-firebase": "^4.3.729",
99
- "@things-factory/scene-form": "^4.3.729",
100
- "@things-factory/scene-google-map": "^4.3.729",
101
- "@things-factory/scene-graphql": "^4.3.729",
102
- "@things-factory/scene-label": "^4.3.729",
103
- "@things-factory/scene-marker": "^4.3.729",
104
- "@things-factory/scene-mqtt": "^4.3.729",
105
- "@things-factory/scene-restful": "^4.3.729",
106
- "@things-factory/scene-visualizer": "^4.3.729",
107
- "@things-factory/setting-ui": "^4.3.729",
108
- "@things-factory/shell": "^4.3.729",
109
- "@things-factory/system-ui": "^4.3.729",
110
- "@things-factory/transport-base": "^4.3.729",
111
- "@things-factory/warehouse-base": "^4.3.729",
112
- "@things-factory/worksheet-base": "^4.3.729",
58
+ "@things-factory/api": "^4.3.734",
59
+ "@things-factory/apptool-ui": "^4.3.734",
60
+ "@things-factory/attachment-base": "^4.3.734",
61
+ "@things-factory/auth-base": "^4.3.734",
62
+ "@things-factory/auth-ui": "^4.3.734",
63
+ "@things-factory/biz-base": "^4.3.734",
64
+ "@things-factory/biz-ui": "^4.3.734",
65
+ "@things-factory/board-service": "^4.3.734",
66
+ "@things-factory/board-ui": "^4.3.734",
67
+ "@things-factory/code-ui": "^4.3.734",
68
+ "@things-factory/component-ui": "^4.3.734",
69
+ "@things-factory/context-ui": "^4.3.734",
70
+ "@things-factory/document-template-ui": "^4.3.734",
71
+ "@things-factory/export-ui": "^4.3.734",
72
+ "@things-factory/export-ui-csv": "^4.3.734",
73
+ "@things-factory/export-ui-excel": "^4.3.734",
74
+ "@things-factory/geography": "^4.3.734",
75
+ "@things-factory/grist-ui": "^4.3.734",
76
+ "@things-factory/help": "^4.3.734",
77
+ "@things-factory/i18n-base": "^4.3.734",
78
+ "@things-factory/import-ui": "^4.3.734",
79
+ "@things-factory/import-ui-excel": "^4.3.734",
80
+ "@things-factory/integration-accounting": "^4.3.734",
81
+ "@things-factory/integration-fulfillment": "^4.3.734",
82
+ "@things-factory/integration-lmd": "^4.3.734",
83
+ "@things-factory/integration-marketplace": "^4.3.734",
84
+ "@things-factory/integration-pos": "^4.3.734",
85
+ "@things-factory/integration-powrup": "^4.3.734",
86
+ "@things-factory/integration-sellercraft": "^4.3.734",
87
+ "@things-factory/integration-sftp": "^4.3.734",
88
+ "@things-factory/lite-menu": "^4.3.734",
89
+ "@things-factory/marketplace-base": "^4.3.734",
90
+ "@things-factory/more-ui": "^4.3.734",
91
+ "@things-factory/notification": "^4.3.734",
92
+ "@things-factory/pdf": "^4.3.734",
93
+ "@things-factory/product-ui": "^4.3.734",
94
+ "@things-factory/resource-ui": "^4.3.734",
95
+ "@things-factory/sales-base": "^4.3.734",
96
+ "@things-factory/scene-data-transform": "^4.3.734",
97
+ "@things-factory/scene-excel": "^4.3.734",
98
+ "@things-factory/scene-firebase": "^4.3.734",
99
+ "@things-factory/scene-form": "^4.3.734",
100
+ "@things-factory/scene-google-map": "^4.3.734",
101
+ "@things-factory/scene-graphql": "^4.3.734",
102
+ "@things-factory/scene-label": "^4.3.734",
103
+ "@things-factory/scene-marker": "^4.3.734",
104
+ "@things-factory/scene-mqtt": "^4.3.734",
105
+ "@things-factory/scene-restful": "^4.3.734",
106
+ "@things-factory/scene-visualizer": "^4.3.734",
107
+ "@things-factory/setting-ui": "^4.3.734",
108
+ "@things-factory/shell": "^4.3.734",
109
+ "@things-factory/system-ui": "^4.3.734",
110
+ "@things-factory/transport-base": "^4.3.734",
111
+ "@things-factory/warehouse-base": "^4.3.734",
112
+ "@things-factory/worksheet-base": "^4.3.734",
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.729"
120
+ "@things-factory/builder": "^4.3.734"
121
121
  },
122
122
  "resolutions": {
123
123
  "core-js": "^3.16.0"
124
124
  },
125
- "gitHead": "5db084b2dac5f691f401f5dbdf368f57371cb020"
125
+ "gitHead": "c85c5a1e8ed4f0c4e7c438b6067539216d96caa9"
126
126
  }