@xemahq/scm-connector-api-client 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/custom-fetch.d.ts +17 -0
- package/dist/custom-fetch.js +19 -30
- package/dist/endpoints/change-requests/change-requests.d.ts +1 -1
- package/dist/endpoints/git-content/git-content.d.ts +1 -1
- package/dist/endpoints/org-repositories/org-repositories.d.ts +1 -1
- package/dist/endpoints/org-scm-config/org-scm-config.d.ts +1 -1
- package/dist/endpoints/project-repositories/project-repositories.d.ts +1 -1
- package/dist/endpoints/project-repository-git/project-repository-git.d.ts +1 -1
- package/dist/endpoints/project-repository-lifecycle/project-repository-lifecycle.d.ts +1 -1
- package/dist/endpoints/repository-snapshots/repository-snapshots.d.ts +1 -1
- package/dist/endpoints/scm-providers/scm-providers.d.ts +1 -1
- package/dist/models/bindBranchOpDto.d.ts +1 -1
- package/dist/models/bindBranchOpKind.d.ts +1 -1
- package/dist/models/bindBranchOpKind.js +1 -1
- package/dist/models/bindBranchOpRejectedBodyDto.d.ts +1 -1
- package/dist/models/bindBranchOpRejectedBodyDto.js +1 -1
- package/dist/models/bindRepositoryToProjectDto.d.ts +1 -1
- package/dist/models/bindRepositoryToProjectDtoProvider.d.ts +1 -1
- package/dist/models/bindRepositoryToProjectDtoProvider.js +1 -1
- package/dist/models/bindRepositoryToProjectDtoRole.d.ts +1 -1
- package/dist/models/bindRepositoryToProjectDtoRole.js +1 -1
- package/dist/models/bindingHealthDto.d.ts +1 -1
- package/dist/models/bindingHealthDto.js +1 -1
- package/dist/models/bindingSnapshotResponseDto.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoCodebaseMetadata.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoCodebaseMetadata.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoCustomTaxonomy.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoCustomTaxonomy.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoL1ModuleMap.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoL1ModuleMap.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoL2FileTopology.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoL2FileTopology.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoRepositorySummary.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoRepositorySummary.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoRole.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoRole.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoStatus.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoStatus.js +1 -1
- package/dist/models/bindingSnapshotResponseDtoTriggerKind.d.ts +1 -1
- package/dist/models/bindingSnapshotResponseDtoTriggerKind.js +1 -1
- package/dist/models/changeRequestCommentResponseDto.d.ts +1 -1
- package/dist/models/changeRequestCommentResponseDto.js +1 -1
- package/dist/models/changeRequestResponseDto.d.ts +1 -1
- package/dist/models/changeRequestResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/changeRequestResponseDtoMetadataJson.d.ts +1 -1
- package/dist/models/changeRequestResponseDtoMetadataJson.js +1 -1
- package/dist/models/checkoutInstructionResponseDto.d.ts +1 -1
- package/dist/models/checkoutInstructionResponseDto.js +1 -1
- package/dist/models/checkoutInstructionResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/createBranchDto.d.ts +1 -1
- package/dist/models/createBranchDto.js +1 -1
- package/dist/models/createChangeRequestDto.d.ts +1 -1
- package/dist/models/createChangeRequestDto.js +1 -1
- package/dist/models/createProviderRepoDto.d.ts +1 -1
- package/dist/models/createProviderRepoDto.js +1 -1
- package/dist/models/createRepoRequestDto.d.ts +1 -1
- package/dist/models/errorDetailsDto.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.js +1 -1
- package/dist/models/errorPayloadDto.d.ts +1 -1
- package/dist/models/errorResponseDto.d.ts +1 -1
- package/dist/models/gitContentControllerGetDiffParams.d.ts +1 -1
- package/dist/models/gitContentControllerGetDiffParams.js +1 -1
- package/dist/models/gitContentControllerGetFileParams.d.ts +1 -1
- package/dist/models/gitContentControllerGetFileParams.js +1 -1
- package/dist/models/gitContentControllerListFilesParams.d.ts +1 -1
- package/dist/models/gitContentControllerListFilesParams.js +1 -1
- package/dist/models/gitDiffFileDto.d.ts +1 -1
- package/dist/models/gitDiffFileDtoStatus.d.ts +1 -1
- package/dist/models/gitDiffFileDtoStatus.js +1 -1
- package/dist/models/gitDiffResultDto.d.ts +1 -1
- package/dist/models/gitDiffResultDtoDataEnvelope.d.ts +1 -1
- package/dist/models/gitFileContentDto.d.ts +1 -1
- package/dist/models/gitFileContentDto.js +1 -1
- package/dist/models/gitFileContentDtoDataEnvelope.d.ts +1 -1
- package/dist/models/gitHubAppBootstrapDto.d.ts +1 -1
- package/dist/models/gitHubAppBootstrapDtoDataEnvelope.d.ts +1 -1
- package/dist/models/githubAccountType.d.ts +1 -1
- package/dist/models/githubAccountType.js +1 -1
- package/dist/models/githubAppInstallationDto.d.ts +1 -1
- package/dist/models/githubAppInstallationDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/githubAppRepoSyncErrorDto.d.ts +1 -1
- package/dist/models/githubAppRepoSyncErrorDto.js +1 -1
- package/dist/models/githubAppRepoSyncResultDto.d.ts +1 -1
- package/dist/models/githubAppRepoSyncResultDtoDataEnvelope.d.ts +1 -1
- package/dist/models/githubRepositorySelection.d.ts +1 -1
- package/dist/models/githubRepositorySelection.js +1 -1
- package/dist/models/inaccessibleReason.d.ts +1 -1
- package/dist/models/inaccessibleReason.js +1 -1
- package/dist/models/initializeRepositoryDto.d.ts +1 -1
- package/dist/models/initializeRepositoryDto.js +1 -1
- package/dist/models/initializeRepositoryResponseDto.d.ts +1 -1
- package/dist/models/initializeRepositoryResponseDto.js +1 -1
- package/dist/models/initializeRepositoryResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/mergeBranchDto.d.ts +1 -1
- package/dist/models/mergeBranchDto.js +1 -1
- package/dist/models/orgRepositoryResponseDto.d.ts +1 -1
- package/dist/models/orgRepositoryResponseDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/orgRepositoryResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/orgRepositoryResponseDtoMetadataJson.d.ts +1 -1
- package/dist/models/orgRepositoryResponseDtoMetadataJson.js +1 -1
- package/dist/models/orgRepositoryResponseDtoProvider.d.ts +1 -1
- package/dist/models/orgRepositoryResponseDtoProvider.js +1 -1
- package/dist/models/orgScmConfigControllerGetGitHubAppBootstrapParams.d.ts +1 -1
- package/dist/models/orgScmConfigControllerGetGitHubAppBootstrapParams.js +1 -1
- package/dist/models/orgScmConfigControllerHandleGitHubAppCallbackParams.d.ts +1 -1
- package/dist/models/orgScmConfigControllerHandleGitHubAppCallbackParams.js +1 -1
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoriesParams.d.ts +1 -1
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoriesParams.js +1 -1
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoryBranchesParams.d.ts +1 -1
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoryBranchesParams.js +1 -1
- package/dist/models/orgScmConfigResponseDto.d.ts +1 -1
- package/dist/models/orgScmConfigResponseDtoConfigJson.d.ts +1 -1
- package/dist/models/orgScmConfigResponseDtoConfigJson.js +1 -1
- package/dist/models/orgScmConfigResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/orgScmConfigResponseDtoProvider.d.ts +1 -1
- package/dist/models/orgScmConfigResponseDtoProvider.js +1 -1
- package/dist/models/postChangeRequestCommentDto.d.ts +1 -1
- package/dist/models/postChangeRequestCommentDto.js +1 -1
- package/dist/models/projectRepoGitContentControllerGetDiffParams.d.ts +1 -1
- package/dist/models/projectRepoGitContentControllerGetDiffParams.js +1 -1
- package/dist/models/projectRepoGitContentControllerGetFileParams.d.ts +1 -1
- package/dist/models/projectRepoGitContentControllerGetFileParams.js +1 -1
- package/dist/models/projectRepoGitContentControllerListFilesParams.d.ts +1 -1
- package/dist/models/projectRepoGitContentControllerListFilesParams.js +1 -1
- package/dist/models/projectRepoLifecycleControllerGetCheckoutInstructionParams.d.ts +1 -1
- package/dist/models/projectRepoLifecycleControllerGetCheckoutInstructionParams.js +1 -1
- package/dist/models/projectRepositoryBindingResponseDto.d.ts +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoRole.d.ts +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoRole.js +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoStatus.d.ts +1 -1
- package/dist/models/projectRepositoryBindingResponseDtoStatus.js +1 -1
- package/dist/models/projectRepositoryStateResponseDto.d.ts +1 -1
- package/dist/models/projectRepositoryStateResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/providerBranchResponseDto.d.ts +1 -1
- package/dist/models/providerBranchResponseDto.js +1 -1
- package/dist/models/providerBranchResponseDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/providerConnectionDto.d.ts +1 -1
- package/dist/models/providerConnectionDtoProvider.d.ts +1 -1
- package/dist/models/providerConnectionDtoProvider.js +1 -1
- package/dist/models/providerOrgResponseDto.d.ts +1 -1
- package/dist/models/providerOrgResponseDto.js +1 -1
- package/dist/models/providerOrgResponseDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/providerRepoResponseDto.d.ts +1 -1
- package/dist/models/providerRepoResponseDto.js +1 -1
- package/dist/models/providerRepoResponseDtoDataArrayEnvelope.d.ts +1 -1
- package/dist/models/providerRepoResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/registerOrgRepositoryDto.d.ts +2 -2
- package/dist/models/registerOrgRepositoryDtoMetadataJson.d.ts +1 -1
- package/dist/models/registerOrgRepositoryDtoMetadataJson.js +1 -1
- package/dist/models/registerOrgRepositoryDtoProvider.d.ts +1 -1
- package/dist/models/registerOrgRepositoryDtoProvider.js +1 -1
- package/dist/models/repositoryStateKind.d.ts +1 -1
- package/dist/models/repositoryStateKind.js +1 -1
- package/dist/models/scmHealthResponseDto.d.ts +1 -1
- package/dist/models/scmHealthResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/scmHealthResponseDtoStatus.d.ts +1 -1
- package/dist/models/scmHealthResponseDtoStatus.js +1 -1
- package/dist/models/scmProvider.d.ts +1 -1
- package/dist/models/scmProvider.js +1 -1
- package/dist/models/scmProviderControllerListBranchesParams.d.ts +1 -1
- package/dist/models/scmProviderControllerListBranchesParams.js +1 -1
- package/dist/models/scmProviderControllerListReposParams.d.ts +1 -1
- package/dist/models/scmProviderControllerListReposParams.js +1 -1
- package/dist/models/scmReadRejectedCode.d.ts +1 -1
- package/dist/models/scmReadRejectedCode.js +1 -1
- package/dist/models/scmReadRejectedResponseDto.d.ts +1 -1
- package/dist/models/snapshotRefreshResponseDto.d.ts +1 -1
- package/dist/models/snapshotRefreshResponseDto.js +1 -1
- package/dist/models/snapshotRefreshResponseDtoDataEnvelope.d.ts +1 -1
- package/dist/models/updateChangeRequestDto.d.ts +1 -1
- package/dist/models/updateChangeRequestDtoMetadataJson.d.ts +1 -1
- package/dist/models/updateChangeRequestDtoMetadataJson.js +1 -1
- package/dist/models/updateChangeRequestDtoStatus.d.ts +1 -1
- package/dist/models/updateChangeRequestDtoStatus.js +1 -1
- package/dist/models/updateOrgRepositoryDto.d.ts +1 -1
- package/dist/models/updateOrgRepositoryDtoMetadataJson.d.ts +1 -1
- package/dist/models/updateOrgRepositoryDtoMetadataJson.js +1 -1
- package/dist/models/updateProjectRepositoryBindingDto.d.ts +1 -1
- package/dist/models/updateProjectRepositoryBindingDtoRole.d.ts +1 -1
- package/dist/models/updateProjectRepositoryBindingDtoRole.js +1 -1
- package/dist/models/upsertOrgScmConfigDto.d.ts +1 -1
- package/dist/models/upsertOrgScmConfigDtoConfigJson.d.ts +1 -1
- package/dist/models/upsertOrgScmConfigDtoConfigJson.js +1 -1
- package/dist/models/upsertOrgScmConfigDtoProvider.d.ts +1 -1
- package/dist/models/upsertOrgScmConfigDtoProvider.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<path d="M26 12 L41 21 L41 39 L26 48 L11 39 L11 21 Z" fill="#14B8A6"/>
|
|
8
8
|
</g>
|
|
9
9
|
<text x="92" y="52" font-family="ui-monospace,SFMono-Regular,Menlo,monospace" font-size="22" fill="#F8FAFC" font-weight="700">@xemahq/scm-connector-api-client</text>
|
|
10
|
-
<text x="92" y="80" font-family="ui-sans-serif,system-ui,sans-serif" font-size="15" fill="#94A3B8">Typed, generated HTTP client for the SCM
|
|
10
|
+
<text x="92" y="80" font-family="ui-sans-serif,system-ui,sans-serif" font-size="15" fill="#94A3B8">Typed, generated HTTP client for the SCM Connector API.</text>
|
|
11
11
|
<text x="652" y="105" text-anchor="end" font-family="ui-sans-serif,system-ui,sans-serif" font-size="12" fill="#475569">xema.dev</text>
|
|
12
12
|
</svg>
|
|
13
13
|
</p>
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
|
|
26
26
|
# @xemahq/scm-connector-api-client
|
|
27
27
|
|
|
28
|
-
> Typed, generated HTTP client for the SCM
|
|
28
|
+
> Typed, generated HTTP client for the SCM Connector API.
|
|
29
29
|
|
|
30
30
|
## Overview
|
|
31
31
|
|
|
32
|
-
Auto-generated TypeScript client for the **SCM
|
|
32
|
+
Auto-generated TypeScript client for the **SCM Connector API**. It exports typed
|
|
33
33
|
request functions and response models that mirror the service's OpenAPI surface,
|
|
34
34
|
so callers get end-to-end type safety without hand-writing HTTP calls. This
|
|
35
35
|
package is produced by `@xemahq/api-client-generator` and regenerated whenever
|
|
@@ -37,7 +37,7 @@ the service's API changes — do not edit it by hand.
|
|
|
37
37
|
|
|
38
38
|
## When to use it
|
|
39
39
|
|
|
40
|
-
- Use it from any TypeScript service or app that calls the SCM
|
|
40
|
+
- Use it from any TypeScript service or app that calls the SCM Connector API over HTTP.
|
|
41
41
|
- You get compile-time types for every endpoint and payload; regenerate to pick
|
|
42
42
|
up API changes rather than editing the client.
|
|
43
43
|
|
package/dist/custom-fetch.d.ts
CHANGED
|
@@ -26,5 +26,22 @@ export declare class ClientError extends Error {
|
|
|
26
26
|
}
|
|
27
27
|
export declare function configureClient(config: ClientConfig): void;
|
|
28
28
|
export declare function getClientConfig(): ClientConfig;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the response body EXACTLY as the service sent it.
|
|
31
|
+
*
|
|
32
|
+
* Xema platform services wrap every 2xx payload in a `{ data: T }` envelope
|
|
33
|
+
* (`{ data: T[], pagination }` for lists) via the global
|
|
34
|
+
* ResponseEnvelopeInterceptor. That envelope is part of the wire contract, so
|
|
35
|
+
* controllers document it with the `@ApiDataResponse` / `@ApiDataArrayResponse`
|
|
36
|
+
* / `@ApiPaginatedResponse` family and the generated types describe it —
|
|
37
|
+
* consumers read `.data`.
|
|
38
|
+
*
|
|
39
|
+
* This client therefore does NOT peel the envelope. It used to, which made the
|
|
40
|
+
* transport contradict the published schema: any endpoint documented honestly
|
|
41
|
+
* returned `undefined` from `.data` at runtime. Do not re-introduce an unwrap
|
|
42
|
+
* here — fix the controller's decorator instead.
|
|
43
|
+
*
|
|
44
|
+
* Only 2xx bodies are returned: non-2xx is surfaced as a thrown ClientError.
|
|
45
|
+
*/
|
|
29
46
|
export declare const customFetch: <T>(url: string, options: RequestInit) => Promise<T>;
|
|
30
47
|
export default customFetch;
|
package/dist/custom-fetch.js
CHANGED
|
@@ -49,6 +49,23 @@ async function buildHeaders(config, callerHeaders) {
|
|
|
49
49
|
}
|
|
50
50
|
return headers;
|
|
51
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* Returns the response body EXACTLY as the service sent it.
|
|
54
|
+
*
|
|
55
|
+
* Xema platform services wrap every 2xx payload in a `{ data: T }` envelope
|
|
56
|
+
* (`{ data: T[], pagination }` for lists) via the global
|
|
57
|
+
* ResponseEnvelopeInterceptor. That envelope is part of the wire contract, so
|
|
58
|
+
* controllers document it with the `@ApiDataResponse` / `@ApiDataArrayResponse`
|
|
59
|
+
* / `@ApiPaginatedResponse` family and the generated types describe it —
|
|
60
|
+
* consumers read `.data`.
|
|
61
|
+
*
|
|
62
|
+
* This client therefore does NOT peel the envelope. It used to, which made the
|
|
63
|
+
* transport contradict the published schema: any endpoint documented honestly
|
|
64
|
+
* returned `undefined` from `.data` at runtime. Do not re-introduce an unwrap
|
|
65
|
+
* here — fix the controller's decorator instead.
|
|
66
|
+
*
|
|
67
|
+
* Only 2xx bodies are returned: non-2xx is surfaced as a thrown ClientError.
|
|
68
|
+
*/
|
|
52
69
|
const customFetch = async (url, options) => {
|
|
53
70
|
const config = getClientConfig();
|
|
54
71
|
const base = config.baseUrlResolver
|
|
@@ -74,14 +91,14 @@ const customFetch = async (url, options) => {
|
|
|
74
91
|
if (retryResponse.status >= 400) {
|
|
75
92
|
throw new ClientError(retryResponse.status, fullUrl, retryBody);
|
|
76
93
|
}
|
|
77
|
-
return
|
|
94
|
+
return retryBody;
|
|
78
95
|
}
|
|
79
96
|
if (!RETRYABLE_STATUSES.includes(response.status) || attempt >= maxRetries) {
|
|
80
97
|
const body = await parseBody(response);
|
|
81
98
|
if (response.status >= 400) {
|
|
82
99
|
throw new ClientError(response.status, fullUrl, body);
|
|
83
100
|
}
|
|
84
|
-
return
|
|
101
|
+
return body;
|
|
85
102
|
}
|
|
86
103
|
const retryAfter = parseRetryAfter(response.headers.get('Retry-After'));
|
|
87
104
|
const waitMs = retryAfter ?? addJitter(delay);
|
|
@@ -102,34 +119,6 @@ const customFetch = async (url, options) => {
|
|
|
102
119
|
throw lastError ?? new Error(`All retries exhausted for ${fullUrl}`);
|
|
103
120
|
};
|
|
104
121
|
exports.customFetch = customFetch;
|
|
105
|
-
/**
|
|
106
|
-
* Xema platform services wrap every 2xx payload in a { data: T } envelope via
|
|
107
|
-
* the global ResponseEnvelopeInterceptor (platform-common). Generated types
|
|
108
|
-
* describe the INNER T (controllers declare their return type as T, not
|
|
109
|
-
* { data: T }), so the client must peel data to keep the static types and the
|
|
110
|
-
* wire shape consistent — otherwise consumers read fields off the envelope and
|
|
111
|
-
* get undefined.
|
|
112
|
-
*
|
|
113
|
-
* Only 2xx bodies reach this helper: non-2xx responses are surfaced as a thrown
|
|
114
|
-
* ClientError before unwrap, and error envelopes are emitted by the
|
|
115
|
-
* GlobalExceptionFilter, never wrapped in { data }. Paginated lists arrive as
|
|
116
|
-
* { data: T[], pagination: {...} }; consumers read both fields, so that envelope
|
|
117
|
-
* is kept intact (detected by the presence of pagination). Any body without a
|
|
118
|
-
* top-level data field is returned as-is.
|
|
119
|
-
*/
|
|
120
|
-
function unwrapEnvelope(body) {
|
|
121
|
-
if (body === null ||
|
|
122
|
-
typeof body !== 'object' ||
|
|
123
|
-
Array.isArray(body) ||
|
|
124
|
-
!('data' in body)) {
|
|
125
|
-
return body;
|
|
126
|
-
}
|
|
127
|
-
const envelope = body;
|
|
128
|
-
if ('pagination' in envelope) {
|
|
129
|
-
return envelope;
|
|
130
|
-
}
|
|
131
|
-
return envelope.data;
|
|
132
|
-
}
|
|
133
122
|
async function parseBody(response) {
|
|
134
123
|
const contentType = response.headers.get('content-type');
|
|
135
124
|
if (contentType?.includes('application/json')) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Generated by orval v8.15.0 🍺
|
|
4
4
|
* Do not edit manually.
|
|
5
|
-
* SCM
|
|
5
|
+
* SCM Connector API
|
|
6
6
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
7
7
|
* OpenAPI spec version: 0.1.0
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by orval v8.15.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
|
-
* SCM
|
|
4
|
+
* SCM Connector API
|
|
5
5
|
* SCM / software-dev domain extracted out of connector-gateway-api (WS-E1). Owns org-scm-config, org-repositories, project-repository-bindings, change-requests, repository snapshots, the GitHub App, and SCM webhook ingestion.
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|