@seamapi/types 1.543.0 → 1.545.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 +342 -287
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +435 -380
- package/dist/index.cjs +342 -287
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +40 -40
- package/lib/seam/connect/openapi.d.ts +354 -306
- package/lib/seam/connect/openapi.js +326 -272
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +65 -58
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +326 -272
- package/src/lib/seam/connect/route-types.ts +75 -52
|
@@ -37932,183 +37932,195 @@ declare const _default: {
|
|
|
37932
37932
|
$ref: string;
|
|
37933
37933
|
};
|
|
37934
37934
|
timeline: {
|
|
37935
|
-
|
|
37936
|
-
|
|
37937
|
-
|
|
37938
|
-
|
|
37939
|
-
|
|
37940
|
-
|
|
37941
|
-
|
|
37942
|
-
|
|
37943
|
-
|
|
37944
|
-
|
|
37945
|
-
|
|
37946
|
-
|
|
37947
|
-
|
|
37948
|
-
|
|
37949
|
-
|
|
37935
|
+
properties: {
|
|
37936
|
+
groups: {
|
|
37937
|
+
items: {
|
|
37938
|
+
properties: {
|
|
37939
|
+
context: {
|
|
37940
|
+
oneOf: ({
|
|
37941
|
+
properties: {
|
|
37942
|
+
context_type: {
|
|
37943
|
+
enum: string[];
|
|
37944
|
+
type: string;
|
|
37945
|
+
};
|
|
37946
|
+
request_id: {
|
|
37947
|
+
type: string;
|
|
37948
|
+
};
|
|
37949
|
+
request_payload: {
|
|
37950
|
+
additionalProperties: {
|
|
37951
|
+
$ref: string;
|
|
37952
|
+
};
|
|
37953
|
+
type: string;
|
|
37954
|
+
};
|
|
37955
|
+
response_payload: {
|
|
37956
|
+
additionalProperties: {
|
|
37957
|
+
$ref: string;
|
|
37958
|
+
};
|
|
37959
|
+
type: string;
|
|
37960
|
+
};
|
|
37961
|
+
job_id?: never;
|
|
37950
37962
|
};
|
|
37963
|
+
required: string[];
|
|
37951
37964
|
type: string;
|
|
37952
|
-
}
|
|
37953
|
-
|
|
37954
|
-
|
|
37955
|
-
|
|
37965
|
+
} | {
|
|
37966
|
+
properties: {
|
|
37967
|
+
context_type: {
|
|
37968
|
+
enum: string[];
|
|
37969
|
+
type: string;
|
|
37970
|
+
};
|
|
37971
|
+
job_id: {
|
|
37972
|
+
type: string;
|
|
37973
|
+
};
|
|
37974
|
+
request_id?: never;
|
|
37975
|
+
request_payload?: never;
|
|
37976
|
+
response_payload?: never;
|
|
37956
37977
|
};
|
|
37978
|
+
required: string[];
|
|
37957
37979
|
type: string;
|
|
37958
|
-
};
|
|
37959
|
-
job_id?: never;
|
|
37980
|
+
})[];
|
|
37960
37981
|
};
|
|
37961
|
-
|
|
37962
|
-
|
|
37963
|
-
} | {
|
|
37964
|
-
properties: {
|
|
37965
|
-
context_type: {
|
|
37966
|
-
enum: string[];
|
|
37967
|
-
type: string;
|
|
37968
|
-
};
|
|
37969
|
-
job_id: {
|
|
37970
|
-
type: string;
|
|
37971
|
-
};
|
|
37972
|
-
request_id?: never;
|
|
37973
|
-
request_payload?: never;
|
|
37974
|
-
response_payload?: never;
|
|
37982
|
+
created_at: {
|
|
37983
|
+
type: string;
|
|
37975
37984
|
};
|
|
37976
|
-
|
|
37977
|
-
|
|
37978
|
-
|
|
37979
|
-
|
|
37980
|
-
|
|
37981
|
-
|
|
37982
|
-
|
|
37983
|
-
|
|
37984
|
-
|
|
37985
|
-
|
|
37986
|
-
|
|
37987
|
-
|
|
37988
|
-
|
|
37989
|
-
|
|
37990
|
-
|
|
37991
|
-
|
|
37992
|
-
|
|
37993
|
-
|
|
37994
|
-
|
|
37995
|
-
|
|
37996
|
-
|
|
37997
|
-
|
|
37998
|
-
warnings?: never;
|
|
37999
|
-
event_id?: never;
|
|
38000
|
-
event_type?: never;
|
|
38001
|
-
response_body?: never;
|
|
38002
|
-
response_status_code?: never;
|
|
38003
|
-
};
|
|
38004
|
-
required: string[];
|
|
38005
|
-
type: string;
|
|
38006
|
-
} | {
|
|
38007
|
-
properties: {
|
|
38008
|
-
description: {
|
|
38009
|
-
type: string;
|
|
38010
|
-
};
|
|
38011
|
-
entry_type: {
|
|
38012
|
-
enum: string[];
|
|
37985
|
+
entries: {
|
|
37986
|
+
items: {
|
|
37987
|
+
properties: {
|
|
37988
|
+
body: {
|
|
37989
|
+
oneOf: ({
|
|
37990
|
+
properties: {
|
|
37991
|
+
description: {
|
|
37992
|
+
type: string;
|
|
37993
|
+
};
|
|
37994
|
+
entry_type: {
|
|
37995
|
+
enum: string[];
|
|
37996
|
+
type: string;
|
|
37997
|
+
};
|
|
37998
|
+
errors?: never;
|
|
37999
|
+
properties_updated?: never;
|
|
38000
|
+
warnings?: never;
|
|
38001
|
+
event_id?: never;
|
|
38002
|
+
event_type?: never;
|
|
38003
|
+
response_body?: never;
|
|
38004
|
+
response_status_code?: never;
|
|
38005
|
+
};
|
|
38006
|
+
required: string[];
|
|
38013
38007
|
type: string;
|
|
38014
|
-
}
|
|
38015
|
-
|
|
38016
|
-
|
|
38017
|
-
|
|
38008
|
+
} | {
|
|
38009
|
+
properties: {
|
|
38010
|
+
description: {
|
|
38011
|
+
type: string;
|
|
38012
|
+
};
|
|
38013
|
+
entry_type: {
|
|
38014
|
+
enum: string[];
|
|
38015
|
+
type: string;
|
|
38016
|
+
};
|
|
38017
|
+
errors: {
|
|
38018
|
+
items: {
|
|
38019
|
+
type: string;
|
|
38020
|
+
};
|
|
38021
|
+
type: string;
|
|
38022
|
+
};
|
|
38023
|
+
properties_updated: {
|
|
38024
|
+
additionalProperties: {
|
|
38025
|
+
$ref: string;
|
|
38026
|
+
};
|
|
38027
|
+
type: string;
|
|
38028
|
+
};
|
|
38029
|
+
warnings: {
|
|
38030
|
+
items: {
|
|
38031
|
+
type: string;
|
|
38032
|
+
};
|
|
38033
|
+
type: string;
|
|
38034
|
+
};
|
|
38035
|
+
event_id?: never;
|
|
38036
|
+
event_type?: never;
|
|
38037
|
+
response_body?: never;
|
|
38038
|
+
response_status_code?: never;
|
|
38018
38039
|
};
|
|
38040
|
+
required: string[];
|
|
38019
38041
|
type: string;
|
|
38020
|
-
}
|
|
38021
|
-
|
|
38022
|
-
|
|
38023
|
-
|
|
38042
|
+
} | {
|
|
38043
|
+
properties: {
|
|
38044
|
+
entry_type: {
|
|
38045
|
+
enum: string[];
|
|
38046
|
+
type: string;
|
|
38047
|
+
};
|
|
38048
|
+
event_id: {
|
|
38049
|
+
type: string;
|
|
38050
|
+
};
|
|
38051
|
+
event_type: {
|
|
38052
|
+
type: string;
|
|
38053
|
+
};
|
|
38054
|
+
description?: never;
|
|
38055
|
+
errors?: never;
|
|
38056
|
+
properties_updated?: never;
|
|
38057
|
+
warnings?: never;
|
|
38058
|
+
response_body?: never;
|
|
38059
|
+
response_status_code?: never;
|
|
38024
38060
|
};
|
|
38061
|
+
required: string[];
|
|
38025
38062
|
type: string;
|
|
38026
|
-
}
|
|
38027
|
-
|
|
38028
|
-
|
|
38029
|
-
|
|
38063
|
+
} | {
|
|
38064
|
+
properties: {
|
|
38065
|
+
description: {
|
|
38066
|
+
type: string;
|
|
38067
|
+
};
|
|
38068
|
+
entry_type: {
|
|
38069
|
+
enum: string[];
|
|
38070
|
+
type: string;
|
|
38071
|
+
};
|
|
38072
|
+
response_body: {
|
|
38073
|
+
additionalProperties: {
|
|
38074
|
+
$ref: string;
|
|
38075
|
+
};
|
|
38076
|
+
type: string;
|
|
38077
|
+
};
|
|
38078
|
+
response_status_code: {
|
|
38079
|
+
format: string;
|
|
38080
|
+
type: string;
|
|
38081
|
+
};
|
|
38082
|
+
errors?: never;
|
|
38083
|
+
properties_updated?: never;
|
|
38084
|
+
warnings?: never;
|
|
38085
|
+
event_id?: never;
|
|
38086
|
+
event_type?: never;
|
|
38030
38087
|
};
|
|
38088
|
+
required: string[];
|
|
38031
38089
|
type: string;
|
|
38032
|
-
};
|
|
38033
|
-
event_id?: never;
|
|
38034
|
-
event_type?: never;
|
|
38035
|
-
response_body?: never;
|
|
38036
|
-
response_status_code?: never;
|
|
38090
|
+
})[];
|
|
38037
38091
|
};
|
|
38038
|
-
|
|
38039
|
-
|
|
38040
|
-
} | {
|
|
38041
|
-
properties: {
|
|
38042
|
-
entry_type: {
|
|
38043
|
-
enum: string[];
|
|
38044
|
-
type: string;
|
|
38045
|
-
};
|
|
38046
|
-
event_id: {
|
|
38047
|
-
type: string;
|
|
38048
|
-
};
|
|
38049
|
-
event_type: {
|
|
38050
|
-
type: string;
|
|
38051
|
-
};
|
|
38052
|
-
description?: never;
|
|
38053
|
-
errors?: never;
|
|
38054
|
-
properties_updated?: never;
|
|
38055
|
-
warnings?: never;
|
|
38056
|
-
response_body?: never;
|
|
38057
|
-
response_status_code?: never;
|
|
38092
|
+
created_at: {
|
|
38093
|
+
type: string;
|
|
38058
38094
|
};
|
|
38059
|
-
|
|
38060
|
-
|
|
38061
|
-
} | {
|
|
38062
|
-
properties: {
|
|
38063
|
-
description: {
|
|
38064
|
-
type: string;
|
|
38065
|
-
};
|
|
38066
|
-
entry_type: {
|
|
38067
|
-
enum: string[];
|
|
38068
|
-
type: string;
|
|
38069
|
-
};
|
|
38070
|
-
response_body: {
|
|
38071
|
-
additionalProperties: {
|
|
38072
|
-
$ref: string;
|
|
38073
|
-
};
|
|
38074
|
-
type: string;
|
|
38075
|
-
};
|
|
38076
|
-
response_status_code: {
|
|
38077
|
-
format: string;
|
|
38078
|
-
type: string;
|
|
38079
|
-
};
|
|
38080
|
-
errors?: never;
|
|
38081
|
-
properties_updated?: never;
|
|
38082
|
-
warnings?: never;
|
|
38083
|
-
event_id?: never;
|
|
38084
|
-
event_type?: never;
|
|
38095
|
+
entry_type: {
|
|
38096
|
+
type: string;
|
|
38085
38097
|
};
|
|
38086
|
-
|
|
38087
|
-
|
|
38088
|
-
|
|
38089
|
-
|
|
38090
|
-
|
|
38091
|
-
|
|
38092
|
-
|
|
38093
|
-
|
|
38094
|
-
type: string;
|
|
38095
|
-
};
|
|
38096
|
-
resource_id: {
|
|
38097
|
-
type: string;
|
|
38098
|
-
};
|
|
38099
|
-
resource_type: {
|
|
38098
|
+
resource_id: {
|
|
38099
|
+
type: string;
|
|
38100
|
+
};
|
|
38101
|
+
resource_type: {
|
|
38102
|
+
type: string;
|
|
38103
|
+
};
|
|
38104
|
+
};
|
|
38105
|
+
required: string[];
|
|
38100
38106
|
type: string;
|
|
38101
38107
|
};
|
|
38108
|
+
type: string;
|
|
38102
38109
|
};
|
|
38103
|
-
required: string[];
|
|
38104
|
-
type: string;
|
|
38105
38110
|
};
|
|
38111
|
+
required: string[];
|
|
38106
38112
|
type: string;
|
|
38107
38113
|
};
|
|
38114
|
+
type: string;
|
|
38115
|
+
};
|
|
38116
|
+
resource_id: {
|
|
38117
|
+
type: string;
|
|
38118
|
+
};
|
|
38119
|
+
resource_type: {
|
|
38120
|
+
type: string;
|
|
38108
38121
|
};
|
|
38109
|
-
required: string[];
|
|
38110
|
-
type: string;
|
|
38111
38122
|
};
|
|
38123
|
+
required: string[];
|
|
38112
38124
|
type: string;
|
|
38113
38125
|
};
|
|
38114
38126
|
};
|
|
@@ -38205,183 +38217,195 @@ declare const _default: {
|
|
|
38205
38217
|
$ref: string;
|
|
38206
38218
|
};
|
|
38207
38219
|
timeline: {
|
|
38208
|
-
|
|
38209
|
-
|
|
38210
|
-
|
|
38211
|
-
|
|
38212
|
-
|
|
38213
|
-
|
|
38214
|
-
|
|
38215
|
-
|
|
38216
|
-
|
|
38217
|
-
|
|
38218
|
-
|
|
38219
|
-
|
|
38220
|
-
|
|
38221
|
-
|
|
38222
|
-
|
|
38220
|
+
properties: {
|
|
38221
|
+
groups: {
|
|
38222
|
+
items: {
|
|
38223
|
+
properties: {
|
|
38224
|
+
context: {
|
|
38225
|
+
oneOf: ({
|
|
38226
|
+
properties: {
|
|
38227
|
+
context_type: {
|
|
38228
|
+
enum: string[];
|
|
38229
|
+
type: string;
|
|
38230
|
+
};
|
|
38231
|
+
request_id: {
|
|
38232
|
+
type: string;
|
|
38233
|
+
};
|
|
38234
|
+
request_payload: {
|
|
38235
|
+
additionalProperties: {
|
|
38236
|
+
$ref: string;
|
|
38237
|
+
};
|
|
38238
|
+
type: string;
|
|
38239
|
+
};
|
|
38240
|
+
response_payload: {
|
|
38241
|
+
additionalProperties: {
|
|
38242
|
+
$ref: string;
|
|
38243
|
+
};
|
|
38244
|
+
type: string;
|
|
38245
|
+
};
|
|
38246
|
+
job_id?: never;
|
|
38223
38247
|
};
|
|
38248
|
+
required: string[];
|
|
38224
38249
|
type: string;
|
|
38225
|
-
}
|
|
38226
|
-
|
|
38227
|
-
|
|
38228
|
-
|
|
38250
|
+
} | {
|
|
38251
|
+
properties: {
|
|
38252
|
+
context_type: {
|
|
38253
|
+
enum: string[];
|
|
38254
|
+
type: string;
|
|
38255
|
+
};
|
|
38256
|
+
job_id: {
|
|
38257
|
+
type: string;
|
|
38258
|
+
};
|
|
38259
|
+
request_id?: never;
|
|
38260
|
+
request_payload?: never;
|
|
38261
|
+
response_payload?: never;
|
|
38229
38262
|
};
|
|
38263
|
+
required: string[];
|
|
38230
38264
|
type: string;
|
|
38231
|
-
};
|
|
38232
|
-
job_id?: never;
|
|
38265
|
+
})[];
|
|
38233
38266
|
};
|
|
38234
|
-
|
|
38235
|
-
|
|
38236
|
-
} | {
|
|
38237
|
-
properties: {
|
|
38238
|
-
context_type: {
|
|
38239
|
-
enum: string[];
|
|
38240
|
-
type: string;
|
|
38241
|
-
};
|
|
38242
|
-
job_id: {
|
|
38243
|
-
type: string;
|
|
38244
|
-
};
|
|
38245
|
-
request_id?: never;
|
|
38246
|
-
request_payload?: never;
|
|
38247
|
-
response_payload?: never;
|
|
38267
|
+
created_at: {
|
|
38268
|
+
type: string;
|
|
38248
38269
|
};
|
|
38249
|
-
|
|
38250
|
-
|
|
38251
|
-
|
|
38252
|
-
|
|
38253
|
-
|
|
38254
|
-
|
|
38255
|
-
|
|
38256
|
-
|
|
38257
|
-
|
|
38258
|
-
|
|
38259
|
-
|
|
38260
|
-
|
|
38261
|
-
|
|
38262
|
-
|
|
38263
|
-
|
|
38264
|
-
|
|
38265
|
-
|
|
38266
|
-
|
|
38267
|
-
|
|
38268
|
-
|
|
38269
|
-
|
|
38270
|
-
|
|
38271
|
-
warnings?: never;
|
|
38272
|
-
event_id?: never;
|
|
38273
|
-
event_type?: never;
|
|
38274
|
-
response_body?: never;
|
|
38275
|
-
response_status_code?: never;
|
|
38276
|
-
};
|
|
38277
|
-
required: string[];
|
|
38278
|
-
type: string;
|
|
38279
|
-
} | {
|
|
38280
|
-
properties: {
|
|
38281
|
-
description: {
|
|
38282
|
-
type: string;
|
|
38283
|
-
};
|
|
38284
|
-
entry_type: {
|
|
38285
|
-
enum: string[];
|
|
38270
|
+
entries: {
|
|
38271
|
+
items: {
|
|
38272
|
+
properties: {
|
|
38273
|
+
body: {
|
|
38274
|
+
oneOf: ({
|
|
38275
|
+
properties: {
|
|
38276
|
+
description: {
|
|
38277
|
+
type: string;
|
|
38278
|
+
};
|
|
38279
|
+
entry_type: {
|
|
38280
|
+
enum: string[];
|
|
38281
|
+
type: string;
|
|
38282
|
+
};
|
|
38283
|
+
errors?: never;
|
|
38284
|
+
properties_updated?: never;
|
|
38285
|
+
warnings?: never;
|
|
38286
|
+
event_id?: never;
|
|
38287
|
+
event_type?: never;
|
|
38288
|
+
response_body?: never;
|
|
38289
|
+
response_status_code?: never;
|
|
38290
|
+
};
|
|
38291
|
+
required: string[];
|
|
38286
38292
|
type: string;
|
|
38287
|
-
}
|
|
38288
|
-
|
|
38289
|
-
|
|
38290
|
-
|
|
38293
|
+
} | {
|
|
38294
|
+
properties: {
|
|
38295
|
+
description: {
|
|
38296
|
+
type: string;
|
|
38297
|
+
};
|
|
38298
|
+
entry_type: {
|
|
38299
|
+
enum: string[];
|
|
38300
|
+
type: string;
|
|
38301
|
+
};
|
|
38302
|
+
errors: {
|
|
38303
|
+
items: {
|
|
38304
|
+
type: string;
|
|
38305
|
+
};
|
|
38306
|
+
type: string;
|
|
38307
|
+
};
|
|
38308
|
+
properties_updated: {
|
|
38309
|
+
additionalProperties: {
|
|
38310
|
+
$ref: string;
|
|
38311
|
+
};
|
|
38312
|
+
type: string;
|
|
38313
|
+
};
|
|
38314
|
+
warnings: {
|
|
38315
|
+
items: {
|
|
38316
|
+
type: string;
|
|
38317
|
+
};
|
|
38318
|
+
type: string;
|
|
38319
|
+
};
|
|
38320
|
+
event_id?: never;
|
|
38321
|
+
event_type?: never;
|
|
38322
|
+
response_body?: never;
|
|
38323
|
+
response_status_code?: never;
|
|
38291
38324
|
};
|
|
38325
|
+
required: string[];
|
|
38292
38326
|
type: string;
|
|
38293
|
-
}
|
|
38294
|
-
|
|
38295
|
-
|
|
38296
|
-
|
|
38327
|
+
} | {
|
|
38328
|
+
properties: {
|
|
38329
|
+
entry_type: {
|
|
38330
|
+
enum: string[];
|
|
38331
|
+
type: string;
|
|
38332
|
+
};
|
|
38333
|
+
event_id: {
|
|
38334
|
+
type: string;
|
|
38335
|
+
};
|
|
38336
|
+
event_type: {
|
|
38337
|
+
type: string;
|
|
38338
|
+
};
|
|
38339
|
+
description?: never;
|
|
38340
|
+
errors?: never;
|
|
38341
|
+
properties_updated?: never;
|
|
38342
|
+
warnings?: never;
|
|
38343
|
+
response_body?: never;
|
|
38344
|
+
response_status_code?: never;
|
|
38297
38345
|
};
|
|
38346
|
+
required: string[];
|
|
38298
38347
|
type: string;
|
|
38299
|
-
}
|
|
38300
|
-
|
|
38301
|
-
|
|
38302
|
-
|
|
38348
|
+
} | {
|
|
38349
|
+
properties: {
|
|
38350
|
+
description: {
|
|
38351
|
+
type: string;
|
|
38352
|
+
};
|
|
38353
|
+
entry_type: {
|
|
38354
|
+
enum: string[];
|
|
38355
|
+
type: string;
|
|
38356
|
+
};
|
|
38357
|
+
response_body: {
|
|
38358
|
+
additionalProperties: {
|
|
38359
|
+
$ref: string;
|
|
38360
|
+
};
|
|
38361
|
+
type: string;
|
|
38362
|
+
};
|
|
38363
|
+
response_status_code: {
|
|
38364
|
+
format: string;
|
|
38365
|
+
type: string;
|
|
38366
|
+
};
|
|
38367
|
+
errors?: never;
|
|
38368
|
+
properties_updated?: never;
|
|
38369
|
+
warnings?: never;
|
|
38370
|
+
event_id?: never;
|
|
38371
|
+
event_type?: never;
|
|
38303
38372
|
};
|
|
38373
|
+
required: string[];
|
|
38304
38374
|
type: string;
|
|
38305
|
-
};
|
|
38306
|
-
event_id?: never;
|
|
38307
|
-
event_type?: never;
|
|
38308
|
-
response_body?: never;
|
|
38309
|
-
response_status_code?: never;
|
|
38375
|
+
})[];
|
|
38310
38376
|
};
|
|
38311
|
-
|
|
38312
|
-
|
|
38313
|
-
} | {
|
|
38314
|
-
properties: {
|
|
38315
|
-
entry_type: {
|
|
38316
|
-
enum: string[];
|
|
38317
|
-
type: string;
|
|
38318
|
-
};
|
|
38319
|
-
event_id: {
|
|
38320
|
-
type: string;
|
|
38321
|
-
};
|
|
38322
|
-
event_type: {
|
|
38323
|
-
type: string;
|
|
38324
|
-
};
|
|
38325
|
-
description?: never;
|
|
38326
|
-
errors?: never;
|
|
38327
|
-
properties_updated?: never;
|
|
38328
|
-
warnings?: never;
|
|
38329
|
-
response_body?: never;
|
|
38330
|
-
response_status_code?: never;
|
|
38377
|
+
created_at: {
|
|
38378
|
+
type: string;
|
|
38331
38379
|
};
|
|
38332
|
-
|
|
38333
|
-
|
|
38334
|
-
} | {
|
|
38335
|
-
properties: {
|
|
38336
|
-
description: {
|
|
38337
|
-
type: string;
|
|
38338
|
-
};
|
|
38339
|
-
entry_type: {
|
|
38340
|
-
enum: string[];
|
|
38341
|
-
type: string;
|
|
38342
|
-
};
|
|
38343
|
-
response_body: {
|
|
38344
|
-
additionalProperties: {
|
|
38345
|
-
$ref: string;
|
|
38346
|
-
};
|
|
38347
|
-
type: string;
|
|
38348
|
-
};
|
|
38349
|
-
response_status_code: {
|
|
38350
|
-
format: string;
|
|
38351
|
-
type: string;
|
|
38352
|
-
};
|
|
38353
|
-
errors?: never;
|
|
38354
|
-
properties_updated?: never;
|
|
38355
|
-
warnings?: never;
|
|
38356
|
-
event_id?: never;
|
|
38357
|
-
event_type?: never;
|
|
38380
|
+
entry_type: {
|
|
38381
|
+
type: string;
|
|
38358
38382
|
};
|
|
38359
|
-
|
|
38360
|
-
|
|
38361
|
-
|
|
38362
|
-
|
|
38363
|
-
|
|
38364
|
-
|
|
38365
|
-
|
|
38366
|
-
|
|
38367
|
-
type: string;
|
|
38368
|
-
};
|
|
38369
|
-
resource_id: {
|
|
38370
|
-
type: string;
|
|
38371
|
-
};
|
|
38372
|
-
resource_type: {
|
|
38383
|
+
resource_id: {
|
|
38384
|
+
type: string;
|
|
38385
|
+
};
|
|
38386
|
+
resource_type: {
|
|
38387
|
+
type: string;
|
|
38388
|
+
};
|
|
38389
|
+
};
|
|
38390
|
+
required: string[];
|
|
38373
38391
|
type: string;
|
|
38374
38392
|
};
|
|
38393
|
+
type: string;
|
|
38375
38394
|
};
|
|
38376
|
-
required: string[];
|
|
38377
|
-
type: string;
|
|
38378
38395
|
};
|
|
38396
|
+
required: string[];
|
|
38379
38397
|
type: string;
|
|
38380
38398
|
};
|
|
38399
|
+
type: string;
|
|
38400
|
+
};
|
|
38401
|
+
resource_id: {
|
|
38402
|
+
type: string;
|
|
38403
|
+
};
|
|
38404
|
+
resource_type: {
|
|
38405
|
+
type: string;
|
|
38381
38406
|
};
|
|
38382
|
-
required: string[];
|
|
38383
|
-
type: string;
|
|
38384
38407
|
};
|
|
38408
|
+
required: string[];
|
|
38385
38409
|
type: string;
|
|
38386
38410
|
};
|
|
38387
38411
|
};
|
|
@@ -38557,11 +38581,23 @@ declare const _default: {
|
|
|
38557
38581
|
created_at: {
|
|
38558
38582
|
type: string;
|
|
38559
38583
|
};
|
|
38584
|
+
partner_key: {
|
|
38585
|
+
nullable: boolean;
|
|
38586
|
+
type: string;
|
|
38587
|
+
};
|
|
38560
38588
|
partner_resource_id: {
|
|
38561
38589
|
format: string;
|
|
38562
38590
|
nullable: boolean;
|
|
38563
38591
|
type: string;
|
|
38564
38592
|
};
|
|
38593
|
+
resource_type: {
|
|
38594
|
+
nullable: boolean;
|
|
38595
|
+
type: string;
|
|
38596
|
+
};
|
|
38597
|
+
resource_type_alias: {
|
|
38598
|
+
nullable: boolean;
|
|
38599
|
+
type: string;
|
|
38600
|
+
};
|
|
38565
38601
|
workspace_id: {
|
|
38566
38602
|
format: string;
|
|
38567
38603
|
type: string;
|
|
@@ -38722,11 +38758,23 @@ declare const _default: {
|
|
|
38722
38758
|
created_at: {
|
|
38723
38759
|
type: string;
|
|
38724
38760
|
};
|
|
38761
|
+
partner_key: {
|
|
38762
|
+
nullable: boolean;
|
|
38763
|
+
type: string;
|
|
38764
|
+
};
|
|
38725
38765
|
partner_resource_id: {
|
|
38726
38766
|
format: string;
|
|
38727
38767
|
nullable: boolean;
|
|
38728
38768
|
type: string;
|
|
38729
38769
|
};
|
|
38770
|
+
resource_type: {
|
|
38771
|
+
nullable: boolean;
|
|
38772
|
+
type: string;
|
|
38773
|
+
};
|
|
38774
|
+
resource_type_alias: {
|
|
38775
|
+
nullable: boolean;
|
|
38776
|
+
type: string;
|
|
38777
|
+
};
|
|
38730
38778
|
workspace_id: {
|
|
38731
38779
|
format: string;
|
|
38732
38780
|
type: string;
|