skedify-types
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"name": "skedify-types", | ||
@@ -18,2 +18,3 @@ "description": "Skedify Types", | ||
"dist", | ||
"CHANGELOG.md", | ||
"typings", | ||
@@ -25,4 +26,4 @@ "src" | ||
"devDependencies": { | ||
"tsconfig": "0.0.1", | ||
"scripts": "0.0.1" | ||
"tsconfig": "0.0.2", | ||
"scripts": "0.0.2" | ||
}, | ||
@@ -29,0 +30,0 @@ "jest": { |
@@ -60,3 +60,3 @@ import { | ||
cancelled_by_type: AppointmentUserType | null; | ||
initiated_from: string; | ||
initiated_from: string | null; | ||
initiated_by_id: string; | ||
@@ -63,0 +63,0 @@ initiated_by_type: AppointmentUserType; |
@@ -1,2 +0,2 @@ | ||
import { BaseFields } from "."; | ||
import { BaseFields, Location } from "."; | ||
@@ -23,3 +23,3 @@ export interface Customer extends BaseFields { | ||
updated_at: string; | ||
location: string | null; | ||
location: Location | null; | ||
} |
@@ -10,3 +10,2 @@ export * from "./appointment"; | ||
export * from "./dayWeekTemplates"; | ||
export * from "./definedAvailability"; | ||
export * from "./employees"; | ||
@@ -30,2 +29,3 @@ export * from "./enterprise"; | ||
export * from "./subject"; | ||
export * from "./timeslot"; | ||
export * from "./users"; |
@@ -37,3 +37,3 @@ import { BaseFields, Customer, Employee, Location, MeetingType, Subject, WithEmployeeUser } from "."; | ||
cancelled_by_type: AppointmentUserType | null; | ||
initiated_from: string; | ||
initiated_from: string | null; | ||
initiated_by_id: string; | ||
@@ -40,0 +40,0 @@ initiated_by_type: AppointmentUserType; |
@@ -1,2 +0,2 @@ | ||
import { BaseFields } from "."; | ||
import { BaseFields, Location } from "."; | ||
export interface Customer extends BaseFields { | ||
@@ -24,4 +24,4 @@ uuid: string; | ||
updated_at: string; | ||
location: string | null; | ||
location: Location | null; | ||
} | ||
//# sourceMappingURL=customer.d.ts.map |
@@ -10,3 +10,2 @@ export * from "./appointment"; | ||
export * from "./dayWeekTemplates"; | ||
export * from "./definedAvailability"; | ||
export * from "./employees"; | ||
@@ -30,3 +29,4 @@ export * from "./enterprise"; | ||
export * from "./subject"; | ||
export * from "./timeslot"; | ||
export * from "./users"; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200658
101
2186
0