@seamapi/types 1.243.0 → 1.244.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 +79 -241
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +116 -417
- package/lib/seam/connect/models/acs/acs-user.d.ts +45 -100
- package/lib/seam/connect/models/acs/acs-user.js +4 -8
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +65 -282
- package/lib/seam/connect/openapi.js +75 -233
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +21 -63
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +4 -8
- package/src/lib/seam/connect/openapi.ts +75 -242
- package/src/lib/seam/connect/route-types.ts +21 -70
|
@@ -2604,13 +2604,6 @@ export interface Routes {
|
|
|
2604
2604
|
message: string
|
|
2605
2605
|
warning_code: 'being_deleted'
|
|
2606
2606
|
}
|
|
2607
|
-
| {
|
|
2608
|
-
/** Date and time at which Seam created the error. */
|
|
2609
|
-
created_at: string
|
|
2610
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2611
|
-
message: string
|
|
2612
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
2613
|
-
}
|
|
2614
2607
|
| {
|
|
2615
2608
|
created_at: string
|
|
2616
2609
|
message: string
|
|
@@ -2637,21 +2630,21 @@ export interface Routes {
|
|
|
2637
2630
|
created_at: string
|
|
2638
2631
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2639
2632
|
message: string
|
|
2640
|
-
|
|
2633
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
2641
2634
|
}
|
|
2642
2635
|
| {
|
|
2643
2636
|
/** Date and time at which Seam created the error. */
|
|
2644
2637
|
created_at: string
|
|
2645
2638
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2646
2639
|
message: string
|
|
2647
|
-
|
|
2640
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
2648
2641
|
}
|
|
2649
2642
|
| {
|
|
2650
2643
|
/** Date and time at which Seam created the error. */
|
|
2651
2644
|
created_at: string
|
|
2652
2645
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2653
2646
|
message: string
|
|
2654
|
-
|
|
2647
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
2655
2648
|
}
|
|
2656
2649
|
>
|
|
2657
2650
|
full_name?: string | undefined
|
|
@@ -4001,13 +3994,6 @@ export interface Routes {
|
|
|
4001
3994
|
message: string
|
|
4002
3995
|
warning_code: 'being_deleted'
|
|
4003
3996
|
}
|
|
4004
|
-
| {
|
|
4005
|
-
/** Date and time at which Seam created the error. */
|
|
4006
|
-
created_at: string
|
|
4007
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4008
|
-
message: string
|
|
4009
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
4010
|
-
}
|
|
4011
3997
|
| {
|
|
4012
3998
|
created_at: string
|
|
4013
3999
|
message: string
|
|
@@ -4034,21 +4020,21 @@ export interface Routes {
|
|
|
4034
4020
|
created_at: string
|
|
4035
4021
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4036
4022
|
message: string
|
|
4037
|
-
|
|
4023
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
4038
4024
|
}
|
|
4039
4025
|
| {
|
|
4040
4026
|
/** Date and time at which Seam created the error. */
|
|
4041
4027
|
created_at: string
|
|
4042
4028
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4043
4029
|
message: string
|
|
4044
|
-
|
|
4030
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
4045
4031
|
}
|
|
4046
4032
|
| {
|
|
4047
4033
|
/** Date and time at which Seam created the error. */
|
|
4048
4034
|
created_at: string
|
|
4049
4035
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4050
4036
|
message: string
|
|
4051
|
-
|
|
4037
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
4052
4038
|
}
|
|
4053
4039
|
>
|
|
4054
4040
|
full_name?: string | undefined
|
|
@@ -4118,13 +4104,6 @@ export interface Routes {
|
|
|
4118
4104
|
message: string
|
|
4119
4105
|
warning_code: 'being_deleted'
|
|
4120
4106
|
}
|
|
4121
|
-
| {
|
|
4122
|
-
/** Date and time at which Seam created the error. */
|
|
4123
|
-
created_at: string
|
|
4124
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4125
|
-
message: string
|
|
4126
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
4127
|
-
}
|
|
4128
4107
|
| {
|
|
4129
4108
|
created_at: string
|
|
4130
4109
|
message: string
|
|
@@ -4151,21 +4130,21 @@ export interface Routes {
|
|
|
4151
4130
|
created_at: string
|
|
4152
4131
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4153
4132
|
message: string
|
|
4154
|
-
|
|
4133
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
4155
4134
|
}
|
|
4156
4135
|
| {
|
|
4157
4136
|
/** Date and time at which Seam created the error. */
|
|
4158
4137
|
created_at: string
|
|
4159
4138
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4160
4139
|
message: string
|
|
4161
|
-
|
|
4140
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
4162
4141
|
}
|
|
4163
4142
|
| {
|
|
4164
4143
|
/** Date and time at which Seam created the error. */
|
|
4165
4144
|
created_at: string
|
|
4166
4145
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4167
4146
|
message: string
|
|
4168
|
-
|
|
4147
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
4169
4148
|
}
|
|
4170
4149
|
>
|
|
4171
4150
|
full_name?: string | undefined
|
|
@@ -4229,13 +4208,6 @@ export interface Routes {
|
|
|
4229
4208
|
message: string
|
|
4230
4209
|
warning_code: 'being_deleted'
|
|
4231
4210
|
}
|
|
4232
|
-
| {
|
|
4233
|
-
/** Date and time at which Seam created the error. */
|
|
4234
|
-
created_at: string
|
|
4235
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4236
|
-
message: string
|
|
4237
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
4238
|
-
}
|
|
4239
4211
|
| {
|
|
4240
4212
|
created_at: string
|
|
4241
4213
|
message: string
|
|
@@ -4262,21 +4234,21 @@ export interface Routes {
|
|
|
4262
4234
|
created_at: string
|
|
4263
4235
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4264
4236
|
message: string
|
|
4265
|
-
|
|
4237
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
4266
4238
|
}
|
|
4267
4239
|
| {
|
|
4268
4240
|
/** Date and time at which Seam created the error. */
|
|
4269
4241
|
created_at: string
|
|
4270
4242
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4271
4243
|
message: string
|
|
4272
|
-
|
|
4244
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
4273
4245
|
}
|
|
4274
4246
|
| {
|
|
4275
4247
|
/** Date and time at which Seam created the error. */
|
|
4276
4248
|
created_at: string
|
|
4277
4249
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4278
4250
|
message: string
|
|
4279
|
-
|
|
4251
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
4280
4252
|
}
|
|
4281
4253
|
>
|
|
4282
4254
|
full_name?: string | undefined
|
|
@@ -4416,13 +4388,6 @@ export interface Routes {
|
|
|
4416
4388
|
message: string
|
|
4417
4389
|
warning_code: 'being_deleted'
|
|
4418
4390
|
}
|
|
4419
|
-
| {
|
|
4420
|
-
/** Date and time at which Seam created the error. */
|
|
4421
|
-
created_at: string
|
|
4422
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4423
|
-
message: string
|
|
4424
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
4425
|
-
}
|
|
4426
4391
|
| {
|
|
4427
4392
|
created_at: string
|
|
4428
4393
|
message: string
|
|
@@ -4449,21 +4414,21 @@ export interface Routes {
|
|
|
4449
4414
|
created_at: string
|
|
4450
4415
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4451
4416
|
message: string
|
|
4452
|
-
|
|
4417
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
4453
4418
|
}
|
|
4454
4419
|
| {
|
|
4455
4420
|
/** Date and time at which Seam created the error. */
|
|
4456
4421
|
created_at: string
|
|
4457
4422
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4458
4423
|
message: string
|
|
4459
|
-
|
|
4424
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
4460
4425
|
}
|
|
4461
4426
|
| {
|
|
4462
4427
|
/** Date and time at which Seam created the error. */
|
|
4463
4428
|
created_at: string
|
|
4464
4429
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4465
4430
|
message: string
|
|
4466
|
-
|
|
4431
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
4467
4432
|
}
|
|
4468
4433
|
>
|
|
4469
4434
|
full_name?: string | undefined
|
|
@@ -4526,13 +4491,6 @@ export interface Routes {
|
|
|
4526
4491
|
message: string
|
|
4527
4492
|
warning_code: 'being_deleted'
|
|
4528
4493
|
}
|
|
4529
|
-
| {
|
|
4530
|
-
/** Date and time at which Seam created the error. */
|
|
4531
|
-
created_at: string
|
|
4532
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4533
|
-
message: string
|
|
4534
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
4535
|
-
}
|
|
4536
4494
|
| {
|
|
4537
4495
|
created_at: string
|
|
4538
4496
|
message: string
|
|
@@ -4559,21 +4517,21 @@ export interface Routes {
|
|
|
4559
4517
|
created_at: string
|
|
4560
4518
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4561
4519
|
message: string
|
|
4562
|
-
|
|
4520
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
4563
4521
|
}
|
|
4564
4522
|
| {
|
|
4565
4523
|
/** Date and time at which Seam created the error. */
|
|
4566
4524
|
created_at: string
|
|
4567
4525
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4568
4526
|
message: string
|
|
4569
|
-
|
|
4527
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
4570
4528
|
}
|
|
4571
4529
|
| {
|
|
4572
4530
|
/** Date and time at which Seam created the error. */
|
|
4573
4531
|
created_at: string
|
|
4574
4532
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4575
4533
|
message: string
|
|
4576
|
-
|
|
4534
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
4577
4535
|
}
|
|
4578
4536
|
>
|
|
4579
4537
|
full_name?: string | undefined
|
|
@@ -20438,13 +20396,6 @@ export interface Routes {
|
|
|
20438
20396
|
message: string
|
|
20439
20397
|
warning_code: 'being_deleted'
|
|
20440
20398
|
}
|
|
20441
|
-
| {
|
|
20442
|
-
/** Date and time at which Seam created the error. */
|
|
20443
|
-
created_at: string
|
|
20444
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20445
|
-
message: string
|
|
20446
|
-
warning_code: 'failed_to_update_on_acs_system'
|
|
20447
|
-
}
|
|
20448
20399
|
| {
|
|
20449
20400
|
created_at: string
|
|
20450
20401
|
message: string
|
|
@@ -20471,21 +20422,21 @@ export interface Routes {
|
|
|
20471
20422
|
created_at: string
|
|
20472
20423
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20473
20424
|
message: string
|
|
20474
|
-
|
|
20425
|
+
error_code: 'failed_to_create_on_acs_system'
|
|
20475
20426
|
}
|
|
20476
20427
|
| {
|
|
20477
20428
|
/** Date and time at which Seam created the error. */
|
|
20478
20429
|
created_at: string
|
|
20479
20430
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20480
20431
|
message: string
|
|
20481
|
-
|
|
20432
|
+
error_code: 'failed_to_update_on_acs_system'
|
|
20482
20433
|
}
|
|
20483
20434
|
| {
|
|
20484
20435
|
/** Date and time at which Seam created the error. */
|
|
20485
20436
|
created_at: string
|
|
20486
20437
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20487
20438
|
message: string
|
|
20488
|
-
|
|
20439
|
+
error_code: 'failed_to_delete_on_acs_system'
|
|
20489
20440
|
}
|
|
20490
20441
|
>
|
|
20491
20442
|
full_name?: string | undefined
|