@forge/cli-shared 6.0.1-next.0 → 6.0.1

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,15 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [619dfd2]
8
+ - Updated dependencies [5334609]
9
+ - Updated dependencies [7ad3858]
10
+ - Updated dependencies [43c503f]
11
+ - @forge/manifest@7.9.1
12
+
3
13
  ## 6.0.1-next.0
4
14
 
5
15
  ### Patch Changes
@@ -54400,6 +54400,7 @@ export declare type JsmChatMutationAddConversationInteractionArgs = {
54400
54400
  workspaceAri: Scalars['ID']['input'];
54401
54401
  };
54402
54402
  export declare type JsmChatMutationAddWebConversationInteractionArgs = {
54403
+ conversationId: Scalars['ID']['input'];
54403
54404
  conversationMessageId: Scalars['ID']['input'];
54404
54405
  input: JsmChatWebAddConversationInteractionInput;
54405
54406
  workspaceAri: Scalars['ID']['input'];