gap-nodejs-sdk 1.0.52 → 1.0.53
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/appointment_api/1.0.0/api/index.d.ts +2 -0
- package/dist/appointment_api/1.0.0/api/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/api/index.js +1 -0
- package/dist/appointment_api/1.0.0/api/settings.d.ts +10 -0
- package/dist/appointment_api/1.0.0/api/settings.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/api/settings.js +18 -0
- package/dist/appointment_api/1.0.0/endpoints/index.d.ts +2 -0
- package/dist/appointment_api/1.0.0/endpoints/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/endpoints/index.js +1 -0
- package/dist/appointment_api/1.0.0/endpoints/settings.d.ts +5 -0
- package/dist/appointment_api/1.0.0/endpoints/settings.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/endpoints/settings.js +3 -0
- package/dist/appointment_api/1.0.0/interfaces/index.d.ts +1 -0
- package/dist/appointment_api/1.0.0/interfaces/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/interfaces/index.js +0 -0
- package/dist/appointment_api/1.0.0/interfaces/settings.d.ts +3 -0
- package/dist/appointment_api/1.0.0/interfaces/settings.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/interfaces/settings.js +2 -0
- package/dist/appointment_api/1.0.0/models/index.d.ts +2 -0
- package/dist/appointment_api/1.0.0/models/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/models/index.js +1 -0
- package/dist/appointment_api/1.0.0/models/settings.d.ts +7 -0
- package/dist/appointment_api/1.0.0/models/settings.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/models/settings.js +9 -0
- package/dist/appointment_api/1.0.0/types/request/index.d.ts +2 -0
- package/dist/appointment_api/1.0.0/types/request/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/types/request/index.js +1 -0
- package/dist/appointment_api/1.0.0/types/request/settings.d.ts +2 -0
- package/dist/appointment_api/1.0.0/types/request/settings.d.ts.map +1 -0
- package/dist/{clover/types.js → appointment_api/1.0.0/types/request/settings.js} +0 -0
- package/dist/appointment_api/1.0.0/types/response/index.d.ts +2 -0
- package/dist/appointment_api/1.0.0/types/response/index.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/types/response/index.js +1 -0
- package/dist/appointment_api/1.0.0/types/response/settings.d.ts +8 -0
- package/dist/appointment_api/1.0.0/types/response/settings.d.ts.map +1 -0
- package/dist/appointment_api/1.0.0/types/response/settings.js +1 -0
- package/dist/appointment_api/api.d.ts +5 -0
- package/dist/appointment_api/api.d.ts.map +1 -0
- package/dist/appointment_api/api.js +12 -0
- package/dist/appointment_api/enums/index.d.ts +1 -0
- package/dist/appointment_api/enums/index.d.ts.map +1 -0
- package/dist/appointment_api/enums/index.js +0 -0
- package/dist/appointment_api/index.d.ts +6 -0
- package/dist/appointment_api/index.d.ts.map +1 -0
- package/dist/appointment_api/index.js +9 -0
- package/dist/gap-sdk.js +1 -1
- package/dist/go_check_in_api/1.0.0/api/category.d.ts +7 -0
- package/dist/go_check_in_api/1.0.0/api/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/api/category.js +5 -0
- package/dist/go_check_in_api/1.0.0/api/index.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/api/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/api/index.js +3 -0
- package/dist/go_check_in_api/1.0.0/api/services.d.ts +10 -0
- package/dist/go_check_in_api/1.0.0/api/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/api/services.js +18 -0
- package/dist/go_check_in_api/1.0.0/api/settings.d.ts +10 -0
- package/dist/go_check_in_api/1.0.0/api/settings.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/api/settings.js +99 -0
- package/dist/go_check_in_api/1.0.0/api/ticket.d.ts +19 -0
- package/dist/go_check_in_api/1.0.0/api/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/api/ticket.js +105 -0
- package/dist/go_check_in_api/1.0.0/endpoints/category.d.ts +5 -0
- package/dist/go_check_in_api/1.0.0/endpoints/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/category.js +3 -0
- package/dist/go_check_in_api/1.0.0/endpoints/index.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/endpoints/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/endpoints/index.js +3 -0
- package/dist/go_check_in_api/1.0.0/endpoints/services.d.ts +5 -0
- package/dist/go_check_in_api/1.0.0/endpoints/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/services.js +3 -0
- package/dist/go_check_in_api/1.0.0/endpoints/settings.d.ts +10 -0
- package/dist/go_check_in_api/1.0.0/endpoints/settings.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/endpoints/settings.js +10 -0
- package/dist/go_check_in_api/1.0.0/endpoints/ticket.d.ts +14 -0
- package/dist/go_check_in_api/1.0.0/endpoints/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/endpoints/ticket.js +12 -0
- package/dist/go_check_in_api/1.0.0/interfaces/category.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/interfaces/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/interfaces/category.js +2 -0
- package/dist/go_check_in_api/1.0.0/interfaces/services.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/interfaces/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/interfaces/services.js +2 -0
- package/dist/go_check_in_api/1.0.0/interfaces/ticket.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/interfaces/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/interfaces/ticket.js +2 -0
- package/dist/go_check_in_api/1.0.0/models/category.d.ts +2 -0
- package/dist/go_check_in_api/1.0.0/models/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/models/category.js +6 -0
- package/dist/go_check_in_api/1.0.0/models/index.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/models/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/models/index.js +3 -0
- package/dist/go_check_in_api/1.0.0/models/services.d.ts +2 -0
- package/dist/go_check_in_api/1.0.0/models/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/models/services.js +6 -0
- package/dist/go_check_in_api/1.0.0/models/settings.d.ts +5 -0
- package/dist/go_check_in_api/1.0.0/models/settings.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/models/settings.js +83 -6
- package/dist/go_check_in_api/1.0.0/models/ticket.d.ts +5 -0
- package/dist/go_check_in_api/1.0.0/models/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/models/ticket.js +28 -0
- package/dist/go_check_in_api/1.0.0/types/request/category.d.ts +4 -0
- package/dist/go_check_in_api/1.0.0/types/request/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/category.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/index.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/types/request/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/request/index.js +3 -0
- package/dist/go_check_in_api/1.0.0/types/request/services.d.ts +4 -0
- package/dist/go_check_in_api/1.0.0/types/request/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/services.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/settings.d.ts +35 -0
- package/dist/go_check_in_api/1.0.0/types/request/settings.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/request/ticket.d.ts +35 -0
- package/dist/go_check_in_api/1.0.0/types/request/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/request/ticket.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/category.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/types/response/category.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/category.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/index.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/types/response/index.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/response/index.js +3 -0
- package/dist/go_check_in_api/1.0.0/types/response/services.d.ts +3 -0
- package/dist/go_check_in_api/1.0.0/types/response/services.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/services.js +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/settings.d.ts +77 -0
- package/dist/go_check_in_api/1.0.0/types/response/settings.d.ts.map +1 -1
- package/dist/go_check_in_api/1.0.0/types/response/ticket.d.ts +30 -0
- package/dist/go_check_in_api/1.0.0/types/response/ticket.d.ts.map +1 -0
- package/dist/go_check_in_api/1.0.0/types/response/ticket.js +1 -0
- package/dist/go_check_in_api/index.d.ts +3 -0
- package/dist/go_check_in_api/index.d.ts.map +1 -1
- package/dist/go_check_in_api/index.js +3 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +2 -0
- package/package.json +2 -3
- package/dist/clover/Clover.d.ts +0 -53
- package/dist/clover/Clover.d.ts.map +0 -1
- package/dist/clover/Clover.js +0 -412
- package/dist/clover/types.d.ts +0 -23
- package/dist/clover/types.d.ts.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import CategoryAbstractClass from "../interfaces/category";
|
|
2
|
+
import Base from "../../../base/Base";
|
|
3
|
+
import { GapApiVersion } from "../../../base_type";
|
|
4
|
+
export default class Category extends Base implements CategoryAbstractClass {
|
|
5
|
+
static API_VERSION: GapApiVersion;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=category.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/category.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AAKjD,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;IACvE,OAAc,WAAW,gBAAoB;CAChD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import ServicesAbstractClass from "../interfaces/services";
|
|
2
|
+
import Base from "../../../base/Base";
|
|
3
|
+
import { GapApiVersion } from "../../../base_type";
|
|
4
|
+
import * as Request from "../types/request";
|
|
5
|
+
import * as Response from "../types/response";
|
|
6
|
+
export default class Services extends Base implements ServicesAbstractClass {
|
|
7
|
+
static API_VERSION: GapApiVersion;
|
|
8
|
+
static getServices(data: Request.GetServiceListByCategoryRequest): Promise<Response.GetServiceListByCategoryResponse>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=services.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/services.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,IAAK,YAAW,qBAAqB;IACvE,OAAc,WAAW,gBAAoB;WAEzB,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,+BAA+B,GAAG,OAAO,CAAC,QAAQ,CAAC,gCAAgC,CAAC;CASrI"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __awaiter } from "tslib";
|
|
2
|
+
import * as posEndpoints from "../endpoints";
|
|
3
|
+
import Base from "../../../base/Base";
|
|
4
|
+
import { GapApiVersion } from "../../../base_type";
|
|
5
|
+
import * as Model from "../models";
|
|
6
|
+
export default class Services extends Base {
|
|
7
|
+
static getServices(data) {
|
|
8
|
+
var _a, _b;
|
|
9
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10
|
+
const response = yield this.client.get({
|
|
11
|
+
path: posEndpoints.ticket.GET_TICKET_TEMPLATE,
|
|
12
|
+
query: data
|
|
13
|
+
});
|
|
14
|
+
return (((_b = (_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.items) || []).map(item => Model.CheckInTicketModel(item));
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
Services.API_VERSION = GapApiVersion.V1;
|
|
@@ -7,5 +7,15 @@ export default class CheckIn extends Base implements SettingsAbstractClass {
|
|
|
7
7
|
static API_VERSION: GapApiVersion;
|
|
8
8
|
static getServiceFee(data: Request.GetServiceFeeRequest): Promise<Response.GetServiceFeeResponse>;
|
|
9
9
|
static updateServiceFee(data: Request.UpdateServiceFeeRequest): Promise<Response.UpdateServiceFeeResponse>;
|
|
10
|
+
static getStoreRatingDisplay(data: Request.GetStoreRatingDisplayRequest): Promise<Response.GetStoreRatingDisplayResponse>;
|
|
11
|
+
static updateStoreRatingDisplay(data: Request.UpdateStoreRatingDisplayRequest): Promise<Response.UpdateStoreRatingDisplayResponse>;
|
|
12
|
+
static getCheckOutConfig(data: Request.GetCheckOutConfigRequest): Promise<Response.GetCheckOutConfigResponse>;
|
|
13
|
+
static updateCheckOutConfig(data: Request.UpdateCheckOutConfigRequest): Promise<Response.UpdateCheckOutConfigResponse>;
|
|
14
|
+
static getPolicies(data: Request.GetPoliciesRequest): Promise<Response.GetPoliciesResponse>;
|
|
15
|
+
static updatePolicies(data: Request.UpdatePoliciesRequest): Promise<Response.UpdatePoliciesResponse>;
|
|
16
|
+
static getGeneralConfig(data: Request.GetGeneralConfigRequest): Promise<Response.GetGeneralConfigResponse>;
|
|
17
|
+
static updateGeneralConfig(data: Request.UpdateGeneralConfigRequest): Promise<Response.UpdateGeneralConfigResponse>;
|
|
18
|
+
static getBusinessWorkHour(data: Request.GetBusinessWorkHourRequest): Promise<Response.GetBusinessWorkHourResponse>;
|
|
19
|
+
static updateBusinessWorkHour(data: Request.UpdateBusinessWorkHourRequest): Promise<Response.UpdateBusinessWorkHourResponse>;
|
|
10
20
|
}
|
|
11
21
|
//# sourceMappingURL=settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/settings.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,qBAAqB;IACtE,OAAc,WAAW,gBAAoB;WAEzB,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAC;WAU1F,gBAAgB,CAAC,IAAI,EAAE,OAAO,CAAC,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/settings.ts"],"names":[],"mappings":"AACA,OAAO,qBAAqB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,OAAQ,SAAQ,IAAK,YAAW,qBAAqB;IACtE,OAAc,WAAW,gBAAoB;WAEzB,aAAa,CAAC,IAAI,EAAE,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAC;WAU1F,gBAAgB,CAAC,IAAI,EAAE,OAAO,CAAC,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAC;WAUnG,qBAAqB,CAAC,IAAI,EAAE,OAAO,CAAC,4BAA4B,GAAG,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAAC;WAUlH,wBAAwB,CAAC,IAAI,EAAE,OAAO,CAAC,+BAA+B,GAAG,OAAO,CAAC,QAAQ,CAAC,gCAAgC,CAAC;WAU3H,iBAAiB,CAAC,IAAI,EAAE,OAAO,CAAC,wBAAwB,GAAG,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAC;WAUtG,oBAAoB,CAAC,IAAI,EAAE,OAAO,CAAC,2BAA2B,GAAG,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAC;WAU/G,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,kBAAkB,GAAG,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAC;WAUpF,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,qBAAqB,GAAG,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAAC;WAU7F,gBAAgB,CAAC,IAAI,EAAE,OAAO,CAAC,uBAAuB,GAAG,OAAO,CAAC,QAAQ,CAAC,wBAAwB,CAAC;WAUnG,mBAAmB,CAAC,IAAI,EAAE,OAAO,CAAC,0BAA0B,GAAG,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAC;WAU5G,mBAAmB,CAAC,IAAI,EAAE,OAAO,CAAC,0BAA0B,GAAG,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAC;WAU5G,sBAAsB,CAAC,IAAI,EAAE,OAAO,CAAC,6BAA6B,GAAG,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAAC;CAS5I"}
|
|
@@ -24,5 +24,104 @@ export default class CheckIn extends Base {
|
|
|
24
24
|
return Model.ServiceFeeModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
25
25
|
});
|
|
26
26
|
}
|
|
27
|
+
static getStoreRatingDisplay(data) {
|
|
28
|
+
var _a;
|
|
29
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
const response = yield this.client.get({
|
|
31
|
+
path: endpoints.settings.GET_STORE_RATING_DISPLAY,
|
|
32
|
+
query: data
|
|
33
|
+
});
|
|
34
|
+
return Model.StoreRatingDisplayModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
static updateStoreRatingDisplay(data) {
|
|
38
|
+
var _a;
|
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
const response = yield this.client.post({
|
|
41
|
+
path: endpoints.settings.UPDATE_STORE_RATING_DISPLAY,
|
|
42
|
+
data: data
|
|
43
|
+
});
|
|
44
|
+
return Model.StoreRatingDisplayModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
static getCheckOutConfig(data) {
|
|
48
|
+
var _a;
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
const response = yield this.client.get({
|
|
51
|
+
path: endpoints.settings.GET_CHECKOUT_CONFIG,
|
|
52
|
+
query: data
|
|
53
|
+
});
|
|
54
|
+
return Model.CheckOutConfigModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
static updateCheckOutConfig(data) {
|
|
58
|
+
var _a;
|
|
59
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
60
|
+
const response = yield this.client.get({
|
|
61
|
+
path: endpoints.settings.UPDATE_CHECKOUT_CONFIG,
|
|
62
|
+
data: data
|
|
63
|
+
});
|
|
64
|
+
return Model.CheckOutConfigModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
static getPolicies(data) {
|
|
68
|
+
var _a;
|
|
69
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
70
|
+
const response = yield this.client.get({
|
|
71
|
+
path: endpoints.settings.GET_POLICIES,
|
|
72
|
+
query: data
|
|
73
|
+
});
|
|
74
|
+
return (((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) || []).map(item => Model.PolicyModel(item));
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
static updatePolicies(data) {
|
|
78
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
79
|
+
const response = yield this.client.post({
|
|
80
|
+
path: endpoints.settings.UPDATE_POLICIES,
|
|
81
|
+
data: data
|
|
82
|
+
});
|
|
83
|
+
return null;
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
static getGeneralConfig(data) {
|
|
87
|
+
var _a;
|
|
88
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
89
|
+
const response = yield this.client.get({
|
|
90
|
+
path: endpoints.settings.GET_GENERAL_CONFIG,
|
|
91
|
+
query: data
|
|
92
|
+
});
|
|
93
|
+
return Model.GeneralConfigModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
static updateGeneralConfig(data) {
|
|
97
|
+
var _a;
|
|
98
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
99
|
+
const response = yield this.client.post({
|
|
100
|
+
path: endpoints.settings.UPDATE_GENERAL_CONFIG,
|
|
101
|
+
data: data
|
|
102
|
+
});
|
|
103
|
+
return Model.GeneralConfigModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
static getBusinessWorkHour(data) {
|
|
107
|
+
var _a;
|
|
108
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
109
|
+
const response = yield this.client.get({
|
|
110
|
+
path: endpoints.settings.GET_BUSINESS_WORK_HOUR,
|
|
111
|
+
query: data
|
|
112
|
+
});
|
|
113
|
+
return Model.BusinessWorkHourModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
static updateBusinessWorkHour(data) {
|
|
117
|
+
var _a;
|
|
118
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
119
|
+
const response = yield this.client.post({
|
|
120
|
+
path: endpoints.settings.UPDATE_BUSINESS_WORK_HOUR,
|
|
121
|
+
data: data
|
|
122
|
+
});
|
|
123
|
+
return Model.BusinessWorkHourModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
124
|
+
});
|
|
125
|
+
}
|
|
27
126
|
}
|
|
28
127
|
CheckIn.API_VERSION = GapApiVersion.V1;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import TicketAbstractClass from "../interfaces/ticket";
|
|
2
|
+
import Base from "../../../base/Base";
|
|
3
|
+
import { GapApiVersion } from "../../../base_type";
|
|
4
|
+
import * as Request from "../types/request";
|
|
5
|
+
import * as Response from "../types/response";
|
|
6
|
+
export default class Ticket extends Base implements TicketAbstractClass {
|
|
7
|
+
static API_VERSION: GapApiVersion;
|
|
8
|
+
static getCheckInTicketTemplate(data: Request.GetCheckInTicketTemplateRequest): Promise<Response.GetCheckInTicketTemplateResponse>;
|
|
9
|
+
static getCheckInTicketInfo(data: Request.GetCheckInTicketInfoRequest): Promise<Response.GetCheckInTicketInfoResponse>;
|
|
10
|
+
static getCheckInTicketList(data: Request.GetCheckInTicketListRequest): Promise<Response.GetCheckInTicketListResponse>;
|
|
11
|
+
static getCheckInTicketListBlockName(data: Request.GetCheckInTicketListBlockNameRequest): Promise<Response.GetCheckInTicketListBlockNameResponse>;
|
|
12
|
+
static createCheckInTicketTemplate(data: Request.CreateCheckInTicketTemplateRequest): Promise<Response.CreateCheckInTicketTemplateResponse>;
|
|
13
|
+
static deleteCheckInTicketTemplate(data: Request.DeleteCheckInTicketTemplateRequest): Promise<Response.DeleteCheckInTicketTemplateResponse>;
|
|
14
|
+
static updateCheckInTicketTemplate(data: Request.UpdateCheckInTicketTemplateRequest): Promise<Response.UpdateCheckInTicketTemplateResponse>;
|
|
15
|
+
static moveCheckInSubject(data: Request.MoveCheckInSubjectRequest): Promise<Response.MoveCheckInSubjectResponse>;
|
|
16
|
+
static setCheckInDefaultTicketTemplate(data: Request.SetCheckInDefaultTicketTemplateRequest): Promise<Response.SetCheckInDefaultTicketTemplateResponse>;
|
|
17
|
+
static sortCheckInPriority(data: Request.SortCheckInPriorityRequest): Promise<Response.SortCheckInPriorityResponse>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ticket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/api/ticket.ts"],"names":[],"mappings":"AACA,OAAO,mBAAmB,MAAM,sBAAsB,CAAC;AACvD,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAC,aAAa,EAAC,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAG9C,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,IAAK,YAAW,mBAAmB;IACnE,OAAc,WAAW,gBAAoB;WAEzB,wBAAwB,CAAC,IAAI,EAAE,OAAO,CAAC,+BAA+B,GAAG,OAAO,CAAC,QAAQ,CAAC,gCAAgC,CAAC;WAU3H,oBAAoB,CAAC,IAAI,EAAE,OAAO,CAAC,2BAA2B,GAAG,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAC;WAU/G,oBAAoB,CAAC,IAAI,EAAE,OAAO,CAAC,2BAA2B,GAAG,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAAC;WAU/G,6BAA6B,CAAC,IAAI,EAAE,OAAO,CAAC,oCAAoC,GAAG,OAAO,CAAC,QAAQ,CAAC,qCAAqC,CAAC;WAU1I,2BAA2B,CAAC,IAAI,EAAE,OAAO,CAAC,kCAAkC,GAAG,OAAO,CAAC,QAAQ,CAAC,mCAAmC,CAAC;WAUpI,2BAA2B,CAAC,IAAI,EAAE,OAAO,CAAC,kCAAkC,GAAG,OAAO,CAAC,QAAQ,CAAC,mCAAmC,CAAC;WAUpI,2BAA2B,CAAC,IAAI,EAAE,OAAO,CAAC,kCAAkC,GAAG,OAAO,CAAC,QAAQ,CAAC,mCAAmC,CAAC;WAWpI,kBAAkB,CAAC,IAAI,EAAE,OAAO,CAAC,yBAAyB,GAAG,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAAC;WAUzG,+BAA+B,CAAC,IAAI,EAAE,OAAO,CAAC,sCAAsC,GAAG,OAAO,CAAC,QAAQ,CAAC,uCAAuC,CAAC;WAUhJ,mBAAmB,CAAC,IAAI,EAAE,OAAO,CAAC,0BAA0B,GAAG,OAAO,CAAC,QAAQ,CAAC,2BAA2B,CAAC;CASnI"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { __awaiter } from "tslib";
|
|
2
|
+
import * as posEndpoints from "../endpoints";
|
|
3
|
+
import Base from "../../../base/Base";
|
|
4
|
+
import { GapApiVersion } from "../../../base_type";
|
|
5
|
+
import * as Model from "../models";
|
|
6
|
+
export default class Ticket extends Base {
|
|
7
|
+
static getCheckInTicketTemplate(data) {
|
|
8
|
+
var _a, _b;
|
|
9
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
10
|
+
const response = yield this.client.get({
|
|
11
|
+
path: posEndpoints.ticket.GET_TICKET_TEMPLATE,
|
|
12
|
+
query: data
|
|
13
|
+
});
|
|
14
|
+
return (((_b = (_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.items) || []).map(item => Model.CheckInTicketModel(item));
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
static getCheckInTicketInfo(data) {
|
|
18
|
+
var _a;
|
|
19
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
20
|
+
const response = yield this.client.get({
|
|
21
|
+
path: posEndpoints.ticket.GET_TICKET_INFO,
|
|
22
|
+
query: data
|
|
23
|
+
});
|
|
24
|
+
return Model.CheckInTicketInfoModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
static getCheckInTicketList(data) {
|
|
28
|
+
var _a;
|
|
29
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
30
|
+
const response = yield this.client.get({
|
|
31
|
+
path: posEndpoints.ticket.GET_TICKET_LIST,
|
|
32
|
+
query: data
|
|
33
|
+
});
|
|
34
|
+
return (((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) || []).map(item => Model.CheckInTicketModel(item));
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
static getCheckInTicketListBlockName(data) {
|
|
38
|
+
var _a;
|
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
const response = yield this.client.get({
|
|
41
|
+
path: posEndpoints.ticket.GET_TICKET_LIST_BLOCK_NAME,
|
|
42
|
+
query: data
|
|
43
|
+
});
|
|
44
|
+
return (((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data) || []).map(item => Model.CheckInTicketBlockNameModel(item));
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
static createCheckInTicketTemplate(data) {
|
|
48
|
+
var _a;
|
|
49
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
+
const response = yield this.client.post({
|
|
51
|
+
path: posEndpoints.ticket.CREATE_TICKET_TEMPLATE,
|
|
52
|
+
data: data
|
|
53
|
+
});
|
|
54
|
+
return Model.CheckInTicketModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
static deleteCheckInTicketTemplate(data) {
|
|
58
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
59
|
+
const response = yield this.client.get({
|
|
60
|
+
path: posEndpoints.ticket.DELETE_TICKET_TEMPLATE,
|
|
61
|
+
query: data
|
|
62
|
+
});
|
|
63
|
+
return null;
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
static updateCheckInTicketTemplate(data) {
|
|
67
|
+
var _a;
|
|
68
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
69
|
+
const response = yield this.client.post({
|
|
70
|
+
path: posEndpoints.ticket.UPDATE_TICKET_TEMPLATE,
|
|
71
|
+
query: data,
|
|
72
|
+
data: data,
|
|
73
|
+
});
|
|
74
|
+
return Model.CheckInTicketModel((_a = response === null || response === void 0 ? void 0 : response.result) === null || _a === void 0 ? void 0 : _a.data);
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
static moveCheckInSubject(data) {
|
|
78
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
79
|
+
const response = yield this.client.post({
|
|
80
|
+
path: posEndpoints.ticket.MOVE_SUBJECT,
|
|
81
|
+
data: data
|
|
82
|
+
});
|
|
83
|
+
return null;
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
static setCheckInDefaultTicketTemplate(data) {
|
|
87
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
88
|
+
const response = yield this.client.post({
|
|
89
|
+
path: posEndpoints.ticket.SET_DEFAULT_TICKET_TEMPLATE,
|
|
90
|
+
data: data
|
|
91
|
+
});
|
|
92
|
+
return null;
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
static sortCheckInPriority(data) {
|
|
96
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
97
|
+
const response = yield this.client.post({
|
|
98
|
+
path: posEndpoints.ticket.SORT_PRIORITY,
|
|
99
|
+
data: data
|
|
100
|
+
});
|
|
101
|
+
return null;
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
Ticket.API_VERSION = GapApiVersion.V1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/category.ts"],"names":[],"mappings":";;;AAAA,wBAEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/services.ts"],"names":[],"mappings":";;;AAAA,wBAEC"}
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
GET_SERVICE_FEE: string;
|
|
3
3
|
UPDATE_SERVICE_FEE: string;
|
|
4
|
+
GET_STORE_RATING_DISPLAY: string;
|
|
5
|
+
UPDATE_STORE_RATING_DISPLAY: string;
|
|
6
|
+
GET_CHECKOUT_CONFIG: string;
|
|
7
|
+
UPDATE_CHECKOUT_CONFIG: string;
|
|
8
|
+
GET_POLICIES: string;
|
|
9
|
+
UPDATE_POLICIES: string;
|
|
10
|
+
GET_GENERAL_CONFIG: string;
|
|
11
|
+
UPDATE_GENERAL_CONFIG: string;
|
|
12
|
+
GET_BUSINESS_WORK_HOUR: string;
|
|
13
|
+
UPDATE_BUSINESS_WORK_HOUR: string;
|
|
4
14
|
};
|
|
5
15
|
export default _default;
|
|
6
16
|
//# sourceMappingURL=settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/settings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/settings.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,wBAaC"}
|
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
GET_SERVICE_FEE: "/v1/gocheckin/settings/site/get-service-fee",
|
|
3
3
|
UPDATE_SERVICE_FEE: "/v1/gocheckin/settings/form/update-service-fee",
|
|
4
|
+
GET_STORE_RATING_DISPLAY: "/v1/gocheckin/settings/site/store-rating-display",
|
|
5
|
+
UPDATE_STORE_RATING_DISPLAY: "/v1/gocheckin/settings/form/update-store-rating-display",
|
|
6
|
+
GET_CHECKOUT_CONFIG: "/v1/gocheckin/settings/site/get-checkout-config",
|
|
7
|
+
UPDATE_CHECKOUT_CONFIG: "/v1/gocheckin/settings/form/update-checkout-config",
|
|
8
|
+
GET_POLICIES: "/v1/gocheckin/settings/site/get-policies",
|
|
9
|
+
UPDATE_POLICIES: "/v1/gocheckin/settings/form/update-policies",
|
|
10
|
+
GET_GENERAL_CONFIG: "/v1/gocheckin/settings/site/get-general-config",
|
|
11
|
+
UPDATE_GENERAL_CONFIG: "/v1/gocheckin/settings/form/update-general-config",
|
|
12
|
+
GET_BUSINESS_WORK_HOUR: "/v1/gocheckin/settings/business-work-hour/get",
|
|
13
|
+
UPDATE_BUSINESS_WORK_HOUR: "/v1/gocheckin/settings/business-work-hour/update",
|
|
4
14
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
GET_TICKET_TEMPLATE: string;
|
|
3
|
+
GET_TICKET_INFO: string;
|
|
4
|
+
GET_TICKET_LIST_BLOCK_NAME: string;
|
|
5
|
+
GET_TICKET_LIST: string;
|
|
6
|
+
SET_DEFAULT_TICKET_TEMPLATE: string;
|
|
7
|
+
CREATE_TICKET_TEMPLATE: string;
|
|
8
|
+
DELETE_TICKET_TEMPLATE: string;
|
|
9
|
+
UPDATE_TICKET_TEMPLATE: string;
|
|
10
|
+
MOVE_SUBJECT: string;
|
|
11
|
+
SORT_PRIORITY: string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
//# sourceMappingURL=ticket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/endpoints/ticket.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wBAWC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
GET_TICKET_TEMPLATE: '/v1/gocheckin/ticket/site/template',
|
|
3
|
+
GET_TICKET_INFO: '/v1/gocheckin/ticket/site/info',
|
|
4
|
+
GET_TICKET_LIST_BLOCK_NAME: '/v1/gocheckin/ticket/site/list-block-name',
|
|
5
|
+
GET_TICKET_LIST: '/v1/gocheckin/ticket/site/get-list-ticket',
|
|
6
|
+
SET_DEFAULT_TICKET_TEMPLATE: '/v1/gocheckin/ticket/site/set-default-ticket-template',
|
|
7
|
+
CREATE_TICKET_TEMPLATE: '/v1/gocheckin/ticket/form/create',
|
|
8
|
+
DELETE_TICKET_TEMPLATE: '/v1/gocheckin/ticket/form/delete',
|
|
9
|
+
UPDATE_TICKET_TEMPLATE: '/v1/gocheckin/ticket/form/update',
|
|
10
|
+
MOVE_SUBJECT: '/v1/gocheckin/ticket/form/subject-move',
|
|
11
|
+
SORT_PRIORITY: '/v1/gocheckin/ticket/form/sort-priority',
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/interfaces/category.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,QAAQ;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/interfaces/services.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,QAAQ;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ticket.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/interfaces/ticket.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,CAAC,QAAQ,OAAO,MAAM;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"category.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/category.ts"],"names":[],"mappings":"AAEA,wBAAgB,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAIrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,UAAU,CAAA;AACxB,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/services.ts"],"names":[],"mappings":"AAEA,wBAAgB,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAIrC"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
import * as Response from "../types/response";
|
|
2
2
|
export declare function ServiceFeeModel(data: any): Response.ServiceFee;
|
|
3
|
+
export declare function StoreRatingDisplayModel(data: any): Response.GetStoreRatingDisplayResponse;
|
|
4
|
+
export declare function CheckOutConfigModel(data: any): Response.GetCheckOutConfigResponse;
|
|
5
|
+
export declare function PolicyModel(data: any): Response.GetPoliciesResponse;
|
|
6
|
+
export declare function GeneralConfigModel(data: any): Response.GetGeneralConfigResponse;
|
|
7
|
+
export declare function BusinessWorkHourModel(data: any): Response.GetBusinessWorkHourResponse;
|
|
3
8
|
//# sourceMappingURL=settings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAA;AAE7C,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,UAAU,CAS9D"}
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/go_check_in_api/1.0.0/models/settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,mBAAmB,CAAA;AAE7C,wBAAgB,eAAe,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,UAAU,CAS9D;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,6BAA6B,CAIzF;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,yBAAyB,CAKjF;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,mBAAmB,CA+BnE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,wBAAwB,CAS/E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAAC,2BAA2B,CAcrF"}
|