Skip to content

Commit

Permalink
feat: update resources to schema v4.25.0 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti authored Jan 25, 2024
2 parents 12786d3 + 4c2cbc4 commit d4cfc33
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 147 deletions.
16 changes: 11 additions & 5 deletions 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": "4.24.0",
"version": "4.25.0",
"contact": {
"name": "API Support",
"url": "https://commercelayer.io",
Expand Down Expand Up @@ -31873,9 +31873,9 @@
"example": "1797a841fbb37ca7-AdyenDemo"
},
"api_version": {
"type": "string",
"type": "integer",
"description": "The checkout API version, supported range is from 66 to 68, default is 68.",
"example": "68"
"example": 68
},
"async_api": {
"type": "boolean",
Expand Down Expand Up @@ -32006,9 +32006,9 @@
"nullable": false
},
"api_version": {
"type": "string",
"type": "integer",
"description": "The checkout API version, supported range is from 66 to 68, default is 68.",
"example": "68"
"example": 68
},
"async_api": {
"type": "boolean",
Expand Down Expand Up @@ -71940,6 +71940,12 @@
"example": "2018-01-02T12:00:00.000Z",
"nullable": true
},
"last_run_at": {
"type": "string",
"description": "The date/time of the subscription last run.",
"example": "2018-01-01T12:00:00.000Z",
"nullable": true
},
"next_run_at": {
"type": "string",
"description": "The date/time of the subscription next run. Can be updated but only in the future, to copy with frequency changes.",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"dotenv": "^16.3.1",
"@types/node": "^20.11.6",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"inflector-js": "^1.0.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit d4cfc33

Please sign in to comment.