@seamapi/types 1.764.0 → 1.766.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 +65 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +210 -0
- package/dist/index.cjs +65 -0
- 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/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +58 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +81 -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/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +69 -0
- package/src/lib/seam/connect/route-types.ts +92 -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;
|
|
@@ -30071,6 +30134,8 @@ export type Routes = {
|
|
|
30071
30134
|
exclude?: boolean;
|
|
30072
30135
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
30073
30136
|
exclude_reservation_management?: boolean;
|
|
30137
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
30138
|
+
exclude_reservation_technical_details?: boolean;
|
|
30074
30139
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
30075
30140
|
exclude_staff_management?: boolean;
|
|
30076
30141
|
/** Configuration for event type filtering in the manage feature. */
|
|
@@ -63198,6 +63263,8 @@ export type Routes = {
|
|
|
63198
63263
|
exclude?: boolean;
|
|
63199
63264
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
63200
63265
|
exclude_reservation_management?: boolean;
|
|
63266
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
63267
|
+
exclude_reservation_technical_details?: boolean;
|
|
63201
63268
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
63202
63269
|
exclude_staff_management?: boolean;
|
|
63203
63270
|
/** Configuration for event type filtering in the manage feature. */
|
|
@@ -95075,6 +95142,13 @@ export type Routes = {
|
|
|
95075
95142
|
created_at?: string | undefined;
|
|
95076
95143
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95077
95144
|
warning_code: 'ultraloq_access_code_disabled';
|
|
95145
|
+
} | {
|
|
95146
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95147
|
+
message: string;
|
|
95148
|
+
/** Date and time at which Seam created the warning. */
|
|
95149
|
+
created_at?: string | undefined;
|
|
95150
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95151
|
+
warning_code: 'using_backup_access_code';
|
|
95078
95152
|
} | {
|
|
95079
95153
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95080
95154
|
message: string;
|
|
@@ -95565,6 +95639,13 @@ export type Routes = {
|
|
|
95565
95639
|
created_at?: string | undefined;
|
|
95566
95640
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95567
95641
|
warning_code: 'ultraloq_access_code_disabled';
|
|
95642
|
+
} | {
|
|
95643
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95644
|
+
message: string;
|
|
95645
|
+
/** Date and time at which Seam created the warning. */
|
|
95646
|
+
created_at?: string | undefined;
|
|
95647
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95648
|
+
warning_code: 'using_backup_access_code';
|
|
95568
95649
|
} | {
|
|
95569
95650
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95570
95651
|
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
|
|
|
@@ -33,6 +33,12 @@ const base_manage_feature = base_feature.extend({
|
|
|
33
33
|
.describe(
|
|
34
34
|
'Indicates whether the customer can manage reservations for their properties.',
|
|
35
35
|
),
|
|
36
|
+
exclude_reservation_technical_details: z
|
|
37
|
+
.boolean()
|
|
38
|
+
.default(false)
|
|
39
|
+
.describe(
|
|
40
|
+
'Indicates whether to exclude technical details from reservation views.',
|
|
41
|
+
),
|
|
36
42
|
exclude_staff_management: z
|
|
37
43
|
.boolean()
|
|
38
44
|
.default(false)
|
|
@@ -188,6 +194,7 @@ export const portal_configuration = portal_configuration_base
|
|
|
188
194
|
manage: {
|
|
189
195
|
exclude: false,
|
|
190
196
|
exclude_reservation_management: false,
|
|
197
|
+
exclude_reservation_technical_details: false,
|
|
191
198
|
exclude_staff_management: false,
|
|
192
199
|
},
|
|
193
200
|
manage_devices: {
|
|
@@ -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: {
|
|
@@ -49405,6 +49455,7 @@ export default {
|
|
|
49405
49455
|
manage: {
|
|
49406
49456
|
exclude: false,
|
|
49407
49457
|
exclude_reservation_management: false,
|
|
49458
|
+
exclude_reservation_technical_details: false,
|
|
49408
49459
|
exclude_staff_management: false,
|
|
49409
49460
|
},
|
|
49410
49461
|
manage_devices: { exclude: false },
|
|
@@ -49570,6 +49621,12 @@ export default {
|
|
|
49570
49621
|
'Indicates whether the customer can manage reservations for their properties.',
|
|
49571
49622
|
type: 'boolean',
|
|
49572
49623
|
},
|
|
49624
|
+
exclude_reservation_technical_details: {
|
|
49625
|
+
default: false,
|
|
49626
|
+
description:
|
|
49627
|
+
'Indicates whether to exclude technical details from reservation views.',
|
|
49628
|
+
type: 'boolean',
|
|
49629
|
+
},
|
|
49573
49630
|
exclude_staff_management: {
|
|
49574
49631
|
default: false,
|
|
49575
49632
|
description:
|
|
@@ -65979,6 +66036,12 @@ export default {
|
|
|
65979
66036
|
'Indicates whether the customer can manage reservations for their properties.',
|
|
65980
66037
|
type: 'boolean',
|
|
65981
66038
|
},
|
|
66039
|
+
exclude_reservation_technical_details: {
|
|
66040
|
+
default: false,
|
|
66041
|
+
description:
|
|
66042
|
+
'Indicates whether to exclude technical details from reservation views.',
|
|
66043
|
+
type: 'boolean',
|
|
66044
|
+
},
|
|
65982
66045
|
exclude_staff_management: {
|
|
65983
66046
|
default: false,
|
|
65984
66047
|
description:
|
|
@@ -66378,6 +66441,12 @@ export default {
|
|
|
66378
66441
|
'Indicates whether the customer can manage reservations for their properties.',
|
|
66379
66442
|
type: 'boolean',
|
|
66380
66443
|
},
|
|
66444
|
+
exclude_reservation_technical_details: {
|
|
66445
|
+
default: false,
|
|
66446
|
+
description:
|
|
66447
|
+
'Indicates whether to exclude technical details from reservation views.',
|
|
66448
|
+
type: 'boolean',
|
|
66449
|
+
},
|
|
66381
66450
|
exclude_staff_management: {
|
|
66382
66451
|
default: false,
|
|
66383
66452
|
description:
|
|
@@ -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
|
|
@@ -34853,6 +34925,8 @@ export type Routes = {
|
|
|
34853
34925
|
exclude?: boolean
|
|
34854
34926
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
34855
34927
|
exclude_reservation_management?: boolean
|
|
34928
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
34929
|
+
exclude_reservation_technical_details?: boolean
|
|
34856
34930
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
34857
34931
|
exclude_staff_management?: boolean
|
|
34858
34932
|
/** Configuration for event type filtering in the manage feature. */
|
|
@@ -75247,6 +75321,8 @@ export type Routes = {
|
|
|
75247
75321
|
exclude?: boolean
|
|
75248
75322
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
75249
75323
|
exclude_reservation_management?: boolean
|
|
75324
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
75325
|
+
exclude_reservation_technical_details?: boolean
|
|
75250
75326
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
75251
75327
|
exclude_staff_management?: boolean
|
|
75252
75328
|
/** Configuration for event type filtering in the manage feature. */
|
|
@@ -112924,6 +113000,14 @@ export type Routes = {
|
|
|
112924
113000
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112925
113001
|
warning_code: 'ultraloq_access_code_disabled'
|
|
112926
113002
|
}
|
|
113003
|
+
| {
|
|
113004
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113005
|
+
message: string
|
|
113006
|
+
/** Date and time at which Seam created the warning. */
|
|
113007
|
+
created_at?: string | undefined
|
|
113008
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113009
|
+
warning_code: 'using_backup_access_code'
|
|
113010
|
+
}
|
|
112927
113011
|
| {
|
|
112928
113012
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112929
113013
|
message: string
|
|
@@ -113471,6 +113555,14 @@ export type Routes = {
|
|
|
113471
113555
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113472
113556
|
warning_code: 'ultraloq_access_code_disabled'
|
|
113473
113557
|
}
|
|
113558
|
+
| {
|
|
113559
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113560
|
+
message: string
|
|
113561
|
+
/** Date and time at which Seam created the warning. */
|
|
113562
|
+
created_at?: string | undefined
|
|
113563
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113564
|
+
warning_code: 'using_backup_access_code'
|
|
113565
|
+
}
|
|
113474
113566
|
| {
|
|
113475
113567
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113476
113568
|
message: string
|