@@ -162,6 +162,11 @@ var GetEmojis EndpointPattern = EndpointPattern{
162
162
Method : "GET" ,
163
163
}
164
164
165
+ var GetEnterprisesCopilotUsageByEnterprise EndpointPattern = EndpointPattern {
166
+ Pattern : "/enterprises/{enterprise}/copilot/usage" ,
167
+ Method : "GET" ,
168
+ }
169
+
165
170
var GetEnterprisesDependabotAlertsByEnterprise EndpointPattern = EndpointPattern {
166
171
Pattern : "/enterprises/{enterprise}/dependabot/alerts" ,
167
172
Method : "GET" ,
@@ -767,6 +772,11 @@ var DeleteOrgsCopilotBillingSelectedUsersByOrg EndpointPattern = EndpointPattern
767
772
Method : "DELETE" ,
768
773
}
769
774
775
+ var GetOrgsCopilotUsageByOrg EndpointPattern = EndpointPattern {
776
+ Pattern : "/orgs/{org}/copilot/usage" ,
777
+ Method : "GET" ,
778
+ }
779
+
770
780
var GetOrgsDependabotAlertsByOrg EndpointPattern = EndpointPattern {
771
781
Pattern : "/orgs/{org}/dependabot/alerts" ,
772
782
Method : "GET" ,
@@ -1337,6 +1347,11 @@ var GetOrgsSettingsBillingSharedStorageByOrg EndpointPattern = EndpointPattern{
1337
1347
Method : "GET" ,
1338
1348
}
1339
1349
1350
+ var GetOrgsTeamCopilotUsageByOrgByTeamSlug EndpointPattern = EndpointPattern {
1351
+ Pattern : "/orgs/{org}/team/{team_slug}/copilot/usage" ,
1352
+ Method : "GET" ,
1353
+ }
1354
+
1340
1355
var GetOrgsTeamsByOrg EndpointPattern = EndpointPattern {
1341
1356
Pattern : "/orgs/{org}/teams" ,
1342
1357
Method : "GET" ,
@@ -2702,6 +2717,56 @@ var DeleteReposEnvironmentsDeploymentProtectionRulesByOwnerByRepoByEnvironmentNa
2702
2717
Method : "DELETE" ,
2703
2718
}
2704
2719
2720
+ var GetReposEnvironmentsSecretsByOwnerByRepoByEnvironmentName EndpointPattern = EndpointPattern {
2721
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/secrets" ,
2722
+ Method : "GET" ,
2723
+ }
2724
+
2725
+ var GetReposEnvironmentsSecretsPublicKeyByOwnerByRepoByEnvironmentName EndpointPattern = EndpointPattern {
2726
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key" ,
2727
+ Method : "GET" ,
2728
+ }
2729
+
2730
+ var GetReposEnvironmentsSecretsByOwnerByRepoByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
2731
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" ,
2732
+ Method : "GET" ,
2733
+ }
2734
+
2735
+ var PutReposEnvironmentsSecretsByOwnerByRepoByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
2736
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" ,
2737
+ Method : "PUT" ,
2738
+ }
2739
+
2740
+ var DeleteReposEnvironmentsSecretsByOwnerByRepoByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
2741
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}" ,
2742
+ Method : "DELETE" ,
2743
+ }
2744
+
2745
+ var GetReposEnvironmentsVariablesByOwnerByRepoByEnvironmentName EndpointPattern = EndpointPattern {
2746
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/variables" ,
2747
+ Method : "GET" ,
2748
+ }
2749
+
2750
+ var PostReposEnvironmentsVariablesByOwnerByRepoByEnvironmentName EndpointPattern = EndpointPattern {
2751
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/variables" ,
2752
+ Method : "POST" ,
2753
+ }
2754
+
2755
+ var GetReposEnvironmentsVariablesByOwnerByRepoByEnvironmentNameByName EndpointPattern = EndpointPattern {
2756
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" ,
2757
+ Method : "GET" ,
2758
+ }
2759
+
2760
+ var PatchReposEnvironmentsVariablesByOwnerByRepoByEnvironmentNameByName EndpointPattern = EndpointPattern {
2761
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" ,
2762
+ Method : "PATCH" ,
2763
+ }
2764
+
2765
+ var DeleteReposEnvironmentsVariablesByOwnerByRepoByEnvironmentNameByName EndpointPattern = EndpointPattern {
2766
+ Pattern : "/repos/{owner}/{repo}/environments/{environment_name}/variables/{name}" ,
2767
+ Method : "DELETE" ,
2768
+ }
2769
+
2705
2770
var GetReposEventsByOwnerByRepo EndpointPattern = EndpointPattern {
2706
2771
Pattern : "/repos/{owner}/{repo}/events" ,
2707
2772
Method : "GET" ,
@@ -3232,6 +3297,11 @@ var GetReposPagesHealthByOwnerByRepo EndpointPattern = EndpointPattern{
3232
3297
Method : "GET" ,
3233
3298
}
3234
3299
3300
+ var GetReposPrivateVulnerabilityReportingByOwnerByRepo EndpointPattern = EndpointPattern {
3301
+ Pattern : "/repos/{owner}/{repo}/private-vulnerability-reporting" ,
3302
+ Method : "GET" ,
3303
+ }
3304
+
3235
3305
var PutReposPrivateVulnerabilityReportingByOwnerByRepo EndpointPattern = EndpointPattern {
3236
3306
Pattern : "/repos/{owner}/{repo}/private-vulnerability-reporting" ,
3237
3307
Method : "PUT" ,
@@ -3752,56 +3822,6 @@ var GetRepositories EndpointPattern = EndpointPattern{
3752
3822
Method : "GET" ,
3753
3823
}
3754
3824
3755
- var GetRepositoriesEnvironmentsSecretsByRepositoryIdByEnvironmentName EndpointPattern = EndpointPattern {
3756
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/secrets" ,
3757
- Method : "GET" ,
3758
- }
3759
-
3760
- var GetRepositoriesEnvironmentsSecretsPublicKeyByRepositoryIdByEnvironmentName EndpointPattern = EndpointPattern {
3761
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/secrets/public-key" ,
3762
- Method : "GET" ,
3763
- }
3764
-
3765
- var GetRepositoriesEnvironmentsSecretsByRepositoryIdByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
3766
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" ,
3767
- Method : "GET" ,
3768
- }
3769
-
3770
- var PutRepositoriesEnvironmentsSecretsByRepositoryIdByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
3771
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" ,
3772
- Method : "PUT" ,
3773
- }
3774
-
3775
- var DeleteRepositoriesEnvironmentsSecretsByRepositoryIdByEnvironmentNameBySecretName EndpointPattern = EndpointPattern {
3776
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}" ,
3777
- Method : "DELETE" ,
3778
- }
3779
-
3780
- var GetRepositoriesEnvironmentsVariablesByRepositoryIdByEnvironmentName EndpointPattern = EndpointPattern {
3781
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/variables" ,
3782
- Method : "GET" ,
3783
- }
3784
-
3785
- var PostRepositoriesEnvironmentsVariablesByRepositoryIdByEnvironmentName EndpointPattern = EndpointPattern {
3786
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/variables" ,
3787
- Method : "POST" ,
3788
- }
3789
-
3790
- var GetRepositoriesEnvironmentsVariablesByRepositoryIdByEnvironmentNameByName EndpointPattern = EndpointPattern {
3791
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/variables/{name}" ,
3792
- Method : "GET" ,
3793
- }
3794
-
3795
- var PatchRepositoriesEnvironmentsVariablesByRepositoryIdByEnvironmentNameByName EndpointPattern = EndpointPattern {
3796
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/variables/{name}" ,
3797
- Method : "PATCH" ,
3798
- }
3799
-
3800
- var DeleteRepositoriesEnvironmentsVariablesByRepositoryIdByEnvironmentNameByName EndpointPattern = EndpointPattern {
3801
- Pattern : "/repositories/{repository_id}/environments/{environment_name}/variables/{name}" ,
3802
- Method : "DELETE" ,
3803
- }
3804
-
3805
3825
var GetSearchCode EndpointPattern = EndpointPattern {
3806
3826
Pattern : "/search/code" ,
3807
3827
Method : "GET" ,
0 commit comments