@forge/cli-shared 9.3.0-next.0-experimental-620648d → 9.3.0-next.2

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,16 +1,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 9.3.0-next.0-experimental-620648d
3
+ ## 9.3.0-next.2
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - 5c2457b: Display deeplinks to installed modules after a successful `forge install`
8
- - ca4fa27: Add utility function to check if a UI Kit resource needs to be bundled
7
+ - Updated dependencies [f01417b]
8
+ - @forge/manifest@13.3.0-next.2
9
+
10
+ ## 9.3.0-next.1
9
11
 
10
12
  ### Patch Changes
11
13
 
12
- - Updated dependencies [d706cd8]
13
- - @forge/manifest@13.3.0-next.0-experimental-620648d
14
+ - 4d50a76: Changes to forge deploy with a feature-gated combined artifact upload flow.
15
+ - Updated dependencies [39f1f15]
16
+ - @forge/manifest@13.3.0-next.1
14
17
 
15
18
  ## 9.3.0-next.0
16
19
 
@@ -6396,6 +6396,16 @@ export type AgentStudioBatchEvaluationProject = {
6396
6396
  id: Scalars['String']['output'];
6397
6397
  projectContainerAri: Scalars['String']['output'];
6398
6398
  };
6399
+ export type AgentStudioBulkDeleteAgentsInput = {
6400
+ ids: Array<Scalars['ID']['input']>;
6401
+ };
6402
+ export type AgentStudioBulkDeleteAgentsPayload = {
6403
+ __typename?: 'AgentStudioBulkDeleteAgentsPayload';
6404
+ agents?: Maybe<Array<AgentStudioAgent>>;
6405
+ errors?: Maybe<Array<MutationError>>;
6406
+ failedAgentIds?: Maybe<Array<Scalars['ID']['output']>>;
6407
+ success: Scalars['Boolean']['output'];
6408
+ };
6399
6409
  export type AgentStudioCanAddMcpServerResult = AgentStudioCanAddMcpServerSuccess | QueryError;
6400
6410
  export type AgentStudioCanAddMcpServerSuccess = {
6401
6411
  __typename?: 'AgentStudioCanAddMcpServerSuccess';
@@ -19854,29 +19864,19 @@ export type ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep = {
19854
19864
  };
19855
19865
  export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStepStatus {
19856
19866
  Completed = "COMPLETED",
19857
- Failed = "FAILED",
19858
- InProgress = "IN_PROGRESS",
19859
- Skipped = "SKIPPED"
19867
+ InProgress = "IN_PROGRESS"
19860
19868
  }
19861
- export type ChangeManagementJsmPreventionCenterOverviewSummaryAvailableResponse = {
19862
- __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryAvailableResponse';
19869
+ export type ChangeManagementJsmPreventionCenterOverviewSummaryResponse = {
19870
+ __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryResponse';
19863
19871
  analysisSteps?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep>>;
19864
- doneSoFar?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryDoneItem>>;
19872
+ doneSoFar?: Maybe<Scalars['String']['output']>;
19865
19873
  lastUpdatedAt?: Maybe<Scalars['String']['output']>;
19866
19874
  potentialRisk?: Maybe<ChangeManagementJsmPreventionCenterOverviewSummaryRiskLevel>;
19867
19875
  sources?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummarySource>>;
19876
+ status: ChangeManagementJsmPreventionCenterOverviewSummaryStatus;
19868
19877
  suggestedNextSteps?: Maybe<Scalars['String']['output']>;
19869
- summary: Scalars['String']['output'];
19870
- };
19871
- export type ChangeManagementJsmPreventionCenterOverviewSummaryDoneItem = {
19872
- __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryDoneItem';
19873
- body?: Maybe<Scalars['String']['output']>;
19874
- };
19875
- export type ChangeManagementJsmPreventionCenterOverviewSummaryInProgressResponse = {
19876
- __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryInProgressResponse';
19877
- analysisSteps?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep>>;
19878
+ summary?: Maybe<Scalars['String']['output']>;
19878
19879
  };
19879
- export type ChangeManagementJsmPreventionCenterOverviewSummaryResponse = ChangeManagementJsmPreventionCenterOverviewSummaryAvailableResponse | ChangeManagementJsmPreventionCenterOverviewSummaryInProgressResponse;
19880
19880
  export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryRiskLevel {
19881
19881
  High = "HIGH",
19882
19882
  Low = "LOW",
@@ -19884,17 +19884,15 @@ export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryRiskLevel
19884
19884
  }
19885
19885
  export type ChangeManagementJsmPreventionCenterOverviewSummarySource = {
19886
19886
  __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummarySource';
19887
- description?: Maybe<Scalars['String']['output']>;
19888
- id: Scalars['ID']['output'];
19887
+ ari: Scalars['String']['output'];
19888
+ lastModified: Scalars['String']['output'];
19889
19889
  title: Scalars['String']['output'];
19890
- type: ChangeManagementJsmPreventionCenterOverviewSummarySourceType;
19890
+ type: Scalars['String']['output'];
19891
19891
  url: Scalars['String']['output'];
19892
19892
  };
19893
- export declare enum ChangeManagementJsmPreventionCenterOverviewSummarySourceType {
19894
- Bitbucket = "BITBUCKET",
19895
- Confluence = "CONFLUENCE",
19896
- Jsm = "JSM",
19897
- Statuspage = "STATUSPAGE"
19893
+ export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryStatus {
19894
+ Available = "AVAILABLE",
19895
+ InProgress = "IN_PROGRESS"
19898
19896
  }
19899
19897
  export type ChangeManagementLastRovoRiskAssessmentPayload = {
19900
19898
  __typename?: 'ChangeManagementLastRovoRiskAssessmentPayload';
@@ -38160,7 +38158,9 @@ export type ContentAnalyticsViewsByDate = {
38160
38158
  };
38161
38159
  export type ContentAnalyticsViewsByDateItem = {
38162
38160
  __typename?: 'ContentAnalyticsViewsByDateItem';
38161
+ agentTotal?: Maybe<Scalars['Int']['output']>;
38163
38162
  date: Scalars['String']['output'];
38163
+ peopleTotal?: Maybe<Scalars['Int']['output']>;
38164
38164
  total: Scalars['Int']['output'];
38165
38165
  };
38166
38166
  export type ContentAnalyticsViewsByUser = {
@@ -41749,11 +41749,17 @@ export type CustomerServiceAssetsFieldConfig = {
41749
41749
  objectType: CustomerServiceAssetsFieldObjectTypeMetadata;
41750
41750
  schema: CustomerServiceAssetsFieldSchemaMetadata;
41751
41751
  };
41752
+ export type CustomerServiceAssetsFieldData = {
41753
+ __typename?: 'CustomerServiceAssetsFieldData';
41754
+ assetsObjectTypeId: Scalars['String']['output'];
41755
+ assetsObjects?: Maybe<Array<CustomerServiceAssetsFieldObject>>;
41756
+ };
41752
41757
  export type CustomerServiceAssetsFieldObject = {
41753
41758
  __typename?: 'CustomerServiceAssetsFieldObject';
41754
41759
  avatar?: Maybe<CustomerServiceAssetsAvatar>;
41755
41760
  id: Scalars['ID']['output'];
41756
41761
  label: Scalars['String']['output'];
41762
+ objectKey: Scalars['ID']['output'];
41757
41763
  objectSchemaId: Scalars['ID']['output'];
41758
41764
  objectTypeId: Scalars['ID']['output'];
41759
41765
  };
@@ -42015,7 +42021,7 @@ export type CustomerServiceConnectedFieldConfig = {
42015
42021
  };
42016
42022
  export type CustomerServiceConnectedFieldData = {
42017
42023
  __typename?: 'CustomerServiceConnectedFieldData';
42018
- assetsObjects?: Maybe<Array<CustomerServiceAssetsFieldObject>>;
42024
+ assetsField?: Maybe<CustomerServiceAssetsFieldData>;
42019
42025
  };
42020
42026
  export type CustomerServiceContext = {
42021
42027
  issueId?: InputMaybe<Scalars['String']['input']>;
@@ -44411,6 +44417,8 @@ export type DevAiAutodevNextWorkItem = {
44411
44417
  isOverdue?: Maybe<Scalars['Boolean']['output']>;
44412
44418
  jiraIssue?: Maybe<JiraIssue>;
44413
44419
  latestExecutionSession?: Maybe<DevAiAutodevNextWorkExecutionSession>;
44420
+ pullRequestDeclineReason?: Maybe<Scalars['String']['output']>;
44421
+ pullRequestStatus?: Maybe<Scalars['ID']['output']>;
44414
44422
  pullRequestUrl?: Maybe<Scalars['String']['output']>;
44415
44423
  repository?: Maybe<Scalars['String']['output']>;
44416
44424
  requestedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -53984,6 +53992,7 @@ export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge = {
53984
53992
  };
53985
53993
  export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
53986
53994
  __typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode';
53995
+ authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
53987
53996
  description?: Maybe<Scalars['String']['output']>;
53988
53997
  displayName: Scalars['String']['output'];
53989
53998
  documentationUrl?: Maybe<Scalars['String']['output']>;
@@ -128224,6 +128233,7 @@ export type JiraForgeExtension = {
128224
128233
  license?: Maybe<JiraForgeExtensionLicense>;
128225
128234
  moduleId?: Maybe<Scalars['ID']['output']>;
128226
128235
  properties: Scalars['JSON']['output'];
128236
+ sandboxPolicies?: Maybe<Array<Scalars['String']['output']>>;
128227
128237
  scopes: Array<Scalars['String']['output']>;
128228
128238
  type: Scalars['String']['output'];
128229
128239
  userAccess?: Maybe<JiraUserAppAccess>;
@@ -134660,6 +134670,7 @@ export type JiraMutation = {
134660
134670
  archiveJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
134661
134671
  assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
134662
134672
  attributeUnsplashImage?: Maybe<JiraUnsplashAttributionPayload>;
134673
+ bulkCreateCaseManagementRequestTypes?: Maybe<JiraServiceManagementBulkCreateCaseManagementRequestTypesPayload>;
134663
134674
  bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
134664
134675
  bulkUpdateLabelColor?: Maybe<JiraBulkLabelColorUpdatePayload>;
134665
134676
  cloneIssue?: Maybe<JiraCloneIssueResponse>;
@@ -134961,6 +134972,9 @@ export type JiraMutationAssignRelatedWorkToUserArgs = {
134961
134972
  export type JiraMutationAttributeUnsplashImageArgs = {
134962
134973
  input: JiraUnsplashAttributionInput;
134963
134974
  };
134975
+ export type JiraMutationBulkCreateCaseManagementRequestTypesArgs = {
134976
+ input: JiraServiceManagementBulkCreateCaseManagementRequestTypesInput;
134977
+ };
134964
134978
  export type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
134965
134979
  input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
134966
134980
  };
@@ -137381,6 +137395,7 @@ export type JiraPolarisGlobalViewFields = {
137381
137395
  export type JiraPolicyRuleInput = {
137382
137396
  description?: InputMaybe<Scalars['String']['input']>;
137383
137397
  properties?: InputMaybe<Scalars['JSON']['input']>;
137398
+ ruleId?: InputMaybe<Scalars['ID']['input']>;
137384
137399
  ruleTypeId: Scalars['String']['input'];
137385
137400
  };
137386
137401
  export type JiraPolicyRulesByDomainInput = {
@@ -142449,6 +142464,16 @@ export type JiraServiceManagementAttachmentPreviewField = JiraServiceManagementR
142449
142464
  required?: Maybe<Scalars['Boolean']['output']>;
142450
142465
  type?: Maybe<Scalars['String']['output']>;
142451
142466
  };
142467
+ export type JiraServiceManagementBulkCreateCaseManagementRequestTypesInput = {
142468
+ projectId: Scalars['ID']['input'];
142469
+ requestTypes: Array<JiraServiceManagementCaseRequestTypeSelectionInput>;
142470
+ };
142471
+ export type JiraServiceManagementBulkCreateCaseManagementRequestTypesPayload = {
142472
+ __typename?: 'JiraServiceManagementBulkCreateCaseManagementRequestTypesPayload';
142473
+ errors?: Maybe<Array<MutationError>>;
142474
+ results: Array<JiraServiceManagementCaseRequestTypeCreationResult>;
142475
+ success: Scalars['Boolean']['output'];
142476
+ };
142452
142477
  export type JiraServiceManagementBulkCreateRequestTypeFromTemplateInput = {
142453
142478
  createRequestTypeFromTemplateInputItems: Array<JiraServiceManagementCreateRequestTypeFromTemplateInput>;
142454
142479
  projectId: Scalars['ID']['input'];
@@ -142474,6 +142499,14 @@ export type JiraServiceManagementCaseManagementRequestTypeCreationOptionEdge = {
142474
142499
  cursor: Scalars['String']['output'];
142475
142500
  node?: Maybe<JiraServiceManagementCaseManagementRequestTypeCreationOption>;
142476
142501
  };
142502
+ export type JiraServiceManagementCaseRequestTypeCreationResult = {
142503
+ __typename?: 'JiraServiceManagementCaseRequestTypeCreationResult';
142504
+ errors?: Maybe<Array<MutationError>>;
142505
+ templateId: Scalars['ID']['output'];
142506
+ };
142507
+ export type JiraServiceManagementCaseRequestTypeSelectionInput = {
142508
+ templateId: Scalars['ID']['input'];
142509
+ };
142477
142510
  export type JiraServiceManagementChannelSource = {
142478
142511
  __typename?: 'JiraServiceManagementChannelSource';
142479
142512
  displayName?: Maybe<Scalars['String']['output']>;
@@ -152108,6 +152141,7 @@ export type KitsuneRankInput = {
152108
152141
  };
152109
152142
  export type KitsuneRollupInput = {
152110
152143
  externalId?: InputMaybe<Scalars['ID']['input']>;
152144
+ ideaAri?: InputMaybe<Scalars['ID']['input']>;
152111
152145
  insightAri?: InputMaybe<Scalars['ID']['input']>;
152112
152146
  };
152113
152147
  export type KitsuneSearchChunk = {
@@ -169081,6 +169115,7 @@ export type Mutation = {
169081
169115
  admin_updateInvitePolicy?: Maybe<AdminUpdateInvitePolicyResponsePayload>;
169082
169116
  agentAI_panelRefresh?: Maybe<AgentAiPanelRefreshResult>;
169083
169117
  agentStudio_addGroupsToCreatePermission?: Maybe<AgentStudioAddGroupsToCreatePermissionPayload>;
169118
+ agentStudio_bulkDeleteAgents?: Maybe<AgentStudioBulkDeleteAgentsPayload>;
169084
169119
  agentStudio_cancelBatchEvaluationJobRun?: Maybe<AgentStudioBatchEvalRunJobPayload>;
169085
169120
  agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
169086
169121
  agentStudio_createAgentFromTemplate?: Maybe<AgentStudioCreateAgentPayload>;
@@ -170898,6 +170933,9 @@ export type MutationAgentStudio_AddGroupsToCreatePermissionArgs = {
170898
170933
  cloudId: Scalars['ID']['input'];
170899
170934
  groupARIs: Array<Scalars['ID']['input']>;
170900
170935
  };
170936
+ export type MutationAgentStudio_BulkDeleteAgentsArgs = {
170937
+ input: AgentStudioBulkDeleteAgentsInput;
170938
+ };
170901
170939
  export type MutationAgentStudio_CancelBatchEvaluationJobRunArgs = {
170902
170940
  cloudId: Scalars['String']['input'];
170903
170941
  jobRunId: Scalars['ID']['input'];
@@ -187363,7 +187401,7 @@ export type QueryDevai_AutodevNextWorkstreamSweepSummaryArgs = {
187363
187401
  export type QueryDevai_AutodevNextWorkstreamTaskArgs = {
187364
187402
  cloudId: Scalars['ID']['input'];
187365
187403
  workItemId: Scalars['ID']['input'];
187366
- workspaceId: Scalars['ID']['input'];
187404
+ workspaceId?: Scalars['ID']['input'];
187367
187405
  };
187368
187406
  export type QueryDevai_AutodevNextWorkstreamTasksArgs = {
187369
187407
  after?: InputMaybe<Scalars['String']['input']>;
@@ -234264,6 +234302,7 @@ export type SubscriptionBlockService_OnBlockUpdatedArgs = {
234264
234302
  export type SubscriptionChangeManagement_JsmPreventionCenterOverviewSummaryUpdatedArgs = {
234265
234303
  cloudId: Scalars['ID']['input'];
234266
234304
  entityKey: Scalars['String']['input'];
234305
+ userAccountId: Scalars['String']['input'];
234267
234306
  };
234268
234307
  export type SubscriptionConfluence_OnContentModifiedArgs = {
234269
234308
  id: Scalars['ID']['input'];