@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.79 to 0.15.80
@@ -84,4 +84,5 @@ import { Maybe } from "./utils"; | ||
locationName?: Maybe<string>; | ||
timezone?: Maybe<string>; | ||
}; | ||
export type TimeRecordBreakReportDTO = Omit<TimeRecordBreakDTO, "userAccountId" | "employeeFullName" | "locationId" | "locationName">; | ||
export type TimeRecordBreakReportDTO = Omit<TimeRecordBreakDTO, "userAccountId" | "employeeFullName" | "locationId" | "locationName" | "timezone">; | ||
export declare enum TimeRecordBreakTypeDTO { | ||
@@ -106,2 +107,3 @@ Paid = "paid", | ||
breaks: Omit<TimeRecordBreakDTO, "userAccountId" | "employeeFullName">[]; | ||
totalDuration: number; | ||
}; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.79", | ||
"version": "0.15.80", | ||
"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
87369
1937