@things-factory/operato-hub 4.3.523 → 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 +120 -27
- package/dist-server/graphql/resolvers/synchronization/retry-create-lmd-parcels.js +7 -1
- package/dist-server/graphql/resolvers/synchronization/retry-create-lmd-parcels.js.map +1 -1
- package/package.json +31 -31
- package/server/graphql/resolvers/synchronization/retry-create-lmd-parcels.ts +7 -1
- package/translations/en.json +9 -1
- package/translations/ja.json +8 -1
- package/translations/ko.json +9 -1
- package/translations/ms.json +8 -1
- package/translations/zh.json +9 -1
package/config.development.js
CHANGED
|
@@ -4,52 +4,119 @@ module.exports = {
|
|
|
4
4
|
useVirtualHostBasedDomain: false,
|
|
5
5
|
fallbackRoute: '/',
|
|
6
6
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
7
|
+
port: 3000,
|
|
8
8
|
inspect: '9260',
|
|
9
|
+
//postgres
|
|
10
|
+
ormconfig: {
|
|
11
|
+
name: 'default',
|
|
12
|
+
type: 'postgres',
|
|
13
|
+
database: 'postgres',
|
|
14
|
+
username: 'postgres',
|
|
15
|
+
password: 'hatio',
|
|
16
|
+
host: '192.168.0.161',
|
|
17
|
+
port: 15432,
|
|
18
|
+
synchronize: true,
|
|
19
|
+
logging: true
|
|
20
|
+
},
|
|
21
|
+
//eric2
|
|
9
22
|
// ormconfig: {
|
|
10
23
|
// name: 'default',
|
|
11
24
|
// type: 'postgres',
|
|
12
|
-
// database: '
|
|
25
|
+
// database: 'eric2',
|
|
13
26
|
// username: 'postgres',
|
|
14
|
-
// password: '
|
|
15
|
-
// host: '
|
|
16
|
-
// port:
|
|
27
|
+
// password: 'hatio',
|
|
28
|
+
// host: '192.168.0.153',
|
|
29
|
+
// port: 15432,
|
|
17
30
|
// synchronize: false,
|
|
18
31
|
// logging: true
|
|
19
32
|
// },
|
|
33
|
+
// arif's
|
|
20
34
|
// ormconfig: {
|
|
21
35
|
// name: 'default',
|
|
22
36
|
// type: 'postgres',
|
|
23
|
-
// database: '
|
|
37
|
+
// database: 'arif',
|
|
24
38
|
// username: 'postgres',
|
|
25
39
|
// password: 'hatio',
|
|
26
|
-
// host: '
|
|
40
|
+
// host: '192.168.0.151',
|
|
27
41
|
// port: 15432,
|
|
28
|
-
// synchronize:
|
|
42
|
+
// synchronize: false,
|
|
29
43
|
// logging: true
|
|
30
44
|
// },
|
|
45
|
+
//EMS
|
|
31
46
|
// ormconfig: {
|
|
32
47
|
// name: 'default',
|
|
33
48
|
// type: 'postgres',
|
|
34
|
-
// database: '
|
|
49
|
+
// database: 'EMS',
|
|
35
50
|
// username: 'postgres',
|
|
36
51
|
// password: 'hatio',
|
|
37
52
|
// host: '192.168.0.161',
|
|
38
53
|
// port: 15432,
|
|
54
|
+
// synchronize: false,
|
|
55
|
+
// logging: true
|
|
56
|
+
// },
|
|
57
|
+
//db nora
|
|
58
|
+
// ormconfig: {
|
|
59
|
+
// name: 'default',
|
|
60
|
+
// type: 'postgres',
|
|
61
|
+
// database: 'postgres',
|
|
62
|
+
// username: 'postgres',
|
|
63
|
+
// password: 'hatio',
|
|
64
|
+
// host: '192.168.0.36',
|
|
65
|
+
// port: 15432,
|
|
39
66
|
// synchronize: true,
|
|
40
67
|
// logging: true
|
|
41
68
|
// },
|
|
42
|
-
ormconfig: {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
},
|
|
69
|
+
// ormconfig: {
|
|
70
|
+
// name: 'default',
|
|
71
|
+
// type: 'postgres',
|
|
72
|
+
// database: 'eric',
|
|
73
|
+
// username: 'postgres',
|
|
74
|
+
// password: 'hatio',
|
|
75
|
+
// host: '192.168.0.153',
|
|
76
|
+
// port: 15432,
|
|
77
|
+
// synchronize: true,
|
|
78
|
+
// logging: true
|
|
79
|
+
// },
|
|
80
|
+
//db izzah
|
|
81
|
+
// ormconfig: {
|
|
82
|
+
// name: 'default',
|
|
83
|
+
// type: 'postgres',
|
|
84
|
+
// database: '06072023',
|
|
85
|
+
// username: 'postgres',
|
|
86
|
+
// password: 'hatio',
|
|
87
|
+
// host: '192.168.0.153',
|
|
88
|
+
// port: 15432,
|
|
89
|
+
// synchronize: true,
|
|
90
|
+
// logging: true
|
|
91
|
+
// },
|
|
92
|
+
// ormconfig: {
|
|
93
|
+
// name: 'default',
|
|
94
|
+
// type: 'postgres',
|
|
95
|
+
// database: 'dev2', // dev2
|
|
96
|
+
// username: 'postgres',
|
|
97
|
+
// password: 'abcd1234',
|
|
98
|
+
// host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
99
|
+
// port: 55432,
|
|
100
|
+
// synchronize:false,
|
|
101
|
+
// logging: false,
|
|
102
|
+
// connectTimeoutMS: 30000,
|
|
103
|
+
// extra: { poolSize: 30 }
|
|
104
|
+
// },
|
|
105
|
+
|
|
106
|
+
// ormconfig: {
|
|
107
|
+
// name: 'default',
|
|
108
|
+
// type: 'postgres',
|
|
109
|
+
// host: 'localhost',
|
|
110
|
+
// port: 15432,
|
|
111
|
+
// database: 'postgres',
|
|
112
|
+
// username: 'postgres',
|
|
113
|
+
// password: 'hatio',
|
|
114
|
+
// synchronize: false,
|
|
115
|
+
// logging: true,
|
|
116
|
+
// connectTimeoutMS: 30000,
|
|
117
|
+
// extra: { poolSize: 30 }
|
|
118
|
+
// },
|
|
119
|
+
|
|
53
120
|
password: {
|
|
54
121
|
lowerCase: true,
|
|
55
122
|
upperCase: false,
|
|
@@ -126,20 +193,21 @@ module.exports = {
|
|
|
126
193
|
// }
|
|
127
194
|
},
|
|
128
195
|
fulfillmentIntegrationOperato: {
|
|
129
|
-
host: '
|
|
196
|
+
host: '192.168.0.161:3000',
|
|
130
197
|
protocol: 'http',
|
|
131
198
|
platform: 'operato',
|
|
132
199
|
application: 'Operato MMS',
|
|
133
200
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
134
201
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
135
|
-
callback: 'http://
|
|
202
|
+
callback: 'http://192.168.0.161:5000/callback-operato'
|
|
136
203
|
},
|
|
137
204
|
marketplaceIntegrationShopee: {
|
|
138
205
|
platform: 'shopee',
|
|
139
206
|
isUAT: false,
|
|
140
207
|
application: 'Operato MMS',
|
|
141
208
|
partnerId: 846025,
|
|
142
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
209
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64',
|
|
210
|
+
v2: true
|
|
143
211
|
},
|
|
144
212
|
marketplaceIntegrationLazada: {
|
|
145
213
|
platform: 'lazada',
|
|
@@ -148,6 +216,16 @@ module.exports = {
|
|
|
148
216
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
149
217
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
150
218
|
},
|
|
219
|
+
|
|
220
|
+
//testinglazada
|
|
221
|
+
// marketplaceIntegrationLazada: {
|
|
222
|
+
// platform: 'lazada',
|
|
223
|
+
// application: 'powrup_bi',
|
|
224
|
+
// appKey: '117890',
|
|
225
|
+
// appSecret: 'tQVllnUa7irAHoNxAwXEVxoP1we1bUjE',
|
|
226
|
+
// callback: 'https://73c5-175-141-30-142.ngrok-free.app/lazada-callback'
|
|
227
|
+
// },
|
|
228
|
+
|
|
151
229
|
accountingIntegrationXero: {
|
|
152
230
|
platform: 'xero',
|
|
153
231
|
application: 'Operato WMS',
|
|
@@ -156,16 +234,31 @@ module.exports = {
|
|
|
156
234
|
callback: 'http://operato-h.com:3000/callback-xero',
|
|
157
235
|
hostname: 'http://operato-h.com:3000/'
|
|
158
236
|
},
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
237
|
+
lmdIntegrationNinjavan: {
|
|
238
|
+
clientId: 'P8WCEwMo0FHNlPECwTLetwN3diAmt5KF',
|
|
239
|
+
secretKey: '1D0yNZGseOjhxnwri29xmuZiiuRp131L',
|
|
240
|
+
refreshThreshold: 43200
|
|
163
241
|
},
|
|
242
|
+
|
|
243
|
+
lmdIntegrationEms: { refreshThreshold: 43200 },
|
|
244
|
+
|
|
245
|
+
lmdIntegrationCitylink: { refreshThreshold: 172800000 },
|
|
164
246
|
awbFileStorage: {
|
|
165
247
|
type: 's3',
|
|
166
248
|
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
167
249
|
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
168
250
|
bucketName: 'operato-awb',
|
|
169
251
|
region: 'ap-southeast-1'
|
|
252
|
+
},
|
|
253
|
+
lambda: {
|
|
254
|
+
region: 'ap-southeast-1',
|
|
255
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
256
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e'
|
|
257
|
+
},
|
|
258
|
+
lmdIntegrationConfig: {
|
|
259
|
+
version: {
|
|
260
|
+
v1: 'lmdMiddleware',
|
|
261
|
+
v2: 'lmdMiddlewareV2'
|
|
262
|
+
}
|
|
170
263
|
}
|
|
171
264
|
}
|
|
@@ -66,7 +66,13 @@ exports.retryCreateLmdParcelsResolver = {
|
|
|
66
66
|
'orderPackages.orderPackageItems',
|
|
67
67
|
'orderPackages.orderPackageItems.orderProduct',
|
|
68
68
|
'orderPackages.orderPackageItems.orderProduct.product',
|
|
69
|
-
'orderPackages.orderPackageItems.orderProduct.productDetail'
|
|
69
|
+
'orderPackages.orderPackageItems.orderProduct.productDetail',
|
|
70
|
+
'orderConsignments',
|
|
71
|
+
'orderConsignments.orderPackages',
|
|
72
|
+
'orderConsignments.orderPackages.orderPackageItems',
|
|
73
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct',
|
|
74
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct.product',
|
|
75
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct.productDetail'
|
|
70
76
|
]
|
|
71
77
|
});
|
|
72
78
|
await (0, worksheet_base_1.createLmdParcel)([newReleaseGood], tx, newReleaseGood.domain, releaseGood.user, releaseGood === null || releaseGood === void 0 ? void 0 : releaseGood.marketplaceOrder);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retry-create-lmd-parcels.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/synchronization/retry-create-lmd-parcels.ts"],"names":[],"mappings":";;;AAAA,qCAAsD;AAEtD,6CAA4C;AAE5C,2DAAoF;AACpF,mEAA2E;AAE9D,QAAA,6BAA6B,GAAG;IAC3C,KAAK,CAAC,qBAAqB,CAAC,CAAO,EAAE,EAAE,EAAE,OAAY;QACnD,IAAI;YACF,IAAI;gBACF,IAAI,aAAa,GAAG,IAAA,uBAAa,EAAC,wBAAW,CAAC;qBAC3C,kBAAkB,CAAC,IAAI,CAAC;qBACxB,kBAAkB,CAAC,qBAAqB,EAAE,KAAK,CAAC;qBAChD,kBAAkB,CAAC,WAAW,EAAE,QAAQ,CAAC;qBACzC,kBAAkB,CAAC,aAAa,EAAE,UAAU,CAAC;qBAC7C,kBAAkB,CAAC,YAAY,EAAE,SAAS,CAAC;qBAC3C,KAAK,CAAC,sBAAsB,CAAC;qBAC7B,QAAQ,CAAC,2BAA2B,EAAE;oBACrC,MAAM,EAAE,CAAC,yBAAY,CAAC,OAAO,EAAE,yBAAY,CAAC,aAAa,EAAE,yBAAY,CAAC,OAAO,CAAC;iBACjF,CAAC;qBACD,QAAQ,CAAC,kCAAkC,CAAC;qBAC5C,QAAQ,CAAC,EAAE,CAAC,EAAE;oBACb,MAAM,QAAQ,GAAG,EAAE;yBAChB,QAAQ,EAAE;yBACV,IAAI,CAAC,0BAAS,EAAE,IAAI,CAAC;yBACrB,SAAS,CAAC,qBAAqB,EAAE,KAAK,CAAC;yBACvC,SAAS,CAAC,qBAAqB,EAAE,IAAI,CAAC;yBACtC,KAAK,CAAC,4BAA4B,CAAC;yBACnC,QAAQ,CAAC,yBAAyB,EAAE,EAAE,MAAM,EAAE,CAAC,SAAS,EAAE,eAAe,CAAC,EAAE,CAAC;yBAC7E,QAAQ,CAAC,4DAA4D,CAAC;yBACtE,QAAQ,EAAE,CAAA;oBACb,OAAO,SAAS,GAAG,QAAQ,CAAA;gBAC7B,CAAC,CAAC;qBACD,QAAQ,CAAC,EAAE,CAAC,EAAE;oBACb,MAAM,QAAQ,GAAG,EAAE;yBAChB,QAAQ,EAAE;yBACV,IAAI,CAAC,yBAAY,EAAE,KAAK,CAAC;yBACzB,KAAK,CAAC,6BAA6B,CAAC;yBACpC,QAAQ,CAAC,sBAAsB,CAAC;yBAChC,QAAQ,EAAE,CAAA;oBACb,OAAO,SAAS,GAAG,QAAQ,CAAA;gBAC7B,CAAC,CAAC;qBACD,OAAO,CACN;;;;;cAKE,EACF,KAAK,CACN;qBACA,YAAY,CAAC,eAAe,EAAE,yBAAY,CAAC,OAAO,CAAC;qBACnD,YAAY,CAAC,mBAAmB,EAAE,yBAAY,CAAC,aAAa,CAAC;qBAC7D,YAAY,CAAC,eAAe,EAAE,yBAAY,CAAC,OAAO,CAAC;qBACnD,KAAK,CAAC,GAAG,CAAC,CAAA;gBAEb,IAAI,YAAY,GAAkB,MAAM,aAAa,CAAC,OAAO,EAAE,CAAA;gBAE/D,IAAI,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,MAAM,EAAE;oBACxB,KAAK,MAAM,WAAW,IAAI,YAAY,EAAE;wBACtC,IAAI;4BACF,MAAM,IAAA,uBAAa,GAAE,CAAC,WAAW,CAAC,KAAK,EAAC,EAAE,EAAC,EAAE;gCAC3C,IAAI,cAAc,GAAgB,MAAM,EAAE,CAAC,aAAa,CAAC,wBAAW,CAAC,CAAC,OAAO,CAAC;oCAC5E,KAAK,EAAE,EAAE,EAAE,EAAE,WAAW,CAAC,EAAE,EAAE;oCAC7B,SAAS,EAAE;wCACT,QAAQ;wCACR,UAAU;wCACV,kBAAkB;wCAClB,eAAe;wCACf,iCAAiC;wCACjC,8CAA8C;wCAC9C,sDAAsD;wCACtD,4DAA4D;
|
|
1
|
+
{"version":3,"file":"retry-create-lmd-parcels.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/synchronization/retry-create-lmd-parcels.ts"],"names":[],"mappings":"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"}
|
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.524",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -55,44 +55,44 @@
|
|
|
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.
|
|
58
|
+
"@things-factory/api": "^4.3.524",
|
|
59
59
|
"@things-factory/apptool-ui": "^4.3.434",
|
|
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.
|
|
60
|
+
"@things-factory/attachment-base": "^4.3.524",
|
|
61
|
+
"@things-factory/auth-base": "^4.3.524",
|
|
62
|
+
"@things-factory/auth-ui": "^4.3.524",
|
|
63
|
+
"@things-factory/biz-base": "^4.3.524",
|
|
64
|
+
"@things-factory/biz-ui": "^4.3.524",
|
|
65
|
+
"@things-factory/board-service": "^4.3.524",
|
|
66
|
+
"@things-factory/board-ui": "^4.3.524",
|
|
67
|
+
"@things-factory/code-ui": "^4.3.524",
|
|
68
68
|
"@things-factory/component-ui": "^4.3.381",
|
|
69
69
|
"@things-factory/context-ui": "^4.3.434",
|
|
70
|
-
"@things-factory/document-template-ui": "^4.3.
|
|
70
|
+
"@things-factory/document-template-ui": "^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-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.
|
|
80
|
+
"@things-factory/integration-accounting": "^4.3.524",
|
|
81
|
+
"@things-factory/integration-fulfillment": "^4.3.524",
|
|
82
|
+
"@things-factory/integration-lmd": "^4.3.524",
|
|
83
|
+
"@things-factory/integration-marketplace": "^4.3.524",
|
|
84
|
+
"@things-factory/integration-pos": "^4.3.524",
|
|
85
|
+
"@things-factory/integration-powrup": "^4.3.524",
|
|
86
|
+
"@things-factory/integration-sellercraft": "^4.3.524",
|
|
87
|
+
"@things-factory/integration-sftp": "^4.3.524",
|
|
88
|
+
"@things-factory/lite-menu": "^4.3.524",
|
|
89
|
+
"@things-factory/marketplace-base": "^4.3.524",
|
|
90
90
|
"@things-factory/more-ui": "^4.3.434",
|
|
91
|
-
"@things-factory/notification": "^4.3.
|
|
91
|
+
"@things-factory/notification": "^4.3.524",
|
|
92
92
|
"@things-factory/pdf": "^4.3.381",
|
|
93
|
-
"@things-factory/product-ui": "^4.3.
|
|
94
|
-
"@things-factory/resource-ui": "^4.3.
|
|
95
|
-
"@things-factory/sales-base": "^4.3.
|
|
93
|
+
"@things-factory/product-ui": "^4.3.524",
|
|
94
|
+
"@things-factory/resource-ui": "^4.3.524",
|
|
95
|
+
"@things-factory/sales-base": "^4.3.524",
|
|
96
96
|
"@things-factory/scene-data-transform": "^4.3.381",
|
|
97
97
|
"@things-factory/scene-excel": "^4.3.381",
|
|
98
98
|
"@things-factory/scene-firebase": "^4.3.381",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
"@things-factory/scene-mqtt": "^4.3.381",
|
|
105
105
|
"@things-factory/scene-restful": "^4.3.381",
|
|
106
106
|
"@things-factory/scene-visualizer": "^4.3.381",
|
|
107
|
-
"@things-factory/setting-ui": "^4.3.
|
|
107
|
+
"@things-factory/setting-ui": "^4.3.524",
|
|
108
108
|
"@things-factory/shell": "^4.3.434",
|
|
109
109
|
"@things-factory/system-ui": "^4.3.434",
|
|
110
|
-
"@things-factory/transport-base": "^4.3.
|
|
111
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
112
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
110
|
+
"@things-factory/transport-base": "^4.3.524",
|
|
111
|
+
"@things-factory/warehouse-base": "^4.3.524",
|
|
112
|
+
"@things-factory/worksheet-base": "^4.3.524",
|
|
113
113
|
"cron-parser": "^4.7.0",
|
|
114
114
|
"koa2-swagger-ui": "^5.0.2",
|
|
115
115
|
"swagger-jsdoc": "^5.0.0",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"resolutions": {
|
|
123
123
|
"core-js": "^3.16.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "0e6819f6c2efc8070607e0e0379a1c7ffb235abf"
|
|
126
126
|
}
|
|
@@ -71,7 +71,13 @@ export const retryCreateLmdParcelsResolver = {
|
|
|
71
71
|
'orderPackages.orderPackageItems',
|
|
72
72
|
'orderPackages.orderPackageItems.orderProduct',
|
|
73
73
|
'orderPackages.orderPackageItems.orderProduct.product',
|
|
74
|
-
'orderPackages.orderPackageItems.orderProduct.productDetail'
|
|
74
|
+
'orderPackages.orderPackageItems.orderProduct.productDetail',
|
|
75
|
+
'orderConsignments',
|
|
76
|
+
'orderConsignments.orderPackages',
|
|
77
|
+
'orderConsignments.orderPackages.orderPackageItems',
|
|
78
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct',
|
|
79
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct.product',
|
|
80
|
+
'orderConsignments.orderPackages.orderPackageItems.orderProduct.productDetail'
|
|
75
81
|
]
|
|
76
82
|
})
|
|
77
83
|
await createLmdParcel(
|
package/translations/en.json
CHANGED
|
@@ -38,6 +38,11 @@
|
|
|
38
38
|
"text.do_you_want_to_invite_x": "do you want to invite {x}",
|
|
39
39
|
"text.invalid_bundle_qty_for_item_number": "invalid bundle qty for item #{number}",
|
|
40
40
|
"label.warehouse": "warehouse",
|
|
41
|
+
"label.mps": "MPS",
|
|
42
|
+
"label.max_parcel_weight": "Max Parcel Weight (KG)",
|
|
43
|
+
"label.max_consignment_weight": "Max Consignment Weight (KG)",
|
|
44
|
+
"label.multi_piece_shipment": "Multi-Piece Shipment",
|
|
45
|
+
|
|
41
46
|
|
|
42
47
|
"text.are_you_sure_to_sync_product": "are you sure to sync product?",
|
|
43
48
|
"text.attachment_info_not_valid": "attachment info not valid",
|
|
@@ -54,6 +59,7 @@
|
|
|
54
59
|
"text.contact_type_does_not_exist": "contact type does not exist",
|
|
55
60
|
"text.authentication_failed": "authentication failed",
|
|
56
61
|
"text.successfully_authenticated": "successfully authenticated",
|
|
62
|
+
"text.lmd_mps_form_invalid":"lmd mps form is invalid",
|
|
57
63
|
|
|
58
64
|
"error.company not found": "company not found",
|
|
59
65
|
"error.eta date is invalid": "eta date is invalid",
|
|
@@ -76,5 +82,7 @@
|
|
|
76
82
|
"title.owner_transfer": "business owner transfer",
|
|
77
83
|
"title.sync_direction": "sync direction",
|
|
78
84
|
"title.upload_document_template": "upload document template",
|
|
79
|
-
"title.bizplace_settings": "bizplace settings"
|
|
85
|
+
"title.bizplace_settings": "bizplace settings",
|
|
86
|
+
"title.mps": "multi-pieces shipment",
|
|
87
|
+
"title.weight_setting:":"Weight Setting"
|
|
80
88
|
}
|
package/translations/ja.json
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"label.upload_template": "upload template",
|
|
53
53
|
"label.user": "ユーザー",
|
|
54
54
|
"label.warehouse": "倉庫",
|
|
55
|
+
"label.mps": "[jp]MPS",
|
|
56
|
+
"label.max_parcel_weight": "[jp]Max Parcel Weight (KG)",
|
|
57
|
+
"label.max_consignment_weight": "[jp]Max Consignment Weight (KG)",
|
|
58
|
+
"label.multi_piece_shipment": "[jp]Multi-Piece Shipment",
|
|
55
59
|
"text.cannot_delete": "削除できません.",
|
|
56
60
|
"text.do_you_want_to_invite_x": "{x}を招待しますか?",
|
|
57
61
|
"text.invalid_bundle_qty_for_item_number": "[jp]invalid bundle qty for item #{number}",
|
|
@@ -60,6 +64,7 @@
|
|
|
60
64
|
"text.transform_to_x": "{x}に変更",
|
|
61
65
|
"text.user_deleted_successfully": "正常にユーザーを削除しました.",
|
|
62
66
|
"text.x_cannot_delete": "{x}は削除できません.",
|
|
67
|
+
"text.lmd_mps_form_invalid":"[jp]lmd mps form is invalid",
|
|
63
68
|
"text.contact_type_does_not_exist": "[jp]contact type does not exist",
|
|
64
69
|
"error.warehouse not found": "倉庫が見つかりません.",
|
|
65
70
|
"error.warehouse not found in the company": "会社内で倉庫を見つかりません.",
|
|
@@ -70,5 +75,7 @@
|
|
|
70
75
|
"title.owner_transfer": "ビジネスオーナーを移転する",
|
|
71
76
|
"title.sync_direction": "[jp]sync direction",
|
|
72
77
|
"title.upload_document_template": "テンプレート アップロード",
|
|
73
|
-
"title.bizplace_settings": "[jp]bizplace settings"
|
|
78
|
+
"title.bizplace_settings": "[jp]bizplace settings",
|
|
79
|
+
"title.mps": "[jp] multi-pieces shipment",
|
|
80
|
+
"title.weight_setting:":"[jp] Weight Setting"
|
|
74
81
|
}
|
package/translations/ko.json
CHANGED
|
@@ -52,6 +52,11 @@
|
|
|
52
52
|
"label.upload_template": "upload template",
|
|
53
53
|
"label.user": "사용자",
|
|
54
54
|
"label.warehouse": "창고",
|
|
55
|
+
"label.mps": "[ko]MPS",
|
|
56
|
+
"label.max_parcel_weight": "[ko]Max Parcel Weight (KG)",
|
|
57
|
+
"label.max_consignment_weight": "[ko]Max Consignment Weight (KG)",
|
|
58
|
+
"label.multi_piece_shipment": "[ko]Multi-Piece Shipment",
|
|
59
|
+
|
|
55
60
|
"text.cannot_delete": "삭제할 수 없습니다.",
|
|
56
61
|
"text.do_you_want_to_invite_x": "{x}을(를) 초대하시겠습니까?",
|
|
57
62
|
"text.invalid_bundle_qty_for_item_number": "[ko]invalid bundle qty for item #{number}",
|
|
@@ -61,6 +66,7 @@
|
|
|
61
66
|
"text.user_deleted_successfully": "성공적으로 사용자를 삭제하였습니다.",
|
|
62
67
|
"text.x_cannot_delete": "{x}(은)는 삭제할 수 없습니다.",
|
|
63
68
|
"text.contact_type_does_not_exist": "[ko]contact type does not exist",
|
|
69
|
+
"text.lmd_mps_form_invalid":"[jp]lmd mps form is invalid",
|
|
64
70
|
"error.warehouse not found": "웨어하우스를 찾을 수 없습니다.",
|
|
65
71
|
"error.warehouse not found in the company": "회사내에서 웨어하우스를 찾을 수 없습니다.",
|
|
66
72
|
|
|
@@ -70,5 +76,7 @@
|
|
|
70
76
|
"title.owner_transfer": "비즈니스 소유자 이전하기",
|
|
71
77
|
"title.sync_direction": "[ko]sync direction",
|
|
72
78
|
"title.upload_document_template": "템플릿 업로드",
|
|
73
|
-
"title.bizplace_settings": "[ko]bizplace settings"
|
|
79
|
+
"title.bizplace_settings": "[ko]bizplace settings",
|
|
80
|
+
"title.mps": "[ko] multi-pieces shipment",
|
|
81
|
+
"title.weight_setting:":"[ko] Weight Setting"
|
|
74
82
|
}
|
package/translations/ms.json
CHANGED
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
"label.user": "[ms] user",
|
|
33
33
|
"label.upload_template": "[ms] upload template",
|
|
34
34
|
"label.warehouse": "[ms] warehouse",
|
|
35
|
+
"label.mps": "[ms] MPS",
|
|
36
|
+
"label.max_parcel_weight": "[ms]Max Parcel Weight (KG)",
|
|
37
|
+
"label.max_consignment_weight": "[ms]Max Consignment Weight (KG)",
|
|
38
|
+
"label.multi_piece_shipment": "[ms]Multi-Piece Shipment",
|
|
35
39
|
|
|
36
40
|
"text.are_you_sure_to_sync_product": "[ms] are you sure to sync product?",
|
|
37
41
|
"text.attachment_info_not_valid": "informasi lampiran tidak sah",
|
|
@@ -44,6 +48,7 @@
|
|
|
44
48
|
"text.contact_type_does_not_exist": "[ms]contact type does not exist",
|
|
45
49
|
"text.authentication_failed": "[ms]authentication failed",
|
|
46
50
|
"text.successfully_authenticated": "[ms]successfully authenticated",
|
|
51
|
+
"text.lmd_mps_form_invalid":"[ms]lmd mps form is invalid",
|
|
47
52
|
|
|
48
53
|
"error.company not found": "[ms] company not found",
|
|
49
54
|
"error.eta date is invalid": "[ms] eta date is invalid",
|
|
@@ -70,5 +75,7 @@
|
|
|
70
75
|
"title.owner_transfer": "[ms] business owner transfer",
|
|
71
76
|
"title.sync_direction": "[ms] sync direction",
|
|
72
77
|
"title.upload_document_template": "[ms] upload document template",
|
|
73
|
-
"title.bizplace_settings": "[ms]bizplace settings"
|
|
78
|
+
"title.bizplace_settings": "[ms]bizplace settings",
|
|
79
|
+
"title.mps": "[ms] multi-pieces shipment",
|
|
80
|
+
"title.weight_setting:":"[ms] Weight Setting"
|
|
74
81
|
}
|
package/translations/zh.json
CHANGED
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
"label.user": "用户",
|
|
37
37
|
"label.upload_template": "上传模板",
|
|
38
38
|
"label.warehouse": "仓库",
|
|
39
|
+
"label.mps": "[zh] MPS",
|
|
40
|
+
"label.max_parcel_weight": "[zh]Max Parcel Weight (KG)",
|
|
41
|
+
"label.max_consignment_weight": "[zh] Max Consignment Weight (KG)",
|
|
42
|
+
"label.multi_piece_shipment": "[zh] Multi-Piece Shipment",
|
|
39
43
|
|
|
40
44
|
"text.are_you_sure_to_sync_product": "您确定要同步产品信息吗?",
|
|
41
45
|
"text.attachment_info_not_valid": "attachment info not valid",
|
|
@@ -48,6 +52,8 @@
|
|
|
48
52
|
"text.contact_type_does_not_exist": "[zh]contact type does not exist",
|
|
49
53
|
"text.authentication_failed": "[zh]authentication failed",
|
|
50
54
|
"text.successfully_authenticated": "[zh]successfully authenticated",
|
|
55
|
+
"text.lmd_mps_form_invalid":"[zh]lmd mps form is invalid",
|
|
56
|
+
"text.invalid_weight_value": "[zh]invalid weight value",
|
|
51
57
|
|
|
52
58
|
"error.company not found": "未找到公司信息。",
|
|
53
59
|
"error.eta date is invalid": "[zh] eta date is invalid",
|
|
@@ -70,5 +76,7 @@
|
|
|
70
76
|
"title.owner_transfer": "企业主转让",
|
|
71
77
|
"title.sync_direction": "同步方向",
|
|
72
78
|
"title.upload_document_template": "上传文件模板",
|
|
73
|
-
"title.bizplace_settings": "[zh]bizplace settings"
|
|
79
|
+
"title.bizplace_settings": "[zh]bizplace settings",
|
|
80
|
+
"title.mps": "[zh] multi-pieces shipment",
|
|
81
|
+
"title.weight_setting:":"[zh] Weight Setting"
|
|
74
82
|
}
|