chore(deps): updated packages, run generate

This commit is contained in:
2023-08-03 18:56:49 +03:00
parent d4d33cd566
commit ef85edbf97
3 changed files with 21 additions and 20 deletions

30
package-lock.json generated
View File

@@ -433,9 +433,9 @@
}
},
"node_modules/execa": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz",
"integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
"integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
@@ -497,9 +497,9 @@
}
},
"node_modules/fast-glob": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
"integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
"integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
"dev": true,
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
@@ -1264,9 +1264,9 @@
"integrity": "sha512-yU2xMcPqk4mpgY03yXPsxbobDTTw0AGPzhv1i4dfELBrLonYMfLzQx2eGgdlY4b51GmnnAgWZE9FAnBbM9/NtA=="
},
"node_modules/openapi-typescript": {
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.3.2.tgz",
"integrity": "sha512-cvMRbO8vBQo+mdkY3vWtH3iCWw8D5MBvkZ3Mnpgk8AEqabhDMV6gu0TE2BrvG4RmEeajFRo1iornhOPxLm7PMg==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/openapi-typescript/-/openapi-typescript-6.4.0.tgz",
"integrity": "sha512-qTa5HGcVdTic2zmvC+aE3tEJqFUZGkXFk8ygAexTPzsHY3a0etay8bBSQjdNP4ZI8TaA+gtHJtTKvhkUhJd6Jw==",
"dev": true,
"dependencies": {
"ansi-colors": "^4.1.3",
@@ -1745,9 +1745,9 @@
}
},
"node_modules/tslib": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
"integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==",
"dev": true
},
"node_modules/type-fest": {
@@ -1775,9 +1775,9 @@
}
},
"node_modules/undici": {
"version": "5.22.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz",
"integrity": "sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==",
"version": "5.23.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz",
"integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==",
"dev": true,
"dependencies": {
"busboy": "^1.6.0"

View File

@@ -4,6 +4,7 @@
"description": "Cinode API TypeScript Client",
"main": "index.js",
"scripts": {
"start": "bash generate.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "npx prettier --write .",
"prepare": "husky install"

10
src/cinode.d.ts vendored
View File

@@ -7464,7 +7464,7 @@ export type operations = {
* "op": "replace"
* },
* {
* "value": "2023-07-08T22:07:19.7907784+02:00",
* "value": "2023-08-03T17:55:51.1494657+02:00",
* "path": "/availablefromdate",
* "op": "replace"
* },
@@ -12885,12 +12885,12 @@ export type operations = {
* "op": "replace"
* },
* {
* "value": "2023-07-08T22:07:20.087916+02:00",
* "value": "2023-08-03T17:55:51.4309471+02:00",
* "path": "/employmentstartdate",
* "op": "replace"
* },
* {
* "value": "2023-07-08T22:07:20.0879242+02:00",
* "value": "2023-08-03T17:55:51.4309549+02:00",
* "path": "/employmentenddate",
* "op": "replace"
* },
@@ -12915,7 +12915,7 @@ export type operations = {
* "op": "replace"
* },
* {
* "value": "2023-07-08T22:07:20.0879296+02:00",
* "value": "2023-08-03T17:55:51.4309603+02:00",
* "path": "/availablefromdate",
* "op": "replace"
* },
@@ -12980,7 +12980,7 @@ export type operations = {
* "op": "replace"
* },
* {
* "value": "2023-07-08T22:07:20.0879379+02:00",
* "value": "2023-08-03T17:55:51.4309689+02:00",
* "path": "/dateofbirth",
* "op": "replace"
* },