Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github updates #172

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,255 changes: 587 additions & 668 deletions providers/src/github/v00.00.00000/services/actions.yaml

Large diffs are not rendered by default.

325 changes: 133 additions & 192 deletions providers/src/github/v00.00.00000/services/activity.yaml

Large diffs are not rendered by default.

502 changes: 219 additions & 283 deletions providers/src/github/v00.00.00000/services/apps.yaml

Large diffs are not rendered by default.

88 changes: 32 additions & 56 deletions providers/src/github/v00.00.00000/services/billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26889,96 +26889,65 @@ components:
schema:
type: string
x-stackQL-resources:
orgs_settings_actions:
id: github.billing.orgs_settings_actions
name: orgs_settings_actions
title: Orgs Settings Actions
actions_billing_usage:
id: github.billing.actions_billing_usage
name: actions_billing_usage
title: Actions Billing Usage
methods:
get_github_actions_billing_org:
operation:
$ref: '#/paths/~1orgs~1{org}~1settings~1billing~1actions/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/orgs_settings_actions/methods/get_github_actions_billing_org'
insert: []
update: []
delete: []
orgs_settings_packages:
id: github.billing.orgs_settings_packages
name: orgs_settings_packages
title: Orgs Settings Packages
methods:
get_github_packages_billing_org:
get_github_actions_billing_user:
operation:
$ref: '#/paths/~1orgs~1{org}~1settings~1billing~1packages/get'
$ref: '#/paths/~1users~1{username}~1settings~1billing~1actions/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/orgs_settings_packages/methods/get_github_packages_billing_org'
- $ref: '#/components/x-stackQL-resources/actions_billing_usage/methods/get_github_actions_billing_org'
- $ref: '#/components/x-stackQL-resources/actions_billing_usage/methods/get_github_actions_billing_user'
insert: []
update: []
delete: []
orgs_settings_shared_storage:
id: github.billing.orgs_settings_shared_storage
name: orgs_settings_shared_storage
title: Orgs Settings Shared Storage
packages_billing_usage:
id: github.billing.packages_billing_usage
name: packages_billing_usage
title: Packages Billing Usage
methods:
get_shared_storage_billing_org:
get_github_packages_billing_org:
operation:
$ref: '#/paths/~1orgs~1{org}~1settings~1billing~1shared-storage/get'
$ref: '#/paths/~1orgs~1{org}~1settings~1billing~1packages/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/orgs_settings_shared_storage/methods/get_shared_storage_billing_org'
insert: []
update: []
delete: []
users_settings_actions:
id: github.billing.users_settings_actions
name: users_settings_actions
title: Users Settings Actions
methods:
get_github_actions_billing_user:
get_github_packages_billing_user:
operation:
$ref: '#/paths/~1users~1{username}~1settings~1billing~1actions/get'
$ref: '#/paths/~1users~1{username}~1settings~1billing~1packages/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/users_settings_actions/methods/get_github_actions_billing_user'
- $ref: '#/components/x-stackQL-resources/packages_billing_usage/methods/get_github_packages_billing_org'
- $ref: '#/components/x-stackQL-resources/packages_billing_usage/methods/get_github_packages_billing_user'
insert: []
update: []
delete: []
users_settings_packages:
id: github.billing.users_settings_packages
name: users_settings_packages
title: Users Settings Packages
combined_billing_usage:
id: github.billing.combined_billing_usage
name: combined_billing_usage
title: Combined Billing Usage
methods:
get_github_packages_billing_user:
get_shared_storage_billing_org:
operation:
$ref: '#/paths/~1users~1{username}~1settings~1billing~1packages/get'
$ref: '#/paths/~1orgs~1{org}~1settings~1billing~1shared-storage/get'
response:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/users_settings_packages/methods/get_github_packages_billing_user'
insert: []
update: []
delete: []
users_settings_shared_storage:
id: github.billing.users_settings_shared_storage
name: users_settings_shared_storage
title: Users Settings Shared Storage
methods:
get_shared_storage_billing_user:
operation:
$ref: '#/paths/~1users~1{username}~1settings~1billing~1shared-storage/get'
Expand All @@ -26987,7 +26956,8 @@ components:
openAPIDocKey: '200'
sqlVerbs:
select:
- $ref: '#/components/x-stackQL-resources/users_settings_shared_storage/methods/get_shared_storage_billing_user'
- $ref: '#/components/x-stackQL-resources/combined_billing_usage/methods/get_shared_storage_billing_org'
- $ref: '#/components/x-stackQL-resources/combined_billing_usage/methods/get_shared_storage_billing_user'
insert: []
update: []
delete: []
Expand Down Expand Up @@ -27024,6 +26994,7 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
'/orgs/{org}/settings/billing/packages':
get:
summary: Get GitHub Packages billing for an organization
Expand Down Expand Up @@ -27056,6 +27027,7 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
'/orgs/{org}/settings/billing/shared-storage':
get:
summary: Get shared storage billing for an organization
Expand Down Expand Up @@ -27088,6 +27060,7 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
'/users/{username}/settings/billing/actions':
get:
summary: Get GitHub Actions billing for a user
Expand Down Expand Up @@ -27120,6 +27093,7 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
'/users/{username}/settings/billing/packages':
get:
summary: Get GitHub Packages billing for a user
Expand Down Expand Up @@ -27152,6 +27126,7 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
'/users/{username}/settings/billing/shared-storage':
get:
summary: Get shared storage billing for a user
Expand Down Expand Up @@ -27184,3 +27159,4 @@ paths:
enabledForGitHubApps: false
category: billing
subcategory: billing
x-stackQL-resource: billing
Loading