Skip to content

Commit 58f706b

Browse files
committed
fix: fixes after rebase
1 parent 28c3a60 commit 58f706b

File tree

466 files changed

+27956
-8813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

466 files changed

+27956
-8813
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../generated/api.github.com.yaml/enterprises/[enterprise]/copilot/billing/seats/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/enterprises/[enterprise]/copilot/usage/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../generated/api.github.com.yaml/enterprises/[enterprise]/team/[team_slug]/copilot/usage/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/orgs/[org]/attestations/[subject_digest]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/[configuration_id]/attach/route"
2+
3+
export const POST = _POST(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _PUT } from "../../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/[configuration_id]/defaults/route"
2+
3+
export const PUT = _PUT(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/[configuration_id]/repositories/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import {
2+
_GET,
3+
_PATCH,
4+
_DELETE,
5+
} from "../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/[configuration_id]/route"
6+
7+
export const GET = _GET(async ({ params }, respond, context) => {
8+
// TODO: implementation
9+
return respond.withStatus(501).body({ message: "not implemented" } as any)
10+
})
11+
export const PATCH = _PATCH(async ({ params, body }, respond, context) => {
12+
// TODO: implementation
13+
return respond.withStatus(501).body({ message: "not implemented" } as any)
14+
})
15+
export const DELETE = _DELETE(async ({ params }, respond, context) => {
16+
// TODO: implementation
17+
return respond.withStatus(501).body({ message: "not implemented" } as any)
18+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/defaults/route"
2+
3+
export const GET = _GET(async ({ params }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _DELETE } from "../../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/detach/route"
2+
3+
export const DELETE = _DELETE(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import {
2+
_GET,
3+
_POST,
4+
} from "../../../../../../generated/api.github.com.yaml/orgs/[org]/code-security/configurations/route"
5+
6+
export const GET = _GET(async ({ params, query }, respond, context) => {
7+
// TODO: implementation
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
9+
})
10+
export const POST = _POST(async ({ params, body }, respond, context) => {
11+
// TODO: implementation
12+
return respond.withStatus(501).body({ message: "not implemented" } as any)
13+
})
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/orgs/[org]/copilot/usage/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
import {
2-
_GET,
3-
_PATCH,
4-
_DELETE,
5-
} from "../../../../../../generated/api.github.com.yaml/orgs/[org]/organization-roles/[role_id]/route"
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/orgs/[org]/organization-roles/[role_id]/route"
62

73
export const GET = _GET(async ({ params }, respond, context) => {
84
// TODO: implementation
95
return respond.withStatus(501).body({ message: "not implemented" } as any)
106
})
11-
export const PATCH = _PATCH(async ({ params, body }, respond, context) => {
12-
// TODO: implementation
13-
return respond.withStatus(501).body({ message: "not implemented" } as any)
14-
})
15-
export const DELETE = _DELETE(async ({ params }, respond, context) => {
16-
// TODO: implementation
17-
return respond.withStatus(501).body({ message: "not implemented" } as any)
18-
})
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
import {
2-
_GET,
3-
_POST,
4-
} from "../../../../../generated/api.github.com.yaml/orgs/[org]/organization-roles/route"
1+
import { _GET } from "../../../../../generated/api.github.com.yaml/orgs/[org]/organization-roles/route"
52

63
export const GET = _GET(async ({ params }, respond, context) => {
74
// TODO: implementation
85
return respond.withStatus(501).body({ message: "not implemented" } as any)
96
})
10-
export const POST = _POST(async ({ params, body }, respond, context) => {
11-
// TODO: implementation
12-
return respond.withStatus(501).body({ message: "not implemented" } as any)
13-
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../generated/api.github.com.yaml/orgs/[org]/team/[team_slug]/copilot/usage/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/attestations/[subject_digest]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/attestations/route"
2+
3+
export const POST = _POST(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/code-scanning/codeql/variant-analyses/[codeql_variant_analysis_id]/repos/[repo_owner]/[repo_name]/route"
2+
3+
export const GET = _GET(async ({ params }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/code-scanning/codeql/variant-analyses/[codeql_variant_analysis_id]/route"
2+
3+
export const GET = _GET(async ({ params }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/code-scanning/codeql/variant-analyses/route"
2+
3+
export const POST = _POST(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/code-security-configuration/route"
2+
3+
export const GET = _GET(async ({ params }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../../../generated/api.github.com.yaml/repos/[owner]/[repo]/secret-scanning/push-protection-bypasses/route"
2+
3+
export const POST = _POST(async ({ params, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { _GET } from "../../../../../generated/api.github.com.yaml/orgs/[org]/organization-fine-grained-permissions/route"
1+
import { _GET } from "../../../../generated/api.github.com.yaml/user/[account_id]/route"
22

33
export const GET = _GET(async ({ params }, respond, context) => {
44
// TODO: implementation
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/api.github.com.yaml/users/[username]/attestations/[subject_digest]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/azure-core-data-plane-service.tsp/manufacturers/[manufacturerId]/operations/[operationId]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import {
2+
_PUT,
3+
_GET,
4+
_DELETE,
5+
} from "../../../../generated/azure-core-data-plane-service.tsp/manufacturers/[manufacturerId]/route"
6+
7+
export const PUT = _PUT(async ({ params, query, body }, respond, context) => {
8+
// TODO: implementation
9+
return respond.withStatus(501).body({ message: "not implemented" } as any)
10+
})
11+
export const GET = _GET(async ({ params, query }, respond, context) => {
12+
// TODO: implementation
13+
return respond.withStatus(501).body({ message: "not implemented" } as any)
14+
})
15+
export const DELETE = _DELETE(async ({ params, query }, respond, context) => {
16+
// TODO: implementation
17+
return respond.withStatus(501).body({ message: "not implemented" } as any)
18+
})
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../generated/azure-core-data-plane-service.tsp/manufacturers/route"
2+
3+
export const GET = _GET(async ({ query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../generated/azure-core-data-plane-service.tsp/service-status/route"
2+
3+
export const GET = _GET(async ({ query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetId]/repairs/[operationId]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import {
2+
_GET,
3+
_PATCH,
4+
} from "../../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/analytics/current/route"
5+
6+
export const GET = _GET(async ({ params, query }, respond, context) => {
7+
// TODO: implementation
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
9+
})
10+
export const PATCH = _PATCH(
11+
async ({ params, query, body }, respond, context) => {
12+
// TODO: implementation
13+
return respond.withStatus(501).body({ message: "not implemented" } as any)
14+
},
15+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/operations/[operationId]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/parts/[widgetPartName]/operations/[operationId]/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import {
2+
_GET,
3+
_DELETE,
4+
} from "../../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/parts/[widgetPartName]/route"
5+
6+
export const GET = _GET(async ({ params, query }, respond, context) => {
7+
// TODO: implementation
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
9+
})
10+
export const DELETE = _DELETE(async ({ params, query }, respond, context) => {
11+
// TODO: implementation
12+
return respond.withStatus(501).body({ message: "not implemented" } as any)
13+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import {
2+
_POST,
3+
_GET,
4+
} from "../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/parts/route"
5+
6+
export const POST = _POST(async ({ params, query, body }, respond, context) => {
7+
// TODO: implementation
8+
return respond.withStatus(501).body({ message: "not implemented" } as any)
9+
})
10+
export const GET = _GET(async ({ params, query }, respond, context) => {
11+
// TODO: implementation
12+
return respond.withStatus(501).body({ message: "not implemented" } as any)
13+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/parts:reorderParts/route"
2+
3+
export const POST = _POST(async ({ params, query, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import {
2+
_PATCH,
3+
_GET,
4+
_DELETE,
5+
} from "../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]/route"
6+
7+
export const PATCH = _PATCH(
8+
async ({ params, query, body }, respond, context) => {
9+
// TODO: implementation
10+
return respond.withStatus(501).body({ message: "not implemented" } as any)
11+
},
12+
)
13+
export const GET = _GET(async ({ params, query }, respond, context) => {
14+
// TODO: implementation
15+
return respond.withStatus(501).body({ message: "not implemented" } as any)
16+
})
17+
export const DELETE = _DELETE(async ({ params, query }, respond, context) => {
18+
// TODO: implementation
19+
return respond.withStatus(501).body({ message: "not implemented" } as any)
20+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../generated/azure-core-data-plane-service.tsp/widgets/[widgetName]:scheduleRepairs/route"
2+
3+
export const POST = _POST(async ({ params, query, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../generated/azure-core-data-plane-service.tsp/widgets/route"
2+
3+
export const GET = _GET(async ({ query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../generated/azure-resource-manager.tsp/providers/Microsoft.ContosoProviderHub/operations/route"
2+
3+
export const GET = _GET(async ({ query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _GET } from "../../../../../../../generated/azure-resource-manager.tsp/subscriptions/[subscriptionId]/providers/Microsoft.ContosoProviderHub/employees/route"
2+
3+
export const GET = _GET(async ({ params, query }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { _POST } from "../../../../../../../../../../../generated/azure-resource-manager.tsp/subscriptions/[subscriptionId]/resourceGroups/[resourceGroupName]/providers/Microsoft.ContosoProviderHub/employees/[employeeName]/move/route"
2+
3+
export const POST = _POST(async ({ params, query, body }, respond, context) => {
4+
// TODO: implementation
5+
return respond.withStatus(501).body({ message: "not implemented" } as any)
6+
})

0 commit comments

Comments
 (0)