@seamapi/types 1.744.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 +276 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +336 -0
- package/dist/index.cjs +276 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +294 -0
- package/lib/seam/connect/openapi.js +270 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +42 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +270 -0
- package/src/lib/seam/connect/route-types.ts +42 -0
package/dist/connect.d.cts
CHANGED
|
@@ -116867,6 +116867,55 @@ declare const _default: {
|
|
|
116867
116867
|
is_resource_syncing: {
|
|
116868
116868
|
type: string;
|
|
116869
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
|
+
};
|
|
116870
116919
|
name: {
|
|
116871
116920
|
nullable: boolean;
|
|
116872
116921
|
type: string;
|
|
@@ -117062,6 +117111,55 @@ declare const _default: {
|
|
|
117062
117111
|
is_resource_syncing: {
|
|
117063
117112
|
type: string;
|
|
117064
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
|
+
};
|
|
117065
117163
|
name: {
|
|
117066
117164
|
nullable: boolean;
|
|
117067
117165
|
type: string;
|
|
@@ -117293,6 +117391,55 @@ declare const _default: {
|
|
|
117293
117391
|
is_resource_syncing: {
|
|
117294
117392
|
type: string;
|
|
117295
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
|
+
};
|
|
117296
117443
|
name: {
|
|
117297
117444
|
nullable: boolean;
|
|
117298
117445
|
type: string;
|
|
@@ -117541,6 +117688,55 @@ declare const _default: {
|
|
|
117541
117688
|
is_resource_syncing: {
|
|
117542
117689
|
type: string;
|
|
117543
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
|
+
};
|
|
117544
117740
|
name: {
|
|
117545
117741
|
nullable: boolean;
|
|
117546
117742
|
type: string;
|
|
@@ -118598,6 +118794,55 @@ declare const _default: {
|
|
|
118598
118794
|
has_issued_access: {
|
|
118599
118795
|
type: string;
|
|
118600
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
|
+
};
|
|
118601
118846
|
name: {
|
|
118602
118847
|
nullable: boolean;
|
|
118603
118848
|
type: string;
|
|
@@ -118706,6 +118951,55 @@ declare const _default: {
|
|
|
118706
118951
|
has_issued_access: {
|
|
118707
118952
|
type: string;
|
|
118708
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
|
+
};
|
|
118709
119003
|
name: {
|
|
118710
119004
|
nullable: boolean;
|
|
118711
119005
|
type: string;
|
|
@@ -193832,6 +194126,20 @@ type Routes = {
|
|
|
193832
194126
|
code?: (string | null) | undefined;
|
|
193833
194127
|
instant_key_url?: string | undefined;
|
|
193834
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;
|
|
193835
194143
|
};
|
|
193836
194144
|
};
|
|
193837
194145
|
maxDuration: undefined;
|
|
@@ -193898,6 +194206,20 @@ type Routes = {
|
|
|
193898
194206
|
space_key: string;
|
|
193899
194207
|
name: string | null;
|
|
193900
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;
|
|
193901
194223
|
}[];
|
|
193902
194224
|
/** Information about the current page of results. */
|
|
193903
194225
|
pagination: {
|
|
@@ -194123,6 +194445,20 @@ type Routes = {
|
|
|
194123
194445
|
mode: string;
|
|
194124
194446
|
is_issued: boolean;
|
|
194125
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;
|
|
194126
194462
|
}[];
|
|
194127
194463
|
};
|
|
194128
194464
|
maxDuration: undefined;
|