@@ -2025,6 +2025,14 @@ export type Routes = {
20252025 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20262026 warning_code: 'ultraloq_access_code_disabled'
20272027 }
2028+ | {
2029+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2030+ message: string
2031+ /** Date and time at which Seam created the warning. */
2032+ created_at?: string | undefined
2033+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2034+ warning_code: 'using_backup_access_code'
2035+ }
20282036 | {
20292037 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20302038 message: string
@@ -2621,6 +2629,14 @@ export type Routes = {
26212629 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
26222630 warning_code: 'ultraloq_access_code_disabled'
26232631 }
2632+ | {
2633+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2634+ message: string
2635+ /** Date and time at which Seam created the warning. */
2636+ created_at?: string | undefined
2637+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2638+ warning_code: 'using_backup_access_code'
2639+ }
26242640 | {
26252641 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
26262642 message: string
@@ -4703,6 +4719,14 @@ export type Routes = {
47034719 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
47044720 warning_code: 'ultraloq_access_code_disabled'
47054721 }
4722+ | {
4723+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4724+ message: string
4725+ /** Date and time at which Seam created the warning. */
4726+ created_at?: string | undefined
4727+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4728+ warning_code: 'using_backup_access_code'
4729+ }
47064730 | {
47074731 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
47084732 message: string
@@ -5386,6 +5410,14 @@ export type Routes = {
53865410 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53875411 warning_code: 'ultraloq_access_code_disabled'
53885412 }
5413+ | {
5414+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5415+ message: string
5416+ /** Date and time at which Seam created the warning. */
5417+ created_at?: string | undefined
5418+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5419+ warning_code: 'using_backup_access_code'
5420+ }
53895421 | {
53905422 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53915423 message: string
@@ -5973,6 +6005,14 @@ export type Routes = {
59736005 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59746006 warning_code: 'ultraloq_access_code_disabled'
59756007 }
6008+ | {
6009+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6010+ message: string
6011+ /** Date and time at which Seam created the warning. */
6012+ created_at?: string | undefined
6013+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6014+ warning_code: 'using_backup_access_code'
6015+ }
59766016 | {
59776017 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59786018 message: string
@@ -6537,6 +6577,14 @@ export type Routes = {
65376577 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65386578 warning_code: 'ultraloq_access_code_disabled'
65396579 }
6580+ | {
6581+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6582+ message: string
6583+ /** Date and time at which Seam created the warning. */
6584+ created_at?: string | undefined
6585+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6586+ warning_code: 'using_backup_access_code'
6587+ }
65406588 | {
65416589 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
65426590 message: string
@@ -7136,6 +7184,14 @@ export type Routes = {
71367184 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
71377185 warning_code: 'ultraloq_access_code_disabled'
71387186 }
7187+ | {
7188+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7189+ message: string
7190+ /** Date and time at which Seam created the warning. */
7191+ created_at?: string | undefined
7192+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7193+ warning_code: 'using_backup_access_code'
7194+ }
71397195 | {
71407196 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
71417197 message: string
@@ -9205,6 +9261,14 @@ export type Routes = {
92059261 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92069262 warning_code: 'ultraloq_access_code_disabled'
92079263 }
9264+ | {
9265+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9266+ message: string
9267+ /** Date and time at which Seam created the warning. */
9268+ created_at?: string | undefined
9269+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9270+ warning_code: 'using_backup_access_code'
9271+ }
92089272 | {
92099273 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92109274 message: string
@@ -9766,6 +9830,14 @@ export type Routes = {
97669830 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
97679831 warning_code: 'ultraloq_access_code_disabled'
97689832 }
9833+ | {
9834+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
9835+ message: string
9836+ /** Date and time at which Seam created the warning. */
9837+ created_at?: string | undefined
9838+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
9839+ warning_code: 'using_backup_access_code'
9840+ }
97699841 | {
97709842 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
97719843 message: string
@@ -112924,6 +112996,14 @@ export type Routes = {
112924112996 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112925112997 warning_code: 'ultraloq_access_code_disabled'
112926112998 }
112999+ | {
113000+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
113001+ message: string
113002+ /** Date and time at which Seam created the warning. */
113003+ created_at?: string | undefined
113004+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
113005+ warning_code: 'using_backup_access_code'
113006+ }
112927113007 | {
112928113008 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112929113009 message: string
@@ -113471,6 +113551,14 @@ export type Routes = {
113471113551 /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
113472113552 warning_code: 'ultraloq_access_code_disabled'
113473113553 }
113554+ | {
113555+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
113556+ message: string
113557+ /** Date and time at which Seam created the warning. */
113558+ created_at?: string | undefined
113559+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
113560+ warning_code: 'using_backup_access_code'
113561+ }
113474113562 | {
113475113563 /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
113476113564 message: string
0 commit comments