@forge/cli-shared 6.0.2-next.1 → 6.0.2-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2855,6 +2855,7 @@ export declare enum CcpSubscriptionStatus {
|
|
|
2855
2855
|
Processing = "PROCESSING"
|
|
2856
2856
|
}
|
|
2857
2857
|
export declare enum CcpSupportedBillingSystems {
|
|
2858
|
+
BackOffice = "BACK_OFFICE",
|
|
2858
2859
|
Ccp = "CCP",
|
|
2859
2860
|
Hams = "HAMS",
|
|
2860
2861
|
Opsgenie = "OPSGENIE"
|
|
@@ -4084,12 +4085,14 @@ export declare type CompassComponentHasScorecardsAppliedEdgeActiveIssuesArgs = {
|
|
|
4084
4085
|
export declare type CompassComponentInstancePermissions = {
|
|
4085
4086
|
__typename?: 'CompassComponentInstancePermissions';
|
|
4086
4087
|
applyScorecard?: Maybe<CompassPermissionResult>;
|
|
4088
|
+
archive?: Maybe<CompassPermissionResult>;
|
|
4087
4089
|
connectEventSource?: Maybe<CompassPermissionResult>;
|
|
4088
4090
|
connectMetricSource?: Maybe<CompassPermissionResult>;
|
|
4089
4091
|
createAnnouncement?: Maybe<CompassPermissionResult>;
|
|
4090
4092
|
delete?: Maybe<CompassPermissionResult>;
|
|
4091
4093
|
edit?: Maybe<CompassPermissionResult>;
|
|
4092
4094
|
modifyAnnouncement?: Maybe<CompassPermissionResult>;
|
|
4095
|
+
publish?: Maybe<CompassPermissionResult>;
|
|
4093
4096
|
pushMetricValues?: Maybe<CompassPermissionResult>;
|
|
4094
4097
|
viewAnnouncement?: Maybe<CompassPermissionResult>;
|
|
4095
4098
|
};
|
|
@@ -17296,6 +17299,7 @@ export declare type DevAiGetSupportedReposArgs = {
|
|
|
17296
17299
|
};
|
|
17297
17300
|
export declare type DevAiAutodevLog = {
|
|
17298
17301
|
id: Scalars['ID']['output'];
|
|
17302
|
+
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17299
17303
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17300
17304
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17301
17305
|
};
|
|
@@ -17344,6 +17348,14 @@ export declare enum DevAiAutodevLogGroupStatus {
|
|
|
17344
17348
|
Failed = "FAILED",
|
|
17345
17349
|
InProgress = "IN_PROGRESS"
|
|
17346
17350
|
}
|
|
17351
|
+
export declare enum DevAiAutodevLogPhase {
|
|
17352
|
+
CodeGenerating = "CODE_GENERATING",
|
|
17353
|
+
CodeReview = "CODE_REVIEW",
|
|
17354
|
+
CodeReGenerating = "CODE_RE_GENERATING",
|
|
17355
|
+
PlanGenerating = "PLAN_GENERATING",
|
|
17356
|
+
PlanReview = "PLAN_REVIEW",
|
|
17357
|
+
PlanReGenerating = "PLAN_RE_GENERATING"
|
|
17358
|
+
}
|
|
17347
17359
|
export declare enum DevAiAutodevLogStatus {
|
|
17348
17360
|
Completed = "COMPLETED",
|
|
17349
17361
|
Failed = "FAILED",
|
|
@@ -17496,6 +17508,7 @@ export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
|
|
|
17496
17508
|
attributes?: Maybe<Scalars['JSON']['output']>;
|
|
17497
17509
|
id: Scalars['ID']['output'];
|
|
17498
17510
|
kind?: Maybe<Scalars['String']['output']>;
|
|
17511
|
+
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17499
17512
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17500
17513
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17501
17514
|
};
|
|
@@ -17531,6 +17544,7 @@ export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
|
17531
17544
|
__typename?: 'DevAiPlaintextAutodevLog';
|
|
17532
17545
|
id: Scalars['ID']['output'];
|
|
17533
17546
|
message?: Maybe<Scalars['String']['output']>;
|
|
17547
|
+
phase?: Maybe<DevAiAutodevLogPhase>;
|
|
17534
17548
|
status?: Maybe<DevAiAutodevLogStatus>;
|
|
17535
17549
|
timestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
17536
17550
|
};
|
|
@@ -36588,6 +36602,14 @@ export declare enum GrowthUnifiedProfileEnterpriseAccountStatus {
|
|
|
36588
36602
|
Platimun = "PLATIMUN",
|
|
36589
36603
|
Silver = "SILVER"
|
|
36590
36604
|
}
|
|
36605
|
+
export declare type GrowthUnifiedProfileEntitlement = {
|
|
36606
|
+
__typename?: 'GrowthUnifiedProfileEntitlement';
|
|
36607
|
+
d0Entitlement?: Maybe<Scalars['Boolean']['output']>;
|
|
36608
|
+
d1tod6Entitlement?: Maybe<Scalars['Boolean']['output']>;
|
|
36609
|
+
productEdition?: Maybe<Scalars['String']['output']>;
|
|
36610
|
+
productKey?: Maybe<Scalars['String']['output']>;
|
|
36611
|
+
productName?: Maybe<Scalars['String']['output']>;
|
|
36612
|
+
};
|
|
36591
36613
|
export declare enum GrowthUnifiedProfileEntityType {
|
|
36592
36614
|
AjsAnonymousUser = "AJS_ANONYMOUS_USER",
|
|
36593
36615
|
AtlassianAccount = "ATLASSIAN_ACCOUNT",
|
|
@@ -36685,11 +36707,21 @@ export declare type GrowthUnifiedProfileResult = {
|
|
|
36685
36707
|
onboardingContext?: Maybe<GrowthUnifiedProfileOnboardingContext>;
|
|
36686
36708
|
paidChannelContext?: Maybe<Array<Maybe<GrowthUnifiedProfilePaidChannelContext>>>;
|
|
36687
36709
|
seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
|
|
36710
|
+
sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
|
|
36688
36711
|
};
|
|
36689
36712
|
export declare type GrowthUnifiedProfileSeoContext = {
|
|
36690
36713
|
__typename?: 'GrowthUnifiedProfileSeoContext';
|
|
36691
36714
|
anchor?: Maybe<GrowthUnifiedProfileAnchor>;
|
|
36692
36715
|
};
|
|
36716
|
+
export declare type GrowthUnifiedProfileSiteDetails = {
|
|
36717
|
+
__typename?: 'GrowthUnifiedProfileSiteDetails';
|
|
36718
|
+
cloudId?: Maybe<Scalars['String']['output']>;
|
|
36719
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
36720
|
+
hasAdminAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
36721
|
+
products?: Maybe<Array<Maybe<GrowthUnifiedProfileEntitlement>>>;
|
|
36722
|
+
siteCreatedAt?: Maybe<Scalars['Int']['output']>;
|
|
36723
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
36724
|
+
};
|
|
36693
36725
|
export declare enum GrowthUnifiedProfileTeamType {
|
|
36694
36726
|
CustomerService = "CUSTOMER_SERVICE",
|
|
36695
36727
|
DataScience = "DATA_SCIENCE",
|
|
@@ -39988,6 +40020,7 @@ export declare type JiraAutodevJob = {
|
|
|
39988
40020
|
id: Scalars['ID']['output'];
|
|
39989
40021
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
39990
40022
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
40023
|
+
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
39991
40024
|
phase?: Maybe<JiraAutodevPhase>;
|
|
39992
40025
|
plan?: Maybe<JiraAutodevPlan>;
|
|
39993
40026
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
@@ -42602,7 +42635,9 @@ export declare type JiraFieldAssociationWithIssueTypes = JiraProjectFieldAssocia
|
|
|
42602
42635
|
__typename?: 'JiraFieldAssociationWithIssueTypes';
|
|
42603
42636
|
field?: Maybe<JiraField>;
|
|
42604
42637
|
fieldOperation?: Maybe<JiraFieldOperation>;
|
|
42638
|
+
hasMissingConfiguration?: Maybe<Scalars['Boolean']['output']>;
|
|
42605
42639
|
id: Scalars['ID']['output'];
|
|
42640
|
+
isFieldLocked?: Maybe<Scalars['Boolean']['output']>;
|
|
42606
42641
|
issueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
42607
42642
|
};
|
|
42608
42643
|
export declare type JiraFieldAssociationWithIssueTypesConnection = {
|
|
@@ -43393,6 +43428,7 @@ export declare type JiraGroupedListView = JiraSpreadsheetView & JiraView & Node
|
|
|
43393
43428
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
43394
43429
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
43395
43430
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
43431
|
+
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
43396
43432
|
};
|
|
43397
43433
|
export declare type JiraGroupedListViewFieldSetsArgs = {
|
|
43398
43434
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -44653,6 +44689,7 @@ export declare type JiraIssueSearchResultContentIssuesArgs = {
|
|
|
44653
44689
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
44654
44690
|
};
|
|
44655
44691
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
44692
|
+
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
44656
44693
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
44657
44694
|
};
|
|
44658
44695
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -44686,7 +44723,11 @@ export declare type JiraIssueSearchViewConfigInput = {
|
|
|
44686
44723
|
};
|
|
44687
44724
|
export declare type JiraIssueSearchViewConfigSettings = {
|
|
44688
44725
|
__typename?: 'JiraIssueSearchViewConfigSettings';
|
|
44726
|
+
canEnableGrouping?: Maybe<Scalars['Boolean']['output']>;
|
|
44689
44727
|
canEnableHierarchy?: Maybe<Scalars['Boolean']['output']>;
|
|
44728
|
+
groupByConfig?: Maybe<JiraSpreadsheetGroupByConfig>;
|
|
44729
|
+
hideDone?: Maybe<Scalars['Boolean']['output']>;
|
|
44730
|
+
isGroupingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
44690
44731
|
isHierarchyEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
44691
44732
|
};
|
|
44692
44733
|
export declare type JiraIssueSearchViewFieldSetsContext = {
|
|
@@ -44745,11 +44786,13 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
44745
44786
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
44746
44787
|
JiraForgeDateField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
44747
44788
|
JiraForgeDatetimeField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
44789
|
+
JiraForgeGroupField?: InputMaybe<Array<JiraUpdateSingleGroupPickerFieldInput>>;
|
|
44748
44790
|
JiraForgeNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
44749
44791
|
JiraForgeObjectField?: InputMaybe<Array<JiraUpdateForgeObjectFieldInput>>;
|
|
44750
44792
|
JiraForgeStringField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
44751
44793
|
JiraForgeStringsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
44752
44794
|
JiraForgeUserField?: InputMaybe<Array<JiraUpdateSingleSelectUserPickerFieldInput>>;
|
|
44795
|
+
JiraForgeUsersField?: InputMaybe<Array<JiraUpdateMultipleSelectUserPickerFieldInput>>;
|
|
44753
44796
|
JiraIssueLinkField?: InputMaybe<Array<JiraUpdateIssueLinkFieldInputForIssueTransitions>>;
|
|
44754
44797
|
JiraIssueTypeField?: InputMaybe<Array<JiraUpdateIssueTypeFieldInput>>;
|
|
44755
44798
|
JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
|
|
@@ -45659,6 +45702,7 @@ export declare type JiraListView = JiraSpreadsheetView & JiraView & Node & {
|
|
|
45659
45702
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
45660
45703
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
45661
45704
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
45705
|
+
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
45662
45706
|
};
|
|
45663
45707
|
export declare type JiraListViewFieldSetsArgs = {
|
|
45664
45708
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -49079,9 +49123,9 @@ export declare type JiraQueryJiraFieldConfigsArgs = {
|
|
|
49079
49123
|
};
|
|
49080
49124
|
export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
49081
49125
|
cloudId: Scalars['ID']['input'];
|
|
49082
|
-
|
|
49083
|
-
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49126
|
+
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
49084
49127
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
49128
|
+
viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
49085
49129
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
49086
49130
|
};
|
|
49087
49131
|
export declare type JiraQueryJiraJourneyConfigurationArgs = {
|
|
@@ -51785,6 +51829,7 @@ export declare type JiraSpreadsheetView = {
|
|
|
51785
51829
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
51786
51830
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
51787
51831
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
51832
|
+
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
51788
51833
|
};
|
|
51789
51834
|
export declare type JiraSpreadsheetViewFieldSetsArgs = {
|
|
51790
51835
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -62087,6 +62132,7 @@ export declare type Query = {
|
|
|
62087
62132
|
devOpsServicesById?: Maybe<Array<DevOpsService>>;
|
|
62088
62133
|
devOpsTools?: Maybe<DevOpsTools>;
|
|
62089
62134
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
62135
|
+
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
62090
62136
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
62091
62137
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
62092
62138
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -62211,6 +62257,7 @@ export declare type Query = {
|
|
|
62211
62257
|
unified?: Maybe<UnifiedQuery>;
|
|
62212
62258
|
user?: Maybe<User>;
|
|
62213
62259
|
userContext?: Maybe<SupportInquiryUserContext>;
|
|
62260
|
+
userDna?: Maybe<UserFingerprintQuery>;
|
|
62214
62261
|
users?: Maybe<Array<User>>;
|
|
62215
62262
|
virtualAgent?: Maybe<VirtualAgentQueryApi>;
|
|
62216
62263
|
webTriggerUrlsByAppContext?: Maybe<Array<WebTriggerUrl>>;
|
|
@@ -63338,6 +63385,12 @@ export declare type QueryDevai_AutodevJobLogGroupsArgs = {
|
|
|
63338
63385
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63339
63386
|
jobId: Scalars['ID']['input'];
|
|
63340
63387
|
};
|
|
63388
|
+
export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
63389
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63390
|
+
cloudId: Scalars['ID']['input'];
|
|
63391
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63392
|
+
jobId: Scalars['ID']['input'];
|
|
63393
|
+
};
|
|
63341
63394
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
63342
63395
|
appId: Scalars['ID']['input'];
|
|
63343
63396
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -65369,7 +65422,7 @@ export declare type SearchJiraIssueFilter = {
|
|
|
65369
65422
|
statusCategories?: InputMaybe<Array<SearchIssueStatusCategory>>;
|
|
65370
65423
|
};
|
|
65371
65424
|
export declare type SearchJiraProjectFilter = {
|
|
65372
|
-
|
|
65425
|
+
projectTypes?: InputMaybe<Array<SearchProjectType>>;
|
|
65373
65426
|
};
|
|
65374
65427
|
export declare type SearchL2Feature = {
|
|
65375
65428
|
__typename?: 'SearchL2Feature';
|
|
@@ -67723,6 +67776,8 @@ export declare type Subscription = {
|
|
|
67723
67776
|
__typename?: 'Subscription';
|
|
67724
67777
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
67725
67778
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
67779
|
+
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
67780
|
+
devai_onAutodevJobLogsUpdated?: Maybe<DevAiAutodevLogEdge>;
|
|
67726
67781
|
ecosystem?: Maybe<EcosystemSubscription>;
|
|
67727
67782
|
jira?: Maybe<JiraSubscription>;
|
|
67728
67783
|
jsmChat?: Maybe<JsmChatSubscription>;
|
|
@@ -67737,6 +67792,14 @@ export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
|
67737
67792
|
cloudId: Scalars['ID']['input'];
|
|
67738
67793
|
jobId: Scalars['ID']['input'];
|
|
67739
67794
|
};
|
|
67795
|
+
export declare type SubscriptionDevai_OnAutodevJobLogsListUpdatedArgs = {
|
|
67796
|
+
cloudId: Scalars['ID']['input'];
|
|
67797
|
+
jobId: Scalars['ID']['input'];
|
|
67798
|
+
};
|
|
67799
|
+
export declare type SubscriptionDevai_OnAutodevJobLogsUpdatedArgs = {
|
|
67800
|
+
cloudId: Scalars['ID']['input'];
|
|
67801
|
+
jobId: Scalars['ID']['input'];
|
|
67802
|
+
};
|
|
67740
67803
|
export declare type SupportInquiryEntitlement = {
|
|
67741
67804
|
__typename?: 'SupportInquiryEntitlement';
|
|
67742
67805
|
cloudURL?: Maybe<Scalars['String']['output']>;
|
|
@@ -69033,6 +69096,11 @@ export declare type TownsquareLocalizationField = {
|
|
|
69033
69096
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
69034
69097
|
messageId?: Maybe<Scalars['String']['output']>;
|
|
69035
69098
|
};
|
|
69099
|
+
export declare type TownsquareMercuryProjectStatusDto = MercuryProjectStatus & {
|
|
69100
|
+
__typename?: 'TownsquareMercuryProjectStatusDto';
|
|
69101
|
+
mercuryColor?: Maybe<MercuryProjectStatusColor>;
|
|
69102
|
+
mercuryName?: Maybe<Scalars['String']['output']>;
|
|
69103
|
+
};
|
|
69036
69104
|
export declare type TownsquareMutationApi = {
|
|
69037
69105
|
__typename?: 'TownsquareMutationApi';
|
|
69038
69106
|
archiveGoal?: Maybe<TownsquareArchiveGoalPayload>;
|
|
@@ -69068,7 +69136,7 @@ export declare type TownsquareMutationApiSetParentGoalArgs = {
|
|
|
69068
69136
|
export declare type TownsquareMutationApiUnarchiveGoalArgs = {
|
|
69069
69137
|
input: TownsquareArchiveGoalInput;
|
|
69070
69138
|
};
|
|
69071
|
-
export declare type TownsquareProject = Node & {
|
|
69139
|
+
export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
69072
69140
|
__typename?: 'TownsquareProject';
|
|
69073
69141
|
archived: Scalars['Boolean']['output'];
|
|
69074
69142
|
description?: Maybe<TownsquareProjectDescription>;
|
|
@@ -69078,6 +69146,17 @@ export declare type TownsquareProject = Node & {
|
|
|
69078
69146
|
isArchived: Scalars['Boolean']['output'];
|
|
69079
69147
|
isPrivate: Scalars['Boolean']['output'];
|
|
69080
69148
|
key: Scalars['String']['output'];
|
|
69149
|
+
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
69150
|
+
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
69151
|
+
mercuryProjectName?: Maybe<Scalars['String']['output']>;
|
|
69152
|
+
mercuryProjectOwner?: Maybe<User>;
|
|
69153
|
+
mercuryProjectProviderName?: Maybe<Scalars['String']['output']>;
|
|
69154
|
+
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
69155
|
+
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
69156
|
+
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
69157
|
+
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
69158
|
+
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
69159
|
+
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
69081
69160
|
name: Scalars['String']['output'];
|
|
69082
69161
|
owner?: Maybe<User>;
|
|
69083
69162
|
state?: Maybe<TownsquareProjectState>;
|
|
@@ -70368,7 +70447,6 @@ export declare type TrelloPlannerCalendarEvent = Node & {
|
|
|
70368
70447
|
startAt?: Maybe<Scalars['DateTime']['output']>;
|
|
70369
70448
|
status?: Maybe<TrelloPlannerCalendarEventStatus>;
|
|
70370
70449
|
title?: Maybe<Scalars['String']['output']>;
|
|
70371
|
-
type?: Maybe<TrelloSupportedPlannerProviders>;
|
|
70372
70450
|
visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
|
|
70373
70451
|
};
|
|
70374
70452
|
export declare type TrelloPlannerCalendarEventCardsArgs = {
|
|
@@ -72012,6 +72090,26 @@ export declare type UserConsentExtensionUser = {
|
|
|
72012
72090
|
__typename?: 'UserConsentExtensionUser';
|
|
72013
72091
|
aaid: Scalars['ID']['output'];
|
|
72014
72092
|
};
|
|
72093
|
+
export declare type UserFingerprint = {
|
|
72094
|
+
__typename?: 'UserFingerprint';
|
|
72095
|
+
anonymousId?: Maybe<Scalars['String']['output']>;
|
|
72096
|
+
anonymousIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
72097
|
+
atlassianAccountId?: Maybe<Scalars['String']['output']>;
|
|
72098
|
+
atlassianAccountIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
72099
|
+
persona?: Maybe<Scalars['String']['output']>;
|
|
72100
|
+
personas?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
72101
|
+
};
|
|
72102
|
+
export declare type UserFingerprintQuery = {
|
|
72103
|
+
__typename?: 'UserFingerprintQuery';
|
|
72104
|
+
userFingerprint?: Maybe<UserFingerprint>;
|
|
72105
|
+
};
|
|
72106
|
+
export declare type UserFingerprintQueryUserFingerprintArgs = {
|
|
72107
|
+
anonymousId?: InputMaybe<Scalars['String']['input']>;
|
|
72108
|
+
atlassianAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
72109
|
+
expandIdentity?: InputMaybe<Scalars['Boolean']['input']>;
|
|
72110
|
+
identityRecencyHrs?: InputMaybe<Scalars['Int']['input']>;
|
|
72111
|
+
identityResolution?: InputMaybe<Scalars['Boolean']['input']>;
|
|
72112
|
+
};
|
|
72015
72113
|
export declare type UserGrant = {
|
|
72016
72114
|
__typename?: 'UserGrant';
|
|
72017
72115
|
accountId: Scalars['ID']['output'];
|