@forge/cli-shared 8.9.0-next.13-experimental-f85d28a → 8.9.0-next.14

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,27 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.9.0-next.13-experimental-f85d28a
4
-
5
- ### Minor Changes
6
-
7
- - 5efbe5a: Added new watch flag to show services command
3
+ ## 8.9.0-next.14
8
4
 
9
5
  ### Patch Changes
10
6
 
11
- - 49bbec0: Display local port by default when tunneling
12
- - 6ab8f99: Re-order dependency between sidecar container and app container so the sidecar is ready for app container bootstrap code
13
- - ef033a5: support container identity when tunneling
14
- - 118f8af: switch `contexts` to `compatibility` for Forge create operation
15
- - aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
16
- - Updated dependencies [0a3f5d5]
17
- - Updated dependencies [9a6d346]
18
- - Updated dependencies [260eb24]
19
- - Updated dependencies [3228cf0]
20
- - Updated dependencies [8962080]
21
- - Updated dependencies [f0a5a03]
22
- - Updated dependencies [d00ef59]
23
- - Updated dependencies [78efec7]
24
- - @forge/manifest@11.0.0-next.7-experimental-f85d28a
7
+ - 16bf52e:
25
8
 
26
9
  ## 8.9.0-next.13
27
10
 
@@ -4112,7 +4112,7 @@ export declare type AppInstallationsFilter = {
4112
4112
  appId: Scalars['ID']['input'];
4113
4113
  environmentType?: InputMaybe<AppEnvironmentType>;
4114
4114
  };
4115
- export declare type AppLog = FunctionInvocationMetadata & Node & {
4115
+ export declare type AppLog = FunctionInvocationMetadata & {
4116
4116
  __typename?: 'AppLog';
4117
4117
  appLogLines?: Maybe<AppLogLineConnection>;
4118
4118
  appVersion: Scalars['String']['output'];
@@ -22457,6 +22457,8 @@ export declare type ConvoAiJira3pRelatedLinksResult = {
22457
22457
  __typename?: 'ConvoAiJira3pRelatedLinksResult';
22458
22458
  edges?: Maybe<Array<ConvoAiJira3pRelatedLinksEdge>>;
22459
22459
  errors?: Maybe<Array<QueryError>>;
22460
+ no3pConnectorEnabled?: Maybe<Scalars['Boolean']['output']>;
22461
+ no3pConnectorOauthEnabled?: Maybe<Scalars['Boolean']['output']>;
22460
22462
  };
22461
22463
  export declare type ConvoAiJiraConfluenceBlogSuggestion = {
22462
22464
  __typename?: 'ConvoAiJiraConfluenceBlogSuggestion';
@@ -22528,6 +22530,7 @@ export declare type ConvoAiThirdPartyRelatedLink = {
22528
22530
  id: Scalars['String']['output'];
22529
22531
  name: Scalars['String']['output'];
22530
22532
  productSource?: Maybe<Scalars['String']['output']>;
22533
+ thirdPartySourceProduct?: Maybe<Scalars['String']['output']>;
22531
22534
  url: Scalars['String']['output'];
22532
22535
  };
22533
22536
  export declare type ConvoAiTraceMessage = ConvoAiAgentMessage & {
@@ -70240,6 +70243,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
70240
70243
  contentPanels?: Maybe<JiraIssueContentPanelConnection>;
70241
70244
  coverMedia?: Maybe<JiraWorkManagementBackground>;
70242
70245
  createdField?: Maybe<JiraDateTimePickerField>;
70246
+ deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
70243
70247
  deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
70244
70248
  descriptionField?: Maybe<JiraRichTextField>;
70245
70249
  designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
@@ -103529,6 +103533,7 @@ export declare type QueryDevai_RovodevIssueViewQueryArgs = {
103529
103533
  after?: InputMaybe<Scalars['String']['input']>;
103530
103534
  cloudId?: InputMaybe<Scalars['ID']['input']>;
103531
103535
  first?: InputMaybe<Scalars['Int']['input']>;
103536
+ includeUserProductAccess?: InputMaybe<Scalars['Boolean']['input']>;
103532
103537
  issueKey?: InputMaybe<Scalars['String']['input']>;
103533
103538
  };
103534
103539
  export declare type QueryDevai_RovodevSessionByIdArgs = {
@@ -129708,6 +129713,7 @@ export declare type StakeholderCommsIncidentCreateRequest = {
129708
129713
  message?: InputMaybe<Scalars['String']['input']>;
129709
129714
  name: Scalars['String']['input'];
129710
129715
  pageId: Scalars['String']['input'];
129716
+ shouldSendNotifications?: InputMaybe<Scalars['Boolean']['input']>;
129711
129717
  status?: InputMaybe<StakeholderCommsIncidentStatus>;
129712
129718
  };
129713
129719
  export declare enum StakeholderCommsIncidentImpact {
@@ -129756,6 +129762,7 @@ export declare type StakeholderCommsIncidentUpdate = {
129756
129762
  incidentId?: Maybe<Scalars['String']['output']>;
129757
129763
  oldStatus?: Maybe<StakeholderCommsIncidentStatus>;
129758
129764
  scheduledAt?: Maybe<Scalars['String']['output']>;
129765
+ shouldSendNotifications?: Maybe<Scalars['Boolean']['output']>;
129759
129766
  status?: Maybe<StakeholderCommsIncidentStatus>;
129760
129767
  updatedAt?: Maybe<Scalars['String']['output']>;
129761
129768
  };
@@ -129766,6 +129773,7 @@ export declare type StakeholderCommsIncidentUpdateRequest = {
129766
129773
  message?: InputMaybe<Scalars['String']['input']>;
129767
129774
  name?: InputMaybe<Scalars['String']['input']>;
129768
129775
  pageId: Scalars['String']['input'];
129776
+ shouldSendNotifications?: InputMaybe<Scalars['Boolean']['input']>;
129769
129777
  status?: InputMaybe<StakeholderCommsIncidentStatus>;
129770
129778
  };
129771
129779
  export declare type StakeholderCommsIncidentWithUpdates = {
@@ -129876,6 +129884,7 @@ export declare type StakeholderCommsNestedComponentEdge = {
129876
129884
  };
129877
129885
  export declare type StakeholderCommsNestedComponentWithUptime = {
129878
129886
  __typename?: 'StakeholderCommsNestedComponentWithUptime';
129887
+ componentUptimePercentage?: Maybe<Scalars['Float']['output']>;
129879
129888
  components?: Maybe<Array<Maybe<StakeholderCommsNestedComponentWithUptime>>>;
129880
129889
  dailyUptimes?: Maybe<Array<Maybe<StakeholderCommsDailyComponentUptime>>>;
129881
129890
  description?: Maybe<Scalars['String']['output']>;
@@ -133508,6 +133517,7 @@ export declare type TownsquareProjectsAddJiraWorkItemLinkPayload = {
133508
133517
  errors?: Maybe<Array<MutationError>>;
133509
133518
  success: Scalars['Boolean']['output'];
133510
133519
  successMessage?: Maybe<TownsquareProjectsAddJiraWorkItemLinkSuccessMessage>;
133520
+ unlinkedWorkItems?: Maybe<Array<Maybe<JiraIssue>>>;
133511
133521
  workItem?: Maybe<JiraIssue>;
133512
133522
  };
133513
133523
  export declare type TownsquareProjectsAddJiraWorkItemLinkSuccessMessage = {