@forge/cli-shared 7.0.0-next.5 → 7.0.0-next.6

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 7.0.0-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b25d06e]
8
+ - @forge/manifest@9.4.0-next.2
9
+
3
10
  ## 7.0.0-next.5
4
11
 
5
12
  ### Major Changes
@@ -9059,6 +9059,13 @@ export declare type CompassScorecardCriteria = {
9059
9059
  export declare type CompassScorecardCriteriaScorecardCriteriaScoreArgs = {
9060
9060
  query?: InputMaybe<CompassScorecardCriteriaScoreQuery>;
9061
9061
  };
9062
+ export declare type CompassScorecardCriteriaMaturityScore = {
9063
+ __typename?: 'CompassScorecardCriteriaMaturityScore';
9064
+ dataSourceLastUpdated?: Maybe<Scalars['DateTime']['output']>;
9065
+ explanation?: Maybe<Scalars['String']['output']>;
9066
+ metadata?: Maybe<CompassScorecardCriterionScoreMetadata>;
9067
+ status?: Maybe<Scalars['String']['output']>;
9068
+ };
9062
9069
  export declare type CompassScorecardCriteriaScore = {
9063
9070
  __typename?: 'CompassScorecardCriteriaScore';
9064
9071
  dataSourceLastUpdated?: Maybe<Scalars['DateTime']['output']>;
@@ -9372,6 +9379,28 @@ export declare type CompassScorecardManualApplicationModel = CompassScorecardApp
9372
9379
  __typename?: 'CompassScorecardManualApplicationModel';
9373
9380
  applicationType: Scalars['String']['output'];
9374
9381
  };
9382
+ export declare type CompassScorecardMaturityGroupCriteriaScores = {
9383
+ __typename?: 'CompassScorecardMaturityGroupCriteriaScores';
9384
+ criteriaScores?: Maybe<Array<CompassScorecardCriteriaMaturityScore>>;
9385
+ maturityGroup?: Maybe<CompassScorecardMaturityLevel>;
9386
+ passingCount?: Maybe<Scalars['Int']['output']>;
9387
+ totalCount?: Maybe<Scalars['Int']['output']>;
9388
+ };
9389
+ export declare type CompassScorecardMaturityLevel = {
9390
+ __typename?: 'CompassScorecardMaturityLevel';
9391
+ displayName?: Maybe<Scalars['String']['output']>;
9392
+ id: Scalars['ID']['output'];
9393
+ };
9394
+ export declare type CompassScorecardMaturityLevelAwarded = {
9395
+ __typename?: 'CompassScorecardMaturityLevelAwarded';
9396
+ maturityGroupCriteriaScores?: Maybe<Array<CompassScorecardMaturityGroupCriteriaScores>>;
9397
+ maturityLevel?: Maybe<CompassScorecardMaturityLevel>;
9398
+ maturityLevelDuration?: Maybe<CompassScorecardMaturityLevelDuration>;
9399
+ };
9400
+ export declare type CompassScorecardMaturityLevelDuration = {
9401
+ __typename?: 'CompassScorecardMaturityLevelDuration';
9402
+ since?: Maybe<Scalars['DateTime']['output']>;
9403
+ };
9375
9404
  export declare type CompassScorecardMetricCriterionScore = CompassScorecardCriterionScore & {
9376
9405
  __typename?: 'CompassScorecardMetricCriterionScore';
9377
9406
  criterionId: Scalars['ID']['output'];
@@ -9463,7 +9492,7 @@ export declare type CompassScorecardScorePoints = {
9463
9492
  export declare type CompassScorecardScoreQuery = {
9464
9493
  componentId: Scalars['ID']['input'];
9465
9494
  };
9466
- export declare type CompassScorecardScoreResult = CompassScorecardScore | QueryError;
9495
+ export declare type CompassScorecardScoreResult = CompassScorecardMaturityLevelAwarded | CompassScorecardScore | QueryError;
9467
9496
  export declare type CompassScorecardScoreStatistic = {
9468
9497
  __typename?: 'CompassScorecardScoreStatistic';
9469
9498
  count: Scalars['Int']['output'];
@@ -32594,6 +32623,8 @@ export declare type GraphStore = {
32594
32623
  userOwnsFocusAreaInverse?: Maybe<GraphStoreSimplifiedUserOwnsFocusAreaInverseConnection>;
32595
32624
  userOwnsPage?: Maybe<GraphStoreSimplifiedUserOwnsPageConnection>;
32596
32625
  userOwnsPageInverse?: Maybe<GraphStoreSimplifiedUserOwnsPageInverseConnection>;
32626
+ userReactionVideo?: Maybe<GraphStoreSimplifiedUserReactionVideoConnection>;
32627
+ userReactionVideoInverse?: Maybe<GraphStoreSimplifiedUserReactionVideoInverseConnection>;
32597
32628
  userReportedIncident?: Maybe<GraphStoreSimplifiedUserReportedIncidentConnection>;
32598
32629
  userReportedIncidentInverse?: Maybe<GraphStoreSimplifiedUserReportedIncidentInverseConnection>;
32599
32630
  userReportsIssue?: Maybe<GraphStoreSimplifiedUserReportsIssueConnection>;
@@ -36939,6 +36970,20 @@ export declare type GraphStoreUserOwnsPageInverseArgs = {
36939
36970
  id: Scalars['ID']['input'];
36940
36971
  sort?: InputMaybe<GraphStoreUserOwnsPageSortInput>;
36941
36972
  };
36973
+ export declare type GraphStoreUserReactionVideoArgs = {
36974
+ after?: InputMaybe<Scalars['String']['input']>;
36975
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
36976
+ first?: InputMaybe<Scalars['Int']['input']>;
36977
+ id: Scalars['ID']['input'];
36978
+ sort?: InputMaybe<GraphStoreUserReactionVideoSortInput>;
36979
+ };
36980
+ export declare type GraphStoreUserReactionVideoInverseArgs = {
36981
+ after?: InputMaybe<Scalars['String']['input']>;
36982
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
36983
+ first?: InputMaybe<Scalars['Int']['input']>;
36984
+ id: Scalars['ID']['input'];
36985
+ sort?: InputMaybe<GraphStoreUserReactionVideoSortInput>;
36986
+ };
36942
36987
  export declare type GraphStoreUserReportedIncidentArgs = {
36943
36988
  after?: InputMaybe<Scalars['String']['input']>;
36944
36989
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -51107,6 +51152,34 @@ export declare type GraphStoreSimplifiedUserOwnsPageInverseEdge = {
51107
51152
  };
51108
51153
  export declare type GraphStoreSimplifiedUserOwnsPageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
51109
51154
  export declare type GraphStoreSimplifiedUserOwnsPageUnion = ConfluencePage;
51155
+ export declare type GraphStoreSimplifiedUserReactionVideoConnection = HasPageInfo & {
51156
+ __typename?: 'GraphStoreSimplifiedUserReactionVideoConnection';
51157
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReactionVideoEdge>>>;
51158
+ pageInfo: PageInfo;
51159
+ };
51160
+ export declare type GraphStoreSimplifiedUserReactionVideoEdge = {
51161
+ __typename?: 'GraphStoreSimplifiedUserReactionVideoEdge';
51162
+ createdAt: Scalars['DateTime']['output'];
51163
+ cursor?: Maybe<Scalars['String']['output']>;
51164
+ id: Scalars['ID']['output'];
51165
+ lastUpdated: Scalars['DateTime']['output'];
51166
+ node?: Maybe<GraphStoreSimplifiedUserReactionVideoUnion>;
51167
+ };
51168
+ export declare type GraphStoreSimplifiedUserReactionVideoInverseConnection = HasPageInfo & {
51169
+ __typename?: 'GraphStoreSimplifiedUserReactionVideoInverseConnection';
51170
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReactionVideoInverseEdge>>>;
51171
+ pageInfo: PageInfo;
51172
+ };
51173
+ export declare type GraphStoreSimplifiedUserReactionVideoInverseEdge = {
51174
+ __typename?: 'GraphStoreSimplifiedUserReactionVideoInverseEdge';
51175
+ createdAt: Scalars['DateTime']['output'];
51176
+ cursor?: Maybe<Scalars['String']['output']>;
51177
+ id: Scalars['ID']['output'];
51178
+ lastUpdated: Scalars['DateTime']['output'];
51179
+ node?: Maybe<GraphStoreSimplifiedUserReactionVideoInverseUnion>;
51180
+ };
51181
+ export declare type GraphStoreSimplifiedUserReactionVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
51182
+ export declare type GraphStoreSimplifiedUserReactionVideoUnion = LoomVideo;
51110
51183
  export declare type GraphStoreSimplifiedUserReportedIncidentConnection = HasPageInfo & {
51111
51184
  __typename?: 'GraphStoreSimplifiedUserReportedIncidentConnection';
51112
51185
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReportedIncidentEdge>>>;
@@ -52840,6 +52913,9 @@ export declare type GraphStoreUserOwnsFocusAreaSortInput = {
52840
52913
  export declare type GraphStoreUserOwnsPageSortInput = {
52841
52914
  lastModified?: InputMaybe<GraphStoreSortInput>;
52842
52915
  };
52916
+ export declare type GraphStoreUserReactionVideoSortInput = {
52917
+ lastModified?: InputMaybe<GraphStoreSortInput>;
52918
+ };
52843
52919
  export declare type GraphStoreUserReportedIncidentSortInput = {
52844
52920
  lastModified?: InputMaybe<GraphStoreSortInput>;
52845
52921
  };
@@ -53392,12 +53468,14 @@ export declare type GrowthUnifiedProfileProductDetails = {
53392
53468
  d0Eligible?: Maybe<Scalars['Boolean']['output']>;
53393
53469
  d1to6Active?: Maybe<Scalars['Boolean']['output']>;
53394
53470
  d1to6Eligible?: Maybe<Scalars['Boolean']['output']>;
53471
+ firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
53395
53472
  isTrial?: Maybe<Scalars['Boolean']['output']>;
53396
53473
  nbeRecommendation?: Maybe<GrowthUnifiedProfileProductNbe>;
53397
53474
  productEdition?: Maybe<Scalars['String']['output']>;
53398
53475
  productKey?: Maybe<Scalars['String']['output']>;
53399
53476
  productName?: Maybe<Scalars['String']['output']>;
53400
53477
  provisionedAt?: Maybe<Scalars['String']['output']>;
53478
+ trialContext?: Maybe<GrowthUnifiedProfileTrialContext>;
53401
53479
  };
53402
53480
  export declare enum GrowthUnifiedProfileProductEdition {
53403
53481
  Enterprise = "ENTERPRISE",
@@ -53457,6 +53535,21 @@ export declare enum GrowthUnifiedProfileTeamType {
53457
53535
  SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
53458
53536
  SoftwareEngineering = "SOFTWARE_ENGINEERING"
53459
53537
  }
53538
+ export declare type GrowthUnifiedProfileTrialContext = {
53539
+ __typename?: 'GrowthUnifiedProfileTrialContext';
53540
+ paymentDetailsOnFile?: Maybe<Scalars['Boolean']['output']>;
53541
+ trialEndTimeStamp?: Maybe<Scalars['String']['output']>;
53542
+ trialTrigger?: Maybe<GrowthUnifiedProfileTrialTrigger>;
53543
+ trialType?: Maybe<GrowthUnifiedProfileTrialType>;
53544
+ };
53545
+ export declare enum GrowthUnifiedProfileTrialTrigger {
53546
+ EditionParity = "EDITION_PARITY",
53547
+ ReverseTrial = "REVERSE_TRIAL"
53548
+ }
53549
+ export declare enum GrowthUnifiedProfileTrialType {
53550
+ DirectTrial = "DIRECT_TRIAL",
53551
+ ReverseTrial = "REVERSE_TRIAL"
53552
+ }
53460
53553
  export declare type GrowthUnifiedProfileUserActivityContext = {
53461
53554
  __typename?: 'GrowthUnifiedProfileUserActivityContext';
53462
53555
  sites?: Maybe<Array<Maybe<GrowthUnifiedProfileUserActivitySiteDetails>>>;
@@ -60913,7 +61006,6 @@ export declare type JiraForgeExtension = {
60913
61006
  installationId: Scalars['String']['output'];
60914
61007
  license?: Maybe<JiraForgeExtensionLicense>;
60915
61008
  moduleId?: Maybe<Scalars['ID']['output']>;
60916
- overrides?: Maybe<Scalars['JSON']['output']>;
60917
61009
  properties: Scalars['JSON']['output'];
60918
61010
  scopes: Array<Scalars['String']['output']>;
60919
61011
  type: Scalars['String']['output'];
@@ -62205,6 +62297,7 @@ export declare type JiraIssueExportError = {
62205
62297
  export declare type JiraIssueExportEvent = JiraIssueExportTaskCompleted | JiraIssueExportTaskProgress | JiraIssueExportTaskSubmitted | JiraIssueExportTaskTerminated;
62206
62298
  export declare type JiraIssueExportInput = {
62207
62299
  cloudId: Scalars['ID']['input'];
62300
+ excludeDoneWorkItems?: InputMaybe<Scalars['Boolean']['input']>;
62208
62301
  exportType?: InputMaybe<JiraIssueExportType>;
62209
62302
  filterId?: InputMaybe<Scalars['String']['input']>;
62210
62303
  jql?: InputMaybe<Scalars['String']['input']>;
@@ -66771,6 +66864,7 @@ export declare type JiraPlaybookStepOutputKeyValuePair = {
66771
66864
  export declare type JiraPlaybookStepRun = Node & {
66772
66865
  __typename?: 'JiraPlaybookStepRun';
66773
66866
  completedAt?: Maybe<Scalars['DateTime']['output']>;
66867
+ errorType?: Maybe<Scalars['String']['output']>;
66774
66868
  id: Scalars['ID']['output'];
66775
66869
  issue?: Maybe<JiraIssue>;
66776
66870
  playbookId?: Maybe<Scalars['ID']['output']>;
@@ -76297,6 +76391,7 @@ export declare type LogQueryInput = {
76297
76391
  lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
76298
76392
  moduleType?: InputMaybe<Scalars['String']['input']>;
76299
76393
  msg?: InputMaybe<Scalars['String']['input']>;
76394
+ runtime?: InputMaybe<Scalars['String']['input']>;
76300
76395
  traceId?: InputMaybe<Scalars['String']['input']>;
76301
76396
  };
76302
76397
  export declare type LookAndFeel = {
@@ -76514,6 +76609,8 @@ export declare enum LoomUserStatus {
76514
76609
  export declare type LoomVideo = Node & {
76515
76610
  __typename?: 'LoomVideo';
76516
76611
  collaborators?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
76612
+ commentCount?: Maybe<Scalars['Int']['output']>;
76613
+ createdAt?: Maybe<Scalars['String']['output']>;
76517
76614
  description?: Maybe<Scalars['String']['output']>;
76518
76615
  id: Scalars['ID']['output'];
76519
76616
  isArchived: Scalars['Boolean']['output'];
@@ -76523,16 +76620,30 @@ export declare type LoomVideo = Node & {
76523
76620
  owner?: Maybe<User>;
76524
76621
  ownerId?: Maybe<Scalars['String']['output']>;
76525
76622
  playableDuration?: Maybe<Scalars['Float']['output']>;
76623
+ reactionCount?: Maybe<Scalars['Int']['output']>;
76526
76624
  sourceDuration?: Maybe<Scalars['Float']['output']>;
76625
+ thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
76527
76626
  transcript?: Maybe<LoomTranscript>;
76528
76627
  transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
76628
+ updatedAt?: Maybe<Scalars['String']['output']>;
76529
76629
  url: Scalars['String']['output'];
76630
+ viewCounts?: Maybe<LoomVideoViewCounts>;
76631
+ };
76632
+ export declare type LoomVideoDefaultThumbnailsSources = {
76633
+ __typename?: 'LoomVideoDefaultThumbnailsSources';
76634
+ default?: Maybe<Scalars['String']['output']>;
76635
+ static?: Maybe<Scalars['String']['output']>;
76530
76636
  };
76531
76637
  export declare type LoomVideoDurations = {
76532
76638
  __typename?: 'LoomVideoDurations';
76533
76639
  playableDuration?: Maybe<Scalars['Float']['output']>;
76534
76640
  sourceDuration?: Maybe<Scalars['Float']['output']>;
76535
76641
  };
76642
+ export declare type LoomVideoViewCounts = {
76643
+ __typename?: 'LoomVideoViewCounts';
76644
+ distinct?: Maybe<Scalars['Int']['output']>;
76645
+ total?: Maybe<Scalars['Int']['output']>;
76646
+ };
76536
76647
  export declare type LpCertSort = {
76537
76648
  sortDirection?: InputMaybe<SortDirection>;
76538
76649
  sortField?: InputMaybe<LpCertSortField>;
@@ -77729,7 +77840,6 @@ export declare type MarketplaceConsolePartnerContactPermissions = {
77729
77840
  canViewPartnerPaymentDetails: Scalars['Boolean']['output'];
77730
77841
  canViewSalesReport: Scalars['Boolean']['output'];
77731
77842
  canViewUsageReports: Scalars['Boolean']['output'];
77732
- hasPartnerAdminRole: Scalars['Boolean']['output'];
77733
77843
  isMarketplaceReader: Scalars['Boolean']['output'];
77734
77844
  isPartnerAdmin: Scalars['Boolean']['output'];
77735
77845
  isSiteAdmin: Scalars['Boolean']['output'];
@@ -81763,6 +81873,8 @@ export declare type Mutation = {
81763
81873
  bulkUpdateContentDataClassificationLevel?: Maybe<BulkUpdateContentDataClassificationLevelPayload>;
81764
81874
  bulkUpdateMainSpaceSidebarLinks?: Maybe<Array<Maybe<SpaceSidebarLink>>>;
81765
81875
  channelPlatform_assignAgentToContact?: Maybe<ChannelPlatformMutationStatus>;
81876
+ channelPlatform_createAttendee?: Maybe<ChannelPlatformConnectionData>;
81877
+ channelPlatform_createMeetingDetails?: Maybe<ChannelPlatformMeeting>;
81766
81878
  channelPlatform_createQueues?: Maybe<ChannelPlatformConnectQueue>;
81767
81879
  channelPlatform_deleteQueues?: Maybe<ChannelPlatformMutationStatus>;
81768
81880
  clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
@@ -82461,6 +82573,13 @@ export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
82461
82573
  aaId?: InputMaybe<Scalars['String']['input']>;
82462
82574
  contactId?: InputMaybe<Scalars['String']['input']>;
82463
82575
  };
82576
+ export declare type MutationChannelPlatform_CreateAttendeeArgs = {
82577
+ meetingId?: InputMaybe<Scalars['String']['input']>;
82578
+ };
82579
+ export declare type MutationChannelPlatform_CreateMeetingDetailsArgs = {
82580
+ contactId?: InputMaybe<Scalars['String']['input']>;
82581
+ requestUuid?: InputMaybe<Scalars['String']['input']>;
82582
+ };
82464
82583
  export declare type MutationChannelPlatform_CreateQueuesArgs = {
82465
82584
  description?: InputMaybe<Scalars['String']['input']>;
82466
82585
  hoursOfOperationId?: InputMaybe<Scalars['String']['input']>;