Skip to content

Commit

Permalink
fix: updates std sobjects in minSObjects.json (#5125)
Browse files Browse the repository at this point in the history
@W-13871991@
  • Loading branch information
peternhale authored Oct 12, 2023
1 parent 8d3b915 commit ba9dc91
Show file tree
Hide file tree
Showing 3 changed files with 35,042 additions and 11,894 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ async function createConnection(aliasOrUsername: string) {
async function generateLocalSobjectJSON(connection: Connection) {
const sobjectNames = [
'Account',
'AccountHistory',
'Asset',
'Attachment',
'Case',
'Contact',
'Contract',
'Domain',
'Lead',
'Note',
'Opportunity',
Expand Down Expand Up @@ -79,7 +82,7 @@ async function generateLocalSobjectJSON(connection: Connection) {
JSON.stringify({
typeNames: output.getTypeNames(),
standard: output.getStandard().map(removeCustomFields)
})
}, undefined, 2)
);
}
function initializeOutput(sobjectNames: string[]) {
Expand Down
Loading

0 comments on commit ba9dc91

Please sign in to comment.