@forge/cli-shared 8.7.0-next.1 → 8.7.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4068,6 +4068,7 @@ export declare type AppUninstallationInput = {
|
|
|
4068
4068
|
appId: Scalars['ID']['input'];
|
|
4069
4069
|
async?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4070
4070
|
environmentKey: Scalars['String']['input'];
|
|
4071
|
+
forfeitRemainingFunds?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4071
4072
|
installationContext?: InputMaybe<Scalars['ID']['input']>;
|
|
4072
4073
|
installationId?: InputMaybe<Scalars['ID']['input']>;
|
|
4073
4074
|
licenseOverride?: InputMaybe<LicenseOverrideState>;
|
|
@@ -31030,6 +31031,7 @@ export declare type GraphIntegrationAddTwgCapabilityContainerInput = {
|
|
|
31030
31031
|
export declare type GraphIntegrationAddTwgCapabilityContainerPayload = Payload & {
|
|
31031
31032
|
__typename?: 'GraphIntegrationAddTwgCapabilityContainerPayload';
|
|
31032
31033
|
errors?: Maybe<Array<MutationError>>;
|
|
31034
|
+
id: Scalars['String']['output'];
|
|
31033
31035
|
success: Scalars['Boolean']['output'];
|
|
31034
31036
|
};
|
|
31035
31037
|
export declare type GraphIntegrationConsentInput = {
|
|
@@ -31048,6 +31050,7 @@ export declare type GraphIntegrationCreateDataConnectorConnectionInput = {
|
|
|
31048
31050
|
connectorProviderKey: Scalars['String']['input'];
|
|
31049
31051
|
connectorProviderPayload: Scalars['JSON']['input'];
|
|
31050
31052
|
consent: GraphIntegrationConsentInput;
|
|
31053
|
+
containerId: Scalars['String']['input'];
|
|
31051
31054
|
contextAri: Scalars['ID']['input'];
|
|
31052
31055
|
productAri: Scalars['ID']['input'];
|
|
31053
31056
|
};
|
|
@@ -31263,7 +31266,7 @@ export declare type GraphIntegrationMcpTool = {
|
|
|
31263
31266
|
};
|
|
31264
31267
|
export declare type GraphIntegrationRemoveTwgCapabilityContainerInput = {
|
|
31265
31268
|
contextAri: Scalars['ID']['input'];
|
|
31266
|
-
|
|
31269
|
+
id: Scalars['String']['input'];
|
|
31267
31270
|
};
|
|
31268
31271
|
export declare type GraphIntegrationRemoveTwgCapabilityContainerPayload = Payload & {
|
|
31269
31272
|
__typename?: 'GraphIntegrationRemoveTwgCapabilityContainerPayload';
|
|
@@ -31281,27 +31284,38 @@ export declare type GraphIntegrationTwgCapabilityContainer = {
|
|
|
31281
31284
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
31282
31285
|
description: Scalars['String']['output'];
|
|
31283
31286
|
icon: Scalars['String']['output'];
|
|
31287
|
+
id: Scalars['String']['output'];
|
|
31284
31288
|
name: Scalars['String']['output'];
|
|
31285
31289
|
productAri: Scalars['ID']['output'];
|
|
31286
31290
|
};
|
|
31287
|
-
export declare type
|
|
31288
|
-
__typename?: '
|
|
31291
|
+
export declare type GraphIntegrationTwgCapabilityContainerConnection = {
|
|
31292
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerConnection';
|
|
31293
|
+
edges: Array<GraphIntegrationTwgCapabilityContainerEdge>;
|
|
31294
|
+
nodes: Array<GraphIntegrationTwgCapabilityContainer>;
|
|
31295
|
+
pageInfo: PageInfo;
|
|
31296
|
+
};
|
|
31297
|
+
export declare type GraphIntegrationTwgCapabilityContainerEdge = {
|
|
31298
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerEdge';
|
|
31299
|
+
cursor: Scalars['String']['output'];
|
|
31300
|
+
node: GraphIntegrationTwgCapabilityContainer;
|
|
31301
|
+
};
|
|
31302
|
+
export declare type GraphIntegrationTwgCapabilityContainerMeta = {
|
|
31303
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerMeta';
|
|
31289
31304
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
31290
31305
|
icon: Scalars['String']['output'];
|
|
31291
|
-
id?: Maybe<Scalars['ID']['output']>;
|
|
31292
31306
|
name: Scalars['String']['output'];
|
|
31293
31307
|
productAri: Scalars['ID']['output'];
|
|
31294
31308
|
};
|
|
31295
|
-
export declare type
|
|
31296
|
-
__typename?: '
|
|
31297
|
-
edges: Array<
|
|
31298
|
-
nodes: Array<
|
|
31309
|
+
export declare type GraphIntegrationTwgCapabilityContainerMetaConnection = {
|
|
31310
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerMetaConnection';
|
|
31311
|
+
edges: Array<GraphIntegrationTwgCapabilityContainerMetaEdge>;
|
|
31312
|
+
nodes: Array<GraphIntegrationTwgCapabilityContainerMeta>;
|
|
31299
31313
|
pageInfo: PageInfo;
|
|
31300
31314
|
};
|
|
31301
|
-
export declare type
|
|
31302
|
-
__typename?: '
|
|
31315
|
+
export declare type GraphIntegrationTwgCapabilityContainerMetaEdge = {
|
|
31316
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerMetaEdge';
|
|
31303
31317
|
cursor: Scalars['String']['output'];
|
|
31304
|
-
node:
|
|
31318
|
+
node: GraphIntegrationTwgCapabilityContainerMeta;
|
|
31305
31319
|
};
|
|
31306
31320
|
export declare type GraphIntegrationUpdateConnectionPayload = Payload & {
|
|
31307
31321
|
__typename?: 'GraphIntegrationUpdateConnectionPayload';
|
|
@@ -60577,9 +60591,16 @@ export declare type JiraAddAttachmentsPayload = Payload & {
|
|
|
60577
60591
|
success: Scalars['Boolean']['output'];
|
|
60578
60592
|
};
|
|
60579
60593
|
export declare type JiraAddCommentInput = {
|
|
60594
|
+
authorCanSeeRequest?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60580
60595
|
content: JiraAdfInput;
|
|
60596
|
+
eventOccurredAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
60597
|
+
isThirdPartySyncOn?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60581
60598
|
issueId: Scalars['ID']['input'];
|
|
60599
|
+
jsdIncidentActivityViewHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60600
|
+
permissionLevel?: InputMaybe<JiraPermissionLevelInput>;
|
|
60601
|
+
thirdPartyLink?: InputMaybe<Scalars['URL']['input']>;
|
|
60582
60602
|
threadParentId?: InputMaybe<Scalars['ID']['input']>;
|
|
60603
|
+
visibility?: InputMaybe<JiraServiceManagementCommentVisibility>;
|
|
60583
60604
|
};
|
|
60584
60605
|
export declare type JiraAddCommentPayload = {
|
|
60585
60606
|
__typename?: 'JiraAddCommentPayload';
|
|
@@ -64257,6 +64278,7 @@ export declare type JiraCustomFieldType = {
|
|
|
64257
64278
|
description?: Maybe<Scalars['String']['output']>;
|
|
64258
64279
|
hasCascadingOptions?: Maybe<Scalars['Boolean']['output']>;
|
|
64259
64280
|
hasOptions?: Maybe<Scalars['Boolean']['output']>;
|
|
64281
|
+
installedByAppName?: Maybe<Scalars['String']['output']>;
|
|
64260
64282
|
isForge?: Maybe<Scalars['Boolean']['output']>;
|
|
64261
64283
|
isManaged?: Maybe<Scalars['Boolean']['output']>;
|
|
64262
64284
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -72233,6 +72255,10 @@ export declare type JiraPermissionLevel = {
|
|
|
72233
72255
|
group?: Maybe<JiraGroup>;
|
|
72234
72256
|
role?: Maybe<JiraRole>;
|
|
72235
72257
|
};
|
|
72258
|
+
export declare type JiraPermissionLevelInput = {
|
|
72259
|
+
group?: InputMaybe<JiraGroupInput>;
|
|
72260
|
+
role?: InputMaybe<JiraRoleInput>;
|
|
72261
|
+
};
|
|
72236
72262
|
export declare type JiraPermissionMessageExtension = {
|
|
72237
72263
|
__typename?: 'JiraPermissionMessageExtension';
|
|
72238
72264
|
text: Scalars['String']['output'];
|
|
@@ -75778,6 +75804,9 @@ export declare type JiraRoleEdge = {
|
|
|
75778
75804
|
cursor: Scalars['String']['output'];
|
|
75779
75805
|
node?: Maybe<JiraRole>;
|
|
75780
75806
|
};
|
|
75807
|
+
export declare type JiraRoleInput = {
|
|
75808
|
+
roleId?: InputMaybe<Scalars['ID']['input']>;
|
|
75809
|
+
};
|
|
75781
75810
|
export declare type JiraScenario = Node & {
|
|
75782
75811
|
__typename?: 'JiraScenario';
|
|
75783
75812
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -78909,9 +78938,11 @@ export declare type JiraUpdateColorFieldInput = {
|
|
|
78909
78938
|
};
|
|
78910
78939
|
export declare type JiraUpdateCommentInput = {
|
|
78911
78940
|
content: JiraAdfInput;
|
|
78941
|
+
eventOccurredAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
78912
78942
|
id: Scalars['ID']['input'];
|
|
78913
78943
|
issueId: Scalars['ID']['input'];
|
|
78914
|
-
|
|
78944
|
+
jsdIncidentActivityViewHidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
78945
|
+
permissionLevel?: InputMaybe<JiraPermissionLevelInput>;
|
|
78915
78946
|
};
|
|
78916
78947
|
export declare type JiraUpdateCommentPayload = {
|
|
78917
78948
|
__typename?: 'JiraUpdateCommentPayload';
|
|
@@ -95380,7 +95411,7 @@ export declare type Query = {
|
|
|
95380
95411
|
goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
|
|
95381
95412
|
goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
|
|
95382
95413
|
goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
|
|
95383
|
-
graphIntegration_availableTwgCapabilityContainers?: Maybe<
|
|
95414
|
+
graphIntegration_availableTwgCapabilityContainers?: Maybe<GraphIntegrationTwgCapabilityContainerMetaConnection>;
|
|
95384
95415
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
95385
95416
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
95386
95417
|
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
@@ -95389,7 +95420,7 @@ export declare type Query = {
|
|
|
95389
95420
|
graphIntegration_mcpAdminManagementMcpTools?: Maybe<GraphIntegrationMcpAdminManagementMcpToolConnection>;
|
|
95390
95421
|
graphIntegration_mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
95391
95422
|
graphIntegration_twgCapabilityContainer?: Maybe<GraphIntegrationTwgCapabilityContainer>;
|
|
95392
|
-
graphIntegration_twgCapabilityContainersInContext?: Maybe<
|
|
95423
|
+
graphIntegration_twgCapabilityContainersInContext?: Maybe<GraphIntegrationTwgCapabilityContainerConnection>;
|
|
95393
95424
|
graphStore?: Maybe<GraphStore>;
|
|
95394
95425
|
group?: Maybe<Group>;
|
|
95395
95426
|
groupCounts?: Maybe<GraphQlGroupCountsResult>;
|
|
@@ -97636,7 +97667,7 @@ export declare type QueryGraphIntegration_McpServersArgs = {
|
|
|
97636
97667
|
};
|
|
97637
97668
|
export declare type QueryGraphIntegration_TwgCapabilityContainerArgs = {
|
|
97638
97669
|
contextAri: Scalars['ID']['input'];
|
|
97639
|
-
|
|
97670
|
+
id: Scalars['String']['input'];
|
|
97640
97671
|
};
|
|
97641
97672
|
export declare type QueryGraphIntegration_TwgCapabilityContainersInContextArgs = {
|
|
97642
97673
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -125167,7 +125198,7 @@ export declare type TownsquareCreateTagPayload = {
|
|
|
125167
125198
|
success: Scalars['Boolean']['output'];
|
|
125168
125199
|
tag?: Maybe<TownsquareTag>;
|
|
125169
125200
|
};
|
|
125170
|
-
export declare type TownsquareDecision = TownsquareHighlight & {
|
|
125201
|
+
export declare type TownsquareDecision = Node & TownsquareHighlight & {
|
|
125171
125202
|
__typename?: 'TownsquareDecision';
|
|
125172
125203
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
125173
125204
|
creator?: Maybe<User>;
|
|
@@ -125661,7 +125692,7 @@ export declare type TownsquareIconUrIs = {
|
|
|
125661
125692
|
roundedSquare?: Maybe<TownsquareThemeUrIs>;
|
|
125662
125693
|
square?: Maybe<TownsquareThemeUrIs>;
|
|
125663
125694
|
};
|
|
125664
|
-
export declare type TownsquareLearning = TownsquareHighlight & {
|
|
125695
|
+
export declare type TownsquareLearning = Node & TownsquareHighlight & {
|
|
125665
125696
|
__typename?: 'TownsquareLearning';
|
|
125666
125697
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
125667
125698
|
creator?: Maybe<User>;
|
|
@@ -126095,6 +126126,7 @@ export declare type TownsquareProjectUpdate = Node & {
|
|
|
126095
126126
|
oldTargetDateConfidence?: Maybe<Scalars['Int']['output']>;
|
|
126096
126127
|
project?: Maybe<TownsquareProject>;
|
|
126097
126128
|
summary?: Maybe<Scalars['String']['output']>;
|
|
126129
|
+
updateNotes?: Maybe<TownsquareUpdateNoteConnection>;
|
|
126098
126130
|
updateType?: Maybe<TownsquareUpdateType>;
|
|
126099
126131
|
url?: Maybe<Scalars['String']['output']>;
|
|
126100
126132
|
uuid?: Maybe<Scalars['UUID']['output']>;
|
|
@@ -126103,6 +126135,10 @@ export declare type TownsquareProjectUpdateCommentsArgs = {
|
|
|
126103
126135
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
126104
126136
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126105
126137
|
};
|
|
126138
|
+
export declare type TownsquareProjectUpdateUpdateNotesArgs = {
|
|
126139
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
126140
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126141
|
+
};
|
|
126106
126142
|
export declare type TownsquareProjectUpdateConnection = {
|
|
126107
126143
|
__typename?: 'TownsquareProjectUpdateConnection';
|
|
126108
126144
|
count: Scalars['Int']['output'];
|
|
@@ -126486,7 +126522,7 @@ export declare type TownsquareRemoveTagsPayload = {
|
|
|
126486
126522
|
success: Scalars['Boolean']['output'];
|
|
126487
126523
|
tagIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
126488
126524
|
};
|
|
126489
|
-
export declare type TownsquareRisk = TownsquareHighlight & {
|
|
126525
|
+
export declare type TownsquareRisk = Node & TownsquareHighlight & {
|
|
126490
126526
|
__typename?: 'TownsquareRisk';
|
|
126491
126527
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
126492
126528
|
creator?: Maybe<User>;
|