Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Dec 1, 2023
1 parent 94f169f commit bec152b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default {
'brivo_system',
'hid_cm_org',
'visionline_system',
'assa_abloy_cs_system_user',
'assa_abloy_credential_service_user',
],
type: 'string',
},
Expand All @@ -210,7 +210,7 @@ export default {
'brivo_system',
'hid_cm_org',
'visionline_system',
'assa_abloy_cs_system_user',
'assa_abloy_credential_service_user',
],
type: 'string',
},
Expand Down Expand Up @@ -5536,7 +5536,7 @@ export default {
'wyze',
'seam_passport',
'visionline',
'assaabloy_credential_service',
'assa_abloy_credential_service',
'yale_access',
'hid_cm',
],
Expand Down
10 changes: 5 additions & 5 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ export interface Routes {
| 'brivo_system'
| 'hid_cm_org'
| 'visionline_system'
| 'assa_abloy_cs_system_user'
| 'assa_abloy_credential_service_user'
external_type_display_name: string
/** deprecated: use external_type */
system_type:
Expand All @@ -1032,7 +1032,7 @@ export interface Routes {
| 'brivo_system'
| 'hid_cm_org'
| 'visionline_system'
| 'assa_abloy_cs_system_user'
| 'assa_abloy_credential_service_user'
/** deprecated: use external_type_display_name */
system_type_display_name: string
name: string
Expand Down Expand Up @@ -1061,7 +1061,7 @@ export interface Routes {
| 'brivo_system'
| 'hid_cm_org'
| 'visionline_system'
| 'assa_abloy_cs_system_user'
| 'assa_abloy_credential_service_user'
external_type_display_name: string
/** deprecated: use external_type */
system_type:
Expand All @@ -1071,7 +1071,7 @@ export interface Routes {
| 'brivo_system'
| 'hid_cm_org'
| 'visionline_system'
| 'assa_abloy_cs_system_user'
| 'assa_abloy_credential_service_user'
/** deprecated: use external_type_display_name */
system_type_display_name: string
name: string
Expand Down Expand Up @@ -1506,7 +1506,7 @@ export interface Routes {
| 'wyze'
| 'seam_passport'
| 'visionline'
| 'assaabloy_credential_service'
| 'assa_abloy_credential_service'
| 'yale_access'
| 'hid_cm'
>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/seam/connect/unstable/models/acs/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const acs_system_external_type = z.enum([
'brivo_system',
'hid_cm_org',
'visionline_system',
'assa_abloy_cs_system_user',
'assa_abloy_credential_service_user',
])

export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>
Expand Down

0 comments on commit bec152b

Please sign in to comment.