@seamapi/types 1.361.1 → 1.362.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 +56 -53
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +174 -174
- 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/openapi.js +32 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +105 -105
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +25 -21
- package/src/lib/seam/connect/openapi.ts +36 -36
- package/src/lib/seam/connect/route-types.ts +120 -120
package/dist/connect.d.cts
CHANGED
|
@@ -8696,19 +8696,6 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
8696
8696
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8697
8697
|
message: z.ZodString;
|
|
8698
8698
|
created_at: z.ZodString;
|
|
8699
|
-
}, {
|
|
8700
|
-
warning_code: z.ZodLiteral<"salto_unknown_device_type">;
|
|
8701
|
-
}>, "strip", z.ZodTypeAny, {
|
|
8702
|
-
message: string;
|
|
8703
|
-
created_at: string;
|
|
8704
|
-
warning_code: "salto_unknown_device_type";
|
|
8705
|
-
}, {
|
|
8706
|
-
message: string;
|
|
8707
|
-
created_at: string;
|
|
8708
|
-
warning_code: "salto_unknown_device_type";
|
|
8709
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8710
|
-
message: z.ZodString;
|
|
8711
|
-
created_at: z.ZodString;
|
|
8712
8699
|
}, {
|
|
8713
8700
|
warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
|
|
8714
8701
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -8840,28 +8827,41 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
8840
8827
|
message: z.ZodString;
|
|
8841
8828
|
created_at: z.ZodString;
|
|
8842
8829
|
}, {
|
|
8843
|
-
warning_code: z.ZodLiteral<"
|
|
8830
|
+
warning_code: z.ZodLiteral<"salto_ks_office_mode">;
|
|
8844
8831
|
}>, "strip", z.ZodTypeAny, {
|
|
8845
8832
|
message: string;
|
|
8846
8833
|
created_at: string;
|
|
8847
|
-
warning_code: "
|
|
8834
|
+
warning_code: "salto_ks_office_mode";
|
|
8848
8835
|
}, {
|
|
8849
8836
|
message: string;
|
|
8850
8837
|
created_at: string;
|
|
8851
|
-
warning_code: "
|
|
8838
|
+
warning_code: "salto_ks_office_mode";
|
|
8839
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8840
|
+
message: z.ZodString;
|
|
8841
|
+
created_at: z.ZodString;
|
|
8842
|
+
}, {
|
|
8843
|
+
warning_code: z.ZodLiteral<"salto_ks_privacy_mode">;
|
|
8844
|
+
}>, "strip", z.ZodTypeAny, {
|
|
8845
|
+
message: string;
|
|
8846
|
+
created_at: string;
|
|
8847
|
+
warning_code: "salto_ks_privacy_mode";
|
|
8848
|
+
}, {
|
|
8849
|
+
message: string;
|
|
8850
|
+
created_at: string;
|
|
8851
|
+
warning_code: "salto_ks_privacy_mode";
|
|
8852
8852
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8853
8853
|
message: z.ZodString;
|
|
8854
8854
|
created_at: z.ZodString;
|
|
8855
8855
|
}, {
|
|
8856
|
-
warning_code: z.ZodLiteral<"
|
|
8856
|
+
warning_code: z.ZodLiteral<"salto_ks_subscription_limit_almost_reached">;
|
|
8857
8857
|
}>, "strip", z.ZodTypeAny, {
|
|
8858
8858
|
message: string;
|
|
8859
8859
|
created_at: string;
|
|
8860
|
-
warning_code: "
|
|
8860
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
8861
8861
|
}, {
|
|
8862
8862
|
message: string;
|
|
8863
8863
|
created_at: string;
|
|
8864
|
-
warning_code: "
|
|
8864
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
8865
8865
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8866
8866
|
message: z.ZodString;
|
|
8867
8867
|
created_at: z.ZodString;
|
|
@@ -11075,19 +11075,6 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11075
11075
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
11076
11076
|
message: z.ZodString;
|
|
11077
11077
|
created_at: z.ZodString;
|
|
11078
|
-
}, {
|
|
11079
|
-
warning_code: z.ZodLiteral<"salto_unknown_device_type">;
|
|
11080
|
-
}>, "strip", z.ZodTypeAny, {
|
|
11081
|
-
message: string;
|
|
11082
|
-
created_at: string;
|
|
11083
|
-
warning_code: "salto_unknown_device_type";
|
|
11084
|
-
}, {
|
|
11085
|
-
message: string;
|
|
11086
|
-
created_at: string;
|
|
11087
|
-
warning_code: "salto_unknown_device_type";
|
|
11088
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
11089
|
-
message: z.ZodString;
|
|
11090
|
-
created_at: z.ZodString;
|
|
11091
11078
|
}, {
|
|
11092
11079
|
warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
|
|
11093
11080
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -11219,28 +11206,41 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11219
11206
|
message: z.ZodString;
|
|
11220
11207
|
created_at: z.ZodString;
|
|
11221
11208
|
}, {
|
|
11222
|
-
warning_code: z.ZodLiteral<"
|
|
11209
|
+
warning_code: z.ZodLiteral<"salto_ks_office_mode">;
|
|
11223
11210
|
}>, "strip", z.ZodTypeAny, {
|
|
11224
11211
|
message: string;
|
|
11225
11212
|
created_at: string;
|
|
11226
|
-
warning_code: "
|
|
11213
|
+
warning_code: "salto_ks_office_mode";
|
|
11227
11214
|
}, {
|
|
11228
11215
|
message: string;
|
|
11229
11216
|
created_at: string;
|
|
11230
|
-
warning_code: "
|
|
11217
|
+
warning_code: "salto_ks_office_mode";
|
|
11231
11218
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
11232
11219
|
message: z.ZodString;
|
|
11233
11220
|
created_at: z.ZodString;
|
|
11234
11221
|
}, {
|
|
11235
|
-
warning_code: z.ZodLiteral<"
|
|
11222
|
+
warning_code: z.ZodLiteral<"salto_ks_privacy_mode">;
|
|
11236
11223
|
}>, "strip", z.ZodTypeAny, {
|
|
11237
11224
|
message: string;
|
|
11238
11225
|
created_at: string;
|
|
11239
|
-
warning_code: "
|
|
11226
|
+
warning_code: "salto_ks_privacy_mode";
|
|
11240
11227
|
}, {
|
|
11241
11228
|
message: string;
|
|
11242
11229
|
created_at: string;
|
|
11243
|
-
warning_code: "
|
|
11230
|
+
warning_code: "salto_ks_privacy_mode";
|
|
11231
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
11232
|
+
message: z.ZodString;
|
|
11233
|
+
created_at: z.ZodString;
|
|
11234
|
+
}, {
|
|
11235
|
+
warning_code: z.ZodLiteral<"salto_ks_subscription_limit_almost_reached">;
|
|
11236
|
+
}>, "strip", z.ZodTypeAny, {
|
|
11237
|
+
message: string;
|
|
11238
|
+
created_at: string;
|
|
11239
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
11240
|
+
}, {
|
|
11241
|
+
message: string;
|
|
11242
|
+
created_at: string;
|
|
11243
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
11244
11244
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
11245
11245
|
message: z.ZodString;
|
|
11246
11246
|
created_at: z.ZodString;
|
|
@@ -11378,15 +11378,15 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11378
11378
|
} | {
|
|
11379
11379
|
message: string;
|
|
11380
11380
|
created_at: string;
|
|
11381
|
-
warning_code: "
|
|
11381
|
+
warning_code: "salto_ks_office_mode";
|
|
11382
11382
|
} | {
|
|
11383
11383
|
message: string;
|
|
11384
11384
|
created_at: string;
|
|
11385
|
-
warning_code: "
|
|
11385
|
+
warning_code: "salto_ks_privacy_mode";
|
|
11386
11386
|
} | {
|
|
11387
11387
|
message: string;
|
|
11388
11388
|
created_at: string;
|
|
11389
|
-
warning_code: "
|
|
11389
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
11390
11390
|
} | {
|
|
11391
11391
|
message: string;
|
|
11392
11392
|
created_at: string;
|
|
@@ -11939,15 +11939,15 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
11939
11939
|
} | {
|
|
11940
11940
|
message: string;
|
|
11941
11941
|
created_at: string;
|
|
11942
|
-
warning_code: "
|
|
11942
|
+
warning_code: "salto_ks_office_mode";
|
|
11943
11943
|
} | {
|
|
11944
11944
|
message: string;
|
|
11945
11945
|
created_at: string;
|
|
11946
|
-
warning_code: "
|
|
11946
|
+
warning_code: "salto_ks_privacy_mode";
|
|
11947
11947
|
} | {
|
|
11948
11948
|
message: string;
|
|
11949
11949
|
created_at: string;
|
|
11950
|
-
warning_code: "
|
|
11950
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
11951
11951
|
} | {
|
|
11952
11952
|
message: string;
|
|
11953
11953
|
created_at: string;
|
|
@@ -14695,19 +14695,6 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
14695
14695
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
14696
14696
|
message: z.ZodString;
|
|
14697
14697
|
created_at: z.ZodString;
|
|
14698
|
-
}, {
|
|
14699
|
-
warning_code: z.ZodLiteral<"salto_unknown_device_type">;
|
|
14700
|
-
}>, "strip", z.ZodTypeAny, {
|
|
14701
|
-
message: string;
|
|
14702
|
-
created_at: string;
|
|
14703
|
-
warning_code: "salto_unknown_device_type";
|
|
14704
|
-
}, {
|
|
14705
|
-
message: string;
|
|
14706
|
-
created_at: string;
|
|
14707
|
-
warning_code: "salto_unknown_device_type";
|
|
14708
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
14709
|
-
message: z.ZodString;
|
|
14710
|
-
created_at: z.ZodString;
|
|
14711
14698
|
}, {
|
|
14712
14699
|
warning_code: z.ZodLiteral<"wyze_device_missing_gateway">;
|
|
14713
14700
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -14839,28 +14826,41 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
14839
14826
|
message: z.ZodString;
|
|
14840
14827
|
created_at: z.ZodString;
|
|
14841
14828
|
}, {
|
|
14842
|
-
warning_code: z.ZodLiteral<"
|
|
14829
|
+
warning_code: z.ZodLiteral<"salto_ks_office_mode">;
|
|
14843
14830
|
}>, "strip", z.ZodTypeAny, {
|
|
14844
14831
|
message: string;
|
|
14845
14832
|
created_at: string;
|
|
14846
|
-
warning_code: "
|
|
14833
|
+
warning_code: "salto_ks_office_mode";
|
|
14847
14834
|
}, {
|
|
14848
14835
|
message: string;
|
|
14849
14836
|
created_at: string;
|
|
14850
|
-
warning_code: "
|
|
14837
|
+
warning_code: "salto_ks_office_mode";
|
|
14851
14838
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
14852
14839
|
message: z.ZodString;
|
|
14853
14840
|
created_at: z.ZodString;
|
|
14854
14841
|
}, {
|
|
14855
|
-
warning_code: z.ZodLiteral<"
|
|
14842
|
+
warning_code: z.ZodLiteral<"salto_ks_privacy_mode">;
|
|
14856
14843
|
}>, "strip", z.ZodTypeAny, {
|
|
14857
14844
|
message: string;
|
|
14858
14845
|
created_at: string;
|
|
14859
|
-
warning_code: "
|
|
14846
|
+
warning_code: "salto_ks_privacy_mode";
|
|
14860
14847
|
}, {
|
|
14861
14848
|
message: string;
|
|
14862
14849
|
created_at: string;
|
|
14863
|
-
warning_code: "
|
|
14850
|
+
warning_code: "salto_ks_privacy_mode";
|
|
14851
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
14852
|
+
message: z.ZodString;
|
|
14853
|
+
created_at: z.ZodString;
|
|
14854
|
+
}, {
|
|
14855
|
+
warning_code: z.ZodLiteral<"salto_ks_subscription_limit_almost_reached">;
|
|
14856
|
+
}>, "strip", z.ZodTypeAny, {
|
|
14857
|
+
message: string;
|
|
14858
|
+
created_at: string;
|
|
14859
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
14860
|
+
}, {
|
|
14861
|
+
message: string;
|
|
14862
|
+
created_at: string;
|
|
14863
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
14864
14864
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
14865
14865
|
message: z.ZodString;
|
|
14866
14866
|
created_at: z.ZodString;
|
|
@@ -15146,15 +15146,15 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
15146
15146
|
} | {
|
|
15147
15147
|
message: string;
|
|
15148
15148
|
created_at: string;
|
|
15149
|
-
warning_code: "
|
|
15149
|
+
warning_code: "salto_ks_office_mode";
|
|
15150
15150
|
} | {
|
|
15151
15151
|
message: string;
|
|
15152
15152
|
created_at: string;
|
|
15153
|
-
warning_code: "
|
|
15153
|
+
warning_code: "salto_ks_privacy_mode";
|
|
15154
15154
|
} | {
|
|
15155
15155
|
message: string;
|
|
15156
15156
|
created_at: string;
|
|
15157
|
-
warning_code: "
|
|
15157
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
15158
15158
|
} | {
|
|
15159
15159
|
message: string;
|
|
15160
15160
|
created_at: string;
|
|
@@ -15354,15 +15354,15 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
|
|
|
15354
15354
|
} | {
|
|
15355
15355
|
message: string;
|
|
15356
15356
|
created_at: string;
|
|
15357
|
-
warning_code: "
|
|
15357
|
+
warning_code: "salto_ks_office_mode";
|
|
15358
15358
|
} | {
|
|
15359
15359
|
message: string;
|
|
15360
15360
|
created_at: string;
|
|
15361
|
-
warning_code: "
|
|
15361
|
+
warning_code: "salto_ks_privacy_mode";
|
|
15362
15362
|
} | {
|
|
15363
15363
|
message: string;
|
|
15364
15364
|
created_at: string;
|
|
15365
|
-
warning_code: "
|
|
15365
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
15366
15366
|
} | {
|
|
15367
15367
|
message: string;
|
|
15368
15368
|
created_at: string;
|
|
@@ -57159,11 +57159,6 @@ interface Routes {
|
|
|
57159
57159
|
created_at: string;
|
|
57160
57160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57161
57161
|
warning_code: 'many_active_backup_codes';
|
|
57162
|
-
} | {
|
|
57163
|
-
message: string;
|
|
57164
|
-
created_at: string;
|
|
57165
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57166
|
-
warning_code: 'salto_unknown_device_type';
|
|
57167
57162
|
} | {
|
|
57168
57163
|
message: string;
|
|
57169
57164
|
created_at: string;
|
|
@@ -57218,12 +57213,17 @@ interface Routes {
|
|
|
57218
57213
|
message: string;
|
|
57219
57214
|
created_at: string;
|
|
57220
57215
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57221
|
-
warning_code: '
|
|
57216
|
+
warning_code: 'salto_ks_office_mode';
|
|
57222
57217
|
} | {
|
|
57223
57218
|
message: string;
|
|
57224
57219
|
created_at: string;
|
|
57225
57220
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57226
|
-
warning_code: '
|
|
57221
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
57222
|
+
} | {
|
|
57223
|
+
message: string;
|
|
57224
|
+
created_at: string;
|
|
57225
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57226
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
57227
57227
|
} | {
|
|
57228
57228
|
message: string;
|
|
57229
57229
|
created_at: string;
|
|
@@ -57884,11 +57884,6 @@ interface Routes {
|
|
|
57884
57884
|
created_at: string;
|
|
57885
57885
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57886
57886
|
warning_code: 'many_active_backup_codes';
|
|
57887
|
-
} | {
|
|
57888
|
-
message: string;
|
|
57889
|
-
created_at: string;
|
|
57890
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57891
|
-
warning_code: 'salto_unknown_device_type';
|
|
57892
57887
|
} | {
|
|
57893
57888
|
message: string;
|
|
57894
57889
|
created_at: string;
|
|
@@ -57943,12 +57938,17 @@ interface Routes {
|
|
|
57943
57938
|
message: string;
|
|
57944
57939
|
created_at: string;
|
|
57945
57940
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57946
|
-
warning_code: '
|
|
57941
|
+
warning_code: 'salto_ks_office_mode';
|
|
57947
57942
|
} | {
|
|
57948
57943
|
message: string;
|
|
57949
57944
|
created_at: string;
|
|
57950
57945
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57951
|
-
warning_code: '
|
|
57946
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
57947
|
+
} | {
|
|
57948
|
+
message: string;
|
|
57949
|
+
created_at: string;
|
|
57950
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57951
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
57952
57952
|
} | {
|
|
57953
57953
|
message: string;
|
|
57954
57954
|
created_at: string;
|
|
@@ -58166,11 +58166,6 @@ interface Routes {
|
|
|
58166
58166
|
created_at: string;
|
|
58167
58167
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58168
58168
|
warning_code: 'many_active_backup_codes';
|
|
58169
|
-
} | {
|
|
58170
|
-
message: string;
|
|
58171
|
-
created_at: string;
|
|
58172
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58173
|
-
warning_code: 'salto_unknown_device_type';
|
|
58174
58169
|
} | {
|
|
58175
58170
|
message: string;
|
|
58176
58171
|
created_at: string;
|
|
@@ -58225,12 +58220,17 @@ interface Routes {
|
|
|
58225
58220
|
message: string;
|
|
58226
58221
|
created_at: string;
|
|
58227
58222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58228
|
-
warning_code: '
|
|
58223
|
+
warning_code: 'salto_ks_office_mode';
|
|
58224
|
+
} | {
|
|
58225
|
+
message: string;
|
|
58226
|
+
created_at: string;
|
|
58227
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58228
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
58229
58229
|
} | {
|
|
58230
58230
|
message: string;
|
|
58231
58231
|
created_at: string;
|
|
58232
58232
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58233
|
-
warning_code: '
|
|
58233
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
58234
58234
|
} | {
|
|
58235
58235
|
message: string;
|
|
58236
58236
|
created_at: string;
|
|
@@ -58457,11 +58457,6 @@ interface Routes {
|
|
|
58457
58457
|
created_at: string;
|
|
58458
58458
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58459
58459
|
warning_code: 'many_active_backup_codes';
|
|
58460
|
-
} | {
|
|
58461
|
-
message: string;
|
|
58462
|
-
created_at: string;
|
|
58463
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58464
|
-
warning_code: 'salto_unknown_device_type';
|
|
58465
58460
|
} | {
|
|
58466
58461
|
message: string;
|
|
58467
58462
|
created_at: string;
|
|
@@ -58516,12 +58511,17 @@ interface Routes {
|
|
|
58516
58511
|
message: string;
|
|
58517
58512
|
created_at: string;
|
|
58518
58513
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58519
|
-
warning_code: '
|
|
58514
|
+
warning_code: 'salto_ks_office_mode';
|
|
58515
|
+
} | {
|
|
58516
|
+
message: string;
|
|
58517
|
+
created_at: string;
|
|
58518
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58519
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
58520
58520
|
} | {
|
|
58521
58521
|
message: string;
|
|
58522
58522
|
created_at: string;
|
|
58523
58523
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58524
|
-
warning_code: '
|
|
58524
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
58525
58525
|
} | {
|
|
58526
58526
|
message: string;
|
|
58527
58527
|
created_at: string;
|
|
@@ -61680,11 +61680,6 @@ interface Routes {
|
|
|
61680
61680
|
created_at: string;
|
|
61681
61681
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61682
61682
|
warning_code: 'many_active_backup_codes';
|
|
61683
|
-
} | {
|
|
61684
|
-
message: string;
|
|
61685
|
-
created_at: string;
|
|
61686
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61687
|
-
warning_code: 'salto_unknown_device_type';
|
|
61688
61683
|
} | {
|
|
61689
61684
|
message: string;
|
|
61690
61685
|
created_at: string;
|
|
@@ -61739,12 +61734,17 @@ interface Routes {
|
|
|
61739
61734
|
message: string;
|
|
61740
61735
|
created_at: string;
|
|
61741
61736
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61742
|
-
warning_code: '
|
|
61737
|
+
warning_code: 'salto_ks_office_mode';
|
|
61743
61738
|
} | {
|
|
61744
61739
|
message: string;
|
|
61745
61740
|
created_at: string;
|
|
61746
61741
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61747
|
-
warning_code: '
|
|
61742
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
61743
|
+
} | {
|
|
61744
|
+
message: string;
|
|
61745
|
+
created_at: string;
|
|
61746
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61747
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
61748
61748
|
} | {
|
|
61749
61749
|
message: string;
|
|
61750
61750
|
created_at: string;
|
|
@@ -62369,11 +62369,6 @@ interface Routes {
|
|
|
62369
62369
|
created_at: string;
|
|
62370
62370
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62371
62371
|
warning_code: 'many_active_backup_codes';
|
|
62372
|
-
} | {
|
|
62373
|
-
message: string;
|
|
62374
|
-
created_at: string;
|
|
62375
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62376
|
-
warning_code: 'salto_unknown_device_type';
|
|
62377
62372
|
} | {
|
|
62378
62373
|
message: string;
|
|
62379
62374
|
created_at: string;
|
|
@@ -62428,12 +62423,17 @@ interface Routes {
|
|
|
62428
62423
|
message: string;
|
|
62429
62424
|
created_at: string;
|
|
62430
62425
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62431
|
-
warning_code: '
|
|
62426
|
+
warning_code: 'salto_ks_office_mode';
|
|
62427
|
+
} | {
|
|
62428
|
+
message: string;
|
|
62429
|
+
created_at: string;
|
|
62430
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62431
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
62432
62432
|
} | {
|
|
62433
62433
|
message: string;
|
|
62434
62434
|
created_at: string;
|
|
62435
62435
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62436
|
-
warning_code: '
|
|
62436
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
62437
62437
|
} | {
|
|
62438
62438
|
message: string;
|
|
62439
62439
|
created_at: string;
|
|
@@ -63094,11 +63094,6 @@ interface Routes {
|
|
|
63094
63094
|
created_at: string;
|
|
63095
63095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63096
63096
|
warning_code: 'many_active_backup_codes';
|
|
63097
|
-
} | {
|
|
63098
|
-
message: string;
|
|
63099
|
-
created_at: string;
|
|
63100
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63101
|
-
warning_code: 'salto_unknown_device_type';
|
|
63102
63097
|
} | {
|
|
63103
63098
|
message: string;
|
|
63104
63099
|
created_at: string;
|
|
@@ -63153,12 +63148,17 @@ interface Routes {
|
|
|
63153
63148
|
message: string;
|
|
63154
63149
|
created_at: string;
|
|
63155
63150
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63156
|
-
warning_code: '
|
|
63151
|
+
warning_code: 'salto_ks_office_mode';
|
|
63152
|
+
} | {
|
|
63153
|
+
message: string;
|
|
63154
|
+
created_at: string;
|
|
63155
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63156
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
63157
63157
|
} | {
|
|
63158
63158
|
message: string;
|
|
63159
63159
|
created_at: string;
|
|
63160
63160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63161
|
-
warning_code: '
|
|
63161
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
63162
63162
|
} | {
|
|
63163
63163
|
message: string;
|
|
63164
63164
|
created_at: string;
|
|
@@ -63782,11 +63782,6 @@ interface Routes {
|
|
|
63782
63782
|
created_at: string;
|
|
63783
63783
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63784
63784
|
warning_code: 'many_active_backup_codes';
|
|
63785
|
-
} | {
|
|
63786
|
-
message: string;
|
|
63787
|
-
created_at: string;
|
|
63788
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63789
|
-
warning_code: 'salto_unknown_device_type';
|
|
63790
63785
|
} | {
|
|
63791
63786
|
message: string;
|
|
63792
63787
|
created_at: string;
|
|
@@ -63841,12 +63836,17 @@ interface Routes {
|
|
|
63841
63836
|
message: string;
|
|
63842
63837
|
created_at: string;
|
|
63843
63838
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63844
|
-
warning_code: '
|
|
63839
|
+
warning_code: 'salto_ks_office_mode';
|
|
63845
63840
|
} | {
|
|
63846
63841
|
message: string;
|
|
63847
63842
|
created_at: string;
|
|
63848
63843
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63849
|
-
warning_code: '
|
|
63844
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
63845
|
+
} | {
|
|
63846
|
+
message: string;
|
|
63847
|
+
created_at: string;
|
|
63848
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63849
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
63850
63850
|
} | {
|
|
63851
63851
|
message: string;
|
|
63852
63852
|
created_at: string;
|
|
@@ -66326,11 +66326,6 @@ interface Routes {
|
|
|
66326
66326
|
created_at: string;
|
|
66327
66327
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66328
66328
|
warning_code: 'many_active_backup_codes';
|
|
66329
|
-
} | {
|
|
66330
|
-
message: string;
|
|
66331
|
-
created_at: string;
|
|
66332
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66333
|
-
warning_code: 'salto_unknown_device_type';
|
|
66334
66329
|
} | {
|
|
66335
66330
|
message: string;
|
|
66336
66331
|
created_at: string;
|
|
@@ -66385,12 +66380,17 @@ interface Routes {
|
|
|
66385
66380
|
message: string;
|
|
66386
66381
|
created_at: string;
|
|
66387
66382
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66388
|
-
warning_code: '
|
|
66383
|
+
warning_code: 'salto_ks_office_mode';
|
|
66389
66384
|
} | {
|
|
66390
66385
|
message: string;
|
|
66391
66386
|
created_at: string;
|
|
66392
66387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66393
|
-
warning_code: '
|
|
66388
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
66389
|
+
} | {
|
|
66390
|
+
message: string;
|
|
66391
|
+
created_at: string;
|
|
66392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66393
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
66394
66394
|
} | {
|
|
66395
66395
|
message: string;
|
|
66396
66396
|
created_at: string;
|
|
@@ -67014,11 +67014,6 @@ interface Routes {
|
|
|
67014
67014
|
created_at: string;
|
|
67015
67015
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67016
67016
|
warning_code: 'many_active_backup_codes';
|
|
67017
|
-
} | {
|
|
67018
|
-
message: string;
|
|
67019
|
-
created_at: string;
|
|
67020
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67021
|
-
warning_code: 'salto_unknown_device_type';
|
|
67022
67017
|
} | {
|
|
67023
67018
|
message: string;
|
|
67024
67019
|
created_at: string;
|
|
@@ -67073,12 +67068,17 @@ interface Routes {
|
|
|
67073
67068
|
message: string;
|
|
67074
67069
|
created_at: string;
|
|
67075
67070
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67076
|
-
warning_code: '
|
|
67071
|
+
warning_code: 'salto_ks_office_mode';
|
|
67072
|
+
} | {
|
|
67073
|
+
message: string;
|
|
67074
|
+
created_at: string;
|
|
67075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67076
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
67077
67077
|
} | {
|
|
67078
67078
|
message: string;
|
|
67079
67079
|
created_at: string;
|
|
67080
67080
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67081
|
-
warning_code: '
|
|
67081
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
67082
67082
|
} | {
|
|
67083
67083
|
message: string;
|
|
67084
67084
|
created_at: string;
|
|
@@ -72602,11 +72602,6 @@ interface Routes {
|
|
|
72602
72602
|
created_at: string;
|
|
72603
72603
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72604
72604
|
warning_code: 'many_active_backup_codes';
|
|
72605
|
-
} | {
|
|
72606
|
-
message: string;
|
|
72607
|
-
created_at: string;
|
|
72608
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72609
|
-
warning_code: 'salto_unknown_device_type';
|
|
72610
72605
|
} | {
|
|
72611
72606
|
message: string;
|
|
72612
72607
|
created_at: string;
|
|
@@ -72661,12 +72656,17 @@ interface Routes {
|
|
|
72661
72656
|
message: string;
|
|
72662
72657
|
created_at: string;
|
|
72663
72658
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72664
|
-
warning_code: '
|
|
72659
|
+
warning_code: 'salto_ks_office_mode';
|
|
72665
72660
|
} | {
|
|
72666
72661
|
message: string;
|
|
72667
72662
|
created_at: string;
|
|
72668
72663
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72669
|
-
warning_code: '
|
|
72664
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
72665
|
+
} | {
|
|
72666
|
+
message: string;
|
|
72667
|
+
created_at: string;
|
|
72668
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
72669
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
72670
72670
|
} | {
|
|
72671
72671
|
message: string;
|
|
72672
72672
|
created_at: string;
|
|
@@ -75127,11 +75127,6 @@ interface Routes {
|
|
|
75127
75127
|
created_at: string;
|
|
75128
75128
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75129
75129
|
warning_code: 'many_active_backup_codes';
|
|
75130
|
-
} | {
|
|
75131
|
-
message: string;
|
|
75132
|
-
created_at: string;
|
|
75133
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75134
|
-
warning_code: 'salto_unknown_device_type';
|
|
75135
75130
|
} | {
|
|
75136
75131
|
message: string;
|
|
75137
75132
|
created_at: string;
|
|
@@ -75186,12 +75181,17 @@ interface Routes {
|
|
|
75186
75181
|
message: string;
|
|
75187
75182
|
created_at: string;
|
|
75188
75183
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75189
|
-
warning_code: '
|
|
75184
|
+
warning_code: 'salto_ks_office_mode';
|
|
75190
75185
|
} | {
|
|
75191
75186
|
message: string;
|
|
75192
75187
|
created_at: string;
|
|
75193
75188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75194
|
-
warning_code: '
|
|
75189
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
75190
|
+
} | {
|
|
75191
|
+
message: string;
|
|
75192
|
+
created_at: string;
|
|
75193
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75194
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
75195
75195
|
} | {
|
|
75196
75196
|
message: string;
|
|
75197
75197
|
created_at: string;
|
|
@@ -75815,11 +75815,6 @@ interface Routes {
|
|
|
75815
75815
|
created_at: string;
|
|
75816
75816
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75817
75817
|
warning_code: 'many_active_backup_codes';
|
|
75818
|
-
} | {
|
|
75819
|
-
message: string;
|
|
75820
|
-
created_at: string;
|
|
75821
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75822
|
-
warning_code: 'salto_unknown_device_type';
|
|
75823
75818
|
} | {
|
|
75824
75819
|
message: string;
|
|
75825
75820
|
created_at: string;
|
|
@@ -75874,12 +75869,17 @@ interface Routes {
|
|
|
75874
75869
|
message: string;
|
|
75875
75870
|
created_at: string;
|
|
75876
75871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75877
|
-
warning_code: '
|
|
75872
|
+
warning_code: 'salto_ks_office_mode';
|
|
75878
75873
|
} | {
|
|
75879
75874
|
message: string;
|
|
75880
75875
|
created_at: string;
|
|
75881
75876
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75882
|
-
warning_code: '
|
|
75877
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
75878
|
+
} | {
|
|
75879
|
+
message: string;
|
|
75880
|
+
created_at: string;
|
|
75881
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75882
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
75883
75883
|
} | {
|
|
75884
75884
|
message: string;
|
|
75885
75885
|
created_at: string;
|
|
@@ -79755,11 +79755,6 @@ interface Routes {
|
|
|
79755
79755
|
created_at: string;
|
|
79756
79756
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79757
79757
|
warning_code: 'many_active_backup_codes';
|
|
79758
|
-
} | {
|
|
79759
|
-
message: string;
|
|
79760
|
-
created_at: string;
|
|
79761
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79762
|
-
warning_code: 'salto_unknown_device_type';
|
|
79763
79758
|
} | {
|
|
79764
79759
|
message: string;
|
|
79765
79760
|
created_at: string;
|
|
@@ -79814,12 +79809,17 @@ interface Routes {
|
|
|
79814
79809
|
message: string;
|
|
79815
79810
|
created_at: string;
|
|
79816
79811
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79817
|
-
warning_code: '
|
|
79812
|
+
warning_code: 'salto_ks_office_mode';
|
|
79818
79813
|
} | {
|
|
79819
79814
|
message: string;
|
|
79820
79815
|
created_at: string;
|
|
79821
79816
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79822
|
-
warning_code: '
|
|
79817
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
79818
|
+
} | {
|
|
79819
|
+
message: string;
|
|
79820
|
+
created_at: string;
|
|
79821
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79822
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
79823
79823
|
} | {
|
|
79824
79824
|
message: string;
|
|
79825
79825
|
created_at: string;
|
|
@@ -80445,11 +80445,6 @@ interface Routes {
|
|
|
80445
80445
|
created_at: string;
|
|
80446
80446
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80447
80447
|
warning_code: 'many_active_backup_codes';
|
|
80448
|
-
} | {
|
|
80449
|
-
message: string;
|
|
80450
|
-
created_at: string;
|
|
80451
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80452
|
-
warning_code: 'salto_unknown_device_type';
|
|
80453
80448
|
} | {
|
|
80454
80449
|
message: string;
|
|
80455
80450
|
created_at: string;
|
|
@@ -80504,12 +80499,17 @@ interface Routes {
|
|
|
80504
80499
|
message: string;
|
|
80505
80500
|
created_at: string;
|
|
80506
80501
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80507
|
-
warning_code: '
|
|
80502
|
+
warning_code: 'salto_ks_office_mode';
|
|
80508
80503
|
} | {
|
|
80509
80504
|
message: string;
|
|
80510
80505
|
created_at: string;
|
|
80511
80506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80512
|
-
warning_code: '
|
|
80507
|
+
warning_code: 'salto_ks_privacy_mode';
|
|
80508
|
+
} | {
|
|
80509
|
+
message: string;
|
|
80510
|
+
created_at: string;
|
|
80511
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80512
|
+
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
80513
80513
|
} | {
|
|
80514
80514
|
message: string;
|
|
80515
80515
|
created_at: string;
|