@forge/cli-shared 8.24.1-next.0 → 8.24.1-next.1
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
|
@@ -1513,9 +1513,9 @@ export declare type AvpAnalyticsPaginationInput = {
|
|
|
1513
1513
|
};
|
|
1514
1514
|
export declare type AvpAnalyticsPermission = {
|
|
1515
1515
|
__typename?: 'AVPAnalyticsPermission';
|
|
1516
|
+
principalPermissions: Array<AvpAnalyticsPrincipalPermission>;
|
|
1516
1517
|
resourceAri: Scalars['ID']['output'];
|
|
1517
1518
|
resourcePermissionType: AvpAnalyticsResourcePermissionType;
|
|
1518
|
-
userPermissions: Array<AvpAnalyticsUserPermission>;
|
|
1519
1519
|
};
|
|
1520
1520
|
export declare enum AvpAnalyticsPermissionType {
|
|
1521
1521
|
None = "NONE",
|
|
@@ -1533,6 +1533,15 @@ export declare type AvpAnalyticsPreviewModelDataInput = {
|
|
|
1533
1533
|
modelDefinition: AvpAnalyticsModelDefinitionInput;
|
|
1534
1534
|
modelId: Scalars['ID']['input'];
|
|
1535
1535
|
};
|
|
1536
|
+
export declare type AvpAnalyticsPrincipalPermission = {
|
|
1537
|
+
__typename?: 'AVPAnalyticsPrincipalPermission';
|
|
1538
|
+
principalAri: Scalars['ID']['output'];
|
|
1539
|
+
principalPermissionType: AvpAnalyticsPermissionType;
|
|
1540
|
+
};
|
|
1541
|
+
export declare type AvpAnalyticsPrincipalPermissionInput = {
|
|
1542
|
+
principalAri: Scalars['ID']['input'];
|
|
1543
|
+
principalPermissionType: AvpAnalyticsPermissionType;
|
|
1544
|
+
};
|
|
1536
1545
|
export declare type AvpAnalyticsRangeValue = {
|
|
1537
1546
|
__typename?: 'AVPAnalyticsRangeValue';
|
|
1538
1547
|
fromExpression?: Maybe<Scalars['String']['output']>;
|
|
@@ -1646,28 +1655,15 @@ export declare type AvpAnalyticsUpdateModelPayload = Payload & {
|
|
|
1646
1655
|
success: Scalars['Boolean']['output'];
|
|
1647
1656
|
};
|
|
1648
1657
|
export declare type AvpAnalyticsUpdatePermissionInput = {
|
|
1658
|
+
principalPermissions?: InputMaybe<Array<AvpAnalyticsPrincipalPermissionInput>>;
|
|
1649
1659
|
resourceAri: Scalars['ID']['input'];
|
|
1650
1660
|
resourcePermissionType: AvpAnalyticsResourcePermissionType;
|
|
1651
|
-
userPermissions: Array<AvpAnalyticsUserPermissionInput>;
|
|
1652
1661
|
};
|
|
1653
1662
|
export declare type AvpAnalyticsUpdatePermissionPayload = Payload & {
|
|
1654
1663
|
__typename?: 'AVPAnalyticsUpdatePermissionPayload';
|
|
1655
1664
|
errors?: Maybe<Array<MutationError>>;
|
|
1656
1665
|
success: Scalars['Boolean']['output'];
|
|
1657
1666
|
};
|
|
1658
|
-
export declare type AvpAnalyticsUserPermission = {
|
|
1659
|
-
__typename?: 'AVPAnalyticsUserPermission';
|
|
1660
|
-
principalAri: Scalars['ID']['output'];
|
|
1661
|
-
userPermissionType: AvpAnalyticsUserPermissionType;
|
|
1662
|
-
};
|
|
1663
|
-
export declare type AvpAnalyticsUserPermissionInput = {
|
|
1664
|
-
principalAri: Scalars['ID']['input'];
|
|
1665
|
-
userPermissionType: AvpAnalyticsUserPermissionType;
|
|
1666
|
-
};
|
|
1667
|
-
export declare enum AvpAnalyticsUserPermissionType {
|
|
1668
|
-
Read = "READ",
|
|
1669
|
-
Write = "WRITE"
|
|
1670
|
-
}
|
|
1671
1667
|
export declare type AvpAnalyticsVisualizationConfig = {
|
|
1672
1668
|
__typename?: 'AVPAnalyticsVisualizationConfig';
|
|
1673
1669
|
chartType?: Maybe<AvpAnalyticsChartType>;
|
|
@@ -29663,6 +29659,7 @@ export declare type ConfluenceComment = {
|
|
|
29663
29659
|
body?: Maybe<ConfluenceBodies>;
|
|
29664
29660
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
29665
29661
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
29662
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
29666
29663
|
id: Scalars['ID']['output'];
|
|
29667
29664
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
29668
29665
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -31283,6 +31280,7 @@ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
|
|
|
31283
31280
|
body?: Maybe<ConfluenceBodies>;
|
|
31284
31281
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
31285
31282
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
31283
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
31286
31284
|
id: Scalars['ID']['output'];
|
|
31287
31285
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
31288
31286
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -31567,6 +31565,7 @@ export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
|
31567
31565
|
body?: Maybe<ConfluenceBodies>;
|
|
31568
31566
|
commentId?: Maybe<Scalars['ID']['output']>;
|
|
31569
31567
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
31568
|
+
contributors?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
|
|
31570
31569
|
id: Scalars['ID']['output'];
|
|
31571
31570
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
31572
31571
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
@@ -34979,6 +34978,7 @@ export declare type ConfluenceSyncSmartFolderPayload = Payload & {
|
|
|
34979
34978
|
__typename?: 'ConfluenceSyncSmartFolderPayload';
|
|
34980
34979
|
errors?: Maybe<Array<MutationError>>;
|
|
34981
34980
|
success: Scalars['Boolean']['output'];
|
|
34981
|
+
taskAri?: Maybe<Scalars['ID']['output']>;
|
|
34982
34982
|
};
|
|
34983
34983
|
export declare enum ConfluenceSystemOperation {
|
|
34984
34984
|
CompanyHubAdmin = "COMPANY_HUB_ADMIN",
|
|
@@ -41182,6 +41182,8 @@ export declare type CustomerServiceRequest = {
|
|
|
41182
41182
|
id: Scalars['ID']['output'];
|
|
41183
41183
|
key?: Maybe<Scalars['String']['output']>;
|
|
41184
41184
|
participants?: Maybe<Array<CustomerServiceRequestParticipant>>;
|
|
41185
|
+
reporterDisplayName?: Maybe<Scalars['String']['output']>;
|
|
41186
|
+
sharedOrganizations?: Maybe<Array<CustomerServiceRequestSharedOrganization>>;
|
|
41185
41187
|
statusCategoryName?: Maybe<Scalars['String']['output']>;
|
|
41186
41188
|
statusKey?: Maybe<CustomerServiceStatusKey>;
|
|
41187
41189
|
summary?: Maybe<Scalars['String']['output']>;
|
|
@@ -41255,6 +41257,11 @@ export declare type CustomerServiceRequestParticipant = {
|
|
|
41255
41257
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
41256
41258
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
41257
41259
|
};
|
|
41260
|
+
export declare type CustomerServiceRequestSharedOrganization = {
|
|
41261
|
+
__typename?: 'CustomerServiceRequestSharedOrganization';
|
|
41262
|
+
id: Scalars['ID']['output'];
|
|
41263
|
+
name: Scalars['String']['output'];
|
|
41264
|
+
};
|
|
41258
41265
|
export declare type CustomerServiceRequestUpdateParticipantsPayload = Payload & {
|
|
41259
41266
|
__typename?: 'CustomerServiceRequestUpdateParticipantsPayload';
|
|
41260
41267
|
addedParticipants?: Maybe<Array<CustomerServiceRequestParticipant>>;
|
|
@@ -43470,6 +43477,16 @@ export declare type DevAiWorkspace = {
|
|
|
43470
43477
|
status?: Maybe<Scalars['String']['output']>;
|
|
43471
43478
|
workspaceAri: Scalars['ID']['output'];
|
|
43472
43479
|
};
|
|
43480
|
+
export declare type DevAiWorkspaceFilter = {
|
|
43481
|
+
id: Scalars['String']['input'];
|
|
43482
|
+
name: Scalars['String']['input'];
|
|
43483
|
+
};
|
|
43484
|
+
export declare type DevConsoleActiveDistributionLink = {
|
|
43485
|
+
__typename?: 'DevConsoleActiveDistributionLink';
|
|
43486
|
+
products: Array<Scalars['String']['output']>;
|
|
43487
|
+
signature: Scalars['String']['output'];
|
|
43488
|
+
status: Scalars['String']['output'];
|
|
43489
|
+
};
|
|
43473
43490
|
export declare type DevConsoleAlertSeverityBreakdown = {
|
|
43474
43491
|
__typename?: 'DevConsoleAlertSeverityBreakdown';
|
|
43475
43492
|
critical: Scalars['Int']['output'];
|
|
@@ -43852,6 +43869,7 @@ export declare type DevConsoleMutation = {
|
|
|
43852
43869
|
assignDeveloperSpace?: Maybe<DevConsoleAssignDeveloperSpacePayload>;
|
|
43853
43870
|
createAppTransfer?: Maybe<DevConsoleCreateAppTransferPayload>;
|
|
43854
43871
|
createDeveloperSpace?: Maybe<DevConsoleDeveloperSpacePayload>;
|
|
43872
|
+
generateDistributionLink?: Maybe<DevConsoleActiveDistributionLink>;
|
|
43855
43873
|
publishDeveloperSpace?: Maybe<DevConsoleResponsePayload>;
|
|
43856
43874
|
updateDeveloperSpaceMemberRoles?: Maybe<DevConsoleDeveloperSpaceMemberPayload>;
|
|
43857
43875
|
updateDeveloperSpaceSettings?: Maybe<DevConsoleDeveloperSpaceSettingsPayload>;
|
|
@@ -43872,6 +43890,10 @@ export declare type DevConsoleMutationCreateAppTransferArgs = {
|
|
|
43872
43890
|
export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
|
|
43873
43891
|
input: DevConsoleCreateDeveloperSpaceInput;
|
|
43874
43892
|
};
|
|
43893
|
+
export declare type DevConsoleMutationGenerateDistributionLinkArgs = {
|
|
43894
|
+
appId: Scalars['String']['input'];
|
|
43895
|
+
products: Array<Scalars['String']['input']>;
|
|
43896
|
+
};
|
|
43875
43897
|
export declare type DevConsoleMutationPublishDeveloperSpaceArgs = {
|
|
43876
43898
|
input: DevConsolePublishDeveloperSpaceInput;
|
|
43877
43899
|
};
|
|
@@ -43899,6 +43921,7 @@ export declare type DevConsoleQuery = {
|
|
|
43899
43921
|
developerSpaceUsageOverview?: Maybe<DevConsoleDeveloperSpaceUsageOverviewResponse>;
|
|
43900
43922
|
downloadAppInstallations?: Maybe<DevConsoleDownloadAppInstallationsResponse>;
|
|
43901
43923
|
fetchDownloadAppInstallationsStatus?: Maybe<DevConsoleFetchDownloadAppInstallationsStatusResponse>;
|
|
43924
|
+
getActiveDistributionLink?: Maybe<DevConsoleActiveDistributionLink>;
|
|
43902
43925
|
getAppEnforcementMetadata?: Maybe<DevConsoleAppEnforcementMetadataResponse>;
|
|
43903
43926
|
getAppTransferStatus?: Maybe<DevConsoleAppTransferStatusResponse>;
|
|
43904
43927
|
getAppsWithoutConsent?: Maybe<DevConsoleAppsWithoutConsentResponse>;
|
|
@@ -43941,6 +43964,9 @@ export declare type DevConsoleQueryDownloadAppInstallationsArgs = {
|
|
|
43941
43964
|
export declare type DevConsoleQueryFetchDownloadAppInstallationsStatusArgs = {
|
|
43942
43965
|
appId: Scalars['ID']['input'];
|
|
43943
43966
|
};
|
|
43967
|
+
export declare type DevConsoleQueryGetActiveDistributionLinkArgs = {
|
|
43968
|
+
appId: Scalars['String']['input'];
|
|
43969
|
+
};
|
|
43944
43970
|
export declare type DevConsoleQueryGetAppEnforcementMetadataArgs = {
|
|
43945
43971
|
appId: Scalars['ID']['input'];
|
|
43946
43972
|
};
|
|
@@ -178684,6 +178710,7 @@ export declare type QueryDevai_FlowGetRepositoriesArgs = {
|
|
|
178684
178710
|
language?: InputMaybe<Scalars['String']['input']>;
|
|
178685
178711
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
178686
178712
|
searchAllConnectedRepos?: InputMaybe<Scalars['Boolean']['input']>;
|
|
178713
|
+
workspace?: InputMaybe<DevAiWorkspaceFilter>;
|
|
178687
178714
|
};
|
|
178688
178715
|
export declare type QueryDevai_FlowSessionGetByAriArgs = {
|
|
178689
178716
|
id: Scalars['ID']['input'];
|
|
@@ -228791,8 +228818,10 @@ export declare type TownsquareMetricTarget = Node & {
|
|
|
228791
228818
|
export declare type TownsquareMetricTargetMetricTargetPeriodsArgs = {
|
|
228792
228819
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
228793
228820
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
228821
|
+
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
228794
228822
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
228795
228823
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
228824
|
+
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
228796
228825
|
};
|
|
228797
228826
|
export declare type TownsquareMetricTargetMetricValuesArgs = {
|
|
228798
228827
|
after?: InputMaybe<Scalars['String']['input']>;
|