@forge/cli-shared 8.0.0 → 8.0.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 +15 -0
- package/out/graphql/graphql-types.d.ts +73 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +38 -8
- package/out/graphql/minimal-graphql-runner.d.ts +6 -1
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/graphql/minimal-graphql-runner.js +19 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.0.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b9574d4]
|
|
8
|
+
- @forge/manifest@10.0.1-next.1
|
|
9
|
+
|
|
10
|
+
## 8.0.1-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 25a3da2: Update attribution header
|
|
15
|
+
- Updated dependencies [4b15e26]
|
|
16
|
+
- @forge/manifest@10.0.1-next.0
|
|
17
|
+
|
|
3
18
|
## 8.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|
|
@@ -876,6 +876,7 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
876
876
|
description?: Maybe<Scalars['String']['output']>;
|
|
877
877
|
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
878
878
|
id: Scalars['ID']['output'];
|
|
879
|
+
identityAccountId?: Maybe<Scalars['String']['output']>;
|
|
879
880
|
instructions?: Maybe<Scalars['String']['output']>;
|
|
880
881
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
881
882
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
@@ -54358,16 +54359,19 @@ export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendatio
|
|
|
54358
54359
|
__typename?: 'GrowthRecJiraTemplateRecommendation';
|
|
54359
54360
|
entityId: Scalars['ID']['output'];
|
|
54360
54361
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54362
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54361
54363
|
};
|
|
54362
54364
|
export declare type GrowthRecNonHydratedRecommendation = GrowthRecRecommendation & {
|
|
54363
54365
|
__typename?: 'GrowthRecNonHydratedRecommendation';
|
|
54364
54366
|
entityId: Scalars['ID']['output'];
|
|
54365
54367
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54368
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54366
54369
|
};
|
|
54367
54370
|
export declare type GrowthRecProductRecommendation = GrowthRecRecommendation & {
|
|
54368
54371
|
__typename?: 'GrowthRecProductRecommendation';
|
|
54369
54372
|
entityId: Scalars['ID']['output'];
|
|
54370
54373
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54374
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54371
54375
|
};
|
|
54372
54376
|
export declare type GrowthRecQuery = {
|
|
54373
54377
|
__typename?: 'GrowthRecQuery';
|
|
@@ -54381,6 +54385,7 @@ export declare type GrowthRecQueryRecommendationsArgs = {
|
|
|
54381
54385
|
export declare type GrowthRecRecommendation = {
|
|
54382
54386
|
entityId: Scalars['ID']['output'];
|
|
54383
54387
|
reasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
54388
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
54384
54389
|
};
|
|
54385
54390
|
export declare type GrowthRecRecommendations = {
|
|
54386
54391
|
__typename?: 'GrowthRecRecommendations';
|
|
@@ -76000,6 +76005,63 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
76000
76005
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
76001
76006
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
76002
76007
|
};
|
|
76008
|
+
export declare type JsmChannelsConversationsByContainerAriResult = JsmChannelsOrchestratorConversationsConnection | QueryError;
|
|
76009
|
+
export declare type JsmChannelsOrchestratorConversation = Node & {
|
|
76010
|
+
__typename?: 'JsmChannelsOrchestratorConversation';
|
|
76011
|
+
action?: Maybe<JsmChannelsOrchestratorConversationActionType>;
|
|
76012
|
+
channel?: Maybe<JsmChannelsOrchestratorConversationChannel>;
|
|
76013
|
+
csat?: Maybe<Scalars['Int']['output']>;
|
|
76014
|
+
firstMessageContent?: Maybe<Scalars['String']['output']>;
|
|
76015
|
+
id: Scalars['ID']['output'];
|
|
76016
|
+
intentProjectionId?: Maybe<Scalars['ID']['output']>;
|
|
76017
|
+
linkToSource?: Maybe<Scalars['String']['output']>;
|
|
76018
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
76019
|
+
state?: Maybe<JsmChannelsOrchestratorConversationState>;
|
|
76020
|
+
};
|
|
76021
|
+
export declare enum JsmChannelsOrchestratorConversationActionType {
|
|
76022
|
+
AiAnswered = "AI_ANSWERED",
|
|
76023
|
+
Matched = "MATCHED",
|
|
76024
|
+
Unhandled = "UNHANDLED"
|
|
76025
|
+
}
|
|
76026
|
+
export declare enum JsmChannelsOrchestratorConversationChannel {
|
|
76027
|
+
HelpCenter = "HELP_CENTER",
|
|
76028
|
+
JsmPortal = "JSM_PORTAL",
|
|
76029
|
+
JsmWidget = "JSM_WIDGET",
|
|
76030
|
+
MsTeams = "MS_TEAMS",
|
|
76031
|
+
Slack = "SLACK"
|
|
76032
|
+
}
|
|
76033
|
+
export declare enum JsmChannelsOrchestratorConversationCsatOptionType {
|
|
76034
|
+
CsatOption_1 = "CSAT_OPTION_1",
|
|
76035
|
+
CsatOption_2 = "CSAT_OPTION_2",
|
|
76036
|
+
CsatOption_3 = "CSAT_OPTION_3",
|
|
76037
|
+
CsatOption_4 = "CSAT_OPTION_4",
|
|
76038
|
+
CsatOption_5 = "CSAT_OPTION_5"
|
|
76039
|
+
}
|
|
76040
|
+
export declare type JsmChannelsOrchestratorConversationEdge = {
|
|
76041
|
+
__typename?: 'JsmChannelsOrchestratorConversationEdge';
|
|
76042
|
+
cursor: Scalars['String']['output'];
|
|
76043
|
+
node?: Maybe<JsmChannelsOrchestratorConversation>;
|
|
76044
|
+
};
|
|
76045
|
+
export declare enum JsmChannelsOrchestratorConversationState {
|
|
76046
|
+
Closed = "CLOSED",
|
|
76047
|
+
Escalated = "ESCALATED",
|
|
76048
|
+
Open = "OPEN",
|
|
76049
|
+
Resolved = "RESOLVED"
|
|
76050
|
+
}
|
|
76051
|
+
export declare type JsmChannelsOrchestratorConversationsConnection = {
|
|
76052
|
+
__typename?: 'JsmChannelsOrchestratorConversationsConnection';
|
|
76053
|
+
edges?: Maybe<Array<JsmChannelsOrchestratorConversationEdge>>;
|
|
76054
|
+
nodes?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
76055
|
+
pageInfo: PageInfo;
|
|
76056
|
+
};
|
|
76057
|
+
export declare type JsmChannelsOrchestratorConversationsFilter = {
|
|
76058
|
+
actions?: InputMaybe<Array<JsmChannelsOrchestratorConversationActionType>>;
|
|
76059
|
+
channels?: InputMaybe<Array<JsmChannelsOrchestratorConversationChannel>>;
|
|
76060
|
+
csatOptions?: InputMaybe<Array<JsmChannelsOrchestratorConversationCsatOptionType>>;
|
|
76061
|
+
endDate: Scalars['DateTime']['input'];
|
|
76062
|
+
startDate: Scalars['DateTime']['input'];
|
|
76063
|
+
states?: InputMaybe<Array<JsmChannelsOrchestratorConversationState>>;
|
|
76064
|
+
};
|
|
76003
76065
|
export declare type JsmChatAppendixActionItem = {
|
|
76004
76066
|
__typename?: 'JsmChatAppendixActionItem';
|
|
76005
76067
|
id: Scalars['String']['output'];
|
|
@@ -89467,6 +89529,8 @@ export declare type Query = {
|
|
|
89467
89529
|
jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
89468
89530
|
jira_projectByIdOrKey?: Maybe<JiraProject>;
|
|
89469
89531
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
89532
|
+
jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
|
|
89533
|
+
jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
|
|
89470
89534
|
jsmChat?: Maybe<JsmChatQuery>;
|
|
89471
89535
|
jsw?: Maybe<JswQuery>;
|
|
89472
89536
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
@@ -91811,6 +91875,15 @@ export declare type QueryJira_ProjectsSidebarMenuArgs = {
|
|
|
91811
91875
|
cloudId: Scalars['ID']['input'];
|
|
91812
91876
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
91813
91877
|
};
|
|
91878
|
+
export declare type QueryJsmChannels_ConversationsByContainerAriArgs = {
|
|
91879
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
91880
|
+
containerAri: Scalars['ID']['input'];
|
|
91881
|
+
filter: JsmChannelsOrchestratorConversationsFilter;
|
|
91882
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
91883
|
+
};
|
|
91884
|
+
export declare type QueryJsmChannels_ConversationsByIdsArgs = {
|
|
91885
|
+
ids: Array<Scalars['ID']['input']>;
|
|
91886
|
+
};
|
|
91814
91887
|
export declare type QueryKnowledgeBaseArgs = {
|
|
91815
91888
|
cloudId: Scalars['ID']['input'];
|
|
91816
91889
|
};
|