Skip to content

Commit f2f0cd1

Browse files
authored
1 parent f0fa07a commit f2f0cd1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const salto_site_user_limit_reached = common_acs_system_error.extend({
7777
error_code: z
7878
.literal('salto_site_user_limit_reached')
7979
.describe(
80-
'You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.',
80+
'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
8181
),
8282
})
8383

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ export default {
543543
},
544544
error_code: {
545545
description:
546-
'You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.',
546+
'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
547547
enum: ['salto_site_user_limit_reached'],
548548
type: 'string',
549549
},

src/lib/seam/connect/route-types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ export interface Routes {
32303230
created_at: string
32313231
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32323232
message: string
3233-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3233+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
32343234
error_code: 'salto_site_user_limit_reached'
32353235
}
32363236
>
@@ -3342,7 +3342,7 @@ export interface Routes {
33423342
created_at: string
33433343
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
33443344
message: string
3345-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3345+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
33463346
error_code: 'salto_site_user_limit_reached'
33473347
}
33483348
>
@@ -3454,7 +3454,7 @@ export interface Routes {
34543454
created_at: string
34553455
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34563456
message: string
3457-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3457+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
34583458
error_code: 'salto_site_user_limit_reached'
34593459
}
34603460
>
@@ -18015,7 +18015,7 @@ export interface Routes {
1801518015
created_at: string
1801618016
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1801718017
message: string
18018-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
18018+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
1801918019
error_code: 'salto_site_user_limit_reached'
1802018020
}
1802118021
>

0 commit comments

Comments
 (0)