@seamapi/types 1.817.0 → 1.819.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 +54 -223
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -316
- package/dist/index.cjs +54 -223
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +0 -229
- package/lib/seam/connect/openapi.js +44 -223
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -87
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +52 -249
- package/src/lib/seam/connect/route-types.ts +160 -97
|
@@ -12615,6 +12615,13 @@ export type Routes = {
|
|
|
12615
12615
|
created_at: string;
|
|
12616
12616
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12617
12617
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
12618
|
+
} | {
|
|
12619
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12620
|
+
message: string;
|
|
12621
|
+
/** Date and time at which Seam created the warning. */
|
|
12622
|
+
created_at: string;
|
|
12623
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12624
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
12618
12625
|
} | {
|
|
12619
12626
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12620
12627
|
message: string;
|
|
@@ -17031,6 +17038,13 @@ export type Routes = {
|
|
|
17031
17038
|
created_at: string;
|
|
17032
17039
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17033
17040
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
17041
|
+
} | {
|
|
17042
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17043
|
+
message: string;
|
|
17044
|
+
/** Date and time at which Seam created the warning. */
|
|
17045
|
+
created_at: string;
|
|
17046
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17047
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
17034
17048
|
} | {
|
|
17035
17049
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17036
17050
|
message: string;
|
|
@@ -33604,6 +33618,13 @@ export type Routes = {
|
|
|
33604
33618
|
created_at: string;
|
|
33605
33619
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33606
33620
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
33621
|
+
} | {
|
|
33622
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33623
|
+
message: string;
|
|
33624
|
+
/** Date and time at which Seam created the warning. */
|
|
33625
|
+
created_at: string;
|
|
33626
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33627
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
33607
33628
|
} | {
|
|
33608
33629
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33609
33630
|
message: string;
|
|
@@ -34979,6 +35000,13 @@ export type Routes = {
|
|
|
34979
35000
|
created_at: string;
|
|
34980
35001
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34981
35002
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
35003
|
+
} | {
|
|
35004
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35005
|
+
message: string;
|
|
35006
|
+
/** Date and time at which Seam created the warning. */
|
|
35007
|
+
created_at: string;
|
|
35008
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35009
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
34982
35010
|
} | {
|
|
34983
35011
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34984
35012
|
message: string;
|
|
@@ -35533,6 +35561,13 @@ export type Routes = {
|
|
|
35533
35561
|
created_at: string;
|
|
35534
35562
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35535
35563
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
35564
|
+
} | {
|
|
35565
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35566
|
+
message: string;
|
|
35567
|
+
/** Date and time at which Seam created the warning. */
|
|
35568
|
+
created_at: string;
|
|
35569
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35570
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
35536
35571
|
} | {
|
|
35537
35572
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35538
35573
|
message: string;
|
|
@@ -36017,6 +36052,13 @@ export type Routes = {
|
|
|
36017
36052
|
created_at: string;
|
|
36018
36053
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36019
36054
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
36055
|
+
} | {
|
|
36056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36057
|
+
message: string;
|
|
36058
|
+
/** Date and time at which Seam created the warning. */
|
|
36059
|
+
created_at: string;
|
|
36060
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36061
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
36020
36062
|
} | {
|
|
36021
36063
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36022
36064
|
message: string;
|
|
@@ -44528,6 +44570,13 @@ export type Routes = {
|
|
|
44528
44570
|
created_at: string;
|
|
44529
44571
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44530
44572
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
44573
|
+
} | {
|
|
44574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44575
|
+
message: string;
|
|
44576
|
+
/** Date and time at which Seam created the warning. */
|
|
44577
|
+
created_at: string;
|
|
44578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44579
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
44531
44580
|
} | {
|
|
44532
44581
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44533
44582
|
message: string;
|
|
@@ -45853,6 +45902,13 @@ export type Routes = {
|
|
|
45853
45902
|
created_at: string;
|
|
45854
45903
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45855
45904
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
45905
|
+
} | {
|
|
45906
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45907
|
+
message: string;
|
|
45908
|
+
/** Date and time at which Seam created the warning. */
|
|
45909
|
+
created_at: string;
|
|
45910
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45911
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
45856
45912
|
} | {
|
|
45857
45913
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45858
45914
|
message: string;
|
|
@@ -47228,6 +47284,13 @@ export type Routes = {
|
|
|
47228
47284
|
created_at: string;
|
|
47229
47285
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47230
47286
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
47287
|
+
} | {
|
|
47288
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47289
|
+
message: string;
|
|
47290
|
+
/** Date and time at which Seam created the warning. */
|
|
47291
|
+
created_at: string;
|
|
47292
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47293
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
47231
47294
|
} | {
|
|
47232
47295
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47233
47296
|
message: string;
|
|
@@ -48552,6 +48615,13 @@ export type Routes = {
|
|
|
48552
48615
|
created_at: string;
|
|
48553
48616
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48554
48617
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
48618
|
+
} | {
|
|
48619
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48620
|
+
message: string;
|
|
48621
|
+
/** Date and time at which Seam created the warning. */
|
|
48622
|
+
created_at: string;
|
|
48623
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48624
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
48555
48625
|
} | {
|
|
48556
48626
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48557
48627
|
message: string;
|
|
@@ -55293,6 +55363,13 @@ export type Routes = {
|
|
|
55293
55363
|
created_at: string;
|
|
55294
55364
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55295
55365
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
55366
|
+
} | {
|
|
55367
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55368
|
+
message: string;
|
|
55369
|
+
/** Date and time at which Seam created the warning. */
|
|
55370
|
+
created_at: string;
|
|
55371
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55372
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
55296
55373
|
} | {
|
|
55297
55374
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55298
55375
|
message: string;
|
|
@@ -56617,6 +56694,13 @@ export type Routes = {
|
|
|
56617
56694
|
created_at: string;
|
|
56618
56695
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56619
56696
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
56697
|
+
} | {
|
|
56698
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56699
|
+
message: string;
|
|
56700
|
+
/** Date and time at which Seam created the warning. */
|
|
56701
|
+
created_at: string;
|
|
56702
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56703
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
56620
56704
|
} | {
|
|
56621
56705
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56622
56706
|
message: string;
|
|
@@ -63619,93 +63703,6 @@ export type Routes = {
|
|
|
63619
63703
|
};
|
|
63620
63704
|
maxDuration: undefined;
|
|
63621
63705
|
};
|
|
63622
|
-
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
63623
|
-
route: '/seam/customer/v1/connectors/ical/generate-config';
|
|
63624
|
-
method: 'POST';
|
|
63625
|
-
queryParams: {};
|
|
63626
|
-
jsonBody: {
|
|
63627
|
-
/** iCal feed URL to analyze */
|
|
63628
|
-
ical_url: string;
|
|
63629
|
-
};
|
|
63630
|
-
commonParams: {};
|
|
63631
|
-
formData: {};
|
|
63632
|
-
jsonResponse: {
|
|
63633
|
-
generated_config: {
|
|
63634
|
-
ical_config: {
|
|
63635
|
-
/** Optional filter to skip non-matching events */
|
|
63636
|
-
filter?: {
|
|
63637
|
-
/** iCal property name to match against */
|
|
63638
|
-
source: string;
|
|
63639
|
-
/** Regex pattern — events not matching are skipped */
|
|
63640
|
-
pattern: string;
|
|
63641
|
-
} | undefined;
|
|
63642
|
-
fields: {
|
|
63643
|
-
/** How to extract the reservation key (falls back to UID) */
|
|
63644
|
-
reservation_key?: {
|
|
63645
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63646
|
-
source: string;
|
|
63647
|
-
/** Regex with capture group to extract value from the property */
|
|
63648
|
-
pattern?: string | undefined;
|
|
63649
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63650
|
-
type?: 'date' | undefined;
|
|
63651
|
-
} | undefined;
|
|
63652
|
-
/** How to extract guest name */
|
|
63653
|
-
guest_name?: {
|
|
63654
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63655
|
-
source: string;
|
|
63656
|
-
/** Regex with capture group to extract value from the property */
|
|
63657
|
-
pattern?: string | undefined;
|
|
63658
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63659
|
-
type?: 'date' | undefined;
|
|
63660
|
-
} | undefined;
|
|
63661
|
-
/** How to extract guest email */
|
|
63662
|
-
guest_email?: {
|
|
63663
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63664
|
-
source: string;
|
|
63665
|
-
/** Regex with capture group to extract value from the property */
|
|
63666
|
-
pattern?: string | undefined;
|
|
63667
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63668
|
-
type?: 'date' | undefined;
|
|
63669
|
-
} | undefined;
|
|
63670
|
-
/** How to extract guest phone */
|
|
63671
|
-
guest_phone?: {
|
|
63672
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63673
|
-
source: string;
|
|
63674
|
-
/** Regex with capture group to extract value from the property */
|
|
63675
|
-
pattern?: string | undefined;
|
|
63676
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63677
|
-
type?: 'date' | undefined;
|
|
63678
|
-
} | undefined;
|
|
63679
|
-
/** How to extract check-in date */
|
|
63680
|
-
starts_at: {
|
|
63681
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63682
|
-
source: string;
|
|
63683
|
-
/** Regex with capture group to extract value from the property */
|
|
63684
|
-
pattern?: string | undefined;
|
|
63685
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63686
|
-
type?: 'date' | undefined;
|
|
63687
|
-
};
|
|
63688
|
-
/** How to extract check-out date */
|
|
63689
|
-
ends_at: {
|
|
63690
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
63691
|
-
source: string;
|
|
63692
|
-
/** Regex with capture group to extract value from the property */
|
|
63693
|
-
pattern?: string | undefined;
|
|
63694
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
63695
|
-
type?: 'date' | undefined;
|
|
63696
|
-
};
|
|
63697
|
-
};
|
|
63698
|
-
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
63699
|
-
time_zone?: string | undefined;
|
|
63700
|
-
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
63701
|
-
default_check_in_time?: string | undefined;
|
|
63702
|
-
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
63703
|
-
default_check_out_time?: string | undefined;
|
|
63704
|
-
};
|
|
63705
|
-
};
|
|
63706
|
-
};
|
|
63707
|
-
maxDuration: undefined;
|
|
63708
|
-
};
|
|
63709
63706
|
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
63710
63707
|
route: '/seam/customer/v1/connectors/ical/validate-config';
|
|
63711
63708
|
method: 'POST';
|
|
@@ -70161,6 +70158,13 @@ export type Routes = {
|
|
|
70161
70158
|
created_at: string;
|
|
70162
70159
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70163
70160
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
70161
|
+
} | {
|
|
70162
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70163
|
+
message: string;
|
|
70164
|
+
/** Date and time at which Seam created the warning. */
|
|
70165
|
+
created_at: string;
|
|
70166
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70167
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
70164
70168
|
} | {
|
|
70165
70169
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70166
70170
|
message: string;
|
|
@@ -76333,6 +76337,13 @@ export type Routes = {
|
|
|
76333
76337
|
created_at: string;
|
|
76334
76338
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76335
76339
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
76340
|
+
} | {
|
|
76341
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76342
|
+
message: string;
|
|
76343
|
+
/** Date and time at which Seam created the warning. */
|
|
76344
|
+
created_at: string;
|
|
76345
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76346
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
76336
76347
|
} | {
|
|
76337
76348
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76338
76349
|
message: string;
|
|
@@ -80404,6 +80415,13 @@ export type Routes = {
|
|
|
80404
80415
|
created_at: string;
|
|
80405
80416
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80406
80417
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
80418
|
+
} | {
|
|
80419
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80420
|
+
message: string;
|
|
80421
|
+
/** Date and time at which Seam created the warning. */
|
|
80422
|
+
created_at: string;
|
|
80423
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80424
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
80407
80425
|
} | {
|
|
80408
80426
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80409
80427
|
message: string;
|
|
@@ -81728,6 +81746,13 @@ export type Routes = {
|
|
|
81728
81746
|
created_at: string;
|
|
81729
81747
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81730
81748
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
81749
|
+
} | {
|
|
81750
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81751
|
+
message: string;
|
|
81752
|
+
/** Date and time at which Seam created the warning. */
|
|
81753
|
+
created_at: string;
|
|
81754
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81755
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
81731
81756
|
} | {
|
|
81732
81757
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81733
81758
|
message: string;
|
|
@@ -89362,6 +89387,13 @@ export type Routes = {
|
|
|
89362
89387
|
created_at: string;
|
|
89363
89388
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89364
89389
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
89390
|
+
} | {
|
|
89391
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89392
|
+
message: string;
|
|
89393
|
+
/** Date and time at which Seam created the warning. */
|
|
89394
|
+
created_at: string;
|
|
89395
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89396
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
89365
89397
|
} | {
|
|
89366
89398
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89367
89399
|
message: string;
|
|
@@ -90688,6 +90720,13 @@ export type Routes = {
|
|
|
90688
90720
|
created_at: string;
|
|
90689
90721
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90690
90722
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
90723
|
+
} | {
|
|
90724
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90725
|
+
message: string;
|
|
90726
|
+
/** Date and time at which Seam created the warning. */
|
|
90727
|
+
created_at: string;
|
|
90728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90729
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
90691
90730
|
} | {
|
|
90692
90731
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90693
90732
|
message: string;
|
|
@@ -93137,6 +93176,13 @@ export type Routes = {
|
|
|
93137
93176
|
created_at: string;
|
|
93138
93177
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93139
93178
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
93179
|
+
} | {
|
|
93180
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93181
|
+
message: string;
|
|
93182
|
+
/** Date and time at which Seam created the warning. */
|
|
93183
|
+
created_at: string;
|
|
93184
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93185
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
93140
93186
|
} | {
|
|
93141
93187
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93142
93188
|
message: string;
|
|
@@ -95939,6 +95985,13 @@ export type Routes = {
|
|
|
95939
95985
|
created_at: string;
|
|
95940
95986
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95941
95987
|
warning_code: 'salto_ks_subscription_limit_almost_reached';
|
|
95988
|
+
} | {
|
|
95989
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95990
|
+
message: string;
|
|
95991
|
+
/** Date and time at which Seam created the warning. */
|
|
95992
|
+
created_at: string;
|
|
95993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95994
|
+
warning_code: 'salto_ks_lock_access_code_support_removed';
|
|
95942
95995
|
} | {
|
|
95943
95996
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95944
95997
|
message: string;
|
package/package.json
CHANGED
|
@@ -309,6 +309,17 @@ const salto_ks_subscription_limit_almost_reached = common_device_warning
|
|
|
309
309
|
'Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Increase your subscription limit or delete some users from your site.',
|
|
310
310
|
)
|
|
311
311
|
|
|
312
|
+
const salto_ks_lock_access_code_support_removed = common_device_warning.extend({
|
|
313
|
+
warning_code: z
|
|
314
|
+
.literal('salto_ks_lock_access_code_support_removed')
|
|
315
|
+
.describe(warning_code_description),
|
|
316
|
+
}).describe(`
|
|
317
|
+
---
|
|
318
|
+
variant_group_key: access_codes
|
|
319
|
+
---
|
|
320
|
+
Indicates that a change in the reported device model has been detected for this Salto KS lock, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.
|
|
321
|
+
`)
|
|
322
|
+
|
|
312
323
|
const wyze_device_missing_gateway = common_device_warning.extend({
|
|
313
324
|
warning_code: z
|
|
314
325
|
.literal('wyze_device_missing_gateway')
|
|
@@ -511,6 +522,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
511
522
|
salto_ks_office_mode,
|
|
512
523
|
salto_ks_privacy_mode,
|
|
513
524
|
salto_ks_subscription_limit_almost_reached,
|
|
525
|
+
salto_ks_lock_access_code_support_removed,
|
|
514
526
|
unknown_issue_with_phone,
|
|
515
527
|
lockly_time_zone_not_configured,
|
|
516
528
|
ultraloq_time_zone_unknown,
|
|
@@ -559,6 +571,8 @@ export const device_warning_map = z.object({
|
|
|
559
571
|
salto_ks_privacy_mode: salto_ks_privacy_mode.optional().nullable(),
|
|
560
572
|
salto_ks_subscription_limit_almost_reached:
|
|
561
573
|
salto_ks_subscription_limit_almost_reached.optional().nullable(),
|
|
574
|
+
salto_ks_lock_access_code_support_removed:
|
|
575
|
+
salto_ks_lock_access_code_support_removed.optional().nullable(),
|
|
562
576
|
unknown_issue_with_phone: unknown_issue_with_phone.optional().nullable(),
|
|
563
577
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured
|
|
564
578
|
.optional()
|