@forge/cli-shared 8.15.1-next.4-experimental-2682d7a → 8.15.1-next.4-experimental-d997307

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,6 +1,6 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.15.1-next.4-experimental-2682d7a
3
+ ## 8.15.1-next.4-experimental-d997307
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  - Updated dependencies [e4c143c]
11
11
  - Updated dependencies [19807bf]
12
12
  - Updated dependencies [fa9b5aa]
13
- - @forge/manifest@12.1.0-next.2-experimental-2682d7a
13
+ - @forge/manifest@12.1.0-next.2-experimental-d997307
14
14
 
15
15
  ## 8.15.1-next.4
16
16
 
@@ -23834,14 +23834,6 @@ export declare type ConfluenceMarkAllContainerCommentsAsReadInput = {
23834
23834
  contentId: Scalars['String']['input'];
23835
23835
  readView?: InputMaybe<ConfluenceViewState>;
23836
23836
  };
23837
- export declare type ConfluenceMarkCommentAsDanglingInput = {
23838
- id: Scalars['ID']['input'];
23839
- };
23840
- export declare type ConfluenceMarkCommentAsDanglingPayload = Payload & {
23841
- __typename?: 'ConfluenceMarkCommentAsDanglingPayload';
23842
- errors: Array<MutationError>;
23843
- success: Scalars['Boolean']['output'];
23844
- };
23845
23837
  export declare type ConfluenceMediaTokenData = {
23846
23838
  __typename?: 'ConfluenceMediaTokenData';
23847
23839
  clientId: Scalars['String']['output'];
@@ -25789,6 +25781,7 @@ export declare type ConfluenceSiteConfiguration = {
25789
25781
  isRecommendedEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
25790
25782
  isRecommendedSlackNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
25791
25783
  isRecommendedTeamsNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
25784
+ isSnippetSharingForSiteEnabled?: Maybe<Scalars['Boolean']['output']>;
25792
25785
  isSystemAdminEnabled?: Maybe<Scalars['Boolean']['output']>;
25793
25786
  isXsrfAddCommentsEnabled?: Maybe<Scalars['Boolean']['output']>;
25794
25787
  loginSettings?: Maybe<ConfluenceLoginSettings>;
@@ -26319,14 +26312,6 @@ export declare type ConfluenceUnSubscribeCalendarPayload = Payload & {
26319
26312
  errors?: Maybe<Array<MutationError>>;
26320
26313
  success: Scalars['Boolean']['output'];
26321
26314
  };
26322
- export declare type ConfluenceUnmarkCommentAsDanglingInput = {
26323
- id: Scalars['ID']['input'];
26324
- };
26325
- export declare type ConfluenceUnmarkCommentAsDanglingPayload = Payload & {
26326
- __typename?: 'ConfluenceUnmarkCommentAsDanglingPayload';
26327
- errors: Array<MutationError>;
26328
- success: Scalars['Boolean']['output'];
26329
- };
26330
26315
  export declare type ConfluenceUnpromoteBlueprintInput = {
26331
26316
  id: Scalars['ID']['input'];
26332
26317
  spaceId: Scalars['Long']['input'];
@@ -26862,6 +26847,7 @@ export declare type ConfluenceUpdateSiteConfigurationInput = {
26862
26847
  isLikesEnabled: Scalars['Boolean']['input'];
26863
26848
  isNav4OptedIn?: InputMaybe<Scalars['Boolean']['input']>;
26864
26849
  isPushNotificationEnabled: Scalars['Boolean']['input'];
26850
+ isSnippetSharingForSiteEnabled?: InputMaybe<Scalars['Boolean']['input']>;
26865
26851
  longNumberFormat: Scalars['String']['input'];
26866
26852
  maxAttachmentSize: Scalars['Long']['input'];
26867
26853
  maxNumberOfAttachmentsPerUpload: Scalars['Int']['input'];
@@ -33414,11 +33400,6 @@ export declare type DeletePolarisPlayContributionPayload = {
33414
33400
  errors?: Maybe<Array<MutationError>>;
33415
33401
  success: Scalars['Boolean']['output'];
33416
33402
  };
33417
- export declare type DeletePolarisViewPayload = Payload & {
33418
- __typename?: 'DeletePolarisViewPayload';
33419
- errors?: Maybe<Array<MutationError>>;
33420
- success: Scalars['Boolean']['output'];
33421
- };
33422
33403
  export declare type DeletePolarisViewSetPayload = Payload & {
33423
33404
  __typename?: 'DeletePolarisViewSetPayload';
33424
33405
  errors?: Maybe<Array<MutationError>>;
@@ -118575,6 +118556,7 @@ export declare type KnowledgeDiscoveryJiraIntentDetection = {
118575
118556
  searchClassification: KnowledgeDiscoveryJiraSearchClassification;
118576
118557
  };
118577
118558
  export declare enum KnowledgeDiscoveryJiraIntentDetectionModel {
118559
+ FpsHeuristic = "FPS_HEURISTIC",
118578
118560
  GninHeuristic = "GNIN_HEURISTIC"
118579
118561
  }
118580
118562
  export declare type KnowledgeDiscoveryJiraIntentDetectionResult = KnowledgeDiscoveryJiraIntentDetection | QueryError;
@@ -121147,6 +121129,7 @@ export declare type MarketplaceConsoleMakeAppVersionPublicChecks = {
121147
121129
  };
121148
121130
  export declare type MarketplaceConsoleMakeAppVersionPublicMutationOutput = MarketplaceConsoleMakeAppPublicKnownError | MarketplaceConsoleMutationVoidResponse;
121149
121131
  export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
121132
+ acceptedAgreements?: InputMaybe<Array<Scalars['String']['input']>>;
121150
121133
  appKey: Scalars['ID']['input'];
121151
121134
  appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
121152
121135
  binaryUrl?: InputMaybe<Scalars['String']['input']>;
@@ -127747,7 +127730,6 @@ export declare type Mutation = {
127747
127730
  confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
127748
127731
  confluence_makeSubCalendarPrivateUrl?: Maybe<ConfluenceMakeSubCalendarPrivateUrlPayload>;
127749
127732
  confluence_markAllCommentsAsRead?: Maybe<ConfluenceMarkAllCommentsAsReadPayload>;
127750
- confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
127751
127733
  confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
127752
127734
  confluence_nbmRetryPerfScanLongTask?: Maybe<ConfluenceNbmRetryPerfScanLongTaskPayload>;
127753
127735
  confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
@@ -127767,7 +127749,6 @@ export declare type Mutation = {
127767
127749
  confluence_setSubCalendarReminder?: Maybe<ConfluenceSetSubCalendarReminderPayload>;
127768
127750
  confluence_shareContent?: Maybe<ConfluenceShareContentPayload>;
127769
127751
  confluence_subscribeCalendars?: Maybe<ConfluenceSubscribeCalendarPayload>;
127770
- confluence_unmarkCommentAsDangling?: Maybe<ConfluenceUnmarkCommentAsDanglingPayload>;
127771
127752
  confluence_unschedulePublish?: Maybe<ConfluenceUnschedulePublishPayload>;
127772
127753
  confluence_unsubscribeCalendar?: Maybe<ConfluenceUnSubscribeCalendarPayload>;
127773
127754
  confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
@@ -127928,7 +127909,6 @@ export declare type Mutation = {
127928
127909
  deletePolarisIdeaTemplate?: Maybe<DeletePolarisIdeaTemplatePayload>;
127929
127910
  deletePolarisInsight?: Maybe<DeletePolarisInsightPayload>;
127930
127911
  deletePolarisPlayContribution?: Maybe<DeletePolarisPlayContributionPayload>;
127931
- deletePolarisView?: Maybe<DeletePolarisViewPayload>;
127932
127912
  deletePolarisViewSet?: Maybe<DeletePolarisViewSetPayload>;
127933
127913
  deleteReaction?: Maybe<SaveReactionResponse>;
127934
127914
  deleteRelation?: Maybe<DeleteRelationPayload>;
@@ -129433,10 +129413,6 @@ export declare type MutationConfluence_MarkAllCommentsAsReadArgs = {
129433
129413
  cloudId: Scalars['ID']['input'];
129434
129414
  input: ConfluenceMarkAllContainerCommentsAsReadInput;
129435
129415
  };
129436
- export declare type MutationConfluence_MarkCommentAsDanglingArgs = {
129437
- cloudId: Scalars['ID']['input'];
129438
- input: ConfluenceMarkCommentAsDanglingInput;
129439
- };
129440
129416
  export declare type MutationConfluence_NbmBulkUpdateVerificationEntryArgs = {
129441
129417
  cloudId: Scalars['ID']['input'];
129442
129418
  input: ConfluenceNbmBulkUpdateVerificationEntryInput;
@@ -129514,10 +129490,6 @@ export declare type MutationConfluence_SubscribeCalendarsArgs = {
129514
129490
  cloudId: Scalars['ID']['input'];
129515
129491
  input: ConfluenceCalendarSubscribeInput;
129516
129492
  };
129517
- export declare type MutationConfluence_UnmarkCommentAsDanglingArgs = {
129518
- cloudId: Scalars['ID']['input'];
129519
- input: ConfluenceUnmarkCommentAsDanglingInput;
129520
- };
129521
129493
  export declare type MutationConfluence_UnschedulePublishArgs = {
129522
129494
  cloudId: Scalars['ID']['input'];
129523
129495
  input: ConfluenceUnschedulePublishInput;
@@ -130108,9 +130080,6 @@ export declare type MutationDeletePolarisInsightArgs = {
130108
130080
  export declare type MutationDeletePolarisPlayContributionArgs = {
130109
130081
  id: Scalars['ID']['input'];
130110
130082
  };
130111
- export declare type MutationDeletePolarisViewArgs = {
130112
- id: Scalars['ID']['input'];
130113
- };
130114
130083
  export declare type MutationDeletePolarisViewSetArgs = {
130115
130084
  id: Scalars['ID']['input'];
130116
130085
  };
@@ -174513,25 +174482,34 @@ export declare type TrelloPlannerCalendarAccountUpdated = {
174513
174482
  providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnectionUpdated>;
174514
174483
  };
174515
174484
  export declare enum TrelloPlannerCalendarColor {
174485
+ BlueSubtle = "BLUE_SUBTLE",
174516
174486
  BlueSubtler = "BLUE_SUBTLER",
174517
174487
  BlueSubtlest = "BLUE_SUBTLEST",
174488
+ GraySubtle = "GRAY_SUBTLE",
174518
174489
  GraySubtler = "GRAY_SUBTLER",
174519
174490
  GraySubtlest = "GRAY_SUBTLEST",
174491
+ GreenSubtle = "GREEN_SUBTLE",
174520
174492
  GreenSubtler = "GREEN_SUBTLER",
174521
174493
  GreenSubtlest = "GREEN_SUBTLEST",
174522
174494
  LimeSubtler = "LIME_SUBTLER",
174523
174495
  LimeSubtlest = "LIME_SUBTLEST",
174496
+ MagentaSubtle = "MAGENTA_SUBTLE",
174524
174497
  MagentaSubtler = "MAGENTA_SUBTLER",
174525
174498
  MagentaSubtlest = "MAGENTA_SUBTLEST",
174499
+ OrangeSubtle = "ORANGE_SUBTLE",
174526
174500
  OrangeSubtler = "ORANGE_SUBTLER",
174527
174501
  OrangeSubtlest = "ORANGE_SUBTLEST",
174528
174502
  PurpleSubtle = "PURPLE_SUBTLE",
174503
+ PurpleSubtler = "PURPLE_SUBTLER",
174529
174504
  PurpleSubtlest = "PURPLE_SUBTLEST",
174505
+ RedSubtle = "RED_SUBTLE",
174530
174506
  RedSubtler = "RED_SUBTLER",
174531
174507
  RedSubtlest = "RED_SUBTLEST",
174508
+ TealSubtle = "TEAL_SUBTLE",
174532
174509
  TealSubtler = "TEAL_SUBTLER",
174533
174510
  TealSubtlest = "TEAL_SUBTLEST",
174534
174511
  YellowBolder = "YELLOW_BOLDER",
174512
+ YellowSubtle = "YELLOW_SUBTLE",
174535
174513
  YellowSubtler = "YELLOW_SUBTLER",
174536
174514
  YellowSubtlest = "YELLOW_SUBTLEST"
174537
174515
  }