skedify-types
Advanced tools
Comparing version 0.4.12 to 0.4.13-canary-20230620141054
# skedify-types | ||
## 0.4.13-canary-20230620141054 | ||
### Patch Changes | ||
- 1c8a4e0b2: SKED-10971: allow geolocation to be null without crashing application | ||
## 0.4.12 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "skedify-types", | ||
"version": "0.4.12", | ||
"version": "0.4.13-canary-20230620141054", | ||
"description": "Skedify Types", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@pexip-engage/tsconfig": "0.0.9", | ||
"eslint-config-pexip-engage": "0.0.21" | ||
"eslint-config-pexip-engage": "0.0.29" | ||
}, | ||
@@ -49,0 +49,0 @@ "volta": { |
@@ -13,3 +13,3 @@ import { | ||
full_address?: string; | ||
geolocation: string; | ||
geolocation: string | null; | ||
postal_code: string; | ||
@@ -16,0 +16,0 @@ state: string | null; |
@@ -6,3 +6,3 @@ import { BaseFields, Contact, OfficeManager, OfficeSubjectAvailabilitySettings, WithEmployeeUser } from "."; | ||
full_address?: string; | ||
geolocation: string; | ||
geolocation: string | null; | ||
postal_code: string; | ||
@@ -9,0 +9,0 @@ state: string | null; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137150