diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a906158..71bac5a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,7 +27,7 @@ jobs: with: generator: openapi-yaml openapi-file: api.yaml - generator-tag: v7.20.0 + generator-tag: v7.21.0 - name: check if api.yaml are equals run: | if diff -q _build/api.yaml openapi-yaml-client/openapi/openapi.yaml >/dev/null; then diff --git a/Dockerfile b/Dockerfile index f49f194..62f38d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && \ apt-get clean; RUN npm install @openapitools/openapi-generator-cli -g -RUN openapi-generator-cli version-manager set 7.20.0 +RUN openapi-generator-cli version-manager set 7.21.0 WORKDIR /app COPY parameters/ parameters/ diff --git a/_build/api.yaml b/_build/api.yaml index 25c0269..3d49c81 100644 --- a/_build/api.yaml +++ b/_build/api.yaml @@ -16530,6 +16530,8 @@ components: \ method to know the product type" enum: - aplazo_bnpl + - azteca_bnpl + - coppel_bnpl - creditea_bnpl example: aplazo_bnpl type: string diff --git a/schemas/charges/charge_payment_method_bnpl_payment_response.yml b/schemas/charges/charge_payment_method_bnpl_payment_response.yml index 1410e10..c541559 100644 --- a/schemas/charges/charge_payment_method_bnpl_payment_response.yml +++ b/schemas/charges/charge_payment_method_bnpl_payment_response.yml @@ -31,6 +31,8 @@ payment_method_bnpl_payment: description: "Product type of the charge" examples: - value: "aplazo_bnpl" + - value: "azteca_bnpl" + - value: "coppel_bnpl" - value: "creditea_bnpl" redirect_url: type: string diff --git a/schemas/customers/payment_method_bnpl_request.yml b/schemas/customers/payment_method_bnpl_request.yml index df4aaac..0330bf8 100644 --- a/schemas/customers/payment_method_bnpl_request.yml +++ b/schemas/customers/payment_method_bnpl_request.yml @@ -28,6 +28,8 @@ allOf: description: "Product type of the payment method, use for the payment method to know the product type" enum: - aplazo_bnpl + - azteca_bnpl + - coppel_bnpl - creditea_bnpl success_url: type: string