Skip to content

Commit ada6768

Browse files
committed
1 parent 939becd commit ada6768

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

src/lib/seam/connect/models/acs/acs-access-group.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ export const unknown_issue_with_acs_access_group =
3737
.describe(warning_code_description),
3838
})
3939
.describe(
40-
'An unknown issue occurred while syncing the state of this access group with the provider. ' +
41-
'This issue may affect the proper functioning of this access group.',
40+
'An unknown issue occurred while syncing the state of this access group with the provider. This issue may affect the proper functioning of this access group.',
4241
)
4342

4443
const acs_access_group_warning = unknown_issue_with_acs_access_group.describe(

src/lib/seam/connect/models/acs/acs-credential.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ export const unknown_issue_with_acs_credential = common_acs_credential_warning
8686
.describe(warning_code_description),
8787
})
8888
.describe(
89-
'An unknown issue occurred while syncing the state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) with the provider. ' +
90-
'This issue may affect the proper functioning of the credential.',
89+
'An unknown issue occurred while syncing the state of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) with the provider. This issue may affect the proper functioning of the credential.',
9190
)
9291

9392
const needs_to_be_reissued = common_acs_credential_warning

src/lib/seam/connect/models/acs/acs-user.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ export const unknown_issue_with_acs_user = common_acs_user_warning
129129
warning_code: z.literal('unknown_issue_with_acs_user'),
130130
})
131131
.describe(
132-
'An unknown issue occurred while syncing the state of this [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) with the provider. ' +
133-
'This issue may affect the proper functioning of this user.',
132+
'An unknown issue occurred while syncing the state of this [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.',
134133
)
135134

136135
export const acs_users_warning_map = z.object({

src/lib/seam/connect/models/connected-accounts/connected-account.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ export const unknown_issue_with_connected_account =
8888
.describe(warning_code_description),
8989
})
9090
.describe(
91-
'An unknown issue occurred while syncing the state of this connected account with the provider. ' +
92-
'This issue may affect the proper functioning of one or more resources in this account.',
91+
'An unknown issue occurred while syncing the state of this connected account with the provider. This issue may affect the proper functioning of one or more resources in this account.',
9392
)
9493

9594
const scheduled_maintenance_window = common_connected_account_warning

src/lib/seam/connect/models/devices/device.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ export const unknown_issue_with_phone = common_device_warning
313313
.describe(warning_code_description),
314314
})
315315
.describe(
316-
'An unknown issue occurred while syncing the state of this phone with the provider. ' +
317-
'This issue may affect the proper functioning of this phone.',
316+
'An unknown issue occurred while syncing the state of this phone with the provider. This issue may affect the proper functioning of this phone.',
318317
)
319318

320319
const device_warning = z.discriminatedUnion('warning_code', [

0 commit comments

Comments
 (0)