@seamapi/types 1.743.0 → 1.745.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 +278 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +343 -0
- package/dist/index.cjs +278 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +300 -0
- package/lib/seam/connect/openapi.js +272 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +43 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +272 -0
- package/src/lib/seam/connect/route-types.ts +43 -0
|
@@ -49494,6 +49494,9 @@ declare const _default: {
|
|
|
49494
49494
|
error: {
|
|
49495
49495
|
type: string;
|
|
49496
49496
|
};
|
|
49497
|
+
message: {
|
|
49498
|
+
type: string;
|
|
49499
|
+
};
|
|
49497
49500
|
rule: {
|
|
49498
49501
|
enum: string[];
|
|
49499
49502
|
type: string;
|
|
@@ -49671,6 +49674,9 @@ declare const _default: {
|
|
|
49671
49674
|
error: {
|
|
49672
49675
|
type: string;
|
|
49673
49676
|
};
|
|
49677
|
+
message: {
|
|
49678
|
+
type: string;
|
|
49679
|
+
};
|
|
49674
49680
|
rule: {
|
|
49675
49681
|
enum: string[];
|
|
49676
49682
|
type: string;
|
|
@@ -55248,6 +55254,55 @@ declare const _default: {
|
|
|
55248
55254
|
is_resource_syncing: {
|
|
55249
55255
|
type: string;
|
|
55250
55256
|
};
|
|
55257
|
+
last_automation_result: {
|
|
55258
|
+
nullable: boolean;
|
|
55259
|
+
properties: {
|
|
55260
|
+
actions: {
|
|
55261
|
+
items: {
|
|
55262
|
+
properties: {
|
|
55263
|
+
access_grant_id: {
|
|
55264
|
+
format: string;
|
|
55265
|
+
type: string;
|
|
55266
|
+
};
|
|
55267
|
+
action_type: {
|
|
55268
|
+
enum: string[];
|
|
55269
|
+
type: string;
|
|
55270
|
+
};
|
|
55271
|
+
message: {
|
|
55272
|
+
type: string;
|
|
55273
|
+
};
|
|
55274
|
+
resource_type: {
|
|
55275
|
+
type: string;
|
|
55276
|
+
};
|
|
55277
|
+
skip_reason: {
|
|
55278
|
+
type: string;
|
|
55279
|
+
};
|
|
55280
|
+
};
|
|
55281
|
+
required: string[];
|
|
55282
|
+
type: string;
|
|
55283
|
+
};
|
|
55284
|
+
type: string;
|
|
55285
|
+
};
|
|
55286
|
+
created_at: {
|
|
55287
|
+
format: string;
|
|
55288
|
+
type: string;
|
|
55289
|
+
};
|
|
55290
|
+
error: {
|
|
55291
|
+
type: string;
|
|
55292
|
+
};
|
|
55293
|
+
message: {
|
|
55294
|
+
type: string;
|
|
55295
|
+
};
|
|
55296
|
+
rule: {
|
|
55297
|
+
type: string;
|
|
55298
|
+
};
|
|
55299
|
+
success: {
|
|
55300
|
+
type: string;
|
|
55301
|
+
};
|
|
55302
|
+
};
|
|
55303
|
+
required: string[];
|
|
55304
|
+
type: string;
|
|
55305
|
+
};
|
|
55251
55306
|
name: {
|
|
55252
55307
|
nullable: boolean;
|
|
55253
55308
|
type: string;
|
|
@@ -55443,6 +55498,55 @@ declare const _default: {
|
|
|
55443
55498
|
is_resource_syncing: {
|
|
55444
55499
|
type: string;
|
|
55445
55500
|
};
|
|
55501
|
+
last_automation_result: {
|
|
55502
|
+
nullable: boolean;
|
|
55503
|
+
properties: {
|
|
55504
|
+
actions: {
|
|
55505
|
+
items: {
|
|
55506
|
+
properties: {
|
|
55507
|
+
access_grant_id: {
|
|
55508
|
+
format: string;
|
|
55509
|
+
type: string;
|
|
55510
|
+
};
|
|
55511
|
+
action_type: {
|
|
55512
|
+
enum: string[];
|
|
55513
|
+
type: string;
|
|
55514
|
+
};
|
|
55515
|
+
message: {
|
|
55516
|
+
type: string;
|
|
55517
|
+
};
|
|
55518
|
+
resource_type: {
|
|
55519
|
+
type: string;
|
|
55520
|
+
};
|
|
55521
|
+
skip_reason: {
|
|
55522
|
+
type: string;
|
|
55523
|
+
};
|
|
55524
|
+
};
|
|
55525
|
+
required: string[];
|
|
55526
|
+
type: string;
|
|
55527
|
+
};
|
|
55528
|
+
type: string;
|
|
55529
|
+
};
|
|
55530
|
+
created_at: {
|
|
55531
|
+
format: string;
|
|
55532
|
+
type: string;
|
|
55533
|
+
};
|
|
55534
|
+
error: {
|
|
55535
|
+
type: string;
|
|
55536
|
+
};
|
|
55537
|
+
message: {
|
|
55538
|
+
type: string;
|
|
55539
|
+
};
|
|
55540
|
+
rule: {
|
|
55541
|
+
type: string;
|
|
55542
|
+
};
|
|
55543
|
+
success: {
|
|
55544
|
+
type: string;
|
|
55545
|
+
};
|
|
55546
|
+
};
|
|
55547
|
+
required: string[];
|
|
55548
|
+
type: string;
|
|
55549
|
+
};
|
|
55446
55550
|
name: {
|
|
55447
55551
|
nullable: boolean;
|
|
55448
55552
|
type: string;
|
|
@@ -55674,6 +55778,55 @@ declare const _default: {
|
|
|
55674
55778
|
is_resource_syncing: {
|
|
55675
55779
|
type: string;
|
|
55676
55780
|
};
|
|
55781
|
+
last_automation_result: {
|
|
55782
|
+
nullable: boolean;
|
|
55783
|
+
properties: {
|
|
55784
|
+
actions: {
|
|
55785
|
+
items: {
|
|
55786
|
+
properties: {
|
|
55787
|
+
access_grant_id: {
|
|
55788
|
+
format: string;
|
|
55789
|
+
type: string;
|
|
55790
|
+
};
|
|
55791
|
+
action_type: {
|
|
55792
|
+
enum: string[];
|
|
55793
|
+
type: string;
|
|
55794
|
+
};
|
|
55795
|
+
message: {
|
|
55796
|
+
type: string;
|
|
55797
|
+
};
|
|
55798
|
+
resource_type: {
|
|
55799
|
+
type: string;
|
|
55800
|
+
};
|
|
55801
|
+
skip_reason: {
|
|
55802
|
+
type: string;
|
|
55803
|
+
};
|
|
55804
|
+
};
|
|
55805
|
+
required: string[];
|
|
55806
|
+
type: string;
|
|
55807
|
+
};
|
|
55808
|
+
type: string;
|
|
55809
|
+
};
|
|
55810
|
+
created_at: {
|
|
55811
|
+
format: string;
|
|
55812
|
+
type: string;
|
|
55813
|
+
};
|
|
55814
|
+
error: {
|
|
55815
|
+
type: string;
|
|
55816
|
+
};
|
|
55817
|
+
message: {
|
|
55818
|
+
type: string;
|
|
55819
|
+
};
|
|
55820
|
+
rule: {
|
|
55821
|
+
type: string;
|
|
55822
|
+
};
|
|
55823
|
+
success: {
|
|
55824
|
+
type: string;
|
|
55825
|
+
};
|
|
55826
|
+
};
|
|
55827
|
+
required: string[];
|
|
55828
|
+
type: string;
|
|
55829
|
+
};
|
|
55677
55830
|
name: {
|
|
55678
55831
|
nullable: boolean;
|
|
55679
55832
|
type: string;
|
|
@@ -55922,6 +56075,55 @@ declare const _default: {
|
|
|
55922
56075
|
is_resource_syncing: {
|
|
55923
56076
|
type: string;
|
|
55924
56077
|
};
|
|
56078
|
+
last_automation_result: {
|
|
56079
|
+
nullable: boolean;
|
|
56080
|
+
properties: {
|
|
56081
|
+
actions: {
|
|
56082
|
+
items: {
|
|
56083
|
+
properties: {
|
|
56084
|
+
access_grant_id: {
|
|
56085
|
+
format: string;
|
|
56086
|
+
type: string;
|
|
56087
|
+
};
|
|
56088
|
+
action_type: {
|
|
56089
|
+
enum: string[];
|
|
56090
|
+
type: string;
|
|
56091
|
+
};
|
|
56092
|
+
message: {
|
|
56093
|
+
type: string;
|
|
56094
|
+
};
|
|
56095
|
+
resource_type: {
|
|
56096
|
+
type: string;
|
|
56097
|
+
};
|
|
56098
|
+
skip_reason: {
|
|
56099
|
+
type: string;
|
|
56100
|
+
};
|
|
56101
|
+
};
|
|
56102
|
+
required: string[];
|
|
56103
|
+
type: string;
|
|
56104
|
+
};
|
|
56105
|
+
type: string;
|
|
56106
|
+
};
|
|
56107
|
+
created_at: {
|
|
56108
|
+
format: string;
|
|
56109
|
+
type: string;
|
|
56110
|
+
};
|
|
56111
|
+
error: {
|
|
56112
|
+
type: string;
|
|
56113
|
+
};
|
|
56114
|
+
message: {
|
|
56115
|
+
type: string;
|
|
56116
|
+
};
|
|
56117
|
+
rule: {
|
|
56118
|
+
type: string;
|
|
56119
|
+
};
|
|
56120
|
+
success: {
|
|
56121
|
+
type: string;
|
|
56122
|
+
};
|
|
56123
|
+
};
|
|
56124
|
+
required: string[];
|
|
56125
|
+
type: string;
|
|
56126
|
+
};
|
|
55925
56127
|
name: {
|
|
55926
56128
|
nullable: boolean;
|
|
55927
56129
|
type: string;
|
|
@@ -56979,6 +57181,55 @@ declare const _default: {
|
|
|
56979
57181
|
has_issued_access: {
|
|
56980
57182
|
type: string;
|
|
56981
57183
|
};
|
|
57184
|
+
last_automation_result: {
|
|
57185
|
+
nullable: boolean;
|
|
57186
|
+
properties: {
|
|
57187
|
+
actions: {
|
|
57188
|
+
items: {
|
|
57189
|
+
properties: {
|
|
57190
|
+
access_grant_id: {
|
|
57191
|
+
format: string;
|
|
57192
|
+
type: string;
|
|
57193
|
+
};
|
|
57194
|
+
action_type: {
|
|
57195
|
+
enum: string[];
|
|
57196
|
+
type: string;
|
|
57197
|
+
};
|
|
57198
|
+
message: {
|
|
57199
|
+
type: string;
|
|
57200
|
+
};
|
|
57201
|
+
resource_type: {
|
|
57202
|
+
type: string;
|
|
57203
|
+
};
|
|
57204
|
+
skip_reason: {
|
|
57205
|
+
type: string;
|
|
57206
|
+
};
|
|
57207
|
+
};
|
|
57208
|
+
required: string[];
|
|
57209
|
+
type: string;
|
|
57210
|
+
};
|
|
57211
|
+
type: string;
|
|
57212
|
+
};
|
|
57213
|
+
created_at: {
|
|
57214
|
+
format: string;
|
|
57215
|
+
type: string;
|
|
57216
|
+
};
|
|
57217
|
+
error: {
|
|
57218
|
+
type: string;
|
|
57219
|
+
};
|
|
57220
|
+
message: {
|
|
57221
|
+
type: string;
|
|
57222
|
+
};
|
|
57223
|
+
rule: {
|
|
57224
|
+
type: string;
|
|
57225
|
+
};
|
|
57226
|
+
success: {
|
|
57227
|
+
type: string;
|
|
57228
|
+
};
|
|
57229
|
+
};
|
|
57230
|
+
required: string[];
|
|
57231
|
+
type: string;
|
|
57232
|
+
};
|
|
56982
57233
|
name: {
|
|
56983
57234
|
nullable: boolean;
|
|
56984
57235
|
type: string;
|
|
@@ -57087,6 +57338,55 @@ declare const _default: {
|
|
|
57087
57338
|
has_issued_access: {
|
|
57088
57339
|
type: string;
|
|
57089
57340
|
};
|
|
57341
|
+
last_automation_result: {
|
|
57342
|
+
nullable: boolean;
|
|
57343
|
+
properties: {
|
|
57344
|
+
actions: {
|
|
57345
|
+
items: {
|
|
57346
|
+
properties: {
|
|
57347
|
+
access_grant_id: {
|
|
57348
|
+
format: string;
|
|
57349
|
+
type: string;
|
|
57350
|
+
};
|
|
57351
|
+
action_type: {
|
|
57352
|
+
enum: string[];
|
|
57353
|
+
type: string;
|
|
57354
|
+
};
|
|
57355
|
+
message: {
|
|
57356
|
+
type: string;
|
|
57357
|
+
};
|
|
57358
|
+
resource_type: {
|
|
57359
|
+
type: string;
|
|
57360
|
+
};
|
|
57361
|
+
skip_reason: {
|
|
57362
|
+
type: string;
|
|
57363
|
+
};
|
|
57364
|
+
};
|
|
57365
|
+
required: string[];
|
|
57366
|
+
type: string;
|
|
57367
|
+
};
|
|
57368
|
+
type: string;
|
|
57369
|
+
};
|
|
57370
|
+
created_at: {
|
|
57371
|
+
format: string;
|
|
57372
|
+
type: string;
|
|
57373
|
+
};
|
|
57374
|
+
error: {
|
|
57375
|
+
type: string;
|
|
57376
|
+
};
|
|
57377
|
+
message: {
|
|
57378
|
+
type: string;
|
|
57379
|
+
};
|
|
57380
|
+
rule: {
|
|
57381
|
+
type: string;
|
|
57382
|
+
};
|
|
57383
|
+
success: {
|
|
57384
|
+
type: string;
|
|
57385
|
+
};
|
|
57386
|
+
};
|
|
57387
|
+
required: string[];
|
|
57388
|
+
type: string;
|
|
57389
|
+
};
|
|
57090
57390
|
name: {
|
|
57091
57391
|
nullable: boolean;
|
|
57092
57392
|
type: string;
|