@@ -1673,6 +1673,8 @@ export type Routes = {
16731673 error_code: 'duplicate_code_on_device'
16741674 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
16751675 unmanaged_access_code_id?: string | undefined
1676+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
1677+ managed_access_code_id?: string | undefined
16761678 }
16771679 | {
16781680 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2376,6 +2378,8 @@ export type Routes = {
23762378 error_code: 'duplicate_code_on_device'
23772379 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
23782380 unmanaged_access_code_id?: string | undefined
2381+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
2382+ managed_access_code_id?: string | undefined
23792383 }
23802384 | {
23812385 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -4633,6 +4637,8 @@ export type Routes = {
46334637 error_code: 'duplicate_code_on_device'
46344638 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
46354639 unmanaged_access_code_id?: string | undefined
4640+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
4641+ managed_access_code_id?: string | undefined
46364642 }
46374643 | {
46384644 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5423,6 +5429,8 @@ export type Routes = {
54235429 error_code: 'duplicate_code_on_device'
54245430 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
54255431 unmanaged_access_code_id?: string | undefined
5432+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
5433+ managed_access_code_id?: string | undefined
54265434 }
54275435 | {
54285436 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6115,6 +6123,8 @@ export type Routes = {
61156123 error_code: 'duplicate_code_on_device'
61166124 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
61176125 unmanaged_access_code_id?: string | undefined
6126+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6127+ managed_access_code_id?: string | undefined
61186128 }
61196129 | {
61206130 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6784,6 +6794,8 @@ export type Routes = {
67846794 error_code: 'duplicate_code_on_device'
67856795 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
67866796 unmanaged_access_code_id?: string | undefined
6797+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6798+ managed_access_code_id?: string | undefined
67876799 }
67886800 | {
67896801 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -7488,6 +7500,8 @@ export type Routes = {
74887500 error_code: 'duplicate_code_on_device'
74897501 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
74907502 unmanaged_access_code_id?: string | undefined
7503+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
7504+ managed_access_code_id?: string | undefined
74917505 }
74927506 | {
74937507 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -9645,6 +9659,8 @@ export type Routes = {
96459659 error_code: 'duplicate_code_on_device'
96469660 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
96479661 unmanaged_access_code_id?: string | undefined
9662+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
9663+ managed_access_code_id?: string | undefined
96489664 }
96499665 | {
96509666 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -10224,6 +10240,8 @@ export type Routes = {
1022410240 error_code: 'duplicate_code_on_device'
1022510241 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
1022610242 unmanaged_access_code_id?: string | undefined
10243+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
10244+ managed_access_code_id?: string | undefined
1022710245 }
1022810246 | {
1022910247 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -118726,6 +118744,8 @@ export type Routes = {
118726118744 error_code: 'duplicate_code_on_device'
118727118745 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
118728118746 unmanaged_access_code_id?: string | undefined
118747+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
118748+ managed_access_code_id?: string | undefined
118729118749 }
118730118750 | {
118731118751 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -119291,6 +119311,8 @@ export type Routes = {
119291119311 error_code: 'duplicate_code_on_device'
119292119312 /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
119293119313 unmanaged_access_code_id?: string | undefined
119314+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
119315+ managed_access_code_id?: string | undefined
119294119316 }
119295119317 | {
119296119318 /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
0 commit comments