@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
|
@@ -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<
|
|
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<
|
|
14596
|
+
node?: Maybe<ShepherdSubscription>;
|
|
14597
14597
|
success: Scalars['Boolean'];
|
|
14598
14598
|
};
|
|
14599
14599
|
export declare type ShepherdUpdateWebhookInput = {
|