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