@forge/cli-shared 8.9.1-next.1-experimental-b3c33d6 → 8.9.1-next.10-experimental-4bd2ca0

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,12 +1,91 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.9.1-next.1-experimental-b3c33d6
3
+ ## 8.9.1-next.10-experimental-4bd2ca0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e1a1a98:
8
+ - f3d2047:
9
+ - 0592764:
10
+ - 949f9df: improve docker compose startup failure error message
11
+ - 128d1f8: Error handling logic for install upgrade code
12
+ - 0c4a82e:
8
13
  - Updated dependencies [559c541]
9
- - @forge/manifest@11.0.1-next.0-experimental-b3c33d6
14
+ - Updated dependencies [b5f0775]
15
+ - Updated dependencies [2f0c3c2]
16
+ - Updated dependencies [00eaa35]
17
+ - Updated dependencies [b9cefff]
18
+ - Updated dependencies [b5f0775]
19
+ - Updated dependencies [069288e]
20
+ - Updated dependencies [d317f2e]
21
+ - Updated dependencies [bf0e0f6]
22
+ - Updated dependencies [bb6e58a]
23
+ - @forge/manifest@11.1.0-next.6-experimental-4bd2ca0
24
+
25
+ ## 8.9.1-next.10
26
+
27
+ ### Patch Changes
28
+
29
+ - 949f9df: improve docker compose startup failure error message
30
+
31
+ ## 8.9.1-next.9
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [bb6e58a]
36
+ - @forge/manifest@11.1.0-next.6
37
+
38
+ ## 8.9.1-next.8
39
+
40
+ ### Patch Changes
41
+
42
+ - 0c4a82e:
43
+
44
+ ## 8.9.1-next.7
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [b5f0775]
49
+ - Updated dependencies [b5f0775]
50
+ - @forge/manifest@11.1.0-next.5
51
+
52
+ ## 8.9.1-next.6
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [00eaa35]
57
+ - @forge/manifest@11.1.0-next.4
58
+
59
+ ## 8.9.1-next.5
60
+
61
+ ### Patch Changes
62
+
63
+ - 0592764:
64
+ - 128d1f8: Error handling logic for install upgrade code
65
+
66
+ ## 8.9.1-next.4
67
+
68
+ ### Patch Changes
69
+
70
+ - f3d2047:
71
+ - Updated dependencies [2f0c3c2]
72
+ - Updated dependencies [d317f2e]
73
+ - @forge/manifest@11.1.0-next.3
74
+
75
+ ## 8.9.1-next.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [bf0e0f6]
80
+ - @forge/manifest@11.1.0-next.2
81
+
82
+ ## 8.9.1-next.2
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [b9cefff]
87
+ - Updated dependencies [069288e]
88
+ - @forge/manifest@11.1.0-next.1
10
89
 
11
90
  ## 8.9.1-next.1
12
91
 
@@ -65377,19 +65377,6 @@ export declare type JiraApplicationProperty = Node & {
65377
65377
  type: Scalars['String']['output'];
65378
65378
  value: Scalars['String']['output'];
65379
65379
  };
65380
- export declare type JiraApplySuggestionActionInput = {
65381
- actionId: Scalars['String']['input'];
65382
- cloudId: Scalars['ID']['input'];
65383
- id: Scalars['ID']['input'];
65384
- input?: InputMaybe<Scalars['JSON']['input']>;
65385
- };
65386
- export declare type JiraApplySuggestionActionsPayload = Payload & {
65387
- __typename?: 'JiraApplySuggestionActionsPayload';
65388
- errors?: Maybe<Array<MutationError>>;
65389
- ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
65390
- success: Scalars['Boolean']['output'];
65391
- suggestions?: Maybe<Array<Maybe<JiraSuggestion>>>;
65392
- };
65393
65380
  export declare type JiraApprovalActivityFeedConnection = {
65394
65381
  __typename?: 'JiraApprovalActivityFeedConnection';
65395
65382
  nodes: Array<JiraApprovalActivityItem>;
@@ -69944,16 +69931,6 @@ export declare type JiraDismissInContextConfigPromptPayload = Payload & {
69944
69931
  errors?: Maybe<Array<MutationError>>;
69945
69932
  success: Scalars['Boolean']['output'];
69946
69933
  };
69947
- export declare type JiraDismissSuggestionActionsPayload = Payload & {
69948
- __typename?: 'JiraDismissSuggestionActionsPayload';
69949
- errors?: Maybe<Array<MutationError>>;
69950
- ids?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
69951
- success: Scalars['Boolean']['output'];
69952
- };
69953
- export declare type JiraDismissSuggestionsInput = {
69954
- cloudId: Scalars['ID']['input'];
69955
- ids: Array<Scalars['ID']['input']>;
69956
- };
69957
69934
  export declare type JiraDragAndDropBoardViewIssueInput = {
69958
69935
  destinationCellId?: InputMaybe<Scalars['ID']['input']>;
69959
69936
  id: Scalars['ID']['input'];
@@ -69970,19 +69947,6 @@ export declare type JiraDragAndDropBoardViewIssuePayload = {
69970
69947
  export declare type JiraDuplicateJourneyConfigurationInput = {
69971
69948
  id: Scalars['ID']['input'];
69972
69949
  };
69973
- export declare type JiraDuplicateWorkItemsSuggestion = JiraSuggestion & {
69974
- __typename?: 'JiraDuplicateWorkItemsSuggestion';
69975
- actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
69976
- appliedAction?: Maybe<JiraSuggestionAction>;
69977
- entityId?: Maybe<Scalars['String']['output']>;
69978
- id?: Maybe<Scalars['ID']['output']>;
69979
- relatedEntityId?: Maybe<Scalars['String']['output']>;
69980
- relatedWorkItem?: Maybe<JiraIssue>;
69981
- score?: Maybe<Scalars['Float']['output']>;
69982
- status?: Maybe<JiraSuggestionStatus>;
69983
- type?: Maybe<JiraSuggestionType>;
69984
- workItem?: Maybe<JiraIssue>;
69985
- };
69986
69950
  export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
69987
69951
  __typename?: 'JiraDurationField';
69988
69952
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -83914,16 +83878,6 @@ export declare type JiraSprintUpdateInput = {
83914
83878
  sprintId: Scalars['ID']['input'];
83915
83879
  startDate?: InputMaybe<Scalars['String']['input']>;
83916
83880
  };
83917
- export declare type JiraStaleWorkItemsSuggestion = JiraSuggestion & {
83918
- __typename?: 'JiraStaleWorkItemsSuggestion';
83919
- actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
83920
- appliedAction?: Maybe<JiraSuggestionAction>;
83921
- entityId?: Maybe<Scalars['String']['output']>;
83922
- id?: Maybe<Scalars['ID']['output']>;
83923
- status?: Maybe<JiraSuggestionStatus>;
83924
- type?: Maybe<JiraSuggestionType>;
83925
- workItem?: Maybe<JiraIssue>;
83926
- };
83927
83881
  export declare type JiraStatus = MercuryOriginalProjectStatus & Node & {
83928
83882
  __typename?: 'JiraStatus';
83929
83883
  description?: Maybe<Scalars['String']['output']>;
@@ -84318,61 +84272,6 @@ export declare type JiraSuggestedIssueInput = {
84318
84272
  description?: InputMaybe<Scalars['String']['input']>;
84319
84273
  summary?: InputMaybe<Scalars['String']['input']>;
84320
84274
  };
84321
- export declare type JiraSuggestion = {
84322
- actions?: Maybe<Array<Maybe<JiraSuggestionAction>>>;
84323
- appliedAction?: Maybe<JiraSuggestionAction>;
84324
- entityId?: Maybe<Scalars['String']['output']>;
84325
- id?: Maybe<Scalars['ID']['output']>;
84326
- status?: Maybe<JiraSuggestionStatus>;
84327
- type?: Maybe<JiraSuggestionType>;
84328
- };
84329
- export declare type JiraSuggestionAction = {
84330
- __typename?: 'JiraSuggestionAction';
84331
- default?: Maybe<Scalars['Boolean']['output']>;
84332
- description?: Maybe<Scalars['String']['output']>;
84333
- id?: Maybe<Scalars['String']['output']>;
84334
- inputSchema?: Maybe<JiraSuggestionActionInputSchema>;
84335
- type?: Maybe<JiraSuggestionActionType>;
84336
- };
84337
- export declare type JiraSuggestionActionInputSchema = {
84338
- __typename?: 'JiraSuggestionActionInputSchema';
84339
- properties?: Maybe<Scalars['JSON']['output']>;
84340
- required?: Maybe<Array<Scalars['String']['output']>>;
84341
- };
84342
- export declare enum JiraSuggestionActionType {
84343
- ArchiveWorkItem = "ARCHIVE_WORK_ITEM",
84344
- ChangeDuplicateWorkItemStatus = "CHANGE_DUPLICATE_WORK_ITEM_STATUS",
84345
- ChangeStaleWorkItemStatus = "CHANGE_STALE_WORK_ITEM_STATUS",
84346
- ChangeWorkItemStatus = "CHANGE_WORK_ITEM_STATUS",
84347
- LinkDuplicateWorkItems = "LINK_DUPLICATE_WORK_ITEMS"
84348
- }
84349
- export declare type JiraSuggestionEdge = {
84350
- __typename?: 'JiraSuggestionEdge';
84351
- cursor: Scalars['String']['output'];
84352
- node: JiraSuggestion;
84353
- };
84354
- export declare enum JiraSuggestionStatus {
84355
- Dismissed = "DISMISSED",
84356
- Done = "DONE",
84357
- Pending = "PENDING"
84358
- }
84359
- export declare enum JiraSuggestionType {
84360
- DuplicateWorkItems = "DUPLICATE_WORK_ITEMS",
84361
- StaleWorkItems = "STALE_WORK_ITEMS"
84362
- }
84363
- export declare type JiraSuggestionsByContextInput = {
84364
- after?: InputMaybe<Scalars['String']['input']>;
84365
- first?: InputMaybe<Scalars['Int']['input']>;
84366
- id: Scalars['ID']['input'];
84367
- status?: InputMaybe<Array<JiraSuggestionStatus>>;
84368
- types: Array<JiraSuggestionType>;
84369
- };
84370
- export declare type JiraSuggestionsConnection = HasPageInfo & {
84371
- __typename?: 'JiraSuggestionsConnection';
84372
- edges?: Maybe<Array<Maybe<JiraSuggestionEdge>>>;
84373
- errors?: Maybe<Array<QueryError>>;
84374
- pageInfo: PageInfo;
84375
- };
84376
84275
  export declare enum JiraSyntheticFieldCardOptionType {
84377
84276
  CardCover = "CARD_COVER",
84378
84277
  Pages = "PAGES"
@@ -97265,7 +97164,6 @@ export declare type Mutation = {
97265
97164
  jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
97266
97165
  jira_addFieldsToFieldScheme?: Maybe<JiraAddFieldsToFieldSchemePayload>;
97267
97166
  jira_addTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
97268
- jira_applySuggestionActions?: Maybe<JiraApplySuggestionActionsPayload>;
97269
97167
  jira_archiveIssue?: Maybe<JiraIssueArchivePayload>;
97270
97168
  jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
97271
97169
  jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
@@ -97289,7 +97187,6 @@ export declare type Mutation = {
97289
97187
  jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
97290
97188
  jira_discardUserIssueSearchConfig?: Maybe<JiraDiscardUserIssueSearchConfigPayload>;
97291
97189
  jira_dismissAiAgentSession?: Maybe<JiraDismissAiAgentSessionPayload>;
97292
- jira_dismissSuggestions?: Maybe<JiraDismissSuggestionActionsPayload>;
97293
97190
  jira_dragAndDropBoardViewIssue?: Maybe<JiraDragAndDropBoardViewIssuePayload>;
97294
97191
  jira_editFieldScheme?: Maybe<JiraFieldSchemePayload>;
97295
97192
  jira_listSettingMigrationMutation?: Maybe<JiraListSettingMigrationPayload>;
@@ -97418,6 +97315,7 @@ export declare type Mutation = {
97418
97315
  projects_addTeamContributors?: Maybe<TownsquareProjectsAddTeamContributorsPayload>;
97419
97316
  projects_clone?: Maybe<TownsquareProjectsClonePayload>;
97420
97317
  projects_create?: Maybe<TownsquareProjectsCreatePayload>;
97318
+ projects_createComment?: Maybe<TownsquareProjectsCreateCommentPayload>;
97421
97319
  projects_createDecision?: Maybe<TownsquareProjectsCreateDecisionPayload>;
97422
97320
  projects_createLearning?: Maybe<TownsquareProjectsCreateLearningPayload>;
97423
97321
  projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
@@ -99244,9 +99142,6 @@ export declare type MutationJira_AddTimelineIssueLinkArgs = {
99244
99142
  cloudId: Scalars['ID']['input'];
99245
99143
  input: JiraAddTimelineIssueLinkInput;
99246
99144
  };
99247
- export declare type MutationJira_ApplySuggestionActionsArgs = {
99248
- input: Array<JiraApplySuggestionActionInput>;
99249
- };
99250
99145
  export declare type MutationJira_ArchiveIssueArgs = {
99251
99146
  input: JiraIssueArchiveInput;
99252
99147
  };
@@ -99322,9 +99217,6 @@ export declare type MutationJira_DiscardUserIssueSearchConfigArgs = {
99322
99217
  export declare type MutationJira_DismissAiAgentSessionArgs = {
99323
99218
  input?: InputMaybe<JiraDismissAiAgentSessionInput>;
99324
99219
  };
99325
- export declare type MutationJira_DismissSuggestionsArgs = {
99326
- input: JiraDismissSuggestionsInput;
99327
- };
99328
99220
  export declare type MutationJira_DragAndDropBoardViewIssueArgs = {
99329
99221
  input: JiraDragAndDropBoardViewIssueInput;
99330
99222
  };
@@ -99708,6 +99600,9 @@ export declare type MutationProjects_CloneArgs = {
99708
99600
  export declare type MutationProjects_CreateArgs = {
99709
99601
  input: TownsquareProjectsCreateInput;
99710
99602
  };
99603
+ export declare type MutationProjects_CreateCommentArgs = {
99604
+ input: TownsquareProjectsCreateCommentInput;
99605
+ };
99711
99606
  export declare type MutationProjects_CreateDecisionArgs = {
99712
99607
  input: TownsquareProjectsCreateDecisionInput;
99713
99608
  };
@@ -103920,7 +103815,6 @@ export declare type Query = {
103920
103815
  jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
103921
103816
  jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
103922
103817
  jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
103923
- jira_suggestionsByContext?: Maybe<JiraSuggestionsConnection>;
103924
103818
  jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
103925
103819
  jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
103926
103820
  jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
@@ -104210,6 +104104,7 @@ export declare type Query = {
104210
104104
  teamworkGraph_customerSupportMessages?: Maybe<GraphStoreCypherQueryV2Connection>;
104211
104105
  teamworkGraph_getProjectContext?: Maybe<GraphStoreCypherQueryV2Connection>;
104212
104106
  teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
104107
+ teamworkGraph_teamActiveProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
104213
104108
  teamworkGraph_teamProjects?: Maybe<GraphStoreCypherQueryV2Connection>;
104214
104109
  teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
104215
104110
  teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
@@ -106765,9 +106660,6 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
106765
106660
  cloudId: Scalars['ID']['input'];
106766
106661
  currentURL?: InputMaybe<Scalars['URL']['input']>;
106767
106662
  };
106768
- export declare type QueryJira_SuggestionsByContextArgs = {
106769
- input: JiraSuggestionsByContextInput;
106770
- };
106771
106663
  export declare type QueryJira_UserSegRedirectAdviceArgs = {
106772
106664
  accountId: Scalars['ID']['input'];
106773
106665
  cloudId: Scalars['ID']['input'];
@@ -107792,6 +107684,11 @@ export declare type QueryTeamworkGraph_ProjectUpdatesArgs = {
107792
107684
  projectId: Scalars['String']['input'];
107793
107685
  startDate: Scalars['DateTime']['input'];
107794
107686
  };
107687
+ export declare type QueryTeamworkGraph_TeamActiveProjectsArgs = {
107688
+ after?: InputMaybe<Scalars['String']['input']>;
107689
+ first?: InputMaybe<Scalars['Int']['input']>;
107690
+ teamId: Scalars['ID']['input'];
107691
+ };
107795
107692
  export declare type QueryTeamworkGraph_TeamProjectsArgs = {
107796
107693
  after?: InputMaybe<Scalars['String']['input']>;
107797
107694
  endDate: Scalars['DateTime']['input'];
@@ -111412,6 +111309,7 @@ export declare type SearchThirdPartyMetadata = {
111412
111309
  workspaceUrl?: Maybe<Scalars['String']['output']>;
111413
111310
  };
111414
111311
  export declare type SearchThirdPartyProduct = {
111312
+ connectionIds?: InputMaybe<Array<Scalars['String']['input']>>;
111415
111313
  connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
111416
111314
  containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
111417
111315
  datasourceId?: InputMaybe<Scalars['String']['input']>;
@@ -136564,6 +136462,16 @@ export declare type TownsquareProjectsClonePayload = {
136564
136462
  project?: Maybe<TownsquareProject>;
136565
136463
  success: Scalars['Boolean']['output'];
136566
136464
  };
136465
+ export declare type TownsquareProjectsCreateCommentInput = {
136466
+ commentText: Scalars['String']['input'];
136467
+ entityId: Scalars['ID']['input'];
136468
+ };
136469
+ export declare type TownsquareProjectsCreateCommentPayload = {
136470
+ __typename?: 'TownsquareProjectsCreateCommentPayload';
136471
+ comment?: Maybe<TownsquareComment>;
136472
+ errors?: Maybe<Array<MutationError>>;
136473
+ success: Scalars['Boolean']['output'];
136474
+ };
136567
136475
  export declare type TownsquareProjectsCreateDecisionInput = {
136568
136476
  description: Scalars['String']['input'];
136569
136477
  projectId: Scalars['ID']['input'];