@seamapi/types 1.842.0 → 1.844.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 +227 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +175 -0
- package/dist/index.cjs +227 -7
- 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/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +197 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +117 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +46 -0
- package/src/lib/seam/connect/openapi.ts +213 -0
- package/src/lib/seam/connect/route-types.ts +117 -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
|
| {
|
|
@@ -76588,6 +76651,24 @@ export type Routes = {
|
|
|
76588
76651
|
}
|
|
76589
76652
|
maxDuration: undefined
|
|
76590
76653
|
}
|
|
76654
|
+
'/seam/customer/v1/connectors/external_sites/list': {
|
|
76655
|
+
route: '/seam/customer/v1/connectors/external_sites/list'
|
|
76656
|
+
method: 'GET' | 'POST'
|
|
76657
|
+
queryParams: {}
|
|
76658
|
+
jsonBody: {}
|
|
76659
|
+
commonParams: {
|
|
76660
|
+
/** ID of the connected account to list external sites for */
|
|
76661
|
+
connected_account_id: string
|
|
76662
|
+
}
|
|
76663
|
+
formData: {}
|
|
76664
|
+
jsonResponse: {
|
|
76665
|
+
external_sites: {
|
|
76666
|
+
key: string
|
|
76667
|
+
name: string
|
|
76668
|
+
}[]
|
|
76669
|
+
}
|
|
76670
|
+
maxDuration: undefined
|
|
76671
|
+
}
|
|
76591
76672
|
'/seam/customer/v1/connectors/ical/validate-config': {
|
|
76592
76673
|
route: '/seam/customer/v1/connectors/ical/validate-config'
|
|
76593
76674
|
method: 'POST'
|
|
@@ -82265,6 +82346,15 @@ export type Routes = {
|
|
|
82265
82346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82266
82347
|
message: string
|
|
82267
82348
|
}[]
|
|
82349
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82350
|
+
warnings: {
|
|
82351
|
+
/** Date and time at which Seam created the warning. */
|
|
82352
|
+
created_at: string
|
|
82353
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82354
|
+
message: string
|
|
82355
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82356
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
82357
|
+
}[]
|
|
82268
82358
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82269
82359
|
latch_metadata?:
|
|
82270
82360
|
| {
|
|
@@ -84505,6 +84595,15 @@ export type Routes = {
|
|
|
84505
84595
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84506
84596
|
message: string
|
|
84507
84597
|
}[]
|
|
84598
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84599
|
+
warnings: {
|
|
84600
|
+
/** Date and time at which Seam created the warning. */
|
|
84601
|
+
created_at: string
|
|
84602
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84603
|
+
message: string
|
|
84604
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84605
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
84606
|
+
}[]
|
|
84508
84607
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84509
84608
|
latch_metadata?:
|
|
84510
84609
|
| {
|
|
@@ -108937,6 +109036,15 @@ export type Routes = {
|
|
|
108937
109036
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108938
109037
|
message: string
|
|
108939
109038
|
}[]
|
|
109039
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
109040
|
+
warnings: {
|
|
109041
|
+
/** Date and time at which Seam created the warning. */
|
|
109042
|
+
created_at: string
|
|
109043
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109044
|
+
message: string
|
|
109045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109046
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
109047
|
+
}[]
|
|
108940
109048
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
108941
109049
|
latch_metadata?:
|
|
108942
109050
|
| {
|
|
@@ -111917,6 +112025,15 @@ export type Routes = {
|
|
|
111917
112025
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111918
112026
|
message: string
|
|
111919
112027
|
}[]
|
|
112028
|
+
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
112029
|
+
warnings: {
|
|
112030
|
+
/** Date and time at which Seam created the warning. */
|
|
112031
|
+
created_at: string
|
|
112032
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
112033
|
+
message: string
|
|
112034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
112035
|
+
warning_code: 'salto_ks_entrance_access_code_support_removed'
|
|
112036
|
+
}[]
|
|
111920
112037
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
111921
112038
|
latch_metadata?:
|
|
111922
112039
|
| {
|