@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
|
@@ -14441,6 +14441,14 @@ export type Routes = {
|
|
|
14441
14441
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14442
14442
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
14443
14443
|
}
|
|
14444
|
+
| {
|
|
14445
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14446
|
+
message: string
|
|
14447
|
+
/** Date and time at which Seam created the warning. */
|
|
14448
|
+
created_at: string
|
|
14449
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14450
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
14451
|
+
}
|
|
14444
14452
|
| {
|
|
14445
14453
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14446
14454
|
message: string
|
|
@@ -19671,6 +19679,14 @@ export type Routes = {
|
|
|
19671
19679
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19672
19680
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
19673
19681
|
}
|
|
19682
|
+
| {
|
|
19683
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19684
|
+
message: string
|
|
19685
|
+
/** Date and time at which Seam created the warning. */
|
|
19686
|
+
created_at: string
|
|
19687
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19688
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
19689
|
+
}
|
|
19674
19690
|
| {
|
|
19675
19691
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19676
19692
|
message: string
|
|
@@ -38965,6 +38981,14 @@ export type Routes = {
|
|
|
38965
38981
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38966
38982
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
38967
38983
|
}
|
|
38984
|
+
| {
|
|
38985
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38986
|
+
message: string
|
|
38987
|
+
/** Date and time at which Seam created the warning. */
|
|
38988
|
+
created_at: string
|
|
38989
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38990
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
38991
|
+
}
|
|
38968
38992
|
| {
|
|
38969
38993
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38970
38994
|
message: string
|
|
@@ -40847,6 +40871,14 @@ export type Routes = {
|
|
|
40847
40871
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40848
40872
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
40849
40873
|
}
|
|
40874
|
+
| {
|
|
40875
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40876
|
+
message: string
|
|
40877
|
+
/** Date and time at which Seam created the warning. */
|
|
40878
|
+
created_at: string
|
|
40879
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40880
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
40881
|
+
}
|
|
40850
40882
|
| {
|
|
40851
40883
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40852
40884
|
message: string
|
|
@@ -42431,6 +42463,14 @@ export type Routes = {
|
|
|
42431
42463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42432
42464
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
42433
42465
|
}
|
|
42466
|
+
| {
|
|
42467
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42468
|
+
message: string
|
|
42469
|
+
/** Date and time at which Seam created the warning. */
|
|
42470
|
+
created_at: string
|
|
42471
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42472
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
42473
|
+
}
|
|
42434
42474
|
| {
|
|
42435
42475
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42436
42476
|
message: string
|
|
@@ -43195,6 +43235,14 @@ export type Routes = {
|
|
|
43195
43235
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43196
43236
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
43197
43237
|
}
|
|
43238
|
+
| {
|
|
43239
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43240
|
+
message: string
|
|
43241
|
+
/** Date and time at which Seam created the warning. */
|
|
43242
|
+
created_at: string
|
|
43243
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43244
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
43245
|
+
}
|
|
43198
43246
|
| {
|
|
43199
43247
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43200
43248
|
message: string
|
|
@@ -53174,6 +53222,14 @@ export type Routes = {
|
|
|
53174
53222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53175
53223
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
53176
53224
|
}
|
|
53225
|
+
| {
|
|
53226
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53227
|
+
message: string
|
|
53228
|
+
/** Date and time at which Seam created the warning. */
|
|
53229
|
+
created_at: string
|
|
53230
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53231
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
53232
|
+
}
|
|
53177
53233
|
| {
|
|
53178
53234
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53179
53235
|
message: string
|
|
@@ -54824,6 +54880,14 @@ export type Routes = {
|
|
|
54824
54880
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54825
54881
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
54826
54882
|
}
|
|
54883
|
+
| {
|
|
54884
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54885
|
+
message: string
|
|
54886
|
+
/** Date and time at which Seam created the warning. */
|
|
54887
|
+
created_at: string
|
|
54888
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54889
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
54890
|
+
}
|
|
54827
54891
|
| {
|
|
54828
54892
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54829
54893
|
message: string
|
|
@@ -56664,6 +56728,14 @@ export type Routes = {
|
|
|
56664
56728
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56665
56729
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
56666
56730
|
}
|
|
56731
|
+
| {
|
|
56732
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56733
|
+
message: string
|
|
56734
|
+
/** Date and time at which Seam created the warning. */
|
|
56735
|
+
created_at: string
|
|
56736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
56737
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
56738
|
+
}
|
|
56667
56739
|
| {
|
|
56668
56740
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
56669
56741
|
message: string
|
|
@@ -58313,6 +58385,14 @@ export type Routes = {
|
|
|
58313
58385
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58314
58386
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
58315
58387
|
}
|
|
58388
|
+
| {
|
|
58389
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58390
|
+
message: string
|
|
58391
|
+
/** Date and time at which Seam created the warning. */
|
|
58392
|
+
created_at: string
|
|
58393
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58394
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
58395
|
+
}
|
|
58316
58396
|
| {
|
|
58317
58397
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58318
58398
|
message: string
|
|
@@ -66259,6 +66339,14 @@ export type Routes = {
|
|
|
66259
66339
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66260
66340
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
66261
66341
|
}
|
|
66342
|
+
| {
|
|
66343
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66344
|
+
message: string
|
|
66345
|
+
/** Date and time at which Seam created the warning. */
|
|
66346
|
+
created_at: string
|
|
66347
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66348
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
66349
|
+
}
|
|
66262
66350
|
| {
|
|
66263
66351
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66264
66352
|
message: string
|
|
@@ -67908,6 +67996,14 @@ export type Routes = {
|
|
|
67908
67996
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67909
67997
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
67910
67998
|
}
|
|
67999
|
+
| {
|
|
68000
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68001
|
+
message: string
|
|
68002
|
+
/** Date and time at which Seam created the warning. */
|
|
68003
|
+
created_at: string
|
|
68004
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68005
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
68006
|
+
}
|
|
67911
68007
|
| {
|
|
67912
68008
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67913
68009
|
message: string
|
|
@@ -75916,103 +76012,6 @@ export type Routes = {
|
|
|
75916
76012
|
}
|
|
75917
76013
|
maxDuration: undefined
|
|
75918
76014
|
}
|
|
75919
|
-
'/seam/customer/v1/connectors/ical/generate-config': {
|
|
75920
|
-
route: '/seam/customer/v1/connectors/ical/generate-config'
|
|
75921
|
-
method: 'POST'
|
|
75922
|
-
queryParams: {}
|
|
75923
|
-
jsonBody: {
|
|
75924
|
-
/** iCal feed URL to analyze */
|
|
75925
|
-
ical_url: string
|
|
75926
|
-
}
|
|
75927
|
-
commonParams: {}
|
|
75928
|
-
formData: {}
|
|
75929
|
-
jsonResponse: {
|
|
75930
|
-
generated_config: {
|
|
75931
|
-
ical_config: {
|
|
75932
|
-
/** Optional filter to skip non-matching events */
|
|
75933
|
-
filter?:
|
|
75934
|
-
| {
|
|
75935
|
-
/** iCal property name to match against */
|
|
75936
|
-
source: string
|
|
75937
|
-
/** Regex pattern — events not matching are skipped */
|
|
75938
|
-
pattern: string
|
|
75939
|
-
}
|
|
75940
|
-
| undefined
|
|
75941
|
-
fields: {
|
|
75942
|
-
/** How to extract the reservation key (falls back to UID) */
|
|
75943
|
-
reservation_key?:
|
|
75944
|
-
| {
|
|
75945
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75946
|
-
source: string
|
|
75947
|
-
/** Regex with capture group to extract value from the property */
|
|
75948
|
-
pattern?: string | undefined
|
|
75949
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
75950
|
-
type?: 'date' | undefined
|
|
75951
|
-
}
|
|
75952
|
-
| undefined
|
|
75953
|
-
/** How to extract guest name */
|
|
75954
|
-
guest_name?:
|
|
75955
|
-
| {
|
|
75956
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75957
|
-
source: string
|
|
75958
|
-
/** Regex with capture group to extract value from the property */
|
|
75959
|
-
pattern?: string | undefined
|
|
75960
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
75961
|
-
type?: 'date' | undefined
|
|
75962
|
-
}
|
|
75963
|
-
| undefined
|
|
75964
|
-
/** How to extract guest email */
|
|
75965
|
-
guest_email?:
|
|
75966
|
-
| {
|
|
75967
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75968
|
-
source: string
|
|
75969
|
-
/** Regex with capture group to extract value from the property */
|
|
75970
|
-
pattern?: string | undefined
|
|
75971
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
75972
|
-
type?: 'date' | undefined
|
|
75973
|
-
}
|
|
75974
|
-
| undefined
|
|
75975
|
-
/** How to extract guest phone */
|
|
75976
|
-
guest_phone?:
|
|
75977
|
-
| {
|
|
75978
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75979
|
-
source: string
|
|
75980
|
-
/** Regex with capture group to extract value from the property */
|
|
75981
|
-
pattern?: string | undefined
|
|
75982
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
75983
|
-
type?: 'date' | undefined
|
|
75984
|
-
}
|
|
75985
|
-
| undefined
|
|
75986
|
-
/** How to extract check-in date */
|
|
75987
|
-
starts_at: {
|
|
75988
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75989
|
-
source: string
|
|
75990
|
-
/** Regex with capture group to extract value from the property */
|
|
75991
|
-
pattern?: string | undefined
|
|
75992
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
75993
|
-
type?: 'date' | undefined
|
|
75994
|
-
}
|
|
75995
|
-
/** How to extract check-out date */
|
|
75996
|
-
ends_at: {
|
|
75997
|
-
/** iCal property name to read from: UID, SUMMARY, DESCRIPTION, DTSTART, DTEND, etc. */
|
|
75998
|
-
source: string
|
|
75999
|
-
/** Regex with capture group to extract value from the property */
|
|
76000
|
-
pattern?: string | undefined
|
|
76001
|
-
/** Special type handling — 'date' parses iCal date formats */
|
|
76002
|
-
type?: 'date' | undefined
|
|
76003
|
-
}
|
|
76004
|
-
}
|
|
76005
|
-
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
76006
|
-
time_zone?: string | undefined
|
|
76007
|
-
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
76008
|
-
default_check_in_time?: string | undefined
|
|
76009
|
-
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
76010
|
-
default_check_out_time?: string | undefined
|
|
76011
|
-
}
|
|
76012
|
-
}
|
|
76013
|
-
}
|
|
76014
|
-
maxDuration: undefined
|
|
76015
|
-
}
|
|
76016
76015
|
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
76017
76016
|
route: '/seam/customer/v1/connectors/ical/validate-config'
|
|
76018
76017
|
method: 'POST'
|
|
@@ -83711,6 +83710,14 @@ export type Routes = {
|
|
|
83711
83710
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83712
83711
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
83713
83712
|
}
|
|
83713
|
+
| {
|
|
83714
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83715
|
+
message: string
|
|
83716
|
+
/** Date and time at which Seam created the warning. */
|
|
83717
|
+
created_at: string
|
|
83718
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83719
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
83720
|
+
}
|
|
83714
83721
|
| {
|
|
83715
83722
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
83716
83723
|
message: string
|
|
@@ -90966,6 +90973,14 @@ export type Routes = {
|
|
|
90966
90973
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90967
90974
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
90968
90975
|
}
|
|
90976
|
+
| {
|
|
90977
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90978
|
+
message: string
|
|
90979
|
+
/** Date and time at which Seam created the warning. */
|
|
90980
|
+
created_at: string
|
|
90981
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90982
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
90983
|
+
}
|
|
90969
90984
|
| {
|
|
90970
90985
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90971
90986
|
message: string
|
|
@@ -95853,6 +95868,14 @@ export type Routes = {
|
|
|
95853
95868
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95854
95869
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
95855
95870
|
}
|
|
95871
|
+
| {
|
|
95872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95873
|
+
message: string
|
|
95874
|
+
/** Date and time at which Seam created the warning. */
|
|
95875
|
+
created_at: string
|
|
95876
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
95877
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
95878
|
+
}
|
|
95856
95879
|
| {
|
|
95857
95880
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
95858
95881
|
message: string
|
|
@@ -97502,6 +97525,14 @@ export type Routes = {
|
|
|
97502
97525
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97503
97526
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
97504
97527
|
}
|
|
97528
|
+
| {
|
|
97529
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97530
|
+
message: string
|
|
97531
|
+
/** Date and time at which Seam created the warning. */
|
|
97532
|
+
created_at: string
|
|
97533
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97534
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
97535
|
+
}
|
|
97505
97536
|
| {
|
|
97506
97537
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97507
97538
|
message: string
|
|
@@ -106329,6 +106360,14 @@ export type Routes = {
|
|
|
106329
106360
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
106330
106361
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
106331
106362
|
}
|
|
106363
|
+
| {
|
|
106364
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
106365
|
+
message: string
|
|
106366
|
+
/** Date and time at which Seam created the warning. */
|
|
106367
|
+
created_at: string
|
|
106368
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
106369
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
106370
|
+
}
|
|
106332
106371
|
| {
|
|
106333
106372
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
106334
106373
|
message: string
|
|
@@ -107980,6 +108019,14 @@ export type Routes = {
|
|
|
107980
108019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107981
108020
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
107982
108021
|
}
|
|
108022
|
+
| {
|
|
108023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108024
|
+
message: string
|
|
108025
|
+
/** Date and time at which Seam created the warning. */
|
|
108026
|
+
created_at: string
|
|
108027
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108028
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
108029
|
+
}
|
|
107983
108030
|
| {
|
|
107984
108031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107985
108032
|
message: string
|
|
@@ -110920,6 +110967,14 @@ export type Routes = {
|
|
|
110920
110967
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110921
110968
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
110922
110969
|
}
|
|
110970
|
+
| {
|
|
110971
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
110972
|
+
message: string
|
|
110973
|
+
/** Date and time at which Seam created the warning. */
|
|
110974
|
+
created_at: string
|
|
110975
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110976
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
110977
|
+
}
|
|
110923
110978
|
| {
|
|
110924
110979
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
110925
110980
|
message: string
|
|
@@ -114300,6 +114355,14 @@ export type Routes = {
|
|
|
114300
114355
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114301
114356
|
warning_code: 'salto_ks_subscription_limit_almost_reached'
|
|
114302
114357
|
}
|
|
114358
|
+
| {
|
|
114359
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114360
|
+
message: string
|
|
114361
|
+
/** Date and time at which Seam created the warning. */
|
|
114362
|
+
created_at: string
|
|
114363
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114364
|
+
warning_code: 'salto_ks_lock_access_code_support_removed'
|
|
114365
|
+
}
|
|
114303
114366
|
| {
|
|
114304
114367
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114305
114368
|
message: string
|