@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
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.1.5-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4de9850]
8
+ - @forge/manifest@2.5.0-next.4
9
+
3
10
  ## 2.1.5-next.3
4
11
 
5
12
  ### Patch Changes
@@ -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'];