diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/IPagingTrait.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/IPagingTrait.cs index 8ad9cb291b3..c622d8524f9 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/IPagingTrait.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/IPagingTrait.cs @@ -14,12 +14,12 @@ public interface IPagingTrait where T : IPagingTrait /** * 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 diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ApiClients/ByProjectKeyApiClientsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ApiClients/ByProjectKeyApiClientsGet.cs index da57ae45002..c09db276efc 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ApiClients/ByProjectKeyApiClientsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ApiClients/ByProjectKeyApiClientsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet.cs index 30ea523295b..ea8fe7d7529 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdBusinessUnitsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet.cs index 1117746a19c..442e6c93f16 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalFlowsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet.cs index 96e9a7fdb3c..adfc608ce05 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet.cs index 9e28a417e69..a017fbca089 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyCartsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet.cs index 8a5f230cf19..ac77679923b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet.cs index 7fe24e91b19..2e966705d94 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuoteRequestsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet.cs index 34ccacdd02f..6edc2df7e8f 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AsAssociate/ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyQuotesGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AssociateRoles/ByProjectKeyAssociateRolesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AssociateRoles/ByProjectKeyAssociateRolesGet.cs index 6f508b20b49..1c860112d48 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AssociateRoles/ByProjectKeyAssociateRolesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AssociateRoles/ByProjectKeyAssociateRolesGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AttributeGroups/ByProjectKeyAttributeGroupsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AttributeGroups/ByProjectKeyAttributeGroupsGet.cs index 459937196db..a249434cba4 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AttributeGroups/ByProjectKeyAttributeGroupsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/AttributeGroups/ByProjectKeyAttributeGroupsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/BusinessUnits/ByProjectKeyBusinessUnitsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/BusinessUnits/ByProjectKeyBusinessUnitsGet.cs index 9bd3923e91b..6afe5fffbcd 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/BusinessUnits/ByProjectKeyBusinessUnitsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/BusinessUnits/ByProjectKeyBusinessUnitsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CartDiscounts/ByProjectKeyCartDiscountsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CartDiscounts/ByProjectKeyCartDiscountsGet.cs index 496ebb0d2f9..cfedf9b05c2 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CartDiscounts/ByProjectKeyCartDiscountsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CartDiscounts/ByProjectKeyCartDiscountsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Carts/ByProjectKeyCartsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Carts/ByProjectKeyCartsGet.cs index 4e47792a168..6893e3df205 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Carts/ByProjectKeyCartsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Carts/ByProjectKeyCartsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Categories/ByProjectKeyCategoriesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Categories/ByProjectKeyCategoriesGet.cs index 7cb7ac8d52f..3bb81244e10 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Categories/ByProjectKeyCategoriesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Categories/ByProjectKeyCategoriesGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Channels/ByProjectKeyChannelsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Channels/ByProjectKeyChannelsGet.cs index d6d88988f8d..3eaa43cbdb1 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Channels/ByProjectKeyChannelsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Channels/ByProjectKeyChannelsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsByContainerGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsByContainerGet.cs index 8e34d92d090..6049ddde33f 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsByContainerGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsByContainerGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsGet.cs index 067cd54609f..c4b553ed42e 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomObjects/ByProjectKeyCustomObjectsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomerGroups/ByProjectKeyCustomerGroupsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomerGroups/ByProjectKeyCustomerGroupsGet.cs index f279f9236d1..08991dea7d0 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomerGroups/ByProjectKeyCustomerGroupsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/CustomerGroups/ByProjectKeyCustomerGroupsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Customers/ByProjectKeyCustomersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Customers/ByProjectKeyCustomersGet.cs index 980318afc40..c1139c597f4 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Customers/ByProjectKeyCustomersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Customers/ByProjectKeyCustomersGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/DiscountCodes/ByProjectKeyDiscountCodesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/DiscountCodes/ByProjectKeyDiscountCodesGet.cs index 2a740301bc1..2fa89a43b1f 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/DiscountCodes/ByProjectKeyDiscountCodesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/DiscountCodes/ByProjectKeyDiscountCodesGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Extensions/ByProjectKeyExtensionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Extensions/ByProjectKeyExtensionsGet.cs index c9b501424f4..e651d4f7375 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Extensions/ByProjectKeyExtensionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Extensions/ByProjectKeyExtensionsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet.cs index 9ba73b1ffe9..ebd94f5928b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartsGet.cs index 5356681ace8..f67bcf043bb 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCartsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCustomersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCustomersGet.cs index 6b57128d7a8..18facbd856a 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCustomersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyCustomersGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeCartsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeCartsGet.cs index f450e0a20b8..d6b1804dac6 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeCartsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeCartsGet.cs @@ -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)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeGet.cs index 56fa2863c1b..c044aaa8c5b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeGet.cs @@ -66,12 +66,12 @@ public ByProjectKeyInStoreKeyByStoreKeyMeGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInStoreKeyByStoreKeyMeGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyMeGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyMeGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyMeGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet.cs index 3743fa8af80..607acdb9571 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyMeOrdersGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.cs index 500ed646a24..91bfd85727f 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyMeShoppingListsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyOrdersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyOrdersGet.cs index 6d640bac639..4fc81efaf79 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyOrdersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyOrdersGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyOrdersGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInStoreKeyByStoreKeyOrdersGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyOrdersGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyOrdersGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyOrdersGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet.cs index 8d820bb91f2..6ff280ed310 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet.cs @@ -56,12 +56,12 @@ public List GetWhere() return this.GetQueryParam("where"); } - public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyProductSelectionAssignmentsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet.cs index fe733a56352..8a7769f4c8e 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/InStore/ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet WithLimit(int limit) + public ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet WithOffset(int offset) + public ByProjectKeyInStoreKeyByStoreKeyShoppingListsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Inventory/ByProjectKeyInventoryGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Inventory/ByProjectKeyInventoryGet.cs index 72955023461..64667a6fa54 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Inventory/ByProjectKeyInventoryGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Inventory/ByProjectKeyInventoryGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyInventoryGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyInventoryGet WithLimit(int limit) + public ByProjectKeyInventoryGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyInventoryGet WithOffset(int offset) + public ByProjectKeyInventoryGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeBusinessUnitsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeBusinessUnitsGet.cs index 7432c799664..eeaf60278f8 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeBusinessUnitsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeBusinessUnitsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeBusinessUnitsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeBusinessUnitsGet WithLimit(int limit) + public ByProjectKeyMeBusinessUnitsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeBusinessUnitsGet WithOffset(int offset) + public ByProjectKeyMeBusinessUnitsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeCartsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeCartsGet.cs index 12f65cc989e..3e00d3036b4 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeCartsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeCartsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeCartsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeCartsGet WithLimit(int limit) + public ByProjectKeyMeCartsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeCartsGet WithOffset(int offset) + public ByProjectKeyMeCartsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeGet.cs index b9d7cd10232..bba773954ba 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeGet.cs @@ -63,12 +63,12 @@ public ByProjectKeyMeGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeGet WithLimit(int limit) + public ByProjectKeyMeGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeGet WithOffset(int offset) + public ByProjectKeyMeGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeOrdersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeOrdersGet.cs index bde43172c60..2a86c67faad 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeOrdersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeOrdersGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeOrdersGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeOrdersGet WithLimit(int limit) + public ByProjectKeyMeOrdersGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeOrdersGet WithOffset(int offset) + public ByProjectKeyMeOrdersGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMePaymentsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMePaymentsGet.cs index 1e60d4e802b..ff1ba769a28 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMePaymentsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMePaymentsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMePaymentsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMePaymentsGet WithLimit(int limit) + public ByProjectKeyMePaymentsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMePaymentsGet WithOffset(int offset) + public ByProjectKeyMePaymentsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuoteRequestsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuoteRequestsGet.cs index e67bb3941f9..96ee2e71543 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuoteRequestsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuoteRequestsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeQuoteRequestsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeQuoteRequestsGet WithLimit(int limit) + public ByProjectKeyMeQuoteRequestsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeQuoteRequestsGet WithOffset(int offset) + public ByProjectKeyMeQuoteRequestsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuotesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuotesGet.cs index fd5e80533fe..217b53f7925 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuotesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeQuotesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeQuotesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeQuotesGet WithLimit(int limit) + public ByProjectKeyMeQuotesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeQuotesGet WithOffset(int offset) + public ByProjectKeyMeQuotesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeShoppingListsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeShoppingListsGet.cs index 8fda3985b91..bc97e8e5ae1 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeShoppingListsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Me/ByProjectKeyMeShoppingListsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMeShoppingListsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMeShoppingListsGet WithLimit(int limit) + public ByProjectKeyMeShoppingListsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMeShoppingListsGet WithOffset(int offset) + public ByProjectKeyMeShoppingListsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Messages/ByProjectKeyMessagesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Messages/ByProjectKeyMessagesGet.cs index 7f358b4aa20..0dce9c0fd4c 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Messages/ByProjectKeyMessagesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Messages/ByProjectKeyMessagesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyMessagesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyMessagesGet WithLimit(int limit) + public ByProjectKeyMessagesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyMessagesGet WithOffset(int offset) + public ByProjectKeyMessagesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersEditsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersEditsGet.cs index 6e17ebc0f53..e137d983843 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersEditsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersEditsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyOrdersEditsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyOrdersEditsGet WithLimit(int limit) + public ByProjectKeyOrdersEditsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyOrdersEditsGet WithOffset(int offset) + public ByProjectKeyOrdersEditsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersGet.cs index 36fad1b4ee8..b7098121ca1 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Orders/ByProjectKeyOrdersGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyOrdersGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyOrdersGet WithLimit(int limit) + public ByProjectKeyOrdersGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyOrdersGet WithOffset(int offset) + public ByProjectKeyOrdersGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Payments/ByProjectKeyPaymentsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Payments/ByProjectKeyPaymentsGet.cs index 63412a8195e..0bfd065a3d2 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Payments/ByProjectKeyPaymentsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Payments/ByProjectKeyPaymentsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyPaymentsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyPaymentsGet WithLimit(int limit) + public ByProjectKeyPaymentsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyPaymentsGet WithOffset(int offset) + public ByProjectKeyPaymentsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductDiscounts/ByProjectKeyProductDiscountsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductDiscounts/ByProjectKeyProductDiscountsGet.cs index d621a27ddc2..7fa42079779 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductDiscounts/ByProjectKeyProductDiscountsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductDiscounts/ByProjectKeyProductDiscountsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyProductDiscountsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductDiscountsGet WithLimit(int limit) + public ByProjectKeyProductDiscountsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductDiscountsGet WithOffset(int offset) + public ByProjectKeyProductDiscountsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsGet.cs index 37620d3cf45..e229532b0e7 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsGet.cs @@ -138,12 +138,12 @@ public ByProjectKeyProductProjectionsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductProjectionsGet WithLimit(int limit) + public ByProjectKeyProductProjectionsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductProjectionsGet WithOffset(int offset) + public ByProjectKeyProductProjectionsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchGet.cs index b3af86d741c..f40943ff1bd 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSearchGet.cs @@ -128,7 +128,7 @@ public ByProjectKeyProductProjectionsSearchGet WithFuzzy(bool fuzzy) return this.AddQueryParam("fuzzy", fuzzy.ToString()); } - public ByProjectKeyProductProjectionsSearchGet WithFuzzyLevel(int fuzzyLevel) + public ByProjectKeyProductProjectionsSearchGet WithFuzzyLevel(long fuzzyLevel) { return this.AddQueryParam("fuzzyLevel", fuzzyLevel.ToString(CultureInfo.InvariantCulture)); } @@ -163,12 +163,12 @@ public ByProjectKeyProductProjectionsSearchGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductProjectionsSearchGet WithLimit(int limit) + public ByProjectKeyProductProjectionsSearchGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductProjectionsSearchGet WithOffset(int offset) + public ByProjectKeyProductProjectionsSearchGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSuggestGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSuggestGet.cs index 721bd3e589e..60e9af19752 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSuggestGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductProjections/ByProjectKeyProductProjectionsSuggestGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyProductProjectionsSuggestGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductProjectionsSuggestGet WithLimit(int limit) + public ByProjectKeyProductProjectionsSuggestGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductProjectionsSuggestGet WithOffset(int offset) + public ByProjectKeyProductProjectionsSuggestGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsGet.cs index de4b1e611b9..63703080270 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsByIDProductsGet.cs @@ -61,12 +61,12 @@ public ByProjectKeyProductSelectionsByIDProductsGet WithExpand(string expand) return this.AddQueryParam("expand", expand); } - public ByProjectKeyProductSelectionsByIDProductsGet WithLimit(int limit) + public ByProjectKeyProductSelectionsByIDProductsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductSelectionsByIDProductsGet WithOffset(int offset) + public ByProjectKeyProductSelectionsByIDProductsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsGet.cs index 32638ac9e26..b0e1e95617b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyProductSelectionsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductSelectionsGet WithLimit(int limit) + public ByProjectKeyProductSelectionsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductSelectionsGet WithOffset(int offset) + public ByProjectKeyProductSelectionsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsKeyByKeyProductsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsKeyByKeyProductsGet.cs index d3cbb2e6f59..68a49bea5df 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsKeyByKeyProductsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductSelections/ByProjectKeyProductSelectionsKeyByKeyProductsGet.cs @@ -61,12 +61,12 @@ public ByProjectKeyProductSelectionsKeyByKeyProductsGet WithExpand(string expand return this.AddQueryParam("expand", expand); } - public ByProjectKeyProductSelectionsKeyByKeyProductsGet WithLimit(int limit) + public ByProjectKeyProductSelectionsKeyByKeyProductsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductSelectionsKeyByKeyProductsGet WithOffset(int offset) + public ByProjectKeyProductSelectionsKeyByKeyProductsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductTypes/ByProjectKeyProductTypesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductTypes/ByProjectKeyProductTypesGet.cs index d53bccfd977..50cec818c59 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductTypes/ByProjectKeyProductTypesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ProductTypes/ByProjectKeyProductTypesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyProductTypesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductTypesGet WithLimit(int limit) + public ByProjectKeyProductTypesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductTypesGet WithOffset(int offset) + public ByProjectKeyProductTypesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsByIDProductSelectionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsByIDProductSelectionsGet.cs index b6f49ce56a3..94443f7e70e 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsByIDProductSelectionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsByIDProductSelectionsGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyProductsByIDProductSelectionsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductsByIDProductSelectionsGet WithLimit(int limit) + public ByProjectKeyProductsByIDProductSelectionsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductsByIDProductSelectionsGet WithOffset(int offset) + public ByProjectKeyProductsByIDProductSelectionsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsGet.cs index 61a631420ad..b5d888fea5b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsGet.cs @@ -123,12 +123,12 @@ public ByProjectKeyProductsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductsGet WithLimit(int limit) + public ByProjectKeyProductsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductsGet WithOffset(int offset) + public ByProjectKeyProductsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsKeyByKeyProductSelectionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsKeyByKeyProductSelectionsGet.cs index 59f54663e30..e7bab110ed4 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsKeyByKeyProductSelectionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Products/ByProjectKeyProductsKeyByKeyProductSelectionsGet.cs @@ -71,12 +71,12 @@ public ByProjectKeyProductsKeyByKeyProductSelectionsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyProductsKeyByKeyProductSelectionsGet WithLimit(int limit) + public ByProjectKeyProductsKeyByKeyProductSelectionsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyProductsKeyByKeyProductSelectionsGet WithOffset(int offset) + public ByProjectKeyProductsKeyByKeyProductSelectionsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/QuoteRequests/ByProjectKeyQuoteRequestsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/QuoteRequests/ByProjectKeyQuoteRequestsGet.cs index 0ce679d6b33..0ae2a4492d0 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/QuoteRequests/ByProjectKeyQuoteRequestsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/QuoteRequests/ByProjectKeyQuoteRequestsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyQuoteRequestsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyQuoteRequestsGet WithLimit(int limit) + public ByProjectKeyQuoteRequestsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyQuoteRequestsGet WithOffset(int offset) + public ByProjectKeyQuoteRequestsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Quotes/ByProjectKeyQuotesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Quotes/ByProjectKeyQuotesGet.cs index deacdd02137..20d85284f67 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Quotes/ByProjectKeyQuotesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Quotes/ByProjectKeyQuotesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyQuotesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyQuotesGet WithLimit(int limit) + public ByProjectKeyQuotesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyQuotesGet WithOffset(int offset) + public ByProjectKeyQuotesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Reviews/ByProjectKeyReviewsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Reviews/ByProjectKeyReviewsGet.cs index 519db6f1bbe..8284b6bcc79 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Reviews/ByProjectKeyReviewsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Reviews/ByProjectKeyReviewsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyReviewsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyReviewsGet WithLimit(int limit) + public ByProjectKeyReviewsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyReviewsGet WithOffset(int offset) + public ByProjectKeyReviewsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShippingMethods/ByProjectKeyShippingMethodsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShippingMethods/ByProjectKeyShippingMethodsGet.cs index a9bc9636040..b73c18a1ac7 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShippingMethods/ByProjectKeyShippingMethodsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShippingMethods/ByProjectKeyShippingMethodsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyShippingMethodsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyShippingMethodsGet WithLimit(int limit) + public ByProjectKeyShippingMethodsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyShippingMethodsGet WithOffset(int offset) + public ByProjectKeyShippingMethodsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShoppingLists/ByProjectKeyShoppingListsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShoppingLists/ByProjectKeyShoppingListsGet.cs index 2e6db6a9f99..050314b696b 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShoppingLists/ByProjectKeyShoppingListsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/ShoppingLists/ByProjectKeyShoppingListsGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyShoppingListsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyShoppingListsGet WithLimit(int limit) + public ByProjectKeyShoppingListsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyShoppingListsGet WithOffset(int offset) + public ByProjectKeyShoppingListsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StagedQuotes/ByProjectKeyStagedQuotesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StagedQuotes/ByProjectKeyStagedQuotesGet.cs index 1fef3fbbee8..142da1306dd 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StagedQuotes/ByProjectKeyStagedQuotesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StagedQuotes/ByProjectKeyStagedQuotesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyStagedQuotesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyStagedQuotesGet WithLimit(int limit) + public ByProjectKeyStagedQuotesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyStagedQuotesGet WithOffset(int offset) + public ByProjectKeyStagedQuotesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StandalonePrices/ByProjectKeyStandalonePricesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StandalonePrices/ByProjectKeyStandalonePricesGet.cs index b37472d3bec..590a0df11c3 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StandalonePrices/ByProjectKeyStandalonePricesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/StandalonePrices/ByProjectKeyStandalonePricesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyStandalonePricesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyStandalonePricesGet WithLimit(int limit) + public ByProjectKeyStandalonePricesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyStandalonePricesGet WithOffset(int offset) + public ByProjectKeyStandalonePricesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/States/ByProjectKeyStatesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/States/ByProjectKeyStatesGet.cs index f6d594c1b65..435af824b5c 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/States/ByProjectKeyStatesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/States/ByProjectKeyStatesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyStatesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyStatesGet WithLimit(int limit) + public ByProjectKeyStatesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyStatesGet WithOffset(int offset) + public ByProjectKeyStatesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Stores/ByProjectKeyStoresGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Stores/ByProjectKeyStoresGet.cs index df093b1afba..46d8ff195f2 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Stores/ByProjectKeyStoresGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Stores/ByProjectKeyStoresGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyStoresGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyStoresGet WithLimit(int limit) + public ByProjectKeyStoresGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyStoresGet WithOffset(int offset) + public ByProjectKeyStoresGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Subscriptions/ByProjectKeySubscriptionsGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Subscriptions/ByProjectKeySubscriptionsGet.cs index 89106ec3a3e..1871f28007c 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Subscriptions/ByProjectKeySubscriptionsGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Subscriptions/ByProjectKeySubscriptionsGet.cs @@ -58,12 +58,12 @@ public ByProjectKeySubscriptionsGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeySubscriptionsGet WithLimit(int limit) + public ByProjectKeySubscriptionsGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeySubscriptionsGet WithOffset(int offset) + public ByProjectKeySubscriptionsGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/TaxCategories/ByProjectKeyTaxCategoriesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/TaxCategories/ByProjectKeyTaxCategoriesGet.cs index 43dacf95653..2384d203b21 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/TaxCategories/ByProjectKeyTaxCategoriesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/TaxCategories/ByProjectKeyTaxCategoriesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyTaxCategoriesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyTaxCategoriesGet WithLimit(int limit) + public ByProjectKeyTaxCategoriesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyTaxCategoriesGet WithOffset(int offset) + public ByProjectKeyTaxCategoriesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Types/ByProjectKeyTypesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Types/ByProjectKeyTypesGet.cs index c6dcbffbe84..c7b597acb0e 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Types/ByProjectKeyTypesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Types/ByProjectKeyTypesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyTypesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyTypesGet WithLimit(int limit) + public ByProjectKeyTypesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyTypesGet WithOffset(int offset) + public ByProjectKeyTypesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Zones/ByProjectKeyZonesGet.cs b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Zones/ByProjectKeyZonesGet.cs index 746282655b6..86a2dc50c93 100644 --- a/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Zones/ByProjectKeyZonesGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.Api/Generated/Client/RequestBuilders/Zones/ByProjectKeyZonesGet.cs @@ -68,12 +68,12 @@ public ByProjectKeyZonesGet WithSort(string sort) return this.AddQueryParam("sort", sort); } - public ByProjectKeyZonesGet WithLimit(int limit) + public ByProjectKeyZonesGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyZonesGet WithOffset(int offset) + public ByProjectKeyZonesGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs index 4d159b32aad..1a39e6d1a09 100644 --- a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/Projects/ByProjectKeyGet.cs @@ -134,12 +134,12 @@ public ByProjectKeyGet WithDateTo(Object dateTo) return this.AddQueryParam("date.to", dateTo.ToString()); } - public ByProjectKeyGet WithLimit(int limit) + public ByProjectKeyGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyGet WithOffset(int offset) + public ByProjectKeyGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs index f1081d98c82..8696c334543 100644 --- a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeByIDGet.cs @@ -120,12 +120,12 @@ public ByProjectKeyByResourceTypeByIDGet WithDateTo(Object dateTo) return this.AddQueryParam("date.to", dateTo.ToString()); } - public ByProjectKeyByResourceTypeByIDGet WithLimit(int limit) + public ByProjectKeyByResourceTypeByIDGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyByResourceTypeByIDGet WithOffset(int offset) + public ByProjectKeyByResourceTypeByIDGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs index 63a5b23a96c..d4915a38f02 100644 --- a/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs +++ b/commercetools.Sdk/commercetools.Sdk.HistoryApi/Generated/Client/RequestBuilders/ResourceType/ByProjectKeyByResourceTypeGet.cs @@ -122,12 +122,12 @@ public ByProjectKeyByResourceTypeGet WithDateTo(Object dateTo) return this.AddQueryParam("date.to", dateTo.ToString()); } - public ByProjectKeyByResourceTypeGet WithLimit(int limit) + public ByProjectKeyByResourceTypeGet WithLimit(long limit) { return this.AddQueryParam("limit", limit.ToString(CultureInfo.InvariantCulture)); } - public ByProjectKeyByResourceTypeGet WithOffset(int offset) + public ByProjectKeyByResourceTypeGet WithOffset(long offset) { return this.AddQueryParam("offset", offset.ToString(CultureInfo.InvariantCulture)); } diff --git a/references.txt b/references.txt index 26c275b4a2c..f05627421a3 100644 --- a/references.txt +++ b/references.txt @@ -222,3 +222,4 @@ be578831c2178be70f96067afc7f51dc08a513e3 ffed231e91d01608e1bb08ecc1883cf00d9d9293 2645451ae6aef245e333b2f30cf5cb3627f71403 65619eef7e065950cbb92467d72eaacc68004a14 +65619eef7e065950cbb92467d72eaacc68004a14