@forge/cli-shared 6.3.0-next.11 → 6.3.0-next.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.3.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ffa1464]
8
+ - @forge/util@1.4.5-next.0
9
+
10
+ ## 6.3.0-next.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c84549a]
15
+ - @forge/manifest@8.0.0-next.10
16
+
3
17
  ## 6.3.0-next.11
4
18
 
5
19
  ### Patch Changes
@@ -14912,7 +14912,7 @@ export declare type ContentPlatformIpmInlineDialog = {
14912
14912
  primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
14913
14913
  secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
14914
14914
  title: Scalars['String']['output'];
14915
- trigger: Array<ContentPlatformIpmTrigger>;
14915
+ trigger: ContentPlatformIpmTrigger;
14916
14916
  updatedAt?: Maybe<Scalars['String']['output']>;
14917
14917
  };
14918
14918
  export declare type ContentPlatformIpmInlineDialogResultEdge = {
@@ -17694,6 +17694,7 @@ export declare type DevAiCancelRunningAutofixScanInput = {
17694
17694
  export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
17695
17695
  __typename?: 'DevAiGenericAutodevLog';
17696
17696
  attributes?: Maybe<Scalars['JSON']['output']>;
17697
+ errorType?: Maybe<Scalars['String']['output']>;
17697
17698
  id: Scalars['ID']['output'];
17698
17699
  kind?: Maybe<Scalars['String']['output']>;
17699
17700
  phase?: Maybe<DevAiAutodevLogPhase>;
@@ -17744,6 +17745,7 @@ export declare type DevAiPhaseStartedAutodevLog = DevAiAutodevLog & {
17744
17745
  };
17745
17746
  export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
17746
17747
  __typename?: 'DevAiPlaintextAutodevLog';
17748
+ errorType?: Maybe<Scalars['String']['output']>;
17747
17749
  id: Scalars['ID']['output'];
17748
17750
  message?: Maybe<Scalars['String']['output']>;
17749
17751
  phase?: Maybe<DevAiAutodevLogPhase>;
@@ -25186,6 +25188,7 @@ export declare type GraphStore = {
25186
25188
  atlasProjectContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullAtlasProjectContributesToAtlasGoalConnection>;
25187
25189
  atlasProjectDependsOnAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectConnection>;
25188
25190
  atlasProjectDependsOnAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseConnection>;
25191
+ atlasProjectHasContributorInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection>;
25189
25192
  atlasProjectHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection>;
25190
25193
  atlasProjectIsRelatedToAtlasProject?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectConnection>;
25191
25194
  atlasProjectIsRelatedToAtlasProjectInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsRelatedToAtlasProjectInverseConnection>;
@@ -25519,7 +25522,10 @@ export declare type GraphStore = {
25519
25522
  testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
25520
25523
  testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
25521
25524
  testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
25525
+ userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
25526
+ userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
25522
25527
  userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
25528
+ userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
25523
25529
  versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
25524
25530
  versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
25525
25531
  versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
@@ -25641,6 +25647,13 @@ export declare type GraphStoreAtlasProjectDependsOnAtlasProjectInverseArgs = {
25641
25647
  id: Scalars['ID']['input'];
25642
25648
  sort?: InputMaybe<GraphStoreAtlasProjectDependsOnAtlasProjectSortInput>;
25643
25649
  };
25650
+ export declare type GraphStoreAtlasProjectHasContributorInverseArgs = {
25651
+ after?: InputMaybe<Scalars['String']['input']>;
25652
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25653
+ first?: InputMaybe<Scalars['Int']['input']>;
25654
+ id: Scalars['ID']['input'];
25655
+ sort?: InputMaybe<GraphStoreAtlasProjectHasContributorSortInput>;
25656
+ };
25644
25657
  export declare type GraphStoreAtlasProjectHasFollowerInverseArgs = {
25645
25658
  after?: InputMaybe<Scalars['String']['input']>;
25646
25659
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27732,6 +27745,20 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
27732
27745
  first?: InputMaybe<Scalars['Int']['input']>;
27733
27746
  id: Scalars['ID']['input'];
27734
27747
  };
27748
+ export declare type GraphStoreUserAuthoredPrArgs = {
27749
+ after?: InputMaybe<Scalars['String']['input']>;
27750
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27751
+ first?: InputMaybe<Scalars['Int']['input']>;
27752
+ id: Scalars['ID']['input'];
27753
+ sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
27754
+ };
27755
+ export declare type GraphStoreUserHasTopProjectArgs = {
27756
+ after?: InputMaybe<Scalars['String']['input']>;
27757
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27758
+ first?: InputMaybe<Scalars['Int']['input']>;
27759
+ id: Scalars['ID']['input'];
27760
+ sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
27761
+ };
27735
27762
  export declare type GraphStoreUserOwnsComponentArgs = {
27736
27763
  after?: InputMaybe<Scalars['String']['input']>;
27737
27764
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -27739,6 +27766,13 @@ export declare type GraphStoreUserOwnsComponentArgs = {
27739
27766
  id: Scalars['ID']['input'];
27740
27767
  sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
27741
27768
  };
27769
+ export declare type GraphStoreUserReviewsPrArgs = {
27770
+ after?: InputMaybe<Scalars['String']['input']>;
27771
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27772
+ first?: InputMaybe<Scalars['Int']['input']>;
27773
+ id: Scalars['ID']['input'];
27774
+ sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
27775
+ };
27742
27776
  export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
27743
27777
  after?: InputMaybe<Scalars['String']['input']>;
27744
27778
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -28030,6 +28064,9 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
28030
28064
  export declare type GraphStoreAtlasProjectDependsOnAtlasProjectSortInput = {
28031
28065
  lastModified?: InputMaybe<GraphStoreSortInput>;
28032
28066
  };
28067
+ export declare type GraphStoreAtlasProjectHasContributorSortInput = {
28068
+ lastModified?: InputMaybe<GraphStoreSortInput>;
28069
+ };
28033
28070
  export declare type GraphStoreAtlasProjectHasFollowerSortInput = {
28034
28071
  lastModified?: InputMaybe<GraphStoreSortInput>;
28035
28072
  };
@@ -28218,7 +28255,7 @@ export declare type GraphStoreBatchFocusAreaHasProjectEndNode = Node & {
28218
28255
  data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
28219
28256
  id: Scalars['ID']['output'];
28220
28257
  };
28221
- export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | TownsquareProject;
28258
+ export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
28222
28259
  export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
28223
28260
  __typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
28224
28261
  edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
@@ -33824,6 +33861,20 @@ export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverse
33824
33861
  };
33825
33862
  export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectInverseUnion = TownsquareProject;
33826
33863
  export declare type GraphStoreSimplifiedAtlasProjectDependsOnAtlasProjectUnion = TownsquareProject;
33864
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection = HasPageInfo & {
33865
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorInverseConnection';
33866
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge>>>;
33867
+ pageInfo: PageInfo;
33868
+ };
33869
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge = {
33870
+ __typename?: 'GraphStoreSimplifiedAtlasProjectHasContributorInverseEdge';
33871
+ createdAt: Scalars['DateTime']['output'];
33872
+ cursor?: Maybe<Scalars['String']['output']>;
33873
+ id: Scalars['ID']['output'];
33874
+ lastUpdated: Scalars['DateTime']['output'];
33875
+ node?: Maybe<GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion>;
33876
+ };
33877
+ export declare type GraphStoreSimplifiedAtlasProjectHasContributorInverseUnion = TownsquareProject;
33827
33878
  export declare type GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection = HasPageInfo & {
33828
33879
  __typename?: 'GraphStoreSimplifiedAtlasProjectHasFollowerInverseConnection';
33829
33880
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasProjectHasFollowerInverseEdge>>>;
@@ -34163,7 +34214,7 @@ export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
34163
34214
  node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
34164
34215
  };
34165
34216
  export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
34166
- export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | TownsquareProject;
34217
+ export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
34167
34218
  export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
34168
34219
  __typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
34169
34220
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
@@ -36212,6 +36263,34 @@ export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseEdge =
36212
36263
  node?: Maybe<GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion>;
36213
36264
  };
36214
36265
  export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion = JiraIssue;
36266
+ export declare type GraphStoreSimplifiedUserAuthoredPrConnection = HasPageInfo & {
36267
+ __typename?: 'GraphStoreSimplifiedUserAuthoredPrConnection';
36268
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrEdge>>>;
36269
+ pageInfo: PageInfo;
36270
+ };
36271
+ export declare type GraphStoreSimplifiedUserAuthoredPrEdge = {
36272
+ __typename?: 'GraphStoreSimplifiedUserAuthoredPrEdge';
36273
+ createdAt: Scalars['DateTime']['output'];
36274
+ cursor?: Maybe<Scalars['String']['output']>;
36275
+ id: Scalars['ID']['output'];
36276
+ lastUpdated: Scalars['DateTime']['output'];
36277
+ node?: Maybe<GraphStoreSimplifiedUserAuthoredPrUnion>;
36278
+ };
36279
+ export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
36280
+ export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
36281
+ __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
36282
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
36283
+ pageInfo: PageInfo;
36284
+ };
36285
+ export declare type GraphStoreSimplifiedUserHasTopProjectEdge = {
36286
+ __typename?: 'GraphStoreSimplifiedUserHasTopProjectEdge';
36287
+ createdAt: Scalars['DateTime']['output'];
36288
+ cursor?: Maybe<Scalars['String']['output']>;
36289
+ id: Scalars['ID']['output'];
36290
+ lastUpdated: Scalars['DateTime']['output'];
36291
+ node?: Maybe<GraphStoreSimplifiedUserHasTopProjectUnion>;
36292
+ };
36293
+ export declare type GraphStoreSimplifiedUserHasTopProjectUnion = JiraProject;
36215
36294
  export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
36216
36295
  __typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
36217
36296
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
@@ -36228,6 +36307,20 @@ export declare type GraphStoreSimplifiedUserOwnsComponentEdge = {
36228
36307
  node?: Maybe<GraphStoreSimplifiedUserOwnsComponentUnion>;
36229
36308
  };
36230
36309
  export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
36310
+ export declare type GraphStoreSimplifiedUserReviewsPrConnection = HasPageInfo & {
36311
+ __typename?: 'GraphStoreSimplifiedUserReviewsPrConnection';
36312
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReviewsPrEdge>>>;
36313
+ pageInfo: PageInfo;
36314
+ };
36315
+ export declare type GraphStoreSimplifiedUserReviewsPrEdge = {
36316
+ __typename?: 'GraphStoreSimplifiedUserReviewsPrEdge';
36317
+ createdAt: Scalars['DateTime']['output'];
36318
+ cursor?: Maybe<Scalars['String']['output']>;
36319
+ id: Scalars['ID']['output'];
36320
+ lastUpdated: Scalars['DateTime']['output'];
36321
+ node?: Maybe<GraphStoreSimplifiedUserReviewsPrUnion>;
36322
+ };
36323
+ export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails;
36231
36324
  export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
36232
36325
  __typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
36233
36326
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseEdge>>>;
@@ -36884,12 +36977,21 @@ export declare type GraphStoreTestPerfhammerMaterializationSortInput = {
36884
36977
  export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
36885
36978
  lastModified?: InputMaybe<GraphStoreSortInput>;
36886
36979
  };
36980
+ export declare type GraphStoreUserAuthoredPrSortInput = {
36981
+ lastModified?: InputMaybe<GraphStoreSortInput>;
36982
+ };
36983
+ export declare type GraphStoreUserHasTopProjectSortInput = {
36984
+ lastModified?: InputMaybe<GraphStoreSortInput>;
36985
+ };
36887
36986
  export declare type GraphStoreUserOwnsComponentSortInput = {
36888
36987
  createdAt?: InputMaybe<GraphStoreSortInput>;
36889
36988
  fromAti?: InputMaybe<GraphStoreSortInput>;
36890
36989
  lastModified?: InputMaybe<GraphStoreSortInput>;
36891
36990
  toAti?: InputMaybe<GraphStoreSortInput>;
36892
36991
  };
36992
+ export declare type GraphStoreUserReviewsPrSortInput = {
36993
+ lastModified?: InputMaybe<GraphStoreSortInput>;
36994
+ };
36893
36995
  export declare type GraphStoreVersionAssociatedBranchSortInput = {
36894
36996
  createdAt?: InputMaybe<GraphStoreSortInput>;
36895
36997
  fromAti?: InputMaybe<GraphStoreSortInput>;
@@ -40884,6 +40986,9 @@ export declare type JiraBulkCreateIssueLinksPayload = Payload & {
40884
40986
  issueLinkEdges?: Maybe<Array<JiraIssueLinkEdge>>;
40885
40987
  success: Scalars['Boolean']['output'];
40886
40988
  };
40989
+ export declare type JiraBulkDeleteInput = {
40990
+ selectedIssueIds: Array<Scalars['ID']['input']>;
40991
+ };
40887
40992
  export declare type JiraBulkEditField = Node & {
40888
40993
  __typename?: 'JiraBulkEditField';
40889
40994
  bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
@@ -40918,11 +41023,13 @@ export declare enum JiraBulkEditMultiSelectFieldOptions {
40918
41023
  Replace = "REPLACE"
40919
41024
  }
40920
41025
  export declare type JiraBulkOperationInput = {
41026
+ bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
40921
41027
  bulkEditInput?: InputMaybe<JiraBulkEditInput>;
40922
41028
  bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
40923
41029
  sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
40924
41030
  };
40925
41031
  export declare enum JiraBulkOperationType {
41032
+ BulkDelete = "BULK_DELETE",
40926
41033
  BulkEdit = "BULK_EDIT",
40927
41034
  BulkTransition = "BULK_TRANSITION"
40928
41035
  }
@@ -44289,6 +44396,9 @@ export declare type JiraIssueFieldsByIdOrAliasArgs = {
44289
44396
  idsOrAliases: Array<InputMaybe<Scalars['String']['input']>>;
44290
44397
  ignoreMissingFields?: InputMaybe<Scalars['Boolean']['input']>;
44291
44398
  };
44399
+ export declare type JiraIssueHasChildrenArgs = {
44400
+ filterByProjectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
44401
+ };
44292
44402
  export declare type JiraIssueHasProjectPermissionArgs = {
44293
44403
  permission: JiraProjectPermissionType;
44294
44404
  };
@@ -49132,6 +49242,7 @@ export declare type JiraQuery = {
49132
49242
  issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
49133
49243
  issueSearchViewResult?: Maybe<JiraIssueSearchViewResult>;
49134
49244
  issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
49245
+ jiraActivityConfiguration?: Maybe<JiraActivityConfiguration>;
49135
49246
  jiraBoard?: Maybe<JiraBoardResult>;
49136
49247
  jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
49137
49248
  jiraCalendar?: Maybe<JiraCalendar>;
@@ -49635,6 +49746,11 @@ export declare type JiraQueryIssuesByKeyArgs = {
49635
49746
  cloudId: Scalars['ID']['input'];
49636
49747
  keys: Array<Scalars['String']['input']>;
49637
49748
  };
49749
+ export declare type JiraQueryJiraActivityConfigurationArgs = {
49750
+ cloudId: Scalars['ID']['input'];
49751
+ id: Scalars['ID']['input'];
49752
+ journeyId: Scalars['ID']['input'];
49753
+ };
49638
49754
  export declare type JiraQueryJiraBoardArgs = {
49639
49755
  id: Scalars['ID']['input'];
49640
49756
  };
@@ -56579,6 +56695,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
56579
56695
  hasPublicVersion?: Maybe<Scalars['Boolean']['output']>;
56580
56696
  hosting: MarketplaceConsoleHosting;
56581
56697
  isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
56698
+ latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
56582
56699
  latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
56583
56700
  pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
56584
56701
  storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
@@ -56873,6 +56990,10 @@ export declare type MarketplaceConsoleEditionsInput = {
56873
56990
  export declare type MarketplaceConsoleError = {
56874
56991
  message: Scalars['String']['output'];
56875
56992
  };
56993
+ export declare type MarketplaceConsoleExtensibilityFramework = {
56994
+ __typename?: 'MarketplaceConsoleExtensibilityFramework';
56995
+ frameworkId: Scalars['String']['output'];
56996
+ };
56876
56997
  export declare type MarketplaceConsoleExternalFrameworkAttributes = {
56877
56998
  __typename?: 'MarketplaceConsoleExternalFrameworkAttributes';
56878
56999
  authorization: Scalars['Boolean']['output'];
@@ -57111,6 +57232,7 @@ export declare type MarketplaceConsoleMutationVoidResponse = {
57111
57232
  };
57112
57233
  export declare type MarketplaceConsoleParentSoftware = {
57113
57234
  __typename?: 'MarketplaceConsoleParentSoftware';
57235
+ extensibilityFrameworks: Array<MarketplaceConsoleExtensibilityFramework>;
57114
57236
  hostingOptions: Array<MarketplaceConsoleHostingOption>;
57115
57237
  id: Scalars['ID']['output'];
57116
57238
  name: Scalars['String']['output'];
@@ -59082,6 +59204,7 @@ export declare type MercuryQueryApi = {
59082
59204
  mediaUploadToken?: Maybe<MercuryMediaToken>;
59083
59205
  myPreference?: Maybe<MercuryPreference>;
59084
59206
  myPreferences?: Maybe<Array<MercuryPreference>>;
59207
+ portfoliosByAris?: Maybe<Array<MercuryPortfolio>>;
59085
59208
  providerWork?: Maybe<MercuryProviderWork>;
59086
59209
  providerWorksByAris?: Maybe<Array<MercuryProviderWork>>;
59087
59210
  team?: Maybe<MercuryTeam>;
@@ -59164,6 +59287,9 @@ export declare type MercuryQueryApiMyPreferenceArgs = {
59164
59287
  export declare type MercuryQueryApiMyPreferencesArgs = {
59165
59288
  cloudId: Scalars['ID']['input'];
59166
59289
  };
59290
+ export declare type MercuryQueryApiPortfoliosByArisArgs = {
59291
+ aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
59292
+ };
59167
59293
  export declare type MercuryQueryApiProviderWorkArgs = {
59168
59294
  cloudId: Scalars['ID']['input'];
59169
59295
  id: Scalars['ID']['input'];
@@ -62777,6 +62903,7 @@ export declare type Query = {
62777
62903
  topicOverview?: Maybe<ContentPlatformTopicOverview>;
62778
62904
  topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
62779
62905
  townsquare?: Maybe<TownsquareQueryApi>;
62906
+ townsquareUnsharded_allWorkspaceSummariesForOrg?: Maybe<TownsquareUnshardedWorkspaceSummaryConnection>;
62780
62907
  trello: TrelloQueryApi;
62781
62908
  unified?: Maybe<UnifiedQuery>;
62782
62909
  user?: Maybe<User>;
@@ -64211,6 +64338,11 @@ export declare type QueryTopicOverviewArgs = {
64211
64338
  export declare type QueryTopicOverviewsArgs = {
64212
64339
  search: ContentPlatformSearchApIv2Query;
64213
64340
  };
64341
+ export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
64342
+ after?: InputMaybe<Scalars['String']['input']>;
64343
+ cloudId: Scalars['String']['input'];
64344
+ first?: InputMaybe<Scalars['Int']['input']>;
64345
+ };
64214
64346
  export declare type QueryUserArgs = {
64215
64347
  accountId: Scalars['ID']['input'];
64216
64348
  };
@@ -64301,6 +64433,7 @@ export declare type RadarEntity = {
64301
64433
  };
64302
64434
  export declare enum RadarEntityType {
64303
64435
  FocusArea = "focusArea",
64436
+ Person = "person",
64304
64437
  Position = "position"
64305
64438
  }
64306
64439
  export declare type RadarError = {
@@ -64329,6 +64462,7 @@ export declare type RadarFieldDefinition = Node & {
64329
64462
  type: RadarFieldType;
64330
64463
  };
64331
64464
  export declare enum RadarFieldType {
64465
+ Ari = "ARI",
64332
64466
  Boolean = "BOOLEAN",
64333
64467
  Datetime = "DATETIME",
64334
64468
  Number = "NUMBER",
@@ -66720,6 +66854,7 @@ export declare type ShepherdActorSessionInfoInput = {
66720
66854
  export declare type ShepherdAlert = Node & {
66721
66855
  __typename?: 'ShepherdAlert';
66722
66856
  actor: ShepherdAlertActor;
66857
+ applicableSites?: Maybe<Array<Scalars['ID']['output']>>;
66723
66858
  assignee?: Maybe<ShepherdUser>;
66724
66859
  cloudId?: Maybe<Scalars['ID']['output']>;
66725
66860
  createdOn: Scalars['DateTime']['output'];
@@ -67497,15 +67632,14 @@ export declare type ShepherdQuery = {
67497
67632
  workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
67498
67633
  };
67499
67634
  export declare type ShepherdQueryShepherdActivityArgs = {
67500
- actions?: InputMaybe<Array<InputMaybe<ShepherdActionType>>>;
67501
67635
  actor?: InputMaybe<Scalars['ID']['input']>;
67502
67636
  after?: InputMaybe<Scalars['String']['input']>;
67637
+ alertType?: InputMaybe<Scalars['String']['input']>;
67503
67638
  endTime?: InputMaybe<Scalars['DateTime']['input']>;
67504
67639
  eventId?: InputMaybe<Scalars['ID']['input']>;
67505
67640
  first: Scalars['Int']['input'];
67506
67641
  orgId?: InputMaybe<Scalars['String']['input']>;
67507
67642
  startTime?: InputMaybe<Scalars['DateTime']['input']>;
67508
- subject?: InputMaybe<ShepherdSubjectInput>;
67509
67643
  workspaceId?: InputMaybe<Scalars['String']['input']>;
67510
67644
  };
67511
67645
  export declare type ShepherdQueryShepherdActorArgs = {
@@ -69640,9 +69774,11 @@ export declare type TownsquareGoalType = Node & {
69640
69774
  __typename?: 'TownsquareGoalType';
69641
69775
  allowedChildTypes?: Maybe<TownsquareGoalTypeConnection>;
69642
69776
  allowedParentTypes?: Maybe<TownsquareGoalTypeConnection>;
69777
+ description?: Maybe<TownsquareGoalTypeDescription>;
69643
69778
  icon?: Maybe<TownsquareGoalTypeIcon>;
69644
69779
  id: Scalars['ID']['output'];
69645
69780
  name?: Maybe<TownsquareGoalTypeName>;
69781
+ requiresParentGoal?: Maybe<Scalars['Boolean']['output']>;
69646
69782
  state?: Maybe<TownsquareGoalTypeState>;
69647
69783
  };
69648
69784
  export declare type TownsquareGoalTypeAllowedChildTypesArgs = {
@@ -69660,10 +69796,15 @@ export declare type TownsquareGoalTypeConnection = {
69660
69796
  edges?: Maybe<Array<Maybe<TownsquareGoalTypeEdge>>>;
69661
69797
  pageInfo: PageInfo;
69662
69798
  };
69799
+ export declare type TownsquareGoalTypeCustomDescription = {
69800
+ __typename?: 'TownsquareGoalTypeCustomDescription';
69801
+ value?: Maybe<Scalars['String']['output']>;
69802
+ };
69663
69803
  export declare type TownsquareGoalTypeCustomName = {
69664
69804
  __typename?: 'TownsquareGoalTypeCustomName';
69665
69805
  value?: Maybe<Scalars['String']['output']>;
69666
69806
  };
69807
+ export declare type TownsquareGoalTypeDescription = TownsquareGoalTypeCustomDescription | TownsquareLocalizationField;
69667
69808
  export declare type TownsquareGoalTypeEdge = {
69668
69809
  __typename?: 'TownsquareGoalTypeEdge';
69669
69810
  cursor: Scalars['String']['output'];
@@ -69809,6 +69950,7 @@ export declare type TownsquareQueryApi = {
69809
69950
  goalTql?: Maybe<TownsquareGoalConnection>;
69810
69951
  goalTqlFullHierarchy?: Maybe<TownsquareGoalConnection>;
69811
69952
  goalTypes?: Maybe<TownsquareGoalTypeConnection>;
69953
+ goalTypesByAri?: Maybe<Array<Maybe<TownsquareGoalType>>>;
69812
69954
  goalsByAri?: Maybe<Array<Maybe<TownsquareGoal>>>;
69813
69955
  project?: Maybe<TownsquareProject>;
69814
69956
  projectSearch?: Maybe<TownsquareProjectConnection>;
@@ -69861,6 +70003,9 @@ export declare type TownsquareQueryApiGoalTypesArgs = {
69861
70003
  first?: InputMaybe<Scalars['Int']['input']>;
69862
70004
  includeDisabled?: InputMaybe<Scalars['Boolean']['input']>;
69863
70005
  };
70006
+ export declare type TownsquareQueryApiGoalTypesByAriArgs = {
70007
+ aris: Array<Scalars['String']['input']>;
70008
+ };
69864
70009
  export declare type TownsquareQueryApiGoalsByAriArgs = {
69865
70010
  aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
69866
70011
  };
@@ -69955,6 +70100,42 @@ export declare type TownsquareTeam = Node & {
69955
70100
  id: Scalars['ID']['output'];
69956
70101
  name?: Maybe<Scalars['String']['output']>;
69957
70102
  };
70103
+ export declare enum TownsquareUnshardedAccessControlCapability {
70104
+ Access = "ACCESS",
70105
+ Administer = "ADMINISTER",
70106
+ Create = "CREATE"
70107
+ }
70108
+ export declare type TownsquareUnshardedCapability = {
70109
+ __typename?: 'TownsquareUnshardedCapability';
70110
+ capability?: Maybe<TownsquareUnshardedAccessControlCapability>;
70111
+ capabilityContainer?: Maybe<TownsquareUnshardedCapabilityContainer>;
70112
+ };
70113
+ export declare enum TownsquareUnshardedCapabilityContainer {
70114
+ GoalsApp = "GOALS_APP",
70115
+ ProjectsApp = "PROJECTS_APP"
70116
+ }
70117
+ export declare type TownsquareUnshardedUserCapabilities = {
70118
+ __typename?: 'TownsquareUnshardedUserCapabilities';
70119
+ capabilities?: Maybe<Array<Maybe<TownsquareUnshardedCapability>>>;
70120
+ };
70121
+ export declare type TownsquareUnshardedWorkspaceSummary = {
70122
+ __typename?: 'TownsquareUnshardedWorkspaceSummary';
70123
+ cloudId: Scalars['String']['output'];
70124
+ id: Scalars['ID']['output'];
70125
+ name: Scalars['String']['output'];
70126
+ userCapabilities?: Maybe<TownsquareUnshardedUserCapabilities>;
70127
+ uuid: Scalars['String']['output'];
70128
+ };
70129
+ export declare type TownsquareUnshardedWorkspaceSummaryConnection = {
70130
+ __typename?: 'TownsquareUnshardedWorkspaceSummaryConnection';
70131
+ edges?: Maybe<Array<Maybe<TownsquareUnshardedWorkspaceSummaryEdge>>>;
70132
+ pageInfo: PageInfo;
70133
+ };
70134
+ export declare type TownsquareUnshardedWorkspaceSummaryEdge = {
70135
+ __typename?: 'TownsquareUnshardedWorkspaceSummaryEdge';
70136
+ cursor: Scalars['String']['output'];
70137
+ node?: Maybe<TownsquareUnshardedWorkspaceSummary>;
70138
+ };
69958
70139
  export declare type TownsquareUserCapabilities = {
69959
70140
  __typename?: 'TownsquareUserCapabilities';
69960
70141
  capabilities?: Maybe<Array<Maybe<TownsquareCapability>>>;