@forge/cli-shared 6.6.2-next.4 → 6.6.2-next.5
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
|
@@ -35211,8 +35211,8 @@ export declare type GraphStoreAtlasGoalHasUpdateUpdateTypeFilterInput = {
|
|
|
35211
35211
|
is?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
|
|
35212
35212
|
isNot?: InputMaybe<Array<GraphStoreAtlasGoalHasUpdateUpdateType>>;
|
|
35213
35213
|
};
|
|
35214
|
-
export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35215
|
-
export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35214
|
+
export declare type GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35215
|
+
export declare type GraphStoreAtlasHomeFeedQueryToNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue | LoomComment | LoomVideo | TeamV2 | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
35216
35216
|
export declare type GraphStoreAtlasHomeQueryConnection = {
|
|
35217
35217
|
__typename?: 'GraphStoreAtlasHomeQueryConnection';
|
|
35218
35218
|
nodes: Array<GraphStoreAtlasHomeQueryNode>;
|
|
@@ -49752,6 +49752,12 @@ export declare type HelpCenterPermissionSettings = {
|
|
|
49752
49752
|
allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
|
|
49753
49753
|
hydratedAllowedAccessGroups?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
49754
49754
|
};
|
|
49755
|
+
export declare type HelpCenterPermissionSettingsHydratedAllowedAccessGroupsArgs = {
|
|
49756
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
49757
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
49758
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
49759
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49760
|
+
};
|
|
49755
49761
|
export declare type HelpCenterPermissionSettingsInput = {
|
|
49756
49762
|
accessControlType: HelpCenterAccessControlType;
|
|
49757
49763
|
addedAllowedAccessGroups?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -71230,6 +71236,7 @@ export declare enum MarketplaceConsoleAppSoftwareVersionLicenseTypeId {
|
|
|
71230
71236
|
export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
71231
71237
|
__typename?: 'MarketplaceConsoleAppSoftwareVersionListing';
|
|
71232
71238
|
appSoftwareId: Scalars['String']['output'];
|
|
71239
|
+
approvalRejectionReason?: Maybe<Scalars['String']['output']>;
|
|
71233
71240
|
approvalStatus: Scalars['String']['output'];
|
|
71234
71241
|
buildNumber: Scalars['String']['output'];
|
|
71235
71242
|
createdAt: Scalars['String']['output'];
|
|
@@ -90450,6 +90457,7 @@ export declare type TownsquareGoalType = Node & {
|
|
|
90450
90457
|
__typename?: 'TownsquareGoalType';
|
|
90451
90458
|
allowedChildTypes?: Maybe<TownsquareGoalTypeConnection>;
|
|
90452
90459
|
allowedParentTypes?: Maybe<TownsquareGoalTypeConnection>;
|
|
90460
|
+
canLinkToFocusArea?: Maybe<Scalars['Boolean']['output']>;
|
|
90453
90461
|
description?: Maybe<TownsquareGoalTypeDescription>;
|
|
90454
90462
|
icon?: Maybe<TownsquareGoalTypeIcon>;
|
|
90455
90463
|
id: Scalars['ID']['output'];
|
|
@@ -91685,6 +91693,7 @@ export declare type TrelloCardBadges = {
|
|
|
91685
91693
|
externalSource?: Maybe<TrelloCardExternalSource>;
|
|
91686
91694
|
lastUpdatedByAi?: Maybe<Scalars['Boolean']['output']>;
|
|
91687
91695
|
location?: Maybe<Scalars['Boolean']['output']>;
|
|
91696
|
+
maliciousAttachments?: Maybe<Scalars['Int']['output']>;
|
|
91688
91697
|
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
91689
91698
|
viewer?: Maybe<TrelloCardViewer>;
|
|
91690
91699
|
votes?: Maybe<Scalars['Int']['output']>;
|
|
@@ -91802,18 +91811,24 @@ export declare type TrelloCardUpdated = {
|
|
|
91802
91811
|
cover?: Maybe<TrelloCardCoverUpdated>;
|
|
91803
91812
|
creation?: Maybe<TrelloCardCreationInfo>;
|
|
91804
91813
|
customFieldItems?: Maybe<TrelloCustomFieldItemUpdatedConnection>;
|
|
91805
|
-
description?: Maybe<
|
|
91814
|
+
description?: Maybe<TrelloUserGeneratedText>;
|
|
91806
91815
|
due?: Maybe<TrelloCardDueInfo>;
|
|
91807
91816
|
id: Scalars['ID']['output'];
|
|
91817
|
+
isTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
91808
91818
|
labels?: Maybe<TrelloLabelUpdatedConnection>;
|
|
91809
91819
|
lastActivityAt?: Maybe<Scalars['DateTime']['output']>;
|
|
91810
91820
|
location?: Maybe<TrelloCardLocation>;
|
|
91811
91821
|
members?: Maybe<TrelloMemberUpdatedConnection>;
|
|
91822
|
+
mirrorSourceId?: Maybe<Scalars['ID']['output']>;
|
|
91823
|
+
mirrorSourceObjectId?: Maybe<Scalars['ID']['output']>;
|
|
91812
91824
|
name?: Maybe<Scalars['String']['output']>;
|
|
91813
91825
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
91814
91826
|
onChecklistDeleted?: Maybe<Array<TrelloChecklistDeleted>>;
|
|
91815
91827
|
position?: Maybe<Scalars['Float']['output']>;
|
|
91828
|
+
role?: Maybe<TrelloCardRole>;
|
|
91829
|
+
shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
|
|
91816
91830
|
stickers?: Maybe<TrelloStickerUpdatedConnection>;
|
|
91831
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
91817
91832
|
};
|
|
91818
91833
|
export declare type TrelloCardUpdatedConnection = {
|
|
91819
91834
|
__typename?: 'TrelloCardUpdatedConnection';
|
|
@@ -92488,6 +92503,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
|
|
|
92488
92503
|
googleAccountAri?: Maybe<Scalars['ID']['output']>;
|
|
92489
92504
|
hasRequiredScopes?: Maybe<Scalars['Boolean']['output']>;
|
|
92490
92505
|
id: Scalars['ID']['output'];
|
|
92506
|
+
isExpired?: Maybe<Scalars['Boolean']['output']>;
|
|
92491
92507
|
outboundAuthId?: Maybe<Scalars['ID']['output']>;
|
|
92492
92508
|
providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
92493
92509
|
};
|