@forge/cli-shared 3.24.0-next.1-experimental-5e2eb7f → 3.24.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
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 3.24.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 42c86e5: Update fedramp environments
|
|
3
|
+
## 3.24.0-next.2
|
|
8
4
|
|
|
9
5
|
### Patch Changes
|
|
10
6
|
|
|
11
|
-
- Updated dependencies [
|
|
12
|
-
-
|
|
13
|
-
- @forge/manifest@6.1.0-next.1-experimental-5e2eb7f
|
|
7
|
+
- Updated dependencies [ac35e84]
|
|
8
|
+
- @forge/manifest@6.1.0-next.2
|
|
14
9
|
|
|
15
10
|
## 3.24.0-next.1
|
|
16
11
|
|
|
@@ -6634,6 +6634,7 @@ export declare type ContentPlatformContentQueryInput = {
|
|
|
6634
6634
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6635
6635
|
sortBy?: InputMaybe<ContentPlatformSortClause>;
|
|
6636
6636
|
where?: InputMaybe<ContentPlatformContentClause>;
|
|
6637
|
+
withLocales?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
6637
6638
|
withProductFeatureFlags?: InputMaybe<Scalars['JSON']['input']>;
|
|
6638
6639
|
};
|
|
6639
6640
|
export declare type ContentPlatformContextApp = {
|
|
@@ -6760,6 +6761,8 @@ export declare type ContentPlatformReleaseNote = {
|
|
|
6760
6761
|
featureRolloutDate?: Maybe<Scalars['String']['output']>;
|
|
6761
6762
|
featureRolloutEndDate?: Maybe<Scalars['String']['output']>;
|
|
6762
6763
|
featuredImage?: Maybe<ContentPlatformImageComponent>;
|
|
6764
|
+
fedRAMPProductionReleaseDate?: Maybe<Scalars['String']['output']>;
|
|
6765
|
+
fedRAMPStagingReleaseDate?: Maybe<Scalars['String']['output']>;
|
|
6763
6766
|
getStarted?: Maybe<Scalars['JSON']['output']>;
|
|
6764
6767
|
keyChanges?: Maybe<Scalars['JSON']['output']>;
|
|
6765
6768
|
prepareForChange?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -6777,6 +6780,7 @@ export declare type ContentPlatformReleaseNote = {
|
|
|
6777
6780
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
6778
6781
|
url?: Maybe<Scalars['String']['output']>;
|
|
6779
6782
|
usersNeedingInformed?: Maybe<Array<ContentPlatformTaxonomyUserRole>>;
|
|
6783
|
+
visibleInFedRAMP: Scalars['Boolean']['output'];
|
|
6780
6784
|
};
|
|
6781
6785
|
export declare type ContentPlatformReleaseNoteContentSearchConnection = {
|
|
6782
6786
|
__typename?: 'ContentPlatformReleaseNoteContentSearchConnection';
|
|
@@ -24199,6 +24203,7 @@ export declare type HelpCenterPortalsArgs = {
|
|
|
24199
24203
|
};
|
|
24200
24204
|
export declare type HelpCenterAnnouncement = {
|
|
24201
24205
|
__typename?: 'HelpCenterAnnouncement';
|
|
24206
|
+
canEditAnnouncement?: Maybe<Scalars['Boolean']['output']>;
|
|
24202
24207
|
description?: Maybe<Scalars['String']['output']>;
|
|
24203
24208
|
descriptionTranslationsRaw?: Maybe<Array<HelpCenterTranslation>>;
|
|
24204
24209
|
descriptionType?: Maybe<HelpCenterDescriptionType>;
|
|
@@ -24213,7 +24218,6 @@ export declare type HelpCenterAnnouncementInput = {
|
|
|
24213
24218
|
};
|
|
24214
24219
|
export declare type HelpCenterAnnouncements = {
|
|
24215
24220
|
__typename?: 'HelpCenterAnnouncements';
|
|
24216
|
-
canEditAnnouncement?: Maybe<Scalars['Boolean']['output']>;
|
|
24217
24221
|
homePageAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
24218
24222
|
loginAnnouncements?: Maybe<Array<HelpCenterAnnouncement>>;
|
|
24219
24223
|
};
|
|
@@ -32355,6 +32359,7 @@ export declare enum JiraProjectShortcutType {
|
|
|
32355
32359
|
}
|
|
32356
32360
|
export declare enum JiraProjectSortField {
|
|
32357
32361
|
Category = "CATEGORY",
|
|
32362
|
+
Favourite = "FAVOURITE",
|
|
32358
32363
|
Key = "KEY",
|
|
32359
32364
|
LastIssueUpdatedTime = "LAST_ISSUE_UPDATED_TIME",
|
|
32360
32365
|
Lead = "LEAD",
|
|
@@ -34516,6 +34521,7 @@ export declare type JiraSetDefaultNavigationItemPayload = Payload & {
|
|
|
34516
34521
|
__typename?: 'JiraSetDefaultNavigationItemPayload';
|
|
34517
34522
|
errors?: Maybe<Array<MutationError>>;
|
|
34518
34523
|
newDefault?: Maybe<JiraNavigationItem>;
|
|
34524
|
+
previousDefault?: Maybe<JiraNavigationItem>;
|
|
34519
34525
|
success: Scalars['Boolean']['output'];
|
|
34520
34526
|
};
|
|
34521
34527
|
export declare type JiraSetIsFavouriteInput = {
|
|
@@ -37817,6 +37823,8 @@ export declare type MutationCreateReleaseNoteArgs = {
|
|
|
37817
37823
|
fdIssueLink?: InputMaybe<Scalars['String']['input']>;
|
|
37818
37824
|
featureRolloutDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
37819
37825
|
featureRolloutEndDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
37826
|
+
fedRAMPProductionReleaseDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
37827
|
+
fedRAMPStagingReleaseDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
37820
37828
|
productIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
37821
37829
|
productNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
37822
37830
|
releaseNoteFlag?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -37824,6 +37832,7 @@ export declare type MutationCreateReleaseNoteArgs = {
|
|
|
37824
37832
|
releaseNoteFlagOffValue?: InputMaybe<Scalars['String']['input']>;
|
|
37825
37833
|
releaseNoteFlagProject?: InputMaybe<Scalars['String']['input']>;
|
|
37826
37834
|
title?: Scalars['String']['input'];
|
|
37835
|
+
visibleInFedRAMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37827
37836
|
};
|
|
37828
37837
|
export declare type MutationCreateSprintArgs = {
|
|
37829
37838
|
input?: InputMaybe<CreateSprintInput>;
|
|
@@ -38164,6 +38173,8 @@ export declare type MutationUpdateReleaseNoteArgs = {
|
|
|
38164
38173
|
fdIssueLink?: InputMaybe<Scalars['String']['input']>;
|
|
38165
38174
|
featureRolloutDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
38166
38175
|
featureRolloutEndDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
38176
|
+
fedRAMPProductionReleaseDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
38177
|
+
fedRAMPStagingReleaseDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
38167
38178
|
id: Scalars['String']['input'];
|
|
38168
38179
|
relatedContextIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
38169
38180
|
relatedContexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -38172,6 +38183,7 @@ export declare type MutationUpdateReleaseNoteArgs = {
|
|
|
38172
38183
|
releaseNoteFlagOffValue?: InputMaybe<Scalars['String']['input']>;
|
|
38173
38184
|
releaseNoteFlagProject?: InputMaybe<Scalars['String']['input']>;
|
|
38174
38185
|
title?: Scalars['String']['input'];
|
|
38186
|
+
visibleInFedRAMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38175
38187
|
};
|
|
38176
38188
|
export declare type MutationUpgradeAppArgs = {
|
|
38177
38189
|
input: AppInstallationUpgradeInput;
|
|
@@ -40788,6 +40800,7 @@ export declare type QueryReleaseNotesArgs = {
|
|
|
40788
40800
|
productFeatureFlags?: InputMaybe<Scalars['JSON']['input']>;
|
|
40789
40801
|
publishedOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40790
40802
|
search?: InputMaybe<ContentPlatformSearchOptions>;
|
|
40803
|
+
visibleInFedRAMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40791
40804
|
};
|
|
40792
40805
|
export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
|
|
40793
40806
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -44960,6 +44973,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
44960
44973
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
44961
44974
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
44962
44975
|
id: Scalars['ID']['output'];
|
|
44976
|
+
isArchived: Scalars['Boolean']['output'];
|
|
44963
44977
|
key: Scalars['String']['output'];
|
|
44964
44978
|
name: Scalars['String']['output'];
|
|
44965
44979
|
owner?: Maybe<User>;
|
|
@@ -45054,6 +45068,7 @@ export declare type TownsquareProject = Node & {
|
|
|
45054
45068
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
45055
45069
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
45056
45070
|
id: Scalars['ID']['output'];
|
|
45071
|
+
isArchived: Scalars['Boolean']['output'];
|
|
45057
45072
|
key: Scalars['String']['output'];
|
|
45058
45073
|
name: Scalars['String']['output'];
|
|
45059
45074
|
owner?: Maybe<User>;
|