@seamapi/types 1.968.0 → 1.970.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 +47 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +99 -3
- package/dist/index.cjs +47 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +93 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +7 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.js +40 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +57 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +46 -6
- package/src/lib/seam/connect/route-types.ts +63 -3
|
@@ -23296,6 +23296,12 @@ export type Routes = {
|
|
|
23296
23296
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23297
23297
|
message: string;
|
|
23298
23298
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
23299
|
+
} | {
|
|
23300
|
+
/** Date and time at which Seam created the warning. */
|
|
23301
|
+
created_at: string;
|
|
23302
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23303
|
+
message: string;
|
|
23304
|
+
warning_code: 'acs_user_inactive';
|
|
23299
23305
|
} | {
|
|
23300
23306
|
/** Date and time at which Seam created the warning. */
|
|
23301
23307
|
created_at: string;
|
|
@@ -33895,6 +33901,12 @@ export type Routes = {
|
|
|
33895
33901
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33896
33902
|
message: string;
|
|
33897
33903
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
33904
|
+
} | {
|
|
33905
|
+
/** Date and time at which Seam created the warning. */
|
|
33906
|
+
created_at: string;
|
|
33907
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33908
|
+
message: string;
|
|
33909
|
+
warning_code: 'acs_user_inactive';
|
|
33898
33910
|
} | {
|
|
33899
33911
|
/** Date and time at which Seam created the warning. */
|
|
33900
33912
|
created_at: string;
|
|
@@ -34194,6 +34206,12 @@ export type Routes = {
|
|
|
34194
34206
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34195
34207
|
message: string;
|
|
34196
34208
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
34209
|
+
} | {
|
|
34210
|
+
/** Date and time at which Seam created the warning. */
|
|
34211
|
+
created_at: string;
|
|
34212
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34213
|
+
message: string;
|
|
34214
|
+
warning_code: 'acs_user_inactive';
|
|
34197
34215
|
} | {
|
|
34198
34216
|
/** Date and time at which Seam created the warning. */
|
|
34199
34217
|
created_at: string;
|
|
@@ -34481,6 +34499,12 @@ export type Routes = {
|
|
|
34481
34499
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34482
34500
|
message: string;
|
|
34483
34501
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
34502
|
+
} | {
|
|
34503
|
+
/** Date and time at which Seam created the warning. */
|
|
34504
|
+
created_at: string;
|
|
34505
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34506
|
+
message: string;
|
|
34507
|
+
warning_code: 'acs_user_inactive';
|
|
34484
34508
|
} | {
|
|
34485
34509
|
/** Date and time at which Seam created the warning. */
|
|
34486
34510
|
created_at: string;
|
|
@@ -35022,6 +35046,12 @@ export type Routes = {
|
|
|
35022
35046
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35023
35047
|
message: string;
|
|
35024
35048
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
35049
|
+
} | {
|
|
35050
|
+
/** Date and time at which Seam created the warning. */
|
|
35051
|
+
created_at: string;
|
|
35052
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35053
|
+
message: string;
|
|
35054
|
+
warning_code: 'acs_user_inactive';
|
|
35025
35055
|
} | {
|
|
35026
35056
|
/** Date and time at which Seam created the warning. */
|
|
35027
35057
|
created_at: string;
|
|
@@ -35304,6 +35334,12 @@ export type Routes = {
|
|
|
35304
35334
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35305
35335
|
message: string;
|
|
35306
35336
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
35337
|
+
} | {
|
|
35338
|
+
/** Date and time at which Seam created the warning. */
|
|
35339
|
+
created_at: string;
|
|
35340
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35341
|
+
message: string;
|
|
35342
|
+
warning_code: 'acs_user_inactive';
|
|
35307
35343
|
} | {
|
|
35308
35344
|
/** Date and time at which Seam created the warning. */
|
|
35309
35345
|
created_at: string;
|
|
@@ -42650,7 +42686,7 @@ export type Routes = {
|
|
|
42650
42686
|
/** Array of device types for which you want to list devices. */
|
|
42651
42687
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
42652
42688
|
/** Manufacturer for which you want to list devices. */
|
|
42653
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | '
|
|
42689
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
42654
42690
|
/** Array of device IDs for which you want to list devices. */
|
|
42655
42691
|
device_ids?: string[] | undefined;
|
|
42656
42692
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -44822,7 +44858,7 @@ export type Routes = {
|
|
|
44822
44858
|
/** Array of device types for which you want to list devices. */
|
|
44823
44859
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
44824
44860
|
/** Manufacturer for which you want to list devices. */
|
|
44825
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | '
|
|
44861
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
44826
44862
|
/** Array of device IDs for which you want to list devices. */
|
|
44827
44863
|
device_ids?: string[] | undefined;
|
|
44828
44864
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -56683,7 +56719,7 @@ export type Routes = {
|
|
|
56683
56719
|
/** Device types of the locks that you want to list. */
|
|
56684
56720
|
device_types?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock')[] | undefined;
|
|
56685
56721
|
/** Manufacturer of the locks that you want to list. */
|
|
56686
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | '
|
|
56722
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi') | undefined;
|
|
56687
56723
|
/** Array of device IDs for which you want to list devices. */
|
|
56688
56724
|
device_ids?: string[] | undefined;
|
|
56689
56725
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -111014,6 +111050,12 @@ export type Routes = {
|
|
|
111014
111050
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111015
111051
|
message: string;
|
|
111016
111052
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
111053
|
+
} | {
|
|
111054
|
+
/** Date and time at which Seam created the warning. */
|
|
111055
|
+
created_at: string;
|
|
111056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111057
|
+
message: string;
|
|
111058
|
+
warning_code: 'acs_user_inactive';
|
|
111017
111059
|
} | {
|
|
111018
111060
|
/** Date and time at which Seam created the warning. */
|
|
111019
111061
|
created_at: string;
|
|
@@ -113692,6 +113734,12 @@ export type Routes = {
|
|
|
113692
113734
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113693
113735
|
message: string;
|
|
113694
113736
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
113737
|
+
} | {
|
|
113738
|
+
/** Date and time at which Seam created the warning. */
|
|
113739
|
+
created_at: string;
|
|
113740
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113741
|
+
message: string;
|
|
113742
|
+
warning_code: 'acs_user_inactive';
|
|
113695
113743
|
} | {
|
|
113696
113744
|
/** Date and time at which Seam created the warning. */
|
|
113697
113745
|
created_at: string;
|
|
@@ -115854,6 +115902,12 @@ export type Routes = {
|
|
|
115854
115902
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115855
115903
|
message: string;
|
|
115856
115904
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
115905
|
+
} | {
|
|
115906
|
+
/** Date and time at which Seam created the warning. */
|
|
115907
|
+
created_at: string;
|
|
115908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115909
|
+
message: string;
|
|
115910
|
+
warning_code: 'acs_user_inactive';
|
|
115857
115911
|
} | {
|
|
115858
115912
|
/** Date and time at which Seam created the warning. */
|
|
115859
115913
|
created_at: string;
|
package/package.json
CHANGED
|
@@ -149,6 +149,14 @@ const acs_users_salto_ks_user_not_subscribed = common_acs_user_warning
|
|
|
149
149
|
'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is not subscribed on Salto KS, so they cannot unlock doors or perform any actions. This occurs when the their access schedule hasn’t started yet, if their access schedule has ended, if the site has reached its limit for active users (subscription slots), or if they have been manually unsubscribed.',
|
|
150
150
|
)
|
|
151
151
|
|
|
152
|
+
export const acs_user_inactive = common_acs_user_warning
|
|
153
|
+
.extend({
|
|
154
|
+
warning_code: z.literal('acs_user_inactive'),
|
|
155
|
+
})
|
|
156
|
+
.describe(
|
|
157
|
+
'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access—for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked.',
|
|
158
|
+
)
|
|
159
|
+
|
|
152
160
|
export const unknown_issue_with_acs_user = common_acs_user_warning
|
|
153
161
|
.extend({
|
|
154
162
|
warning_code: z.literal('unknown_issue_with_acs_user'),
|
|
@@ -170,6 +178,7 @@ const _acs_users_warning_map = z.object({
|
|
|
170
178
|
salto_ks_user_not_subscribed: acs_users_salto_ks_user_not_subscribed
|
|
171
179
|
.optional()
|
|
172
180
|
.nullable(),
|
|
181
|
+
acs_user_inactive: acs_user_inactive.optional().nullable(),
|
|
173
182
|
unknown_issue_with_acs_user: unknown_issue_with_acs_user
|
|
174
183
|
.optional()
|
|
175
184
|
.nullable(),
|
|
@@ -180,6 +189,7 @@ export const acs_users_warnings = z
|
|
|
180
189
|
.discriminatedUnion('warning_code', [
|
|
181
190
|
acs_users_being_deleted,
|
|
182
191
|
acs_users_salto_ks_user_not_subscribed,
|
|
192
|
+
acs_user_inactive,
|
|
183
193
|
unknown_issue_with_acs_user,
|
|
184
194
|
latch_resident_user,
|
|
185
195
|
])
|
|
@@ -5671,6 +5671,29 @@ const openapi: OpenAPISpec = {
|
|
|
5671
5671
|
required: ['created_at', 'message', 'warning_code'],
|
|
5672
5672
|
type: 'object',
|
|
5673
5673
|
},
|
|
5674
|
+
{
|
|
5675
|
+
description:
|
|
5676
|
+
'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access—for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked.',
|
|
5677
|
+
properties: {
|
|
5678
|
+
created_at: {
|
|
5679
|
+
description:
|
|
5680
|
+
'Date and time at which Seam created the warning.',
|
|
5681
|
+
format: 'date-time',
|
|
5682
|
+
type: 'string',
|
|
5683
|
+
},
|
|
5684
|
+
message: {
|
|
5685
|
+
description:
|
|
5686
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
5687
|
+
type: 'string',
|
|
5688
|
+
},
|
|
5689
|
+
warning_code: {
|
|
5690
|
+
enum: ['acs_user_inactive'],
|
|
5691
|
+
type: 'string',
|
|
5692
|
+
},
|
|
5693
|
+
},
|
|
5694
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
5695
|
+
type: 'object',
|
|
5696
|
+
},
|
|
5674
5697
|
{
|
|
5675
5698
|
description:
|
|
5676
5699
|
'An unknown issue occurred while syncing the state of this [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.',
|
|
@@ -32440,6 +32463,29 @@ const openapi: OpenAPISpec = {
|
|
|
32440
32463
|
required: ['created_at', 'message', 'warning_code'],
|
|
32441
32464
|
type: 'object',
|
|
32442
32465
|
},
|
|
32466
|
+
{
|
|
32467
|
+
description:
|
|
32468
|
+
'Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access—for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked.',
|
|
32469
|
+
properties: {
|
|
32470
|
+
created_at: {
|
|
32471
|
+
description:
|
|
32472
|
+
'Date and time at which Seam created the warning.',
|
|
32473
|
+
format: 'date-time',
|
|
32474
|
+
type: 'string',
|
|
32475
|
+
},
|
|
32476
|
+
message: {
|
|
32477
|
+
description:
|
|
32478
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
32479
|
+
type: 'string',
|
|
32480
|
+
},
|
|
32481
|
+
warning_code: {
|
|
32482
|
+
enum: ['acs_user_inactive'],
|
|
32483
|
+
type: 'string',
|
|
32484
|
+
},
|
|
32485
|
+
},
|
|
32486
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
32487
|
+
type: 'object',
|
|
32488
|
+
},
|
|
32443
32489
|
{
|
|
32444
32490
|
description:
|
|
32445
32491
|
'An unknown issue occurred while syncing the state of this [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.',
|
|
@@ -57485,7 +57531,6 @@ const openapi: OpenAPISpec = {
|
|
|
57485
57531
|
'dormakaba_oracode',
|
|
57486
57532
|
'tedee',
|
|
57487
57533
|
'keyincode',
|
|
57488
|
-
'kisi',
|
|
57489
57534
|
'akiles',
|
|
57490
57535
|
'ecobee',
|
|
57491
57536
|
'honeywell_resideo',
|
|
@@ -58012,7 +58057,6 @@ const openapi: OpenAPISpec = {
|
|
|
58012
58057
|
'dormakaba_oracode',
|
|
58013
58058
|
'tedee',
|
|
58014
58059
|
'keyincode',
|
|
58015
|
-
'kisi',
|
|
58016
58060
|
'akiles',
|
|
58017
58061
|
'ecobee',
|
|
58018
58062
|
'honeywell_resideo',
|
|
@@ -60297,7 +60341,6 @@ const openapi: OpenAPISpec = {
|
|
|
60297
60341
|
'dormakaba_oracode',
|
|
60298
60342
|
'tedee',
|
|
60299
60343
|
'keyincode',
|
|
60300
|
-
'kisi',
|
|
60301
60344
|
'akiles',
|
|
60302
60345
|
'ecobee',
|
|
60303
60346
|
'honeywell_resideo',
|
|
@@ -60823,7 +60866,6 @@ const openapi: OpenAPISpec = {
|
|
|
60823
60866
|
'dormakaba_oracode',
|
|
60824
60867
|
'tedee',
|
|
60825
60868
|
'keyincode',
|
|
60826
|
-
'kisi',
|
|
60827
60869
|
'akiles',
|
|
60828
60870
|
'ecobee',
|
|
60829
60871
|
'honeywell_resideo',
|
|
@@ -63043,7 +63085,6 @@ const openapi: OpenAPISpec = {
|
|
|
63043
63085
|
'dormakaba_oracode',
|
|
63044
63086
|
'tedee',
|
|
63045
63087
|
'keyincode',
|
|
63046
|
-
'kisi',
|
|
63047
63088
|
'akiles',
|
|
63048
63089
|
'korelock',
|
|
63049
63090
|
'smartthings',
|
|
@@ -63476,7 +63517,6 @@ const openapi: OpenAPISpec = {
|
|
|
63476
63517
|
'dormakaba_oracode',
|
|
63477
63518
|
'tedee',
|
|
63478
63519
|
'keyincode',
|
|
63479
|
-
'kisi',
|
|
63480
63520
|
'akiles',
|
|
63481
63521
|
'korelock',
|
|
63482
63522
|
'smartthings',
|
|
@@ -27668,6 +27668,13 @@ export type Routes = {
|
|
|
27668
27668
|
message: string
|
|
27669
27669
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
27670
27670
|
}
|
|
27671
|
+
| {
|
|
27672
|
+
/** Date and time at which Seam created the warning. */
|
|
27673
|
+
created_at: string
|
|
27674
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27675
|
+
message: string
|
|
27676
|
+
warning_code: 'acs_user_inactive'
|
|
27677
|
+
}
|
|
27671
27678
|
| {
|
|
27672
27679
|
/** Date and time at which Seam created the warning. */
|
|
27673
27680
|
created_at: string
|
|
@@ -40371,6 +40378,13 @@ export type Routes = {
|
|
|
40371
40378
|
message: string
|
|
40372
40379
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
40373
40380
|
}
|
|
40381
|
+
| {
|
|
40382
|
+
/** Date and time at which Seam created the warning. */
|
|
40383
|
+
created_at: string
|
|
40384
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40385
|
+
message: string
|
|
40386
|
+
warning_code: 'acs_user_inactive'
|
|
40387
|
+
}
|
|
40374
40388
|
| {
|
|
40375
40389
|
/** Date and time at which Seam created the warning. */
|
|
40376
40390
|
created_at: string
|
|
@@ -40712,6 +40726,13 @@ export type Routes = {
|
|
|
40712
40726
|
message: string
|
|
40713
40727
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
40714
40728
|
}
|
|
40729
|
+
| {
|
|
40730
|
+
/** Date and time at which Seam created the warning. */
|
|
40731
|
+
created_at: string
|
|
40732
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40733
|
+
message: string
|
|
40734
|
+
warning_code: 'acs_user_inactive'
|
|
40735
|
+
}
|
|
40715
40736
|
| {
|
|
40716
40737
|
/** Date and time at which Seam created the warning. */
|
|
40717
40738
|
created_at: string
|
|
@@ -41041,6 +41062,13 @@ export type Routes = {
|
|
|
41041
41062
|
message: string
|
|
41042
41063
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
41043
41064
|
}
|
|
41065
|
+
| {
|
|
41066
|
+
/** Date and time at which Seam created the warning. */
|
|
41067
|
+
created_at: string
|
|
41068
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41069
|
+
message: string
|
|
41070
|
+
warning_code: 'acs_user_inactive'
|
|
41071
|
+
}
|
|
41044
41072
|
| {
|
|
41045
41073
|
/** Date and time at which Seam created the warning. */
|
|
41046
41074
|
created_at: string
|
|
@@ -41675,6 +41703,13 @@ export type Routes = {
|
|
|
41675
41703
|
message: string
|
|
41676
41704
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
41677
41705
|
}
|
|
41706
|
+
| {
|
|
41707
|
+
/** Date and time at which Seam created the warning. */
|
|
41708
|
+
created_at: string
|
|
41709
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41710
|
+
message: string
|
|
41711
|
+
warning_code: 'acs_user_inactive'
|
|
41712
|
+
}
|
|
41678
41713
|
| {
|
|
41679
41714
|
/** Date and time at which Seam created the warning. */
|
|
41680
41715
|
created_at: string
|
|
@@ -41999,6 +42034,13 @@ export type Routes = {
|
|
|
41999
42034
|
message: string
|
|
42000
42035
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
42001
42036
|
}
|
|
42037
|
+
| {
|
|
42038
|
+
/** Date and time at which Seam created the warning. */
|
|
42039
|
+
created_at: string
|
|
42040
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42041
|
+
message: string
|
|
42042
|
+
warning_code: 'acs_user_inactive'
|
|
42043
|
+
}
|
|
42002
42044
|
| {
|
|
42003
42045
|
/** Date and time at which Seam created the warning. */
|
|
42004
42046
|
created_at: string
|
|
@@ -50929,7 +50971,6 @@ export type Routes = {
|
|
|
50929
50971
|
| 'dormakaba_oracode'
|
|
50930
50972
|
| 'tedee'
|
|
50931
50973
|
| 'keyincode'
|
|
50932
|
-
| 'kisi'
|
|
50933
50974
|
| 'akiles'
|
|
50934
50975
|
| 'ecobee'
|
|
50935
50976
|
| 'honeywell_resideo'
|
|
@@ -55170,7 +55211,6 @@ export type Routes = {
|
|
|
55170
55211
|
| 'dormakaba_oracode'
|
|
55171
55212
|
| 'tedee'
|
|
55172
55213
|
| 'keyincode'
|
|
55173
|
-
| 'kisi'
|
|
55174
55214
|
| 'akiles'
|
|
55175
55215
|
| 'ecobee'
|
|
55176
55216
|
| 'honeywell_resideo'
|
|
@@ -69443,7 +69483,6 @@ export type Routes = {
|
|
|
69443
69483
|
| 'dormakaba_oracode'
|
|
69444
69484
|
| 'tedee'
|
|
69445
69485
|
| 'keyincode'
|
|
69446
|
-
| 'kisi'
|
|
69447
69486
|
| 'akiles'
|
|
69448
69487
|
| 'korelock'
|
|
69449
69488
|
| 'smartthings'
|
|
@@ -135177,6 +135216,13 @@ export type Routes = {
|
|
|
135177
135216
|
message: string
|
|
135178
135217
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
135179
135218
|
}
|
|
135219
|
+
| {
|
|
135220
|
+
/** Date and time at which Seam created the warning. */
|
|
135221
|
+
created_at: string
|
|
135222
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
135223
|
+
message: string
|
|
135224
|
+
warning_code: 'acs_user_inactive'
|
|
135225
|
+
}
|
|
135180
135226
|
| {
|
|
135181
135227
|
/** Date and time at which Seam created the warning. */
|
|
135182
135228
|
created_at: string
|
|
@@ -138529,6 +138575,13 @@ export type Routes = {
|
|
|
138529
138575
|
message: string
|
|
138530
138576
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
138531
138577
|
}
|
|
138578
|
+
| {
|
|
138579
|
+
/** Date and time at which Seam created the warning. */
|
|
138580
|
+
created_at: string
|
|
138581
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
138582
|
+
message: string
|
|
138583
|
+
warning_code: 'acs_user_inactive'
|
|
138584
|
+
}
|
|
138532
138585
|
| {
|
|
138533
138586
|
/** Date and time at which Seam created the warning. */
|
|
138534
138587
|
created_at: string
|
|
@@ -141150,6 +141203,13 @@ export type Routes = {
|
|
|
141150
141203
|
message: string
|
|
141151
141204
|
warning_code: 'salto_ks_user_not_subscribed'
|
|
141152
141205
|
}
|
|
141206
|
+
| {
|
|
141207
|
+
/** Date and time at which Seam created the warning. */
|
|
141208
|
+
created_at: string
|
|
141209
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141210
|
+
message: string
|
|
141211
|
+
warning_code: 'acs_user_inactive'
|
|
141212
|
+
}
|
|
141153
141213
|
| {
|
|
141154
141214
|
/** Date and time at which Seam created the warning. */
|
|
141155
141215
|
created_at: string
|