@forge/cli-shared 6.6.2-next.3 → 6.6.2-next.5

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,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.6.2-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [01ca857]
8
+ - @forge/manifest@8.7.1-next.2
9
+
10
+ ## 6.6.2-next.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [359756b]
15
+ - @forge/manifest@8.7.1-next.1
16
+
3
17
  ## 6.6.2-next.3
4
18
 
5
19
  ### Patch Changes
@@ -35211,8 +35211,8 @@ export declare type GraphStoreAtlasGoalHasUpdateUpdateTypeFilterInput = {
35211
35211
  is?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
35212
35212
  isNot?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
35213
35213
  };
35214
- export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
35215
- export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
35214
+ export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
35215
+ export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
35216
35216
  export declare type GraphStoreAtlasHomeQueryConnection = {
35217
35217
  __typename?: 'GraphStoreAtlasHomeQueryConnection';
35218
35218
  nodes: Array<GraphStoreAtlasHomeQueryNode>;
@@ -48993,6 +48993,7 @@ export declare enum GrowthUnifiedProfileEntryType {
48993
48993
  New = "NEW"
48994
48994
  }
48995
48995
  export declare type GrowthUnifiedProfileInput = {
48996
+ marketingContext?: InputMaybe<GrowthUnifiedProfileMarketingContextInput>;
48996
48997
  onboardingContext?: InputMaybe<GrowthUnifiedProfileOnboardingContextInput>;
48997
48998
  };
48998
48999
  export declare type GrowthUnifiedProfileIssueType = {
@@ -49067,6 +49068,31 @@ export declare type GrowthUnifiedProfileLinkedEntities = {
49067
49068
  entityType?: Maybe<GrowthUnifiedProfileEntityType>;
49068
49069
  linkedId?: Maybe<Scalars['String']['output']>;
49069
49070
  };
49071
+ export declare type GrowthUnifiedProfileMarketingContext = {
49072
+ __typename?: 'GrowthUnifiedProfileMarketingContext';
49073
+ lastUpdated?: Maybe<Scalars['String']['output']>;
49074
+ sessionId?: Maybe<Scalars['String']['output']>;
49075
+ utm?: Maybe<GrowthUnifiedProfileMarketingUtm>;
49076
+ };
49077
+ export declare type GrowthUnifiedProfileMarketingContextInput = {
49078
+ sessionId?: InputMaybe<Scalars['String']['input']>;
49079
+ utm?: InputMaybe<GrowthUnifiedProfileMarketingUtmInput>;
49080
+ };
49081
+ export declare type GrowthUnifiedProfileMarketingUtm = {
49082
+ __typename?: 'GrowthUnifiedProfileMarketingUtm';
49083
+ campaign?: Maybe<Scalars['String']['output']>;
49084
+ content?: Maybe<Scalars['String']['output']>;
49085
+ medium?: Maybe<Scalars['String']['output']>;
49086
+ sfdcCampaignId?: Maybe<Scalars['String']['output']>;
49087
+ source?: Maybe<Scalars['String']['output']>;
49088
+ };
49089
+ export declare type GrowthUnifiedProfileMarketingUtmInput = {
49090
+ campaign?: InputMaybe<Scalars['String']['input']>;
49091
+ content?: InputMaybe<Scalars['String']['input']>;
49092
+ medium?: InputMaybe<Scalars['String']['input']>;
49093
+ sfdcCampaignId?: InputMaybe<Scalars['String']['input']>;
49094
+ source?: InputMaybe<Scalars['String']['input']>;
49095
+ };
49070
49096
  export declare type GrowthUnifiedProfileOnboardingContext = {
49071
49097
  __typename?: 'GrowthUnifiedProfileOnboardingContext';
49072
49098
  confluence?: Maybe<GrowthUnifiedProfileConfluenceOnboardingContext>;
@@ -49125,6 +49151,7 @@ export declare type GrowthUnifiedProfileResult = {
49125
49151
  enrichmentStatus?: Maybe<GrowthUnifiedProfileEnrichmentStatus>;
49126
49152
  entityType?: Maybe<GrowthUnifiedProfileEntityType>;
49127
49153
  linkedEntities?: Maybe<Array<Maybe<GrowthUnifiedProfileLinkedEntities>>>;
49154
+ marketingContext?: Maybe<GrowthUnifiedProfileMarketingContext>;
49128
49155
  onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
49129
49156
  paidChannelContext?: Maybe<GrowthUnifiedProfilePaidChannelContextByProduct>;
49130
49157
  seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
@@ -49725,6 +49752,12 @@ export declare type HelpCenterPermissionSettings = {
49725
49752
  allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
49726
49753
  hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
49727
49754
  };
49755
+ export declare type HelpCenterPermissionSettingsHydratedAllowedAccessGroupsArgs = {
49756
+ after?: InputMaybe<Scalars['String']['input']>;
49757
+ before?: InputMaybe<Scalars['String']['input']>;
49758
+ first?: InputMaybe<Scalars['Int']['input']>;
49759
+ last?: InputMaybe<Scalars['Int']['input']>;
49760
+ };
49728
49761
  export declare type HelpCenterPermissionSettingsInput = {
49729
49762
  accessControlType: HelpCenterAccessControlType;
49730
49763
  addedAllowedAccessGroups?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -70023,6 +70056,16 @@ export declare type KnowledgeDiscoveryDeleteBookmarksPayload = Payload & {
70023
70056
  success: Scalars['Boolean']['output'];
70024
70057
  successCount?: Maybe<Scalars['Int']['output']>;
70025
70058
  };
70059
+ export declare type KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput = {
70060
+ bookmarkAdminhubId: Scalars['ID']['input'];
70061
+ cloudId: Scalars['ID']['input'];
70062
+ orgId: Scalars['String']['input'];
70063
+ };
70064
+ export declare type KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload = Payload & {
70065
+ __typename?: 'KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload';
70066
+ errors?: Maybe<Array<MutationError>>;
70067
+ success: Scalars['Boolean']['output'];
70068
+ };
70026
70069
  export declare type KnowledgeDiscoveryEntity = {
70027
70070
  id: Scalars['ID']['output'];
70028
70071
  };
@@ -70079,6 +70122,7 @@ export declare type KnowledgeDiscoveryMutationApi = {
70079
70122
  createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
70080
70123
  createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
70081
70124
  deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
70125
+ dismissBookmarkSuggestion?: Maybe<KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionPayload>;
70082
70126
  updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
70083
70127
  updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
70084
70128
  updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
@@ -70098,6 +70142,9 @@ export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
70098
70142
  export declare type KnowledgeDiscoveryMutationApiDeleteBookmarksArgs = {
70099
70143
  input: KnowledgeDiscoveryDeleteBookmarksInput;
70100
70144
  };
70145
+ export declare type KnowledgeDiscoveryMutationApiDismissBookmarkSuggestionArgs = {
70146
+ input: KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput;
70147
+ };
70101
70148
  export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
70102
70149
  input: KnowledgeDiscoveryUpdateAdminhubBookmarkInput;
70103
70150
  };
@@ -71189,6 +71236,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
71189
71236
  export declare type MarketplaceConsoleAppSoftwareVersionListing = {
71190
71237
  __typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
71191
71238
  appSoftwareId: Scalars['String']['output'];
71239
+ approvalRejectionReason?: Maybe<Scalars['String']['output']>;
71192
71240
  approvalStatus: Scalars['String']['output'];
71193
71241
  buildNumber: Scalars['String']['output'];
71194
71242
  createdAt: Scalars['String']['output'];
@@ -73121,7 +73169,7 @@ export declare type MercuryCreateChangeProposalInput = {
73121
73169
  cloudId?: InputMaybe<Scalars['ID']['input']>;
73122
73170
  description?: InputMaybe<Scalars['String']['input']>;
73123
73171
  name: Scalars['String']['input'];
73124
- owner?: InputMaybe<Scalars['String']['input']>;
73172
+ owner?: InputMaybe<Scalars['ID']['input']>;
73125
73173
  strategicEventId: Scalars['ID']['input'];
73126
73174
  };
73127
73175
  export declare type MercuryCreateChangeProposalPayload = Payload & {
@@ -90409,6 +90457,7 @@ export declare type TownsquareGoalType = Node & {
90409
90457
  __typename?: 'TownsquareGoalType';
90410
90458
  allowedChildTypes?: Maybe<TownsquareGoalTypeConnection>;
90411
90459
  allowedParentTypes?: Maybe<TownsquareGoalTypeConnection>;
90460
+ canLinkToFocusArea?: Maybe<Scalars['Boolean']['output']>;
90412
90461
  description?: Maybe<TownsquareGoalTypeDescription>;
90413
90462
  icon?: Maybe<TownsquareGoalTypeIcon>;
90414
90463
  id: Scalars['ID']['output'];
@@ -91644,6 +91693,7 @@ export declare type TrelloCardBadges = {
91644
91693
  externalSource?: Maybe<TrelloCardExternalSource>;
91645
91694
  lastUpdatedByAi?: Maybe<Scalars['Boolean']['output']>;
91646
91695
  location?: Maybe<Scalars['Boolean']['output']>;
91696
+ maliciousAttachments?: Maybe<Scalars['Int']['output']>;
91647
91697
  startedAt?: Maybe<Scalars['DateTime']['output']>;
91648
91698
  viewer?: Maybe<TrelloCardViewer>;
91649
91699
  votes?: Maybe<Scalars['Int']['output']>;
@@ -91761,18 +91811,24 @@ export declare type TrelloCardUpdated = {
91761
91811
  cover?: Maybe<TrelloCardCoverUpdated>;
91762
91812
  creation?: Maybe<TrelloCardCreationInfo>;
91763
91813
  customFieldItems?: Maybe<TrelloCustomFieldItemUpdatedConnection>;
91764
- description?: Maybe<Scalars['String']['output']>;
91814
+ description?: Maybe<TrelloUserGeneratedText>;
91765
91815
  due?: Maybe<TrelloCardDueInfo>;
91766
91816
  id: Scalars['ID']['output'];
91817
+ isTemplate?: Maybe<Scalars['Boolean']['output']>;
91767
91818
  labels?: Maybe<TrelloLabelUpdatedConnection>;
91768
91819
  lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
91769
91820
  location?: Maybe<TrelloCardLocation>;
91770
91821
  members?: Maybe<TrelloMemberUpdatedConnection>;
91822
+ mirrorSourceId?: Maybe<Scalars['ID']['output']>;
91823
+ mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
91771
91824
  name?: Maybe<Scalars['String']['output']>;
91772
91825
  objectId?: Maybe<Scalars['ID']['output']>;
91773
91826
  onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
91774
91827
  position?: Maybe<Scalars['Float']['output']>;
91828
+ role?: Maybe<TrelloCardRole>;
91829
+ shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
91775
91830
  stickers?: Maybe<TrelloStickerUpdatedConnection>;
91831
+ url?: Maybe<Scalars['URL']['output']>;
91776
91832
  };
91777
91833
  export declare type TrelloCardUpdatedConnection = {
91778
91834
  __typename?: 'TrelloCardUpdatedConnection';
@@ -92447,6 +92503,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
92447
92503
  googleAccountAri?: Maybe<Scalars['ID']['output']>;
92448
92504
  hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
92449
92505
  id: Scalars['ID']['output'];
92506
+ isExpired?: Maybe<Scalars['Boolean']['output']>;
92450
92507
  outboundAuthId?: Maybe<Scalars['ID']['output']>;
92451
92508
  providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
92452
92509
  };