skedify-types
Advanced tools
Comparing version 0.4.10 to 0.4.11-canary-20230316084725
# skedify-types | ||
## 0.4.11-canary-20230316084725 | ||
### Patch Changes | ||
- be728b6cf: SKED-10729: Add new team settings to enabled features module | ||
## 0.4.10 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "skedify-types", | ||
"version": "0.4.10", | ||
"version": "0.4.11-canary-20230316084725", | ||
"description": "Skedify Types", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@pexip-engage/tsconfig": "0.0.8", | ||
"eslint-config-pexip-engage": "0.0.14" | ||
"eslint-config-pexip-engage": "0.0.17" | ||
}, | ||
@@ -49,0 +49,0 @@ "volta": { |
@@ -74,5 +74,12 @@ import { Locale } from "."; | ||
allow_team_insights: boolean; | ||
allow_team_scheduling: boolean; | ||
allow_team_team: boolean; | ||
allow_team_office: boolean; | ||
allow_team_scheduling_assignments: boolean; | ||
allow_team_scheduling_planning_rules: boolean; | ||
allow_team_scheduling_coverage_regions: boolean; | ||
allow_team_team_unlink: boolean; | ||
allow_team_team_profile: boolean; | ||
allow_team_team_availability: boolean; | ||
allow_team_team_expertise: boolean; | ||
allow_team_team_calendar_sync: boolean; | ||
} | ||
@@ -79,0 +86,0 @@ |
@@ -65,5 +65,12 @@ import { Locale } from "."; | ||
allow_team_insights: boolean; | ||
allow_team_scheduling: boolean; | ||
allow_team_team: boolean; | ||
allow_team_office: boolean; | ||
allow_team_scheduling_assignments: boolean; | ||
allow_team_scheduling_planning_rules: boolean; | ||
allow_team_scheduling_coverage_regions: boolean; | ||
allow_team_team_unlink: boolean; | ||
allow_team_team_profile: boolean; | ||
allow_team_team_availability: boolean; | ||
allow_team_team_expertise: boolean; | ||
allow_team_team_calendar_sync: boolean; | ||
} | ||
@@ -70,0 +77,0 @@ export interface EnterprisePersonalSettings { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135864
2554