@forge/cli-shared 8.15.1-next.1 → 8.15.1-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.15.1-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e4c143c]
|
|
8
|
+
- @forge/manifest@12.1.0-next.2
|
|
9
|
+
|
|
10
|
+
## 8.15.1-next.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [fa9b5aa]
|
|
15
|
+
- @forge/manifest@12.1.0-next.1
|
|
16
|
+
|
|
3
17
|
## 8.15.1-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -571,7 +571,7 @@ export declare type AvpCreateVariablePayload = Payload & {
|
|
|
571
571
|
errors?: Maybe<Array<MutationError>>;
|
|
572
572
|
success: Scalars['Boolean']['output'];
|
|
573
573
|
};
|
|
574
|
-
export declare type AvpDashboard = {
|
|
574
|
+
export declare type AvpDashboard = Node & {
|
|
575
575
|
__typename?: 'AVPDashboard';
|
|
576
576
|
access?: Maybe<Scalars['Int']['output']>;
|
|
577
577
|
category?: Maybe<Scalars['String']['output']>;
|
|
@@ -581,7 +581,7 @@ export declare type AvpDashboard = {
|
|
|
581
581
|
description?: Maybe<Scalars['String']['output']>;
|
|
582
582
|
envVars?: Maybe<Array<AvpEnvVar>>;
|
|
583
583
|
fromTemplate?: Maybe<Scalars['String']['output']>;
|
|
584
|
-
id
|
|
584
|
+
id: Scalars['ID']['output'];
|
|
585
585
|
isReadOnly?: Maybe<Scalars['Boolean']['output']>;
|
|
586
586
|
settings?: Maybe<AvpDashboardSettings>;
|
|
587
587
|
status?: Maybe<AvpDashboardStatus>;
|
|
@@ -3039,6 +3039,19 @@ export declare type AdminWorkspacePlanEdge = {
|
|
|
3039
3039
|
cursor: Scalars['String']['output'];
|
|
3040
3040
|
node?: Maybe<AdminWorkspacePlan>;
|
|
3041
3041
|
};
|
|
3042
|
+
export declare type AdminWorkspaceRef = {
|
|
3043
|
+
__typename?: 'AdminWorkspaceRef';
|
|
3044
|
+
id: Scalars['ID']['output'];
|
|
3045
|
+
};
|
|
3046
|
+
export declare type AdminWorkspaceRefConnection = {
|
|
3047
|
+
__typename?: 'AdminWorkspaceRefConnection';
|
|
3048
|
+
edges?: Maybe<Array<Maybe<AdminWorkspaceRefEdge>>>;
|
|
3049
|
+
pageInfo: PageInfo;
|
|
3050
|
+
};
|
|
3051
|
+
export declare type AdminWorkspaceRefEdge = {
|
|
3052
|
+
__typename?: 'AdminWorkspaceRefEdge';
|
|
3053
|
+
node: AdminWorkspaceRef;
|
|
3054
|
+
};
|
|
3042
3055
|
export declare type AdminWorkspaceType = {
|
|
3043
3056
|
__typename?: 'AdminWorkspaceType';
|
|
3044
3057
|
id: Scalars['String']['output'];
|
|
@@ -3056,6 +3069,7 @@ export declare type AdminWorkspaceTypeEdge = {
|
|
|
3056
3069
|
};
|
|
3057
3070
|
export declare type AgentAiContextPanelResponse = {
|
|
3058
3071
|
__typename?: 'AgentAIContextPanelResponse';
|
|
3072
|
+
agentSteps?: Maybe<Scalars['String']['output']>;
|
|
3059
3073
|
nextSteps?: Maybe<Scalars['String']['output']>;
|
|
3060
3074
|
reporterDetails?: Maybe<Scalars['String']['output']>;
|
|
3061
3075
|
suggestedActions?: Maybe<Array<Maybe<AgentAiSuggestAction>>>;
|
|
@@ -4211,10 +4225,6 @@ export declare type AgentWorkspaceDeleteSchedulePayload = {
|
|
|
4211
4225
|
errors?: Maybe<Array<AgentWorkspaceScheduleError>>;
|
|
4212
4226
|
success: Scalars['Boolean']['output'];
|
|
4213
4227
|
};
|
|
4214
|
-
export declare type AgentWorkspaceHelloWorld = {
|
|
4215
|
-
__typename?: 'AgentWorkspaceHelloWorld';
|
|
4216
|
-
value: Scalars['String']['output'];
|
|
4217
|
-
};
|
|
4218
4228
|
export declare type AgentWorkspacePageInfo = {
|
|
4219
4229
|
__typename?: 'AgentWorkspacePageInfo';
|
|
4220
4230
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -4669,10 +4679,12 @@ export declare type AppContainerInput = {
|
|
|
4669
4679
|
export declare type AppContainerInstance = {
|
|
4670
4680
|
__typename?: 'AppContainerInstance';
|
|
4671
4681
|
containerStatus?: Maybe<Scalars['String']['output']>;
|
|
4682
|
+
cpu?: Maybe<Scalars['String']['output']>;
|
|
4672
4683
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
4673
4684
|
healthStatus?: Maybe<Scalars['String']['output']>;
|
|
4674
4685
|
id: Scalars['ID']['output'];
|
|
4675
4686
|
imageURI?: Maybe<Scalars['String']['output']>;
|
|
4687
|
+
memory?: Maybe<Scalars['String']['output']>;
|
|
4676
4688
|
};
|
|
4677
4689
|
export declare type AppContainerInstances = {
|
|
4678
4690
|
__typename?: 'AppContainerInstances';
|
|
@@ -7900,6 +7912,12 @@ export declare type AssetsDmObjectsReportDsByDs = {
|
|
|
7900
7912
|
rows: Array<Scalars['JSON']['output']>;
|
|
7901
7913
|
rowsCount: Scalars['Int']['output'];
|
|
7902
7914
|
};
|
|
7915
|
+
export declare type AssetsDmObjectsReportDsOverlap = {
|
|
7916
|
+
__typename?: 'AssetsDMObjectsReportDsOverlap';
|
|
7917
|
+
columns: Array<Scalars['String']['output']>;
|
|
7918
|
+
rows: Array<Scalars['JSON']['output']>;
|
|
7919
|
+
rowsCount: Scalars['Float']['output'];
|
|
7920
|
+
};
|
|
7903
7921
|
export declare type AssetsDmPaginationInfo = {
|
|
7904
7922
|
__typename?: 'AssetsDMPaginationInfo';
|
|
7905
7923
|
currentPageCursor?: Maybe<Scalars['Int']['output']>;
|
|
@@ -26293,14 +26311,14 @@ export declare type CplsFilters = {
|
|
|
26293
26311
|
__typename?: 'CplsFilters';
|
|
26294
26312
|
contributorDataIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26295
26313
|
customContributionTargets?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26296
|
-
|
|
26314
|
+
jiraWorkItemStatusNames?: Maybe<Array<Scalars['String']['output']>>;
|
|
26297
26315
|
jiraWorkItems?: Maybe<Array<Scalars['ID']['output']>>;
|
|
26298
26316
|
workTypes?: Maybe<Array<CplsWorkType>>;
|
|
26299
26317
|
};
|
|
26300
26318
|
export declare type CplsFiltersInput = {
|
|
26301
26319
|
contributorDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26302
26320
|
customContributionTargets?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26303
|
-
|
|
26321
|
+
jiraWorkItemStatusNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
26304
26322
|
jiraWorkItems?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
26305
26323
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
26306
26324
|
};
|
|
@@ -28196,6 +28214,13 @@ export declare enum CustomerServiceContextType {
|
|
|
28196
28214
|
Default = "DEFAULT",
|
|
28197
28215
|
Issue = "ISSUE"
|
|
28198
28216
|
}
|
|
28217
|
+
export declare type CustomerServiceCsmCustomer = Node & {
|
|
28218
|
+
__typename?: 'CustomerServiceCsmCustomer';
|
|
28219
|
+
details: CustomerServiceCustomDetailValuesQueryResult;
|
|
28220
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
28221
|
+
id: Scalars['ID']['output'];
|
|
28222
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
28223
|
+
};
|
|
28199
28224
|
export declare type CustomerServiceCustomAttributeOptionStyle = {
|
|
28200
28225
|
__typename?: 'CustomerServiceCustomAttributeOptionStyle';
|
|
28201
28226
|
backgroundColour: Scalars['String']['output'];
|
|
@@ -30861,6 +30886,7 @@ export declare type DevConsoleDownloadAppInstallationsResponse = {
|
|
|
30861
30886
|
__typename?: 'DevConsoleDownloadAppInstallationsResponse';
|
|
30862
30887
|
downloadUrl?: Maybe<Scalars['String']['output']>;
|
|
30863
30888
|
errors?: Maybe<Array<QueryError>>;
|
|
30889
|
+
lastDownloadedAt?: Maybe<Scalars['String']['output']>;
|
|
30864
30890
|
status: DevConsoleDownloadAppInstallationsStatus;
|
|
30865
30891
|
};
|
|
30866
30892
|
export declare enum DevConsoleDownloadAppInstallationsStatus {
|
|
@@ -30872,6 +30898,7 @@ export declare enum DevConsoleDownloadAppInstallationsStatus {
|
|
|
30872
30898
|
export declare type DevConsoleFetchDownloadAppInstallationsStatusResponse = {
|
|
30873
30899
|
__typename?: 'DevConsoleFetchDownloadAppInstallationsStatusResponse';
|
|
30874
30900
|
errors?: Maybe<Array<QueryError>>;
|
|
30901
|
+
lastDownloadedAt?: Maybe<Scalars['String']['output']>;
|
|
30875
30902
|
status: DevConsoleDownloadAppInstallationsStatus;
|
|
30876
30903
|
};
|
|
30877
30904
|
export declare enum DevConsoleGroupBy {
|
|
@@ -35524,6 +35551,11 @@ export declare type ForgeAuditLogFeatureFlag = {
|
|
|
35524
35551
|
details: Array<Scalars['String']['output']>;
|
|
35525
35552
|
timestamp: Scalars['String']['output'];
|
|
35526
35553
|
};
|
|
35554
|
+
export declare type ForgeAuditLogFeatureFlagEdge = {
|
|
35555
|
+
__typename?: 'ForgeAuditLogFeatureFlagEdge';
|
|
35556
|
+
cursor: Scalars['String']['output'];
|
|
35557
|
+
node?: Maybe<ForgeAuditLogFeatureFlag>;
|
|
35558
|
+
};
|
|
35527
35559
|
export declare enum ForgeAuditLogsActionType {
|
|
35528
35560
|
ContributorAdded = "CONTRIBUTOR_ADDED",
|
|
35529
35561
|
ContributorRemoved = "CONTRIBUTOR_REMOVED",
|
|
@@ -35641,6 +35673,12 @@ export declare enum ForgeAuditLogsFeatureFlagsActionType {
|
|
|
35641
35673
|
FeatureFlagToggled = "FEATURE_FLAG_TOGGLED",
|
|
35642
35674
|
FeatureFlagUpdated = "FEATURE_FLAG_UPDATED"
|
|
35643
35675
|
}
|
|
35676
|
+
export declare type ForgeAuditLogsFeatureFlagsConnection = {
|
|
35677
|
+
__typename?: 'ForgeAuditLogsFeatureFlagsConnection';
|
|
35678
|
+
edges: Array<ForgeAuditLogFeatureFlagEdge>;
|
|
35679
|
+
nodes: Array<ForgeAuditLogFeatureFlag>;
|
|
35680
|
+
pageInfo: PageInfo;
|
|
35681
|
+
};
|
|
35644
35682
|
export declare type ForgeAuditLogsFeatureFlagsQueryInput = {
|
|
35645
35683
|
action?: InputMaybe<ForgeAuditLogsFeatureFlagsActionType>;
|
|
35646
35684
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -35649,12 +35687,7 @@ export declare type ForgeAuditLogsFeatureFlagsQueryInput = {
|
|
|
35649
35687
|
flagId: Scalars['ID']['input'];
|
|
35650
35688
|
startTime?: InputMaybe<Scalars['String']['input']>;
|
|
35651
35689
|
};
|
|
35652
|
-
export declare type
|
|
35653
|
-
__typename?: 'ForgeAuditLogsFeatureFlagsResponse';
|
|
35654
|
-
data: Array<ForgeAuditLogFeatureFlag>;
|
|
35655
|
-
pageInfo: PageInfo;
|
|
35656
|
-
};
|
|
35657
|
-
export declare type ForgeAuditLogsFeatureFlagsResult = ForgeAuditLogsFeatureFlagsResponse | QueryError;
|
|
35690
|
+
export declare type ForgeAuditLogsFeatureFlagsResult = ForgeAuditLogsFeatureFlagsConnection | QueryError;
|
|
35658
35691
|
export declare type ForgeAuditLogsQuery = {
|
|
35659
35692
|
__typename?: 'ForgeAuditLogsQuery';
|
|
35660
35693
|
appId: Scalars['ID']['output'];
|
|
@@ -96429,6 +96462,7 @@ export declare enum JiraInstallDeploymentsBannerPrecondition {
|
|
|
96429
96462
|
export declare type JiraInvalidIssueSearchInputError = {
|
|
96430
96463
|
__typename?: 'JiraInvalidIssueSearchInputError';
|
|
96431
96464
|
message?: Maybe<Scalars['String']['output']>;
|
|
96465
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
96432
96466
|
};
|
|
96433
96467
|
export declare type JiraInvalidJqlError = {
|
|
96434
96468
|
__typename?: 'JiraInvalidJqlError';
|
|
@@ -106327,6 +106361,7 @@ export declare type JiraRestoreCustomFieldsPayload = Payload & {
|
|
|
106327
106361
|
__typename?: 'JiraRestoreCustomFieldsPayload';
|
|
106328
106362
|
errors?: Maybe<Array<MutationError>>;
|
|
106329
106363
|
failedFieldIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
106364
|
+
restoredFields?: Maybe<Array<JiraIssueFieldConfig>>;
|
|
106330
106365
|
succeededNodeIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
106331
106366
|
success: Scalars['Boolean']['output'];
|
|
106332
106367
|
};
|
|
@@ -113577,6 +113612,14 @@ export declare type KitsunePaginationInput = {
|
|
|
113577
113612
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
113578
113613
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
113579
113614
|
};
|
|
113615
|
+
export declare type KitsuneSection = Node & {
|
|
113616
|
+
__typename?: 'KitsuneSection';
|
|
113617
|
+
createdAt: Scalars['DateTime']['output'];
|
|
113618
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
113619
|
+
id: Scalars['ID']['output'];
|
|
113620
|
+
name: Scalars['String']['output'];
|
|
113621
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
113622
|
+
};
|
|
113580
113623
|
export declare type KitsuneSourceInput = {
|
|
113581
113624
|
sourceWeb?: InputMaybe<KitsuneSourceInputWeb>;
|
|
113582
113625
|
};
|
|
@@ -123813,6 +123856,7 @@ export declare type Mutation = {
|
|
|
123813
123856
|
jsmConversation_updateSettings?: Maybe<JsmConversationSettingsPayload>;
|
|
123814
123857
|
jsw?: Maybe<JswMutation>;
|
|
123815
123858
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
123859
|
+
kitsune_createSection?: Maybe<KitsuneSection>;
|
|
123816
123860
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
123817
123861
|
kitsune_generateFeedbackSummary?: Maybe<Scalars['Boolean']['output']>;
|
|
123818
123862
|
kitsune_importFeedbackFromCsv?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -124020,6 +124064,7 @@ export declare type Mutation = {
|
|
|
124020
124064
|
spf_deletePlan?: Maybe<SpfDeletePlanPayload>;
|
|
124021
124065
|
spf_deletePlanScenario?: Maybe<SpfDeletePlanScenarioPayload>;
|
|
124022
124066
|
spf_deletePlanScenarioInvestment?: Maybe<SpfDeletePlanScenarioInvestmentPayload>;
|
|
124067
|
+
spf_deletePlanScenarioInvestments?: Maybe<SpfDeletePlanScenarioInvestmentsPayload>;
|
|
124023
124068
|
spf_rejectProposedDate?: Maybe<SpfUpsertAskUpdatePayload>;
|
|
124024
124069
|
spf_removePlanApprover?: Maybe<SpfRemovePlanApproverPayload>;
|
|
124025
124070
|
spf_removePlanOwner?: Maybe<SpfRemovePlanOwnerPayload>;
|
|
@@ -126501,6 +126546,11 @@ export declare type MutationKitsune_CreateFeedbackArgs = {
|
|
|
126501
126546
|
spaceAri: Scalars['ID']['input'];
|
|
126502
126547
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
126503
126548
|
};
|
|
126549
|
+
export declare type MutationKitsune_CreateSectionArgs = {
|
|
126550
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
126551
|
+
name: Scalars['String']['input'];
|
|
126552
|
+
spaceAri: Scalars['ID']['input'];
|
|
126553
|
+
};
|
|
126504
126554
|
export declare type MutationKitsune_CreateSpaceArgs = {
|
|
126505
126555
|
name: Scalars['String']['input'];
|
|
126506
126556
|
workspaceAri: Scalars['ID']['input'];
|
|
@@ -127136,6 +127186,9 @@ export declare type MutationSpf_DeletePlanScenarioArgs = {
|
|
|
127136
127186
|
export declare type MutationSpf_DeletePlanScenarioInvestmentArgs = {
|
|
127137
127187
|
input: SpfDeletePlanScenarioInvestmentInput;
|
|
127138
127188
|
};
|
|
127189
|
+
export declare type MutationSpf_DeletePlanScenarioInvestmentsArgs = {
|
|
127190
|
+
input: SpfDeletePlanScenarioInvestmentsInput;
|
|
127191
|
+
};
|
|
127139
127192
|
export declare type MutationSpf_RejectProposedDateArgs = {
|
|
127140
127193
|
input: SpfResolveProposedDateInput;
|
|
127141
127194
|
};
|
|
@@ -130471,6 +130524,7 @@ export declare type Query = {
|
|
|
130471
130524
|
adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
|
|
130472
130525
|
admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
|
|
130473
130526
|
admin_appModules?: Maybe<AdminAppModuleConnection>;
|
|
130527
|
+
admin_appRefsForSite?: Maybe<AdminWorkspaceRefConnection>;
|
|
130474
130528
|
admin_auditLogEventActions?: Maybe<AdminAuditLogGroupEventActionConnection>;
|
|
130475
130529
|
admin_auditLogEventIpAddresses?: Maybe<AdminAuditLogEventIpAddressConnection>;
|
|
130476
130530
|
admin_auditLogEventLocations?: Maybe<AdminAuditLogEventLocationConnection>;
|
|
@@ -130544,7 +130598,6 @@ export declare type Query = {
|
|
|
130544
130598
|
agentStudio_validateScenario?: Maybe<AgentStudioScenarioValidationPayload>;
|
|
130545
130599
|
agentStudio_validateScenarios?: Maybe<AgentStudioScenarioValidateModeOutput>;
|
|
130546
130600
|
agentStudio_widgetByContainerAri?: Maybe<AgentStudioWidgetByContainerAriResult>;
|
|
130547
|
-
agentWorkspace_helloWorld?: Maybe<AgentWorkspaceHelloWorld>;
|
|
130548
130601
|
agentWorkspace_schedule?: Maybe<AgentWorkspaceSchedule>;
|
|
130549
130602
|
agentWorkspace_schedules?: Maybe<Array<AgentWorkspaceSchedule>>;
|
|
130550
130603
|
agentWorkspace_shifts?: Maybe<AgentWorkspaceShiftsConnection>;
|
|
@@ -130627,6 +130680,7 @@ export declare type Query = {
|
|
|
130627
130680
|
assetsDM_objectsListDownload?: Maybe<AssetsDmObjectsListDownloadResponse>;
|
|
130628
130681
|
assetsDM_objectsReportAttributeByDs?: Maybe<AssetsDmObjectsReportAttributeByDs>;
|
|
130629
130682
|
assetsDM_objectsReportDsByDs?: Maybe<AssetsDmObjectsReportDsByDs>;
|
|
130683
|
+
assetsDM_objectsReportDsOverlap?: Maybe<AssetsDmObjectsReportDsOverlap>;
|
|
130630
130684
|
assetsDM_rawData?: Maybe<AssetsDmRawDataResponse>;
|
|
130631
130685
|
assetsDM_savedSearchDetails?: Maybe<AssetsDmSavedSearchDetails>;
|
|
130632
130686
|
assetsDM_savedSearchesList?: Maybe<AssetsDmSavedSearchesList>;
|
|
@@ -130648,6 +130702,7 @@ export declare type Query = {
|
|
|
130648
130702
|
avp_getChartTemplates?: Maybe<Array<AvpChartTemplate>>;
|
|
130649
130703
|
avp_getDashboard?: Maybe<AvpDashboard>;
|
|
130650
130704
|
avp_getDashboardTemplates?: Maybe<Array<AvpDashboardTemplate>>;
|
|
130705
|
+
avp_getDashboardsByAris?: Maybe<Array<Maybe<AvpDashboard>>>;
|
|
130651
130706
|
avp_getFilterExpression?: Maybe<AvpFilterExpression>;
|
|
130652
130707
|
avpanalytics_getmodeldata?: Maybe<AvpAnalyticsGetModelDataResponse>;
|
|
130653
130708
|
avpanalytics_listModels?: Maybe<AvpAnalyticsListModelsResponse>;
|
|
@@ -130900,6 +130955,7 @@ export declare type Query = {
|
|
|
130900
130955
|
csmAi_getAvailableByod?: Maybe<CsmAiByodContentsResult>;
|
|
130901
130956
|
csmAi_getSupportWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
130902
130957
|
csmAi_getWidget?: Maybe<CsmAiWidgetConfigResult>;
|
|
130958
|
+
csmCustomersByIds?: Maybe<Array<Maybe<CustomerServiceCsmCustomer>>>;
|
|
130903
130959
|
currentConfluenceUser?: Maybe<CurrentConfluenceUser>;
|
|
130904
130960
|
customer360_customer?: Maybe<Customer360Customer>;
|
|
130905
130961
|
customer360_customersById?: Maybe<Array<Maybe<Customer360Customer>>>;
|
|
@@ -131152,6 +131208,7 @@ export declare type Query = {
|
|
|
131152
131208
|
kitsune_feedbackEvent?: Maybe<KitsuneFeedbackEvent>;
|
|
131153
131209
|
kitsune_feedbacks?: Maybe<Array<Maybe<KitsuneFeedback>>>;
|
|
131154
131210
|
kitsune_node?: Maybe<KitsuneNode>;
|
|
131211
|
+
kitsune_sections?: Maybe<Array<Maybe<KitsuneSection>>>;
|
|
131155
131212
|
kitsune_spaces?: Maybe<Array<Maybe<KitsuneSpace>>>;
|
|
131156
131213
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
131157
131214
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
@@ -131542,6 +131599,13 @@ export declare type QueryAdmin_AppModulesArgs = {
|
|
|
131542
131599
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
131543
131600
|
moduleKeys: Array<Scalars['String']['input']>;
|
|
131544
131601
|
};
|
|
131602
|
+
export declare type QueryAdmin_AppRefsForSiteArgs = {
|
|
131603
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131604
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131605
|
+
orgId: Scalars['ID']['input'];
|
|
131606
|
+
siteId?: InputMaybe<Scalars['ID']['input']>;
|
|
131607
|
+
unitId?: InputMaybe<Scalars['ID']['input']>;
|
|
131608
|
+
};
|
|
131545
131609
|
export declare type QueryAdmin_AuditLogEventActionsArgs = {
|
|
131546
131610
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131547
131611
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -131967,9 +132031,6 @@ export declare type QueryAgentStudio_WidgetByContainerAriArgs = {
|
|
|
131967
132031
|
cloudId: Scalars['String']['input'];
|
|
131968
132032
|
containerAri: Scalars['ID']['input'];
|
|
131969
132033
|
};
|
|
131970
|
-
export declare type QueryAgentWorkspace_HelloWorldArgs = {
|
|
131971
|
-
userName: Scalars['String']['input'];
|
|
131972
|
-
};
|
|
131973
132034
|
export declare type QueryAgentWorkspace_ScheduleArgs = {
|
|
131974
132035
|
projectId: Scalars['ID']['input'];
|
|
131975
132036
|
scheduleId: Scalars['ID']['input'];
|
|
@@ -132414,6 +132475,14 @@ export declare type QueryAssetsDm_ObjectsReportDsByDsArgs = {
|
|
|
132414
132475
|
objectId: Scalars['ID']['input'];
|
|
132415
132476
|
workspaceId: Scalars['ID']['input'];
|
|
132416
132477
|
};
|
|
132478
|
+
export declare type QueryAssetsDm_ObjectsReportDsOverlapArgs = {
|
|
132479
|
+
cloudId: Scalars['ID']['input'];
|
|
132480
|
+
dataSources: Array<Scalars['String']['input']>;
|
|
132481
|
+
objectId: Scalars['ID']['input'];
|
|
132482
|
+
savedSearchParams?: Array<Array<AssetsDmObjectsListSearchGroup>>;
|
|
132483
|
+
searchGroups?: Array<AssetsDmObjectsListSearchGroup>;
|
|
132484
|
+
workspaceId: Scalars['ID']['input'];
|
|
132485
|
+
};
|
|
132417
132486
|
export declare type QueryAssetsDm_RawDataArgs = {
|
|
132418
132487
|
cloudId: Scalars['ID']['input'];
|
|
132419
132488
|
dataSourceId: Scalars['ID']['input'];
|
|
@@ -132498,6 +132567,9 @@ export declare type QueryAvp_GetDashboardArgs = {
|
|
|
132498
132567
|
export declare type QueryAvp_GetDashboardTemplatesArgs = {
|
|
132499
132568
|
input: AvpGetDashboardTemplatesInput;
|
|
132500
132569
|
};
|
|
132570
|
+
export declare type QueryAvp_GetDashboardsByArisArgs = {
|
|
132571
|
+
ids: Array<Scalars['ID']['input']>;
|
|
132572
|
+
};
|
|
132501
132573
|
export declare type QueryAvp_GetFilterExpressionArgs = {
|
|
132502
132574
|
dashboardAri: Scalars['ID']['input'];
|
|
132503
132575
|
};
|
|
@@ -133678,6 +133750,9 @@ export declare type QueryCsmAi_GetWidgetArgs = {
|
|
|
133678
133750
|
helpCenterAri: Scalars['ID']['input'];
|
|
133679
133751
|
widgetId: Scalars['ID']['input'];
|
|
133680
133752
|
};
|
|
133753
|
+
export declare type QueryCsmCustomersByIdsArgs = {
|
|
133754
|
+
csmCustomerAris: Array<Scalars['ID']['input']>;
|
|
133755
|
+
};
|
|
133681
133756
|
export declare type QueryCustomer360_CustomerArgs = {
|
|
133682
133757
|
domain: Scalars['String']['input'];
|
|
133683
133758
|
};
|
|
@@ -134638,6 +134713,9 @@ export declare type QueryKitsune_FeedbacksArgs = {
|
|
|
134638
134713
|
export declare type QueryKitsune_NodeArgs = {
|
|
134639
134714
|
id: Scalars['ID']['input'];
|
|
134640
134715
|
};
|
|
134716
|
+
export declare type QueryKitsune_SectionsArgs = {
|
|
134717
|
+
ids: Array<Scalars['ID']['input']>;
|
|
134718
|
+
};
|
|
134641
134719
|
export declare type QueryKitsune_SpacesArgs = {
|
|
134642
134720
|
ids: Array<Scalars['ID']['input']>;
|
|
134643
134721
|
};
|
|
@@ -160135,6 +160213,15 @@ export declare type SpfDeletePlanScenarioInvestmentPayload = Payload & {
|
|
|
160135
160213
|
id: Scalars['ID']['output'];
|
|
160136
160214
|
success: Scalars['Boolean']['output'];
|
|
160137
160215
|
};
|
|
160216
|
+
export declare type SpfDeletePlanScenarioInvestmentsInput = {
|
|
160217
|
+
ids: Array<Scalars['ID']['input']>;
|
|
160218
|
+
};
|
|
160219
|
+
export declare type SpfDeletePlanScenarioInvestmentsPayload = Payload & {
|
|
160220
|
+
__typename?: 'SpfDeletePlanScenarioInvestmentsPayload';
|
|
160221
|
+
errors?: Maybe<Array<MutationError>>;
|
|
160222
|
+
ids: Array<Scalars['ID']['output']>;
|
|
160223
|
+
success: Scalars['Boolean']['output'];
|
|
160224
|
+
};
|
|
160138
160225
|
export declare type SpfDeletePlanScenarioPayload = Payload & {
|
|
160139
160226
|
__typename?: 'SpfDeletePlanScenarioPayload';
|
|
160140
160227
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -162937,6 +163024,7 @@ export declare type TeamMutation = {
|
|
|
162937
163024
|
removeChild?: Maybe<TeamV2>;
|
|
162938
163025
|
removeParent?: Maybe<TeamV2>;
|
|
162939
163026
|
setNotificationConfiguration?: Maybe<TeamNotificationConfiguration>;
|
|
163027
|
+
setScopeNotificationConfiguration?: Maybe<TeamScopeNotificationConfiguration>;
|
|
162940
163028
|
updateRoleAssignments?: Maybe<TeamUpdateRoleAssignmentsResponse>;
|
|
162941
163029
|
updateTeam?: Maybe<TeamUpdatePayload>;
|
|
162942
163030
|
updateType?: Maybe<TeamType>;
|
|
@@ -163007,6 +163095,9 @@ export declare type TeamMutationRemoveParentArgs = {
|
|
|
163007
163095
|
export declare type TeamMutationSetNotificationConfigurationArgs = {
|
|
163008
163096
|
input: TeamSetNotificationConfigurationInput;
|
|
163009
163097
|
};
|
|
163098
|
+
export declare type TeamMutationSetScopeNotificationConfigurationArgs = {
|
|
163099
|
+
input: TeamSetScopeNotificationConfigurationInput;
|
|
163100
|
+
};
|
|
163010
163101
|
export declare type TeamMutationUpdateRoleAssignmentsArgs = {
|
|
163011
163102
|
organizationId: Scalars['ID']['input'];
|
|
163012
163103
|
principalsToAdd: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
@@ -163061,6 +163152,7 @@ export declare type TeamQuery = {
|
|
|
163061
163152
|
customFieldsWithinTeam?: Maybe<Array<TeamCustomFieldKeyValues>>;
|
|
163062
163153
|
notificationConfigurations?: Maybe<Array<TeamNotificationConfiguration>>;
|
|
163063
163154
|
roleAssignments?: Maybe<TeamRoleAssignmentsConnection>;
|
|
163155
|
+
scopeNotificationConfigurations?: Maybe<Array<TeamScopeNotificationConfiguration>>;
|
|
163064
163156
|
team?: Maybe<Team>;
|
|
163065
163157
|
teamSearch?: Maybe<TeamSearchResultConnection>;
|
|
163066
163158
|
teamSearchV2?: Maybe<TeamSearchResultConnectionV2>;
|
|
@@ -163089,6 +163181,9 @@ export declare type TeamQueryRoleAssignmentsArgs = {
|
|
|
163089
163181
|
organizationId: Scalars['ID']['input'];
|
|
163090
163182
|
role: TeamRole;
|
|
163091
163183
|
};
|
|
163184
|
+
export declare type TeamQueryScopeNotificationConfigurationsArgs = {
|
|
163185
|
+
ari: Scalars['ID']['input'];
|
|
163186
|
+
};
|
|
163092
163187
|
export declare type TeamQueryTeamArgs = {
|
|
163093
163188
|
id: Scalars['ID']['input'];
|
|
163094
163189
|
};
|
|
@@ -163140,6 +163235,13 @@ export declare type TeamRoleAssignmentsConnection = {
|
|
|
163140
163235
|
nodes?: Maybe<Array<Maybe<TeamPrincipal>>>;
|
|
163141
163236
|
pageInfo: PageInfo;
|
|
163142
163237
|
};
|
|
163238
|
+
export declare type TeamScopeNotificationConfiguration = {
|
|
163239
|
+
__typename?: 'TeamScopeNotificationConfiguration';
|
|
163240
|
+
ari: Scalars['ID']['output'];
|
|
163241
|
+
enabled: Scalars['Boolean']['output'];
|
|
163242
|
+
notificationChannel: TeamNotificationChannel;
|
|
163243
|
+
notificationType: TeamNotificationType;
|
|
163244
|
+
};
|
|
163143
163245
|
export declare enum TeamSearchField {
|
|
163144
163246
|
Description = "DESCRIPTION",
|
|
163145
163247
|
Name = "NAME"
|
|
@@ -163189,6 +163291,12 @@ export declare type TeamSetNotificationConfigurationInput = {
|
|
|
163189
163291
|
notificationChannel: TeamNotificationChannel;
|
|
163190
163292
|
notificationType: TeamNotificationType;
|
|
163191
163293
|
};
|
|
163294
|
+
export declare type TeamSetScopeNotificationConfigurationInput = {
|
|
163295
|
+
ari: Scalars['ID']['input'];
|
|
163296
|
+
enabled: Scalars['Boolean']['input'];
|
|
163297
|
+
notificationChannel: TeamNotificationChannel;
|
|
163298
|
+
notificationType: TeamNotificationType;
|
|
163299
|
+
};
|
|
163192
163300
|
export declare type TeamSort = {
|
|
163193
163301
|
field: TeamSortField;
|
|
163194
163302
|
order?: InputMaybe<TeamSortOrder>;
|
|
@@ -169052,6 +169160,8 @@ export declare type TrelloInboxQuickCaptureCard = {
|
|
|
169052
169160
|
member?: Maybe<TrelloMember>;
|
|
169053
169161
|
notificationId?: Maybe<Scalars['ID']['output']>;
|
|
169054
169162
|
source?: Maybe<TrelloCardExternalSource>;
|
|
169163
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
169164
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
169055
169165
|
};
|
|
169056
169166
|
export declare type TrelloInboxUpdated = TrelloBaseBoardUpdated & {
|
|
169057
169167
|
__typename?: 'TrelloInboxUpdated';
|
|
@@ -169819,7 +169929,7 @@ export declare type TrelloMutationErrorExtension = MutationErrorExtension & {
|
|
|
169819
169929
|
export declare type TrelloNewYearsResolutionAiBoardInput = {
|
|
169820
169930
|
resolution: Scalars['String']['input'];
|
|
169821
169931
|
};
|
|
169822
|
-
export declare type TrelloNotification = TrelloQuickCaptureNotification;
|
|
169932
|
+
export declare type TrelloNotification = TrelloInboxQuickCaptureCard | TrelloQuickCaptureNotification | TrelloQuickCaptureNotificationCleared;
|
|
169823
169933
|
export declare type TrelloNotificationConnection = {
|
|
169824
169934
|
__typename?: 'TrelloNotificationConnection';
|
|
169825
169935
|
edges?: Maybe<Array<TrelloNotificationEdge>>;
|
|
@@ -169973,6 +170083,8 @@ export declare enum TrelloPlannerCalendarColor {
|
|
|
169973
170083
|
PurpleSubtlest = "PURPLE_SUBTLEST",
|
|
169974
170084
|
RedSubtler = "RED_SUBTLER",
|
|
169975
170085
|
RedSubtlest = "RED_SUBTLEST",
|
|
170086
|
+
TealSubtler = "TEAL_SUBTLER",
|
|
170087
|
+
TealSubtlest = "TEAL_SUBTLEST",
|
|
169976
170088
|
YellowBolder = "YELLOW_BOLDER",
|
|
169977
170089
|
YellowSubtler = "YELLOW_SUBTLER",
|
|
169978
170090
|
YellowSubtlest = "YELLOW_SUBTLEST"
|