diff --git a/package-lock.json b/package-lock.json index 7a4d6c4..e87546b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/types": "^13.0.0" + "@octokit/types": "^13.3.0" }, "devDependencies": { "@octokit/core": "^6.0.1", @@ -1885,9 +1885,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", - "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.0.tgz", + "integrity": "sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==" }, "node_modules/@octokit/plugin-rest-endpoint-methods": { "version": "12.2.0", @@ -1968,11 +1968,11 @@ "dev": true }, "node_modules/@octokit/types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", - "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.3.0.tgz", + "integrity": "sha512-L0Jd3e0FWSPNTmqtqiS61K4Qd9r9iAOCtqo1B12z/qe+KDjXvQF5FngLqSWzJ748lFfaPItjsv4+36dA4KrPVA==", "dependencies": { - "@octokit/openapi-types": "^21.0.0" + "@octokit/openapi-types": "^22.0.0" } }, "node_modules/@pkgjs/parseargs": { @@ -8484,9 +8484,9 @@ } }, "@octokit/openapi-types": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", - "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.0.tgz", + "integrity": "sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==" }, "@octokit/plugin-rest-endpoint-methods": { "version": "12.2.0", @@ -8559,11 +8559,11 @@ "dev": true }, "@octokit/types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", - "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.3.0.tgz", + "integrity": "sha512-L0Jd3e0FWSPNTmqtqiS61K4Qd9r9iAOCtqo1B12z/qe+KDjXvQF5FngLqSWzJ748lFfaPItjsv4+36dA4KrPVA==", "requires": { - "@octokit/openapi-types": "^21.0.0" + "@octokit/openapi-types": "^22.0.0" } }, "@pkgjs/parseargs": { diff --git a/package.json b/package.json index 6e6c098..3b0a370 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "license": "MIT", "dependencies": { - "@octokit/types": "^13.0.0" + "@octokit/types": "^13.3.0" }, "peerDependencies": { "@octokit/core": ">=6" diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index f03d57a..284fd28 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -9985,7 +9985,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}}" + "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}}" }, { "code": 403, @@ -10046,7 +10046,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}" + "schema": "{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}" }, { "code": 403, @@ -10188,7 +10188,7 @@ "responses": [ { "code": 200, - "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}}" + "schema": "{\"type\":\"array\",\"items\":{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}}" }, { "code": 403, @@ -10210,7 +10210,7 @@ "responses": [ { "code": 200, - "schema": "{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}" + "schema": "{\"title\":\"Organization Custom Property\",\"description\":\"Custom property defined on an organization\",\"type\":\"object\",\"properties\":{\"property_name\":{\"type\":\"string\",\"description\":\"The name of the property\"},\"value_type\":{\"type\":\"string\",\"example\":\"single_select\",\"enum\":[\"string\",\"single_select\"],\"description\":\"The type of the value for the property\"},\"required\":{\"type\":\"boolean\",\"description\":\"Whether the property is required.\"},\"default_value\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"nullable\":true,\"description\":\"Default value of the property\"},\"description\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Short description of the property\"},\"allowed_values\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"maxLength\":75},\"maxItems\":200,\"nullable\":true,\"description\":\"An ordered list of the allowed values of the property.\\nThe property can have up to 200 allowed values.\"},\"values_editable_by\":{\"type\":\"string\",\"nullable\":true,\"enum\":[\"org_actors\",\"org_and_repo_actors\"],\"example\":\"org_actors\",\"description\":\"Who can edit the values of the property\"}},\"required\":[\"property_name\",\"value_type\"]}" }, { "code": 403,