@forge/cli-shared 3.2.2 → 3.2.3-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
|
@@ -1432,7 +1432,9 @@ export declare enum BuiltinPolarisIdeaField {
|
|
|
1432
1432
|
LinkedIssues = "LINKED_ISSUES",
|
|
1433
1433
|
NumDataPoints = "NUM_DATA_POINTS",
|
|
1434
1434
|
AtlasGoal = "ATLAS_GOAL",
|
|
1435
|
-
AtlasProject = "ATLAS_PROJECT"
|
|
1435
|
+
AtlasProject = "ATLAS_PROJECT",
|
|
1436
|
+
AtlasProjectStatus = "ATLAS_PROJECT_STATUS",
|
|
1437
|
+
AtlasProjectTarget = "ATLAS_PROJECT_TARGET"
|
|
1436
1438
|
}
|
|
1437
1439
|
export declare type BurndownChart = {
|
|
1438
1440
|
__typename?: 'BurndownChart';
|
|
@@ -14502,6 +14504,7 @@ export declare type Mutation = {
|
|
|
14502
14504
|
setIssueMediaVisibility?: Maybe<SetIssueMediaVisibilityOutput>;
|
|
14503
14505
|
toggleBoardFeature?: Maybe<ToggleBoardFeatureOutput>;
|
|
14504
14506
|
setBoardEstimationType?: Maybe<ToggleBoardFeatureOutput>;
|
|
14507
|
+
planModeCardMove?: Maybe<MoveCardOutput>;
|
|
14505
14508
|
createApp?: Maybe<CreateAppResponse>;
|
|
14506
14509
|
updateAppDetails?: Maybe<UpdateAppDetailsResponse>;
|
|
14507
14510
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
@@ -14901,6 +14904,9 @@ export declare type MutationToggleBoardFeatureArgs = {
|
|
|
14901
14904
|
export declare type MutationSetBoardEstimationTypeArgs = {
|
|
14902
14905
|
input?: Maybe<SetBoardEstimationTypeInput>;
|
|
14903
14906
|
};
|
|
14907
|
+
export declare type MutationPlanModeCardMoveArgs = {
|
|
14908
|
+
input?: Maybe<PlanModeCardMoveInput>;
|
|
14909
|
+
};
|
|
14904
14910
|
export declare type MutationCreateAppArgs = {
|
|
14905
14911
|
input: CreateAppInput;
|
|
14906
14912
|
};
|
|
@@ -15245,6 +15251,19 @@ export declare type PermissionToConsentByOauthId = {
|
|
|
15245
15251
|
isAllowed: Scalars['Boolean'];
|
|
15246
15252
|
isSiteAdmin: Scalars['Boolean'];
|
|
15247
15253
|
};
|
|
15254
|
+
export declare type PlanModeCardMoveInput = {
|
|
15255
|
+
cardIds: Array<Scalars['ID']>;
|
|
15256
|
+
boardId: Scalars['ID'];
|
|
15257
|
+
destination: PlanModeDestination;
|
|
15258
|
+
rankBeforeCardId?: Maybe<Scalars['Long']>;
|
|
15259
|
+
rankAfterCardId?: Maybe<Scalars['Long']>;
|
|
15260
|
+
sprintId?: Maybe<Scalars['ID']>;
|
|
15261
|
+
};
|
|
15262
|
+
export declare enum PlanModeDestination {
|
|
15263
|
+
Board = "BOARD",
|
|
15264
|
+
Backlog = "BACKLOG",
|
|
15265
|
+
Sprint = "SPRINT"
|
|
15266
|
+
}
|
|
15248
15267
|
export declare type PolarisAnonymousVisitorHash = PolarisAnonymousVisitorViewHash;
|
|
15249
15268
|
export declare type PolarisAnonymousVisitorViewHash = {
|
|
15250
15269
|
__typename?: 'PolarisAnonymousVisitorViewHash';
|
|
@@ -15306,6 +15325,7 @@ export declare enum PolarisFieldType {
|
|
|
15306
15325
|
PolarisIdeaLabelsField = "PolarisIdeaLabelsField",
|
|
15307
15326
|
PolarisIdeaNumberField = "PolarisIdeaNumberField",
|
|
15308
15327
|
PolarisIdeaExternalReferenceField = "PolarisIdeaExternalReferenceField",
|
|
15328
|
+
PolarisIdeaExternalReferencePropertyField = "PolarisIdeaExternalReferencePropertyField",
|
|
15309
15329
|
PolarisIdeaIntervalField = "PolarisIdeaIntervalField",
|
|
15310
15330
|
PolarisIdeaPlayField = "PolarisIdeaPlayField"
|
|
15311
15331
|
}
|
|
@@ -15463,6 +15483,25 @@ export declare type PolarisIdeaExternalReferenceField = PolarisIdeaField & {
|
|
|
15463
15483
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
15464
15484
|
configuration?: Maybe<Scalars['JSON']>;
|
|
15465
15485
|
};
|
|
15486
|
+
export declare type PolarisIdeaExternalReferencePropertyField = PolarisIdeaField & {
|
|
15487
|
+
__typename?: 'PolarisIdeaExternalReferencePropertyField';
|
|
15488
|
+
id: Scalars['ID'];
|
|
15489
|
+
fieldId?: Maybe<Scalars['Int']>;
|
|
15490
|
+
fieldName?: Maybe<Scalars['String']>;
|
|
15491
|
+
label: Scalars['String'];
|
|
15492
|
+
editable: Scalars['Boolean'];
|
|
15493
|
+
sortable: Scalars['Boolean'];
|
|
15494
|
+
groupable: Scalars['Boolean'];
|
|
15495
|
+
linearizable: Scalars['Boolean'];
|
|
15496
|
+
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
15497
|
+
jiraFieldKey?: Maybe<Scalars['String']>;
|
|
15498
|
+
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
15499
|
+
formula?: Maybe<Scalars['JSON']>;
|
|
15500
|
+
presentation?: Maybe<PolarisPresentation>;
|
|
15501
|
+
description?: Maybe<Scalars['String']>;
|
|
15502
|
+
emoji?: Maybe<Scalars['String']>;
|
|
15503
|
+
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
15504
|
+
};
|
|
15466
15505
|
export declare type PolarisIdeaField = {
|
|
15467
15506
|
id: Scalars['ID'];
|
|
15468
15507
|
jiraFieldKey?: Maybe<Scalars['String']>;
|
|
@@ -16291,6 +16330,8 @@ export declare type Query = {
|
|
|
16291
16330
|
trello?: Maybe<TrelloQueryApi>;
|
|
16292
16331
|
customerSupport?: Maybe<SupportRequestCatalogQueryApi>;
|
|
16293
16332
|
jiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationship>;
|
|
16333
|
+
devOpsToolRelationshipsForJiraProject?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
16334
|
+
jiraProjectRelationshipsForDevOpsTool?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
16294
16335
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
16295
16336
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
16296
16337
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
@@ -16400,6 +16441,19 @@ export declare type Query = {
|
|
|
16400
16441
|
export declare type QueryJiraProjectAndDevOpsToolRelationshipArgs = {
|
|
16401
16442
|
id: Scalars['ID'];
|
|
16402
16443
|
};
|
|
16444
|
+
export declare type QueryDevOpsToolRelationshipsForJiraProjectArgs = {
|
|
16445
|
+
id: Scalars['ID'];
|
|
16446
|
+
limit?: Maybe<Scalars['Int']>;
|
|
16447
|
+
after?: Maybe<Scalars['String']>;
|
|
16448
|
+
filter?: Maybe<JiraProjectAndDevOpsToolRelationshipFilter>;
|
|
16449
|
+
};
|
|
16450
|
+
export declare type QueryJiraProjectRelationshipsForDevOpsToolArgs = {
|
|
16451
|
+
id: Scalars['ID'];
|
|
16452
|
+
jiraProjectId?: Maybe<Scalars['ID']>;
|
|
16453
|
+
first?: Maybe<Scalars['Int']>;
|
|
16454
|
+
after?: Maybe<Scalars['String']>;
|
|
16455
|
+
filter?: Maybe<JiraProjectAndDevOpsToolRelationshipFilter>;
|
|
16456
|
+
};
|
|
16403
16457
|
export declare type QueryReleaseNotesArgs = {
|
|
16404
16458
|
after?: Maybe<Scalars['String']>;
|
|
16405
16459
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -16949,21 +17003,6 @@ export declare type RoadmapExternalConfiguration = {
|
|
|
16949
17003
|
epicNameField?: Maybe<Scalars['ID']>;
|
|
16950
17004
|
sprintField?: Maybe<Scalars['ID']>;
|
|
16951
17005
|
};
|
|
16952
|
-
export declare type RoadmapFeatureToggleInput = {
|
|
16953
|
-
sourceARI: Scalars['ID'];
|
|
16954
|
-
enabled: Scalars['Boolean'];
|
|
16955
|
-
};
|
|
16956
|
-
export declare type RoadmapFeatureToggleOutput = {
|
|
16957
|
-
__typename?: 'RoadmapFeatureToggleOutput';
|
|
16958
|
-
enabled: Scalars['Boolean'];
|
|
16959
|
-
isCrossProject: Scalars['Boolean'];
|
|
16960
|
-
};
|
|
16961
|
-
export declare type RoadmapFeatureTogglePayload = Payload & {
|
|
16962
|
-
__typename?: 'RoadmapFeatureTogglePayload';
|
|
16963
|
-
success: Scalars['Boolean'];
|
|
16964
|
-
errors?: Maybe<Array<MutationError>>;
|
|
16965
|
-
output?: Maybe<RoadmapFeatureToggleOutput>;
|
|
16966
|
-
};
|
|
16967
17006
|
export declare type RoadmapFilterConfiguration = {
|
|
16968
17007
|
__typename?: 'RoadmapFilterConfiguration';
|
|
16969
17008
|
customFilters?: Maybe<Array<RoadmapCustomFilter>>;
|
|
@@ -17281,7 +17320,6 @@ export declare type RoadmapViewSettings = {
|
|
|
17281
17320
|
};
|
|
17282
17321
|
export declare type RoadmapsMutation = {
|
|
17283
17322
|
__typename?: 'RoadmapsMutation';
|
|
17284
|
-
toggleRoadmapFeature?: Maybe<RoadmapFeatureTogglePayload>;
|
|
17285
17323
|
resolveRoadmapHealthcheck?: Maybe<RoadmapResolveHealthcheckPayload>;
|
|
17286
17324
|
updateRoadmapSettings?: Maybe<RoadmapUpdateSettingsPayload>;
|
|
17287
17325
|
addRoadmapItem?: Maybe<RoadmapAddItemPayload>;
|
|
@@ -17290,9 +17328,6 @@ export declare type RoadmapsMutation = {
|
|
|
17290
17328
|
addRoadmapDependency?: Maybe<RoadmapToggleDependencyPayload>;
|
|
17291
17329
|
removeRoadmapDependency?: Maybe<RoadmapToggleDependencyPayload>;
|
|
17292
17330
|
};
|
|
17293
|
-
export declare type RoadmapsMutationToggleRoadmapFeatureArgs = {
|
|
17294
|
-
input: RoadmapFeatureToggleInput;
|
|
17295
|
-
};
|
|
17296
17331
|
export declare type RoadmapsMutationResolveRoadmapHealthcheckArgs = {
|
|
17297
17332
|
sourceARI: Scalars['ID'];
|
|
17298
17333
|
input: RoadmapResolveHealthcheckInput;
|
|
@@ -17686,7 +17721,9 @@ export declare enum Scope {
|
|
|
17686
17721
|
ReadContainer = "READ_CONTAINER",
|
|
17687
17722
|
WriteContainer = "WRITE_CONTAINER",
|
|
17688
17723
|
MigrateConfluence = "MIGRATE_CONFLUENCE",
|
|
17689
|
-
ReadAvocadoEntity = "READ_AVOCADO_ENTITY"
|
|
17724
|
+
ReadAvocadoEntity = "READ_AVOCADO_ENTITY",
|
|
17725
|
+
ReadTeam = "READ_TEAM",
|
|
17726
|
+
ReadTeamMembers = "READ_TEAM_MEMBERS"
|
|
17690
17727
|
}
|
|
17691
17728
|
export declare type ScopeSprintIssue = {
|
|
17692
17729
|
__typename?: 'ScopeSprintIssue';
|
|
@@ -18001,6 +18038,7 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
|
|
|
18001
18038
|
export declare enum ShepherdActionType {
|
|
18002
18039
|
Create = "CREATE",
|
|
18003
18040
|
Delete = "DELETE",
|
|
18041
|
+
Export = "EXPORT",
|
|
18004
18042
|
Read = "READ",
|
|
18005
18043
|
Update = "UPDATE"
|
|
18006
18044
|
}
|
|
@@ -18061,6 +18099,8 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
18061
18099
|
AddedOrgadmin = "ADDED_ORGADMIN",
|
|
18062
18100
|
AdminPasswordReset = "ADMIN_PASSWORD_RESET",
|
|
18063
18101
|
ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
|
|
18102
|
+
ConfluencePageExports = "CONFLUENCE_PAGE_EXPORTS",
|
|
18103
|
+
ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
|
|
18064
18104
|
CreatedAuthPolicy = "CREATED_AUTH_POLICY",
|
|
18065
18105
|
CreatedPolicy = "CREATED_POLICY",
|
|
18066
18106
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
@@ -18275,6 +18315,9 @@ export declare type ShepherdQueryShepherdOrganizationArgs = {
|
|
|
18275
18315
|
export declare type ShepherdQueryShepherdSubscriptionsArgs = {
|
|
18276
18316
|
orgId: Scalars['ID'];
|
|
18277
18317
|
};
|
|
18318
|
+
export declare type ShepherdQueryShepherdUserArgs = {
|
|
18319
|
+
id?: Maybe<Scalars['ID']>;
|
|
18320
|
+
};
|
|
18278
18321
|
export declare enum ShepherdQueryErrorType {
|
|
18279
18322
|
NoProductAccess = "NO_PRODUCT_ACCESS",
|
|
18280
18323
|
Unauthorized = "UNAUTHORIZED"
|