Skip to content

Commit

Permalink
Merge pull request #277 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Feb 21, 2024
2 parents ba57737 + f48a0b0 commit 941f04d
Show file tree
Hide file tree
Showing 73 changed files with 146 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ public interface IPagingTrait<T> where T : IPagingTrait<T>
/**
* set limit with the specificied value
*/
T WithLimit(int limit);
T WithLimit(long limit);

/**
* set offset with the specificied value
*/
T WithOffset(int offset);
T WithOffset(long offset);

/**
* set withTotal with the specificied value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyApiClientsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyApiClientsGet WithLimit(int limit)
public ByProjectKeyApiClientsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyApiClientsGet WithOffset(int offset)
public ByProjectKeyApiClientsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet WithSort(string sort
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApp
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApp
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCar
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrd
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuo
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuo
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet WithLimit(int limit)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet WithOffset(int offset)
public ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyAssociateRolesGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAssociateRolesGet WithLimit(int limit)
public ByProjectKeyAssociateRolesGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAssociateRolesGet WithOffset(int offset)
public ByProjectKeyAssociateRolesGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyAttributeGroupsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyAttributeGroupsGet WithLimit(int limit)
public ByProjectKeyAttributeGroupsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyAttributeGroupsGet WithOffset(int offset)
public ByProjectKeyAttributeGroupsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyBusinessUnitsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyBusinessUnitsGet WithLimit(int limit)
public ByProjectKeyBusinessUnitsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyBusinessUnitsGet WithOffset(int offset)
public ByProjectKeyBusinessUnitsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyCartDiscountsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCartDiscountsGet WithLimit(int limit)
public ByProjectKeyCartDiscountsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCartDiscountsGet WithOffset(int offset)
public ByProjectKeyCartDiscountsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyCartsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCartsGet WithLimit(int limit)
public ByProjectKeyCartsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCartsGet WithOffset(int offset)
public ByProjectKeyCartsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyCategoriesGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCategoriesGet WithLimit(int limit)
public ByProjectKeyCategoriesGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCategoriesGet WithOffset(int offset)
public ByProjectKeyCategoriesGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyChannelsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyChannelsGet WithLimit(int limit)
public ByProjectKeyChannelsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyChannelsGet WithOffset(int offset)
public ByProjectKeyChannelsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ public ByProjectKeyCustomObjectsByContainerGet WithExpand(string expand)
return this.AddQueryParam("expand", expand);
}

public ByProjectKeyCustomObjectsByContainerGet WithLimit(int limit)
public ByProjectKeyCustomObjectsByContainerGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCustomObjectsByContainerGet WithOffset(int offset)
public ByProjectKeyCustomObjectsByContainerGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ public ByProjectKeyCustomObjectsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCustomObjectsGet WithLimit(int limit)
public ByProjectKeyCustomObjectsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCustomObjectsGet WithOffset(int offset)
public ByProjectKeyCustomObjectsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ public ByProjectKeyCustomerGroupsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCustomerGroupsGet WithLimit(int limit)
public ByProjectKeyCustomerGroupsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCustomerGroupsGet WithOffset(int offset)
public ByProjectKeyCustomerGroupsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyCustomersGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyCustomersGet WithLimit(int limit)
public ByProjectKeyCustomersGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyCustomersGet WithOffset(int offset)
public ByProjectKeyCustomersGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public ByProjectKeyDiscountCodesGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyDiscountCodesGet WithLimit(int limit)
public ByProjectKeyDiscountCodesGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyDiscountCodesGet WithOffset(int offset)
public ByProjectKeyDiscountCodesGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ public ByProjectKeyExtensionsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyExtensionsGet WithLimit(int limit)
public ByProjectKeyExtensionsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyExtensionsGet WithOffset(int offset)
public ByProjectKeyExtensionsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet WithLimit(int limit)
public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet WithOffset(int offset)
public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyCartsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyInStoreKeyByStoreKeyCartsGet WithLimit(int limit)
public ByProjectKeyInStoreKeyByStoreKeyCartsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyInStoreKeyByStoreKeyCartsGet WithOffset(int offset)
public ByProjectKeyInStoreKeyByStoreKeyCartsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyCustomersGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyInStoreKeyByStoreKeyCustomersGet WithLimit(int limit)
public ByProjectKeyInStoreKeyByStoreKeyCustomersGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyInStoreKeyByStoreKeyCustomersGet WithOffset(int offset)
public ByProjectKeyInStoreKeyByStoreKeyCustomersGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyMeCartsGet WithSort(string sort)
return this.AddQueryParam("sort", sort);
}

public ByProjectKeyInStoreKeyByStoreKeyMeCartsGet WithLimit(int limit)
public ByProjectKeyInStoreKeyByStoreKeyMeCartsGet WithLimit(long limit)
{
return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture));
}

public ByProjectKeyInStoreKeyByStoreKeyMeCartsGet WithOffset(int offset)
public ByProjectKeyInStoreKeyByStoreKeyMeCartsGet WithOffset(long offset)
{
return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture));
}
Expand Down
Loading

0 comments on commit 941f04d

Please sign in to comment.