@aws-sdk/client-codecommit 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/CodeCommit.d.ts +263 -358
- package/dist-types/ts3.4/CodeCommitClient.d.ts +14 -50
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDescribeMergeConflictsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetCommitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetRepositoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePullRequestCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateUnreferencedMergeCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCommentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFileCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePullRequestApprovalRuleCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeMergeConflictsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePullRequestEventsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluatePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetApprovalRuleTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetCommentReactionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCommentsForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommentsForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDifferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMergeCommitCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMergeConflictsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMergeOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPullRequestApprovalStatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPullRequestCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPullRequestOverrideStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListApprovalRuleTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesForApprovalRuleTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergeBranchesBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergeBranchesByThreeWayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByFastForwardCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/MergePullRequestBySquashCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/MergePullRequestByThreeWayCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/OverridePullRequestApprovalRulesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForComparedCommitCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentForPullRequestCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostCommentReplyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCommentReactionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutFileCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestRepositoryTriggersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateApprovalRuleTemplateNameCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCommentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDefaultBranchCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalRuleContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestApprovalStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePullRequestStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePullRequestTitleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRepositoryDescriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryNameCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +187 -772
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface PutFileCommandInput extends PutFileInput {}
|
|
5
5
|
export interface PutFileCommandOutput extends PutFileOutput, __MetadataBearer {}
|
|
6
6
|
declare const PutFileCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PutFileCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
PutFileCommandInput,
|
|
9
11
|
PutFileCommandOutput,
|
|
10
12
|
import("..").CodeCommitClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PutFileCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
PutFileCommandInput,
|
|
16
20
|
PutFileCommandOutput,
|
|
17
21
|
import("..").CodeCommitClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutRepositoryTriggersInput,
|
|
4
|
-
PutRepositoryTriggersOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutRepositoryTriggersCommandInput
|
|
8
|
-
extends PutRepositoryTriggersInput {}
|
|
4
|
+
export interface PutRepositoryTriggersCommandInput extends PutRepositoryTriggersInput {}
|
|
9
5
|
export interface PutRepositoryTriggersCommandOutput
|
|
10
|
-
extends PutRepositoryTriggersOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutRepositoryTriggersOutput, __MetadataBearer {}
|
|
12
7
|
declare const PutRepositoryTriggersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutRepositoryTriggersCommandInput
|
|
9
|
+
input: PutRepositoryTriggersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutRepositoryTriggersCommandInput,
|
|
17
12
|
PutRepositoryTriggersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutRepositoryTriggersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutRepositoryTriggersCommandInput
|
|
18
|
+
input: PutRepositoryTriggersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutRepositoryTriggersCommandInput,
|
|
26
21
|
PutRepositoryTriggersCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TestRepositoryTriggersInput,
|
|
4
|
-
TestRepositoryTriggersOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TestRepositoryTriggersCommandInput
|
|
8
|
-
extends TestRepositoryTriggersInput {}
|
|
4
|
+
export interface TestRepositoryTriggersCommandInput extends TestRepositoryTriggersInput {}
|
|
9
5
|
export interface TestRepositoryTriggersCommandOutput
|
|
10
|
-
extends TestRepositoryTriggersOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TestRepositoryTriggersOutput, __MetadataBearer {}
|
|
12
7
|
declare const TestRepositoryTriggersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TestRepositoryTriggersCommandInput
|
|
9
|
+
input: TestRepositoryTriggersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TestRepositoryTriggersCommandInput,
|
|
17
12
|
TestRepositoryTriggersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TestRepositoryTriggersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TestRepositoryTriggersCommandInput
|
|
18
|
+
input: TestRepositoryTriggersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TestRepositoryTriggersCommandInput,
|
|
26
21
|
TestRepositoryTriggersCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApprovalRuleTemplateContentOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApprovalRuleTemplateContentCommandInput
|
|
8
|
-
extends UpdateApprovalRuleTemplateContentInput {}
|
|
7
|
+
export interface UpdateApprovalRuleTemplateContentCommandInput extends UpdateApprovalRuleTemplateContentInput {}
|
|
9
8
|
export interface UpdateApprovalRuleTemplateContentCommandOutput
|
|
10
|
-
extends UpdateApprovalRuleTemplateContentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateApprovalRuleTemplateContentOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApprovalRuleTemplateContentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApprovalRuleTemplateContentCommandInput
|
|
12
|
+
input: UpdateApprovalRuleTemplateContentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApprovalRuleTemplateContentCommandInput,
|
|
17
15
|
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApprovalRuleTemplateContentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApprovalRuleTemplateContentCommandInput
|
|
21
|
+
input: UpdateApprovalRuleTemplateContentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApprovalRuleTemplateContentCommandInput,
|
|
26
24
|
UpdateApprovalRuleTemplateContentCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApprovalRuleTemplateDescriptionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
8
|
-
extends UpdateApprovalRuleTemplateDescriptionInput {}
|
|
7
|
+
export interface UpdateApprovalRuleTemplateDescriptionCommandInput extends UpdateApprovalRuleTemplateDescriptionInput {}
|
|
9
8
|
export interface UpdateApprovalRuleTemplateDescriptionCommandOutput
|
|
10
|
-
extends UpdateApprovalRuleTemplateDescriptionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateApprovalRuleTemplateDescriptionOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApprovalRuleTemplateDescriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
12
|
+
input: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
17
15
|
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApprovalRuleTemplateDescriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApprovalRuleTemplateDescriptionCommandInput
|
|
21
|
+
input: UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApprovalRuleTemplateDescriptionCommandInput,
|
|
26
24
|
UpdateApprovalRuleTemplateDescriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateApprovalRuleTemplateNameOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApprovalRuleTemplateNameCommandInput
|
|
8
|
-
extends UpdateApprovalRuleTemplateNameInput {}
|
|
7
|
+
export interface UpdateApprovalRuleTemplateNameCommandInput extends UpdateApprovalRuleTemplateNameInput {}
|
|
9
8
|
export interface UpdateApprovalRuleTemplateNameCommandOutput
|
|
10
|
-
extends UpdateApprovalRuleTemplateNameOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateApprovalRuleTemplateNameOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateApprovalRuleTemplateNameCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateApprovalRuleTemplateNameCommandInput
|
|
12
|
+
input: UpdateApprovalRuleTemplateNameCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateApprovalRuleTemplateNameCommandInput,
|
|
17
15
|
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateApprovalRuleTemplateNameCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateApprovalRuleTemplateNameCommandInput
|
|
21
|
+
input: UpdateApprovalRuleTemplateNameCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateApprovalRuleTemplateNameCommandInput,
|
|
26
24
|
UpdateApprovalRuleTemplateNameCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateCommentCommandInput extends UpdateCommentInput {}
|
|
5
|
-
export interface UpdateCommentCommandOutput
|
|
6
|
-
extends UpdateCommentOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateCommentCommandOutput extends UpdateCommentOutput, __MetadataBearer {}
|
|
8
6
|
declare const UpdateCommentCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCommentCommandInput
|
|
8
|
+
input: UpdateCommentCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCommentCommandInput,
|
|
13
11
|
UpdateCommentCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCommentCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCommentCommandInput
|
|
17
|
+
input: UpdateCommentCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCommentCommandInput,
|
|
22
20
|
UpdateCommentCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateDefaultBranchInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateDefaultBranchCommandInput
|
|
5
|
-
extends UpdateDefaultBranchInput {}
|
|
4
|
+
export interface UpdateDefaultBranchCommandInput extends UpdateDefaultBranchInput {}
|
|
6
5
|
export interface UpdateDefaultBranchCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateDefaultBranchCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateDefaultBranchCommandInput
|
|
8
|
+
input: UpdateDefaultBranchCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateDefaultBranchCommandInput,
|
|
12
11
|
UpdateDefaultBranchCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateDefaultBranchCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateDefaultBranchCommandInput
|
|
17
|
+
input: UpdateDefaultBranchCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateDefaultBranchCommandInput,
|
|
21
20
|
UpdateDefaultBranchCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdatePullRequestApprovalRuleContentOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePullRequestApprovalRuleContentCommandInput
|
|
8
|
-
extends UpdatePullRequestApprovalRuleContentInput {}
|
|
7
|
+
export interface UpdatePullRequestApprovalRuleContentCommandInput extends UpdatePullRequestApprovalRuleContentInput {}
|
|
9
8
|
export interface UpdatePullRequestApprovalRuleContentCommandOutput
|
|
10
|
-
extends UpdatePullRequestApprovalRuleContentOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdatePullRequestApprovalRuleContentOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdatePullRequestApprovalRuleContentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdatePullRequestApprovalRuleContentCommandInput
|
|
12
|
+
input: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
17
15
|
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdatePullRequestApprovalRuleContentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdatePullRequestApprovalRuleContentCommandInput
|
|
21
|
+
input: UpdatePullRequestApprovalRuleContentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdatePullRequestApprovalRuleContentCommandInput,
|
|
26
24
|
UpdatePullRequestApprovalRuleContentCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdatePullRequestApprovalStateInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdatePullRequestApprovalStateCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdatePullRequestApprovalStateCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdatePullRequestApprovalStateCommandInput extends UpdatePullRequestApprovalStateInput {}
|
|
5
|
+
export interface UpdatePullRequestApprovalStateCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdatePullRequestApprovalStateCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdatePullRequestApprovalStateCommandInput
|
|
8
|
+
input: UpdatePullRequestApprovalStateCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdatePullRequestApprovalStateCommandInput,
|
|
13
11
|
UpdatePullRequestApprovalStateCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdatePullRequestApprovalStateCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdatePullRequestApprovalStateCommandInput
|
|
17
|
+
input: UpdatePullRequestApprovalStateCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdatePullRequestApprovalStateCommandInput,
|
|
22
20
|
UpdatePullRequestApprovalStateCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdatePullRequestDescriptionOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePullRequestDescriptionCommandInput
|
|
8
|
-
extends UpdatePullRequestDescriptionInput {}
|
|
7
|
+
export interface UpdatePullRequestDescriptionCommandInput extends UpdatePullRequestDescriptionInput {}
|
|
9
8
|
export interface UpdatePullRequestDescriptionCommandOutput
|
|
10
|
-
extends UpdatePullRequestDescriptionOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdatePullRequestDescriptionOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdatePullRequestDescriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdatePullRequestDescriptionCommandInput
|
|
12
|
+
input: UpdatePullRequestDescriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdatePullRequestDescriptionCommandInput,
|
|
17
15
|
UpdatePullRequestDescriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdatePullRequestDescriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdatePullRequestDescriptionCommandInput
|
|
21
|
+
input: UpdatePullRequestDescriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdatePullRequestDescriptionCommandInput,
|
|
26
24
|
UpdatePullRequestDescriptionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePullRequestStatusInput,
|
|
4
|
-
UpdatePullRequestStatusOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePullRequestStatusCommandInput
|
|
8
|
-
extends UpdatePullRequestStatusInput {}
|
|
4
|
+
export interface UpdatePullRequestStatusCommandInput extends UpdatePullRequestStatusInput {}
|
|
9
5
|
export interface UpdatePullRequestStatusCommandOutput
|
|
10
|
-
extends UpdatePullRequestStatusOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePullRequestStatusOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePullRequestStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePullRequestStatusCommandInput
|
|
9
|
+
input: UpdatePullRequestStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePullRequestStatusCommandInput,
|
|
17
12
|
UpdatePullRequestStatusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePullRequestStatusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePullRequestStatusCommandInput
|
|
18
|
+
input: UpdatePullRequestStatusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePullRequestStatusCommandInput,
|
|
26
21
|
UpdatePullRequestStatusCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePullRequestTitleInput,
|
|
4
|
-
UpdatePullRequestTitleOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePullRequestTitleCommandInput
|
|
8
|
-
extends UpdatePullRequestTitleInput {}
|
|
4
|
+
export interface UpdatePullRequestTitleCommandInput extends UpdatePullRequestTitleInput {}
|
|
9
5
|
export interface UpdatePullRequestTitleCommandOutput
|
|
10
|
-
extends UpdatePullRequestTitleOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePullRequestTitleOutput, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePullRequestTitleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePullRequestTitleCommandInput
|
|
9
|
+
input: UpdatePullRequestTitleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePullRequestTitleCommandInput,
|
|
17
12
|
UpdatePullRequestTitleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePullRequestTitleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePullRequestTitleCommandInput
|
|
18
|
+
input: UpdatePullRequestTitleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePullRequestTitleCommandInput,
|
|
26
21
|
UpdatePullRequestTitleCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateRepositoryDescriptionInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateRepositoryDescriptionCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateRepositoryDescriptionCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateRepositoryDescriptionCommandInput extends UpdateRepositoryDescriptionInput {}
|
|
5
|
+
export interface UpdateRepositoryDescriptionCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateRepositoryDescriptionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateRepositoryDescriptionCommandInput
|
|
8
|
+
input: UpdateRepositoryDescriptionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateRepositoryDescriptionCommandInput,
|
|
13
11
|
UpdateRepositoryDescriptionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateRepositoryDescriptionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateRepositoryDescriptionCommandInput
|
|
17
|
+
input: UpdateRepositoryDescriptionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateRepositoryDescriptionCommandInput,
|
|
22
20
|
UpdateRepositoryDescriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateRepositoryEncryptionKeyOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRepositoryEncryptionKeyCommandInput
|
|
8
|
-
extends UpdateRepositoryEncryptionKeyInput {}
|
|
7
|
+
export interface UpdateRepositoryEncryptionKeyCommandInput extends UpdateRepositoryEncryptionKeyInput {}
|
|
9
8
|
export interface UpdateRepositoryEncryptionKeyCommandOutput
|
|
10
|
-
extends UpdateRepositoryEncryptionKeyOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateRepositoryEncryptionKeyOutput, __MetadataBearer {}
|
|
12
10
|
declare const UpdateRepositoryEncryptionKeyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateRepositoryEncryptionKeyCommandInput
|
|
12
|
+
input: UpdateRepositoryEncryptionKeyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateRepositoryEncryptionKeyCommandInput,
|
|
17
15
|
UpdateRepositoryEncryptionKeyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateRepositoryEncryptionKeyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateRepositoryEncryptionKeyCommandInput
|
|
21
|
+
input: UpdateRepositoryEncryptionKeyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateRepositoryEncryptionKeyCommandInput,
|
|
26
24
|
UpdateRepositoryEncryptionKeyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateRepositoryNameInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateRepositoryNameCommandInput
|
|
5
|
-
extends UpdateRepositoryNameInput {}
|
|
4
|
+
export interface UpdateRepositoryNameCommandInput extends UpdateRepositoryNameInput {}
|
|
6
5
|
export interface UpdateRepositoryNameCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const UpdateRepositoryNameCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: UpdateRepositoryNameCommandInput
|
|
8
|
+
input: UpdateRepositoryNameCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
UpdateRepositoryNameCommandInput,
|
|
12
11
|
UpdateRepositoryNameCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const UpdateRepositoryNameCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: UpdateRepositoryNameCommandInput
|
|
17
|
+
input: UpdateRepositoryNameCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
UpdateRepositoryNameCommandInput,
|
|
21
20
|
UpdateRepositoryNameCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeCommitExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -7,8 +7,7 @@ export declare const OverrideStatus: {
|
|
|
7
7
|
readonly OVERRIDE: "OVERRIDE";
|
|
8
8
|
readonly REVOKE: "REVOKE";
|
|
9
9
|
};
|
|
10
|
-
export type OverrideStatus =
|
|
11
|
-
(typeof OverrideStatus)[keyof typeof OverrideStatus];
|
|
10
|
+
export type OverrideStatus = (typeof OverrideStatus)[keyof typeof OverrideStatus];
|
|
12
11
|
export declare const ConflictDetailLevelTypeEnum: {
|
|
13
12
|
readonly FILE_LEVEL: "FILE_LEVEL";
|
|
14
13
|
readonly LINE_LEVEL: "LINE_LEVEL";
|
|
@@ -28,30 +27,26 @@ export declare const MergeOptionTypeEnum: {
|
|
|
28
27
|
readonly SQUASH_MERGE: "SQUASH_MERGE";
|
|
29
28
|
readonly THREE_WAY_MERGE: "THREE_WAY_MERGE";
|
|
30
29
|
};
|
|
31
|
-
export type MergeOptionTypeEnum =
|
|
32
|
-
(typeof MergeOptionTypeEnum)[keyof typeof MergeOptionTypeEnum];
|
|
30
|
+
export type MergeOptionTypeEnum = (typeof MergeOptionTypeEnum)[keyof typeof MergeOptionTypeEnum];
|
|
33
31
|
export declare const FileModeTypeEnum: {
|
|
34
32
|
readonly EXECUTABLE: "EXECUTABLE";
|
|
35
33
|
readonly NORMAL: "NORMAL";
|
|
36
34
|
readonly SYMLINK: "SYMLINK";
|
|
37
35
|
};
|
|
38
|
-
export type FileModeTypeEnum =
|
|
39
|
-
(typeof FileModeTypeEnum)[keyof typeof FileModeTypeEnum];
|
|
36
|
+
export type FileModeTypeEnum = (typeof FileModeTypeEnum)[keyof typeof FileModeTypeEnum];
|
|
40
37
|
export declare const ChangeTypeEnum: {
|
|
41
38
|
readonly ADDED: "A";
|
|
42
39
|
readonly DELETED: "D";
|
|
43
40
|
readonly MODIFIED: "M";
|
|
44
41
|
};
|
|
45
|
-
export type ChangeTypeEnum =
|
|
46
|
-
(typeof ChangeTypeEnum)[keyof typeof ChangeTypeEnum];
|
|
42
|
+
export type ChangeTypeEnum = (typeof ChangeTypeEnum)[keyof typeof ChangeTypeEnum];
|
|
47
43
|
export declare const ObjectTypeEnum: {
|
|
48
44
|
readonly DIRECTORY: "DIRECTORY";
|
|
49
45
|
readonly FILE: "FILE";
|
|
50
46
|
readonly GIT_LINK: "GIT_LINK";
|
|
51
47
|
readonly SYMBOLIC_LINK: "SYMBOLIC_LINK";
|
|
52
48
|
};
|
|
53
|
-
export type ObjectTypeEnum =
|
|
54
|
-
(typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
|
|
49
|
+
export type ObjectTypeEnum = (typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
|
|
55
50
|
export declare const BatchGetRepositoriesErrorCodeEnum: {
|
|
56
51
|
readonly ENCRYPTION_INTEGRITY_CHECKS_FAILED_EXCEPTION: "EncryptionIntegrityChecksFailedException";
|
|
57
52
|
readonly ENCRYPTION_KEY_ACCESS_DENIED_EXCEPTION: "EncryptionKeyAccessDeniedException";
|
|
@@ -74,8 +69,7 @@ export declare const ReplacementTypeEnum: {
|
|
|
74
69
|
readonly KEEP_SOURCE: "KEEP_SOURCE";
|
|
75
70
|
readonly USE_NEW_CONTENT: "USE_NEW_CONTENT";
|
|
76
71
|
};
|
|
77
|
-
export type ReplacementTypeEnum =
|
|
78
|
-
(typeof ReplacementTypeEnum)[keyof typeof ReplacementTypeEnum];
|
|
72
|
+
export type ReplacementTypeEnum = (typeof ReplacementTypeEnum)[keyof typeof ReplacementTypeEnum];
|
|
79
73
|
export declare const PullRequestEventType: {
|
|
80
74
|
readonly PULL_REQUEST_APPROVAL_RULE_CREATED: "PULL_REQUEST_APPROVAL_RULE_CREATED";
|
|
81
75
|
readonly PULL_REQUEST_APPROVAL_RULE_DELETED: "PULL_REQUEST_APPROVAL_RULE_DELETED";
|
|
@@ -87,8 +81,7 @@ export declare const PullRequestEventType: {
|
|
|
87
81
|
readonly PULL_REQUEST_SOURCE_REFERENCE_UPDATED: "PULL_REQUEST_SOURCE_REFERENCE_UPDATED";
|
|
88
82
|
readonly PULL_REQUEST_STATUS_CHANGED: "PULL_REQUEST_STATUS_CHANGED";
|
|
89
83
|
};
|
|
90
|
-
export type PullRequestEventType =
|
|
91
|
-
(typeof PullRequestEventType)[keyof typeof PullRequestEventType];
|
|
84
|
+
export type PullRequestEventType = (typeof PullRequestEventType)[keyof typeof PullRequestEventType];
|
|
92
85
|
export declare const RelativeFileVersionEnum: {
|
|
93
86
|
readonly AFTER: "AFTER";
|
|
94
87
|
readonly BEFORE: "BEFORE";
|