npm package diff

Package: @forge/cli-shared

Versions: 6.6.2-next.3 - 6.6.2-next.4

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
@@ -48992,8 +48992,9 @@
     Existing = "EXISTING",
     New = "NEW"
 }
 export declare type GrowthUnifiedProfileInput = {
+    marketingContext?: InputMaybe<GrowthUnifiedProfileMarketingContextInput>;
     onboardingContext?: InputMaybe<GrowthUnifiedProfileOnboardingContextInput>;
 };
 export declare type GrowthUnifiedProfileIssueType = {
     __typename?: 'GrowthUnifiedProfileIssueType';
@@ -49066,8 +49067,33 @@
     __typename?: 'GrowthUnifiedProfileLinkedEntities';
     entityType?: Maybe<GrowthUnifiedProfileEntityType>;
     linkedId?: Maybe<Scalars['String']['output']>;
 };
+export declare type GrowthUnifiedProfileMarketingContext = {
+    __typename?: 'GrowthUnifiedProfileMarketingContext';
+    lastUpdated?: Maybe<Scalars['String']['output']>;
+    sessionId?: Maybe<Scalars['String']['output']>;
+    utm?: Maybe<GrowthUnifiedProfileMarketingUtm>;
+};
+export declare type GrowthUnifiedProfileMarketingContextInput = {
+    sessionId?: InputMaybe<Scalars['String']['input']>;
+    utm?: InputMaybe<GrowthUnifiedProfileMarketingUtmInput>;
+};
+export declare type GrowthUnifiedProfileMarketingUtm = {
+    __typename?: 'GrowthUnifiedProfileMarketingUtm';
+    campaign?: Maybe<Scalars['String']['output']>;
+    content?: Maybe<Scalars['String']['output']>;
+    medium?: Maybe<Scalars['String']['output']>;
+    sfdcCampaignId?: Maybe<Scalars['String']['output']>;
+    source?: Maybe<Scalars['String']['output']>;
+};
+export declare type GrowthUnifiedProfileMarketingUtmInput = {
+    campaign?: InputMaybe<Scalars['String']['input']>;
+    content?: InputMaybe<Scalars['String']['input']>;
+    medium?: InputMaybe<Scalars['String']['input']>;
+    sfdcCampaignId?: InputMaybe<Scalars['String']['input']>;
+    source?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type GrowthUnifiedProfileOnboardingContext = {
     __typename?: 'GrowthUnifiedProfileOnboardingContext';
     confluence?: Maybe<GrowthUnifiedProfileConfluenceOnboardingContext>;
     jira?: Maybe<GrowthUnifiedProfileJiraOnboardingContext>;
@@ -49124,8 +49150,9 @@
     companyProfile?: Maybe<GrowthUnifiedProfileCompanyProfile>;
     enrichmentStatus?: Maybe<GrowthUnifiedProfileEnrichmentStatus>;
     entityType?: Maybe<GrowthUnifiedProfileEntityType>;
     linkedEntities?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkedEntities>>>;
+    marketingContext?: Maybe<GrowthUnifiedProfileMarketingContext>;
     onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
     paidChannelContext?: Maybe<GrowthUnifiedProfilePaidChannelContextByProduct>;
     seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
     sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
@@ -70022,8 +70049,18 @@
     retriableIds?: Maybe<Array<Scalars['ID']['output']>>;
     success: Scalars['Boolean']['output'];
     successCount?: Maybe<Scalars['Int']['output']>;
 };
+export declare type KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput = {
+    bookmarkAdminhubId: Scalars['ID']['input'];
+    cloudId: Scalars['ID']['input'];
+    orgId: Scalars['String']['input'];
+};
+export declare type KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload = Payload & {
+    __typename?: 'KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type KnowledgeDiscoveryEntity = {
     id: Scalars['ID']['output'];
 };
 export declare type KnowledgeDiscoveryEntityGroup = {
@@ -70078,8 +70115,9 @@
     createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
     createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
     createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
     deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
+    dismissBookmarkSuggestion?: Maybe<KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload>;
     updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
     updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
     updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
 };
@@ -70097,8 +70135,11 @@
 };
 export declare type KnowledgeDiscoveryMutationApiDeleteBookmarksArgs = {
     input: KnowledgeDiscoveryDeleteBookmarksInput;
 };
+export declare type KnowledgeDiscoveryMutationApiDismissBookmarkSuggestionArgs = {
+    input: KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput;
+};
 export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
     input: KnowledgeDiscoveryUpdateAdminhubBookmarkInput;
 };
 export declare type KnowledgeDiscoveryMutationApiUpdateRelatedEntitiesArgs = {
@@ -73120,9 +73161,9 @@
 export declare type MercuryCreateChangeProposalInput = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
     description?: InputMaybe<Scalars['String']['input']>;
     name: Scalars['String']['input'];
-    owner?: InputMaybe<Scalars['String']['input']>;
+    owner?: InputMaybe<Scalars['ID']['input']>;
     strategicEventId: Scalars['ID']['input'];
 };
 export declare type MercuryCreateChangeProposalPayload = Payload & {
     __typename?: 'MercuryCreateChangeProposalPayload';