Skip to content

Commit

Permalink
feat(specs): push source type (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3600

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 27, 2024
1 parent 25113e3 commit e1c6a9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Source setInput(SourceInput input) {
}

/** Get input */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public SourceInput getInput() {
return input;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public SourceCreate setInput(SourceInput input) {
}

/** Get input */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public SourceInput getInput() {
return input;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public enum SourceType {

SHOPIFY("shopify"),

SFCC("sfcc");
SFCC("sfcc"),

PUSH("push");

private final String value;

Expand Down

0 comments on commit e1c6a9a

Please sign in to comment.