@wps365/openclaw-wpsxiezuo 1.10.2-beta.1 → 1.10.2
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 +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var mo=Object.defineProperty;var fe=(e,t)=>()=>(e&&(t=e(e=0)),t);var Un=(e,t)=>{for(var r in t)mo(e,r,{get:t[r],enumerable:!0})};function yr(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 He,de,Tt=fe(()=>{"use strict";He=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}},de=class extends Error{cause;name="WpsTokenError";constructor(t,r){super(t),this.cause=r}}});function yo(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=Nn.get(t);return r||(r=new Kt(e),Nn.set(t,r)),r}var ho,go,Kt,Nn,wr=fe(()=>{"use strict";Tt();ho=6e4,go=["/oauth2/token","/openapi/oauth2/token"];Kt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-ho)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 go){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}: ${yo(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 de(r)}},Nn=new Map});import{z as S}from"zod";function Jt(e){return Ht}function Xt(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:qe}function kr(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?{}:{[qe]:{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 _e(e){return!e?.appId||!e?.appSecret?null:{clientId:e.appId,clientSecret:e.appSecret,baseUrl:e.baseUrl??"https://openapi.wps.cn"}}var jn,Mn,Wn,zn,Ln,Bn,Ht,br,Ir,E,Ce,qe,st=fe(()=>{"use strict";jn=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),Mn=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),Wn=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"])}),zn=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),Ln=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)}),Bn=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Ht="https://365.kdocs.cn/woa/openclaw/callback",br=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:Bn.optional(),sdk:Ln.optional(),dmPolicy:jn.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),Mn).optional(),instantAck:zn.optional(),robotJoinGroupMessage:S.string().optional(),mcp:Wn.optional()}),Ir=br.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),br).optional()});E="wps-xiezuo",Ce="wps-xiezuo",qe="default"});var Or={};Un(Or,{currentAccountId:()=>xr,getDefaultAccountId:()=>Tr,getDelegatedScopes:()=>Ot,getLazyClient:()=>Er,getLazyCreds:()=>Yt,getLazyLog:()=>xe,getLazyWpsCfg:()=>Pr,runWithAccountId:()=>Vt,setAccountContext:()=>Zt,setDefaultAccountId:()=>vr,setDelegatedScopes:()=>ko,setLazyClient:()=>Io,updateDelegatedScopes:()=>Pt});import{AsyncLocalStorage as wo}from"node:async_hooks";function Vt(e,t){return Sr.run(e,t)}function xr(){return Sr.getStore()}function Zt(e,t){if(!e?.trim())throw new Error("setAccountContext: accountId must not be empty");at.set(e,{...t,delegatedScopes:t.delegatedScopes??[]})}function vr(e){Je=e}function Tr(){return Je}function bo(e){if(e)return e;let t=Sr.getStore();if(t)return t;if(Je)return Je;if(at.size===1)return at.keys().next().value;throw new Error("WPS accountId required: multiple accounts configured but no accountId specified and no default set")}function Et(e){let t=bo(e),r=at.get(t);if(!r)throw new Error(`WPS account context not initialized for "${t}" (startAccount has not been called)`);return r}function Er(e){return Et(e).client}function xe(e){if(!e&&!Je&&at.size===0)return null;try{return Et(e).log}catch{return null}}function Pr(e){return Et(e).wpsCfg}function Yt(e){return Et(e).creds}function Pt(e,t){let r=at.get(e);r&&(r.delegatedScopes=t)}function Ot(e){try{return Et(e).delegatedScopes}catch{return[]}}function Io(e,t,r,n){Zt(Je??"default",{client:e,log:t??null,wpsCfg:r,creds:n})}function ko(e){Pt(Je??"default",e)}var Sr,at,Je,De=fe(()=>{"use strict";Sr=new wo;at=new Map,Je=null});function Qt(e,t){return`${e}:${t}`}function Ar(e,t){Fn.set(e,t)}function $r(e,t,r){let n=Qt(e,t);dt.set(n,r),Kn(e,t,r)}function At(e,t){let r=Qt(e,t),n=dt.get(r);return n?Date.now()>=n.expiresAt?(dt.delete(r),Gn(r),null):n.accessToken:null}function Gn(e){let t=ct.get(e);t&&(clearTimeout(t),ct.delete(e))}function Kn(e,t,r){let n=Qt(e,t);if(Gn(n),!r.refreshToken)return;let o=Math.max(r.expiresAt-Date.now()-So,1e4),i=setTimeout(()=>{xo(e,t).catch(s=>{xe(e)?.warn?.(`[TokenStore] Refresh failed for account=${e} user=${t}, token cleared \u2014 next tool call will trigger re-auth: ${String(s)}`),dt.delete(n),ct.delete(n)})},o);i.unref?.(),ct.set(n,i)}async function xo(e,t){let r=Qt(e,t),n=dt.get(r);if(!n?.refreshToken){ct.delete(r);return}let o=Fn.get(e);if(!o){xe(e)?.warn?.(`[TokenStore] Refresh skipped for account=${e} user=${t}: refreshCtx not set yet`),ct.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 de(`OAuth refresh: non-JSON response (${a.status}): ${c.slice(0,200)}`)}if(!a.ok||typeof l.code=="number"&&l.code!==0)throw new de(`OAuth refresh failed (${a.status}): ${JSON.stringify(l)}`);let d=typeof l.access_token=="string"?l.access_token:"";if(!d)throw new de(`OAuth refresh: missing access_token: ${JSON.stringify(l)}`);let p=typeof l.expires_in=="number"?l.expires_in:7200,u={accessToken:d,refreshToken:typeof l.refresh_token=="string"?l.refresh_token:n.refreshToken,expiresAt:Date.now()+p*1e3,openid:typeof l.openid=="string"?l.openid:n.openid};dt.set(r,u),Kn(e,t,u)}async function Rr(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??Ht}),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 de(`OAuth code exchange: non-JSON response (${n.status}): ${o.slice(0,200)}`)}if(!n.ok||typeof i.code=="number"&&i.code!==0)throw new de(`OAuth code exchange failed (${n.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new de(`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 dt,ct,So,Fn,lt=fe(()=>{"use strict";Tt();st();De();dt=new Map,ct=new Map,So=5*6e4,Fn=new Map});function L(e,t){return new $t(e,new er(t))}function Cr(e,t){return new $t(e,new tr(t))}var er,tr,$t,rr=fe(()=>{"use strict";Tt();er=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},tr=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},$t=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 u=JSON.parse(a);c=u.code??u.result}catch{}let{hint:l,retriable:d}=yr(i.status),p=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${p} body=${a}`),new He(`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 He(`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 He(`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 vo}from"image-size";function Rt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let r=e;for(let n of To){let o=r[n];if(typeof o=="string"&&o.trim())return o.trim()}return r.data&&typeof r.data=="object"?Rt(r.data,t+1):null}function qr(e){let t=Rt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function Xe(e){try{let t=vo(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var To,Ct=fe(()=>{"use strict";To=["url","download_url","downloadUrl","file_url","fileUrl"]});async function Ur(e,t,r){let n=z(e);await L(e.baseUrl,n).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/create`,body:{reaction_type:Dr}})}async function Nr(e,t,r,n){try{let o=z(e);await L(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/delete`,body:{reaction_type:Dr}})}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 Dr,jr=fe(()=>{"use strict";wr();rr();Dr="emoji_busy"});var qt=fe(()=>{"use strict";Tt();wr();lt();rr();Ct();jr();st()});function yi(e){let t=Yr.get(e);return!!t&&Date.now()-t<6e4}function wi(e){Yr.set(e,Date.now())}function bi(e){Yr.delete(e)}var Yr,Qr=fe(()=>{"use strict";Yr=new Map});var rn={};Un(rn,{buildAuthCard:()=>xi,buildAuthSuccessCard:()=>vi,buildAuthorizeUrl:()=>Si,decodeState:()=>ki,encodeState:()=>Ii,handleAuthEvent:()=>cs,sendAuthCard:()=>tn});import{randomBytes as ss}from"node:crypto";function Ii(e){let t=ss(16).toString("hex");e.nonce=t;let r=t;return jt.set(r,e),setTimeout(()=>jt.delete(r),10*6e4).unref?.(),r}function ki(e){let t=jt.get(e);return t&&jt.delete(e),t??null}function Si(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 xi(e,t,r){let n=t.length>or,i=(n?t.slice(0,or):t).join(`
|
|
1
|
+
var mo=Object.defineProperty;var fe=(e,t)=>()=>(e&&(t=e(e=0)),t);var Un=(e,t)=>{for(var r in t)mo(e,r,{get:t[r],enumerable:!0})};function yr(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 He,de,Tt=fe(()=>{"use strict";He=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}},de=class extends Error{cause;name="WpsTokenError";constructor(t,r){super(t),this.cause=r}}});function yo(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=Nn.get(t);return r||(r=new Kt(e),Nn.set(t,r)),r}var ho,go,Kt,Nn,wr=fe(()=>{"use strict";Tt();ho=6e4,go=["/oauth2/token","/openapi/oauth2/token"];Kt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-ho)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 go){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}: ${yo(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 de(r)}},Nn=new Map});import{z as S}from"zod";function Jt(e){return Ht}function Xt(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:qe}function kr(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?{}:{[qe]:{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 _e(e){return!e?.appId||!e?.appSecret?null:{clientId:e.appId,clientSecret:e.appSecret,baseUrl:e.baseUrl??"https://openapi.wps.cn"}}var jn,Mn,Wn,zn,Ln,Bn,Ht,br,Ir,E,Ce,qe,st=fe(()=>{"use strict";jn=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),Mn=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),Wn=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"])}),zn=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),Ln=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)}),Bn=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Ht="https://365.kdocs.cn/woa/openclaw/callback",br=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:Bn.optional(),sdk:Ln.optional(),dmPolicy:jn.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),Mn).optional(),instantAck:zn.optional(),robotJoinGroupMessage:S.string().optional(),mcp:Wn.optional()}),Ir=br.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),br).optional()});E="wps-xiezuo",Ce="wps-xiezuo",qe="default"});var Ar={};Un(Ar,{currentAccountId:()=>xr,getDefaultAccountId:()=>Tr,getDelegatedScopes:()=>At,getLazyClient:()=>Er,getLazyCreds:()=>Yt,getLazyLog:()=>xe,getLazyWpsCfg:()=>Pr,runWithAccountId:()=>Vt,setAccountContext:()=>Zt,setDefaultAccountId:()=>vr,setDelegatedScopes:()=>ko,setLazyClient:()=>Io,updateDelegatedScopes:()=>Pt});import{AsyncLocalStorage as wo}from"node:async_hooks";function Vt(e,t){return Sr.run(e,t)}function xr(){return Sr.getStore()}function Zt(e,t){if(!e?.trim())throw new Error("setAccountContext: accountId must not be empty");at.set(e,{...t,delegatedScopes:t.delegatedScopes??[]})}function vr(e){Je=e}function Tr(){return Je}function bo(e){if(e)return e;let t=Sr.getStore();if(t)return t;if(Je)return Je;if(at.size===1)return at.keys().next().value;throw new Error("WPS accountId required: multiple accounts configured but no accountId specified and no default set")}function Et(e){let t=bo(e),r=at.get(t);if(!r)throw new Error(`WPS account context not initialized for "${t}" (startAccount has not been called)`);return r}function Er(e){return Et(e).client}function xe(e){if(!e&&!Je&&at.size===0)return null;try{return Et(e).log}catch{return null}}function Pr(e){return Et(e).wpsCfg}function Yt(e){return Et(e).creds}function Pt(e,t){let r=at.get(e);r&&(r.delegatedScopes=t)}function At(e){try{return Et(e).delegatedScopes}catch{return[]}}function Io(e,t,r,n){Zt(Je??"default",{client:e,log:t??null,wpsCfg:r,creds:n})}function ko(e){Pt(Je??"default",e)}var Sr,at,Je,De=fe(()=>{"use strict";Sr=new wo;at=new Map,Je=null});function Qt(e,t){return`${e}:${t}`}function Or(e,t){Fn.set(e,t)}function $r(e,t,r){let n=Qt(e,t);dt.set(n,r),Kn(e,t,r)}function Ot(e,t){let r=Qt(e,t),n=dt.get(r);return n?Date.now()>=n.expiresAt?(dt.delete(r),Gn(r),null):n.accessToken:null}function Gn(e){let t=ct.get(e);t&&(clearTimeout(t),ct.delete(e))}function Kn(e,t,r){let n=Qt(e,t);if(Gn(n),!r.refreshToken)return;let o=Math.max(r.expiresAt-Date.now()-So,1e4),i=setTimeout(()=>{xo(e,t).catch(s=>{xe(e)?.warn?.(`[TokenStore] Refresh failed for account=${e} user=${t}, token cleared \u2014 next tool call will trigger re-auth: ${String(s)}`),dt.delete(n),ct.delete(n)})},o);i.unref?.(),ct.set(n,i)}async function xo(e,t){let r=Qt(e,t),n=dt.get(r);if(!n?.refreshToken){ct.delete(r);return}let o=Fn.get(e);if(!o){xe(e)?.warn?.(`[TokenStore] Refresh skipped for account=${e} user=${t}: refreshCtx not set yet`),ct.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 de(`OAuth refresh: non-JSON response (${a.status}): ${c.slice(0,200)}`)}if(!a.ok||typeof l.code=="number"&&l.code!==0)throw new de(`OAuth refresh failed (${a.status}): ${JSON.stringify(l)}`);let d=typeof l.access_token=="string"?l.access_token:"";if(!d)throw new de(`OAuth refresh: missing access_token: ${JSON.stringify(l)}`);let p=typeof l.expires_in=="number"?l.expires_in:7200,u={accessToken:d,refreshToken:typeof l.refresh_token=="string"?l.refresh_token:n.refreshToken,expiresAt:Date.now()+p*1e3,openid:typeof l.openid=="string"?l.openid:n.openid};dt.set(r,u),Kn(e,t,u)}async function Rr(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??Ht}),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 de(`OAuth code exchange: non-JSON response (${n.status}): ${o.slice(0,200)}`)}if(!n.ok||typeof i.code=="number"&&i.code!==0)throw new de(`OAuth code exchange failed (${n.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new de(`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 dt,ct,So,Fn,lt=fe(()=>{"use strict";Tt();st();De();dt=new Map,ct=new Map,So=5*6e4,Fn=new Map});function L(e,t){return new $t(e,new er(t))}function Cr(e,t){return new $t(e,new tr(t))}var er,tr,$t,rr=fe(()=>{"use strict";Tt();er=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},tr=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},$t=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 u=JSON.parse(a);c=u.code??u.result}catch{}let{hint:l,retriable:d}=yr(i.status),p=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${p} body=${a}`),new He(`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 He(`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 He(`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 vo}from"image-size";function Rt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let r=e;for(let n of To){let o=r[n];if(typeof o=="string"&&o.trim())return o.trim()}return r.data&&typeof r.data=="object"?Rt(r.data,t+1):null}function qr(e){let t=Rt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function Xe(e){try{let t=vo(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var To,Ct=fe(()=>{"use strict";To=["url","download_url","downloadUrl","file_url","fileUrl"]});async function Ur(e,t,r){let n=z(e);await L(e.baseUrl,n).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/create`,body:{reaction_type:Dr}})}async function Nr(e,t,r,n){try{let o=z(e);await L(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/delete`,body:{reaction_type:Dr}})}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 Dr,jr=fe(()=>{"use strict";wr();rr();Dr="emoji_busy"});var qt=fe(()=>{"use strict";Tt();wr();lt();rr();Ct();jr();st()});function yi(e){let t=Yr.get(e);return!!t&&Date.now()-t<6e4}function wi(e){Yr.set(e,Date.now())}function bi(e){Yr.delete(e)}var Yr,Qr=fe(()=>{"use strict";Yr=new Map});var rn={};Un(rn,{buildAuthCard:()=>xi,buildAuthSuccessCard:()=>vi,buildAuthorizeUrl:()=>Si,decodeState:()=>ki,encodeState:()=>Ii,handleAuthEvent:()=>ls,sendAuthCard:()=>tn});import{randomBytes as as}from"node:crypto";function Ii(e){let t=as(16).toString("hex");e.nonce=t;let r=t;return jt.set(r,e),setTimeout(()=>jt.delete(r),10*6e4).unref?.(),r}function ki(e){let t=jt.get(e);return t&&jt.delete(e),t??null}function Si(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 xi(e,t,r){let n=t.length>or,i=(n?t.slice(0,or):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
|
|
|
5
5
|
${i}
|
|
6
6
|
`,text_align:"left",text_size:"small",type:"markdown"}}},{action:{actions:[{button:{disabled_tips:{content:"",type:"plain"},hover_tips:{content:"",type:"plain"},link:{url:e,pc_url:e,web_url:e,android_url:e,ios_url:e,harmony_url:e},margin:"0px 0px 0px 0px",style:"normal",tag:"button",text:{content:"\u524D\u5F80\u6388\u6743",type:"plain"}}}],layout:"exclusive_row",tag:"action"}},{text:{tag:"text",text:{content:`<font color='gray'>\u6388\u6743\u94FE\u63A5\u4EC5\u53EF\u4F7F\u7528\u4E00\u6B21\uFF0C10\u5206\u949F\u5185\u672A\u4F7F\u7528\u5C06\u81EA\u52A8\u8FC7\u671F</font>
|
|
7
|
-
`,text_align:"left",text_size:"small",type:"markdown"}}}],header:{subtitle:{tag:"text",text:{content:"",type:"plain"}},template:"blue",title:{tag:"text",text:{content:c,type:"plain"}}}}}]}}}function
|
|
7
|
+
`,text_align:"left",text_size:"small",type:"markdown"}}}],header:{subtitle:{tag:"text",text:{content:"",type:"plain"}},template:"blue",title:{tag:"text",text:{content:c,type:"plain"}}}}}]}}}function ds(e){if(e.length===0)return[[]];if(e.length<=en)return[e];let t=[];for(let r=0;r<e.length;r+=en)t.push(e.slice(r,r+en));return t}function vi(e){let t=e.length>or;return{card:{i18n_items:[{key:"zh-CN",value:{elements:[{text:{tag:"text",text:{content:`**\u5DF2\u5B8C\u6210\u4EE5\u4E0B\u6743\u9650\u6388\u6743\uFF1A**
|
|
8
8
|
|
|
9
9
|
${(t?e.slice(0,or):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 tn(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=Ot(e.accountId),l=new Set(c.map(p=>p.name)),d=e.scopes.names.filter(p=>!l.has(p));d.length>0&&c.length>0&&xe(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=Ot(e.accountId);if(c.length===0)return xe(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=Jt(e.wpsCfg),n=z(e.creds),o=L(e.creds.baseUrl,n),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=as(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=Ii({accountId:e.accountId,wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),p=Si({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:r}),u=xi(p,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),_={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:u},g=(await o.request({method:"POST",path:"/v7/messages/create",body:_})).data?.message_id??"",y=jt.get(d);y&&(y.messageId=g),a||(a={messageId:g,authorizeUrl:p})}return a}async function ds(e,t,r,n){if(t)try{let o=z(e),i=L(e.baseUrl,o),s=vi(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 cs(e){let{code:t,creds:r,log:n}=e,o=e.state?ki(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=Jt(e.wpsCfg),{getLazyCreds:c}=await Promise.resolve().then(()=>(De(),Or)),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 Rr({appId:l.clientId,appSecret:l.clientSecret,baseUrl:l.baseUrl,code:t,redirectUri:a});if($r(i,s,d),bi(`${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 p=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(u=>u.length>0):Ot(i).map(u=>u.name).filter(u=>u.length>0);await ds(r,o.messageId,p,n)}}var jt,or,en,sr=fe(()=>{"use strict";lt();qt();De();Qr();st();jt=new Map;or=6;en=25});qt();var be=null;(async()=>{try{be=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){be=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function Hn(){return typeof be?.emptyPluginConfigSchema=="function"?be.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Jn(e){return typeof be?.buildChannelConfigSchema=="function"?be.buildChannelConfigSchema(e):e}function Xn(e){return typeof be?.formatPairingApproveHint=="function"?be.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function Vn(e,t){return typeof be?.waitUntilAbort=="function"?be.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})})}qt();import{existsSync as vs,readFileSync as Ts}from"node:fs";import{readFile as $i}from"node:fs/promises";import{homedir as Es}from"node:os";import dr from"node:path";var nr="kso.app_chat.message";import*as pt from"node:crypto";function Zn(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 Yn(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,r=pt.createHmac("sha256",e.appSecret);return r.update(t),r.digest("base64url").replace(/=+$/,"")===e.signature}function Qn(e,t,r){let n=pt.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=pt.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function Wr(e){return typeof e=="string"&&e.trim()!==""&&e!==nr}function Ve(e){return e&&typeof e=="object"?e:{}}function Mr(...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 Eo(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 Po(e){if(!Array.isArray(e))return;let t=e.map(r=>Ve(r)).map(r=>{let n=Ve(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 Oo(e){let t=Ve(e),r=Ve(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 ei(e){let t=Ve(e),r=Ve(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:nr,event_id:Mr(t.event_id,t.id,i)||void 0,company_id:Mr(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:Eo(e.message),sender:{id:s,type:e.sender.type},mentions:Po(r.mentions),reply_to:Oo(r.reply_to)},quote_msg_id:Mr(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 ti(e,t,r,n){let o=Ve(e);if(typeof o.challenge=="string")return n?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(r&&Zn(e)){let s=e;if(s.topic!==nr)return n?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Yn({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=Qn(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 Wr(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 ri(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 Ps,Dispatcher as Os}from"open-event-sdk";st();qt();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 zr(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 Ao=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function ni(e){for(let t of Ao){let r=e[t];if(Array.isArray(r)&&r.length>0)return r}return null}function ii(e){let t=e.rich_text;if(t&&typeof t=="object"){let n=t,o=ni(n);if(o)return o;if(Array.isArray(n.elements))return n.elements}let r=ni(e);return r||(Array.isArray(e.elements)?e.elements:null)}function oi(e){let t=[],r=[],n=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let f of i)o(f,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let f=l.content;typeof f=="string"&&f.trim()!==""&&r.push(f);let h=typeof f=="string"?k(f):"";h&&t.push(h)}let d=a.style_text_content;if(d&&typeof d=="object"){let f=d.text,h=typeof f=="string"?k(f):"";h&&t.push(h),typeof f=="string"&&f.trim()!==""&&r.push(f)}let p=a.mention_content;if(p&&typeof p=="object"){let f=p.text,h=typeof f=="string"?k(f):"";h&&t.push(h),typeof f=="string"&&f.trim()!==""&&r.push(f)}let u=a.link_content;if(u&&typeof u=="object"){let f=u,h=f.text,w=f.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 _=a.doc_content;if(_&&typeof _=="object"){let f=_,h=f.file;if(h&&typeof h=="object"){let w=k(h.link_url,f.link_url),b=k(h.link_id,f.link_id);n.push({kind:"file",name:k(f.text,a.alt_text),fileId:k(h.id),cloudType:!0,cloudLinkUrl:w||void 0,cloudLinkId:b||void 0})}if(c==="doc"){let w=typeof f.text=="string"?f.text.trim():"\u6587\u6863",b=f.file?.link_url,I=(typeof f.link_url=="string"?f.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 f=m,h=typeof f.storage_key=="string"?f.storage_key.trim():"";if(h&&(n.push(zr(f)),c==="image"||c==="custom_emoji")){let w=typeof f.name=="string"?f.name.trim():"\u56FE\u7247";r.push(``)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||p&&typeof p=="object"||u&&typeof u=="object"||m&&typeof m=="object"||_&&typeof _=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let f=k(a.alt_text);f&&t.push(f)}if(Array.isArray(a.elements))for(let f of a.elements)o(f,s+1);let y=a.runs;if(Array.isArray(y))for(let f of y)o(f,s+1);for(let f of["inline_entities","segments","inlines","spans"]){let h=a[f];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 si(e){let t=ii(e);if(!t)return null;let r=oi(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 tn(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=At(e.accountId),l=new Set(c.map(p=>p.name)),d=e.scopes.names.filter(p=>!l.has(p));d.length>0&&c.length>0&&xe(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=At(e.accountId);if(c.length===0)return xe(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=Jt(e.wpsCfg),n=z(e.creds),o=L(e.creds.baseUrl,n),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=ds(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=Ii({accountId:e.accountId,wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),p=Si({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:r}),u=xi(p,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),_={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:u},g=(await o.request({method:"POST",path:"/v7/messages/create",body:_})).data?.message_id??"",y=jt.get(d);y&&(y.messageId=g),a||(a={messageId:g,authorizeUrl:p})}return a}async function cs(e,t,r,n){if(t)try{let o=z(e),i=L(e.baseUrl,o),s=vi(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 ls(e){let{code:t,creds:r,log:n}=e,o=e.state?ki(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=Jt(e.wpsCfg),{getLazyCreds:c}=await Promise.resolve().then(()=>(De(),Ar)),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 Rr({appId:l.clientId,appSecret:l.clientSecret,baseUrl:l.baseUrl,code:t,redirectUri:a});if($r(i,s,d),bi(`${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 p=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(u=>u.length>0):At(i).map(u=>u.name).filter(u=>u.length>0);await cs(r,o.messageId,p,n)}}var jt,or,en,sr=fe(()=>{"use strict";lt();qt();De();Qr();st();jt=new Map;or=6;en=25});qt();var be=null;(async()=>{try{be=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){be=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function Hn(){return typeof be?.emptyPluginConfigSchema=="function"?be.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Jn(e){return typeof be?.buildChannelConfigSchema=="function"?be.buildChannelConfigSchema(e):e}function Xn(e){return typeof be?.formatPairingApproveHint=="function"?be.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function Vn(e,t){return typeof be?.waitUntilAbort=="function"?be.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})})}qt();import{existsSync as Ts,readFileSync as Es}from"node:fs";import{readFile as $i}from"node:fs/promises";import{homedir as Ps}from"node:os";import dr from"node:path";var nr="kso.app_chat.message";import*as pt from"node:crypto";function Zn(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 Yn(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,r=pt.createHmac("sha256",e.appSecret);return r.update(t),r.digest("base64url").replace(/=+$/,"")===e.signature}function Qn(e,t,r){let n=pt.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=pt.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function Wr(e){return typeof e=="string"&&e.trim()!==""&&e!==nr}function Ve(e){return e&&typeof e=="object"?e:{}}function Mr(...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 Eo(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 Po(e){if(!Array.isArray(e))return;let t=e.map(r=>Ve(r)).map(r=>{let n=Ve(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 Ao(e){let t=Ve(e),r=Ve(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 ei(e){let t=Ve(e),r=Ve(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:nr,event_id:Mr(t.event_id,t.id,i)||void 0,company_id:Mr(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:Eo(e.message),sender:{id:s,type:e.sender.type},mentions:Po(r.mentions),reply_to:Ao(r.reply_to)},quote_msg_id:Mr(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 ti(e,t,r,n){let o=Ve(e);if(typeof o.challenge=="string")return n?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(r&&Zn(e)){let s=e;if(s.topic!==nr)return n?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Yn({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=Qn(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 Wr(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 ri(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 As,Dispatcher as Os}from"open-event-sdk";st();qt();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 zr(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 Oo=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function ni(e){for(let t of Oo){let r=e[t];if(Array.isArray(r)&&r.length>0)return r}return null}function ii(e){let t=e.rich_text;if(t&&typeof t=="object"){let n=t,o=ni(n);if(o)return o;if(Array.isArray(n.elements))return n.elements}let r=ni(e);return r||(Array.isArray(e.elements)?e.elements:null)}function oi(e){let t=[],r=[],n=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let f of i)o(f,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let f=l.content;typeof f=="string"&&f.trim()!==""&&r.push(f);let h=typeof f=="string"?k(f):"";h&&t.push(h)}let d=a.style_text_content;if(d&&typeof d=="object"){let f=d.text,h=typeof f=="string"?k(f):"";h&&t.push(h),typeof f=="string"&&f.trim()!==""&&r.push(f)}let p=a.mention_content;if(p&&typeof p=="object"){let f=p.text,h=typeof f=="string"?k(f):"";h&&t.push(h),typeof f=="string"&&f.trim()!==""&&r.push(f)}let u=a.link_content;if(u&&typeof u=="object"){let f=u,h=f.text,w=f.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 _=a.doc_content;if(_&&typeof _=="object"){let f=_,h=f.file;if(h&&typeof h=="object"){let w=k(h.link_url,f.link_url),b=k(h.link_id,f.link_id);n.push({kind:"file",name:k(f.text,a.alt_text),fileId:k(h.id),cloudType:!0,cloudLinkUrl:w||void 0,cloudLinkId:b||void 0})}if(c==="doc"){let w=typeof f.text=="string"?f.text.trim():"\u6587\u6863",b=f.file?.link_url,I=(typeof f.link_url=="string"?f.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 f=m,h=typeof f.storage_key=="string"?f.storage_key.trim():"";if(h&&(n.push(zr(f)),c==="image"||c==="custom_emoji")){let w=typeof f.name=="string"?f.name.trim():"\u56FE\u7247";r.push(``)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||p&&typeof p=="object"||u&&typeof u=="object"||m&&typeof m=="object"||_&&typeof _=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let f=k(a.alt_text);f&&t.push(f)}if(Array.isArray(a.elements))for(let f of a.elements)o(f,s+1);let y=a.runs;if(Array.isArray(y))for(let f of y)o(f,s+1);for(let f of["inline_entities","segments","inlines","spans"]){let h=a[f];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 si(e){let t=ii(e);if(!t)return null;let r=oi(t);return{plainText:r.plainTextLines.join(`
|
|
13
13
|
`).trim(),attachments:r.attachments}}function Lr(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 Lr(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=ii(t);if(o){let{plainTextLines:i}=oi(o),s=i.join(`
|
|
14
14
|
`).trim();if(s)return s}return""}st();var ce=class extends Error{code;name="SessionResolverError";constructor(t,r){super(r),this.code=t}};function me(...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 ve(e){return e&&typeof e=="object"?e:{}}function ai(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"").replace(/^user:/i,"")}function di(e,t){let r=ai(e),n=ai(t);return r.length>0&&n.length>0&&r===n}function $o(e){if(!Array.isArray(e))return[];let t=[];for(let r of e){let n=ve(r),o=me(n.type).toLowerCase(),i=ve(n.identity),s=[me(n.id,n.user_id,n.userId,n.open_id),me(i.app_id,i.id)].filter(Boolean);for(let a of s)t.push({type:o,id:a})}return t}var Dt=class{config;idempotencyStore;constructor(t,r){this.config=t,this.idempotencyStore=r}normalizeEvent(t){let r=ve(t),n=ve(r.chat),o=ve(r.message),i=ve(r.sender),s=ve(o.sender),a=me(r.event_id,r.eventId,o.event_id,o.eventId,o.id),c=me(o.id,r.message_id,r.messageId,a),l=me(r.company_id,r.companyId),d=me(n.type).toLowerCase(),p=me(n.id),u=me(s.id,i.id,r.user_id,r.userId),_=Lr(o.content),m=me(_,r.message_text,r.messageText),g=u,y;if(d==="group")y=p;else if(["p2p","single","direct"].includes(d))y=void 0;else throw new ce("E_CHAT_TYPE_INVALID",`\u672A\u77E5\u7684 chat.type: ${d||"(empty)"}`);let f=$o(o.mentions),h=f.some(B=>di(B.id,this.config.botId)),w=d==="group"&&!h&&f.length===1&&f[0]?.type!=="all",b=h||w,I=ve(o.reply_to),v=ve(I.sender),N=me(v.id,I.sender_id,I.senderId),G=di(N,this.config.botId);return{event_id:a,message_id:c,company_id:l,user_id:g,group_id:y,chat_id:p||void 0,message:m,is_at_bot:b,is_reply_to_bot:G}}resolve(t){let r=t.group_id?"group":"p2p";if(!t.message_id)throw new ce("E_MESSAGE_ID_MISSING","\u7F3A\u5C11 message_id");if(!t.event_id)throw new ce("E_EVENT_ID_MISSING","\u7F3A\u5C11 event_id");if(!t.company_id)throw new ce("E_COMPANY_ID_MISSING","\u7F3A\u5C11 company_id");if(r==="group"&&!t.group_id)throw new ce("E_GROUP_ID_MISSING","\u7FA4\u804A\u6D88\u606F\u7F3A\u5C11 group_id");if(r==="p2p"&&!t.user_id)throw new ce("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 Ut=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 Ro(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 Co=new Set(["text","content","title","caption","desc","description","md","markdown","alt_text"]);function Br(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))(Co.has(i.toLowerCase())||typeof s=="object")&&r(s,o+1)}};return r(e,0),Array.from(new Set(t))}function qo(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 Do(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 Fr(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(zr(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(qo(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(Do(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 ir(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}function ut(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=${ir(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 Uo(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 No(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 jo(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 li(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(jo(s))),c=[];i&&c.push(`[\u5361\u7247\u6807\u9898] ${i}`),a.length>0&&c.push(a.join(`
|
|
15
15
|
`));let l=c.join(`
|
|
@@ -21,15 +21,15 @@ ${(t?e.slice(0,or):e).join(`
|
|
|
21
21
|
`).trim(),attachments:f}}if(n==="card"){let d=li(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=Mo(r);if(d){let u=[`[\u6536\u5230\u8868\u60C5\u5305: ${[d.name||"\u672A\u547D\u540D\u8868\u60C5",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?ir(d.size):null].filter(Boolean).join(", ")}]`,...ut([d])];return u.push(...ft([d],t)),{kind:"sticker",plainText:"",agentText:u.join(`
|
|
22
22
|
`),attachments:[d]}}}let o=Br(r).join(`
|
|
23
23
|
`).trim(),i=Fr(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(...ut(i)),l.push(...ft(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 Gr(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}Ct();import{mkdir as Wo,writeFile as pi}from"node:fs/promises";import{createHash as zo}from"node:crypto";import{tmpdir as
|
|
25
|
-
`)}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),it=`[\u5F15\u7528\u6D88\u606F\u83B7\u53D6\u5931\u8D25 quote_msg_id=${ae}]`}}if(b.attachments.some(
|
|
27
|
-
`));if(Ft.length>0){let
|
|
24
|
+
`).trim(),attachments:i}}function Gr(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}Ct();import{mkdir as Wo,writeFile as pi}from"node:fs/promises";import{createHash as zo}from"node:crypto";import{homedir as Lo,tmpdir as Bo}from"node:os";import Ue from"node:path";var Kr=5*1024*1024,Fo=10*1024*1024,Go=64*1024,Hr=".wps-forward.json";function Ko(){let e=Ue.join(Lo()||Bo(),".openclaw"),t=Ue.join(e,"media","inbound");return Ue.isAbsolute(t)?t:Ue.resolve(t)}var ui=Ko();function Ho(e,t){let r=t?Ue.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 Jo(e){return zo("md5").update(e).digest("hex").substring(0,8)}var Xo=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"]),Vo=["text/"],Zo=new Set(["application/json","application/xml","application/yaml","application/x-yaml","application/javascript","application/typescript","application/x-sh","application/toml"]);function Yo(e,t){let r=(e||"").toLowerCase();if(Vo.some(o=>r.startsWith(o))||Zo.has(r))return!0;let n=t?Ue.extname(t).replace(".","").toLowerCase():"";return n?Xo.has(n):!1}var fi={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 Qo(e,t){let r=e?Ue.extname(e).replace(".","").toLowerCase():"";return r&&fi[r]?fi[r]:t==="application/json"?"json":t.startsWith("text/")?t.slice(5):""}function es(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 Jr(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 Wo(ui,{recursive:!0});let c={fetched:[],skipped:[]},l=0;for(let d of a){let p=d.storageKey;try{if(d.size&&d.size>Kr){c.skipped.push({storageKey:p,reason:`too large: ${d.size} bytes`});continue}if(l>=Fo){c.skipped.push({storageKey:p,reason:"total download budget exceeded"});continue}s(`WPS prefetch: downloading ${p.substring(0,20)}\u2026 chatId=${r} messageId=${n}`);let u=await t.request({method:"GET",path:`/v7/chats/${encodeURIComponent(r)}/messages/${encodeURIComponent(n)}/resources/${encodeURIComponent(p)}/download`}),_=Rt(u);if(!_){c.skipped.push({storageKey:p,reason:"no download URL in API response"}),s(`WPS prefetch skip: no download URL for ${p.substring(0,20)}\u2026`);continue}s("WPS prefetch: resolved download URL, fetching bytes\u2026");let m=await fetch(_);if(!m.ok){c.skipped.push({storageKey:p,reason:`HTTP ${m.status}`}),s(`WPS prefetch skip: HTTP ${m.status} for ${p.substring(0,20)}\u2026`);continue}let g=Number(m.headers.get("content-length")??"0");if(g>Kr){c.skipped.push({storageKey:p,reason:`content-length ${g} > limit`});continue}let y=new Uint8Array(await m.arrayBuffer());if(y.byteLength>Kr){c.skipped.push({storageKey:p,reason:`downloaded ${y.byteLength} > limit`});continue}l+=y.byteLength;let f=m.headers.get("content-type")?.split(";")[0]?.trim()??"",h=f&&f!=="application/octet-stream"?f:d.mimeType??(f||"application/octet-stream"),w=d.name?.trim(),b=Jo(p),I=w?`${b}_${w}`:`${n}_${b}.${Ho(h,d.name)}`,v=Ue.join(ui,I);if(await pi(v,y),h.startsWith("image/")){let G={v:1,storage_key:p},B=d.width,j=d.height;if(typeof B=="number"&&typeof j=="number"&&Number.isFinite(B)&&Number.isFinite(j)&&B>0&&j>0)G.width=Math.trunc(B),G.height=Math.trunc(j);else{let ie=Xe(Buffer.from(y));ie&&(G.width=ie.width,G.height=ie.height)}await pi(v+Hr,JSON.stringify(G),"utf8")}let N;if(Yo(h,d.name)&&y.byteLength<=Go)try{N=new TextDecoder("utf-8",{fatal:!1}).decode(y)}catch{N=void 0}c.fetched.push({storageKey:p,displayName:d.name??"attachment",mimeType:h,size:y.byteLength,localPath:v,...N!==void 0?{inlineText:N}:{}}),s(`WPS prefetch ok: ${p.substring(0,20)}\u2026 \u2192 ${v} (${h}, ${y.byteLength}B${N!==void 0?", text inlined":""})`)}catch(u){c.skipped.push({storageKey:p,reason:String(u)}),s(`WPS prefetch failed: ${p.substring(0,20)}\u2026 ${String(u)}`)}}return c}function Xr(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} | ${ts(n.size)} | path=${n.localPath}]`),n.inlineText!==void 0){r.push("\u4EE5\u4E0B\u662F\u6587\u4EF6\u5B8C\u6574\u5185\u5BB9\uFF1A");let s=es(n.inlineText),a=Qo(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 ts(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}import{readFile as rs}from"node:fs/promises";import ns from"node:os";import Vr from"node:path";function _i(e){return globalThis.process?.env?.[e]}function is(){let e=_i("OPENCLAW_CREDENTIALS_DIR")?.trim();if(e)return e;let t=_i("OPENCLAW_HOME")?.trim()||Vr.join(ns.homedir(),".openclaw");return Vr.join(t,"credentials")}function os(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}async function mi(e){let t=Vr.join(is(),`${e.channelId}-${e.accountId}-allowFrom.json`),r="";try{r=await rs(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=>os(String(o))).filter(o=>o.length>0):[]}catch(n){return e.log?.warn?.(`[wps-xiezuo] invalid pairing allowFrom json (${t}): ${String(n)}`),[]}}jr();var Zr=new Map,ss=30*60*1e3;function hi(e,t){Zr.set(e,{...t,ts:Date.now()})}function gi(e){let t=Zr.get(e);if(t){if(Date.now()-t.ts>ss){Zr.delete(e);return}return t}}var ps=36e5;function Ti(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 us(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 Ei=new Map;function fs(e,t){let r=`${e}:${t}`,n=Ei.get(r);return n||(n=new Dt({botId:t,accountId:e},new Ut),Ei.set(r,n)),n}function nn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function _s(e,t,r){if(r==="disabled")return!1;if(r==="open")return!0;if(!t||t.length===0)return!1;let n=nn(e);return t.some(o=>o==="*"||nn(o)===n)}function ms(e,t){let r=e?.groups??{};return(r[t]??r["*"])?.requireMention??!0}function hs(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 gs(e){let t=String(e??"").toLowerCase();return t==="image"||t==="file"||t==="sticker"}function ys(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 _t(e,t,r){let n=z(e),o=L(e.baseUrl,n),i=ys(t);await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:i,content:{text:{content:r,type:"markdown"}}}})}async function ws(e,t,r,n){let o=z(e);await L(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 on(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(Wr(l.topic)){r(`WPS skip non-message topic: ${String(l.topic)}`);return}let d=l.message,p=l.sender,u=l.chat;if(!d||!p)return;let _=fs(i,c.clientId),m,g;try{m=_.normalizeEvent(l),g=_.resolve(m)}catch(O){if(O instanceof ce){r(`WPS session resolve skipped: code=${O.code}, reason=${O.message}`);return}n("WPS session resolve failed:",O);return}if(!g){r(`WPS skip inbound: not mentioning/replying bot (event_id=${m.event_id||"unknown"})`);return}if(g.scene==="group"){let O=g.group_id??u?.id??"",C=ms(a,O),M=hs(d.content),R=gs(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 _.checkIdempotency(g.idempotency_key)){r(`WPS dedupe: skip duplicate event_id=${g.idempotency_key}`);return}await _.markProcessed(g.idempotency_key,ps);let f=g.user_id||p.id||"";if(!f){n("Unable to identify sender");return}let h=g.chat_id??g.group_id??u?.id??"",w=d.id??"",b=Nt(d,{chatId:h,messageId:w});if(Gr(b)&&h&&w)try{let O=z(c),C=L(c.baseUrl,O);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=Ti(M?.data??null),A=R?.content,$e=A&&typeof A=="object"&&!Array.isArray(A)&&Object.keys(A).length>0;R&&$e&&(d={...d,...R,content:R.content??d.content},b=Nt(d,{chatId:h,messageId:w}),r(`WPS inbound: reparsed after GET detail kind=${b.kind} previewLen=${b.plainText.length}`))}catch(O){n(`WPS inbound: message detail GET failed: ${String(O)}`)}let I=g.scene==="p2p",v=g.session_key,N=I?`wps:${f}`:g.session_key;hi(i,{chatId:h,senderId:f,isDirect:I});let G=b.agentText,B,j=[],ie=[],ee=[];b.agentText?ee.push(b.agentText):b.plainText&&ee.push(b.plainText);let ae=l.quote_msg_id,it,xt=[];{let O=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=[${O}] imgKeys=[${M}]${R?` reply_to=${R}`:""} attachments=${b.attachments.length} downloadable=${b.attachments.filter(A=>A.storageKey).length} kinds=${b.attachments.map(A=>`${A.kind}:sk=${!!A.storageKey}`).join(",")||"(none)"}`)}if(ae&&h){let O=z(c),C=L(c.baseUrl,O);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=Ti(M?.data??null);if(R){let A=Nt(R,{chatId:h,messageId:ae}),$e=A.attachments.filter(W=>W.storageKey),Re=A.attachments.filter(W=>W.cloudType),ue=[];if(ue.push("[\u7528\u6237\u5F15\u7528\u4E86\u4EE5\u4E0B\u6D88\u606F]"),A.plainText&&ue.push(A.plainText),$e.length>0){let W=await Jr({client:C,chatId:h,messageId:ae,attachments:$e,log:t});if(W.fetched.length>0||W.skipped.length>0){ue.push(Xr(W,{chatId:h,messageId:ae,fromQuote:!0}));for(let K of W.fetched)xt.push({storageKey:K.storageKey,displayName:K.displayName,mimeType:K.mimeType,size:K.size,localPath:K.localPath,fromQuote:!0}),j.push(K.localPath),ie.push(K.mimeType);r(`WPS quote prefetch: ${W.fetched.length} ok, ${W.skipped.length} skipped`)}}if(Re.length>0)for(let W of Re){let K=W.name||"\u672A\u547D\u540D\u4E91\u6587\u4EF6";ue.push(`[\u5F15\u7528\u4E91\u6587\u4EF6: ${K}]`),W.cloudLinkUrl&&ue.push(`\u94FE\u63A5: ${W.cloudLinkUrl}`),W.fileId&&ue.push(`\u6587\u4EF6ID: ${W.fileId}`)}$e.length===0&&Re.length===0&&A.attachments.length===0&&!A.plainText&&ue.push(`[\u5F15\u7528\u6D88\u606F\u5185\u5BB9\u4E3A\u7A7A\u6216\u672A\u89E3\u6790] type=${R.type??"unknown"}`),it=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),it=`[\u5F15\u7528\u6D88\u606F\u83B7\u53D6\u5931\u8D25 quote_msg_id=${ae}]`}}if(b.attachments.some(O=>O.storageKey)&&h&&w){let O=z(c),C=L(c.baseUrl,O),M=await Jr({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(Xr(M,{chatId:h,messageId:w})),B=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),ie.push(R.mimeType);r(`WPS media prefetch: ${M.fetched.length} ok, ${M.skipped.length} skipped`)}}it&&ee.push(it);let Ft=us(ee.join(`
|
|
27
|
+
`));if(Ft.length>0){let O=["[\u8BC6\u522B\u5230\u77E5\u8BC6\u5E93\u6587\u6863\u94FE\u63A5]"];for(let C of Ft)O.push(`- \u94FE\u63A5: ${C.canonicalUrl} \u2192 file_id: ${C.linkId}`);ee.push(O.join(`
|
|
28
28
|
`))}ee.length>0&&(G=ee.join(`
|
|
29
29
|
|
|
30
|
-
`)),xt.length>0&&(B=[...B??[],...xt]);let ot=G,we=b.plainText||G;r(`WPS received: kind=${b.kind}, chatId=${h||"(empty)"}, messageId=${w}, isDirect=${I}, session_key=${g.session_key}, preview=${we.substring(0,50)}`);try{let
|
|
30
|
+
`)),xt.length>0&&(B=[...B??[],...xt]);let ot=G,we=b.plainText||G;r(`WPS received: kind=${b.kind}, chatId=${h||"(empty)"}, messageId=${w}, isDirect=${I}, session_key=${g.session_key}, preview=${we.substring(0,50)}`);try{let O=(a.allowFrom??[]).map($=>nn(String($))),C=a.dmPolicy??"pairing",M=I&&(C==="pairing"||C==="allowlist")?await mi({channelId:E,accountId:i,log:t}):[],R=Array.from(new Set([...O,...M]));if(I&&C==="disabled"){r(`Direct message denied by dmPolicy=disabled (accountId=${i}, sender=${f})`);return}if(I&&!_s(f,R,C)){if(r(`Sender ${f} not in allowFrom (policy: ${C})`),C==="pairing"&&s?.pairing){let $=s.pairing;if($?.upsertPairingRequest&&$?.buildPairingReply){let{code:J,created:X}=await $.upsertPairingRequest({channel:E,accountId:i,id:f});if(J&&X){let Gt=`${$.buildPairingReply({channel:E,idLine:`Your WPS user id: ${f}`,code:J})}
|
|
31
31
|
|
|
32
32
|
For multi-account channels, approve with:
|
|
33
|
-
openclaw pairing approve --channel ${E} --account ${i} ${J}`;await _t(c,v,Gt)}}}return}if(!I){let $=a?.groupPolicy??"allowlist",J=a?.groups??{};if($==="allowlist"&&!J[h]&&!J["*"]){r(`Group ${h} blocked by groupPolicy=allowlist`);return}}if(we.trim()==="/wpsxiezuo auth"){let{sendAuthCard:$}=await Promise.resolve().then(()=>(sr(),rn)),{getLazyWpsCfg:J}=await Promise.resolve().then(()=>(De(),
|
|
34
|
-
${JSON.stringify($,null,2)}`);return}if(!s){r("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let O=s.reply,$e=s.routing,Re="main",ue="",W=i;if($e?.resolveAgentRoute){let $=$e.resolveAgentRoute({cfg:o,channel:E,accountId:i,peer:{kind:I?"direct":"group",id:g.session_key}});Re=$.agentId,ue=$.sessionKey?.trim()??"",$.accountId&&(W=$.accountId,r(`WPS route account override: ${i} -> ${$.accountId}`))}let K=ue||g.session_key,Rn=W;r(`WPS route: agentId=${Re}, inboundSessionKey=${K}, accountId=${Rn}`),j.length>0&&r(`WPS media context: MediaPath=${j[0]}, MediaType=${ie[0]}, count=${j.length}`);let Cn={Body:ot,BodyForAgent:ot,...j.length>0?{MediaPath:j[0],MediaUrl:j[0],MediaType:ie[0],MediaPaths:j,MediaUrls:j,MediaTypes:ie}:{},RawBody:JSON.stringify({session:g,chatId:h,messageId:w,senderId:f,replyTarget:I?`user:${f}`:`chat:${h}`,messageType:b.kind,plainText:b.plainText,attachments:b.attachments,...B?{prefetchedMedia:B}:{},_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:ot,From:N,To:I?`user:${f}`:`chat:${h}`,ReplyTarget:I?`user:${f}`:`chat:${h}`,SessionKey:K,Label:K,ConversationLabel:K,DisplayName:K,SessionLabel:K,AccountId:Rn,ChatType:I?"direct":"group",GroupId:void 0,SenderName:p.name??void 0,SenderId:f,Provider:E,Surface:"wps",Channel:E,Timestamp:l.send_time??Date.now(),OriginatingChannel:E,OriginatingFrom:`wps:${f}`,OriginatingTo:`wps:${c.clientId}`},qn=O.finalizeInboundContext?O.finalizeInboundContext(Cn):Cn,vt=null;if(h&&w)try{await Ur(c,h,w),vt={kind:"reaction",chatId:h,messageId:w},r(`WPS thinking reaction added: chatId=${h}, messageId=${w}`)}catch($){r(`WPS thinking reaction failed, falling back to text: ${String($)}`);try{await _t(c,v,"\u6B63\u5728\u601D\u8003\u4E2D..."),vt={kind:"text-fallback"}}catch(J){r(`WPS thinking fallback text failed: ${String(J)}`)}}let Dn=()=>async($,J)=>{let X=$.text??"";if(!X)return;let Ke=X.trim();if(/Message:.*[\\/](?:openclaw-media|wps-prefetch|\.openclaw[\\/]media)[\\/].*failed/i.test(Ke)){r(`WPS deliver: suppressed media-failed noise: ${Ke.substring(0,80)}`);return}r(`WPS deliver: text length=${X.length}, preview=${X.substring(0,80)}`),!I&&h&&w?await ys(c,h,w,X):await _t(c,v,X)};try{if(O.dispatchReplyWithBufferedBlockDispatcher)await O.dispatchReplyWithBufferedBlockDispatcher({ctx:qn,cfg:o,dispatcherOptions:{deliver:Dn(),responsePrefix:"",humanDelay:O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,Re):void 0,onError:($,J)=>{n(`WPS ${J.kind} reply error: ${String($)}`)}}}),r("WPS: agent dispatch completed");else if(O.dispatchReplyFromConfig&&O.createReplyDispatcherWithTyping){let $=O.resolveHumanDelayConfig?O.resolveHumanDelayConfig(o,Re):void 0,{dispatcher:J,replyOptions:X,markDispatchIdle:Ke}=O.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:$,deliver:Dn(),onError:(Gt,_o)=>{n(`WPS ${_o.kind} reply error: ${String(Gt)}`)}});try{await O.dispatchReplyFromConfig({ctx:qn,cfg:o,dispatcher:J,replyOptions:X})}finally{Ke()}r("WPS: agent dispatch completed (fallback path)")}else r("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}finally{vt?.kind==="reaction"&&(await Nr(c,vt.chatId,vt.messageId,t),r("WPS thinking reaction removed"))}}catch(A){n("WPS async inbound error:",A)}}De();lt();Ct();import{createHash as ws}from"node:crypto";function oe(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 Ze(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 he(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 Ne(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 bs(e){return ws("sha256").update(e).digest("hex")}var Pi=20*1024*1024;function an(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 Ai(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 Is(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 dn(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>Pi)throw new Error(`file too large: ${a} bytes (max ${Pi})`);let c=bs(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 p=d.data,u=p&&typeof p=="object"?p:d;i(`[upload] phase1 response keys: source=[${Object.keys(u)}] hasNested=${!!p}`);let _=u.upload_entry;_&&i(`[upload] upload_entry keys: [${Object.keys(_)}]`);let m=typeof u.url=="string"&&u.url.trim()?u.url.trim():typeof u.upload_url=="string"&&u.upload_url.trim()?u.upload_url.trim():_&&typeof _.url=="string"&&_.url.trim()?_.url.trim():null,g=typeof u.storage_key=="string"&&u.storage_key.trim()?u.storage_key.trim():null;if(!m)throw new Error(`upload phase 1 did not return an upload URL: keys=${JSON.stringify(Object.keys(u))}, 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(u))}`);i(`[upload] phase1 ok: storageKey=${g.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let y=_&&typeof _.headers=="object"&&_.headers&&Object.keys(_.headers).length>0,f=Is(y?_.headers:{},m);i(`[upload] phase2 PUT headers: ${JSON.stringify(Object.keys(f))}`);let h;try{h=await fetch(m,{method:"PUT",headers:f,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 sn(e){return e.data??null}function ar(e){return{error:e instanceof Error?e.message:String(e)}}function Ie(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 ks(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 Ss(e){let t=e.trim();return!!(t.endsWith("=")||t.includes(":")&&t.length>30||/^[A-Za-z0-9+/]{40,}={0,2}$/.test(t))}function Oi(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(Ss(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 xs(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 cn(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=he(s),c=Ie(s,"message_id"),l=Ie(s,"storage_key");Oi(c,l);let d=encodeURIComponent(a),p=encodeURIComponent(c),u=encodeURIComponent(l),_=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${p}/resources/${u}/download`});return sn(_)}catch(a){return ar(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=he(s),c=Ie(s,"message_id"),l=Ie(s,"storage_key");Oi(c,l);let d=encodeURIComponent(a),p=encodeURIComponent(c),u=encodeURIComponent(l),_=xs(s,"max_bytes")??5*1024*1024;if(_<=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/${p}/resources/${u}/download`}),g=sn(m),y=qr(g),f=await fetch(y);if(!f.ok)throw new Error(`download url request failed: HTTP ${f.status}`);let h=Number(f.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>_)throw new Error(`attachment too large: ${h} bytes > max_bytes=${_}`);let w=f.headers.get("content-type")??"application/octet-stream",b=new Uint8Array(await f.arrayBuffer());if(b.byteLength>_)throw new Error(`attachment too large after download: ${b.byteLength} bytes > max_bytes=${_}`);let I=w.startsWith("image/")?Xe(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),ar(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=Ie(s,"file_name"),c=ks(s,"file_size"),l=Ie(s,"file_type"),d=Ie(s,"checksum");if(c<0)throw new Error("file_size must be non-negative");let p=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:a,file_size:c,file_type:l,checksum:d}});return sn(p)}catch(a){return ar(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=Ie(s,"file_name"),c=Ie(s,"file_type"),l=Ie(s,"base64"),d=Buffer.from(l,"base64");n(`[tool:wps_media_upload_base64] start: ${a} ${c} ${d.byteLength}B`);let{storage_key:p,file_name:u,file_size:_}=await dn(e,a,c,d),m=c.startsWith("image/")?Xe(d):null;return n(`[tool:wps_media_upload_base64] ok: storage_key=${p.substring(0,20)}\u2026 ${u} ${_}B${m?` ${m.width}x${m.height}`:""}`),{storage_key:p,file_name:u,file_size:_,...m?{width:m.width,height:m.height}:{}}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),ar(a)}}})}Ct();var As={Debug:0,Info:1,Warn:2,Error:3},mt=null;function qi(e){mt=e}function $s(){if(!mt)throw new Error("WPS plugin runtime not initialized");return mt}var cr="wps",Ri={id:E,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[E,cr,"wps365"],order:70};function Wt(e){let t=e.channels;if(t)return t[E]??t[cr]}function je(e){return kr(Wt(e))}function Rs(){let e=dr.join(Es(),".openclaw","openclaw.json");if(!vs(e))return null;try{let t=Ts(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function ln(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(je(t)).length>0)return t;let r=mt?.config&&typeof mt.config=="object"?mt.config:null;if(r&&Object.keys(je(r)).length>0)return r;let n=Rs();return n&&Object.keys(je(n)).length>0?n:t??r??n??{}}function ne(e){return Xt(Wt(e))}function le(e,t){let r=je(e);return r[t]??r[ne(e)]??r[qe]}function Cs(e,t=qe){let r=le(e,t);return{accountId:t,enabled:r?.enabled!==!1,configured:!!_e(r),config:r??{enabled:!1}}}function pn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function qs(e){return e.trim().length>0}var fn=/AK\d{8}/i;function Mt(e,t){if(fn.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 Ci(e){let t=e;return t.startsWith("wps-xiezuo:")?t=t.slice(11):t.startsWith("wps:")&&(t=t.slice(4)),t}function Di(e){if(e.startsWith("user:")){let t=e.slice(5),r=Ci(t);return Mt(r,e),{type:"user",id:r}}if(e.startsWith("chat:")){let t=e.slice(5),r=Ci(t);return Mt(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 Mt(a,e),{type:"user",id:a}}let o=n[2]??n[1],s=n[3]??n[2]??n[n.length-1]??e;return Mt(s,e),{type:o==="group"?"chat":"user",id:s}}return Mt(e,e),{type:"user",id:e}}async function un(e,t,r){let n=z(e),o=L(e.baseUrl,n),i=Di(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 _n={id:E,meta:{...Ri,aliases:[...Ri.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${E}`,`channels.${cr}`]},configSchema:Jn(Ir),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=ln(e),r=Object.keys(je(t));return r.length>0?r:[qe]},resolveAccount:e=>{let t=ln(e);return Cs(t,ne(t))},defaultAccountId:e=>{let t=ln(e);return ne(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[E]:{...Wt(e),accounts:{...je(e),[ne(e)]:{...le(e,ne(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},r={...t.channels},n=Wt(e);if(n){let o=ne(e),i={...je(e)};delete i[o],r[E]={...n,accounts:i}}else delete r[E],delete r[cr];return t.channels=Object.keys(r).length>0?r:void 0,t},isConfigured:(e,t)=>!!_e(le(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e})=>{let t=e;return le(t,ne(t))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>pn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,r=ne(t),n=le(t,r);return{policy:n?.dmPolicy??"pairing",allowFrom:n?.allowFrom??[],policyPath:`channels.${E}.accounts.${r}.dmPolicy`,allowFromPath:`channels.${E}.accounts.${r}.allowFrom`,approveHint:Xn(E),normalizeEntry:pn}},collectWarnings:({cfg:e})=>{let t=[],r=je(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:pn,notifyApproval:async({cfg:e,id:t})=>{let r=e,n=le(r,ne(r)),o=_e(n);if(!o)throw new Error("WPS credentials not configured");await un(o,`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=le(r,ne(r));return!n?.groups||!t?!0:(n.groups[t]??n.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>$s().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let r=e?.trim()??"";if(r&&qs(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})=>{let n=e,o=le(n,ne(n)),i=_e(o);if(!i)throw new Error("WPS credentials not configured");return un(i,t,r)},sendMedia:async({cfg:e,to:t,mediaUrl:r,mimeType:n})=>{let o=e,i=le(o,ne(o)),s=_e(i);if(!s)throw new Error("WPS credentials not configured");let a=z(s),c=L(s.baseUrl,a),l=Di(t),d=(r??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let p,u,_=(n??"").trim()||"application/octet-stream",m=null;if(an(d)){let h=await $i(d),w=dr.basename(d)||"attachment";if(p=/^[0-9a-f]{8}_/.test(w)?w.substring(9):w,!(n??"").trim()){let I=dr.extname(p).toLowerCase();_={".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"}u=h.byteLength;let b=!1;if(Ai(d))try{let I=await $i(d+Hr,"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 dn(c,p,_,h)).storage_key),!m&&_.startsWith("image/")&&(m=Xe(h),console.log(`[${E}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${p}`))}let g=_.startsWith("image/"),y={type:"file",receiver:{type:l.type,receiver_id:l.id},content:{file:{type:"local",local:{storage_key:d,...p?{name:p}:{},...u!==void 0?{size:u}:{}}}}},f={type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,..._.startsWith("image/")?{type:_}:{},...p?{name:p}:{},...u!==void 0?{size:u}:{},...m?{width:m.width,height:m.height}:{}}}};if(g)try{return await c.request({method:"POST",path:"/v7/messages/create",body:f})}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=${p}`),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=${p}`);try{return await c.request({method:"POST",path:"/v7/messages/create",body:f})}catch(I){let v=I instanceof Error?I.message:String(I);throw console.error(`[${E}] sendMedia image fallback also failed: ${v} displayName=${p}`),I}}}},status:{defaultRuntime:{accountId:qe,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=_e(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=le(e.cfg,e.accountId);if(!t?.enabled){e.log?.info?.(`[${e.accountId}] WPS provider disabled`);return}let r=_e(t);if(!r){e.log?.error?.(`[${e.accountId}] WPS credentials not configured`);return}let n=async()=>{},o=a=>{Vt(e.accountId,()=>on({cfg:e.cfg,accountId:e.accountId,channelRuntime:e.channelRuntime??void 0,wpsCfg:t,creds:r,eventPayload:a,log:e.log})).catch(c=>e.log?.error?.("WPS inbound handler error:",c))},i=!1;if(t.sdk?.enabled)try{let a=Ps,c=Os,l=As,p={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,u=new c().onV7AppChatMessageCreate(async y=>{try{let f=y.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${r.clientId}] message: chat_id=${f.chat.id}, message_id=${f.message.id}`);let h=ei(f);o(h)}catch(f){e.log?.error?.("WPS SDK message handler error:",f)}}).onV7AppGroupChatMemberRobotCreate(async y=>{let f=y.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${f.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 L(r.baseUrl,w).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:f.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 f=null;if(y.parsedData&&typeof y.parsedData=="object")f=y.parsedData;else if(typeof y.data=="string"&&y.data)try{f=JSON.parse(y.data)}catch{}let h=f?Object.keys(f).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${y.eventCode}, keys=${h}`),f&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(f).slice(0,500)}`),f){let w=typeof f.code=="string"?f.code:typeof f.authorization_code=="string"?f.authorization_code:void 0,b=typeof f.state=="string"?f.state:void 0;if(w){let I=typeof f.user_id=="string"?f.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(()=>(sr(),rn));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)}`)}})()}}}),_=new a(ri({appId:r.clientId,appSecret:r.clientSecret,dispatcher:u,logLevel:p,endpoint:t.sdk.endpoint},t.sdk));_.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&&!_.isConnected();)await new Promise(y=>setTimeout(y,150));if(_.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let y=()=>_.stop();e.abortSignal.addEventListener("abort",y),n=async()=>{e.abortSignal.removeEventListener("abort",y),_.stop()}}else _.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",p=t.enableEncryption!==!1;c.post(d,(_,m)=>{let g=ti(_.body,{appId:r.clientId,appSecret:r.clientSecret},p,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 u=c.listen(l,()=>{e.log?.info?.(`[${e.accountId}] WPS webhook listening on :${l}${d}`)});n=async()=>{u&&(u.close(),u=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=L(r.baseUrl,a);Zt(e.accountId,{client:c,log:e.log??null,wpsCfg:t,creds:r}),Ar(e.accountId,{appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl});let l=Xt(Wt(e.cfg));e.accountId===l&&vr(e.accountId),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let p=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(r.clientId)}`,query:{lang:"zh-CN"}})).data?.scopes??[]).filter(u=>u.auth_types?.includes("delegated")).map(u=>({name:u.name??"",description:u.description??""})).filter(u=>u.name);Pt(e.accountId,p),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${p.map(u=>u.name).join(", ")||"(none)"}`)}catch(d){Pt(e.accountId,[]);let p=String(d);p.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: ${p}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return Vn(e.abortSignal,n)}},onboarding:{channel:E,getStatus:async({cfg:e})=>{let t=e,r=le(t,ne(t)),n=!!_e(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.accountId||ne(t);return Vt(r,async()=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let n=e.params.to??e.params.target??e.params.receiver_id,o=e.params.message??e.params.text??e.params.content,i=e.params.media,s=le(t,r),a=_e(s);if(!a)throw new Error("WPS credentials not configured");let c=n&&typeof n=="string"&&n.trim()?n.trim():"";if(c.startsWith("wps-xiezuo:")?c=c.slice(11):c.startsWith("wps:")&&(c=c.slice(4)),!c||fn.test(c)){let d=gi(r);if(d)c=d.isDirect?`user:${d.senderId}`:`chat:${d.chatId}`;else if(fn.test(c))throw new Error(`to="${n}" contains a bot/app ID pattern ("${c}"). Omit the 'to' parameter to reply in the current conversation, or use 'chat:<RawBody.chatId>' (group) / 'user:<SenderId>' (DM).`)}if(i&&typeof i=="string"&&i.trim()){let d=i.trim();if(an(d)){if(!c)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await _n.outbound.sendMedia({cfg:e.cfg,to:c,mediaUrl:d,mimeType:void 0}),{text:`Media sent (${dr.basename(d)||"attachment"})`}}}if(!c)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!o||typeof o!="string"||!o.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await un(a,c,o.trim())).messageId})`}})}}};De();function lr(e){return e.data??null}function pr(e){return{error:e instanceof Error?e.message:String(e)}}function Me(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 mn(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 Ds(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Ui(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function Us(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 Ns(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=Ui(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 hn(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=Me(n,"receiver_type");if(o!=="user"&&o!=="chat")throw new Error("receiver_type must be 'user' or 'chat'");let i=Me(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=Me(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=Me(n,"content");if(a.length>5e3)throw new Error("content JSON string exceeds 5000 characters");let c=Ui(a);if(typeof c!="object"||c===null)throw new Error("parsed content must be a JSON object");let l=s==="file"||s==="image"?Us(s,c):c,d={type:s,receiver:{type:o,receiver_id:i},content:l},p=n.mentions;if(p!==void 0){if(!Array.isArray(p))throw new Error("mentions must be an array when provided");d.mentions=p}let u=await e.request({method:"POST",path:"/v7/messages/create",body:d});return lr(u)}catch(o){return pr(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(he(n)),i=encodeURIComponent(Me(n,"message_id")),s=Me(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=Me(n,"content"),c=Ns(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return lr(l)}catch(o){return pr(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(he(n)),i=mn(n,"start_time"),s=mn(n,"end_time"),a=mn(n,"page_size")??50,c=Ds(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 lr(d)}catch(o){return pr(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(he(n)),i=encodeURIComponent(Me(n,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return lr(s)}catch(o){return pr(o)}}})}function Ni(e){return e.data??null}function ji(e){return{error:e instanceof Error?e.message:String(e)}}function js(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 Ms(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 Ws(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var zs=["active"],Ls=["user_name","email","phone"],Bs=["company_user"],Fs=50;function gn(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 Ni(o)}catch(o){return ji(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=js(n,"keyword"),i=Ms(n,"page_size")??Fs,s=Ws(n,"page_token"),a={keyword:o,status:[...zs],search_field:[...Ls],search_source:[...Bs],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return Ni(c)}catch(o){return ji(o)}}})}function zt(e){return e.data??null}function ht(e){return{error:e instanceof Error?e.message:String(e)}}function Mi(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 Wi(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 yn(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var zi=50;function Gs(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 wn(e,t="user"){return{id:e,type:t}}var ur=null;async function Ks(e){if(ur)return ur;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 ur={id:r.id.trim(),type:"user"},ur}function bn(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=Mi(n,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=Gs(n,"member_ids"),s,a={type:o};if(o==="group"){let l=await Ks(e),d=new Set;s=[],d.add(l.id),s.push(wn(l.id));for(let u of i)d.has(u)||(s.push(wn(u)),d.add(u));a.owner_id=l.id;let p=yn(n,"name");p!==void 0&&p!==""&&(a.name=p)}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=>wn(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return zt(c)}catch(o){return ht(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=Wi(n,"page_size")??zi,i=yn(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 zt(a)}catch(o){return ht(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(he(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return zt(i)}catch(o){return ht(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(he(n)),i=Wi(n,"page_size")??zi,s=yn(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 zt(c)}catch(o){return ht(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(he(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return zt(i)}catch(o){return ht(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=Mi(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 p=await e.request({method:"GET",path:"/v7/chats",query:d});for(let u of p.data?.items??[])u.chat_id&&u.name?.toLowerCase().includes(o)&&i.push({chat_id:u.chat_id,name:u.name,owner_id:u.owner_id});if(!p.data?.has_more)break;if(s=p.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 ht(o)}}})}lt();De();rr();sr();Qr();function Hs(e){if(e)return e;let t=xr();if(t)return t;let r=Tr();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=Hs(e.accountId),r=At(t,e.wpsUserId);if(r){let a=Yt(t),c=Cr(a.baseUrl,r);return await e.run(c,t)}let n=`${t}:${e.wpsUserId}`;if(yi(n))return{needsAuth:!0,message:e.needsAuthMessage};let o=Pr(t),i=Yt(t),s=xe(t);try{await tn({accountId:t,creds:i,wpsCfg:o,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage}),wi(n)}catch(a){s?.error?.(`[${e.logTag}] Failed to send auth card: ${String(a)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var Li=31*24*60*60*1e3,Js=100,Bi=200,Fi=50,Gi=100;function F(e){return{error:e instanceof Error?e.message:String(e)}}function P(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 gt(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 yt(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 Xs(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 fr(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 wt(e){return e.toISOString()}function In(e){let t=e.now??new Date,r,n,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(r=fr("start_time",e.startRfc),n=fr("end_time",e.endRfc)):o?(r=fr("start_time",e.startRfc),n=new Date(r.getTime()+14*86400*1e3)):i?(n=fr("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()>Li&&(n=new Date(r.getTime()+Li)),{start:r,end:n}}function Vs(e){let{start:t,end:r}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),n={start_time:wt(t),end_time:wt(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 Zs(e){let{start:t,end:r}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:wt(t),end_time:wt(r)}}function Ys(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}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=wt(n),t.end_time=wt(o),t}function Qs(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 Te(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function ea(e,t){return`${Te(e,t)}/respond`}function kn(e,t){return`${Te(e,t)}/attendees`}function ta(e,t){return`${kn(e,t)}/batch_create`}function ra(e,t){return`${kn(e,t)}/batch_delete`}function na(e,t){return`${Te(e,t)}/meeting_rooms`}function ia(e,t){return`${Te(e,t)}/meeting_rooms/batch_create`}function oa(e,t){return`${Te(e,t)}/meeting_rooms/batch_delete`}function Ki(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>Gi)throw new Error(`room_ids length must be <= ${Gi}`);return{room_ids:t}}function sa(e){let t=e.pageSize??30,n={page_size:Math.max(1,Math.min(Js,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function We(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 F(n)}}function Sn(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=P(i,"summary"),a=P(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():Qs(a),d=x(i,"description"),p=x(i,"location"),u=x(i,"wps_user_id")??"";return u?await Y(u,s,async _=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),p&&(m.locations=[{name:p}]);let g=await _.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return g.data??g}):F(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return F(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=P(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=gt(i,"page_size"),d=x(i,"page_token"),p=yt(i,"with_cancelled"),u=x(i,"sync_token"),_=x(i,"anchor_time");return await Y(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let g=Ys({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:p,syncToken:u,anchorTime:_}),y=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:g});return y.data??y})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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:Te(c,a),headers:We(i)});return d.data??d})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=gt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async p=>{let u=sa({pageSize:l,pageToken:d}),_=await p.request({method:"GET",path:kn(c,a),query:u,headers:We(i)});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=yt(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>Bi)throw new Error(`attendees length must be <= ${Bi}`);let p=d.map((u,_)=>{if(typeof u!="object"||u===null||Array.isArray(u))throw new Error(`attendees[${_}] must be an object`);let m=u,g={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${_}].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[${_}].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[${_}].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[${_}].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[${_}].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[${_}] must contain at least one valid field`);return g});return await Y(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async u=>{let _={attendees:p};l!==void 0&&(_.is_notification=l);let m=await u.request({method:"POST",path:ta(c,a),body:_,headers:We(i)});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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:na(c,a),headers:We(i)});return d.data??d})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=Ki(l);return await Y(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:ia(c,a),body:d,headers:We(i)});return u.data??u})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=Ki(l);return await Y(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:oa(c,a),body:d,headers:We(i)});return u.data??u})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=yt(i,"is_notification"),d=i.attendee_ids,p;if(d!==void 0){if(!Array.isArray(d))throw new Error("attendee_ids must be an array of strings when provided");p=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 u=i.attendees;if(!Array.isArray(u)||u.length===0)throw new Error("attendees is required and must be a non-empty array");let _=u.map((g,y)=>{if(typeof g!="object"||g===null||Array.isArray(g))throw new Error(`attendees[${y}] must be an object`);let f=g,h={};if(f.type!==void 0){if(typeof f.type!="string"||!f.type.trim())throw new Error(`attendees[${y}].type must be a non-empty string when provided`);h.type=f.type.trim()}if(f.user_id!==void 0){if(typeof f.user_id!="string"||!f.user_id.trim())throw new Error(`attendees[${y}].user_id must be a non-empty string when provided`);h.user_id=f.user_id.trim()}if(f.third_party_email!==void 0){if(typeof f.third_party_email!="string"||!f.third_party_email.trim())throw new Error(`attendees[${y}].third_party_email must be a non-empty string when provided`);h.third_party_email=f.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((p?.length??0)+_.length>Fi)throw new Error(`attendee_ids.length + attendees.length must be <= ${Fi}`);return await Y(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async g=>{let y={attendees:_};p&&p.length>0&&(y.attendee_ids=p),l!==void 0&&(y.is_notification=l);let f=await g.request({method:"POST",path:ra(c,a),body:y,headers:We(i)});return f.data??f})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=P(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=P(i,"response_status");if(d!=="accepted"&&d!=="declined"&&d!=="tentative")throw new Error("response_status must be accepted, declined, or tentative");let p=Math.trunc(Xs(i,"which_day_time"));return await Y(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async u=>{let _=await u.request({method:"POST",path:ea(c,a),body:{mod_type:l,response_status:d,which_day_time:p}});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=gt(i,"page_size"),p=x(i,"page_token");return await Y(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async u=>{let _=Vs({startRfc:c,endRfc:l,pageSize:d,pageToken:p}),m=await u.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:_});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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 p=>{let u=Zs({startRfc:l,endRfc:d}),_=await p.request({method:"GET",path:`${Te(c,a)}/event_instances`,query:u});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"keyword");if(a.length>r)throw new Error(`keyword must be at most ${r} characters`);let c=x(i,"calendar_id")??"primary",l=gt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u641C\u7D22\u65E5\u7A0B",async p=>{let u={keyword:a},_=l??200;u.page_size=Math.max(1,Math.min(n,Math.trunc(_))),d!==void 0&&d.trim()!==""&&(u.page_token=d.trim());let m=await p.request({method:"POST",path:`/v7/calendars/${encodeURIComponent(c)}/events/search`,body:u,headers:We(i)});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=gt(i,"which_day_time");if(l==="one"&&d==null)throw new Error("which_day_time (ms) is required when mod_type is one");let p=x(i,"free_busy_status");if(p!==void 0&&p!=="busy"&&p!=="free")throw new Error("free_busy_status must be busy or free");let u=x(i,"visibility");if(u!==void 0&&u!=="default"&&u!=="public"&&u!=="private")throw new Error("visibility must be default, public, or private");let _=x(i,"attendee_ability");if(_!==void 0&&_!=="can_see_others"&&_!=="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 f=x(i,"description");f!==void 0&&(g.description=f);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}]),p!==void 0&&(g.free_busy_status=p),u!==void 0&&(g.visibility=u),_!==void 0&&(g.attendee_ability=_),l!==void 0&&(g.mod_type=l),d!==void 0&&(g.which_day_time=Math.trunc(d));let I=yt(i,"is_notification");I!==void 0&&(g.is_notification=I);let v=yt(i,"is_reinvition");v!==void 0&&(g.is_reinvition=v);let N=i.reminders;Array.isArray(N)&&(g.reminders=N.slice(0,10).map(B=>{let j=B;return{minutes:typeof j.minutes=="number"?Math.trunc(j.minutes):0}}));let G=await m.request({method:"POST",path:`${Te(c,a)}/update`,body:g});return G.data??G})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=gt(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 p=yt(i,"is_notification");return await Y(s,"\u5220\u9664\u65E5\u7A0B",async u=>{let _={};p!==void 0&&(_.is_notification=p),l!==void 0&&(_.mod_type=l),d!==void 0&&(_.which_day_time=Math.trunc(d));let m=await u.request({method:"POST",path:`${Te(c,a)}/delete`,body:_});return m.data??m})}catch(s){return F(s)}}})}var aa="/v7/todo/personal_tasks",da="/v7/todo/personal_tasks/batch_get";function _r(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function ca(e){return`${_r(e.trim())}/update`}function la(e){return`${_r(e.trim())}/update_status`}var Hi=100,pa=20,ua=50;function It(e){return{error:e instanceof Error?e.message:String(e)}}function Ee(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 Ye(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 fa(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 _a(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 ma(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 bt(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 ha(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>Hi)throw new Error(`executors must have at most ${Hi} entries`);n.executors=[...e.executors]}return n}function ga(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(ua,Math.trunc(r)))}else t.page_size=pa;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 ya(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 wa=new Set(["finish","unfinish","finish_all","unfinish_all"]);function ba(e){return wa.has(e)}function Ji(e){let t=e.trim();if(!ba(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function Ia(e){return{action:Ji(e.action)}}function ka(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 Sa(e,t){let r=e.trim(),n=t.trim();return r===n?!0:r.toLowerCase()===n.toLowerCase()}function xa(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=Ji(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 Lt(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 It(n)}}function xn(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=Ee(n,"wps_user_id"),i=Ee(n,"title_subject"),s=Q(n,"title_prefix"),a=Q(n,"description"),c=Ye(n,"due_time_ms"),l=Q(n,"status"),d=fa(n,"executors"),p;if(l!==void 0){if(l!=="todo"&&l!=="finish")throw new Error("status must be todo or finish when provided");p=l}let u=ha({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:p,executors:d});return await Lt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async _=>{let m=await _.request({method:"POST",path:aa,body:u,headers:bt(n)});return m.data??m})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Q(n,"keyword"),s=Q(n,"executor"),a=Q(n,"status"),c=Ye(n,"page_size"),l=Q(n,"page_token"),d=Ye(n,"created_time_start_ms"),p=Ye(n,"created_time_end_ms"),u=Ye(n,"due_time_start_ms"),_=Ye(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=ga({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:p,dueTimeStartMs:u,dueTimeEndMs:_});return await Lt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async y=>{let f=await y.request({method:"POST",path:da,body:g,headers:bt(n)});return f.data??f})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(n,"task_id");return await Lt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:_r(i),headers:bt(n)});return a.data??a})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(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 Lt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async p=>{let u=await p.request({method:"GET",path:_r(i),headers:bt(n)}),_=u.data??u,m=ka(_),g=m!==null&&Sa(o,m),y=xa({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 f=Ia({action:y.action}),h=await p.request({method:"POST",path:la(i),body:f,headers:bt(n)});return h.data??h})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(n,"task_id"),s=Q(n,"title_subject"),a=Q(n,"title_prefix"),c=Q(n,"description"),l=Ye(n,"due_time_ms"),d=_a(n,"ext_attrs"),p=ma(n,"notify_config_json"),u=ya({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:p});return await Lt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async _=>{let m=await _.request({method:"POST",path:ca(i),body:u,headers:bt(n)});return m.data??m})}catch(o){return It(o)}}})}function Pe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function va(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function ze(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 Xi(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 ke(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 vn(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 ke(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${Pe(i)}/schema`});return a.data??a})}catch(o){return oe(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 ke(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${va(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return oe(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=ze(n),a=T(n,"name");return await ke(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${Pe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return oe(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=ze(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:Xi(l.fields_value,`records[${d}].fields_value`)}});return await ke(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return oe(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=ze(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 p=l;if(!p.id||typeof p.id!="string")throw new Error(`records[${d}].id is required and must be a string`);return{id:p.id,fields_value:Xi(p.fields_value,`records[${d}].fields_value`)}});return await ke(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return oe(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=ze(n),a={},c=Ze(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 p=V(n,"page_token");p!==void 0&&p!==""&&(a.page_token=p);let u=V(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let _=V(n,"text_value");_!==void 0&&(a.text_value=_);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 ke(o,"wps_dbsheet_list_records",async y=>{let f=await y.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records`,body:a});return f.data??f})}catch(o){return oe(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=ze(n),a={},c=Ze(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 p=Z(n,"page_size");p!==void 0&&(a.page_size=p);let u=V(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let _=V(n,"text_value");_!==void 0&&(a.text_value=_);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 ke(o,"wps_dbsheet_list_records_by_page",async y=>{let f=await y.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/list_by_page`,body:a});return f.data??f})}catch(o){return oe(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=ze(n),a=Ze(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 p=re(n,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ke(o,"wps_dbsheet_get_records",async u=>{let _=await u.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/search`,body:c});return _.data??_})}catch(o){return oe(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=ze(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 p=re(n,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ke(o,"wps_dbsheet_get_record",async u=>{let _=await u.request({method:"GET",path:`${Pe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return _.data??_})}catch(o){return oe(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=ze(n),a=Ze(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await ke(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return oe(o)}}})}lt();import{createHash as Ta}from"node:crypto";import{readFile as Ea,stat as Pa}from"node:fs/promises";var Oa="/v7/drives",Aa="/v7/files/search",$a=50,Ra=500,Ca=50,qa=500,Da=50,Ua=500,Vi=["folder","file","shortcut"],mr=["fail","rename","overwrite","replace"],io=["kdc","plain","markdown"],oo=["sync","async","auto"],Na=["para","table","component","textbox","all"],Zi=["file_name","content","all"],Yi=["folder","file","shortcut"],Qi=["ctime","mtime","otime","stime"],eo=["desc","asc"],to=["ctime","mtime"],ro=["desc","asc"],no=["ctime","mtime","dtime","fname","fsize"],ja=["all","share_by_me","share_to_me","latest","personal_drive","group_drive","recycle","customize","latest_opened","latest_edited"];function Be(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 kt(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 H(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 Le(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 Ma(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 Wa(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 za(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(Ra,Math.trunc(e.pageSize??$a)))};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 La(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/create`}function Ba(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/children`}function Fa(e){let t={page_size:Math.max(1,Math.min(Ua,Math.trunc(e.pageSize??Da)))};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 Ga(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function Ka(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/commit_upload`}function Ha(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 Ja(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 Xa(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 Va(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function Za(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let r=e.format.trim();if(!io.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(!Na.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(!oo.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 Ya(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function Qa(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 ed(e){let t={type:e.type,page_size:Math.max(1,Math.min(qa,Math.trunc(e.pageSize??Ca)))};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 Qe(e,t,r,n){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:r,logTag:"drive",run:n})}catch(o){return Be(o)}}function Tn(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=kt(n,"page_size"),d=q(n,"page_token"),p=H(n,"sources");return await Qe(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 u=>{let _=za({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:p}),m=await u.request({method:"GET",path:Oa,query:_,headers:Le(n)});return m.data??m})}catch(o){return Be(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:[...ro],description:"Optional order direction."},order_by:{type:"string",enum:[...no],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=kt(n,"page_size"),p=q(n,"page_token"),u=q(n,"order");if(u!==void 0&&!ro.includes(u))throw new Error("order must be one of: desc, asc");let _=u,m=q(n,"order_by");if(m!==void 0&&!no.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let g=m,y=n.filter_type,f;if(y!=null){if(typeof y!="object"||Array.isArray(y))throw new Error("filter_type must be an object when provided");f=y}return await Qe(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=Fa({withPermission:a,withExtAttrs:c,filterExts:l,filterType:f,order:_,orderBy:g,pageSize:d,pageToken:p}),b=await h.request({method:"GET",path:Ba(i,s),query:w,headers:Le(n)});return b.data??b})}catch(o){return Be(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:[...Vi],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:[...mr],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(!Vi.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"),p=q(n,"on_name_conflict");if(p!==void 0&&!mr.includes(p))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let u=p,_=H(n,"parent_path");return await Qe(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=Ha({fileType:c,name:l,fileId:d,onNameConflict:u,parentPath:_}),y=await m.request({method:"POST",path:La(i,s),body:g,headers:Le(n)});return y.data??y})}catch(o){return Be(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:[...mr],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&&!mr.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,p=q(n,"file_id"),u=se(n,"internal"),_=q(n,"upload_scene"),m=a.trim();try{if(!(await Pa(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 Ea(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,f=Ta("sha256").update(g).digest("hex");return await Qe(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=Ja({size:y,fileId:p??void 0,hashes:[{type:"sha256",sum:f}],internal:u??void 0,name:c??void 0,onNameConflict:d,uploadScene:_??void 0}),I=await h.request({method:"POST",path:Ga(i,s),body:b,headers:Le(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 G=typeof N.method=="string"?N.method.toUpperCase():"PUT",B=N.url;Wa(B);let j=N.headers??{},ie=typeof v.upload_id=="string"?v.upload_id:void 0,ee=At(w,o);if(!ee||!ee.trim())throw new Error("delegated access token missing after auth gate");let ae=Ma({requestHeaders:j}),it={Authorization:`Bearer ${ee.trim()}`,...ae},xt=new Uint8Array(g.buffer,g.byteOffset,g.byteLength),Ge;try{Ge=await fetch(B,{method:G,headers:it,body:xt})}catch(we){let A=we instanceof Error?we.message:String(we);throw new Error(`upload step-2 fetch failed: ${A}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!Ge.ok){let we=await Ge.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${Ge.status} ${we.substring(0,300)} [diag: size=${y}, sha256=${f}]`)}if(!ie)return{step1:v,step2_status:Ge.status,etag:Ge.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let Ft=Xa({uploadId:ie}),ot=await h.request({method:"POST",path:Ka(i,s),body:Ft,headers:Le(n)});return ot.data??ot})}catch(o){return Be(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:[...io],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...oo],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=H(n,"include_elements"),l=q(n,"mode"),d=q(n,"task_id");return await Qe(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 p=>{let u=Za({format:a,includeElements:c,mode:l,taskId:d}),_=await p.request({method:"GET",path:Va(i,s),query:Object.keys(u).length>0?u:void 0,headers:Le(n)});return _.data??_})}catch(o){return Be(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 Qe(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=Qa({withPermission:s,withExtAttrs:a,withDrive:c}),p=await l.request({method:"GET",path:Ya(i),query:Object.keys(d).length>0?d:void 0,headers:Le(n)});return p.data??p})}catch(o){return Be(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:[...Zi],description:"Search type."},file_type:{type:"string",enum:[...Yi],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:[...Qi],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:[...eo],description:"Optional order."},order_by:{type:"string",enum:[...to],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(!Zi.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&&!Yi.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&&!Qi.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,p=q(n,"order");if(p!==void 0&&!eo.includes(p))throw new Error("order must be one of: desc, asc");let u=p,_=q(n,"order_by");if(_!==void 0&&!to.includes(_))throw new Error("order_by must be one of: ctime, mtime");let m=_,g=H(n,"scope");if(g!==void 0){for(let y of g)if(!ja.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 Qe(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 f=ed({keyword:q(n,"keyword"),type:s,fileType:c,fileExts:H(n,"file_exts"),driveIds:H(n,"drive_ids"),parentIds:H(n,"parent_ids"),creatorIds:H(n,"creator_ids"),modifierIds:H(n,"modifier_ids"),sharerIds:H(n,"sharer_ids"),receiverIds:H(n,"receiver_ids"),timeType:d,startTime:kt(n,"start_time"),endTime:kt(n,"end_time"),withPermission:se(n,"with_permission"),withLink:se(n,"with_link"),withTotal:se(n,"with_total"),pageSize:kt(n,"page_size"),pageToken:q(n,"page_token"),channels:H(n,"channels"),deviceIds:H(n,"device_ids"),excludeChannels:H(n,"exclude_channels"),excludeFileExts:H(n,"exclude_file_exts"),filterUserId:kt(n,"filter_user_id"),fileExtGroups:H(n,"file_ext_groups"),withFolder:se(n,"with_folder"),withDrive:se(n,"with_drive"),order:u,orderBy:m,scope:g,searchOperatorName:se(n,"search_operator_name")}),h=await y.request({method:"GET",path:Aa,query:f,headers:Le(n)});return h.data??h})}catch(o){return Be(o)}}})}var td="/v7/airpage/files";function et(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function rt(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function tt(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function ao(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 En=["rename","fail","overwrite"];function Oe(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 so(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 gr(e,t){let r=e[t];if(!Array.isArray(r))throw new Error(`${t} is required and must be an array`);return r}function rd(e,t){let n=gr(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 nd(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 hr(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 id(e){let t={blockId:e.blockId.trim(),content:e.content},r=e.index;return r!==void 0&&(t.index=r),rt(t)}function od(e){let t={blockId:e.blockId.trim()};return rt(t)}function sd(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 rt(t)}function ad(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 rt(t)}function dd(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 rt(t)}function cd(e){return ao(e,"operation"),rt(e)}function ld(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`);ao(r,`operations[${t}]`)}return rt(e)}function pd(e){let t=e.trim().toLowerCase();if(En.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${En.join(", ")} (got: ${e})`)}function ud(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 Fe(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 Oe(n)}}function Pn(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:[...En],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=pd(a),l=so(n,"parent_id"),d=so(n,"template_id"),p=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await Fe(o,p,async u=>{let _=ud({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await u.request({method:"POST",path:td,body:_});return m.data??m})}catch(o){return Oe(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=gr(n,"content"),c=nd(n,"index"),l=id({blockId:s,content:a,index:c}),d=tt(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await Fe(o,d,async p=>{let u=await p.request({method:"POST",path:et(i,"/blocks/create"),body:l});return u.data??u})}catch(o){return Oe(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=od({blockId:s}),c=tt(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await Fe(o,c,async l=>{let d=await l.request({method:"POST",path:et(i,"/blocks"),body:a});return d.data??d})}catch(o){return Oe(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=rd(n,"block_ids"),a=sd({blockIds:s}),c=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await Fe(o,c,async l=>{let d=await l.request({method:"POST",path:et(i,"/blocks/batch_get"),body:a});return d.data??d})}catch(o){return Oe(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=hr(n,"start_index"),c=hr(n,"end_index"),l=ad({blockId:s,startIndex:a,endIndex:c}),d=tt(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await Fe(o,d,async p=>{let u=await p.request({method:"POST",path:et(i,"/blocks/delete"),body:l});return u.data??u})}catch(o){return Oe(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=gr(n,"delete_items").map((d,p)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`delete_items[${p}] must be an object`);let u=d,_=D(u,"block_id"),m=hr(u,"start_index"),g=hr(u,"end_index");return{blockId:_,startIndex:m,endIndex:g}}),c=dd(a),l=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/batch_delete"),body:c});return p.data??p})}catch(o){return Oe(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=cd(s),l=tt(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/update"),body:c});return p.data??p})}catch(o){return Oe(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=gr(n,"operations").map((d,p)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`operations[${p}] must be an object`);return d}),c=ld(a),l=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/batch_update"),body:c});return p.data??p})}catch(o){return Oe(o)}}})}var fd="/v7/meeting_rooms",_d="/v7/meeting_rooms/search",md="/v7/meeting_room_bookings/batch_get",hd=["success","failed"];var po=["success","failed","approving"];function Bt(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 St(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function On(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 co(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 gd(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 uo(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 yd(e,t){let r=uo(e,t);if(r===void 0)return;let n=new Set(po),o=r.filter(i=>n.has(i));return o.length>0?o:void 0}function lo(e){let t=St(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 wd(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 bd(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 Id(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 kd(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 Sd(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 xd(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function An(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{Ae(n,"wps_user_id");let o=St(n,"room_level_id"),i=On(n,"page_size"),s=St(n,"page_token"),a=wd({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:fd,query:a});return c.data??c}catch(o){return Bt(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{Ae(n,"wps_user_id");let o=Ae(n,"room_id"),i=await e.request({method:"GET",path:bd(o)});return i.data??i}catch(o){return Bt(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{Ae(n,"wps_user_id");let o=Ae(n,"keyword"),i=On(n,"page_size"),s=St(n,"page_token"),a=Id({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:_d,body:a});return c.data??c}catch(o){return Bt(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:[...po]},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{Ae(n,"wps_user_id");let o=co(n,"start_time"),i=co(n,"end_time"),s=uo(n,"room_ids"),a=St(n,"room_level_id"),c=gd(n,"include_deleted"),l=On(n,"page_size"),d=St(n,"page_token"),p=yd(n,"results"),u=kd({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:p??void 0}),_=await e.request({method:"POST",path:md,body:u,headers:lo(n)});return _.data??_}catch(o){return Bt(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:[...hd],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{Ae(n,"wps_user_id");let o=Ae(n,"booking_id"),i=Ae(n,"status"),s=xd(i),a=await e.request({method:"POST",path:Sd(o),body:s,headers:lo(n)});return a.data??a}catch(o){return Bt(o)}}})}var ge={type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},Se={type:"string",description:"Smart Sheet file ID."},nt={type:"integer",description:"Worksheet ID (integer). From wps_airsheet_list_worksheets."};async function vd(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 ye(e,t){return async(r,n)=>{try{let o=T(n,"wps_user_id");return await vd(o,e,i=>t(n,i))}catch(o){return oe(o)}}}function $n(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:ge,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:ye("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=Ze(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:ge,file_id:Se,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:ye("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 p=Z(c,"before_sheet_id");p!==void 0&&(l.before_sheet_id=p);let u=re(c,"end");u!==void 0&&(l.end=u);let _={position:l};i!==void 0&&(_.name=i),s!==void 0&&(_.col_width=s);let m=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`,body:_});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:ge,file_id:Se},required:["wps_user_id","file_id"]},execute:ye("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:ge,file_id:Se,worksheet_id:nt,copy_first_sheet:{type:"boolean",description:"Optional. If true, copies the first sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ye("wps_airsheet_copy_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_update_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_ids:{type:"array",items:{type:"integer"},description:"Array of worksheet IDs (integers) to delete."}},required:["wps_user_id","file_id","worksheet_ids"]},execute:ye("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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_create_rows",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_get_range_data",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_find_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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 p=r.page;if(p!=null){if(typeof p!="object")throw new Error("page must be an object");c.page=p}let u=re(r,"show_total");u!==void 0&&(c.show_total=u);let _=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/find`,body:c});return _.data??_})}),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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_batch_update_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_batch_delete_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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 Td(){return new Proxy({},{get(e,t,r){let n=Er(),o=Reflect.get(n,t,r);return typeof o=="function"?o.bind(n):o}})}function fo(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=Td();return hn(n,r),gn(n,r),bn(n,r),cn(n,r),Sn(n,r),xn(n,r),Tn(n,r),vn(n,r),Pn(n,r),An(n,r),$n(n,r),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var Ed={id:Ce,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:Hn(),register(e){qi(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:_n}),typeof e.registerTool=="function"){t.info(`[${Ce}] registerTool is available (type: ${typeof e.registerTool})`);try{let r=fo(e.registerTool);t.info(`[${Ce}] registered ${r} WPS OAPI tool factories`)}catch(r){t.error(`[${Ce}] tool registration failed: ${r}`)}}else t.warn(`[${Ce}] registerTool not available (type: ${typeof e.registerTool})`);t.info(`[${Ce}] plugin registered`)}},Tp=Ed;export{Tp as default};
|
|
33
|
+
openclaw pairing approve --channel ${E} --account ${i} ${J}`;await _t(c,v,Gt)}}}return}if(!I){let $=a?.groupPolicy??"allowlist",J=a?.groups??{};if($==="allowlist"&&!J[h]&&!J["*"]){r(`Group ${h} blocked by groupPolicy=allowlist`);return}}if(we.trim()==="/wpsxiezuo auth"){let{sendAuthCard:$}=await Promise.resolve().then(()=>(sr(),rn)),{getLazyWpsCfg:J}=await Promise.resolve().then(()=>(De(),Ar));try{let X=h?"chat":"user",Ke=h||f;await $({accountId:i,creds:c,wpsCfg:J(i),wpsUserId:f,receiverType:X,receiverId:Ke})||await _t(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(X){n("WPS /wpsxiezuo auth failed:",X),await _t(c,v,`\u6388\u6743\u5361\u7247\u53D1\u9001\u5931\u8D25\uFF1A${String(X)}`)}return}if(we.trim()==="/wps-id"||we.trim().startsWith("/wps-id ")){let $={sender:{id:p.id??"",type:p.type??"",name:p.name??""},chat:{id:u?.id??"",type:u?.type??""},message:{id:d.id??"",type:d.type??""},isDirect:I};await _t(c,v,`WPS id debug:
|
|
34
|
+
${JSON.stringify($,null,2)}`);return}if(!s){r("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let A=s.reply,$e=s.routing,Re="main",ue="",W=i;if($e?.resolveAgentRoute){let $=$e.resolveAgentRoute({cfg:o,channel:E,accountId:i,peer:{kind:I?"direct":"group",id:g.session_key}});Re=$.agentId,ue=$.sessionKey?.trim()??"",$.accountId&&(W=$.accountId,r(`WPS route account override: ${i} -> ${$.accountId}`))}let K=ue||g.session_key,Rn=W;r(`WPS route: agentId=${Re}, inboundSessionKey=${K}, accountId=${Rn}`),j.length>0&&r(`WPS media context: MediaPath=${j[0]}, MediaType=${ie[0]}, count=${j.length}`);let Cn={Body:ot,BodyForAgent:ot,...j.length>0?{MediaPath:j[0],MediaUrl:j[0],MediaType:ie[0],MediaPaths:j,MediaUrls:j,MediaTypes:ie}:{},RawBody:JSON.stringify({session:g,chatId:h,messageId:w,senderId:f,replyTarget:I?`user:${f}`:`chat:${h}`,messageType:b.kind,plainText:b.plainText,attachments:b.attachments,...B?{prefetchedMedia:B}:{},_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:ot,From:N,To:I?`user:${f}`:`chat:${h}`,ReplyTarget:I?`user:${f}`:`chat:${h}`,SessionKey:K,Label:K,ConversationLabel:K,DisplayName:K,SessionLabel:K,AccountId:Rn,ChatType:I?"direct":"group",GroupId:void 0,SenderName:p.name??void 0,SenderId:f,Provider:E,Surface:"wps",Channel:E,Timestamp:l.send_time??Date.now(),OriginatingChannel:E,OriginatingFrom:`wps:${f}`,OriginatingTo:`wps:${c.clientId}`},qn=A.finalizeInboundContext?A.finalizeInboundContext(Cn):Cn,vt=null;if(h&&w)try{await Ur(c,h,w),vt={kind:"reaction",chatId:h,messageId:w},r(`WPS thinking reaction added: chatId=${h}, messageId=${w}`)}catch($){r(`WPS thinking reaction failed, falling back to text: ${String($)}`);try{await _t(c,v,"\u6B63\u5728\u601D\u8003\u4E2D..."),vt={kind:"text-fallback"}}catch(J){r(`WPS thinking fallback text failed: ${String(J)}`)}}let Dn=()=>async($,J)=>{let X=$.text??"";if(!X)return;let Ke=X.trim();if(/Message:.*[\\/](?:openclaw-media|wps-prefetch|\.openclaw[\\/]media)[\\/].*failed/i.test(Ke)){r(`WPS deliver: suppressed media-failed noise: ${Ke.substring(0,80)}`);return}r(`WPS deliver: text length=${X.length}, preview=${X.substring(0,80)}`),!I&&h&&w?await ws(c,h,w,X):await _t(c,v,X)};try{if(A.dispatchReplyWithBufferedBlockDispatcher)await A.dispatchReplyWithBufferedBlockDispatcher({ctx:qn,cfg:o,dispatcherOptions:{deliver:Dn(),responsePrefix:"",humanDelay:A.resolveHumanDelayConfig?A.resolveHumanDelayConfig(o,Re):void 0,onError:($,J)=>{n(`WPS ${J.kind} reply error: ${String($)}`)}}}),r("WPS: agent dispatch completed");else if(A.dispatchReplyFromConfig&&A.createReplyDispatcherWithTyping){let $=A.resolveHumanDelayConfig?A.resolveHumanDelayConfig(o,Re):void 0,{dispatcher:J,replyOptions:X,markDispatchIdle:Ke}=A.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:$,deliver:Dn(),onError:(Gt,_o)=>{n(`WPS ${_o.kind} reply error: ${String(Gt)}`)}});try{await A.dispatchReplyFromConfig({ctx:qn,cfg:o,dispatcher:J,replyOptions:X})}finally{Ke()}r("WPS: agent dispatch completed (fallback path)")}else r("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}finally{vt?.kind==="reaction"&&(await Nr(c,vt.chatId,vt.messageId,t),r("WPS thinking reaction removed"))}}catch(O){n("WPS async inbound error:",O)}}De();lt();Ct();import{createHash as bs}from"node:crypto";function oe(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 Ze(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 he(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 Ne(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 Is(e){return bs("sha256").update(e).digest("hex")}var Pi=20*1024*1024;function an(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 Oi(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 ks(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 dn(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>Pi)throw new Error(`file too large: ${a} bytes (max ${Pi})`);let c=Is(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 p=d.data,u=p&&typeof p=="object"?p:d;i(`[upload] phase1 response keys: source=[${Object.keys(u)}] hasNested=${!!p}`);let _=u.upload_entry;_&&i(`[upload] upload_entry keys: [${Object.keys(_)}]`);let m=typeof u.url=="string"&&u.url.trim()?u.url.trim():typeof u.upload_url=="string"&&u.upload_url.trim()?u.upload_url.trim():_&&typeof _.url=="string"&&_.url.trim()?_.url.trim():null,g=typeof u.storage_key=="string"&&u.storage_key.trim()?u.storage_key.trim():null;if(!m)throw new Error(`upload phase 1 did not return an upload URL: keys=${JSON.stringify(Object.keys(u))}, 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(u))}`);i(`[upload] phase1 ok: storageKey=${g.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let y=_&&typeof _.headers=="object"&&_.headers&&Object.keys(_.headers).length>0,f=ks(y?_.headers:{},m);i(`[upload] phase2 PUT headers: ${JSON.stringify(Object.keys(f))}`);let h;try{h=await fetch(m,{method:"PUT",headers:f,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 sn(e){return e.data??null}function ar(e){return{error:e instanceof Error?e.message:String(e)}}function Ie(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 Ss(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 xs(e){let t=e.trim();return!!(t.endsWith("=")||t.includes(":")&&t.length>30||/^[A-Za-z0-9+/]{40,}={0,2}$/.test(t))}function Ai(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(xs(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 vs(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 cn(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=he(s),c=Ie(s,"message_id"),l=Ie(s,"storage_key");Ai(c,l);let d=encodeURIComponent(a),p=encodeURIComponent(c),u=encodeURIComponent(l),_=await e.request({method:"GET",path:`/v7/chats/${d}/messages/${p}/resources/${u}/download`});return sn(_)}catch(a){return ar(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=he(s),c=Ie(s,"message_id"),l=Ie(s,"storage_key");Ai(c,l);let d=encodeURIComponent(a),p=encodeURIComponent(c),u=encodeURIComponent(l),_=vs(s,"max_bytes")??5*1024*1024;if(_<=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/${p}/resources/${u}/download`}),g=sn(m),y=qr(g),f=await fetch(y);if(!f.ok)throw new Error(`download url request failed: HTTP ${f.status}`);let h=Number(f.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>_)throw new Error(`attachment too large: ${h} bytes > max_bytes=${_}`);let w=f.headers.get("content-type")??"application/octet-stream",b=new Uint8Array(await f.arrayBuffer());if(b.byteLength>_)throw new Error(`attachment too large after download: ${b.byteLength} bytes > max_bytes=${_}`);let I=w.startsWith("image/")?Xe(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),ar(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=Ie(s,"file_name"),c=Ss(s,"file_size"),l=Ie(s,"file_type"),d=Ie(s,"checksum");if(c<0)throw new Error("file_size must be non-negative");let p=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:a,file_size:c,file_type:l,checksum:d}});return sn(p)}catch(a){return ar(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=Ie(s,"file_name"),c=Ie(s,"file_type"),l=Ie(s,"base64"),d=Buffer.from(l,"base64");n(`[tool:wps_media_upload_base64] start: ${a} ${c} ${d.byteLength}B`);let{storage_key:p,file_name:u,file_size:_}=await dn(e,a,c,d),m=c.startsWith("image/")?Xe(d):null;return n(`[tool:wps_media_upload_base64] ok: storage_key=${p.substring(0,20)}\u2026 ${u} ${_}B${m?` ${m.width}x${m.height}`:""}`),{storage_key:p,file_name:u,file_size:_,...m?{width:m.width,height:m.height}:{}}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),ar(a)}}})}Ct();var $s={Debug:0,Info:1,Warn:2,Error:3},mt=null;function qi(e){mt=e}function Rs(){if(!mt)throw new Error("WPS plugin runtime not initialized");return mt}var cr="wps",Ri={id:E,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[E,cr,"wps365"],order:70};function Wt(e){let t=e.channels;if(t)return t[E]??t[cr]}function je(e){return kr(Wt(e))}function Cs(){let e=dr.join(Ps(),".openclaw","openclaw.json");if(!Ts(e))return null;try{let t=Es(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function ln(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(je(t)).length>0)return t;let r=mt?.config&&typeof mt.config=="object"?mt.config:null;if(r&&Object.keys(je(r)).length>0)return r;let n=Cs();return n&&Object.keys(je(n)).length>0?n:t??r??n??{}}function ne(e){return Xt(Wt(e))}function le(e,t){let r=je(e);return r[t]??r[ne(e)]??r[qe]}function qs(e,t=qe){let r=le(e,t);return{accountId:t,enabled:r?.enabled!==!1,configured:!!_e(r),config:r??{enabled:!1}}}function pn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function Ds(e){return e.trim().length>0}var fn=/AK\d{8}/i;function Mt(e,t){if(fn.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 Ci(e){let t=e;return t.startsWith("wps-xiezuo:")?t=t.slice(11):t.startsWith("wps:")&&(t=t.slice(4)),t}function Di(e){if(e.startsWith("user:")){let t=e.slice(5),r=Ci(t);return Mt(r,e),{type:"user",id:r}}if(e.startsWith("chat:")){let t=e.slice(5),r=Ci(t);return Mt(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 Mt(a,e),{type:"user",id:a}}let o=n[2]??n[1],s=n[3]??n[2]??n[n.length-1]??e;return Mt(s,e),{type:o==="group"?"chat":"user",id:s}}return Mt(e,e),{type:"user",id:e}}async function un(e,t,r){let n=z(e),o=L(e.baseUrl,n),i=Di(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 _n={id:E,meta:{...Ri,aliases:[...Ri.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${E}`,`channels.${cr}`]},configSchema:Jn(Ir),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=ln(e),r=Object.keys(je(t));return r.length>0?r:[qe]},resolveAccount:e=>{let t=ln(e);return qs(t,ne(t))},defaultAccountId:e=>{let t=ln(e);return ne(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[E]:{...Wt(e),accounts:{...je(e),[ne(e)]:{...le(e,ne(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},r={...t.channels},n=Wt(e);if(n){let o=ne(e),i={...je(e)};delete i[o],r[E]={...n,accounts:i}}else delete r[E],delete r[cr];return t.channels=Object.keys(r).length>0?r:void 0,t},isConfigured:(e,t)=>!!_e(le(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e})=>{let t=e;return le(t,ne(t))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>pn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,r=ne(t),n=le(t,r);return{policy:n?.dmPolicy??"pairing",allowFrom:n?.allowFrom??[],policyPath:`channels.${E}.accounts.${r}.dmPolicy`,allowFromPath:`channels.${E}.accounts.${r}.allowFrom`,approveHint:Xn(E),normalizeEntry:pn}},collectWarnings:({cfg:e})=>{let t=[],r=je(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:pn,notifyApproval:async({cfg:e,id:t})=>{let r=e,n=le(r,ne(r)),o=_e(n);if(!o)throw new Error("WPS credentials not configured");await un(o,`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=le(r,ne(r));return!n?.groups||!t?!0:(n.groups[t]??n.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>Rs().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let r=e?.trim()??"";if(r&&Ds(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})=>{let n=e,o=le(n,ne(n)),i=_e(o);if(!i)throw new Error("WPS credentials not configured");return un(i,t,r)},sendMedia:async({cfg:e,to:t,mediaUrl:r,mimeType:n})=>{let o=e,i=le(o,ne(o)),s=_e(i);if(!s)throw new Error("WPS credentials not configured");let a=z(s),c=L(s.baseUrl,a),l=Di(t),d=(r??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let p,u,_=(n??"").trim()||"application/octet-stream",m=null;if(an(d)){let h=await $i(d),w=dr.basename(d)||"attachment";if(p=/^[0-9a-f]{8}_/.test(w)?w.substring(9):w,!(n??"").trim()){let I=dr.extname(p).toLowerCase();_={".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"}u=h.byteLength;let b=!1;if(Oi(d))try{let I=await $i(d+Hr,"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 dn(c,p,_,h)).storage_key),!m&&_.startsWith("image/")&&(m=Xe(h),console.log(`[${E}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${p}`))}let g=_.startsWith("image/"),y={type:"file",receiver:{type:l.type,receiver_id:l.id},content:{file:{type:"local",local:{storage_key:d,...p?{name:p}:{},...u!==void 0?{size:u}:{}}}}},f={type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,..._.startsWith("image/")?{type:_}:{},...p?{name:p}:{},...u!==void 0?{size:u}:{},...m?{width:m.width,height:m.height}:{}}}};if(g)try{return await c.request({method:"POST",path:"/v7/messages/create",body:f})}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=${p}`),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=${p}`);try{return await c.request({method:"POST",path:"/v7/messages/create",body:f})}catch(I){let v=I instanceof Error?I.message:String(I);throw console.error(`[${E}] sendMedia image fallback also failed: ${v} displayName=${p}`),I}}}},status:{defaultRuntime:{accountId:qe,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=_e(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=le(e.cfg,e.accountId);if(!t?.enabled){e.log?.info?.(`[${e.accountId}] WPS provider disabled`);return}let r=_e(t);if(!r){e.log?.error?.(`[${e.accountId}] WPS credentials not configured`);return}let n=async()=>{},o=a=>{Vt(e.accountId,()=>on({cfg:e.cfg,accountId:e.accountId,channelRuntime:e.channelRuntime??void 0,wpsCfg:t,creds:r,eventPayload:a,log:e.log})).catch(c=>e.log?.error?.("WPS inbound handler error:",c))},i=!1;if(t.sdk?.enabled)try{let a=As,c=Os,l=$s,p={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,u=new c().onV7AppChatMessageCreate(async y=>{try{let f=y.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${r.clientId}] message: chat_id=${f.chat.id}, message_id=${f.message.id}`);let h=ei(f);o(h)}catch(f){e.log?.error?.("WPS SDK message handler error:",f)}}).onV7AppGroupChatMemberRobotCreate(async y=>{let f=y.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${f.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 L(r.baseUrl,w).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:f.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 f=null;if(y.parsedData&&typeof y.parsedData=="object")f=y.parsedData;else if(typeof y.data=="string"&&y.data)try{f=JSON.parse(y.data)}catch{}let h=f?Object.keys(f).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${y.eventCode}, keys=${h}`),f&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(f).slice(0,500)}`),f){let w=typeof f.code=="string"?f.code:typeof f.authorization_code=="string"?f.authorization_code:void 0,b=typeof f.state=="string"?f.state:void 0;if(w){let I=typeof f.user_id=="string"?f.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(()=>(sr(),rn));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)}`)}})()}}}),_=new a(ri({appId:r.clientId,appSecret:r.clientSecret,dispatcher:u,logLevel:p,endpoint:t.sdk.endpoint},t.sdk));_.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&&!_.isConnected();)await new Promise(y=>setTimeout(y,150));if(_.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let y=()=>_.stop();e.abortSignal.addEventListener("abort",y),n=async()=>{e.abortSignal.removeEventListener("abort",y),_.stop()}}else _.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",p=t.enableEncryption!==!1;c.post(d,(_,m)=>{let g=ti(_.body,{appId:r.clientId,appSecret:r.clientSecret},p,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 u=c.listen(l,()=>{e.log?.info?.(`[${e.accountId}] WPS webhook listening on :${l}${d}`)});n=async()=>{u&&(u.close(),u=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=L(r.baseUrl,a);Zt(e.accountId,{client:c,log:e.log??null,wpsCfg:t,creds:r}),Or(e.accountId,{appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl});let l=Xt(Wt(e.cfg));e.accountId===l&&vr(e.accountId),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let p=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(r.clientId)}`,query:{lang:"zh-CN"}})).data?.scopes??[]).filter(u=>u.auth_types?.includes("delegated")).map(u=>({name:u.name??"",description:u.description??""})).filter(u=>u.name);Pt(e.accountId,p),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${p.map(u=>u.name).join(", ")||"(none)"}`)}catch(d){Pt(e.accountId,[]);let p=String(d);p.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: ${p}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return Vn(e.abortSignal,n)}},onboarding:{channel:E,getStatus:async({cfg:e})=>{let t=e,r=le(t,ne(t)),n=!!_e(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.accountId||ne(t);return Vt(r,async()=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let n=e.params.to??e.params.target??e.params.receiver_id,o=e.params.message??e.params.text??e.params.content,i=e.params.media,s=le(t,r),a=_e(s);if(!a)throw new Error("WPS credentials not configured");let c=n&&typeof n=="string"&&n.trim()?n.trim():"";if(c.startsWith("wps-xiezuo:")?c=c.slice(11):c.startsWith("wps:")&&(c=c.slice(4)),!c||fn.test(c)){let d=gi(r);if(d)c=d.isDirect?`user:${d.senderId}`:`chat:${d.chatId}`;else if(fn.test(c))throw new Error(`to="${n}" contains a bot/app ID pattern ("${c}"). Omit the 'to' parameter to reply in the current conversation, or use 'chat:<RawBody.chatId>' (group) / 'user:<SenderId>' (DM).`)}if(i&&typeof i=="string"&&i.trim()){let d=i.trim();if(an(d)){if(!c)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await _n.outbound.sendMedia({cfg:e.cfg,to:c,mediaUrl:d,mimeType:void 0}),{text:`Media sent (${dr.basename(d)||"attachment"})`}}}if(!c)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!o||typeof o!="string"||!o.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await un(a,c,o.trim())).messageId})`}})}}};De();function lr(e){return e.data??null}function pr(e){return{error:e instanceof Error?e.message:String(e)}}function Me(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 mn(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 Us(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Ui(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function Ns(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 js(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=Ui(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 hn(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=Me(n,"receiver_type");if(o!=="user"&&o!=="chat")throw new Error("receiver_type must be 'user' or 'chat'");let i=Me(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=Me(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=Me(n,"content");if(a.length>5e3)throw new Error("content JSON string exceeds 5000 characters");let c=Ui(a);if(typeof c!="object"||c===null)throw new Error("parsed content must be a JSON object");let l=s==="file"||s==="image"?Ns(s,c):c,d={type:s,receiver:{type:o,receiver_id:i},content:l},p=n.mentions;if(p!==void 0){if(!Array.isArray(p))throw new Error("mentions must be an array when provided");d.mentions=p}let u=await e.request({method:"POST",path:"/v7/messages/create",body:d});return lr(u)}catch(o){return pr(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(he(n)),i=encodeURIComponent(Me(n,"message_id")),s=Me(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=Me(n,"content"),c=js(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return lr(l)}catch(o){return pr(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(he(n)),i=mn(n,"start_time"),s=mn(n,"end_time"),a=mn(n,"page_size")??50,c=Us(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 lr(d)}catch(o){return pr(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(he(n)),i=encodeURIComponent(Me(n,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return lr(s)}catch(o){return pr(o)}}})}function Ni(e){return e.data??null}function ji(e){return{error:e instanceof Error?e.message:String(e)}}function Ms(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 Ws(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 zs(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var Ls=["active"],Bs=["user_name","email","phone"],Fs=["company_user"],Gs=50;function gn(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 Ni(o)}catch(o){return ji(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=Ms(n,"keyword"),i=Ws(n,"page_size")??Gs,s=zs(n,"page_token"),a={keyword:o,status:[...Ls],search_field:[...Bs],search_source:[...Fs],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return Ni(c)}catch(o){return ji(o)}}})}function zt(e){return e.data??null}function ht(e){return{error:e instanceof Error?e.message:String(e)}}function Mi(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 Wi(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 yn(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var zi=50;function Ks(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 wn(e,t="user"){return{id:e,type:t}}var ur=null;async function Hs(e){if(ur)return ur;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 ur={id:r.id.trim(),type:"user"},ur}function bn(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=Mi(n,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=Ks(n,"member_ids"),s,a={type:o};if(o==="group"){let l=await Hs(e),d=new Set;s=[],d.add(l.id),s.push(wn(l.id));for(let u of i)d.has(u)||(s.push(wn(u)),d.add(u));a.owner_id=l.id;let p=yn(n,"name");p!==void 0&&p!==""&&(a.name=p)}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=>wn(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return zt(c)}catch(o){return ht(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=Wi(n,"page_size")??zi,i=yn(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 zt(a)}catch(o){return ht(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(he(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return zt(i)}catch(o){return ht(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(he(n)),i=Wi(n,"page_size")??zi,s=yn(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 zt(c)}catch(o){return ht(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(he(n)),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return zt(i)}catch(o){return ht(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=Mi(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 p=await e.request({method:"GET",path:"/v7/chats",query:d});for(let u of p.data?.items??[])u.chat_id&&u.name?.toLowerCase().includes(o)&&i.push({chat_id:u.chat_id,name:u.name,owner_id:u.owner_id});if(!p.data?.has_more)break;if(s=p.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 ht(o)}}})}lt();De();rr();sr();Qr();function Js(e){if(e)return e;let t=xr();if(t)return t;let r=Tr();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=Js(e.accountId),r=Ot(t,e.wpsUserId);if(r){let a=Yt(t),c=Cr(a.baseUrl,r);return await e.run(c,t)}let n=`${t}:${e.wpsUserId}`;if(yi(n))return{needsAuth:!0,message:e.needsAuthMessage};let o=Pr(t),i=Yt(t),s=xe(t);try{await tn({accountId:t,creds:i,wpsCfg:o,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage}),wi(n)}catch(a){s?.error?.(`[${e.logTag}] Failed to send auth card: ${String(a)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var Li=31*24*60*60*1e3,Xs=100,Bi=200,Fi=50,Gi=100;function F(e){return{error:e instanceof Error?e.message:String(e)}}function P(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 gt(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 yt(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 Vs(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 fr(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 wt(e){return e.toISOString()}function In(e){let t=e.now??new Date,r,n,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(r=fr("start_time",e.startRfc),n=fr("end_time",e.endRfc)):o?(r=fr("start_time",e.startRfc),n=new Date(r.getTime()+14*86400*1e3)):i?(n=fr("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()>Li&&(n=new Date(r.getTime()+Li)),{start:r,end:n}}function Zs(e){let{start:t,end:r}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),n={start_time:wt(t),end_time:wt(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 Ys(e){let{start:t,end:r}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:wt(t),end_time:wt(r)}}function Qs(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}=In({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=wt(n),t.end_time=wt(o),t}function ea(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 Te(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function ta(e,t){return`${Te(e,t)}/respond`}function kn(e,t){return`${Te(e,t)}/attendees`}function ra(e,t){return`${kn(e,t)}/batch_create`}function na(e,t){return`${kn(e,t)}/batch_delete`}function ia(e,t){return`${Te(e,t)}/meeting_rooms`}function oa(e,t){return`${Te(e,t)}/meeting_rooms/batch_create`}function sa(e,t){return`${Te(e,t)}/meeting_rooms/batch_delete`}function Ki(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>Gi)throw new Error(`room_ids length must be <= ${Gi}`);return{room_ids:t}}function aa(e){let t=e.pageSize??30,n={page_size:Math.max(1,Math.min(Xs,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function We(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 F(n)}}function Sn(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=P(i,"summary"),a=P(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():ea(a),d=x(i,"description"),p=x(i,"location"),u=x(i,"wps_user_id")??"";return u?await Y(u,s,async _=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),p&&(m.locations=[{name:p}]);let g=await _.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return g.data??g}):F(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return F(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=P(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=gt(i,"page_size"),d=x(i,"page_token"),p=yt(i,"with_cancelled"),u=x(i,"sync_token"),_=x(i,"anchor_time");return await Y(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let g=Qs({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:p,syncToken:u,anchorTime:_}),y=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:g});return y.data??y})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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:Te(c,a),headers:We(i)});return d.data??d})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=gt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async p=>{let u=aa({pageSize:l,pageToken:d}),_=await p.request({method:"GET",path:kn(c,a),query:u,headers:We(i)});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=yt(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>Bi)throw new Error(`attendees length must be <= ${Bi}`);let p=d.map((u,_)=>{if(typeof u!="object"||u===null||Array.isArray(u))throw new Error(`attendees[${_}] must be an object`);let m=u,g={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${_}].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[${_}].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[${_}].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[${_}].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[${_}].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[${_}] must contain at least one valid field`);return g});return await Y(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async u=>{let _={attendees:p};l!==void 0&&(_.is_notification=l);let m=await u.request({method:"POST",path:ra(c,a),body:_,headers:We(i)});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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:ia(c,a),headers:We(i)});return d.data??d})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=Ki(l);return await Y(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:oa(c,a),body:d,headers:We(i)});return u.data??u})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=Ki(l);return await Y(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:sa(c,a),body:d,headers:We(i)});return u.data??u})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=yt(i,"is_notification"),d=i.attendee_ids,p;if(d!==void 0){if(!Array.isArray(d))throw new Error("attendee_ids must be an array of strings when provided");p=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 u=i.attendees;if(!Array.isArray(u)||u.length===0)throw new Error("attendees is required and must be a non-empty array");let _=u.map((g,y)=>{if(typeof g!="object"||g===null||Array.isArray(g))throw new Error(`attendees[${y}] must be an object`);let f=g,h={};if(f.type!==void 0){if(typeof f.type!="string"||!f.type.trim())throw new Error(`attendees[${y}].type must be a non-empty string when provided`);h.type=f.type.trim()}if(f.user_id!==void 0){if(typeof f.user_id!="string"||!f.user_id.trim())throw new Error(`attendees[${y}].user_id must be a non-empty string when provided`);h.user_id=f.user_id.trim()}if(f.third_party_email!==void 0){if(typeof f.third_party_email!="string"||!f.third_party_email.trim())throw new Error(`attendees[${y}].third_party_email must be a non-empty string when provided`);h.third_party_email=f.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((p?.length??0)+_.length>Fi)throw new Error(`attendee_ids.length + attendees.length must be <= ${Fi}`);return await Y(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async g=>{let y={attendees:_};p&&p.length>0&&(y.attendee_ids=p),l!==void 0&&(y.is_notification=l);let f=await g.request({method:"POST",path:na(c,a),body:y,headers:We(i)});return f.data??f})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"event_id"),c=x(i,"calendar_id")??"primary",l=P(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=P(i,"response_status");if(d!=="accepted"&&d!=="declined"&&d!=="tentative")throw new Error("response_status must be accepted, declined, or tentative");let p=Math.trunc(Vs(i,"which_day_time"));return await Y(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async u=>{let _=await u.request({method:"POST",path:ta(c,a),body:{mod_type:l,response_status:d,which_day_time:p}});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=gt(i,"page_size"),p=x(i,"page_token");return await Y(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async u=>{let _=Zs({startRfc:c,endRfc:l,pageSize:d,pageToken:p}),m=await u.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:_});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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 p=>{let u=Ys({startRfc:l,endRfc:d}),_=await p.request({method:"GET",path:`${Te(c,a)}/event_instances`,query:u});return _.data??_})}catch(s){return F(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=P(i,"wps_user_id"),a=P(i,"keyword");if(a.length>r)throw new Error(`keyword must be at most ${r} characters`);let c=x(i,"calendar_id")??"primary",l=gt(i,"page_size"),d=x(i,"page_token");return await Y(s,"\u641C\u7D22\u65E5\u7A0B",async p=>{let u={keyword:a},_=l??200;u.page_size=Math.max(1,Math.min(n,Math.trunc(_))),d!==void 0&&d.trim()!==""&&(u.page_token=d.trim());let m=await p.request({method:"POST",path:`/v7/calendars/${encodeURIComponent(c)}/events/search`,body:u,headers:We(i)});return m.data??m})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=gt(i,"which_day_time");if(l==="one"&&d==null)throw new Error("which_day_time (ms) is required when mod_type is one");let p=x(i,"free_busy_status");if(p!==void 0&&p!=="busy"&&p!=="free")throw new Error("free_busy_status must be busy or free");let u=x(i,"visibility");if(u!==void 0&&u!=="default"&&u!=="public"&&u!=="private")throw new Error("visibility must be default, public, or private");let _=x(i,"attendee_ability");if(_!==void 0&&_!=="can_see_others"&&_!=="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 f=x(i,"description");f!==void 0&&(g.description=f);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}]),p!==void 0&&(g.free_busy_status=p),u!==void 0&&(g.visibility=u),_!==void 0&&(g.attendee_ability=_),l!==void 0&&(g.mod_type=l),d!==void 0&&(g.which_day_time=Math.trunc(d));let I=yt(i,"is_notification");I!==void 0&&(g.is_notification=I);let v=yt(i,"is_reinvition");v!==void 0&&(g.is_reinvition=v);let N=i.reminders;Array.isArray(N)&&(g.reminders=N.slice(0,10).map(B=>{let j=B;return{minutes:typeof j.minutes=="number"?Math.trunc(j.minutes):0}}));let G=await m.request({method:"POST",path:`${Te(c,a)}/update`,body:g});return G.data??G})}catch(s){return F(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=P(i,"wps_user_id"),a=P(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=gt(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 p=yt(i,"is_notification");return await Y(s,"\u5220\u9664\u65E5\u7A0B",async u=>{let _={};p!==void 0&&(_.is_notification=p),l!==void 0&&(_.mod_type=l),d!==void 0&&(_.which_day_time=Math.trunc(d));let m=await u.request({method:"POST",path:`${Te(c,a)}/delete`,body:_});return m.data??m})}catch(s){return F(s)}}})}var da="/v7/todo/personal_tasks",ca="/v7/todo/personal_tasks/batch_get";function _r(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function la(e){return`${_r(e.trim())}/update`}function pa(e){return`${_r(e.trim())}/update_status`}var Hi=100,ua=20,fa=50;function It(e){return{error:e instanceof Error?e.message:String(e)}}function Ee(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 Ye(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 _a(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 ma(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 ha(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 bt(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 ga(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>Hi)throw new Error(`executors must have at most ${Hi} entries`);n.executors=[...e.executors]}return n}function ya(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(fa,Math.trunc(r)))}else t.page_size=ua;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 wa(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 ba=new Set(["finish","unfinish","finish_all","unfinish_all"]);function Ia(e){return ba.has(e)}function Ji(e){let t=e.trim();if(!Ia(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function ka(e){return{action:Ji(e.action)}}function Sa(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 xa(e,t){let r=e.trim(),n=t.trim();return r===n?!0:r.toLowerCase()===n.toLowerCase()}function va(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=Ji(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 Lt(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 It(n)}}function xn(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=Ee(n,"wps_user_id"),i=Ee(n,"title_subject"),s=Q(n,"title_prefix"),a=Q(n,"description"),c=Ye(n,"due_time_ms"),l=Q(n,"status"),d=_a(n,"executors"),p;if(l!==void 0){if(l!=="todo"&&l!=="finish")throw new Error("status must be todo or finish when provided");p=l}let u=ga({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:p,executors:d});return await Lt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async _=>{let m=await _.request({method:"POST",path:da,body:u,headers:bt(n)});return m.data??m})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Q(n,"keyword"),s=Q(n,"executor"),a=Q(n,"status"),c=Ye(n,"page_size"),l=Q(n,"page_token"),d=Ye(n,"created_time_start_ms"),p=Ye(n,"created_time_end_ms"),u=Ye(n,"due_time_start_ms"),_=Ye(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=ya({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:p,dueTimeStartMs:u,dueTimeEndMs:_});return await Lt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async y=>{let f=await y.request({method:"POST",path:ca,body:g,headers:bt(n)});return f.data??f})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(n,"task_id");return await Lt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:_r(i),headers:bt(n)});return a.data??a})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(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 Lt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async p=>{let u=await p.request({method:"GET",path:_r(i),headers:bt(n)}),_=u.data??u,m=Sa(_),g=m!==null&&xa(o,m),y=va({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 f=ka({action:y.action}),h=await p.request({method:"POST",path:pa(i),body:f,headers:bt(n)});return h.data??h})}catch(o){return It(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=Ee(n,"wps_user_id"),i=Ee(n,"task_id"),s=Q(n,"title_subject"),a=Q(n,"title_prefix"),c=Q(n,"description"),l=Ye(n,"due_time_ms"),d=ma(n,"ext_attrs"),p=ha(n,"notify_config_json"),u=wa({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:p});return await Lt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async _=>{let m=await _.request({method:"POST",path:la(i),body:u,headers:bt(n)});return m.data??m})}catch(o){return It(o)}}})}function Pe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function Ta(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function ze(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 Xi(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 ke(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 vn(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 ke(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${Pe(i)}/schema`});return a.data??a})}catch(o){return oe(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 ke(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${Ta(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return oe(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=ze(n),a=T(n,"name");return await ke(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${Pe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return oe(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=ze(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:Xi(l.fields_value,`records[${d}].fields_value`)}});return await ke(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return oe(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=ze(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 p=l;if(!p.id||typeof p.id!="string")throw new Error(`records[${d}].id is required and must be a string`);return{id:p.id,fields_value:Xi(p.fields_value,`records[${d}].fields_value`)}});return await ke(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return oe(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=ze(n),a={},c=Ze(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 p=V(n,"page_token");p!==void 0&&p!==""&&(a.page_token=p);let u=V(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let _=V(n,"text_value");_!==void 0&&(a.text_value=_);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 ke(o,"wps_dbsheet_list_records",async y=>{let f=await y.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records`,body:a});return f.data??f})}catch(o){return oe(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=ze(n),a={},c=Ze(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 p=Z(n,"page_size");p!==void 0&&(a.page_size=p);let u=V(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let _=V(n,"text_value");_!==void 0&&(a.text_value=_);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 ke(o,"wps_dbsheet_list_records_by_page",async y=>{let f=await y.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/list_by_page`,body:a});return f.data??f})}catch(o){return oe(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=ze(n),a=Ze(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 p=re(n,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ke(o,"wps_dbsheet_get_records",async u=>{let _=await u.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/search`,body:c});return _.data??_})}catch(o){return oe(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=ze(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 p=re(n,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ke(o,"wps_dbsheet_get_record",async u=>{let _=await u.request({method:"GET",path:`${Pe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return _.data??_})}catch(o){return oe(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=ze(n),a=Ze(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await ke(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${Pe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return oe(o)}}})}lt();import{createHash as Ea}from"node:crypto";import{readFile as Pa,stat as Aa}from"node:fs/promises";var Oa="/v7/drives",$a="/v7/files/search",Ra=50,Ca=500,qa=50,Da=500,Ua=50,Na=500,Vi=["folder","file","shortcut"],mr=["fail","rename","overwrite","replace"],io=["kdc","plain","markdown"],oo=["sync","async","auto"],ja=["para","table","component","textbox","all"],Zi=["file_name","content","all"],Yi=["folder","file","shortcut"],Qi=["ctime","mtime","otime","stime"],eo=["desc","asc"],to=["ctime","mtime"],ro=["desc","asc"],no=["ctime","mtime","dtime","fname","fsize"],Ma=["all","share_by_me","share_to_me","latest","personal_drive","group_drive","recycle","customize","latest_opened","latest_edited"];function Be(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 kt(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 H(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 Le(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 Wa(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 za(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 La(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(Ca,Math.trunc(e.pageSize??Ra)))};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 Ba(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/create`}function Fa(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/children`}function Ga(e){let t={page_size:Math.max(1,Math.min(Na,Math.trunc(e.pageSize??Ua)))};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 Ka(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function Ha(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/commit_upload`}function Ja(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 Xa(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 Va(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 Za(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function Ya(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let r=e.format.trim();if(!io.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(!ja.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(!oo.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 Qa(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function ed(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 td(e){let t={type:e.type,page_size:Math.max(1,Math.min(Da,Math.trunc(e.pageSize??qa)))};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 Qe(e,t,r,n){try{return await pe({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:r,logTag:"drive",run:n})}catch(o){return Be(o)}}function Tn(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=kt(n,"page_size"),d=q(n,"page_token"),p=H(n,"sources");return await Qe(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 u=>{let _=La({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:p}),m=await u.request({method:"GET",path:Oa,query:_,headers:Le(n)});return m.data??m})}catch(o){return Be(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:[...ro],description:"Optional order direction."},order_by:{type:"string",enum:[...no],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=kt(n,"page_size"),p=q(n,"page_token"),u=q(n,"order");if(u!==void 0&&!ro.includes(u))throw new Error("order must be one of: desc, asc");let _=u,m=q(n,"order_by");if(m!==void 0&&!no.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let g=m,y=n.filter_type,f;if(y!=null){if(typeof y!="object"||Array.isArray(y))throw new Error("filter_type must be an object when provided");f=y}return await Qe(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=Ga({withPermission:a,withExtAttrs:c,filterExts:l,filterType:f,order:_,orderBy:g,pageSize:d,pageToken:p}),b=await h.request({method:"GET",path:Fa(i,s),query:w,headers:Le(n)});return b.data??b})}catch(o){return Be(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:[...Vi],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:[...mr],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(!Vi.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"),p=q(n,"on_name_conflict");if(p!==void 0&&!mr.includes(p))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let u=p,_=H(n,"parent_path");return await Qe(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=Ja({fileType:c,name:l,fileId:d,onNameConflict:u,parentPath:_}),y=await m.request({method:"POST",path:Ba(i,s),body:g,headers:Le(n)});return y.data??y})}catch(o){return Be(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:[...mr],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&&!mr.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,p=q(n,"file_id"),u=se(n,"internal"),_=q(n,"upload_scene"),m=a.trim();try{if(!(await Aa(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 Pa(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,f=Ea("sha256").update(g).digest("hex");return await Qe(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=Xa({size:y,fileId:p??void 0,hashes:[{type:"sha256",sum:f}],internal:u??void 0,name:c??void 0,onNameConflict:d,uploadScene:_??void 0}),I=await h.request({method:"POST",path:Ka(i,s),body:b,headers:Le(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 G=typeof N.method=="string"?N.method.toUpperCase():"PUT",B=N.url;za(B);let j=N.headers??{},ie=typeof v.upload_id=="string"?v.upload_id:void 0,ee=Ot(w,o);if(!ee||!ee.trim())throw new Error("delegated access token missing after auth gate");let ae=Wa({requestHeaders:j}),it={Authorization:`Bearer ${ee.trim()}`,...ae},xt=new Uint8Array(g.buffer,g.byteOffset,g.byteLength),Ge;try{Ge=await fetch(B,{method:G,headers:it,body:xt})}catch(we){let O=we instanceof Error?we.message:String(we);throw new Error(`upload step-2 fetch failed: ${O}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!Ge.ok){let we=await Ge.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${Ge.status} ${we.substring(0,300)} [diag: size=${y}, sha256=${f}]`)}if(!ie)return{step1:v,step2_status:Ge.status,etag:Ge.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let Ft=Va({uploadId:ie}),ot=await h.request({method:"POST",path:Ha(i,s),body:Ft,headers:Le(n)});return ot.data??ot})}catch(o){return Be(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:[...io],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...oo],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=H(n,"include_elements"),l=q(n,"mode"),d=q(n,"task_id");return await Qe(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 p=>{let u=Ya({format:a,includeElements:c,mode:l,taskId:d}),_=await p.request({method:"GET",path:Za(i,s),query:Object.keys(u).length>0?u:void 0,headers:Le(n)});return _.data??_})}catch(o){return Be(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 Qe(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=ed({withPermission:s,withExtAttrs:a,withDrive:c}),p=await l.request({method:"GET",path:Qa(i),query:Object.keys(d).length>0?d:void 0,headers:Le(n)});return p.data??p})}catch(o){return Be(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:[...Zi],description:"Search type."},file_type:{type:"string",enum:[...Yi],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:[...Qi],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:[...eo],description:"Optional order."},order_by:{type:"string",enum:[...to],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(!Zi.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&&!Yi.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&&!Qi.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,p=q(n,"order");if(p!==void 0&&!eo.includes(p))throw new Error("order must be one of: desc, asc");let u=p,_=q(n,"order_by");if(_!==void 0&&!to.includes(_))throw new Error("order_by must be one of: ctime, mtime");let m=_,g=H(n,"scope");if(g!==void 0){for(let y of g)if(!Ma.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 Qe(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 f=td({keyword:q(n,"keyword"),type:s,fileType:c,fileExts:H(n,"file_exts"),driveIds:H(n,"drive_ids"),parentIds:H(n,"parent_ids"),creatorIds:H(n,"creator_ids"),modifierIds:H(n,"modifier_ids"),sharerIds:H(n,"sharer_ids"),receiverIds:H(n,"receiver_ids"),timeType:d,startTime:kt(n,"start_time"),endTime:kt(n,"end_time"),withPermission:se(n,"with_permission"),withLink:se(n,"with_link"),withTotal:se(n,"with_total"),pageSize:kt(n,"page_size"),pageToken:q(n,"page_token"),channels:H(n,"channels"),deviceIds:H(n,"device_ids"),excludeChannels:H(n,"exclude_channels"),excludeFileExts:H(n,"exclude_file_exts"),filterUserId:kt(n,"filter_user_id"),fileExtGroups:H(n,"file_ext_groups"),withFolder:se(n,"with_folder"),withDrive:se(n,"with_drive"),order:u,orderBy:m,scope:g,searchOperatorName:se(n,"search_operator_name")}),h=await y.request({method:"GET",path:$a,query:f,headers:Le(n)});return h.data??h})}catch(o){return Be(o)}}})}var rd="/v7/airpage/files";function et(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function rt(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function tt(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function ao(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 En=["rename","fail","overwrite"];function Ae(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 so(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 gr(e,t){let r=e[t];if(!Array.isArray(r))throw new Error(`${t} is required and must be an array`);return r}function nd(e,t){let n=gr(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 id(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 hr(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 od(e){let t={blockId:e.blockId.trim(),content:e.content},r=e.index;return r!==void 0&&(t.index=r),rt(t)}function sd(e){let t={blockId:e.blockId.trim()};return rt(t)}function ad(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 rt(t)}function dd(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 rt(t)}function cd(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 rt(t)}function ld(e){return ao(e,"operation"),rt(e)}function pd(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`);ao(r,`operations[${t}]`)}return rt(e)}function ud(e){let t=e.trim().toLowerCase();if(En.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${En.join(", ")} (got: ${e})`)}function fd(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 Fe(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 Ae(n)}}function Pn(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:[...En],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=ud(a),l=so(n,"parent_id"),d=so(n,"template_id"),p=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await Fe(o,p,async u=>{let _=fd({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await u.request({method:"POST",path:rd,body:_});return m.data??m})}catch(o){return Ae(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=gr(n,"content"),c=id(n,"index"),l=od({blockId:s,content:a,index:c}),d=tt(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await Fe(o,d,async p=>{let u=await p.request({method:"POST",path:et(i,"/blocks/create"),body:l});return u.data??u})}catch(o){return Ae(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=sd({blockId:s}),c=tt(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await Fe(o,c,async l=>{let d=await l.request({method:"POST",path:et(i,"/blocks"),body:a});return d.data??d})}catch(o){return Ae(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=nd(n,"block_ids"),a=ad({blockIds:s}),c=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await Fe(o,c,async l=>{let d=await l.request({method:"POST",path:et(i,"/blocks/batch_get"),body:a});return d.data??d})}catch(o){return Ae(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=hr(n,"start_index"),c=hr(n,"end_index"),l=dd({blockId:s,startIndex:a,endIndex:c}),d=tt(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await Fe(o,d,async p=>{let u=await p.request({method:"POST",path:et(i,"/blocks/delete"),body:l});return u.data??u})}catch(o){return Ae(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=gr(n,"delete_items").map((d,p)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`delete_items[${p}] must be an object`);let u=d,_=D(u,"block_id"),m=hr(u,"start_index"),g=hr(u,"end_index");return{blockId:_,startIndex:m,endIndex:g}}),c=cd(a),l=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/batch_delete"),body:c});return p.data??p})}catch(o){return Ae(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=ld(s),l=tt(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/update"),body:c});return p.data??p})}catch(o){return Ae(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=gr(n,"operations").map((d,p)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`operations[${p}] must be an object`);return d}),c=pd(a),l=tt(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await Fe(o,l,async d=>{let p=await d.request({method:"POST",path:et(i,"/blocks/batch_update"),body:c});return p.data??p})}catch(o){return Ae(o)}}})}var _d="/v7/meeting_rooms",md="/v7/meeting_rooms/search",hd="/v7/meeting_room_bookings/batch_get",gd=["success","failed"];var po=["success","failed","approving"];function Bt(e){return{error:e instanceof Error?e.message:String(e)}}function Oe(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 St(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function An(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 co(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 yd(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 uo(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 wd(e,t){let r=uo(e,t);if(r===void 0)return;let n=new Set(po),o=r.filter(i=>n.has(i));return o.length>0?o:void 0}function lo(e){let t=St(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 bd(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 Id(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 kd(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 Sd(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 xd(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 vd(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function On(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{Oe(n,"wps_user_id");let o=St(n,"room_level_id"),i=An(n,"page_size"),s=St(n,"page_token"),a=bd({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:_d,query:a});return c.data??c}catch(o){return Bt(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{Oe(n,"wps_user_id");let o=Oe(n,"room_id"),i=await e.request({method:"GET",path:Id(o)});return i.data??i}catch(o){return Bt(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{Oe(n,"wps_user_id");let o=Oe(n,"keyword"),i=An(n,"page_size"),s=St(n,"page_token"),a=kd({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:md,body:a});return c.data??c}catch(o){return Bt(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:[...po]},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{Oe(n,"wps_user_id");let o=co(n,"start_time"),i=co(n,"end_time"),s=uo(n,"room_ids"),a=St(n,"room_level_id"),c=yd(n,"include_deleted"),l=An(n,"page_size"),d=St(n,"page_token"),p=wd(n,"results"),u=Sd({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:p??void 0}),_=await e.request({method:"POST",path:hd,body:u,headers:lo(n)});return _.data??_}catch(o){return Bt(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:[...gd],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{Oe(n,"wps_user_id");let o=Oe(n,"booking_id"),i=Oe(n,"status"),s=vd(i),a=await e.request({method:"POST",path:xd(o),body:s,headers:lo(n)});return a.data??a}catch(o){return Bt(o)}}})}var ge={type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},Se={type:"string",description:"Smart Sheet file ID."},nt={type:"integer",description:"Worksheet ID (integer). From wps_airsheet_list_worksheets."};async function Td(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 ye(e,t){return async(r,n)=>{try{let o=T(n,"wps_user_id");return await Td(o,e,i=>t(n,i))}catch(o){return oe(o)}}}function $n(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:ge,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:ye("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=Ze(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:ge,file_id:Se,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:ye("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 p=Z(c,"before_sheet_id");p!==void 0&&(l.before_sheet_id=p);let u=re(c,"end");u!==void 0&&(l.end=u);let _={position:l};i!==void 0&&(_.name=i),s!==void 0&&(_.col_width=s);let m=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`,body:_});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:ge,file_id:Se},required:["wps_user_id","file_id"]},execute:ye("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:ge,file_id:Se,worksheet_id:nt,copy_first_sheet:{type:"boolean",description:"Optional. If true, copies the first sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ye("wps_airsheet_copy_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_update_worksheet",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_ids:{type:"array",items:{type:"integer"},description:"Array of worksheet IDs (integers) to delete."}},required:["wps_user_id","file_id","worksheet_ids"]},execute:ye("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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_create_rows",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_get_range_data",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_find_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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 p=r.page;if(p!=null){if(typeof p!="object")throw new Error("page must be an object");c.page=p}let u=re(r,"show_total");u!==void 0&&(c.show_total=u);let _=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/find`,body:c});return _.data??_})}),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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_batch_update_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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:ge,file_id:Se,worksheet_id:nt,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:ye("wps_airsheet_batch_delete_cells",async(r,n)=>{let o=T(r,"file_id"),i=Ne(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 Ed(){return new Proxy({},{get(e,t,r){let n=Er(),o=Reflect.get(n,t,r);return typeof o=="function"?o.bind(n):o}})}function fo(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=Ed();return hn(n,r),gn(n,r),bn(n,r),cn(n,r),Sn(n,r),xn(n,r),Tn(n,r),vn(n,r),Pn(n,r),On(n,r),$n(n,r),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var Pd={id:Ce,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:Hn(),register(e){qi(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:_n}),typeof e.registerTool=="function"){t.info(`[${Ce}] registerTool is available (type: ${typeof e.registerTool})`);try{let r=fo(e.registerTool);t.info(`[${Ce}] registered ${r} WPS OAPI tool factories`)}catch(r){t.error(`[${Ce}] tool registration failed: ${r}`)}}else t.warn(`[${Ce}] registerTool not available (type: ${typeof e.registerTool})`);t.info(`[${Ce}] plugin registered`)}},Ep=Pd;export{Ep as default};
|
|
35
35
|
//# sourceMappingURL=__bundle.tmp.js.map
|