@forge/cli-shared 8.15.1-next.2 → 8.15.1-next.3
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
|
@@ -571,7 +571,7 @@ export declare type AvpCreateVariablePayload = Payload & {
|
|
|
571
571
|
errors?: Maybe<Array<MutationError>>;
|
|
572
572
|
success: Scalars['Boolean']['output'];
|
|
573
573
|
};
|
|
574
|
-
export declare type AvpDashboard = {
|
|
574
|
+
export declare type AvpDashboard = Node & {
|
|
575
575
|
__typename?: 'AVPDashboard';
|
|
576
576
|
access?: Maybe<Scalars['Int']['output']>;
|
|
577
577
|
category?: Maybe<Scalars['String']['output']>;
|
|
@@ -581,7 +581,7 @@ export declare type AvpDashboard = {
|
|
|
581
581
|
description?: Maybe<Scalars['String']['output']>;
|
|
582
582
|
envVars?: Maybe<Array<AvpEnvVar>>;
|
|
583
583
|
fromTemplate?: Maybe<Scalars['String']['output']>;
|
|
584
|
-
id
|
|
584
|
+
id: Scalars['ID']['output'];
|
|
585
585
|
isReadOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
586
586
|
settings?: Maybe<AvpDashboardSettings>;
|
|
587
587
|
status?: Maybe<AvpDashboardStatus>;
|
|
@@ -4225,10 +4225,6 @@ export declare type AgentWorkspaceDeleteSchedulePayload = {
|
|
|
4225
4225
|
errors?: Maybe<Array<AgentWorkspaceScheduleError>>;
|
|
4226
4226
|
success: Scalars['Boolean']['output'];
|
|
4227
4227
|
};
|
|
4228
|
-
export declare type AgentWorkspaceHelloWorld = {
|
|
4229
|
-
__typename?: 'AgentWorkspaceHelloWorld';
|
|
4230
|
-
value: Scalars['String']['output'];
|
|
4231
|
-
};
|
|
4232
4228
|
export declare type AgentWorkspacePageInfo = {
|
|
4233
4229
|
__typename?: 'AgentWorkspacePageInfo';
|
|
4234
4230
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -4683,10 +4679,12 @@ export declare type AppContainerInput = {
|
|
|
4683
4679
|
export declare type AppContainerInstance = {
|
|
4684
4680
|
__typename?: 'AppContainerInstance';
|
|
4685
4681
|
containerStatus?: Maybe<Scalars['String']['output']>;
|
|
4682
|
+
cpu?: Maybe<Scalars['String']['output']>;
|
|
4686
4683
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
4687
4684
|
healthStatus?: Maybe<Scalars['String']['output']>;
|
|
4688
4685
|
id: Scalars['ID']['output'];
|
|
4689
4686
|
imageURI?: Maybe<Scalars['String']['output']>;
|
|
4687
|
+
memory?: Maybe<Scalars['String']['output']>;
|
|
4690
4688
|
};
|
|
4691
4689
|
export declare type AppContainerInstances = {
|
|
4692
4690
|
__typename?: 'AppContainerInstances';
|
|
@@ -26313,14 +26311,14 @@ export declare type CplsFilters = {
|
|
|
26313
26311
|
__typename?: 'CplsFilters';
|
|
26314
26312
|
contributorDataIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26315
26313
|
customContributionTargets?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26316
|
-
|
|
26314
|
+
jiraWorkItemStatusNames?: Maybe<Array<Scalars['String']['output']>>;
|
|
26317
26315
|
jiraWorkItems?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26318
26316
|
workTypes?: Maybe<Array<CplsWorkType>>;
|
|
26319
26317
|
};
|
|
26320
26318
|
export declare type CplsFiltersInput = {
|
|
26321
26319
|
contributorDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26322
26320
|
customContributionTargets?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26323
|
-
|
|
26321
|
+
jiraWorkItemStatusNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
26324
26322
|
jiraWorkItems?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26325
26323
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
26326
26324
|
};
|
|
@@ -28216,6 +28214,13 @@ export declare enum CustomerServiceContextType {
|
|
|
28216
28214
|
Default = "DEFAULT",
|
|
28217
28215
|
Issue = "ISSUE"
|
|
28218
28216
|
}
|
|
28217
|
+
export declare type CustomerServiceCsmCustomer = Node & {
|
|
28218
|
+
__typename?: 'CustomerServiceCsmCustomer';
|
|
28219
|
+
details: CustomerServiceCustomDetailValuesQueryResult;
|
|
28220
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
28221
|
+
id: Scalars['ID']['output'];
|
|
28222
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
28223
|
+
};
|
|
28219
28224
|
export declare type CustomerServiceCustomAttributeOptionStyle = {
|
|
28220
28225
|
__typename?: 'CustomerServiceCustomAttributeOptionStyle';
|
|
28221
28226
|
backgroundColour: Scalars['String']['output'];
|
|
@@ -96457,6 +96462,7 @@ export declare enum JiraInstallDeploymentsBannerPrecondition {
|
|
|
96457
96462
|
export declare type JiraInvalidIssueSearchInputError = {
|
|
96458
96463
|
__typename?: 'JiraInvalidIssueSearchInputError';
|
|
96459
96464
|
message?: Maybe<Scalars['String']['output']>;
|
|
96465
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
96460
96466
|
};
|
|
96461
96467
|
export declare type JiraInvalidJqlError = {
|
|
96462
96468
|
__typename?: 'JiraInvalidJqlError';
|
|
@@ -124058,6 +124064,7 @@ export declare type Mutation = {
|
|
|
124058
124064
|
spf_deletePlan?: Maybe<SpfDeletePlanPayload>;
|
|
124059
124065
|
spf_deletePlanScenario?: Maybe<SpfDeletePlanScenarioPayload>;
|
|
124060
124066
|
spf_deletePlanScenarioInvestment?: Maybe<SpfDeletePlanScenarioInvestmentPayload>;
|
|
124067
|
+
spf_deletePlanScenarioInvestments?: Maybe<SpfDeletePlanScenarioInvestmentsPayload>;
|
|
124061
124068
|
spf_rejectProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
124062
124069
|
spf_removePlanApprover?: Maybe<SpfRemovePlanApproverPayload>;
|
|
124063
124070
|
spf_removePlanOwner?: Maybe<SpfRemovePlanOwnerPayload>;
|
|
@@ -127179,6 +127186,9 @@ export declare type MutationSpf_DeletePlanScenarioArgs = {
|
|
|
127179
127186
|
export declare type MutationSpf_DeletePlanScenarioInvestmentArgs = {
|
|
127180
127187
|
input: SpfDeletePlanScenarioInvestmentInput;
|
|
127181
127188
|
};
|
|
127189
|
+
export declare type MutationSpf_DeletePlanScenarioInvestmentsArgs = {
|
|
127190
|
+
input: SpfDeletePlanScenarioInvestmentsInput;
|
|
127191
|
+
};
|
|
127182
127192
|
export declare type MutationSpf_RejectProposedDateArgs = {
|
|
127183
127193
|
input: SpfResolveProposedDateInput;
|
|
127184
127194
|
};
|
|
@@ -130588,7 +130598,6 @@ export declare type Query = {
|
|
|
130588
130598
|
agentStudio_validateScenario?: Maybe<AgentStudioScenarioValidationPayload>;
|
|
130589
130599
|
agentStudio_validateScenarios?: Maybe<AgentStudioScenarioValidateModeOutput>;
|
|
130590
130600
|
agentStudio_widgetByContainerAri?: Maybe<AgentStudioWidgetByContainerAriResult>;
|
|
130591
|
-
agentWorkspace_helloWorld?: Maybe<AgentWorkspaceHelloWorld>;
|
|
130592
130601
|
agentWorkspace_schedule?: Maybe<AgentWorkspaceSchedule>;
|
|
130593
130602
|
agentWorkspace_schedules?: Maybe<Array<AgentWorkspaceSchedule>>;
|
|
130594
130603
|
agentWorkspace_shifts?: Maybe<AgentWorkspaceShiftsConnection>;
|
|
@@ -130693,6 +130702,7 @@ export declare type Query = {
|
|
|
130693
130702
|
avp_getChartTemplates?: Maybe<Array<AvpChartTemplate>>;
|
|
130694
130703
|
avp_getDashboard?: Maybe<AvpDashboard>;
|
|
130695
130704
|
avp_getDashboardTemplates?: Maybe<Array<AvpDashboardTemplate>>;
|
|
130705
|
+
avp_getDashboardsByAris?: Maybe<Array<Maybe<AvpDashboard>>>;
|
|
130696
130706
|
avp_getFilterExpression?: Maybe<AvpFilterExpression>;
|
|
130697
130707
|
avpanalytics_getmodeldata?: Maybe<AvpAnalyticsGetModelDataResponse>;
|
|
130698
130708
|
avpanalytics_listModels?: Maybe<AvpAnalyticsListModelsResponse>;
|
|
@@ -130945,6 +130955,7 @@ export declare type Query = {
|
|
|
130945
130955
|
csmAi_getAvailableByod?: Maybe<CsmAiByodContentsResult>;
|
|
130946
130956
|
csmAi_getSupportWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
130947
130957
|
csmAi_getWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
130958
|
+
csmCustomersByIds?: Maybe<Array<Maybe<CustomerServiceCsmCustomer>>>;
|
|
130948
130959
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
130949
130960
|
customer360_customer?: Maybe<Customer360Customer>;
|
|
130950
130961
|
customer360_customersById?: Maybe<Array<Maybe<Customer360Customer>>>;
|
|
@@ -132020,9 +132031,6 @@ export declare type QueryAgentStudio_WidgetByContainerAriArgs = {
|
|
|
132020
132031
|
cloudId: Scalars['String']['input'];
|
|
132021
132032
|
containerAri: Scalars['ID']['input'];
|
|
132022
132033
|
};
|
|
132023
|
-
export declare type QueryAgentWorkspace_HelloWorldArgs = {
|
|
132024
|
-
userName: Scalars['String']['input'];
|
|
132025
|
-
};
|
|
132026
132034
|
export declare type QueryAgentWorkspace_ScheduleArgs = {
|
|
132027
132035
|
projectId: Scalars['ID']['input'];
|
|
132028
132036
|
scheduleId: Scalars['ID']['input'];
|
|
@@ -132559,6 +132567,9 @@ export declare type QueryAvp_GetDashboardArgs = {
|
|
|
132559
132567
|
export declare type QueryAvp_GetDashboardTemplatesArgs = {
|
|
132560
132568
|
input: AvpGetDashboardTemplatesInput;
|
|
132561
132569
|
};
|
|
132570
|
+
export declare type QueryAvp_GetDashboardsByArisArgs = {
|
|
132571
|
+
ids: Array<Scalars['ID']['input']>;
|
|
132572
|
+
};
|
|
132562
132573
|
export declare type QueryAvp_GetFilterExpressionArgs = {
|
|
132563
132574
|
dashboardAri: Scalars['ID']['input'];
|
|
132564
132575
|
};
|
|
@@ -133739,6 +133750,9 @@ export declare type QueryCsmAi_GetWidgetArgs = {
|
|
|
133739
133750
|
helpCenterAri: Scalars['ID']['input'];
|
|
133740
133751
|
widgetId: Scalars['ID']['input'];
|
|
133741
133752
|
};
|
|
133753
|
+
export declare type QueryCsmCustomersByIdsArgs = {
|
|
133754
|
+
csmCustomerAris: Array<Scalars['ID']['input']>;
|
|
133755
|
+
};
|
|
133742
133756
|
export declare type QueryCustomer360_CustomerArgs = {
|
|
133743
133757
|
domain: Scalars['String']['input'];
|
|
133744
133758
|
};
|
|
@@ -160199,6 +160213,15 @@ export declare type SpfDeletePlanScenarioInvestmentPayload = Payload & {
|
|
|
160199
160213
|
id: Scalars['ID']['output'];
|
|
160200
160214
|
success: Scalars['Boolean']['output'];
|
|
160201
160215
|
};
|
|
160216
|
+
export declare type SpfDeletePlanScenarioInvestmentsInput = {
|
|
160217
|
+
ids: Array<Scalars['ID']['input']>;
|
|
160218
|
+
};
|
|
160219
|
+
export declare type SpfDeletePlanScenarioInvestmentsPayload = Payload & {
|
|
160220
|
+
__typename?: 'SpfDeletePlanScenarioInvestmentsPayload';
|
|
160221
|
+
errors?: Maybe<Array<MutationError>>;
|
|
160222
|
+
ids: Array<Scalars['ID']['output']>;
|
|
160223
|
+
success: Scalars['Boolean']['output'];
|
|
160224
|
+
};
|
|
160202
160225
|
export declare type SpfDeletePlanScenarioPayload = Payload & {
|
|
160203
160226
|
__typename?: 'SpfDeletePlanScenarioPayload';
|
|
160204
160227
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -163001,6 +163024,7 @@ export declare type TeamMutation = {
|
|
|
163001
163024
|
removeChild?: Maybe<TeamV2>;
|
|
163002
163025
|
removeParent?: Maybe<TeamV2>;
|
|
163003
163026
|
setNotificationConfiguration?: Maybe<TeamNotificationConfiguration>;
|
|
163027
|
+
setScopeNotificationConfiguration?: Maybe<TeamScopeNotificationConfiguration>;
|
|
163004
163028
|
updateRoleAssignments?: Maybe<TeamUpdateRoleAssignmentsResponse>;
|
|
163005
163029
|
updateTeam?: Maybe<TeamUpdatePayload>;
|
|
163006
163030
|
updateType?: Maybe<TeamType>;
|
|
@@ -163071,6 +163095,9 @@ export declare type TeamMutationRemoveParentArgs = {
|
|
|
163071
163095
|
export declare type TeamMutationSetNotificationConfigurationArgs = {
|
|
163072
163096
|
input: TeamSetNotificationConfigurationInput;
|
|
163073
163097
|
};
|
|
163098
|
+
export declare type TeamMutationSetScopeNotificationConfigurationArgs = {
|
|
163099
|
+
input: TeamSetScopeNotificationConfigurationInput;
|
|
163100
|
+
};
|
|
163074
163101
|
export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
163075
163102
|
organizationId: Scalars['ID']['input'];
|
|
163076
163103
|
principalsToAdd: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
@@ -163125,6 +163152,7 @@ export declare type TeamQuery = {
|
|
|
163125
163152
|
customFieldsWithinTeam?: Maybe<Array<TeamCustomFieldKeyValues>>;
|
|
163126
163153
|
notificationConfigurations?: Maybe<Array<TeamNotificationConfiguration>>;
|
|
163127
163154
|
roleAssignments?: Maybe<TeamRoleAssignmentsConnection>;
|
|
163155
|
+
scopeNotificationConfigurations?: Maybe<Array<TeamScopeNotificationConfiguration>>;
|
|
163128
163156
|
team?: Maybe<Team>;
|
|
163129
163157
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
163130
163158
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
@@ -163153,6 +163181,9 @@ export declare type TeamQueryRoleAssignmentsArgs = {
|
|
|
163153
163181
|
organizationId: Scalars['ID']['input'];
|
|
163154
163182
|
role: TeamRole;
|
|
163155
163183
|
};
|
|
163184
|
+
export declare type TeamQueryScopeNotificationConfigurationsArgs = {
|
|
163185
|
+
ari: Scalars['ID']['input'];
|
|
163186
|
+
};
|
|
163156
163187
|
export declare type TeamQueryTeamArgs = {
|
|
163157
163188
|
id: Scalars['ID']['input'];
|
|
163158
163189
|
};
|
|
@@ -163204,6 +163235,13 @@ export declare type TeamRoleAssignmentsConnection = {
|
|
|
163204
163235
|
nodes?: Maybe<Array<Maybe<TeamPrincipal>>>;
|
|
163205
163236
|
pageInfo: PageInfo;
|
|
163206
163237
|
};
|
|
163238
|
+
export declare type TeamScopeNotificationConfiguration = {
|
|
163239
|
+
__typename?: 'TeamScopeNotificationConfiguration';
|
|
163240
|
+
ari: Scalars['ID']['output'];
|
|
163241
|
+
enabled: Scalars['Boolean']['output'];
|
|
163242
|
+
notificationChannel: TeamNotificationChannel;
|
|
163243
|
+
notificationType: TeamNotificationType;
|
|
163244
|
+
};
|
|
163207
163245
|
export declare enum TeamSearchField {
|
|
163208
163246
|
Description = "DESCRIPTION",
|
|
163209
163247
|
Name = "NAME"
|
|
@@ -163253,6 +163291,12 @@ export declare type TeamSetNotificationConfigurationInput = {
|
|
|
163253
163291
|
notificationChannel: TeamNotificationChannel;
|
|
163254
163292
|
notificationType: TeamNotificationType;
|
|
163255
163293
|
};
|
|
163294
|
+
export declare type TeamSetScopeNotificationConfigurationInput = {
|
|
163295
|
+
ari: Scalars['ID']['input'];
|
|
163296
|
+
enabled: Scalars['Boolean']['input'];
|
|
163297
|
+
notificationChannel: TeamNotificationChannel;
|
|
163298
|
+
notificationType: TeamNotificationType;
|
|
163299
|
+
};
|
|
163256
163300
|
export declare type TeamSort = {
|
|
163257
163301
|
field: TeamSortField;
|
|
163258
163302
|
order?: InputMaybe<TeamSortOrder>;
|