@spinnaker/core 2025.0.6 → 2025.1.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/api/ApiService.d.ts +2 -2
- package/dist/api/mock/mockHttpUtils.d.ts +2 -2
- package/dist/application/listExtractor/AppListExtractor.d.ts +2 -2
- package/dist/bootstrap/paramChangedHelper.d.ts +1 -1
- package/dist/cloudProvider/providerSelection/ProviderSelectionService.d.ts +1 -1
- package/dist/cluster/filter/ClusterFilterService.d.ts +1 -1
- package/dist/cluster/task.matcher.d.ts +1 -1
- package/dist/domain/IManagedEntity.d.ts +8 -8
- package/dist/domain/IServerGroup.d.ts +1 -0
- package/dist/domain/IStageTypeConfig.d.ts +1 -1
- package/dist/entityTag/notifications/NotificationsPopover.d.ts +1 -1
- package/dist/image/image.reader.d.ts +2 -2
- package/dist/index.js +1726 -1521
- package/dist/index.js.map +1 -1
- package/dist/managed/config/Configuration.d.ts +1 -1
- package/dist/managed/config/GitIntegration.d.ts +1 -1
- package/dist/managed/constraints/registry.d.ts +2 -2
- package/dist/managed/graphql/graphql-sdk.d.ts +137 -137
- package/dist/managed/managed.states.d.ts +1 -1
- package/dist/managed/overview/artifact/ArtifactActionModal.d.ts +1 -1
- package/dist/managed/overview/artifact/VersionOperation.d.ts +3 -3
- package/dist/managed/overview/artifact/utils.d.ts +2 -2
- package/dist/managed/overview/types.d.ts +9 -9
- package/dist/managed/resourceHistory/ManagedResourceHistoryModal.d.ts +1 -1
- package/dist/managed/resources/ResourceDefinitionModal.d.ts +1 -1
- package/dist/managed/resources/resourceRegistry.d.ts +1 -1
- package/dist/managed/versionMetadata/MetadataComponents.d.ts +1 -1
- package/dist/managed/versionsHistory/types.d.ts +6 -6
- package/dist/manifest/ManifestYaml.d.ts +1 -1
- package/dist/modal/wizard/WizardPage.d.ts +1 -1
- package/dist/navigation/urlParser.d.ts +1 -1
- package/dist/pagerDuty/Pager.d.ts +1 -1
- package/dist/pipeline/config/actions/pipelineJson/EditPipelineJsonModal.d.ts +1 -1
- package/dist/pipeline/config/stages/FormikStageConfig.d.ts +2 -2
- package/dist/pipeline/config/stages/bakeManifest/helm/BakeHelmConfigForm.d.ts +1 -0
- package/dist/pipeline/config/stages/common/ExecutionDetailsSection.d.ts +1 -1
- package/dist/pipeline/config/stages/entityTags/TagEditor.d.ts +1 -1
- package/dist/pipeline/config/templates/PipelineTemplateReader.d.ts +1 -1
- package/dist/pipeline/config/triggers/artifacts/helm-image/HelmImageArtifactEditor.d.ts +3 -0
- package/dist/pipeline/config/validation/anyFieldRequired.validator.d.ts +1 -1
- package/dist/pipeline/config/validation/requiredField.validator.d.ts +1 -1
- package/dist/plugins/plugin.registry.d.ts +1 -1
- package/dist/presentation/Placement.d.ts +1 -1
- package/dist/presentation/Popover.d.ts +1 -1
- package/dist/presentation/details/Details.d.ts +7 -0
- package/dist/presentation/forms/fields/FormField.d.ts +1 -1
- package/dist/presentation/forms/fields/FormikExpressionField.d.ts +1 -1
- package/dist/presentation/forms/fields/FormikExpressionRegexField.d.ts +1 -1
- package/dist/presentation/forms/fields/FormikFormField.d.ts +1 -1
- package/dist/presentation/forms/inputs/interface.d.ts +2 -2
- package/dist/presentation/forms/validation/categories.d.ts +3 -3
- package/dist/presentation/forms/validation/validation.d.ts +3 -3
- package/dist/presentation/hooks/useLatestPromise.hook.d.ts +1 -1
- package/dist/presentation/modal/showModal.d.ts +1 -1
- package/dist/presentation/tables/Table.d.ts +1 -1
- package/dist/presentation/tables/TableCell.d.ts +1 -1
- package/dist/presentation/tables/TableRow.d.ts +1 -1
- package/dist/presentation/tables/standardGridTableLayout.d.ts +1 -1
- package/dist/projects/Projects.d.ts +2 -0
- package/dist/projects/index.d.ts +1 -0
- package/dist/projects/projects.module.d.ts +3 -2
- package/dist/reactShims/AngularJSAdapter.d.ts +3 -3
- package/dist/search/infrastructure/SearchResultPods.d.ts +1 -1
- package/dist/search/infrastructure/infrastructureSearch.service.d.ts +1 -1
- package/dist/serverGroup/details/ServerGroupDetailsWrapper.d.ts +1 -1
- package/dist/serverGroupManager/index.d.ts +1 -0
- package/dist/serverGroupManager/serverGroupManager.states.d.ts +1 -1
- package/dist/utils/Logger.d.ts +1 -1
- package/dist/utils/feature/Feature.d.ts +58 -0
- package/dist/utils/feature/FeatureContext.d.ts +24 -0
- package/dist/utils/feature/index.d.ts +3 -0
- package/dist/utils/feature/useFeature.hook.d.ts +15 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/json/traverseObject.d.ts +1 -1
- package/dist/utils/parseNum.d.ts +1 -0
- package/dist/utils/testUtils/index.d.ts +7 -0
- package/dist/utils/workerPool.d.ts +1 -1
- package/package.json +3 -3
- package/src/artifact/ArtifactIconService.ts +1 -0
- package/src/artifact/ArtifactTypes.ts +1 -0
- package/src/artifact/ExpectedArtifactSelectorViewController.ts +1 -1
- package/src/config/VersionChecker.tsx +1 -1
- package/src/domain/IServerGroup.ts +1 -0
- package/src/help/help.contents.ts +1 -1
- package/src/navigation/UrlBuilder.ts +15 -0
- package/src/notification/NotificationsList.tsx +12 -8
- package/src/pipeline/config/stages/bakeManifest/helm/BakeHelmConfigForm.tsx +8 -2
- package/src/pipeline/config/triggers/artifacts/helm-image/HelmImageArtifactEditor.tsx +169 -0
- package/src/pipeline/config/triggers/artifacts/index.ts +3 -0
- package/src/pipeline/config/validation/PipelineConfigValidator.ts +2 -2
- package/src/pipeline/executions/executionGroup/ExecutionGroups.tsx +37 -2
- package/src/pipeline/filter/executionFilter.service.ts +50 -5
- package/src/presentation/details/Details.tsx +18 -1
- package/src/presentation/forms/FormikForm.tsx +1 -1
- package/src/projects/ProjectHeader.tsx +12 -9
- package/src/projects/Projects.spec.tsx +141 -0
- package/src/projects/Projects.tsx +148 -0
- package/src/projects/index.ts +1 -0
- package/src/projects/{projects.module.js → projects.module.ts} +0 -2
- package/src/projects/projects.states.ts +4 -6
- package/src/serverGroup/details/ServerGroupDetails.tsx +1 -1
- package/src/serverGroupManager/ServerGroupManager.tsx +2 -0
- package/src/serverGroupManager/ServerGroupManagerTag.tsx +1 -1
- package/src/serverGroupManager/index.ts +1 -0
- package/src/serverGroupManager/serverGroupManager.states.ts +3 -3
- package/src/utils/feature/Feature.tsx +98 -0
- package/src/utils/feature/FeatureContext.tsx +49 -0
- package/src/utils/feature/index.ts +3 -0
- package/src/utils/feature/useFeature.hook.tsx +25 -0
- package/src/utils/index.ts +2 -0
- package/src/utils/parseNum.ts +2 -0
- package/src/utils/testUtils/index.tsx +30 -0
- package/dist/projects/projects.controller.d.ts +0 -2
- package/src/projects/projects.controller.js +0 -112
- package/src/projects/projects.controller.spec.js +0 -86
- package/src/projects/projects.html +0 -87
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as Apollo from '@apollo/client';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type Maybe<T> = T | undefined;
|
|
3
|
+
export type Exact<T extends {
|
|
4
4
|
[key: string]: unknown;
|
|
5
5
|
}> = {
|
|
6
6
|
[K in keyof T]: T[K];
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
9
9
|
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
10
10
|
};
|
|
11
|
-
export
|
|
11
|
+
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
12
12
|
[SubKey in K]: Maybe<T[SubKey]>;
|
|
13
13
|
};
|
|
14
14
|
/** All built-in and custom scalars, mapped to their actual values */
|
|
@@ -32,8 +32,8 @@ export interface MdAction {
|
|
|
32
32
|
link?: Maybe<Scalars['String']>;
|
|
33
33
|
actionType: MdActionType;
|
|
34
34
|
}
|
|
35
|
-
export
|
|
36
|
-
export
|
|
35
|
+
export type MdActionStatus = 'NOT_EVALUATED' | 'PENDING' | 'PASS' | 'FAIL' | 'FORCE_PASS';
|
|
36
|
+
export type MdActionType = 'VERIFICATION' | 'POST_DEPLOY';
|
|
37
37
|
export interface MdApplication {
|
|
38
38
|
__typename?: 'MdApplication';
|
|
39
39
|
id: Scalars['String'];
|
|
@@ -63,7 +63,7 @@ export interface MdArtifactVersionsArgs {
|
|
|
63
63
|
versions?: Maybe<Array<Scalars['String']>>;
|
|
64
64
|
limit?: Maybe<Scalars['Int']>;
|
|
65
65
|
}
|
|
66
|
-
export
|
|
66
|
+
export type MdArtifactStatusInEnvironment = 'PENDING' | 'APPROVED' | 'DEPLOYING' | 'CURRENT' | 'PREVIOUS' | 'VETOED' | 'SKIPPED';
|
|
67
67
|
export interface MdArtifactVersionActionPayload {
|
|
68
68
|
application: Scalars['String'];
|
|
69
69
|
environment: Scalars['String'];
|
|
@@ -119,7 +119,7 @@ export interface MdConstraint {
|
|
|
119
119
|
comment?: Maybe<Scalars['String']>;
|
|
120
120
|
attributes?: Maybe<Scalars['JSON']>;
|
|
121
121
|
}
|
|
122
|
-
export
|
|
122
|
+
export type MdConstraintStatus = 'BLOCKED' | 'PENDING' | 'PASS' | 'FAIL' | 'FORCE_PASS';
|
|
123
123
|
export interface MdConstraintStatusPayload {
|
|
124
124
|
application: Scalars['String'];
|
|
125
125
|
environment: Scalars['String'];
|
|
@@ -160,7 +160,7 @@ export interface MdEnvironmentState {
|
|
|
160
160
|
resources?: Maybe<Array<MdResource>>;
|
|
161
161
|
artifacts?: Maybe<Array<MdArtifact>>;
|
|
162
162
|
}
|
|
163
|
-
export
|
|
163
|
+
export type MdEventLevel = 'SUCCESS' | 'INFO' | 'WARNING' | 'ERROR';
|
|
164
164
|
export interface MdExecutionSummary {
|
|
165
165
|
__typename?: 'MdExecutionSummary';
|
|
166
166
|
status: MdTaskStatus;
|
|
@@ -190,9 +190,9 @@ export interface MdGitMetadata {
|
|
|
190
190
|
commitInfo?: Maybe<MdCommitInfo>;
|
|
191
191
|
comparisonLinks?: Maybe<MdComparisonLinks>;
|
|
192
192
|
}
|
|
193
|
-
export
|
|
194
|
-
export
|
|
195
|
-
export
|
|
193
|
+
export type MdLifecycleEventScope = 'PRE_DEPLOYMENT';
|
|
194
|
+
export type MdLifecycleEventStatus = 'NOT_STARTED' | 'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'ABORTED' | 'UNKNOWN';
|
|
195
|
+
export type MdLifecycleEventType = 'BAKE' | 'BUILD';
|
|
196
196
|
export interface MdLifecycleStep {
|
|
197
197
|
__typename?: 'MdLifecycleStep';
|
|
198
198
|
scope?: Maybe<MdLifecycleEventScope>;
|
|
@@ -295,7 +295,7 @@ export interface MdResourceActuationState {
|
|
|
295
295
|
event?: Maybe<Scalars['String']>;
|
|
296
296
|
tasks?: Maybe<Array<MdResourceTask>>;
|
|
297
297
|
}
|
|
298
|
-
export
|
|
298
|
+
export type MdResourceActuationStatus = 'PROCESSING' | 'UP_TO_DATE' | 'ERROR' | 'WAITING' | 'NOT_MANAGED' | 'DELETING';
|
|
299
299
|
export interface MdResourceTask {
|
|
300
300
|
__typename?: 'MdResourceTask';
|
|
301
301
|
id: Scalars['String'];
|
|
@@ -318,7 +318,7 @@ export interface MdRetryArtifactActionPayload {
|
|
|
318
318
|
actionId: Scalars['String'];
|
|
319
319
|
actionType: MdActionType;
|
|
320
320
|
}
|
|
321
|
-
export
|
|
321
|
+
export type MdRolloutTargetStatus = 'NOT_STARTED' | 'RUNNING' | 'SUCCEEDED' | 'FAILED';
|
|
322
322
|
export interface MdStageDetail {
|
|
323
323
|
__typename?: 'MdStageDetail';
|
|
324
324
|
id?: Maybe<Scalars['String']>;
|
|
@@ -330,7 +330,7 @@ export interface MdStageDetail {
|
|
|
330
330
|
refId?: Maybe<Scalars['String']>;
|
|
331
331
|
requisiteStageRefIds?: Maybe<Array<Scalars['String']>>;
|
|
332
332
|
}
|
|
333
|
-
export
|
|
333
|
+
export type MdTaskStatus = 'NOT_STARTED' | 'RUNNING' | 'PAUSED' | 'SUSPENDED' | 'SUCCEEDED' | 'FAILED_CONTINUE' | 'TERMINAL' | 'CANCELED' | 'REDIRECT' | 'STOPPED' | 'BUFFERED' | 'SKIPPED';
|
|
334
334
|
export interface MdToggleResourceManagementPayload {
|
|
335
335
|
id: Scalars['ID'];
|
|
336
336
|
isPaused: Scalars['Boolean'];
|
|
@@ -411,10 +411,10 @@ export interface Query {
|
|
|
411
411
|
export interface QueryApplicationArgs {
|
|
412
412
|
appName: Scalars['String'];
|
|
413
413
|
}
|
|
414
|
-
export
|
|
414
|
+
export type ActionDetailsFragment = {
|
|
415
415
|
__typename?: 'MdAction';
|
|
416
416
|
} & Pick<MdAction, 'id' | 'actionId' | 'actionType' | 'status' | 'startedAt' | 'completedAt' | 'link'>;
|
|
417
|
-
export
|
|
417
|
+
export type DetailedVersionFieldsFragment = {
|
|
418
418
|
__typename?: 'MdArtifactVersionInEnvironment';
|
|
419
419
|
} & Pick<MdArtifactVersionInEnvironment, 'id' | 'buildNumber' | 'version' | 'createdAt' | 'status' | 'isCurrent' | 'deployedAt'> & {
|
|
420
420
|
gitMetadata?: Maybe<{
|
|
@@ -446,7 +446,7 @@ export declare type DetailedVersionFieldsFragment = {
|
|
|
446
446
|
__typename?: 'MdVersionVeto';
|
|
447
447
|
} & Pick<MdVersionVeto, 'vetoedBy' | 'vetoedAt' | 'comment'>>;
|
|
448
448
|
};
|
|
449
|
-
export
|
|
449
|
+
export type ArtifactPinnedVersionFieldsFragment = {
|
|
450
450
|
__typename?: 'MdArtifact';
|
|
451
451
|
} & {
|
|
452
452
|
pinnedVersion?: Maybe<{
|
|
@@ -461,7 +461,7 @@ export declare type ArtifactPinnedVersionFieldsFragment = {
|
|
|
461
461
|
}>;
|
|
462
462
|
}>;
|
|
463
463
|
};
|
|
464
|
-
export
|
|
464
|
+
export type BaseEnvironmentFieldsFragment = {
|
|
465
465
|
__typename?: 'MdEnvironment';
|
|
466
466
|
} & Pick<MdEnvironment, 'id' | 'name' | 'isPreview' | 'basedOn'> & {
|
|
467
467
|
gitMetadata?: Maybe<{
|
|
@@ -472,7 +472,7 @@ export declare type BaseEnvironmentFieldsFragment = {
|
|
|
472
472
|
} & Pick<MdPullRequest, 'link'>>;
|
|
473
473
|
}>;
|
|
474
474
|
};
|
|
475
|
-
export
|
|
475
|
+
export type BaesResourceFieldsFragment = {
|
|
476
476
|
__typename?: 'MdResource';
|
|
477
477
|
} & Pick<MdResource, 'id' | 'kind' | 'displayName' | 'rawDefinition'> & {
|
|
478
478
|
moniker?: Maybe<{
|
|
@@ -482,11 +482,11 @@ export declare type BaesResourceFieldsFragment = {
|
|
|
482
482
|
__typename?: 'MdLocation';
|
|
483
483
|
} & Pick<MdLocation, 'account' | 'regions'>>;
|
|
484
484
|
};
|
|
485
|
-
export
|
|
485
|
+
export type FetchApplicationQueryVariables = Exact<{
|
|
486
486
|
appName: Scalars['String'];
|
|
487
487
|
statuses?: Maybe<Array<MdArtifactStatusInEnvironment> | MdArtifactStatusInEnvironment>;
|
|
488
488
|
}>;
|
|
489
|
-
export
|
|
489
|
+
export type FetchApplicationQuery = {
|
|
490
490
|
__typename?: 'Query';
|
|
491
491
|
} & {
|
|
492
492
|
application?: Maybe<{
|
|
@@ -518,10 +518,10 @@ export declare type FetchApplicationQuery = {
|
|
|
518
518
|
} & BaseEnvironmentFieldsFragment>;
|
|
519
519
|
}>;
|
|
520
520
|
};
|
|
521
|
-
export
|
|
521
|
+
export type FetchCurrentVersionQueryVariables = Exact<{
|
|
522
522
|
appName: Scalars['String'];
|
|
523
523
|
}>;
|
|
524
|
-
export
|
|
524
|
+
export type FetchCurrentVersionQuery = {
|
|
525
525
|
__typename?: 'Query';
|
|
526
526
|
} & {
|
|
527
527
|
application?: Maybe<{
|
|
@@ -552,11 +552,11 @@ export declare type FetchCurrentVersionQuery = {
|
|
|
552
552
|
}>;
|
|
553
553
|
}>;
|
|
554
554
|
};
|
|
555
|
-
export
|
|
555
|
+
export type FetchVersionsHistoryQueryVariables = Exact<{
|
|
556
556
|
appName: Scalars['String'];
|
|
557
557
|
limit?: Maybe<Scalars['Int']>;
|
|
558
558
|
}>;
|
|
559
|
-
export
|
|
559
|
+
export type FetchVersionsHistoryQuery = {
|
|
560
560
|
__typename?: 'Query';
|
|
561
561
|
} & {
|
|
562
562
|
application?: Maybe<{
|
|
@@ -590,10 +590,10 @@ export declare type FetchVersionsHistoryQuery = {
|
|
|
590
590
|
} & BaseEnvironmentFieldsFragment>;
|
|
591
591
|
}>;
|
|
592
592
|
};
|
|
593
|
-
export
|
|
593
|
+
export type FetchPinnedVersionsQueryVariables = Exact<{
|
|
594
594
|
appName: Scalars['String'];
|
|
595
595
|
}>;
|
|
596
|
-
export
|
|
596
|
+
export type FetchPinnedVersionsQuery = {
|
|
597
597
|
__typename?: 'Query';
|
|
598
598
|
} & {
|
|
599
599
|
application?: Maybe<{
|
|
@@ -612,11 +612,11 @@ export declare type FetchPinnedVersionsQuery = {
|
|
|
612
612
|
}>;
|
|
613
613
|
}>;
|
|
614
614
|
};
|
|
615
|
-
export
|
|
615
|
+
export type FetchVersionQueryVariables = Exact<{
|
|
616
616
|
appName: Scalars['String'];
|
|
617
617
|
versions?: Maybe<Array<Scalars['String']> | Scalars['String']>;
|
|
618
618
|
}>;
|
|
619
|
-
export
|
|
619
|
+
export type FetchVersionQuery = {
|
|
620
620
|
__typename?: 'Query';
|
|
621
621
|
} & {
|
|
622
622
|
application?: Maybe<{
|
|
@@ -639,10 +639,10 @@ export declare type FetchVersionQuery = {
|
|
|
639
639
|
}>;
|
|
640
640
|
}>;
|
|
641
641
|
};
|
|
642
|
-
export
|
|
642
|
+
export type FetchResourceStatusQueryVariables = Exact<{
|
|
643
643
|
appName: Scalars['String'];
|
|
644
644
|
}>;
|
|
645
|
-
export
|
|
645
|
+
export type FetchResourceStatusQuery = {
|
|
646
646
|
__typename?: 'Query';
|
|
647
647
|
} & {
|
|
648
648
|
application?: Maybe<{
|
|
@@ -669,10 +669,10 @@ export declare type FetchResourceStatusQuery = {
|
|
|
669
669
|
}>;
|
|
670
670
|
}>;
|
|
671
671
|
};
|
|
672
|
-
export
|
|
672
|
+
export type FetchNotificationsQueryVariables = Exact<{
|
|
673
673
|
appName: Scalars['String'];
|
|
674
674
|
}>;
|
|
675
|
-
export
|
|
675
|
+
export type FetchNotificationsQuery = {
|
|
676
676
|
__typename?: 'Query';
|
|
677
677
|
} & {
|
|
678
678
|
application?: Maybe<{
|
|
@@ -683,10 +683,10 @@ export declare type FetchNotificationsQuery = {
|
|
|
683
683
|
} & Pick<MdNotification, 'id' | 'level' | 'message' | 'triggeredAt' | 'link'>>>;
|
|
684
684
|
}>;
|
|
685
685
|
};
|
|
686
|
-
export
|
|
686
|
+
export type FetchApplicationManagementDataQueryVariables = Exact<{
|
|
687
687
|
appName: Scalars['String'];
|
|
688
688
|
}>;
|
|
689
|
-
export
|
|
689
|
+
export type FetchApplicationManagementDataQuery = {
|
|
690
690
|
__typename?: 'Query';
|
|
691
691
|
} & {
|
|
692
692
|
application?: Maybe<{
|
|
@@ -700,95 +700,95 @@ export declare type FetchApplicationManagementDataQuery = {
|
|
|
700
700
|
} & Pick<MdGitIntegration, 'id' | 'repository' | 'branch' | 'isEnabled' | 'link' | 'manifestPath'>>;
|
|
701
701
|
}>;
|
|
702
702
|
};
|
|
703
|
-
export
|
|
703
|
+
export type FetchApplicationManagementStatusQueryVariables = Exact<{
|
|
704
704
|
appName: Scalars['String'];
|
|
705
705
|
}>;
|
|
706
|
-
export
|
|
706
|
+
export type FetchApplicationManagementStatusQuery = {
|
|
707
707
|
__typename?: 'Query';
|
|
708
708
|
} & {
|
|
709
709
|
application?: Maybe<{
|
|
710
710
|
__typename?: 'MdApplication';
|
|
711
711
|
} & Pick<MdApplication, 'id' | 'name' | 'isPaused'>>;
|
|
712
712
|
};
|
|
713
|
-
export
|
|
713
|
+
export type UpdateConstraintMutationVariables = Exact<{
|
|
714
714
|
payload: MdConstraintStatusPayload;
|
|
715
715
|
}>;
|
|
716
|
-
export
|
|
716
|
+
export type UpdateConstraintMutation = {
|
|
717
717
|
__typename?: 'Mutation';
|
|
718
718
|
} & Pick<Mutation, 'updateConstraintStatus'>;
|
|
719
|
-
export
|
|
719
|
+
export type ToggleManagementMutationVariables = Exact<{
|
|
720
720
|
application: Scalars['ID'];
|
|
721
721
|
isPaused: Scalars['Boolean'];
|
|
722
722
|
}>;
|
|
723
|
-
export
|
|
723
|
+
export type ToggleManagementMutation = {
|
|
724
724
|
__typename?: 'Mutation';
|
|
725
725
|
} & Pick<Mutation, 'toggleManagement'>;
|
|
726
|
-
export
|
|
726
|
+
export type PinVersionMutationVariables = Exact<{
|
|
727
727
|
payload: MdArtifactVersionActionPayload;
|
|
728
728
|
}>;
|
|
729
|
-
export
|
|
729
|
+
export type PinVersionMutation = {
|
|
730
730
|
__typename?: 'Mutation';
|
|
731
731
|
} & Pick<Mutation, 'pinArtifactVersion'>;
|
|
732
|
-
export
|
|
732
|
+
export type UnpinVersionMutationVariables = Exact<{
|
|
733
733
|
payload: MdUnpinArtifactVersionPayload;
|
|
734
734
|
}>;
|
|
735
|
-
export
|
|
735
|
+
export type UnpinVersionMutation = {
|
|
736
736
|
__typename?: 'Mutation';
|
|
737
737
|
} & Pick<Mutation, 'unpinArtifactVersion'>;
|
|
738
|
-
export
|
|
738
|
+
export type MarkVersionAsBadMutationVariables = Exact<{
|
|
739
739
|
payload: MdArtifactVersionActionPayload;
|
|
740
740
|
}>;
|
|
741
|
-
export
|
|
741
|
+
export type MarkVersionAsBadMutation = {
|
|
742
742
|
__typename?: 'Mutation';
|
|
743
743
|
} & Pick<Mutation, 'markArtifactVersionAsBad'>;
|
|
744
|
-
export
|
|
744
|
+
export type MarkVersionAsGoodMutationVariables = Exact<{
|
|
745
745
|
payload: MdMarkArtifactVersionAsGoodPayload;
|
|
746
746
|
}>;
|
|
747
|
-
export
|
|
747
|
+
export type MarkVersionAsGoodMutation = {
|
|
748
748
|
__typename?: 'Mutation';
|
|
749
749
|
} & Pick<Mutation, 'markArtifactVersionAsGood'>;
|
|
750
|
-
export
|
|
750
|
+
export type RetryVersionActionMutationVariables = Exact<{
|
|
751
751
|
payload: MdRetryArtifactActionPayload;
|
|
752
752
|
}>;
|
|
753
|
-
export
|
|
753
|
+
export type RetryVersionActionMutation = {
|
|
754
754
|
__typename?: 'Mutation';
|
|
755
755
|
} & {
|
|
756
756
|
retryArtifactVersionAction?: Maybe<{
|
|
757
757
|
__typename?: 'MdAction';
|
|
758
758
|
} & ActionDetailsFragment>;
|
|
759
759
|
};
|
|
760
|
-
export
|
|
760
|
+
export type UpdateGitIntegrationMutationVariables = Exact<{
|
|
761
761
|
payload: MdUpdateGitIntegrationPayload;
|
|
762
762
|
}>;
|
|
763
|
-
export
|
|
763
|
+
export type UpdateGitIntegrationMutation = {
|
|
764
764
|
__typename?: 'Mutation';
|
|
765
765
|
} & {
|
|
766
766
|
updateGitIntegration?: Maybe<{
|
|
767
767
|
__typename?: 'MdGitIntegration';
|
|
768
768
|
} & Pick<MdGitIntegration, 'id' | 'isEnabled'>>;
|
|
769
769
|
};
|
|
770
|
-
export
|
|
770
|
+
export type DismissNotificationMutationVariables = Exact<{
|
|
771
771
|
payload: MdDismissNotificationPayload;
|
|
772
772
|
}>;
|
|
773
|
-
export
|
|
773
|
+
export type DismissNotificationMutation = {
|
|
774
774
|
__typename?: 'Mutation';
|
|
775
775
|
} & Pick<Mutation, 'dismissNotification'>;
|
|
776
|
-
export
|
|
776
|
+
export type ImportDeliveryConfigMutationVariables = Exact<{
|
|
777
777
|
application: Scalars['String'];
|
|
778
778
|
}>;
|
|
779
|
-
export
|
|
779
|
+
export type ImportDeliveryConfigMutation = {
|
|
780
780
|
__typename?: 'Mutation';
|
|
781
781
|
} & Pick<Mutation, 'importDeliveryConfig'>;
|
|
782
|
-
export
|
|
782
|
+
export type ToggleResourceManagementMutationVariables = Exact<{
|
|
783
783
|
payload?: Maybe<MdToggleResourceManagementPayload>;
|
|
784
784
|
}>;
|
|
785
|
-
export
|
|
785
|
+
export type ToggleResourceManagementMutation = {
|
|
786
786
|
__typename?: 'Mutation';
|
|
787
787
|
} & Pick<Mutation, 'toggleResourceManagement'>;
|
|
788
|
-
export
|
|
788
|
+
export type RestartConstraintEvaluationMutationVariables = Exact<{
|
|
789
789
|
payload: MdRestartConstraintEvaluationPayload;
|
|
790
790
|
}>;
|
|
791
|
-
export
|
|
791
|
+
export type RestartConstraintEvaluationMutation = {
|
|
792
792
|
__typename?: 'Mutation';
|
|
793
793
|
} & Pick<Mutation, 'restartConstraintEvaluation'>;
|
|
794
794
|
export declare const ActionDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -822,9 +822,9 @@ export declare function useFetchApplicationLazyQuery(baseOptions?: Apollo.LazyQu
|
|
|
822
822
|
appName: string;
|
|
823
823
|
statuses?: MdArtifactStatusInEnvironment | MdArtifactStatusInEnvironment[];
|
|
824
824
|
}>>;
|
|
825
|
-
export
|
|
826
|
-
export
|
|
827
|
-
export
|
|
825
|
+
export type FetchApplicationQueryHookResult = ReturnType<typeof useFetchApplicationQuery>;
|
|
826
|
+
export type FetchApplicationLazyQueryHookResult = ReturnType<typeof useFetchApplicationLazyQuery>;
|
|
827
|
+
export type FetchApplicationQueryResult = Apollo.QueryResult<FetchApplicationQuery, FetchApplicationQueryVariables>;
|
|
828
828
|
export declare const FetchCurrentVersionDocument: Apollo.DocumentNode;
|
|
829
829
|
/**
|
|
830
830
|
* __useFetchCurrentVersionQuery__
|
|
@@ -848,9 +848,9 @@ export declare function useFetchCurrentVersionQuery(baseOptions: Apollo.QueryHoo
|
|
|
848
848
|
export declare function useFetchCurrentVersionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>): Apollo.LazyQueryResultTuple<FetchCurrentVersionQuery, Exact<{
|
|
849
849
|
appName: string;
|
|
850
850
|
}>>;
|
|
851
|
-
export
|
|
852
|
-
export
|
|
853
|
-
export
|
|
851
|
+
export type FetchCurrentVersionQueryHookResult = ReturnType<typeof useFetchCurrentVersionQuery>;
|
|
852
|
+
export type FetchCurrentVersionLazyQueryHookResult = ReturnType<typeof useFetchCurrentVersionLazyQuery>;
|
|
853
|
+
export type FetchCurrentVersionQueryResult = Apollo.QueryResult<FetchCurrentVersionQuery, FetchCurrentVersionQueryVariables>;
|
|
854
854
|
export declare const FetchVersionsHistoryDocument: Apollo.DocumentNode;
|
|
855
855
|
/**
|
|
856
856
|
* __useFetchVersionsHistoryQuery__
|
|
@@ -877,9 +877,9 @@ export declare function useFetchVersionsHistoryLazyQuery(baseOptions?: Apollo.La
|
|
|
877
877
|
appName: string;
|
|
878
878
|
limit?: number;
|
|
879
879
|
}>>;
|
|
880
|
-
export
|
|
881
|
-
export
|
|
882
|
-
export
|
|
880
|
+
export type FetchVersionsHistoryQueryHookResult = ReturnType<typeof useFetchVersionsHistoryQuery>;
|
|
881
|
+
export type FetchVersionsHistoryLazyQueryHookResult = ReturnType<typeof useFetchVersionsHistoryLazyQuery>;
|
|
882
|
+
export type FetchVersionsHistoryQueryResult = Apollo.QueryResult<FetchVersionsHistoryQuery, FetchVersionsHistoryQueryVariables>;
|
|
883
883
|
export declare const FetchPinnedVersionsDocument: Apollo.DocumentNode;
|
|
884
884
|
/**
|
|
885
885
|
* __useFetchPinnedVersionsQuery__
|
|
@@ -903,9 +903,9 @@ export declare function useFetchPinnedVersionsQuery(baseOptions: Apollo.QueryHoo
|
|
|
903
903
|
export declare function useFetchPinnedVersionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchPinnedVersionsQuery, FetchPinnedVersionsQueryVariables>): Apollo.LazyQueryResultTuple<FetchPinnedVersionsQuery, Exact<{
|
|
904
904
|
appName: string;
|
|
905
905
|
}>>;
|
|
906
|
-
export
|
|
907
|
-
export
|
|
908
|
-
export
|
|
906
|
+
export type FetchPinnedVersionsQueryHookResult = ReturnType<typeof useFetchPinnedVersionsQuery>;
|
|
907
|
+
export type FetchPinnedVersionsLazyQueryHookResult = ReturnType<typeof useFetchPinnedVersionsLazyQuery>;
|
|
908
|
+
export type FetchPinnedVersionsQueryResult = Apollo.QueryResult<FetchPinnedVersionsQuery, FetchPinnedVersionsQueryVariables>;
|
|
909
909
|
export declare const FetchVersionDocument: Apollo.DocumentNode;
|
|
910
910
|
/**
|
|
911
911
|
* __useFetchVersionQuery__
|
|
@@ -932,9 +932,9 @@ export declare function useFetchVersionLazyQuery(baseOptions?: Apollo.LazyQueryH
|
|
|
932
932
|
appName: string;
|
|
933
933
|
versions?: string | string[];
|
|
934
934
|
}>>;
|
|
935
|
-
export
|
|
936
|
-
export
|
|
937
|
-
export
|
|
935
|
+
export type FetchVersionQueryHookResult = ReturnType<typeof useFetchVersionQuery>;
|
|
936
|
+
export type FetchVersionLazyQueryHookResult = ReturnType<typeof useFetchVersionLazyQuery>;
|
|
937
|
+
export type FetchVersionQueryResult = Apollo.QueryResult<FetchVersionQuery, FetchVersionQueryVariables>;
|
|
938
938
|
export declare const FetchResourceStatusDocument: Apollo.DocumentNode;
|
|
939
939
|
/**
|
|
940
940
|
* __useFetchResourceStatusQuery__
|
|
@@ -958,9 +958,9 @@ export declare function useFetchResourceStatusQuery(baseOptions: Apollo.QueryHoo
|
|
|
958
958
|
export declare function useFetchResourceStatusLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchResourceStatusQuery, FetchResourceStatusQueryVariables>): Apollo.LazyQueryResultTuple<FetchResourceStatusQuery, Exact<{
|
|
959
959
|
appName: string;
|
|
960
960
|
}>>;
|
|
961
|
-
export
|
|
962
|
-
export
|
|
963
|
-
export
|
|
961
|
+
export type FetchResourceStatusQueryHookResult = ReturnType<typeof useFetchResourceStatusQuery>;
|
|
962
|
+
export type FetchResourceStatusLazyQueryHookResult = ReturnType<typeof useFetchResourceStatusLazyQuery>;
|
|
963
|
+
export type FetchResourceStatusQueryResult = Apollo.QueryResult<FetchResourceStatusQuery, FetchResourceStatusQueryVariables>;
|
|
964
964
|
export declare const FetchNotificationsDocument: Apollo.DocumentNode;
|
|
965
965
|
/**
|
|
966
966
|
* __useFetchNotificationsQuery__
|
|
@@ -984,9 +984,9 @@ export declare function useFetchNotificationsQuery(baseOptions: Apollo.QueryHook
|
|
|
984
984
|
export declare function useFetchNotificationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchNotificationsQuery, FetchNotificationsQueryVariables>): Apollo.LazyQueryResultTuple<FetchNotificationsQuery, Exact<{
|
|
985
985
|
appName: string;
|
|
986
986
|
}>>;
|
|
987
|
-
export
|
|
988
|
-
export
|
|
989
|
-
export
|
|
987
|
+
export type FetchNotificationsQueryHookResult = ReturnType<typeof useFetchNotificationsQuery>;
|
|
988
|
+
export type FetchNotificationsLazyQueryHookResult = ReturnType<typeof useFetchNotificationsLazyQuery>;
|
|
989
|
+
export type FetchNotificationsQueryResult = Apollo.QueryResult<FetchNotificationsQuery, FetchNotificationsQueryVariables>;
|
|
990
990
|
export declare const FetchApplicationManagementDataDocument: Apollo.DocumentNode;
|
|
991
991
|
/**
|
|
992
992
|
* __useFetchApplicationManagementDataQuery__
|
|
@@ -1010,9 +1010,9 @@ export declare function useFetchApplicationManagementDataQuery(baseOptions: Apol
|
|
|
1010
1010
|
export declare function useFetchApplicationManagementDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchApplicationManagementDataQuery, FetchApplicationManagementDataQueryVariables>): Apollo.LazyQueryResultTuple<FetchApplicationManagementDataQuery, Exact<{
|
|
1011
1011
|
appName: string;
|
|
1012
1012
|
}>>;
|
|
1013
|
-
export
|
|
1014
|
-
export
|
|
1015
|
-
export
|
|
1013
|
+
export type FetchApplicationManagementDataQueryHookResult = ReturnType<typeof useFetchApplicationManagementDataQuery>;
|
|
1014
|
+
export type FetchApplicationManagementDataLazyQueryHookResult = ReturnType<typeof useFetchApplicationManagementDataLazyQuery>;
|
|
1015
|
+
export type FetchApplicationManagementDataQueryResult = Apollo.QueryResult<FetchApplicationManagementDataQuery, FetchApplicationManagementDataQueryVariables>;
|
|
1016
1016
|
export declare const FetchApplicationManagementStatusDocument: Apollo.DocumentNode;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* __useFetchApplicationManagementStatusQuery__
|
|
@@ -1036,11 +1036,11 @@ export declare function useFetchApplicationManagementStatusQuery(baseOptions: Ap
|
|
|
1036
1036
|
export declare function useFetchApplicationManagementStatusLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FetchApplicationManagementStatusQuery, FetchApplicationManagementStatusQueryVariables>): Apollo.LazyQueryResultTuple<FetchApplicationManagementStatusQuery, Exact<{
|
|
1037
1037
|
appName: string;
|
|
1038
1038
|
}>>;
|
|
1039
|
-
export
|
|
1040
|
-
export
|
|
1041
|
-
export
|
|
1039
|
+
export type FetchApplicationManagementStatusQueryHookResult = ReturnType<typeof useFetchApplicationManagementStatusQuery>;
|
|
1040
|
+
export type FetchApplicationManagementStatusLazyQueryHookResult = ReturnType<typeof useFetchApplicationManagementStatusLazyQuery>;
|
|
1041
|
+
export type FetchApplicationManagementStatusQueryResult = Apollo.QueryResult<FetchApplicationManagementStatusQuery, FetchApplicationManagementStatusQueryVariables>;
|
|
1042
1042
|
export declare const UpdateConstraintDocument: Apollo.DocumentNode;
|
|
1043
|
-
export
|
|
1043
|
+
export type UpdateConstraintMutationFn = Apollo.MutationFunction<UpdateConstraintMutation, UpdateConstraintMutationVariables>;
|
|
1044
1044
|
/**
|
|
1045
1045
|
* __useUpdateConstraintMutation__
|
|
1046
1046
|
*
|
|
@@ -1061,11 +1061,11 @@ export declare type UpdateConstraintMutationFn = Apollo.MutationFunction<UpdateC
|
|
|
1061
1061
|
export declare function useUpdateConstraintMutation(baseOptions?: Apollo.MutationHookOptions<UpdateConstraintMutation, UpdateConstraintMutationVariables>): Apollo.MutationTuple<UpdateConstraintMutation, Exact<{
|
|
1062
1062
|
payload: MdConstraintStatusPayload;
|
|
1063
1063
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1064
|
-
export
|
|
1065
|
-
export
|
|
1066
|
-
export
|
|
1064
|
+
export type UpdateConstraintMutationHookResult = ReturnType<typeof useUpdateConstraintMutation>;
|
|
1065
|
+
export type UpdateConstraintMutationResult = Apollo.MutationResult<UpdateConstraintMutation>;
|
|
1066
|
+
export type UpdateConstraintMutationOptions = Apollo.BaseMutationOptions<UpdateConstraintMutation, UpdateConstraintMutationVariables>;
|
|
1067
1067
|
export declare const ToggleManagementDocument: Apollo.DocumentNode;
|
|
1068
|
-
export
|
|
1068
|
+
export type ToggleManagementMutationFn = Apollo.MutationFunction<ToggleManagementMutation, ToggleManagementMutationVariables>;
|
|
1069
1069
|
/**
|
|
1070
1070
|
* __useToggleManagementMutation__
|
|
1071
1071
|
*
|
|
@@ -1088,11 +1088,11 @@ export declare function useToggleManagementMutation(baseOptions?: Apollo.Mutatio
|
|
|
1088
1088
|
application: string;
|
|
1089
1089
|
isPaused: boolean;
|
|
1090
1090
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1091
|
-
export
|
|
1092
|
-
export
|
|
1093
|
-
export
|
|
1091
|
+
export type ToggleManagementMutationHookResult = ReturnType<typeof useToggleManagementMutation>;
|
|
1092
|
+
export type ToggleManagementMutationResult = Apollo.MutationResult<ToggleManagementMutation>;
|
|
1093
|
+
export type ToggleManagementMutationOptions = Apollo.BaseMutationOptions<ToggleManagementMutation, ToggleManagementMutationVariables>;
|
|
1094
1094
|
export declare const PinVersionDocument: Apollo.DocumentNode;
|
|
1095
|
-
export
|
|
1095
|
+
export type PinVersionMutationFn = Apollo.MutationFunction<PinVersionMutation, PinVersionMutationVariables>;
|
|
1096
1096
|
/**
|
|
1097
1097
|
* __usePinVersionMutation__
|
|
1098
1098
|
*
|
|
@@ -1113,11 +1113,11 @@ export declare type PinVersionMutationFn = Apollo.MutationFunction<PinVersionMut
|
|
|
1113
1113
|
export declare function usePinVersionMutation(baseOptions?: Apollo.MutationHookOptions<PinVersionMutation, PinVersionMutationVariables>): Apollo.MutationTuple<PinVersionMutation, Exact<{
|
|
1114
1114
|
payload: MdArtifactVersionActionPayload;
|
|
1115
1115
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1116
|
-
export
|
|
1117
|
-
export
|
|
1118
|
-
export
|
|
1116
|
+
export type PinVersionMutationHookResult = ReturnType<typeof usePinVersionMutation>;
|
|
1117
|
+
export type PinVersionMutationResult = Apollo.MutationResult<PinVersionMutation>;
|
|
1118
|
+
export type PinVersionMutationOptions = Apollo.BaseMutationOptions<PinVersionMutation, PinVersionMutationVariables>;
|
|
1119
1119
|
export declare const UnpinVersionDocument: Apollo.DocumentNode;
|
|
1120
|
-
export
|
|
1120
|
+
export type UnpinVersionMutationFn = Apollo.MutationFunction<UnpinVersionMutation, UnpinVersionMutationVariables>;
|
|
1121
1121
|
/**
|
|
1122
1122
|
* __useUnpinVersionMutation__
|
|
1123
1123
|
*
|
|
@@ -1138,11 +1138,11 @@ export declare type UnpinVersionMutationFn = Apollo.MutationFunction<UnpinVersio
|
|
|
1138
1138
|
export declare function useUnpinVersionMutation(baseOptions?: Apollo.MutationHookOptions<UnpinVersionMutation, UnpinVersionMutationVariables>): Apollo.MutationTuple<UnpinVersionMutation, Exact<{
|
|
1139
1139
|
payload: MdUnpinArtifactVersionPayload;
|
|
1140
1140
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1141
|
-
export
|
|
1142
|
-
export
|
|
1143
|
-
export
|
|
1141
|
+
export type UnpinVersionMutationHookResult = ReturnType<typeof useUnpinVersionMutation>;
|
|
1142
|
+
export type UnpinVersionMutationResult = Apollo.MutationResult<UnpinVersionMutation>;
|
|
1143
|
+
export type UnpinVersionMutationOptions = Apollo.BaseMutationOptions<UnpinVersionMutation, UnpinVersionMutationVariables>;
|
|
1144
1144
|
export declare const MarkVersionAsBadDocument: Apollo.DocumentNode;
|
|
1145
|
-
export
|
|
1145
|
+
export type MarkVersionAsBadMutationFn = Apollo.MutationFunction<MarkVersionAsBadMutation, MarkVersionAsBadMutationVariables>;
|
|
1146
1146
|
/**
|
|
1147
1147
|
* __useMarkVersionAsBadMutation__
|
|
1148
1148
|
*
|
|
@@ -1163,11 +1163,11 @@ export declare type MarkVersionAsBadMutationFn = Apollo.MutationFunction<MarkVer
|
|
|
1163
1163
|
export declare function useMarkVersionAsBadMutation(baseOptions?: Apollo.MutationHookOptions<MarkVersionAsBadMutation, MarkVersionAsBadMutationVariables>): Apollo.MutationTuple<MarkVersionAsBadMutation, Exact<{
|
|
1164
1164
|
payload: MdArtifactVersionActionPayload;
|
|
1165
1165
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1166
|
-
export
|
|
1167
|
-
export
|
|
1168
|
-
export
|
|
1166
|
+
export type MarkVersionAsBadMutationHookResult = ReturnType<typeof useMarkVersionAsBadMutation>;
|
|
1167
|
+
export type MarkVersionAsBadMutationResult = Apollo.MutationResult<MarkVersionAsBadMutation>;
|
|
1168
|
+
export type MarkVersionAsBadMutationOptions = Apollo.BaseMutationOptions<MarkVersionAsBadMutation, MarkVersionAsBadMutationVariables>;
|
|
1169
1169
|
export declare const MarkVersionAsGoodDocument: Apollo.DocumentNode;
|
|
1170
|
-
export
|
|
1170
|
+
export type MarkVersionAsGoodMutationFn = Apollo.MutationFunction<MarkVersionAsGoodMutation, MarkVersionAsGoodMutationVariables>;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* __useMarkVersionAsGoodMutation__
|
|
1173
1173
|
*
|
|
@@ -1188,11 +1188,11 @@ export declare type MarkVersionAsGoodMutationFn = Apollo.MutationFunction<MarkVe
|
|
|
1188
1188
|
export declare function useMarkVersionAsGoodMutation(baseOptions?: Apollo.MutationHookOptions<MarkVersionAsGoodMutation, MarkVersionAsGoodMutationVariables>): Apollo.MutationTuple<MarkVersionAsGoodMutation, Exact<{
|
|
1189
1189
|
payload: MdMarkArtifactVersionAsGoodPayload;
|
|
1190
1190
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1191
|
-
export
|
|
1192
|
-
export
|
|
1193
|
-
export
|
|
1191
|
+
export type MarkVersionAsGoodMutationHookResult = ReturnType<typeof useMarkVersionAsGoodMutation>;
|
|
1192
|
+
export type MarkVersionAsGoodMutationResult = Apollo.MutationResult<MarkVersionAsGoodMutation>;
|
|
1193
|
+
export type MarkVersionAsGoodMutationOptions = Apollo.BaseMutationOptions<MarkVersionAsGoodMutation, MarkVersionAsGoodMutationVariables>;
|
|
1194
1194
|
export declare const RetryVersionActionDocument: Apollo.DocumentNode;
|
|
1195
|
-
export
|
|
1195
|
+
export type RetryVersionActionMutationFn = Apollo.MutationFunction<RetryVersionActionMutation, RetryVersionActionMutationVariables>;
|
|
1196
1196
|
/**
|
|
1197
1197
|
* __useRetryVersionActionMutation__
|
|
1198
1198
|
*
|
|
@@ -1213,11 +1213,11 @@ export declare type RetryVersionActionMutationFn = Apollo.MutationFunction<Retry
|
|
|
1213
1213
|
export declare function useRetryVersionActionMutation(baseOptions?: Apollo.MutationHookOptions<RetryVersionActionMutation, RetryVersionActionMutationVariables>): Apollo.MutationTuple<RetryVersionActionMutation, Exact<{
|
|
1214
1214
|
payload: MdRetryArtifactActionPayload;
|
|
1215
1215
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1216
|
-
export
|
|
1217
|
-
export
|
|
1218
|
-
export
|
|
1216
|
+
export type RetryVersionActionMutationHookResult = ReturnType<typeof useRetryVersionActionMutation>;
|
|
1217
|
+
export type RetryVersionActionMutationResult = Apollo.MutationResult<RetryVersionActionMutation>;
|
|
1218
|
+
export type RetryVersionActionMutationOptions = Apollo.BaseMutationOptions<RetryVersionActionMutation, RetryVersionActionMutationVariables>;
|
|
1219
1219
|
export declare const UpdateGitIntegrationDocument: Apollo.DocumentNode;
|
|
1220
|
-
export
|
|
1220
|
+
export type UpdateGitIntegrationMutationFn = Apollo.MutationFunction<UpdateGitIntegrationMutation, UpdateGitIntegrationMutationVariables>;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* __useUpdateGitIntegrationMutation__
|
|
1223
1223
|
*
|
|
@@ -1238,11 +1238,11 @@ export declare type UpdateGitIntegrationMutationFn = Apollo.MutationFunction<Upd
|
|
|
1238
1238
|
export declare function useUpdateGitIntegrationMutation(baseOptions?: Apollo.MutationHookOptions<UpdateGitIntegrationMutation, UpdateGitIntegrationMutationVariables>): Apollo.MutationTuple<UpdateGitIntegrationMutation, Exact<{
|
|
1239
1239
|
payload: MdUpdateGitIntegrationPayload;
|
|
1240
1240
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1241
|
-
export
|
|
1242
|
-
export
|
|
1243
|
-
export
|
|
1241
|
+
export type UpdateGitIntegrationMutationHookResult = ReturnType<typeof useUpdateGitIntegrationMutation>;
|
|
1242
|
+
export type UpdateGitIntegrationMutationResult = Apollo.MutationResult<UpdateGitIntegrationMutation>;
|
|
1243
|
+
export type UpdateGitIntegrationMutationOptions = Apollo.BaseMutationOptions<UpdateGitIntegrationMutation, UpdateGitIntegrationMutationVariables>;
|
|
1244
1244
|
export declare const DismissNotificationDocument: Apollo.DocumentNode;
|
|
1245
|
-
export
|
|
1245
|
+
export type DismissNotificationMutationFn = Apollo.MutationFunction<DismissNotificationMutation, DismissNotificationMutationVariables>;
|
|
1246
1246
|
/**
|
|
1247
1247
|
* __useDismissNotificationMutation__
|
|
1248
1248
|
*
|
|
@@ -1263,11 +1263,11 @@ export declare type DismissNotificationMutationFn = Apollo.MutationFunction<Dism
|
|
|
1263
1263
|
export declare function useDismissNotificationMutation(baseOptions?: Apollo.MutationHookOptions<DismissNotificationMutation, DismissNotificationMutationVariables>): Apollo.MutationTuple<DismissNotificationMutation, Exact<{
|
|
1264
1264
|
payload: MdDismissNotificationPayload;
|
|
1265
1265
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1266
|
-
export
|
|
1267
|
-
export
|
|
1268
|
-
export
|
|
1266
|
+
export type DismissNotificationMutationHookResult = ReturnType<typeof useDismissNotificationMutation>;
|
|
1267
|
+
export type DismissNotificationMutationResult = Apollo.MutationResult<DismissNotificationMutation>;
|
|
1268
|
+
export type DismissNotificationMutationOptions = Apollo.BaseMutationOptions<DismissNotificationMutation, DismissNotificationMutationVariables>;
|
|
1269
1269
|
export declare const ImportDeliveryConfigDocument: Apollo.DocumentNode;
|
|
1270
|
-
export
|
|
1270
|
+
export type ImportDeliveryConfigMutationFn = Apollo.MutationFunction<ImportDeliveryConfigMutation, ImportDeliveryConfigMutationVariables>;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* __useImportDeliveryConfigMutation__
|
|
1273
1273
|
*
|
|
@@ -1288,11 +1288,11 @@ export declare type ImportDeliveryConfigMutationFn = Apollo.MutationFunction<Imp
|
|
|
1288
1288
|
export declare function useImportDeliveryConfigMutation(baseOptions?: Apollo.MutationHookOptions<ImportDeliveryConfigMutation, ImportDeliveryConfigMutationVariables>): Apollo.MutationTuple<ImportDeliveryConfigMutation, Exact<{
|
|
1289
1289
|
application: string;
|
|
1290
1290
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1291
|
-
export
|
|
1292
|
-
export
|
|
1293
|
-
export
|
|
1291
|
+
export type ImportDeliveryConfigMutationHookResult = ReturnType<typeof useImportDeliveryConfigMutation>;
|
|
1292
|
+
export type ImportDeliveryConfigMutationResult = Apollo.MutationResult<ImportDeliveryConfigMutation>;
|
|
1293
|
+
export type ImportDeliveryConfigMutationOptions = Apollo.BaseMutationOptions<ImportDeliveryConfigMutation, ImportDeliveryConfigMutationVariables>;
|
|
1294
1294
|
export declare const ToggleResourceManagementDocument: Apollo.DocumentNode;
|
|
1295
|
-
export
|
|
1295
|
+
export type ToggleResourceManagementMutationFn = Apollo.MutationFunction<ToggleResourceManagementMutation, ToggleResourceManagementMutationVariables>;
|
|
1296
1296
|
/**
|
|
1297
1297
|
* __useToggleResourceManagementMutation__
|
|
1298
1298
|
*
|
|
@@ -1313,11 +1313,11 @@ export declare type ToggleResourceManagementMutationFn = Apollo.MutationFunction
|
|
|
1313
1313
|
export declare function useToggleResourceManagementMutation(baseOptions?: Apollo.MutationHookOptions<ToggleResourceManagementMutation, ToggleResourceManagementMutationVariables>): Apollo.MutationTuple<ToggleResourceManagementMutation, Exact<{
|
|
1314
1314
|
payload?: MdToggleResourceManagementPayload;
|
|
1315
1315
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1316
|
-
export
|
|
1317
|
-
export
|
|
1318
|
-
export
|
|
1316
|
+
export type ToggleResourceManagementMutationHookResult = ReturnType<typeof useToggleResourceManagementMutation>;
|
|
1317
|
+
export type ToggleResourceManagementMutationResult = Apollo.MutationResult<ToggleResourceManagementMutation>;
|
|
1318
|
+
export type ToggleResourceManagementMutationOptions = Apollo.BaseMutationOptions<ToggleResourceManagementMutation, ToggleResourceManagementMutationVariables>;
|
|
1319
1319
|
export declare const RestartConstraintEvaluationDocument: Apollo.DocumentNode;
|
|
1320
|
-
export
|
|
1320
|
+
export type RestartConstraintEvaluationMutationFn = Apollo.MutationFunction<RestartConstraintEvaluationMutation, RestartConstraintEvaluationMutationVariables>;
|
|
1321
1321
|
/**
|
|
1322
1322
|
* __useRestartConstraintEvaluationMutation__
|
|
1323
1323
|
*
|
|
@@ -1338,6 +1338,6 @@ export declare type RestartConstraintEvaluationMutationFn = Apollo.MutationFunct
|
|
|
1338
1338
|
export declare function useRestartConstraintEvaluationMutation(baseOptions?: Apollo.MutationHookOptions<RestartConstraintEvaluationMutation, RestartConstraintEvaluationMutationVariables>): Apollo.MutationTuple<RestartConstraintEvaluationMutation, Exact<{
|
|
1339
1339
|
payload: MdRestartConstraintEvaluationPayload;
|
|
1340
1340
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
1341
|
-
export
|
|
1342
|
-
export
|
|
1343
|
-
export
|
|
1341
|
+
export type RestartConstraintEvaluationMutationHookResult = ReturnType<typeof useRestartConstraintEvaluationMutation>;
|
|
1342
|
+
export type RestartConstraintEvaluationMutationResult = Apollo.MutationResult<RestartConstraintEvaluationMutation>;
|
|
1343
|
+
export type RestartConstraintEvaluationMutationOptions = Apollo.BaseMutationOptions<RestartConstraintEvaluationMutation, RestartConstraintEvaluationMutationVariables>;
|