Skip to content

Commit

Permalink
Crd 160 sdk dotnet payout orders endpoint (#62)
Browse files Browse the repository at this point in the history
* Update OpenAPI Generator version and add payout order endpoints

* Add minItems validation for payout order items

* Update customer_info reference in api.yaml

* Refactor payout schema in api.yaml

* Update API and payout order response schemas

* Refactor payout order schema

* Refactor payout_payout_method to payout_method in api.yaml and payout_order.yml

* Update payout method property names

* Update payout method title in API and schema files

* Update payout_method schema reference

* Update payout_method schema title to caca

* Update payout method schema title

* Add redirection_time field to API and schema

* Refactor code to improve performance and readability

* Update OpenAPI generator tag to v7.4.0 and remove unnecessary newline at end of file

* Update format of created_at and updated_at properties in API and response schemas
  • Loading branch information
fcarrero authored Mar 11, 2024
1 parent 4674e12 commit fcc4774
Show file tree
Hide file tree
Showing 12 changed files with 1,066 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
generator: openapi-yaml
openapi-file: api.yaml
generator-tag: v7.3.0
generator-tag: v7.4.0
- name: check if api.yaml are equals
run: |
if diff -q _build/api.yaml openapi-yaml-client/openapi/openapi.yaml >/dev/null; then
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API_README_VERSION_ID = 641deb4041d58005f2c45bf3
merge:
docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli:v7.3.0 generate \
-v ${PWD}:/local openapitools/openapi-generator-cli:v7.4.0 generate \
-g openapi-yaml \
-i /local/api.yaml \
-p outputFile=local/_build/api.yaml \
Expand Down
Loading

0 comments on commit fcc4774

Please sign in to comment.