skedify-types
Advanced tools
Comparing version 0.4.1 to 0.4.2
# skedify-types | ||
## 0.4.2 | ||
### Patch Changes | ||
- bd784f521: SKED-10196: Allow inviting users in SSO enterprises | ||
## 0.4.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "skedify-types", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Skedify Types", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,2 +21,3 @@ import { BaseFields } from "."; | ||
updated_at: string; | ||
employee_activation?: string; | ||
} | ||
@@ -23,0 +24,0 @@ |
@@ -10,2 +10,3 @@ export * from "./appointment"; | ||
export * from "./dayWeekTemplates"; | ||
export * from "./employeeActivation"; | ||
export * from "./employees"; | ||
@@ -12,0 +13,0 @@ export * from "./enterprise"; |
@@ -20,2 +20,3 @@ import { BaseFields } from "."; | ||
updated_at: string; | ||
employee_activation?: string; | ||
} | ||
@@ -22,0 +23,0 @@ interface BaseRole { |
@@ -10,2 +10,3 @@ export * from "./appointment"; | ||
export * from "./dayWeekTemplates"; | ||
export * from "./employeeActivation"; | ||
export * from "./employees"; | ||
@@ -12,0 +13,0 @@ export * from "./enterprise"; |
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
147441
110
2509