@forge/cli-shared 9.4.0-next.4-experimental-016ed9d → 9.4.0-next.4-experimental-c575574
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 +3 -3
- package/out/graphql/graphql-types.d.ts +337 -8
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +99 -53
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +3 -3
|
@@ -7974,6 +7974,10 @@ export type AgentWorkspaceAvailabilityInputPayload = {
|
|
|
7974
7974
|
statuses?: InputMaybe<Array<AgentWorkspaceAvailabilityStatus>>;
|
|
7975
7975
|
teamId: Scalars['ID']['input'];
|
|
7976
7976
|
};
|
|
7977
|
+
export declare enum AgentWorkspaceAvailabilityMode {
|
|
7978
|
+
Auto = "AUTO",
|
|
7979
|
+
Manual = "MANUAL"
|
|
7980
|
+
}
|
|
7977
7981
|
export type AgentWorkspaceAvailabilityPageInfo = {
|
|
7978
7982
|
__typename?: 'AgentWorkspaceAvailabilityPageInfo';
|
|
7979
7983
|
currentPage: Scalars['Int']['output'];
|
|
@@ -8466,6 +8470,7 @@ export type AgentWorkspacePendingTicketsByTeamInput = {
|
|
|
8466
8470
|
};
|
|
8467
8471
|
export type AgentWorkspaceProjectDefaultAvailability = {
|
|
8468
8472
|
__typename?: 'AgentWorkspaceProjectDefaultAvailability';
|
|
8473
|
+
availabilityMode: AgentWorkspaceAvailabilityMode;
|
|
8469
8474
|
projectId: Scalars['ID']['output'];
|
|
8470
8475
|
status: AgentWorkspaceAvailabilityStatus;
|
|
8471
8476
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -8931,6 +8936,7 @@ export type AgentWorkspaceSetDraftedRoutingTableServiceFieldPayload = {
|
|
|
8931
8936
|
serviceFieldId: Scalars['String']['output'];
|
|
8932
8937
|
};
|
|
8933
8938
|
export type AgentWorkspaceSetProjectDefaultAvailabilityInput = {
|
|
8939
|
+
availabilityMode?: InputMaybe<AgentWorkspaceAvailabilityMode>;
|
|
8934
8940
|
cloudId: Scalars['ID']['input'];
|
|
8935
8941
|
projectId: Scalars['ID']['input'];
|
|
8936
8942
|
status: AgentWorkspaceAvailabilityStatus;
|
|
@@ -15327,6 +15333,13 @@ export type AssetsVerticalAssetTypesTrackingQueryErrorExtension = QueryErrorExte
|
|
|
15327
15333
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
15328
15334
|
};
|
|
15329
15335
|
export type AssetsVerticalAssetTypesTrackingResult = AssetsVerticalAssetTypesTracking | QueryError;
|
|
15336
|
+
export declare enum AssetsVerticalAssetTypesTrackingSortField {
|
|
15337
|
+
ObjectTypeName = "OBJECT_TYPE_NAME"
|
|
15338
|
+
}
|
|
15339
|
+
export type AssetsVerticalAssetTypesTrackingSortInput = {
|
|
15340
|
+
direction?: SortDirection;
|
|
15341
|
+
field: AssetsVerticalAssetTypesTrackingSortField;
|
|
15342
|
+
};
|
|
15330
15343
|
export type AssetsVerticalAssetTypesTrackingsPayload = Payload & {
|
|
15331
15344
|
__typename?: 'AssetsVerticalAssetTypesTrackingsPayload';
|
|
15332
15345
|
assetTypesTrackings?: Maybe<Array<AssetsVerticalAssetTypesTracking>>;
|
|
@@ -16396,6 +16409,9 @@ export type AssetsVerticalVerticalInstantiationCategoryAssetTypesTrackingsArgs =
|
|
|
16396
16409
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16397
16410
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16398
16411
|
objSchemaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16412
|
+
parentObjectTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16413
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
16414
|
+
sort?: InputMaybe<AssetsVerticalAssetTypesTrackingSortInput>;
|
|
16399
16415
|
};
|
|
16400
16416
|
export type AssetsVerticalVerticalInstantiationCategoryItemsArgs = {
|
|
16401
16417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -20774,6 +20790,7 @@ export type CloudifyAnalysisId = {
|
|
|
20774
20790
|
export type CloudifyAnalysisPart = {
|
|
20775
20791
|
__typename?: 'CloudifyAnalysisPart';
|
|
20776
20792
|
analysisResult: CloudifyAnalysisResult;
|
|
20793
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
20777
20794
|
finishedAt: Scalars['String']['output'];
|
|
20778
20795
|
serviceKey: Scalars['String']['output'];
|
|
20779
20796
|
startedAt: Scalars['String']['output'];
|
|
@@ -20884,9 +20901,7 @@ export type CloudifyProjectAri = {
|
|
|
20884
20901
|
};
|
|
20885
20902
|
export type CloudifyRawCustomizationRecommendation = {
|
|
20886
20903
|
__typename?: 'CloudifyRawCustomizationRecommendation';
|
|
20887
|
-
analysisType: CloudifyAnalysisType;
|
|
20888
20904
|
content: Scalars['String']['output'];
|
|
20889
|
-
customizationId: Scalars['String']['output'];
|
|
20890
20905
|
id: Scalars['ID']['output'];
|
|
20891
20906
|
type: CloudifyRawCustomizationRecommendationType;
|
|
20892
20907
|
};
|
|
@@ -38612,6 +38627,7 @@ export type ContentCommentsArgs = {
|
|
|
38612
38627
|
};
|
|
38613
38628
|
export type ContentContentAnalyticsViewsByUserArgs = {
|
|
38614
38629
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
38630
|
+
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
38615
38631
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
38616
38632
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38617
38633
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -40458,6 +40474,7 @@ export type CplsTimeCell = {
|
|
|
40458
40474
|
startDate: Scalars['Date']['output'];
|
|
40459
40475
|
};
|
|
40460
40476
|
export declare enum CplsTimeScaleType {
|
|
40477
|
+
Fortnightly = "FORTNIGHTLY",
|
|
40461
40478
|
Monthly = "MONTHLY",
|
|
40462
40479
|
Weekly = "WEEKLY"
|
|
40463
40480
|
}
|
|
@@ -43407,6 +43424,7 @@ export type CustomerServiceNotes = {
|
|
|
43407
43424
|
export type CustomerServiceNotesQueryResult = CustomerServiceNotes | QueryError;
|
|
43408
43425
|
export type CustomerServiceOmniInteraction = {
|
|
43409
43426
|
__typename?: 'CustomerServiceOmniInteraction';
|
|
43427
|
+
helpseeker?: Maybe<User>;
|
|
43410
43428
|
helpseekerAtlassianAccountId?: Maybe<Scalars['ID']['output']>;
|
|
43411
43429
|
id: Scalars['ID']['output'];
|
|
43412
43430
|
identifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43433,6 +43451,7 @@ export type CustomerServiceOmniInteractionMatchedIdentifier = {
|
|
|
43433
43451
|
export type CustomerServiceOmniInteractionQueryResult = CustomerServiceOmniInteraction | QueryError;
|
|
43434
43452
|
export type CustomerServiceOmniInteractionRelatedHelpseeker = {
|
|
43435
43453
|
__typename?: 'CustomerServiceOmniInteractionRelatedHelpseeker';
|
|
43454
|
+
helpseeker?: Maybe<User>;
|
|
43436
43455
|
helpseekerAtlassianAccountId: Scalars['ID']['output'];
|
|
43437
43456
|
matchedIdentifiers: Array<CustomerServiceOmniInteractionMatchedIdentifier>;
|
|
43438
43457
|
};
|
|
@@ -44899,6 +44918,7 @@ export type DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload = Pay
|
|
|
44899
44918
|
export type DevAiAutodevNextCreateWorkstreamInput = {
|
|
44900
44919
|
cloudId: Scalars['ID']['input'];
|
|
44901
44920
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
44921
|
+
loopType?: InputMaybe<Scalars['String']['input']>;
|
|
44902
44922
|
members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
|
|
44903
44923
|
name: Scalars['String']['input'];
|
|
44904
44924
|
projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
|
|
@@ -45285,6 +45305,7 @@ export type DevAiAutodevNextWorkstream = {
|
|
|
45285
45305
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
45286
45306
|
id: Scalars['ID']['output'];
|
|
45287
45307
|
lastSweep?: Maybe<DevAiAutodevNextWorkstreamLastSweep>;
|
|
45308
|
+
loopType?: Maybe<Scalars['String']['output']>;
|
|
45288
45309
|
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
45289
45310
|
name?: Maybe<Scalars['String']['output']>;
|
|
45290
45311
|
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
@@ -55201,6 +55222,12 @@ export type GraphIntegrationDetailedEntityType = {
|
|
|
55201
55222
|
__typename?: 'GraphIntegrationDetailedEntityType';
|
|
55202
55223
|
name: GraphIntegrationEntityType;
|
|
55203
55224
|
};
|
|
55225
|
+
export declare enum GraphIntegrationDirectoryAuthType {
|
|
55226
|
+
ApiToken = "API_TOKEN",
|
|
55227
|
+
ClientCredentials = "CLIENT_CREDENTIALS",
|
|
55228
|
+
None = "NONE",
|
|
55229
|
+
Oauth = "OAUTH"
|
|
55230
|
+
}
|
|
55204
55231
|
export type GraphIntegrationDirectoryFilterDimension = {
|
|
55205
55232
|
__typename?: 'GraphIntegrationDirectoryFilterDimension';
|
|
55206
55233
|
displayName: Scalars['String']['output'];
|
|
@@ -55557,6 +55584,7 @@ export type GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload
|
|
|
55557
55584
|
};
|
|
55558
55585
|
export type GraphIntegrationMcpServer = {
|
|
55559
55586
|
__typename?: 'GraphIntegrationMcpServer';
|
|
55587
|
+
authType: GraphIntegrationDirectoryAuthType;
|
|
55560
55588
|
displayName: Scalars['String']['output'];
|
|
55561
55589
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55562
55590
|
id: Scalars['ID']['output'];
|
|
@@ -118350,10 +118378,12 @@ export type GravityUpdateDraftContentInput = {
|
|
|
118350
118378
|
};
|
|
118351
118379
|
export type GravityUpsertActionInput = {
|
|
118352
118380
|
draftId: Scalars['String']['input'];
|
|
118381
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
118353
118382
|
kind: Scalars['String']['input'];
|
|
118354
118383
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
118355
118384
|
payload?: InputMaybe<Scalars['String']['input']>;
|
|
118356
118385
|
rationale?: InputMaybe<Scalars['String']['input']>;
|
|
118386
|
+
status?: InputMaybe<GravityActionStatus>;
|
|
118357
118387
|
targetRef: Scalars['String']['input'];
|
|
118358
118388
|
};
|
|
118359
118389
|
export type GravityView = {
|
|
@@ -119845,6 +119875,7 @@ export type HelpCenterBranding = {
|
|
|
119845
119875
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
119846
119876
|
cornerRadius?: Maybe<Scalars['Int']['output']>;
|
|
119847
119877
|
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
119878
|
+
helpCenterIcon?: Maybe<Scalars['String']['output']>;
|
|
119848
119879
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
119849
119880
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
119850
119881
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -119874,6 +119905,7 @@ export type HelpCenterBrandingInput = {
|
|
|
119874
119905
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
119875
119906
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
119876
119907
|
cornerRadius?: InputMaybe<Scalars['Int']['input']>;
|
|
119908
|
+
helpCenterIcon?: InputMaybe<Scalars['String']['input']>;
|
|
119877
119909
|
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
119878
119910
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
119879
119911
|
navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
|
|
@@ -120323,6 +120355,7 @@ export type HelpCenterPageRovoConfig = {
|
|
|
120323
120355
|
agentId?: Maybe<Scalars['String']['output']>;
|
|
120324
120356
|
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
120325
120357
|
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
120358
|
+
widgetContainerAri?: Maybe<Scalars['String']['output']>;
|
|
120326
120359
|
};
|
|
120327
120360
|
export declare enum HelpCenterPageType {
|
|
120328
120361
|
Custom = "CUSTOM",
|
|
@@ -120601,6 +120634,7 @@ export type HelpCenterQueryApiHelpCentersListArgs = {
|
|
|
120601
120634
|
};
|
|
120602
120635
|
export type HelpCenterQueryApiHubMediaConfigArgs = {
|
|
120603
120636
|
ari: Scalars['ID']['input'];
|
|
120637
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
120604
120638
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
120605
120639
|
};
|
|
120606
120640
|
export type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
@@ -121685,6 +121719,7 @@ export declare enum HelpObjectStoreEntityTypes {
|
|
|
121685
121719
|
RequestTypes = "REQUEST_TYPES"
|
|
121686
121720
|
}
|
|
121687
121721
|
export type HelpObjectStoreFilter = {
|
|
121722
|
+
entityIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121688
121723
|
parentId?: InputMaybe<Scalars['String']['input']>;
|
|
121689
121724
|
subEntityTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121690
121725
|
};
|
|
@@ -152816,6 +152851,10 @@ export type JpdViewCreatedEvent = {
|
|
|
152816
152851
|
viewId: Scalars['Int']['output'];
|
|
152817
152852
|
viewUuid: Scalars['ID']['output'];
|
|
152818
152853
|
};
|
|
152854
|
+
export type JpdViewDeleted = {
|
|
152855
|
+
__typename?: 'JpdViewDeleted';
|
|
152856
|
+
success: Scalars['Boolean']['output'];
|
|
152857
|
+
};
|
|
152819
152858
|
export type JpdViewDeletedEvent = {
|
|
152820
152859
|
__typename?: 'JpdViewDeletedEvent';
|
|
152821
152860
|
deletedByUserId: Scalars['ID']['output'];
|
|
@@ -156505,6 +156544,8 @@ export declare enum KitsuneJobStatus {
|
|
|
156505
156544
|
Pending = "PENDING"
|
|
156506
156545
|
}
|
|
156507
156546
|
export declare enum KitsuneJobType {
|
|
156547
|
+
BackfillAutoTagging = "BACKFILL_AUTO_TAGGING",
|
|
156548
|
+
DeleteFeedback = "DELETE_FEEDBACK",
|
|
156508
156549
|
DeleteSpace = "DELETE_SPACE",
|
|
156509
156550
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
156510
156551
|
ImportCustomer = "IMPORT_CUSTOMER",
|
|
@@ -156514,7 +156555,8 @@ export declare enum KitsuneJobType {
|
|
|
156514
156555
|
ResyncFeedback = "RESYNC_FEEDBACK",
|
|
156515
156556
|
ResyncInsights = "RESYNC_INSIGHTS",
|
|
156516
156557
|
SyncCsmProperties = "SYNC_CSM_PROPERTIES",
|
|
156517
|
-
SyncCustomer = "SYNC_CUSTOMER"
|
|
156558
|
+
SyncCustomer = "SYNC_CUSTOMER",
|
|
156559
|
+
UpdateFeedback = "UPDATE_FEEDBACK"
|
|
156518
156560
|
}
|
|
156519
156561
|
export declare enum KitsuneLogicalOperator {
|
|
156520
156562
|
And = "AND",
|
|
@@ -156842,6 +156884,7 @@ export type KitsuneSourceInputWeb = {
|
|
|
156842
156884
|
};
|
|
156843
156885
|
export type KitsuneSpace = Node & {
|
|
156844
156886
|
__typename?: 'KitsuneSpace';
|
|
156887
|
+
accessLevel: KitsuneSpaceAccessLevel;
|
|
156845
156888
|
description?: Maybe<Scalars['String']['output']>;
|
|
156846
156889
|
feedbacks: KitsuneFeedbackConnection;
|
|
156847
156890
|
fields: KitsuneFieldConnection;
|
|
@@ -156873,6 +156916,10 @@ export type KitsuneSpaceViewTreeArgs = {
|
|
|
156873
156916
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
156874
156917
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
156875
156918
|
};
|
|
156919
|
+
export declare enum KitsuneSpaceAccessLevel {
|
|
156920
|
+
Open = "OPEN",
|
|
156921
|
+
Private = "PRIVATE"
|
|
156922
|
+
}
|
|
156876
156923
|
export type KitsuneSpaceConnection = KitsuneConnection & {
|
|
156877
156924
|
__typename?: 'KitsuneSpaceConnection';
|
|
156878
156925
|
edges: Array<KitsuneSpaceEdge>;
|
|
@@ -157685,10 +157732,13 @@ export type KnowledgeDiscoveryIntent = {
|
|
|
157685
157732
|
export type KnowledgeDiscoveryIntentDetectionMetadata = {
|
|
157686
157733
|
__typename?: 'KnowledgeDiscoveryIntentDetectionMetadata';
|
|
157687
157734
|
cacheHit?: Maybe<Scalars['Boolean']['output']>;
|
|
157735
|
+
elsTraceId?: Maybe<Scalars['String']['output']>;
|
|
157688
157736
|
entityMetadata?: Maybe<Array<KnowledgeDiscoveryEntityMetadata>>;
|
|
157689
157737
|
latencyMs?: Maybe<Scalars['Int']['output']>;
|
|
157690
157738
|
method: Scalars['String']['output'];
|
|
157691
157739
|
model?: Maybe<Scalars['String']['output']>;
|
|
157740
|
+
originalIntent?: Maybe<KnowledgeDiscoveryQueryClassification>;
|
|
157741
|
+
prefilterEntities?: Maybe<Array<KnowledgeDiscoveryPrefilterEntityData>>;
|
|
157692
157742
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
157693
157743
|
};
|
|
157694
157744
|
export type KnowledgeDiscoveryIntentDetectionResult = KnowledgeDiscoveryIntentDetectionSuccess | QueryError;
|
|
@@ -157913,6 +157963,15 @@ export type KnowledgeDiscoveryPopularSearchQuery = {
|
|
|
157913
157963
|
isPopular: Scalars['Boolean']['output'];
|
|
157914
157964
|
};
|
|
157915
157965
|
export type KnowledgeDiscoveryPopularSearchQueryResult = KnowledgeDiscoveryPopularSearchQuery | QueryError;
|
|
157966
|
+
export type KnowledgeDiscoveryPrefilterEntityData = {
|
|
157967
|
+
__typename?: 'KnowledgeDiscoveryPrefilterEntityData';
|
|
157968
|
+
clarificationLevel?: Maybe<Scalars['Int']['output']>;
|
|
157969
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
157970
|
+
entityType: Scalars['String']['output'];
|
|
157971
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
157972
|
+
mention?: Maybe<Scalars['String']['output']>;
|
|
157973
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
157974
|
+
};
|
|
157916
157975
|
export declare enum KnowledgeDiscoveryProduct {
|
|
157917
157976
|
Confluence = "CONFLUENCE",
|
|
157918
157977
|
Google = "GOOGLE",
|
|
@@ -159102,6 +159161,7 @@ export type LoomMeeting = Node & {
|
|
|
159102
159161
|
id: Scalars['ID']['output'];
|
|
159103
159162
|
inviteeAris?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
159104
159163
|
invitees?: Maybe<Array<Maybe<User>>>;
|
|
159164
|
+
oneClickActions?: Maybe<Array<Maybe<LoomMeetingOneClickAction>>>;
|
|
159105
159165
|
recorder?: Maybe<User>;
|
|
159106
159166
|
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
159107
159167
|
recurrenceAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -159127,6 +159187,32 @@ export type LoomMeetingEdge = {
|
|
|
159127
159187
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
159128
159188
|
node?: Maybe<LoomMeeting>;
|
|
159129
159189
|
};
|
|
159190
|
+
export type LoomMeetingOneClickAction = {
|
|
159191
|
+
__typename?: 'LoomMeetingOneClickAction';
|
|
159192
|
+
action?: Maybe<Scalars['String']['output']>;
|
|
159193
|
+
confluenceContentType?: Maybe<LoomMeetingOneClickActionConfluenceContentType>;
|
|
159194
|
+
id: Scalars['ID']['output'];
|
|
159195
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
159196
|
+
status?: Maybe<LoomMeetingOneClickActionStatus>;
|
|
159197
|
+
timestampSeconds?: Maybe<Scalars['Int']['output']>;
|
|
159198
|
+
type?: Maybe<LoomMeetingOneClickActionType>;
|
|
159199
|
+
};
|
|
159200
|
+
export declare enum LoomMeetingOneClickActionConfluenceContentType {
|
|
159201
|
+
Database = "DATABASE",
|
|
159202
|
+
LiveDoc = "LIVE_DOC",
|
|
159203
|
+
Slides = "SLIDES",
|
|
159204
|
+
Whiteboard = "WHITEBOARD"
|
|
159205
|
+
}
|
|
159206
|
+
export declare enum LoomMeetingOneClickActionStatus {
|
|
159207
|
+
Accepted = "ACCEPTED",
|
|
159208
|
+
Dismissed = "DISMISSED",
|
|
159209
|
+
Pending = "PENDING"
|
|
159210
|
+
}
|
|
159211
|
+
export declare enum LoomMeetingOneClickActionType {
|
|
159212
|
+
Confluence = "CONFLUENCE",
|
|
159213
|
+
Jira = "JIRA",
|
|
159214
|
+
Message = "MESSAGE"
|
|
159215
|
+
}
|
|
159130
159216
|
export type LoomMeetingRecurrence = Node & {
|
|
159131
159217
|
__typename?: 'LoomMeetingRecurrence';
|
|
159132
159218
|
id: Scalars['ID']['output'];
|
|
@@ -159253,6 +159339,7 @@ export type LoomS3UploadInfo = {
|
|
|
159253
159339
|
export type LoomSettings = {
|
|
159254
159340
|
__typename?: 'LoomSettings';
|
|
159255
159341
|
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159342
|
+
meetingNotesEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
159256
159343
|
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
159257
159344
|
meetingRecordingsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159258
159345
|
};
|
|
@@ -159402,6 +159489,20 @@ export type LoomUnauthenticatedUserPrimaryAuthType = {
|
|
|
159402
159489
|
hasActiveMemberships?: Maybe<Scalars['Boolean']['output']>;
|
|
159403
159490
|
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
159404
159491
|
};
|
|
159492
|
+
export declare enum LoomUpdateMeetingOneClickActionStatus {
|
|
159493
|
+
Accepted = "ACCEPTED",
|
|
159494
|
+
Dismissed = "DISMISSED"
|
|
159495
|
+
}
|
|
159496
|
+
export type LoomUpdateMeetingOneClickActionStatusInput = {
|
|
159497
|
+
id: Scalars['ID']['input'];
|
|
159498
|
+
siteId: Scalars['ID']['input'];
|
|
159499
|
+
status: LoomUpdateMeetingOneClickActionStatus;
|
|
159500
|
+
};
|
|
159501
|
+
export type LoomUpdateMeetingOneClickActionStatusPayload = {
|
|
159502
|
+
__typename?: 'LoomUpdateMeetingOneClickActionStatusPayload';
|
|
159503
|
+
oneClickAction?: Maybe<LoomMeetingOneClickAction>;
|
|
159504
|
+
success: Scalars['Boolean']['output'];
|
|
159505
|
+
};
|
|
159405
159506
|
export type LoomUpdateVideoPermissionsInput = {
|
|
159406
159507
|
id: Scalars['ID']['input'];
|
|
159407
159508
|
visibility: LoomVideoVisibility;
|
|
@@ -159453,6 +159554,7 @@ export type LoomVideo = Node & {
|
|
|
159453
159554
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
159454
159555
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
159455
159556
|
reactionCount?: Maybe<Scalars['Int']['output']>;
|
|
159557
|
+
shortSummary?: Maybe<Scalars['String']['output']>;
|
|
159456
159558
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
159457
159559
|
thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
|
|
159458
159560
|
transcript?: Maybe<LoomTranscript>;
|
|
@@ -164858,6 +164960,11 @@ export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionS
|
|
|
164858
164960
|
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
164859
164961
|
entityType: Scalars['String']['output'];
|
|
164860
164962
|
};
|
|
164963
|
+
export type MercuryAskCustomFieldValuesByAsk = {
|
|
164964
|
+
__typename?: 'MercuryAskCustomFieldValuesByAsk';
|
|
164965
|
+
askId: Scalars['ID']['output'];
|
|
164966
|
+
customFields: Array<MercuryCustomField>;
|
|
164967
|
+
};
|
|
164861
164968
|
export type MercuryAskEdge = {
|
|
164862
164969
|
__typename?: 'MercuryAskEdge';
|
|
164863
164970
|
cursor: Scalars['String']['output'];
|
|
@@ -165072,7 +165179,7 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
165072
165179
|
InProgress = "IN_PROGRESS",
|
|
165073
165180
|
Succeeded = "SUCCEEDED"
|
|
165074
165181
|
}
|
|
165075
|
-
export type MercuryBaselineRevision = {
|
|
165182
|
+
export type MercuryBaselineRevision = Node & {
|
|
165076
165183
|
__typename?: 'MercuryBaselineRevision';
|
|
165077
165184
|
createdBy?: Maybe<User>;
|
|
165078
165185
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -166278,6 +166385,20 @@ export type MercuryCreatePortfolioPayload = Payload & {
|
|
|
166278
166385
|
errors?: Maybe<Array<MutationError>>;
|
|
166279
166386
|
success: Scalars['Boolean']['output'];
|
|
166280
166387
|
};
|
|
166388
|
+
export type MercuryCreateRateCardInput = {
|
|
166389
|
+
attributeValues?: InputMaybe<Array<InputMaybe<MercuryRateCardAttributeValueInput>>>;
|
|
166390
|
+
cloudId: Scalars['ID']['input'];
|
|
166391
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
166392
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
166393
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
166394
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
166395
|
+
};
|
|
166396
|
+
export type MercuryCreateRateCardPayload = Payload & {
|
|
166397
|
+
__typename?: 'MercuryCreateRateCardPayload';
|
|
166398
|
+
createdRateCard?: Maybe<MercuryRateCard>;
|
|
166399
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166400
|
+
success: Scalars['Boolean']['output'];
|
|
166401
|
+
};
|
|
166281
166402
|
export type MercuryCreateRiskInput = {
|
|
166282
166403
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
166283
166404
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -166837,6 +166958,25 @@ export type MercuryDeletePreferencePayload = Payload & {
|
|
|
166837
166958
|
errors?: Maybe<Array<MutationError>>;
|
|
166838
166959
|
success: Scalars['Boolean']['output'];
|
|
166839
166960
|
};
|
|
166961
|
+
export type MercuryDeleteRateCardInput = {
|
|
166962
|
+
cloudId: Scalars['ID']['input'];
|
|
166963
|
+
id: Scalars['ID']['input'];
|
|
166964
|
+
};
|
|
166965
|
+
export type MercuryDeleteRateCardPayload = Payload & {
|
|
166966
|
+
__typename?: 'MercuryDeleteRateCardPayload';
|
|
166967
|
+
deletedRateCard?: Maybe<MercuryRateCard>;
|
|
166968
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166969
|
+
success: Scalars['Boolean']['output'];
|
|
166970
|
+
};
|
|
166971
|
+
export type MercuryDeleteRateCardsInput = {
|
|
166972
|
+
cloudId: Scalars['ID']['input'];
|
|
166973
|
+
ids: Array<Scalars['ID']['input']>;
|
|
166974
|
+
};
|
|
166975
|
+
export type MercuryDeleteRateCardsPayload = Payload & {
|
|
166976
|
+
__typename?: 'MercuryDeleteRateCardsPayload';
|
|
166977
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166978
|
+
success: Scalars['Boolean']['output'];
|
|
166979
|
+
};
|
|
166840
166980
|
export type MercuryDeleteRiskInput = {
|
|
166841
166981
|
id: Scalars['ID']['input'];
|
|
166842
166982
|
};
|
|
@@ -167669,6 +167809,7 @@ export declare enum MercuryFocusAreaSortField {
|
|
|
167669
167809
|
Ranking = "RANKING",
|
|
167670
167810
|
Spend = "SPEND",
|
|
167671
167811
|
Starred = "STARRED",
|
|
167812
|
+
StartDate = "START_DATE",
|
|
167672
167813
|
Status = "STATUS",
|
|
167673
167814
|
TargetDate = "TARGET_DATE",
|
|
167674
167815
|
Watching = "WATCHING"
|
|
@@ -167889,6 +168030,7 @@ export type MercuryFundsMutationApi = {
|
|
|
167889
168030
|
createFiscalCalendarConfiguration?: Maybe<MercuryCreateFiscalCalendarConfigurationPayload>;
|
|
167890
168031
|
createFocusAreaBudget?: Maybe<MercuryCreateFocusAreaBudgetPayload>;
|
|
167891
168032
|
createInvestmentCategory?: Maybe<MercuryCreateInvestmentCategoryPayload>;
|
|
168033
|
+
createRateCard?: Maybe<MercuryCreateRateCardPayload>;
|
|
167892
168034
|
deleteBenefitItem?: Maybe<MercuryDeleteBenefitItemPayload>;
|
|
167893
168035
|
deleteBenefitPeriodValue?: Maybe<MercuryDeleteBenefitPeriodValuePayload>;
|
|
167894
168036
|
deleteBenefitType?: Maybe<MercuryDeleteBenefitTypePayload>;
|
|
@@ -167897,6 +168039,9 @@ export type MercuryFundsMutationApi = {
|
|
|
167897
168039
|
deleteCostSubtype?: Maybe<MercuryDeleteCostSubtypePayload>;
|
|
167898
168040
|
deleteFocusAreaBudget?: Maybe<MercuryDeleteFocusAreaBudgetPayload>;
|
|
167899
168041
|
deleteInvestmentCategory?: Maybe<MercuryDeleteInvestmentCategoryPayload>;
|
|
168042
|
+
deleteRateCard?: Maybe<MercuryDeleteRateCardPayload>;
|
|
168043
|
+
deleteRateCards?: Maybe<MercuryDeleteRateCardsPayload>;
|
|
168044
|
+
rerankRateCardAttributes?: Maybe<MercuryRerankRateCardAttributesPayload>;
|
|
167900
168045
|
setBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167901
168046
|
setBenefitBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167902
168047
|
setBenefitBaselineAndDescendants?: Maybe<MercurySetBaselineAndDescendantsPayload>;
|
|
@@ -167920,6 +168065,8 @@ export type MercuryFundsMutationApi = {
|
|
|
167920
168065
|
updateCostSubtypeName?: Maybe<MercuryUpdateCostSubtypePayload>;
|
|
167921
168066
|
updateFocusAreaBudgetAmount?: Maybe<MercuryUpdateFocusAreaBudgetPayload>;
|
|
167922
168067
|
updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
|
|
168068
|
+
updateRateCard?: Maybe<MercuryUpdateRateCardPayload>;
|
|
168069
|
+
updateRateCardConfigurationRatePeriod?: Maybe<MercuryUpdateRateCardConfigurationPayload>;
|
|
167923
168070
|
};
|
|
167924
168071
|
export type MercuryFundsMutationApiCreateBenefitItemArgs = {
|
|
167925
168072
|
input: MercuryCreateBenefitItemInput;
|
|
@@ -167948,6 +168095,9 @@ export type MercuryFundsMutationApiCreateFocusAreaBudgetArgs = {
|
|
|
167948
168095
|
export type MercuryFundsMutationApiCreateInvestmentCategoryArgs = {
|
|
167949
168096
|
input: MercuryCreateInvestmentCategoryInput;
|
|
167950
168097
|
};
|
|
168098
|
+
export type MercuryFundsMutationApiCreateRateCardArgs = {
|
|
168099
|
+
input: MercuryCreateRateCardInput;
|
|
168100
|
+
};
|
|
167951
168101
|
export type MercuryFundsMutationApiDeleteBenefitItemArgs = {
|
|
167952
168102
|
input: MercuryDeleteBenefitItemInput;
|
|
167953
168103
|
};
|
|
@@ -167972,6 +168122,15 @@ export type MercuryFundsMutationApiDeleteFocusAreaBudgetArgs = {
|
|
|
167972
168122
|
export type MercuryFundsMutationApiDeleteInvestmentCategoryArgs = {
|
|
167973
168123
|
input: MercuryDeleteInvestmentCategoryInput;
|
|
167974
168124
|
};
|
|
168125
|
+
export type MercuryFundsMutationApiDeleteRateCardArgs = {
|
|
168126
|
+
input: MercuryDeleteRateCardInput;
|
|
168127
|
+
};
|
|
168128
|
+
export type MercuryFundsMutationApiDeleteRateCardsArgs = {
|
|
168129
|
+
input: MercuryDeleteRateCardsInput;
|
|
168130
|
+
};
|
|
168131
|
+
export type MercuryFundsMutationApiRerankRateCardAttributesArgs = {
|
|
168132
|
+
input: MercuryRerankRateCardAttributesInput;
|
|
168133
|
+
};
|
|
167975
168134
|
export type MercuryFundsMutationApiSetBaselineArgs = {
|
|
167976
168135
|
input: MercurySetBaselineInput;
|
|
167977
168136
|
};
|
|
@@ -168041,6 +168200,12 @@ export type MercuryFundsMutationApiUpdateFocusAreaBudgetAmountArgs = {
|
|
|
168041
168200
|
export type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
168042
168201
|
input: MercuryUpdateInvestmentCategoryNameInput;
|
|
168043
168202
|
};
|
|
168203
|
+
export type MercuryFundsMutationApiUpdateRateCardArgs = {
|
|
168204
|
+
input: MercuryUpdateRateCardInput;
|
|
168205
|
+
};
|
|
168206
|
+
export type MercuryFundsMutationApiUpdateRateCardConfigurationRatePeriodArgs = {
|
|
168207
|
+
input: MercuryUpdateRateCardConfigurationRatePeriodInput;
|
|
168208
|
+
};
|
|
168044
168209
|
export declare enum MercuryFundsPermission {
|
|
168045
168210
|
EditBaseline = "EDIT_BASELINE",
|
|
168046
168211
|
EditBudget = "EDIT_BUDGET",
|
|
@@ -168052,6 +168217,7 @@ export type MercuryFundsQueryApi = {
|
|
|
168052
168217
|
__typename?: 'MercuryFundsQueryApi';
|
|
168053
168218
|
activeCurrency: MercuryCurrency;
|
|
168054
168219
|
activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
168220
|
+
baselineRevisions?: Maybe<Array<Maybe<MercuryBaselineRevision>>>;
|
|
168055
168221
|
benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
|
|
168056
168222
|
benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
|
|
168057
168223
|
benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
|
|
@@ -168083,6 +168249,10 @@ export type MercuryFundsQueryApi = {
|
|
|
168083
168249
|
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
168084
168250
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
168085
168251
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
168252
|
+
rateCardAttributeTypes?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168253
|
+
rateCardAttributeTypesByIds?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168254
|
+
rateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
168255
|
+
rateCardsSearch?: Maybe<MercuryRateCardConnection>;
|
|
168086
168256
|
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
168087
168257
|
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
168088
168258
|
setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
@@ -168096,6 +168266,9 @@ export type MercuryFundsQueryApiActiveCurrencyArgs = {
|
|
|
168096
168266
|
export type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
|
|
168097
168267
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
168098
168268
|
};
|
|
168269
|
+
export type MercuryFundsQueryApiBaselineRevisionsArgs = {
|
|
168270
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168271
|
+
};
|
|
168099
168272
|
export type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
|
|
168100
168273
|
ids: Array<Scalars['ID']['input']>;
|
|
168101
168274
|
};
|
|
@@ -168227,6 +168400,22 @@ export type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
|
|
|
168227
168400
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
168228
168401
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
|
|
168229
168402
|
};
|
|
168403
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesArgs = {
|
|
168404
|
+
cloudId: Scalars['ID']['input'];
|
|
168405
|
+
};
|
|
168406
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesByIdsArgs = {
|
|
168407
|
+
cloudId: Scalars['ID']['input'];
|
|
168408
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168409
|
+
};
|
|
168410
|
+
export type MercuryFundsQueryApiRateCardConfigurationArgs = {
|
|
168411
|
+
cloudId: Scalars['ID']['input'];
|
|
168412
|
+
};
|
|
168413
|
+
export type MercuryFundsQueryApiRateCardsSearchArgs = {
|
|
168414
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
168415
|
+
cloudId: Scalars['ID']['input'];
|
|
168416
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168417
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
168418
|
+
};
|
|
168230
168419
|
export type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
|
|
168231
168420
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
168232
168421
|
cloudId: Scalars['ID']['input'];
|
|
@@ -169479,6 +169668,11 @@ export type MercuryOrganizationCustomFieldDefinitionScope = MercuryCustomFieldDe
|
|
|
169479
169668
|
__typename?: 'MercuryOrganizationCustomFieldDefinitionScope';
|
|
169480
169669
|
entityType: Scalars['String']['output'];
|
|
169481
169670
|
};
|
|
169671
|
+
export type MercuryOrganizationCustomFieldValuesByOrganization = {
|
|
169672
|
+
__typename?: 'MercuryOrganizationCustomFieldValuesByOrganization';
|
|
169673
|
+
customFields: Array<MercuryCustomField>;
|
|
169674
|
+
organizationId: Scalars['ID']['output'];
|
|
169675
|
+
};
|
|
169482
169676
|
export type MercuryOrganizationEdge = {
|
|
169483
169677
|
__typename?: 'MercuryOrganizationEdge';
|
|
169484
169678
|
cursor: Scalars['String']['output'];
|
|
@@ -170173,6 +170367,7 @@ export type MercuryOrganizationsQueryApi = {
|
|
|
170173
170367
|
organizationViewsSearch?: Maybe<MercuryOrganizationViewConnection>;
|
|
170174
170368
|
organizations?: Maybe<Array<MercuryOrganization>>;
|
|
170175
170369
|
organizationsByExternalIds?: Maybe<Array<Maybe<MercuryOrganization>>>;
|
|
170370
|
+
organizationsCustomFields?: Maybe<Array<MercuryOrganizationCustomFieldValuesByOrganization>>;
|
|
170176
170371
|
organizationsForUser?: Maybe<MercuryOrganizationConnection>;
|
|
170177
170372
|
organizationsSearch?: Maybe<MercuryOrganizationConnection>;
|
|
170178
170373
|
planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
|
|
@@ -170258,6 +170453,11 @@ export type MercuryOrganizationsQueryApiOrganizationsByExternalIdsArgs = {
|
|
|
170258
170453
|
cloudId: Scalars['ID']['input'];
|
|
170259
170454
|
ids: Array<Scalars['String']['input']>;
|
|
170260
170455
|
};
|
|
170456
|
+
export type MercuryOrganizationsQueryApiOrganizationsCustomFieldsArgs = {
|
|
170457
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
170458
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
170459
|
+
organizationIds: Array<Scalars['ID']['input']>;
|
|
170460
|
+
};
|
|
170261
170461
|
export type MercuryOrganizationsQueryApiOrganizationsForUserArgs = {
|
|
170262
170462
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
170263
170463
|
cloudId: Scalars['ID']['input'];
|
|
@@ -170295,15 +170495,11 @@ export type MercuryPassionfruitContext = {
|
|
|
170295
170495
|
};
|
|
170296
170496
|
export declare enum MercuryPassionfruitPermission {
|
|
170297
170497
|
CreateAsk = "CREATE_ASK",
|
|
170298
|
-
CreatePlan = "CREATE_PLAN",
|
|
170299
170498
|
DeleteAsk = "DELETE_ASK",
|
|
170300
|
-
DeletePlan = "DELETE_PLAN",
|
|
170301
170499
|
EditAsk = "EDIT_ASK",
|
|
170302
|
-
EditPlan = "EDIT_PLAN",
|
|
170303
170500
|
Manage = "MANAGE",
|
|
170304
170501
|
Read = "READ",
|
|
170305
170502
|
ViewAsk = "VIEW_ASK",
|
|
170306
|
-
ViewPlan = "VIEW_PLAN",
|
|
170307
170503
|
Write = "WRITE"
|
|
170308
170504
|
}
|
|
170309
170505
|
export declare enum MercuryPermission {
|
|
@@ -171197,6 +171393,68 @@ export declare enum MercuryRankingGroupType {
|
|
|
171197
171393
|
Prioritized = "PRIORITIZED",
|
|
171198
171394
|
Unprioritized = "UNPRIORITIZED"
|
|
171199
171395
|
}
|
|
171396
|
+
export type MercuryRateCard = {
|
|
171397
|
+
__typename?: 'MercuryRateCard';
|
|
171398
|
+
attributeValues?: Maybe<Array<Maybe<MercuryRateCardAttributeValue>>>;
|
|
171399
|
+
effectiveStartDate?: Maybe<Scalars['Date']['output']>;
|
|
171400
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
171401
|
+
id: Scalars['ID']['output'];
|
|
171402
|
+
rate?: Maybe<MercuryMoney>;
|
|
171403
|
+
workingHoursPerWeek?: Maybe<Scalars['Int']['output']>;
|
|
171404
|
+
};
|
|
171405
|
+
export type MercuryRateCardAttribute = {
|
|
171406
|
+
__typename?: 'MercuryRateCardAttribute';
|
|
171407
|
+
attributeType?: Maybe<MercuryRateCardAttributeType>;
|
|
171408
|
+
id: Scalars['ID']['output'];
|
|
171409
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
171410
|
+
};
|
|
171411
|
+
export type MercuryRateCardAttributeType = {
|
|
171412
|
+
__typename?: 'MercuryRateCardAttributeType';
|
|
171413
|
+
displayName: Scalars['String']['output'];
|
|
171414
|
+
id: Scalars['ID']['output'];
|
|
171415
|
+
key: Scalars['String']['output'];
|
|
171416
|
+
order: Scalars['Int']['output'];
|
|
171417
|
+
};
|
|
171418
|
+
export type MercuryRateCardAttributeValue = MercuryRateCardOrganizationAttributeValue;
|
|
171419
|
+
export type MercuryRateCardAttributeValueInput = {
|
|
171420
|
+
attributeId: Scalars['ID']['input'];
|
|
171421
|
+
attributeValue?: InputMaybe<Scalars['String']['input']>;
|
|
171422
|
+
id: Scalars['ID']['input'];
|
|
171423
|
+
};
|
|
171424
|
+
export type MercuryRateCardAttributeValueInterface = {
|
|
171425
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171426
|
+
id: Scalars['ID']['output'];
|
|
171427
|
+
};
|
|
171428
|
+
export type MercuryRateCardConfiguration = {
|
|
171429
|
+
__typename?: 'MercuryRateCardConfiguration';
|
|
171430
|
+
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
171431
|
+
id: Scalars['ID']['output'];
|
|
171432
|
+
ratePeriod?: Maybe<MercuryRateCardRatePeriod>;
|
|
171433
|
+
};
|
|
171434
|
+
export type MercuryRateCardConnection = {
|
|
171435
|
+
__typename?: 'MercuryRateCardConnection';
|
|
171436
|
+
edges?: Maybe<Array<MercuryRateCardEdge>>;
|
|
171437
|
+
pageInfo: PageInfo;
|
|
171438
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
171439
|
+
};
|
|
171440
|
+
export type MercuryRateCardEdge = {
|
|
171441
|
+
__typename?: 'MercuryRateCardEdge';
|
|
171442
|
+
cursor: Scalars['String']['output'];
|
|
171443
|
+
node?: Maybe<MercuryRateCard>;
|
|
171444
|
+
};
|
|
171445
|
+
export type MercuryRateCardOrganizationAttributeValue = MercuryRateCardAttributeValueInterface & {
|
|
171446
|
+
__typename?: 'MercuryRateCardOrganizationAttributeValue';
|
|
171447
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171448
|
+
id: Scalars['ID']['output'];
|
|
171449
|
+
organization?: Maybe<MercuryOrganization>;
|
|
171450
|
+
};
|
|
171451
|
+
export type MercuryRateCardRatePeriod = {
|
|
171452
|
+
__typename?: 'MercuryRateCardRatePeriod';
|
|
171453
|
+
displayName: Scalars['String']['output'];
|
|
171454
|
+
id: Scalars['ID']['output'];
|
|
171455
|
+
key: Scalars['String']['output'];
|
|
171456
|
+
order: Scalars['Int']['output'];
|
|
171457
|
+
};
|
|
171200
171458
|
export type MercuryRecreateOrganizationViewOrganizationsInput = {
|
|
171201
171459
|
id: Scalars['ID']['input'];
|
|
171202
171460
|
organizationIds: Array<Scalars['ID']['input']>;
|
|
@@ -171421,6 +171679,18 @@ export type MercuryRerankFocusAreasPayload = Payload & {
|
|
|
171421
171679
|
focusAreas?: Maybe<Array<MercuryFocusArea>>;
|
|
171422
171680
|
success: Scalars['Boolean']['output'];
|
|
171423
171681
|
};
|
|
171682
|
+
export type MercuryRerankRateCardAttributesInput = {
|
|
171683
|
+
afterRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171684
|
+
beforeRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171685
|
+
cloudId: Scalars['ID']['input'];
|
|
171686
|
+
rateCardAttributeIds: Array<Scalars['ID']['input']>;
|
|
171687
|
+
};
|
|
171688
|
+
export type MercuryRerankRateCardAttributesPayload = Payload & {
|
|
171689
|
+
__typename?: 'MercuryRerankRateCardAttributesPayload';
|
|
171690
|
+
errors?: Maybe<Array<MutationError>>;
|
|
171691
|
+
rateCardAttributes?: Maybe<Array<MercuryRateCardAttribute>>;
|
|
171692
|
+
success: Scalars['Boolean']['output'];
|
|
171693
|
+
};
|
|
171424
171694
|
export type MercuryResolveProposedDateInput = {
|
|
171425
171695
|
askId: Scalars['ID']['input'];
|
|
171426
171696
|
};
|
|
@@ -173334,6 +173604,30 @@ export type MercuryUpdatePortfolioPayload = Payload & {
|
|
|
173334
173604
|
success: Scalars['Boolean']['output'];
|
|
173335
173605
|
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
173336
173606
|
};
|
|
173607
|
+
export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
173608
|
+
__typename?: 'MercuryUpdateRateCardConfigurationPayload';
|
|
173609
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173610
|
+
success: Scalars['Boolean']['output'];
|
|
173611
|
+
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
173612
|
+
};
|
|
173613
|
+
export type MercuryUpdateRateCardConfigurationRatePeriodInput = {
|
|
173614
|
+
cloudId: Scalars['ID']['input'];
|
|
173615
|
+
ratePeriodKey: Scalars['String']['input'];
|
|
173616
|
+
};
|
|
173617
|
+
export type MercuryUpdateRateCardInput = {
|
|
173618
|
+
cloudId: Scalars['ID']['input'];
|
|
173619
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
173620
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
173621
|
+
id: Scalars['ID']['input'];
|
|
173622
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
173623
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
173624
|
+
};
|
|
173625
|
+
export type MercuryUpdateRateCardPayload = Payload & {
|
|
173626
|
+
__typename?: 'MercuryUpdateRateCardPayload';
|
|
173627
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173628
|
+
success: Scalars['Boolean']['output'];
|
|
173629
|
+
updatedRateCard?: Maybe<MercuryRateCard>;
|
|
173630
|
+
};
|
|
173337
173631
|
export type MercuryUpdateRequestFundsChangeInput = {
|
|
173338
173632
|
amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
|
|
173339
173633
|
changeId: Scalars['ID']['input'];
|
|
@@ -175062,6 +175356,7 @@ export type Mutation = {
|
|
|
175062
175356
|
gravity_createViewFromTemplate: GravityCreateViewFromTemplatePayload;
|
|
175063
175357
|
gravity_createViewFromUserPrompt?: Maybe<GravityCreateViewFromUserPromptPayload>;
|
|
175064
175358
|
gravity_deleteReaction?: Maybe<GravityDeleteReactionPayload>;
|
|
175359
|
+
gravity_deleteView?: Maybe<JpdViewDeleted>;
|
|
175065
175360
|
gravity_discardDraft?: Maybe<GravityDraftPayload>;
|
|
175066
175361
|
gravity_generateViewTemplateFromUserPrompt?: Maybe<GravityGenerateViewTemplateFromUserPromptPayload>;
|
|
175067
175362
|
gravity_postFeedback?: Maybe<GravityPostFeedbackPayload>;
|
|
@@ -175366,6 +175661,7 @@ export type Mutation = {
|
|
|
175366
175661
|
loom_recoverVideo?: Maybe<LoomRecoverVideoPayload>;
|
|
175367
175662
|
loom_shareVideo?: Maybe<LoomShareVideoPayload>;
|
|
175368
175663
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
175664
|
+
loom_updateMeetingOneClickActionStatus?: Maybe<LoomUpdateMeetingOneClickActionStatusPayload>;
|
|
175369
175665
|
loom_updateVideoPermissions?: Maybe<LoomUpdateVideoPermissionsPayload>;
|
|
175370
175666
|
loom_updateVideoTitle?: Maybe<LoomUpdateVideoTitlePayload>;
|
|
175371
175667
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
@@ -179415,6 +179711,10 @@ export type MutationGravity_DeleteReactionArgs = {
|
|
|
179415
179711
|
cloudId: Scalars['ID']['input'];
|
|
179416
179712
|
input: GravityDeleteReactionInput;
|
|
179417
179713
|
};
|
|
179714
|
+
export type MutationGravity_DeleteViewArgs = {
|
|
179715
|
+
cloudId: Scalars['ID']['input'];
|
|
179716
|
+
viewId: Scalars['ID']['input'];
|
|
179717
|
+
};
|
|
179418
179718
|
export type MutationGravity_DiscardDraftArgs = {
|
|
179419
179719
|
cloudId: Scalars['ID']['input'];
|
|
179420
179720
|
input: GravityDiscardDraftInput;
|
|
@@ -180420,6 +180720,7 @@ export type MutationKitsune_UpdateSnippetArgs = {
|
|
|
180420
180720
|
insightId?: InputMaybe<Scalars['ID']['input']>;
|
|
180421
180721
|
};
|
|
180422
180722
|
export type MutationKitsune_UpdateSpaceArgs = {
|
|
180723
|
+
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
180423
180724
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
180424
180725
|
id: Scalars['ID']['input'];
|
|
180425
180726
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180512,6 +180813,9 @@ export type MutationLoom_SpaceCreateArgs = {
|
|
|
180512
180813
|
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
180513
180814
|
siteId: Scalars['ID']['input'];
|
|
180514
180815
|
};
|
|
180816
|
+
export type MutationLoom_UpdateMeetingOneClickActionStatusArgs = {
|
|
180817
|
+
input: LoomUpdateMeetingOneClickActionStatusInput;
|
|
180818
|
+
};
|
|
180515
180819
|
export type MutationLoom_UpdateVideoPermissionsArgs = {
|
|
180516
180820
|
input: LoomUpdateVideoPermissionsInput;
|
|
180517
180821
|
};
|
|
@@ -181671,6 +181975,7 @@ export type MutationSubscribeToAppArgs = {
|
|
|
181671
181975
|
};
|
|
181672
181976
|
export type MutationTags_AssignLabelArgs = {
|
|
181673
181977
|
input: TagsAssignLabelInput;
|
|
181978
|
+
kind?: Scalars['String']['input'];
|
|
181674
181979
|
};
|
|
181675
181980
|
export type MutationTags_CreateAndAssignLabelArgs = {
|
|
181676
181981
|
input: TagsCreateAndAssignLabelInput;
|
|
@@ -181682,6 +181987,7 @@ export type MutationTags_CreateTagArgs = {
|
|
|
181682
181987
|
};
|
|
181683
181988
|
export type MutationTags_UnassignLabelArgs = {
|
|
181684
181989
|
entityAri: Scalars['String']['input'];
|
|
181990
|
+
kind?: Scalars['String']['input'];
|
|
181685
181991
|
labelId: Scalars['String']['input'];
|
|
181686
181992
|
orgId: Scalars['String']['input'];
|
|
181687
181993
|
};
|
|
@@ -188533,6 +188839,7 @@ export type Query = {
|
|
|
188533
188839
|
loom_meetingsSearch?: Maybe<LoomMeetings>;
|
|
188534
188840
|
loom_playlist?: Maybe<LoomPlaylist>;
|
|
188535
188841
|
loom_playlists?: Maybe<Array<Maybe<LoomPlaylist>>>;
|
|
188842
|
+
loom_recordedMeetings?: Maybe<LoomMeetingConnection>;
|
|
188536
188843
|
loom_settings?: Maybe<LoomSettings>;
|
|
188537
188844
|
loom_space?: Maybe<LoomSpace>;
|
|
188538
188845
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -188578,6 +188885,7 @@ export type Query = {
|
|
|
188578
188885
|
mercury_askActivityHistoryByIds?: Maybe<Array<Maybe<MercuryAskActivityHistory>>>;
|
|
188579
188886
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
188580
188887
|
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
188888
|
+
mercury_askCustomFields?: Maybe<Array<MercuryAskCustomFieldValuesByAsk>>;
|
|
188581
188889
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
188582
188890
|
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
188583
188891
|
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
@@ -190672,6 +190980,9 @@ export type QueryAssetsVertical_AssetTypesTrackingsArgs = {
|
|
|
190672
190980
|
cloudId: Scalars['ID']['input'];
|
|
190673
190981
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
190674
190982
|
objSchemaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190983
|
+
parentObjectTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190984
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
190985
|
+
sort?: InputMaybe<AssetsVerticalAssetTypesTrackingSortInput>;
|
|
190675
190986
|
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
190676
190987
|
};
|
|
190677
190988
|
export type QueryAssetsVertical_AsyncTaskArgs = {
|
|
@@ -192309,8 +192620,11 @@ export type QueryContentAnalyticsViewsByUserArgs = {
|
|
|
192309
192620
|
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
192310
192621
|
contentId: Scalars['ID']['input'];
|
|
192311
192622
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
192623
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
192312
192624
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192313
192625
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
192626
|
+
timezone?: InputMaybe<Scalars['String']['input']>;
|
|
192627
|
+
toDate?: InputMaybe<Scalars['String']['input']>;
|
|
192314
192628
|
};
|
|
192315
192629
|
export type QueryContentBodyArgs = {
|
|
192316
192630
|
id: Scalars['ID']['input'];
|
|
@@ -193582,6 +193896,7 @@ export type QueryGraphIntegration_ComponentDirectoryDimensionsArgs = {
|
|
|
193582
193896
|
};
|
|
193583
193897
|
export type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
193584
193898
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
193899
|
+
authTypes?: InputMaybe<Array<GraphIntegrationDirectoryAuthType>>;
|
|
193585
193900
|
cloudId: Scalars['ID']['input'];
|
|
193586
193901
|
dimensionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
193587
193902
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -210631,6 +210946,12 @@ export type QueryLoom_PlaylistArgs = {
|
|
|
210631
210946
|
export type QueryLoom_PlaylistsArgs = {
|
|
210632
210947
|
ids: Array<Scalars['ID']['input']>;
|
|
210633
210948
|
};
|
|
210949
|
+
export type QueryLoom_RecordedMeetingsArgs = {
|
|
210950
|
+
order?: InputMaybe<LoomSortDirection>;
|
|
210951
|
+
rangeEnd?: InputMaybe<Scalars['String']['input']>;
|
|
210952
|
+
rangeStart?: InputMaybe<Scalars['String']['input']>;
|
|
210953
|
+
siteId: Scalars['ID']['input'];
|
|
210954
|
+
};
|
|
210634
210955
|
export type QueryLoom_SettingsArgs = {
|
|
210635
210956
|
siteId: Scalars['ID']['input'];
|
|
210636
210957
|
};
|
|
@@ -210779,6 +211100,11 @@ export type QueryMercury_AskCustomFieldDefinitionsSearchArgs = {
|
|
|
210779
211100
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
210780
211101
|
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
210781
211102
|
};
|
|
211103
|
+
export type QueryMercury_AskCustomFieldsArgs = {
|
|
211104
|
+
askIds: Array<Scalars['ID']['input']>;
|
|
211105
|
+
cloudId: Scalars['ID']['input'];
|
|
211106
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
211107
|
+
};
|
|
210782
211108
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
210783
211109
|
ids: Array<Scalars['ID']['input']>;
|
|
210784
211110
|
};
|
|
@@ -212128,6 +212454,7 @@ export type QueryTags_GetAssignedLabelsArgs = {
|
|
|
212128
212454
|
};
|
|
212129
212455
|
export type QueryTags_GetLabelAssignmentsArgs = {
|
|
212130
212456
|
entityAri: Scalars['String']['input'];
|
|
212457
|
+
kind?: Scalars['String']['input'];
|
|
212131
212458
|
};
|
|
212132
212459
|
export type QueryTags_GetTagArgs = {
|
|
212133
212460
|
kind: Scalars['String']['input'];
|
|
@@ -233623,6 +233950,7 @@ export type TrelloInitializeVoiceCaptureSessionInput = {
|
|
|
233623
233950
|
export type TrelloInitializeVoiceCaptureSessionPayload = Payload & {
|
|
233624
233951
|
__typename?: 'TrelloInitializeVoiceCaptureSessionPayload';
|
|
233625
233952
|
errors?: Maybe<Array<MutationError>>;
|
|
233953
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
233626
233954
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
233627
233955
|
success: Scalars['Boolean']['output'];
|
|
233628
233956
|
};
|
|
@@ -237436,6 +237764,7 @@ export type TrelloVoiceCaptureSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
|
237436
237764
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
237437
237765
|
cards?: Maybe<TrelloVoiceCaptureSessionCardConnectionUpdated>;
|
|
237438
237766
|
errors?: Maybe<Array<TrelloVoiceCaptureSessionError>>;
|
|
237767
|
+
objectId: Scalars['ID']['output'];
|
|
237439
237768
|
sessionId: Scalars['ID']['output'];
|
|
237440
237769
|
transcript?: Maybe<Scalars['String']['output']>;
|
|
237441
237770
|
};
|