Skip to content

Commit

Permalink
Regenerated types.
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGRelewise committed Aug 8, 2024
1 parent 667213f commit a3747f1
Show file tree
Hide file tree
Showing 293 changed files with 150 additions and 1,008 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AbandonedCartTriggerResultTriggerConfiguration extends TriggerConfiguration
{
public String $type = "Relewise.Client.DataTypes.Triggers.Configurations.TriggerConfiguration`1[[Relewise.Client.Responses.Triggers.Results.AbandonedCartTriggerResult, Relewise.Client, Version=1.61.0.0, Culture=neutral, PublicKeyToken=null]], Relewise.Client";
public String $type = "";
@Override
public AbandonedCartTriggerResultTriggerConfiguration setId(UUID id)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AbandonedSearch
{
public String $type = "Relewise.Client.Responses.Triggers.Results.AbandonedSearch, Relewise.Client";
public String $type = "";
public String loweredSearchTerm;
public Integer hits;
public String getLoweredSearchTerm()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AbandonedSearchTriggerResultTriggerConfiguration extends TriggerConfiguration
{
public String $type = "Relewise.Client.DataTypes.Triggers.Configurations.TriggerConfiguration`1[[Relewise.Client.Responses.Triggers.Results.AbandonedSearchTriggerResult, Relewise.Client, Version=1.61.0.0, Culture=neutral, PublicKeyToken=null]], Relewise.Client";
public String $type = "";
@Override
public AbandonedSearchTriggerResultTriggerConfiguration setId(UUID id)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AnalyzerRequest extends LicensedRequest
{
public String $type = "Relewise.Client.Requests.Analyzers.AnalyzerRequest, Relewise.Client";
public String $type = "";
public @Nullable Language language;
public @Nullable Currency currency;
public @Nullable Language getLanguage()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = ApplicableIndexes.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class ApplicableIndexes
{
public String $type = "Relewise.Client.DataTypes.ApplicableIndexes, Relewise.Client";
public String[] indexes;
public static final ApplicableIndexes ALL = null;
public static ApplicableIndexes create(String... indexes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = ApplicableLanguages.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class ApplicableLanguages
{
public String $type = "Relewise.Client.DataTypes.ApplicableLanguages, Relewise.Client";
public Language[] languages;
public static final ApplicableLanguages ALL = null;
public static ApplicableLanguages create(Language... languages)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AssortmentFacet extends IntegerValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.AssortmentFacet, Relewise.Client";
public String $type = "";
public AssortmentFilterType assortmentFilterType;
public AssortmentFilterType getAssortmentFilterType()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class AssortmentFacetResult extends IntegerIntegerValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.AssortmentFacetResult, Relewise.Client";
public String $type = "";
public AssortmentFilterType assortmentFilterType;
public AssortmentFilterType getAssortmentFilterType()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BooleanAvailableFacetValue.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BooleanAvailableFacetValue
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.AvailableFacetValue`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public Boolean value;
public Integer hits;
public Boolean selected;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanBooleanValueFacetResult extends FacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.ValueFacetResult`2[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public ArrayList<Boolean> selected;
public ArrayList<BooleanAvailableFacetValue> available;
public ArrayList<Boolean> getSelected()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanContentDataValueFacet extends BooleanDataValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.ContentDataValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanContentDataValueFacet setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanContentDataValueFacetResult extends BooleanDataValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.ContentDataValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanContentDataValueFacetResult setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanDataObjectValueFacet extends BooleanDataValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.DataObjectValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanDataObjectValueFacet setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanDataObjectValueFacetResult extends BooleanDataValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.DataObjectValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanDataObjectValueFacetResult setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanDataValueFacet extends BooleanValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.DataValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public String key;
public @Nullable CollectionFilterType collectionFilterType;
public String getKey()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanDataValueFacetResult extends BooleanValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.DataValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public String key;
public @Nullable CollectionFilterType collectionFilterType;
public String getKey()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanProductCategoryDataValueFacet extends BooleanDataValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.ProductCategoryDataValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanProductCategoryDataValueFacet setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanProductCategoryDataValueFacetResult extends BooleanDataValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.ProductCategoryDataValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanProductCategoryDataValueFacetResult setKey(String key)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanProductDataValueFacet extends BooleanDataValueFacet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.ProductDataValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public DataSelectionStrategy dataSelectionStrategy;
public DataSelectionStrategy getDataSelectionStrategy()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanProductDataValueFacetResult extends BooleanDataValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.ProductDataValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public DataSelectionStrategy dataSelectionStrategy;
public DataSelectionStrategy getDataSelectionStrategy()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanValueFacet extends Facet
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Queries.ValueFacet`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
public @Nullable ArrayList<Boolean> selected;
public @Nullable ArrayList<Boolean> getSelected()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BooleanValueFacetResult extends BooleanBooleanValueFacetResult
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.ValueFacetResult`1[[System.Boolean, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Relewise.Client";
public String $type = "";
@Override
public BooleanValueFacetResult setSelected(Boolean... selected)
{
Expand Down
6 changes: 0 additions & 6 deletions src/src/main/java/com/relewise/client/model/Brand.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = Brand.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class Brand
{
public String $type = "Relewise.Client.DataTypes.Brand, Relewise.Client";
public String id;
public @Nullable String displayName;
public @Nullable ArrayList<Integer> assortments;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandIndexConfiguration.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandIndexConfiguration
{
public String $type = "Relewise.Client.DataTypes.Search.Configuration.BrandIndexConfiguration, Relewise.Client";
public FieldIndexConfiguration id;
public FieldIndexConfiguration displayName;
public static BrandIndexConfiguration create()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandNameAndIdResult.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandNameAndIdResult
{
public String $type = "Relewise.Client.DataTypes.BrandNameAndIdResult, Relewise.Client";
public String id;
public String displayName;
public static BrandNameAndIdResult create(String id, String displayName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandNameAndIdResultAvailableFacetValue.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandNameAndIdResultAvailableFacetValue
{
public String $type = "Relewise.Client.DataTypes.Search.Facets.Result.AvailableFacetValue`1[[Relewise.Client.DataTypes.BrandNameAndIdResult, Relewise.Client, Version=1.61.0.0, Culture=neutral, PublicKeyToken=null]], Relewise.Client";
public BrandNameAndIdResult value;
public Integer hits;
public Boolean selected;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class BrandRecommendationRequest extends RecommendationRequest implements IUserIdentifier
{
public String $type = "Relewise.Client.Requests.Recommendations.BrandRecommendationRequest, Relewise.Client";
public String $type = "";
public BrandRecommendationRequestSettings settings;
public BrandRecommendationRequestSettings getSettings()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandRecommendationRequestSettings.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandRecommendationRequestSettings
{
public String $type = "Relewise.Client.Requests.Recommendations.BrandRecommendationRequestSettings, Relewise.Client";
public Integer numberOfRecommendations;
public Boolean allowFillIfNecessaryToReachNumberOfRecommendations;
public Boolean allowReplacingOfRecentlyShownRecommendations;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandRecommendationWeights.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandRecommendationWeights
{
public String $type = "Relewise.Client.Requests.Recommendations.BrandRecommendationWeights, Relewise.Client";
public Double brandViews;
public Double productViews;
public Double productPurchases;
Expand Down
6 changes: 0 additions & 6 deletions src/src/main/java/com/relewise/client/model/BrandResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandResult.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandResult
{
public String $type = "Relewise.Client.DataTypes.BrandResult, Relewise.Client";
public String id;
public String displayName;
public Integer rank;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = BrandResultDetails.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class BrandResultDetails
{
public String $type = "Relewise.Client.DataTypes.BrandResultDetails, Relewise.Client";
public String brandId;
public String displayName;
public Integer[] assortments;
Expand Down
6 changes: 0 additions & 6 deletions src/src/main/java/com/relewise/client/model/CartDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
import java.util.Set;
import java.util.HashSet;

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
include = JsonTypeInfo.As.EXISTING_PROPERTY,
property = "$type",
defaultImpl = CartDetails.class)
@JsonIgnoreProperties(ignoreUnknown = true)
public class CartDetails
{
public String $type = "Relewise.Client.DataTypes.CartDetails, Relewise.Client";
public String name;
public OffsetDateTime modifiedUtc;
public LineItem[] lineItems;
Expand Down
2 changes: 1 addition & 1 deletion src/src/main/java/com/relewise/client/model/Category.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class Category
{
public String $type = "Relewise.Client.DataTypes.Category, Relewise.Client";
public String $type = "";
public String id;
public Multilingual displayName;
public ArrayList<CategoryPath> categoryPaths;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class CategoryAdministrativeAction extends Trackable
{
public String $type = "Relewise.Client.DataTypes.CategoryAdministrativeAction, Relewise.Client";
public String $type = "";
public FilterCollection filters;
public @Nullable Language language;
public CategoryAdministrativeActionUpdateKind kind;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public abstract class CategoryIdFilter extends Filter
{
public String $type = "Relewise.Client.Requests.Filters.CategoryIdFilter, Relewise.Client";
public String $type = "";
public ArrayList<String> categoryIds;
public CategoryScope evaluationScope;
public ArrayList<String> getCategoryIds()
Expand Down
Loading

0 comments on commit a3747f1

Please sign in to comment.