@wps365/openclaw-wpsxiezuo 1.8.1 → 1.8.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,37 +1,37 @@
1
- var Fi=Object.defineProperty;var ue=(e,t)=>()=>(e&&(t=e(e=0)),t);var br=(e,t)=>{for(var n in t)Fi(e,n,{get:t[n],enumerable:!0})};function on(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 Ne,Q,ft=ue(()=>{"use strict";Ne=class extends Error{detail;name="WpsRequestError";constructor(t,n){super(t),this.detail=n}get retriable(){return this.detail.retriable===!0}get stage(){return this.detail.stage}},Q=class extends Error{cause;name="WpsTokenError";constructor(t,n){super(t),this.cause=n}}});function Hi(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 N(e){let t=`${e.clientId}@${e.baseUrl}`,n=Ir.get(t);return n||(n=new Rt(e),Ir.set(t,n)),n}var Bi,Gi,Rt,Ir,sn=ue(()=>{"use strict";ft();Bi=6e4,Gi=["/oauth2/token","/openapi/oauth2/token"];Rt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-Bi)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(/\/$/,""),n="unknown token error";for(let r of Gi){let o=`${t}${r}`,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){n=`Network error requesting token from ${o}: ${String(a)}`;continue}if(!i.ok){let a=await i.text();n=`Token request failed (${i.status}) at ${o}: ${Hi(i.status)}; body=${a}`;continue}let s=await i.json();if(s.code!==void 0&&s.code!==0){n=`WPS OAuth error (code ${s.code}): ${s.msg??"unknown"}`;continue}if(!s.access_token||!s.expires_in){n=`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 Q(n)}},Ir=new Map});import{z as S}from"zod";function qt(e){return Ct}function cn(e){let t=e?.defaultAccountId?.trim();if(t)return t;let n=e?.accounts?Object.keys(e.accounts)[0]:void 0;return n&&n.trim()?n:Pe}function ln(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?{}:{[Pe]:{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 de(e){return!e?.appId||!e?.appSecret?null:{clientId:e.appId,clientSecret:e.appSecret,baseUrl:e.baseUrl??"https://openapi.wps.cn"}}var Sr,xr,kr,vr,Tr,Er,Ct,an,dn,v,_e,Pe,Je=ue(()=>{"use strict";Sr=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),xr=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),kr=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"])}),vr=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),Tr=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)}),Er=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Ct="https://o.wpsgo.com/app/41000207/El1ykTHO5aVv/",an=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:Er.optional(),sdk:Tr.optional(),dmPolicy:Sr.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),xr).optional(),instantAck:vr.optional(),robotJoinGroupMessage:S.string().optional(),mcp:kr.optional()}),dn=an.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),an).optional()});v="wps-xiezuo",_e="wps-xiezuo",Pe="default"});function pn(e){mt=e}function un(e,t){Xe.set(e,t),Or(e,t)}function ht(e){let t=Xe.get(e);return t?Date.now()>=t.expiresAt?(Xe.delete(e),Pr(e),null):t.accessToken:null}function Pr(e){let t=Dt.get(e);t&&(clearTimeout(t),Dt.delete(e))}function Or(e,t){if(Pr(e),!t.refreshToken)return;let n=Math.max(t.expiresAt-Date.now()-Ki,1e4),r=setTimeout(()=>{Ji(e).catch(()=>{Xe.delete(e),Dt.delete(e)})},n);r.unref?.(),Dt.set(e,r)}async function Ji(e){let t=Xe.get(e);if(!t?.refreshToken||!mt)return;let n=mt.baseUrl.replace(/\/$/,""),r=new URLSearchParams({grant_type:"refresh_token",client_id:mt.appId,client_secret:mt.appSecret,refresh_token:t.refreshToken}),o=await fetch(`${n}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:r.toString()}),i=await o.text(),s;try{s=JSON.parse(i)}catch{throw new Q(`OAuth refresh: non-JSON response (${o.status}): ${i.slice(0,200)}`)}if(!o.ok||typeof s.code=="number"&&s.code!==0)throw new Q(`OAuth refresh failed (${o.status}): ${JSON.stringify(s)}`);let a=typeof s.access_token=="string"?s.access_token:"";if(!a)throw new Q(`OAuth refresh: missing access_token: ${JSON.stringify(s)}`);let c=typeof s.expires_in=="number"?s.expires_in:7200,l={accessToken:a,refreshToken:typeof s.refresh_token=="string"?s.refresh_token:t.refreshToken,expiresAt:Date.now()+c*1e3,openid:typeof s.openid=="string"?s.openid:t.openid};Xe.set(e,l),Or(e,l)}async function _n(e){let t=e.baseUrl.replace(/\/$/,""),n=new URLSearchParams({grant_type:"authorization_code",client_id:e.appId,client_secret:e.appSecret,code:e.code,redirect_uri:e.redirectUri??Ct}),r=await fetch(`${t}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:n.toString()}),o=await r.text(),i;try{i=JSON.parse(o)}catch{throw new Q(`OAuth code exchange: non-JSON response (${r.status}): ${o.slice(0,200)}`)}if(!r.ok||typeof i.code=="number"&&i.code!==0)throw new Q(`OAuth code exchange failed (${r.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new Q(`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 Xe,Dt,Ki,mt,Ve=ue(()=>{"use strict";ft();Je();Xe=new Map,Dt=new Map,Ki=5*6e4,mt=null});function M(e,t){return new yt(e,new Ut(t))}function fn(e,t){return new yt(e,new Nt(t))}var Ut,Nt,yt,jt=ue(()=>{"use strict";ft();Ut=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},Nt=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},yt=class{baseUrl;auth;constructor(t,n){this.baseUrl=t,this.auth=n}async request(t){let n=await this.auth.getHeaders(),r=this.buildUrl(t.path,t.query),o=t.method??"GET",i=await fetch(r,{method:o,headers:{"Content-Type":"application/json",...n,...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}=on(i.status),p=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${p} body=${a}`),new Ne(`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,n){let r=new URL(t,this.baseUrl);if(n){for(let[o,i]of Object.entries(n))if(i!==void 0)if(Array.isArray(i))for(let s of i)r.searchParams.append(o,s);else r.searchParams.set(o,String(i))}return r.toString()}async parseResponse(t,n,r,o){let i=await t.text();if(!i||i.trim()==="")return{};let s;try{s=JSON.parse(i)}catch{throw new Ne(`Failed to parse JSON from ${n} ${r}: ${i.slice(0,200)}`,{stage:"parse",method:n,path:r,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)} ${n} ${r}${d} msg=${s.msg??s.message??"unknown"}`),new Ne(`WPS business error code=${String(a)}: ${s.msg??s.message??"unknown"}`,{stage:"business",method:n,path:r,wpsCode:a,hint:c,retriable:!1,requestId:l?String(l):void 0})}return s}}});import{imageSize as Xi}from"image-size";function gt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let n=e;for(let r of Vi){let o=n[r];if(typeof o=="string"&&o.trim())return o.trim()}return n.data&&typeof n.data=="object"?gt(n.data,t+1):null}function mn(e){let t=gt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function Ar(e){try{let t=Xi(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var Vi,wt=ue(()=>{"use strict";Vi=["url","download_url","downloadUrl","file_url","fileUrl"]});async function yn(e,t,n){let r=N(e);await M(e.baseUrl,r).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(n)}/reactions/create`,body:{reaction_type:hn}})}async function gn(e,t,n,r){try{let o=N(e);await M(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(n)}/reactions/delete`,body:{reaction_type:hn}})}catch(o){(r?.error??console.error)(`WPS thinking reaction cleanup failed: ${String(o)}`)}}var hn,wn=ue(()=>{"use strict";sn();jt();hn="emoji_busy"});var bt=ue(()=>{"use strict";ft();sn();Ve();jt();wt();wn();Je()});var ei={};br(ei,{getDelegatedScopes:()=>kt,getLazyClient:()=>jn,getLazyCreds:()=>Lt,getLazyLog:()=>et,getLazyWpsCfg:()=>Mn,setDelegatedScopes:()=>zt,setLazyClient:()=>Nn});function Nn(e,t,n,r){qn=e,Zr=t??null,Dn=n??null,Un=r??null}function jn(){if(!qn)throw new Error("WPS client not initialized yet (startAccount has not been called)");return qn}function et(){return Zr}function Mn(){if(!Dn)throw new Error("WPS config not set yet (startAccount has not been called)");return Dn}function Lt(){if(!Un)throw new Error("WPS credentials not set yet (startAccount has not been called)");return Un}function zt(e){Qr=e}function kt(){return Qr}var qn,Zr,Dn,Un,Qr,tt=ue(()=>{"use strict";qn=null,Zr=null,Dn=null,Un=null;Qr=[]});var zn={};br(zn,{buildAuthCard:()=>ii,buildAuthSuccessCard:()=>oi,buildAuthorizeUrl:()=>ri,decodeState:()=>ni,encodeState:()=>ti,handleAuthEvent:()=>qo,sendAuthCard:()=>Ln});import{randomBytes as $o}from"node:crypto";function ti(e){let t=$o(16).toString("hex");e.nonce=t;let n=t;return vt.set(n,e),setTimeout(()=>vt.delete(n),10*6e4).unref?.(),n}function ni(e){let t=vt.get(e);return t&&vt.delete(e),t??null}function ri(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 ii(e,t,n){let r=t.length>Ft,i=(r?t.slice(0,Ft):t).join(`
2
- `)+(r?`
3
- ... \u7B49\u5171 ${t.length} \u9879\u6743\u9650`:""),s=n?.totalScopes??t.length,a=n&&n.totalParts>1?`\uFF08\u7B2C ${n.partIndex}/${n.totalParts} \u7EC4\uFF0C\u672C\u7EC4 ${t.length} \u9879\uFF09`:"",c=n&&n.totalParts>1?`\u8BF7\u6388\u6743\u4EE5\u65B9\u4FBF\u7EE7\u7EED\u64CD\u4F5C\uFF08${n.partIndex}/${n.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**
1
+ var Qi=Object.defineProperty;var we=(e,t)=>()=>(e&&(t=e(e=0)),t);var En=(e,t)=>{for(var r in t)Qi(e,r,{get:t[r],enumerable:!0})};function cr(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 Fe,se,kt=we(()=>{"use strict";Fe=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}},se=class extends Error{cause;name="WpsTokenError";constructor(t,r){super(t),this.cause=r}}});function ro(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 j(e){let t=`${e.clientId}@${e.baseUrl}`,r=Pn.get(t);return r||(r=new Nt(e),Pn.set(t,r)),r}var eo,to,Nt,Pn,lr=we(()=>{"use strict";kt();eo=6e4,to=["/oauth2/token","/openapi/oauth2/token"];Nt=class{creds;token=null;inFlight=null;constructor(t){this.creds=t}async getToken(){if(this.token&&Date.now()<this.token.expiresAt-eo)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 to){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}: ${ro(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 se(r)}},Pn=new Map});import{z as S}from"zod";function Wt(e){return Mt}function _r(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:Ce}function fr(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?{}:{[Ce]:{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 On,An,Rn,$n,qn,Cn,Mt,pr,ur,T,be,Ce,tt=we(()=>{"use strict";On=S.enum(["disabled","open","allowlist","pairing"]).default("pairing"),An=S.object({requireMention:S.boolean().optional(),toolPolicy:S.enum(["full","limited","none"]).optional()}).passthrough(),Rn=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"])}),$n=S.object({enabled:S.boolean().default(!0),text:S.string().default("\u5185\u5BB9\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019...")}),qn=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)}),Cn=S.object({path:S.string().default("/wps/webhook"),port:S.number().default(3e3)}),Mt="https://o.wpsgo.com/app/41000207/El1ykTHO5aVv/",pr=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:Cn.optional(),sdk:qn.optional(),dmPolicy:On.optional(),allowFrom:S.array(S.string()).optional(),groupPolicy:S.enum(["open","allowlist"]).optional(),groups:S.record(S.string(),An).optional(),instantAck:$n.optional(),robotJoinGroupMessage:S.string().optional(),mcp:Rn.optional()}),ur=pr.partial().extend({defaultAccountId:S.string().optional(),accounts:S.record(S.string(),pr).optional()});T="wps-xiezuo",be="wps-xiezuo",Ce="default"});function mr(e){It=e}function hr(e,t){rt.set(e,t),Un(e,t)}function St(e){let t=rt.get(e);return t?Date.now()>=t.expiresAt?(rt.delete(e),Dn(e),null):t.accessToken:null}function Dn(e){let t=zt.get(e);t&&(clearTimeout(t),zt.delete(e))}function Un(e,t){if(Dn(e),!t.refreshToken)return;let r=Math.max(t.expiresAt-Date.now()-no,1e4),n=setTimeout(()=>{io(e).catch(()=>{rt.delete(e),zt.delete(e)})},r);n.unref?.(),zt.set(e,n)}async function io(e){let t=rt.get(e);if(!t?.refreshToken||!It)return;let r=It.baseUrl.replace(/\/$/,""),n=new URLSearchParams({grant_type:"refresh_token",client_id:It.appId,client_secret:It.appSecret,refresh_token:t.refreshToken}),o=await fetch(`${r}/oauth2/token`,{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:n.toString()}),i=await o.text(),s;try{s=JSON.parse(i)}catch{throw new se(`OAuth refresh: non-JSON response (${o.status}): ${i.slice(0,200)}`)}if(!o.ok||typeof s.code=="number"&&s.code!==0)throw new se(`OAuth refresh failed (${o.status}): ${JSON.stringify(s)}`);let a=typeof s.access_token=="string"?s.access_token:"";if(!a)throw new se(`OAuth refresh: missing access_token: ${JSON.stringify(s)}`);let c=typeof s.expires_in=="number"?s.expires_in:7200,l={accessToken:a,refreshToken:typeof s.refresh_token=="string"?s.refresh_token:t.refreshToken,expiresAt:Date.now()+c*1e3,openid:typeof s.openid=="string"?s.openid:t.openid};rt.set(e,l),Un(e,l)}async function gr(e){let t=e.baseUrl.replace(/\/$/,""),r=new URLSearchParams({grant_type:"authorization_code",client_id:e.appId,client_secret:e.appSecret,code:e.code,redirect_uri:e.redirectUri??Mt}),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 se(`OAuth code exchange: non-JSON response (${n.status}): ${o.slice(0,200)}`)}if(!n.ok||typeof i.code=="number"&&i.code!==0)throw new se(`OAuth code exchange failed (${n.status}): ${JSON.stringify(i)}`);let s=typeof i.access_token=="string"?i.access_token:"";if(!s)throw new se(`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 rt,zt,no,It,nt=we(()=>{"use strict";kt();tt();rt=new Map,zt=new Map,no=5*6e4,It=null});function M(e,t){return new xt(e,new Lt(t))}function yr(e,t){return new xt(e,new Ft(t))}var Lt,Ft,xt,Bt=we(()=>{"use strict";kt();Lt=class{tokenStore;constructor(t){this.tokenStore=t}async getHeaders(){return{Authorization:`Bearer ${await this.tokenStore.getToken()}`}}},Ft=class{accessToken;constructor(t){this.accessToken=t}async getHeaders(){return{Authorization:`Bearer ${this.accessToken}`}}},xt=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}=cr(i.status),p=s?` request_id=${s}`:"";throw console.error(`[WPS-API-ERROR] ${i.status} ${o} ${t.path}${p} body=${a}`),new Fe(`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 Fe(`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 Fe(`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 oo}from"image-size";function vt(e,t=0){if(!e||typeof e!="object"||t>2)return null;let r=e;for(let n of so){let o=r[n];if(typeof o=="string"&&o.trim())return o.trim()}return r.data&&typeof r.data=="object"?vt(r.data,t+1):null}function wr(e){let t=vt(e);if(!t)throw new Error("cannot resolve download URL from WPS API response");return t}function jn(e){try{let t=oo(Buffer.isBuffer(e)?e:Buffer.from(e));return t.width&&t.height?{width:t.width,height:t.height}:null}catch{return null}}var so,Tt=we(()=>{"use strict";so=["url","download_url","downloadUrl","file_url","fileUrl"]});async function kr(e,t,r){let n=j(e);await M(e.baseUrl,n).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/create`,body:{reaction_type:br}})}async function Ir(e,t,r,n){try{let o=j(e);await M(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(r)}/reactions/delete`,body:{reaction_type:br}})}catch(o){(n?.error??console.error)(`WPS thinking reaction cleanup failed: ${String(o)}`)}}var br,Sr=we(()=>{"use strict";lr();Bt();br="emoji_busy"});var Et=we(()=>{"use strict";kt();lr();nt();Bt();Tt();Sr();tt()});var di={};En(di,{getDelegatedScopes:()=>Rt,getLazyClient:()=>Fr,getLazyCreds:()=>Kt,getLazyLog:()=>at,getLazyWpsCfg:()=>Br,setDelegatedScopes:()=>Jt,setLazyClient:()=>Lr});function Lr(e,t,r,n){Mr=e,si=t??null,Wr=r??null,zr=n??null}function Fr(){if(!Mr)throw new Error("WPS client not initialized yet (startAccount has not been called)");return Mr}function at(){return si}function Br(){if(!Wr)throw new Error("WPS config not set yet (startAccount has not been called)");return Wr}function Kt(){if(!zr)throw new Error("WPS credentials not set yet (startAccount has not been called)");return zr}function Jt(e){ai=e}function Rt(){return ai}var Mr,si,Wr,zr,ai,dt=we(()=>{"use strict";Mr=null,si=null,Wr=null,zr=null;ai=[]});var Kr={};En(Kr,{buildAuthCard:()=>ui,buildAuthSuccessCard:()=>_i,buildAuthorizeUrl:()=>pi,decodeState:()=>li,encodeState:()=>ci,handleAuthEvent:()=>Fo,sendAuthCard:()=>Hr});import{randomBytes as Wo}from"node:crypto";function ci(e){let t=Wo(16).toString("hex");e.nonce=t;let r=t;return $t.set(r,e),setTimeout(()=>$t.delete(r),10*6e4).unref?.(),r}function li(e){let t=$t.get(e);return t&&$t.delete(e),t??null}function pi(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 ui(e,t,r){let n=t.length>Xt,i=(n?t.slice(0,Xt):t).join(`
2
+ `)+(n?`
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 Ro(e){if(e.length===0)return[[]];if(e.length<=Wn)return[e];let t=[];for(let n=0;n<e.length;n+=Wn)t.push(e.slice(n,n+Wn));return t}function oi(e){let t=e.length>Ft;return{card:{i18n_items:[{key:"zh-CN",value:{elements:[{text:{tag:"text",text:{content:`**\u5DF2\u5B8C\u6210\u4EE5\u4E0B\u6743\u9650\u6388\u6743\uFF1A**
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 zo(e){if(e.length===0)return[[]];if(e.length<=Gr)return[e];let t=[];for(let r=0;r<e.length;r+=Gr)t.push(e.slice(r,r+Gr));return t}function _i(e){let t=e.length>Xt;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
- ${(t?e.slice(0,Ft):e).join(`
9
+ ${(t?e.slice(0,Xt):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 Ln(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=kt(),l=new Set(c.map(p=>p.name)),d=e.scopes.names.filter(p=>!l.has(p));d.length>0&&c.length>0&&et()?.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=kt();if(c.length===0)return et()?.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 n=qt(e.wpsCfg),r=N(e.creds),o=M(e.creds.baseUrl,r),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=Ro(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=ti({wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),p=ri({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:n}),u=ii(p,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),f={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:u},h=(await o.request({method:"POST",path:"/v7/messages/create",body:f})).data?.message_id??"",g=vt.get(d);g&&(g.messageId=h),a||(a={messageId:h,authorizeUrl:p})}return a}async function Co(e,t,n,r){if(t)try{let o=N(e),i=M(e.baseUrl,o),s=oi(n);await i.request({method:"POST",path:`/v7/messages/${encodeURIComponent(t)}/update`,body:{type:"card",content:s}})}catch(o){r?.warn?.(`Failed to update auth card: ${String(o)}`)}}async function qo(e){let{code:t,creds:n,log:r}=e,o=e.state?ni(e.state):null,i=o?.wpsUserId??e.userId??"";if(!i){r?.warn?.(`[OAuth] Cannot determine user: state=${e.state}, userId=${e.userId}`);return}r?.info?.(`[OAuth] Auth event for user=${i}, code=${t.slice(0,8)}..., hasState=${!!o}`);let s=qt(e.wpsCfg),a=await _n({appId:n.clientId,appSecret:n.clientSecret,baseUrl:n.baseUrl,code:t,redirectUri:s});if(un(i,a),r?.info?.(`[OAuth] Token exchange success for user=${i}, openid=${a.openid}, expiresAt=${new Date(a.expiresAt).toISOString()}, hasRefresh=${!!a.refreshToken}`),o?.messageId){let c=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(l=>l.length>0):kt().map(l=>l.name).filter(l=>l.length>0);await Co(n,o.messageId,c,r)}}var vt,Ft,Wn,Bt=ue(()=>{"use strict";Ve();bt();tt();Je();vt=new Map;Ft=6;Wn=25});bt();var fe=null;(async()=>{try{fe=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){fe=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function $r(){return typeof fe?.emptyPluginConfigSchema=="function"?fe.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Rr(e){return typeof fe?.buildChannelConfigSchema=="function"?fe.buildChannelConfigSchema(e):e}function Cr(e){return typeof fe?.formatPairingApproveHint=="function"?fe.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function qr(e,t){return typeof fe?.waitUntilAbort=="function"?fe.waitUntilAbort(e,t):new Promise(n=>{let r=()=>{e.removeEventListener("abort",r),t().finally(n)};if(e.aborted){r();return}e.addEventListener("abort",r,{once:!0})})}bt();import{existsSync as Xo,readFileSync as Vo}from"node:fs";import{readFile as Yo}from"node:fs/promises";import{homedir as Zo}from"node:os";import Ht from"node:path";var Mt="kso.app_chat.message";import*as Ye from"node:crypto";function Dr(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 Ur(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,n=Ye.createHmac("sha256",e.appSecret);return n.update(t),n.digest("base64url").replace(/=+$/,"")===e.signature}function Nr(e,t,n){let r=Ye.createHash("md5").update(t).digest("hex"),o=Buffer.from(r,"utf-8"),i=Buffer.from(n,"utf-8").subarray(0,16),s=Buffer.from(e,"base64"),a=Ye.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function I(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function X(...e){for(let t of e){if(typeof t=="number"&&Number.isFinite(t))return t;if(typeof t=="string"&&t.trim()){let n=Number(t);if(Number.isFinite(n))return n}}}function In(e){return{kind:"image",storageKey:I(e.storage_key),name:I(e.name),mimeType:I(e.type),size:X(e.size),width:X(e.width),height:X(e.height),thumbnailStorageKey:I(e.thumbnail_storage_key)}}var Yi=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function bn(e){for(let t of Yi){let n=e[t];if(Array.isArray(n)&&n.length>0)return n}return null}function jr(e){let t=e.rich_text;if(t&&typeof t=="object"){let r=t,o=bn(r);if(o)return o;if(Array.isArray(r.elements))return r.elements}let n=bn(e);return n||(Array.isArray(e.elements)?e.elements:null)}function Sn(e){let t=[],n=[],r=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let _ of i)o(_,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let _=l.content;typeof _=="string"&&_.trim()!==""&&n.push(_);let y=typeof _=="string"?I(_):"";y&&t.push(y)}let d=a.style_text_content;if(d&&typeof d=="object"){let _=d.text,y=typeof _=="string"?I(_):"";y&&t.push(y),typeof _=="string"&&_.trim()!==""&&n.push(_)}let p=a.mention_content;if(p&&typeof p=="object"){let _=p.text,y=typeof _=="string"?I(_):"";y&&t.push(y),typeof _=="string"&&_.trim()!==""&&n.push(_)}let u=a.link_content;if(u&&typeof u=="object"){let _=u,y=_.text,w=_.url,b=typeof y=="string"&&y.trim()!==""?y.trim():"",k=typeof w=="string"&&w.trim()!==""?w.trim():"";b&&t.push(b),b&&k?n.push(`[${b}](${k})`):b?n.push(b):k&&n.push(k)}let f=a.doc_content;if(f&&typeof f=="object"){let _=f,y=_.file;if(y&&typeof y=="object"){let w=I(y.link_url,_.link_url),b=I(y.link_id,_.link_id);r.push({kind:"file",name:I(_.text,a.alt_text),fileId:I(y.id),cloudType:!0,cloudLinkUrl:w||void 0,cloudLinkId:b||void 0})}if(c==="doc"){let w=typeof _.text=="string"?_.text.trim():"\u6587\u6863",b=_.file?.link_url,k=(typeof _.link_url=="string"?_.link_url.trim():"")||(typeof b=="string"?b.trim():"")||"";w&&t.push(w),k?n.push(`[${w}](${k})`):w&&n.push(w)}}let m=a.image_content;if(m&&typeof m=="object"){let _=m,y=typeof _.storage_key=="string"?_.storage_key.trim():"";if(y&&(r.push(In(_)),c==="image"||c==="custom_emoji")){let w=typeof _.name=="string"?_.name.trim():"\u56FE\u7247";n.push(`![${w}](storage_key:${y})`)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||p&&typeof p=="object"||u&&typeof u=="object"||m&&typeof m=="object"||f&&typeof f=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let _=I(a.alt_text);_&&t.push(_)}if(Array.isArray(a.elements))for(let _ of a.elements)o(_,s+1);let g=a.runs;if(Array.isArray(g))for(let _ of g)o(_,s+1);for(let _ of["inline_entities","segments","inlines","spans"]){let y=a[_];if(Array.isArray(y))for(let w of y)o(w,s+1)}};for(let i of e)o(i,0);return{plainTextLines:t,markdownLines:n,attachments:r}}function Zi(e){if(!e||typeof e!="object")return null;let t=e,n=bn(t);if(n)return n;let r=t.elements;return Array.isArray(r)?r:null}function Mr(e){let t=Zi(e);return t?Sn(t).markdownLines:[]}function Wr(e){let t=jr(e);if(!t)return null;let n=Sn(t);return{plainText:n.plainTextLines.join(`
13
- `).trim(),attachments:n.attachments}}function xn(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 xn(s)}catch{}return i}if(!e||typeof e!="object")return"";let t=e,n=t.text,r="";if(typeof n=="string")r=n.trim();else if(n&&typeof n=="object"&&"content"in n){let i=n.content;typeof i=="string"?r=i.trim():typeof i=="number"&&Number.isFinite(i)&&(r=String(i))}if(r)return r;let o=jr(t);if(o){let{plainTextLines:i}=Sn(o),s=i.join(`
14
- `).trim();if(s)return s}return""}function vn(e){return typeof e=="string"&&e.trim()!==""&&e!==Mt}function je(e){return e&&typeof e=="object"?e:{}}function kn(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function Qi(e){let t=e.content;if(!t||typeof t!="object")return{};let n=t,r=n.text;if(r&&typeof r=="object"&&r!==null&&"content"in r){let a=r.content;if((typeof a=="string"?a.trim():typeof a=="number"&&Number.isFinite(a)?String(a):"")!=="")return n}if(typeof n.text=="string")return{text:{content:n.text,type:"plain"}};let o=n.image;if(o?.file_id)return{image:{storage_key:o.file_id}};let i=n.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=n.rich_text;if(s&&typeof s=="object"){let a=Mr(s);if(a.length>0)return{text:{content:a.join(`
15
- `),type:"markdown"}}}return n}function eo(e){if(!Array.isArray(e))return;let t=e.map(n=>je(n)).map(n=>{let r=je(n.identity),o={id:typeof r.id=="string"?r.id:void 0,app_id:typeof r.app_id=="string"?r.app_id:void 0,name:typeof r.name=="string"?r.name:void 0,type:typeof r.type=="string"?r.type:void 0,company_id:typeof r.company_id=="string"?r.company_id:void 0},i=Object.values(o).some(s=>s!==void 0);return{type:typeof n.type=="string"?n.type:void 0,id:typeof n.id=="string"?n.id:void 0,user_id:typeof n.user_id=="string"?n.user_id:void 0,userId:typeof n.userId=="string"?n.userId:void 0,offset:typeof n.offset=="number"?n.offset:void 0,length:typeof n.length=="number"?n.length:void 0,...i?{identity:o}:{}}}).filter(n=>!!(n.id||n.user_id||n.userId||n.type||n.identity));return t.length>0?t:void 0}function to(e){let t=je(e),n=je(t.sender),r=typeof t.sender_id=="string"?t.sender_id:void 0,o=typeof n.id=="string"?n.id:void 0;if(!(!r&&!o))return{sender_id:r,sender:o?{id:o}:void 0}}function Lr(e){let t=je(e),n=je(e.message),r=e.send_time<1e12?Math.floor(e.send_time*1e3):e.send_time;return{topic:typeof t.topic=="string"?t.topic:Mt,event_id:kn(t.event_id,t.id,e.message.id)||void 0,company_id:kn(t.company_id,t.companyId,t.corp_id)||void 0,chat:{id:e.chat.id,type:e.chat.type},message:{id:e.message.id,type:e.message.type,content:Qi(e.message),sender:{id:e.sender.id,type:e.sender.type},mentions:eo(n.mentions),reply_to:to(n.reply_to)},quote_msg_id:kn(t.quote_msg_id,t.quote_message_id,typeof n.quote_msg_id=="string"?n.quote_msg_id:void 0)||void 0,sender:{id:e.sender.id,type:e.sender.type,name:e.sender.extended_attribute?.name},send_time:r}}function zr(e,t,n,r){let o=je(e);if(typeof o.challenge=="string")return r?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(n&&Dr(e)){let s=e;if(s.topic!==Mt)return r?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Ur({appId:t.appId,appSecret:t.appSecret,topic:s.topic,nonce:s.nonce,time:s.time,encryptedData:s.encrypted_data,signature:s.signature}))return r?.error?.("WPS signature verification failed"),{ok:!1,error:"Invalid signature",status:403};try{let c=Nr(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),r?.info?.(`WPS decrypted event: topic=${s.topic}, operation=${s.operation}`),{ok:!0,payload:l}}catch(c){return r?.error?.("WPS decryption failed:",c),{ok:!1,error:"Decryption failed",status:400}}}let i=e;return vn(i.topic)?(r?.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 Fr(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 Qo,Dispatcher as es}from"open-event-sdk";Je();bt();Je();var ee=class extends Error{code;name="SessionResolverError";constructor(t,n){super(n),this.code=t}};function ce(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function be(e){return e&&typeof e=="object"?e:{}}function Br(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"").replace(/^user:/i,"")}function Gr(e,t){let n=Br(e),r=Br(t);return n.length>0&&r.length>0&&n===r}function no(e){if(!Array.isArray(e))return[];let t=[];for(let n of e){let r=be(n),o=ce(r.type).toLowerCase(),i=be(r.identity),s=[ce(r.id,r.user_id,r.userId,r.open_id),ce(i.app_id,i.id)].filter(Boolean);for(let a of s)t.push({type:o,id:a})}return t}var It=class{config;idempotencyStore;constructor(t,n){this.config=t,this.idempotencyStore=n}normalizeEvent(t){let n=be(t),r=be(n.chat),o=be(n.message),i=be(n.sender),s=be(o.sender),a=ce(n.event_id,n.eventId,o.event_id,o.eventId,o.id),c=ce(o.id,n.message_id,n.messageId,a),l=ce(n.company_id,n.companyId),d=ce(r.type).toLowerCase(),p=ce(r.id),u=ce(s.id,i.id,n.user_id,n.userId),f=xn(o.content),m=ce(f,n.message_text,n.messageText),h=u,g;if(d==="group")g=p;else if(["p2p","single","direct"].includes(d))g=void 0;else throw new ee("E_CHAT_TYPE_INVALID",`\u672A\u77E5\u7684 chat.type: ${d||"(empty)"}`);let _=no(o.mentions),y=_.some(ie=>Gr(ie.id,this.config.botId)),w=d==="group"&&!y&&_.length===1&&_[0]?.type!=="all",b=y||w,k=be(o.reply_to),E=be(k.sender),J=ce(E.id,k.sender_id,k.senderId),re=Gr(J,this.config.botId);return{event_id:a,message_id:c,company_id:l,user_id:h,group_id:g,message:m,is_at_bot:b,is_reply_to_bot:re}}resolve(t){let n=t.group_id?"group":"p2p";if(!t.message_id)throw new ee("E_MESSAGE_ID_MISSING","\u7F3A\u5C11 message_id");if(!t.event_id)throw new ee("E_EVENT_ID_MISSING","\u7F3A\u5C11 event_id");if(!t.company_id)throw new ee("E_COMPANY_ID_MISSING","\u7F3A\u5C11 company_id");if(n==="group"&&!t.group_id)throw new ee("E_GROUP_ID_MISSING","\u7FA4\u804A\u6D88\u606F\u7F3A\u5C11 group_id");if(n==="p2p"&&!t.user_id)throw new ee("E_USER_ID_MISSING","\u79C1\u804A\u6D88\u606F\u7F3A\u5C11 user_id");let r=n==="group"?`${v}:${t.company_id}:acct:${this.config.accountId??"default"}:group:${t.group_id}:bot:${this.config.botId}`:`${v}:${t.company_id}:acct:${this.config.accountId??"default"}:p2p:${t.user_id}:bot:${this.config.botId}`;return{scene:n,session_key:r,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}}async checkIdempotency(t){return this.idempotencyStore.check(t)}async markProcessed(t,n=36e5){await this.idempotencyStore.mark(t,n)}};var St=class{store=new Map;async check(t){let n=this.store.get(t);return n?Date.now()>n?(this.store.delete(t),!1):!0:!1}async mark(t,n){this.store.set(t,Date.now()+n)}cleanup(){let t=Date.now();for(let[n,r]of this.store.entries())t>r&&this.store.delete(n)}};function ro(e){if(e==null)return{};if(typeof e=="string"){let t=e.trim();if(!t)return{};if(t.startsWith("{"))try{let n=JSON.parse(t);if(n&&typeof n=="object"&&!Array.isArray(n))return n}catch{}return{text:{content:t,type:"plain"}}}return typeof e=="object"&&!Array.isArray(e)?e:{}}var io=new Set(["text","content","title","caption","desc","description","md","markdown","alt_text"]);function Tn(e){let t=[],n=(r,o)=>{if(!(o>6||r==null)){if(typeof r=="string"){r.trim()&&t.push(r.trim());return}if(Array.isArray(r)){for(let i of r)n(i,o+1);return}if(typeof r=="object")for(let[i,s]of Object.entries(r))(io.has(i.toLowerCase())||typeof s=="object")&&n(s,o+1)}};return n(e,0),Array.from(new Set(t))}function oo(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 so(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 En(e){let t=[],n=(r,o)=>{if(o>8||r==null)return;if(Array.isArray(r)){for(let c of r)n(c,o+1);return}if(typeof r!="object")return;let i=r,s=i.image_content;if(s&&typeof s=="object"&&I(s.storage_key)){t.push(In(s));return}let a=i.doc_content;if(a&&typeof a=="object"){let c=a.file;if(c&&typeof c=="object"){let l=I(c.link_url,a.link_url),d=I(c.link_id,a.link_id);t.push({kind:"file",name:I(a.text,i.alt_text),fileId:I(c.id),cloudType:!0,cloudLinkUrl:l||void 0,cloudLinkId:d||void 0})}return}if(oo(i)){let c=I(i.storage_key);t.push({kind:"image",storageKey:c||void 0,name:I(i.name,i.file_name,i.title),fileId:I(i.file_id,i.id),url:I(i.image_url,i.pic_url,i.thumb_url,i.preview_url,i.url),mimeType:I(i.mime_type,i.content_type),size:X(i.size,i.file_size)})}else if(so(i)){let c=I(i.storage_key);t.push({kind:"file",storageKey:c||void 0,name:I(i.file_name,i.name,i.title),fileId:I(i.file_id,i.id),url:I(i.download_url,i.url,i.preview_url),mimeType:I(i.mime_type,i.content_type),size:X(i.size,i.file_size)})}for(let c of Object.values(i))n(c,o+1)};return n(e,0),t}function Wt(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}function Ze(e){return e.map((t,n)=>{let r=[`#${n+1}`,t.kind==="image"?"\u56FE\u7247":"\u6587\u4EF6"];return t.cloudType&&r.push("type=cloud"),t.name&&r.push(`display_name=${t.name}`),t.storageKey&&r.push(`storage_key=${t.storageKey}`),t.mimeType&&r.push(`mime=${t.mimeType}`),t.size!==void 0&&r.push(`size=${Wt(t.size)}`),t.width!==void 0&&t.height!==void 0&&r.push(`${t.width}x${t.height}`),t.fileId&&r.push(`fileId=${t.fileId}`),t.cloudLinkId&&r.push(`link_id=${t.cloudLinkId}`),t.cloudLinkUrl&&r.push(`link_url=${t.cloudLinkUrl}`),t.url&&r.push(`url=${t.url}`),r.join(" | ")})}function ao(e){let t=e.image;return!t||typeof t!="object"?null:{kind:"image",storageKey:I(t.storage_key),name:I(t.name),mimeType:I(t.type),size:X(t.size),width:X(t.width),height:X(t.height),thumbnailStorageKey:I(t.thumbnail_storage_key)}}function co(e){let t=e.file;if(!t||typeof t!="object")return null;let n=I(t.type),r=t.cloud;if((n==="cloud"||!n&&r)&&r&&typeof r=="object")return{kind:"file",fileId:I(r.id),cloudType:!0,cloudLinkUrl:I(r.link_url),cloudLinkId:I(r.link_id),name:I(t.name,t.file_name)||void 0};let o=t.local;return o&&typeof o=="object"?{kind:"file",storageKey:I(o.storage_key),name:I(o.name),size:X(o.size)}:{kind:"file",storageKey:I(t.storage_key),name:I(t.name,t.file_name),size:X(t.size)}}function lo(e){let t=[],n=(r,o)=>{if(o>12||r==null)return;if(typeof r=="string"){r.trim()&&t.push(r.trim());return}if(Array.isArray(r)){for(let l of r)n(l,o+1);return}if(typeof r!="object")return;let i=r,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"&&n(l,o+1)};for(let r of e)n(r,0);return t}function Kr(e){let t=e.card;if(!t||typeof t!="object")return null;let n=t,o=n.i18n_items?.[0]?.value,i=o?.header?.title?.text?.content??n.header?.title?.text?.content??n.header?.title?.content??"",s=o?.elements??n.elements??[],a=Array.from(new Set(lo(s))),c=[];i&&c.push(`[\u5361\u7247\u6807\u9898] ${i}`),a.length>0&&c.push(a.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 Hr(e){let t;if(e.scopes&&e.scopes.names.length>0){let c=Rt(),l=new Set(c.map(p=>p.name)),d=e.scopes.names.filter(p=>!l.has(p));d.length>0&&c.length>0&&at()?.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=Rt();if(c.length===0)return at()?.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=Wt(e.wpsCfg),n=j(e.creds),o=M(e.creds.baseUrl,n),i=e.wpsCfg.baseUrl??"https://openapi.wps.cn",s=zo(t),a=null;for(let c=0;c<s.length;c+=1){let l=s[c],d=ci({wpsUserId:e.wpsUserId,receiverType:e.receiverType,receiverId:e.receiverId,nonce:"",originalMessage:e.originalMessage,requestedScopeNames:[...l]}),p=pi({baseUrl:i,appId:e.creds.clientId,scopes:l,state:d,redirectUri:r}),u=ui(p,l,{partIndex:c+1,totalParts:s.length,totalScopes:t.length}),f={type:"card",receiver:{type:e.receiverType,receiver_id:e.receiverId},content:u},h=(await o.request({method:"POST",path:"/v7/messages/create",body:f})).data?.message_id??"",y=$t.get(d);y&&(y.messageId=h),a||(a={messageId:h,authorizeUrl:p})}return a}async function Lo(e,t,r,n){if(t)try{let o=j(e),i=M(e.baseUrl,o),s=_i(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 Fo(e){let{code:t,creds:r,log:n}=e,o=e.state?li(e.state):null,i=o?.wpsUserId??e.userId??"";if(!i){n?.warn?.(`[OAuth] Cannot determine user: state=${e.state}, userId=${e.userId}`);return}n?.info?.(`[OAuth] Auth event for user=${i}, code=${t.slice(0,8)}..., hasState=${!!o}`);let s=Wt(e.wpsCfg),a=await gr({appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl,code:t,redirectUri:s});if(hr(i,a),n?.info?.(`[OAuth] Token exchange success for user=${i}, openid=${a.openid}, expiresAt=${new Date(a.expiresAt).toISOString()}, hasRefresh=${!!a.refreshToken}`),o?.messageId){let c=o.requestedScopeNames&&o.requestedScopeNames.length>0?o.requestedScopeNames.filter(l=>l.length>0):Rt().map(l=>l.name).filter(l=>l.length>0);await Lo(r,o.messageId,c,n)}}var $t,Xt,Gr,Vt=we(()=>{"use strict";nt();Et();dt();tt();$t=new Map;Xt=6;Gr=25});Et();var ke=null;(async()=>{try{ke=await import("openclaw/plugin-sdk"),console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u6210\u529F")}catch(e){ke=null,console.log("[sdk-helpers] openclaw/plugin-sdk \u52A0\u8F7D\u5931\u8D25\uFF0C\u4F7F\u7528 fallback:",e instanceof Error?e.message:String(e))}})();function Nn(){return typeof ke?.emptyPluginConfigSchema=="function"?ke.emptyPluginConfigSchema():{type:"object",additionalProperties:!1,properties:{}}}function Mn(e){return typeof ke?.buildChannelConfigSchema=="function"?ke.buildChannelConfigSchema(e):e}function Wn(e){return typeof ke?.formatPairingApproveHint=="function"?ke.formatPairingApproveHint(e):`Run pairing approval command for channel '${e}'.`}function zn(e,t){return typeof ke?.waitUntilAbort=="function"?ke.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})})}Et();import{existsSync as is,readFileSync as os}from"node:fs";import{readFile as yi}from"node:fs/promises";import{homedir as ss}from"node:os";import Yt from"node:path";var Gt="kso.app_chat.message";import*as it from"node:crypto";function Ln(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 Fn(e){let t=`${e.appId}:${e.topic}:${e.nonce}:${e.time}:${e.encryptedData}`,r=it.createHmac("sha256",e.appSecret);return r.update(t),r.digest("base64url").replace(/=+$/,"")===e.signature}function Bn(e,t,r){let n=it.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=it.createDecipheriv("aes-256-cbc",o,i),c=a.update(s);return c=Buffer.concat([c,a.final()]),c.toString("utf-8")}function I(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function ee(...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 vr(e){return{kind:"image",storageKey:I(e.storage_key),name:I(e.name),mimeType:I(e.type),size:ee(e.size),width:ee(e.width),height:ee(e.height),thumbnailStorageKey:I(e.thumbnail_storage_key)}}var ao=["elements","paragraphs","blocks","fragments","items","body","children","nodes"];function xr(e){for(let t of ao){let r=e[t];if(Array.isArray(r)&&r.length>0)return r}return null}function Gn(e){let t=e.rich_text;if(t&&typeof t=="object"){let n=t,o=xr(n);if(o)return o;if(Array.isArray(n.elements))return n.elements}let r=xr(e);return r||(Array.isArray(e.elements)?e.elements:null)}function Tr(e){let t=[],r=[],n=[],o=(i,s)=>{if(s>12||i==null||typeof i!="object")return;if(Array.isArray(i)){for(let _ of i)o(_,s+1);return}let a=i,c=typeof a.type=="string"?a.type.toLowerCase():"",l=a.text_content;if(l&&typeof l=="object"){let _=l.content;typeof _=="string"&&_.trim()!==""&&r.push(_);let g=typeof _=="string"?I(_):"";g&&t.push(g)}let d=a.style_text_content;if(d&&typeof d=="object"){let _=d.text,g=typeof _=="string"?I(_):"";g&&t.push(g),typeof _=="string"&&_.trim()!==""&&r.push(_)}let p=a.mention_content;if(p&&typeof p=="object"){let _=p.text,g=typeof _=="string"?I(_):"";g&&t.push(g),typeof _=="string"&&_.trim()!==""&&r.push(_)}let u=a.link_content;if(u&&typeof u=="object"){let _=u,g=_.text,b=_.url,w=typeof g=="string"&&g.trim()!==""?g.trim():"",k=typeof b=="string"&&b.trim()!==""?b.trim():"";w&&t.push(w),w&&k?r.push(`[${w}](${k})`):w?r.push(w):k&&r.push(k)}let f=a.doc_content;if(f&&typeof f=="object"){let _=f,g=_.file;if(g&&typeof g=="object"){let b=I(g.link_url,_.link_url),w=I(g.link_id,_.link_id);n.push({kind:"file",name:I(_.text,a.alt_text),fileId:I(g.id),cloudType:!0,cloudLinkUrl:b||void 0,cloudLinkId:w||void 0})}if(c==="doc"){let b=typeof _.text=="string"?_.text.trim():"\u6587\u6863",w=_.file?.link_url,k=(typeof _.link_url=="string"?_.link_url.trim():"")||(typeof w=="string"?w.trim():"")||"";b&&t.push(b),k?r.push(`[${b}](${k})`):b&&r.push(b)}}let m=a.image_content;if(m&&typeof m=="object"){let _=m,g=typeof _.storage_key=="string"?_.storage_key.trim():"";if(g&&(n.push(vr(_)),c==="image"||c==="custom_emoji")){let b=typeof _.name=="string"?_.name.trim():"\u56FE\u7247";r.push(`![${b}](storage_key:${g})`)}}if(!(l&&typeof l=="object"||d&&typeof d=="object"||p&&typeof p=="object"||u&&typeof u=="object"||m&&typeof m=="object"||f&&typeof f=="object")&&c!=="nl"&&c!=="ol"&&c!=="ul"){let _=I(a.alt_text);_&&t.push(_)}if(Array.isArray(a.elements))for(let _ of a.elements)o(_,s+1);let y=a.runs;if(Array.isArray(y))for(let _ of y)o(_,s+1);for(let _ of["inline_entities","segments","inlines","spans"]){let g=a[_];if(Array.isArray(g))for(let b of g)o(b,s+1)}};for(let i of e)o(i,0);return{plainTextLines:t,markdownLines:r,attachments:n}}function co(e){if(!e||typeof e!="object")return null;let t=e,r=xr(t);if(r)return r;let n=t.elements;return Array.isArray(n)?n:null}function Hn(e){let t=co(e);return t?Tr(t).markdownLines:[]}function Kn(e){let t=Gn(e);if(!t)return null;let r=Tr(t);return{plainText:r.plainTextLines.join(`
13
+ `).trim(),attachments:r.attachments}}function Er(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 Er(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=Gn(t);if(o){let{plainTextLines:i}=Tr(o),s=i.join(`
14
+ `).trim();if(s)return s}return""}function Or(e){return typeof e=="string"&&e.trim()!==""&&e!==Gt}function Be(e){return e&&typeof e=="object"?e:{}}function Pr(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function lo(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?.file_id)return{image:{storage_key:o.file_id}};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;if(s&&typeof s=="object"){let a=Hn(s);if(a.length>0)return{text:{content:a.join(`
15
+ `),type:"markdown"}}}return r}function po(e){if(!Array.isArray(e))return;let t=e.map(r=>Be(r)).map(r=>{let n=Be(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 uo(e){let t=Be(e),r=Be(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 Jn(e){let t=Be(e),r=Be(e.message),n=e.send_time<1e12?Math.floor(e.send_time*1e3):e.send_time;return{topic:typeof t.topic=="string"?t.topic:Gt,event_id:Pr(t.event_id,t.id,e.message.id)||void 0,company_id:Pr(t.company_id,t.companyId,t.corp_id)||void 0,chat:{id:e.chat.id,type:e.chat.type},message:{id:e.message.id,type:e.message.type,content:lo(e.message),sender:{id:e.sender.id,type:e.sender.type},mentions:po(r.mentions),reply_to:uo(r.reply_to)},quote_msg_id:Pr(t.quote_msg_id,t.quote_message_id,typeof r.quote_msg_id=="string"?r.quote_msg_id:void 0)||void 0,sender:{id:e.sender.id,type:e.sender.type,name:e.sender.extended_attribute?.name},send_time:n}}function Xn(e,t,r,n){let o=Be(e);if(typeof o.challenge=="string")return n?.info?.("WPS webhook challenge verification"),{challenge:o.challenge};if(r&&Ln(e)){let s=e;if(s.topic!==Gt)return n?.info?.(`WPS webhook skip non-message topic=${s.topic}`),{ok:!1,error:"skip",status:200};if(!Fn({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=Bn(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 Or(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 Vn(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 ds}from"open-event-sdk";tt();Et();tt();var ae=class extends Error{code;name="SessionResolverError";constructor(t,r){super(r),this.code=t}};function fe(...e){for(let t of e)if(typeof t=="string"&&t.trim())return t.trim();return""}function Te(e){return e&&typeof e=="object"?e:{}}function Zn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"").replace(/^user:/i,"")}function Yn(e,t){let r=Zn(e),n=Zn(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=Te(r),o=fe(n.type).toLowerCase(),i=Te(n.identity),s=[fe(n.id,n.user_id,n.userId,n.open_id),fe(i.app_id,i.id)].filter(Boolean);for(let a of s)t.push({type:o,id:a})}return t}var Pt=class{config;idempotencyStore;constructor(t,r){this.config=t,this.idempotencyStore=r}normalizeEvent(t){let r=Te(t),n=Te(r.chat),o=Te(r.message),i=Te(r.sender),s=Te(o.sender),a=fe(r.event_id,r.eventId,o.event_id,o.eventId,o.id),c=fe(o.id,r.message_id,r.messageId,a),l=fe(r.company_id,r.companyId),d=fe(n.type).toLowerCase(),p=fe(n.id),u=fe(s.id,i.id,r.user_id,r.userId),f=Er(o.content),m=fe(f,r.message_text,r.messageText),h=u,y;if(d==="group")y=p;else if(["p2p","single","direct"].includes(d))y=void 0;else throw new ae("E_CHAT_TYPE_INVALID",`\u672A\u77E5\u7684 chat.type: ${d||"(empty)"}`);let _=_o(o.mentions),g=_.some(L=>Yn(L.id,this.config.botId)),b=d==="group"&&!g&&_.length===1&&_[0]?.type!=="all",w=g||b,k=Te(o.reply_to),P=Te(k.sender),Q=fe(P.id,k.sender_id,k.senderId),H=Yn(Q,this.config.botId);return{event_id:a,message_id:c,company_id:l,user_id:h,group_id:y,message:m,is_at_bot:w,is_reply_to_bot:H}}resolve(t){let r=t.group_id?"group":"p2p";if(!t.message_id)throw new ae("E_MESSAGE_ID_MISSING","\u7F3A\u5C11 message_id");if(!t.event_id)throw new ae("E_EVENT_ID_MISSING","\u7F3A\u5C11 event_id");if(!t.company_id)throw new ae("E_COMPANY_ID_MISSING","\u7F3A\u5C11 company_id");if(r==="group"&&!t.group_id)throw new ae("E_GROUP_ID_MISSING","\u7FA4\u804A\u6D88\u606F\u7F3A\u5C11 group_id");if(r==="p2p"&&!t.user_id)throw new ae("E_USER_ID_MISSING","\u79C1\u804A\u6D88\u606F\u7F3A\u5C11 user_id");let n=r==="group"?`${T}:${t.company_id}:acct:${this.config.accountId??"default"}:group:${t.group_id}:bot:${this.config.botId}`:`${T}:${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}}async checkIdempotency(t){return this.idempotencyStore.check(t)}async markProcessed(t,r=36e5){await this.idempotencyStore.mark(t,r)}};var Ot=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 fo(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 mo=new Set(["text","content","title","caption","desc","description","md","markdown","alt_text"]);function Ar(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))(mo.has(i.toLowerCase())||typeof s=="object")&&r(s,o+1)}};return r(e,0),Array.from(new Set(t))}function ho(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 go(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 Rr(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"&&I(s.storage_key)){t.push(vr(s));return}let a=i.doc_content;if(a&&typeof a=="object"){let c=a.file;if(c&&typeof c=="object"){let l=I(c.link_url,a.link_url),d=I(c.link_id,a.link_id);t.push({kind:"file",name:I(a.text,i.alt_text),fileId:I(c.id),cloudType:!0,cloudLinkUrl:l||void 0,cloudLinkId:d||void 0})}return}if(ho(i)){let c=I(i.storage_key);t.push({kind:"image",storageKey:c||void 0,name:I(i.name,i.file_name,i.title),fileId:I(i.file_id,i.id),url:I(i.image_url,i.pic_url,i.thumb_url,i.preview_url,i.url),mimeType:I(i.mime_type,i.content_type),size:ee(i.size,i.file_size)})}else if(go(i)){let c=I(i.storage_key);t.push({kind:"file",storageKey:c||void 0,name:I(i.file_name,i.name,i.title),fileId:I(i.file_id,i.id),url:I(i.download_url,i.url,i.preview_url),mimeType:I(i.mime_type,i.content_type),size:ee(i.size,i.file_size)})}for(let c of Object.values(i))r(c,o+1)};return r(e,0),t}function Ht(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}function ot(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.storageKey&&n.push(`storage_key=${t.storageKey}`),t.mimeType&&n.push(`mime=${t.mimeType}`),t.size!==void 0&&n.push(`size=${Ht(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 yo(e){let t=e.image;return!t||typeof t!="object"?null:{kind:"image",storageKey:I(t.storage_key),name:I(t.name),mimeType:I(t.type),size:ee(t.size),width:ee(t.width),height:ee(t.height),thumbnailStorageKey:I(t.thumbnail_storage_key)}}function wo(e){let t=e.file;if(!t||typeof t!="object")return null;let r=I(t.type),n=t.cloud;if((r==="cloud"||!r&&n)&&n&&typeof n=="object")return{kind:"file",fileId:I(n.id),cloudType:!0,cloudLinkUrl:I(n.link_url),cloudLinkId:I(n.link_id),name:I(t.name,t.file_name)||void 0};let o=t.local;return o&&typeof o=="object"?{kind:"file",storageKey:I(o.storage_key),name:I(o.name),size:ee(o.size)}:{kind:"file",storageKey:I(t.storage_key),name:I(t.name,t.file_name),size:ee(t.size)}}function bo(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 ei(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(bo(s))),c=[];i&&c.push(`[\u5361\u7247\u6807\u9898] ${i}`),a.length>0&&c.push(a.join(`
16
16
  `));let l=c.join(`
17
- `).trim();return{headerTitle:i,plainText:l}}function po(e){let t=e.sticker;if(!t||typeof t!="object")return null;let n=t.image;return!n||typeof n!="object"?null:{kind:"image",storageKey:I(n.storage_key),name:I(n.name),mimeType:I(n.type),size:X(n.size),width:X(n.width),height:X(n.height)}}function Qe(e,t){let n=e.filter(r=>r.storageKey);return n.length===0?[]:n.map(r=>`[\u9644\u4EF6\u5F85\u5904\u7406: ${r.kind} ${r.name?`"${r.name}" `:""}storage_key=${r.storageKey}]`)}function Hr(e){let t=new Set,n=[];for(let r of e){let o=r.storageKey?.trim()||[r.kind,r.fileId??"",r.url??r.cloudLinkUrl??"",r.name??""].join("|");!o||t.has(o)||(t.add(o),n.push(r))}return n}function xt(e,t){let n=ro(e?.content),r=(e?.type??"").toLowerCase();if(r==="text"){let d=n,p=d.text,u=I(p?.content,...p?[]:Tn(d)),f=Hr(En(d));if(f.length===0)return{kind:"text",plainText:u,agentText:u||"[\u6536\u5230\u6D88\u606F] type=text\uFF08\u5185\u5BB9\u4E3A\u7A7A\uFF09",attachments:[]};let m=[];u&&m.push(u),u&&m.push(""),m.push(`[\u672C\u6761\u6D88\u606F type=text\uFF0C\u4F46 content \u5185\u542B\u6709\u9644\u4EF6] count=${f.length}`),m.push(...Ze(f)),m.push(...Qe(f,t));let h=f.every(y=>y.kind==="image"),g=f.every(y=>y.kind==="file"),_="mixed";return!u&&h?_="image":!u&&g?_="file":u&&(_="mixed"),{kind:_,plainText:u,agentText:m.join(`
18
- `).trim(),attachments:f}}if(r==="image"){let d=ao(n);if(d){let u=[`[\u6536\u5230\u56FE\u7247: ${[d.name||"\u672A\u547D\u540D\u56FE\u7247",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?Wt(d.size):null].filter(Boolean).join(", ")}]`,...Ze([d])];return u.push(...Qe([d],t)),{kind:"image",plainText:"",agentText:u.join(`
19
- `),attachments:[d]}}}if(r==="file"){let d=co(n);if(d){let u=[`[\u6536\u5230\u6587\u4EF6: ${[d.name||"\u672A\u547D\u540D\u6587\u4EF6",d.size?Wt(d.size):null].filter(Boolean).join(", ")}]`,...Ze([d])];return d.cloudType&&(d.cloudLinkUrl||d.cloudLinkId)?(d.cloudLinkUrl&&u.push(`[\u4E91\u6587\u4EF6\u94FE\u63A5: ${d.cloudLinkUrl}]`),d.fileId&&u.push(`[\u6587\u4EF6ID: ${d.fileId}]`),u.push("[\u63D0\u793A: \u8FD9\u662F WPS \u4E91\u6587\u4EF6\u3002\u5982\u9700\u8BFB\u53D6\u6587\u6863\u5185\u5BB9\uFF0C\u8BF7\u5148\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5411\u7528\u6237\u5206\u4EAB\u6B64\u6587\u4EF6\u94FE\u63A5\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002]")):u.push(...Qe([d],t)),{kind:"file",plainText:"",agentText:u.join(`
20
- `),attachments:[d]}}}if(r==="rich_text"){let d=n,p=I(typeof d.text=="string"?d.text:void 0,d.text?.content),u=Wr(d),f=(u?.plainText??"").trim(),m=u?.attachments??[],h=Tn(d).join(`
21
- `).trim(),g=I(p,f,h),_=Hr([...m,...En(d)]),y=!!g,w=_.length>0;if(!y&&!w)return{kind:"rich_text",plainText:"",agentText:"[\u6536\u5230\u5BCC\u6587\u672C\u6D88\u606F]\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C/\u9644\u4EF6\u5143\u4FE1\u606F\uFF09",attachments:[]};let b=[];return y&&b.push(g),w&&(y&&b.push(""),b.push(`[\u6536\u5230\u5BCC\u6587\u672C\u9644\u4EF6] count=${_.length}`),b.push(...Ze(_)),b.push(...Qe(_,t))),{kind:y&&w?"mixed":"rich_text",plainText:g,agentText:b.join(`
22
- `).trim(),attachments:_}}if(r==="card"){let d=Kr(n);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(r==="sticker"){let d=po(n);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?Wt(d.size):null].filter(Boolean).join(", ")}]`,...Ze([d])];return u.push(...Qe([d],t)),{kind:"sticker",plainText:"",agentText:u.join(`
23
- `),attachments:[d]}}}let o=Tn(n).join(`
24
- `).trim(),i=En(n),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(...Ze(i)),l.push(...Qe(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(`
25
- `).trim(),attachments:i}}function Pn(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}wt();import{mkdir as uo,writeFile as _o}from"node:fs/promises";import{createHash as fo}from"node:crypto";import{tmpdir as mo}from"node:os";import Me from"node:path";var On=5*1024*1024,ho=10*1024*1024,yo=64*1024;function go(){let e=Me.join(mo(),"openclaw-media");return Me.isAbsolute(e)?e:Me.resolve(e)}var Jr=go();function wo(e,t){let n=t?Me.extname(t).replace(".",""):"";return n||({"image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/bmp":"bmp","application/pdf":"pdf"}[e]??"bin")}function bo(e){return fo("md5").update(e).digest("hex").substring(0,8)}var Io=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"]),So=["text/"],xo=new Set(["application/json","application/xml","application/yaml","application/x-yaml","application/javascript","application/typescript","application/x-sh","application/toml"]);function ko(e,t){let n=(e||"").toLowerCase();if(So.some(o=>n.startsWith(o))||xo.has(n))return!0;let r=t?Me.extname(t).replace(".","").toLowerCase():"";return r?Io.has(r):!1}var Xr={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 vo(e,t){let n=e?Me.extname(e).replace(".","").toLowerCase():"";return n&&Xr[n]?Xr[n]:t==="application/json"?"json":t.startsWith("text/")?t.slice(5):""}function To(e){let t=0,n=/`+/g,r;for(;(r=n.exec(e))!==null;)r[0].length>t&&(t=r[0].length);return"`".repeat(Math.max(3,t+1))}async function $n(e){let{client:t,chatId:n,messageId:r,attachments:o,log:i}=e,s=i?.info??(()=>{}),a=o.filter(d=>d.storageKey);if(!a.length||!n||!r)return{fetched:[],skipped:a.map(d=>({storageKey:d.storageKey??"",reason:n?r?"no storageKey":"missing messageId":"missing chatId"}))};await uo(Jr,{recursive:!0});let c={fetched:[],skipped:[]},l=0;for(let d of a){let p=d.storageKey;try{if(d.size&&d.size>On){c.skipped.push({storageKey:p,reason:`too large: ${d.size} bytes`});continue}if(l>=ho){c.skipped.push({storageKey:p,reason:"total download budget exceeded"});continue}s(`WPS prefetch: downloading ${p.substring(0,20)}\u2026 chatId=${n} messageId=${r}`);let u=await t.request({method:"GET",path:`/v7/chats/${encodeURIComponent(n)}/messages/${encodeURIComponent(r)}/resources/${encodeURIComponent(p)}/download`}),f=gt(u);if(!f){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(f);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 h=Number(m.headers.get("content-length")??"0");if(h>On){c.skipped.push({storageKey:p,reason:`content-length ${h} > limit`});continue}let g=new Uint8Array(await m.arrayBuffer());if(g.byteLength>On){c.skipped.push({storageKey:p,reason:`downloaded ${g.byteLength} > limit`});continue}l+=g.byteLength;let _=m.headers.get("content-type")?.split(";")[0]?.trim()??"",y=_&&_!=="application/octet-stream"?_:d.mimeType??(_||"application/octet-stream"),w=d.name?.trim(),b=bo(p),k=w?`${b}_${w}`:`${r}_${b}.${wo(y,d.name)}`,E=Me.join(Jr,k);await _o(E,g);let J;if(ko(y,d.name)&&g.byteLength<=yo)try{J=new TextDecoder("utf-8",{fatal:!1}).decode(g)}catch{J=void 0}c.fetched.push({storageKey:p,displayName:d.name??"attachment",mimeType:y,size:g.byteLength,localPath:E,...J!==void 0?{inlineText:J}:{}}),s(`WPS prefetch ok: ${p.substring(0,20)}\u2026 \u2192 ${E} (${y}, ${g.byteLength}B${J!==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 Rn(e,t){let n=[];for(let r of e.fetched)if(r.mimeType.startsWith("image/"))n.push(`[\u5DF2\u4E0B\u8F7D\u56FE\u7247: ${r.localPath} | ${r.displayName} | ${r.mimeType} | ${An(r.size)}]`);else if(r.inlineText!==void 0){n.push(`[\u5DF2\u4E0B\u8F7D\u6587\u672C\u9644\u4EF6: ${r.displayName} | ${r.mimeType} | ${An(r.size)} | path=${r.localPath}]`),n.push("\u4EE5\u4E0B\u662F\u6587\u4EF6\u5B8C\u6574\u5185\u5BB9\uFF1A");let o=To(r.inlineText),i=vo(r.displayName,r.mimeType);n.push(`${o}${i}`),n.push(r.inlineText),n.push(o)}else n.push(`[\u5DF2\u4E0B\u8F7D\u6587\u4EF6: ${r.localPath} | ${r.displayName} | ${r.mimeType} | ${An(r.size)}]`);for(let r of e.skipped)n.push(`[\u9644\u4EF6\u672A\u4E0B\u8F7D: storage_key=${r.storageKey.substring(0,30)}\u2026 \u539F\u56E0: ${r.reason}]`);if(t?.fromQuote&&e.fetched.length>0){n.push(""),n.push("[\u5F15\u7528\u9644\u4EF6\u56DE\u53D1\u6307\u4EE4] \u7528\u6237\u8981\u6C42\u53D1\u56DE\u5F15\u7528\u7684\u56FE\u7247/\u6587\u4EF6\u65F6\uFF0C\u8C03\u7528 message \u5DE5\u5177\uFF1A");for(let r of e.fetched)n.push(` \u2192 message(action="send", message="\u4E3A\u60A8\u53D1\u56DE\u56FE\u7247", media="${r.localPath}")`)}return n.join(`
26
- `)}function An(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}import{readFile as Eo}from"node:fs/promises";import Po from"node:os";import Cn from"node:path";function Vr(e){return globalThis.process?.env?.[e]}function Oo(){let e=Vr("OPENCLAW_CREDENTIALS_DIR")?.trim();if(e)return e;let t=Vr("OPENCLAW_HOME")?.trim()||Cn.join(Po.homedir(),".openclaw");return Cn.join(t,"credentials")}function Ao(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}async function Yr(e){let t=Cn.join(Oo(),`${e.channelId}-${e.accountId}-allowFrom.json`),n="";try{n=await Eo(t,"utf8")}catch(r){return r?.code!=="ENOENT"&&e.log?.debug?.(`[wps-xiezuo] load pairing allowFrom failed: ${String(r)}`),[]}try{let r=JSON.parse(n);return Array.isArray(r.allowFrom)?r.allowFrom.map(o=>Ao(String(o))).filter(o=>o.length>0):[]}catch(r){return e.log?.warn?.(`[wps-xiezuo] invalid pairing allowFrom json (${t}): ${String(r)}`),[]}}wn();var Do=36e5;function si(e){if(!e||typeof e!="object")return null;let t=e;if(typeof t.id=="string"&&typeof t.type=="string")return t;let n=t.message;return n&&typeof n=="object"&&typeof n.id=="string"?n:null}function Uo(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,n=[],r=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}`;r.has(a)||(r.add(a),n.push({host:i,linkId:s,canonicalUrl:`https://${i}/wiki/l/0l${s}`}))}return n}var ai=new Map;function No(e,t){let n=`${e}:${t}`,r=ai.get(n);return r||(r=new It({botId:t,accountId:e},new St),ai.set(n,r)),r}function Fn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function jo(e,t,n){if(n==="disabled")return!1;if(n==="open")return!0;if(!t||t.length===0)return!1;let r=Fn(e);return t.some(o=>o==="*"||Fn(o)===r)}function Mo(e,t){let n=e?.groups??{};return(n[t]??n["*"])?.requireMention??!0}function Wo(e){let t=(n,r)=>r>8||n==null?!1:typeof n=="string"?/<at\b[^>]*>/i.test(n)||/@\S+/.test(n):Array.isArray(n)?n.some(o=>t(o,r+1)):typeof n=="object"?Object.values(n).some(o=>t(o,r+1)):!1;return t(e,0)}function Lo(e){let t=String(e??"").toLowerCase();return t==="image"||t==="file"||t==="sticker"}function zo(e){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",receiver_id:t[1]};let n=e.match(/:p2p:([^:]+)/);return n?{type:"user",receiver_id:n[1]}:{type:"user",receiver_id:e}}async function nt(e,t,n){let r=N(e),o=M(e.baseUrl,r),i=zo(t);await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:i,content:{text:{content:n,type:"markdown"}}}})}async function Fo(e,t,n,r){let o=N(e);await M(e.baseUrl,o).request({method:"POST",path:`/v7/chats/${encodeURIComponent(t)}/messages/${encodeURIComponent(n)}/reply`,body:{type:"text",content:{text:{content:r,type:"markdown"}}}})}async function Bn(e){let t=e.log??{},n=t.info??console.log,r=t.error??console.error,{cfg:o,accountId:i,channelRuntime:s,wpsCfg:a,creds:c,eventPayload:l}=e;if(vn(l.topic)){n(`WPS skip non-message topic: ${String(l.topic)}`);return}let d=l.message,p=l.sender,u=l.chat;if(!d||!p)return;let f=No(i,c.clientId),m,h;try{m=f.normalizeEvent(l),h=f.resolve(m)}catch(P){if(P instanceof ee){n(`WPS session resolve skipped: code=${P.code}, reason=${P.message}`);return}r("WPS session resolve failed:",P);return}if(!h){n(`WPS skip inbound: not mentioning/replying bot (event_id=${m.event_id||"unknown"})`);return}if(h.scene==="group"){let P=h.group_id??u?.id??"",j=Mo(a,P),W=Wo(d.content),q=Lo(d.type);if(j&&!(m.is_at_bot||m.is_reply_to_bot||W||q)){n(`WPS skip: group not mentioning bot (event_id=${m.event_id||"unknown"})`);return}}if(await f.checkIdempotency(h.idempotency_key)){n(`WPS dedupe: skip duplicate event_id=${h.idempotency_key}`);return}await f.markProcessed(h.idempotency_key,Do);let _=h.user_id||p.id||"";if(!_){r("Unable to identify sender");return}let y=h.group_id??u?.id??"",w=d.id??"",b=xt(d,{chatId:y,messageId:w});if(Pn(b)&&y&&w)try{let P=N(c),j=M(c.baseUrl,P);n(`WPS inbound: empty parse (kind=${b.kind}), fetching message detail chatId=${y} messageId=${w}`);let W=await j.request({method:"GET",path:`/v7/chats/${encodeURIComponent(y)}/messages/${encodeURIComponent(w)}`}),q=si(W?.data??null),A=q?.content,Te=A&&typeof A=="object"&&!Array.isArray(A)&&Object.keys(A).length>0;q&&Te&&(d={...d,...q,content:q.content??d.content},b=xt(d,{chatId:y,messageId:w}),n(`WPS inbound: reparsed after GET detail kind=${b.kind} previewLen=${b.plainText.length}`))}catch(P){r(`WPS inbound: message detail GET failed: ${String(P)}`)}let k=h.scene==="p2p",E=h.session_key,J=k?`wps:${_}`:h.session_key,re=b.agentText,ie,oe=[],ge=[],se=[];b.agentText?se.push(b.agentText):b.plainText&&se.push(b.plainText);let ae=l.quote_msg_id,He,pe=[];if(ae&&y){let P=N(c),j=M(c.baseUrl,P);try{n(`WPS quote fetch: chatId=${y} quote_msg_id=${ae}`);let W=await j.request({method:"GET",path:`/v7/chats/${encodeURIComponent(y)}/messages/${encodeURIComponent(ae)}`}),q=si(W?.data??null);if(q){let A=xt(q,{chatId:y,messageId:ae}),Te=A.attachments.filter(U=>U.storageKey),Ee=A.attachments.filter(U=>U.cloudType),Y=[];if(Y.push("[\u7528\u6237\u5F15\u7528\u4E86\u4EE5\u4E0B\u6D88\u606F]"),A.plainText&&Y.push(A.plainText),Te.length>0){let U=await $n({client:j,chatId:y,messageId:ae,attachments:Te,log:t});if(U.fetched.length>0||U.skipped.length>0){Y.push(Rn(U,{chatId:y,messageId:ae,fromQuote:!0}));for(let z of U.fetched)pe.push({storageKey:z.storageKey,displayName:z.displayName,mimeType:z.mimeType,size:z.size,localPath:z.localPath,fromQuote:!0}),oe.push(z.localPath),ge.push(z.mimeType);n(`WPS quote prefetch: ${U.fetched.length} ok, ${U.skipped.length} skipped`)}}if(Ee.length>0){for(let U of Ee){let z=U.name||"\u672A\u547D\u540D\u4E91\u6587\u4EF6";Y.push(`[\u5F15\u7528\u4E91\u6587\u4EF6: ${z}]`),U.cloudLinkUrl&&Y.push(`\u94FE\u63A5: ${U.cloudLinkUrl}`),U.fileId&&Y.push(`\u6587\u4EF6ID: ${U.fileId}`)}Y.push(""),Y.push("[\u63D0\u793A: \u5982\u9700\u8BFB\u53D6\u5F15\u7528\u4E91\u6587\u4EF6\u7684\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5206\u4EAB\u6587\u4EF6\u94FE\u63A5\u7ED9\u7528\u6237\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002]")}Te.length===0&&Ee.length===0&&A.attachments.length===0&&!A.plainText&&Y.push(`[\u5F15\u7528\u6D88\u606F\u5185\u5BB9\u4E3A\u7A7A\u6216\u672A\u89E3\u6790] type=${q.type??"unknown"}`),He=Y.join(`
27
- `)}else n(`WPS quote fetch: empty data for quote_msg_id=${ae}`)}catch(W){r(`WPS quote fetch failed for quote_msg_id=${ae}:`,W),He=`[\u5F15\u7528\u6D88\u606F\u83B7\u53D6\u5931\u8D25 quote_msg_id=${ae}]`}}if(b.attachments.some(P=>P.storageKey)&&y&&w){let P=N(c),j=M(c.baseUrl,P),W=await $n({client:j,chatId:y,messageId:w,attachments:b.attachments,log:t});if(W.fetched.length>0||W.skipped.length>0){se.push(Rn(W,{chatId:y,messageId:w})),ie=W.fetched.map(q=>({storageKey:q.storageKey,displayName:q.displayName,mimeType:q.mimeType,size:q.size,localPath:q.localPath}));for(let q of W.fetched)oe.push(q.localPath),ge.push(q.mimeType);n(`WPS media prefetch: ${W.fetched.length} ok, ${W.skipped.length} skipped`)}}b.attachments.some(P=>P.cloudType)&&se.push("[\u4E91\u6587\u4EF6\u64CD\u4F5C\u63D0\u793A] \u5982\u9700\u8BFB\u53D6\u4E91\u6587\u4EF6\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5206\u4EAB\u6587\u4EF6\u94FE\u63A5\u7ED9\u7528\u6237\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002"),He&&se.push(He);let ut=Uo(se.join(`
28
- `));if(ut.length>0){let P=["[\u8BC6\u522B\u5230\u77E5\u8BC6\u5E93\u6587\u6863\u94FE\u63A5]"];for(let j of ut)P.push(`- \u77E5\u8BC6\u5E93\u94FE\u63A5: ${j.canonicalUrl}`),P.push(`- \u63D0\u53D6\u5230 link_id(file_id): ${j.linkId}`);P.push("[\u63D0\u793A: \u77E5\u8BC6\u5E93\u94FE\u63A5\u683C\u5F0F\u4E3A \u57DF\u540D/wiki/l/0lxxxx\uFF0C\u5176\u4E2D xxxx\uFF08\u300C0l\u300D\u4E4B\u540E\u7684\u4E00\u6BB5\uFF09\u4E3A link_id\uFF0C\u53EF\u4F5C\u4E3A file_id\u3002\u5982\u9700\u8BFB\u53D6\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id)\u3002]"),se.push(P.join(`
29
- `))}se.length>0&&(re=se.join(`
17
+ `).trim();return{headerTitle:i,plainText:l}}function ko(e){let t=e.sticker;if(!t||typeof t!="object")return null;let r=t.image;return!r||typeof r!="object"?null:{kind:"image",storageKey:I(r.storage_key),name:I(r.name),mimeType:I(r.type),size:ee(r.size),width:ee(r.width),height:ee(r.height)}}function st(e,t){let r=e.filter(n=>n.storageKey);return r.length===0?[]:r.map(n=>`[\u9644\u4EF6\u5F85\u5904\u7406: ${n.kind} ${n.name?`"${n.name}" `:""}storage_key=${n.storageKey}]`)}function Qn(e){let t=new Set,r=[];for(let n of e){let o=n.storageKey?.trim()||[n.kind,n.fileId??"",n.url??n.cloudLinkUrl??"",n.name??""].join("|");!o||t.has(o)||(t.add(o),r.push(n))}return r}function At(e,t){let r=fo(e?.content),n=(e?.type??"").toLowerCase();if(n==="text"){let d=r,p=d.text,u=I(p?.content,...p?[]:Ar(d)),f=Qn(Rr(d));if(f.length===0)return{kind:"text",plainText:u,agentText:u||"[\u6536\u5230\u6D88\u606F] type=text\uFF08\u5185\u5BB9\u4E3A\u7A7A\uFF09",attachments:[]};let m=[];u&&m.push(u),u&&m.push(""),m.push(`[\u672C\u6761\u6D88\u606F type=text\uFF0C\u4F46 content \u5185\u542B\u6709\u9644\u4EF6] count=${f.length}`),m.push(...ot(f)),m.push(...st(f,t));let h=f.every(g=>g.kind==="image"),y=f.every(g=>g.kind==="file"),_="mixed";return!u&&h?_="image":!u&&y?_="file":u&&(_="mixed"),{kind:_,plainText:u,agentText:m.join(`
18
+ `).trim(),attachments:f}}if(n==="image"){let d=yo(r);if(d){let u=[`[\u6536\u5230\u56FE\u7247: ${[d.name||"\u672A\u547D\u540D\u56FE\u7247",d.width&&d.height?`${d.width}x${d.height}`:null,d.size?Ht(d.size):null].filter(Boolean).join(", ")}]`,...ot([d])];return u.push(...st([d],t)),{kind:"image",plainText:"",agentText:u.join(`
19
+ `),attachments:[d]}}}if(n==="file"){let d=wo(r);if(d){let u=[`[\u6536\u5230\u6587\u4EF6: ${[d.name||"\u672A\u547D\u540D\u6587\u4EF6",d.size?Ht(d.size):null].filter(Boolean).join(", ")}]`,...ot([d])];return d.cloudType&&(d.cloudLinkUrl||d.cloudLinkId)?(d.cloudLinkUrl&&u.push(`[\u4E91\u6587\u4EF6\u94FE\u63A5: ${d.cloudLinkUrl}]`),d.fileId&&u.push(`[\u6587\u4EF6ID: ${d.fileId}]`),u.push("[\u63D0\u793A: \u8FD9\u662F WPS \u4E91\u6587\u4EF6\u3002\u5982\u9700\u8BFB\u53D6\u6587\u6863\u5185\u5BB9\uFF0C\u8BF7\u5148\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5411\u7528\u6237\u5206\u4EAB\u6B64\u6587\u4EF6\u94FE\u63A5\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002]")):u.push(...st([d],t)),{kind:"file",plainText:"",agentText:u.join(`
20
+ `),attachments:[d]}}}if(n==="rich_text"){let d=r,p=I(typeof d.text=="string"?d.text:void 0,d.text?.content),u=Kn(d),f=(u?.plainText??"").trim(),m=u?.attachments??[],h=Ar(d).join(`
21
+ `).trim(),y=I(p,f,h),_=Qn([...m,...Rr(d)]),g=!!y,b=_.length>0;if(!g&&!b)return{kind:"rich_text",plainText:"",agentText:"[\u6536\u5230\u5BCC\u6587\u672C\u6D88\u606F]\uFF08\u672A\u89E3\u6790\u51FA\u6587\u672C/\u9644\u4EF6\u5143\u4FE1\u606F\uFF09",attachments:[]};let w=[];return g&&w.push(y),b&&(g&&w.push(""),w.push(`[\u6536\u5230\u5BCC\u6587\u672C\u9644\u4EF6] count=${_.length}`),w.push(...ot(_)),w.push(...st(_,t))),{kind:g&&b?"mixed":"rich_text",plainText:y,agentText:w.join(`
22
+ `).trim(),attachments:_}}if(n==="card"){let d=ei(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=ko(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?Ht(d.size):null].filter(Boolean).join(", ")}]`,...ot([d])];return u.push(...st([d],t)),{kind:"sticker",plainText:"",agentText:u.join(`
23
+ `),attachments:[d]}}}let o=Ar(r).join(`
24
+ `).trim(),i=Rr(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(...ot(i)),l.push(...st(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(`
25
+ `).trim(),attachments:i}}function $r(e){return e.plainText.trim()!==""||e.attachments.length>0?!1:e.kind==="rich_text"||e.kind==="file"||e.kind==="image"}Tt();import{mkdir as Io,writeFile as ti}from"node:fs/promises";import{createHash as So}from"node:crypto";import{tmpdir as xo}from"node:os";import Ge from"node:path";var qr=5*1024*1024,vo=10*1024*1024,To=64*1024,Dr=".wps-forward.json";function Eo(){let e=Ge.join(xo(),"openclaw-media");return Ge.isAbsolute(e)?e:Ge.resolve(e)}var ri=Eo();function Po(e,t){let r=t?Ge.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 Oo(e){return So("md5").update(e).digest("hex").substring(0,8)}var Ao=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"]),Ro=["text/"],$o=new Set(["application/json","application/xml","application/yaml","application/x-yaml","application/javascript","application/typescript","application/x-sh","application/toml"]);function qo(e,t){let r=(e||"").toLowerCase();if(Ro.some(o=>r.startsWith(o))||$o.has(r))return!0;let n=t?Ge.extname(t).replace(".","").toLowerCase():"";return n?Ao.has(n):!1}var ni={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 Co(e,t){let r=e?Ge.extname(e).replace(".","").toLowerCase():"";return r&&ni[r]?ni[r]:t==="application/json"?"json":t.startsWith("text/")?t.slice(5):""}function Do(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 Ur(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 Io(ri,{recursive:!0});let c={fetched:[],skipped:[]},l=0;for(let d of a){let p=d.storageKey;try{if(d.size&&d.size>qr){c.skipped.push({storageKey:p,reason:`too large: ${d.size} bytes`});continue}if(l>=vo){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`}),f=vt(u);if(!f){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(f);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 h=Number(m.headers.get("content-length")??"0");if(h>qr){c.skipped.push({storageKey:p,reason:`content-length ${h} > limit`});continue}let y=new Uint8Array(await m.arrayBuffer());if(y.byteLength>qr){c.skipped.push({storageKey:p,reason:`downloaded ${y.byteLength} > limit`});continue}l+=y.byteLength;let _=m.headers.get("content-type")?.split(";")[0]?.trim()??"",g=_&&_!=="application/octet-stream"?_:d.mimeType??(_||"application/octet-stream"),b=d.name?.trim(),w=Oo(p),k=b?`${w}_${b}`:`${n}_${w}.${Po(g,d.name)}`,P=Ge.join(ri,k);if(await ti(P,y),g.startsWith("image/")){let H={v:1,storage_key:p},L=d.width,F=d.height;typeof L=="number"&&typeof F=="number"&&Number.isFinite(L)&&Number.isFinite(F)&&L>0&&F>0&&(H.width=Math.trunc(L),H.height=Math.trunc(F)),await ti(P+Dr,JSON.stringify(H),"utf8")}let Q;if(qo(g,d.name)&&y.byteLength<=To)try{Q=new TextDecoder("utf-8",{fatal:!1}).decode(y)}catch{Q=void 0}c.fetched.push({storageKey:p,displayName:d.name??"attachment",mimeType:g,size:y.byteLength,localPath:P,...Q!==void 0?{inlineText:Q}:{}}),s(`WPS prefetch ok: ${p.substring(0,20)}\u2026 \u2192 ${P} (${g}, ${y.byteLength}B${Q!==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 jr(e,t){let r=[];for(let n of e.fetched)if(n.mimeType.startsWith("image/"))r.push(`[\u5DF2\u4E0B\u8F7D\u56FE\u7247: ${n.localPath} | ${n.displayName} | ${n.mimeType} | ${Cr(n.size)}]`);else if(n.inlineText!==void 0){r.push(`[\u5DF2\u4E0B\u8F7D\u6587\u672C\u9644\u4EF6: ${n.displayName} | ${n.mimeType} | ${Cr(n.size)} | path=${n.localPath}]`),r.push("\u4EE5\u4E0B\u662F\u6587\u4EF6\u5B8C\u6574\u5185\u5BB9\uFF1A");let o=Do(n.inlineText),i=Co(n.displayName,n.mimeType);r.push(`${o}${i}`),r.push(n.inlineText),r.push(o)}else r.push(`[\u5DF2\u4E0B\u8F7D\u6587\u4EF6: ${n.localPath} | ${n.displayName} | ${n.mimeType} | ${Cr(n.size)}]`);for(let n of e.skipped)r.push(`[\u9644\u4EF6\u672A\u4E0B\u8F7D: storage_key=${n.storageKey.substring(0,30)}\u2026 \u539F\u56E0: ${n.reason}]`);if(t?.fromQuote&&e.fetched.length>0){r.push(""),r.push("[\u5F15\u7528\u9644\u4EF6\u56DE\u53D1\u6307\u4EE4] \u7528\u6237\u8981\u6C42\u53D1\u56DE\u5F15\u7528\u7684\u56FE\u7247/\u6587\u4EF6\u65F6\uFF0C\u8C03\u7528 message \u5DE5\u5177\uFF1A");for(let n of e.fetched)r.push(` \u2192 message(action="send", message="\u4E3A\u60A8\u53D1\u56DE\u56FE\u7247", media="${n.localPath}")`)}return r.join(`
26
+ `)}function Cr(e){return e<1024?`${e}B`:e<1024*1024?`${(e/1024).toFixed(1)}KB`:`${(e/(1024*1024)).toFixed(1)}MB`}import{readFile as Uo}from"node:fs/promises";import jo from"node:os";import Nr from"node:path";function ii(e){return globalThis.process?.env?.[e]}function No(){let e=ii("OPENCLAW_CREDENTIALS_DIR")?.trim();if(e)return e;let t=ii("OPENCLAW_HOME")?.trim()||Nr.join(jo.homedir(),".openclaw");return Nr.join(t,"credentials")}function Mo(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}async function oi(e){let t=Nr.join(No(),`${e.channelId}-${e.accountId}-allowFrom.json`),r="";try{r=await Uo(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=>Mo(String(o))).filter(o=>o.length>0):[]}catch(n){return e.log?.warn?.(`[wps-xiezuo] invalid pairing allowFrom json (${t}): ${String(n)}`),[]}}Sr();var Bo=36e5;function fi(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 Go(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 mi=new Map;function Ho(e,t){let r=`${e}:${t}`,n=mi.get(r);return n||(n=new Pt({botId:t,accountId:e},new Ot),mi.set(r,n)),n}function Jr(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function Ko(e,t,r){if(r==="disabled")return!1;if(r==="open")return!0;if(!t||t.length===0)return!1;let n=Jr(e);return t.some(o=>o==="*"||Jr(o)===n)}function Jo(e,t){let r=e?.groups??{};return(r[t]??r["*"])?.requireMention??!0}function Xo(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 Vo(e){let t=String(e??"").toLowerCase();return t==="image"||t==="file"||t==="sticker"}function Zo(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 ct(e,t,r){let n=j(e),o=M(e.baseUrl,n),i=Zo(t);await o.request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:i,content:{text:{content:r,type:"markdown"}}}})}async function Yo(e,t,r,n){let o=j(e);await M(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 Xr(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(Or(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 f=Ho(i,c.clientId),m,h;try{m=f.normalizeEvent(l),h=f.resolve(m)}catch(O){if(O instanceof ae){r(`WPS session resolve skipped: code=${O.code}, reason=${O.message}`);return}n("WPS session resolve failed:",O);return}if(!h){r(`WPS skip inbound: not mentioning/replying bot (event_id=${m.event_id||"unknown"})`);return}if(h.scene==="group"){let O=h.group_id??u?.id??"",N=Jo(a,O),W=Xo(d.content),C=Vo(d.type);if(N&&!(m.is_at_bot||m.is_reply_to_bot||W||C)){r(`WPS skip: group not mentioning bot (event_id=${m.event_id||"unknown"})`);return}}if(await f.checkIdempotency(h.idempotency_key)){r(`WPS dedupe: skip duplicate event_id=${h.idempotency_key}`);return}await f.markProcessed(h.idempotency_key,Bo);let _=h.user_id||p.id||"";if(!_){n("Unable to identify sender");return}let g=h.group_id??u?.id??"",b=d.id??"",w=At(d,{chatId:g,messageId:b});if($r(w)&&g&&b)try{let O=j(c),N=M(c.baseUrl,O);r(`WPS inbound: empty parse (kind=${w.kind}), fetching message detail chatId=${g} messageId=${b}`);let W=await N.request({method:"GET",path:`/v7/chats/${encodeURIComponent(g)}/messages/${encodeURIComponent(b)}`}),C=fi(W?.data??null),R=C?.content,$e=R&&typeof R=="object"&&!Array.isArray(R)&&Object.keys(R).length>0;C&&$e&&(d={...d,...C,content:C.content??d.content},w=At(d,{chatId:g,messageId:b}),r(`WPS inbound: reparsed after GET detail kind=${w.kind} previewLen=${w.plainText.length}`))}catch(O){n(`WPS inbound: message detail GET failed: ${String(O)}`)}let k=h.scene==="p2p",P=h.session_key,Q=k?`wps:${_}`:h.session_key,H=w.agentText,L,F=[],xe=[],pe=[];w.agentText?pe.push(w.agentText):w.plainText&&pe.push(w.plainText);let ue=l.quote_msg_id,Qe,ye=[];if(ue&&g){let O=j(c),N=M(c.baseUrl,O);try{r(`WPS quote fetch: chatId=${g} quote_msg_id=${ue}`);let W=await N.request({method:"GET",path:`/v7/chats/${encodeURIComponent(g)}/messages/${encodeURIComponent(ue)}`}),C=fi(W?.data??null);if(C){let R=At(C,{chatId:g,messageId:ue}),$e=R.attachments.filter(U=>U.storageKey),qe=R.attachments.filter(U=>U.cloudType),ne=[];if(ne.push("[\u7528\u6237\u5F15\u7528\u4E86\u4EE5\u4E0B\u6D88\u606F]"),R.plainText&&ne.push(R.plainText),$e.length>0){let U=await Ur({client:N,chatId:g,messageId:ue,attachments:$e,log:t});if(U.fetched.length>0||U.skipped.length>0){ne.push(jr(U,{chatId:g,messageId:ue,fromQuote:!0}));for(let B of U.fetched)ye.push({storageKey:B.storageKey,displayName:B.displayName,mimeType:B.mimeType,size:B.size,localPath:B.localPath,fromQuote:!0}),F.push(B.localPath),xe.push(B.mimeType);r(`WPS quote prefetch: ${U.fetched.length} ok, ${U.skipped.length} skipped`)}}if(qe.length>0){for(let U of qe){let B=U.name||"\u672A\u547D\u540D\u4E91\u6587\u4EF6";ne.push(`[\u5F15\u7528\u4E91\u6587\u4EF6: ${B}]`),U.cloudLinkUrl&&ne.push(`\u94FE\u63A5: ${U.cloudLinkUrl}`),U.fileId&&ne.push(`\u6587\u4EF6ID: ${U.fileId}`)}ne.push(""),ne.push("[\u63D0\u793A: \u5982\u9700\u8BFB\u53D6\u5F15\u7528\u4E91\u6587\u4EF6\u7684\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5206\u4EAB\u6587\u4EF6\u94FE\u63A5\u7ED9\u7528\u6237\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002]")}$e.length===0&&qe.length===0&&R.attachments.length===0&&!R.plainText&&ne.push(`[\u5F15\u7528\u6D88\u606F\u5185\u5BB9\u4E3A\u7A7A\u6216\u672A\u89E3\u6790] type=${C.type??"unknown"}`),Qe=ne.join(`
27
+ `)}else r(`WPS quote fetch: empty data for quote_msg_id=${ue}`)}catch(W){n(`WPS quote fetch failed for quote_msg_id=${ue}:`,W),Qe=`[\u5F15\u7528\u6D88\u606F\u83B7\u53D6\u5931\u8D25 quote_msg_id=${ue}]`}}if(w.attachments.some(O=>O.storageKey)&&g&&b){let O=j(c),N=M(c.baseUrl,O),W=await Ur({client:N,chatId:g,messageId:b,attachments:w.attachments,log:t});if(W.fetched.length>0||W.skipped.length>0){pe.push(jr(W,{chatId:g,messageId:b})),L=W.fetched.map(C=>({storageKey:C.storageKey,displayName:C.displayName,mimeType:C.mimeType,size:C.size,localPath:C.localPath}));for(let C of W.fetched)F.push(C.localPath),xe.push(C.mimeType);r(`WPS media prefetch: ${W.fetched.length} ok, ${W.skipped.length} skipped`)}}w.attachments.some(O=>O.cloudType)&&pe.push("[\u4E91\u6587\u4EF6\u64CD\u4F5C\u63D0\u793A] \u5982\u9700\u8BFB\u53D6\u4E91\u6587\u4EF6\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002\u5982\u9700\u5206\u4EAB\u6587\u4EF6\u94FE\u63A5\u7ED9\u7528\u6237\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B\u94FE\u63A5\u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\uFF09\u3002"),Qe&&pe.push(Qe);let wt=Go(pe.join(`
28
+ `));if(wt.length>0){let O=["[\u8BC6\u522B\u5230\u77E5\u8BC6\u5E93\u6587\u6863\u94FE\u63A5]"];for(let N of wt)O.push(`- \u77E5\u8BC6\u5E93\u94FE\u63A5: ${N.canonicalUrl}`),O.push(`- \u63D0\u53D6\u5230 link_id(file_id): ${N.linkId}`);O.push("[\u63D0\u793A: \u77E5\u8BC6\u5E93\u94FE\u63A5\u683C\u5F0F\u4E3A \u57DF\u540D/wiki/l/0lxxxx\uFF0C\u5176\u4E2D xxxx\uFF08\u300C0l\u300D\u4E4B\u540E\u7684\u4E00\u6BB5\uFF09\u4E3A link_id\uFF0C\u53EF\u4F5C\u4E3A file_id\u3002\u5982\u9700\u8BFB\u53D6\u5185\u5BB9\uFF0C\u8BF7\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id)\u3002]"),pe.push(O.join(`
29
+ `))}pe.length>0&&(H=pe.join(`
30
30
 
31
- `)),pe.length>0&&(ie=[...ie??[],...pe]);let we=re,Ke=b.plainText||re;n(`WPS received: kind=${b.kind}, session_key=${h.session_key}, preview=${Ke.substring(0,50)}`);try{let P=(a.allowFrom??[]).map(O=>Fn(String(O))),j=a.dmPolicy??"pairing",W=k&&(j==="pairing"||j==="allowlist")?await Yr({channelId:v,accountId:i,log:t}):[],q=Array.from(new Set([...P,...W]));if(k&&j==="disabled"){n(`Direct message denied by dmPolicy=disabled (accountId=${i}, sender=${_})`);return}if(k&&!jo(_,q,j)){if(n(`Sender ${_} not in allowFrom (policy: ${j})`),j==="pairing"&&s?.pairing){let O=s.pairing;if(O?.upsertPairingRequest&&O?.buildPairingReply){let{code:B,created:G}=await O.upsertPairingRequest({channel:v,accountId:i,id:_});if(B&&G){let $t=`${O.buildPairingReply({channel:v,idLine:`Your WPS user id: ${_}`,code:B})}
31
+ `)),ye.length>0&&(L=[...L??[],...ye]);let ve=H,et=w.plainText||H;r(`WPS received: kind=${w.kind}, session_key=${h.session_key}, preview=${et.substring(0,50)}`);try{let O=(a.allowFrom??[]).map(A=>Jr(String(A))),N=a.dmPolicy??"pairing",W=k&&(N==="pairing"||N==="allowlist")?await oi({channelId:T,accountId:i,log:t}):[],C=Array.from(new Set([...O,...W]));if(k&&N==="disabled"){r(`Direct message denied by dmPolicy=disabled (accountId=${i}, sender=${_})`);return}if(k&&!Ko(_,C,N)){if(r(`Sender ${_} not in allowFrom (policy: ${N})`),N==="pairing"&&s?.pairing){let A=s.pairing;if(A?.upsertPairingRequest&&A?.buildPairingReply){let{code:K,created:J}=await A.upsertPairingRequest({channel:T,accountId:i,id:_});if(K&&J){let jt=`${A.buildPairingReply({channel:T,idLine:`Your WPS user id: ${_}`,code:K})}
32
32
 
33
33
  For multi-account channels, approve with:
34
- openclaw pairing approve --channel ${v} --account ${i} ${B}`;await nt(c,E,$t)}}}return}if(!k){let O=a?.groupPolicy??"allowlist",B=a?.groups??{};if(O==="allowlist"&&!B[y]&&!B["*"]){n(`Group ${y} blocked by groupPolicy=allowlist`);return}}if(Ke.trim()==="/wpsxiezuo auth"){let{sendAuthCard:O}=await Promise.resolve().then(()=>(Bt(),zn)),{getLazyWpsCfg:B}=await Promise.resolve().then(()=>(tt(),ei));try{let G=y?"chat":"user",Ue=y||_;await O({creds:c,wpsCfg:B(),wpsUserId:_,receiverType:G,receiverId:Ue})||await nt(c,E,"\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(G){r("WPS /wpsxiezuo auth failed:",G),await nt(c,E,`\u6388\u6743\u5361\u7247\u53D1\u9001\u5931\u8D25\uFF1A${String(G)}`)}return}if(Ke.trim()==="/wps-id"||Ke.trim().startsWith("/wps-id ")){let O={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:k};await nt(c,E,`WPS id debug:
35
- ${JSON.stringify(O,null,2)}`);return}if(!s){n("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let A=s.reply,Te=s.routing,Ee="main",Y="",U=i;if(Te?.resolveAgentRoute){let O=Te.resolveAgentRoute({cfg:o,channel:v,accountId:i,peer:{kind:k?"direct":"group",id:h.session_key}});Ee=O.agentId,Y=O.sessionKey?.trim()??"",O.accountId&&(U=O.accountId,n(`WPS route account override: ${i} -> ${O.accountId}`))}let z=Y||h.session_key,hr=U;n(`WPS route: agentId=${Ee}, inboundSessionKey=${z}, accountId=${hr}`);let yr={Body:we,BodyForAgent:we,...oe.length>0?{MediaPath:oe[0],MediaType:ge[0],MediaPaths:oe,MediaTypes:ge}:{},RawBody:JSON.stringify({session:h,chatId:y,messageId:w,messageType:b.kind,plainText:b.plainText,attachments:b.attachments,...ie?{prefetchedMedia:ie}:{}}),CommandBody:we,From:J,To:k?`user:${_}`:`chat:${y}`,SessionKey:z,Label:z,ConversationLabel:z,DisplayName:z,SessionLabel:z,AccountId:hr,ChatType:k?"direct":"group",GroupId:void 0,SenderName:p.name??void 0,SenderId:_,Provider:v,Surface:"wps",Channel:v,Timestamp:l.send_time??Date.now(),OriginatingChannel:v,OriginatingFrom:`wps:${_}`,OriginatingTo:`wps:${c.clientId}`},gr=A.finalizeInboundContext?A.finalizeInboundContext(yr):yr,_t=null;if(y&&w)try{await yn(c,y,w),_t={kind:"reaction",chatId:y,messageId:w},n(`WPS thinking reaction added: chatId=${y}, messageId=${w}`)}catch(O){n(`WPS thinking reaction failed, falling back to text: ${String(O)}`);try{await nt(c,E,"\u6B63\u5728\u601D\u8003\u4E2D..."),_t={kind:"text-fallback"}}catch(B){n(`WPS thinking fallback text failed: ${String(B)}`)}}let wr=()=>async(O,B)=>{let G=O.text??"";if(!G)return;let Ue=G.trim();if(/Message:.*[\\/]openclaw-media[\\/].*failed/i.test(Ue)){n(`WPS deliver: suppressed media-failed noise: ${Ue.substring(0,80)}`);return}n(`WPS deliver: text length=${G.length}, preview=${G.substring(0,80)}`),!k&&y&&w?await Fo(c,y,w,G):await nt(c,E,G)};try{if(A.dispatchReplyWithBufferedBlockDispatcher)await A.dispatchReplyWithBufferedBlockDispatcher({ctx:gr,cfg:o,dispatcherOptions:{deliver:wr(),responsePrefix:"",humanDelay:A.resolveHumanDelayConfig?A.resolveHumanDelayConfig(o,Ee):void 0,onError:(O,B)=>{r(`WPS ${B.kind} reply error: ${String(O)}`)}}}),n("WPS: agent dispatch completed");else if(A.dispatchReplyFromConfig&&A.createReplyDispatcherWithTyping){let O=A.resolveHumanDelayConfig?A.resolveHumanDelayConfig(o,Ee):void 0,{dispatcher:B,replyOptions:G,markDispatchIdle:Ue}=A.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:O,deliver:wr(),onError:($t,zi)=>{r(`WPS ${zi.kind} reply error: ${String($t)}`)}});try{await A.dispatchReplyFromConfig({ctx:gr,cfg:o,dispatcher:B,replyOptions:G})}finally{Ue()}n("WPS: agent dispatch completed (fallback path)")}else n("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}finally{_t?.kind==="reaction"&&(await gn(c,_t.chatId,_t.messageId,t),n("WPS thinking reaction removed"))}}catch(P){r("WPS async inbound error:",P)}}tt();Ve();wt();import{createHash as Bo}from"node:crypto";function Go(e){return Bo("sha256").update(e).digest("hex")}var di=20*1024*1024;function Hn(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"))}function Ho(e,t){let n={};for(let[o,i]of Object.entries(e)){if(typeof i!="string")continue;let s=o.trim();if(!s)continue;let a=s.toLowerCase();a==="content-length"||a==="transfer-encoding"||(n[s]=i)}return Object.keys(n).some(o=>o.trim().toLowerCase()==="content-type")||(n["Content-Type"]=t),n}async function Kn(e,t,n,r,o){let i=o?.info??console.log,s=o?.error??console.error,a=r.byteLength;if(a===0)throw new Error("upload content is empty");if(a>di)throw new Error(`file too large: ${a} bytes (max ${di})`);let c=Go(r);i(`[upload] phase1 start: fileName=${t} fileType=${n} size=${a} checksum=${c.substring(0,16)}\u2026`);let l=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:t,file_size:a,file_type:n,checksum:c}}),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 f=u.upload_entry;f&&i(`[upload] upload_entry keys: [${Object.keys(f)}]`);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():f&&typeof f.url=="string"&&f.url.trim()?f.url.trim():null,h=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(!h)throw new Error(`upload phase 1 did not return a storage_key: keys=${JSON.stringify(Object.keys(u))}`);i(`[upload] phase1 ok: storageKey=${h.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let g=f&&typeof f.headers=="object"&&f.headers&&Object.keys(f.headers).length>0,_=Ho(g?f.headers:{},n);i(`[upload] phase2 PUT headers: ${JSON.stringify(_)}`);let y=await fetch(m,{method:"PUT",headers:_,body:r});if(!y.ok){let w=await y.text().catch(()=>"");throw s(`[upload] phase2 PUT failed: HTTP ${y.status} body=${w.substring(0,300)}`),new Error(`upload phase 2 PUT failed: HTTP ${y.status} ${w.substring(0,200)}`)}return i(`[upload] phase2 PUT ok: HTTP ${y.status} storageKey=${h.substring(0,20)}\u2026`),{storage_key:h,file_name:t,file_size:a}}function Gn(e){return e.data??null}function Gt(e){return{error:e instanceof Error?e.message:String(e)}}function te(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function Ko(e,t){let n=e[t];if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} is required and must be a finite number`)}function Jo(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number when provided`)}}function Jn(e,t,n){let r=n?.info??(()=>{}),o=n?.error??(()=>{});t({name:"wps_media_download",description:"Obtain a pre-signed download URL for a message attachment or resource (GET /v7/chats/{chat_id}/messages/{message_id}/resources/{storage_key}/download). Use storage_key from inbound message attachments (WPS cloud). Do NOT use the generic read() tool with the attachment display filename \u2014 that file is not on the OpenClaw workspace disk. The returned data typically includes a short-lived URL for HTTP GET.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat id containing the message."},message_id:{type:"string",description:"Message id that owns the resource."},storage_key:{type:"string",description:"Resource storage key from the message."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=encodeURIComponent(te(s,"chat_id")),c=encodeURIComponent(te(s,"message_id")),l=encodeURIComponent(te(s,"storage_key")),d=await e.request({method:"GET",path:`/v7/chats/${a}/messages/${c}/resources/${l}/download`});return Gn(d)}catch(a){return Gt(a)}}}),t({name:"wps_media_fetch_base64",description:"Fetch attachment bytes from WPS and return base64 (no shell/exec required). It internally calls the WPS media download endpoint, follows the pre-signed URL, and returns `{ mime_type, size, base64 }`. Use this when you need OCR or image understanding in-tool; do NOT call exec/curl manually.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat id containing the message."},message_id:{type:"string",description:"Message id that owns the resource."},storage_key:{type:"string",description:"Resource storage key from the message."},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=encodeURIComponent(te(s,"chat_id")),c=encodeURIComponent(te(s,"message_id")),l=encodeURIComponent(te(s,"storage_key")),d=Jo(s,"max_bytes")??5*1024*1024;if(d<=0)throw new Error("max_bytes must be positive");r(`[tool:wps_media_fetch_base64] start: chatId=${decodeURIComponent(a)} msgId=${decodeURIComponent(c)} sk=${decodeURIComponent(l).substring(0,20)}\u2026`);let p=await e.request({method:"GET",path:`/v7/chats/${a}/messages/${c}/resources/${l}/download`}),u=Gn(p),f=mn(u),m=await fetch(f);if(!m.ok)throw new Error(`download url request failed: HTTP ${m.status}`);let h=Number(m.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>d)throw new Error(`attachment too large: ${h} bytes > max_bytes=${d}`);let g=m.headers.get("content-type")??"application/octet-stream",_=new Uint8Array(await m.arrayBuffer());if(_.byteLength>d)throw new Error(`attachment too large after download: ${_.byteLength} bytes > max_bytes=${d}`);return r(`[tool:wps_media_fetch_base64] ok: ${g} ${_.byteLength}B`),{chat_id:decodeURIComponent(a),message_id:decodeURIComponent(c),storage_key:decodeURIComponent(l),mime_type:g,size:_.byteLength,base64:Buffer.from(_).toString("base64")}}catch(a){return o("[tool:wps_media_fetch_base64] error:",a),Gt(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=te(s,"file_name"),c=Ko(s,"file_size"),l=te(s,"file_type"),d=te(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 Gn(p)}catch(a){return Gt(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 }. After getting storage_key, use wps_message_send(receiver_type, receiver_id, msg_type=image, content JSON with storage_key) to send to the current WPS chat or user.",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=te(s,"file_name"),c=te(s,"file_type"),l=te(s,"base64"),d=Buffer.from(l,"base64");r(`[tool:wps_media_upload_base64] start: ${a} ${c} ${d.byteLength}B`);let{storage_key:p,file_name:u,file_size:f}=await Kn(e,a,c,d);return r(`[tool:wps_media_upload_base64] ok: storage_key=${p.substring(0,20)}\u2026 ${u} ${f}B`),{storage_key:p,file_name:u,file_size:f}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),Gt(a)}}})}wt();var ts={Debug:0,Info:1,Warn:2,Error:3},rt=null;function li(e){rt=e}function ns(){if(!rt)throw new Error("WPS plugin runtime not initialized");return rt}var Kt="wps",ci={id:v,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[v,Kt,"wps365"],order:70};function Jt(e){let t=e.channels;if(t)return t[v]??t[Kt]}function Oe(e){return ln(Jt(e))}function rs(){let e=Ht.join(Zo(),".openclaw","openclaw.json");if(!Xo(e))return null;try{let t=Vo(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function Xn(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(Oe(t)).length>0)return t;let n=rt?.config&&typeof rt.config=="object"?rt.config:null;if(n&&Object.keys(Oe(n)).length>0)return n;let r=rs();return r&&Object.keys(Oe(r)).length>0?r:t??n??r??{}}function V(e){return cn(Jt(e))}function ne(e,t){let n=Oe(e);return n[t]??n[V(e)]??n[Pe]}function is(e,t=Pe){let n=ne(e,t);return{accountId:t,enabled:n?.enabled!==!1,configured:!!de(n),config:n??{enabled:!1}}}function Vn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function os(e){return e.trim().length>0}function pi(e){if(e.startsWith("user:"))return{type:"user",id:e.slice(5)};if(e.startsWith("chat:"))return{type:"chat",id:e.slice(5)};if(e.startsWith("wps:")||e.startsWith("wps-xiezuo:")){let t=e.match(/:group:([^:]+)/);if(t)return{type:"chat",id:t[1]};let n=e.match(/:p2p:([^:]+)/);if(n)return{type:"user",id:n[1]};let r=e.split(":");if(r.length===2)return{type:"user",id:r[1]};let o=r[2]??r[1],i=r[3]??r[2];return{type:o==="group"?"chat":"user",id:i??r[r.length-1]??e}}return{type:"user",id:e}}async function Yn(e,t,n){let r=N(e),o=M(e.baseUrl,r),i=pi(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:n,type:"markdown"}}}})).data?.message_id??""}}var Zn={id:v,meta:{...ci,aliases:[...ci.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${v}`,`channels.${Kt}`]},configSchema:Rr(dn),messaging:{normalizeTarget:e=>e.trim(),targetResolver:{hint:"WPS target: user_id or chat_id (obfuscated string, case-sensitive)",looksLikeId:e=>e.trim().length>0}},config:{listAccountIds:e=>{let t=Xn(e),n=Object.keys(Oe(t));return n.length>0?n:[Pe]},resolveAccount:e=>{let t=Xn(e);return is(t,V(t))},defaultAccountId:e=>{let t=Xn(e);return V(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[v]:{...Jt(e),accounts:{...Oe(e),[V(e)]:{...ne(e,V(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},n={...t.channels},r=Jt(e);if(r){let o=V(e),i={...Oe(e)};delete i[o],n[v]={...r,accounts:i}}else delete n[v],delete n[Kt];return t.channels=Object.keys(n).length>0?n:void 0,t},isConfigured:(e,t)=>!!de(ne(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e})=>{let t=e;return ne(t,V(t))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>Vn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,n=V(t),r=ne(t,n);return{policy:r?.dmPolicy??"pairing",allowFrom:r?.allowFrom??[],policyPath:`channels.${v}.accounts.${n}.dmPolicy`,allowFromPath:`channels.${v}.accounts.${n}.allowFrom`,approveHint:Cr(v),normalizeEntry:Vn}},collectWarnings:({cfg:e})=>{let t=[],n=Oe(e);for(let[r,o]of Object.entries(n))o.dmPolicy==="open"&&t.push(`- WPS account '${r}' DMs are open to anyone. Set channels.${v}.accounts.${r}.dmPolicy="pairing" or "allowlist" for security.`),(o.groupPolicy??"allowlist")==="open"&&t.push(`- WPS account '${r}' groups: groupPolicy="open" allows any group to trigger. Set channels.${v}.accounts.${r}.groupPolicy="allowlist".`);return t}},pairing:{idLabel:"wpsUserId",normalizeAllowEntry:Vn,notifyApproval:async({cfg:e,id:t})=>{let n=e,r=ne(n,V(n)),o=de(r);if(!o)throw new Error("WPS credentials not configured");await Yn(o,`user:${t}`,"Your pairing request has been approved. You can now chat with this bot.")}},groups:{resolveRequireMention:({cfg:e,groupId:t})=>{let n=e,r=ne(n,V(n));return!r?.groups||!t?!0:(r.groups[t]??r.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>ns().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let n=e?.trim()??"";if(n&&os(n))return{ok:!0,to:n};let r=t?.[0];return r?{ok:!0,to:String(r).trim()}:{ok:!1,error:new Error("WPS target is required (user_id or chat_id)")}},sendText:async({cfg:e,to:t,text:n})=>{let r=e,o=ne(r,V(r)),i=de(o);if(!i)throw new Error("WPS credentials not configured");return Yn(i,t,n)},sendMedia:async({cfg:e,to:t,mediaUrl:n,mimeType:r})=>{let o=e,i=ne(o,V(o)),s=de(i);if(!s)throw new Error("WPS credentials not configured");let a=N(s),c=M(s.baseUrl,a),l=pi(t),d=(n??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let p,u,f=(r??"").trim()||"application/octet-stream",m=null;if(Hn(d)){let _=await Yo(d),y=Ht.basename(d)||"attachment";if(p=/^[0-9a-f]{8}_/.test(y)?y.substring(9):y,!(r??"").trim()){let b=Ht.extname(p).toLowerCase();f={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".bmp":"image/bmp"}[b]??"application/octet-stream"}f.startsWith("image/")&&(m=Ar(_),console.log(`[${v}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${p}`)),u=_.byteLength,d=(await Kn(c,p,f,_)).storage_key}let g=f.startsWith("image/")?{type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,...f.startsWith("image/")?{type:f}:{},...p?{name:p}:{},...u!==void 0?{size:u}:{},...m?{width:m.width,height:m.height}:{}}}}:{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}:{}}}}};return c.request({method:"POST",path:"/v7/messages/create",body:g})}},status:{defaultRuntime:{accountId:Pe,running:!1,lastStartAt:null,lastStopAt:null,lastError:null},collectStatusIssues:e=>e.flatMap(t=>{let n=[];return t.enabled&&!t.configured&&n.push({channel:v,accountId:t.accountId,kind:"config",message:"WPS credentials not configured (appId and appSecret required).",fix:`Set channels.${v}.accounts.${t.accountId}.appId and channels.${v}.accounts.${t.accountId}.appSecret.`}),n}),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=de(e.config);if(!t)return{ok:!1,error:"Not configured"};try{return{ok:!0,token:(await N(t).getToken()).substring(0,8)+"..."}}catch(n){return{ok:!1,error:String(n)}}},buildAccountSnapshot:({account:e,runtime:t,probe:n})=>({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:n})},gateway:{startAccount:async e=>{let t=ne(e.cfg,e.accountId);if(!t?.enabled){e.log?.info?.(`[${e.accountId}] WPS provider disabled`);return}let n=de(t);if(!n){e.log?.error?.(`[${e.accountId}] WPS credentials not configured`);return}let r=async()=>{},o=a=>{Bn({cfg:e.cfg,accountId:e.accountId,channelRuntime:e.channelRuntime??void 0,wpsCfg:t,creds:n,eventPayload:a,log:e.log}).catch(c=>e.log?.error?.("WPS inbound handler error:",c))},i=!1;if(t.sdk?.enabled)try{let a=Qo,c=es,l=ts,p={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,u=new c().onV7AppChatMessageCreate(async g=>{try{let _=g.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${n.clientId}] message: chat_id=${_.chat.id}, message_id=${_.message.id}`);let y=Lr(_);o(y)}catch(_){e.log?.error?.("WPS SDK message handler error:",_)}}).onV7AppGroupChatMemberRobotCreate(async g=>{let _=g.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${_.chat_id}`),t.robotJoinGroupMessage!==void 0){let y=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=N(n);await M(n.baseUrl,w).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:_.chat_id},content:{text:{content:y,type:"markdown"}}}})}catch(w){e.log?.error?.("WPS welcome message failed:",w)}}}).onV7AppGroupChatMemberRobotDelete(async g=>{e.log?.info?.(`[WPS SDK] robot left group: chat_id=${g.parsedData.chat_id}`)}).registerFallbackFunc(g=>{let _=null;if(g.parsedData&&typeof g.parsedData=="object")_=g.parsedData;else if(typeof g.data=="string"&&g.data)try{_=JSON.parse(g.data)}catch{}let y=_?Object.keys(_).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${g.eventCode}, keys=${y}`),_&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(_).slice(0,500)}`),_){let w=typeof _.code=="string"?_.code:typeof _.authorization_code=="string"?_.authorization_code:void 0,b=typeof _.state=="string"?_.state:void 0;if(w){let k=typeof _.user_id=="string"?_.user_id:void 0;e.log?.info?.(`[WPS SDK] Auth code detected: eventCode=${g.eventCode}, code=${w.slice(0,8)}..., state=${b??"(none)"}, userId=${k??"(none)"}`),(async()=>{try{let{handleAuthEvent:E}=await Promise.resolve().then(()=>(Bt(),zn));await E({code:w,state:b??"",creds:n,wpsCfg:t,log:e.log,userId:k})}catch(E){e.log?.error?.(`[WPS SDK] Auth event handling failed: ${String(E)}`)}})()}}}),f=new a(Fr({appId:n.clientId,appSecret:n.clientSecret,dispatcher:u,logLevel:p,endpoint:t.sdk.endpoint},t.sdk));f.start().catch(g=>{e.log?.error?.("WPS SDK client.run ended:",g)});let m=t.sdk.connectTimeoutMs??2e4,h=Date.now()+m;for(;Date.now()<h&&!f.isConnected();)await new Promise(g=>setTimeout(g,150));if(f.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let g=()=>f.stop();e.abortSignal.addEventListener("abort",g),r=async()=>{e.abortSignal.removeEventListener("abort",g),f.stop()}}else f.stop(),e.log?.warn?.(`[WPS SDK] connect timeout (${m}ms), falling back to Webhook`)}catch(a){e.log?.warn?.(`[WPS SDK] init failed: ${String(a)}, falling back to Webhook`)}if(!i){let a=await import("express"),c=(a.default||a)();c.use(a.json());let l=t.webhook?.port??3e3,d=t.webhook?.path??"/wps/webhook",p=t.enableEncryption!==!1;c.post(d,(f,m)=>{let h=zr(f.body,{appId:n.clientId,appSecret:n.clientSecret},p,e.log);if("challenge"in h){m.status(200).json({challenge:h.challenge});return}if(!h.ok){let g=h.status??200;g===200?m.status(200).json({code:0,msg:"ok"}):m.status(g).json({code:-1,msg:h.error});return}m.status(200).json({code:0,msg:"ok"}),o(h.payload)});let u=c.listen(l,()=>{e.log?.info?.(`[${e.accountId}] WPS webhook listening on :${l}${d}`)});r=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=N(n),c=M(n.baseUrl,a);Nn(c,e.log,t,n),pn({appId:n.clientId,appSecret:n.clientSecret,baseUrl:n.baseUrl}),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let d=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(n.clientId)}`})).data?.scopes??[]).filter(p=>p.auth_types?.includes("delegated")).map(p=>({name:p.name??"",description:p.description??""})).filter(p=>p.name);zt(d),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${d.map(p=>p.name).join(", ")||"(none)"}`)}catch(l){zt([]);let d=String(l);d.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: ${d}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return qr(e.abortSignal,r)}},onboarding:{channel:v,getStatus:async({cfg:e})=>{let t=e,n=ne(t,V(t)),r=!!de(n);return{channel:v,configured:r,statusLines:[`WPS: ${r?"configured":"needs appId and appSecret"}`],selectionHint:r?"configured":"needs credentials",quickstartScore:r?2:1}},configure:async({cfg:e})=>({cfg:e})},agentPrompt:{messageToolHints:e=>["- WPS targeting: omit `target` to reply in the current conversation (auto-inferred by the framework). 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>`.","- WPS supports `send` action for proactive messaging. The `to` parameter is required for `action=send` (e.g. `user:<user_id>` or `chat:<chat_id>`)."]},actions:{describeMessageTool:()=>({actions:["send"]}),handleAction:async e=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let t=e.params.to??e.params.target??e.params.receiver_id,n=e.params.message??e.params.text??e.params.content,r=e.params.media,o=e.cfg,i=ne(o,V(o)),s=de(i);if(!s)throw new Error("WPS credentials not configured");let a=t&&typeof t=="string"&&t.trim()?t.trim():"";if(r&&typeof r=="string"&&r.trim()){let l=r.trim();if(Hn(l)){if(!a)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await Zn.outbound.sendMedia({cfg:e.cfg,to:a,mediaUrl:l,mimeType:void 0}),{text:`Media sent (${Ht.basename(l)||"attachment"})`}}}if(!a)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!n||typeof n!="string"||!n.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await Yn(s,a,n.trim())).messageId})`}}}};tt();function Xt(e){return e.data??null}function Vt(e){return{error:e instanceof Error?e.message:String(e)}}function le(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function Qn(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function ss(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function ui(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function as(e,t){if(e==="text"){try{let r=JSON.parse(t);if(r&&typeof r=="object"&&"text"in r)return{type:"text",content:r}}catch{}return{type:"text",content:{text:{content:t,type:"markdown"}}}}let n=ui(t);if(typeof n!="object"||n===null)throw new Error(`content for ${e} must be a JSON object (message content subtree)`);return e==="rich_text"?{type:"rich_text",content:n}:{type:"image",content:n}}function er(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/file: first call wps_media_upload_base64 for storage_key, then msg_type='image' or 'file' with the matching content JSON. Note: cloud documents (type=cloud) cannot be forwarded via this API; to share a cloud doc, reply with the link URL in a text message instead.`,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:{}}},required:["receiver_type","receiver_id","msg_type","content"]},async execute(n,r){try{let o=le(r,"receiver_type");if(o!=="user"&&o!=="chat")throw new Error("receiver_type must be 'user' or 'chat'");let i=le(r,"receiver_id"),s=le(r,"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=le(r,"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={type:s,receiver:{type:o,receiver_id:i},content:c},d=r.mentions;if(d!==void 0){if(!Array.isArray(d))throw new Error("mentions must be an array when provided");l.mentions=d}let p=await e.request({method:"POST",path:"/v7/messages/create",body:l});return Xt(p)}catch(o){return Vt(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:"Chat session id."},message_id:{type:"string",description:"Message id to reply to."},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(n,r){try{let o=encodeURIComponent(le(r,"chat_id")),i=encodeURIComponent(le(r,"message_id")),s=le(r,"msg_type");if(s!=="text"&&s!=="rich_text"&&s!=="image")throw new Error("msg_type must be text, rich_text, or image");let a=le(r,"content"),c=as(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return Xt(l)}catch(o){return Vt(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:"Chat session id."},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(n,r){try{let o=encodeURIComponent(le(r,"chat_id")),i=Qn(r,"start_time"),s=Qn(r,"end_time"),a=Qn(r,"page_size")??50,c=ss(r,"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 Xt(d)}catch(o){return Vt(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:"Chat session id."},message_id:{type:"string",description:"Message id."}},required:["chat_id","message_id"]},async execute(n,r){try{let o=encodeURIComponent(le(r,"chat_id")),i=encodeURIComponent(le(r,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return Xt(s)}catch(o){return Vt(o)}}})}function _i(e){return e.data??null}function fi(e){return{error:e instanceof Error?e.message:String(e)}}function ds(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function cs(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function ls(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}var ps=["active"],us=["user_name","email","phone"],_s=["company_user"],fs=50;function tr(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(n,r){try{let o=await e.request({method:"GET",path:"/v7/users/current"});return _i(o)}catch(o){return fi(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(n,r){try{let o=ds(r,"keyword"),i=cs(r,"page_size")??fs,s=ls(r,"page_token"),a={keyword:o,status:[...ps],search_field:[...us],search_source:[..._s],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return _i(c)}catch(o){return fi(o)}}})}function Tt(e){return e.data??null}function it(e){return{error:e instanceof Error?e.message:String(e)}}function Et(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function mi(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function nr(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}var hi=50;function ms(e,t){let n=e[t];if(!Array.isArray(n)||n.length===0)throw new Error(`${t} must be a non-empty array of user id strings`);let r=[];for(let o=0;o<n.length;o++){let i=n[o];if(typeof i!="string"||!i.trim())throw new Error(`${t}[${o}] must be a non-empty string`);r.push(i.trim())}return r}function rr(e,t="user"){return{id:e,type:t}}var Yt=null;async function hs(e){if(Yt)return Yt;let n=(await e.request({method:"GET",path:"/v7/users/current"})).data;if(!n||typeof n.id!="string"||!n.id.trim())throw new Error("Cannot retrieve current operator identity from /v7/users/current. Ensure the app has kso.user_base.read permission.");return Yt={id:n.id.trim(),type:"user"},Yt}function ir(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(n,r){try{let o=Et(r,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=ms(r,"member_ids"),s,a={type:o};if(o==="group"){let l=await hs(e),d=new Set;s=[],d.add(l.id),s.push(rr(l.id));for(let u of i)d.has(u)||(s.push(rr(u)),d.add(u));a.owner_id=l.id;let p=nr(r,"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=>rr(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return Tt(c)}catch(o){return it(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(n,r){try{let o=mi(r,"page_size")??hi,i=nr(r,"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 Tt(a)}catch(o){return it(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:"Chat session id."}},required:["chat_id"]},async execute(n,r){try{let o=encodeURIComponent(Et(r,"chat_id")),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return Tt(i)}catch(o){return it(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(n,r){try{let o=encodeURIComponent(Et(r,"chat_id")),i=mi(r,"page_size")??hi,s=nr(r,"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 Tt(c)}catch(o){return it(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(n,r){try{let o=encodeURIComponent(Et(r,"chat_id")),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return Tt(i)}catch(o){return it(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(n,r){try{let o=Et(r,"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 it(o)}}})}Ve();tt();jt();Bt();async function me(e){let t=ht(e.wpsUserId);if(t){let i=Lt(),s=fn(i.baseUrl,t);return await e.run(s)}let n=Mn(),r=Lt(),o=et();try{await Ln({creds:r,wpsCfg:n,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage})}catch(i){o?.error?.(`[${e.logTag}] Failed to send auth card: ${String(i)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var yi=31*24*60*60*1e3,ys=100,gi=200,wi=50,bi=100;function L(e){return{error:e instanceof Error?e.message:String(e)}}function T(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function x(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function ot(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function st(e,t){let n=e[t];if(n!=null){if(typeof n=="boolean")return n;if(n==="true"||n==="false")return n==="true";throw new Error(`${t} must be a boolean`)}}function gs(e,t){let n=e[t];if(n==null)throw new Error(`${t} is required and must be a finite number`);if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}function Zt(e,t){let n=new Date(t.trim());if(Number.isNaN(n.getTime()))throw new Error(`${e} must be a valid RFC3339 / ISO 8601 datetime string`);return n}function at(e){return e.toISOString()}function or(e){let t=e.now??new Date,n,r,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(n=Zt("start_time",e.startRfc),r=Zt("end_time",e.endRfc)):o?(n=Zt("start_time",e.startRfc),r=new Date(n.getTime()+14*86400*1e3)):i?(r=Zt("end_time",e.endRfc),n=new Date(r.getTime()-14*86400*1e3)):(n=new Date(t.getTime()-86400*1e3),r=new Date(t.getTime()+14*86400*1e3)),r.getTime()<n.getTime())throw new Error("end_time must be >= start_time (RFC3339 range)");return r.getTime()-n.getTime()>yi&&(r=new Date(n.getTime()+yi)),{start:n,end:r}}function ws(e){let{start:t,end:n}=or({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),r={start_time:at(t),end_time:at(n)},o=e.pageSize??30;return r.page_size=Math.max(1,Math.min(500,Math.trunc(o))),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(r.page_token=e.pageToken.trim()),r}function bs(e){let{start:t,end:n}=or({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:at(t),end_time:at(n)}}function Is(e){let t={},n=e.pageSize??30;if(t.page_size=Math.max(1,Math.min(500,Math.trunc(n))),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:r,end:o}=or({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=at(r),t.end_time=at(o),t}function Ss(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 Ie(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function xs(e,t){return`${Ie(e,t)}/respond`}function sr(e,t){return`${Ie(e,t)}/attendees`}function ks(e,t){return`${sr(e,t)}/batch_create`}function vs(e,t){return`${sr(e,t)}/batch_delete`}function Ts(e,t){return`${Ie(e,t)}/meeting_rooms`}function Es(e,t){return`${Ie(e,t)}/meeting_rooms/batch_create`}function Ps(e,t){return`${Ie(e,t)}/meeting_rooms/batch_delete`}function Ii(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((n,r)=>{if(typeof n!="string")throw new Error(`room_ids[${r}] must be a string`);let o=n.trim();if(!o)throw new Error(`room_ids[${r}] must be non-empty`);return o});if(t.length>bi)throw new Error(`room_ids length must be <= ${bi}`);return{room_ids:t}}function Os(e){let t=e.pageSize??30,r={page_size:Math.max(1,Math.min(ys,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(r.page_token=e.pageToken.trim()),r}function Ae(e){let t=x(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let n=t.trim();if(n!=="internal"&&n!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":n}}async function H(e,t,n){try{return await me({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:n})}catch(r){return L(r)}}function ar(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=T(i,"summary"),a=T(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():Ss(a),d=x(i,"description"),p=x(i,"location"),u=x(i,"wps_user_id")??"";return u?await H(u,s,async f=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),p&&(m.locations=[{name:p}]);let h=await f.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return h.data??h}):L(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return L(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=T(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=ot(i,"page_size"),d=x(i,"page_token"),p=st(i,"with_cancelled"),u=x(i,"sync_token"),f=x(i,"anchor_time");return await H(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let h=Is({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:p,syncToken:u,anchorTime:f}),g=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:h});return g.data??g})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary";return await H(s,"\u67E5\u8BE2\u65E5\u7A0B\u8BE6\u60C5",async l=>{let d=await l.request({method:"GET",path:Ie(c,a),headers:Ae(i)});return d.data??d})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary",l=ot(i,"page_size"),d=x(i,"page_token");return await H(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async p=>{let u=Os({pageSize:l,pageToken:d}),f=await p.request({method:"GET",path:sr(c,a),query:u,headers:Ae(i)});return f.data??f})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary",l=st(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>gi)throw new Error(`attendees length must be <= ${gi}`);let p=d.map((u,f)=>{if(typeof u!="object"||u===null||Array.isArray(u))throw new Error(`attendees[${f}] must be an object`);let m=u,h={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${f}].type must be a non-empty string when provided`);h.type=m.type.trim()}if(m.user_id!==void 0){if(typeof m.user_id!="string"||!m.user_id.trim())throw new Error(`attendees[${f}].user_id must be a non-empty string when provided`);h.user_id=m.user_id.trim()}if(m.third_party_email!==void 0){if(typeof m.third_party_email!="string"||!m.third_party_email.trim())throw new Error(`attendees[${f}].third_party_email must be a non-empty string when provided`);h.third_party_email=m.third_party_email.trim()}if(m.is_optional!==void 0){if(typeof m.is_optional!="boolean")throw new Error(`attendees[${f}].is_optional must be a boolean when provided`);h.is_optional=m.is_optional}if(m.response_status!==void 0){if(typeof m.response_status!="string"||!m.response_status.trim())throw new Error(`attendees[${f}].response_status must be a non-empty string when provided`);h.response_status=m.response_status.trim()}if(Object.keys(h).length===0)throw new Error(`attendees[${f}] must contain at least one valid field`);return h});return await H(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async u=>{let f={attendees:p};l!==void 0&&(f.is_notification=l);let m=await u.request({method:"POST",path:ks(c,a),body:f,headers:Ae(i)});return m.data??m})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary";return await H(s,"\u83B7\u53D6\u65E5\u7A0B\u4F1A\u8BAE\u5BA4\u5217\u8868",async l=>{let d=await l.request({method:"GET",path:Ts(c,a),headers:Ae(i)});return d.data??d})}catch(s){return L(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=T(i,"wps_user_id"),a=T(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=Ii(l);return await H(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:Es(c,a),body:d,headers:Ae(i)});return u.data??u})}catch(s){return L(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=T(i,"wps_user_id"),a=T(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=Ii(l);return await H(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:Ps(c,a),body:d,headers:Ae(i)});return u.data??u})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary",l=st(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((h,g)=>{if(typeof h!="string"||!h.trim())throw new Error(`attendee_ids[${g}] must be a non-empty string`);return h.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 f=u.map((h,g)=>{if(typeof h!="object"||h===null||Array.isArray(h))throw new Error(`attendees[${g}] must be an object`);let _=h,y={};if(_.type!==void 0){if(typeof _.type!="string"||!_.type.trim())throw new Error(`attendees[${g}].type must be a non-empty string when provided`);y.type=_.type.trim()}if(_.user_id!==void 0){if(typeof _.user_id!="string"||!_.user_id.trim())throw new Error(`attendees[${g}].user_id must be a non-empty string when provided`);y.user_id=_.user_id.trim()}if(_.third_party_email!==void 0){if(typeof _.third_party_email!="string"||!_.third_party_email.trim())throw new Error(`attendees[${g}].third_party_email must be a non-empty string when provided`);y.third_party_email=_.third_party_email.trim()}if(Object.keys(y).length===0)throw new Error(`attendees[${g}] must contain at least one valid field`);return y});if((p?.length??0)+f.length>wi)throw new Error(`attendee_ids.length + attendees.length must be <= ${wi}`);return await H(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async h=>{let g={attendees:f};p&&p.length>0&&(g.attendee_ids=p),l!==void 0&&(g.is_notification=l);let _=await h.request({method:"POST",path:vs(c,a),body:g,headers:Ae(i)});return _.data??_})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary",l=T(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=T(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(gs(i,"which_day_time"));return await H(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async u=>{let f=await u.request({method:"POST",path:xs(c,a),body:{mod_type:l,response_status:d,which_day_time:p}});return f.data??f})}catch(s){return L(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=T(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=ot(i,"page_size"),p=x(i,"page_token");return await H(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async u=>{let f=ws({startRfc:c,endRfc:l,pageSize:d,pageToken:p}),m=await u.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:f});return m.data??m})}catch(s){return L(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=T(i,"wps_user_id"),a=T(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"start_time"),d=x(i,"end_time");return await H(s,"\u67E5\u8BE2\u5355\u6761\u65E5\u7A0B\u5B9E\u4F8B",async p=>{let u=bs({startRfc:l,endRfc:d}),f=await p.request({method:"GET",path:`${Ie(c,a)}/event_instances`,query:u});return f.data??f})}catch(s){return L(s)}}});let n=100,r=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=T(i,"wps_user_id"),a=T(i,"keyword");if(a.length>n)throw new Error(`keyword must be at most ${n} characters`);let c=x(i,"calendar_id")??"primary",l=ot(i,"page_size"),d=x(i,"page_token");return await H(s,"\u641C\u7D22\u65E5\u7A0B",async p=>{let u={keyword:a},f=l??200;u.page_size=Math.max(1,Math.min(r,Math.trunc(f))),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:Ae(i)});return m.data??m})}catch(s){return L(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=T(i,"wps_user_id"),a=T(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=ot(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 f=x(i,"attendee_ability");if(f!==void 0&&f!=="can_see_others"&&f!=="can_invite_others")throw new Error("attendee_ability must be can_see_others or can_invite_others");return await H(s,"\u4FEE\u6539\u65E5\u7A0B",async m=>{let h={},g=x(i,"summary");g!==void 0&&(h.summary=g);let _=x(i,"description");_!==void 0&&(h.description=_);let y=x(i,"start_time");y!==void 0&&(h.start_time={datetime:y});let w=x(i,"end_time");w!==void 0&&(h.end_time={datetime:w});let b=x(i,"location");b!==void 0&&(h.locations=[{name:b}]),p!==void 0&&(h.free_busy_status=p),u!==void 0&&(h.visibility=u),f!==void 0&&(h.attendee_ability=f),l!==void 0&&(h.mod_type=l),d!==void 0&&(h.which_day_time=Math.trunc(d));let k=st(i,"is_notification");k!==void 0&&(h.is_notification=k);let E=st(i,"is_reinvition");E!==void 0&&(h.is_reinvition=E);let J=i.reminders;Array.isArray(J)&&(h.reminders=J.slice(0,10).map(ie=>{let oe=ie;return{minutes:typeof oe.minutes=="number"?Math.trunc(oe.minutes):0}}));let re=await m.request({method:"POST",path:`${Ie(c,a)}/update`,body:h});return re.data??re})}catch(s){return L(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=T(i,"wps_user_id"),a=T(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=ot(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=st(i,"is_notification");return await H(s,"\u5220\u9664\u65E5\u7A0B",async u=>{let f={};p!==void 0&&(f.is_notification=p),l!==void 0&&(f.mod_type=l),d!==void 0&&(f.which_day_time=Math.trunc(d));let m=await u.request({method:"POST",path:`${Ie(c,a)}/delete`,body:f});return m.data??m})}catch(s){return L(s)}}})}var As="/v7/todo/personal_tasks",$s="/v7/todo/personal_tasks/batch_get";function Qt(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function Rs(e){return`${Qt(e.trim())}/update`}function Cs(e){return`${Qt(e.trim())}/update_status`}var Si=100,qs=20,Ds=50;function ct(e){return{error:e instanceof Error?e.message:String(e)}}function Se(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function K(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function We(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function Us(e,t){let n=e[t];if(n==null)return;if(!Array.isArray(n))throw new Error(`${t} must be an array of strings`);let r=n.map(o=>String(o).trim()).filter(Boolean);return r.length>0?r:void 0}function Ns(e,t){let n=e[t];if(n==null)return;if(!Array.isArray(n))throw new Error(`${t} must be an array of objects with name and value`);let r=[];for(let o of n){if(typeof o!="object"||o===null)continue;let i=o;typeof i.name!="string"||typeof i.value!="string"||r.push({name:i.name.trim(),value:i.value})}return r.length>0?r:void 0}function js(e,t){let n=K(e,t);if(!(n===void 0||n.trim()===""))try{let r=JSON.parse(n);if(typeof r!="object"||r===null||Array.isArray(r))throw new Error(`${t} must be a JSON object`);return r}catch(r){throw r instanceof SyntaxError?new Error(`${t} must be valid JSON`):r}}function dt(e){let t=K(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let n=t.trim();if(n!=="internal"&&n!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":n}}function Ms(e){let t=e.titleSubject.trim();if(!t)throw new Error("title_subject must be non-empty");let n={subject:t};e.titlePrefix!==void 0&&e.titlePrefix.trim()!==""&&(n.prefix=e.titlePrefix.trim());let r={title:n};if(e.description!==void 0&&e.description.trim()!==""&&(r.description=e.description.trim()),e.dueTimeMs!==void 0){if(!Number.isFinite(e.dueTimeMs))throw new Error("due_time_ms must be a finite number");r.due_time=Math.trunc(e.dueTimeMs)}if((e.status==="todo"||e.status==="finish")&&(r.status=e.status),e.executors!==void 0&&e.executors.length>0){if(e.executors.length>Si)throw new Error(`executors must have at most ${Si} entries`);r.executors=[...e.executors]}return r}function Ws(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 n=e.pageSize;t.page_size=Math.max(1,Math.min(Ds,Math.trunc(n)))}else t.page_size=qs;if(e.pageToken!==void 0&&e.pageToken.trim()!==""&&(t.page_token=e.pageToken.trim()),e.createdTimeStartMs!==void 0||e.createdTimeEndMs!==void 0){let n={};e.createdTimeStartMs!==void 0&&Number.isFinite(e.createdTimeStartMs)&&(n.start_time=Math.trunc(e.createdTimeStartMs)),e.createdTimeEndMs!==void 0&&Number.isFinite(e.createdTimeEndMs)&&(n.end_time=Math.trunc(e.createdTimeEndMs)),Object.keys(n).length>0&&(t.created_time=n)}if(e.dueTimeStartMs!==void 0||e.dueTimeEndMs!==void 0){let n={};e.dueTimeStartMs!==void 0&&Number.isFinite(e.dueTimeStartMs)&&(n.start_time=Math.trunc(e.dueTimeStartMs)),e.dueTimeEndMs!==void 0&&Number.isFinite(e.dueTimeEndMs)&&(n.end_time=Math.trunc(e.dueTimeEndMs)),Object.keys(n).length>0&&(t.due_time=n)}return t}function Ls(e){let t={},n=e.titleSubject?.trim()??"",r=e.titlePrefix?.trim()??"";if(n!==""||r!==""){let o={};n!==""&&(o.subject=n),r!==""&&(o.prefix=r),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 zs=new Set(["finish","unfinish","finish_all","unfinish_all"]);function Fs(e){return zs.has(e)}function xi(e){let t=e.trim();if(!Fs(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function Bs(e){return{action:xi(e.action)}}function Gs(e){if(e==null||typeof e!="object")return null;let t=e,n=["creator_id","creator_user_id","create_user_id","owner_id"];for(let o of n){let i=t[o];if(typeof i=="string"&&i.trim())return i.trim()}let r=t.creator;if(r!==null&&typeof r=="object"&&!Array.isArray(r)){let o=r;for(let i of["id","user_id","userId"]){let s=o[i];if(typeof s=="string"&&s.trim())return s.trim()}}return null}function Hs(e,t){let n=e.trim(),r=t.trim();return n===r?!0:n.toLowerCase()===r.toLowerCase()}function Ks(e){let{hasCompletion:t,completionRaw:n,markScopeRaw:r,actionParam:o,isCreator:i,taskId:s,creatorId:a}=e,c=r?.trim()??"";if(t){if(n!=="complete"&&n!=="incomplete")throw new Error("completion must be complete or incomplete");let d=n==="complete";if(i){if(!c||c==="none")return{kind:"needs_confirmation",taskId:s,completion:n,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=xi(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 Pt(e,t,n){try{return await me({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:n})}catch(r){return ct(r)}}function dr(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(n,r){try{let o=Se(r,"wps_user_id"),i=Se(r,"title_subject"),s=K(r,"title_prefix"),a=K(r,"description"),c=We(r,"due_time_ms"),l=K(r,"status"),d=Us(r,"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=Ms({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:p,executors:d});return await Pt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:As,body:u,headers:dt(r)});return m.data??m})}catch(o){return ct(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(n,r){try{let o=Se(r,"wps_user_id"),i=K(r,"keyword"),s=K(r,"executor"),a=K(r,"status"),c=We(r,"page_size"),l=K(r,"page_token"),d=We(r,"created_time_start_ms"),p=We(r,"created_time_end_ms"),u=We(r,"due_time_start_ms"),f=We(r,"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 h=Ws({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:p,dueTimeStartMs:u,dueTimeEndMs:f});return await Pt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async g=>{let _=await g.request({method:"POST",path:$s,body:h,headers:dt(r)});return _.data??_})}catch(o){return ct(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(n,r){try{let o=Se(r,"wps_user_id"),i=Se(r,"task_id");return await Pt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:Qt(i),headers:dt(r)});return a.data??a})}catch(o){return ct(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(n,r){try{let o=Se(r,"wps_user_id"),i=Se(r,"task_id"),s=K(r,"completion"),a=K(r,"mark_scope"),c=K(r,"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 Pt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async p=>{let u=await p.request({method:"GET",path:Qt(i),headers:dt(r)}),f=u.data??u,m=Gs(f),h=m!==null&&Hs(o,m),g=Ks({hasCompletion:l,completionRaw:s,markScopeRaw:a,actionParam:c,isCreator:h,taskId:i,creatorId:m});if(g.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:g.taskId,completion:g.completion,creator_id:g.creatorId,...g.requested_action!==void 0?{requested_action:g.requested_action}:{}};let _=Bs({action:g.action}),y=await p.request({method:"POST",path:Cs(i),body:_,headers:dt(r)});return y.data??y})}catch(o){return ct(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(n,r){try{let o=Se(r,"wps_user_id"),i=Se(r,"task_id"),s=K(r,"title_subject"),a=K(r,"title_prefix"),c=K(r,"description"),l=We(r,"due_time_ms"),d=Ns(r,"ext_attrs"),p=js(r,"notify_config_json"),u=Ls({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:p});return await Pt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Rs(i),body:u,headers:dt(r)});return m.data??m})}catch(o){return ct(o)}}})}function xe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function Js(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function he(e){return{error:e instanceof Error?e.message:String(e)}}function $(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function $e(e){let t=e.sheet_id;if(t==null)throw new Error("sheet_id is required");let n=typeof t=="number"?t:parseInt(String(t),10);if(!Number.isFinite(n)||n<=0)throw new Error("sheet_id must be a positive integer");return n}function Le(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function Ot(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function Re(e,t){let n=e[t];if(n!=null){if(typeof n=="boolean")return n;if(n==="true")return!0;if(n==="false")return!1;throw new Error(`${t} must be a boolean`)}}function en(e,t){let n=e[t];if(n!=null){if(!Array.isArray(n))throw new Error(`${t} must be an array`);return n.map(r=>String(r))}}function ki(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 ye(e,t,n){return me({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:n})}function cr(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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id");return await ye(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${xe(i)}/schema`});return a.data??a})}catch(o){return he(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"}},position:{type:"object"}},required:["name"]}}},required:["wps_user_id","file_id","sheets"]},async execute(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=r.sheets;if(!Array.isArray(s)||s.length===0)throw new Error("sheets must be a non-empty array");return await ye(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${Js(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return he(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:["integer","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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=$(r,"name");return await ye(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${xe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return he(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:["integer","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:{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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=r.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:ki(l.fields_value,`records[${d}].fields_value`)}});return await ye(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${xe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return he(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:["integer","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:{description:"Field values as JSON string or object."}},required:["id","fields_value"]}}},required:["wps_user_id","file_id","sheet_id","records"]},async execute(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=r.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:ki(p.fields_value,`records[${d}].fields_value`)}});return await ye(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${xe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return he(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:["integer","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",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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a={},c=en(r,"fields");c&&(a.fields=c),r.filter!==void 0&&r.filter!==null&&(a.filter=r.filter);let l=Ot(r,"max_records");l!==void 0&&(a.max_records=l);let d=Ot(r,"page_size");d!==void 0&&(a.page_size=d);let p=Le(r,"page_token");p!==void 0&&p!==""&&(a.page_token=p);let u=Le(r,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let f=Le(r,"text_value");f!==void 0&&(a.text_value=f);let m=Re(r,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let h=Re(r,"show_record_extra_info");return h!==void 0&&(a.show_record_extra_info=h),await ye(o,"wps_dbsheet_list_records",async g=>{let _=await g.request({method:"POST",path:`${xe(i)}/sheets/${s}/records`,body:a});return _.data??_})}catch(o){return he(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:["integer","string"],description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include."},filter:{type:"object",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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a={},c=en(r,"fields");c&&(a.fields=c),r.filter!==void 0&&r.filter!==null&&(a.filter=r.filter);let l=Ot(r,"max_records");l!==void 0&&(a.max_records=l);let d=Ot(r,"page_num");d!==void 0&&(a.page_num=d);let p=Ot(r,"page_size");p!==void 0&&(a.page_size=p);let u=Le(r,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let f=Le(r,"text_value");f!==void 0&&(a.text_value=f);let m=Re(r,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let h=Re(r,"show_record_extra_info");return h!==void 0&&(a.show_record_extra_info=h),await ye(o,"wps_dbsheet_list_records_by_page",async g=>{let _=await g.request({method:"POST",path:`${xe(i)}/sheets/${s}/records/list_by_page`,body:a});return _.data??_})}catch(o){return he(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:["integer","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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=en(r,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");let c={records:a},l=Le(r,"text_value");l!==void 0&&(c.text_value=l);let d=Re(r,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let p=Re(r,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ye(o,"wps_dbsheet_get_records",async u=>{let f=await u.request({method:"POST",path:`${xe(i)}/sheets/${s}/records/search`,body:c});return f.data??f})}catch(o){return he(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:["integer","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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=$(r,"record_id"),c={},l=Le(r,"text_value");l!==void 0&&(c.text_value=l);let d=Re(r,"show_fields_info");d!==void 0&&(c.show_fields_info=d);let p=Re(r,"show_record_extra_info");return p!==void 0&&(c.show_record_extra_info=p),await ye(o,"wps_dbsheet_get_record",async u=>{let f=await u.request({method:"GET",path:`${xe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return f.data??f})}catch(o){return he(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:["integer","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(n,r){try{let o=$(r,"wps_user_id"),i=$(r,"file_id"),s=$e(r),a=en(r,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await ye(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${xe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return he(o)}}})}Ve();import{createHash as Xs}from"node:crypto";import{readFile as Vs,stat as Ys}from"node:fs/promises";var Zs="/v7/drives",Qs="/v7/files/search",ea=50,ta=500,na=50,ra=500,ia=50,oa=500,vi=["folder","file","shortcut"],tn=["fail","rename","overwrite","replace"],Ci=["kdc","plain","markdown"],qi=["sync","async","auto"],sa=["para","table","component","textbox","all"],Ti=["file_name","content","all"],Ei=["folder","file","shortcut"],Pi=["ctime","mtime","otime","stime"],Oi=["desc","asc"],Ai=["ctime","mtime"],$i=["desc","asc"],Ri=["ctime","mtime","dtime","fname","fsize"],aa=["all","share_by_me","share_to_me","latest","personal_drive","group_drive","recycle","customize","latest_opened","latest_edited"];function qe(e){return{error:e instanceof Error?e.message:String(e)}}function D(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function R(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function lt(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function Z(e,t){let n=e[t];if(n!=null){if(typeof n=="boolean")return n;if(n==="true"||n==="false")return n==="true";throw new Error(`${t} must be a boolean`)}}function F(e,t){let n=e[t];if(n==null)return;if(!Array.isArray(n))throw new Error(`${t} must be an array of strings`);let r=n.map(o=>String(o).trim()).filter(Boolean);return r.length>0?r:void 0}function Ce(e){let t=R(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let n=t.trim();if(n!=="internal"&&n!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":n}}function da(e){let t={};for(let[n,r]of Object.entries(e.requestHeaders)){let o=n.trim();if(o==="")continue;let i=o.toLowerCase();i==="content-length"||i==="transfer-encoding"||i==="content-type"||(t[o]=r)}return t["Content-Type"]="application/octet-stream",t}function ca(e){let t=e.trim();if(!t)throw new Error("url is required and must be a non-empty string");let n;try{n=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(n.protocol!=="https:"&&n.protocol!=="http:")throw new Error(`url must use http: or https: scheme, got: ${n.protocol}`)}function la(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(ta,Math.trunc(e.pageSize??ea)))};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 pa(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/create`}function ua(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/children`}function _a(e){let t={page_size:Math.max(1,Math.min(oa,Math.trunc(e.pageSize??ia)))};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 fa(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function ma(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 n={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");n.file_id=e.fileId.trim()}else e.fileId!==void 0&&e.fileId.trim()!==""&&(n.file_id=e.fileId.trim());return e.onNameConflict!==void 0&&(n.on_name_conflict=e.onNameConflict),e.parentPath!==void 0&&e.parentPath.length>0&&(n.parent_path=[...e.parentPath]),n}function ya(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(n=>({type:n.type,sum:n.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 ga(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 wa(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function ba(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let n=e.format.trim();if(!Ci.includes(n))throw new Error("format must be one of: kdc, plain, markdown");t.format=n}if(e.includeElements!==void 0&&e.includeElements.length>0){let n=e.includeElements.map(r=>r.trim()).filter(Boolean).filter((r,o,i)=>i.indexOf(r)===o);for(let r of n)if(!sa.includes(r))throw new Error("include_elements items must be one of: para, table, component, textbox, all");n.length>0&&(t.include_elements=n)}if(e.mode!==void 0&&e.mode.trim()!==""){let n=e.mode.trim();if(!qi.includes(n))throw new Error("mode must be one of: sync, async, auto");t.mode=n}return e.taskId!==void 0&&e.taskId.trim()!==""&&(t.task_id=e.taskId.trim()),t}function Ia(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function Sa(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 xa(e){let t={type:e.type,page_size:Math.max(1,Math.min(ra,Math.trunc(e.pageSize??na)))};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 ze(e,t,n,r){try{return await me({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:n,logTag:"drive",run:r})}catch(o){return qe(o)}}function lr(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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"allotee_type");if(i!=="user"&&i!=="group"&&i!=="app")throw new Error("allotee_type must be user, group, or app");let s=i,a=R(r,"allotee_id"),c=Z(r,"with_ext_attrs"),l=lt(r,"page_size"),d=R(r,"page_token"),p=F(r,"sources");return await ze(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 f=la({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:p}),m=await u.request({method:"GET",path:Zs,query:f,headers:Ce(r)});return m.data??m})}catch(o){return qe(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:[...$i],description:"Optional order direction."},order_by:{type:"string",enum:[...Ri],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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"drive_id"),s=D(r,"parent_id"),a=Z(r,"with_permission"),c=Z(r,"with_ext_attrs"),l=R(r,"filter_exts"),d=lt(r,"page_size"),p=R(r,"page_token"),u=R(r,"order");if(u!==void 0&&!$i.includes(u))throw new Error("order must be one of: desc, asc");let f=u,m=R(r,"order_by");if(m!==void 0&&!Ri.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let h=m,g=r.filter_type,_;if(g!=null){if(typeof g!="object"||Array.isArray(g))throw new Error("filter_type must be an object when provided");_=g}return await ze(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 y=>{let w=_a({withPermission:a,withExtAttrs:c,filterExts:l,filterType:_,order:f,orderBy:h,pageSize:d,pageToken:p}),b=await y.request({method:"GET",path:ua(i,s),query:w,headers:Ce(r)});return b.data??b})}catch(o){return qe(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:[...tn],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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"drive_id"),s=D(r,"parent_id"),a=D(r,"file_type");if(!vi.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=D(r,"name"),d=R(r,"file_id"),p=R(r,"on_name_conflict");if(p!==void 0&&!tn.includes(p))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let u=p,f=F(r,"parent_path");return await ze(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 h=ha({fileType:c,name:l,fileId:d,onNameConflict:u,parentPath:f}),g=await m.request({method:"POST",path:pa(i,s),body:h,headers:Ce(r)});return g.data??g})}catch(o){return qe(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:[...tn],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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"drive_id"),s=D(r,"parent_id"),a=D(r,"file_path"),c=R(r,"name"),l=R(r,"on_name_conflict");if(l!==void 0&&!tn.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,p=R(r,"file_id"),u=Z(r,"internal"),f=R(r,"upload_scene"),m=a.trim();try{if(!(await Ys(m)).isFile())throw new Error("path is not a regular file")}catch(y){throw new Error(`file_path "${m}" is not accessible: ${y instanceof Error?y.message:String(y)}`)}let h=await Vs(m);if(!c){let y=Math.max(m.lastIndexOf("/"),m.lastIndexOf("\\")),b=(y>=0?m.substring(y+1):m).replace(/^[0-9a-f]{8}_/i,"");b&&(c=b)}if(h.byteLength===0)throw new Error("upload content is empty (file has zero bytes)");let g=h.byteLength,_=Xs("sha256").update(h).digest("hex");return await ze(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 y=>{let w=ya({size:g,fileId:p??void 0,hashes:[{type:"sha256",sum:_}],internal:u??void 0,name:c??void 0,onNameConflict:d,uploadScene:f??void 0}),b=await y.request({method:"POST",path:fa(i,s),body:w,headers:Ce(r)}),k=b.data??b,E=k.store_request;if(!E||typeof E.url!="string"||!E.url.trim())throw new Error(`step-1 response missing store_request.url \u2014 cannot proceed with upload. Response: ${JSON.stringify(k).substring(0,300)}`);let J=typeof E.method=="string"?E.method.toUpperCase():"PUT",re=E.url;ca(re);let ie=E.headers??{},oe=typeof k.upload_id=="string"?k.upload_id:void 0,ge=ht(o);if(!ge||!ge.trim())throw new Error("delegated access token missing after auth gate");let se=da({requestHeaders:ie}),ae={Authorization:`Bearer ${ge.trim()}`,...se},He=new Uint8Array(h.buffer,h.byteOffset,h.byteLength),pe;try{pe=await fetch(re,{method:J,headers:ae,body:He})}catch(we){let Ke=we instanceof Error?we.message:String(we);throw new Error(`upload step-2 fetch failed: ${Ke}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!pe.ok){let we=await pe.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${pe.status} ${we.substring(0,300)} [diag: size=${g}, sha256=${_}]`)}if(!oe)return{step1:k,step2_status:pe.status,etag:pe.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let mr=ga({uploadId:oe}),ut=await y.request({method:"POST",path:ma(i,s),body:mr,headers:Ce(r)});return ut.data??ut})}catch(o){return qe(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:[...Ci],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...qi],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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"drive_id"),s=D(r,"file_id"),a=R(r,"format"),c=F(r,"include_elements"),l=R(r,"mode"),d=R(r,"task_id");return await ze(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=ba({format:a,includeElements:c,mode:l,taskId:d}),f=await p.request({method:"GET",path:wa(i,s),query:Object.keys(u).length>0?u:void 0,headers:Ce(r)});return f.data??f})}catch(o){return qe(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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"file_id"),s=Z(r,"with_permission"),a=Z(r,"with_ext_attrs"),c=Z(r,"with_drive");return await ze(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=Sa({withPermission:s,withExtAttrs:a,withDrive:c}),p=await l.request({method:"GET",path:Ia(i),query:Object.keys(d).length>0?d:void 0,headers:Ce(r)});return p.data??p})}catch(o){return qe(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:[...Ti],description:"Search type."},file_type:{type:"string",enum:[...Ei],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:[...Pi],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:[...Oi],description:"Optional order."},order_by:{type:"string",enum:[...Ai],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(n,r){try{let o=D(r,"wps_user_id"),i=D(r,"type");if(!Ti.includes(i))throw new Error("type must be one of: file_name, content, all");let s=i,a=R(r,"file_type");if(a!==void 0&&!Ei.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=R(r,"time_type");if(l!==void 0&&!Pi.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,p=R(r,"order");if(p!==void 0&&!Oi.includes(p))throw new Error("order must be one of: desc, asc");let u=p,f=R(r,"order_by");if(f!==void 0&&!Ai.includes(f))throw new Error("order_by must be one of: ctime, mtime");let m=f,h=F(r,"scope");if(h!==void 0){for(let g of h)if(!aa.includes(g))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 ze(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 g=>{let _=xa({keyword:R(r,"keyword"),type:s,fileType:c,fileExts:F(r,"file_exts"),driveIds:F(r,"drive_ids"),parentIds:F(r,"parent_ids"),creatorIds:F(r,"creator_ids"),modifierIds:F(r,"modifier_ids"),sharerIds:F(r,"sharer_ids"),receiverIds:F(r,"receiver_ids"),timeType:d,startTime:lt(r,"start_time"),endTime:lt(r,"end_time"),withPermission:Z(r,"with_permission"),withLink:Z(r,"with_link"),withTotal:Z(r,"with_total"),pageSize:lt(r,"page_size"),pageToken:R(r,"page_token"),channels:F(r,"channels"),deviceIds:F(r,"device_ids"),excludeChannels:F(r,"exclude_channels"),excludeFileExts:F(r,"exclude_file_exts"),filterUserId:lt(r,"filter_user_id"),fileExtGroups:F(r,"file_ext_groups"),withFolder:Z(r,"with_folder"),withDrive:Z(r,"with_drive"),order:u,orderBy:m,scope:h,searchOperatorName:Z(r,"search_operator_name")}),y=await g.request({method:"GET",path:Qs,query:_,headers:Ce(r)});return y.data??y})}catch(o){return qe(o)}}})}var ka="/v7/airpage/files";function Fe(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function Ge(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function Be(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function Ui(e,t){let n=e.operation,r=e.blockId;if(typeof n!="string"||!n.trim())throw new Error(`${t}.operation is required and must be a non-empty string`);if(typeof r!="string"||!r.trim())throw new Error(`${t}.blockId is required and must be a non-empty string`)}var pr=["rename","fail","overwrite"];function ke(e){return{error:e instanceof Error?e.message:String(e)}}function C(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function Di(e,t){let n=e[t];if(n==null)return;if(typeof n!="string")throw new Error(`${t} must be a string`);let r=n.trim();return r===""?void 0:r}function rn(e,t){let n=e[t];if(!Array.isArray(n))throw new Error(`${t} is required and must be an array`);return n}function va(e,t){let r=rn(e,t).map(o=>String(o).trim()).filter(Boolean);if(r.length===0)throw new Error(`${t} must contain at least one non-empty string`);return r}function Ta(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return Math.trunc(n);if(typeof n=="string"&&n.trim()!==""){let r=Number(n.trim());if(Number.isFinite(r))return Math.trunc(r)}throw new Error(`${t} must be a finite integer when provided`)}}function nn(e,t){let n=e[t];if(n==null)throw new Error(`${t} is required and must be a finite integer`);if(typeof n=="number"&&Number.isFinite(n))return Math.trunc(n);if(typeof n=="string"&&n.trim()!==""){let r=Number(n.trim());if(Number.isFinite(r))return Math.trunc(r)}throw new Error(`${t} must be a finite integer`)}function Ea(e){let t={blockId:e.blockId.trim(),content:e.content},n=e.index;return n!==void 0&&(t.index=n),Ge(t)}function Pa(e){let t={blockId:e.blockId.trim()};return Ge(t)}function Oa(e){let t={blockIds:e.blockIds.map(n=>n.trim()).filter(Boolean)};if(t.blockIds.length===0)throw new Error("blockIds must contain at least one non-empty id");return Ge(t)}function Aa(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 Ge(t)}function $a(e){if(!Array.isArray(e)||e.length===0)throw new Error("delete_items must contain at least one delete range");let t=e.map(n=>{let r=n.blockId.trim(),o=Math.trunc(n.startIndex),i=Math.trunc(n.endIndex);if(!r)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:r,startIndex:o,endIndex:i}});return Ge(t)}function Ra(e){return Ui(e,"operation"),Ge(e)}function Ca(e){if(!Array.isArray(e)||e.length===0)throw new Error("operations must contain at least one operation object");for(let[t,n]of e.entries()){if(!n||typeof n!="object"||Array.isArray(n))throw new Error(`operations[${t}] must be an object`);Ui(n,`operations[${t}]`)}return Ge(e)}function qa(e){let t=e.trim().toLowerCase();if(pr.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${pr.join(", ")} (got: ${e})`)}function Da(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 De(e,t,n){try{return await me({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:n})}catch(r){return ke(r)}}function ur(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:[...pr],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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"drive_id"),s=C(r,"name"),a=C(r,"on_name_conflict"),c=qa(a),l=Di(r,"parent_id"),d=Di(r,"template_id"),p=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await De(o,p,async u=>{let f=Da({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await u.request({method:"POST",path:ka,body:f});return m.data??m})}catch(o){return ke(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) per API. JSON fields: `blockId` (parent block; use literal doc for document root), optional `index` (insert position; omit to let API default, typically 0), required `content` (array of child block nodes). Example paragraph: `{ "type":"paragraph","content":[{"type":"text","content":"hello"}] }`. Requires delegated `kso.airpage.readwrite`. Use SenderId as `wps_user_id`. `file_id` is the smart document id (e.g. from create file response `id` / `link_id` per your product convention).',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 = before first child; beyond length = end). Omit to use API default."},content:{type:"array",description:"Required array of block nodes to insert (e.g. paragraph with nested text blocks per Open Platform docs).",items:{type:"object"}}},required:["wps_user_id","file_id","block_id","content"]},async execute(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),s=C(r,"block_id"),a=rn(r,"content"),c=Ta(r,"index"),l=Ea({blockId:s,content:a,index:c}),d=Be(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await De(o,d,async p=>{let u=await p.request({method:"POST",path:Fe(i,"/blocks/create"),body:l});return u.data??u})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),s=C(r,"block_id"),a=Pa({blockId:s}),c=Be(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await De(o,c,async l=>{let d=await l.request({method:"POST",path:Fe(i,"/blocks"),body:a});return d.data??d})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),s=va(r,"block_ids"),a=Oa({blockIds:s}),c=Be(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await De(o,c,async l=>{let d=await l.request({method:"POST",path:Fe(i,"/blocks/batch_get"),body:a});return d.data??d})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),s=C(r,"block_id"),a=nn(r,"start_index"),c=nn(r,"end_index"),l=Aa({blockId:s,startIndex:a,endIndex:c}),d=Be(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await De(o,d,async p=>{let u=await p.request({method:"POST",path:Fe(i,"/blocks/delete"),body:l});return u.data??u})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),a=rn(r,"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,f=C(u,"block_id"),m=nn(u,"start_index"),h=nn(u,"end_index");return{blockId:f,startIndex:m,endIndex:h}}),c=$a(a),l=Be(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await De(o,l,async d=>{let p=await d.request({method:"POST",path:Fe(i,"/blocks/batch_delete"),body:c});return p.data??p})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),s=r.operation;if(!s||typeof s!="object"||Array.isArray(s))throw new Error("operation is required and must be an object");let c=Ra(s),l=Be(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await De(o,l,async d=>{let p=await d.request({method:"POST",path:Fe(i,"/blocks/update"),body:c});return p.data??p})}catch(o){return ke(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(n,r){try{let o=C(r,"wps_user_id"),i=C(r,"file_id"),a=rn(r,"operations").map((d,p)=>{if(!d||typeof d!="object"||Array.isArray(d))throw new Error(`operations[${p}] must be an object`);return d}),c=Ca(a),l=Be(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await De(o,l,async d=>{let p=await d.request({method:"POST",path:Fe(i,"/blocks/batch_update"),body:c});return p.data??p})}catch(o){return ke(o)}}})}var Ua="/v7/meeting_rooms",Na="/v7/meeting_rooms/search",ja="/v7/meeting_room_bookings/batch_get",Ma=["success","failed"];var Mi=["success","failed","approving"];function At(e){return{error:e instanceof Error?e.message:String(e)}}function ve(e,t){let n=e[t];if(typeof n!="string"||!n.trim())throw new Error(`${t} is required and must be a non-empty string`);return n.trim()}function pt(e,t){let n=e[t];if(n!=null){if(typeof n!="string")throw new Error(`${t} must be a string`);return n}}function _r(e,t){let n=e[t];if(n!=null){if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}}function Ni(e,t){let n=e[t];if(n==null)throw new Error(`${t} is required and must be a finite number`);if(typeof n=="number"&&Number.isFinite(n))return n;if(typeof n=="string"&&n.trim()!==""){let r=Number(n);if(Number.isFinite(r))return r}throw new Error(`${t} must be a finite number`)}function Wa(e,t){let n=e[t];if(n!=null){if(typeof n=="boolean")return n;if(n==="true"||n==="false")return n==="true";throw new Error(`${t} must be a boolean`)}}function Wi(e,t){let n=e[t];if(n==null)return;if(!Array.isArray(n))throw new Error(`${t} must be an array`);let r=[];for(let o of n){if(typeof o!="string")throw new Error(`${t} entries must be strings`);let i=o.trim();i!==""&&r.push(i)}return r.length>0?r:void 0}function La(e,t){let n=Wi(e,t);if(n===void 0)return;let r=new Set(Mi),o=n.filter(i=>r.has(i));return o.length>0?o:void 0}function ji(e){let t=pt(e,"x_kso_id_type");if(t===void 0||t.trim()==="")return;let n=t.trim();if(n!=="internal"&&n!=="external")throw new Error("x_kso_id_type must be internal or external when provided");return{"X-Kso-Id-Type":n}}function za(e){let t=e.pageSize??20,r={page_size:Math.max(1,Math.min(500,Math.trunc(t)))};return e.roomLevelId!==void 0&&e.roomLevelId.trim()!==""&&(r.room_level_id=e.roomLevelId.trim()),e.pageToken!==void 0&&e.pageToken.trim()!==""&&(r.page_token=e.pageToken.trim()),r}function Fa(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 Ba(e){let t=e.keyword.trim();if(!t)throw new Error("keyword is required and must be a non-empty string");let n=e.pageSize??20,r=Math.max(1,Math.min(100,Math.trunc(n))),o={keyword:t,page_size:r};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(o.page_token=e.pageToken.trim()),o}function Ga(e){let t=Math.trunc(Number(e.startTimeSec)),n=Math.trunc(Number(e.endTimeSec));if(!Number.isFinite(t)||!Number.isFinite(n))throw new Error("start_time and end_time must be finite Unix timestamps in seconds");if(n<t)throw new Error("end_time must be >= start_time (Unix seconds)");let r=e.roomLevelId?.trim()??"",o=r!=="",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:n,page_size:c};return o&&(l.room_level_id=r),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 Ha(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 Ka(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function fr(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(n,r){try{ve(r,"wps_user_id");let o=pt(r,"room_level_id"),i=_r(r,"page_size"),s=pt(r,"page_token"),a=za({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:Ua,query:a});return c.data??c}catch(o){return At(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(n,r){try{ve(r,"wps_user_id");let o=ve(r,"room_id"),i=await e.request({method:"GET",path:Fa(o)});return i.data??i}catch(o){return At(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(n,r){try{ve(r,"wps_user_id");let o=ve(r,"keyword"),i=_r(r,"page_size"),s=pt(r,"page_token"),a=Ba({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:Na,body:a});return c.data??c}catch(o){return At(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:[...Mi]},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(n,r){try{ve(r,"wps_user_id");let o=Ni(r,"start_time"),i=Ni(r,"end_time"),s=Wi(r,"room_ids"),a=pt(r,"room_level_id"),c=Wa(r,"include_deleted"),l=_r(r,"page_size"),d=pt(r,"page_token"),p=La(r,"results"),u=Ga({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:p??void 0}),f=await e.request({method:"POST",path:ja,body:u,headers:ji(r)});return f.data??f}catch(o){return At(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:[...Ma],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(n,r){try{ve(r,"wps_user_id");let o=ve(r,"booking_id"),i=ve(r,"status"),s=Ka(i),a=await e.request({method:"POST",path:Ha(o),body:s,headers:ji(r)});return a.data??a}catch(o){return At(o)}}})}function Ja(){return new Proxy({},{get(e,t,n){let r=jn(),o=Reflect.get(r,t,n);return typeof o=="function"?o.bind(r):o}})}function Li(e){let t=[],n=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)},r=Ja();return er(r,n),tr(r,n),ir(r,n),Jn(r,n),ar(r,n),dr(r,n),lr(r,n),cr(r,n),ur(r,n),fr(r,n),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var Xa={id:_e,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:$r(),register(e){li(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:Zn}),typeof e.registerTool=="function"){t.info(`[${_e}] registerTool is available (type: ${typeof e.registerTool})`);try{let n=Li(e.registerTool);t.info(`[${_e}] registered ${n} WPS OAPI tool factories`)}catch(n){t.error(`[${_e}] tool registration failed: ${n}`)}}else t.warn(`[${_e}] registerTool not available (type: ${typeof e.registerTool})`);typeof e.on=="function"?(e.on("before_prompt_build",async(n,r)=>{let o=r;if(o.channelId==="wps-xiezuo"||o.messageProvider==="wps-xiezuo")return{appendSystemContext:["","## WPS \u6D88\u606F\u8DEF\u7531","- \u53D1\u6587\u672C\u5230\u7FA4\u804A/\u7528\u6237\uFF1A`wps_message_send(receiver_type, receiver_id, msg_type='text', content=...)`","- \u6309\u540D\u5B57\u627E\u7FA4\uFF1A\u5148 `wps_chat_find_by_name(keyword=<\u540D\u79F0>)` \u62FF chat_id","- \u56DE\u5F53\u524D\u4F1A\u8BDD\uFF1Areceiver_id \u7528 RawBody \u7684 `chatId`\uFF08\u7FA4\u804A\uFF09\u6216 `SenderId`\uFF08\u5355\u804A\uFF09","","## WPS365 \u65E5\u7A0B / \u65E5\u5386","\u610F\u56FE\u2192\u5DE5\u5177\u3001\u53C2\u6570\u4E0E\u793A\u4F8B\u4EE5 **`skills/wps-calendar/SKILL.md`** \u4E3A\u51C6\uFF08\u968F\u63D2\u4EF6\u52A0\u8F7D\uFF09\u3002\u4EC5\u5141\u8BB8\u901A\u8FC7 **`wps_calendar_*`** \u8C03\u7528\u5F00\u653E\u5E73\u53F0\u7528\u6237\u65E5\u5386\uFF1B\u67D0\u6761\u65E5\u7A0B\u4E0A\u4F1A\u8BAE\u5BA4**\u5217\u8868**/\u6279\u91CF**\u6DFB\u52A0**/\u6279\u91CF**\u5220\u9664**\u5206\u522B\u7528 **`wps_calendar_list_event_meeting_rooms`** / **`wps_calendar_event_meeting_rooms_batch_create`** / **`wps_calendar_event_meeting_rooms_batch_delete`**\uFF1B**\u7981\u6B62**\u7528 .ics\u3001\u672C\u5730\u811A\u672C\u6216\u5176\u5B83\u6377\u5F84\u5192\u5145\u5DF2\u521B\u5EFA/\u5DF2\u67E5\u8BE2\u3002","## WPS365 \u65E5\u7A0B\u4F1A\u8BAE\u5BA4","\u4EE5 **`skills/wps-meeting-room/SKILL.md`** \u4E3A\u51C6\uFF1A\u5217\u8868 **`wps_meeting_rooms_list`**\uFF1B\u641C\u7D22 **`wps_meeting_rooms_search`**\uFF1B\u8BE6\u60C5 **`wps_meeting_rooms_get`**\uFF1B\u6279\u91CF\u9884\u7EA6 **`wps_meeting_room_bookings_batch_get`**\uFF08Unix \u79D2\u65F6\u95F4\u7A97\uFF0C`room_ids`/`room_level_id` \u4E8C\u9009\u4E00\uFF09\uFF1B\u66F4\u65B0\u9884\u7EA6\u72B6\u6001 **`wps_meeting_room_bookings_update_status`**\uFF08`booking_id`\uFF0C`status`=`success`|`failed`\uFF0C\u987B **readwrite**\uFF09\u3002`wps_user_id` \u4F7F\u7528 **SenderId**\uFF1B\u53EF\u9009 **`x_kso_id_type`**\uFF1B\u672A\u6388\u6743\u65F6\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u4E2A\u4EBA\u5F85\u529E","\u610F\u56FE\u4E0E\u53C2\u6570\u4EE5 **`skills/wps-todo/SKILL.md`** \u4E3A\u51C6\u3002\u521B\u5EFA **`wps_todo_create_personal_task`**\uFF0C\u5217\u4E3E **`wps_todo_list_personal_tasks`**\uFF0C\u8BE6\u60C5 **`wps_todo_get_personal_task`**\uFF0C\u66F4\u65B0 **`wps_todo_update_personal_task`**\uFF0C\u72B6\u6001\u66F4\u65B0 **`wps_todo_update_personal_task_status`**\uFF1B`wps_user_id` \u4F7F\u7528 **SenderId**\uFF0C\u672A\u6388\u6743\u65F6\u540C\u6837\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u667A\u80FD\u6587\u6863\uFF08Airpage\uFF09","\u4EE5 **`skills/wps-airpage/SKILL.md`** \u4E3A\u51C6\u3002\u65B0\u5EFA\u6587\u6863\uFF1A**`wps_airpage_create_file`**\uFF08`POST /v7/airpage/files`\uFF09\uFF1B\u5411\u6587\u6863\u63D2\u5165\u5757\uFF1A**`wps_airpage_create_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/create`\uFF09\uFF1B\u67E5\u8BE2\u6587\u6863\u5757\uFF1A**`wps_airpage_query_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks`\uFF09\uFF1B\u6279\u91CF\u67E5\u8BE2\uFF1A**`wps_airpage_batch_query_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_get`\uFF09\uFF1B\u5220\u9664\u5757\u5185\u5BB9\uFF1A**`wps_airpage_delete_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/delete`\uFF09\uFF1B\u6279\u91CF\u5220\u9664\uFF1A**`wps_airpage_batch_delete_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_delete`\uFF09\uFF1B\u66F4\u65B0\u6587\u6863\u5757\uFF1A**`wps_airpage_update_document_block`**\uFF08`POST /v7/airpage/{file_id}/blocks/update`\uFF09\uFF1B\u6279\u91CF\u66F4\u65B0\uFF1A**`wps_airpage_batch_update_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_update`\uFF09\u3002\u5757\u76F8\u5173\u63A5\u53E3 Body \u5185 **`arg`** \u5747\u4E3A Base64(JSON)\uFF0C\u542B **`blockId`** / **`blockIds`** / `startIndex` / `endIndex` / operation \u6216 operation \u6570\u7EC4\u7ED3\u6784\u3002\u9700 Airpage delegated \u6743\u9650\uFF08\u8BFB\u5199\u6216\u53EA\u8BFB\uFF09\uFF1B\u65B0\u5EFA\u524D\u7528 **`wps_cloud_doc_list_drives`** \u53D6 **`drive_id`**\u3002`wps_user_id` \u4F7F\u7528 **SenderId**\uFF1B\u672A\u6388\u6743\u65F6\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u4E91\u6587\u6863","\u4E91\u6587\u6863\u53C2\u6570\u4E0E\u7EA6\u675F\u4EE5 **`skills/wps-cloud-doc/SKILL.md`** \u4E3A\u51C6\u3002\u83B7\u53D6\u76D8\u5217\u8868\u7528 **`wps_cloud_doc_list_drives`**\uFF08\u53C2\u6570\u540D `allotee_type/allotee_id`\uFF09\uFF1B\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868\u7528 **`wps_cloud_doc_list_children_files`**\uFF08`drive_id`\u3001`parent_id`\uFF09\uFF1B\u65B0\u5EFA\u6587\u4EF6\uFF08\u5939\uFF09\u7528 **`wps_cloud_doc_create_file`**\uFF1B\u6587\u6863\u5185\u5BB9\u62BD\u53D6\u7528 **`wps_cloud_doc_extract_file_content`**\uFF1B\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F\u7528 **`wps_cloud_doc_get_file_meta`**\uFF1B\u6587\u4EF6\u641C\u7D22\u7528 **`wps_cloud_doc_search_files`**\u3002`wps_user_id` \u5FC5\u987B\u4F7F\u7528 **SenderId**\uFF0C\u672A\u6388\u6743\u65F6\u5DE5\u5177\u8FD4\u56DE `needsAuth` \u5E76\u81EA\u52A8\u4E0B\u53D1\u6388\u6743\u5361\u7247\u3002","`wps_user_id` \u4F7F\u7528\u5165\u7AD9\u4E0A\u4E0B\u6587\u7684 **SenderId**\uFF1B\u4E0D\u8981\u4E3A\u6B64\u8C03\u7528 `wps_user_search`\u3002\u672A\u6388\u6743\u65F6\u5DE5\u5177\u8FD4\u56DE `needsAuth` \u5E76\u5DF2\u53D1\u6388\u6743\u5361\u7247\uFF0C\u5F15\u5BFC\u7528\u6237\u5B8C\u6210\u6388\u6743\u540E\u518D\u8BD5\u3002","","## \u53D1\u56FE\u7247/\u6587\u4EF6\uFF08\u672C\u5730\u5DF2\u4E0B\u8F7D\u8DEF\u5F84\uFF09","\u5F53 Body \u4E2D\u51FA\u73B0 `[\u5DF2\u4E0B\u8F7D\u56FE\u7247: <\u8DEF\u5F84>]` \u6216 `[\u5DF2\u4E0B\u8F7D\u6587\u4EF6: <\u8DEF\u5F84>]`\uFF0C\u8981\u53D1\u56DE\u7ED9\u7528\u6237\u65F6\uFF1A","\u7528 `message` \u5DE5\u5177\uFF08\u53C2\u6570\u540D\u662F `to` \u548C `message`\uFF0C\u4E0D\u662F receiver_id \u548C content\uFF09\uFF1A",' message(action="send", to="user:<SenderId>", message="\u4E3A\u60A8\u53D1\u56DE\u56FE\u7247", media="<\u8DEF\u5F84>")',"\u26A0\uFE0F `to` \u53C2\u6570\u662F**\u5FC5\u586B**\u7684\uFF01\u7EDD\u5BF9\u4E0D\u80FD\u7701\u7565 `to`\uFF0C\u5426\u5219\u4F1A\u5BFC\u81F4 deMixValue \u9519\u8BEF\u3002","\u26A0\uFE0F `to` \u7684\u503C\u5FC5\u987B\u662F `user:<\u7528\u6237ID>` \u6216 `chat:<\u7FA4ID>`\uFF0C\u4E14 `<...>` \u5185\u53EA\u80FD\u662F **\u88F8 id**\uFF08\u4E0E RawBody \u7684 `chatId` / `SenderId` \u4E00\u81F4\uFF09\u3002","\u26A0\uFE0F \u7981\u6B62\u5199\u6210 `chat:wps:...` \u6216 `user:wps:...`\uFF1A\u4E0D\u8981\u628A `OriginatingFrom` \u91CC\u7684 `wps:` \u524D\u7F00\u62FC\u8FDB id\uFF08\u63D2\u4EF6\u4F1A\u5C3D\u91CF\u7EA0\u6B63\uFF0C\u4F46\u8BEF\u7528 SessionKey \u91CC `:bot:` \u540E\u7684 AK\u2026 \u4ECD\u4F1A\u5931\u8D25\uFF09\u3002","\u63D2\u4EF6\u4F1A\u81EA\u52A8\u5B8C\u6210\u4E0A\u4F20\u548C\u53D1\u9001\uFF0C\u4E0D\u9700\u8981\u4F60\u624B\u52A8\u8C03\u7528 upload\u3002","","## \u6536\u5230\u56FE\u7247/\u6587\u4EF6\u65F6\u7684\u884C\u4E3A\u51C6\u5219","- \u7528\u6237\u76F4\u63A5\u53D1\u9001\u56FE\u7247\u6216\u6587\u4EF6\u65F6\uFF08\u6CA1\u6709\u9644\u52A0\u6587\u5B57\u6307\u4EE4\uFF09\uFF0C**\u4E0D\u8981\u81EA\u52A8\u53D1\u56DE**\uFF0C\u5E94\u8BE2\u95EE\u7528\u6237\u9700\u8981\u4EC0\u4E48\u64CD\u4F5C\u3002","- \u53EA\u6709\u5F53\u7528\u6237\u660E\u786E\u8981\u6C42\u300C\u53D1\u56DE\u6765\u300D\u300C\u8F6C\u53D1\u300D\u300C\u53D1\u7ED9\u6211\u300D\u7B49\u64CD\u4F5C\u65F6\uFF0C\u624D\u4F7F\u7528 message \u5DE5\u5177\u53D1\u56DE\u3002","","## \u4E91\u6587\u4EF6\uFF08cloud file\uFF09","\u5F53 Body \u4E2D\u51FA\u73B0 `[\u5F15\u7528\u4E91\u6587\u4EF6: ...]` \u6216 `[\u4E91\u6587\u4EF6\u94FE\u63A5: ...]` \u65F6\uFF0C\u8FD9\u662F WPS \u4E91\u6587\u4EF6\uFF08\u65E0\u672C\u5730\u8DEF\u5F84\uFF09\u3002","\u5F53 Body \u4E2D\u51FA\u73B0\u77E5\u8BC6\u5E93\u94FE\u63A5\uFF08\u5982 `www.kdocs.cn/wiki/l/0lxxxx` \u6216 `{\u4F01\u4E1A\u57DF\u540D}.kdocs.cn/wiki/l/0lxxxx`\uFF09\u65F6\uFF0C\u8DEF\u5F84\u4E2D **`0l` \u4E4B\u540E\u7684 xxxx** \u4E3A link_id\uFF0C\u53EF\u4F5C\u4E3A file_id \u4F7F\u7528\u3002","\u7981\u6B62\u4F7F\u7528 wps_message_send \u4EE5 msg_type='file' + cloud \u7ED3\u6784\u8F6C\u53D1\u4E91\u6587\u4EF6\uFF08\u5E94\u7528 token \u4E0D\u652F\u6301\uFF0C\u4F1A\u8FD4\u56DE 400 InvalidMessage\uFF09\u3002","\u5982\u9700\u8BFB\u53D6\u4E91\u6587\u4EF6\u5185\u5BB9\uFF0C\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002","\u5982\u9700\u5411\u7528\u6237\u5206\u4EAB\u4E91\u6587\u4EF6\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B link_url \u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\u53D1\u9001\uFF09\u3002","","\u26A0\uFE0F \u7981\u6B62\u4F7F\u7528 sessions_send \u5411 WPS \u4F1A\u8BDD\u53D1\u6D88\u606F\uFF08sessions_send \u4EC5\u7528\u4E8E OpenClaw \u5185\u90E8\u4F1A\u8BDD\u95F4\u901A\u4FE1\uFF0C\u65E0\u6CD5\u6295\u9012\u5230 WPS \u5BA2\u6237\u7AEF\uFF09\u3002\u7981\u6B62\u628A\u672C\u5730\u6587\u4EF6\u8DEF\u5F84\u5F53\u7EAF\u6587\u672C\u56DE\u590D\u3002","\u26A0\uFE0F \u7981\u6B62\u544A\u8BC9\u7528\u6237\u53BB WPS \u754C\u9762\u624B\u52A8\u53D1\u9001\uFF1B\u6709 **`wps_message_send`** / **`message`** \u80FD\u529B\u65F6\u5FC5\u987B\u76F4\u63A5\u6267\u884C\u3002"].join(`
36
- `)}}),t.info(`[${_e}] before_prompt_build hook registered`)):t.warn(`[${_e}] api.on not available, cannot register prompt hook`),t.info(`[${_e}] plugin registered`)}},Al=Xa;export{Al as default};
34
+ openclaw pairing approve --channel ${T} --account ${i} ${K}`;await ct(c,P,jt)}}}return}if(!k){let A=a?.groupPolicy??"allowlist",K=a?.groups??{};if(A==="allowlist"&&!K[g]&&!K["*"]){r(`Group ${g} blocked by groupPolicy=allowlist`);return}}if(et.trim()==="/wpsxiezuo auth"){let{sendAuthCard:A}=await Promise.resolve().then(()=>(Vt(),Kr)),{getLazyWpsCfg:K}=await Promise.resolve().then(()=>(dt(),di));try{let J=g?"chat":"user",Le=g||_;await A({creds:c,wpsCfg:K(),wpsUserId:_,receiverType:J,receiverId:Le})||await ct(c,P,"\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(J){n("WPS /wpsxiezuo auth failed:",J),await ct(c,P,`\u6388\u6743\u5361\u7247\u53D1\u9001\u5931\u8D25\uFF1A${String(J)}`)}return}if(et.trim()==="/wps-id"||et.trim().startsWith("/wps-id ")){let A={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:k};await ct(c,P,`WPS id debug:
35
+ ${JSON.stringify(A,null,2)}`);return}if(!s){r("WPS: channelRuntime not available \u2014 skipping AI dispatch");return}let R=s.reply,$e=s.routing,qe="main",ne="",U=i;if($e?.resolveAgentRoute){let A=$e.resolveAgentRoute({cfg:o,channel:T,accountId:i,peer:{kind:k?"direct":"group",id:h.session_key}});qe=A.agentId,ne=A.sessionKey?.trim()??"",A.accountId&&(U=A.accountId,r(`WPS route account override: ${i} -> ${A.accountId}`))}let B=ne||h.session_key,Sn=U;r(`WPS route: agentId=${qe}, inboundSessionKey=${B}, accountId=${Sn}`);let xn={Body:ve,BodyForAgent:ve,...F.length>0?{MediaPath:F[0],MediaType:xe[0],MediaPaths:F,MediaTypes:xe}:{},RawBody:JSON.stringify({session:h,chatId:g,messageId:b,messageType:w.kind,plainText:w.plainText,attachments:w.attachments,...L?{prefetchedMedia:L}:{}}),CommandBody:ve,From:Q,To:k?`user:${_}`:`chat:${g}`,SessionKey:B,Label:B,ConversationLabel:B,DisplayName:B,SessionLabel:B,AccountId:Sn,ChatType:k?"direct":"group",GroupId:void 0,SenderName:p.name??void 0,SenderId:_,Provider:T,Surface:"wps",Channel:T,Timestamp:l.send_time??Date.now(),OriginatingChannel:T,OriginatingFrom:`wps:${_}`,OriginatingTo:`wps:${c.clientId}`},vn=R.finalizeInboundContext?R.finalizeInboundContext(xn):xn,bt=null;if(g&&b)try{await kr(c,g,b),bt={kind:"reaction",chatId:g,messageId:b},r(`WPS thinking reaction added: chatId=${g}, messageId=${b}`)}catch(A){r(`WPS thinking reaction failed, falling back to text: ${String(A)}`);try{await ct(c,P,"\u6B63\u5728\u601D\u8003\u4E2D..."),bt={kind:"text-fallback"}}catch(K){r(`WPS thinking fallback text failed: ${String(K)}`)}}let Tn=()=>async(A,K)=>{let J=A.text??"";if(!J)return;let Le=J.trim();if(/Message:.*[\\/]openclaw-media[\\/].*failed/i.test(Le)){r(`WPS deliver: suppressed media-failed noise: ${Le.substring(0,80)}`);return}r(`WPS deliver: text length=${J.length}, preview=${J.substring(0,80)}`),!k&&g&&b?await Yo(c,g,b,J):await ct(c,P,J)};try{if(R.dispatchReplyWithBufferedBlockDispatcher)await R.dispatchReplyWithBufferedBlockDispatcher({ctx:vn,cfg:o,dispatcherOptions:{deliver:Tn(),responsePrefix:"",humanDelay:R.resolveHumanDelayConfig?R.resolveHumanDelayConfig(o,qe):void 0,onError:(A,K)=>{n(`WPS ${K.kind} reply error: ${String(A)}`)}}}),r("WPS: agent dispatch completed");else if(R.dispatchReplyFromConfig&&R.createReplyDispatcherWithTyping){let A=R.resolveHumanDelayConfig?R.resolveHumanDelayConfig(o,qe):void 0,{dispatcher:K,replyOptions:J,markDispatchIdle:Le}=R.createReplyDispatcherWithTyping({responsePrefix:"",humanDelay:A,deliver:Tn(),onError:(jt,Yi)=>{n(`WPS ${Yi.kind} reply error: ${String(jt)}`)}});try{await R.dispatchReplyFromConfig({ctx:vn,cfg:o,dispatcher:K,replyOptions:J})}finally{Le()}r("WPS: agent dispatch completed (fallback path)")}else r("WPS: channelRuntime.reply dispatch APIs not found, skipping agent dispatch")}finally{bt?.kind==="reaction"&&(await Ir(c,bt.chatId,bt.messageId,t),r("WPS thinking reaction removed"))}}catch(O){n("WPS async inbound error:",O)}}dt();nt();Tt();import{createHash as Qo}from"node:crypto";function es(e){return Qo("sha256").update(e).digest("hex")}var hi=20*1024*1024;function Zr(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"))}function gi(e){let t=e.trim();return t.includes("openclaw-media")&&!t.startsWith("http://")&&!t.startsWith("https://")}function ts(e){let t={};for(let[r,n]of Object.entries(e)){if(typeof n!="string")continue;let o=r.trim();if(!o)continue;let i=o.toLowerCase();i==="content-length"||i==="transfer-encoding"||(t[o]=n)}return t}async function Yr(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>hi)throw new Error(`file too large: ${a} bytes (max ${hi})`);let c=es(n);i(`[upload] phase1 start: fileName=${t} fileType=${r} size=${a} checksum=${c.substring(0,16)}\u2026`);let l=await e.request({method:"POST",path:"/v7/chats/resources/upload",body:{file_name:t,file_size:a,file_type:r,checksum:c}}),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 f=u.upload_entry;f&&i(`[upload] upload_entry keys: [${Object.keys(f)}]`);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():f&&typeof f.url=="string"&&f.url.trim()?f.url.trim():null,h=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(!h)throw new Error(`upload phase 1 did not return a storage_key: keys=${JSON.stringify(Object.keys(u))}`);i(`[upload] phase1 ok: storageKey=${h.substring(0,20)}\u2026 uploadUrl=${m.substring(0,80)}\u2026`);let y=f&&typeof f.headers=="object"&&f.headers&&Object.keys(f.headers).length>0,_=ts(y?f.headers:{});i(`[upload] phase2 PUT headers: ${JSON.stringify(_)}`);let g=await fetch(m,{method:"PUT",headers:_,body:n});if(!g.ok){let b=await g.text().catch(()=>"");throw s(`[upload] phase2 PUT failed: HTTP ${g.status} body=${b.substring(0,300)}`),new Error(`upload phase 2 PUT failed: HTTP ${g.status} ${b.substring(0,200)}`)}return i(`[upload] phase2 PUT ok: HTTP ${g.status} storageKey=${h.substring(0,20)}\u2026`),{storage_key:h,file_name:t,file_size:a}}function Vr(e){return e.data??null}function Zt(e){return{error:e instanceof Error?e.message:String(e)}}function de(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 rs(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 ns(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 Qr(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 or resource (GET /v7/chats/{chat_id}/messages/{message_id}/resources/{storage_key}/download). Use storage_key from inbound message attachments (WPS cloud). Do NOT use the generic read() tool with the attachment display filename \u2014 that file is not on the OpenClaw workspace disk. The returned data typically includes a short-lived URL for HTTP GET.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat id containing the message."},message_id:{type:"string",description:"Message id that owns the resource."},storage_key:{type:"string",description:"Resource storage key from the message."}},required:["chat_id","message_id","storage_key"]},async execute(i,s){try{let a=encodeURIComponent(de(s,"chat_id")),c=encodeURIComponent(de(s,"message_id")),l=encodeURIComponent(de(s,"storage_key")),d=await e.request({method:"GET",path:`/v7/chats/${a}/messages/${c}/resources/${l}/download`});return Vr(d)}catch(a){return Zt(a)}}}),t({name:"wps_media_fetch_base64",description:"Fetch attachment bytes from WPS and return base64 (no shell/exec required). It internally calls the WPS media download endpoint, follows the pre-signed URL, and returns `{ mime_type, size, base64 }`. Use this when you need OCR or image understanding in-tool; do NOT call exec/curl manually.",parameters:{type:"object",properties:{chat_id:{type:"string",description:"Chat id containing the message."},message_id:{type:"string",description:"Message id that owns the resource."},storage_key:{type:"string",description:"Resource storage key from the message."},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=encodeURIComponent(de(s,"chat_id")),c=encodeURIComponent(de(s,"message_id")),l=encodeURIComponent(de(s,"storage_key")),d=ns(s,"max_bytes")??5*1024*1024;if(d<=0)throw new Error("max_bytes must be positive");n(`[tool:wps_media_fetch_base64] start: chatId=${decodeURIComponent(a)} msgId=${decodeURIComponent(c)} sk=${decodeURIComponent(l).substring(0,20)}\u2026`);let p=await e.request({method:"GET",path:`/v7/chats/${a}/messages/${c}/resources/${l}/download`}),u=Vr(p),f=wr(u),m=await fetch(f);if(!m.ok)throw new Error(`download url request failed: HTTP ${m.status}`);let h=Number(m.headers.get("content-length")??"0");if(Number.isFinite(h)&&h>d)throw new Error(`attachment too large: ${h} bytes > max_bytes=${d}`);let y=m.headers.get("content-type")??"application/octet-stream",_=new Uint8Array(await m.arrayBuffer());if(_.byteLength>d)throw new Error(`attachment too large after download: ${_.byteLength} bytes > max_bytes=${d}`);return n(`[tool:wps_media_fetch_base64] ok: ${y} ${_.byteLength}B`),{chat_id:decodeURIComponent(a),message_id:decodeURIComponent(c),storage_key:decodeURIComponent(l),mime_type:y,size:_.byteLength,base64:Buffer.from(_).toString("base64")}}catch(a){return o("[tool:wps_media_fetch_base64] error:",a),Zt(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=de(s,"file_name"),c=rs(s,"file_size"),l=de(s,"file_type"),d=de(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 Vr(p)}catch(a){return Zt(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 }. After getting storage_key, use wps_message_send(receiver_type, receiver_id, msg_type=image, content JSON with storage_key) to send to the current WPS chat or user.",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=de(s,"file_name"),c=de(s,"file_type"),l=de(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:f}=await Yr(e,a,c,d);return n(`[tool:wps_media_upload_base64] ok: storage_key=${p.substring(0,20)}\u2026 ${u} ${f}B`),{storage_key:p,file_name:u,file_size:f}}catch(a){return o("[tool:wps_media_upload_base64] error:",a),Zt(a)}}})}Tt();var cs={Debug:0,Info:1,Warn:2,Error:3},lt=null;function bi(e){lt=e}function ls(){if(!lt)throw new Error("WPS plugin runtime not initialized");return lt}var Qt="wps",wi={id:T,label:"WPS",selectionLabel:"WPS365 (Open Platform)",docsPath:"/channels/wps-xiezuo",docsLabel:"WPS",blurb:"WPS365 Open Platform bot integration.",aliases:[T,Qt,"wps365"],order:70};function er(e){let t=e.channels;if(t)return t[T]??t[Qt]}function De(e){return fr(er(e))}function ps(){let e=Yt.join(ss(),".openclaw","openclaw.json");if(!is(e))return null;try{let t=os(e,"utf8");return t.trim()?JSON.parse(t):null}catch{return null}}function en(e){let t=e&&typeof e=="object"?e:null;if(t&&Object.keys(De(t)).length>0)return t;let r=lt?.config&&typeof lt.config=="object"?lt.config:null;if(r&&Object.keys(De(r)).length>0)return r;let n=ps();return n&&Object.keys(De(n)).length>0?n:t??r??n??{}}function te(e){return _r(er(e))}function ce(e,t){let r=De(e);return r[t]??r[te(e)]??r[Ce]}function us(e,t=Ce){let r=ce(e,t);return{accountId:t,enabled:r?.enabled!==!1,configured:!!_e(r),config:r??{enabled:!1}}}function tn(e){return e.trim().replace(/^wps-xiezuo:/i,"").replace(/^wps:/i,"")}function _s(e){return e.trim().length>0}function ki(e){if(e.startsWith("user:"))return{type:"user",id:e.slice(5)};if(e.startsWith("chat:"))return{type:"chat",id:e.slice(5)};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)return{type:"user",id:n[1]};let o=n[2]??n[1],i=n[3]??n[2];return{type:o==="group"?"chat":"user",id:i??n[n.length-1]??e}}return{type:"user",id:e}}async function rn(e,t,r){let n=j(e),o=M(e.baseUrl,n),i=ki(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 nn={id:T,meta:{...wi,aliases:[...wi.aliases]},capabilities:{chatTypes:["direct","group"],media:!0,threads:!0,nativeCommands:!1,blockStreaming:!0},reload:{configPrefixes:[`channels.${T}`,`channels.${Qt}`]},configSchema:Mn(ur),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=en(e),r=Object.keys(De(t));return r.length>0?r:[Ce]},resolveAccount:e=>{let t=en(e);return us(t,te(t))},defaultAccountId:e=>{let t=en(e);return te(t)},setAccountEnabled:({cfg:e,enabled:t})=>({...e,channels:{...e.channels,[T]:{...er(e),accounts:{...De(e),[te(e)]:{...ce(e,te(e))??{},enabled:t}}}}}),deleteAccount:({cfg:e})=>{let t={...e},r={...t.channels},n=er(e);if(n){let o=te(e),i={...De(e)};delete i[o],r[T]={...n,accounts:i}}else delete r[T],delete r[Qt];return t.channels=Object.keys(r).length>0?r:void 0,t},isConfigured:(e,t)=>!!_e(ce(t,e.accountId)),describeAccount:e=>({accountId:e.accountId,enabled:e.enabled,configured:e.configured}),resolveAllowFrom:({cfg:e})=>{let t=e;return ce(t,te(t))?.allowFrom??[]},formatAllowFrom:({allowFrom:e})=>e.map(t=>tn(String(t)))},security:{resolveDmPolicy:({cfg:e})=>{let t=e,r=te(t),n=ce(t,r);return{policy:n?.dmPolicy??"pairing",allowFrom:n?.allowFrom??[],policyPath:`channels.${T}.accounts.${r}.dmPolicy`,allowFromPath:`channels.${T}.accounts.${r}.allowFrom`,approveHint:Wn(T),normalizeEntry:tn}},collectWarnings:({cfg:e})=>{let t=[],r=De(e);for(let[n,o]of Object.entries(r))o.dmPolicy==="open"&&t.push(`- WPS account '${n}' DMs are open to anyone. Set channels.${T}.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.${T}.accounts.${n}.groupPolicy="allowlist".`);return t}},pairing:{idLabel:"wpsUserId",normalizeAllowEntry:tn,notifyApproval:async({cfg:e,id:t})=>{let r=e,n=ce(r,te(r)),o=_e(n);if(!o)throw new Error("WPS credentials not configured");await rn(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=ce(r,te(r));return!n?.groups||!t?!0:(n.groups[t]??n.groups["*"])?.requireMention??!0},resolveToolPolicy:()=>{}},outbound:{deliveryMode:"direct",textChunkLimit:5e3,chunker:(e,t)=>ls().channel.text.chunkMarkdownText(e,t),chunkerMode:"markdown",resolveTarget:({to:e,allowFrom:t})=>{let r=e?.trim()??"";if(r&&_s(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=ce(n,te(n)),i=_e(o);if(!i)throw new Error("WPS credentials not configured");return rn(i,t,r)},sendMedia:async({cfg:e,to:t,mediaUrl:r,mimeType:n})=>{let o=e,i=ce(o,te(o)),s=_e(i);if(!s)throw new Error("WPS credentials not configured");let a=j(s),c=M(s.baseUrl,a),l=ki(t),d=(r??"").trim();if(!d)throw new Error("WPS sendMedia requires mediaUrl");let p,u,f=(n??"").trim()||"application/octet-stream",m=null;if(Zr(d)){let _=await yi(d),g=Yt.basename(d)||"attachment";if(p=/^[0-9a-f]{8}_/.test(g)?g.substring(9):g,!(n??"").trim()){let w=Yt.extname(p).toLowerCase();f={".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".bmp":"image/bmp"}[w]??"application/octet-stream"}u=_.byteLength;let b=!1;if(gi(d))try{let w=await yi(d+Dr,"utf8"),k=JSON.parse(w);k.v===1&&k.storage_key&&(d=k.storage_key,typeof k.width=="number"&&typeof k.height=="number"&&k.width>0&&k.height>0&&(m={width:k.width,height:k.height}),b=!0)}catch{}b||(f.startsWith("image/")&&(m=jn(_),console.log(`[${T}] sendMedia: parsed dimensions ${m?`${m.width}x${m.height}`:"(null)"} for ${p}`)),d=(await Yr(c,p,f,_)).storage_key)}let y=f.startsWith("image/")?{type:"image",receiver:{type:l.type,receiver_id:l.id},content:{image:{storage_key:d,...f.startsWith("image/")?{type:f}:{},...p?{name:p}:{},...u!==void 0?{size:u}:{},...m?{width:m.width,height:m.height}:{}}}}:{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}:{}}}}};return c.request({method:"POST",path:"/v7/messages/create",body:y})}},status:{defaultRuntime:{accountId:Ce,running:!1,lastStartAt:null,lastStopAt:null,lastError:null},collectStatusIssues:e=>e.flatMap(t=>{let r=[];return t.enabled&&!t.configured&&r.push({channel:T,accountId:t.accountId,kind:"config",message:"WPS credentials not configured (appId and appSecret required).",fix:`Set channels.${T}.accounts.${t.accountId}.appId and channels.${T}.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 j(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=ce(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=>{Xr({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=ds,l=cs,p={debug:l.Debug,warn:l.Warn,error:l.Error}[t.sdk.logLevel??"info"]??l.Info,u=new c().onV7AppChatMessageCreate(async y=>{try{let _=y.parsedData;e.log?.info?.(`[WPS SDK][${e.accountId}/${r.clientId}] message: chat_id=${_.chat.id}, message_id=${_.message.id}`);let g=Jn(_);o(g)}catch(_){e.log?.error?.("WPS SDK message handler error:",_)}}).onV7AppGroupChatMemberRobotCreate(async y=>{let _=y.parsedData;if(e.log?.info?.(`[WPS SDK] robot joined group: chat_id=${_.chat_id}`),t.robotJoinGroupMessage!==void 0){let g=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 b=j(r);await M(r.baseUrl,b).request({method:"POST",path:"/v7/messages/create",body:{type:"text",receiver:{type:"chat",receiver_id:_.chat_id},content:{text:{content:g,type:"markdown"}}}})}catch(b){e.log?.error?.("WPS welcome message failed:",b)}}}).onV7AppGroupChatMemberRobotDelete(async y=>{e.log?.info?.(`[WPS SDK] robot left group: chat_id=${y.parsedData.chat_id}`)}).registerFallbackFunc(y=>{let _=null;if(y.parsedData&&typeof y.parsedData=="object")_=y.parsedData;else if(typeof y.data=="string"&&y.data)try{_=JSON.parse(y.data)}catch{}let g=_?Object.keys(_).join(","):"N/A";if(e.log?.info?.(`[WPS SDK] unhandled event: ${y.eventCode}, keys=${g}`),_&&e.log?.info?.(`[WPS SDK] event payload: ${JSON.stringify(_).slice(0,500)}`),_){let b=typeof _.code=="string"?_.code:typeof _.authorization_code=="string"?_.authorization_code:void 0,w=typeof _.state=="string"?_.state:void 0;if(b){let k=typeof _.user_id=="string"?_.user_id:void 0;e.log?.info?.(`[WPS SDK] Auth code detected: eventCode=${y.eventCode}, code=${b.slice(0,8)}..., state=${w??"(none)"}, userId=${k??"(none)"}`),(async()=>{try{let{handleAuthEvent:P}=await Promise.resolve().then(()=>(Vt(),Kr));await P({code:b,state:w??"",creds:r,wpsCfg:t,log:e.log,userId:k})}catch(P){e.log?.error?.(`[WPS SDK] Auth event handling failed: ${String(P)}`)}})()}}}),f=new a(Vn({appId:r.clientId,appSecret:r.clientSecret,dispatcher:u,logLevel:p,endpoint:t.sdk.endpoint},t.sdk));f.start().catch(y=>{e.log?.error?.("WPS SDK client.run ended:",y)});let m=t.sdk.connectTimeoutMs??2e4,h=Date.now()+m;for(;Date.now()<h&&!f.isConnected();)await new Promise(y=>setTimeout(y,150));if(f.isConnected()){i=!0,e.log?.info?.("[WPS SDK] long connection established");let y=()=>f.stop();e.abortSignal.addEventListener("abort",y),n=async()=>{e.abortSignal.removeEventListener("abort",y),f.stop()}}else f.stop(),e.log?.warn?.(`[WPS SDK] connect timeout (${m}ms), falling back to Webhook`)}catch(a){e.log?.warn?.(`[WPS SDK] init failed: ${String(a)}, falling back to Webhook`)}if(!i){let a=await import("express"),c=(a.default||a)();c.use(a.json());let l=t.webhook?.port??3e3,d=t.webhook?.path??"/wps/webhook",p=t.enableEncryption!==!1;c.post(d,(f,m)=>{let h=Xn(f.body,{appId:r.clientId,appSecret:r.clientSecret},p,e.log);if("challenge"in h){m.status(200).json({challenge:h.challenge});return}if(!h.ok){let y=h.status??200;y===200?m.status(200).json({code:0,msg:"ok"}):m.status(y).json({code:-1,msg:h.error});return}m.status(200).json({code:0,msg:"ok"}),o(h.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=j(r),c=M(r.baseUrl,a);Lr(c,e.log,t,r),mr({appId:r.clientId,appSecret:r.clientSecret,baseUrl:r.baseUrl}),e.log?.info?.(`[${e.accountId}] WPS client initialized for OAPI tools`);try{let d=((await c.request({method:"GET",path:`/v7/developer/apps/${encodeURIComponent(r.clientId)}`})).data?.scopes??[]).filter(p=>p.auth_types?.includes("delegated")).map(p=>({name:p.name??"",description:p.description??""})).filter(p=>p.name);Jt(d),e.log?.info?.(`[${e.accountId}] Delegated scopes: ${d.map(p=>p.name).join(", ")||"(none)"}`)}catch(l){Jt([]);let d=String(l);d.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: ${d}`)}}catch(a){e.log?.error?.(`[${e.accountId}] WPS client init failed:`,a)}return zn(e.abortSignal,n)}},onboarding:{channel:T,getStatus:async({cfg:e})=>{let t=e,r=ce(t,te(t)),n=!!_e(r);return{channel:T,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:e=>["- WPS targeting: omit `target` to reply in the current conversation (auto-inferred by the framework). 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>`.","- WPS supports `send` action for proactive messaging. The `to` parameter is required for `action=send` (e.g. `user:<user_id>` or `chat:<chat_id>`)."]},actions:{describeMessageTool:()=>({actions:["send"]}),handleAction:async e=>{if(e.action!=="send")throw new Error(`WPS does not support action: ${e.action}`);let t=e.params.to??e.params.target??e.params.receiver_id,r=e.params.message??e.params.text??e.params.content,n=e.params.media,o=e.cfg,i=ce(o,te(o)),s=_e(i);if(!s)throw new Error("WPS credentials not configured");let a=t&&typeof t=="string"&&t.trim()?t.trim():"";if(n&&typeof n=="string"&&n.trim()){let l=n.trim();if(Zr(l)){if(!a)throw new Error("WPS send with media requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");return await nn.outbound.sendMedia({cfg:e.cfg,to:a,mediaUrl:l,mimeType:void 0}),{text:`Media sent (${Yt.basename(l)||"attachment"})`}}}if(!a)throw new Error("WPS send requires 'to' (e.g. 'user:<id>' or 'chat:<id>')");if(!r||typeof r!="string"||!r.trim())throw new Error("WPS send requires 'message' or 'text'");return{text:`Message sent (id: ${(await rn(s,a,r.trim())).messageId})`}}}};dt();function tr(e){return e.data??null}function rr(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 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 fs(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function Ii(e){try{return JSON.parse(e)}catch{throw new Error("content must be valid JSON matching the WPS message content structure")}}function ms(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=Ii(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 sn(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/file: first call wps_media_upload_base64 for storage_key, then msg_type='image' or 'file' with the matching content JSON. Note: cloud documents (type=cloud) cannot be forwarded via this API; to share a cloud doc, reply with the link URL in a text message instead.`,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:{}}},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"),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=Ii(a);if(typeof c!="object"||c===null)throw new Error("parsed content must be a JSON object");let l={type:s,receiver:{type:o,receiver_id:i},content:c},d=n.mentions;if(d!==void 0){if(!Array.isArray(d))throw new Error("mentions must be an array when provided");l.mentions=d}let p=await e.request({method:"POST",path:"/v7/messages/create",body:l});return tr(p)}catch(o){return rr(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:"Chat session id."},message_id:{type:"string",description:"Message id to reply to."},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(me(n,"chat_id")),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=ms(s,a),l=await e.request({method:"POST",path:`/v7/chats/${o}/messages/${i}/reply`,body:c});return tr(l)}catch(o){return rr(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:"Chat session id."},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(me(n,"chat_id")),i=on(n,"start_time"),s=on(n,"end_time"),a=on(n,"page_size")??50,c=fs(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 tr(d)}catch(o){return rr(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:"Chat session id."},message_id:{type:"string",description:"Message id."}},required:["chat_id","message_id"]},async execute(r,n){try{let o=encodeURIComponent(me(n,"chat_id")),i=encodeURIComponent(me(n,"message_id")),s=await e.request({method:"GET",path:`/v7/chats/${o}/messages/${i}`});return tr(s)}catch(o){return rr(o)}}})}function Si(e){return e.data??null}function xi(e){return{error:e instanceof Error?e.message:String(e)}}function hs(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 gs(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 ys(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var ws=["active"],bs=["user_name","email","phone"],ks=["company_user"],Is=50;function an(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 Si(o)}catch(o){return xi(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=hs(n,"keyword"),i=gs(n,"page_size")??Is,s=ys(n,"page_token"),a={keyword:o,status:[...ws],search_field:[...bs],search_source:[...ks],page_size:i};s!==void 0&&(a.page_token=s);let c=await e.request({method:"GET",path:"/v7/users/search",query:a});return Si(c)}catch(o){return xi(o)}}})}function qt(e){return e.data??null}function pt(e){return{error:e instanceof Error?e.message:String(e)}}function Ct(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 vi(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 dn(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}var Ti=50;function Ss(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 cn(e,t="user"){return{id:e,type:t}}var nr=null;async function xs(e){if(nr)return nr;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 nr={id:r.id.trim(),type:"user"},nr}function ln(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=Ct(n,"type");if(o!=="p2p"&&o!=="group")throw new Error("type must be 'p2p' or 'group'");let i=Ss(n,"member_ids"),s,a={type:o};if(o==="group"){let l=await xs(e),d=new Set;s=[],d.add(l.id),s.push(cn(l.id));for(let u of i)d.has(u)||(s.push(cn(u)),d.add(u));a.owner_id=l.id;let p=dn(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=>cn(d))}a.account_id_list=s;let c=await e.request({method:"POST",path:"/v7/chats/create",body:a});return qt(c)}catch(o){return pt(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=vi(n,"page_size")??Ti,i=dn(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 qt(a)}catch(o){return pt(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:"Chat session id."}},required:["chat_id"]},async execute(r,n){try{let o=encodeURIComponent(Ct(n,"chat_id")),i=await e.request({method:"GET",path:`/v7/chats/${o}`});return qt(i)}catch(o){return pt(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(Ct(n,"chat_id")),i=vi(n,"page_size")??Ti,s=dn(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 qt(c)}catch(o){return pt(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(Ct(n,"chat_id")),i=await e.request({method:"GET",path:`/v7/chats/${o}/members/is_in_chat`});return qt(i)}catch(o){return pt(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=Ct(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 pt(o)}}})}nt();dt();Bt();Vt();async function le(e){let t=St(e.wpsUserId);if(t){let i=Kt(),s=yr(i.baseUrl,t);return await e.run(s)}let r=Br(),n=Kt(),o=at();try{await Hr({creds:n,wpsCfg:r,wpsUserId:e.wpsUserId,receiverType:"user",receiverId:e.wpsUserId,originalMessage:e.authCardOriginalMessage})}catch(i){o?.error?.(`[${e.logTag}] Failed to send auth card: ${String(i)}`)}return{needsAuth:!0,message:e.needsAuthMessage}}var Ei=31*24*60*60*1e3,vs=100,Pi=200,Oi=50,Ai=100;function z(e){return{error:e instanceof Error?e.message:String(e)}}function E(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 ut(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 _t(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 Ts(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 ir(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 ft(e){return e.toISOString()}function pn(e){let t=e.now??new Date,r,n,o=!!e.startRfc?.trim(),i=!!e.endRfc?.trim();if(o&&i?(r=ir("start_time",e.startRfc),n=ir("end_time",e.endRfc)):o?(r=ir("start_time",e.startRfc),n=new Date(r.getTime()+14*86400*1e3)):i?(n=ir("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()>Ei&&(n=new Date(r.getTime()+Ei)),{start:r,end:n}}function Es(e){let{start:t,end:r}=pn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now}),n={start_time:ft(t),end_time:ft(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 Ps(e){let{start:t,end:r}=pn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return{start_time:ft(t),end_time:ft(r)}}function Os(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}=pn({startRfc:e.startRfc,endRfc:e.endRfc,now:e.now});return t.start_time=ft(n),t.end_time=ft(o),t}function As(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 Ee(e,t){return`/v7/calendars/${encodeURIComponent(e)}/events/${encodeURIComponent(t)}`}function Rs(e,t){return`${Ee(e,t)}/respond`}function un(e,t){return`${Ee(e,t)}/attendees`}function $s(e,t){return`${un(e,t)}/batch_create`}function qs(e,t){return`${un(e,t)}/batch_delete`}function Cs(e,t){return`${Ee(e,t)}/meeting_rooms`}function Ds(e,t){return`${Ee(e,t)}/meeting_rooms/batch_create`}function Us(e,t){return`${Ee(e,t)}/meeting_rooms/batch_delete`}function Ri(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>Ai)throw new Error(`room_ids length must be <= ${Ai}`);return{room_ids:t}}function js(e){let t=e.pageSize??30,n={page_size:Math.max(1,Math.min(vs,Math.trunc(t)))};return e.pageToken!==void 0&&e.pageToken.trim()!==""&&(n.page_token=e.pageToken.trim()),n}function Ue(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 X(e,t,r){try{return await le({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 z(n)}}function _n(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=E(i,"summary"),a=E(i,"start_time"),c=x(i,"end_time"),l=c&&c.trim()!==""?c.trim():As(a),d=x(i,"description"),p=x(i,"location"),u=x(i,"wps_user_id")??"";return u?await X(u,s,async f=>{let m={summary:s,start_time:{datetime:a},end_time:{datetime:l}};d&&(m.description=d),p&&(m.locations=[{name:p}]);let h=await f.request({method:"POST",path:"/v7/calendars/primary/events/create",body:m});return h.data??h}):z(new Error("wps_user_id is required. Use the SenderId from the conversation context."))}catch(s){return z(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=E(i,"wps_user_id"),a=x(i,"start_time"),c=x(i,"end_time"),l=ut(i,"page_size"),d=x(i,"page_token"),p=_t(i,"with_cancelled"),u=x(i,"sync_token"),f=x(i,"anchor_time");return await X(s,"\u67E5\u8BE2\u4E3B\u65E5\u5386\u65E5\u7A0B\u5217\u8868",async m=>{let h=Os({startRfc:a,endRfc:c,pageSize:l,pageToken:d,withCancelled:p,syncToken:u,anchorTime:f}),y=await m.request({method:"GET",path:"/v7/calendars/primary/events",query:h});return y.data??y})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary";return await X(s,"\u67E5\u8BE2\u65E5\u7A0B\u8BE6\u60C5",async l=>{let d=await l.request({method:"GET",path:Ee(c,a),headers:Ue(i)});return d.data??d})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary",l=ut(i,"page_size"),d=x(i,"page_token");return await X(s,"\u83B7\u53D6\u65E5\u7A0B\u53C2\u4E0E\u8005\u5217\u8868",async p=>{let u=js({pageSize:l,pageToken:d}),f=await p.request({method:"GET",path:un(c,a),query:u,headers:Ue(i)});return f.data??f})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary",l=_t(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>Pi)throw new Error(`attendees length must be <= ${Pi}`);let p=d.map((u,f)=>{if(typeof u!="object"||u===null||Array.isArray(u))throw new Error(`attendees[${f}] must be an object`);let m=u,h={};if(m.type!==void 0){if(typeof m.type!="string"||!m.type.trim())throw new Error(`attendees[${f}].type must be a non-empty string when provided`);h.type=m.type.trim()}if(m.user_id!==void 0){if(typeof m.user_id!="string"||!m.user_id.trim())throw new Error(`attendees[${f}].user_id must be a non-empty string when provided`);h.user_id=m.user_id.trim()}if(m.third_party_email!==void 0){if(typeof m.third_party_email!="string"||!m.third_party_email.trim())throw new Error(`attendees[${f}].third_party_email must be a non-empty string when provided`);h.third_party_email=m.third_party_email.trim()}if(m.is_optional!==void 0){if(typeof m.is_optional!="boolean")throw new Error(`attendees[${f}].is_optional must be a boolean when provided`);h.is_optional=m.is_optional}if(m.response_status!==void 0){if(typeof m.response_status!="string"||!m.response_status.trim())throw new Error(`attendees[${f}].response_status must be a non-empty string when provided`);h.response_status=m.response_status.trim()}if(Object.keys(h).length===0)throw new Error(`attendees[${f}] must contain at least one valid field`);return h});return await X(s,"\u6DFB\u52A0\u65E5\u7A0B\u53C2\u4E0E\u8005",async u=>{let f={attendees:p};l!==void 0&&(f.is_notification=l);let m=await u.request({method:"POST",path:$s(c,a),body:f,headers:Ue(i)});return m.data??m})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary";return await X(s,"\u83B7\u53D6\u65E5\u7A0B\u4F1A\u8BAE\u5BA4\u5217\u8868",async l=>{let d=await l.request({method:"GET",path:Cs(c,a),headers:Ue(i)});return d.data??d})}catch(s){return z(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=E(i,"wps_user_id"),a=E(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=Ri(l);return await X(s,"\u6279\u91CF\u6DFB\u52A0\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:Ds(c,a),body:d,headers:Ue(i)});return u.data??u})}catch(s){return z(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=E(i,"wps_user_id"),a=E(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=Ri(l);return await X(s,"\u6279\u91CF\u5220\u9664\u65E5\u7A0B\u4F1A\u8BAE\u5BA4",async p=>{let u=await p.request({method:"POST",path:Us(c,a),body:d,headers:Ue(i)});return u.data??u})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary",l=_t(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((h,y)=>{if(typeof h!="string"||!h.trim())throw new Error(`attendee_ids[${y}] must be a non-empty string`);return h.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 f=u.map((h,y)=>{if(typeof h!="object"||h===null||Array.isArray(h))throw new Error(`attendees[${y}] must be an object`);let _=h,g={};if(_.type!==void 0){if(typeof _.type!="string"||!_.type.trim())throw new Error(`attendees[${y}].type must be a non-empty string when provided`);g.type=_.type.trim()}if(_.user_id!==void 0){if(typeof _.user_id!="string"||!_.user_id.trim())throw new Error(`attendees[${y}].user_id must be a non-empty string when provided`);g.user_id=_.user_id.trim()}if(_.third_party_email!==void 0){if(typeof _.third_party_email!="string"||!_.third_party_email.trim())throw new Error(`attendees[${y}].third_party_email must be a non-empty string when provided`);g.third_party_email=_.third_party_email.trim()}if(Object.keys(g).length===0)throw new Error(`attendees[${y}] must contain at least one valid field`);return g});if((p?.length??0)+f.length>Oi)throw new Error(`attendee_ids.length + attendees.length must be <= ${Oi}`);return await X(s,"\u5220\u9664\u65E5\u7A0B\u53C2\u4E0E\u8005",async h=>{let y={attendees:f};p&&p.length>0&&(y.attendee_ids=p),l!==void 0&&(y.is_notification=l);let _=await h.request({method:"POST",path:qs(c,a),body:y,headers:Ue(i)});return _.data??_})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary",l=E(i,"mod_type");if(l!=="normal"&&l!=="one"&&l!=="all")throw new Error("mod_type must be normal, one, or all");let d=E(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(Ts(i,"which_day_time"));return await X(s,"\u7B54\u590D\u65E5\u7A0B\u9080\u8BF7",async u=>{let f=await u.request({method:"POST",path:Rs(c,a),body:{mod_type:l,response_status:d,which_day_time:p}});return f.data??f})}catch(s){return z(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=E(i,"wps_user_id"),a=x(i,"calendar_id")??"primary",c=x(i,"start_time"),l=x(i,"end_time"),d=ut(i,"page_size"),p=x(i,"page_token");return await X(s,"\u67E5\u8BE2\u65E5\u5386\u65E5\u7A0B\u5B9E\u4F8B\u5217\u8868",async u=>{let f=Es({startRfc:c,endRfc:l,pageSize:d,pageToken:p}),m=await u.request({method:"GET",path:`/v7/calendars/${encodeURIComponent(a)}/event_instances`,query:f});return m.data??m})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"event_id"),c=x(i,"calendar_id")??"primary",l=x(i,"start_time"),d=x(i,"end_time");return await X(s,"\u67E5\u8BE2\u5355\u6761\u65E5\u7A0B\u5B9E\u4F8B",async p=>{let u=Ps({startRfc:l,endRfc:d}),f=await p.request({method:"GET",path:`${Ee(c,a)}/event_instances`,query:u});return f.data??f})}catch(s){return z(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=E(i,"wps_user_id"),a=E(i,"keyword");if(a.length>r)throw new Error(`keyword must be at most ${r} characters`);let c=x(i,"calendar_id")??"primary",l=ut(i,"page_size"),d=x(i,"page_token");return await X(s,"\u641C\u7D22\u65E5\u7A0B",async p=>{let u={keyword:a},f=l??200;u.page_size=Math.max(1,Math.min(n,Math.trunc(f))),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:Ue(i)});return m.data??m})}catch(s){return z(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=E(i,"wps_user_id"),a=E(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=ut(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 f=x(i,"attendee_ability");if(f!==void 0&&f!=="can_see_others"&&f!=="can_invite_others")throw new Error("attendee_ability must be can_see_others or can_invite_others");return await X(s,"\u4FEE\u6539\u65E5\u7A0B",async m=>{let h={},y=x(i,"summary");y!==void 0&&(h.summary=y);let _=x(i,"description");_!==void 0&&(h.description=_);let g=x(i,"start_time");g!==void 0&&(h.start_time={datetime:g});let b=x(i,"end_time");b!==void 0&&(h.end_time={datetime:b});let w=x(i,"location");w!==void 0&&(h.locations=[{name:w}]),p!==void 0&&(h.free_busy_status=p),u!==void 0&&(h.visibility=u),f!==void 0&&(h.attendee_ability=f),l!==void 0&&(h.mod_type=l),d!==void 0&&(h.which_day_time=Math.trunc(d));let k=_t(i,"is_notification");k!==void 0&&(h.is_notification=k);let P=_t(i,"is_reinvition");P!==void 0&&(h.is_reinvition=P);let Q=i.reminders;Array.isArray(Q)&&(h.reminders=Q.slice(0,10).map(L=>{let F=L;return{minutes:typeof F.minutes=="number"?Math.trunc(F.minutes):0}}));let H=await m.request({method:"POST",path:`${Ee(c,a)}/update`,body:h});return H.data??H})}catch(s){return z(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=E(i,"wps_user_id"),a=E(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=ut(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=_t(i,"is_notification");return await X(s,"\u5220\u9664\u65E5\u7A0B",async u=>{let f={};p!==void 0&&(f.is_notification=p),l!==void 0&&(f.mod_type=l),d!==void 0&&(f.which_day_time=Math.trunc(d));let m=await u.request({method:"POST",path:`${Ee(c,a)}/delete`,body:f});return m.data??m})}catch(s){return z(s)}}})}var Ns="/v7/todo/personal_tasks",Ms="/v7/todo/personal_tasks/batch_get";function or(e){return`/v7/todo/personal_tasks/${encodeURIComponent(e.trim())}`}function Ws(e){return`${or(e.trim())}/update`}function zs(e){return`${or(e.trim())}/update_status`}var $i=100,Ls=20,Fs=50;function ht(e){return{error:e instanceof Error?e.message:String(e)}}function Pe(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){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function He(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 Bs(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 Gs(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 Hs(e,t){let r=V(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 mt(e){let t=V(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 Ks(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>$i)throw new Error(`executors must have at most ${$i} entries`);n.executors=[...e.executors]}return n}function Js(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(Fs,Math.trunc(r)))}else t.page_size=Ls;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 Xs(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 Vs=new Set(["finish","unfinish","finish_all","unfinish_all"]);function Zs(e){return Vs.has(e)}function qi(e){let t=e.trim();if(!Zs(t))throw new Error("action must be exactly one of: finish, unfinish, finish_all, unfinish_all");return t}function Ys(e){return{action:qi(e.action)}}function Qs(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 ea(e,t){let r=e.trim(),n=t.trim();return r===n?!0:r.toLowerCase()===n.toLowerCase()}function ta(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=qi(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 Dt(e,t,r){try{return await le({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 ht(n)}}function fn(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=Pe(n,"wps_user_id"),i=Pe(n,"title_subject"),s=V(n,"title_prefix"),a=V(n,"description"),c=He(n,"due_time_ms"),l=V(n,"status"),d=Bs(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=Ks({titleSubject:i,titlePrefix:s,description:a,dueTimeMs:c,status:p,executors:d});return await Dt(o,"\u521B\u5EFA\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ns,body:u,headers:mt(n)});return m.data??m})}catch(o){return ht(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=Pe(n,"wps_user_id"),i=V(n,"keyword"),s=V(n,"executor"),a=V(n,"status"),c=He(n,"page_size"),l=V(n,"page_token"),d=He(n,"created_time_start_ms"),p=He(n,"created_time_end_ms"),u=He(n,"due_time_start_ms"),f=He(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 h=Js({keyword:i,executor:s,status:m,pageSize:c,pageToken:l,createdTimeStartMs:d,createdTimeEndMs:p,dueTimeStartMs:u,dueTimeEndMs:f});return await Dt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u5217\u8868",async y=>{let _=await y.request({method:"POST",path:Ms,body:h,headers:mt(n)});return _.data??_})}catch(o){return ht(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=Pe(n,"wps_user_id"),i=Pe(n,"task_id");return await Dt(o,"\u83B7\u53D6\u4E2A\u4EBA\u5F85\u529E\u8BE6\u60C5",async s=>{let a=await s.request({method:"GET",path:or(i),headers:mt(n)});return a.data??a})}catch(o){return ht(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=Pe(n,"wps_user_id"),i=Pe(n,"task_id"),s=V(n,"completion"),a=V(n,"mark_scope"),c=V(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 Dt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E\u72B6\u6001",async p=>{let u=await p.request({method:"GET",path:or(i),headers:mt(n)}),f=u.data??u,m=Qs(f),h=m!==null&&ea(o,m),y=ta({hasCompletion:l,completionRaw:s,markScopeRaw:a,actionParam:c,isCreator:h,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 _=Ys({action:y.action}),g=await p.request({method:"POST",path:zs(i),body:_,headers:mt(n)});return g.data??g})}catch(o){return ht(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=Pe(n,"wps_user_id"),i=Pe(n,"task_id"),s=V(n,"title_subject"),a=V(n,"title_prefix"),c=V(n,"description"),l=He(n,"due_time_ms"),d=Gs(n,"ext_attrs"),p=Hs(n,"notify_config_json"),u=Xs({titleSubject:s,titlePrefix:a,description:c,dueTimeMs:l,extAttrs:d,notifyConfig:p});return await Dt(o,"\u66F4\u65B0\u4E2A\u4EBA\u5F85\u529E",async f=>{let m=await f.request({method:"POST",path:Ws(i),body:u,headers:mt(n)});return m.data??m})}catch(o){return ht(o)}}})}function ie(e){return{error:e instanceof Error?e.message:String(e)}}function v(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 Z(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 Y(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 Ke(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 je(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 Oe(e){return`/v7/coop/dbsheet/${encodeURIComponent(e)}`}function ra(e){return`/v7/dbsheet/${encodeURIComponent(e)}`}function Ne(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 Ci(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 Ie(e,t,r){return le({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 mn(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=v(n,"wps_user_id"),i=v(n,"file_id");return await Ie(o,"wps_dbsheet_get_schema",async s=>{let a=await s.request({method:"GET",path:`${Oe(i)}/schema`});return a.data??a})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_batch_create_sheets",description:"Batch create sheets (\u6279\u91CF\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/dbsheet/{file_id}/sheets/batch_create`. Creates one or more sheets. Each sheet requires `name`; optionally include `fields` (field definitions with name/type/data) and `position` (after_sheet_id or before_sheet_id). Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheets:{type:"array",description:"Array of sheet definitions. Each: { name: string (required), fields?: [{name, type, data?}], position?: {after_sheet_id?: number, before_sheet_id?: number} }.",items:{type:"object",properties:{name:{type:"string"},fields:{type:"array",items:{type:"object"}},position:{type:"object"}},required:["name"]}}},required:["wps_user_id","file_id","sheets"]},async execute(r,n){try{let o=v(n,"wps_user_id"),i=v(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 Ie(o,"wps_dbsheet_batch_create_sheets",async a=>{let c=await a.request({method:"POST",path:`${ra(i)}/sheets/batch_create`,body:{sheets:s}});return c.data??c})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_sheet",description:"Update sheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/update`. Currently supports renaming a sheet. Obtain `sheet_id` (integer) from `wps_dbsheet_get_schema`. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a=v(n,"name");return await Ie(o,"wps_dbsheet_update_sheet",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/update`,body:{name:a}});return l.data??l})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_create_records",description:'Create records (\u521B\u5EFA\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/create`. Creates one or more records. Each record\'s `fields_value` is a JSON string (or object \u2014 auto-stringified) mapping field name to value. Example: `{"\u6587\u672C\u5B57\u6BB5": "hello", "\u6570\u5B57\u5B57\u6BB5": 42}`. Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be set. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.',parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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:{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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(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:Ci(l.fields_value,`records[${d}].fields_value`)}});return await Ie(o,"wps_dbsheet_create_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/create`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_update_records",description:"Update records (\u66F4\u65B0\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/update`. Updates one or more records by record ID. Each item must include `id` (record ID) and `fields_value`. `fields_value` maps field names to new values (JSON string or object \u2014 auto-stringified). Auto fields (Formula/AutoNumber/CreatedBy/CreatedTime/LastModifiedBy/Lookup) must NOT be updated. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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:{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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(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:Ci(p.fields_value,`records[${d}].fields_value`)}});return await Ie(o,"wps_dbsheet_update_records",async l=>{let d=await l.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/update`,body:{records:c}});return d.data??d})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records",description:"List records with cursor pagination (\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records`. Returns records with optional filter and cursor-based pagination (page_token). Use `page_token` from previous response to fetch next page. For page-number pagination use `wps_dbsheet_list_records_by_page`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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",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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a={},c=Ke(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Y(n,"max_records");l!==void 0&&(a.max_records=l);let d=Y(n,"page_size");d!==void 0&&(a.page_size=d);let p=Z(n,"page_token");p!==void 0&&p!==""&&(a.page_token=p);let u=Z(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let f=Z(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let h=re(n,"show_record_extra_info");return h!==void 0&&(a.show_record_extra_info=h),await Ie(o,"wps_dbsheet_list_records",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_list_records_by_page",description:"List records with page-number pagination (\u6309\u9875\u5217\u4E3E\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/list_by_page`. Uses page_num (starts from 1) / page_size. Also returns total count. For cursor-based pagination use `wps_dbsheet_list_records`. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","string"],description:"Sheet ID (integer)."},fields:{type:"array",items:{type:"string"},description:"Optional. Field names to include."},filter:{type:"object",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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a={},c=Ke(n,"fields");c&&(a.fields=c),n.filter!==void 0&&n.filter!==null&&(a.filter=n.filter);let l=Y(n,"max_records");l!==void 0&&(a.max_records=l);let d=Y(n,"page_num");d!==void 0&&(a.page_num=d);let p=Y(n,"page_size");p!==void 0&&(a.page_size=p);let u=Z(n,"view_id");u!==void 0&&u!==""&&(a.view_id=u);let f=Z(n,"text_value");f!==void 0&&(a.text_value=f);let m=re(n,"show_fields_info");m!==void 0&&(a.show_fields_info=m);let h=re(n,"show_record_extra_info");return h!==void 0&&(a.show_record_extra_info=h),await Ie(o,"wps_dbsheet_list_records_by_page",async y=>{let _=await y.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/list_by_page`,body:a});return _.data??_})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_records",description:"Get multiple records by ID (\u6309 ID \u6279\u91CF\u68C0\u7D22\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/search`. Retrieves specific records by their IDs. Use when you already know the record IDs. For filter-based listing use `wps_dbsheet_list_records` instead. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a=Ke(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=Z(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 Ie(o,"wps_dbsheet_get_records",async u=>{let f=await u.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/search`,body:c});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_get_record",description:"Get a single record (\u68C0\u7D22\u5355\u6761\u8BB0\u5F55): GET `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/{record_id}`. Retrieves a single record by its ID. Requires delegated OAuth (`kso.dbsheet.read`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a=v(n,"record_id"),c={},l=Z(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 Ie(o,"wps_dbsheet_get_record",async u=>{let f=await u.request({method:"GET",path:`${Oe(i)}/sheets/${s}/records/${encodeURIComponent(a)}`,query:Object.keys(c).length>0?c:void 0});return f.data??f})}catch(o){return ie(o)}}}),t({name:"wps_dbsheet_delete_records",description:"Delete records (\u6279\u91CF\u5220\u9664\u8BB0\u5F55): POST `/v7/coop/dbsheet/{file_id}/sheets/{sheet_id}/records/batch_delete`. Deletes one or more records by their IDs. This operation is irreversible. Requires delegated OAuth (`kso.dbsheet.readwrite`). Use current SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (current SenderId)."},file_id:{type:"string",description:"DBSheet file ID."},sheet_id:{type:["integer","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=v(n,"wps_user_id"),i=v(n,"file_id"),s=Ne(n),a=Ke(n,"records");if(!a||a.length===0)throw new Error("records must be a non-empty array of record IDs");return await Ie(o,"wps_dbsheet_delete_records",async c=>{let l=await c.request({method:"POST",path:`${Oe(i)}/sheets/${s}/records/batch_delete`,body:{records:a}});return l.data??l})}catch(o){return ie(o)}}})}nt();import{createHash as na}from"node:crypto";import{readFile as ia,stat as oa}from"node:fs/promises";var sa="/v7/drives",aa="/v7/files/search",da=50,ca=500,la=50,pa=500,ua=50,_a=500,Di=["folder","file","shortcut"],sr=["fail","rename","overwrite","replace"],Fi=["kdc","plain","markdown"],Bi=["sync","async","auto"],fa=["para","table","component","textbox","all"],Ui=["file_name","content","all"],ji=["folder","file","shortcut"],Ni=["ctime","mtime","otime","stime"],Mi=["desc","asc"],Wi=["ctime","mtime"],zi=["desc","asc"],Li=["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 We(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 $(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 oe(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 G(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 Me(e){let t=$(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={};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 ga(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 ya(e){let t={allotee_type:e.alloteeType,page_size:Math.max(1,Math.min(ca,Math.trunc(e.pageSize??da)))};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 wa(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 ka(e){let t={page_size:Math.max(1,Math.min(_a,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 Ia(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/request_upload`}function Sa(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/commit_upload`}function xa(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 va(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 Ta(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 Ea(e,t){return`/v7/drives/${encodeURIComponent(e.trim())}/files/${encodeURIComponent(t.trim())}/content`}function Pa(e){let t={};if(e.format!==void 0&&e.format.trim()!==""){let r=e.format.trim();if(!Fi.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(!fa.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(!Bi.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 Oa(e){return`/v7/files/${encodeURIComponent(e.trim())}/meta`}function Aa(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 Ra(e){let t={type:e.type,page_size:Math.max(1,Math.min(pa,Math.trunc(e.pageSize??la)))};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 Je(e,t,r,n){try{return await le({wpsUserId:e,authCardOriginalMessage:t,needsAuthMessage:r,logTag:"drive",run:n})}catch(o){return We(o)}}function hn(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=D(n,"wps_user_id"),i=D(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=$(n,"allotee_id"),c=oe(n,"with_ext_attrs"),l=gt(n,"page_size"),d=$(n,"page_token"),p=G(n,"sources");return await Je(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 f=ya({alloteeType:s,alloteeId:a,withExtAttrs:c,pageSize:l,pageToken:d,sources:p}),m=await u.request({method:"GET",path:sa,query:f,headers:Me(n)});return m.data??m})}catch(o){return We(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:[...zi],description:"Optional order direction."},order_by:{type:"string",enum:[...Li],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=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"parent_id"),a=oe(n,"with_permission"),c=oe(n,"with_ext_attrs"),l=$(n,"filter_exts"),d=gt(n,"page_size"),p=$(n,"page_token"),u=$(n,"order");if(u!==void 0&&!zi.includes(u))throw new Error("order must be one of: desc, asc");let f=u,m=$(n,"order_by");if(m!==void 0&&!Li.includes(m))throw new Error("order_by must be one of: ctime, mtime, dtime, fname, fsize");let h=m,y=n.filter_type,_;if(y!=null){if(typeof y!="object"||Array.isArray(y))throw new Error("filter_type must be an object when provided");_=y}return await Je(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 g=>{let b=ka({withPermission:a,withExtAttrs:c,filterExts:l,filterType:_,order:f,orderBy:h,pageSize:d,pageToken:p}),w=await g.request({method:"GET",path:ba(i,s),query:b,headers:Me(n)});return w.data??w})}catch(o){return We(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:[...Di],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:[...sr],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=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"parent_id"),a=D(n,"file_type");if(!Di.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=D(n,"name"),d=$(n,"file_id"),p=$(n,"on_name_conflict");if(p!==void 0&&!sr.includes(p))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let u=p,f=G(n,"parent_path");return await Je(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 h=xa({fileType:c,name:l,fileId:d,onNameConflict:u,parentPath:f}),y=await m.request({method:"POST",path:wa(i,s),body:h,headers:Me(n)});return y.data??y})}catch(o){return We(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:[...sr],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=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"parent_id"),a=D(n,"file_path"),c=$(n,"name"),l=$(n,"on_name_conflict");if(l!==void 0&&!sr.includes(l))throw new Error("on_name_conflict must be one of: fail, rename, overwrite, replace");let d=l,p=$(n,"file_id"),u=oe(n,"internal"),f=$(n,"upload_scene"),m=a.trim();try{if(!(await oa(m)).isFile())throw new Error("path is not a regular file")}catch(g){throw new Error(`file_path "${m}" is not accessible: ${g instanceof Error?g.message:String(g)}`)}let h=await ia(m);if(!c){let g=Math.max(m.lastIndexOf("/"),m.lastIndexOf("\\")),w=(g>=0?m.substring(g+1):m).replace(/^[0-9a-f]{8}_/i,"");w&&(c=w)}if(h.byteLength===0)throw new Error("upload content is empty (file has zero bytes)");let y=h.byteLength,_=na("sha256").update(h).digest("hex");return await Je(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 g=>{let b=va({size:y,fileId:p??void 0,hashes:[{type:"sha256",sum:_}],internal:u??void 0,name:c??void 0,onNameConflict:d,uploadScene:f??void 0}),w=await g.request({method:"POST",path:Ia(i,s),body:b,headers:Me(n)}),k=w.data??w,P=k.store_request;if(!P||typeof P.url!="string"||!P.url.trim())throw new Error(`step-1 response missing store_request.url \u2014 cannot proceed with upload. Response: ${JSON.stringify(k).substring(0,300)}`);let Q=typeof P.method=="string"?P.method.toUpperCase():"PUT",H=P.url;ga(H);let L=P.headers??{},F=typeof k.upload_id=="string"?k.upload_id:void 0,xe=St(o);if(!xe||!xe.trim())throw new Error("delegated access token missing after auth gate");let pe=ha({requestHeaders:L}),ue={Authorization:`Bearer ${xe.trim()}`,...pe},Qe=new Uint8Array(h.buffer,h.byteOffset,h.byteLength),ye;try{ye=await fetch(H,{method:Q,headers:ue,body:Qe})}catch(ve){let et=ve instanceof Error?ve.message:String(ve);throw new Error(`upload step-2 fetch failed: ${et}. Check outbound HTTPS/DNS/firewall from the gateway to the presigned URL.`)}if(!ye.ok){let ve=await ye.text().catch(()=>"");throw new Error(`upload step-2 failed: HTTP ${ye.status} ${ve.substring(0,300)} [diag: size=${y}, sha256=${_}]`)}if(!F)return{step1:k,step2_status:ye.status,etag:ye.headers.get("etag")??void 0,warning:"upload_id missing from step-1 \u2014 skipped commit_upload."};let In=Ta({uploadId:F}),wt=await g.request({method:"POST",path:Sa(i,s),body:In,headers:Me(n)});return wt.data??wt})}catch(o){return We(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:[...Fi],description:"Optional output format."},include_elements:{type:"array",items:{type:"string"},description:"Optional extracted element types."},mode:{type:"string",enum:[...Bi],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=D(n,"wps_user_id"),i=D(n,"drive_id"),s=D(n,"file_id"),a=$(n,"format"),c=G(n,"include_elements"),l=$(n,"mode"),d=$(n,"task_id");return await Je(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=Pa({format:a,includeElements:c,mode:l,taskId:d}),f=await p.request({method:"GET",path:Ea(i,s),query:Object.keys(u).length>0?u:void 0,headers:Me(n)});return f.data??f})}catch(o){return We(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=D(n,"wps_user_id"),i=D(n,"file_id"),s=oe(n,"with_permission"),a=oe(n,"with_ext_attrs"),c=oe(n,"with_drive");return await Je(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=Aa({withPermission:s,withExtAttrs:a,withDrive:c}),p=await l.request({method:"GET",path:Oa(i),query:Object.keys(d).length>0?d:void 0,headers:Me(n)});return p.data??p})}catch(o){return We(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:[...Ui],description:"Search type."},file_type:{type:"string",enum:[...ji],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:[...Ni],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:[...Mi],description:"Optional order."},order_by:{type:"string",enum:[...Wi],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=D(n,"wps_user_id"),i=D(n,"type");if(!Ui.includes(i))throw new Error("type must be one of: file_name, content, all");let s=i,a=$(n,"file_type");if(a!==void 0&&!ji.includes(a))throw new Error("file_type must be one of: folder, file, shortcut");let c=a,l=$(n,"time_type");if(l!==void 0&&!Ni.includes(l))throw new Error("time_type must be one of: ctime, mtime, otime, stime");let d=l,p=$(n,"order");if(p!==void 0&&!Mi.includes(p))throw new Error("order must be one of: desc, asc");let u=p,f=$(n,"order_by");if(f!==void 0&&!Wi.includes(f))throw new Error("order_by must be one of: ctime, mtime");let m=f,h=G(n,"scope");if(h!==void 0){for(let y of h)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 Je(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 _=Ra({keyword:$(n,"keyword"),type:s,fileType:c,fileExts:G(n,"file_exts"),driveIds:G(n,"drive_ids"),parentIds:G(n,"parent_ids"),creatorIds:G(n,"creator_ids"),modifierIds:G(n,"modifier_ids"),sharerIds:G(n,"sharer_ids"),receiverIds:G(n,"receiver_ids"),timeType:d,startTime:gt(n,"start_time"),endTime:gt(n,"end_time"),withPermission:oe(n,"with_permission"),withLink:oe(n,"with_link"),withTotal:oe(n,"with_total"),pageSize:gt(n,"page_size"),pageToken:$(n,"page_token"),channels:G(n,"channels"),deviceIds:G(n,"device_ids"),excludeChannels:G(n,"exclude_channels"),excludeFileExts:G(n,"exclude_file_exts"),filterUserId:gt(n,"filter_user_id"),fileExtGroups:G(n,"file_ext_groups"),withFolder:oe(n,"with_folder"),withDrive:oe(n,"with_drive"),order:u,orderBy:m,scope:h,searchOperatorName:oe(n,"search_operator_name")}),g=await y.request({method:"GET",path:aa,query:_,headers:Me(n)});return g.data??g})}catch(o){return We(o)}}})}var $a="/v7/airpage/files";function Xe(e,t){return`/v7/airpage/${encodeURIComponent(e.trim())}${t}`}function Ze(e){return{arg:Buffer.from(JSON.stringify(e),"utf8").toString("base64")}}function Ve(e,t){return e.length>36?`${t} (${e.slice(0,36)}...)`:`${t} (${e})`}function Hi(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 gn=["rename","fail","overwrite"];function Ae(e){return{error:e instanceof Error?e.message:String(e)}}function q(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 Gi(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 dr(e,t){let r=e[t];if(!Array.isArray(r))throw new Error(`${t} is required and must be an array`);return r}function qa(e,t){let n=dr(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 Ca(e,t){let r=e[t];if(r!=null){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 when provided`)}}function ar(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 Da(e){let t={blockId:e.blockId.trim(),content:e.content},r=e.index;return r!==void 0&&(t.index=r),Ze(t)}function Ua(e){let t={blockId:e.blockId.trim()};return Ze(t)}function ja(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 Ze(t)}function Na(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 Ze(t)}function Ma(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 Ze(t)}function Wa(e){return Hi(e,"operation"),Ze(e)}function za(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`);Hi(r,`operations[${t}]`)}return Ze(e)}function La(e){let t=e.trim().toLowerCase();if(gn.includes(t))return t;throw new Error(`on_name_conflict must be one of: ${gn.join(", ")} (got: ${e})`)}function Fa(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 ze(e,t,r){try{return await le({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 yn(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:[...gn],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=q(n,"wps_user_id"),i=q(n,"drive_id"),s=q(n,"name"),a=q(n,"on_name_conflict"),c=La(a),l=Gi(n,"parent_id"),d=Gi(n,"template_id"),p=`\u521B\u5EFA\u667A\u80FD\u6587\u6863: ${s}`;return await ze(o,p,async u=>{let f=Fa({driveId:i,name:s,onNameConflict:c,parentId:l,templateId:d}),m=await u.request({method:"POST",path:$a,body:f});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 = before first child; beyond length = append to end). Omit to use API default (0)."},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"}}},required:["wps_user_id","file_id","block_id","content"]},async execute(r,n){try{let o=q(n,"wps_user_id"),i=q(n,"file_id"),s=q(n,"block_id"),a=dr(n,"content"),c=Ca(n,"index"),l=Da({blockId:s,content:a,index:c}),d=Ve(i,"\u667A\u80FD\u6587\u6863\u521B\u5EFA\u5757\u5185\u5BB9");return await ze(o,d,async p=>{let u=await p.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(n,"file_id"),s=q(n,"block_id"),a=Ua({blockId:s}),c=Ve(i,"\u667A\u80FD\u6587\u6863\u67E5\u8BE2\u6587\u6863\u5757");return await ze(o,c,async l=>{let d=await l.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(n,"file_id"),s=qa(n,"block_ids"),a=ja({blockIds:s}),c=Ve(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u67E5\u8BE2\u6587\u6863\u5757");return await ze(o,c,async l=>{let d=await l.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(n,"file_id"),s=q(n,"block_id"),a=ar(n,"start_index"),c=ar(n,"end_index"),l=Na({blockId:s,startIndex:a,endIndex:c}),d=Ve(i,"\u667A\u80FD\u6587\u6863\u5220\u9664\u5757\u5185\u5BB9");return await ze(o,d,async p=>{let u=await p.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(n,"file_id"),a=dr(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,f=q(u,"block_id"),m=ar(u,"start_index"),h=ar(u,"end_index");return{blockId:f,startIndex:m,endIndex:h}}),c=Ma(a),l=Ve(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u5220\u9664\u5757\u5185\u5BB9");return await ze(o,l,async d=>{let p=await d.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(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=Wa(s),l=Ve(i,"\u667A\u80FD\u6587\u6863\u66F4\u65B0\u6587\u6863\u5757");return await ze(o,l,async d=>{let p=await d.request({method:"POST",path:Xe(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=q(n,"wps_user_id"),i=q(n,"file_id"),a=dr(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=za(a),l=Ve(i,"\u667A\u80FD\u6587\u6863\u6279\u91CF\u66F4\u65B0\u6587\u6863\u5757");return await ze(o,l,async d=>{let p=await d.request({method:"POST",path:Xe(i,"/blocks/batch_update"),body:c});return p.data??p})}catch(o){return Ae(o)}}})}var Ba="/v7/meeting_rooms",Ga="/v7/meeting_rooms/search",Ha="/v7/meeting_room_bookings/batch_get",Ka=["success","failed"];var Xi=["success","failed","approving"];function Ut(e){return{error:e instanceof Error?e.message:String(e)}}function Re(e,t){let r=e[t];if(typeof r!="string"||!r.trim())throw new Error(`${t} is required and must be a non-empty string`);return r.trim()}function yt(e,t){let r=e[t];if(r!=null){if(typeof r!="string")throw new Error(`${t} must be a string`);return r}}function wn(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 Ki(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 Ja(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 Vi(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 Xa(e,t){let r=Vi(e,t);if(r===void 0)return;let n=new Set(Xi),o=r.filter(i=>n.has(i));return o.length>0?o:void 0}function Ji(e){let t=yt(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 Va(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 Za(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 Ya(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 Qa(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 ed(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 td(e){let t=e.trim();if(t!=="success"&&t!=="failed")throw new Error("status must be success or failed");return{status:t}}function bn(e,t){t({name:"wps_meeting_rooms_list",description:"List meeting rooms (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u5217\u8868): GET `/v7/meeting_rooms`. Uses **application** access_token (client_credentials); requires app scopes **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`** on the Open Platform (often **app-only**, not user OAuth). Still pass SenderId as `wps_user_id` for session context (not sent as HTTP user identity). Optional: `room_level_id` (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id), `page_size` (default 20, max 500), `page_token` (omit on first page). Response `data` typically includes `items[]` (id, name, capacity, level_id, disable, remark, device_list, tag_list) and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_level_id:{type:"string",description:"Optional. Meeting room level id (\u4F1A\u8BAE\u5BA4\u5C42\u7EA7 id)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 500 client cap)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=yt(n,"room_level_id"),i=wn(n,"page_size"),s=yt(n,"page_token"),a=Va({roomLevelId:o,pageSize:i,pageToken:s}),c=await e.request({method:"GET",path:Ba,query:a});return c.data??c}catch(o){return Ut(o)}}}),t({name:"wps_meeting_rooms_get",description:"Get meeting room details (\u67E5\u8BE2\u4F1A\u8BAE\u5BA4\u8BE6\u60C5): GET `/v7/meeting_rooms/{room_id}`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required: `room_id` from `wps_meeting_rooms_list` items[]. Response `data` is a single room object (id, name, capacity, level_id, disable, remark, device_list, tag_list).",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},room_id:{type:"string",description:"Meeting room id from the meeting room list (\u4F1A\u8BAE\u5BA4 id\uFF0C\u53EF\u901A\u8FC7\u4F1A\u8BAE\u5BA4\u5217\u8868\u67E5\u8BE2)."}},required:["wps_user_id","room_id"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"room_id"),i=await e.request({method:"GET",path:Za(o)});return i.data??i}catch(o){return Ut(o)}}}),t({name:"wps_meeting_rooms_search",description:"Search meeting rooms by keyword (\u641C\u7D22\u4F1A\u8BAE\u5BA4): POST `/v7/meeting_rooms/search`. Uses **application** access_token; requires app **`kso.meeting_rooms.read`** or **`kso.meeting_rooms.readwrite`**. Pass SenderId as `wps_user_id` for context only. Required body: `keyword` (meeting room name search). Optional: `page_size` (default 20, max 100 per API), `page_token` (omit on first page; use data.next_page_token). Response `data` typically includes `items[]` and `next_page_token`.",parameters:{type:"object",properties:{wps_user_id:{type:"string",description:"WPS user ID (SenderId). Do NOT call wps_user_search for this."},keyword:{type:"string",description:"Search keyword; supports meeting room name (\u641C\u7D22\u5173\u952E\u8BCD\uFF0C\u652F\u6301\u4F1A\u8BAE\u5BA4\u540D\u79F0\u641C\u7D22)."},page_size:{type:"number",description:"Optional. Items per page (default 20 per API, max 100)."},page_token:{type:"string",description:"Optional. Pagination token from data.next_page_token; omit for first request."}},required:["wps_user_id","keyword"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"keyword"),i=wn(n,"page_size"),s=yt(n,"page_token"),a=Ya({keyword:o,pageSize:i,pageToken:s}),c=await e.request({method:"POST",path:Ga,body:a});return c.data??c}catch(o){return Ut(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:[...Xi]},description:"Optional filter by reservation result: success, failed, approving."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","start_time","end_time"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Ki(n,"start_time"),i=Ki(n,"end_time"),s=Vi(n,"room_ids"),a=yt(n,"room_level_id"),c=Ja(n,"include_deleted"),l=wn(n,"page_size"),d=yt(n,"page_token"),p=Xa(n,"results"),u=Qa({startTimeSec:o,endTimeSec:i,roomIds:s,roomLevelId:a,includeDeleted:c,pageSize:l,pageToken:d,results:p??void 0}),f=await e.request({method:"POST",path:Ha,body:u,headers:Ji(n)});return f.data??f}catch(o){return Ut(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:[...Ka],description:"Updated reservation outcome: success or failed."},x_kso_id_type:{type:"string",enum:["internal","external"],description:"Optional. Maps to HTTP header X-Kso-Id-Type."}},required:["wps_user_id","booking_id","status"]},async execute(r,n){try{Re(n,"wps_user_id");let o=Re(n,"booking_id"),i=Re(n,"status"),s=td(i),a=await e.request({method:"POST",path:ed(o),body:s,headers:Ji(n)});return a.data??a}catch(o){return Ut(o)}}})}var he={type:"string",description:"WPS user ID (current SenderId). Do NOT call wps_user_search for this."},Se={type:"string",description:"Smart Sheet file ID."},Ye={type:["integer","string"],description:"Worksheet ID (integer). From wps_airsheet_list_worksheets."};async function rd(e,t,r){return le({wpsUserId:e,authCardOriginalMessage:"",needsAuthMessage:"\u9700\u8981\u7528\u6237\u6388\u6743\u624D\u80FD\u64CD\u4F5C\u667A\u80FD\u8868\u683C\u3002\u5DF2\u53D1\u9001\u6388\u6743\u5361\u7247\uFF0C\u8BF7\u70B9\u51FB\u300C\u524D\u5F80\u6388\u6743\u300D\u540E\u91CD\u8BD5\u3002",logTag:t,run:r})}function ge(e,t){return async(r,n)=>{try{let o=v(n,"wps_user_id");return await rd(o,e,i=>t(n,i))}catch(o){return ie(o)}}}function kn(e,t){t({name:"wps_airsheet_create_file",description:"Create a Smart Sheet (\u667A\u80FD\u8868\u683C / AirSheet): POST `/v7/airsheet/files`. Creates a new smart sheet file in the specified drive. Required: `drive_id` (from `wps_cloud_doc_list_drives`), `name` (file name, may omit extension; if extension is provided it must be `ksheet`). Optional: `on_name_conflict` (`rename` (default) | `fail`), `parent_id` (folder id, empty = root), `parent_path` (string array of folder names as relative path; auto-created if not exists). Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `id`, `link_id`, `link_url`, `name`, `parent_id`.",parameters:{type:"object",properties:{wps_user_id:he,drive_id:{type:"string",description:"Target drive id (from wps_cloud_doc_list_drives)."},name:{type:"string",description:"File name. May omit extension; if extension is provided it must be ksheet."},on_name_conflict:{type:"string",enum:["rename","fail"],description:"Optional. Strategy when name conflicts: rename (default) or fail."},parent_id:{type:"string",description:"Optional. Parent folder id. Empty means root directory."},parent_path:{type:"array",items:{type:"string"},description:"Optional. Relative path as array of folder names (not ids). If the path does not exist, the system will auto-create it."}},required:["wps_user_id","drive_id","name"]},execute:ge("wps_airsheet_create_file",async(r,n)=>{let o=v(r,"drive_id"),i=v(r,"name"),s=Z(r,"on_name_conflict"),a=Z(r,"parent_id"),c=Ke(r,"parent_path");if(s&&s!=="rename"&&s!=="fail")throw new Error("on_name_conflict must be 'rename' or 'fail'");let l={drive_id:o,name:i};s&&(l.on_name_conflict=s),a!==void 0&&(l.parent_id=a),c&&c.length>0&&(l.parent_path=c);let d=await n.request({method:"POST",path:"/v7/airsheet/files",body:l});return d.data??d})}),t({name:"wps_airsheet_create_worksheet",description:"Create a worksheet in a Smart Sheet (\u521B\u5EFA\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets`. Creates a new worksheet (tab) inside an existing smart sheet file. Required: `file_id`, `position` (object \u2014 at least one of `after_sheet_id`, `before_sheet_id`, or `end` must be set). Optional: `name` (worksheet name), `col_width` (default column width in pixels). Position rules: set `end: true` to append at the end; or use `after_sheet_id`/`before_sheet_id` (integer) to place relative to an existing sheet. Requires delegated OAuth with scope `kso.airsheet.readwrite`. Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer).",parameters:{type:"object",properties:{wps_user_id:he,file_id: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:ge("wps_airsheet_create_worksheet",async(r,n)=>{let o=v(r,"file_id"),i=Z(r,"name"),s=Y(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=Y(c,"after_sheet_id");d!==void 0&&(l.after_sheet_id=d);let p=Y(c,"before_sheet_id");p!==void 0&&(l.before_sheet_id=p);let u=re(c,"end");u!==void 0&&(l.end=u);let f={position:l};i!==void 0&&(f.name=i),s!==void 0&&(f.col_width=s);let m=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`,body:f});return m.data??m})}),t({name:"wps_airsheet_list_worksheets",description:"List worksheets in a Smart Sheet (\u83B7\u53D6 Sheet \u5217\u8868\u4FE1\u606F): GET `/v7/airsheet/{file_id}/worksheets`. Returns all worksheets (tabs) in the specified smart sheet file. Each sheet includes: `sheet_id` (integer), `name`, `index`, `hidden`, `empty`, `max_row`, `max_col`, `resource_type` (et = normal spreadsheet), and `active_area` (col_from, col_to, row_from, row_to \u2014 the editing region). Use this to discover `sheet_id` before reading/writing data. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se},required:["wps_user_id","file_id"]},execute:ge("wps_airsheet_list_worksheets",async(r,n)=>{let o=v(r,"file_id"),i=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets`});return i.data??i})}),t({name:"wps_airsheet_copy_worksheet",description:"Copy a worksheet (\u590D\u5236\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/copy`. Duplicates an existing worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer, from `wps_airsheet_list_worksheets`). Optional: `copy_first_sheet` (boolean \u2014 if true, copies the first sheet regardless of `worksheet_id`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response includes `data.sheet_id` (integer) \u2014 the new copied sheet's id.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,copy_first_sheet:{type:"boolean",description:"Optional. If true, copies the first sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_copy_worksheet",async(r,n)=>{let o=v(r,"file_id"),i=je(r,"worksheet_id"),s=re(r,"copy_first_sheet"),a={};s!==void 0&&(a.copy_first_sheet=s);let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/copy`,body:a});return c.data??c})}),t({name:"wps_airsheet_update_worksheet",description:"Update a worksheet (\u66F4\u65B0\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/update`. Renames or moves a worksheet within the same smart sheet file. Required: `file_id`, `worksheet_id` (integer). Optional: `name` (new worksheet name), `move_sheet_id` (integer \u2014 reference sheet id for move), `move_type` (`sheet_move_type_before` | `sheet_move_type_after` \u2014 move before/after the reference sheet). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,name:{type:"string",description:"Optional. New worksheet name."},move_sheet_id:{type:["integer","string"],description:"Optional. Reference sheet id for repositioning."},move_type:{type:"string",enum:["sheet_move_type_before","sheet_move_type_after"],description:"Optional. Move before or after the reference sheet."}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_update_worksheet",async(r,n)=>{let o=v(r,"file_id"),i=je(r,"worksheet_id"),s=Z(r,"name"),a=Y(r,"move_sheet_id"),c=Z(r,"move_type");if(c&&c!=="sheet_move_type_before"&&c!=="sheet_move_type_after")throw new Error("move_type must be 'sheet_move_type_before' or 'sheet_move_type_after'");let l={};s!==void 0&&(l.name=s),a!==void 0&&(l.move_sheet_id=a),c!==void 0&&(l.move_type=c);let d=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/update`,body:l});return d.data??d})}),t({name:"wps_airsheet_delete_worksheets",description:"Delete worksheets (\u5220\u9664\u5DE5\u4F5C\u8868): POST `/v7/airsheet/{file_id}/worksheets/batch_delete`. Batch-deletes one or more worksheets by their IDs. **This operation is irreversible.** Required: `file_id`, `worksheet_ids` (array of integers \u2014 sheet IDs from `wps_airsheet_list_worksheets`). Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id: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:ge("wps_airsheet_delete_worksheets",async(r,n)=>{let o=v(r,"file_id"),i=r.worksheet_ids;if(!Array.isArray(i)||i.length===0)throw new Error("worksheet_ids must be a non-empty array of integers");let s=i.map((c,l)=>{let d=typeof c=="number"?c:parseInt(String(c),10);if(!Number.isFinite(d)||d<0)throw new Error(`worksheet_ids[${l}] must be a non-negative integer`);return d}),a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/batch_delete`,body:{worksheet_ids:s}});return a.data??a})}),t({name:"wps_airsheet_create_rows",description:"Create rows in a worksheet (\u521B\u5EFA\u884C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/rows`. Inserts one or more rows with cell data into the specified worksheet. Required: `file_id`, `worksheet_id` (integer). Optional: `range_data` (array of cell objects). Each cell object can include: `col` (integer, 0-based column index), `formula` (string, cell formula or plain value), `op_type` (string, e.g. `cell_operation_type_formula`), `cell_pic_info` (object for image cells: `{ height, width, pic_content, tag }` where tag = `sheet_pic_type_local`). If `range_data` is omitted, an empty row is appended. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,range_data:{type:"array",description:"Optional. Array of cell data objects. Each: { col: integer (0-based), formula?: string, op_type?: string, cell_pic_info?: { height: number, width: number, pic_content: string, tag: string } }.",items:{type:"object",properties:{col:{type:"integer",description:"0-based column index."},formula:{type:"string",description:"Cell formula or plain text value."},op_type:{type:"string",description:"Operation type, e.g. cell_operation_type_formula."},cell_pic_info:{type:"object",description:"Image cell info: { height, width, pic_content, tag }.",properties:{height:{type:"number"},width:{type:"number"},pic_content:{type:"string"},tag:{type:"string",description:"e.g. sheet_pic_type_local"}}}}}}},required:["wps_user_id","file_id","worksheet_id"]},execute:ge("wps_airsheet_create_rows",async(r,n)=>{let o=v(r,"file_id"),i=je(r,"worksheet_id"),s={},a=r.range_data;if(a!=null){if(!Array.isArray(a))throw new Error("range_data must be an array");s.range_data=a}let c=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/rows`,body:s});return c.data??c})}),t({name:"wps_airsheet_get_range_data",description:"Get cell range data (\u83B7\u53D6\u5355\u5143\u683C\u9009\u533A\u6570\u636E): GET `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data`. Reads cell values from a rectangular region defined by row/col indices (0-based). Required: `file_id`, `worksheet_id` (integer), `row_from`, `row_to`, `col_from`, `col_to` (all integers). Use `wps_airsheet_list_worksheets` first to get `sheet_id` and `active_area` for valid ranges. Response: `data.range_data` array of cell objects, each with: `cell_text` (display value), `col_from`, `col_to`, `row_from`, `row_to`, `is_cell_pic` (boolean), `num_format`, `original_cell_value` (formula bar value), `pic_content`, `pic_data` (image id for online files), `sha1` (image hash for local images), `tag`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,row_from:{type:"integer",description:"Start row index (0-based, inclusive)."},row_to:{type:"integer",description:"End row index (0-based, inclusive)."},col_from:{type:"integer",description:"Start column index (0-based, inclusive)."},col_to:{type:"integer",description:"End column index (0-based, inclusive)."}},required:["wps_user_id","file_id","worksheet_id","row_from","row_to","col_from","col_to"]},execute:ge("wps_airsheet_get_range_data",async(r,n)=>{let o=v(r,"file_id"),i=je(r,"worksheet_id"),s=Y(r,"row_from"),a=Y(r,"row_to"),c=Y(r,"col_from"),l=Y(r,"col_to");if(s===void 0||a===void 0||c===void 0||l===void 0)throw new Error("row_from, row_to, col_from, col_to are all required");let d=await n.request({method:"GET",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data`,query:{row_from:s,row_to:a,col_from:c,col_to:l}});return d.data??d})}),t({name:"wps_airsheet_find_cells",description:"Find cells in a worksheet (\u67E5\u627E\u5355\u5143\u683C): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/find`. Searches cells within a specified range using filter conditions, with optional pagination and deduplication. Required: `file_id`, `worksheet_id`, `filter` (object), `range` (object with row_from/row_to/col_from/col_to). Optional: `ignore_hidden_cell` (boolean, default false \u2014 skip hidden cells), `option_cols` (array of integers \u2014 column indices to get option/dropdown values for), `page` (object: { page: integer (min 1), page_size: integer (default 100) }), `show_total` (boolean, default false \u2014 include total count in response). \n\n**filter structure**: `{ condition: [{ col: integer, info: [{ value: string }], mode: 'filter_mode_and' | 'filter_mode_or' }], duplicates: { col: [integer] }, search: [{ col: integer, value: [string] }] }`. All sub-fields in filter are optional. \n\nResponse: `data.range_data` (matched cells), `data.merge_range_data` (merged cell data), `data.option_col` (option column results with texts/count), `data.result_type` (0=fail, 1=success), `data.total`. Requires delegated OAuth (`kso.airsheet.read` or `kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,filter:{type:"object",description:"Filter conditions. Structure: { condition?: [{ col: int, info: [{ value: string }], mode: 'filter_mode_and'|'filter_mode_or' }], duplicates?: { col: [int] }, search?: [{ col: int, value: [string] }] }."},range:{type:"object",description:"Search range (required). { row_from: int, row_to: int, col_from: int, col_to: int }.",properties:{row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."},col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."}},required:["row_from","row_to","col_from","col_to"]},ignore_hidden_cell:{type:"boolean",description:"Optional. If true, skip hidden cells. Default false."},option_cols:{type:"array",items:{type:"integer"},description:"Optional. Column indices to retrieve option/dropdown values for (relative to range)."},page:{type:"object",description:"Optional pagination. { page: integer (min 1), page_size: integer (default 100) }.",properties:{page:{type:"integer",description:"Page number, min 1."},page_size:{type:"integer",description:"Page size, default 100."}}},show_total:{type:"boolean",description:"Optional. If true, include total count in response. Default false."}},required:["wps_user_id","file_id","worksheet_id","filter","range"]},execute:ge("wps_airsheet_find_cells",async(r,n)=>{let o=v(r,"file_id"),i=je(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,h)=>{let y=typeof m=="number"?m:parseInt(String(m),10);if(!Number.isFinite(y)||y<0)throw new Error(`option_cols[${h}] 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 f=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/find`,body:c});return f.data??f})}),t({name:"wps_airsheet_batch_update_cells",description:"Batch update cell range data (\u66F4\u65B0\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_update`. Updates one or more cells in a worksheet. Each cell in `range_data` specifies its position (row_from, row_to, col_from, col_to) and operation type (`op_type`). \n\n**op_type values**: `cell_operation_type_formula` \u2014 set cell value/formula (use `formula` field), `cell_operation_type_picture` \u2014 set cell image (use `cell_pic_info` with height/width/pic_content/tag), `cell_operation_type_format` \u2014 set cell formatting (use `xf` field for styles), `cell_operation_type_merge` \u2014 merge cells (use `merge_type`: merge_type_center / merge_type_content / merge_type_same / merge_type_columns). \n\n**cell_pic_info.tag values**: `sheet_pic_type_local`, `sheet_pic_type_attachment`, `sheet_pic_type_url`. \n\n**xf (format) object** includes: `alc_h` (horizontal align), `alc_v` (vertical align), border colors (`clr_bottom/clr_top/clr_left/clr_right/clr_diag_down/clr_diag_up/clr_inside_horz/clr_inside_vert` \u2014 each `{tint,type,value}`), border styles (`dg_bottom/dg_top/dg_left/dg_right/dg_diag_down/dg_diag_up/dg_inside_horz/dg_inside_vert`), `fill` ({back:{tint,type,value}, fore:{tint,type,value}, type}), `font` ({bls,char_set,color:{tint,type,value},dy_height,italic,name,sss,strikeout,theme_font,uls}), `hidden`, `indent`, `locked`, `mask_cats`, `mask_cats_font`, `numfmt`, `reading_order`, `shrink_to_fit`, `trot`, `wrap`. \n\nRequires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`. Response: `{ code, msg }`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,range_data:{type:"array",description:"Array of cell update objects. Each must include: row_from (int), row_to (int), col_from (int), col_to (int), op_type (string). Depending on op_type, also include: formula (string), cell_pic_info (object), merge_type (string), xf (format object).",items:{type:"object",properties:{row_from:{type:"integer",description:"Start row (0-based)."},row_to:{type:"integer",description:"End row (0-based)."},col_from:{type:"integer",description:"Start column (0-based)."},col_to:{type:"integer",description:"End column (0-based)."},op_type:{type:"string",enum:["cell_operation_type_formula","cell_operation_type_picture","cell_operation_type_format","cell_operation_type_merge"],description:"Cell operation type."},formula:{type:"string",description:"Cell value or formula (for op_type=formula)."},cell_pic_info:{type:"object",description:"Image info (for op_type=picture): { height, width, pic_content, tag }."},merge_type:{type:"string",enum:["merge_type_center","merge_type_content","merge_type_same","merge_type_columns"],description:"Merge type (for op_type=merge)."},xf:{type:"object",description:"Format/style object (for op_type=format). See tool description for full structure."}},required:["row_from","row_to","col_from","col_to","op_type"]}}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_update_cells",async(r,n)=>{let o=v(r,"file_id"),i=je(r,"worksheet_id"),s=r.range_data;if(!Array.isArray(s)||s.length===0)throw new Error("range_data must be a non-empty array");let a=await n.request({method:"POST",path:`/v7/airsheet/${encodeURIComponent(o)}/worksheets/${i}/range_data/batch_update`,body:{range_data:s}});return a.data??a})}),t({name:"wps_airsheet_batch_delete_cells",description:"Batch delete cell range data (\u5220\u9664\u5355\u5143\u683C\u9009\u533A\u6570\u636E): POST `/v7/airsheet/{file_id}/worksheets/{worksheet_id}/range_data/batch_delete`. Deletes data in specified cell ranges. Caller must ensure row/col indices are within the worksheet's max row/col limits (obtainable via getSheetInfo). \n\nRequired: `file_id`, `worksheet_id`, `range_data` (array of range objects, each with `col_from`, `col_to`, `row_from`, `row_to` \u2014 all integers, required). \n\nOptional: `shift_type` \u2014 how remaining cells shift after deletion. Values: `shift_up` (default, shift up) or `shift_left` (shift left). \n\nResponse: `{ code, msg }`. Requires delegated OAuth (`kso.airsheet.readwrite`). Use SenderId as `wps_user_id`.",parameters:{type:"object",properties:{wps_user_id:he,file_id:Se,worksheet_id:Ye,range_data:{type:"array",description:"Array of range objects to delete. Each must include col_from, col_to, row_from, row_to (all integers).",items:{type:"object",properties:{col_from:{type:"integer",description:"Start column index (0-based)."},col_to:{type:"integer",description:"End column index (0-based)."},row_from:{type:"integer",description:"Start row index (0-based)."},row_to:{type:"integer",description:"End row index (0-based)."}},required:["col_from","col_to","row_from","row_to"]}},shift_type:{type:"string",enum:["shift_up","shift_left"],description:"Optional. How remaining cells shift after deletion. Default: shift_up."}},required:["wps_user_id","file_id","worksheet_id","range_data"]},execute:ge("wps_airsheet_batch_delete_cells",async(r,n)=>{let o=v(r,"file_id"),i=je(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=Z(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 nd(){return new Proxy({},{get(e,t,r){let n=Fr(),o=Reflect.get(n,t,r);return typeof o=="function"?o.bind(n):o}})}function Zi(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=nd();return sn(n,r),an(n,r),ln(n,r),Qr(n,r),_n(n,r),fn(n,r),hn(n,r),mn(n,r),yn(n,r),bn(n,r),kn(n,r),console.log(`[wps-xiezuo] OAPI tools registered: ${t.length} tools`),t.length}var id={id:be,name:"WPS Xiezuo",description:"WPS365 Open Platform channel plugin for OpenClaw",configSchema:Nn(),register(e){bi(e.runtime);let t=e.logger??{info:()=>{},warn:()=>{},error:()=>{}};if(e.registerChannel({plugin:nn}),typeof e.registerTool=="function"){t.info(`[${be}] registerTool is available (type: ${typeof e.registerTool})`);try{let r=Zi(e.registerTool);t.info(`[${be}] registered ${r} WPS OAPI tool factories`)}catch(r){t.error(`[${be}] tool registration failed: ${r}`)}}else t.warn(`[${be}] registerTool not available (type: ${typeof e.registerTool})`);typeof e.on=="function"?(e.on("before_prompt_build",async(r,n)=>{let o=n;if(o.channelId==="wps-xiezuo"||o.messageProvider==="wps-xiezuo")return{appendSystemContext:["","## WPS \u6D88\u606F\u8DEF\u7531","- \u53D1\u6587\u672C\u5230\u7FA4\u804A/\u7528\u6237\uFF1A`wps_message_send(receiver_type, receiver_id, msg_type='text', content=...)`","- \u6309\u540D\u5B57\u627E\u7FA4\uFF1A\u5148 `wps_chat_find_by_name(keyword=<\u540D\u79F0>)` \u62FF chat_id","- \u56DE\u5F53\u524D\u4F1A\u8BDD\uFF1Areceiver_id \u7528 RawBody \u7684 `chatId`\uFF08\u7FA4\u804A\uFF09\u6216 `SenderId`\uFF08\u5355\u804A\uFF09","","## WPS365 \u65E5\u7A0B / \u65E5\u5386","\u610F\u56FE\u2192\u5DE5\u5177\u3001\u53C2\u6570\u4E0E\u793A\u4F8B\u4EE5 **`skills/wps-calendar/SKILL.md`** \u4E3A\u51C6\uFF08\u968F\u63D2\u4EF6\u52A0\u8F7D\uFF09\u3002\u4EC5\u5141\u8BB8\u901A\u8FC7 **`wps_calendar_*`** \u8C03\u7528\u5F00\u653E\u5E73\u53F0\u7528\u6237\u65E5\u5386\uFF1B\u67D0\u6761\u65E5\u7A0B\u4E0A\u4F1A\u8BAE\u5BA4**\u5217\u8868**/\u6279\u91CF**\u6DFB\u52A0**/\u6279\u91CF**\u5220\u9664**\u5206\u522B\u7528 **`wps_calendar_list_event_meeting_rooms`** / **`wps_calendar_event_meeting_rooms_batch_create`** / **`wps_calendar_event_meeting_rooms_batch_delete`**\uFF1B**\u7981\u6B62**\u7528 .ics\u3001\u672C\u5730\u811A\u672C\u6216\u5176\u5B83\u6377\u5F84\u5192\u5145\u5DF2\u521B\u5EFA/\u5DF2\u67E5\u8BE2\u3002","## WPS365 \u65E5\u7A0B\u4F1A\u8BAE\u5BA4","\u4EE5 **`skills/wps-meeting-room/SKILL.md`** \u4E3A\u51C6\uFF1A\u5217\u8868 **`wps_meeting_rooms_list`**\uFF1B\u641C\u7D22 **`wps_meeting_rooms_search`**\uFF1B\u8BE6\u60C5 **`wps_meeting_rooms_get`**\uFF1B\u6279\u91CF\u9884\u7EA6 **`wps_meeting_room_bookings_batch_get`**\uFF08Unix \u79D2\u65F6\u95F4\u7A97\uFF0C`room_ids`/`room_level_id` \u4E8C\u9009\u4E00\uFF09\uFF1B\u66F4\u65B0\u9884\u7EA6\u72B6\u6001 **`wps_meeting_room_bookings_update_status`**\uFF08`booking_id`\uFF0C`status`=`success`|`failed`\uFF0C\u987B **readwrite**\uFF09\u3002`wps_user_id` \u4F7F\u7528 **SenderId**\uFF1B\u53EF\u9009 **`x_kso_id_type`**\uFF1B\u672A\u6388\u6743\u65F6\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u4E2A\u4EBA\u5F85\u529E","\u610F\u56FE\u4E0E\u53C2\u6570\u4EE5 **`skills/wps-todo/SKILL.md`** \u4E3A\u51C6\u3002\u521B\u5EFA **`wps_todo_create_personal_task`**\uFF0C\u5217\u4E3E **`wps_todo_list_personal_tasks`**\uFF0C\u8BE6\u60C5 **`wps_todo_get_personal_task`**\uFF0C\u66F4\u65B0 **`wps_todo_update_personal_task`**\uFF0C\u72B6\u6001\u66F4\u65B0 **`wps_todo_update_personal_task_status`**\uFF1B`wps_user_id` \u4F7F\u7528 **SenderId**\uFF0C\u672A\u6388\u6743\u65F6\u540C\u6837\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u667A\u80FD\u6587\u6863\uFF08Airpage\uFF09","\u4EE5 **`skills/wps-airpage/SKILL.md`** \u4E3A\u51C6\u3002\u65B0\u5EFA\u6587\u6863\uFF1A**`wps_airpage_create_file`**\uFF08`POST /v7/airpage/files`\uFF09\uFF1B\u5411\u6587\u6863\u63D2\u5165\u5757\uFF1A**`wps_airpage_create_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/create`\uFF09\uFF1B\u67E5\u8BE2\u6587\u6863\u5757\uFF1A**`wps_airpage_query_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks`\uFF09\uFF1B\u6279\u91CF\u67E5\u8BE2\uFF1A**`wps_airpage_batch_query_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_get`\uFF09\uFF1B\u5220\u9664\u5757\u5185\u5BB9\uFF1A**`wps_airpage_delete_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/delete`\uFF09\uFF1B\u6279\u91CF\u5220\u9664\uFF1A**`wps_airpage_batch_delete_block_content`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_delete`\uFF09\uFF1B\u66F4\u65B0\u6587\u6863\u5757\uFF1A**`wps_airpage_update_document_block`**\uFF08`POST /v7/airpage/{file_id}/blocks/update`\uFF09\uFF1B\u6279\u91CF\u66F4\u65B0\uFF1A**`wps_airpage_batch_update_document_blocks`**\uFF08`POST /v7/airpage/{file_id}/blocks/batch_update`\uFF09\u3002\u5757\u76F8\u5173\u63A5\u53E3 Body \u5185 **`arg`** \u5747\u4E3A Base64(JSON)\uFF0C\u542B **`blockId`** / **`blockIds`** / `startIndex` / `endIndex` / operation \u6216 operation \u6570\u7EC4\u7ED3\u6784\u3002\u9700 Airpage delegated \u6743\u9650\uFF08\u8BFB\u5199\u6216\u53EA\u8BFB\uFF09\uFF1B\u65B0\u5EFA\u524D\u7528 **`wps_cloud_doc_list_drives`** \u53D6 **`drive_id`**\u3002`wps_user_id` \u4F7F\u7528 **SenderId**\uFF1B\u672A\u6388\u6743\u65F6\u8FD4\u56DE `needsAuth`\u3002","## WPS365 \u4E91\u6587\u6863","\u4E91\u6587\u6863\u53C2\u6570\u4E0E\u7EA6\u675F\u4EE5 **`skills/wps-cloud-doc/SKILL.md`** \u4E3A\u51C6\u3002\u83B7\u53D6\u76D8\u5217\u8868\u7528 **`wps_cloud_doc_list_drives`**\uFF08\u53C2\u6570\u540D `allotee_type/allotee_id`\uFF09\uFF1B\u83B7\u53D6\u5B50\u6587\u4EF6\u5217\u8868\u7528 **`wps_cloud_doc_list_children_files`**\uFF08`drive_id`\u3001`parent_id`\uFF09\uFF1B\u65B0\u5EFA\u6587\u4EF6\uFF08\u5939\uFF09\u7528 **`wps_cloud_doc_create_file`**\uFF1B\u6587\u6863\u5185\u5BB9\u62BD\u53D6\u7528 **`wps_cloud_doc_extract_file_content`**\uFF1B\u83B7\u53D6\u6587\u4EF6\u4FE1\u606F\u7528 **`wps_cloud_doc_get_file_meta`**\uFF1B\u6587\u4EF6\u641C\u7D22\u7528 **`wps_cloud_doc_search_files`**\u3002`wps_user_id` \u5FC5\u987B\u4F7F\u7528 **SenderId**\uFF0C\u672A\u6388\u6743\u65F6\u5DE5\u5177\u8FD4\u56DE `needsAuth` \u5E76\u81EA\u52A8\u4E0B\u53D1\u6388\u6743\u5361\u7247\u3002","`wps_user_id` \u4F7F\u7528\u5165\u7AD9\u4E0A\u4E0B\u6587\u7684 **SenderId**\uFF1B\u4E0D\u8981\u4E3A\u6B64\u8C03\u7528 `wps_user_search`\u3002\u672A\u6388\u6743\u65F6\u5DE5\u5177\u8FD4\u56DE `needsAuth` \u5E76\u5DF2\u53D1\u6388\u6743\u5361\u7247\uFF0C\u5F15\u5BFC\u7528\u6237\u5B8C\u6210\u6388\u6743\u540E\u518D\u8BD5\u3002","","## \u53D1\u56FE\u7247/\u6587\u4EF6\uFF08\u672C\u5730\u5DF2\u4E0B\u8F7D\u8DEF\u5F84\uFF09","\u5F53 Body \u4E2D\u51FA\u73B0 `[\u5DF2\u4E0B\u8F7D\u56FE\u7247: <\u8DEF\u5F84>]` \u6216 `[\u5DF2\u4E0B\u8F7D\u6587\u4EF6: <\u8DEF\u5F84>]`\uFF0C\u8981\u53D1\u56DE\u7ED9\u7528\u6237\u65F6\uFF1A","\u7528 `message` \u5DE5\u5177\uFF08\u53C2\u6570\u540D\u662F `to` \u548C `message`\uFF0C\u4E0D\u662F receiver_id \u548C content\uFF09\uFF1A",' message(action="send", to="user:<SenderId>", message="\u4E3A\u60A8\u53D1\u56DE\u56FE\u7247", media="<\u8DEF\u5F84>")',"\u26A0\uFE0F `to` \u53C2\u6570\u662F**\u5FC5\u586B**\u7684\uFF01\u7EDD\u5BF9\u4E0D\u80FD\u7701\u7565 `to`\uFF0C\u5426\u5219\u4F1A\u5BFC\u81F4 deMixValue \u9519\u8BEF\u3002","\u26A0\uFE0F `to` \u7684\u503C\u5FC5\u987B\u662F `user:<\u7528\u6237ID>` \u6216 `chat:<\u7FA4ID>`\uFF0C\u4E14 `<...>` \u5185\u53EA\u80FD\u662F **\u88F8 id**\uFF08\u4E0E RawBody \u7684 `chatId` / `SenderId` \u4E00\u81F4\uFF09\u3002","\u26A0\uFE0F \u7981\u6B62\u5199\u6210 `chat:wps:...` \u6216 `user:wps:...`\uFF1A\u4E0D\u8981\u628A `OriginatingFrom` \u91CC\u7684 `wps:` \u524D\u7F00\u62FC\u8FDB id\uFF08\u63D2\u4EF6\u4F1A\u5C3D\u91CF\u7EA0\u6B63\uFF0C\u4F46\u8BEF\u7528 SessionKey \u91CC `:bot:` \u540E\u7684 AK\u2026 \u4ECD\u4F1A\u5931\u8D25\uFF09\u3002","\u63D2\u4EF6\u4F1A\u81EA\u52A8\u5B8C\u6210\u4E0A\u4F20\u548C\u53D1\u9001\uFF0C\u4E0D\u9700\u8981\u4F60\u624B\u52A8\u8C03\u7528 upload\u3002","","## \u6536\u5230\u56FE\u7247/\u6587\u4EF6\u65F6\u7684\u884C\u4E3A\u51C6\u5219","- \u7528\u6237\u76F4\u63A5\u53D1\u9001\u56FE\u7247\u6216\u6587\u4EF6\u65F6\uFF08\u6CA1\u6709\u9644\u52A0\u6587\u5B57\u6307\u4EE4\uFF09\uFF0C**\u4E0D\u8981\u81EA\u52A8\u53D1\u56DE**\uFF0C\u5E94\u8BE2\u95EE\u7528\u6237\u9700\u8981\u4EC0\u4E48\u64CD\u4F5C\u3002","- \u53EA\u6709\u5F53\u7528\u6237\u660E\u786E\u8981\u6C42\u300C\u53D1\u56DE\u6765\u300D\u300C\u8F6C\u53D1\u300D\u300C\u53D1\u7ED9\u6211\u300D\u7B49\u64CD\u4F5C\u65F6\uFF0C\u624D\u4F7F\u7528 message \u5DE5\u5177\u53D1\u56DE\u3002","","## \u4E91\u6587\u4EF6\uFF08cloud file\uFF09","\u5F53 Body \u4E2D\u51FA\u73B0 `[\u5F15\u7528\u4E91\u6587\u4EF6: ...]` \u6216 `[\u4E91\u6587\u4EF6\u94FE\u63A5: ...]` \u65F6\uFF0C\u8FD9\u662F WPS \u4E91\u6587\u4EF6\uFF08\u65E0\u672C\u5730\u8DEF\u5F84\uFF09\u3002","\u5F53 Body \u4E2D\u51FA\u73B0\u77E5\u8BC6\u5E93\u94FE\u63A5\uFF08\u5982 `www.kdocs.cn/wiki/l/0lxxxx` \u6216 `{\u4F01\u4E1A\u57DF\u540D}.kdocs.cn/wiki/l/0lxxxx`\uFF09\u65F6\uFF0C\u8DEF\u5F84\u4E2D **`0l` \u4E4B\u540E\u7684 xxxx** \u4E3A link_id\uFF0C\u53EF\u4F5C\u4E3A file_id \u4F7F\u7528\u3002","\u7981\u6B62\u4F7F\u7528 wps_message_send \u4EE5 msg_type='file' + cloud \u7ED3\u6784\u8F6C\u53D1\u4E91\u6587\u4EF6\uFF08\u5E94\u7528 token \u4E0D\u652F\u6301\uFF0C\u4F1A\u8FD4\u56DE 400 InvalidMessage\uFF09\u3002","\u5982\u9700\u8BFB\u53D6\u4E91\u6587\u4EF6\u5185\u5BB9\uFF0C\u8C03\u7528 wps_cloud_doc_get_file_meta(file_id, with_drive=true) \u83B7\u53D6 drive_id\uFF0C\u518D\u8C03\u7528 wps_cloud_doc_extract_file_content(drive_id, file_id) \u62BD\u53D6\u6B63\u6587\u3002","\u5982\u9700\u5411\u7528\u6237\u5206\u4EAB\u4E91\u6587\u4EF6\uFF0C\u7528 wps_message_send \u53D1\u9001\u4E00\u6761\u5305\u542B link_url \u7684\u6587\u672C\u6D88\u606F\u5373\u53EF\uFF08\u53EA\u53D1\u4E00\u6761\uFF0C\u4E0D\u8981\u91CD\u590D\u53D1\u9001\uFF09\u3002","","\u26A0\uFE0F \u7981\u6B62\u4F7F\u7528 sessions_send \u5411 WPS \u4F1A\u8BDD\u53D1\u6D88\u606F\uFF08sessions_send \u4EC5\u7528\u4E8E OpenClaw \u5185\u90E8\u4F1A\u8BDD\u95F4\u901A\u4FE1\uFF0C\u65E0\u6CD5\u6295\u9012\u5230 WPS \u5BA2\u6237\u7AEF\uFF09\u3002\u7981\u6B62\u628A\u672C\u5730\u6587\u4EF6\u8DEF\u5F84\u5F53\u7EAF\u6587\u672C\u56DE\u590D\u3002","\u26A0\uFE0F \u7981\u6B62\u544A\u8BC9\u7528\u6237\u53BB WPS \u754C\u9762\u624B\u52A8\u53D1\u9001\uFF1B\u6709 **`wps_message_send`** / **`message`** \u80FD\u529B\u65F6\u5FC5\u987B\u76F4\u63A5\u6267\u884C\u3002"].join(`
36
+ `)}}),t.info(`[${be}] before_prompt_build hook registered`)):t.warn(`[${be}] api.on not available, cannot register prompt hook`),t.info(`[${be}] plugin registered`)}},Kl=id;export{Kl as default};
37
37
  //# sourceMappingURL=__bundle.tmp.js.map