@seamapi/types 1.843.0 → 1.845.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 +116 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +163 -5
- package/dist/index.cjs +116 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +54 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +28 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +34 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +77 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +104 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +46 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +89 -0
- package/src/lib/seam/connect/route-types.ts +104 -0
|
@@ -14681,6 +14681,15 @@ export type Routes = {
|
|
|
14681
14681
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14682
14682
|
message: string
|
|
14683
14683
|
}[]
|
|
14684
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14685
|
+
warnings: {
|
|
14686
|
+
/** Date and time at which Seam created the warning. */
|
|
14687
|
+
created_at: string
|
|
14688
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14689
|
+
message: string
|
|
14690
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14691
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
14692
|
+
}[]
|
|
14684
14693
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14685
14694
|
latch_metadata?:
|
|
14686
14695
|
| {
|
|
@@ -19970,6 +19979,15 @@ export type Routes = {
|
|
|
19970
19979
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19971
19980
|
message: string
|
|
19972
19981
|
}[]
|
|
19982
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19983
|
+
warnings: {
|
|
19984
|
+
/** Date and time at which Seam created the warning. */
|
|
19985
|
+
created_at: string
|
|
19986
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19987
|
+
message: string
|
|
19988
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19989
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
19990
|
+
}[]
|
|
19973
19991
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19974
19992
|
latch_metadata?:
|
|
19975
19993
|
| {
|
|
@@ -21562,6 +21580,15 @@ export type Routes = {
|
|
|
21562
21580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21563
21581
|
message: string
|
|
21564
21582
|
}[]
|
|
21583
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21584
|
+
warnings: {
|
|
21585
|
+
/** Date and time at which Seam created the warning. */
|
|
21586
|
+
created_at: string
|
|
21587
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21588
|
+
message: string
|
|
21589
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21590
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
21591
|
+
}[]
|
|
21565
21592
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21566
21593
|
latch_metadata?:
|
|
21567
21594
|
| {
|
|
@@ -23566,6 +23593,15 @@ export type Routes = {
|
|
|
23566
23593
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23567
23594
|
message: string
|
|
23568
23595
|
}[]
|
|
23596
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23597
|
+
warnings: {
|
|
23598
|
+
/** Date and time at which Seam created the warning. */
|
|
23599
|
+
created_at: string
|
|
23600
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23601
|
+
message: string
|
|
23602
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23603
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
23604
|
+
}[]
|
|
23569
23605
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23570
23606
|
latch_metadata?:
|
|
23571
23607
|
| {
|
|
@@ -27820,6 +27856,15 @@ export type Routes = {
|
|
|
27820
27856
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
27821
27857
|
message: string
|
|
27822
27858
|
}[]
|
|
27859
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27860
|
+
warnings: {
|
|
27861
|
+
/** Date and time at which Seam created the warning. */
|
|
27862
|
+
created_at: string
|
|
27863
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27864
|
+
message: string
|
|
27865
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27866
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
27867
|
+
}[]
|
|
27823
27868
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27824
27869
|
latch_metadata?:
|
|
27825
27870
|
| {
|
|
@@ -28049,6 +28094,15 @@ export type Routes = {
|
|
|
28049
28094
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28050
28095
|
message: string
|
|
28051
28096
|
}[]
|
|
28097
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28098
|
+
warnings: {
|
|
28099
|
+
/** Date and time at which Seam created the warning. */
|
|
28100
|
+
created_at: string
|
|
28101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28102
|
+
message: string
|
|
28103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28104
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
28105
|
+
}[]
|
|
28052
28106
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28053
28107
|
latch_metadata?:
|
|
28054
28108
|
| {
|
|
@@ -31588,6 +31642,15 @@ export type Routes = {
|
|
|
31588
31642
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31589
31643
|
message: string
|
|
31590
31644
|
}[]
|
|
31645
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31646
|
+
warnings: {
|
|
31647
|
+
/** Date and time at which Seam created the warning. */
|
|
31648
|
+
created_at: string
|
|
31649
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31650
|
+
message: string
|
|
31651
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31652
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
31653
|
+
}[]
|
|
31591
31654
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31592
31655
|
latch_metadata?:
|
|
31593
31656
|
| {
|
|
@@ -36022,6 +36085,7 @@ export type Routes = {
|
|
|
36022
36085
|
| 'ring'
|
|
36023
36086
|
| 'ical'
|
|
36024
36087
|
| 'lodgify'
|
|
36088
|
+
| 'hostaway'
|
|
36025
36089
|
| 'yale_access'
|
|
36026
36090
|
| 'hid_cm'
|
|
36027
36091
|
| 'google_nest'
|
|
@@ -39740,6 +39804,7 @@ export type Routes = {
|
|
|
39740
39804
|
| 'ring'
|
|
39741
39805
|
| 'ical'
|
|
39742
39806
|
| 'lodgify'
|
|
39807
|
+
| 'hostaway'
|
|
39743
39808
|
)
|
|
39744
39809
|
| undefined
|
|
39745
39810
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -41565,6 +41630,7 @@ export type Routes = {
|
|
|
41565
41630
|
| 'ring'
|
|
41566
41631
|
| 'ical'
|
|
41567
41632
|
| 'lodgify'
|
|
41633
|
+
| 'hostaway'
|
|
41568
41634
|
display_name: string
|
|
41569
41635
|
image_url: string
|
|
41570
41636
|
provider_categories: (
|
|
@@ -43278,6 +43344,7 @@ export type Routes = {
|
|
|
43278
43344
|
| 'ring'
|
|
43279
43345
|
| 'ical'
|
|
43280
43346
|
| 'lodgify'
|
|
43347
|
+
| 'hostaway'
|
|
43281
43348
|
)
|
|
43282
43349
|
| undefined
|
|
43283
43350
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -76538,6 +76605,7 @@ export type Routes = {
|
|
|
76538
76605
|
| 'zonal'
|
|
76539
76606
|
| 'ical'
|
|
76540
76607
|
| 'lodgify'
|
|
76608
|
+
| 'hostaway'
|
|
76541
76609
|
/** Key identifying the customer */
|
|
76542
76610
|
customer_key?: string | undefined
|
|
76543
76611
|
/** Instance-specific configuration for the connector */
|
|
@@ -82283,6 +82351,15 @@ export type Routes = {
|
|
|
82283
82351
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82284
82352
|
message: string
|
|
82285
82353
|
}[]
|
|
82354
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82355
|
+
warnings: {
|
|
82356
|
+
/** Date and time at which Seam created the warning. */
|
|
82357
|
+
created_at: string
|
|
82358
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82359
|
+
message: string
|
|
82360
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82361
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
82362
|
+
}[]
|
|
82286
82363
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82287
82364
|
latch_metadata?:
|
|
82288
82365
|
| {
|
|
@@ -84523,6 +84600,15 @@ export type Routes = {
|
|
|
84523
84600
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84524
84601
|
message: string
|
|
84525
84602
|
}[]
|
|
84603
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84604
|
+
warnings: {
|
|
84605
|
+
/** Date and time at which Seam created the warning. */
|
|
84606
|
+
created_at: string
|
|
84607
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84608
|
+
message: string
|
|
84609
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84610
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
84611
|
+
}[]
|
|
84526
84612
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84527
84613
|
latch_metadata?:
|
|
84528
84614
|
| {
|
|
@@ -108955,6 +109041,15 @@ export type Routes = {
|
|
|
108955
109041
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108956
109042
|
message: string
|
|
108957
109043
|
}[]
|
|
109044
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
109045
|
+
warnings: {
|
|
109046
|
+
/** Date and time at which Seam created the warning. */
|
|
109047
|
+
created_at: string
|
|
109048
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109049
|
+
message: string
|
|
109050
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109051
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
109052
|
+
}[]
|
|
108958
109053
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
108959
109054
|
latch_metadata?:
|
|
108960
109055
|
| {
|
|
@@ -111935,6 +112030,15 @@ export type Routes = {
|
|
|
111935
112030
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111936
112031
|
message: string
|
|
111937
112032
|
}[]
|
|
112033
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
112034
|
+
warnings: {
|
|
112035
|
+
/** Date and time at which Seam created the warning. */
|
|
112036
|
+
created_at: string
|
|
112037
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112038
|
+
message: string
|
|
112039
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112040
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
112041
|
+
}[]
|
|
111938
112042
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
111939
112043
|
latch_metadata?:
|
|
111940
112044
|
| {
|