@wps365/openclaw-wpsxiezuo 1.10.3-beta.4 → 1.11.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.
- package/dist/index.js +15 -15
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Go=Object.defineProperty;var de=(e,t)=>()=>(e&&(t=e(e=0)),t);var ei=(e,t)=>{for(var r in t)Go(e,r,{get:t[r],enumerable:!0})};function xr(e){return e===401?{hint:"invalid/expired token or app credentials",retriable:!1}:e===403?{hint:"permission denied or scope not granted",retriable:!1}:e===404?{hint:"resource not found",retriable:!1}:e===409?{hint:"resource state conflict",retriable:!1}:e===429?{hint:"rate limited by WPS API",retriable:!0}:e>=500?{hint:"WPS API temporarily unavailable",retriable:!0}:{hint:"unexpected WPS API status",retriable:!1}}var Je,ce,Ot=de(()=>{"use strict";Je=class extends Error{detail;name="WpsRequestError";constructor(t,r){super(t),this.detail=r}get retriable(){return this.detail.retriable===!0}get stage(){return this.detail.stage}},ce=class extends Error{cause;name="WpsTokenError";constructor(t,r){super(t),this.cause=r}}});function Jo(e){return e===401?"invalid app credentials (check client_id/client_secret)":e===403?"app not authorized for this enterprise or scope":e===429?"rate limited by WPS token endpoint":e>=500?"WPS OAuth service unavailable":"unexpected OAuth response"}function z(e){let t=`${e.clientId}@${e.baseUrl}`,r=ti.get(t);return r||(r=new Zt(e),ti.set(t,r)),r}var Ko,Ho,Zt,ti,vr=de(()=>{"use strict";Ot();Ko=6e4,Ho=["/oauth2/token","/openapi/oauth2/token"];Zt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-Ko)return this.token.accessToken;if(this.inFlight)return this.inFlight;this.inFlight=this.requestToken();try{return await this.inFlight}finally{this.inFlight=null}}invalidate(){this.token=null}async requestToken(){let t=this.creds.baseUrl.replace(/\/$/,""),r="unknown token error";for(let n of Ho){let o=`${t}${n}`,i;try{i=await fetch(o,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams({grant_type:"client_credentials",client_id:this.creds.clientId,client_secret:this.creds.clientSecret})})}catch(a){r=`Network error requesting token from ${o}: ${String(a)}`;continue}if(!i.ok){let a=await i.text();r=`Token request failed (${i.status}) at ${o}: ${Jo(i.status)}; body=${a}`;continue}let s=await i.json();if(s.code!==void 0&&s.code!==0){r=`WPS OAuth error (code ${s.code}): ${s.msg??"unknown"}`;continue}if(!s.access_token||!s.expires_in){r=`Invalid token response from ${o}: missing access_token or expires_in`;continue}return this.token={accessToken:s.access_token,expiresAt:Date.now()+s.expires_in*1e3},this.token.accessToken}throw new ce(r)}},ti=new Map});import{z as S}from"zod";function Qt(e){return Yt}function er(e){let t=e?.defaultAccountId?.trim();if(t)return t;let r=e?.accounts?Object.keys(e.accounts)[0]:void 0;return r&&r.trim()?r:Ue}function Pr(e){return e?e.accounts&&Object.keys(e.accounts).length>0?e.accounts:!(e.appId||e.appSecret||e.companyId||e.webhook||e.sdk||e.groups||e.dmPolicy||e.groupPolicy)?{}:!e.appId||!e.appSecret?{}:{[Ue]:{enabled:e.enabled??!0,appId:e.appId,appSecret:e.appSecret,companyId:e.companyId,baseUrl:e.baseUrl??"https://openapi.wps.cn",enableEncryption:e.enableEncryption??!0,webhook:e.webhook,sdk:e.sdk,dmPolicy:e.dmPolicy,allowFrom:e.allowFrom,groupPolicy:e.groupPolicy,groups:e.groups,instantAck:e.instantAck,robotJoinGroupMessage:e.robotJoinGroupMessage,mcp:e.mcp}}:{}}function be(e){return!e?.appId||!e?.appSecret?null:{clientId:e.appId,clientSecret:e.appSecret,baseUrl:e.baseUrl??"https://openapi.wps.cn"}}var ri,ni,ii,oi,si,ai,Yt,Tr,Er,E,De,Ue,pt=de(()=>{"use strict";ri=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),ni=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),ii=S.object({enabled:S.boolean().default(!1),mode:S.literal("app").default("app"),clientId:S.string().optional(),clientSecret:S.string().optional(),baseUrl:S.string().optional(),toolAllowlist:S.array(S.string()).min(1,"mcp.toolAllowlist must contain at least one tool").default(["wps_user_search","wps_user_get","wps_message_send","wps_calendar_create","wps_calendar_list_events","wps_calendar_search_events","wps_calendar_update_event","wps_calendar_delete_event","wps_calendar_get_event","wps_calendar_list_event_attendees","wps_calendar_add_event_attendees","wps_calendar_list_event_meeting_rooms","wps_calendar_event_meeting_rooms_batch_create","wps_calendar_event_meeting_rooms_batch_delete","wps_calendar_delete_event_attendees","wps_calendar_list_calendar_event_instances","wps_calendar_list_event_instances","wps_calendar_respond_invitation","wps_todo_create_personal_task","wps_todo_list_personal_tasks","wps_todo_get_personal_task","wps_todo_update_personal_task","wps_todo_update_personal_task_status","wps_cloud_doc_list_drives","wps_cloud_doc_list_children_files","wps_cloud_doc_create_file","wps_cloud_doc_upload_file","wps_cloud_doc_extract_file_content","wps_cloud_doc_get_file_meta","wps_cloud_doc_search_files","wps_airpage_create_file","wps_airpage_create_block_content","wps_airpage_query_document_blocks","wps_airpage_batch_query_document_blocks","wps_airpage_delete_block_content","wps_airpage_batch_delete_block_content","wps_airpage_update_document_block","wps_airpage_batch_update_document_blocks","wps_meeting_rooms_list","wps_meeting_rooms_get","wps_meeting_rooms_search","wps_meeting_room_bookings_batch_get","wps_meeting_room_bookings_update_status"])}),oi=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),si=S.object({enabled:S.boolean().default(!1),logLevel:S.enum(["debug","info","warn","error"]).default("info"),endpoint:S.string().optional(),connectTimeoutMs:S.number().min(3e3).max(12e4).default(2e4),pongTimeout:S.number().min(3e4).max(3e5).default(15e4),autoReconnect:S.boolean().default(!0),reconnectBaseInterval:S.number().min(500).max(1e4).default(1e3),reconnectMaxInterval:S.number().min(1e4).max(3e5).default(6e4),reconnectMultiplier:S.number().min(1.5).max(3).default(2),reconnectMaxRetry:S.number().min(-1).max(100).default(-1),reconnectJitter:S.number().min(0).max(.5).default(.2)}),ai=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Yt="https://365.kdocs.cn/woa/openclaw/callback",Tr=S.object({enabled:S.boolean().default(!0),appId:S.string().describe("WPS App ID (client_id)"),appSecret:S.string().describe("WPS App Secret (client_secret)"),companyId:S.string().optional().describe("WPS Company ID"),baseUrl:S.string().default("https://openapi.wps.cn"),enableEncryption:S.boolean().default(!0),webhook:ai.optional(),sdk:si.optional(),dmPolicy:ri.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),ni).optional(),instantAck:oi.optional(),robotJoinGroupMessage:S.string().optional(),mcp:ii.optional()}),Er=Tr.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),Tr).optional()});E="wps-xiezuo",De="wps-xiezuo",Ue="default"});var qr={};ei(qr,{currentAccountId:()=>$t,getDefaultAccountId:()=>$r,getDelegatedScopes:()=>qt,getLazyClient:()=>Rr,getLazyCreds:()=>nr,getLazyLog:()=>ve,getLazyWpsCfg:()=>Cr,runWithAccountId:()=>tr,setAccountContext:()=>rr,setDefaultAccountId:()=>Or,setDelegatedScopes:()=>Yo,setLazyClient:()=>Zo,updateDelegatedScopes:()=>Ct});import{AsyncLocalStorage as Xo}from"node:async_hooks";function tr(e,t){return Ar.run(e,t)}function $t(){return Ar.getStore()}function rr(e,t){if(!e?.trim())throw new Error("setAccountContext: accountId must not be empty");ut.set(e,{...t,delegatedScopes:t.delegatedScopes??[]})}function Or(e){Xe=e}function $r(){return Xe}function Vo(e){if(e)return e;let t=Ar.getStore();if(t)return t;if(Xe)return Xe;if(ut.size===1)return ut.keys().next().value;throw new Error("WPS accountId required: multiple accounts configured but no accountId specified and no default set")}function Rt(e){let t=Vo(e),r=ut.get(t);if(!r)throw new Error(`WPS account context not initialized for "${t}" (startAccount has not been called)`);return r}function Rr(e){return Rt(e).client}function ve(e){if(!e&&!Xe&&ut.size===0)return null;try{return Rt(e).log}catch{return null}}function Cr(e){return Rt(e).wpsCfg}function nr(e){return Rt(e).creds}function Ct(e,t){let r=ut.get(e);r&&(r.delegatedScopes=t)}function qt(e){try{return Rt(e).delegatedScopes}catch{return[]}}function Zo(e,t,r,n){rr(Xe??"default",{client:e,log:t??null,wpsCfg:r,creds:n})}function Yo(e){Ct(Xe??"default",e)}var Ar,ut,Xe,Ne=de(()=>{"use strict";Ar=new Xo;ut=new Map,Xe=null});import{randomBytes as li,createCipheriv as Qo,createDecipheriv as es}from"node:crypto";import{existsSync as Dr,mkdirSync as ts,readFileSync as pi,writeFileSync as ui,unlinkSync as kc}from"node:fs";import{join as Ve}from"node:path";import{homedir as di}from"node:os";function mi(){if(process.platform==="win32"){let t=process.env.LOCALAPPDATA??Ve(di(),"AppData","Local");return Ve(t,ci)}let e=process.env.XDG_DATA_HOME??Ve(di(),".local","share");return Ve(e,ci)}function hi(){let e=mi();return Dr(e)||ts(e,{recursive:!0,mode:448}),e}function gi(){let e=hi(),t=Ve(e,rs);if(Dr(t)){let n=pi(t);if(n.length===32)return n}let r=li(32);return ui(t,r,{mode:384}),r}function ns(e,t){let r=li(ft),n=Qo(_i,t,r,{authTagLength:Dt}),o=Buffer.concat([n.update(e),n.final()]),i=n.getAuthTag();return Buffer.concat([r,i,o])}function is(e,t){if(e.length<ft+Dt+1)throw new Error("Invalid encrypted data: too short");let r=e.subarray(0,ft),n=e.subarray(ft,ft+Dt),o=e.subarray(ft+Dt),i=es(_i,t,r,{authTagLength:Dt});return i.setAuthTag(n),Buffer.concat([i.update(o),i.final()])}function Ur(){try{let e=mi(),t=Ve(e,fi);if(!Dr(t))return{};let r=gi(),n=pi(t),o=is(n,r),i=JSON.parse(o.toString("utf8"));return!i||typeof i!="object"?{}:i}catch{return{}}}function Nr(e){try{let t=gi(),r=JSON.stringify(e,null,2),n=ns(Buffer.from(r,"utf8"),t),o=hi(),i=Ve(o,fi);ui(i,n,{mode:384})}catch{}}function jr(e){let t=Ur();e in t&&(delete t[e],Nr(t))}var ci,rs,fi,_i,ft,Dt,yi=de(()=>{"use strict";ci="openclaw-wps-xiezuo-uat",rs="master.key",fi="tokens.enc",_i="aes-256-gcm",ft=12,Dt=16});function ir(e,t){return`${e}:${t}`}function Wr(e,t){Mr.set(e,t)}function zr(){if(!wi){wi=!0;try{let e=Ur();for(let[t,r]of Object.entries(e))!r||typeof r!="object"||!r.accessToken||!r.expiresAt||Te.set(t,r)}catch{}}}function bi(){let e={};for(let[t,r]of Te)e[t]=r;Nr(e)}function Lr(e,t,r){zr();let n=ir(e,t);Te.set(n,r),bi(),Br(e,t,r)}function Ut(e,t){zr();let r=ir(e,t),n=Te.get(r);return n?Date.now()>=n.expiresAt?(Te.delete(r),Ii(r),jr(r),null):n.accessToken:null}function Ii(e){let t=Ze.get(e);t&&(clearTimeout(t),Ze.delete(e))}function Br(e,t,r){let n=ir(e,t);if(Ii(n),!r.refreshToken)return;let o=Math.max(r.expiresAt-Date.now()-os,1e4),i=setTimeout(()=>{ss(e,t).catch(s=>{ve(e)?.warn?.(`[TokenStore] Refresh failed for account=${e} user=${t}, token cleared \u2014 next tool call will trigger re-auth: ${String(s)}`),Te.delete(n),Ze.delete(n),jr(n)})},o);i.unref?.(),Ze.set(n,i)}async function ss(e,t){let r=ir(e,t),n=Te.get(r);if(!n?.refreshToken){Ze.delete(r);return}let o=Mr.get(e);if(!o){ve(e)?.warn?.(`[TokenStore] Refresh skipped for account=${e} user=${t}: refreshCtx not set yet`),Ze.delete(r);return}let i=o.baseUrl.replace(/\/$/,""),s=new URLSearchParams({grant_type:"refresh_token",client_id:o.appId,client_secret:o.appSecret,refresh_token:n.refreshToken}),a=await fetch(`${i}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:s.toString()}),c=await a.text(),l;try{l=JSON.parse(c)}catch{throw new ce(`OAuth refresh: non-JSON response (${a.status}): ${c.slice(0,200)}`)}if(!a.ok||typeof l.code=="number"&&l.code!==0)throw new ce(`OAuth refresh failed (${a.status}): ${JSON.stringify(l)}`);let d=typeof l.access_token=="string"?l.access_token:"";if(!d)throw new ce(`OAuth refresh: missing access_token: ${JSON.stringify(l)}`);let u=typeof l.expires_in=="number"?l.expires_in:7200,p={accessToken:d,refreshToken:typeof l.refresh_token=="string"?l.refresh_token:n.refreshToken,expiresAt:Date.now()+u*1e3,openid:typeof l.openid=="string"?l.openid:n.openid};Te.set(r,p),bi(),Br(e,t,p)}function Fr(e){zr();for(let[t,r]of Te){if(!r.refreshToken||Date.now()>=r.expiresAt||Ze.has(t))continue;let[n,o]=t.split(":",2);!n||!o||e&&n!==e||Mr.has(n)&&Br(n,o,r)}}async function Gr(e){let t=e.baseUrl.replace(/\/$/,""),r=new URLSearchParams({grant_type:"authorization_code",client_id:e.appId,client_secret:e.appSecret,code:e.code,redirect_uri:e.redirectUri??Yt}),n=await fetch(`${t}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:r.toString()}),o=await n.text(),i;try{i=JSON.parse(o)}catch{throw new ce(`OAuth code exchange: non-JSON response (${n.status}): ${o.slice(0,200)}`)}if(!n.ok||typeof i.code=="number"&&i.code!==0)throw new ce(`OAuth code exchange failed (${n.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new ce(`OAuth code exchange: missing access_token in response: ${JSON.stringify(i)}`);let a=typeof i.expires_in=="number"?i.expires_in:7200;return{accessToken:s,refreshToken:typeof i.refresh_token=="string"?i.refresh_token:"",expiresAt:Date.now()+a*1e3,openid:typeof i.openid=="string"?i.openid:""}}var Te,Ze,os,Mr,wi,_t=de(()=>{"use strict";Ot();pt();Ne();yi();Te=new Map,Ze=new Map,os=5*6e4,Mr=new Map;wi=!1});function B(e,t){return new Nt(e,new or(t))}function Kr(e,t){return new Nt(e,new sr(t))}var or,sr,Nt,ar=de(()=>{"use strict";Ot();or=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},sr=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},Nt=class{baseUrl;auth;constructor(t,r){this.baseUrl=t,this.auth=r}async request(t){let r=await this.auth.getHeaders(),n=this.buildUrl(t.path,t.query),o=t.method??"GET",i=await fetch(n,{method:o,headers:{"Content-Type":"application/json",...r,...t.headers??{}},body:t.body?JSON.stringify(t.body):void 0}),s=i.headers.get("X-Request-Id")??i.headers.get("x-request-id")??i.headers.get("X-Trace-Id")??i.headers.get("x-trace-id")??void 0;if(!i.ok){let a=await i.text(),c;try{let p=JSON.parse(a);c=p.code??p.result}catch{}let{hint:l,retriable:d}=xr(i.status),u=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${u} body=${a}`),new Je(`WPS API error (${i.status} ${o} ${t.path}): ${a}`,{stage:"http",method:o,path:t.path,httpStatus:i.status,wpsCode:c,hint:l,retriable:d,requestId:s})}return this.parseResponse(i,o,t.path,s)}buildUrl(t,r){let n=new URL(t,this.baseUrl);if(r){for(let[o,i]of Object.entries(r))if(i!==void 0)if(Array.isArray(i))for(let s of i)n.searchParams.append(o,s);else n.searchParams.set(o,String(i))}return n.toString()}async parseResponse(t,r,n,o){let i=await t.text();if(!i||i.trim()==="")return{};let s;try{s=JSON.parse(i)}catch{throw new Je(`Failed to parse JSON from ${r} ${n}: ${i.slice(0,200)}`,{stage:"parse",method:r,path:n,hint:"response is not valid JSON",retriable:!1})}let a=s.code??s.result;if(a!==void 0&&a!==0&&a!=="ok"){let c=String(a)==="40300001"?"permission denied by WPS business policy":"WPS business validation failed",l=s.request_id??o,d=l?` request_id=${String(l)}`:"";throw console.error(`[WPS-API-ERROR] biz_code=${String(a)} ${r} ${n}${d} msg=${s.msg??s.message??"unknown"}`),new Je(`WPS business error code=${String(a)}: ${s.msg??s.message??"unknown"}`,{stage:"business",method:r,path:n,wpsCode:a,hint:c,retriable:!1,requestId:l?String(l):void 0})}return s}}});import{imageSize as as}from"image-size";function jt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let r=e;for(let n of ds){let o=r[n];if(typeof o=="string"&&o.trim())return o.trim()}return r.data&&typeof r.data=="object"?jt(r.data,t+1):null}function Hr(e){let t=jt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function Ye(e){try{let t=as(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var ds,Mt=de(()=>{"use strict";ds=["url","download_url","downloadUrl","file_url","fileUrl"]});async function Xr(e,t,r){let n=z(e);await B(e.baseUrl,n).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/create`,body:{reaction_type:Jr}})}async function Vr(e,t,r,n){try{let o=z(e);await B(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/delete`,body:{reaction_type:Jr}})}catch(o){let i=String(o);i.includes("msgRecalled")||i.includes("message_not_found")||i.includes("404")?(n?.info??console.log)(`WPS thinking reaction cleanup skipped (message gone): ${i.substring(0,100)}`):(n?.error??console.error)(`WPS thinking reaction cleanup failed: ${i}`)}}var Jr,Zr=de(()=>{"use strict";vr();ar();Jr="emoji_busy"});var Wt=de(()=>{"use strict";Ot();vr();_t();ar();Mt();Zr();pt()});function Ki(e){let t=fn.get(e);return!!t&&Date.now()-t<6e4}function Hi(e){fn.set(e,Date.now())}function Ji(e){fn.delete(e)}var fn,_n=de(()=>{"use strict";fn=new Map});var gn={};ei(gn,{buildAuthCard:()=>Yi,buildAuthSuccessCard:()=>Qi,buildAuthorizeUrl:()=>Zi,decodeState:()=>Vi,encodeState:()=>Xi,handleAuthEvent:()=>Ks,sendAuthCard:()=>hn});import{randomBytes as Bs}from"node:crypto";function Xi(e){let t=Bs(16).toString("hex");e.nonce=t;let r=t;return Ft.set(r,e),setTimeout(()=>Ft.delete(r),10*6e4).unref?.(),r}function Vi(e){let t=Ft.get(e);return t&&Ft.delete(e),t??null}function Zi(e){let t=new URL("/oauth2/auth",e.baseUrl);return t.searchParams.set("response_type","code"),t.searchParams.set("client_id",e.appId),t.searchParams.set("redirect_uri",e.redirectUri),t.searchParams.set("scope",e.scopes.join(",")),t.searchParams.set("state",e.state),t.toString()}function Yi(e,t,r){let n=t.length>lr,i=(n?t.slice(0,lr):t).join(`
|
|
1
|
+
var Go=Object.defineProperty;var de=(e,t)=>()=>(e&&(t=e(e=0)),t);var ei=(e,t)=>{for(var r in t)Go(e,r,{get:t[r],enumerable:!0})};function xr(e){return e===401?{hint:"invalid/expired token or app credentials",retriable:!1}:e===403?{hint:"permission denied or scope not granted",retriable:!1}:e===404?{hint:"resource not found",retriable:!1}:e===409?{hint:"resource state conflict",retriable:!1}:e===429?{hint:"rate limited by WPS API",retriable:!0}:e>=500?{hint:"WPS API temporarily unavailable",retriable:!0}:{hint:"unexpected WPS API status",retriable:!1}}var Je,ce,At=de(()=>{"use strict";Je=class extends Error{detail;name="WpsRequestError";constructor(t,r){super(t),this.detail=r}get retriable(){return this.detail.retriable===!0}get stage(){return this.detail.stage}},ce=class extends Error{cause;name="WpsTokenError";constructor(t,r){super(t),this.cause=r}}});function Jo(e){return e===401?"invalid app credentials (check client_id/client_secret)":e===403?"app not authorized for this enterprise or scope":e===429?"rate limited by WPS token endpoint":e>=500?"WPS OAuth service unavailable":"unexpected OAuth response"}function z(e){let t=`${e.clientId}@${e.baseUrl}`,r=ti.get(t);return r||(r=new Zt(e),ti.set(t,r)),r}var Ko,Ho,Zt,ti,vr=de(()=>{"use strict";At();Ko=6e4,Ho=["/oauth2/token","/openapi/oauth2/token"];Zt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-Ko)return this.token.accessToken;if(this.inFlight)return this.inFlight;this.inFlight=this.requestToken();try{return await this.inFlight}finally{this.inFlight=null}}invalidate(){this.token=null}async requestToken(){let t=this.creds.baseUrl.replace(/\/$/,""),r="unknown token error";for(let n of Ho){let o=`${t}${n}`,i;try{i=await fetch(o,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams({grant_type:"client_credentials",client_id:this.creds.clientId,client_secret:this.creds.clientSecret})})}catch(a){r=`Network error requesting token from ${o}: ${String(a)}`;continue}if(!i.ok){let a=await i.text();r=`Token request failed (${i.status}) at ${o}: ${Jo(i.status)}; body=${a}`;continue}let s=await i.json();if(s.code!==void 0&&s.code!==0){r=`WPS OAuth error (code ${s.code}): ${s.msg??"unknown"}`;continue}if(!s.access_token||!s.expires_in){r=`Invalid token response from ${o}: missing access_token or expires_in`;continue}return this.token={accessToken:s.access_token,expiresAt:Date.now()+s.expires_in*1e3},this.token.accessToken}throw new ce(r)}},ti=new Map});import{z as S}from"zod";function Qt(e){return Yt}function er(e){let t=e?.defaultAccountId?.trim();if(t)return t;let r=e?.accounts?Object.keys(e.accounts)[0]:void 0;return r&&r.trim()?r:Ue}function Pr(e){return e?e.accounts&&Object.keys(e.accounts).length>0?e.accounts:!(e.appId||e.appSecret||e.companyId||e.webhook||e.sdk||e.groups||e.dmPolicy||e.groupPolicy)?{}:!e.appId||!e.appSecret?{}:{[Ue]:{enabled:e.enabled??!0,appId:e.appId,appSecret:e.appSecret,companyId:e.companyId,baseUrl:e.baseUrl??"https://openapi.wps.cn",enableEncryption:e.enableEncryption??!0,webhook:e.webhook,sdk:e.sdk,dmPolicy:e.dmPolicy,allowFrom:e.allowFrom,groupPolicy:e.groupPolicy,groups:e.groups,instantAck:e.instantAck,robotJoinGroupMessage:e.robotJoinGroupMessage,mcp:e.mcp}}:{}}function be(e){return!e?.appId||!e?.appSecret?null:{clientId:e.appId,clientSecret:e.appSecret,baseUrl:e.baseUrl??"https://openapi.wps.cn"}}var ri,ni,ii,oi,si,ai,Yt,Tr,Er,E,De,Ue,lt=de(()=>{"use strict";ri=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),ni=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),ii=S.object({enabled:S.boolean().default(!1),mode:S.literal("app").default("app"),clientId:S.string().optional(),clientSecret:S.string().optional(),baseUrl:S.string().optional(),toolAllowlist:S.array(S.string()).min(1,"mcp.toolAllowlist must contain at least one tool").default(["wps_user_search","wps_user_get","wps_message_send","wps_calendar_create","wps_calendar_list_events","wps_calendar_search_events","wps_calendar_update_event","wps_calendar_delete_event","wps_calendar_get_event","wps_calendar_list_event_attendees","wps_calendar_add_event_attendees","wps_calendar_list_event_meeting_rooms","wps_calendar_event_meeting_rooms_batch_create","wps_calendar_event_meeting_rooms_batch_delete","wps_calendar_delete_event_attendees","wps_calendar_list_calendar_event_instances","wps_calendar_list_event_instances","wps_calendar_respond_invitation","wps_todo_create_personal_task","wps_todo_list_personal_tasks","wps_todo_get_personal_task","wps_todo_update_personal_task","wps_todo_update_personal_task_status","wps_cloud_doc_list_drives","wps_cloud_doc_list_children_files","wps_cloud_doc_create_file","wps_cloud_doc_upload_file","wps_cloud_doc_extract_file_content","wps_cloud_doc_get_file_meta","wps_cloud_doc_search_files","wps_airpage_create_file","wps_airpage_create_block_content","wps_airpage_query_document_blocks","wps_airpage_batch_query_document_blocks","wps_airpage_delete_block_content","wps_airpage_batch_delete_block_content","wps_airpage_update_document_block","wps_airpage_batch_update_document_blocks","wps_meeting_rooms_list","wps_meeting_rooms_get","wps_meeting_rooms_search","wps_meeting_room_bookings_batch_get","wps_meeting_room_bookings_update_status"])}),oi=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),si=S.object({enabled:S.boolean().default(!1),logLevel:S.enum(["debug","info","warn","error"]).default("info"),endpoint:S.string().optional(),connectTimeoutMs:S.number().min(3e3).max(12e4).default(2e4),pongTimeout:S.number().min(3e4).max(3e5).default(15e4),autoReconnect:S.boolean().default(!0),reconnectBaseInterval:S.number().min(500).max(1e4).default(1e3),reconnectMaxInterval:S.number().min(1e4).max(3e5).default(6e4),reconnectMultiplier:S.number().min(1.5).max(3).default(2),reconnectMaxRetry:S.number().min(-1).max(100).default(-1),reconnectJitter:S.number().min(0).max(.5).default(.2)}),ai=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Yt="https://365.kdocs.cn/woa/openclaw/callback",Tr=S.object({enabled:S.boolean().default(!0),appId:S.string().describe("WPS App ID (client_id)"),appSecret:S.string().describe("WPS App Secret (client_secret)"),companyId:S.string().optional().describe("WPS Company ID"),baseUrl:S.string().default("https://openapi.wps.cn"),enableEncryption:S.boolean().default(!0),webhook:ai.optional(),sdk:si.optional(),dmPolicy:ri.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),ni).optional(),instantAck:oi.optional(),robotJoinGroupMessage:S.string().optional(),mcp:ii.optional()}),Er=Tr.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),Tr).optional()});E="wps-xiezuo",De="wps-xiezuo",Ue="default"});var qr={};ei(qr,{currentAccountId:()=>Ot,getDefaultAccountId:()=>$r,getDelegatedScopes:()=>Ct,getLazyClient:()=>Rr,getLazyCreds:()=>nr,getLazyLog:()=>ve,getLazyWpsCfg:()=>Cr,runWithAccountId:()=>tr,setAccountContext:()=>rr,setDefaultAccountId:()=>Or,setDelegatedScopes:()=>Yo,setLazyClient:()=>Zo,updateDelegatedScopes:()=>Rt});import{AsyncLocalStorage as Xo}from"node:async_hooks";function tr(e,t){return Ar.run(e,t)}function Ot(){return Ar.getStore()}function rr(e,t){if(!e?.trim())throw new Error("setAccountContext: accountId must not be empty");pt.set(e,{...t,delegatedScopes:t.delegatedScopes??[]})}function Or(e){Xe=e}function $r(){return Xe}function Vo(e){if(e)return e;let t=Ar.getStore();if(t)return t;if(Xe)return Xe;if(pt.size===1)return pt.keys().next().value;throw new Error("WPS accountId required: multiple accounts configured but no accountId specified and no default set")}function $t(e){let t=Vo(e),r=pt.get(t);if(!r)throw new Error(`WPS account context not initialized for "${t}" (startAccount has not been called)`);return r}function Rr(e){return $t(e).client}function ve(e){if(!e&&!Xe&&pt.size===0)return null;try{return $t(e).log}catch{return null}}function Cr(e){return $t(e).wpsCfg}function nr(e){return $t(e).creds}function Rt(e,t){let r=pt.get(e);r&&(r.delegatedScopes=t)}function Ct(e){try{return $t(e).delegatedScopes}catch{return[]}}function Zo(e,t,r,n){rr(Xe??"default",{client:e,log:t??null,wpsCfg:r,creds:n})}function Yo(e){Rt(Xe??"default",e)}var Ar,pt,Xe,Ne=de(()=>{"use strict";Ar=new Xo;pt=new Map,Xe=null});import{randomBytes as li,createCipheriv as Qo,createDecipheriv as es}from"node:crypto";import{existsSync as Dr,mkdirSync as ts,readFileSync as pi,writeFileSync as ui,unlinkSync as kc}from"node:fs";import{join as Dt}from"node:path";import{homedir as di}from"node:os";function mi(){return process.platform==="win32"?Dt(di(),"AppData","Local",ci):Dt(di(),".local","share",ci)}function hi(){let e=mi();return Dr(e)||ts(e,{recursive:!0,mode:448}),e}function gi(){let e=hi(),t=Dt(e,rs);if(Dr(t)){let n=pi(t);if(n.length===32)return n}let r=li(32);return ui(t,r,{mode:384}),r}function ns(e,t){let r=li(ut),n=Qo(_i,t,r,{authTagLength:qt}),o=Buffer.concat([n.update(e),n.final()]),i=n.getAuthTag();return Buffer.concat([r,i,o])}function is(e,t){if(e.length<ut+qt+1)throw new Error("Invalid encrypted data: too short");let r=e.subarray(0,ut),n=e.subarray(ut,ut+qt),o=e.subarray(ut+qt),i=es(_i,t,r,{authTagLength:qt});return i.setAuthTag(n),Buffer.concat([i.update(o),i.final()])}function Ur(){try{let e=mi(),t=Dt(e,fi);if(!Dr(t))return{};let r=gi(),n=pi(t),o=is(n,r),i=JSON.parse(o.toString("utf8"));return!i||typeof i!="object"?{}:i}catch{return{}}}function Nr(e){try{let t=gi(),r=JSON.stringify(e,null,2),n=ns(Buffer.from(r,"utf8"),t),o=hi(),i=Dt(o,fi);ui(i,n,{mode:384})}catch{}}function jr(e){let t=Ur();e in t&&(delete t[e],Nr(t))}var ci,rs,fi,_i,ut,qt,yi=de(()=>{"use strict";ci="openclaw-wps-xiezuo-uat",rs="master.key",fi="tokens.enc",_i="aes-256-gcm",ut=12,qt=16});function ir(e,t){return`${e}:${t}`}function Wr(e,t){Mr.set(e,t)}function zr(){if(!wi){wi=!0;try{let e=Ur();for(let[t,r]of Object.entries(e))!r||typeof r!="object"||!r.accessToken||!r.expiresAt||Te.set(t,r)}catch{}}}function bi(){let e={};for(let[t,r]of Te)e[t]=r;Nr(e)}function Lr(e,t,r){zr();let n=ir(e,t);Te.set(n,r),bi(),Br(e,t,r)}function Ut(e,t){zr();let r=ir(e,t),n=Te.get(r);return n?Date.now()>=n.expiresAt?(Te.delete(r),Ii(r),jr(r),null):n.accessToken:null}function Ii(e){let t=Ve.get(e);t&&(clearTimeout(t),Ve.delete(e))}function Br(e,t,r){let n=ir(e,t);if(Ii(n),!r.refreshToken)return;let o=Math.max(r.expiresAt-Date.now()-os,1e4),i=setTimeout(()=>{ss(e,t).catch(s=>{ve(e)?.warn?.(`[TokenStore] Refresh failed for account=${e} user=${t}, token cleared \u2014 next tool call will trigger re-auth: ${String(s)}`),Te.delete(n),Ve.delete(n),jr(n)})},o);i.unref?.(),Ve.set(n,i)}async function ss(e,t){let r=ir(e,t),n=Te.get(r);if(!n?.refreshToken){Ve.delete(r);return}let o=Mr.get(e);if(!o){ve(e)?.warn?.(`[TokenStore] Refresh skipped for account=${e} user=${t}: refreshCtx not set yet`),Ve.delete(r);return}let i=o.baseUrl.replace(/\/$/,""),s=new URLSearchParams({grant_type:"refresh_token",client_id:o.appId,client_secret:o.appSecret,refresh_token:n.refreshToken}),a=await fetch(`${i}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:s.toString()}),c=await a.text(),l;try{l=JSON.parse(c)}catch{throw new ce(`OAuth refresh: non-JSON response (${a.status}): ${c.slice(0,200)}`)}if(!a.ok||typeof l.code=="number"&&l.code!==0)throw new ce(`OAuth refresh failed (${a.status}): ${JSON.stringify(l)}`);let d=typeof l.access_token=="string"?l.access_token:"";if(!d)throw new ce(`OAuth refresh: missing access_token: ${JSON.stringify(l)}`);let u=typeof l.expires_in=="number"?l.expires_in:7200,p={accessToken:d,refreshToken:typeof l.refresh_token=="string"?l.refresh_token:n.refreshToken,expiresAt:Date.now()+u*1e3,openid:typeof l.openid=="string"?l.openid:n.openid};Te.set(r,p),bi(),Br(e,t,p)}function Fr(e){zr();for(let[t,r]of Te){if(!r.refreshToken||Date.now()>=r.expiresAt||Ve.has(t))continue;let[n,o]=t.split(":",2);!n||!o||e&&n!==e||Mr.has(n)&&Br(n,o,r)}}async function Gr(e){let t=e.baseUrl.replace(/\/$/,""),r=new URLSearchParams({grant_type:"authorization_code",client_id:e.appId,client_secret:e.appSecret,code:e.code,redirect_uri:e.redirectUri??Yt}),n=await fetch(`${t}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:r.toString()}),o=await n.text(),i;try{i=JSON.parse(o)}catch{throw new ce(`OAuth code exchange: non-JSON response (${n.status}): ${o.slice(0,200)}`)}if(!n.ok||typeof i.code=="number"&&i.code!==0)throw new ce(`OAuth code exchange failed (${n.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new ce(`OAuth code exchange: missing access_token in response: ${JSON.stringify(i)}`);let a=typeof i.expires_in=="number"?i.expires_in:7200;return{accessToken:s,refreshToken:typeof i.refresh_token=="string"?i.refresh_token:"",expiresAt:Date.now()+a*1e3,openid:typeof i.openid=="string"?i.openid:""}}var Te,Ve,os,Mr,wi,ft=de(()=>{"use strict";At();lt();Ne();yi();Te=new Map,Ve=new Map,os=5*6e4,Mr=new Map;wi=!1});function B(e,t){return new Nt(e,new or(t))}function Kr(e,t){return new Nt(e,new sr(t))}var or,sr,Nt,ar=de(()=>{"use strict";At();or=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},sr=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},Nt=class{baseUrl;auth;constructor(t,r){this.baseUrl=t,this.auth=r}async request(t){let r=await this.auth.getHeaders(),n=this.buildUrl(t.path,t.query),o=t.method??"GET",i=await fetch(n,{method:o,headers:{"Content-Type":"application/json",...r,...t.headers??{}},body:t.body?JSON.stringify(t.body):void 0}),s=i.headers.get("X-Request-Id")??i.headers.get("x-request-id")??i.headers.get("X-Trace-Id")??i.headers.get("x-trace-id")??void 0;if(!i.ok){let a=await i.text(),c;try{let p=JSON.parse(a);c=p.code??p.result}catch{}let{hint:l,retriable:d}=xr(i.status),u=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${u} body=${a}`),new Je(`WPS API error (${i.status} ${o} ${t.path}): ${a}`,{stage:"http",method:o,path:t.path,httpStatus:i.status,wpsCode:c,hint:l,retriable:d,requestId:s})}return this.parseResponse(i,o,t.path,s)}buildUrl(t,r){let n=new URL(t,this.baseUrl);if(r){for(let[o,i]of Object.entries(r))if(i!==void 0)if(Array.isArray(i))for(let s of i)n.searchParams.append(o,s);else n.searchParams.set(o,String(i))}return n.toString()}async parseResponse(t,r,n,o){let i=await t.text();if(!i||i.trim()==="")return{};let s;try{s=JSON.parse(i)}catch{throw new Je(`Failed to parse JSON from ${r} ${n}: ${i.slice(0,200)}`,{stage:"parse",method:r,path:n,hint:"response is not valid JSON",retriable:!1})}let a=s.code??s.result;if(a!==void 0&&a!==0&&a!=="ok"){let c=String(a)==="40300001"?"permission denied by WPS business policy":"WPS business validation failed",l=s.request_id??o,d=l?` request_id=${String(l)}`:"";throw console.error(`[WPS-API-ERROR] biz_code=${String(a)} ${r} ${n}${d} msg=${s.msg??s.message??"unknown"}`),new Je(`WPS business error code=${String(a)}: ${s.msg??s.message??"unknown"}`,{stage:"business",method:r,path:n,wpsCode:a,hint:c,retriable:!1,requestId:l?String(l):void 0})}return s}}});import{imageSize as as}from"image-size";function jt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let r=e;for(let n of ds){let o=r[n];if(typeof o=="string"&&o.trim())return o.trim()}return r.data&&typeof r.data=="object"?jt(r.data,t+1):null}function Hr(e){let t=jt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function Ze(e){try{let t=as(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var ds,Mt=de(()=>{"use strict";ds=["url","download_url","downloadUrl","file_url","fileUrl"]});async function Xr(e,t,r){let n=z(e);await B(e.baseUrl,n).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/create`,body:{reaction_type:Jr}})}async function Vr(e,t,r,n){try{let o=z(e);await B(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/delete`,body:{reaction_type:Jr}})}catch(o){let i=String(o);i.includes("msgRecalled")||i.includes("message_not_found")||i.includes("404")?(n?.info??console.log)(`WPS thinking reaction cleanup skipped (message gone): ${i.substring(0,100)}`):(n?.error??console.error)(`WPS thinking reaction cleanup failed: ${i}`)}}var Jr,Zr=de(()=>{"use strict";vr();ar();Jr="emoji_busy"});var Wt=de(()=>{"use strict";At();vr();ft();ar();Mt();Zr();lt()});function Ki(e){let t=fn.get(e);return!!t&&Date.now()-t<6e4}function Hi(e){fn.set(e,Date.now())}function Ji(e){fn.delete(e)}var fn,_n=de(()=>{"use strict";fn=new Map});var gn={};ei(gn,{buildAuthCard:()=>Yi,buildAuthSuccessCard:()=>Qi,buildAuthorizeUrl:()=>Zi,decodeState:()=>Vi,encodeState:()=>Xi,handleAuthEvent:()=>Ks,sendAuthCard:()=>hn});import{randomBytes as Bs}from"node:crypto";function Xi(e){let t=Bs(16).toString("hex");e.nonce=t;let r=t;return Ft.set(r,e),setTimeout(()=>Ft.delete(r),10*6e4).unref?.(),r}function Vi(e){let t=Ft.get(e);return t&&Ft.delete(e),t??null}function Zi(e){let t=new URL("/oauth2/auth",e.baseUrl);return t.searchParams.set("response_type","code"),t.searchParams.set("client_id",e.appId),t.searchParams.set("redirect_uri",e.redirectUri),t.searchParams.set("scope",e.scopes.join(",")),t.searchParams.set("state",e.state),t.toString()}function Yi(e,t,r){let n=t.length>lr,i=(n?t.slice(0,lr):t).join(`
|
|
2
2
|
`)+(n?`
|
|
3
3
|
... \u7B49\u5171 ${t.length} \u9879\u6743\u9650`:""),s=r?.totalScopes??t.length,a=r&&r.totalParts>1?`\uFF08\u7B2C ${r.partIndex}/${r.totalParts} \u7EC4\uFF0C\u672C\u7EC4 ${t.length} \u9879\uFF09`:"",c=r&&r.totalParts>1?`\u8BF7\u6388\u6743\u4EE5\u65B9\u4FBF\u7EE7\u7EED\u64CD\u4F5C\uFF08${r.partIndex}/${r.totalParts}\uFF09`:"\u8BF7\u6388\u6743\u4EE5\u65B9\u4FBF\u7EE7\u7EED\u64CD\u4F5C";return{card:{i18n_items:[{key:"zh-CN",value:{elements:[{text:{tag:"text",text:{content:`\u5E94\u7528\u9700\u8981\u6388\u6743 ${s} \u4E2A\u7528\u6237\u6743\u9650${a}\u3002`,text_align:"left",text_size:"small",type:"markdown"}}},{text:{tag:"text",text:{content:`**\u5C06\u8981\u6388\u6743\u7684\u6743\u9650\uFF1A**
|
|
4
4
|
|
|
@@ -9,27 +9,27 @@ ${i}
|
|
|
9
9
|
${(t?e.slice(0,lr):e).join(`
|
|
10
10
|
`)+(t?`
|
|
11
11
|
... \u7B49\u5171 ${e.length} \u9879\u6743\u9650`:"")}
|
|
12
|
-
`,text_align:"left",text_size:"small",type:"markdown"}}},{action:{actions:[{button:{disabled_tips:{content:"",type:"plain"},hover_tips:{content:"",type:"plain"},margin:"0px 0px 0px 0px",style:"disable",tag:"button",text:{content:"\u5DF2\u6388\u6743",type:"plain"}}}],layout:"exclusive_row",tag:"action"}}],header:{subtitle:{tag:"text",text:{content:"",type:"plain"}},template:"green",title:{tag:"text",text:{content:"\u6388\u6743\u5DF2\u5B8C\u6210",type:"plain"}}}}}]}}}async function hn(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=qt(e.accountId),l=new Set(c.map(u=>u.name)),d=e.scopes.names.filter(u=>!l.has(u));d.length>0&&c.length>0&&ve(e.accountId)?.warn?.(`[OAuth] Requested scopes not in delegated list: ${d.join(", ")}. \u9700\u5728\u5F00\u653E\u5E73\u53F0\u540E\u53F0\u5F00\u901A\u5BF9\u5E94\u80FD\u529B\u6743\u9650\u3002`),t=e.scopes.names}else{let c=qt(e.accountId);if(c.length===0)return ve(e.accountId)?.error?.("[OAuth] No delegated scopes available. \u5E94\u7528\u672A\u914D\u7F6E delegated \u6743\u9650\uFF0C\u8BF7\u5728\u5F00\u653E\u5E73\u53F0\u540E\u53F0\u5F00\u901A\u3002"),null;t=c.map(l=>l.name)}let r=Qt(e.wpsCfg),n=z(e.creds),o=B(e.creds.baseUrl,n),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=Fs(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=Xi({accountId:e.accountId,wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),u=Zi({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:r}),p=Yi(u,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),f={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:p},g=(await o.request({method:"POST",path:"/v7/messages/create",body:f})).data?.message_id??"",y=Ft.get(d);y&&(y.messageId=g),a||(a={messageId:g,authorizeUrl:u})}return a}async function Gs(e,t,r,n){if(t)try{let o=z(e),i=B(e.baseUrl,o),s=Qi(r);await i.request({method:"POST",path:`/v7/messages/${encodeURIComponent(t)}/update`,body:{type:"card",content:s}})}catch(o){n?.warn?.(`Failed to update auth card: ${String(o)}`)}}async function Ks(e){let{code:t,creds:r,log:n}=e,o=e.state?Vi(e.state):null,i=o?.accountId??e.accountId,s=o?.wpsUserId??e.userId??"";if(!i){n?.warn?.("[OAuth] Missing accountId in state and opts, cannot store token securely \u2014 aborting");return}if(!s){n?.warn?.(`[OAuth] Cannot determine user: state=${e.state}, userId=${e.userId}`);return}e.accountId&&o?.accountId&&e.accountId!==o.accountId&&n?.warn?.(`[OAuth] accountId mismatch: state=${o.accountId} opts=${e.accountId} \u2014 using state accountId, but token exchange uses opts.creds (${r.clientId})`),n?.info?.(`[OAuth] Auth event for account=${i} user=${s}, code=${t.slice(0,8)}..., hasState=${!!o}`);let a=Qt(e.wpsCfg),{getLazyCreds:c}=await Promise.resolve().then(()=>(Ne(),qr)),l=r;try{l=c(i)}catch{n?.warn?.(`[OAuth] Could not resolve creds for account=${i}, falling back to opts.creds`)}let d=await Gr({appId:l.clientId,appSecret:l.clientSecret,baseUrl:l.baseUrl,code:t,redirectUri:a});if(Lr(i,s,d),Ji(`${i}:${s}`),n?.info?.(`[OAuth] Token exchange success for account=${i} user=${s}, openid=${d.openid}, expiresAt=${new Date(d.expiresAt).toISOString()}, hasRefresh=${!!d.refreshToken}`),o?.messageId){let u=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(p=>p.length>0):qt(i).map(p=>p.name).filter(p=>p.length>0);await Gs(r,o.messageId,u,n)}}var Ft,lr,mn,pr=de(()=>{"use strict";_t();Wt();Ne();_n();pt();Ft=new Map;lr=6;mn=25});Wt();var Ie=null;(async()=>{try{Ie=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){Ie=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function ki(){return typeof Ie?.emptyPluginConfigSchema=="function"?Ie.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Si(e){return typeof Ie?.buildChannelConfigSchema=="function"?Ie.buildChannelConfigSchema(e):e}function xi(e){return typeof Ie?.formatPairingApproveHint=="function"?Ie.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function vi(e,t){return typeof Ie?.waitUntilAbort=="function"?Ie.waitUntilAbort(e,t):new Promise(r=>{let n=()=>{e.removeEventListener("abort",n),t().finally(r)};if(e.aborted){n();return}e.addEventListener("abort",n,{once:!0})})}Wt();import{existsSync as da,readFileSync as ca}from"node:fs";import{readFile as oo}from"node:fs/promises";import{homedir as la}from"node:os";import _r from"node:path";var dr="kso.app_chat.message";import*as mt from"node:crypto";function Ti(e){if(!e||typeof e!="object")return!1;let t=e;return typeof t.encrypted_data=="string"&&typeof t.nonce=="string"&&typeof t.signature=="string"&&typeof t.topic=="string"&&typeof t.time=="number"}function Ei(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,r=mt.createHmac("sha256",e.appSecret);return r.update(t),r.digest("base64url").replace(/=+$/,"")===e.signature}function Pi(e,t,r){let n=mt.createHash("md5").update(t).digest("hex"),o=Buffer.from(n,"utf-8"),i=Buffer.from(r,"utf-8").subarray(0,16),s=Buffer.from(e,"base64"),a=mt.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function Qr(e){return typeof e=="string"&&e.trim()!==""&&e!==dr}function Qe(e){return e&&typeof e=="object"?e:{}}function Yr(...e){for(let t of e){if(typeof t=="string"&&t.trim())return t.trim();if(typeof t=="number"&&Number.isFinite(t))return String(t)}return""}function cs(e){let t=e.content;if(!t||typeof t!="object")return{};let r=t,n=r.text;if(n&&typeof n=="object"&&n!==null&&"content"in n){let a=n.content;if((typeof a=="string"?a.trim():typeof a=="number"&&Number.isFinite(a)?String(a):"")!=="")return r}if(typeof r.text=="string")return{text:{content:r.text,type:"plain"}};let o=r.image;if(o&&typeof o=="object"){let a=typeof o.file_id=="string"?o.file_id:"",c=typeof o.storage_key=="string"?o.storage_key:"",l=typeof o.key=="string"?o.key:"",d=a||c||l;return d?{image:{...o,storage_key:d}}:r}let i=r.file;if(i&&typeof i=="object"){let a=typeof i.type=="string"?i.type:"",c=i.cloud;if((a==="cloud"||c)&&c&&typeof c=="object")return{file:{type:"cloud",cloud:c}};let l=i.file_id;if(l)return{file:{type:"local",local:{storage_key:l,name:i.name??"file"}}};let d=i.local;if(d&&typeof d=="object")return{file:{type:"local",local:d}}}let s=r.rich_text;return r}function ls(e){if(!Array.isArray(e))return;let t=e.map(r=>Qe(r)).map(r=>{let n=Qe(r.identity),o={id:typeof n.id=="string"?n.id:void 0,app_id:typeof n.app_id=="string"?n.app_id:void 0,name:typeof n.name=="string"?n.name:void 0,type:typeof n.type=="string"?n.type:void 0,company_id:typeof n.company_id=="string"?n.company_id:void 0},i=Object.values(o).some(s=>s!==void 0);return{type:typeof r.type=="string"?r.type:void 0,id:typeof r.id=="string"?r.id:void 0,user_id:typeof r.user_id=="string"?r.user_id:void 0,userId:typeof r.userId=="string"?r.userId:void 0,offset:typeof r.offset=="number"?r.offset:void 0,length:typeof r.length=="number"?r.length:void 0,...i?{identity:o}:{}}}).filter(r=>!!(r.id||r.user_id||r.userId||r.type||r.identity));return t.length>0?t:void 0}function ps(e){let t=Qe(e),r=Qe(t.sender),n=typeof t.sender_id=="string"?t.sender_id:void 0,o=typeof r.id=="string"?r.id:void 0;if(!(!n&&!o))return{sender_id:n,sender:o?{id:o}:void 0}}function Ai(e){let t=Qe(e),r=Qe(e.message),n=e.send_time<1e12?Math.floor(e.send_time*1e3):e.send_time,o=String(e.chat.id),i=String(e.message.id),s=String(e.sender.id);return{topic:typeof t.topic=="string"?t.topic:dr,event_id:Yr(t.event_id,t.id,i)||void 0,company_id:Yr(t.company_id,t.companyId,t.corp_id)||void 0,chat:{id:o,type:e.chat.type},message:{id:i,type:e.message.type,content:cs(e.message),sender:{id:s,type:e.sender.type},mentions:ls(r.mentions),reply_to:ps(r.reply_to)},quote_msg_id:Yr(t.quote_msg_id,t.quote_message_id,typeof r.quote_msg_id=="string"?r.quote_msg_id:void 0)||void 0,sender:{id:s,type:e.sender.type,name:e.sender.extended_attribute?.name},send_time:n}}function Oi(e,t,r,n){let o=Qe(e);if(typeof o.challenge=="string")return n?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(r&&Ti(e)){let s=e;if(s.topic!==dr)return n?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Ei({appId:t.appId,appSecret:t.appSecret,topic:s.topic,nonce:s.nonce,time:s.time,encryptedData:s.encrypted_data,signature:s.signature}))return n?.error?.("WPS signature verification failed"),{ok:!1,error:"Invalid signature",status:403};try{let c=Pi(s.encrypted_data,t.appSecret,s.nonce),l=JSON.parse(c);return l.topic=s.topic,l.event_id||(l.event_id=l.message?.id),n?.info?.(`WPS decrypted event: topic=${s.topic}, operation=${s.operation}`),{ok:!0,payload:l}}catch(c){return n?.error?.("WPS decryption failed:",c),{ok:!1,error:"Decryption failed",status:400}}}let i=e;return Qr(i.topic)?(n?.info?.(`WPS webhook skip non-message topic=${String(i.topic)}`),{ok:!1,error:"skip",status:200}):(i.event_id||(i.event_id=i.message?.id),{ok:!0,payload:i})}function $i(e,t){return{...e,pongTimeout:t?.pongTimeout??15e4,autoReconnect:t?.autoReconnect??!0,reconnectBaseInterval:t?.reconnectBaseInterval??1e3,reconnectMaxInterval:t?.reconnectMaxInterval??6e4,reconnectMultiplier:t?.reconnectMultiplier??2,reconnectMaxRetry:t?.reconnectMaxRetry??-1,reconnectJitter:t?.reconnectJitter??.2}}import{Client as pa,Dispatcher as ua}from"open-event-sdk";pt();Wt();function k(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function te(...e){for(let t of e){if(typeof t=="number"&&Number.isFinite(t))return t;if(typeof t=="string"&&t.trim()){let r=Number(t);if(Number.isFinite(r))return r}}}function en(e){return{kind:"image",storageKey:k(e.storage_key),name:k(e.name),mimeType:k(e.type),size:te(e.size),width:te(e.width),height:te(e.height),thumbnailStorageKey:k(e.thumbnail_storage_key)}}var us=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function Ri(e){for(let t of us){let r=e[t];if(Array.isArray(r)&&r.length>0)return r}return null}function Ci(e){let t=e.rich_text;if(t&&typeof t=="object"){let n=t,o=Ri(n);if(o)return o;if(Array.isArray(n.elements))return n.elements}let r=Ri(e);return r||(Array.isArray(e.elements)?e.elements:null)}function qi(e){let t=[],r=[],n=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let _ of i)o(_,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let _=l.content;typeof _=="string"&&_.trim()!==""&&r.push(_);let h=typeof _=="string"?k(_):"";h&&t.push(h)}let d=a.style_text_content;if(d&&typeof d=="object"){let _=d.text,h=typeof _=="string"?k(_):"";h&&t.push(h),typeof _=="string"&&_.trim()!==""&&r.push(_)}let u=a.mention_content;if(u&&typeof u=="object"){let _=u.text,h=typeof _=="string"?k(_):"";h&&t.push(h),typeof _=="string"&&_.trim()!==""&&r.push(_)}let p=a.link_content;if(p&&typeof p=="object"){let _=p,h=_.text,w=_.url,b=typeof h=="string"&&h.trim()!==""?h.trim():"",I=typeof w=="string"&&w.trim()!==""?w.trim():"";b&&t.push(b),b&&I?r.push(`[${b}](${I})`):b?r.push(b):I&&r.push(I)}let f=a.doc_content;if(f&&typeof f=="object"){let _=f,h=_.file;if(h&&typeof h=="object"){let w=k(h.link_url,_.link_url),b=k(h.link_id,_.link_id);n.push({kind:"file",name:k(_.text,a.alt_text),fileId:k(h.id),cloudType:!0,cloudLinkUrl:w||void 0,cloudLinkId:b||void 0})}if(c==="doc"){let w=typeof _.text=="string"?_.text.trim():"\u6587\u6863",b=_.file?.link_url,I=(typeof _.link_url=="string"?_.link_url.trim():"")||(typeof b=="string"?b.trim():"")||"";w&&t.push(w),I?r.push(`[${w}](${I})`):w&&r.push(w)}}let m=a.image_content;if(m&&typeof m=="object"){let _=m,h=typeof _.storage_key=="string"?_.storage_key.trim():"";if(h&&(n.push(en(_)),c==="image"||c==="custom_emoji")){let w=typeof _.name=="string"?_.name.trim():"\u56FE\u7247";r.push(``)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||u&&typeof u=="object"||p&&typeof p=="object"||m&&typeof m=="object"||f&&typeof f=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let _=k(a.alt_text);_&&t.push(_)}if(Array.isArray(a.elements))for(let _ of a.elements)o(_,s+1);let y=a.runs;if(Array.isArray(y))for(let _ of y)o(_,s+1);for(let _ of["inline_entities","segments","inlines","spans"]){let h=a[_];if(Array.isArray(h))for(let w of h)o(w,s+1)}};for(let i of e)o(i,0);return{plainTextLines:t,markdownLines:r,attachments:n}}function Di(e){let t=Ci(e);if(!t)return null;let r=qi(t);return{plainText:r.plainTextLines.join(`
|
|
12
|
+
`,text_align:"left",text_size:"small",type:"markdown"}}},{action:{actions:[{button:{disabled_tips:{content:"",type:"plain"},hover_tips:{content:"",type:"plain"},margin:"0px 0px 0px 0px",style:"disable",tag:"button",text:{content:"\u5DF2\u6388\u6743",type:"plain"}}}],layout:"exclusive_row",tag:"action"}}],header:{subtitle:{tag:"text",text:{content:"",type:"plain"}},template:"green",title:{tag:"text",text:{content:"\u6388\u6743\u5DF2\u5B8C\u6210",type:"plain"}}}}}]}}}async function hn(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=Ct(e.accountId),l=new Set(c.map(u=>u.name)),d=e.scopes.names.filter(u=>!l.has(u));d.length>0&&c.length>0&&ve(e.accountId)?.warn?.(`[OAuth] Requested scopes not in delegated list: ${d.join(", ")}. \u9700\u5728\u5F00\u653E\u5E73\u53F0\u540E\u53F0\u5F00\u901A\u5BF9\u5E94\u80FD\u529B\u6743\u9650\u3002`),t=e.scopes.names}else{let c=Ct(e.accountId);if(c.length===0)return ve(e.accountId)?.error?.("[OAuth] No delegated scopes available. \u5E94\u7528\u672A\u914D\u7F6E delegated \u6743\u9650\uFF0C\u8BF7\u5728\u5F00\u653E\u5E73\u53F0\u540E\u53F0\u5F00\u901A\u3002"),null;t=c.map(l=>l.name)}let r=Qt(e.wpsCfg),n=z(e.creds),o=B(e.creds.baseUrl,n),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=Fs(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=Xi({accountId:e.accountId,wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),u=Zi({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:r}),p=Yi(u,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),f={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:p},g=(await o.request({method:"POST",path:"/v7/messages/create",body:f})).data?.message_id??"",y=Ft.get(d);y&&(y.messageId=g),a||(a={messageId:g,authorizeUrl:u})}return a}async function Gs(e,t,r,n){if(t)try{let o=z(e),i=B(e.baseUrl,o),s=Qi(r);await i.request({method:"POST",path:`/v7/messages/${encodeURIComponent(t)}/update`,body:{type:"card",content:s}})}catch(o){n?.warn?.(`Failed to update auth card: ${String(o)}`)}}async function Ks(e){let{code:t,creds:r,log:n}=e,o=e.state?Vi(e.state):null,i=o?.accountId??e.accountId,s=o?.wpsUserId??e.userId??"";if(!i){n?.warn?.("[OAuth] Missing accountId in state and opts, cannot store token securely \u2014 aborting");return}if(!s){n?.warn?.(`[OAuth] Cannot determine user: state=${e.state}, userId=${e.userId}`);return}e.accountId&&o?.accountId&&e.accountId!==o.accountId&&n?.warn?.(`[OAuth] accountId mismatch: state=${o.accountId} opts=${e.accountId} \u2014 using state accountId, but token exchange uses opts.creds (${r.clientId})`),n?.info?.(`[OAuth] Auth event for account=${i} user=${s}, code=${t.slice(0,8)}..., hasState=${!!o}`);let a=Qt(e.wpsCfg),{getLazyCreds:c}=await Promise.resolve().then(()=>(Ne(),qr)),l=r;try{l=c(i)}catch{n?.warn?.(`[OAuth] Could not resolve creds for account=${i}, falling back to opts.creds`)}let d=await Gr({appId:l.clientId,appSecret:l.clientSecret,baseUrl:l.baseUrl,code:t,redirectUri:a});if(Lr(i,s,d),Ji(`${i}:${s}`),n?.info?.(`[OAuth] Token exchange success for account=${i} user=${s}, openid=${d.openid}, expiresAt=${new Date(d.expiresAt).toISOString()}, hasRefresh=${!!d.refreshToken}`),o?.messageId){let u=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(p=>p.length>0):Ct(i).map(p=>p.name).filter(p=>p.length>0);await Gs(r,o.messageId,u,n)}}var Ft,lr,mn,pr=de(()=>{"use strict";ft();Wt();Ne();_n();lt();Ft=new Map;lr=6;mn=25});Wt();var Ie=null;(async()=>{try{Ie=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){Ie=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function ki(){return typeof Ie?.emptyPluginConfigSchema=="function"?Ie.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Si(e){return typeof Ie?.buildChannelConfigSchema=="function"?Ie.buildChannelConfigSchema(e):e}function xi(e){return typeof Ie?.formatPairingApproveHint=="function"?Ie.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function vi(e,t){return typeof Ie?.waitUntilAbort=="function"?Ie.waitUntilAbort(e,t):new Promise(r=>{let n=()=>{e.removeEventListener("abort",n),t().finally(r)};if(e.aborted){n();return}e.addEventListener("abort",n,{once:!0})})}Wt();import{existsSync as da,readFileSync as ca}from"node:fs";import{readFile as oo}from"node:fs/promises";import{homedir as la}from"node:os";import _r from"node:path";var dr="kso.app_chat.message";import*as _t from"node:crypto";function Ti(e){if(!e||typeof e!="object")return!1;let t=e;return typeof t.encrypted_data=="string"&&typeof t.nonce=="string"&&typeof t.signature=="string"&&typeof t.topic=="string"&&typeof t.time=="number"}function Ei(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,r=_t.createHmac("sha256",e.appSecret);return r.update(t),r.digest("base64url").replace(/=+$/,"")===e.signature}function Pi(e,t,r){let n=_t.createHash("md5").update(t).digest("hex"),o=Buffer.from(n,"utf-8"),i=Buffer.from(r,"utf-8").subarray(0,16),s=Buffer.from(e,"base64"),a=_t.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function Qr(e){return typeof e=="string"&&e.trim()!==""&&e!==dr}function Ye(e){return e&&typeof e=="object"?e:{}}function Yr(...e){for(let t of e){if(typeof t=="string"&&t.trim())return t.trim();if(typeof t=="number"&&Number.isFinite(t))return String(t)}return""}function cs(e){let t=e.content;if(!t||typeof t!="object")return{};let r=t,n=r.text;if(n&&typeof n=="object"&&n!==null&&"content"in n){let a=n.content;if((typeof a=="string"?a.trim():typeof a=="number"&&Number.isFinite(a)?String(a):"")!=="")return r}if(typeof r.text=="string")return{text:{content:r.text,type:"plain"}};let o=r.image;if(o&&typeof o=="object"){let a=typeof o.file_id=="string"?o.file_id:"",c=typeof o.storage_key=="string"?o.storage_key:"",l=typeof o.key=="string"?o.key:"",d=a||c||l;return d?{image:{...o,storage_key:d}}:r}let i=r.file;if(i&&typeof i=="object"){let a=typeof i.type=="string"?i.type:"",c=i.cloud;if((a==="cloud"||c)&&c&&typeof c=="object")return{file:{type:"cloud",cloud:c}};let l=i.file_id;if(l)return{file:{type:"local",local:{storage_key:l,name:i.name??"file"}}};let d=i.local;if(d&&typeof d=="object")return{file:{type:"local",local:d}}}let s=r.rich_text;return r}function ls(e){if(!Array.isArray(e))return;let t=e.map(r=>Ye(r)).map(r=>{let n=Ye(r.identity),o={id:typeof n.id=="string"?n.id:void 0,app_id:typeof n.app_id=="string"?n.app_id:void 0,name:typeof n.name=="string"?n.name:void 0,type:typeof n.type=="string"?n.type:void 0,company_id:typeof n.company_id=="string"?n.company_id:void 0},i=Object.values(o).some(s=>s!==void 0);return{type:typeof r.type=="string"?r.type:void 0,id:typeof r.id=="string"?r.id:void 0,user_id:typeof r.user_id=="string"?r.user_id:void 0,userId:typeof r.userId=="string"?r.userId:void 0,offset:typeof r.offset=="number"?r.offset:void 0,length:typeof r.length=="number"?r.length:void 0,...i?{identity:o}:{}}}).filter(r=>!!(r.id||r.user_id||r.userId||r.type||r.identity));return t.length>0?t:void 0}function ps(e){let t=Ye(e),r=Ye(t.sender),n=typeof t.sender_id=="string"?t.sender_id:void 0,o=typeof r.id=="string"?r.id:void 0;if(!(!n&&!o))return{sender_id:n,sender:o?{id:o}:void 0}}function Ai(e){let t=Ye(e),r=Ye(e.message),n=e.send_time<1e12?Math.floor(e.send_time*1e3):e.send_time,o=String(e.chat.id),i=String(e.message.id),s=String(e.sender.id);return{topic:typeof t.topic=="string"?t.topic:dr,event_id:Yr(t.event_id,t.id,i)||void 0,company_id:Yr(t.company_id,t.companyId,t.corp_id)||void 0,chat:{id:o,type:e.chat.type},message:{id:i,type:e.message.type,content:cs(e.message),sender:{id:s,type:e.sender.type},mentions:ls(r.mentions),reply_to:ps(r.reply_to)},quote_msg_id:Yr(t.quote_msg_id,t.quote_message_id,typeof r.quote_msg_id=="string"?r.quote_msg_id:void 0)||void 0,sender:{id:s,type:e.sender.type,name:e.sender.extended_attribute?.name},send_time:n}}function Oi(e,t,r,n){let o=Ye(e);if(typeof o.challenge=="string")return n?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(r&&Ti(e)){let s=e;if(s.topic!==dr)return n?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Ei({appId:t.appId,appSecret:t.appSecret,topic:s.topic,nonce:s.nonce,time:s.time,encryptedData:s.encrypted_data,signature:s.signature}))return n?.error?.("WPS signature verification failed"),{ok:!1,error:"Invalid signature",status:403};try{let c=Pi(s.encrypted_data,t.appSecret,s.nonce),l=JSON.parse(c);return l.topic=s.topic,l.event_id||(l.event_id=l.message?.id),n?.info?.(`WPS decrypted event: topic=${s.topic}, operation=${s.operation}`),{ok:!0,payload:l}}catch(c){return n?.error?.("WPS decryption failed:",c),{ok:!1,error:"Decryption failed",status:400}}}let i=e;return Qr(i.topic)?(n?.info?.(`WPS webhook skip non-message topic=${String(i.topic)}`),{ok:!1,error:"skip",status:200}):(i.event_id||(i.event_id=i.message?.id),{ok:!0,payload:i})}function $i(e,t){return{...e,pongTimeout:t?.pongTimeout??15e4,autoReconnect:t?.autoReconnect??!0,reconnectBaseInterval:t?.reconnectBaseInterval??1e3,reconnectMaxInterval:t?.reconnectMaxInterval??6e4,reconnectMultiplier:t?.reconnectMultiplier??2,reconnectMaxRetry:t?.reconnectMaxRetry??-1,reconnectJitter:t?.reconnectJitter??.2}}import{Client as pa,Dispatcher as ua}from"open-event-sdk";lt();Wt();function k(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function te(...e){for(let t of e){if(typeof t=="number"&&Number.isFinite(t))return t;if(typeof t=="string"&&t.trim()){let r=Number(t);if(Number.isFinite(r))return r}}}function en(e){return{kind:"image",storageKey:k(e.storage_key),name:k(e.name),mimeType:k(e.type),size:te(e.size),width:te(e.width),height:te(e.height),thumbnailStorageKey:k(e.thumbnail_storage_key)}}var us=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function Ri(e){for(let t of us){let r=e[t];if(Array.isArray(r)&&r.length>0)return r}return null}function Ci(e){let t=e.rich_text;if(t&&typeof t=="object"){let n=t,o=Ri(n);if(o)return o;if(Array.isArray(n.elements))return n.elements}let r=Ri(e);return r||(Array.isArray(e.elements)?e.elements:null)}function qi(e){let t=[],r=[],n=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let _ of i)o(_,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let _=l.content;typeof _=="string"&&_.trim()!==""&&r.push(_);let h=typeof _=="string"?k(_):"";h&&t.push(h)}let d=a.style_text_content;if(d&&typeof d=="object"){let _=d.text,h=typeof _=="string"?k(_):"";h&&t.push(h),typeof _=="string"&&_.trim()!==""&&r.push(_)}let u=a.mention_content;if(u&&typeof u=="object"){let _=u.text,h=typeof _=="string"?k(_):"";h&&t.push(h),typeof _=="string"&&_.trim()!==""&&r.push(_)}let p=a.link_content;if(p&&typeof p=="object"){let _=p,h=_.text,w=_.url,b=typeof h=="string"&&h.trim()!==""?h.trim():"",I=typeof w=="string"&&w.trim()!==""?w.trim():"";b&&t.push(b),b&&I?r.push(`[${b}](${I})`):b?r.push(b):I&&r.push(I)}let f=a.doc_content;if(f&&typeof f=="object"){let _=f,h=_.file;if(h&&typeof h=="object"){let w=k(h.link_url,_.link_url),b=k(h.link_id,_.link_id);n.push({kind:"file",name:k(_.text,a.alt_text),fileId:k(h.id),cloudType:!0,cloudLinkUrl:w||void 0,cloudLinkId:b||void 0})}if(c==="doc"){let w=typeof _.text=="string"?_.text.trim():"\u6587\u6863",b=_.file?.link_url,I=(typeof _.link_url=="string"?_.link_url.trim():"")||(typeof b=="string"?b.trim():"")||"";w&&t.push(w),I?r.push(`[${w}](${I})`):w&&r.push(w)}}let m=a.image_content;if(m&&typeof m=="object"){let _=m,h=typeof _.storage_key=="string"?_.storage_key.trim():"";if(h&&(n.push(en(_)),c==="image"||c==="custom_emoji")){let w=typeof _.name=="string"?_.name.trim():"\u56FE\u7247";r.push(``)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||u&&typeof u=="object"||p&&typeof p=="object"||m&&typeof m=="object"||f&&typeof f=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let _=k(a.alt_text);_&&t.push(_)}if(Array.isArray(a.elements))for(let _ of a.elements)o(_,s+1);let y=a.runs;if(Array.isArray(y))for(let _ of y)o(_,s+1);for(let _ of["inline_entities","segments","inlines","spans"]){let h=a[_];if(Array.isArray(h))for(let w of h)o(w,s+1)}};for(let i of e)o(i,0);return{plainTextLines:t,markdownLines:r,attachments:n}}function Di(e){let t=Ci(e);if(!t)return null;let r=qi(t);return{plainText:r.plainTextLines.join(`
|
|
13
13
|
`).trim(),attachments:r.attachments}}function tn(e){if(typeof e=="string"){let i=e.trim();if(i.startsWith("{"))try{let s=JSON.parse(i);if(s&&typeof s=="object"&&!Array.isArray(s))return tn(s)}catch{}return i}if(!e||typeof e!="object")return"";let t=e,r=t.text,n="";if(typeof r=="string")n=r.trim();else if(r&&typeof r=="object"&&"content"in r){let i=r.content;typeof i=="string"?n=i.trim():typeof i=="number"&&Number.isFinite(i)&&(n=String(i))}if(n)return n;let o=Ci(t);if(o){let{plainTextLines:i}=qi(o),s=i.join(`
|
|
14
|
-
`).trim();if(s)return s}return""}
|
|
14
|
+
`).trim();if(s)return s}return""}lt();var le=class extends Error{code;name="SessionResolverError";constructor(t,r){super(r),this.code=t}};function fe(...e){for(let t of e){if(typeof t=="string"&&t.trim())return t.trim();if(typeof t=="number"&&Number.isFinite(t))return String(t)}return""}function Ee(e){return e&&typeof e=="object"?e:{}}function Ui(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"").replace(/^user:/i,"")}function Ni(e,t){let r=Ui(e),n=Ui(t);return r.length>0&&n.length>0&&r===n}function fs(e){if(!Array.isArray(e))return[];let t=[];for(let r of e){let n=Ee(r),o=fe(n.type).toLowerCase(),i=Ee(n.identity),s=[fe(n.id,n.user_id,n.userId,n.open_id),fe(i.app_id,i.id)].filter(Boolean);for(let a of s)t.push({type:o,id:a})}return t}var zt=class{config;idempotencyStore;constructor(t,r){this.config=t,this.idempotencyStore=r}normalizeEvent(t){let r=Ee(t),n=Ee(r.chat),o=Ee(r.message),i=Ee(r.sender),s=Ee(o.sender),a=fe(r.event_id,r.eventId,o.event_id,o.eventId,o.id),c=fe(o.id,r.message_id,r.messageId,a),l=fe(r.company_id,r.companyId),d=fe(n.type).toLowerCase(),u=fe(n.id),p=fe(s.id,i.id,r.user_id,r.userId),f=tn(o.content),m=fe(f,r.message_text,r.messageText),g=p,y;if(d==="group")y=u;else if(["p2p","single","direct"].includes(d))y=void 0;else throw new le("E_CHAT_TYPE_INVALID",`\u672A\u77E5\u7684 chat.type: ${d||"(empty)"}`);let _=fs(o.mentions),h=_.some(F=>Ni(F.id,this.config.botId)),w=d==="group"&&!h&&_.length===1&&_[0]?.type!=="all",b=h||w,I=Ee(o.reply_to),v=Ee(I.sender),N=fe(v.id,I.sender_id,I.senderId),J=Ni(N,this.config.botId);return{event_id:a,message_id:c,company_id:l,user_id:g,group_id:y,chat_id:u||void 0,message:m,is_at_bot:b,is_reply_to_bot:J}}resolve(t){let r=t.group_id?"group":"p2p";if(!t.message_id)throw new le("E_MESSAGE_ID_MISSING","\u7F3A\u5C11 message_id");if(!t.event_id)throw new le("E_EVENT_ID_MISSING","\u7F3A\u5C11 event_id");if(!t.company_id)throw new le("E_COMPANY_ID_MISSING","\u7F3A\u5C11 company_id");if(r==="group"&&!t.group_id)throw new le("E_GROUP_ID_MISSING","\u7FA4\u804A\u6D88\u606F\u7F3A\u5C11 group_id");if(r==="p2p"&&!t.user_id)throw new le("E_USER_ID_MISSING","\u79C1\u804A\u6D88\u606F\u7F3A\u5C11 user_id");let n=r==="group"?`${E}:${t.company_id}:acct:${this.config.accountId??"default"}:group:${t.group_id}:bot:${this.config.botId}`:`${E}:${t.company_id}:acct:${this.config.accountId??"default"}:p2p:${t.user_id}:bot:${this.config.botId}`;return{scene:r,session_key:n,idempotency_key:t.event_id,message_id:t.message_id,company_id:t.company_id,user_id:t.user_id,group_id:t.group_id,chat_id:t.chat_id}}async checkIdempotency(t){return this.idempotencyStore.check(t)}async markProcessed(t,r=36e5){await this.idempotencyStore.mark(t,r)}};var Lt=class{store=new Map;async check(t){let r=this.store.get(t);return r?Date.now()>r?(this.store.delete(t),!1):!0:!1}async mark(t,r){this.store.set(t,Date.now()+r)}cleanup(){let t=Date.now();for(let[r,n]of this.store.entries())t>n&&this.store.delete(r)}};function _s(e){if(e==null)return{};if(typeof e=="string"){let t=e.trim();if(!t)return{};if(t.startsWith("{"))try{let r=JSON.parse(t);if(r&&typeof r=="object"&&!Array.isArray(r))return r}catch{}return{text:{content:t,type:"plain"}}}return typeof e=="object"&&!Array.isArray(e)?e:{}}var ms=new Set(["text","content","title","caption","desc","description","md","markdown","alt_text"]);function rn(e){let t=[],r=(n,o)=>{if(!(o>6||n==null)){if(typeof n=="string"){n.trim()&&t.push(n.trim());return}if(Array.isArray(n)){for(let i of n)r(i,o+1);return}if(typeof n=="object")for(let[i,s]of Object.entries(n))(ms.has(i.toLowerCase())||typeof s=="object")&&r(s,o+1)}};return r(e,0),Array.from(new Set(t))}function hs(e){let t=String(e.type??"").toLowerCase();return["image","img","pic","picture"].includes(t)?!0:!!(e.image_url??e.pic_url??e.thumb_url??e.preview_url)}function gs(e){let t=String(e.type??"").toLowerCase();return["file","attachment","doc","document"].includes(t)?!0:!!(e.file_id??e.file_name??e.mime_type??e.download_url)}function nn(e){let t=[],r=(n,o)=>{if(o>8||n==null)return;if(Array.isArray(n)){for(let c of n)r(c,o+1);return}if(typeof n!="object")return;let i=n,s=i.image_content;if(s&&typeof s=="object"&&k(s.storage_key)){t.push(en(s));return}let a=i.doc_content;if(a&&typeof a=="object"){let c=a.file;if(c&&typeof c=="object"){let l=k(c.link_url,a.link_url),d=k(c.link_id,a.link_id);t.push({kind:"file",name:k(a.text,i.alt_text),fileId:k(c.id),cloudType:!0,cloudLinkUrl:l||void 0,cloudLinkId:d||void 0})}return}if(hs(i)){let c=k(i.storage_key,i.file_id);t.push({kind:"image",storageKey:c||void 0,name:k(i.name,i.file_name,i.title),fileId:k(i.file_id,i.id),url:k(i.image_url,i.pic_url,i.thumb_url,i.preview_url,i.url),mimeType:k(i.mime_type,i.content_type),size:te(i.size,i.file_size)})}else if(gs(i)){let c=k(i.storage_key,i.file_id);t.push({kind:"file",storageKey:c||void 0,name:k(i.file_name,i.name,i.title),fileId:k(i.file_id,i.id),url:k(i.download_url,i.url,i.preview_url),mimeType:k(i.mime_type,i.content_type),size:te(i.size,i.file_size)})}for(let c of Object.values(i))r(c,o+1)};return r(e,0),t}function cr(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}function mt(e){return e.map((t,r)=>{let n=[`#${r+1}`,t.kind==="image"?"\u56FE\u7247":"\u6587\u4EF6"];return t.cloudType&&n.push("type=cloud"),t.name&&n.push(`display_name=${t.name}`),t.mimeType&&n.push(`mime=${t.mimeType}`),t.size!==void 0&&n.push(`size=${cr(t.size)}`),t.width!==void 0&&t.height!==void 0&&n.push(`${t.width}x${t.height}`),t.fileId&&n.push(`fileId=${t.fileId}`),t.cloudLinkId&&n.push(`link_id=${t.cloudLinkId}`),t.cloudLinkUrl&&n.push(`link_url=${t.cloudLinkUrl}`),t.url&&n.push(`url=${t.url}`),n.join(" | ")})}function ys(e){let t=e.image;return!t||typeof t!="object"?null:{kind:"image",storageKey:k(t.storage_key,t.file_id),name:k(t.name),mimeType:k(t.type),size:te(t.size),width:te(t.width),height:te(t.height),thumbnailStorageKey:k(t.thumbnail_storage_key)}}function ws(e){let t=e.file;if(!t||typeof t!="object")return null;let r=k(t.type),n=t.cloud;if((r==="cloud"||!r&&n)&&n&&typeof n=="object")return{kind:"file",fileId:k(n.id),cloudType:!0,cloudLinkUrl:k(n.link_url),cloudLinkId:k(n.link_id),name:k(t.name,t.file_name)||void 0};let o=t.local;return o&&typeof o=="object"?{kind:"file",storageKey:k(o.storage_key,o.file_id),name:k(o.name),size:te(o.size)}:{kind:"file",storageKey:k(t.storage_key,t.file_id),name:k(t.name,t.file_name),size:te(t.size)}}function bs(e){let t=[],r=(n,o)=>{if(o>12||n==null)return;if(typeof n=="string"){n.trim()&&t.push(n.trim());return}if(Array.isArray(n)){for(let l of n)r(l,o+1);return}if(typeof n!="object")return;let i=n,s=String(i.tag??"").toLowerCase();if(s==="hr"||s==="action"||s==="button"||s==="dropdown"||i.config)return;let a=i.text;if(a&&typeof a=="object"&&typeof a.content=="string"){let l=a.content.trim();l&&t.push(l);return}typeof a=="string"&&a.trim()&&t.push(a.trim());let c=i.title;if(c&&typeof c=="object"){let l=c.text;if(l&&typeof l=="object"&&typeof l.content=="string"){let d=l.content.trim();d&&t.push(d)}}typeof i.content=="string"&&i.content.trim()&&t.push(i.content.trim());for(let l of Object.values(i))typeof l=="object"&&r(l,o+1)};for(let n of e)r(n,0);return t}function Mi(e){let t=e.card;if(!t||typeof t!="object")return null;let r=t,o=r.i18n_items?.[0]?.value,i=o?.header?.title?.text?.content??r.header?.title?.text?.content??r.header?.title?.content??"",s=o?.elements??r.elements??[],a=Array.from(new Set(bs(s))),c=[];i&&c.push(`[\u5361\u7247\u6807\u9898] ${i}`),a.length>0&&c.push(a.join(`
|
|
15
15
|
`));let l=c.join(`
|
|
16
|
-
`).trim();return{headerTitle:i,plainText:l}}function Is(e){let t=e.sticker;if(!t||typeof t!="object")return null;let r=t.image;return!r||typeof r!="object"?null:{kind:"image",storageKey:k(r.storage_key),name:k(r.name),mimeType:k(r.type),size:te(r.size),width:te(r.width),height:te(r.height)}}function
|
|
17
|
-
`).trim(),attachments:f}}if(n==="image"){let d=ys(r);if(d){let p=[`[\u6536\u5230\u56FE\u7247: ${[d.name||"\u672A\u547D\u540D\u56FE\u7247",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...
|
|
18
|
-
`),attachments:[d]}}}if(n==="file"){let d=ws(r);if(d){let p=[`[\u6536\u5230\u6587\u4EF6: ${[d.name||"\u672A\u547D\u540D\u6587\u4EF6",d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...
|
|
16
|
+
`).trim();return{headerTitle:i,plainText:l}}function Is(e){let t=e.sticker;if(!t||typeof t!="object")return null;let r=t.image;return!r||typeof r!="object"?null:{kind:"image",storageKey:k(r.storage_key),name:k(r.name),mimeType:k(r.type),size:te(r.size),width:te(r.width),height:te(r.height)}}function ht(e,t){let r=e.filter(n=>n.storageKey);return r.length===0?[]:r.map(n=>`[\u9644\u4EF6\u5F85\u4E0B\u8F7D: ${n.kind}${n.name?` "${n.name}"`:""}${n.mimeType?` ${n.mimeType}`:""}]`)}function ji(e){let t=new Set,r=[];for(let n of e){let o=n.storageKey?.trim()||[n.kind,n.fileId??"",n.url??n.cloudLinkUrl??"",n.name??""].join("|");!o||t.has(o)||(t.add(o),r.push(n))}return r}function Bt(e,t){let r=_s(e?.content),n=(e?.type??"").toLowerCase();if(n==="text"){let d=r,u=d.text,p=k(u?.content,...u?[]:rn(d)),f=ji(nn(d));if(f.length===0)return{kind:"text",plainText:p,agentText:p||"[\u6536\u5230\u6D88\u606F] type=text\uFF08\u5185\u5BB9\u4E3A\u7A7A\uFF09",attachments:[]};let m=[];p&&m.push(p),p&&m.push(""),m.push(`[\u672C\u6761\u6D88\u606F type=text\uFF0C\u4F46 content \u5185\u542B\u6709\u9644\u4EF6] count=${f.length}`),m.push(...mt(f)),m.push(...ht(f,t));let g=f.every(h=>h.kind==="image"),y=f.every(h=>h.kind==="file"),_="mixed";return!p&&g?_="image":!p&&y?_="file":p&&(_="mixed"),{kind:_,plainText:p,agentText:m.join(`
|
|
17
|
+
`).trim(),attachments:f}}if(n==="image"){let d=ys(r);if(d){let p=[`[\u6536\u5230\u56FE\u7247: ${[d.name||"\u672A\u547D\u540D\u56FE\u7247",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...mt([d])];return p.push(...ht([d],t)),{kind:"image",plainText:"",agentText:p.join(`
|
|
18
|
+
`),attachments:[d]}}}if(n==="file"){let d=ws(r);if(d){let p=[`[\u6536\u5230\u6587\u4EF6: ${[d.name||"\u672A\u547D\u540D\u6587\u4EF6",d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...mt([d])];return d.cloudType&&(d.cloudLinkUrl||d.cloudLinkId)?(d.cloudLinkUrl&&p.push(`[\u4E91\u6587\u4EF6\u94FE\u63A5: ${d.cloudLinkUrl}]`),d.fileId&&p.push(`[\u6587\u4EF6ID: ${d.fileId}]`)):p.push(...ht([d],t)),{kind:"file",plainText:"",agentText:p.join(`
|
|
19
19
|
`),attachments:[d]}}}if(n==="rich_text"){let d=r,u=k(typeof d.text=="string"?d.text:void 0,d.text?.content),p=Di(d),f=(p?.plainText??"").trim(),m=p?.attachments??[],g=rn(d).join(`
|
|
20
|
-
`).trim(),y=k(u,f,g),_=ji([...m,...nn(d)]),h=!!y,w=_.length>0;if(!h&&!w)return{kind:"rich_text",plainText:"",agentText:"[\u6536\u5230\u5BCC\u6587\u672C\u6D88\u606F]\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C/\u9644\u4EF6\u5143\u4FE1\u606F\uFF09",attachments:[]};let b=[];return h&&b.push(y),w&&(h&&b.push(""),b.push(`[\u6536\u5230\u5BCC\u6587\u672C\u9644\u4EF6] count=${_.length}`),b.push(...
|
|
21
|
-
`).trim(),attachments:_}}if(n==="card"){let d=Mi(r);if(d)return{kind:"card",plainText:d.plainText,agentText:d.plainText||"[\u6536\u5230\u5361\u7247\u6D88\u606F] type=card\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C\u5185\u5BB9\uFF09",attachments:[]}}if(n==="sticker"){let d=Is(r);if(d){let p=[`[\u6536\u5230\u8868\u60C5\u5305: ${[d.name||"\u672A\u547D\u540D\u8868\u60C5",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...
|
|
20
|
+
`).trim(),y=k(u,f,g),_=ji([...m,...nn(d)]),h=!!y,w=_.length>0;if(!h&&!w)return{kind:"rich_text",plainText:"",agentText:"[\u6536\u5230\u5BCC\u6587\u672C\u6D88\u606F]\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C/\u9644\u4EF6\u5143\u4FE1\u606F\uFF09",attachments:[]};let b=[];return h&&b.push(y),w&&(h&&b.push(""),b.push(`[\u6536\u5230\u5BCC\u6587\u672C\u9644\u4EF6] count=${_.length}`),b.push(...mt(_)),b.push(...ht(_,t))),{kind:h&&w?"mixed":"rich_text",plainText:y,agentText:b.join(`
|
|
21
|
+
`).trim(),attachments:_}}if(n==="card"){let d=Mi(r);if(d)return{kind:"card",plainText:d.plainText,agentText:d.plainText||"[\u6536\u5230\u5361\u7247\u6D88\u606F] type=card\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C\u5185\u5BB9\uFF09",attachments:[]}}if(n==="sticker"){let d=Is(r);if(d){let p=[`[\u6536\u5230\u8868\u60C5\u5305: ${[d.name||"\u672A\u547D\u540D\u8868\u60C5",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?cr(d.size):null].filter(Boolean).join(", ")}]`,...mt([d])];return p.push(...ht([d],t)),{kind:"sticker",plainText:"",agentText:p.join(`
|
|
22
22
|
`),attachments:[d]}}}let o=rn(r).join(`
|
|
23
|
-
`).trim(),i=nn(r),s=!!o,a=i.length>0,c="unknown";s&&!a&&(c="text"),!s&&a&&(c=i.every(d=>d.kind==="image")?"image":"file"),s&&a&&(c="mixed");let l=[];return s&&l.push(o),a&&(l.push(""),l.push(`[\u6536\u5230\u9644\u4EF6] kind=${c} count=${i.length}`),l.push(...
|
|
24
|
-
`).trim(),attachments:i}}function on(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}Mt();import{mkdir as ks,writeFile as Wi}from"node:fs/promises";import{createHash as Ss}from"node:crypto";import{homedir as xs,tmpdir as vs}from"node:os";import je from"node:path";var sn=5*1024*1024,Ts=10*1024*1024,Es=64*1024,an=".wps-forward.json";function Ps(){let e=je.join(xs()||vs(),".openclaw"),t=je.join(e,"media","inbound");return je.isAbsolute(t)?t:je.resolve(t)}var zi=Ps();function As(e,t){let r=t?je.extname(t).replace(".",""):"";return r||({"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/bmp":"bmp","application/pdf":"pdf"}[e]??"bin")}function Os(e){return Ss("md5").update(e).digest("hex").substring(0,8)}var $s=new Set(["md","markdown","txt","text","log","rst","json","yaml","yml","xml","html","htm","csv","tsv","js","mjs","cjs","ts","tsx","jsx","py","go","rs","java","kt","rb","php","c","h","cc","cpp","hpp","cs","swift","m","mm","sh","bash","zsh","fish","ps1","ini","conf","cfg","toml","env","properties","sql","graphql","proto"]),Rs=["text/"],Cs=new Set(["application/json","application/xml","application/yaml","application/x-yaml","application/javascript","application/typescript","application/x-sh","application/toml"]);function qs(e,t){let r=(e||"").toLowerCase();if(Rs.some(o=>r.startsWith(o))||Cs.has(r))return!0;let n=t?je.extname(t).replace(".","").toLowerCase():"";return n?$s.has(n):!1}var Li={md:"markdown",markdown:"markdown",json:"json",yaml:"yaml",yml:"yaml",xml:"xml",html:"html",htm:"html",csv:"csv",tsv:"tsv",js:"javascript",mjs:"javascript",cjs:"javascript",ts:"typescript",tsx:"tsx",jsx:"jsx",py:"python",go:"go",rs:"rust",java:"java",kt:"kotlin",rb:"ruby",php:"php",c:"c",h:"c",cc:"cpp",cpp:"cpp",hpp:"cpp",cs:"csharp",swift:"swift",sh:"bash",bash:"bash",zsh:"bash",fish:"bash",ps1:"powershell",toml:"toml",ini:"ini",conf:"ini",cfg:"ini",env:"ini",sql:"sql",graphql:"graphql",proto:"protobuf"};function Ds(e,t){let r=e?je.extname(e).replace(".","").toLowerCase():"";return r&&Li[r]?Li[r]:t==="application/json"?"json":t.startsWith("text/")?t.slice(5):""}function Us(e){let t=0,r=/`+/g,n;for(;(n=r.exec(e))!==null;)n[0].length>t&&(t=n[0].length);return"`".repeat(Math.max(3,t+1))}async function dn(e){let{client:t,chatId:r,messageId:n,attachments:o,log:i}=e,s=i?.info??(()=>{}),a=o.filter(d=>d.storageKey);if(!a.length||!r||!n)return{fetched:[],skipped:a.map(d=>({storageKey:d.storageKey??"",reason:r?n?"no storageKey":"missing messageId":"missing chatId"}))};await ks(zi,{recursive:!0});let c={fetched:[],skipped:[]},l=0;for(let d of a){let u=d.storageKey;try{if(d.size&&d.size>sn){c.skipped.push({storageKey:u,reason:`too large: ${d.size} bytes`});continue}if(l>=Ts){c.skipped.push({storageKey:u,reason:"total download budget exceeded"});continue}s(`WPS prefetch: downloading ${u.substring(0,20)}\u2026 chatId=${r} messageId=${n}`);let p=await t.request({method:"GET",path:`/v7/chats/${encodeURIComponent(r)}/messages/${encodeURIComponent(n)}/resources/${encodeURIComponent(u)}/download`}),f=jt(p);if(!f){c.skipped.push({storageKey:u,reason:"no download URL in API response"}),s(`WPS prefetch skip: no download URL for ${u.substring(0,20)}\u2026`);continue}s("WPS prefetch: resolved download URL, fetching bytes\u2026");let m=await fetch(f);if(!m.ok){c.skipped.push({storageKey:u,reason:`HTTP ${m.status}`}),s(`WPS prefetch skip: HTTP ${m.status} for ${u.substring(0,20)}\u2026`);continue}let g=Number(m.headers.get("content-length")??"0");if(g>sn){c.skipped.push({storageKey:u,reason:`content-length ${g} > limit`});continue}let y=new Uint8Array(await m.arrayBuffer());if(y.byteLength>sn){c.skipped.push({storageKey:u,reason:`downloaded ${y.byteLength} > limit`});continue}l+=y.byteLength;let _=m.headers.get("content-type")?.split(";")[0]?.trim()??"",h=_&&_!=="application/octet-stream"?_:d.mimeType??(_||"application/octet-stream"),w=d.name?.trim(),b=Os(u),I=w?`${b}_${w}`:`${n}_${b}.${As(h,d.name)}`,v=je.join(zi,I);if(await Wi(v,y),h.startsWith("image/")){let J={v:1,storage_key:u},F=d.width,j=d.height;if(typeof F=="number"&&typeof j=="number"&&Number.isFinite(F)&&Number.isFinite(j)&&F>0&&j>0)J.width=Math.trunc(F),J.height=Math.trunc(j);else{let ne=
|
|
25
|
-
`)}function Ns(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}import{readFile as js}from"node:fs/promises";import Ms from"node:os";import ln from"node:path";function Bi(e){return globalThis.process?.env?.[e]}function Ws(){let e=Bi("OPENCLAW_CREDENTIALS_DIR")?.trim();if(e)return e;let t=Bi("OPENCLAW_HOME")?.trim()||ln.join(Ms.homedir(),".openclaw");return ln.join(t,"credentials")}function zs(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}async function Fi(e){let t=ln.join(Ws(),`${e.channelId}-${e.accountId}-allowFrom.json`),r="";try{r=await js(t,"utf8")}catch(n){return n?.code!=="ENOENT"&&e.log?.debug?.(`[wps-xiezuo] load pairing allowFrom failed: ${String(n)}`),[]}try{let n=JSON.parse(r);return Array.isArray(n.allowFrom)?n.allowFrom.map(o=>zs(String(o))).filter(o=>o.length>0):[]}catch(n){return e.log?.warn?.(`[wps-xiezuo] invalid pairing allowFrom json (${t}): ${String(n)}`),[]}}Zr();var pn=new Map,Ls=30*60*1e3;function Gi(e,t){pn.set(e,{...t,ts:Date.now()})}function un(e){let t=pn.get(e);if(t){if(Date.now()-t.ts>Ls){pn.delete(e);return}return t}}var Hs=36e5;function eo(e){if(!e||typeof e!="object")return null;let t=e;if(typeof t.id=="string"&&typeof t.type=="string")return t;let r=t.message;return r&&typeof r=="object"&&typeof r.id=="string"?r:null}function Js(e){if(!e.trim())return[];let t=/(?:https?:\/\/)?([a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*\.kdocs\.cn)\/wiki\/l\/0l([A-Za-z0-9]+)(?=[/?#\s]|$)/gi,r=[],n=new Set,o;for(;(o=t.exec(e))!==null;){let i=o[1].trim().toLowerCase(),s=o[2].trim();if(!i||!s)continue;let a=`${i}|${s}`;n.has(a)||(n.add(a),r.push({host:i,linkId:s,canonicalUrl:`https://${i}/wiki/l/0l${s}`}))}return r}var to=new Map;function Xs(e,t){let r=`${e}:${t}`,n=to.get(r);return n||(n=new zt({botId:t,accountId:e},new Lt),to.set(r,n)),n}function yn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function Vs(e,t,r){if(r==="disabled")return!1;if(r==="open")return!0;if(!t||t.length===0)return!1;let n=yn(e);return t.some(o=>o==="*"||yn(o)===n)}function Zs(e,t){let r=e?.groups??{};return(r[t]??r["*"])?.requireMention??!0}function Ys(e){let t=(r,n)=>n>8||r==null?!1:typeof r=="string"?/<at\b[^>]*>/i.test(r)||/@\S+/.test(r):Array.isArray(r)?r.some(o=>t(o,n+1)):typeof r=="object"?Object.values(r).some(o=>t(o,n+1)):!1;return t(e,0)}function Qs(e){let t=String(e??"").toLowerCase();return t==="image"||t==="file"||t==="sticker"}function ea(e){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",receiver_id:t[1]};let r=e.match(/:p2p:([^:]+)/);return r?{type:"user",receiver_id:r[1]}:{type:"user",receiver_id:e}}async function
|
|
26
|
-
`)}else r(`WPS quote fetch: empty data for quote_msg_id=${ae}`)}catch(M){n(`WPS quote fetch failed for quote_msg_id=${ae}:`,M),
|
|
23
|
+
`).trim(),i=nn(r),s=!!o,a=i.length>0,c="unknown";s&&!a&&(c="text"),!s&&a&&(c=i.every(d=>d.kind==="image")?"image":"file"),s&&a&&(c="mixed");let l=[];return s&&l.push(o),a&&(l.push(""),l.push(`[\u6536\u5230\u9644\u4EF6] kind=${c} count=${i.length}`),l.push(...mt(i)),l.push(...ht(i,t))),!s&&!a&&l.push(`[\u6536\u5230\u6D88\u606F] type=${e?.type??"unknown"}\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C/\u9644\u4EF6\u5143\u4FE1\u606F\uFF09`),{kind:c,plainText:o,agentText:l.join(`
|
|
24
|
+
`).trim(),attachments:i}}function on(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}Mt();import{mkdir as ks,writeFile as Wi}from"node:fs/promises";import{createHash as Ss}from"node:crypto";import{homedir as xs,tmpdir as vs}from"node:os";import je from"node:path";var sn=5*1024*1024,Ts=10*1024*1024,Es=64*1024,an=".wps-forward.json";function Ps(){let e=je.join(xs()||vs(),".openclaw"),t=je.join(e,"media","inbound");return je.isAbsolute(t)?t:je.resolve(t)}var zi=Ps();function As(e,t){let r=t?je.extname(t).replace(".",""):"";return r||({"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/bmp":"bmp","application/pdf":"pdf"}[e]??"bin")}function Os(e){return Ss("md5").update(e).digest("hex").substring(0,8)}var $s=new Set(["md","markdown","txt","text","log","rst","json","yaml","yml","xml","html","htm","csv","tsv","js","mjs","cjs","ts","tsx","jsx","py","go","rs","java","kt","rb","php","c","h","cc","cpp","hpp","cs","swift","m","mm","sh","bash","zsh","fish","ps1","ini","conf","cfg","toml","env","properties","sql","graphql","proto"]),Rs=["text/"],Cs=new Set(["application/json","application/xml","application/yaml","application/x-yaml","application/javascript","application/typescript","application/x-sh","application/toml"]);function qs(e,t){let r=(e||"").toLowerCase();if(Rs.some(o=>r.startsWith(o))||Cs.has(r))return!0;let n=t?je.extname(t).replace(".","").toLowerCase():"";return n?$s.has(n):!1}var Li={md:"markdown",markdown:"markdown",json:"json",yaml:"yaml",yml:"yaml",xml:"xml",html:"html",htm:"html",csv:"csv",tsv:"tsv",js:"javascript",mjs:"javascript",cjs:"javascript",ts:"typescript",tsx:"tsx",jsx:"jsx",py:"python",go:"go",rs:"rust",java:"java",kt:"kotlin",rb:"ruby",php:"php",c:"c",h:"c",cc:"cpp",cpp:"cpp",hpp:"cpp",cs:"csharp",swift:"swift",sh:"bash",bash:"bash",zsh:"bash",fish:"bash",ps1:"powershell",toml:"toml",ini:"ini",conf:"ini",cfg:"ini",env:"ini",sql:"sql",graphql:"graphql",proto:"protobuf"};function Ds(e,t){let r=e?je.extname(e).replace(".","").toLowerCase():"";return r&&Li[r]?Li[r]:t==="application/json"?"json":t.startsWith("text/")?t.slice(5):""}function Us(e){let t=0,r=/`+/g,n;for(;(n=r.exec(e))!==null;)n[0].length>t&&(t=n[0].length);return"`".repeat(Math.max(3,t+1))}async function dn(e){let{client:t,chatId:r,messageId:n,attachments:o,log:i}=e,s=i?.info??(()=>{}),a=o.filter(d=>d.storageKey);if(!a.length||!r||!n)return{fetched:[],skipped:a.map(d=>({storageKey:d.storageKey??"",reason:r?n?"no storageKey":"missing messageId":"missing chatId"}))};await ks(zi,{recursive:!0});let c={fetched:[],skipped:[]},l=0;for(let d of a){let u=d.storageKey;try{if(d.size&&d.size>sn){c.skipped.push({storageKey:u,reason:`too large: ${d.size} bytes`});continue}if(l>=Ts){c.skipped.push({storageKey:u,reason:"total download budget exceeded"});continue}s(`WPS prefetch: downloading ${u.substring(0,20)}\u2026 chatId=${r} messageId=${n}`);let p=await t.request({method:"GET",path:`/v7/chats/${encodeURIComponent(r)}/messages/${encodeURIComponent(n)}/resources/${encodeURIComponent(u)}/download`}),f=jt(p);if(!f){c.skipped.push({storageKey:u,reason:"no download URL in API response"}),s(`WPS prefetch skip: no download URL for ${u.substring(0,20)}\u2026`);continue}s("WPS prefetch: resolved download URL, fetching bytes\u2026");let m=await fetch(f);if(!m.ok){c.skipped.push({storageKey:u,reason:`HTTP ${m.status}`}),s(`WPS prefetch skip: HTTP ${m.status} for ${u.substring(0,20)}\u2026`);continue}let g=Number(m.headers.get("content-length")??"0");if(g>sn){c.skipped.push({storageKey:u,reason:`content-length ${g} > limit`});continue}let y=new Uint8Array(await m.arrayBuffer());if(y.byteLength>sn){c.skipped.push({storageKey:u,reason:`downloaded ${y.byteLength} > limit`});continue}l+=y.byteLength;let _=m.headers.get("content-type")?.split(";")[0]?.trim()??"",h=_&&_!=="application/octet-stream"?_:d.mimeType??(_||"application/octet-stream"),w=d.name?.trim(),b=Os(u),I=w?`${b}_${w}`:`${n}_${b}.${As(h,d.name)}`,v=je.join(zi,I);if(await Wi(v,y),h.startsWith("image/")){let J={v:1,storage_key:u},F=d.width,j=d.height;if(typeof F=="number"&&typeof j=="number"&&Number.isFinite(F)&&Number.isFinite(j)&&F>0&&j>0)J.width=Math.trunc(F),J.height=Math.trunc(j);else{let ne=Ze(Buffer.from(y));ne&&(J.width=ne.width,J.height=ne.height)}await Wi(v+an,JSON.stringify(J),"utf8")}let N;if(qs(h,d.name)&&y.byteLength<=Es)try{N=new TextDecoder("utf-8",{fatal:!1}).decode(y)}catch{N=void 0}c.fetched.push({storageKey:u,displayName:d.name??"attachment",mimeType:h,size:y.byteLength,localPath:v,...N!==void 0?{inlineText:N}:{}}),s(`WPS prefetch ok: ${u.substring(0,20)}\u2026 \u2192 ${v} (${h}, ${y.byteLength}B${N!==void 0?", text inlined":""})`)}catch(p){c.skipped.push({storageKey:u,reason:String(p)}),s(`WPS prefetch failed: ${u.substring(0,20)}\u2026 ${String(p)}`)}}return c}function cn(e,t){let r=[];for(let n of e.fetched){let o=n.mimeType.startsWith("image/"),i=n.inlineText!==void 0?"\u5DF2\u4E0B\u8F7D\u6587\u672C\u9644\u4EF6":o?"\u5DF2\u4E0B\u8F7D\u56FE\u7247":"\u5DF2\u4E0B\u8F7D\u6587\u4EF6";if(r.push(`[${i}: ${n.displayName} | ${n.mimeType} | ${Ns(n.size)} | path=${n.localPath}]`),n.inlineText!==void 0){r.push("\u4EE5\u4E0B\u662F\u6587\u4EF6\u5B8C\u6574\u5185\u5BB9\uFF1A");let s=Us(n.inlineText),a=Ds(n.displayName,n.mimeType);r.push(`${s}${a}`),r.push(n.inlineText),r.push(s)}}for(let n of e.skipped){let o=[t?.chatId?`chatId=${t.chatId}`:"",t?.messageId?`messageId=${t.messageId}`:""].filter(Boolean).join(" | ");r.push(`[\u9644\u4EF6\u672A\u4E0B\u8F7D: ${o?o+" | ":""}\u539F\u56E0: ${n.reason}]`)}return e.fetched.length>0&&r.push('[CRITICAL] \u4E0A\u65B9\u6587\u4EF6\u5DF2\u5728\u672C\u5730\uFF0C\u7981\u6B62\u8C03\u7528 wps_media_fetch_base64 / wps_media_download\u3002\u53D1\u56DE/\u8F6C\u53D1\uFF1Amessage(action="send", media="<\u4E0A\u65B9path>")\u3002\u56FE\u7247\u8BC6\u522B\u7531\u5BBF\u4E3B [Image] block \u63D0\u4F9B\uFF1B\u65E0 [Image] block \u65F6\u4E0D\u731C\u6D4B\u5185\u5BB9\uFF0C\u4F46\u4ECD\u53EF\u53D1\u56DE\u3002\u4E0D\u8981\u4E3B\u52A8\u544A\u77E5\u300C\u5DF2\u4E0B\u8F7D\u300D\u6216\u5217\u51FA\u8DEF\u5F84/\u64CD\u4F5C\u83DC\u5355\uFF0C\u7B49\u7528\u6237\u8BF4\u51FA\u9700\u6C42\u518D\u884C\u52A8\u3002'),e.skipped.length>0&&t?.chatId&&t?.messageId&&r.push(`[\u64CD\u4F5C\u6307\u5F15] \u7528\u6237\u660E\u786E\u8981\u6C42\u83B7\u53D6/\u4E0B\u8F7D/\u53D1\u56DE\u65F6\uFF0C\u76F4\u63A5\u8C03\u7528 wps_media_fetch_base64(chat_id="${t.chatId}", message_id="${t.messageId}", storage_key=<\u4E0A\u65B9storage_key>) \u4E0B\u8F7D\uFF0C\u4E0D\u8981\u56DE\u590D"\u7B49\u540C\u6B65"/"\u91CD\u65B0\u53D1\u9001"/"\u65E0\u6CD5\u83B7\u53D6"\u3002\u7981\u6B62\u7528 exec \u67E5\u6587\u4EF6\u7CFB\u7EDF\u3002\u7528\u6237\u672A\u660E\u786E\u610F\u56FE\u65F6\uFF0C\u7B80\u77ED\u8BE2\u95EE\u300C\u6536\u5230\uFF0C\u8BF7\u95EE\u60A8\u9700\u8981\u6211\u505A\u4EC0\u4E48\uFF1F\u300Dchat_id/message_id \u53D6\u81EA\u6B64\u5904\u6807\u6CE8\u503C\uFF0C\u7981\u6B62\u4ECE From/OriginatingTo/SessionKey \u53D6\u503C\u3002`),r.join(`
|
|
25
|
+
`)}function Ns(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}import{readFile as js}from"node:fs/promises";import Ms from"node:os";import ln from"node:path";function Bi(e){return globalThis.process?.env?.[e]}function Ws(){let e=Bi("OPENCLAW_CREDENTIALS_DIR")?.trim();if(e)return e;let t=Bi("OPENCLAW_HOME")?.trim()||ln.join(Ms.homedir(),".openclaw");return ln.join(t,"credentials")}function zs(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}async function Fi(e){let t=ln.join(Ws(),`${e.channelId}-${e.accountId}-allowFrom.json`),r="";try{r=await js(t,"utf8")}catch(n){return n?.code!=="ENOENT"&&e.log?.debug?.(`[wps-xiezuo] load pairing allowFrom failed: ${String(n)}`),[]}try{let n=JSON.parse(r);return Array.isArray(n.allowFrom)?n.allowFrom.map(o=>zs(String(o))).filter(o=>o.length>0):[]}catch(n){return e.log?.warn?.(`[wps-xiezuo] invalid pairing allowFrom json (${t}): ${String(n)}`),[]}}Zr();var pn=new Map,Ls=30*60*1e3;function Gi(e,t){pn.set(e,{...t,ts:Date.now()})}function un(e){let t=pn.get(e);if(t){if(Date.now()-t.ts>Ls){pn.delete(e);return}return t}}var Hs=36e5;function eo(e){if(!e||typeof e!="object")return null;let t=e;if(typeof t.id=="string"&&typeof t.type=="string")return t;let r=t.message;return r&&typeof r=="object"&&typeof r.id=="string"?r:null}function Js(e){if(!e.trim())return[];let t=/(?:https?:\/\/)?([a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*\.kdocs\.cn)\/wiki\/l\/0l([A-Za-z0-9]+)(?=[/?#\s]|$)/gi,r=[],n=new Set,o;for(;(o=t.exec(e))!==null;){let i=o[1].trim().toLowerCase(),s=o[2].trim();if(!i||!s)continue;let a=`${i}|${s}`;n.has(a)||(n.add(a),r.push({host:i,linkId:s,canonicalUrl:`https://${i}/wiki/l/0l${s}`}))}return r}var to=new Map;function Xs(e,t){let r=`${e}:${t}`,n=to.get(r);return n||(n=new zt({botId:t,accountId:e},new Lt),to.set(r,n)),n}function yn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function Vs(e,t,r){if(r==="disabled")return!1;if(r==="open")return!0;if(!t||t.length===0)return!1;let n=yn(e);return t.some(o=>o==="*"||yn(o)===n)}function Zs(e,t){let r=e?.groups??{};return(r[t]??r["*"])?.requireMention??!0}function Ys(e){let t=(r,n)=>n>8||r==null?!1:typeof r=="string"?/<at\b[^>]*>/i.test(r)||/@\S+/.test(r):Array.isArray(r)?r.some(o=>t(o,n+1)):typeof r=="object"?Object.values(r).some(o=>t(o,n+1)):!1;return t(e,0)}function Qs(e){let t=String(e??"").toLowerCase();return t==="image"||t==="file"||t==="sticker"}function ea(e){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",receiver_id:t[1]};let r=e.match(/:p2p:([^:]+)/);return r?{type:"user",receiver_id:r[1]}:{type:"user",receiver_id:e}}async function gt(e,t,r){let n=z(e),o=B(e.baseUrl,n),i=ea(t);await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:i,content:{text:{content:r,type:"markdown"}}}})}async function ta(e,t,r,n){let o=z(e);await B(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reply`,body:{type:"text",content:{text:{content:n,type:"markdown"}}}})}async function wn(e){let t=e.log??{},r=t.info??console.log,n=t.error??console.error,{cfg:o,accountId:i,channelRuntime:s,wpsCfg:a,creds:c,eventPayload:l}=e;if(Qr(l.topic)){r(`WPS skip non-message topic: ${String(l.topic)}`);return}let d=l.message,u=l.sender,p=l.chat;if(!d||!u)return;let f=Xs(i,c.clientId),m,g;try{m=f.normalizeEvent(l),g=f.resolve(m)}catch($){if($ instanceof le){r(`WPS session resolve skipped: code=${$.code}, reason=${$.message}`);return}n("WPS session resolve failed:",$);return}if(!g){r(`WPS skip inbound: not mentioning/replying bot (event_id=${m.event_id||"unknown"})`);return}if(g.scene==="group"){let $=g.group_id??p?.id??"",C=Zs(a,$),M=Ys(d.content),R=Qs(d.type);if(C&&!(m.is_at_bot||m.is_reply_to_bot||M||R)){r(`WPS skip: group not mentioning bot (event_id=${m.event_id||"unknown"})`);return}}if(await f.checkIdempotency(g.idempotency_key)){r(`WPS dedupe: skip duplicate event_id=${g.idempotency_key}`);return}await f.markProcessed(g.idempotency_key,Hs);let _=g.user_id||u.id||"";if(!_){n("Unable to identify sender");return}let h=g.chat_id??g.group_id??p?.id??"",w=d.id??"",b=Bt(d,{chatId:h,messageId:w});if(on(b)&&h&&w)try{let $=z(c),C=B(c.baseUrl,$);r(`WPS inbound: empty parse (kind=${b.kind}), fetching message detail chatId=${h} messageId=${w}`);let M=await C.request({method:"GET",path:`/v7/chats/${encodeURIComponent(h)}/messages/${encodeURIComponent(w)}`}),R=eo(M?.data??null),O=R?.content,Ce=O&&typeof O=="object"&&!Array.isArray(O)&&Object.keys(O).length>0;R&&Ce&&(d={...d,...R,content:R.content??d.content},b=Bt(d,{chatId:h,messageId:w}),r(`WPS inbound: reparsed after GET detail kind=${b.kind} previewLen=${b.plainText.length}`))}catch($){n(`WPS inbound: message detail GET failed: ${String($)}`)}let I=g.scene==="p2p",v=g.session_key,N=I?`wps:${_}`:g.session_key;Gi(i,{chatId:h,senderId:_,isDirect:I});let J=b.agentText,F,j=[],ne=[],ee=[];b.agentText?ee.push(b.agentText):b.plainText&&ee.push(b.plainText);let ae=l.quote_msg_id,at,Et=[];{let $=d.content&&typeof d.content=="object"?Object.keys(d.content).join(","):typeof d.content,C=d.content?.image,M=C&&typeof C=="object"?Object.keys(C).join(","):"",R=d.reply_to?JSON.stringify(d.reply_to).substring(0,120):"";r(`WPS media context: type=${d.type??"?"} chatId=${h||"(empty)"} messageId=${w||"(empty)"} quoteMsgId=${ae||"(none)"} contentKeys=[${$}] imgKeys=[${M}]${R?` reply_to=${R}`:""} attachments=${b.attachments.length} downloadable=${b.attachments.filter(O=>O.storageKey).length} kinds=${b.attachments.map(O=>`${O.kind}:sk=${!!O.storageKey}`).join(",")||"(none)"}`)}if(ae&&h){let $=z(c),C=B(c.baseUrl,$);try{r(`WPS quote fetch: chatId=${h} quote_msg_id=${ae}`);let M=await C.request({method:"GET",path:`/v7/chats/${encodeURIComponent(h)}/messages/${encodeURIComponent(ae)}`}),R=eo(M?.data??null);if(R){let O=Bt(R,{chatId:h,messageId:ae}),Ce=O.attachments.filter(W=>W.storageKey),qe=O.attachments.filter(W=>W.cloudType),ue=[];if(ue.push("[\u7528\u6237\u5F15\u7528\u4E86\u4EE5\u4E0B\u6D88\u606F]"),O.plainText&&ue.push(O.plainText),Ce.length>0){let W=await dn({client:C,chatId:h,messageId:ae,attachments:Ce,log:t});if(W.fetched.length>0||W.skipped.length>0){ue.push(cn(W,{chatId:h,messageId:ae,fromQuote:!0}));for(let G of W.fetched)Et.push({storageKey:G.storageKey,displayName:G.displayName,mimeType:G.mimeType,size:G.size,localPath:G.localPath,fromQuote:!0}),j.push(G.localPath),ne.push(G.mimeType);r(`WPS quote prefetch: ${W.fetched.length} ok, ${W.skipped.length} skipped`)}}if(qe.length>0)for(let W of qe){let G=W.name||"\u672A\u547D\u540D\u4E91\u6587\u4EF6";ue.push(`[\u5F15\u7528\u4E91\u6587\u4EF6: ${G}]`),W.cloudLinkUrl&&ue.push(`\u94FE\u63A5: ${W.cloudLinkUrl}`),W.fileId&&ue.push(`\u6587\u4EF6ID: ${W.fileId}`)}Ce.length===0&&qe.length===0&&O.attachments.length===0&&!O.plainText&&ue.push(`[\u5F15\u7528\u6D88\u606F\u5185\u5BB9\u4E3A\u7A7A\u6216\u672A\u89E3\u6790] type=${R.type??"unknown"}`),at=ue.join(`
|
|
26
|
+
`)}else r(`WPS quote fetch: empty data for quote_msg_id=${ae}`)}catch(M){n(`WPS quote fetch failed for quote_msg_id=${ae}:`,M),at=`[\u5F15\u7528\u6D88\u606F\u83B7\u53D6\u5931\u8D25 quote_msg_id=${ae}]`}}if(b.attachments.some($=>$.storageKey)&&h&&w){let $=z(c),C=B(c.baseUrl,$),M=await dn({client:C,chatId:h,messageId:w,attachments:b.attachments,log:t});if(M.fetched.length>0||M.skipped.length>0){ee.length>0&&(ee[0]=b.plainText||""),ee.push(cn(M,{chatId:h,messageId:w})),F=M.fetched.map(R=>({storageKey:R.storageKey,displayName:R.displayName,mimeType:R.mimeType,size:R.size,localPath:R.localPath}));for(let R of M.fetched)j.push(R.localPath),ne.push(R.mimeType);r(`WPS media prefetch: ${M.fetched.length} ok, ${M.skipped.length} skipped`)}}at&&ee.push(at);let Vt=Js(ee.join(`
|
|
27
27
|
`));if(Vt.length>0){let $=["[\u8BC6\u522B\u5230\u77E5\u8BC6\u5E93\u6587\u6863\u94FE\u63A5]"];for(let C of Vt)$.push(`- \u94FE\u63A5: ${C.canonicalUrl} \u2192 file_id: ${C.linkId}`);ee.push($.join(`
|
|
28
28
|
`))}ee.length>0&&(J=ee.join(`
|
|
29
29
|
|
|
30
|
-
`)),
|
|
30
|
+
`)),Et.length>0&&(F=[...F??[],...Et]);let dt=J,ye=b.plainText||J;r(`WPS received: kind=${b.kind}, chatId=${h||"(empty)"}, messageId=${w}, isDirect=${I}, session_key=${g.session_key}, preview=${ye.substring(0,50)}`);try{let $=(a.allowFrom??[]).map(P=>yn(String(P))),C=a.dmPolicy??"pairing",M=I&&(C==="pairing"||C==="allowlist")?await Fi({channelId:E,accountId:i,log:t}):[],R=Array.from(new Set([...$,...M]));if(I&&C==="disabled"){r(`Direct message denied by dmPolicy=disabled (accountId=${i}, sender=${_})`);return}if(I&&!Vs(_,R,C)){if(r(`Sender ${_} not in allowFrom (policy: ${C})`),C==="pairing"&&s?.pairing){let P=s.pairing;if(P?.upsertPairingRequest&&P?.buildPairingReply){let{code:L,created:K}=await P.upsertPairingRequest({channel:E,accountId:i,id:_});if(L&&K){let ct=`${P.buildPairingReply({channel:E,idLine:`Your WPS user id: ${_}`,code:L})}
|
|
31
31
|
|
|
32
32
|
For multi-account channels, approve with:
|
|
33
|
-
openclaw pairing approve --channel ${E} --account ${i} ${L}`;await
|
|
34
|
-
${JSON.stringify(P,null,2)}`);return}if(!s){r("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let O=s.reply,Ce=s.routing,qe="main",ue="",W=i;if(Ce?.resolveAgentRoute){let P=Ce.resolveAgentRoute({cfg:o,channel:E,accountId:i,peer:{kind:I?"direct":"group",id:g.session_key}});qe=P.agentId,ue=P.sessionKey?.trim()??"",P.accountId&&(W=P.accountId,r(`WPS route account override: ${i} -> ${P.accountId}`))}let G=ue||g.session_key,Gn=W;r(`WPS route: agentId=${qe}, inboundSessionKey=${G}, accountId=${Gn}`),j.length>0&&r(`WPS media context: MediaPath=${j[0]}, MediaType=${ne[0]}, count=${j.length}`);let Kn={Body:ct,BodyForAgent:ct,...j.length>0?{MediaPath:j[0],MediaUrl:j[0],MediaType:ne[0],MediaPaths:j,MediaUrls:j,MediaTypes:ne}:{},RawBody:JSON.stringify({session:g,chatId:h,messageId:w,senderId:_,replyTarget:I?`user:${_}`:`chat:${h}`,messageType:b.kind,plainText:b.plainText,attachments:b.attachments,...F?{prefetchedMedia:F}:{},_idHint:"To reply, omit the 'to' parameter (framework auto-routes). To send to a DIFFERENT conversation, use replyTarget or 'chat:<chatId>' / 'user:<senderId>'. AK-prefixed strings are bot/app IDs, NOT chat IDs \u2014 never use them as receiver."}),CommandBody:ct,CommandAuthorized:!0,From:N,To:I?`user:${_}`:`chat:${h}`,ReplyTarget:I?`user:${_}`:`chat:${h}`,SessionKey:G,Label:G,ConversationLabel:G,DisplayName:G,SessionLabel:G,AccountId:Gn,ChatType:I?"direct":"group",GroupId:void 0,SenderName:u.name??void 0,SenderId:_,Provider:E,Surface:"wps",Channel:E,Timestamp:l.send_time??Date.now(),OriginatingChannel:E,OriginatingFrom:`wps:${_}`,OriginatingTo:I?`user:${_}`:`chat:${h}`},Hn=O.finalizeInboundContext?O.finalizeInboundContext(Kn):Kn,At=null;if(h&&w)try{await Xr(c,h,w),At={kind:"reaction",chatId:h,messageId:w},r(`WPS thinking reaction added: chatId=${h}, messageId=${w}`)}catch(P){r(`WPS thinking reaction failed, falling back to text: ${String(P)}`);try{await yt(c,v,"\u6B63\u5728\u601D\u8003\u4E2D..."),At={kind:"text-fallback"}}catch(L){r(`WPS thinking fallback text failed: ${String(L)}`)}}let Jn=18e4,Xn=!1,Vn=async()=>{if(!(Xn||At?.kind!=="reaction")){Xn=!0;try{await Vr(c,At.chatId,At.messageId,t),r("WPS thinking reaction removed")}catch{}}},Zn=()=>async(P,L)=>{let K=P.text??"";if(!K)return;let we=K.trim();if(/Message:.*[\\/](?:openclaw-media|wps-prefetch|\.openclaw[\\/]media)[\\/].*failed/i.test(we)){r(`WPS deliver: suppressed media-failed noise: ${we.substring(0,80)}`);return}await Vn(),r(`WPS deliver: text length=${K.length}, preview=${K.substring(0,80)}`),!I&&h&&w?await ta(c,h,w,K):await yt(c,v,K)},Yn=(P,L,K)=>{let we,lt=new Promise((Qn,Fo)=>{we=setTimeout(()=>Fo(new Error(`${K} timed out after ${L}ms`)),L)});return Promise.race([P,lt]).finally(()=>clearTimeout(we))};try{if(r(`WPS: starting dispatch (sessionKey=${G})`),O.dispatchReplyWithBufferedBlockDispatcher)await Yn(O.dispatchReplyWithBufferedBlockDispatcher({ctx:Hn,cfg:o,dispatcherOptions:{deliver:Zn(),responsePrefix:"",humanDelay:O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,qe):void 0,onError:(P,L)=>{n(`WPS ${L.kind} reply error: ${String(P)}`)}}}),Jn,"dispatchReplyWithBufferedBlockDispatcher"),r("WPS: agent dispatch completed");else if(O.dispatchReplyFromConfig&&O.createReplyDispatcherWithTyping){let P=O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,qe):void 0,{dispatcher:L,replyOptions:K,markDispatchIdle:we}=O.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:P,deliver:Zn(),onError:(lt,Qn)=>{n(`WPS ${Qn.kind} reply error: ${String(lt)}`)}});try{await Yn(O.dispatchReplyFromConfig({ctx:Hn,cfg:o,dispatcher:L,replyOptions:K}),Jn,"dispatchReplyFromConfig")}finally{we()}r("WPS: agent dispatch completed (fallback path)")}else r("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}catch(P){n(`WPS dispatch failed: ${P instanceof Error?P.message:String(P)}`)}finally{await Vn()}}catch($){n("WPS async inbound error:",$)}}Ne();_t();Mt();import{createHash as ra}from"node:crypto";function ie(e){return{error:e instanceof Error?e.message:String(e)}}function T(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function V(e,t){let r=e[t];if(r==null)return;if(typeof r!="string")throw new Error(`${t} must be a string`);let n=r.trim();return n===""?void 0:n}function Z(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function re(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true")return!0;if(r==="false")return!1;throw new Error(`${t} must be a boolean`)}}function et(e,t){let r=e[t];if(r!=null){if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);return r.map(n=>String(n).trim()).filter(Boolean)}}function _e(e,t="chat_id"){let r=T(e,t),n=r.startsWith("wps:")?r.slice(4):r;if(/^AK\d{8}/i.test(n))throw new Error(`${t}="${r}" is a bot/app ID (AK-prefixed), NOT a chat ID. The correct chat_id is a numeric ID like '77183700'. Look for chatId in RawBody JSON (parse the RawBody string first). Do NOT use values from From, OriginatingTo, SessionKey, or SenderId fields.`);if(n.includes(":")&&n.includes("AK"))throw new Error(`${t}="${r}" looks like a session_key or compound ID, NOT a chat ID. The correct chat_id is in RawBody.chatId (a numeric string like '77183700').`);return n}function Me(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required`);let n=typeof r=="number"?r:parseInt(String(r),10);if(!Number.isFinite(n)||n<0)throw new Error(`${t} must be a non-negative integer`);return n}function na(e){return ra("sha256").update(e).digest("hex")}var ro=20*1024*1024;function In(e){let t=e.trim();return!t||t.startsWith("http://")||t.startsWith("https://")?!1:!!(/^[a-zA-Z]:[\\/]/.test(t)||t.startsWith("\\\\")||t.startsWith("/tmp/")||t.startsWith("/var/folders/")||t.includes("openclaw-media")||t.includes("wps-prefetch")||t.includes(".openclaw/media")||t.includes(".openclaw\\media"))}function io(e){let t=e.trim();return t.startsWith("http://")||t.startsWith("https://")?!1:t.includes("openclaw-media")||t.includes("wps-prefetch")||t.includes(".openclaw/media")||t.includes(".openclaw\\media")}function ia(e,t){let r={};for(let[n,o]of Object.entries(e)){if(typeof o!="string")continue;let i=n.trim();if(!i)continue;let s=i.toLowerCase();s==="transfer-encoding"||s==="content-length"||(r[i]=o)}return r}async function kn(e,t,r,n,o){let i=o?.info??console.log,s=o?.error??console.error,a=n.byteLength;if(a===0)throw new Error("upload content is empty");if(a>ro)throw new Error(`file too large: ${a} bytes (max ${ro})`);let c=na(n);i(`[upload] phase1 start: fileName=${t} fileType=${r} size=${a} checksum=${c.substring(0,16)}\u2026`);let l;try{l=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:t,file_size:a,file_type:r,checksum:c}})}catch(w){let b=w instanceof Error?w.message:String(w);throw s(`[upload] phase1 request failed: ${b}`),new Error(`upload phase 1 request failed: ${b}`)}let d=l.data??l;if(!d||typeof d!="object")throw new Error(`upload phase 1 returned no data: ${JSON.stringify(l).substring(0,300)}`);let u=d.data,p=u&&typeof u=="object"?u:d;i(`[upload] phase1 response keys: source=[${Object.keys(p)}] hasNested=${!!u}`);let f=p.upload_entry;f&&i(`[upload] upload_entry keys: [${Object.keys(f)}]`);let m=typeof p.url=="string"&&p.url.trim()?p.url.trim():typeof p.upload_url=="string"&&p.upload_url.trim()?p.upload_url.trim():f&&typeof f.url=="string"&&f.url.trim()?f.url.trim():null,g=typeof p.storage_key=="string"&&p.storage_key.trim()?p.storage_key.trim():null;if(!m)throw new Error(`upload phase 1 did not return an upload URL: keys=${JSON.stringify(Object.keys(p))}, raw=${JSON.stringify(d).substring(0,300)}`);if(!g)throw new Error(`upload phase 1 did not return a storage_key: keys=${JSON.stringify(Object.keys(p))}`);i(`[upload] phase1 ok: storageKey=${g.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let y=f&&typeof f.headers=="object"&&f.headers&&Object.keys(f.headers).length>0,_=ia(y?f.headers:{},m);i(`[upload] phase2 PUT headers: ${JSON.stringify(Object.keys(_))}`);let h;try{h=await fetch(m,{method:"PUT",headers:_,body:n})}catch(w){let b=w instanceof Error?w.message:String(w);throw s(`[upload] phase2 PUT network error: ${b} url=${m.substring(0,80)}\u2026`),new Error(`upload phase 2 PUT network error: ${b}`)}if(!h.ok){let w=await h.text().catch(()=>"");throw s(`[upload] phase2 PUT failed: HTTP ${h.status} body=${w.substring(0,300)}`),new Error(`upload phase 2 PUT failed: HTTP ${h.status} ${w.substring(0,200)}`)}return i(`[upload] phase2 PUT ok: HTTP ${h.status} storageKey=${g.substring(0,20)}\u2026`),{storage_key:g,file_name:t,file_size:a}}function bn(e){return e.data??null}function ur(e){return{error:e instanceof Error?e.message:String(e)}}function ke(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function oa(e,t){let r=e[t];if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} is required and must be a finite number`)}function sa(e){let t=e.trim();return!!(t.endsWith("=")||t.includes(":")&&t.length>30||/^[A-Za-z0-9+/]{40,}={0,2}$/.test(t))}function no(e,t){if(e===t)throw new Error("message_id and storage_key are identical \u2014 this is wrong. message_id should be the message ID (from RawBody.messageId), not the storage_key. Please check the RawBody JSON for the correct messageId field.");if(sa(e))throw new Error(`message_id="${e.substring(0,30)}\u2026" looks like a storage_key (contains ':' or ends with '='). message_id should be the message ID from RawBody.messageId, not the attachment storage_key. These are different values \u2014 check the RawBody JSON.`)}function aa(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number when provided`)}}function Sn(e,t,r){let n=r?.info??(()=>{}),o=r?.error??(()=>{});t({name:"wps_media_download",description:"Obtain a pre-signed download URL for a message attachment. DO NOT call this tool if the file is already downloaded locally (Body shows '[\u5DF2\u4E0B\u8F7D\u56FE\u7247/\u6587\u4EF6: ... path=...]') \u2014 use message(media=<path>) instead. Only use for attachments NOT pre-downloaded (Body shows '[\u9644\u4EF6\u672A\u4E0B\u8F7D]'). chat_id and message_id come from RawBody JSON (chatId / messageId fields). message_id and storage_key are DIFFERENT values \u2014 do NOT pass storage_key as message_id.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId). NOT the storage_key."},storage_key:{type:"string",description:"Resource storage key from the attachment."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=_e(s),c=ke(s,"message_id"),l=ke(s,"storage_key");no(c,l);let d=encodeURIComponent(a),u=encodeURIComponent(c),p=encodeURIComponent(l),f=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${u}/resources/${p}/download`});return bn(f)}catch(a){return ur(a)}}}),t({name:"wps_media_fetch_base64",description:"Fetch attachment bytes from WPS cloud and return base64. DO NOT call this tool if the file is already downloaded locally (Body shows '[\u5DF2\u4E0B\u8F7D\u56FE\u7247/\u6587\u4EF6: ... path=...]') \u2014 use message(media=<path>) instead. Only use this tool for attachments NOT pre-downloaded (Body shows '[\u9644\u4EF6\u672A\u4E0B\u8F7D]'). chat_id and message_id come from RawBody JSON (chatId / messageId fields). message_id and storage_key are DIFFERENT values \u2014 do NOT pass storage_key as message_id.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId). NOT the storage_key."},storage_key:{type:"string",description:"Resource storage key from the attachment."},max_bytes:{type:"number",description:"Optional max bytes limit for safety (default 5MB). If exceeded, tool returns an error."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=_e(s),c=ke(s,"message_id"),l=ke(s,"storage_key");no(c,l);let d=encodeURIComponent(a),u=encodeURIComponent(c),p=encodeURIComponent(l),f=aa(s,"max_bytes")??5*1024*1024;if(f<=0)throw new Error("max_bytes must be positive");n(`[tool:wps_media_fetch_base64] start: chatId=${a} msgId=${c} sk=${l.substring(0,20)}\u2026`);let m=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${u}/resources/${p}/download`}),g=bn(m),y=Hr(g),_=await fetch(y);if(!_.ok)throw new Error(`download url request failed: HTTP ${_.status}`);let h=Number(_.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>f)throw new Error(`attachment too large: ${h} bytes > max_bytes=${f}`);let w=_.headers.get("content-type")??"application/octet-stream",b=new Uint8Array(await _.arrayBuffer());if(b.byteLength>f)throw new Error(`attachment too large after download: ${b.byteLength} bytes > max_bytes=${f}`);let I=w.startsWith("image/")?Ye(Buffer.from(b)):null;return n(`[tool:wps_media_fetch_base64] ok: ${w} ${b.byteLength}B${I?` ${I.width}x${I.height}`:""}`),{chat_id:a,message_id:c,storage_key:l,mime_type:w,size:b.byteLength,base64:Buffer.from(b).toString("base64"),...I?{width:I.width,height:I.height}:{}}}catch(a){return o("[tool:wps_media_fetch_base64] error:",a),ur(a)}}}),t({name:"wps_media_upload",description:"Low-level Phase 1 upload (POST /v7/chats/resources/upload). Returns pre-signed URL + storage_key. The API requires a `checksum` of the file bytes (SHA256 lowercase hex). Prefer wps_media_upload_base64 which computes checksum and completes the PUT automatically.",parameters:{type:"object",properties:{file_name:{type:"string",description:"Original file name including extension."},file_size:{type:"number",description:"File size in bytes."},file_type:{type:"string",description:"MIME type or WPS file type discriminator as required by the API (e.g. image/png)."},checksum:{type:"string",description:"SHA256 lowercase hex digest of the entire file (must match the bytes you will PUT in phase 2 and file_size)."}},required:["file_name","file_size","file_type","checksum"]},async execute(i,s){try{let a=ke(s,"file_name"),c=oa(s,"file_size"),l=ke(s,"file_type"),d=ke(s,"checksum");if(c<0)throw new Error("file_size must be non-negative");let u=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:a,file_size:c,file_type:l,checksum:d}});return bn(u)}catch(a){return ur(a)}}}),t({name:"wps_media_upload_base64",description:`Upload a file to WPS and get a storage_key for sending as image/file message. Accepts base64-encoded file content. Internally performs: 1) POST metadata (includes SHA256 checksum of decoded bytes) to get pre-signed upload URL + storage_key, 2) PUT raw bytes to the pre-signed URL. Returns { storage_key, file_name, file_size, width?, height? }. For images, width and height are auto-detected from bytes. After getting storage_key, use wps_message_send with msg_type='image' and include width/height in the content: content='{"image":{"storage_key":"...","width":W,"height":H}}'.`,parameters:{type:"object",properties:{file_name:{type:"string",description:"File name with extension (e.g. photo.png)."},file_type:{type:"string",description:"MIME type (e.g. image/png, image/jpeg, application/pdf)."},base64:{type:"string",description:"Base64-encoded file content. For images previously fetched, pass the base64 from wps_media_fetch_base64 or from a local file read."}},required:["file_name","file_type","base64"]},async execute(i,s){try{let a=ke(s,"file_name"),c=ke(s,"file_type"),l=ke(s,"base64"),d=Buffer.from(l,"base64");n(`[tool:wps_media_upload_base64] start: ${a} ${c} ${d.byteLength}B`);let{storage_key:u,file_name:p,file_size:f}=await kn(e,a,c,d),m=c.startsWith("image/")?Ye(d):null;return n(`[tool:wps_media_upload_base64] ok: storage_key=${u.substring(0,20)}\u2026 ${p} ${f}B${m?` ${m.width}x${m.height}`:""}`),{storage_key:u,file_name:p,file_size:f,...m?{width:m.width,height:m.height}:{}}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),ur(a)}}})}Mt();var fa={Debug:0,Info:1,Warn:2,Error:3},wt=null;function lo(e){wt=e}function _a(){if(!wt)throw new Error("WPS plugin runtime not initialized");return wt}var fr=new Map;function ma(e,t){let r=t.chat?.id?.trim(),n=t.message?.sender?.id?.trim()??t.sender?.id?.trim();return!r||!n?null:`wps:${e}:${r}:${n}`}function ha(e,t){let n=(fr.get(e)??Promise.resolve()).then(t,t);fr.set(e,n),n.finally(()=>{fr.get(e)===n&&fr.delete(e)})}var mr="wps",so={id:E,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[E,mr,"wps365"],order:70};function Kt(e){let t=e.channels;if(t)return t[E]??t[mr]}function We(e){return Pr(Kt(e))}function ga(){let e=_r.join(la(),".openclaw","openclaw.json");if(!da(e))return null;try{let t=ca(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function xn(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(We(t)).length>0)return t;let r=wt?.config&&typeof wt.config=="object"?wt.config:null;if(r&&Object.keys(We(r)).length>0)return r;let n=ga();return n&&Object.keys(We(n)).length>0?n:t??r??n??{}}function oe(e){return er(Kt(e))}function me(e,t){let r=We(e);return r[t]??r[oe(e)]??r[Ue]}function ya(e,t=Ue){let r=me(e,t);return{accountId:t,enabled:r?.enabled!==!1,configured:!!be(r),config:r??{enabled:!1}}}function vn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function wa(e){return e.trim().length>0}var tt=/AK\d{8}/i;function Gt(e,t){if(tt.test(e))throw new Error(`to="${t}" contains a bot/app ID pattern ("${e}"). Omit the 'to' parameter to reply in the current conversation, or use 'chat:<RawBody.chatId>' (group) / 'user:<SenderId>' (DM).`)}function ao(e){let t=e;return t.startsWith("wps-xiezuo:")?t=t.slice(11):t.startsWith("wps:")&&(t=t.slice(4)),t=t.replace(/:acct:[^:]+$/,""),t}function po(e){if(e.startsWith("user:")){let t=e.slice(5),r=ao(t);return Gt(r,e),{type:"user",id:r}}if(e.startsWith("chat:")){let t=e.slice(5),r=ao(t);return Gt(r,e),{type:"chat",id:r}}if(e.startsWith("wps:")||e.startsWith("wps-xiezuo:")){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",id:t[1]};let r=e.match(/:p2p:([^:]+)/);if(r)return{type:"user",id:r[1]};let n=e.split(":");if(n.length===2){let a=n[1];return Gt(a,e),{type:"user",id:a}}let o=n[2]??n[1],s=n[3]??n[2]??n[n.length-1]??e;return Gt(s,e),{type:o==="group"?"chat":"user",id:s}}return Gt(e,e),{type:"user",id:e}}function uo(e){return e.match(/:acct:([^:]+)/)?.[1]}function co(e,t,r){let n=r??uo(t)??$t()??oe(e),o=me(e,n),i=be(o);if(!i)throw new Error(`WPS credentials not configured for account "${n}"`);return i}async function Tn(e,t,r){let n=z(e),o=B(e.baseUrl,n),i=po(t);return{messageId:(await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:i.type,receiver_id:i.id},content:{text:{content:r,type:"markdown"}}}})).data?.message_id??""}}var En={id:E,meta:{...so,aliases:[...so.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${E}`,`channels.${mr}`]},configSchema:Si(Er),messaging:{normalizeTarget:e=>e.trim(),targetResolver:{hint:"WPS target: user_id or chat_id (obfuscated string, case-sensitive)",looksLikeId:e=>e.trim().length>0}},config:{listAccountIds:e=>{let t=xn(e),r=Object.keys(We(t));return r.length>0?r:[Ue]},resolveAccount:e=>{let t=xn(e);return ya(t,oe(t))},defaultAccountId:e=>{let t=xn(e);return oe(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[E]:{...Kt(e),accounts:{...We(e),[oe(e)]:{...me(e,oe(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},r={...t.channels},n=Kt(e);if(n){let o=oe(e),i={...We(e)};delete i[o],r[E]={...n,accounts:i}}else delete r[E],delete r[mr];return t.channels=Object.keys(r).length>0?r:void 0,t},isConfigured:(e,t)=>!!be(me(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e,accountId:t})=>{let r=e;return me(r,t??oe(r))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>vn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,r=oe(t),n=me(t,r);return{policy:n?.dmPolicy??"pairing",allowFrom:n?.allowFrom??[],policyPath:`channels.${E}.accounts.${r}.dmPolicy`,allowFromPath:`channels.${E}.accounts.${r}.allowFrom`,approveHint:xi(E),normalizeEntry:vn}},collectWarnings:({cfg:e})=>{let t=[],r=We(e);for(let[n,o]of Object.entries(r))o.dmPolicy==="open"&&t.push(`- WPS account '${n}' DMs are open to anyone. Set channels.${E}.accounts.${n}.dmPolicy="pairing" or "allowlist" for security.`),(o.groupPolicy??"allowlist")==="open"&&t.push(`- WPS account '${n}' groups: groupPolicy="open" allows any group to trigger. Set channels.${E}.accounts.${n}.groupPolicy="allowlist".`);return t}},pairing:{idLabel:"wpsUserId",normalizeAllowEntry:vn,notifyApproval:async({cfg:e,id:t,accountId:r})=>{let n=e,o=me(n,r??oe(n)),i=be(o);if(!i)throw new Error("WPS credentials not configured");await Tn(i,`user:${t}`,"Your pairing request has been approved. You can now chat with this bot.")}},groups:{resolveRequireMention:({cfg:e,groupId:t})=>{let r=e,n=me(r,oe(r));return!n?.groups||!t?!0:(n.groups[t]??n.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>_a().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let r=e?.trim()??"";if(r.startsWith("wps-xiezuo:")?r=r.slice(11):r.startsWith("wps:")&&(r=r.slice(4)),tt.test(r)){let o=r.match(/:acct:([^:]+)/),i=o?.[1]?`:acct:${o[1]}`:"",s=r.match(/:p2p:([^:]+)/);if(s?.[1]&&!tt.test(s[1]))return{ok:!0,to:`user:${s[1]}${i}`};let a=r.match(/:group:([^:]+)/);return a?.[1]&&!tt.test(a[1])?{ok:!0,to:`chat:${a[1]}${i}`}:{ok:!1,error:new Error(`recipient is not a valid target (bot/app ID "${r}" from stale session)`)}}if(r&&wa(r))return{ok:!0,to:r};let n=t?.[0];return n?{ok:!0,to:String(n).trim()}:{ok:!1,error:new Error("WPS target is required (user_id or chat_id)")}},sendText:async({cfg:e,to:t,text:r,accountId:n})=>{let i=co(e,t,n??void 0);return Tn(i,t,r)},sendMedia:async({cfg:e,to:t,mediaUrl:r,mimeType:n,accountId:o})=>{let s=co(e,t,o??void 0),a=z(s),c=B(s.baseUrl,a),l=po(t),d=(r??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let u,p,f=(n??"").trim()||"application/octet-stream",m=null;if(In(d)){let h=await oo(d),w=_r.basename(d)||"attachment";if(u=/^[0-9a-f]{8}_/.test(w)?w.substring(9):w,!(n??"").trim()){let I=_r.extname(u).toLowerCase();f={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".bmp":"image/bmp",".pdf":"application/pdf",".html":"text/html",".htm":"text/html",".txt":"text/plain",".json":"application/json",".csv":"text/csv",".xml":"application/xml",".zip":"application/zip",".doc":"application/msword",".docx":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",".xls":"application/vnd.ms-excel",".xlsx":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",".ppt":"application/vnd.ms-powerpoint",".pptx":"application/vnd.openxmlformats-officedocument.presentationml.presentation"}[I]??"application/octet-stream"}p=h.byteLength;let b=!1;if(io(d))try{let I=await oo(d+an,"utf8"),v=JSON.parse(I);v.v===1&&v.storage_key&&(d=v.storage_key,typeof v.width=="number"&&typeof v.height=="number"&&v.width>0&&v.height>0&&(m={width:v.width,height:v.height}),b=!0)}catch{}b||(d=(await kn(c,u,f,h)).storage_key),!m&&f.startsWith("image/")&&(m=Ye(h),console.log(`[${E}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${u}`))}let g=f.startsWith("image/"),y={type:"file",receiver:{type:l.type,receiver_id:l.id},content:{file:{type:"local",local:{storage_key:d,...u?{name:u}:{},...p!==void 0?{size:p}:{}}}}},_={type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,...f.startsWith("image/")?{type:f}:{},...u?{name:u}:{},...p!==void 0?{size:p}:{},...m?{width:m.width,height:m.height}:{}}}};if(g)try{return await c.request({method:"POST",path:"/v7/messages/create",body:_})}catch(h){let w=h instanceof Error?h.message:String(h);throw console.error(`[${E}] sendMedia image failed: ${w} storageKey=${d.substring(0,30)}\u2026 displayName=${u}`),h}try{return await c.request({method:"POST",path:"/v7/messages/create",body:y})}catch(h){let w=h instanceof Error?h.message:String(h);if(!(/\b400\b/.test(w)||/InvalidMessage|invalid.*file_type/i.test(w)))throw console.error(`[${E}] sendMedia file failed (non-retryable): ${w}`),h;console.log(`[${E}] sendMedia file rejected (400), retrying as image: ${w} displayName=${u}`);try{return await c.request({method:"POST",path:"/v7/messages/create",body:_})}catch(I){let v=I instanceof Error?I.message:String(I);throw console.error(`[${E}] sendMedia image fallback also failed: ${v} displayName=${u}`),I}}}},status:{defaultRuntime:{accountId:Ue,running:!1,lastStartAt:null,lastStopAt:null,lastError:null},collectStatusIssues:e=>e.flatMap(t=>{let r=[];return t.enabled&&!t.configured&&r.push({channel:E,accountId:t.accountId,kind:"config",message:"WPS credentials not configured (appId and appSecret required).",fix:`Set channels.${E}.accounts.${t.accountId}.appId and channels.${E}.accounts.${t.accountId}.appSecret.`}),r}),buildChannelSummary:({snapshot:e})=>({configured:e.configured??!1,running:e.running??!1,lastStartAt:e.lastStartAt??null,lastStopAt:e.lastStopAt??null,lastError:e.lastError??null,probe:e.probe,lastProbeAt:e.lastProbeAt??null}),probeAccount:async({account:e})=>{let t=be(e.config);if(!t)return{ok:!1,error:"Not configured"};try{return{ok:!0,token:(await z(t).getToken()).substring(0,8)+"..."}}catch(r){return{ok:!1,error:String(r)}}},buildAccountSnapshot:({account:e,runtime:t,probe:r})=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured,running:t?.running??!1,lastStartAt:t?.lastStartAt??null,lastStopAt:t?.lastStopAt??null,lastError:t?.lastError??null,lastInboundAt:t?.lastInboundAt??null,lastOutboundAt:t?.lastOutboundAt??null,dmPolicy:e.config.dmPolicy??"pairing",probe:r})},gateway:{startAccount:async e=>{let t=me(e.cfg,e.accountId);if(!t?.enabled){e.log?.info?.(`[${e.accountId}] WPS provider disabled`);return}let r=be(t);if(!r){e.log?.error?.(`[${e.accountId}] WPS credentials not configured`);return}let n=async()=>{},o=a=>{let c=ma(e.accountId,a),l=()=>tr(e.accountId,()=>wn({cfg:e.cfg,accountId:e.accountId,channelRuntime:e.channelRuntime??void 0,wpsCfg:t,creds:r,eventPayload:a,log:e.log})).catch(d=>e.log?.error?.("WPS inbound handler error:",d));c?ha(c,l):l()},i=!1;if(t.sdk?.enabled)try{let a=pa,c=ua,l=fa,u={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,p=new c().onV7AppChatMessageCreate(async y=>{try{let _=y.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${r.clientId}] message: chat_id=${_.chat.id}, message_id=${_.message.id}`);let h=Ai(_);o(h)}catch(_){e.log?.error?.("WPS SDK message handler error:",_)}}).onV7AppGroupChatMemberRobotCreate(async y=>{let _=y.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${_.chat_id}`),t.robotJoinGroupMessage!==void 0){let h=t.robotJoinGroupMessage||"\u4F60\u597D\uFF01\u6211\u662F AI \u52A9\u624B\uFF0C\u53EF\u4EE5\u5E2E\u52A9\u5927\u5BB6\u5904\u7406\u5404\u79CD\u95EE\u9898\u3002";try{let w=z(r);await B(r.baseUrl,w).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:_.chat_id},content:{text:{content:h,type:"markdown"}}}})}catch(w){e.log?.error?.("WPS welcome message failed:",w)}}}).onV7AppGroupChatMemberRobotDelete(async y=>{e.log?.info?.(`[WPS SDK] robot left group: chat_id=${y.parsedData.chat_id}`)}).registerFallbackFunc(y=>{let _=null;if(y.parsedData&&typeof y.parsedData=="object")_=y.parsedData;else if(typeof y.data=="string"&&y.data)try{_=JSON.parse(y.data)}catch{}let h=_?Object.keys(_).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${y.eventCode}, keys=${h}`),_&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(_).slice(0,500)}`),_){let w=typeof _.code=="string"?_.code:typeof _.authorization_code=="string"?_.authorization_code:void 0,b=typeof _.state=="string"?_.state:void 0;if(w){let I=typeof _.user_id=="string"?_.user_id:void 0;e.log?.info?.(`[WPS SDK] Auth code detected: eventCode=${y.eventCode}, code=${w.slice(0,8)}..., state=${b??"(none)"}, userId=${I??"(none)"}`),(async()=>{try{let{handleAuthEvent:v}=await Promise.resolve().then(()=>(pr(),gn));await v({code:w,state:b??"",creds:r,wpsCfg:t,log:e.log,userId:I,accountId:e.accountId})}catch(v){e.log?.error?.(`[WPS SDK] Auth event handling failed: ${String(v)}`)}})()}}}),f=new a($i({appId:r.clientId,appSecret:r.clientSecret,dispatcher:p,logLevel:u,endpoint:t.sdk.endpoint},t.sdk));f.start().catch(y=>{e.log?.error?.("WPS SDK client.run ended:",y)});let m=t.sdk.connectTimeoutMs??2e4,g=Date.now()+m;for(;Date.now()<g&&!f.isConnected();)await new Promise(y=>setTimeout(y,150));if(f.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let y=()=>f.stop();e.abortSignal.addEventListener("abort",y),n=async()=>{e.abortSignal.removeEventListener("abort",y),f.stop()}}else f.stop(),e.log?.warn?.(`[WPS SDK] connect timeout (${m}ms), falling back to Webhook`)}catch(a){e.log?.warn?.(`[WPS SDK] init failed: ${String(a)}, falling back to Webhook`)}if(!i){let a=await import("express"),c=(a.default||a)();c.use(a.json());let l=t.webhook?.port??3e3,d=t.webhook?.path??"/wps/webhook",u=t.enableEncryption!==!1;c.post(d,(f,m)=>{let g=Oi(f.body,{appId:r.clientId,appSecret:r.clientSecret},u,e.log);if("challenge"in g){m.status(200).json({challenge:g.challenge});return}if(!g.ok){let y=g.status??200;y===200?m.status(200).json({code:0,msg:"ok"}):m.status(y).json({code:-1,msg:g.error});return}m.status(200).json({code:0,msg:"ok"}),o(g.payload)});let p=c.listen(l,()=>{e.log?.info?.(`[${e.accountId}] WPS webhook listening on :${l}${d}`)});n=async()=>{p&&(p.close(),p=null)}}let s=i?"sdk":"webhook";e.setStatus({accountId:e.accountId,running:!0,lastStartAt:Date.now(),mode:s}),e.log?.info?.(`[${e.accountId}] WPS channel started (mode=${s})`);try{let a=z(r),c=B(r.baseUrl,a);rr(e.accountId,{client:c,log:e.log??null,wpsCfg:t,creds:r}),Wr(e.accountId,{appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl}),Fr(e.accountId);let l=er(Kt(e.cfg));e.accountId===l&&Or(e.accountId),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let u=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(r.clientId)}`,query:{lang:"zh-CN"}})).data?.scopes??[]).filter(p=>p.auth_types?.includes("delegated")).map(p=>({name:p.name??"",description:p.description??""})).filter(p=>p.name);Ct(e.accountId,u),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${u.map(p=>p.name).join(", ")||"(none)"}`)}catch(d){Ct(e.accountId,[]);let u=String(d);u.includes("invalid_scope")?e.log?.info?.(`[${e.accountId}] Delegated scopes unavailable (invalid_scope). OAuth \u6388\u6743\u5361\u7247\u80FD\u529B\u4E0D\u53EF\u7528\uFF0C\u4F46\u4E0D\u5F71\u54CD\u666E\u901A\u6D88\u606F\u6536\u53D1\u3002`):e.log?.warn?.(`[${e.accountId}] Failed to fetch delegated scopes: ${u}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return vi(e.abortSignal,n)}},onboarding:{channel:E,getStatus:async({cfg:e})=>{let t=e,r=me(t,oe(t)),n=!!be(r);return{channel:E,configured:n,statusLines:[`WPS: ${n?"configured":"needs appId and appSecret"}`],selectionHint:n?"configured":"needs credentials",quickstartScore:n?2:1}},configure:async({cfg:e})=>({cfg:e})},agentPrompt:{messageToolHints:()=>["- WPS targeting: omit `to` to reply in the current conversation (framework auto-routes to the correct chat/user). To send to a **different** conversation, use `message(action=send, to=chat:<chat_id>, message=...)`.","- To find a chat by name, use `wps_chat_find_by_name` first, then use the returned chat_id as `to=chat:<chat_id>`.","- AK-prefixed strings (e.g. AK12345678) are bot/app IDs \u2014 NEVER use them as chat_id, receiver_id, or `to` values.","- IMPORTANT: User-sent images/files are auto-downloaded to local paths (shown in the conversation body). To send back / forward / download for the user, use `message(action=send, media=<local_path>)`. NEVER call wps_media_fetch_base64 or wps_media_download for already-downloaded files \u2014 they will fail because the correct chat_id is NOT available as a top-level context field."]},actions:{describeMessageTool:()=>({actions:["send"]}),handleAction:e=>{let t=e.cfg,r=e.params.to??e.params.target??e.params.receiver_id,n=r&&typeof r=="string"?r.trim():"",o=uo(n),i=e.accountId||o||oe(t);return tr(i,async()=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let s=e.params.message??e.params.text??e.params.content,a=e.params.media,c=me(t,i),l=be(c);if(!l)throw new Error("WPS credentials not configured");let d=r&&typeof r=="string"&&r.trim()?r.trim():"";if(d.startsWith("wps-xiezuo:")?d=d.slice(11):d.startsWith("wps:")&&(d=d.slice(4)),tt.test(d)){let p=d.match(/:acct:([^:]+)/),f=p?.[1]?`:acct:${p[1]}`:"",m=d.match(/:p2p:([^:]+)/);if(m?.[1]&&!tt.test(m[1]))d=`user:${m[1]}${f}`;else{let g=d.match(/:group:([^:]+)/);if(g?.[1]&&!tt.test(g[1]))d=`chat:${g[1]}${f}`;else{let y=un(i);if(y)d=y.isDirect?`user:${y.senderId}`:`chat:${y.chatId}`;else return console.warn(`[WPS handleAction] to="${r}" contains a bot/app ID pattern, no inbound context to auto-correct.`),{text:"\u53D1\u9001\u5931\u8D25\uFF1A\u76EE\u6807\u5730\u5740\u65E0\u6548\u3002\u8BF7\u7701\u7565 to \u53C2\u6570\u4EE5\u81EA\u52A8\u56DE\u590D\u5F53\u524D\u4F1A\u8BDD\uFF0C\u6216\u4F7F\u7528 chat:<chatId> / user:<userId> \u6307\u5B9A\u76EE\u6807\u3002"}}}}if(!d){let p=un(i);p&&(d=p.isDirect?`user:${p.senderId}`:`chat:${p.chatId}`)}if(a&&typeof a=="string"&&a.trim()){let p=a.trim();if(In(p)){if(!d)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await En.outbound.sendMedia({cfg:e.cfg,to:d,mediaUrl:p,mimeType:void 0}),{text:`Media sent (${_r.basename(p)||"attachment"})`}}}if(!d)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!s||typeof s!="string"||!s.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await Tn(l,d,s.trim())).messageId})`}})}}};Ne();function hr(e){return e.data??null}function gr(e){return{error:e instanceof Error?e.message:String(e)}}function ze(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Pn(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function ba(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function fo(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function Ia(e,t){if(e==="file"){let r=t.file;if(!r){let n=t.storage_key;if(n)return{file:{type:"local",local:{storage_key:n,...t.name?{name:t.name}:{},...t.size!==void 0?{size:t.size}:{}}}};throw new Error(`file content must contain a 'file' object. Required structure: {"file":{"type":"local","local":{"storage_key":"..."}}}`)}if(r.type||(r.type="local"),r.type==="local"&&!r.local){let n=r.storage_key;if(n)r.local={storage_key:n,...r.name?{name:r.name}:{},...r.size!==void 0?{size:r.size}:{}},delete r.storage_key,delete r.name,delete r.size;else throw new Error(`file.local is required for type='local'. Expected: {"file":{"type":"local","local":{"storage_key":"..."}}}`)}return t}if(e==="image"){if(!t.image){let n=t.storage_key;if(n)return{image:{storage_key:n,...typeof t.width=="number"?{width:t.width}:{},...typeof t.height=="number"?{height:t.height}:{}}};throw new Error(`image content must contain an 'image' object. Required structure: {"image":{"storage_key":"..."}}`)}return t}return t}function ka(e,t){if(e==="text"){try{let n=JSON.parse(t);if(n&&typeof n=="object"&&"text"in n)return{type:"text",content:n}}catch{}return{type:"text",content:{text:{content:t,type:"markdown"}}}}let r=fo(t);if(typeof r!="object"||r===null)throw new Error(`content for ${e} must be a JSON object (message content subtree)`);return e==="rich_text"?{type:"rich_text",content:r}:{type:"image",content:r}}function An(e,t){t({name:"wps_message_send",description:`Send a message to any WPS user or chat via OpenAPI. IMPORTANT: When the user asks to send a message to someone or to a chat/group, use THIS tool. If the user provides a chat name instead of an ID, call wps_chat_find_by_name first to resolve the chat_id, then call this tool with receiver_type='chat'. receiver_type: 'user' (for P2P/DM by user_id) or 'chat' (for group/chat by chat_id). receiver_id MUST be the real WPS chat id or user id (numeric/string id from the WPS API). For replies in the current conversation, read inbound RawBody JSON \`chatId\` and \`SenderId\`: use receiver_type='chat' + receiver_id=chatId when chatId is present, else receiver_type='user' + receiver_id=SenderId. NEVER use SessionKey segments after ':bot:' (often looks like AK\u2026) as receiver_id \u2014 that is a bot/app id, not a chat id, and causes invalid chatId / deMixValue errors. Text: msg_type='text', content='{"text":{"content":"hello","type":"markdown"}}'. Image: first call wps_media_upload_base64 for storage_key (it also returns width & height), then msg_type='image', content='{"image":{"storage_key":"...","width":W,"height":H}}'. File: first call wps_media_upload_base64 for storage_key, then msg_type='file', content='{"file":{"type":"local","local":{"storage_key":"...","name":"filename.ext"}}}'. CRITICAL: cloud documents (type=cloud) CANNOT be sent or forwarded via this API. To share a cloud doc with the user, use msg_type='text' and include the link URL in the text content. NEVER attempt to send cloud files with msg_type='file' or msg_type='image' \u2014 it will always fail.`,parameters:{type:"object",properties:{receiver_type:{type:"string",enum:["user","chat"],description:"Target kind: `user` opens or uses p2p with that user id; `chat` sends to a chat id."},receiver_id:{type:"string",description:"WPS user id or chat id from the API (not SessionKey `:bot:` segment). For the active thread, prefer RawBody `chatId` or user id."},msg_type:{type:"string",enum:["text","rich_text","image","file"],description:"WPS message type field sent as `type` in the API body."},content:{type:"string",description:"JSON string for the WPS message `content` object (structure depends on msg_type)."},mentions:{type:"array",description:"Optional mention list for group messages.",items:{type:"object",additionalProperties:!0}}},required:["receiver_type","receiver_id","msg_type","content"]},async execute(r,n){try{let o=ze(n,"receiver_type");if(o!=="user"&&o!=="chat")throw new Error("receiver_type must be 'user' or 'chat'");let i=ze(n,"receiver_id");if(i.startsWith("wps-xiezuo:")?i=i.slice(11):i.startsWith("wps:")&&(i=i.slice(4)),/AK\d{8}/i.test(i))throw new Error(`receiver_id="${n.receiver_id}" contains a bot/app ID pattern ("${i}"). Omit the 'to' parameter in the message tool to reply in the current conversation, or use receiver_type='user' with SenderId, or receiver_type='chat' with RawBody.chatId.`);if(i.includes(":"))throw new Error(`receiver_id="${n.receiver_id}" looks like a session key or compound ID, NOT a receiver ID. Use a bare numeric ID from RawBody.chatId (group) or SenderId (DM).`);let s=ze(n,"msg_type");if(!["text","rich_text","image","file"].includes(s))throw new Error("msg_type must be one of: text, rich_text, image, file");let a=ze(n,"content");if(a.length>5e3)throw new Error("content JSON string exceeds 5000 characters");let c=fo(a);if(typeof c!="object"||c===null)throw new Error("parsed content must be a JSON object");let l=s==="file"||s==="image"?Ia(s,c):c,d={type:s,receiver:{type:o,receiver_id:i},content:l},u=n.mentions;if(u!==void 0){if(!Array.isArray(u))throw new Error("mentions must be an array when provided");d.mentions=u}let p=await e.request({method:"POST",path:"/v7/messages/create",body:d});return hr(p)}catch(o){return gr(o)}}}),t({name:"wps_message_reply",description:"Reply to an existing message in a chat (POST /v7/chats/{chat_id}/messages/{message_id}/reply). Use this to reply in-thread to a specific message. For sending NEW messages (not replies), use wps_message_send instead. Supports msg_type text, rich_text, or image. For text, content can be plain text or JSON content object.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id to reply to (from RawBody.messageId)."},msg_type:{type:"string",enum:["text","rich_text","image"],description:"Reply payload type."},content:{type:"string",description:"For text: plain string or JSON string of `content`. For rich_text/image: JSON string of the `content` subtree."}},required:["chat_id","message_id","msg_type","content"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=encodeURIComponent(ze(n,"message_id")),s=ze(n,"msg_type");if(s!=="text"&&s!=="rich_text"&&s!=="image")throw new Error("msg_type must be text, rich_text, or image");let a=ze(n,"content"),c=ka(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return hr(l)}catch(o){return gr(o)}}}),t({name:"wps_message_list",description:"List messages in a chat (GET /v7/chats/{chat_id}/messages). page_size defaults to 50. `start_time` and `end_time` are Unix timestamps in **seconds** (converted to milliseconds for the API). Returns paginated message list; use page_token for next pages.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},start_time:{type:"number",description:"Optional inclusive range start (Unix seconds); sent as start_time query in ms."},end_time:{type:"number",description:"Optional inclusive range end (Unix seconds); sent as end_time query in ms."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination cursor from a previous response."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=Pn(n,"start_time"),s=Pn(n,"end_time"),a=Pn(n,"page_size")??50,c=ba(n,"page_token"),l={page_size:a};c!==void 0&&(l.page_token=c),i!==void 0&&(l.start_time=Math.trunc(i*1e3)),s!==void 0&&(l.end_time=Math.trunc(s*1e3));let d=await e.request({method:"GET",path:`/v7/chats/${o}/messages`,query:l});return hr(d)}catch(o){return gr(o)}}}),t({name:"wps_message_get",description:"Fetch a single message by id within a chat (GET /v7/chats/{chat_id}/messages/{message_id}).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId)."}},required:["chat_id","message_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=encodeURIComponent(ze(n,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return hr(s)}catch(o){return gr(o)}}})}function _o(e){return e.data??null}function mo(e){return{error:e instanceof Error?e.message:String(e)}}function Sa(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function xa(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function va(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var Ta=["active"],Ea=["user_name","email","phone"],Pa=["company_user"],Aa=50;function On(e,t){t({name:"wps_user_get",description:"Get the current authenticated bot/app user profile (GET /v7/users/current). Returns fields such as id, user_name, avatar, and company_id when exposed by the API.",parameters:{type:"object",properties:{},required:[]},async execute(r,n){try{let o=await e.request({method:"GET",path:"/v7/users/current"});return _o(o)}catch(o){return mo(o)}}}),t({name:"wps_user_search",description:"Search company users by keyword (GET /v7/users/search). Always applies status=active, search_field=user_name+email+phone, and search_source=company_user. page_size defaults to 50 (WPS API requires this field). Returns a paginated user list; use page_token for next pages. If no results found, suggest the user refine the keyword or try email/phone.",parameters:{type:"object",properties:{keyword:{type:"string",description:"Search keyword (name, email fragment, phone, etc.)."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:["keyword"]},async execute(r,n){try{let o=Sa(n,"keyword"),i=xa(n,"page_size")??Aa,s=va(n,"page_token"),a={keyword:o,status:[...Ta],search_field:[...Ea],search_source:[...Pa],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return _o(c)}catch(o){return mo(o)}}})}function Ht(e){return e.data??null}function bt(e){return{error:e instanceof Error?e.message:String(e)}}function ho(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function go(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function $n(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var yo=50;function Oa(e,t){let r=e[t];if(!Array.isArray(r)||r.length===0)throw new Error(`${t} must be a non-empty array of user id strings`);let n=[];for(let o=0;o<r.length;o++){let i=r[o];if(typeof i!="string"||!i.trim())throw new Error(`${t}[${o}] must be a non-empty string`);n.push(i.trim())}return n}function Rn(e,t="user"){return{id:e,type:t}}var yr=null;async function $a(e){if(yr)return yr;let r=(await e.request({method:"GET",path:"/v7/users/current"})).data;if(!r||typeof r.id!="string"||!r.id.trim())throw new Error("Cannot retrieve current operator identity from /v7/users/current. Ensure the app has kso.user_base.read permission.");return yr={id:r.id.trim(),type:"user"},yr}function Cn(e,t){t({name:"wps_chat_create",description:"Create a p2p or group chat (POST /v7/chats/create). For P2P: provide exactly 2 user ids in member_ids (no auto-injection). For group: provide other member user ids; the current operator is auto-included and becomes owner. Requires kso.chat.readwrite permission.",parameters:{type:"object",properties:{type:{type:"string",enum:["p2p","group"],description:"Chat kind: p2p or group."},member_ids:{type:"array",items:{type:"string"},description:"For P2P: exactly 2 user ids. For group: other member ids (operator auto-included)."},name:{type:"string",description:"Group chat display name (only for group type)."}},required:["type","member_ids"]},async execute(r,n){try{let o=ho(n,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=Oa(n,"member_ids"),s,a={type:o};if(o==="group"){let l=await $a(e),d=new Set;s=[],d.add(l.id),s.push(Rn(l.id));for(let p of i)d.has(p)||(s.push(Rn(p)),d.add(p));a.owner_id=l.id;let u=$n(n,"name");u!==void 0&&u!==""&&(a.name=u)}else{let l=[...new Set(i)];if(l.length!==2)throw new Error(`P2P chat requires exactly 2 distinct user ids in member_ids. Got ${l.length} after dedup.`);s=l.map(d=>Rn(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return Ht(c)}catch(o){return bt(o)}}}),t({name:"wps_chat_list",description:"List chats for the current context (GET /v7/chats). page_size defaults to 50. Returns paginated chat list; use page_token for next pages.",parameters:{type:"object",properties:{page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:[]},async execute(r,n){try{let o=go(n,"page_size")??yo,i=$n(n,"page_token"),s={page_size:o};i!==void 0&&(s.page_token=i);let a=await e.request({method:"GET",path:"/v7/chats",query:s});return Ht(a)}catch(o){return bt(o)}}}),t({name:"wps_chat_get",description:"Get metadata for a single chat (GET /v7/chats/{chat_id}).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return Ht(i)}catch(o){return bt(o)}}}),t({name:"wps_chat_members",description:"List members of a chat (GET /v7/chats/{chat_id}/members). page_size defaults to 50. Returns paginated member list; use page_token for next pages.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat session id."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=go(n,"page_size")??yo,s=$n(n,"page_token"),a={page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:`/v7/chats/${o}/members`,query:a});return Ht(c)}catch(o){return bt(o)}}}),t({name:"wps_chat_is_member",description:"Check whether the current operator is a member of the chat (GET /v7/chats/{chat_id}/members/is_in_chat).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat session id."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return Ht(i)}catch(o){return bt(o)}}}),t({name:"wps_chat_find_by_name",description:"Find a WPS chat/group by name. IMPORTANT: When the user says 'send message to <group name>' or '\u7ED9 <\u7FA4\u540D> \u53D1\u6D88\u606F', ALWAYS call this tool first to resolve the chat_id, then use wps_message_send with receiver_type='chat' and the resolved chat_id. Returns matching chats with owner info for disambiguation. If multiple matches, present the list to the user for selection.",parameters:{type:"object",properties:{keyword:{type:"string",description:"Chat name keyword to search for."}},required:["keyword"]},async execute(r,n){try{let o=ho(n,"keyword").toLowerCase(),i=[],s,a=!1;for(let l=0;l<10;l++){let d={page_size:100};s&&(d.page_token=s);let u=await e.request({method:"GET",path:"/v7/chats",query:d});for(let p of u.data?.items??[])p.chat_id&&p.name?.toLowerCase().includes(o)&&i.push({chat_id:p.chat_id,name:p.name,owner_id:p.owner_id});if(!u.data?.has_more)break;if(s=u.data?.page_token,!s){a=!0;break}}let c={};return a&&(c.warning="Results may be incomplete: pagination was truncated due to missing page_token."),i.length===0?{...c,found:!1,message:`No chats found matching "${o}"`}:i.length===1?{...c,found:!0,match:i[0]}:{...c,found:!0,multiple:!0,matches:i,hint:"Multiple matches found. Present the list to the user with chat name and owner info for selection."}}catch(o){return bt(o)}}})}_t();Ne();ar();pr();_n();function Ra(e){if(e)return e;let t=$t();if(t)return t;let r=$r();if(r)return r;throw new Error("WPS accountId required: no explicit accountId, no ALS context, no default account set")}async function pe(e){let t=Ra(e.accountId),r=Ut(t,e.wpsUserId);if(r){let a=nr(t),c=Kr(a.baseUrl,r);return await e.run(c,t)}let n=`${t}:${e.wpsUserId}`;if(Ki(n))return{needsAuth:!0,message:e.needsAuthMessage};let o=Cr(t),i=nr(t),s=ve(t);try{await hn({accountId:t,creds:i,wpsCfg:o,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage}),Hi(n)}catch(a){s?.error?.(`[${e.logTag}] Failed to send auth card: ${String(a)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var wo=31*24*60*60*1e3,Ca=100,bo=200,Io=50,ko=100;function H(e){return{error:e instanceof Error?e.message:String(e)}}function A(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function x(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function It(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function kt(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function qa(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite number`);if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}function wr(e,t){let r=new Date(t.trim());if(Number.isNaN(r.getTime()))throw new Error(`${e} must be a valid RFC3339 / ISO 8601 datetime string`);return r}function St(e){return e.toISOString()}function qn(e){let t=e.now??new Date,r,n,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(r=wr("start_time",e.startRfc),n=wr("end_time",e.endRfc)):o?(r=wr("start_time",e.startRfc),n=new Date(r.getTime()+14*86400*1e3)):i?(n=wr("end_time",e.endRfc),r=new Date(n.getTime()-14*86400*1e3)):(r=new Date(t.getTime()-86400*1e3),n=new Date(t.getTime()+14*86400*1e3)),n.getTime()<r.getTime())throw new Error("end_time must be >= start_time (RFC3339 range)");return n.getTime()-r.getTime()>wo&&(n=new Date(r.getTime()+wo)),{start:r,end:n}}function Da(e){let{start:t,end:r}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),n={start_time:St(t),end_time:St(r)},o=e.pageSize??30;return n.page_size=Math.max(1,Math.min(500,Math.trunc(o))),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function Ua(e){let{start:t,end:r}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:St(t),end_time:St(r)}}function Na(e){let t={},r=e.pageSize??30;if(t.page_size=Math.max(1,Math.min(500,Math.trunc(r))),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.withCancelled===!0&&(t.with_cancelled=!0),e.syncToken!==void 0&&e.syncToken.trim()!==""&&(t.sync_token=e.syncToken.trim()),e.anchorTime!==void 0&&e.anchorTime.trim()!==""&&(t.anchor_time=e.anchorTime.trim()),t.sync_token)return t;let{start:n,end:o}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=St(n),t.end_time=St(o),t}function ja(e){let t=new Date(e.trim());if(Number.isNaN(t.getTime()))throw new Error("start_time must be a valid ISO 8601 datetime");return t.setTime(t.getTime()+60*60*1e3),t.toISOString()}function Pe(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function Ma(e,t){return`${Pe(e,t)}/respond`}function Dn(e,t){return`${Pe(e,t)}/attendees`}function Wa(e,t){return`${Dn(e,t)}/batch_create`}function za(e,t){return`${Dn(e,t)}/batch_delete`}function La(e,t){return`${Pe(e,t)}/meeting_rooms`}function Ba(e,t){return`${Pe(e,t)}/meeting_rooms/batch_create`}function Fa(e,t){return`${Pe(e,t)}/meeting_rooms/batch_delete`}function So(e){if(!Array.isArray(e)||e.length===0)throw new Error("room_ids is required and must be a non-empty array");let t=e.map((r,n)=>{if(typeof r!="string")throw new Error(`room_ids[${n}] must be a string`);let o=r.trim();if(!o)throw new Error(`room_ids[${n}] must be non-empty`);return o});if(t.length>ko)throw new Error(`room_ids length must be <= ${ko}`);return{room_ids:t}}function Ga(e){let t=e.pageSize??30,n={page_size:Math.max(1,Math.min(Ca,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function Le(e){let t=x(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}async function Y(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u65E5\u7A0B\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"calendar",run:r})}catch(n){return H(n)}}function Un(e,t){t({name:"wps_calendar_create",description:"Create a calendar event for the current user via WPS OpenAPI. Requires user OAuth authorization. If the user has not authorized, an authorization card will be sent automatically. IMPORTANT: Use the SenderId from the current conversation context as wps_user_id. Do NOT call wps_user_search or wps_user_get to look up the user. If end_time is omitted, it defaults to start_time + 1 hour (computed as UTC ISO).",parameters:{type:"object",properties:{summary:{type:"string",description:"Event title."},start_time:{type:"string",description:"Start time in ISO 8601 with timezone (e.g. '2026-04-22T14:00:00+08:00')."},end_time:{type:"string",description:"End time in ISO 8601 with timezone. Omit to default to start_time + 1 hour."},description:{type:"string",description:"Optional event description."},location:{type:"string",description:"Optional event location."},wps_user_id:{type:"string",description:"WPS user ID. Use SenderId from the conversation context. Do NOT call wps_user_search or wps_user_get for this."}},required:["summary","start_time"]},async execute(o,i){try{let s=A(i,"summary"),a=A(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():ja(a),d=x(i,"description"),u=x(i,"location"),p=x(i,"wps_user_id")??"";return p?await Y(p,s,async f=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),u&&(m.locations=[{name:u}]);let g=await f.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return g.data??g}):H(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return H(s)}}}),t({name:"wps_calendar_list_events",description:"List calendar events on the user's primary calendar: GET `/v7/calendars/primary/events` (same as `/v7/calendars/{calendar_id}/events` with calendar_id `primary`). Official doc: https://365.kdocs.cn/3rd/open/documents/app-integration-dev/wps365/server/calendar/calendar-event/get-calendar-event-list Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Time range: `start_time` and `end_time` query params are **RFC3339 / ISO8601 strings** (not Unix seconds). If both are omitted, defaults to about last 24 hours through next 14 days, clamped to max 31-day span per API. If `sync_token` is set, incremental sync mode: only sync_token/page_token/page_size/with_cancelled are sent (no automatic time window). Optional: anchor_time (RFC3339), with_cancelled (boolean).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},start_time:{type:"string",description:"Optional range start (RFC3339 / ISO8601). Must be used with end_time for explicit window, or omit both for defaults."},end_time:{type:"string",description:"Optional range end (RFC3339 / ISO8601). API allows 0\u201331 days between start and end; longer ranges are truncated."},page_size:{type:"number",description:"Page size (default 30 per API doc, max 500 client-side cap)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},with_cancelled:{type:"boolean",description:"Include cancelled events (per API)."},sync_token:{type:"string",description:"Incremental sync token from data.next_sync_token; when set, time range is not auto-filled."},anchor_time:{type:"string",description:"Anchor time RFC3339 for incremental sync (per API)."}},required:["wps_user_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=It(i,"page_size"),d=x(i,"page_token"),u=kt(i,"with_cancelled"),p=x(i,"sync_token"),f=x(i,"anchor_time");return await Y(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let g=Na({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:u,syncToken:p,anchorTime:f}),y=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:g});return y.data??y})}catch(s){return H(s)}}}),t({name:"wps_calendar_get_event",description:"Get **one** calendar event by id (official \u67E5\u8BE2\u65E5\u7A0B): GET `/v7/calendars/{calendar_id}/events/{event_id}`. Response `data` is a single event object (summary, recurrence, online_meeting, etc.), not `items[]`. Requires `event_id` from `wps_calendar_list_events` (or equivalent). Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`). Optional header `X-Kso-Id-Type`: pass `x_kso_id_type` as `internal` or `external` per API.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from the calendar event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type` header: `internal` or `external` (per WPS API).",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary";return await Y(s,"\u67E5\u8BE2\u65E5\u7A0B\u8BE6\u60C5",async l=>{let d=await l.request({method:"GET",path:Pe(c,a),headers:Le(i)});return d.data??d})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_attendees",description:"List attendees for one calendar event (official \u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868): GET `/v7/calendars/{calendar_id}/events/{event_id}/attendees`. Response `data` typically has `items[]` and optional `next_page_token`. Requires `event_id` from `wps_calendar_list_events` or `wps_calendar_get_event`. Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`). Query: optional `page_size` (default 30, max 100 per API), `page_token` from `data.next_page_token`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from the calendar event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},page_size:{type:"number",description:"Page size (default 30; API max 100)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=It(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async u=>{let p=Ga({pageSize:l,pageToken:d}),f=await u.request({method:"GET",path:Dn(c,a),query:p,headers:Le(i)});return f.data??f})}catch(s){return H(s)}}}),t({name:"wps_calendar_add_event_attendees",description:"Batch add attendees to one event (official \u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005): POST `/v7/calendars/{calendar_id}/events/{event_id}/attendees/batch_create`. Requires delegated OAuth (same as `wps_calendar_create`). Body requires `attendees` array (max 200 per request; total attendees per event max 1000). Each attendee item typically includes `type`, `user_id` or `third_party_email`, optional `is_optional` and `response_status`. Optional `is_notification` controls whether attendees receive invitation notifications (default true). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` maps to `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},attendees:{type:"array",description:"Attendees to add in batch (required, max 200 per request). Each item supports fields like { type, user_id, third_party_email, is_optional, response_status }.",items:{type:"object",properties:{type:{type:"string"},user_id:{type:"string"},third_party_email:{type:"string"},is_optional:{type:"boolean"},response_status:{type:"string"}}}},is_notification:{type:"boolean",description:"Whether to notify added attendees (default true)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","attendees"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=kt(i,"is_notification"),d=i.attendees;if(!Array.isArray(d)||d.length===0)throw new Error("attendees is required and must be a non-empty array");if(d.length>bo)throw new Error(`attendees length must be <= ${bo}`);let u=d.map((p,f)=>{if(typeof p!="object"||p===null||Array.isArray(p))throw new Error(`attendees[${f}] must be an object`);let m=p,g={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${f}].type must be a non-empty string when provided`);g.type=m.type.trim()}if(m.user_id!==void 0){if(typeof m.user_id!="string"||!m.user_id.trim())throw new Error(`attendees[${f}].user_id must be a non-empty string when provided`);g.user_id=m.user_id.trim()}if(m.third_party_email!==void 0){if(typeof m.third_party_email!="string"||!m.third_party_email.trim())throw new Error(`attendees[${f}].third_party_email must be a non-empty string when provided`);g.third_party_email=m.third_party_email.trim()}if(m.is_optional!==void 0){if(typeof m.is_optional!="boolean")throw new Error(`attendees[${f}].is_optional must be a boolean when provided`);g.is_optional=m.is_optional}if(m.response_status!==void 0){if(typeof m.response_status!="string"||!m.response_status.trim())throw new Error(`attendees[${f}].response_status must be a non-empty string when provided`);g.response_status=m.response_status.trim()}if(Object.keys(g).length===0)throw new Error(`attendees[${f}] must contain at least one valid field`);return g});return await Y(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async p=>{let f={attendees:u};l!==void 0&&(f.is_notification=l);let m=await p.request({method:"POST",path:Wa(c,a),body:f,headers:Le(i)});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_meeting_rooms",description:"List meeting rooms bound to one calendar event (\u83B7\u53D6\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4\u5217\u8868): GET `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms`. Requires delegated OAuth **`kso.calendar_events.read`** (or `readwrite`) and `event_id`. Optional `calendar_id` (default `primary`). Response `data.items[]` commonly includes room/book fields like `room_id`, `name`, `booking_id`, `result`, `fail_reason`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary";return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u4F1A\u8BAE\u5BA4\u5217\u8868",async l=>{let d=await l.request({method:"GET",path:La(c,a),headers:Le(i)});return d.data??d})}catch(s){return H(s)}}}),t({name:"wps_calendar_event_meeting_rooms_batch_create",description:"Batch add meeting rooms to one calendar event (\u6279\u91CF\u6DFB\u52A0\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4): POST `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms/batch_create`. Requires delegated OAuth **`kso.calendar_events.readwrite`** (per API). Use SenderId as wps_user_id. Required: `event_id`, non-empty **`room_ids`** (string array; room ids from `wps_meeting_rooms_list` / search / get). Optional `calendar_id` (default `primary`). Response `data.items[]` may include `room_id`, `name`, `result`, `booking_id`, `fail_reason`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},room_ids:{type:"array",description:"Meeting room ids to attach to this event (non-empty; max 100 per request).",items:{type:"string"}},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","room_ids"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=i.room_ids;if(!Array.isArray(l))throw new Error("room_ids is required and must be an array");let d=So(l);return await Y(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async u=>{let p=await u.request({method:"POST",path:Ba(c,a),body:d,headers:Le(i)});return p.data??p})}catch(s){return H(s)}}}),t({name:"wps_calendar_event_meeting_rooms_batch_delete",description:"Batch delete meeting rooms from one calendar event (\u6279\u91CF\u5220\u9664\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4): POST `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms/batch_delete`. Requires delegated OAuth **`kso.calendar_events.readwrite`**. Use SenderId as wps_user_id. Required: `event_id`, non-empty **`room_ids`** (meeting room ids bound to this event). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},room_ids:{type:"array",description:"Meeting room ids to remove from this event (non-empty; max 100 per request).",items:{type:"string"}},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","room_ids"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=i.room_ids;if(!Array.isArray(l))throw new Error("room_ids is required and must be an array");let d=So(l);return await Y(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async u=>{let p=await u.request({method:"POST",path:Fa(c,a),body:d,headers:Le(i)});return p.data??p})}catch(s){return H(s)}}}),t({name:"wps_calendar_delete_event_attendees",description:"Batch delete attendees from one event (official \u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005): POST `/v7/calendars/{calendar_id}/events/{event_id}/attendees/batch_delete`. Requires delegated OAuth (same as `wps_calendar_create`). Body requires `attendees` array and supports optional `attendee_ids` array. Per API, `attendee_ids.length + attendees.length` must be <= 50 in one request. Optional `is_notification` controls whether removed attendees receive notification (default true). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` maps to `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},attendee_ids:{type:"array",description:"Optional attendee id list. Combined count with `attendees` must be <= 50.",items:{type:"string"}},attendees:{type:"array",description:"Attendees payload to remove (required). Combined count with `attendee_ids` must be <= 50. Each item supports fields like { type, user_id, third_party_email }.",items:{type:"object",properties:{type:{type:"string"},user_id:{type:"string"},third_party_email:{type:"string"}}}},is_notification:{type:"boolean",description:"Whether to notify removed attendees (default true)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","attendees"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=kt(i,"is_notification"),d=i.attendee_ids,u;if(d!==void 0){if(!Array.isArray(d))throw new Error("attendee_ids must be an array of strings when provided");u=d.map((g,y)=>{if(typeof g!="string"||!g.trim())throw new Error(`attendee_ids[${y}] must be a non-empty string`);return g.trim()})}let p=i.attendees;if(!Array.isArray(p)||p.length===0)throw new Error("attendees is required and must be a non-empty array");let f=p.map((g,y)=>{if(typeof g!="object"||g===null||Array.isArray(g))throw new Error(`attendees[${y}] must be an object`);let _=g,h={};if(_.type!==void 0){if(typeof _.type!="string"||!_.type.trim())throw new Error(`attendees[${y}].type must be a non-empty string when provided`);h.type=_.type.trim()}if(_.user_id!==void 0){if(typeof _.user_id!="string"||!_.user_id.trim())throw new Error(`attendees[${y}].user_id must be a non-empty string when provided`);h.user_id=_.user_id.trim()}if(_.third_party_email!==void 0){if(typeof _.third_party_email!="string"||!_.third_party_email.trim())throw new Error(`attendees[${y}].third_party_email must be a non-empty string when provided`);h.third_party_email=_.third_party_email.trim()}if(Object.keys(h).length===0)throw new Error(`attendees[${y}] must contain at least one valid field`);return h});if((u?.length??0)+f.length>Io)throw new Error(`attendee_ids.length + attendees.length must be <= ${Io}`);return await Y(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async g=>{let y={attendees:f};u&&u.length>0&&(y.attendee_ids=u),l!==void 0&&(y.is_notification=l);let _=await g.request({method:"POST",path:za(c,a),body:y,headers:Le(i)});return _.data??_})}catch(s){return H(s)}}}),t({name:"wps_calendar_respond_invitation",description:"Reply to a calendar invitation (official \u7B54\u590D\u65E5\u7A0B\u9080\u8BF7): POST `/v7/calendars/{calendar_id}/events/{event_id}/respond`. Requires delegated OAuth (same as `wps_calendar_create`). Body per API: `mod_type` (`normal` = non-recurring reply, `one` = one occurrence of recurring, `all` = entire series), `response_status` (`accepted` | `declined` | `tentative`), `which_day_time` = **start time in milliseconds** (Unix ms) for the occurrence being answered. Use `event_id` from `wps_calendar_list_events` / `wps_calendar_get_event`; for recurring series pick `which_day_time` from instance or event `start_time`. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Calendar event id (from event list or get-event API)."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},mod_type:{type:"string",description:"Reply scope per WPS API.",enum:["normal","one","all"]},response_status:{type:"string",description:"Invitation response.",enum:["accepted","declined","tentative"]},which_day_time:{type:"number",description:"Schedule start time as **milliseconds since Unix epoch** (per API `which_day_time`). Use the occurrence start from list/get/event_instances."}},required:["wps_user_id","event_id","mod_type","response_status","which_day_time"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=A(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=A(i,"response_status");if(d!=="accepted"&&d!=="declined"&&d!=="tentative")throw new Error("response_status must be accepted, declined, or tentative");let u=Math.trunc(qa(i,"which_day_time"));return await Y(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async p=>{let f=await p.request({method:"POST",path:Ma(c,a),body:{mod_type:l,response_status:d,which_day_time:u}});return f.data??f})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_calendar_event_instances",description:"List expanded **calendar-level** event instances (all occurrences in a time window): GET `/v7/calendars/{calendar_id}/event_instances` (use `calendar_id=primary` for main calendar). Same delegated Bearer auth as `wps_calendar_create`. Query: RFC3339 `start_time` / `end_time` (0\u201331 days), optional `page_size` (default 30), `page_token`. Use when you need many instances across the calendar without a specific `event_id`. To expand **one** recurring event by id, use `wps_calendar_list_event_instances` instead.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},calendar_id:{type:"string",description:"Calendar id or the literal `primary` (default)."},start_time:{type:"string",description:"Optional range start (RFC3339). Omit both for default window."},end_time:{type:"string",description:"Optional range end (RFC3339). Max 31-day span; longer truncated."},page_size:{type:"number",description:"Page size (default 30, max 500)."},page_token:{type:"string",description:"Pagination cursor if returned by API."}},required:["wps_user_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=It(i,"page_size"),u=x(i,"page_token");return await Y(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async p=>{let f=Da({startRfc:c,endRfc:l,pageSize:d,pageToken:u}),m=await p.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:f});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_instances",description:"Query **instances of one calendar event** (expand a recurring series for that event id): GET `/v7/calendars/{calendar_id}/events/{event_id}/event_instances` per WPS365 doc. Requires `event_id` from `wps_calendar_list_events` (or equivalent). Optional query: `start_time` / `end_time` **RFC3339** strings; range 0\u201331 days (truncated if longer); omit both for default window. Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Calendar event id from the event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},start_time:{type:"string",description:"Optional query range start (RFC3339). Used with end_time; omit both for defaults."},end_time:{type:"string",description:"Optional query range end (RFC3339)."}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"start_time"),d=x(i,"end_time");return await Y(s,"\u67E5\u8BE2\u5355\u6761\u65E5\u7A0B\u5B9E\u4F8B",async u=>{let p=Ua({startRfc:l,endRfc:d}),f=await u.request({method:"GET",path:`${Pe(c,a)}/event_instances`,query:p});return f.data??f})}catch(s){return H(s)}}});let r=100,n=500;t({name:"wps_calendar_search_events",description:"Search calendar events by keyword (official \u641C\u7D22\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/search`. Searches event titles, descriptions, and notes. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Body: `keyword` (required, 1-100 chars), optional `page_size` (default 200, max 500), optional `page_token`. Response: `data.items[]` (event list) and optional `data.next_page_token`. Optional `calendar_id` (default `primary`). Optional header `X-Kso-Id-Type`: pass `x_kso_id_type` as `internal` or `external` per API.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Search keyword (1-100 chars). Matches event title, description, notes."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},page_size:{type:"number",description:"Page size (default 200 per API, max 500)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type` header: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","keyword"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"keyword");if(a.length>r)throw new Error(`keyword must be at most ${r} characters`);let c=x(i,"calendar_id")??"primary",l=It(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u641C\u7D22\u65E5\u7A0B",async u=>{let p={keyword:a},f=l??200;p.page_size=Math.max(1,Math.min(n,Math.trunc(f))),d!==void 0&&d.trim()!==""&&(p.page_token=d.trim());let m=await u.request({method:"POST",path:`/v7/calendars/${encodeURIComponent(c)}/events/search`,body:p,headers:Le(i)});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_update_event",description:"Update (modify) a calendar event (official \u4FEE\u6539\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/{event_id}/update`. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. All body fields are optional \u2014 only pass what needs to change. For recurring events: set `mod_type` to `one` (single occurrence, requires `which_day_time` in ms) or `all` (entire series). Set `is_notification` to false to suppress attendee notifications. Set `online_meeting` to null to clear the meeting. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from calendar event list or search."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},summary:{type:"string",description:"New event title."},description:{type:"string",description:"New event description / notes."},start_time:{type:"string",description:"New start time in ISO 8601 with timezone (e.g. '2026-05-10T14:00:00+08:00')."},end_time:{type:"string",description:"New end time in ISO 8601 with timezone."},location:{type:"string",description:"New event location (API supports max 1 location)."},free_busy_status:{type:"string",description:"Busy/free status during the event.",enum:["busy","free"]},visibility:{type:"string",description:"Event visibility scope.",enum:["default","public","private"]},attendee_ability:{type:"string",description:"Attendee permission level.",enum:["can_see_others","can_invite_others"]},mod_type:{type:"string",description:"For recurring events only: `one` = edit single occurrence (requires which_day_time), `all` = edit entire series.",enum:["one","all"]},which_day_time:{type:"number",description:"When mod_type=one, the start time of the occurrence to modify in **milliseconds** (Unix epoch ms)."},is_notification:{type:"boolean",description:"Whether to notify attendees about the update (default true)."},is_reinvition:{type:"boolean",description:"When true and time/recurrence changes, reset all attendees to not-accepted (default true)."},reminders:{type:"array",description:"Reminder list (max 10). Each item: { minutes: number }.",items:{type:"object",properties:{minutes:{type:"number"}},required:["minutes"]}}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"mod_type");if(l!==void 0&&l!=="one"&&l!=="all")throw new Error("mod_type must be one or all when provided");let d=It(i,"which_day_time");if(l==="one"&&d==null)throw new Error("which_day_time (ms) is required when mod_type is one");let u=x(i,"free_busy_status");if(u!==void 0&&u!=="busy"&&u!=="free")throw new Error("free_busy_status must be busy or free");let p=x(i,"visibility");if(p!==void 0&&p!=="default"&&p!=="public"&&p!=="private")throw new Error("visibility must be default, public, or private");let f=x(i,"attendee_ability");if(f!==void 0&&f!=="can_see_others"&&f!=="can_invite_others")throw new Error("attendee_ability must be can_see_others or can_invite_others");return await Y(s,"\u4FEE\u6539\u65E5\u7A0B",async m=>{let g={},y=x(i,"summary");y!==void 0&&(g.summary=y);let _=x(i,"description");_!==void 0&&(g.description=_);let h=x(i,"start_time");h!==void 0&&(g.start_time={datetime:h});let w=x(i,"end_time");w!==void 0&&(g.end_time={datetime:w});let b=x(i,"location");b!==void 0&&(g.locations=[{name:b}]),u!==void 0&&(g.free_busy_status=u),p!==void 0&&(g.visibility=p),f!==void 0&&(g.attendee_ability=f),l!==void 0&&(g.mod_type=l),d!==void 0&&(g.which_day_time=Math.trunc(d));let I=kt(i,"is_notification");I!==void 0&&(g.is_notification=I);let v=kt(i,"is_reinvition");v!==void 0&&(g.is_reinvition=v);let N=i.reminders;Array.isArray(N)&&(g.reminders=N.slice(0,10).map(F=>{let j=F;return{minutes:typeof j.minutes=="number"?Math.trunc(j.minutes):0}}));let J=await m.request({method:"POST",path:`${Pe(c,a)}/update`,body:g});return J.data??J})}catch(s){return H(s)}}}),t({name:"wps_calendar_delete_event",description:"Delete a calendar event (official \u5220\u9664\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/{event_id}/delete`. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Optional body: `is_notification` (default true). For recurring events: set `mod_type` to `one` (delete one occurrence, requires `which_day_time` in ms) or `all` (delete entire series). Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from calendar list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},is_notification:{type:"boolean",description:"Whether to notify attendees about deletion (default true)."},mod_type:{type:"string",description:"For recurring events only: `one` (single occurrence, requires which_day_time) or `all` (entire series).",enum:["one","all"]},which_day_time:{type:"number",description:"When mod_type=one, the start time of occurrence to delete in milliseconds."}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"mod_type");if(l!==void 0&&l!=="one"&&l!=="all")throw new Error("mod_type must be one or all when provided");let d=It(i,"which_day_time");if(l==="one"&&d===void 0)throw new Error("which_day_time (ms) is required when mod_type is one");let u=kt(i,"is_notification");return await Y(s,"\u5220\u9664\u65E5\u7A0B",async p=>{let f={};u!==void 0&&(f.is_notification=u),l!==void 0&&(f.mod_type=l),d!==void 0&&(f.which_day_time=Math.trunc(d));let m=await p.request({method:"POST",path:`${Pe(c,a)}/delete`,body:f});return m.data??m})}catch(s){return H(s)}}})}var Ka="/v7/todo/personal_tasks",Ha="/v7/todo/personal_tasks/batch_get";function br(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function Ja(e){return`${br(e.trim())}/update`}function Xa(e){return`${br(e.trim())}/update_status`}var xo=100,Va=20,Za=50;function vt(e){return{error:e instanceof Error?e.message:String(e)}}function Ae(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Q(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function rt(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function Ya(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);let n=r.map(o=>String(o).trim()).filter(Boolean);return n.length>0?n:void 0}function Qa(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of objects with name and value`);let n=[];for(let o of r){if(typeof o!="object"||o===null)continue;let i=o;typeof i.name!="string"||typeof i.value!="string"||n.push({name:i.name.trim(),value:i.value})}return n.length>0?n:void 0}function ed(e,t){let r=Q(e,t);if(!(r===void 0||r.trim()===""))try{let n=JSON.parse(r);if(typeof n!="object"||n===null||Array.isArray(n))throw new Error(`${t} must be a JSON object`);return n}catch(n){throw n instanceof SyntaxError?new Error(`${t} must be valid JSON`):n}}function xt(e){let t=Q(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function td(e){let t=e.titleSubject.trim();if(!t)throw new Error("title_subject must be non-empty");let r={subject:t};e.titlePrefix!==void 0&&e.titlePrefix.trim()!==""&&(r.prefix=e.titlePrefix.trim());let n={title:r};if(e.description!==void 0&&e.description.trim()!==""&&(n.description=e.description.trim()),e.dueTimeMs!==void 0){if(!Number.isFinite(e.dueTimeMs))throw new Error("due_time_ms must be a finite number");n.due_time=Math.trunc(e.dueTimeMs)}if((e.status==="todo"||e.status==="finish")&&(n.status=e.status),e.executors!==void 0&&e.executors.length>0){if(e.executors.length>xo)throw new Error(`executors must have at most ${xo} entries`);n.executors=[...e.executors]}return n}function rd(e){let t={};if(e.keyword!==void 0&&e.keyword.trim()!==""&&(t.keyword=e.keyword.trim().slice(0,50)),e.executor!==void 0&&e.executor.trim()!==""&&(t.executor=e.executor.trim()),(e.status==="todo"||e.status==="finish")&&(t.status=e.status),e.pageSize!==void 0){let r=e.pageSize;t.page_size=Math.max(1,Math.min(Za,Math.trunc(r)))}else t.page_size=Va;if(e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.createdTimeStartMs!==void 0||e.createdTimeEndMs!==void 0){let r={};e.createdTimeStartMs!==void 0&&Number.isFinite(e.createdTimeStartMs)&&(r.start_time=Math.trunc(e.createdTimeStartMs)),e.createdTimeEndMs!==void 0&&Number.isFinite(e.createdTimeEndMs)&&(r.end_time=Math.trunc(e.createdTimeEndMs)),Object.keys(r).length>0&&(t.created_time=r)}if(e.dueTimeStartMs!==void 0||e.dueTimeEndMs!==void 0){let r={};e.dueTimeStartMs!==void 0&&Number.isFinite(e.dueTimeStartMs)&&(r.start_time=Math.trunc(e.dueTimeStartMs)),e.dueTimeEndMs!==void 0&&Number.isFinite(e.dueTimeEndMs)&&(r.end_time=Math.trunc(e.dueTimeEndMs)),Object.keys(r).length>0&&(t.due_time=r)}return t}function nd(e){let t={},r=e.titleSubject?.trim()??"",n=e.titlePrefix?.trim()??"";if(r!==""||n!==""){let o={};r!==""&&(o.subject=r),n!==""&&(o.prefix=n),t.title=o}if(e.description!==void 0&&e.description.trim()!==""&&(t.description=e.description.trim()),e.dueTimeMs!==void 0){if(!Number.isFinite(e.dueTimeMs))throw new Error("due_time_ms must be a finite number");t.due_time=Math.trunc(e.dueTimeMs)}if(e.extAttrs!==void 0&&e.extAttrs.length>0&&(t.ext_attrs=e.extAttrs.map(o=>({name:o.name,value:o.value}))),e.notifyConfig!==void 0&&Object.keys(e.notifyConfig).length>0&&(t.notify_config=e.notifyConfig),Object.keys(t).length===0)throw new Error("provide at least one of: title_subject, title_prefix, description, due_time_ms, ext_attrs, notify_config_json");return t}var id=new Set(["finish","unfinish","finish_all","unfinish_all"]);function od(e){return id.has(e)}function vo(e){let t=e.trim();if(!od(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function sd(e){return{action:vo(e.action)}}function ad(e){if(e==null||typeof e!="object")return null;let t=e,r=["creator_id","creator_user_id","create_user_id","owner_id"];for(let o of r){let i=t[o];if(typeof i=="string"&&i.trim())return i.trim()}let n=t.creator;if(n!==null&&typeof n=="object"&&!Array.isArray(n)){let o=n;for(let i of["id","user_id","userId"]){let s=o[i];if(typeof s=="string"&&s.trim())return s.trim()}}return null}function dd(e,t){let r=e.trim(),n=t.trim();return r===n?!0:r.toLowerCase()===n.toLowerCase()}function cd(e){let{hasCompletion:t,completionRaw:r,markScopeRaw:n,actionParam:o,isCreator:i,taskId:s,creatorId:a}=e,c=n?.trim()??"";if(t){if(r!=="complete"&&r!=="incomplete")throw new Error("completion must be complete or incomplete");let d=r==="complete";if(i){if(!c||c==="none")return{kind:"needs_confirmation",taskId:s,completion:r,creatorId:a};if(c!=="self"&&c!=="all")throw new Error("mark_scope must be none, self, or all when provided");return{kind:"post",action:c==="all"?d?"finish_all":"unfinish_all":d?"finish":"unfinish"}}return{kind:"post",action:d?"finish":"unfinish"}}let l=vo(o);if(!i&&(l==="finish_all"||l==="unfinish_all"))throw new Error("\u5F53\u524D\u7528\u6237\u4E0D\u662F\u8BE5\u5F85\u529E\u7684\u521B\u5EFA\u8005\uFF08\u6216\u672A\u89E3\u6790\u5230 creator_id\uFF09\uFF0C\u4E0D\u80FD\u4F7F\u7528 finish_all / unfinish_all\uFF1B\u8BF7\u4F7F\u7528 finish \u6216 unfinish\u3002");return i?{kind:"needs_confirmation",taskId:s,completion:l==="finish"||l==="finish_all"?"complete":"incomplete",creatorId:a,requested_action:l}:{kind:"post",action:l}}async function Jt(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u4F7F\u7528\u5F85\u529E\u80FD\u529B\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"todo",run:r})}catch(n){return vt(n)}}function Nn(e,t){t({name:"wps_todo_create_personal_task",description:"Create a personal todo/task via WPS OpenAPI (\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E): POST `/v7/todo/personal_tasks`. Requires user delegated OAuth scope `kso.task.readwrite` (or equivalent per console). Use SenderId as `wps_user_id`. Required: `title_subject` \u2192 body `title.subject`; optional `title_prefix` \u2192 `title.prefix`. Optional: `description`, `due_time_ms` (deadline **milliseconds** Unix epoch), `status` (`todo`|`finish`), `executors` (\u2264100 user ids). Response `data.task_id` is the new task id. Optional `x_kso_id_type`: `internal`|`external` \u2192 header `X-Kso-Id-Type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},title_subject:{type:"string",description:"Todo title subject (maps to request body title.subject)."},title_prefix:{type:"string",description:"Optional. Maps to title.prefix."},description:{type:"string",description:"Optional todo description."},due_time_ms:{type:"number",description:"Optional deadline as Unix timestamp in **milliseconds** (due_time)."},status:{type:"string",description:"Optional initial status.",enum:["todo","finish"]},executors:{type:"array",items:{type:"string"},description:"Optional executor user ids (max 100)."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","title_subject"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"title_subject"),s=Q(n,"title_prefix"),a=Q(n,"description"),c=rt(n,"due_time_ms"),l=Q(n,"status"),d=Ya(n,"executors"),u;if(l!==void 0){if(l!=="todo"&&l!=="finish")throw new Error("status must be todo or finish when provided");u=l}let p=td({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:u,executors:d});return await Jt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ka,body:p,headers:xt(n)});return m.data??m})}catch(o){return vt(o)}}}),t({name:"wps_todo_list_personal_tasks",description:"List personal todos via WPS OpenAPI (\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868): POST `/v7/todo/personal_tasks/batch_get`. Requires delegated OAuth (`kso.task.read` / `kso.task.readwrite`). Use SenderId as `wps_user_id`. Body filters are optional: `keyword` (\u226450 chars), `executor`, `status` (`todo`|`finish`), `page_size` (default 20, max 50), `page_token` (from previous `data` pagination field per API). `created_time` / `due_time` ranges use **milliseconds** (`*_start_ms`, `*_end_ms`). Response `data` typically includes `tasks`, `total`, `next_offset`. Optional `x_kso_id_type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Optional. Fuzzy match title/description (max 50 chars)."},executor:{type:"string",description:"Optional. Filter by executor user id."},status:{type:"string",description:"Optional list filter: todo (=\u672A\u5B8C\u6210) or finish (=\u5DF2\u5B8C\u6210).",enum:["todo","finish"]},page_size:{type:"number",description:"Page size (default 20; API max 50)."},page_token:{type:"string",description:"Pagination cursor from previous response (see API field names e.g. next_offset)."},created_time_start_ms:{type:"number",description:"Optional. Creation range start (Unix ms)."},created_time_end_ms:{type:"number",description:"Optional. Creation range end (Unix ms)."},due_time_start_ms:{type:"number",description:"Optional. Due range start (Unix ms)."},due_time_end_ms:{type:"number",description:"Optional. Due range end (Unix ms)."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Q(n,"keyword"),s=Q(n,"executor"),a=Q(n,"status"),c=rt(n,"page_size"),l=Q(n,"page_token"),d=rt(n,"created_time_start_ms"),u=rt(n,"created_time_end_ms"),p=rt(n,"due_time_start_ms"),f=rt(n,"due_time_end_ms"),m;if(a!==void 0){if(a!=="todo"&&a!=="finish")throw new Error("status must be todo or finish when provided");m=a}let g=rd({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:u,dueTimeStartMs:p,dueTimeEndMs:f});return await Jt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async y=>{let _=await y.request({method:"POST",path:Ha,body:g,headers:xt(n)});return _.data??_})}catch(o){return vt(o)}}}),t({name:"wps_todo_get_personal_task",description:"Get one personal todo by id (\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5): GET `/v7/todo/personal_tasks/{task_id}`. Requires delegated OAuth (`kso.task.read` / `kso.task.readwrite`). Use SenderId as `wps_user_id`. Requires **`task_id`** from `wps_todo_list_personal_tasks` (`tasks[].id`) or create response. Response `data` is a single todo object (`todo_personal_task`). Optional `x_kso_id_type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo task id from list or create API."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id");return await Jt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:br(i),headers:xt(n)});return a.data??a})}catch(o){return vt(o)}}}),t({name:"wps_todo_update_personal_task_status",description:"POST `/v7/todo/personal_tasks/{task_id}/update_status`. HTTP body: `{ action }`. Enum: `finish`, `unfinish`, `finish_all`, `unfinish_all` (`finish_all`/`unfinish_all` creator-only). **Creators**: without `mark_scope` (or `mark_scope: none`) or `action`-only \u2192 returns `needsUserConfirmation`, ask user to choose scope; then call again with `completion` + `mark_scope: self|all`. **Non-creators**: `completion` or `action` (`finish`|`unfinish`); omit `mark_scope`. Requires delegated `kso.task.readwrite`; `wps_user_id` = SenderId.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo id to update status."},completion:{type:"string",description:"`complete`/`incomplete`. Creators: omit `mark_scope` or use `none` \u2192 returns `needsUserConfirmation`; after user confirms, call again with `mark_scope: self|all`. Mutually exclusive with `action`.",enum:["complete","incomplete"]},mark_scope:{type:"string",description:"**Creators only**: omit or `none` \u2192 \u89E6\u53D1\u4E8C\u6B21\u786E\u8BA4\uFF1B`self` = \u4EC5\u81EA\u5DF1\uFF1B`all` = \u5168\u90E8\u53C2\u4E0E\u4EBA\u3002\u975E\u521B\u5EFA\u8005\u52FF\u4F20\u3002",enum:["none","self","all"]},action:{type:"string",description:"Maps to HTTP body `action`. `finish`|`unfinish` (single); `finish_all`|`unfinish_all` (creator, all participants). Non-creators: `finish`|`unfinish` only. Creators using `action` alone \u2192 `needsUserConfirmation` (then use `completion`+`mark_scope`).",enum:["finish","unfinish","finish_all","unfinish_all"]},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id"),s=Q(n,"completion"),a=Q(n,"mark_scope"),c=Q(n,"action"),l=s!==void 0,d=c!==void 0&&c!=="";if(l===d)throw!l&&!d?new Error("Provide exactly one of: completion (complete|incomplete) or action (finish|unfinish|...)"):new Error("Provide only one of: completion or action");if(a!==void 0&&!l)throw new Error("mark_scope is only used together with completion");return await Jt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async u=>{let p=await u.request({method:"GET",path:br(i),headers:xt(n)}),f=p.data??p,m=ad(f),g=m!==null&&dd(o,m),y=cd({hasCompletion:l,completionRaw:s,markScopeRaw:a,actionParam:c,isCreator:g,taskId:i,creatorId:m});if(y.kind==="needs_confirmation")return{needsUserConfirmation:!0,reason:"creator_must_choose_scope",message:"\u60A8\u662F\u8BE5\u5F85\u529E\u7684\u521B\u5EFA\u8005\uFF0C\u8BF7\u5148\u786E\u8BA4\uFF1A\u6807\u8BB0\u300C\u4EC5\u81EA\u5DF1\u300D\u8FD8\u662F\u300C\u5168\u90E8\u53C2\u4E0E\u4EBA\u300D\uFF1F\u786E\u8BA4\u540E\u518D\u6B21\u8C03\u7528\uFF0C\u4F20\u5165 completion + mark_scope\uFF08self \u6216 all\uFF09\u3002",task_id:y.taskId,completion:y.completion,creator_id:y.creatorId,...y.requested_action!==void 0?{requested_action:y.requested_action}:{}};let _=sd({action:y.action}),h=await u.request({method:"POST",path:Xa(i),body:_,headers:xt(n)});return h.data??h})}catch(o){return vt(o)}}}),t({name:"wps_todo_update_personal_task",description:"Update a personal todo (\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E): POST `/v7/todo/personal_tasks/{task_id}/update`. Requires delegated **`kso.task.readwrite`**. Use SenderId as `wps_user_id`. Requires **`task_id`**. Body fields are optional but **at least one** must be provided: `title_subject` / `title_prefix` (maps to `title`), `description`, `due_time_ms` (ms), `ext_attrs` (`[{name,value}]`), or `notify_config_json` (JSON object string for `notify_config`). Response is typically `code` + `msg` only.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo id to update."},title_subject:{type:"string",description:"Optional. Maps to title.subject."},title_prefix:{type:"string",description:"Optional. Maps to title.prefix."},description:{type:"string",description:"Optional. New description."},due_time_ms:{type:"number",description:"Optional. New deadline as Unix **milliseconds**."},ext_attrs:{type:"array",items:{type:"object",properties:{name:{type:"string"},value:{type:"string"}},required:["name","value"]},description:"Optional. Extension attributes."},notify_config_json:{type:"string",description:"Optional. JSON object string for notify_config (e.g. reminders, switch). Must parse to an object."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id"),s=Q(n,"title_subject"),a=Q(n,"title_prefix"),c=Q(n,"description"),l=rt(n,"due_time_ms"),d=Qa(n,"ext_attrs"),u=ed(n,"notify_config_json"),p=nd({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:u});return await Jt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ja(i),body:p,headers:xt(n)});return m.data??m})}catch(o){return vt(o)}}})}function Oe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function ld(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function Be(e){let t=e.sheet_id;if(t==null)throw new Error("sheet_id is required");let r=typeof t=="number"?t:parseInt(String(t),10);if(!Number.isFinite(r)||r<=0)throw new Error("sheet_id must be a positive integer");return r}function To(e,t="fields_value"){if(typeof e=="string")return e;if(e!==null&&typeof e=="object")return JSON.stringify(e);throw new Error(`${t} must be a JSON string or object`)}async function Se(e,t,r){return pe({wpsUserId:e,authCardOriginalMessage:"",needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8BBF\u95EE\u591A\u7EF4\u8868\u683C\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",logTag:t,run:r})}function jn(e,t){t({name:"wps_dbsheet_get_schema",description:"Get DBSheet schema (\u83B7\u53D6\u591A\u7EF4\u8868\u683C Schema): GET `/v7/coop/dbsheet/{file_id}/schema`. Returns all sheets with their fields (name/type/id/data) and views. Use this first to understand the table structure before reading or writing records. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`. Do NOT call `wps_user_search` to resolve `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"DBSheet file ID."}},required:["wps_user_id","file_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id");return await Se(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${Oe(i)}/schema`});return a.data??a})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_batch_create_sheets",description:"Batch create sheets (\u6279\u91CF\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/dbsheet/{file_id}/sheets/batch_create`. Creates one or more sheets. Each sheet requires `name`; optionally include `fields` (field definitions with name/type/data) and `position` (after_sheet_id or before_sheet_id). Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheets:{type:"array",description:"Array of sheet definitions. Each: { name: string (required), fields?: [{name, type, data?}], position?: {after_sheet_id?: number, before_sheet_id?: number} }.",items:{type:"object",properties:{name:{type:"string"},fields:{type:"array",items:{type:"object",additionalProperties:!0}},position:{type:"object",additionalProperties:!0}},required:["name"]}}},required:["wps_user_id","file_id","sheets"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=n.sheets;if(!Array.isArray(s)||s.length===0)throw new Error("sheets must be a non-empty array");return await Se(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${ld(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_sheet",description:"Update sheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/update`. Currently supports renaming a sheet. Obtain `sheet_id` (integer) from `wps_dbsheet_get_schema`. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},name:{type:"string",description:"New sheet name."}},required:["wps_user_id","file_id","sheet_id","name"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=T(n,"name");return await Se(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_create_records",description:'Create records (\u521B\u5EFA\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/create`. Creates one or more records. Each record\'s `fields_value` is a JSON string (or object \u2014 auto-stringified) mapping field name to value. Example: `{"\u6587\u672C\u5B57\u6BB5": "hello", "\u6570\u5B57\u5B57\u6BB5": 42}`. Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be set. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.',parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},records:{type:"array",description:"Array of records to create. Each: { fields_value: string|object }. fields_value maps field names to values as JSON string or object.",items:{type:"object",properties:{fields_value:{type:"string",description:'Field values as JSON string or object. E.g. {"\u6587\u672C": "hello", "\u6570\u5B57": 42}'}},required:["fields_value"]}}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=n.records;if(!Array.isArray(a)||a.length===0)throw new Error("records must be a non-empty array");let c=a.map((l,d)=>{if(!l||typeof l!="object")throw new Error(`records[${d}] must be an object`);return{fields_value:To(l.fields_value,`records[${d}].fields_value`)}});return await Se(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_records",description:"Update records (\u66F4\u65B0\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/update`. Updates one or more records by record ID. Each item must include `id` (record ID) and `fields_value`. `fields_value` maps field names to new values (JSON string or object \u2014 auto-stringified). Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be updated. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},records:{type:"array",description:"Array of records to update. Each: { id: string (record ID), fields_value: string|object }.",items:{type:"object",properties:{id:{type:"string",description:"Record ID."},fields_value:{type:"string",description:"Field values as JSON string or object."}},required:["id","fields_value"]}}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=n.records;if(!Array.isArray(a)||a.length===0)throw new Error("records must be a non-empty array");let c=a.map((l,d)=>{if(!l||typeof l!="object")throw new Error(`records[${d}] must be an object`);let u=l;if(!u.id||typeof u.id!="string")throw new Error(`records[${d}].id is required and must be a string`);return{id:u.id,fields_value:To(u.fields_value,`records[${d}].fields_value`)}});return await Se(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records",description:"List records with cursor pagination (\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records`. Returns records with optional filter and cursor-based pagination (page_token). Use `page_token` from previous response to fetch next page. For page-number pagination use `wps_dbsheet_list_records_by_page`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include. Omit to return all fields."},filter:{type:"object",additionalProperties:!0,description:"Optional filter. Structure: { mode: 'AND'|'OR', criteria: [{ field: string, operator: string, values: string[] }] }. operator: Equals|NotEqu|Greater|GreaterEqu|Less|LessEqu|GreaterEquAndLessEqu|LessOrGreater|BeginWith|EndWith|Contains|NotContains|Intersected|Empty|NotEmpty."},max_records:{type:"integer",description:"Optional. Max records to return."},page_size:{type:"integer",description:"Optional. Records per page, default 100, max 1000."},page_token:{type:"string",description:"Optional. Cursor from previous response."},view_id:{type:"string",description:"Optional. View ID to apply view visibility."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format. Default: original."},show_fields_info:{type:"boolean",description:"Optional. Include field schema in response."},show_record_extra_info:{type:"boolean",description:"Optional. Include creator/creation time/last-modifier metadata."}},required:["wps_user_id","file_id","sheet_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a={},c=et(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Z(n,"max_records");l!==void 0&&(a.max_records=l);let d=Z(n,"page_size");d!==void 0&&(a.page_size=d);let u=V(n,"page_token");u!==void 0&&u!==""&&(a.page_token=u);let p=V(n,"view_id");p!==void 0&&p!==""&&(a.view_id=p);let f=V(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let g=re(n,"show_record_extra_info");return g!==void 0&&(a.show_record_extra_info=g),await Se(o,"wps_dbsheet_list_records",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records_by_page",description:"List records with page-number pagination (\u6309\u9875\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/list_by_page`. Uses page_num (starts from 1) / page_size. Also returns total count. For cursor-based pagination use `wps_dbsheet_list_records`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include."},filter:{type:"object",additionalProperties:!0,description:"Optional filter. Structure: { mode: 'AND'|'OR', criteria: [{ field, operator, values[] }] }."},max_records:{type:"integer",description:"Optional. Max records to return."},page_num:{type:"integer",description:"Optional. Page number starting from 1."},page_size:{type:"integer",description:"Optional. Records per page, default 100, max 1000."},view_id:{type:"string",description:"Optional. View ID."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a={},c=et(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Z(n,"max_records");l!==void 0&&(a.max_records=l);let d=Z(n,"page_num");d!==void 0&&(a.page_num=d);let u=Z(n,"page_size");u!==void 0&&(a.page_size=u);let p=V(n,"view_id");p!==void 0&&p!==""&&(a.view_id=p);let f=V(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let g=re(n,"show_record_extra_info");return g!==void 0&&(a.show_record_extra_info=g),await Se(o,"wps_dbsheet_list_records_by_page",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/list_by_page`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_records",description:"Get multiple records by ID (\u6309 ID \u6279\u91CF\u68C0\u7D22\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/search`. Retrieves specific records by their IDs. Use when you already know the record IDs. For filter-based listing use `wps_dbsheet_list_records` instead. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},records:{type:"array",items:{type:"string"},description:"Array of record IDs to retrieve."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=et(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");let c={records:a},l=V(n,"text_value");l!==void 0&&(c.text_value=l);let d=re(n,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let u=re(n,"show_record_extra_info");return u!==void 0&&(c.show_record_extra_info=u),await Se(o,"wps_dbsheet_get_records",async p=>{let f=await p.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/search`,body:c});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_record",description:"Get a single record (\u68C0\u7D22\u5355\u6761\u8BB0\u5F55): GET `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/{record_id}`. Retrieves a single record by its ID. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},record_id:{type:"string",description:"Record ID to retrieve."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id","record_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=T(n,"record_id"),c={},l=V(n,"text_value");l!==void 0&&(c.text_value=l);let d=re(n,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let u=re(n,"show_record_extra_info");return u!==void 0&&(c.show_record_extra_info=u),await Se(o,"wps_dbsheet_get_record",async p=>{let f=await p.request({method:"GET",path:`${Oe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_delete_records",description:"Delete records (\u6279\u91CF\u5220\u9664\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/batch_delete`. Deletes one or more records by their IDs. This operation is irreversible. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},records:{type:"array",items:{type:"string"},description:"Array of record IDs to delete."}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=et(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await Se(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return ie(o)}}})}_t();import{createHash as pd}from"node:crypto";import{readFile as ud,stat as fd}from"node:fs/promises";var _d="/v7/drives",md="/v7/files/search",hd=50,gd=500,yd=50,wd=500,bd=50,Id=500,Eo=["folder","file","shortcut"],Ir=["fail","rename","overwrite","replace"],Do=["kdc","plain","markdown"],Uo=["sync","async","auto"],kd=["para","table","component","textbox","all"],Po=["file_name","content","all"],Ao=["folder","file","shortcut"],Oo=["ctime","mtime","otime","stime"],$o=["desc","asc"],Ro=["ctime","mtime"],Co=["desc","asc"],qo=["ctime","mtime","dtime","fname","fsize"],Sd=["all","share_by_me","share_to_me","latest","personal_drive","group_drive","recycle","customize","latest_opened","latest_edited"];function Ge(e){return{error:e instanceof Error?e.message:String(e)}}function U(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function q(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Tt(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function se(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function X(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);let n=r.map(o=>String(o).trim()).filter(Boolean);return n.length>0?n:void 0}function Fe(e){let t=q(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function xd(e){let t={};for(let[r,n]of Object.entries(e.requestHeaders)){let o=r.trim();if(o==="")continue;let i=o.toLowerCase();i==="content-length"||i==="transfer-encoding"||i==="content-type"||(t[o]=n)}return t["Content-Type"]="application/octet-stream",t}function vd(e){let t=e.trim();if(!t)throw new Error("url is required and must be a non-empty string");let r;try{r=new URL(t)}catch{throw new Error("url must be an absolute URL from step-1 data.store_request.url (e.g. https://...); relative paths are not supported")}if(r.protocol!=="https:"&&r.protocol!=="http:")throw new Error(`url must use http: or https: scheme, got: ${r.protocol}`)}function Td(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(gd,Math.trunc(e.pageSize??hd)))};return e.alloteeId!==void 0&&e.alloteeId.trim()!==""&&(t.allotee_id=e.alloteeId.trim()),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.sources!==void 0&&e.sources.length>0&&(t.sources=[...e.sources]),t}function Ed(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/create`}function Pd(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/children`}function Ad(e){let t={page_size:Math.max(1,Math.min(Id,Math.trunc(e.pageSize??bd)))};return e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.filterExts!==void 0&&e.filterExts.trim()!==""&&(t.filter_exts=e.filterExts.trim()),e.filterType!==void 0&&Object.keys(e.filterType).length>0&&(t.filter_type=JSON.stringify(e.filterType)),e.order!==void 0&&(t.order=e.order),e.orderBy!==void 0&&(t.order_by=e.orderBy),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),t}function Od(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function $d(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/commit_upload`}function Rd(e){let t=e.name.trim();if(!t)throw new Error("name must be a non-empty string");let r={file_type:e.fileType,name:t};if(e.fileType==="shortcut"){if(!e.fileId||!e.fileId.trim())throw new Error("file_id is required when file_type is shortcut");r.file_id=e.fileId.trim()}else e.fileId!==void 0&&e.fileId.trim()!==""&&(r.file_id=e.fileId.trim());return e.onNameConflict!==void 0&&(r.on_name_conflict=e.onNameConflict),e.parentPath!==void 0&&e.parentPath.length>0&&(r.parent_path=[...e.parentPath]),r}function Cd(e){let t={size:Math.max(0,Math.trunc(e.size))};return e.fileId!==void 0&&e.fileId.trim()!==""&&(t.file_id=e.fileId.trim()),e.hashes!==void 0&&e.hashes.length>0&&(t.hashes=e.hashes.map(r=>({type:r.type,sum:r.sum.trim()}))),e.internal!==void 0&&(t.internal=e.internal),e.name!==void 0&&e.name.trim()!==""&&(t.name=e.name.trim()),e.onNameConflict!==void 0&&(t.on_name_conflict=e.onNameConflict),e.parentPath!==void 0&&e.parentPath.length>0&&(t.parent_path=[...e.parentPath]),e.storageBaseDomain!==void 0&&e.storageBaseDomain.trim()!==""&&(t.storage_base_domain=e.storageBaseDomain.trim()),e.uploadScene!==void 0&&e.uploadScene.trim()!==""&&(t.upload_scene=e.uploadScene.trim()),t}function qd(e){let t={};return e.id!==void 0&&e.id.trim()!==""&&(t.id=e.id.trim()),e.uploadId!==void 0&&e.uploadId.trim()!==""&&(t.upload_id=e.uploadId.trim()),t}function Dd(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function Ud(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let r=e.format.trim();if(!Do.includes(r))throw new Error("format must be one of: kdc, plain, markdown");t.format=r}if(e.includeElements!==void 0&&e.includeElements.length>0){let r=e.includeElements.map(n=>n.trim()).filter(Boolean).filter((n,o,i)=>i.indexOf(n)===o);for(let n of r)if(!kd.includes(n))throw new Error("include_elements items must be one of: para, table, component, textbox, all");r.length>0&&(t.include_elements=r)}if(e.mode!==void 0&&e.mode.trim()!==""){let r=e.mode.trim();if(!Uo.includes(r))throw new Error("mode must be one of: sync, async, auto");t.mode=r}return e.taskId!==void 0&&e.taskId.trim()!==""&&(t.task_id=e.taskId.trim()),t}function Nd(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function jd(e){let t={};return e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.withDrive!==void 0&&(t.with_drive=e.withDrive),t}function Md(e){let t={type:e.type,page_size:Math.max(1,Math.min(wd,Math.trunc(e.pageSize??yd)))};return e.keyword!==void 0&&e.keyword.trim()!==""&&(t.keyword=e.keyword.trim()),e.fileType!==void 0&&(t.file_type=e.fileType),e.fileExts!==void 0&&e.fileExts.length>0&&(t.file_exts=[...e.fileExts]),e.driveIds!==void 0&&e.driveIds.length>0&&(t.drive_ids=[...e.driveIds]),e.parentIds!==void 0&&e.parentIds.length>0&&(t.parent_ids=[...e.parentIds]),e.creatorIds!==void 0&&e.creatorIds.length>0&&(t.creator_ids=[...e.creatorIds]),e.modifierIds!==void 0&&e.modifierIds.length>0&&(t.modifier_ids=[...e.modifierIds]),e.sharerIds!==void 0&&e.sharerIds.length>0&&(t.sharer_ids=[...e.sharerIds]),e.receiverIds!==void 0&&e.receiverIds.length>0&&(t.receiver_ids=[...e.receiverIds]),e.timeType!==void 0&&(t.time_type=e.timeType),e.startTime!==void 0&&(t.start_time=Math.trunc(e.startTime)),e.endTime!==void 0&&(t.end_time=Math.trunc(e.endTime)),e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withLink!==void 0&&(t.with_link=e.withLink),e.withTotal!==void 0&&(t.with_total=e.withTotal),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.channels!==void 0&&e.channels.length>0&&(t.channels=[...e.channels]),e.deviceIds!==void 0&&e.deviceIds.length>0&&(t.device_ids=[...e.deviceIds]),e.excludeChannels!==void 0&&e.excludeChannels.length>0&&(t.exclude_channels=[...e.excludeChannels]),e.excludeFileExts!==void 0&&e.excludeFileExts.length>0&&(t.exclude_file_exts=[...e.excludeFileExts]),e.filterUserId!==void 0&&(t.filter_user_id=Math.trunc(e.filterUserId)),e.fileExtGroups!==void 0&&e.fileExtGroups.length>0&&(t.file_ext_groups=[...e.fileExtGroups]),e.withFolder!==void 0&&(t.with_folder=e.withFolder),e.withDrive!==void 0&&(t.with_drive=e.withDrive),e.order!==void 0&&(t.order=e.order),e.orderBy!==void 0&&(t.order_by=e.orderBy),e.scope!==void 0&&e.scope.length>0&&(t.scope=[...e.scope]),e.searchOperatorName!==void 0&&(t.search_operator_name=e.searchOperatorName),t}async function nt(e,t,r,n){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:r,logTag:"drive",run:n})}catch(o){return Ge(o)}}function Mn(e,t){t({name:"wps_cloud_doc_list_drives",description:"List cloud drives (\u83B7\u53D6\u76D8\u5217\u8868): GET `/v7/drives`. Requires delegated OAuth (`kso.drive.readwrite`). Use SenderId as `wps_user_id`. Required query: `allotee_type` (`user` | `group` | `app`). Optional `allotee_id` can be supplied for user/group/app scopes. Optional: `with_ext_attrs`, `page_size` (default 50, max 500), `page_token`, `sources` (array). Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},allotee_type:{type:"string",description:"Drive allocation type.",enum:["user","group","app"]},allotee_id:{type:"string",description:"Optional allocation id for user/group/app scope."},with_ext_attrs:{type:"boolean",description:"Optional. Include ext_attrs in response."},page_size:{type:"number",description:"Optional. Page size (default 50, max 500)."},page_token:{type:"string",description:"Optional pagination token."},sources:{type:"array",items:{type:"string"},description:"Optional source filters."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","allotee_type"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"allotee_type");if(i!=="user"&&i!=="group"&&i!=="app")throw new Error("allotee_type must be user, group, or app");let s=i,a=q(n,"allotee_id"),c=se(n,"with_ext_attrs"),l=Tt(n,"page_size"),d=q(n,"page_token"),u=X(n,"sources");return await nt(o,"\u83B7\u53D6\u76D8\u5217\u8868","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8BBF\u95EE\u4E91\u6587\u6863\u76D8\u5217\u8868\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async p=>{let f=Td({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:u}),m=await p.request({method:"GET",path:_d,query:f,headers:Fe(n)});return m.data??m})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_list_children_files",description:"List child files under a parent folder (\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868): GET `/v7/drives/{drive_id}/files/{parent_id}/children`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `drive_id`, `parent_id` (root parent_id is `0`). Optional query: `with_permission`, `with_ext_attrs`, `filter_exts`, `filter_type`, `order`, `order_by`, `page_size`, `page_token`. Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent folder id (root is `0`)."},with_permission:{type:"boolean",description:"Optional. Include operation permissions in response."},with_ext_attrs:{type:"boolean",description:"Optional. Include file ext_attrs in response."},filter_exts:{type:"string",description:"Optional. Extension filter string separated by semicolons, e.g. `docx;xlsx`."},filter_type:{type:"object",description:"Optional file type filter object (passed through to API query `filter_type`).",additionalProperties:!0},order:{type:"string",enum:[...Co],description:"Optional order direction."},order_by:{type:"string",enum:[...qo],description:"Optional order field."},page_size:{type:"number",description:"Optional page size (default 50, max 500)."},page_token:{type:"string",description:"Optional pagination token."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=se(n,"with_permission"),c=se(n,"with_ext_attrs"),l=q(n,"filter_exts"),d=Tt(n,"page_size"),u=q(n,"page_token"),p=q(n,"order");if(p!==void 0&&!Co.includes(p))throw new Error("order must be one of: desc, asc");let f=p,m=q(n,"order_by");if(m!==void 0&&!qo.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let g=m,y=n.filter_type,_;if(y!=null){if(typeof y!="object"||Array.isArray(y))throw new Error("filter_type must be an object when provided");_=y}return await nt(o,"\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async h=>{let w=Ad({withPermission:a,withExtAttrs:c,filterExts:l,filterType:_,order:f,orderBy:g,pageSize:d,pageToken:u}),b=await h.request({method:"GET",path:Pd(i,s),query:w,headers:Fe(n)});return b.data??b})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_create_file",description:"Create file/folder/shortcut (\u65B0\u5EFA\u6587\u4EF6(\u5939)): POST `/v7/drives/{drive_id}/files/{parent_id}/create`. Requires delegated OAuth (`kso.file.readwrite`). Use SenderId as `wps_user_id`. Required: `drive_id`, `parent_id`, `file_type` (`folder` | `file` | `shortcut`), `name`. When `file_type` is `shortcut`, `file_id` is required. Optional: `on_name_conflict` (`fail` | `rename` | `overwrite` | `replace`), `parent_path` (string array). Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent file/folder ID (root is 0)."},file_type:{type:"string",enum:[...Eo],description:"Created resource type: folder, file, or shortcut."},name:{type:"string",description:"Name to create. Include extension for files when needed."},file_id:{type:"string",description:"Required only for file_type=shortcut (target file id)."},on_name_conflict:{type:"string",enum:[...Ir],description:"Name conflict behavior."},parent_path:{type:"array",items:{type:"string"},description:"Optional relative nested path array under parent_id."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id","file_type","name"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=U(n,"file_type");if(!Eo.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=U(n,"name"),d=q(n,"file_id"),u=q(n,"on_name_conflict");if(u!==void 0&&!Ir.includes(u))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let p=u,f=X(n,"parent_path");return await nt(o,"\u65B0\u5EFA\u6587\u4EF6\uFF08\u5939\uFF09","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u65B0\u5EFA\u4E91\u6587\u6863\u6587\u4EF6\uFF08\u5939\uFF09\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async m=>{let g=Rd({fileType:c,name:l,fileId:d,onNameConflict:p,parentPath:f}),y=await m.request({method:"POST",path:Ed(i,s),body:g,headers:Fe(n)});return y.data??y})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_upload_file",description:"**THE ONLY tool for uploading files** (\u4E00\u4F53\u5316\u4E0A\u4F20). Combines step-1 request_upload, step-2 upload bytes, and step-3 commit_upload into a **single tool call**. Pass `file_path` (local file path, e.g. from prefetched attachment `localPath`); the plugin reads the file directly from disk. The plugin computes `size` and `sha256` hash from the actual file bytes \u2014 **no need for the caller to compute or pass `size` / `hashes`**. This avoids `ContentLengthInvalid` and `BadDigest` errors (no base64 encoding, no truncation risk). Requires delegated OAuth (`kso.file.readwrite`). Use SenderId as `wps_user_id`. Returns the final committed file object.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent file/folder ID (root is 0)."},file_path:{type:"string",description:"Absolute path to the local file to upload (e.g. from prefetched attachment `localPath`). The plugin reads bytes directly from disk \u2014 no base64 encoding needed, no truncation risk."},name:{type:"string",description:"Filename for the uploaded file (e.g. 'report.doc'). If omitted, the filename is extracted from `file_path`."},on_name_conflict:{type:"string",enum:[...Ir],description:"Optional name conflict behavior (default: server decides)."},file_id:{type:"string",description:"Optional target file id for update upload."},internal:{type:"boolean",description:"Optional internal endpoint preference."},upload_scene:{type:"string",description:"Optional upload scene."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id","file_path"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=U(n,"file_path"),c=q(n,"name"),l=q(n,"on_name_conflict");if(l!==void 0&&!Ir.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,u=q(n,"file_id"),p=se(n,"internal"),f=q(n,"upload_scene"),m=a.trim();try{if(!(await fd(m)).isFile())throw new Error("path is not a regular file")}catch(h){throw new Error(`file_path "${m}" is not accessible: ${h instanceof Error?h.message:String(h)}`)}let g=await ud(m);if(!c){let h=Math.max(m.lastIndexOf("/"),m.lastIndexOf("\\")),b=(h>=0?m.substring(h+1):m).replace(/^[0-9a-f]{8}_/i,"");b&&(c=b)}if(g.byteLength===0)throw new Error("upload content is empty (file has zero bytes)");let y=g.byteLength,_=pd("sha256").update(g).digest("hex");return await nt(o,"\u4E00\u4F53\u5316\u4E0A\u4F20\u6587\u4EF6","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u4E0A\u4F20\u4E91\u6587\u6863\u6587\u4EF6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async(h,w)=>{let b=Cd({size:y,fileId:u??void 0,hashes:[{type:"sha256",sum:_}],internal:p??void 0,name:c??void 0,onNameConflict:d,uploadScene:f??void 0}),I=await h.request({method:"POST",path:Od(i,s),body:b,headers:Fe(n)}),v=I.data??I,N=v.store_request;if(!N||typeof N.url!="string"||!N.url.trim())throw new Error(`step-1 response missing store_request.url \u2014 cannot proceed with upload. Response: ${JSON.stringify(v).substring(0,300)}`);let J=typeof N.method=="string"?N.method.toUpperCase():"PUT",F=N.url;vd(F);let j=N.headers??{},ne=typeof v.upload_id=="string"?v.upload_id:void 0,ee=Ut(w,o);if(!ee||!ee.trim())throw new Error("delegated access token missing after auth gate");let ae=xd({requestHeaders:j}),dt={Authorization:`Bearer ${ee.trim()}`,...ae},Pt=new Uint8Array(g.buffer,g.byteOffset,g.byteLength),He;try{He=await fetch(F,{method:J,headers:dt,body:Pt})}catch(ye){let $=ye instanceof Error?ye.message:String(ye);throw new Error(`upload step-2 fetch failed: ${$}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!He.ok){let ye=await He.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${He.status} ${ye.substring(0,300)} [diag: size=${y}, sha256=${_}]`)}if(!ne)return{step1:v,step2_status:He.status,etag:He.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let Vt=qd({uploadId:ne}),ct=await h.request({method:"POST",path:$d(i,s),body:Vt,headers:Fe(n)});return ct.data??ct})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_extract_file_content",description:"Extract file content (\u6587\u6863\u5185\u5BB9\u62BD\u53D6): GET `/v7/drives/{drive_id}/files/{file_id}/content`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `drive_id`, `file_id`. Optional query: `format` (`kdc` | `plain` | `markdown`), `include_elements` (`para` | `table` | `component` | `textbox` | `all`), `mode` (`sync` | `async` | `auto`), `task_id`. Returns upstream `data` as-is (for fields like `task_id`, `task_status`, `doc`, `markdown`, `plain`, etc.).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Drive ID."},file_id:{type:"string",description:"File ID."},format:{type:"string",enum:[...Do],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...Uo],description:"Optional extraction mode."},task_id:{type:"string",description:"Optional task id for async/auto result polling."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","file_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"file_id"),a=q(n,"format"),c=X(n,"include_elements"),l=q(n,"mode"),d=q(n,"task_id");return await nt(o,"\u6587\u6863\u5185\u5BB9\u62BD\u53D6","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8FDB\u884C\u6587\u6863\u5185\u5BB9\u62BD\u53D6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async u=>{let p=Ud({format:a,includeElements:c,mode:l,taskId:d}),f=await u.request({method:"GET",path:Dd(i,s),query:Object.keys(p).length>0?p:void 0,headers:Fe(n)});return f.data??f})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_get_file_meta",description:"Get file metadata (\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F): GET `/v7/files/{file_id}/meta`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `file_id`. Optional query: `with_permission`, `with_ext_attrs`, `with_drive` (boolean). Returns upstream `data` as-is (for fields like `drive`, `permission`, `ext_attrs`, etc.).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"File ID."},with_permission:{type:"boolean",description:"Optional. Include permission field in response."},with_ext_attrs:{type:"boolean",description:"Optional. Include ext_attrs field in response."},with_drive:{type:"boolean",description:"Optional. Include drive field in response."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","file_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"file_id"),s=se(n,"with_permission"),a=se(n,"with_ext_attrs"),c=se(n,"with_drive");return await nt(o,"\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async l=>{let d=jd({withPermission:s,withExtAttrs:a,withDrive:c}),u=await l.request({method:"GET",path:Nd(i),query:Object.keys(d).length>0?d:void 0,headers:Fe(n)});return u.data??u})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_search_files",description:"Search files (\u6587\u4EF6\u641C\u7D22): GET `/v7/files/search`. Requires delegated OAuth (`kso.file.search`). Use SenderId as `wps_user_id`. Required query: `type` (`file_name` | `content` | `all`), `page_size` (default 50, max 500). Supports optional filters: keyword, file_type, file_exts, drive_ids, parent_ids, creator_ids, modifier_ids, sharer_ids, receiver_ids, time_type/start_time/end_time, with_permission/with_link/with_total, page_token, channels/device_ids/exclude_channels/exclude_file_exts, filter_user_id, file_ext_groups, with_folder, with_drive, order/order_by, scope, search_operator_name.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},keyword:{type:"string",description:"Optional search keyword."},type:{type:"string",enum:[...Po],description:"Search type."},file_type:{type:"string",enum:[...Ao],description:"Optional file type filter."},file_exts:{type:"array",items:{type:"string"},description:"Optional file extension filters."},drive_ids:{type:"array",items:{type:"string"},description:"Optional drive id filters."},parent_ids:{type:"array",items:{type:"string"},description:"Optional parent id filters."},creator_ids:{type:"array",items:{type:"string"},description:"Optional creator id filters."},modifier_ids:{type:"array",items:{type:"string"},description:"Optional modifier id filters."},sharer_ids:{type:"array",items:{type:"string"},description:"Optional sharer id filters."},receiver_ids:{type:"array",items:{type:"string"},description:"Optional receiver id filters."},time_type:{type:"string",enum:[...Oo],description:"Optional time type."},start_time:{type:"number",description:"Optional start time (unix seconds)."},end_time:{type:"number",description:"Optional end time (unix seconds)."},with_permission:{type:"boolean",description:"Optional. Include permission fields."},with_link:{type:"boolean",description:"Optional. Include sharing link fields."},with_total:{type:"boolean",description:"Optional. Include total count in response."},page_size:{type:"number",description:"Optional. Default 50, max 500."},page_token:{type:"string",description:"Optional pagination token."},channels:{type:"array",items:{type:"string"},description:"Optional channel filters."},device_ids:{type:"array",items:{type:"string"},description:"Optional device filters."},exclude_channels:{type:"array",items:{type:"string"},description:"Optional excluded channel filters."},exclude_file_exts:{type:"array",items:{type:"string"},description:"Optional excluded file extension filters."},filter_user_id:{type:"number",description:"Optional filter user id."},file_ext_groups:{type:"array",items:{type:"string"},description:"Optional file extension groups."},with_folder:{type:"boolean",description:"Optional include folder results."},with_drive:{type:"boolean",description:"Optional include drive info."},order:{type:"string",enum:[...$o],description:"Optional order."},order_by:{type:"string",enum:[...Ro],description:"Optional order by field."},scope:{type:"array",items:{type:"string"},description:"Optional search scopes."},search_operator_name:{type:"boolean",description:"Optional search by operator name switch."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Sent as X-Kso-Id-Type."}},required:["wps_user_id","type"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"type");if(!Po.includes(i))throw new Error("type must be one of: file_name, content, all");let s=i,a=q(n,"file_type");if(a!==void 0&&!Ao.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=q(n,"time_type");if(l!==void 0&&!Oo.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,u=q(n,"order");if(u!==void 0&&!$o.includes(u))throw new Error("order must be one of: desc, asc");let p=u,f=q(n,"order_by");if(f!==void 0&&!Ro.includes(f))throw new Error("order_by must be one of: ctime, mtime");let m=f,g=X(n,"scope");if(g!==void 0){for(let y of g)if(!Sd.includes(y))throw new Error("scope items must be one of: all, share_by_me, share_to_me, latest, personal_drive, group_drive, recycle, customize, latest_opened, latest_edited")}return await nt(o,"\u6587\u4EF6\u641C\u7D22","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u641C\u7D22\u4E91\u6587\u6863\u6587\u4EF6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async y=>{let _=Md({keyword:q(n,"keyword"),type:s,fileType:c,fileExts:X(n,"file_exts"),driveIds:X(n,"drive_ids"),parentIds:X(n,"parent_ids"),creatorIds:X(n,"creator_ids"),modifierIds:X(n,"modifier_ids"),sharerIds:X(n,"sharer_ids"),receiverIds:X(n,"receiver_ids"),timeType:d,startTime:Tt(n,"start_time"),endTime:Tt(n,"end_time"),withPermission:se(n,"with_permission"),withLink:se(n,"with_link"),withTotal:se(n,"with_total"),pageSize:Tt(n,"page_size"),pageToken:q(n,"page_token"),channels:X(n,"channels"),deviceIds:X(n,"device_ids"),excludeChannels:X(n,"exclude_channels"),excludeFileExts:X(n,"exclude_file_exts"),filterUserId:Tt(n,"filter_user_id"),fileExtGroups:X(n,"file_ext_groups"),withFolder:se(n,"with_folder"),withDrive:se(n,"with_drive"),order:p,orderBy:m,scope:g,searchOperatorName:se(n,"search_operator_name")}),h=await y.request({method:"GET",path:md,query:_,headers:Fe(n)});return h.data??h})}catch(o){return Ge(o)}}})}var Wd="/v7/airpage/files";function it(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function st(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function ot(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function jo(e,t){let r=e.operation,n=e.blockId;if(typeof r!="string"||!r.trim())throw new Error(`${t}.operation is required and must be a non-empty string`);if(typeof n!="string"||!n.trim())throw new Error(`${t}.blockId is required and must be a non-empty string`)}var Wn=["rename","fail","overwrite"];function $e(e){return{error:e instanceof Error?e.message:String(e)}}function D(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function No(e,t){let r=e[t];if(r==null)return;if(typeof r!="string")throw new Error(`${t} must be a string`);let n=r.trim();return n===""?void 0:n}function Sr(e,t){let r=e[t];if(!Array.isArray(r))throw new Error(`${t} is required and must be an array`);return r}function zd(e,t){let n=Sr(e,t).map(o=>String(o).trim()).filter(Boolean);if(n.length===0)throw new Error(`${t} must contain at least one non-empty string`);return n}function Ld(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return Math.max(0,Math.trunc(r));if(typeof r=="string"&&r.trim()!==""){let n=Number(r.trim());if(Number.isFinite(n))return Math.max(0,Math.trunc(n))}throw new Error(`${t} must be a finite integer when provided`)}}function kr(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite integer`);if(typeof r=="number"&&Number.isFinite(r))return Math.trunc(r);if(typeof r=="string"&&r.trim()!==""){let n=Number(r.trim());if(Number.isFinite(n))return Math.trunc(n)}throw new Error(`${t} must be a finite integer`)}function Bd(e){let t={blockId:e.blockId.trim(),content:e.content},r=e.index;return r!==void 0&&(t.index=r),st(t)}function Fd(e){let t={blockId:e.blockId.trim()};return st(t)}function Gd(e){let t={blockIds:e.blockIds.map(r=>r.trim()).filter(Boolean)};if(t.blockIds.length===0)throw new Error("blockIds must contain at least one non-empty id");return st(t)}function Kd(e){if(e.endIndex<=e.startIndex)throw new Error("endIndex must be greater than startIndex");let t={blockId:e.blockId.trim(),startIndex:Math.trunc(e.startIndex),endIndex:Math.trunc(e.endIndex)};if(!t.blockId)throw new Error("blockId must be non-empty");return st(t)}function Hd(e){if(!Array.isArray(e)||e.length===0)throw new Error("delete_items must contain at least one delete range");let t=e.map(r=>{let n=r.blockId.trim(),o=Math.trunc(r.startIndex),i=Math.trunc(r.endIndex);if(!n)throw new Error("delete_items.blockId must be non-empty");if(i<=o)throw new Error("delete_items.endIndex must be greater than delete_items.startIndex");return{blockId:n,startIndex:o,endIndex:i}});return st(t)}function Jd(e){return jo(e,"operation"),st(e)}function Xd(e){if(!Array.isArray(e)||e.length===0)throw new Error("operations must contain at least one operation object");for(let[t,r]of e.entries()){if(!r||typeof r!="object"||Array.isArray(r))throw new Error(`operations[${t}] must be an object`);jo(r,`operations[${t}]`)}return st(e)}function Vd(e){let t=e.trim().toLowerCase();if(Wn.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${Wn.join(", ")} (got: ${e})`)}function Zd(e){let t={drive_id:e.driveId,name:e.name,on_name_conflict:e.onNameConflict};return e.parentId!==void 0&&(t.parent_id=e.parentId),e.templateId!==void 0&&(t.template_id=e.templateId),t}async function Ke(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u667A\u80FD\u6587\u6863\uFF08Airpage\uFF09\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"airpage",run:r})}catch(n){return $e(n)}}function zn(e,t){t({name:"wps_airpage_create_file",description:"Create a blank Smart Document (Airpage / \u667A\u80FD\u6587\u6863) via WPS OpenAPI: POST `/v7/airpage/files`. Requires user delegated OAuth with scope `kso.airpage.readwrite` (or equivalent). Use SenderId as `wps_user_id`. Required: `drive_id`, `name` (document title without file extension), `on_name_conflict` (`rename` | `fail` | `overwrite`). Optional: `parent_id` (parent folder id), `template_id` (create from template). Obtain `drive_id` via `wps_cloud_doc_list_drives`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Target drive id (from wps_cloud_doc_list_drives)."},name:{type:"string",description:"Document name without extension (per API)."},on_name_conflict:{type:"string",enum:[...Wn],description:"Strategy when the name already exists: rename, fail, or overwrite."},parent_id:{type:"string",description:"Optional parent folder id."},template_id:{type:"string",description:"Optional template id to create from."}},required:["wps_user_id","drive_id","name","on_name_conflict"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"name"),a=D(n,"on_name_conflict"),c=Vd(a),l=No(n,"parent_id"),d=No(n,"template_id"),u=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await Ke(o,u,async p=>{let f=Zd({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await p.request({method:"POST",path:Wd,body:f});return m.data??m})}catch(o){return $e(o)}}}),t({name:"wps_airpage_create_block_content",description:'Insert block content into a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/create`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON). JSON fields: `blockId` (parent block; use literal `doc` for document root), optional `index` (insert position; omit for API default 0), required `content` (array of child block nodes). Requires delegated `kso.airpage.readwrite`. Use SenderId as `wps_user_id`.\n\n## Block node types (used in `content` array):\nEach node: `{ type, attrs?, content? }`. `content` is an array of child blocks or inline nodes.\n\n- **title**: Document title (unique, must be first child of doc). attrs: `align` (1=left,2=center,3=right). content: inline nodes.\n- **paragraph**: Paragraph (also used for lists). attrs: `indent` (0|1), `contentIndent` (>=0), `align` (1|2|3), `listAttrs` `{id,type(1=unordered,2=ordered,3=task),styleType(1-13),level,styleFormat(1-9)}`. content: inline nodes.\n- **heading**: Heading h1-h6. attrs: `level` (1-6), `indent`, `contentIndent`, `align`, `listAttrs` (same as paragraph). content: inline nodes.\n- **blockQuote**: Quote block. attrs: `indent`, `contentIndent`, `align`. content: block nodes (paragraph, heading, etc.). Inline `br` for line breaks inside.\n- **codeBlock**: Code block. attrs: `lang` (1=plaintext,2=css,3=go,4=python,5=shell,...19=javascript,12=typescript,17=json,43=yaml, etc.), `autoWrap` (bool), `theme` (1=light,2=dark). content: text nodes (may contain `\\n`).\n- **highLightBlock**: Highlight block. attrs: `emoji` (required), `style {fontColor(1-12),backgroundColor(1-6),borderColor}`. content: block nodes. Cannot contain title, table, column, highLightBlock, lockBlock.\n- **lockBlock**: Content protection area (only file creator can edit). No attrs. content: block nodes. Cannot contain title, lockBlock.\n- **table**: Table. attrs: `borderStyle` (1=none,2=solid). content: tableRow nodes.\n - **tableRow**: Table row. No attrs. content: tableCell nodes.\n - **tableCell**: Cell. attrs: `width`, `height`, `colspan` (>=1), `rowspan` (>=1), `verticalAlign` (1=top,2=middle,3=bottom). content: block nodes.\n- **column**: Column layout (1-10 columns). attrs: `backgroundColor` (1-12). content: columnItem nodes.\n - **columnItem**: Column item. attrs: `width` (percent string e.g. "50.00%"), `backgroundColor` (1-42). content: block nodes.\n- **pictureColumn**: Side-by-side images (2-5). attrs: `width` (percent), `align` (1|2|3). content: picture nodes.\n- **picture**: Image. attrs (required: sourceKey, width, height): `sourceKey` (image resource id from attachment upload), `width`, `height`, `renderWidth`, `caption`, `rotate` (0|-90|-180|-270), `borderType` (0|1), `align`. No content.\n- **blockAnchor**: Placeholder. attrs (required: id, aimType, width, height): `id`, `aimType` (\'picture\'|\'video\'|\'processon\'|\'spreadsheet\'), `width`, `height`. No content.\n- **hr**: Horizontal rule. No attrs, no content.\n- **video**: Video. attrs (required: sourceId, sourceKey, width, height): `sourceId`, `sourceKey` (cover image id), `width`, `height`, `title`, `align`.\n- **audio**: Audio. attrs (required: sourceId): `sourceId`, `title`.\n- **videoLink**: Video link. attrs (required: url): `url`, `platform` (1=bilibili), `align`.\n- **countdown**: Countdown. attrs (required: type): `type` (1=date,2=time), `duration` (ms, 0-86399999000).\n- **map**: Map (Amap). attrs (required: lng, lat, address, addressName): `lng`, `lat`, `address`, `addressName`, `platform` (1), `mapZoom`, `align`.\n- **thirdResource**: 3rd-party embed. attrs (required: url): `url`, `type` (1=mooc,2=modao,3=masterGo,4=netease,5=aliyun,6=survey,7=figma,8=pixso,9=xiaohuazhuo), `align`.\n- **dbsheet**: Multi-dim table. attrs (required: sourceId): `sourceId`, `width`, `height`.\n- **spreadsheet**: Spreadsheet. attrs (required: sourceId): `sourceId`, `sheetId`.\n- **groupCard**: Group card. attrs (required: id, name, masterName): `id`, `name`, `masterName`.\n- **appComponent**: App plugin. attrs: `type` (1=vote,2=video_channel,...8=canvas).\n- **processon**: Flowchart/mindmap. attrs (required: type, sourceId, sourceKey, width, height): `type` (1=flow,2=mind), `sourceId`, `sourceKey`, `caption`, `rotate`, `width`, `height`, `renderWidth`, `borderType`, `align`.\n\n## Inline node types (used in content of paragraph, heading, blockQuote, title, codeBlock):\n- **text**: Text. `content` field is a non-empty string (only in codeBlock may contain `\\n`). Common attrs: `bold`, `italic`, `underline`, `strike`, `sup`, `sub` (all bool); `fontSize {fontSize: 9|11|13|15|16|19|22}`; `color {fontColor,backgroundColor,fontGradientColor(1-6)}`.\n- **emoji**: Emoji. attrs (required: emoji): single emoji character.\n- **br**: Line break (used inside blockQuote). No attrs.\n- **latex**: Formula. attrs (required: width, height, latexStr): `width`, `height`, `latexStr`.\n- **linkView**: Hyperlink view. attrs (required: title, url, viewType, sourceKey, description): `title`, `url`, `viewType` (1=title,2=card \u2014 card requires paragraph parent with no siblings), `sourceKey` (icon id), `description`.\n- **schedule**: Schedule. attrs (required: id, name, startTime, endTime): `id` (taskId|sid|teamId), `name`, `startTime` (unix ms), `endTime` (unix ms), `actionType` (1=partial,2=allday).\n- **staticTime**: Date. attrs (required: time): `time` (unix ms), `timeType` (1=date,2=datetime).\n- **WPSUser**: @mention. attrs (required: userId, name): `userId`, `name`, `avatar`.\n- **WPSDocument**: Cloud doc / local file. attrs (required: wpsDocumentId, wpsDocumentName, wpsDocumentType): `wpsDocumentId`, `wpsDocumentName`, `wpsDocumentType`, `wpsDocumentLink` (required for cloud doc), `viewType` (1=title,2=preview,3=card,4=attachment \u2014 2/3/4 require paragraph parent with no siblings), `size` (bytes, required for local file), `width`, `height`, `align`.\n\n## Examples:\nParagraph: `{"type":"paragraph","content":[{"type":"text","content":"Hello"}]}`\nHeading h2: `{"type":"heading","attrs":{"level":2},"content":[{"type":"text","content":"Title"}]}`\nBold text: `{"type":"paragraph","content":[{"type":"text","attrs":{"bold":true},"content":"bold text"}]}`\nOrdered list: `{"type":"paragraph","attrs":{"listAttrs":{"type":2,"styleType":4,"level":0}},"content":[{"type":"text","content":"item 1"}]}`\nCode block: `{"type":"codeBlock","attrs":{"lang":19},"content":[{"type":"text","content":"console.log(\'hi\')"}]}`\nTable 2x2: `{"type":"table","attrs":{"borderStyle":2},"content":[{"type":"tableRow","content":[{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"A1"}]}]},{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"B1"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"A2"}]}]},{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"B2"}]}]}]}]}`',parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/create)."},block_id:{type:"string",description:"Parent block id. Use the string `doc` to insert under the document root; otherwise use a block id from the query-document-blocks API."},index:{type:"integer",description:"Optional insert position (0-based, must be >= 0). 0 = insert before first child. To append at the end, use a large number (e.g. 9999) or omit this field. Negative values are NOT supported and will cause API errors."},content:{type:"array",description:"Required array of block nodes to insert. Each node has `type` (string), optional `attrs` (object), and optional `content` (child nodes or text string for text nodes). See description above for all supported block and inline types.",items:{type:"object",additionalProperties:!0}}},required:["wps_user_id","file_id","block_id","content"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=Sr(n,"content"),c=Ld(n,"index"),l=Bd({blockId:s,content:a,index:c}),d=ot(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await Ke(o,d,async u=>{let p=await u.request({method:"POST",path:it(i,"/blocks/create"),body:l});return p.data??p})}catch(o){return $e(o)}}}),t({name:"wps_airpage_query_document_blocks",description:"Query blocks from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON). JSON fields: required `blockId` (use literal `doc` to query the whole document tree, or pass a specific block id to query its children). Requires delegated Airpage permission (`kso.airpage.read` or `kso.airpage.readwrite` depending on app grants). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks)."},block_id:{type:"string",description:"Target block id mapped to request JSON field blockId. Use doc to query entire document blocks."}},required:["wps_user_id","file_id","block_id"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=Fd({blockId:s}),c=ot(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await Ke(o,c,async l=>{let d=await l.request({method:"POST",path:it(i,"/blocks"),body:a});return d.data??d})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_query_document_blocks",description:"Batch query blocks from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/batch_get`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON field `blockIds` (string array). Use this when querying multiple specific block ids in one request. Requires delegated Airpage permission (`kso.airpage.read` or `kso.airpage.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_get)."},block_ids:{type:"array",description:"Required block id list mapped to JSON blockIds for batch query.",items:{type:"string"}}},required:["wps_user_id","file_id","block_ids"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=zd(n,"block_ids"),a=Gd({blockIds:s}),c=ot(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await Ke(o,c,async l=>{let d=await l.request({method:"POST",path:it(i,"/blocks/batch_get"),body:a});return d.data??d})}catch(o){return $e(o)}}}),t({name:"wps_airpage_delete_block_content",description:"Delete block content from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/delete`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON fields: `blockId`, `startIndex`, `endIndex` (`endIndex` must be > `startIndex`). Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/delete)."},block_id:{type:"string",description:"Parent block id mapped to JSON field blockId. Commonly use doc for document root."},start_index:{type:"integer",description:"Required delete start position (mapped to JSON startIndex)."},end_index:{type:"integer",description:"Required delete end position (mapped to JSON endIndex), must be greater than start_index."}},required:["wps_user_id","file_id","block_id","start_index","end_index"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=kr(n,"start_index"),c=kr(n,"end_index"),l=Kd({blockId:s,startIndex:a,endIndex:c}),d=ot(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await Ke(o,d,async u=>{let p=await u.request({method:"POST",path:it(i,"/blocks/delete"),body:l});return p.data??p})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_delete_block_content",description:"Batch delete block content ranges from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/batch_delete`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON as an array of delete-range objects: `[{ blockId, startIndex, endIndex }]` and each item requires `endIndex > startIndex`. Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_delete)."},delete_items:{type:"array",description:"Required delete range array. Each item: block_id, start_index, end_index (end_index > start_index).",items:{type:"object",properties:{block_id:{type:"string"},start_index:{type:"integer"},end_index:{type:"integer"}},required:["block_id","start_index","end_index"]}}},required:["wps_user_id","file_id","delete_items"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),a=Sr(n,"delete_items").map((d,u)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`delete_items[${u}] must be an object`);let p=d,f=D(p,"block_id"),m=kr(p,"start_index"),g=kr(p,"end_index");return{blockId:f,startIndex:m,endIndex:g}}),c=Hd(a),l=ot(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:it(i,"/blocks/batch_delete"),body:c});return u.data??u})}catch(o){return $e(o)}}}),t({name:"wps_airpage_update_document_block",description:"Update Smart Document blocks via Airpage operation object: POST `/v7/airpage/{file_id}/blocks/update`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON) of ONE operation object (e.g. update_content, update_attrs, insert_table_rows, insert_table_columns, delete_table_rows, delete_table_columns, merge_table_cells, split_table_cell, replace_anchor, replace_feature). At minimum operation JSON should contain `operation` and `blockId`; other fields depend on operation type. Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/update)."},operation:{type:"object",description:"Required operation object that will be encoded as arg JSON. Must include operation + blockId. Example: {operation:'update_content', blockId:'xxx', content:[...]}",additionalProperties:!0}},required:["wps_user_id","file_id","operation"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=n.operation;if(!s||typeof s!="object"||Array.isArray(s))throw new Error("operation is required and must be an object");let c=Jd(s),l=ot(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:it(i,"/blocks/update"),body:c});return u.data??u})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_update_document_blocks",description:"Batch update Smart Document blocks via Airpage operation array: POST `/v7/airpage/{file_id}/blocks/batch_update`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON) of an operation object array. Each operation object must include `operation` + `blockId`; other fields depend on operation type (update_content, update_attrs, insert_table_rows, insert_table_columns, delete_table_rows, delete_table_columns, merge_table_cells, split_table_cell, replace_anchor, replace_feature). Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_update)."},operations:{type:"array",description:"Required operation object array. Each item must include operation + blockId; extra fields depend on operation type.",items:{type:"object",additionalProperties:!0}}},required:["wps_user_id","file_id","operations"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),a=Sr(n,"operations").map((d,u)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`operations[${u}] must be an object`);return d}),c=Xd(a),l=ot(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:it(i,"/blocks/batch_update"),body:c});return u.data??u})}catch(o){return $e(o)}}})}var Yd="/v7/meeting_rooms",Qd="/v7/meeting_rooms/search",ec="/v7/meeting_room_bookings/batch_get",tc=["success","failed"];var zo=["success","failed","approving"];function Xt(e){return{error:e instanceof Error?e.message:String(e)}}function Re(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Et(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Ln(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function Mo(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite number`);if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}function rc(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function Lo(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array`);let n=[];for(let o of r){if(typeof o!="string")throw new Error(`${t} entries must be strings`);let i=o.trim();i!==""&&n.push(i)}return n.length>0?n:void 0}function nc(e,t){let r=Lo(e,t);if(r===void 0)return;let n=new Set(zo),o=r.filter(i=>n.has(i));return o.length>0?o:void 0}function Wo(e){let t=Et(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function ic(e){let t=e.pageSize??20,n={page_size:Math.max(1,Math.min(500,Math.trunc(t)))};return e.roomLevelId!==void 0&&e.roomLevelId.trim()!==""&&(n.room_level_id=e.roomLevelId.trim()),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function oc(e){let t=e.trim();if(!t)throw new Error("room_id must be a non-empty string");return`/v7/meeting_rooms/${encodeURIComponent(t)}`}function sc(e){let t=e.keyword.trim();if(!t)throw new Error("keyword is required and must be a non-empty string");let r=e.pageSize??20,n=Math.max(1,Math.min(100,Math.trunc(r))),o={keyword:t,page_size:n};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(o.page_token=e.pageToken.trim()),o}function ac(e){let t=Math.trunc(Number(e.startTimeSec)),r=Math.trunc(Number(e.endTimeSec));if(!Number.isFinite(t)||!Number.isFinite(r))throw new Error("start_time and end_time must be finite Unix timestamps in seconds");if(r<t)throw new Error("end_time must be >= start_time (Unix seconds)");let n=e.roomLevelId?.trim()??"",o=n!=="",i=e.roomIds?.filter(d=>d.trim()!=="").map(d=>d.trim())??[],s=i.length>0;if(o&&s)throw new Error("Provide either room_ids or room_level_id, not both");if(!o&&!s)throw new Error("Provide exactly one of room_ids (non-empty array) or room_level_id");let a=e.pageSize??20,c=Math.max(1,Math.min(500,Math.trunc(Number(a))));if(!Number.isFinite(c))throw new Error("page_size must be finite");let l={start_time:t,end_time:r,page_size:c};return o&&(l.room_level_id=n),s&&(l.room_ids=i),e.includeDeleted===!0&&(l.include_deleted=!0),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(l.page_token=e.pageToken.trim()),e.results!==void 0&&e.results.length>0&&(l.results=[...e.results]),l}function dc(e){let t=e.trim();if(!t)throw new Error("booking_id must be a non-empty string");return`/v7/meeting_room_bookings/${encodeURIComponent(t)}/update_status`}function cc(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function Bn(e,t){t({name:"wps_meeting_rooms_list",description:"List meeting rooms (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u5217\u8868): GET `/v7/meeting_rooms`. Uses **application** access_token (client_credentials); requires app scopes **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`** on the Open Platform (often **app-only**, not user OAuth). Still pass SenderId as `wps_user_id` for session context (not sent as HTTP user identity). Optional: `room_level_id` (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id), `page_size` (default 20, max 500), `page_token` (omit on first page). Response `data` typically includes `items[]` (id, name, capacity, level_id, disable, remark, device_list, tag_list) and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_level_id:{type:"string",description:"Optional. Meeting room level id (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 500 client cap)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Et(n,"room_level_id"),i=Ln(n,"page_size"),s=Et(n,"page_token"),a=ic({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:Yd,query:a});return c.data??c}catch(o){return Xt(o)}}}),t({name:"wps_meeting_rooms_get",description:"Get meeting room details (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u8BE6\u60C5): GET `/v7/meeting_rooms/{room_id}`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required: `room_id` from `wps_meeting_rooms_list` items[]. Response `data` is a single room object (id, name, capacity, level_id, disable, remark, device_list, tag_list).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_id:{type:"string",description:"Meeting room id from the meeting room list (\u4F1A\u8BAE\u5BA4 id\uFF0C\u53EF\u901A\u8FC7\u4F1A\u8BAE\u5BA4\u5217\u8868\u67E5\u8BE2)."}},required:["wps_user_id","room_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"room_id"),i=await e.request({method:"GET",path:oc(o)});return i.data??i}catch(o){return Xt(o)}}}),t({name:"wps_meeting_rooms_search",description:"Search meeting rooms by keyword (\u641C\u7D22\u4F1A\u8BAE\u5BA4): POST `/v7/meeting_rooms/search`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required body: `keyword` (meeting room name search). Optional: `page_size` (default 20, max 100 per API), `page_token` (omit on first page; use data.next_page_token). Response `data` typically includes `items[]` and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Search keyword; supports meeting room name (\u641C\u7D22\u5173\u952E\u8BCD\uFF0C\u652F\u6301\u4F1A\u8BAE\u5BA4\u540D\u79F0\u641C\u7D22)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 100)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id","keyword"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"keyword"),i=Ln(n,"page_size"),s=Et(n,"page_token"),a=sc({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:Qd,body:a});return c.data??c}catch(o){return Xt(o)}}}),t({name:"wps_meeting_room_bookings_batch_get",description:"Batch query meeting room bookings (\u6279\u91CF\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u9884\u7EA6): POST `/v7/meeting_room_bookings/batch_get`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required JSON body params: `start_time`, `end_time` (**Unix timestamps in seconds**). Exactly one of: non-empty **`room_ids`** (string[]) **or** **`room_level_id`** (string)\u2014not both, not neither. Optional: `include_deleted` (boolean, default false), `page_size` (default 20, max 500), `page_token`, `results` filter array (`success`|`failed`|`approving`). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},start_time:{type:"number",description:"Query window start (**Unix timestamp in seconds**, \u5FC5\u586B)."},end_time:{type:"number",description:"Query window end (**Unix timestamp in seconds**, \u5FC5\u586B)."},room_ids:{type:"array",items:{type:"string"},description:"Meeting room id list. Mutually exclusive with room_level_id."},room_level_id:{type:"string",description:"Meeting room level id. Mutually exclusive with room_ids."},include_deleted:{type:"boolean",description:"Whether to include deleted bookings (\u9ED8\u8BA4 false)."},page_size:{type:"number",description:"Page size (default 20 per API, max 500 client cap)."},page_token:{type:"string",description:"Pagination token; omit on first page when unused."},results:{type:"array",items:{type:"string",enum:[...zo]},description:"Optional filter by reservation result: success, failed, approving."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","start_time","end_time"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Mo(n,"start_time"),i=Mo(n,"end_time"),s=Lo(n,"room_ids"),a=Et(n,"room_level_id"),c=rc(n,"include_deleted"),l=Ln(n,"page_size"),d=Et(n,"page_token"),u=nc(n,"results"),p=ac({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:u??void 0}),f=await e.request({method:"POST",path:ec,body:p,headers:Wo(n)});return f.data??f}catch(o){return Xt(o)}}}),t({name:"wps_meeting_room_bookings_update_status",description:"Update meeting room booking status (\u66F4\u65B0\u4F1A\u8BAE\u5BA4\u9884\u7EA6\u72B6\u6001): POST `/v7/meeting_room_bookings/{booking_id}/update_status`. Uses **application** access_token; requires app **`kso.meeting_rooms.readwrite`** (per API). Pass SenderId as `wps_user_id` for context only. Path: **`booking_id`** from booking list / batch query (`items[].id`). JSON body: **`status`** enum **`success`** (\u9884\u7EA6\u6210\u529F) or **`failed`** (\u9884\u7EA6\u5931\u8D25). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},booking_id:{type:"string",description:"Meeting room booking id (\u4F1A\u8BAE\u5BA4\u9884\u7EA6 id\uFF0C\u53EF\u4ECE\u6279\u91CF\u67E5\u8BE2\u9884\u7EA6\u7B49\u63A5\u53E3 items[].id \u53D6\u5F97)."},status:{type:"string",enum:[...tc],description:"Updated reservation outcome: success or failed."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","booking_id","status"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"booking_id"),i=Re(n,"status"),s=cc(i),a=await e.request({method:"POST",path:dc(o),body:s,headers:Wo(n)});return a.data??a}catch(o){return Xt(o)}}})}var he={type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},xe={type:"string",description:"Smart Sheet file ID."},at={type:"integer",description:"Worksheet ID (integer). From wps_airsheet_list_worksheets."};async function lc(e,t,r){return pe({wpsUserId:e,authCardOriginalMessage:"",needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u667A\u80FD\u8868\u683C\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",logTag:t,run:r})}function ge(e,t){return async(r,n)=>{try{let o=T(n,"wps_user_id");return await lc(o,e,i=>t(n,i))}catch(o){return ie(o)}}}function Fn(e,t){t({name:"wps_airsheet_create_file",description:"Create a Smart Sheet (\u667A\u80FD\u8868\u683C / AirSheet): POST `/v7/airsheet/files`. Creates a new smart sheet file in the specified drive. Required: `drive_id` (from `wps_cloud_doc_list_drives`), `name` (file name, may omit extension; if extension is provided it must be `ksheet`). Optional: `on_name_conflict` (`rename` (default) | `fail`), `parent_id` (folder id, empty = root), `parent_path` (string array of folder names as relative path; auto-created if not exists). Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `id`, `link_id`, `link_url`, `name`, `parent_id`.",parameters:{type:"object",properties:{wps_user_id:he,drive_id:{type:"string",description:"Target drive id (from wps_cloud_doc_list_drives)."},name:{type:"string",description:"File name. May omit extension; if extension is provided it must be ksheet."},on_name_conflict:{type:"string",enum:["rename","fail"],description:"Optional. Strategy when name conflicts: rename (default) or fail."},parent_id:{type:"string",description:"Optional. Parent folder id. Empty means root directory."},parent_path:{type:"array",items:{type:"string"},description:"Optional. Relative path as array of folder names (not ids). If the path does not exist, the system will auto-create it."}},required:["wps_user_id","drive_id","name"]},execute:ge("wps_airsheet_create_file",async(r,n)=>{let o=T(r,"drive_id"),i=T(r,"name"),s=V(r,"on_name_conflict"),a=V(r,"parent_id"),c=et(r,"parent_path");if(s&&s!=="rename"&&s!=="fail")throw new Error("on_name_conflict must be 'rename' or 'fail'");let l={drive_id:o,name:i};s&&(l.on_name_conflict=s),a!==void 0&&(l.parent_id=a),c&&c.length>0&&(l.parent_path=c);let d=await n.request({method:"POST",path:"/v7/airsheet/files",body:l});return d.data??d})}),t({name:"wps_airsheet_create_worksheet",description:"Create a worksheet in a Smart Sheet (\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets`. Creates a new worksheet (tab) inside an existing smart sheet file. Required: `file_id`, `position` (object \u2014 at least one of `after_sheet_id`, `before_sheet_id`, or `end` must be set). Optional: `name` (worksheet name), `col_width` (default column width in pixels). Position rules: set `end: true` to append at the end; or use `after_sheet_id`/`before_sheet_id` (integer) to place relative to an existing sheet. Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer).",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,name:{type:"string",description:"Optional. Worksheet name."},col_width:{type:"number",description:"Optional. Default column width in pixels."},position:{type:"object",description:"Insertion position. Must provide at least one of: after_sheet_id (integer), before_sheet_id (integer), end (boolean, true = append).",properties:{after_sheet_id:{type:"integer",description:"Insert after this sheet id."},before_sheet_id:{type:"integer",description:"Insert before this sheet id."},end:{type:"boolean",description:"If true, append at the end."}}}},required:["wps_user_id","file_id","position"]},execute:ge("wps_airsheet_create_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=V(r,"name"),s=Z(r,"col_width"),a=r.position;if(!a||typeof a!="object")throw new Error("position is required and must be an object");let c=a,l={},d=Z(c,"after_sheet_id");d!==void 0&&(l.after_sheet_id=d);let u=Z(c,"before_sheet_id");u!==void 0&&(l.before_sheet_id=u);let p=re(c,"end");p!==void 0&&(l.end=p);let f={position:l};i!==void 0&&(f.name=i),s!==void 0&&(f.col_width=s);let m=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`,body:f});return m.data??m})}),t({name:"wps_airsheet_list_worksheets",description:"List worksheets in a Smart Sheet (\u83B7\u53D6 Sheet \u5217\u8868\u4FE1\u606F): GET `/v7/airsheet/{file_id}/worksheets`. Returns all worksheets (tabs) in the specified smart sheet file. Each sheet includes: `sheet_id` (integer), `name`, `index`, `hidden`, `empty`, `max_row`, `max_col`, `resource_type` (et = normal spreadsheet), and `active_area` (col_from, col_to, row_from, row_to \u2014 the editing region). Use this to discover `sheet_id` before reading/writing data. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe},required:["wps_user_id","file_id"]},execute:ge("wps_airsheet_list_worksheets",async(r,n)=>{let o=T(r,"file_id"),i=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`});return i.data??i})}),t({name:"wps_airsheet_copy_worksheet",description:"Copy a worksheet (\u590D\u5236\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/copy`. Duplicates an existing worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer, from `wps_airsheet_list_worksheets`). Optional: `copy_first_sheet` (boolean \u2014 if true, copies the first sheet regardless of `worksheet_id`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer) \u2014 the new copied sheet's id.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,copy_first_sheet:{type:"boolean",description:"Optional. If true, copies the first sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_copy_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=re(r,"copy_first_sheet"),a={};s!==void 0&&(a.copy_first_sheet=s);let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/copy`,body:a});return c.data??c})}),t({name:"wps_airsheet_update_worksheet",description:"Update a worksheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/update`. Renames or moves a worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer). Optional: `name` (new worksheet name), `move_sheet_id` (integer \u2014 reference sheet id for move), `move_type` (`sheet_move_type_before` | `sheet_move_type_after` \u2014 move before/after the reference sheet). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,name:{type:"string",description:"Optional. New worksheet name."},move_sheet_id:{type:"integer",description:"Optional. Reference sheet id for repositioning."},move_type:{type:"string",enum:["sheet_move_type_before","sheet_move_type_after"],description:"Optional. Move before or after the reference sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_update_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=V(r,"name"),a=Z(r,"move_sheet_id"),c=V(r,"move_type");if(c&&c!=="sheet_move_type_before"&&c!=="sheet_move_type_after")throw new Error("move_type must be 'sheet_move_type_before' or 'sheet_move_type_after'");let l={};s!==void 0&&(l.name=s),a!==void 0&&(l.move_sheet_id=a),c!==void 0&&(l.move_type=c);let d=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/update`,body:l});return d.data??d})}),t({name:"wps_airsheet_delete_worksheets",description:"Delete worksheets (\u5220\u9664\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/batch_delete`. Batch-deletes one or more worksheets by their IDs. **This operation is irreversible.** Required: `file_id`, `worksheet_ids` (array of integers \u2014 sheet IDs from `wps_airsheet_list_worksheets`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_ids:{type:"array",items:{type:"integer"},description:"Array of worksheet IDs (integers) to delete."}},required:["wps_user_id","file_id","worksheet_ids"]},execute:ge("wps_airsheet_delete_worksheets",async(r,n)=>{let o=T(r,"file_id"),i=r.worksheet_ids;if(!Array.isArray(i)||i.length===0)throw new Error("worksheet_ids must be a non-empty array of integers");let s=i.map((c,l)=>{let d=typeof c=="number"?c:parseInt(String(c),10);if(!Number.isFinite(d)||d<0)throw new Error(`worksheet_ids[${l}] must be a non-negative integer`);return d}),a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/batch_delete`,body:{worksheet_ids:s}});return a.data??a})}),t({name:"wps_airsheet_create_rows",description:"Create rows in a worksheet (\u521B\u5EFA\u884C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/rows`. Inserts one or more rows with cell data into the specified worksheet. Required: `file_id`, `worksheet_id` (integer). Optional: `range_data` (array of cell objects). Each cell object can include: `col` (integer, 0-based column index), `formula` (string, cell formula or plain value), `op_type` (string, e.g. `cell_operation_type_formula`), `cell_pic_info` (object for image cells: `{ height, width, pic_content, tag }` where tag = `sheet_pic_type_local`). If `range_data` is omitted, an empty row is appended. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,range_data:{type:"array",description:"Optional. Array of cell data objects. Each: { col: integer (0-based), formula?: string, op_type?: string, cell_pic_info?: { height: number, width: number, pic_content: string, tag: string } }.",items:{type:"object",properties:{col:{type:"integer",description:"0-based column index."},formula:{type:"string",description:"Cell formula or plain text value."},op_type:{type:"string",description:"Operation type, e.g. cell_operation_type_formula."},cell_pic_info:{type:"object",description:"Image cell info: { height, width, pic_content, tag }.",properties:{height:{type:"number"},width:{type:"number"},pic_content:{type:"string"},tag:{type:"string",description:"e.g. sheet_pic_type_local"}}}}}}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_create_rows",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s={},a=r.range_data;if(a!=null){if(!Array.isArray(a))throw new Error("range_data must be an array");s.range_data=a}let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/rows`,body:s});return c.data??c})}),t({name:"wps_airsheet_get_range_data",description:"Get cell range data (\u83B7\u53D6\u5355\u5143\u683C\u9009\u533A\u6570\u636E): GET `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data`. Reads cell values from a rectangular region defined by row/col indices (0-based). Required: `file_id`, `worksheet_id` (integer), `row_from`, `row_to`, `col_from`, `col_to` (all integers). Use `wps_airsheet_list_worksheets` first to get `sheet_id` and `active_area` for valid ranges. Response: `data.range_data` array of cell objects, each with: `cell_text` (display value), `col_from`, `col_to`, `row_from`, `row_to`, `is_cell_pic` (boolean), `num_format`, `original_cell_value` (formula bar value), `pic_content`, `pic_data` (image id for online files), `sha1` (image hash for local images), `tag`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,row_from:{type:"integer",description:"Start row index (0-based, inclusive)."},row_to:{type:"integer",description:"End row index (0-based, inclusive)."},col_from:{type:"integer",description:"Start column index (0-based, inclusive)."},col_to:{type:"integer",description:"End column index (0-based, inclusive)."}},required:["wps_user_id","file_id","worksheet_id","row_from","row_to","col_from","col_to"]},execute:ge("wps_airsheet_get_range_data",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=Z(r,"row_from"),a=Z(r,"row_to"),c=Z(r,"col_from"),l=Z(r,"col_to");if(s===void 0||a===void 0||c===void 0||l===void 0)throw new Error("row_from, row_to, col_from, col_to are all required");let d=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data`,query:{row_from:s,row_to:a,col_from:c,col_to:l}});return d.data??d})}),t({name:"wps_airsheet_find_cells",description:"Find cells in a worksheet (\u67E5\u627E\u5355\u5143\u683C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/find`. Searches cells within a specified range using filter conditions, with optional pagination and deduplication. Required: `file_id`, `worksheet_id`, `filter` (object), `range` (object with row_from/row_to/col_from/col_to). Optional: `ignore_hidden_cell` (boolean, default false \u2014 skip hidden cells), `option_cols` (array of integers \u2014 column indices to get option/dropdown values for), `page` (object: { page: integer (min 1), page_size: integer (default 100) }), `show_total` (boolean, default false \u2014 include total count in response). \n\n**filter structure**: `{ condition: [{ col: integer, info: [{ value: string }], mode: 'filter_mode_and' | 'filter_mode_or' }], duplicates: { col: [integer] }, search: [{ col: integer, value: [string] }] }`. All sub-fields in filter are optional. \n\nResponse: `data.range_data` (matched cells), `data.merge_range_data` (merged cell data), `data.option_col` (option column results with texts/count), `data.result_type` (0=fail, 1=success), `data.total`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,filter:{type:"object",description:"Filter conditions. Structure: { condition?: [{ col: int, info: [{ value: string }], mode: 'filter_mode_and'|'filter_mode_or' }], duplicates?: { col: [int] }, search?: [{ col: int, value: [string] }] }."},range:{type:"object",description:"Search range (required). { row_from: int, row_to: int, col_from: int, col_to: int }.",properties:{row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."},col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."}},required:["row_from","row_to","col_from","col_to"]},ignore_hidden_cell:{type:"boolean",description:"Optional. If true, skip hidden cells. Default false."},option_cols:{type:"array",items:{type:"integer"},description:"Optional. Column indices to retrieve option/dropdown values for (relative to range)."},page:{type:"object",description:"Optional pagination. { page: integer (min 1), page_size: integer (default 100) }.",properties:{page:{type:"integer",description:"Page number, min 1."},page_size:{type:"integer",description:"Page size, default 100."}}},show_total:{type:"boolean",description:"Optional. If true, include total count in response. Default false."}},required:["wps_user_id","file_id","worksheet_id","filter","range"]},execute:ge("wps_airsheet_find_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.filter;if(!s||typeof s!="object")throw new Error("filter is required and must be an object");let a=r.range;if(!a||typeof a!="object")throw new Error("range is required and must be an object");let c={filter:s,range:a},l=re(r,"ignore_hidden_cell");l!==void 0&&(c.ignore_hidden_cell=l);let d=r.option_cols;if(d!=null){if(!Array.isArray(d))throw new Error("option_cols must be an array of integers");c.option_cols=d.map((m,g)=>{let y=typeof m=="number"?m:parseInt(String(m),10);if(!Number.isFinite(y)||y<0)throw new Error(`option_cols[${g}] must be a non-negative integer`);return y})}let u=r.page;if(u!=null){if(typeof u!="object")throw new Error("page must be an object");c.page=u}let p=re(r,"show_total");p!==void 0&&(c.show_total=p);let f=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/find`,body:c});return f.data??f})}),t({name:"wps_airsheet_batch_update_cells",description:"Batch update cell range data (\u66F4\u65B0\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_update`. Updates one or more cells in a worksheet. Each cell in `range_data` specifies its position (row_from, row_to, col_from, col_to) and operation type (`op_type`). \n\n**op_type values**: `cell_operation_type_formula` \u2014 set cell value/formula (use `formula` field), `cell_operation_type_picture` \u2014 set cell image (use `cell_pic_info` with height/width/pic_content/tag), `cell_operation_type_format` \u2014 set cell formatting (use `xf` field for styles), `cell_operation_type_merge` \u2014 merge cells (use `merge_type`: merge_type_center / merge_type_content / merge_type_same / merge_type_columns). \n\n**cell_pic_info.tag values**: `sheet_pic_type_local`, `sheet_pic_type_attachment`, `sheet_pic_type_url`. \n\n**xf (format) object** includes: `alc_h` (horizontal align), `alc_v` (vertical align), border colors (`clr_bottom/clr_top/clr_left/clr_right/clr_diag_down/clr_diag_up/clr_inside_horz/clr_inside_vert` \u2014 each `{tint,type,value}`), border styles (`dg_bottom/dg_top/dg_left/dg_right/dg_diag_down/dg_diag_up/dg_inside_horz/dg_inside_vert`), `fill` ({back:{tint,type,value}, fore:{tint,type,value}, type}), `font` ({bls,char_set,color:{tint,type,value},dy_height,italic,name,sss,strikeout,theme_font,uls}), `hidden`, `indent`, `locked`, `mask_cats`, `mask_cats_font`, `numfmt`, `reading_order`, `shrink_to_fit`, `trot`, `wrap`. \n\nRequires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,range_data:{type:"array",description:"Array of cell update objects. Each must include: row_from (int), row_to (int), col_from (int), col_to (int), op_type (string). Depending on op_type, also include: formula (string), cell_pic_info (object), merge_type (string), xf (format object).",items:{type:"object",properties:{row_from:{type:"integer",description:"Start row (0-based)."},row_to:{type:"integer",description:"End row (0-based)."},col_from:{type:"integer",description:"Start column (0-based)."},col_to:{type:"integer",description:"End column (0-based)."},op_type:{type:"string",enum:["cell_operation_type_formula","cell_operation_type_picture","cell_operation_type_format","cell_operation_type_merge"],description:"Cell operation type."},formula:{type:"string",description:"Cell value or formula (for op_type=formula)."},cell_pic_info:{type:"object",description:"Image info (for op_type=picture): { height, width, pic_content, tag }."},merge_type:{type:"string",enum:["merge_type_center","merge_type_content","merge_type_same","merge_type_columns"],description:"Merge type (for op_type=merge)."},xf:{type:"object",description:"Format/style object (for op_type=format). See tool description for full structure."}},required:["row_from","row_to","col_from","col_to","op_type"]}}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_update_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.range_data;if(!Array.isArray(s)||s.length===0)throw new Error("range_data must be a non-empty array");let a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/batch_update`,body:{range_data:s}});return a.data??a})}),t({name:"wps_airsheet_batch_delete_cells",description:"Batch delete cell range data (\u5220\u9664\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_delete`. Deletes data in specified cell ranges. Caller must ensure row/col indices are within the worksheet's max row/col limits (obtainable via getSheetInfo). \n\nRequired: `file_id`, `worksheet_id`, `range_data` (array of range objects, each with `col_from`, `col_to`, `row_from`, `row_to` \u2014 all integers, required). \n\nOptional: `shift_type` \u2014 how remaining cells shift after deletion. Values: `shift_up` (default, shift up) or `shift_left` (shift left). \n\nResponse: `{ code, msg }`. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:at,range_data:{type:"array",description:"Array of range objects to delete. Each must include col_from, col_to, row_from, row_to (all integers).",items:{type:"object",properties:{col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."},row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."}},required:["col_from","col_to","row_from","row_to"]}},shift_type:{type:"string",enum:["shift_up","shift_left"],description:"Optional. How remaining cells shift after deletion. Default: shift_up."}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_delete_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.range_data;if(!Array.isArray(s)||s.length===0)throw new Error("range_data must be a non-empty array");let a={range_data:s},c=V(r,"shift_type");c!==void 0&&(a.shift_type=c);let l=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/batch_delete`,body:a});return l.data??l})})}function pc(){return new Proxy({},{get(e,t,r){let n=Rr(),o=Reflect.get(n,t,r);return typeof o=="function"?o.bind(n):o}})}function Bo(e){let t=[],r=o=>{e(()=>({name:o.name,label:o.name,description:o.description,parameters:o.parameters,async execute(s,a){let c=await o.execute(s,a);if(c&&typeof c=="object"&&"error"in c)throw new Error(c.error);return{content:[{type:"text",text:JSON.stringify(c,null,2)}],details:c}}}),{name:o.name}),t.push(o.name)},n=pc();return An(n,r),On(n,r),Cn(n,r),Sn(n,r),Un(n,r),Nn(n,r),Mn(n,r),jn(n,r),zn(n,r),Bn(n,r),Fn(n,r),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var uc={id:De,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:ki(),register(e){lo(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:En}),typeof e.registerTool=="function"){t.info(`[${De}] registerTool is available (type: ${typeof e.registerTool})`);try{let r=Bo(e.registerTool);t.info(`[${De}] registered ${r} WPS OAPI tool factories`)}catch(r){t.error(`[${De}] tool registration failed: ${r}`)}}else t.warn(`[${De}] registerTool not available (type: ${typeof e.registerTool})`);t.info(`[${De}] plugin registered`)}},yu=uc;export{yu as default};
|
|
33
|
+
openclaw pairing approve --channel ${E} --account ${i} ${L}`;await gt(c,v,ct)}}}return}if(!I){let P=a?.groupPolicy??"allowlist",L=a?.groups??{};if(P==="allowlist"&&!L[h]&&!L["*"]){r(`Group ${h} blocked by groupPolicy=allowlist`);return}}if(ye.trim()==="/wpsxiezuo auth"){let{sendAuthCard:P}=await Promise.resolve().then(()=>(pr(),gn)),{getLazyWpsCfg:L}=await Promise.resolve().then(()=>(Ne(),qr));try{let K=h?"chat":"user",we=h||_;await P({accountId:i,creds:c,wpsCfg:L(i),wpsUserId:_,receiverType:K,receiverId:we})||await gt(c,v,"\u5F53\u524D\u5E94\u7528\u6CA1\u6709\u53EF\u6388\u6743\u7684\u7528\u6237\u6743\u9650\uFF08delegated scopes \u4E3A\u7A7A\uFF09\uFF0C\u8BF7\u5148\u5728\u5F00\u653E\u5E73\u53F0\u540E\u53F0\u5F00\u901A\u3002")}catch(K){n("WPS /wpsxiezuo auth failed:",K),await gt(c,v,`\u6388\u6743\u5361\u7247\u53D1\u9001\u5931\u8D25\uFF1A${String(K)}`)}return}if(ye.trim()==="/wps-id"||ye.trim().startsWith("/wps-id ")){let P={sender:{id:u.id??"",type:u.type??"",name:u.name??""},chat:{id:p?.id??"",type:p?.type??""},message:{id:d.id??"",type:d.type??""},isDirect:I};await gt(c,v,`WPS id debug:
|
|
34
|
+
${JSON.stringify(P,null,2)}`);return}if(!s){r("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let O=s.reply,Ce=s.routing,qe="main",ue="",W=i;if(Ce?.resolveAgentRoute){let P=Ce.resolveAgentRoute({cfg:o,channel:E,accountId:i,peer:{kind:I?"direct":"group",id:g.session_key}});qe=P.agentId,ue=P.sessionKey?.trim()??"",P.accountId&&(W=P.accountId,r(`WPS route account override: ${i} -> ${P.accountId}`))}let G=ue||g.session_key,Gn=W;r(`WPS route: agentId=${qe}, inboundSessionKey=${G}, accountId=${Gn}`),j.length>0&&r(`WPS media context: MediaPath=${j[0]}, MediaType=${ne[0]}, count=${j.length}`);let Kn={Body:dt,BodyForAgent:dt,...j.length>0?{MediaPath:j[0],MediaUrl:j[0],MediaType:ne[0],MediaPaths:j,MediaUrls:j,MediaTypes:ne}:{},RawBody:JSON.stringify({session:g,chatId:h,messageId:w,senderId:_,replyTarget:I?`user:${_}`:`chat:${h}`,messageType:b.kind,plainText:b.plainText,attachments:b.attachments,...F?{prefetchedMedia:F}:{},_idHint:"To reply, omit the 'to' parameter (framework auto-routes). To send to a DIFFERENT conversation, use replyTarget or 'chat:<chatId>' / 'user:<senderId>'. AK-prefixed strings are bot/app IDs, NOT chat IDs \u2014 never use them as receiver."}),CommandBody:dt,CommandAuthorized:!0,From:N,To:I?`user:${_}`:`chat:${h}`,ReplyTarget:I?`user:${_}`:`chat:${h}`,SessionKey:G,Label:G,ConversationLabel:G,DisplayName:G,SessionLabel:G,AccountId:Gn,ChatType:I?"direct":"group",GroupId:void 0,SenderName:u.name??void 0,SenderId:_,Provider:E,Surface:"wps",Channel:E,Timestamp:l.send_time??Date.now(),OriginatingChannel:E,OriginatingFrom:`wps:${_}`,OriginatingTo:I?`user:${_}`:`chat:${h}`},Hn=O.finalizeInboundContext?O.finalizeInboundContext(Kn):Kn,Pt=null;if(h&&w)try{await Xr(c,h,w),Pt={kind:"reaction",chatId:h,messageId:w},r(`WPS thinking reaction added: chatId=${h}, messageId=${w}`)}catch(P){r(`WPS thinking reaction failed, falling back to text: ${String(P)}`);try{await gt(c,v,"\u6B63\u5728\u601D\u8003\u4E2D..."),Pt={kind:"text-fallback"}}catch(L){r(`WPS thinking fallback text failed: ${String(L)}`)}}let Jn=18e4,Xn=!1,Vn=async()=>{if(!(Xn||Pt?.kind!=="reaction")){Xn=!0;try{await Vr(c,Pt.chatId,Pt.messageId,t),r("WPS thinking reaction removed")}catch{}}},Zn=()=>async(P,L)=>{let K=P.text??"";if(!K)return;let we=K.trim();if(/Message:.*[\\/](?:openclaw-media|wps-prefetch|\.openclaw[\\/]media)[\\/].*failed/i.test(we)){r(`WPS deliver: suppressed media-failed noise: ${we.substring(0,80)}`);return}await Vn(),r(`WPS deliver: text length=${K.length}, preview=${K.substring(0,80)}`),!I&&h&&w?await ta(c,h,w,K):await gt(c,v,K)},Yn=(P,L,K)=>{let we,ct=new Promise((Qn,Fo)=>{we=setTimeout(()=>Fo(new Error(`${K} timed out after ${L}ms`)),L)});return Promise.race([P,ct]).finally(()=>clearTimeout(we))};try{if(r(`WPS: starting dispatch (sessionKey=${G})`),O.dispatchReplyWithBufferedBlockDispatcher)await Yn(O.dispatchReplyWithBufferedBlockDispatcher({ctx:Hn,cfg:o,dispatcherOptions:{deliver:Zn(),responsePrefix:"",humanDelay:O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,qe):void 0,onError:(P,L)=>{n(`WPS ${L.kind} reply error: ${String(P)}`)}}}),Jn,"dispatchReplyWithBufferedBlockDispatcher"),r("WPS: agent dispatch completed");else if(O.dispatchReplyFromConfig&&O.createReplyDispatcherWithTyping){let P=O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,qe):void 0,{dispatcher:L,replyOptions:K,markDispatchIdle:we}=O.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:P,deliver:Zn(),onError:(ct,Qn)=>{n(`WPS ${Qn.kind} reply error: ${String(ct)}`)}});try{await Yn(O.dispatchReplyFromConfig({ctx:Hn,cfg:o,dispatcher:L,replyOptions:K}),Jn,"dispatchReplyFromConfig")}finally{we()}r("WPS: agent dispatch completed (fallback path)")}else r("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}catch(P){n(`WPS dispatch failed: ${P instanceof Error?P.message:String(P)}`)}finally{await Vn()}}catch($){n("WPS async inbound error:",$)}}Ne();ft();Mt();import{createHash as ra}from"node:crypto";function ie(e){return{error:e instanceof Error?e.message:String(e)}}function T(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function V(e,t){let r=e[t];if(r==null)return;if(typeof r!="string")throw new Error(`${t} must be a string`);let n=r.trim();return n===""?void 0:n}function Z(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function re(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true")return!0;if(r==="false")return!1;throw new Error(`${t} must be a boolean`)}}function Qe(e,t){let r=e[t];if(r!=null){if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);return r.map(n=>String(n).trim()).filter(Boolean)}}function _e(e,t="chat_id"){let r=T(e,t),n=r.startsWith("wps:")?r.slice(4):r;if(/^AK\d{8}/i.test(n))throw new Error(`${t}="${r}" is a bot/app ID (AK-prefixed), NOT a chat ID. The correct chat_id is a numeric ID like '77183700'. Look for chatId in RawBody JSON (parse the RawBody string first). Do NOT use values from From, OriginatingTo, SessionKey, or SenderId fields.`);if(n.includes(":")&&n.includes("AK"))throw new Error(`${t}="${r}" looks like a session_key or compound ID, NOT a chat ID. The correct chat_id is in RawBody.chatId (a numeric string like '77183700').`);return n}function Me(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required`);let n=typeof r=="number"?r:parseInt(String(r),10);if(!Number.isFinite(n)||n<0)throw new Error(`${t} must be a non-negative integer`);return n}function na(e){return ra("sha256").update(e).digest("hex")}var ro=20*1024*1024;function In(e){let t=e.trim();return!t||t.startsWith("http://")||t.startsWith("https://")?!1:!!(/^[a-zA-Z]:[\\/]/.test(t)||t.startsWith("\\\\")||t.startsWith("/tmp/")||t.startsWith("/var/folders/")||t.includes("openclaw-media")||t.includes("wps-prefetch")||t.includes(".openclaw/media")||t.includes(".openclaw\\media"))}function io(e){let t=e.trim();return t.startsWith("http://")||t.startsWith("https://")?!1:t.includes("openclaw-media")||t.includes("wps-prefetch")||t.includes(".openclaw/media")||t.includes(".openclaw\\media")}function ia(e,t){let r={};for(let[n,o]of Object.entries(e)){if(typeof o!="string")continue;let i=n.trim();if(!i)continue;let s=i.toLowerCase();s==="transfer-encoding"||s==="content-length"||(r[i]=o)}return r}async function kn(e,t,r,n,o){let i=o?.info??console.log,s=o?.error??console.error,a=n.byteLength;if(a===0)throw new Error("upload content is empty");if(a>ro)throw new Error(`file too large: ${a} bytes (max ${ro})`);let c=na(n);i(`[upload] phase1 start: fileName=${t} fileType=${r} size=${a} checksum=${c.substring(0,16)}\u2026`);let l;try{l=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:t,file_size:a,file_type:r,checksum:c}})}catch(w){let b=w instanceof Error?w.message:String(w);throw s(`[upload] phase1 request failed: ${b}`),new Error(`upload phase 1 request failed: ${b}`)}let d=l.data??l;if(!d||typeof d!="object")throw new Error(`upload phase 1 returned no data: ${JSON.stringify(l).substring(0,300)}`);let u=d.data,p=u&&typeof u=="object"?u:d;i(`[upload] phase1 response keys: source=[${Object.keys(p)}] hasNested=${!!u}`);let f=p.upload_entry;f&&i(`[upload] upload_entry keys: [${Object.keys(f)}]`);let m=typeof p.url=="string"&&p.url.trim()?p.url.trim():typeof p.upload_url=="string"&&p.upload_url.trim()?p.upload_url.trim():f&&typeof f.url=="string"&&f.url.trim()?f.url.trim():null,g=typeof p.storage_key=="string"&&p.storage_key.trim()?p.storage_key.trim():null;if(!m)throw new Error(`upload phase 1 did not return an upload URL: keys=${JSON.stringify(Object.keys(p))}, raw=${JSON.stringify(d).substring(0,300)}`);if(!g)throw new Error(`upload phase 1 did not return a storage_key: keys=${JSON.stringify(Object.keys(p))}`);i(`[upload] phase1 ok: storageKey=${g.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let y=f&&typeof f.headers=="object"&&f.headers&&Object.keys(f.headers).length>0,_=ia(y?f.headers:{},m);i(`[upload] phase2 PUT headers: ${JSON.stringify(Object.keys(_))}`);let h;try{h=await fetch(m,{method:"PUT",headers:_,body:n})}catch(w){let b=w instanceof Error?w.message:String(w);throw s(`[upload] phase2 PUT network error: ${b} url=${m.substring(0,80)}\u2026`),new Error(`upload phase 2 PUT network error: ${b}`)}if(!h.ok){let w=await h.text().catch(()=>"");throw s(`[upload] phase2 PUT failed: HTTP ${h.status} body=${w.substring(0,300)}`),new Error(`upload phase 2 PUT failed: HTTP ${h.status} ${w.substring(0,200)}`)}return i(`[upload] phase2 PUT ok: HTTP ${h.status} storageKey=${g.substring(0,20)}\u2026`),{storage_key:g,file_name:t,file_size:a}}function bn(e){return e.data??null}function ur(e){return{error:e instanceof Error?e.message:String(e)}}function ke(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function oa(e,t){let r=e[t];if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} is required and must be a finite number`)}function sa(e){let t=e.trim();return!!(t.endsWith("=")||t.includes(":")&&t.length>30||/^[A-Za-z0-9+/]{40,}={0,2}$/.test(t))}function no(e,t){if(e===t)throw new Error("message_id and storage_key are identical \u2014 this is wrong. message_id should be the message ID (from RawBody.messageId), not the storage_key. Please check the RawBody JSON for the correct messageId field.");if(sa(e))throw new Error(`message_id="${e.substring(0,30)}\u2026" looks like a storage_key (contains ':' or ends with '='). message_id should be the message ID from RawBody.messageId, not the attachment storage_key. These are different values \u2014 check the RawBody JSON.`)}function aa(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number when provided`)}}function Sn(e,t,r){let n=r?.info??(()=>{}),o=r?.error??(()=>{});t({name:"wps_media_download",description:"Obtain a pre-signed download URL for a message attachment. DO NOT call this tool if the file is already downloaded locally (Body shows '[\u5DF2\u4E0B\u8F7D\u56FE\u7247/\u6587\u4EF6: ... path=...]') \u2014 use message(media=<path>) instead. Only use for attachments NOT pre-downloaded (Body shows '[\u9644\u4EF6\u672A\u4E0B\u8F7D]'). chat_id and message_id come from RawBody JSON (chatId / messageId fields). message_id and storage_key are DIFFERENT values \u2014 do NOT pass storage_key as message_id.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId). NOT the storage_key."},storage_key:{type:"string",description:"Resource storage key from the attachment."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=_e(s),c=ke(s,"message_id"),l=ke(s,"storage_key");no(c,l);let d=encodeURIComponent(a),u=encodeURIComponent(c),p=encodeURIComponent(l),f=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${u}/resources/${p}/download`});return bn(f)}catch(a){return ur(a)}}}),t({name:"wps_media_fetch_base64",description:"Fetch attachment bytes from WPS cloud and return base64. DO NOT call this tool if the file is already downloaded locally (Body shows '[\u5DF2\u4E0B\u8F7D\u56FE\u7247/\u6587\u4EF6: ... path=...]') \u2014 use message(media=<path>) instead. Only use this tool for attachments NOT pre-downloaded (Body shows '[\u9644\u4EF6\u672A\u4E0B\u8F7D]'). chat_id and message_id come from RawBody JSON (chatId / messageId fields). message_id and storage_key are DIFFERENT values \u2014 do NOT pass storage_key as message_id.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId). NOT the storage_key."},storage_key:{type:"string",description:"Resource storage key from the attachment."},max_bytes:{type:"number",description:"Optional max bytes limit for safety (default 5MB). If exceeded, tool returns an error."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=_e(s),c=ke(s,"message_id"),l=ke(s,"storage_key");no(c,l);let d=encodeURIComponent(a),u=encodeURIComponent(c),p=encodeURIComponent(l),f=aa(s,"max_bytes")??5*1024*1024;if(f<=0)throw new Error("max_bytes must be positive");n(`[tool:wps_media_fetch_base64] start: chatId=${a} msgId=${c} sk=${l.substring(0,20)}\u2026`);let m=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${u}/resources/${p}/download`}),g=bn(m),y=Hr(g),_=await fetch(y);if(!_.ok)throw new Error(`download url request failed: HTTP ${_.status}`);let h=Number(_.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>f)throw new Error(`attachment too large: ${h} bytes > max_bytes=${f}`);let w=_.headers.get("content-type")??"application/octet-stream",b=new Uint8Array(await _.arrayBuffer());if(b.byteLength>f)throw new Error(`attachment too large after download: ${b.byteLength} bytes > max_bytes=${f}`);let I=w.startsWith("image/")?Ze(Buffer.from(b)):null;return n(`[tool:wps_media_fetch_base64] ok: ${w} ${b.byteLength}B${I?` ${I.width}x${I.height}`:""}`),{chat_id:a,message_id:c,storage_key:l,mime_type:w,size:b.byteLength,base64:Buffer.from(b).toString("base64"),...I?{width:I.width,height:I.height}:{}}}catch(a){return o("[tool:wps_media_fetch_base64] error:",a),ur(a)}}}),t({name:"wps_media_upload",description:"Low-level Phase 1 upload (POST /v7/chats/resources/upload). Returns pre-signed URL + storage_key. The API requires a `checksum` of the file bytes (SHA256 lowercase hex). Prefer wps_media_upload_base64 which computes checksum and completes the PUT automatically.",parameters:{type:"object",properties:{file_name:{type:"string",description:"Original file name including extension."},file_size:{type:"number",description:"File size in bytes."},file_type:{type:"string",description:"MIME type or WPS file type discriminator as required by the API (e.g. image/png)."},checksum:{type:"string",description:"SHA256 lowercase hex digest of the entire file (must match the bytes you will PUT in phase 2 and file_size)."}},required:["file_name","file_size","file_type","checksum"]},async execute(i,s){try{let a=ke(s,"file_name"),c=oa(s,"file_size"),l=ke(s,"file_type"),d=ke(s,"checksum");if(c<0)throw new Error("file_size must be non-negative");let u=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:a,file_size:c,file_type:l,checksum:d}});return bn(u)}catch(a){return ur(a)}}}),t({name:"wps_media_upload_base64",description:`Upload a file to WPS and get a storage_key for sending as image/file message. Accepts base64-encoded file content. Internally performs: 1) POST metadata (includes SHA256 checksum of decoded bytes) to get pre-signed upload URL + storage_key, 2) PUT raw bytes to the pre-signed URL. Returns { storage_key, file_name, file_size, width?, height? }. For images, width and height are auto-detected from bytes. After getting storage_key, use wps_message_send with msg_type='image' and include width/height in the content: content='{"image":{"storage_key":"...","width":W,"height":H}}'.`,parameters:{type:"object",properties:{file_name:{type:"string",description:"File name with extension (e.g. photo.png)."},file_type:{type:"string",description:"MIME type (e.g. image/png, image/jpeg, application/pdf)."},base64:{type:"string",description:"Base64-encoded file content. For images previously fetched, pass the base64 from wps_media_fetch_base64 or from a local file read."}},required:["file_name","file_type","base64"]},async execute(i,s){try{let a=ke(s,"file_name"),c=ke(s,"file_type"),l=ke(s,"base64"),d=Buffer.from(l,"base64");n(`[tool:wps_media_upload_base64] start: ${a} ${c} ${d.byteLength}B`);let{storage_key:u,file_name:p,file_size:f}=await kn(e,a,c,d),m=c.startsWith("image/")?Ze(d):null;return n(`[tool:wps_media_upload_base64] ok: storage_key=${u.substring(0,20)}\u2026 ${p} ${f}B${m?` ${m.width}x${m.height}`:""}`),{storage_key:u,file_name:p,file_size:f,...m?{width:m.width,height:m.height}:{}}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),ur(a)}}})}Mt();var fa={Debug:0,Info:1,Warn:2,Error:3},yt=null;function lo(e){yt=e}function _a(){if(!yt)throw new Error("WPS plugin runtime not initialized");return yt}var fr=new Map;function ma(e,t){let r=t.chat?.id?.trim(),n=t.message?.sender?.id?.trim()??t.sender?.id?.trim();return!r||!n?null:`wps:${e}:${r}:${n}`}function ha(e,t){let n=(fr.get(e)??Promise.resolve()).then(t,t);fr.set(e,n),n.finally(()=>{fr.get(e)===n&&fr.delete(e)})}var mr="wps",so={id:E,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[E,mr,"wps365"],order:70};function Kt(e){let t=e.channels;if(t)return t[E]??t[mr]}function We(e){return Pr(Kt(e))}function ga(){let e=_r.join(la(),".openclaw","openclaw.json");if(!da(e))return null;try{let t=ca(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function xn(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(We(t)).length>0)return t;let r=yt?.config&&typeof yt.config=="object"?yt.config:null;if(r&&Object.keys(We(r)).length>0)return r;let n=ga();return n&&Object.keys(We(n)).length>0?n:t??r??n??{}}function oe(e){return er(Kt(e))}function me(e,t){let r=We(e);return r[t]??r[oe(e)]??r[Ue]}function ya(e,t=Ue){let r=me(e,t);return{accountId:t,enabled:r?.enabled!==!1,configured:!!be(r),config:r??{enabled:!1}}}function vn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function wa(e){return e.trim().length>0}var et=/AK\d{8}/i;function Gt(e,t){if(et.test(e))throw new Error(`to="${t}" contains a bot/app ID pattern ("${e}"). Omit the 'to' parameter to reply in the current conversation, or use 'chat:<RawBody.chatId>' (group) / 'user:<SenderId>' (DM).`)}function ao(e){let t=e;return t.startsWith("wps-xiezuo:")?t=t.slice(11):t.startsWith("wps:")&&(t=t.slice(4)),t=t.replace(/:acct:[^:]+$/,""),t}function po(e){if(e.startsWith("user:")){let t=e.slice(5),r=ao(t);return Gt(r,e),{type:"user",id:r}}if(e.startsWith("chat:")){let t=e.slice(5),r=ao(t);return Gt(r,e),{type:"chat",id:r}}if(e.startsWith("wps:")||e.startsWith("wps-xiezuo:")){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",id:t[1]};let r=e.match(/:p2p:([^:]+)/);if(r)return{type:"user",id:r[1]};let n=e.split(":");if(n.length===2){let a=n[1];return Gt(a,e),{type:"user",id:a}}let o=n[2]??n[1],s=n[3]??n[2]??n[n.length-1]??e;return Gt(s,e),{type:o==="group"?"chat":"user",id:s}}return Gt(e,e),{type:"user",id:e}}function uo(e){return e.match(/:acct:([^:]+)/)?.[1]}function co(e,t,r){let n=r??uo(t)??Ot()??oe(e),o=me(e,n),i=be(o);if(!i)throw new Error(`WPS credentials not configured for account "${n}"`);return i}async function Tn(e,t,r){let n=z(e),o=B(e.baseUrl,n),i=po(t);return{messageId:(await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:i.type,receiver_id:i.id},content:{text:{content:r,type:"markdown"}}}})).data?.message_id??""}}var En={id:E,meta:{...so,aliases:[...so.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${E}`,`channels.${mr}`]},configSchema:Si(Er),messaging:{normalizeTarget:e=>e.trim(),targetResolver:{hint:"WPS target: user_id or chat_id (obfuscated string, case-sensitive)",looksLikeId:e=>e.trim().length>0}},config:{listAccountIds:e=>{let t=xn(e),r=Object.keys(We(t));return r.length>0?r:[Ue]},resolveAccount:e=>{let t=xn(e);return ya(t,oe(t))},defaultAccountId:e=>{let t=xn(e);return oe(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[E]:{...Kt(e),accounts:{...We(e),[oe(e)]:{...me(e,oe(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},r={...t.channels},n=Kt(e);if(n){let o=oe(e),i={...We(e)};delete i[o],r[E]={...n,accounts:i}}else delete r[E],delete r[mr];return t.channels=Object.keys(r).length>0?r:void 0,t},isConfigured:(e,t)=>!!be(me(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e,accountId:t})=>{let r=e;return me(r,t??oe(r))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>vn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,r=oe(t),n=me(t,r);return{policy:n?.dmPolicy??"pairing",allowFrom:n?.allowFrom??[],policyPath:`channels.${E}.accounts.${r}.dmPolicy`,allowFromPath:`channels.${E}.accounts.${r}.allowFrom`,approveHint:xi(E),normalizeEntry:vn}},collectWarnings:({cfg:e})=>{let t=[],r=We(e);for(let[n,o]of Object.entries(r))o.dmPolicy==="open"&&t.push(`- WPS account '${n}' DMs are open to anyone. Set channels.${E}.accounts.${n}.dmPolicy="pairing" or "allowlist" for security.`),(o.groupPolicy??"allowlist")==="open"&&t.push(`- WPS account '${n}' groups: groupPolicy="open" allows any group to trigger. Set channels.${E}.accounts.${n}.groupPolicy="allowlist".`);return t}},pairing:{idLabel:"wpsUserId",normalizeAllowEntry:vn,notifyApproval:async({cfg:e,id:t,accountId:r})=>{let n=e,o=me(n,r??oe(n)),i=be(o);if(!i)throw new Error("WPS credentials not configured");await Tn(i,`user:${t}`,"Your pairing request has been approved. You can now chat with this bot.")}},groups:{resolveRequireMention:({cfg:e,groupId:t})=>{let r=e,n=me(r,oe(r));return!n?.groups||!t?!0:(n.groups[t]??n.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>_a().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let r=e?.trim()??"";if(r.startsWith("wps-xiezuo:")?r=r.slice(11):r.startsWith("wps:")&&(r=r.slice(4)),et.test(r)){let o=r.match(/:acct:([^:]+)/),i=o?.[1]?`:acct:${o[1]}`:"",s=r.match(/:p2p:([^:]+)/);if(s?.[1]&&!et.test(s[1]))return{ok:!0,to:`user:${s[1]}${i}`};let a=r.match(/:group:([^:]+)/);return a?.[1]&&!et.test(a[1])?{ok:!0,to:`chat:${a[1]}${i}`}:{ok:!1,error:new Error(`recipient is not a valid target (bot/app ID "${r}" from stale session)`)}}if(r&&wa(r))return{ok:!0,to:r};let n=t?.[0];return n?{ok:!0,to:String(n).trim()}:{ok:!1,error:new Error("WPS target is required (user_id or chat_id)")}},sendText:async({cfg:e,to:t,text:r,accountId:n})=>{let i=co(e,t,n??void 0);return Tn(i,t,r)},sendMedia:async({cfg:e,to:t,mediaUrl:r,mimeType:n,accountId:o})=>{let s=co(e,t,o??void 0),a=z(s),c=B(s.baseUrl,a),l=po(t),d=(r??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let u,p,f=(n??"").trim()||"application/octet-stream",m=null;if(In(d)){let h=await oo(d),w=_r.basename(d)||"attachment";if(u=/^[0-9a-f]{8}_/.test(w)?w.substring(9):w,!(n??"").trim()){let I=_r.extname(u).toLowerCase();f={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".bmp":"image/bmp",".pdf":"application/pdf",".html":"text/html",".htm":"text/html",".txt":"text/plain",".json":"application/json",".csv":"text/csv",".xml":"application/xml",".zip":"application/zip",".doc":"application/msword",".docx":"application/vnd.openxmlformats-officedocument.wordprocessingml.document",".xls":"application/vnd.ms-excel",".xlsx":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",".ppt":"application/vnd.ms-powerpoint",".pptx":"application/vnd.openxmlformats-officedocument.presentationml.presentation"}[I]??"application/octet-stream"}p=h.byteLength;let b=!1;if(io(d))try{let I=await oo(d+an,"utf8"),v=JSON.parse(I);v.v===1&&v.storage_key&&(d=v.storage_key,typeof v.width=="number"&&typeof v.height=="number"&&v.width>0&&v.height>0&&(m={width:v.width,height:v.height}),b=!0)}catch{}b||(d=(await kn(c,u,f,h)).storage_key),!m&&f.startsWith("image/")&&(m=Ze(h),console.log(`[${E}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${u}`))}let g=f.startsWith("image/"),y={type:"file",receiver:{type:l.type,receiver_id:l.id},content:{file:{type:"local",local:{storage_key:d,...u?{name:u}:{},...p!==void 0?{size:p}:{}}}}},_={type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,...f.startsWith("image/")?{type:f}:{},...u?{name:u}:{},...p!==void 0?{size:p}:{},...m?{width:m.width,height:m.height}:{}}}};if(g)try{return await c.request({method:"POST",path:"/v7/messages/create",body:_})}catch(h){let w=h instanceof Error?h.message:String(h);throw console.error(`[${E}] sendMedia image failed: ${w} storageKey=${d.substring(0,30)}\u2026 displayName=${u}`),h}try{return await c.request({method:"POST",path:"/v7/messages/create",body:y})}catch(h){let w=h instanceof Error?h.message:String(h);if(!(/\b400\b/.test(w)||/InvalidMessage|invalid.*file_type/i.test(w)))throw console.error(`[${E}] sendMedia file failed (non-retryable): ${w}`),h;console.log(`[${E}] sendMedia file rejected (400), retrying as image: ${w} displayName=${u}`);try{return await c.request({method:"POST",path:"/v7/messages/create",body:_})}catch(I){let v=I instanceof Error?I.message:String(I);throw console.error(`[${E}] sendMedia image fallback also failed: ${v} displayName=${u}`),I}}}},status:{defaultRuntime:{accountId:Ue,running:!1,lastStartAt:null,lastStopAt:null,lastError:null},collectStatusIssues:e=>e.flatMap(t=>{let r=[];return t.enabled&&!t.configured&&r.push({channel:E,accountId:t.accountId,kind:"config",message:"WPS credentials not configured (appId and appSecret required).",fix:`Set channels.${E}.accounts.${t.accountId}.appId and channels.${E}.accounts.${t.accountId}.appSecret.`}),r}),buildChannelSummary:({snapshot:e})=>({configured:e.configured??!1,running:e.running??!1,lastStartAt:e.lastStartAt??null,lastStopAt:e.lastStopAt??null,lastError:e.lastError??null,probe:e.probe,lastProbeAt:e.lastProbeAt??null}),probeAccount:async({account:e})=>{let t=be(e.config);if(!t)return{ok:!1,error:"Not configured"};try{return{ok:!0,token:(await z(t).getToken()).substring(0,8)+"..."}}catch(r){return{ok:!1,error:String(r)}}},buildAccountSnapshot:({account:e,runtime:t,probe:r})=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured,running:t?.running??!1,lastStartAt:t?.lastStartAt??null,lastStopAt:t?.lastStopAt??null,lastError:t?.lastError??null,lastInboundAt:t?.lastInboundAt??null,lastOutboundAt:t?.lastOutboundAt??null,dmPolicy:e.config.dmPolicy??"pairing",probe:r})},gateway:{startAccount:async e=>{let t=me(e.cfg,e.accountId);if(!t?.enabled){e.log?.info?.(`[${e.accountId}] WPS provider disabled`);return}let r=be(t);if(!r){e.log?.error?.(`[${e.accountId}] WPS credentials not configured`);return}let n=async()=>{},o=a=>{let c=ma(e.accountId,a),l=()=>tr(e.accountId,()=>wn({cfg:e.cfg,accountId:e.accountId,channelRuntime:e.channelRuntime??void 0,wpsCfg:t,creds:r,eventPayload:a,log:e.log})).catch(d=>e.log?.error?.("WPS inbound handler error:",d));c?ha(c,l):l()},i=!1;if(t.sdk?.enabled)try{let a=pa,c=ua,l=fa,u={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,p=new c().onV7AppChatMessageCreate(async y=>{try{let _=y.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${r.clientId}] message: chat_id=${_.chat.id}, message_id=${_.message.id}`);let h=Ai(_);o(h)}catch(_){e.log?.error?.("WPS SDK message handler error:",_)}}).onV7AppGroupChatMemberRobotCreate(async y=>{let _=y.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${_.chat_id}`),t.robotJoinGroupMessage!==void 0){let h=t.robotJoinGroupMessage||"\u4F60\u597D\uFF01\u6211\u662F AI \u52A9\u624B\uFF0C\u53EF\u4EE5\u5E2E\u52A9\u5927\u5BB6\u5904\u7406\u5404\u79CD\u95EE\u9898\u3002";try{let w=z(r);await B(r.baseUrl,w).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:_.chat_id},content:{text:{content:h,type:"markdown"}}}})}catch(w){e.log?.error?.("WPS welcome message failed:",w)}}}).onV7AppGroupChatMemberRobotDelete(async y=>{e.log?.info?.(`[WPS SDK] robot left group: chat_id=${y.parsedData.chat_id}`)}).registerFallbackFunc(y=>{let _=null;if(y.parsedData&&typeof y.parsedData=="object")_=y.parsedData;else if(typeof y.data=="string"&&y.data)try{_=JSON.parse(y.data)}catch{}let h=_?Object.keys(_).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${y.eventCode}, keys=${h}`),_&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(_).slice(0,500)}`),_){let w=typeof _.code=="string"?_.code:typeof _.authorization_code=="string"?_.authorization_code:void 0,b=typeof _.state=="string"?_.state:void 0;if(w){let I=typeof _.user_id=="string"?_.user_id:void 0;e.log?.info?.(`[WPS SDK] Auth code detected: eventCode=${y.eventCode}, code=${w.slice(0,8)}..., state=${b??"(none)"}, userId=${I??"(none)"}`),(async()=>{try{let{handleAuthEvent:v}=await Promise.resolve().then(()=>(pr(),gn));await v({code:w,state:b??"",creds:r,wpsCfg:t,log:e.log,userId:I,accountId:e.accountId})}catch(v){e.log?.error?.(`[WPS SDK] Auth event handling failed: ${String(v)}`)}})()}}}),f=new a($i({appId:r.clientId,appSecret:r.clientSecret,dispatcher:p,logLevel:u,endpoint:t.sdk.endpoint},t.sdk));f.start().catch(y=>{e.log?.error?.("WPS SDK client.run ended:",y)});let m=t.sdk.connectTimeoutMs??2e4,g=Date.now()+m;for(;Date.now()<g&&!f.isConnected();)await new Promise(y=>setTimeout(y,150));if(f.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let y=()=>f.stop();e.abortSignal.addEventListener("abort",y),n=async()=>{e.abortSignal.removeEventListener("abort",y),f.stop()}}else f.stop(),e.log?.warn?.(`[WPS SDK] connect timeout (${m}ms), falling back to Webhook`)}catch(a){e.log?.warn?.(`[WPS SDK] init failed: ${String(a)}, falling back to Webhook`)}if(!i){let a=await import("express"),c=(a.default||a)();c.use(a.json());let l=t.webhook?.port??3e3,d=t.webhook?.path??"/wps/webhook",u=t.enableEncryption!==!1;c.post(d,(f,m)=>{let g=Oi(f.body,{appId:r.clientId,appSecret:r.clientSecret},u,e.log);if("challenge"in g){m.status(200).json({challenge:g.challenge});return}if(!g.ok){let y=g.status??200;y===200?m.status(200).json({code:0,msg:"ok"}):m.status(y).json({code:-1,msg:g.error});return}m.status(200).json({code:0,msg:"ok"}),o(g.payload)});let p=c.listen(l,()=>{e.log?.info?.(`[${e.accountId}] WPS webhook listening on :${l}${d}`)});n=async()=>{p&&(p.close(),p=null)}}let s=i?"sdk":"webhook";e.setStatus({accountId:e.accountId,running:!0,lastStartAt:Date.now(),mode:s}),e.log?.info?.(`[${e.accountId}] WPS channel started (mode=${s})`);try{let a=z(r),c=B(r.baseUrl,a);rr(e.accountId,{client:c,log:e.log??null,wpsCfg:t,creds:r}),Wr(e.accountId,{appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl}),Fr(e.accountId);let l=er(Kt(e.cfg));e.accountId===l&&Or(e.accountId),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let u=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(r.clientId)}`,query:{lang:"zh-CN"}})).data?.scopes??[]).filter(p=>p.auth_types?.includes("delegated")).map(p=>({name:p.name??"",description:p.description??""})).filter(p=>p.name);Rt(e.accountId,u),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${u.map(p=>p.name).join(", ")||"(none)"}`)}catch(d){Rt(e.accountId,[]);let u=String(d);u.includes("invalid_scope")?e.log?.info?.(`[${e.accountId}] Delegated scopes unavailable (invalid_scope). OAuth \u6388\u6743\u5361\u7247\u80FD\u529B\u4E0D\u53EF\u7528\uFF0C\u4F46\u4E0D\u5F71\u54CD\u666E\u901A\u6D88\u606F\u6536\u53D1\u3002`):e.log?.warn?.(`[${e.accountId}] Failed to fetch delegated scopes: ${u}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return vi(e.abortSignal,n)}},onboarding:{channel:E,getStatus:async({cfg:e})=>{let t=e,r=me(t,oe(t)),n=!!be(r);return{channel:E,configured:n,statusLines:[`WPS: ${n?"configured":"needs appId and appSecret"}`],selectionHint:n?"configured":"needs credentials",quickstartScore:n?2:1}},configure:async({cfg:e})=>({cfg:e})},agentPrompt:{messageToolHints:()=>["- WPS targeting: omit `to` to reply in the current conversation (framework auto-routes to the correct chat/user). To send to a **different** conversation, use `message(action=send, to=chat:<chat_id>, message=...)`.","- To find a chat by name, use `wps_chat_find_by_name` first, then use the returned chat_id as `to=chat:<chat_id>`.","- AK-prefixed strings (e.g. AK12345678) are bot/app IDs \u2014 NEVER use them as chat_id, receiver_id, or `to` values.","- IMPORTANT: User-sent images/files are auto-downloaded to local paths (shown in the conversation body). To send back / forward / download for the user, use `message(action=send, media=<local_path>)`. NEVER call wps_media_fetch_base64 or wps_media_download for already-downloaded files \u2014 they will fail because the correct chat_id is NOT available as a top-level context field."]},actions:{describeMessageTool:()=>({actions:["send"]}),handleAction:e=>{let t=e.cfg,r=e.params.to??e.params.target??e.params.receiver_id,n=r&&typeof r=="string"?r.trim():"",o=uo(n),i=e.accountId||o||oe(t);return tr(i,async()=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let s=e.params.message??e.params.text??e.params.content,a=e.params.media,c=me(t,i),l=be(c);if(!l)throw new Error("WPS credentials not configured");let d=r&&typeof r=="string"&&r.trim()?r.trim():"";if(d.startsWith("wps-xiezuo:")?d=d.slice(11):d.startsWith("wps:")&&(d=d.slice(4)),et.test(d)){let p=d.match(/:acct:([^:]+)/),f=p?.[1]?`:acct:${p[1]}`:"",m=d.match(/:p2p:([^:]+)/);if(m?.[1]&&!et.test(m[1]))d=`user:${m[1]}${f}`;else{let g=d.match(/:group:([^:]+)/);if(g?.[1]&&!et.test(g[1]))d=`chat:${g[1]}${f}`;else{let y=un(i);if(y)d=y.isDirect?`user:${y.senderId}`:`chat:${y.chatId}`;else return console.warn(`[WPS handleAction] to="${r}" contains a bot/app ID pattern, no inbound context to auto-correct.`),{text:"\u53D1\u9001\u5931\u8D25\uFF1A\u76EE\u6807\u5730\u5740\u65E0\u6548\u3002\u8BF7\u7701\u7565 to \u53C2\u6570\u4EE5\u81EA\u52A8\u56DE\u590D\u5F53\u524D\u4F1A\u8BDD\uFF0C\u6216\u4F7F\u7528 chat:<chatId> / user:<userId> \u6307\u5B9A\u76EE\u6807\u3002"}}}}if(!d){let p=un(i);p&&(d=p.isDirect?`user:${p.senderId}`:`chat:${p.chatId}`)}if(a&&typeof a=="string"&&a.trim()){let p=a.trim();if(In(p)){if(!d)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await En.outbound.sendMedia({cfg:e.cfg,to:d,mediaUrl:p,mimeType:void 0}),{text:`Media sent (${_r.basename(p)||"attachment"})`}}}if(!d)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!s||typeof s!="string"||!s.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await Tn(l,d,s.trim())).messageId})`}})}}};Ne();function hr(e){return e.data??null}function gr(e){return{error:e instanceof Error?e.message:String(e)}}function ze(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Pn(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function ba(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function fo(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function Ia(e,t){if(e==="file"){let r=t.file;if(!r){let n=t.storage_key;if(n)return{file:{type:"local",local:{storage_key:n,...t.name?{name:t.name}:{},...t.size!==void 0?{size:t.size}:{}}}};throw new Error(`file content must contain a 'file' object. Required structure: {"file":{"type":"local","local":{"storage_key":"..."}}}`)}if(r.type||(r.type="local"),r.type==="local"&&!r.local){let n=r.storage_key;if(n)r.local={storage_key:n,...r.name?{name:r.name}:{},...r.size!==void 0?{size:r.size}:{}},delete r.storage_key,delete r.name,delete r.size;else throw new Error(`file.local is required for type='local'. Expected: {"file":{"type":"local","local":{"storage_key":"..."}}}`)}return t}if(e==="image"){if(!t.image){let n=t.storage_key;if(n)return{image:{storage_key:n,...typeof t.width=="number"?{width:t.width}:{},...typeof t.height=="number"?{height:t.height}:{}}};throw new Error(`image content must contain an 'image' object. Required structure: {"image":{"storage_key":"..."}}`)}return t}return t}function ka(e,t){if(e==="text"){try{let n=JSON.parse(t);if(n&&typeof n=="object"&&"text"in n)return{type:"text",content:n}}catch{}return{type:"text",content:{text:{content:t,type:"markdown"}}}}let r=fo(t);if(typeof r!="object"||r===null)throw new Error(`content for ${e} must be a JSON object (message content subtree)`);return e==="rich_text"?{type:"rich_text",content:r}:{type:"image",content:r}}function An(e,t){t({name:"wps_message_send",description:`Send a message to any WPS user or chat via OpenAPI. IMPORTANT: When the user asks to send a message to someone or to a chat/group, use THIS tool. If the user provides a chat name instead of an ID, call wps_chat_find_by_name first to resolve the chat_id, then call this tool with receiver_type='chat'. receiver_type: 'user' (for P2P/DM by user_id) or 'chat' (for group/chat by chat_id). receiver_id MUST be the real WPS chat id or user id (numeric/string id from the WPS API). For replies in the current conversation, read inbound RawBody JSON \`chatId\` and \`SenderId\`: use receiver_type='chat' + receiver_id=chatId when chatId is present, else receiver_type='user' + receiver_id=SenderId. NEVER use SessionKey segments after ':bot:' (often looks like AK\u2026) as receiver_id \u2014 that is a bot/app id, not a chat id, and causes invalid chatId / deMixValue errors. Text: msg_type='text', content='{"text":{"content":"hello","type":"markdown"}}'. Image: first call wps_media_upload_base64 for storage_key (it also returns width & height), then msg_type='image', content='{"image":{"storage_key":"...","width":W,"height":H}}'. File: first call wps_media_upload_base64 for storage_key, then msg_type='file', content='{"file":{"type":"local","local":{"storage_key":"...","name":"filename.ext"}}}'. CRITICAL: cloud documents (type=cloud) CANNOT be sent or forwarded via this API. To share a cloud doc with the user, use msg_type='text' and include the link URL in the text content. NEVER attempt to send cloud files with msg_type='file' or msg_type='image' \u2014 it will always fail.`,parameters:{type:"object",properties:{receiver_type:{type:"string",enum:["user","chat"],description:"Target kind: `user` opens or uses p2p with that user id; `chat` sends to a chat id."},receiver_id:{type:"string",description:"WPS user id or chat id from the API (not SessionKey `:bot:` segment). For the active thread, prefer RawBody `chatId` or user id."},msg_type:{type:"string",enum:["text","rich_text","image","file"],description:"WPS message type field sent as `type` in the API body."},content:{type:"string",description:"JSON string for the WPS message `content` object (structure depends on msg_type)."},mentions:{type:"array",description:"Optional mention list for group messages.",items:{type:"object",additionalProperties:!0}}},required:["receiver_type","receiver_id","msg_type","content"]},async execute(r,n){try{let o=ze(n,"receiver_type");if(o!=="user"&&o!=="chat")throw new Error("receiver_type must be 'user' or 'chat'");let i=ze(n,"receiver_id");if(i.startsWith("wps-xiezuo:")?i=i.slice(11):i.startsWith("wps:")&&(i=i.slice(4)),/AK\d{8}/i.test(i))throw new Error(`receiver_id="${n.receiver_id}" contains a bot/app ID pattern ("${i}"). Omit the 'to' parameter in the message tool to reply in the current conversation, or use receiver_type='user' with SenderId, or receiver_type='chat' with RawBody.chatId.`);if(i.includes(":"))throw new Error(`receiver_id="${n.receiver_id}" looks like a session key or compound ID, NOT a receiver ID. Use a bare numeric ID from RawBody.chatId (group) or SenderId (DM).`);let s=ze(n,"msg_type");if(!["text","rich_text","image","file"].includes(s))throw new Error("msg_type must be one of: text, rich_text, image, file");let a=ze(n,"content");if(a.length>5e3)throw new Error("content JSON string exceeds 5000 characters");let c=fo(a);if(typeof c!="object"||c===null)throw new Error("parsed content must be a JSON object");let l=s==="file"||s==="image"?Ia(s,c):c,d={type:s,receiver:{type:o,receiver_id:i},content:l},u=n.mentions;if(u!==void 0){if(!Array.isArray(u))throw new Error("mentions must be an array when provided");d.mentions=u}let p=await e.request({method:"POST",path:"/v7/messages/create",body:d});return hr(p)}catch(o){return gr(o)}}}),t({name:"wps_message_reply",description:"Reply to an existing message in a chat (POST /v7/chats/{chat_id}/messages/{message_id}/reply). Use this to reply in-thread to a specific message. For sending NEW messages (not replies), use wps_message_send instead. Supports msg_type text, rich_text, or image. For text, content can be plain text or JSON content object.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id to reply to (from RawBody.messageId)."},msg_type:{type:"string",enum:["text","rich_text","image"],description:"Reply payload type."},content:{type:"string",description:"For text: plain string or JSON string of `content`. For rich_text/image: JSON string of the `content` subtree."}},required:["chat_id","message_id","msg_type","content"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=encodeURIComponent(ze(n,"message_id")),s=ze(n,"msg_type");if(s!=="text"&&s!=="rich_text"&&s!=="image")throw new Error("msg_type must be text, rich_text, or image");let a=ze(n,"content"),c=ka(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return hr(l)}catch(o){return gr(o)}}}),t({name:"wps_message_list",description:"List messages in a chat (GET /v7/chats/{chat_id}/messages). page_size defaults to 50. `start_time` and `end_time` are Unix timestamps in **seconds** (converted to milliseconds for the API). Returns paginated message list; use page_token for next pages.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},start_time:{type:"number",description:"Optional inclusive range start (Unix seconds); sent as start_time query in ms."},end_time:{type:"number",description:"Optional inclusive range end (Unix seconds); sent as end_time query in ms."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination cursor from a previous response."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=Pn(n,"start_time"),s=Pn(n,"end_time"),a=Pn(n,"page_size")??50,c=ba(n,"page_token"),l={page_size:a};c!==void 0&&(l.page_token=c),i!==void 0&&(l.start_time=Math.trunc(i*1e3)),s!==void 0&&(l.end_time=Math.trunc(s*1e3));let d=await e.request({method:"GET",path:`/v7/chats/${o}/messages`,query:l});return hr(d)}catch(o){return gr(o)}}}),t({name:"wps_message_get",description:"Fetch a single message by id within a chat (GET /v7/chats/{chat_id}/messages/{message_id}).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."},message_id:{type:"string",description:"Message id (from RawBody.messageId)."}},required:["chat_id","message_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=encodeURIComponent(ze(n,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return hr(s)}catch(o){return gr(o)}}})}function _o(e){return e.data??null}function mo(e){return{error:e instanceof Error?e.message:String(e)}}function Sa(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function xa(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function va(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var Ta=["active"],Ea=["user_name","email","phone"],Pa=["company_user"],Aa=50;function On(e,t){t({name:"wps_user_get",description:"Get the current authenticated bot/app user profile (GET /v7/users/current). Returns fields such as id, user_name, avatar, and company_id when exposed by the API.",parameters:{type:"object",properties:{},required:[]},async execute(r,n){try{let o=await e.request({method:"GET",path:"/v7/users/current"});return _o(o)}catch(o){return mo(o)}}}),t({name:"wps_user_search",description:"Search company users by keyword (GET /v7/users/search). Always applies status=active, search_field=user_name+email+phone, and search_source=company_user. page_size defaults to 50 (WPS API requires this field). Returns a paginated user list; use page_token for next pages. If no results found, suggest the user refine the keyword or try email/phone.",parameters:{type:"object",properties:{keyword:{type:"string",description:"Search keyword (name, email fragment, phone, etc.)."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:["keyword"]},async execute(r,n){try{let o=Sa(n,"keyword"),i=xa(n,"page_size")??Aa,s=va(n,"page_token"),a={keyword:o,status:[...Ta],search_field:[...Ea],search_source:[...Pa],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return _o(c)}catch(o){return mo(o)}}})}function Ht(e){return e.data??null}function wt(e){return{error:e instanceof Error?e.message:String(e)}}function ho(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function go(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function $n(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var yo=50;function Oa(e,t){let r=e[t];if(!Array.isArray(r)||r.length===0)throw new Error(`${t} must be a non-empty array of user id strings`);let n=[];for(let o=0;o<r.length;o++){let i=r[o];if(typeof i!="string"||!i.trim())throw new Error(`${t}[${o}] must be a non-empty string`);n.push(i.trim())}return n}function Rn(e,t="user"){return{id:e,type:t}}var yr=null;async function $a(e){if(yr)return yr;let r=(await e.request({method:"GET",path:"/v7/users/current"})).data;if(!r||typeof r.id!="string"||!r.id.trim())throw new Error("Cannot retrieve current operator identity from /v7/users/current. Ensure the app has kso.user_base.read permission.");return yr={id:r.id.trim(),type:"user"},yr}function Cn(e,t){t({name:"wps_chat_create",description:"Create a p2p or group chat (POST /v7/chats/create). For P2P: provide exactly 2 user ids in member_ids (no auto-injection). For group: provide other member user ids; the current operator is auto-included and becomes owner. Requires kso.chat.readwrite permission.",parameters:{type:"object",properties:{type:{type:"string",enum:["p2p","group"],description:"Chat kind: p2p or group."},member_ids:{type:"array",items:{type:"string"},description:"For P2P: exactly 2 user ids. For group: other member ids (operator auto-included)."},name:{type:"string",description:"Group chat display name (only for group type)."}},required:["type","member_ids"]},async execute(r,n){try{let o=ho(n,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=Oa(n,"member_ids"),s,a={type:o};if(o==="group"){let l=await $a(e),d=new Set;s=[],d.add(l.id),s.push(Rn(l.id));for(let p of i)d.has(p)||(s.push(Rn(p)),d.add(p));a.owner_id=l.id;let u=$n(n,"name");u!==void 0&&u!==""&&(a.name=u)}else{let l=[...new Set(i)];if(l.length!==2)throw new Error(`P2P chat requires exactly 2 distinct user ids in member_ids. Got ${l.length} after dedup.`);s=l.map(d=>Rn(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return Ht(c)}catch(o){return wt(o)}}}),t({name:"wps_chat_list",description:"List chats for the current context (GET /v7/chats). page_size defaults to 50. Returns paginated chat list; use page_token for next pages.",parameters:{type:"object",properties:{page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:[]},async execute(r,n){try{let o=go(n,"page_size")??yo,i=$n(n,"page_token"),s={page_size:o};i!==void 0&&(s.page_token=i);let a=await e.request({method:"GET",path:"/v7/chats",query:s});return Ht(a)}catch(o){return wt(o)}}}),t({name:"wps_chat_get",description:"Get metadata for a single chat (GET /v7/chats/{chat_id}).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"OAPI chat id (from RawBody.chatId)."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return Ht(i)}catch(o){return wt(o)}}}),t({name:"wps_chat_members",description:"List members of a chat (GET /v7/chats/{chat_id}/members). page_size defaults to 50. Returns paginated member list; use page_token for next pages.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat session id."},page_size:{type:"number",description:"Page size (default 50, max 100)."},page_token:{type:"string",description:"Pagination token from a prior call."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=go(n,"page_size")??yo,s=$n(n,"page_token"),a={page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:`/v7/chats/${o}/members`,query:a});return Ht(c)}catch(o){return wt(o)}}}),t({name:"wps_chat_is_member",description:"Check whether the current operator is a member of the chat (GET /v7/chats/{chat_id}/members/is_in_chat).",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat session id."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(_e(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return Ht(i)}catch(o){return wt(o)}}}),t({name:"wps_chat_find_by_name",description:"Find a WPS chat/group by name. IMPORTANT: When the user says 'send message to <group name>' or '\u7ED9 <\u7FA4\u540D> \u53D1\u6D88\u606F', ALWAYS call this tool first to resolve the chat_id, then use wps_message_send with receiver_type='chat' and the resolved chat_id. Returns matching chats with owner info for disambiguation. If multiple matches, present the list to the user for selection.",parameters:{type:"object",properties:{keyword:{type:"string",description:"Chat name keyword to search for."}},required:["keyword"]},async execute(r,n){try{let o=ho(n,"keyword").toLowerCase(),i=[],s,a=!1;for(let l=0;l<10;l++){let d={page_size:100};s&&(d.page_token=s);let u=await e.request({method:"GET",path:"/v7/chats",query:d});for(let p of u.data?.items??[])p.chat_id&&p.name?.toLowerCase().includes(o)&&i.push({chat_id:p.chat_id,name:p.name,owner_id:p.owner_id});if(!u.data?.has_more)break;if(s=u.data?.page_token,!s){a=!0;break}}let c={};return a&&(c.warning="Results may be incomplete: pagination was truncated due to missing page_token."),i.length===0?{...c,found:!1,message:`No chats found matching "${o}"`}:i.length===1?{...c,found:!0,match:i[0]}:{...c,found:!0,multiple:!0,matches:i,hint:"Multiple matches found. Present the list to the user with chat name and owner info for selection."}}catch(o){return wt(o)}}})}ft();Ne();ar();pr();_n();function Ra(e){if(e)return e;let t=Ot();if(t)return t;let r=$r();if(r)return r;throw new Error("WPS accountId required: no explicit accountId, no ALS context, no default account set")}async function pe(e){let t=Ra(e.accountId),r=Ut(t,e.wpsUserId);if(r){let a=nr(t),c=Kr(a.baseUrl,r);return await e.run(c,t)}let n=`${t}:${e.wpsUserId}`;if(Ki(n))return{needsAuth:!0,message:e.needsAuthMessage};let o=Cr(t),i=nr(t),s=ve(t);try{await hn({accountId:t,creds:i,wpsCfg:o,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage}),Hi(n)}catch(a){s?.error?.(`[${e.logTag}] Failed to send auth card: ${String(a)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var wo=31*24*60*60*1e3,Ca=100,bo=200,Io=50,ko=100;function H(e){return{error:e instanceof Error?e.message:String(e)}}function A(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function x(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function bt(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function It(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function qa(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite number`);if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}function wr(e,t){let r=new Date(t.trim());if(Number.isNaN(r.getTime()))throw new Error(`${e} must be a valid RFC3339 / ISO 8601 datetime string`);return r}function kt(e){return e.toISOString()}function qn(e){let t=e.now??new Date,r,n,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(r=wr("start_time",e.startRfc),n=wr("end_time",e.endRfc)):o?(r=wr("start_time",e.startRfc),n=new Date(r.getTime()+14*86400*1e3)):i?(n=wr("end_time",e.endRfc),r=new Date(n.getTime()-14*86400*1e3)):(r=new Date(t.getTime()-86400*1e3),n=new Date(t.getTime()+14*86400*1e3)),n.getTime()<r.getTime())throw new Error("end_time must be >= start_time (RFC3339 range)");return n.getTime()-r.getTime()>wo&&(n=new Date(r.getTime()+wo)),{start:r,end:n}}function Da(e){let{start:t,end:r}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),n={start_time:kt(t),end_time:kt(r)},o=e.pageSize??30;return n.page_size=Math.max(1,Math.min(500,Math.trunc(o))),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function Ua(e){let{start:t,end:r}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:kt(t),end_time:kt(r)}}function Na(e){let t={},r=e.pageSize??30;if(t.page_size=Math.max(1,Math.min(500,Math.trunc(r))),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.withCancelled===!0&&(t.with_cancelled=!0),e.syncToken!==void 0&&e.syncToken.trim()!==""&&(t.sync_token=e.syncToken.trim()),e.anchorTime!==void 0&&e.anchorTime.trim()!==""&&(t.anchor_time=e.anchorTime.trim()),t.sync_token)return t;let{start:n,end:o}=qn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=kt(n),t.end_time=kt(o),t}function ja(e){let t=new Date(e.trim());if(Number.isNaN(t.getTime()))throw new Error("start_time must be a valid ISO 8601 datetime");return t.setTime(t.getTime()+60*60*1e3),t.toISOString()}function Pe(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function Ma(e,t){return`${Pe(e,t)}/respond`}function Dn(e,t){return`${Pe(e,t)}/attendees`}function Wa(e,t){return`${Dn(e,t)}/batch_create`}function za(e,t){return`${Dn(e,t)}/batch_delete`}function La(e,t){return`${Pe(e,t)}/meeting_rooms`}function Ba(e,t){return`${Pe(e,t)}/meeting_rooms/batch_create`}function Fa(e,t){return`${Pe(e,t)}/meeting_rooms/batch_delete`}function So(e){if(!Array.isArray(e)||e.length===0)throw new Error("room_ids is required and must be a non-empty array");let t=e.map((r,n)=>{if(typeof r!="string")throw new Error(`room_ids[${n}] must be a string`);let o=r.trim();if(!o)throw new Error(`room_ids[${n}] must be non-empty`);return o});if(t.length>ko)throw new Error(`room_ids length must be <= ${ko}`);return{room_ids:t}}function Ga(e){let t=e.pageSize??30,n={page_size:Math.max(1,Math.min(Ca,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function Le(e){let t=x(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}async function Y(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u65E5\u7A0B\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"calendar",run:r})}catch(n){return H(n)}}function Un(e,t){t({name:"wps_calendar_create",description:"Create a calendar event for the current user via WPS OpenAPI. Requires user OAuth authorization. If the user has not authorized, an authorization card will be sent automatically. IMPORTANT: Use the SenderId from the current conversation context as wps_user_id. Do NOT call wps_user_search or wps_user_get to look up the user. If end_time is omitted, it defaults to start_time + 1 hour (computed as UTC ISO).",parameters:{type:"object",properties:{summary:{type:"string",description:"Event title."},start_time:{type:"string",description:"Start time in ISO 8601 with timezone (e.g. '2026-04-22T14:00:00+08:00')."},end_time:{type:"string",description:"End time in ISO 8601 with timezone. Omit to default to start_time + 1 hour."},description:{type:"string",description:"Optional event description."},location:{type:"string",description:"Optional event location."},wps_user_id:{type:"string",description:"WPS user ID. Use SenderId from the conversation context. Do NOT call wps_user_search or wps_user_get for this."}},required:["summary","start_time"]},async execute(o,i){try{let s=A(i,"summary"),a=A(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():ja(a),d=x(i,"description"),u=x(i,"location"),p=x(i,"wps_user_id")??"";return p?await Y(p,s,async f=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),u&&(m.locations=[{name:u}]);let g=await f.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return g.data??g}):H(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return H(s)}}}),t({name:"wps_calendar_list_events",description:"List calendar events on the user's primary calendar: GET `/v7/calendars/primary/events` (same as `/v7/calendars/{calendar_id}/events` with calendar_id `primary`). Official doc: https://365.kdocs.cn/3rd/open/documents/app-integration-dev/wps365/server/calendar/calendar-event/get-calendar-event-list Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Time range: `start_time` and `end_time` query params are **RFC3339 / ISO8601 strings** (not Unix seconds). If both are omitted, defaults to about last 24 hours through next 14 days, clamped to max 31-day span per API. If `sync_token` is set, incremental sync mode: only sync_token/page_token/page_size/with_cancelled are sent (no automatic time window). Optional: anchor_time (RFC3339), with_cancelled (boolean).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},start_time:{type:"string",description:"Optional range start (RFC3339 / ISO8601). Must be used with end_time for explicit window, or omit both for defaults."},end_time:{type:"string",description:"Optional range end (RFC3339 / ISO8601). API allows 0\u201331 days between start and end; longer ranges are truncated."},page_size:{type:"number",description:"Page size (default 30 per API doc, max 500 client-side cap)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},with_cancelled:{type:"boolean",description:"Include cancelled events (per API)."},sync_token:{type:"string",description:"Incremental sync token from data.next_sync_token; when set, time range is not auto-filled."},anchor_time:{type:"string",description:"Anchor time RFC3339 for incremental sync (per API)."}},required:["wps_user_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=bt(i,"page_size"),d=x(i,"page_token"),u=It(i,"with_cancelled"),p=x(i,"sync_token"),f=x(i,"anchor_time");return await Y(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let g=Na({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:u,syncToken:p,anchorTime:f}),y=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:g});return y.data??y})}catch(s){return H(s)}}}),t({name:"wps_calendar_get_event",description:"Get **one** calendar event by id (official \u67E5\u8BE2\u65E5\u7A0B): GET `/v7/calendars/{calendar_id}/events/{event_id}`. Response `data` is a single event object (summary, recurrence, online_meeting, etc.), not `items[]`. Requires `event_id` from `wps_calendar_list_events` (or equivalent). Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`). Optional header `X-Kso-Id-Type`: pass `x_kso_id_type` as `internal` or `external` per API.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from the calendar event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type` header: `internal` or `external` (per WPS API).",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary";return await Y(s,"\u67E5\u8BE2\u65E5\u7A0B\u8BE6\u60C5",async l=>{let d=await l.request({method:"GET",path:Pe(c,a),headers:Le(i)});return d.data??d})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_attendees",description:"List attendees for one calendar event (official \u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868): GET `/v7/calendars/{calendar_id}/events/{event_id}/attendees`. Response `data` typically has `items[]` and optional `next_page_token`. Requires `event_id` from `wps_calendar_list_events` or `wps_calendar_get_event`. Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`). Query: optional `page_size` (default 30, max 100 per API), `page_token` from `data.next_page_token`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from the calendar event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},page_size:{type:"number",description:"Page size (default 30; API max 100)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=bt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async u=>{let p=Ga({pageSize:l,pageToken:d}),f=await u.request({method:"GET",path:Dn(c,a),query:p,headers:Le(i)});return f.data??f})}catch(s){return H(s)}}}),t({name:"wps_calendar_add_event_attendees",description:"Batch add attendees to one event (official \u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005): POST `/v7/calendars/{calendar_id}/events/{event_id}/attendees/batch_create`. Requires delegated OAuth (same as `wps_calendar_create`). Body requires `attendees` array (max 200 per request; total attendees per event max 1000). Each attendee item typically includes `type`, `user_id` or `third_party_email`, optional `is_optional` and `response_status`. Optional `is_notification` controls whether attendees receive invitation notifications (default true). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` maps to `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},attendees:{type:"array",description:"Attendees to add in batch (required, max 200 per request). Each item supports fields like { type, user_id, third_party_email, is_optional, response_status }.",items:{type:"object",properties:{type:{type:"string"},user_id:{type:"string"},third_party_email:{type:"string"},is_optional:{type:"boolean"},response_status:{type:"string"}}}},is_notification:{type:"boolean",description:"Whether to notify added attendees (default true)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","attendees"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=It(i,"is_notification"),d=i.attendees;if(!Array.isArray(d)||d.length===0)throw new Error("attendees is required and must be a non-empty array");if(d.length>bo)throw new Error(`attendees length must be <= ${bo}`);let u=d.map((p,f)=>{if(typeof p!="object"||p===null||Array.isArray(p))throw new Error(`attendees[${f}] must be an object`);let m=p,g={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${f}].type must be a non-empty string when provided`);g.type=m.type.trim()}if(m.user_id!==void 0){if(typeof m.user_id!="string"||!m.user_id.trim())throw new Error(`attendees[${f}].user_id must be a non-empty string when provided`);g.user_id=m.user_id.trim()}if(m.third_party_email!==void 0){if(typeof m.third_party_email!="string"||!m.third_party_email.trim())throw new Error(`attendees[${f}].third_party_email must be a non-empty string when provided`);g.third_party_email=m.third_party_email.trim()}if(m.is_optional!==void 0){if(typeof m.is_optional!="boolean")throw new Error(`attendees[${f}].is_optional must be a boolean when provided`);g.is_optional=m.is_optional}if(m.response_status!==void 0){if(typeof m.response_status!="string"||!m.response_status.trim())throw new Error(`attendees[${f}].response_status must be a non-empty string when provided`);g.response_status=m.response_status.trim()}if(Object.keys(g).length===0)throw new Error(`attendees[${f}] must contain at least one valid field`);return g});return await Y(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async p=>{let f={attendees:u};l!==void 0&&(f.is_notification=l);let m=await p.request({method:"POST",path:Wa(c,a),body:f,headers:Le(i)});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_meeting_rooms",description:"List meeting rooms bound to one calendar event (\u83B7\u53D6\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4\u5217\u8868): GET `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms`. Requires delegated OAuth **`kso.calendar_events.read`** (or `readwrite`) and `event_id`. Optional `calendar_id` (default `primary`). Response `data.items[]` commonly includes room/book fields like `room_id`, `name`, `booking_id`, `result`, `fail_reason`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary";return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u4F1A\u8BAE\u5BA4\u5217\u8868",async l=>{let d=await l.request({method:"GET",path:La(c,a),headers:Le(i)});return d.data??d})}catch(s){return H(s)}}}),t({name:"wps_calendar_event_meeting_rooms_batch_create",description:"Batch add meeting rooms to one calendar event (\u6279\u91CF\u6DFB\u52A0\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4): POST `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms/batch_create`. Requires delegated OAuth **`kso.calendar_events.readwrite`** (per API). Use SenderId as wps_user_id. Required: `event_id`, non-empty **`room_ids`** (string array; room ids from `wps_meeting_rooms_list` / search / get). Optional `calendar_id` (default `primary`). Response `data.items[]` may include `room_id`, `name`, `result`, `booking_id`, `fail_reason`. Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},room_ids:{type:"array",description:"Meeting room ids to attach to this event (non-empty; max 100 per request).",items:{type:"string"}},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","room_ids"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=i.room_ids;if(!Array.isArray(l))throw new Error("room_ids is required and must be an array");let d=So(l);return await Y(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async u=>{let p=await u.request({method:"POST",path:Ba(c,a),body:d,headers:Le(i)});return p.data??p})}catch(s){return H(s)}}}),t({name:"wps_calendar_event_meeting_rooms_batch_delete",description:"Batch delete meeting rooms from one calendar event (\u6279\u91CF\u5220\u9664\u67D0\u4E2A\u65E5\u7A0B\u7684\u4F1A\u8BAE\u5BA4): POST `/v7/calendars/{calendar_id}/events/{event_id}/meeting_rooms/batch_delete`. Requires delegated OAuth **`kso.calendar_events.readwrite`**. Use SenderId as wps_user_id. Required: `event_id`, non-empty **`room_ids`** (meeting room ids bound to this event). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list / search / get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},room_ids:{type:"array",description:"Meeting room ids to remove from this event (non-empty; max 100 per request).",items:{type:"string"}},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","room_ids"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=i.room_ids;if(!Array.isArray(l))throw new Error("room_ids is required and must be an array");let d=So(l);return await Y(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async u=>{let p=await u.request({method:"POST",path:Fa(c,a),body:d,headers:Le(i)});return p.data??p})}catch(s){return H(s)}}}),t({name:"wps_calendar_delete_event_attendees",description:"Batch delete attendees from one event (official \u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005): POST `/v7/calendars/{calendar_id}/events/{event_id}/attendees/batch_delete`. Requires delegated OAuth (same as `wps_calendar_create`). Body requires `attendees` array and supports optional `attendee_ids` array. Per API, `attendee_ids.length + attendees.length` must be <= 50 in one request. Optional `is_notification` controls whether removed attendees receive notification (default true). Optional `calendar_id` (default `primary`). Optional `x_kso_id_type` maps to `X-Kso-Id-Type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from event list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},attendee_ids:{type:"array",description:"Optional attendee id list. Combined count with `attendees` must be <= 50.",items:{type:"string"}},attendees:{type:"array",description:"Attendees payload to remove (required). Combined count with `attendee_ids` must be <= 50. Each item supports fields like { type, user_id, third_party_email }.",items:{type:"object",properties:{type:{type:"string"},user_id:{type:"string"},third_party_email:{type:"string"}}}},is_notification:{type:"boolean",description:"Whether to notify removed attendees (default true)."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type`: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","event_id","attendees"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=It(i,"is_notification"),d=i.attendee_ids,u;if(d!==void 0){if(!Array.isArray(d))throw new Error("attendee_ids must be an array of strings when provided");u=d.map((g,y)=>{if(typeof g!="string"||!g.trim())throw new Error(`attendee_ids[${y}] must be a non-empty string`);return g.trim()})}let p=i.attendees;if(!Array.isArray(p)||p.length===0)throw new Error("attendees is required and must be a non-empty array");let f=p.map((g,y)=>{if(typeof g!="object"||g===null||Array.isArray(g))throw new Error(`attendees[${y}] must be an object`);let _=g,h={};if(_.type!==void 0){if(typeof _.type!="string"||!_.type.trim())throw new Error(`attendees[${y}].type must be a non-empty string when provided`);h.type=_.type.trim()}if(_.user_id!==void 0){if(typeof _.user_id!="string"||!_.user_id.trim())throw new Error(`attendees[${y}].user_id must be a non-empty string when provided`);h.user_id=_.user_id.trim()}if(_.third_party_email!==void 0){if(typeof _.third_party_email!="string"||!_.third_party_email.trim())throw new Error(`attendees[${y}].third_party_email must be a non-empty string when provided`);h.third_party_email=_.third_party_email.trim()}if(Object.keys(h).length===0)throw new Error(`attendees[${y}] must contain at least one valid field`);return h});if((u?.length??0)+f.length>Io)throw new Error(`attendee_ids.length + attendees.length must be <= ${Io}`);return await Y(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async g=>{let y={attendees:f};u&&u.length>0&&(y.attendee_ids=u),l!==void 0&&(y.is_notification=l);let _=await g.request({method:"POST",path:za(c,a),body:y,headers:Le(i)});return _.data??_})}catch(s){return H(s)}}}),t({name:"wps_calendar_respond_invitation",description:"Reply to a calendar invitation (official \u7B54\u590D\u65E5\u7A0B\u9080\u8BF7): POST `/v7/calendars/{calendar_id}/events/{event_id}/respond`. Requires delegated OAuth (same as `wps_calendar_create`). Body per API: `mod_type` (`normal` = non-recurring reply, `one` = one occurrence of recurring, `all` = entire series), `response_status` (`accepted` | `declined` | `tentative`), `which_day_time` = **start time in milliseconds** (Unix ms) for the occurrence being answered. Use `event_id` from `wps_calendar_list_events` / `wps_calendar_get_event`; for recurring series pick `which_day_time` from instance or event `start_time`. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Calendar event id (from event list or get-event API)."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},mod_type:{type:"string",description:"Reply scope per WPS API.",enum:["normal","one","all"]},response_status:{type:"string",description:"Invitation response.",enum:["accepted","declined","tentative"]},which_day_time:{type:"number",description:"Schedule start time as **milliseconds since Unix epoch** (per API `which_day_time`). Use the occurrence start from list/get/event_instances."}},required:["wps_user_id","event_id","mod_type","response_status","which_day_time"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=A(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=A(i,"response_status");if(d!=="accepted"&&d!=="declined"&&d!=="tentative")throw new Error("response_status must be accepted, declined, or tentative");let u=Math.trunc(qa(i,"which_day_time"));return await Y(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async p=>{let f=await p.request({method:"POST",path:Ma(c,a),body:{mod_type:l,response_status:d,which_day_time:u}});return f.data??f})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_calendar_event_instances",description:"List expanded **calendar-level** event instances (all occurrences in a time window): GET `/v7/calendars/{calendar_id}/event_instances` (use `calendar_id=primary` for main calendar). Same delegated Bearer auth as `wps_calendar_create`. Query: RFC3339 `start_time` / `end_time` (0\u201331 days), optional `page_size` (default 30), `page_token`. Use when you need many instances across the calendar without a specific `event_id`. To expand **one** recurring event by id, use `wps_calendar_list_event_instances` instead.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},calendar_id:{type:"string",description:"Calendar id or the literal `primary` (default)."},start_time:{type:"string",description:"Optional range start (RFC3339). Omit both for default window."},end_time:{type:"string",description:"Optional range end (RFC3339). Max 31-day span; longer truncated."},page_size:{type:"number",description:"Page size (default 30, max 500)."},page_token:{type:"string",description:"Pagination cursor if returned by API."}},required:["wps_user_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=bt(i,"page_size"),u=x(i,"page_token");return await Y(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async p=>{let f=Da({startRfc:c,endRfc:l,pageSize:d,pageToken:u}),m=await p.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:f});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_list_event_instances",description:"Query **instances of one calendar event** (expand a recurring series for that event id): GET `/v7/calendars/{calendar_id}/events/{event_id}/event_instances` per WPS365 doc. Requires `event_id` from `wps_calendar_list_events` (or equivalent). Optional query: `start_time` / `end_time` **RFC3339** strings; range 0\u201331 days (truncated if longer); omit both for default window. Same delegated Bearer auth as `wps_calendar_create`. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Calendar event id from the event list API."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},start_time:{type:"string",description:"Optional query range start (RFC3339). Used with end_time; omit both for defaults."},end_time:{type:"string",description:"Optional query range end (RFC3339)."}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"start_time"),d=x(i,"end_time");return await Y(s,"\u67E5\u8BE2\u5355\u6761\u65E5\u7A0B\u5B9E\u4F8B",async u=>{let p=Ua({startRfc:l,endRfc:d}),f=await u.request({method:"GET",path:`${Pe(c,a)}/event_instances`,query:p});return f.data??f})}catch(s){return H(s)}}});let r=100,n=500;t({name:"wps_calendar_search_events",description:"Search calendar events by keyword (official \u641C\u7D22\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/search`. Searches event titles, descriptions, and notes. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Body: `keyword` (required, 1-100 chars), optional `page_size` (default 200, max 500), optional `page_token`. Response: `data.items[]` (event list) and optional `data.next_page_token`. Optional `calendar_id` (default `primary`). Optional header `X-Kso-Id-Type`: pass `x_kso_id_type` as `internal` or `external` per API.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Search keyword (1-100 chars). Matches event title, description, notes."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},page_size:{type:"number",description:"Page size (default 200 per API, max 500)."},page_token:{type:"string",description:"Pagination cursor from data.next_page_token."},x_kso_id_type:{type:"string",description:"Optional. When set, sent as `X-Kso-Id-Type` header: `internal` or `external`.",enum:["internal","external"]}},required:["wps_user_id","keyword"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"keyword");if(a.length>r)throw new Error(`keyword must be at most ${r} characters`);let c=x(i,"calendar_id")??"primary",l=bt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u641C\u7D22\u65E5\u7A0B",async u=>{let p={keyword:a},f=l??200;p.page_size=Math.max(1,Math.min(n,Math.trunc(f))),d!==void 0&&d.trim()!==""&&(p.page_token=d.trim());let m=await u.request({method:"POST",path:`/v7/calendars/${encodeURIComponent(c)}/events/search`,body:p,headers:Le(i)});return m.data??m})}catch(s){return H(s)}}}),t({name:"wps_calendar_update_event",description:"Update (modify) a calendar event (official \u4FEE\u6539\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/{event_id}/update`. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. All body fields are optional \u2014 only pass what needs to change. For recurring events: set `mod_type` to `one` (single occurrence, requires `which_day_time` in ms) or `all` (entire series). Set `is_notification` to false to suppress attendee notifications. Set `online_meeting` to null to clear the meeting. Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from calendar event list or search."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},summary:{type:"string",description:"New event title."},description:{type:"string",description:"New event description / notes."},start_time:{type:"string",description:"New start time in ISO 8601 with timezone (e.g. '2026-05-10T14:00:00+08:00')."},end_time:{type:"string",description:"New end time in ISO 8601 with timezone."},location:{type:"string",description:"New event location (API supports max 1 location)."},free_busy_status:{type:"string",description:"Busy/free status during the event.",enum:["busy","free"]},visibility:{type:"string",description:"Event visibility scope.",enum:["default","public","private"]},attendee_ability:{type:"string",description:"Attendee permission level.",enum:["can_see_others","can_invite_others"]},mod_type:{type:"string",description:"For recurring events only: `one` = edit single occurrence (requires which_day_time), `all` = edit entire series.",enum:["one","all"]},which_day_time:{type:"number",description:"When mod_type=one, the start time of the occurrence to modify in **milliseconds** (Unix epoch ms)."},is_notification:{type:"boolean",description:"Whether to notify attendees about the update (default true)."},is_reinvition:{type:"boolean",description:"When true and time/recurrence changes, reset all attendees to not-accepted (default true)."},reminders:{type:"array",description:"Reminder list (max 10). Each item: { minutes: number }.",items:{type:"object",properties:{minutes:{type:"number"}},required:["minutes"]}}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"mod_type");if(l!==void 0&&l!=="one"&&l!=="all")throw new Error("mod_type must be one or all when provided");let d=bt(i,"which_day_time");if(l==="one"&&d==null)throw new Error("which_day_time (ms) is required when mod_type is one");let u=x(i,"free_busy_status");if(u!==void 0&&u!=="busy"&&u!=="free")throw new Error("free_busy_status must be busy or free");let p=x(i,"visibility");if(p!==void 0&&p!=="default"&&p!=="public"&&p!=="private")throw new Error("visibility must be default, public, or private");let f=x(i,"attendee_ability");if(f!==void 0&&f!=="can_see_others"&&f!=="can_invite_others")throw new Error("attendee_ability must be can_see_others or can_invite_others");return await Y(s,"\u4FEE\u6539\u65E5\u7A0B",async m=>{let g={},y=x(i,"summary");y!==void 0&&(g.summary=y);let _=x(i,"description");_!==void 0&&(g.description=_);let h=x(i,"start_time");h!==void 0&&(g.start_time={datetime:h});let w=x(i,"end_time");w!==void 0&&(g.end_time={datetime:w});let b=x(i,"location");b!==void 0&&(g.locations=[{name:b}]),u!==void 0&&(g.free_busy_status=u),p!==void 0&&(g.visibility=p),f!==void 0&&(g.attendee_ability=f),l!==void 0&&(g.mod_type=l),d!==void 0&&(g.which_day_time=Math.trunc(d));let I=It(i,"is_notification");I!==void 0&&(g.is_notification=I);let v=It(i,"is_reinvition");v!==void 0&&(g.is_reinvition=v);let N=i.reminders;Array.isArray(N)&&(g.reminders=N.slice(0,10).map(F=>{let j=F;return{minutes:typeof j.minutes=="number"?Math.trunc(j.minutes):0}}));let J=await m.request({method:"POST",path:`${Pe(c,a)}/update`,body:g});return J.data??J})}catch(s){return H(s)}}}),t({name:"wps_calendar_delete_event",description:"Delete a calendar event (official \u5220\u9664\u65E5\u7A0B): POST `/v7/calendars/{calendar_id}/events/{event_id}/delete`. Requires user delegated OAuth (same as wps_calendar_create). Use SenderId as wps_user_id. Optional body: `is_notification` (default true). For recurring events: set `mod_type` to `one` (delete one occurrence, requires `which_day_time` in ms) or `all` (delete entire series). Optional `calendar_id` (default `primary`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},event_id:{type:"string",description:"Event id from calendar list/search/get-event APIs."},calendar_id:{type:"string",description:"Calendar id or `primary` (default)."},is_notification:{type:"boolean",description:"Whether to notify attendees about deletion (default true)."},mod_type:{type:"string",description:"For recurring events only: `one` (single occurrence, requires which_day_time) or `all` (entire series).",enum:["one","all"]},which_day_time:{type:"number",description:"When mod_type=one, the start time of occurrence to delete in milliseconds."}},required:["wps_user_id","event_id"]},async execute(o,i){try{let s=A(i,"wps_user_id"),a=A(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"mod_type");if(l!==void 0&&l!=="one"&&l!=="all")throw new Error("mod_type must be one or all when provided");let d=bt(i,"which_day_time");if(l==="one"&&d===void 0)throw new Error("which_day_time (ms) is required when mod_type is one");let u=It(i,"is_notification");return await Y(s,"\u5220\u9664\u65E5\u7A0B",async p=>{let f={};u!==void 0&&(f.is_notification=u),l!==void 0&&(f.mod_type=l),d!==void 0&&(f.which_day_time=Math.trunc(d));let m=await p.request({method:"POST",path:`${Pe(c,a)}/delete`,body:f});return m.data??m})}catch(s){return H(s)}}})}var Ka="/v7/todo/personal_tasks",Ha="/v7/todo/personal_tasks/batch_get";function br(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function Ja(e){return`${br(e.trim())}/update`}function Xa(e){return`${br(e.trim())}/update_status`}var xo=100,Va=20,Za=50;function xt(e){return{error:e instanceof Error?e.message:String(e)}}function Ae(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Q(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function tt(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function Ya(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);let n=r.map(o=>String(o).trim()).filter(Boolean);return n.length>0?n:void 0}function Qa(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of objects with name and value`);let n=[];for(let o of r){if(typeof o!="object"||o===null)continue;let i=o;typeof i.name!="string"||typeof i.value!="string"||n.push({name:i.name.trim(),value:i.value})}return n.length>0?n:void 0}function ed(e,t){let r=Q(e,t);if(!(r===void 0||r.trim()===""))try{let n=JSON.parse(r);if(typeof n!="object"||n===null||Array.isArray(n))throw new Error(`${t} must be a JSON object`);return n}catch(n){throw n instanceof SyntaxError?new Error(`${t} must be valid JSON`):n}}function St(e){let t=Q(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function td(e){let t=e.titleSubject.trim();if(!t)throw new Error("title_subject must be non-empty");let r={subject:t};e.titlePrefix!==void 0&&e.titlePrefix.trim()!==""&&(r.prefix=e.titlePrefix.trim());let n={title:r};if(e.description!==void 0&&e.description.trim()!==""&&(n.description=e.description.trim()),e.dueTimeMs!==void 0){if(!Number.isFinite(e.dueTimeMs))throw new Error("due_time_ms must be a finite number");n.due_time=Math.trunc(e.dueTimeMs)}if((e.status==="todo"||e.status==="finish")&&(n.status=e.status),e.executors!==void 0&&e.executors.length>0){if(e.executors.length>xo)throw new Error(`executors must have at most ${xo} entries`);n.executors=[...e.executors]}return n}function rd(e){let t={};if(e.keyword!==void 0&&e.keyword.trim()!==""&&(t.keyword=e.keyword.trim().slice(0,50)),e.executor!==void 0&&e.executor.trim()!==""&&(t.executor=e.executor.trim()),(e.status==="todo"||e.status==="finish")&&(t.status=e.status),e.pageSize!==void 0){let r=e.pageSize;t.page_size=Math.max(1,Math.min(Za,Math.trunc(r)))}else t.page_size=Va;if(e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.createdTimeStartMs!==void 0||e.createdTimeEndMs!==void 0){let r={};e.createdTimeStartMs!==void 0&&Number.isFinite(e.createdTimeStartMs)&&(r.start_time=Math.trunc(e.createdTimeStartMs)),e.createdTimeEndMs!==void 0&&Number.isFinite(e.createdTimeEndMs)&&(r.end_time=Math.trunc(e.createdTimeEndMs)),Object.keys(r).length>0&&(t.created_time=r)}if(e.dueTimeStartMs!==void 0||e.dueTimeEndMs!==void 0){let r={};e.dueTimeStartMs!==void 0&&Number.isFinite(e.dueTimeStartMs)&&(r.start_time=Math.trunc(e.dueTimeStartMs)),e.dueTimeEndMs!==void 0&&Number.isFinite(e.dueTimeEndMs)&&(r.end_time=Math.trunc(e.dueTimeEndMs)),Object.keys(r).length>0&&(t.due_time=r)}return t}function nd(e){let t={},r=e.titleSubject?.trim()??"",n=e.titlePrefix?.trim()??"";if(r!==""||n!==""){let o={};r!==""&&(o.subject=r),n!==""&&(o.prefix=n),t.title=o}if(e.description!==void 0&&e.description.trim()!==""&&(t.description=e.description.trim()),e.dueTimeMs!==void 0){if(!Number.isFinite(e.dueTimeMs))throw new Error("due_time_ms must be a finite number");t.due_time=Math.trunc(e.dueTimeMs)}if(e.extAttrs!==void 0&&e.extAttrs.length>0&&(t.ext_attrs=e.extAttrs.map(o=>({name:o.name,value:o.value}))),e.notifyConfig!==void 0&&Object.keys(e.notifyConfig).length>0&&(t.notify_config=e.notifyConfig),Object.keys(t).length===0)throw new Error("provide at least one of: title_subject, title_prefix, description, due_time_ms, ext_attrs, notify_config_json");return t}var id=new Set(["finish","unfinish","finish_all","unfinish_all"]);function od(e){return id.has(e)}function vo(e){let t=e.trim();if(!od(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function sd(e){return{action:vo(e.action)}}function ad(e){if(e==null||typeof e!="object")return null;let t=e,r=["creator_id","creator_user_id","create_user_id","owner_id"];for(let o of r){let i=t[o];if(typeof i=="string"&&i.trim())return i.trim()}let n=t.creator;if(n!==null&&typeof n=="object"&&!Array.isArray(n)){let o=n;for(let i of["id","user_id","userId"]){let s=o[i];if(typeof s=="string"&&s.trim())return s.trim()}}return null}function dd(e,t){let r=e.trim(),n=t.trim();return r===n?!0:r.toLowerCase()===n.toLowerCase()}function cd(e){let{hasCompletion:t,completionRaw:r,markScopeRaw:n,actionParam:o,isCreator:i,taskId:s,creatorId:a}=e,c=n?.trim()??"";if(t){if(r!=="complete"&&r!=="incomplete")throw new Error("completion must be complete or incomplete");let d=r==="complete";if(i){if(!c||c==="none")return{kind:"needs_confirmation",taskId:s,completion:r,creatorId:a};if(c!=="self"&&c!=="all")throw new Error("mark_scope must be none, self, or all when provided");return{kind:"post",action:c==="all"?d?"finish_all":"unfinish_all":d?"finish":"unfinish"}}return{kind:"post",action:d?"finish":"unfinish"}}let l=vo(o);if(!i&&(l==="finish_all"||l==="unfinish_all"))throw new Error("\u5F53\u524D\u7528\u6237\u4E0D\u662F\u8BE5\u5F85\u529E\u7684\u521B\u5EFA\u8005\uFF08\u6216\u672A\u89E3\u6790\u5230 creator_id\uFF09\uFF0C\u4E0D\u80FD\u4F7F\u7528 finish_all / unfinish_all\uFF1B\u8BF7\u4F7F\u7528 finish \u6216 unfinish\u3002");return i?{kind:"needs_confirmation",taskId:s,completion:l==="finish"||l==="finish_all"?"complete":"incomplete",creatorId:a,requested_action:l}:{kind:"post",action:l}}async function Jt(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u4F7F\u7528\u5F85\u529E\u80FD\u529B\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"todo",run:r})}catch(n){return xt(n)}}function Nn(e,t){t({name:"wps_todo_create_personal_task",description:"Create a personal todo/task via WPS OpenAPI (\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E): POST `/v7/todo/personal_tasks`. Requires user delegated OAuth scope `kso.task.readwrite` (or equivalent per console). Use SenderId as `wps_user_id`. Required: `title_subject` \u2192 body `title.subject`; optional `title_prefix` \u2192 `title.prefix`. Optional: `description`, `due_time_ms` (deadline **milliseconds** Unix epoch), `status` (`todo`|`finish`), `executors` (\u2264100 user ids). Response `data.task_id` is the new task id. Optional `x_kso_id_type`: `internal`|`external` \u2192 header `X-Kso-Id-Type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},title_subject:{type:"string",description:"Todo title subject (maps to request body title.subject)."},title_prefix:{type:"string",description:"Optional. Maps to title.prefix."},description:{type:"string",description:"Optional todo description."},due_time_ms:{type:"number",description:"Optional deadline as Unix timestamp in **milliseconds** (due_time)."},status:{type:"string",description:"Optional initial status.",enum:["todo","finish"]},executors:{type:"array",items:{type:"string"},description:"Optional executor user ids (max 100)."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","title_subject"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"title_subject"),s=Q(n,"title_prefix"),a=Q(n,"description"),c=tt(n,"due_time_ms"),l=Q(n,"status"),d=Ya(n,"executors"),u;if(l!==void 0){if(l!=="todo"&&l!=="finish")throw new Error("status must be todo or finish when provided");u=l}let p=td({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:u,executors:d});return await Jt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ka,body:p,headers:St(n)});return m.data??m})}catch(o){return xt(o)}}}),t({name:"wps_todo_list_personal_tasks",description:"List personal todos via WPS OpenAPI (\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868): POST `/v7/todo/personal_tasks/batch_get`. Requires delegated OAuth (`kso.task.read` / `kso.task.readwrite`). Use SenderId as `wps_user_id`. Body filters are optional: `keyword` (\u226450 chars), `executor`, `status` (`todo`|`finish`), `page_size` (default 20, max 50), `page_token` (from previous `data` pagination field per API). `created_time` / `due_time` ranges use **milliseconds** (`*_start_ms`, `*_end_ms`). Response `data` typically includes `tasks`, `total`, `next_offset`. Optional `x_kso_id_type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Optional. Fuzzy match title/description (max 50 chars)."},executor:{type:"string",description:"Optional. Filter by executor user id."},status:{type:"string",description:"Optional list filter: todo (=\u672A\u5B8C\u6210) or finish (=\u5DF2\u5B8C\u6210).",enum:["todo","finish"]},page_size:{type:"number",description:"Page size (default 20; API max 50)."},page_token:{type:"string",description:"Pagination cursor from previous response (see API field names e.g. next_offset)."},created_time_start_ms:{type:"number",description:"Optional. Creation range start (Unix ms)."},created_time_end_ms:{type:"number",description:"Optional. Creation range end (Unix ms)."},due_time_start_ms:{type:"number",description:"Optional. Due range start (Unix ms)."},due_time_end_ms:{type:"number",description:"Optional. Due range end (Unix ms)."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Q(n,"keyword"),s=Q(n,"executor"),a=Q(n,"status"),c=tt(n,"page_size"),l=Q(n,"page_token"),d=tt(n,"created_time_start_ms"),u=tt(n,"created_time_end_ms"),p=tt(n,"due_time_start_ms"),f=tt(n,"due_time_end_ms"),m;if(a!==void 0){if(a!=="todo"&&a!=="finish")throw new Error("status must be todo or finish when provided");m=a}let g=rd({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:u,dueTimeStartMs:p,dueTimeEndMs:f});return await Jt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async y=>{let _=await y.request({method:"POST",path:Ha,body:g,headers:St(n)});return _.data??_})}catch(o){return xt(o)}}}),t({name:"wps_todo_get_personal_task",description:"Get one personal todo by id (\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5): GET `/v7/todo/personal_tasks/{task_id}`. Requires delegated OAuth (`kso.task.read` / `kso.task.readwrite`). Use SenderId as `wps_user_id`. Requires **`task_id`** from `wps_todo_list_personal_tasks` (`tasks[].id`) or create response. Response `data` is a single todo object (`todo_personal_task`). Optional `x_kso_id_type`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo task id from list or create API."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id");return await Jt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:br(i),headers:St(n)});return a.data??a})}catch(o){return xt(o)}}}),t({name:"wps_todo_update_personal_task_status",description:"POST `/v7/todo/personal_tasks/{task_id}/update_status`. HTTP body: `{ action }`. Enum: `finish`, `unfinish`, `finish_all`, `unfinish_all` (`finish_all`/`unfinish_all` creator-only). **Creators**: without `mark_scope` (or `mark_scope: none`) or `action`-only \u2192 returns `needsUserConfirmation`, ask user to choose scope; then call again with `completion` + `mark_scope: self|all`. **Non-creators**: `completion` or `action` (`finish`|`unfinish`); omit `mark_scope`. Requires delegated `kso.task.readwrite`; `wps_user_id` = SenderId.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo id to update status."},completion:{type:"string",description:"`complete`/`incomplete`. Creators: omit `mark_scope` or use `none` \u2192 returns `needsUserConfirmation`; after user confirms, call again with `mark_scope: self|all`. Mutually exclusive with `action`.",enum:["complete","incomplete"]},mark_scope:{type:"string",description:"**Creators only**: omit or `none` \u2192 \u89E6\u53D1\u4E8C\u6B21\u786E\u8BA4\uFF1B`self` = \u4EC5\u81EA\u5DF1\uFF1B`all` = \u5168\u90E8\u53C2\u4E0E\u4EBA\u3002\u975E\u521B\u5EFA\u8005\u52FF\u4F20\u3002",enum:["none","self","all"]},action:{type:"string",description:"Maps to HTTP body `action`. `finish`|`unfinish` (single); `finish_all`|`unfinish_all` (creator, all participants). Non-creators: `finish`|`unfinish` only. Creators using `action` alone \u2192 `needsUserConfirmation` (then use `completion`+`mark_scope`).",enum:["finish","unfinish","finish_all","unfinish_all"]},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id"),s=Q(n,"completion"),a=Q(n,"mark_scope"),c=Q(n,"action"),l=s!==void 0,d=c!==void 0&&c!=="";if(l===d)throw!l&&!d?new Error("Provide exactly one of: completion (complete|incomplete) or action (finish|unfinish|...)"):new Error("Provide only one of: completion or action");if(a!==void 0&&!l)throw new Error("mark_scope is only used together with completion");return await Jt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async u=>{let p=await u.request({method:"GET",path:br(i),headers:St(n)}),f=p.data??p,m=ad(f),g=m!==null&&dd(o,m),y=cd({hasCompletion:l,completionRaw:s,markScopeRaw:a,actionParam:c,isCreator:g,taskId:i,creatorId:m});if(y.kind==="needs_confirmation")return{needsUserConfirmation:!0,reason:"creator_must_choose_scope",message:"\u60A8\u662F\u8BE5\u5F85\u529E\u7684\u521B\u5EFA\u8005\uFF0C\u8BF7\u5148\u786E\u8BA4\uFF1A\u6807\u8BB0\u300C\u4EC5\u81EA\u5DF1\u300D\u8FD8\u662F\u300C\u5168\u90E8\u53C2\u4E0E\u4EBA\u300D\uFF1F\u786E\u8BA4\u540E\u518D\u6B21\u8C03\u7528\uFF0C\u4F20\u5165 completion + mark_scope\uFF08self \u6216 all\uFF09\u3002",task_id:y.taskId,completion:y.completion,creator_id:y.creatorId,...y.requested_action!==void 0?{requested_action:y.requested_action}:{}};let _=sd({action:y.action}),h=await u.request({method:"POST",path:Xa(i),body:_,headers:St(n)});return h.data??h})}catch(o){return xt(o)}}}),t({name:"wps_todo_update_personal_task",description:"Update a personal todo (\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E): POST `/v7/todo/personal_tasks/{task_id}/update`. Requires delegated **`kso.task.readwrite`**. Use SenderId as `wps_user_id`. Requires **`task_id`**. Body fields are optional but **at least one** must be provided: `title_subject` / `title_prefix` (maps to `title`), `description`, `due_time_ms` (ms), `ext_attrs` (`[{name,value}]`), or `notify_config_json` (JSON object string for `notify_config`). Response is typically `code` + `msg` only.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},task_id:{type:"string",description:"Todo id to update."},title_subject:{type:"string",description:"Optional. Maps to title.subject."},title_prefix:{type:"string",description:"Optional. Maps to title.prefix."},description:{type:"string",description:"Optional. New description."},due_time_ms:{type:"number",description:"Optional. New deadline as Unix **milliseconds**."},ext_attrs:{type:"array",items:{type:"object",properties:{name:{type:"string"},value:{type:"string"}},required:["name","value"]},description:"Optional. Extension attributes."},notify_config_json:{type:"string",description:"Optional. JSON object string for notify_config (e.g. reminders, switch). Must parse to an object."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","task_id"]},async execute(r,n){try{let o=Ae(n,"wps_user_id"),i=Ae(n,"task_id"),s=Q(n,"title_subject"),a=Q(n,"title_prefix"),c=Q(n,"description"),l=tt(n,"due_time_ms"),d=Qa(n,"ext_attrs"),u=ed(n,"notify_config_json"),p=nd({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:u});return await Jt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ja(i),body:p,headers:St(n)});return m.data??m})}catch(o){return xt(o)}}})}function Oe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function ld(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function Be(e){let t=e.sheet_id;if(t==null)throw new Error("sheet_id is required");let r=typeof t=="number"?t:parseInt(String(t),10);if(!Number.isFinite(r)||r<=0)throw new Error("sheet_id must be a positive integer");return r}function To(e,t="fields_value"){if(typeof e=="string")return e;if(e!==null&&typeof e=="object")return JSON.stringify(e);throw new Error(`${t} must be a JSON string or object`)}async function Se(e,t,r){return pe({wpsUserId:e,authCardOriginalMessage:"",needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8BBF\u95EE\u591A\u7EF4\u8868\u683C\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",logTag:t,run:r})}function jn(e,t){t({name:"wps_dbsheet_get_schema",description:"Get DBSheet schema (\u83B7\u53D6\u591A\u7EF4\u8868\u683C Schema): GET `/v7/coop/dbsheet/{file_id}/schema`. Returns all sheets with their fields (name/type/id/data) and views. Use this first to understand the table structure before reading or writing records. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`. Do NOT call `wps_user_search` to resolve `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"DBSheet file ID."}},required:["wps_user_id","file_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id");return await Se(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${Oe(i)}/schema`});return a.data??a})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_batch_create_sheets",description:"Batch create sheets (\u6279\u91CF\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/dbsheet/{file_id}/sheets/batch_create`. Creates one or more sheets. Each sheet requires `name`; optionally include `fields` (field definitions with name/type/data) and `position` (after_sheet_id or before_sheet_id). Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheets:{type:"array",description:"Array of sheet definitions. Each: { name: string (required), fields?: [{name, type, data?}], position?: {after_sheet_id?: number, before_sheet_id?: number} }.",items:{type:"object",properties:{name:{type:"string"},fields:{type:"array",items:{type:"object",additionalProperties:!0}},position:{type:"object",additionalProperties:!0}},required:["name"]}}},required:["wps_user_id","file_id","sheets"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=n.sheets;if(!Array.isArray(s)||s.length===0)throw new Error("sheets must be a non-empty array");return await Se(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${ld(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_sheet",description:"Update sheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/update`. Currently supports renaming a sheet. Obtain `sheet_id` (integer) from `wps_dbsheet_get_schema`. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},name:{type:"string",description:"New sheet name."}},required:["wps_user_id","file_id","sheet_id","name"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=T(n,"name");return await Se(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_create_records",description:'Create records (\u521B\u5EFA\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/create`. Creates one or more records. Each record\'s `fields_value` is a JSON string (or object \u2014 auto-stringified) mapping field name to value. Example: `{"\u6587\u672C\u5B57\u6BB5": "hello", "\u6570\u5B57\u5B57\u6BB5": 42}`. Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be set. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.',parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},records:{type:"array",description:"Array of records to create. Each: { fields_value: string|object }. fields_value maps field names to values as JSON string or object.",items:{type:"object",properties:{fields_value:{type:"string",description:'Field values as JSON string or object. E.g. {"\u6587\u672C": "hello", "\u6570\u5B57": 42}'}},required:["fields_value"]}}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=n.records;if(!Array.isArray(a)||a.length===0)throw new Error("records must be a non-empty array");let c=a.map((l,d)=>{if(!l||typeof l!="object")throw new Error(`records[${d}] must be an object`);return{fields_value:To(l.fields_value,`records[${d}].fields_value`)}});return await Se(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_records",description:"Update records (\u66F4\u65B0\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/update`. Updates one or more records by record ID. Each item must include `id` (record ID) and `fields_value`. `fields_value` maps field names to new values (JSON string or object \u2014 auto-stringified). Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be updated. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer). From wps_dbsheet_get_schema."},records:{type:"array",description:"Array of records to update. Each: { id: string (record ID), fields_value: string|object }.",items:{type:"object",properties:{id:{type:"string",description:"Record ID."},fields_value:{type:"string",description:"Field values as JSON string or object."}},required:["id","fields_value"]}}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=n.records;if(!Array.isArray(a)||a.length===0)throw new Error("records must be a non-empty array");let c=a.map((l,d)=>{if(!l||typeof l!="object")throw new Error(`records[${d}] must be an object`);let u=l;if(!u.id||typeof u.id!="string")throw new Error(`records[${d}].id is required and must be a string`);return{id:u.id,fields_value:To(u.fields_value,`records[${d}].fields_value`)}});return await Se(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records",description:"List records with cursor pagination (\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records`. Returns records with optional filter and cursor-based pagination (page_token). Use `page_token` from previous response to fetch next page. For page-number pagination use `wps_dbsheet_list_records_by_page`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include. Omit to return all fields."},filter:{type:"object",additionalProperties:!0,description:"Optional filter. Structure: { mode: 'AND'|'OR', criteria: [{ field: string, operator: string, values: string[] }] }. operator: Equals|NotEqu|Greater|GreaterEqu|Less|LessEqu|GreaterEquAndLessEqu|LessOrGreater|BeginWith|EndWith|Contains|NotContains|Intersected|Empty|NotEmpty."},max_records:{type:"integer",description:"Optional. Max records to return."},page_size:{type:"integer",description:"Optional. Records per page, default 100, max 1000."},page_token:{type:"string",description:"Optional. Cursor from previous response."},view_id:{type:"string",description:"Optional. View ID to apply view visibility."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format. Default: original."},show_fields_info:{type:"boolean",description:"Optional. Include field schema in response."},show_record_extra_info:{type:"boolean",description:"Optional. Include creator/creation time/last-modifier metadata."}},required:["wps_user_id","file_id","sheet_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a={},c=Qe(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Z(n,"max_records");l!==void 0&&(a.max_records=l);let d=Z(n,"page_size");d!==void 0&&(a.page_size=d);let u=V(n,"page_token");u!==void 0&&u!==""&&(a.page_token=u);let p=V(n,"view_id");p!==void 0&&p!==""&&(a.view_id=p);let f=V(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let g=re(n,"show_record_extra_info");return g!==void 0&&(a.show_record_extra_info=g),await Se(o,"wps_dbsheet_list_records",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records_by_page",description:"List records with page-number pagination (\u6309\u9875\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/list_by_page`. Uses page_num (starts from 1) / page_size. Also returns total count. For cursor-based pagination use `wps_dbsheet_list_records`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include."},filter:{type:"object",additionalProperties:!0,description:"Optional filter. Structure: { mode: 'AND'|'OR', criteria: [{ field, operator, values[] }] }."},max_records:{type:"integer",description:"Optional. Max records to return."},page_num:{type:"integer",description:"Optional. Page number starting from 1."},page_size:{type:"integer",description:"Optional. Records per page, default 100, max 1000."},view_id:{type:"string",description:"Optional. View ID."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a={},c=Qe(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Z(n,"max_records");l!==void 0&&(a.max_records=l);let d=Z(n,"page_num");d!==void 0&&(a.page_num=d);let u=Z(n,"page_size");u!==void 0&&(a.page_size=u);let p=V(n,"view_id");p!==void 0&&p!==""&&(a.view_id=p);let f=V(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let g=re(n,"show_record_extra_info");return g!==void 0&&(a.show_record_extra_info=g),await Se(o,"wps_dbsheet_list_records_by_page",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/list_by_page`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_records",description:"Get multiple records by ID (\u6309 ID \u6279\u91CF\u68C0\u7D22\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/search`. Retrieves specific records by their IDs. Use when you already know the record IDs. For filter-based listing use `wps_dbsheet_list_records` instead. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},records:{type:"array",items:{type:"string"},description:"Array of record IDs to retrieve."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=Qe(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");let c={records:a},l=V(n,"text_value");l!==void 0&&(c.text_value=l);let d=re(n,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let u=re(n,"show_record_extra_info");return u!==void 0&&(c.show_record_extra_info=u),await Se(o,"wps_dbsheet_get_records",async p=>{let f=await p.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/search`,body:c});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_record",description:"Get a single record (\u68C0\u7D22\u5355\u6761\u8BB0\u5F55): GET `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/{record_id}`. Retrieves a single record by its ID. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},record_id:{type:"string",description:"Record ID to retrieve."},text_value:{type:"string",enum:["original","text","compound"],description:"Optional. Return value format."},show_fields_info:{type:"boolean",description:"Optional. Include field schema."},show_record_extra_info:{type:"boolean",description:"Optional. Include metadata."}},required:["wps_user_id","file_id","sheet_id","record_id"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=T(n,"record_id"),c={},l=V(n,"text_value");l!==void 0&&(c.text_value=l);let d=re(n,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let u=re(n,"show_record_extra_info");return u!==void 0&&(c.show_record_extra_info=u),await Se(o,"wps_dbsheet_get_record",async p=>{let f=await p.request({method:"GET",path:`${Oe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_delete_records",description:"Delete records (\u6279\u91CF\u5220\u9664\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/batch_delete`. Deletes one or more records by their IDs. This operation is irreversible. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:"string",description:"Sheet ID (integer)."},records:{type:"array",items:{type:"string"},description:"Array of record IDs to delete."}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(r,n){try{let o=T(n,"wps_user_id"),i=T(n,"file_id"),s=Be(n),a=Qe(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await Se(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return ie(o)}}})}ft();import{createHash as pd}from"node:crypto";import{readFile as ud,stat as fd}from"node:fs/promises";var _d="/v7/drives",md="/v7/files/search",hd=50,gd=500,yd=50,wd=500,bd=50,Id=500,Eo=["folder","file","shortcut"],Ir=["fail","rename","overwrite","replace"],Do=["kdc","plain","markdown"],Uo=["sync","async","auto"],kd=["para","table","component","textbox","all"],Po=["file_name","content","all"],Ao=["folder","file","shortcut"],Oo=["ctime","mtime","otime","stime"],$o=["desc","asc"],Ro=["ctime","mtime"],Co=["desc","asc"],qo=["ctime","mtime","dtime","fname","fsize"],Sd=["all","share_by_me","share_to_me","latest","personal_drive","group_drive","recycle","customize","latest_opened","latest_edited"];function Ge(e){return{error:e instanceof Error?e.message:String(e)}}function U(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function q(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function vt(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function se(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function X(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array of strings`);let n=r.map(o=>String(o).trim()).filter(Boolean);return n.length>0?n:void 0}function Fe(e){let t=q(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function xd(e){let t={};for(let[r,n]of Object.entries(e.requestHeaders)){let o=r.trim();if(o==="")continue;let i=o.toLowerCase();i==="content-length"||i==="transfer-encoding"||i==="content-type"||(t[o]=n)}return t["Content-Type"]="application/octet-stream",t}function vd(e){let t=e.trim();if(!t)throw new Error("url is required and must be a non-empty string");let r;try{r=new URL(t)}catch{throw new Error("url must be an absolute URL from step-1 data.store_request.url (e.g. https://...); relative paths are not supported")}if(r.protocol!=="https:"&&r.protocol!=="http:")throw new Error(`url must use http: or https: scheme, got: ${r.protocol}`)}function Td(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(gd,Math.trunc(e.pageSize??hd)))};return e.alloteeId!==void 0&&e.alloteeId.trim()!==""&&(t.allotee_id=e.alloteeId.trim()),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.sources!==void 0&&e.sources.length>0&&(t.sources=[...e.sources]),t}function Ed(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/create`}function Pd(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/children`}function Ad(e){let t={page_size:Math.max(1,Math.min(Id,Math.trunc(e.pageSize??bd)))};return e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.filterExts!==void 0&&e.filterExts.trim()!==""&&(t.filter_exts=e.filterExts.trim()),e.filterType!==void 0&&Object.keys(e.filterType).length>0&&(t.filter_type=JSON.stringify(e.filterType)),e.order!==void 0&&(t.order=e.order),e.orderBy!==void 0&&(t.order_by=e.orderBy),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),t}function Od(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function $d(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/commit_upload`}function Rd(e){let t=e.name.trim();if(!t)throw new Error("name must be a non-empty string");let r={file_type:e.fileType,name:t};if(e.fileType==="shortcut"){if(!e.fileId||!e.fileId.trim())throw new Error("file_id is required when file_type is shortcut");r.file_id=e.fileId.trim()}else e.fileId!==void 0&&e.fileId.trim()!==""&&(r.file_id=e.fileId.trim());return e.onNameConflict!==void 0&&(r.on_name_conflict=e.onNameConflict),e.parentPath!==void 0&&e.parentPath.length>0&&(r.parent_path=[...e.parentPath]),r}function Cd(e){let t={size:Math.max(0,Math.trunc(e.size))};return e.fileId!==void 0&&e.fileId.trim()!==""&&(t.file_id=e.fileId.trim()),e.hashes!==void 0&&e.hashes.length>0&&(t.hashes=e.hashes.map(r=>({type:r.type,sum:r.sum.trim()}))),e.internal!==void 0&&(t.internal=e.internal),e.name!==void 0&&e.name.trim()!==""&&(t.name=e.name.trim()),e.onNameConflict!==void 0&&(t.on_name_conflict=e.onNameConflict),e.parentPath!==void 0&&e.parentPath.length>0&&(t.parent_path=[...e.parentPath]),e.storageBaseDomain!==void 0&&e.storageBaseDomain.trim()!==""&&(t.storage_base_domain=e.storageBaseDomain.trim()),e.uploadScene!==void 0&&e.uploadScene.trim()!==""&&(t.upload_scene=e.uploadScene.trim()),t}function qd(e){let t={};return e.id!==void 0&&e.id.trim()!==""&&(t.id=e.id.trim()),e.uploadId!==void 0&&e.uploadId.trim()!==""&&(t.upload_id=e.uploadId.trim()),t}function Dd(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function Ud(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let r=e.format.trim();if(!Do.includes(r))throw new Error("format must be one of: kdc, plain, markdown");t.format=r}if(e.includeElements!==void 0&&e.includeElements.length>0){let r=e.includeElements.map(n=>n.trim()).filter(Boolean).filter((n,o,i)=>i.indexOf(n)===o);for(let n of r)if(!kd.includes(n))throw new Error("include_elements items must be one of: para, table, component, textbox, all");r.length>0&&(t.include_elements=r)}if(e.mode!==void 0&&e.mode.trim()!==""){let r=e.mode.trim();if(!Uo.includes(r))throw new Error("mode must be one of: sync, async, auto");t.mode=r}return e.taskId!==void 0&&e.taskId.trim()!==""&&(t.task_id=e.taskId.trim()),t}function Nd(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function jd(e){let t={};return e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withExtAttrs!==void 0&&(t.with_ext_attrs=e.withExtAttrs),e.withDrive!==void 0&&(t.with_drive=e.withDrive),t}function Md(e){let t={type:e.type,page_size:Math.max(1,Math.min(wd,Math.trunc(e.pageSize??yd)))};return e.keyword!==void 0&&e.keyword.trim()!==""&&(t.keyword=e.keyword.trim()),e.fileType!==void 0&&(t.file_type=e.fileType),e.fileExts!==void 0&&e.fileExts.length>0&&(t.file_exts=[...e.fileExts]),e.driveIds!==void 0&&e.driveIds.length>0&&(t.drive_ids=[...e.driveIds]),e.parentIds!==void 0&&e.parentIds.length>0&&(t.parent_ids=[...e.parentIds]),e.creatorIds!==void 0&&e.creatorIds.length>0&&(t.creator_ids=[...e.creatorIds]),e.modifierIds!==void 0&&e.modifierIds.length>0&&(t.modifier_ids=[...e.modifierIds]),e.sharerIds!==void 0&&e.sharerIds.length>0&&(t.sharer_ids=[...e.sharerIds]),e.receiverIds!==void 0&&e.receiverIds.length>0&&(t.receiver_ids=[...e.receiverIds]),e.timeType!==void 0&&(t.time_type=e.timeType),e.startTime!==void 0&&(t.start_time=Math.trunc(e.startTime)),e.endTime!==void 0&&(t.end_time=Math.trunc(e.endTime)),e.withPermission!==void 0&&(t.with_permission=e.withPermission),e.withLink!==void 0&&(t.with_link=e.withLink),e.withTotal!==void 0&&(t.with_total=e.withTotal),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.channels!==void 0&&e.channels.length>0&&(t.channels=[...e.channels]),e.deviceIds!==void 0&&e.deviceIds.length>0&&(t.device_ids=[...e.deviceIds]),e.excludeChannels!==void 0&&e.excludeChannels.length>0&&(t.exclude_channels=[...e.excludeChannels]),e.excludeFileExts!==void 0&&e.excludeFileExts.length>0&&(t.exclude_file_exts=[...e.excludeFileExts]),e.filterUserId!==void 0&&(t.filter_user_id=Math.trunc(e.filterUserId)),e.fileExtGroups!==void 0&&e.fileExtGroups.length>0&&(t.file_ext_groups=[...e.fileExtGroups]),e.withFolder!==void 0&&(t.with_folder=e.withFolder),e.withDrive!==void 0&&(t.with_drive=e.withDrive),e.order!==void 0&&(t.order=e.order),e.orderBy!==void 0&&(t.order_by=e.orderBy),e.scope!==void 0&&e.scope.length>0&&(t.scope=[...e.scope]),e.searchOperatorName!==void 0&&(t.search_operator_name=e.searchOperatorName),t}async function rt(e,t,r,n){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:r,logTag:"drive",run:n})}catch(o){return Ge(o)}}function Mn(e,t){t({name:"wps_cloud_doc_list_drives",description:"List cloud drives (\u83B7\u53D6\u76D8\u5217\u8868): GET `/v7/drives`. Requires delegated OAuth (`kso.drive.readwrite`). Use SenderId as `wps_user_id`. Required query: `allotee_type` (`user` | `group` | `app`). Optional `allotee_id` can be supplied for user/group/app scopes. Optional: `with_ext_attrs`, `page_size` (default 50, max 500), `page_token`, `sources` (array). Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},allotee_type:{type:"string",description:"Drive allocation type.",enum:["user","group","app"]},allotee_id:{type:"string",description:"Optional allocation id for user/group/app scope."},with_ext_attrs:{type:"boolean",description:"Optional. Include ext_attrs in response."},page_size:{type:"number",description:"Optional. Page size (default 50, max 500)."},page_token:{type:"string",description:"Optional pagination token."},sources:{type:"array",items:{type:"string"},description:"Optional source filters."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","allotee_type"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"allotee_type");if(i!=="user"&&i!=="group"&&i!=="app")throw new Error("allotee_type must be user, group, or app");let s=i,a=q(n,"allotee_id"),c=se(n,"with_ext_attrs"),l=vt(n,"page_size"),d=q(n,"page_token"),u=X(n,"sources");return await rt(o,"\u83B7\u53D6\u76D8\u5217\u8868","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8BBF\u95EE\u4E91\u6587\u6863\u76D8\u5217\u8868\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async p=>{let f=Td({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:u}),m=await p.request({method:"GET",path:_d,query:f,headers:Fe(n)});return m.data??m})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_list_children_files",description:"List child files under a parent folder (\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868): GET `/v7/drives/{drive_id}/files/{parent_id}/children`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `drive_id`, `parent_id` (root parent_id is `0`). Optional query: `with_permission`, `with_ext_attrs`, `filter_exts`, `filter_type`, `order`, `order_by`, `page_size`, `page_token`. Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent folder id (root is `0`)."},with_permission:{type:"boolean",description:"Optional. Include operation permissions in response."},with_ext_attrs:{type:"boolean",description:"Optional. Include file ext_attrs in response."},filter_exts:{type:"string",description:"Optional. Extension filter string separated by semicolons, e.g. `docx;xlsx`."},filter_type:{type:"object",description:"Optional file type filter object (passed through to API query `filter_type`).",additionalProperties:!0},order:{type:"string",enum:[...Co],description:"Optional order direction."},order_by:{type:"string",enum:[...qo],description:"Optional order field."},page_size:{type:"number",description:"Optional page size (default 50, max 500)."},page_token:{type:"string",description:"Optional pagination token."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=se(n,"with_permission"),c=se(n,"with_ext_attrs"),l=q(n,"filter_exts"),d=vt(n,"page_size"),u=q(n,"page_token"),p=q(n,"order");if(p!==void 0&&!Co.includes(p))throw new Error("order must be one of: desc, asc");let f=p,m=q(n,"order_by");if(m!==void 0&&!qo.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let g=m,y=n.filter_type,_;if(y!=null){if(typeof y!="object"||Array.isArray(y))throw new Error("filter_type must be an object when provided");_=y}return await rt(o,"\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async h=>{let w=Ad({withPermission:a,withExtAttrs:c,filterExts:l,filterType:_,order:f,orderBy:g,pageSize:d,pageToken:u}),b=await h.request({method:"GET",path:Pd(i,s),query:w,headers:Fe(n)});return b.data??b})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_create_file",description:"Create file/folder/shortcut (\u65B0\u5EFA\u6587\u4EF6(\u5939)): POST `/v7/drives/{drive_id}/files/{parent_id}/create`. Requires delegated OAuth (`kso.file.readwrite`). Use SenderId as `wps_user_id`. Required: `drive_id`, `parent_id`, `file_type` (`folder` | `file` | `shortcut`), `name`. When `file_type` is `shortcut`, `file_id` is required. Optional: `on_name_conflict` (`fail` | `rename` | `overwrite` | `replace`), `parent_path` (string array). Optional `x_kso_id_type` header (`internal` | `external`).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent file/folder ID (root is 0)."},file_type:{type:"string",enum:[...Eo],description:"Created resource type: folder, file, or shortcut."},name:{type:"string",description:"Name to create. Include extension for files when needed."},file_id:{type:"string",description:"Required only for file_type=shortcut (target file id)."},on_name_conflict:{type:"string",enum:[...Ir],description:"Name conflict behavior."},parent_path:{type:"array",items:{type:"string"},description:"Optional relative nested path array under parent_id."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id","file_type","name"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=U(n,"file_type");if(!Eo.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=U(n,"name"),d=q(n,"file_id"),u=q(n,"on_name_conflict");if(u!==void 0&&!Ir.includes(u))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let p=u,f=X(n,"parent_path");return await rt(o,"\u65B0\u5EFA\u6587\u4EF6\uFF08\u5939\uFF09","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u65B0\u5EFA\u4E91\u6587\u6863\u6587\u4EF6\uFF08\u5939\uFF09\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async m=>{let g=Rd({fileType:c,name:l,fileId:d,onNameConflict:p,parentPath:f}),y=await m.request({method:"POST",path:Ed(i,s),body:g,headers:Fe(n)});return y.data??y})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_upload_file",description:"**THE ONLY tool for uploading files** (\u4E00\u4F53\u5316\u4E0A\u4F20). Combines step-1 request_upload, step-2 upload bytes, and step-3 commit_upload into a **single tool call**. Pass `file_path` (local file path, e.g. from prefetched attachment `localPath`); the plugin reads the file directly from disk. The plugin computes `size` and `sha256` hash from the actual file bytes \u2014 **no need for the caller to compute or pass `size` / `hashes`**. This avoids `ContentLengthInvalid` and `BadDigest` errors (no base64 encoding, no truncation risk). Requires delegated OAuth (`kso.file.readwrite`). Use SenderId as `wps_user_id`. Returns the final committed file object.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},drive_id:{type:"string",description:"Drive ID."},parent_id:{type:"string",description:"Parent file/folder ID (root is 0)."},file_path:{type:"string",description:"Absolute path to the local file to upload (e.g. from prefetched attachment `localPath`). The plugin reads bytes directly from disk \u2014 no base64 encoding needed, no truncation risk."},name:{type:"string",description:"Filename for the uploaded file (e.g. 'report.doc'). If omitted, the filename is extracted from `file_path`."},on_name_conflict:{type:"string",enum:[...Ir],description:"Optional name conflict behavior (default: server decides)."},file_id:{type:"string",description:"Optional target file id for update upload."},internal:{type:"boolean",description:"Optional internal endpoint preference."},upload_scene:{type:"string",description:"Optional upload scene."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","parent_id","file_path"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"parent_id"),a=U(n,"file_path"),c=q(n,"name"),l=q(n,"on_name_conflict");if(l!==void 0&&!Ir.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,u=q(n,"file_id"),p=se(n,"internal"),f=q(n,"upload_scene"),m=a.trim();try{if(!(await fd(m)).isFile())throw new Error("path is not a regular file")}catch(h){throw new Error(`file_path "${m}" is not accessible: ${h instanceof Error?h.message:String(h)}`)}let g=await ud(m);if(!c){let h=Math.max(m.lastIndexOf("/"),m.lastIndexOf("\\")),b=(h>=0?m.substring(h+1):m).replace(/^[0-9a-f]{8}_/i,"");b&&(c=b)}if(g.byteLength===0)throw new Error("upload content is empty (file has zero bytes)");let y=g.byteLength,_=pd("sha256").update(g).digest("hex");return await rt(o,"\u4E00\u4F53\u5316\u4E0A\u4F20\u6587\u4EF6","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u4E0A\u4F20\u4E91\u6587\u6863\u6587\u4EF6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async(h,w)=>{let b=Cd({size:y,fileId:u??void 0,hashes:[{type:"sha256",sum:_}],internal:p??void 0,name:c??void 0,onNameConflict:d,uploadScene:f??void 0}),I=await h.request({method:"POST",path:Od(i,s),body:b,headers:Fe(n)}),v=I.data??I,N=v.store_request;if(!N||typeof N.url!="string"||!N.url.trim())throw new Error(`step-1 response missing store_request.url \u2014 cannot proceed with upload. Response: ${JSON.stringify(v).substring(0,300)}`);let J=typeof N.method=="string"?N.method.toUpperCase():"PUT",F=N.url;vd(F);let j=N.headers??{},ne=typeof v.upload_id=="string"?v.upload_id:void 0,ee=Ut(w,o);if(!ee||!ee.trim())throw new Error("delegated access token missing after auth gate");let ae=xd({requestHeaders:j}),at={Authorization:`Bearer ${ee.trim()}`,...ae},Et=new Uint8Array(g.buffer,g.byteOffset,g.byteLength),He;try{He=await fetch(F,{method:J,headers:at,body:Et})}catch(ye){let $=ye instanceof Error?ye.message:String(ye);throw new Error(`upload step-2 fetch failed: ${$}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!He.ok){let ye=await He.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${He.status} ${ye.substring(0,300)} [diag: size=${y}, sha256=${_}]`)}if(!ne)return{step1:v,step2_status:He.status,etag:He.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let Vt=qd({uploadId:ne}),dt=await h.request({method:"POST",path:$d(i,s),body:Vt,headers:Fe(n)});return dt.data??dt})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_extract_file_content",description:"Extract file content (\u6587\u6863\u5185\u5BB9\u62BD\u53D6): GET `/v7/drives/{drive_id}/files/{file_id}/content`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `drive_id`, `file_id`. Optional query: `format` (`kdc` | `plain` | `markdown`), `include_elements` (`para` | `table` | `component` | `textbox` | `all`), `mode` (`sync` | `async` | `auto`), `task_id`. Returns upstream `data` as-is (for fields like `task_id`, `task_status`, `doc`, `markdown`, `plain`, etc.).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Drive ID."},file_id:{type:"string",description:"File ID."},format:{type:"string",enum:[...Do],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...Uo],description:"Optional extraction mode."},task_id:{type:"string",description:"Optional task id for async/auto result polling."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","drive_id","file_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"drive_id"),s=U(n,"file_id"),a=q(n,"format"),c=X(n,"include_elements"),l=q(n,"mode"),d=q(n,"task_id");return await rt(o,"\u6587\u6863\u5185\u5BB9\u62BD\u53D6","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u8FDB\u884C\u6587\u6863\u5185\u5BB9\u62BD\u53D6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async u=>{let p=Ud({format:a,includeElements:c,mode:l,taskId:d}),f=await u.request({method:"GET",path:Dd(i,s),query:Object.keys(p).length>0?p:void 0,headers:Fe(n)});return f.data??f})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_get_file_meta",description:"Get file metadata (\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F): GET `/v7/files/{file_id}/meta`. Requires delegated OAuth (`kso.file.read`). Use SenderId as `wps_user_id`. Required: `file_id`. Optional query: `with_permission`, `with_ext_attrs`, `with_drive` (boolean). Returns upstream `data` as-is (for fields like `drive`, `permission`, `ext_attrs`, etc.).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"File ID."},with_permission:{type:"boolean",description:"Optional. Include permission field in response."},with_ext_attrs:{type:"boolean",description:"Optional. Include ext_attrs field in response."},with_drive:{type:"boolean",description:"Optional. Include drive field in response."},x_kso_id_type:{type:"string",description:"Optional. Sent as X-Kso-Id-Type: internal or external.",enum:["internal","external"]}},required:["wps_user_id","file_id"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"file_id"),s=se(n,"with_permission"),a=se(n,"with_ext_attrs"),c=se(n,"with_drive");return await rt(o,"\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async l=>{let d=jd({withPermission:s,withExtAttrs:a,withDrive:c}),u=await l.request({method:"GET",path:Nd(i),query:Object.keys(d).length>0?d:void 0,headers:Fe(n)});return u.data??u})}catch(o){return Ge(o)}}}),t({name:"wps_cloud_doc_search_files",description:"Search files (\u6587\u4EF6\u641C\u7D22): GET `/v7/files/search`. Requires delegated OAuth (`kso.file.search`). Use SenderId as `wps_user_id`. Required query: `type` (`file_name` | `content` | `all`), `page_size` (default 50, max 500). Supports optional filters: keyword, file_type, file_exts, drive_ids, parent_ids, creator_ids, modifier_ids, sharer_ids, receiver_ids, time_type/start_time/end_time, with_permission/with_link/with_total, page_token, channels/device_ids/exclude_channels/exclude_file_exts, filter_user_id, file_ext_groups, with_folder, with_drive, order/order_by, scope, search_operator_name.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId)."},keyword:{type:"string",description:"Optional search keyword."},type:{type:"string",enum:[...Po],description:"Search type."},file_type:{type:"string",enum:[...Ao],description:"Optional file type filter."},file_exts:{type:"array",items:{type:"string"},description:"Optional file extension filters."},drive_ids:{type:"array",items:{type:"string"},description:"Optional drive id filters."},parent_ids:{type:"array",items:{type:"string"},description:"Optional parent id filters."},creator_ids:{type:"array",items:{type:"string"},description:"Optional creator id filters."},modifier_ids:{type:"array",items:{type:"string"},description:"Optional modifier id filters."},sharer_ids:{type:"array",items:{type:"string"},description:"Optional sharer id filters."},receiver_ids:{type:"array",items:{type:"string"},description:"Optional receiver id filters."},time_type:{type:"string",enum:[...Oo],description:"Optional time type."},start_time:{type:"number",description:"Optional start time (unix seconds)."},end_time:{type:"number",description:"Optional end time (unix seconds)."},with_permission:{type:"boolean",description:"Optional. Include permission fields."},with_link:{type:"boolean",description:"Optional. Include sharing link fields."},with_total:{type:"boolean",description:"Optional. Include total count in response."},page_size:{type:"number",description:"Optional. Default 50, max 500."},page_token:{type:"string",description:"Optional pagination token."},channels:{type:"array",items:{type:"string"},description:"Optional channel filters."},device_ids:{type:"array",items:{type:"string"},description:"Optional device filters."},exclude_channels:{type:"array",items:{type:"string"},description:"Optional excluded channel filters."},exclude_file_exts:{type:"array",items:{type:"string"},description:"Optional excluded file extension filters."},filter_user_id:{type:"number",description:"Optional filter user id."},file_ext_groups:{type:"array",items:{type:"string"},description:"Optional file extension groups."},with_folder:{type:"boolean",description:"Optional include folder results."},with_drive:{type:"boolean",description:"Optional include drive info."},order:{type:"string",enum:[...$o],description:"Optional order."},order_by:{type:"string",enum:[...Ro],description:"Optional order by field."},scope:{type:"array",items:{type:"string"},description:"Optional search scopes."},search_operator_name:{type:"boolean",description:"Optional search by operator name switch."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Sent as X-Kso-Id-Type."}},required:["wps_user_id","type"]},async execute(r,n){try{let o=U(n,"wps_user_id"),i=U(n,"type");if(!Po.includes(i))throw new Error("type must be one of: file_name, content, all");let s=i,a=q(n,"file_type");if(a!==void 0&&!Ao.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=q(n,"time_type");if(l!==void 0&&!Oo.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,u=q(n,"order");if(u!==void 0&&!$o.includes(u))throw new Error("order must be one of: desc, asc");let p=u,f=q(n,"order_by");if(f!==void 0&&!Ro.includes(f))throw new Error("order_by must be one of: ctime, mtime");let m=f,g=X(n,"scope");if(g!==void 0){for(let y of g)if(!Sd.includes(y))throw new Error("scope items must be one of: all, share_by_me, share_to_me, latest, personal_drive, group_drive, recycle, customize, latest_opened, latest_edited")}return await rt(o,"\u6587\u4EF6\u641C\u7D22","\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u641C\u7D22\u4E91\u6587\u6863\u6587\u4EF6\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",async y=>{let _=Md({keyword:q(n,"keyword"),type:s,fileType:c,fileExts:X(n,"file_exts"),driveIds:X(n,"drive_ids"),parentIds:X(n,"parent_ids"),creatorIds:X(n,"creator_ids"),modifierIds:X(n,"modifier_ids"),sharerIds:X(n,"sharer_ids"),receiverIds:X(n,"receiver_ids"),timeType:d,startTime:vt(n,"start_time"),endTime:vt(n,"end_time"),withPermission:se(n,"with_permission"),withLink:se(n,"with_link"),withTotal:se(n,"with_total"),pageSize:vt(n,"page_size"),pageToken:q(n,"page_token"),channels:X(n,"channels"),deviceIds:X(n,"device_ids"),excludeChannels:X(n,"exclude_channels"),excludeFileExts:X(n,"exclude_file_exts"),filterUserId:vt(n,"filter_user_id"),fileExtGroups:X(n,"file_ext_groups"),withFolder:se(n,"with_folder"),withDrive:se(n,"with_drive"),order:p,orderBy:m,scope:g,searchOperatorName:se(n,"search_operator_name")}),h=await y.request({method:"GET",path:md,query:_,headers:Fe(n)});return h.data??h})}catch(o){return Ge(o)}}})}var Wd="/v7/airpage/files";function nt(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function ot(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function it(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function jo(e,t){let r=e.operation,n=e.blockId;if(typeof r!="string"||!r.trim())throw new Error(`${t}.operation is required and must be a non-empty string`);if(typeof n!="string"||!n.trim())throw new Error(`${t}.blockId is required and must be a non-empty string`)}var Wn=["rename","fail","overwrite"];function $e(e){return{error:e instanceof Error?e.message:String(e)}}function D(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function No(e,t){let r=e[t];if(r==null)return;if(typeof r!="string")throw new Error(`${t} must be a string`);let n=r.trim();return n===""?void 0:n}function Sr(e,t){let r=e[t];if(!Array.isArray(r))throw new Error(`${t} is required and must be an array`);return r}function zd(e,t){let n=Sr(e,t).map(o=>String(o).trim()).filter(Boolean);if(n.length===0)throw new Error(`${t} must contain at least one non-empty string`);return n}function Ld(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return Math.max(0,Math.trunc(r));if(typeof r=="string"&&r.trim()!==""){let n=Number(r.trim());if(Number.isFinite(n))return Math.max(0,Math.trunc(n))}throw new Error(`${t} must be a finite integer when provided`)}}function kr(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite integer`);if(typeof r=="number"&&Number.isFinite(r))return Math.trunc(r);if(typeof r=="string"&&r.trim()!==""){let n=Number(r.trim());if(Number.isFinite(n))return Math.trunc(n)}throw new Error(`${t} must be a finite integer`)}function Bd(e){let t={blockId:e.blockId.trim(),content:e.content},r=e.index;return r!==void 0&&(t.index=r),ot(t)}function Fd(e){let t={blockId:e.blockId.trim()};return ot(t)}function Gd(e){let t={blockIds:e.blockIds.map(r=>r.trim()).filter(Boolean)};if(t.blockIds.length===0)throw new Error("blockIds must contain at least one non-empty id");return ot(t)}function Kd(e){if(e.endIndex<=e.startIndex)throw new Error("endIndex must be greater than startIndex");let t={blockId:e.blockId.trim(),startIndex:Math.trunc(e.startIndex),endIndex:Math.trunc(e.endIndex)};if(!t.blockId)throw new Error("blockId must be non-empty");return ot(t)}function Hd(e){if(!Array.isArray(e)||e.length===0)throw new Error("delete_items must contain at least one delete range");let t=e.map(r=>{let n=r.blockId.trim(),o=Math.trunc(r.startIndex),i=Math.trunc(r.endIndex);if(!n)throw new Error("delete_items.blockId must be non-empty");if(i<=o)throw new Error("delete_items.endIndex must be greater than delete_items.startIndex");return{blockId:n,startIndex:o,endIndex:i}});return ot(t)}function Jd(e){return jo(e,"operation"),ot(e)}function Xd(e){if(!Array.isArray(e)||e.length===0)throw new Error("operations must contain at least one operation object");for(let[t,r]of e.entries()){if(!r||typeof r!="object"||Array.isArray(r))throw new Error(`operations[${t}] must be an object`);jo(r,`operations[${t}]`)}return ot(e)}function Vd(e){let t=e.trim().toLowerCase();if(Wn.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${Wn.join(", ")} (got: ${e})`)}function Zd(e){let t={drive_id:e.driveId,name:e.name,on_name_conflict:e.onNameConflict};return e.parentId!==void 0&&(t.parent_id=e.parentId),e.templateId!==void 0&&(t.template_id=e.templateId),t}async function Ke(e,t,r){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u667A\u80FD\u6587\u6863\uFF08Airpage\uFF09\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u7528\u6237\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u5B8C\u6210\u6388\u6743\u540E\u91CD\u8BD5\u3002",logTag:"airpage",run:r})}catch(n){return $e(n)}}function zn(e,t){t({name:"wps_airpage_create_file",description:"Create a blank Smart Document (Airpage / \u667A\u80FD\u6587\u6863) via WPS OpenAPI: POST `/v7/airpage/files`. Requires user delegated OAuth with scope `kso.airpage.readwrite` (or equivalent). Use SenderId as `wps_user_id`. Required: `drive_id`, `name` (document title without file extension), `on_name_conflict` (`rename` | `fail` | `overwrite`). Optional: `parent_id` (parent folder id), `template_id` (create from template). Obtain `drive_id` via `wps_cloud_doc_list_drives`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},drive_id:{type:"string",description:"Target drive id (from wps_cloud_doc_list_drives)."},name:{type:"string",description:"Document name without extension (per API)."},on_name_conflict:{type:"string",enum:[...Wn],description:"Strategy when the name already exists: rename, fail, or overwrite."},parent_id:{type:"string",description:"Optional parent folder id."},template_id:{type:"string",description:"Optional template id to create from."}},required:["wps_user_id","drive_id","name","on_name_conflict"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"name"),a=D(n,"on_name_conflict"),c=Vd(a),l=No(n,"parent_id"),d=No(n,"template_id"),u=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await Ke(o,u,async p=>{let f=Zd({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await p.request({method:"POST",path:Wd,body:f});return m.data??m})}catch(o){return $e(o)}}}),t({name:"wps_airpage_create_block_content",description:'Insert block content into a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/create`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON). JSON fields: `blockId` (parent block; use literal `doc` for document root), optional `index` (insert position; omit for API default 0), required `content` (array of child block nodes). Requires delegated `kso.airpage.readwrite`. Use SenderId as `wps_user_id`.\n\n## Block node types (used in `content` array):\nEach node: `{ type, attrs?, content? }`. `content` is an array of child blocks or inline nodes.\n\n- **title**: Document title (unique, must be first child of doc). attrs: `align` (1=left,2=center,3=right). content: inline nodes.\n- **paragraph**: Paragraph (also used for lists). attrs: `indent` (0|1), `contentIndent` (>=0), `align` (1|2|3), `listAttrs` `{id,type(1=unordered,2=ordered,3=task),styleType(1-13),level,styleFormat(1-9)}`. content: inline nodes.\n- **heading**: Heading h1-h6. attrs: `level` (1-6), `indent`, `contentIndent`, `align`, `listAttrs` (same as paragraph). content: inline nodes.\n- **blockQuote**: Quote block. attrs: `indent`, `contentIndent`, `align`. content: block nodes (paragraph, heading, etc.). Inline `br` for line breaks inside.\n- **codeBlock**: Code block. attrs: `lang` (1=plaintext,2=css,3=go,4=python,5=shell,...19=javascript,12=typescript,17=json,43=yaml, etc.), `autoWrap` (bool), `theme` (1=light,2=dark). content: text nodes (may contain `\\n`).\n- **highLightBlock**: Highlight block. attrs: `emoji` (required), `style {fontColor(1-12),backgroundColor(1-6),borderColor}`. content: block nodes. Cannot contain title, table, column, highLightBlock, lockBlock.\n- **lockBlock**: Content protection area (only file creator can edit). No attrs. content: block nodes. Cannot contain title, lockBlock.\n- **table**: Table. attrs: `borderStyle` (1=none,2=solid). content: tableRow nodes.\n - **tableRow**: Table row. No attrs. content: tableCell nodes.\n - **tableCell**: Cell. attrs: `width`, `height`, `colspan` (>=1), `rowspan` (>=1), `verticalAlign` (1=top,2=middle,3=bottom). content: block nodes.\n- **column**: Column layout (1-10 columns). attrs: `backgroundColor` (1-12). content: columnItem nodes.\n - **columnItem**: Column item. attrs: `width` (percent string e.g. "50.00%"), `backgroundColor` (1-42). content: block nodes.\n- **pictureColumn**: Side-by-side images (2-5). attrs: `width` (percent), `align` (1|2|3). content: picture nodes.\n- **picture**: Image. attrs (required: sourceKey, width, height): `sourceKey` (image resource id from attachment upload), `width`, `height`, `renderWidth`, `caption`, `rotate` (0|-90|-180|-270), `borderType` (0|1), `align`. No content.\n- **blockAnchor**: Placeholder. attrs (required: id, aimType, width, height): `id`, `aimType` (\'picture\'|\'video\'|\'processon\'|\'spreadsheet\'), `width`, `height`. No content.\n- **hr**: Horizontal rule. No attrs, no content.\n- **video**: Video. attrs (required: sourceId, sourceKey, width, height): `sourceId`, `sourceKey` (cover image id), `width`, `height`, `title`, `align`.\n- **audio**: Audio. attrs (required: sourceId): `sourceId`, `title`.\n- **videoLink**: Video link. attrs (required: url): `url`, `platform` (1=bilibili), `align`.\n- **countdown**: Countdown. attrs (required: type): `type` (1=date,2=time), `duration` (ms, 0-86399999000).\n- **map**: Map (Amap). attrs (required: lng, lat, address, addressName): `lng`, `lat`, `address`, `addressName`, `platform` (1), `mapZoom`, `align`.\n- **thirdResource**: 3rd-party embed. attrs (required: url): `url`, `type` (1=mooc,2=modao,3=masterGo,4=netease,5=aliyun,6=survey,7=figma,8=pixso,9=xiaohuazhuo), `align`.\n- **dbsheet**: Multi-dim table. attrs (required: sourceId): `sourceId`, `width`, `height`.\n- **spreadsheet**: Spreadsheet. attrs (required: sourceId): `sourceId`, `sheetId`.\n- **groupCard**: Group card. attrs (required: id, name, masterName): `id`, `name`, `masterName`.\n- **appComponent**: App plugin. attrs: `type` (1=vote,2=video_channel,...8=canvas).\n- **processon**: Flowchart/mindmap. attrs (required: type, sourceId, sourceKey, width, height): `type` (1=flow,2=mind), `sourceId`, `sourceKey`, `caption`, `rotate`, `width`, `height`, `renderWidth`, `borderType`, `align`.\n\n## Inline node types (used in content of paragraph, heading, blockQuote, title, codeBlock):\n- **text**: Text. `content` field is a non-empty string (only in codeBlock may contain `\\n`). Common attrs: `bold`, `italic`, `underline`, `strike`, `sup`, `sub` (all bool); `fontSize {fontSize: 9|11|13|15|16|19|22}`; `color {fontColor,backgroundColor,fontGradientColor(1-6)}`.\n- **emoji**: Emoji. attrs (required: emoji): single emoji character.\n- **br**: Line break (used inside blockQuote). No attrs.\n- **latex**: Formula. attrs (required: width, height, latexStr): `width`, `height`, `latexStr`.\n- **linkView**: Hyperlink view. attrs (required: title, url, viewType, sourceKey, description): `title`, `url`, `viewType` (1=title,2=card \u2014 card requires paragraph parent with no siblings), `sourceKey` (icon id), `description`.\n- **schedule**: Schedule. attrs (required: id, name, startTime, endTime): `id` (taskId|sid|teamId), `name`, `startTime` (unix ms), `endTime` (unix ms), `actionType` (1=partial,2=allday).\n- **staticTime**: Date. attrs (required: time): `time` (unix ms), `timeType` (1=date,2=datetime).\n- **WPSUser**: @mention. attrs (required: userId, name): `userId`, `name`, `avatar`.\n- **WPSDocument**: Cloud doc / local file. attrs (required: wpsDocumentId, wpsDocumentName, wpsDocumentType): `wpsDocumentId`, `wpsDocumentName`, `wpsDocumentType`, `wpsDocumentLink` (required for cloud doc), `viewType` (1=title,2=preview,3=card,4=attachment \u2014 2/3/4 require paragraph parent with no siblings), `size` (bytes, required for local file), `width`, `height`, `align`.\n\n## Examples:\nParagraph: `{"type":"paragraph","content":[{"type":"text","content":"Hello"}]}`\nHeading h2: `{"type":"heading","attrs":{"level":2},"content":[{"type":"text","content":"Title"}]}`\nBold text: `{"type":"paragraph","content":[{"type":"text","attrs":{"bold":true},"content":"bold text"}]}`\nOrdered list: `{"type":"paragraph","attrs":{"listAttrs":{"type":2,"styleType":4,"level":0}},"content":[{"type":"text","content":"item 1"}]}`\nCode block: `{"type":"codeBlock","attrs":{"lang":19},"content":[{"type":"text","content":"console.log(\'hi\')"}]}`\nTable 2x2: `{"type":"table","attrs":{"borderStyle":2},"content":[{"type":"tableRow","content":[{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"A1"}]}]},{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"B1"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"A2"}]}]},{"type":"tableCell","attrs":{"width":200,"height":40},"content":[{"type":"paragraph","content":[{"type":"text","content":"B2"}]}]}]}]}`',parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/create)."},block_id:{type:"string",description:"Parent block id. Use the string `doc` to insert under the document root; otherwise use a block id from the query-document-blocks API."},index:{type:"integer",description:"Optional insert position (0-based, must be >= 0). 0 = insert before first child. To append at the end, use a large number (e.g. 9999) or omit this field. Negative values are NOT supported and will cause API errors."},content:{type:"array",description:"Required array of block nodes to insert. Each node has `type` (string), optional `attrs` (object), and optional `content` (child nodes or text string for text nodes). See description above for all supported block and inline types.",items:{type:"object",additionalProperties:!0}}},required:["wps_user_id","file_id","block_id","content"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=Sr(n,"content"),c=Ld(n,"index"),l=Bd({blockId:s,content:a,index:c}),d=it(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await Ke(o,d,async u=>{let p=await u.request({method:"POST",path:nt(i,"/blocks/create"),body:l});return p.data??p})}catch(o){return $e(o)}}}),t({name:"wps_airpage_query_document_blocks",description:"Query blocks from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON). JSON fields: required `blockId` (use literal `doc` to query the whole document tree, or pass a specific block id to query its children). Requires delegated Airpage permission (`kso.airpage.read` or `kso.airpage.readwrite` depending on app grants). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks)."},block_id:{type:"string",description:"Target block id mapped to request JSON field blockId. Use doc to query entire document blocks."}},required:["wps_user_id","file_id","block_id"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=Fd({blockId:s}),c=it(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await Ke(o,c,async l=>{let d=await l.request({method:"POST",path:nt(i,"/blocks"),body:a});return d.data??d})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_query_document_blocks",description:"Batch query blocks from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/batch_get`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON field `blockIds` (string array). Use this when querying multiple specific block ids in one request. Requires delegated Airpage permission (`kso.airpage.read` or `kso.airpage.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_get)."},block_ids:{type:"array",description:"Required block id list mapped to JSON blockIds for batch query.",items:{type:"string"}}},required:["wps_user_id","file_id","block_ids"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=zd(n,"block_ids"),a=Gd({blockIds:s}),c=it(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await Ke(o,c,async l=>{let d=await l.request({method:"POST",path:nt(i,"/blocks/batch_get"),body:a});return d.data??d})}catch(o){return $e(o)}}}),t({name:"wps_airpage_delete_block_content",description:"Delete block content from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/delete`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON fields: `blockId`, `startIndex`, `endIndex` (`endIndex` must be > `startIndex`). Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/delete)."},block_id:{type:"string",description:"Parent block id mapped to JSON field blockId. Commonly use doc for document root."},start_index:{type:"integer",description:"Required delete start position (mapped to JSON startIndex)."},end_index:{type:"integer",description:"Required delete end position (mapped to JSON endIndex), must be greater than start_index."}},required:["wps_user_id","file_id","block_id","start_index","end_index"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=D(n,"block_id"),a=kr(n,"start_index"),c=kr(n,"end_index"),l=Kd({blockId:s,startIndex:a,endIndex:c}),d=it(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await Ke(o,d,async u=>{let p=await u.request({method:"POST",path:nt(i,"/blocks/delete"),body:l});return p.data??p})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_delete_block_content",description:"Batch delete block content ranges from a Smart Document (Airpage): POST `/v7/airpage/{file_id}/blocks/batch_delete`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON), with JSON as an array of delete-range objects: `[{ blockId, startIndex, endIndex }]` and each item requires `endIndex > startIndex`. Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_delete)."},delete_items:{type:"array",description:"Required delete range array. Each item: block_id, start_index, end_index (end_index > start_index).",items:{type:"object",properties:{block_id:{type:"string"},start_index:{type:"integer"},end_index:{type:"integer"}},required:["block_id","start_index","end_index"]}}},required:["wps_user_id","file_id","delete_items"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),a=Sr(n,"delete_items").map((d,u)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`delete_items[${u}] must be an object`);let p=d,f=D(p,"block_id"),m=kr(p,"start_index"),g=kr(p,"end_index");return{blockId:f,startIndex:m,endIndex:g}}),c=Hd(a),l=it(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:nt(i,"/blocks/batch_delete"),body:c});return u.data??u})}catch(o){return $e(o)}}}),t({name:"wps_airpage_update_document_block",description:"Update Smart Document blocks via Airpage operation object: POST `/v7/airpage/{file_id}/blocks/update`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON) of ONE operation object (e.g. update_content, update_attrs, insert_table_rows, insert_table_columns, delete_table_rows, delete_table_columns, merge_table_cells, split_table_cell, replace_anchor, replace_feature). At minimum operation JSON should contain `operation` and `blockId`; other fields depend on operation type. Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/update)."},operation:{type:"object",description:"Required operation object that will be encoded as arg JSON. Must include operation + blockId. Example: {operation:'update_content', blockId:'xxx', content:[...]}",additionalProperties:!0}},required:["wps_user_id","file_id","operation"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),s=n.operation;if(!s||typeof s!="object"||Array.isArray(s))throw new Error("operation is required and must be an object");let c=Jd(s),l=it(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:nt(i,"/blocks/update"),body:c});return u.data??u})}catch(o){return $e(o)}}}),t({name:"wps_airpage_batch_update_document_blocks",description:"Batch update Smart Document blocks via Airpage operation array: POST `/v7/airpage/{file_id}/blocks/batch_update`. Body is `{ arg }` where `arg` is Base64(UTF-8 JSON) of an operation object array. Each operation object must include `operation` + `blockId`; other fields depend on operation type (update_content, update_attrs, insert_table_rows, insert_table_columns, delete_table_rows, delete_table_columns, merge_table_cells, split_table_cell, replace_anchor, replace_feature). Use SenderId as `wps_user_id`. Requires delegated `kso.airpage.readwrite`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},file_id:{type:"string",description:"Smart document file id (path segment in /v7/airpage/{file_id}/blocks/batch_update)."},operations:{type:"array",description:"Required operation object array. Each item must include operation + blockId; extra fields depend on operation type.",items:{type:"object",additionalProperties:!0}}},required:["wps_user_id","file_id","operations"]},async execute(r,n){try{let o=D(n,"wps_user_id"),i=D(n,"file_id"),a=Sr(n,"operations").map((d,u)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`operations[${u}] must be an object`);return d}),c=Xd(a),l=it(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await Ke(o,l,async d=>{let u=await d.request({method:"POST",path:nt(i,"/blocks/batch_update"),body:c});return u.data??u})}catch(o){return $e(o)}}})}var Yd="/v7/meeting_rooms",Qd="/v7/meeting_rooms/search",ec="/v7/meeting_room_bookings/batch_get",tc=["success","failed"];var zo=["success","failed","approving"];function Xt(e){return{error:e instanceof Error?e.message:String(e)}}function Re(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function Tt(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Ln(e,t){let r=e[t];if(r!=null){if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}}function Mo(e,t){let r=e[t];if(r==null)throw new Error(`${t} is required and must be a finite number`);if(typeof r=="number"&&Number.isFinite(r))return r;if(typeof r=="string"&&r.trim()!==""){let n=Number(r);if(Number.isFinite(n))return n}throw new Error(`${t} must be a finite number`)}function rc(e,t){let r=e[t];if(r!=null){if(typeof r=="boolean")return r;if(r==="true"||r==="false")return r==="true";throw new Error(`${t} must be a boolean`)}}function Lo(e,t){let r=e[t];if(r==null)return;if(!Array.isArray(r))throw new Error(`${t} must be an array`);let n=[];for(let o of r){if(typeof o!="string")throw new Error(`${t} entries must be strings`);let i=o.trim();i!==""&&n.push(i)}return n.length>0?n:void 0}function nc(e,t){let r=Lo(e,t);if(r===void 0)return;let n=new Set(zo),o=r.filter(i=>n.has(i));return o.length>0?o:void 0}function Wo(e){let t=Tt(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let r=t.trim();if(r!=="internal"&&r!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":r}}function ic(e){let t=e.pageSize??20,n={page_size:Math.max(1,Math.min(500,Math.trunc(t)))};return e.roomLevelId!==void 0&&e.roomLevelId.trim()!==""&&(n.room_level_id=e.roomLevelId.trim()),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function oc(e){let t=e.trim();if(!t)throw new Error("room_id must be a non-empty string");return`/v7/meeting_rooms/${encodeURIComponent(t)}`}function sc(e){let t=e.keyword.trim();if(!t)throw new Error("keyword is required and must be a non-empty string");let r=e.pageSize??20,n=Math.max(1,Math.min(100,Math.trunc(r))),o={keyword:t,page_size:n};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(o.page_token=e.pageToken.trim()),o}function ac(e){let t=Math.trunc(Number(e.startTimeSec)),r=Math.trunc(Number(e.endTimeSec));if(!Number.isFinite(t)||!Number.isFinite(r))throw new Error("start_time and end_time must be finite Unix timestamps in seconds");if(r<t)throw new Error("end_time must be >= start_time (Unix seconds)");let n=e.roomLevelId?.trim()??"",o=n!=="",i=e.roomIds?.filter(d=>d.trim()!=="").map(d=>d.trim())??[],s=i.length>0;if(o&&s)throw new Error("Provide either room_ids or room_level_id, not both");if(!o&&!s)throw new Error("Provide exactly one of room_ids (non-empty array) or room_level_id");let a=e.pageSize??20,c=Math.max(1,Math.min(500,Math.trunc(Number(a))));if(!Number.isFinite(c))throw new Error("page_size must be finite");let l={start_time:t,end_time:r,page_size:c};return o&&(l.room_level_id=n),s&&(l.room_ids=i),e.includeDeleted===!0&&(l.include_deleted=!0),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(l.page_token=e.pageToken.trim()),e.results!==void 0&&e.results.length>0&&(l.results=[...e.results]),l}function dc(e){let t=e.trim();if(!t)throw new Error("booking_id must be a non-empty string");return`/v7/meeting_room_bookings/${encodeURIComponent(t)}/update_status`}function cc(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function Bn(e,t){t({name:"wps_meeting_rooms_list",description:"List meeting rooms (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u5217\u8868): GET `/v7/meeting_rooms`. Uses **application** access_token (client_credentials); requires app scopes **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`** on the Open Platform (often **app-only**, not user OAuth). Still pass SenderId as `wps_user_id` for session context (not sent as HTTP user identity). Optional: `room_level_id` (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id), `page_size` (default 20, max 500), `page_token` (omit on first page). Response `data` typically includes `items[]` (id, name, capacity, level_id, disable, remark, device_list, tag_list) and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_level_id:{type:"string",description:"Optional. Meeting room level id (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 500 client cap)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Tt(n,"room_level_id"),i=Ln(n,"page_size"),s=Tt(n,"page_token"),a=ic({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:Yd,query:a});return c.data??c}catch(o){return Xt(o)}}}),t({name:"wps_meeting_rooms_get",description:"Get meeting room details (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u8BE6\u60C5): GET `/v7/meeting_rooms/{room_id}`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required: `room_id` from `wps_meeting_rooms_list` items[]. Response `data` is a single room object (id, name, capacity, level_id, disable, remark, device_list, tag_list).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_id:{type:"string",description:"Meeting room id from the meeting room list (\u4F1A\u8BAE\u5BA4 id\uFF0C\u53EF\u901A\u8FC7\u4F1A\u8BAE\u5BA4\u5217\u8868\u67E5\u8BE2)."}},required:["wps_user_id","room_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"room_id"),i=await e.request({method:"GET",path:oc(o)});return i.data??i}catch(o){return Xt(o)}}}),t({name:"wps_meeting_rooms_search",description:"Search meeting rooms by keyword (\u641C\u7D22\u4F1A\u8BAE\u5BA4): POST `/v7/meeting_rooms/search`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required body: `keyword` (meeting room name search). Optional: `page_size` (default 20, max 100 per API), `page_token` (omit on first page; use data.next_page_token). Response `data` typically includes `items[]` and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Search keyword; supports meeting room name (\u641C\u7D22\u5173\u952E\u8BCD\uFF0C\u652F\u6301\u4F1A\u8BAE\u5BA4\u540D\u79F0\u641C\u7D22)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 100)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id","keyword"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"keyword"),i=Ln(n,"page_size"),s=Tt(n,"page_token"),a=sc({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:Qd,body:a});return c.data??c}catch(o){return Xt(o)}}}),t({name:"wps_meeting_room_bookings_batch_get",description:"Batch query meeting room bookings (\u6279\u91CF\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u9884\u7EA6): POST `/v7/meeting_room_bookings/batch_get`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required JSON body params: `start_time`, `end_time` (**Unix timestamps in seconds**). Exactly one of: non-empty **`room_ids`** (string[]) **or** **`room_level_id`** (string)\u2014not both, not neither. Optional: `include_deleted` (boolean, default false), `page_size` (default 20, max 500), `page_token`, `results` filter array (`success`|`failed`|`approving`). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},start_time:{type:"number",description:"Query window start (**Unix timestamp in seconds**, \u5FC5\u586B)."},end_time:{type:"number",description:"Query window end (**Unix timestamp in seconds**, \u5FC5\u586B)."},room_ids:{type:"array",items:{type:"string"},description:"Meeting room id list. Mutually exclusive with room_level_id."},room_level_id:{type:"string",description:"Meeting room level id. Mutually exclusive with room_ids."},include_deleted:{type:"boolean",description:"Whether to include deleted bookings (\u9ED8\u8BA4 false)."},page_size:{type:"number",description:"Page size (default 20 per API, max 500 client cap)."},page_token:{type:"string",description:"Pagination token; omit on first page when unused."},results:{type:"array",items:{type:"string",enum:[...zo]},description:"Optional filter by reservation result: success, failed, approving."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","start_time","end_time"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Mo(n,"start_time"),i=Mo(n,"end_time"),s=Lo(n,"room_ids"),a=Tt(n,"room_level_id"),c=rc(n,"include_deleted"),l=Ln(n,"page_size"),d=Tt(n,"page_token"),u=nc(n,"results"),p=ac({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:u??void 0}),f=await e.request({method:"POST",path:ec,body:p,headers:Wo(n)});return f.data??f}catch(o){return Xt(o)}}}),t({name:"wps_meeting_room_bookings_update_status",description:"Update meeting room booking status (\u66F4\u65B0\u4F1A\u8BAE\u5BA4\u9884\u7EA6\u72B6\u6001): POST `/v7/meeting_room_bookings/{booking_id}/update_status`. Uses **application** access_token; requires app **`kso.meeting_rooms.readwrite`** (per API). Pass SenderId as `wps_user_id` for context only. Path: **`booking_id`** from booking list / batch query (`items[].id`). JSON body: **`status`** enum **`success`** (\u9884\u7EA6\u6210\u529F) or **`failed`** (\u9884\u7EA6\u5931\u8D25). Optional `x_kso_id_type` \u2192 `X-Kso-Id-Type` header.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},booking_id:{type:"string",description:"Meeting room booking id (\u4F1A\u8BAE\u5BA4\u9884\u7EA6 id\uFF0C\u53EF\u4ECE\u6279\u91CF\u67E5\u8BE2\u9884\u7EA6\u7B49\u63A5\u53E3 items[].id \u53D6\u5F97)."},status:{type:"string",enum:[...tc],description:"Updated reservation outcome: success or failed."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","booking_id","status"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"booking_id"),i=Re(n,"status"),s=cc(i),a=await e.request({method:"POST",path:dc(o),body:s,headers:Wo(n)});return a.data??a}catch(o){return Xt(o)}}})}var he={type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},xe={type:"string",description:"Smart Sheet file ID."},st={type:"integer",description:"Worksheet ID (integer). From wps_airsheet_list_worksheets."};async function lc(e,t,r){return pe({wpsUserId:e,authCardOriginalMessage:"",needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u667A\u80FD\u8868\u683C\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",logTag:t,run:r})}function ge(e,t){return async(r,n)=>{try{let o=T(n,"wps_user_id");return await lc(o,e,i=>t(n,i))}catch(o){return ie(o)}}}function Fn(e,t){t({name:"wps_airsheet_create_file",description:"Create a Smart Sheet (\u667A\u80FD\u8868\u683C / AirSheet): POST `/v7/airsheet/files`. Creates a new smart sheet file in the specified drive. Required: `drive_id` (from `wps_cloud_doc_list_drives`), `name` (file name, may omit extension; if extension is provided it must be `ksheet`). Optional: `on_name_conflict` (`rename` (default) | `fail`), `parent_id` (folder id, empty = root), `parent_path` (string array of folder names as relative path; auto-created if not exists). Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `id`, `link_id`, `link_url`, `name`, `parent_id`.",parameters:{type:"object",properties:{wps_user_id:he,drive_id:{type:"string",description:"Target drive id (from wps_cloud_doc_list_drives)."},name:{type:"string",description:"File name. May omit extension; if extension is provided it must be ksheet."},on_name_conflict:{type:"string",enum:["rename","fail"],description:"Optional. Strategy when name conflicts: rename (default) or fail."},parent_id:{type:"string",description:"Optional. Parent folder id. Empty means root directory."},parent_path:{type:"array",items:{type:"string"},description:"Optional. Relative path as array of folder names (not ids). If the path does not exist, the system will auto-create it."}},required:["wps_user_id","drive_id","name"]},execute:ge("wps_airsheet_create_file",async(r,n)=>{let o=T(r,"drive_id"),i=T(r,"name"),s=V(r,"on_name_conflict"),a=V(r,"parent_id"),c=Qe(r,"parent_path");if(s&&s!=="rename"&&s!=="fail")throw new Error("on_name_conflict must be 'rename' or 'fail'");let l={drive_id:o,name:i};s&&(l.on_name_conflict=s),a!==void 0&&(l.parent_id=a),c&&c.length>0&&(l.parent_path=c);let d=await n.request({method:"POST",path:"/v7/airsheet/files",body:l});return d.data??d})}),t({name:"wps_airsheet_create_worksheet",description:"Create a worksheet in a Smart Sheet (\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets`. Creates a new worksheet (tab) inside an existing smart sheet file. Required: `file_id`, `position` (object \u2014 at least one of `after_sheet_id`, `before_sheet_id`, or `end` must be set). Optional: `name` (worksheet name), `col_width` (default column width in pixels). Position rules: set `end: true` to append at the end; or use `after_sheet_id`/`before_sheet_id` (integer) to place relative to an existing sheet. Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer).",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,name:{type:"string",description:"Optional. Worksheet name."},col_width:{type:"number",description:"Optional. Default column width in pixels."},position:{type:"object",description:"Insertion position. Must provide at least one of: after_sheet_id (integer), before_sheet_id (integer), end (boolean, true = append).",properties:{after_sheet_id:{type:"integer",description:"Insert after this sheet id."},before_sheet_id:{type:"integer",description:"Insert before this sheet id."},end:{type:"boolean",description:"If true, append at the end."}}}},required:["wps_user_id","file_id","position"]},execute:ge("wps_airsheet_create_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=V(r,"name"),s=Z(r,"col_width"),a=r.position;if(!a||typeof a!="object")throw new Error("position is required and must be an object");let c=a,l={},d=Z(c,"after_sheet_id");d!==void 0&&(l.after_sheet_id=d);let u=Z(c,"before_sheet_id");u!==void 0&&(l.before_sheet_id=u);let p=re(c,"end");p!==void 0&&(l.end=p);let f={position:l};i!==void 0&&(f.name=i),s!==void 0&&(f.col_width=s);let m=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`,body:f});return m.data??m})}),t({name:"wps_airsheet_list_worksheets",description:"List worksheets in a Smart Sheet (\u83B7\u53D6 Sheet \u5217\u8868\u4FE1\u606F): GET `/v7/airsheet/{file_id}/worksheets`. Returns all worksheets (tabs) in the specified smart sheet file. Each sheet includes: `sheet_id` (integer), `name`, `index`, `hidden`, `empty`, `max_row`, `max_col`, `resource_type` (et = normal spreadsheet), and `active_area` (col_from, col_to, row_from, row_to \u2014 the editing region). Use this to discover `sheet_id` before reading/writing data. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe},required:["wps_user_id","file_id"]},execute:ge("wps_airsheet_list_worksheets",async(r,n)=>{let o=T(r,"file_id"),i=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`});return i.data??i})}),t({name:"wps_airsheet_copy_worksheet",description:"Copy a worksheet (\u590D\u5236\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/copy`. Duplicates an existing worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer, from `wps_airsheet_list_worksheets`). Optional: `copy_first_sheet` (boolean \u2014 if true, copies the first sheet regardless of `worksheet_id`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer) \u2014 the new copied sheet's id.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,copy_first_sheet:{type:"boolean",description:"Optional. If true, copies the first sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_copy_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=re(r,"copy_first_sheet"),a={};s!==void 0&&(a.copy_first_sheet=s);let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/copy`,body:a});return c.data??c})}),t({name:"wps_airsheet_update_worksheet",description:"Update a worksheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/update`. Renames or moves a worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer). Optional: `name` (new worksheet name), `move_sheet_id` (integer \u2014 reference sheet id for move), `move_type` (`sheet_move_type_before` | `sheet_move_type_after` \u2014 move before/after the reference sheet). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,name:{type:"string",description:"Optional. New worksheet name."},move_sheet_id:{type:"integer",description:"Optional. Reference sheet id for repositioning."},move_type:{type:"string",enum:["sheet_move_type_before","sheet_move_type_after"],description:"Optional. Move before or after the reference sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_update_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=V(r,"name"),a=Z(r,"move_sheet_id"),c=V(r,"move_type");if(c&&c!=="sheet_move_type_before"&&c!=="sheet_move_type_after")throw new Error("move_type must be 'sheet_move_type_before' or 'sheet_move_type_after'");let l={};s!==void 0&&(l.name=s),a!==void 0&&(l.move_sheet_id=a),c!==void 0&&(l.move_type=c);let d=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/update`,body:l});return d.data??d})}),t({name:"wps_airsheet_delete_worksheets",description:"Delete worksheets (\u5220\u9664\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/batch_delete`. Batch-deletes one or more worksheets by their IDs. **This operation is irreversible.** Required: `file_id`, `worksheet_ids` (array of integers \u2014 sheet IDs from `wps_airsheet_list_worksheets`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_ids:{type:"array",items:{type:"integer"},description:"Array of worksheet IDs (integers) to delete."}},required:["wps_user_id","file_id","worksheet_ids"]},execute:ge("wps_airsheet_delete_worksheets",async(r,n)=>{let o=T(r,"file_id"),i=r.worksheet_ids;if(!Array.isArray(i)||i.length===0)throw new Error("worksheet_ids must be a non-empty array of integers");let s=i.map((c,l)=>{let d=typeof c=="number"?c:parseInt(String(c),10);if(!Number.isFinite(d)||d<0)throw new Error(`worksheet_ids[${l}] must be a non-negative integer`);return d}),a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/batch_delete`,body:{worksheet_ids:s}});return a.data??a})}),t({name:"wps_airsheet_create_rows",description:"Create rows in a worksheet (\u521B\u5EFA\u884C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/rows`. Inserts one or more rows with cell data into the specified worksheet. Required: `file_id`, `worksheet_id` (integer). Optional: `range_data` (array of cell objects). Each cell object can include: `col` (integer, 0-based column index), `formula` (string, cell formula or plain value), `op_type` (string, e.g. `cell_operation_type_formula`), `cell_pic_info` (object for image cells: `{ height, width, pic_content, tag }` where tag = `sheet_pic_type_local`). If `range_data` is omitted, an empty row is appended. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,range_data:{type:"array",description:"Optional. Array of cell data objects. Each: { col: integer (0-based), formula?: string, op_type?: string, cell_pic_info?: { height: number, width: number, pic_content: string, tag: string } }.",items:{type:"object",properties:{col:{type:"integer",description:"0-based column index."},formula:{type:"string",description:"Cell formula or plain text value."},op_type:{type:"string",description:"Operation type, e.g. cell_operation_type_formula."},cell_pic_info:{type:"object",description:"Image cell info: { height, width, pic_content, tag }.",properties:{height:{type:"number"},width:{type:"number"},pic_content:{type:"string"},tag:{type:"string",description:"e.g. sheet_pic_type_local"}}}}}}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_create_rows",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s={},a=r.range_data;if(a!=null){if(!Array.isArray(a))throw new Error("range_data must be an array");s.range_data=a}let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/rows`,body:s});return c.data??c})}),t({name:"wps_airsheet_get_range_data",description:"Get cell range data (\u83B7\u53D6\u5355\u5143\u683C\u9009\u533A\u6570\u636E): GET `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data`. Reads cell values from a rectangular region defined by row/col indices (0-based). Required: `file_id`, `worksheet_id` (integer), `row_from`, `row_to`, `col_from`, `col_to` (all integers). Use `wps_airsheet_list_worksheets` first to get `sheet_id` and `active_area` for valid ranges. Response: `data.range_data` array of cell objects, each with: `cell_text` (display value), `col_from`, `col_to`, `row_from`, `row_to`, `is_cell_pic` (boolean), `num_format`, `original_cell_value` (formula bar value), `pic_content`, `pic_data` (image id for online files), `sha1` (image hash for local images), `tag`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,row_from:{type:"integer",description:"Start row index (0-based, inclusive)."},row_to:{type:"integer",description:"End row index (0-based, inclusive)."},col_from:{type:"integer",description:"Start column index (0-based, inclusive)."},col_to:{type:"integer",description:"End column index (0-based, inclusive)."}},required:["wps_user_id","file_id","worksheet_id","row_from","row_to","col_from","col_to"]},execute:ge("wps_airsheet_get_range_data",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=Z(r,"row_from"),a=Z(r,"row_to"),c=Z(r,"col_from"),l=Z(r,"col_to");if(s===void 0||a===void 0||c===void 0||l===void 0)throw new Error("row_from, row_to, col_from, col_to are all required");let d=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data`,query:{row_from:s,row_to:a,col_from:c,col_to:l}});return d.data??d})}),t({name:"wps_airsheet_find_cells",description:"Find cells in a worksheet (\u67E5\u627E\u5355\u5143\u683C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/find`. Searches cells within a specified range using filter conditions, with optional pagination and deduplication. Required: `file_id`, `worksheet_id`, `filter` (object), `range` (object with row_from/row_to/col_from/col_to). Optional: `ignore_hidden_cell` (boolean, default false \u2014 skip hidden cells), `option_cols` (array of integers \u2014 column indices to get option/dropdown values for), `page` (object: { page: integer (min 1), page_size: integer (default 100) }), `show_total` (boolean, default false \u2014 include total count in response). \n\n**filter structure**: `{ condition: [{ col: integer, info: [{ value: string }], mode: 'filter_mode_and' | 'filter_mode_or' }], duplicates: { col: [integer] }, search: [{ col: integer, value: [string] }] }`. All sub-fields in filter are optional. \n\nResponse: `data.range_data` (matched cells), `data.merge_range_data` (merged cell data), `data.option_col` (option column results with texts/count), `data.result_type` (0=fail, 1=success), `data.total`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,filter:{type:"object",description:"Filter conditions. Structure: { condition?: [{ col: int, info: [{ value: string }], mode: 'filter_mode_and'|'filter_mode_or' }], duplicates?: { col: [int] }, search?: [{ col: int, value: [string] }] }."},range:{type:"object",description:"Search range (required). { row_from: int, row_to: int, col_from: int, col_to: int }.",properties:{row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."},col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."}},required:["row_from","row_to","col_from","col_to"]},ignore_hidden_cell:{type:"boolean",description:"Optional. If true, skip hidden cells. Default false."},option_cols:{type:"array",items:{type:"integer"},description:"Optional. Column indices to retrieve option/dropdown values for (relative to range)."},page:{type:"object",description:"Optional pagination. { page: integer (min 1), page_size: integer (default 100) }.",properties:{page:{type:"integer",description:"Page number, min 1."},page_size:{type:"integer",description:"Page size, default 100."}}},show_total:{type:"boolean",description:"Optional. If true, include total count in response. Default false."}},required:["wps_user_id","file_id","worksheet_id","filter","range"]},execute:ge("wps_airsheet_find_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.filter;if(!s||typeof s!="object")throw new Error("filter is required and must be an object");let a=r.range;if(!a||typeof a!="object")throw new Error("range is required and must be an object");let c={filter:s,range:a},l=re(r,"ignore_hidden_cell");l!==void 0&&(c.ignore_hidden_cell=l);let d=r.option_cols;if(d!=null){if(!Array.isArray(d))throw new Error("option_cols must be an array of integers");c.option_cols=d.map((m,g)=>{let y=typeof m=="number"?m:parseInt(String(m),10);if(!Number.isFinite(y)||y<0)throw new Error(`option_cols[${g}] must be a non-negative integer`);return y})}let u=r.page;if(u!=null){if(typeof u!="object")throw new Error("page must be an object");c.page=u}let p=re(r,"show_total");p!==void 0&&(c.show_total=p);let f=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/find`,body:c});return f.data??f})}),t({name:"wps_airsheet_batch_update_cells",description:"Batch update cell range data (\u66F4\u65B0\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_update`. Updates one or more cells in a worksheet. Each cell in `range_data` specifies its position (row_from, row_to, col_from, col_to) and operation type (`op_type`). \n\n**op_type values**: `cell_operation_type_formula` \u2014 set cell value/formula (use `formula` field), `cell_operation_type_picture` \u2014 set cell image (use `cell_pic_info` with height/width/pic_content/tag), `cell_operation_type_format` \u2014 set cell formatting (use `xf` field for styles), `cell_operation_type_merge` \u2014 merge cells (use `merge_type`: merge_type_center / merge_type_content / merge_type_same / merge_type_columns). \n\n**cell_pic_info.tag values**: `sheet_pic_type_local`, `sheet_pic_type_attachment`, `sheet_pic_type_url`. \n\n**xf (format) object** includes: `alc_h` (horizontal align), `alc_v` (vertical align), border colors (`clr_bottom/clr_top/clr_left/clr_right/clr_diag_down/clr_diag_up/clr_inside_horz/clr_inside_vert` \u2014 each `{tint,type,value}`), border styles (`dg_bottom/dg_top/dg_left/dg_right/dg_diag_down/dg_diag_up/dg_inside_horz/dg_inside_vert`), `fill` ({back:{tint,type,value}, fore:{tint,type,value}, type}), `font` ({bls,char_set,color:{tint,type,value},dy_height,italic,name,sss,strikeout,theme_font,uls}), `hidden`, `indent`, `locked`, `mask_cats`, `mask_cats_font`, `numfmt`, `reading_order`, `shrink_to_fit`, `trot`, `wrap`. \n\nRequires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,range_data:{type:"array",description:"Array of cell update objects. Each must include: row_from (int), row_to (int), col_from (int), col_to (int), op_type (string). Depending on op_type, also include: formula (string), cell_pic_info (object), merge_type (string), xf (format object).",items:{type:"object",properties:{row_from:{type:"integer",description:"Start row (0-based)."},row_to:{type:"integer",description:"End row (0-based)."},col_from:{type:"integer",description:"Start column (0-based)."},col_to:{type:"integer",description:"End column (0-based)."},op_type:{type:"string",enum:["cell_operation_type_formula","cell_operation_type_picture","cell_operation_type_format","cell_operation_type_merge"],description:"Cell operation type."},formula:{type:"string",description:"Cell value or formula (for op_type=formula)."},cell_pic_info:{type:"object",description:"Image info (for op_type=picture): { height, width, pic_content, tag }."},merge_type:{type:"string",enum:["merge_type_center","merge_type_content","merge_type_same","merge_type_columns"],description:"Merge type (for op_type=merge)."},xf:{type:"object",description:"Format/style object (for op_type=format). See tool description for full structure."}},required:["row_from","row_to","col_from","col_to","op_type"]}}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_update_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.range_data;if(!Array.isArray(s)||s.length===0)throw new Error("range_data must be a non-empty array");let a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/batch_update`,body:{range_data:s}});return a.data??a})}),t({name:"wps_airsheet_batch_delete_cells",description:"Batch delete cell range data (\u5220\u9664\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_delete`. Deletes data in specified cell ranges. Caller must ensure row/col indices are within the worksheet's max row/col limits (obtainable via getSheetInfo). \n\nRequired: `file_id`, `worksheet_id`, `range_data` (array of range objects, each with `col_from`, `col_to`, `row_from`, `row_to` \u2014 all integers, required). \n\nOptional: `shift_type` \u2014 how remaining cells shift after deletion. Values: `shift_up` (default, shift up) or `shift_left` (shift left). \n\nResponse: `{ code, msg }`. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:xe,worksheet_id:st,range_data:{type:"array",description:"Array of range objects to delete. Each must include col_from, col_to, row_from, row_to (all integers).",items:{type:"object",properties:{col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."},row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."}},required:["col_from","col_to","row_from","row_to"]}},shift_type:{type:"string",enum:["shift_up","shift_left"],description:"Optional. How remaining cells shift after deletion. Default: shift_up."}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_delete_cells",async(r,n)=>{let o=T(r,"file_id"),i=Me(r,"worksheet_id"),s=r.range_data;if(!Array.isArray(s)||s.length===0)throw new Error("range_data must be a non-empty array");let a={range_data:s},c=V(r,"shift_type");c!==void 0&&(a.shift_type=c);let l=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/batch_delete`,body:a});return l.data??l})})}function pc(){return new Proxy({},{get(e,t,r){let n=Rr(),o=Reflect.get(n,t,r);return typeof o=="function"?o.bind(n):o}})}function Bo(e){let t=[],r=o=>{e(()=>({name:o.name,label:o.name,description:o.description,parameters:o.parameters,async execute(s,a){let c=await o.execute(s,a);if(c&&typeof c=="object"&&"error"in c)throw new Error(c.error);return{content:[{type:"text",text:JSON.stringify(c,null,2)}],details:c}}}),{name:o.name}),t.push(o.name)},n=pc();return An(n,r),On(n,r),Cn(n,r),Sn(n,r),Un(n,r),Nn(n,r),Mn(n,r),jn(n,r),zn(n,r),Bn(n,r),Fn(n,r),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var uc={id:De,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:ki(),register(e){lo(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:En}),typeof e.registerTool=="function"){t.info(`[${De}] registerTool is available (type: ${typeof e.registerTool})`);try{let r=Bo(e.registerTool);t.info(`[${De}] registered ${r} WPS OAPI tool factories`)}catch(r){t.error(`[${De}] tool registration failed: ${r}`)}}else t.warn(`[${De}] registerTool not available (type: ${typeof e.registerTool})`);t.info(`[${De}] plugin registered`)}},yu=uc;export{yu as default};
|
|
35
35
|
//# sourceMappingURL=__bundle.tmp.js.map
|