skedify-types
Advanced tools
Comparing version 0.0.2-sked-types.0 to 0.0.2
@@ -0,1 +1,2 @@ | ||
import { MeetingType } from "src/skedify-types"; | ||
export interface DayTemplate { | ||
@@ -44,2 +45,17 @@ id: string; | ||
} | ||
export interface ContactOfficeSubjectAvailabilitySettings { | ||
contact_office_subject_id: string; | ||
created_at: string; | ||
id: string; | ||
is_meeting_type_enabled: null | boolean; | ||
max_concurrent_appointments: number | null; | ||
meeting_type: MeetingType; | ||
updated_at: string; | ||
} | ||
export interface WeekContactOfficeSubjectAvailabilitySettings extends ContactOfficeSubjectAvailabilitySettings { | ||
week_timeslot_id: string; | ||
} | ||
export interface DayContactOfficeSubjectAvailabilitySettings extends ContactOfficeSubjectAvailabilitySettings { | ||
day_timeslot_id: string; | ||
} | ||
export interface WeekTimeSlot { | ||
@@ -82,6 +98,8 @@ id: string; | ||
contact_office_availability_settings: WeekContactOfficeAvailabilitySettings[]; | ||
contact_office_subject_availability_settings: WeekContactOfficeSubjectAvailabilitySettings[]; | ||
} | ||
export interface WithDayAvailabilitySettings { | ||
contact_office_availability_settings: DayContactOfficeAvailabilitySettings[]; | ||
contact_office_subject_availability_settings: DayContactOfficeSubjectAvailabilitySettings[]; | ||
} | ||
//# sourceMappingURL=dayWeekTemplates.d.ts.map |
@@ -170,3 +170,2 @@ import { BaseFields, Locale } from "."; | ||
placeholder?: string | null; | ||
merge_tag: string; | ||
is_conditional: boolean; | ||
@@ -173,0 +172,0 @@ updated_at: string; |
{ | ||
"version": "0.0.2-sked-types.0", | ||
"version": "0.0.2", | ||
"name": "skedify-types", | ||
@@ -18,7 +18,2 @@ "description": "Skedify Types", | ||
], | ||
"scripts": { | ||
"build": "vite build && tsc -b --force && tsc-alias", | ||
"test": "jest", | ||
"tdd": "jest --watch" | ||
}, | ||
"dependencies": {}, | ||
@@ -54,3 +49,8 @@ "peerDependencies": {}, | ||
], | ||
"license": "MIT" | ||
} | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "vite build && tsc -b --force && tsc-alias", | ||
"test": "jest", | ||
"tdd": "jest --watch" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
57350
967
61