@forge/cli-shared 8.10.0-next.14 → 8.10.0-next.15
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 +8 -0
- package/out/graphql/graphql-types.d.ts +908 -42
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +90 -35
- package/package.json +2 -2
|
@@ -2378,7 +2378,7 @@ export declare type AdminUnitCreatePayload = {
|
|
|
2378
2378
|
export declare type AdminUnitCreateStatus = {
|
|
2379
2379
|
__typename?: 'AdminUnitCreateStatus';
|
|
2380
2380
|
status: AdminUnitCreateStatusEnum;
|
|
2381
|
-
unitId
|
|
2381
|
+
unitId?: Maybe<Scalars['ID']['output']>;
|
|
2382
2382
|
};
|
|
2383
2383
|
export declare enum AdminUnitCreateStatusEnum {
|
|
2384
2384
|
Failed = "FAILED",
|
|
@@ -2762,6 +2762,7 @@ export declare type AgentStudioAssistantScenario = AgentStudioScenario & Node &
|
|
|
2762
2762
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
2763
2763
|
mcpServerIds: Array<Scalars['ID']['output']>;
|
|
2764
2764
|
mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
2765
|
+
mcpToolIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
2765
2766
|
name: Scalars['String']['output'];
|
|
2766
2767
|
scenarioVersion?: Maybe<Scalars['Int']['output']>;
|
|
2767
2768
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
@@ -2814,8 +2815,8 @@ export declare type AgentStudioBatchEvaluationJobRunEdge = {
|
|
|
2814
2815
|
cursor: Scalars['String']['output'];
|
|
2815
2816
|
node: AgentStudioBatchEvaluationJobRun;
|
|
2816
2817
|
};
|
|
2817
|
-
export declare type
|
|
2818
|
-
__typename?: '
|
|
2818
|
+
export declare type AgentStudioBatchEvaluationJobRunResult = {
|
|
2819
|
+
__typename?: 'AgentStudioBatchEvaluationJobRunResult';
|
|
2819
2820
|
edges: Array<AgentStudioBatchEvaluationJobRunEdge>;
|
|
2820
2821
|
pageInfo: PageInfo;
|
|
2821
2822
|
};
|
|
@@ -2903,7 +2904,7 @@ export declare type AgentStudioCreateBatchEvaluationJobInput = {
|
|
|
2903
2904
|
datasetId: Scalars['String']['input'];
|
|
2904
2905
|
judgeConfigId: Scalars['String']['input'];
|
|
2905
2906
|
name: Scalars['String']['input'];
|
|
2906
|
-
projectId
|
|
2907
|
+
projectId?: InputMaybe<Scalars['String']['input']>;
|
|
2907
2908
|
};
|
|
2908
2909
|
export declare type AgentStudioCreateBatchEvaluationJobPayload = Payload & {
|
|
2909
2910
|
__typename?: 'AgentStudioCreateBatchEvaluationJobPayload';
|
|
@@ -3011,11 +3012,13 @@ export declare type AgentStudioEvaluationResult = {
|
|
|
3011
3012
|
actualAnswer?: Maybe<Scalars['String']['output']>;
|
|
3012
3013
|
agentId: Scalars['String']['output'];
|
|
3013
3014
|
agentVersionId: Scalars['String']['output'];
|
|
3015
|
+
conversationId?: Maybe<Scalars['String']['output']>;
|
|
3014
3016
|
createdAt: Scalars['String']['output'];
|
|
3015
3017
|
datasetItemId: Scalars['String']['output'];
|
|
3016
3018
|
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
3017
3019
|
evaluationDetailsJson?: Maybe<Scalars['String']['output']>;
|
|
3018
3020
|
id: Scalars['ID']['output'];
|
|
3021
|
+
inputQuestion?: Maybe<Scalars['String']['output']>;
|
|
3019
3022
|
jobId: Scalars['ID']['output'];
|
|
3020
3023
|
judgeDecision?: Maybe<AgentStudioJudgementDecision>;
|
|
3021
3024
|
judgeErrorMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -3187,6 +3190,7 @@ export declare type AgentStudioScenario = {
|
|
|
3187
3190
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
3188
3191
|
mcpServerIds: Array<Scalars['ID']['output']>;
|
|
3189
3192
|
mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
3193
|
+
mcpToolIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
3190
3194
|
name: Scalars['String']['output'];
|
|
3191
3195
|
scenarioVersion?: Maybe<Scalars['Int']['output']>;
|
|
3192
3196
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
@@ -3747,15 +3751,6 @@ export declare type AppInstallationsByContextsArgs = {
|
|
|
3747
3751
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3748
3752
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3749
3753
|
};
|
|
3750
|
-
export declare type AppAdminQuery = {
|
|
3751
|
-
__typename?: 'AppAdminQuery';
|
|
3752
|
-
appId: Scalars['ID']['output'];
|
|
3753
|
-
getQuotaInfo?: Maybe<Array<QuotaInfo>>;
|
|
3754
|
-
};
|
|
3755
|
-
export declare type AppAdminQueryGetQuotaInfoArgs = {
|
|
3756
|
-
contextAri: Scalars['ID']['input'];
|
|
3757
|
-
environmentId: Scalars['ID']['input'];
|
|
3758
|
-
};
|
|
3759
3754
|
export declare type AppAuditConnection = {
|
|
3760
3755
|
__typename?: 'AppAuditConnection';
|
|
3761
3756
|
edges?: Maybe<Array<Maybe<AuditEventEdge>>>;
|
|
@@ -5772,6 +5767,88 @@ export declare type AssetsDmDateFormats = {
|
|
|
5772
5767
|
name: Scalars['String']['output'];
|
|
5773
5768
|
tenantId: Scalars['String']['output'];
|
|
5774
5769
|
};
|
|
5770
|
+
export declare enum AssetsDmDefaultAttributeMappingColumnName {
|
|
5771
|
+
AttributeName = "attributeName",
|
|
5772
|
+
ColumnType = "columnType",
|
|
5773
|
+
DataSourceType = "dataSourceType",
|
|
5774
|
+
DestinationColumn = "destinationColumn",
|
|
5775
|
+
IsPrimaryKey = "isPrimaryKey",
|
|
5776
|
+
IsSecondaryKey = "isSecondaryKey",
|
|
5777
|
+
SourceColumn = "sourceColumn"
|
|
5778
|
+
}
|
|
5779
|
+
export declare enum AssetsDmDefaultAttributeMappingColumnType {
|
|
5780
|
+
BigInt = "bigInt",
|
|
5781
|
+
Boolean = "boolean",
|
|
5782
|
+
DateTime = "dateTime",
|
|
5783
|
+
Decimal = "decimal",
|
|
5784
|
+
Integer = "integer",
|
|
5785
|
+
String = "string"
|
|
5786
|
+
}
|
|
5787
|
+
export declare type AssetsDmDefaultAttributeMappingFilterBy = {
|
|
5788
|
+
attributeName?: InputMaybe<Scalars['String']['input']>;
|
|
5789
|
+
dataSourceType?: InputMaybe<Scalars['String']['input']>;
|
|
5790
|
+
};
|
|
5791
|
+
export declare type AssetsDmDefaultAttributeMappingPageInfo = {
|
|
5792
|
+
__typename?: 'AssetsDMDefaultAttributeMappingPageInfo';
|
|
5793
|
+
currentPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
5794
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
5795
|
+
hasPreviousPage: Scalars['Boolean']['output'];
|
|
5796
|
+
nextPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
5797
|
+
pageSize: Scalars['Int']['output'];
|
|
5798
|
+
previousPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
5799
|
+
totalPages: Scalars['Int']['output'];
|
|
5800
|
+
};
|
|
5801
|
+
export declare type AssetsDmDefaultAttributeMappingPageInfoInput = {
|
|
5802
|
+
pageCursor?: InputMaybe<Scalars['Int']['input']>;
|
|
5803
|
+
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
5804
|
+
};
|
|
5805
|
+
export declare type AssetsDmDefaultAttributeMappingResponse = {
|
|
5806
|
+
__typename?: 'AssetsDMDefaultAttributeMappingResponse';
|
|
5807
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5808
|
+
pageInfo: AssetsDmDefaultAttributeMappingPageInfo;
|
|
5809
|
+
rows: Array<AssetsDmDefaultAttributeMappingRow>;
|
|
5810
|
+
totalCount: Scalars['Int']['output'];
|
|
5811
|
+
};
|
|
5812
|
+
export declare type AssetsDmDefaultAttributeMappingRow = {
|
|
5813
|
+
__typename?: 'AssetsDMDefaultAttributeMappingRow';
|
|
5814
|
+
attributeName: Scalars['String']['output'];
|
|
5815
|
+
columnType: AssetsDmDefaultAttributeMappingColumnType;
|
|
5816
|
+
dataSourceType: Scalars['String']['output'];
|
|
5817
|
+
dataSourceTypeId: Scalars['ID']['output'];
|
|
5818
|
+
defaultObjectAttributeMappingId: Scalars['ID']['output'];
|
|
5819
|
+
destinationColumn: Scalars['String']['output'];
|
|
5820
|
+
isPrimaryKey: Scalars['Boolean']['output'];
|
|
5821
|
+
isSecondaryKey: Scalars['Boolean']['output'];
|
|
5822
|
+
objectAttributeId: Scalars['ID']['output'];
|
|
5823
|
+
sourceColumn: Scalars['String']['output'];
|
|
5824
|
+
};
|
|
5825
|
+
export declare type AssetsDmDefaultAttributeMappingSortBy = {
|
|
5826
|
+
name: AssetsDmDefaultAttributeMappingColumnName;
|
|
5827
|
+
order: AssetsDmDefaultAttributeMappingSortOrder;
|
|
5828
|
+
};
|
|
5829
|
+
export declare enum AssetsDmDefaultAttributeMappingSortOrder {
|
|
5830
|
+
Asc = "asc",
|
|
5831
|
+
Desc = "desc"
|
|
5832
|
+
}
|
|
5833
|
+
export declare type AssetsDmDeleteDefaultAttributeMappingResponse = {
|
|
5834
|
+
__typename?: 'AssetsDMDeleteDefaultAttributeMappingResponse';
|
|
5835
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5836
|
+
message: Scalars['String']['output'];
|
|
5837
|
+
};
|
|
5838
|
+
export declare type AssetsDmEditDefaultAttributeMappingInput = {
|
|
5839
|
+
columnType: AssetsDmDefaultAttributeMappingColumnType;
|
|
5840
|
+
dataSourceTypeId: Scalars['ID']['input'];
|
|
5841
|
+
defaultObjectAttributeMappingId: Scalars['ID']['input'];
|
|
5842
|
+
destinationColumnName: Scalars['String']['input'];
|
|
5843
|
+
isSecondaryKey: Scalars['Boolean']['input'];
|
|
5844
|
+
objectAttributeId: Scalars['ID']['input'];
|
|
5845
|
+
sourceColumn: Scalars['String']['input'];
|
|
5846
|
+
};
|
|
5847
|
+
export declare type AssetsDmEditDefaultAttributeMappingResponse = {
|
|
5848
|
+
__typename?: 'AssetsDMEditDefaultAttributeMappingResponse';
|
|
5849
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5850
|
+
message: Scalars['String']['output'];
|
|
5851
|
+
};
|
|
5775
5852
|
export declare type AssetsDmExportedObjectsListFileStatusPayload = {
|
|
5776
5853
|
name: Scalars['String']['input'];
|
|
5777
5854
|
};
|
|
@@ -5812,6 +5889,22 @@ export declare type AssetsDmGetDataSourceForCleansingResponse = {
|
|
|
5812
5889
|
tableName: Scalars['String']['output'];
|
|
5813
5890
|
tenantId: Scalars['ID']['output'];
|
|
5814
5891
|
};
|
|
5892
|
+
export declare type AssetsDmJobDataColumn = {
|
|
5893
|
+
__typename?: 'AssetsDMJobDataColumn';
|
|
5894
|
+
columnName: Scalars['String']['output'];
|
|
5895
|
+
isPrimary: Scalars['Boolean']['output'];
|
|
5896
|
+
};
|
|
5897
|
+
export declare type AssetsDmJobDataResponse = {
|
|
5898
|
+
__typename?: 'AssetsDMJobDataResponse';
|
|
5899
|
+
columns: Array<AssetsDmJobDataColumn>;
|
|
5900
|
+
pagination: AssetsDmPaginationInfo;
|
|
5901
|
+
rows: Array<Scalars['JSON']['output']>;
|
|
5902
|
+
};
|
|
5903
|
+
export declare enum AssetsDmJobDataType {
|
|
5904
|
+
Cleansed = "CLEANSED",
|
|
5905
|
+
Raw = "RAW",
|
|
5906
|
+
Transformed = "TRANSFORMED"
|
|
5907
|
+
}
|
|
5815
5908
|
export declare type AssetsDmMappedColumn = {
|
|
5816
5909
|
__typename?: 'AssetsDMMappedColumn';
|
|
5817
5910
|
columnMappingId: Scalars['ID']['output'];
|
|
@@ -5821,6 +5914,12 @@ export declare type AssetsDmMappedColumn = {
|
|
|
5821
5914
|
jobId: Scalars['ID']['output'];
|
|
5822
5915
|
sourceColumnName: Scalars['String']['output'];
|
|
5823
5916
|
};
|
|
5917
|
+
export declare type AssetsDmMappingMatrixResponse = {
|
|
5918
|
+
__typename?: 'AssetsDMMappingMatrixResponse';
|
|
5919
|
+
columns: Array<Scalars['String']['output']>;
|
|
5920
|
+
rows: Array<Scalars['JSON']['output']>;
|
|
5921
|
+
rowsCount: Scalars['Int']['output'];
|
|
5922
|
+
};
|
|
5824
5923
|
export declare type AssetsDmNotificationPayload = {
|
|
5825
5924
|
exportedObjectsListFileStatus?: InputMaybe<Array<InputMaybe<AssetsDmExportedObjectsListFileStatusPayload>>>;
|
|
5826
5925
|
};
|
|
@@ -6039,6 +6138,12 @@ export declare enum AssetsDmObjectsListSearchGroupCondition {
|
|
|
6039
6138
|
Or = "OR",
|
|
6040
6139
|
Ornot = "ORNOT"
|
|
6041
6140
|
}
|
|
6141
|
+
export declare type AssetsDmObjectsListSearchGroupOutput = {
|
|
6142
|
+
__typename?: 'AssetsDMObjectsListSearchGroupOutput';
|
|
6143
|
+
condition?: Maybe<AssetsDmObjectsListSearchGroupCondition>;
|
|
6144
|
+
searchGroups: Array<AssetsDmObjectsListSearchGroupOutput>;
|
|
6145
|
+
searchItems: Array<AssetsDmObjectsListSearchItemOutput>;
|
|
6146
|
+
};
|
|
6042
6147
|
export declare type AssetsDmObjectsListSearchItem = {
|
|
6043
6148
|
columnName?: InputMaybe<Scalars['String']['input']>;
|
|
6044
6149
|
condition?: InputMaybe<AssetsDmObjectsListSearchCondition>;
|
|
@@ -6051,6 +6156,19 @@ export declare type AssetsDmObjectsListSearchItem = {
|
|
|
6051
6156
|
values?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
6052
6157
|
whereDataSource?: InputMaybe<Scalars['String']['input']>;
|
|
6053
6158
|
};
|
|
6159
|
+
export declare type AssetsDmObjectsListSearchItemOutput = {
|
|
6160
|
+
__typename?: 'AssetsDMObjectsListSearchItemOutput';
|
|
6161
|
+
columnName: Scalars['String']['output'];
|
|
6162
|
+
condition?: Maybe<AssetsDmObjectsListSearchCondition>;
|
|
6163
|
+
isAttribute: Scalars['Boolean']['output'];
|
|
6164
|
+
isDataSource: Scalars['Boolean']['output'];
|
|
6165
|
+
operator: AssetsDmObjectsListSearchOperator;
|
|
6166
|
+
rawColumnType?: Maybe<AssetsDmObjectsListRawColumnType>;
|
|
6167
|
+
savedSearchId?: Maybe<Scalars['ID']['output']>;
|
|
6168
|
+
tagCodes?: Maybe<Array<Maybe<Scalars['Int']['output']>>>;
|
|
6169
|
+
values?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
6170
|
+
whereDataSource?: Maybe<Scalars['String']['output']>;
|
|
6171
|
+
};
|
|
6054
6172
|
export declare enum AssetsDmObjectsListSearchOperator {
|
|
6055
6173
|
AfterNext = "AFTER_NEXT",
|
|
6056
6174
|
ComputeIssues = "COMPUTE_ISSUES",
|
|
@@ -6115,6 +6233,7 @@ export declare type AssetsDmPaginationInfo = {
|
|
|
6115
6233
|
pageSize: Scalars['Int']['output'];
|
|
6116
6234
|
previousPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
6117
6235
|
totalPages: Scalars['Int']['output'];
|
|
6236
|
+
totalRowsCount?: Maybe<Scalars['Int']['output']>;
|
|
6118
6237
|
};
|
|
6119
6238
|
export declare type AssetsDmPaginationInput = {
|
|
6120
6239
|
pageCursor?: Scalars['Int']['input'];
|
|
@@ -6156,6 +6275,12 @@ export declare type AssetsDmSavedSearch = {
|
|
|
6156
6275
|
resultCount: Scalars['Int']['output'];
|
|
6157
6276
|
savedSearchId: Scalars['ID']['output'];
|
|
6158
6277
|
};
|
|
6278
|
+
export declare type AssetsDmSavedSearchDetails = {
|
|
6279
|
+
__typename?: 'AssetsDMSavedSearchDetails';
|
|
6280
|
+
name: Scalars['String']['output'];
|
|
6281
|
+
savedSearchId: Scalars['ID']['output'];
|
|
6282
|
+
searchGroups: Array<AssetsDmObjectsListSearchGroupOutput>;
|
|
6283
|
+
};
|
|
6159
6284
|
export declare type AssetsDmSavedSearchInput = {
|
|
6160
6285
|
searchGroups?: Array<AssetsDmObjectsListSearchGroup>;
|
|
6161
6286
|
};
|
|
@@ -9684,6 +9809,7 @@ export declare enum CloudIdProduct {
|
|
|
9684
9809
|
Loom = "LOOM",
|
|
9685
9810
|
Mercury = "MERCURY",
|
|
9686
9811
|
Opsgenie = "OPSGENIE",
|
|
9812
|
+
Passionfruit = "PASSIONFRUIT",
|
|
9687
9813
|
Project = "PROJECT",
|
|
9688
9814
|
Radar = "RADAR",
|
|
9689
9815
|
Statuspage = "STATUSPAGE"
|
|
@@ -15569,6 +15695,7 @@ export declare type ConfluenceAttachmentSettings = {
|
|
|
15569
15695
|
export declare type ConfluenceAudioPreference = {
|
|
15570
15696
|
__typename?: 'ConfluenceAudioPreference';
|
|
15571
15697
|
length: ConfluenceLength;
|
|
15698
|
+
playbackSpeed: Scalars['Float']['output'];
|
|
15572
15699
|
tone: ConfluenceTone;
|
|
15573
15700
|
};
|
|
15574
15701
|
export declare type ConfluenceBasicSpaceRole = {
|
|
@@ -17377,6 +17504,7 @@ export declare enum ConfluenceImportStatus {
|
|
|
17377
17504
|
ImportingUser = "IMPORTING_USER",
|
|
17378
17505
|
ImportingWhiteboards = "IMPORTING_WHITEBOARDS",
|
|
17379
17506
|
NestedUnzipping = "NESTED_UNZIPPING",
|
|
17507
|
+
NormalizeManifest = "NORMALIZE_MANIFEST",
|
|
17380
17508
|
PartialFailed = "PARTIAL_FAILED",
|
|
17381
17509
|
PreparedMetadata = "PREPARED_METADATA",
|
|
17382
17510
|
PreparingMetadata = "PREPARING_METADATA",
|
|
@@ -18045,6 +18173,95 @@ export declare type ConfluenceNbmPageInfo = {
|
|
|
18045
18173
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
18046
18174
|
totalPages: Scalars['Int']['output'];
|
|
18047
18175
|
};
|
|
18176
|
+
export declare type ConfluenceNbmPerfMacroUsage = {
|
|
18177
|
+
__typename?: 'ConfluenceNbmPerfMacroUsage';
|
|
18178
|
+
macroName?: Maybe<Scalars['String']['output']>;
|
|
18179
|
+
usageCount?: Maybe<Scalars['Long']['output']>;
|
|
18180
|
+
usagePercentage?: Maybe<Scalars['Float']['output']>;
|
|
18181
|
+
};
|
|
18182
|
+
export declare type ConfluenceNbmPerfMacros = {
|
|
18183
|
+
__typename?: 'ConfluenceNbmPerfMacros';
|
|
18184
|
+
averagePerPage?: Maybe<Scalars['Float']['output']>;
|
|
18185
|
+
maxDepth?: Maybe<Scalars['Long']['output']>;
|
|
18186
|
+
totalUsageCount?: Maybe<Scalars['Long']['output']>;
|
|
18187
|
+
usage: Array<ConfluenceNbmPerfMacroUsage>;
|
|
18188
|
+
};
|
|
18189
|
+
export declare type ConfluenceNbmPerfPage = {
|
|
18190
|
+
__typename?: 'ConfluenceNbmPerfPage';
|
|
18191
|
+
chainDepth?: Maybe<Scalars['Long']['output']>;
|
|
18192
|
+
isDashboard?: Maybe<Scalars['Boolean']['output']>;
|
|
18193
|
+
macroCount?: Maybe<Scalars['Long']['output']>;
|
|
18194
|
+
maxDepth?: Maybe<Scalars['Long']['output']>;
|
|
18195
|
+
pageTitle?: Maybe<Scalars['String']['output']>;
|
|
18196
|
+
pageUrl?: Maybe<Scalars['String']['output']>;
|
|
18197
|
+
riskLevel?: Maybe<Scalars['String']['output']>;
|
|
18198
|
+
score?: Maybe<Scalars['Long']['output']>;
|
|
18199
|
+
spaceId?: Maybe<Scalars['String']['output']>;
|
|
18200
|
+
};
|
|
18201
|
+
export declare type ConfluenceNbmPerfPageSeverity = {
|
|
18202
|
+
__typename?: 'ConfluenceNbmPerfPageSeverity';
|
|
18203
|
+
highCount?: Maybe<Scalars['Long']['output']>;
|
|
18204
|
+
highPercentage?: Maybe<Scalars['Float']['output']>;
|
|
18205
|
+
lowCount?: Maybe<Scalars['Long']['output']>;
|
|
18206
|
+
lowPercentage?: Maybe<Scalars['Float']['output']>;
|
|
18207
|
+
mediumCount?: Maybe<Scalars['Long']['output']>;
|
|
18208
|
+
mediumPercentage?: Maybe<Scalars['Float']['output']>;
|
|
18209
|
+
};
|
|
18210
|
+
export declare type ConfluenceNbmPerfPages = {
|
|
18211
|
+
__typename?: 'ConfluenceNbmPerfPages';
|
|
18212
|
+
analyzedCount?: Maybe<Scalars['Long']['output']>;
|
|
18213
|
+
dashboardCount?: Maybe<Scalars['Long']['output']>;
|
|
18214
|
+
severity?: Maybe<ConfluenceNbmPerfPageSeverity>;
|
|
18215
|
+
sqlDuplicates: Array<ConfluenceNbmPerfSqlDuplicate>;
|
|
18216
|
+
tableJoinerChains: Array<ConfluenceNbmPerfTableJoinerChain>;
|
|
18217
|
+
with2PMacrosCount?: Maybe<Scalars['Long']['output']>;
|
|
18218
|
+
with2PMacrosPercentage?: Maybe<Scalars['Float']['output']>;
|
|
18219
|
+
withTableJoinerChainsCount?: Maybe<Scalars['Long']['output']>;
|
|
18220
|
+
worstPerformingPages: Array<ConfluenceNbmPerfPage>;
|
|
18221
|
+
};
|
|
18222
|
+
export declare type ConfluenceNbmPerfRecommendation = {
|
|
18223
|
+
__typename?: 'ConfluenceNbmPerfRecommendation';
|
|
18224
|
+
text?: Maybe<Scalars['String']['output']>;
|
|
18225
|
+
};
|
|
18226
|
+
export declare type ConfluenceNbmPerfScanResult = {
|
|
18227
|
+
__typename?: 'ConfluenceNbmPerfScanResult';
|
|
18228
|
+
id: Scalars['ID']['output'];
|
|
18229
|
+
macros?: Maybe<ConfluenceNbmPerfMacros>;
|
|
18230
|
+
pages?: Maybe<ConfluenceNbmPerfPages>;
|
|
18231
|
+
recommendations: Array<ConfluenceNbmPerfRecommendation>;
|
|
18232
|
+
spaces?: Maybe<ConfluenceNbmPerfSpaces>;
|
|
18233
|
+
status: ConfluenceNbmScanStatus;
|
|
18234
|
+
};
|
|
18235
|
+
export declare type ConfluenceNbmPerfSpaceRisk = {
|
|
18236
|
+
__typename?: 'ConfluenceNbmPerfSpaceRisk';
|
|
18237
|
+
highIssueCount?: Maybe<Scalars['Long']['output']>;
|
|
18238
|
+
highIssuePercentage?: Maybe<Scalars['Float']['output']>;
|
|
18239
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
18240
|
+
};
|
|
18241
|
+
export declare type ConfluenceNbmPerfSpaceRiskAnalysis = {
|
|
18242
|
+
__typename?: 'ConfluenceNbmPerfSpaceRiskAnalysis';
|
|
18243
|
+
byCount: Array<ConfluenceNbmPerfSpaceRisk>;
|
|
18244
|
+
byPercentage: Array<ConfluenceNbmPerfSpaceRisk>;
|
|
18245
|
+
};
|
|
18246
|
+
export declare type ConfluenceNbmPerfSpaces = {
|
|
18247
|
+
__typename?: 'ConfluenceNbmPerfSpaces';
|
|
18248
|
+
analyzedCount?: Maybe<Scalars['Long']['output']>;
|
|
18249
|
+
riskAnalysis?: Maybe<ConfluenceNbmPerfSpaceRiskAnalysis>;
|
|
18250
|
+
};
|
|
18251
|
+
export declare type ConfluenceNbmPerfSqlDuplicate = {
|
|
18252
|
+
__typename?: 'ConfluenceNbmPerfSqlDuplicate';
|
|
18253
|
+
occurrences?: Maybe<Scalars['Long']['output']>;
|
|
18254
|
+
pageCount?: Maybe<Scalars['Long']['output']>;
|
|
18255
|
+
query?: Maybe<Scalars['String']['output']>;
|
|
18256
|
+
sqlHash?: Maybe<Scalars['String']['output']>;
|
|
18257
|
+
};
|
|
18258
|
+
export declare type ConfluenceNbmPerfTableJoinerChain = {
|
|
18259
|
+
__typename?: 'ConfluenceNbmPerfTableJoinerChain';
|
|
18260
|
+
chainDepth?: Maybe<Scalars['Long']['output']>;
|
|
18261
|
+
groupSize?: Maybe<Scalars['Long']['output']>;
|
|
18262
|
+
pageTitle?: Maybe<Scalars['String']['output']>;
|
|
18263
|
+
pageUrl?: Maybe<Scalars['String']['output']>;
|
|
18264
|
+
};
|
|
18048
18265
|
export declare type ConfluenceNbmRetryScanLongTaskInput = {
|
|
18049
18266
|
scanId: Scalars['ID']['input'];
|
|
18050
18267
|
};
|
|
@@ -19356,6 +19573,7 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
19356
19573
|
connectionTimeout?: Maybe<Scalars['Int']['output']>;
|
|
19357
19574
|
contactAdministratorsMessage?: Maybe<Scalars['String']['output']>;
|
|
19358
19575
|
customPageSettings?: Maybe<ConfluenceCustomPageSettings>;
|
|
19576
|
+
editorDefaultWidth?: Maybe<ConfluenceSiteConfigurationEditorDefaultWidth>;
|
|
19359
19577
|
formattingSettings?: Maybe<ConfluenceFormattingSettings>;
|
|
19360
19578
|
globalDefaultLocale?: Maybe<ConfluenceLanguage>;
|
|
19361
19579
|
indexingLanguage?: Maybe<Scalars['String']['output']>;
|
|
@@ -19389,6 +19607,11 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
19389
19607
|
socketTimeout?: Maybe<Scalars['Int']['output']>;
|
|
19390
19608
|
teamPresenceSettings?: Maybe<ConfluenceTeamPresenceSettings>;
|
|
19391
19609
|
};
|
|
19610
|
+
export declare enum ConfluenceSiteConfigurationEditorDefaultWidth {
|
|
19611
|
+
Max = "MAX",
|
|
19612
|
+
Narrow = "NARROW",
|
|
19613
|
+
Wide = "WIDE"
|
|
19614
|
+
}
|
|
19392
19615
|
export declare enum ConfluenceSiteEmailAddressStatus {
|
|
19393
19616
|
Active = "ACTIVE",
|
|
19394
19617
|
Inactive = "INACTIVE",
|
|
@@ -19893,6 +20116,26 @@ export declare type ConfluenceUpdateAnswerPayload = Payload & {
|
|
|
19893
20116
|
errors?: Maybe<Array<MutationError>>;
|
|
19894
20117
|
success: Scalars['Boolean']['output'];
|
|
19895
20118
|
};
|
|
20119
|
+
export declare type ConfluenceUpdateAudioPreferenceInput = {
|
|
20120
|
+
length?: InputMaybe<ConfluenceLength>;
|
|
20121
|
+
playbackSpeed?: InputMaybe<Scalars['Float']['input']>;
|
|
20122
|
+
tone?: InputMaybe<ConfluenceTone>;
|
|
20123
|
+
};
|
|
20124
|
+
export declare type ConfluenceUpdateAudioPreferencePayload = {
|
|
20125
|
+
__typename?: 'ConfluenceUpdateAudioPreferencePayload';
|
|
20126
|
+
errors?: Maybe<Array<ConfluenceUpdateAudioPreferencePayloadError>>;
|
|
20127
|
+
preference?: Maybe<ConfluenceAudioPreference>;
|
|
20128
|
+
success: Scalars['Boolean']['output'];
|
|
20129
|
+
};
|
|
20130
|
+
export declare type ConfluenceUpdateAudioPreferencePayloadError = {
|
|
20131
|
+
__typename?: 'ConfluenceUpdateAudioPreferencePayloadError';
|
|
20132
|
+
extensions?: Maybe<ConfluenceUpdateAudioPreferencePayloadErrorExtension>;
|
|
20133
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
20134
|
+
};
|
|
20135
|
+
export declare type ConfluenceUpdateAudioPreferencePayloadErrorExtension = {
|
|
20136
|
+
__typename?: 'ConfluenceUpdateAudioPreferencePayloadErrorExtension';
|
|
20137
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
20138
|
+
};
|
|
19896
20139
|
export declare type ConfluenceUpdateBlogPostInput = {
|
|
19897
20140
|
confluenceContentInput: ConfluenceContentInput;
|
|
19898
20141
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -20288,6 +20531,7 @@ export declare type ConfluenceUpdateSiteConfigurationInput = {
|
|
|
20288
20531
|
dateFormat: Scalars['String']['input'];
|
|
20289
20532
|
dateTimeFormat: Scalars['String']['input'];
|
|
20290
20533
|
decimalNumberFormat: Scalars['String']['input'];
|
|
20534
|
+
editorDefaultWidth?: InputMaybe<ConfluenceSiteConfigurationEditorDefaultWidth>;
|
|
20291
20535
|
globalDefaultLocale: Scalars['String']['input'];
|
|
20292
20536
|
indexingLanguage: Scalars['String']['input'];
|
|
20293
20537
|
isContactAdministratorsFormEnabled: Scalars['Boolean']['input'];
|
|
@@ -24351,6 +24595,12 @@ export declare type CsmAiCreateCoachingContentPayload = Payload & {
|
|
|
24351
24595
|
errors?: Maybe<Array<MutationError>>;
|
|
24352
24596
|
success: Scalars['Boolean']['output'];
|
|
24353
24597
|
};
|
|
24598
|
+
export declare type CsmAiCreateWidgetPayload = Payload & {
|
|
24599
|
+
__typename?: 'CsmAiCreateWidgetPayload';
|
|
24600
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24601
|
+
success: Scalars['Boolean']['output'];
|
|
24602
|
+
widget?: Maybe<CsmAiWidgetConfig>;
|
|
24603
|
+
};
|
|
24354
24604
|
export declare type CsmAiDeleteActionPayload = Payload & {
|
|
24355
24605
|
__typename?: 'CsmAiDeleteActionPayload';
|
|
24356
24606
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -33868,6 +34118,39 @@ export declare type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
33868
34118
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
33869
34119
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
33870
34120
|
};
|
|
34121
|
+
export declare type GraphIntegrationActionAdminManagementActionConfiguration = {
|
|
34122
|
+
__typename?: 'GraphIntegrationActionAdminManagementActionConfiguration';
|
|
34123
|
+
status: GraphIntegrationActionAdminManagementActionStatus;
|
|
34124
|
+
};
|
|
34125
|
+
export declare type GraphIntegrationActionAdminManagementActionConfigurationInput = {
|
|
34126
|
+
actionId: Scalars['ID']['input'];
|
|
34127
|
+
status?: InputMaybe<GraphIntegrationActionAdminManagementActionStatus>;
|
|
34128
|
+
};
|
|
34129
|
+
export declare type GraphIntegrationActionAdminManagementActionNode = {
|
|
34130
|
+
__typename?: 'GraphIntegrationActionAdminManagementActionNode';
|
|
34131
|
+
configuration?: Maybe<GraphIntegrationActionAdminManagementActionConfiguration>;
|
|
34132
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
34133
|
+
displayName: Scalars['String']['output'];
|
|
34134
|
+
id: Scalars['ID']['output'];
|
|
34135
|
+
};
|
|
34136
|
+
export declare enum GraphIntegrationActionAdminManagementActionStatus {
|
|
34137
|
+
Allow = "ALLOW",
|
|
34138
|
+
Deny = "DENY",
|
|
34139
|
+
NewActionAllow = "NEW_ACTION_ALLOW"
|
|
34140
|
+
}
|
|
34141
|
+
export declare type GraphIntegrationActionAdminManagementUpdateActionConfigurationInput = {
|
|
34142
|
+
actionConfigurations: Array<GraphIntegrationActionAdminManagementActionConfigurationInput>;
|
|
34143
|
+
contextAri: Scalars['ID']['input'];
|
|
34144
|
+
productAri: Scalars['ID']['input'];
|
|
34145
|
+
};
|
|
34146
|
+
export declare type GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload = Payload & {
|
|
34147
|
+
__typename?: 'GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload';
|
|
34148
|
+
contextAri: Scalars['ID']['output'];
|
|
34149
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34150
|
+
productAri: Scalars['ID']['output'];
|
|
34151
|
+
success: Scalars['Boolean']['output'];
|
|
34152
|
+
updatedActions?: Maybe<Array<GraphIntegrationActionAdminManagementActionNode>>;
|
|
34153
|
+
};
|
|
33871
34154
|
export declare type GraphIntegrationActionDirectoryItem = {
|
|
33872
34155
|
__typename?: 'GraphIntegrationActionDirectoryItem';
|
|
33873
34156
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -33980,8 +34263,13 @@ export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEd
|
|
|
33980
34263
|
};
|
|
33981
34264
|
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
33982
34265
|
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode';
|
|
34266
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
33983
34267
|
displayName: Scalars['String']['output'];
|
|
34268
|
+
documentationUrl?: Maybe<Scalars['String']['output']>;
|
|
34269
|
+
iconKey?: Maybe<Scalars['String']['output']>;
|
|
33984
34270
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
34271
|
+
isInstalled: Scalars['Boolean']['output'];
|
|
34272
|
+
serverUrl: Scalars['String']['output'];
|
|
33985
34273
|
};
|
|
33986
34274
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
33987
34275
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
@@ -34189,6 +34477,7 @@ export declare enum GraphIntegrationSurface {
|
|
|
34189
34477
|
}
|
|
34190
34478
|
export declare type GraphIntegrationTwgCapabilityContainer = {
|
|
34191
34479
|
__typename?: 'GraphIntegrationTwgCapabilityContainer';
|
|
34480
|
+
actionConfigurations: Array<GraphIntegrationActionAdminManagementActionNode>;
|
|
34192
34481
|
connections: Array<GraphIntegrationDataConnectorConnection>;
|
|
34193
34482
|
contextAri: Scalars['ID']['output'];
|
|
34194
34483
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
@@ -37230,12 +37519,20 @@ export declare type GraphStore = {
|
|
|
37230
37519
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
37231
37520
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
37232
37521
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
37522
|
+
meetingHasJiraProject?: Maybe<GraphStoreSimplifiedMeetingHasJiraProjectConnection>;
|
|
37523
|
+
meetingHasJiraProjectInverse?: Maybe<GraphStoreSimplifiedMeetingHasJiraProjectInverseConnection>;
|
|
37233
37524
|
meetingHasMeetingNotesPage?: Maybe<GraphStoreSimplifiedMeetingHasMeetingNotesPageConnection>;
|
|
37234
37525
|
meetingHasMeetingNotesPageBatch?: Maybe<GraphStoreBatchMeetingHasMeetingNotesPageConnection>;
|
|
37235
37526
|
meetingHasMeetingNotesPageInverse?: Maybe<GraphStoreSimplifiedMeetingHasMeetingNotesPageInverseConnection>;
|
|
37236
37527
|
meetingHasMeetingNotesPageInverseBatch?: Maybe<GraphStoreBatchMeetingHasMeetingNotesPageConnection>;
|
|
37528
|
+
meetingHasVideo?: Maybe<GraphStoreSimplifiedMeetingHasVideoConnection>;
|
|
37529
|
+
meetingHasVideoBatch?: Maybe<GraphStoreBatchMeetingHasVideoConnection>;
|
|
37530
|
+
meetingHasVideoInverse?: Maybe<GraphStoreSimplifiedMeetingHasVideoInverseConnection>;
|
|
37531
|
+
meetingHasVideoInverseBatch?: Maybe<GraphStoreBatchMeetingHasVideoConnection>;
|
|
37237
37532
|
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
37238
37533
|
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
37534
|
+
meetingRecurrenceHasJiraProject?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectConnection>;
|
|
37535
|
+
meetingRecurrenceHasJiraProjectInverse?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseConnection>;
|
|
37239
37536
|
meetingRecurrenceHasMeetingRecurrenceNotesPage?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection>;
|
|
37240
37537
|
meetingRecurrenceHasMeetingRecurrenceNotesPageBatch?: Maybe<GraphStoreBatchMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection>;
|
|
37241
37538
|
meetingRecurrenceHasMeetingRecurrenceNotesPageInverse?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasMeetingRecurrenceNotesPageInverseConnection>;
|
|
@@ -39911,6 +40208,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
39911
40208
|
ids: Array<Scalars['ID']['input']>;
|
|
39912
40209
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
39913
40210
|
};
|
|
40211
|
+
export declare type GraphStoreMeetingHasJiraProjectArgs = {
|
|
40212
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40213
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40214
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40215
|
+
id: Scalars['ID']['input'];
|
|
40216
|
+
sort?: InputMaybe<GraphStoreMeetingHasJiraProjectSortInput>;
|
|
40217
|
+
};
|
|
40218
|
+
export declare type GraphStoreMeetingHasJiraProjectInverseArgs = {
|
|
40219
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40220
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40221
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40222
|
+
id: Scalars['ID']['input'];
|
|
40223
|
+
sort?: InputMaybe<GraphStoreMeetingHasJiraProjectSortInput>;
|
|
40224
|
+
};
|
|
39914
40225
|
export declare type GraphStoreMeetingHasMeetingNotesPageArgs = {
|
|
39915
40226
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39916
40227
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39937,6 +40248,32 @@ export declare type GraphStoreMeetingHasMeetingNotesPageInverseBatchArgs = {
|
|
|
39937
40248
|
ids: Array<Scalars['ID']['input']>;
|
|
39938
40249
|
sort?: InputMaybe<GraphStoreMeetingHasMeetingNotesPageSortInput>;
|
|
39939
40250
|
};
|
|
40251
|
+
export declare type GraphStoreMeetingHasVideoArgs = {
|
|
40252
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40253
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40254
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40255
|
+
id: Scalars['ID']['input'];
|
|
40256
|
+
sort?: InputMaybe<GraphStoreMeetingHasVideoSortInput>;
|
|
40257
|
+
};
|
|
40258
|
+
export declare type GraphStoreMeetingHasVideoBatchArgs = {
|
|
40259
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40260
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40261
|
+
ids: Array<Scalars['ID']['input']>;
|
|
40262
|
+
sort?: InputMaybe<GraphStoreMeetingHasVideoSortInput>;
|
|
40263
|
+
};
|
|
40264
|
+
export declare type GraphStoreMeetingHasVideoInverseArgs = {
|
|
40265
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40266
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40267
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40268
|
+
id: Scalars['ID']['input'];
|
|
40269
|
+
sort?: InputMaybe<GraphStoreMeetingHasVideoSortInput>;
|
|
40270
|
+
};
|
|
40271
|
+
export declare type GraphStoreMeetingHasVideoInverseBatchArgs = {
|
|
40272
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40273
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40274
|
+
ids: Array<Scalars['ID']['input']>;
|
|
40275
|
+
sort?: InputMaybe<GraphStoreMeetingHasVideoSortInput>;
|
|
40276
|
+
};
|
|
39940
40277
|
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39941
40278
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39942
40279
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39951,6 +40288,20 @@ export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderInverseA
|
|
|
39951
40288
|
id: Scalars['ID']['input'];
|
|
39952
40289
|
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
39953
40290
|
};
|
|
40291
|
+
export declare type GraphStoreMeetingRecurrenceHasJiraProjectArgs = {
|
|
40292
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40293
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40294
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40295
|
+
id: Scalars['ID']['input'];
|
|
40296
|
+
sort?: InputMaybe<GraphStoreMeetingRecurrenceHasJiraProjectSortInput>;
|
|
40297
|
+
};
|
|
40298
|
+
export declare type GraphStoreMeetingRecurrenceHasJiraProjectInverseArgs = {
|
|
40299
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
40300
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40301
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
40302
|
+
id: Scalars['ID']['input'];
|
|
40303
|
+
sort?: InputMaybe<GraphStoreMeetingRecurrenceHasJiraProjectSortInput>;
|
|
40304
|
+
};
|
|
39954
40305
|
export declare type GraphStoreMeetingRecurrenceHasMeetingRecurrenceNotesPageArgs = {
|
|
39955
40306
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39956
40307
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -44542,6 +44893,47 @@ export declare type GraphStoreBatchMeetingHasMeetingNotesPageStartNode = {
|
|
|
44542
44893
|
id: Scalars['ID']['output'];
|
|
44543
44894
|
};
|
|
44544
44895
|
export declare type GraphStoreBatchMeetingHasMeetingNotesPageStartUnion = LoomMeeting;
|
|
44896
|
+
export declare type GraphStoreBatchMeetingHasVideoConnection = HasPageInfo & {
|
|
44897
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoConnection';
|
|
44898
|
+
edges: Array<Maybe<GraphStoreBatchMeetingHasVideoEdge>>;
|
|
44899
|
+
nodes: Array<Maybe<GraphStoreBatchMeetingHasVideoNode>>;
|
|
44900
|
+
pageInfo: PageInfo;
|
|
44901
|
+
};
|
|
44902
|
+
export declare type GraphStoreBatchMeetingHasVideoEdge = {
|
|
44903
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoEdge';
|
|
44904
|
+
node: GraphStoreBatchMeetingHasVideoInnerConnection;
|
|
44905
|
+
};
|
|
44906
|
+
export declare type GraphStoreBatchMeetingHasVideoEndNode = {
|
|
44907
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoEndNode';
|
|
44908
|
+
data?: Maybe<GraphStoreBatchMeetingHasVideoEndUnion>;
|
|
44909
|
+
id: Scalars['ID']['output'];
|
|
44910
|
+
};
|
|
44911
|
+
export declare type GraphStoreBatchMeetingHasVideoEndUnion = LoomVideo;
|
|
44912
|
+
export declare type GraphStoreBatchMeetingHasVideoInnerConnection = {
|
|
44913
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoInnerConnection';
|
|
44914
|
+
edges: Array<Maybe<GraphStoreBatchMeetingHasVideoInnerEdge>>;
|
|
44915
|
+
nodes: Array<Maybe<GraphStoreBatchMeetingHasVideoNode>>;
|
|
44916
|
+
requestedId: Scalars['ID']['output'];
|
|
44917
|
+
};
|
|
44918
|
+
export declare type GraphStoreBatchMeetingHasVideoInnerEdge = {
|
|
44919
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoInnerEdge';
|
|
44920
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44921
|
+
node: GraphStoreBatchMeetingHasVideoNode;
|
|
44922
|
+
};
|
|
44923
|
+
export declare type GraphStoreBatchMeetingHasVideoNode = Node & {
|
|
44924
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoNode';
|
|
44925
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44926
|
+
from: GraphStoreBatchMeetingHasVideoStartNode;
|
|
44927
|
+
id: Scalars['ID']['output'];
|
|
44928
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44929
|
+
to: GraphStoreBatchMeetingHasVideoEndNode;
|
|
44930
|
+
};
|
|
44931
|
+
export declare type GraphStoreBatchMeetingHasVideoStartNode = {
|
|
44932
|
+
__typename?: 'GraphStoreBatchMeetingHasVideoStartNode';
|
|
44933
|
+
data?: Maybe<GraphStoreBatchMeetingHasVideoStartUnion>;
|
|
44934
|
+
id: Scalars['ID']['output'];
|
|
44935
|
+
};
|
|
44936
|
+
export declare type GraphStoreBatchMeetingHasVideoStartUnion = LoomMeeting;
|
|
44545
44937
|
export declare type GraphStoreBatchMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection = HasPageInfo & {
|
|
44546
44938
|
__typename?: 'GraphStoreBatchMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection';
|
|
44547
44939
|
edges: Array<Maybe<GraphStoreBatchMeetingRecurrenceHasMeetingRecurrenceNotesPageEdge>>;
|
|
@@ -45106,6 +45498,20 @@ export declare type GraphStoreCreateLoomVideoHasConfluencePageRelationshipInput
|
|
|
45106
45498
|
to: Scalars['ID']['input'];
|
|
45107
45499
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
45108
45500
|
};
|
|
45501
|
+
export declare type GraphStoreCreateMeetingHasJiraProjectInput = {
|
|
45502
|
+
relationships: Array<GraphStoreCreateMeetingHasJiraProjectRelationshipInput>;
|
|
45503
|
+
};
|
|
45504
|
+
export declare type GraphStoreCreateMeetingHasJiraProjectPayload = Payload & {
|
|
45505
|
+
__typename?: 'GraphStoreCreateMeetingHasJiraProjectPayload';
|
|
45506
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45507
|
+
success: Scalars['Boolean']['output'];
|
|
45508
|
+
};
|
|
45509
|
+
export declare type GraphStoreCreateMeetingHasJiraProjectRelationshipInput = {
|
|
45510
|
+
from: Scalars['ID']['input'];
|
|
45511
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
45512
|
+
to: Scalars['ID']['input'];
|
|
45513
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
45514
|
+
};
|
|
45109
45515
|
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
45110
45516
|
relationships: Array<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
45111
45517
|
};
|
|
@@ -45120,6 +45526,20 @@ export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRe
|
|
|
45120
45526
|
to: Scalars['ID']['input'];
|
|
45121
45527
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
45122
45528
|
};
|
|
45529
|
+
export declare type GraphStoreCreateMeetingRecurrenceHasJiraProjectInput = {
|
|
45530
|
+
relationships: Array<GraphStoreCreateMeetingRecurrenceHasJiraProjectRelationshipInput>;
|
|
45531
|
+
};
|
|
45532
|
+
export declare type GraphStoreCreateMeetingRecurrenceHasJiraProjectPayload = Payload & {
|
|
45533
|
+
__typename?: 'GraphStoreCreateMeetingRecurrenceHasJiraProjectPayload';
|
|
45534
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45535
|
+
success: Scalars['Boolean']['output'];
|
|
45536
|
+
};
|
|
45537
|
+
export declare type GraphStoreCreateMeetingRecurrenceHasJiraProjectRelationshipInput = {
|
|
45538
|
+
from: Scalars['ID']['input'];
|
|
45539
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
45540
|
+
to: Scalars['ID']['input'];
|
|
45541
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
45542
|
+
};
|
|
45123
45543
|
export declare type GraphStoreCreateMeetingRecurrenceHasMeetingRecurrenceNotesPageInput = {
|
|
45124
45544
|
relationships: Array<GraphStoreCreateMeetingRecurrenceHasMeetingRecurrenceNotesPageRelationshipInput>;
|
|
45125
45545
|
};
|
|
@@ -45748,6 +46168,19 @@ export declare type GraphStoreDeleteLoomVideoHasConfluencePageRelationshipInput
|
|
|
45748
46168
|
from: Scalars['ID']['input'];
|
|
45749
46169
|
to: Scalars['ID']['input'];
|
|
45750
46170
|
};
|
|
46171
|
+
export declare type GraphStoreDeleteMeetingHasJiraProjectInput = {
|
|
46172
|
+
relationships: Array<GraphStoreDeleteMeetingHasJiraProjectRelationshipInput>;
|
|
46173
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
46174
|
+
};
|
|
46175
|
+
export declare type GraphStoreDeleteMeetingHasJiraProjectPayload = Payload & {
|
|
46176
|
+
__typename?: 'GraphStoreDeleteMeetingHasJiraProjectPayload';
|
|
46177
|
+
errors?: Maybe<Array<MutationError>>;
|
|
46178
|
+
success: Scalars['Boolean']['output'];
|
|
46179
|
+
};
|
|
46180
|
+
export declare type GraphStoreDeleteMeetingHasJiraProjectRelationshipInput = {
|
|
46181
|
+
from: Scalars['ID']['input'];
|
|
46182
|
+
to: Scalars['ID']['input'];
|
|
46183
|
+
};
|
|
45751
46184
|
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
45752
46185
|
relationships: Array<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
45753
46186
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -45761,6 +46194,19 @@ export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRe
|
|
|
45761
46194
|
from: Scalars['ID']['input'];
|
|
45762
46195
|
to: Scalars['ID']['input'];
|
|
45763
46196
|
};
|
|
46197
|
+
export declare type GraphStoreDeleteMeetingRecurrenceHasJiraProjectInput = {
|
|
46198
|
+
relationships: Array<GraphStoreDeleteMeetingRecurrenceHasJiraProjectRelationshipInput>;
|
|
46199
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
46200
|
+
};
|
|
46201
|
+
export declare type GraphStoreDeleteMeetingRecurrenceHasJiraProjectPayload = Payload & {
|
|
46202
|
+
__typename?: 'GraphStoreDeleteMeetingRecurrenceHasJiraProjectPayload';
|
|
46203
|
+
errors?: Maybe<Array<MutationError>>;
|
|
46204
|
+
success: Scalars['Boolean']['output'];
|
|
46205
|
+
};
|
|
46206
|
+
export declare type GraphStoreDeleteMeetingRecurrenceHasJiraProjectRelationshipInput = {
|
|
46207
|
+
from: Scalars['ID']['input'];
|
|
46208
|
+
to: Scalars['ID']['input'];
|
|
46209
|
+
};
|
|
45764
46210
|
export declare type GraphStoreDeleteMeetingRecurrenceHasMeetingRecurrenceNotesPageInput = {
|
|
45765
46211
|
relationships: Array<GraphStoreDeleteMeetingRecurrenceHasMeetingRecurrenceNotesPageRelationshipInput>;
|
|
45766
46212
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -49935,12 +50381,27 @@ export declare type GraphStoreLoomVideoHasConfluencePageSortInput = {
|
|
|
49935
50381
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
49936
50382
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49937
50383
|
};
|
|
50384
|
+
export declare type GraphStoreMeetingHasJiraProjectSortInput = {
|
|
50385
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
50386
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
50387
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50388
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
50389
|
+
};
|
|
49938
50390
|
export declare type GraphStoreMeetingHasMeetingNotesPageSortInput = {
|
|
49939
50391
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49940
50392
|
};
|
|
50393
|
+
export declare type GraphStoreMeetingHasVideoSortInput = {
|
|
50394
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50395
|
+
};
|
|
49941
50396
|
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
49942
50397
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49943
50398
|
};
|
|
50399
|
+
export declare type GraphStoreMeetingRecurrenceHasJiraProjectSortInput = {
|
|
50400
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
50401
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
50402
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
50403
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
50404
|
+
};
|
|
49944
50405
|
export declare type GraphStoreMeetingRecurrenceHasMeetingRecurrenceNotesPageSortInput = {
|
|
49945
50406
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
49946
50407
|
};
|
|
@@ -49954,7 +50415,9 @@ export declare type GraphStoreMutation = {
|
|
|
49954
50415
|
createJcsIssueAssociatedSupportEscalation?: Maybe<GraphStoreCreateJcsIssueAssociatedSupportEscalationPayload>;
|
|
49955
50416
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
49956
50417
|
createLoomVideoHasConfluencePage?: Maybe<GraphStoreCreateLoomVideoHasConfluencePagePayload>;
|
|
50418
|
+
createMeetingHasJiraProject?: Maybe<GraphStoreCreateMeetingHasJiraProjectPayload>;
|
|
49957
50419
|
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
50420
|
+
createMeetingRecurrenceHasJiraProject?: Maybe<GraphStoreCreateMeetingRecurrenceHasJiraProjectPayload>;
|
|
49958
50421
|
createMeetingRecurrenceHasMeetingRecurrenceNotesPage?: Maybe<GraphStoreCreateMeetingRecurrenceHasMeetingRecurrenceNotesPagePayload>;
|
|
49959
50422
|
createParentTeamHasChildTeam?: Maybe<GraphStoreCreateParentTeamHasChildTeamPayload>;
|
|
49960
50423
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
@@ -49984,7 +50447,9 @@ export declare type GraphStoreMutation = {
|
|
|
49984
50447
|
deleteJcsIssueAssociatedSupportEscalation?: Maybe<GraphStoreDeleteJcsIssueAssociatedSupportEscalationPayload>;
|
|
49985
50448
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
49986
50449
|
deleteLoomVideoHasConfluencePage?: Maybe<GraphStoreDeleteLoomVideoHasConfluencePagePayload>;
|
|
50450
|
+
deleteMeetingHasJiraProject?: Maybe<GraphStoreDeleteMeetingHasJiraProjectPayload>;
|
|
49987
50451
|
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
50452
|
+
deleteMeetingRecurrenceHasJiraProject?: Maybe<GraphStoreDeleteMeetingRecurrenceHasJiraProjectPayload>;
|
|
49988
50453
|
deleteMeetingRecurrenceHasMeetingRecurrenceNotesPage?: Maybe<GraphStoreDeleteMeetingRecurrenceHasMeetingRecurrenceNotesPagePayload>;
|
|
49989
50454
|
deleteParentTeamHasChildTeam?: Maybe<GraphStoreDeleteParentTeamHasChildTeamPayload>;
|
|
49990
50455
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
@@ -50031,9 +50496,15 @@ export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs =
|
|
|
50031
50496
|
export declare type GraphStoreMutationCreateLoomVideoHasConfluencePageArgs = {
|
|
50032
50497
|
input?: InputMaybe<GraphStoreCreateLoomVideoHasConfluencePageInput>;
|
|
50033
50498
|
};
|
|
50499
|
+
export declare type GraphStoreMutationCreateMeetingHasJiraProjectArgs = {
|
|
50500
|
+
input?: InputMaybe<GraphStoreCreateMeetingHasJiraProjectInput>;
|
|
50501
|
+
};
|
|
50034
50502
|
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
50035
50503
|
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
50036
50504
|
};
|
|
50505
|
+
export declare type GraphStoreMutationCreateMeetingRecurrenceHasJiraProjectArgs = {
|
|
50506
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecurrenceHasJiraProjectInput>;
|
|
50507
|
+
};
|
|
50037
50508
|
export declare type GraphStoreMutationCreateMeetingRecurrenceHasMeetingRecurrenceNotesPageArgs = {
|
|
50038
50509
|
input?: InputMaybe<GraphStoreCreateMeetingRecurrenceHasMeetingRecurrenceNotesPageInput>;
|
|
50039
50510
|
};
|
|
@@ -50121,9 +50592,15 @@ export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs =
|
|
|
50121
50592
|
export declare type GraphStoreMutationDeleteLoomVideoHasConfluencePageArgs = {
|
|
50122
50593
|
input?: InputMaybe<GraphStoreDeleteLoomVideoHasConfluencePageInput>;
|
|
50123
50594
|
};
|
|
50595
|
+
export declare type GraphStoreMutationDeleteMeetingHasJiraProjectArgs = {
|
|
50596
|
+
input?: InputMaybe<GraphStoreDeleteMeetingHasJiraProjectInput>;
|
|
50597
|
+
};
|
|
50124
50598
|
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
50125
50599
|
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
50126
50600
|
};
|
|
50601
|
+
export declare type GraphStoreMutationDeleteMeetingRecurrenceHasJiraProjectArgs = {
|
|
50602
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecurrenceHasJiraProjectInput>;
|
|
50603
|
+
};
|
|
50127
50604
|
export declare type GraphStoreMutationDeleteMeetingRecurrenceHasMeetingRecurrenceNotesPageArgs = {
|
|
50128
50605
|
input?: InputMaybe<GraphStoreDeleteMeetingRecurrenceHasMeetingRecurrenceNotesPageInput>;
|
|
50129
50606
|
};
|
|
@@ -53997,6 +54474,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
53997
54474
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
53998
54475
|
};
|
|
53999
54476
|
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
54477
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectConnection = HasPageInfo & HasTotal & {
|
|
54478
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasJiraProjectConnection';
|
|
54479
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingHasJiraProjectEdge>>>;
|
|
54480
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
54481
|
+
pageInfo: PageInfo;
|
|
54482
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54483
|
+
};
|
|
54484
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectEdge = {
|
|
54485
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasJiraProjectEdge';
|
|
54486
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54487
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54488
|
+
id: Scalars['ID']['output'];
|
|
54489
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54490
|
+
node?: Maybe<GraphStoreSimplifiedMeetingHasJiraProjectUnion>;
|
|
54491
|
+
};
|
|
54492
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
54493
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasJiraProjectInverseConnection';
|
|
54494
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingHasJiraProjectInverseEdge>>>;
|
|
54495
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
54496
|
+
pageInfo: PageInfo;
|
|
54497
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54498
|
+
};
|
|
54499
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectInverseEdge = {
|
|
54500
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasJiraProjectInverseEdge';
|
|
54501
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54502
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54503
|
+
id: Scalars['ID']['output'];
|
|
54504
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54505
|
+
node?: Maybe<GraphStoreSimplifiedMeetingHasJiraProjectInverseUnion>;
|
|
54506
|
+
};
|
|
54507
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectInverseUnion = LoomMeeting;
|
|
54508
|
+
export declare type GraphStoreSimplifiedMeetingHasJiraProjectUnion = JiraProject;
|
|
54000
54509
|
export declare type GraphStoreSimplifiedMeetingHasMeetingNotesPageConnection = HasPageInfo & {
|
|
54001
54510
|
__typename?: 'GraphStoreSimplifiedMeetingHasMeetingNotesPageConnection';
|
|
54002
54511
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingHasMeetingNotesPageEdge>>>;
|
|
@@ -54025,6 +54534,34 @@ export declare type GraphStoreSimplifiedMeetingHasMeetingNotesPageInverseEdge =
|
|
|
54025
54534
|
};
|
|
54026
54535
|
export declare type GraphStoreSimplifiedMeetingHasMeetingNotesPageInverseUnion = LoomMeeting;
|
|
54027
54536
|
export declare type GraphStoreSimplifiedMeetingHasMeetingNotesPageUnion = ConfluencePage;
|
|
54537
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoConnection = HasPageInfo & {
|
|
54538
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasVideoConnection';
|
|
54539
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingHasVideoEdge>>>;
|
|
54540
|
+
pageInfo: PageInfo;
|
|
54541
|
+
};
|
|
54542
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoEdge = {
|
|
54543
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasVideoEdge';
|
|
54544
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54545
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54546
|
+
id: Scalars['ID']['output'];
|
|
54547
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54548
|
+
node?: Maybe<GraphStoreSimplifiedMeetingHasVideoUnion>;
|
|
54549
|
+
};
|
|
54550
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoInverseConnection = HasPageInfo & {
|
|
54551
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasVideoInverseConnection';
|
|
54552
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingHasVideoInverseEdge>>>;
|
|
54553
|
+
pageInfo: PageInfo;
|
|
54554
|
+
};
|
|
54555
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoInverseEdge = {
|
|
54556
|
+
__typename?: 'GraphStoreSimplifiedMeetingHasVideoInverseEdge';
|
|
54557
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54558
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54559
|
+
id: Scalars['ID']['output'];
|
|
54560
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54561
|
+
node?: Maybe<GraphStoreSimplifiedMeetingHasVideoInverseUnion>;
|
|
54562
|
+
};
|
|
54563
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoInverseUnion = LoomMeeting;
|
|
54564
|
+
export declare type GraphStoreSimplifiedMeetingHasVideoUnion = LoomVideo;
|
|
54028
54565
|
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection = HasPageInfo & {
|
|
54029
54566
|
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection';
|
|
54030
54567
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge>>>;
|
|
@@ -54053,6 +54590,38 @@ export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFold
|
|
|
54053
54590
|
};
|
|
54054
54591
|
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54055
54592
|
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion = ConfluenceFolder;
|
|
54593
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectConnection = HasPageInfo & HasTotal & {
|
|
54594
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectConnection';
|
|
54595
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectEdge>>>;
|
|
54596
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
54597
|
+
pageInfo: PageInfo;
|
|
54598
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54599
|
+
};
|
|
54600
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectEdge = {
|
|
54601
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectEdge';
|
|
54602
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54603
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54604
|
+
id: Scalars['ID']['output'];
|
|
54605
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54606
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectUnion>;
|
|
54607
|
+
};
|
|
54608
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
54609
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseConnection';
|
|
54610
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseEdge>>>;
|
|
54611
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
54612
|
+
pageInfo: PageInfo;
|
|
54613
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
54614
|
+
};
|
|
54615
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseEdge = {
|
|
54616
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseEdge';
|
|
54617
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54618
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54619
|
+
id: Scalars['ID']['output'];
|
|
54620
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54621
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseUnion>;
|
|
54622
|
+
};
|
|
54623
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectInverseUnion = LoomMeetingRecurrence;
|
|
54624
|
+
export declare type GraphStoreSimplifiedMeetingRecurrenceHasJiraProjectUnion = JiraProject;
|
|
54056
54625
|
export declare type GraphStoreSimplifiedMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection = HasPageInfo & {
|
|
54057
54626
|
__typename?: 'GraphStoreSimplifiedMeetingRecurrenceHasMeetingRecurrenceNotesPageConnection';
|
|
54058
54627
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecurrenceHasMeetingRecurrenceNotesPageEdge>>>;
|
|
@@ -61994,6 +62563,10 @@ export declare enum HelpCenterAccessControlType {
|
|
|
61994
62563
|
Internal = "INTERNAL",
|
|
61995
62564
|
Public = "PUBLIC"
|
|
61996
62565
|
}
|
|
62566
|
+
export declare type HelpCenterAddProjectMappingInput = {
|
|
62567
|
+
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
62568
|
+
syncNewProjects?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62569
|
+
};
|
|
61997
62570
|
export declare type HelpCenterAnnouncement = {
|
|
61998
62571
|
__typename?: 'HelpCenterAnnouncement';
|
|
61999
62572
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -62089,6 +62662,7 @@ export declare type HelpCenterCreateInput = {
|
|
|
62089
62662
|
helpCenterType?: InputMaybe<HelpCenterTypeInput>;
|
|
62090
62663
|
homePageLayout?: InputMaybe<HelpCenterHomePageLayoutInput>;
|
|
62091
62664
|
name: HelpCenterNameInput;
|
|
62665
|
+
projectMapping?: InputMaybe<HelpCenterAddProjectMappingInput>;
|
|
62092
62666
|
slug: Scalars['String']['input'];
|
|
62093
62667
|
workspaceARI: Scalars['String']['input'];
|
|
62094
62668
|
};
|
|
@@ -69443,6 +70017,12 @@ export declare type JiraDeleteAllAttachmentsPayload = Payload & {
|
|
|
69443
70017
|
errors?: Maybe<Array<MutationError>>;
|
|
69444
70018
|
success: Scalars['Boolean']['output'];
|
|
69445
70019
|
};
|
|
70020
|
+
export declare type JiraDeleteAllIssueResourcesPayload = Payload & {
|
|
70021
|
+
__typename?: 'JiraDeleteAllIssueResourcesPayload';
|
|
70022
|
+
deletedResourceARIs?: Maybe<Array<Scalars['ID']['output']>>;
|
|
70023
|
+
errors?: Maybe<Array<MutationError>>;
|
|
70024
|
+
success: Scalars['Boolean']['output'];
|
|
70025
|
+
};
|
|
69446
70026
|
export declare type JiraDeleteAttachmentsPayload = Payload & {
|
|
69447
70027
|
__typename?: 'JiraDeleteAttachmentsPayload';
|
|
69448
70028
|
deletedAttachmentIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -75931,6 +76511,7 @@ export declare type JiraMutation = {
|
|
|
75931
76511
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
75932
76512
|
createSimpleNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
75933
76513
|
deleteAllAttachments?: Maybe<JiraDeleteAllAttachmentsPayload>;
|
|
76514
|
+
deleteAllConsolidatedResources?: Maybe<JiraDeleteAllIssueResourcesPayload>;
|
|
75934
76515
|
deleteAttachments?: Maybe<JiraDeleteAttachmentsPayload>;
|
|
75935
76516
|
deleteComment?: Maybe<JiraDeleteCommentPayload>;
|
|
75936
76517
|
deleteCustomBackground?: Maybe<JiraDeleteCustomBackgroundPayload>;
|
|
@@ -76270,6 +76851,9 @@ export declare type JiraMutationCreateSimpleNavigationItemArgs = {
|
|
|
76270
76851
|
export declare type JiraMutationDeleteAllAttachmentsArgs = {
|
|
76271
76852
|
issueId: Scalars['ID']['input'];
|
|
76272
76853
|
};
|
|
76854
|
+
export declare type JiraMutationDeleteAllConsolidatedResourcesArgs = {
|
|
76855
|
+
issueId: Scalars['ID']['input'];
|
|
76856
|
+
};
|
|
76273
76857
|
export declare type JiraMutationDeleteAttachmentsArgs = {
|
|
76274
76858
|
ids: Array<Scalars['ID']['input']>;
|
|
76275
76859
|
};
|
|
@@ -84148,6 +84732,7 @@ export declare type JiraSubscription = {
|
|
|
84148
84732
|
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
84149
84733
|
onIssueDeletedByProjectsNoEnrichment?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
84150
84734
|
onIssueExported?: Maybe<JiraIssueExportEvent>;
|
|
84735
|
+
onIssueMutatedByIssueIdFromDiffUserNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
84151
84736
|
onIssueMutatedByIssueIdNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
84152
84737
|
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
84153
84738
|
onIssueUpdatedByProjectNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
@@ -84240,6 +84825,10 @@ export declare type JiraSubscriptionOnIssueDeletedByProjectsNoEnrichmentArgs = {
|
|
|
84240
84825
|
export declare type JiraSubscriptionOnIssueExportedArgs = {
|
|
84241
84826
|
input: JiraIssueExportInput;
|
|
84242
84827
|
};
|
|
84828
|
+
export declare type JiraSubscriptionOnIssueMutatedByIssueIdFromDiffUserNoEnrichmentArgs = {
|
|
84829
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
84830
|
+
issueId: Scalars['ID']['input'];
|
|
84831
|
+
};
|
|
84243
84832
|
export declare type JiraSubscriptionOnIssueMutatedByIssueIdNoEnrichmentArgs = {
|
|
84244
84833
|
issueId: Scalars['ID']['input'];
|
|
84245
84834
|
};
|
|
@@ -88007,6 +88596,65 @@ export declare type JsmChatWebSubscriptionResponse = {
|
|
|
88007
88596
|
conversation?: Maybe<JsmChatMessageEdge>;
|
|
88008
88597
|
result?: Maybe<JsmChatWebConversationUpdateSubscriptionPayload>;
|
|
88009
88598
|
};
|
|
88599
|
+
export declare type JsmConversationClaimConversationInput = {
|
|
88600
|
+
conversationId: Scalars['ID']['input'];
|
|
88601
|
+
};
|
|
88602
|
+
export declare type JsmConversationClaimConversationPayload = Payload & {
|
|
88603
|
+
__typename?: 'JsmConversationClaimConversationPayload';
|
|
88604
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88605
|
+
success: Scalars['Boolean']['output'];
|
|
88606
|
+
};
|
|
88607
|
+
export declare type JsmConversationCloseConversationInput = {
|
|
88608
|
+
conversationId: Scalars['ID']['input'];
|
|
88609
|
+
};
|
|
88610
|
+
export declare type JsmConversationCloseConversationPayload = Payload & {
|
|
88611
|
+
__typename?: 'JsmConversationCloseConversationPayload';
|
|
88612
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88613
|
+
success: Scalars['Boolean']['output'];
|
|
88614
|
+
};
|
|
88615
|
+
export declare type JsmConversationConversation = {
|
|
88616
|
+
__typename?: 'JsmConversationConversation';
|
|
88617
|
+
assignee?: Maybe<Scalars['ID']['output']>;
|
|
88618
|
+
conversationId: Scalars['ID']['output'];
|
|
88619
|
+
conversationStatus?: Maybe<JsmConversationConversationStatus>;
|
|
88620
|
+
helpseeker?: Maybe<Scalars['ID']['output']>;
|
|
88621
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
88622
|
+
waitTimeLeft?: Maybe<Scalars['Long']['output']>;
|
|
88623
|
+
};
|
|
88624
|
+
export declare type JsmConversationConversationConnection = {
|
|
88625
|
+
__typename?: 'JsmConversationConversationConnection';
|
|
88626
|
+
edges?: Maybe<Array<JsmConversationConversationEdge>>;
|
|
88627
|
+
nodes?: Maybe<Array<Maybe<JsmConversationConversation>>>;
|
|
88628
|
+
pageInfo: PageInfo;
|
|
88629
|
+
};
|
|
88630
|
+
export declare type JsmConversationConversationEdge = {
|
|
88631
|
+
__typename?: 'JsmConversationConversationEdge';
|
|
88632
|
+
cursor: Scalars['String']['output'];
|
|
88633
|
+
node?: Maybe<JsmConversationConversation>;
|
|
88634
|
+
};
|
|
88635
|
+
export declare enum JsmConversationConversationStatus {
|
|
88636
|
+
Closed = "CLOSED"
|
|
88637
|
+
}
|
|
88638
|
+
export declare type JsmConversationMessage = {
|
|
88639
|
+
__typename?: 'JsmConversationMessage';
|
|
88640
|
+
author?: Maybe<Scalars['ID']['output']>;
|
|
88641
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
88642
|
+
conversationId: Scalars['ID']['output'];
|
|
88643
|
+
messageId: Scalars['ID']['output'];
|
|
88644
|
+
sentAt?: Maybe<Scalars['DateTime']['output']>;
|
|
88645
|
+
sequenceId?: Maybe<Scalars['String']['output']>;
|
|
88646
|
+
};
|
|
88647
|
+
export declare type JsmConversationMessageConnection = {
|
|
88648
|
+
__typename?: 'JsmConversationMessageConnection';
|
|
88649
|
+
edges?: Maybe<Array<JsmConversationMessageEdge>>;
|
|
88650
|
+
nodes?: Maybe<Array<Maybe<JsmConversationMessage>>>;
|
|
88651
|
+
pageInfo: PageInfo;
|
|
88652
|
+
};
|
|
88653
|
+
export declare type JsmConversationMessageEdge = {
|
|
88654
|
+
__typename?: 'JsmConversationMessageEdge';
|
|
88655
|
+
cursor: Scalars['String']['output'];
|
|
88656
|
+
node?: Maybe<JsmConversationMessage>;
|
|
88657
|
+
};
|
|
88010
88658
|
export declare type JsonContentProperty = {
|
|
88011
88659
|
__typename?: 'JsonContentProperty';
|
|
88012
88660
|
content?: Maybe<Content>;
|
|
@@ -88339,10 +88987,10 @@ export declare type KitsuneChunk = KitsuneNode & {
|
|
|
88339
88987
|
_id: Scalars['ID']['output'];
|
|
88340
88988
|
content?: Maybe<Scalars['String']['output']>;
|
|
88341
88989
|
};
|
|
88342
|
-
export declare type KitsuneFeedback =
|
|
88990
|
+
export declare type KitsuneFeedback = Node & {
|
|
88343
88991
|
__typename?: 'KitsuneFeedback';
|
|
88344
|
-
_id: Scalars['ID']['output'];
|
|
88345
88992
|
content?: Maybe<Scalars['String']['output']>;
|
|
88993
|
+
id: Scalars['ID']['output'];
|
|
88346
88994
|
title?: Maybe<Scalars['String']['output']>;
|
|
88347
88995
|
};
|
|
88348
88996
|
export declare type KitsuneNode = {
|
|
@@ -88371,6 +89019,7 @@ export declare type KnowledgeBaseAgentArticleSearchInput = {
|
|
|
88371
89019
|
projectIdentifier: Scalars['String']['input'];
|
|
88372
89020
|
searchFilters?: InputMaybe<KnowledgeBaseSearchFiltersInput>;
|
|
88373
89021
|
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
89022
|
+
shouldFetchCategories?: InputMaybe<Scalars['Boolean']['input']>;
|
|
88374
89023
|
sortByKey?: InputMaybe<KnowledgeBaseArticleSearchSortByKey>;
|
|
88375
89024
|
sortOrder?: InputMaybe<KnowledgeBaseArticleSearchSortOrder>;
|
|
88376
89025
|
};
|
|
@@ -88405,7 +89054,6 @@ export declare type KnowledgeBaseArticleMetadata = {
|
|
|
88405
89054
|
__typename?: 'KnowledgeBaseArticleMetadata';
|
|
88406
89055
|
categoryDetails?: Maybe<Array<KnowledgeBaseCategoryDetail>>;
|
|
88407
89056
|
lastModified?: Maybe<Scalars['String']['output']>;
|
|
88408
|
-
viewCount?: Maybe<Scalars['Int']['output']>;
|
|
88409
89057
|
};
|
|
88410
89058
|
export declare type KnowledgeBaseArticleSearchInput = {
|
|
88411
89059
|
articleContainers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -88429,6 +89077,7 @@ export declare enum KnowledgeBaseArticleSearchSortOrder {
|
|
|
88429
89077
|
}
|
|
88430
89078
|
export declare type KnowledgeBaseArticleSource = {
|
|
88431
89079
|
__typename?: 'KnowledgeBaseArticleSource';
|
|
89080
|
+
additionalIdentifier?: Maybe<Scalars['String']['output']>;
|
|
88432
89081
|
ari?: Maybe<Scalars['String']['output']>;
|
|
88433
89082
|
name?: Maybe<Scalars['String']['output']>;
|
|
88434
89083
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -88555,7 +89204,7 @@ export declare type KnowledgeBaseQueryApiKnowledgeBaseArgs = {
|
|
|
88555
89204
|
export declare type KnowledgeBaseResponse = KnowledgeBaseSources | QueryError;
|
|
88556
89205
|
export declare type KnowledgeBaseSearchFiltersInput = {
|
|
88557
89206
|
sourceContainers?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
88558
|
-
sourceVisibility?: InputMaybe<Array<
|
|
89207
|
+
sourceVisibility?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
88559
89208
|
sources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
88560
89209
|
};
|
|
88561
89210
|
export declare type KnowledgeBaseSource = {
|
|
@@ -88608,10 +89257,6 @@ export declare type KnowledgeBaseSourceSuggestions = {
|
|
|
88608
89257
|
sourceSuggestions?: Maybe<Array<KnowledgeBaseSourceSuggestion>>;
|
|
88609
89258
|
};
|
|
88610
89259
|
export declare type KnowledgeBaseSourceSuggestionsResponse = KnowledgeBaseSourceSuggestions | QueryError;
|
|
88611
|
-
export declare enum KnowledgeBaseSourceVisibility {
|
|
88612
|
-
External = "EXTERNAL",
|
|
88613
|
-
Internal = "INTERNAL"
|
|
88614
|
-
}
|
|
88615
89260
|
export declare type KnowledgeBaseSources = {
|
|
88616
89261
|
__typename?: 'KnowledgeBaseSources';
|
|
88617
89262
|
edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
|
|
@@ -88912,7 +89557,8 @@ export declare type KnowledgeDiscoveryDeleteBookmarksPayload = Payload & {
|
|
|
88912
89557
|
export declare enum KnowledgeDiscoveryDetectionType {
|
|
88913
89558
|
EntityRecognition = "ENTITY_RECOGNITION",
|
|
88914
89559
|
Heuristic = "HEURISTIC",
|
|
88915
|
-
Llm = "LLM"
|
|
89560
|
+
Llm = "LLM",
|
|
89561
|
+
Slm = "SLM"
|
|
88916
89562
|
}
|
|
88917
89563
|
export declare type KnowledgeDiscoveryDismissAdminhubBookmarkSuggestionInput = {
|
|
88918
89564
|
bookmarkAdminhubId: Scalars['ID']['input'];
|
|
@@ -90530,10 +91176,9 @@ export declare type MarketplaceConsoleAppInput = {
|
|
|
90530
91176
|
appName: Scalars['String']['input'];
|
|
90531
91177
|
cloudComplianceBoundaries?: InputMaybe<Array<MarketplaceConsoleCloudComplianceBoundary>>;
|
|
90532
91178
|
developerId?: InputMaybe<Scalars['ID']['input']>;
|
|
91179
|
+
marketingLabels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
90533
91180
|
onDemandPaymentModel?: InputMaybe<MarketplaceConsolePaymentModel>;
|
|
90534
|
-
|
|
90535
|
-
summary?: InputMaybe<Scalars['String']['input']>;
|
|
90536
|
-
vendorId: Scalars['Int']['input'];
|
|
91181
|
+
vendorId?: InputMaybe<Scalars['Int']['input']>;
|
|
90537
91182
|
vendorLinks?: InputMaybe<MarketplaceConsoleAppVendorLinksInput>;
|
|
90538
91183
|
version: MarketplaceConsoleAppSoftwareVersionInput;
|
|
90539
91184
|
};
|
|
@@ -90951,11 +91596,11 @@ export declare enum MarketplaceConsoleDevSpaceTier {
|
|
|
90951
91596
|
Platinum = "PLATINUM",
|
|
90952
91597
|
Silver = "SILVER"
|
|
90953
91598
|
}
|
|
90954
|
-
export declare type MarketplaceConsoleDomainError = {
|
|
91599
|
+
export declare type MarketplaceConsoleDomainError = MarketplaceConsoleError & {
|
|
90955
91600
|
__typename?: 'MarketplaceConsoleDomainError';
|
|
90956
91601
|
code: Scalars['String']['output'];
|
|
90957
|
-
detail: Scalars['String']['output'];
|
|
90958
91602
|
id?: Maybe<Scalars['String']['output']>;
|
|
91603
|
+
message: Scalars['String']['output'];
|
|
90959
91604
|
status: Scalars['String']['output'];
|
|
90960
91605
|
title: Scalars['String']['output'];
|
|
90961
91606
|
};
|
|
@@ -97080,9 +97725,11 @@ export declare type Mutation = {
|
|
|
97080
97725
|
assetsDM_dataSourceCleansingRulesRunCleanse?: Maybe<AssetsDmDataSourceCleansingRulesRunCleanseResponse>;
|
|
97081
97726
|
assetsDM_dataSourceRunMerge?: Maybe<AssetsDmDataSourceRunMergeResponse>;
|
|
97082
97727
|
assetsDM_dataSourceRunTransform?: Maybe<AssetsDmDataSourceRunTransformResponse>;
|
|
97728
|
+
assetsDM_deleteDefaultAttributeMapping?: Maybe<AssetsDmDeleteDefaultAttributeMappingResponse>;
|
|
97083
97729
|
assetsDM_deleteObjectTag?: Maybe<AssetsDmObjectTagDeleteResponse>;
|
|
97084
97730
|
assetsDM_deleteSavedSearch?: Maybe<AssetsDmSavedSearchesDeleteResponse>;
|
|
97085
97731
|
assetsDM_dissociateObjectTag?: Maybe<AssetsDmObjectTagDissociateResponse>;
|
|
97732
|
+
assetsDM_editDefaultAttributeMapping?: Maybe<AssetsDmEditDefaultAttributeMappingResponse>;
|
|
97086
97733
|
assetsDM_editObjectTag?: Maybe<AssetsDmObjectTagEditResponse>;
|
|
97087
97734
|
assetsDM_generateAdapterToken?: Maybe<AssetsDmGenerateAdapterTokenResponse>;
|
|
97088
97735
|
assignIssueParent?: Maybe<AssignIssueParentOutput>;
|
|
@@ -97201,6 +97848,7 @@ export declare type Mutation = {
|
|
|
97201
97848
|
confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
97202
97849
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
97203
97850
|
confluence_updateAnswer?: Maybe<ConfluenceUpdateAnswerPayload>;
|
|
97851
|
+
confluence_updateAudioPreference?: Maybe<ConfluenceUpdateAudioPreferencePayload>;
|
|
97204
97852
|
confluence_updateBlogPost?: Maybe<ConfluenceUpdateBlogPostPayload>;
|
|
97205
97853
|
confluence_updateCalendarCustomEventType?: Maybe<ConfluenceUpdateCalendarCustomEventTypePayload>;
|
|
97206
97854
|
confluence_updateCalendarEvent?: Maybe<ConfluenceUpdateCalendarEventPayload>;
|
|
@@ -97295,7 +97943,7 @@ export declare type Mutation = {
|
|
|
97295
97943
|
csmAi_createAction?: Maybe<CsmAiCreateActionPayload>;
|
|
97296
97944
|
csmAi_createActionForAgent?: Maybe<CsmAiCreateActionPayload>;
|
|
97297
97945
|
csmAi_createCoachingContent?: Maybe<CsmAiCreateCoachingContentPayload>;
|
|
97298
|
-
csmAi_createEmbedWidget?: Maybe<
|
|
97946
|
+
csmAi_createEmbedWidget?: Maybe<CsmAiCreateWidgetPayload>;
|
|
97299
97947
|
csmAi_deleteAction?: Maybe<CsmAiDeleteActionPayload>;
|
|
97300
97948
|
csmAi_deleteCoachingContent?: Maybe<CsmAiDeleteCoachingContentPayload>;
|
|
97301
97949
|
csmAi_deleteKnowledgeSource?: Maybe<CsmAiDeleteKnowledgeSourcePayload>;
|
|
@@ -97424,6 +98072,7 @@ export declare type Mutation = {
|
|
|
97424
98072
|
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
97425
98073
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
97426
98074
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
98075
|
+
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
97427
98076
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
97428
98077
|
graphIntegration_createDataConnectorConnection?: Maybe<GraphIntegrationCreateConnectionPayload>;
|
|
97429
98078
|
graphIntegration_deleteDataConnectorConnection?: Maybe<GraphIntegrationDeleteConnectionPayload>;
|
|
@@ -97552,10 +98201,12 @@ export declare type Mutation = {
|
|
|
97552
98201
|
jsmChannels_updateExperienceConfiguration: JsmChannelsExperienceConfigurationPayload;
|
|
97553
98202
|
jsmChannels_updateTaskAgentConfiguration: JsmChannelsTaskAgentConfigurationPayload;
|
|
97554
98203
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
98204
|
+
jsmConversation_claimConversation?: Maybe<JsmConversationClaimConversationPayload>;
|
|
98205
|
+
jsmConversation_closeConversation?: Maybe<JsmConversationCloseConversationPayload>;
|
|
97555
98206
|
jsw?: Maybe<JswMutation>;
|
|
97556
98207
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
97557
98208
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
97558
|
-
kitsune_suggestSnippets?: Maybe<
|
|
98209
|
+
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
97559
98210
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
97560
98211
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
97561
98212
|
knowledgeBase_linkSources?: Maybe<KnowledgeBaseLinkSourcesResponse>;
|
|
@@ -97648,6 +98299,7 @@ export declare type Mutation = {
|
|
|
97648
98299
|
radar_deleteCustomFields?: Maybe<RadarMutationResponse>;
|
|
97649
98300
|
radar_deleteFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
|
|
97650
98301
|
radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
|
|
98302
|
+
radar_deleteView?: Maybe<RadarView>;
|
|
97651
98303
|
radar_updateConnector?: Maybe<RadarConnector>;
|
|
97652
98304
|
radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
|
|
97653
98305
|
radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
|
|
@@ -97655,6 +98307,7 @@ export declare type Mutation = {
|
|
|
97655
98307
|
radar_updatePositionLaborCostEstimateSettings?: Maybe<RadarUpdatePositionLaborCostResponse>;
|
|
97656
98308
|
radar_updateWorkspaceSettings?: Maybe<RadarMutationResponse>;
|
|
97657
98309
|
radar_upsertLastAppliedFilter?: Maybe<RadarLastAppliedFilter>;
|
|
98310
|
+
radar_upsertView?: Maybe<RadarView>;
|
|
97658
98311
|
radar_upsertWorkTypeAllocations?: Maybe<RadarMutationResponse>;
|
|
97659
98312
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
97660
98313
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
@@ -98147,6 +98800,11 @@ export declare type MutationAssetsDm_DataSourceRunTransformArgs = {
|
|
|
98147
98800
|
jobId: Scalars['ID']['input'];
|
|
98148
98801
|
workspaceId: Scalars['ID']['input'];
|
|
98149
98802
|
};
|
|
98803
|
+
export declare type MutationAssetsDm_DeleteDefaultAttributeMappingArgs = {
|
|
98804
|
+
cloudId: Scalars['ID']['input'];
|
|
98805
|
+
defaultObjectAttributeMappingId: Scalars['ID']['input'];
|
|
98806
|
+
workspaceId: Scalars['ID']['input'];
|
|
98807
|
+
};
|
|
98150
98808
|
export declare type MutationAssetsDm_DeleteObjectTagArgs = {
|
|
98151
98809
|
cloudId: Scalars['ID']['input'];
|
|
98152
98810
|
tagId: Scalars['ID']['input'];
|
|
@@ -98162,6 +98820,11 @@ export declare type MutationAssetsDm_DissociateObjectTagArgs = {
|
|
|
98162
98820
|
input: AssetsDmObjectTagDissociateInput;
|
|
98163
98821
|
workspaceId: Scalars['ID']['input'];
|
|
98164
98822
|
};
|
|
98823
|
+
export declare type MutationAssetsDm_EditDefaultAttributeMappingArgs = {
|
|
98824
|
+
cloudId: Scalars['ID']['input'];
|
|
98825
|
+
payload: AssetsDmEditDefaultAttributeMappingInput;
|
|
98826
|
+
workspaceId: Scalars['ID']['input'];
|
|
98827
|
+
};
|
|
98165
98828
|
export declare type MutationAssetsDm_EditObjectTagArgs = {
|
|
98166
98829
|
cloudId: Scalars['ID']['input'];
|
|
98167
98830
|
input: Array<AssetsDmObjectTagEditInput>;
|
|
@@ -98585,6 +99248,10 @@ export declare type MutationConfluence_UpdateAnswerArgs = {
|
|
|
98585
99248
|
cloudId: Scalars['ID']['input'];
|
|
98586
99249
|
input: ConfluenceUpdateAnswerInput;
|
|
98587
99250
|
};
|
|
99251
|
+
export declare type MutationConfluence_UpdateAudioPreferenceArgs = {
|
|
99252
|
+
cloudId: Scalars['ID']['input'];
|
|
99253
|
+
input: ConfluenceUpdateAudioPreferenceInput;
|
|
99254
|
+
};
|
|
98588
99255
|
export declare type MutationConfluence_UpdateBlogPostArgs = {
|
|
98589
99256
|
cloudId: Scalars['ID']['input'];
|
|
98590
99257
|
input: ConfluenceUpdateBlogPostInput;
|
|
@@ -99363,6 +100030,9 @@ export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
|
99363
100030
|
export declare type MutationGrantContentAccessArgs = {
|
|
99364
100031
|
grantContentAccessInput: GrantContentAccessInput;
|
|
99365
100032
|
};
|
|
100033
|
+
export declare type MutationGraphIntegration_ActionAdminManagementUpdateActionConfigurationArgs = {
|
|
100034
|
+
input: GraphIntegrationActionAdminManagementUpdateActionConfigurationInput;
|
|
100035
|
+
};
|
|
99366
100036
|
export declare type MutationGraphIntegration_AddTwgCapabilityContainerArgs = {
|
|
99367
100037
|
input: GraphIntegrationAddTwgCapabilityContainerInput;
|
|
99368
100038
|
};
|
|
@@ -99762,6 +100432,12 @@ export declare type MutationJsmChannels_UpdateTaskAgentConfigurationArgs = {
|
|
|
99762
100432
|
input: JsmChannelsTaskAgentConfigurationInput;
|
|
99763
100433
|
jiraProjectAri: Scalars['ID']['input'];
|
|
99764
100434
|
};
|
|
100435
|
+
export declare type MutationJsmConversation_ClaimConversationArgs = {
|
|
100436
|
+
input: JsmConversationClaimConversationInput;
|
|
100437
|
+
};
|
|
100438
|
+
export declare type MutationJsmConversation_CloseConversationArgs = {
|
|
100439
|
+
input: JsmConversationCloseConversationInput;
|
|
100440
|
+
};
|
|
99765
100441
|
export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
99766
100442
|
content: Scalars['String']['input'];
|
|
99767
100443
|
projectAri: Scalars['ID']['input'];
|
|
@@ -100042,6 +100718,9 @@ export declare type MutationRadar_DeleteRoleAssignmentArgs = {
|
|
|
100042
100718
|
cloudId: Scalars['ID']['input'];
|
|
100043
100719
|
input: RadarRoleAssignmentRequest;
|
|
100044
100720
|
};
|
|
100721
|
+
export declare type MutationRadar_DeleteViewArgs = {
|
|
100722
|
+
id: Scalars['ID']['input'];
|
|
100723
|
+
};
|
|
100045
100724
|
export declare type MutationRadar_UpdateConnectorArgs = {
|
|
100046
100725
|
cloudId: Scalars['ID']['input'];
|
|
100047
100726
|
input: RadarConnectorsInput;
|
|
@@ -100070,6 +100749,10 @@ export declare type MutationRadar_UpsertLastAppliedFilterArgs = {
|
|
|
100070
100749
|
cloudId: Scalars['ID']['input'];
|
|
100071
100750
|
input: RadarLastAppliedFilterInput;
|
|
100072
100751
|
};
|
|
100752
|
+
export declare type MutationRadar_UpsertViewArgs = {
|
|
100753
|
+
cloudId: Scalars['ID']['input'];
|
|
100754
|
+
input: RadarUpsertViewInput;
|
|
100755
|
+
};
|
|
100073
100756
|
export declare type MutationRadar_UpsertWorkTypeAllocationsArgs = {
|
|
100074
100757
|
cloudId: Scalars['ID']['input'];
|
|
100075
100758
|
input: Array<RadarWorkTypeAllocationInput>;
|
|
@@ -103640,7 +104323,7 @@ export declare type Query = {
|
|
|
103640
104323
|
agentStudio_getWidgetContainersByAgentId?: Maybe<AgentStudioWidgetContainersByAgentIdResult>;
|
|
103641
104324
|
agentStudio_insightsConfiguration?: Maybe<AgentStudioInsightsConfigurationResult>;
|
|
103642
104325
|
agentStudio_jobExecutionHistory: AgentStudioJobExecutionHistory;
|
|
103643
|
-
agentStudio_jobRuns:
|
|
104326
|
+
agentStudio_jobRuns: AgentStudioBatchEvaluationJobRunResult;
|
|
103644
104327
|
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
|
|
103645
104328
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
103646
104329
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
@@ -103660,7 +104343,6 @@ export declare type Query = {
|
|
|
103660
104343
|
anchors: ContentPlatformAnchorContentSearchConnection;
|
|
103661
104344
|
app?: Maybe<App>;
|
|
103662
104345
|
appActiveTunnels?: Maybe<AppTunnelDefinitions>;
|
|
103663
|
-
appAdmin?: Maybe<AppAdminQuery>;
|
|
103664
104346
|
appContainer?: Maybe<AppContainer>;
|
|
103665
104347
|
appContainerRegistryLogin?: Maybe<AppContainerRegistryLogin>;
|
|
103666
104348
|
appContainerServices?: Maybe<AppContainerServices>;
|
|
@@ -103696,8 +104378,11 @@ export declare type Query = {
|
|
|
103696
104378
|
assetsDM_dataSourceMergeIsImportProgressing?: Maybe<AssetsDmDataSourceMergeIsImportProgressingResponse>;
|
|
103697
104379
|
assetsDM_dataSourceTransform?: Maybe<AssetsDmDataSourceTransform>;
|
|
103698
104380
|
assetsDM_datasourceCleansingRules?: Maybe<AssetsDmDataSourceCleansingRulesResponse>;
|
|
104381
|
+
assetsDM_defaultAttributeMapping?: Maybe<AssetsDmDefaultAttributeMappingResponse>;
|
|
103699
104382
|
assetsDM_getCleansingExecutive?: Maybe<AssetsDmDataSourceCleansingCleansingExecutive>;
|
|
103700
104383
|
assetsDM_getDataSourceForCleansing?: Maybe<AssetsDmGetDataSourceForCleansingResponse>;
|
|
104384
|
+
assetsDM_getMappingMatrix?: Maybe<AssetsDmMappingMatrixResponse>;
|
|
104385
|
+
assetsDM_jobData?: Maybe<AssetsDmJobDataResponse>;
|
|
103701
104386
|
assetsDM_notifications?: Maybe<AssetsDmNotificationResponse>;
|
|
103702
104387
|
assetsDM_objectClassMetadata?: Maybe<AssetsDmObjectClassMetadata>;
|
|
103703
104388
|
assetsDM_objectClasses?: Maybe<Array<Maybe<AssetsDmObjectClass>>>;
|
|
@@ -103710,6 +104395,7 @@ export declare type Query = {
|
|
|
103710
104395
|
assetsDM_objectsReportAttributeByDs?: Maybe<AssetsDmObjectsReportAttributeByDs>;
|
|
103711
104396
|
assetsDM_objectsReportDsByDs?: Maybe<AssetsDmObjectsReportDsByDs>;
|
|
103712
104397
|
assetsDM_rawData?: Maybe<AssetsDmRawDataResponse>;
|
|
104398
|
+
assetsDM_savedSearchDetails?: Maybe<AssetsDmSavedSearchDetails>;
|
|
103713
104399
|
assetsDM_savedSearchesList?: Maybe<AssetsDmSavedSearchesList>;
|
|
103714
104400
|
assetsDM_transformedData?: Maybe<AssetsDmTransformedDataResponse>;
|
|
103715
104401
|
assets_objectTypesByIds?: Maybe<Array<Maybe<AssetsObjectType>>>;
|
|
@@ -103842,6 +104528,7 @@ export declare type Query = {
|
|
|
103842
104528
|
confluence_nbmChainsForTransformation?: Maybe<ConfluenceNbmChainsForTransformationConnection>;
|
|
103843
104529
|
confluence_nbmEligibleTransformersForChain?: Maybe<Array<Maybe<ConfluenceNbmTransformer>>>;
|
|
103844
104530
|
confluence_nbmPerfReportList?: Maybe<ConfluenceNbmScanConnection>;
|
|
104531
|
+
confluence_nbmPerfScanResult?: Maybe<ConfluenceNbmPerfScanResult>;
|
|
103845
104532
|
confluence_nbmScanList?: Maybe<ConfluenceNbmScanConnection>;
|
|
103846
104533
|
confluence_nbmScanResult?: Maybe<ConfluenceNbmScanResult>;
|
|
103847
104534
|
confluence_nbmTransformationList?: Maybe<ConfluenceNbmTransformationListConnection>;
|
|
@@ -104174,7 +104861,10 @@ export declare type Query = {
|
|
|
104174
104861
|
jsmChannels_getServiceAgentResolutionStateByTicketId: JsmChannelsTicketServiceAgentResolutionStateResult;
|
|
104175
104862
|
jsmChannels_taskAgents: JsmChannelsTaskAgentsResult;
|
|
104176
104863
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
104864
|
+
jsmConversation_conversations?: Maybe<JsmConversationConversationConnection>;
|
|
104865
|
+
jsmConversation_messages?: Maybe<JsmConversationMessageConnection>;
|
|
104177
104866
|
jsw?: Maybe<JswQuery>;
|
|
104867
|
+
kitsune_feedbacks?: Maybe<Array<Maybe<KitsuneFeedback>>>;
|
|
104178
104868
|
kitsune_hello?: Maybe<Scalars['String']['output']>;
|
|
104179
104869
|
kitsune_node?: Maybe<KitsuneNode>;
|
|
104180
104870
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
@@ -104335,6 +105025,9 @@ export declare type Query = {
|
|
|
104335
105025
|
radar_positionsByAris?: Maybe<Array<RadarPosition>>;
|
|
104336
105026
|
radar_positionsByEntitySearch?: Maybe<RadarPositionsByEntityConnection>;
|
|
104337
105027
|
radar_positionsSearch?: Maybe<RadarPositionConnection>;
|
|
105028
|
+
radar_viewByAri?: Maybe<RadarView>;
|
|
105029
|
+
radar_viewsByAris?: Maybe<Array<RadarView>>;
|
|
105030
|
+
radar_viewsSearch?: Maybe<RadarViewConnection>;
|
|
104338
105031
|
radar_workerByAri?: Maybe<RadarWorker>;
|
|
104339
105032
|
radar_workersByAris?: Maybe<Array<RadarWorker>>;
|
|
104340
105033
|
radar_workspace: RadarWorkspace;
|
|
@@ -104768,7 +105461,7 @@ export declare type QueryAgentStudio_DatasetsArgs = {
|
|
|
104768
105461
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104769
105462
|
productType: AgentStudioProductType;
|
|
104770
105463
|
projectContainerAri: Scalars['ID']['input'];
|
|
104771
|
-
projectId
|
|
105464
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
104772
105465
|
};
|
|
104773
105466
|
export declare type QueryAgentStudio_EvaluationProjectArgs = {
|
|
104774
105467
|
cloudId: Scalars['String']['input'];
|
|
@@ -104916,9 +105609,6 @@ export declare type QueryAppActiveTunnelsArgs = {
|
|
|
104916
105609
|
appId: Scalars['ID']['input'];
|
|
104917
105610
|
environmentId: Scalars['ID']['input'];
|
|
104918
105611
|
};
|
|
104919
|
-
export declare type QueryAppAdminArgs = {
|
|
104920
|
-
appId: Scalars['ID']['input'];
|
|
104921
|
-
};
|
|
104922
105612
|
export declare type QueryAppContainerArgs = {
|
|
104923
105613
|
appId: Scalars['ID']['input'];
|
|
104924
105614
|
containerKey: Scalars['String']['input'];
|
|
@@ -105096,6 +105786,13 @@ export declare type QueryAssetsDm_DatasourceCleansingRulesArgs = {
|
|
|
105096
105786
|
dataSourceId: Scalars['ID']['input'];
|
|
105097
105787
|
workspaceId: Scalars['ID']['input'];
|
|
105098
105788
|
};
|
|
105789
|
+
export declare type QueryAssetsDm_DefaultAttributeMappingArgs = {
|
|
105790
|
+
cloudId: Scalars['ID']['input'];
|
|
105791
|
+
filterBy?: InputMaybe<AssetsDmDefaultAttributeMappingFilterBy>;
|
|
105792
|
+
pageInfo?: InputMaybe<AssetsDmDefaultAttributeMappingPageInfoInput>;
|
|
105793
|
+
sortBy?: InputMaybe<AssetsDmDefaultAttributeMappingSortBy>;
|
|
105794
|
+
workspaceId: Scalars['ID']['input'];
|
|
105795
|
+
};
|
|
105099
105796
|
export declare type QueryAssetsDm_GetCleansingExecutiveArgs = {
|
|
105100
105797
|
cloudId: Scalars['ID']['input'];
|
|
105101
105798
|
dataSourceId: Scalars['ID']['input'];
|
|
@@ -105106,6 +105803,18 @@ export declare type QueryAssetsDm_GetDataSourceForCleansingArgs = {
|
|
|
105106
105803
|
dataSourceId: Scalars['ID']['input'];
|
|
105107
105804
|
workspaceId: Scalars['ID']['input'];
|
|
105108
105805
|
};
|
|
105806
|
+
export declare type QueryAssetsDm_GetMappingMatrixArgs = {
|
|
105807
|
+
cloudId: Scalars['ID']['input'];
|
|
105808
|
+
objectClassId: Scalars['String']['input'];
|
|
105809
|
+
workspaceId: Scalars['ID']['input'];
|
|
105810
|
+
};
|
|
105811
|
+
export declare type QueryAssetsDm_JobDataArgs = {
|
|
105812
|
+
cloudId: Scalars['ID']['input'];
|
|
105813
|
+
dataType: AssetsDmJobDataType;
|
|
105814
|
+
jobId: Scalars['ID']['input'];
|
|
105815
|
+
pagination?: InputMaybe<AssetsDmPaginationInput>;
|
|
105816
|
+
workspaceId: Scalars['ID']['input'];
|
|
105817
|
+
};
|
|
105109
105818
|
export declare type QueryAssetsDm_NotificationsArgs = {
|
|
105110
105819
|
cloudId: Scalars['ID']['input'];
|
|
105111
105820
|
payload: AssetsDmNotificationPayload;
|
|
@@ -105135,7 +105844,10 @@ export declare type QueryAssetsDm_ObjectHistoryArgs = {
|
|
|
105135
105844
|
};
|
|
105136
105845
|
export declare type QueryAssetsDm_ObjectTagsArgs = {
|
|
105137
105846
|
cloudId: Scalars['ID']['input'];
|
|
105847
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
105138
105848
|
objectId: Scalars['ID']['input'];
|
|
105849
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
105850
|
+
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
105139
105851
|
workspaceId: Scalars['ID']['input'];
|
|
105140
105852
|
};
|
|
105141
105853
|
export declare type QueryAssetsDm_ObjectsListColumnsArgs = {
|
|
@@ -105175,6 +105887,11 @@ export declare type QueryAssetsDm_RawDataArgs = {
|
|
|
105175
105887
|
pagination?: InputMaybe<AssetsDmPaginationInput>;
|
|
105176
105888
|
workspaceId: Scalars['ID']['input'];
|
|
105177
105889
|
};
|
|
105890
|
+
export declare type QueryAssetsDm_SavedSearchDetailsArgs = {
|
|
105891
|
+
cloudId: Scalars['ID']['input'];
|
|
105892
|
+
savedSearchId: Scalars['ID']['input'];
|
|
105893
|
+
workspaceId: Scalars['ID']['input'];
|
|
105894
|
+
};
|
|
105178
105895
|
export declare type QueryAssetsDm_SavedSearchesListArgs = {
|
|
105179
105896
|
cloudId: Scalars['ID']['input'];
|
|
105180
105897
|
objectId: Scalars['ID']['input'];
|
|
@@ -105723,6 +106440,10 @@ export declare type QueryConfluence_NbmPerfReportListArgs = {
|
|
|
105723
106440
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105724
106441
|
status?: InputMaybe<ConfluenceNbmScanStatus>;
|
|
105725
106442
|
};
|
|
106443
|
+
export declare type QueryConfluence_NbmPerfScanResultArgs = {
|
|
106444
|
+
cloudId: Scalars['ID']['input'];
|
|
106445
|
+
scanId: Scalars['ID']['input'];
|
|
106446
|
+
};
|
|
105726
106447
|
export declare type QueryConfluence_NbmScanListArgs = {
|
|
105727
106448
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
105728
106449
|
cloudId: Scalars['ID']['input'];
|
|
@@ -107136,6 +107857,23 @@ export declare type QueryJsmChannels_TaskAgentsArgs = {
|
|
|
107136
107857
|
experience: JsmChannelsExperience;
|
|
107137
107858
|
jiraProjectAri: Scalars['ID']['input'];
|
|
107138
107859
|
};
|
|
107860
|
+
export declare type QueryJsmConversation_ConversationsArgs = {
|
|
107861
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
107862
|
+
cloudId: Scalars['ID']['input'];
|
|
107863
|
+
conversationAssignee?: InputMaybe<Scalars['String']['input']>;
|
|
107864
|
+
conversationStatus?: InputMaybe<Scalars['String']['input']>;
|
|
107865
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107866
|
+
projectKey: Scalars['String']['input'];
|
|
107867
|
+
};
|
|
107868
|
+
export declare type QueryJsmConversation_MessagesArgs = {
|
|
107869
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
107870
|
+
cloudId: Scalars['ID']['input'];
|
|
107871
|
+
conversationAri: Scalars['ID']['input'];
|
|
107872
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107873
|
+
};
|
|
107874
|
+
export declare type QueryKitsune_FeedbacksArgs = {
|
|
107875
|
+
ids: Array<Scalars['ID']['input']>;
|
|
107876
|
+
};
|
|
107139
107877
|
export declare type QueryKitsune_HelloArgs = {
|
|
107140
107878
|
projectAri: Scalars['ID']['input'];
|
|
107141
107879
|
};
|
|
@@ -107676,6 +108414,15 @@ export declare type QueryRadar_PositionsSearchArgs = {
|
|
|
107676
108414
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
107677
108415
|
rql?: InputMaybe<Scalars['String']['input']>;
|
|
107678
108416
|
};
|
|
108417
|
+
export declare type QueryRadar_ViewByAriArgs = {
|
|
108418
|
+
id: Scalars['ID']['input'];
|
|
108419
|
+
};
|
|
108420
|
+
export declare type QueryRadar_ViewsByArisArgs = {
|
|
108421
|
+
ids: Array<Scalars['ID']['input']>;
|
|
108422
|
+
};
|
|
108423
|
+
export declare type QueryRadar_ViewsSearchArgs = {
|
|
108424
|
+
cloudId: Scalars['ID']['input'];
|
|
108425
|
+
};
|
|
107679
108426
|
export declare type QueryRadar_WorkerByAriArgs = {
|
|
107680
108427
|
id: Scalars['ID']['input'];
|
|
107681
108428
|
};
|
|
@@ -108465,12 +109212,6 @@ export declare type QuickReloadComment = {
|
|
|
108465
109212
|
primaryActions: Array<Maybe<CommentUserAction>>;
|
|
108466
109213
|
secondaryActions: Array<Maybe<CommentUserAction>>;
|
|
108467
109214
|
};
|
|
108468
|
-
export declare type QuotaInfo = {
|
|
108469
|
-
__typename?: 'QuotaInfo';
|
|
108470
|
-
contextAri: Scalars['ID']['output'];
|
|
108471
|
-
encrypted: Scalars['Boolean']['output'];
|
|
108472
|
-
quotaUsage: Scalars['Int']['output'];
|
|
108473
|
-
};
|
|
108474
109215
|
export declare type RadarAriFieldValue = {
|
|
108475
109216
|
__typename?: 'RadarAriFieldValue';
|
|
108476
109217
|
ari?: Maybe<Scalars['ID']['output']>;
|
|
@@ -108968,6 +109709,15 @@ export declare type RadarUpdatePositionLaborCostResponse = {
|
|
|
108968
109709
|
radarPositionLaborCostEstimateSettings?: Maybe<RadarPositionLaborCostEstimateSettings>;
|
|
108969
109710
|
success: Scalars['Boolean']['output'];
|
|
108970
109711
|
};
|
|
109712
|
+
export declare type RadarUpsertViewInput = {
|
|
109713
|
+
groupingField?: InputMaybe<Scalars['String']['input']>;
|
|
109714
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
109715
|
+
orderedColumns?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
109716
|
+
pageName: RadarViewPageName;
|
|
109717
|
+
rql?: InputMaybe<Scalars['String']['input']>;
|
|
109718
|
+
viewName: Scalars['String']['input'];
|
|
109719
|
+
visibility: RadarViewVisibility;
|
|
109720
|
+
};
|
|
108971
109721
|
export declare type RadarUrlFieldValue = {
|
|
108972
109722
|
__typename?: 'RadarUrlFieldValue';
|
|
108973
109723
|
displayValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -108986,6 +109736,39 @@ export declare enum RadarUserFieldPermission {
|
|
|
108986
109736
|
PartialOnSelfOrBelowReportingLine = "PartialOnSelfOrBelowReportingLine",
|
|
108987
109737
|
PartialOnlySelf = "PartialOnlySelf"
|
|
108988
109738
|
}
|
|
109739
|
+
export declare type RadarView = Node & {
|
|
109740
|
+
__typename?: 'RadarView';
|
|
109741
|
+
groupingField?: Maybe<Scalars['String']['output']>;
|
|
109742
|
+
id: Scalars['ID']['output'];
|
|
109743
|
+
orderedColumns?: Maybe<Array<Scalars['String']['output']>>;
|
|
109744
|
+
ownerAaid: Scalars['ID']['output'];
|
|
109745
|
+
pageName: RadarViewPageName;
|
|
109746
|
+
rql?: Maybe<Scalars['String']['output']>;
|
|
109747
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
109748
|
+
viewName: Scalars['String']['output'];
|
|
109749
|
+
visibility: RadarViewVisibility;
|
|
109750
|
+
workspaceId: Scalars['ID']['output'];
|
|
109751
|
+
};
|
|
109752
|
+
export declare type RadarViewConnection = {
|
|
109753
|
+
__typename?: 'RadarViewConnection';
|
|
109754
|
+
edges: Array<RadarViewEdge>;
|
|
109755
|
+
nodes: Array<RadarView>;
|
|
109756
|
+
pageInfo: PageInfo;
|
|
109757
|
+
totalCount: Scalars['Int']['output'];
|
|
109758
|
+
};
|
|
109759
|
+
export declare type RadarViewEdge = {
|
|
109760
|
+
__typename?: 'RadarViewEdge';
|
|
109761
|
+
cursor: Scalars['String']['output'];
|
|
109762
|
+
node: RadarView;
|
|
109763
|
+
};
|
|
109764
|
+
export declare enum RadarViewPageName {
|
|
109765
|
+
TalentPositionsPage = "TALENT_POSITIONS_PAGE",
|
|
109766
|
+
TalentSubPositionsPage = "TALENT_SUB_POSITIONS_PAGE"
|
|
109767
|
+
}
|
|
109768
|
+
export declare enum RadarViewVisibility {
|
|
109769
|
+
Restricted = "RESTRICTED",
|
|
109770
|
+
SharedReadOnly = "SHARED_READ_ONLY"
|
|
109771
|
+
}
|
|
108989
109772
|
export declare type RadarWorkAllocationUnit = {
|
|
108990
109773
|
__typename?: 'RadarWorkAllocationUnit';
|
|
108991
109774
|
name: Scalars['String']['output'];
|
|
@@ -132266,7 +133049,6 @@ export declare type SpfUpdateAskDescriptionInput = {
|
|
|
132266
133049
|
export declare type SpfUpdateAskImpactedWorkInput = {
|
|
132267
133050
|
id: Scalars['ID']['input'];
|
|
132268
133051
|
impactedWorkId?: InputMaybe<Scalars['String']['input']>;
|
|
132269
|
-
impactedWorkUrl?: InputMaybe<Scalars['String']['input']>;
|
|
132270
133052
|
};
|
|
132271
133053
|
export declare type SpfUpdateAskJustificationInput = {
|
|
132272
133054
|
id: Scalars['ID']['input'];
|
|
@@ -134479,6 +135261,7 @@ export declare type TeamMutation = {
|
|
|
134479
135261
|
addChild?: Maybe<TeamV2>;
|
|
134480
135262
|
addParent?: Maybe<TeamV2>;
|
|
134481
135263
|
assignTeamToType?: Maybe<TeamV2>;
|
|
135264
|
+
bulkAssignTeamsToType?: Maybe<Array<Maybe<TeamV2>>>;
|
|
134482
135265
|
createTeam?: Maybe<TeamCreateTeamPayload>;
|
|
134483
135266
|
createTeamType?: Maybe<TeamType>;
|
|
134484
135267
|
removeChild?: Maybe<TeamV2>;
|
|
@@ -134500,6 +135283,11 @@ export declare type TeamMutationAssignTeamToTypeArgs = {
|
|
|
134500
135283
|
teamId: Scalars['ID']['input'];
|
|
134501
135284
|
typeId: Scalars['ID']['input'];
|
|
134502
135285
|
};
|
|
135286
|
+
export declare type TeamMutationBulkAssignTeamsToTypeArgs = {
|
|
135287
|
+
scopeId: Scalars['ID']['input'];
|
|
135288
|
+
teamIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
135289
|
+
typeId: Scalars['ID']['input'];
|
|
135290
|
+
};
|
|
134503
135291
|
export declare type TeamMutationCreateTeamArgs = {
|
|
134504
135292
|
input: TeamCreateTeamInput;
|
|
134505
135293
|
};
|
|
@@ -134547,6 +135335,7 @@ export declare type TeamQuery = {
|
|
|
134547
135335
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
134548
135336
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
134549
135337
|
teamV2?: Maybe<TeamV2>;
|
|
135338
|
+
teamV3?: Maybe<TeamV2>;
|
|
134550
135339
|
teamsV2?: Maybe<Array<Maybe<TeamV2>>>;
|
|
134551
135340
|
typeInformation?: Maybe<TeamType>;
|
|
134552
135341
|
typesWithinScope?: Maybe<TeamTypeConnection>;
|
|
@@ -134581,6 +135370,9 @@ export declare type TeamQueryTeamV2Args = {
|
|
|
134581
135370
|
id: Scalars['ID']['input'];
|
|
134582
135371
|
siteId: Scalars['String']['input'];
|
|
134583
135372
|
};
|
|
135373
|
+
export declare type TeamQueryTeamV3Args = {
|
|
135374
|
+
id: Scalars['ID']['input'];
|
|
135375
|
+
};
|
|
134584
135376
|
export declare type TeamQueryTeamsV2Args = {
|
|
134585
135377
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
134586
135378
|
siteId: Scalars['String']['input'];
|
|
@@ -137711,6 +138503,18 @@ export declare type TransitionFilter = {
|
|
|
137711
138503
|
from: Scalars['String']['input'];
|
|
137712
138504
|
to: Scalars['String']['input'];
|
|
137713
138505
|
};
|
|
138506
|
+
export declare type TrelloAcceptProposedEventsInput = {
|
|
138507
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
138508
|
+
proposedEventIds: Array<Scalars['ID']['input']>;
|
|
138509
|
+
providerAccountId: Scalars['ID']['input'];
|
|
138510
|
+
};
|
|
138511
|
+
export declare type TrelloAcceptProposedEventsPayload = Payload & {
|
|
138512
|
+
__typename?: 'TrelloAcceptProposedEventsPayload';
|
|
138513
|
+
errors?: Maybe<Array<MutationError>>;
|
|
138514
|
+
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendar>;
|
|
138515
|
+
proposedEvents?: Maybe<Array<TrelloProposedEventDeleted>>;
|
|
138516
|
+
success: Scalars['Boolean']['output'];
|
|
138517
|
+
};
|
|
137714
138518
|
export declare type TrelloAction = {
|
|
137715
138519
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
137716
138520
|
creator?: Maybe<TrelloMember>;
|
|
@@ -138118,12 +138922,17 @@ export declare type TrelloBaseBoard = {
|
|
|
138118
138922
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
138119
138923
|
enterpriseOwned: Scalars['Boolean']['output'];
|
|
138120
138924
|
id: Scalars['ID']['output'];
|
|
138925
|
+
labels?: Maybe<TrelloLabelConnection>;
|
|
138121
138926
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
138122
138927
|
limits?: Maybe<TrelloBoardLimits>;
|
|
138123
138928
|
lists?: Maybe<TrelloListConnection>;
|
|
138124
138929
|
objectId: Scalars['ID']['output'];
|
|
138125
138930
|
workspace?: Maybe<TrelloWorkspace>;
|
|
138126
138931
|
};
|
|
138932
|
+
export declare type TrelloBaseBoardLabelsArgs = {
|
|
138933
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
138934
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138935
|
+
};
|
|
138127
138936
|
export declare type TrelloBaseBoardListsArgs = {
|
|
138128
138937
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
138129
138938
|
filter?: InputMaybe<TrelloListFilterInput>;
|
|
@@ -138153,6 +138962,7 @@ export declare type TrelloBaseCard = {
|
|
|
138153
138962
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
138154
138963
|
due?: Maybe<TrelloCardDueInfo>;
|
|
138155
138964
|
id: Scalars['ID']['output'];
|
|
138965
|
+
labels?: Maybe<TrelloLabelConnection>;
|
|
138156
138966
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
138157
138967
|
limits?: Maybe<TrelloCardLimits>;
|
|
138158
138968
|
list?: Maybe<TrelloList>;
|
|
@@ -138183,6 +138993,10 @@ export declare type TrelloBaseCardChecklistsArgs = {
|
|
|
138183
138993
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
138184
138994
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138185
138995
|
};
|
|
138996
|
+
export declare type TrelloBaseCardLabelsArgs = {
|
|
138997
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
138998
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138999
|
+
};
|
|
138186
139000
|
export declare type TrelloBaseCardUpdated = {
|
|
138187
139001
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
138188
139002
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
@@ -139475,6 +140289,14 @@ export declare type TrelloDeleteAttachmentFromCardActionDisplayEntities = {
|
|
|
139475
140289
|
card?: Maybe<TrelloActionCardEntity>;
|
|
139476
140290
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
139477
140291
|
};
|
|
140292
|
+
export declare type TrelloDeleteBoardBackgroundInput = {
|
|
140293
|
+
boardBackgroundId: Scalars['String']['input'];
|
|
140294
|
+
};
|
|
140295
|
+
export declare type TrelloDeleteBoardBackgroundPayload = Payload & {
|
|
140296
|
+
__typename?: 'TrelloDeleteBoardBackgroundPayload';
|
|
140297
|
+
errors?: Maybe<Array<MutationError>>;
|
|
140298
|
+
success: Scalars['Boolean']['output'];
|
|
140299
|
+
};
|
|
139478
140300
|
export declare type TrelloDeletePlannerCalendarEventInput = {
|
|
139479
140301
|
plannerCalendarEventId: Scalars['ID']['input'];
|
|
139480
140302
|
plannerCalendarId: Scalars['ID']['input'];
|
|
@@ -139505,11 +140327,13 @@ export declare type TrelloEditPlannerCalendarEventOptions = {
|
|
|
139505
140327
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
139506
140328
|
id: Scalars['ID']['input'];
|
|
139507
140329
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
140330
|
+
targetPlannerCalendar?: InputMaybe<TrelloMovePlannerCalendarEventTargetOptions>;
|
|
139508
140331
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
139509
140332
|
};
|
|
139510
140333
|
export declare type TrelloEditPlannerCalendarEventPayload = Payload & {
|
|
139511
140334
|
__typename?: 'TrelloEditPlannerCalendarEventPayload';
|
|
139512
140335
|
errors?: Maybe<Array<MutationError>>;
|
|
140336
|
+
movedEvent?: Maybe<TrelloPlannerCalendarEventDeleted>;
|
|
139513
140337
|
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendar>;
|
|
139514
140338
|
success: Scalars['Boolean']['output'];
|
|
139515
140339
|
};
|
|
@@ -139586,6 +140410,7 @@ export declare type TrelloInbox = TrelloBaseBoard & {
|
|
|
139586
140410
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
139587
140411
|
enterpriseOwned: Scalars['Boolean']['output'];
|
|
139588
140412
|
id: Scalars['ID']['output'];
|
|
140413
|
+
labels?: Maybe<TrelloLabelConnection>;
|
|
139589
140414
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
139590
140415
|
limits?: Maybe<TrelloBoardLimits>;
|
|
139591
140416
|
lists?: Maybe<TrelloListConnection>;
|
|
@@ -139593,6 +140418,10 @@ export declare type TrelloInbox = TrelloBaseBoard & {
|
|
|
139593
140418
|
prefs: TrelloInboxPrefs;
|
|
139594
140419
|
workspace?: Maybe<TrelloWorkspace>;
|
|
139595
140420
|
};
|
|
140421
|
+
export declare type TrelloInboxLabelsArgs = {
|
|
140422
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
140423
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
140424
|
+
};
|
|
139596
140425
|
export declare type TrelloInboxListsArgs = {
|
|
139597
140426
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
139598
140427
|
filter?: InputMaybe<TrelloListFilterInput>;
|
|
@@ -139611,6 +140440,7 @@ export declare type TrelloInboxCard = TrelloBaseCard & {
|
|
|
139611
140440
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
139612
140441
|
due?: Maybe<TrelloCardDueInfo>;
|
|
139613
140442
|
id: Scalars['ID']['output'];
|
|
140443
|
+
labels?: Maybe<TrelloLabelConnection>;
|
|
139614
140444
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
139615
140445
|
limits?: Maybe<TrelloCardLimits>;
|
|
139616
140446
|
list?: Maybe<TrelloList>;
|
|
@@ -139641,6 +140471,10 @@ export declare type TrelloInboxCardChecklistsArgs = {
|
|
|
139641
140471
|
checklistId?: InputMaybe<Scalars['ID']['input']>;
|
|
139642
140472
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
139643
140473
|
};
|
|
140474
|
+
export declare type TrelloInboxCardLabelsArgs = {
|
|
140475
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
140476
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
140477
|
+
};
|
|
139644
140478
|
export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
|
|
139645
140479
|
__typename?: 'TrelloInboxCardUpdated';
|
|
139646
140480
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
@@ -139891,6 +140725,7 @@ export declare type TrelloMember = Node & {
|
|
|
139891
140725
|
objectId: Scalars['ID']['output'];
|
|
139892
140726
|
planner?: Maybe<TrelloPlanner>;
|
|
139893
140727
|
prefs?: Maybe<TrelloMemberPrefs>;
|
|
140728
|
+
referral?: Maybe<TrelloMemberReferral>;
|
|
139894
140729
|
referrer?: Maybe<TrelloMember>;
|
|
139895
140730
|
url?: Maybe<Scalars['URL']['output']>;
|
|
139896
140731
|
user?: Maybe<User>;
|
|
@@ -139963,6 +140798,14 @@ export declare type TrelloMemberPrefs = {
|
|
|
139963
140798
|
colorBlind?: Maybe<Scalars['Boolean']['output']>;
|
|
139964
140799
|
keyboardShortcutsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
139965
140800
|
};
|
|
140801
|
+
export declare type TrelloMemberReferral = {
|
|
140802
|
+
__typename?: 'TrelloMemberReferral';
|
|
140803
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
140804
|
+
eligibleForReward?: Maybe<Scalars['Boolean']['output']>;
|
|
140805
|
+
rewardClaimed?: Maybe<Scalars['Boolean']['output']>;
|
|
140806
|
+
rewardClaimedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
140807
|
+
rewardThreshold?: Maybe<Scalars['Int']['output']>;
|
|
140808
|
+
};
|
|
139966
140809
|
export declare type TrelloMemberUpdated = {
|
|
139967
140810
|
__typename?: 'TrelloMemberUpdated';
|
|
139968
140811
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -140112,6 +140955,7 @@ export declare type TrelloMovePlannerCalendarEventTargetOptions = {
|
|
|
140112
140955
|
};
|
|
140113
140956
|
export declare type TrelloMutationApi = {
|
|
140114
140957
|
__typename?: 'TrelloMutationApi';
|
|
140958
|
+
acceptProposedEvents?: Maybe<TrelloAcceptProposedEventsPayload>;
|
|
140115
140959
|
addBoardStar?: Maybe<TrelloAddBoardStarPayload>;
|
|
140116
140960
|
addLabelsToCard?: Maybe<TrelloAddLabelsToCardPayload>;
|
|
140117
140961
|
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
@@ -140126,6 +140970,7 @@ export declare type TrelloMutationApi = {
|
|
|
140126
140970
|
createPlannerCalendarEvent?: Maybe<TrelloCreatePlannerCalendarEventPayload>;
|
|
140127
140971
|
createWorkspaceTag?: Maybe<TrelloCreateWorkspaceTagPayload>;
|
|
140128
140972
|
deleteAiRule?: Maybe<TrelloDeleteAiRulePayload>;
|
|
140973
|
+
deleteBoardBackground?: Maybe<TrelloDeleteBoardBackgroundPayload>;
|
|
140129
140974
|
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
|
|
140130
140975
|
deleteWorkspaceTag?: Maybe<TrelloDeleteWorkspaceTagPayload>;
|
|
140131
140976
|
editPlannerCalendarEvent?: Maybe<TrelloEditPlannerCalendarEventPayload>;
|
|
@@ -140135,6 +140980,7 @@ export declare type TrelloMutationApi = {
|
|
|
140135
140980
|
mergeCards?: Maybe<TrelloMergeCardsPayload>;
|
|
140136
140981
|
movePlannerCalendarEvent?: Maybe<TrelloMovePlannerCalendarEventPayload>;
|
|
140137
140982
|
pinCard?: Maybe<TrelloPinCardPayload>;
|
|
140983
|
+
proposePlannerEvents?: Maybe<TrelloProposePlannerEventsPayload>;
|
|
140138
140984
|
rejectProposedEvents?: Maybe<TrelloRejectProposedEventsPayload>;
|
|
140139
140985
|
removeBoardStar?: Maybe<TrelloRemoveBoardStarPayload>;
|
|
140140
140986
|
removeCardFromPlannerCalendarEvent?: Maybe<TrelloRemoveCardFromPlannerCalendarEventPayload>;
|
|
@@ -140174,6 +141020,9 @@ export declare type TrelloMutationApi = {
|
|
|
140174
141020
|
updateWorkspaceTag?: Maybe<TrelloUpdateWorkspaceTagPayload>;
|
|
140175
141021
|
watchCard?: Maybe<TrelloWatchCardPayload>;
|
|
140176
141022
|
};
|
|
141023
|
+
export declare type TrelloMutationApiAcceptProposedEventsArgs = {
|
|
141024
|
+
input: TrelloAcceptProposedEventsInput;
|
|
141025
|
+
};
|
|
140177
141026
|
export declare type TrelloMutationApiAddBoardStarArgs = {
|
|
140178
141027
|
input: TrelloAddBoardStarInput;
|
|
140179
141028
|
};
|
|
@@ -140216,6 +141065,9 @@ export declare type TrelloMutationApiCreateWorkspaceTagArgs = {
|
|
|
140216
141065
|
export declare type TrelloMutationApiDeleteAiRuleArgs = {
|
|
140217
141066
|
input: TrelloDeleteAiRuleInput;
|
|
140218
141067
|
};
|
|
141068
|
+
export declare type TrelloMutationApiDeleteBoardBackgroundArgs = {
|
|
141069
|
+
input: TrelloDeleteBoardBackgroundInput;
|
|
141070
|
+
};
|
|
140219
141071
|
export declare type TrelloMutationApiDeletePlannerCalendarEventArgs = {
|
|
140220
141072
|
input: TrelloDeletePlannerCalendarEventInput;
|
|
140221
141073
|
};
|
|
@@ -140243,6 +141095,9 @@ export declare type TrelloMutationApiMovePlannerCalendarEventArgs = {
|
|
|
140243
141095
|
export declare type TrelloMutationApiPinCardArgs = {
|
|
140244
141096
|
input: TrelloPinCardInput;
|
|
140245
141097
|
};
|
|
141098
|
+
export declare type TrelloMutationApiProposePlannerEventsArgs = {
|
|
141099
|
+
input: TrelloProposePlannerEventsInput;
|
|
141100
|
+
};
|
|
140246
141101
|
export declare type TrelloMutationApiRejectProposedEventsArgs = {
|
|
140247
141102
|
input: TrelloRejectProposedEventsInput;
|
|
140248
141103
|
};
|
|
@@ -140860,6 +141715,16 @@ export declare type TrelloPowerUpUpdated = {
|
|
|
140860
141715
|
__typename?: 'TrelloPowerUpUpdated';
|
|
140861
141716
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
140862
141717
|
};
|
|
141718
|
+
export declare type TrelloProposePlannerEventsInput = {
|
|
141719
|
+
cardIds: Array<Scalars['ID']['input']>;
|
|
141720
|
+
timezoneOffsetHours?: InputMaybe<Scalars['Float']['input']>;
|
|
141721
|
+
};
|
|
141722
|
+
export declare type TrelloProposePlannerEventsPayload = Payload & {
|
|
141723
|
+
__typename?: 'TrelloProposePlannerEventsPayload';
|
|
141724
|
+
errors?: Maybe<Array<MutationError>>;
|
|
141725
|
+
planner?: Maybe<TrelloPlanner>;
|
|
141726
|
+
success: Scalars['Boolean']['output'];
|
|
141727
|
+
};
|
|
140863
141728
|
export declare type TrelloProposedEvent = {
|
|
140864
141729
|
__typename?: 'TrelloProposedEvent';
|
|
140865
141730
|
cards?: Maybe<TrelloProposedEventCardConnection>;
|
|
@@ -141134,6 +141999,7 @@ export declare type TrelloRemoveCardFromPlannerCalendarEventInput = {
|
|
|
141134
141999
|
export declare type TrelloRemoveCardFromPlannerCalendarEventPayload = Payload & {
|
|
141135
142000
|
__typename?: 'TrelloRemoveCardFromPlannerCalendarEventPayload';
|
|
141136
142001
|
errors?: Maybe<Array<MutationError>>;
|
|
142002
|
+
event?: Maybe<TrelloPlannerCalendarEvent>;
|
|
141137
142003
|
eventCard?: Maybe<TrelloPlannerCalendarEventCardDeleted>;
|
|
141138
142004
|
success: Scalars['Boolean']['output'];
|
|
141139
142005
|
};
|