@forge/cli-shared 6.2.1-next.3 → 6.2.1-next.5
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 +13 -0
- package/out/graphql/graphql-types.d.ts +515 -17
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +38 -18
- package/out/ui/text.js +1 -2
- package/package.json +2 -2
|
@@ -239,6 +239,11 @@ export declare type ActionsExecuteResponse = {
|
|
|
239
239
|
outputs?: Maybe<Scalars['JSON']['output']>;
|
|
240
240
|
status?: Maybe<Scalars['Int']['output']>;
|
|
241
241
|
};
|
|
242
|
+
export declare type ActionsExecuteResponseBulk = {
|
|
243
|
+
__typename?: 'ActionsExecuteResponseBulk';
|
|
244
|
+
outputsList?: Maybe<Scalars['JSON']['output']>;
|
|
245
|
+
status?: Maybe<Scalars['Int']['output']>;
|
|
246
|
+
};
|
|
242
247
|
export declare type ActionsExecuteTargetInput = {
|
|
243
248
|
ari?: InputMaybe<Scalars['String']['input']>;
|
|
244
249
|
ids?: InputMaybe<Scalars['JSON']['input']>;
|
|
@@ -247,10 +252,17 @@ export declare type ActionsExecuteTargetInput = {
|
|
|
247
252
|
export declare type ActionsMutation = {
|
|
248
253
|
__typename?: 'ActionsMutation';
|
|
249
254
|
execute?: Maybe<ActionsExecuteResponse>;
|
|
255
|
+
executeBulk?: Maybe<ActionsExecuteResponseBulk>;
|
|
250
256
|
};
|
|
251
257
|
export declare type ActionsMutationExecuteArgs = {
|
|
252
258
|
actionInput: ActionsExecuteActionInput;
|
|
253
|
-
actionTypeKey
|
|
259
|
+
actionTypeKey?: InputMaybe<Scalars['String']['input']>;
|
|
260
|
+
filter: ActionsExecuteActionFilter;
|
|
261
|
+
workspace?: InputMaybe<Scalars['String']['input']>;
|
|
262
|
+
};
|
|
263
|
+
export declare type ActionsMutationExecuteBulkArgs = {
|
|
264
|
+
actionInputsList: Array<ActionsExecuteActionInput>;
|
|
265
|
+
actionTypeKey?: InputMaybe<Scalars['String']['input']>;
|
|
254
266
|
filter: ActionsExecuteActionFilter;
|
|
255
267
|
workspace?: InputMaybe<Scalars['String']['input']>;
|
|
256
268
|
};
|
|
@@ -471,7 +483,7 @@ export declare type ActivityObject = {
|
|
|
471
483
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
472
484
|
type: Scalars['String']['output'];
|
|
473
485
|
};
|
|
474
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
486
|
+
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
475
487
|
export declare enum ActivityObjectType {
|
|
476
488
|
Blogpost = "BLOGPOST",
|
|
477
489
|
Comment = "COMMENT",
|
|
@@ -1613,7 +1625,7 @@ export declare type AriGraphRelationshipNode = {
|
|
|
1613
1625
|
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
1614
1626
|
id: Scalars['ID']['output'];
|
|
1615
1627
|
};
|
|
1616
|
-
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
1628
|
+
export declare type AriGraphRelationshipNodeData = ConfluencePage | ConfluenceSpace | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalCommit | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | OpsgenieTeam | ThirdPartySecurityContainer | ThirdPartySecurityWorkspace | TownsquareComment | TownsquareGoal | TownsquareProject;
|
|
1617
1629
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
1618
1630
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
1619
1631
|
from?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2648,6 +2660,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
|
|
|
2648
2660
|
offeringChargeElements?: Maybe<Array<Maybe<CcpOfferingChargeElement>>>;
|
|
2649
2661
|
offeringGroup?: Maybe<CcpOfferingGroup>;
|
|
2650
2662
|
pricingType?: Maybe<CcpPricingType>;
|
|
2663
|
+
product?: Maybe<CcpProduct>;
|
|
2651
2664
|
productKey?: Maybe<Scalars['ID']['output']>;
|
|
2652
2665
|
sku?: Maybe<Scalars['String']['output']>;
|
|
2653
2666
|
slugs?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -2688,6 +2701,7 @@ export declare type CcpOfferingGroup = {
|
|
|
2688
2701
|
key?: Maybe<Scalars['ID']['output']>;
|
|
2689
2702
|
level?: Maybe<Scalars['Int']['output']>;
|
|
2690
2703
|
name?: Maybe<Scalars['String']['output']>;
|
|
2704
|
+
product?: Maybe<CcpProduct>;
|
|
2691
2705
|
productKey?: Maybe<Scalars['ID']['output']>;
|
|
2692
2706
|
slug?: Maybe<Scalars['String']['output']>;
|
|
2693
2707
|
};
|
|
@@ -2736,6 +2750,7 @@ export declare type CcpPricingPlan = CommercePricingPlan & Node & {
|
|
|
2736
2750
|
offering?: Maybe<CcpOffering>;
|
|
2737
2751
|
offeringKey?: Maybe<Scalars['ID']['output']>;
|
|
2738
2752
|
primaryCycle?: Maybe<CcpCycle>;
|
|
2753
|
+
product?: Maybe<CcpProduct>;
|
|
2739
2754
|
productKey?: Maybe<Scalars['ID']['output']>;
|
|
2740
2755
|
relationships?: Maybe<Array<Maybe<CcpPricingPlanRelationship>>>;
|
|
2741
2756
|
sku?: Maybe<Scalars['String']['output']>;
|
|
@@ -2782,6 +2797,22 @@ export declare enum CcpPricingType {
|
|
|
2782
2797
|
LimitedFree = "LIMITED_FREE",
|
|
2783
2798
|
Paid = "PAID"
|
|
2784
2799
|
}
|
|
2800
|
+
export declare type CcpProduct = Node & {
|
|
2801
|
+
__typename?: 'CcpProduct';
|
|
2802
|
+
catalogAccountId?: Maybe<Scalars['ID']['output']>;
|
|
2803
|
+
id: Scalars['ID']['output'];
|
|
2804
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
2805
|
+
offerings?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
2806
|
+
status?: Maybe<CcpProductStatus>;
|
|
2807
|
+
supportedBillingSystems?: Maybe<Array<Maybe<CcpSupportedBillingSystems>>>;
|
|
2808
|
+
version?: Maybe<Scalars['Int']['output']>;
|
|
2809
|
+
};
|
|
2810
|
+
export declare enum CcpProductStatus {
|
|
2811
|
+
Active = "ACTIVE",
|
|
2812
|
+
AtNotice = "AT_NOTICE",
|
|
2813
|
+
Draft = "DRAFT",
|
|
2814
|
+
Expired = "EXPIRED"
|
|
2815
|
+
}
|
|
2785
2816
|
export declare type CcpPromotionDefinition = {
|
|
2786
2817
|
__typename?: 'CcpPromotionDefinition';
|
|
2787
2818
|
customisedValues?: Maybe<CcpCustomisedValues>;
|
|
@@ -2804,6 +2835,7 @@ export declare type CcpQueryApi = {
|
|
|
2804
2835
|
entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
2805
2836
|
offering?: Maybe<CcpOffering>;
|
|
2806
2837
|
pricingPlan?: Maybe<CcpPricingPlan>;
|
|
2838
|
+
product?: Maybe<CcpProduct>;
|
|
2807
2839
|
transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
2808
2840
|
};
|
|
2809
2841
|
export declare type CcpQueryApiEntitlementArgs = {
|
|
@@ -2818,6 +2850,9 @@ export declare type CcpQueryApiOfferingArgs = {
|
|
|
2818
2850
|
export declare type CcpQueryApiPricingPlanArgs = {
|
|
2819
2851
|
id: Scalars['ID']['input'];
|
|
2820
2852
|
};
|
|
2853
|
+
export declare type CcpQueryApiProductArgs = {
|
|
2854
|
+
id: Scalars['ID']['input'];
|
|
2855
|
+
};
|
|
2821
2856
|
export declare type CcpQueryApiTransactionAccountArgs = {
|
|
2822
2857
|
id: Scalars['ID']['input'];
|
|
2823
2858
|
};
|
|
@@ -3702,6 +3737,8 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3702
3737
|
fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
|
|
3703
3738
|
filteredComponentsCount?: Maybe<CompassFilteredComponentsCountResult>;
|
|
3704
3739
|
incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
|
|
3740
|
+
libraryScorecard?: Maybe<CompassLibraryScorecardResult>;
|
|
3741
|
+
libraryScorecards?: Maybe<CompassLibraryScorecardConnection>;
|
|
3705
3742
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
3706
3743
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
3707
3744
|
metricValuesTimeSeries?: Maybe<CompassMetricValuesTimeseriesResult>;
|
|
@@ -3798,6 +3835,15 @@ export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
|
|
|
3798
3835
|
cloudId: Scalars['ID']['input'];
|
|
3799
3836
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3800
3837
|
};
|
|
3838
|
+
export declare type CompassCatalogQueryApiLibraryScorecardArgs = {
|
|
3839
|
+
cloudId: Scalars['ID']['input'];
|
|
3840
|
+
libraryScorecardId: Scalars['ID']['input'];
|
|
3841
|
+
};
|
|
3842
|
+
export declare type CompassCatalogQueryApiLibraryScorecardsArgs = {
|
|
3843
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3844
|
+
cloudId: Scalars['ID']['input'];
|
|
3845
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3846
|
+
};
|
|
3801
3847
|
export declare type CompassCatalogQueryApiMetricDefinitionArgs = {
|
|
3802
3848
|
cloudId: Scalars['ID']['input'];
|
|
3803
3849
|
metricDefinitionId: Scalars['ID']['input'];
|
|
@@ -5289,6 +5335,15 @@ export declare type CompassGlobalPermissions = {
|
|
|
5289
5335
|
viewMetricDefinitions?: Maybe<CompassPermissionResult>;
|
|
5290
5336
|
};
|
|
5291
5337
|
export declare type CompassGlobalPermissionsResult = CompassGlobalPermissions | QueryError;
|
|
5338
|
+
export declare type CompassHasCustomBooleanFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5339
|
+
__typename?: 'CompassHasCustomBooleanFieldLibraryScorecardCriterion';
|
|
5340
|
+
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
5341
|
+
booleanComparatorValue?: Maybe<Scalars['Boolean']['output']>;
|
|
5342
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5343
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5344
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5345
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5346
|
+
};
|
|
5292
5347
|
export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5293
5348
|
__typename?: 'CompassHasCustomBooleanFieldScorecardCriteria';
|
|
5294
5349
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
@@ -5304,6 +5359,15 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassCusto
|
|
|
5304
5359
|
export declare type CompassHasCustomBooleanFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5305
5360
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5306
5361
|
};
|
|
5362
|
+
export declare type CompassHasCustomMultiSelectFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5363
|
+
__typename?: 'CompassHasCustomMultiSelectFieldLibraryScorecardCriterion';
|
|
5364
|
+
collectionComparator?: Maybe<CompassCriteriaCollectionComparatorOptions>;
|
|
5365
|
+
collectionComparatorValue?: Maybe<Array<Scalars['ID']['output']>>;
|
|
5366
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5367
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5368
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5369
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5370
|
+
};
|
|
5307
5371
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5308
5372
|
__typename?: 'CompassHasCustomMultiSelectFieldScorecardCriteria';
|
|
5309
5373
|
collectionComparator?: Maybe<CompassCriteriaCollectionComparatorOptions>;
|
|
@@ -5320,6 +5384,15 @@ export declare type CompassHasCustomMultiSelectFieldScorecardCriteria = CompassC
|
|
|
5320
5384
|
export declare type CompassHasCustomMultiSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5321
5385
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5322
5386
|
};
|
|
5387
|
+
export declare type CompassHasCustomNumberFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5388
|
+
__typename?: 'CompassHasCustomNumberFieldLibraryScorecardCriterion';
|
|
5389
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5390
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5391
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5392
|
+
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5393
|
+
numberComparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5394
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5395
|
+
};
|
|
5323
5396
|
export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5324
5397
|
__typename?: 'CompassHasCustomNumberFieldScorecardCriteria';
|
|
5325
5398
|
customFieldDefinition?: Maybe<CompassCustomNumberFieldDefinition>;
|
|
@@ -5335,6 +5408,15 @@ export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassCustom
|
|
|
5335
5408
|
export declare type CompassHasCustomNumberFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5336
5409
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5337
5410
|
};
|
|
5411
|
+
export declare type CompassHasCustomSingleSelectFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5412
|
+
__typename?: 'CompassHasCustomSingleSelectFieldLibraryScorecardCriterion';
|
|
5413
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5414
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5415
|
+
membershipComparator?: Maybe<CompassCriteriaMembershipComparatorOptions>;
|
|
5416
|
+
membershipComparatorValue?: Maybe<Array<Scalars['ID']['output']>>;
|
|
5417
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5418
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5419
|
+
};
|
|
5338
5420
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5339
5421
|
__typename?: 'CompassHasCustomSingleSelectFieldScorecardCriteria';
|
|
5340
5422
|
customFieldDefinition?: Maybe<CompassCustomSingleSelectFieldDefinition>;
|
|
@@ -5351,6 +5433,13 @@ export declare type CompassHasCustomSingleSelectFieldScorecardCriteria = Compass
|
|
|
5351
5433
|
export declare type CompassHasCustomSingleSelectFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5352
5434
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5353
5435
|
};
|
|
5436
|
+
export declare type CompassHasCustomTextFieldLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5437
|
+
__typename?: 'CompassHasCustomTextFieldLibraryScorecardCriterion';
|
|
5438
|
+
customFieldDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5439
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5440
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5441
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5442
|
+
};
|
|
5354
5443
|
export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFieldScorecardCriteria & CompassScorecardCriteria & {
|
|
5355
5444
|
__typename?: 'CompassHasCustomTextFieldScorecardCriteria';
|
|
5356
5445
|
customFieldDefinition?: Maybe<CompassCustomTextFieldDefinition>;
|
|
@@ -5364,6 +5453,12 @@ export declare type CompassHasCustomTextFieldScorecardCriteria = CompassCustomFi
|
|
|
5364
5453
|
export declare type CompassHasCustomTextFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5365
5454
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5366
5455
|
};
|
|
5456
|
+
export declare type CompassHasDescriptionLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5457
|
+
__typename?: 'CompassHasDescriptionLibraryScorecardCriterion';
|
|
5458
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5459
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5460
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5461
|
+
};
|
|
5367
5462
|
export declare type CompassHasDescriptionScorecardCriteria = CompassScorecardCriteria & {
|
|
5368
5463
|
__typename?: 'CompassHasDescriptionScorecardCriteria';
|
|
5369
5464
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5389,6 +5484,15 @@ export declare type CompassHasFieldScorecardCriteria = CompassScorecardCriteria
|
|
|
5389
5484
|
export declare type CompassHasFieldScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5390
5485
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5391
5486
|
};
|
|
5487
|
+
export declare type CompassHasLinkLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5488
|
+
__typename?: 'CompassHasLinkLibraryScorecardCriterion';
|
|
5489
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5490
|
+
linkType?: Maybe<CompassLinkType>;
|
|
5491
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5492
|
+
textComparator?: Maybe<CompassCriteriaTextComparatorOptions>;
|
|
5493
|
+
textComparatorValue?: Maybe<Scalars['String']['output']>;
|
|
5494
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5495
|
+
};
|
|
5392
5496
|
export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria & {
|
|
5393
5497
|
__typename?: 'CompassHasLinkScorecardCriteria';
|
|
5394
5498
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5404,6 +5508,15 @@ export declare type CompassHasLinkScorecardCriteria = CompassScorecardCriteria &
|
|
|
5404
5508
|
export declare type CompassHasLinkScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5405
5509
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5406
5510
|
};
|
|
5511
|
+
export declare type CompassHasMetricValueLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5512
|
+
__typename?: 'CompassHasMetricValueLibraryScorecardCriterion';
|
|
5513
|
+
comparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
5514
|
+
comparatorValue?: Maybe<Scalars['Float']['output']>;
|
|
5515
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5516
|
+
metricDefinitionId?: Maybe<Scalars['ID']['output']>;
|
|
5517
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5518
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5519
|
+
};
|
|
5407
5520
|
export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCriteria & {
|
|
5408
5521
|
__typename?: 'CompassHasMetricValueScorecardCriteria';
|
|
5409
5522
|
automaticallyCreateMetricSources?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5421,6 +5534,12 @@ export declare type CompassHasMetricValueScorecardCriteria = CompassScorecardCri
|
|
|
5421
5534
|
export declare type CompassHasMetricValueScorecardCriteriaScorecardCriteriaScoreArgs = {
|
|
5422
5535
|
query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
|
|
5423
5536
|
};
|
|
5537
|
+
export declare type CompassHasOwnerLibraryScorecardCriterion = CompassLibraryScorecardCriterion & {
|
|
5538
|
+
__typename?: 'CompassHasOwnerLibraryScorecardCriterion';
|
|
5539
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5540
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5541
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5542
|
+
};
|
|
5424
5543
|
export declare type CompassHasOwnerScorecardCriteria = CompassScorecardCriteria & {
|
|
5425
5544
|
__typename?: 'CompassHasOwnerScorecardCriteria';
|
|
5426
5545
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5524,6 +5643,34 @@ export declare type CompassJiraIssueEdge = {
|
|
|
5524
5643
|
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
5525
5644
|
node?: Maybe<CompassJiraIssue>;
|
|
5526
5645
|
};
|
|
5646
|
+
export declare type CompassLibraryScorecard = Node & {
|
|
5647
|
+
__typename?: 'CompassLibraryScorecard';
|
|
5648
|
+
applicationModel?: Maybe<CompassScorecardApplicationModel>;
|
|
5649
|
+
criteria?: Maybe<Array<CompassLibraryScorecardCriterion>>;
|
|
5650
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5651
|
+
id: Scalars['ID']['output'];
|
|
5652
|
+
installs?: Maybe<Scalars['Int']['output']>;
|
|
5653
|
+
isDeactivationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
5654
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5655
|
+
nameAlreadyExists?: Maybe<Scalars['Boolean']['output']>;
|
|
5656
|
+
};
|
|
5657
|
+
export declare type CompassLibraryScorecardConnection = {
|
|
5658
|
+
__typename?: 'CompassLibraryScorecardConnection';
|
|
5659
|
+
edges?: Maybe<Array<CompassLibraryScorecardEdge>>;
|
|
5660
|
+
nodes?: Maybe<Array<Maybe<CompassLibraryScorecard>>>;
|
|
5661
|
+
pageInfo?: Maybe<PageInfo>;
|
|
5662
|
+
};
|
|
5663
|
+
export declare type CompassLibraryScorecardCriterion = {
|
|
5664
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
5665
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
5666
|
+
weight?: Maybe<Scalars['Int']['output']>;
|
|
5667
|
+
};
|
|
5668
|
+
export declare type CompassLibraryScorecardEdge = {
|
|
5669
|
+
__typename?: 'CompassLibraryScorecardEdge';
|
|
5670
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
5671
|
+
node?: Maybe<CompassLibraryScorecard>;
|
|
5672
|
+
};
|
|
5673
|
+
export declare type CompassLibraryScorecardResult = CompassLibraryScorecard | QueryError;
|
|
5527
5674
|
export declare type CompassLifecycleEvent = CompassEvent & {
|
|
5528
5675
|
__typename?: 'CompassLifecycleEvent';
|
|
5529
5676
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5951,6 +6098,7 @@ export declare type CompassScorecard = Node & {
|
|
|
5951
6098
|
id: Scalars['ID']['output'];
|
|
5952
6099
|
importance: CompassScorecardImportance;
|
|
5953
6100
|
isDeactivationEnabled: Scalars['Boolean']['output'];
|
|
6101
|
+
libraryScorecardId?: Maybe<Scalars['ID']['output']>;
|
|
5954
6102
|
name: Scalars['String']['output'];
|
|
5955
6103
|
owner?: Maybe<User>;
|
|
5956
6104
|
scorecardScore?: Maybe<CompassScorecardScore>;
|
|
@@ -15741,6 +15889,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15741
15889
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
15742
15890
|
importance: CompassScorecardImportance;
|
|
15743
15891
|
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15892
|
+
libraryScorecardId?: InputMaybe<Scalars['ID']['input']>;
|
|
15744
15893
|
name: Scalars['String']['input'];
|
|
15745
15894
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15746
15895
|
repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
|
|
@@ -24964,6 +25113,10 @@ export declare type GraphStore = {
|
|
|
24964
25113
|
atlasProjectContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseConnection>;
|
|
24965
25114
|
atlasProjectContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
24966
25115
|
atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
|
|
25116
|
+
atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
|
|
25117
|
+
atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
|
|
25118
|
+
atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
|
|
25119
|
+
atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
|
|
24967
25120
|
atlasProjectIsTrackedOnJiraEpic?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
24968
25121
|
atlasProjectIsTrackedOnJiraEpicInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection>;
|
|
24969
25122
|
atlasProjectIsTrackedOnJiraEpicInverseRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
@@ -24988,6 +25141,8 @@ export declare type GraphStore = {
|
|
|
24988
25141
|
contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
24989
25142
|
contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
|
|
24990
25143
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
25144
|
+
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
25145
|
+
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
24991
25146
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
24992
25147
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
24993
25148
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -25037,6 +25192,7 @@ export declare type GraphStore = {
|
|
|
25037
25192
|
issueAssociatedBuildInverseBatch?: Maybe<GraphStoreBatchIssueAssociatedBuildConnection>;
|
|
25038
25193
|
issueAssociatedBuildInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBuildConnection>;
|
|
25039
25194
|
issueAssociatedBuildRelationship?: Maybe<GraphStoreFullIssueAssociatedBuildConnection>;
|
|
25195
|
+
issueAssociatedCommit?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitConnection>;
|
|
25040
25196
|
issueAssociatedCommitInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseConnection>;
|
|
25041
25197
|
issueAssociatedCommitInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedCommitConnection>;
|
|
25042
25198
|
issueAssociatedCommitRelationship?: Maybe<GraphStoreFullIssueAssociatedCommitConnection>;
|
|
@@ -25071,6 +25227,7 @@ export declare type GraphStore = {
|
|
|
25071
25227
|
issueChangesComponentInverse?: Maybe<GraphStoreSimplifiedIssueChangesComponentInverseConnection>;
|
|
25072
25228
|
issueChangesComponentInverseRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25073
25229
|
issueChangesComponentRelationship?: Maybe<GraphStoreFullIssueChangesComponentConnection>;
|
|
25230
|
+
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
25074
25231
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
25075
25232
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
25076
25233
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -25275,9 +25432,11 @@ export declare type GraphStore = {
|
|
|
25275
25432
|
teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
|
|
25276
25433
|
teamWorksOnProjectInverseRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
25277
25434
|
teamWorksOnProjectRelationship?: Maybe<GraphStoreFullTeamWorksOnProjectConnection>;
|
|
25435
|
+
testPerfhammerMaterializationA?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAConnection>;
|
|
25278
25436
|
testPerfhammerMaterializationAInverse?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAInverseConnection>;
|
|
25279
25437
|
testPerfhammerMaterializationAInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerMaterializationAConnection>;
|
|
25280
25438
|
testPerfhammerMaterializationARelationship?: Maybe<GraphStoreFullTestPerfhammerMaterializationAConnection>;
|
|
25439
|
+
testPerfhammerMaterializationBInverse?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationBInverseConnection>;
|
|
25281
25440
|
testPerfhammerMaterializationBInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerMaterializationBConnection>;
|
|
25282
25441
|
testPerfhammerMaterializationBRelationship?: Maybe<GraphStoreFullTestPerfhammerMaterializationBConnection>;
|
|
25283
25442
|
testPerfhammerMaterializationInverse?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationInverseConnection>;
|
|
@@ -25295,6 +25454,7 @@ export declare type GraphStore = {
|
|
|
25295
25454
|
versionAssociatedBuildInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBuildInverseConnection>;
|
|
25296
25455
|
versionAssociatedBuildInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBuildConnection>;
|
|
25297
25456
|
versionAssociatedBuildRelationship?: Maybe<GraphStoreFullVersionAssociatedBuildConnection>;
|
|
25457
|
+
versionAssociatedCommit?: Maybe<GraphStoreSimplifiedVersionAssociatedCommitConnection>;
|
|
25298
25458
|
versionAssociatedCommitInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedCommitInverseConnection>;
|
|
25299
25459
|
versionAssociatedCommitInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedCommitConnection>;
|
|
25300
25460
|
versionAssociatedCommitRelationship?: Maybe<GraphStoreFullVersionAssociatedCommitConnection>;
|
|
@@ -25388,6 +25548,34 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
|
|
|
25388
25548
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25389
25549
|
id: Scalars['ID']['input'];
|
|
25390
25550
|
};
|
|
25551
|
+
export declare type GraphStoreAtlasProjectDependsOnAtlasProjectArgs = {
|
|
25552
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25553
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25554
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25555
|
+
id: Scalars['ID']['input'];
|
|
25556
|
+
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
25557
|
+
};
|
|
25558
|
+
export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
|
|
25559
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25560
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25561
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25562
|
+
id: Scalars['ID']['input'];
|
|
25563
|
+
sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
|
|
25564
|
+
};
|
|
25565
|
+
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectArgs = {
|
|
25566
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25567
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25568
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25569
|
+
id: Scalars['ID']['input'];
|
|
25570
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsRelatedToAtlasProjectSortInput>;
|
|
25571
|
+
};
|
|
25572
|
+
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectInverseArgs = {
|
|
25573
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25574
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25575
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25576
|
+
id: Scalars['ID']['input'];
|
|
25577
|
+
sort?: InputMaybe<GraphStoreAtlasProjectIsRelatedToAtlasProjectSortInput>;
|
|
25578
|
+
};
|
|
25391
25579
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
|
|
25392
25580
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25393
25581
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -25532,6 +25720,20 @@ export declare type GraphStoreCypherQueryArgs = {
|
|
|
25532
25720
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25533
25721
|
query: Scalars['String']['input'];
|
|
25534
25722
|
};
|
|
25723
|
+
export declare type GraphStoreDeploymentContainsCommitArgs = {
|
|
25724
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25725
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25726
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25727
|
+
id: Scalars['ID']['input'];
|
|
25728
|
+
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
25729
|
+
};
|
|
25730
|
+
export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
25731
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25732
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
25733
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25734
|
+
id: Scalars['ID']['input'];
|
|
25735
|
+
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
25736
|
+
};
|
|
25535
25737
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
25536
25738
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25537
25739
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -25832,6 +26034,13 @@ export declare type GraphStoreIssueAssociatedBuildRelationshipArgs = {
|
|
|
25832
26034
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25833
26035
|
id: Scalars['ID']['input'];
|
|
25834
26036
|
};
|
|
26037
|
+
export declare type GraphStoreIssueAssociatedCommitArgs = {
|
|
26038
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26039
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26040
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26041
|
+
id: Scalars['ID']['input'];
|
|
26042
|
+
sort?: InputMaybe<GraphStoreIssueAssociatedCommitSortInput>;
|
|
26043
|
+
};
|
|
25835
26044
|
export declare type GraphStoreIssueAssociatedCommitInverseArgs = {
|
|
25836
26045
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
25837
26046
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -26042,6 +26251,13 @@ export declare type GraphStoreIssueChangesComponentRelationshipArgs = {
|
|
|
26042
26251
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26043
26252
|
id: Scalars['ID']['input'];
|
|
26044
26253
|
};
|
|
26254
|
+
export declare type GraphStoreIssueHasAssigneeInverseArgs = {
|
|
26255
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26256
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26257
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26258
|
+
id: Scalars['ID']['input'];
|
|
26259
|
+
sort?: InputMaybe<GraphStoreIssueHasAssigneeSortInput>;
|
|
26260
|
+
};
|
|
26045
26261
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
26046
26262
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
26047
26263
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27343,6 +27559,13 @@ export declare type GraphStoreTeamWorksOnProjectRelationshipArgs = {
|
|
|
27343
27559
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27344
27560
|
id: Scalars['ID']['input'];
|
|
27345
27561
|
};
|
|
27562
|
+
export declare type GraphStoreTestPerfhammerMaterializationAArgs = {
|
|
27563
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
27564
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27565
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27566
|
+
id: Scalars['ID']['input'];
|
|
27567
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationASortInput>;
|
|
27568
|
+
};
|
|
27346
27569
|
export declare type GraphStoreTestPerfhammerMaterializationAInverseArgs = {
|
|
27347
27570
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27348
27571
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27360,6 +27583,13 @@ export declare type GraphStoreTestPerfhammerMaterializationARelationshipArgs = {
|
|
|
27360
27583
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27361
27584
|
id: Scalars['ID']['input'];
|
|
27362
27585
|
};
|
|
27586
|
+
export declare type GraphStoreTestPerfhammerMaterializationBInverseArgs = {
|
|
27587
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
27588
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27589
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27590
|
+
id: Scalars['ID']['input'];
|
|
27591
|
+
sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationBSortInput>;
|
|
27592
|
+
};
|
|
27363
27593
|
export declare type GraphStoreTestPerfhammerMaterializationBInverseRelationshipArgs = {
|
|
27364
27594
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27365
27595
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -27457,6 +27687,13 @@ export declare type GraphStoreVersionAssociatedBuildRelationshipArgs = {
|
|
|
27457
27687
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27458
27688
|
id: Scalars['ID']['input'];
|
|
27459
27689
|
};
|
|
27690
|
+
export declare type GraphStoreVersionAssociatedCommitArgs = {
|
|
27691
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
27692
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27693
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
27694
|
+
id: Scalars['ID']['input'];
|
|
27695
|
+
sort?: InputMaybe<GraphStoreVersionAssociatedCommitSortInput>;
|
|
27696
|
+
};
|
|
27460
27697
|
export declare type GraphStoreVersionAssociatedCommitInverseArgs = {
|
|
27461
27698
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
27462
27699
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27701,6 +27938,12 @@ export declare type GraphStoreAtlasGoalHasSubAtlasGoalSortInput = {
|
|
|
27701
27938
|
export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
|
|
27702
27939
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27703
27940
|
};
|
|
27941
|
+
export declare type GraphStoreAtlasProjectDependsOnAtlasProjectSortInput = {
|
|
27942
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27943
|
+
};
|
|
27944
|
+
export declare type GraphStoreAtlasProjectIsRelatedToAtlasProjectSortInput = {
|
|
27945
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27946
|
+
};
|
|
27704
27947
|
export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput = {
|
|
27705
27948
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
27706
27949
|
};
|
|
@@ -29018,6 +29261,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
29018
29261
|
from: Scalars['ID']['input'];
|
|
29019
29262
|
to: Scalars['ID']['input'];
|
|
29020
29263
|
};
|
|
29264
|
+
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
29265
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
29266
|
+
};
|
|
29021
29267
|
export declare type GraphStoreFloatFilterInput = {
|
|
29022
29268
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
29023
29269
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -29538,8 +29784,10 @@ export declare type GraphStoreFullIssueAssociatedCommitEdge = {
|
|
|
29538
29784
|
};
|
|
29539
29785
|
export declare type GraphStoreFullIssueAssociatedCommitEndNode = {
|
|
29540
29786
|
__typename?: 'GraphStoreFullIssueAssociatedCommitEndNode';
|
|
29787
|
+
data?: Maybe<GraphStoreFullIssueAssociatedCommitEndUnion>;
|
|
29541
29788
|
id: Scalars['ID']['output'];
|
|
29542
29789
|
};
|
|
29790
|
+
export declare type GraphStoreFullIssueAssociatedCommitEndUnion = ExternalCommit;
|
|
29543
29791
|
export declare type GraphStoreFullIssueAssociatedCommitNode = Node & {
|
|
29544
29792
|
__typename?: 'GraphStoreFullIssueAssociatedCommitNode';
|
|
29545
29793
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -31912,8 +32160,10 @@ export declare type GraphStoreFullTestPerfhammerMaterializationAEdge = {
|
|
|
31912
32160
|
};
|
|
31913
32161
|
export declare type GraphStoreFullTestPerfhammerMaterializationAEndNode = {
|
|
31914
32162
|
__typename?: 'GraphStoreFullTestPerfhammerMaterializationAEndNode';
|
|
32163
|
+
data?: Maybe<GraphStoreFullTestPerfhammerMaterializationAEndUnion>;
|
|
31915
32164
|
id: Scalars['ID']['output'];
|
|
31916
32165
|
};
|
|
32166
|
+
export declare type GraphStoreFullTestPerfhammerMaterializationAEndUnion = ExternalCommit;
|
|
31917
32167
|
export declare type GraphStoreFullTestPerfhammerMaterializationANode = Node & {
|
|
31918
32168
|
__typename?: 'GraphStoreFullTestPerfhammerMaterializationANode';
|
|
31919
32169
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -31955,8 +32205,10 @@ export declare type GraphStoreFullTestPerfhammerMaterializationBNode = Node & {
|
|
|
31955
32205
|
};
|
|
31956
32206
|
export declare type GraphStoreFullTestPerfhammerMaterializationBStartNode = {
|
|
31957
32207
|
__typename?: 'GraphStoreFullTestPerfhammerMaterializationBStartNode';
|
|
32208
|
+
data?: Maybe<GraphStoreFullTestPerfhammerMaterializationBStartUnion>;
|
|
31958
32209
|
id: Scalars['ID']['output'];
|
|
31959
32210
|
};
|
|
32211
|
+
export declare type GraphStoreFullTestPerfhammerMaterializationBStartUnion = ExternalCommit;
|
|
31960
32212
|
export declare type GraphStoreFullTestPerfhammerMaterializationConnection = HasPageInfo & HasTotal & {
|
|
31961
32213
|
__typename?: 'GraphStoreFullTestPerfhammerMaterializationConnection';
|
|
31962
32214
|
edges: Array<Maybe<GraphStoreFullTestPerfhammerMaterializationEdge>>;
|
|
@@ -32100,8 +32352,10 @@ export declare type GraphStoreFullVersionAssociatedCommitEdge = {
|
|
|
32100
32352
|
};
|
|
32101
32353
|
export declare type GraphStoreFullVersionAssociatedCommitEndNode = {
|
|
32102
32354
|
__typename?: 'GraphStoreFullVersionAssociatedCommitEndNode';
|
|
32355
|
+
data?: Maybe<GraphStoreFullVersionAssociatedCommitEndUnion>;
|
|
32103
32356
|
id: Scalars['ID']['output'];
|
|
32104
32357
|
};
|
|
32358
|
+
export declare type GraphStoreFullVersionAssociatedCommitEndUnion = ExternalCommit;
|
|
32105
32359
|
export declare type GraphStoreFullVersionAssociatedCommitNode = Node & {
|
|
32106
32360
|
__typename?: 'GraphStoreFullVersionAssociatedCommitNode';
|
|
32107
32361
|
createdAt: Scalars['DateTime']['output'];
|
|
@@ -32549,6 +32803,9 @@ export declare type GraphStoreIssueChangesComponentSortInput = {
|
|
|
32549
32803
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32550
32804
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
32551
32805
|
};
|
|
32806
|
+
export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
32807
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
32808
|
+
};
|
|
32552
32809
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
32553
32810
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
32554
32811
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -33419,6 +33676,62 @@ export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInvers
|
|
|
33419
33676
|
};
|
|
33420
33677
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalInverseUnion = TownsquareProject;
|
|
33421
33678
|
export declare type GraphStoreSimplifiedAtlasProjectContributesToAtlasGoalUnion = TownsquareGoal;
|
|
33679
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection = HasPageInfo & {
|
|
33680
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection';
|
|
33681
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectEdge>>>;
|
|
33682
|
+
pageInfo: PageInfo;
|
|
33683
|
+
};
|
|
33684
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectEdge = {
|
|
33685
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectEdge';
|
|
33686
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33687
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33688
|
+
id: Scalars['ID']['output'];
|
|
33689
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33690
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion>;
|
|
33691
|
+
};
|
|
33692
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection = HasPageInfo & {
|
|
33693
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection';
|
|
33694
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseEdge>>>;
|
|
33695
|
+
pageInfo: PageInfo;
|
|
33696
|
+
};
|
|
33697
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseEdge = {
|
|
33698
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseEdge';
|
|
33699
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33700
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33701
|
+
id: Scalars['ID']['output'];
|
|
33702
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33703
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion>;
|
|
33704
|
+
};
|
|
33705
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
|
|
33706
|
+
export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
|
|
33707
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection = HasPageInfo & {
|
|
33708
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection';
|
|
33709
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge>>>;
|
|
33710
|
+
pageInfo: PageInfo;
|
|
33711
|
+
};
|
|
33712
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge = {
|
|
33713
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectEdge';
|
|
33714
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33715
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33716
|
+
id: Scalars['ID']['output'];
|
|
33717
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33718
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectUnion>;
|
|
33719
|
+
};
|
|
33720
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection = HasPageInfo & {
|
|
33721
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection';
|
|
33722
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseEdge>>>;
|
|
33723
|
+
pageInfo: PageInfo;
|
|
33724
|
+
};
|
|
33725
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseEdge = {
|
|
33726
|
+
__typename?: 'GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseEdge';
|
|
33727
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33728
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33729
|
+
id: Scalars['ID']['output'];
|
|
33730
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33731
|
+
node?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseUnion>;
|
|
33732
|
+
};
|
|
33733
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseUnion = TownsquareProject;
|
|
33734
|
+
export declare type GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectUnion = TownsquareProject;
|
|
33422
33735
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection = HasPageInfo & {
|
|
33423
33736
|
__typename?: 'GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicConnection';
|
|
33424
33737
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicEdge>>>;
|
|
@@ -33577,6 +33890,34 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
33577
33890
|
};
|
|
33578
33891
|
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = ConfluencePage | JiraIssue;
|
|
33579
33892
|
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = CompassComponent | ConfluencePage | JiraIssue;
|
|
33893
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitConnection = HasPageInfo & {
|
|
33894
|
+
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitConnection';
|
|
33895
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitEdge>>>;
|
|
33896
|
+
pageInfo: PageInfo;
|
|
33897
|
+
};
|
|
33898
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitEdge = {
|
|
33899
|
+
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitEdge';
|
|
33900
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33901
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33902
|
+
id: Scalars['ID']['output'];
|
|
33903
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33904
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitUnion>;
|
|
33905
|
+
};
|
|
33906
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseConnection = HasPageInfo & {
|
|
33907
|
+
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitInverseConnection';
|
|
33908
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseEdge>>>;
|
|
33909
|
+
pageInfo: PageInfo;
|
|
33910
|
+
};
|
|
33911
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
33912
|
+
__typename?: 'GraphStoreSimplifiedDeploymentContainsCommitInverseEdge';
|
|
33913
|
+
createdAt: Scalars['DateTime']['output'];
|
|
33914
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
33915
|
+
id: Scalars['ID']['output'];
|
|
33916
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
33917
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseUnion>;
|
|
33918
|
+
};
|
|
33919
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary;
|
|
33920
|
+
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
33580
33921
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
33581
33922
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
33582
33923
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -33845,6 +34186,19 @@ export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseEdge = {
|
|
|
33845
34186
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedBuildInverseUnion>;
|
|
33846
34187
|
};
|
|
33847
34188
|
export declare type GraphStoreSimplifiedIssueAssociatedBuildInverseUnion = JiraIssue;
|
|
34189
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitConnection = HasPageInfo & {
|
|
34190
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitConnection';
|
|
34191
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitEdge>>>;
|
|
34192
|
+
pageInfo: PageInfo;
|
|
34193
|
+
};
|
|
34194
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitEdge = {
|
|
34195
|
+
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitEdge';
|
|
34196
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34197
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34198
|
+
id: Scalars['ID']['output'];
|
|
34199
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34200
|
+
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitUnion>;
|
|
34201
|
+
};
|
|
33848
34202
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseConnection = HasPageInfo & {
|
|
33849
34203
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedCommitInverseConnection';
|
|
33850
34204
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseEdge>>>;
|
|
@@ -33859,6 +34213,7 @@ export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseEdge = {
|
|
|
33859
34213
|
node?: Maybe<GraphStoreSimplifiedIssueAssociatedCommitInverseUnion>;
|
|
33860
34214
|
};
|
|
33861
34215
|
export declare type GraphStoreSimplifiedIssueAssociatedCommitInverseUnion = JiraIssue;
|
|
34216
|
+
export declare type GraphStoreSimplifiedIssueAssociatedCommitUnion = ExternalCommit;
|
|
33862
34217
|
export declare type GraphStoreSimplifiedIssueAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
33863
34218
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedDeploymentConnection';
|
|
33864
34219
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedDeploymentEdge>>>;
|
|
@@ -34049,6 +34404,20 @@ export declare type GraphStoreSimplifiedIssueChangesComponentInverseEdge = {
|
|
|
34049
34404
|
};
|
|
34050
34405
|
export declare type GraphStoreSimplifiedIssueChangesComponentInverseUnion = JiraIssue;
|
|
34051
34406
|
export declare type GraphStoreSimplifiedIssueChangesComponentUnion = CompassComponent;
|
|
34407
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseConnection = HasPageInfo & {
|
|
34408
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeInverseConnection';
|
|
34409
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseEdge>>>;
|
|
34410
|
+
pageInfo: PageInfo;
|
|
34411
|
+
};
|
|
34412
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseEdge = {
|
|
34413
|
+
__typename?: 'GraphStoreSimplifiedIssueHasAssigneeInverseEdge';
|
|
34414
|
+
createdAt: Scalars['DateTime']['output'];
|
|
34415
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
34416
|
+
id: Scalars['ID']['output'];
|
|
34417
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
34418
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseUnion>;
|
|
34419
|
+
};
|
|
34420
|
+
export declare type GraphStoreSimplifiedIssueHasAssigneeInverseUnion = JiraIssue;
|
|
34052
34421
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
34053
34422
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
34054
34423
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -35631,6 +36000,21 @@ export declare type GraphStoreSimplifiedTeamWorksOnProjectEdge = {
|
|
|
35631
36000
|
node?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectUnion>;
|
|
35632
36001
|
};
|
|
35633
36002
|
export declare type GraphStoreSimplifiedTeamWorksOnProjectUnion = JiraProject;
|
|
36003
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAConnection = HasPageInfo & HasTotal & {
|
|
36004
|
+
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationAConnection';
|
|
36005
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAEdge>>>;
|
|
36006
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36007
|
+
pageInfo: PageInfo;
|
|
36008
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36009
|
+
};
|
|
36010
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAEdge = {
|
|
36011
|
+
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationAEdge';
|
|
36012
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36013
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36014
|
+
id: Scalars['ID']['output'];
|
|
36015
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36016
|
+
node?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAUnion>;
|
|
36017
|
+
};
|
|
35634
36018
|
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAInverseConnection = HasPageInfo & HasTotal & {
|
|
35635
36019
|
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationAInverseConnection';
|
|
35636
36020
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAInverseEdge>>>;
|
|
@@ -35647,6 +36031,23 @@ export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAInverseEdg
|
|
|
35647
36031
|
node?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationAInverseUnion>;
|
|
35648
36032
|
};
|
|
35649
36033
|
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAInverseUnion = DevOpsPullRequestDetails;
|
|
36034
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationAUnion = ExternalCommit;
|
|
36035
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationBInverseConnection = HasPageInfo & HasTotal & {
|
|
36036
|
+
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationBInverseConnection';
|
|
36037
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationBInverseEdge>>>;
|
|
36038
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36039
|
+
pageInfo: PageInfo;
|
|
36040
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36041
|
+
};
|
|
36042
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationBInverseEdge = {
|
|
36043
|
+
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationBInverseEdge';
|
|
36044
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36045
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36046
|
+
id: Scalars['ID']['output'];
|
|
36047
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36048
|
+
node?: Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationBInverseUnion>;
|
|
36049
|
+
};
|
|
36050
|
+
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationBInverseUnion = ExternalCommit;
|
|
35650
36051
|
export declare type GraphStoreSimplifiedTestPerfhammerMaterializationInverseConnection = HasPageInfo & HasTotal & {
|
|
35651
36052
|
__typename?: 'GraphStoreSimplifiedTestPerfhammerMaterializationInverseConnection';
|
|
35652
36053
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTestPerfhammerMaterializationInverseEdge>>>;
|
|
@@ -35725,6 +36126,21 @@ export declare type GraphStoreSimplifiedVersionAssociatedBuildInverseEdge = {
|
|
|
35725
36126
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedBuildInverseUnion>;
|
|
35726
36127
|
};
|
|
35727
36128
|
export declare type GraphStoreSimplifiedVersionAssociatedBuildInverseUnion = JiraVersion;
|
|
36129
|
+
export declare type GraphStoreSimplifiedVersionAssociatedCommitConnection = HasPageInfo & HasTotal & {
|
|
36130
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedCommitConnection';
|
|
36131
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedCommitEdge>>>;
|
|
36132
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
36133
|
+
pageInfo: PageInfo;
|
|
36134
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
36135
|
+
};
|
|
36136
|
+
export declare type GraphStoreSimplifiedVersionAssociatedCommitEdge = {
|
|
36137
|
+
__typename?: 'GraphStoreSimplifiedVersionAssociatedCommitEdge';
|
|
36138
|
+
createdAt: Scalars['DateTime']['output'];
|
|
36139
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36140
|
+
id: Scalars['ID']['output'];
|
|
36141
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
36142
|
+
node?: Maybe<GraphStoreSimplifiedVersionAssociatedCommitUnion>;
|
|
36143
|
+
};
|
|
35728
36144
|
export declare type GraphStoreSimplifiedVersionAssociatedCommitInverseConnection = HasPageInfo & HasTotal & {
|
|
35729
36145
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedCommitInverseConnection';
|
|
35730
36146
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedCommitInverseEdge>>>;
|
|
@@ -35741,6 +36157,7 @@ export declare type GraphStoreSimplifiedVersionAssociatedCommitInverseEdge = {
|
|
|
35741
36157
|
node?: Maybe<GraphStoreSimplifiedVersionAssociatedCommitInverseUnion>;
|
|
35742
36158
|
};
|
|
35743
36159
|
export declare type GraphStoreSimplifiedVersionAssociatedCommitInverseUnion = JiraVersion;
|
|
36160
|
+
export declare type GraphStoreSimplifiedVersionAssociatedCommitUnion = ExternalCommit;
|
|
35744
36161
|
export declare type GraphStoreSimplifiedVersionAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
35745
36162
|
__typename?: 'GraphStoreSimplifiedVersionAssociatedDeploymentConnection';
|
|
35746
36163
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedDeploymentEdge>>>;
|
|
@@ -36318,6 +36735,12 @@ export declare type GraphStoreTestPerfhammerMaterializationASortInput = {
|
|
|
36318
36735
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36319
36736
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
36320
36737
|
};
|
|
36738
|
+
export declare type GraphStoreTestPerfhammerMaterializationBSortInput = {
|
|
36739
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
36740
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
36741
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
36742
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
36743
|
+
};
|
|
36321
36744
|
export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
|
|
36322
36745
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
36323
36746
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -36658,8 +37081,10 @@ export declare type GrowthUnifiedProfilePaidChannelContext = {
|
|
|
36658
37081
|
};
|
|
36659
37082
|
export declare type GrowthUnifiedProfileProductDetails = {
|
|
36660
37083
|
__typename?: 'GrowthUnifiedProfileProductDetails';
|
|
36661
|
-
|
|
36662
|
-
|
|
37084
|
+
d0Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37085
|
+
d0Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
37086
|
+
d1to6Active?: Maybe<Scalars['Boolean']['output']>;
|
|
37087
|
+
d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
|
|
36663
37088
|
productEdition?: Maybe<Scalars['String']['output']>;
|
|
36664
37089
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
36665
37090
|
productName?: Maybe<Scalars['String']['output']>;
|
|
@@ -42951,6 +43376,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
|
|
|
42951
43376
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
42952
43377
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
42953
43378
|
};
|
|
43379
|
+
export declare type JiraForgeMultipleGroupPickerFieldOperationInput = {
|
|
43380
|
+
ids?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
43381
|
+
names?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
43382
|
+
operation: JiraMultiValueFieldOperations;
|
|
43383
|
+
};
|
|
42954
43384
|
export declare type JiraForgeNumberField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
42955
43385
|
__typename?: 'JiraForgeNumberField';
|
|
42956
43386
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -43001,6 +43431,11 @@ export declare type JiraForgeQueryExtensionsArgs = {
|
|
|
43001
43431
|
includeHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43002
43432
|
types: Array<Scalars['String']['input']>;
|
|
43003
43433
|
};
|
|
43434
|
+
export declare type JiraForgeSingleGroupPickerFieldOperationInput = {
|
|
43435
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
43436
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
43437
|
+
operation: JiraSingleValueFieldOperations;
|
|
43438
|
+
};
|
|
43004
43439
|
export declare type JiraForgeStringField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
43005
43440
|
__typename?: 'JiraForgeStringField';
|
|
43006
43441
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -44778,7 +45213,8 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
44778
45213
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
44779
45214
|
JiraForgeDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
44780
45215
|
JiraForgeDatetimeField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
44781
|
-
JiraForgeGroupField?: InputMaybe<Array<
|
|
45216
|
+
JiraForgeGroupField?: InputMaybe<Array<JiraUpdateForgeSingleGroupPickerFieldInput>>;
|
|
45217
|
+
JiraForgeGroupsField?: InputMaybe<Array<JiraUpdateForgeMultipleGroupPickerFieldInput>>;
|
|
44782
45218
|
JiraForgeNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
44783
45219
|
JiraForgeObjectField?: InputMaybe<Array<JiraUpdateForgeObjectFieldInput>>;
|
|
44784
45220
|
JiraForgeStringField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
@@ -45350,6 +45786,13 @@ export declare type JiraJqlLabelFieldValue = JiraJqlFieldValue & {
|
|
|
45350
45786
|
jqlTerm: Scalars['String']['output'];
|
|
45351
45787
|
label?: Maybe<JiraLabel>;
|
|
45352
45788
|
};
|
|
45789
|
+
export declare type JiraJqlNumberFieldValue = JiraJqlFieldValue & {
|
|
45790
|
+
__typename?: 'JiraJqlNumberFieldValue';
|
|
45791
|
+
displayName: Scalars['String']['output'];
|
|
45792
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
45793
|
+
jqlTerm: Scalars['String']['output'];
|
|
45794
|
+
number?: Maybe<Scalars['Float']['output']>;
|
|
45795
|
+
};
|
|
45353
45796
|
export declare enum JiraJqlOperator {
|
|
45354
45797
|
Changed = "CHANGED",
|
|
45355
45798
|
Contains = "CONTAINS",
|
|
@@ -52660,10 +53103,18 @@ export declare type JiraUpdateFieldSetPreferencesInput = {
|
|
|
52660
53103
|
fieldSetId: Scalars['String']['input'];
|
|
52661
53104
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
52662
53105
|
};
|
|
53106
|
+
export declare type JiraUpdateForgeMultipleGroupPickerFieldInput = {
|
|
53107
|
+
id: Scalars['ID']['input'];
|
|
53108
|
+
operations: Array<JiraForgeMultipleGroupPickerFieldOperationInput>;
|
|
53109
|
+
};
|
|
52663
53110
|
export declare type JiraUpdateForgeObjectFieldInput = {
|
|
52664
53111
|
id: Scalars['ID']['input'];
|
|
52665
53112
|
operation: JiraForgeObjectFieldOperationInput;
|
|
52666
53113
|
};
|
|
53114
|
+
export declare type JiraUpdateForgeSingleGroupPickerFieldInput = {
|
|
53115
|
+
id: Scalars['ID']['input'];
|
|
53116
|
+
operation: JiraForgeSingleGroupPickerFieldOperationInput;
|
|
53117
|
+
};
|
|
52667
53118
|
export declare type JiraUpdateFormattingRuleInput = {
|
|
52668
53119
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
52669
53120
|
expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
|
|
@@ -54807,7 +55258,8 @@ export declare type JsmChatWebAddConversationInteractionPayload = Payload & {
|
|
|
54807
55258
|
success: Scalars['Boolean']['output'];
|
|
54808
55259
|
};
|
|
54809
55260
|
export declare enum JsmChatWebConversationActions {
|
|
54810
|
-
CloseConversation = "CLOSE_CONVERSATION"
|
|
55261
|
+
CloseConversation = "CLOSE_CONVERSATION",
|
|
55262
|
+
RedirectToSearch = "REDIRECT_TO_SEARCH"
|
|
54811
55263
|
}
|
|
54812
55264
|
export declare type JsmChatWebConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
|
|
54813
55265
|
export declare enum JsmChatWebConversationMessageContentType {
|
|
@@ -56136,15 +56588,15 @@ export declare type MarketplaceConsoleAppSoftwareVersionChangelog = {
|
|
|
56136
56588
|
};
|
|
56137
56589
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibility = {
|
|
56138
56590
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionCompatibility';
|
|
56139
|
-
maxBuildNumber?: Maybe<Scalars['
|
|
56140
|
-
minBuildNumber?: Maybe<Scalars['
|
|
56591
|
+
maxBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56592
|
+
minBuildNumber?: Maybe<Scalars['String']['output']>;
|
|
56141
56593
|
parentSoftware?: Maybe<MarketplaceConsoleParentSoftware>;
|
|
56142
56594
|
parentSoftwareId: Scalars['ID']['output'];
|
|
56143
56595
|
};
|
|
56144
56596
|
export declare type MarketplaceConsoleAppSoftwareVersionCompatibilityInput = {
|
|
56145
56597
|
hosting: MarketplaceConsoleHosting;
|
|
56146
|
-
maxBuildNumber?: InputMaybe<Scalars['
|
|
56147
|
-
minBuildNumber?: InputMaybe<Scalars['
|
|
56598
|
+
maxBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56599
|
+
minBuildNumber?: InputMaybe<Scalars['String']['input']>;
|
|
56148
56600
|
parentSoftwareId: Scalars['ID']['input'];
|
|
56149
56601
|
};
|
|
56150
56602
|
export declare type MarketplaceConsoleAppSoftwareVersionFrameworkDetails = {
|
|
@@ -56176,7 +56628,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
56176
56628
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
56177
56629
|
appSoftwareId: Scalars['String']['output'];
|
|
56178
56630
|
approvalStatus: Scalars['String']['output'];
|
|
56179
|
-
buildNumber: Scalars['
|
|
56631
|
+
buildNumber: Scalars['String']['output'];
|
|
56180
56632
|
createdAt: Scalars['String']['output'];
|
|
56181
56633
|
createdBy: Scalars['String']['output'];
|
|
56182
56634
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
@@ -56211,7 +56663,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
|
56211
56663
|
export declare type MarketplaceConsoleAppSoftwareVersionsListItem = {
|
|
56212
56664
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionsListItem';
|
|
56213
56665
|
appSoftwareId: Scalars['String']['output'];
|
|
56214
|
-
buildNumber: Scalars['
|
|
56666
|
+
buildNumber: Scalars['String']['output'];
|
|
56215
56667
|
legacyAppVersionApprovalStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>;
|
|
56216
56668
|
legacyAppVersionStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
|
|
56217
56669
|
releaseDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -56239,7 +56691,7 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
|
56239
56691
|
export declare type MarketplaceConsoleAppVersionsList = {
|
|
56240
56692
|
__typename?: 'MarketplaceConsoleAppVersionsList';
|
|
56241
56693
|
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
56242
|
-
nextCursor?: Maybe<Scalars['
|
|
56694
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
56243
56695
|
versions: Array<MarketplaceConsoleAppSoftwareVersionsListItem>;
|
|
56244
56696
|
};
|
|
56245
56697
|
export declare type MarketplaceConsoleArtifactFileInfo = {
|
|
@@ -56459,7 +56911,7 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
|
|
|
56459
56911
|
};
|
|
56460
56912
|
export declare type MarketplaceConsoleGetVersionsListInput = {
|
|
56461
56913
|
appSoftwareIds: Array<Scalars['ID']['input']>;
|
|
56462
|
-
cursor?: InputMaybe<Scalars['
|
|
56914
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
56463
56915
|
legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
|
|
56464
56916
|
legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
|
|
56465
56917
|
};
|
|
@@ -56751,7 +57203,7 @@ export declare type MarketplaceConsolePrivateListings = {
|
|
|
56751
57203
|
};
|
|
56752
57204
|
export declare type MarketplaceConsolePrivateListingsLink = {
|
|
56753
57205
|
__typename?: 'MarketplaceConsolePrivateListingsLink';
|
|
56754
|
-
buildNumber: Scalars['
|
|
57206
|
+
buildNumber: Scalars['String']['output'];
|
|
56755
57207
|
versionNumber: Scalars['String']['output'];
|
|
56756
57208
|
};
|
|
56757
57209
|
export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
@@ -63854,6 +64306,10 @@ export declare type QuotaInfo = {
|
|
|
63854
64306
|
encrypted: Scalars['Boolean']['output'];
|
|
63855
64307
|
quotaUsage: Scalars['Int']['output'];
|
|
63856
64308
|
};
|
|
64309
|
+
export declare type RadarAriFieldValue = {
|
|
64310
|
+
__typename?: 'RadarAriFieldValue';
|
|
64311
|
+
value?: Maybe<MercuryFocusArea>;
|
|
64312
|
+
};
|
|
63857
64313
|
export declare type RadarBooleanFieldValue = {
|
|
63858
64314
|
__typename?: 'RadarBooleanFieldValue';
|
|
63859
64315
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -63917,7 +64373,7 @@ export declare enum RadarFieldType {
|
|
|
63917
64373
|
String = "STRING",
|
|
63918
64374
|
Url = "URL"
|
|
63919
64375
|
}
|
|
63920
|
-
export declare type RadarFieldValue = RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64376
|
+
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
63921
64377
|
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
63922
64378
|
export declare type RadarFieldValueIdPair = {
|
|
63923
64379
|
__typename?: 'RadarFieldValueIdPair';
|
|
@@ -69040,6 +69496,11 @@ export declare type ToolchainWorkspaceEdge = {
|
|
|
69040
69496
|
cursor: Scalars['String']['output'];
|
|
69041
69497
|
node?: Maybe<ToolchainWorkspace>;
|
|
69042
69498
|
};
|
|
69499
|
+
export declare enum TownsquareAccessControlCapability {
|
|
69500
|
+
Access = "ACCESS",
|
|
69501
|
+
Administer = "ADMINISTER",
|
|
69502
|
+
Create = "CREATE"
|
|
69503
|
+
}
|
|
69043
69504
|
export declare type TownsquareArchiveGoalInput = {
|
|
69044
69505
|
id: Scalars['String']['input'];
|
|
69045
69506
|
};
|
|
@@ -69047,6 +69508,15 @@ export declare type TownsquareArchiveGoalPayload = {
|
|
|
69047
69508
|
__typename?: 'TownsquareArchiveGoalPayload';
|
|
69048
69509
|
goal?: Maybe<TownsquareGoal>;
|
|
69049
69510
|
};
|
|
69511
|
+
export declare type TownsquareCapability = {
|
|
69512
|
+
__typename?: 'TownsquareCapability';
|
|
69513
|
+
capability?: Maybe<TownsquareAccessControlCapability>;
|
|
69514
|
+
capabilityContainer?: Maybe<TownsquareCapabilityContainer>;
|
|
69515
|
+
};
|
|
69516
|
+
export declare enum TownsquareCapabilityContainer {
|
|
69517
|
+
GoalsApp = "GOALS_APP",
|
|
69518
|
+
ProjectsApp = "PROJECTS_APP"
|
|
69519
|
+
}
|
|
69050
69520
|
export declare type TownsquareComment = Node & {
|
|
69051
69521
|
__typename?: 'TownsquareComment';
|
|
69052
69522
|
container?: Maybe<TownsquareCommentContainer>;
|
|
@@ -69383,6 +69853,7 @@ export declare enum TownsquareProjectStateValue {
|
|
|
69383
69853
|
}
|
|
69384
69854
|
export declare type TownsquareQueryApi = {
|
|
69385
69855
|
__typename?: 'TownsquareQueryApi';
|
|
69856
|
+
allWorkspaceSummariesForOrg?: Maybe<TownsquareWorkspaceSummaryConnection>;
|
|
69386
69857
|
allWorkspacesForOrg?: Maybe<TownsquareWorkspaceConnection>;
|
|
69387
69858
|
commentsByAri?: Maybe<Array<Maybe<TownsquareComment>>>;
|
|
69388
69859
|
goal?: Maybe<TownsquareGoal>;
|
|
@@ -69396,6 +69867,11 @@ export declare type TownsquareQueryApi = {
|
|
|
69396
69867
|
projectTql?: Maybe<TownsquareProjectConnection>;
|
|
69397
69868
|
projectsByAri?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
69398
69869
|
};
|
|
69870
|
+
export declare type TownsquareQueryApiAllWorkspaceSummariesForOrgArgs = {
|
|
69871
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
69872
|
+
cloudId: Scalars['String']['input'];
|
|
69873
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69874
|
+
};
|
|
69399
69875
|
export declare type TownsquareQueryApiAllWorkspacesForOrgArgs = {
|
|
69400
69876
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69401
69877
|
cloudId: Scalars['String']['input'];
|
|
@@ -69527,6 +70003,10 @@ export declare type TownsquareTeam = Node & {
|
|
|
69527
70003
|
id: Scalars['ID']['output'];
|
|
69528
70004
|
name?: Maybe<Scalars['String']['output']>;
|
|
69529
70005
|
};
|
|
70006
|
+
export declare type TownsquareUserCapabilities = {
|
|
70007
|
+
__typename?: 'TownsquareUserCapabilities';
|
|
70008
|
+
capabilities?: Maybe<Array<Maybe<TownsquareCapability>>>;
|
|
70009
|
+
};
|
|
69530
70010
|
export declare type TownsquareUserConnection = {
|
|
69531
70011
|
__typename?: 'TownsquareUserConnection';
|
|
69532
70012
|
count: Scalars['Int']['output'];
|
|
@@ -69547,6 +70027,24 @@ export declare type TownsquareWorkspaceEdge = {
|
|
|
69547
70027
|
cursor: Scalars['String']['output'];
|
|
69548
70028
|
node?: Maybe<TownsquareWorkspace>;
|
|
69549
70029
|
};
|
|
70030
|
+
export declare type TownsquareWorkspaceSummary = {
|
|
70031
|
+
__typename?: 'TownsquareWorkspaceSummary';
|
|
70032
|
+
cloudId: Scalars['String']['output'];
|
|
70033
|
+
id: Scalars['ID']['output'];
|
|
70034
|
+
name: Scalars['String']['output'];
|
|
70035
|
+
userCapabilities?: Maybe<TownsquareUserCapabilities>;
|
|
70036
|
+
uuid: Scalars['String']['output'];
|
|
70037
|
+
};
|
|
70038
|
+
export declare type TownsquareWorkspaceSummaryConnection = {
|
|
70039
|
+
__typename?: 'TownsquareWorkspaceSummaryConnection';
|
|
70040
|
+
edges?: Maybe<Array<Maybe<TownsquareWorkspaceSummaryEdge>>>;
|
|
70041
|
+
pageInfo: PageInfo;
|
|
70042
|
+
};
|
|
70043
|
+
export declare type TownsquareWorkspaceSummaryEdge = {
|
|
70044
|
+
__typename?: 'TownsquareWorkspaceSummaryEdge';
|
|
70045
|
+
cursor: Scalars['String']['output'];
|
|
70046
|
+
node?: Maybe<TownsquareWorkspaceSummary>;
|
|
70047
|
+
};
|
|
69550
70048
|
export declare type TransitionFilter = {
|
|
69551
70049
|
from: Scalars['String']['input'];
|
|
69552
70050
|
to: Scalars['String']['input'];
|