Skip to content

Commit

Permalink
fix(specs): support synonyms type in camel case [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4031

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Oct 28, 2024
1 parent c9a43b4 commit 00e515c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public enum BigQueryDataType {
GA_4("ga4"),

GA_36_0("ga360");
GA_360("ga360");

private final String value;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ public enum SynonymType {

ALTCORRECTION_2("altcorrection2"),

PLACEHOLDER("placeholder");
PLACEHOLDER("placeholder"),

ONE_WAY_SYNONYM("oneWaySynonym"),

ALT_CORRECTION_1("altCorrection1"),

ALT_CORRECTION_2("altCorrection2");

private final String value;

Expand Down

0 comments on commit 00e515c

Please sign in to comment.