@yuntijs/arcadia-bff-sdk 1.2.81 → 1.2.82
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 +2 -0
- package/dist/esm/sdk.d.ts +2 -0
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -353,6 +353,8 @@ export type ChatSftInput = {
|
|
|
353
353
|
* 规则:默认为 True
|
|
354
354
|
*/
|
|
355
355
|
ChatWithAdapter?: InputMaybe<Scalars['Boolean']['input']>;
|
|
356
|
+
/** 附加参数 */
|
|
357
|
+
additionalEnvs?: InputMaybe<Scalars['Map']['input']>;
|
|
356
358
|
/**
|
|
357
359
|
* 开启 / 关闭聊天 API
|
|
358
360
|
* 规则:布尔值,为 True 则为开始对话,为 False 则为终止对话
|
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -353,6 +353,8 @@ export type ChatSftInput = {
|
|
|
353
353
|
* 规则:默认为 True
|
|
354
354
|
*/
|
|
355
355
|
ChatWithAdapter?: InputMaybe<Scalars['Boolean']['input']>;
|
|
356
|
+
/** 附加参数 */
|
|
357
|
+
additionalEnvs?: InputMaybe<Scalars['Map']['input']>;
|
|
356
358
|
/**
|
|
357
359
|
* 开启 / 关闭聊天 API
|
|
358
360
|
* 规则:布尔值,为 True 则为开始对话,为 False 则为终止对话
|