@forge/cli-shared 2.1.5-next.3 → 2.1.5-next.4
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
|
@@ -9245,6 +9245,14 @@ export declare type NadelHydrationArgument = {
|
|
|
9245
9245
|
name: Scalars['String'];
|
|
9246
9246
|
value: Scalars['String'];
|
|
9247
9247
|
};
|
|
9248
|
+
export declare type NadelHydrationFromArgument = {
|
|
9249
|
+
name: Scalars['String'];
|
|
9250
|
+
valueFromField?: Maybe<Scalars['String']>;
|
|
9251
|
+
valueFromArg?: Maybe<Scalars['String']>;
|
|
9252
|
+
};
|
|
9253
|
+
export declare enum NadelHydrationTemplate {
|
|
9254
|
+
NadelPlaceholder = "NADEL_PLACEHOLDER"
|
|
9255
|
+
}
|
|
9248
9256
|
export declare type NewCardParent = {
|
|
9249
9257
|
summary: Scalars['String'];
|
|
9250
9258
|
issueTypeId: Scalars['ID'];
|