@payfit/nx-core 5.8.4 → 5.8.6
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.
|
@@ -8415,7 +8415,7 @@ export type StackConfigElementArgs = {
|
|
|
8415
8415
|
};
|
|
8416
8416
|
/** Stack represents a single Spacelift project. */
|
|
8417
8417
|
export type StackDependencyArgs = {
|
|
8418
|
-
dependsOnStackId?: InputMaybe<Scalars['
|
|
8418
|
+
dependsOnStackId?: InputMaybe<Scalars['ID']['input']>;
|
|
8419
8419
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
8420
8420
|
};
|
|
8421
8421
|
/** Stack represents a single Spacelift project. */
|