fix(deps): update commercetoolsjavasdkv2version #1184
Merged
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.12.0
->17.17.0
17.12.0
->17.18.0
Release Notes
commercetools/commercetools-sdk-java-v2 (com.commercetools.sdk:commercetools-sdk-java-api)
v17.17.0
Compare Source
What's Changed
Full Changelog: commercetools/commercetools-sdk-java-v2@17.16.0...17.17.0
v17.16.0
Compare Source
What's Changed
Full Changelog: commercetools/commercetools-sdk-java-v2@17.15.1...17.16.0
v17.15.1
Compare Source
What's Changed
Full Changelog: commercetools/commercetools-sdk-java-v2@17.15.0...17.15.1
v17.15.0
Compare Source
What's Changed
Full Changelog: commercetools/commercetools-sdk-java-v2@17.14.0...17.15.0
v17.14.0
Compare Source
What's Changed
Fixes
Full Changelog: commercetools/commercetools-sdk-java-v2@17.13.0...17.14.0
v17.13.0
Compare Source
Api changes
Changed Property(s)
customType
of typeOrderSearchAnyValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchDateRangeValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchFullTextValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchLongRangeValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchNumberRangeValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchQueryExpressionValue
from typestring
toOrderSearchCustomType
customType
of typeOrderSearchStringValue
from typestring
toOrderSearchCustomType
Added Property(s)
approvalRuleMode
to typeBusinessUnit
approvalRuleMode
to typeBusinessUnitDraft
approvalRuleMode
to typeCompany
approvalRuleMode
to typeCompanyDraft
approvalRuleMode
to typeDivision
approvalRuleMode
to typeDivisionDraft
addressId
to typeBusinessUnitAddressCustomFieldAddedMessage
addressId
to typeBusinessUnitAddressCustomFieldChangedMessage
addressId
to typeBusinessUnitAddressCustomFieldRemovedMessage
addressId
to typeBusinessUnitAddressCustomTypeRemovedMessage
addressId
to typeBusinessUnitAddressCustomTypeSetMessage
addressId
to typeCustomerAddressCustomFieldAddedMessage
addressId
to typeCustomerAddressCustomFieldChangedMessage
addressId
to typeCustomerAddressCustomFieldRemovedMessage
addressId
to typeCustomerAddressCustomTypeRemovedMessage
addressId
to typeCustomerAddressCustomTypeSetMessage
metaTitle
to typeProductTailoringCreatedMessage
metaDescription
to typeProductTailoringCreatedMessage
metaKeywords
to typeProductTailoringCreatedMessage
variants
to typeProductTailoringCreatedMessage
addressId
to typeBusinessUnitAddressCustomFieldAddedMessagePayload
addressId
to typeBusinessUnitAddressCustomFieldChangedMessagePayload
addressId
to typeBusinessUnitAddressCustomFieldRemovedMessagePayload
addressId
to typeBusinessUnitAddressCustomTypeRemovedMessagePayload
addressId
to typeBusinessUnitAddressCustomTypeSetMessagePayload
addressId
to typeCustomerAddressCustomFieldAddedMessagePayload
addressId
to typeCustomerAddressCustomFieldChangedMessagePayload
addressId
to typeCustomerAddressCustomFieldRemovedMessagePayload
addressId
to typeCustomerAddressCustomTypeRemovedMessagePayload
addressId
to typeCustomerAddressCustomTypeSetMessagePayload
metaTitle
to typeProductTailoringCreatedMessagePayload
metaDescription
to typeProductTailoringCreatedMessagePayload
metaKeywords
to typeProductTailoringCreatedMessagePayload
variants
to typeProductTailoringCreatedMessagePayload
variants
to typeProductTailoringData
variants
to typeProductTailoringDraft
variants
to typeProductTailoringInStoreDraft
active
to typeShippingMethod
active
to typeShippingMethodDraft
store
to typeStagedQuote
Added Resource(s)
/{projectKey}/customers/search
/{projectKey}/customers/search/indexing-status
/{projectKey}/in-store/key={storeKey}/quote-requests
/{projectKey}/in-store/key={storeKey}/staged-quotes
/{projectKey}/in-store/key={storeKey}/quotes
/{projectKey}/in-store/key={storeKey}/orders/quotes
/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images
/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images
/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}
/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}
/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}
/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}
/{projectKey}/in-store/key={storeKey}/quotes/key={key}
/{projectKey}/in-store/key={storeKey}/quotes/{ID}
Removed Resource(s)
/{projectKey}/me/carts/key={key}
Removed QueryParameter(s)
localeProjection
from methodget /{projectKey}/products
localeProjection
from methodpost /{projectKey}/products
localeProjection
from methodget /{projectKey}/products/key={key}
localeProjection
from methodpost /{projectKey}/products/key={key}
localeProjection
from methoddelete /{projectKey}/products/key={key}
localeProjection
from methodget /{projectKey}/products/{ID}
localeProjection
from methodpost /{projectKey}/products/{ID}
localeProjection
from methoddelete /{projectKey}/products/{ID}
sort
from methodget /{projectKey}/product-projections/suggest
offset
from methodget /{projectKey}/product-projections/suggest
withTotal
from methodget /{projectKey}/product-projections/suggest
Added Method(s)
apiRoot.withProjectKey().customers().search().post()
apiRoot.withProjectKey().customers().search().head()
apiRoot.withProjectKey().customers().searchIndexingStatus().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()
apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()
Removed Method(s)
apiRoot.withProjectKey().me().carts().withKey().get()
apiRoot.withProjectKey().me().carts().withKey().head()
apiRoot.withProjectKey().me().carts().withKey().post()
apiRoot.withProjectKey().me().carts().withKey().delete()
apiRoot.withProjectKey().me().quoteRequests().withId().delete()
apiRoot.withProjectKey().me().quoteRequests().withKey().delete()
Added Enum(s)
shopping-list
to typeExtensionResourceTypeId
customer-group
to typeAttributeReferenceTypeId
attribute-group
to typeChangeSubscriptionResourceTypeId
product-tailoring
to typeChangeSubscriptionResourceTypeId
cart-discount
to typeCustomFieldReferenceValue
customer-group
to typeCustomFieldReferenceValue
Removed Enum(s)
product-price
from typeChangeSubscriptionResourceTypeId
Added Type(s)
BusinessUnitApprovalRuleMode
BusinessUnitChangeApprovalRuleModeAction
CartChangeLineItemsOrderAction
CustomerIndexingProgress
CustomerIndexingStatus
CustomerPagedSearchResponse
CustomerSearchIndexingStatusResponse
CustomerSearchRequest
CustomerSearchResult
MyCartChangeLineItemsOrderAction
BusinessUnitApprovalRuleModeChangedMessage
ProductPriceCustomFieldAddedMessage
ProductPriceCustomFieldChangedMessage
ProductPriceCustomFieldRemovedMessage
ProductPriceCustomFieldsRemovedMessage
ProductPriceCustomFieldsSetMessage
ProductTailoringImageAddedMessage
ProductTailoringImagesSetMessage
ProductVariantTailoringAddedMessage
ProductVariantTailoringRemovedMessage
BusinessUnitApprovalRuleModeChangedMessagePayload
ProductPriceCustomFieldAddedMessagePayload
ProductPriceCustomFieldChangedMessagePayload
ProductPriceCustomFieldRemovedMessagePayload
ProductPriceCustomFieldsRemovedMessagePayload
ProductPriceCustomFieldsSetMessagePayload
ProductTailoringImageAddedMessagePayload
ProductTailoringImagesSetMessagePayload
ProductVariantTailoringAddedMessagePayload
ProductVariantTailoringRemovedMessagePayload
OrderSearchCustomType
ProductVariantTailoring
ProductVariantTailoringDraft
ProductTailoringAddAssetAction
ProductTailoringAddExternalImageAction
ProductTailoringAddVariantAction
ProductTailoringChangeAssetNameAction
ProductTailoringChangeAssetOrderAction
ProductTailoringMoveImageToPositionAction
ProductTailoringRemoveAssetAction
ProductTailoringRemoveImageAction
ProductTailoringRemoveVariantAction
ProductTailoringSetAssetCustomFieldAction
ProductTailoringSetAssetCustomTypeAction
ProductTailoringSetAssetDescriptionAction
ProductTailoringSetAssetKeyAction
ProductTailoringSetAssetSourcesAction
ProductTailoringSetAssetTagsAction
ProductTailoringSetExternalImagesAction
ProductTailoringSetImageLabelAction
CustomerSearchStatus
ProjectChangeCustomerSearchStatusAction
ShippingMethodChangeActiveAction
Import changes
Added Enum(s)
customer-group
to typeCustomFieldReferenceValue
Deprecated Property(s)
PriceImport::publish
is removedProductVariantImport::publish
is removedWhat's Changed
Full Changelog: commercetools/commercetools-sdk-java-v2@17.12.0...17.13.0
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.