@forge/cli-shared 5.5.3-next.4 → 5.6.0-next.10

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.
@@ -19519,6 +19519,7 @@ export declare type Extension = {
19519
19519
  oauthClientId: Scalars['ID']['output'];
19520
19520
  principal?: Maybe<AppPrincipal>;
19521
19521
  properties: Scalars['JSON']['output'];
19522
+ remoteInstallationRegion?: Maybe<Scalars['String']['output']>;
19522
19523
  requiresAutoConsent?: Maybe<Scalars['Boolean']['output']>;
19523
19524
  requiresUserConsent?: Maybe<Scalars['Boolean']['output']>;
19524
19525
  scopes: Array<Scalars['String']['output']>;
@@ -28335,20 +28336,6 @@ export declare type GraphStoreCreateComponentImpactedByIncidentRelationshipObjec
28335
28336
  reporterAri?: InputMaybe<Scalars['String']['input']>;
28336
28337
  status?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentJiraIncidentStatusInput>;
28337
28338
  };
28338
- export declare type GraphStoreCreateFocusAreaHasAtlasGoalInput = {
28339
- relationships: Array<GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput>;
28340
- };
28341
- export declare type GraphStoreCreateFocusAreaHasAtlasGoalPayload = Payload & {
28342
- __typename?: 'GraphStoreCreateFocusAreaHasAtlasGoalPayload';
28343
- errors?: Maybe<Array<MutationError>>;
28344
- success: Scalars['Boolean']['output'];
28345
- };
28346
- export declare type GraphStoreCreateFocusAreaHasAtlasGoalRelationshipInput = {
28347
- from: Scalars['ID']['input'];
28348
- sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
28349
- to: Scalars['ID']['input'];
28350
- updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
28351
- };
28352
28339
  export declare type GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput = {
28353
28340
  relationships: Array<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
28354
28341
  };
@@ -28684,19 +28671,6 @@ export declare type GraphStoreDeleteComponentImpactedByIncidentRelationshipInput
28684
28671
  from: Scalars['ID']['input'];
28685
28672
  to: Scalars['ID']['input'];
28686
28673
  };
28687
- export declare type GraphStoreDeleteFocusAreaHasAtlasGoalInput = {
28688
- relationships: Array<GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput>;
28689
- synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
28690
- };
28691
- export declare type GraphStoreDeleteFocusAreaHasAtlasGoalPayload = Payload & {
28692
- __typename?: 'GraphStoreDeleteFocusAreaHasAtlasGoalPayload';
28693
- errors?: Maybe<Array<MutationError>>;
28694
- success: Scalars['Boolean']['output'];
28695
- };
28696
- export declare type GraphStoreDeleteFocusAreaHasAtlasGoalRelationshipInput = {
28697
- from: Scalars['ID']['input'];
28698
- to: Scalars['ID']['input'];
28699
- };
28700
28674
  export declare type GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput = {
28701
28675
  relationships: Array<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkRelationshipInput>;
28702
28676
  synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
@@ -28969,10 +28943,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectSortInput = {
28969
28943
  lastModified?: InputMaybe<GraphStoreSortInput>;
28970
28944
  };
28971
28945
  export declare type GraphStoreFocusAreaHasAtlasGoalSortInput = {
28972
- createdAt?: InputMaybe<GraphStoreSortInput>;
28973
- fromAti?: InputMaybe<GraphStoreSortInput>;
28974
28946
  lastModified?: InputMaybe<GraphStoreSortInput>;
28975
- toAti?: InputMaybe<GraphStoreSortInput>;
28976
28947
  };
28977
28948
  export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
28978
28949
  lastModified?: InputMaybe<GraphStoreSortInput>;
@@ -32615,7 +32586,6 @@ export declare type GraphStoreMediaAttachedToContentSortInput = {
32615
32586
  export declare type GraphStoreMutation = {
32616
32587
  __typename?: 'GraphStoreMutation';
32617
32588
  createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
32618
- createFocusAreaHasAtlasGoal?: Maybe<GraphStoreCreateFocusAreaHasAtlasGoalPayload>;
32619
32589
  createIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkPayload>;
32620
32590
  createIncidentHasActionItem?: Maybe<GraphStoreCreateIncidentHasActionItemPayload>;
32621
32591
  createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
@@ -32637,7 +32607,6 @@ export declare type GraphStoreMutation = {
32637
32607
  createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
32638
32608
  createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
32639
32609
  deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
32640
- deleteFocusAreaHasAtlasGoal?: Maybe<GraphStoreDeleteFocusAreaHasAtlasGoalPayload>;
32641
32610
  deleteIncidentAssociatedPostIncidentReviewLink?: Maybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkPayload>;
32642
32611
  deleteIncidentHasActionItem?: Maybe<GraphStoreDeleteIncidentHasActionItemPayload>;
32643
32612
  deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
@@ -32662,9 +32631,6 @@ export declare type GraphStoreMutation = {
32662
32631
  export declare type GraphStoreMutationCreateComponentImpactedByIncidentArgs = {
32663
32632
  input?: InputMaybe<GraphStoreCreateComponentImpactedByIncidentInput>;
32664
32633
  };
32665
- export declare type GraphStoreMutationCreateFocusAreaHasAtlasGoalArgs = {
32666
- input?: InputMaybe<GraphStoreCreateFocusAreaHasAtlasGoalInput>;
32667
- };
32668
32634
  export declare type GraphStoreMutationCreateIncidentAssociatedPostIncidentReviewLinkArgs = {
32669
32635
  input?: InputMaybe<GraphStoreCreateIncidentAssociatedPostIncidentReviewLinkInput>;
32670
32636
  };
@@ -32728,9 +32694,6 @@ export declare type GraphStoreMutationCreateVulnerabilityAssociatedIssueArgs = {
32728
32694
  export declare type GraphStoreMutationDeleteComponentImpactedByIncidentArgs = {
32729
32695
  input?: InputMaybe<GraphStoreDeleteComponentImpactedByIncidentInput>;
32730
32696
  };
32731
- export declare type GraphStoreMutationDeleteFocusAreaHasAtlasGoalArgs = {
32732
- input?: InputMaybe<GraphStoreDeleteFocusAreaHasAtlasGoalInput>;
32733
- };
32734
32697
  export declare type GraphStoreMutationDeleteIncidentAssociatedPostIncidentReviewLinkArgs = {
32735
32698
  input?: InputMaybe<GraphStoreDeleteIncidentAssociatedPostIncidentReviewLinkInput>;
32736
32699
  };
@@ -33555,12 +33518,10 @@ export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseEdge
33555
33518
  };
33556
33519
  export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseUnion = MercuryFocusArea;
33557
33520
  export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectUnion = DevOpsProjectDetails;
33558
- export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & HasTotal & {
33521
+ export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection = HasPageInfo & {
33559
33522
  __typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection';
33560
33523
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge>>>;
33561
- isExactCount?: Maybe<Scalars['Boolean']['output']>;
33562
33524
  pageInfo: PageInfo;
33563
- totalCount?: Maybe<Scalars['Int']['output']>;
33564
33525
  };
33565
33526
  export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
33566
33527
  __typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge';
@@ -33570,12 +33531,10 @@ export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalEdge = {
33570
33531
  lastUpdated: Scalars['DateTime']['output'];
33571
33532
  node?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalUnion>;
33572
33533
  };
33573
- export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & HasTotal & {
33534
+ export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection = HasPageInfo & {
33574
33535
  __typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection';
33575
33536
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge>>>;
33576
- isExactCount?: Maybe<Scalars['Boolean']['output']>;
33577
33537
  pageInfo: PageInfo;
33578
- totalCount?: Maybe<Scalars['Int']['output']>;
33579
33538
  };
33580
33539
  export declare type GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge = {
33581
33540
  __typename?: 'GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseEdge';
@@ -38767,7 +38726,6 @@ export declare type InvokeExtensionInput = {
38767
38726
  entryPoint?: InputMaybe<Scalars['String']['input']>;
38768
38727
  extensionId?: InputMaybe<Scalars['ID']['input']>;
38769
38728
  payload: Scalars['JSON']['input'];
38770
- schema?: InputMaybe<Scalars['String']['input']>;
38771
38729
  };
38772
38730
  export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtension & {
38773
38731
  __typename?: 'InvokeExtensionPayloadErrorExtension';
@@ -40363,6 +40321,8 @@ export declare type JiraCalendarCrossProjectVersionsArgs = {
40363
40321
  };
40364
40322
  export declare type JiraCalendarIssueArgs = {
40365
40323
  id: Scalars['ID']['input'];
40324
+ issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
40325
+ unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
40366
40326
  };
40367
40327
  export declare type JiraCalendarIssuesArgs = {
40368
40328
  after?: InputMaybe<Scalars['String']['input']>;
@@ -42542,6 +42502,7 @@ export declare type JiraFieldNonEditableReason = {
42542
42502
  };
42543
42503
  export declare type JiraFieldOperation = {
42544
42504
  __typename?: 'JiraFieldOperation';
42505
+ canAssociateInSettings?: Maybe<Scalars['Boolean']['output']>;
42545
42506
  canDelete?: Maybe<Scalars['Boolean']['output']>;
42546
42507
  canEdit?: Maybe<Scalars['Boolean']['output']>;
42547
42508
  canModifyOptions?: Maybe<Scalars['Boolean']['output']>;
@@ -43452,6 +43413,7 @@ export declare type JiraIssue = JiraScenarioIssueLike & Node & {
43452
43413
  summarisedDeployments?: Maybe<DevOpsSummarisedDeployments>;
43453
43414
  summarisedFeatureFlags?: Maybe<DevOpsSummarisedFeatureFlags>;
43454
43415
  summaryField?: Maybe<JiraSingleLineTextField>;
43416
+ timeTrackingField?: Maybe<JiraTimeTrackingField>;
43455
43417
  updatedField?: Maybe<JiraDateTimePickerField>;
43456
43418
  webUrl?: Maybe<Scalars['URL']['output']>;
43457
43419
  worklogs?: Maybe<JiraWorkLogConnection>;
@@ -44536,6 +44498,10 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
44536
44498
  first?: InputMaybe<Scalars['Int']['input']>;
44537
44499
  last?: InputMaybe<Scalars['Int']['input']>;
44538
44500
  };
44501
+ export declare type JiraIssueSearchViewConfigInput = {
44502
+ staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
44503
+ viewInput?: InputMaybe<JiraIssueSearchViewInput>;
44504
+ };
44539
44505
  export declare type JiraIssueSearchViewFieldSetsContext = {
44540
44506
  projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
44541
44507
  };
@@ -44543,6 +44509,10 @@ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
44543
44509
  issueType?: InputMaybe<Scalars['ID']['input']>;
44544
44510
  project?: InputMaybe<Scalars['ID']['input']>;
44545
44511
  };
44512
+ export declare type JiraIssueSearchViewInput = {
44513
+ namespace?: InputMaybe<Scalars['String']['input']>;
44514
+ viewId?: InputMaybe<Scalars['String']['input']>;
44515
+ };
44546
44516
  export declare type JiraIssueSearchViewPayload = Payload & {
44547
44517
  __typename?: 'JiraIssueSearchViewPayload';
44548
44518
  errors?: Maybe<Array<MutationError>>;
@@ -44738,6 +44708,8 @@ export declare enum JiraIssueViewTimestampDisplayMode {
44738
44708
  export declare type JiraIssueWithScenario = {
44739
44709
  __typename?: 'JiraIssueWithScenario';
44740
44710
  errors?: Maybe<Array<QueryError>>;
44711
+ isInScope?: Maybe<Scalars['Boolean']['output']>;
44712
+ isUnscheduled?: Maybe<Scalars['Boolean']['output']>;
44741
44713
  scenarioIssueLike?: Maybe<JiraScenarioIssueLike>;
44742
44714
  };
44743
44715
  export declare enum JiraIteration {
@@ -46001,6 +45973,7 @@ export declare type JiraMutation = {
46001
45973
  updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
46002
45974
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
46003
45975
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
45976
+ updateOriginalTimeEstimateField?: Maybe<JiraOriginalTimeEstimateFieldPayload>;
46004
45977
  updateParentField?: Maybe<JiraParentFieldPayload>;
46005
45978
  updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
46006
45979
  updatePriorityField?: Maybe<JiraPriorityFieldPayload>;
@@ -46446,6 +46419,9 @@ export declare type JiraMutationUpdateMultipleVersionPickerFieldArgs = {
46446
46419
  export declare type JiraMutationUpdateNumberFieldArgs = {
46447
46420
  input: JiraUpdateNumberFieldInput;
46448
46421
  };
46422
+ export declare type JiraMutationUpdateOriginalTimeEstimateFieldArgs = {
46423
+ input: JiraOriginalTimeEstimateFieldInput;
46424
+ };
46449
46425
  export declare type JiraMutationUpdateParentFieldArgs = {
46450
46426
  input: JiraUpdateParentFieldInput;
46451
46427
  };
@@ -46962,6 +46938,7 @@ export declare type JiraOpsgenieTeam = Node & {
46962
46938
  };
46963
46939
  export declare type JiraOption = JiraSelectableValue & Node & {
46964
46940
  __typename?: 'JiraOption';
46941
+ color?: Maybe<JiraColor>;
46965
46942
  id: Scalars['ID']['output'];
46966
46943
  isDisabled?: Maybe<Scalars['Boolean']['output']>;
46967
46944
  optionId: Scalars['String']['output'];
@@ -47038,6 +47015,16 @@ export declare type JiraOriginalTimeEstimateField = JiraIssueField & JiraIssueFi
47038
47015
  type: Scalars['String']['output'];
47039
47016
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
47040
47017
  };
47018
+ export declare type JiraOriginalTimeEstimateFieldInput = {
47019
+ id: Scalars['ID']['input'];
47020
+ originalEstimate: JiraEstimateInput;
47021
+ };
47022
+ export declare type JiraOriginalTimeEstimateFieldPayload = Payload & {
47023
+ __typename?: 'JiraOriginalTimeEstimateFieldPayload';
47024
+ errors?: Maybe<Array<MutationError>>;
47025
+ field?: Maybe<JiraOriginalTimeEstimateField>;
47026
+ success: Scalars['Boolean']['output'];
47027
+ };
47041
47028
  export declare type JiraOutgoingEmailSettings = {
47042
47029
  __typename?: 'JiraOutgoingEmailSettings';
47043
47030
  emailDisabledDueToSpamProtectionRateLimit: Scalars['Boolean']['output'];
@@ -48804,6 +48791,7 @@ export declare type JiraQueryIssueSearchArgs = {
48804
48791
  last?: InputMaybe<Scalars['Int']['input']>;
48805
48792
  options?: InputMaybe<JiraIssueSearchOptions>;
48806
48793
  saveJQLToUserHistory?: InputMaybe<Scalars['Boolean']['input']>;
48794
+ viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
48807
48795
  };
48808
48796
  export declare type JiraQueryIssueSearchByFilterIdArgs = {
48809
48797
  id: Scalars['ID']['input'];
@@ -51849,8 +51837,10 @@ export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
51849
51837
  export declare type JiraSubscriptionOnCalendarIssueCreatedArgs = {
51850
51838
  cloudId: Scalars['ID']['input'];
51851
51839
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
51840
+ issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
51852
51841
  projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
51853
51842
  scope?: InputMaybe<JiraViewScopeInput>;
51843
+ unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
51854
51844
  };
51855
51845
  export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
51856
51846
  cloudId: Scalars['ID']['input'];
@@ -51859,8 +51849,10 @@ export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
51859
51849
  export declare type JiraSubscriptionOnCalendarIssueUpdatedArgs = {
51860
51850
  cloudId: Scalars['ID']['input'];
51861
51851
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
51852
+ issuesInput?: InputMaybe<JiraCalendarIssuesInput>;
51862
51853
  projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
51863
51854
  scope?: InputMaybe<JiraViewScopeInput>;
51855
+ unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
51864
51856
  };
51865
51857
  export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
51866
51858
  cloudId: Scalars['ID']['input'];
@@ -54140,7 +54132,6 @@ export declare enum JsmChatCreateWebConversationMessageContentType {
54140
54132
  Adf = "ADF"
54141
54133
  }
54142
54134
  export declare type JsmChatCreateWebConversationMessageInput = {
54143
- authorId: Scalars['String']['input'];
54144
54135
  message: Scalars['String']['input'];
54145
54136
  };
54146
54137
  export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
@@ -54494,7 +54485,6 @@ export declare type JsmChatUpdatedProjectSettings = {
54494
54485
  requesterThreadMessageDisabled: Scalars['Boolean']['input'];
54495
54486
  };
54496
54487
  export declare type JsmChatWebAddConversationInteractionInput = {
54497
- authorId: Scalars['String']['input'];
54498
54488
  interactionType: JsmChatWebInteractionType;
54499
54489
  jiraFieldId?: InputMaybe<Scalars['String']['input']>;
54500
54490
  selectedValue: Scalars['String']['input'];
@@ -55538,6 +55528,13 @@ export declare type LpPageInfo = {
55538
55528
  hasPreviousPage: Scalars['Boolean']['output'];
55539
55529
  startCursor?: Maybe<Scalars['String']['output']>;
55540
55530
  };
55531
+ export declare type LpQueryError = Node & {
55532
+ __typename?: 'LpQueryError';
55533
+ extensions?: Maybe<Array<QueryErrorExtension>>;
55534
+ id: Scalars['ID']['output'];
55535
+ identifier?: Maybe<Scalars['ID']['output']>;
55536
+ message?: Maybe<Scalars['String']['output']>;
55537
+ };
55541
55538
  export declare enum LpSortOrder {
55542
55539
  Asc = "ASC",
55543
55540
  Desc = "DESC"
@@ -55743,6 +55740,18 @@ export declare type MarketplaceConnectAppDeployment = MarketplaceAppDeployment &
55743
55740
  isDescriptorFileAvailable: Scalars['Boolean']['output'];
55744
55741
  scopes: Array<ConnectAppScope>;
55745
55742
  };
55743
+ export declare enum MarketplaceConsoleAsvlLegacyVersionApprovalStatus {
55744
+ Approved = "APPROVED",
55745
+ Archived = "ARCHIVED",
55746
+ Deleted = "DELETED",
55747
+ Rejected = "REJECTED",
55748
+ Submitted = "SUBMITTED",
55749
+ Uninitiated = "UNINITIATED"
55750
+ }
55751
+ export declare enum MarketplaceConsoleAsvlLegacyVersionStatus {
55752
+ Private = "PRIVATE",
55753
+ Public = "PUBLIC"
55754
+ }
55746
55755
  export declare type MarketplaceConsoleAppPrivateListingsPageInfo = {
55747
55756
  __typename?: 'MarketplaceConsoleAppPrivateListingsPageInfo';
55748
55757
  endCursor: Scalars['String']['output'];
@@ -55823,9 +55832,9 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
55823
55832
  }
55824
55833
  export declare type MarketplaceConsoleAppSoftwareVersionListing = {
55825
55834
  __typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
55826
- appSoftwareId: Scalars['ID']['output'];
55835
+ appSoftwareId: Scalars['String']['output'];
55827
55836
  approvalStatus: Scalars['String']['output'];
55828
- buildNumber: Scalars['ID']['output'];
55837
+ buildNumber: Scalars['Int']['output'];
55829
55838
  createdAt: Scalars['String']['output'];
55830
55839
  createdBy: Scalars['String']['output'];
55831
55840
  deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
@@ -55837,7 +55846,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
55837
55846
  updatedAt?: Maybe<Scalars['String']['output']>;
55838
55847
  updatedBy?: Maybe<Scalars['String']['output']>;
55839
55848
  vendorLinks?: Maybe<MarketplaceConsoleAppSoftwareVersionListingLinks>;
55840
- version?: Maybe<Scalars['Int']['output']>;
55849
+ version?: Maybe<Scalars['String']['output']>;
55841
55850
  youtubeId?: Maybe<Scalars['String']['output']>;
55842
55851
  };
55843
55852
  export declare type MarketplaceConsoleAppSoftwareVersionListingLinks = {
@@ -55856,10 +55865,16 @@ export declare enum MarketplaceConsoleAppSoftwareVersionState {
55856
55865
  Rejected = "REJECTED",
55857
55866
  Submitted = "SUBMITTED"
55858
55867
  }
55859
- export declare type MarketplaceConsoleAppSoftwareVersions = {
55860
- __typename?: 'MarketplaceConsoleAppSoftwareVersions';
55861
- appSoftwareId: Scalars['ID']['output'];
55862
- versions: Array<MarketplaceConsoleAppSoftwareVersion>;
55868
+ export declare type MarketplaceConsoleAppSoftwareVersionsListItem = {
55869
+ __typename?: 'MarketplaceConsoleAppSoftwareVersionsListItem';
55870
+ appSoftwareId: Scalars['String']['output'];
55871
+ buildNumber: Scalars['Int']['output'];
55872
+ legacyAppVersionApprovalStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>;
55873
+ legacyAppVersionStatus?: Maybe<MarketplaceConsoleAsvlLegacyVersionStatus>;
55874
+ releaseDate?: Maybe<Scalars['String']['output']>;
55875
+ releaseSummary?: Maybe<Scalars['String']['output']>;
55876
+ releasedByUserName?: Maybe<Scalars['String']['output']>;
55877
+ versionNumber?: Maybe<Scalars['String']['output']>;
55863
55878
  };
55864
55879
  export declare type MarketplaceConsoleAppSoftwares = {
55865
55880
  __typename?: 'MarketplaceConsoleAppSoftwares';
@@ -55876,6 +55891,12 @@ export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
55876
55891
  appSoftwareId?: InputMaybe<Scalars['ID']['input']>;
55877
55892
  buildNumber: Scalars['ID']['input'];
55878
55893
  };
55894
+ export declare type MarketplaceConsoleAppVersionsList = {
55895
+ __typename?: 'MarketplaceConsoleAppVersionsList';
55896
+ hasNextPage?: Maybe<Scalars['Boolean']['output']>;
55897
+ nextCursor?: Maybe<Scalars['Int']['output']>;
55898
+ versions: Array<MarketplaceConsoleAppSoftwareVersionsListItem>;
55899
+ };
55879
55900
  export declare type MarketplaceConsoleArtifactFileInfo = {
55880
55901
  __typename?: 'MarketplaceConsoleArtifactFileInfo';
55881
55902
  checksum: Scalars['String']['output'];
@@ -55890,9 +55911,7 @@ export declare type MarketplaceConsoleConnectFrameworkAttributes = {
55890
55911
  scopes: Array<Scalars['String']['output']>;
55891
55912
  };
55892
55913
  export declare type MarketplaceConsoleConnectFrameworkAttributesInput = {
55893
- descriptorId: Scalars['String']['input'];
55894
55914
  href: Scalars['String']['input'];
55895
- scopes?: InputMaybe<Array<Scalars['String']['input']>>;
55896
55915
  };
55897
55916
  export declare type MarketplaceConsoleDeploymentInstruction = {
55898
55917
  __typename?: 'MarketplaceConsoleDeploymentInstruction';
@@ -56081,6 +56100,12 @@ export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
56081
56100
  __typename?: 'MarketplaceConsoleGenericError';
56082
56101
  message: Scalars['String']['output'];
56083
56102
  };
56103
+ export declare type MarketplaceConsoleGetVersionsListInput = {
56104
+ appSoftwareIds: Array<Scalars['ID']['input']>;
56105
+ cursor?: InputMaybe<Scalars['Int']['input']>;
56106
+ legacyAppVersionApprovalStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionApprovalStatus>>;
56107
+ legacyAppVersionStatus?: InputMaybe<Array<MarketplaceConsoleAsvlLegacyVersionStatus>>;
56108
+ };
56084
56109
  export declare enum MarketplaceConsoleHosting {
56085
56110
  Cloud = "CLOUD",
56086
56111
  DataCenter = "DATA_CENTER",
@@ -56314,7 +56339,6 @@ export declare type MarketplaceConsolePluginFrameworkAttributes = {
56314
56339
  pluginFrameworkType: MarketplaceConsolePluginFrameworkType;
56315
56340
  };
56316
56341
  export declare type MarketplaceConsolePluginFrameworkAttributesInput = {
56317
- artifactId: Scalars['String']['input'];
56318
56342
  href: Scalars['String']['input'];
56319
56343
  };
56320
56344
  export declare enum MarketplaceConsolePluginFrameworkType {
@@ -56435,7 +56459,7 @@ export declare type MarketplaceConsoleQueryApi = {
56435
56459
  appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
56436
56460
  appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
56437
56461
  appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
56438
- appSoftwareVersions?: Maybe<MarketplaceConsoleAppSoftwareVersions>;
56462
+ appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
56439
56463
  appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
56440
56464
  currentPartnerContact?: Maybe<MarketplaceConsolePartnerContact>;
56441
56465
  currentPartnerContactByAppId?: Maybe<MarketplaceConsolePartnerContact>;
@@ -56464,8 +56488,8 @@ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionListingArgs = {
56464
56488
  appId: Scalars['ID']['input'];
56465
56489
  buildNumber: Scalars['ID']['input'];
56466
56490
  };
56467
- export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsArgs = {
56468
- appSoftwareId: Scalars['ID']['input'];
56491
+ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
56492
+ versionsListInput: MarketplaceConsoleGetVersionsListInput;
56469
56493
  };
56470
56494
  export declare type MarketplaceConsoleQueryApiAppSoftwaresByAppIdArgs = {
56471
56495
  appId: Scalars['ID']['input'];
@@ -56552,7 +56576,6 @@ export declare type MarketplaceConsoleWorkflowFrameworkAttributes = {
56552
56576
  artifactId: Scalars['ID']['output'];
56553
56577
  };
56554
56578
  export declare type MarketplaceConsoleWorkflowFrameworkAttributesInput = {
56555
- artifactId: Scalars['String']['input'];
56556
56579
  href: Scalars['String']['input'];
56557
56580
  };
56558
56581
  export declare enum MarketplaceEntityStatus {
@@ -60874,20 +60897,7 @@ export declare type PolarisDeleteReactionPayload = Payload & {
60874
60897
  success: Scalars['Boolean']['output'];
60875
60898
  };
60876
60899
  export declare enum PolarisFieldType {
60877
- PolarisIdeaDateField = "PolarisIdeaDateField",
60878
- PolarisIdeaDateTimeField = "PolarisIdeaDateTimeField",
60879
- PolarisIdeaExternalReferenceField = "PolarisIdeaExternalReferenceField",
60880
- PolarisIdeaExternalReferencePropertyField = "PolarisIdeaExternalReferencePropertyField",
60881
- PolarisIdeaIntervalField = "PolarisIdeaIntervalField",
60882
- PolarisIdeaLabelsField = "PolarisIdeaLabelsField",
60883
- PolarisIdeaNumberField = "PolarisIdeaNumberField",
60884
- PolarisIdeaOptionField = "PolarisIdeaOptionField",
60885
- PolarisIdeaOptionsField = "PolarisIdeaOptionsField",
60886
60900
  PolarisIdeaPlayField = "PolarisIdeaPlayField",
60887
- PolarisIdeaReactionsField = "PolarisIdeaReactionsField",
60888
- PolarisIdeaStringField = "PolarisIdeaStringField",
60889
- PolarisIdeaUserField = "PolarisIdeaUserField",
60890
- PolarisIdeaUsersField = "PolarisIdeaUsersField",
60891
60901
  PolarisJiraField = "PolarisJiraField"
60892
60902
  }
60893
60903
  export declare type PolarisFilterInput = {
@@ -60918,493 +60928,14 @@ export declare type PolarisIdea = {
60918
60928
  lastCommentsViewedTimestamp?: Maybe<Scalars['String']['output']>;
60919
60929
  lastInsightsViewedTimestamp?: Maybe<Scalars['String']['output']>;
60920
60930
  };
60921
- export declare type PolarisIdeaArchivedByField = PolarisIdeaField & {
60922
- __typename?: 'PolarisIdeaArchivedByField';
60923
- builtin?: Maybe<BuiltinPolarisIdeaField>;
60924
- decorations?: Maybe<Array<PolarisDecoration>>;
60925
- defaultSortOrder?: Maybe<PolarisSortOrder>;
60926
- description?: Maybe<Scalars['String']['output']>;
60927
- editable: Scalars['Boolean']['output'];
60928
- emoji?: Maybe<Scalars['String']['output']>;
60929
- fieldId?: Maybe<Scalars['Int']['output']>;
60930
- fieldName?: Maybe<Scalars['String']['output']>;
60931
- formula?: Maybe<Scalars['JSON']['output']>;
60932
- groupable: Scalars['Boolean']['output'];
60933
- id: Scalars['ID']['output'];
60934
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
60935
- label: Scalars['String']['output'];
60936
- linearizable: Scalars['Boolean']['output'];
60937
- presentation?: Maybe<PolarisPresentation>;
60938
- sortable: Scalars['Boolean']['output'];
60939
- };
60940
- export declare type PolarisIdeaArchivedField = PolarisIdeaField & {
60941
- __typename?: 'PolarisIdeaArchivedField';
60942
- archivedOption: PolarisIdeaFieldOption;
60943
- builtin?: Maybe<BuiltinPolarisIdeaField>;
60944
- decorations?: Maybe<Array<PolarisDecoration>>;
60945
- defaultSortOrder?: Maybe<PolarisSortOrder>;
60946
- description?: Maybe<Scalars['String']['output']>;
60947
- editable: Scalars['Boolean']['output'];
60948
- emoji?: Maybe<Scalars['String']['output']>;
60949
- fieldId?: Maybe<Scalars['Int']['output']>;
60950
- fieldName?: Maybe<Scalars['String']['output']>;
60951
- formula?: Maybe<Scalars['JSON']['output']>;
60952
- groupable: Scalars['Boolean']['output'];
60953
- id: Scalars['ID']['output'];
60954
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
60955
- label: Scalars['String']['output'];
60956
- linearizable: Scalars['Boolean']['output'];
60957
- presentation?: Maybe<PolarisPresentation>;
60958
- sortable: Scalars['Boolean']['output'];
60959
- };
60960
- export declare type PolarisIdeaArchivedOnField = PolarisIdeaField & {
60961
- __typename?: 'PolarisIdeaArchivedOnField';
60962
- builtin?: Maybe<BuiltinPolarisIdeaField>;
60963
- decorations?: Maybe<Array<PolarisDecoration>>;
60964
- defaultSortOrder?: Maybe<PolarisSortOrder>;
60965
- description?: Maybe<Scalars['String']['output']>;
60966
- editable: Scalars['Boolean']['output'];
60967
- emoji?: Maybe<Scalars['String']['output']>;
60968
- fieldId?: Maybe<Scalars['Int']['output']>;
60969
- fieldName?: Maybe<Scalars['String']['output']>;
60970
- formula?: Maybe<Scalars['JSON']['output']>;
60971
- groupable: Scalars['Boolean']['output'];
60972
- id: Scalars['ID']['output'];
60973
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
60974
- label: Scalars['String']['output'];
60975
- linearizable: Scalars['Boolean']['output'];
60976
- presentation?: Maybe<PolarisPresentation>;
60977
- sortable: Scalars['Boolean']['output'];
60978
- };
60979
- export declare type PolarisIdeaDateField = PolarisIdeaField & {
60980
- __typename?: 'PolarisIdeaDateField';
60981
- builtin?: Maybe<BuiltinPolarisIdeaField>;
60982
- decorations?: Maybe<Array<PolarisDecoration>>;
60983
- defaultSortOrder?: Maybe<PolarisSortOrder>;
60984
- description?: Maybe<Scalars['String']['output']>;
60985
- editable: Scalars['Boolean']['output'];
60986
- emoji?: Maybe<Scalars['String']['output']>;
60987
- fieldId?: Maybe<Scalars['Int']['output']>;
60988
- fieldName?: Maybe<Scalars['String']['output']>;
60989
- formula?: Maybe<Scalars['JSON']['output']>;
60990
- groupable: Scalars['Boolean']['output'];
60991
- id: Scalars['ID']['output'];
60992
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
60993
- label: Scalars['String']['output'];
60994
- linearizable: Scalars['Boolean']['output'];
60995
- presentation?: Maybe<PolarisPresentation>;
60996
- sortable: Scalars['Boolean']['output'];
60997
- };
60998
- export declare type PolarisIdeaDateTimeField = PolarisIdeaField & {
60999
- __typename?: 'PolarisIdeaDateTimeField';
61000
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61001
- decorations?: Maybe<Array<PolarisDecoration>>;
61002
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61003
- description?: Maybe<Scalars['String']['output']>;
61004
- editable: Scalars['Boolean']['output'];
61005
- emoji?: Maybe<Scalars['String']['output']>;
61006
- fieldId?: Maybe<Scalars['Int']['output']>;
61007
- fieldName?: Maybe<Scalars['String']['output']>;
61008
- formula?: Maybe<Scalars['JSON']['output']>;
61009
- groupable: Scalars['Boolean']['output'];
61010
- id: Scalars['ID']['output'];
61011
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61012
- label: Scalars['String']['output'];
61013
- linearizable: Scalars['Boolean']['output'];
61014
- presentation?: Maybe<PolarisPresentation>;
61015
- sortable: Scalars['Boolean']['output'];
61016
- };
61017
- export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
61018
- __typename?: 'PolarisIdeaDocumentField';
61019
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61020
- decorations?: Maybe<Array<PolarisDecoration>>;
61021
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61022
- description?: Maybe<Scalars['String']['output']>;
61023
- editable: Scalars['Boolean']['output'];
61024
- emoji?: Maybe<Scalars['String']['output']>;
61025
- fieldId?: Maybe<Scalars['Int']['output']>;
61026
- fieldName?: Maybe<Scalars['String']['output']>;
61027
- formula?: Maybe<Scalars['JSON']['output']>;
61028
- groupable: Scalars['Boolean']['output'];
61029
- id: Scalars['ID']['output'];
61030
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61031
- label: Scalars['String']['output'];
61032
- linearizable: Scalars['Boolean']['output'];
61033
- presentation?: Maybe<PolarisPresentation>;
61034
- sortable: Scalars['Boolean']['output'];
61035
- };
61036
- export declare type PolarisIdeaExternalReferenceField = PolarisIdeaField & {
61037
- __typename?: 'PolarisIdeaExternalReferenceField';
61038
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61039
- configuration?: Maybe<Scalars['JSON']['output']>;
61040
- decorations?: Maybe<Array<PolarisDecoration>>;
61041
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61042
- description?: Maybe<Scalars['String']['output']>;
61043
- editable: Scalars['Boolean']['output'];
61044
- emoji?: Maybe<Scalars['String']['output']>;
61045
- fieldId?: Maybe<Scalars['Int']['output']>;
61046
- fieldName?: Maybe<Scalars['String']['output']>;
61047
- formula?: Maybe<Scalars['JSON']['output']>;
61048
- groupable: Scalars['Boolean']['output'];
61049
- id: Scalars['ID']['output'];
61050
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61051
- label: Scalars['String']['output'];
61052
- linearizable: Scalars['Boolean']['output'];
61053
- presentation?: Maybe<PolarisPresentation>;
61054
- sortable: Scalars['Boolean']['output'];
61055
- };
61056
- export declare type PolarisIdeaExternalReferencePropertyField = PolarisIdeaField & {
61057
- __typename?: 'PolarisIdeaExternalReferencePropertyField';
61058
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61059
- decorations?: Maybe<Array<PolarisDecoration>>;
61060
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61061
- description?: Maybe<Scalars['String']['output']>;
61062
- editable: Scalars['Boolean']['output'];
61063
- emoji?: Maybe<Scalars['String']['output']>;
61064
- fieldId?: Maybe<Scalars['Int']['output']>;
61065
- fieldName?: Maybe<Scalars['String']['output']>;
61066
- formula?: Maybe<Scalars['JSON']['output']>;
61067
- groupable: Scalars['Boolean']['output'];
61068
- id: Scalars['ID']['output'];
61069
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61070
- label: Scalars['String']['output'];
61071
- linearizable: Scalars['Boolean']['output'];
61072
- presentation?: Maybe<PolarisPresentation>;
61073
- sortable: Scalars['Boolean']['output'];
61074
- };
61075
60931
  export declare type PolarisIdeaField = {
61076
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61077
- decorations?: Maybe<Array<PolarisDecoration>>;
61078
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61079
- description?: Maybe<Scalars['String']['output']>;
61080
- editable: Scalars['Boolean']['output'];
61081
- emoji?: Maybe<Scalars['String']['output']>;
61082
- fieldId?: Maybe<Scalars['Int']['output']>;
61083
- fieldName?: Maybe<Scalars['String']['output']>;
61084
- formula?: Maybe<Scalars['JSON']['output']>;
61085
- groupable: Scalars['Boolean']['output'];
61086
- id: Scalars['ID']['output'];
61087
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61088
- label: Scalars['String']['output'];
61089
- linearizable: Scalars['Boolean']['output'];
61090
- presentation?: Maybe<PolarisPresentation>;
61091
- sortable: Scalars['Boolean']['output'];
61092
- };
61093
- export declare type PolarisIdeaFieldOption = {
61094
- __typename?: 'PolarisIdeaFieldOption';
61095
- id: Scalars['ID']['output'];
61096
- label: Scalars['String']['output'];
61097
- weight: Scalars['Int']['output'];
61098
- };
61099
- export declare type PolarisIdeaIntervalField = PolarisIdeaField & {
61100
- __typename?: 'PolarisIdeaIntervalField';
61101
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61102
- configuration?: Maybe<Scalars['JSON']['output']>;
61103
- decorations?: Maybe<Array<PolarisDecoration>>;
61104
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61105
- description?: Maybe<Scalars['String']['output']>;
61106
- editable: Scalars['Boolean']['output'];
61107
- emoji?: Maybe<Scalars['String']['output']>;
61108
- fieldId?: Maybe<Scalars['Int']['output']>;
61109
- fieldName?: Maybe<Scalars['String']['output']>;
61110
- formula?: Maybe<Scalars['JSON']['output']>;
61111
- groupable: Scalars['Boolean']['output'];
61112
- id: Scalars['ID']['output'];
61113
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61114
- label: Scalars['String']['output'];
61115
- linearizable: Scalars['Boolean']['output'];
61116
- presentation?: Maybe<PolarisPresentation>;
61117
- sortable: Scalars['Boolean']['output'];
61118
- };
61119
- export declare type PolarisIdeaIssueCommentsField = PolarisIdeaField & {
61120
- __typename?: 'PolarisIdeaIssueCommentsField';
61121
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61122
- decorations?: Maybe<Array<PolarisDecoration>>;
61123
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61124
- description?: Maybe<Scalars['String']['output']>;
61125
- editable: Scalars['Boolean']['output'];
61126
- emoji?: Maybe<Scalars['String']['output']>;
61127
- fieldId?: Maybe<Scalars['Int']['output']>;
61128
- fieldName?: Maybe<Scalars['String']['output']>;
61129
- formula?: Maybe<Scalars['JSON']['output']>;
61130
- groupable: Scalars['Boolean']['output'];
61131
- id: Scalars['ID']['output'];
61132
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61133
- label: Scalars['String']['output'];
61134
- linearizable: Scalars['Boolean']['output'];
61135
- presentation?: Maybe<PolarisPresentation>;
61136
- sortable: Scalars['Boolean']['output'];
61137
- };
61138
- export declare type PolarisIdeaIssueIdField = PolarisIdeaField & {
61139
- __typename?: 'PolarisIdeaIssueIdField';
61140
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61141
- decorations?: Maybe<Array<PolarisDecoration>>;
61142
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61143
- description?: Maybe<Scalars['String']['output']>;
61144
- editable: Scalars['Boolean']['output'];
61145
- emoji?: Maybe<Scalars['String']['output']>;
61146
- fieldId?: Maybe<Scalars['Int']['output']>;
61147
- fieldName?: Maybe<Scalars['String']['output']>;
61148
- formula?: Maybe<Scalars['JSON']['output']>;
61149
- groupable: Scalars['Boolean']['output'];
61150
- id: Scalars['ID']['output'];
61151
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61152
- label: Scalars['String']['output'];
61153
- linearizable: Scalars['Boolean']['output'];
61154
- presentation?: Maybe<PolarisPresentation>;
61155
- sortable: Scalars['Boolean']['output'];
61156
- };
61157
- export declare type PolarisIdeaIssueTypeField = PolarisIdeaField & {
61158
- __typename?: 'PolarisIdeaIssueTypeField';
61159
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61160
- decorations?: Maybe<Array<PolarisDecoration>>;
61161
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61162
- description?: Maybe<Scalars['String']['output']>;
61163
- editable: Scalars['Boolean']['output'];
61164
- emoji?: Maybe<Scalars['String']['output']>;
61165
- fieldId?: Maybe<Scalars['Int']['output']>;
61166
- fieldName?: Maybe<Scalars['String']['output']>;
61167
- formula?: Maybe<Scalars['JSON']['output']>;
61168
- groupable: Scalars['Boolean']['output'];
61169
- id: Scalars['ID']['output'];
61170
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61171
- label: Scalars['String']['output'];
61172
- linearizable: Scalars['Boolean']['output'];
61173
- presentation?: Maybe<PolarisPresentation>;
61174
- sortable: Scalars['Boolean']['output'];
61175
- };
61176
- export declare type PolarisIdeaKeyField = PolarisIdeaField & {
61177
- __typename?: 'PolarisIdeaKeyField';
61178
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61179
- decorations?: Maybe<Array<PolarisDecoration>>;
61180
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61181
- description?: Maybe<Scalars['String']['output']>;
61182
- editable: Scalars['Boolean']['output'];
61183
- emoji?: Maybe<Scalars['String']['output']>;
61184
- fieldId?: Maybe<Scalars['Int']['output']>;
61185
- fieldName?: Maybe<Scalars['String']['output']>;
61186
- formula?: Maybe<Scalars['JSON']['output']>;
61187
- groupable: Scalars['Boolean']['output'];
61188
- id: Scalars['ID']['output'];
61189
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61190
- label: Scalars['String']['output'];
61191
- linearizable: Scalars['Boolean']['output'];
61192
- presentation?: Maybe<PolarisPresentation>;
61193
- sortable: Scalars['Boolean']['output'];
61194
- };
61195
- export declare type PolarisIdeaLabelsField = PolarisIdeaField & {
61196
- __typename?: 'PolarisIdeaLabelsField';
61197
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61198
- decorations?: Maybe<Array<PolarisDecoration>>;
61199
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61200
- description?: Maybe<Scalars['String']['output']>;
61201
- editable: Scalars['Boolean']['output'];
61202
- emoji?: Maybe<Scalars['String']['output']>;
61203
- fieldId?: Maybe<Scalars['Int']['output']>;
61204
- fieldName?: Maybe<Scalars['String']['output']>;
61205
- formula?: Maybe<Scalars['JSON']['output']>;
61206
- groupable: Scalars['Boolean']['output'];
61207
- id: Scalars['ID']['output'];
61208
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61209
- label: Scalars['String']['output'];
61210
- linearizable: Scalars['Boolean']['output'];
61211
- presentation?: Maybe<PolarisPresentation>;
61212
- sortable: Scalars['Boolean']['output'];
61213
- };
61214
- export declare type PolarisIdeaLinkedIssuesField = PolarisIdeaField & {
61215
- __typename?: 'PolarisIdeaLinkedIssuesField';
61216
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61217
- decorations?: Maybe<Array<PolarisDecoration>>;
61218
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61219
- description?: Maybe<Scalars['String']['output']>;
61220
- editable: Scalars['Boolean']['output'];
61221
- emoji?: Maybe<Scalars['String']['output']>;
61222
- fieldId?: Maybe<Scalars['Int']['output']>;
61223
- fieldName?: Maybe<Scalars['String']['output']>;
61224
- formula?: Maybe<Scalars['JSON']['output']>;
61225
- groupable: Scalars['Boolean']['output'];
61226
- id: Scalars['ID']['output'];
61227
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61228
- label: Scalars['String']['output'];
61229
- linearizable: Scalars['Boolean']['output'];
61230
- presentation?: Maybe<PolarisPresentation>;
61231
- sortable: Scalars['Boolean']['output'];
61232
- };
61233
- export declare type PolarisIdeaLinkedIssuesProgressField = PolarisIdeaField & {
61234
- __typename?: 'PolarisIdeaLinkedIssuesProgressField';
61235
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61236
- decorations?: Maybe<Array<PolarisDecoration>>;
61237
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61238
- description?: Maybe<Scalars['String']['output']>;
61239
- editable: Scalars['Boolean']['output'];
61240
- emoji?: Maybe<Scalars['String']['output']>;
61241
- fieldId?: Maybe<Scalars['Int']['output']>;
61242
- fieldName?: Maybe<Scalars['String']['output']>;
61243
- formula?: Maybe<Scalars['JSON']['output']>;
61244
- groupable: Scalars['Boolean']['output'];
61245
60932
  id: Scalars['ID']['output'];
61246
60933
  jiraFieldKey?: Maybe<Scalars['String']['output']>;
61247
- label: Scalars['String']['output'];
61248
- linearizable: Scalars['Boolean']['output'];
61249
- presentation?: Maybe<PolarisPresentation>;
61250
- sortable: Scalars['Boolean']['output'];
61251
- };
61252
- export declare type PolarisIdeaNumberField = PolarisIdeaField & {
61253
- __typename?: 'PolarisIdeaNumberField';
61254
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61255
- decorations?: Maybe<Array<PolarisDecoration>>;
61256
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61257
- description?: Maybe<Scalars['String']['output']>;
61258
- editable: Scalars['Boolean']['output'];
61259
- emoji?: Maybe<Scalars['String']['output']>;
61260
- fieldId?: Maybe<Scalars['Int']['output']>;
61261
- fieldName?: Maybe<Scalars['String']['output']>;
61262
- formula?: Maybe<Scalars['JSON']['output']>;
61263
- groupable: Scalars['Boolean']['output'];
61264
- id: Scalars['ID']['output'];
61265
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61266
- label: Scalars['String']['output'];
61267
- linearizable: Scalars['Boolean']['output'];
61268
- presentation?: Maybe<PolarisPresentation>;
61269
- sortable: Scalars['Boolean']['output'];
61270
- };
61271
- export declare type PolarisIdeaOptionField = PolarisIdeaField & {
61272
- __typename?: 'PolarisIdeaOptionField';
61273
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61274
- decorations?: Maybe<Array<PolarisDecoration>>;
61275
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61276
- description?: Maybe<Scalars['String']['output']>;
61277
- editable: Scalars['Boolean']['output'];
61278
- emoji?: Maybe<Scalars['String']['output']>;
61279
- fieldId?: Maybe<Scalars['Int']['output']>;
61280
- fieldName?: Maybe<Scalars['String']['output']>;
61281
- formula?: Maybe<Scalars['JSON']['output']>;
61282
- groupable: Scalars['Boolean']['output'];
61283
- id: Scalars['ID']['output'];
61284
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61285
- label: Scalars['String']['output'];
61286
- linearizable: Scalars['Boolean']['output'];
61287
- options?: Maybe<Array<PolarisIdeaFieldOption>>;
61288
- presentation?: Maybe<PolarisPresentation>;
61289
- sortable: Scalars['Boolean']['output'];
61290
- };
61291
- export declare type PolarisIdeaOptionsField = PolarisIdeaField & {
61292
- __typename?: 'PolarisIdeaOptionsField';
61293
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61294
- decorations?: Maybe<Array<PolarisDecoration>>;
61295
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61296
- description?: Maybe<Scalars['String']['output']>;
61297
- editable: Scalars['Boolean']['output'];
61298
- emoji?: Maybe<Scalars['String']['output']>;
61299
- fieldId?: Maybe<Scalars['Int']['output']>;
61300
- fieldName?: Maybe<Scalars['String']['output']>;
61301
- formula?: Maybe<Scalars['JSON']['output']>;
61302
- groupable: Scalars['Boolean']['output'];
61303
- id: Scalars['ID']['output'];
61304
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61305
- label: Scalars['String']['output'];
61306
- linearizable: Scalars['Boolean']['output'];
61307
- options?: Maybe<Array<PolarisIdeaFieldOption>>;
61308
- presentation?: Maybe<PolarisPresentation>;
61309
- sortable: Scalars['Boolean']['output'];
61310
60934
  };
61311
60935
  export declare type PolarisIdeaPlayField = PolarisIdeaField & {
61312
60936
  __typename?: 'PolarisIdeaPlayField';
61313
- aspect?: Maybe<Scalars['String']['output']>;
61314
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61315
- decorations?: Maybe<Array<PolarisDecoration>>;
61316
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61317
- description?: Maybe<Scalars['String']['output']>;
61318
- editable: Scalars['Boolean']['output'];
61319
- emoji?: Maybe<Scalars['String']['output']>;
61320
- fieldId?: Maybe<Scalars['Int']['output']>;
61321
- fieldName?: Maybe<Scalars['String']['output']>;
61322
- formula?: Maybe<Scalars['JSON']['output']>;
61323
- groupable: Scalars['Boolean']['output'];
61324
- id: Scalars['ID']['output'];
61325
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61326
- label: Scalars['String']['output'];
61327
- linearizable: Scalars['Boolean']['output'];
61328
- play?: Maybe<PolarisPlay>;
61329
- presentation?: Maybe<PolarisPresentation>;
61330
- sortable: Scalars['Boolean']['output'];
61331
- };
61332
- export declare type PolarisIdeaReactionsField = PolarisIdeaField & {
61333
- __typename?: 'PolarisIdeaReactionsField';
61334
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61335
- decorations?: Maybe<Array<PolarisDecoration>>;
61336
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61337
- description?: Maybe<Scalars['String']['output']>;
61338
- editable: Scalars['Boolean']['output'];
61339
- emoji?: Maybe<Scalars['String']['output']>;
61340
- fieldId?: Maybe<Scalars['Int']['output']>;
61341
- fieldName?: Maybe<Scalars['String']['output']>;
61342
- formula?: Maybe<Scalars['JSON']['output']>;
61343
- groupable: Scalars['Boolean']['output'];
61344
- id: Scalars['ID']['output'];
61345
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61346
- label: Scalars['String']['output'];
61347
- linearizable: Scalars['Boolean']['output'];
61348
- presentation?: Maybe<PolarisPresentation>;
61349
- sortable: Scalars['Boolean']['output'];
61350
- };
61351
- export declare type PolarisIdeaSpecialField = PolarisIdeaField & {
61352
- __typename?: 'PolarisIdeaSpecialField';
61353
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61354
- decorations?: Maybe<Array<PolarisDecoration>>;
61355
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61356
- description?: Maybe<Scalars['String']['output']>;
61357
- editable: Scalars['Boolean']['output'];
61358
- emoji?: Maybe<Scalars['String']['output']>;
61359
- fieldId?: Maybe<Scalars['Int']['output']>;
61360
- fieldName?: Maybe<Scalars['String']['output']>;
61361
- formula?: Maybe<Scalars['JSON']['output']>;
61362
- groupable: Scalars['Boolean']['output'];
61363
60937
  id: Scalars['ID']['output'];
61364
60938
  jiraFieldKey?: Maybe<Scalars['String']['output']>;
61365
- label: Scalars['String']['output'];
61366
- linearizable: Scalars['Boolean']['output'];
61367
- presentation?: Maybe<PolarisPresentation>;
61368
- sortable: Scalars['Boolean']['output'];
61369
- specialType?: Maybe<Scalars['String']['output']>;
61370
- };
61371
- export declare type PolarisIdeaStatusField = PolarisIdeaField & {
61372
- __typename?: 'PolarisIdeaStatusField';
61373
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61374
- decorations?: Maybe<Array<PolarisDecoration>>;
61375
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61376
- description?: Maybe<Scalars['String']['output']>;
61377
- editable: Scalars['Boolean']['output'];
61378
- emoji?: Maybe<Scalars['String']['output']>;
61379
- fieldId?: Maybe<Scalars['Int']['output']>;
61380
- fieldName?: Maybe<Scalars['String']['output']>;
61381
- formula?: Maybe<Scalars['JSON']['output']>;
61382
- groupable: Scalars['Boolean']['output'];
61383
- id: Scalars['ID']['output'];
61384
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61385
- label: Scalars['String']['output'];
61386
- linearizable: Scalars['Boolean']['output'];
61387
- presentation?: Maybe<PolarisPresentation>;
61388
- sortable: Scalars['Boolean']['output'];
61389
- };
61390
- export declare type PolarisIdeaStringField = PolarisIdeaField & {
61391
- __typename?: 'PolarisIdeaStringField';
61392
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61393
- decorations?: Maybe<Array<PolarisDecoration>>;
61394
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61395
- description?: Maybe<Scalars['String']['output']>;
61396
- editable: Scalars['Boolean']['output'];
61397
- emoji?: Maybe<Scalars['String']['output']>;
61398
- fieldId?: Maybe<Scalars['Int']['output']>;
61399
- fieldName?: Maybe<Scalars['String']['output']>;
61400
- formula?: Maybe<Scalars['JSON']['output']>;
61401
- groupable: Scalars['Boolean']['output'];
61402
- id: Scalars['ID']['output'];
61403
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61404
- label: Scalars['String']['output'];
61405
- linearizable: Scalars['Boolean']['output'];
61406
- presentation?: Maybe<PolarisPresentation>;
61407
- sortable: Scalars['Boolean']['output'];
61408
60939
  };
61409
60940
  export declare type PolarisIdeaTemplate = {
61410
60941
  __typename?: 'PolarisIdeaTemplate';
@@ -61424,44 +60955,6 @@ export declare type PolarisIdeaType = {
61424
60955
  id: Scalars['ID']['output'];
61425
60956
  name: Scalars['String']['output'];
61426
60957
  };
61427
- export declare type PolarisIdeaUserField = PolarisIdeaField & {
61428
- __typename?: 'PolarisIdeaUserField';
61429
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61430
- decorations?: Maybe<Array<PolarisDecoration>>;
61431
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61432
- description?: Maybe<Scalars['String']['output']>;
61433
- editable: Scalars['Boolean']['output'];
61434
- emoji?: Maybe<Scalars['String']['output']>;
61435
- fieldId?: Maybe<Scalars['Int']['output']>;
61436
- fieldName?: Maybe<Scalars['String']['output']>;
61437
- formula?: Maybe<Scalars['JSON']['output']>;
61438
- groupable: Scalars['Boolean']['output'];
61439
- id: Scalars['ID']['output'];
61440
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61441
- label: Scalars['String']['output'];
61442
- linearizable: Scalars['Boolean']['output'];
61443
- presentation?: Maybe<PolarisPresentation>;
61444
- sortable: Scalars['Boolean']['output'];
61445
- };
61446
- export declare type PolarisIdeaUsersField = PolarisIdeaField & {
61447
- __typename?: 'PolarisIdeaUsersField';
61448
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61449
- decorations?: Maybe<Array<PolarisDecoration>>;
61450
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61451
- description?: Maybe<Scalars['String']['output']>;
61452
- editable: Scalars['Boolean']['output'];
61453
- emoji?: Maybe<Scalars['String']['output']>;
61454
- fieldId?: Maybe<Scalars['Int']['output']>;
61455
- fieldName?: Maybe<Scalars['String']['output']>;
61456
- formula?: Maybe<Scalars['JSON']['output']>;
61457
- groupable: Scalars['Boolean']['output'];
61458
- id: Scalars['ID']['output'];
61459
- jiraFieldKey?: Maybe<Scalars['String']['output']>;
61460
- label: Scalars['String']['output'];
61461
- linearizable: Scalars['Boolean']['output'];
61462
- presentation?: Maybe<PolarisPresentation>;
61463
- sortable: Scalars['Boolean']['output'];
61464
- };
61465
60958
  export declare type PolarisIdeas = {
61466
60959
  __typename?: 'PolarisIdeas';
61467
60960
  ideas?: Maybe<Array<PolarisRestIdea>>;
@@ -61488,23 +60981,8 @@ export declare type PolarisIssueLinkType = {
61488
60981
  };
61489
60982
  export declare type PolarisJiraField = PolarisIdeaField & {
61490
60983
  __typename?: 'PolarisJiraField';
61491
- builtin?: Maybe<BuiltinPolarisIdeaField>;
61492
- decorations?: Maybe<Array<PolarisDecoration>>;
61493
- defaultSortOrder?: Maybe<PolarisSortOrder>;
61494
- description?: Maybe<Scalars['String']['output']>;
61495
- editable: Scalars['Boolean']['output'];
61496
- emoji?: Maybe<Scalars['String']['output']>;
61497
- fieldId?: Maybe<Scalars['Int']['output']>;
61498
- fieldName?: Maybe<Scalars['String']['output']>;
61499
- formula?: Maybe<Scalars['JSON']['output']>;
61500
- groupable: Scalars['Boolean']['output'];
61501
60984
  id: Scalars['ID']['output'];
61502
60985
  jiraFieldKey?: Maybe<Scalars['String']['output']>;
61503
- label: Scalars['String']['output'];
61504
- linearizable: Scalars['Boolean']['output'];
61505
- presentation?: Maybe<PolarisPresentation>;
61506
- sortable: Scalars['Boolean']['output'];
61507
- specialType?: Maybe<Scalars['String']['output']>;
61508
60986
  };
61509
60987
  export declare type PolarisMatrixAxis = {
61510
60988
  __typename?: 'PolarisMatrixAxis';
@@ -61965,7 +61443,9 @@ export declare type PolarisViewTableColumnSizeInput = {
61965
61443
  };
61966
61444
  export declare enum PolarisVisualizationType {
61967
61445
  Board = "BOARD",
61446
+ Collection = "COLLECTION",
61968
61447
  Matrix = "MATRIX",
61448
+ Section = "SECTION",
61969
61449
  Table = "TABLE",
61970
61450
  Timeline = "TIMELINE",
61971
61451
  Twoxtwo = "TWOXTWO"
@@ -65426,6 +64906,7 @@ export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider
65426
64906
  iconCssClass?: Maybe<Scalars['String']['output']>;
65427
64907
  iconUrl?: Maybe<Scalars['URL']['output']>;
65428
64908
  id: Scalars['ID']['output'];
64909
+ isVerified: Scalars['Boolean']['output'];
65429
64910
  l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
65430
64911
  lastModified?: Maybe<Scalars['DateTime']['output']>;
65431
64912
  lastModifiedDate?: Maybe<Scalars['String']['output']>;
@@ -65546,6 +65027,7 @@ export declare type SearchItemConnection = {
65546
65027
  edges: Array<SearchResultItemEdge>;
65547
65028
  interleaverScrapingResult?: Maybe<SearchInterleaverScrapingResult>;
65548
65029
  pageInfo: PageInfo;
65030
+ queryInfo?: Maybe<SearchQueryInfo>;
65549
65031
  totalCount?: Maybe<Scalars['Int']['output']>;
65550
65032
  totalCounts: Array<SearchProductCount>;
65551
65033
  };
@@ -65597,6 +65079,7 @@ export declare type SearchQueryApiSearchArgs = {
65597
65079
  after?: InputMaybe<Scalars['String']['input']>;
65598
65080
  analytics?: InputMaybe<SearchAnalyticsInput>;
65599
65081
  before?: InputMaybe<Scalars['String']['input']>;
65082
+ disableQueryReplacement?: InputMaybe<Scalars['Boolean']['input']>;
65600
65083
  disableWildcardMatching?: InputMaybe<Scalars['Boolean']['input']>;
65601
65084
  enableHighlighting?: InputMaybe<Scalars['Boolean']['input']>;
65602
65085
  enableRelevanceDebugging?: InputMaybe<Scalars['Boolean']['input']>;
@@ -65608,6 +65091,15 @@ export declare type SearchQueryApiSearchArgs = {
65608
65091
  query?: InputMaybe<Scalars['String']['input']>;
65609
65092
  sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
65610
65093
  };
65094
+ export declare type SearchQueryInfo = {
65095
+ __typename?: 'SearchQueryInfo';
65096
+ confidenceScore?: Maybe<Scalars['Float']['output']>;
65097
+ originalQuery?: Maybe<Scalars['String']['output']>;
65098
+ originalQueryType?: Maybe<Scalars['String']['output']>;
65099
+ replacementQuery?: Maybe<Scalars['String']['output']>;
65100
+ shouldTriggerAutocorrectionExperience?: Maybe<Scalars['Boolean']['output']>;
65101
+ suggestedQuery?: Maybe<Scalars['String']['output']>;
65102
+ };
65611
65103
  export declare type SearchRecentFilterInput = {
65612
65104
  entities: Array<Scalars['String']['input']>;
65613
65105
  locations: Array<Scalars['String']['input']>;
@@ -67311,11 +66803,7 @@ export declare type ShepherdUpdateAlertsPayload = Payload & {
67311
66803
  success: Scalars['Boolean']['output'];
67312
66804
  };
67313
66805
  export declare type ShepherdUpdateSlackInput = {
67314
- authToken?: InputMaybe<Scalars['String']['input']>;
67315
- callbackURL?: InputMaybe<Scalars['URL']['input']>;
67316
- channelId?: InputMaybe<Scalars['String']['input']>;
67317
- status?: InputMaybe<ShepherdSubscriptionStatus>;
67318
- teamId?: InputMaybe<Scalars['String']['input']>;
66806
+ status: ShepherdSubscriptionStatus;
67319
66807
  };
67320
66808
  export declare type ShepherdUpdateSubscriptionPayload = Payload & {
67321
66809
  __typename?: 'ShepherdUpdateSubscriptionPayload';
@@ -69558,6 +69046,10 @@ export declare type TrelloBoardChecklistsLimits = {
69558
69046
  perBoard?: Maybe<TrelloLimitProps>;
69559
69047
  perCard?: Maybe<TrelloLimitProps>;
69560
69048
  };
69049
+ export declare type TrelloBoardConnectionUpdated = {
69050
+ __typename?: 'TrelloBoardConnectionUpdated';
69051
+ edges?: Maybe<Array<TrelloBoardUpdatedEdge>>;
69052
+ };
69561
69053
  export declare type TrelloBoardCustomFieldOptionsLimits = {
69562
69054
  __typename?: 'TrelloBoardCustomFieldOptionsLimits';
69563
69055
  perField?: Maybe<TrelloLimitProps>;
@@ -69693,6 +69185,10 @@ export declare type TrelloBoardUpdated = {
69693
69185
  url?: Maybe<Scalars['URL']['output']>;
69694
69186
  workspace?: Maybe<TrelloBoardWorkspaceUpdated>;
69695
69187
  };
69188
+ export declare type TrelloBoardUpdatedEdge = {
69189
+ __typename?: 'TrelloBoardUpdatedEdge';
69190
+ node: TrelloBoardUpdated;
69191
+ };
69696
69192
  export declare type TrelloBoardViewer = {
69697
69193
  __typename?: 'TrelloBoardViewer';
69698
69194
  aiEmailEnabled?: Maybe<Scalars['Boolean']['output']>;
@@ -69739,6 +69235,7 @@ export declare type TrelloCard = Node & {
69739
69235
  location?: Maybe<TrelloCardLocation>;
69740
69236
  members?: Maybe<TrelloMemberConnection>;
69741
69237
  mirrorSourceId?: Maybe<Scalars['ID']['output']>;
69238
+ mirrorSourceNodeId?: Maybe<Scalars['String']['output']>;
69742
69239
  name?: Maybe<Scalars['String']['output']>;
69743
69240
  objectId: Scalars['ID']['output'];
69744
69241
  pinned?: Maybe<Scalars['Boolean']['output']>;
@@ -70248,6 +69745,12 @@ export declare type TrelloMemberNonPublicData = {
70248
69745
  fullName?: Maybe<Scalars['String']['output']>;
70249
69746
  initials?: Maybe<Scalars['String']['output']>;
70250
69747
  };
69748
+ export declare type TrelloMemberUpdated = {
69749
+ __typename?: 'TrelloMemberUpdated';
69750
+ _deltas?: Maybe<Array<Scalars['String']['output']>>;
69751
+ boards?: Maybe<TrelloBoardConnectionUpdated>;
69752
+ id?: Maybe<Scalars['ID']['output']>;
69753
+ };
70251
69754
  export declare type TrelloMemberWorkspaceConnection = {
70252
69755
  __typename?: 'TrelloMemberWorkspaceConnection';
70253
69756
  edges?: Maybe<Array<TrelloMemberWorkspaceEdge>>;
@@ -70346,6 +69849,8 @@ export declare type TrelloPlannerCalendar = Node & TrelloProviderCalendarInterfa
70346
69849
  events?: Maybe<TrelloPlannerCalendarEventConnection>;
70347
69850
  id: Scalars['ID']['output'];
70348
69851
  objectId: Scalars['ID']['output'];
69852
+ providerCalendarId: Scalars['ID']['output'];
69853
+ readOnly: Scalars['Boolean']['output'];
70349
69854
  timezone: Scalars['String']['output'];
70350
69855
  title: Scalars['String']['output'];
70351
69856
  type: TrelloSupportedPlannerProviders;
@@ -70446,6 +69951,7 @@ export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalenda
70446
69951
  color: Scalars['String']['output'];
70447
69952
  events?: Maybe<TrelloPlannerCalendarEventConnection>;
70448
69953
  id: Scalars['ID']['output'];
69954
+ readOnly: Scalars['Boolean']['output'];
70449
69955
  timezone: Scalars['String']['output'];
70450
69956
  title: Scalars['String']['output'];
70451
69957
  type: TrelloSupportedPlannerProviders;
@@ -70519,6 +70025,7 @@ export declare type TrelloPowerUpUpdated = {
70519
70025
  export declare type TrelloProviderCalendarInterface = {
70520
70026
  color: Scalars['String']['output'];
70521
70027
  id: Scalars['ID']['output'];
70028
+ readOnly: Scalars['Boolean']['output'];
70522
70029
  timezone: Scalars['String']['output'];
70523
70030
  title: Scalars['String']['output'];
70524
70031
  type: TrelloSupportedPlannerProviders;
@@ -70638,10 +70145,14 @@ export declare type TrelloStickerEdge = {
70638
70145
  export declare type TrelloSubscriptionApi = {
70639
70146
  __typename?: 'TrelloSubscriptionApi';
70640
70147
  onBoardUpdated?: Maybe<TrelloBoardUpdated>;
70148
+ onMemberUpdated?: Maybe<TrelloMemberUpdated>;
70641
70149
  };
70642
70150
  export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
70643
70151
  id: Scalars['ID']['input'];
70644
70152
  };
70153
+ export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
70154
+ id: Scalars['ID']['input'];
70155
+ };
70645
70156
  export declare enum TrelloSupportedPlannerProviders {
70646
70157
  Google = "GOOGLE"
70647
70158
  }