@things-factory/operato-mms 4.3.520 → 4.3.524
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 +34 -17
- package/package.json +20 -20
package/config.development.js
CHANGED
|
@@ -2,29 +2,30 @@ 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: 'abcd1234',
|
|
12
|
-
host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
13
|
-
port: 55432,
|
|
14
|
-
synchronize: false,
|
|
15
|
-
logging: true
|
|
16
|
-
},
|
|
5
|
+
port: 5000,
|
|
17
6
|
// ormconfig: {
|
|
18
7
|
// name: 'default',
|
|
19
8
|
// type: 'postgres',
|
|
20
|
-
// database: '
|
|
9
|
+
// database: 'postgres',
|
|
21
10
|
// username: 'postgres',
|
|
22
11
|
// password: 'hatio',
|
|
23
|
-
// host: '
|
|
12
|
+
// host: '192.168.0.161',
|
|
24
13
|
// port: 15432,
|
|
25
14
|
// synchronize: true,
|
|
26
15
|
// logging: true
|
|
27
16
|
// },
|
|
17
|
+
//db izzah
|
|
18
|
+
ormconfig: {
|
|
19
|
+
name: 'default',
|
|
20
|
+
type: 'postgres',
|
|
21
|
+
database: '06072023',
|
|
22
|
+
username: 'postgres',
|
|
23
|
+
password: 'hatio',
|
|
24
|
+
host: '192.168.0.153',
|
|
25
|
+
port: 15432,
|
|
26
|
+
synchronize: false,
|
|
27
|
+
logging: true
|
|
28
|
+
},
|
|
28
29
|
sftpFileStorage: {
|
|
29
30
|
type: 's3',
|
|
30
31
|
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
@@ -115,13 +116,13 @@ module.exports = {
|
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
fulfillmentIntegrationOperato: {
|
|
118
|
-
host: '
|
|
119
|
+
host: '192.168.0.161:3000',
|
|
119
120
|
protocol: 'http',
|
|
120
121
|
platform: 'operato',
|
|
121
122
|
application: 'Operato MMS',
|
|
122
123
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
123
124
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
124
|
-
callback: 'http://
|
|
125
|
+
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
125
126
|
},
|
|
126
127
|
sellercraftChannelIntegrationConfig: {
|
|
127
128
|
apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
|
|
@@ -132,7 +133,8 @@ module.exports = {
|
|
|
132
133
|
isUAT: false,
|
|
133
134
|
application: 'Operato MMS',
|
|
134
135
|
partnerId: 846025,
|
|
135
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
136
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
|
|
137
|
+
v2: true
|
|
136
138
|
},
|
|
137
139
|
marketplaceIntegrationLazada: {
|
|
138
140
|
platform: 'lazada',
|
|
@@ -141,6 +143,16 @@ module.exports = {
|
|
|
141
143
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
142
144
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
143
145
|
},
|
|
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
|
+
|
|
144
156
|
marketplaceIntegrationShopify: {
|
|
145
157
|
platform: 'shopify',
|
|
146
158
|
application: 'Operato',
|
|
@@ -165,5 +177,10 @@ module.exports = {
|
|
|
165
177
|
oauth_verifier: '',
|
|
166
178
|
oauth_consumer_key: '',
|
|
167
179
|
oauth_consumer_secret: ''
|
|
180
|
+
},
|
|
181
|
+
lambda: {
|
|
182
|
+
region: 'ap-southeast-1',
|
|
183
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
184
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e'
|
|
168
185
|
}
|
|
169
186
|
}
|
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.524",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -60,33 +60,33 @@
|
|
|
60
60
|
"@operato/scene-timer": "^0.1.8",
|
|
61
61
|
"@operato/scene-wheel-sorter": "^0.1.8",
|
|
62
62
|
"@things-factory/apptool-ui": "^4.3.434",
|
|
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.
|
|
63
|
+
"@things-factory/attachment-base": "^4.3.524",
|
|
64
|
+
"@things-factory/auth-ui": "^4.3.524",
|
|
65
|
+
"@things-factory/biz-base": "^4.3.524",
|
|
66
|
+
"@things-factory/board-service": "^4.3.524",
|
|
67
|
+
"@things-factory/board-ui": "^4.3.524",
|
|
68
|
+
"@things-factory/code-ui": "^4.3.524",
|
|
69
69
|
"@things-factory/context-ui": "^4.3.434",
|
|
70
|
-
"@things-factory/dashboard": "^4.3.
|
|
70
|
+
"@things-factory/dashboard": "^4.3.524",
|
|
71
71
|
"@things-factory/export-ui": "^4.3.434",
|
|
72
72
|
"@things-factory/export-ui-csv": "^4.3.434",
|
|
73
73
|
"@things-factory/export-ui-excel": "^4.3.434",
|
|
74
|
-
"@things-factory/geography": "^4.3.
|
|
74
|
+
"@things-factory/geography": "^4.3.524",
|
|
75
75
|
"@things-factory/grist-ui": "^4.3.434",
|
|
76
76
|
"@things-factory/help": "^4.3.434",
|
|
77
77
|
"@things-factory/i18n-base": "^4.3.434",
|
|
78
78
|
"@things-factory/import-ui": "^4.3.434",
|
|
79
79
|
"@things-factory/import-ui-excel": "^4.3.434",
|
|
80
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
81
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
82
|
-
"@things-factory/lite-menu": "^4.3.
|
|
83
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
80
|
+
"@things-factory/integration-fulfillment": "^4.3.524",
|
|
81
|
+
"@things-factory/integration-lmd": "^4.3.524",
|
|
82
|
+
"@things-factory/lite-menu": "^4.3.524",
|
|
83
|
+
"@things-factory/marketplace-base": "^4.3.524",
|
|
84
84
|
"@things-factory/more-ui": "^4.3.434",
|
|
85
|
-
"@things-factory/notification": "^4.3.
|
|
86
|
-
"@things-factory/oauth2-client": "^4.3.
|
|
85
|
+
"@things-factory/notification": "^4.3.524",
|
|
86
|
+
"@things-factory/oauth2-client": "^4.3.524",
|
|
87
87
|
"@things-factory/pdf": "^4.3.381",
|
|
88
|
-
"@things-factory/product-base": "^4.3.
|
|
89
|
-
"@things-factory/resource-ui": "^4.3.
|
|
88
|
+
"@things-factory/product-base": "^4.3.524",
|
|
89
|
+
"@things-factory/resource-ui": "^4.3.524",
|
|
90
90
|
"@things-factory/scene-data-transform": "^4.3.381",
|
|
91
91
|
"@things-factory/scene-excel": "^4.3.381",
|
|
92
92
|
"@things-factory/scene-firebase": "^4.3.381",
|
|
@@ -98,13 +98,13 @@
|
|
|
98
98
|
"@things-factory/scene-mqtt": "^4.3.381",
|
|
99
99
|
"@things-factory/scene-restful": "^4.3.381",
|
|
100
100
|
"@things-factory/scene-visualizer": "^4.3.381",
|
|
101
|
-
"@things-factory/setting-ui": "^4.3.
|
|
101
|
+
"@things-factory/setting-ui": "^4.3.524",
|
|
102
102
|
"@things-factory/system-ui": "^4.3.434",
|
|
103
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
103
|
+
"@things-factory/warehouse-base": "^4.3.524"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@things-factory/builder": "^4.3.381",
|
|
107
107
|
"@types/node-fetch": "^2.5.7"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "0e6819f6c2efc8070607e0e0379a1c7ffb235abf"
|
|
110
110
|
}
|