@leaflow/sdk 0.14.2 → 0.16.0

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.
@@ -46,6 +46,8 @@ export type GetWeixinLoginResult = operations["get-weixin-login"]["responses"][2
46
46
  export type SubmitWeixinVerifyCodeResult = operations["submit-weixin-verify-code"]["responses"][200]["content"]["application/json"];
47
47
  /** `POST /api/v1/weixin-logins/{login}/verify-code` 的请求体。 */
48
48
  export type SubmitWeixinVerifyCodeBody = NonNullable<operations["submit-weixin-verify-code"]["requestBody"]>["content"]["application/json"];
49
+ /** `GET /api/v1/memories` 成功时的响应体。 */
50
+ export type ListMemoriesResult = operations["list-memories"]["responses"][200]["content"]["application/json"];
49
51
  /** `GET /api/v1/models` 成功时的响应体。 */
50
52
  export type ListModelsResult = operations["list-models"]["responses"][200]["content"]["application/json"];
51
53
  /** `GET /api/v1/threads` 成功时的响应体。 */