@seamapi/types 1.800.0 → 1.802.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 +225 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +459 -0
- package/dist/index.cjs +225 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +58 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +9 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +21 -0
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/openapi.d.ts +226 -0
- package/lib/seam/connect/openapi.js +218 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +120 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +234 -0
- package/src/lib/seam/connect/route-types.ts +131 -0
|
@@ -2019,6 +2019,14 @@ export type Routes = {
|
|
|
2019
2019
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2020
2020
|
warning_code: 'schlage_creation_outage'
|
|
2021
2021
|
}
|
|
2022
|
+
| {
|
|
2023
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2024
|
+
message: string
|
|
2025
|
+
/** Date and time at which Seam created the warning. */
|
|
2026
|
+
created_at?: string | undefined
|
|
2027
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2028
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
2029
|
+
}
|
|
2022
2030
|
| {
|
|
2023
2031
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2024
2032
|
message: string
|
|
@@ -2710,6 +2718,14 @@ export type Routes = {
|
|
|
2710
2718
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2711
2719
|
warning_code: 'schlage_creation_outage'
|
|
2712
2720
|
}
|
|
2721
|
+
| {
|
|
2722
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2723
|
+
message: string
|
|
2724
|
+
/** Date and time at which Seam created the warning. */
|
|
2725
|
+
created_at?: string | undefined
|
|
2726
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2727
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
2728
|
+
}
|
|
2713
2729
|
| {
|
|
2714
2730
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2715
2731
|
message: string
|
|
@@ -4961,6 +4977,14 @@ export type Routes = {
|
|
|
4961
4977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4962
4978
|
warning_code: 'schlage_creation_outage'
|
|
4963
4979
|
}
|
|
4980
|
+
| {
|
|
4981
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4982
|
+
message: string
|
|
4983
|
+
/** Date and time at which Seam created the warning. */
|
|
4984
|
+
created_at?: string | undefined
|
|
4985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4986
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
4987
|
+
}
|
|
4964
4988
|
| {
|
|
4965
4989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4966
4990
|
message: string
|
|
@@ -5741,6 +5765,14 @@ export type Routes = {
|
|
|
5741
5765
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5742
5766
|
warning_code: 'schlage_creation_outage'
|
|
5743
5767
|
}
|
|
5768
|
+
| {
|
|
5769
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5770
|
+
message: string
|
|
5771
|
+
/** Date and time at which Seam created the warning. */
|
|
5772
|
+
created_at?: string | undefined
|
|
5773
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5774
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
5775
|
+
}
|
|
5744
5776
|
| {
|
|
5745
5777
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5746
5778
|
message: string
|
|
@@ -6423,6 +6455,14 @@ export type Routes = {
|
|
|
6423
6455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6424
6456
|
warning_code: 'schlage_creation_outage'
|
|
6425
6457
|
}
|
|
6458
|
+
| {
|
|
6459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6460
|
+
message: string
|
|
6461
|
+
/** Date and time at which Seam created the warning. */
|
|
6462
|
+
created_at?: string | undefined
|
|
6463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6464
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
6465
|
+
}
|
|
6426
6466
|
| {
|
|
6427
6467
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6428
6468
|
message: string
|
|
@@ -7082,6 +7122,14 @@ export type Routes = {
|
|
|
7082
7122
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7083
7123
|
warning_code: 'schlage_creation_outage'
|
|
7084
7124
|
}
|
|
7125
|
+
| {
|
|
7126
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7127
|
+
message: string
|
|
7128
|
+
/** Date and time at which Seam created the warning. */
|
|
7129
|
+
created_at?: string | undefined
|
|
7130
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7131
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
7132
|
+
}
|
|
7085
7133
|
| {
|
|
7086
7134
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7087
7135
|
message: string
|
|
@@ -7776,6 +7824,14 @@ export type Routes = {
|
|
|
7776
7824
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7777
7825
|
warning_code: 'schlage_creation_outage'
|
|
7778
7826
|
}
|
|
7827
|
+
| {
|
|
7828
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7829
|
+
message: string
|
|
7830
|
+
/** Date and time at which Seam created the warning. */
|
|
7831
|
+
created_at?: string | undefined
|
|
7832
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7833
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
7834
|
+
}
|
|
7779
7835
|
| {
|
|
7780
7836
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7781
7837
|
message: string
|
|
@@ -9927,6 +9983,14 @@ export type Routes = {
|
|
|
9927
9983
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9928
9984
|
warning_code: 'schlage_creation_outage'
|
|
9929
9985
|
}
|
|
9986
|
+
| {
|
|
9987
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9988
|
+
message: string
|
|
9989
|
+
/** Date and time at which Seam created the warning. */
|
|
9990
|
+
created_at?: string | undefined
|
|
9991
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9992
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
9993
|
+
}
|
|
9930
9994
|
| {
|
|
9931
9995
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9932
9996
|
message: string
|
|
@@ -10496,6 +10560,14 @@ export type Routes = {
|
|
|
10496
10560
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10497
10561
|
warning_code: 'schlage_creation_outage'
|
|
10498
10562
|
}
|
|
10563
|
+
| {
|
|
10564
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10565
|
+
message: string
|
|
10566
|
+
/** Date and time at which Seam created the warning. */
|
|
10567
|
+
created_at?: string | undefined
|
|
10568
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10569
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
10570
|
+
}
|
|
10499
10571
|
| {
|
|
10500
10572
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10501
10573
|
message: string
|
|
@@ -73323,6 +73395,49 @@ export type Routes = {
|
|
|
73323
73395
|
}
|
|
73324
73396
|
maxDuration: undefined
|
|
73325
73397
|
}
|
|
73398
|
+
'/seam/connect_webview/v1/get_current_pane': {
|
|
73399
|
+
route: '/seam/connect_webview/v1/get_current_pane'
|
|
73400
|
+
method: 'GET' | 'POST'
|
|
73401
|
+
queryParams: {}
|
|
73402
|
+
jsonBody: {}
|
|
73403
|
+
commonParams: {
|
|
73404
|
+
connect_webview_id: string
|
|
73405
|
+
}
|
|
73406
|
+
formData: {}
|
|
73407
|
+
jsonResponse: {
|
|
73408
|
+
pane?: any
|
|
73409
|
+
}
|
|
73410
|
+
maxDuration: undefined
|
|
73411
|
+
}
|
|
73412
|
+
'/seam/connect_webview/v1/reset': {
|
|
73413
|
+
route: '/seam/connect_webview/v1/reset'
|
|
73414
|
+
method: 'POST'
|
|
73415
|
+
queryParams: {}
|
|
73416
|
+
jsonBody: {
|
|
73417
|
+
connect_webview_id: string
|
|
73418
|
+
}
|
|
73419
|
+
commonParams: {}
|
|
73420
|
+
formData: {}
|
|
73421
|
+
jsonResponse: {
|
|
73422
|
+
ok: boolean
|
|
73423
|
+
}
|
|
73424
|
+
maxDuration: undefined
|
|
73425
|
+
}
|
|
73426
|
+
'/seam/connect_webview/v1/submit': {
|
|
73427
|
+
route: '/seam/connect_webview/v1/submit'
|
|
73428
|
+
method: 'POST'
|
|
73429
|
+
queryParams: {}
|
|
73430
|
+
jsonBody: {
|
|
73431
|
+
connect_webview_id: string
|
|
73432
|
+
submit_args?: any
|
|
73433
|
+
}
|
|
73434
|
+
commonParams: {}
|
|
73435
|
+
formData: {}
|
|
73436
|
+
jsonResponse: {
|
|
73437
|
+
ok: boolean
|
|
73438
|
+
}
|
|
73439
|
+
maxDuration: undefined
|
|
73440
|
+
}
|
|
73326
73441
|
'/seam/console/v1/get_resource_locator': {
|
|
73327
73442
|
route: '/seam/console/v1/get_resource_locator'
|
|
73328
73443
|
method: 'GET' | 'POST'
|
|
@@ -118597,6 +118712,14 @@ export type Routes = {
|
|
|
118597
118712
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118598
118713
|
warning_code: 'schlage_creation_outage'
|
|
118599
118714
|
}
|
|
118715
|
+
| {
|
|
118716
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118717
|
+
message: string
|
|
118718
|
+
/** Date and time at which Seam created the warning. */
|
|
118719
|
+
created_at?: string | undefined
|
|
118720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
118721
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
118722
|
+
}
|
|
118600
118723
|
| {
|
|
118601
118724
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
118602
118725
|
message: string
|
|
@@ -119152,6 +119275,14 @@ export type Routes = {
|
|
|
119152
119275
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119153
119276
|
warning_code: 'schlage_creation_outage'
|
|
119154
119277
|
}
|
|
119278
|
+
| {
|
|
119279
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119280
|
+
message: string
|
|
119281
|
+
/** Date and time at which Seam created the warning. */
|
|
119282
|
+
created_at?: string | undefined
|
|
119283
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119284
|
+
warning_code: 'schlage_access_code_ambiguous_timezone_dst_risk'
|
|
119285
|
+
}
|
|
119155
119286
|
| {
|
|
119156
119287
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119157
119288
|
message: string
|