Skip to content

chore: generated schemas folder (W-23365673)#1474

Merged
jfeingold35 merged 1 commit into
mainfrom
d/W-23365673
Jul 16, 2026
Merged

chore: generated schemas folder (W-23365673)#1474
jfeingold35 merged 1 commit into
mainfrom
d/W-23365673

Conversation

@jfeingold35

Copy link
Copy Markdown
Contributor

What does this PR do?

It bumps the dependency on @oclif/plugin-command-snapshot to a new version that is capable of generating a schemas folder, and generates that folder.

What issues does this PR fix or reference?

@W-23365673@

* Command that provides data import capability via the SObject Tree Save API.
*/
export default class Import extends SfCommand<ImportResult[]> {
export default class Import extends SfCommand<ImportResults> {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The schema generator didn't like having a return type be an array of X, so I just defined a type that is itself an array and that is working fine.

@jfeingold35 jfeingold35 merged commit 1b82f9d into main Jul 16, 2026
34 checks passed
@jfeingold35 jfeingold35 deleted the d/W-23365673 branch July 16, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants