@yuntijs/arcadia-bff-sdk 1.2.32 → 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 +4 -3
- package/dist/esm/sdk.d.ts +4 -3
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -1520,10 +1520,11 @@ export type ListPluginInput = {
|
|
|
1520
1520
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
1521
1521
|
/**
|
|
1522
1522
|
* 是否包含系统提供的插件
|
|
1523
|
-
* 规则: 为
|
|
1524
|
-
* 规则:
|
|
1523
|
+
* 规则: 为 "all" 时,提供包括该 ns 及系统插件在内的全部插件
|
|
1524
|
+
* 规则: 为 "system_only" 时,只展示系统插件。不展示 ns 内对应的插件
|
|
1525
|
+
* 规则: 默认为 "namespace_only",不展示系统插件
|
|
1525
1526
|
*/
|
|
1526
|
-
|
|
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
|
@@ -1520,10 +1520,11 @@ export type ListPluginInput = {
|
|
|
1520
1520
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
1521
1521
|
/**
|
|
1522
1522
|
* 是否包含系统提供的插件
|
|
1523
|
-
* 规则: 为
|
|
1524
|
-
* 规则:
|
|
1523
|
+
* 规则: 为 "all" 时,提供包括该 ns 及系统插件在内的全部插件
|
|
1524
|
+
* 规则: 为 "system_only" 时,只展示系统插件。不展示 ns 内对应的插件
|
|
1525
|
+
* 规则: 默认为 "namespace_only",不展示系统插件
|
|
1525
1526
|
*/
|
|
1526
|
-
|
|
1527
|
+
selectCondition?: InputMaybe<Scalars['String']['input']>;
|
|
1527
1528
|
};
|
|
1528
1529
|
export type ListRagInput = {
|
|
1529
1530
|
appName: Scalars['String']['input'];
|