@forge/cli-shared 3.9.0-next.1 → 3.9.0-next.2

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
+ ## 3.9.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0fc09ac]
8
+ - @forge/manifest@4.9.0-next.1
9
+
3
10
  ## 3.9.0-next.1
4
11
 
5
12
  ### Patch Changes
@@ -22367,13 +22367,9 @@ export declare type TestingAuthorsArgs = {
22367
22367
  export declare type TestingEchoArgs = {
22368
22368
  message?: Maybe<Scalars['String']>;
22369
22369
  };
22370
- export declare type TestingActivityObject = Node & {
22371
- __typename?: 'TestingActivityObject';
22370
+ export declare type TestingActivityItem = Node & {
22371
+ __typename?: 'TestingActivityItem';
22372
22372
  id: Scalars['ID'];
22373
- name?: Maybe<Scalars['String']>;
22374
- cloudID?: Maybe<Scalars['String']>;
22375
- url?: Maybe<Scalars['String']>;
22376
- iconURL?: Maybe<Scalars['String']>;
22377
22373
  };
22378
22374
  export declare type ThirdPartyDetails = {
22379
22375
  __typename?: 'ThirdPartyDetails';