@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
package/dist/connect.d.cts
CHANGED
|
@@ -111107,6 +111107,9 @@ declare const _default: {
|
|
|
111107
111107
|
error: {
|
|
111108
111108
|
type: string;
|
|
111109
111109
|
};
|
|
111110
|
+
message: {
|
|
111111
|
+
type: string;
|
|
111112
|
+
};
|
|
111110
111113
|
rule: {
|
|
111111
111114
|
enum: string[];
|
|
111112
111115
|
type: string;
|
|
@@ -111284,6 +111287,9 @@ declare const _default: {
|
|
|
111284
111287
|
error: {
|
|
111285
111288
|
type: string;
|
|
111286
111289
|
};
|
|
111290
|
+
message: {
|
|
111291
|
+
type: string;
|
|
111292
|
+
};
|
|
111287
111293
|
rule: {
|
|
111288
111294
|
enum: string[];
|
|
111289
111295
|
type: string;
|
|
@@ -116861,6 +116867,55 @@ declare const _default: {
|
|
|
116861
116867
|
is_resource_syncing: {
|
|
116862
116868
|
type: string;
|
|
116863
116869
|
};
|
|
116870
|
+
last_automation_result: {
|
|
116871
|
+
nullable: boolean;
|
|
116872
|
+
properties: {
|
|
116873
|
+
actions: {
|
|
116874
|
+
items: {
|
|
116875
|
+
properties: {
|
|
116876
|
+
access_grant_id: {
|
|
116877
|
+
format: string;
|
|
116878
|
+
type: string;
|
|
116879
|
+
};
|
|
116880
|
+
action_type: {
|
|
116881
|
+
enum: string[];
|
|
116882
|
+
type: string;
|
|
116883
|
+
};
|
|
116884
|
+
message: {
|
|
116885
|
+
type: string;
|
|
116886
|
+
};
|
|
116887
|
+
resource_type: {
|
|
116888
|
+
type: string;
|
|
116889
|
+
};
|
|
116890
|
+
skip_reason: {
|
|
116891
|
+
type: string;
|
|
116892
|
+
};
|
|
116893
|
+
};
|
|
116894
|
+
required: string[];
|
|
116895
|
+
type: string;
|
|
116896
|
+
};
|
|
116897
|
+
type: string;
|
|
116898
|
+
};
|
|
116899
|
+
created_at: {
|
|
116900
|
+
format: string;
|
|
116901
|
+
type: string;
|
|
116902
|
+
};
|
|
116903
|
+
error: {
|
|
116904
|
+
type: string;
|
|
116905
|
+
};
|
|
116906
|
+
message: {
|
|
116907
|
+
type: string;
|
|
116908
|
+
};
|
|
116909
|
+
rule: {
|
|
116910
|
+
type: string;
|
|
116911
|
+
};
|
|
116912
|
+
success: {
|
|
116913
|
+
type: string;
|
|
116914
|
+
};
|
|
116915
|
+
};
|
|
116916
|
+
required: string[];
|
|
116917
|
+
type: string;
|
|
116918
|
+
};
|
|
116864
116919
|
name: {
|
|
116865
116920
|
nullable: boolean;
|
|
116866
116921
|
type: string;
|
|
@@ -117056,6 +117111,55 @@ declare const _default: {
|
|
|
117056
117111
|
is_resource_syncing: {
|
|
117057
117112
|
type: string;
|
|
117058
117113
|
};
|
|
117114
|
+
last_automation_result: {
|
|
117115
|
+
nullable: boolean;
|
|
117116
|
+
properties: {
|
|
117117
|
+
actions: {
|
|
117118
|
+
items: {
|
|
117119
|
+
properties: {
|
|
117120
|
+
access_grant_id: {
|
|
117121
|
+
format: string;
|
|
117122
|
+
type: string;
|
|
117123
|
+
};
|
|
117124
|
+
action_type: {
|
|
117125
|
+
enum: string[];
|
|
117126
|
+
type: string;
|
|
117127
|
+
};
|
|
117128
|
+
message: {
|
|
117129
|
+
type: string;
|
|
117130
|
+
};
|
|
117131
|
+
resource_type: {
|
|
117132
|
+
type: string;
|
|
117133
|
+
};
|
|
117134
|
+
skip_reason: {
|
|
117135
|
+
type: string;
|
|
117136
|
+
};
|
|
117137
|
+
};
|
|
117138
|
+
required: string[];
|
|
117139
|
+
type: string;
|
|
117140
|
+
};
|
|
117141
|
+
type: string;
|
|
117142
|
+
};
|
|
117143
|
+
created_at: {
|
|
117144
|
+
format: string;
|
|
117145
|
+
type: string;
|
|
117146
|
+
};
|
|
117147
|
+
error: {
|
|
117148
|
+
type: string;
|
|
117149
|
+
};
|
|
117150
|
+
message: {
|
|
117151
|
+
type: string;
|
|
117152
|
+
};
|
|
117153
|
+
rule: {
|
|
117154
|
+
type: string;
|
|
117155
|
+
};
|
|
117156
|
+
success: {
|
|
117157
|
+
type: string;
|
|
117158
|
+
};
|
|
117159
|
+
};
|
|
117160
|
+
required: string[];
|
|
117161
|
+
type: string;
|
|
117162
|
+
};
|
|
117059
117163
|
name: {
|
|
117060
117164
|
nullable: boolean;
|
|
117061
117165
|
type: string;
|
|
@@ -117287,6 +117391,55 @@ declare const _default: {
|
|
|
117287
117391
|
is_resource_syncing: {
|
|
117288
117392
|
type: string;
|
|
117289
117393
|
};
|
|
117394
|
+
last_automation_result: {
|
|
117395
|
+
nullable: boolean;
|
|
117396
|
+
properties: {
|
|
117397
|
+
actions: {
|
|
117398
|
+
items: {
|
|
117399
|
+
properties: {
|
|
117400
|
+
access_grant_id: {
|
|
117401
|
+
format: string;
|
|
117402
|
+
type: string;
|
|
117403
|
+
};
|
|
117404
|
+
action_type: {
|
|
117405
|
+
enum: string[];
|
|
117406
|
+
type: string;
|
|
117407
|
+
};
|
|
117408
|
+
message: {
|
|
117409
|
+
type: string;
|
|
117410
|
+
};
|
|
117411
|
+
resource_type: {
|
|
117412
|
+
type: string;
|
|
117413
|
+
};
|
|
117414
|
+
skip_reason: {
|
|
117415
|
+
type: string;
|
|
117416
|
+
};
|
|
117417
|
+
};
|
|
117418
|
+
required: string[];
|
|
117419
|
+
type: string;
|
|
117420
|
+
};
|
|
117421
|
+
type: string;
|
|
117422
|
+
};
|
|
117423
|
+
created_at: {
|
|
117424
|
+
format: string;
|
|
117425
|
+
type: string;
|
|
117426
|
+
};
|
|
117427
|
+
error: {
|
|
117428
|
+
type: string;
|
|
117429
|
+
};
|
|
117430
|
+
message: {
|
|
117431
|
+
type: string;
|
|
117432
|
+
};
|
|
117433
|
+
rule: {
|
|
117434
|
+
type: string;
|
|
117435
|
+
};
|
|
117436
|
+
success: {
|
|
117437
|
+
type: string;
|
|
117438
|
+
};
|
|
117439
|
+
};
|
|
117440
|
+
required: string[];
|
|
117441
|
+
type: string;
|
|
117442
|
+
};
|
|
117290
117443
|
name: {
|
|
117291
117444
|
nullable: boolean;
|
|
117292
117445
|
type: string;
|
|
@@ -117535,6 +117688,55 @@ declare const _default: {
|
|
|
117535
117688
|
is_resource_syncing: {
|
|
117536
117689
|
type: string;
|
|
117537
117690
|
};
|
|
117691
|
+
last_automation_result: {
|
|
117692
|
+
nullable: boolean;
|
|
117693
|
+
properties: {
|
|
117694
|
+
actions: {
|
|
117695
|
+
items: {
|
|
117696
|
+
properties: {
|
|
117697
|
+
access_grant_id: {
|
|
117698
|
+
format: string;
|
|
117699
|
+
type: string;
|
|
117700
|
+
};
|
|
117701
|
+
action_type: {
|
|
117702
|
+
enum: string[];
|
|
117703
|
+
type: string;
|
|
117704
|
+
};
|
|
117705
|
+
message: {
|
|
117706
|
+
type: string;
|
|
117707
|
+
};
|
|
117708
|
+
resource_type: {
|
|
117709
|
+
type: string;
|
|
117710
|
+
};
|
|
117711
|
+
skip_reason: {
|
|
117712
|
+
type: string;
|
|
117713
|
+
};
|
|
117714
|
+
};
|
|
117715
|
+
required: string[];
|
|
117716
|
+
type: string;
|
|
117717
|
+
};
|
|
117718
|
+
type: string;
|
|
117719
|
+
};
|
|
117720
|
+
created_at: {
|
|
117721
|
+
format: string;
|
|
117722
|
+
type: string;
|
|
117723
|
+
};
|
|
117724
|
+
error: {
|
|
117725
|
+
type: string;
|
|
117726
|
+
};
|
|
117727
|
+
message: {
|
|
117728
|
+
type: string;
|
|
117729
|
+
};
|
|
117730
|
+
rule: {
|
|
117731
|
+
type: string;
|
|
117732
|
+
};
|
|
117733
|
+
success: {
|
|
117734
|
+
type: string;
|
|
117735
|
+
};
|
|
117736
|
+
};
|
|
117737
|
+
required: string[];
|
|
117738
|
+
type: string;
|
|
117739
|
+
};
|
|
117538
117740
|
name: {
|
|
117539
117741
|
nullable: boolean;
|
|
117540
117742
|
type: string;
|
|
@@ -118592,6 +118794,55 @@ declare const _default: {
|
|
|
118592
118794
|
has_issued_access: {
|
|
118593
118795
|
type: string;
|
|
118594
118796
|
};
|
|
118797
|
+
last_automation_result: {
|
|
118798
|
+
nullable: boolean;
|
|
118799
|
+
properties: {
|
|
118800
|
+
actions: {
|
|
118801
|
+
items: {
|
|
118802
|
+
properties: {
|
|
118803
|
+
access_grant_id: {
|
|
118804
|
+
format: string;
|
|
118805
|
+
type: string;
|
|
118806
|
+
};
|
|
118807
|
+
action_type: {
|
|
118808
|
+
enum: string[];
|
|
118809
|
+
type: string;
|
|
118810
|
+
};
|
|
118811
|
+
message: {
|
|
118812
|
+
type: string;
|
|
118813
|
+
};
|
|
118814
|
+
resource_type: {
|
|
118815
|
+
type: string;
|
|
118816
|
+
};
|
|
118817
|
+
skip_reason: {
|
|
118818
|
+
type: string;
|
|
118819
|
+
};
|
|
118820
|
+
};
|
|
118821
|
+
required: string[];
|
|
118822
|
+
type: string;
|
|
118823
|
+
};
|
|
118824
|
+
type: string;
|
|
118825
|
+
};
|
|
118826
|
+
created_at: {
|
|
118827
|
+
format: string;
|
|
118828
|
+
type: string;
|
|
118829
|
+
};
|
|
118830
|
+
error: {
|
|
118831
|
+
type: string;
|
|
118832
|
+
};
|
|
118833
|
+
message: {
|
|
118834
|
+
type: string;
|
|
118835
|
+
};
|
|
118836
|
+
rule: {
|
|
118837
|
+
type: string;
|
|
118838
|
+
};
|
|
118839
|
+
success: {
|
|
118840
|
+
type: string;
|
|
118841
|
+
};
|
|
118842
|
+
};
|
|
118843
|
+
required: string[];
|
|
118844
|
+
type: string;
|
|
118845
|
+
};
|
|
118595
118846
|
name: {
|
|
118596
118847
|
nullable: boolean;
|
|
118597
118848
|
type: string;
|
|
@@ -118700,6 +118951,55 @@ declare const _default: {
|
|
|
118700
118951
|
has_issued_access: {
|
|
118701
118952
|
type: string;
|
|
118702
118953
|
};
|
|
118954
|
+
last_automation_result: {
|
|
118955
|
+
nullable: boolean;
|
|
118956
|
+
properties: {
|
|
118957
|
+
actions: {
|
|
118958
|
+
items: {
|
|
118959
|
+
properties: {
|
|
118960
|
+
access_grant_id: {
|
|
118961
|
+
format: string;
|
|
118962
|
+
type: string;
|
|
118963
|
+
};
|
|
118964
|
+
action_type: {
|
|
118965
|
+
enum: string[];
|
|
118966
|
+
type: string;
|
|
118967
|
+
};
|
|
118968
|
+
message: {
|
|
118969
|
+
type: string;
|
|
118970
|
+
};
|
|
118971
|
+
resource_type: {
|
|
118972
|
+
type: string;
|
|
118973
|
+
};
|
|
118974
|
+
skip_reason: {
|
|
118975
|
+
type: string;
|
|
118976
|
+
};
|
|
118977
|
+
};
|
|
118978
|
+
required: string[];
|
|
118979
|
+
type: string;
|
|
118980
|
+
};
|
|
118981
|
+
type: string;
|
|
118982
|
+
};
|
|
118983
|
+
created_at: {
|
|
118984
|
+
format: string;
|
|
118985
|
+
type: string;
|
|
118986
|
+
};
|
|
118987
|
+
error: {
|
|
118988
|
+
type: string;
|
|
118989
|
+
};
|
|
118990
|
+
message: {
|
|
118991
|
+
type: string;
|
|
118992
|
+
};
|
|
118993
|
+
rule: {
|
|
118994
|
+
type: string;
|
|
118995
|
+
};
|
|
118996
|
+
success: {
|
|
118997
|
+
type: string;
|
|
118998
|
+
};
|
|
118999
|
+
};
|
|
119000
|
+
required: string[];
|
|
119001
|
+
type: string;
|
|
119002
|
+
};
|
|
118703
119003
|
name: {
|
|
118704
119004
|
nullable: boolean;
|
|
118705
119005
|
type: string;
|
|
@@ -190206,6 +190506,7 @@ type Routes = {
|
|
|
190206
190506
|
access_grant_id: string;
|
|
190207
190507
|
}[];
|
|
190208
190508
|
error?: string | undefined;
|
|
190509
|
+
message?: string | undefined;
|
|
190209
190510
|
} | undefined;
|
|
190210
190511
|
created_at: string;
|
|
190211
190512
|
}[];
|
|
@@ -193825,6 +194126,20 @@ type Routes = {
|
|
|
193825
194126
|
code?: (string | null) | undefined;
|
|
193826
194127
|
instant_key_url?: string | undefined;
|
|
193827
194128
|
}[];
|
|
194129
|
+
last_automation_result: {
|
|
194130
|
+
success: boolean;
|
|
194131
|
+
rule: string;
|
|
194132
|
+
actions: {
|
|
194133
|
+
action_type: 'create' | 'update' | 'delete' | 'skip';
|
|
194134
|
+
resource_type: string;
|
|
194135
|
+
access_grant_id?: string | undefined;
|
|
194136
|
+
skip_reason?: string | undefined;
|
|
194137
|
+
message?: string | undefined;
|
|
194138
|
+
}[];
|
|
194139
|
+
error?: string | undefined;
|
|
194140
|
+
message?: string | undefined;
|
|
194141
|
+
created_at: string;
|
|
194142
|
+
} | null;
|
|
193828
194143
|
};
|
|
193829
194144
|
};
|
|
193830
194145
|
maxDuration: undefined;
|
|
@@ -193891,6 +194206,20 @@ type Routes = {
|
|
|
193891
194206
|
space_key: string;
|
|
193892
194207
|
name: string | null;
|
|
193893
194208
|
}[];
|
|
194209
|
+
last_automation_result: {
|
|
194210
|
+
success: boolean;
|
|
194211
|
+
rule: string;
|
|
194212
|
+
actions: {
|
|
194213
|
+
action_type: 'create' | 'update' | 'delete' | 'skip';
|
|
194214
|
+
resource_type: string;
|
|
194215
|
+
access_grant_id?: string | undefined;
|
|
194216
|
+
skip_reason?: string | undefined;
|
|
194217
|
+
message?: string | undefined;
|
|
194218
|
+
}[];
|
|
194219
|
+
error?: string | undefined;
|
|
194220
|
+
message?: string | undefined;
|
|
194221
|
+
created_at: string;
|
|
194222
|
+
} | null;
|
|
193894
194223
|
}[];
|
|
193895
194224
|
/** Information about the current page of results. */
|
|
193896
194225
|
pagination: {
|
|
@@ -194116,6 +194445,20 @@ type Routes = {
|
|
|
194116
194445
|
mode: string;
|
|
194117
194446
|
is_issued: boolean;
|
|
194118
194447
|
}[];
|
|
194448
|
+
last_automation_result: {
|
|
194449
|
+
success: boolean;
|
|
194450
|
+
rule: string;
|
|
194451
|
+
actions: {
|
|
194452
|
+
action_type: 'create' | 'update' | 'delete' | 'skip';
|
|
194453
|
+
resource_type: string;
|
|
194454
|
+
access_grant_id?: string | undefined;
|
|
194455
|
+
skip_reason?: string | undefined;
|
|
194456
|
+
message?: string | undefined;
|
|
194457
|
+
}[];
|
|
194458
|
+
error?: string | undefined;
|
|
194459
|
+
message?: string | undefined;
|
|
194460
|
+
created_at: string;
|
|
194461
|
+
} | null;
|
|
194119
194462
|
}[];
|
|
194120
194463
|
};
|
|
194121
194464
|
maxDuration: undefined;
|