@forge/cli-shared 2.1.5-next.8 → 2.1.5-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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.1.5-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [601527b]
8
+ - @forge/manifest@2.5.0-next.9
9
+
3
10
  ## 2.1.5-next.8
4
11
 
5
12
  ### Patch Changes
@@ -4108,6 +4108,7 @@ export declare type EventSource = {
4108
4108
  id: Scalars['ID'];
4109
4109
  externalEventSourceId: Scalars['ID'];
4110
4110
  eventType: CompassEventType;
4111
+ forgeAppId?: Maybe<Scalars['ID']>;
4111
4112
  };
4112
4113
  export declare type Extension = {
4113
4114
  __typename?: 'Extension';