Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: feat: added api call for getting breakrules #141

Closed
wants to merge 5 commits into from

Conversation

dsumer
Copy link
Collaborator

@dsumer dsumer commented Oct 23, 2023

this PR is currently depending on #138

@dsumer dsumer changed the title WIP: API to get all breakrules WIP: feat: added api call for getting breakrules Oct 23, 2023
async getWorktimeBreakRules(
params?: Params
): Promise<WorktimeBreakRulesReturnType> {
return this.api.get("/v2/worktimeBreakRules", params);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workTimeBreakRules

@@ -1099,3 +1211,7 @@ export type HolidayscarryRowParams = {
export type WorktimeRegulationsReturnType = {
worktimeRegulations: Array<WorktimeRegulation>;
};

export type WorktimeBreakRulesReturnType = {
worktimeBreakRules: Array<WorktimeBreakRule>;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data

@dsumer dsumer changed the base branch from get-worktimeregulations to main November 28, 2023 13:13
@dsumer dsumer changed the base branch from main to get-worktimeregulations December 7, 2023 10:24
@dsumer dsumer closed this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant