@forge/cli-shared 8.9.1-next.3 → 8.9.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 +16 -0
- package/out/graphql/graphql-types.d.ts +554 -12
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +91 -24
- package/out/ui/text.d.ts +24 -3
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +24 -3
- package/package.json +2 -2
|
@@ -15420,6 +15420,11 @@ export declare type ConfluenceAttachmentSettings = {
|
|
|
15420
15420
|
maxAttachmentSize?: Maybe<Scalars['Long']['output']>;
|
|
15421
15421
|
maxAttachmentsPerUpload?: Maybe<Scalars['Int']['output']>;
|
|
15422
15422
|
};
|
|
15423
|
+
export declare type ConfluenceAudioPreference = {
|
|
15424
|
+
__typename?: 'ConfluenceAudioPreference';
|
|
15425
|
+
length: ConfluenceLength;
|
|
15426
|
+
tone: ConfluenceTone;
|
|
15427
|
+
};
|
|
15423
15428
|
export declare type ConfluenceBasicSpaceRole = {
|
|
15424
15429
|
__typename?: 'ConfluenceBasicSpaceRole';
|
|
15425
15430
|
description: Scalars['String']['output'];
|
|
@@ -15909,6 +15914,10 @@ export declare enum ConfluenceContentAccessRequestStatus {
|
|
|
15909
15914
|
Pending = "PENDING",
|
|
15910
15915
|
PendingSiteApproval = "PENDING_SITE_APPROVAL"
|
|
15911
15916
|
}
|
|
15917
|
+
export declare type ConfluenceContentAccessRequested = {
|
|
15918
|
+
__typename?: 'ConfluenceContentAccessRequested';
|
|
15919
|
+
contentId?: Maybe<Scalars['ID']['output']>;
|
|
15920
|
+
};
|
|
15912
15921
|
export declare type ConfluenceContentAnalyticsCountUserByContentType = {
|
|
15913
15922
|
__typename?: 'ConfluenceContentAnalyticsCountUserByContentType';
|
|
15914
15923
|
nodes: Array<ConfluenceCountGroupByContentItem>;
|
|
@@ -15979,6 +15988,7 @@ export declare type ConfluenceContentModified = {
|
|
|
15979
15988
|
commentReopened?: Maybe<ConfluenceCommentUpdated>;
|
|
15980
15989
|
commentResolved?: Maybe<ConfluenceCommentCreated>;
|
|
15981
15990
|
commentUpdated?: Maybe<ConfluenceCommentUpdated>;
|
|
15991
|
+
contentAccessRequested?: Maybe<ConfluenceContentAccessRequested>;
|
|
15982
15992
|
contentModeUpdated?: Maybe<ConfluenceContentModeUpdated>;
|
|
15983
15993
|
contentRestrictionUpdated?: Maybe<ConfluenceContentRestrictionUpdated>;
|
|
15984
15994
|
contentStateDeleted?: Maybe<ConfluenceContentPropertyDeleted>;
|
|
@@ -17157,23 +17167,37 @@ export declare enum ConfluenceImportSpaceTaskState {
|
|
|
17157
17167
|
}
|
|
17158
17168
|
export declare enum ConfluenceImportStatus {
|
|
17159
17169
|
CombinedManifests = "COMBINED_MANIFESTS",
|
|
17170
|
+
CombiningManifests = "COMBINING_MANIFESTS",
|
|
17160
17171
|
Created = "CREATED",
|
|
17172
|
+
CreatedPagesAndSpaces = "CREATED_PAGES_AND_SPACES",
|
|
17161
17173
|
CreatedSpace = "CREATED_SPACE",
|
|
17162
17174
|
CreatingPagesAndSpaces = "CREATING_PAGES_AND_SPACES",
|
|
17175
|
+
CreatingSpace = "CREATING_SPACE",
|
|
17163
17176
|
DetectedExportType = "DETECTED_EXPORT_TYPE",
|
|
17177
|
+
DetectingExportType = "DETECTING_EXPORT_TYPE",
|
|
17164
17178
|
ExportedFrom_3P = "EXPORTED_FROM_3P",
|
|
17165
17179
|
ExportingFrom_3P = "EXPORTING_FROM_3P",
|
|
17166
17180
|
Failed = "FAILED",
|
|
17167
17181
|
FetchedEntitiesToExport = "FETCHED_ENTITIES_TO_EXPORT",
|
|
17168
17182
|
FetchedIdsFrom_3P = "FETCHED_IDS_FROM_3P",
|
|
17169
17183
|
FetchingEntitiesToExport = "FETCHING_ENTITIES_TO_EXPORT",
|
|
17184
|
+
FetchingIdsFrom_3P = "FETCHING_IDS_FROM_3P",
|
|
17185
|
+
Finished = "FINISHED",
|
|
17170
17186
|
ImportedUser = "IMPORTED_USER",
|
|
17171
17187
|
ImportedWhiteboard = "IMPORTED_WHITEBOARD",
|
|
17188
|
+
ImportedWhiteboards = "IMPORTED_WHITEBOARDS",
|
|
17172
17189
|
ImportingUser = "IMPORTING_USER",
|
|
17173
17190
|
ImportingWhiteboards = "IMPORTING_WHITEBOARDS",
|
|
17174
17191
|
NestedUnzipping = "NESTED_UNZIPPING",
|
|
17175
17192
|
PartialFailed = "PARTIAL_FAILED",
|
|
17193
|
+
PreparedMetadata = "PREPARED_METADATA",
|
|
17194
|
+
PreparingMetadata = "PREPARING_METADATA",
|
|
17176
17195
|
Queued = "QUEUED",
|
|
17196
|
+
RenamedExportFrom_3P = "RENAMED_EXPORT_FROM_3P",
|
|
17197
|
+
RenamingExportFrom_3P = "RENAMING_EXPORT_FROM_3P",
|
|
17198
|
+
SendingNotification = "SENDING_NOTIFICATION",
|
|
17199
|
+
Started = "STARTED",
|
|
17200
|
+
Success = "SUCCESS",
|
|
17177
17201
|
Unzipped = "UNZIPPED",
|
|
17178
17202
|
Unzipping = "UNZIPPING",
|
|
17179
17203
|
Updated = "UPDATED",
|
|
@@ -22530,8 +22554,14 @@ export declare type ConvoAiEmptyConversation = ConvoAiAgentMessage & {
|
|
|
22530
22554
|
export declare type ConvoAiErrorMessage = ConvoAiAgentMessage & {
|
|
22531
22555
|
__typename?: 'ConvoAiErrorMessage';
|
|
22532
22556
|
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
22557
|
+
messageTemplate: ConvoAiErrorMessageTemplate;
|
|
22558
|
+
statusCode: Scalars['Int']['output'];
|
|
22533
22559
|
timeCreated: Scalars['DateTime']['output'];
|
|
22534
22560
|
};
|
|
22561
|
+
export declare enum ConvoAiErrorMessageTemplate {
|
|
22562
|
+
AcceptableUseViolations = "ACCEPTABLE_USE_VIOLATIONS",
|
|
22563
|
+
Error = "ERROR"
|
|
22564
|
+
}
|
|
22535
22565
|
export declare type ConvoAiHomeThread = {
|
|
22536
22566
|
__typename?: 'ConvoAiHomeThread';
|
|
22537
22567
|
conversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -22791,7 +22821,7 @@ export declare type CplsAddContributorWorkAssociationPayload = Payload & {
|
|
|
22791
22821
|
export declare type CplsCapacityPlanningPeopleView = {
|
|
22792
22822
|
__typename?: 'CplsCapacityPlanningPeopleView';
|
|
22793
22823
|
contributor?: Maybe<CplsContributor>;
|
|
22794
|
-
contributorDataIds?: Maybe<
|
|
22824
|
+
contributorDataIds?: Maybe<CplsContributorDataIdConnection>;
|
|
22795
22825
|
contributors: CplsContributorConnection;
|
|
22796
22826
|
id: Scalars['ID']['output'];
|
|
22797
22827
|
timeCells: Array<CplsTimeCell>;
|
|
@@ -22800,6 +22830,12 @@ export declare type CplsCapacityPlanningPeopleView = {
|
|
|
22800
22830
|
export declare type CplsCapacityPlanningPeopleViewContributorArgs = {
|
|
22801
22831
|
id: Scalars['ID']['input'];
|
|
22802
22832
|
};
|
|
22833
|
+
export declare type CplsCapacityPlanningPeopleViewContributorDataIdsArgs = {
|
|
22834
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
22835
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
22836
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
22837
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
22838
|
+
};
|
|
22803
22839
|
export declare type CplsCapacityPlanningPeopleViewContributorsArgs = {
|
|
22804
22840
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
22805
22841
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -22848,6 +22884,20 @@ export declare type CplsContributorConnection = HasPageInfo & {
|
|
|
22848
22884
|
pageInfo: PageInfo;
|
|
22849
22885
|
};
|
|
22850
22886
|
export declare type CplsContributorData = AppUser | AtlassianAccountUser | CustomerUser;
|
|
22887
|
+
export declare type CplsContributorDataId = {
|
|
22888
|
+
__typename?: 'CplsContributorDataId';
|
|
22889
|
+
id: Scalars['ID']['output'];
|
|
22890
|
+
};
|
|
22891
|
+
export declare type CplsContributorDataIdConnection = HasPageInfo & {
|
|
22892
|
+
__typename?: 'CplsContributorDataIdConnection';
|
|
22893
|
+
edges?: Maybe<Array<Maybe<CplsContributorDataIdEdge>>>;
|
|
22894
|
+
pageInfo: PageInfo;
|
|
22895
|
+
};
|
|
22896
|
+
export declare type CplsContributorDataIdEdge = {
|
|
22897
|
+
__typename?: 'CplsContributorDataIdEdge';
|
|
22898
|
+
cursor: Scalars['String']['output'];
|
|
22899
|
+
node?: Maybe<CplsContributorDataId>;
|
|
22900
|
+
};
|
|
22851
22901
|
export declare type CplsContributorEdge = {
|
|
22852
22902
|
__typename?: 'CplsContributorEdge';
|
|
22853
22903
|
cursor: Scalars['String']['output'];
|
|
@@ -23826,6 +23876,7 @@ export declare type CsmAiAgentVersion = {
|
|
|
23826
23876
|
coachingContents?: Maybe<Array<CsmAiCoachingContentResult>>;
|
|
23827
23877
|
handoffConfigs?: Maybe<Array<CsmAiHandoffConfigResult>>;
|
|
23828
23878
|
knowledgeCollection?: Maybe<CsmAiKnowledgeCollectionResult>;
|
|
23879
|
+
publishedAt?: Maybe<Scalars['Long']['output']>;
|
|
23829
23880
|
versionId: Scalars['ID']['output'];
|
|
23830
23881
|
versionNumber?: Maybe<Scalars['Int']['output']>;
|
|
23831
23882
|
versionType?: Maybe<Scalars['String']['output']>;
|
|
@@ -27053,9 +27104,15 @@ export declare type DevConsoleAppUsageTopSitesResponse = {
|
|
|
27053
27104
|
error?: Maybe<QueryError>;
|
|
27054
27105
|
resourceUsage?: Maybe<Array<DevConsoleResourceUsageTopSite>>;
|
|
27055
27106
|
};
|
|
27107
|
+
export declare type DevConsoleAppWithoutConsent = {
|
|
27108
|
+
__typename?: 'DevConsoleAppWithoutConsent';
|
|
27109
|
+
id: Scalars['String']['output'];
|
|
27110
|
+
name: Scalars['String']['output'];
|
|
27111
|
+
};
|
|
27056
27112
|
export declare type DevConsoleAppsWithoutConsentResponse = {
|
|
27057
27113
|
__typename?: 'DevConsoleAppsWithoutConsentResponse';
|
|
27058
27114
|
appIds: Array<Scalars['String']['output']>;
|
|
27115
|
+
apps: Array<DevConsoleAppWithoutConsent>;
|
|
27059
27116
|
error?: Maybe<QueryError>;
|
|
27060
27117
|
};
|
|
27061
27118
|
export declare type DevConsoleArchiveDeveloperSpaceInput = {
|
|
@@ -29747,7 +29804,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
29747
29804
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
29748
29805
|
node?: Maybe<ExternalAssociation>;
|
|
29749
29806
|
};
|
|
29750
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
29807
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
29751
29808
|
export declare type ExternalAttachment = {
|
|
29752
29809
|
__typename?: 'ExternalAttachment';
|
|
29753
29810
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -30305,6 +30362,7 @@ export declare type ExternalEntities = {
|
|
|
30305
30362
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
30306
30363
|
softwareService?: Maybe<Array<Maybe<ExternalSoftwareService>>>;
|
|
30307
30364
|
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
30365
|
+
team?: Maybe<Array<Maybe<ExternalTeam>>>;
|
|
30308
30366
|
test?: Maybe<Array<Maybe<ExternalTest>>>;
|
|
30309
30367
|
testExecution?: Maybe<Array<Maybe<ExternalTestExecution>>>;
|
|
30310
30368
|
testPlan?: Maybe<Array<Maybe<ExternalTestPlan>>>;
|
|
@@ -30314,7 +30372,7 @@ export declare type ExternalEntities = {
|
|
|
30314
30372
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
30315
30373
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
30316
30374
|
};
|
|
30317
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
30375
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
30318
30376
|
export declare type ExternalEnvironment = {
|
|
30319
30377
|
__typename?: 'ExternalEnvironment';
|
|
30320
30378
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -30651,6 +30709,8 @@ export declare type ExternalSoftwareService = Node & {
|
|
|
30651
30709
|
__typename?: 'ExternalSoftwareService';
|
|
30652
30710
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
30653
30711
|
associationsMetadata?: Maybe<Array<Maybe<ExternalSoftwareServiceAssociationsMetadataTuple>>>;
|
|
30712
|
+
container?: Maybe<ExternalEntity>;
|
|
30713
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30654
30714
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30655
30715
|
createdBy?: Maybe<ExternalUser>;
|
|
30656
30716
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -30711,6 +30771,28 @@ export declare enum ExternalSpaceSubtype {
|
|
|
30711
30771
|
Software = "SOFTWARE",
|
|
30712
30772
|
Space = "SPACE"
|
|
30713
30773
|
}
|
|
30774
|
+
export declare type ExternalTeam = Node & {
|
|
30775
|
+
__typename?: 'ExternalTeam';
|
|
30776
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
30777
|
+
container?: Maybe<ExternalEntity>;
|
|
30778
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30779
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30780
|
+
createdBy?: Maybe<ExternalUser>;
|
|
30781
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
30782
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
30783
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
30784
|
+
id: Scalars['ID']['output'];
|
|
30785
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
30786
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
30787
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
30788
|
+
parent?: Maybe<ExternalEntity>;
|
|
30789
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
30790
|
+
provider?: Maybe<ExternalProvider>;
|
|
30791
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
30792
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
30793
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
30794
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
30795
|
+
};
|
|
30714
30796
|
export declare type ExternalTest = Node & {
|
|
30715
30797
|
__typename?: 'ExternalTest';
|
|
30716
30798
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -30739,6 +30821,7 @@ export declare type ExternalTestExecution = Node & {
|
|
|
30739
30821
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30740
30822
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30741
30823
|
createdBy?: Maybe<ExternalUser>;
|
|
30824
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
30742
30825
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30743
30826
|
environment?: Maybe<Scalars['String']['output']>;
|
|
30744
30827
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -30770,6 +30853,7 @@ export declare type ExternalTestPlan = Node & {
|
|
|
30770
30853
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30771
30854
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30772
30855
|
createdBy?: Maybe<ExternalUser>;
|
|
30856
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
30773
30857
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30774
30858
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
30775
30859
|
id: Scalars['ID']['output'];
|
|
@@ -30792,6 +30876,7 @@ export declare type ExternalTestRun = Node & {
|
|
|
30792
30876
|
containerId?: Maybe<Scalars['ID']['output']>;
|
|
30793
30877
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
30794
30878
|
createdBy?: Maybe<ExternalUser>;
|
|
30879
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
30795
30880
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30796
30881
|
environment?: Maybe<Scalars['String']['output']>;
|
|
30797
30882
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
@@ -44687,7 +44772,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
|
|
|
44687
44772
|
data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
|
|
44688
44773
|
id: Scalars['ID']['output'];
|
|
44689
44774
|
};
|
|
44690
|
-
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44775
|
+
export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44691
44776
|
export declare type GraphStoreCypherQueryStringObject = {
|
|
44692
44777
|
__typename?: 'GraphStoreCypherQueryStringObject';
|
|
44693
44778
|
value: Scalars['String']['output'];
|
|
@@ -44701,13 +44786,13 @@ export declare type GraphStoreCypherQueryV2AriNode = {
|
|
|
44701
44786
|
data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
|
|
44702
44787
|
id: Scalars['ID']['output'];
|
|
44703
44788
|
};
|
|
44704
|
-
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44789
|
+
export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44705
44790
|
export declare type GraphStoreCypherQueryV2BatchAriNode = {
|
|
44706
44791
|
__typename?: 'GraphStoreCypherQueryV2BatchAriNode';
|
|
44707
44792
|
data?: Maybe<GraphStoreCypherQueryV2BatchAriNodeUnion>;
|
|
44708
44793
|
id: Scalars['ID']['output'];
|
|
44709
44794
|
};
|
|
44710
|
-
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44795
|
+
export declare type GraphStoreCypherQueryV2BatchAriNodeUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44711
44796
|
export declare type GraphStoreCypherQueryV2BatchBooleanObject = {
|
|
44712
44797
|
__typename?: 'GraphStoreCypherQueryV2BatchBooleanObject';
|
|
44713
44798
|
value: Scalars['Boolean']['output'];
|
|
@@ -44816,7 +44901,7 @@ export declare enum GraphStoreCypherQueryV2VersionEnum {
|
|
|
44816
44901
|
V2 = "V2",
|
|
44817
44902
|
V3 = "V3"
|
|
44818
44903
|
}
|
|
44819
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44904
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerOrg | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
44820
44905
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
44821
44906
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
44822
44907
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -60747,6 +60832,21 @@ export declare type HelpCenterHomePageTitleInput = {
|
|
|
60747
60832
|
default: Scalars['String']['input'];
|
|
60748
60833
|
translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
|
|
60749
60834
|
};
|
|
60835
|
+
export declare type HelpCenterHubProductEntityData = HelpCenterJsmRequestTypesData | QueryError;
|
|
60836
|
+
export declare type HelpCenterHubProductEntityResult = {
|
|
60837
|
+
__typename?: 'HelpCenterHubProductEntityResult';
|
|
60838
|
+
data?: Maybe<HelpCenterProductEntityConnection>;
|
|
60839
|
+
entityType: Scalars['String']['output'];
|
|
60840
|
+
filterCriteria: HelpCenterProductEntityFilterCriteria;
|
|
60841
|
+
};
|
|
60842
|
+
export declare type HelpCenterJsmRequestTypesData = {
|
|
60843
|
+
__typename?: 'HelpCenterJSMRequestTypesData';
|
|
60844
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
60845
|
+
displayLink?: Maybe<Scalars['String']['output']>;
|
|
60846
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
60847
|
+
id: Scalars['ID']['output'];
|
|
60848
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
60849
|
+
};
|
|
60750
60850
|
export declare type HelpCenterLayoutAdf = {
|
|
60751
60851
|
__typename?: 'HelpCenterLayoutAdf';
|
|
60752
60852
|
content?: Maybe<HelpCenterLayoutAdfContentConnection>;
|
|
@@ -61021,6 +61121,23 @@ export declare enum HelpCenterPortalsType {
|
|
|
61021
61121
|
Hidden = "HIDDEN",
|
|
61022
61122
|
Visible = "VISIBLE"
|
|
61023
61123
|
}
|
|
61124
|
+
export declare type HelpCenterProductEntityConnection = {
|
|
61125
|
+
__typename?: 'HelpCenterProductEntityConnection';
|
|
61126
|
+
edges?: Maybe<Array<HelpCenterProductEntityEdge>>;
|
|
61127
|
+
pageInfo: PageInfo;
|
|
61128
|
+
};
|
|
61129
|
+
export declare type HelpCenterProductEntityEdge = {
|
|
61130
|
+
__typename?: 'HelpCenterProductEntityEdge';
|
|
61131
|
+
cursor: Scalars['String']['output'];
|
|
61132
|
+
node?: Maybe<HelpCenterHubProductEntityData>;
|
|
61133
|
+
};
|
|
61134
|
+
export declare type HelpCenterProductEntityFilterCriteria = {
|
|
61135
|
+
__typename?: 'HelpCenterProductEntityFilterCriteria';
|
|
61136
|
+
after?: Maybe<Scalars['String']['output']>;
|
|
61137
|
+
cloudId: Scalars['ID']['output'];
|
|
61138
|
+
first?: Maybe<Scalars['Int']['output']>;
|
|
61139
|
+
parentId: Scalars['ID']['output'];
|
|
61140
|
+
};
|
|
61024
61141
|
export declare type HelpCenterProductEntityImageInput = {
|
|
61025
61142
|
entityId: Scalars['String']['input'];
|
|
61026
61143
|
entityType: HelpCenterProductEntityType;
|
|
@@ -61033,7 +61150,14 @@ export declare type HelpCenterProductEntityImages = {
|
|
|
61033
61150
|
entityType?: Maybe<HelpCenterProductEntityType>;
|
|
61034
61151
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
61035
61152
|
};
|
|
61153
|
+
export declare type HelpCenterProductEntityRequestInput = {
|
|
61154
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61155
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61156
|
+
parentId?: InputMaybe<Scalars['ID']['input']>;
|
|
61157
|
+
type: HelpCenterProductEntityType;
|
|
61158
|
+
};
|
|
61036
61159
|
export declare enum HelpCenterProductEntityType {
|
|
61160
|
+
JsmRequestTypes = "JSM_REQUEST_TYPES",
|
|
61037
61161
|
KnowledgeCards = "KNOWLEDGE_CARDS"
|
|
61038
61162
|
}
|
|
61039
61163
|
export declare type HelpCenterProjectMappingData = {
|
|
@@ -61081,6 +61205,7 @@ export declare type HelpCenterQueryApi = {
|
|
|
61081
61205
|
helpCentersConfig?: Maybe<HelpCentersConfigResult>;
|
|
61082
61206
|
helpCentersList?: Maybe<HelpCentersListQueryResult>;
|
|
61083
61207
|
hubMediaConfig?: Maybe<HelpCenterMediaConfig>;
|
|
61208
|
+
hubProductEntities: Array<HelpCenterHubProductEntityResult>;
|
|
61084
61209
|
mediaConfig?: Maybe<HelpCenterMediaConfig>;
|
|
61085
61210
|
};
|
|
61086
61211
|
export declare type HelpCenterQueryApiHelpCenterByHoistedProjectIdArgs = {
|
|
@@ -61146,6 +61271,10 @@ export declare type HelpCenterQueryApiHubMediaConfigArgs = {
|
|
|
61146
61271
|
ari: Scalars['ID']['input'];
|
|
61147
61272
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
61148
61273
|
};
|
|
61274
|
+
export declare type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
61275
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
61276
|
+
inputs: Array<HelpCenterProductEntityRequestInput>;
|
|
61277
|
+
};
|
|
61149
61278
|
export declare type HelpCenterQueryApiMediaConfigArgs = {
|
|
61150
61279
|
helpCenterAri: Scalars['ID']['input'];
|
|
61151
61280
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
@@ -62151,6 +62280,15 @@ export declare type HelpObjectStoreCreateEntityMappingPayload = Payload & {
|
|
|
62151
62280
|
errors?: Maybe<Array<MutationError>>;
|
|
62152
62281
|
success: Scalars['Boolean']['output'];
|
|
62153
62282
|
};
|
|
62283
|
+
export declare type HelpObjectStoreEntityData = {
|
|
62284
|
+
__typename?: 'HelpObjectStoreEntityData';
|
|
62285
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
62286
|
+
displayLink?: Maybe<Scalars['String']['output']>;
|
|
62287
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
62288
|
+
id: Scalars['ID']['output'];
|
|
62289
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
62290
|
+
};
|
|
62291
|
+
export declare type HelpObjectStoreEntityDataGeneric = HelpObjectStoreEntityData;
|
|
62154
62292
|
export declare type HelpObjectStoreHelpCenterSearchResult = HelpObjectStoreQueryError | HelpObjectStoreSearchResult;
|
|
62155
62293
|
export declare type HelpObjectStoreHelpObject = {
|
|
62156
62294
|
ari: Scalars['ID']['output'];
|
|
@@ -62223,11 +62361,31 @@ export declare enum HelpObjectStorePortalSearchStrategy {
|
|
|
62223
62361
|
Jira = "JIRA",
|
|
62224
62362
|
SearchPlatform = "SEARCH_PLATFORM"
|
|
62225
62363
|
}
|
|
62364
|
+
export declare type HelpObjectStoreProductEntityConnection = {
|
|
62365
|
+
__typename?: 'HelpObjectStoreProductEntityConnection';
|
|
62366
|
+
edges?: Maybe<Array<HelpObjectStoreProductEntityEdge>>;
|
|
62367
|
+
pageInfo: PageInfo;
|
|
62368
|
+
};
|
|
62369
|
+
export declare type HelpObjectStoreProductEntityEdge = {
|
|
62370
|
+
__typename?: 'HelpObjectStoreProductEntityEdge';
|
|
62371
|
+
cursor: Scalars['String']['output'];
|
|
62372
|
+
node?: Maybe<HelpObjectStoreEntityDataGeneric>;
|
|
62373
|
+
};
|
|
62374
|
+
export declare type HelpObjectStoreProductEntityInput = {
|
|
62375
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62376
|
+
cloudId: Scalars['ID']['input'];
|
|
62377
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62378
|
+
parentId: Scalars['ID']['input'];
|
|
62379
|
+
};
|
|
62380
|
+
export declare type HelpObjectStoreProductEntityResult = HelpObjectStoreProductEntityConnection | QueryError;
|
|
62226
62381
|
export declare type HelpObjectStoreQueryApi = {
|
|
62227
62382
|
__typename?: 'HelpObjectStoreQueryApi';
|
|
62228
62383
|
articles?: Maybe<Array<Maybe<HelpObjectStoreArticleResult>>>;
|
|
62229
62384
|
channels?: Maybe<Array<Maybe<HelpObjectStoreChannelResult>>>;
|
|
62385
|
+
extResources?: Maybe<HelpObjectStoreProductEntityResult>;
|
|
62386
|
+
kbArticles?: Maybe<HelpObjectStoreProductEntityResult>;
|
|
62230
62387
|
requestForms?: Maybe<Array<Maybe<HelpObjectStoreRequestFormResult>>>;
|
|
62388
|
+
requestTypes?: Maybe<HelpObjectStoreProductEntityResult>;
|
|
62231
62389
|
searchHelpObjects?: Maybe<Array<Maybe<HelpObjectStoreHelpCenterSearchResult>>>;
|
|
62232
62390
|
};
|
|
62233
62391
|
export declare type HelpObjectStoreQueryApiArticlesArgs = {
|
|
@@ -62236,9 +62394,18 @@ export declare type HelpObjectStoreQueryApiArticlesArgs = {
|
|
|
62236
62394
|
export declare type HelpObjectStoreQueryApiChannelsArgs = {
|
|
62237
62395
|
ids: Array<Scalars['ID']['input']>;
|
|
62238
62396
|
};
|
|
62397
|
+
export declare type HelpObjectStoreQueryApiExtResourcesArgs = {
|
|
62398
|
+
input: HelpObjectStoreProductEntityInput;
|
|
62399
|
+
};
|
|
62400
|
+
export declare type HelpObjectStoreQueryApiKbArticlesArgs = {
|
|
62401
|
+
input: HelpObjectStoreProductEntityInput;
|
|
62402
|
+
};
|
|
62239
62403
|
export declare type HelpObjectStoreQueryApiRequestFormsArgs = {
|
|
62240
62404
|
ids: Array<Scalars['ID']['input']>;
|
|
62241
62405
|
};
|
|
62406
|
+
export declare type HelpObjectStoreQueryApiRequestTypesArgs = {
|
|
62407
|
+
input: HelpObjectStoreProductEntityInput;
|
|
62408
|
+
};
|
|
62242
62409
|
export declare type HelpObjectStoreQueryApiSearchHelpObjectsArgs = {
|
|
62243
62410
|
searchInput: HelpObjectStoreSearchInput;
|
|
62244
62411
|
};
|
|
@@ -65738,6 +65905,7 @@ export declare type JiraCfoBoardFilterInput = {
|
|
|
65738
65905
|
creatorAccountId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
65739
65906
|
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
65740
65907
|
performanceStatus?: InputMaybe<Array<InputMaybe<JiraCfoBoardPerformanceStatus>>>;
|
|
65908
|
+
sortInput?: InputMaybe<Array<InputMaybe<JiraCfoBoardPerformanceSortInput>>>;
|
|
65741
65909
|
};
|
|
65742
65910
|
export declare type JiraCfoBoardPerfStats = {
|
|
65743
65911
|
__typename?: 'JiraCFOBoardPerfStats';
|
|
@@ -65775,6 +65943,14 @@ export declare type JiraCfoBoardPerformanceMetricSummary = JiraCfoMetricSummary
|
|
|
65775
65943
|
boardPerfStats?: Maybe<JiraCfoBoardPerfStats>;
|
|
65776
65944
|
periodComparison?: Maybe<Array<Maybe<JiraCfoMetricComparison>>>;
|
|
65777
65945
|
};
|
|
65946
|
+
export declare type JiraCfoBoardPerformanceSortInput = {
|
|
65947
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
65948
|
+
order?: InputMaybe<JiraCfoBoardPerformanceSortOrder>;
|
|
65949
|
+
};
|
|
65950
|
+
export declare enum JiraCfoBoardPerformanceSortOrder {
|
|
65951
|
+
Asc = "ASC",
|
|
65952
|
+
Desc = "DESC"
|
|
65953
|
+
}
|
|
65778
65954
|
export declare enum JiraCfoBoardPerformanceStatus {
|
|
65779
65955
|
Fast = "FAST",
|
|
65780
65956
|
Moderate = "MODERATE",
|
|
@@ -69210,7 +69386,7 @@ export declare type JiraFieldToFieldSchemeAssociationsInput = {
|
|
|
69210
69386
|
schemeIdsToAdd: Array<Scalars['ID']['input']>;
|
|
69211
69387
|
schemeIdsToRemove: Array<Scalars['ID']['input']>;
|
|
69212
69388
|
};
|
|
69213
|
-
export declare type JiraFieldToFieldSchemeAssociationsPayload = {
|
|
69389
|
+
export declare type JiraFieldToFieldSchemeAssociationsPayload = Payload & {
|
|
69214
69390
|
__typename?: 'JiraFieldToFieldSchemeAssociationsPayload';
|
|
69215
69391
|
errors?: Maybe<Array<MutationError>>;
|
|
69216
69392
|
success: Scalars['Boolean']['output'];
|
|
@@ -70527,6 +70703,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
70527
70703
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
70528
70704
|
isRemoteIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
70529
70705
|
isResolved?: Maybe<Scalars['Boolean']['output']>;
|
|
70706
|
+
issueAISummary?: Maybe<JiraIssueAiSummaryResult>;
|
|
70530
70707
|
issueColorField?: Maybe<JiraColorField>;
|
|
70531
70708
|
issueId: Scalars['String']['output'];
|
|
70532
70709
|
issueLinkField?: Maybe<JiraIssueLinkField>;
|
|
@@ -70783,6 +70960,9 @@ export declare type JiraIssueHistoryArgs = {
|
|
|
70783
70960
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
70784
70961
|
orderBy?: InputMaybe<Scalars['String']['input']>;
|
|
70785
70962
|
};
|
|
70963
|
+
export declare type JiraIssueIssueAiSummaryArgs = {
|
|
70964
|
+
type: JiraIssueAiSummaryType;
|
|
70965
|
+
};
|
|
70786
70966
|
export declare type JiraIssueIssueLinksArgs = {
|
|
70787
70967
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70788
70968
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -70863,6 +71043,17 @@ export declare type JiraIssueWorklogsArgs = {
|
|
|
70863
71043
|
sortBy?: InputMaybe<JiraWorklogSortInput>;
|
|
70864
71044
|
targetId?: InputMaybe<Scalars['String']['input']>;
|
|
70865
71045
|
};
|
|
71046
|
+
export declare type JiraIssueAiSummary = {
|
|
71047
|
+
__typename?: 'JiraIssueAISummary';
|
|
71048
|
+
hasUserOptedOut: Scalars['Boolean']['output'];
|
|
71049
|
+
lastUpdated?: Maybe<Scalars['DateTime']['output']>;
|
|
71050
|
+
summary?: Maybe<JiraRichText>;
|
|
71051
|
+
};
|
|
71052
|
+
export declare type JiraIssueAiSummaryResult = JiraIssueAiSummary | QueryError;
|
|
71053
|
+
export declare enum JiraIssueAiSummaryType {
|
|
71054
|
+
OnDemand = "ON_DEMAND",
|
|
71055
|
+
PageLoad = "PAGE_LOAD"
|
|
71056
|
+
}
|
|
70866
71057
|
export declare enum JiraIssueActivityType {
|
|
70867
71058
|
Created = "CREATED",
|
|
70868
71059
|
Updated = "UPDATED"
|
|
@@ -85658,7 +85849,27 @@ export declare type JpdViewUpdatedEvent = {
|
|
|
85658
85849
|
viewId: Scalars['Int']['output'];
|
|
85659
85850
|
viewUuid: Scalars['ID']['output'];
|
|
85660
85851
|
};
|
|
85852
|
+
export declare enum JsmChannelsConnectionType {
|
|
85853
|
+
Okta = "OKTA"
|
|
85854
|
+
}
|
|
85661
85855
|
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
85856
|
+
export declare type JsmChannelsEstablishConnectionInput = {
|
|
85857
|
+
clientId: Scalars['String']['input'];
|
|
85858
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
85859
|
+
connectionType: JsmChannelsConnectionType;
|
|
85860
|
+
displayName: Scalars['String']['input'];
|
|
85861
|
+
exchangeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
85862
|
+
hostUrl: Scalars['String']['input'];
|
|
85863
|
+
profileRetrieverUrl?: InputMaybe<Scalars['String']['input']>;
|
|
85864
|
+
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
85865
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
85866
|
+
};
|
|
85867
|
+
export declare type JsmChannelsEstablishConnectionPayload = Payload & {
|
|
85868
|
+
__typename?: 'JsmChannelsEstablishConnectionPayload';
|
|
85869
|
+
errors?: Maybe<Array<MutationError>>;
|
|
85870
|
+
serviceId?: Maybe<Scalars['String']['output']>;
|
|
85871
|
+
success: Scalars['Boolean']['output'];
|
|
85872
|
+
};
|
|
85662
85873
|
export declare enum JsmChannelsExperience {
|
|
85663
85874
|
EmployeeOnboardingAgent = "EMPLOYEE_ONBOARDING_AGENT",
|
|
85664
85875
|
EmployeeServiceAgent = "EMPLOYEE_SERVICE_AGENT"
|
|
@@ -85686,6 +85897,12 @@ export declare type JsmChannelsFilterConfiguration = {
|
|
|
85686
85897
|
export declare type JsmChannelsFilterConfigurationInput = {
|
|
85687
85898
|
requestTypes?: InputMaybe<Array<JsmChannelsRequestTypesInput>>;
|
|
85688
85899
|
};
|
|
85900
|
+
export declare type JsmChannelsOktaTaskAgentConfiguration = {
|
|
85901
|
+
__typename?: 'JsmChannelsOktaTaskAgentConfiguration';
|
|
85902
|
+
accountId: Scalars['String']['output'];
|
|
85903
|
+
baseUrl: Scalars['String']['output'];
|
|
85904
|
+
serviceKey: Scalars['String']['output'];
|
|
85905
|
+
};
|
|
85689
85906
|
export declare type JsmChannelsOrchestratorConversation = Node & {
|
|
85690
85907
|
__typename?: 'JsmChannelsOrchestratorConversation';
|
|
85691
85908
|
action?: Maybe<JsmChannelsOrchestratorConversationActionType>;
|
|
@@ -85777,6 +85994,33 @@ export declare type JsmChannelsServiceAgentResolutionRunbook = {
|
|
|
85777
85994
|
title: Scalars['String']['output'];
|
|
85778
85995
|
url: Scalars['String']['output'];
|
|
85779
85996
|
};
|
|
85997
|
+
export declare type JsmChannelsTaskAgent = {
|
|
85998
|
+
__typename?: 'JsmChannelsTaskAgent';
|
|
85999
|
+
agentName: Scalars['String']['output'];
|
|
86000
|
+
configuration?: Maybe<JsmChannelsTaskAgentConfigurationDetails>;
|
|
86001
|
+
displayName: Scalars['String']['output'];
|
|
86002
|
+
status: JsmChannelsTaskAgentStatus;
|
|
86003
|
+
};
|
|
86004
|
+
export declare type JsmChannelsTaskAgentConfigurationDetails = JsmChannelsOktaTaskAgentConfiguration;
|
|
86005
|
+
export declare type JsmChannelsTaskAgentConfigurationInput = {
|
|
86006
|
+
configuration?: InputMaybe<Scalars['JSON']['input']>;
|
|
86007
|
+
status: JsmChannelsTaskAgentStatus;
|
|
86008
|
+
};
|
|
86009
|
+
export declare type JsmChannelsTaskAgentConfigurationPayload = Payload & {
|
|
86010
|
+
__typename?: 'JsmChannelsTaskAgentConfigurationPayload';
|
|
86011
|
+
errors?: Maybe<Array<MutationError>>;
|
|
86012
|
+
success: Scalars['Boolean']['output'];
|
|
86013
|
+
taskAgent?: Maybe<JsmChannelsTaskAgent>;
|
|
86014
|
+
};
|
|
86015
|
+
export declare enum JsmChannelsTaskAgentStatus {
|
|
86016
|
+
Disabled = "DISABLED",
|
|
86017
|
+
Enabled = "ENABLED"
|
|
86018
|
+
}
|
|
86019
|
+
export declare type JsmChannelsTaskAgentsQueryPayload = {
|
|
86020
|
+
__typename?: 'JsmChannelsTaskAgentsQueryPayload';
|
|
86021
|
+
taskAgents?: Maybe<Array<JsmChannelsTaskAgent>>;
|
|
86022
|
+
};
|
|
86023
|
+
export declare type JsmChannelsTaskAgentsResult = JsmChannelsTaskAgentsQueryPayload | QueryError;
|
|
85780
86024
|
export declare type JsmChannelsTicketServiceAgentResolutionState = {
|
|
85781
86025
|
__typename?: 'JsmChannelsTicketServiceAgentResolutionState';
|
|
85782
86026
|
isLoading: Scalars['Boolean']['output'];
|
|
@@ -88038,6 +88282,7 @@ export declare type LoomMeeting = Node & {
|
|
|
88038
88282
|
__typename?: 'LoomMeeting';
|
|
88039
88283
|
endsAt?: Maybe<Scalars['String']['output']>;
|
|
88040
88284
|
external?: Maybe<Scalars['Boolean']['output']>;
|
|
88285
|
+
externalCalendarEventId?: Maybe<Scalars['String']['output']>;
|
|
88041
88286
|
id: Scalars['ID']['output'];
|
|
88042
88287
|
recorder?: Maybe<User>;
|
|
88043
88288
|
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -95325,11 +95570,16 @@ export declare type Mutation = {
|
|
|
95325
95570
|
goals_clone?: Maybe<TownsquareGoalsClonePayload>;
|
|
95326
95571
|
goals_createAndAddMetricTarget?: Maybe<TownsquareGoalsCreateAddMetricTargetPayload>;
|
|
95327
95572
|
goals_createDecision?: Maybe<TownsquareGoalsCreateDecisionPayload>;
|
|
95573
|
+
goals_createGoalTypePair?: Maybe<TownsquareCreateGoalTypePairPayload>;
|
|
95328
95574
|
goals_createLearning?: Maybe<TownsquareGoalsCreateLearningPayload>;
|
|
95329
95575
|
goals_createRisk?: Maybe<TownsquareGoalsCreateRiskPayload>;
|
|
95330
95576
|
goals_createUpdate?: Maybe<TownsquareGoalsCreateUpdatePayload>;
|
|
95577
|
+
goals_deleteComment?: Maybe<TownsquareGoalsDeleteCommentPayload>;
|
|
95578
|
+
goals_deleteDecision?: Maybe<TownsquareGoalsDeleteDecisionPayload>;
|
|
95331
95579
|
goals_deleteLatestUpdate?: Maybe<TownsquareGoalsDeleteLatestUpdatePayload>;
|
|
95580
|
+
goals_deleteLearning?: Maybe<TownsquareGoalsDeleteLearningPayload>;
|
|
95332
95581
|
goals_deleteProjectLink?: Maybe<TownsquareGoalsDeleteProjectLinkPayload>;
|
|
95582
|
+
goals_deleteRisk?: Maybe<TownsquareGoalsDeleteRiskPayload>;
|
|
95333
95583
|
goals_editComment?: Maybe<TownsquareGoalsEditCommentPayload>;
|
|
95334
95584
|
goals_editDecision?: Maybe<TownsquareGoalsEditDecisionPayload>;
|
|
95335
95585
|
goals_editLearning?: Maybe<TownsquareGoalsEditLearningPayload>;
|
|
@@ -95469,7 +95719,9 @@ export declare type Mutation = {
|
|
|
95469
95719
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
95470
95720
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
95471
95721
|
jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
|
|
95722
|
+
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
95472
95723
|
jsmChannels_updateExperienceConfiguration: JsmChannelsExperienceConfigurationPayload;
|
|
95724
|
+
jsmChannels_updateTaskAgentConfiguration: JsmChannelsTaskAgentConfigurationPayload;
|
|
95473
95725
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
95474
95726
|
jsw?: Maybe<JswMutation>;
|
|
95475
95727
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
@@ -95522,12 +95774,18 @@ export declare type Mutation = {
|
|
|
95522
95774
|
projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
|
|
95523
95775
|
projects_clone?: Maybe<TownsquareProjectsClonePayload>;
|
|
95524
95776
|
projects_create?: Maybe<TownsquareProjectsCreatePayload>;
|
|
95777
|
+
projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
|
|
95778
|
+
projects_createLearning?: Maybe<TownsquareProjectsCreateLearningPayload>;
|
|
95525
95779
|
projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
|
|
95780
|
+
projects_createRisk?: Maybe<TownsquareProjectsCreateRiskPayload>;
|
|
95526
95781
|
projects_createUpdate?: Maybe<TownsquareProjectsCreateUpdatePayload>;
|
|
95527
95782
|
projects_deleteLatestUpdate?: Maybe<TownsquareProjectsDeleteLatestUpdatePayload>;
|
|
95528
95783
|
projects_deleteLink?: Maybe<TownsquareProjectsDeleteLinkPayload>;
|
|
95529
95784
|
projects_edit?: Maybe<TownsquareProjectsEditPayload>;
|
|
95785
|
+
projects_editDecision?: Maybe<TownsquareProjectsEditDecisionPayload>;
|
|
95786
|
+
projects_editLearning?: Maybe<TownsquareProjectsEditLearningPayload>;
|
|
95530
95787
|
projects_editLink?: Maybe<TownsquareProjectsEditLinkPayload>;
|
|
95788
|
+
projects_editRisk?: Maybe<TownsquareProjectsEditRiskPayload>;
|
|
95531
95789
|
projects_editUpdate?: Maybe<TownsquareProjectsEditUpdatePayload>;
|
|
95532
95790
|
projects_removeDependency?: Maybe<TownsquareProjectsRemoveDependencyPayload>;
|
|
95533
95791
|
projects_removeGoalLink?: Maybe<TownsquareProjectsRemoveGoalLinkPayload>;
|
|
@@ -97132,6 +97390,9 @@ export declare type MutationGoals_CreateAndAddMetricTargetArgs = {
|
|
|
97132
97390
|
export declare type MutationGoals_CreateDecisionArgs = {
|
|
97133
97391
|
input: TownsquareGoalsCreateDecisionInput;
|
|
97134
97392
|
};
|
|
97393
|
+
export declare type MutationGoals_CreateGoalTypePairArgs = {
|
|
97394
|
+
input: TownsquareGoalsCreateGoalTypePairInput;
|
|
97395
|
+
};
|
|
97135
97396
|
export declare type MutationGoals_CreateLearningArgs = {
|
|
97136
97397
|
input: TownsquareGoalsCreateLearningInput;
|
|
97137
97398
|
};
|
|
@@ -97141,12 +97402,24 @@ export declare type MutationGoals_CreateRiskArgs = {
|
|
|
97141
97402
|
export declare type MutationGoals_CreateUpdateArgs = {
|
|
97142
97403
|
input?: InputMaybe<TownsquareGoalsCreateUpdateInput>;
|
|
97143
97404
|
};
|
|
97405
|
+
export declare type MutationGoals_DeleteCommentArgs = {
|
|
97406
|
+
input: TownsquareGoalsDeleteCommentInput;
|
|
97407
|
+
};
|
|
97408
|
+
export declare type MutationGoals_DeleteDecisionArgs = {
|
|
97409
|
+
input: TownsquareGoalsDeleteDecisionInput;
|
|
97410
|
+
};
|
|
97144
97411
|
export declare type MutationGoals_DeleteLatestUpdateArgs = {
|
|
97145
97412
|
input?: InputMaybe<TownsquareGoalsDeleteLatestUpdateInput>;
|
|
97146
97413
|
};
|
|
97414
|
+
export declare type MutationGoals_DeleteLearningArgs = {
|
|
97415
|
+
input: TownsquareGoalsDeleteLearningInput;
|
|
97416
|
+
};
|
|
97147
97417
|
export declare type MutationGoals_DeleteProjectLinkArgs = {
|
|
97148
97418
|
input: TownsquareGoalsDeleteProjectLinkInput;
|
|
97149
97419
|
};
|
|
97420
|
+
export declare type MutationGoals_DeleteRiskArgs = {
|
|
97421
|
+
input: TownsquareGoalsDeleteRiskInput;
|
|
97422
|
+
};
|
|
97150
97423
|
export declare type MutationGoals_EditCommentArgs = {
|
|
97151
97424
|
input: TownsquareGoalsEditCommentInput;
|
|
97152
97425
|
};
|
|
@@ -97572,11 +97845,21 @@ export declare type MutationJira_UpdateSchemeFieldPerWorkTypeCustomizationsArgs
|
|
|
97572
97845
|
cloudId: Scalars['ID']['input'];
|
|
97573
97846
|
input?: InputMaybe<JiraFieldWorkTypeCustomizationsInput>;
|
|
97574
97847
|
};
|
|
97848
|
+
export declare type MutationJsmChannels_EstablishConnectionArgs = {
|
|
97849
|
+
input: JsmChannelsEstablishConnectionInput;
|
|
97850
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
97851
|
+
};
|
|
97575
97852
|
export declare type MutationJsmChannels_UpdateExperienceConfigurationArgs = {
|
|
97576
97853
|
experience: JsmChannelsExperience;
|
|
97577
97854
|
input: JsmChannelsExperienceConfigurationInput;
|
|
97578
97855
|
jiraProjectAri: Scalars['ID']['input'];
|
|
97579
97856
|
};
|
|
97857
|
+
export declare type MutationJsmChannels_UpdateTaskAgentConfigurationArgs = {
|
|
97858
|
+
agentName: Scalars['String']['input'];
|
|
97859
|
+
experience: JsmChannelsExperience;
|
|
97860
|
+
input: JsmChannelsTaskAgentConfigurationInput;
|
|
97861
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
97862
|
+
};
|
|
97580
97863
|
export declare type MutationKnowledgeBaseArgs = {
|
|
97581
97864
|
cloudId: Scalars['ID']['input'];
|
|
97582
97865
|
};
|
|
@@ -97706,9 +97989,18 @@ export declare type MutationProjects_CloneArgs = {
|
|
|
97706
97989
|
export declare type MutationProjects_CreateArgs = {
|
|
97707
97990
|
input: TownsquareProjectsCreateInput;
|
|
97708
97991
|
};
|
|
97992
|
+
export declare type MutationProjects_CreateDecisionArgs = {
|
|
97993
|
+
input: TownsquareProjectsCreateDecisionInput;
|
|
97994
|
+
};
|
|
97995
|
+
export declare type MutationProjects_CreateLearningArgs = {
|
|
97996
|
+
input: TownsquareProjectsCreateLearningInput;
|
|
97997
|
+
};
|
|
97709
97998
|
export declare type MutationProjects_CreateLinkArgs = {
|
|
97710
97999
|
input?: InputMaybe<TownsquareProjectsCreateLinkInput>;
|
|
97711
98000
|
};
|
|
98001
|
+
export declare type MutationProjects_CreateRiskArgs = {
|
|
98002
|
+
input: TownsquareProjectsCreateRiskInput;
|
|
98003
|
+
};
|
|
97712
98004
|
export declare type MutationProjects_CreateUpdateArgs = {
|
|
97713
98005
|
input?: InputMaybe<TownsquareProjectsCreateUpdateInput>;
|
|
97714
98006
|
};
|
|
@@ -97721,9 +98013,18 @@ export declare type MutationProjects_DeleteLinkArgs = {
|
|
|
97721
98013
|
export declare type MutationProjects_EditArgs = {
|
|
97722
98014
|
input?: InputMaybe<TownsquareProjectsEditInput>;
|
|
97723
98015
|
};
|
|
98016
|
+
export declare type MutationProjects_EditDecisionArgs = {
|
|
98017
|
+
input: TownsquareProjectsEditDecisionInput;
|
|
98018
|
+
};
|
|
98019
|
+
export declare type MutationProjects_EditLearningArgs = {
|
|
98020
|
+
input: TownsquareProjectsEditLearningInput;
|
|
98021
|
+
};
|
|
97724
98022
|
export declare type MutationProjects_EditLinkArgs = {
|
|
97725
98023
|
input?: InputMaybe<TownsquareProjectsEditLinkInput>;
|
|
97726
98024
|
};
|
|
98025
|
+
export declare type MutationProjects_EditRiskArgs = {
|
|
98026
|
+
input: TownsquareProjectsEditRiskInput;
|
|
98027
|
+
};
|
|
97727
98028
|
export declare type MutationProjects_EditUpdateArgs = {
|
|
97728
98029
|
input?: InputMaybe<TownsquareProjectsEditUpdateInput>;
|
|
97729
98030
|
};
|
|
@@ -101541,6 +101842,7 @@ export declare type Query = {
|
|
|
101541
101842
|
confluence_forgeExtensionsByType?: Maybe<Array<Maybe<ConfluenceForgeExtension>>>;
|
|
101542
101843
|
confluence_generateSpaceKey?: Maybe<ConfluenceGeneratedSpaceKey>;
|
|
101543
101844
|
confluence_getAllApps?: Maybe<ConfluenceAppConnection>;
|
|
101845
|
+
confluence_getAudioPreference?: Maybe<ConfluenceAudioPreference>;
|
|
101544
101846
|
confluence_getCustomContentPermissionAssignments?: Maybe<ConfluenceCustomContentPermissionAssignmentConnection>;
|
|
101545
101847
|
confluence_getLatestPendingRequests?: Maybe<ConfluenceLatestPendingRequests>;
|
|
101546
101848
|
confluence_getPlaylist?: Maybe<ConfluencePlaylist>;
|
|
@@ -101883,6 +102185,7 @@ export declare type Query = {
|
|
|
101883
102185
|
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
101884
102186
|
jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
|
|
101885
102187
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
102188
|
+
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
101886
102189
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
101887
102190
|
jsw?: Maybe<JswQuery>;
|
|
101888
102191
|
kitsune_hello?: Maybe<Scalars['String']['output']>;
|
|
@@ -102156,6 +102459,7 @@ export declare type Query = {
|
|
|
102156
102459
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
102157
102460
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
102158
102461
|
teamworkGraph_activitiesLinkedToProject?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102462
|
+
teamworkGraph_customerSupportMessages?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102159
102463
|
teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102160
102464
|
teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
102161
102465
|
teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -103244,6 +103548,9 @@ export declare type QueryConfluence_GetAllAppsArgs = {
|
|
|
103244
103548
|
cloudId: Scalars['ID']['input'];
|
|
103245
103549
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103246
103550
|
};
|
|
103551
|
+
export declare type QueryConfluence_GetAudioPreferenceArgs = {
|
|
103552
|
+
cloudId: Scalars['ID']['input'];
|
|
103553
|
+
};
|
|
103247
103554
|
export declare type QueryConfluence_GetCustomContentPermissionAssignmentsArgs = {
|
|
103248
103555
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103249
103556
|
appId: Scalars['ID']['input'];
|
|
@@ -104711,6 +105018,10 @@ export declare type QueryJsmChannels_GetServiceAgentResolutionStateByTicketIdArg
|
|
|
104711
105018
|
jiraProjectAri: Scalars['ID']['input'];
|
|
104712
105019
|
ticketId: Scalars['ID']['input'];
|
|
104713
105020
|
};
|
|
105021
|
+
export declare type QueryJsmChannels_TaskAgentsArgs = {
|
|
105022
|
+
experience: JsmChannelsExperience;
|
|
105023
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
105024
|
+
};
|
|
104714
105025
|
export declare type QueryKitsune_HelloArgs = {
|
|
104715
105026
|
projectAri: Scalars['ID']['input'];
|
|
104716
105027
|
};
|
|
@@ -105571,6 +105882,7 @@ export declare type QueryStakeholderComms_GetPageUptimePercentageArgs = {
|
|
|
105571
105882
|
};
|
|
105572
105883
|
export declare type QueryStakeholderComms_GetPagesSummaryByCloudIdArgs = {
|
|
105573
105884
|
cloudId: Scalars['String']['input'];
|
|
105885
|
+
filter?: InputMaybe<StakeholderCommsPageStatusFilter>;
|
|
105574
105886
|
};
|
|
105575
105887
|
export declare type QueryStakeholderComms_GetStakeholderArgs = {
|
|
105576
105888
|
stakeholderIdInput: StakeholderCommsStakeholderIdInput;
|
|
@@ -105673,6 +105985,13 @@ export declare type QueryTeamworkGraph_ActivitiesLinkedToProjectArgs = {
|
|
|
105673
105985
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105674
105986
|
projectId: Scalars['ID']['input'];
|
|
105675
105987
|
};
|
|
105988
|
+
export declare type QueryTeamworkGraph_CustomerSupportMessagesArgs = {
|
|
105989
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
105990
|
+
customerId: Scalars['ID']['input'];
|
|
105991
|
+
endDate: Scalars['DateTime']['input'];
|
|
105992
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105993
|
+
startDate: Scalars['DateTime']['input'];
|
|
105994
|
+
};
|
|
105676
105995
|
export declare type QueryTeamworkGraph_GetProjectContextArgs = {
|
|
105677
105996
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105678
105997
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -130530,6 +130849,52 @@ export declare type StakeholderCommsNotificationPreferenceInput = {
|
|
|
130530
130849
|
preference?: InputMaybe<StakeholderCommsPreferencesInput>;
|
|
130531
130850
|
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
130532
130851
|
};
|
|
130852
|
+
export declare type StakeholderCommsOpsgenieLoadingState = {
|
|
130853
|
+
__typename?: 'StakeholderCommsOpsgenieLoadingState';
|
|
130854
|
+
description: Scalars['String']['output'];
|
|
130855
|
+
id: Scalars['ID']['output'];
|
|
130856
|
+
status: StakeholderCommsOpsgenieLoadingStatus;
|
|
130857
|
+
};
|
|
130858
|
+
export declare enum StakeholderCommsOpsgenieLoadingStatus {
|
|
130859
|
+
Loaded = "LOADED",
|
|
130860
|
+
Loading = "LOADING",
|
|
130861
|
+
NotStarted = "NOT_STARTED"
|
|
130862
|
+
}
|
|
130863
|
+
export declare type StakeholderCommsOpsgenieRiskAssessmentDetails = {
|
|
130864
|
+
__typename?: 'StakeholderCommsOpsgenieRiskAssessmentDetails';
|
|
130865
|
+
categories: Array<StakeholderCommsOpsgenieRiskCategory>;
|
|
130866
|
+
description: Scalars['String']['output'];
|
|
130867
|
+
riskScore: StakeholderCommsOpsgenieRiskScore;
|
|
130868
|
+
};
|
|
130869
|
+
export declare type StakeholderCommsOpsgenieRiskAssessmentResult = {
|
|
130870
|
+
__typename?: 'StakeholderCommsOpsgenieRiskAssessmentResult';
|
|
130871
|
+
loadingStates?: Maybe<Array<StakeholderCommsOpsgenieLoadingState>>;
|
|
130872
|
+
result?: Maybe<StakeholderCommsOpsgenieRiskAssessmentDetails>;
|
|
130873
|
+
};
|
|
130874
|
+
export declare type StakeholderCommsOpsgenieRiskCategory = {
|
|
130875
|
+
__typename?: 'StakeholderCommsOpsgenieRiskCategory';
|
|
130876
|
+
count: Scalars['Int']['output'];
|
|
130877
|
+
items: Array<StakeholderCommsOpsgenieRiskItem>;
|
|
130878
|
+
type: StakeholderCommsOpsgenieRiskCategoryType;
|
|
130879
|
+
};
|
|
130880
|
+
export declare enum StakeholderCommsOpsgenieRiskCategoryType {
|
|
130881
|
+
Business = "BUSINESS",
|
|
130882
|
+
Operational = "OPERATIONAL",
|
|
130883
|
+
SecurityCompliance = "SECURITY_COMPLIANCE",
|
|
130884
|
+
Technical = "TECHNICAL"
|
|
130885
|
+
}
|
|
130886
|
+
export declare type StakeholderCommsOpsgenieRiskItem = {
|
|
130887
|
+
__typename?: 'StakeholderCommsOpsgenieRiskItem';
|
|
130888
|
+
description: Scalars['String']['output'];
|
|
130889
|
+
id: Scalars['ID']['output'];
|
|
130890
|
+
severity: StakeholderCommsOpsgenieRiskScore;
|
|
130891
|
+
};
|
|
130892
|
+
export declare enum StakeholderCommsOpsgenieRiskScore {
|
|
130893
|
+
Critical = "CRITICAL",
|
|
130894
|
+
High = "HIGH",
|
|
130895
|
+
Low = "LOW",
|
|
130896
|
+
Medium = "MEDIUM"
|
|
130897
|
+
}
|
|
130533
130898
|
export declare enum StakeholderCommsOrderType {
|
|
130534
130899
|
EmailId = "EMAIL_ID",
|
|
130535
130900
|
Status = "STATUS"
|
|
@@ -130601,6 +130966,11 @@ export declare type StakeholderCommsPageResponse = {
|
|
|
130601
130966
|
error?: Maybe<Scalars['String']['output']>;
|
|
130602
130967
|
page?: Maybe<StakeholderCommsPage>;
|
|
130603
130968
|
};
|
|
130969
|
+
export declare enum StakeholderCommsPageStatusFilter {
|
|
130970
|
+
All = "ALL",
|
|
130971
|
+
Draft = "DRAFT",
|
|
130972
|
+
Published = "PUBLISHED"
|
|
130973
|
+
}
|
|
130604
130974
|
export declare type StakeholderCommsPageSummary = {
|
|
130605
130975
|
__typename?: 'StakeholderCommsPageSummary';
|
|
130606
130976
|
componentCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -131203,6 +131573,7 @@ export declare type Subscription = {
|
|
|
131203
131573
|
migrationPlanningService: MigrationPlanningServiceSubscription;
|
|
131204
131574
|
sandbox: SandboxSubscription;
|
|
131205
131575
|
signup: SignupSubscriptionApi;
|
|
131576
|
+
stakeholderComms_opsgenieRiskAssessment?: Maybe<StakeholderCommsOpsgenieRiskAssessmentResult>;
|
|
131206
131577
|
testing?: Maybe<TestingSubscription>;
|
|
131207
131578
|
trello: TrelloSubscriptionApi;
|
|
131208
131579
|
};
|
|
@@ -131252,6 +131623,9 @@ export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicke
|
|
|
131252
131623
|
jiraProjectAri: Scalars['ID']['input'];
|
|
131253
131624
|
workItemId: Scalars['ID']['input'];
|
|
131254
131625
|
};
|
|
131626
|
+
export declare type SubscriptionStakeholderComms_OpsgenieRiskAssessmentArgs = {
|
|
131627
|
+
changeRequestId: Scalars['ID']['input'];
|
|
131628
|
+
};
|
|
131255
131629
|
export declare enum SummaryType {
|
|
131256
131630
|
Blogpost = "BLOGPOST",
|
|
131257
131631
|
Page = "PAGE"
|
|
@@ -131906,7 +132280,8 @@ export declare enum TeamMembershipRole {
|
|
|
131906
132280
|
export declare enum TeamMembershipSettings {
|
|
131907
132281
|
External = "EXTERNAL",
|
|
131908
132282
|
MemberInvite = "MEMBER_INVITE",
|
|
131909
|
-
Open = "OPEN"
|
|
132283
|
+
Open = "OPEN",
|
|
132284
|
+
OrgAdminManaged = "ORG_ADMIN_MANAGED"
|
|
131910
132285
|
}
|
|
131911
132286
|
export declare enum TeamMembershipState {
|
|
131912
132287
|
Alumni = "ALUMNI",
|
|
@@ -132102,6 +132477,7 @@ export declare enum TeamState {
|
|
|
132102
132477
|
}
|
|
132103
132478
|
export declare enum TeamStateV2 {
|
|
132104
132479
|
Active = "ACTIVE",
|
|
132480
|
+
Disbanded = "DISBANDED",
|
|
132105
132481
|
Purged = "PURGED"
|
|
132106
132482
|
}
|
|
132107
132483
|
export declare type TeamType = {
|
|
@@ -132882,10 +133258,29 @@ export declare type TownsquareCreateGoalTypeInput = {
|
|
|
132882
133258
|
name: Scalars['String']['input'];
|
|
132883
133259
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
132884
133260
|
};
|
|
133261
|
+
export declare type TownsquareCreateGoalTypeInputV2 = {
|
|
133262
|
+
containerId: Scalars['ID']['input'];
|
|
133263
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
133264
|
+
name: Scalars['String']['input'];
|
|
133265
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
133266
|
+
};
|
|
133267
|
+
export declare type TownsquareCreateGoalTypePairPayload = {
|
|
133268
|
+
__typename?: 'TownsquareCreateGoalTypePairPayload';
|
|
133269
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133270
|
+
goalType?: Maybe<TownsquareGoalTypeEdge>;
|
|
133271
|
+
success: Scalars['Boolean']['output'];
|
|
133272
|
+
successMeasureType?: Maybe<TownsquareGoalTypeEdge>;
|
|
133273
|
+
};
|
|
132885
133274
|
export declare type TownsquareCreateGoalTypePayload = {
|
|
132886
133275
|
__typename?: 'TownsquareCreateGoalTypePayload';
|
|
132887
133276
|
goalTypeEdge?: Maybe<TownsquareGoalTypeEdge>;
|
|
132888
133277
|
};
|
|
133278
|
+
export declare type TownsquareCreateOrEditSuccessMeasureInput = {
|
|
133279
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
133280
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
133281
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
133282
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
133283
|
+
};
|
|
132889
133284
|
export declare type TownsquareCreateRelationshipsInput = {
|
|
132890
133285
|
relationships: Array<TownsquareRelationshipInput>;
|
|
132891
133286
|
};
|
|
@@ -133212,6 +133607,7 @@ export declare type TownsquareGoalType = Node & {
|
|
|
133212
133607
|
namePlural?: Maybe<TownsquareGoalTypeNamePlural>;
|
|
133213
133608
|
requiresParentGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
133214
133609
|
state?: Maybe<TownsquareGoalTypeState>;
|
|
133610
|
+
successMeasure?: Maybe<TownsquareGoalType>;
|
|
133215
133611
|
};
|
|
133216
133612
|
export declare type TownsquareGoalTypeAllowedChildTypesArgs = {
|
|
133217
133613
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -133371,6 +133767,10 @@ export declare type TownsquareGoalsCreateDecisionPayload = {
|
|
|
133371
133767
|
errors?: Maybe<Array<MutationError>>;
|
|
133372
133768
|
success: Scalars['Boolean']['output'];
|
|
133373
133769
|
};
|
|
133770
|
+
export declare type TownsquareGoalsCreateGoalTypePairInput = {
|
|
133771
|
+
goalType: TownsquareCreateGoalTypeInputV2;
|
|
133772
|
+
successMeasureType?: InputMaybe<TownsquareCreateOrEditSuccessMeasureInput>;
|
|
133773
|
+
};
|
|
133374
133774
|
export declare type TownsquareGoalsCreateLearningInput = {
|
|
133375
133775
|
description: Scalars['String']['input'];
|
|
133376
133776
|
goalId: Scalars['ID']['input'];
|
|
@@ -133408,6 +133808,24 @@ export declare type TownsquareGoalsCreateUpdatePayload = {
|
|
|
133408
133808
|
success: Scalars['Boolean']['output'];
|
|
133409
133809
|
update?: Maybe<TownsquareGoalUpdate>;
|
|
133410
133810
|
};
|
|
133811
|
+
export declare type TownsquareGoalsDeleteCommentInput = {
|
|
133812
|
+
commentId: Scalars['ID']['input'];
|
|
133813
|
+
};
|
|
133814
|
+
export declare type TownsquareGoalsDeleteCommentPayload = {
|
|
133815
|
+
__typename?: 'TownsquareGoalsDeleteCommentPayload';
|
|
133816
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
133817
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133818
|
+
success: Scalars['Boolean']['output'];
|
|
133819
|
+
};
|
|
133820
|
+
export declare type TownsquareGoalsDeleteDecisionInput = {
|
|
133821
|
+
decisionId: Scalars['ID']['input'];
|
|
133822
|
+
};
|
|
133823
|
+
export declare type TownsquareGoalsDeleteDecisionPayload = {
|
|
133824
|
+
__typename?: 'TownsquareGoalsDeleteDecisionPayload';
|
|
133825
|
+
deletedDecisionId?: Maybe<Scalars['ID']['output']>;
|
|
133826
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133827
|
+
success: Scalars['Boolean']['output'];
|
|
133828
|
+
};
|
|
133411
133829
|
export declare type TownsquareGoalsDeleteLatestUpdateInput = {
|
|
133412
133830
|
updateId: Scalars['ID']['input'];
|
|
133413
133831
|
};
|
|
@@ -133418,6 +133836,15 @@ export declare type TownsquareGoalsDeleteLatestUpdatePayload = {
|
|
|
133418
133836
|
success: Scalars['Boolean']['output'];
|
|
133419
133837
|
updateId?: Maybe<Scalars['ID']['output']>;
|
|
133420
133838
|
};
|
|
133839
|
+
export declare type TownsquareGoalsDeleteLearningInput = {
|
|
133840
|
+
learningId: Scalars['ID']['input'];
|
|
133841
|
+
};
|
|
133842
|
+
export declare type TownsquareGoalsDeleteLearningPayload = {
|
|
133843
|
+
__typename?: 'TownsquareGoalsDeleteLearningPayload';
|
|
133844
|
+
deletedLearningId?: Maybe<Scalars['ID']['output']>;
|
|
133845
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133846
|
+
success: Scalars['Boolean']['output'];
|
|
133847
|
+
};
|
|
133421
133848
|
export declare type TownsquareGoalsDeleteProjectLinkInput = {
|
|
133422
133849
|
goalId: Scalars['ID']['input'];
|
|
133423
133850
|
projectId: Scalars['ID']['input'];
|
|
@@ -133428,6 +133855,15 @@ export declare type TownsquareGoalsDeleteProjectLinkPayload = {
|
|
|
133428
133855
|
projectId?: Maybe<Scalars['ID']['output']>;
|
|
133429
133856
|
success: Scalars['Boolean']['output'];
|
|
133430
133857
|
};
|
|
133858
|
+
export declare type TownsquareGoalsDeleteRiskInput = {
|
|
133859
|
+
riskId: Scalars['ID']['input'];
|
|
133860
|
+
};
|
|
133861
|
+
export declare type TownsquareGoalsDeleteRiskPayload = {
|
|
133862
|
+
__typename?: 'TownsquareGoalsDeleteRiskPayload';
|
|
133863
|
+
deletedRiskId?: Maybe<Scalars['ID']['output']>;
|
|
133864
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133865
|
+
success: Scalars['Boolean']['output'];
|
|
133866
|
+
};
|
|
133431
133867
|
export declare type TownsquareGoalsEditCommentInput = {
|
|
133432
133868
|
commentId: Scalars['ID']['input'];
|
|
133433
133869
|
commentText: Scalars['String']['input'];
|
|
@@ -134238,6 +134674,17 @@ export declare type TownsquareProjectsClonePayload = {
|
|
|
134238
134674
|
project?: Maybe<TownsquareProject>;
|
|
134239
134675
|
success: Scalars['Boolean']['output'];
|
|
134240
134676
|
};
|
|
134677
|
+
export declare type TownsquareProjectsCreateDecisionInput = {
|
|
134678
|
+
description: Scalars['String']['input'];
|
|
134679
|
+
projectId: Scalars['ID']['input'];
|
|
134680
|
+
summary: Scalars['String']['input'];
|
|
134681
|
+
};
|
|
134682
|
+
export declare type TownsquareProjectsCreateDecisionPayload = {
|
|
134683
|
+
__typename?: 'TownsquareProjectsCreateDecisionPayload';
|
|
134684
|
+
decision?: Maybe<TownsquareDecision>;
|
|
134685
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134686
|
+
success: Scalars['Boolean']['output'];
|
|
134687
|
+
};
|
|
134241
134688
|
export declare type TownsquareProjectsCreateInput = {
|
|
134242
134689
|
containerId: Scalars['String']['input'];
|
|
134243
134690
|
icon?: InputMaybe<TownsquareIconInput>;
|
|
@@ -134245,6 +134692,17 @@ export declare type TownsquareProjectsCreateInput = {
|
|
|
134245
134692
|
private?: InputMaybe<Scalars['Boolean']['input']>;
|
|
134246
134693
|
targetDate?: InputMaybe<TownsquareTargetDateInput>;
|
|
134247
134694
|
};
|
|
134695
|
+
export declare type TownsquareProjectsCreateLearningInput = {
|
|
134696
|
+
description: Scalars['String']['input'];
|
|
134697
|
+
projectId: Scalars['ID']['input'];
|
|
134698
|
+
summary: Scalars['String']['input'];
|
|
134699
|
+
};
|
|
134700
|
+
export declare type TownsquareProjectsCreateLearningPayload = {
|
|
134701
|
+
__typename?: 'TownsquareProjectsCreateLearningPayload';
|
|
134702
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134703
|
+
learning?: Maybe<TownsquareLearning>;
|
|
134704
|
+
success: Scalars['Boolean']['output'];
|
|
134705
|
+
};
|
|
134248
134706
|
export declare type TownsquareProjectsCreateLinkInput = {
|
|
134249
134707
|
iconUrl?: InputMaybe<Scalars['String']['input']>;
|
|
134250
134708
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134271,6 +134729,17 @@ export declare type TownsquareProjectsCreatePayload = {
|
|
|
134271
134729
|
project?: Maybe<TownsquareProject>;
|
|
134272
134730
|
success: Scalars['Boolean']['output'];
|
|
134273
134731
|
};
|
|
134732
|
+
export declare type TownsquareProjectsCreateRiskInput = {
|
|
134733
|
+
description: Scalars['String']['input'];
|
|
134734
|
+
projectId: Scalars['ID']['input'];
|
|
134735
|
+
summary: Scalars['String']['input'];
|
|
134736
|
+
};
|
|
134737
|
+
export declare type TownsquareProjectsCreateRiskPayload = {
|
|
134738
|
+
__typename?: 'TownsquareProjectsCreateRiskPayload';
|
|
134739
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134740
|
+
risk?: Maybe<TownsquareRisk>;
|
|
134741
|
+
success: Scalars['Boolean']['output'];
|
|
134742
|
+
};
|
|
134274
134743
|
export declare type TownsquareProjectsCreateUpdateInput = {
|
|
134275
134744
|
highlights?: InputMaybe<Array<InputMaybe<TownsquareUpdateHighlightInput>>>;
|
|
134276
134745
|
phase?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134306,6 +134775,17 @@ export declare type TownsquareProjectsDeleteLinkPayload = {
|
|
|
134306
134775
|
project?: Maybe<TownsquareProject>;
|
|
134307
134776
|
success: Scalars['Boolean']['output'];
|
|
134308
134777
|
};
|
|
134778
|
+
export declare type TownsquareProjectsEditDecisionInput = {
|
|
134779
|
+
decisionId: Scalars['ID']['input'];
|
|
134780
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
134781
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
134782
|
+
};
|
|
134783
|
+
export declare type TownsquareProjectsEditDecisionPayload = {
|
|
134784
|
+
__typename?: 'TownsquareProjectsEditDecisionPayload';
|
|
134785
|
+
decision?: Maybe<TownsquareDecision>;
|
|
134786
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134787
|
+
success: Scalars['Boolean']['output'];
|
|
134788
|
+
};
|
|
134309
134789
|
export declare type TownsquareProjectsEditInput = {
|
|
134310
134790
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
134311
134791
|
description?: InputMaybe<TownsquareProjectDescriptionInput>;
|
|
@@ -134315,6 +134795,17 @@ export declare type TownsquareProjectsEditInput = {
|
|
|
134315
134795
|
owner?: InputMaybe<Scalars['ID']['input']>;
|
|
134316
134796
|
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
134317
134797
|
};
|
|
134798
|
+
export declare type TownsquareProjectsEditLearningInput = {
|
|
134799
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
134800
|
+
learningId: Scalars['ID']['input'];
|
|
134801
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
134802
|
+
};
|
|
134803
|
+
export declare type TownsquareProjectsEditLearningPayload = {
|
|
134804
|
+
__typename?: 'TownsquareProjectsEditLearningPayload';
|
|
134805
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134806
|
+
learning?: Maybe<TownsquareLearning>;
|
|
134807
|
+
success: Scalars['Boolean']['output'];
|
|
134808
|
+
};
|
|
134318
134809
|
export declare type TownsquareProjectsEditLinkInput = {
|
|
134319
134810
|
iconUrl?: InputMaybe<Scalars['String']['input']>;
|
|
134320
134811
|
linkId: Scalars['ID']['input'];
|
|
@@ -134339,6 +134830,17 @@ export declare type TownsquareProjectsEditPayload = {
|
|
|
134339
134830
|
project?: Maybe<TownsquareProject>;
|
|
134340
134831
|
success: Scalars['Boolean']['output'];
|
|
134341
134832
|
};
|
|
134833
|
+
export declare type TownsquareProjectsEditRiskInput = {
|
|
134834
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
134835
|
+
riskId: Scalars['ID']['input'];
|
|
134836
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
134837
|
+
};
|
|
134838
|
+
export declare type TownsquareProjectsEditRiskPayload = {
|
|
134839
|
+
__typename?: 'TownsquareProjectsEditRiskPayload';
|
|
134840
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134841
|
+
risk?: Maybe<TownsquareRisk>;
|
|
134842
|
+
success: Scalars['Boolean']['output'];
|
|
134843
|
+
};
|
|
134342
134844
|
export declare type TownsquareProjectsEditUpdateInput = {
|
|
134343
134845
|
highlights?: InputMaybe<Array<InputMaybe<TownsquareUpdateHighlightInput>>>;
|
|
134344
134846
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -136170,7 +136672,7 @@ export declare enum TrelloCheckItemState {
|
|
|
136170
136672
|
Complete = "COMPLETE",
|
|
136171
136673
|
Incomplete = "INCOMPLETE"
|
|
136172
136674
|
}
|
|
136173
|
-
export declare type TrelloChecklist = {
|
|
136675
|
+
export declare type TrelloChecklist = Node & {
|
|
136174
136676
|
__typename?: 'TrelloChecklist';
|
|
136175
136677
|
board?: Maybe<TrelloBoard>;
|
|
136176
136678
|
card?: Maybe<TrelloCard>;
|
|
@@ -136187,7 +136689,7 @@ export declare type TrelloChecklistCheckItemsArgs = {
|
|
|
136187
136689
|
export declare type TrelloChecklistConnection = {
|
|
136188
136690
|
__typename?: 'TrelloChecklistConnection';
|
|
136189
136691
|
edges?: Maybe<Array<TrelloChecklistEdge>>;
|
|
136190
|
-
nodes?: Maybe<Array<TrelloChecklist
|
|
136692
|
+
nodes?: Maybe<Array<Maybe<TrelloChecklist>>>;
|
|
136191
136693
|
pageInfo: PageInfo;
|
|
136192
136694
|
};
|
|
136193
136695
|
export declare type TrelloChecklistConnectionUpdated = {
|
|
@@ -136202,7 +136704,7 @@ export declare type TrelloChecklistDeleted = {
|
|
|
136202
136704
|
export declare type TrelloChecklistEdge = {
|
|
136203
136705
|
__typename?: 'TrelloChecklistEdge';
|
|
136204
136706
|
cursor: Scalars['String']['output'];
|
|
136205
|
-
node
|
|
136707
|
+
node?: Maybe<TrelloChecklist>;
|
|
136206
136708
|
};
|
|
136207
136709
|
export declare type TrelloChecklistEdgeUpdated = {
|
|
136208
136710
|
__typename?: 'TrelloChecklistEdgeUpdated';
|
|
@@ -137533,12 +138035,17 @@ export declare type TrelloPlanner = {
|
|
|
137533
138035
|
accounts?: Maybe<TrelloPlannerCalendarAccountConnection>;
|
|
137534
138036
|
id: Scalars['ID']['output'];
|
|
137535
138037
|
primaryAccountId?: Maybe<Scalars['ID']['output']>;
|
|
138038
|
+
proposedEvents?: Maybe<TrelloPlannerProposedEventConnection>;
|
|
137536
138039
|
workspace?: Maybe<TrelloWorkspace>;
|
|
137537
138040
|
};
|
|
137538
138041
|
export declare type TrelloPlannerAccountsArgs = {
|
|
137539
138042
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
137540
138043
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
137541
138044
|
};
|
|
138045
|
+
export declare type TrelloPlannerProposedEventsArgs = {
|
|
138046
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
138047
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138048
|
+
};
|
|
137542
138049
|
export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterface & {
|
|
137543
138050
|
__typename?: 'TrelloPlannerCalendar';
|
|
137544
138051
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -137852,6 +138359,16 @@ export declare type TrelloPlannerEventBadge = {
|
|
|
137852
138359
|
__typename?: 'TrelloPlannerEventBadge';
|
|
137853
138360
|
hasEvents?: Maybe<Scalars['Boolean']['output']>;
|
|
137854
138361
|
};
|
|
138362
|
+
export declare type TrelloPlannerProposedEventConnection = {
|
|
138363
|
+
__typename?: 'TrelloPlannerProposedEventConnection';
|
|
138364
|
+
edges?: Maybe<Array<TrelloPlannerProposedEventEdge>>;
|
|
138365
|
+
pageInfo: PageInfo;
|
|
138366
|
+
};
|
|
138367
|
+
export declare type TrelloPlannerProposedEventEdge = {
|
|
138368
|
+
__typename?: 'TrelloPlannerProposedEventEdge';
|
|
138369
|
+
cursor: Scalars['String']['output'];
|
|
138370
|
+
node?: Maybe<TrelloProposedEvent>;
|
|
138371
|
+
};
|
|
137855
138372
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
137856
138373
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
137857
138374
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -137965,6 +138482,27 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
137965
138482
|
__typename?: 'TrelloPowerUpUpdated';
|
|
137966
138483
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
137967
138484
|
};
|
|
138485
|
+
export declare type TrelloProposedEvent = {
|
|
138486
|
+
__typename?: 'TrelloProposedEvent';
|
|
138487
|
+
cards?: Maybe<TrelloProposedEventCardConnection>;
|
|
138488
|
+
endTime?: Maybe<Scalars['DateTime']['output']>;
|
|
138489
|
+
objectId: Scalars['ID']['output'];
|
|
138490
|
+
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
138491
|
+
};
|
|
138492
|
+
export declare type TrelloProposedEventCardsArgs = {
|
|
138493
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
138494
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138495
|
+
};
|
|
138496
|
+
export declare type TrelloProposedEventCardConnection = {
|
|
138497
|
+
__typename?: 'TrelloProposedEventCardConnection';
|
|
138498
|
+
edges?: Maybe<Array<TrelloProposedEventCardEdge>>;
|
|
138499
|
+
pageInfo: PageInfo;
|
|
138500
|
+
};
|
|
138501
|
+
export declare type TrelloProposedEventCardEdge = {
|
|
138502
|
+
__typename?: 'TrelloProposedEventCardEdge';
|
|
138503
|
+
cursor: Scalars['String']['output'];
|
|
138504
|
+
node?: Maybe<TrelloBaseCard>;
|
|
138505
|
+
};
|
|
137968
138506
|
export declare type TrelloProposedSmartSchedule = {
|
|
137969
138507
|
__typename?: 'TrelloProposedSmartSchedule';
|
|
137970
138508
|
events?: Maybe<Array<TrelloProposedSmartScheduleEvent>>;
|
|
@@ -138001,6 +138539,7 @@ export declare type TrelloQueryApi = {
|
|
|
138001
138539
|
cardBatch?: Maybe<TrelloCardBatch>;
|
|
138002
138540
|
cardByShortLink?: Maybe<TrelloCard>;
|
|
138003
138541
|
cardOrInboxCard?: Maybe<TrelloBaseCard>;
|
|
138542
|
+
checklistsById?: Maybe<Array<Maybe<TrelloChecklist>>>;
|
|
138004
138543
|
echo?: Maybe<Scalars['String']['output']>;
|
|
138005
138544
|
echos?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
138006
138545
|
enabledPlannerCalendarsByAccountId?: Maybe<TrelloPlannerCalendarConnection>;
|
|
@@ -138059,6 +138598,9 @@ export declare type TrelloQueryApiCardByShortLinkArgs = {
|
|
|
138059
138598
|
export declare type TrelloQueryApiCardOrInboxCardArgs = {
|
|
138060
138599
|
id: Scalars['ID']['input'];
|
|
138061
138600
|
};
|
|
138601
|
+
export declare type TrelloQueryApiChecklistsByIdArgs = {
|
|
138602
|
+
ids: Array<Scalars['ID']['input']>;
|
|
138603
|
+
};
|
|
138062
138604
|
export declare type TrelloQueryApiEchosArgs = {
|
|
138063
138605
|
echo: Array<Scalars['String']['input']>;
|
|
138064
138606
|
};
|