@forge/cli-shared 8.1.0-next.9 → 8.1.1-next.0

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,39 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e029de1]
8
+ - @forge/manifest@10.1.1-next.0
9
+
10
+ ## 8.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - effab31: Bumped cheerio from 0.22 to 1.1
15
+ - 620aea7: Added support for Dashboards context for app creation
16
+
17
+ ### Patch Changes
18
+
19
+ - 25a3da2: Update attribution header
20
+ - 195411c: patch dependencies
21
+ - Updated dependencies [effab31]
22
+ - Updated dependencies [5d07fbf]
23
+ - Updated dependencies [4b15e26]
24
+ - Updated dependencies [634d7b9]
25
+ - Updated dependencies [b9574d4]
26
+ - Updated dependencies [195411c]
27
+ - Updated dependencies [d97a252]
28
+ - Updated dependencies [46daa27]
29
+ - Updated dependencies [1479d2d]
30
+ - Updated dependencies [ca7e661]
31
+ - Updated dependencies [5ab2c49]
32
+ - Updated dependencies [609f68b]
33
+ - @forge/manifest@10.1.0
34
+ - @forge/i18n@0.0.7
35
+ - @forge/util@1.4.10
36
+
3
37
  ## 8.1.0-next.9
4
38
 
5
39
  ### Minor Changes
@@ -19807,6 +19807,10 @@ export declare type DevAiWorkspace = {
19807
19807
  status?: Maybe<Scalars['String']['output']>;
19808
19808
  workspaceAri: Scalars['ID']['output'];
19809
19809
  };
19810
+ export declare type DevConsoleBulkDeveloperSpaceDetailsResponse = {
19811
+ __typename?: 'DevConsoleBulkDeveloperSpaceDetailsResponse';
19812
+ results: Array<DevConsoleDeveloperSpaceDetailsResult>;
19813
+ };
19810
19814
  export declare type DevConsoleCreateDeveloperSpaceInput = {
19811
19815
  name: Scalars['String']['input'];
19812
19816
  };
@@ -19824,6 +19828,18 @@ export declare type DevConsoleDeveloperSpaceDetails = {
19824
19828
  logo?: Maybe<Scalars['String']['output']>;
19825
19829
  name: Scalars['String']['output'];
19826
19830
  };
19831
+ export declare type DevConsoleDeveloperSpaceDetailsError = {
19832
+ __typename?: 'DevConsoleDeveloperSpaceDetailsError';
19833
+ code: Scalars['String']['output'];
19834
+ message: Scalars['String']['output'];
19835
+ };
19836
+ export declare type DevConsoleDeveloperSpaceDetailsResult = {
19837
+ __typename?: 'DevConsoleDeveloperSpaceDetailsResult';
19838
+ details?: Maybe<DevConsoleDeveloperSpaceDetails>;
19839
+ developerSpaceId: Scalars['String']['output'];
19840
+ error?: Maybe<DevConsoleDeveloperSpaceDetailsError>;
19841
+ success: Scalars['Boolean']['output'];
19842
+ };
19827
19843
  export declare enum DevConsoleDeveloperSpaceType {
19828
19844
  AtlassianExternal = "ATLASSIAN_EXTERNAL",
19829
19845
  AtlassianInternal = "ATLASSIAN_INTERNAL"
@@ -19837,11 +19853,11 @@ export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
19837
19853
  };
19838
19854
  export declare type DevConsoleQuery = {
19839
19855
  __typename?: 'DevConsoleQuery';
19840
- getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
19856
+ getDeveloperSpaceDetails: DevConsoleBulkDeveloperSpaceDetailsResponse;
19841
19857
  getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
19842
19858
  };
19843
19859
  export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
19844
- developerSpaceId: Scalars['String']['input'];
19860
+ developerSpaceIds: Array<Scalars['String']['input']>;
19845
19861
  };
19846
19862
  export declare type DevOps = {
19847
19863
  __typename?: 'DevOps';
@@ -49673,6 +49689,10 @@ export declare type GrowthUnifiedProfileConfluenceUserActivityContext = {
49673
49689
  __typename?: 'GrowthUnifiedProfileConfluenceUserActivityContext';
49674
49690
  r28PageDwells?: Maybe<Scalars['Int']['output']>;
49675
49691
  };
49692
+ export declare type GrowthUnifiedProfileCreateOrgProfileInput = {
49693
+ orgId: Scalars['ID']['input'];
49694
+ twcOnboardingContext?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcOnboardingContextInput>>>;
49695
+ };
49676
49696
  export declare type GrowthUnifiedProfileCreateProfileInput = {
49677
49697
  accountId?: InputMaybe<Scalars['ID']['input']>;
49678
49698
  anonymousId?: InputMaybe<Scalars['ID']['input']>;
@@ -49839,6 +49859,15 @@ export declare enum GrowthUnifiedProfileOnboardingContextProjectLandingSelection
49839
49859
  CreateProject = "CREATE_PROJECT",
49840
49860
  SampleProject = "SAMPLE_PROJECT"
49841
49861
  }
49862
+ export declare type GrowthUnifiedProfileOrgProfileFilterInput = {
49863
+ entitlementId?: InputMaybe<Scalars['String']['input']>;
49864
+ tenantId?: InputMaybe<Scalars['String']['input']>;
49865
+ };
49866
+ export declare type GrowthUnifiedProfileOrgProfileResult = {
49867
+ __typename?: 'GrowthUnifiedProfileOrgProfileResult';
49868
+ orgId: Scalars['ID']['output'];
49869
+ twcOnboardingContext?: Maybe<Array<Maybe<GrowthUnifiedProfileTwcOnboardingContext>>>;
49870
+ };
49842
49871
  export declare type GrowthUnifiedProfilePaidChannelContext = {
49843
49872
  __typename?: 'GrowthUnifiedProfilePaidChannelContext';
49844
49873
  anchor?: Maybe<GrowthUnifiedProfileAnchor>;
@@ -49961,6 +49990,48 @@ export declare enum GrowthUnifiedProfileTrialType {
49961
49990
  DirectTrial = "DIRECT_TRIAL",
49962
49991
  ReverseTrial = "REVERSE_TRIAL"
49963
49992
  }
49993
+ export declare type GrowthUnifiedProfileTwcCreateOrgProfileResponse = {
49994
+ __typename?: 'GrowthUnifiedProfileTwcCreateOrgProfileResponse';
49995
+ error?: Maybe<Scalars['String']['output']>;
49996
+ message?: Maybe<Scalars['String']['output']>;
49997
+ orgId: Scalars['ID']['output'];
49998
+ success?: Maybe<Scalars['Boolean']['output']>;
49999
+ };
50000
+ export declare enum GrowthUnifiedProfileTwcCreatedFrom {
50001
+ AdminHub = "ADMIN_HUB",
50002
+ CrossFlow = "CROSS_FLOW",
50003
+ SignUp = "SIGN_UP"
50004
+ }
50005
+ export declare enum GrowthUnifiedProfileTwcEdition {
50006
+ Free = "FREE",
50007
+ Premium = "PREMIUM"
50008
+ }
50009
+ export declare type GrowthUnifiedProfileTwcOnboardingContext = {
50010
+ __typename?: 'GrowthUnifiedProfileTwcOnboardingContext';
50011
+ createdAt?: Maybe<Scalars['String']['output']>;
50012
+ createdFrom?: Maybe<GrowthUnifiedProfileTwcCreatedFrom>;
50013
+ edition?: Maybe<GrowthUnifiedProfileTwcEdition>;
50014
+ entitlementId: Scalars['ID']['output'];
50015
+ existingProducts?: Maybe<Array<Maybe<GrowthUnifiedProfileTwcProductDetails>>>;
50016
+ newProducts?: Maybe<Array<Maybe<GrowthUnifiedProfileTwcProductDetails>>>;
50017
+ };
50018
+ export declare type GrowthUnifiedProfileTwcOnboardingContextInput = {
50019
+ createdAt?: InputMaybe<Scalars['String']['input']>;
50020
+ createdFrom?: InputMaybe<GrowthUnifiedProfileTwcCreatedFrom>;
50021
+ edition?: InputMaybe<GrowthUnifiedProfileTwcEdition>;
50022
+ entitlementId: Scalars['ID']['input'];
50023
+ existingProducts?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcProductDetailsInput>>>;
50024
+ newProducts?: InputMaybe<Array<InputMaybe<GrowthUnifiedProfileTwcProductDetailsInput>>>;
50025
+ };
50026
+ export declare type GrowthUnifiedProfileTwcProductDetails = {
50027
+ __typename?: 'GrowthUnifiedProfileTwcProductDetails';
50028
+ productKey: Scalars['String']['output'];
50029
+ tenantId?: Maybe<Scalars['String']['output']>;
50030
+ };
50031
+ export declare type GrowthUnifiedProfileTwcProductDetailsInput = {
50032
+ productKey: Scalars['String']['input'];
50033
+ tenantId?: InputMaybe<Scalars['String']['input']>;
50034
+ };
49964
50035
  export declare type GrowthUnifiedProfileUserActivityContext = {
49965
50036
  __typename?: 'GrowthUnifiedProfileUserActivityContext';
49966
50037
  sites?: Maybe<Array<Maybe<GrowthUnifiedProfileUserActivitySiteDetails>>>;
@@ -58372,6 +58443,7 @@ export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
58372
58443
  export declare type JiraGroupedListViewViewSettingsArgs = {
58373
58444
  groupBy?: InputMaybe<Scalars['String']['input']>;
58374
58445
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
58446
+ settings?: InputMaybe<JiraIssueSearchSettings>;
58375
58447
  staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
58376
58448
  };
58377
58449
  export declare enum JiraGroupsContext {
@@ -59944,7 +60016,9 @@ export declare type JiraIssueSearchScope = {
59944
60016
  projectKey?: InputMaybe<Scalars['String']['input']>;
59945
60017
  };
59946
60018
  export declare type JiraIssueSearchSettings = {
60019
+ groupBy?: InputMaybe<Scalars['String']['input']>;
59947
60020
  hideDone?: InputMaybe<Scalars['Boolean']['input']>;
60021
+ hierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
59948
60022
  };
59949
60023
  export declare type JiraIssueSearchStaticViewInput = {
59950
60024
  isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
@@ -63960,6 +64034,7 @@ export declare type JiraProformaFormsField = JiraIssueField & JiraIssueFieldConf
63960
64034
  };
63961
64035
  export declare type JiraProject = Node & {
63962
64036
  __typename?: 'JiraProject';
64037
+ accessLevel?: Maybe<JiraProjectAccessLevelType>;
63963
64038
  action?: Maybe<JiraProjectAction>;
63964
64039
  activeBackground?: Maybe<JiraBackground>;
63965
64040
  assignableUsers?: Maybe<JiraAssignableUsersConnection>;
@@ -64200,6 +64275,21 @@ export declare type JiraProjectVersionsV2Args = {
64200
64275
  searchString?: InputMaybe<Scalars['String']['input']>;
64201
64276
  sortBy?: InputMaybe<JiraVersionSortInput>;
64202
64277
  };
64278
+ export declare type JiraProjectAccessLevel = {
64279
+ __typename?: 'JiraProjectAccessLevel';
64280
+ description?: Maybe<Scalars['String']['output']>;
64281
+ displayName?: Maybe<Scalars['String']['output']>;
64282
+ everyoneRoleDescription?: Maybe<Scalars['String']['output']>;
64283
+ everyoneRoleName?: Maybe<Scalars['String']['output']>;
64284
+ iconName?: Maybe<Scalars['String']['output']>;
64285
+ value: JiraProjectAccessLevelType;
64286
+ };
64287
+ export declare enum JiraProjectAccessLevelType {
64288
+ Free = "FREE",
64289
+ Limited = "LIMITED",
64290
+ Open = "OPEN",
64291
+ Private = "PRIVATE"
64292
+ }
64203
64293
  export declare type JiraProjectAction = {
64204
64294
  __typename?: 'JiraProjectAction';
64205
64295
  canPerform: Scalars['Boolean']['output'];
@@ -64631,6 +64721,7 @@ export declare enum JiraProjectType {
64631
64721
  }
64632
64722
  export declare type JiraProjectTypeDetails = Node & {
64633
64723
  __typename?: 'JiraProjectTypeDetails';
64724
+ availableAccessLevels: Array<JiraProjectAccessLevel>;
64634
64725
  color: Scalars['String']['output'];
64635
64726
  description: Scalars['String']['output'];
64636
64727
  formattedKey: Scalars['String']['output'];
@@ -68892,6 +68983,7 @@ export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
68892
68983
  export declare type JiraSpreadsheetViewViewSettingsArgs = {
68893
68984
  groupBy?: InputMaybe<Scalars['String']['input']>;
68894
68985
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
68986
+ settings?: InputMaybe<JiraIssueSearchSettings>;
68895
68987
  staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
68896
68988
  };
68897
68989
  export declare type JiraSpreadsheetViewPayload = Payload & {
@@ -79415,6 +79507,7 @@ export declare type Mutation = {
79415
79507
  generatePermsReport?: Maybe<ConfluenceAdminReportPayload>;
79416
79508
  grantContentAccess?: Maybe<GrantContentAccessPayload>;
79417
79509
  graphStore?: Maybe<GraphStoreMutation>;
79510
+ growthUnifiedProfile_createOrgProfile?: Maybe<GrowthUnifiedProfileTwcCreateOrgProfileResponse>;
79418
79511
  growthUnifiedProfile_createUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
79419
79512
  hardDeleteSpace?: Maybe<HardDeleteSpacePayload>;
79420
79513
  helpCenter?: Maybe<HelpCenterMutationApi>;
@@ -79672,7 +79765,6 @@ export declare type Mutation = {
79672
79765
  updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
79673
79766
  updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
79674
79767
  updatePolarisViewArrangementInfo?: Maybe<UpdatePolarisViewArrangementInfoPayload>;
79675
- updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
79676
79768
  updatePolarisViewRankV2?: Maybe<UpdatePolarisViewRankV2Payload>;
79677
79769
  updatePolarisViewSet?: Maybe<UpdatePolarisViewSetPayload>;
79678
79770
  updatePushNotificationCustomSettings?: Maybe<ConfluencePushNotificationSettings>;
@@ -80511,6 +80603,9 @@ export declare type MutationGeneratePermsReportArgs = {
80511
80603
  export declare type MutationGrantContentAccessArgs = {
80512
80604
  grantContentAccessInput: GrantContentAccessInput;
80513
80605
  };
80606
+ export declare type MutationGrowthUnifiedProfile_CreateOrgProfileArgs = {
80607
+ profile: GrowthUnifiedProfileCreateOrgProfileInput;
80608
+ };
80514
80609
  export declare type MutationGrowthUnifiedProfile_CreateUnifiedProfileArgs = {
80515
80610
  profile: GrowthUnifiedProfileCreateProfileInput;
80516
80611
  };
@@ -81276,10 +81371,6 @@ export declare type MutationUpdatePolarisViewArrangementInfoArgs = {
81276
81371
  id: Scalars['ID']['input'];
81277
81372
  input?: InputMaybe<Scalars['JSON']['input']>;
81278
81373
  };
81279
- export declare type MutationUpdatePolarisViewLastViewedTimestampArgs = {
81280
- timestampInput?: InputMaybe<Scalars['String']['input']>;
81281
- viewId: Scalars['ID']['input'];
81282
- };
81283
81374
  export declare type MutationUpdatePolarisViewRankV2Args = {
81284
81375
  id: Scalars['ID']['input'];
81285
81376
  input: UpdatePolarisViewRankInput;
@@ -84417,6 +84508,7 @@ export declare type Query = {
84417
84508
  groupsUserSpaceAccess?: Maybe<PaginatedGroupList>;
84418
84509
  groupsWithContentRestrictions?: Maybe<Array<Maybe<GroupWithRestrictions>>>;
84419
84510
  growthRecommendations?: Maybe<GrowthRecQuery>;
84511
+ growthUnifiedProfile_getOrgProfile?: Maybe<GrowthUnifiedProfileOrgProfileResult>;
84420
84512
  growthUnifiedProfile_getUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
84421
84513
  growthUnifiedProfile_getUnifiedUserProfile?: Maybe<GrowthUnifiedProfileUserProfileResult>;
84422
84514
  hasUserAccessAdminRole?: Maybe<Scalars['Boolean']['output']>;
@@ -84469,6 +84561,7 @@ export declare type Query = {
84469
84561
  jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
84470
84562
  jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
84471
84563
  jira_projectByIdOrKey?: Maybe<JiraProject>;
84564
+ jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
84472
84565
  jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
84473
84566
  jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
84474
84567
  jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
@@ -85962,6 +86055,10 @@ export declare type QueryGroupsWithContentRestrictionsArgs = {
85962
86055
  contentId: Scalars['ID']['input'];
85963
86056
  groupIds: Array<InputMaybe<Scalars['String']['input']>>;
85964
86057
  };
86058
+ export declare type QueryGrowthUnifiedProfile_GetOrgProfileArgs = {
86059
+ filter?: InputMaybe<GrowthUnifiedProfileOrgProfileFilterInput>;
86060
+ orgId: Scalars['ID']['input'];
86061
+ };
85965
86062
  export declare type QueryGrowthUnifiedProfile_GetUnifiedProfileArgs = {
85966
86063
  accountId?: InputMaybe<Scalars['ID']['input']>;
85967
86064
  anonymousId?: InputMaybe<Scalars['ID']['input']>;
@@ -86128,6 +86225,9 @@ export declare type QueryJira_ProjectByIdOrKeyArgs = {
86128
86225
  cloudId: Scalars['ID']['input'];
86129
86226
  idOrKey: Scalars['String']['input'];
86130
86227
  };
86228
+ export declare type QueryJira_ProjectTypesByIdsArgs = {
86229
+ ids: Array<Scalars['ID']['input']>;
86230
+ };
86131
86231
  export declare type QueryJira_ProjectsSidebarMenuArgs = {
86132
86232
  cloudId: Scalars['ID']['input'];
86133
86233
  currentURL?: InputMaybe<Scalars['URL']['input']>;
@@ -100583,11 +100683,6 @@ export declare type UpdatePolarisViewSetPayload = Payload & {
100583
100683
  node?: Maybe<PolarisViewSet>;
100584
100684
  success: Scalars['Boolean']['output'];
100585
100685
  };
100586
- export declare type UpdatePolarisViewTimestampPayload = Payload & {
100587
- __typename?: 'UpdatePolarisViewTimestampPayload';
100588
- errors?: Maybe<Array<MutationError>>;
100589
- success: Scalars['Boolean']['output'];
100590
- };
100591
100686
  export declare type UpdatePolarisWhiteboardConfig = {
100592
100687
  id: Scalars['ID']['input'];
100593
100688
  };