Skip to content

Commit

Permalink
fix: Rename salto_site to salto_ks_site (#1176)
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 Oct 22, 2024
1 parent fed546b commit eb66ca3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/lib/seam/connect/models/acs/acs-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const acs_system_capability_flags = z.object({
export const acs_system_external_type = z.enum([
'pti_site',
'alta_org',
'salto_site',
'salto_ks_site',
'brivo_account',
'hid_credential_manager_organization',
'visionline_system',
Expand Down
4 changes: 2 additions & 2 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export default {
enum: [
'pti_site',
'alta_org',
'salto_site',
'salto_ks_site',
'brivo_account',
'hid_credential_manager_organization',
'visionline_system',
Expand Down Expand Up @@ -704,7 +704,7 @@ export default {
enum: [
'pti_site',
'alta_org',
'salto_site',
'salto_ks_site',
'brivo_account',
'hid_credential_manager_organization',
'visionline_system',
Expand Down
16 changes: 8 additions & 8 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6472,7 +6472,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -6500,7 +6500,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -6607,7 +6607,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -6635,7 +6635,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -6742,7 +6742,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -6770,7 +6770,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -26879,7 +26879,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down Expand Up @@ -26907,7 +26907,7 @@ export interface Routes {
| (
| 'pti_site'
| 'alta_org'
| 'salto_site'
| 'salto_ks_site'
| 'brivo_account'
| 'hid_credential_manager_organization'
| 'visionline_system'
Expand Down

0 comments on commit eb66ca3

Please sign in to comment.