@forge/cli-shared 9.4.0-next.5 → 9.4.0-next.6
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 +6 -0
- package/out/graphql/graphql-types.d.ts +357 -33
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +48 -19
- package/out/service/statsig-service.d.ts +7 -0
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +26 -0
- package/out/ui/command-line-ui.d.ts +11 -2
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +62 -1
- package/out/ui/hint-rotation.d.ts +5 -0
- package/out/ui/hint-rotation.d.ts.map +1 -0
- package/out/ui/hint-rotation.js +27 -0
- package/out/ui/text.d.ts +8 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -2
- package/out/ui/ui.d.ts +2 -1
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14960,29 +14960,6 @@ export type AssetsObjectTypeAttributeValue = {
|
|
|
14960
14960
|
searchValue?: Maybe<Scalars['String']['output']>;
|
|
14961
14961
|
value?: Maybe<AssetsAttributeValue>;
|
|
14962
14962
|
};
|
|
14963
|
-
export type AssetsPeopleAttribute = AssetsObjectTypeAttribute & {
|
|
14964
|
-
__typename?: 'AssetsPeopleAttribute';
|
|
14965
|
-
disabledPermissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
14966
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
14967
|
-
id: Scalars['ID']['output'];
|
|
14968
|
-
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
14969
|
-
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
14970
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
14971
|
-
objectTypeId?: Maybe<Scalars['ID']['output']>;
|
|
14972
|
-
position?: Maybe<Scalars['Int']['output']>;
|
|
14973
|
-
};
|
|
14974
|
-
export type AssetsPeopleAttributeOnObject = AssetsAttributeOnObject & {
|
|
14975
|
-
__typename?: 'AssetsPeopleAttributeOnObject';
|
|
14976
|
-
attribute?: Maybe<AssetsPeopleAttribute>;
|
|
14977
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
14978
|
-
id: Scalars['ID']['output'];
|
|
14979
|
-
identityGroups?: Maybe<Array<AssetsIdentityGroup>>;
|
|
14980
|
-
name: Scalars['String']['output'];
|
|
14981
|
-
objectId?: Maybe<Scalars['ID']['output']>;
|
|
14982
|
-
schemaId?: Maybe<Scalars['ID']['output']>;
|
|
14983
|
-
value?: Maybe<Array<AssetsPeopleAttributeValue>>;
|
|
14984
|
-
};
|
|
14985
|
-
export type AssetsPeopleAttributeValue = AppUser | AtlassianAccountUser | CustomerUser | IdentityGroup | TeamV2;
|
|
14986
14963
|
export type AssetsPrimitiveAttributeValue = {
|
|
14987
14964
|
__typename?: 'AssetsPrimitiveAttributeValue';
|
|
14988
14965
|
value: Scalars['String']['output'];
|
|
@@ -15172,7 +15149,6 @@ export type AssetsTextAttribute = AssetsObjectTypeAttribute & {
|
|
|
15172
15149
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
15173
15150
|
id: Scalars['ID']['output'];
|
|
15174
15151
|
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
15175
|
-
isLabel?: Maybe<Scalars['Boolean']['output']>;
|
|
15176
15152
|
maximumCardinality?: Maybe<Scalars['Int']['output']>;
|
|
15177
15153
|
name?: Maybe<Scalars['String']['output']>;
|
|
15178
15154
|
objectTypeId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -20790,6 +20766,7 @@ export type CloudifyAnalysisId = {
|
|
|
20790
20766
|
export type CloudifyAnalysisPart = {
|
|
20791
20767
|
__typename?: 'CloudifyAnalysisPart';
|
|
20792
20768
|
analysisResult: CloudifyAnalysisResult;
|
|
20769
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
20793
20770
|
finishedAt: Scalars['String']['output'];
|
|
20794
20771
|
serviceKey: Scalars['String']['output'];
|
|
20795
20772
|
startedAt: Scalars['String']['output'];
|
|
@@ -20900,9 +20877,7 @@ export type CloudifyProjectAri = {
|
|
|
20900
20877
|
};
|
|
20901
20878
|
export type CloudifyRawCustomizationRecommendation = {
|
|
20902
20879
|
__typename?: 'CloudifyRawCustomizationRecommendation';
|
|
20903
|
-
analysisType: CloudifyAnalysisType;
|
|
20904
20880
|
content: Scalars['String']['output'];
|
|
20905
|
-
customizationId: Scalars['String']['output'];
|
|
20906
20881
|
id: Scalars['ID']['output'];
|
|
20907
20882
|
type: CloudifyRawCustomizationRecommendationType;
|
|
20908
20883
|
};
|
|
@@ -23191,7 +23166,7 @@ export declare enum CommerceExpDurationInterval {
|
|
|
23191
23166
|
Month = "MONTH",
|
|
23192
23167
|
Year = "YEAR"
|
|
23193
23168
|
}
|
|
23194
|
-
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod;
|
|
23169
|
+
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod | CommerceExpWalletPaymentMethod;
|
|
23195
23170
|
export type CommerceExpEffectiveTime = {
|
|
23196
23171
|
__typename?: 'CommerceExpEffectiveTime';
|
|
23197
23172
|
endsAt?: Maybe<CommerceExpEndsAt>;
|
|
@@ -25412,6 +25387,30 @@ export declare enum CommerceExpVersionChangeEntityEnum {
|
|
|
25412
25387
|
PaymentMethodUpdated = "PAYMENT_METHOD_UPDATED",
|
|
25413
25388
|
ShipToUpdated = "SHIP_TO_UPDATED"
|
|
25414
25389
|
}
|
|
25390
|
+
export type CommerceExpWalletInfo = {
|
|
25391
|
+
__typename?: 'CommerceExpWalletInfo';
|
|
25392
|
+
sourceId?: Maybe<Scalars['String']['output']>;
|
|
25393
|
+
valid?: Maybe<Scalars['Boolean']['output']>;
|
|
25394
|
+
};
|
|
25395
|
+
export type CommerceExpWalletPaymentMethod = CommerceExpPaymentMethod & {
|
|
25396
|
+
__typename?: 'CommerceExpWalletPaymentMethod';
|
|
25397
|
+
ari: Scalars['ID']['output'];
|
|
25398
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
25399
|
+
default?: Maybe<Scalars['Boolean']['output']>;
|
|
25400
|
+
entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
|
|
25401
|
+
id: Scalars['ID']['output'];
|
|
25402
|
+
invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
|
|
25403
|
+
paginatedEntitlements?: Maybe<CommerceExpCcpEntitlementConnection>;
|
|
25404
|
+
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
25405
|
+
type?: Maybe<CommerceExpPaymentMethodType>;
|
|
25406
|
+
wallet?: Maybe<CommerceExpWalletInfo>;
|
|
25407
|
+
};
|
|
25408
|
+
export type CommerceExpWalletPaymentMethodPaginatedEntitlementsArgs = {
|
|
25409
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25410
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
25411
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25412
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
25413
|
+
};
|
|
25415
25414
|
export type CommerceExperienceCapability = {
|
|
25416
25415
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
25417
25416
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -38628,6 +38627,7 @@ export type ContentCommentsArgs = {
|
|
|
38628
38627
|
};
|
|
38629
38628
|
export type ContentContentAnalyticsViewsByUserArgs = {
|
|
38630
38629
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
38630
|
+
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
38631
38631
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
38632
38632
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38633
38633
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -44918,6 +44918,7 @@ export type DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload = Pay
|
|
|
44918
44918
|
export type DevAiAutodevNextCreateWorkstreamInput = {
|
|
44919
44919
|
cloudId: Scalars['ID']['input'];
|
|
44920
44920
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
44921
|
+
loopType?: InputMaybe<Scalars['String']['input']>;
|
|
44921
44922
|
members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
|
|
44922
44923
|
name: Scalars['String']['input'];
|
|
44923
44924
|
projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
|
|
@@ -45304,6 +45305,7 @@ export type DevAiAutodevNextWorkstream = {
|
|
|
45304
45305
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
45305
45306
|
id: Scalars['ID']['output'];
|
|
45306
45307
|
lastSweep?: Maybe<DevAiAutodevNextWorkstreamLastSweep>;
|
|
45308
|
+
loopType?: Maybe<Scalars['String']['output']>;
|
|
45307
45309
|
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
45308
45310
|
name?: Maybe<Scalars['String']['output']>;
|
|
45309
45311
|
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
@@ -49935,6 +49937,11 @@ export type ExternalCall = {
|
|
|
49935
49937
|
outcome?: Maybe<Scalars['String']['output']>;
|
|
49936
49938
|
type?: Maybe<Scalars['String']['output']>;
|
|
49937
49939
|
};
|
|
49940
|
+
export type ExternalCallOutcome = {
|
|
49941
|
+
__typename?: 'ExternalCallOutcome';
|
|
49942
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
49943
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
49944
|
+
};
|
|
49938
49945
|
export type ExternalCampaign = Node & {
|
|
49939
49946
|
__typename?: 'ExternalCampaign';
|
|
49940
49947
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -51493,6 +51500,24 @@ export type ExternalTrack = {
|
|
|
51493
51500
|
locale?: Maybe<Scalars['String']['output']>;
|
|
51494
51501
|
name?: Maybe<Scalars['String']['output']>;
|
|
51495
51502
|
};
|
|
51503
|
+
export type ExternalTracker = {
|
|
51504
|
+
__typename?: 'ExternalTracker';
|
|
51505
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51506
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
51507
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51508
|
+
phrases?: Maybe<Array<Maybe<ExternalTrackerPhrase>>>;
|
|
51509
|
+
};
|
|
51510
|
+
export type ExternalTrackerOccurrence = {
|
|
51511
|
+
__typename?: 'ExternalTrackerOccurrence';
|
|
51512
|
+
speaker?: Maybe<ExternalUser>;
|
|
51513
|
+
startTime?: Maybe<Scalars['Long']['output']>;
|
|
51514
|
+
};
|
|
51515
|
+
export type ExternalTrackerPhrase = {
|
|
51516
|
+
__typename?: 'ExternalTrackerPhrase';
|
|
51517
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51518
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51519
|
+
phrase?: Maybe<Scalars['String']['output']>;
|
|
51520
|
+
};
|
|
51496
51521
|
export type ExternalUser = {
|
|
51497
51522
|
__typename?: 'ExternalUser';
|
|
51498
51523
|
linkedUsers?: Maybe<GraphStoreSimplifiedUserLinkedThirdPartyUserInverseConnection>;
|
|
@@ -51510,6 +51535,7 @@ export type ExternalUserLinkedUsersArgs = {
|
|
|
51510
51535
|
export type ExternalVideo = Node & {
|
|
51511
51536
|
__typename?: 'ExternalVideo';
|
|
51512
51537
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
51538
|
+
callOutcome?: Maybe<ExternalCallOutcome>;
|
|
51513
51539
|
chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
|
|
51514
51540
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
51515
51541
|
container?: Maybe<ExternalEntity>;
|
|
@@ -51524,6 +51550,7 @@ export type ExternalVideo = Node & {
|
|
|
51524
51550
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
51525
51551
|
height?: Maybe<Scalars['Long']['output']>;
|
|
51526
51552
|
id: Scalars['ID']['output'];
|
|
51553
|
+
keyPoints?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
51527
51554
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
51528
51555
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
51529
51556
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
@@ -51534,6 +51561,7 @@ export type ExternalVideo = Node & {
|
|
|
51534
51561
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
51535
51562
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
51536
51563
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
51564
|
+
trackers?: Maybe<Array<Maybe<ExternalTracker>>>;
|
|
51537
51565
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
51538
51566
|
url?: Maybe<Scalars['String']['output']>;
|
|
51539
51567
|
videoType?: Maybe<Scalars['String']['output']>;
|
|
@@ -118376,10 +118404,12 @@ export type GravityUpdateDraftContentInput = {
|
|
|
118376
118404
|
};
|
|
118377
118405
|
export type GravityUpsertActionInput = {
|
|
118378
118406
|
draftId: Scalars['String']['input'];
|
|
118407
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
118379
118408
|
kind: Scalars['String']['input'];
|
|
118380
118409
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
118381
118410
|
payload?: InputMaybe<Scalars['String']['input']>;
|
|
118382
118411
|
rationale?: InputMaybe<Scalars['String']['input']>;
|
|
118412
|
+
status?: InputMaybe<GravityActionStatus>;
|
|
118383
118413
|
targetRef: Scalars['String']['input'];
|
|
118384
118414
|
};
|
|
118385
118415
|
export type GravityView = {
|
|
@@ -119871,6 +119901,7 @@ export type HelpCenterBranding = {
|
|
|
119871
119901
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
119872
119902
|
cornerRadius?: Maybe<Scalars['Int']['output']>;
|
|
119873
119903
|
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
119904
|
+
helpCenterIcon?: Maybe<Scalars['String']['output']>;
|
|
119874
119905
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
119875
119906
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
119876
119907
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -119900,6 +119931,7 @@ export type HelpCenterBrandingInput = {
|
|
|
119900
119931
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
119901
119932
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
119902
119933
|
cornerRadius?: InputMaybe<Scalars['Int']['input']>;
|
|
119934
|
+
helpCenterIcon?: InputMaybe<Scalars['String']['input']>;
|
|
119903
119935
|
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
119904
119936
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
119905
119937
|
navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
|
|
@@ -120628,6 +120660,7 @@ export type HelpCenterQueryApiHelpCentersListArgs = {
|
|
|
120628
120660
|
};
|
|
120629
120661
|
export type HelpCenterQueryApiHubMediaConfigArgs = {
|
|
120630
120662
|
ari: Scalars['ID']['input'];
|
|
120663
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
120631
120664
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
120632
120665
|
};
|
|
120633
120666
|
export type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
@@ -121712,6 +121745,7 @@ export declare enum HelpObjectStoreEntityTypes {
|
|
|
121712
121745
|
RequestTypes = "REQUEST_TYPES"
|
|
121713
121746
|
}
|
|
121714
121747
|
export type HelpObjectStoreFilter = {
|
|
121748
|
+
entityIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121715
121749
|
parentId?: InputMaybe<Scalars['String']['input']>;
|
|
121716
121750
|
subEntityTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121717
121751
|
};
|
|
@@ -156536,6 +156570,8 @@ export declare enum KitsuneJobStatus {
|
|
|
156536
156570
|
Pending = "PENDING"
|
|
156537
156571
|
}
|
|
156538
156572
|
export declare enum KitsuneJobType {
|
|
156573
|
+
BackfillAutoTagging = "BACKFILL_AUTO_TAGGING",
|
|
156574
|
+
DeleteFeedback = "DELETE_FEEDBACK",
|
|
156539
156575
|
DeleteSpace = "DELETE_SPACE",
|
|
156540
156576
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
156541
156577
|
ImportCustomer = "IMPORT_CUSTOMER",
|
|
@@ -156545,7 +156581,8 @@ export declare enum KitsuneJobType {
|
|
|
156545
156581
|
ResyncFeedback = "RESYNC_FEEDBACK",
|
|
156546
156582
|
ResyncInsights = "RESYNC_INSIGHTS",
|
|
156547
156583
|
SyncCsmProperties = "SYNC_CSM_PROPERTIES",
|
|
156548
|
-
SyncCustomer = "SYNC_CUSTOMER"
|
|
156584
|
+
SyncCustomer = "SYNC_CUSTOMER",
|
|
156585
|
+
UpdateFeedback = "UPDATE_FEEDBACK"
|
|
156549
156586
|
}
|
|
156550
156587
|
export declare enum KitsuneLogicalOperator {
|
|
156551
156588
|
And = "AND",
|
|
@@ -157721,10 +157758,13 @@ export type KnowledgeDiscoveryIntent = {
|
|
|
157721
157758
|
export type KnowledgeDiscoveryIntentDetectionMetadata = {
|
|
157722
157759
|
__typename?: 'KnowledgeDiscoveryIntentDetectionMetadata';
|
|
157723
157760
|
cacheHit?: Maybe<Scalars['Boolean']['output']>;
|
|
157761
|
+
elsTraceId?: Maybe<Scalars['String']['output']>;
|
|
157724
157762
|
entityMetadata?: Maybe<Array<KnowledgeDiscoveryEntityMetadata>>;
|
|
157725
157763
|
latencyMs?: Maybe<Scalars['Int']['output']>;
|
|
157726
157764
|
method: Scalars['String']['output'];
|
|
157727
157765
|
model?: Maybe<Scalars['String']['output']>;
|
|
157766
|
+
originalIntent?: Maybe<KnowledgeDiscoveryQueryClassification>;
|
|
157767
|
+
prefilterEntities?: Maybe<Array<KnowledgeDiscoveryPrefilterEntityData>>;
|
|
157728
157768
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
157729
157769
|
};
|
|
157730
157770
|
export type KnowledgeDiscoveryIntentDetectionResult = KnowledgeDiscoveryIntentDetectionSuccess | QueryError;
|
|
@@ -157949,6 +157989,15 @@ export type KnowledgeDiscoveryPopularSearchQuery = {
|
|
|
157949
157989
|
isPopular: Scalars['Boolean']['output'];
|
|
157950
157990
|
};
|
|
157951
157991
|
export type KnowledgeDiscoveryPopularSearchQueryResult = KnowledgeDiscoveryPopularSearchQuery | QueryError;
|
|
157992
|
+
export type KnowledgeDiscoveryPrefilterEntityData = {
|
|
157993
|
+
__typename?: 'KnowledgeDiscoveryPrefilterEntityData';
|
|
157994
|
+
clarificationLevel?: Maybe<Scalars['Int']['output']>;
|
|
157995
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
157996
|
+
entityType: Scalars['String']['output'];
|
|
157997
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
157998
|
+
mention?: Maybe<Scalars['String']['output']>;
|
|
157999
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
158000
|
+
};
|
|
157952
158001
|
export declare enum KnowledgeDiscoveryProduct {
|
|
157953
158002
|
Confluence = "CONFLUENCE",
|
|
157954
158003
|
Google = "GOOGLE",
|
|
@@ -159138,6 +159187,7 @@ export type LoomMeeting = Node & {
|
|
|
159138
159187
|
id: Scalars['ID']['output'];
|
|
159139
159188
|
inviteeAris?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
159140
159189
|
invitees?: Maybe<Array<Maybe<User>>>;
|
|
159190
|
+
oneClickActions?: Maybe<Array<Maybe<LoomMeetingOneClickAction>>>;
|
|
159141
159191
|
recorder?: Maybe<User>;
|
|
159142
159192
|
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
159143
159193
|
recurrenceAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -159163,6 +159213,32 @@ export type LoomMeetingEdge = {
|
|
|
159163
159213
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
159164
159214
|
node?: Maybe<LoomMeeting>;
|
|
159165
159215
|
};
|
|
159216
|
+
export type LoomMeetingOneClickAction = {
|
|
159217
|
+
__typename?: 'LoomMeetingOneClickAction';
|
|
159218
|
+
action?: Maybe<Scalars['String']['output']>;
|
|
159219
|
+
confluenceContentType?: Maybe<LoomMeetingOneClickActionConfluenceContentType>;
|
|
159220
|
+
id: Scalars['ID']['output'];
|
|
159221
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
159222
|
+
status?: Maybe<LoomMeetingOneClickActionStatus>;
|
|
159223
|
+
timestampSeconds?: Maybe<Scalars['Int']['output']>;
|
|
159224
|
+
type?: Maybe<LoomMeetingOneClickActionType>;
|
|
159225
|
+
};
|
|
159226
|
+
export declare enum LoomMeetingOneClickActionConfluenceContentType {
|
|
159227
|
+
Database = "DATABASE",
|
|
159228
|
+
LiveDoc = "LIVE_DOC",
|
|
159229
|
+
Slides = "SLIDES",
|
|
159230
|
+
Whiteboard = "WHITEBOARD"
|
|
159231
|
+
}
|
|
159232
|
+
export declare enum LoomMeetingOneClickActionStatus {
|
|
159233
|
+
Accepted = "ACCEPTED",
|
|
159234
|
+
Dismissed = "DISMISSED",
|
|
159235
|
+
Pending = "PENDING"
|
|
159236
|
+
}
|
|
159237
|
+
export declare enum LoomMeetingOneClickActionType {
|
|
159238
|
+
Confluence = "CONFLUENCE",
|
|
159239
|
+
Jira = "JIRA",
|
|
159240
|
+
Message = "MESSAGE"
|
|
159241
|
+
}
|
|
159166
159242
|
export type LoomMeetingRecurrence = Node & {
|
|
159167
159243
|
__typename?: 'LoomMeetingRecurrence';
|
|
159168
159244
|
id: Scalars['ID']['output'];
|
|
@@ -159289,6 +159365,7 @@ export type LoomS3UploadInfo = {
|
|
|
159289
159365
|
export type LoomSettings = {
|
|
159290
159366
|
__typename?: 'LoomSettings';
|
|
159291
159367
|
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159368
|
+
meetingNotesEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
159292
159369
|
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
159293
159370
|
meetingRecordingsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159294
159371
|
};
|
|
@@ -159438,6 +159515,20 @@ export type LoomUnauthenticatedUserPrimaryAuthType = {
|
|
|
159438
159515
|
hasActiveMemberships?: Maybe<Scalars['Boolean']['output']>;
|
|
159439
159516
|
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
159440
159517
|
};
|
|
159518
|
+
export declare enum LoomUpdateMeetingOneClickActionStatus {
|
|
159519
|
+
Accepted = "ACCEPTED",
|
|
159520
|
+
Dismissed = "DISMISSED"
|
|
159521
|
+
}
|
|
159522
|
+
export type LoomUpdateMeetingOneClickActionStatusInput = {
|
|
159523
|
+
id: Scalars['ID']['input'];
|
|
159524
|
+
siteId: Scalars['ID']['input'];
|
|
159525
|
+
status: LoomUpdateMeetingOneClickActionStatus;
|
|
159526
|
+
};
|
|
159527
|
+
export type LoomUpdateMeetingOneClickActionStatusPayload = {
|
|
159528
|
+
__typename?: 'LoomUpdateMeetingOneClickActionStatusPayload';
|
|
159529
|
+
oneClickAction?: Maybe<LoomMeetingOneClickAction>;
|
|
159530
|
+
success: Scalars['Boolean']['output'];
|
|
159531
|
+
};
|
|
159441
159532
|
export type LoomUpdateVideoPermissionsInput = {
|
|
159442
159533
|
id: Scalars['ID']['input'];
|
|
159443
159534
|
visibility: LoomVideoVisibility;
|
|
@@ -159489,6 +159580,7 @@ export type LoomVideo = Node & {
|
|
|
159489
159580
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
159490
159581
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
159491
159582
|
reactionCount?: Maybe<Scalars['Int']['output']>;
|
|
159583
|
+
shortSummary?: Maybe<Scalars['String']['output']>;
|
|
159492
159584
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
159493
159585
|
thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
|
|
159494
159586
|
transcript?: Maybe<LoomTranscript>;
|
|
@@ -160069,6 +160161,11 @@ export type MarketplaceConsoleAppInput = {
|
|
|
160069
160161
|
vendorLinks?: InputMaybe<MarketplaceConsoleAppVendorLinksInput>;
|
|
160070
160162
|
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
160071
160163
|
};
|
|
160164
|
+
export type MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse = {
|
|
160165
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse';
|
|
160166
|
+
eligibleSources: Array<MarketplaceConsoleAppPublishWizardPrefillSourceApp>;
|
|
160167
|
+
selfPriorAppKey?: Maybe<Scalars['String']['output']>;
|
|
160168
|
+
};
|
|
160072
160169
|
export type MarketplaceConsoleAppPublishWizardCheckResult = {
|
|
160073
160170
|
__typename?: 'MarketplaceConsoleAppPublishWizardCheckResult';
|
|
160074
160171
|
checkerName: Scalars['String']['output'];
|
|
@@ -160160,6 +160257,16 @@ export declare enum MarketplaceConsoleAppPublishWizardFillStrategy {
|
|
|
160160
160257
|
Partial = "PARTIAL",
|
|
160161
160258
|
PreFilled = "PRE_FILLED"
|
|
160162
160259
|
}
|
|
160260
|
+
export type MarketplaceConsoleAppPublishWizardPrefillSourceApp = {
|
|
160261
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardPrefillSourceApp';
|
|
160262
|
+
appKey: Scalars['String']['output'];
|
|
160263
|
+
origin: MarketplaceConsoleAppPublishWizardPrefillSourceOrigin;
|
|
160264
|
+
submittedAt?: Maybe<Scalars['String']['output']>;
|
|
160265
|
+
};
|
|
160266
|
+
export declare enum MarketplaceConsoleAppPublishWizardPrefillSourceOrigin {
|
|
160267
|
+
Donut = "DONUT",
|
|
160268
|
+
Hermes = "HERMES"
|
|
160269
|
+
}
|
|
160163
160270
|
export type MarketplaceConsoleAppPublishWizardReadinessResponse = {
|
|
160164
160271
|
__typename?: 'MarketplaceConsoleAppPublishWizardReadinessResponse';
|
|
160165
160272
|
checks: Array<MarketplaceConsoleAppPublishWizardCheckResult>;
|
|
@@ -160258,6 +160365,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStatusResponse = {
|
|
|
160258
160365
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowStatusResponse';
|
|
160259
160366
|
aggregateStatus: Scalars['String']['output'];
|
|
160260
160367
|
currentStep?: Maybe<Scalars['String']['output']>;
|
|
160368
|
+
ecoHelpTicketId?: Maybe<Scalars['String']['output']>;
|
|
160261
160369
|
steps: Array<MarketplaceConsoleAppPublishWizardWorkflowStep>;
|
|
160262
160370
|
};
|
|
160263
160371
|
export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
@@ -160269,6 +160377,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
|
160269
160377
|
export type MarketplaceConsoleAppPublishWizardWorkflowSubCheck = {
|
|
160270
160378
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowSubCheck';
|
|
160271
160379
|
message?: Maybe<Scalars['String']['output']>;
|
|
160380
|
+
moreDetails: Array<MarketplaceConsoleAppPublishWizardCheckerFieldDetail>;
|
|
160272
160381
|
name: Scalars['String']['output'];
|
|
160273
160382
|
tier: Scalars['String']['output'];
|
|
160274
160383
|
verdict: Scalars['String']['output'];
|
|
@@ -161862,6 +161971,7 @@ export type MarketplaceConsoleProgramInput = {
|
|
|
161862
161971
|
export type MarketplaceConsoleQueryApi = {
|
|
161863
161972
|
__typename?: 'MarketplaceConsoleQueryApi';
|
|
161864
161973
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListingsTokens>;
|
|
161974
|
+
appPublishWizardAppSecurityPrefillOptions?: Maybe<MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse>;
|
|
161865
161975
|
appPublishWizardReadiness?: Maybe<MarketplaceConsoleAppPublishWizardReadinessResponse>;
|
|
161866
161976
|
appPublishWizardSession?: Maybe<MarketplaceConsoleAppPublishWizardSessionResponse>;
|
|
161867
161977
|
appPublishWizardWorkflowStatus?: Maybe<MarketplaceConsoleAppPublishWizardWorkflowStatusResponse>;
|
|
@@ -161901,6 +162011,12 @@ export type MarketplaceConsoleQueryApi = {
|
|
|
161901
162011
|
export type MarketplaceConsoleQueryApiAppPrivateListingsArgs = {
|
|
161902
162012
|
appSoftwareId: Scalars['ID']['input'];
|
|
161903
162013
|
};
|
|
162014
|
+
export type MarketplaceConsoleQueryApiAppPublishWizardAppSecurityPrefillOptionsArgs = {
|
|
162015
|
+
appKey: Scalars['String']['input'];
|
|
162016
|
+
appSoftwareId: Scalars['ID']['input'];
|
|
162017
|
+
buildNumber: Scalars['String']['input'];
|
|
162018
|
+
partnerId: Scalars['String']['input'];
|
|
162019
|
+
};
|
|
161904
162020
|
export type MarketplaceConsoleQueryApiAppPublishWizardReadinessArgs = {
|
|
161905
162021
|
appSoftwareId: Scalars['ID']['input'];
|
|
161906
162022
|
submissionId: Scalars['ID']['input'];
|
|
@@ -162039,6 +162155,7 @@ export type MarketplaceConsoleSourceCodeLicense = {
|
|
|
162039
162155
|
};
|
|
162040
162156
|
export type MarketplaceConsoleStartAppPublishWizardInput = {
|
|
162041
162157
|
appKey: Scalars['String']['input'];
|
|
162158
|
+
appSecuritySourceAppKey?: InputMaybe<Scalars['String']['input']>;
|
|
162042
162159
|
buildNumber: Scalars['String']['input'];
|
|
162043
162160
|
partnerId: Scalars['String']['input'];
|
|
162044
162161
|
};
|
|
@@ -164894,6 +165011,11 @@ export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionS
|
|
|
164894
165011
|
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
164895
165012
|
entityType: Scalars['String']['output'];
|
|
164896
165013
|
};
|
|
165014
|
+
export type MercuryAskCustomFieldValuesByAsk = {
|
|
165015
|
+
__typename?: 'MercuryAskCustomFieldValuesByAsk';
|
|
165016
|
+
askId: Scalars['ID']['output'];
|
|
165017
|
+
customFields: Array<MercuryCustomField>;
|
|
165018
|
+
};
|
|
164897
165019
|
export type MercuryAskEdge = {
|
|
164898
165020
|
__typename?: 'MercuryAskEdge';
|
|
164899
165021
|
cursor: Scalars['String']['output'];
|
|
@@ -165108,7 +165230,7 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
165108
165230
|
InProgress = "IN_PROGRESS",
|
|
165109
165231
|
Succeeded = "SUCCEEDED"
|
|
165110
165232
|
}
|
|
165111
|
-
export type MercuryBaselineRevision = {
|
|
165233
|
+
export type MercuryBaselineRevision = Node & {
|
|
165112
165234
|
__typename?: 'MercuryBaselineRevision';
|
|
165113
165235
|
createdBy?: Maybe<User>;
|
|
165114
165236
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -166314,6 +166436,20 @@ export type MercuryCreatePortfolioPayload = Payload & {
|
|
|
166314
166436
|
errors?: Maybe<Array<MutationError>>;
|
|
166315
166437
|
success: Scalars['Boolean']['output'];
|
|
166316
166438
|
};
|
|
166439
|
+
export type MercuryCreateRateCardInput = {
|
|
166440
|
+
attributeValues?: InputMaybe<Array<InputMaybe<MercuryRateCardAttributeValueInput>>>;
|
|
166441
|
+
cloudId: Scalars['ID']['input'];
|
|
166442
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
166443
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
166444
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
166445
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
166446
|
+
};
|
|
166447
|
+
export type MercuryCreateRateCardPayload = Payload & {
|
|
166448
|
+
__typename?: 'MercuryCreateRateCardPayload';
|
|
166449
|
+
createdRateCard?: Maybe<MercuryRateCard>;
|
|
166450
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166451
|
+
success: Scalars['Boolean']['output'];
|
|
166452
|
+
};
|
|
166317
166453
|
export type MercuryCreateRiskInput = {
|
|
166318
166454
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
166319
166455
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -166873,6 +167009,25 @@ export type MercuryDeletePreferencePayload = Payload & {
|
|
|
166873
167009
|
errors?: Maybe<Array<MutationError>>;
|
|
166874
167010
|
success: Scalars['Boolean']['output'];
|
|
166875
167011
|
};
|
|
167012
|
+
export type MercuryDeleteRateCardInput = {
|
|
167013
|
+
cloudId: Scalars['ID']['input'];
|
|
167014
|
+
id: Scalars['ID']['input'];
|
|
167015
|
+
};
|
|
167016
|
+
export type MercuryDeleteRateCardPayload = Payload & {
|
|
167017
|
+
__typename?: 'MercuryDeleteRateCardPayload';
|
|
167018
|
+
deletedRateCard?: Maybe<MercuryRateCard>;
|
|
167019
|
+
errors?: Maybe<Array<MutationError>>;
|
|
167020
|
+
success: Scalars['Boolean']['output'];
|
|
167021
|
+
};
|
|
167022
|
+
export type MercuryDeleteRateCardsInput = {
|
|
167023
|
+
cloudId: Scalars['ID']['input'];
|
|
167024
|
+
ids: Array<Scalars['ID']['input']>;
|
|
167025
|
+
};
|
|
167026
|
+
export type MercuryDeleteRateCardsPayload = Payload & {
|
|
167027
|
+
__typename?: 'MercuryDeleteRateCardsPayload';
|
|
167028
|
+
errors?: Maybe<Array<MutationError>>;
|
|
167029
|
+
success: Scalars['Boolean']['output'];
|
|
167030
|
+
};
|
|
166876
167031
|
export type MercuryDeleteRiskInput = {
|
|
166877
167032
|
id: Scalars['ID']['input'];
|
|
166878
167033
|
};
|
|
@@ -167705,6 +167860,7 @@ export declare enum MercuryFocusAreaSortField {
|
|
|
167705
167860
|
Ranking = "RANKING",
|
|
167706
167861
|
Spend = "SPEND",
|
|
167707
167862
|
Starred = "STARRED",
|
|
167863
|
+
StartDate = "START_DATE",
|
|
167708
167864
|
Status = "STATUS",
|
|
167709
167865
|
TargetDate = "TARGET_DATE",
|
|
167710
167866
|
Watching = "WATCHING"
|
|
@@ -167925,6 +168081,7 @@ export type MercuryFundsMutationApi = {
|
|
|
167925
168081
|
createFiscalCalendarConfiguration?: Maybe<MercuryCreateFiscalCalendarConfigurationPayload>;
|
|
167926
168082
|
createFocusAreaBudget?: Maybe<MercuryCreateFocusAreaBudgetPayload>;
|
|
167927
168083
|
createInvestmentCategory?: Maybe<MercuryCreateInvestmentCategoryPayload>;
|
|
168084
|
+
createRateCard?: Maybe<MercuryCreateRateCardPayload>;
|
|
167928
168085
|
deleteBenefitItem?: Maybe<MercuryDeleteBenefitItemPayload>;
|
|
167929
168086
|
deleteBenefitPeriodValue?: Maybe<MercuryDeleteBenefitPeriodValuePayload>;
|
|
167930
168087
|
deleteBenefitType?: Maybe<MercuryDeleteBenefitTypePayload>;
|
|
@@ -167933,6 +168090,9 @@ export type MercuryFundsMutationApi = {
|
|
|
167933
168090
|
deleteCostSubtype?: Maybe<MercuryDeleteCostSubtypePayload>;
|
|
167934
168091
|
deleteFocusAreaBudget?: Maybe<MercuryDeleteFocusAreaBudgetPayload>;
|
|
167935
168092
|
deleteInvestmentCategory?: Maybe<MercuryDeleteInvestmentCategoryPayload>;
|
|
168093
|
+
deleteRateCard?: Maybe<MercuryDeleteRateCardPayload>;
|
|
168094
|
+
deleteRateCards?: Maybe<MercuryDeleteRateCardsPayload>;
|
|
168095
|
+
rerankRateCardAttributes?: Maybe<MercuryRerankRateCardAttributesPayload>;
|
|
167936
168096
|
setBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167937
168097
|
setBenefitBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167938
168098
|
setBenefitBaselineAndDescendants?: Maybe<MercurySetBaselineAndDescendantsPayload>;
|
|
@@ -167956,6 +168116,8 @@ export type MercuryFundsMutationApi = {
|
|
|
167956
168116
|
updateCostSubtypeName?: Maybe<MercuryUpdateCostSubtypePayload>;
|
|
167957
168117
|
updateFocusAreaBudgetAmount?: Maybe<MercuryUpdateFocusAreaBudgetPayload>;
|
|
167958
168118
|
updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
|
|
168119
|
+
updateRateCard?: Maybe<MercuryUpdateRateCardPayload>;
|
|
168120
|
+
updateRateCardConfigurationRatePeriod?: Maybe<MercuryUpdateRateCardConfigurationPayload>;
|
|
167959
168121
|
};
|
|
167960
168122
|
export type MercuryFundsMutationApiCreateBenefitItemArgs = {
|
|
167961
168123
|
input: MercuryCreateBenefitItemInput;
|
|
@@ -167984,6 +168146,9 @@ export type MercuryFundsMutationApiCreateFocusAreaBudgetArgs = {
|
|
|
167984
168146
|
export type MercuryFundsMutationApiCreateInvestmentCategoryArgs = {
|
|
167985
168147
|
input: MercuryCreateInvestmentCategoryInput;
|
|
167986
168148
|
};
|
|
168149
|
+
export type MercuryFundsMutationApiCreateRateCardArgs = {
|
|
168150
|
+
input: MercuryCreateRateCardInput;
|
|
168151
|
+
};
|
|
167987
168152
|
export type MercuryFundsMutationApiDeleteBenefitItemArgs = {
|
|
167988
168153
|
input: MercuryDeleteBenefitItemInput;
|
|
167989
168154
|
};
|
|
@@ -168008,6 +168173,15 @@ export type MercuryFundsMutationApiDeleteFocusAreaBudgetArgs = {
|
|
|
168008
168173
|
export type MercuryFundsMutationApiDeleteInvestmentCategoryArgs = {
|
|
168009
168174
|
input: MercuryDeleteInvestmentCategoryInput;
|
|
168010
168175
|
};
|
|
168176
|
+
export type MercuryFundsMutationApiDeleteRateCardArgs = {
|
|
168177
|
+
input: MercuryDeleteRateCardInput;
|
|
168178
|
+
};
|
|
168179
|
+
export type MercuryFundsMutationApiDeleteRateCardsArgs = {
|
|
168180
|
+
input: MercuryDeleteRateCardsInput;
|
|
168181
|
+
};
|
|
168182
|
+
export type MercuryFundsMutationApiRerankRateCardAttributesArgs = {
|
|
168183
|
+
input: MercuryRerankRateCardAttributesInput;
|
|
168184
|
+
};
|
|
168011
168185
|
export type MercuryFundsMutationApiSetBaselineArgs = {
|
|
168012
168186
|
input: MercurySetBaselineInput;
|
|
168013
168187
|
};
|
|
@@ -168077,6 +168251,12 @@ export type MercuryFundsMutationApiUpdateFocusAreaBudgetAmountArgs = {
|
|
|
168077
168251
|
export type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
168078
168252
|
input: MercuryUpdateInvestmentCategoryNameInput;
|
|
168079
168253
|
};
|
|
168254
|
+
export type MercuryFundsMutationApiUpdateRateCardArgs = {
|
|
168255
|
+
input: MercuryUpdateRateCardInput;
|
|
168256
|
+
};
|
|
168257
|
+
export type MercuryFundsMutationApiUpdateRateCardConfigurationRatePeriodArgs = {
|
|
168258
|
+
input: MercuryUpdateRateCardConfigurationRatePeriodInput;
|
|
168259
|
+
};
|
|
168080
168260
|
export declare enum MercuryFundsPermission {
|
|
168081
168261
|
EditBaseline = "EDIT_BASELINE",
|
|
168082
168262
|
EditBudget = "EDIT_BUDGET",
|
|
@@ -168088,6 +168268,7 @@ export type MercuryFundsQueryApi = {
|
|
|
168088
168268
|
__typename?: 'MercuryFundsQueryApi';
|
|
168089
168269
|
activeCurrency: MercuryCurrency;
|
|
168090
168270
|
activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
168271
|
+
baselineRevisions?: Maybe<Array<Maybe<MercuryBaselineRevision>>>;
|
|
168091
168272
|
benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
|
|
168092
168273
|
benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
|
|
168093
168274
|
benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
|
|
@@ -168119,6 +168300,10 @@ export type MercuryFundsQueryApi = {
|
|
|
168119
168300
|
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
168120
168301
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
168121
168302
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
168303
|
+
rateCardAttributeTypes?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168304
|
+
rateCardAttributeTypesByIds?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168305
|
+
rateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
168306
|
+
rateCardsSearch?: Maybe<MercuryRateCardConnection>;
|
|
168122
168307
|
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
168123
168308
|
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
168124
168309
|
setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
@@ -168132,6 +168317,9 @@ export type MercuryFundsQueryApiActiveCurrencyArgs = {
|
|
|
168132
168317
|
export type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
|
|
168133
168318
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
168134
168319
|
};
|
|
168320
|
+
export type MercuryFundsQueryApiBaselineRevisionsArgs = {
|
|
168321
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168322
|
+
};
|
|
168135
168323
|
export type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
|
|
168136
168324
|
ids: Array<Scalars['ID']['input']>;
|
|
168137
168325
|
};
|
|
@@ -168263,6 +168451,22 @@ export type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
|
|
|
168263
168451
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
168264
168452
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
|
|
168265
168453
|
};
|
|
168454
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesArgs = {
|
|
168455
|
+
cloudId: Scalars['ID']['input'];
|
|
168456
|
+
};
|
|
168457
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesByIdsArgs = {
|
|
168458
|
+
cloudId: Scalars['ID']['input'];
|
|
168459
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168460
|
+
};
|
|
168461
|
+
export type MercuryFundsQueryApiRateCardConfigurationArgs = {
|
|
168462
|
+
cloudId: Scalars['ID']['input'];
|
|
168463
|
+
};
|
|
168464
|
+
export type MercuryFundsQueryApiRateCardsSearchArgs = {
|
|
168465
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
168466
|
+
cloudId: Scalars['ID']['input'];
|
|
168467
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168468
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
168469
|
+
};
|
|
168266
168470
|
export type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
|
|
168267
168471
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
168268
168472
|
cloudId: Scalars['ID']['input'];
|
|
@@ -170342,15 +170546,11 @@ export type MercuryPassionfruitContext = {
|
|
|
170342
170546
|
};
|
|
170343
170547
|
export declare enum MercuryPassionfruitPermission {
|
|
170344
170548
|
CreateAsk = "CREATE_ASK",
|
|
170345
|
-
CreatePlan = "CREATE_PLAN",
|
|
170346
170549
|
DeleteAsk = "DELETE_ASK",
|
|
170347
|
-
DeletePlan = "DELETE_PLAN",
|
|
170348
170550
|
EditAsk = "EDIT_ASK",
|
|
170349
|
-
EditPlan = "EDIT_PLAN",
|
|
170350
170551
|
Manage = "MANAGE",
|
|
170351
170552
|
Read = "READ",
|
|
170352
170553
|
ViewAsk = "VIEW_ASK",
|
|
170353
|
-
ViewPlan = "VIEW_PLAN",
|
|
170354
170554
|
Write = "WRITE"
|
|
170355
170555
|
}
|
|
170356
170556
|
export declare enum MercuryPermission {
|
|
@@ -171244,6 +171444,68 @@ export declare enum MercuryRankingGroupType {
|
|
|
171244
171444
|
Prioritized = "PRIORITIZED",
|
|
171245
171445
|
Unprioritized = "UNPRIORITIZED"
|
|
171246
171446
|
}
|
|
171447
|
+
export type MercuryRateCard = {
|
|
171448
|
+
__typename?: 'MercuryRateCard';
|
|
171449
|
+
attributeValues?: Maybe<Array<Maybe<MercuryRateCardAttributeValue>>>;
|
|
171450
|
+
effectiveStartDate?: Maybe<Scalars['Date']['output']>;
|
|
171451
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
171452
|
+
id: Scalars['ID']['output'];
|
|
171453
|
+
rate?: Maybe<MercuryMoney>;
|
|
171454
|
+
workingHoursPerWeek?: Maybe<Scalars['Int']['output']>;
|
|
171455
|
+
};
|
|
171456
|
+
export type MercuryRateCardAttribute = {
|
|
171457
|
+
__typename?: 'MercuryRateCardAttribute';
|
|
171458
|
+
attributeType?: Maybe<MercuryRateCardAttributeType>;
|
|
171459
|
+
id: Scalars['ID']['output'];
|
|
171460
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
171461
|
+
};
|
|
171462
|
+
export type MercuryRateCardAttributeType = {
|
|
171463
|
+
__typename?: 'MercuryRateCardAttributeType';
|
|
171464
|
+
displayName: Scalars['String']['output'];
|
|
171465
|
+
id: Scalars['ID']['output'];
|
|
171466
|
+
key: Scalars['String']['output'];
|
|
171467
|
+
order: Scalars['Int']['output'];
|
|
171468
|
+
};
|
|
171469
|
+
export type MercuryRateCardAttributeValue = MercuryRateCardOrganizationAttributeValue;
|
|
171470
|
+
export type MercuryRateCardAttributeValueInput = {
|
|
171471
|
+
attributeId: Scalars['ID']['input'];
|
|
171472
|
+
attributeValue?: InputMaybe<Scalars['String']['input']>;
|
|
171473
|
+
id: Scalars['ID']['input'];
|
|
171474
|
+
};
|
|
171475
|
+
export type MercuryRateCardAttributeValueInterface = {
|
|
171476
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171477
|
+
id: Scalars['ID']['output'];
|
|
171478
|
+
};
|
|
171479
|
+
export type MercuryRateCardConfiguration = {
|
|
171480
|
+
__typename?: 'MercuryRateCardConfiguration';
|
|
171481
|
+
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
171482
|
+
id: Scalars['ID']['output'];
|
|
171483
|
+
ratePeriod?: Maybe<MercuryRateCardRatePeriod>;
|
|
171484
|
+
};
|
|
171485
|
+
export type MercuryRateCardConnection = {
|
|
171486
|
+
__typename?: 'MercuryRateCardConnection';
|
|
171487
|
+
edges?: Maybe<Array<MercuryRateCardEdge>>;
|
|
171488
|
+
pageInfo: PageInfo;
|
|
171489
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
171490
|
+
};
|
|
171491
|
+
export type MercuryRateCardEdge = {
|
|
171492
|
+
__typename?: 'MercuryRateCardEdge';
|
|
171493
|
+
cursor: Scalars['String']['output'];
|
|
171494
|
+
node?: Maybe<MercuryRateCard>;
|
|
171495
|
+
};
|
|
171496
|
+
export type MercuryRateCardOrganizationAttributeValue = MercuryRateCardAttributeValueInterface & {
|
|
171497
|
+
__typename?: 'MercuryRateCardOrganizationAttributeValue';
|
|
171498
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171499
|
+
id: Scalars['ID']['output'];
|
|
171500
|
+
organization?: Maybe<MercuryOrganization>;
|
|
171501
|
+
};
|
|
171502
|
+
export type MercuryRateCardRatePeriod = {
|
|
171503
|
+
__typename?: 'MercuryRateCardRatePeriod';
|
|
171504
|
+
displayName: Scalars['String']['output'];
|
|
171505
|
+
id: Scalars['ID']['output'];
|
|
171506
|
+
key: Scalars['String']['output'];
|
|
171507
|
+
order: Scalars['Int']['output'];
|
|
171508
|
+
};
|
|
171247
171509
|
export type MercuryRecreateOrganizationViewOrganizationsInput = {
|
|
171248
171510
|
id: Scalars['ID']['input'];
|
|
171249
171511
|
organizationIds: Array<Scalars['ID']['input']>;
|
|
@@ -171468,6 +171730,18 @@ export type MercuryRerankFocusAreasPayload = Payload & {
|
|
|
171468
171730
|
focusAreas?: Maybe<Array<MercuryFocusArea>>;
|
|
171469
171731
|
success: Scalars['Boolean']['output'];
|
|
171470
171732
|
};
|
|
171733
|
+
export type MercuryRerankRateCardAttributesInput = {
|
|
171734
|
+
afterRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171735
|
+
beforeRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171736
|
+
cloudId: Scalars['ID']['input'];
|
|
171737
|
+
rateCardAttributeIds: Array<Scalars['ID']['input']>;
|
|
171738
|
+
};
|
|
171739
|
+
export type MercuryRerankRateCardAttributesPayload = Payload & {
|
|
171740
|
+
__typename?: 'MercuryRerankRateCardAttributesPayload';
|
|
171741
|
+
errors?: Maybe<Array<MutationError>>;
|
|
171742
|
+
rateCardAttributes?: Maybe<Array<MercuryRateCardAttribute>>;
|
|
171743
|
+
success: Scalars['Boolean']['output'];
|
|
171744
|
+
};
|
|
171471
171745
|
export type MercuryResolveProposedDateInput = {
|
|
171472
171746
|
askId: Scalars['ID']['input'];
|
|
171473
171747
|
};
|
|
@@ -173381,6 +173655,30 @@ export type MercuryUpdatePortfolioPayload = Payload & {
|
|
|
173381
173655
|
success: Scalars['Boolean']['output'];
|
|
173382
173656
|
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
173383
173657
|
};
|
|
173658
|
+
export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
173659
|
+
__typename?: 'MercuryUpdateRateCardConfigurationPayload';
|
|
173660
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173661
|
+
success: Scalars['Boolean']['output'];
|
|
173662
|
+
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
173663
|
+
};
|
|
173664
|
+
export type MercuryUpdateRateCardConfigurationRatePeriodInput = {
|
|
173665
|
+
cloudId: Scalars['ID']['input'];
|
|
173666
|
+
ratePeriodKey: Scalars['String']['input'];
|
|
173667
|
+
};
|
|
173668
|
+
export type MercuryUpdateRateCardInput = {
|
|
173669
|
+
cloudId: Scalars['ID']['input'];
|
|
173670
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
173671
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
173672
|
+
id: Scalars['ID']['input'];
|
|
173673
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
173674
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
173675
|
+
};
|
|
173676
|
+
export type MercuryUpdateRateCardPayload = Payload & {
|
|
173677
|
+
__typename?: 'MercuryUpdateRateCardPayload';
|
|
173678
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173679
|
+
success: Scalars['Boolean']['output'];
|
|
173680
|
+
updatedRateCard?: Maybe<MercuryRateCard>;
|
|
173681
|
+
};
|
|
173384
173682
|
export type MercuryUpdateRequestFundsChangeInput = {
|
|
173385
173683
|
amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
|
|
173386
173684
|
changeId: Scalars['ID']['input'];
|
|
@@ -175414,6 +175712,7 @@ export type Mutation = {
|
|
|
175414
175712
|
loom_recoverVideo?: Maybe<LoomRecoverVideoPayload>;
|
|
175415
175713
|
loom_shareVideo?: Maybe<LoomShareVideoPayload>;
|
|
175416
175714
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
175715
|
+
loom_updateMeetingOneClickActionStatus?: Maybe<LoomUpdateMeetingOneClickActionStatusPayload>;
|
|
175417
175716
|
loom_updateVideoPermissions?: Maybe<LoomUpdateVideoPermissionsPayload>;
|
|
175418
175717
|
loom_updateVideoTitle?: Maybe<LoomUpdateVideoTitlePayload>;
|
|
175419
175718
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
@@ -180472,6 +180771,7 @@ export type MutationKitsune_UpdateSnippetArgs = {
|
|
|
180472
180771
|
insightId?: InputMaybe<Scalars['ID']['input']>;
|
|
180473
180772
|
};
|
|
180474
180773
|
export type MutationKitsune_UpdateSpaceArgs = {
|
|
180774
|
+
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
180475
180775
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
180476
180776
|
id: Scalars['ID']['input'];
|
|
180477
180777
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180564,6 +180864,9 @@ export type MutationLoom_SpaceCreateArgs = {
|
|
|
180564
180864
|
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
180565
180865
|
siteId: Scalars['ID']['input'];
|
|
180566
180866
|
};
|
|
180867
|
+
export type MutationLoom_UpdateMeetingOneClickActionStatusArgs = {
|
|
180868
|
+
input: LoomUpdateMeetingOneClickActionStatusInput;
|
|
180869
|
+
};
|
|
180567
180870
|
export type MutationLoom_UpdateVideoPermissionsArgs = {
|
|
180568
180871
|
input: LoomUpdateVideoPermissionsInput;
|
|
180569
180872
|
};
|
|
@@ -181723,6 +182026,7 @@ export type MutationSubscribeToAppArgs = {
|
|
|
181723
182026
|
};
|
|
181724
182027
|
export type MutationTags_AssignLabelArgs = {
|
|
181725
182028
|
input: TagsAssignLabelInput;
|
|
182029
|
+
kind?: Scalars['String']['input'];
|
|
181726
182030
|
};
|
|
181727
182031
|
export type MutationTags_CreateAndAssignLabelArgs = {
|
|
181728
182032
|
input: TagsCreateAndAssignLabelInput;
|
|
@@ -181734,6 +182038,7 @@ export type MutationTags_CreateTagArgs = {
|
|
|
181734
182038
|
};
|
|
181735
182039
|
export type MutationTags_UnassignLabelArgs = {
|
|
181736
182040
|
entityAri: Scalars['String']['input'];
|
|
182041
|
+
kind?: Scalars['String']['input'];
|
|
181737
182042
|
labelId: Scalars['String']['input'];
|
|
181738
182043
|
orgId: Scalars['String']['input'];
|
|
181739
182044
|
};
|
|
@@ -188585,6 +188890,7 @@ export type Query = {
|
|
|
188585
188890
|
loom_meetingsSearch?: Maybe<LoomMeetings>;
|
|
188586
188891
|
loom_playlist?: Maybe<LoomPlaylist>;
|
|
188587
188892
|
loom_playlists?: Maybe<Array<Maybe<LoomPlaylist>>>;
|
|
188893
|
+
loom_recordedMeetings?: Maybe<LoomMeetingConnection>;
|
|
188588
188894
|
loom_settings?: Maybe<LoomSettings>;
|
|
188589
188895
|
loom_space?: Maybe<LoomSpace>;
|
|
188590
188896
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -188630,6 +188936,7 @@ export type Query = {
|
|
|
188630
188936
|
mercury_askActivityHistoryByIds?: Maybe<Array<Maybe<MercuryAskActivityHistory>>>;
|
|
188631
188937
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
188632
188938
|
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
188939
|
+
mercury_askCustomFields?: Maybe<Array<MercuryAskCustomFieldValuesByAsk>>;
|
|
188633
188940
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
188634
188941
|
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
188635
188942
|
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
@@ -192364,8 +192671,11 @@ export type QueryContentAnalyticsViewsByUserArgs = {
|
|
|
192364
192671
|
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
192365
192672
|
contentId: Scalars['ID']['input'];
|
|
192366
192673
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
192674
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
192367
192675
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192368
192676
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
192677
|
+
timezone?: InputMaybe<Scalars['String']['input']>;
|
|
192678
|
+
toDate?: InputMaybe<Scalars['String']['input']>;
|
|
192369
192679
|
};
|
|
192370
192680
|
export type QueryContentBodyArgs = {
|
|
192371
192681
|
id: Scalars['ID']['input'];
|
|
@@ -210687,6 +210997,12 @@ export type QueryLoom_PlaylistArgs = {
|
|
|
210687
210997
|
export type QueryLoom_PlaylistsArgs = {
|
|
210688
210998
|
ids: Array<Scalars['ID']['input']>;
|
|
210689
210999
|
};
|
|
211000
|
+
export type QueryLoom_RecordedMeetingsArgs = {
|
|
211001
|
+
order?: InputMaybe<LoomSortDirection>;
|
|
211002
|
+
rangeEnd?: InputMaybe<Scalars['String']['input']>;
|
|
211003
|
+
rangeStart?: InputMaybe<Scalars['String']['input']>;
|
|
211004
|
+
siteId: Scalars['ID']['input'];
|
|
211005
|
+
};
|
|
210690
211006
|
export type QueryLoom_SettingsArgs = {
|
|
210691
211007
|
siteId: Scalars['ID']['input'];
|
|
210692
211008
|
};
|
|
@@ -210835,6 +211151,11 @@ export type QueryMercury_AskCustomFieldDefinitionsSearchArgs = {
|
|
|
210835
211151
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
210836
211152
|
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
210837
211153
|
};
|
|
211154
|
+
export type QueryMercury_AskCustomFieldsArgs = {
|
|
211155
|
+
askIds: Array<Scalars['ID']['input']>;
|
|
211156
|
+
cloudId: Scalars['ID']['input'];
|
|
211157
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
211158
|
+
};
|
|
210838
211159
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
210839
211160
|
ids: Array<Scalars['ID']['input']>;
|
|
210840
211161
|
};
|
|
@@ -212184,6 +212505,7 @@ export type QueryTags_GetAssignedLabelsArgs = {
|
|
|
212184
212505
|
};
|
|
212185
212506
|
export type QueryTags_GetLabelAssignmentsArgs = {
|
|
212186
212507
|
entityAri: Scalars['String']['input'];
|
|
212508
|
+
kind?: Scalars['String']['input'];
|
|
212187
212509
|
};
|
|
212188
212510
|
export type QueryTags_GetTagArgs = {
|
|
212189
212511
|
kind: Scalars['String']['input'];
|
|
@@ -233679,6 +234001,7 @@ export type TrelloInitializeVoiceCaptureSessionInput = {
|
|
|
233679
234001
|
export type TrelloInitializeVoiceCaptureSessionPayload = Payload & {
|
|
233680
234002
|
__typename?: 'TrelloInitializeVoiceCaptureSessionPayload';
|
|
233681
234003
|
errors?: Maybe<Array<MutationError>>;
|
|
234004
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
233682
234005
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
233683
234006
|
success: Scalars['Boolean']['output'];
|
|
233684
234007
|
};
|
|
@@ -237492,6 +237815,7 @@ export type TrelloVoiceCaptureSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
|
237492
237815
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
237493
237816
|
cards?: Maybe<TrelloVoiceCaptureSessionCardConnectionUpdated>;
|
|
237494
237817
|
errors?: Maybe<Array<TrelloVoiceCaptureSessionError>>;
|
|
237818
|
+
objectId: Scalars['ID']['output'];
|
|
237495
237819
|
sessionId: Scalars['ID']['output'];
|
|
237496
237820
|
transcript?: Maybe<Scalars['String']['output']>;
|
|
237497
237821
|
};
|