@yuntijs/arcadia-bff-sdk 1.2.31 → 1.2.33

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/dist/cjs/sdk.d.ts CHANGED
@@ -151,7 +151,7 @@ export type ApplicationMetadata = {
151
151
  __typename?: 'ApplicationMetadata';
152
152
  /** 添加一些辅助性记录信息 */
153
153
  annotations?: Maybe<Scalars['Map']['output']>;
154
- /** Background, 智能体对话背景图片,存放于 minio 的路径地址 */
154
+ /** Background, 图片ID */
155
155
  background?: Maybe<Scalars['String']['output']>;
156
156
  /** category:所属分类 */
157
157
  category?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
@@ -166,7 +166,7 @@ export type ApplicationMetadata = {
166
166
  description?: Maybe<Scalars['String']['output']>;
167
167
  /** 展示名,别名 */
168
168
  displayName?: Maybe<Scalars['String']['output']>;
169
- /** Icon,应用头像, base64格式的图片 */
169
+ /** Icon,图片ID */
170
170
  icon?: Maybe<Scalars['String']['output']>;
171
171
  /** 应用id,为CR资源中的metadata.uid */
172
172
  id?: Maybe<Scalars['String']['output']>;
@@ -1520,10 +1520,11 @@ export type ListPluginInput = {
1520
1520
  pageSize?: InputMaybe<Scalars['Int']['input']>;
1521
1521
  /**
1522
1522
  * 是否包含系统提供的插件
1523
- * 规则: 为true时,代表将同时获取系统提供的插件
1524
- * 规则: 默认为false
1523
+ * 规则: 为 "all" 时,提供包括该 ns 及系统插件在内的全部插件
1524
+ * 规则: 为 "system_only" 时,只展示系统插件。不展示 ns 内对应的插件
1525
+ * 规则: 默认为 "namespace_only",不展示系统插件
1525
1526
  */
1526
- systemPlugin?: InputMaybe<Scalars['Boolean']['input']>;
1527
+ selectCondition?: InputMaybe<Scalars['String']['input']>;
1527
1528
  };
1528
1529
  export type ListRagInput = {
1529
1530
  appName: Scalars['String']['input'];
package/dist/esm/sdk.d.ts CHANGED
@@ -151,7 +151,7 @@ export type ApplicationMetadata = {
151
151
  __typename?: 'ApplicationMetadata';
152
152
  /** 添加一些辅助性记录信息 */
153
153
  annotations?: Maybe<Scalars['Map']['output']>;
154
- /** Background, 智能体对话背景图片,存放于 minio 的路径地址 */
154
+ /** Background, 图片ID */
155
155
  background?: Maybe<Scalars['String']['output']>;
156
156
  /** category:所属分类 */
157
157
  category?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
@@ -166,7 +166,7 @@ export type ApplicationMetadata = {
166
166
  description?: Maybe<Scalars['String']['output']>;
167
167
  /** 展示名,别名 */
168
168
  displayName?: Maybe<Scalars['String']['output']>;
169
- /** Icon,应用头像, base64格式的图片 */
169
+ /** Icon,图片ID */
170
170
  icon?: Maybe<Scalars['String']['output']>;
171
171
  /** 应用id,为CR资源中的metadata.uid */
172
172
  id?: Maybe<Scalars['String']['output']>;
@@ -1520,10 +1520,11 @@ export type ListPluginInput = {
1520
1520
  pageSize?: InputMaybe<Scalars['Int']['input']>;
1521
1521
  /**
1522
1522
  * 是否包含系统提供的插件
1523
- * 规则: 为true时,代表将同时获取系统提供的插件
1524
- * 规则: 默认为false
1523
+ * 规则: 为 "all" 时,提供包括该 ns 及系统插件在内的全部插件
1524
+ * 规则: 为 "system_only" 时,只展示系统插件。不展示 ns 内对应的插件
1525
+ * 规则: 默认为 "namespace_only",不展示系统插件
1525
1526
  */
1526
- systemPlugin?: InputMaybe<Scalars['Boolean']['input']>;
1527
+ selectCondition?: InputMaybe<Scalars['String']['input']>;
1527
1528
  };
1528
1529
  export type ListRagInput = {
1529
1530
  appName: Scalars['String']['input'];