Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

skedify-types

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skedify-types - npm Package Compare versions

Comparing version 0.0.2-sked-types.0 to 0.0.2

18

dist/resources/dayWeekTemplates.d.ts

@@ -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

1

dist/resources/subject.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc