@forge/cli-shared 3.24.0-next.1 → 3.24.0-next.1-experimental-5e2eb7f
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,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.24.0-next.1-experimental-5e2eb7f
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 42c86e5: Update fedramp environments
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f2caa81]
|
|
12
|
+
- Updated dependencies [756e1c4]
|
|
13
|
+
- @forge/manifest@6.1.0-next.1-experimental-5e2eb7f
|
|
14
|
+
|
|
3
15
|
## 3.24.0-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -24759,7 +24759,8 @@ export declare type HelpLayoutAnnouncementElement = HelpLayoutVisualEntity & Nod
|
|
|
24759
24759
|
};
|
|
24760
24760
|
export declare type HelpLayoutAnnouncementElementData = {
|
|
24761
24761
|
__typename?: 'HelpLayoutAnnouncementElementData';
|
|
24762
|
-
|
|
24762
|
+
header?: Maybe<Scalars['String']['output']>;
|
|
24763
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
24763
24764
|
};
|
|
24764
24765
|
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
24765
24766
|
export declare type HelpLayoutAtomicElementInput = {
|
|
@@ -24981,9 +24982,22 @@ export declare type HelpLayoutParagraphConfigInput = {
|
|
|
24981
24982
|
adf: Scalars['String']['input'];
|
|
24982
24983
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
24983
24984
|
};
|
|
24985
|
+
export declare type HelpLayoutPortalCard = {
|
|
24986
|
+
__typename?: 'HelpLayoutPortalCard';
|
|
24987
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
24988
|
+
isFeatured?: Maybe<Scalars['Boolean']['output']>;
|
|
24989
|
+
logo?: Maybe<Scalars['String']['output']>;
|
|
24990
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
24991
|
+
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
24992
|
+
portalId?: Maybe<Scalars['String']['output']>;
|
|
24993
|
+
};
|
|
24994
|
+
export declare type HelpLayoutPortalsListData = {
|
|
24995
|
+
__typename?: 'HelpLayoutPortalsListData';
|
|
24996
|
+
portals?: Maybe<Array<Maybe<HelpLayoutPortalCard>>>;
|
|
24997
|
+
};
|
|
24984
24998
|
export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node & {
|
|
24985
24999
|
__typename?: 'HelpLayoutPortalsListElement';
|
|
24986
|
-
|
|
25000
|
+
data?: Maybe<HelpLayoutPortalsListData>;
|
|
24987
25001
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
24988
25002
|
id: Scalars['ID']['output'];
|
|
24989
25003
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
@@ -25005,6 +25019,15 @@ export declare type HelpLayoutQueryErrorExtension = QueryErrorExtension & {
|
|
|
25005
25019
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
25006
25020
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
25007
25021
|
};
|
|
25022
|
+
export declare type HelpLayoutRequestForm = {
|
|
25023
|
+
__typename?: 'HelpLayoutRequestForm';
|
|
25024
|
+
descriptionHtml?: Maybe<Scalars['String']['output']>;
|
|
25025
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
25026
|
+
id: Scalars['ID']['output'];
|
|
25027
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
25028
|
+
portalId?: Maybe<Scalars['String']['output']>;
|
|
25029
|
+
portalName?: Maybe<Scalars['String']['output']>;
|
|
25030
|
+
};
|
|
25008
25031
|
export declare type HelpLayoutResult = HelpLayout | QueryError;
|
|
25009
25032
|
export declare type HelpLayoutSearchAtomicElement = HelpLayoutVisualEntity & Node & {
|
|
25010
25033
|
__typename?: 'HelpLayoutSearchAtomicElement';
|
|
@@ -25063,10 +25086,15 @@ export declare type HelpLayoutSubsectionInput = {
|
|
|
25063
25086
|
export declare type HelpLayoutSuggestedRequestFormsListElement = HelpLayoutVisualEntity & Node & {
|
|
25064
25087
|
__typename?: 'HelpLayoutSuggestedRequestFormsListElement';
|
|
25065
25088
|
config?: Maybe<Scalars['String']['output']>;
|
|
25089
|
+
data?: Maybe<HelpLayoutSuggestedRequestFormsListElementData>;
|
|
25066
25090
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
25067
25091
|
id: Scalars['ID']['output'];
|
|
25068
25092
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
25069
25093
|
};
|
|
25094
|
+
export declare type HelpLayoutSuggestedRequestFormsListElementData = {
|
|
25095
|
+
__typename?: 'HelpLayoutSuggestedRequestFormsListElementData';
|
|
25096
|
+
suggestedRequestTypes?: Maybe<Array<HelpLayoutRequestForm>>;
|
|
25097
|
+
};
|
|
25070
25098
|
export declare type HelpLayoutTopicsListElement = HelpLayoutVisualEntity & Node & {
|
|
25071
25099
|
__typename?: 'HelpLayoutTopicsListElement';
|
|
25072
25100
|
config?: Maybe<Scalars['String']['output']>;
|
|
@@ -26849,6 +26877,7 @@ export declare type JiraCannedResponse = Node & {
|
|
|
26849
26877
|
content: Scalars['String']['output'];
|
|
26850
26878
|
createdBy?: Maybe<Scalars['ID']['output']>;
|
|
26851
26879
|
id: Scalars['ID']['output'];
|
|
26880
|
+
isSignature?: Maybe<Scalars['Boolean']['output']>;
|
|
26852
26881
|
lastUpdatedAt?: Maybe<Scalars['Long']['output']>;
|
|
26853
26882
|
projectAri: Scalars['ID']['output'];
|
|
26854
26883
|
scope: JiraCannedResponseScope;
|
|
@@ -26864,6 +26893,7 @@ export declare type JiraCannedResponseConnection = {
|
|
|
26864
26893
|
};
|
|
26865
26894
|
export declare type JiraCannedResponseCreateInput = {
|
|
26866
26895
|
content: Scalars['String']['input'];
|
|
26896
|
+
isSignature?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26867
26897
|
projectAri: Scalars['ID']['input'];
|
|
26868
26898
|
scope: JiraCannedResponseScope;
|
|
26869
26899
|
title: Scalars['String']['input'];
|
|
@@ -26889,6 +26919,7 @@ export declare type JiraCannedResponseFilter = {
|
|
|
26889
26919
|
projectAri: Scalars['ID']['input'];
|
|
26890
26920
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
26891
26921
|
scopes?: InputMaybe<Array<JiraCannedResponseScope>>;
|
|
26922
|
+
signature?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26892
26923
|
};
|
|
26893
26924
|
export declare type JiraCannedResponseMutationApi = {
|
|
26894
26925
|
__typename?: 'JiraCannedResponseMutationApi';
|
|
@@ -26935,6 +26966,7 @@ export declare enum JiraCannedResponseSortOrder {
|
|
|
26935
26966
|
export declare type JiraCannedResponseUpdateInput = {
|
|
26936
26967
|
content: Scalars['String']['input'];
|
|
26937
26968
|
id: Scalars['ID']['input'];
|
|
26969
|
+
isSignature?: InputMaybe<Scalars['Boolean']['input']>;
|
|
26938
26970
|
scope: JiraCannedResponseScope;
|
|
26939
26971
|
title: Scalars['String']['input'];
|
|
26940
26972
|
};
|