@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
|
@@ -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
|
|
22371
|
-
__typename?: '
|
|
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';
|