@forge/cli-shared 6.4.0-next.8 → 6.4.0-next.9

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,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.4.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 08c832b: Add support for license-modes and users-with-access options in the forge install command
8
+
3
9
  ## 6.4.0-next.8
4
10
 
5
11
  ### Patch Changes
@@ -17843,6 +17843,7 @@ export declare type DevAiGenericMutationErrorExtension = MutationErrorExtension
17843
17843
  export declare enum DevAiIssueScopingLabel {
17844
17844
  Complex = "COMPLEX",
17845
17845
  InScope = "IN_SCOPE",
17846
+ Optimal = "OPTIMAL",
17846
17847
  Recoverable = "RECOVERABLE",
17847
17848
  Unsolvable = "UNSOLVABLE"
17848
17849
  }
@@ -55672,6 +55673,7 @@ export declare enum JsmChatConversationAnalyticsEvent {
55672
55673
  export declare type JsmChatConversationAnalyticsMetadataInput = {
55673
55674
  channelType?: InputMaybe<JsmChatConversationChannelType>;
55674
55675
  csatScore?: InputMaybe<Scalars['Int']['input']>;
55676
+ helpCenterId?: InputMaybe<Scalars['String']['input']>;
55675
55677
  projectId?: InputMaybe<Scalars['String']['input']>;
55676
55678
  };
55677
55679
  export declare type JsmChatConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;