@seamapi/types 1.1035.0 → 1.1036.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/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -74
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -21
- 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 +5 -26
- package/lib/seam/connect/models/events/access-codes.d.ts +8 -364
- package/lib/seam/connect/models/events/access-codes.js +4 -16
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +4 -181
- package/lib/seam/connect/openapi.js +14 -291
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +19 -416
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -22
- package/src/lib/seam/connect/models/events/access-codes.ts +6 -23
- package/src/lib/seam/connect/openapi.ts +14 -329
- package/src/lib/seam/connect/route-types.ts +19 -451
|
@@ -2281,7 +2281,7 @@ export type Routes = {
|
|
|
2281
2281
|
/** Date and time at which Seam created the error. */
|
|
2282
2282
|
created_at?: string | undefined
|
|
2283
2283
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2284
|
-
error_code: '
|
|
2284
|
+
error_code: 'failed_to_update'
|
|
2285
2285
|
}
|
|
2286
2286
|
| {
|
|
2287
2287
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -2507,14 +2507,6 @@ export type Routes = {
|
|
|
2507
2507
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2508
2508
|
warning_code: 'delay_in_issuing'
|
|
2509
2509
|
}
|
|
2510
|
-
| {
|
|
2511
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2512
|
-
message: string
|
|
2513
|
-
/** Date and time at which Seam created the warning. */
|
|
2514
|
-
created_at?: string | undefined
|
|
2515
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2516
|
-
warning_code: 'delay_in_applying_mutations'
|
|
2517
|
-
}
|
|
2518
2510
|
| {
|
|
2519
2511
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2520
2512
|
message: string
|
|
@@ -2872,7 +2864,7 @@ export type Routes = {
|
|
|
2872
2864
|
/** Date and time at which Seam created the error. */
|
|
2873
2865
|
created_at?: string | undefined
|
|
2874
2866
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2875
|
-
error_code: '
|
|
2867
|
+
error_code: 'failed_to_update'
|
|
2876
2868
|
}
|
|
2877
2869
|
| {
|
|
2878
2870
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -3098,14 +3090,6 @@ export type Routes = {
|
|
|
3098
3090
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3099
3091
|
warning_code: 'delay_in_issuing'
|
|
3100
3092
|
}
|
|
3101
|
-
| {
|
|
3102
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3103
|
-
message: string
|
|
3104
|
-
/** Date and time at which Seam created the warning. */
|
|
3105
|
-
created_at?: string | undefined
|
|
3106
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3107
|
-
warning_code: 'delay_in_applying_mutations'
|
|
3108
|
-
}
|
|
3109
3093
|
| {
|
|
3110
3094
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
3111
3095
|
message: string
|
|
@@ -5571,7 +5555,7 @@ export type Routes = {
|
|
|
5571
5555
|
/** Date and time at which Seam created the error. */
|
|
5572
5556
|
created_at?: string | undefined
|
|
5573
5557
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5574
|
-
error_code: '
|
|
5558
|
+
error_code: 'failed_to_update'
|
|
5575
5559
|
}
|
|
5576
5560
|
| {
|
|
5577
5561
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -5797,14 +5781,6 @@ export type Routes = {
|
|
|
5797
5781
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5798
5782
|
warning_code: 'delay_in_issuing'
|
|
5799
5783
|
}
|
|
5800
|
-
| {
|
|
5801
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5802
|
-
message: string
|
|
5803
|
-
/** Date and time at which Seam created the warning. */
|
|
5804
|
-
created_at?: string | undefined
|
|
5805
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5806
|
-
warning_code: 'delay_in_applying_mutations'
|
|
5807
|
-
}
|
|
5808
5784
|
| {
|
|
5809
5785
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5810
5786
|
message: string
|
|
@@ -6263,7 +6239,7 @@ export type Routes = {
|
|
|
6263
6239
|
/** Date and time at which Seam created the error. */
|
|
6264
6240
|
created_at?: string | undefined
|
|
6265
6241
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6266
|
-
error_code: '
|
|
6242
|
+
error_code: 'failed_to_update'
|
|
6267
6243
|
}
|
|
6268
6244
|
| {
|
|
6269
6245
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -6489,14 +6465,6 @@ export type Routes = {
|
|
|
6489
6465
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6490
6466
|
warning_code: 'delay_in_issuing'
|
|
6491
6467
|
}
|
|
6492
|
-
| {
|
|
6493
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6494
|
-
message: string
|
|
6495
|
-
/** Date and time at which Seam created the warning. */
|
|
6496
|
-
created_at?: string | undefined
|
|
6497
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6498
|
-
warning_code: 'delay_in_applying_mutations'
|
|
6499
|
-
}
|
|
6500
6468
|
| {
|
|
6501
6469
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6502
6470
|
message: string
|
|
@@ -6845,7 +6813,7 @@ export type Routes = {
|
|
|
6845
6813
|
/** Date and time at which Seam created the error. */
|
|
6846
6814
|
created_at?: string | undefined
|
|
6847
6815
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6848
|
-
error_code: '
|
|
6816
|
+
error_code: 'failed_to_update'
|
|
6849
6817
|
}
|
|
6850
6818
|
| {
|
|
6851
6819
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -7071,14 +7039,6 @@ export type Routes = {
|
|
|
7071
7039
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7072
7040
|
warning_code: 'delay_in_issuing'
|
|
7073
7041
|
}
|
|
7074
|
-
| {
|
|
7075
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7076
|
-
message: string
|
|
7077
|
-
/** Date and time at which Seam created the warning. */
|
|
7078
|
-
created_at?: string | undefined
|
|
7079
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7080
|
-
warning_code: 'delay_in_applying_mutations'
|
|
7081
|
-
}
|
|
7082
7042
|
| {
|
|
7083
7043
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7084
7044
|
message: string
|
|
@@ -7404,7 +7364,7 @@ export type Routes = {
|
|
|
7404
7364
|
/** Date and time at which Seam created the error. */
|
|
7405
7365
|
created_at?: string | undefined
|
|
7406
7366
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7407
|
-
error_code: '
|
|
7367
|
+
error_code: 'failed_to_update'
|
|
7408
7368
|
}
|
|
7409
7369
|
| {
|
|
7410
7370
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -7630,14 +7590,6 @@ export type Routes = {
|
|
|
7630
7590
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7631
7591
|
warning_code: 'delay_in_issuing'
|
|
7632
7592
|
}
|
|
7633
|
-
| {
|
|
7634
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7635
|
-
message: string
|
|
7636
|
-
/** Date and time at which Seam created the warning. */
|
|
7637
|
-
created_at?: string | undefined
|
|
7638
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7639
|
-
warning_code: 'delay_in_applying_mutations'
|
|
7640
|
-
}
|
|
7641
7593
|
| {
|
|
7642
7594
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7643
7595
|
message: string
|
|
@@ -7996,7 +7948,7 @@ export type Routes = {
|
|
|
7996
7948
|
/** Date and time at which Seam created the error. */
|
|
7997
7949
|
created_at?: string | undefined
|
|
7998
7950
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7999
|
-
error_code: '
|
|
7951
|
+
error_code: 'failed_to_update'
|
|
8000
7952
|
}
|
|
8001
7953
|
| {
|
|
8002
7954
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -8222,14 +8174,6 @@ export type Routes = {
|
|
|
8222
8174
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8223
8175
|
warning_code: 'delay_in_issuing'
|
|
8224
8176
|
}
|
|
8225
|
-
| {
|
|
8226
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8227
|
-
message: string
|
|
8228
|
-
/** Date and time at which Seam created the warning. */
|
|
8229
|
-
created_at?: string | undefined
|
|
8230
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8231
|
-
warning_code: 'delay_in_applying_mutations'
|
|
8232
|
-
}
|
|
8233
8177
|
| {
|
|
8234
8178
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8235
8179
|
message: string
|
|
@@ -10597,7 +10541,7 @@ export type Routes = {
|
|
|
10597
10541
|
/** Date and time at which Seam created the error. */
|
|
10598
10542
|
created_at?: string | undefined
|
|
10599
10543
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10600
|
-
error_code: '
|
|
10544
|
+
error_code: 'failed_to_update'
|
|
10601
10545
|
}
|
|
10602
10546
|
| {
|
|
10603
10547
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -10823,14 +10767,6 @@ export type Routes = {
|
|
|
10823
10767
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10824
10768
|
warning_code: 'delay_in_issuing'
|
|
10825
10769
|
}
|
|
10826
|
-
| {
|
|
10827
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10828
|
-
message: string
|
|
10829
|
-
/** Date and time at which Seam created the warning. */
|
|
10830
|
-
created_at?: string | undefined
|
|
10831
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10832
|
-
warning_code: 'delay_in_applying_mutations'
|
|
10833
|
-
}
|
|
10834
10770
|
| {
|
|
10835
10771
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10836
10772
|
message: string
|
|
@@ -11068,7 +11004,7 @@ export type Routes = {
|
|
|
11068
11004
|
/** Date and time at which Seam created the error. */
|
|
11069
11005
|
created_at?: string | undefined
|
|
11070
11006
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11071
|
-
error_code: '
|
|
11007
|
+
error_code: 'failed_to_update'
|
|
11072
11008
|
}
|
|
11073
11009
|
| {
|
|
11074
11010
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -11294,14 +11230,6 @@ export type Routes = {
|
|
|
11294
11230
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11295
11231
|
warning_code: 'delay_in_issuing'
|
|
11296
11232
|
}
|
|
11297
|
-
| {
|
|
11298
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11299
|
-
message: string
|
|
11300
|
-
/** Date and time at which Seam created the warning. */
|
|
11301
|
-
created_at?: string | undefined
|
|
11302
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11303
|
-
warning_code: 'delay_in_applying_mutations'
|
|
11304
|
-
}
|
|
11305
11233
|
| {
|
|
11306
11234
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11307
11235
|
message: string
|
|
@@ -58555,92 +58483,7 @@ export type Routes = {
|
|
|
58555
58483
|
[x: string]: string | boolean
|
|
58556
58484
|
}
|
|
58557
58485
|
| undefined
|
|
58558
|
-
event_type: 'access_code.
|
|
58559
|
-
/** Errors associated with the connected account. */
|
|
58560
|
-
connected_account_errors: {
|
|
58561
|
-
/** Date and time at which Seam created the error. */
|
|
58562
|
-
created_at: string
|
|
58563
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58564
|
-
message: string
|
|
58565
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58566
|
-
error_code: string
|
|
58567
|
-
}[]
|
|
58568
|
-
/** Warnings associated with the connected account. */
|
|
58569
|
-
connected_account_warnings: {
|
|
58570
|
-
/** Date and time at which Seam created the warning. */
|
|
58571
|
-
created_at: string
|
|
58572
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58573
|
-
message: string
|
|
58574
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58575
|
-
warning_code: string
|
|
58576
|
-
}[]
|
|
58577
|
-
/** Errors associated with the device. */
|
|
58578
|
-
device_errors: {
|
|
58579
|
-
/** Date and time at which Seam created the error. */
|
|
58580
|
-
created_at: string
|
|
58581
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58582
|
-
message: string
|
|
58583
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58584
|
-
error_code: string
|
|
58585
|
-
}[]
|
|
58586
|
-
/** Warnings associated with the device. */
|
|
58587
|
-
device_warnings: {
|
|
58588
|
-
/** Date and time at which Seam created the warning. */
|
|
58589
|
-
created_at: string
|
|
58590
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58591
|
-
message: string
|
|
58592
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58593
|
-
warning_code: string
|
|
58594
|
-
}[]
|
|
58595
|
-
/** Errors associated with the access code. */
|
|
58596
|
-
access_code_errors: {
|
|
58597
|
-
/** Date and time at which Seam created the error. */
|
|
58598
|
-
created_at: string
|
|
58599
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58600
|
-
message: string
|
|
58601
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
58602
|
-
error_code: string
|
|
58603
|
-
}[]
|
|
58604
|
-
/** Warnings associated with the access code. */
|
|
58605
|
-
access_code_warnings: {
|
|
58606
|
-
/** Date and time at which Seam created the warning. */
|
|
58607
|
-
created_at: string
|
|
58608
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
58609
|
-
message: string
|
|
58610
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
58611
|
-
warning_code: string
|
|
58612
|
-
}[]
|
|
58613
|
-
}
|
|
58614
|
-
| {
|
|
58615
|
-
/** ID of the event. */
|
|
58616
|
-
event_id: string
|
|
58617
|
-
/** ID of the workspace associated with the event. */
|
|
58618
|
-
workspace_id: string
|
|
58619
|
-
/** Date and time at which the event was created. */
|
|
58620
|
-
created_at: string
|
|
58621
|
-
/** Date and time at which the event occurred. */
|
|
58622
|
-
occurred_at: string
|
|
58623
|
-
/** 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. */
|
|
58624
|
-
event_description?: string | undefined
|
|
58625
|
-
/** ID of the affected access code. */
|
|
58626
|
-
access_code_id: string
|
|
58627
|
-
/** ID of the device associated with the affected access code. */
|
|
58628
|
-
device_id: string
|
|
58629
|
-
/** ID of the connected account associated with the affected access code. */
|
|
58630
|
-
connected_account_id: string
|
|
58631
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
58632
|
-
device_custom_metadata?:
|
|
58633
|
-
| {
|
|
58634
|
-
[x: string]: string | boolean
|
|
58635
|
-
}
|
|
58636
|
-
| undefined
|
|
58637
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
58638
|
-
connected_account_custom_metadata?:
|
|
58639
|
-
| {
|
|
58640
|
-
[x: string]: string | boolean
|
|
58641
|
-
}
|
|
58642
|
-
| undefined
|
|
58643
|
-
event_type: 'access_code.failed_to_apply_mutations'
|
|
58486
|
+
event_type: 'access_code.failed_to_update'
|
|
58644
58487
|
/** Errors associated with the connected account. */
|
|
58645
58488
|
connected_account_errors: {
|
|
58646
58489
|
/** Date and time at which Seam created the error. */
|
|
@@ -61913,8 +61756,7 @@ export type Routes = {
|
|
|
61913
61756
|
| 'access_code.issued'
|
|
61914
61757
|
| 'access_code.delay_in_issuing'
|
|
61915
61758
|
| 'access_code.failed_to_issue'
|
|
61916
|
-
| 'access_code.
|
|
61917
|
-
| 'access_code.failed_to_apply_mutations'
|
|
61759
|
+
| 'access_code.failed_to_update'
|
|
61918
61760
|
| 'access_code.failed_to_expire'
|
|
61919
61761
|
| 'access_code.deleted'
|
|
61920
61762
|
| 'access_code.delay_in_removing_from_device'
|
|
@@ -62033,8 +61875,7 @@ export type Routes = {
|
|
|
62033
61875
|
| 'access_code.issued'
|
|
62034
61876
|
| 'access_code.delay_in_issuing'
|
|
62035
61877
|
| 'access_code.failed_to_issue'
|
|
62036
|
-
| 'access_code.
|
|
62037
|
-
| 'access_code.failed_to_apply_mutations'
|
|
61878
|
+
| 'access_code.failed_to_update'
|
|
62038
61879
|
| 'access_code.failed_to_expire'
|
|
62039
61880
|
| 'access_code.deleted'
|
|
62040
61881
|
| 'access_code.delay_in_removing_from_device'
|
|
@@ -62933,92 +62774,7 @@ export type Routes = {
|
|
|
62933
62774
|
[x: string]: string | boolean
|
|
62934
62775
|
}
|
|
62935
62776
|
| undefined
|
|
62936
|
-
event_type: 'access_code.
|
|
62937
|
-
/** Errors associated with the connected account. */
|
|
62938
|
-
connected_account_errors: {
|
|
62939
|
-
/** Date and time at which Seam created the error. */
|
|
62940
|
-
created_at: string
|
|
62941
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62942
|
-
message: string
|
|
62943
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62944
|
-
error_code: string
|
|
62945
|
-
}[]
|
|
62946
|
-
/** Warnings associated with the connected account. */
|
|
62947
|
-
connected_account_warnings: {
|
|
62948
|
-
/** Date and time at which Seam created the warning. */
|
|
62949
|
-
created_at: string
|
|
62950
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62951
|
-
message: string
|
|
62952
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62953
|
-
warning_code: string
|
|
62954
|
-
}[]
|
|
62955
|
-
/** Errors associated with the device. */
|
|
62956
|
-
device_errors: {
|
|
62957
|
-
/** Date and time at which Seam created the error. */
|
|
62958
|
-
created_at: string
|
|
62959
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62960
|
-
message: string
|
|
62961
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62962
|
-
error_code: string
|
|
62963
|
-
}[]
|
|
62964
|
-
/** Warnings associated with the device. */
|
|
62965
|
-
device_warnings: {
|
|
62966
|
-
/** Date and time at which Seam created the warning. */
|
|
62967
|
-
created_at: string
|
|
62968
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62969
|
-
message: string
|
|
62970
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62971
|
-
warning_code: string
|
|
62972
|
-
}[]
|
|
62973
|
-
/** Errors associated with the access code. */
|
|
62974
|
-
access_code_errors: {
|
|
62975
|
-
/** Date and time at which Seam created the error. */
|
|
62976
|
-
created_at: string
|
|
62977
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62978
|
-
message: string
|
|
62979
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62980
|
-
error_code: string
|
|
62981
|
-
}[]
|
|
62982
|
-
/** Warnings associated with the access code. */
|
|
62983
|
-
access_code_warnings: {
|
|
62984
|
-
/** Date and time at which Seam created the warning. */
|
|
62985
|
-
created_at: string
|
|
62986
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62987
|
-
message: string
|
|
62988
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62989
|
-
warning_code: string
|
|
62990
|
-
}[]
|
|
62991
|
-
}
|
|
62992
|
-
| {
|
|
62993
|
-
/** ID of the event. */
|
|
62994
|
-
event_id: string
|
|
62995
|
-
/** ID of the workspace associated with the event. */
|
|
62996
|
-
workspace_id: string
|
|
62997
|
-
/** Date and time at which the event was created. */
|
|
62998
|
-
created_at: string
|
|
62999
|
-
/** Date and time at which the event occurred. */
|
|
63000
|
-
occurred_at: string
|
|
63001
|
-
/** 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. */
|
|
63002
|
-
event_description?: string | undefined
|
|
63003
|
-
/** ID of the affected access code. */
|
|
63004
|
-
access_code_id: string
|
|
63005
|
-
/** ID of the device associated with the affected access code. */
|
|
63006
|
-
device_id: string
|
|
63007
|
-
/** ID of the connected account associated with the affected access code. */
|
|
63008
|
-
connected_account_id: string
|
|
63009
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
63010
|
-
device_custom_metadata?:
|
|
63011
|
-
| {
|
|
63012
|
-
[x: string]: string | boolean
|
|
63013
|
-
}
|
|
63014
|
-
| undefined
|
|
63015
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
63016
|
-
connected_account_custom_metadata?:
|
|
63017
|
-
| {
|
|
63018
|
-
[x: string]: string | boolean
|
|
63019
|
-
}
|
|
63020
|
-
| undefined
|
|
63021
|
-
event_type: 'access_code.failed_to_apply_mutations'
|
|
62777
|
+
event_type: 'access_code.failed_to_update'
|
|
63022
62778
|
/** Errors associated with the connected account. */
|
|
63023
62779
|
connected_account_errors: {
|
|
63024
62780
|
/** Date and time at which Seam created the error. */
|
|
@@ -99748,8 +99504,7 @@ export type Routes = {
|
|
|
99748
99504
|
| 'access_code.issued'
|
|
99749
99505
|
| 'access_code.delay_in_issuing'
|
|
99750
99506
|
| 'access_code.failed_to_issue'
|
|
99751
|
-
| 'access_code.
|
|
99752
|
-
| 'access_code.failed_to_apply_mutations'
|
|
99507
|
+
| 'access_code.failed_to_update'
|
|
99753
99508
|
| 'access_code.failed_to_expire'
|
|
99754
99509
|
| 'access_code.deleted'
|
|
99755
99510
|
| 'access_code.delay_in_removing_from_device'
|
|
@@ -99868,8 +99623,7 @@ export type Routes = {
|
|
|
99868
99623
|
| 'access_code.issued'
|
|
99869
99624
|
| 'access_code.delay_in_issuing'
|
|
99870
99625
|
| 'access_code.failed_to_issue'
|
|
99871
|
-
| 'access_code.
|
|
99872
|
-
| 'access_code.failed_to_apply_mutations'
|
|
99626
|
+
| 'access_code.failed_to_update'
|
|
99873
99627
|
| 'access_code.failed_to_expire'
|
|
99874
99628
|
| 'access_code.deleted'
|
|
99875
99629
|
| 'access_code.delay_in_removing_from_device'
|
|
@@ -100738,92 +100492,7 @@ export type Routes = {
|
|
|
100738
100492
|
[x: string]: string | boolean
|
|
100739
100493
|
}
|
|
100740
100494
|
| undefined
|
|
100741
|
-
event_type: 'access_code.
|
|
100742
|
-
/** Errors associated with the connected account. */
|
|
100743
|
-
connected_account_errors: {
|
|
100744
|
-
/** Date and time at which Seam created the error. */
|
|
100745
|
-
created_at: string
|
|
100746
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100747
|
-
message: string
|
|
100748
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100749
|
-
error_code: string
|
|
100750
|
-
}[]
|
|
100751
|
-
/** Warnings associated with the connected account. */
|
|
100752
|
-
connected_account_warnings: {
|
|
100753
|
-
/** Date and time at which Seam created the warning. */
|
|
100754
|
-
created_at: string
|
|
100755
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100756
|
-
message: string
|
|
100757
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100758
|
-
warning_code: string
|
|
100759
|
-
}[]
|
|
100760
|
-
/** Errors associated with the device. */
|
|
100761
|
-
device_errors: {
|
|
100762
|
-
/** Date and time at which Seam created the error. */
|
|
100763
|
-
created_at: string
|
|
100764
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100765
|
-
message: string
|
|
100766
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100767
|
-
error_code: string
|
|
100768
|
-
}[]
|
|
100769
|
-
/** Warnings associated with the device. */
|
|
100770
|
-
device_warnings: {
|
|
100771
|
-
/** Date and time at which Seam created the warning. */
|
|
100772
|
-
created_at: string
|
|
100773
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100774
|
-
message: string
|
|
100775
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100776
|
-
warning_code: string
|
|
100777
|
-
}[]
|
|
100778
|
-
/** Errors associated with the access code. */
|
|
100779
|
-
access_code_errors: {
|
|
100780
|
-
/** Date and time at which Seam created the error. */
|
|
100781
|
-
created_at: string
|
|
100782
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100783
|
-
message: string
|
|
100784
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100785
|
-
error_code: string
|
|
100786
|
-
}[]
|
|
100787
|
-
/** Warnings associated with the access code. */
|
|
100788
|
-
access_code_warnings: {
|
|
100789
|
-
/** Date and time at which Seam created the warning. */
|
|
100790
|
-
created_at: string
|
|
100791
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100792
|
-
message: string
|
|
100793
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100794
|
-
warning_code: string
|
|
100795
|
-
}[]
|
|
100796
|
-
}
|
|
100797
|
-
| {
|
|
100798
|
-
/** ID of the event. */
|
|
100799
|
-
event_id: string
|
|
100800
|
-
/** ID of the workspace associated with the event. */
|
|
100801
|
-
workspace_id: string
|
|
100802
|
-
/** Date and time at which the event was created. */
|
|
100803
|
-
created_at: string
|
|
100804
|
-
/** Date and time at which the event occurred. */
|
|
100805
|
-
occurred_at: string
|
|
100806
|
-
/** 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. */
|
|
100807
|
-
event_description?: string | undefined
|
|
100808
|
-
/** ID of the affected access code. */
|
|
100809
|
-
access_code_id: string
|
|
100810
|
-
/** ID of the device associated with the affected access code. */
|
|
100811
|
-
device_id: string
|
|
100812
|
-
/** ID of the connected account associated with the affected access code. */
|
|
100813
|
-
connected_account_id: string
|
|
100814
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
100815
|
-
device_custom_metadata?:
|
|
100816
|
-
| {
|
|
100817
|
-
[x: string]: string | boolean
|
|
100818
|
-
}
|
|
100819
|
-
| undefined
|
|
100820
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
100821
|
-
connected_account_custom_metadata?:
|
|
100822
|
-
| {
|
|
100823
|
-
[x: string]: string | boolean
|
|
100824
|
-
}
|
|
100825
|
-
| undefined
|
|
100826
|
-
event_type: 'access_code.failed_to_apply_mutations'
|
|
100495
|
+
event_type: 'access_code.failed_to_update'
|
|
100827
100496
|
/** Errors associated with the connected account. */
|
|
100828
100497
|
connected_account_errors: {
|
|
100829
100498
|
/** Date and time at which Seam created the error. */
|
|
@@ -148328,92 +147997,7 @@ export type Routes = {
|
|
|
148328
147997
|
[x: string]: string | boolean
|
|
148329
147998
|
}
|
|
148330
147999
|
| undefined
|
|
148331
|
-
event_type: 'access_code.
|
|
148332
|
-
/** Errors associated with the connected account. */
|
|
148333
|
-
connected_account_errors: {
|
|
148334
|
-
/** Date and time at which Seam created the error. */
|
|
148335
|
-
created_at: string
|
|
148336
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148337
|
-
message: string
|
|
148338
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148339
|
-
error_code: string
|
|
148340
|
-
}[]
|
|
148341
|
-
/** Warnings associated with the connected account. */
|
|
148342
|
-
connected_account_warnings: {
|
|
148343
|
-
/** Date and time at which Seam created the warning. */
|
|
148344
|
-
created_at: string
|
|
148345
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148346
|
-
message: string
|
|
148347
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148348
|
-
warning_code: string
|
|
148349
|
-
}[]
|
|
148350
|
-
/** Errors associated with the device. */
|
|
148351
|
-
device_errors: {
|
|
148352
|
-
/** Date and time at which Seam created the error. */
|
|
148353
|
-
created_at: string
|
|
148354
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148355
|
-
message: string
|
|
148356
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148357
|
-
error_code: string
|
|
148358
|
-
}[]
|
|
148359
|
-
/** Warnings associated with the device. */
|
|
148360
|
-
device_warnings: {
|
|
148361
|
-
/** Date and time at which Seam created the warning. */
|
|
148362
|
-
created_at: string
|
|
148363
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148364
|
-
message: string
|
|
148365
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148366
|
-
warning_code: string
|
|
148367
|
-
}[]
|
|
148368
|
-
/** Errors associated with the access code. */
|
|
148369
|
-
access_code_errors: {
|
|
148370
|
-
/** Date and time at which Seam created the error. */
|
|
148371
|
-
created_at: string
|
|
148372
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
148373
|
-
message: string
|
|
148374
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
148375
|
-
error_code: string
|
|
148376
|
-
}[]
|
|
148377
|
-
/** Warnings associated with the access code. */
|
|
148378
|
-
access_code_warnings: {
|
|
148379
|
-
/** Date and time at which Seam created the warning. */
|
|
148380
|
-
created_at: string
|
|
148381
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
148382
|
-
message: string
|
|
148383
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
148384
|
-
warning_code: string
|
|
148385
|
-
}[]
|
|
148386
|
-
}
|
|
148387
|
-
| {
|
|
148388
|
-
/** ID of the event. */
|
|
148389
|
-
event_id: string
|
|
148390
|
-
/** ID of the workspace associated with the event. */
|
|
148391
|
-
workspace_id: string
|
|
148392
|
-
/** Date and time at which the event was created. */
|
|
148393
|
-
created_at: string
|
|
148394
|
-
/** Date and time at which the event occurred. */
|
|
148395
|
-
occurred_at: string
|
|
148396
|
-
/** 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. */
|
|
148397
|
-
event_description?: string | undefined
|
|
148398
|
-
/** ID of the affected access code. */
|
|
148399
|
-
access_code_id: string
|
|
148400
|
-
/** ID of the device associated with the affected access code. */
|
|
148401
|
-
device_id: string
|
|
148402
|
-
/** ID of the connected account associated with the affected access code. */
|
|
148403
|
-
connected_account_id: string
|
|
148404
|
-
/** Custom metadata of the device, present when device_id is provided. */
|
|
148405
|
-
device_custom_metadata?:
|
|
148406
|
-
| {
|
|
148407
|
-
[x: string]: string | boolean
|
|
148408
|
-
}
|
|
148409
|
-
| undefined
|
|
148410
|
-
/** Custom metadata of the connected account, present when connected_account_id is provided. */
|
|
148411
|
-
connected_account_custom_metadata?:
|
|
148412
|
-
| {
|
|
148413
|
-
[x: string]: string | boolean
|
|
148414
|
-
}
|
|
148415
|
-
| undefined
|
|
148416
|
-
event_type: 'access_code.failed_to_apply_mutations'
|
|
148000
|
+
event_type: 'access_code.failed_to_update'
|
|
148417
148001
|
/** Errors associated with the connected account. */
|
|
148418
148002
|
connected_account_errors: {
|
|
148419
148003
|
/** Date and time at which Seam created the error. */
|
|
@@ -152182,7 +151766,7 @@ export type Routes = {
|
|
|
152182
151766
|
/** Date and time at which Seam created the error. */
|
|
152183
151767
|
created_at?: string | undefined
|
|
152184
151768
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
152185
|
-
error_code: '
|
|
151769
|
+
error_code: 'failed_to_update'
|
|
152186
151770
|
}
|
|
152187
151771
|
| {
|
|
152188
151772
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -152408,14 +151992,6 @@ export type Routes = {
|
|
|
152408
151992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152409
151993
|
warning_code: 'delay_in_issuing'
|
|
152410
151994
|
}
|
|
152411
|
-
| {
|
|
152412
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152413
|
-
message: string
|
|
152414
|
-
/** Date and time at which Seam created the warning. */
|
|
152415
|
-
created_at?: string | undefined
|
|
152416
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152417
|
-
warning_code: 'delay_in_applying_mutations'
|
|
152418
|
-
}
|
|
152419
151995
|
| {
|
|
152420
151996
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152421
151997
|
message: string
|
|
@@ -152639,7 +152215,7 @@ export type Routes = {
|
|
|
152639
152215
|
/** Date and time at which Seam created the error. */
|
|
152640
152216
|
created_at?: string | undefined
|
|
152641
152217
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
152642
|
-
error_code: '
|
|
152218
|
+
error_code: 'failed_to_update'
|
|
152643
152219
|
}
|
|
152644
152220
|
| {
|
|
152645
152221
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -152865,14 +152441,6 @@ export type Routes = {
|
|
|
152865
152441
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152866
152442
|
warning_code: 'delay_in_issuing'
|
|
152867
152443
|
}
|
|
152868
|
-
| {
|
|
152869
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152870
|
-
message: string
|
|
152871
|
-
/** Date and time at which Seam created the warning. */
|
|
152872
|
-
created_at?: string | undefined
|
|
152873
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
152874
|
-
warning_code: 'delay_in_applying_mutations'
|
|
152875
|
-
}
|
|
152876
152444
|
| {
|
|
152877
152445
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
152878
152446
|
message: string
|