|
552 | 552 | "github_repository": { |
553 | 553 | "current": "github:index/getRepository:getRepository" |
554 | 554 | }, |
| 555 | + "github_repository_autolink_references": { |
| 556 | + "current": "github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences" |
| 557 | + }, |
555 | 558 | "github_repository_branches": { |
556 | 559 | "current": "github:index/getRepositoryBranches:getRepositoryBranches" |
557 | 560 | }, |
558 | 561 | "github_repository_deploy_keys": { |
559 | 562 | "current": "github:index/getRepositoryDeployKeys:getRepositoryDeployKeys" |
560 | 563 | }, |
| 564 | + "github_repository_environments": { |
| 565 | + "current": "github:index/getRepositoryEnvironments:getRepositoryEnvironments" |
| 566 | + }, |
561 | 567 | "github_repository_file": { |
562 | 568 | "current": "github:index/getRepositoryFile:getRepositoryFile" |
563 | 569 | }, |
|
576 | 582 | "github_repository_webhooks": { |
577 | 583 | "current": "github:index/getRepositoryWebhooks:getRepositoryWebhooks" |
578 | 584 | }, |
| 585 | + "github_rest_api": { |
| 586 | + "current": "github:index/getRestApi:getRestApi" |
| 587 | + }, |
579 | 588 | "github_ssh_keys": { |
580 | 589 | "current": "github:index/getSshKeys:getSshKeys" |
581 | 590 | }, |
|
687 | 696 | "github:index/getRelease:getRelease": "github_release", |
688 | 697 | "github:index/getRepositories:getRepositories": "github_repositories", |
689 | 698 | "github:index/getRepository:getRepository": "github_repository", |
| 699 | + "github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences": "github_repository_autolink_references", |
690 | 700 | "github:index/getRepositoryBranches:getRepositoryBranches": "github_repository_branches", |
691 | 701 | "github:index/getRepositoryDeployKeys:getRepositoryDeployKeys": "github_repository_deploy_keys", |
| 702 | + "github:index/getRepositoryEnvironments:getRepositoryEnvironments": "github_repository_environments", |
692 | 703 | "github:index/getRepositoryFile:getRepositoryFile": "github_repository_file", |
693 | 704 | "github:index/getRepositoryMilestone:getRepositoryMilestone": "github_repository_milestone", |
694 | 705 | "github:index/getRepositoryPullRequest:getRepositoryPullRequest": "github_repository_pull_request", |
695 | 706 | "github:index/getRepositoryPullRequests:getRepositoryPullRequests": "github_repository_pull_requests", |
696 | 707 | "github:index/getRepositoryTeams:getRepositoryTeams": "github_repository_teams", |
697 | 708 | "github:index/getRepositoryWebhooks:getRepositoryWebhooks": "github_repository_webhooks", |
| 709 | + "github:index/getRestApi:getRestApi": "github_rest_api", |
698 | 710 | "github:index/getSshKeys:getSshKeys": "github_ssh_keys", |
699 | 711 | "github:index/getTeam:getTeam": "github_team", |
700 | 712 | "github:index/getTree:getTree": "github_tree", |
|
756 | 768 | "protectedBranches": "protected_branches" |
757 | 769 | }, |
758 | 770 | "github:index/RepositoryPages:RepositoryPages": { |
| 771 | + "buildType": "build_type", |
759 | 772 | "custom404": "custom_404", |
760 | 773 | "htmlUrl": "html_url" |
761 | 774 | }, |
|
1113 | 1126 | "sshCloneUrl": "ssh_clone_url", |
1114 | 1127 | "svnUrl": "svn_url" |
1115 | 1128 | }, |
| 1129 | + "github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences": { |
| 1130 | + "autolinkReferences": "autolink_references" |
| 1131 | + }, |
| 1132 | + "github:index/getRepositoryAutolinkReferencesAutolinkReference:getRepositoryAutolinkReferencesAutolinkReference": { |
| 1133 | + "isAlphanumeric": "is_alphanumeric", |
| 1134 | + "keyPrefix": "key_prefix", |
| 1135 | + "targetUrlTemplate": "target_url_template" |
| 1136 | + }, |
1116 | 1137 | "github:index/getRepositoryBranches:getRepositoryBranches": { |
1117 | 1138 | "onlyNonProtectedBranches": "only_non_protected_branches", |
1118 | 1139 | "onlyProtectedBranches": "only_protected_branches" |
1119 | 1140 | }, |
| 1141 | + "github:index/getRepositoryEnvironmentsEnvironment:getRepositoryEnvironmentsEnvironment": { |
| 1142 | + "nodeId": "node_id" |
| 1143 | + }, |
1120 | 1144 | "github:index/getRepositoryFile:getRepositoryFile": { |
1121 | 1145 | "commitAuthor": "commit_author", |
1122 | 1146 | "commitEmail": "commit_email", |
|
1169 | 1193 | "github:index/getTeam:getTeam": { |
1170 | 1194 | "membershipType": "membership_type", |
1171 | 1195 | "nodeId": "node_id", |
| 1196 | + "repositoriesDetaileds": "repositories_detailed", |
1172 | 1197 | "resultsPerPage": "results_per_page", |
1173 | 1198 | "summaryOnly": "summary_only" |
1174 | 1199 | }, |
| 1200 | + "github:index/getTeamRepositoriesDetailed:getTeamRepositoriesDetailed": { |
| 1201 | + "repoId": "repo_id", |
| 1202 | + "roleName": "role_name" |
| 1203 | + }, |
1175 | 1204 | "github:index/getTree:getTree": { |
1176 | 1205 | "treeSha": "tree_sha" |
1177 | 1206 | }, |
|
0 commit comments