@forge/cli-shared 6.4.1 → 6.4.2-next.0
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
|
@@ -57152,6 +57152,7 @@ export declare type JsmChatWebAddConversationInteractionPayload = Payload & {
|
|
|
57152
57152
|
export declare enum JsmChatWebConversationActions {
|
|
57153
57153
|
CloseConversation = "CLOSE_CONVERSATION",
|
|
57154
57154
|
DisableInput = "DISABLE_INPUT",
|
|
57155
|
+
GreetingMessage = "GREETING_MESSAGE",
|
|
57155
57156
|
RedirectToSearch = "REDIRECT_TO_SEARCH"
|
|
57156
57157
|
}
|
|
57157
57158
|
export declare type JsmChatWebConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
|
|
@@ -57636,15 +57637,6 @@ export declare type KnowledgeDiscoveryAutoDefinition = {
|
|
|
57636
57637
|
definition: Scalars['String']['output'];
|
|
57637
57638
|
};
|
|
57638
57639
|
export declare type KnowledgeDiscoveryAutoDefinitionResult = KnowledgeDiscoveryAutoDefinition | QueryError;
|
|
57639
|
-
export declare type KnowledgeDiscoveryBatchCreateAdminhubBookmarkInput = {
|
|
57640
|
-
bookmarks?: InputMaybe<Array<KnowledgeDiscoveryCreateAdminhubBookmarkInput>>;
|
|
57641
|
-
};
|
|
57642
|
-
export declare type KnowledgeDiscoveryBatchCreateAdminhubBookmarkPayload = Payload & {
|
|
57643
|
-
__typename?: 'KnowledgeDiscoveryBatchCreateAdminhubBookmarkPayload';
|
|
57644
|
-
adminhubBookmark?: Maybe<Array<Maybe<KnowledgeDiscoveryAdminhubBookmark>>>;
|
|
57645
|
-
errors?: Maybe<Array<MutationError>>;
|
|
57646
|
-
success: Scalars['Boolean']['output'];
|
|
57647
|
-
};
|
|
57648
57640
|
export declare type KnowledgeDiscoveryBookmark = {
|
|
57649
57641
|
__typename?: 'KnowledgeDiscoveryBookmark';
|
|
57650
57642
|
id: Scalars['ID']['output'];
|
|
@@ -57707,6 +57699,17 @@ export declare type KnowledgeDiscoveryCreateAdminhubBookmarkPayload = Payload &
|
|
|
57707
57699
|
errors?: Maybe<Array<MutationError>>;
|
|
57708
57700
|
success: Scalars['Boolean']['output'];
|
|
57709
57701
|
};
|
|
57702
|
+
export declare type KnowledgeDiscoveryCreateAdminhubBookmarksInput = {
|
|
57703
|
+
bookmarks?: InputMaybe<Array<KnowledgeDiscoveryCreateAdminhubBookmarkInput>>;
|
|
57704
|
+
cloudId: Scalars['ID']['input'];
|
|
57705
|
+
orgId: Scalars['String']['input'];
|
|
57706
|
+
};
|
|
57707
|
+
export declare type KnowledgeDiscoveryCreateAdminhubBookmarksPayload = Payload & {
|
|
57708
|
+
__typename?: 'KnowledgeDiscoveryCreateAdminhubBookmarksPayload';
|
|
57709
|
+
adminhubBookmark?: Maybe<Array<Maybe<KnowledgeDiscoveryAdminhubBookmark>>>;
|
|
57710
|
+
errors?: Maybe<Array<MutationError>>;
|
|
57711
|
+
success: Scalars['Boolean']['output'];
|
|
57712
|
+
};
|
|
57710
57713
|
export declare type KnowledgeDiscoveryCreateDefinitionInput = {
|
|
57711
57714
|
definition: Scalars['String']['input'];
|
|
57712
57715
|
entityIdInScope: Scalars['String']['input'];
|
|
@@ -57822,7 +57825,7 @@ export declare type KnowledgeDiscoveryKeyPhrasesResult = KnowledgeDiscoveryKeyPh
|
|
|
57822
57825
|
export declare type KnowledgeDiscoveryMutationApi = {
|
|
57823
57826
|
__typename?: 'KnowledgeDiscoveryMutationApi';
|
|
57824
57827
|
createBookmark?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarkPayload>;
|
|
57825
|
-
createBookmarks?: Maybe<
|
|
57828
|
+
createBookmarks?: Maybe<KnowledgeDiscoveryCreateAdminhubBookmarksPayload>;
|
|
57826
57829
|
createDefinition?: Maybe<KnowledgeDiscoveryCreateDefinitionPayload>;
|
|
57827
57830
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
57828
57831
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
@@ -57833,7 +57836,7 @@ export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
|
57833
57836
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
57834
57837
|
};
|
|
57835
57838
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarksArgs = {
|
|
57836
|
-
input:
|
|
57839
|
+
input: KnowledgeDiscoveryCreateAdminhubBookmarksInput;
|
|
57837
57840
|
};
|
|
57838
57841
|
export declare type KnowledgeDiscoveryMutationApiCreateDefinitionArgs = {
|
|
57839
57842
|
input: KnowledgeDiscoveryCreateDefinitionInput;
|
|
@@ -64785,6 +64788,8 @@ export declare type Query = {
|
|
|
64785
64788
|
radar_position?: Maybe<RadarPosition>;
|
|
64786
64789
|
radar_positions?: Maybe<RadarPositionConnection>;
|
|
64787
64790
|
radar_positionsByAris?: Maybe<Array<RadarPosition>>;
|
|
64791
|
+
radar_worker?: Maybe<RadarWorker>;
|
|
64792
|
+
radar_workersByAris?: Maybe<Array<RadarWorker>>;
|
|
64788
64793
|
radar_workspace: RadarWorkspace;
|
|
64789
64794
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
64790
64795
|
releaseNotes: ContentPlatformReleaseNotesConnection;
|
|
@@ -66270,6 +66275,12 @@ export declare type QueryRadar_PositionsArgs = {
|
|
|
66270
66275
|
export declare type QueryRadar_PositionsByArisArgs = {
|
|
66271
66276
|
ids: Array<Scalars['ID']['input']>;
|
|
66272
66277
|
};
|
|
66278
|
+
export declare type QueryRadar_WorkerArgs = {
|
|
66279
|
+
id: Scalars['ID']['input'];
|
|
66280
|
+
};
|
|
66281
|
+
export declare type QueryRadar_WorkersByArisArgs = {
|
|
66282
|
+
ids: Array<Scalars['ID']['input']>;
|
|
66283
|
+
};
|
|
66273
66284
|
export declare type QueryRadar_WorkspaceArgs = {
|
|
66274
66285
|
cloudId: Scalars['ID']['input'];
|
|
66275
66286
|
};
|
|
@@ -66580,6 +66591,24 @@ export declare type RadarUrlFieldValue = {
|
|
|
66580
66591
|
icon?: Maybe<Scalars['String']['output']>;
|
|
66581
66592
|
value?: Maybe<Scalars['String']['output']>;
|
|
66582
66593
|
};
|
|
66594
|
+
export declare type RadarWorker = Node & RadarEntity & {
|
|
66595
|
+
__typename?: 'RadarWorker';
|
|
66596
|
+
fieldValues: Array<RadarFieldValueIdPair>;
|
|
66597
|
+
id: Scalars['ID']['output'];
|
|
66598
|
+
type: RadarEntityType;
|
|
66599
|
+
};
|
|
66600
|
+
export declare type RadarWorkerConnection = RadarConnection & {
|
|
66601
|
+
__typename?: 'RadarWorkerConnection';
|
|
66602
|
+
edges?: Maybe<Array<RadarWorkerEdge>>;
|
|
66603
|
+
nodes?: Maybe<Array<RadarWorker>>;
|
|
66604
|
+
pageInfo: PageInfo;
|
|
66605
|
+
totalCount: Scalars['Int']['output'];
|
|
66606
|
+
};
|
|
66607
|
+
export declare type RadarWorkerEdge = RadarEdge & {
|
|
66608
|
+
__typename?: 'RadarWorkerEdge';
|
|
66609
|
+
cursor: Scalars['String']['output'];
|
|
66610
|
+
node: RadarWorker;
|
|
66611
|
+
};
|
|
66583
66612
|
export declare type RadarWorkspace = {
|
|
66584
66613
|
__typename?: 'RadarWorkspace';
|
|
66585
66614
|
focusAreaFields: Array<RadarFieldDefinition>;
|