@longvansoftware/service-js-client 1.16.2 → 1.16.4
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/dist/src/graphql/campaign/mutations.d.ts +1 -0
- package/dist/src/graphql/campaign/mutations.js +34 -0
- package/dist/src/graphql/campaign/queries.d.ts +9 -0
- package/dist/src/graphql/campaign/queries.js +427 -0
- package/dist/src/graphql/cashbook/queries.d.ts +2 -0
- package/dist/src/graphql/cashbook/queries.js +99 -0
- package/dist/src/graphql/crm/mutations.d.ts +2 -0
- package/dist/src/graphql/crm/mutations.js +37 -1
- package/dist/src/graphql/crm/queries.d.ts +1 -0
- package/dist/src/graphql/crm/queries.js +35 -1
- package/dist/src/graphql/fragments/product.d.ts +38 -0
- package/dist/src/graphql/fragments/product.js +196 -0
- package/dist/src/graphql/paymentV2/mutations.d.ts +5 -0
- package/dist/src/graphql/paymentV2/mutations.js +120 -0
- package/dist/src/graphql/paymentV2/queries.d.ts +9 -0
- package/dist/src/graphql/paymentV2/queries.js +257 -0
- package/dist/src/graphql/product/queries.d.ts +1 -0
- package/dist/src/graphql/product/queries.js +14 -1
- package/dist/src/graphql/store/mutations.d.ts +1 -0
- package/dist/src/graphql/store/mutations.js +29 -0
- package/dist/src/graphql/store/queries.d.ts +1 -0
- package/dist/src/graphql/store/queries.js +29 -0
- package/dist/src/lib/accounting/index.d.ts +5 -0
- package/dist/src/lib/accounting/index.js +32 -0
- package/dist/src/lib/campaign/index.d.ts +20 -0
- package/dist/src/lib/campaign/index.js +218 -0
- package/dist/src/lib/cashbook/index.d.ts +6 -0
- package/dist/src/lib/cashbook/index.js +56 -0
- package/dist/src/lib/comhub/index.d.ts +6 -0
- package/dist/src/lib/comhub/index.js +50 -0
- package/dist/src/lib/crm/index.d.ts +3 -0
- package/dist/src/lib/crm/index.js +51 -0
- package/dist/src/lib/deepLinkVietQr/index.d.ts +7 -0
- package/dist/src/lib/deepLinkVietQr/index.js +58 -0
- package/dist/src/lib/fileService/index.d.ts +34 -0
- package/dist/src/lib/fileService/index.js +80 -0
- package/dist/src/lib/getImage/index.d.ts +4 -0
- package/dist/src/lib/getImage/index.js +10 -0
- package/dist/src/lib/image/index.d.ts +7 -0
- package/dist/src/lib/image/index.js +49 -0
- package/dist/src/lib/omnigateway/index.d.ts +7 -0
- package/dist/src/lib/omnigateway/index.js +58 -0
- package/dist/src/lib/paymentV2/index.d.ts +18 -0
- package/dist/src/lib/paymentV2/index.js +245 -0
- package/dist/src/lib/portal/index.d.ts +23 -0
- package/dist/src/lib/portal/index.js +255 -0
- package/dist/src/lib/product/index.d.ts +1 -0
- package/dist/src/lib/product/index.js +16 -0
- package/dist/src/lib/shareZalo/index.d.ts +5 -0
- package/dist/src/lib/shareZalo/index.js +32 -0
- package/dist/src/lib/store/index.d.ts +30 -0
- package/dist/src/lib/store/index.js +74 -0
- package/dist/src/lib/token/index.d.ts +5 -0
- package/dist/src/lib/token/index.js +32 -0
- package/dist/src/lib/upload/index.d.ts +5 -0
- package/dist/src/lib/upload/index.js +35 -0
- package/dist/src/lib/warehouseV2/index.d.ts +13 -0
- package/dist/src/lib/warehouseV2/index.js +54 -0
- package/dist/src/lib/zca/index.d.ts +12 -0
- package/dist/src/lib/zca/index.js +41 -0
- package/dist/src/types/campaign.d.ts +14 -0
- package/dist/src/types/campaign.js +2 -0
- package/dist/src/types/common.d.ts +264 -0
- package/dist/src/types/common.js +35 -0
- package/dist/src/types/invoice.d.ts +13 -0
- package/dist/src/types/invoice.js +2 -0
- package/dist/src/types/portal.d.ts +7 -0
- package/dist/src/types/portal.js +2 -0
- package/dist/src/types/store.d.ts +158 -0
- package/dist/src/types/store.js +3 -0
- package/dist/src/utils/errorHandler.d.ts +64 -0
- package/dist/src/utils/errorHandler.js +197 -0
- package/dist/src/utils/validatePhoneNumber.d.ts +1 -0
- package/dist/src/utils/validatePhoneNumber.js +20 -0
- package/package.json +1 -1
- package/dist/src/lib/service.d.ts +0 -14
- package/dist/src/lib/service.js +0 -101
- package/dist/src/utils/build-field-string.d.ts +0 -1
- package/dist/src/utils/build-field-string.js +0 -16
@@ -0,0 +1,255 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.PortalService = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class PortalService extends serviceSDK_1.Service {
|
15
|
+
constructor(endpoint, orgId, storeId) {
|
16
|
+
super(endpoint, orgId, storeId);
|
17
|
+
}
|
18
|
+
// GET
|
19
|
+
getDynamicForm(dataRequest) {
|
20
|
+
return __awaiter(this, void 0, void 0, function* () {
|
21
|
+
const endpoint = `/dynamic-collection/public/v2/formApi/F.diaries`;
|
22
|
+
const method = "POST";
|
23
|
+
try {
|
24
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, dataRequest);
|
25
|
+
return response;
|
26
|
+
}
|
27
|
+
catch (error) {
|
28
|
+
throw error;
|
29
|
+
}
|
30
|
+
});
|
31
|
+
}
|
32
|
+
// POST
|
33
|
+
updateDynamicForm(dataRequest) {
|
34
|
+
return __awaiter(this, void 0, void 0, function* () {
|
35
|
+
const endpoint = `/dynamic-collection/public/v2/formApi/F.diaries`;
|
36
|
+
const method = "PUT";
|
37
|
+
try {
|
38
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, dataRequest);
|
39
|
+
return response;
|
40
|
+
}
|
41
|
+
catch (error) {
|
42
|
+
throw error;
|
43
|
+
}
|
44
|
+
});
|
45
|
+
}
|
46
|
+
// TAG-order
|
47
|
+
//Create- tag
|
48
|
+
createTag(title, createBy, partnerId) {
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
50
|
+
const endpoint = `/tag-api/public/tag-core/tag/create?title=${title}&createBy=${createBy}&partnerId=${this.orgId}`;
|
51
|
+
const method = "POST";
|
52
|
+
try {
|
53
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
54
|
+
return response;
|
55
|
+
}
|
56
|
+
catch (error) {
|
57
|
+
throw error;
|
58
|
+
}
|
59
|
+
});
|
60
|
+
}
|
61
|
+
// search tag
|
62
|
+
searchTag(partnerId, title, id, search) {
|
63
|
+
return __awaiter(this, void 0, void 0, function* () {
|
64
|
+
const endpoint = `/tag-api/public/tag-core/tag/get?partnerId=${this.orgId}&title=${title}&id=${id}&search=${search}`;
|
65
|
+
const method = "GET";
|
66
|
+
try {
|
67
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
68
|
+
return response;
|
69
|
+
}
|
70
|
+
catch (error) {
|
71
|
+
throw error;
|
72
|
+
}
|
73
|
+
});
|
74
|
+
}
|
75
|
+
//
|
76
|
+
redirectLink(sku, id) {
|
77
|
+
const url = `${this.endpoint}/facility/manager/session/inventory-item-by-product.xhtml?${sku ? `sku=${sku}` : `id=${id}`}&orgId=${this.orgId}`;
|
78
|
+
return url;
|
79
|
+
}
|
80
|
+
imageProduct(parentId, parentType, width, height) {
|
81
|
+
const url = `${this.endpoint}/image-gateway/public/image/${parentType}/${parentId}${width ? `?w=${width}` : ``}${`${height ? `&h=${height}` : ``}`} `;
|
82
|
+
return url;
|
83
|
+
}
|
84
|
+
imagesProduct(parentId, parentType, width, height) {
|
85
|
+
const url = `${this.endpoint}/image-gateway/public/images/${parentType}/${parentId}?w=${width}&h=${height}`;
|
86
|
+
return url;
|
87
|
+
}
|
88
|
+
completeOrder(orderId, byUser) {
|
89
|
+
return __awaiter(this, void 0, void 0, function* () {
|
90
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/complete-fulfillment/${byUser}`;
|
91
|
+
const method = "PUT";
|
92
|
+
try {
|
93
|
+
const response = yield this.restApiCallWithToken(endpoint, method);
|
94
|
+
return response;
|
95
|
+
}
|
96
|
+
catch (error) {
|
97
|
+
throw error;
|
98
|
+
}
|
99
|
+
});
|
100
|
+
}
|
101
|
+
pushMessage(message) {
|
102
|
+
return __awaiter(this, void 0, void 0, function* () {
|
103
|
+
const endpoint = `/dynamic-collection/public/v2/webhook/push_message`;
|
104
|
+
const method = "POST";
|
105
|
+
console.log("endpoint", endpoint);
|
106
|
+
const data = message;
|
107
|
+
try {
|
108
|
+
const response = yield this.restApiCallWithNoToken(endpoint, method, message);
|
109
|
+
return response;
|
110
|
+
}
|
111
|
+
catch (error) {
|
112
|
+
throw error;
|
113
|
+
}
|
114
|
+
});
|
115
|
+
}
|
116
|
+
confirmExport(orderId, updateBy) {
|
117
|
+
return __awaiter(this, void 0, void 0, function* () {
|
118
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/confirm-export/${updateBy}`;
|
119
|
+
const method = "PUT";
|
120
|
+
try {
|
121
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
122
|
+
return response;
|
123
|
+
}
|
124
|
+
catch (error) {
|
125
|
+
throw error;
|
126
|
+
}
|
127
|
+
});
|
128
|
+
}
|
129
|
+
confirmPackage(orderId, packageBoxId, byUser) {
|
130
|
+
return __awaiter(this, void 0, void 0, function* () {
|
131
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/confirm-package/${packageBoxId}/${byUser}`;
|
132
|
+
const method = "PUT";
|
133
|
+
try {
|
134
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
135
|
+
return response;
|
136
|
+
}
|
137
|
+
catch (error) {
|
138
|
+
throw error;
|
139
|
+
}
|
140
|
+
});
|
141
|
+
}
|
142
|
+
handlePackage(orderId, byUser) {
|
143
|
+
return __awaiter(this, void 0, void 0, function* () {
|
144
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/handle-package/${byUser}`;
|
145
|
+
const method = "PUT";
|
146
|
+
try {
|
147
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
148
|
+
return response;
|
149
|
+
}
|
150
|
+
catch (error) {
|
151
|
+
throw error;
|
152
|
+
}
|
153
|
+
});
|
154
|
+
}
|
155
|
+
packageBoxes() {
|
156
|
+
return __awaiter(this, void 0, void 0, function* () {
|
157
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/packageBoxes`;
|
158
|
+
const method = "GET";
|
159
|
+
try {
|
160
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
161
|
+
return response;
|
162
|
+
}
|
163
|
+
catch (error) {
|
164
|
+
throw error;
|
165
|
+
}
|
166
|
+
});
|
167
|
+
}
|
168
|
+
shipmentParameter(orderId) {
|
169
|
+
return __awaiter(this, void 0, void 0, function* () {
|
170
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/shipment-parameters`;
|
171
|
+
const method = "GET";
|
172
|
+
try {
|
173
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
174
|
+
return response;
|
175
|
+
}
|
176
|
+
catch (error) {
|
177
|
+
throw error;
|
178
|
+
}
|
179
|
+
});
|
180
|
+
}
|
181
|
+
connectShipment(orderId, byUser, pickupType, trackingCode) {
|
182
|
+
return __awaiter(this, void 0, void 0, function* () {
|
183
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/connect-shipment/${byUser}?pickupType=${pickupType}`;
|
184
|
+
const method = "POST";
|
185
|
+
const dataBody = {
|
186
|
+
trackingCode,
|
187
|
+
};
|
188
|
+
try {
|
189
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, dataBody);
|
190
|
+
return response;
|
191
|
+
}
|
192
|
+
catch (error) {
|
193
|
+
throw error;
|
194
|
+
}
|
195
|
+
});
|
196
|
+
}
|
197
|
+
ffmStage(orderId) {
|
198
|
+
return __awaiter(this, void 0, void 0, function* () {
|
199
|
+
const endpoint = `/fulfillment-api/public/fulfillment/${this.orgId}/${orderId}/fulfillment-stage`;
|
200
|
+
const method = "GET";
|
201
|
+
try {
|
202
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
203
|
+
return response;
|
204
|
+
}
|
205
|
+
catch (error) {
|
206
|
+
throw error;
|
207
|
+
}
|
208
|
+
});
|
209
|
+
}
|
210
|
+
completeCancelFFMOrder(orderId, note, reason) {
|
211
|
+
return __awaiter(this, void 0, void 0, function* () {
|
212
|
+
const endpoint = `/fulfillment-api/public/fulfillment/FOX/${orderId}/completeCancelOrder`;
|
213
|
+
const method = "PUT";
|
214
|
+
const reqData = {
|
215
|
+
note: note,
|
216
|
+
reason: reason,
|
217
|
+
};
|
218
|
+
try {
|
219
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, reqData);
|
220
|
+
return response;
|
221
|
+
}
|
222
|
+
catch (error) {
|
223
|
+
throw error;
|
224
|
+
}
|
225
|
+
});
|
226
|
+
}
|
227
|
+
// save text editor
|
228
|
+
saveTextEditor(saveTextEditor) {
|
229
|
+
return __awaiter(this, void 0, void 0, function* () {
|
230
|
+
const method = "POST";
|
231
|
+
const endpoint = `/content/public/rich-text-editor/save`;
|
232
|
+
try {
|
233
|
+
const response = yield this.restApiCallWithNoToken(endpoint, method, saveTextEditor);
|
234
|
+
return response;
|
235
|
+
}
|
236
|
+
catch (error) {
|
237
|
+
throw error;
|
238
|
+
}
|
239
|
+
});
|
240
|
+
}
|
241
|
+
getContent(type, relativeId) {
|
242
|
+
return __awaiter(this, void 0, void 0, function* () {
|
243
|
+
const method = "GET";
|
244
|
+
const endpoint = `/content/public/rich-text-editor/contentCurrent/${type}/${relativeId}`;
|
245
|
+
try {
|
246
|
+
const response = yield this.restApiCallWithNoToken(endpoint, method);
|
247
|
+
return response;
|
248
|
+
}
|
249
|
+
catch (error) {
|
250
|
+
throw error;
|
251
|
+
}
|
252
|
+
});
|
253
|
+
}
|
254
|
+
}
|
255
|
+
exports.PortalService = PortalService;
|
@@ -50,4 +50,5 @@ export declare class ProductService extends Service {
|
|
50
50
|
getTags(storeId: string): Promise<any>;
|
51
51
|
getTagsByCategory(categoryId: string, storeId: string): Promise<any>;
|
52
52
|
getListProductConfigDynamic(productId: string, store: string, fields: string[]): Promise<any>;
|
53
|
+
getCategories(): Promise<any>;
|
53
54
|
}
|
@@ -353,5 +353,21 @@ class ProductService extends serviceSDK_1.Service {
|
|
353
353
|
}
|
354
354
|
});
|
355
355
|
}
|
356
|
+
getCategories() {
|
357
|
+
return __awaiter(this, void 0, void 0, function* () {
|
358
|
+
const query = queries_1.GET_CATEGORIES;
|
359
|
+
const variables = {
|
360
|
+
partnerId: this.orgId,
|
361
|
+
storeChannel: this.storeId,
|
362
|
+
};
|
363
|
+
try {
|
364
|
+
const response = yield this.graphqlQuery(query, variables);
|
365
|
+
return response.getCategories;
|
366
|
+
}
|
367
|
+
catch (error) {
|
368
|
+
throw error;
|
369
|
+
}
|
370
|
+
});
|
371
|
+
}
|
356
372
|
}
|
357
373
|
exports.ProductService = ProductService;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.ShareZaloService = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class ShareZaloService extends serviceSDK_1.Service {
|
15
|
+
constructor(endpoint, orgId, storeId) {
|
16
|
+
super(endpoint, orgId, storeId);
|
17
|
+
}
|
18
|
+
shareOrder(dataRequet) {
|
19
|
+
return __awaiter(this, void 0, void 0, function* () {
|
20
|
+
const endpoint = ``;
|
21
|
+
const method = "POST";
|
22
|
+
try {
|
23
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, dataRequet);
|
24
|
+
return response;
|
25
|
+
}
|
26
|
+
catch (error) {
|
27
|
+
throw error;
|
28
|
+
}
|
29
|
+
});
|
30
|
+
}
|
31
|
+
}
|
32
|
+
exports.ShareZaloService = ShareZaloService;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import { Service } from "../serviceSDK";
|
2
|
+
/**
|
3
|
+
* Service class for managing store-related operations.
|
4
|
+
*/
|
5
|
+
export declare class StoreService extends Service {
|
6
|
+
/**
|
7
|
+
* Constructs a new StoreService instance.
|
8
|
+
* @param endpoint - The endpoint URL for the service.
|
9
|
+
* @param orgId - The organization ID.
|
10
|
+
* @param storeId - The store ID.
|
11
|
+
*/
|
12
|
+
constructor(endpoint: string, orgId: string, storeId: string);
|
13
|
+
setToken(token: string): void;
|
14
|
+
/**
|
15
|
+
* Creates a store channel.
|
16
|
+
*
|
17
|
+
* @param storeChannelData - The data for creating the store channel.
|
18
|
+
* @returns A promise that resolves to the created store channel response.
|
19
|
+
* @throws If an error occurs while creating the store channel.
|
20
|
+
*/
|
21
|
+
createStoreChannel(storeChannelData: any): Promise<any>;
|
22
|
+
/**
|
23
|
+
* Gets available store channels for an employee.
|
24
|
+
*
|
25
|
+
* @param empId - The employee ID.
|
26
|
+
* @returns A promise that resolves to the available store channels.
|
27
|
+
* @throws If an error occurs while fetching the store channels.
|
28
|
+
*/
|
29
|
+
getAvailableStoreChannels(empId: string): Promise<any>;
|
30
|
+
}
|
@@ -0,0 +1,74 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.StoreService = void 0;
|
13
|
+
// src/lib/store/index.ts
|
14
|
+
const serviceSDK_1 = require("../serviceSDK");
|
15
|
+
/**
|
16
|
+
* Service class for managing store-related operations.
|
17
|
+
*/
|
18
|
+
class StoreService extends serviceSDK_1.Service {
|
19
|
+
/**
|
20
|
+
* Constructs a new StoreService instance.
|
21
|
+
* @param endpoint - The endpoint URL for the service.
|
22
|
+
* @param orgId - The organization ID.
|
23
|
+
* @param storeId - The store ID.
|
24
|
+
*/
|
25
|
+
constructor(endpoint, orgId, storeId) {
|
26
|
+
super(endpoint, orgId, storeId);
|
27
|
+
}
|
28
|
+
setToken(token) {
|
29
|
+
this.token = token;
|
30
|
+
}
|
31
|
+
/**
|
32
|
+
* Creates a store channel.
|
33
|
+
*
|
34
|
+
* @param storeChannelData - The data for creating the store channel.
|
35
|
+
* @returns A promise that resolves to the created store channel response.
|
36
|
+
* @throws If an error occurs while creating the store channel.
|
37
|
+
*/
|
38
|
+
createStoreChannel(storeChannelData) {
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
40
|
+
const endpoint = `/store-channels/${this.orgId}`;
|
41
|
+
const method = "POST";
|
42
|
+
try {
|
43
|
+
const response = yield this.restApiCallWithToken(endpoint, method, Object.assign(Object.assign({}, storeChannelData), { partyId: this.orgId }));
|
44
|
+
return response;
|
45
|
+
}
|
46
|
+
catch (error) {
|
47
|
+
console.log(`Error in createStoreChannel: ${error}`);
|
48
|
+
throw error;
|
49
|
+
}
|
50
|
+
});
|
51
|
+
}
|
52
|
+
/**
|
53
|
+
* Gets available store channels for an employee.
|
54
|
+
*
|
55
|
+
* @param empId - The employee ID.
|
56
|
+
* @returns A promise that resolves to the available store channels.
|
57
|
+
* @throws If an error occurs while fetching the store channels.
|
58
|
+
*/
|
59
|
+
getAvailableStoreChannels(empId) {
|
60
|
+
return __awaiter(this, void 0, void 0, function* () {
|
61
|
+
const endpoint = `/store-channels/LONGVAN/available/${empId}`;
|
62
|
+
const method = "GET";
|
63
|
+
try {
|
64
|
+
const response = yield this.restApiCallWithToken(endpoint, method);
|
65
|
+
return response;
|
66
|
+
}
|
67
|
+
catch (error) {
|
68
|
+
console.log(`Error in getAvailableStoreChannels: ${error}`);
|
69
|
+
throw error;
|
70
|
+
}
|
71
|
+
});
|
72
|
+
}
|
73
|
+
}
|
74
|
+
exports.StoreService = StoreService;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.AuthorizationService = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class AuthorizationService extends serviceSDK_1.Service {
|
15
|
+
constructor(endpoint, orgId, storeId) {
|
16
|
+
super(endpoint, orgId, storeId);
|
17
|
+
}
|
18
|
+
checkToken(orgId, token) {
|
19
|
+
return __awaiter(this, void 0, void 0, function* () {
|
20
|
+
const endpoint = `/${orgId}/oauth2/api/v1/token/${token}`;
|
21
|
+
const method = "GET";
|
22
|
+
try {
|
23
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
24
|
+
return response;
|
25
|
+
}
|
26
|
+
catch (error) {
|
27
|
+
throw error;
|
28
|
+
}
|
29
|
+
});
|
30
|
+
}
|
31
|
+
}
|
32
|
+
exports.AuthorizationService = AuthorizationService;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.UploadService = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class UploadService extends serviceSDK_1.Service {
|
15
|
+
constructor(endpoint, orgId, storeId) {
|
16
|
+
super(endpoint, orgId, storeId);
|
17
|
+
}
|
18
|
+
uploadImage(imageCode) {
|
19
|
+
return __awaiter(this, void 0, void 0, function* () {
|
20
|
+
const endpoint = "";
|
21
|
+
const method = "POST";
|
22
|
+
try {
|
23
|
+
const formData = new FormData();
|
24
|
+
formData.append("uploadFile", imageCode);
|
25
|
+
formData.append("path", "public");
|
26
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method, formData);
|
27
|
+
return response;
|
28
|
+
}
|
29
|
+
catch (error) {
|
30
|
+
throw error;
|
31
|
+
}
|
32
|
+
});
|
33
|
+
}
|
34
|
+
}
|
35
|
+
exports.UploadService = UploadService;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { Service } from "../serviceSDK";
|
2
|
+
export declare class WarehouseServiceV2 extends Service {
|
3
|
+
/**
|
4
|
+
* Constructs a new OrderService instance.
|
5
|
+
* @param endpoint - The endpoint URL for the service.
|
6
|
+
* @param orgId - The organization ID.
|
7
|
+
* @param storeId - The store ID.
|
8
|
+
*/
|
9
|
+
constructor(endpoint: string, orgId: string, storeId: string);
|
10
|
+
setToken(token: string): void;
|
11
|
+
getInventory(warehouseId: string, data: any[]): Promise<any>;
|
12
|
+
getInfoWarehouse(warehouseId: string): Promise<any>;
|
13
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.WarehouseServiceV2 = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class WarehouseServiceV2 extends serviceSDK_1.Service {
|
15
|
+
/**
|
16
|
+
* Constructs a new OrderService instance.
|
17
|
+
* @param endpoint - The endpoint URL for the service.
|
18
|
+
* @param orgId - The organization ID.
|
19
|
+
* @param storeId - The store ID.
|
20
|
+
*/
|
21
|
+
constructor(endpoint, orgId, storeId) {
|
22
|
+
super(endpoint, orgId, storeId);
|
23
|
+
}
|
24
|
+
setToken(token) {
|
25
|
+
this.token = token;
|
26
|
+
}
|
27
|
+
getInventory(warehouseId, data) {
|
28
|
+
return __awaiter(this, void 0, void 0, function* () {
|
29
|
+
const endpoint = `/public-facility/1.0.0/product-inventory-v3/${warehouseId}`;
|
30
|
+
const method = "POST";
|
31
|
+
try {
|
32
|
+
const response = yield this.restApiCallWithNoToken(endpoint, method, data);
|
33
|
+
return response;
|
34
|
+
}
|
35
|
+
catch (error) {
|
36
|
+
throw error;
|
37
|
+
}
|
38
|
+
});
|
39
|
+
}
|
40
|
+
getInfoWarehouse(warehouseId) {
|
41
|
+
return __awaiter(this, void 0, void 0, function* () {
|
42
|
+
try {
|
43
|
+
const endpoint = `/facility/1.0.0/facility/${warehouseId}`;
|
44
|
+
const method = "GET";
|
45
|
+
const response = yield this.restApiCallWithNoToken(endpoint, method);
|
46
|
+
return response;
|
47
|
+
}
|
48
|
+
catch (error) {
|
49
|
+
throw error;
|
50
|
+
}
|
51
|
+
});
|
52
|
+
}
|
53
|
+
}
|
54
|
+
exports.WarehouseServiceV2 = WarehouseServiceV2;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { Service } from "../serviceSDK";
|
2
|
+
export declare class ZcaService extends Service {
|
3
|
+
/**
|
4
|
+
* Constructs a new OrderService instance.
|
5
|
+
* @param endpoint - The endpoint URL for the service.
|
6
|
+
* @param orgId - The organization ID.
|
7
|
+
* @param storeId - The store ID.
|
8
|
+
*/
|
9
|
+
constructor(endpoint: string, orgId: string, storeId: string);
|
10
|
+
setToken(token: string): void;
|
11
|
+
loginQR(sessionId: string, appId: string): Promise<any>;
|
12
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
9
|
+
});
|
10
|
+
};
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
+
exports.ZcaService = void 0;
|
13
|
+
const serviceSDK_1 = require("../serviceSDK");
|
14
|
+
class ZcaService extends serviceSDK_1.Service {
|
15
|
+
/**
|
16
|
+
* Constructs a new OrderService instance.
|
17
|
+
* @param endpoint - The endpoint URL for the service.
|
18
|
+
* @param orgId - The organization ID.
|
19
|
+
* @param storeId - The store ID.
|
20
|
+
*/
|
21
|
+
constructor(endpoint, orgId, storeId) {
|
22
|
+
super(endpoint, orgId, storeId);
|
23
|
+
}
|
24
|
+
setToken(token) {
|
25
|
+
this.token = token;
|
26
|
+
}
|
27
|
+
loginQR(sessionId, appId) {
|
28
|
+
return __awaiter(this, void 0, void 0, function* () {
|
29
|
+
const endpoint = `/login?sessionId=${sessionId}&orgId=${this.orgId}&storeId=${this.storeId}&appId=${appId}`;
|
30
|
+
const method = "GET";
|
31
|
+
try {
|
32
|
+
const response = yield this.restApiCallWithNoHeader(endpoint, method);
|
33
|
+
return response;
|
34
|
+
}
|
35
|
+
catch (error) {
|
36
|
+
throw error;
|
37
|
+
}
|
38
|
+
});
|
39
|
+
}
|
40
|
+
}
|
41
|
+
exports.ZcaService = ZcaService;
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export interface SearchVoucherRequest {
|
2
|
+
partyId: String;
|
3
|
+
voucherCodes: [String];
|
4
|
+
voucherCode: String;
|
5
|
+
voucherType: String;
|
6
|
+
campaignId: String;
|
7
|
+
campaignActionId: String;
|
8
|
+
customerId: String;
|
9
|
+
campaignActionType: String;
|
10
|
+
isBirthday: Boolean;
|
11
|
+
isPageAble: Boolean;
|
12
|
+
pageNumber: number;
|
13
|
+
pageSize: number;
|
14
|
+
}
|