@forge/cli-shared 8.23.0-next.4 → 8.23.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 +17 -0
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +16 -3
- package/out/graphql/graphql-types.d.ts +556 -37
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +134 -47
- package/out/ui/text.d.ts +10 -2
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +29 -4
- package/package.json +2 -2
|
@@ -1958,11 +1958,30 @@ export declare enum AvpIntegrationId {
|
|
|
1958
1958
|
JsmSummaryPage = "JSM_SUMMARY_PAGE",
|
|
1959
1959
|
Townsquare = "TOWNSQUARE"
|
|
1960
1960
|
}
|
|
1961
|
+
export declare type AvpJqlSource = {
|
|
1962
|
+
__typename?: 'AVPJqlSource';
|
|
1963
|
+
filterId?: Maybe<Scalars['ID']['output']>;
|
|
1964
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
1965
|
+
projectId?: Maybe<Scalars['ID']['output']>;
|
|
1966
|
+
type: AvpJqlSourceType;
|
|
1967
|
+
};
|
|
1968
|
+
export declare type AvpJqlSourceInput = {
|
|
1969
|
+
filterId?: InputMaybe<Scalars['ID']['input']>;
|
|
1970
|
+
jql?: InputMaybe<Scalars['String']['input']>;
|
|
1971
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
1972
|
+
type: AvpJqlSourceType;
|
|
1973
|
+
};
|
|
1974
|
+
export declare enum AvpJqlSourceType {
|
|
1975
|
+
FilterId = "FILTER_ID",
|
|
1976
|
+
ProjectId = "PROJECT_ID",
|
|
1977
|
+
RawJql = "RAW_JQL"
|
|
1978
|
+
}
|
|
1961
1979
|
export declare type AvpMetricsConfiguration = {
|
|
1962
1980
|
__typename?: 'AVPMetricsConfiguration';
|
|
1963
1981
|
dimensions?: Maybe<Array<AvpMetricsDimension>>;
|
|
1964
1982
|
filters?: Maybe<Array<AvpMetricsFilter>>;
|
|
1965
1983
|
granularity?: Maybe<Scalars['String']['output']>;
|
|
1984
|
+
jqlSource?: Maybe<AvpJqlSource>;
|
|
1966
1985
|
metrics?: Maybe<Array<Scalars['String']['output']>>;
|
|
1967
1986
|
searchCondition?: Maybe<Scalars['String']['output']>;
|
|
1968
1987
|
workspaceId?: Maybe<Scalars['String']['output']>;
|
|
@@ -1982,6 +2001,7 @@ export declare type AvpMetricsConfigurationInput = {
|
|
|
1982
2001
|
dimensions?: InputMaybe<Array<AvpMetricsConfigurationDimensionInput>>;
|
|
1983
2002
|
filters?: InputMaybe<Array<AvpMetricsConfigurationFilterInput>>;
|
|
1984
2003
|
granularity?: InputMaybe<Scalars['String']['input']>;
|
|
2004
|
+
jqlSource?: InputMaybe<AvpJqlSourceInput>;
|
|
1985
2005
|
metrics?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1986
2006
|
searchCondition?: InputMaybe<Scalars['String']['input']>;
|
|
1987
2007
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2492,6 +2512,7 @@ export declare type ActionsAction = {
|
|
|
2492
2512
|
actionType: Scalars['String']['output'];
|
|
2493
2513
|
actionVerb?: Maybe<Scalars['String']['output']>;
|
|
2494
2514
|
actionVersion?: Maybe<Scalars['String']['output']>;
|
|
2515
|
+
audience?: Maybe<ActionsActionAudience>;
|
|
2495
2516
|
auth: Array<ActionsAuthType>;
|
|
2496
2517
|
connection?: Maybe<ActionsConnection>;
|
|
2497
2518
|
description?: Maybe<ActionsDescription>;
|
|
@@ -2509,6 +2530,10 @@ export declare type ActionsAction = {
|
|
|
2509
2530
|
target?: Maybe<ActionsTargetInputs>;
|
|
2510
2531
|
uiSchema?: Maybe<ActionsConfigurationUiSchema>;
|
|
2511
2532
|
};
|
|
2533
|
+
export declare enum ActionsActionAudience {
|
|
2534
|
+
External = "EXTERNAL",
|
|
2535
|
+
Internal = "INTERNAL"
|
|
2536
|
+
}
|
|
2512
2537
|
export declare type ActionsActionConfiguration = {
|
|
2513
2538
|
__typename?: 'ActionsActionConfiguration';
|
|
2514
2539
|
properties?: Maybe<Array<ActionsActionConfigurationKeyValuePair>>;
|
|
@@ -6025,6 +6050,7 @@ export declare type AgentStudioKnowledgeGapUploadJob = {
|
|
|
6025
6050
|
export declare enum AgentStudioKnowledgeGapUploadJobStatus {
|
|
6026
6051
|
Clustering = "CLUSTERING",
|
|
6027
6052
|
Completed = "COMPLETED",
|
|
6053
|
+
Dlq = "DLQ",
|
|
6028
6054
|
Failed = "FAILED",
|
|
6029
6055
|
Generating = "GENERATING",
|
|
6030
6056
|
PartialComplete = "PARTIAL_COMPLETE",
|
|
@@ -6787,6 +6813,9 @@ export declare type AgentWorkspaceAgentRecommendation = {
|
|
|
6787
6813
|
export declare type AgentWorkspaceAgentShifts = {
|
|
6788
6814
|
__typename?: 'AgentWorkspaceAgentShifts';
|
|
6789
6815
|
agent: AgentWorkspaceAgent;
|
|
6816
|
+
coverageGapDetails?: Maybe<Array<AgentWorkspaceCoverageGap>>;
|
|
6817
|
+
coverageGaps: Array<AgentWorkspaceTimeRange>;
|
|
6818
|
+
coveringShifts: Array<AgentWorkspaceCoveringShift>;
|
|
6790
6819
|
hasShifts: Scalars['Boolean']['output'];
|
|
6791
6820
|
shifts: Array<AgentWorkspaceShift>;
|
|
6792
6821
|
totalHours: Scalars['Float']['output'];
|
|
@@ -6819,12 +6848,12 @@ export declare type AgentWorkspaceArchiveSkillPayload = {
|
|
|
6819
6848
|
};
|
|
6820
6849
|
export declare type AgentWorkspaceAssignAgentToGapInput = {
|
|
6821
6850
|
assignedAgentId: Scalars['ID']['input'];
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
occurrenceAgentId: Scalars['ID']['input'];
|
|
6825
|
-
occurrenceStartTime: Scalars['DateTime']['input'];
|
|
6851
|
+
endTime: Scalars['DateTime']['input'];
|
|
6852
|
+
gapOwnerAgentId: Scalars['ID']['input'];
|
|
6826
6853
|
projectARI: Scalars['ID']['input'];
|
|
6827
6854
|
scheduleId: Scalars['ID']['input'];
|
|
6855
|
+
shiftSegmentId: Scalars['ID']['input'];
|
|
6856
|
+
startTime: Scalars['DateTime']['input'];
|
|
6828
6857
|
};
|
|
6829
6858
|
export declare type AgentWorkspaceAssignAgentToGapPayload = {
|
|
6830
6859
|
__typename?: 'AgentWorkspaceAssignAgentToGapPayload';
|
|
@@ -7006,6 +7035,32 @@ export declare type AgentWorkspaceCapacitySummary = {
|
|
|
7006
7035
|
totalCapacity: Scalars['Int']['output'];
|
|
7007
7036
|
totalUnassignedWorkItems: Scalars['Int']['output'];
|
|
7008
7037
|
};
|
|
7038
|
+
export declare type AgentWorkspaceCoverShiftEditBoundsInput = {
|
|
7039
|
+
agentId: Scalars['ID']['input'];
|
|
7040
|
+
projectARI: Scalars['ID']['input'];
|
|
7041
|
+
scheduleId: Scalars['ID']['input'];
|
|
7042
|
+
shiftSegmentId: Scalars['ID']['input'];
|
|
7043
|
+
};
|
|
7044
|
+
export declare type AgentWorkspaceCoverageGap = {
|
|
7045
|
+
__typename?: 'AgentWorkspaceCoverageGap';
|
|
7046
|
+
agentId: Scalars['ID']['output'];
|
|
7047
|
+
durationMinutes: Scalars['Int']['output'];
|
|
7048
|
+
endTime: Scalars['DateTime']['output'];
|
|
7049
|
+
scheduleId: Scalars['ID']['output'];
|
|
7050
|
+
scheduleName: Scalars['String']['output'];
|
|
7051
|
+
shiftSegmentId: Scalars['ID']['output'];
|
|
7052
|
+
startTime: Scalars['DateTime']['output'];
|
|
7053
|
+
};
|
|
7054
|
+
export declare type AgentWorkspaceCoveringShift = {
|
|
7055
|
+
__typename?: 'AgentWorkspaceCoveringShift';
|
|
7056
|
+
coveringAgentId: Scalars['ID']['output'];
|
|
7057
|
+
durationMinutes: Scalars['Int']['output'];
|
|
7058
|
+
endTime: Scalars['DateTime']['output'];
|
|
7059
|
+
scheduleId: Scalars['ID']['output'];
|
|
7060
|
+
scheduleName: Scalars['String']['output'];
|
|
7061
|
+
shiftSegmentId: Scalars['ID']['output'];
|
|
7062
|
+
startTime: Scalars['DateTime']['output'];
|
|
7063
|
+
};
|
|
7009
7064
|
export declare type AgentWorkspaceCreateAndLinkTeamsInput = {
|
|
7010
7065
|
groups: Array<AgentWorkspaceCreateTeamFromGroupInput>;
|
|
7011
7066
|
projectARI: Scalars['ID']['input'];
|
|
@@ -7070,6 +7125,12 @@ export declare type AgentWorkspaceDefaultCapacity = {
|
|
|
7070
7125
|
projectId: Scalars['ID']['output'];
|
|
7071
7126
|
updatedAt: Scalars['DateTime']['output'];
|
|
7072
7127
|
};
|
|
7128
|
+
export declare type AgentWorkspaceDeleteCoverShiftInput = {
|
|
7129
|
+
agentId: Scalars['ID']['input'];
|
|
7130
|
+
projectARI: Scalars['ID']['input'];
|
|
7131
|
+
scheduleId: Scalars['ID']['input'];
|
|
7132
|
+
shiftSegmentId: Scalars['ID']['input'];
|
|
7133
|
+
};
|
|
7073
7134
|
export declare type AgentWorkspaceDeleteScheduleInput = {
|
|
7074
7135
|
cloudId: Scalars['ID']['input'];
|
|
7075
7136
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -7095,6 +7156,14 @@ export declare type AgentWorkspaceDeleteShiftPayload = {
|
|
|
7095
7156
|
shift?: Maybe<AgentWorkspaceShift>;
|
|
7096
7157
|
success: Scalars['Boolean']['output'];
|
|
7097
7158
|
};
|
|
7159
|
+
export declare type AgentWorkspaceDiscardDraftedRoutingTableInput = {
|
|
7160
|
+
projectAri: Scalars['ID']['input'];
|
|
7161
|
+
serviceFieldId: Scalars['ID']['input'];
|
|
7162
|
+
};
|
|
7163
|
+
export declare type AgentWorkspaceDiscardDraftedRoutingTablePayload = {
|
|
7164
|
+
__typename?: 'AgentWorkspaceDiscardDraftedRoutingTablePayload';
|
|
7165
|
+
rowsDeleted: Scalars['Int']['output'];
|
|
7166
|
+
};
|
|
7098
7167
|
export declare type AgentWorkspaceDraftedRoutingTable = {
|
|
7099
7168
|
__typename?: 'AgentWorkspaceDraftedRoutingTable';
|
|
7100
7169
|
entries: Array<AgentWorkspaceDraftedRoutingTableEntry>;
|
|
@@ -7120,6 +7189,14 @@ export declare enum AgentWorkspaceDraftedRoutingTableEntrySource {
|
|
|
7120
7189
|
Manual = "MANUAL",
|
|
7121
7190
|
Rovo = "ROVO"
|
|
7122
7191
|
}
|
|
7192
|
+
export declare type AgentWorkspaceEditCoverShiftInput = {
|
|
7193
|
+
agentId: Scalars['ID']['input'];
|
|
7194
|
+
newEndTime: Scalars['DateTime']['input'];
|
|
7195
|
+
newStartTime: Scalars['DateTime']['input'];
|
|
7196
|
+
projectARI: Scalars['ID']['input'];
|
|
7197
|
+
scheduleId: Scalars['ID']['input'];
|
|
7198
|
+
shiftSegmentId: Scalars['ID']['input'];
|
|
7199
|
+
};
|
|
7123
7200
|
export declare type AgentWorkspaceEditShiftInput = {
|
|
7124
7201
|
agentId: Scalars['ID']['input'];
|
|
7125
7202
|
newEndTime: Scalars['DateTime']['input'];
|
|
@@ -7191,6 +7268,12 @@ export declare type AgentWorkspaceRecommendationError = {
|
|
|
7191
7268
|
__typename?: 'AgentWorkspaceRecommendationError';
|
|
7192
7269
|
message: Scalars['String']['output'];
|
|
7193
7270
|
};
|
|
7271
|
+
export declare type AgentWorkspaceRecommendedAgentsForCoverageGapInput = {
|
|
7272
|
+
gapOwnerAgentId: Scalars['ID']['input'];
|
|
7273
|
+
projectARI: Scalars['ID']['input'];
|
|
7274
|
+
scheduleId: Scalars['ID']['input'];
|
|
7275
|
+
shiftSegmentId: Scalars['ID']['input'];
|
|
7276
|
+
};
|
|
7194
7277
|
export declare type AgentWorkspaceRecommendedAgentsForGapInput = {
|
|
7195
7278
|
originalAgentId: Scalars['ID']['input'];
|
|
7196
7279
|
projectARI: Scalars['ID']['input'];
|
|
@@ -7286,6 +7369,7 @@ export declare type AgentWorkspaceSchedule = {
|
|
|
7286
7369
|
__typename?: 'AgentWorkspaceSchedule';
|
|
7287
7370
|
agents: Array<AgentWorkspaceAgent>;
|
|
7288
7371
|
cloudId: Scalars['ID']['output'];
|
|
7372
|
+
coverageGapDetails?: Maybe<Array<AgentWorkspaceCoverageGap>>;
|
|
7289
7373
|
coverageGaps: Array<AgentWorkspaceTimeRange>;
|
|
7290
7374
|
createdAt: Scalars['DateTime']['output'];
|
|
7291
7375
|
createdBy: Scalars['String']['output'];
|
|
@@ -7433,7 +7517,6 @@ export declare type AgentWorkspaceSetTeamCapacitiesPayload = {
|
|
|
7433
7517
|
export declare type AgentWorkspaceShift = {
|
|
7434
7518
|
__typename?: 'AgentWorkspaceShift';
|
|
7435
7519
|
agentId: Scalars['ID']['output'];
|
|
7436
|
-
coverageGaps: Array<AgentWorkspaceTimeRange>;
|
|
7437
7520
|
durationMinutes: Scalars['Int']['output'];
|
|
7438
7521
|
endTime: Scalars['DateTime']['output'];
|
|
7439
7522
|
id: Scalars['ID']['output'];
|
|
@@ -7497,6 +7580,8 @@ export declare type AgentWorkspaceShiftsSummary = {
|
|
|
7497
7580
|
avgAgentsPerHour: Scalars['Float']['output'];
|
|
7498
7581
|
completedShiftsPercentage: Scalars['Float']['output'];
|
|
7499
7582
|
scheduledAgents: Scalars['Int']['output'];
|
|
7583
|
+
totalCoveredShifts: Scalars['Int']['output'];
|
|
7584
|
+
totalGaps: Scalars['Int']['output'];
|
|
7500
7585
|
totalShifts: Scalars['Int']['output'];
|
|
7501
7586
|
};
|
|
7502
7587
|
export declare type AgentWorkspaceSkill = {
|
|
@@ -7525,7 +7610,12 @@ export declare type AgentWorkspaceSkillCategory = {
|
|
|
7525
7610
|
id: Scalars['ID']['output'];
|
|
7526
7611
|
name?: Maybe<Scalars['String']['output']>;
|
|
7527
7612
|
skillCount?: Maybe<Scalars['Int']['output']>;
|
|
7528
|
-
skills?: Maybe<
|
|
7613
|
+
skills?: Maybe<AgentWorkspaceSkillConnection>;
|
|
7614
|
+
};
|
|
7615
|
+
export declare type AgentWorkspaceSkillCategorySkillsArgs = {
|
|
7616
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
7617
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
7618
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
7529
7619
|
};
|
|
7530
7620
|
export declare type AgentWorkspaceSkillCategoryConnection = {
|
|
7531
7621
|
__typename?: 'AgentWorkspaceSkillCategoryConnection';
|
|
@@ -7533,6 +7623,7 @@ export declare type AgentWorkspaceSkillCategoryConnection = {
|
|
|
7533
7623
|
errors?: Maybe<Array<QueryError>>;
|
|
7534
7624
|
nodes?: Maybe<Array<Maybe<AgentWorkspaceSkillCategory>>>;
|
|
7535
7625
|
pageInfo: PageInfo;
|
|
7626
|
+
totalCategoryCount?: Maybe<Scalars['Int']['output']>;
|
|
7536
7627
|
};
|
|
7537
7628
|
export declare type AgentWorkspaceSkillCategoryCreateInput = {
|
|
7538
7629
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -7804,6 +7895,7 @@ export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryInput = {
|
|
|
7804
7895
|
included?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7805
7896
|
projectAri: Scalars['ID']['input'];
|
|
7806
7897
|
row?: InputMaybe<AgentWorkspaceDraftedRoutingTableEntryPatch>;
|
|
7898
|
+
serviceFieldId: Scalars['ID']['input'];
|
|
7807
7899
|
serviceId: Scalars['ID']['input'];
|
|
7808
7900
|
};
|
|
7809
7901
|
export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryPayload = {
|
|
@@ -7853,6 +7945,83 @@ export declare type AiCoreApiQuestionWithType = {
|
|
|
7853
7945
|
question: Scalars['String']['output'];
|
|
7854
7946
|
type: AiCoreApiQuestionType;
|
|
7855
7947
|
};
|
|
7948
|
+
export declare type AiCoreApiRsaAssistedResult = {
|
|
7949
|
+
__typename?: 'AiCoreApiRsaAssistedResult';
|
|
7950
|
+
assistedByRovo: Scalars['Int']['output'];
|
|
7951
|
+
assistedByRovoPercentage: Scalars['Float']['output'];
|
|
7952
|
+
totalClosed: Scalars['Int']['output'];
|
|
7953
|
+
};
|
|
7954
|
+
export declare type AiCoreApiRsaEmployeeContributor = {
|
|
7955
|
+
__typename?: 'AiCoreApiRsaEmployeeContributor';
|
|
7956
|
+
accountId: Scalars['ID']['output'];
|
|
7957
|
+
delegationCount: Scalars['Int']['output'];
|
|
7958
|
+
};
|
|
7959
|
+
export declare type AiCoreApiRsaEmployeeResult = {
|
|
7960
|
+
__typename?: 'AiCoreApiRsaEmployeeResult';
|
|
7961
|
+
contributors: Array<AiCoreApiRsaEmployeeContributor>;
|
|
7962
|
+
};
|
|
7963
|
+
export declare type AiCoreApiRsaFetchReportResult = AiCoreApiRsaReportPayload | QueryError;
|
|
7964
|
+
export declare type AiCoreApiRsaFunnelResult = {
|
|
7965
|
+
__typename?: 'AiCoreApiRsaFunnelResult';
|
|
7966
|
+
autonomouslyResolved: Scalars['Int']['output'];
|
|
7967
|
+
resolvedByRovo: Scalars['Int']['output'];
|
|
7968
|
+
};
|
|
7969
|
+
export declare type AiCoreApiRsaInitiateReportResult = AiCoreApiRsaReportJob | QueryError;
|
|
7970
|
+
export declare enum AiCoreApiRsaJobStatus {
|
|
7971
|
+
Completed = "COMPLETED",
|
|
7972
|
+
Failed = "FAILED",
|
|
7973
|
+
InProgress = "IN_PROGRESS"
|
|
7974
|
+
}
|
|
7975
|
+
export declare enum AiCoreApiRsaQueryType {
|
|
7976
|
+
Assisted = "ASSISTED",
|
|
7977
|
+
Employee = "EMPLOYEE",
|
|
7978
|
+
Funnel = "FUNNEL",
|
|
7979
|
+
Resolved = "RESOLVED",
|
|
7980
|
+
RtDistribution = "RT_DISTRIBUTION"
|
|
7981
|
+
}
|
|
7982
|
+
export declare type AiCoreApiRsaReportInput = {
|
|
7983
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
7984
|
+
durationInDays?: InputMaybe<Scalars['Int']['input']>;
|
|
7985
|
+
projectAri: Scalars['ID']['input'];
|
|
7986
|
+
reportType: AiCoreApiRsaReportType;
|
|
7987
|
+
};
|
|
7988
|
+
export declare type AiCoreApiRsaReportJob = {
|
|
7989
|
+
__typename?: 'AiCoreApiRsaReportJob';
|
|
7990
|
+
jobId: Scalars['ID']['output'];
|
|
7991
|
+
};
|
|
7992
|
+
export declare type AiCoreApiRsaReportPayload = {
|
|
7993
|
+
__typename?: 'AiCoreApiRsaReportPayload';
|
|
7994
|
+
assisted?: Maybe<AiCoreApiRsaAssistedResult>;
|
|
7995
|
+
completedAt?: Maybe<Scalars['String']['output']>;
|
|
7996
|
+
employee?: Maybe<AiCoreApiRsaEmployeeResult>;
|
|
7997
|
+
errorCode?: Maybe<Scalars['String']['output']>;
|
|
7998
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
7999
|
+
funnel?: Maybe<AiCoreApiRsaFunnelResult>;
|
|
8000
|
+
resolved?: Maybe<AiCoreApiRsaResolvedResult>;
|
|
8001
|
+
rtDistribution?: Maybe<AiCoreApiRsaRtDistributionResult>;
|
|
8002
|
+
status: AiCoreApiRsaJobStatus;
|
|
8003
|
+
truncated?: Maybe<Scalars['Boolean']['output']>;
|
|
8004
|
+
};
|
|
8005
|
+
export declare enum AiCoreApiRsaReportType {
|
|
8006
|
+
Overview = "OVERVIEW"
|
|
8007
|
+
}
|
|
8008
|
+
export declare type AiCoreApiRsaRequestTypeEntry = {
|
|
8009
|
+
__typename?: 'AiCoreApiRsaRequestTypeEntry';
|
|
8010
|
+
assisted: Scalars['Int']['output'];
|
|
8011
|
+
fullyResolved: Scalars['Int']['output'];
|
|
8012
|
+
requestTypeName: Scalars['String']['output'];
|
|
8013
|
+
totalClosed: Scalars['Int']['output'];
|
|
8014
|
+
};
|
|
8015
|
+
export declare type AiCoreApiRsaResolvedResult = {
|
|
8016
|
+
__typename?: 'AiCoreApiRsaResolvedResult';
|
|
8017
|
+
fullyResolved: Scalars['Int']['output'];
|
|
8018
|
+
fullyResolvedPercentage: Scalars['Float']['output'];
|
|
8019
|
+
totalClosed: Scalars['Int']['output'];
|
|
8020
|
+
};
|
|
8021
|
+
export declare type AiCoreApiRsaRtDistributionResult = {
|
|
8022
|
+
__typename?: 'AiCoreApiRsaRtDistributionResult';
|
|
8023
|
+
byRequestType: Array<AiCoreApiRsaRequestTypeEntry>;
|
|
8024
|
+
};
|
|
7856
8025
|
export declare type AiCoreApiVsaQuestions = {
|
|
7857
8026
|
__typename?: 'AiCoreApiVSAQuestions';
|
|
7858
8027
|
projectAri: Scalars['ID']['output'];
|
|
@@ -12726,6 +12895,18 @@ export declare type AssetsUserAttributeValue = {
|
|
|
12726
12895
|
id?: Maybe<Scalars['String']['output']>;
|
|
12727
12896
|
name?: Maybe<Scalars['String']['output']>;
|
|
12728
12897
|
};
|
|
12898
|
+
export declare type AssetsVerticalArchiveInsightInput = {
|
|
12899
|
+
archived: Scalars['Boolean']['input'];
|
|
12900
|
+
cloudId: Scalars['ID']['input'];
|
|
12901
|
+
insightDefinitionId: Scalars['ID']['input'];
|
|
12902
|
+
insightSource: AssetsVerticalInsightSource;
|
|
12903
|
+
};
|
|
12904
|
+
export declare type AssetsVerticalArchiveInsightPayload = Payload & {
|
|
12905
|
+
__typename?: 'AssetsVerticalArchiveInsightPayload';
|
|
12906
|
+
errors?: Maybe<Array<MutationError>>;
|
|
12907
|
+
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
12908
|
+
success: Scalars['Boolean']['output'];
|
|
12909
|
+
};
|
|
12729
12910
|
export declare type AssetsVerticalAssetTypeSelectionInput = {
|
|
12730
12911
|
objSchemaCdmAri: Scalars['String']['input'];
|
|
12731
12912
|
objTypeCdmAri: Scalars['String']['input'];
|
|
@@ -13025,6 +13206,7 @@ export declare type AssetsVerticalDepreciationRuleConnection = {
|
|
|
13025
13206
|
__typename?: 'AssetsVerticalDepreciationRuleConnection';
|
|
13026
13207
|
edges: Array<AssetsVerticalDepreciationRuleEdge>;
|
|
13027
13208
|
pageInfo: PageInfo;
|
|
13209
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
13028
13210
|
};
|
|
13029
13211
|
export declare type AssetsVerticalDepreciationRuleEdge = {
|
|
13030
13212
|
__typename?: 'AssetsVerticalDepreciationRuleEdge';
|
|
@@ -13126,6 +13308,10 @@ export declare type AssetsVerticalInsightGenerationError = {
|
|
|
13126
13308
|
message: Scalars['String']['output'];
|
|
13127
13309
|
retryable: Scalars['Boolean']['output'];
|
|
13128
13310
|
};
|
|
13311
|
+
export declare enum AssetsVerticalInsightSource {
|
|
13312
|
+
Custom = "CUSTOM",
|
|
13313
|
+
Ootb = "OOTB"
|
|
13314
|
+
}
|
|
13129
13315
|
export declare type AssetsVerticalInsights = {
|
|
13130
13316
|
__typename?: 'AssetsVerticalInsights';
|
|
13131
13317
|
error?: Maybe<AssetsVerticalInsightGenerationError>;
|
|
@@ -18529,6 +18715,7 @@ export declare type CommerceExpCcpEntitlement = {
|
|
|
18529
18715
|
contract?: Maybe<CommerceExpCommercialContract>;
|
|
18530
18716
|
currentPromotions?: Maybe<Array<Maybe<CommerceExpCcpPromotion>>>;
|
|
18531
18717
|
currentUserPermissions?: Maybe<Array<Maybe<CommerceExpUserPermission>>>;
|
|
18718
|
+
forecastBillEstimates?: Maybe<CommerceExpForecastBillEstimates>;
|
|
18532
18719
|
hasConnectedAnnualProductEntitlements?: Maybe<Scalars['Boolean']['output']>;
|
|
18533
18720
|
id: Scalars['ID']['output'];
|
|
18534
18721
|
inactiveSubscription?: Maybe<CommerceExpCcpSubscription>;
|
|
@@ -19904,12 +20091,17 @@ export declare type CommerceExpEntitlementAccountModificationForBac = {
|
|
|
19904
20091
|
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
19905
20092
|
validAccountModificationOrder?: Maybe<CommerceExpValidOrderResponse>;
|
|
19906
20093
|
};
|
|
20094
|
+
export declare enum CommerceExpEntitlementActionCtaType {
|
|
20095
|
+
Primary = "PRIMARY",
|
|
20096
|
+
Secondary = "SECONDARY"
|
|
20097
|
+
}
|
|
19907
20098
|
export declare enum CommerceExpEntitlementActionExperienceType {
|
|
19908
20099
|
ContactSupport = "CONTACT_SUPPORT",
|
|
19909
20100
|
NotAvailable = "NOT_AVAILABLE",
|
|
19910
20101
|
SelfServe = "SELF_SERVE"
|
|
19911
20102
|
}
|
|
19912
20103
|
export declare type CommerceExpEntitlementActionResult = {
|
|
20104
|
+
ctaType?: Maybe<CommerceExpEntitlementActionCtaType>;
|
|
19913
20105
|
experienceType?: Maybe<CommerceExpEntitlementActionExperienceType>;
|
|
19914
20106
|
};
|
|
19915
20107
|
export declare type CommerceExpEntitlementActions = {
|
|
@@ -19939,6 +20131,7 @@ export declare type CommerceExpEntitlementActionsV2 = {
|
|
|
19939
20131
|
reactivate?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
19940
20132
|
removeFromEnterprise?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
19941
20133
|
removeFromMultiInstance?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
20134
|
+
unbundleCollection?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
19942
20135
|
undoCancellation?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
19943
20136
|
viewBillingPartner?: Maybe<CommerceExpGenericEntitlementActionResult>;
|
|
19944
20137
|
};
|
|
@@ -20115,6 +20308,17 @@ export declare type CommerceExpExpectedBillsLineItem = {
|
|
|
20115
20308
|
taxItems?: Maybe<Array<Maybe<CommerceExpTaxItemsResponse>>>;
|
|
20116
20309
|
total?: Maybe<Scalars['Float']['output']>;
|
|
20117
20310
|
};
|
|
20311
|
+
export declare type CommerceExpForecastBillEstimateResult = {
|
|
20312
|
+
__typename?: 'CommerceExpForecastBillEstimateResult';
|
|
20313
|
+
created?: Maybe<Scalars['Float']['output']>;
|
|
20314
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
20315
|
+
total?: Maybe<Scalars['Float']['output']>;
|
|
20316
|
+
};
|
|
20317
|
+
export declare type CommerceExpForecastBillEstimates = {
|
|
20318
|
+
__typename?: 'CommerceExpForecastBillEstimates';
|
|
20319
|
+
high?: Maybe<CommerceExpForecastBillEstimateResult>;
|
|
20320
|
+
low?: Maybe<CommerceExpForecastBillEstimateResult>;
|
|
20321
|
+
};
|
|
20118
20322
|
export declare type CommerceExpForecastResult = {
|
|
20119
20323
|
__typename?: 'CommerceExpForecastResult';
|
|
20120
20324
|
extraUsageHigh?: Maybe<Scalars['Float']['output']>;
|
|
@@ -20139,6 +20343,7 @@ export declare type CommerceExpForecastingOutput = {
|
|
|
20139
20343
|
};
|
|
20140
20344
|
export declare type CommerceExpGenericEntitlementActionResult = CommerceExpEntitlementActionResult & {
|
|
20141
20345
|
__typename?: 'CommerceExpGenericEntitlementActionResult';
|
|
20346
|
+
ctaType?: Maybe<CommerceExpEntitlementActionCtaType>;
|
|
20142
20347
|
experienceType?: Maybe<CommerceExpEntitlementActionExperienceType>;
|
|
20143
20348
|
};
|
|
20144
20349
|
export declare type CommerceExpGenericError = {
|
|
@@ -32883,6 +33088,28 @@ export declare type ConfluenceSpacePermissionPageInfo = {
|
|
|
32883
33088
|
hasPreviousPage: Scalars['Boolean']['output'];
|
|
32884
33089
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
32885
33090
|
};
|
|
33091
|
+
export declare type ConfluenceSpacePermissionTransitionTaskProgress = {
|
|
33092
|
+
__typename?: 'ConfluenceSpacePermissionTransitionTaskProgress';
|
|
33093
|
+
currentStep?: Maybe<ConfluenceSpacePermissionTransitionTaskStep>;
|
|
33094
|
+
progressPercentage?: Maybe<Scalars['Int']['output']>;
|
|
33095
|
+
taskId: Scalars['ID']['output'];
|
|
33096
|
+
taskType: ConfluenceSpacePermissionTransitionTaskType;
|
|
33097
|
+
};
|
|
33098
|
+
export declare enum ConfluenceSpacePermissionTransitionTaskStep {
|
|
33099
|
+
BulkTransitionFetchingPermissions = "BULK_TRANSITION_FETCHING_PERMISSIONS",
|
|
33100
|
+
BulkTransitionMutatingPermissions = "BULK_TRANSITION_MUTATING_PERMISSIONS",
|
|
33101
|
+
BulkTransitionResolvingSpaces = "BULK_TRANSITION_RESOLVING_SPACES",
|
|
33102
|
+
BulkTransitionUpdatingAuditData = "BULK_TRANSITION_UPDATING_AUDIT_DATA",
|
|
33103
|
+
GenerateAuditReportAggregatingCombinations = "GENERATE_AUDIT_REPORT_AGGREGATING_COMBINATIONS",
|
|
33104
|
+
GenerateAuditReportFormattingReport = "GENERATE_AUDIT_REPORT_FORMATTING_REPORT",
|
|
33105
|
+
GenerateAuditReportPersistingCombinations = "GENERATE_AUDIT_REPORT_PERSISTING_COMBINATIONS",
|
|
33106
|
+
GenerateAuditReportUploadingReport = "GENERATE_AUDIT_REPORT_UPLOADING_REPORT"
|
|
33107
|
+
}
|
|
33108
|
+
export declare enum ConfluenceSpacePermissionTransitionTaskType {
|
|
33109
|
+
BulkAssign = "BULK_ASSIGN",
|
|
33110
|
+
BulkRemove = "BULK_REMOVE",
|
|
33111
|
+
GenerateAuditReport = "GENERATE_AUDIT_REPORT"
|
|
33112
|
+
}
|
|
32886
33113
|
export declare type ConfluenceSpaceProperty = {
|
|
32887
33114
|
__typename?: 'ConfluenceSpaceProperty';
|
|
32888
33115
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -35244,6 +35471,10 @@ export declare enum ConvoAiAgentSessionState {
|
|
|
35244
35471
|
Working = "WORKING"
|
|
35245
35472
|
}
|
|
35246
35473
|
export declare type ConvoAiAgentSessionUpdate = ConvoAiAnswerPartMessage | ConvoAiConversationMessage | ConvoAiEmptyConversation | ConvoAiErrorMessage | ConvoAiTraceMessage;
|
|
35474
|
+
export declare type ConvoAiAgentSessionUpdatePayload = {
|
|
35475
|
+
__typename?: 'ConvoAiAgentSessionUpdatePayload';
|
|
35476
|
+
association?: Maybe<AgentSessionAssociation>;
|
|
35477
|
+
};
|
|
35247
35478
|
export declare type ConvoAiAgentSessionUpdatedByProjects = {
|
|
35248
35479
|
__typename?: 'ConvoAiAgentSessionUpdatedByProjects';
|
|
35249
35480
|
agent?: Maybe<ConvoAiUser>;
|
|
@@ -39349,6 +39580,16 @@ export declare type CustomerServiceUpdateCustomDetailValuePayload = Payload & {
|
|
|
39349
39580
|
errors?: Maybe<Array<MutationError>>;
|
|
39350
39581
|
success: Scalars['Boolean']['output'];
|
|
39351
39582
|
};
|
|
39583
|
+
export declare type CustomerServiceUpdateCustomerNameInput = {
|
|
39584
|
+
accountId: Scalars['ID']['input'];
|
|
39585
|
+
displayName: Scalars['String']['input'];
|
|
39586
|
+
};
|
|
39587
|
+
export declare type CustomerServiceUpdateCustomerNamePayload = Payload & {
|
|
39588
|
+
__typename?: 'CustomerServiceUpdateCustomerNamePayload';
|
|
39589
|
+
errors?: Maybe<Array<MutationError>>;
|
|
39590
|
+
success: Scalars['Boolean']['output'];
|
|
39591
|
+
updatedCustomer?: Maybe<CustomerServiceUpdatedCustomerAccount>;
|
|
39592
|
+
};
|
|
39352
39593
|
export declare type CustomerServiceUpdateLiveChatAgentActivitiesInput = {
|
|
39353
39594
|
id: Scalars['ID']['input'];
|
|
39354
39595
|
liveChatActivity: Scalars['String']['input'];
|
|
@@ -39364,6 +39605,12 @@ export declare type CustomerServiceUpdateRequestParticipantInput = {
|
|
|
39364
39605
|
addedParticipants: Array<Scalars['String']['input']>;
|
|
39365
39606
|
deletedParticipants: Array<Scalars['ID']['input']>;
|
|
39366
39607
|
};
|
|
39608
|
+
export declare type CustomerServiceUpdatedCustomerAccount = {
|
|
39609
|
+
__typename?: 'CustomerServiceUpdatedCustomerAccount';
|
|
39610
|
+
displayName: Scalars['String']['output'];
|
|
39611
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
39612
|
+
id: Scalars['ID']['output'];
|
|
39613
|
+
};
|
|
39367
39614
|
export declare type CustomerServiceUserDetailValue = {
|
|
39368
39615
|
__typename?: 'CustomerServiceUserDetailValue';
|
|
39369
39616
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -40439,6 +40686,7 @@ export declare type DevAiAutodevNextWorkstreamSettings = {
|
|
|
40439
40686
|
eligibilityCriteria?: Maybe<Scalars['String']['output']>;
|
|
40440
40687
|
notifications?: Maybe<DevAiAutodevNextNotificationSettings>;
|
|
40441
40688
|
scanSchedule?: Maybe<DevAiAutodevNextScanSchedule>;
|
|
40689
|
+
suggestedJql?: Maybe<Scalars['String']['output']>;
|
|
40442
40690
|
taskOverdueAfterDays?: Maybe<Scalars['Int']['output']>;
|
|
40443
40691
|
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
40444
40692
|
};
|
|
@@ -40447,6 +40695,7 @@ export declare type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
|
40447
40695
|
eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
40448
40696
|
notifications?: InputMaybe<DevAiAutodevNextNotificationSettingsInput>;
|
|
40449
40697
|
scanSchedule?: InputMaybe<DevAiAutodevNextScanScheduleInput>;
|
|
40698
|
+
suggestedJql?: InputMaybe<Scalars['String']['input']>;
|
|
40450
40699
|
taskOverdueAfterDays?: InputMaybe<Scalars['Int']['input']>;
|
|
40451
40700
|
wipLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
40452
40701
|
};
|
|
@@ -106231,6 +106480,7 @@ export declare type GravityViewConfig = {
|
|
|
106231
106480
|
hideEmptyColumns?: Maybe<Scalars['Boolean']['output']>;
|
|
106232
106481
|
hideEmptyGroups?: Maybe<Scalars['Boolean']['output']>;
|
|
106233
106482
|
layoutType?: Maybe<GravityViewLayoutType>;
|
|
106483
|
+
showCardCovers?: Maybe<Scalars['Boolean']['output']>;
|
|
106234
106484
|
sort?: Maybe<Array<GravityViewSort>>;
|
|
106235
106485
|
sortMode?: Maybe<GravityViewSortMode>;
|
|
106236
106486
|
tableColumnSizes?: Maybe<Array<GravityViewTableColumnSize>>;
|
|
@@ -106250,6 +106500,7 @@ export declare type GravityViewConfigInput = {
|
|
|
106250
106500
|
hideEmptyColumns?: InputMaybe<Scalars['Boolean']['input']>;
|
|
106251
106501
|
hideEmptyGroups?: InputMaybe<Scalars['Boolean']['input']>;
|
|
106252
106502
|
layoutType?: InputMaybe<GravityViewLayoutType>;
|
|
106503
|
+
showCardCovers?: InputMaybe<Scalars['Boolean']['input']>;
|
|
106253
106504
|
sort?: InputMaybe<Array<GravityViewSortInput>>;
|
|
106254
106505
|
sortMode?: InputMaybe<GravityViewSortMode>;
|
|
106255
106506
|
tableColumnSizes?: InputMaybe<Array<GravityViewTableColumnSizeInput>>;
|
|
@@ -113512,9 +113763,11 @@ export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
113512
113763
|
id: Scalars['ID']['output'];
|
|
113513
113764
|
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
113514
113765
|
mappedWorkflows?: Maybe<JiraBoardViewWorkflowConnection>;
|
|
113766
|
+
maximumIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
113515
113767
|
name?: Maybe<Scalars['String']['output']>;
|
|
113516
113768
|
simpleTransitions?: Maybe<JiraTransitionConnection>;
|
|
113517
113769
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
113770
|
+
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
113518
113771
|
totalTransitionCount?: Maybe<Scalars['Int']['output']>;
|
|
113519
113772
|
transitionAgents?: Maybe<Array<JiraTransitionAgent>>;
|
|
113520
113773
|
workflows?: Maybe<JiraTransitionConnection>;
|
|
@@ -113531,6 +113784,9 @@ export declare type JiraBoardViewStatusColumnSimpleTransitionsArgs = {
|
|
|
113531
113784
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
113532
113785
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
113533
113786
|
};
|
|
113787
|
+
export declare type JiraBoardViewStatusColumnTotalIssueCountArgs = {
|
|
113788
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
113789
|
+
};
|
|
113534
113790
|
export declare type JiraBoardViewStatusColumnWorkflowsArgs = {
|
|
113535
113791
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
113536
113792
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -117673,6 +117929,7 @@ export declare type JiraFieldScheme = Node & {
|
|
|
117673
117929
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
117674
117930
|
name?: Maybe<Scalars['String']['output']>;
|
|
117675
117931
|
projectsCount?: Maybe<Scalars['Int']['output']>;
|
|
117932
|
+
requiredOnIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
117676
117933
|
schemeId?: Maybe<Scalars['ID']['output']>;
|
|
117677
117934
|
};
|
|
117678
117935
|
export declare type JiraFieldSchemeAssociatedIssueTypesArgs = {
|
|
@@ -117690,6 +117947,11 @@ export declare type JiraFieldSchemeAvailableProjectsArgs = {
|
|
|
117690
117947
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
117691
117948
|
input?: InputMaybe<JiraAvailableProjectSearchInput>;
|
|
117692
117949
|
};
|
|
117950
|
+
export declare type JiraFieldSchemeRequiredOnIssueTypesArgs = {
|
|
117951
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
117952
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
117953
|
+
input?: InputMaybe<JiraFieldSchemeRequiredOnIssueTypesInput>;
|
|
117954
|
+
};
|
|
117693
117955
|
export declare type JiraFieldSchemeAssociatedField = {
|
|
117694
117956
|
__typename?: 'JiraFieldSchemeAssociatedField';
|
|
117695
117957
|
field?: Maybe<JiraField>;
|
|
@@ -117736,6 +117998,9 @@ export declare type JiraFieldSchemePayload = Payload & {
|
|
|
117736
117998
|
fieldScheme?: Maybe<JiraFieldScheme>;
|
|
117737
117999
|
success: Scalars['Boolean']['output'];
|
|
117738
118000
|
};
|
|
118001
|
+
export declare type JiraFieldSchemeRequiredOnIssueTypesInput = {
|
|
118002
|
+
nameFilter?: InputMaybe<Scalars['String']['input']>;
|
|
118003
|
+
};
|
|
117739
118004
|
export declare type JiraFieldSchemeSourceInput = {
|
|
117740
118005
|
sourceFieldConfigurationSchemeId?: InputMaybe<Scalars['ID']['input']>;
|
|
117741
118006
|
sourceFieldSchemeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -121675,6 +121940,7 @@ export declare enum JiraIssueSearchOperationScope {
|
|
|
121675
121940
|
NinProject = "NIN_PROJECT",
|
|
121676
121941
|
NinProjectSchemaRefactor = "NIN_PROJECT_SCHEMA_REFACTOR",
|
|
121677
121942
|
NinProjectShadowRequest = "NIN_PROJECT_SHADOW_REQUEST",
|
|
121943
|
+
TimelineBoard = "TIMELINE_BOARD",
|
|
121678
121944
|
TimelineProject = "TIMELINE_PROJECT"
|
|
121679
121945
|
}
|
|
121680
121946
|
export declare type JiraIssueSearchOptions = {
|
|
@@ -127131,6 +127397,7 @@ export declare type JiraProject = Node & {
|
|
|
127131
127397
|
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
127132
127398
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
127133
127399
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
127400
|
+
requiredOnIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
127134
127401
|
roles?: Maybe<JiraRoleConnection>;
|
|
127135
127402
|
schemeAssociatedFields?: Maybe<JiraFieldSchemeAssociatedFieldsConnection>;
|
|
127136
127403
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -127307,6 +127574,11 @@ export declare type JiraProjectRequestTypesArgs = {
|
|
|
127307
127574
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
127308
127575
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
127309
127576
|
};
|
|
127577
|
+
export declare type JiraProjectRequiredOnIssueTypesArgs = {
|
|
127578
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
127579
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
127580
|
+
input?: InputMaybe<JiraProjectRequiredOnIssueTypesInput>;
|
|
127581
|
+
};
|
|
127310
127582
|
export declare type JiraProjectRolesArgs = {
|
|
127311
127583
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
127312
127584
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -127955,6 +128227,9 @@ export declare enum JiraProjectRecommendationType {
|
|
|
127955
128227
|
InviterActivity = "INVITER_ACTIVITY",
|
|
127956
128228
|
TenantActivity = "TENANT_ACTIVITY"
|
|
127957
128229
|
}
|
|
128230
|
+
export declare type JiraProjectRequiredOnIssueTypesInput = {
|
|
128231
|
+
nameFilter?: InputMaybe<Scalars['String']['input']>;
|
|
128232
|
+
};
|
|
127958
128233
|
export declare type JiraProjectRoleActorLogTableEntry = {
|
|
127959
128234
|
__typename?: 'JiraProjectRoleActorLogTableEntry';
|
|
127960
128235
|
executedBy?: Maybe<User>;
|
|
@@ -129988,7 +130263,6 @@ export declare type JiraRedactionSortInput = {
|
|
|
129988
130263
|
export declare type JiraRelatedLinkSuggestionConnection = {
|
|
129989
130264
|
__typename?: 'JiraRelatedLinkSuggestionConnection';
|
|
129990
130265
|
edges?: Maybe<Array<Maybe<JiraRelatedLinkSuggestionEdge>>>;
|
|
129991
|
-
errors?: Maybe<Array<QueryError>>;
|
|
129992
130266
|
pageInfo: PageInfo;
|
|
129993
130267
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
129994
130268
|
};
|
|
@@ -130504,7 +130778,7 @@ export declare type JiraRemoveIssueFromSprintInput = {
|
|
|
130504
130778
|
boardId: Scalars['ID']['input'];
|
|
130505
130779
|
issueId: Scalars['ID']['input'];
|
|
130506
130780
|
};
|
|
130507
|
-
export declare type JiraRemoveIssueFromSprintPayload = {
|
|
130781
|
+
export declare type JiraRemoveIssueFromSprintPayload = Payload & {
|
|
130508
130782
|
__typename?: 'JiraRemoveIssueFromSprintPayload';
|
|
130509
130783
|
errors?: Maybe<Array<MutationError>>;
|
|
130510
130784
|
jiraView?: Maybe<JiraViewResult>;
|
|
@@ -132808,6 +133082,18 @@ export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
|
132808
133082
|
success: Scalars['Boolean']['output'];
|
|
132809
133083
|
view?: Maybe<JiraBoardView>;
|
|
132810
133084
|
};
|
|
133085
|
+
export declare type JiraSetBoardViewStatusColumnIssueCountLimitInput = {
|
|
133086
|
+
columnId: Scalars['ID']['input'];
|
|
133087
|
+
maximumIssueCount?: InputMaybe<Scalars['Int']['input']>;
|
|
133088
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
133089
|
+
};
|
|
133090
|
+
export declare type JiraSetBoardViewStatusColumnIssueCountLimitPayload = {
|
|
133091
|
+
__typename?: 'JiraSetBoardViewStatusColumnIssueCountLimitPayload';
|
|
133092
|
+
boardView?: Maybe<JiraBoardView>;
|
|
133093
|
+
column?: Maybe<JiraBoardViewStatusColumn>;
|
|
133094
|
+
errors?: Maybe<Array<MutationError>>;
|
|
133095
|
+
success: Scalars['Boolean']['output'];
|
|
133096
|
+
};
|
|
132811
133097
|
export declare type JiraSetBoardViewStatusColumnMappingCreateStatusInput = {
|
|
132812
133098
|
name: Scalars['String']['input'];
|
|
132813
133099
|
reference: Scalars['ID']['input'];
|
|
@@ -133356,7 +133642,6 @@ export declare type JiraSimilarIssues = {
|
|
|
133356
133642
|
export declare type JiraSimilarWorkItemSuggestionConnection = {
|
|
133357
133643
|
__typename?: 'JiraSimilarWorkItemSuggestionConnection';
|
|
133358
133644
|
edges?: Maybe<Array<Maybe<JiraSimilarWorkItemSuggestionEdge>>>;
|
|
133359
|
-
errors?: Maybe<Array<QueryError>>;
|
|
133360
133645
|
pageInfo: PageInfo;
|
|
133361
133646
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
133362
133647
|
};
|
|
@@ -136795,7 +137080,6 @@ export declare type JiraWhiteboardResource = JiraConsolidatedResource & {
|
|
|
136795
137080
|
export declare type JiraWorkBreakdownSuggestionConnection = {
|
|
136796
137081
|
__typename?: 'JiraWorkBreakdownSuggestionConnection';
|
|
136797
137082
|
edges?: Maybe<Array<Maybe<JiraWorkBreakdownSuggestionEdge>>>;
|
|
136798
|
-
errors?: Maybe<Array<QueryError>>;
|
|
136799
137083
|
pageInfo: PageInfo;
|
|
136800
137084
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
136801
137085
|
};
|
|
@@ -138159,10 +138443,11 @@ export declare type JsmChannelsEstablishConnectionInput = {
|
|
|
138159
138443
|
connectionType: JsmChannelsConnectionType;
|
|
138160
138444
|
displayName: Scalars['String']['input'];
|
|
138161
138445
|
exchangeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
138162
|
-
hostUrl
|
|
138446
|
+
hostUrl?: InputMaybe<Scalars['String']['input']>;
|
|
138163
138447
|
profileRetrieverUrl?: InputMaybe<Scalars['String']['input']>;
|
|
138164
138448
|
refreshToken?: InputMaybe<Scalars['String']['input']>;
|
|
138165
138449
|
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
138450
|
+
tenantId?: InputMaybe<Scalars['String']['input']>;
|
|
138166
138451
|
};
|
|
138167
138452
|
export declare type JsmChannelsEstablishConnectionPayload = Payload & {
|
|
138168
138453
|
__typename?: 'JsmChannelsEstablishConnectionPayload';
|
|
@@ -139877,6 +140162,7 @@ export declare type KitsuneInsight = Node & {
|
|
|
139877
140162
|
externalId?: Maybe<Scalars['ID']['output']>;
|
|
139878
140163
|
id: Scalars['ID']['output'];
|
|
139879
140164
|
jiraIssue?: Maybe<JiraIssue>;
|
|
140165
|
+
nbSnippets: Scalars['Int']['output'];
|
|
139880
140166
|
snippets: KitsuneSnippetConnection;
|
|
139881
140167
|
summary?: Maybe<KitsuneSummary>;
|
|
139882
140168
|
title: Scalars['String']['output'];
|
|
@@ -142604,6 +142890,10 @@ export declare type LpQueryError = Node & {
|
|
|
142604
142890
|
identifier?: Maybe<Scalars['ID']['output']>;
|
|
142605
142891
|
message?: Maybe<Scalars['String']['output']>;
|
|
142606
142892
|
};
|
|
142893
|
+
export declare type M360ServiceHelloWorldPayload = {
|
|
142894
|
+
__typename?: 'M360ServiceHelloWorldPayload';
|
|
142895
|
+
greeting?: Maybe<Scalars['String']['output']>;
|
|
142896
|
+
};
|
|
142607
142897
|
export declare type Macro = {
|
|
142608
142898
|
__typename?: 'Macro';
|
|
142609
142899
|
adf: Scalars['String']['output'];
|
|
@@ -145510,6 +145800,24 @@ export declare type MarketplaceStoreEntitlementDetails = {
|
|
|
145510
145800
|
ccpUsers?: Maybe<Scalars['Int']['output']>;
|
|
145511
145801
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
145512
145802
|
};
|
|
145803
|
+
export declare type MarketplaceStoreExploreObjectsSection = MarketplaceStoreLayoutSection & {
|
|
145804
|
+
__typename?: 'MarketplaceStoreExploreObjectsSection';
|
|
145805
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
145806
|
+
key: MarketplaceStoreLayoutSectionKeys;
|
|
145807
|
+
navigationUrl?: Maybe<Scalars['String']['output']>;
|
|
145808
|
+
objectsFetchCount?: Maybe<Scalars['Int']['output']>;
|
|
145809
|
+
searchMetadata?: Maybe<MarketplaceStoreSearchMetadata>;
|
|
145810
|
+
tabs?: Maybe<Array<MarketplaceStoreExploreObjectsTab>>;
|
|
145811
|
+
title: Scalars['String']['output'];
|
|
145812
|
+
type: MarketplaceStoreLayoutSectionType;
|
|
145813
|
+
widgets?: Maybe<Array<Maybe<MarketplaceStoreLayoutWidget>>>;
|
|
145814
|
+
};
|
|
145815
|
+
export declare type MarketplaceStoreExploreObjectsTab = {
|
|
145816
|
+
__typename?: 'MarketplaceStoreExploreObjectsTab';
|
|
145817
|
+
iconKey?: Maybe<Scalars['String']['output']>;
|
|
145818
|
+
name: Scalars['String']['output'];
|
|
145819
|
+
searchMetadata?: Maybe<MarketplaceStoreSearchMetadata>;
|
|
145820
|
+
};
|
|
145513
145821
|
export declare enum MarketplaceStoreFormStatus {
|
|
145514
145822
|
Approved = "APPROVED",
|
|
145515
145823
|
Rejected = "REJECTED",
|
|
@@ -145755,7 +146063,6 @@ export declare enum MarketplaceStoreLayoutSectionKeys {
|
|
|
145755
146063
|
RecommendedForYou = "RECOMMENDED_FOR_YOU",
|
|
145756
146064
|
Spotlight = "SPOTLIGHT",
|
|
145757
146065
|
Statistics = "STATISTICS",
|
|
145758
|
-
TopUseCases = "TOP_USE_CASES",
|
|
145759
146066
|
TrustedPartners = "TRUSTED_PARTNERS"
|
|
145760
146067
|
}
|
|
145761
146068
|
export declare enum MarketplaceStoreLayoutSectionType {
|
|
@@ -145763,8 +146070,8 @@ export declare enum MarketplaceStoreLayoutSectionType {
|
|
|
145763
146070
|
Capability = "CAPABILITY",
|
|
145764
146071
|
Dark = "DARK",
|
|
145765
146072
|
ExploreCategories = "EXPLORE_CATEGORIES",
|
|
145766
|
-
|
|
145767
|
-
|
|
146073
|
+
ExploreObjects = "EXPLORE_OBJECTS",
|
|
146074
|
+
List = "LIST"
|
|
145768
146075
|
}
|
|
145769
146076
|
export declare enum MarketplaceStoreLayoutSlotTheme {
|
|
145770
146077
|
Bounded = "BOUNDED",
|
|
@@ -146573,18 +146880,6 @@ export declare type MarketplaceStoreThirdPartyInformation = {
|
|
|
146573
146880
|
isEndUserDataShared?: Maybe<Scalars['Boolean']['output']>;
|
|
146574
146881
|
thirdPartyDetails?: Maybe<Array<Maybe<MarketplaceStoreThirdPartyDetails>>>;
|
|
146575
146882
|
};
|
|
146576
|
-
export declare type MarketplaceStoreTopUseCasesSection = MarketplaceStoreLayoutSection & {
|
|
146577
|
-
__typename?: 'MarketplaceStoreTopUseCasesSection';
|
|
146578
|
-
description?: Maybe<Scalars['String']['output']>;
|
|
146579
|
-
key: MarketplaceStoreLayoutSectionKeys;
|
|
146580
|
-
navigationUrl?: Maybe<Scalars['String']['output']>;
|
|
146581
|
-
objectsFetchCount?: Maybe<Scalars['Int']['output']>;
|
|
146582
|
-
searchMetadata?: Maybe<MarketplaceStoreSearchMetadata>;
|
|
146583
|
-
title: Scalars['String']['output'];
|
|
146584
|
-
topUseCases?: Maybe<MarketplaceStoreUseCases>;
|
|
146585
|
-
type: MarketplaceStoreLayoutSectionType;
|
|
146586
|
-
widgets?: Maybe<Array<Maybe<MarketplaceStoreLayoutWidget>>>;
|
|
146587
|
-
};
|
|
146588
146883
|
export declare type MarketplaceStoreTrustSignalDataRules = {
|
|
146589
146884
|
__typename?: 'MarketplaceStoreTrustSignalDataRules';
|
|
146590
146885
|
name: Scalars['String']['output'];
|
|
@@ -146632,17 +146927,6 @@ export declare type MarketplaceStoreUpdateUserPreferencesResponse = {
|
|
|
146632
146927
|
status: Scalars['String']['output'];
|
|
146633
146928
|
version: Scalars['Int']['output'];
|
|
146634
146929
|
};
|
|
146635
|
-
export declare type MarketplaceStoreUseCaseValue = {
|
|
146636
|
-
__typename?: 'MarketplaceStoreUseCaseValue';
|
|
146637
|
-
iconKey?: Maybe<Scalars['String']['output']>;
|
|
146638
|
-
id: Scalars['String']['output'];
|
|
146639
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
146640
|
-
};
|
|
146641
|
-
export declare type MarketplaceStoreUseCases = {
|
|
146642
|
-
__typename?: 'MarketplaceStoreUseCases';
|
|
146643
|
-
heading?: Maybe<Scalars['String']['output']>;
|
|
146644
|
-
values?: Maybe<Array<MarketplaceStoreUseCaseValue>>;
|
|
146645
|
-
};
|
|
146646
146930
|
export declare type MarketplaceStoreUserPreferences = {
|
|
146647
146931
|
__typename?: 'MarketplaceStoreUserPreferences';
|
|
146648
146932
|
notifyOnAppArchivalSchedule?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -154195,6 +154479,16 @@ export declare type MercuryViewSettings = {
|
|
|
154195
154479
|
export declare type MercuryViewSettingsInput = {
|
|
154196
154480
|
values: Array<MercuryViewSettingEntryInput>;
|
|
154197
154481
|
};
|
|
154482
|
+
export declare type MercuryViewSort = {
|
|
154483
|
+
field: MercuryViewSortField;
|
|
154484
|
+
order: SortOrder;
|
|
154485
|
+
};
|
|
154486
|
+
export declare enum MercuryViewSortField {
|
|
154487
|
+
Name = "NAME",
|
|
154488
|
+
Rank = "RANK",
|
|
154489
|
+
StarredDate = "STARRED_DATE",
|
|
154490
|
+
UpdatedDate = "UPDATED_DATE"
|
|
154491
|
+
}
|
|
154198
154492
|
export declare enum MercuryViewType {
|
|
154199
154493
|
HierarchyView = "HIERARCHY_VIEW",
|
|
154200
154494
|
RankingView = "RANKING_VIEW"
|
|
@@ -154590,8 +154884,11 @@ export declare type Mutation = {
|
|
|
154590
154884
|
agentWorkspace_createDraftedRoutingTable?: Maybe<AgentWorkspaceCreateDraftedRoutingTablePayload>;
|
|
154591
154885
|
agentWorkspace_createSchedule?: Maybe<AgentWorkspaceCreateSchedulePayload>;
|
|
154592
154886
|
agentWorkspace_createSkill?: Maybe<AgentWorkspaceSkillCreatePayload>;
|
|
154887
|
+
agentWorkspace_deleteCoverShift?: Maybe<AgentWorkspaceDeleteShiftPayload>;
|
|
154593
154888
|
agentWorkspace_deleteSchedule?: Maybe<AgentWorkspaceDeleteSchedulePayload>;
|
|
154594
154889
|
agentWorkspace_deleteShift?: Maybe<AgentWorkspaceDeleteShiftPayload>;
|
|
154890
|
+
agentWorkspace_discardDraftedRoutingTable?: Maybe<AgentWorkspaceDiscardDraftedRoutingTablePayload>;
|
|
154891
|
+
agentWorkspace_editCoverShift?: Maybe<AgentWorkspaceEditShiftPayload>;
|
|
154595
154892
|
agentWorkspace_editShift?: Maybe<AgentWorkspaceEditShiftPayload>;
|
|
154596
154893
|
agentWorkspace_endBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
154597
154894
|
agentWorkspace_restoreSkill?: Maybe<AgentWorkspaceRestoreSkillPayload>;
|
|
@@ -154610,6 +154907,7 @@ export declare type Mutation = {
|
|
|
154610
154907
|
agentWorkspace_updateSmartRoutingConfig?: Maybe<AgentWorkspaceUpdateSmartRoutingConfigPayload>;
|
|
154611
154908
|
agentWorkspace_upsertDraftedRoutingTableEntry?: Maybe<AgentWorkspaceUpsertDraftedRoutingTableEntryPayload>;
|
|
154612
154909
|
aiCoreApi_initiateCsvExport?: Maybe<AiCoreApiCsvExportResult>;
|
|
154910
|
+
aiCoreApi_initiateRsaReport?: Maybe<AiCoreApiRsaInitiateReportResult>;
|
|
154613
154911
|
aiManagedObject_createAiManagedObject?: Maybe<AiManagedObject>;
|
|
154614
154912
|
aiManagedObject_createAiManagedObjectConfig?: Maybe<AiManagedObjectConfig>;
|
|
154615
154913
|
aiManagedObject_deleteAiManagedObject?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -154685,6 +154983,7 @@ export declare type Mutation = {
|
|
|
154685
154983
|
assetsDM_updateDataSourcePriority?: Maybe<AssetsDmUpdateDataSourcePayload>;
|
|
154686
154984
|
assetsDM_updateDataSourceType?: Maybe<AssetsDmUpdateDataSourceTypeResponse>;
|
|
154687
154985
|
assetsDM_updateDefaultCleansingRule?: Maybe<AssetsDmUpdateDefaultCleansingRuleResponse>;
|
|
154986
|
+
assetsVertical_archiveInsight?: Maybe<AssetsVerticalArchiveInsightPayload>;
|
|
154688
154987
|
assetsVertical_createAssetTypesTrackings?: Maybe<AssetsVerticalAssetTypesTrackingsPayload>;
|
|
154689
154988
|
assetsVertical_createDepreciationRule?: Maybe<AssetsVerticalDepreciationRulePayload>;
|
|
154690
154989
|
assetsVertical_createItemMappings?: Maybe<AssetsVerticalItemMappingsPayload>;
|
|
@@ -155042,6 +155341,7 @@ export declare type Mutation = {
|
|
|
155042
155341
|
csmAi_updateHandoffConfig?: Maybe<CsmAiUpdateHandoffConfigPayload>;
|
|
155043
155342
|
csmAi_updateKnowledgeSource?: Maybe<CsmAiKnowledgeSourcePayload>;
|
|
155044
155343
|
csmAi_updateWidget?: Maybe<CsmAiUpdateWidgetPayload>;
|
|
155344
|
+
csm_updateCustomerName?: Maybe<CustomerServiceUpdateCustomerNamePayload>;
|
|
155045
155345
|
csm_updateLiveChatSettings?: Maybe<CustomerServiceLiveChatSettingsPayload>;
|
|
155046
155346
|
csm_upsertEmailChannelConfiguration?: Maybe<CustomerServiceEmailChannelConfigUpsertPayload>;
|
|
155047
155347
|
csm_upsertHelpCenterMetadata?: Maybe<CustomerServiceHelpCenterMetadataUpsertPayload>;
|
|
@@ -155205,6 +155505,7 @@ export declare type Mutation = {
|
|
|
155205
155505
|
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
155206
155506
|
goals_unlinkJiraAlignProject?: Maybe<TownsquareGoalsUnlinkJiraAlignProjectPayload>;
|
|
155207
155507
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
155508
|
+
goals_updateAppPermissionPolicies?: Maybe<TownsquareUpdateGoalsAppPermissionPoliciesPayload>;
|
|
155208
155509
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
155209
155510
|
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
155210
155511
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
@@ -155331,6 +155632,7 @@ export declare type Mutation = {
|
|
|
155331
155632
|
jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
|
|
155332
155633
|
jira_setBoardViewFilter?: Maybe<JiraSetBoardViewFilterPayload>;
|
|
155333
155634
|
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
155635
|
+
jira_setBoardViewStatusColumnIssueCountLimit?: Maybe<JiraSetBoardViewStatusColumnIssueCountLimitPayload>;
|
|
155334
155636
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
155335
155637
|
jira_setBoardViewSwimlaneState?: Maybe<JiraSetBoardViewSwimlaneStatePayload>;
|
|
155336
155638
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
@@ -155546,6 +155848,7 @@ export declare type Mutation = {
|
|
|
155546
155848
|
projects_setWatchingProject?: Maybe<TownsquareProjectsSetWatchingProjectPayload>;
|
|
155547
155849
|
projects_shareProject?: Maybe<TownsquareProjectsShareProjectPayload>;
|
|
155548
155850
|
projects_shareUpdate?: Maybe<TownsquareProjectsShareUpdatePayload>;
|
|
155851
|
+
projects_updateAppPermissionPolicies?: Maybe<TownsquareUpdateProjectsAppPermissionPoliciesPayload>;
|
|
155549
155852
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
155550
155853
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
155551
155854
|
radar_clearFocusAreaProposals?: Maybe<RadarMutationResponse>;
|
|
@@ -156178,12 +156481,21 @@ export declare type MutationAgentWorkspace_CreateScheduleArgs = {
|
|
|
156178
156481
|
export declare type MutationAgentWorkspace_CreateSkillArgs = {
|
|
156179
156482
|
input: AgentWorkspaceSkillCreateInput;
|
|
156180
156483
|
};
|
|
156484
|
+
export declare type MutationAgentWorkspace_DeleteCoverShiftArgs = {
|
|
156485
|
+
input: AgentWorkspaceDeleteCoverShiftInput;
|
|
156486
|
+
};
|
|
156181
156487
|
export declare type MutationAgentWorkspace_DeleteScheduleArgs = {
|
|
156182
156488
|
input: AgentWorkspaceDeleteScheduleInput;
|
|
156183
156489
|
};
|
|
156184
156490
|
export declare type MutationAgentWorkspace_DeleteShiftArgs = {
|
|
156185
156491
|
input: AgentWorkspaceDeleteShiftInput;
|
|
156186
156492
|
};
|
|
156493
|
+
export declare type MutationAgentWorkspace_DiscardDraftedRoutingTableArgs = {
|
|
156494
|
+
input: AgentWorkspaceDiscardDraftedRoutingTableInput;
|
|
156495
|
+
};
|
|
156496
|
+
export declare type MutationAgentWorkspace_EditCoverShiftArgs = {
|
|
156497
|
+
input: AgentWorkspaceEditCoverShiftInput;
|
|
156498
|
+
};
|
|
156187
156499
|
export declare type MutationAgentWorkspace_EditShiftArgs = {
|
|
156188
156500
|
input: AgentWorkspaceEditShiftInput;
|
|
156189
156501
|
};
|
|
@@ -156240,6 +156552,9 @@ export declare type MutationAgentWorkspace_UpsertDraftedRoutingTableEntryArgs =
|
|
|
156240
156552
|
export declare type MutationAiCoreApi_InitiateCsvExportArgs = {
|
|
156241
156553
|
input: AiCoreApiCsvExportInput;
|
|
156242
156554
|
};
|
|
156555
|
+
export declare type MutationAiCoreApi_InitiateRsaReportArgs = {
|
|
156556
|
+
input: AiCoreApiRsaReportInput;
|
|
156557
|
+
};
|
|
156243
156558
|
export declare type MutationAiManagedObject_CreateAiManagedObjectArgs = {
|
|
156244
156559
|
cloudId: Scalars['ID']['input'];
|
|
156245
156560
|
input: AiManagedObjectCreateInput;
|
|
@@ -156594,6 +156909,9 @@ export declare type MutationAssetsDm_UpdateDefaultCleansingRuleArgs = {
|
|
|
156594
156909
|
input: AssetsDmUpdateDefaultCleansingRuleInput;
|
|
156595
156910
|
workspaceId: Scalars['ID']['input'];
|
|
156596
156911
|
};
|
|
156912
|
+
export declare type MutationAssetsVertical_ArchiveInsightArgs = {
|
|
156913
|
+
input: AssetsVerticalArchiveInsightInput;
|
|
156914
|
+
};
|
|
156597
156915
|
export declare type MutationAssetsVertical_CreateAssetTypesTrackingsArgs = {
|
|
156598
156916
|
input: AssetsVerticalCreateAssetTypesTrackingsInput;
|
|
156599
156917
|
};
|
|
@@ -157868,6 +158186,10 @@ export declare type MutationCsmAi_UpdateWidgetArgs = {
|
|
|
157868
158186
|
input: CsmAiWidgetUpdateInput;
|
|
157869
158187
|
widgetId: Scalars['ID']['input'];
|
|
157870
158188
|
};
|
|
158189
|
+
export declare type MutationCsm_UpdateCustomerNameArgs = {
|
|
158190
|
+
cloudId: Scalars['ID']['input'];
|
|
158191
|
+
input: CustomerServiceUpdateCustomerNameInput;
|
|
158192
|
+
};
|
|
157871
158193
|
export declare type MutationCsm_UpdateLiveChatSettingsArgs = {
|
|
157872
158194
|
cloudId: Scalars['ID']['input'];
|
|
157873
158195
|
input: CustomerServiceLiveChatSettingsInput;
|
|
@@ -158381,6 +158703,9 @@ export declare type MutationGoals_UnlinkJiraAlignProjectArgs = {
|
|
|
158381
158703
|
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
158382
158704
|
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
158383
158705
|
};
|
|
158706
|
+
export declare type MutationGoals_UpdateAppPermissionPoliciesArgs = {
|
|
158707
|
+
input: TownsquareUpdateGoalsAppPermissionPoliciesInput;
|
|
158708
|
+
};
|
|
158384
158709
|
export declare type MutationGrantContentAccessArgs = {
|
|
158385
158710
|
grantContentAccessInput: GrantContentAccessInput;
|
|
158386
158711
|
};
|
|
@@ -158767,6 +159092,9 @@ export declare type MutationJira_SetBoardViewFilterArgs = {
|
|
|
158767
159092
|
export declare type MutationJira_SetBoardViewGroupByArgs = {
|
|
158768
159093
|
input: JiraSetBoardViewGroupByInput;
|
|
158769
159094
|
};
|
|
159095
|
+
export declare type MutationJira_SetBoardViewStatusColumnIssueCountLimitArgs = {
|
|
159096
|
+
input: JiraSetBoardViewStatusColumnIssueCountLimitInput;
|
|
159097
|
+
};
|
|
158770
159098
|
export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
|
|
158771
159099
|
input: JiraSetBoardViewStatusColumnMappingInput;
|
|
158772
159100
|
};
|
|
@@ -159472,6 +159800,9 @@ export declare type MutationProjects_ShareProjectArgs = {
|
|
|
159472
159800
|
export declare type MutationProjects_ShareUpdateArgs = {
|
|
159473
159801
|
input: TownsquareProjectsShareUpdateInput;
|
|
159474
159802
|
};
|
|
159803
|
+
export declare type MutationProjects_UpdateAppPermissionPoliciesArgs = {
|
|
159804
|
+
input: TownsquareUpdateProjectsAppPermissionPoliciesInput;
|
|
159805
|
+
};
|
|
159475
159806
|
export declare type MutationPublicLinkPagesAdminActionArgs = {
|
|
159476
159807
|
action: PublicLinkAdminAction;
|
|
159477
159808
|
pageIds: Array<Scalars['ID']['input']>;
|
|
@@ -163550,10 +163881,12 @@ export declare type Query = {
|
|
|
163550
163881
|
agentWorkspace_capacitySummary?: Maybe<AgentWorkspaceCapacitySummary>;
|
|
163551
163882
|
agentWorkspace_categorySkillsInProject?: Maybe<AgentWorkspaceSkillConnection>;
|
|
163552
163883
|
agentWorkspace_clusterServiceCategories?: Maybe<AgentWorkspaceServiceClusteringResult>;
|
|
163884
|
+
agentWorkspace_coverShiftEditBounds?: Maybe<AgentWorkspaceShiftEditBounds>;
|
|
163553
163885
|
agentWorkspace_defaultCapacity?: Maybe<AgentWorkspaceDefaultCapacity>;
|
|
163554
163886
|
agentWorkspace_draftedRoutingTable?: Maybe<AgentWorkspaceDraftedRoutingTable>;
|
|
163555
163887
|
agentWorkspace_eligibleGroups?: Maybe<AgentWorkspaceEligibleGroupsPayload>;
|
|
163556
163888
|
agentWorkspace_projectDefaultAvailability?: Maybe<AgentWorkspaceProjectDefaultAvailability>;
|
|
163889
|
+
agentWorkspace_recommendedAgentsForCoverageGap?: Maybe<Array<AgentWorkspaceAgent>>;
|
|
163557
163890
|
agentWorkspace_recommendedAgentsForGap?: Maybe<Array<AgentWorkspaceAgent>>;
|
|
163558
163891
|
agentWorkspace_recommendedAssignees?: Maybe<AgentWorkspaceRecommendedAssigneesResponse>;
|
|
163559
163892
|
agentWorkspace_routingConfig?: Maybe<AgentWorkspaceSmartRoutingConfig>;
|
|
@@ -163578,6 +163911,7 @@ export declare type Query = {
|
|
|
163578
163911
|
agentWorkspace_teamsConnectedToProject?: Maybe<AgentWorkspaceTeamConnection>;
|
|
163579
163912
|
agent_sessionAssociationQuery?: Maybe<AgentSessionAssociationConnection>;
|
|
163580
163913
|
agent_sessionQuery?: Maybe<AgentSessionConnection>;
|
|
163914
|
+
aiCoreApi_fetchRsaReport?: Maybe<AiCoreApiRsaFetchReportResult>;
|
|
163581
163915
|
aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
|
|
163582
163916
|
aiCoreApi_vsaQuestionsByProjectAndType?: Maybe<AiCoreApiVsaQuestionsWithTypeResult>;
|
|
163583
163917
|
aiCoreApi_vsaReportingByProject?: Maybe<AiCoreApiVsaReportingResult>;
|
|
@@ -163916,6 +164250,7 @@ export declare type Query = {
|
|
|
163916
164250
|
confluence_isSpaceRoleAssignedToUserTypes?: Maybe<ConfluenceSpaceRoleAssigned>;
|
|
163917
164251
|
confluence_isWatchingLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
163918
164252
|
confluence_latestInProgressSpacePermissionTransitionTaskId?: Maybe<Scalars['String']['output']>;
|
|
164253
|
+
confluence_latestInProgressSpacePermissionTransitionTaskProgress?: Maybe<ConfluenceSpacePermissionTransitionTaskProgress>;
|
|
163919
164254
|
confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
|
|
163920
164255
|
confluence_legacyEditorReportDownloadLink?: Maybe<ConfluenceLegacyEditorReportDownloadLink>;
|
|
163921
164256
|
confluence_loomEntryPoints?: Maybe<ConfluenceLoomEntryPoints>;
|
|
@@ -164203,6 +164538,7 @@ export declare type Query = {
|
|
|
164203
164538
|
globalSpaceConfiguration?: Maybe<GlobalSpaceConfiguration>;
|
|
164204
164539
|
goals_allWatchedGoalUpdates?: Maybe<TownsquareUpdateConnection>;
|
|
164205
164540
|
goals_allWatchedGoalUpdatesCount?: Maybe<Scalars['Int']['output']>;
|
|
164541
|
+
goals_appPermissionPolicies?: Maybe<TownsquareGoalsAppPermissionPolicyConnection>;
|
|
164206
164542
|
goals_appSettings?: Maybe<TownsquareGoalsAppSettings>;
|
|
164207
164543
|
goals_byId?: Maybe<TownsquareGoal>;
|
|
164208
164544
|
goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
@@ -164444,6 +164780,7 @@ export declare type Query = {
|
|
|
164444
164780
|
loom_workspaceTrendingVideos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
164445
164781
|
loom_workspaces?: Maybe<Array<Maybe<LoomWorkspace>>>;
|
|
164446
164782
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
164783
|
+
m360Service_helloWorld?: Maybe<M360ServiceHelloWorldPayload>;
|
|
164447
164784
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
164448
164785
|
macros?: Maybe<MacroConnection>;
|
|
164449
164786
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
@@ -164539,6 +164876,7 @@ export declare type Query = {
|
|
|
164539
164876
|
productListings: Array<ProductListingResult>;
|
|
164540
164877
|
projects_allWatchedProjectUpdates?: Maybe<TownsquareUpdateConnection>;
|
|
164541
164878
|
projects_allWatchedProjectUpdatesCount?: Maybe<Scalars['Int']['output']>;
|
|
164879
|
+
projects_appPermissionPolicies?: Maybe<TownsquareProjectsAppPermissionPolicyConnection>;
|
|
164542
164880
|
projects_appSettings?: Maybe<TownsquareProjectsAppSettings>;
|
|
164543
164881
|
projects_byAri?: Maybe<TownsquareProject>;
|
|
164544
164882
|
projects_byAris?: Maybe<Array<Maybe<TownsquareProject>>>;
|
|
@@ -164679,6 +165017,7 @@ export declare type Query = {
|
|
|
164679
165017
|
stakeholderComms_getComponentsWithUptimeByPageIdV2?: Maybe<StakeholderCommsNestedComponentWithUptimeConnection>;
|
|
164680
165018
|
stakeholderComms_getDraftComponentsByPageId?: Maybe<StakeholderCommsPageDraftComponentResponse>;
|
|
164681
165019
|
stakeholderComms_getDraftComponentsByPageIdV2?: Maybe<StakeholderCommsNestedComponentConnection>;
|
|
165020
|
+
stakeholderComms_getDraftEmailForIncident?: Maybe<StakeholderCommsDraftEmailResponse>;
|
|
164682
165021
|
stakeholderComms_getDraftPageById?: Maybe<StakeholderCommsPageResponse>;
|
|
164683
165022
|
stakeholderComms_getDraftPageByName?: Maybe<StakeholderCommsPageResponse>;
|
|
164684
165023
|
stakeholderComms_getFileReadMediaToken?: Maybe<StakeholderCommsMediaToken>;
|
|
@@ -165510,6 +165849,9 @@ export declare type QueryAgentWorkspace_ClusterServiceCategoriesArgs = {
|
|
|
165510
165849
|
projectKey: Scalars['String']['input'];
|
|
165511
165850
|
serviceFieldId: Scalars['String']['input'];
|
|
165512
165851
|
};
|
|
165852
|
+
export declare type QueryAgentWorkspace_CoverShiftEditBoundsArgs = {
|
|
165853
|
+
input: AgentWorkspaceCoverShiftEditBoundsInput;
|
|
165854
|
+
};
|
|
165513
165855
|
export declare type QueryAgentWorkspace_DefaultCapacityArgs = {
|
|
165514
165856
|
cloudId: Scalars['ID']['input'];
|
|
165515
165857
|
projectKey: Scalars['String']['input'];
|
|
@@ -165524,6 +165866,9 @@ export declare type QueryAgentWorkspace_ProjectDefaultAvailabilityArgs = {
|
|
|
165524
165866
|
cloudId: Scalars['ID']['input'];
|
|
165525
165867
|
projectId: Scalars['ID']['input'];
|
|
165526
165868
|
};
|
|
165869
|
+
export declare type QueryAgentWorkspace_RecommendedAgentsForCoverageGapArgs = {
|
|
165870
|
+
input: AgentWorkspaceRecommendedAgentsForCoverageGapInput;
|
|
165871
|
+
};
|
|
165527
165872
|
export declare type QueryAgentWorkspace_RecommendedAgentsForGapArgs = {
|
|
165528
165873
|
input: AgentWorkspaceRecommendedAgentsForGapInput;
|
|
165529
165874
|
};
|
|
@@ -165653,6 +165998,10 @@ export declare type QueryAgent_SessionQueryArgs = {
|
|
|
165653
165998
|
shardingContext?: InputMaybe<Scalars['String']['input']>;
|
|
165654
165999
|
sort?: InputMaybe<Scalars['String']['input']>;
|
|
165655
166000
|
};
|
|
166001
|
+
export declare type QueryAiCoreApi_FetchRsaReportArgs = {
|
|
166002
|
+
jobId: Scalars['ID']['input'];
|
|
166003
|
+
queryTypes?: InputMaybe<Array<AiCoreApiRsaQueryType>>;
|
|
166004
|
+
};
|
|
165656
166005
|
export declare type QueryAiCoreApi_VsaQuestionsByProjectArgs = {
|
|
165657
166006
|
projectAri: Scalars['ID']['input'];
|
|
165658
166007
|
};
|
|
@@ -167182,6 +167531,9 @@ export declare type QueryConfluence_IsWatchingLabelArgs = {
|
|
|
167182
167531
|
export declare type QueryConfluence_LatestInProgressSpacePermissionTransitionTaskIdArgs = {
|
|
167183
167532
|
cloudId: Scalars['ID']['input'];
|
|
167184
167533
|
};
|
|
167534
|
+
export declare type QueryConfluence_LatestInProgressSpacePermissionTransitionTaskProgressArgs = {
|
|
167535
|
+
cloudId: Scalars['ID']['input'];
|
|
167536
|
+
};
|
|
167185
167537
|
export declare type QueryConfluence_LatestKnowledgeGraphObjectV2Args = {
|
|
167186
167538
|
cloudId: Scalars['String']['input'];
|
|
167187
167539
|
contentId: Scalars['ID']['input'];
|
|
@@ -168421,6 +168773,7 @@ export declare type QueryFocus_ViewsSearchArgs = {
|
|
|
168421
168773
|
cloudId: Scalars['ID']['input'];
|
|
168422
168774
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168423
168775
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
168776
|
+
sort?: InputMaybe<Array<MercuryViewSort>>;
|
|
168424
168777
|
};
|
|
168425
168778
|
export declare type QueryForYouFeedArgs = {
|
|
168426
168779
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -168506,6 +168859,11 @@ export declare type QueryGoals_AllWatchedGoalUpdatesCountArgs = {
|
|
|
168506
168859
|
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
168507
168860
|
stateFilter?: InputMaybe<TownsquareUpdateStateFilter>;
|
|
168508
168861
|
};
|
|
168862
|
+
export declare type QueryGoals_AppPermissionPoliciesArgs = {
|
|
168863
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
168864
|
+
containerId: Scalars['ID']['input'];
|
|
168865
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168866
|
+
};
|
|
168509
168867
|
export declare type QueryGoals_AppSettingsArgs = {
|
|
168510
168868
|
containerId: Scalars['ID']['input'];
|
|
168511
168869
|
};
|
|
@@ -169417,6 +169775,9 @@ export declare type QueryLoom_WorkspaceTrendingVideosArgs = {
|
|
|
169417
169775
|
export declare type QueryLoom_WorkspacesArgs = {
|
|
169418
169776
|
ids: Array<Scalars['ID']['input']>;
|
|
169419
169777
|
};
|
|
169778
|
+
export declare type QueryM360Service_HelloWorldArgs = {
|
|
169779
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
169780
|
+
};
|
|
169420
169781
|
export declare type QueryMacroBodyRendererArgs = {
|
|
169421
169782
|
adf: Scalars['String']['input'];
|
|
169422
169783
|
containedRender?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -169710,6 +170071,11 @@ export declare type QueryProjects_AllWatchedProjectUpdatesCountArgs = {
|
|
|
169710
170071
|
createdBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
169711
170072
|
stateFilter?: InputMaybe<TownsquareUpdateStateFilter>;
|
|
169712
170073
|
};
|
|
170074
|
+
export declare type QueryProjects_AppPermissionPoliciesArgs = {
|
|
170075
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
170076
|
+
containerId: Scalars['ID']['input'];
|
|
170077
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170078
|
+
};
|
|
169713
170079
|
export declare type QueryProjects_AppSettingsArgs = {
|
|
169714
170080
|
containerId: Scalars['ID']['input'];
|
|
169715
170081
|
};
|
|
@@ -170288,6 +170654,11 @@ export declare type QueryStakeholderComms_GetDraftComponentsByPageIdV2Args = {
|
|
|
170288
170654
|
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
170289
170655
|
nestedComponentConnectionInput: StakeholderCommsNestedComponentConnectionInput;
|
|
170290
170656
|
};
|
|
170657
|
+
export declare type QueryStakeholderComms_GetDraftEmailForIncidentArgs = {
|
|
170658
|
+
audienceType: StakeholderCommsDraftEmailAudienceType;
|
|
170659
|
+
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
170660
|
+
incidentId: Scalars['String']['input'];
|
|
170661
|
+
};
|
|
170291
170662
|
export declare type QueryStakeholderComms_GetDraftPageByIdArgs = {
|
|
170292
170663
|
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
170293
170664
|
pageId: Scalars['String']['input'];
|
|
@@ -196745,6 +197116,16 @@ export declare type StakeholderCommsDnsRecordType = {
|
|
|
196745
197116
|
name: Scalars['String']['output'];
|
|
196746
197117
|
records: Array<StakeholderCommsDnsRecord>;
|
|
196747
197118
|
};
|
|
197119
|
+
export declare enum StakeholderCommsDraftEmailAudienceType {
|
|
197120
|
+
External = "EXTERNAL",
|
|
197121
|
+
Internal = "INTERNAL"
|
|
197122
|
+
}
|
|
197123
|
+
export declare type StakeholderCommsDraftEmailResponse = {
|
|
197124
|
+
__typename?: 'StakeholderCommsDraftEmailResponse';
|
|
197125
|
+
body?: Maybe<Scalars['String']['output']>;
|
|
197126
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
197127
|
+
subject?: Maybe<Scalars['String']['output']>;
|
|
197128
|
+
};
|
|
196748
197129
|
export declare enum StakeholderCommsErrorType {
|
|
196749
197130
|
SystemError = "SYSTEM_ERROR",
|
|
196750
197131
|
ValidationError = "VALIDATION_ERROR"
|
|
@@ -198104,6 +198485,7 @@ export declare type Subscription = {
|
|
|
198104
198485
|
convoai_onAgentSessionCreate?: Maybe<ConvoAiAgentSessionCreate>;
|
|
198105
198486
|
convoai_onAgentSessionUpdate?: Maybe<ConvoAiAgentSessionUpdate>;
|
|
198106
198487
|
convoai_onAgentSessionUpdatedByProjects?: Maybe<ConvoAiAgentSessionUpdatedByProjects>;
|
|
198488
|
+
convoai_onSessionUpdateByScopeId?: Maybe<ConvoAiAgentSessionUpdatePayload>;
|
|
198107
198489
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
198108
198490
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
198109
198491
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -198166,6 +198548,10 @@ export declare type SubscriptionConvoai_OnAgentSessionUpdatedByProjectsArgs = {
|
|
|
198166
198548
|
cloudId: Scalars['ID']['input'];
|
|
198167
198549
|
projectIds: Array<Scalars['String']['input']>;
|
|
198168
198550
|
};
|
|
198551
|
+
export declare type SubscriptionConvoai_OnSessionUpdateByScopeIdArgs = {
|
|
198552
|
+
cloudId: Scalars['ID']['input'];
|
|
198553
|
+
scopeId: Scalars['String']['input'];
|
|
198554
|
+
};
|
|
198169
198555
|
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
198170
198556
|
cloudId: Scalars['ID']['input'];
|
|
198171
198557
|
jobId: Scalars['ID']['input'];
|
|
@@ -200858,6 +201244,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
200858
201244
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
200859
201245
|
progress?: Maybe<TownsquareGoalProgress>;
|
|
200860
201246
|
projects?: Maybe<TownsquareProjectConnection>;
|
|
201247
|
+
restrictedBy?: Maybe<TownsquareGoal>;
|
|
200861
201248
|
risks?: Maybe<TownsquareRiskConnection>;
|
|
200862
201249
|
scoringMode?: Maybe<TownsquareGoalScoringMode>;
|
|
200863
201250
|
slackChannels?: Maybe<TownsquareSlackConnectionConnection>;
|
|
@@ -201138,8 +201525,12 @@ export declare type TownsquareGoalManageAccessInput = {
|
|
|
201138
201525
|
accessLevel?: InputMaybe<TownsquareGoalAccessLevel>;
|
|
201139
201526
|
added?: InputMaybe<TownsquareGoalManageAccessAddedInput>;
|
|
201140
201527
|
goalId: Scalars['ID']['input'];
|
|
201528
|
+
modified?: InputMaybe<TownsquareGoalManageAccessModifiedInput>;
|
|
201141
201529
|
revoked?: InputMaybe<TownsquareGoalManageAccessRevokedInput>;
|
|
201142
201530
|
};
|
|
201531
|
+
export declare type TownsquareGoalManageAccessModifiedInput = {
|
|
201532
|
+
roles: Array<TownsquareGoalRoleModifiedInput>;
|
|
201533
|
+
};
|
|
201143
201534
|
export declare type TownsquareGoalManageAccessPayload = {
|
|
201144
201535
|
__typename?: 'TownsquareGoalManageAccessPayload';
|
|
201145
201536
|
addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareGoalAccessEdge>>>;
|
|
@@ -201213,6 +201604,10 @@ export declare type TownsquareGoalRevokeAccessPayload = {
|
|
|
201213
201604
|
revokedPrincipalIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
201214
201605
|
success: Scalars['Boolean']['output'];
|
|
201215
201606
|
};
|
|
201607
|
+
export declare type TownsquareGoalRoleModifiedInput = {
|
|
201608
|
+
principalId: Scalars['ID']['input'];
|
|
201609
|
+
role: TownsquareGoalAccessRoleInput;
|
|
201610
|
+
};
|
|
201216
201611
|
export declare enum TownsquareGoalScoringMode {
|
|
201217
201612
|
Okr = "OKR",
|
|
201218
201613
|
Simple = "SIMPLE"
|
|
@@ -201424,6 +201819,49 @@ export declare type TownsquareGoalsAddViewPayload = {
|
|
|
201424
201819
|
success: Scalars['Boolean']['output'];
|
|
201425
201820
|
views?: Maybe<TownsquareGoalUserViews>;
|
|
201426
201821
|
};
|
|
201822
|
+
export declare enum TownsquareGoalsAppPermission {
|
|
201823
|
+
Archive = "ARCHIVE",
|
|
201824
|
+
ConnectionsManage = "CONNECTIONS_MANAGE",
|
|
201825
|
+
Create = "CREATE",
|
|
201826
|
+
Manage = "MANAGE",
|
|
201827
|
+
Update = "UPDATE",
|
|
201828
|
+
ViewsExport = "VIEWS_EXPORT"
|
|
201829
|
+
}
|
|
201830
|
+
export declare type TownsquareGoalsAppPermissionEntry = {
|
|
201831
|
+
__typename?: 'TownsquareGoalsAppPermissionEntry';
|
|
201832
|
+
isPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
201833
|
+
permission?: Maybe<TownsquareGoalsAppPermission>;
|
|
201834
|
+
};
|
|
201835
|
+
export declare type TownsquareGoalsAppPermissionInput = {
|
|
201836
|
+
isPermitted: Scalars['Boolean']['input'];
|
|
201837
|
+
permission: TownsquareGoalsAppPermission;
|
|
201838
|
+
};
|
|
201839
|
+
export declare type TownsquareGoalsAppPermissionPolicy = Node & {
|
|
201840
|
+
__typename?: 'TownsquareGoalsAppPermissionPolicy';
|
|
201841
|
+
appPermissions?: Maybe<Array<Maybe<TownsquareGoalsAppPermissionEntry>>>;
|
|
201842
|
+
group?: Maybe<IdentityGroup>;
|
|
201843
|
+
id: Scalars['ID']['output'];
|
|
201844
|
+
isDefaultGroup?: Maybe<Scalars['Boolean']['output']>;
|
|
201845
|
+
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
201846
|
+
productRoles?: Maybe<Array<Maybe<TownsquareProductRole>>>;
|
|
201847
|
+
resourceId: Scalars['ID']['output'];
|
|
201848
|
+
scopedGroupId: Scalars['ID']['output'];
|
|
201849
|
+
userCount?: Maybe<Scalars['Int']['output']>;
|
|
201850
|
+
};
|
|
201851
|
+
export declare type TownsquareGoalsAppPermissionPolicyConnection = {
|
|
201852
|
+
__typename?: 'TownsquareGoalsAppPermissionPolicyConnection';
|
|
201853
|
+
edges?: Maybe<Array<Maybe<TownsquareGoalsAppPermissionPolicyEdge>>>;
|
|
201854
|
+
pageInfo: PageInfo;
|
|
201855
|
+
};
|
|
201856
|
+
export declare type TownsquareGoalsAppPermissionPolicyEdge = {
|
|
201857
|
+
__typename?: 'TownsquareGoalsAppPermissionPolicyEdge';
|
|
201858
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
201859
|
+
node?: Maybe<TownsquareGoalsAppPermissionPolicy>;
|
|
201860
|
+
};
|
|
201861
|
+
export declare type TownsquareGoalsAppPermissionPolicyInput = {
|
|
201862
|
+
appPermissions: Array<TownsquareGoalsAppPermissionInput>;
|
|
201863
|
+
id: Scalars['ID']['input'];
|
|
201864
|
+
};
|
|
201427
201865
|
export declare type TownsquareGoalsAppSettings = {
|
|
201428
201866
|
__typename?: 'TownsquareGoalsAppSettings';
|
|
201429
201867
|
aiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -202365,6 +202803,10 @@ export declare type TownsquareNumberCustomFieldDefinition = Node & TownsquareCus
|
|
|
202365
202803
|
token?: Maybe<Scalars['String']['output']>;
|
|
202366
202804
|
type?: Maybe<TownsquareCustomFieldType>;
|
|
202367
202805
|
};
|
|
202806
|
+
export declare type TownsquareProductRole = {
|
|
202807
|
+
__typename?: 'TownsquareProductRole';
|
|
202808
|
+
role: Scalars['ID']['output'];
|
|
202809
|
+
};
|
|
202368
202810
|
export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
202369
202811
|
__typename?: 'TownsquareProject';
|
|
202370
202812
|
access?: Maybe<TownsquareProjectAccessConnection>;
|
|
@@ -202414,6 +202856,7 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
202414
202856
|
msteamsChannels?: Maybe<TownsquareMsteamsConnectedChannelConnection>;
|
|
202415
202857
|
name: Scalars['String']['output'];
|
|
202416
202858
|
owner?: Maybe<User>;
|
|
202859
|
+
pendingAutoAttachMilestones?: Maybe<Array<TownsquareMilestone>>;
|
|
202417
202860
|
risks?: Maybe<TownsquareRiskConnection>;
|
|
202418
202861
|
slackChannels?: Maybe<TownsquareSlackConnectionConnection>;
|
|
202419
202862
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -202696,9 +203139,13 @@ export declare type TownsquareProjectManageAccessAddedInput = {
|
|
|
202696
203139
|
export declare type TownsquareProjectManageAccessInput = {
|
|
202697
203140
|
accessLevel?: InputMaybe<TownsquareProjectAccessLevel>;
|
|
202698
203141
|
added?: InputMaybe<TownsquareProjectManageAccessAddedInput>;
|
|
203142
|
+
modified?: InputMaybe<TownsquareProjectManageAccessModifiedInput>;
|
|
202699
203143
|
projectId: Scalars['ID']['input'];
|
|
202700
203144
|
revoked?: InputMaybe<TownsquareProjectManageAccessRevokedInput>;
|
|
202701
203145
|
};
|
|
203146
|
+
export declare type TownsquareProjectManageAccessModifiedInput = {
|
|
203147
|
+
roles: Array<TownsquareProjectRoleModifiedInput>;
|
|
203148
|
+
};
|
|
202702
203149
|
export declare type TownsquareProjectManageAccessPayload = {
|
|
202703
203150
|
__typename?: 'TownsquareProjectManageAccessPayload';
|
|
202704
203151
|
addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareProjectAccessEdge>>>;
|
|
@@ -202733,6 +203180,10 @@ export declare type TownsquareProjectRevokeAccessPayload = {
|
|
|
202733
203180
|
revokedPrincipalIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
202734
203181
|
success: Scalars['Boolean']['output'];
|
|
202735
203182
|
};
|
|
203183
|
+
export declare type TownsquareProjectRoleModifiedInput = {
|
|
203184
|
+
principalId: Scalars['ID']['input'];
|
|
203185
|
+
role: TownsquareProjectAccessRoleInput;
|
|
203186
|
+
};
|
|
202736
203187
|
export declare enum TownsquareProjectSortEnum {
|
|
202737
203188
|
CreationDateAsc = "CREATION_DATE_ASC",
|
|
202738
203189
|
CreationDateDesc = "CREATION_DATE_DESC",
|
|
@@ -202906,6 +203357,49 @@ export declare type TownsquareProjectsAddViewPayload = {
|
|
|
202906
203357
|
success: Scalars['Boolean']['output'];
|
|
202907
203358
|
views?: Maybe<TownsquareProjectUserViews>;
|
|
202908
203359
|
};
|
|
203360
|
+
export declare enum TownsquareProjectsAppPermission {
|
|
203361
|
+
Archive = "ARCHIVE",
|
|
203362
|
+
ConnectionsManage = "CONNECTIONS_MANAGE",
|
|
203363
|
+
Create = "CREATE",
|
|
203364
|
+
Manage = "MANAGE",
|
|
203365
|
+
Update = "UPDATE",
|
|
203366
|
+
ViewsExport = "VIEWS_EXPORT"
|
|
203367
|
+
}
|
|
203368
|
+
export declare type TownsquareProjectsAppPermissionEntry = {
|
|
203369
|
+
__typename?: 'TownsquareProjectsAppPermissionEntry';
|
|
203370
|
+
isPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
203371
|
+
permission?: Maybe<TownsquareProjectsAppPermission>;
|
|
203372
|
+
};
|
|
203373
|
+
export declare type TownsquareProjectsAppPermissionInput = {
|
|
203374
|
+
isPermitted: Scalars['Boolean']['input'];
|
|
203375
|
+
permission: TownsquareProjectsAppPermission;
|
|
203376
|
+
};
|
|
203377
|
+
export declare type TownsquareProjectsAppPermissionPolicy = Node & {
|
|
203378
|
+
__typename?: 'TownsquareProjectsAppPermissionPolicy';
|
|
203379
|
+
appPermissions?: Maybe<Array<Maybe<TownsquareProjectsAppPermissionEntry>>>;
|
|
203380
|
+
group?: Maybe<IdentityGroup>;
|
|
203381
|
+
id: Scalars['ID']['output'];
|
|
203382
|
+
isDefaultGroup?: Maybe<Scalars['Boolean']['output']>;
|
|
203383
|
+
isEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
203384
|
+
productRoles?: Maybe<Array<Maybe<TownsquareProductRole>>>;
|
|
203385
|
+
resourceId: Scalars['ID']['output'];
|
|
203386
|
+
scopedGroupId: Scalars['ID']['output'];
|
|
203387
|
+
userCount?: Maybe<Scalars['Int']['output']>;
|
|
203388
|
+
};
|
|
203389
|
+
export declare type TownsquareProjectsAppPermissionPolicyConnection = {
|
|
203390
|
+
__typename?: 'TownsquareProjectsAppPermissionPolicyConnection';
|
|
203391
|
+
edges?: Maybe<Array<Maybe<TownsquareProjectsAppPermissionPolicyEdge>>>;
|
|
203392
|
+
pageInfo: PageInfo;
|
|
203393
|
+
};
|
|
203394
|
+
export declare type TownsquareProjectsAppPermissionPolicyEdge = {
|
|
203395
|
+
__typename?: 'TownsquareProjectsAppPermissionPolicyEdge';
|
|
203396
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
203397
|
+
node?: Maybe<TownsquareProjectsAppPermissionPolicy>;
|
|
203398
|
+
};
|
|
203399
|
+
export declare type TownsquareProjectsAppPermissionPolicyInput = {
|
|
203400
|
+
appPermissions: Array<TownsquareProjectsAppPermissionInput>;
|
|
203401
|
+
id: Scalars['ID']['input'];
|
|
203402
|
+
};
|
|
202909
203403
|
export declare type TownsquareProjectsAppSettings = {
|
|
202910
203404
|
__typename?: 'TownsquareProjectsAppSettings';
|
|
202911
203405
|
aiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -203850,6 +204344,16 @@ export declare type TownsquareUpdateEdge = {
|
|
|
203850
204344
|
cursor: Scalars['String']['output'];
|
|
203851
204345
|
node?: Maybe<TownsquareUpdate>;
|
|
203852
204346
|
};
|
|
204347
|
+
export declare type TownsquareUpdateGoalsAppPermissionPoliciesInput = {
|
|
204348
|
+
containerId: Scalars['ID']['input'];
|
|
204349
|
+
policies: Array<TownsquareGoalsAppPermissionPolicyInput>;
|
|
204350
|
+
};
|
|
204351
|
+
export declare type TownsquareUpdateGoalsAppPermissionPoliciesPayload = {
|
|
204352
|
+
__typename?: 'TownsquareUpdateGoalsAppPermissionPoliciesPayload';
|
|
204353
|
+
errors?: Maybe<Array<MutationError>>;
|
|
204354
|
+
success: Scalars['Boolean']['output'];
|
|
204355
|
+
updatedPolicies?: Maybe<Array<Maybe<TownsquareGoalsAppPermissionPolicy>>>;
|
|
204356
|
+
};
|
|
203853
204357
|
export declare type TownsquareUpdateHighlightInput = {
|
|
203854
204358
|
description: Scalars['String']['input'];
|
|
203855
204359
|
summary: Scalars['String']['input'];
|
|
@@ -203882,6 +204386,16 @@ export declare type TownsquareUpdateNoteInput = {
|
|
|
203882
204386
|
updateNoteId?: InputMaybe<Scalars['ID']['input']>;
|
|
203883
204387
|
uuid?: InputMaybe<Scalars['String']['input']>;
|
|
203884
204388
|
};
|
|
204389
|
+
export declare type TownsquareUpdateProjectsAppPermissionPoliciesInput = {
|
|
204390
|
+
containerId: Scalars['ID']['input'];
|
|
204391
|
+
policies: Array<TownsquareProjectsAppPermissionPolicyInput>;
|
|
204392
|
+
};
|
|
204393
|
+
export declare type TownsquareUpdateProjectsAppPermissionPoliciesPayload = {
|
|
204394
|
+
__typename?: 'TownsquareUpdateProjectsAppPermissionPoliciesPayload';
|
|
204395
|
+
errors?: Maybe<Array<MutationError>>;
|
|
204396
|
+
success: Scalars['Boolean']['output'];
|
|
204397
|
+
updatedPolicies?: Maybe<Array<Maybe<TownsquareProjectsAppPermissionPolicy>>>;
|
|
204398
|
+
};
|
|
203885
204399
|
export declare enum TownsquareUpdateStateFilter {
|
|
203886
204400
|
Active = "ACTIVE",
|
|
203887
204401
|
AtRisk = "AT_RISK",
|
|
@@ -205805,6 +206319,7 @@ export declare type TrelloConvertBoardToTemplateInput = {
|
|
|
205805
206319
|
export declare type TrelloConvertBoardToTemplatePayload = Payload & {
|
|
205806
206320
|
__typename?: 'TrelloConvertBoardToTemplatePayload';
|
|
205807
206321
|
board?: Maybe<TrelloBoard>;
|
|
206322
|
+
boardV2?: Maybe<TrelloBaseBoard>;
|
|
205808
206323
|
errors?: Maybe<Array<MutationError>>;
|
|
205809
206324
|
success: Scalars['Boolean']['output'];
|
|
205810
206325
|
};
|
|
@@ -205934,6 +206449,7 @@ export declare type TrelloCreateBoardWithAiInput = {
|
|
|
205934
206449
|
export declare type TrelloCreateBoardWithAiPayload = Payload & {
|
|
205935
206450
|
__typename?: 'TrelloCreateBoardWithAiPayload';
|
|
205936
206451
|
board?: Maybe<TrelloBoard>;
|
|
206452
|
+
boardV2?: Maybe<TrelloBaseBoard>;
|
|
205937
206453
|
errors?: Maybe<Array<MutationError>>;
|
|
205938
206454
|
success: Scalars['Boolean']['output'];
|
|
205939
206455
|
};
|
|
@@ -207277,6 +207793,7 @@ export declare type TrelloMirrorCard = {
|
|
|
207277
207793
|
id: Scalars['ID']['output'];
|
|
207278
207794
|
mirrorCard?: Maybe<TrelloBaseCard>;
|
|
207279
207795
|
sourceBoard?: Maybe<TrelloBoard>;
|
|
207796
|
+
sourceBoardV2?: Maybe<TrelloBaseBoard>;
|
|
207280
207797
|
sourceCard?: Maybe<TrelloBaseCard>;
|
|
207281
207798
|
};
|
|
207282
207799
|
export declare type TrelloMirrorCardConnection = {
|
|
@@ -209022,6 +209539,7 @@ export declare type TrelloReactionLimits = {
|
|
|
209022
209539
|
};
|
|
209023
209540
|
export declare type TrelloRefreshManifestInput = {
|
|
209024
209541
|
cardId: Scalars['ID']['input'];
|
|
209542
|
+
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
209025
209543
|
};
|
|
209026
209544
|
export declare type TrelloRefreshManifestPayload = Payload & {
|
|
209027
209545
|
__typename?: 'TrelloRefreshManifestPayload';
|
|
@@ -209667,6 +210185,7 @@ export declare type TrelloUpdateBoardVisibilityInput = {
|
|
|
209667
210185
|
export declare type TrelloUpdateBoardVisibilityPayload = Payload & {
|
|
209668
210186
|
__typename?: 'TrelloUpdateBoardVisibilityPayload';
|
|
209669
210187
|
board?: Maybe<TrelloBoard>;
|
|
210188
|
+
boardV2?: Maybe<TrelloBaseBoard>;
|
|
209670
210189
|
errors?: Maybe<Array<MutationError>>;
|
|
209671
210190
|
success: Scalars['Boolean']['output'];
|
|
209672
210191
|
};
|