@seamapi/types 1.924.0 → 1.926.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 -115
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -299
- package/dist/index.cjs +2 -115
- 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 -23
- 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 -96
- 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 -27
- package/src/lib/seam/connect/openapi.ts +0 -114
- 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
|
|
@@ -2397,14 +2387,6 @@ export type Routes = {
|
|
|
2397
2387
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2398
2388
|
warning_code: 'management_transferred'
|
|
2399
2389
|
}
|
|
2400
|
-
| {
|
|
2401
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2402
|
-
message: string
|
|
2403
|
-
/** Date and time at which Seam created the warning. */
|
|
2404
|
-
created_at?: string | undefined
|
|
2405
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2406
|
-
warning_code: 'access_code_inactive'
|
|
2407
|
-
}
|
|
2408
2390
|
| {
|
|
2409
2391
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2410
2392
|
message: string
|
|
@@ -2742,16 +2724,6 @@ export type Routes = {
|
|
|
2742
2724
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2743
2725
|
error_code: 'insufficient_permissions'
|
|
2744
2726
|
}
|
|
2745
|
-
| {
|
|
2746
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2747
|
-
message: string
|
|
2748
|
-
/** Indicates that this is an access code error. */
|
|
2749
|
-
is_access_code_error: true
|
|
2750
|
-
/** Date and time at which Seam created the error. */
|
|
2751
|
-
created_at?: string | undefined
|
|
2752
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2753
|
-
error_code: 'replaced_by_newer_access_code'
|
|
2754
|
-
}
|
|
2755
2727
|
| {
|
|
2756
2728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2757
2729
|
message: string
|
|
@@ -3000,14 +2972,6 @@ export type Routes = {
|
|
|
3000
2972
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3001
2973
|
warning_code: 'management_transferred'
|
|
3002
2974
|
}
|
|
3003
|
-
| {
|
|
3004
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3005
|
-
message: string
|
|
3006
|
-
/** Date and time at which Seam created the warning. */
|
|
3007
|
-
created_at?: string | undefined
|
|
3008
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3009
|
-
warning_code: 'access_code_inactive'
|
|
3010
|
-
}
|
|
3011
2975
|
| {
|
|
3012
2976
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3013
2977
|
message: string
|
|
@@ -5299,16 +5263,6 @@ export type Routes = {
|
|
|
5299
5263
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5300
5264
|
error_code: 'insufficient_permissions'
|
|
5301
5265
|
}
|
|
5302
|
-
| {
|
|
5303
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5304
|
-
message: string
|
|
5305
|
-
/** Indicates that this is an access code error. */
|
|
5306
|
-
is_access_code_error: true
|
|
5307
|
-
/** Date and time at which Seam created the error. */
|
|
5308
|
-
created_at?: string | undefined
|
|
5309
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5310
|
-
error_code: 'replaced_by_newer_access_code'
|
|
5311
|
-
}
|
|
5312
5266
|
| {
|
|
5313
5267
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5314
5268
|
message: string
|
|
@@ -5557,14 +5511,6 @@ export type Routes = {
|
|
|
5557
5511
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5558
5512
|
warning_code: 'management_transferred'
|
|
5559
5513
|
}
|
|
5560
|
-
| {
|
|
5561
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5562
|
-
message: string
|
|
5563
|
-
/** Date and time at which Seam created the warning. */
|
|
5564
|
-
created_at?: string | undefined
|
|
5565
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5566
|
-
warning_code: 'access_code_inactive'
|
|
5567
|
-
}
|
|
5568
5514
|
| {
|
|
5569
5515
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5570
5516
|
message: string
|
|
@@ -5989,16 +5935,6 @@ export type Routes = {
|
|
|
5989
5935
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5990
5936
|
error_code: 'insufficient_permissions'
|
|
5991
5937
|
}
|
|
5992
|
-
| {
|
|
5993
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5994
|
-
message: string
|
|
5995
|
-
/** Indicates that this is an access code error. */
|
|
5996
|
-
is_access_code_error: true
|
|
5997
|
-
/** Date and time at which Seam created the error. */
|
|
5998
|
-
created_at?: string | undefined
|
|
5999
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6000
|
-
error_code: 'replaced_by_newer_access_code'
|
|
6001
|
-
}
|
|
6002
5938
|
| {
|
|
6003
5939
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6004
5940
|
message: string
|
|
@@ -6247,14 +6183,6 @@ export type Routes = {
|
|
|
6247
6183
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6248
6184
|
warning_code: 'management_transferred'
|
|
6249
6185
|
}
|
|
6250
|
-
| {
|
|
6251
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6252
|
-
message: string
|
|
6253
|
-
/** Date and time at which Seam created the warning. */
|
|
6254
|
-
created_at?: string | undefined
|
|
6255
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6256
|
-
warning_code: 'access_code_inactive'
|
|
6257
|
-
}
|
|
6258
6186
|
| {
|
|
6259
6187
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6260
6188
|
message: string
|
|
@@ -6583,16 +6511,6 @@ export type Routes = {
|
|
|
6583
6511
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6584
6512
|
error_code: 'insufficient_permissions'
|
|
6585
6513
|
}
|
|
6586
|
-
| {
|
|
6587
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6588
|
-
message: string
|
|
6589
|
-
/** Indicates that this is an access code error. */
|
|
6590
|
-
is_access_code_error: true
|
|
6591
|
-
/** Date and time at which Seam created the error. */
|
|
6592
|
-
created_at?: string | undefined
|
|
6593
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6594
|
-
error_code: 'replaced_by_newer_access_code'
|
|
6595
|
-
}
|
|
6596
6514
|
| {
|
|
6597
6515
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6598
6516
|
message: string
|
|
@@ -6841,14 +6759,6 @@ export type Routes = {
|
|
|
6841
6759
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6842
6760
|
warning_code: 'management_transferred'
|
|
6843
6761
|
}
|
|
6844
|
-
| {
|
|
6845
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6846
|
-
message: string
|
|
6847
|
-
/** Date and time at which Seam created the warning. */
|
|
6848
|
-
created_at?: string | undefined
|
|
6849
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6850
|
-
warning_code: 'access_code_inactive'
|
|
6851
|
-
}
|
|
6852
6762
|
| {
|
|
6853
6763
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6854
6764
|
message: string
|
|
@@ -7154,16 +7064,6 @@ export type Routes = {
|
|
|
7154
7064
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7155
7065
|
error_code: 'insufficient_permissions'
|
|
7156
7066
|
}
|
|
7157
|
-
| {
|
|
7158
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7159
|
-
message: string
|
|
7160
|
-
/** Indicates that this is an access code error. */
|
|
7161
|
-
is_access_code_error: true
|
|
7162
|
-
/** Date and time at which Seam created the error. */
|
|
7163
|
-
created_at?: string | undefined
|
|
7164
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7165
|
-
error_code: 'replaced_by_newer_access_code'
|
|
7166
|
-
}
|
|
7167
7067
|
| {
|
|
7168
7068
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7169
7069
|
message: string
|
|
@@ -7412,14 +7312,6 @@ export type Routes = {
|
|
|
7412
7312
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7413
7313
|
warning_code: 'management_transferred'
|
|
7414
7314
|
}
|
|
7415
|
-
| {
|
|
7416
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7417
|
-
message: string
|
|
7418
|
-
/** Date and time at which Seam created the warning. */
|
|
7419
|
-
created_at?: string | undefined
|
|
7420
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7421
|
-
warning_code: 'access_code_inactive'
|
|
7422
|
-
}
|
|
7423
7315
|
| {
|
|
7424
7316
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7425
7317
|
message: string
|
|
@@ -7758,16 +7650,6 @@ export type Routes = {
|
|
|
7758
7650
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7759
7651
|
error_code: 'insufficient_permissions'
|
|
7760
7652
|
}
|
|
7761
|
-
| {
|
|
7762
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7763
|
-
message: string
|
|
7764
|
-
/** Indicates that this is an access code error. */
|
|
7765
|
-
is_access_code_error: true
|
|
7766
|
-
/** Date and time at which Seam created the error. */
|
|
7767
|
-
created_at?: string | undefined
|
|
7768
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7769
|
-
error_code: 'replaced_by_newer_access_code'
|
|
7770
|
-
}
|
|
7771
7653
|
| {
|
|
7772
7654
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7773
7655
|
message: string
|
|
@@ -8016,14 +7898,6 @@ export type Routes = {
|
|
|
8016
7898
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8017
7899
|
warning_code: 'management_transferred'
|
|
8018
7900
|
}
|
|
8019
|
-
| {
|
|
8020
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8021
|
-
message: string
|
|
8022
|
-
/** Date and time at which Seam created the warning. */
|
|
8023
|
-
created_at?: string | undefined
|
|
8024
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8025
|
-
warning_code: 'access_code_inactive'
|
|
8026
|
-
}
|
|
8027
7901
|
| {
|
|
8028
7902
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8029
7903
|
message: string
|
|
@@ -10217,16 +10091,6 @@ export type Routes = {
|
|
|
10217
10091
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10218
10092
|
error_code: 'insufficient_permissions'
|
|
10219
10093
|
}
|
|
10220
|
-
| {
|
|
10221
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10222
|
-
message: string
|
|
10223
|
-
/** Indicates that this is an access code error. */
|
|
10224
|
-
is_access_code_error: true
|
|
10225
|
-
/** Date and time at which Seam created the error. */
|
|
10226
|
-
created_at?: string | undefined
|
|
10227
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10228
|
-
error_code: 'replaced_by_newer_access_code'
|
|
10229
|
-
}
|
|
10230
10094
|
| {
|
|
10231
10095
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10232
10096
|
message: string
|
|
@@ -10475,14 +10339,6 @@ export type Routes = {
|
|
|
10475
10339
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10476
10340
|
warning_code: 'management_transferred'
|
|
10477
10341
|
}
|
|
10478
|
-
| {
|
|
10479
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10480
|
-
message: string
|
|
10481
|
-
/** Date and time at which Seam created the warning. */
|
|
10482
|
-
created_at?: string | undefined
|
|
10483
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10484
|
-
warning_code: 'access_code_inactive'
|
|
10485
|
-
}
|
|
10486
10342
|
| {
|
|
10487
10343
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10488
10344
|
message: string
|
|
@@ -10700,16 +10556,6 @@ export type Routes = {
|
|
|
10700
10556
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10701
10557
|
error_code: 'insufficient_permissions'
|
|
10702
10558
|
}
|
|
10703
|
-
| {
|
|
10704
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10705
|
-
message: string
|
|
10706
|
-
/** Indicates that this is an access code error. */
|
|
10707
|
-
is_access_code_error: true
|
|
10708
|
-
/** Date and time at which Seam created the error. */
|
|
10709
|
-
created_at?: string | undefined
|
|
10710
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10711
|
-
error_code: 'replaced_by_newer_access_code'
|
|
10712
|
-
}
|
|
10713
10559
|
| {
|
|
10714
10560
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10715
10561
|
message: string
|
|
@@ -10958,14 +10804,6 @@ export type Routes = {
|
|
|
10958
10804
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10959
10805
|
warning_code: 'management_transferred'
|
|
10960
10806
|
}
|
|
10961
|
-
| {
|
|
10962
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10963
|
-
message: string
|
|
10964
|
-
/** Date and time at which Seam created the warning. */
|
|
10965
|
-
created_at?: string | undefined
|
|
10966
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10967
|
-
warning_code: 'access_code_inactive'
|
|
10968
|
-
}
|
|
10969
10807
|
| {
|
|
10970
10808
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10971
10809
|
message: string
|
|
@@ -140016,16 +139854,6 @@ export type Routes = {
|
|
|
140016
139854
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140017
139855
|
error_code: 'insufficient_permissions'
|
|
140018
139856
|
}
|
|
140019
|
-
| {
|
|
140020
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140021
|
-
message: string
|
|
140022
|
-
/** Indicates that this is an access code error. */
|
|
140023
|
-
is_access_code_error: true
|
|
140024
|
-
/** Date and time at which Seam created the error. */
|
|
140025
|
-
created_at?: string | undefined
|
|
140026
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140027
|
-
error_code: 'replaced_by_newer_access_code'
|
|
140028
|
-
}
|
|
140029
139857
|
| {
|
|
140030
139858
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140031
139859
|
message: string
|
|
@@ -140274,14 +140102,6 @@ export type Routes = {
|
|
|
140274
140102
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140275
140103
|
warning_code: 'management_transferred'
|
|
140276
140104
|
}
|
|
140277
|
-
| {
|
|
140278
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140279
|
-
message: string
|
|
140280
|
-
/** Date and time at which Seam created the warning. */
|
|
140281
|
-
created_at?: string | undefined
|
|
140282
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140283
|
-
warning_code: 'access_code_inactive'
|
|
140284
|
-
}
|
|
140285
140105
|
| {
|
|
140286
140106
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140287
140107
|
message: string
|
|
@@ -140485,16 +140305,6 @@ export type Routes = {
|
|
|
140485
140305
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140486
140306
|
error_code: 'insufficient_permissions'
|
|
140487
140307
|
}
|
|
140488
|
-
| {
|
|
140489
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140490
|
-
message: string
|
|
140491
|
-
/** Indicates that this is an access code error. */
|
|
140492
|
-
is_access_code_error: true
|
|
140493
|
-
/** Date and time at which Seam created the error. */
|
|
140494
|
-
created_at?: string | undefined
|
|
140495
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140496
|
-
error_code: 'replaced_by_newer_access_code'
|
|
140497
|
-
}
|
|
140498
140308
|
| {
|
|
140499
140309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140500
140310
|
message: string
|
|
@@ -140743,14 +140553,6 @@ export type Routes = {
|
|
|
140743
140553
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140744
140554
|
warning_code: 'management_transferred'
|
|
140745
140555
|
}
|
|
140746
|
-
| {
|
|
140747
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140748
|
-
message: string
|
|
140749
|
-
/** Date and time at which Seam created the warning. */
|
|
140750
|
-
created_at?: string | undefined
|
|
140751
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140752
|
-
warning_code: 'access_code_inactive'
|
|
140753
|
-
}
|
|
140754
140556
|
| {
|
|
140755
140557
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140756
140558
|
message: string
|