@things-factory/operato-wms 4.3.743 → 4.3.744

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 +50 -148
  2. package/package.json +3 -3
@@ -4,31 +4,30 @@ module.exports = {
4
4
  useVirtualHostBasedDomain: false,
5
5
  fallbackRoute: '/',
6
6
  subdomainOffset: 2,
7
- port: 4002,
7
+ port: 4000,
8
8
  inspect: '9330',
9
- // postgres2
10
- // ormconfig: {
11
- // name: 'default',
12
- // type: 'postgres',
13
- // database: 'postgres',
14
- // username: 'postgres',
15
- // password: 'hatio',
16
- // host: '192.168.0.151',
17
- // port: 15432,
18
- // synchronize: false,
19
- // logging: true
20
- // },
9
+
10
+ storage: {
11
+ type: 's3',
12
+ accessKeyId: 'AKIAUQEOPWEJHCE4MTH4',
13
+ secretAccessKey: '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',
14
+ bucketName: 'opa-one',
15
+ region: 'ap-southeast-1'
16
+ },
17
+ // arif
21
18
  // ormconfig: {
22
19
  // name: 'default',
23
20
  // type: 'postgres',
24
- // database: 'postgres',
21
+ // database: 'arif',
25
22
  // username: 'postgres',
26
23
  // password: 'hatio',
27
- // host: '192.168.0.144',
24
+ // host: '10.254.29.189',
28
25
  // port: 15432,
29
26
  // synchronize: false,
30
27
  // logging: true
31
28
  // },
29
+
30
+ // STAGING DATABASE
32
31
  ormconfig: {
33
32
  name: 'default',
34
33
  type: 'postgres',
@@ -40,72 +39,37 @@ module.exports = {
40
39
  synchronize: false,
41
40
  logging: true
42
41
  },
43
- // // sum //live db important
44
- // ormconfig: {
45
- // name: 'default',
46
- // type: 'postgres',
47
- // database: 'postgres',
48
- // username: 'sum',
49
- // password: 'hatio1234',
50
- // host: 'my-operato-pg.cjcso4qmeuq0.ap-southeast-5.rds.amazonaws.com',
51
- // port: 55432,
52
- // synchronize: false,
53
- // logging: false
54
- // },
55
-
56
42
 
57
43
  // ormconfig: {
58
44
  // name: 'default',
59
45
  // type: 'postgres',
60
- // database: 'operato-eric',
61
- // username: 'postgres',
62
- // password: 'hatio',
63
- // host: '192.168.0.248',
64
- // port: 15432,
65
- // synchronize: false,
66
- // logging: true
67
- // },
68
- //operato
69
- // ormconfig: {
70
- // name: 'default',
71
- // type: 'postgres',
72
- // database: 'operato',
73
- // username: 'postgres',
74
- // password: 'hatio',
75
- // host: '192.168.0.151',
76
- // port: 15432,
77
- // synchronize: false,
78
- // logging: true
79
- // },
80
- //153 - operato
81
- // ormconfig: {
82
- // name: 'default',
83
- // type: 'postgres',
84
- // database: 'operato',
46
+ // host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
47
+ // port: 55432,
48
+ // database: 'postgres',
85
49
  // username: 'postgres',
86
- // password: 'hatio',
87
- // host: '192.168.0.153',
88
- // port: 15432,
50
+ // password: 'abcd1234',
89
51
  // synchronize: false,
90
- // logging: true
52
+ // logging: true,
53
+ // connectTimeoutMS: 30000,
54
+ // extra: { poolSize: 30 }
91
55
  // },
92
- //eric2
56
+
57
+ //db izzah
93
58
  // ormconfig: {
94
59
  // name: 'default',
95
60
  // type: 'postgres',
96
- // database: 'eric2',
61
+ // database: '06072023',
97
62
  // username: 'postgres',
98
63
  // password: 'hatio',
99
64
  // host: '192.168.0.153',
100
- // port: 15432,
101
- // synchronize: false,
65
+ // port: 15432,f
66
+ // synchronize: true,
102
67
  // logging: true
103
68
  // },
104
- // arif's
105
69
  // ormconfig: {
106
70
  // name: 'default',
107
71
  // type: 'postgres',
108
- // database: 'arif',
72
+ // database: 'postgres',
109
73
  // username: 'postgres',
110
74
  // password: 'hatio',
111
75
  // host: '192.168.0.151',
@@ -113,30 +77,8 @@ module.exports = {
113
77
  // synchronize: false,
114
78
  // logging: true
115
79
  // },
116
- //EMS
117
- // ormconfig: {
118
- // name: 'default',
119
- // type: 'postgres',
120
- // database: 'EMS',
121
- // username: 'postgres',
122
- // password: 'hatio',
123
- // host: '192.168.0.161',
124
- // port: 15432,
125
- // synchronize: false,
126
- // logging: true
127
- // },
128
- //db nora
129
- // ormconfig: {
130
- // name: 'default',
131
- // type: 'postgres',
132
- // database: 'postgres',
133
- // username: 'postgres',
134
- // password: 'hatio',
135
- // host: '192.168.0.36',
136
- // port: 15432,
137
- // synchronize: true,
138
- // logging: true
139
- // },
80
+
81
+ // //ERIC
140
82
  // ormconfig: {
141
83
  // name: 'default',
142
84
  // type: 'postgres',
@@ -145,14 +87,15 @@ module.exports = {
145
87
  // password: 'hatio',
146
88
  // host: '192.168.0.153',
147
89
  // port: 15432,
148
- // synchronize: true,
90
+ // synchronize: false,
149
91
  // logging: true
150
92
  // },
151
- //db izzah
93
+
94
+ //eric 2
152
95
  // ormconfig: {
153
96
  // name: 'default',
154
97
  // type: 'postgres',
155
- // database: '06072023',
98
+ // database: 'eric2',
156
99
  // username: 'postgres',
157
100
  // password: 'hatio',
158
101
  // host: '192.168.0.153',
@@ -160,6 +103,7 @@ module.exports = {
160
103
  // synchronize: false,
161
104
  // logging: true
162
105
  // },
106
+
163
107
  // ormconfig: {
164
108
  // name: 'default',
165
109
  // type: 'postgres',
@@ -248,72 +192,30 @@ module.exports = {
248
192
  // privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
249
193
  // }
250
194
  },
251
- fulfillmentIntegrationOperato: {
252
- host: '192.168.0.161:3000',
253
- protocol: 'http',
254
- platform: 'operato',
255
- application: 'Operato MMS',
256
- appKey: 'a9bf751e622bf146662b240d58971051',
257
- appSecret: '1c385935dc131c4b902b9bbf6a4798af',
258
- callback: 'http://192.168.0.161:5000/callback-operato'
259
- },
260
- lmdIntegrationNinjavan: {
261
- clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
262
- secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
263
- refreshThreshold: 43200
264
- },
265
-
266
- lmdIntegrationEms: { refreshThreshold: 43200 },
267
- marketplaceIntegrationShopee: {
268
- platform: 'shopee',
269
- isUAT: false,
270
- application: 'Operato MMS',
271
- partnerId: 846025,
272
- partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
273
- v2: true
274
- },
275
- marketplaceIntegrationLazada: {
276
- platform: 'lazada',
277
- application: 'operato-mms',
278
- appKey: '120961',
279
- appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
280
- callback: 'https://maybank.operato-m.com/lazada-callback'
281
- },
282
-
283
- //testinglazada
284
- // marketplaceIntegrationLazada: {
285
- // platform: 'lazada',
286
- // application: 'powrup_bi',
287
- // appKey: '117890',
288
- // appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
289
- // callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
290
- // },
291
- reportApiUrl: 'http://localhost:8888/rest/report/show_html',
292
- // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html'
195
+ // reportApiUrl:
196
+ // 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html',
197
+ // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
198
+ // reportApiUrl: 'http://192.168.0.153:8888/rest/report/show_html',
293
199
  // reportApiUrl: 'http://10.100.109.66:8090/rest/report/show_html',
294
200
  awbFileStorage: {
295
201
  type: 's3',
296
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
297
- secretAccessKey: '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',
202
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
203
+ secretAccessKey: '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',
298
204
  bucketName: 'operato-awb',
299
205
  region: 'ap-southeast-1'
300
206
  },
207
+ invoiceFileStorage: {
208
+ type: 's3',
209
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
210
+ secretAccessKey: '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',
211
+ invoiceBucket: 'operato-invoice',
212
+ region: 'ap-southeast-1'
213
+ },
301
214
  lambda: {
302
215
  region: 'ap-southeast-1',
303
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
304
- secretAccessKey: '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'
305
- },
306
- lmdIntegrationConfig: {
307
- version: {
308
- v1: 'lmdMiddleware',
309
- v2: 'lmdMiddlewareV2'
310
- }
311
- },
312
- awsSesEmail: {
313
- accessKeyId: 'AKIAUQEOPWEJPXIVER74',
314
- secretAccessKey: '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',
315
- email: 'support@hatio.asia'
216
+ accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
217
+ secretAccessKey: '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'
316
218
  },
317
219
  reportApiUrl:
318
- 'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
220
+ 'http://k8s-default-operator-8eeba2e246-3e3a5ee7979bcd57.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
319
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.743",
3
+ "version": "4.3.744",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -108,7 +108,7 @@
108
108
  "@things-factory/transport-base": "^4.3.743",
109
109
  "@things-factory/tutorial-ui": "^4.3.743",
110
110
  "@things-factory/warehouse-base": "^4.3.743",
111
- "@things-factory/worksheet-base": "^4.3.743"
111
+ "@things-factory/worksheet-base": "^4.3.744"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^4.3.743",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "992085e02d9d861bc0c9e312f1360a45d18528a4"
120
+ "gitHead": "1519990fa45b1edfdfa52b0ac3748b841fb18afd"
121
121
  }