@seamapi/types 1.1035.0 → 1.1037.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/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -74
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -21
- 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 +5 -26
- package/lib/seam/connect/models/events/access-codes.d.ts +8 -364
- package/lib/seam/connect/models/events/access-codes.js +4 -16
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +4 -181
- package/lib/seam/connect/openapi.js +20 -297
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +22 -419
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -22
- package/src/lib/seam/connect/models/events/access-codes.ts +6 -23
- package/src/lib/seam/connect/openapi.ts +20 -335
- package/src/lib/seam/connect/route-types.ts +22 -454
|
@@ -1965,7 +1965,7 @@ export type Routes = {
|
|
|
1965
1965
|
/** Date and time at which Seam created the error. */
|
|
1966
1966
|
created_at?: string | undefined;
|
|
1967
1967
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1968
|
-
error_code: '
|
|
1968
|
+
error_code: 'failed_to_update';
|
|
1969
1969
|
} | {
|
|
1970
1970
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1971
1971
|
message: string;
|
|
@@ -2166,13 +2166,6 @@ export type Routes = {
|
|
|
2166
2166
|
created_at?: string | undefined;
|
|
2167
2167
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2168
2168
|
warning_code: 'delay_in_issuing';
|
|
2169
|
-
} | {
|
|
2170
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2171
|
-
message: string;
|
|
2172
|
-
/** Date and time at which Seam created the warning. */
|
|
2173
|
-
created_at?: string | undefined;
|
|
2174
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2175
|
-
warning_code: 'delay_in_applying_mutations';
|
|
2176
2169
|
} | {
|
|
2177
2170
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2178
2171
|
message: string;
|
|
@@ -2503,7 +2496,7 @@ export type Routes = {
|
|
|
2503
2496
|
/** Date and time at which Seam created the error. */
|
|
2504
2497
|
created_at?: string | undefined;
|
|
2505
2498
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2506
|
-
error_code: '
|
|
2499
|
+
error_code: 'failed_to_update';
|
|
2507
2500
|
} | {
|
|
2508
2501
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2509
2502
|
message: string;
|
|
@@ -2704,13 +2697,6 @@ export type Routes = {
|
|
|
2704
2697
|
created_at?: string | undefined;
|
|
2705
2698
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2706
2699
|
warning_code: 'delay_in_issuing';
|
|
2707
|
-
} | {
|
|
2708
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2709
|
-
message: string;
|
|
2710
|
-
/** Date and time at which Seam created the warning. */
|
|
2711
|
-
created_at?: string | undefined;
|
|
2712
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2713
|
-
warning_code: 'delay_in_applying_mutations';
|
|
2714
2700
|
} | {
|
|
2715
2701
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2716
2702
|
message: string;
|
|
@@ -4845,7 +4831,7 @@ export type Routes = {
|
|
|
4845
4831
|
/** Date and time at which Seam created the error. */
|
|
4846
4832
|
created_at?: string | undefined;
|
|
4847
4833
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4848
|
-
error_code: '
|
|
4834
|
+
error_code: 'failed_to_update';
|
|
4849
4835
|
} | {
|
|
4850
4836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4851
4837
|
message: string;
|
|
@@ -5046,13 +5032,6 @@ export type Routes = {
|
|
|
5046
5032
|
created_at?: string | undefined;
|
|
5047
5033
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5048
5034
|
warning_code: 'delay_in_issuing';
|
|
5049
|
-
} | {
|
|
5050
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5051
|
-
message: string;
|
|
5052
|
-
/** Date and time at which Seam created the warning. */
|
|
5053
|
-
created_at?: string | undefined;
|
|
5054
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5055
|
-
warning_code: 'delay_in_applying_mutations';
|
|
5056
5035
|
} | {
|
|
5057
5036
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5058
5037
|
message: string;
|
|
@@ -5431,7 +5410,7 @@ export type Routes = {
|
|
|
5431
5410
|
/** Date and time at which Seam created the error. */
|
|
5432
5411
|
created_at?: string | undefined;
|
|
5433
5412
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5434
|
-
error_code: '
|
|
5413
|
+
error_code: 'failed_to_update';
|
|
5435
5414
|
} | {
|
|
5436
5415
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5437
5416
|
message: string;
|
|
@@ -5632,13 +5611,6 @@ export type Routes = {
|
|
|
5632
5611
|
created_at?: string | undefined;
|
|
5633
5612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5634
5613
|
warning_code: 'delay_in_issuing';
|
|
5635
|
-
} | {
|
|
5636
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5637
|
-
message: string;
|
|
5638
|
-
/** Date and time at which Seam created the warning. */
|
|
5639
|
-
created_at?: string | undefined;
|
|
5640
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5641
|
-
warning_code: 'delay_in_applying_mutations';
|
|
5642
5614
|
} | {
|
|
5643
5615
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5644
5616
|
message: string;
|
|
@@ -5960,7 +5932,7 @@ export type Routes = {
|
|
|
5960
5932
|
/** Date and time at which Seam created the error. */
|
|
5961
5933
|
created_at?: string | undefined;
|
|
5962
5934
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5963
|
-
error_code: '
|
|
5935
|
+
error_code: 'failed_to_update';
|
|
5964
5936
|
} | {
|
|
5965
5937
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5966
5938
|
message: string;
|
|
@@ -6161,13 +6133,6 @@ export type Routes = {
|
|
|
6161
6133
|
created_at?: string | undefined;
|
|
6162
6134
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6163
6135
|
warning_code: 'delay_in_issuing';
|
|
6164
|
-
} | {
|
|
6165
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6166
|
-
message: string;
|
|
6167
|
-
/** Date and time at which Seam created the warning. */
|
|
6168
|
-
created_at?: string | undefined;
|
|
6169
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6170
|
-
warning_code: 'delay_in_applying_mutations';
|
|
6171
6136
|
} | {
|
|
6172
6137
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6173
6138
|
message: string;
|
|
@@ -6466,7 +6431,7 @@ export type Routes = {
|
|
|
6466
6431
|
/** Date and time at which Seam created the error. */
|
|
6467
6432
|
created_at?: string | undefined;
|
|
6468
6433
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6469
|
-
error_code: '
|
|
6434
|
+
error_code: 'failed_to_update';
|
|
6470
6435
|
} | {
|
|
6471
6436
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6472
6437
|
message: string;
|
|
@@ -6667,13 +6632,6 @@ export type Routes = {
|
|
|
6667
6632
|
created_at?: string | undefined;
|
|
6668
6633
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6669
6634
|
warning_code: 'delay_in_issuing';
|
|
6670
|
-
} | {
|
|
6671
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6672
|
-
message: string;
|
|
6673
|
-
/** Date and time at which Seam created the warning. */
|
|
6674
|
-
created_at?: string | undefined;
|
|
6675
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6676
|
-
warning_code: 'delay_in_applying_mutations';
|
|
6677
6635
|
} | {
|
|
6678
6636
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6679
6637
|
message: string;
|
|
@@ -7005,7 +6963,7 @@ export type Routes = {
|
|
|
7005
6963
|
/** Date and time at which Seam created the error. */
|
|
7006
6964
|
created_at?: string | undefined;
|
|
7007
6965
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7008
|
-
error_code: '
|
|
6966
|
+
error_code: 'failed_to_update';
|
|
7009
6967
|
} | {
|
|
7010
6968
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7011
6969
|
message: string;
|
|
@@ -7206,13 +7164,6 @@ export type Routes = {
|
|
|
7206
7164
|
created_at?: string | undefined;
|
|
7207
7165
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7208
7166
|
warning_code: 'delay_in_issuing';
|
|
7209
|
-
} | {
|
|
7210
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7211
|
-
message: string;
|
|
7212
|
-
/** Date and time at which Seam created the warning. */
|
|
7213
|
-
created_at?: string | undefined;
|
|
7214
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7215
|
-
warning_code: 'delay_in_applying_mutations';
|
|
7216
7167
|
} | {
|
|
7217
7168
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7218
7169
|
message: string;
|
|
@@ -9256,7 +9207,7 @@ export type Routes = {
|
|
|
9256
9207
|
/** Date and time at which Seam created the error. */
|
|
9257
9208
|
created_at?: string | undefined;
|
|
9258
9209
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9259
|
-
error_code: '
|
|
9210
|
+
error_code: 'failed_to_update';
|
|
9260
9211
|
} | {
|
|
9261
9212
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9262
9213
|
message: string;
|
|
@@ -9457,13 +9408,6 @@ export type Routes = {
|
|
|
9457
9408
|
created_at?: string | undefined;
|
|
9458
9409
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9459
9410
|
warning_code: 'delay_in_issuing';
|
|
9460
|
-
} | {
|
|
9461
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9462
|
-
message: string;
|
|
9463
|
-
/** Date and time at which Seam created the warning. */
|
|
9464
|
-
created_at?: string | undefined;
|
|
9465
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9466
|
-
warning_code: 'delay_in_applying_mutations';
|
|
9467
9411
|
} | {
|
|
9468
9412
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9469
9413
|
message: string;
|
|
@@ -9681,7 +9625,7 @@ export type Routes = {
|
|
|
9681
9625
|
/** Date and time at which Seam created the error. */
|
|
9682
9626
|
created_at?: string | undefined;
|
|
9683
9627
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9684
|
-
error_code: '
|
|
9628
|
+
error_code: 'failed_to_update';
|
|
9685
9629
|
} | {
|
|
9686
9630
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9687
9631
|
message: string;
|
|
@@ -9882,13 +9826,6 @@ export type Routes = {
|
|
|
9882
9826
|
created_at?: string | undefined;
|
|
9883
9827
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9884
9828
|
warning_code: 'delay_in_issuing';
|
|
9885
|
-
} | {
|
|
9886
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9887
|
-
message: string;
|
|
9888
|
-
/** Date and time at which Seam created the warning. */
|
|
9889
|
-
created_at?: string | undefined;
|
|
9890
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9891
|
-
warning_code: 'delay_in_applying_mutations';
|
|
9892
9829
|
} | {
|
|
9893
9830
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9894
9831
|
message: string;
|
|
@@ -44821,7 +44758,7 @@ export type Routes = {
|
|
|
44821
44758
|
/** Array of device types for which you want to list devices. */
|
|
44822
44759
|
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' | 'yacan_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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;
|
|
44823
44760
|
/** Manufacturer for which you want to list devices. */
|
|
44824
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | '
|
|
44761
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'lockly' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack' | 'yacan') | undefined;
|
|
44825
44762
|
/** Array of device IDs for which you want to list devices. */
|
|
44826
44763
|
device_ids?: string[] | undefined;
|
|
44827
44764
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -47055,7 +46992,7 @@ export type Routes = {
|
|
|
47055
46992
|
/** Array of device types for which you want to list devices. */
|
|
47056
46993
|
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' | 'yacan_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_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;
|
|
47057
46994
|
/** Manufacturer for which you want to list devices. */
|
|
47058
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | '
|
|
46995
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'lockly' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack' | 'yacan') | undefined;
|
|
47059
46996
|
/** Array of device IDs for which you want to list devices. */
|
|
47060
46997
|
device_ids?: string[] | undefined;
|
|
47061
46998
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -48313,87 +48250,7 @@ export type Routes = {
|
|
|
48313
48250
|
connected_account_custom_metadata?: {
|
|
48314
48251
|
[x: string]: string | boolean;
|
|
48315
48252
|
} | undefined;
|
|
48316
|
-
event_type: 'access_code.
|
|
48317
|
-
/** Errors associated with the connected account. */
|
|
48318
|
-
connected_account_errors: {
|
|
48319
|
-
/** Date and time at which Seam created the error. */
|
|
48320
|
-
created_at: string;
|
|
48321
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48322
|
-
message: string;
|
|
48323
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
48324
|
-
error_code: string;
|
|
48325
|
-
}[];
|
|
48326
|
-
/** Warnings associated with the connected account. */
|
|
48327
|
-
connected_account_warnings: {
|
|
48328
|
-
/** Date and time at which Seam created the warning. */
|
|
48329
|
-
created_at: string;
|
|
48330
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48331
|
-
message: string;
|
|
48332
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48333
|
-
warning_code: string;
|
|
48334
|
-
}[];
|
|
48335
|
-
/** Errors associated with the device. */
|
|
48336
|
-
device_errors: {
|
|
48337
|
-
/** Date and time at which Seam created the error. */
|
|
48338
|
-
created_at: string;
|
|
48339
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48340
|
-
message: string;
|
|
48341
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
48342
|
-
error_code: string;
|
|
48343
|
-
}[];
|
|
48344
|
-
/** Warnings associated with the device. */
|
|
48345
|
-
device_warnings: {
|
|
48346
|
-
/** Date and time at which Seam created the warning. */
|
|
48347
|
-
created_at: string;
|
|
48348
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48349
|
-
message: string;
|
|
48350
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48351
|
-
warning_code: string;
|
|
48352
|
-
}[];
|
|
48353
|
-
/** Errors associated with the access code. */
|
|
48354
|
-
access_code_errors: {
|
|
48355
|
-
/** Date and time at which Seam created the error. */
|
|
48356
|
-
created_at: string;
|
|
48357
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48358
|
-
message: string;
|
|
48359
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
48360
|
-
error_code: string;
|
|
48361
|
-
}[];
|
|
48362
|
-
/** Warnings associated with the access code. */
|
|
48363
|
-
access_code_warnings: {
|
|
48364
|
-
/** Date and time at which Seam created the warning. */
|
|
48365
|
-
created_at: string;
|
|
48366
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48367
|
-
message: string;
|
|
48368
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48369
|
-
warning_code: string;
|
|
48370
|
-
}[];
|
|
48371
|
-
} | {
|
|
48372
|
-
/** ID of the event. */
|
|
48373
|
-
event_id: string;
|
|
48374
|
-
/** ID of the workspace associated with the event. */
|
|
48375
|
-
workspace_id: string;
|
|
48376
|
-
/** Date and time at which the event was created. */
|
|
48377
|
-
created_at: string;
|
|
48378
|
-
/** Date and time at which the event occurred. */
|
|
48379
|
-
occurred_at: string;
|
|
48380
|
-
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
48381
|
-
event_description?: string | undefined;
|
|
48382
|
-
/** ID of the affected access code. */
|
|
48383
|
-
access_code_id: string;
|
|
48384
|
-
/** ID of the device associated with the affected access code. */
|
|
48385
|
-
device_id: string;
|
|
48386
|
-
/** ID of the connected account associated with the affected access code. */
|
|
48387
|
-
connected_account_id: string;
|
|
48388
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
48389
|
-
device_custom_metadata?: {
|
|
48390
|
-
[x: string]: string | boolean;
|
|
48391
|
-
} | undefined;
|
|
48392
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
48393
|
-
connected_account_custom_metadata?: {
|
|
48394
|
-
[x: string]: string | boolean;
|
|
48395
|
-
} | undefined;
|
|
48396
|
-
event_type: 'access_code.failed_to_apply_mutations';
|
|
48253
|
+
event_type: 'access_code.failed_to_update';
|
|
48397
48254
|
/** Errors associated with the connected account. */
|
|
48398
48255
|
connected_account_errors: {
|
|
48399
48256
|
/** Date and time at which Seam created the error. */
|
|
@@ -51308,9 +51165,9 @@ export type Routes = {
|
|
|
51308
51165
|
/** IDs of the access codes for which you want to list events. */
|
|
51309
51166
|
access_code_ids?: string[] | undefined;
|
|
51310
51167
|
/** Type of the events that you want to list. */
|
|
51311
|
-
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.
|
|
51168
|
+
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_grant.could_not_create_requested_access_methods' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'access_method.created' | 'access_method.delay_in_issuing' | 'access_method.failed_to_issue' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'connected_account.reauthorization_requested' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'action_attempt.simulate_keypad_code_entry.succeeded' | 'action_attempt.simulate_keypad_code_entry.failed' | 'action_attempt.simulate_manual_lock_via_keypad.succeeded' | 'action_attempt.simulate_manual_lock_via_keypad.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'camera.activated' | 'device.doorbell_rang' | 'enrollment_automation.deleted' | 'phone.deactivated' | 'space.device_membership_changed' | 'space.created' | 'space.deleted') | undefined;
|
|
51312
51169
|
/** Types of the events that you want to list. */
|
|
51313
|
-
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.
|
|
51170
|
+
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_grant.could_not_create_requested_access_methods' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'access_method.created' | 'access_method.delay_in_issuing' | 'access_method.failed_to_issue' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'connected_account.reauthorization_requested' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'action_attempt.simulate_keypad_code_entry.succeeded' | 'action_attempt.simulate_keypad_code_entry.failed' | 'action_attempt.simulate_manual_lock_via_keypad.succeeded' | 'action_attempt.simulate_manual_lock_via_keypad.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'camera.activated' | 'device.doorbell_rang' | 'enrollment_automation.deleted' | 'phone.deactivated' | 'space.device_membership_changed' | 'space.created' | 'space.deleted')[] | undefined;
|
|
51314
51171
|
/** ID of the connected account for which you want to list events. */
|
|
51315
51172
|
connected_account_id?: string | undefined;
|
|
51316
51173
|
/** ID of the Connect Webview for which you want to list events. */
|
|
@@ -52021,87 +51878,7 @@ export type Routes = {
|
|
|
52021
51878
|
connected_account_custom_metadata?: {
|
|
52022
51879
|
[x: string]: string | boolean;
|
|
52023
51880
|
} | undefined;
|
|
52024
|
-
event_type: 'access_code.
|
|
52025
|
-
/** Errors associated with the connected account. */
|
|
52026
|
-
connected_account_errors: {
|
|
52027
|
-
/** Date and time at which Seam created the error. */
|
|
52028
|
-
created_at: string;
|
|
52029
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52030
|
-
message: string;
|
|
52031
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52032
|
-
error_code: string;
|
|
52033
|
-
}[];
|
|
52034
|
-
/** Warnings associated with the connected account. */
|
|
52035
|
-
connected_account_warnings: {
|
|
52036
|
-
/** Date and time at which Seam created the warning. */
|
|
52037
|
-
created_at: string;
|
|
52038
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52039
|
-
message: string;
|
|
52040
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52041
|
-
warning_code: string;
|
|
52042
|
-
}[];
|
|
52043
|
-
/** Errors associated with the device. */
|
|
52044
|
-
device_errors: {
|
|
52045
|
-
/** Date and time at which Seam created the error. */
|
|
52046
|
-
created_at: string;
|
|
52047
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52048
|
-
message: string;
|
|
52049
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52050
|
-
error_code: string;
|
|
52051
|
-
}[];
|
|
52052
|
-
/** Warnings associated with the device. */
|
|
52053
|
-
device_warnings: {
|
|
52054
|
-
/** Date and time at which Seam created the warning. */
|
|
52055
|
-
created_at: string;
|
|
52056
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52057
|
-
message: string;
|
|
52058
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52059
|
-
warning_code: string;
|
|
52060
|
-
}[];
|
|
52061
|
-
/** Errors associated with the access code. */
|
|
52062
|
-
access_code_errors: {
|
|
52063
|
-
/** Date and time at which Seam created the error. */
|
|
52064
|
-
created_at: string;
|
|
52065
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52066
|
-
message: string;
|
|
52067
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52068
|
-
error_code: string;
|
|
52069
|
-
}[];
|
|
52070
|
-
/** Warnings associated with the access code. */
|
|
52071
|
-
access_code_warnings: {
|
|
52072
|
-
/** Date and time at which Seam created the warning. */
|
|
52073
|
-
created_at: string;
|
|
52074
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52075
|
-
message: string;
|
|
52076
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52077
|
-
warning_code: string;
|
|
52078
|
-
}[];
|
|
52079
|
-
} | {
|
|
52080
|
-
/** ID of the event. */
|
|
52081
|
-
event_id: string;
|
|
52082
|
-
/** ID of the workspace associated with the event. */
|
|
52083
|
-
workspace_id: string;
|
|
52084
|
-
/** Date and time at which the event was created. */
|
|
52085
|
-
created_at: string;
|
|
52086
|
-
/** Date and time at which the event occurred. */
|
|
52087
|
-
occurred_at: string;
|
|
52088
|
-
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
52089
|
-
event_description?: string | undefined;
|
|
52090
|
-
/** ID of the affected access code. */
|
|
52091
|
-
access_code_id: string;
|
|
52092
|
-
/** ID of the device associated with the affected access code. */
|
|
52093
|
-
device_id: string;
|
|
52094
|
-
/** ID of the connected account associated with the affected access code. */
|
|
52095
|
-
connected_account_id: string;
|
|
52096
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
52097
|
-
device_custom_metadata?: {
|
|
52098
|
-
[x: string]: string | boolean;
|
|
52099
|
-
} | undefined;
|
|
52100
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
52101
|
-
connected_account_custom_metadata?: {
|
|
52102
|
-
[x: string]: string | boolean;
|
|
52103
|
-
} | undefined;
|
|
52104
|
-
event_type: 'access_code.failed_to_apply_mutations';
|
|
51881
|
+
event_type: 'access_code.failed_to_update';
|
|
52105
51882
|
/** Errors associated with the connected account. */
|
|
52106
51883
|
connected_account_errors: {
|
|
52107
51884
|
/** Date and time at which Seam created the error. */
|
|
@@ -59913,7 +59690,7 @@ export type Routes = {
|
|
|
59913
59690
|
/** Device types of the locks that you want to list. */
|
|
59914
59691
|
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' | 'yacan_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock')[] | undefined;
|
|
59915
59692
|
/** Manufacturer of the locks that you want to list. */
|
|
59916
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | '
|
|
59693
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'korelock' | 'lockly' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi' | 'yacan') | undefined;
|
|
59917
59694
|
};
|
|
59918
59695
|
formData: {};
|
|
59919
59696
|
jsonResponse: {
|
|
@@ -83114,9 +82891,9 @@ export type Routes = {
|
|
|
83114
82891
|
/** Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`. */
|
|
83115
82892
|
between?: string[] | undefined;
|
|
83116
82893
|
/** Type of the events that you want to list. */
|
|
83117
|
-
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.
|
|
82894
|
+
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_grant.could_not_create_requested_access_methods' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'access_method.created' | 'access_method.delay_in_issuing' | 'access_method.failed_to_issue' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'connected_account.reauthorization_requested' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'action_attempt.simulate_keypad_code_entry.succeeded' | 'action_attempt.simulate_keypad_code_entry.failed' | 'action_attempt.simulate_manual_lock_via_keypad.succeeded' | 'action_attempt.simulate_manual_lock_via_keypad.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'camera.activated' | 'device.doorbell_rang' | 'enrollment_automation.deleted' | 'phone.deactivated' | 'space.device_membership_changed' | 'space.created' | 'space.deleted') | undefined;
|
|
83118
82895
|
/** Types of the events that you want to list. */
|
|
83119
|
-
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.
|
|
82896
|
+
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_grant.could_not_create_requested_access_methods' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'access_method.created' | 'access_method.delay_in_issuing' | 'access_method.failed_to_issue' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'connected_account.reauthorization_requested' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'action_attempt.simulate_keypad_code_entry.succeeded' | 'action_attempt.simulate_keypad_code_entry.failed' | 'action_attempt.simulate_manual_lock_via_keypad.succeeded' | 'action_attempt.simulate_manual_lock_via_keypad.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'camera.activated' | 'device.doorbell_rang' | 'enrollment_automation.deleted' | 'phone.deactivated' | 'space.device_membership_changed' | 'space.created' | 'space.deleted')[] | undefined;
|
|
83120
82897
|
/** Numerical limit on the number of events to return. */
|
|
83121
82898
|
limit?: number;
|
|
83122
82899
|
};
|
|
@@ -83797,87 +83574,7 @@ export type Routes = {
|
|
|
83797
83574
|
connected_account_custom_metadata?: {
|
|
83798
83575
|
[x: string]: string | boolean;
|
|
83799
83576
|
} | undefined;
|
|
83800
|
-
event_type: 'access_code.
|
|
83801
|
-
/** Errors associated with the connected account. */
|
|
83802
|
-
connected_account_errors: {
|
|
83803
|
-
/** Date and time at which Seam created the error. */
|
|
83804
|
-
created_at: string;
|
|
83805
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83806
|
-
message: string;
|
|
83807
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83808
|
-
error_code: string;
|
|
83809
|
-
}[];
|
|
83810
|
-
/** Warnings associated with the connected account. */
|
|
83811
|
-
connected_account_warnings: {
|
|
83812
|
-
/** Date and time at which Seam created the warning. */
|
|
83813
|
-
created_at: string;
|
|
83814
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83815
|
-
message: string;
|
|
83816
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83817
|
-
warning_code: string;
|
|
83818
|
-
}[];
|
|
83819
|
-
/** Errors associated with the device. */
|
|
83820
|
-
device_errors: {
|
|
83821
|
-
/** Date and time at which Seam created the error. */
|
|
83822
|
-
created_at: string;
|
|
83823
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83824
|
-
message: string;
|
|
83825
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83826
|
-
error_code: string;
|
|
83827
|
-
}[];
|
|
83828
|
-
/** Warnings associated with the device. */
|
|
83829
|
-
device_warnings: {
|
|
83830
|
-
/** Date and time at which Seam created the warning. */
|
|
83831
|
-
created_at: string;
|
|
83832
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83833
|
-
message: string;
|
|
83834
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83835
|
-
warning_code: string;
|
|
83836
|
-
}[];
|
|
83837
|
-
/** Errors associated with the access code. */
|
|
83838
|
-
access_code_errors: {
|
|
83839
|
-
/** Date and time at which Seam created the error. */
|
|
83840
|
-
created_at: string;
|
|
83841
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83842
|
-
message: string;
|
|
83843
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83844
|
-
error_code: string;
|
|
83845
|
-
}[];
|
|
83846
|
-
/** Warnings associated with the access code. */
|
|
83847
|
-
access_code_warnings: {
|
|
83848
|
-
/** Date and time at which Seam created the warning. */
|
|
83849
|
-
created_at: string;
|
|
83850
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83851
|
-
message: string;
|
|
83852
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83853
|
-
warning_code: string;
|
|
83854
|
-
}[];
|
|
83855
|
-
} | {
|
|
83856
|
-
/** ID of the event. */
|
|
83857
|
-
event_id: string;
|
|
83858
|
-
/** ID of the workspace associated with the event. */
|
|
83859
|
-
workspace_id: string;
|
|
83860
|
-
/** Date and time at which the event was created. */
|
|
83861
|
-
created_at: string;
|
|
83862
|
-
/** Date and time at which the event occurred. */
|
|
83863
|
-
occurred_at: string;
|
|
83864
|
-
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
83865
|
-
event_description?: string | undefined;
|
|
83866
|
-
/** ID of the affected access code. */
|
|
83867
|
-
access_code_id: string;
|
|
83868
|
-
/** ID of the device associated with the affected access code. */
|
|
83869
|
-
device_id: string;
|
|
83870
|
-
/** ID of the connected account associated with the affected access code. */
|
|
83871
|
-
connected_account_id: string;
|
|
83872
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
83873
|
-
device_custom_metadata?: {
|
|
83874
|
-
[x: string]: string | boolean;
|
|
83875
|
-
} | undefined;
|
|
83876
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
83877
|
-
connected_account_custom_metadata?: {
|
|
83878
|
-
[x: string]: string | boolean;
|
|
83879
|
-
} | undefined;
|
|
83880
|
-
event_type: 'access_code.failed_to_apply_mutations';
|
|
83577
|
+
event_type: 'access_code.failed_to_update';
|
|
83881
83578
|
/** Errors associated with the connected account. */
|
|
83882
83579
|
connected_account_errors: {
|
|
83883
83580
|
/** Date and time at which Seam created the error. */
|
|
@@ -123892,87 +123589,7 @@ export type Routes = {
|
|
|
123892
123589
|
connected_account_custom_metadata?: {
|
|
123893
123590
|
[x: string]: string | boolean;
|
|
123894
123591
|
} | undefined;
|
|
123895
|
-
event_type: 'access_code.
|
|
123896
|
-
/** Errors associated with the connected account. */
|
|
123897
|
-
connected_account_errors: {
|
|
123898
|
-
/** Date and time at which Seam created the error. */
|
|
123899
|
-
created_at: string;
|
|
123900
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123901
|
-
message: string;
|
|
123902
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123903
|
-
error_code: string;
|
|
123904
|
-
}[];
|
|
123905
|
-
/** Warnings associated with the connected account. */
|
|
123906
|
-
connected_account_warnings: {
|
|
123907
|
-
/** Date and time at which Seam created the warning. */
|
|
123908
|
-
created_at: string;
|
|
123909
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
123910
|
-
message: string;
|
|
123911
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123912
|
-
warning_code: string;
|
|
123913
|
-
}[];
|
|
123914
|
-
/** Errors associated with the device. */
|
|
123915
|
-
device_errors: {
|
|
123916
|
-
/** Date and time at which Seam created the error. */
|
|
123917
|
-
created_at: string;
|
|
123918
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123919
|
-
message: string;
|
|
123920
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123921
|
-
error_code: string;
|
|
123922
|
-
}[];
|
|
123923
|
-
/** Warnings associated with the device. */
|
|
123924
|
-
device_warnings: {
|
|
123925
|
-
/** Date and time at which Seam created the warning. */
|
|
123926
|
-
created_at: string;
|
|
123927
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
123928
|
-
message: string;
|
|
123929
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123930
|
-
warning_code: string;
|
|
123931
|
-
}[];
|
|
123932
|
-
/** Errors associated with the access code. */
|
|
123933
|
-
access_code_errors: {
|
|
123934
|
-
/** Date and time at which Seam created the error. */
|
|
123935
|
-
created_at: string;
|
|
123936
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123937
|
-
message: string;
|
|
123938
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123939
|
-
error_code: string;
|
|
123940
|
-
}[];
|
|
123941
|
-
/** Warnings associated with the access code. */
|
|
123942
|
-
access_code_warnings: {
|
|
123943
|
-
/** Date and time at which Seam created the warning. */
|
|
123944
|
-
created_at: string;
|
|
123945
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
123946
|
-
message: string;
|
|
123947
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123948
|
-
warning_code: string;
|
|
123949
|
-
}[];
|
|
123950
|
-
} | {
|
|
123951
|
-
/** ID of the event. */
|
|
123952
|
-
event_id: string;
|
|
123953
|
-
/** ID of the workspace associated with the event. */
|
|
123954
|
-
workspace_id: string;
|
|
123955
|
-
/** Date and time at which the event was created. */
|
|
123956
|
-
created_at: string;
|
|
123957
|
-
/** Date and time at which the event occurred. */
|
|
123958
|
-
occurred_at: string;
|
|
123959
|
-
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
123960
|
-
event_description?: string | undefined;
|
|
123961
|
-
/** ID of the affected access code. */
|
|
123962
|
-
access_code_id: string;
|
|
123963
|
-
/** ID of the device associated with the affected access code. */
|
|
123964
|
-
device_id: string;
|
|
123965
|
-
/** ID of the connected account associated with the affected access code. */
|
|
123966
|
-
connected_account_id: string;
|
|
123967
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
123968
|
-
device_custom_metadata?: {
|
|
123969
|
-
[x: string]: string | boolean;
|
|
123970
|
-
} | undefined;
|
|
123971
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
123972
|
-
connected_account_custom_metadata?: {
|
|
123973
|
-
[x: string]: string | boolean;
|
|
123974
|
-
} | undefined;
|
|
123975
|
-
event_type: 'access_code.failed_to_apply_mutations';
|
|
123592
|
+
event_type: 'access_code.failed_to_update';
|
|
123976
123593
|
/** Errors associated with the connected account. */
|
|
123977
123594
|
connected_account_errors: {
|
|
123978
123595
|
/** Date and time at which Seam created the error. */
|
|
@@ -127304,7 +126921,7 @@ export type Routes = {
|
|
|
127304
126921
|
/** Date and time at which Seam created the error. */
|
|
127305
126922
|
created_at?: string | undefined;
|
|
127306
126923
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
127307
|
-
error_code: '
|
|
126924
|
+
error_code: 'failed_to_update';
|
|
127308
126925
|
} | {
|
|
127309
126926
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
127310
126927
|
message: string;
|
|
@@ -127505,13 +127122,6 @@ export type Routes = {
|
|
|
127505
127122
|
created_at?: string | undefined;
|
|
127506
127123
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127507
127124
|
warning_code: 'delay_in_issuing';
|
|
127508
|
-
} | {
|
|
127509
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127510
|
-
message: string;
|
|
127511
|
-
/** Date and time at which Seam created the warning. */
|
|
127512
|
-
created_at?: string | undefined;
|
|
127513
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127514
|
-
warning_code: 'delay_in_applying_mutations';
|
|
127515
127125
|
} | {
|
|
127516
127126
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127517
127127
|
message: string;
|
|
@@ -127713,7 +127323,7 @@ export type Routes = {
|
|
|
127713
127323
|
/** Date and time at which Seam created the error. */
|
|
127714
127324
|
created_at?: string | undefined;
|
|
127715
127325
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
127716
|
-
error_code: '
|
|
127326
|
+
error_code: 'failed_to_update';
|
|
127717
127327
|
} | {
|
|
127718
127328
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
127719
127329
|
message: string;
|
|
@@ -127914,13 +127524,6 @@ export type Routes = {
|
|
|
127914
127524
|
created_at?: string | undefined;
|
|
127915
127525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127916
127526
|
warning_code: 'delay_in_issuing';
|
|
127917
|
-
} | {
|
|
127918
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127919
|
-
message: string;
|
|
127920
|
-
/** Date and time at which Seam created the warning. */
|
|
127921
|
-
created_at?: string | undefined;
|
|
127922
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127923
|
-
warning_code: 'delay_in_applying_mutations';
|
|
127924
127527
|
} | {
|
|
127925
127528
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127926
127529
|
message: string;
|