@forge/cli-shared 6.9.0-next.2 → 6.9.0-next.3

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.
@@ -4119,6 +4119,7 @@ export declare enum Classification {
4119
4119
  }
4120
4120
  export declare type ClassificationLevelDetails = {
4121
4121
  __typename?: 'ClassificationLevelDetails';
4122
+ classificationLevel?: Maybe<ContentDataClassificationLevel>;
4122
4123
  classificationLevelId?: Maybe<Scalars['ID']['output']>;
4123
4124
  source?: Maybe<ClassificationLevelSource>;
4124
4125
  };
@@ -8425,6 +8426,7 @@ export declare type CompassScorecardMetricCriterionScore = CompassScorecardCrite
8425
8426
  export declare type CompassScorecardQueryFilter = {
8426
8427
  componentTypeIds?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
8427
8428
  name?: InputMaybe<Scalars['String']['input']>;
8429
+ ownerId?: InputMaybe<Array<Scalars['ID']['input']>>;
8428
8430
  state?: InputMaybe<Scalars['String']['input']>;
8429
8431
  type?: InputMaybe<CompassScorecardTypesFilter>;
8430
8432
  };
@@ -9523,11 +9525,29 @@ export declare type ConfluenceCommentFilter = {
9523
9525
  commentState?: InputMaybe<Array<InputMaybe<ConfluenceCommentState>>>;
9524
9526
  commentType?: InputMaybe<Array<InputMaybe<CommentType>>>;
9525
9527
  };
9528
+ export declare enum ConfluenceCommentLevel {
9529
+ Reply = "REPLY",
9530
+ TopLevel = "TOP_LEVEL"
9531
+ }
9526
9532
  export declare type ConfluenceCommentLinks = {
9527
9533
  __typename?: 'ConfluenceCommentLinks';
9528
9534
  base?: Maybe<Scalars['String']['output']>;
9529
9535
  webUi?: Maybe<Scalars['String']['output']>;
9530
9536
  };
9537
+ export declare type ConfluenceCommentModified = {
9538
+ __typename?: 'ConfluenceCommentModified';
9539
+ adfBodyContent?: Maybe<Scalars['String']['output']>;
9540
+ commentId?: Maybe<Scalars['ID']['output']>;
9541
+ eventType?: Maybe<ConfluenceCommentModifiedType>;
9542
+ pageCommentType?: Maybe<ConfluenceCommentLevel>;
9543
+ };
9544
+ export declare enum ConfluenceCommentModifiedType {
9545
+ CommentCreated = "COMMENT_CREATED",
9546
+ CommentDeleted = "COMMENT_DELETED",
9547
+ CommentReopened = "COMMENT_REOPENED",
9548
+ CommentResolved = "COMMENT_RESOLVED",
9549
+ CommentUpdated = "COMMENT_UPDATED"
9550
+ }
9531
9551
  export declare type ConfluenceCommentResolutionState = {
9532
9552
  __typename?: 'ConfluenceCommentResolutionState';
9533
9553
  commentId: Scalars['ID']['output'];
@@ -9578,8 +9598,26 @@ export declare type ConfluenceContentMetadata = {
9578
9598
  export declare type ConfluenceContentModified = {
9579
9599
  __typename?: 'ConfluenceContentModified';
9580
9600
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
9601
+ commentModified?: Maybe<ConfluenceCommentModified>;
9602
+ contentRestrictionUpdated?: Maybe<ConfluenceContentRestrictionUpdated>;
9603
+ contentStateDeleted?: Maybe<ConfluenceContentPropertyDeleted>;
9604
+ contentStateUpdated?: Maybe<ConfluenceContentPropertyUpdated>;
9581
9605
  contentTitleUpdated?: Maybe<ConfluenceContentTitleUpdated>;
9582
- id: Scalars['ID']['output'];
9606
+ contentUpdatedWithTemplate?: Maybe<ConfluenceContentUpdatedWithTemplate>;
9607
+ coverPictureDeleted?: Maybe<ConfluenceContentPropertyDeleted>;
9608
+ coverPictureUpdated?: Maybe<ConfluenceContentPropertyUpdated>;
9609
+ coverPictureWidthUpdated?: Maybe<ConfluenceCoverPictureWidthUpdated>;
9610
+ embedUpdated?: Maybe<ConfluenceEmbedUpdated>;
9611
+ emojiTitleDeleted?: Maybe<ConfluenceContentPropertyDeleted>;
9612
+ emojiTitleUpdated?: Maybe<ConfluenceContentPropertyUpdated>;
9613
+ id: Scalars['ID']['output'];
9614
+ inlineCommentModified?: Maybe<ConfluenceInlineCommentModified>;
9615
+ pageBlogified?: Maybe<ConfluencePageBlogified>;
9616
+ pageMigrated?: Maybe<ConfluencePageMigrated>;
9617
+ pageMoved?: Maybe<ConfluencePageMoved>;
9618
+ pageTitlePropertyUpdated?: Maybe<ConfluenceContentPropertyUpdated>;
9619
+ pageUpdated?: Maybe<ConfluencePageUpdated>;
9620
+ schedulePublished?: Maybe<ConfluenceSchedulePublished>;
9583
9621
  type: ConfluenceSubscriptionContentType;
9584
9622
  };
9585
9623
  export declare type ConfluenceContentNativeProperties = {
@@ -9587,6 +9625,16 @@ export declare type ConfluenceContentNativeProperties = {
9587
9625
  current?: Maybe<ConfluenceCurrentContentNativeProperties>;
9588
9626
  draft?: Maybe<ConfluenceDraftContentNativeProperties>;
9589
9627
  };
9628
+ export declare type ConfluenceContentPropertyDeleted = {
9629
+ __typename?: 'ConfluenceContentPropertyDeleted';
9630
+ key?: Maybe<Scalars['String']['output']>;
9631
+ };
9632
+ export declare type ConfluenceContentPropertyUpdated = {
9633
+ __typename?: 'ConfluenceContentPropertyUpdated';
9634
+ key?: Maybe<Scalars['String']['output']>;
9635
+ value?: Maybe<Scalars['String']['output']>;
9636
+ version?: Maybe<Scalars['Int']['output']>;
9637
+ };
9590
9638
  export declare enum ConfluenceContentRepresentation {
9591
9639
  AtlasDocFormat = "ATLAS_DOC_FORMAT",
9592
9640
  Editor = "EDITOR",
@@ -9599,6 +9647,10 @@ export declare enum ConfluenceContentRepresentation {
9599
9647
  View = "VIEW",
9600
9648
  Wiki = "WIKI"
9601
9649
  }
9650
+ export declare type ConfluenceContentRestrictionUpdated = {
9651
+ __typename?: 'ConfluenceContentRestrictionUpdated';
9652
+ contentId?: Maybe<Scalars['ID']['output']>;
9653
+ };
9602
9654
  export declare type ConfluenceContentState = {
9603
9655
  __typename?: 'ConfluenceContentState';
9604
9656
  color?: Maybe<Scalars['String']['output']>;
@@ -9635,6 +9687,12 @@ export declare enum ConfluenceContentType {
9635
9687
  Page = "PAGE",
9636
9688
  Whiteboard = "WHITEBOARD"
9637
9689
  }
9690
+ export declare type ConfluenceContentUpdatedWithTemplate = {
9691
+ __typename?: 'ConfluenceContentUpdatedWithTemplate';
9692
+ spaceKey?: Maybe<Scalars['String']['output']>;
9693
+ subtype?: Maybe<Scalars['String']['output']>;
9694
+ title?: Maybe<Scalars['String']['output']>;
9695
+ };
9638
9696
  export declare type ConfluenceContentVersion = {
9639
9697
  __typename?: 'ConfluenceContentVersion';
9640
9698
  author?: Maybe<ConfluenceUserInfo>;
@@ -9672,6 +9730,10 @@ export declare type ConfluenceCopySpaceSecurityConfigurationPayload = Payload &
9672
9730
  errors?: Maybe<Array<MutationError>>;
9673
9731
  success: Scalars['Boolean']['output'];
9674
9732
  };
9733
+ export declare type ConfluenceCoverPictureWidthUpdated = {
9734
+ __typename?: 'ConfluenceCoverPictureWidthUpdated';
9735
+ coverPictureWidth?: Maybe<Scalars['String']['output']>;
9736
+ };
9675
9737
  export declare type ConfluenceCreateAdminAnnouncementBannerInput = {
9676
9738
  appearance: Scalars['String']['input'];
9677
9739
  content: Scalars['String']['input'];
@@ -9968,6 +10030,11 @@ export declare type ConfluenceEmbedLinks = {
9968
10030
  base?: Maybe<Scalars['String']['output']>;
9969
10031
  webUi?: Maybe<Scalars['String']['output']>;
9970
10032
  };
10033
+ export declare type ConfluenceEmbedUpdated = {
10034
+ __typename?: 'ConfluenceEmbedUpdated';
10035
+ isBlankStateUpdate?: Maybe<Scalars['Boolean']['output']>;
10036
+ product?: Maybe<Scalars['String']['output']>;
10037
+ };
9971
10038
  export declare type ConfluenceFavoritedSummary = {
9972
10039
  __typename?: 'ConfluenceFavoritedSummary';
9973
10040
  favoritedAt?: Maybe<Scalars['String']['output']>;
@@ -10017,10 +10084,56 @@ export declare type ConfluenceInlineComment = ConfluenceComment & {
10017
10084
  resolutionStatus?: Maybe<ConfluenceInlineCommentResolutionStatus>;
10018
10085
  status?: Maybe<ConfluenceCommentStatus>;
10019
10086
  };
10087
+ export declare type ConfluenceInlineCommentModified = {
10088
+ __typename?: 'ConfluenceInlineCommentModified';
10089
+ adfBodyContent?: Maybe<Scalars['String']['output']>;
10090
+ commentId?: Maybe<Scalars['ID']['output']>;
10091
+ eventType?: Maybe<ConfluenceInlineCommentModifiedType>;
10092
+ inlineCommentType?: Maybe<ConfluenceCommentLevel>;
10093
+ inlineResolveProperties?: Maybe<ConfluenceInlineCommentResolveProperties>;
10094
+ inlineText?: Maybe<Scalars['String']['output']>;
10095
+ markerRef?: Maybe<Scalars['String']['output']>;
10096
+ publishVersionNumber?: Maybe<Scalars['Int']['output']>;
10097
+ step?: Maybe<ConfluenceInlineCommentStep>;
10098
+ };
10099
+ export declare enum ConfluenceInlineCommentModifiedType {
10100
+ EditorInlineCommentCreated = "EDITOR_INLINE_COMMENT_CREATED",
10101
+ InlineCommentCreated = "INLINE_COMMENT_CREATED",
10102
+ InlineCommentDeleted = "INLINE_COMMENT_DELETED",
10103
+ InlineCommentReattached = "INLINE_COMMENT_REATTACHED",
10104
+ InlineCommentResolved = "INLINE_COMMENT_RESOLVED",
10105
+ InlineCommentUnresolved = "INLINE_COMMENT_UNRESOLVED",
10106
+ InlineCommentUpdated = "INLINE_COMMENT_UPDATED",
10107
+ RendererInlineCommentCreated = "RENDERER_INLINE_COMMENT_CREATED"
10108
+ }
10020
10109
  export declare enum ConfluenceInlineCommentResolutionStatus {
10021
10110
  Resolved = "RESOLVED",
10022
10111
  Unresolved = "UNRESOLVED"
10023
10112
  }
10113
+ export declare type ConfluenceInlineCommentResolveProperties = {
10114
+ __typename?: 'ConfluenceInlineCommentResolveProperties';
10115
+ isDangling?: Maybe<Scalars['Boolean']['output']>;
10116
+ resolved?: Maybe<Scalars['Boolean']['output']>;
10117
+ resolvedByDangling?: Maybe<Scalars['Boolean']['output']>;
10118
+ resolvedFriendlyDate?: Maybe<Scalars['String']['output']>;
10119
+ resolvedTime?: Maybe<Scalars['String']['output']>;
10120
+ resolvedUser?: Maybe<Scalars['String']['output']>;
10121
+ };
10122
+ export declare type ConfluenceInlineCommentStep = {
10123
+ __typename?: 'ConfluenceInlineCommentStep';
10124
+ from?: Maybe<Scalars['Int']['output']>;
10125
+ mark?: Maybe<ConfluenceInlineCommentStepMark>;
10126
+ pos?: Maybe<Scalars['Int']['output']>;
10127
+ to?: Maybe<Scalars['Int']['output']>;
10128
+ };
10129
+ export declare type ConfluenceInlineCommentStepMark = {
10130
+ __typename?: 'ConfluenceInlineCommentStepMark';
10131
+ attrs?: Maybe<ConfluenceInlineCommentStepMarkAttrs>;
10132
+ };
10133
+ export declare type ConfluenceInlineCommentStepMarkAttrs = {
10134
+ __typename?: 'ConfluenceInlineCommentStepMarkAttrs';
10135
+ annotationType?: Maybe<Scalars['String']['output']>;
10136
+ };
10024
10137
  export declare type ConfluenceInlineTask = {
10025
10138
  __typename?: 'ConfluenceInlineTask';
10026
10139
  assignedTo?: Maybe<ConfluenceUserInfo>;
@@ -15917,6 +16030,13 @@ export declare type ConfluencePageCommentsArgs = {
15917
16030
  export declare type ConfluencePagePropertiesArgs = {
15918
16031
  keys: Array<InputMaybe<Scalars['String']['input']>>;
15919
16032
  };
16033
+ export declare type ConfluencePageBlogified = {
16034
+ __typename?: 'ConfluencePageBlogified';
16035
+ blogTitle?: Maybe<Scalars['String']['output']>;
16036
+ converterDisplayName?: Maybe<Scalars['String']['output']>;
16037
+ spaceKey?: Maybe<Scalars['String']['output']>;
16038
+ spaceName?: Maybe<Scalars['String']['output']>;
16039
+ };
15920
16040
  export declare type ConfluencePageInfo = {
15921
16041
  __typename?: 'ConfluencePageInfo';
15922
16042
  endCursor?: Maybe<Scalars['String']['output']>;
@@ -15928,6 +16048,19 @@ export declare type ConfluencePageLinks = {
15928
16048
  editUi?: Maybe<Scalars['String']['output']>;
15929
16049
  webUi?: Maybe<Scalars['String']['output']>;
15930
16050
  };
16051
+ export declare type ConfluencePageMigrated = {
16052
+ __typename?: 'ConfluencePageMigrated';
16053
+ fabricEligibility?: Maybe<Scalars['String']['output']>;
16054
+ };
16055
+ export declare type ConfluencePageMoved = {
16056
+ __typename?: 'ConfluencePageMoved';
16057
+ newSpaceAlias?: Maybe<Scalars['String']['output']>;
16058
+ newSpaceKey?: Maybe<Scalars['String']['output']>;
16059
+ oldParentId?: Maybe<Scalars['String']['output']>;
16060
+ oldPosition?: Maybe<Scalars['Int']['output']>;
16061
+ oldSpaceAlias?: Maybe<Scalars['String']['output']>;
16062
+ oldSpaceKey?: Maybe<Scalars['String']['output']>;
16063
+ };
15931
16064
  export declare type ConfluencePageProperty = {
15932
16065
  __typename?: 'ConfluencePageProperty';
15933
16066
  key: Scalars['String']['output'];
@@ -15944,6 +16077,11 @@ export declare enum ConfluencePageStatus {
15944
16077
  export declare enum ConfluencePageSubType {
15945
16078
  Live = "LIVE"
15946
16079
  }
16080
+ export declare type ConfluencePageUpdated = {
16081
+ __typename?: 'ConfluencePageUpdated';
16082
+ confVersion?: Maybe<Scalars['Int']['output']>;
16083
+ trigger?: Maybe<Scalars['String']['output']>;
16084
+ };
15947
16085
  export declare type ConfluencePageVersion = {
15948
16086
  __typename?: 'ConfluencePageVersion';
15949
16087
  author?: Maybe<ConfluenceUserInfo>;
@@ -15984,6 +16122,7 @@ export declare type ConfluencePerson = {
15984
16122
  permissionType?: Maybe<SitePermissionType>;
15985
16123
  profilePicture?: Maybe<Icon>;
15986
16124
  publicName?: Maybe<Scalars['String']['output']>;
16125
+ spacesAssigned?: Maybe<PaginatedSpaceList>;
15987
16126
  timeZone?: Maybe<Scalars['String']['output']>;
15988
16127
  type?: Maybe<Scalars['String']['output']>;
15989
16128
  userKey?: Maybe<Scalars['String']['output']>;
@@ -16214,6 +16353,17 @@ export declare type ConfluenceResolveInlineCommentPayload = {
16214
16353
  errors?: Maybe<Array<MutationError>>;
16215
16354
  success: Scalars['Boolean']['output'];
16216
16355
  };
16356
+ export declare type ConfluenceSchedulePublished = {
16357
+ __typename?: 'ConfluenceSchedulePublished';
16358
+ confVersion?: Maybe<Scalars['Int']['output']>;
16359
+ eventType?: Maybe<ConfluenceSchedulePublishedType>;
16360
+ publishTime?: Maybe<Scalars['String']['output']>;
16361
+ };
16362
+ export declare enum ConfluenceSchedulePublishedType {
16363
+ Published = "PUBLISHED",
16364
+ Scheduled = "SCHEDULED",
16365
+ Unscheduled = "UNSCHEDULED"
16366
+ }
16217
16367
  export declare type ConfluenceSearchConnection = {
16218
16368
  __typename?: 'ConfluenceSearchConnection';
16219
16369
  count?: Maybe<Scalars['Int']['output']>;
@@ -17405,6 +17555,8 @@ export declare type Content = {
17405
17555
  currentUserHasAncestorWatchingChildren?: Maybe<Scalars['Boolean']['output']>;
17406
17556
  currentUserIsWatching: Scalars['Boolean']['output'];
17407
17557
  currentUserIsWatchingChildren?: Maybe<Scalars['Boolean']['output']>;
17558
+ dataClassificationLevel?: Maybe<ContentDataClassificationLevel>;
17559
+ dataClassificationLevelId?: Maybe<Scalars['String']['output']>;
17408
17560
  deletableDescendantsCount: Scalars['Long']['output'];
17409
17561
  dynamicMobileBody?: Maybe<ContentBody>;
17410
17562
  embeddedProduct?: Maybe<Scalars['String']['output']>;
@@ -17422,7 +17574,6 @@ export declare type Content = {
17422
17574
  id?: Maybe<Scalars['ID']['output']>;
17423
17575
  inContentTree: Scalars['Boolean']['output'];
17424
17576
  incomingLinks?: Maybe<PaginatedContentList>;
17425
- isExportEnabled: Scalars['Boolean']['output'];
17426
17577
  labels?: Maybe<PaginatedLabelList>;
17427
17578
  likes?: Maybe<LikesResponse>;
17428
17579
  links?: Maybe<LinksDownloadEdituiWebuiContextSelfTinyuiCollectionBase>;
@@ -50921,10 +51072,6 @@ export declare enum GrowthUnifiedProfileCompanyType {
50921
51072
  Private = "PRIVATE",
50922
51073
  Public = "PUBLIC"
50923
51074
  }
50924
- export declare type GrowthUnifiedProfileConfluenceActivityContext = {
50925
- __typename?: 'GrowthUnifiedProfileConfluenceActivityContext';
50926
- r28PageDwells?: Maybe<Scalars['Int']['output']>;
50927
- };
50928
51075
  export declare type GrowthUnifiedProfileConfluenceOnboardingContext = {
50929
51076
  __typename?: 'GrowthUnifiedProfileConfluenceOnboardingContext';
50930
51077
  jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
@@ -50934,6 +51081,10 @@ export declare type GrowthUnifiedProfileConfluenceOnboardingContextInput = {
50934
51081
  jobsToBeDone?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileJtbd>>>;
50935
51082
  template?: InputMaybe<Scalars['String']['input']>;
50936
51083
  };
51084
+ export declare type GrowthUnifiedProfileConfluenceUserActivityContext = {
51085
+ __typename?: 'GrowthUnifiedProfileConfluenceUserActivityContext';
51086
+ r28PageDwells?: Maybe<Scalars['Int']['output']>;
51087
+ };
50937
51088
  export declare type GrowthUnifiedProfileCreateProfileInput = {
50938
51089
  accountId?: InputMaybe<Scalars['ID']['input']>;
50939
51090
  anonymousId?: InputMaybe<Scalars['ID']['input']>;
@@ -50967,6 +51118,9 @@ export declare enum GrowthUnifiedProfileEntryType {
50967
51118
  Existing = "EXISTING",
50968
51119
  New = "NEW"
50969
51120
  }
51121
+ export declare type GrowthUnifiedProfileGetUnifiedUserProfileWhereInput = {
51122
+ tenantId: Scalars['String']['input'];
51123
+ };
50970
51124
  export declare type GrowthUnifiedProfileInput = {
50971
51125
  marketingContext?: InputMaybe<GrowthUnifiedProfileMarketingContextInput>;
50972
51126
  onboardingContext?: InputMaybe<GrowthUnifiedProfileOnboardingContextInput>;
@@ -51187,19 +51341,27 @@ export declare type GrowthUnifiedProfileUserActivityContext = {
51187
51341
  export declare type GrowthUnifiedProfileUserActivitySiteDetails = {
51188
51342
  __typename?: 'GrowthUnifiedProfileUserActivitySiteDetails';
51189
51343
  cloudId?: Maybe<Scalars['String']['output']>;
51190
- confluence?: Maybe<GrowthUnifiedProfileConfluenceActivityContext>;
51344
+ confluence?: Maybe<GrowthUnifiedProfileConfluenceUserActivityContext>;
51191
51345
  };
51192
51346
  export declare type GrowthUnifiedProfileUserFootprints = {
51193
51347
  __typename?: 'GrowthUnifiedProfileUserFootprints';
51194
51348
  hasAtlassianAccount?: Maybe<Scalars['Boolean']['output']>;
51195
51349
  products?: Maybe<Array<Maybe<GrowthUnifiedProfileProduct>>>;
51196
51350
  };
51351
+ export declare enum GrowthUnifiedProfileUserIdType {
51352
+ AccountId = "ACCOUNT_ID",
51353
+ AnonymousId = "ANONYMOUS_ID"
51354
+ }
51197
51355
  export declare type GrowthUnifiedProfileUserProfile = {
51198
51356
  __typename?: 'GrowthUnifiedProfileUserProfile';
51199
51357
  domainType?: Maybe<GrowthUnifiedProfileDomainType>;
51200
51358
  teamType?: Maybe<Scalars['String']['output']>;
51201
51359
  userType?: Maybe<GrowthUnifiedProfileEntryType>;
51202
51360
  };
51361
+ export declare type GrowthUnifiedProfileUserProfileResult = {
51362
+ __typename?: 'GrowthUnifiedProfileUserProfileResult';
51363
+ userActivityContext?: Maybe<GrowthUnifiedProfileUserActivityContext>;
51364
+ };
51203
51365
  export declare type GrowthUnifiedProfileUtm = {
51204
51366
  __typename?: 'GrowthUnifiedProfileUtm';
51205
51367
  channel?: Maybe<GrowthUnifiedProfileChannel>;
@@ -52330,7 +52492,7 @@ export declare type HelpLayoutCreatePayload = Payload & {
52330
52492
  export declare type HelpLayoutCreationInput = {
52331
52493
  parentAri: Scalars['ID']['input'];
52332
52494
  sections: Array<HelpLayoutSectionInput>;
52333
- type?: InputMaybe<HelpLayoutType>;
52495
+ type: HelpLayoutType;
52334
52496
  };
52335
52497
  export declare type HelpLayoutEditorElement = HelpLayoutVisualEntity & Node & {
52336
52498
  __typename?: 'HelpLayoutEditorElement';
@@ -64058,6 +64220,7 @@ export declare type JiraPlaybookStepRun = Node & {
64058
64220
  id: Scalars['ID']['output'];
64059
64221
  playbookId?: Maybe<Scalars['ID']['output']>;
64060
64222
  playbookName?: Maybe<Scalars['String']['output']>;
64223
+ ruleId?: Maybe<Scalars['String']['output']>;
64061
64224
  stepDuration?: Maybe<Scalars['Long']['output']>;
64062
64225
  stepId?: Maybe<Scalars['ID']['output']>;
64063
64226
  stepName?: Maybe<Scalars['String']['output']>;
@@ -73076,6 +73239,7 @@ export declare type KnowledgeDiscoverySearchUser = {
73076
73239
  avatarUrl?: Maybe<Scalars['String']['output']>;
73077
73240
  id: Scalars['String']['output'];
73078
73241
  locale?: Maybe<Scalars['String']['output']>;
73242
+ location?: Maybe<Scalars['String']['output']>;
73079
73243
  name: Scalars['String']['output'];
73080
73244
  title?: Maybe<Scalars['String']['output']>;
73081
73245
  zoneInfo?: Maybe<Scalars['String']['output']>;
@@ -73491,6 +73655,10 @@ export declare type LoomSpace = Node & {
73491
73655
  id: Scalars['ID']['output'];
73492
73656
  name: Scalars['String']['output'];
73493
73657
  };
73658
+ export declare enum LoomSpacePrivacyType {
73659
+ Private = "private",
73660
+ Workspace = "workspace"
73661
+ }
73494
73662
  export declare type LoomToken = {
73495
73663
  __typename?: 'LoomToken';
73496
73664
  token: Scalars['String']['output'];
@@ -73624,6 +73792,8 @@ export declare type LoomVideo = Node & {
73624
73792
  name: Scalars['String']['output'];
73625
73793
  owner?: Maybe<User>;
73626
73794
  ownerId?: Maybe<Scalars['String']['output']>;
73795
+ playableDuration?: Maybe<Scalars['Float']['output']>;
73796
+ sourceDuration?: Maybe<Scalars['Float']['output']>;
73627
73797
  transcript?: Maybe<LoomTranscript>;
73628
73798
  transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
73629
73799
  url: Scalars['String']['output'];
@@ -76160,7 +76330,9 @@ export declare type MercuryChangeProposal = Node & {
76160
76330
  __typename?: 'MercuryChangeProposal';
76161
76331
  comments?: Maybe<MercuryChangeProposalCommentConnection>;
76162
76332
  description?: Maybe<Scalars['String']['output']>;
76333
+ focusArea?: Maybe<MercuryFocusArea>;
76163
76334
  id: Scalars['ID']['output'];
76335
+ impact?: Maybe<Scalars['Int']['output']>;
76164
76336
  name: Scalars['String']['output'];
76165
76337
  owner?: Maybe<User>;
76166
76338
  status?: Maybe<MercuryChangeProposalStatus>;
@@ -76276,6 +76448,8 @@ export declare type MercuryCreateChangeProposalCommentPayload = Payload & {
76276
76448
  export declare type MercuryCreateChangeProposalInput = {
76277
76449
  cloudId?: InputMaybe<Scalars['ID']['input']>;
76278
76450
  description?: InputMaybe<Scalars['String']['input']>;
76451
+ focusAreaId?: InputMaybe<Scalars['ID']['input']>;
76452
+ impact?: InputMaybe<Scalars['Int']['input']>;
76279
76453
  name: Scalars['String']['input'];
76280
76454
  owner?: InputMaybe<Scalars['ID']['input']>;
76281
76455
  strategicEventId: Scalars['ID']['input'];
@@ -76964,6 +77138,16 @@ export declare type MercuryMediaToken = {
76964
77138
  __typename?: 'MercuryMediaToken';
76965
77139
  token: Scalars['String']['output'];
76966
77140
  };
77141
+ export declare type MercuryMoveChangesInput = {
77142
+ changes: Array<Scalars['ID']['input']>;
77143
+ sourceChangeProposalId: Scalars['ID']['input'];
77144
+ targetChangeProposalId: Scalars['ID']['input'];
77145
+ };
77146
+ export declare type MercuryMoveChangesPayload = Payload & {
77147
+ __typename?: 'MercuryMoveChangesPayload';
77148
+ errors?: Maybe<Array<MutationError>>;
77149
+ success: Scalars['Boolean']['output'];
77150
+ };
76967
77151
  export declare type MercuryMoveFundsChange = MercuryChangeInterface & Node & {
76968
77152
  __typename?: 'MercuryMoveFundsChange';
76969
77153
  amount: Scalars['BigDecimal']['output'];
@@ -77723,13 +77907,19 @@ export declare type MercuryStrategicEventsMutationApi = {
77723
77907
  deleteChangeProposalComment?: Maybe<MercuryDeleteChangeProposalCommentPayload>;
77724
77908
  deleteChanges?: Maybe<MercuryDeleteChangesPayload>;
77725
77909
  deleteStrategicEventComment?: Maybe<MercuryDeleteStrategicEventCommentPayload>;
77910
+ moveChanges?: Maybe<MercuryMoveChangesPayload>;
77726
77911
  proposeChanges?: Maybe<MercuryProposeChangesPayload>;
77727
77912
  transitionChangeProposalStatus?: Maybe<MercuryTransitionChangeProposalPayload>;
77728
77913
  transitionStrategicEventStatus?: Maybe<MercuryTransitionStrategicEventPayload>;
77729
77914
  updateChangeProposalComment?: Maybe<MercuryUpdateChangeProposalCommentPayload>;
77730
77915
  updateChangeProposalDescription?: Maybe<MercuryUpdateChangeProposalPayload>;
77916
+ updateChangeProposalImpact?: Maybe<MercuryUpdateChangeProposalPayload>;
77731
77917
  updateChangeProposalName?: Maybe<MercuryUpdateChangeProposalPayload>;
77732
77918
  updateChangeProposalOwner?: Maybe<MercuryUpdateChangeProposalPayload>;
77919
+ updateMoveFundsChange: MercuryUpdateChangePayload;
77920
+ updateMovePositionsChange: MercuryUpdateChangePayload;
77921
+ updateRequestFundsChange: MercuryUpdateChangePayload;
77922
+ updateRequestPositionsChange: MercuryUpdateChangePayload;
77733
77923
  updateStrategicEventComment?: Maybe<MercuryUpdateStrategicEventCommentPayload>;
77734
77924
  updateStrategicEventDescription?: Maybe<MercuryUpdateStrategicEventPayload>;
77735
77925
  updateStrategicEventName?: Maybe<MercuryUpdateStrategicEventPayload>;
@@ -77760,6 +77950,9 @@ export declare type MercuryStrategicEventsMutationApiDeleteChangesArgs = {
77760
77950
  export declare type MercuryStrategicEventsMutationApiDeleteStrategicEventCommentArgs = {
77761
77951
  input: MercuryDeleteStrategicEventCommentInput;
77762
77952
  };
77953
+ export declare type MercuryStrategicEventsMutationApiMoveChangesArgs = {
77954
+ input: MercuryMoveChangesInput;
77955
+ };
77763
77956
  export declare type MercuryStrategicEventsMutationApiProposeChangesArgs = {
77764
77957
  input: MercuryProposeChangesInput;
77765
77958
  };
@@ -77775,12 +77968,27 @@ export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalComment
77775
77968
  export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalDescriptionArgs = {
77776
77969
  input: MercuryUpdateChangeProposalDescriptionInput;
77777
77970
  };
77971
+ export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalImpactArgs = {
77972
+ input: MercuryUpdateChangeProposalImpactInput;
77973
+ };
77778
77974
  export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalNameArgs = {
77779
77975
  input: MercuryUpdateChangeProposalNameInput;
77780
77976
  };
77781
77977
  export declare type MercuryStrategicEventsMutationApiUpdateChangeProposalOwnerArgs = {
77782
77978
  input: MercuryUpdateChangeProposalOwnerInput;
77783
77979
  };
77980
+ export declare type MercuryStrategicEventsMutationApiUpdateMoveFundsChangeArgs = {
77981
+ input: MercuryUpdateMoveFundsChangeInput;
77982
+ };
77983
+ export declare type MercuryStrategicEventsMutationApiUpdateMovePositionsChangeArgs = {
77984
+ input: MercuryUpdateMovePositionsChangeInput;
77985
+ };
77986
+ export declare type MercuryStrategicEventsMutationApiUpdateRequestFundsChangeArgs = {
77987
+ input: MercuryUpdateRequestFundsChangeInput;
77988
+ };
77989
+ export declare type MercuryStrategicEventsMutationApiUpdateRequestPositionsChangeArgs = {
77990
+ input: MercuryUpdateRequestPositionsChangeInput;
77991
+ };
77784
77992
  export declare type MercuryStrategicEventsMutationApiUpdateStrategicEventCommentArgs = {
77785
77993
  input: MercuryUpdateStrategicEventCommentInput;
77786
77994
  };
@@ -77958,6 +78166,18 @@ export declare type MercuryUnarchiveFocusAreaPayload = Payload & {
77958
78166
  errors?: Maybe<Array<MutationError>>;
77959
78167
  success: Scalars['Boolean']['output'];
77960
78168
  };
78169
+ export declare type MercuryUpdateChangeFocusArea = {
78170
+ focusAreaId?: InputMaybe<Scalars['ID']['input']>;
78171
+ };
78172
+ export declare type MercuryUpdateChangeMonetaryAmount = {
78173
+ monetaryAmount?: InputMaybe<Scalars['BigDecimal']['input']>;
78174
+ };
78175
+ export declare type MercuryUpdateChangePayload = Payload & {
78176
+ __typename?: 'MercuryUpdateChangePayload';
78177
+ change?: Maybe<MercuryChange>;
78178
+ errors?: Maybe<Array<MutationError>>;
78179
+ success: Scalars['Boolean']['output'];
78180
+ };
77961
78181
  export declare type MercuryUpdateChangeProposalCommentInput = {
77962
78182
  cloudId?: InputMaybe<Scalars['ID']['input']>;
77963
78183
  content: Scalars['String']['input'];
@@ -77974,6 +78194,14 @@ export declare type MercuryUpdateChangeProposalDescriptionInput = {
77974
78194
  description: Scalars['String']['input'];
77975
78195
  id: Scalars['ID']['input'];
77976
78196
  };
78197
+ export declare type MercuryUpdateChangeProposalFocusAreaInput = {
78198
+ focusAreaId: Scalars['ID']['input'];
78199
+ id: Scalars['ID']['input'];
78200
+ };
78201
+ export declare type MercuryUpdateChangeProposalImpactInput = {
78202
+ id: Scalars['ID']['input'];
78203
+ impact: Scalars['Int']['input'];
78204
+ };
77977
78205
  export declare type MercuryUpdateChangeProposalNameInput = {
77978
78206
  cloudId?: InputMaybe<Scalars['ID']['input']>;
77979
78207
  id: Scalars['ID']['input'];
@@ -77990,6 +78218,9 @@ export declare type MercuryUpdateChangeProposalPayload = Payload & {
77990
78218
  success: Scalars['Boolean']['output'];
77991
78219
  updatedChangeProposal?: Maybe<MercuryChangeProposal>;
77992
78220
  };
78221
+ export declare type MercuryUpdateChangeQuantity = {
78222
+ quantity?: InputMaybe<Scalars['Int']['input']>;
78223
+ };
77993
78224
  export declare type MercuryUpdateCommentInput = {
77994
78225
  cloudId: Scalars['ID']['input'];
77995
78226
  commentText: Scalars['MercuryJSONString']['input'];
@@ -78041,6 +78272,19 @@ export declare type MercuryUpdateFocusAreaTargetDateInput = {
78041
78272
  targetDate?: InputMaybe<Scalars['String']['input']>;
78042
78273
  targetDateType?: InputMaybe<MercuryTargetDateType>;
78043
78274
  };
78275
+ export declare type MercuryUpdateMoveFundsChangeInput = {
78276
+ amount?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78277
+ changeId: Scalars['ID']['input'];
78278
+ sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78279
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78280
+ };
78281
+ export declare type MercuryUpdateMovePositionsChangeInput = {
78282
+ changeId: Scalars['ID']['input'];
78283
+ cost?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78284
+ positionsAmount?: InputMaybe<MercuryUpdateChangeQuantity>;
78285
+ sourceFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78286
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78287
+ };
78044
78288
  export declare type MercuryUpdatePortfolioNameInput = {
78045
78289
  cloudId: Scalars['ID']['input'];
78046
78290
  id: Scalars['ID']['input'];
@@ -78052,6 +78296,17 @@ export declare type MercuryUpdatePortfolioPayload = Payload & {
78052
78296
  success: Scalars['Boolean']['output'];
78053
78297
  updatedPortfolio?: Maybe<MercuryPortfolio>;
78054
78298
  };
78299
+ export declare type MercuryUpdateRequestFundsChangeInput = {
78300
+ amount?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78301
+ changeId: Scalars['ID']['input'];
78302
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78303
+ };
78304
+ export declare type MercuryUpdateRequestPositionsChangeInput = {
78305
+ changeId: Scalars['ID']['input'];
78306
+ cost?: InputMaybe<MercuryUpdateChangeMonetaryAmount>;
78307
+ positionsAmount?: InputMaybe<MercuryUpdateChangeQuantity>;
78308
+ targetFocusAreaId?: InputMaybe<MercuryUpdateChangeFocusArea>;
78309
+ };
78055
78310
  export declare type MercuryUpdateStrategicEventCommentInput = {
78056
78311
  cloudId?: InputMaybe<Scalars['ID']['input']>;
78057
78312
  content: Scalars['String']['input'];
@@ -78761,6 +79016,7 @@ export declare type Mutation = {
78761
79016
  radar_createCustomField?: Maybe<RadarMutationResponse>;
78762
79017
  radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
78763
79018
  radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
79019
+ radar_updateConnector?: Maybe<RadarConnector>;
78764
79020
  radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
78765
79021
  radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
78766
79022
  radar_updateWorkspaceSettings?: Maybe<RadarMutationResponse>;
@@ -80198,6 +80454,10 @@ export declare type MutationRadar_DeleteRoleAssignmentArgs = {
80198
80454
  cloudId: Scalars['ID']['input'];
80199
80455
  input: RadarRoleAssignmentRequest;
80200
80456
  };
80457
+ export declare type MutationRadar_UpdateConnectorArgs = {
80458
+ cloudId: Scalars['ID']['input'];
80459
+ input: RadarConnectorsInput;
80460
+ };
80201
80461
  export declare type MutationRadar_UpdateFieldSettingsArgs = {
80202
80462
  cloudId: Scalars['ID']['input'];
80203
80463
  input: Array<RadarFieldSettingsInput>;
@@ -83721,6 +83981,7 @@ export declare type Query = {
83721
83981
  groupsWithContentRestrictions?: Maybe<Array<Maybe<GroupWithRestrictions>>>;
83722
83982
  growthRecommendations?: Maybe<GrowthRecQuery>;
83723
83983
  growthUnifiedProfile_getUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
83984
+ growthUnifiedProfile_getUnifiedUserProfile?: Maybe<GrowthUnifiedProfileUserProfileResult>;
83724
83985
  hasUserAccessAdminRole?: Maybe<Scalars['Boolean']['output']>;
83725
83986
  hasUserCommented?: Maybe<Scalars['Boolean']['output']>;
83726
83987
  helpCenter?: Maybe<HelpCenterQueryApi>;
@@ -83764,6 +84025,7 @@ export declare type Query = {
83764
84025
  jira_categoryField?: Maybe<JiraJqlField>;
83765
84026
  jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
83766
84027
  jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
84028
+ jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
83767
84029
  jira_projectByIdOrKey?: Maybe<JiraProject>;
83768
84030
  jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
83769
84031
  jsmChat?: Maybe<JsmChatQuery>;
@@ -83780,6 +84042,7 @@ export declare type Query = {
83780
84042
  loomUserStatus?: Maybe<LoomUserStatus>;
83781
84043
  loom_comment?: Maybe<LoomComment>;
83782
84044
  loom_comments?: Maybe<Array<Maybe<LoomComment>>>;
84045
+ loom_createSpace?: Maybe<LoomSpace>;
83783
84046
  loom_meeting?: Maybe<LoomMeeting>;
83784
84047
  loom_meetingRecurrence?: Maybe<LoomMeetingRecurrence>;
83785
84048
  loom_meetingRecurrences?: Maybe<Array<Maybe<LoomMeetingRecurrence>>>;
@@ -83871,6 +84134,7 @@ export declare type Query = {
83871
84134
  publishConditions?: Maybe<Array<Maybe<PublishConditions>>>;
83872
84135
  pushNotificationSettings?: Maybe<ConfluencePushNotificationSettings>;
83873
84136
  quickReload?: Maybe<QuickReload>;
84137
+ radar_connectors?: Maybe<Array<RadarConnector>>;
83874
84138
  radar_fieldValues?: Maybe<RadarFieldValuesConnection>;
83875
84139
  radar_groupMetrics?: Maybe<RadarGroupMetricsConnection>;
83876
84140
  radar_positionByAri?: Maybe<RadarPosition>;
@@ -85896,6 +86160,11 @@ export declare type QueryGrowthUnifiedProfile_GetUnifiedProfileArgs = {
85896
86160
  anonymousId?: InputMaybe<Scalars['ID']['input']>;
85897
86161
  tenantId?: InputMaybe<Scalars['ID']['input']>;
85898
86162
  };
86163
+ export declare type QueryGrowthUnifiedProfile_GetUnifiedUserProfileArgs = {
86164
+ id: Scalars['String']['input'];
86165
+ idType: GrowthUnifiedProfileUserIdType;
86166
+ where?: InputMaybe<GrowthUnifiedProfileGetUnifiedUserProfileWhereInput>;
86167
+ };
85899
86168
  export declare type QueryHasUserCommentedArgs = {
85900
86169
  accountId: Scalars['String']['input'];
85901
86170
  };
@@ -86020,6 +86289,9 @@ export declare type QueryJira_IsRovoLlmEnabledArgs = {
86020
86289
  export declare type QueryJira_IssueSearchViewsByIdsArgs = {
86021
86290
  ids: Array<Scalars['ID']['input']>;
86022
86291
  };
86292
+ export declare type QueryJira_IssuesByIdsArgs = {
86293
+ ids: Array<Scalars['ID']['input']>;
86294
+ };
86023
86295
  export declare type QueryJira_ProjectByIdOrKeyArgs = {
86024
86296
  cloudId: Scalars['ID']['input'];
86025
86297
  idOrKey: Scalars['String']['input'];
@@ -86054,6 +86326,12 @@ export declare type QueryLoom_CommentArgs = {
86054
86326
  export declare type QueryLoom_CommentsArgs = {
86055
86327
  ids: Array<Scalars['ID']['input']>;
86056
86328
  };
86329
+ export declare type QueryLoom_CreateSpaceArgs = {
86330
+ analyticsSource?: InputMaybe<Scalars['String']['input']>;
86331
+ name: Scalars['String']['input'];
86332
+ privacy?: InputMaybe<LoomSpacePrivacyType>;
86333
+ siteId: Scalars['ID']['input'];
86334
+ };
86057
86335
  export declare type QueryLoom_MeetingArgs = {
86058
86336
  id: Scalars['ID']['input'];
86059
86337
  };
@@ -86345,6 +86623,9 @@ export declare type QueryQuickReloadArgs = {
86345
86623
  pageId: Scalars['Long']['input'];
86346
86624
  since: Scalars['Long']['input'];
86347
86625
  };
86626
+ export declare type QueryRadar_ConnectorsArgs = {
86627
+ cloudId: Scalars['ID']['input'];
86628
+ };
86348
86629
  export declare type QueryRadar_FieldValuesArgs = {
86349
86630
  after?: InputMaybe<Scalars['String']['input']>;
86350
86631
  before?: InputMaybe<Scalars['String']['input']>;
@@ -86883,6 +87164,19 @@ export declare type RadarConnection = {
86883
87164
  pageInfo: PageInfo;
86884
87165
  totalCount: Scalars['Int']['output'];
86885
87166
  };
87167
+ export declare type RadarConnector = {
87168
+ __typename?: 'RadarConnector';
87169
+ connectorId: Scalars['ID']['output'];
87170
+ connectorName?: Maybe<Scalars['String']['output']>;
87171
+ connectorType?: Maybe<Scalars['String']['output']>;
87172
+ id: Scalars['ID']['output'];
87173
+ isEnabled: Scalars['Boolean']['output'];
87174
+ isHealthy?: Maybe<Scalars['Boolean']['output']>;
87175
+ };
87176
+ export declare type RadarConnectorsInput = {
87177
+ connectorId: Scalars['ID']['input'];
87178
+ isEnabled: Scalars['Boolean']['input'];
87179
+ };
86886
87180
  export declare type RadarCustomFieldInput = {
86887
87181
  displayName: Scalars['String']['input'];
86888
87182
  entity: RadarEntityType;
@@ -86901,7 +87195,6 @@ export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
86901
87195
  functions: Array<RadarFunctionId>;
86902
87196
  isHidden?: Maybe<Scalars['Boolean']['output']>;
86903
87197
  operators: Array<RadarFilterOperators>;
86904
- plurality: RadarFilterPlurality;
86905
87198
  type: RadarFilterInputType;
86906
87199
  };
86907
87200
  export declare type RadarEdge = {
@@ -86986,14 +87279,8 @@ export declare type RadarFilterOptions = {
86986
87279
  functions: Array<RadarFunctionId>;
86987
87280
  isHidden?: Maybe<Scalars['Boolean']['output']>;
86988
87281
  operators: Array<RadarFilterOperators>;
86989
- plurality: RadarFilterPlurality;
86990
87282
  type: RadarFilterInputType;
86991
87283
  };
86992
- export declare enum RadarFilterPlurality {
86993
- And = "AND",
86994
- None = "NONE",
86995
- Or = "OR"
86996
- }
86997
87284
  export declare type RadarFocusAreaMappingsInput = {
86998
87285
  focusAreaAri?: InputMaybe<Scalars['ID']['input']>;
86999
87286
  positionAri: Scalars['ID']['input'];
@@ -87143,7 +87430,6 @@ export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
87143
87430
  functions: Array<RadarFunctionId>;
87144
87431
  isHidden?: Maybe<Scalars['Boolean']['output']>;
87145
87432
  operators: Array<RadarFilterOperators>;
87146
- plurality: RadarFilterPlurality;
87147
87433
  type: RadarFilterInputType;
87148
87434
  values?: Maybe<Array<Maybe<RadarFieldValue>>>;
87149
87435
  };
@@ -94954,6 +95240,14 @@ export declare type TrelloActionAttachmentPreviewEntity = {
94954
95240
  type?: Maybe<Scalars['String']['output']>;
94955
95241
  url?: Maybe<Scalars['URL']['output']>;
94956
95242
  };
95243
+ export declare type TrelloActionBoardEntity = {
95244
+ __typename?: 'TrelloActionBoardEntity';
95245
+ id?: Maybe<Scalars['ID']['output']>;
95246
+ name?: Maybe<Scalars['String']['output']>;
95247
+ shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
95248
+ text?: Maybe<Scalars['String']['output']>;
95249
+ type?: Maybe<Scalars['String']['output']>;
95250
+ };
94957
95251
  export declare type TrelloActionCardEntity = {
94958
95252
  __typename?: 'TrelloActionCardEntity';
94959
95253
  closed?: Maybe<Scalars['Boolean']['output']>;
@@ -94984,6 +95278,11 @@ export declare type TrelloActionCommentEntity = {
94984
95278
  textHtml?: Maybe<Scalars['String']['output']>;
94985
95279
  type?: Maybe<Scalars['String']['output']>;
94986
95280
  };
95281
+ export declare type TrelloActionDateEntity = {
95282
+ __typename?: 'TrelloActionDateEntity';
95283
+ date?: Maybe<Scalars['DateTime']['output']>;
95284
+ type?: Maybe<Scalars['String']['output']>;
95285
+ };
94987
95286
  export declare type TrelloActionLimits = {
94988
95287
  __typename?: 'TrelloActionLimits';
94989
95288
  reactions?: Maybe<TrelloReactionLimits>;
@@ -95183,6 +95482,7 @@ export declare type TrelloBoard = Node & {
95183
95482
  shortLink: Scalars['TrelloShortLink']['output'];
95184
95483
  shortUrl?: Maybe<Scalars['URL']['output']>;
95185
95484
  tags?: Maybe<TrelloTagConnection>;
95485
+ type?: Maybe<Scalars['String']['output']>;
95186
95486
  url?: Maybe<Scalars['URL']['output']>;
95187
95487
  viewer?: Maybe<TrelloBoardViewer>;
95188
95488
  workspace?: Maybe<TrelloWorkspace>;
@@ -95478,6 +95778,7 @@ export declare type TrelloCard = Node & {
95478
95778
  shortId?: Maybe<Scalars['Int']['output']>;
95479
95779
  shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
95480
95780
  shortUrl?: Maybe<Scalars['URL']['output']>;
95781
+ singleInstrumentationId?: Maybe<Scalars['String']['output']>;
95481
95782
  startedAt?: Maybe<Scalars['DateTime']['output']>;
95482
95783
  stickers?: Maybe<TrelloStickerConnection>;
95483
95784
  url?: Maybe<Scalars['URL']['output']>;
@@ -95537,10 +95838,13 @@ export declare enum TrelloCardActionType {
95537
95838
  AddMember = "ADD_MEMBER",
95538
95839
  Comment = "COMMENT",
95539
95840
  MoveCard = "MOVE_CARD",
95841
+ MoveCardToBoard = "MOVE_CARD_TO_BOARD",
95842
+ MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
95540
95843
  RemoveChecklist = "REMOVE_CHECKLIST",
95541
- RemoveMember = "REMOVE_MEMBER"
95844
+ RemoveMember = "REMOVE_MEMBER",
95845
+ UpdateCardDue = "UPDATE_CARD_DUE"
95542
95846
  }
95543
- export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction;
95847
+ export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardDueAction;
95544
95848
  export declare type TrelloCardAttachmentsByType = {
95545
95849
  __typename?: 'TrelloCardAttachmentsByType';
95546
95850
  trello?: Maybe<TrelloCardAttachmentsCount>;
@@ -96261,6 +96565,45 @@ export declare type TrelloMoveCardActionDisplayEntities = {
96261
96565
  listBefore?: Maybe<TrelloActionListEntity>;
96262
96566
  memberCreator?: Maybe<TrelloActionMemberEntity>;
96263
96567
  };
96568
+ export declare type TrelloMoveCardBoardEntities = {
96569
+ __typename?: 'TrelloMoveCardBoardEntities';
96570
+ board?: Maybe<TrelloActionBoardEntity>;
96571
+ card?: Maybe<TrelloActionCardEntity>;
96572
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
96573
+ };
96574
+ export declare type TrelloMoveCardToBoardAction = TrelloAction & TrelloCardActionData & {
96575
+ __typename?: 'TrelloMoveCardToBoardAction';
96576
+ appCreator?: Maybe<TrelloAppCreator>;
96577
+ board?: Maybe<TrelloBoard>;
96578
+ card?: Maybe<TrelloCard>;
96579
+ creator?: Maybe<TrelloMember>;
96580
+ date?: Maybe<Scalars['DateTime']['output']>;
96581
+ displayEntities?: Maybe<TrelloMoveCardBoardEntities>;
96582
+ displayKey?: Maybe<Scalars['String']['output']>;
96583
+ id: Scalars['ID']['output'];
96584
+ limits?: Maybe<TrelloActionLimits>;
96585
+ reactions?: Maybe<Array<TrelloReaction>>;
96586
+ type?: Maybe<Scalars['String']['output']>;
96587
+ };
96588
+ export declare type TrelloMoveInboxCardToBoardAction = TrelloAction & TrelloCardActionData & {
96589
+ __typename?: 'TrelloMoveInboxCardToBoardAction';
96590
+ appCreator?: Maybe<TrelloAppCreator>;
96591
+ board?: Maybe<TrelloBoard>;
96592
+ card?: Maybe<TrelloCard>;
96593
+ creator?: Maybe<TrelloMember>;
96594
+ date?: Maybe<Scalars['DateTime']['output']>;
96595
+ displayEntities?: Maybe<TrelloMoveInboxCardToBoardEntities>;
96596
+ displayKey?: Maybe<Scalars['String']['output']>;
96597
+ id: Scalars['ID']['output'];
96598
+ limits?: Maybe<TrelloActionLimits>;
96599
+ reactions?: Maybe<Array<TrelloReaction>>;
96600
+ type?: Maybe<Scalars['String']['output']>;
96601
+ };
96602
+ export declare type TrelloMoveInboxCardToBoardEntities = {
96603
+ __typename?: 'TrelloMoveInboxCardToBoardEntities';
96604
+ card?: Maybe<TrelloActionCardEntity>;
96605
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
96606
+ };
96264
96607
  export declare type TrelloMutationApi = {
96265
96608
  __typename?: 'TrelloMutationApi';
96266
96609
  addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
@@ -96794,7 +97137,8 @@ export declare type TrelloQueryApiBoardByShortLinkArgs = {
96794
97137
  shortLink: Scalars['TrelloShortLink']['input'];
96795
97138
  };
96796
97139
  export declare type TrelloQueryApiBoardMirrorCardInfoArgs = {
96797
- id: Scalars['ID']['input'];
97140
+ id?: InputMaybe<Scalars['ID']['input']>;
97141
+ shortLink?: InputMaybe<Scalars['TrelloShortLink']['input']>;
96798
97142
  };
96799
97143
  export declare type TrelloQueryApiCardArgs = {
96800
97144
  id: Scalars['ID']['input'];
@@ -97008,7 +97352,8 @@ export declare type TrelloSubscriptionApiOnWorkspaceUpdatedArgs = {
97008
97352
  id: Scalars['ID']['input'];
97009
97353
  };
97010
97354
  export declare enum TrelloSupportedPlannerProviders {
97011
- Google = "GOOGLE"
97355
+ Google = "GOOGLE",
97356
+ Outlook = "OUTLOOK"
97012
97357
  }
97013
97358
  export declare type TrelloSwitcherViewsInfo = {
97014
97359
  __typename?: 'TrelloSwitcherViewsInfo';
@@ -97141,6 +97486,26 @@ export declare type TrelloUpdateBoardViewerShowCompactMirrorCardPayload = Payloa
97141
97486
  success: Scalars['Boolean']['output'];
97142
97487
  viewer?: Maybe<TrelloBoardViewer>;
97143
97488
  };
97489
+ export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
97490
+ __typename?: 'TrelloUpdateCardDueAction';
97491
+ appCreator?: Maybe<TrelloAppCreator>;
97492
+ board?: Maybe<TrelloBoard>;
97493
+ card?: Maybe<TrelloCard>;
97494
+ creator?: Maybe<TrelloMember>;
97495
+ date?: Maybe<Scalars['DateTime']['output']>;
97496
+ displayEntities?: Maybe<TrelloUpdateCardDueActionDisplayEntities>;
97497
+ displayKey?: Maybe<Scalars['String']['output']>;
97498
+ id: Scalars['ID']['output'];
97499
+ limits?: Maybe<TrelloActionLimits>;
97500
+ reactions?: Maybe<Array<TrelloReaction>>;
97501
+ type?: Maybe<Scalars['String']['output']>;
97502
+ };
97503
+ export declare type TrelloUpdateCardDueActionDisplayEntities = {
97504
+ __typename?: 'TrelloUpdateCardDueActionDisplayEntities';
97505
+ card?: Maybe<TrelloActionCardEntity>;
97506
+ date?: Maybe<TrelloActionDateEntity>;
97507
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
97508
+ };
97144
97509
  export declare type TrelloUpdateCardNameInput = {
97145
97510
  cardId: Scalars['ID']['input'];
97146
97511
  name?: InputMaybe<Scalars['String']['input']>;
@@ -97198,6 +97563,10 @@ export declare type TrelloWorkspaceTagsArgs = {
97198
97563
  after?: InputMaybe<Scalars['String']['input']>;
97199
97564
  first?: InputMaybe<Scalars['Int']['input']>;
97200
97565
  };
97566
+ export declare type TrelloWorkspaceEnterpriseUpdated = {
97567
+ __typename?: 'TrelloWorkspaceEnterpriseUpdated';
97568
+ id?: Maybe<Scalars['ID']['output']>;
97569
+ };
97201
97570
  export declare type TrelloWorkspaceLimits = {
97202
97571
  __typename?: 'TrelloWorkspaceLimits';
97203
97572
  freeBoards?: Maybe<TrelloLimitProps>;
@@ -97246,6 +97615,7 @@ export declare enum TrelloWorkspaceTier {
97246
97615
  export declare type TrelloWorkspaceUpdated = {
97247
97616
  __typename?: 'TrelloWorkspaceUpdated';
97248
97617
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
97618
+ enterprise?: Maybe<TrelloWorkspaceEnterpriseUpdated>;
97249
97619
  id: Scalars['ID']['output'];
97250
97620
  offering?: Maybe<Scalars['String']['output']>;
97251
97621
  planner?: Maybe<TrelloPlannerUpdated>;
@@ -99353,6 +99723,12 @@ export declare type VirtualAgentConversationsFilter = {
99353
99723
  startDate: Scalars['DateTime']['input'];
99354
99724
  states?: InputMaybe<Array<VirtualAgentConversationState>>;
99355
99725
  };
99726
+ export declare type VirtualAgentCopyIntentRuleProjectionPayload = {
99727
+ __typename?: 'VirtualAgentCopyIntentRuleProjectionPayload';
99728
+ errors?: Maybe<Array<MutationError>>;
99729
+ intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjection>;
99730
+ success: Scalars['Boolean']['output'];
99731
+ };
99356
99732
  export declare type VirtualAgentCreateChatChannelInput = {
99357
99733
  isTriageChannel: Scalars['Boolean']['input'];
99358
99734
  isVirtualAgentTestChannel: Scalars['Boolean']['input'];
@@ -99583,6 +99959,7 @@ export declare type VirtualAgentLiveIntentCountResponse = {
99583
99959
  };
99584
99960
  export declare type VirtualAgentMutationApi = {
99585
99961
  __typename?: 'VirtualAgentMutationApi';
99962
+ copyIntentRuleProjection?: Maybe<VirtualAgentCopyIntentRuleProjectionPayload>;
99586
99963
  createChatChannel?: Maybe<VirtualAgentCreateChatChannelPayload>;
99587
99964
  createIntentRuleProjection?: Maybe<VirtualAgentCreateIntentRuleProjectionPayload>;
99588
99965
  createVirtualAgentConfiguration?: Maybe<VirtualAgentCreateConfigurationPayload>;
@@ -99595,6 +99972,9 @@ export declare type VirtualAgentMutationApi = {
99595
99972
  updateIntentRuleProjectionQuestions?: Maybe<VirtualAgentUpdateIntentRuleProjectionQuestionsPayload>;
99596
99973
  updateVirtualAgentConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
99597
99974
  };
99975
+ export declare type VirtualAgentMutationApiCopyIntentRuleProjectionArgs = {
99976
+ virtualAgentIntentRuleProjectionId: Scalars['ID']['input'];
99977
+ };
99598
99978
  export declare type VirtualAgentMutationApiCreateChatChannelArgs = {
99599
99979
  input: VirtualAgentCreateChatChannelInput;
99600
99980
  virtualAgentConfigurationId: Scalars['ID']['input'];