@seamapi/types 1.962.0 → 1.964.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 +604 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +986 -4
- package/dist/index.cjs +604 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-method.d.ts +143 -0
- package/lib/seam/connect/models/access-grants/access-method.js +36 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +63 -0
- package/lib/seam/connect/models/action-attempts/assign-credential.d.ts +63 -0
- package/lib/seam/connect/models/events/access-methods.d.ts +130 -0
- package/lib/seam/connect/models/events/access-methods.js +18 -0
- package/lib/seam/connect/models/events/access-methods.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +65 -1
- package/lib/seam/connect/openapi.js +534 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +814 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +53 -0
- package/src/lib/seam/connect/models/events/access-methods.ts +20 -0
- package/src/lib/seam/connect/openapi.ts +603 -0
- package/src/lib/seam/connect/route-types.ts +867 -0
|
@@ -1365,7 +1365,24 @@ export type Routes = {
|
|
|
1365
1365
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
1366
1366
|
original_access_method_id?: string | undefined
|
|
1367
1367
|
}
|
|
1368
|
+
| {
|
|
1369
|
+
/** Date and time at which Seam created the warning. */
|
|
1370
|
+
created_at: string
|
|
1371
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1372
|
+
message: string
|
|
1373
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1374
|
+
warning_code: 'delay_in_issuing'
|
|
1375
|
+
}
|
|
1368
1376
|
)[]
|
|
1377
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
1378
|
+
errors: {
|
|
1379
|
+
/** Date and time at which Seam created the error. */
|
|
1380
|
+
created_at: string
|
|
1381
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1382
|
+
message: string
|
|
1383
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1384
|
+
error_code: 'failed_to_issue'
|
|
1385
|
+
}[]
|
|
1369
1386
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
1370
1387
|
pending_mutations: (
|
|
1371
1388
|
| {
|
|
@@ -4410,7 +4427,24 @@ export type Routes = {
|
|
|
4410
4427
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
4411
4428
|
original_access_method_id?: string | undefined
|
|
4412
4429
|
}
|
|
4430
|
+
| {
|
|
4431
|
+
/** Date and time at which Seam created the warning. */
|
|
4432
|
+
created_at: string
|
|
4433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4434
|
+
message: string
|
|
4435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4436
|
+
warning_code: 'delay_in_issuing'
|
|
4437
|
+
}
|
|
4413
4438
|
)[]
|
|
4439
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
4440
|
+
errors: {
|
|
4441
|
+
/** Date and time at which Seam created the error. */
|
|
4442
|
+
created_at: string
|
|
4443
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4444
|
+
message: string
|
|
4445
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4446
|
+
error_code: 'failed_to_issue'
|
|
4447
|
+
}[]
|
|
4414
4448
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
4415
4449
|
pending_mutations: (
|
|
4416
4450
|
| {
|
|
@@ -9075,7 +9109,24 @@ export type Routes = {
|
|
|
9075
9109
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
9076
9110
|
original_access_method_id?: string | undefined
|
|
9077
9111
|
}
|
|
9112
|
+
| {
|
|
9113
|
+
/** Date and time at which Seam created the warning. */
|
|
9114
|
+
created_at: string
|
|
9115
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9116
|
+
message: string
|
|
9117
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9118
|
+
warning_code: 'delay_in_issuing'
|
|
9119
|
+
}
|
|
9078
9120
|
)[]
|
|
9121
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
9122
|
+
errors: {
|
|
9123
|
+
/** Date and time at which Seam created the error. */
|
|
9124
|
+
created_at: string
|
|
9125
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9126
|
+
message: string
|
|
9127
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9128
|
+
error_code: 'failed_to_issue'
|
|
9129
|
+
}[]
|
|
9079
9130
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
9080
9131
|
pending_mutations: (
|
|
9081
9132
|
| {
|
|
@@ -11988,7 +12039,24 @@ export type Routes = {
|
|
|
11988
12039
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
11989
12040
|
original_access_method_id?: string | undefined
|
|
11990
12041
|
}
|
|
12042
|
+
| {
|
|
12043
|
+
/** Date and time at which Seam created the warning. */
|
|
12044
|
+
created_at: string
|
|
12045
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12046
|
+
message: string
|
|
12047
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12048
|
+
warning_code: 'delay_in_issuing'
|
|
12049
|
+
}
|
|
11991
12050
|
)[]
|
|
12051
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
12052
|
+
errors: {
|
|
12053
|
+
/** Date and time at which Seam created the error. */
|
|
12054
|
+
created_at: string
|
|
12055
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12056
|
+
message: string
|
|
12057
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12058
|
+
error_code: 'failed_to_issue'
|
|
12059
|
+
}[]
|
|
11992
12060
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
11993
12061
|
pending_mutations: (
|
|
11994
12062
|
| {
|
|
@@ -16173,7 +16241,24 @@ export type Routes = {
|
|
|
16173
16241
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
16174
16242
|
original_access_method_id?: string | undefined
|
|
16175
16243
|
}
|
|
16244
|
+
| {
|
|
16245
|
+
/** Date and time at which Seam created the warning. */
|
|
16246
|
+
created_at: string
|
|
16247
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16248
|
+
message: string
|
|
16249
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16250
|
+
warning_code: 'delay_in_issuing'
|
|
16251
|
+
}
|
|
16176
16252
|
)[]
|
|
16253
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
16254
|
+
errors: {
|
|
16255
|
+
/** Date and time at which Seam created the error. */
|
|
16256
|
+
created_at: string
|
|
16257
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16258
|
+
message: string
|
|
16259
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
16260
|
+
error_code: 'failed_to_issue'
|
|
16261
|
+
}[]
|
|
16177
16262
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
16178
16263
|
pending_mutations: (
|
|
16179
16264
|
| {
|
|
@@ -18495,7 +18580,24 @@ export type Routes = {
|
|
|
18495
18580
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
18496
18581
|
original_access_method_id?: string | undefined
|
|
18497
18582
|
}
|
|
18583
|
+
| {
|
|
18584
|
+
/** Date and time at which Seam created the warning. */
|
|
18585
|
+
created_at: string
|
|
18586
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18587
|
+
message: string
|
|
18588
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18589
|
+
warning_code: 'delay_in_issuing'
|
|
18590
|
+
}
|
|
18498
18591
|
)[]
|
|
18592
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
18593
|
+
errors: {
|
|
18594
|
+
/** Date and time at which Seam created the error. */
|
|
18595
|
+
created_at: string
|
|
18596
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
18597
|
+
message: string
|
|
18598
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
18599
|
+
error_code: 'failed_to_issue'
|
|
18600
|
+
}[]
|
|
18499
18601
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
18500
18602
|
pending_mutations: (
|
|
18501
18603
|
| {
|
|
@@ -20526,7 +20628,24 @@ export type Routes = {
|
|
|
20526
20628
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
20527
20629
|
original_access_method_id?: string | undefined
|
|
20528
20630
|
}
|
|
20631
|
+
| {
|
|
20632
|
+
/** Date and time at which Seam created the warning. */
|
|
20633
|
+
created_at: string
|
|
20634
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20635
|
+
message: string
|
|
20636
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20637
|
+
warning_code: 'delay_in_issuing'
|
|
20638
|
+
}
|
|
20529
20639
|
)[]
|
|
20640
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
20641
|
+
errors: {
|
|
20642
|
+
/** Date and time at which Seam created the error. */
|
|
20643
|
+
created_at: string
|
|
20644
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20645
|
+
message: string
|
|
20646
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20647
|
+
error_code: 'failed_to_issue'
|
|
20648
|
+
}[]
|
|
20530
20649
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
20531
20650
|
pending_mutations: (
|
|
20532
20651
|
| {
|
|
@@ -21274,7 +21393,24 @@ export type Routes = {
|
|
|
21274
21393
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
21275
21394
|
original_access_method_id?: string | undefined
|
|
21276
21395
|
}
|
|
21396
|
+
| {
|
|
21397
|
+
/** Date and time at which Seam created the warning. */
|
|
21398
|
+
created_at: string
|
|
21399
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21400
|
+
message: string
|
|
21401
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21402
|
+
warning_code: 'delay_in_issuing'
|
|
21403
|
+
}
|
|
21277
21404
|
)[]
|
|
21405
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
21406
|
+
errors: {
|
|
21407
|
+
/** Date and time at which Seam created the error. */
|
|
21408
|
+
created_at: string
|
|
21409
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
21410
|
+
message: string
|
|
21411
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
21412
|
+
error_code: 'failed_to_issue'
|
|
21413
|
+
}[]
|
|
21278
21414
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
21279
21415
|
pending_mutations: (
|
|
21280
21416
|
| {
|
|
@@ -23849,7 +23985,24 @@ export type Routes = {
|
|
|
23849
23985
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
23850
23986
|
original_access_method_id?: string | undefined
|
|
23851
23987
|
}
|
|
23988
|
+
| {
|
|
23989
|
+
/** Date and time at which Seam created the warning. */
|
|
23990
|
+
created_at: string
|
|
23991
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
23992
|
+
message: string
|
|
23993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23994
|
+
warning_code: 'delay_in_issuing'
|
|
23995
|
+
}
|
|
23852
23996
|
)[]
|
|
23997
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
23998
|
+
errors: {
|
|
23999
|
+
/** Date and time at which Seam created the error. */
|
|
24000
|
+
created_at: string
|
|
24001
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24002
|
+
message: string
|
|
24003
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24004
|
+
error_code: 'failed_to_issue'
|
|
24005
|
+
}[]
|
|
23853
24006
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
23854
24007
|
pending_mutations: (
|
|
23855
24008
|
| {
|
|
@@ -24229,7 +24382,24 @@ export type Routes = {
|
|
|
24229
24382
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
24230
24383
|
original_access_method_id?: string | undefined
|
|
24231
24384
|
}
|
|
24385
|
+
| {
|
|
24386
|
+
/** Date and time at which Seam created the warning. */
|
|
24387
|
+
created_at: string
|
|
24388
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24389
|
+
message: string
|
|
24390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24391
|
+
warning_code: 'delay_in_issuing'
|
|
24392
|
+
}
|
|
24232
24393
|
)[]
|
|
24394
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
24395
|
+
errors: {
|
|
24396
|
+
/** Date and time at which Seam created the error. */
|
|
24397
|
+
created_at: string
|
|
24398
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24399
|
+
message: string
|
|
24400
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
24401
|
+
error_code: 'failed_to_issue'
|
|
24402
|
+
}[]
|
|
24233
24403
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
24234
24404
|
pending_mutations: (
|
|
24235
24405
|
| {
|
|
@@ -25627,7 +25797,24 @@ export type Routes = {
|
|
|
25627
25797
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
25628
25798
|
original_access_method_id?: string | undefined
|
|
25629
25799
|
}
|
|
25800
|
+
| {
|
|
25801
|
+
/** Date and time at which Seam created the warning. */
|
|
25802
|
+
created_at: string
|
|
25803
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25804
|
+
message: string
|
|
25805
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25806
|
+
warning_code: 'delay_in_issuing'
|
|
25807
|
+
}
|
|
25630
25808
|
)[]
|
|
25809
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25810
|
+
errors: {
|
|
25811
|
+
/** Date and time at which Seam created the error. */
|
|
25812
|
+
created_at: string
|
|
25813
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
25814
|
+
message: string
|
|
25815
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
25816
|
+
error_code: 'failed_to_issue'
|
|
25817
|
+
}[]
|
|
25631
25818
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
25632
25819
|
pending_mutations: (
|
|
25633
25820
|
| {
|
|
@@ -26371,7 +26558,24 @@ export type Routes = {
|
|
|
26371
26558
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
26372
26559
|
original_access_method_id?: string | undefined
|
|
26373
26560
|
}
|
|
26561
|
+
| {
|
|
26562
|
+
/** Date and time at which Seam created the warning. */
|
|
26563
|
+
created_at: string
|
|
26564
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26565
|
+
message: string
|
|
26566
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26567
|
+
warning_code: 'delay_in_issuing'
|
|
26568
|
+
}
|
|
26374
26569
|
)[]
|
|
26570
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
26571
|
+
errors: {
|
|
26572
|
+
/** Date and time at which Seam created the error. */
|
|
26573
|
+
created_at: string
|
|
26574
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26575
|
+
message: string
|
|
26576
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26577
|
+
error_code: 'failed_to_issue'
|
|
26578
|
+
}[]
|
|
26375
26579
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
26376
26580
|
pending_mutations: (
|
|
26377
26581
|
| {
|
|
@@ -26507,7 +26711,24 @@ export type Routes = {
|
|
|
26507
26711
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
26508
26712
|
original_access_method_id?: string | undefined
|
|
26509
26713
|
}
|
|
26714
|
+
| {
|
|
26715
|
+
/** Date and time at which Seam created the warning. */
|
|
26716
|
+
created_at: string
|
|
26717
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
26718
|
+
message: string
|
|
26719
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26720
|
+
warning_code: 'delay_in_issuing'
|
|
26721
|
+
}
|
|
26510
26722
|
)[]
|
|
26723
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
26724
|
+
errors: {
|
|
26725
|
+
/** Date and time at which Seam created the error. */
|
|
26726
|
+
created_at: string
|
|
26727
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26728
|
+
message: string
|
|
26729
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26730
|
+
error_code: 'failed_to_issue'
|
|
26731
|
+
}[]
|
|
26511
26732
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
26512
26733
|
pending_mutations: (
|
|
26513
26734
|
| {
|
|
@@ -31491,7 +31712,24 @@ export type Routes = {
|
|
|
31491
31712
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
31492
31713
|
original_access_method_id?: string | undefined
|
|
31493
31714
|
}
|
|
31715
|
+
| {
|
|
31716
|
+
/** Date and time at which Seam created the warning. */
|
|
31717
|
+
created_at: string
|
|
31718
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31719
|
+
message: string
|
|
31720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31721
|
+
warning_code: 'delay_in_issuing'
|
|
31722
|
+
}
|
|
31494
31723
|
)[]
|
|
31724
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
31725
|
+
errors: {
|
|
31726
|
+
/** Date and time at which Seam created the error. */
|
|
31727
|
+
created_at: string
|
|
31728
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31729
|
+
message: string
|
|
31730
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31731
|
+
error_code: 'failed_to_issue'
|
|
31732
|
+
}[]
|
|
31495
31733
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
31496
31734
|
pending_mutations: (
|
|
31497
31735
|
| {
|
|
@@ -33617,7 +33855,24 @@ export type Routes = {
|
|
|
33617
33855
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
33618
33856
|
original_access_method_id?: string | undefined
|
|
33619
33857
|
}
|
|
33858
|
+
| {
|
|
33859
|
+
/** Date and time at which Seam created the warning. */
|
|
33860
|
+
created_at: string
|
|
33861
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33862
|
+
message: string
|
|
33863
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33864
|
+
warning_code: 'delay_in_issuing'
|
|
33865
|
+
}
|
|
33620
33866
|
)[]
|
|
33867
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
33868
|
+
errors: {
|
|
33869
|
+
/** Date and time at which Seam created the error. */
|
|
33870
|
+
created_at: string
|
|
33871
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33872
|
+
message: string
|
|
33873
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
33874
|
+
error_code: 'failed_to_issue'
|
|
33875
|
+
}[]
|
|
33621
33876
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
33622
33877
|
pending_mutations: (
|
|
33623
33878
|
| {
|
|
@@ -35635,7 +35890,24 @@ export type Routes = {
|
|
|
35635
35890
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
35636
35891
|
original_access_method_id?: string | undefined
|
|
35637
35892
|
}
|
|
35893
|
+
| {
|
|
35894
|
+
/** Date and time at which Seam created the warning. */
|
|
35895
|
+
created_at: string
|
|
35896
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35897
|
+
message: string
|
|
35898
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35899
|
+
warning_code: 'delay_in_issuing'
|
|
35900
|
+
}
|
|
35638
35901
|
)[]
|
|
35902
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
35903
|
+
errors: {
|
|
35904
|
+
/** Date and time at which Seam created the error. */
|
|
35905
|
+
created_at: string
|
|
35906
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35907
|
+
message: string
|
|
35908
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35909
|
+
error_code: 'failed_to_issue'
|
|
35910
|
+
}[]
|
|
35639
35911
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
35640
35912
|
pending_mutations: (
|
|
35641
35913
|
| {
|
|
@@ -38470,7 +38742,24 @@ export type Routes = {
|
|
|
38470
38742
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
38471
38743
|
original_access_method_id?: string | undefined
|
|
38472
38744
|
}
|
|
38745
|
+
| {
|
|
38746
|
+
/** Date and time at which Seam created the warning. */
|
|
38747
|
+
created_at: string
|
|
38748
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38749
|
+
message: string
|
|
38750
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38751
|
+
warning_code: 'delay_in_issuing'
|
|
38752
|
+
}
|
|
38473
38753
|
)[]
|
|
38754
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
38755
|
+
errors: {
|
|
38756
|
+
/** Date and time at which Seam created the error. */
|
|
38757
|
+
created_at: string
|
|
38758
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38759
|
+
message: string
|
|
38760
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38761
|
+
error_code: 'failed_to_issue'
|
|
38762
|
+
}[]
|
|
38474
38763
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
38475
38764
|
pending_mutations: (
|
|
38476
38765
|
| {
|
|
@@ -43139,7 +43428,24 @@ export type Routes = {
|
|
|
43139
43428
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
43140
43429
|
original_access_method_id?: string | undefined
|
|
43141
43430
|
}
|
|
43431
|
+
| {
|
|
43432
|
+
/** Date and time at which Seam created the warning. */
|
|
43433
|
+
created_at: string
|
|
43434
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43435
|
+
message: string
|
|
43436
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43437
|
+
warning_code: 'delay_in_issuing'
|
|
43438
|
+
}
|
|
43142
43439
|
)[]
|
|
43440
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
43441
|
+
errors: {
|
|
43442
|
+
/** Date and time at which Seam created the error. */
|
|
43443
|
+
created_at: string
|
|
43444
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43445
|
+
message: string
|
|
43446
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
43447
|
+
error_code: 'failed_to_issue'
|
|
43448
|
+
}[]
|
|
43143
43449
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
43144
43450
|
pending_mutations: (
|
|
43145
43451
|
| {
|
|
@@ -45147,7 +45453,24 @@ export type Routes = {
|
|
|
45147
45453
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
45148
45454
|
original_access_method_id?: string | undefined
|
|
45149
45455
|
}
|
|
45456
|
+
| {
|
|
45457
|
+
/** Date and time at which Seam created the warning. */
|
|
45458
|
+
created_at: string
|
|
45459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45460
|
+
message: string
|
|
45461
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45462
|
+
warning_code: 'delay_in_issuing'
|
|
45463
|
+
}
|
|
45150
45464
|
)[]
|
|
45465
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
45466
|
+
errors: {
|
|
45467
|
+
/** Date and time at which Seam created the error. */
|
|
45468
|
+
created_at: string
|
|
45469
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
45470
|
+
message: string
|
|
45471
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
45472
|
+
error_code: 'failed_to_issue'
|
|
45473
|
+
}[]
|
|
45151
45474
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
45152
45475
|
pending_mutations: (
|
|
45153
45476
|
| {
|
|
@@ -56637,6 +56960,44 @@ export type Routes = {
|
|
|
56637
56960
|
access_grant_keys?: string[] | undefined
|
|
56638
56961
|
event_type: 'access_method.created'
|
|
56639
56962
|
}
|
|
56963
|
+
| {
|
|
56964
|
+
/** ID of the event. */
|
|
56965
|
+
event_id: string
|
|
56966
|
+
/** ID of the workspace associated with the event. */
|
|
56967
|
+
workspace_id: string
|
|
56968
|
+
/** Date and time at which the event was created. */
|
|
56969
|
+
created_at: string
|
|
56970
|
+
/** Date and time at which the event occurred. */
|
|
56971
|
+
occurred_at: string
|
|
56972
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
56973
|
+
event_description?: string | undefined
|
|
56974
|
+
/** ID of the affected access method. */
|
|
56975
|
+
access_method_id: string
|
|
56976
|
+
/** IDs of the access grants associated with this access method. */
|
|
56977
|
+
access_grant_ids: string[]
|
|
56978
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
56979
|
+
access_grant_keys?: string[] | undefined
|
|
56980
|
+
event_type: 'access_method.delay_in_issuing'
|
|
56981
|
+
}
|
|
56982
|
+
| {
|
|
56983
|
+
/** ID of the event. */
|
|
56984
|
+
event_id: string
|
|
56985
|
+
/** ID of the workspace associated with the event. */
|
|
56986
|
+
workspace_id: string
|
|
56987
|
+
/** Date and time at which the event was created. */
|
|
56988
|
+
created_at: string
|
|
56989
|
+
/** Date and time at which the event occurred. */
|
|
56990
|
+
occurred_at: string
|
|
56991
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
56992
|
+
event_description?: string | undefined
|
|
56993
|
+
/** ID of the affected access method. */
|
|
56994
|
+
access_method_id: string
|
|
56995
|
+
/** IDs of the access grants associated with this access method. */
|
|
56996
|
+
access_grant_ids: string[]
|
|
56997
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
56998
|
+
access_grant_keys?: string[] | undefined
|
|
56999
|
+
event_type: 'access_method.failed_to_issue'
|
|
57000
|
+
}
|
|
56640
57001
|
| {
|
|
56641
57002
|
/** ID of the event. */
|
|
56642
57003
|
event_id: string
|
|
@@ -59056,6 +59417,8 @@ export type Routes = {
|
|
|
59056
59417
|
| 'access_method.deleted'
|
|
59057
59418
|
| 'access_method.reissued'
|
|
59058
59419
|
| 'access_method.created'
|
|
59420
|
+
| 'access_method.delay_in_issuing'
|
|
59421
|
+
| 'access_method.failed_to_issue'
|
|
59059
59422
|
| 'acs_system.connected'
|
|
59060
59423
|
| 'acs_system.added'
|
|
59061
59424
|
| 'acs_system.disconnected'
|
|
@@ -59168,6 +59531,8 @@ export type Routes = {
|
|
|
59168
59531
|
| 'access_method.deleted'
|
|
59169
59532
|
| 'access_method.reissued'
|
|
59170
59533
|
| 'access_method.created'
|
|
59534
|
+
| 'access_method.delay_in_issuing'
|
|
59535
|
+
| 'access_method.failed_to_issue'
|
|
59171
59536
|
| 'acs_system.connected'
|
|
59172
59537
|
| 'acs_system.added'
|
|
59173
59538
|
| 'acs_system.disconnected'
|
|
@@ -60525,6 +60890,44 @@ export type Routes = {
|
|
|
60525
60890
|
access_grant_keys?: string[] | undefined
|
|
60526
60891
|
event_type: 'access_method.created'
|
|
60527
60892
|
}
|
|
60893
|
+
| {
|
|
60894
|
+
/** ID of the event. */
|
|
60895
|
+
event_id: string
|
|
60896
|
+
/** ID of the workspace associated with the event. */
|
|
60897
|
+
workspace_id: string
|
|
60898
|
+
/** Date and time at which the event was created. */
|
|
60899
|
+
created_at: string
|
|
60900
|
+
/** Date and time at which the event occurred. */
|
|
60901
|
+
occurred_at: string
|
|
60902
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
60903
|
+
event_description?: string | undefined
|
|
60904
|
+
/** ID of the affected access method. */
|
|
60905
|
+
access_method_id: string
|
|
60906
|
+
/** IDs of the access grants associated with this access method. */
|
|
60907
|
+
access_grant_ids: string[]
|
|
60908
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
60909
|
+
access_grant_keys?: string[] | undefined
|
|
60910
|
+
event_type: 'access_method.delay_in_issuing'
|
|
60911
|
+
}
|
|
60912
|
+
| {
|
|
60913
|
+
/** ID of the event. */
|
|
60914
|
+
event_id: string
|
|
60915
|
+
/** ID of the workspace associated with the event. */
|
|
60916
|
+
workspace_id: string
|
|
60917
|
+
/** Date and time at which the event was created. */
|
|
60918
|
+
created_at: string
|
|
60919
|
+
/** Date and time at which the event occurred. */
|
|
60920
|
+
occurred_at: string
|
|
60921
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
60922
|
+
event_description?: string | undefined
|
|
60923
|
+
/** ID of the affected access method. */
|
|
60924
|
+
access_method_id: string
|
|
60925
|
+
/** IDs of the access grants associated with this access method. */
|
|
60926
|
+
access_grant_ids: string[]
|
|
60927
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
60928
|
+
access_grant_keys?: string[] | undefined
|
|
60929
|
+
event_type: 'access_method.failed_to_issue'
|
|
60930
|
+
}
|
|
60528
60931
|
| {
|
|
60529
60932
|
/** ID of the event. */
|
|
60530
60933
|
event_id: string
|
|
@@ -64302,7 +64705,24 @@ export type Routes = {
|
|
|
64302
64705
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
64303
64706
|
original_access_method_id?: string | undefined
|
|
64304
64707
|
}
|
|
64708
|
+
| {
|
|
64709
|
+
/** Date and time at which Seam created the warning. */
|
|
64710
|
+
created_at: string
|
|
64711
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
64712
|
+
message: string
|
|
64713
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
64714
|
+
warning_code: 'delay_in_issuing'
|
|
64715
|
+
}
|
|
64305
64716
|
)[]
|
|
64717
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
64718
|
+
errors: {
|
|
64719
|
+
/** Date and time at which Seam created the error. */
|
|
64720
|
+
created_at: string
|
|
64721
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
64722
|
+
message: string
|
|
64723
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
64724
|
+
error_code: 'failed_to_issue'
|
|
64725
|
+
}[]
|
|
64306
64726
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
64307
64727
|
pending_mutations: (
|
|
64308
64728
|
| {
|
|
@@ -73895,7 +74315,24 @@ export type Routes = {
|
|
|
73895
74315
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
73896
74316
|
original_access_method_id?: string | undefined
|
|
73897
74317
|
}
|
|
74318
|
+
| {
|
|
74319
|
+
/** Date and time at which Seam created the warning. */
|
|
74320
|
+
created_at: string
|
|
74321
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
74322
|
+
message: string
|
|
74323
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
74324
|
+
warning_code: 'delay_in_issuing'
|
|
74325
|
+
}
|
|
73898
74326
|
)[]
|
|
74327
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
74328
|
+
errors: {
|
|
74329
|
+
/** Date and time at which Seam created the error. */
|
|
74330
|
+
created_at: string
|
|
74331
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
74332
|
+
message: string
|
|
74333
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
74334
|
+
error_code: 'failed_to_issue'
|
|
74335
|
+
}[]
|
|
73899
74336
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
73900
74337
|
pending_mutations: (
|
|
73901
74338
|
| {
|
|
@@ -75904,7 +76341,24 @@ export type Routes = {
|
|
|
75904
76341
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
75905
76342
|
original_access_method_id?: string | undefined
|
|
75906
76343
|
}
|
|
76344
|
+
| {
|
|
76345
|
+
/** Date and time at which Seam created the warning. */
|
|
76346
|
+
created_at: string
|
|
76347
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76348
|
+
message: string
|
|
76349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76350
|
+
warning_code: 'delay_in_issuing'
|
|
76351
|
+
}
|
|
75907
76352
|
)[]
|
|
76353
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
76354
|
+
errors: {
|
|
76355
|
+
/** Date and time at which Seam created the error. */
|
|
76356
|
+
created_at: string
|
|
76357
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
76358
|
+
message: string
|
|
76359
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
76360
|
+
error_code: 'failed_to_issue'
|
|
76361
|
+
}[]
|
|
75908
76362
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
75909
76363
|
pending_mutations: (
|
|
75910
76364
|
| {
|
|
@@ -77911,7 +78365,24 @@ export type Routes = {
|
|
|
77911
78365
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
77912
78366
|
original_access_method_id?: string | undefined
|
|
77913
78367
|
}
|
|
78368
|
+
| {
|
|
78369
|
+
/** Date and time at which Seam created the warning. */
|
|
78370
|
+
created_at: string
|
|
78371
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78372
|
+
message: string
|
|
78373
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78374
|
+
warning_code: 'delay_in_issuing'
|
|
78375
|
+
}
|
|
77914
78376
|
)[]
|
|
78377
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
78378
|
+
errors: {
|
|
78379
|
+
/** Date and time at which Seam created the error. */
|
|
78380
|
+
created_at: string
|
|
78381
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78382
|
+
message: string
|
|
78383
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78384
|
+
error_code: 'failed_to_issue'
|
|
78385
|
+
}[]
|
|
77915
78386
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
77916
78387
|
pending_mutations: (
|
|
77917
78388
|
| {
|
|
@@ -79920,7 +80391,24 @@ export type Routes = {
|
|
|
79920
80391
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
79921
80392
|
original_access_method_id?: string | undefined
|
|
79922
80393
|
}
|
|
80394
|
+
| {
|
|
80395
|
+
/** Date and time at which Seam created the warning. */
|
|
80396
|
+
created_at: string
|
|
80397
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80398
|
+
message: string
|
|
80399
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80400
|
+
warning_code: 'delay_in_issuing'
|
|
80401
|
+
}
|
|
79923
80402
|
)[]
|
|
80403
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
80404
|
+
errors: {
|
|
80405
|
+
/** Date and time at which Seam created the error. */
|
|
80406
|
+
created_at: string
|
|
80407
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
80408
|
+
message: string
|
|
80409
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
80410
|
+
error_code: 'failed_to_issue'
|
|
80411
|
+
}[]
|
|
79924
80412
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
79925
80413
|
pending_mutations: (
|
|
79926
80414
|
| {
|
|
@@ -85722,7 +86210,24 @@ export type Routes = {
|
|
|
85722
86210
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
85723
86211
|
original_access_method_id?: string | undefined
|
|
85724
86212
|
}
|
|
86213
|
+
| {
|
|
86214
|
+
/** Date and time at which Seam created the warning. */
|
|
86215
|
+
created_at: string
|
|
86216
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
86217
|
+
message: string
|
|
86218
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
86219
|
+
warning_code: 'delay_in_issuing'
|
|
86220
|
+
}
|
|
85725
86221
|
)[]
|
|
86222
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
86223
|
+
errors: {
|
|
86224
|
+
/** Date and time at which Seam created the error. */
|
|
86225
|
+
created_at: string
|
|
86226
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86227
|
+
message: string
|
|
86228
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86229
|
+
error_code: 'failed_to_issue'
|
|
86230
|
+
}[]
|
|
85726
86231
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
85727
86232
|
pending_mutations: (
|
|
85728
86233
|
| {
|
|
@@ -87750,7 +88255,24 @@ export type Routes = {
|
|
|
87750
88255
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
87751
88256
|
original_access_method_id?: string | undefined
|
|
87752
88257
|
}
|
|
88258
|
+
| {
|
|
88259
|
+
/** Date and time at which Seam created the warning. */
|
|
88260
|
+
created_at: string
|
|
88261
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
88262
|
+
message: string
|
|
88263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
88264
|
+
warning_code: 'delay_in_issuing'
|
|
88265
|
+
}
|
|
87753
88266
|
)[]
|
|
88267
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
88268
|
+
errors: {
|
|
88269
|
+
/** Date and time at which Seam created the error. */
|
|
88270
|
+
created_at: string
|
|
88271
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
88272
|
+
message: string
|
|
88273
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
88274
|
+
error_code: 'failed_to_issue'
|
|
88275
|
+
}[]
|
|
87754
88276
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
87755
88277
|
pending_mutations: (
|
|
87756
88278
|
| {
|
|
@@ -89834,7 +90356,24 @@ export type Routes = {
|
|
|
89834
90356
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
89835
90357
|
original_access_method_id?: string | undefined
|
|
89836
90358
|
}
|
|
90359
|
+
| {
|
|
90360
|
+
/** Date and time at which Seam created the warning. */
|
|
90361
|
+
created_at: string
|
|
90362
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90363
|
+
message: string
|
|
90364
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90365
|
+
warning_code: 'delay_in_issuing'
|
|
90366
|
+
}
|
|
89837
90367
|
)[]
|
|
90368
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
90369
|
+
errors: {
|
|
90370
|
+
/** Date and time at which Seam created the error. */
|
|
90371
|
+
created_at: string
|
|
90372
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90373
|
+
message: string
|
|
90374
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
90375
|
+
error_code: 'failed_to_issue'
|
|
90376
|
+
}[]
|
|
89838
90377
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
89839
90378
|
pending_mutations: (
|
|
89840
90379
|
| {
|
|
@@ -93816,7 +94355,24 @@ export type Routes = {
|
|
|
93816
94355
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
93817
94356
|
original_access_method_id?: string | undefined
|
|
93818
94357
|
}
|
|
94358
|
+
| {
|
|
94359
|
+
/** Date and time at which Seam created the warning. */
|
|
94360
|
+
created_at: string
|
|
94361
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94362
|
+
message: string
|
|
94363
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94364
|
+
warning_code: 'delay_in_issuing'
|
|
94365
|
+
}
|
|
93819
94366
|
)[]
|
|
94367
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
94368
|
+
errors: {
|
|
94369
|
+
/** Date and time at which Seam created the error. */
|
|
94370
|
+
created_at: string
|
|
94371
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
94372
|
+
message: string
|
|
94373
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
94374
|
+
error_code: 'failed_to_issue'
|
|
94375
|
+
}[]
|
|
93820
94376
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
93821
94377
|
pending_mutations: (
|
|
93822
94378
|
| {
|
|
@@ -95550,6 +96106,8 @@ export type Routes = {
|
|
|
95550
96106
|
| 'access_method.deleted'
|
|
95551
96107
|
| 'access_method.reissued'
|
|
95552
96108
|
| 'access_method.created'
|
|
96109
|
+
| 'access_method.delay_in_issuing'
|
|
96110
|
+
| 'access_method.failed_to_issue'
|
|
95553
96111
|
| 'acs_system.connected'
|
|
95554
96112
|
| 'acs_system.added'
|
|
95555
96113
|
| 'acs_system.disconnected'
|
|
@@ -95662,6 +96220,8 @@ export type Routes = {
|
|
|
95662
96220
|
| 'access_method.deleted'
|
|
95663
96221
|
| 'access_method.reissued'
|
|
95664
96222
|
| 'access_method.created'
|
|
96223
|
+
| 'access_method.delay_in_issuing'
|
|
96224
|
+
| 'access_method.failed_to_issue'
|
|
95665
96225
|
| 'acs_system.connected'
|
|
95666
96226
|
| 'acs_system.added'
|
|
95667
96227
|
| 'acs_system.disconnected'
|
|
@@ -96989,6 +97549,44 @@ export type Routes = {
|
|
|
96989
97549
|
access_grant_keys?: string[] | undefined
|
|
96990
97550
|
event_type: 'access_method.created'
|
|
96991
97551
|
}
|
|
97552
|
+
| {
|
|
97553
|
+
/** ID of the event. */
|
|
97554
|
+
event_id: string
|
|
97555
|
+
/** ID of the workspace associated with the event. */
|
|
97556
|
+
workspace_id: string
|
|
97557
|
+
/** Date and time at which the event was created. */
|
|
97558
|
+
created_at: string
|
|
97559
|
+
/** Date and time at which the event occurred. */
|
|
97560
|
+
occurred_at: string
|
|
97561
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
97562
|
+
event_description?: string | undefined
|
|
97563
|
+
/** ID of the affected access method. */
|
|
97564
|
+
access_method_id: string
|
|
97565
|
+
/** IDs of the access grants associated with this access method. */
|
|
97566
|
+
access_grant_ids: string[]
|
|
97567
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
97568
|
+
access_grant_keys?: string[] | undefined
|
|
97569
|
+
event_type: 'access_method.delay_in_issuing'
|
|
97570
|
+
}
|
|
97571
|
+
| {
|
|
97572
|
+
/** ID of the event. */
|
|
97573
|
+
event_id: string
|
|
97574
|
+
/** ID of the workspace associated with the event. */
|
|
97575
|
+
workspace_id: string
|
|
97576
|
+
/** Date and time at which the event was created. */
|
|
97577
|
+
created_at: string
|
|
97578
|
+
/** Date and time at which the event occurred. */
|
|
97579
|
+
occurred_at: string
|
|
97580
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
97581
|
+
event_description?: string | undefined
|
|
97582
|
+
/** ID of the affected access method. */
|
|
97583
|
+
access_method_id: string
|
|
97584
|
+
/** IDs of the access grants associated with this access method. */
|
|
97585
|
+
access_grant_ids: string[]
|
|
97586
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
97587
|
+
access_grant_keys?: string[] | undefined
|
|
97588
|
+
event_type: 'access_method.failed_to_issue'
|
|
97589
|
+
}
|
|
96992
97590
|
| {
|
|
96993
97591
|
/** ID of the event. */
|
|
96994
97592
|
event_id: string
|
|
@@ -101554,6 +102152,16 @@ export type Routes = {
|
|
|
101554
102152
|
}
|
|
101555
102153
|
maxDuration: undefined
|
|
101556
102154
|
}
|
|
102155
|
+
'/seam/webhooks/[provider]/[subscription_id]': {
|
|
102156
|
+
route: '/seam/webhooks/[provider]/[subscription_id]'
|
|
102157
|
+
method: 'POST'
|
|
102158
|
+
queryParams: {}
|
|
102159
|
+
jsonBody: any
|
|
102160
|
+
commonParams: {}
|
|
102161
|
+
formData: {}
|
|
102162
|
+
jsonResponse: {}
|
|
102163
|
+
maxDuration: undefined
|
|
102164
|
+
}
|
|
101557
102165
|
'/spaces/add_acs_entrances': {
|
|
101558
102166
|
route: '/spaces/add_acs_entrances'
|
|
101559
102167
|
method: 'POST' | 'PUT'
|
|
@@ -104486,7 +105094,24 @@ export type Routes = {
|
|
|
104486
105094
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
104487
105095
|
original_access_method_id?: string | undefined
|
|
104488
105096
|
}
|
|
105097
|
+
| {
|
|
105098
|
+
/** Date and time at which Seam created the warning. */
|
|
105099
|
+
created_at: string
|
|
105100
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
105101
|
+
message: string
|
|
105102
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
105103
|
+
warning_code: 'delay_in_issuing'
|
|
105104
|
+
}
|
|
104489
105105
|
)[]
|
|
105106
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
105107
|
+
errors: {
|
|
105108
|
+
/** Date and time at which Seam created the error. */
|
|
105109
|
+
created_at: string
|
|
105110
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105111
|
+
message: string
|
|
105112
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105113
|
+
error_code: 'failed_to_issue'
|
|
105114
|
+
}[]
|
|
104490
105115
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
104491
105116
|
pending_mutations: (
|
|
104492
105117
|
| {
|
|
@@ -106100,7 +106725,24 @@ export type Routes = {
|
|
|
106100
106725
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
106101
106726
|
original_access_method_id?: string | undefined
|
|
106102
106727
|
}
|
|
106728
|
+
| {
|
|
106729
|
+
/** Date and time at which Seam created the warning. */
|
|
106730
|
+
created_at: string
|
|
106731
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
106732
|
+
message: string
|
|
106733
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
106734
|
+
warning_code: 'delay_in_issuing'
|
|
106735
|
+
}
|
|
106103
106736
|
)[]
|
|
106737
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
106738
|
+
errors: {
|
|
106739
|
+
/** Date and time at which Seam created the error. */
|
|
106740
|
+
created_at: string
|
|
106741
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
106742
|
+
message: string
|
|
106743
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
106744
|
+
error_code: 'failed_to_issue'
|
|
106745
|
+
}[]
|
|
106104
106746
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
106105
106747
|
pending_mutations: (
|
|
106106
106748
|
| {
|
|
@@ -108113,7 +108755,24 @@ export type Routes = {
|
|
|
108113
108755
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
108114
108756
|
original_access_method_id?: string | undefined
|
|
108115
108757
|
}
|
|
108758
|
+
| {
|
|
108759
|
+
/** Date and time at which Seam created the warning. */
|
|
108760
|
+
created_at: string
|
|
108761
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108762
|
+
message: string
|
|
108763
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108764
|
+
warning_code: 'delay_in_issuing'
|
|
108765
|
+
}
|
|
108116
108766
|
)[]
|
|
108767
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
108768
|
+
errors: {
|
|
108769
|
+
/** Date and time at which Seam created the error. */
|
|
108770
|
+
created_at: string
|
|
108771
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108772
|
+
message: string
|
|
108773
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108774
|
+
error_code: 'failed_to_issue'
|
|
108775
|
+
}[]
|
|
108117
108776
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
108118
108777
|
pending_mutations: (
|
|
108119
108778
|
| {
|
|
@@ -110238,7 +110897,24 @@ export type Routes = {
|
|
|
110238
110897
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
110239
110898
|
original_access_method_id?: string | undefined
|
|
110240
110899
|
}
|
|
110900
|
+
| {
|
|
110901
|
+
/** Date and time at which Seam created the warning. */
|
|
110902
|
+
created_at: string
|
|
110903
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
110904
|
+
message: string
|
|
110905
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
110906
|
+
warning_code: 'delay_in_issuing'
|
|
110907
|
+
}
|
|
110241
110908
|
)[]
|
|
110909
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
110910
|
+
errors: {
|
|
110911
|
+
/** Date and time at which Seam created the error. */
|
|
110912
|
+
created_at: string
|
|
110913
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110914
|
+
message: string
|
|
110915
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
110916
|
+
error_code: 'failed_to_issue'
|
|
110917
|
+
}[]
|
|
110242
110918
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
110243
110919
|
pending_mutations: (
|
|
110244
110920
|
| {
|
|
@@ -114125,7 +114801,24 @@ export type Routes = {
|
|
|
114125
114801
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
114126
114802
|
original_access_method_id?: string | undefined
|
|
114127
114803
|
}
|
|
114804
|
+
| {
|
|
114805
|
+
/** Date and time at which Seam created the warning. */
|
|
114806
|
+
created_at: string
|
|
114807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114808
|
+
message: string
|
|
114809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114810
|
+
warning_code: 'delay_in_issuing'
|
|
114811
|
+
}
|
|
114128
114812
|
)[]
|
|
114813
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
114814
|
+
errors: {
|
|
114815
|
+
/** Date and time at which Seam created the error. */
|
|
114816
|
+
created_at: string
|
|
114817
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
114818
|
+
message: string
|
|
114819
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
114820
|
+
error_code: 'failed_to_issue'
|
|
114821
|
+
}[]
|
|
114129
114822
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
114130
114823
|
pending_mutations: (
|
|
114131
114824
|
| {
|
|
@@ -116142,7 +116835,24 @@ export type Routes = {
|
|
|
116142
116835
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
116143
116836
|
original_access_method_id?: string | undefined
|
|
116144
116837
|
}
|
|
116838
|
+
| {
|
|
116839
|
+
/** Date and time at which Seam created the warning. */
|
|
116840
|
+
created_at: string
|
|
116841
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
116842
|
+
message: string
|
|
116843
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
116844
|
+
warning_code: 'delay_in_issuing'
|
|
116845
|
+
}
|
|
116145
116846
|
)[]
|
|
116847
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
116848
|
+
errors: {
|
|
116849
|
+
/** Date and time at which Seam created the error. */
|
|
116850
|
+
created_at: string
|
|
116851
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116852
|
+
message: string
|
|
116853
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116854
|
+
error_code: 'failed_to_issue'
|
|
116855
|
+
}[]
|
|
116146
116856
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
116147
116857
|
pending_mutations: (
|
|
116148
116858
|
| {
|
|
@@ -121961,7 +122671,24 @@ export type Routes = {
|
|
|
121961
122671
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
121962
122672
|
original_access_method_id?: string | undefined
|
|
121963
122673
|
}
|
|
122674
|
+
| {
|
|
122675
|
+
/** Date and time at which Seam created the warning. */
|
|
122676
|
+
created_at: string
|
|
122677
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122678
|
+
message: string
|
|
122679
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122680
|
+
warning_code: 'delay_in_issuing'
|
|
122681
|
+
}
|
|
121964
122682
|
)[]
|
|
122683
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
122684
|
+
errors: {
|
|
122685
|
+
/** Date and time at which Seam created the error. */
|
|
122686
|
+
created_at: string
|
|
122687
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122688
|
+
message: string
|
|
122689
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122690
|
+
error_code: 'failed_to_issue'
|
|
122691
|
+
}[]
|
|
121965
122692
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
121966
122693
|
pending_mutations: (
|
|
121967
122694
|
| {
|
|
@@ -124173,7 +124900,24 @@ export type Routes = {
|
|
|
124173
124900
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
124174
124901
|
original_access_method_id?: string | undefined
|
|
124175
124902
|
}
|
|
124903
|
+
| {
|
|
124904
|
+
/** Date and time at which Seam created the warning. */
|
|
124905
|
+
created_at: string
|
|
124906
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
124907
|
+
message: string
|
|
124908
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
124909
|
+
warning_code: 'delay_in_issuing'
|
|
124910
|
+
}
|
|
124176
124911
|
)[]
|
|
124912
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
124913
|
+
errors: {
|
|
124914
|
+
/** Date and time at which Seam created the error. */
|
|
124915
|
+
created_at: string
|
|
124916
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124917
|
+
message: string
|
|
124918
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
124919
|
+
error_code: 'failed_to_issue'
|
|
124920
|
+
}[]
|
|
124177
124921
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
124178
124922
|
pending_mutations: (
|
|
124179
124923
|
| {
|
|
@@ -126218,7 +126962,24 @@ export type Routes = {
|
|
|
126218
126962
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
126219
126963
|
original_access_method_id?: string | undefined
|
|
126220
126964
|
}
|
|
126965
|
+
| {
|
|
126966
|
+
/** Date and time at which Seam created the warning. */
|
|
126967
|
+
created_at: string
|
|
126968
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
126969
|
+
message: string
|
|
126970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
126971
|
+
warning_code: 'delay_in_issuing'
|
|
126972
|
+
}
|
|
126221
126973
|
)[]
|
|
126974
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
126975
|
+
errors: {
|
|
126976
|
+
/** Date and time at which Seam created the error. */
|
|
126977
|
+
created_at: string
|
|
126978
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
126979
|
+
message: string
|
|
126980
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
126981
|
+
error_code: 'failed_to_issue'
|
|
126982
|
+
}[]
|
|
126222
126983
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
126223
126984
|
pending_mutations: (
|
|
126224
126985
|
| {
|
|
@@ -128380,7 +129141,24 @@ export type Routes = {
|
|
|
128380
129141
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
128381
129142
|
original_access_method_id?: string | undefined
|
|
128382
129143
|
}
|
|
129144
|
+
| {
|
|
129145
|
+
/** Date and time at which Seam created the warning. */
|
|
129146
|
+
created_at: string
|
|
129147
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
129148
|
+
message: string
|
|
129149
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129150
|
+
warning_code: 'delay_in_issuing'
|
|
129151
|
+
}
|
|
128383
129152
|
)[]
|
|
129153
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
129154
|
+
errors: {
|
|
129155
|
+
/** Date and time at which Seam created the error. */
|
|
129156
|
+
created_at: string
|
|
129157
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
129158
|
+
message: string
|
|
129159
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
129160
|
+
error_code: 'failed_to_issue'
|
|
129161
|
+
}[]
|
|
128384
129162
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
128385
129163
|
pending_mutations: (
|
|
128386
129164
|
| {
|
|
@@ -139072,7 +139850,24 @@ export type Routes = {
|
|
|
139072
139850
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
139073
139851
|
original_access_method_id?: string | undefined
|
|
139074
139852
|
}
|
|
139853
|
+
| {
|
|
139854
|
+
/** Date and time at which Seam created the warning. */
|
|
139855
|
+
created_at: string
|
|
139856
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
139857
|
+
message: string
|
|
139858
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
139859
|
+
warning_code: 'delay_in_issuing'
|
|
139860
|
+
}
|
|
139075
139861
|
)[]
|
|
139862
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
139863
|
+
errors: {
|
|
139864
|
+
/** Date and time at which Seam created the error. */
|
|
139865
|
+
created_at: string
|
|
139866
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
139867
|
+
message: string
|
|
139868
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
139869
|
+
error_code: 'failed_to_issue'
|
|
139870
|
+
}[]
|
|
139076
139871
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
139077
139872
|
pending_mutations: (
|
|
139078
139873
|
| {
|
|
@@ -141021,7 +141816,24 @@ export type Routes = {
|
|
|
141021
141816
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
141022
141817
|
original_access_method_id?: string | undefined
|
|
141023
141818
|
}
|
|
141819
|
+
| {
|
|
141820
|
+
/** Date and time at which Seam created the warning. */
|
|
141821
|
+
created_at: string
|
|
141822
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
141823
|
+
message: string
|
|
141824
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
141825
|
+
warning_code: 'delay_in_issuing'
|
|
141826
|
+
}
|
|
141024
141827
|
)[]
|
|
141828
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
141829
|
+
errors: {
|
|
141830
|
+
/** Date and time at which Seam created the error. */
|
|
141831
|
+
created_at: string
|
|
141832
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141833
|
+
message: string
|
|
141834
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141835
|
+
error_code: 'failed_to_issue'
|
|
141836
|
+
}[]
|
|
141025
141837
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
141026
141838
|
pending_mutations: (
|
|
141027
141839
|
| {
|
|
@@ -142754,6 +143566,44 @@ export type Routes = {
|
|
|
142754
143566
|
access_grant_keys?: string[] | undefined
|
|
142755
143567
|
event_type: 'access_method.created'
|
|
142756
143568
|
}
|
|
143569
|
+
| {
|
|
143570
|
+
/** ID of the event. */
|
|
143571
|
+
event_id: string
|
|
143572
|
+
/** ID of the workspace associated with the event. */
|
|
143573
|
+
workspace_id: string
|
|
143574
|
+
/** Date and time at which the event was created. */
|
|
143575
|
+
created_at: string
|
|
143576
|
+
/** Date and time at which the event occurred. */
|
|
143577
|
+
occurred_at: string
|
|
143578
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
143579
|
+
event_description?: string | undefined
|
|
143580
|
+
/** ID of the affected access method. */
|
|
143581
|
+
access_method_id: string
|
|
143582
|
+
/** IDs of the access grants associated with this access method. */
|
|
143583
|
+
access_grant_ids: string[]
|
|
143584
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
143585
|
+
access_grant_keys?: string[] | undefined
|
|
143586
|
+
event_type: 'access_method.delay_in_issuing'
|
|
143587
|
+
}
|
|
143588
|
+
| {
|
|
143589
|
+
/** ID of the event. */
|
|
143590
|
+
event_id: string
|
|
143591
|
+
/** ID of the workspace associated with the event. */
|
|
143592
|
+
workspace_id: string
|
|
143593
|
+
/** Date and time at which the event was created. */
|
|
143594
|
+
created_at: string
|
|
143595
|
+
/** Date and time at which the event occurred. */
|
|
143596
|
+
occurred_at: string
|
|
143597
|
+
/** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
|
|
143598
|
+
event_description?: string | undefined
|
|
143599
|
+
/** ID of the affected access method. */
|
|
143600
|
+
access_method_id: string
|
|
143601
|
+
/** IDs of the access grants associated with this access method. */
|
|
143602
|
+
access_grant_ids: string[]
|
|
143603
|
+
/** Keys of the access grants associated with this access method (if present). */
|
|
143604
|
+
access_grant_keys?: string[] | undefined
|
|
143605
|
+
event_type: 'access_method.failed_to_issue'
|
|
143606
|
+
}
|
|
142757
143607
|
| {
|
|
142758
143608
|
/** ID of the event. */
|
|
142759
143609
|
event_id: string
|
|
@@ -147887,7 +148737,24 @@ export type Routes = {
|
|
|
147887
148737
|
/** ID of the original access method from which this backup access method was split, if applicable. */
|
|
147888
148738
|
original_access_method_id?: string | undefined
|
|
147889
148739
|
}
|
|
148740
|
+
| {
|
|
148741
|
+
/** Date and time at which Seam created the warning. */
|
|
148742
|
+
created_at: string
|
|
148743
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148744
|
+
message: string
|
|
148745
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148746
|
+
warning_code: 'delay_in_issuing'
|
|
148747
|
+
}
|
|
147890
148748
|
)[]
|
|
148749
|
+
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
148750
|
+
errors: {
|
|
148751
|
+
/** Date and time at which Seam created the error. */
|
|
148752
|
+
created_at: string
|
|
148753
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148754
|
+
message: string
|
|
148755
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148756
|
+
error_code: 'failed_to_issue'
|
|
148757
|
+
}[]
|
|
147891
148758
|
/** Pending mutations for the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). Indicates operations that are in progress. */
|
|
147892
148759
|
pending_mutations: (
|
|
147893
148760
|
| {
|