File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,16 +275,18 @@ export interface IBulkJobBodyUpdate extends IBulkJobBodyBase<IUpdateCustomObject
275275 } ;
276276}
277277
278- export interface IBulkJobBodyCreateOrUpdateByName
279- extends IBulkJobBodyBase < ICreateCustomObjectRecordBody < ICustomObjectRecordField > > {
278+ export interface IBulkJobBodyCreateOrUpdateByName extends IBulkJobBodyBase <
279+ ICreateCustomObjectRecordBody < ICustomObjectRecordField >
280+ > {
280281 job : {
281282 action : RecordBulkAction . create_or_update_by_name ;
282283 items : ICreateCustomObjectRecordBody < ICustomObjectRecordField > [ ] ;
283284 } ;
284285}
285286
286- export interface IBulkJobBodyCreateOrUpdateByExternalId
287- extends IBulkJobBodyBase < ICreateCustomObjectRecordBodyWithExternalId < ICustomObjectRecordField > > {
287+ export interface IBulkJobBodyCreateOrUpdateByExternalId extends IBulkJobBodyBase <
288+ ICreateCustomObjectRecordBodyWithExternalId < ICustomObjectRecordField >
289+ > {
288290 job : {
289291 action : RecordBulkAction . create_or_update_by_external_id ;
290292 items : ICreateCustomObjectRecordBodyWithExternalId < ICustomObjectRecordField > [ ] ;
You can’t perform that action at this time.
0 commit comments