@seamapi/types 1.923.0 → 1.925.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 +2 -124
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -299
- package/dist/index.cjs +2 -124
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -129
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -28
- 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 +0 -47
- package/lib/seam/connect/openapi.js +0 -100
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -176
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -32
- package/src/lib/seam/connect/openapi.ts +0 -118
- package/src/lib/seam/connect/route-types.ts +0 -198
|
@@ -2139,16 +2139,6 @@ export type Routes = {
|
|
|
2139
2139
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2140
2140
|
error_code: 'insufficient_permissions'
|
|
2141
2141
|
}
|
|
2142
|
-
| {
|
|
2143
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2144
|
-
message: string
|
|
2145
|
-
/** Indicates that this is an access code error. */
|
|
2146
|
-
is_access_code_error: true
|
|
2147
|
-
/** Date and time at which Seam created the error. */
|
|
2148
|
-
created_at?: string | undefined
|
|
2149
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2150
|
-
error_code: 'replaced_by_newer_access_code'
|
|
2151
|
-
}
|
|
2152
2142
|
| {
|
|
2153
2143
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2154
2144
|
message: string
|
|
@@ -2328,14 +2318,6 @@ export type Routes = {
|
|
|
2328
2318
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2329
2319
|
warning_code: 'provider_issue'
|
|
2330
2320
|
}
|
|
2331
|
-
| {
|
|
2332
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2333
|
-
message: string
|
|
2334
|
-
/** Date and time at which Seam created the warning. */
|
|
2335
|
-
created_at?: string | undefined
|
|
2336
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2337
|
-
warning_code: 'schlage_detected_duplicate'
|
|
2338
|
-
}
|
|
2339
2321
|
| {
|
|
2340
2322
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2341
2323
|
message: string
|
|
@@ -2750,16 +2732,6 @@ export type Routes = {
|
|
|
2750
2732
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2751
2733
|
error_code: 'insufficient_permissions'
|
|
2752
2734
|
}
|
|
2753
|
-
| {
|
|
2754
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2755
|
-
message: string
|
|
2756
|
-
/** Indicates that this is an access code error. */
|
|
2757
|
-
is_access_code_error: true
|
|
2758
|
-
/** Date and time at which Seam created the error. */
|
|
2759
|
-
created_at?: string | undefined
|
|
2760
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2761
|
-
error_code: 'replaced_by_newer_access_code'
|
|
2762
|
-
}
|
|
2763
2735
|
| {
|
|
2764
2736
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2765
2737
|
message: string
|
|
@@ -2939,14 +2911,6 @@ export type Routes = {
|
|
|
2939
2911
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2940
2912
|
warning_code: 'provider_issue'
|
|
2941
2913
|
}
|
|
2942
|
-
| {
|
|
2943
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2944
|
-
message: string
|
|
2945
|
-
/** Date and time at which Seam created the warning. */
|
|
2946
|
-
created_at?: string | undefined
|
|
2947
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2948
|
-
warning_code: 'schlage_detected_duplicate'
|
|
2949
|
-
}
|
|
2950
2914
|
| {
|
|
2951
2915
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2952
2916
|
message: string
|
|
@@ -5315,16 +5279,6 @@ export type Routes = {
|
|
|
5315
5279
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5316
5280
|
error_code: 'insufficient_permissions'
|
|
5317
5281
|
}
|
|
5318
|
-
| {
|
|
5319
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5320
|
-
message: string
|
|
5321
|
-
/** Indicates that this is an access code error. */
|
|
5322
|
-
is_access_code_error: true
|
|
5323
|
-
/** Date and time at which Seam created the error. */
|
|
5324
|
-
created_at?: string | undefined
|
|
5325
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5326
|
-
error_code: 'replaced_by_newer_access_code'
|
|
5327
|
-
}
|
|
5328
5282
|
| {
|
|
5329
5283
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5330
5284
|
message: string
|
|
@@ -5504,14 +5458,6 @@ export type Routes = {
|
|
|
5504
5458
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5505
5459
|
warning_code: 'provider_issue'
|
|
5506
5460
|
}
|
|
5507
|
-
| {
|
|
5508
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5509
|
-
message: string
|
|
5510
|
-
/** Date and time at which Seam created the warning. */
|
|
5511
|
-
created_at?: string | undefined
|
|
5512
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5513
|
-
warning_code: 'schlage_detected_duplicate'
|
|
5514
|
-
}
|
|
5515
5461
|
| {
|
|
5516
5462
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5517
5463
|
message: string
|
|
@@ -6013,16 +5959,6 @@ export type Routes = {
|
|
|
6013
5959
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6014
5960
|
error_code: 'insufficient_permissions'
|
|
6015
5961
|
}
|
|
6016
|
-
| {
|
|
6017
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6018
|
-
message: string
|
|
6019
|
-
/** Indicates that this is an access code error. */
|
|
6020
|
-
is_access_code_error: true
|
|
6021
|
-
/** Date and time at which Seam created the error. */
|
|
6022
|
-
created_at?: string | undefined
|
|
6023
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6024
|
-
error_code: 'replaced_by_newer_access_code'
|
|
6025
|
-
}
|
|
6026
5962
|
| {
|
|
6027
5963
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6028
5964
|
message: string
|
|
@@ -6202,14 +6138,6 @@ export type Routes = {
|
|
|
6202
6138
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6203
6139
|
warning_code: 'provider_issue'
|
|
6204
6140
|
}
|
|
6205
|
-
| {
|
|
6206
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6207
|
-
message: string
|
|
6208
|
-
/** Date and time at which Seam created the warning. */
|
|
6209
|
-
created_at?: string | undefined
|
|
6210
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6211
|
-
warning_code: 'schlage_detected_duplicate'
|
|
6212
|
-
}
|
|
6213
6141
|
| {
|
|
6214
6142
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6215
6143
|
message: string
|
|
@@ -6615,16 +6543,6 @@ export type Routes = {
|
|
|
6615
6543
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6616
6544
|
error_code: 'insufficient_permissions'
|
|
6617
6545
|
}
|
|
6618
|
-
| {
|
|
6619
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6620
|
-
message: string
|
|
6621
|
-
/** Indicates that this is an access code error. */
|
|
6622
|
-
is_access_code_error: true
|
|
6623
|
-
/** Date and time at which Seam created the error. */
|
|
6624
|
-
created_at?: string | undefined
|
|
6625
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6626
|
-
error_code: 'replaced_by_newer_access_code'
|
|
6627
|
-
}
|
|
6628
6546
|
| {
|
|
6629
6547
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6630
6548
|
message: string
|
|
@@ -6804,14 +6722,6 @@ export type Routes = {
|
|
|
6804
6722
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6805
6723
|
warning_code: 'provider_issue'
|
|
6806
6724
|
}
|
|
6807
|
-
| {
|
|
6808
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6809
|
-
message: string
|
|
6810
|
-
/** Date and time at which Seam created the warning. */
|
|
6811
|
-
created_at?: string | undefined
|
|
6812
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6813
|
-
warning_code: 'schlage_detected_duplicate'
|
|
6814
|
-
}
|
|
6815
6725
|
| {
|
|
6816
6726
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6817
6727
|
message: string
|
|
@@ -7194,16 +7104,6 @@ export type Routes = {
|
|
|
7194
7104
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7195
7105
|
error_code: 'insufficient_permissions'
|
|
7196
7106
|
}
|
|
7197
|
-
| {
|
|
7198
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7199
|
-
message: string
|
|
7200
|
-
/** Indicates that this is an access code error. */
|
|
7201
|
-
is_access_code_error: true
|
|
7202
|
-
/** Date and time at which Seam created the error. */
|
|
7203
|
-
created_at?: string | undefined
|
|
7204
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7205
|
-
error_code: 'replaced_by_newer_access_code'
|
|
7206
|
-
}
|
|
7207
7107
|
| {
|
|
7208
7108
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7209
7109
|
message: string
|
|
@@ -7383,14 +7283,6 @@ export type Routes = {
|
|
|
7383
7283
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7384
7284
|
warning_code: 'provider_issue'
|
|
7385
7285
|
}
|
|
7386
|
-
| {
|
|
7387
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7388
|
-
message: string
|
|
7389
|
-
/** Date and time at which Seam created the warning. */
|
|
7390
|
-
created_at?: string | undefined
|
|
7391
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7392
|
-
warning_code: 'schlage_detected_duplicate'
|
|
7393
|
-
}
|
|
7394
7286
|
| {
|
|
7395
7287
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7396
7288
|
message: string
|
|
@@ -7806,16 +7698,6 @@ export type Routes = {
|
|
|
7806
7698
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7807
7699
|
error_code: 'insufficient_permissions'
|
|
7808
7700
|
}
|
|
7809
|
-
| {
|
|
7810
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7811
|
-
message: string
|
|
7812
|
-
/** Indicates that this is an access code error. */
|
|
7813
|
-
is_access_code_error: true
|
|
7814
|
-
/** Date and time at which Seam created the error. */
|
|
7815
|
-
created_at?: string | undefined
|
|
7816
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7817
|
-
error_code: 'replaced_by_newer_access_code'
|
|
7818
|
-
}
|
|
7819
7701
|
| {
|
|
7820
7702
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7821
7703
|
message: string
|
|
@@ -7995,14 +7877,6 @@ export type Routes = {
|
|
|
7995
7877
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7996
7878
|
warning_code: 'provider_issue'
|
|
7997
7879
|
}
|
|
7998
|
-
| {
|
|
7999
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8000
|
-
message: string
|
|
8001
|
-
/** Date and time at which Seam created the warning. */
|
|
8002
|
-
created_at?: string | undefined
|
|
8003
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8004
|
-
warning_code: 'schlage_detected_duplicate'
|
|
8005
|
-
}
|
|
8006
7880
|
| {
|
|
8007
7881
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8008
7882
|
message: string
|
|
@@ -10273,16 +10147,6 @@ export type Routes = {
|
|
|
10273
10147
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10274
10148
|
error_code: 'insufficient_permissions'
|
|
10275
10149
|
}
|
|
10276
|
-
| {
|
|
10277
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10278
|
-
message: string
|
|
10279
|
-
/** Indicates that this is an access code error. */
|
|
10280
|
-
is_access_code_error: true
|
|
10281
|
-
/** Date and time at which Seam created the error. */
|
|
10282
|
-
created_at?: string | undefined
|
|
10283
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10284
|
-
error_code: 'replaced_by_newer_access_code'
|
|
10285
|
-
}
|
|
10286
10150
|
| {
|
|
10287
10151
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10288
10152
|
message: string
|
|
@@ -10462,14 +10326,6 @@ export type Routes = {
|
|
|
10462
10326
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10463
10327
|
warning_code: 'provider_issue'
|
|
10464
10328
|
}
|
|
10465
|
-
| {
|
|
10466
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10467
|
-
message: string
|
|
10468
|
-
/** Date and time at which Seam created the warning. */
|
|
10469
|
-
created_at?: string | undefined
|
|
10470
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10471
|
-
warning_code: 'schlage_detected_duplicate'
|
|
10472
|
-
}
|
|
10473
10329
|
| {
|
|
10474
10330
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10475
10331
|
message: string
|
|
@@ -10764,16 +10620,6 @@ export type Routes = {
|
|
|
10764
10620
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10765
10621
|
error_code: 'insufficient_permissions'
|
|
10766
10622
|
}
|
|
10767
|
-
| {
|
|
10768
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10769
|
-
message: string
|
|
10770
|
-
/** Indicates that this is an access code error. */
|
|
10771
|
-
is_access_code_error: true
|
|
10772
|
-
/** Date and time at which Seam created the error. */
|
|
10773
|
-
created_at?: string | undefined
|
|
10774
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10775
|
-
error_code: 'replaced_by_newer_access_code'
|
|
10776
|
-
}
|
|
10777
10623
|
| {
|
|
10778
10624
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10779
10625
|
message: string
|
|
@@ -10953,14 +10799,6 @@ export type Routes = {
|
|
|
10953
10799
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10954
10800
|
warning_code: 'provider_issue'
|
|
10955
10801
|
}
|
|
10956
|
-
| {
|
|
10957
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10958
|
-
message: string
|
|
10959
|
-
/** Date and time at which Seam created the warning. */
|
|
10960
|
-
created_at?: string | undefined
|
|
10961
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10962
|
-
warning_code: 'schlage_detected_duplicate'
|
|
10963
|
-
}
|
|
10964
10802
|
| {
|
|
10965
10803
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10966
10804
|
message: string
|
|
@@ -140088,16 +139926,6 @@ export type Routes = {
|
|
|
140088
139926
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140089
139927
|
error_code: 'insufficient_permissions'
|
|
140090
139928
|
}
|
|
140091
|
-
| {
|
|
140092
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140093
|
-
message: string
|
|
140094
|
-
/** Indicates that this is an access code error. */
|
|
140095
|
-
is_access_code_error: true
|
|
140096
|
-
/** Date and time at which Seam created the error. */
|
|
140097
|
-
created_at?: string | undefined
|
|
140098
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140099
|
-
error_code: 'replaced_by_newer_access_code'
|
|
140100
|
-
}
|
|
140101
139929
|
| {
|
|
140102
139930
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140103
139931
|
message: string
|
|
@@ -140277,14 +140105,6 @@ export type Routes = {
|
|
|
140277
140105
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140278
140106
|
warning_code: 'provider_issue'
|
|
140279
140107
|
}
|
|
140280
|
-
| {
|
|
140281
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140282
|
-
message: string
|
|
140283
|
-
/** Date and time at which Seam created the warning. */
|
|
140284
|
-
created_at?: string | undefined
|
|
140285
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140286
|
-
warning_code: 'schlage_detected_duplicate'
|
|
140287
|
-
}
|
|
140288
140108
|
| {
|
|
140289
140109
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140290
140110
|
message: string
|
|
@@ -140565,16 +140385,6 @@ export type Routes = {
|
|
|
140565
140385
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140566
140386
|
error_code: 'insufficient_permissions'
|
|
140567
140387
|
}
|
|
140568
|
-
| {
|
|
140569
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140570
|
-
message: string
|
|
140571
|
-
/** Indicates that this is an access code error. */
|
|
140572
|
-
is_access_code_error: true
|
|
140573
|
-
/** Date and time at which Seam created the error. */
|
|
140574
|
-
created_at?: string | undefined
|
|
140575
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140576
|
-
error_code: 'replaced_by_newer_access_code'
|
|
140577
|
-
}
|
|
140578
140388
|
| {
|
|
140579
140389
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140580
140390
|
message: string
|
|
@@ -140754,14 +140564,6 @@ export type Routes = {
|
|
|
140754
140564
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140755
140565
|
warning_code: 'provider_issue'
|
|
140756
140566
|
}
|
|
140757
|
-
| {
|
|
140758
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140759
|
-
message: string
|
|
140760
|
-
/** Date and time at which Seam created the warning. */
|
|
140761
|
-
created_at?: string | undefined
|
|
140762
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140763
|
-
warning_code: 'schlage_detected_duplicate'
|
|
140764
|
-
}
|
|
140765
140567
|
| {
|
|
140766
140568
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140767
140569
|
message: string
|