Skip to content

Commit

Permalink
chore: auto generate `scripts/update-endpoints/generated/endpoints.js…
Browse files Browse the repository at this point in the history
…on` (#455)

WIP octokit/openapi updated
  • Loading branch information
octokitbot committed Sep 13, 2022
1 parent a091e73 commit 281d7be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -5897,7 +5897,7 @@
"responses": [
{
"code": 200,
"schema": "{\"title\":\"Enterprise Consumed Licenses\",\"description\":\"A breakdown of the licenses consumed by an enterprise.\",\"properties\":{\"total_seats_consumed\":{\"type\":\"integer\"},\"total_seats_purchased\":{\"type\":\"integer\"},\"users\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"github_com_login\":{\"type\":\"string\"},\"github_com_name\":{\"type\":\"string\",\"nullable\":true},\"github_com_profile\":{\"type\":\"string\",\"nullable\":true},\"license_type\":{\"type\":\"string\"},\"github_com_member_roles\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_enterprise_role\":{\"type\":\"string\",\"nullable\":true},\"visual_studio_subscription_user\":{\"type\":\"boolean\"},\"github_com_verified_domain_emails\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_saml_name_id\":{\"type\":\"string\",\"nullable\":true},\"enterprise_server_user\":{\"type\":\"boolean\",\"nullable\":true},\"enterprise_server_emails\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_user\":{\"type\":\"boolean\"},\"total_user_accounts\":{\"type\":\"integer\"},\"enterprise_server_user_ids\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_orgs_with_pending_invites\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"visual_studio_subscription_email\":{\"type\":\"string\",\"nullable\":true}}}}}}"
"schema": "{\"title\":\"Enterprise Consumed Licenses\",\"description\":\"A breakdown of the licenses consumed by an enterprise.\",\"properties\":{\"total_seats_consumed\":{\"type\":\"integer\"},\"total_seats_purchased\":{\"type\":\"integer\"},\"users\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"github_com_login\":{\"type\":\"string\"},\"github_com_name\":{\"type\":\"string\",\"nullable\":true},\"github_com_profile\":{\"type\":\"string\",\"nullable\":true},\"license_type\":{\"type\":\"string\"},\"github_com_member_roles\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_enterprise_role\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Deprecated: The most permissive enterprise role for a user.\"},\"github_com_enterprise_roles\":{\"type\":\"array\",\"description\":\"All enterprise roles for a user.\",\"items\":{\"type\":\"string\"}},\"visual_studio_subscription_user\":{\"type\":\"boolean\"},\"github_com_verified_domain_emails\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_saml_name_id\":{\"type\":\"string\",\"nullable\":true},\"enterprise_server_user\":{\"type\":\"boolean\",\"nullable\":true},\"enterprise_server_emails\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_user\":{\"type\":\"boolean\"},\"total_user_accounts\":{\"type\":\"integer\"},\"enterprise_server_user_ids\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"github_com_orgs_with_pending_invites\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"visual_studio_subscription_email\":{\"type\":\"string\",\"nullable\":true}}}}}}"
}
],
"parameters": [
Expand Down Expand Up @@ -15467,6 +15467,7 @@
{ "name": "owner" },
{ "name": "repo" },
{ "name": "affiliation" },
{ "name": "permission" },
{ "name": "per_page" },
{ "name": "page" }
]
Expand Down

0 comments on commit 281d7be

Please sign in to comment.