@forge/cli-shared 6.11.0-next.10 → 6.11.0-next.10-experimental-9e772ae

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,28 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.11.0-next.10-experimental-9e772ae
4
+
5
+ ### Minor Changes
6
+
7
+ - d86ca2b: Migrate runtime deprecation check from @forge/manifest to @forge/cli
8
+
9
+ ### Patch Changes
10
+
11
+ - 6444f47: added new build command
12
+ - 6db64a3: Improve build tag validation
13
+ - 9a2ca12: Added new callout for buildsByApp
14
+ - 2a30889: Remove environment flag for build command
15
+ - f6ec33c: added createdby column in buildlist
16
+ - Updated dependencies [d86ca2b]
17
+ - Updated dependencies [a56ca61]
18
+ - Updated dependencies [8bd52d6]
19
+ - Updated dependencies [43832a8]
20
+ - Updated dependencies [743bbdc]
21
+ - Updated dependencies [065b6a2]
22
+ - Updated dependencies [a891abf]
23
+ - Updated dependencies [439551a]
24
+ - @forge/manifest@9.3.0-next.6-experimental-9e772ae
25
+
3
26
  ## 6.11.0-next.10
4
27
 
5
28
  ### Patch Changes
@@ -833,6 +833,7 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
833
833
  description?: Maybe<Scalars['String']['output']>;
834
834
  id: Scalars['ID']['output'];
835
835
  instructions?: Maybe<Scalars['String']['output']>;
836
+ isFavourite?: Maybe<Scalars['Boolean']['output']>;
836
837
  knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
837
838
  name?: Maybe<Scalars['String']['output']>;
838
839
  };
@@ -1057,6 +1058,20 @@ export declare type AgentStudioUpdateConversationStartersPayload = Payload & {
1057
1058
  errors?: Maybe<Array<MutationError>>;
1058
1059
  success: Scalars['Boolean']['output'];
1059
1060
  };
1061
+ export declare type AgentStudioUpdateCustomActionInput = {
1062
+ action?: InputMaybe<AgentStudioActionInput>;
1063
+ creatorId: Scalars['ID']['input'];
1064
+ instructions: Scalars['String']['input'];
1065
+ invocationDescription: Scalars['String']['input'];
1066
+ knowledgeSources?: InputMaybe<AgentStudioKnowledgeConfigurationInput>;
1067
+ name: Scalars['String']['input'];
1068
+ };
1069
+ export declare type AgentStudioUpdateCustomActionPayload = Payload & {
1070
+ __typename?: 'AgentStudioUpdateCustomActionPayload';
1071
+ customAction?: Maybe<AgentStudioCustomAction>;
1072
+ errors?: Maybe<Array<MutationError>>;
1073
+ success: Scalars['Boolean']['output'];
1074
+ };
1060
1075
  export declare type AiCoreApiVsaQuestions = {
1061
1076
  __typename?: 'AiCoreApiVSAQuestions';
1062
1077
  projectAri: Scalars['ID']['output'];
@@ -17517,6 +17532,12 @@ export declare type ConfluenceUserContentAccessResult = {
17517
17532
  canAccessList: Array<Maybe<Scalars['String']['output']>>;
17518
17533
  cannotAccessList: Array<Maybe<Scalars['String']['output']>>;
17519
17534
  };
17535
+ export declare type ConfluenceUserHasPermission = {
17536
+ __typename?: 'ConfluenceUserHasPermission';
17537
+ hasPermission: Scalars['Boolean']['output'];
17538
+ principalId: Scalars['String']['output'];
17539
+ reason?: Maybe<Scalars['String']['output']>;
17540
+ };
17520
17541
  export declare type ConfluenceUserInfo = {
17521
17542
  __typename?: 'ConfluenceUserInfo';
17522
17543
  type: ConfluenceUserType;
@@ -17526,6 +17547,10 @@ export declare enum ConfluenceUserType {
17526
17547
  Anonymous = "ANONYMOUS",
17527
17548
  Known = "KNOWN"
17528
17549
  }
17550
+ export declare type ConfluenceUsersHavePermissionList = {
17551
+ __typename?: 'ConfluenceUsersHavePermissionList';
17552
+ usersHavePermissionList: Array<Maybe<ConfluenceUserHasPermission>>;
17553
+ };
17529
17554
  export declare type ConfluenceValidateSpaceKeyResponse = {
17530
17555
  __typename?: 'ConfluenceValidateSpaceKeyResponse';
17531
17556
  generatedUniqueKey?: Maybe<Scalars['String']['output']>;
@@ -17746,6 +17771,7 @@ export declare type Content = {
17746
17771
  archivableDescendantsCount: Scalars['Long']['output'];
17747
17772
  archiveNote?: Maybe<Scalars['String']['output']>;
17748
17773
  archivedContentMetadata?: Maybe<ArchivedContentMetadata>;
17774
+ ari?: Maybe<Scalars['ID']['output']>;
17749
17775
  attachments?: Maybe<PaginatedContentList>;
17750
17776
  blank: Scalars['Boolean']['output'];
17751
17777
  body?: Maybe<ContentBodyPerRepresentation>;
@@ -17770,6 +17796,7 @@ export declare type Content = {
17770
17796
  dataClassificationLevel?: Maybe<ContentDataClassificationLevel>;
17771
17797
  dataClassificationLevelId?: Maybe<Scalars['String']['output']>;
17772
17798
  deletableDescendantsCount: Scalars['Long']['output'];
17799
+ draftVersion?: Maybe<Version>;
17773
17800
  dynamicMobileBody?: Maybe<ContentBody>;
17774
17801
  embeddedProduct?: Maybe<Scalars['String']['output']>;
17775
17802
  excerpt: Scalars['String']['output'];
@@ -21244,6 +21271,7 @@ export declare type CustomerServiceIndividualNotesArgs = {
21244
21271
  export declare type CustomerServiceIndividualRequestsArgs = {
21245
21272
  after?: InputMaybe<Scalars['String']['input']>;
21246
21273
  first?: InputMaybe<Scalars['Int']['input']>;
21274
+ helpCenterId?: InputMaybe<Scalars['ID']['input']>;
21247
21275
  };
21248
21276
  export declare type CustomerServiceIndividualDeletePayload = Payload & {
21249
21277
  __typename?: 'CustomerServiceIndividualDeletePayload';
@@ -21666,6 +21694,7 @@ export declare type CustomerServiceQueryApiProductsArgs = {
21666
21694
  first?: InputMaybe<Scalars['Int']['input']>;
21667
21695
  };
21668
21696
  export declare type CustomerServiceQueryApiRequestByIssueKeyArgs = {
21697
+ helpCenterId?: InputMaybe<Scalars['ID']['input']>;
21669
21698
  issueKey: Scalars['String']['input'];
21670
21699
  };
21671
21700
  export declare type CustomerServiceQueryApiTemplateFormByIdArgs = {
@@ -31956,6 +31985,8 @@ export declare type GraphStore = {
31956
31985
  userContributedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserContributedConfluenceWhiteboardInverseConnection>;
31957
31986
  userCreatedAtlasGoal?: Maybe<GraphStoreSimplifiedUserCreatedAtlasGoalConnection>;
31958
31987
  userCreatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserCreatedAtlasGoalInverseConnection>;
31988
+ userCreatedAtlasProject?: Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectConnection>;
31989
+ userCreatedAtlasProjectInverse?: Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectInverseConnection>;
31959
31990
  userCreatedBranch?: Maybe<GraphStoreSimplifiedUserCreatedBranchConnection>;
31960
31991
  userCreatedBranchInverse?: Maybe<GraphStoreSimplifiedUserCreatedBranchInverseConnection>;
31961
31992
  userCreatedCalendarEvent?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventConnection>;
@@ -35707,6 +35738,20 @@ export declare type GraphStoreUserCreatedAtlasGoalInverseArgs = {
35707
35738
  id: Scalars['ID']['input'];
35708
35739
  sort?: InputMaybe<GraphStoreUserCreatedAtlasGoalSortInput>;
35709
35740
  };
35741
+ export declare type GraphStoreUserCreatedAtlasProjectArgs = {
35742
+ after?: InputMaybe<Scalars['String']['input']>;
35743
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35744
+ first?: InputMaybe<Scalars['Int']['input']>;
35745
+ id: Scalars['ID']['input'];
35746
+ sort?: InputMaybe<GraphStoreUserCreatedAtlasProjectSortInput>;
35747
+ };
35748
+ export declare type GraphStoreUserCreatedAtlasProjectInverseArgs = {
35749
+ after?: InputMaybe<Scalars['String']['input']>;
35750
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35751
+ first?: InputMaybe<Scalars['Int']['input']>;
35752
+ id: Scalars['ID']['input'];
35753
+ sort?: InputMaybe<GraphStoreUserCreatedAtlasProjectSortInput>;
35754
+ };
35710
35755
  export declare type GraphStoreUserCreatedBranchArgs = {
35711
35756
  after?: InputMaybe<Scalars['String']['input']>;
35712
35757
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -49105,6 +49150,34 @@ export declare type GraphStoreSimplifiedUserCreatedAtlasGoalInverseEdge = {
49105
49150
  };
49106
49151
  export declare type GraphStoreSimplifiedUserCreatedAtlasGoalInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
49107
49152
  export declare type GraphStoreSimplifiedUserCreatedAtlasGoalUnion = TownsquareGoal;
49153
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectConnection = HasPageInfo & {
49154
+ __typename?: 'GraphStoreSimplifiedUserCreatedAtlasProjectConnection';
49155
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectEdge>>>;
49156
+ pageInfo: PageInfo;
49157
+ };
49158
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectEdge = {
49159
+ __typename?: 'GraphStoreSimplifiedUserCreatedAtlasProjectEdge';
49160
+ createdAt: Scalars['DateTime']['output'];
49161
+ cursor?: Maybe<Scalars['String']['output']>;
49162
+ id: Scalars['ID']['output'];
49163
+ lastUpdated: Scalars['DateTime']['output'];
49164
+ node?: Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectUnion>;
49165
+ };
49166
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectInverseConnection = HasPageInfo & {
49167
+ __typename?: 'GraphStoreSimplifiedUserCreatedAtlasProjectInverseConnection';
49168
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectInverseEdge>>>;
49169
+ pageInfo: PageInfo;
49170
+ };
49171
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectInverseEdge = {
49172
+ __typename?: 'GraphStoreSimplifiedUserCreatedAtlasProjectInverseEdge';
49173
+ createdAt: Scalars['DateTime']['output'];
49174
+ cursor?: Maybe<Scalars['String']['output']>;
49175
+ id: Scalars['ID']['output'];
49176
+ lastUpdated: Scalars['DateTime']['output'];
49177
+ node?: Maybe<GraphStoreSimplifiedUserCreatedAtlasProjectInverseUnion>;
49178
+ };
49179
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
49180
+ export declare type GraphStoreSimplifiedUserCreatedAtlasProjectUnion = TownsquareProject;
49108
49181
  export declare type GraphStoreSimplifiedUserCreatedBranchConnection = HasPageInfo & {
49109
49182
  __typename?: 'GraphStoreSimplifiedUserCreatedBranchConnection';
49110
49183
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedBranchEdge>>>;
@@ -51844,6 +51917,9 @@ export declare type GraphStoreUserContributedConfluenceWhiteboardSortInput = {
51844
51917
  export declare type GraphStoreUserCreatedAtlasGoalSortInput = {
51845
51918
  lastModified?: InputMaybe<GraphStoreSortInput>;
51846
51919
  };
51920
+ export declare type GraphStoreUserCreatedAtlasProjectSortInput = {
51921
+ lastModified?: InputMaybe<GraphStoreSortInput>;
51922
+ };
51847
51923
  export declare type GraphStoreUserCreatedBranchSortInput = {
51848
51924
  lastModified?: InputMaybe<GraphStoreSortInput>;
51849
51925
  };
@@ -59709,6 +59785,7 @@ export declare type JiraFieldConfigScheme = {
59709
59785
  id: Scalars['ID']['output'];
59710
59786
  name?: Maybe<Scalars['String']['output']>;
59711
59787
  projectsCount?: Maybe<Scalars['Int']['output']>;
59788
+ schemeId?: Maybe<Scalars['ID']['output']>;
59712
59789
  };
59713
59790
  export declare type JiraFieldConfigSchemesConnection = {
59714
59791
  __typename?: 'JiraFieldConfigSchemesConnection';
@@ -80730,6 +80807,7 @@ export declare type Mutation = {
80730
80807
  agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
80731
80808
  agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
80732
80809
  agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
80810
+ agentStudio_updateCustomAction?: Maybe<AgentStudioUpdateCustomActionPayload>;
80733
80811
  appRecommendations?: Maybe<AppRecMutation>;
80734
80812
  appStorage?: Maybe<AppStorageMutation>;
80735
80813
  appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
@@ -81376,6 +81454,10 @@ export declare type MutationAgentStudio_UpdateConversationStartersArgs = {
81376
81454
  id: Scalars['ID']['input'];
81377
81455
  input: AgentStudioUpdateConversationStartersInput;
81378
81456
  };
81457
+ export declare type MutationAgentStudio_UpdateCustomActionArgs = {
81458
+ id: Scalars['ID']['input'];
81459
+ input: AgentStudioUpdateCustomActionInput;
81460
+ };
81379
81461
  export declare type MutationApplyPolarisProjectTemplateArgs = {
81380
81462
  input: ApplyPolarisProjectTemplateInput;
81381
81463
  };
@@ -86176,6 +86258,7 @@ export declare type Query = {
86176
86258
  confluence_template?: Maybe<ContentTemplate>;
86177
86259
  confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
86178
86260
  confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
86261
+ confluence_usersHavePermission?: Maybe<ConfluenceUsersHavePermissionList>;
86179
86262
  confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
86180
86263
  connectionManager_connectionsByJiraProject?: Maybe<ConnectionManagerConnectionsByJiraProjectResult>;
86181
86264
  contactAdminPageConfig?: Maybe<ContactAdminPageConfig>;
@@ -87897,6 +87980,13 @@ export declare type QueryConfluence_UserContentAccessArgs = {
87897
87980
  cloudId: Scalars['ID']['input'];
87898
87981
  contentId: Scalars['ID']['input'];
87899
87982
  };
87983
+ export declare type QueryConfluence_UsersHavePermissionArgs = {
87984
+ cloudId: Scalars['ID']['input'];
87985
+ permission: Scalars['String']['input'];
87986
+ principalIds: Array<InputMaybe<Scalars['String']['input']>>;
87987
+ resourceId: Scalars['ID']['input'];
87988
+ resourceType: Scalars['String']['input'];
87989
+ };
87900
87990
  export declare type QueryConfluence_ValidateCalendarJqlArgs = {
87901
87991
  applicationId: Scalars['ID']['input'];
87902
87992
  cloudId: Scalars['ID']['input'];
@@ -88119,6 +88209,9 @@ export declare type QueryCustomerStoryArgs = {
88119
88209
  locale?: InputMaybe<Scalars['String']['input']>;
88120
88210
  publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
88121
88211
  };
88212
+ export declare type QueryDataSecurityPolicyArgs = {
88213
+ cloudId?: InputMaybe<Scalars['ID']['input']>;
88214
+ };
88122
88215
  export declare type QueryDeactivatedOwnerPagesArgs = {
88123
88216
  cursor?: InputMaybe<Scalars['String']['input']>;
88124
88217
  limit?: InputMaybe<Scalars['Int']['input']>;
@@ -94968,12 +95061,14 @@ export declare type SpaceOrContent = {
94968
95061
  __typename?: 'SpaceOrContent';
94969
95062
  alias?: Maybe<Scalars['String']['output']>;
94970
95063
  ancestors?: Maybe<Array<Maybe<Content>>>;
95064
+ ari?: Maybe<Scalars['ID']['output']>;
94971
95065
  body?: Maybe<ContentBodyPerRepresentation>;
94972
95066
  childTypes?: Maybe<ChildContentTypesAvailable>;
94973
95067
  container?: Maybe<SpaceOrContent>;
94974
95068
  creatorAccountId?: Maybe<Scalars['String']['output']>;
94975
95069
  dataClassificationTags: Array<Maybe<Scalars['String']['output']>>;
94976
95070
  description?: Maybe<SpaceDescriptions>;
95071
+ draftVersion?: Maybe<Version>;
94977
95072
  extensions?: Maybe<Array<Maybe<KeyValueHierarchyMap>>>;
94978
95073
  history?: Maybe<History>;
94979
95074
  homepage?: Maybe<Content>;
@@ -95120,6 +95215,8 @@ export declare type SpacePermissionsSubjectsWithPermissionsArgs = {
95120
95215
  };
95121
95216
  export declare type SpaceRole = {
95122
95217
  __typename?: 'SpaceRole';
95218
+ inUseByDefaultSpaceRoleAssignments?: Maybe<Scalars['Boolean']['output']>;
95219
+ inUseByPrincipals?: Maybe<Scalars['Boolean']['output']>;
95123
95220
  roleDescription: Scalars['String']['output'];
95124
95221
  roleDisplayName: Scalars['String']['output'];
95125
95222
  roleId: Scalars['ID']['output'];
@@ -100641,6 +100738,7 @@ export declare type UnifiedAccount = UnifiedINode & {
100641
100738
  isLinked: Scalars['Boolean']['output'];
100642
100739
  isManaged: Scalars['Boolean']['output'];
100643
100740
  isPrimary: Scalars['Boolean']['output'];
100741
+ isProfileOwnerConsented: Scalars['Boolean']['output'];
100644
100742
  khorosUserId: Scalars['Int']['output'];
100645
100743
  linkedAccounts?: Maybe<UnifiedULinkedAccountResult>;
100646
100744
  nickname: Scalars['String']['output'];
@@ -101248,6 +101346,7 @@ export declare type UnifiedProfile = UnifiedINode & {
101248
101346
  isPersonalView?: Maybe<Scalars['Boolean']['output']>;
101249
101347
  isPrivate: Scalars['Boolean']['output'];
101250
101348
  isProfileBanned?: Maybe<Scalars['Boolean']['output']>;
101349
+ isProfileOwnerConsented?: Maybe<Scalars['Boolean']['output']>;
101251
101350
  learning?: Maybe<UnifiedULearningResult>;
101252
101351
  linkedinUrl?: Maybe<Scalars['String']['output']>;
101253
101352
  location?: Maybe<Scalars['String']['output']>;