@forge/cli-shared 3.17.0-next.3 → 3.17.0-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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.17.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 665f1b2f: Bumping dependencies via Renovate:
8
+
9
+ - @sentry/node
10
+
3
11
  ## 3.17.0-next.3
4
12
 
5
13
  ### Patch Changes
@@ -160,6 +160,7 @@ export declare enum ActivitiesObjectType {
160
160
  Page = "PAGE",
161
161
  Blogpost = "BLOGPOST",
162
162
  Whiteboard = "WHITEBOARD",
163
+ Database = "DATABASE",
163
164
  Project = "PROJECT",
164
165
  Goal = "GOAL"
165
166
  }
@@ -267,6 +268,7 @@ export declare enum ActivityObjectType {
267
268
  Page = "PAGE",
268
269
  Blogpost = "BLOGPOST",
269
270
  Whiteboard = "WHITEBOARD",
271
+ Database = "DATABASE",
270
272
  Task = "TASK",
271
273
  Goal = "GOAL"
272
274
  }
@@ -9885,6 +9887,10 @@ export type HelpLayoutImageAtomicElementConfig = {
9885
9887
  __typename?: 'HelpLayoutImageAtomicElementConfig';
9886
9888
  altText?: Maybe<Scalars['String']>;
9887
9889
  fileId?: Maybe<Scalars['String']>;
9890
+ size?: Maybe<Scalars['String']>;
9891
+ fit?: Maybe<Scalars['String']>;
9892
+ position?: Maybe<Scalars['String']>;
9893
+ scale?: Maybe<Scalars['Int']>;
9888
9894
  };
9889
9895
  export type HelpLayoutImageAtomicElementData = {
9890
9896
  __typename?: 'HelpLayoutImageAtomicElementData';
@@ -9894,6 +9900,10 @@ export type HelpLayoutImageConfigInput = {
9894
9900
  fileId?: Maybe<Scalars['String']>;
9895
9901
  url?: Maybe<Scalars['String']>;
9896
9902
  altText?: Maybe<Scalars['String']>;
9903
+ size?: Maybe<Scalars['String']>;
9904
+ fit?: Maybe<Scalars['String']>;
9905
+ position?: Maybe<Scalars['String']>;
9906
+ scale?: Maybe<Scalars['Int']>;
9897
9907
  visualConfig: Scalars['String'];
9898
9908
  };
9899
9909
  export type HelpLayoutLinkCardCompositeElement = HelpLayoutVisualEntity & HelpLayoutCompositeElement & Node & {