@seamapi/types
Advanced tools
Comparing version 1.289.1 to 1.290.0
@@ -18,2 +18,9 @@ import { z } from 'zod'; | ||
}>; | ||
export declare const location: z.ZodObject<{ | ||
time_zone: z.ZodNullable<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
time_zone: string | null; | ||
}, { | ||
time_zone: string | null; | ||
}>; | ||
export declare const acs_system_external_type: z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community", "legic_connect", "assa_abloy_vostio", "assa_abloy_vostio_credential_service"]>; | ||
@@ -196,2 +203,9 @@ export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>; | ||
system_type_display_name: z.ZodOptional<z.ZodString>; | ||
location: z.ZodObject<{ | ||
time_zone: z.ZodNullable<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
time_zone: string | null; | ||
}, { | ||
time_zone: string | null; | ||
}>; | ||
name: z.ZodString; | ||
@@ -289,2 +303,5 @@ created_at: z.ZodString; | ||
}>, "strip", z.ZodTypeAny, { | ||
location: { | ||
time_zone: string | null; | ||
}; | ||
name: string; | ||
@@ -339,2 +356,5 @@ created_at: string; | ||
}, { | ||
location: { | ||
time_zone: string | null; | ||
}; | ||
name: string; | ||
@@ -341,0 +361,0 @@ created_at: string; |
@@ -20,2 +20,8 @@ import { z } from 'zod'; | ||
}); | ||
export const location = z.object({ | ||
time_zone: z | ||
.string() | ||
.nullable() | ||
.describe('Time zone in which the `acs_system` is located.'), | ||
}); | ||
// If changed, update seam.acs_system.external_type generated column | ||
@@ -168,2 +174,3 @@ export const acs_system_external_type = z.enum([ | ||
`), | ||
location, | ||
name: z.string().describe('Name of the `acs_system`.'), | ||
@@ -170,0 +177,0 @@ created_at: z |
{ | ||
"name": "@seamapi/types", | ||
"version": "1.289.1", | ||
"version": "1.290.0", | ||
"description": "TypeScript types for the Seam API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -30,2 +30,9 @@ import { z } from 'zod' | ||
export const location = z.object({ | ||
time_zone: z | ||
.string() | ||
.nullable() | ||
.describe('Time zone in which the `acs_system` is located.'), | ||
}) | ||
// If changed, update seam.acs_system.external_type generated column | ||
@@ -223,2 +230,3 @@ export const acs_system_external_type = z.enum([ | ||
`), | ||
location, | ||
name: z.string().describe('Name of the `acs_system`.'), | ||
@@ -225,0 +233,0 @@ created_at: z |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12007899
173107