npm package diff

Package: @forge/cli-shared

Versions: 5.5.0-next.16 - 5.5.0

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
@@ -44353,8 +44353,13 @@
     __typename?: 'JiraJqlFieldValueEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<JiraJqlFieldValue>;
 };
+export declare type JiraJqlFieldWithAliases = {
+    __typename?: 'JiraJqlFieldWithAliases';
+    aliases?: Maybe<Array<Scalars['String']['output']>>;
+    jqlTerm: Scalars['ID']['output'];
+};
 export declare type JiraJqlFunction = {
     __typename?: 'JiraJqlFunction';
     dataTypes: Array<Scalars['String']['output']>;
     displayName?: Maybe<Scalars['String']['output']>;
@@ -47612,8 +47617,9 @@
     projectListViewTemplates?: Maybe<JiraProjectListViewTemplateConnection>;
     projectRequestTypesFromTemplate?: Maybe<Array<JiraServiceManagementRequestTypeFromTemplate>>;
     projectRoleActorLogTableEntries?: Maybe<JiraProjectRoleActorLogTableEntryConnection>;
     projectRoleActorRecommendations?: Maybe<JiraProjectRoleActorRecommendationConnection>;
+    rankField?: Maybe<JiraJqlFieldWithAliases>;
     recentItems?: Maybe<JiraSearchableEntityConnection>;
     remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
     requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
     requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
@@ -48308,8 +48314,11 @@
     projectId?: InputMaybe<Scalars['Long']['input']>;
     statuses?: InputMaybe<Array<InputMaybe<JiraResourceUsageRecommendationStatus>>>;
     userStatus?: InputMaybe<JiraProjectRoleActorUserStatus>;
 };
+export declare type JiraQueryRankFieldArgs = {
+    cloudId: Scalars['ID']['input'];
+};
 export declare type JiraQueryRecentItemsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
@@ -51112,8 +51121,10 @@
 };
 export declare type JiraTeamView = {
     __typename?: 'JiraTeamView';
     fullTeam?: Maybe<TeamV2>;
+    jiraIncludesYou?: Maybe<Scalars['Boolean']['output']>;
+    jiraMemberCount?: Maybe<Scalars['Int']['output']>;
     jiraSuppliedAvatar?: Maybe<JiraAvatar>;
     jiraSuppliedId: Scalars['ID']['output'];
     jiraSuppliedName?: Maybe<Scalars['String']['output']>;
     jiraSuppliedTeamId: Scalars['String']['output'];
@@ -54614,8 +54625,9 @@
     pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
 };
 export declare type MarketplaceConsoleAppSoftwareVersion = {
     __typename?: 'MarketplaceConsoleAppSoftwareVersion';
+    appSoftware?: Maybe<MarketplaceConsoleAppSoftwareShort>;
     appSoftwareId: Scalars['ID']['output'];
     buildNumber: Scalars['ID']['output'];
     changelog?: Maybe<MarketplaceConsoleAppSoftwareVersionChangelog>;
     compatibilities: Array<MarketplaceConsoleAppSoftwareVersionCompatibility>;
@@ -54912,16 +54924,17 @@
     __typename?: 'MarketplaceConsoleFrameworkAttributes';
     connect?: Maybe<MarketplaceConsoleConnectFrameworkAttributes>;
     external?: Maybe<MarketplaceConsoleExternalFrameworkAttributes>;
     forge?: Maybe<MarketplaceConsoleForgeFrameworkAttributes>;
-    plugins?: Maybe<MarketplaceConsolePluginsFrameworkAttributes>;
+    plugin?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
+    plugins?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
     workflow?: Maybe<MarketplaceConsoleWorkflowFrameworkAttributes>;
 };
 export declare type MarketplaceConsoleFrameworkAttributesInput = {
     connect?: InputMaybe<MarketplaceConsoleConnectFrameworkAttributesInput>;
     external?: InputMaybe<MarketplaceConsoleExternalFrameworkAttributesInput>;
     forge?: InputMaybe<MarketplaceConsoleForgeFrameworkAttributesInput>;
-    plugins?: InputMaybe<MarketplaceConsolePluginsFrameworkAttributesInput>;
+    plugin?: InputMaybe<MarketplaceConsolePluginFrameworkAttributesInput>;
     workflow?: InputMaybe<MarketplaceConsoleWorkflowFrameworkAttributesInput>;
 };
 export declare type MarketplaceConsoleGenericError = MarketplaceConsoleError & {
     __typename?: 'MarketplaceConsoleGenericError';
@@ -55095,23 +55108,23 @@
     Free = "FREE",
     PaidViaAtlassian = "PAID_VIA_ATLASSIAN",
     PaidViaVendor = "PAID_VIA_VENDOR"
 }
-export declare enum MarketplaceConsolePluginFrameworkType {
-    P1 = "P1",
-    P2 = "P2"
-}
-export declare type MarketplaceConsolePluginsFrameworkAttributes = {
-    __typename?: 'MarketplaceConsolePluginsFrameworkAttributes';
+export declare type MarketplaceConsolePluginFrameworkAttributes = {
+    __typename?: 'MarketplaceConsolePluginFrameworkAttributes';
     artifact?: Maybe<MarketplaceConsoleSoftwareArtifact>;
     artifactId: Scalars['ID']['output'];
     descriptorId?: Maybe<Scalars['String']['output']>;
     pluginFrameworkType: MarketplaceConsolePluginFrameworkType;
 };
-export declare type MarketplaceConsolePluginsFrameworkAttributesInput = {
+export declare type MarketplaceConsolePluginFrameworkAttributesInput = {
     artifactId: Scalars['String']['input'];
     href: Scalars['String']['input'];
 };
+export declare enum MarketplaceConsolePluginFrameworkType {
+    P1 = "P1",
+    P2 = "P2"
+}
 export declare enum MarketplaceConsolePricingCurrency {
     Jpy = "JPY",
     Usd = "USD"
 }
@@ -61004,9 +61017,8 @@
     socialSignals?: Maybe<SocialSignalsApi>;
     softwareBoards?: Maybe<BoardScopeConnection>;
     suggest?: Maybe<QuerySuggestionApi>;
     suggestions?: Maybe<AutoSuggestionApi>;
-    surfacePlatform: SurfacePlatformQueryApi;
     team?: Maybe<TeamQuery>;
     template?: Maybe<ContentPlatformTemplate>;
     templateCollection?: Maybe<ContentPlatformTemplateCollection>;
     templateCollections: ContentPlatformTemplateCollectionContentSearchConnection;
@@ -66604,46 +66616,8 @@
     __typename?: 'SupportRequests';
     page: Array<SupportRequest>;
     total: Scalars['Int']['output'];
 };
-export declare type SurfacePlatformQueryApi = {
-    __typename?: 'SurfacePlatformQueryApi';
-    surface?: Maybe<SurfacePlatformSurface>;
-    surfaceV2?: Maybe<SurfacePlatformSurfaceV2>;
-};
-export declare type SurfacePlatformQueryApiSurfaceArgs = {
-    context?: InputMaybe<Scalars['JSON']['input']>;
-    id: Scalars['ID']['input'];
-};
-export declare type SurfacePlatformQueryApiSurfaceV2Args = {
-    context?: InputMaybe<Scalars['JSON']['input']>;
-    key: Scalars['String']['input'];
-    type: Scalars['String']['input'];
-};
-export declare type SurfacePlatformSurface = {
-    __typename?: 'SurfacePlatformSurface';
-    channels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
-    description?: Maybe<Scalars['String']['output']>;
-    id: Scalars['ID']['output'];
-    locale?: Maybe<Scalars['String']['output']>;
-    name?: Maybe<Scalars['String']['output']>;
-    status?: Maybe<Scalars['String']['output']>;
-    version?: Maybe<Scalars['String']['output']>;
-    zones?: Maybe<Scalars['JSON']['output']>;
-};
-export declare type SurfacePlatformSurfaceV2 = {
-    __typename?: 'SurfacePlatformSurfaceV2';
-    channel?: Maybe<Scalars['String']['output']>;
-    definitionVersion?: Maybe<Scalars['String']['output']>;
-    description?: Maybe<Scalars['String']['output']>;
-    fields?: Maybe<Scalars['JSON']['output']>;
-    key?: Maybe<Scalars['String']['output']>;
-    label?: Maybe<Scalars['String']['output']>;
-    locale?: Maybe<Scalars['String']['output']>;
-    revision?: Maybe<Scalars['Int']['output']>;
-    type?: Maybe<Scalars['String']['output']>;
-    zones?: Maybe<Scalars['JSON']['output']>;
-};
 export declare type Swimlane = {
     __typename?: 'Swimlane';
     allowedCardTypes?: Maybe<Array<CardType>>;
     columnsInSwimlane?: Maybe<Array<Maybe<ColumnInSwimlane>>>;
@@ -68014,12 +67988,13 @@
     __typename?: 'TrelloBoardUpdated';
     _deltas?: Maybe<Array<Scalars['String']['output']>>;
     closed?: Maybe<Scalars['Boolean']['output']>;
     description?: Maybe<TrelloDescription>;
+    enterprise?: Maybe<TrelloEnterprise>;
     id?: Maybe<Scalars['ID']['output']>;
     labels?: Maybe<Array<TrelloLabel>>;
     lists?: Maybe<TrelloListUpdatedConnection>;
-    members?: Maybe<Array<TrelloMember>>;
+    members?: Maybe<TrelloBoardMembershipsConnection>;
     name?: Maybe<Scalars['String']['output']>;
     objectId?: Maybe<Scalars['ID']['output']>;
     prefs?: Maybe<TrelloBoardPrefs>;
     premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
@@ -68066,8 +68041,9 @@
     location?: Maybe<TrelloCardLocation>;
     members?: Maybe<TrelloMemberConnection>;
     name?: Maybe<Scalars['String']['output']>;
     objectId: Scalars['ID']['output'];
+    pinned?: Maybe<Scalars['Boolean']['output']>;
     position?: Maybe<Scalars['Float']['output']>;
     powerUpData?: Maybe<TrelloPowerUpDataConnection>;
     role?: Maybe<TrelloCardRole>;
     shortId?: Maybe<Scalars['Int']['output']>;
@@ -68567,8 +68543,9 @@
     __typename?: 'TrelloMutationApi';
     addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
     archiveCard?: Maybe<TrelloArchiveCardPayload>;
     createCard?: Maybe<TrelloCreateCardPayload>;
+    pinCard?: Maybe<TrelloPinCardPayload>;
     removeMemberFromCard?: Maybe<TrelloRemoveMemberFromCardPayload>;
     removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
     unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
     unwatchCard?: Maybe<TrelloWatchCardPayload>;
@@ -68587,8 +68564,11 @@
 };
 export declare type TrelloMutationApiCreateCardArgs = {
     input: TrelloCreateCardInput;
 };
+export declare type TrelloMutationApiPinCardArgs = {
+    input: TrelloPinCardInput;
+};
 export declare type TrelloMutationApiRemoveMemberFromCardArgs = {
     input: TrelloRemoveMemberInput;
 };
 export declare type TrelloMutationApiRemoveMemberFromWorkspaceArgs = {
@@ -68617,8 +68597,17 @@
 };
 export declare type TrelloMutationApiWatchCardArgs = {
     input: TrelloWatchCardInput;
 };
+export declare type TrelloPinCardInput = {
+    cardId: Scalars['ID']['input'];
+};
+export declare type TrelloPinCardPayload = Payload & {
+    __typename?: 'TrelloPinCardPayload';
+    card?: Maybe<TrelloCard>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type TrelloPlanner = {
     __typename?: 'TrelloPlanner';
     accounts?: Maybe<TrelloPlannerCalendarAccountConnection>;
 };