@forge/cli-shared 9.2.0-next.3-experimental-bf8e292 → 9.2.0-next.3-experimental-bd3d812
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,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 9.2.0-next.3-experimental-
|
|
3
|
+
## 9.2.0-next.3-experimental-bd3d812
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- Updated dependencies [4c5ba1c]
|
|
13
13
|
- Updated dependencies [7195f29]
|
|
14
14
|
- Updated dependencies [3252a62]
|
|
15
|
-
- @forge/manifest@13.1.1-next.2-experimental-
|
|
15
|
+
- @forge/manifest@13.1.1-next.2-experimental-bd3d812
|
|
16
16
|
|
|
17
17
|
## 9.2.0-next.3
|
|
18
18
|
|
|
@@ -6141,6 +6141,7 @@ export type AgentStudioAssistantConversation = {
|
|
|
6141
6141
|
hasCoachingContent?: Maybe<Scalars['Boolean']['output']>;
|
|
6142
6142
|
hasGenericAnnotation?: Maybe<Scalars['Boolean']['output']>;
|
|
6143
6143
|
id?: Maybe<Scalars['ID']['output']>;
|
|
6144
|
+
interactionChannel?: Maybe<Scalars['String']['output']>;
|
|
6144
6145
|
lastMessageDate?: Maybe<Scalars['String']['output']>;
|
|
6145
6146
|
lifecycleStatus?: Maybe<AgentStudioConversationLifecycleStatus>;
|
|
6146
6147
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -6863,6 +6864,7 @@ export type AgentStudioLiveConversationFilterInput = {
|
|
|
6863
6864
|
annotationLabels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6864
6865
|
conversationReviewStatus?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6865
6866
|
customerFeedback?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6867
|
+
interactionChannels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6866
6868
|
llmJudgedResolution?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6867
6869
|
messageReviewStatus?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
6868
6870
|
updatedAfter?: InputMaybe<Scalars['String']['input']>;
|