Skip to content

Commit

Permalink
fix: update resources to schema v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Sep 24, 2024
1 parent 3d05eb6 commit 5cc9e48
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 119 deletions.
3 changes: 2 additions & 1 deletion gen/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Commerce Layer API",
"version": "7.1.1",
"version": "7.1.2",
"contact": {
"name": "API Support",
"url": "https://commercelayer.io",
Expand Down Expand Up @@ -63069,6 +63069,7 @@
"action": "use",
"amount_cents": -1000,
"balance_cents": 4000,
"order_number": "11111",
"datetime": "2020-02-01T12:00:00.000Z"
}
]
Expand Down
1 change: 1 addition & 0 deletions gen/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -12262,6 +12262,7 @@
"action": "use",
"amount_cents": -1000,
"balance_cents": 4000,
"order_number": "11111",
"datetime": "2020-02-01T12:00:00.000Z"
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@semantic-release/git": "^10.0.1",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 5cc9e48

Please sign in to comment.