@forge/cli-shared 8.2.0-next.4 → 8.2.0-next.5-experimental-42e3178
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 +22 -0
- package/out/file-system/file-system-reader.d.ts.map +1 -1
- package/out/file-system/file-system-reader.js +6 -9
- package/out/graphql/graphql-types.d.ts +239 -1
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -6
- package/out/ui/text.d.ts +0 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.2.0-next.5-experimental-42e3178
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 42e3178: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
8
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- a26c603: revert package upgrades
|
|
13
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
14
|
+
- Updated dependencies [7abca30]
|
|
15
|
+
- Updated dependencies [e029de1]
|
|
16
|
+
- @forge/util@2.0.0-next.0-experimental-42e3178
|
|
17
|
+
- @forge/manifest@10.1.1-next.0-experimental-42e3178
|
|
18
|
+
|
|
19
|
+
## 8.2.0-next.5
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
24
|
+
|
|
3
25
|
## 8.2.0-next.4
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-system-reader.d.ts","sourceRoot":"","sources":["../../src/file-system/file-system-reader.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAA4B,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"file-system-reader.d.ts","sourceRoot":"","sources":["../../src/file-system/file-system-reader.ts"],"names":[],"mappings":";;;AAAA,OAAO,EAA4B,MAAM,IAAI,CAAC;AAU9C,aAAK,cAAc,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,OAAO,CAAC;AAEjE,qBAAa,gBAAgB;IACpB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAIrC,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQxC,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAS5D,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,GAAG,cAAc,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAgBtG,QAAQ,CAAC,EAAE,OAAO,EAAE,SAAiB,EAAE,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAmB3G,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO;IAI7C,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQ9C,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IASxE,gBAAgB,IAAI,MAAM;IAI1B,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM;IAO3C,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAQvC,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAU/E,OAAO,CAAC,eAAe;IAQV,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;CAIpE"}
|
|
@@ -8,7 +8,6 @@ const os_1 = require("os");
|
|
|
8
8
|
const path_1 = tslib_1.__importStar(require("path"));
|
|
9
9
|
const util_1 = require("util");
|
|
10
10
|
const recursive_readdir_1 = tslib_1.__importDefault(require("recursive-readdir"));
|
|
11
|
-
const get_folder_size_1 = tslib_1.__importDefault(require("get-folder-size"));
|
|
12
11
|
const shared_1 = require("../shared");
|
|
13
12
|
const FILE_NOT_FOUND_CODE = 'ENOENT';
|
|
14
13
|
class FileSystemReader {
|
|
@@ -97,14 +96,12 @@ class FileSystemReader {
|
|
|
97
96
|
}
|
|
98
97
|
}
|
|
99
98
|
async getFolderSizeAsync(directory) {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
});
|
|
107
|
-
});
|
|
99
|
+
const getFolderSize = (await import('get-folder-size')).default;
|
|
100
|
+
const result = await getFolderSize(directory);
|
|
101
|
+
if (result.errors) {
|
|
102
|
+
return undefined;
|
|
103
|
+
}
|
|
104
|
+
return result.size;
|
|
108
105
|
}
|
|
109
106
|
handleFileError(error) {
|
|
110
107
|
if (error && error.code === FILE_NOT_FOUND_CODE) {
|
|
@@ -17204,6 +17204,19 @@ export declare type CsmAiAgent = {
|
|
|
17204
17204
|
name?: Maybe<Scalars['String']['output']>;
|
|
17205
17205
|
tone?: Maybe<CsmAiAgentTone>;
|
|
17206
17206
|
};
|
|
17207
|
+
export declare type CsmAiAgentCoachingContent = {
|
|
17208
|
+
__typename?: 'CsmAiAgentCoachingContent';
|
|
17209
|
+
authorId?: Maybe<Scalars['ID']['output']>;
|
|
17210
|
+
coachingContent?: Maybe<CsmAiAuthoredCoachingContent>;
|
|
17211
|
+
coachingContentType?: Maybe<Scalars['String']['output']>;
|
|
17212
|
+
groundingConversationId?: Maybe<Scalars['ID']['output']>;
|
|
17213
|
+
groundingMessageId?: Maybe<Scalars['ID']['output']>;
|
|
17214
|
+
id: Scalars['ID']['output'];
|
|
17215
|
+
lastModifiedUserId?: Maybe<Scalars['String']['output']>;
|
|
17216
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
17217
|
+
ranking?: Maybe<Scalars['String']['output']>;
|
|
17218
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
17219
|
+
};
|
|
17207
17220
|
export declare type CsmAiAgentConversationStarter = {
|
|
17208
17221
|
__typename?: 'CsmAiAgentConversationStarter';
|
|
17209
17222
|
id: Scalars['ID']['output'];
|
|
@@ -17246,6 +17259,16 @@ export declare type CsmAiAuthenticationInput = {
|
|
|
17246
17259
|
export declare enum CsmAiAuthenticationType {
|
|
17247
17260
|
NoAuth = "NO_AUTH"
|
|
17248
17261
|
}
|
|
17262
|
+
export declare type CsmAiAuthoredCoachingContent = {
|
|
17263
|
+
__typename?: 'CsmAiAuthoredCoachingContent';
|
|
17264
|
+
triggerBehaviorByCoach?: Maybe<Scalars['String']['output']>;
|
|
17265
|
+
triggerConditionByCoach?: Maybe<Scalars['String']['output']>;
|
|
17266
|
+
};
|
|
17267
|
+
export declare type CsmAiAuthoredCoachingContentInput = {
|
|
17268
|
+
triggerBehaviorByCoach: Scalars['String']['input'];
|
|
17269
|
+
triggerConditionByCoach: Scalars['String']['input'];
|
|
17270
|
+
};
|
|
17271
|
+
export declare type CsmAiCoachingContentResult = CsmAiAgentCoachingContent | QueryError;
|
|
17249
17272
|
export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
|
|
17250
17273
|
export declare type CsmAiConnectorConfigurationInput = {
|
|
17251
17274
|
messageHandoff?: InputMaybe<CsmAiMessageHandoffInput>;
|
|
@@ -17267,6 +17290,19 @@ export declare type CsmAiCreateActionPayload = Payload & {
|
|
|
17267
17290
|
errors?: Maybe<Array<MutationError>>;
|
|
17268
17291
|
success: Scalars['Boolean']['output'];
|
|
17269
17292
|
};
|
|
17293
|
+
export declare type CsmAiCreateCoachingContentInput = {
|
|
17294
|
+
coachingContent: CsmAiAuthoredCoachingContentInput;
|
|
17295
|
+
coachingContentType?: InputMaybe<Scalars['String']['input']>;
|
|
17296
|
+
groundingConversationId?: InputMaybe<Scalars['ID']['input']>;
|
|
17297
|
+
groundingMessageId?: InputMaybe<Scalars['ID']['input']>;
|
|
17298
|
+
name: Scalars['String']['input'];
|
|
17299
|
+
};
|
|
17300
|
+
export declare type CsmAiCreateCoachingContentPayload = Payload & {
|
|
17301
|
+
__typename?: 'CsmAiCreateCoachingContentPayload';
|
|
17302
|
+
coachingContent?: Maybe<CsmAiAgentCoachingContent>;
|
|
17303
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17304
|
+
success: Scalars['Boolean']['output'];
|
|
17305
|
+
};
|
|
17270
17306
|
export declare type CsmAiDeleteActionPayload = Payload & {
|
|
17271
17307
|
__typename?: 'CsmAiDeleteActionPayload';
|
|
17272
17308
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -17299,6 +17335,7 @@ export declare type CsmAiHub = {
|
|
|
17299
17335
|
__typename?: 'CsmAiHub';
|
|
17300
17336
|
actions?: Maybe<Array<Maybe<CsmAiActionResult>>>;
|
|
17301
17337
|
agent?: Maybe<CsmAiAgentResult>;
|
|
17338
|
+
coachingContents?: Maybe<Array<Maybe<CsmAiCoachingContentResult>>>;
|
|
17302
17339
|
handoffConfigs?: Maybe<Array<Maybe<CsmAiHandoffConfigResult>>>;
|
|
17303
17340
|
id: Scalars['ID']['output'];
|
|
17304
17341
|
widgets?: Maybe<Array<Maybe<CsmAiWidgetConfigResult>>>;
|
|
@@ -28941,6 +28978,8 @@ export declare type GraphStore = {
|
|
|
28941
28978
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
28942
28979
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
28943
28980
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
28981
|
+
userHasExternalPosition?: Maybe<GraphStoreSimplifiedUserHasExternalPositionConnection>;
|
|
28982
|
+
userHasExternalPositionInverse?: Maybe<GraphStoreSimplifiedUserHasExternalPositionInverseConnection>;
|
|
28944
28983
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
28945
28984
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
28946
28985
|
userHasTopCollaborator?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorConnection>;
|
|
@@ -33053,6 +33092,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
33053
33092
|
id: Scalars['ID']['input'];
|
|
33054
33093
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
33055
33094
|
};
|
|
33095
|
+
export declare type GraphStoreUserHasExternalPositionArgs = {
|
|
33096
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33097
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33098
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33099
|
+
id: Scalars['ID']['input'];
|
|
33100
|
+
sort?: InputMaybe<GraphStoreUserHasExternalPositionSortInput>;
|
|
33101
|
+
};
|
|
33102
|
+
export declare type GraphStoreUserHasExternalPositionInverseArgs = {
|
|
33103
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33104
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33105
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33106
|
+
id: Scalars['ID']['input'];
|
|
33107
|
+
sort?: InputMaybe<GraphStoreUserHasExternalPositionSortInput>;
|
|
33108
|
+
};
|
|
33056
33109
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
33057
33110
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33058
33111
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -46904,6 +46957,38 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
46904
46957
|
};
|
|
46905
46958
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46906
46959
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
46960
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionConnection = HasPageInfo & HasTotal & {
|
|
46961
|
+
__typename?: 'GraphStoreSimplifiedUserHasExternalPositionConnection';
|
|
46962
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasExternalPositionEdge>>>;
|
|
46963
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
46964
|
+
pageInfo: PageInfo;
|
|
46965
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
46966
|
+
};
|
|
46967
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionEdge = {
|
|
46968
|
+
__typename?: 'GraphStoreSimplifiedUserHasExternalPositionEdge';
|
|
46969
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46970
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46971
|
+
id: Scalars['ID']['output'];
|
|
46972
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46973
|
+
node?: Maybe<GraphStoreSimplifiedUserHasExternalPositionUnion>;
|
|
46974
|
+
};
|
|
46975
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionInverseConnection = HasPageInfo & HasTotal & {
|
|
46976
|
+
__typename?: 'GraphStoreSimplifiedUserHasExternalPositionInverseConnection';
|
|
46977
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasExternalPositionInverseEdge>>>;
|
|
46978
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
46979
|
+
pageInfo: PageInfo;
|
|
46980
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
46981
|
+
};
|
|
46982
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionInverseEdge = {
|
|
46983
|
+
__typename?: 'GraphStoreSimplifiedUserHasExternalPositionInverseEdge';
|
|
46984
|
+
createdAt: Scalars['DateTime']['output'];
|
|
46985
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
46986
|
+
id: Scalars['ID']['output'];
|
|
46987
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
46988
|
+
node?: Maybe<GraphStoreSimplifiedUserHasExternalPositionInverseUnion>;
|
|
46989
|
+
};
|
|
46990
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46991
|
+
export declare type GraphStoreSimplifiedUserHasExternalPositionUnion = ExternalPosition;
|
|
46907
46992
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
46908
46993
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
46909
46994
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -47782,7 +47867,7 @@ export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge = {
|
|
|
47782
47867
|
lastUpdated: Scalars['DateTime']['output'];
|
|
47783
47868
|
node?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion>;
|
|
47784
47869
|
};
|
|
47785
|
-
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
47870
|
+
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
47786
47871
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
47787
47872
|
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalConnection = HasPageInfo & {
|
|
47788
47873
|
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasGoalConnection';
|
|
@@ -49235,6 +49320,12 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
49235
49320
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
49236
49321
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49237
49322
|
};
|
|
49323
|
+
export declare type GraphStoreUserHasExternalPositionSortInput = {
|
|
49324
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
49325
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
49326
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49327
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
49328
|
+
};
|
|
49238
49329
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
49239
49330
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
49240
49331
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -77483,6 +77574,21 @@ export declare type MercuryFocusAreaPositionChangeSummary = {
|
|
|
77483
77574
|
newCount?: Maybe<Scalars['Int']['output']>;
|
|
77484
77575
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
77485
77576
|
};
|
|
77577
|
+
export declare type MercuryFocusAreaRankingValidation = {
|
|
77578
|
+
__typename?: 'MercuryFocusAreaRankingValidation';
|
|
77579
|
+
isValid: Scalars['Boolean']['output'];
|
|
77580
|
+
validationErrors?: Maybe<Array<MercuryFocusAreaRankingValidationError>>;
|
|
77581
|
+
};
|
|
77582
|
+
export declare type MercuryFocusAreaRankingValidationError = {
|
|
77583
|
+
__typename?: 'MercuryFocusAreaRankingValidationError';
|
|
77584
|
+
errorCode: MercuryFocusAreaRankingValidationErrorCode;
|
|
77585
|
+
focusArea: MercuryFocusArea;
|
|
77586
|
+
rankingView?: Maybe<MercuryPortfolio>;
|
|
77587
|
+
};
|
|
77588
|
+
export declare enum MercuryFocusAreaRankingValidationErrorCode {
|
|
77589
|
+
FaRanked = "FA_RANKED",
|
|
77590
|
+
FaTypeMismatch = "FA_TYPE_MISMATCH"
|
|
77591
|
+
}
|
|
77486
77592
|
export declare type MercuryFocusAreaSort = {
|
|
77487
77593
|
field?: InputMaybe<MercuryFocusAreaSortField>;
|
|
77488
77594
|
order: SortOrder;
|
|
@@ -77830,6 +77936,7 @@ export declare type MercuryMutationApi = {
|
|
|
77830
77936
|
updateFocusAreaTargetDate?: Maybe<MercuryUpdateFocusAreaPayload>;
|
|
77831
77937
|
updatePortfolioName?: Maybe<MercuryUpdatePortfolioPayload>;
|
|
77832
77938
|
validateFocusAreaArchival?: Maybe<MercuryArchiveFocusAreaValidationPayload>;
|
|
77939
|
+
validateFocusAreasForRanking?: Maybe<MercuryValidateFocusAreasForRankingPayload>;
|
|
77833
77940
|
};
|
|
77834
77941
|
export declare type MercuryMutationApiAddWatcherToFocusAreaArgs = {
|
|
77835
77942
|
input: MercuryAddWatcherToFocusAreaInput;
|
|
@@ -77930,6 +78037,9 @@ export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
|
|
|
77930
78037
|
export declare type MercuryMutationApiValidateFocusAreaArchivalArgs = {
|
|
77931
78038
|
input: MercuryArchiveFocusAreaValidationInput;
|
|
77932
78039
|
};
|
|
78040
|
+
export declare type MercuryMutationApiValidateFocusAreasForRankingArgs = {
|
|
78041
|
+
input: MercuryValidateFocusAreasForRankingInput;
|
|
78042
|
+
};
|
|
77933
78043
|
export declare type MercuryNewFundSummaryByChangeProposalStatus = {
|
|
77934
78044
|
__typename?: 'MercuryNewFundSummaryByChangeProposalStatus';
|
|
77935
78045
|
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -79121,6 +79231,17 @@ export declare type MercuryUserEdge = {
|
|
|
79121
79231
|
cursor: Scalars['String']['output'];
|
|
79122
79232
|
node?: Maybe<User>;
|
|
79123
79233
|
};
|
|
79234
|
+
export declare type MercuryValidateFocusAreasForRankingInput = {
|
|
79235
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79236
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
79237
|
+
rankingViewId?: InputMaybe<Scalars['ID']['input']>;
|
|
79238
|
+
};
|
|
79239
|
+
export declare type MercuryValidateFocusAreasForRankingPayload = Payload & {
|
|
79240
|
+
__typename?: 'MercuryValidateFocusAreasForRankingPayload';
|
|
79241
|
+
errors?: Maybe<Array<MutationError>>;
|
|
79242
|
+
success: Scalars['Boolean']['output'];
|
|
79243
|
+
validation?: Maybe<MercuryFocusAreaRankingValidation>;
|
|
79244
|
+
};
|
|
79124
79245
|
export declare type MercuryWorkResult = MercuryProviderWork | MercuryProviderWorkError;
|
|
79125
79246
|
export declare type MercuryWorkspaceConnectionStatus = {
|
|
79126
79247
|
__typename?: 'MercuryWorkspaceConnectionStatus';
|
|
@@ -79519,6 +79640,7 @@ export declare type Mutation = {
|
|
|
79519
79640
|
createTemplate?: Maybe<ContentTemplate>;
|
|
79520
79641
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
79521
79642
|
csmAi_createAction?: Maybe<CsmAiCreateActionPayload>;
|
|
79643
|
+
csmAi_createCoachingContent?: Maybe<CsmAiCreateCoachingContentPayload>;
|
|
79522
79644
|
csmAi_deleteAction?: Maybe<CsmAiDeleteActionPayload>;
|
|
79523
79645
|
csmAi_updateAction?: Maybe<CsmAiUpdateActionPayload>;
|
|
79524
79646
|
csmAi_updateAgent?: Maybe<CsmAiUpdateAgentPayload>;
|
|
@@ -80448,6 +80570,11 @@ export declare type MutationCsmAi_CreateActionArgs = {
|
|
|
80448
80570
|
helpCenterAri: Scalars['ID']['input'];
|
|
80449
80571
|
input: CsmAiCreateActionInput;
|
|
80450
80572
|
};
|
|
80573
|
+
export declare type MutationCsmAi_CreateCoachingContentArgs = {
|
|
80574
|
+
csmAiHubId: Scalars['ID']['input'];
|
|
80575
|
+
helpCenterAri: Scalars['ID']['input'];
|
|
80576
|
+
input: CsmAiCreateCoachingContentInput;
|
|
80577
|
+
};
|
|
80451
80578
|
export declare type MutationCsmAi_DeleteActionArgs = {
|
|
80452
80579
|
csmAiActionId: Scalars['ID']['input'];
|
|
80453
80580
|
csmAiHubId: Scalars['ID']['input'];
|
|
@@ -84669,6 +84796,7 @@ export declare type Query = {
|
|
|
84669
84796
|
labelSearch?: Maybe<LabelSearchResults>;
|
|
84670
84797
|
latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
|
|
84671
84798
|
license?: Maybe<License>;
|
|
84799
|
+
linksOutgoingFromConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
84672
84800
|
localStorage?: Maybe<LocalStorage>;
|
|
84673
84801
|
logAccessByContexts?: Maybe<Array<InstallationContextWithInstallationIdResponse>>;
|
|
84674
84802
|
lookAndFeel?: Maybe<LookAndFeelSettings>;
|
|
@@ -86380,6 +86508,9 @@ export declare type QueryLatestKnowledgeGraphObjectArgs = {
|
|
|
86380
86508
|
objectType: KnowledgeGraphObjectType;
|
|
86381
86509
|
objectVersion?: Scalars['String']['input'];
|
|
86382
86510
|
};
|
|
86511
|
+
export declare type QueryLinksOutgoingFromConfluencePageArgs = {
|
|
86512
|
+
pageId: Scalars['ID']['input'];
|
|
86513
|
+
};
|
|
86383
86514
|
export declare type QueryLogAccessByContextsArgs = {
|
|
86384
86515
|
appId: Scalars['ID']['input'];
|
|
86385
86516
|
contextInstallationPairs: Array<InstallationContextWithInstallationIdInput>;
|
|
@@ -93175,6 +93306,7 @@ export declare type SpaceWithExemption = {
|
|
|
93175
93306
|
};
|
|
93176
93307
|
export declare type SpfAsk = Node & {
|
|
93177
93308
|
__typename?: 'SpfAsk';
|
|
93309
|
+
activities?: Maybe<SpfAskActivityConnection>;
|
|
93178
93310
|
comments?: Maybe<SpfAskCommentConnection>;
|
|
93179
93311
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
93180
93312
|
createdBy?: Maybe<User>;
|
|
@@ -93202,6 +93334,11 @@ export declare type SpfAsk = Node & {
|
|
|
93202
93334
|
updatedBy?: Maybe<User>;
|
|
93203
93335
|
updatedByUserId?: Maybe<Scalars['String']['output']>;
|
|
93204
93336
|
};
|
|
93337
|
+
export declare type SpfAskActivitiesArgs = {
|
|
93338
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
93339
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
93340
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
93341
|
+
};
|
|
93205
93342
|
export declare type SpfAskCommentsArgs = {
|
|
93206
93343
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
93207
93344
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -93212,6 +93349,107 @@ export declare type SpfAskLinksArgs = {
|
|
|
93212
93349
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
93213
93350
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
93214
93351
|
};
|
|
93352
|
+
export declare type SpfAskActivity = {
|
|
93353
|
+
__typename?: 'SpfAskActivity';
|
|
93354
|
+
askId: Scalars['String']['output'];
|
|
93355
|
+
askUpdatedAt: Scalars['DateTime']['output'];
|
|
93356
|
+
askUpdatedByUser?: Maybe<User>;
|
|
93357
|
+
askUpdatedByUserId: Scalars['String']['output'];
|
|
93358
|
+
id: Scalars['ID']['output'];
|
|
93359
|
+
updatedValues?: Maybe<Array<Maybe<SpfAskActivityUpdatedValue>>>;
|
|
93360
|
+
};
|
|
93361
|
+
export declare enum SpfAskActivityAttribute {
|
|
93362
|
+
Description = "DESCRIPTION",
|
|
93363
|
+
ImpactedWork = "IMPACTED_WORK",
|
|
93364
|
+
Justification = "JUSTIFICATION",
|
|
93365
|
+
Link = "LINK",
|
|
93366
|
+
Name = "NAME",
|
|
93367
|
+
Owner = "OWNER",
|
|
93368
|
+
Priority = "PRIORITY",
|
|
93369
|
+
ReceivingTeam = "RECEIVING_TEAM",
|
|
93370
|
+
Status = "STATUS",
|
|
93371
|
+
Submitter = "SUBMITTER",
|
|
93372
|
+
SubmittingTeam = "SUBMITTING_TEAM",
|
|
93373
|
+
TargetDate = "TARGET_DATE"
|
|
93374
|
+
}
|
|
93375
|
+
export declare type SpfAskActivityConnection = {
|
|
93376
|
+
__typename?: 'SpfAskActivityConnection';
|
|
93377
|
+
edges?: Maybe<Array<Maybe<SpfAskActivityEdge>>>;
|
|
93378
|
+
pageInfo: PageInfo;
|
|
93379
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
93380
|
+
};
|
|
93381
|
+
export declare type SpfAskActivityEdge = {
|
|
93382
|
+
__typename?: 'SpfAskActivityEdge';
|
|
93383
|
+
cursor: Scalars['String']['output'];
|
|
93384
|
+
node?: Maybe<SpfAskActivityResult>;
|
|
93385
|
+
};
|
|
93386
|
+
export declare type SpfAskActivityLink = {
|
|
93387
|
+
__typename?: 'SpfAskActivityLink';
|
|
93388
|
+
linkText?: Maybe<Scalars['String']['output']>;
|
|
93389
|
+
linkUrl?: Maybe<Scalars['String']['output']>;
|
|
93390
|
+
};
|
|
93391
|
+
export declare type SpfAskActivityResult = QueryError | SpfAskActivity;
|
|
93392
|
+
export declare type SpfAskActivityUpdatedDocument = SpfAskActivityUpdatedValue & {
|
|
93393
|
+
__typename?: 'SpfAskActivityUpdatedDocument';
|
|
93394
|
+
attribute: SpfAskActivityAttribute;
|
|
93395
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
93396
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
93397
|
+
};
|
|
93398
|
+
export declare type SpfAskActivityUpdatedImpactedWork = SpfAskActivityUpdatedValue & {
|
|
93399
|
+
__typename?: 'SpfAskActivityUpdatedImpactedWork';
|
|
93400
|
+
attribute: SpfAskActivityAttribute;
|
|
93401
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
93402
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
93403
|
+
};
|
|
93404
|
+
export declare type SpfAskActivityUpdatedLink = SpfAskActivityUpdatedValue & {
|
|
93405
|
+
__typename?: 'SpfAskActivityUpdatedLink';
|
|
93406
|
+
attribute: SpfAskActivityAttribute;
|
|
93407
|
+
newValue?: Maybe<SpfAskActivityLink>;
|
|
93408
|
+
oldValue?: Maybe<SpfAskActivityLink>;
|
|
93409
|
+
};
|
|
93410
|
+
export declare type SpfAskActivityUpdatedPriority = SpfAskActivityUpdatedValue & {
|
|
93411
|
+
__typename?: 'SpfAskActivityUpdatedPriority';
|
|
93412
|
+
attribute: SpfAskActivityAttribute;
|
|
93413
|
+
newValue?: Maybe<SpfAskPriority>;
|
|
93414
|
+
oldValue?: Maybe<SpfAskPriority>;
|
|
93415
|
+
};
|
|
93416
|
+
export declare type SpfAskActivityUpdatedStatus = SpfAskActivityUpdatedValue & {
|
|
93417
|
+
__typename?: 'SpfAskActivityUpdatedStatus';
|
|
93418
|
+
attribute: SpfAskActivityAttribute;
|
|
93419
|
+
newValue?: Maybe<SpfAskStatus>;
|
|
93420
|
+
oldValue?: Maybe<SpfAskStatus>;
|
|
93421
|
+
};
|
|
93422
|
+
export declare type SpfAskActivityUpdatedString = SpfAskActivityUpdatedValue & {
|
|
93423
|
+
__typename?: 'SpfAskActivityUpdatedString';
|
|
93424
|
+
attribute: SpfAskActivityAttribute;
|
|
93425
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
93426
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
93427
|
+
};
|
|
93428
|
+
export declare type SpfAskActivityUpdatedTargetDate = SpfAskActivityUpdatedValue & {
|
|
93429
|
+
__typename?: 'SpfAskActivityUpdatedTargetDate';
|
|
93430
|
+
attribute: SpfAskActivityAttribute;
|
|
93431
|
+
newValue?: Maybe<SpfAskTargetDate>;
|
|
93432
|
+
oldValue?: Maybe<SpfAskTargetDate>;
|
|
93433
|
+
};
|
|
93434
|
+
export declare type SpfAskActivityUpdatedTeam = SpfAskActivityUpdatedValue & {
|
|
93435
|
+
__typename?: 'SpfAskActivityUpdatedTeam';
|
|
93436
|
+
attribute: SpfAskActivityAttribute;
|
|
93437
|
+
newTeam?: Maybe<TeamV2>;
|
|
93438
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
93439
|
+
oldTeam?: Maybe<TeamV2>;
|
|
93440
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
93441
|
+
};
|
|
93442
|
+
export declare type SpfAskActivityUpdatedUser = SpfAskActivityUpdatedValue & {
|
|
93443
|
+
__typename?: 'SpfAskActivityUpdatedUser';
|
|
93444
|
+
attribute: SpfAskActivityAttribute;
|
|
93445
|
+
newUser?: Maybe<User>;
|
|
93446
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
93447
|
+
oldUser?: Maybe<User>;
|
|
93448
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
93449
|
+
};
|
|
93450
|
+
export declare type SpfAskActivityUpdatedValue = {
|
|
93451
|
+
attribute: SpfAskActivityAttribute;
|
|
93452
|
+
};
|
|
93215
93453
|
export declare type SpfAskComment = {
|
|
93216
93454
|
__typename?: 'SpfAskComment';
|
|
93217
93455
|
askId: Scalars['String']['output'];
|