@seamapi/types 1.361.1 → 1.363.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 +183 -54
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +414 -176
- package/lib/seam/connect/models/devices/device.d.ts +87 -82
- package/lib/seam/connect/models/devices/device.js +22 -21
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +25 -25
- package/lib/seam/connect/models/events/acs/entrances.d.ts +125 -0
- package/lib/seam/connect/models/events/acs/entrances.js +28 -0
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +60 -0
- package/lib/seam/connect/models/events/acs/index.js +2 -0
- package/lib/seam/connect/models/events/acs/index.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +61 -1
- package/lib/seam/connect/openapi.d.ts +118 -0
- package/lib/seam/connect/openapi.js +132 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +167 -107
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +25 -21
- package/src/lib/seam/connect/models/events/acs/entrances.ts +36 -0
- package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +144 -36
- package/src/lib/seam/connect/route-types.ts +188 -120
|
@@ -17122,12 +17122,6 @@ export interface Routes {
|
|
|
17122
17122
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17123
17123
|
warning_code: 'many_active_backup_codes'
|
|
17124
17124
|
}
|
|
17125
|
-
| {
|
|
17126
|
-
message: string
|
|
17127
|
-
created_at: string
|
|
17128
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17129
|
-
warning_code: 'salto_unknown_device_type'
|
|
17130
|
-
}
|
|
17131
17125
|
| {
|
|
17132
17126
|
message: string
|
|
17133
17127
|
created_at: string
|
|
@@ -17192,13 +17186,19 @@ export interface Routes {
|
|
|
17192
17186
|
message: string
|
|
17193
17187
|
created_at: string
|
|
17194
17188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17195
|
-
warning_code: '
|
|
17189
|
+
warning_code: 'salto_ks_office_mode'
|
|
17196
17190
|
}
|
|
17197
17191
|
| {
|
|
17198
17192
|
message: string
|
|
17199
17193
|
created_at: string
|
|
17200
17194
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17201
|
-
warning_code: '
|
|
17195
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
17196
|
+
}
|
|
17197
|
+
| {
|
|
17198
|
+
message: string
|
|
17199
|
+
created_at: string
|
|
17200
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17201
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
17202
17202
|
}
|
|
17203
17203
|
| {
|
|
17204
17204
|
message: string
|
|
@@ -18213,12 +18213,6 @@ export interface Routes {
|
|
|
18213
18213
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18214
18214
|
warning_code: 'many_active_backup_codes'
|
|
18215
18215
|
}
|
|
18216
|
-
| {
|
|
18217
|
-
message: string
|
|
18218
|
-
created_at: string
|
|
18219
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18220
|
-
warning_code: 'salto_unknown_device_type'
|
|
18221
|
-
}
|
|
18222
18216
|
| {
|
|
18223
18217
|
message: string
|
|
18224
18218
|
created_at: string
|
|
@@ -18283,13 +18277,19 @@ export interface Routes {
|
|
|
18283
18277
|
message: string
|
|
18284
18278
|
created_at: string
|
|
18285
18279
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18286
|
-
warning_code: '
|
|
18280
|
+
warning_code: 'salto_ks_office_mode'
|
|
18287
18281
|
}
|
|
18288
18282
|
| {
|
|
18289
18283
|
message: string
|
|
18290
18284
|
created_at: string
|
|
18291
18285
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18292
|
-
warning_code: '
|
|
18286
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
18287
|
+
}
|
|
18288
|
+
| {
|
|
18289
|
+
message: string
|
|
18290
|
+
created_at: string
|
|
18291
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18292
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
18293
18293
|
}
|
|
18294
18294
|
| {
|
|
18295
18295
|
message: string
|
|
@@ -18630,12 +18630,6 @@ export interface Routes {
|
|
|
18630
18630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18631
18631
|
warning_code: 'many_active_backup_codes'
|
|
18632
18632
|
}
|
|
18633
|
-
| {
|
|
18634
|
-
message: string
|
|
18635
|
-
created_at: string
|
|
18636
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18637
|
-
warning_code: 'salto_unknown_device_type'
|
|
18638
|
-
}
|
|
18639
18633
|
| {
|
|
18640
18634
|
message: string
|
|
18641
18635
|
created_at: string
|
|
@@ -18700,13 +18694,19 @@ export interface Routes {
|
|
|
18700
18694
|
message: string
|
|
18701
18695
|
created_at: string
|
|
18702
18696
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18703
|
-
warning_code: '
|
|
18697
|
+
warning_code: 'salto_ks_office_mode'
|
|
18704
18698
|
}
|
|
18705
18699
|
| {
|
|
18706
18700
|
message: string
|
|
18707
18701
|
created_at: string
|
|
18708
18702
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18709
|
-
warning_code: '
|
|
18703
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
18704
|
+
}
|
|
18705
|
+
| {
|
|
18706
|
+
message: string
|
|
18707
|
+
created_at: string
|
|
18708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18709
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
18710
18710
|
}
|
|
18711
18711
|
| {
|
|
18712
18712
|
message: string
|
|
@@ -19150,12 +19150,6 @@ export interface Routes {
|
|
|
19150
19150
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19151
19151
|
warning_code: 'many_active_backup_codes'
|
|
19152
19152
|
}
|
|
19153
|
-
| {
|
|
19154
|
-
message: string
|
|
19155
|
-
created_at: string
|
|
19156
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19157
|
-
warning_code: 'salto_unknown_device_type'
|
|
19158
|
-
}
|
|
19159
19153
|
| {
|
|
19160
19154
|
message: string
|
|
19161
19155
|
created_at: string
|
|
@@ -19220,13 +19214,19 @@ export interface Routes {
|
|
|
19220
19214
|
message: string
|
|
19221
19215
|
created_at: string
|
|
19222
19216
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19223
|
-
warning_code: '
|
|
19217
|
+
warning_code: 'salto_ks_office_mode'
|
|
19224
19218
|
}
|
|
19225
19219
|
| {
|
|
19226
19220
|
message: string
|
|
19227
19221
|
created_at: string
|
|
19228
19222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19229
|
-
warning_code: '
|
|
19223
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
19224
|
+
}
|
|
19225
|
+
| {
|
|
19226
|
+
message: string
|
|
19227
|
+
created_at: string
|
|
19228
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19229
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
19230
19230
|
}
|
|
19231
19231
|
| {
|
|
19232
19232
|
message: string
|
|
@@ -19809,6 +19809,38 @@ export interface Routes {
|
|
|
19809
19809
|
acs_access_group_id: string
|
|
19810
19810
|
event_type: 'acs_access_group.deleted'
|
|
19811
19811
|
}
|
|
19812
|
+
| {
|
|
19813
|
+
/** ID of the event. */
|
|
19814
|
+
event_id: string
|
|
19815
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
19816
|
+
workspace_id: string
|
|
19817
|
+
/** Date and time at which the event was created. */
|
|
19818
|
+
created_at: string
|
|
19819
|
+
/** Date and time at which the event occurred. */
|
|
19820
|
+
occurred_at: string
|
|
19821
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
19822
|
+
connected_account_id?: string | undefined
|
|
19823
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
19824
|
+
acs_system_id: string
|
|
19825
|
+
acs_entrance_id: string
|
|
19826
|
+
event_type: 'acs_entrance.added'
|
|
19827
|
+
}
|
|
19828
|
+
| {
|
|
19829
|
+
/** ID of the event. */
|
|
19830
|
+
event_id: string
|
|
19831
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
19832
|
+
workspace_id: string
|
|
19833
|
+
/** Date and time at which the event was created. */
|
|
19834
|
+
created_at: string
|
|
19835
|
+
/** Date and time at which the event occurred. */
|
|
19836
|
+
occurred_at: string
|
|
19837
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
19838
|
+
connected_account_id?: string | undefined
|
|
19839
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
19840
|
+
acs_system_id: string
|
|
19841
|
+
acs_entrance_id: string
|
|
19842
|
+
event_type: 'acs_entrance.removed'
|
|
19843
|
+
}
|
|
19812
19844
|
| {
|
|
19813
19845
|
/** ID of the event. */
|
|
19814
19846
|
event_id: string
|
|
@@ -20699,6 +20731,8 @@ export interface Routes {
|
|
|
20699
20731
|
| 'acs_encoder.added'
|
|
20700
20732
|
| 'acs_encoder.removed'
|
|
20701
20733
|
| 'acs_access_group.deleted'
|
|
20734
|
+
| 'acs_entrance.added'
|
|
20735
|
+
| 'acs_entrance.removed'
|
|
20702
20736
|
| 'client_session.deleted'
|
|
20703
20737
|
| 'connected_account.connected'
|
|
20704
20738
|
| 'connected_account.created'
|
|
@@ -20779,6 +20813,8 @@ export interface Routes {
|
|
|
20779
20813
|
| 'acs_encoder.added'
|
|
20780
20814
|
| 'acs_encoder.removed'
|
|
20781
20815
|
| 'acs_access_group.deleted'
|
|
20816
|
+
| 'acs_entrance.added'
|
|
20817
|
+
| 'acs_entrance.removed'
|
|
20782
20818
|
| 'client_session.deleted'
|
|
20783
20819
|
| 'connected_account.connected'
|
|
20784
20820
|
| 'connected_account.created'
|
|
@@ -21293,6 +21329,38 @@ export interface Routes {
|
|
|
21293
21329
|
acs_access_group_id: string
|
|
21294
21330
|
event_type: 'acs_access_group.deleted'
|
|
21295
21331
|
}
|
|
21332
|
+
| {
|
|
21333
|
+
/** ID of the event. */
|
|
21334
|
+
event_id: string
|
|
21335
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21336
|
+
workspace_id: string
|
|
21337
|
+
/** Date and time at which the event was created. */
|
|
21338
|
+
created_at: string
|
|
21339
|
+
/** Date and time at which the event occurred. */
|
|
21340
|
+
occurred_at: string
|
|
21341
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21342
|
+
connected_account_id?: string | undefined
|
|
21343
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21344
|
+
acs_system_id: string
|
|
21345
|
+
acs_entrance_id: string
|
|
21346
|
+
event_type: 'acs_entrance.added'
|
|
21347
|
+
}
|
|
21348
|
+
| {
|
|
21349
|
+
/** ID of the event. */
|
|
21350
|
+
event_id: string
|
|
21351
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21352
|
+
workspace_id: string
|
|
21353
|
+
/** Date and time at which the event was created. */
|
|
21354
|
+
created_at: string
|
|
21355
|
+
/** Date and time at which the event occurred. */
|
|
21356
|
+
occurred_at: string
|
|
21357
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21358
|
+
connected_account_id?: string | undefined
|
|
21359
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21360
|
+
acs_system_id: string
|
|
21361
|
+
acs_entrance_id: string
|
|
21362
|
+
event_type: 'acs_entrance.removed'
|
|
21363
|
+
}
|
|
21296
21364
|
| {
|
|
21297
21365
|
/** ID of the event. */
|
|
21298
21366
|
event_id: string
|
|
@@ -22944,12 +23012,6 @@ export interface Routes {
|
|
|
22944
23012
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22945
23013
|
warning_code: 'many_active_backup_codes'
|
|
22946
23014
|
}
|
|
22947
|
-
| {
|
|
22948
|
-
message: string
|
|
22949
|
-
created_at: string
|
|
22950
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22951
|
-
warning_code: 'salto_unknown_device_type'
|
|
22952
|
-
}
|
|
22953
23015
|
| {
|
|
22954
23016
|
message: string
|
|
22955
23017
|
created_at: string
|
|
@@ -23014,13 +23076,19 @@ export interface Routes {
|
|
|
23014
23076
|
message: string
|
|
23015
23077
|
created_at: string
|
|
23016
23078
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23017
|
-
warning_code: '
|
|
23079
|
+
warning_code: 'salto_ks_office_mode'
|
|
23080
|
+
}
|
|
23081
|
+
| {
|
|
23082
|
+
message: string
|
|
23083
|
+
created_at: string
|
|
23084
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23085
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
23018
23086
|
}
|
|
23019
23087
|
| {
|
|
23020
23088
|
message: string
|
|
23021
23089
|
created_at: string
|
|
23022
23090
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23023
|
-
warning_code: '
|
|
23091
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
23024
23092
|
}
|
|
23025
23093
|
| {
|
|
23026
23094
|
message: string
|
|
@@ -23852,12 +23920,6 @@ export interface Routes {
|
|
|
23852
23920
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23853
23921
|
warning_code: 'many_active_backup_codes'
|
|
23854
23922
|
}
|
|
23855
|
-
| {
|
|
23856
|
-
message: string
|
|
23857
|
-
created_at: string
|
|
23858
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23859
|
-
warning_code: 'salto_unknown_device_type'
|
|
23860
|
-
}
|
|
23861
23923
|
| {
|
|
23862
23924
|
message: string
|
|
23863
23925
|
created_at: string
|
|
@@ -23922,13 +23984,19 @@ export interface Routes {
|
|
|
23922
23984
|
message: string
|
|
23923
23985
|
created_at: string
|
|
23924
23986
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23925
|
-
warning_code: '
|
|
23987
|
+
warning_code: 'salto_ks_office_mode'
|
|
23926
23988
|
}
|
|
23927
23989
|
| {
|
|
23928
23990
|
message: string
|
|
23929
23991
|
created_at: string
|
|
23930
23992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23931
|
-
warning_code: '
|
|
23993
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
23994
|
+
}
|
|
23995
|
+
| {
|
|
23996
|
+
message: string
|
|
23997
|
+
created_at: string
|
|
23998
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23999
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
23932
24000
|
}
|
|
23933
24001
|
| {
|
|
23934
24002
|
message: string
|
|
@@ -24943,12 +25011,6 @@ export interface Routes {
|
|
|
24943
25011
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24944
25012
|
warning_code: 'many_active_backup_codes'
|
|
24945
25013
|
}
|
|
24946
|
-
| {
|
|
24947
|
-
message: string
|
|
24948
|
-
created_at: string
|
|
24949
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24950
|
-
warning_code: 'salto_unknown_device_type'
|
|
24951
|
-
}
|
|
24952
25014
|
| {
|
|
24953
25015
|
message: string
|
|
24954
25016
|
created_at: string
|
|
@@ -25013,13 +25075,19 @@ export interface Routes {
|
|
|
25013
25075
|
message: string
|
|
25014
25076
|
created_at: string
|
|
25015
25077
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25016
|
-
warning_code: '
|
|
25078
|
+
warning_code: 'salto_ks_office_mode'
|
|
25079
|
+
}
|
|
25080
|
+
| {
|
|
25081
|
+
message: string
|
|
25082
|
+
created_at: string
|
|
25083
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25084
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
25017
25085
|
}
|
|
25018
25086
|
| {
|
|
25019
25087
|
message: string
|
|
25020
25088
|
created_at: string
|
|
25021
25089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25022
|
-
warning_code: '
|
|
25090
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
25023
25091
|
}
|
|
25024
25092
|
| {
|
|
25025
25093
|
message: string
|
|
@@ -25850,12 +25918,6 @@ export interface Routes {
|
|
|
25850
25918
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25851
25919
|
warning_code: 'many_active_backup_codes'
|
|
25852
25920
|
}
|
|
25853
|
-
| {
|
|
25854
|
-
message: string
|
|
25855
|
-
created_at: string
|
|
25856
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25857
|
-
warning_code: 'salto_unknown_device_type'
|
|
25858
|
-
}
|
|
25859
25921
|
| {
|
|
25860
25922
|
message: string
|
|
25861
25923
|
created_at: string
|
|
@@ -25920,13 +25982,19 @@ export interface Routes {
|
|
|
25920
25982
|
message: string
|
|
25921
25983
|
created_at: string
|
|
25922
25984
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25923
|
-
warning_code: '
|
|
25985
|
+
warning_code: 'salto_ks_office_mode'
|
|
25924
25986
|
}
|
|
25925
25987
|
| {
|
|
25926
25988
|
message: string
|
|
25927
25989
|
created_at: string
|
|
25928
25990
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25929
|
-
warning_code: '
|
|
25991
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
25992
|
+
}
|
|
25993
|
+
| {
|
|
25994
|
+
message: string
|
|
25995
|
+
created_at: string
|
|
25996
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25997
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
25930
25998
|
}
|
|
25931
25999
|
| {
|
|
25932
26000
|
message: string
|
|
@@ -29096,12 +29164,6 @@ export interface Routes {
|
|
|
29096
29164
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29097
29165
|
warning_code: 'many_active_backup_codes'
|
|
29098
29166
|
}
|
|
29099
|
-
| {
|
|
29100
|
-
message: string
|
|
29101
|
-
created_at: string
|
|
29102
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29103
|
-
warning_code: 'salto_unknown_device_type'
|
|
29104
|
-
}
|
|
29105
29167
|
| {
|
|
29106
29168
|
message: string
|
|
29107
29169
|
created_at: string
|
|
@@ -29166,13 +29228,19 @@ export interface Routes {
|
|
|
29166
29228
|
message: string
|
|
29167
29229
|
created_at: string
|
|
29168
29230
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29169
|
-
warning_code: '
|
|
29231
|
+
warning_code: 'salto_ks_office_mode'
|
|
29170
29232
|
}
|
|
29171
29233
|
| {
|
|
29172
29234
|
message: string
|
|
29173
29235
|
created_at: string
|
|
29174
29236
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29175
|
-
warning_code: '
|
|
29237
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
29238
|
+
}
|
|
29239
|
+
| {
|
|
29240
|
+
message: string
|
|
29241
|
+
created_at: string
|
|
29242
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29243
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
29176
29244
|
}
|
|
29177
29245
|
| {
|
|
29178
29246
|
message: string
|
|
@@ -30003,12 +30071,6 @@ export interface Routes {
|
|
|
30003
30071
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30004
30072
|
warning_code: 'many_active_backup_codes'
|
|
30005
30073
|
}
|
|
30006
|
-
| {
|
|
30007
|
-
message: string
|
|
30008
|
-
created_at: string
|
|
30009
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30010
|
-
warning_code: 'salto_unknown_device_type'
|
|
30011
|
-
}
|
|
30012
30074
|
| {
|
|
30013
30075
|
message: string
|
|
30014
30076
|
created_at: string
|
|
@@ -30073,13 +30135,19 @@ export interface Routes {
|
|
|
30073
30135
|
message: string
|
|
30074
30136
|
created_at: string
|
|
30075
30137
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30076
|
-
warning_code: '
|
|
30138
|
+
warning_code: 'salto_ks_office_mode'
|
|
30077
30139
|
}
|
|
30078
30140
|
| {
|
|
30079
30141
|
message: string
|
|
30080
30142
|
created_at: string
|
|
30081
30143
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30082
|
-
warning_code: '
|
|
30144
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
30145
|
+
}
|
|
30146
|
+
| {
|
|
30147
|
+
message: string
|
|
30148
|
+
created_at: string
|
|
30149
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30150
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
30083
30151
|
}
|
|
30084
30152
|
| {
|
|
30085
30153
|
message: string
|
|
@@ -36662,12 +36730,6 @@ export interface Routes {
|
|
|
36662
36730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36663
36731
|
warning_code: 'many_active_backup_codes'
|
|
36664
36732
|
}
|
|
36665
|
-
| {
|
|
36666
|
-
message: string
|
|
36667
|
-
created_at: string
|
|
36668
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36669
|
-
warning_code: 'salto_unknown_device_type'
|
|
36670
|
-
}
|
|
36671
36733
|
| {
|
|
36672
36734
|
message: string
|
|
36673
36735
|
created_at: string
|
|
@@ -36732,13 +36794,19 @@ export interface Routes {
|
|
|
36732
36794
|
message: string
|
|
36733
36795
|
created_at: string
|
|
36734
36796
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36735
|
-
warning_code: '
|
|
36797
|
+
warning_code: 'salto_ks_office_mode'
|
|
36736
36798
|
}
|
|
36737
36799
|
| {
|
|
36738
36800
|
message: string
|
|
36739
36801
|
created_at: string
|
|
36740
36802
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36741
|
-
warning_code: '
|
|
36803
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
36804
|
+
}
|
|
36805
|
+
| {
|
|
36806
|
+
message: string
|
|
36807
|
+
created_at: string
|
|
36808
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36809
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
36742
36810
|
}
|
|
36743
36811
|
| {
|
|
36744
36812
|
message: string
|
|
@@ -39889,12 +39957,6 @@ export interface Routes {
|
|
|
39889
39957
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39890
39958
|
warning_code: 'many_active_backup_codes'
|
|
39891
39959
|
}
|
|
39892
|
-
| {
|
|
39893
|
-
message: string
|
|
39894
|
-
created_at: string
|
|
39895
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39896
|
-
warning_code: 'salto_unknown_device_type'
|
|
39897
|
-
}
|
|
39898
39960
|
| {
|
|
39899
39961
|
message: string
|
|
39900
39962
|
created_at: string
|
|
@@ -39959,13 +40021,19 @@ export interface Routes {
|
|
|
39959
40021
|
message: string
|
|
39960
40022
|
created_at: string
|
|
39961
40023
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39962
|
-
warning_code: '
|
|
40024
|
+
warning_code: 'salto_ks_office_mode'
|
|
40025
|
+
}
|
|
40026
|
+
| {
|
|
40027
|
+
message: string
|
|
40028
|
+
created_at: string
|
|
40029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40030
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
39963
40031
|
}
|
|
39964
40032
|
| {
|
|
39965
40033
|
message: string
|
|
39966
40034
|
created_at: string
|
|
39967
40035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39968
|
-
warning_code: '
|
|
40036
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
39969
40037
|
}
|
|
39970
40038
|
| {
|
|
39971
40039
|
message: string
|
|
@@ -40796,12 +40864,6 @@ export interface Routes {
|
|
|
40796
40864
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40797
40865
|
warning_code: 'many_active_backup_codes'
|
|
40798
40866
|
}
|
|
40799
|
-
| {
|
|
40800
|
-
message: string
|
|
40801
|
-
created_at: string
|
|
40802
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40803
|
-
warning_code: 'salto_unknown_device_type'
|
|
40804
|
-
}
|
|
40805
40867
|
| {
|
|
40806
40868
|
message: string
|
|
40807
40869
|
created_at: string
|
|
@@ -40866,13 +40928,19 @@ export interface Routes {
|
|
|
40866
40928
|
message: string
|
|
40867
40929
|
created_at: string
|
|
40868
40930
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40869
|
-
warning_code: '
|
|
40931
|
+
warning_code: 'salto_ks_office_mode'
|
|
40870
40932
|
}
|
|
40871
40933
|
| {
|
|
40872
40934
|
message: string
|
|
40873
40935
|
created_at: string
|
|
40874
40936
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40875
|
-
warning_code: '
|
|
40937
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
40938
|
+
}
|
|
40939
|
+
| {
|
|
40940
|
+
message: string
|
|
40941
|
+
created_at: string
|
|
40942
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40943
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
40876
40944
|
}
|
|
40877
40945
|
| {
|
|
40878
40946
|
message: string
|
|
@@ -45469,12 +45537,6 @@ export interface Routes {
|
|
|
45469
45537
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45470
45538
|
warning_code: 'many_active_backup_codes'
|
|
45471
45539
|
}
|
|
45472
|
-
| {
|
|
45473
|
-
message: string
|
|
45474
|
-
created_at: string
|
|
45475
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45476
|
-
warning_code: 'salto_unknown_device_type'
|
|
45477
|
-
}
|
|
45478
45540
|
| {
|
|
45479
45541
|
message: string
|
|
45480
45542
|
created_at: string
|
|
@@ -45539,13 +45601,19 @@ export interface Routes {
|
|
|
45539
45601
|
message: string
|
|
45540
45602
|
created_at: string
|
|
45541
45603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45542
|
-
warning_code: '
|
|
45604
|
+
warning_code: 'salto_ks_office_mode'
|
|
45543
45605
|
}
|
|
45544
45606
|
| {
|
|
45545
45607
|
message: string
|
|
45546
45608
|
created_at: string
|
|
45547
45609
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45548
|
-
warning_code: '
|
|
45610
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
45611
|
+
}
|
|
45612
|
+
| {
|
|
45613
|
+
message: string
|
|
45614
|
+
created_at: string
|
|
45615
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45616
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
45549
45617
|
}
|
|
45550
45618
|
| {
|
|
45551
45619
|
message: string
|
|
@@ -46378,12 +46446,6 @@ export interface Routes {
|
|
|
46378
46446
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46379
46447
|
warning_code: 'many_active_backup_codes'
|
|
46380
46448
|
}
|
|
46381
|
-
| {
|
|
46382
|
-
message: string
|
|
46383
|
-
created_at: string
|
|
46384
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46385
|
-
warning_code: 'salto_unknown_device_type'
|
|
46386
|
-
}
|
|
46387
46449
|
| {
|
|
46388
46450
|
message: string
|
|
46389
46451
|
created_at: string
|
|
@@ -46448,13 +46510,19 @@ export interface Routes {
|
|
|
46448
46510
|
message: string
|
|
46449
46511
|
created_at: string
|
|
46450
46512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46451
|
-
warning_code: '
|
|
46513
|
+
warning_code: 'salto_ks_office_mode'
|
|
46452
46514
|
}
|
|
46453
46515
|
| {
|
|
46454
46516
|
message: string
|
|
46455
46517
|
created_at: string
|
|
46456
46518
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46457
|
-
warning_code: '
|
|
46519
|
+
warning_code: 'salto_ks_privacy_mode'
|
|
46520
|
+
}
|
|
46521
|
+
| {
|
|
46522
|
+
message: string
|
|
46523
|
+
created_at: string
|
|
46524
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46525
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
46458
46526
|
}
|
|
46459
46527
|
| {
|
|
46460
46528
|
message: string
|