@seamapi/types 1.763.0 → 1.765.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +53 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +206 -0
- package/dist/index.cjs +53 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +58 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +9 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +21 -0
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +77 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +88 -0
|
@@ -1770,6 +1770,13 @@ export type Routes = {
|
|
|
1770
1770
|
created_at?: string | undefined;
|
|
1771
1771
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1772
1772
|
warning_code: 'ultraloq_access_code_disabled';
|
|
1773
|
+
} | {
|
|
1774
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1775
|
+
message: string;
|
|
1776
|
+
/** Date and time at which Seam created the warning. */
|
|
1777
|
+
created_at?: string | undefined;
|
|
1778
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1779
|
+
warning_code: 'using_backup_access_code';
|
|
1773
1780
|
} | {
|
|
1774
1781
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1775
1782
|
message: string;
|
|
@@ -2311,6 +2318,13 @@ export type Routes = {
|
|
|
2311
2318
|
created_at?: string | undefined;
|
|
2312
2319
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2313
2320
|
warning_code: 'ultraloq_access_code_disabled';
|
|
2321
|
+
} | {
|
|
2322
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2323
|
+
message: string;
|
|
2324
|
+
/** Date and time at which Seam created the warning. */
|
|
2325
|
+
created_at?: string | undefined;
|
|
2326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2327
|
+
warning_code: 'using_backup_access_code';
|
|
2314
2328
|
} | {
|
|
2315
2329
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2316
2330
|
message: string;
|
|
@@ -4135,6 +4149,13 @@ export type Routes = {
|
|
|
4135
4149
|
created_at?: string | undefined;
|
|
4136
4150
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4137
4151
|
warning_code: 'ultraloq_access_code_disabled';
|
|
4152
|
+
} | {
|
|
4153
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4154
|
+
message: string;
|
|
4155
|
+
/** Date and time at which Seam created the warning. */
|
|
4156
|
+
created_at?: string | undefined;
|
|
4157
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4158
|
+
warning_code: 'using_backup_access_code';
|
|
4138
4159
|
} | {
|
|
4139
4160
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4140
4161
|
message: string;
|
|
@@ -4722,6 +4743,13 @@ export type Routes = {
|
|
|
4722
4743
|
created_at?: string | undefined;
|
|
4723
4744
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4724
4745
|
warning_code: 'ultraloq_access_code_disabled';
|
|
4746
|
+
} | {
|
|
4747
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4748
|
+
message: string;
|
|
4749
|
+
/** Date and time at which Seam created the warning. */
|
|
4750
|
+
created_at?: string | undefined;
|
|
4751
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4752
|
+
warning_code: 'using_backup_access_code';
|
|
4725
4753
|
} | {
|
|
4726
4754
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4727
4755
|
message: string;
|
|
@@ -5254,6 +5282,13 @@ export type Routes = {
|
|
|
5254
5282
|
created_at?: string | undefined;
|
|
5255
5283
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5256
5284
|
warning_code: 'ultraloq_access_code_disabled';
|
|
5285
|
+
} | {
|
|
5286
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5287
|
+
message: string;
|
|
5288
|
+
/** Date and time at which Seam created the warning. */
|
|
5289
|
+
created_at?: string | undefined;
|
|
5290
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5291
|
+
warning_code: 'using_backup_access_code';
|
|
5257
5292
|
} | {
|
|
5258
5293
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5259
5294
|
message: string;
|
|
@@ -5763,6 +5798,13 @@ export type Routes = {
|
|
|
5763
5798
|
created_at?: string | undefined;
|
|
5764
5799
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5765
5800
|
warning_code: 'ultraloq_access_code_disabled';
|
|
5801
|
+
} | {
|
|
5802
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5803
|
+
message: string;
|
|
5804
|
+
/** Date and time at which Seam created the warning. */
|
|
5805
|
+
created_at?: string | undefined;
|
|
5806
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5807
|
+
warning_code: 'using_backup_access_code';
|
|
5766
5808
|
} | {
|
|
5767
5809
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5768
5810
|
message: string;
|
|
@@ -6307,6 +6349,13 @@ export type Routes = {
|
|
|
6307
6349
|
created_at?: string | undefined;
|
|
6308
6350
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6309
6351
|
warning_code: 'ultraloq_access_code_disabled';
|
|
6352
|
+
} | {
|
|
6353
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6354
|
+
message: string;
|
|
6355
|
+
/** Date and time at which Seam created the warning. */
|
|
6356
|
+
created_at?: string | undefined;
|
|
6357
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6358
|
+
warning_code: 'using_backup_access_code';
|
|
6310
6359
|
} | {
|
|
6311
6360
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6312
6361
|
message: string;
|
|
@@ -8118,6 +8167,13 @@ export type Routes = {
|
|
|
8118
8167
|
created_at?: string | undefined;
|
|
8119
8168
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8120
8169
|
warning_code: 'ultraloq_access_code_disabled';
|
|
8170
|
+
} | {
|
|
8171
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8172
|
+
message: string;
|
|
8173
|
+
/** Date and time at which Seam created the warning. */
|
|
8174
|
+
created_at?: string | undefined;
|
|
8175
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8176
|
+
warning_code: 'using_backup_access_code';
|
|
8121
8177
|
} | {
|
|
8122
8178
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8123
8179
|
message: string;
|
|
@@ -8624,6 +8680,13 @@ export type Routes = {
|
|
|
8624
8680
|
created_at?: string | undefined;
|
|
8625
8681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8626
8682
|
warning_code: 'ultraloq_access_code_disabled';
|
|
8683
|
+
} | {
|
|
8684
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8685
|
+
message: string;
|
|
8686
|
+
/** Date and time at which Seam created the warning. */
|
|
8687
|
+
created_at?: string | undefined;
|
|
8688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8689
|
+
warning_code: 'using_backup_access_code';
|
|
8627
8690
|
} | {
|
|
8628
8691
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8629
8692
|
message: string;
|
|
@@ -95075,6 +95138,13 @@ export type Routes = {
|
|
|
95075
95138
|
created_at?: string | undefined;
|
|
95076
95139
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95077
95140
|
warning_code: 'ultraloq_access_code_disabled';
|
|
95141
|
+
} | {
|
|
95142
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95143
|
+
message: string;
|
|
95144
|
+
/** Date and time at which Seam created the warning. */
|
|
95145
|
+
created_at?: string | undefined;
|
|
95146
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95147
|
+
warning_code: 'using_backup_access_code';
|
|
95078
95148
|
} | {
|
|
95079
95149
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95080
95150
|
message: string;
|
|
@@ -95565,6 +95635,13 @@ export type Routes = {
|
|
|
95565
95635
|
created_at?: string | undefined;
|
|
95566
95636
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95567
95637
|
warning_code: 'ultraloq_access_code_disabled';
|
|
95638
|
+
} | {
|
|
95639
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95640
|
+
message: string;
|
|
95641
|
+
/** Date and time at which Seam created the warning. */
|
|
95642
|
+
created_at?: string | undefined;
|
|
95643
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95644
|
+
warning_code: 'using_backup_access_code';
|
|
95568
95645
|
} | {
|
|
95569
95646
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95570
95647
|
message: string;
|
package/package.json
CHANGED
|
@@ -427,6 +427,16 @@ const ultraloq_access_code_disabled = common_access_code_warning
|
|
|
427
427
|
'Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.',
|
|
428
428
|
)
|
|
429
429
|
|
|
430
|
+
const using_backup_access_code = common_access_code_warning
|
|
431
|
+
.extend({
|
|
432
|
+
warning_code: z
|
|
433
|
+
.literal('using_backup_access_code')
|
|
434
|
+
.describe(warning_code_description),
|
|
435
|
+
})
|
|
436
|
+
.describe(
|
|
437
|
+
'A backup access code has been pulled and is being used in place of this access code.',
|
|
438
|
+
)
|
|
439
|
+
|
|
430
440
|
const being_deleted = common_access_code_warning
|
|
431
441
|
.extend({
|
|
432
442
|
warning_code: z.literal('being_deleted').describe(warning_code_description),
|
|
@@ -448,6 +458,7 @@ const access_code_warning = z
|
|
|
448
458
|
management_transferred,
|
|
449
459
|
kwikset_unable_to_confirm_code_warning,
|
|
450
460
|
ultraloq_access_code_disabled,
|
|
461
|
+
using_backup_access_code,
|
|
451
462
|
being_deleted,
|
|
452
463
|
])
|
|
453
464
|
.describe(
|
|
@@ -486,6 +497,7 @@ const _access_code_warning_map = z.object({
|
|
|
486
497
|
ultraloq_access_code_disabled: ultraloq_access_code_disabled
|
|
487
498
|
.optional()
|
|
488
499
|
.nullable(),
|
|
500
|
+
using_backup_access_code: using_backup_access_code.optional().nullable(),
|
|
489
501
|
being_deleted: being_deleted.optional().nullable(),
|
|
490
502
|
})
|
|
491
503
|
|
|
@@ -1729,6 +1729,31 @@ export default {
|
|
|
1729
1729
|
required: ['message', 'warning_code'],
|
|
1730
1730
|
type: 'object',
|
|
1731
1731
|
},
|
|
1732
|
+
{
|
|
1733
|
+
description:
|
|
1734
|
+
'A backup access code has been pulled and is being used in place of this access code.',
|
|
1735
|
+
properties: {
|
|
1736
|
+
created_at: {
|
|
1737
|
+
description:
|
|
1738
|
+
'Date and time at which Seam created the warning.',
|
|
1739
|
+
format: 'date-time',
|
|
1740
|
+
type: 'string',
|
|
1741
|
+
},
|
|
1742
|
+
message: {
|
|
1743
|
+
description:
|
|
1744
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1745
|
+
type: 'string',
|
|
1746
|
+
},
|
|
1747
|
+
warning_code: {
|
|
1748
|
+
description:
|
|
1749
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1750
|
+
enum: ['using_backup_access_code'],
|
|
1751
|
+
type: 'string',
|
|
1752
|
+
},
|
|
1753
|
+
},
|
|
1754
|
+
required: ['message', 'warning_code'],
|
|
1755
|
+
type: 'object',
|
|
1756
|
+
},
|
|
1732
1757
|
{
|
|
1733
1758
|
description: 'Access code is being deleted.',
|
|
1734
1759
|
properties: {
|
|
@@ -27081,6 +27106,31 @@ export default {
|
|
|
27081
27106
|
required: ['message', 'warning_code'],
|
|
27082
27107
|
type: 'object',
|
|
27083
27108
|
},
|
|
27109
|
+
{
|
|
27110
|
+
description:
|
|
27111
|
+
'A backup access code has been pulled and is being used in place of this access code.',
|
|
27112
|
+
properties: {
|
|
27113
|
+
created_at: {
|
|
27114
|
+
description:
|
|
27115
|
+
'Date and time at which Seam created the warning.',
|
|
27116
|
+
format: 'date-time',
|
|
27117
|
+
type: 'string',
|
|
27118
|
+
},
|
|
27119
|
+
message: {
|
|
27120
|
+
description:
|
|
27121
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
27122
|
+
type: 'string',
|
|
27123
|
+
},
|
|
27124
|
+
warning_code: {
|
|
27125
|
+
description:
|
|
27126
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
27127
|
+
enum: ['using_backup_access_code'],
|
|
27128
|
+
type: 'string',
|
|
27129
|
+
},
|
|
27130
|
+
},
|
|
27131
|
+
required: ['message', 'warning_code'],
|
|
27132
|
+
type: 'object',
|
|
27133
|
+
},
|
|
27084
27134
|
{
|
|
27085
27135
|
description: 'Access code is being deleted.',
|
|
27086
27136
|
properties: {
|
|
@@ -39811,6 +39861,7 @@ export default {
|
|
|
39811
39861
|
{ pat_with_workspace: [] },
|
|
39812
39862
|
{ console_session_with_workspace: [] },
|
|
39813
39863
|
{ api_key: [] },
|
|
39864
|
+
{ client_session_with_customer: [] },
|
|
39814
39865
|
],
|
|
39815
39866
|
summary: '/access_methods/unmanaged/list',
|
|
39816
39867
|
tags: [],
|
|
@@ -40279,6 +40330,7 @@ export default {
|
|
|
40279
40330
|
{ pat_with_workspace: [] },
|
|
40280
40331
|
{ console_session_with_workspace: [] },
|
|
40281
40332
|
{ api_key: [] },
|
|
40333
|
+
{ client_session_with_customer: [] },
|
|
40282
40334
|
],
|
|
40283
40335
|
summary: '/access_methods/unmanaged/list',
|
|
40284
40336
|
tags: [],
|
|
@@ -2025,6 +2025,14 @@ export type Routes = {
|
|
|
2025
2025
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2026
2026
|
warning_code: 'ultraloq_access_code_disabled'
|
|
2027
2027
|
}
|
|
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
|
+
}
|
|
2028
2036
|
| {
|
|
2029
2037
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2030
2038
|
message: string
|
|
@@ -2621,6 +2629,14 @@ export type Routes = {
|
|
|
2621
2629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2622
2630
|
warning_code: 'ultraloq_access_code_disabled'
|
|
2623
2631
|
}
|
|
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
|
+
}
|
|
2624
2640
|
| {
|
|
2625
2641
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2626
2642
|
message: string
|
|
@@ -4703,6 +4719,14 @@ export type Routes = {
|
|
|
4703
4719
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4704
4720
|
warning_code: 'ultraloq_access_code_disabled'
|
|
4705
4721
|
}
|
|
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
|
+
}
|
|
4706
4730
|
| {
|
|
4707
4731
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4708
4732
|
message: string
|
|
@@ -5386,6 +5410,14 @@ export type Routes = {
|
|
|
5386
5410
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5387
5411
|
warning_code: 'ultraloq_access_code_disabled'
|
|
5388
5412
|
}
|
|
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
|
+
}
|
|
5389
5421
|
| {
|
|
5390
5422
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5391
5423
|
message: string
|
|
@@ -5973,6 +6005,14 @@ export type Routes = {
|
|
|
5973
6005
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5974
6006
|
warning_code: 'ultraloq_access_code_disabled'
|
|
5975
6007
|
}
|
|
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
|
+
}
|
|
5976
6016
|
| {
|
|
5977
6017
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5978
6018
|
message: string
|
|
@@ -6537,6 +6577,14 @@ export type Routes = {
|
|
|
6537
6577
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6538
6578
|
warning_code: 'ultraloq_access_code_disabled'
|
|
6539
6579
|
}
|
|
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
|
+
}
|
|
6540
6588
|
| {
|
|
6541
6589
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6542
6590
|
message: string
|
|
@@ -7136,6 +7184,14 @@ export type Routes = {
|
|
|
7136
7184
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7137
7185
|
warning_code: 'ultraloq_access_code_disabled'
|
|
7138
7186
|
}
|
|
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
|
+
}
|
|
7139
7195
|
| {
|
|
7140
7196
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7141
7197
|
message: string
|
|
@@ -9205,6 +9261,14 @@ export type Routes = {
|
|
|
9205
9261
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9206
9262
|
warning_code: 'ultraloq_access_code_disabled'
|
|
9207
9263
|
}
|
|
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
|
+
}
|
|
9208
9272
|
| {
|
|
9209
9273
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9210
9274
|
message: string
|
|
@@ -9766,6 +9830,14 @@ export type Routes = {
|
|
|
9766
9830
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9767
9831
|
warning_code: 'ultraloq_access_code_disabled'
|
|
9768
9832
|
}
|
|
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
|
+
}
|
|
9769
9841
|
| {
|
|
9770
9842
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9771
9843
|
message: string
|
|
@@ -112924,6 +112996,14 @@ export type Routes = {
|
|
|
112924
112996
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112925
112997
|
warning_code: 'ultraloq_access_code_disabled'
|
|
112926
112998
|
}
|
|
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
|
+
}
|
|
112927
113007
|
| {
|
|
112928
113008
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112929
113009
|
message: string
|
|
@@ -113471,6 +113551,14 @@ export type Routes = {
|
|
|
113471
113551
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113472
113552
|
warning_code: 'ultraloq_access_code_disabled'
|
|
113473
113553
|
}
|
|
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
|
+
}
|
|
113474
113562
|
| {
|
|
113475
113563
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113476
113564
|
message: string
|