Skip to content

Commit

Permalink
Merge pull request #174 from stackql/feature/provider-updates
Browse files Browse the repository at this point in the history
github updates
  • Loading branch information
jeffreyaven committed Sep 18, 2023
2 parents 62a2e4d + 789687e commit 95c6e2a
Show file tree
Hide file tree
Showing 12 changed files with 263 additions and 27,261 deletions.
9 changes: 0 additions & 9 deletions providers/src/github/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,6 @@ providerServices:
title: GitHub V3 REST API - Licenses
version: v00.00.00000
description: View Various OSS Licenses.
markdown:
id: 'markdown:v00.00.00000'
name: markdown
preferred: true
service:
$ref: github/v00.00.00000/services/markdown.yaml
title: GitHub V3 REST API - Markdown
version: v00.00.00000
description: Render GitHub Flavored Markdown
migrations:
id: 'migrations:v00.00.00000'
name: migrations
Expand Down
4 changes: 3 additions & 1 deletion providers/src/github/v00.00.00000/services/codespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29843,7 +29843,9 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/machines/methods/repo_machines_for_authenticated_user'
- $ref: '#/components/x-stackQL-resources/machines/methods/codespace_machines_for_authenticated_user'
insert: []
update: []
delete: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27229,7 +27229,8 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/dependency_review/methods/diff_range'
insert: []
update: []
delete: []
Expand All @@ -27245,7 +27246,8 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/sboms/methods/export_sbom'
insert: []
update: []
delete: []
Expand Down
3 changes: 2 additions & 1 deletion providers/src/github/v00.00.00000/services/interactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26969,7 +26969,8 @@ components:
mediaType: application/json
openAPIDocKey: '200'
sqlVerbs:
select: []
select:
- $ref: '#/components/x-stackQL-resources/user/methods/get_restrictions_for_authenticated_user'
insert: []
update: []
delete:
Expand Down
Loading

0 comments on commit 95c6e2a

Please sign in to comment.