Skip to content

Commit

Permalink
feat: Add salto_space_group (#1375)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Sosenko <evan@getseam.com>
  • Loading branch information
seambot and razor-x authored Dec 16, 2024
1 parent a17637e commit 055374f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/seam/connect/models/acs/acs-access-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const acs_access_group_external_type = z.enum([
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
])

export type AcsAccessGroupExternalType = z.infer<
Expand Down
6 changes: 6 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
'x-deprecated': 'Use `external_type`.',
Expand Down Expand Up @@ -230,6 +231,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
},
Expand Down Expand Up @@ -12248,6 +12250,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
'x-deprecated': 'Use `external_type`.',
Expand Down Expand Up @@ -12283,6 +12286,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
},
Expand Down Expand Up @@ -12389,6 +12393,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
'x-deprecated': 'Use `external_type`.',
Expand Down Expand Up @@ -12424,6 +12429,7 @@ export default {
'pti_access_level',
'salto_ks_access_group',
'brivo_group',
'salto_space_group',
],
type: 'string',
},
Expand Down
8 changes: 8 additions & 0 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4426,6 +4426,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/**
* @deprecated Use `external_type_display_name`. */
access_group_type_display_name: string
Expand All @@ -4436,6 +4437,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/** Display name that corresponds to the brand-specific terminology for the access group type. */
external_type_display_name: string
/** Date and time at which the access group was created. */
Expand Down Expand Up @@ -4473,6 +4475,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/**
* @deprecated Use `external_type_display_name`. */
access_group_type_display_name: string
Expand All @@ -4483,6 +4486,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/** Display name that corresponds to the brand-specific terminology for the access group type. */
external_type_display_name: string
/** Date and time at which the access group was created. */
Expand Down Expand Up @@ -4746,6 +4750,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/**
* @deprecated Use `external_type_display_name`. */
access_group_type_display_name: string
Expand All @@ -4756,6 +4761,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/** Display name that corresponds to the brand-specific terminology for the access group type. */
external_type_display_name: string
/** Date and time at which the access group was created. */
Expand Down Expand Up @@ -4793,6 +4799,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/**
* @deprecated Use `external_type_display_name`. */
access_group_type_display_name: string
Expand All @@ -4803,6 +4810,7 @@ export interface Routes {
| 'pti_access_level'
| 'salto_ks_access_group'
| 'brivo_group'
| 'salto_space_group'
/** Display name that corresponds to the brand-specific terminology for the access group type. */
external_type_display_name: string
/** Date and time at which the access group was created. */
Expand Down

0 comments on commit 055374f

Please sign in to comment.