@forge/cli-shared 6.6.1-next.19 → 6.6.1-next.20
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/CHANGELOG.md
CHANGED
|
@@ -5888,6 +5888,7 @@ export declare type CompassCreatePushEventInput = {
|
|
|
5888
5888
|
url: Scalars['URL']['input'];
|
|
5889
5889
|
};
|
|
5890
5890
|
export declare type CompassCreateScorecardCriteriaScoringStrategyRulesInput = {
|
|
5891
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5891
5892
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5892
5893
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
5893
5894
|
};
|
|
@@ -5908,6 +5909,7 @@ export declare type CompassCreateScorecardCriterionExpressionEvaluableInput = {
|
|
|
5908
5909
|
expression: CompassCreateScorecardCriterionExpressionInput;
|
|
5909
5910
|
};
|
|
5910
5911
|
export declare type CompassCreateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
5912
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5911
5913
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5912
5914
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
5913
5915
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -7759,12 +7761,14 @@ export declare type CompassScorecardCriteriaScoreStatisticsHistoryQueryFilter =
|
|
|
7759
7761
|
owners?: InputMaybe<CompassScoreStatisticsHistoryOwnersFilter>;
|
|
7760
7762
|
};
|
|
7761
7763
|
export declare enum CompassScorecardCriteriaScoringStrategyRuleAction {
|
|
7764
|
+
MarkAsError = "MARK_AS_ERROR",
|
|
7762
7765
|
MarkAsFailed = "MARK_AS_FAILED",
|
|
7763
7766
|
MarkAsPassed = "MARK_AS_PASSED",
|
|
7764
7767
|
MarkAsSkipped = "MARK_AS_SKIPPED"
|
|
7765
7768
|
}
|
|
7766
7769
|
export declare type CompassScorecardCriteriaScoringStrategyRules = {
|
|
7767
7770
|
__typename?: 'CompassScorecardCriteriaScoringStrategyRules';
|
|
7771
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7768
7772
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7769
7773
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7770
7774
|
};
|
|
@@ -7818,12 +7822,14 @@ export declare type CompassScorecardCriterionExpressionEvaluable = {
|
|
|
7818
7822
|
};
|
|
7819
7823
|
export declare enum CompassScorecardCriterionExpressionEvaluationRuleAction {
|
|
7820
7824
|
Continue = "CONTINUE",
|
|
7825
|
+
ReturnError = "RETURN_ERROR",
|
|
7821
7826
|
ReturnFailed = "RETURN_FAILED",
|
|
7822
7827
|
ReturnPassed = "RETURN_PASSED",
|
|
7823
7828
|
ReturnSkipped = "RETURN_SKIPPED"
|
|
7824
7829
|
}
|
|
7825
7830
|
export declare type CompassScorecardCriterionExpressionEvaluationRules = {
|
|
7826
7831
|
__typename?: 'CompassScorecardCriterionExpressionEvaluationRules';
|
|
7832
|
+
onError?: Maybe<Scalars['String']['output']>;
|
|
7827
7833
|
onFalse?: Maybe<Scalars['String']['output']>;
|
|
7828
7834
|
onTrue?: Maybe<Scalars['String']['output']>;
|
|
7829
7835
|
weight?: Maybe<Scalars['Int']['output']>;
|
|
@@ -8559,6 +8565,7 @@ export declare type CompassUpdatePermissionConfigsPayload = Payload & {
|
|
|
8559
8565
|
updatedCustomPermissionConfigs?: Maybe<CompassCustomPermissionConfigs>;
|
|
8560
8566
|
};
|
|
8561
8567
|
export declare type CompassUpdateScorecardCriteriaScoringStrategyRulesInput = {
|
|
8568
|
+
onError?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8562
8569
|
onFalse?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8563
8570
|
onTrue?: InputMaybe<CompassScorecardCriteriaScoringStrategyRuleAction>;
|
|
8564
8571
|
};
|
|
@@ -8579,6 +8586,7 @@ export declare type CompassUpdateScorecardCriterionExpressionEvaluableInput = {
|
|
|
8579
8586
|
expression: CompassUpdateScorecardCriterionExpressionInput;
|
|
8580
8587
|
};
|
|
8581
8588
|
export declare type CompassUpdateScorecardCriterionExpressionEvaluationRulesInput = {
|
|
8589
|
+
onError?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8582
8590
|
onFalse?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8583
8591
|
onTrue?: InputMaybe<CompassScorecardCriterionExpressionEvaluationRuleAction>;
|
|
8584
8592
|
weight?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -24416,97 +24424,6 @@ export declare type ExternalEntities = {
|
|
|
24416
24424
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24417
24425
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24418
24426
|
};
|
|
24419
|
-
export declare type ExternalEntitiesV2ForHydration = {
|
|
24420
|
-
__typename?: 'ExternalEntitiesV2ForHydration';
|
|
24421
|
-
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
24422
|
-
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
24423
|
-
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
24424
|
-
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
24425
|
-
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
24426
|
-
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
24427
|
-
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
24428
|
-
design?: Maybe<Array<Maybe<ExternalDesign>>>;
|
|
24429
|
-
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
24430
|
-
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
24431
|
-
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
24432
|
-
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
24433
|
-
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
24434
|
-
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
24435
|
-
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
24436
|
-
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
24437
|
-
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
24438
|
-
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
24439
|
-
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
24440
|
-
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24441
|
-
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24442
|
-
};
|
|
24443
|
-
export declare type ExternalEntitiesV2ForHydrationBranchArgs = {
|
|
24444
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24445
|
-
};
|
|
24446
|
-
export declare type ExternalEntitiesV2ForHydrationBuildInfoArgs = {
|
|
24447
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24448
|
-
};
|
|
24449
|
-
export declare type ExternalEntitiesV2ForHydrationCalendarEventArgs = {
|
|
24450
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24451
|
-
};
|
|
24452
|
-
export declare type ExternalEntitiesV2ForHydrationCommentArgs = {
|
|
24453
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24454
|
-
};
|
|
24455
|
-
export declare type ExternalEntitiesV2ForHydrationCommitArgs = {
|
|
24456
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24457
|
-
};
|
|
24458
|
-
export declare type ExternalEntitiesV2ForHydrationConversationArgs = {
|
|
24459
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24460
|
-
};
|
|
24461
|
-
export declare type ExternalEntitiesV2ForHydrationDeploymentArgs = {
|
|
24462
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24463
|
-
};
|
|
24464
|
-
export declare type ExternalEntitiesV2ForHydrationDesignArgs = {
|
|
24465
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24466
|
-
};
|
|
24467
|
-
export declare type ExternalEntitiesV2ForHydrationDocumentArgs = {
|
|
24468
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24469
|
-
};
|
|
24470
|
-
export declare type ExternalEntitiesV2ForHydrationFeatureFlagArgs = {
|
|
24471
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24472
|
-
};
|
|
24473
|
-
export declare type ExternalEntitiesV2ForHydrationMessageArgs = {
|
|
24474
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24475
|
-
};
|
|
24476
|
-
export declare type ExternalEntitiesV2ForHydrationOrganisationArgs = {
|
|
24477
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24478
|
-
};
|
|
24479
|
-
export declare type ExternalEntitiesV2ForHydrationPositionArgs = {
|
|
24480
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24481
|
-
};
|
|
24482
|
-
export declare type ExternalEntitiesV2ForHydrationPullRequestArgs = {
|
|
24483
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24484
|
-
};
|
|
24485
|
-
export declare type ExternalEntitiesV2ForHydrationRemoteLinkArgs = {
|
|
24486
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24487
|
-
};
|
|
24488
|
-
export declare type ExternalEntitiesV2ForHydrationRepositoryArgs = {
|
|
24489
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24490
|
-
};
|
|
24491
|
-
export declare type ExternalEntitiesV2ForHydrationSpaceArgs = {
|
|
24492
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24493
|
-
};
|
|
24494
|
-
export declare type ExternalEntitiesV2ForHydrationVideoArgs = {
|
|
24495
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24496
|
-
};
|
|
24497
|
-
export declare type ExternalEntitiesV2ForHydrationVulnerabilityArgs = {
|
|
24498
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24499
|
-
};
|
|
24500
|
-
export declare type ExternalEntitiesV2ForHydrationWorkItemArgs = {
|
|
24501
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24502
|
-
};
|
|
24503
|
-
export declare type ExternalEntitiesV2ForHydrationWorkerArgs = {
|
|
24504
|
-
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24505
|
-
};
|
|
24506
|
-
export declare type ExternalEntitiesV2ForHydrationInput = {
|
|
24507
|
-
ari?: InputMaybe<Scalars['ID']['input']>;
|
|
24508
|
-
siteOrGraphWorkspaceAri: Scalars['ID']['input'];
|
|
24509
|
-
};
|
|
24510
24427
|
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24511
24428
|
export declare type ExternalEnvironment = {
|
|
24512
24429
|
__typename?: 'ExternalEnvironment';
|
|
@@ -55470,6 +55387,8 @@ export declare type JiraFlagField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
55470
55387
|
export declare type JiraForgeAppEgressDeclaration = {
|
|
55471
55388
|
__typename?: 'JiraForgeAppEgressDeclaration';
|
|
55472
55389
|
addresses?: Maybe<Array<Scalars['String']['output']>>;
|
|
55390
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
55391
|
+
inScopeEUD?: Maybe<Scalars['Boolean']['output']>;
|
|
55473
55392
|
type?: Maybe<Scalars['String']['output']>;
|
|
55474
55393
|
};
|
|
55475
55394
|
export declare type JiraForgeDateField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -55519,6 +55438,7 @@ export declare type JiraForgeExtension = {
|
|
|
55519
55438
|
environmentType: JiraForgeEnvironmentType;
|
|
55520
55439
|
hiddenBy?: Maybe<JiraVisibilityControlMechanism>;
|
|
55521
55440
|
id: Scalars['ID']['output'];
|
|
55441
|
+
installationConfig?: Maybe<Array<JiraForgeInstallationConfigExtension>>;
|
|
55522
55442
|
installationId: Scalars['String']['output'];
|
|
55523
55443
|
license?: Maybe<JiraForgeExtensionLicense>;
|
|
55524
55444
|
overrides?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -55597,6 +55517,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
55597
55517
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55598
55518
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55599
55519
|
};
|
|
55520
|
+
export declare type JiraForgeInstallationConfigExtension = {
|
|
55521
|
+
__typename?: 'JiraForgeInstallationConfigExtension';
|
|
55522
|
+
key: Scalars['String']['output'];
|
|
55523
|
+
value: Scalars['Boolean']['output'];
|
|
55524
|
+
};
|
|
55600
55525
|
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
55601
55526
|
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
55602
55527
|
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -79005,7 +78930,6 @@ export declare type Query = {
|
|
|
79005
78930
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
79006
78931
|
external_entities?: Maybe<ExternalEntities>;
|
|
79007
78932
|
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
79008
|
-
external_entitiesV2ForHydration?: Maybe<ExternalEntitiesV2ForHydration>;
|
|
79009
78933
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
79010
78934
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
79011
78935
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -89259,6 +89183,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
89259
89183
|
owner?: Maybe<User>;
|
|
89260
89184
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
89261
89185
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
89186
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
89262
89187
|
state?: Maybe<TownsquareGoalState>;
|
|
89263
89188
|
status?: Maybe<TownsquareStatus>;
|
|
89264
89189
|
subGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
@@ -89275,6 +89200,14 @@ export declare type TownsquareGoalParentGoalSuggestionsArgs = {
|
|
|
89275
89200
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89276
89201
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
89277
89202
|
};
|
|
89203
|
+
export declare type TownsquareGoalRisksArgs = {
|
|
89204
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89205
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89206
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89207
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89208
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89209
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
89210
|
+
};
|
|
89278
89211
|
export declare type TownsquareGoalSubGoalSuggestionsArgs = {
|
|
89279
89212
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
89280
89213
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -89445,6 +89378,17 @@ export declare type TownsquareGoalUpdateEdge = {
|
|
|
89445
89378
|
cursor: Scalars['String']['output'];
|
|
89446
89379
|
node?: Maybe<TownsquareGoalUpdate>;
|
|
89447
89380
|
};
|
|
89381
|
+
export declare type TownsquareHighlight = {
|
|
89382
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89383
|
+
creator?: Maybe<User>;
|
|
89384
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
89385
|
+
goal?: Maybe<TownsquareGoal>;
|
|
89386
|
+
id: Scalars['ID']['output'];
|
|
89387
|
+
lastEditedBy?: Maybe<User>;
|
|
89388
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89389
|
+
project?: Maybe<TownsquareProject>;
|
|
89390
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
89391
|
+
};
|
|
89448
89392
|
export declare type TownsquareLocalizationField = {
|
|
89449
89393
|
__typename?: 'TownsquareLocalizationField';
|
|
89450
89394
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -89521,6 +89465,7 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
89521
89465
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
89522
89466
|
name: Scalars['String']['output'];
|
|
89523
89467
|
owner?: Maybe<User>;
|
|
89468
|
+
risks?: Maybe<TownsquareRiskConnection>;
|
|
89524
89469
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89525
89470
|
state?: Maybe<TownsquareProjectState>;
|
|
89526
89471
|
tags?: Maybe<TownsquareTagConnection>;
|
|
@@ -89528,6 +89473,15 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
89528
89473
|
url?: Maybe<Scalars['String']['output']>;
|
|
89529
89474
|
uuid: Scalars['String']['output'];
|
|
89530
89475
|
};
|
|
89476
|
+
export declare type TownsquareProjectRisksArgs = {
|
|
89477
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
89478
|
+
createdAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89479
|
+
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89480
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
89481
|
+
isResolved?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89482
|
+
noUpdateAttached?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89483
|
+
sort?: InputMaybe<Array<InputMaybe<TownsquareRiskSortEnum>>>;
|
|
89484
|
+
};
|
|
89531
89485
|
export declare type TownsquareProjectTagsArgs = {
|
|
89532
89486
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
89533
89487
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -89752,6 +89706,38 @@ export declare type TownsquareRelationshipInput = {
|
|
|
89752
89706
|
from: Scalars['String']['input'];
|
|
89753
89707
|
to: Scalars['String']['input'];
|
|
89754
89708
|
};
|
|
89709
|
+
export declare type TownsquareRisk = TownsquareHighlight & {
|
|
89710
|
+
__typename?: 'TownsquareRisk';
|
|
89711
|
+
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89712
|
+
creator?: Maybe<User>;
|
|
89713
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
89714
|
+
goal?: Maybe<TownsquareGoal>;
|
|
89715
|
+
id: Scalars['ID']['output'];
|
|
89716
|
+
lastEditedBy?: Maybe<User>;
|
|
89717
|
+
lastEditedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89718
|
+
project?: Maybe<TownsquareProject>;
|
|
89719
|
+
resolvedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
89720
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
89721
|
+
};
|
|
89722
|
+
export declare type TownsquareRiskConnection = {
|
|
89723
|
+
__typename?: 'TownsquareRiskConnection';
|
|
89724
|
+
count: Scalars['Int']['output'];
|
|
89725
|
+
edges?: Maybe<Array<Maybe<TownsquareRiskEdge>>>;
|
|
89726
|
+
pageInfo: PageInfo;
|
|
89727
|
+
};
|
|
89728
|
+
export declare type TownsquareRiskEdge = {
|
|
89729
|
+
__typename?: 'TownsquareRiskEdge';
|
|
89730
|
+
cursor: Scalars['String']['output'];
|
|
89731
|
+
node?: Maybe<TownsquareRisk>;
|
|
89732
|
+
};
|
|
89733
|
+
export declare enum TownsquareRiskSortEnum {
|
|
89734
|
+
CreationDateAsc = "CREATION_DATE_ASC",
|
|
89735
|
+
CreationDateDesc = "CREATION_DATE_DESC",
|
|
89736
|
+
IdAsc = "ID_ASC",
|
|
89737
|
+
IdDesc = "ID_DESC",
|
|
89738
|
+
SummaryAsc = "SUMMARY_ASC",
|
|
89739
|
+
SummaryDesc = "SUMMARY_DESC"
|
|
89740
|
+
}
|
|
89755
89741
|
export declare type TownsquareSetParentGoalInput = {
|
|
89756
89742
|
goalAri: Scalars['String']['input'];
|
|
89757
89743
|
parentGoalAri?: InputMaybe<Scalars['String']['input']>;
|