@xemahq/scm-connector-api-client 0.2.2 → 0.2.4
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/dist/custom-fetch.d.ts +58 -23
- package/dist/custom-fetch.js +128 -51
- package/dist/endpoints/change-requests/change-requests.d.ts +1 -3
- package/dist/endpoints/git-content/git-content.d.ts +1 -3
- package/dist/endpoints/org-repositories/org-repositories.d.ts +1 -3
- package/dist/endpoints/org-scm-config/org-scm-config.d.ts +1 -3
- package/dist/endpoints/project-repositories/project-repositories.d.ts +1 -3
- package/dist/endpoints/project-repository-git/project-repository-git.d.ts +1 -3
- package/dist/endpoints/project-repository-lifecycle/project-repository-lifecycle.d.ts +1 -3
- package/dist/endpoints/repository-snapshots/repository-snapshots.d.ts +1 -3
- package/dist/endpoints/scm-providers/scm-providers.d.ts +1 -3
- package/dist/index.d.ts +1 -1
- package/dist/models/bindBranchOpDto.d.ts +1 -3
- package/dist/models/bindBranchOpKind.d.ts +1 -3
- package/dist/models/bindBranchOpKind.js +1 -3
- package/dist/models/bindBranchOpRejectedBodyDto.d.ts +1 -3
- package/dist/models/bindBranchOpRejectedBodyDto.js +1 -3
- package/dist/models/bindRepositoryToProjectDto.d.ts +1 -3
- package/dist/models/bindRepositoryToProjectDtoProvider.d.ts +1 -3
- package/dist/models/bindRepositoryToProjectDtoProvider.js +1 -3
- package/dist/models/bindRepositoryToProjectDtoRole.d.ts +1 -3
- package/dist/models/bindRepositoryToProjectDtoRole.js +1 -3
- package/dist/models/bindingHealthDto.d.ts +1 -3
- package/dist/models/bindingHealthDto.js +1 -3
- package/dist/models/bindingSnapshotResponseDto.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoCodebaseMetadata.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoCodebaseMetadata.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoCustomTaxonomy.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoCustomTaxonomy.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoL1ModuleMap.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoL1ModuleMap.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoL2FileTopology.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoL2FileTopology.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoRepositorySummary.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoRepositorySummary.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoRole.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoRole.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoStatus.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoStatus.js +1 -3
- package/dist/models/bindingSnapshotResponseDtoTriggerKind.d.ts +1 -3
- package/dist/models/bindingSnapshotResponseDtoTriggerKind.js +1 -3
- package/dist/models/changeRequestCommentResponseDto.d.ts +1 -3
- package/dist/models/changeRequestCommentResponseDto.js +1 -3
- package/dist/models/changeRequestResponseDto.d.ts +1 -3
- package/dist/models/changeRequestResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/changeRequestResponseDtoMetadataJson.d.ts +1 -3
- package/dist/models/changeRequestResponseDtoMetadataJson.js +1 -3
- package/dist/models/checkoutInstructionResponseDto.d.ts +1 -3
- package/dist/models/checkoutInstructionResponseDto.js +1 -3
- package/dist/models/checkoutInstructionResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/createBranchDto.d.ts +1 -3
- package/dist/models/createBranchDto.js +1 -3
- package/dist/models/createChangeRequestDto.d.ts +1 -3
- package/dist/models/createChangeRequestDto.js +1 -3
- package/dist/models/createProviderRepoDto.d.ts +1 -3
- package/dist/models/createProviderRepoDto.js +1 -3
- package/dist/models/createRepoRequestDto.d.ts +1 -3
- package/dist/models/errorDetailsDto.d.ts +1 -3
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -3
- package/dist/models/errorDetailsDtoDetails.js +1 -3
- package/dist/models/errorPayloadDto.d.ts +1 -3
- package/dist/models/errorResponseDto.d.ts +1 -3
- package/dist/models/gitContentControllerGetDiffParams.d.ts +1 -3
- package/dist/models/gitContentControllerGetDiffParams.js +1 -3
- package/dist/models/gitContentControllerGetFileParams.d.ts +1 -3
- package/dist/models/gitContentControllerGetFileParams.js +1 -3
- package/dist/models/gitContentControllerListFilesParams.d.ts +1 -3
- package/dist/models/gitContentControllerListFilesParams.js +1 -3
- package/dist/models/gitDiffFileDto.d.ts +1 -3
- package/dist/models/gitDiffFileDtoStatus.d.ts +1 -3
- package/dist/models/gitDiffFileDtoStatus.js +1 -3
- package/dist/models/gitDiffResultDto.d.ts +1 -3
- package/dist/models/gitDiffResultDtoDataEnvelope.d.ts +1 -3
- package/dist/models/gitFileContentDto.d.ts +1 -3
- package/dist/models/gitFileContentDto.js +1 -3
- package/dist/models/gitFileContentDtoDataEnvelope.d.ts +1 -3
- package/dist/models/gitHubAppBootstrapDto.d.ts +1 -3
- package/dist/models/gitHubAppBootstrapDtoDataEnvelope.d.ts +1 -3
- package/dist/models/githubAccountType.d.ts +1 -3
- package/dist/models/githubAccountType.js +1 -3
- package/dist/models/githubAppInstallationDto.d.ts +1 -3
- package/dist/models/githubAppInstallationDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/githubAppRepoSyncErrorDto.d.ts +1 -3
- package/dist/models/githubAppRepoSyncErrorDto.js +1 -3
- package/dist/models/githubAppRepoSyncResultDto.d.ts +1 -3
- package/dist/models/githubAppRepoSyncResultDtoDataEnvelope.d.ts +1 -3
- package/dist/models/githubRepositorySelection.d.ts +1 -3
- package/dist/models/githubRepositorySelection.js +1 -3
- package/dist/models/inaccessibleReason.d.ts +1 -3
- package/dist/models/inaccessibleReason.js +1 -3
- package/dist/models/initializeRepositoryDto.d.ts +1 -3
- package/dist/models/initializeRepositoryDto.js +1 -3
- package/dist/models/initializeRepositoryResponseDto.d.ts +1 -3
- package/dist/models/initializeRepositoryResponseDto.js +1 -3
- package/dist/models/initializeRepositoryResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/mergeBranchDto.d.ts +1 -3
- package/dist/models/mergeBranchDto.js +1 -3
- package/dist/models/orgRepositoryResponseDto.d.ts +1 -3
- package/dist/models/orgRepositoryResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/orgRepositoryResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/orgRepositoryResponseDtoMetadataJson.d.ts +1 -3
- package/dist/models/orgRepositoryResponseDtoMetadataJson.js +1 -3
- package/dist/models/orgRepositoryResponseDtoProvider.d.ts +1 -3
- package/dist/models/orgRepositoryResponseDtoProvider.js +1 -3
- package/dist/models/orgScmConfigControllerGetGitHubAppBootstrapParams.d.ts +1 -3
- package/dist/models/orgScmConfigControllerGetGitHubAppBootstrapParams.js +1 -3
- package/dist/models/orgScmConfigControllerHandleGitHubAppCallbackParams.d.ts +1 -3
- package/dist/models/orgScmConfigControllerHandleGitHubAppCallbackParams.js +1 -3
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoriesParams.d.ts +1 -3
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoriesParams.js +1 -3
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoryBranchesParams.d.ts +1 -3
- package/dist/models/orgScmConfigControllerListGitHubAppRepositoryBranchesParams.js +1 -3
- package/dist/models/orgScmConfigResponseDto.d.ts +1 -3
- package/dist/models/orgScmConfigResponseDtoConfigJson.d.ts +1 -3
- package/dist/models/orgScmConfigResponseDtoConfigJson.js +1 -3
- package/dist/models/orgScmConfigResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/orgScmConfigResponseDtoProvider.d.ts +1 -3
- package/dist/models/orgScmConfigResponseDtoProvider.js +1 -3
- package/dist/models/postChangeRequestCommentDto.d.ts +1 -3
- package/dist/models/postChangeRequestCommentDto.js +1 -3
- package/dist/models/projectRepoGitContentControllerGetDiffParams.d.ts +1 -3
- package/dist/models/projectRepoGitContentControllerGetDiffParams.js +1 -3
- package/dist/models/projectRepoGitContentControllerGetFileParams.d.ts +1 -3
- package/dist/models/projectRepoGitContentControllerGetFileParams.js +1 -3
- package/dist/models/projectRepoGitContentControllerListFilesParams.d.ts +1 -3
- package/dist/models/projectRepoGitContentControllerListFilesParams.js +1 -3
- package/dist/models/projectRepoLifecycleControllerGetCheckoutInstructionParams.d.ts +1 -3
- package/dist/models/projectRepoLifecycleControllerGetCheckoutInstructionParams.js +1 -3
- package/dist/models/projectRepositoryBindingResponseDto.d.ts +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoRole.d.ts +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoRole.js +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoStatus.d.ts +1 -3
- package/dist/models/projectRepositoryBindingResponseDtoStatus.js +1 -3
- package/dist/models/projectRepositoryStateResponseDto.d.ts +1 -3
- package/dist/models/projectRepositoryStateResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/providerBranchResponseDto.d.ts +1 -3
- package/dist/models/providerBranchResponseDto.js +1 -3
- package/dist/models/providerBranchResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/providerConnectionDto.d.ts +1 -3
- package/dist/models/providerConnectionDtoProvider.d.ts +1 -3
- package/dist/models/providerConnectionDtoProvider.js +1 -3
- package/dist/models/providerOrgResponseDto.d.ts +1 -3
- package/dist/models/providerOrgResponseDto.js +1 -3
- package/dist/models/providerOrgResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/providerRepoResponseDto.d.ts +1 -3
- package/dist/models/providerRepoResponseDto.js +1 -3
- package/dist/models/providerRepoResponseDtoDataArrayEnvelope.d.ts +1 -3
- package/dist/models/providerRepoResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/registerOrgRepositoryDto.d.ts +1 -3
- package/dist/models/registerOrgRepositoryDtoMetadataJson.d.ts +1 -3
- package/dist/models/registerOrgRepositoryDtoMetadataJson.js +1 -3
- package/dist/models/registerOrgRepositoryDtoProvider.d.ts +1 -3
- package/dist/models/registerOrgRepositoryDtoProvider.js +1 -3
- package/dist/models/repositoryStateKind.d.ts +1 -3
- package/dist/models/repositoryStateKind.js +1 -3
- package/dist/models/scmHealthResponseDto.d.ts +1 -3
- package/dist/models/scmHealthResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/scmHealthResponseDtoStatus.d.ts +1 -3
- package/dist/models/scmHealthResponseDtoStatus.js +1 -3
- package/dist/models/scmProvider.d.ts +1 -3
- package/dist/models/scmProvider.js +1 -3
- package/dist/models/scmProviderControllerListBranchesParams.d.ts +1 -3
- package/dist/models/scmProviderControllerListBranchesParams.js +1 -3
- package/dist/models/scmProviderControllerListReposParams.d.ts +1 -3
- package/dist/models/scmProviderControllerListReposParams.js +1 -3
- package/dist/models/scmReadRejectedCode.d.ts +1 -3
- package/dist/models/scmReadRejectedCode.js +1 -3
- package/dist/models/scmReadRejectedResponseDto.d.ts +1 -3
- package/dist/models/snapshotRefreshResponseDto.d.ts +1 -3
- package/dist/models/snapshotRefreshResponseDto.js +1 -3
- package/dist/models/snapshotRefreshResponseDtoDataEnvelope.d.ts +1 -3
- package/dist/models/updateChangeRequestDto.d.ts +1 -3
- package/dist/models/updateChangeRequestDtoMetadataJson.d.ts +1 -3
- package/dist/models/updateChangeRequestDtoMetadataJson.js +1 -3
- package/dist/models/updateChangeRequestDtoStatus.d.ts +1 -3
- package/dist/models/updateChangeRequestDtoStatus.js +1 -3
- package/dist/models/updateOrgRepositoryDto.d.ts +1 -3
- package/dist/models/updateOrgRepositoryDtoMetadataJson.d.ts +1 -3
- package/dist/models/updateOrgRepositoryDtoMetadataJson.js +1 -3
- package/dist/models/updateProjectRepositoryBindingDto.d.ts +1 -3
- package/dist/models/updateProjectRepositoryBindingDtoRole.d.ts +1 -3
- package/dist/models/updateProjectRepositoryBindingDtoRole.js +1 -3
- package/dist/models/upsertOrgScmConfigDto.d.ts +1 -3
- package/dist/models/upsertOrgScmConfigDtoConfigJson.d.ts +1 -3
- package/dist/models/upsertOrgScmConfigDtoConfigJson.js +1 -3
- package/dist/models/upsertOrgScmConfigDtoProvider.d.ts +1 -3
- package/dist/models/upsertOrgScmConfigDtoProvider.js +1 -3
- package/package.json +2 -2
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ProjectRepositoryBindingResponseDtoRole = typeof ProjectRepositoryBindingResponseDtoRole[keyof typeof ProjectRepositoryBindingResponseDtoRole];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ProjectRepositoryBindingResponseDtoStatus = typeof ProjectRepositoryBindingResponseDtoStatus[keyof typeof ProjectRepositoryBindingResponseDtoStatus];
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InaccessibleReason } from './inaccessibleReason.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProjectRepositoryStateResponseDto } from './projectRepositoryStateResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface ProviderBranchResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProviderBranchResponseDto } from './providerBranchResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProviderConnectionDtoProvider } from './providerConnectionDtoProvider.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface ProviderOrgResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProviderOrgResponseDto } from './providerOrgResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface ProviderRepoResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProviderRepoResponseDto } from './providerRepoResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ProviderRepoResponseDto } from './providerRepoResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { RegisterOrgRepositoryDtoMetadataJson } from './registerOrgRepositoryDtoMetadataJson.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { BindingHealthDto } from './bindingHealthDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { ScmHealthResponseDto } from './scmHealthResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ScmProviderControllerListBranchesParams = {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export type ScmProviderControllerListReposParams = {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { InaccessibleReason } from './inaccessibleReason.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
export interface SnapshotRefreshResponseDto {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { SnapshotRefreshResponseDto } from './snapshotRefreshResponseDto.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { UpdateChangeRequestDtoMetadataJson } from './updateChangeRequestDtoMetadataJson.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { UpdateOrgRepositoryDtoMetadataJson } from './updateOrgRepositoryDtoMetadataJson.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
import type { UpdateProjectRepositoryBindingDtoRole } from './updateProjectRepositoryBindingDtoRole.js';
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by
|
|
3
|
-
* Do not edit manually.
|
|
2
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
4
3
|
* SCM Connector API
|
|
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
4
|
* OpenAPI spec version: 0.1.0
|
|
7
5
|
*/
|
|
8
6
|
/**
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* Generated by
|
|
4
|
-
* Do not edit manually.
|
|
3
|
+
* Generated by @xemahq/api-client-generator — do not edit manually.
|
|
5
4
|
* SCM Connector API
|
|
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
5
|
* OpenAPI spec version: 0.1.0
|
|
8
6
|
*/
|
|
9
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|