You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the release of 8.2.0 a few hours ago broke typescript for out projects as now 8.2.0 gets pulled down as a version in the latest @octokit/[email protected] nd we get errors like the following:
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:21:31 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type 'Endpoints'.
21 parameters: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"];
Versions
@octokit/rest@npm:19.0.5
@octokit/plugin-rest-endpoint-methods@npm:6.7.0
@octokit/types@npm:8.2.0
Relevant log output
full log
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:21:31 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
21 parameters: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:22:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
22 response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:23:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
23 data: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"]["data"]["organizations"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:39:31 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations' does not exist on type'Endpoints'.
39 parameters: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:40:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations' does not exist on type'Endpoints'.
40 response: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:41:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations' does not exist on type'Endpoints'.
41 data: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations"]["response"]["data"]["organizations"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:48:31 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners' does not exist on type'Endpoints'.
48 parameters: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:49:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners' does not exist on type'Endpoints'.
49 response: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:50:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners' does not exist on type'Endpoints'.
50 data: Endpoints["GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners"]["response"]["data"]["runners"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:57:31 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runners' does not exist on type'Endpoints'.
57 parameters: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:58:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runners' does not exist on type'Endpoints'.
58 response: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:59:29 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/runners' does not exist on type'Endpoints'.
59 data: Endpoints["GET /enterprises/{enterprise}/actions/runners"]["response"]["data"]["runners"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:66:31 - error TS2339: Property 'GET /enterprises/{enterprise}/code-scanning/alerts' does not exist on type'Endpoints'.
66 parameters: Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:67:29 - error TS2339: Property 'GET /enterprises/{enterprise}/code-scanning/alerts' does not exist on type'Endpoints'.
67 response: Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:80:31 - error TS2339: Property 'GET /enterprises/{enterprise}/settings/billing/advanced-security' does not exist on type'Endpoints'.
80 parameters: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:81:29 - error TS2339: Property 'GET /enterprises/{enterprise}/settings/billing/advanced-security' does not exist on type'Endpoints'.
81 response: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:82:29 - error TS2339: Property 'GET /enterprises/{enterprise}/settings/billing/advanced-security' does not exist on type'Endpoints'.
82 data: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"]["data"]["repositories"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:210:31 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets' does not exist on type'Endpoints'.
210 parameters: Endpoints["GET /organizations/{org}/codespaces/secrets"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:211:29 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets' does not exist on type'Endpoints'.
211 response: Endpoints["GET /organizations/{org}/codespaces/secrets"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:212:29 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets' does not exist on type'Endpoints'.
212 data: Endpoints["GET /organizations/{org}/codespaces/secrets"]["response"]["data"]["secrets"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:219:31 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
219 parameters: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:220:29 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
220 response: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:221:29 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
221 data: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"]["data"]["repositories"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:469:31 - error TS2339: Property 'GET /orgs/{org}/settings/billing/advanced-security' does not exist on type'Endpoints'.
469 parameters: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["parameters"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:470:29 - error TS2339: Property 'GET /orgs/{org}/settings/billing/advanced-security' does not exist on type'Endpoints'.
470 response: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"] & {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-paginate-rest/dist-types/generated/paginating-endpoints.d.ts:471:29 - error TS2339: Property 'GET /orgs/{org}/settings/billing/advanced-security' does not exist on type'Endpoints'.
471 data: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"]["data"]["repositories"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:141:60 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/cache/usage' does not exist on type'Endpoints'.
141 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/cache/usage"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:142:33 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/cache/usage' does not exist on type'Endpoints'.
142 response: Endpoints["GET /enterprises/{enterprise}/actions/cache/usage"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:169:60 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/workflow' does not exist on type'Endpoints'.
169 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/workflow"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:170:33 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/workflow' does not exist on type'Endpoints'.
170 response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/workflow"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:377:60 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/workflow' does not exist on type'Endpoints'.
377 parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/workflow"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:378:33 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/workflow' does not exist on type'Endpoints'.
378 response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/workflow"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:699:60 - error TS2339: Property 'GET /enterprises/{enterprise}/settings/billing/advanced-security' does not exist on type'Endpoints'.
699 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:700:33 - error TS2339: Property 'GET /enterprises/{enterprise}/settings/billing/advanced-security' does not exist on type'Endpoints'.
700 response: Endpoints["GET /enterprises/{enterprise}/settings/billing/advanced-security"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:703:60 - error TS2339: Property 'GET /orgs/{org}/settings/billing/advanced-security' does not exist on type'Endpoints'.
703 parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:704:33 - error TS2339: Property 'GET /orgs/{org}/settings/billing/advanced-security' does not exist on type'Endpoints'.
704 response: Endpoints["GET /orgs/{org}/settings/billing/advanced-security"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:799:60 - error TS2339: Property 'GET /enterprises/{enterprise}/code-scanning/alerts' does not exist on type'Endpoints'.
799 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:800:33 - error TS2339: Property 'GET /enterprises/{enterprise}/code-scanning/alerts' does not exist on type'Endpoints'.
800 response: Endpoints["GET /enterprises/{enterprise}/code-scanning/alerts"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:847:60 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}' does not exist on type'Endpoints'.
847 parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:848:33 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}' does not exist on type'Endpoints'.
848 response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:859:60 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
859 parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:860:33 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
860 response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:887:60 - error TS2339: Property 'DELETE /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
887 parameters: RequestParameters & Omit<Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:888:33 - error TS2339: Property 'DELETE /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
888 response: Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:911:60 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/public-key' does not exist on type'Endpoints'.
911 parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/public-key"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:912:33 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/public-key' does not exist on type'Endpoints'.
912 response: Endpoints["GET /organizations/{org}/codespaces/secrets/public-key"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:915:60 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
915 parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:916:33 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}' does not exist on type'Endpoints'.
916 response: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:951:60 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets' does not exist on type'Endpoints'.
951 parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:952:33 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets' does not exist on type'Endpoints'.
952 response: Endpoints["GET /organizations/{org}/codespaces/secrets"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:967:60 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
967 parameters: RequestParameters & Omit<Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:968:33 - error TS2339: Property 'GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
968 response: Endpoints["GET /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:979:60 - error TS2339: Property 'DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}' does not exist on type'Endpoints'.
979 parameters: RequestParameters & Omit<Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:980:33 - error TS2339: Property 'DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}' does not exist on type'Endpoints'.
980 response: Endpoints["DELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:991:60 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
991 parameters: RequestParameters & Omit<Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:992:33 - error TS2339: Property 'PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories' does not exist on type'Endpoints'.
992 response: Endpoints["PUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1103:60 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}' does not exist on type'Endpoints'.
1103 parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1104:33 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}' does not exist on type'Endpoints'.
1104 response: Endpoints["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1111:60 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/selected-actions' does not exist on type'Endpoints'.
1111 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/selected-actions"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1112:33 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/selected-actions' does not exist on type'Endpoints'.
1112 response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/selected-actions"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1115:60 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions' does not exist on type'Endpoints'.
1115 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1116:33 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions' does not exist on type'Endpoints'.
1116 response: Endpoints["GET /enterprises/{enterprise}/actions/permissions"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1119:60 - error TS2339: Property 'GET /enterprise-installation/{enterprise_or_org}/server-statistics' does not exist on type'Endpoints'.
1119 parameters: RequestParameters & Omit<Endpoints["GET /enterprise-installation/{enterprise_or_org}/server-statistics"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1120:33 - error TS2339: Property 'GET /enterprise-installation/{enterprise_or_org}/server-statistics' does not exist on type'Endpoints'.
1120 response: Endpoints["GET /enterprise-installation/{enterprise_or_org}/server-statistics"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1127:60 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
1127 parameters: RequestParameters & Omit<Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1128:33 - error TS2339: Property 'GET /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
1128 response: Endpoints["GET /enterprises/{enterprise}/actions/permissions/organizations"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1131:60 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels' does not exist on type'Endpoints'.
1131 parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1132:33 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels' does not exist on type'Endpoints'.
1132 response: Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1135:60 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}' does not exist on type'Endpoints'.
1135 parameters: RequestParameters & Omit<Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1136:33 - error TS2339: Property 'DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}' does not exist on type'Endpoints'.
1136 response: Endpoints["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1139:60 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/selected-actions' does not exist on type'Endpoints'.
1139 parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1140:33 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/selected-actions' does not exist on type'Endpoints'.
1140 response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1143:60 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels' does not exist on type'Endpoints'.
1143 parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1144:33 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels' does not exist on type'Endpoints'.
1144 response: Endpoints["PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1147:60 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions' does not exist on type'Endpoints'.
1147 parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1148:33 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions' does not exist on type'Endpoints'.
1148 response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1151:60 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
1151 parameters: RequestParameters & Omit<Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1152:33 - error TS2339: Property 'PUT /enterprises/{enterprise}/actions/permissions/organizations' does not exist on type'Endpoints'.
1152 response: Endpoints["PUT /enterprises/{enterprise}/actions/permissions/organizations"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1675:60 - error TS2339: Property 'POST /orgs/{org}/custom_roles' does not exist on type'Endpoints'.
1675 parameters: RequestParameters & Omit<Endpoints["POST /orgs/{org}/custom_roles"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1676:33 - error TS2339: Property 'POST /orgs/{org}/custom_roles' does not exist on type'Endpoints'.
1676 response: Endpoints["POST /orgs/{org}/custom_roles"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1687:60 - error TS2339: Property 'DELETE /orgs/{org}/custom_roles/{role_id}' does not exist on type'Endpoints'.
1687 parameters: RequestParameters & Omit<Endpoints["DELETE /orgs/{org}/custom_roles/{role_id}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1688:33 - error TS2339: Property 'DELETE /orgs/{org}/custom_roles/{role_id}' does not exist on type'Endpoints'.
1688 response: Endpoints["DELETE /orgs/{org}/custom_roles/{role_id}"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1735:60 - error TS2339: Property 'GET /organizations/{organization_id}/custom_roles' does not exist on type'Endpoints'.
1735 parameters: RequestParameters & Omit<Endpoints["GET /organizations/{organization_id}/custom_roles"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1736:33 - error TS2339: Property 'GET /organizations/{organization_id}/custom_roles' does not exist on type'Endpoints'.
1736 response: Endpoints["GET /organizations/{organization_id}/custom_roles"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1743:60 - error TS2339: Property 'GET /orgs/{org}/fine_grained_permissions' does not exist on type'Endpoints'.
1743 parameters: RequestParameters & Omit<Endpoints["GET /orgs/{org}/fine_grained_permissions"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1744:33 - error TS2339: Property 'GET /orgs/{org}/fine_grained_permissions' does not exist on type'Endpoints'.
1744 response: Endpoints["GET /orgs/{org}/fine_grained_permissions"]["response"];~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1835:60 - error TS2339: Property 'PATCH /orgs/{org}/custom_roles/{role_id}' does not exist on type'Endpoints'.
1835 parameters: RequestParameters & Omit<Endpoints["PATCH /orgs/{org}/custom_roles/{role_id}"]["parameters"], "baseUrl"|"headers"|"mediaType">;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/generated/parameters-and-response-types.d.ts:1836:33 - error TS2339: Property 'PATCH /orgs/{org}/custom_roles/{role_id}' does not exist on type'Endpoints'.
1836 response: Endpoints["PATCH /orgs/{org}/custom_roles/{role_id}"]["response"];
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Looks like the release of
8.2.0
a few hours ago broke typescript for out projects as now 8.2.0 gets pulled down as a version in the latest@octokit/[email protected]
nd we get errors like the following:Versions
@octokit/rest@npm:19.0.5
@octokit/plugin-rest-endpoint-methods@npm:6.7.0
@octokit/types@npm:8.2.0
Relevant log output
full log
Code of Conduct
The text was updated successfully, but these errors were encountered: