@forge/cli-shared 6.8.1-next.1 → 6.9.0-next.2
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 +6 -0
- package/out/graphql/graphql-types.d.ts +278 -41
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -579,9 +579,12 @@ export declare type ActivityFilter = {
|
|
|
579
579
|
};
|
|
580
580
|
export declare type ActivityFilterArgs = {
|
|
581
581
|
containerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
582
|
+
earliestStart?: InputMaybe<Scalars['DateTime']['input']>;
|
|
582
583
|
eventTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
584
|
+
latestStart?: InputMaybe<Scalars['DateTime']['input']>;
|
|
583
585
|
objectTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
584
586
|
products?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
587
|
+
transitions?: InputMaybe<Array<TransitionFilter>>;
|
|
585
588
|
};
|
|
586
589
|
export declare type ActivityItemEdge = {
|
|
587
590
|
__typename?: 'ActivityItemEdge';
|
|
@@ -1579,6 +1582,7 @@ export declare type AppInstallationEdge = {
|
|
|
1579
1582
|
};
|
|
1580
1583
|
export declare type AppInstallationInput = {
|
|
1581
1584
|
appId: Scalars['ID']['input'];
|
|
1585
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1582
1586
|
environmentKey: Scalars['String']['input'];
|
|
1583
1587
|
installationContext: Scalars['ID']['input'];
|
|
1584
1588
|
licenseOverride?: InputMaybe<LicenseOverrideState>;
|
|
@@ -1649,6 +1653,7 @@ export declare type AppInstallationUnsubscribeTask = AppInstallationTask & {
|
|
|
1649
1653
|
};
|
|
1650
1654
|
export declare type AppInstallationUpgradeInput = {
|
|
1651
1655
|
appId: Scalars['ID']['input'];
|
|
1656
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1652
1657
|
environmentKey: Scalars['String']['input'];
|
|
1653
1658
|
installationContext: Scalars['ID']['input'];
|
|
1654
1659
|
sourceBillingType?: InputMaybe<SourceBillingType>;
|
|
@@ -2083,6 +2088,7 @@ export declare type AppTunnelDefinitions = {
|
|
|
2083
2088
|
};
|
|
2084
2089
|
export declare type AppUninstallationInput = {
|
|
2085
2090
|
appId: Scalars['ID']['input'];
|
|
2091
|
+
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2086
2092
|
environmentKey: Scalars['String']['input'];
|
|
2087
2093
|
installationContext?: InputMaybe<Scalars['ID']['input']>;
|
|
2088
2094
|
installationId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -2247,6 +2253,7 @@ export declare type AquaOutgoingEmailLogsQueryApi = {
|
|
|
2247
2253
|
GetNotificationLogs?: Maybe<AquaOutgoingEmailLogsQueryResult>;
|
|
2248
2254
|
};
|
|
2249
2255
|
export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
|
|
2256
|
+
filterActionable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2250
2257
|
filters?: InputMaybe<AquaNotificationLogsFilter>;
|
|
2251
2258
|
fromTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
|
|
2252
2259
|
notificationActionType?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7887,6 +7894,7 @@ export declare type CompassRelationshipEdge = {
|
|
|
7887
7894
|
export declare type CompassRelationshipQuery = {
|
|
7888
7895
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
7889
7896
|
direction?: CompassRelationshipDirection;
|
|
7897
|
+
filters?: InputMaybe<CompassRelationshipQueryFilters>;
|
|
7890
7898
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
7891
7899
|
relationshipType?: CompassRelationshipTypeInput;
|
|
7892
7900
|
};
|
|
@@ -19660,6 +19668,7 @@ export declare type CreateCompassRelationshipInput = {
|
|
|
19660
19668
|
endNodeId: Scalars['ID']['input'];
|
|
19661
19669
|
relationshipType?: CompassRelationshipTypeInput;
|
|
19662
19670
|
startNodeId: Scalars['ID']['input'];
|
|
19671
|
+
type?: InputMaybe<CompassRelationshipType>;
|
|
19663
19672
|
};
|
|
19664
19673
|
export declare type CreateCompassRelationshipPayload = Payload & {
|
|
19665
19674
|
__typename?: 'CreateCompassRelationshipPayload';
|
|
@@ -21633,6 +21642,7 @@ export declare type DeleteCompassRelationshipInput = {
|
|
|
21633
21642
|
endNodeId: Scalars['ID']['input'];
|
|
21634
21643
|
relationshipType?: CompassRelationshipTypeInput;
|
|
21635
21644
|
startNodeId: Scalars['ID']['input'];
|
|
21645
|
+
type?: InputMaybe<CompassRelationshipType>;
|
|
21636
21646
|
};
|
|
21637
21647
|
export declare type DeleteCompassRelationshipPayload = Payload & {
|
|
21638
21648
|
__typename?: 'DeleteCompassRelationshipPayload';
|
|
@@ -21754,6 +21764,7 @@ export declare type DeleteDevOpsServiceRelationshipPayload = Payload & {
|
|
|
21754
21764
|
};
|
|
21755
21765
|
export declare type DeleteEventSourceInput = {
|
|
21756
21766
|
cloudId: Scalars['ID']['input'];
|
|
21767
|
+
deleteIfAttachedToComponents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
21757
21768
|
eventType: CompassEventType;
|
|
21758
21769
|
externalEventSourceId: Scalars['ID']['input'];
|
|
21759
21770
|
};
|
|
@@ -31261,12 +31272,18 @@ export declare type GraphStore = {
|
|
|
31261
31272
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
31262
31273
|
entityIsRelatedToEntity?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityConnection>;
|
|
31263
31274
|
entityIsRelatedToEntityInverse?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection>;
|
|
31275
|
+
externalOrgHasExternalWorker?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection>;
|
|
31276
|
+
externalOrgHasExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection>;
|
|
31277
|
+
externalOrgHasUserAsMember?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection>;
|
|
31278
|
+
externalOrgHasUserAsMemberInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection>;
|
|
31264
31279
|
externalPositionIsFilledByExternalWorker?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection>;
|
|
31265
31280
|
externalPositionIsFilledByExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerInverseConnection>;
|
|
31266
31281
|
externalPositionManagesExternalPosition?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionConnection>;
|
|
31267
31282
|
externalPositionManagesExternalPositionInverse?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionInverseConnection>;
|
|
31268
31283
|
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
31269
31284
|
externalWorkerConflatesToIdentity3pUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseConnection>;
|
|
31285
|
+
externalWorkerConflatesToUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserConnection>;
|
|
31286
|
+
externalWorkerConflatesToUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection>;
|
|
31270
31287
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
31271
31288
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
31272
31289
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -31701,10 +31718,10 @@ export declare type GraphStore = {
|
|
|
31701
31718
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
31702
31719
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
31703
31720
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
31704
|
-
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
31705
|
-
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
31706
31721
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
31707
31722
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
31723
|
+
userHasTopCollaborator?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorConnection>;
|
|
31724
|
+
userHasTopCollaboratorInverse?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection>;
|
|
31708
31725
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
31709
31726
|
userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
|
|
31710
31727
|
userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
|
|
@@ -32504,6 +32521,34 @@ export declare type GraphStoreEntityIsRelatedToEntityInverseArgs = {
|
|
|
32504
32521
|
id: Scalars['ID']['input'];
|
|
32505
32522
|
sort?: InputMaybe<GraphStoreEntityIsRelatedToEntitySortInput>;
|
|
32506
32523
|
};
|
|
32524
|
+
export declare type GraphStoreExternalOrgHasExternalWorkerArgs = {
|
|
32525
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32526
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32527
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32528
|
+
id: Scalars['ID']['input'];
|
|
32529
|
+
sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
|
|
32530
|
+
};
|
|
32531
|
+
export declare type GraphStoreExternalOrgHasExternalWorkerInverseArgs = {
|
|
32532
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32533
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32534
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32535
|
+
id: Scalars['ID']['input'];
|
|
32536
|
+
sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
|
|
32537
|
+
};
|
|
32538
|
+
export declare type GraphStoreExternalOrgHasUserAsMemberArgs = {
|
|
32539
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32540
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32541
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32542
|
+
id: Scalars['ID']['input'];
|
|
32543
|
+
sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
|
|
32544
|
+
};
|
|
32545
|
+
export declare type GraphStoreExternalOrgHasUserAsMemberInverseArgs = {
|
|
32546
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32547
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32548
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32549
|
+
id: Scalars['ID']['input'];
|
|
32550
|
+
sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
|
|
32551
|
+
};
|
|
32507
32552
|
export declare type GraphStoreExternalPositionIsFilledByExternalWorkerArgs = {
|
|
32508
32553
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32509
32554
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32546,6 +32591,20 @@ export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserInverseArgs
|
|
|
32546
32591
|
id: Scalars['ID']['input'];
|
|
32547
32592
|
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
|
|
32548
32593
|
};
|
|
32594
|
+
export declare type GraphStoreExternalWorkerConflatesToUserArgs = {
|
|
32595
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32596
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32597
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32598
|
+
id: Scalars['ID']['input'];
|
|
32599
|
+
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
|
|
32600
|
+
};
|
|
32601
|
+
export declare type GraphStoreExternalWorkerConflatesToUserInverseArgs = {
|
|
32602
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32603
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32604
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32605
|
+
id: Scalars['ID']['input'];
|
|
32606
|
+
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
|
|
32607
|
+
};
|
|
32549
32608
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
32550
32609
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32551
32610
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -35396,33 +35455,33 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
35396
35455
|
id: Scalars['ID']['input'];
|
|
35397
35456
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
35398
35457
|
};
|
|
35399
|
-
export declare type
|
|
35458
|
+
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
35400
35459
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35401
35460
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35402
35461
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35403
35462
|
id: Scalars['ID']['input'];
|
|
35404
|
-
sort?: InputMaybe<
|
|
35463
|
+
sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
|
|
35405
35464
|
};
|
|
35406
|
-
export declare type
|
|
35465
|
+
export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
|
|
35407
35466
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35408
35467
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35409
35468
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35410
35469
|
id: Scalars['ID']['input'];
|
|
35411
|
-
sort?: InputMaybe<
|
|
35470
|
+
sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
|
|
35412
35471
|
};
|
|
35413
|
-
export declare type
|
|
35472
|
+
export declare type GraphStoreUserHasTopCollaboratorArgs = {
|
|
35414
35473
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35415
35474
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35416
35475
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35417
35476
|
id: Scalars['ID']['input'];
|
|
35418
|
-
sort?: InputMaybe<
|
|
35477
|
+
sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
|
|
35419
35478
|
};
|
|
35420
|
-
export declare type
|
|
35479
|
+
export declare type GraphStoreUserHasTopCollaboratorInverseArgs = {
|
|
35421
35480
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
35422
35481
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35423
35482
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
35424
35483
|
id: Scalars['ID']['input'];
|
|
35425
|
-
sort?: InputMaybe<
|
|
35484
|
+
sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
|
|
35426
35485
|
};
|
|
35427
35486
|
export declare type GraphStoreUserHasTopProjectArgs = {
|
|
35428
35487
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -38197,6 +38256,18 @@ export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
|
38197
38256
|
export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
|
|
38198
38257
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38199
38258
|
};
|
|
38259
|
+
export declare type GraphStoreExternalOrgHasExternalWorkerSortInput = {
|
|
38260
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38261
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38262
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38263
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38264
|
+
};
|
|
38265
|
+
export declare type GraphStoreExternalOrgHasUserAsMemberSortInput = {
|
|
38266
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38267
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38268
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38269
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38270
|
+
};
|
|
38200
38271
|
export declare type GraphStoreExternalPositionIsFilledByExternalWorkerSortInput = {
|
|
38201
38272
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38202
38273
|
};
|
|
@@ -38206,6 +38277,12 @@ export declare type GraphStoreExternalPositionManagesExternalPositionSortInput =
|
|
|
38206
38277
|
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
38207
38278
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38208
38279
|
};
|
|
38280
|
+
export declare type GraphStoreExternalWorkerConflatesToUserSortInput = {
|
|
38281
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38282
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38283
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38284
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38285
|
+
};
|
|
38209
38286
|
export declare type GraphStoreFloatFilterInput = {
|
|
38210
38287
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
38211
38288
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -44023,6 +44100,70 @@ export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseEdge = {
|
|
|
44023
44100
|
};
|
|
44024
44101
|
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion = ConfluenceBlogPost | ConfluencePage;
|
|
44025
44102
|
export declare type GraphStoreSimplifiedEntityIsRelatedToEntityUnion = ConfluenceBlogPost | ConfluencePage;
|
|
44103
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection = HasPageInfo & HasTotal & {
|
|
44104
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection';
|
|
44105
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge>>>;
|
|
44106
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44107
|
+
pageInfo: PageInfo;
|
|
44108
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44109
|
+
};
|
|
44110
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge = {
|
|
44111
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge';
|
|
44112
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44113
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44114
|
+
id: Scalars['ID']['output'];
|
|
44115
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44116
|
+
node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion>;
|
|
44117
|
+
};
|
|
44118
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection = HasPageInfo & HasTotal & {
|
|
44119
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection';
|
|
44120
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge>>>;
|
|
44121
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44122
|
+
pageInfo: PageInfo;
|
|
44123
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44124
|
+
};
|
|
44125
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge = {
|
|
44126
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge';
|
|
44127
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44128
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44129
|
+
id: Scalars['ID']['output'];
|
|
44130
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44131
|
+
node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion>;
|
|
44132
|
+
};
|
|
44133
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion = ExternalOrganisation;
|
|
44134
|
+
export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion = ExternalWorker;
|
|
44135
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection = HasPageInfo & HasTotal & {
|
|
44136
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection';
|
|
44137
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge>>>;
|
|
44138
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44139
|
+
pageInfo: PageInfo;
|
|
44140
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44141
|
+
};
|
|
44142
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge = {
|
|
44143
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge';
|
|
44144
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44145
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44146
|
+
id: Scalars['ID']['output'];
|
|
44147
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44148
|
+
node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion>;
|
|
44149
|
+
};
|
|
44150
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection = HasPageInfo & HasTotal & {
|
|
44151
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection';
|
|
44152
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge>>>;
|
|
44153
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44154
|
+
pageInfo: PageInfo;
|
|
44155
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44156
|
+
};
|
|
44157
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge = {
|
|
44158
|
+
__typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge';
|
|
44159
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44160
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44161
|
+
id: Scalars['ID']['output'];
|
|
44162
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44163
|
+
node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion>;
|
|
44164
|
+
};
|
|
44165
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion = ExternalOrganisation;
|
|
44166
|
+
export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44026
44167
|
export declare type GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection = HasPageInfo & {
|
|
44027
44168
|
__typename?: 'GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection';
|
|
44028
44169
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerEdge>>>;
|
|
@@ -44107,6 +44248,38 @@ export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserI
|
|
|
44107
44248
|
};
|
|
44108
44249
|
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseUnion = ExternalWorker;
|
|
44109
44250
|
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
|
|
44251
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserConnection = HasPageInfo & HasTotal & {
|
|
44252
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserConnection';
|
|
44253
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserEdge>>>;
|
|
44254
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44255
|
+
pageInfo: PageInfo;
|
|
44256
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44257
|
+
};
|
|
44258
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserEdge = {
|
|
44259
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserEdge';
|
|
44260
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44261
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44262
|
+
id: Scalars['ID']['output'];
|
|
44263
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44264
|
+
node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserUnion>;
|
|
44265
|
+
};
|
|
44266
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection = HasPageInfo & HasTotal & {
|
|
44267
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection';
|
|
44268
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge>>>;
|
|
44269
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
44270
|
+
pageInfo: PageInfo;
|
|
44271
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
44272
|
+
};
|
|
44273
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge = {
|
|
44274
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge';
|
|
44275
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44276
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44277
|
+
id: Scalars['ID']['output'];
|
|
44278
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44279
|
+
node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion>;
|
|
44280
|
+
};
|
|
44281
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion = ExternalWorker;
|
|
44282
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44110
44283
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
44111
44284
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
44112
44285
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -48157,34 +48330,6 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
48157
48330
|
};
|
|
48158
48331
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48159
48332
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
48160
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
|
|
48161
|
-
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
|
|
48162
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
|
|
48163
|
-
pageInfo: PageInfo;
|
|
48164
|
-
};
|
|
48165
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
|
|
48166
|
-
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
|
|
48167
|
-
createdAt: Scalars['DateTime']['output'];
|
|
48168
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
48169
|
-
id: Scalars['ID']['output'];
|
|
48170
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
48171
|
-
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
|
|
48172
|
-
};
|
|
48173
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
|
|
48174
|
-
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
|
|
48175
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
|
|
48176
|
-
pageInfo: PageInfo;
|
|
48177
|
-
};
|
|
48178
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
|
|
48179
|
-
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
|
|
48180
|
-
createdAt: Scalars['DateTime']['output'];
|
|
48181
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
48182
|
-
id: Scalars['ID']['output'];
|
|
48183
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
48184
|
-
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
|
|
48185
|
-
};
|
|
48186
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48187
|
-
export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48188
48333
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
48189
48334
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
48190
48335
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -48217,6 +48362,34 @@ export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseEdge = {
|
|
|
48217
48362
|
};
|
|
48218
48363
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48219
48364
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectUnion = JiraProject;
|
|
48365
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorConnection = HasPageInfo & {
|
|
48366
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorConnection';
|
|
48367
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorEdge>>>;
|
|
48368
|
+
pageInfo: PageInfo;
|
|
48369
|
+
};
|
|
48370
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorEdge = {
|
|
48371
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorEdge';
|
|
48372
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48373
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48374
|
+
id: Scalars['ID']['output'];
|
|
48375
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48376
|
+
node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorUnion>;
|
|
48377
|
+
};
|
|
48378
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection = HasPageInfo & {
|
|
48379
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection';
|
|
48380
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge>>>;
|
|
48381
|
+
pageInfo: PageInfo;
|
|
48382
|
+
};
|
|
48383
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge = {
|
|
48384
|
+
__typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge';
|
|
48385
|
+
createdAt: Scalars['DateTime']['output'];
|
|
48386
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
48387
|
+
id: Scalars['ID']['output'];
|
|
48388
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
48389
|
+
node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion>;
|
|
48390
|
+
};
|
|
48391
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48392
|
+
export declare type GraphStoreSimplifiedUserHasTopCollaboratorUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
48220
48393
|
export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
|
|
48221
48394
|
__typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
|
|
48222
48395
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
|
|
@@ -50318,15 +50491,15 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
50318
50491
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
50319
50492
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50320
50493
|
};
|
|
50321
|
-
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
50322
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50323
|
-
};
|
|
50324
50494
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
50325
50495
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
50326
50496
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
50327
50497
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50328
50498
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
50329
50499
|
};
|
|
50500
|
+
export declare type GraphStoreUserHasTopCollaboratorSortInput = {
|
|
50501
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50502
|
+
};
|
|
50330
50503
|
export declare type GraphStoreUserHasTopProjectSortInput = {
|
|
50331
50504
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50332
50505
|
};
|
|
@@ -50663,6 +50836,7 @@ export declare type GrowthRecContext = {
|
|
|
50663
50836
|
subproduct?: InputMaybe<Scalars['String']['input']>;
|
|
50664
50837
|
tenantId?: InputMaybe<Scalars['ID']['input']>;
|
|
50665
50838
|
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
50839
|
+
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
50666
50840
|
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
50667
50841
|
};
|
|
50668
50842
|
export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendation & {
|
|
@@ -53541,6 +53715,7 @@ export declare type InvocationResponsePayload = {
|
|
|
53541
53715
|
export declare type InvokeAuxEffectsInput = {
|
|
53542
53716
|
contextIds: Array<Scalars['ID']['input']>;
|
|
53543
53717
|
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
53718
|
+
extensionDetails?: InputMaybe<ExtensionDetailsInput>;
|
|
53544
53719
|
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
53545
53720
|
payload: AuxEffectsInvocationPayload;
|
|
53546
53721
|
};
|
|
@@ -53554,6 +53729,7 @@ export declare type InvokeExtensionInput = {
|
|
|
53554
53729
|
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
53555
53730
|
contextIds: Array<Scalars['ID']['input']>;
|
|
53556
53731
|
entryPoint?: InputMaybe<Scalars['String']['input']>;
|
|
53732
|
+
extensionDetails?: InputMaybe<ExtensionDetailsInput>;
|
|
53557
53733
|
extensionId?: InputMaybe<Scalars['ID']['input']>;
|
|
53558
53734
|
payload: Scalars['JSON']['input'];
|
|
53559
53735
|
};
|
|
@@ -55073,6 +55249,19 @@ export declare type JiraBoardViewCardOptionsArgs = {
|
|
|
55073
55249
|
export declare type JiraBoardViewColumnsArgs = {
|
|
55074
55250
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
55075
55251
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55252
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
55253
|
+
};
|
|
55254
|
+
export declare type JiraBoardViewFilterConfigArgs = {
|
|
55255
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
55256
|
+
};
|
|
55257
|
+
export declare type JiraBoardViewGroupByConfigArgs = {
|
|
55258
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
55259
|
+
};
|
|
55260
|
+
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
55261
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
55262
|
+
};
|
|
55263
|
+
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
55264
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
55076
55265
|
};
|
|
55077
55266
|
export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
55078
55267
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
@@ -55227,6 +55416,7 @@ export declare type JiraBulkEditInput = {
|
|
|
55227
55416
|
editedFieldsInput: JiraIssueFieldsInput;
|
|
55228
55417
|
selectedActions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
55229
55418
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
55419
|
+
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55230
55420
|
};
|
|
55231
55421
|
export declare enum JiraBulkEditMultiSelectFieldOptions {
|
|
55232
55422
|
Add = "ADD",
|
|
@@ -55307,6 +55497,7 @@ export declare type JiraBulkTransitionScreenLayoutIssuesToBeEditedArgs = {
|
|
|
55307
55497
|
};
|
|
55308
55498
|
export declare type JiraBulkTransitionsInput = {
|
|
55309
55499
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
55500
|
+
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55310
55501
|
transitionId: Scalars['String']['input'];
|
|
55311
55502
|
transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
|
|
55312
55503
|
};
|
|
@@ -56713,6 +56904,7 @@ export declare type JiraCreateEmptyActivityConfigurationInput = {
|
|
|
56713
56904
|
export declare type JiraCreateFormattingRuleInput = {
|
|
56714
56905
|
afterRuleId?: InputMaybe<Scalars['String']['input']>;
|
|
56715
56906
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
56907
|
+
color?: InputMaybe<JiraFormattingColor>;
|
|
56716
56908
|
expression: JiraFormattingRuleExpressionInput;
|
|
56717
56909
|
formattingArea: JiraFormattingArea;
|
|
56718
56910
|
formattingColor?: InputMaybe<JiraColorInput>;
|
|
@@ -57158,6 +57350,7 @@ export declare type JiraDeleteCustomFilterPayload = Payload & {
|
|
|
57158
57350
|
};
|
|
57159
57351
|
export declare type JiraDeleteFormattingRuleInput = {
|
|
57160
57352
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
57353
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
57161
57354
|
ruleId: Scalars['ID']['input'];
|
|
57162
57355
|
};
|
|
57163
57356
|
export declare type JiraDeleteFormattingRulePayload = Payload & {
|
|
@@ -59155,7 +59348,9 @@ export declare type JiraIssueGroupsByFieldIdArgs = {
|
|
|
59155
59348
|
};
|
|
59156
59349
|
export declare type JiraIssueHasChildrenArgs = {
|
|
59157
59350
|
filterByProjectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
59351
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
59158
59352
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
59353
|
+
jql?: InputMaybe<Scalars['String']['input']>;
|
|
59159
59354
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
59160
59355
|
};
|
|
59161
59356
|
export declare type JiraIssueHasProjectPermissionArgs = {
|
|
@@ -59537,6 +59732,7 @@ export declare type JiraIssueExportInput = {
|
|
|
59537
59732
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
59538
59733
|
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
59539
59734
|
modified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59735
|
+
pagerStart?: InputMaybe<Scalars['Int']['input']>;
|
|
59540
59736
|
};
|
|
59541
59737
|
export declare type JiraIssueExportTask = {
|
|
59542
59738
|
__typename?: 'JiraIssueExportTask';
|
|
@@ -59948,6 +60144,7 @@ export declare type JiraIssueLinkFieldIssuesArgs = {
|
|
|
59948
60144
|
showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59949
60145
|
};
|
|
59950
60146
|
export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
|
|
60147
|
+
inwardIssue?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
59951
60148
|
linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
|
|
59952
60149
|
linkType: Scalars['ID']['input'];
|
|
59953
60150
|
operation: JiraAddValueFieldOperations;
|
|
@@ -60914,10 +61111,13 @@ export declare type JiraJqlBuilderFieldValuesArgs = {
|
|
|
60914
61111
|
};
|
|
60915
61112
|
export declare type JiraJqlBuilderFieldsArgs = {
|
|
60916
61113
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
61114
|
+
excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
60917
61115
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61116
|
+
forClause?: InputMaybe<JiraJqlClauseType>;
|
|
60918
61117
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
60919
61118
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
60920
61119
|
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
61120
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
60921
61121
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
60922
61122
|
};
|
|
60923
61123
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -61760,6 +61960,7 @@ export declare type JiraMultipleGroupPickerFieldInput = {
|
|
|
61760
61960
|
groups: Array<JiraGroupInput>;
|
|
61761
61961
|
};
|
|
61762
61962
|
export declare type JiraMultipleGroupPickerFieldOperationInput = {
|
|
61963
|
+
groupIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
61763
61964
|
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
61764
61965
|
operation: JiraMultiValueFieldOperations;
|
|
61765
61966
|
};
|
|
@@ -62453,6 +62654,7 @@ export declare type JiraMutationRenameNavigationItemArgs = {
|
|
|
62453
62654
|
export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
|
|
62454
62655
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
62455
62656
|
id: Scalars['ID']['input'];
|
|
62657
|
+
input?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
|
|
62456
62658
|
};
|
|
62457
62659
|
export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
|
|
62458
62660
|
fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
|
|
@@ -62833,6 +63035,7 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
|
|
|
62833
63035
|
success: Scalars['Boolean']['output'];
|
|
62834
63036
|
};
|
|
62835
63037
|
export declare type JiraNaturalLanguageToJqlInput = {
|
|
63038
|
+
iteration?: InputMaybe<JiraIteration>;
|
|
62836
63039
|
naturalLanguageInput: Scalars['String']['input'];
|
|
62837
63040
|
searchContext?: InputMaybe<JiraSearchContextInput>;
|
|
62838
63041
|
};
|
|
@@ -62978,6 +63181,7 @@ export declare type JiraNotificationPreference = {
|
|
|
62978
63181
|
};
|
|
62979
63182
|
export declare type JiraNotificationPreferenceInput = {
|
|
62980
63183
|
channel?: InputMaybe<JiraNotificationChannelType>;
|
|
63184
|
+
channelsEnabled?: InputMaybe<Array<JiraNotificationChannelType>>;
|
|
62981
63185
|
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62982
63186
|
type: JiraNotificationType;
|
|
62983
63187
|
};
|
|
@@ -63299,6 +63503,7 @@ export declare type JiraOrderDirection = {
|
|
|
63299
63503
|
export declare type JiraOrderFormattingRuleInput = {
|
|
63300
63504
|
afterRuleId?: InputMaybe<Scalars['ID']['input']>;
|
|
63301
63505
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
63506
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
63302
63507
|
ruleId: Scalars['ID']['input'];
|
|
63303
63508
|
};
|
|
63304
63509
|
export declare type JiraOrderFormattingRulePayload = Payload & {
|
|
@@ -63622,6 +63827,7 @@ export declare type JiraPermissionSchemeGrantInput = {
|
|
|
63622
63827
|
};
|
|
63623
63828
|
export declare type JiraPermissionSchemeRemoveGrantInput = {
|
|
63624
63829
|
grantIds: Array<Scalars['Long']['input']>;
|
|
63830
|
+
grants?: InputMaybe<Array<JiraPermissionSchemeGrantInput>>;
|
|
63625
63831
|
schemeId: Scalars['ID']['input'];
|
|
63626
63832
|
};
|
|
63627
63833
|
export declare type JiraPermissionSchemeRemoveGrantPayload = Payload & {
|
|
@@ -63956,6 +64162,7 @@ export declare type JiraPriorityFieldPrioritiesArgs = {
|
|
|
63956
64162
|
export declare type JiraPriorityFieldOperationInput = {
|
|
63957
64163
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
63958
64164
|
operation: JiraSingleValueFieldOperations;
|
|
64165
|
+
priority?: InputMaybe<Scalars['String']['input']>;
|
|
63959
64166
|
};
|
|
63960
64167
|
export declare type JiraPriorityFieldPayload = Payload & {
|
|
63961
64168
|
__typename?: 'JiraPriorityFieldPayload';
|
|
@@ -65220,9 +65427,12 @@ export declare type JiraQueryFieldSetsByIdArgs = {
|
|
|
65220
65427
|
export declare type JiraQueryFieldsArgs = {
|
|
65221
65428
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
65222
65429
|
cloudId: Scalars['ID']['input'];
|
|
65430
|
+
excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
65223
65431
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
65432
|
+
forClause?: InputMaybe<JiraJqlClauseType>;
|
|
65224
65433
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
65225
65434
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
65435
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
65226
65436
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
65227
65437
|
};
|
|
65228
65438
|
export declare type JiraQueryFilterArgs = {
|
|
@@ -65256,6 +65466,7 @@ export declare type JiraQueryGetArchivedIssuesFilterOptionsArgs = {
|
|
|
65256
65466
|
projectId: Scalars['ID']['input'];
|
|
65257
65467
|
};
|
|
65258
65468
|
export declare type JiraQueryGetArchivedIssuesForProjectArgs = {
|
|
65469
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
65259
65470
|
cloudId: Scalars['ID']['input'];
|
|
65260
65471
|
filterBy?: InputMaybe<JiraArchivedIssuesFilterInput>;
|
|
65261
65472
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -65514,6 +65725,8 @@ export declare type JiraQueryJiraFieldConfigsArgs = {
|
|
|
65514
65725
|
};
|
|
65515
65726
|
export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
65516
65727
|
cloudId: Scalars['ID']['input'];
|
|
65728
|
+
filterId?: InputMaybe<Scalars['String']['input']>;
|
|
65729
|
+
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
65517
65730
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
65518
65731
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
65519
65732
|
viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
@@ -68426,6 +68639,7 @@ export declare type JiraSingleGroupPickerFieldInput = {
|
|
|
68426
68639
|
group: JiraGroupInput;
|
|
68427
68640
|
};
|
|
68428
68641
|
export declare type JiraSingleGroupPickerFieldOperationInput = {
|
|
68642
|
+
groupId?: InputMaybe<Scalars['String']['input']>;
|
|
68429
68643
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
68430
68644
|
operation: JiraSingleValueFieldOperations;
|
|
68431
68645
|
};
|
|
@@ -68516,6 +68730,7 @@ export declare type JiraSingleSelectFieldPayload = Payload & {
|
|
|
68516
68730
|
success: Scalars['Boolean']['output'];
|
|
68517
68731
|
};
|
|
68518
68732
|
export declare type JiraSingleSelectOperationInput = {
|
|
68733
|
+
fieldOption?: InputMaybe<Scalars['ID']['input']>;
|
|
68519
68734
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
68520
68735
|
operation: JiraSingleValueFieldOperations;
|
|
68521
68736
|
};
|
|
@@ -68552,6 +68767,7 @@ export declare type JiraSingleSelectUserPickerFieldInput = {
|
|
|
68552
68767
|
user: JiraUserInput;
|
|
68553
68768
|
};
|
|
68554
68769
|
export declare type JiraSingleSelectUserPickerFieldOperationInput = {
|
|
68770
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
68555
68771
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
68556
68772
|
operation: JiraSingleValueFieldOperations;
|
|
68557
68773
|
};
|
|
@@ -69619,9 +69835,11 @@ export declare type JiraUpdateForgeSingleGroupPickerFieldInput = {
|
|
|
69619
69835
|
};
|
|
69620
69836
|
export declare type JiraUpdateFormattingRuleInput = {
|
|
69621
69837
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
69838
|
+
color?: InputMaybe<JiraFormattingColor>;
|
|
69622
69839
|
expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
|
|
69623
69840
|
formatType?: InputMaybe<JiraFormattingArea>;
|
|
69624
69841
|
formattingColor?: InputMaybe<JiraColorInput>;
|
|
69842
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
69625
69843
|
ruleId: Scalars['ID']['input'];
|
|
69626
69844
|
};
|
|
69627
69845
|
export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
@@ -70830,6 +71048,7 @@ export declare type JiraWatchesFieldSuggestedWatchersArgs = {
|
|
|
70830
71048
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
70831
71049
|
};
|
|
70832
71050
|
export declare type JiraWatchesFieldOperationInput = {
|
|
71051
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
70833
71052
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
70834
71053
|
operation: JiraWatchesOperations;
|
|
70835
71054
|
};
|
|
@@ -81369,6 +81588,7 @@ export declare type PageInfo = {
|
|
|
81369
81588
|
export declare type PageInput = {
|
|
81370
81589
|
body?: InputMaybe<PageBodyInput>;
|
|
81371
81590
|
parentId?: InputMaybe<Scalars['ID']['input']>;
|
|
81591
|
+
restrictions?: InputMaybe<PageRestrictionsInput>;
|
|
81372
81592
|
status?: InputMaybe<PageStatusInput>;
|
|
81373
81593
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
81374
81594
|
};
|
|
@@ -86153,6 +86373,7 @@ export declare type QueryRadar_PositionsSearchArgs = {
|
|
|
86153
86373
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86154
86374
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
86155
86375
|
cloudId: Scalars['ID']['input'];
|
|
86376
|
+
fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
86156
86377
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86157
86378
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
86158
86379
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -88808,10 +89029,13 @@ export declare type SearchDefaultResult = SearchResult & {
|
|
|
88808
89029
|
export declare type SearchExperimentContextInput = {
|
|
88809
89030
|
experimentId?: InputMaybe<Scalars['String']['input']>;
|
|
88810
89031
|
experimentLayers?: InputMaybe<Array<InputMaybe<SearchExperimentLayer>>>;
|
|
89032
|
+
shadowExperimentId?: InputMaybe<Scalars['String']['input']>;
|
|
88811
89033
|
};
|
|
88812
89034
|
export declare type SearchExperimentLayer = {
|
|
88813
89035
|
definitions?: InputMaybe<Array<InputMaybe<SearchLayerDefinition>>>;
|
|
89036
|
+
layerId?: InputMaybe<Scalars['String']['input']>;
|
|
88814
89037
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
89038
|
+
shadowId?: InputMaybe<Scalars['String']['input']>;
|
|
88815
89039
|
};
|
|
88816
89040
|
export declare type SearchExternalContainerFilter = {
|
|
88817
89041
|
type: Scalars['String']['input'];
|
|
@@ -88890,6 +89114,7 @@ export declare type SearchJiraIssueFilter = {
|
|
|
88890
89114
|
watcherARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
88891
89115
|
};
|
|
88892
89116
|
export declare type SearchJiraProjectFilter = {
|
|
89117
|
+
projectType?: InputMaybe<SearchProjectType>;
|
|
88893
89118
|
projectTypes?: InputMaybe<Array<SearchProjectType>>;
|
|
88894
89119
|
};
|
|
88895
89120
|
export declare type SearchL2Feature = {
|
|
@@ -90306,10 +90531,13 @@ export declare type ShepherdCreateAlertInput = {
|
|
|
90306
90531
|
actor?: InputMaybe<ShepherdActorInput>;
|
|
90307
90532
|
assignee?: InputMaybe<Scalars['ID']['input']>;
|
|
90308
90533
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
90534
|
+
customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
|
|
90309
90535
|
customFields?: InputMaybe<Scalars['JSON']['input']>;
|
|
90310
90536
|
deduplicationKey?: InputMaybe<Scalars['String']['input']>;
|
|
90537
|
+
highlight?: InputMaybe<ShepherdHighlightInput>;
|
|
90311
90538
|
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
90312
90539
|
status?: InputMaybe<ShepherdAlertStatus>;
|
|
90540
|
+
template?: InputMaybe<ShepherdAlertTemplateType>;
|
|
90313
90541
|
time?: InputMaybe<ShepherdTimeInput>;
|
|
90314
90542
|
title: Scalars['String']['input'];
|
|
90315
90543
|
type?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -90706,6 +90934,7 @@ export declare type ShepherdQuery = {
|
|
|
90706
90934
|
workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
|
|
90707
90935
|
};
|
|
90708
90936
|
export declare type ShepherdQueryShepherdActivityArgs = {
|
|
90937
|
+
actions?: InputMaybe<Array<InputMaybe<ShepherdActionType>>>;
|
|
90709
90938
|
actor?: InputMaybe<Scalars['ID']['input']>;
|
|
90710
90939
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
90711
90940
|
alertType?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -90714,6 +90943,7 @@ export declare type ShepherdQueryShepherdActivityArgs = {
|
|
|
90714
90943
|
first: Scalars['Int']['input'];
|
|
90715
90944
|
orgId?: InputMaybe<Scalars['String']['input']>;
|
|
90716
90945
|
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
90946
|
+
subject?: InputMaybe<ShepherdSubjectInput>;
|
|
90717
90947
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
90718
90948
|
};
|
|
90719
90949
|
export declare type ShepherdQueryShepherdActorArgs = {
|
|
@@ -94433,6 +94663,7 @@ export declare type TownsquareQueryApiGoalSearchArgs = {
|
|
|
94433
94663
|
};
|
|
94434
94664
|
export declare type TownsquareQueryApiGoalTqlArgs = {
|
|
94435
94665
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
94666
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
94436
94667
|
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
94437
94668
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94438
94669
|
q: Scalars['String']['input'];
|
|
@@ -94474,6 +94705,7 @@ export declare type TownsquareQueryApiProjectSearchArgs = {
|
|
|
94474
94705
|
};
|
|
94475
94706
|
export declare type TownsquareQueryApiProjectTqlArgs = {
|
|
94476
94707
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
94708
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
94477
94709
|
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
94478
94710
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94479
94711
|
q: Scalars['String']['input'];
|
|
@@ -98402,9 +98634,14 @@ export declare type UpdatePageExtensionInput = {
|
|
|
98402
98634
|
value: Scalars['String']['input'];
|
|
98403
98635
|
};
|
|
98404
98636
|
export declare type UpdatePageInput = {
|
|
98637
|
+
body?: InputMaybe<PageBodyInput>;
|
|
98405
98638
|
extensions?: InputMaybe<Array<InputMaybe<UpdatePageExtensionInput>>>;
|
|
98639
|
+
mediaAttachments?: InputMaybe<Array<MediaAttachmentInput>>;
|
|
98640
|
+
minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
|
|
98406
98641
|
pageId: Scalars['ID']['input'];
|
|
98407
98642
|
restrictions?: InputMaybe<PageRestrictionsInput>;
|
|
98643
|
+
status?: InputMaybe<PageStatusInput>;
|
|
98644
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
98408
98645
|
};
|
|
98409
98646
|
export declare type UpdatePageOwnersInput = {
|
|
98410
98647
|
ownerId: Scalars['ID']['input'];
|