Skip to content

Commit

Permalink
QUACK-4007 Updated CTTR status (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
kktimetac authored Jul 8, 2024
1 parent 413c8af commit 2da51f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timetac/js-client-library",
"version": "2.24.0",
"version": "2.24.1",
"description": "TimeTac API JS client library",
"homepage": "https://github.com/TimeTac/js-client-library#readme",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export enum ChangeTimetrackingRequestsStatus {
Pending = 'PENDING',
Granted = 'GRANTED',
Declined = 'DECLINED',
Cancelled = 'CANCELED',
}

export enum ChangeTimetrackingRequestsType {
Expand Down

0 comments on commit 2da51f5

Please sign in to comment.