Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 22, 2024
1 parent a0bf602 commit e2fb6f4
Show file tree
Hide file tree
Showing 30 changed files with 59 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = AttributeGroupReferenceImpl.class)
public interface AttributeGroupReference extends Reference, com.commercetools.api.models.Identifiable<AttributeGroup> {
public interface AttributeGroupReference extends Reference, com.commercetools.api.models.Identifiable<AttributeGroup>,
com.commercetools.api.models.IdentifiableObjHolder<AttributeGroup> {

/**
* discriminator value for AttributeGroupReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = BusinessUnitReferenceImpl.class)
public interface BusinessUnitReference extends Reference, com.commercetools.api.models.Identifiable<BusinessUnit> {
public interface BusinessUnitReference extends Reference, com.commercetools.api.models.Identifiable<BusinessUnit>,
com.commercetools.api.models.IdentifiableObjHolder<BusinessUnit> {

/**
* discriminator value for BusinessUnitReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CartReferenceImpl.class)
public interface CartReference extends Reference, com.commercetools.api.models.Identifiable<Cart> {
public interface CartReference extends Reference, com.commercetools.api.models.Identifiable<Cart>,
com.commercetools.api.models.IdentifiableObjHolder<Cart> {

/**
* discriminator value for CartReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CartDiscountReferenceImpl.class)
public interface CartDiscountReference extends Reference, com.commercetools.api.models.Identifiable<CartDiscount> {
public interface CartDiscountReference extends Reference, com.commercetools.api.models.Identifiable<CartDiscount>,
com.commercetools.api.models.IdentifiableObjHolder<CartDiscount> {

/**
* discriminator value for CartDiscountReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CategoryReferenceImpl.class)
public interface CategoryReference extends Reference, com.commercetools.api.models.Identifiable<Category> {
public interface CategoryReference extends Reference, com.commercetools.api.models.Identifiable<Category>,
com.commercetools.api.models.IdentifiableObjHolder<Category> {

/**
* discriminator value for CategoryReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ChannelReferenceImpl.class)
public interface ChannelReference
extends Reference, com.commercetools.api.models.Identifiable<Channel>, ChannelReferenceMixin {
public interface ChannelReference extends Reference, com.commercetools.api.models.Identifiable<Channel>,
ChannelReferenceMixin, com.commercetools.api.models.IdentifiableObjHolder<Channel> {

/**
* discriminator value for ChannelReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CustomObjectReferenceImpl.class)
public interface CustomObjectReference extends Reference, com.commercetools.api.models.Identifiable<CustomObject> {
public interface CustomObjectReference extends Reference, com.commercetools.api.models.Identifiable<CustomObject>,
com.commercetools.api.models.IdentifiableObjHolder<CustomObject> {

/**
* discriminator value for CustomObjectReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CustomerReferenceImpl.class)
public interface CustomerReference extends Reference, com.commercetools.api.models.Identifiable<Customer> {
public interface CustomerReference extends Reference, com.commercetools.api.models.Identifiable<Customer>,
com.commercetools.api.models.IdentifiableObjHolder<Customer> {

/**
* discriminator value for CustomerReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = CustomerGroupReferenceImpl.class)
public interface CustomerGroupReference extends Reference, com.commercetools.api.models.Identifiable<CustomerGroup> {
public interface CustomerGroupReference extends Reference, com.commercetools.api.models.Identifiable<CustomerGroup>,
com.commercetools.api.models.IdentifiableObjHolder<CustomerGroup> {

/**
* discriminator value for CustomerGroupReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = DiscountCodeReferenceImpl.class)
public interface DiscountCodeReference extends Reference, com.commercetools.api.models.Identifiable<DiscountCode> {
public interface DiscountCodeReference extends Reference, com.commercetools.api.models.Identifiable<DiscountCode>,
com.commercetools.api.models.IdentifiableObjHolder<DiscountCode> {

/**
* discriminator value for DiscountCodeReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = InventoryEntryReferenceImpl.class)
public interface InventoryEntryReference extends Reference, com.commercetools.api.models.Identifiable<InventoryEntry> {
public interface InventoryEntryReference extends Reference, com.commercetools.api.models.Identifiable<InventoryEntry>,
com.commercetools.api.models.IdentifiableObjHolder<InventoryEntry> {

/**
* discriminator value for InventoryEntryReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = OrderReferenceImpl.class)
public interface OrderReference extends Reference, com.commercetools.api.models.Identifiable<Order> {
public interface OrderReference extends Reference, com.commercetools.api.models.Identifiable<Order>,
com.commercetools.api.models.IdentifiableObjHolder<Order> {

/**
* discriminator value for OrderReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = OrderEditReferenceImpl.class)
public interface OrderEditReference extends Reference, com.commercetools.api.models.Identifiable<OrderEdit> {
public interface OrderEditReference extends Reference, com.commercetools.api.models.Identifiable<OrderEdit>,
com.commercetools.api.models.IdentifiableObjHolder<OrderEdit> {

/**
* discriminator value for OrderEditReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = PaymentReferenceImpl.class)
public interface PaymentReference extends Reference, com.commercetools.api.models.Identifiable<Payment> {
public interface PaymentReference extends Reference, com.commercetools.api.models.Identifiable<Payment>,
com.commercetools.api.models.IdentifiableObjHolder<Payment> {

/**
* discriminator value for PaymentReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ProductReferenceImpl.class)
public interface ProductReference
extends Reference, com.commercetools.api.models.Identifiable<Product>, ProductReferenceMixin {
public interface ProductReference extends Reference, com.commercetools.api.models.Identifiable<Product>,
ProductReferenceMixin, com.commercetools.api.models.IdentifiableObjHolder<Product> {

/**
* discriminator value for ProductReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ProductDiscountReferenceImpl.class)
public interface ProductDiscountReference
extends Reference, com.commercetools.api.models.Identifiable<ProductDiscount> {
public interface ProductDiscountReference extends Reference, com.commercetools.api.models.Identifiable<ProductDiscount>,
com.commercetools.api.models.IdentifiableObjHolder<ProductDiscount> {

/**
* discriminator value for ProductDiscountReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ProductSelectionReferenceImpl.class)
public interface ProductSelectionReference
extends Reference, com.commercetools.api.models.Identifiable<ProductSelection> {
extends Reference, com.commercetools.api.models.Identifiable<ProductSelection>,
com.commercetools.api.models.IdentifiableObjHolder<ProductSelection> {

/**
* discriminator value for ProductSelectionReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ProductTypeReferenceImpl.class)
public interface ProductTypeReference extends Reference, com.commercetools.api.models.Identifiable<ProductType> {
public interface ProductTypeReference extends Reference, com.commercetools.api.models.Identifiable<ProductType>,
com.commercetools.api.models.IdentifiableObjHolder<ProductType> {

/**
* discriminator value for ProductTypeReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = QuoteReferenceImpl.class)
public interface QuoteReference extends Reference, com.commercetools.api.models.Identifiable<Quote> {
public interface QuoteReference extends Reference, com.commercetools.api.models.Identifiable<Quote>,
com.commercetools.api.models.IdentifiableObjHolder<Quote> {

/**
* discriminator value for QuoteReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = QuoteRequestReferenceImpl.class)
public interface QuoteRequestReference extends Reference, com.commercetools.api.models.Identifiable<QuoteRequest> {
public interface QuoteRequestReference extends Reference, com.commercetools.api.models.Identifiable<QuoteRequest>,
com.commercetools.api.models.IdentifiableObjHolder<QuoteRequest> {

/**
* discriminator value for QuoteRequestReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ReviewReferenceImpl.class)
public interface ReviewReference extends Reference, com.commercetools.api.models.Identifiable<Review> {
public interface ReviewReference extends Reference, com.commercetools.api.models.Identifiable<Review>,
com.commercetools.api.models.IdentifiableObjHolder<Review> {

/**
* discriminator value for ReviewReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ShippingMethodReferenceImpl.class)
public interface ShippingMethodReference extends Reference, com.commercetools.api.models.Identifiable<ShippingMethod> {
public interface ShippingMethodReference extends Reference, com.commercetools.api.models.Identifiable<ShippingMethod>,
com.commercetools.api.models.IdentifiableObjHolder<ShippingMethod> {

/**
* discriminator value for ShippingMethodReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ShoppingListReferenceImpl.class)
public interface ShoppingListReference extends Reference, com.commercetools.api.models.Identifiable<ShoppingList> {
public interface ShoppingListReference extends Reference, com.commercetools.api.models.Identifiable<ShoppingList>,
com.commercetools.api.models.IdentifiableObjHolder<ShoppingList> {

/**
* discriminator value for ShoppingListReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = StagedQuoteReferenceImpl.class)
public interface StagedQuoteReference extends Reference, com.commercetools.api.models.Identifiable<StagedQuote> {
public interface StagedQuoteReference extends Reference, com.commercetools.api.models.Identifiable<StagedQuote>,
com.commercetools.api.models.IdentifiableObjHolder<StagedQuote> {

/**
* discriminator value for StagedQuoteReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = StateReferenceImpl.class)
public interface StateReference extends Reference, com.commercetools.api.models.Identifiable<State> {
public interface StateReference extends Reference, com.commercetools.api.models.Identifiable<State>,
com.commercetools.api.models.IdentifiableObjHolder<State> {

/**
* discriminator value for StateReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = StoreReferenceImpl.class)
public interface StoreReference extends Reference, com.commercetools.api.models.Identifiable<Store> {
public interface StoreReference extends Reference, com.commercetools.api.models.Identifiable<Store>,
com.commercetools.api.models.IdentifiableObjHolder<Store> {

/**
* discriminator value for StoreReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = TaxCategoryReferenceImpl.class)
public interface TaxCategoryReference extends Reference, com.commercetools.api.models.Identifiable<TaxCategory> {
public interface TaxCategoryReference extends Reference, com.commercetools.api.models.Identifiable<TaxCategory>,
com.commercetools.api.models.IdentifiableObjHolder<TaxCategory> {

/**
* discriminator value for TaxCategoryReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = TypeReferenceImpl.class)
public interface TypeReference extends Reference, com.commercetools.api.models.Identifiable<Type> {
public interface TypeReference extends Reference, com.commercetools.api.models.Identifiable<Type>,
com.commercetools.api.models.IdentifiableObjHolder<Type> {

/**
* discriminator value for TypeReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
@JsonDeserialize(as = ZoneReferenceImpl.class)
public interface ZoneReference extends Reference, com.commercetools.api.models.Identifiable<Zone> {
public interface ZoneReference extends Reference, com.commercetools.api.models.Identifiable<Zone>,
com.commercetools.api.models.IdentifiableObjHolder<Zone> {

/**
* discriminator value for ZoneReference
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,4 @@ d54ef63fe5ba7eac24c714f805b0a0dbe4315fb7
47e18782ed2049ecdae7413ff7df9c3a796b8132
14cae25763d9bd24ec49dc1a4698532d5a21a7ef
de74b7108b22564877be0b8f52e66b3febc1760f
de74b7108b22564877be0b8f52e66b3febc1760f

0 comments on commit e2fb6f4

Please sign in to comment.