npm package diff

Package: @forge/cli-shared

Versions: 6.6.2-next.4 - 6.6.2-next.5

File: package/out/graphql/graphql-types.d.ts

Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -35210,10 +35210,10 @@
 export declare type GraphStoreAtlasGoalHasUpdateUpdateTypeFilterInput = {
     is?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
     isNot?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
 };
-export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
-export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
+export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
+export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
 export declare type GraphStoreAtlasHomeQueryConnection = {
     __typename?: 'GraphStoreAtlasHomeQueryConnection';
     nodes: Array<GraphStoreAtlasHomeQueryNode>;
     pageInfo: PageInfo;
@@ -49751,8 +49751,14 @@
     accessControlType: HelpCenterAccessControlType;
     allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
     hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
 };
+export declare type HelpCenterPermissionSettingsHydratedAllowedAccessGroupsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type HelpCenterPermissionSettingsInput = {
     accessControlType: HelpCenterAccessControlType;
     addedAllowedAccessGroups?: InputMaybe<Array<Scalars['String']['input']>>;
     deletedAllowedAccessGroups?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -71229,8 +71235,9 @@
 }
 export declare type MarketplaceConsoleAppSoftwareVersionListing = {
     __typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
     appSoftwareId: Scalars['String']['output'];
+    approvalRejectionReason?: Maybe<Scalars['String']['output']>;
     approvalStatus: Scalars['String']['output'];
     buildNumber: Scalars['String']['output'];
     createdAt: Scalars['String']['output'];
     createdBy: Scalars['String']['output'];
@@ -90449,8 +90456,9 @@
 export declare type TownsquareGoalType = Node & {
     __typename?: 'TownsquareGoalType';
     allowedChildTypes?: Maybe<TownsquareGoalTypeConnection>;
     allowedParentTypes?: Maybe<TownsquareGoalTypeConnection>;
+    canLinkToFocusArea?: Maybe<Scalars['Boolean']['output']>;
     description?: Maybe<TownsquareGoalTypeDescription>;
     icon?: Maybe<TownsquareGoalTypeIcon>;
     id: Scalars['ID']['output'];
     name?: Maybe<TownsquareGoalTypeName>;
@@ -91684,8 +91692,9 @@
     due?: Maybe<TrelloCardBadgeDueInfo>;
     externalSource?: Maybe<TrelloCardExternalSource>;
     lastUpdatedByAi?: Maybe<Scalars['Boolean']['output']>;
     location?: Maybe<Scalars['Boolean']['output']>;
+    maliciousAttachments?: Maybe<Scalars['Int']['output']>;
     startedAt?: Maybe<Scalars['DateTime']['output']>;
     viewer?: Maybe<TrelloCardViewer>;
     votes?: Maybe<Scalars['Int']['output']>;
 };
@@ -91801,20 +91810,26 @@
     complete?: Maybe<Scalars['Boolean']['output']>;
     cover?: Maybe<TrelloCardCoverUpdated>;
     creation?: Maybe<TrelloCardCreationInfo>;
     customFieldItems?: Maybe<TrelloCustomFieldItemUpdatedConnection>;
-    description?: Maybe<Scalars['String']['output']>;
+    description?: Maybe<TrelloUserGeneratedText>;
     due?: Maybe<TrelloCardDueInfo>;
     id: Scalars['ID']['output'];
+    isTemplate?: Maybe<Scalars['Boolean']['output']>;
     labels?: Maybe<TrelloLabelUpdatedConnection>;
     lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
     location?: Maybe<TrelloCardLocation>;
     members?: Maybe<TrelloMemberUpdatedConnection>;
+    mirrorSourceId?: Maybe<Scalars['ID']['output']>;
+    mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     objectId?: Maybe<Scalars['ID']['output']>;
     onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
     position?: Maybe<Scalars['Float']['output']>;
+    role?: Maybe<TrelloCardRole>;
+    shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
     stickers?: Maybe<TrelloStickerUpdatedConnection>;
+    url?: Maybe<Scalars['URL']['output']>;
 };
 export declare type TrelloCardUpdatedConnection = {
     __typename?: 'TrelloCardUpdatedConnection';
     nodes?: Maybe<Array<TrelloCardUpdated>>;
@@ -92487,8 +92502,9 @@
     enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
     googleAccountAri?: Maybe<Scalars['ID']['output']>;
     hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
     id: Scalars['ID']['output'];
+    isExpired?: Maybe<Scalars['Boolean']['output']>;
     outboundAuthId?: Maybe<Scalars['ID']['output']>;
     providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
 };
 export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {