diff --git a/sdk-generation-log/posmobile.json b/sdk-generation-log/posmobile.json new file mode 100644 index 000000000..41b8fc1e3 --- /dev/null +++ b/sdk-generation-log/posmobile.json @@ -0,0 +1,8 @@ +{ + "service": "posmobile", + "project": "java", + "generatedAt": "2026-05-05T15:05:09Z", + "openapiCommitSha": "7824ebf60ac8c780120e550d6495a8f02e409859", + "automationCommitSha": "0b7ef4e0ed6a7963ab005efe76eab748250edafc", + "libraryCommitSha": "3653edbb62e06f986f9d010b6e9f0a9c5945cf6f" +} diff --git a/src/main/java/com/adyen/service/posmobile/PosMobileApi.java b/src/main/java/com/adyen/service/posmobile/PosMobileApi.java index 60b080474..54e755be2 100644 --- a/src/main/java/com/adyen/service/posmobile/PosMobileApi.java +++ b/src/main/java/com/adyen/service/posmobile/PosMobileApi.java @@ -56,7 +56,11 @@ public PosMobileApi(Client client, String baseURL) { * @param createSessionRequest {@link CreateSessionRequest } (required) * @return {@link CreateSessionResponse } * @throws ApiException if fails to make API call + * @deprecated since POS Mobile API v68 Use POST + * [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) + * to establish secure communications. */ + @Deprecated public CreateSessionResponse createCommunicationSession(CreateSessionRequest createSessionRequest) throws ApiException, IOException { return createCommunicationSession(createSessionRequest, null); @@ -70,7 +74,11 @@ public CreateSessionResponse createCommunicationSession(CreateSessionRequest cre * idempotency-keys (optional) * @return {@link CreateSessionResponse } * @throws ApiException if fails to make API call + * @deprecated since POS Mobile API v68 Use POST + * [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) + * to establish secure communications. */ + @Deprecated public CreateSessionResponse createCommunicationSession( CreateSessionRequest createSessionRequest, RequestOptions requestOptions) throws ApiException, IOException {