@aws-sdk/client-codecommit 3.933.0 → 3.935.0
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-cjs/index.js +87 -87
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +86 -0
- package/dist-es/models/errors.js +2269 -0
- package/dist-es/models/models_0.js +1 -1795
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +1 -2
- package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesBySquashCommand.d.ts +1 -1
- package/dist-types/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestBySquashCommand.d.ts +1 -1
- package/dist-types/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
- package/dist-types/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentForPullRequestCommand.d.ts +1 -1
- package/dist-types/commands/PostCommentReplyCommand.d.ts +1 -1
- package/dist-types/commands/PutCommentReactionCommand.d.ts +1 -1
- package/dist-types/commands/PutFileCommand.d.ts +1 -1
- package/dist-types/commands/PutRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCommentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultBranchCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryNameCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +214 -0
- package/dist-types/models/errors.d.ts +2337 -0
- package/dist-types/models/models_0.d.ts +1480 -2026
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +115 -0
- package/dist-types/ts3.4/models/errors.d.ts +1621 -0
- package/dist-types/ts3.4/models/models_0.d.ts +332 -1326
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -561
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -2007
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -742
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListFileCommitHistoryRequest,
|
|
10
|
+
ListFileCommitHistoryResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListFileCommitHistoryCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListPullRequestsInput,
|
|
10
10
|
ListPullRequestsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListPullRequestsCommandInput extends ListPullRequestsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListRepositoriesInput,
|
|
10
10
|
ListRepositoriesOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListRepositoriesCommandInput extends ListRepositoriesInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListRepositoriesForApprovalRuleTemplateInput,
|
|
10
10
|
ListRepositoriesForApprovalRuleTemplateOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListRepositoriesForApprovalRuleTemplateCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MergeBranchesByFastForwardInput,
|
|
10
10
|
MergeBranchesByFastForwardOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MergeBranchesByFastForwardCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MergePullRequestByFastForwardInput,
|
|
10
10
|
MergePullRequestByFastForwardOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MergePullRequestByFastForwardCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MergePullRequestBySquashInput,
|
|
10
10
|
MergePullRequestBySquashOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MergePullRequestBySquashCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
MergePullRequestByThreeWayInput,
|
|
10
10
|
MergePullRequestByThreeWayOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface MergePullRequestByThreeWayCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { OverridePullRequestApprovalRulesInput } from "../models/
|
|
8
|
+
import { OverridePullRequestApprovalRulesInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface OverridePullRequestApprovalRulesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PostCommentForComparedCommitInput,
|
|
10
10
|
PostCommentForComparedCommitOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PostCommentForComparedCommitCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PostCommentForPullRequestInput,
|
|
10
10
|
PostCommentForPullRequestOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PostCommentForPullRequestCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PostCommentReplyInput,
|
|
10
10
|
PostCommentReplyOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PostCommentReplyCommandInput extends PostCommentReplyInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { PutCommentReactionInput } from "../models/
|
|
8
|
+
import { PutCommentReactionInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutCommentReactionCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { PutFileInput, PutFileOutput } from "../models/
|
|
8
|
+
import { PutFileInput, PutFileOutput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface PutFileCommandInput extends PutFileInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { TagResourceInput } from "../models/
|
|
8
|
+
import { TagResourceInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UntagResourceInput } from "../models/
|
|
8
|
+
import { UntagResourceInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateApprovalRuleTemplateContentInput,
|
|
10
10
|
UpdateApprovalRuleTemplateContentOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateApprovalRuleTemplateContentCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateApprovalRuleTemplateDescriptionInput,
|
|
10
10
|
UpdateApprovalRuleTemplateDescriptionOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateApprovalRuleTemplateNameInput,
|
|
10
10
|
UpdateApprovalRuleTemplateNameOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateApprovalRuleTemplateNameCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UpdateCommentInput, UpdateCommentOutput } from "../models/
|
|
8
|
+
import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateCommentCommandInput extends UpdateCommentInput {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UpdateDefaultBranchInput } from "../models/
|
|
8
|
+
import { UpdateDefaultBranchInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateDefaultBranchCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdatePullRequestApprovalRuleContentInput,
|
|
10
10
|
UpdatePullRequestApprovalRuleContentOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdatePullRequestApprovalRuleContentCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UpdatePullRequestApprovalStateInput } from "../models/
|
|
8
|
+
import { UpdatePullRequestApprovalStateInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdatePullRequestApprovalStateCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdatePullRequestDescriptionInput,
|
|
10
10
|
UpdatePullRequestDescriptionOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdatePullRequestDescriptionCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UpdateRepositoryDescriptionInput } from "../models/
|
|
8
|
+
import { UpdateRepositoryDescriptionInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateRepositoryDescriptionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateRepositoryEncryptionKeyInput,
|
|
10
10
|
UpdateRepositoryEncryptionKeyOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateRepositoryEncryptionKeyCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeCommitClient";
|
|
8
|
-
import { UpdateRepositoryNameInput } from "../models/
|
|
8
|
+
import { UpdateRepositoryNameInput } from "../models/models_0";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateRepositoryNameCommandInput
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { CodeCommitExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { CodeCommitServiceException } from "./models/CodeCommitServiceException";
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export declare const ApprovalState: {
|
|
2
|
+
readonly APPROVE: "APPROVE";
|
|
3
|
+
readonly REVOKE: "REVOKE";
|
|
4
|
+
};
|
|
5
|
+
export type ApprovalState = (typeof ApprovalState)[keyof typeof ApprovalState];
|
|
6
|
+
export declare const OverrideStatus: {
|
|
7
|
+
readonly OVERRIDE: "OVERRIDE";
|
|
8
|
+
readonly REVOKE: "REVOKE";
|
|
9
|
+
};
|
|
10
|
+
export type OverrideStatus =
|
|
11
|
+
(typeof OverrideStatus)[keyof typeof OverrideStatus];
|
|
12
|
+
export declare const ConflictDetailLevelTypeEnum: {
|
|
13
|
+
readonly FILE_LEVEL: "FILE_LEVEL";
|
|
14
|
+
readonly LINE_LEVEL: "LINE_LEVEL";
|
|
15
|
+
};
|
|
16
|
+
export type ConflictDetailLevelTypeEnum =
|
|
17
|
+
(typeof ConflictDetailLevelTypeEnum)[keyof typeof ConflictDetailLevelTypeEnum];
|
|
18
|
+
export declare const ConflictResolutionStrategyTypeEnum: {
|
|
19
|
+
readonly ACCEPT_DESTINATION: "ACCEPT_DESTINATION";
|
|
20
|
+
readonly ACCEPT_SOURCE: "ACCEPT_SOURCE";
|
|
21
|
+
readonly AUTOMERGE: "AUTOMERGE";
|
|
22
|
+
readonly NONE: "NONE";
|
|
23
|
+
};
|
|
24
|
+
export type ConflictResolutionStrategyTypeEnum =
|
|
25
|
+
(typeof ConflictResolutionStrategyTypeEnum)[keyof typeof ConflictResolutionStrategyTypeEnum];
|
|
26
|
+
export declare const MergeOptionTypeEnum: {
|
|
27
|
+
readonly FAST_FORWARD_MERGE: "FAST_FORWARD_MERGE";
|
|
28
|
+
readonly SQUASH_MERGE: "SQUASH_MERGE";
|
|
29
|
+
readonly THREE_WAY_MERGE: "THREE_WAY_MERGE";
|
|
30
|
+
};
|
|
31
|
+
export type MergeOptionTypeEnum =
|
|
32
|
+
(typeof MergeOptionTypeEnum)[keyof typeof MergeOptionTypeEnum];
|
|
33
|
+
export declare const FileModeTypeEnum: {
|
|
34
|
+
readonly EXECUTABLE: "EXECUTABLE";
|
|
35
|
+
readonly NORMAL: "NORMAL";
|
|
36
|
+
readonly SYMLINK: "SYMLINK";
|
|
37
|
+
};
|
|
38
|
+
export type FileModeTypeEnum =
|
|
39
|
+
(typeof FileModeTypeEnum)[keyof typeof FileModeTypeEnum];
|
|
40
|
+
export declare const ChangeTypeEnum: {
|
|
41
|
+
readonly ADDED: "A";
|
|
42
|
+
readonly DELETED: "D";
|
|
43
|
+
readonly MODIFIED: "M";
|
|
44
|
+
};
|
|
45
|
+
export type ChangeTypeEnum =
|
|
46
|
+
(typeof ChangeTypeEnum)[keyof typeof ChangeTypeEnum];
|
|
47
|
+
export declare const ObjectTypeEnum: {
|
|
48
|
+
readonly DIRECTORY: "DIRECTORY";
|
|
49
|
+
readonly FILE: "FILE";
|
|
50
|
+
readonly GIT_LINK: "GIT_LINK";
|
|
51
|
+
readonly SYMBOLIC_LINK: "SYMBOLIC_LINK";
|
|
52
|
+
};
|
|
53
|
+
export type ObjectTypeEnum =
|
|
54
|
+
(typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
|
|
55
|
+
export declare const BatchGetRepositoriesErrorCodeEnum: {
|
|
56
|
+
readonly ENCRYPTION_INTEGRITY_CHECKS_FAILED_EXCEPTION: "EncryptionIntegrityChecksFailedException";
|
|
57
|
+
readonly ENCRYPTION_KEY_ACCESS_DENIED_EXCEPTION: "EncryptionKeyAccessDeniedException";
|
|
58
|
+
readonly ENCRYPTION_KEY_DISABLED_EXCEPTION: "EncryptionKeyDisabledException";
|
|
59
|
+
readonly ENCRYPTION_KEY_NOT_FOUND_EXCEPTION: "EncryptionKeyNotFoundException";
|
|
60
|
+
readonly ENCRYPTION_KEY_UNAVAILABLE_EXCEPTION: "EncryptionKeyUnavailableException";
|
|
61
|
+
readonly REPOSITORY_DOES_NOT_EXIST_EXCEPTION: "RepositoryDoesNotExistException";
|
|
62
|
+
};
|
|
63
|
+
export type BatchGetRepositoriesErrorCodeEnum =
|
|
64
|
+
(typeof BatchGetRepositoriesErrorCodeEnum)[keyof typeof BatchGetRepositoriesErrorCodeEnum];
|
|
65
|
+
export declare const PullRequestStatusEnum: {
|
|
66
|
+
readonly CLOSED: "CLOSED";
|
|
67
|
+
readonly OPEN: "OPEN";
|
|
68
|
+
};
|
|
69
|
+
export type PullRequestStatusEnum =
|
|
70
|
+
(typeof PullRequestStatusEnum)[keyof typeof PullRequestStatusEnum];
|
|
71
|
+
export declare const ReplacementTypeEnum: {
|
|
72
|
+
readonly KEEP_BASE: "KEEP_BASE";
|
|
73
|
+
readonly KEEP_DESTINATION: "KEEP_DESTINATION";
|
|
74
|
+
readonly KEEP_SOURCE: "KEEP_SOURCE";
|
|
75
|
+
readonly USE_NEW_CONTENT: "USE_NEW_CONTENT";
|
|
76
|
+
};
|
|
77
|
+
export type ReplacementTypeEnum =
|
|
78
|
+
(typeof ReplacementTypeEnum)[keyof typeof ReplacementTypeEnum];
|
|
79
|
+
export declare const PullRequestEventType: {
|
|
80
|
+
readonly PULL_REQUEST_APPROVAL_RULE_CREATED: "PULL_REQUEST_APPROVAL_RULE_CREATED";
|
|
81
|
+
readonly PULL_REQUEST_APPROVAL_RULE_DELETED: "PULL_REQUEST_APPROVAL_RULE_DELETED";
|
|
82
|
+
readonly PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN: "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN";
|
|
83
|
+
readonly PULL_REQUEST_APPROVAL_RULE_UPDATED: "PULL_REQUEST_APPROVAL_RULE_UPDATED";
|
|
84
|
+
readonly PULL_REQUEST_APPROVAL_STATE_CHANGED: "PULL_REQUEST_APPROVAL_STATE_CHANGED";
|
|
85
|
+
readonly PULL_REQUEST_CREATED: "PULL_REQUEST_CREATED";
|
|
86
|
+
readonly PULL_REQUEST_MERGE_STATE_CHANGED: "PULL_REQUEST_MERGE_STATE_CHANGED";
|
|
87
|
+
readonly PULL_REQUEST_SOURCE_REFERENCE_UPDATED: "PULL_REQUEST_SOURCE_REFERENCE_UPDATED";
|
|
88
|
+
readonly PULL_REQUEST_STATUS_CHANGED: "PULL_REQUEST_STATUS_CHANGED";
|
|
89
|
+
};
|
|
90
|
+
export type PullRequestEventType =
|
|
91
|
+
(typeof PullRequestEventType)[keyof typeof PullRequestEventType];
|
|
92
|
+
export declare const RelativeFileVersionEnum: {
|
|
93
|
+
readonly AFTER: "AFTER";
|
|
94
|
+
readonly BEFORE: "BEFORE";
|
|
95
|
+
};
|
|
96
|
+
export type RelativeFileVersionEnum =
|
|
97
|
+
(typeof RelativeFileVersionEnum)[keyof typeof RelativeFileVersionEnum];
|
|
98
|
+
export declare const RepositoryTriggerEventEnum: {
|
|
99
|
+
readonly ALL: "all";
|
|
100
|
+
readonly CREATE_REFERENCE: "createReference";
|
|
101
|
+
readonly DELETE_REFERENCE: "deleteReference";
|
|
102
|
+
readonly UPDATE_REFERENCE: "updateReference";
|
|
103
|
+
};
|
|
104
|
+
export type RepositoryTriggerEventEnum =
|
|
105
|
+
(typeof RepositoryTriggerEventEnum)[keyof typeof RepositoryTriggerEventEnum];
|
|
106
|
+
export declare const OrderEnum: {
|
|
107
|
+
readonly ASCENDING: "ascending";
|
|
108
|
+
readonly DESCENDING: "descending";
|
|
109
|
+
};
|
|
110
|
+
export type OrderEnum = (typeof OrderEnum)[keyof typeof OrderEnum];
|
|
111
|
+
export declare const SortByEnum: {
|
|
112
|
+
readonly MODIFIED_DATE: "lastModifiedDate";
|
|
113
|
+
readonly REPOSITORY_NAME: "repositoryName";
|
|
114
|
+
};
|
|
115
|
+
export type SortByEnum = (typeof SortByEnum)[keyof typeof SortByEnum];
|