@forge/cli-shared 2.3.2-next.0 → 2.3.2-next.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.3.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a3bfe81]
8
+ - @forge/manifest@3.5.0-next.1
9
+
3
10
  ## 2.3.2-next.0
4
11
 
5
12
  ### Patch Changes
@@ -14456,7 +14456,7 @@ export declare type ShepherdCreateSubscriptionInput = {
14456
14456
  export declare type ShepherdCreateSubscriptionPayload = Payload & {
14457
14457
  __typename?: 'ShepherdCreateSubscriptionPayload';
14458
14458
  errors?: Maybe<Array<MutationError>>;
14459
- node?: Maybe<ShepherdWebhookSubscription>;
14459
+ node?: Maybe<ShepherdSubscription>;
14460
14460
  success: Scalars['Boolean'];
14461
14461
  };
14462
14462
  export declare type ShepherdCreateWebhookInput = {
@@ -14593,7 +14593,7 @@ export declare type ShepherdUpdateSubscriptionInput = {
14593
14593
  export declare type ShepherdUpdateSubscriptionPayload = Payload & {
14594
14594
  __typename?: 'ShepherdUpdateSubscriptionPayload';
14595
14595
  errors?: Maybe<Array<MutationError>>;
14596
- node?: Maybe<ShepherdWebhookSubscription>;
14596
+ node?: Maybe<ShepherdSubscription>;
14597
14597
  success: Scalars['Boolean'];
14598
14598
  };
14599
14599
  export declare type ShepherdUpdateWebhookInput = {