@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.83 to 0.15.84
@@ -152,3 +152,4 @@ import { AccountDTO, PreparedImageUploadDTO } from "./account"; | ||
getTimeRecordBreaks(ctx: UserContext, params: GetTimeRecordBreaksQueryParams): Promise<TimeRecordReportBreakResponseDTO[]>; | ||
getTimeRecordBreaksReport(ctx: UserContext, params: GetTimeRecordBreaksQueryParams): Promise<TimeRecordReportBreakResponseDTO[]>; | ||
} | ||
export {}; |
@@ -481,4 +481,16 @@ "use strict"; | ||
} | ||
getTimeRecordBreaksReport(ctx, params) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const { data } = yield (0, http_1.createHttpRequest)({ | ||
baseURL: this.config.baseUrl, | ||
method: "GET", | ||
url: "/time-record/break/report", | ||
headers: this.prepareHeaders(ctx), | ||
params: params, | ||
}); | ||
return data; | ||
}); | ||
} | ||
} | ||
exports.BusinessConfigClient = BusinessConfigClient; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.83", | ||
"version": "0.15.84", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88589
1958