@novu/framework 2.11.1 → 2.11.2-alpha.1

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.
Files changed (89) hide show
  1. package/README.md +114 -9
  2. package/ai-sdk/package.json +4 -0
  3. package/cards/package.json +4 -0
  4. package/dist/{esm/index-D6L0Yufw.d.ts → cjs/agent.types-Dqm2VBTO.d.cts} +410 -193
  5. package/dist/cjs/ai-sdk/index.cjs +1 -0
  6. package/dist/cjs/ai-sdk/index.d.cts +40 -0
  7. package/dist/cjs/cards.cjs +57 -0
  8. package/dist/cjs/cards.d.cts +2 -0
  9. package/dist/cjs/{health-check.types-D4NEyjyC.d.cts → health-check.types-B9FbzRbm.d.cts} +6 -140
  10. package/dist/cjs/index-1DobCKAF.d.cts +160 -0
  11. package/dist/cjs/index.cjs +138 -138
  12. package/dist/cjs/index.d.cts +5 -3
  13. package/dist/cjs/internal/index.cjs +1 -1
  14. package/dist/cjs/internal/index.d.cts +98 -4
  15. package/dist/cjs/jsx-dev-runtime.cjs +1 -1
  16. package/dist/cjs/jsx-runtime.cjs +1 -1
  17. package/dist/cjs/langchain/index.cjs +1 -0
  18. package/dist/cjs/langchain/index.d.cts +106 -0
  19. package/dist/cjs/servers/express.cjs +138 -138
  20. package/dist/cjs/servers/express.d.cts +6 -4
  21. package/dist/cjs/servers/h3.cjs +137 -137
  22. package/dist/cjs/servers/h3.d.cts +6 -4
  23. package/dist/cjs/servers/lambda.cjs +137 -137
  24. package/dist/cjs/servers/lambda.d.cts +6 -5
  25. package/dist/cjs/servers/nest.cjs +138 -138
  26. package/dist/cjs/servers/nest.d.cts +21 -7
  27. package/dist/cjs/servers/next.cjs +137 -137
  28. package/dist/cjs/servers/next.d.cts +6 -4
  29. package/dist/cjs/servers/nuxt.cjs +137 -137
  30. package/dist/cjs/servers/nuxt.d.cts +6 -4
  31. package/dist/cjs/servers/remix.cjs +137 -137
  32. package/dist/cjs/servers/remix.d.cts +6 -4
  33. package/dist/cjs/servers/sveltekit.cjs +137 -137
  34. package/dist/cjs/servers/sveltekit.d.cts +6 -4
  35. package/dist/cjs/step-resolver.cjs +1 -1
  36. package/dist/cjs/step-resolver.d.cts +3 -2
  37. package/dist/cjs/{subscriber.types-PRaHFLJu.d.cts → subscriber.types-DubxcL8q.d.cts} +18 -78
  38. package/dist/cjs/util.types-DaFfsxgy.d.cts +78 -0
  39. package/dist/cjs/validators.cjs +1 -1
  40. package/dist/{cjs/index-BNiIiOE-.d.cts → esm/agent.types-E3sxq6xr.d.ts} +410 -193
  41. package/dist/esm/ai-sdk/index.d.ts +40 -0
  42. package/dist/esm/ai-sdk/index.js +1 -0
  43. package/dist/esm/cards.d.ts +2 -0
  44. package/dist/esm/cards.js +1 -0
  45. package/dist/esm/{chunk-DKQLYSZS.js → chunk-22DBAEUX.js} +1 -1
  46. package/dist/esm/{chunk-KLCBNFAF.js → chunk-3XT6S7TZ.js} +14 -14
  47. package/dist/esm/chunk-3ZWME5KT.js +0 -0
  48. package/dist/esm/chunk-C3P3ZH2I.js +36 -0
  49. package/dist/esm/{chunk-QTWEINJ4.js → chunk-CANJPWLT.js} +1 -1
  50. package/dist/esm/chunk-E2MET7IR.js +1 -0
  51. package/dist/esm/chunk-FHYMHX3T.js +1 -0
  52. package/dist/esm/chunk-Q6BV36LU.js +98 -0
  53. package/dist/esm/chunk-W6DIBD4Z.js +1 -0
  54. package/dist/esm/{health-check.types-C-81VaBO.d.ts → health-check.types-BNocZ4Wk.d.ts} +6 -140
  55. package/dist/esm/index-aVljLqR4.d.ts +160 -0
  56. package/dist/esm/index.d.ts +5 -3
  57. package/dist/esm/index.js +1 -1
  58. package/dist/esm/internal/index.d.ts +98 -4
  59. package/dist/esm/internal/index.js +1 -1
  60. package/dist/esm/jsx-dev-runtime.js +1 -1
  61. package/dist/esm/jsx-runtime-7EPQR56T.js +1 -0
  62. package/dist/esm/jsx-runtime.js +1 -1
  63. package/dist/esm/langchain/index.d.ts +106 -0
  64. package/dist/esm/langchain/index.js +1 -0
  65. package/dist/esm/servers/express.d.ts +6 -4
  66. package/dist/esm/servers/express.js +1 -1
  67. package/dist/esm/servers/h3.d.ts +6 -4
  68. package/dist/esm/servers/h3.js +1 -1
  69. package/dist/esm/servers/lambda.d.ts +6 -5
  70. package/dist/esm/servers/lambda.js +1 -1
  71. package/dist/esm/servers/nest.d.ts +21 -7
  72. package/dist/esm/servers/nest.js +1 -1
  73. package/dist/esm/servers/next.d.ts +6 -4
  74. package/dist/esm/servers/next.js +1 -1
  75. package/dist/esm/servers/nuxt.d.ts +6 -4
  76. package/dist/esm/servers/nuxt.js +1 -1
  77. package/dist/esm/servers/remix.d.ts +6 -4
  78. package/dist/esm/servers/remix.js +1 -1
  79. package/dist/esm/servers/sveltekit.d.ts +6 -4
  80. package/dist/esm/servers/sveltekit.js +1 -1
  81. package/dist/esm/step-resolver.d.ts +3 -2
  82. package/dist/esm/step-resolver.js +1 -1
  83. package/dist/esm/{subscriber.types-CC7F0JO_.d.ts → subscriber.types-CmybpXhA.d.ts} +18 -78
  84. package/dist/esm/util.types-DaFfsxgy.d.ts +78 -0
  85. package/dist/esm/validators.js +1 -1
  86. package/package.json +56 -8
  87. package/dist/esm/chunk-52LSX2V5.js +0 -1
  88. package/dist/esm/chunk-N4PZBM53.js +0 -1
  89. package/dist/esm/chunk-ND6IQFTA.js +0 -133
@@ -1,164 +1,164 @@
1
- "use strict";var uh=Object.create;var Gn=Object.defineProperty;var lc=Object.getOwnPropertyDescriptor;var ph=Object.getOwnPropertyNames;var dh=Object.getPrototypeOf,hh=Object.prototype.hasOwnProperty;var fh=(e,n,t)=>n in e?Gn(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var mh=(e,n)=>()=>(n||e((n={exports:{}}).exports,n),n.exports),cc=(e,n)=>{for(var t in n)Gn(e,t,{get:n[t],enumerable:!0})},uc=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of ph(n))!hh.call(e,i)&&i!==t&&Gn(e,i,{get:()=>n[i],enumerable:!(r=lc(n,i))||r.enumerable});return e};var jt=(e,n,t)=>(t=e!=null?uh(dh(e)):{},uc(n||!e||!e.__esModule?Gn(t,"default",{value:e,enumerable:!0}):t,e)),gh=e=>uc(Gn({},"__esModule",{value:!0}),e),Jt=(e,n,t,r)=>{for(var i=r>1?void 0:r?lc(n,t):n,a=e.length-1,o;a>=0;a--)(o=e[a])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Gn(n,t,i),i},Gt=(e,n)=>(t,r)=>n(t,r,e);var Te=(e,n,t)=>fh(e,typeof n!="symbol"?n+"":n,t);var dp=mh((SR,pp)=>{"use strict";var ha=Object.prototype.hasOwnProperty,up=Object.prototype.toString,ip=Object.defineProperty,ap=Object.getOwnPropertyDescriptor,op=function(n){return typeof Array.isArray=="function"?Array.isArray(n):up.call(n)==="[object Array]"},sp=function(n){if(!n||up.call(n)!=="[object Object]")return!1;var t=ha.call(n,"constructor"),r=n.constructor&&n.constructor.prototype&&ha.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!t&&!r)return!1;var i;for(i in n);return typeof i=="undefined"||ha.call(n,i)},lp=function(n,t){ip&&t.name==="__proto__"?ip(n,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):n[t.name]=t.newValue},cp=function(n,t){if(t==="__proto__")if(ha.call(n,t)){if(ap)return ap(n,t).value}else return;return n[t]};pp.exports=function e(){var n,t,r,i,a,o,s=arguments[0],u=1,p=arguments.length,d=!1;for(typeof s=="boolean"&&(d=s,s=arguments[1]||{},u=2),(s==null||typeof s!="object"&&typeof s!="function")&&(s={});u<p;++u)if(n=arguments[u],n!=null)for(t in n)r=cp(s,t),i=cp(n,t),s!==i&&(d&&i&&(sp(i)||(a=op(i)))?(a?(a=!1,o=r&&op(r)?r:[]):o=r&&sp(r)?r:{},lp(s,{name:t,newValue:e(d,o,i)})):typeof i!="undefined"&&lp(s,{name:t,newValue:i}));return s}});var Uw={};cc(Uw,{Actions:()=>Ks,AgentDeliveryError:()=>wn,AgentEventEnum:()=>cr,Button:()=>Xs,Card:()=>Qs,CardLink:()=>Zs,CardText:()=>el,Client:()=>er,CronExpression:()=>so,Divider:()=>tl,NOVU_OPTIONS:()=>hr,NovuClient:()=>Wt,NovuController:()=>Dt,NovuHandler:()=>Vt,NovuModule:()=>Xr,NovuRequestHandler:()=>ur,REGISTER_API_PATH:()=>cl,Select:()=>nl,SelectOption:()=>rl,SeverityLevelEnum:()=>Na,TextInput:()=>il,agent:()=>sl,frameworkName:()=>Md,providerSchemas:()=>Ia,registerApiPath:()=>Fa,step:()=>Id,workflow:()=>Rd});module.exports=gh(Uw);var zc=require("jsonrepair");var vr=(i=>(i.TRIGGER="trigger",i.EXECUTE="execute",i.PREVIEW="preview",i.AGENT_EVENT="agent-event",i))(vr||{}),ui=(r=>(r.DISCOVER="discover",r.HEALTH_CHECK="health-check",r.CODE="code",r))(ui||{});var so=(ee=>(ee.EVERY_SECOND="* * * * * *",ee.EVERY_5_SECONDS="*/5 * * * * *",ee.EVERY_10_SECONDS="*/10 * * * * *",ee.EVERY_30_SECONDS="*/30 * * * * *",ee.EVERY_MINUTE="*/1 * * * *",ee.EVERY_5_MINUTES="0 */5 * * * *",ee.EVERY_10_MINUTES="0 */10 * * * *",ee.EVERY_30_MINUTES="0 */30 * * * *",ee.EVERY_HOUR="0 0-23/1 * * *",ee.EVERY_2_HOURS="0 0-23/2 * * *",ee.EVERY_3_HOURS="0 0-23/3 * * *",ee.EVERY_4_HOURS="0 0-23/4 * * *",ee.EVERY_5_HOURS="0 0-23/5 * * *",ee.EVERY_6_HOURS="0 0-23/6 * * *",ee.EVERY_7_HOURS="0 0-23/7 * * *",ee.EVERY_8_HOURS="0 0-23/8 * * *",ee.EVERY_9_HOURS="0 0-23/9 * * *",ee.EVERY_10_HOURS="0 0-23/10 * * *",ee.EVERY_11_HOURS="0 0-23/11 * * *",ee.EVERY_12_HOURS="0 0-23/12 * * *",ee.EVERY_DAY_AT_1AM="0 01 * * *",ee.EVERY_DAY_AT_2AM="0 02 * * *",ee.EVERY_DAY_AT_3AM="0 03 * * *",ee.EVERY_DAY_AT_4AM="0 04 * * *",ee.EVERY_DAY_AT_5AM="0 05 * * *",ee.EVERY_DAY_AT_6AM="0 06 * * *",ee.EVERY_DAY_AT_7AM="0 07 * * *",ee.EVERY_DAY_AT_8AM="0 08 * * *",ee.EVERY_DAY_AT_9AM="0 09 * * *",ee.EVERY_DAY_AT_10AM="0 10 * * *",ee.EVERY_DAY_AT_11AM="0 11 * * *",ee.EVERY_DAY_AT_NOON="0 12 * * *",ee.EVERY_DAY_AT_1PM="0 13 * * *",ee.EVERY_DAY_AT_2PM="0 14 * * *",ee.EVERY_DAY_AT_3PM="0 15 * * *",ee.EVERY_DAY_AT_4PM="0 16 * * *",ee.EVERY_DAY_AT_5PM="0 17 * * *",ee.EVERY_DAY_AT_6PM="0 18 * * *",ee.EVERY_DAY_AT_7PM="0 19 * * *",ee.EVERY_DAY_AT_8PM="0 20 * * *",ee.EVERY_DAY_AT_9PM="0 21 * * *",ee.EVERY_DAY_AT_10PM="0 22 * * *",ee.EVERY_DAY_AT_11PM="0 23 * * *",ee.EVERY_DAY_AT_MIDNIGHT="0 0 * * *",ee.EVERY_WEEK="0 0 * * 0",ee.EVERY_WEEKDAY="0 0 * * 1-5",ee.EVERY_WEEKEND="0 0 * * 6,0",ee.EVERY_1ST_DAY_OF_MONTH_AT_MIDNIGHT="0 0 1 * *",ee.EVERY_1ST_DAY_OF_MONTH_AT_NOON="0 12 1 * *",ee.EVERY_2ND_DAY_OF_MONTH_AT_10AM="0 10 2 * *",ee.EVERY_2ND_HOUR="0 */2 * * *",ee.EVERY_2ND_HOUR_FROM_1AM_THROUGH_11PM="0 1-23/2 * * *",ee.EVERY_2ND_MONTH="0 0 1 */2 *",ee.EVERY_QUARTER="0 0 1 */3 *",ee.EVERY_6_MONTHS="0 0 1 */6 *",ee.EVERY_YEAR="0 0 1 0 *",ee.EVERY_30_MINUTES_BETWEEN_9AM_AND_5PM="0 */30 9-17 * * *",ee.EVERY_30_MINUTES_BETWEEN_9AM_AND_6PM="0 */30 9-18 * * *",ee.EVERY_30_MINUTES_BETWEEN_10AM_AND_7PM="0 */30 10-19 * * *",ee.MONDAY_TO_FRIDAY_AT_1AM="0 0 01 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_2AM="0 0 02 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_3AM="0 0 03 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_4AM="0 0 04 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_5AM="0 0 05 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_6AM="0 0 06 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_7AM="0 0 07 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_8AM="0 0 08 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_9AM="0 0 09 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_09_30AM="0 30 09 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_10AM="0 0 10 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_11AM="0 0 11 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_11_30AM="0 30 11 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_12PM="0 0 12 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_1PM="0 0 13 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_2PM="0 0 14 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_3PM="0 0 15 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_4PM="0 0 16 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_5PM="0 0 17 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_6PM="0 0 18 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_7PM="0 0 19 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_8PM="0 0 20 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_9PM="0 0 21 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_10PM="0 0 22 * * 1-5",ee.MONDAY_TO_FRIDAY_AT_11PM="0 0 23 * * 1-5",ee))(so||{});var Bt=(Se=>(Se.BRIDGE_ERROR="BridgeError",Se.EXECUTION_EVENT_CONTROL_INVALID_ERROR="ExecutionEventControlInvalidError",Se.EXECUTION_EVENT_PAYLOAD_INVALID_ERROR="ExecutionEventPayloadInvalidError",Se.EXECUTION_PROVIDER_OUTPUT_INVALID_ERROR="ExecutionProviderOutputInvalidError",Se.EXECUTION_STATE_CONTROL_INVALID_ERROR="ExecutionStateControlInvalidError",Se.EXECUTION_STATE_CORRUPT_ERROR="ExecutionStateCorruptError",Se.EXECUTION_STATE_OUTPUT_INVALID_ERROR="ExecutionStateOutputInvalidError",Se.EXECUTION_STATE_RESULT_INVALID_ERROR="ExecutionStateResultInvalidError",Se.INVALID_ACTION_ERROR="InvalidActionError",Se.METHOD_NOT_ALLOWED_ERROR="MethodNotAllowedError",Se.MISSING_DEPENDENCY_ERROR="MissingDependencyError",Se.MISSING_SECRET_KEY_ERROR="MissingSecretKeyError",Se.PROVIDER_EXECUTION_FAILED_ERROR="ProviderExecutionFailedError",Se.PROVIDER_NOT_FOUND_ERROR="ProviderNotFoundError",Se.SIGNATURE_EXPIRED_ERROR="SignatureExpiredError",Se.SIGNATURE_INVALID_ERROR="SignatureInvalidError",Se.SIGNATURE_MISMATCH_ERROR="SignatureMismatchError",Se.SIGNATURE_NOT_FOUND_ERROR="SignatureNotFoundError",Se.SIGNATURE_VERSION_INVALID_ERROR="SignatureVersionInvalidError",Se.SIGNING_KEY_NOT_FOUND_ERROR="SigningKeyNotFoundError",Se.STEP_ALREADY_EXISTS_ERROR="StepAlreadyExistsError",Se.STEP_CONTROL_COMPILATION_FAILED_ERROR="StepControlCompilationFailedError",Se.STEP_EXECUTION_FAILED_ERROR="StepExecutionFailedError",Se.STEP_NOT_FOUND_ERROR="StepNotFoundError",Se.WORKFLOW_ALREADY_EXISTS_ERROR="WorkflowAlreadyExistsError",Se.WORKFLOW_NOT_FOUND_ERROR="WorkflowNotFoundError",Se.WORKFLOW_PAYLOAD_INVALID_ERROR="WorkflowPayloadInvalidError",Se))(Bt||{});var pi=(r=>(r.POST="POST",r.GET="GET",r.OPTIONS="OPTIONS",r))(pi||{});var yh=e=>{var t,r;if(typeof e!="object"||e===null)return!1;let n=Object.getPrototypeOf(e);return(r=(t=n==null?void 0:n.constructor)==null?void 0:t.name.endsWith("Error"))!=null?r:!1},dn=class extends Error{},di=class extends dn{constructor(){super(...arguments);this.statusCode=404}},At=class extends dn{constructor(){super(...arguments);this.statusCode=400}},Tn=class extends dn{constructor(){super(...arguments);this.statusCode=401}},kn=class extends dn{constructor(n,{cause:t}={}){var r;yh(t)?(super(`${n}: ${t.message}`),this.data={stack:(r=t.stack)!=null?r:n}):(super(`${n}${t?`: ${JSON.stringify(t,null,2)}`:""}`),this.data={stack:n})}},hi=class extends dn{constructor(){super(...arguments);this.statusCode=409}};var Kn=class extends kn{constructor(t){super("Unknown BridgeError",{cause:t});this.statusCode=500;this.code="BridgeError"}};var fi=class extends At{constructor(t,r){super(`Workflow with id: \`${t}\` has a corrupt state. Step with id: \`${r}\` does not exist. Please provide the missing state.`);this.code="ExecutionStateCorruptError";this.data={workflowId:t,stepId:r}}},Er=class extends At{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`payload\`. Please provide the correct event payload.`);this.code="ExecutionEventPayloadInvalidError";this.data=r}},mi=class extends At{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`controls\`. Please provide the correct event controls.`);this.code="ExecutionEventControlInvalidError";this.data=r}},gi=class extends At{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid \`controls\`. Please provide the correct step controls.`);this.code="ExecutionStateControlInvalidError";this.data=i}},yi=class extends At{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid output. Please provide the correct step output.`);this.code="ExecutionStateOutputInvalidError";this.data=i}},bi=class extends At{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid result. Please provide the correct step result.`);this.code="ExecutionStateResultInvalidError";this.data=i}},wi=class extends At{constructor(t,r,i){super(`Workflow with id: \`${t}\` has invalid controls syntax in step with id: \`${r}\`. Please correct step control syntax.`);this.code="StepControlCompilationFailedError";this.data=i}},Si=class extends At{constructor(t,r,i,a){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` and provider with id: \`${i}\` has invalid output. Please provide the correct provider output.`);this.code="ExecutionProviderOutputInvalidError";this.data=a}},xi=class extends At{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`payload\`. Please provide the correct payload.`);this.code="WorkflowPayloadInvalidError";this.data=r}};var Nn=e=>Object.values(Bt).includes(e==null?void 0:e.code),pc=e=>!Nn(e)&&typeof e.statusCode=="number"&&e.statusCode>=400&&e.statusCode<500;var lo=e=>Object.values(e).map(n=>`\`${n}\``).join(", "),Ti=e=>e.replaceAll(/(\w)(\w*)/g,(n,t,r)=>t.toUpperCase()+r.toLowerCase()).replaceAll(/[\s-]+/g,"");var ki=class extends dn{constructor(){super(...arguments);this.code="MethodNotAllowedError";this.statusCode=405;this.message=`Method not allowed. Please use one of ${lo(pi)}`}},Xn=class extends At{constructor(t,r){super(`Invalid query string: \`action\`=\`${t}\`. Please use one of ${lo(r)}`);this.code="InvalidActionError"}},vi=class extends At{constructor(){super("Missing secret key. Set the `NOVU_SECRET_KEY` environment variable or pass `secretKey` to the client options.");this.code="MissingSecretKeyError"}};var Ai=class extends Error{constructor(n,t,r){super(),this.data={message:r},this.statusCode=n,this.code=t}};var _r=class extends hi{constructor(n,t){super(`${Ti(n)} with id: \`${t}\` already exists. Please use a different id.`)}},vn=class extends di{constructor(n,t){super(`${Ti(n)} with id: \`${t}\` does not exist. Please provide a valid id.`)}},Qn=class extends kn{constructor(t,r,i,a){super(`Failed to ${i} ${Ti(t)} with id: \`${r}\``,{cause:a});this.statusCode=502}};var Ei=class extends vn{constructor(t){super("provider",t);this.code="ProviderNotFoundError"}},_i=class extends Qn{constructor(t,r,i){super("provider",t,r,i);this.code="ProviderExecutionFailedError"}};var Oi=class extends Tn{constructor(){super("Signature does not match the expected signature. Please ensure the signature provided in the `novu-signature` header is correct and try again.");this.code="SignatureMismatchError"}},Ri=class extends Tn{constructor(){super("Signature not found. Please provide a signature in the `novu-signature` header");this.code="SignatureNotFoundError"}},Ii=class extends Tn{constructor(){super("Signature is invalid. Please provide a valid signature in the `novu-signature` header");this.code="SignatureInvalidError"}},Ci=class extends Tn{constructor(){super(`Signature expired. Please provide a signature with a timestamp no older than ${5} minutes in the \`novu-signature\` header`);this.code="SignatureExpiredError"}},Pi=class extends Tn{constructor(){super("Signature key not found. Please provide a valid key in the Client constructor `config.secretKey`");this.code="SigningKeyNotFoundError"}};var Mi=class extends vn{constructor(t){super("step",t);this.code="StepNotFoundError"}},Ni=class extends _r{constructor(t){super("step",t);this.code="StepAlreadyExistsError"}},Or=class extends Qn{constructor(t,r,i){super("step",t,r,i);this.code="StepExecutionFailedError"}};var Rr=class extends vn{constructor(t){super("workflow",t);this.code="WorkflowNotFoundError"}};var Li=(()=>{var e=Object.defineProperty,n=Object.getOwnPropertyDescriptor,t=Object.getOwnPropertyNames,r=Object.prototype.hasOwnProperty,i=(l,c)=>function(){return l&&(c=(0,l[t(l)[0]])(l=0)),c},a=(l,c)=>function(){return c||(0,l[t(l)[0]])((c={exports:{}}).exports,c),c.exports},o=(l,c)=>{for(var f in c)e(l,f,{get:c[f],enumerable:!0})},s=(l,c,f,S)=>{if(c&&typeof c=="object"||typeof c=="function")for(let x of t(c))!r.call(l,x)&&x!==f&&e(l,x,{get:()=>c[x],enumerable:!(S=n(c,x))||S.enumerable});return l},u=l=>s(e({},"__esModule",{value:!0}),l),p={};o(p,{JSONSchemaFaker:()=>oc,default:()=>sc,setDependencies:()=>xl});function d(l,c){return typeof l=="string"?typeof c!="undefined"?wr.register(l,c):wr.get(l):wr.registerMany(l)}function h(l,c){return l=typeof l=="undefined"?Qt.MIN_INTEGER:l,c=typeof c=="undefined"?Qt.MAX_INTEGER:c,Math.floor(Ee("random")()*(c-l+1))+l}function y(l){return ri.default.prototype.max=Ee("defaultRandExpMax"),ri.default.prototype.randInt=(f,S)=>f+Math.floor(Ee("random")()*(1+(S-f))),new ri.default(l).gen()}function g(l){return l[Math.floor(Ee("random")()*l.length)]}function P(l){let c,f,S=l.length,x=l.slice();for(;S>0;)f=Math.floor(Ee("random")()*S),S-=1,c=x[S],x[S]=x[f],x[f]=c;return x}function Z(l,c){return Ee("random")()*(c-l)+l}function Q(l,c,f,S,x=!1){return f=typeof f=="undefined"?Qt.MIN_NUMBER:f,S=typeof S=="undefined"?Qt.MAX_NUMBER:S,l=typeof l=="undefined"?f:l,c=typeof c=="undefined"?S:c,c<l&&(c+=l),x?Z(l,c):h(l,c)}function j(l){switch(l){case"seconds":return Q(0,60)*60;case"minutes":return Q(15,50)*612;case"hours":return Q(12,72)*36123;case"days":return Q(7,30)*86412345;case"weeks":return Q(4,52)*604812345;case"months":return Q(2,13)*2592012345;case"years":return Q(1,20)*31104012345;default:break}}function ce(l){if(l)return j(l);let c=Ee("minDateTime"),f=Ee("maxDateTime");typeof c=="string"&&(c=new Date(c)),typeof f=="string"&&(f=new Date(f));let S=new Date().getTime();return typeof c=="number"&&(c=new Date(S+c)),typeof f=="number"&&(f=new Date(S+f)),new Date(Z(c.getTime(),f.getTime()))}function te(l,c,f){if(c=decodeURIComponent(c),f&&f[c])return Se(f[c]);let S=c.replace("#/","/").split("/"),x=l.$ref&&f&&f[l.$ref]||l;for(!x&&!S[0]&&(S[0]=l.$ref.split("#/")[0]),f&&c.includes("#/")&&f[S[0]]&&(x=f[S.shift()]),S[0]||S.shift();x&&S.length>0;){let v=S.shift();if(!x[v])throw new Error(`Prop not found: ${v} (${c})`);x=x[v]}return x}function ke(l){return typeof l=="string"&&Cl.test(l)}function Oe(l){return["number","boolean"].includes(typeof l)}function U(l,...c){return c.filter(f=>typeof l[f]!="undefined").length>0}function Fe(l){if(l.includes(" "))return new Date(l).toISOString().substr(0,10);let[c,f,S]=l.split("T")[0].split("-");return f=`0${Math.max(1,Math.min(12,f))}`.slice(-2),S=`0${Math.max(1,Math.min(31,S))}`.slice(-2),`${c}-${f}-${S}`}function Ge(l){if(l.includes(" "))return new Date(l).toISOString().substr(0,10);let[c,f]=l.split("T"),[S,x,v]=c.split("-"),[k,N,X]=f.substr(0,8).split(":");return x=`0${Math.max(1,Math.min(12,x))}`.slice(-2),v=`0${Math.max(1,Math.min(31,v))}`.slice(-2),k=`0${Math.max(1,Math.min(23,k))}`.slice(-2),N=`0${Math.max(1,Math.min(59,N))}`.slice(-2),X=`0${Math.max(1,Math.min(59,X))}`.slice(-2),`${S}-${x}-${v}T${k}:${N}:${X}.000Z`}function qe(l,c,f){let S={};switch(l||c.type){case"integer":case"number":if(typeof c.minimum!="undefined"&&(S.minimum=c.minimum),typeof c.maximum!="undefined"&&(S.maximum=c.maximum),c.enum){let v=Math.max(S.minimum||0,0),k=Math.min(S.maximum||1/0,1/0);c.exclusiveMinimum&&v===c.minimum&&(v+=c.multipleOf||1),c.exclusiveMaximum&&k===c.maximum&&(k-=c.multipleOf||1),(v||k!==1/0)&&(c.enum=c.enum.filter(N=>N>=v&&N<=k))}break;case"string":{S.minLength=Ee("minLength")||0,S.maxLength=Ee("maxLength")||Number.MAX_SAFE_INTEGER,typeof c.minLength!="undefined"&&(S.minLength=Math.max(S.minLength,c.minLength)),typeof c.maxLength!="undefined"&&(S.maxLength=Math.min(S.maxLength,c.maxLength));break}default:break}let x=f(S);if(x==null)return null;switch(l||c.type){case"number":x=ke(x)?parseFloat(x):x;break;case"integer":x=ke(x)?parseInt(x,10):x;break;case"boolean":x=!!x;break;case"string":{if(Oe(x))return x;x=String(x);let v=Math.max(S.minLength||0,0),k=Math.min(S.maxLength||1/0,1/0),N,X=0;for(;x.length<v;)if(N=x,c.pattern?x+=ve.randexp(c.pattern):x+=`${ve.pick([" ","/","_","-","+","=","@","^"])}${x}`,x===N){if(X+=1,X===3)break}else X=0;switch(x.length>k&&(x=x.substr(0,k)),c.format){case"date-time":case"datetime":x=new Date(Ge(x)).toISOString().replace(/([0-9])0+Z$/,"$1Z");break;case"full-date":case"date":x=new Date(Fe(x)).toISOString().substr(0,10);break;case"time":x=new Date(`1969-01-01 ${x}`).toISOString().substr(11);break;default:break}break}default:break}return x}function F(l,c){return Object.keys(c).forEach(f=>{typeof c[f]!="object"||c[f]===null?l[f]=c[f]:Array.isArray(c[f])?(l[f]=l[f]||[],c[f].forEach((S,x)=>{l.type==="array"&&c.type==="array"?l[f][x]=F(l[f][x]||{},S,!0):Array.isArray(l[f])&&l[f].indexOf(S)===-1&&l[f].push(S)})):typeof l[f]!="object"||l[f]===null||Array.isArray(l[f])?l[f]=F({},c[f]):l[f]=F(l[f],c[f])}),l}function Se(l,c=new Map){if(!l||typeof l!="object")return l;if(c.has(l))return c.get(l);if(Array.isArray(l)){let S=[];return c.set(l,S),S.push(...l.map(x=>Se(x,c))),S}let f={};return c.set(l,f),Object.keys(l).reduce((S,x)=>(S[x]=Se(l[x],c),S),f)}function je(l){let c=JSON.stringify(l),f=JSON.stringify(l,null,2);return c.length>400?`${f.substr(0,400)}...`:f}function ge(){return ve.pick([!1,!0,null,-1,NaN,Math.PI,1/0,void 0,[],{},Math.random(),Math.random().toString(36).substr(2)])}function Ie(l,c){if(l.enum)return l.enum.includes(c);if(l.const)return l.const===c}function Pe(l,c){let f=F({},c);if(typeof l.minimum!="undefined"&&(f.maximum=l.minimum,f.exclusiveMaximum=!0),typeof l.maximum!="undefined"&&(f.minimum=l.maximum>f.maximum?0:l.maximum,f.exclusiveMinimum=!0),typeof l.minLength!="undefined"&&(f.maxLength=l.minLength),typeof l.maxLength!="undefined"&&(f.minLength=l.maxLength>f.maxLength?0:l.maxLength),l.type)f.type=ve.pick(Qt.SCALAR_TYPES.filter(S=>(Array.isArray(l.type)?l.type:[l.type]).every(v=>S==="number"||S==="integer"?v!=="number"&&v!=="integer":S!==v)));else if(l.enum){let S;do S=ge();while(l.enum.indexOf(S)!==-1);f.enum=[S]}return l.required&&f.properties&&l.required.forEach(S=>{delete f.properties[S]}),f}function Ze(l,c){let f=c.minimum!==void 0,S=c.maximum!==void 0;return(f||S)&&(!f||l>=c.minimum)&&(!S||l<=c.maximum)}function ot(l,c){return!c.every(f=>Ze(l,f))}function It(l,c){return c.reduce((S,x)=>S+(Ze(l,x)?1:0),0)===1}function Ft(l){return["enum","const","default","examples","required","definitions","items","properties"].includes(l)}function A(l,c){return Object.keys(l).filter(f=>!c.includes(f)).reduce((f,S)=>(Array.isArray(l[S])?f[S]=l[S].slice():f[S]=l[S]instanceof Object?F({},l[S]):l[S],f),{})}function Tt(l,c){return Array.isArray(l)?l.map(f=>Tt(f,c)):(typeof l=="string"&&(l=l.replace(/#\{([\w.-]+)\}/g,(f,S)=>c[S])),l)}function Ct(l){return Object.prototype.toString.call(l)==="[object Object]"&&!Object.keys(l).length}function _(l,c){c=c.items||c;let f=Ee("alwaysFakeOptionals"),S=Array.isArray(c.required)&&c.required.includes(l)||f,x=typeof c.thunk=="function"||c.additionalProperties&&typeof c.additionalProperties.thunk=="function";return!S&&!x}function yt(l,c,f=!1){if(!l||typeof l!="object")return l;if(Array.isArray(l))return l.map(S=>yt(S,c,!0)).filter(S=>typeof S!="undefined");if(Object.keys(l).forEach(S=>{if(Ct(l[S]))_(S,c)&&delete l[S];else{let x=c;c&&c.properties&&c.properties[S]&&(x=c.properties[S]);let v=yt(l[S],x);Ct(v)||(l[S]=v)}typeof l[S]=="undefined"&&delete l[S]}),!(!Object.keys(l).length&&f))return l}function rn(l){return(c,f,S,x)=>{let v=c,k=[];typeof c=="object"&&(v=Object.keys(c)[0],Array.isArray(c[v])?k=c[v]:k.push(c[v]));let N=v.split("."),X=l();for(;N.length>1;)X=X[N.shift()];return c=typeof X=="object"?X[N[0]]:X,typeof c=="function"&&(c=c.apply(X,k.map(M=>We.template(M,x)))),Object.prototype.toString.call(c)==="[object Object]"&&Object.keys(c).forEach(M=>{if(typeof c[M]=="function")throw new Error(`Cannot resolve value for '${S}: ${v}', given: ${c}`)}),c}}function fr(l,c){if(typeof l=="undefined")return Jn.list();if(typeof l=="string")if(typeof c=="function")Jn.register(l,c);else if(c===null||c===!1)Jn.unregister(l);else return Jn.get(l);else Jn.registerMany(l)}function Yn(l,c,f){return Object.keys(l).filter(S=>{let x=Ll.indexOf(c)>-1;return f.indexOf(S)>-1&&!x}).length>0}function ct(l,c){let f=Object.keys(Sr);for(let S=0;S<f.length;S+=1){let x=f[S],v=c[c.length-1];if(Yn(l,v,Sr[x]))return x}}function Pn(){return Ee("random")()>.5}function Ht(){return null}function an(l,c,f,S,x,v){let k=[],N=[];function X(re){let q=JSON.stringify(re.value);return N.indexOf(q)===-1?(N.push(q),k.push(re),!0):!1}c.forEach(X);let M=100;for(;k.length!==c.length&&(X(v(f.items||S,l,x))||(M-=1),!!M););return k}function Sn(l,c,f,S){let x=[];if(!(l.items||l.additionalItems)){if(We.hasProperties(l,"minItems","maxItems","uniqueItems")&&(l.minItems!==0||l.maxItems!==0))throw new ii(`missing items for ${We.short(l)}`,c);return x}if(Array.isArray(l.items))return l.items.map((se,Ue)=>{let xe=c.concat(["items",Ue]);return S(se,xe,f)});let v=l.minItems,k=l.maxItems,N=Ee("minItems"),X=Ee("maxItems");N&&(v=typeof v=="undefined"?N:Math.min(N,v)),X&&(k=typeof k=="undefined"?X:Math.min(X,k),k&&k>X&&(k=X),v&&v>X&&(v=k));let M=Ee("alwaysFakeOptionals")===!0?1:Ee("optionalsProbability"),re=Ee("alwaysFakeOptionals")||Ee("fixedProbabilities")||!1,q=ve.number(v,k,1,5);M!==null&&(q=Math.max(re?Math.round((k||q)*M):Math.abs(ve.number(v,k)*M),v||0));let de=typeof l.additionalItems=="object"?l.additionalItems:{};for(let se=x.length;se<q;se+=1){let Ue=c.concat(["items",se]),xe=S(l.items||de,Ue,f);x.push(xe)}if(l.contains&&q>0){let se=ve.number(0,q-1);x[se]=S(l.contains,c.concat(["items",se]),f)}return l.uniqueItems?an(c.concat(["items"]),x,l,de,f,S):x}function mr(l){let c=typeof l.minimum=="undefined"||l.minimum===-Number.MAX_VALUE?Qt.MIN_INTEGER:l.minimum,f=typeof l.maximum=="undefined"||l.maximum===Number.MAX_VALUE?Qt.MAX_INTEGER:l.maximum,S=l.multipleOf,x=S&&String(S).match(/e-(\d)|\.(\d+)$/);if(x){let v=(Math.random()*ve.number(0,10)+1)*S,k=x[1]||x[2].length,N=parseFloat(v.toFixed(k)),X=ve.number(c,f-1);return String(N).includes(".")?X+N:(X+N).toExponential()}if(S&&(f=Math.floor(f/S)*S,c=Math.ceil(c/S)*S),l.exclusiveMinimum&&c===l.minimum&&(c+=S||1),l.exclusiveMaximum&&f===l.maximum&&(f-=S||1),c>f)return NaN;if(S){let v=ve.number(Math.floor(c/S),Math.floor(f/S))*S;for(;v<c;)v+=S;return v}return ve.number(c,f,void 0,void 0,l.type!=="integer")}function Ua(l){return Math.floor(no({...l}))}function Qr(l){return ve.shuffle(Wl).slice(0,l)}function Zr(l,c,f,S){let x={},v=l.properties||{},k=l.patternProperties||{},N=typeof l.required=="boolean"?[]:(l.required||[]).slice(),X=l.additionalProperties!==!1,M=Object.keys(v),re=Object.keys(k),q=M.concat(re).reduce((ae,E)=>(N.indexOf(E)===-1&&ae.push(E),ae),[]),de=N.concat(q),se=X&&l.additionalProperties===!0?oi:l.additionalProperties;if(!X&&M.length===0&&re.length===0&&We.hasProperties(l,"minProperties","maxProperties","dependencies","required"))return null;if(Ee("requiredOnly")===!0)return N.forEach(ae=>{v[ae]&&(x[ae]=v[ae])}),S(x,c.concat(["properties"]),f,l);let Ue=Ee("alwaysFakeOptionals")===!0?1:Ee("optionalsProbability"),xe=Ee("alwaysFakeOptionals")||Ee("fixedProbabilities")||!1,_e=Ee("ignoreProperties")||[],Ye=Ee("reuseProperties"),Ke=Ee("fillProperties"),ie=l.maxProperties||de.length+(X?ve.number(1,5):0),I=Math.max(l.minProperties||0,N.length),C=Math.max(0,de.length-I);de.length===1&&!N.length&&(I=Math.max(ve.number(Ke?1:0,ie),I)),Ue!==null&&(xe===!0?C=Math.round(I-N.length+Ue*(de.length-I)):C=ve.number(I-N.length,Ue*(de.length-I)));let z=ve.shuffle(q).slice(0,C),W=q.filter(ae=>z.indexOf(ae)!==-1),G=Ue!==null||N.length===ie?ie:ve.number(0,ie),B=N.concat(ve.shuffle(W).slice(0,G)).slice(0,ie),H=[],J=[];if(l.dependencies&&(Object.keys(l.dependencies).forEach(ae=>{let E=l.dependencies[ae];if(B.indexOf(ae)!==-1)if(Array.isArray(E))E.forEach(Y=>{B.indexOf(Y)===-1&&B.push(Y)});else if(Array.isArray(E.oneOf||E.anyOf)){let Y=E.oneOf||E.anyOf;J.push({prop:ae,values:Y})}else H.push(E)}),H.length))return delete l.dependencies,S({allOf:H.concat(l)},c.concat(["properties"]),f,l);let ue=[],he=[];B.forEach(ae=>{if(v[ae]&&["{}","true"].includes(JSON.stringify(v[ae].not)))return;for(let Y=0;Y<_e.length;Y+=1)if(_e[Y]instanceof RegExp&&_e[Y].test(ae)||typeof _e[Y]=="string"&&_e[Y]===ae||typeof _e[Y]=="function"&&_e[Y](v[ae],ae)){ue.push(ae);return}se===!1&&N.indexOf(ae)!==-1&&(x[ae]=v[ae]),v[ae]&&(x[ae]=v[ae]);let E;if(re.forEach(Y=>{ae.match(new RegExp(Y))&&(E=!0,x[ae]?We.merge(x[ae],k[Y]):x[ve.randexp(ae)]=k[Y])}),!E){let Y=k[ae]||se;Y&&se!==!1?x[k[ae]?ve.randexp(ae):ae]=v[ae]||Y:he.push(ae)}});let Ae=Object.keys(x).length+(Ke?0:ue.length),nt=ae=>ve.randexp(`_?[_a-f\\d]{1,3}${ae?"\\$?":""}`);function rt(ae){let E;do{if(!ae.length)break;E=ae.shift()}while(x[E]);return E}let at=I;if(X&&!N.length&&(at=Math.max(Ue===null||se?ve.number(Ke?1:0,ie):0,I)),!W.length&&!C&&X&&xe===!0&&Ke){let ae=ve.number(0,ie);for(let E=0;E<ae;E+=1)x[ai(1)+nt(ae[E])]=se||oi}for(;Ke&&!(!(re.length||X)||Ae>=at);){if(X)if(Ye&&M.length-Ae>at){let ae=0,E;do{if(ae+=1,ae>1e3)break;E=rt(N)||ve.pick(M)}while(typeof x[E]!="undefined");typeof x[E]=="undefined"&&(x[E]=v[E],Ae+=1)}else if(re.length&&!se){let ae=ve.pick(re),E=ve.randexp(ae);x[E]||(x[E]=k[ae],Ae+=1)}else{let ae=rt(N)||ai(1)+nt();x[ae]||(x[ae]=se||oi,Ae+=1)}for(let ae=0;Ae<I&&ae<re.length;ae+=1){let E=re[ae],Y=ve.randexp(E);x[Y]||(x[Y]=k[E],Ae+=1)}}if(N.length===0&&(!X||Ue===!1)){let ae=ve.number(I,ie);for(;Ae<ae;){let E=rt(M);E&&(x[E]=v[E]),Ae+=1}}let dt=x;if(Ee("sortProperties")!==null){let ae=Object.keys(v);dt=Object.keys(x).sort((Y,fe)=>Ee("sortProperties")?Y.localeCompare(fe):ae.indexOf(Y)-ae.indexOf(fe)).reduce((Y,fe)=>(Y[fe]=x[fe],Y),{})}let wt=S(dt,c.concat(["properties"]),f,l);return J.forEach(ae=>{for(let E of ae.values)if(We.hasValue(E.properties[ae.prop],wt.value[ae.prop])){Object.keys(E.properties).forEach(Y=>{Y!==ae.prop&&We.merge(wt.value,S(E.properties,c.concat(["properties"]),f,l).value)});break}}),wt}function gr(){let l=ve.number(1,5);return ai(l).join(" ")}function $a(l=0,c=140){let f=Math.max(0,l),S=ve.number(f,c),x=gr();for(;x.length<f;)x+=gr();return x.length>S&&(x=x.substr(0,S)),x}function ei(){return[0,0,0,0].map(()=>ve.number(0,255)).join(".")}function ti(){return ve.date().toISOString()}function qa(){return si().slice(0,10)}function ja(){return si().slice(11)}function Ba(l){return ve.randexp($t[l]).replace(Xl,(c,f)=>ve.randexp($t[f]))}function za(l,c){let f=to(l.format);if(typeof f=="function")return f(l);switch(l.format){case"date-time":case"datetime":return si();case"date":return Jl();case"time":return Gl();case"ipv4":return Yl();case"regex":return".+?";case"email":case"hostname":case"ipv6":case"uri":case"uri-reference":case"iri":case"iri-reference":case"idn-email":case"idn-hostname":case"json-pointer":case"slug":case"uri-template":case"uuid":case"duration":return Ql(l.format);default:if(typeof f=="undefined"){if(Ee("failOnInvalidFormat"))throw new Error(`unknown registry key ${We.short(l.format)}`);return c()}throw new Error(`unsupported format '${l.format}'`)}}function Va(l){return We.typecast("string",l,f=>l.format?za(l,()=>ro(f.minLength,f.maxLength)):l.pattern?ve.randexp(l.pattern):ro(f.minLength,f.maxLength))}function $({$comment:l,title:c,description:f}){return Object.entries({comment:l,title:c,description:f}).filter(([,S])=>S).reduce((S,[x,v])=>(S[x]=v,S),{})}function ne(l,c,f,S){if(l=f(l,null,c),l&&(l.oneOf||l.anyOf||l.allOf)&&(l=f(l,null,c)),!l)throw new Error(`Cannot traverse at '${c.join(".")}', given '${JSON.stringify(S)}'`);let x={...$(l),schemaPath:c};if(c[c.length-1]!=="properties"){if(Ee("useExamplesValue")&&Array.isArray(l.examples)){let M=l.examples.concat("default"in l?[l.default]:[]);return{value:We.typecast(null,l,()=>ve.pick(M)),context:x}}if(Ee("useExamplesValue")&&typeof l.example!="undefined")return{value:We.typecast(null,l,()=>l.example),context:x};if(Ee("useDefaultValue")&&"default"in l&&(l.default!==""||!Ee("replaceEmptyByRandomValue")))return{value:l.default,context:x};if("template"in l)return{value:We.template(l.template,S),context:x};if("const"in l)return{value:l.const,context:x}}if(l.not&&typeof l.not=="object"&&(l=We.notValue(l.not,We.omitProps(l,["not"])),l.type&&l.type==="object")){let{value:M,context:re}=ne(l,c.concat(["not"]),f,S);return{value:We.clean(M,l,!1),context:{...x,items:re}}}if(typeof l.thunk=="function"){let{value:M,context:re}=ne(l.thunk(S),c,f);return{value:M,context:{...x,items:re}}}if(l.jsonPath)return{value:l,context:x};let v=l.type;if(Array.isArray(v)?v=ve.pick(v):typeof v=="undefined"&&(v=Dl(l,c)||v,v&&(l.type=v)),typeof l.generate=="function"){let M=We.typecast(null,l,()=>l.generate(S,c)),re=M===null?"null":typeof M;if(re===v||re==="number"&&v==="integer"||Array.isArray(M)&&v==="array")return{value:M,context:x}}if(typeof l.pattern=="string")return{value:We.typecast("string",l,()=>ve.randexp(l.pattern)),context:x};if(Array.isArray(l.enum))return{value:We.typecast(null,l,()=>ve.pick(l.enum)),context:x};if(typeof v=="string")if(xr[v])try{let M=xr[v](l,c,f,ne);return v==="array"?{value:M.map(({value:re})=>re),context:{...x,items:M.map(Array.isArray(l.items)?({context:re})=>re:({context:re})=>({...re,schemaPath:re.schemaPath.slice(0,-1)}))}}:v==="object"?M!==null?{value:M.value,context:{...x,items:M.context}}:{value:{},context:x}:{value:M,context:x}}catch(M){throw typeof M.path=="undefined"?new ii(M.stack,c):M}else{if(Ee("failOnInvalidTypes"))throw new ii(`unknown primitive ${We.short(v)}`,c.concat(["type"]));{let M=Ee("defaultInvalidTypeProduct");return typeof M=="string"&&xr[M]?{value:xr[M](l,c,f,ne),context:x}:{value:M,context:x}}}let k={},N={...x};Array.isArray(l)&&(k=[]);let X=Ee("pruneProperties")||[];return Object.keys(l).forEach(M=>{if(!X.includes(M)&&l[M]!==null)if(typeof l[M]=="object"&&M!=="definitions"){let{value:re,context:q}=ne(l[M],c.concat([M]),f,k);k[M]=We.clean(re,l[M],!1),N[M]=q,k[M]===null&&Ee("omitNulls")&&(delete k[M],delete N[M])}else k[M]=l[M]}),{value:k,context:N}}function Re(l){return Array.isArray(l)?ve.pick(l):l}function Le(l,c){if(!Array.isArray(l))return l;let f=c?l.pop():l.shift();return c?l.unshift(f):l.push(f),f}function ze(l,c,f,S){if(!l||typeof l!="object")return l;if(f||(f={}),c||(c=l),Array.isArray(l))return l.map(x=>ze(x,c,f,S));if(l.jsonPath){let{JSONPath:x}=Ka(),v=typeof l.jsonPath!="object"?{path:l.jsonPath}:l.jsonPath;v.group=l.group||v.group||S,v.cycle=l.cycle||v.cycle||!1,v.reverse=l.reverse||v.reverse||!1,v.count=l.count||v.count||1;let k=`${v.group}__${v.path}`;return f[k]||(v.count>1?f[k]=x(v.path,c).slice(0,v.count):f[k]=x(v.path,c)),v.cycle||v.reverse?Le(f[k],v.reverse):Re(f[k])}return Object.keys(l).forEach(x=>{l[x]=ze(l[x],c,f,x)}),l}function Pt(l,c,f,S){if(Object.prototype.toString.call(c)!=="[object Object]")throw new Error(`Invalid input, expecting object but given ${typeof c}`);let x=Ee("refDepthMin")||0,v=Ee("refDepthMax")||3;try{let{resolveSchema:k}=rc({refs:l,schema:c,container:f,synchronous:S,refDepthMin:x,refDepthMax:v}),N=tc(We.clone(c),[],k);return Ee("resolveJsonPath")?{value:ze(N.value),context:N.context}:N}catch(k){throw k.path?new Error(`${k.message} in /${k.path.join("/")}`):k}}function on(l){return l.value}function Yt(l,c){return c.reduce((f,S)=>S in f?f[S]:{},l)}function sn(l,c,f,S=f){let{title:x,description:v,comment:k}=Yt(l,c),N=[];Ee("renderTitle")&&x&&N.push(` ${x}`,""),Ee("renderDescription")&&v&&N.push(` ${v}`),Ee("renderComment")&&k&&N.push(` ${k}`),f.commentBefore=N.join(`
2
- `),S instanceof ic?S.items.forEach(X=>{sn(l,[...c,"items",X.key.value],X.key,X.value)}):S instanceof ac&&S.items.forEach((X,M)=>{sn(l,[...c,"items",M],X)})}function Mn({value:l,context:c}){let f=Tr.createNode(l);sn(c,[],f);let S=new Tr.Document;return S.contents=f,S.toString()}function bt(){cn.define("autoIncrement",function(c,f){if(!this.offset){let S=f.minimum||1,x=S+Qt.MAX_NUMBER,v=c.initialOffset||f.initialOffset;this.offset=v||ve.number(S,x)}return c?this.offset++:f}),cn.define("sequentialDate",function(c,f){if(this.now||(this.now=ve.date()),c){if(f=this.now.toISOString(),c=c===!0?"days":c,["seconds","minutes","hours","days","weeks","months","years"].indexOf(c)===-1)throw new Error(`Unsupported increment by ${We.short(c)}`);this.now.setTime(this.now.getTime()+ve.date(c))}return f})}function ln(l,c){let f={};Array.isArray(l)?l.forEach(x=>{f[x.$id||x.id]=x}):f=l||{};function S(x){if(!x||typeof x!="object")return;if(Array.isArray(x))return x.forEach(S);let v=x.$id||x.id;typeof v=="string"&&!f[v]&&(f[v]=x),Object.keys(x).forEach(k=>{S(x[k])})}return S(l),S(c),f}var Ut,Wa,ul,Ha,pl,dl,Mt,hl,Ya,yr,ee,fl,ml,gl,yl,bl,br,ni,Ja,wl,Sl,Ga,Ka,xl,Tl,Xa,Ve,Qa,kl,vl,wr,Ee,Za,eo,Al,El,_l,Ol,Rl,Il,Qt,ri,ve,Cl,We,Pl,Ml,Jn,to,Nl,ii,Sr,Ll,Dl,Fl,Ul,$l,ql,jl,Bl,zl,no,Vl,Wl,ai,oi,Hl,ro,Yl,si,Jl,Gl,io,li,Kl,$t,Xl,Ql,Zl,ec,xr,tc,nc,rc,ao,oo,kt,Fd,Ud,$d,qd,jd,Bd,zd,Vd,Wd,Hd,Yd,Jd,ic,ac,Tr,cn,tt,oc,sc,Gd=i({"src/shared.js"(){Ut=Object.create,Wa=Object.defineProperty,ul=Object.getOwnPropertyDescriptor,Ha=Object.getOwnPropertyNames,pl=Object.getPrototypeOf,dl=Object.prototype.hasOwnProperty,Mt=(l,c)=>function(){return c||(0,l[Ha(l)[0]])((c={exports:{}}).exports,c),c.exports},hl=(l,c,f,S)=>{if(c&&typeof c=="object"||typeof c=="function")for(let x of Ha(c))!dl.call(l,x)&&x!==f&&Wa(l,x,{get:()=>c[x],enumerable:!(S=ul(c,x))||S.enumerable});return l},Ya=(l,c,f)=>(f=l!=null?Ut(pl(l)):{},hl(c||!l||!l.__esModule?Wa(f,"default",{value:l,enumerable:!0}):f,l)),yr=Mt({"node_modules/ret/lib/types.js"(l,c){c.exports={ROOT:0,GROUP:1,POSITION:2,SET:3,RANGE:4,REPETITION:5,REFERENCE:6,CHAR:7}}}),ee=Mt({"node_modules/ret/lib/sets.js"(l){var c=yr(),f=()=>[{type:c.RANGE,from:48,to:57}],S=()=>[{type:c.CHAR,value:95},{type:c.RANGE,from:97,to:122},{type:c.RANGE,from:65,to:90}].concat(f()),x=()=>[{type:c.CHAR,value:9},{type:c.CHAR,value:10},{type:c.CHAR,value:11},{type:c.CHAR,value:12},{type:c.CHAR,value:13},{type:c.CHAR,value:32},{type:c.CHAR,value:160},{type:c.CHAR,value:5760},{type:c.RANGE,from:8192,to:8202},{type:c.CHAR,value:8232},{type:c.CHAR,value:8233},{type:c.CHAR,value:8239},{type:c.CHAR,value:8287},{type:c.CHAR,value:12288},{type:c.CHAR,value:65279}],v=()=>[{type:c.CHAR,value:10},{type:c.CHAR,value:13},{type:c.CHAR,value:8232},{type:c.CHAR,value:8233}];l.words=()=>({type:c.SET,set:S(),not:!1}),l.notWords=()=>({type:c.SET,set:S(),not:!0}),l.ints=()=>({type:c.SET,set:f(),not:!1}),l.notInts=()=>({type:c.SET,set:f(),not:!0}),l.whitespace=()=>({type:c.SET,set:x(),not:!1}),l.notWhitespace=()=>({type:c.SET,set:x(),not:!0}),l.anyChar=()=>({type:c.SET,set:v(),not:!0})}}),fl=Mt({"node_modules/ret/lib/util.js"(l){var c=yr(),f=ee(),S="@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^ ?",x={0:0,t:9,n:10,v:11,f:12,r:13};l.strToChars=v=>{var k=/(\[\\b\])|(\\)?\\(?:u([A-F0-9]{4})|x([A-F0-9]{2})|(0?[0-7]{2})|c([@A-Z[\\\]^?])|([0tnvfr]))/g;return v=v.replace(k,(N,X,M,re,q,de,se,Ue)=>{if(M)return N;var xe=X?8:re?parseInt(re,16):q?parseInt(q,16):de?parseInt(de,8):se?S.indexOf(se):x[Ue],_e=String.fromCharCode(xe);return/[[\]{}^$.|?*+()]/.test(_e)&&(_e="\\"+_e),_e}),v},l.tokenizeClass=(v,k)=>{for(var N=[],X=/\\(?:(w)|(d)|(s)|(W)|(D)|(S))|((?:(?:\\)(.)|([^\]\\]))-(?:\\)?([^\]]))|(\])|(?:\\)?([^])/g,M,re;(M=X.exec(v))!=null;)if(M[1])N.push(f.words());else if(M[2])N.push(f.ints());else if(M[3])N.push(f.whitespace());else if(M[4])N.push(f.notWords());else if(M[5])N.push(f.notInts());else if(M[6])N.push(f.notWhitespace());else if(M[7])N.push({type:c.RANGE,from:(M[8]||M[9]).charCodeAt(0),to:M[10].charCodeAt(0)});else if(re=M[12])N.push({type:c.CHAR,value:re.charCodeAt(0)});else return[N,X.lastIndex];l.error(k,"Unterminated character class")},l.error=(v,k)=>{throw new SyntaxError("Invalid regular expression: /"+v+"/: "+k)}}}),ml=Mt({"node_modules/ret/lib/positions.js"(l){var c=yr();l.wordBoundary=()=>({type:c.POSITION,value:"b"}),l.nonWordBoundary=()=>({type:c.POSITION,value:"B"}),l.begin=()=>({type:c.POSITION,value:"^"}),l.end=()=>({type:c.POSITION,value:"$"})}}),gl=Mt({"node_modules/ret/lib/index.js"(l,c){var f=fl(),S=yr(),x=ee(),v=ml();c.exports=k=>{var N=0,X,M,re={type:S.ROOT,stack:[]},q=re,de=re.stack,se=[],Ue=W=>{f.error(k,`Nothing to repeat at column ${W-1}`)},xe=f.strToChars(k);for(X=xe.length;N<X;)switch(M=xe[N++],M){case"\\":switch(M=xe[N++],M){case"b":de.push(v.wordBoundary());break;case"B":de.push(v.nonWordBoundary());break;case"w":de.push(x.words());break;case"W":de.push(x.notWords());break;case"d":de.push(x.ints());break;case"D":de.push(x.notInts());break;case"s":de.push(x.whitespace());break;case"S":de.push(x.notWhitespace());break;default:/\d/.test(M)?de.push({type:S.REFERENCE,value:parseInt(M,10)}):de.push({type:S.CHAR,value:M.charCodeAt(0)})}break;case"^":de.push(v.begin());break;case"$":de.push(v.end());break;case"[":{var _e;xe[N]==="^"?(_e=!0,N++):_e=!1;var Ye=f.tokenizeClass(xe.slice(N),k);N+=Ye[1],de.push({type:S.SET,set:Ye[0],not:_e});break}case".":de.push(x.anyChar());break;case"(":{var Ke={type:S.GROUP,stack:[],remember:!0};M=xe[N],M==="?"&&(M=xe[N+1],N+=2,M==="="?Ke.followedBy=!0:M==="!"?Ke.notFollowedBy=!0:M!==":"&&f.error(k,`Invalid group, character '${M}' after '?' at column ${N-1}`),Ke.remember=!1),de.push(Ke),se.push(q),q=Ke,de=Ke.stack;break}case")":se.length===0&&f.error(k,`Unmatched ) at column ${N-1}`),q=se.pop(),de=q.options?q.options[q.options.length-1]:q.stack;break;case"|":{q.options||(q.options=[q.stack],delete q.stack);var ie=[];q.options.push(ie),de=ie;break}case"{":{var I=/^(\d+)(,(\d+)?)?\}/.exec(xe.slice(N)),C,z;I!==null?(de.length===0&&Ue(N),C=parseInt(I[1],10),z=I[2]?I[3]?parseInt(I[3],10):1/0:C,N+=I[0].length,de.push({type:S.REPETITION,min:C,max:z,value:de.pop()})):de.push({type:S.CHAR,value:123});break}case"?":de.length===0&&Ue(N),de.push({type:S.REPETITION,min:0,max:1,value:de.pop()});break;case"+":de.length===0&&Ue(N),de.push({type:S.REPETITION,min:1,max:1/0,value:de.pop()});break;case"*":de.length===0&&Ue(N),de.push({type:S.REPETITION,min:0,max:1/0,value:de.pop()});break;default:de.push({type:S.CHAR,value:M.charCodeAt(0)})}return se.length!==0&&f.error(k,"Unterminated group"),re},c.exports.types=S}}),yl=Mt({"node_modules/drange/lib/index.js"(l,c){var f=class Zn{constructor(v,k){this.low=v,this.high=k,this.length=1+k-v}overlaps(v){return!(this.high<v.low||this.low>v.high)}touches(v){return!(this.high+1<v.low||this.low-1>v.high)}add(v){return new Zn(Math.min(this.low,v.low),Math.max(this.high,v.high))}subtract(v){return v.low<=this.low&&v.high>=this.high?[]:v.low>this.low&&v.high<this.high?[new Zn(this.low,v.low-1),new Zn(v.high+1,this.high)]:v.low<=this.low?[new Zn(v.high+1,this.high)]:[new Zn(this.low,v.low-1)]}toString(){return this.low==this.high?this.low.toString():this.low+"-"+this.high}},S=class Ir{constructor(v,k){this.ranges=[],this.length=0,v!=null&&this.add(v,k)}_update_length(){this.length=this.ranges.reduce((v,k)=>v+k.length,0)}add(v,k){var N=X=>{for(var M=0;M<this.ranges.length&&!X.touches(this.ranges[M]);)M++;for(var re=this.ranges.slice(0,M);M<this.ranges.length&&X.touches(this.ranges[M]);)X=X.add(this.ranges[M]),M++;re.push(X),this.ranges=re.concat(this.ranges.slice(M)),this._update_length()};return v instanceof Ir?v.ranges.forEach(N):(k==null&&(k=v),N(new f(v,k))),this}subtract(v,k){var N=X=>{for(var M=0;M<this.ranges.length&&!X.overlaps(this.ranges[M]);)M++;for(var re=this.ranges.slice(0,M);M<this.ranges.length&&X.overlaps(this.ranges[M]);)re=re.concat(this.ranges[M].subtract(X)),M++;this.ranges=re.concat(this.ranges.slice(M)),this._update_length()};return v instanceof Ir?v.ranges.forEach(N):(k==null&&(k=v),N(new f(v,k))),this}intersect(v,k){var N=[],X=M=>{for(var re=0;re<this.ranges.length&&!M.overlaps(this.ranges[re]);)re++;for(;re<this.ranges.length&&M.overlaps(this.ranges[re]);){var q=Math.max(this.ranges[re].low,M.low),de=Math.min(this.ranges[re].high,M.high);N.push(new f(q,de)),re++}};return v instanceof Ir?v.ranges.forEach(X):(k==null&&(k=v),X(new f(v,k))),this.ranges=N,this._update_length(),this}index(v){for(var k=0;k<this.ranges.length&&this.ranges[k].length<=v;)v-=this.ranges[k].length,k++;return this.ranges[k].low+v}toString(){return"[ "+this.ranges.join(", ")+" ]"}clone(){return new Ir(this)}numbers(){return this.ranges.reduce((v,k)=>{for(var N=k.low;N<=k.high;)v.push(N),N++;return v},[])}subranges(){return this.ranges.map(v=>({low:v.low,high:v.high,length:1+v.high-v.low}))}};c.exports=S}}),bl=Mt({"node_modules/randexp/lib/randexp.js"(l,c){var f=gl(),S=yl(),x=f.types;c.exports=class Cr{constructor(k,N){if(this._setDefaults(k),k instanceof RegExp)this.ignoreCase=k.ignoreCase,this.multiline=k.multiline,k=k.source;else if(typeof k=="string")this.ignoreCase=N&&N.indexOf("i")!==-1,this.multiline=N&&N.indexOf("m")!==-1;else throw new Error("Expected a regexp or string");this.tokens=f(k)}_setDefaults(k){this.max=k.max!=null?k.max:Cr.prototype.max!=null?Cr.prototype.max:100,this.defaultRange=k.defaultRange?k.defaultRange:this.defaultRange.clone(),k.randInt&&(this.randInt=k.randInt)}gen(){return this._gen(this.tokens,[])}_gen(k,N){var X,M,re,q,de;switch(k.type){case x.ROOT:case x.GROUP:if(k.followedBy||k.notFollowedBy)return"";for(k.remember&&k.groupNumber===void 0&&(k.groupNumber=N.push(null)-1),X=k.options?this._randSelect(k.options):k.stack,M="",q=0,de=X.length;q<de;q++)M+=this._gen(X[q],N);return k.remember&&(N[k.groupNumber]=M),M;case x.POSITION:return"";case x.SET:{var se=this._expand(k);return se.length?String.fromCharCode(this._randSelect(se)):""}case x.REPETITION:for(re=this.randInt(k.min,k.max===1/0?k.min+this.max:k.max),M="",q=0;q<re;q++)M+=this._gen(k.value,N);return M;case x.REFERENCE:return N[k.value-1]||"";case x.CHAR:{var Ue=this.ignoreCase&&this._randBool()?this._toOtherCase(k.value):k.value;return String.fromCharCode(Ue)}}}_toOtherCase(k){return k+(97<=k&&k<=122?-32:65<=k&&k<=90?32:0)}_randBool(){return!this.randInt(0,1)}_randSelect(k){return k instanceof S?k.index(this.randInt(0,k.length-1)):k[this.randInt(0,k.length-1)]}_expand(k){if(k.type===f.types.CHAR)return new S(k.value);if(k.type===f.types.RANGE)return new S(k.from,k.to);{let N=new S;for(let X=0;X<k.set.length;X++){let M=this._expand(k.set[X]);if(N.add(M),this.ignoreCase)for(let re=0;re<M.length;re++){let q=M.index(re),de=this._toOtherCase(q);q!==de&&N.add(de)}}return k.not?this.defaultRange.clone().subtract(N):this.defaultRange.clone().intersect(N)}}randInt(k,N){return k+Math.floor(Math.random()*(1+N-k))}get defaultRange(){return this._range=this._range||new S(32,126)}set defaultRange(k){this._range=k}static randexp(k,N){var X;return typeof k=="string"&&(k=new RegExp(k,N)),k._randexp===void 0?(X=new Cr(k,N),k._randexp=X):(X=k._randexp,X._setDefaults(k)),X.gen()}static sugar(){RegExp.prototype.gen=function(){return Cr.randexp(this)}}}}}),br=Mt({"node_modules/yaml/dist/PlainValue-ec8e588e.js"(l){var c={ANCHOR:"&",COMMENT:"#",TAG:"!",DIRECTIVES_END:"-",DOCUMENT_END:"."},f={ALIAS:"ALIAS",BLANK_LINE:"BLANK_LINE",BLOCK_FOLDED:"BLOCK_FOLDED",BLOCK_LITERAL:"BLOCK_LITERAL",COMMENT:"COMMENT",DIRECTIVE:"DIRECTIVE",DOCUMENT:"DOCUMENT",FLOW_MAP:"FLOW_MAP",FLOW_SEQ:"FLOW_SEQ",MAP:"MAP",MAP_KEY:"MAP_KEY",MAP_VALUE:"MAP_VALUE",PLAIN:"PLAIN",QUOTE_DOUBLE:"QUOTE_DOUBLE",QUOTE_SINGLE:"QUOTE_SINGLE",SEQ:"SEQ",SEQ_ITEM:"SEQ_ITEM"},S="tag:yaml.org,2002:",x={MAP:"tag:yaml.org,2002:map",SEQ:"tag:yaml.org,2002:seq",STR:"tag:yaml.org,2002:str"};function v(ie){let I=[0],C=ie.indexOf(`
3
- `);for(;C!==-1;)C+=1,I.push(C),C=ie.indexOf(`
4
- `,C);return I}function k(ie){let I,C;return typeof ie=="string"?(I=v(ie),C=ie):(Array.isArray(ie)&&(ie=ie[0]),ie&&ie.context&&(ie.lineStarts||(ie.lineStarts=v(ie.context.src)),I=ie.lineStarts,C=ie.context.src)),{lineStarts:I,src:C}}function N(ie,I){if(typeof ie!="number"||ie<0)return null;let{lineStarts:C,src:z}=k(I);if(!C||!z||ie>z.length)return null;for(let G=0;G<C.length;++G){let B=C[G];if(ie<B)return{line:G,col:ie-C[G-1]+1};if(ie===B)return{line:G+1,col:1}}let W=C.length;return{line:W,col:ie-C[W-1]+1}}function X(ie,I){let{lineStarts:C,src:z}=k(I);if(!C||!(ie>=1)||ie>C.length)return null;let W=C[ie-1],G=C[ie];for(;G&&G>W&&z[G-1]===`
5
- `;)--G;return z.slice(W,G)}function M({start:ie,end:I},C,z=80){let W=X(ie.line,C);if(!W)return null;let{col:G}=ie;if(W.length>z)if(G<=z-10)W=W.substr(0,z-1)+"\u2026";else{let he=Math.round(z/2);W.length>G+he&&(W=W.substr(0,G+he-1)+"\u2026"),G-=W.length-z,W="\u2026"+W.substr(1-z)}let B=1,H="";I&&(I.line===ie.line&&G+(I.col-ie.col)<=z+1?B=I.col-ie.col:(B=Math.min(W.length+1,z)-G,H="\u2026"));let J=G>1?" ".repeat(G-1):"",ue="^".repeat(B);return`${W}
6
- ${J}${ue}${H}`}var re=class hc{static copy(I){return new hc(I.start,I.end)}constructor(I,C){this.start=I,this.end=C||I}isEmpty(){return typeof this.start!="number"||!this.end||this.end<=this.start}setOrigRange(I,C){let{start:z,end:W}=this;if(I.length===0||W<=I[0])return this.origStart=z,this.origEnd=W,C;let G=C;for(;G<I.length&&!(I[G]>z);)++G;this.origStart=z+G;let B=G;for(;G<I.length&&!(I[G]>=W);)++G;return this.origEnd=W+G,B}},q=class hn{static addStringTerminator(I,C,z){if(z[z.length-1]===`
7
- `)return z;let W=hn.endOfWhiteSpace(I,C);return W>=I.length||I[W]===`
8
- `?z+`
9
- `:z}static atDocumentBoundary(I,C,z){let W=I[C];if(!W)return!0;let G=I[C-1];if(G&&G!==`
10
- `)return!1;if(z){if(W!==z)return!1}else if(W!==c.DIRECTIVES_END&&W!==c.DOCUMENT_END)return!1;let B=I[C+1],H=I[C+2];if(B!==W||H!==W)return!1;let J=I[C+3];return!J||J===`
11
- `||J===" "||J===" "}static endOfIdentifier(I,C){let z=I[C],W=z==="<",G=W?[`
1
+ "use strict";var Rg=Object.create;var nr=Object.defineProperty;var Qc=Object.getOwnPropertyDescriptor;var Og=Object.getOwnPropertyNames;var Ig=Object.getPrototypeOf,Cg=Object.prototype.hasOwnProperty;var Pg=(e,n,t)=>n in e?nr(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var M=(e,n,t)=>()=>{if(t)throw t[0];try{return e&&(n=e(e=0)),n}catch(r){throw t=[r],r}};var Mg=(e,n)=>()=>{try{return n||e((n={exports:{}}).exports,n),n.exports}catch(t){throw n=0,t}},Ra=(e,n)=>{for(var t in n)nr(e,t,{get:n[t],enumerable:!0})},Zc=(e,n,t,r)=>{if(n&&typeof n=="object"||typeof n=="function")for(let i of Og(n))!Cg.call(e,i)&&i!==t&&nr(e,i,{get:()=>n[i],enumerable:!(r=Qc(n,i))||r.enumerable});return e};var Bt=(e,n,t)=>(t=e!=null?Rg(Ig(e)):{},Zc(n||!e||!e.__esModule?nr(t,"default",{value:e,enumerable:!0}):t,e)),Ng=e=>Zc(nr({},"__esModule",{value:!0}),e),Xt=(e,n,t,r)=>{for(var i=r>1?void 0:r?Qc(n,t):n,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(r?a(n,t,i):a(i))||i);return r&&i&&nr(n,t,i),i},Qt=(e,n)=>(t,r)=>n(t,r,e);var ke=(e,n,t)=>Pg(e,typeof n!="symbol"?n+"":n,t);function bn(e,n){let t=n||oy,r=typeof t.includeImageAlt=="boolean"?t.includeImageAlt:!0,i=typeof t.includeHtml=="boolean"?t.includeHtml:!0;return qu(e,r,i)}function qu(e,n,t){if(ay(e)){if("value"in e)return e.type==="html"&&!t?"":e.value;if(n&&"alt"in e&&e.alt)return e.alt;if("children"in e)return $u(e.children,n,t)}return Array.isArray(e)?$u(e,n,t):""}function $u(e,n,t){let r=[],i=-1;for(;++i<e.length;)r[i]=qu(e[i],n,t);return r.join("")}function ay(e){return!!(e&&typeof e=="object")}var oy,ju=M(()=>{"use strict";oy={}});var Br=M(()=>{"use strict";ju()});function Da(e,n){let t=String(e);if(typeof n!="string")throw new TypeError("Expected character");let r=0,i=t.indexOf(n);for(;i!==-1;)r++,i=t.indexOf(n,i+n.length);return r}var Bu=M(()=>{"use strict"});function Vn(e){return e!==null&&(e<32||e===127)}function se(e){return e!==null&&e<-2}function Le(e){return e!==null&&(e<0||e===32)}function Se(e){return e===-2||e===-1||e===32}function On(e){return n;function n(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}var ht,ft,zu,zr,Vu,Wu,Wn,rn,Be=M(()=>{"use strict";ht=On(/[A-Za-z]/),ft=On(/[\dA-Za-z]/),zu=On(/[#-'*+\--9=?A-Z^-~]/);zr=On(/\d/),Vu=On(/[\dA-Fa-f]/),Wu=On(/[!-/:-@[-`{-~]/);Wn=On(/\p{P}|\p{S}/u),rn=On(/\s/)});function Fa(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Hu=M(()=>{"use strict"});function sy(e){let n=[],t=-1;for(;++t<e.length;)n[t]=In(e[t]);return io(r);function r(...i){let o=-1;for(;++o<n.length;)if(n[o].apply(this,i))return!0;return!1}}function ly(e){let n=e;return io(t);function t(r){let i=r,o;for(o in e)if(i[o]!==n[o])return!1;return!0}}function cy(e){return io(n);function n(t){return t&&t.type===e}}function io(e){return n;function n(t,r,i){return!!(py(t)&&e.call(this,t,typeof r=="number"?r:void 0,i||void 0))}}function uy(){return!0}function py(e){return e!==null&&typeof e=="object"&&"type"in e}var In,Yu=M(()=>{"use strict";In=(function(e){if(e==null)return uy;if(typeof e=="function")return io(e);if(typeof e=="object")return Array.isArray(e)?sy(e):ly(e);if(typeof e=="string")return cy(e);throw new Error("Expected function, string, or object as test")})});var oo=M(()=>{"use strict";Yu()});function Ju(e){return"\x1B[33m"+e+"\x1B[39m"}var Gu=M(()=>{"use strict"});function Vr(e,n,t,r){let i;typeof n=="function"&&typeof t!="function"?(r=t,t=n):i=n;let o=In(i),a=r?-1:1;s(e,void 0,[])();function s(u,p,d){let h=u&&typeof u=="object"?u:{};if(typeof h.type=="string"){let g=typeof h.tagName=="string"?h.tagName:typeof h.name=="string"?h.name:void 0;Object.defineProperty(y,"name",{value:"node ("+Ju(u.type+(g?"<"+g+">":""))+")"})}return y;function y(){let g=Ku,P,ee,Z;if((!n||o(u,p,d[d.length-1]||void 0))&&(g=dy(t(u,d)),g[0]===Hn))return g;if("children"in u&&u.children){let B=u;if(B.children&&g[0]!==so)for(ee=(r?B.children.length:-1)+a,Z=d.concat(B);ee>-1&&ee<B.children.length;){let ue=B.children[ee];if(P=s(ue,ee,Z)(),P[0]===Hn)return P;ee=typeof P[1]=="number"?P[1]:ee+a}}return g}}}function dy(e){return Array.isArray(e)?e:typeof e=="number"?[ao,e]:e==null?Ku:[e]}var Ku,ao,Hn,so,Xu=M(()=>{"use strict";oo();Gu();Ku=[],ao=!0,Hn=!1,so="skip"});var lo=M(()=>{"use strict";Xu()});function Ua(e,n,t){let i=In((t||{}).ignore||[]),o=hy(n),a=-1;for(;++a<o.length;)Vr(e,"text",s);function s(p,d){let h=-1,y;for(;++h<d.length;){let g=d[h],P=y?y.children:void 0;if(i(g,P?P.indexOf(g):void 0,y))return;y=g}if(y)return u(p,d)}function u(p,d){let h=d[d.length-1],y=o[a][0],g=o[a][1],P=0,Z=h.children.indexOf(p),B=!1,ue=[];y.lastIndex=0;let ne=y.exec(p.value);for(;ne;){let Ae=ne.index,Oe={index:ne.index,input:ne.input,stack:[...d,p]},$=g(...ne,Oe);if(typeof $=="string"&&($=$.length>0?{type:"text",value:$}:void 0),$===!1?y.lastIndex=Ae+1:(P!==Ae&&ue.push({type:"text",value:p.value.slice(P,Ae)}),Array.isArray($)?ue.push(...$):$&&ue.push($),P=Ae+ne[0].length,B=!0),!y.global)break;ne=y.exec(p.value)}return B?(P<p.value.length&&ue.push({type:"text",value:p.value.slice(P)}),h.children.splice(Z,1,...ue)):ue=[p],Z+ue.length}}function hy(e){let n=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let t=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<t.length;){let i=t[r];n.push([fy(i[0]),my(i[1])])}return n}function fy(e){return typeof e=="string"?new RegExp(Fa(e),"g"):e}function my(e){return typeof e=="function"?e:function(){return e}}var Qu=M(()=>{"use strict";Hu();lo();oo()});var Zu=M(()=>{"use strict";Qu()});function Ba(){return{transforms:[Ty],enter:{literalAutolink:gy,literalAutolinkEmail:ja,literalAutolinkHttp:ja,literalAutolinkWww:ja},exit:{literalAutolink:Sy,literalAutolinkEmail:wy,literalAutolinkHttp:yy,literalAutolinkWww:by}}}function za(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:$a,notInConstruct:qa},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:$a,notInConstruct:qa},{character:":",before:"[ps]",after:"\\/",inConstruct:$a,notInConstruct:qa}]}}function gy(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function ja(e){this.config.enter.autolinkProtocol.call(this,e)}function yy(e){this.config.exit.autolinkProtocol.call(this,e)}function by(e){this.config.exit.data.call(this,e);let n=this.stack[this.stack.length-1];n.type,n.url="http://"+this.sliceSerialize(e)}function wy(e){this.config.exit.autolinkEmail.call(this,e)}function Sy(e){this.exit(e)}function Ty(e){Ua(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,xy],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,ky]],{ignore:["link","linkReference"]})}function xy(e,n,t,r,i){let o="";if(!ep(i)||(/^w/i.test(n)&&(t=n+t,n="",o="http://"),!Ay(t)))return!1;let a=vy(t+r);if(!a[0])return!1;let s={type:"link",title:null,url:o+n+a[0],children:[{type:"text",value:n+a[0]}]};return a[1]?[s,{type:"text",value:a[1]}]:s}function ky(e,n,t,r){return!ep(r,!0)||/[-\d_]$/.test(t)?!1:{type:"link",title:null,url:"mailto:"+n+"@"+t,children:[{type:"text",value:n+"@"+t}]}}function Ay(e){let n=e.split(".");return!(n.length<2||n[n.length-1]&&(/_/.test(n[n.length-1])||!/[a-zA-Z\d]/.test(n[n.length-1]))||n[n.length-2]&&(/_/.test(n[n.length-2])||!/[a-zA-Z\d]/.test(n[n.length-2])))}function vy(e){let n=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!n)return[e,void 0];e=e.slice(0,n.index);let t=n[0],r=t.indexOf(")"),i=Da(e,"("),o=Da(e,")");for(;r!==-1&&i>o;)e+=t.slice(0,r+1),t=t.slice(r+1),r=t.indexOf(")"),o++;return[e,t]}function ep(e,n){let t=e.input.charCodeAt(e.index-1);return(e.index===0||rn(t)||Wn(t))&&(!n||t!==47)}var $a,qa,tp=M(()=>{"use strict";Bu();Be();Zu();$a="phrasing",qa=["autolink","link","image","label"]});var np=M(()=>{"use strict";tp()});function kt(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var lr=M(()=>{"use strict"});function Va(){return{enter:{gfmFootnoteDefinition:Ey,gfmFootnoteDefinitionLabelString:_y,gfmFootnoteCall:Iy,gfmFootnoteCallString:Cy},exit:{gfmFootnoteDefinition:Oy,gfmFootnoteDefinitionLabelString:Ry,gfmFootnoteCall:My,gfmFootnoteCallString:Py}}}function Wa(){return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]}],handlers:{footnoteDefinition:Ly,footnoteReference:rp}}}function Ey(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function _y(){this.buffer()}function Ry(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.label=n,t.identifier=kt(this.sliceSerialize(e)).toLowerCase()}function Oy(e){this.exit(e)}function Iy(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Cy(){this.buffer()}function Py(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.label=n,t.identifier=kt(this.sliceSerialize(e)).toLowerCase()}function My(e){this.exit(e)}function rp(e,n,t,r){let i=t.createTracker(r),o=i.move("[^"),a=t.enter("footnoteReference"),s=t.enter("reference");return o+=i.move(t.safe(t.associationId(e),{...i.current(),before:o,after:"]"})),s(),a(),o+=i.move("]"),o}function Ny(){return"["}function Ly(e,n,t,r){let i=t.createTracker(r),o=i.move("[^"),a=t.enter("footnoteDefinition"),s=t.enter("label");return o+=i.move(t.safe(t.associationId(e),{...i.current(),before:o,after:"]"})),s(),o+=i.move("]:"+(e.children&&e.children.length>0?" ":"")),i.shift(4),o+=i.move(t.indentLines(t.containerFlow(e,i.current()),Dy)),a(),o}function Dy(e,n,t){return n===0?e:(t?"":" ")+e}var ip=M(()=>{"use strict";lr();rp.peek=Ny});var op=M(()=>{"use strict";ip()});function Ha(){return{canContainEols:["delete"],enter:{strikethrough:Uy},exit:{strikethrough:$y}}}function Ya(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:Fy}],handlers:{delete:ap}}}function Uy(e){this.enter({type:"delete",children:[]},e)}function $y(e){this.exit(e)}function ap(e,n,t,r){let i=t.createTracker(r),o=t.enter("strikethrough"),a=i.move("~~");return a+=t.containerPhrasing(e,{...i.current(),before:a,after:"~"}),a+=i.move("~~"),o(),a}function qy(){return"~"}var Fy,sp=M(()=>{"use strict";Fy=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];ap.peek=qy});var lp=M(()=>{"use strict";sp()});function up(e,n={}){let t=(n.align||[]).concat(),r=n.stringLength||By,i=[],o=[],a=[],s=[],u=0,p=-1;for(;++p<e.length;){let P=[],ee=[],Z=-1;for(e[p].length>u&&(u=e[p].length);++Z<e[p].length;){let B=jy(e[p][Z]);if(n.alignDelimiters!==!1){let ue=r(B);ee[Z]=ue,(s[Z]===void 0||ue>s[Z])&&(s[Z]=ue)}P.push(B)}o[p]=P,a[p]=ee}let d=-1;if(typeof t=="object"&&"length"in t)for(;++d<u;)i[d]=cp(t[d]);else{let P=cp(t);for(;++d<u;)i[d]=P}d=-1;let h=[],y=[];for(;++d<u;){let P=i[d],ee="",Z="";P===99?(ee=":",Z=":"):P===108?ee=":":P===114&&(Z=":");let B=n.alignDelimiters===!1?1:Math.max(1,s[d]-ee.length-Z.length),ue=ee+"-".repeat(B)+Z;n.alignDelimiters!==!1&&(B=ee.length+B+Z.length,B>s[d]&&(s[d]=B),y[d]=B),h[d]=ue}o.splice(1,0,h),a.splice(1,0,y),p=-1;let g=[];for(;++p<o.length;){let P=o[p],ee=a[p];d=-1;let Z=[];for(;++d<u;){let B=P[d]||"",ue="",ne="";if(n.alignDelimiters!==!1){let Ae=s[d]-(ee[d]||0),Oe=i[d];Oe===114?ue=" ".repeat(Ae):Oe===99?Ae%2?(ue=" ".repeat(Ae/2+.5),ne=" ".repeat(Ae/2-.5)):(ue=" ".repeat(Ae/2),ne=ue):ne=" ".repeat(Ae)}n.delimiterStart!==!1&&!d&&Z.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&B==="")&&(n.delimiterStart!==!1||d)&&Z.push(" "),n.alignDelimiters!==!1&&Z.push(ue),Z.push(B),n.alignDelimiters!==!1&&Z.push(ne),n.padding!==!1&&Z.push(" "),(n.delimiterEnd!==!1||d!==u-1)&&Z.push("|")}g.push(n.delimiterEnd===!1?Z.join("").replace(/ +$/,""):Z.join(""))}return g.join(`
2
+ `)}function jy(e){return e==null?"":String(e)}function By(e){return e.length}function cp(e){let n=typeof e=="string"?e.codePointAt(0):0;return n===67||n===99?99:n===76||n===108?108:n===82||n===114?114:0}var pp=M(()=>{"use strict"});function dp(e,n,t,r){let i=t.enter("blockquote"),o=t.createTracker(r);o.move("> "),o.shift(2);let a=t.indentLines(t.containerFlow(e,o.current()),zy);return i(),a}function zy(e,n,t){return">"+(t?"":" ")+e}var hp=M(()=>{"use strict"});function mp(e,n){return fp(e,n.inConstruct,!0)&&!fp(e,n.notInConstruct,!1)}function fp(e,n,t){if(typeof n=="string"&&(n=[n]),!n||n.length===0)return t;let r=-1;for(;++r<n.length;)if(e.includes(n[r]))return!0;return!1}var gp=M(()=>{"use strict"});function Ja(e,n,t,r){let i=-1;for(;++i<t.unsafe.length;)if(t.unsafe[i].character===`
3
+ `&&mp(t.stack,t.unsafe[i]))return/[ \t]/.test(r.before)?"":" ";return`\\
4
+ `}var yp=M(()=>{"use strict";gp()});function bp(e,n){let t=String(e),r=t.indexOf(n),i=r,o=0,a=0;if(typeof n!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===i?++o>a&&(a=o):o=1,i=r+n.length,r=t.indexOf(n,i);return a}var wp=M(()=>{"use strict"});function Sp(e,n){return!!(n.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}var Tp=M(()=>{"use strict"});function xp(e){let n=e.options.fence||"`";if(n!=="`"&&n!=="~")throw new Error("Cannot serialize code with `"+n+"` for `options.fence`, expected `` ` `` or `~`");return n}var kp=M(()=>{"use strict"});function Ap(e,n,t,r){let i=xp(t),o=e.value||"",a=i==="`"?"GraveAccent":"Tilde";if(Sp(e,t)){let h=t.enter("codeIndented"),y=t.indentLines(o,Vy);return h(),y}let s=t.createTracker(r),u=i.repeat(Math.max(bp(o,i)+1,3)),p=t.enter("codeFenced"),d=s.move(u);if(e.lang){let h=t.enter(`codeFencedLang${a}`);d+=s.move(t.safe(e.lang,{before:d,after:" ",encode:["`"],...s.current()})),h()}if(e.lang&&e.meta){let h=t.enter(`codeFencedMeta${a}`);d+=s.move(" "),d+=s.move(t.safe(e.meta,{before:d,after:`
5
+ `,encode:["`"],...s.current()})),h()}return d+=s.move(`
6
+ `),o&&(d+=s.move(o+`
7
+ `)),d+=s.move(u),p(),d}function Vy(e,n,t){return(t?"":" ")+e}var vp=M(()=>{"use strict";wp();Tp();kp()});function cr(e){let n=e.options.quote||'"';if(n!=='"'&&n!=="'")throw new Error("Cannot serialize title with `"+n+"` for `options.quote`, expected `\"`, or `'`");return n}var co=M(()=>{"use strict"});function Ep(e,n,t,r){let i=cr(t),o=i==='"'?"Quote":"Apostrophe",a=t.enter("definition"),s=t.enter("label"),u=t.createTracker(r),p=u.move("[");return p+=u.move(t.safe(t.associationId(e),{before:p,after:"]",...u.current()})),p+=u.move("]: "),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=t.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(t.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(s=t.enter("destinationRaw"),p+=u.move(t.safe(e.url,{before:p,after:e.title?" ":`
8
+ `,...u.current()}))),s(),e.title&&(s=t.enter(`title${o}`),p+=u.move(" "+i),p+=u.move(t.safe(e.title,{before:p,after:i,...u.current()})),p+=u.move(i),s()),a(),p}var _p=M(()=>{"use strict";co()});function Rp(e){let n=e.options.emphasis||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize emphasis with `"+n+"` for `options.emphasis`, expected `*`, or `_`");return n}var Op=M(()=>{"use strict"});function Ga(e,n,t,r){let i=Rp(t),o=t.enter("emphasis"),a=t.createTracker(r),s=a.move(i);return s+=a.move(t.containerPhrasing(e,{before:s,after:i,...a.current()})),s+=a.move(i),o(),s}function Wy(e,n,t){return t.options.emphasis||"*"}var Ip=M(()=>{"use strict";Op();Ga.peek=Wy});function Ka(e,n,t,r){let i,o,a;typeof n=="function"&&typeof t!="function"?(o=void 0,a=n,i=t):(o=n,a=t,i=r),Vr(e,o,s,i);function s(u,p){let d=p[p.length-1],h=d?d.children.indexOf(u):void 0;return a(u,h,d)}}var Cp=M(()=>{"use strict";lo();lo()});var Pp=M(()=>{"use strict";Cp()});function Mp(e,n){let t=!1;return Ka(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return t=!0,Hn}),!!((!e.depth||e.depth<3)&&bn(e)&&(n.options.setext||t))}var Np=M(()=>{"use strict";Pp();Br()});function Lp(e,n,t,r){let i=Math.max(Math.min(6,e.depth||1),1),o=t.createTracker(r);if(Mp(e,t)){let d=t.enter("headingSetext"),h=t.enter("phrasing"),y=t.containerPhrasing(e,{...o.current(),before:`
9
+ `,after:`
10
+ `});return h(),d(),y+`
11
+ `+(i===1?"=":"-").repeat(y.length-(Math.max(y.lastIndexOf("\r"),y.lastIndexOf(`
12
+ `))+1))}let a="#".repeat(i),s=t.enter("headingAtx"),u=t.enter("phrasing");o.move(a+" ");let p=t.containerPhrasing(e,{before:"# ",after:`
13
+ `,...o.current()});return/^[\t ]/.test(p)&&(p="&#x"+p.charCodeAt(0).toString(16).toUpperCase()+";"+p.slice(1)),p=p?a+" "+p:a,t.options.closeAtx&&(p+=" "+a),u(),s(),p}var Dp=M(()=>{"use strict";Np()});function Xa(e){return e.value||""}function Hy(){return"<"}var Fp=M(()=>{"use strict";Xa.peek=Hy});function Qa(e,n,t,r){let i=cr(t),o=i==='"'?"Quote":"Apostrophe",a=t.enter("image"),s=t.enter("label"),u=t.createTracker(r),p=u.move("![");return p+=u.move(t.safe(e.alt,{before:p,after:"]",...u.current()})),p+=u.move("]("),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=t.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(t.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(s=t.enter("destinationRaw"),p+=u.move(t.safe(e.url,{before:p,after:e.title?" ":")",...u.current()}))),s(),e.title&&(s=t.enter(`title${o}`),p+=u.move(" "+i),p+=u.move(t.safe(e.title,{before:p,after:i,...u.current()})),p+=u.move(i),s()),p+=u.move(")"),a(),p}function Yy(){return"!"}var Up=M(()=>{"use strict";co();Qa.peek=Yy});function Za(e,n,t,r){let i=e.referenceType,o=t.enter("imageReference"),a=t.enter("label"),s=t.createTracker(r),u=s.move("!["),p=t.safe(e.alt,{before:u,after:"]",...s.current()});u+=s.move(p+"]["),a();let d=t.stack;t.stack=[],a=t.enter("reference");let h=t.safe(t.associationId(e),{before:u,after:"]",...s.current()});return a(),t.stack=d,o(),i==="full"||!p||p!==h?u+=s.move(h+"]"):i==="shortcut"?u=u.slice(0,-1):u+=s.move("]"),u}function Jy(){return"!"}var $p=M(()=>{"use strict";Za.peek=Jy});function es(e,n,t){let r=e.value||"",i="`",o=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++o<t.unsafe.length;){let a=t.unsafe[o],s=t.compilePattern(a),u;if(a.atBreak)for(;u=s.exec(r);){let p=u.index;r.charCodeAt(p)===10&&r.charCodeAt(p-1)===13&&p--,r=r.slice(0,p)+" "+r.slice(u.index+1)}}return i+r+i}function Gy(){return"`"}var qp=M(()=>{"use strict";es.peek=Gy});function ts(e,n){let t=bn(e);return!!(!n.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(t===e.url||"mailto:"+t===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}var jp=M(()=>{"use strict";Br()});function ns(e,n,t,r){let i=cr(t),o=i==='"'?"Quote":"Apostrophe",a=t.createTracker(r),s,u;if(ts(e,t)){let d=t.stack;t.stack=[],s=t.enter("autolink");let h=a.move("<");return h+=a.move(t.containerPhrasing(e,{before:h,after:">",...a.current()})),h+=a.move(">"),s(),t.stack=d,h}s=t.enter("link"),u=t.enter("label");let p=a.move("[");return p+=a.move(t.containerPhrasing(e,{before:p,after:"](",...a.current()})),p+=a.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=t.enter("destinationLiteral"),p+=a.move("<"),p+=a.move(t.safe(e.url,{before:p,after:">",...a.current()})),p+=a.move(">")):(u=t.enter("destinationRaw"),p+=a.move(t.safe(e.url,{before:p,after:e.title?" ":")",...a.current()}))),u(),e.title&&(u=t.enter(`title${o}`),p+=a.move(" "+i),p+=a.move(t.safe(e.title,{before:p,after:i,...a.current()})),p+=a.move(i),u()),p+=a.move(")"),s(),p}function Ky(e,n,t){return ts(e,t)?"<":"["}var Bp=M(()=>{"use strict";co();jp();ns.peek=Ky});function rs(e,n,t,r){let i=e.referenceType,o=t.enter("linkReference"),a=t.enter("label"),s=t.createTracker(r),u=s.move("["),p=t.containerPhrasing(e,{before:u,after:"]",...s.current()});u+=s.move(p+"]["),a();let d=t.stack;t.stack=[],a=t.enter("reference");let h=t.safe(t.associationId(e),{before:u,after:"]",...s.current()});return a(),t.stack=d,o(),i==="full"||!p||p!==h?u+=s.move(h+"]"):i==="shortcut"?u=u.slice(0,-1):u+=s.move("]"),u}function Xy(){return"["}var zp=M(()=>{"use strict";rs.peek=Xy});function ur(e){let n=e.options.bullet||"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bullet`, expected `*`, `+`, or `-`");return n}var uo=M(()=>{"use strict"});function Vp(e){let n=ur(e),t=e.options.bulletOther;if(!t)return n==="*"?"-":"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(t===n)throw new Error("Expected `bullet` (`"+n+"`) and `bulletOther` (`"+t+"`) to be different");return t}var Wp=M(()=>{"use strict";uo()});function Hp(e){let n=e.options.bulletOrdered||".";if(n!=="."&&n!==")")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOrdered`, expected `.` or `)`");return n}var Yp=M(()=>{"use strict"});function po(e){let n=e.options.rule||"*";if(n!=="*"&&n!=="-"&&n!=="_")throw new Error("Cannot serialize rules with `"+n+"` for `options.rule`, expected `*`, `-`, or `_`");return n}var is=M(()=>{"use strict"});function Jp(e,n,t,r){let i=t.enter("list"),o=t.bulletCurrent,a=e.ordered?Hp(t):ur(t),s=e.ordered?a==="."?")":".":Vp(t),u=n&&t.bulletLastUsed?a===t.bulletLastUsed:!1;if(!e.ordered){let d=e.children?e.children[0]:void 0;if((a==="*"||a==="-")&&d&&(!d.children||!d.children[0])&&t.stack[t.stack.length-1]==="list"&&t.stack[t.stack.length-2]==="listItem"&&t.stack[t.stack.length-3]==="list"&&t.stack[t.stack.length-4]==="listItem"&&t.indexStack[t.indexStack.length-1]===0&&t.indexStack[t.indexStack.length-2]===0&&t.indexStack[t.indexStack.length-3]===0&&(u=!0),po(t)===a&&d){let h=-1;for(;++h<e.children.length;){let y=e.children[h];if(y&&y.type==="listItem"&&y.children&&y.children[0]&&y.children[0].type==="thematicBreak"){u=!0;break}}}}u&&(a=s),t.bulletCurrent=a;let p=t.containerFlow(e,r);return t.bulletLastUsed=a,t.bulletCurrent=o,i(),p}var Gp=M(()=>{"use strict";uo();Wp();Yp();is()});function Kp(e){let n=e.options.listItemIndent||"one";if(n!=="tab"&&n!=="one"&&n!=="mixed")throw new Error("Cannot serialize items with `"+n+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return n}var Xp=M(()=>{"use strict"});function Qp(e,n,t,r){let i=Kp(t),o=t.bulletCurrent||ur(t);n&&n.type==="list"&&n.ordered&&(o=(typeof n.start=="number"&&n.start>-1?n.start:1)+(t.options.incrementListMarker===!1?0:n.children.indexOf(e))+o);let a=o.length+1;(i==="tab"||i==="mixed"&&(n&&n.type==="list"&&n.spread||e.spread))&&(a=Math.ceil(a/4)*4);let s=t.createTracker(r);s.move(o+" ".repeat(a-o.length)),s.shift(a);let u=t.enter("listItem"),p=t.indentLines(t.containerFlow(e,s.current()),d);return u(),p;function d(h,y,g){return y?(g?"":" ".repeat(a))+h:(g?o:o+" ".repeat(a-o.length))+h}}var Zp=M(()=>{"use strict";uo();Xp()});function ed(e,n,t,r){let i=t.enter("paragraph"),o=t.enter("phrasing"),a=t.containerPhrasing(e,r);return o(),i(),a}var td=M(()=>{"use strict"});var os,nd=M(()=>{"use strict";oo();os=In(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"])});var rd=M(()=>{"use strict";nd()});function id(e,n,t,r){return(e.children.some(function(a){return os(a)})?t.containerPhrasing:t.containerFlow).call(t,e,r)}var od=M(()=>{"use strict";rd()});function ad(e){let n=e.options.strong||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize strong with `"+n+"` for `options.strong`, expected `*`, or `_`");return n}var sd=M(()=>{"use strict"});function as(e,n,t,r){let i=ad(t),o=t.enter("strong"),a=t.createTracker(r),s=a.move(i+i);return s+=a.move(t.containerPhrasing(e,{before:s,after:i,...a.current()})),s+=a.move(i+i),o(),s}function Qy(e,n,t){return t.options.strong||"*"}var ld=M(()=>{"use strict";sd();as.peek=Qy});function cd(e,n,t,r){return t.safe(e.value,r)}var ud=M(()=>{"use strict"});function pd(e){let n=e.options.ruleRepetition||3;if(n<3)throw new Error("Cannot serialize rules with repetition `"+n+"` for `options.ruleRepetition`, expected `3` or more");return n}var dd=M(()=>{"use strict"});function hd(e,n,t){let r=(po(t)+(t.options.ruleSpaces?" ":"")).repeat(pd(t));return t.options.ruleSpaces?r.slice(0,-1):r}var fd=M(()=>{"use strict";dd();is()});var Wr,md=M(()=>{"use strict";hp();yp();vp();_p();Ip();Dp();Fp();Up();$p();qp();Bp();zp();Gp();Zp();td();od();ld();ud();fd();Wr={blockquote:dp,break:Ja,code:Ap,definition:Ep,emphasis:Ga,hardBreak:Ja,heading:Lp,html:Xa,image:Qa,imageReference:Za,inlineCode:es,link:ns,linkReference:rs,list:Jp,listItem:Qp,paragraph:ed,root:id,strong:as,text:cd,thematicBreak:hd}});var ss,gd=M(()=>{"use strict";ss={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
14
+ `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"}});function pr(e){return Zy.call(ss,e)?ss[e]:!1}var Zy,ho=M(()=>{"use strict";gd();Zy={}.hasOwnProperty});function fo(e,n){let t=Number.parseInt(e,n);return t<9||t===11||t>13&&t<32||t>126&&t<160||t>55295&&t<57344||t>64975&&t<65008||(t&65535)===65535||(t&65535)===65534||t>1114111?"\uFFFD":String.fromCodePoint(t)}var ls=M(()=>{"use strict"});function yd(e){return e.replace(eb,tb)}function tb(e,n,t){if(n)return n;if(t.charCodeAt(0)===35){let i=t.charCodeAt(1),o=i===120||i===88;return fo(t.slice(o?2:1),o?16:10)}return pr(t)||e}var eb,bd=M(()=>{"use strict";ho();ls();eb=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi});var cs=M(()=>{"use strict";md()});function ps(){return{enter:{table:nb,tableData:wd,tableHeader:wd,tableRow:ib},exit:{codeText:ob,table:rb,tableData:us,tableHeader:us,tableRow:us}}}function nb(e){let n=e._align;this.enter({type:"table",align:n.map(function(t){return t==="none"?null:t}),children:[]},e),this.data.inTable=!0}function rb(e){this.exit(e),this.data.inTable=void 0}function ib(e){this.enter({type:"tableRow",children:[]},e)}function us(e){this.exit(e)}function wd(e){this.enter({type:"tableCell",children:[]},e)}function ob(e){let n=this.resume();this.data.inTable&&(n=n.replace(/\\([\\|])/g,ab));let t=this.stack[this.stack.length-1];t.type,t.value=n,this.exit(e)}function ab(e,n){return n==="|"?n:e}function ds(e){let n=e||{},t=n.tableCellPadding,r=n.tablePipeAlign,i=n.stringLength,o=t?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
15
+ `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:y,table:a,tableCell:u,tableRow:s}};function a(g,P,ee,Z){return p(d(g,ee,Z),g.align)}function s(g,P,ee,Z){let B=h(g,ee,Z),ue=p([B]);return ue.slice(0,ue.indexOf(`
16
+ `))}function u(g,P,ee,Z){let B=ee.enter("tableCell"),ue=ee.enter("phrasing"),ne=ee.containerPhrasing(g,{...Z,before:o,after:o});return ue(),B(),ne}function p(g,P){return up(g,{align:P,alignDelimiters:r,padding:t,stringLength:i})}function d(g,P,ee){let Z=g.children,B=-1,ue=[],ne=P.enter("table");for(;++B<Z.length;)ue[B]=h(Z[B],P,ee);return ne(),ue}function h(g,P,ee){let Z=g.children,B=-1,ue=[],ne=P.enter("tableRow");for(;++B<Z.length;)ue[B]=u(Z[B],g,P,ee);return ne(),ue}function y(g,P,ee){let Z=Wr.inlineCode(g,P,ee);return ee.stack.includes("tableCell")&&(Z=Z.replace(/\|/g,"\\$&")),Z}}var Sd=M(()=>{"use strict";pp();cs()});var Td=M(()=>{"use strict";Sd()});function hs(){return{exit:{taskListCheckValueChecked:xd,taskListCheckValueUnchecked:xd,paragraph:sb}}}function fs(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:lb}}}function xd(e){let n=this.stack[this.stack.length-2];n.type,n.checked=e.type==="taskListCheckValueChecked"}function sb(e){let n=this.stack[this.stack.length-2];if(n&&n.type==="listItem"&&typeof n.checked=="boolean"){let t=this.stack[this.stack.length-1];t.type;let r=t.children[0];if(r&&r.type==="text"){let i=n.children,o=-1,a;for(;++o<i.length;){let s=i[o];if(s.type==="paragraph"){a=s;break}}a===t&&(r.value=r.value.slice(1),r.value.length===0?t.children.shift():t.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,t.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function lb(e,n,t,r){let i=e.children[0],o=typeof e.checked=="boolean"&&i&&i.type==="paragraph",a="["+(e.checked?"x":" ")+"] ",s=t.createTracker(r);o&&s.move(a);let u=Wr.listItem(e,n,t,{...r,...s.current()});return o&&(u=u.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,p)),u;function p(d){return d+a}}var kd=M(()=>{"use strict";cs()});var Ad=M(()=>{"use strict";kd()});function ms(){return[Ba(),Va(),Ha(),ps(),hs()]}function gs(e){return{extensions:[za(),Wa(),Ya(),ds(e),fs()]}}var vd=M(()=>{"use strict";np();op();lp();Td();Ad()});var Ed=M(()=>{"use strict";vd()});function pt(e,n,t,r){let i=e.length,o=0,a;if(n<0?n=-n>i?0:i+n:n=n>i?i:n,t=t>0?t:0,r.length<1e4)a=Array.from(r),a.unshift(n,t),e.splice(...a);else for(t&&e.splice(n,t);o<r.length;)a=r.slice(o,o+1e4),a.unshift(n,0),e.splice(...a),o+=1e4,n+=1e4}function Ot(e,n){return e.length>0?(pt(e,e.length,0,n),e):n}var wn=M(()=>{"use strict"});function mo(e){let n={},t=-1;for(;++t<e.length;)cb(n,e[t]);return n}function cb(e,n){let t;for(t in n){let i=(_d.call(e,t)?e[t]:void 0)||(e[t]={}),o=n[t],a;if(o)for(a in o){_d.call(i,a)||(i[a]=[]);let s=o[a];ub(i[a],Array.isArray(s)?s:s?[s]:[])}}}function ub(e,n){let t=-1,r=[];for(;++t<n.length;)(n[t].add==="after"?e:r).push(n[t]);pt(e,0,0,r)}var _d,ys=M(()=>{"use strict";wn();_d={}.hasOwnProperty});function ws(){return{text:on}}function hb(e,n,t){let r=this,i,o;return a;function a(h){return!bs(h)||!Ld.call(r,r.previous)||Ss(r.events)?t(h):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),s(h))}function s(h){return bs(h)?(e.consume(h),s):h===64?(e.consume(h),u):t(h)}function u(h){return h===46?e.check(db,d,p)(h):h===45||h===95||ft(h)?(o=!0,e.consume(h),u):d(h)}function p(h){return e.consume(h),i=!0,u}function d(h){return o&&i&&ht(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),n(h)):t(h)}}function fb(e,n,t){let r=this;return i;function i(a){return a!==87&&a!==119||!Md.call(r,r.previous)||Ss(r.events)?t(a):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(pb,e.attempt(Rd,e.attempt(Od,o),t),t)(a))}function o(a){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),n(a)}}function mb(e,n,t){let r=this,i="",o=!1;return a;function a(h){return(h===72||h===104)&&Nd.call(r,r.previous)&&!Ss(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(h),e.consume(h),s):t(h)}function s(h){if(ht(h)&&i.length<5)return i+=String.fromCodePoint(h),e.consume(h),s;if(h===58){let y=i.toLowerCase();if(y==="http"||y==="https")return e.consume(h),u}return t(h)}function u(h){return h===47?(e.consume(h),o?p:(o=!0,u)):t(h)}function p(h){return h===null||Vn(h)||Le(h)||rn(h)||Wn(h)?t(h):e.attempt(Rd,e.attempt(Od,d),t)(h)}function d(h){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),n(h)}}function gb(e,n,t){let r=0;return i;function i(a){return(a===87||a===119)&&r<3?(r++,e.consume(a),i):a===46&&r===3?(e.consume(a),o):t(a)}function o(a){return a===null?t(a):n(a)}}function yb(e,n,t){let r,i,o;return a;function a(p){return p===46||p===95?e.check(Id,u,s)(p):p===null||Le(p)||rn(p)||p!==45&&Wn(p)?u(p):(o=!0,e.consume(p),a)}function s(p){return p===95?r=!0:(i=r,r=void 0),e.consume(p),a}function u(p){return i||r||!o?t(p):n(p)}}function bb(e,n){let t=0,r=0;return i;function i(a){return a===40?(t++,e.consume(a),i):a===41&&r<t?o(a):a===33||a===34||a===38||a===39||a===41||a===42||a===44||a===46||a===58||a===59||a===60||a===63||a===93||a===95||a===126?e.check(Id,n,o)(a):a===null||Le(a)||rn(a)?n(a):(e.consume(a),i)}function o(a){return a===41&&r++,e.consume(a),i}}function wb(e,n,t){return r;function r(s){return s===33||s===34||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===63||s===95||s===126?(e.consume(s),r):s===38?(e.consume(s),o):s===93?(e.consume(s),i):s===60||s===null||Le(s)||rn(s)?n(s):t(s)}function i(s){return s===null||s===40||s===91||Le(s)||rn(s)?n(s):r(s)}function o(s){return ht(s)?a(s):t(s)}function a(s){return s===59?(e.consume(s),r):ht(s)?(e.consume(s),a):t(s)}}function Sb(e,n,t){return r;function r(o){return e.consume(o),i}function i(o){return ft(o)?t(o):n(o)}}function Md(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Le(e)}function Nd(e){return!ht(e)}function Ld(e){return!(e===47||bs(e))}function bs(e){return e===43||e===45||e===46||e===95||ft(e)}function Ss(e){let n=e.length,t=!1;for(;n--;){let r=e[n][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){t=!0;break}if(r._gfmAutolinkLiteralWalkedInto){t=!1;break}}return e.length>0&&!t&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),t}var pb,Rd,Od,Id,db,Cd,Pd,Sn,on,Yn,Dd=M(()=>{"use strict";Be();pb={tokenize:gb,partial:!0},Rd={tokenize:yb,partial:!0},Od={tokenize:bb,partial:!0},Id={tokenize:wb,partial:!0},db={tokenize:Sb,partial:!0},Cd={name:"wwwAutolink",tokenize:fb,previous:Md},Pd={name:"protocolAutolink",tokenize:mb,previous:Nd},Sn={name:"emailAutolink",tokenize:hb,previous:Ld},on={};Yn=48;for(;Yn<123;)on[Yn]=Sn,Yn++,Yn===58?Yn=65:Yn===91&&(Yn=97);on[43]=Sn;on[45]=Sn;on[46]=Sn;on[95]=Sn;on[72]=[Sn,Pd];on[104]=[Sn,Pd];on[87]=[Sn,Cd];on[119]=[Sn,Cd]});var Fd=M(()=>{"use strict";Dd()});function dr(e){if(e===null||Le(e)||rn(e))return 1;if(Wn(e))return 2}var Ts=M(()=>{"use strict";Be()});function Cn(e,n,t){let r=[],i=-1;for(;++i<e.length;){let o=e[i].resolveAll;o&&!r.includes(o)&&(n=o(n,t),r.push(o))}return n}var Hr=M(()=>{"use strict"});function Tb(e,n){let t=-1,r,i,o,a,s,u,p,d;for(;++t<e.length;)if(e[t][0]==="enter"&&e[t][1].type==="attentionSequence"&&e[t][1]._close){for(r=t;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&n.sliceSerialize(e[r][1]).charCodeAt(0)===n.sliceSerialize(e[t][1]).charCodeAt(0)){if((e[r][1]._close||e[t][1]._open)&&(e[t][1].end.offset-e[t][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[t][1].end.offset-e[t][1].start.offset)%3))continue;u=e[r][1].end.offset-e[r][1].start.offset>1&&e[t][1].end.offset-e[t][1].start.offset>1?2:1;let h=Object.assign({},e[r][1].end),y=Object.assign({},e[t][1].start);Ud(h,-u),Ud(y,u),a={type:u>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[r][1].end)},s={type:u>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[t][1].start),end:y},o={type:u>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[t][1].start)},i={type:u>1?"strong":"emphasis",start:Object.assign({},a.start),end:Object.assign({},s.end)},e[r][1].end=Object.assign({},a.start),e[t][1].start=Object.assign({},s.end),p=[],e[r][1].end.offset-e[r][1].start.offset&&(p=Ot(p,[["enter",e[r][1],n],["exit",e[r][1],n]])),p=Ot(p,[["enter",i,n],["enter",a,n],["exit",a,n],["enter",o,n]]),p=Ot(p,Cn(n.parser.constructs.insideSpan.null,e.slice(r+1,t),n)),p=Ot(p,[["exit",o,n],["enter",s,n],["exit",s,n],["exit",i,n]]),e[t][1].end.offset-e[t][1].start.offset?(d=2,p=Ot(p,[["enter",e[t][1],n],["exit",e[t][1],n]])):d=0,pt(e,r-1,t-r+3,p),t=r+p.length-d-2;break}}for(t=-1;++t<e.length;)e[t][1].type==="attentionSequence"&&(e[t][1].type="data");return e}function xb(e,n){let t=this.parser.constructs.attentionMarkers.null,r=this.previous,i=dr(r),o;return a;function a(u){return o=u,e.enter("attentionSequence"),s(u)}function s(u){if(u===o)return e.consume(u),s;let p=e.exit("attentionSequence"),d=dr(u),h=!d||d===2&&i||t.includes(u),y=!i||i===2&&d||t.includes(r);return p._open=!!(o===42?h:h&&(i||!y)),p._close=!!(o===42?y:y&&(d||!h)),n(u)}}function Ud(e,n){e.column+=n,e.offset+=n,e._bufferIndex+=n}var Yr,$d=M(()=>{"use strict";wn();Ts();Hr();Yr={name:"attention",tokenize:xb,resolveAll:Tb}});function kb(e,n,t){let r=0;return i;function i(g){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),o}function o(g){return ht(g)?(e.consume(g),a):g===64?t(g):p(g)}function a(g){return g===43||g===45||g===46||ft(g)?(r=1,s(g)):p(g)}function s(g){return g===58?(e.consume(g),r=0,u):(g===43||g===45||g===46||ft(g))&&r++<32?(e.consume(g),s):(r=0,p(g))}function u(g){return g===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),n):g===null||g===32||g===60||Vn(g)?t(g):(e.consume(g),u)}function p(g){return g===64?(e.consume(g),d):zu(g)?(e.consume(g),p):t(g)}function d(g){return ft(g)?h(g):t(g)}function h(g){return g===46?(e.consume(g),r=0,d):g===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),n):y(g)}function y(g){if((g===45||ft(g))&&r++<63){let P=g===45?y:h;return e.consume(g),P}return t(g)}}var xs,qd=M(()=>{"use strict";Be();xs={name:"autolink",tokenize:kb}});function we(e,n,t,r){let i=r?r-1:Number.POSITIVE_INFINITY,o=0;return a;function a(u){return Se(u)?(e.enter(t),s(u)):n(u)}function s(u){return Se(u)&&o++<i?(e.consume(u),s):(e.exit(t),n(u))}}var ut=M(()=>{"use strict";Be()});function Ab(e,n,t){return r;function r(o){return Se(o)?we(e,i,"linePrefix")(o):i(o)}function i(o){return o===null||se(o)?n(o):t(o)}}var an,go=M(()=>{"use strict";ut();Be();an={tokenize:Ab,partial:!0}});function vb(e,n,t){let r=this;return i;function i(a){if(a===62){let s=r.containerState;return s.open||(e.enter("blockQuote",{_container:!0}),s.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(a),e.exit("blockQuoteMarker"),o}return t(a)}function o(a){return Se(a)?(e.enter("blockQuotePrefixWhitespace"),e.consume(a),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(a))}}function Eb(e,n,t){let r=this;return i;function i(a){return Se(a)?we(e,o,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(a):o(a)}function o(a){return e.attempt(yo,n,t)(a)}}function _b(e){e.exit("blockQuote")}var yo,jd=M(()=>{"use strict";ut();Be();yo={name:"blockQuote",tokenize:vb,continuation:{tokenize:Eb},exit:_b}});function Rb(e,n,t){return r;function r(o){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(o),e.exit("escapeMarker"),i}function i(o){return Wu(o)?(e.enter("characterEscapeValue"),e.consume(o),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):t(o)}}var bo,Bd=M(()=>{"use strict";Be();bo={name:"characterEscape",tokenize:Rb}});function Ob(e,n,t){let r=this,i=0,o,a;return s;function s(h){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),u}function u(h){return h===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(h),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),o=31,a=ft,d(h))}function p(h){return h===88||h===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(h),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),o=6,a=Vu,d):(e.enter("characterReferenceValue"),o=7,a=zr,d(h))}function d(h){if(h===59&&i){let y=e.exit("characterReferenceValue");return a===ft&&!pr(r.sliceSerialize(y))?t(h):(e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)}return a(h)&&i++<o?(e.consume(h),d):t(h)}}var wo,zd=M(()=>{"use strict";ho();Be();wo={name:"characterReference",tokenize:Ob}});function Ib(e,n,t){let r=this,i={tokenize:Oe,partial:!0},o=0,a=0,s;return u;function u($){return p($)}function p($){let Ue=r.events[r.events.length-1];return o=Ue&&Ue[1].type==="linePrefix"?Ue[2].sliceSerialize(Ue[1],!0).length:0,s=$,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d($)}function d($){return $===s?(a++,e.consume($),d):a<3?t($):(e.exit("codeFencedFenceSequence"),Se($)?we(e,h,"whitespace")($):h($))}function h($){return $===null||se($)?(e.exit("codeFencedFence"),r.interrupt?n($):e.check(Vd,ee,Ae)($)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),y($))}function y($){return $===null||se($)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),h($)):Se($)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),we(e,g,"whitespace")($)):$===96&&$===s?t($):(e.consume($),y)}function g($){return $===null||se($)?h($):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),P($))}function P($){return $===null||se($)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),h($)):$===96&&$===s?t($):(e.consume($),P)}function ee($){return e.attempt(i,Ae,Z)($)}function Z($){return e.enter("lineEnding"),e.consume($),e.exit("lineEnding"),B}function B($){return o>0&&Se($)?we(e,ue,"linePrefix",o+1)($):ue($)}function ue($){return $===null||se($)?e.check(Vd,ee,Ae)($):(e.enter("codeFlowValue"),ne($))}function ne($){return $===null||se($)?(e.exit("codeFlowValue"),ue($)):(e.consume($),ne)}function Ae($){return e.exit("codeFenced"),n($)}function Oe($,Ue,Xe){let je=0;return U;function U(Me){return $.enter("lineEnding"),$.consume(Me),$.exit("lineEnding"),Te}function Te(Me){return $.enter("codeFencedFence"),Se(Me)?we($,ze,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Me):ze(Me)}function ze(Me){return Me===s?($.enter("codeFencedFenceSequence"),ye(Me)):Xe(Me)}function ye(Me){return Me===s?(je++,$.consume(Me),ye):je>=a?($.exit("codeFencedFenceSequence"),Se(Me)?we($,Ce,"whitespace")(Me):Ce(Me)):Xe(Me)}function Ce(Me){return Me===null||se(Me)?($.exit("codeFencedFence"),Ue(Me)):Xe(Me)}}}function Cb(e,n,t){let r=this;return i;function i(a){return a===null?t(a):(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),o)}function o(a){return r.parser.lazy[r.now().line]?t(a):n(a)}}var Vd,So,Wd=M(()=>{"use strict";ut();Be();Vd={tokenize:Cb,partial:!0},So={name:"codeFenced",tokenize:Ib,concrete:!0}});function Mb(e,n,t){let r=this;return i;function i(p){return e.enter("codeIndented"),we(e,o,"linePrefix",5)(p)}function o(p){let d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?a(p):t(p)}function a(p){return p===null?u(p):se(p)?e.attempt(Pb,a,u)(p):(e.enter("codeFlowValue"),s(p))}function s(p){return p===null||se(p)?(e.exit("codeFlowValue"),a(p)):(e.consume(p),s)}function u(p){return e.exit("codeIndented"),n(p)}}function Nb(e,n,t){let r=this;return i;function i(a){return r.parser.lazy[r.now().line]?t(a):se(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),i):we(e,o,"linePrefix",5)(a)}function o(a){let s=r.events[r.events.length-1];return s&&s[1].type==="linePrefix"&&s[2].sliceSerialize(s[1],!0).length>=4?n(a):se(a)?i(a):t(a)}}var Jr,Pb,Hd=M(()=>{"use strict";ut();Be();Jr={name:"codeIndented",tokenize:Mb},Pb={tokenize:Nb,partial:!0}});function Lb(e){let n=e.length-4,t=3,r,i;if((e[t][1].type==="lineEnding"||e[t][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(r=t;++r<n;)if(e[r][1].type==="codeTextData"){e[t][1].type="codeTextPadding",e[n][1].type="codeTextPadding",t+=2,n-=2;break}}for(r=t-1,n++;++r<=n;)i===void 0?r!==n&&e[r][1].type!=="lineEnding"&&(i=r):(r===n||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),n-=r-i-2,r=i+2),i=void 0);return e}function Db(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Fb(e,n,t){let r=this,i=0,o,a;return s;function s(y){return e.enter("codeText"),e.enter("codeTextSequence"),u(y)}function u(y){return y===96?(e.consume(y),i++,u):(e.exit("codeTextSequence"),p(y))}function p(y){return y===null?t(y):y===32?(e.enter("space"),e.consume(y),e.exit("space"),p):y===96?(a=e.enter("codeTextSequence"),o=0,h(y)):se(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),p):(e.enter("codeTextData"),d(y))}function d(y){return y===null||y===32||y===96||se(y)?(e.exit("codeTextData"),p(y)):(e.consume(y),d)}function h(y){return y===96?(e.consume(y),o++,h):o===i?(e.exit("codeTextSequence"),e.exit("codeText"),n(y)):(a.type="codeTextData",d(y))}}var ks,Yd=M(()=>{"use strict";Be();ks={name:"codeText",tokenize:Fb,resolve:Lb,previous:Db}});function Gr(e,n){let t=0;if(n.length<1e4)e.push(...n);else for(;t<n.length;)e.push(...n.slice(t,t+1e4)),t+=1e4}var To,Jd=M(()=>{"use strict";To=class{constructor(n){this.left=n?[...n]:[],this.right=[]}get(n){if(n<0||n>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+n+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return n<this.left.length?this.left[n]:this.right[this.right.length-n+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(n,t){let r=t==null?Number.POSITIVE_INFINITY:t;return r<this.left.length?this.left.slice(n,r):n>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-n+this.left.length).reverse():this.left.slice(n).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(n,t,r){let i=t||0;this.setCursor(Math.trunc(n));let o=this.right.splice(this.right.length-i,Number.POSITIVE_INFINITY);return r&&Gr(this.left,r),o.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(n){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(n)}pushMany(n){this.setCursor(Number.POSITIVE_INFINITY),Gr(this.left,n)}unshift(n){this.setCursor(0),this.right.push(n)}unshiftMany(n){this.setCursor(0),Gr(this.right,n.reverse())}setCursor(n){if(!(n===this.left.length||n>this.left.length&&this.right.length===0||n<0&&this.left.length===0))if(n<this.left.length){let t=this.left.splice(n,Number.POSITIVE_INFINITY);Gr(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-n,Number.POSITIVE_INFINITY);Gr(this.left,t.reverse())}}}});function xo(e){let n={},t=-1,r,i,o,a,s,u,p,d=new To(e);for(;++t<d.length;){for(;t in n;)t=n[t];if(r=d.get(t),t&&r[1].type==="chunkFlow"&&d.get(t-1)[1].type==="listItemPrefix"&&(u=r[1]._tokenizer.events,o=0,o<u.length&&u[o][1].type==="lineEndingBlank"&&(o+=2),o<u.length&&u[o][1].type==="content"))for(;++o<u.length&&u[o][1].type!=="content";)u[o][1].type==="chunkText"&&(u[o][1]._isInFirstContentOfListItem=!0,o++);if(r[0]==="enter")r[1].contentType&&(Object.assign(n,Ub(d,t)),t=n[t],p=!0);else if(r[1]._container){for(o=t,i=void 0;o--&&(a=d.get(o),a[1].type==="lineEnding"||a[1].type==="lineEndingBlank");)a[0]==="enter"&&(i&&(d.get(i)[1].type="lineEndingBlank"),a[1].type="lineEnding",i=o);i&&(r[1].end=Object.assign({},d.get(i)[1].start),s=d.slice(i,t),s.unshift(r),d.splice(i,t-i+1,s))}}return pt(e,0,Number.POSITIVE_INFINITY,d.slice(0)),!p}function Ub(e,n){let t=e.get(n)[1],r=e.get(n)[2],i=n-1,o=[],a=t._tokenizer||r.parser[t.contentType](t.start),s=a.events,u=[],p={},d,h,y=-1,g=t,P=0,ee=0,Z=[ee];for(;g;){for(;e.get(++i)[1]!==g;);o.push(i),g._tokenizer||(d=r.sliceStream(g),g.next||d.push(null),h&&a.defineSkip(g.start),g._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=!0),a.write(d),g._isInFirstContentOfListItem&&(a._gfmTasklistFirstContentOfListItem=void 0)),h=g,g=g.next}for(g=t;++y<s.length;)s[y][0]==="exit"&&s[y-1][0]==="enter"&&s[y][1].type===s[y-1][1].type&&s[y][1].start.line!==s[y][1].end.line&&(ee=y+1,Z.push(ee),g._tokenizer=void 0,g.previous=void 0,g=g.next);for(a.events=[],g?(g._tokenizer=void 0,g.previous=void 0):Z.pop(),y=Z.length;y--;){let B=s.slice(Z[y],Z[y+1]),ue=o.pop();u.push([ue,ue+B.length-1]),e.splice(ue,2,B)}for(u.reverse(),y=-1;++y<u.length;)p[P+u[y][0]]=P+u[y][1],P+=u[y][1]-u[y][0]-1;return p}var As=M(()=>{"use strict";wn();Jd()});function qb(e){return xo(e),e}function jb(e,n){let t;return r;function r(s){return e.enter("content"),t=e.enter("chunkContent",{contentType:"content"}),i(s)}function i(s){return s===null?o(s):se(s)?e.check($b,a,o)(s):(e.consume(s),i)}function o(s){return e.exit("chunkContent"),e.exit("content"),n(s)}function a(s){return e.consume(s),e.exit("chunkContent"),t.next=e.enter("chunkContent",{contentType:"content",previous:t}),t=t.next,i}}function Bb(e,n,t){let r=this;return i;function i(a){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),we(e,o,"linePrefix")}function o(a){if(a===null||se(a))return t(a);let s=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&s&&s[1].type==="linePrefix"&&s[2].sliceSerialize(s[1],!0).length>=4?n(a):e.interrupt(r.parser.constructs.flow,t,n)(a)}}var vs,$b,Gd=M(()=>{"use strict";ut();Be();As();vs={tokenize:jb,resolve:qb},$b={tokenize:Bb,partial:!0}});function ko(e,n,t,r,i,o,a,s,u){let p=u||Number.POSITIVE_INFINITY,d=0;return h;function h(B){return B===60?(e.enter(r),e.enter(i),e.enter(o),e.consume(B),e.exit(o),y):B===null||B===32||B===41||Vn(B)?t(B):(e.enter(r),e.enter(a),e.enter(s),e.enter("chunkString",{contentType:"string"}),ee(B))}function y(B){return B===62?(e.enter(o),e.consume(B),e.exit(o),e.exit(i),e.exit(r),n):(e.enter(s),e.enter("chunkString",{contentType:"string"}),g(B))}function g(B){return B===62?(e.exit("chunkString"),e.exit(s),y(B)):B===null||B===60||se(B)?t(B):(e.consume(B),B===92?P:g)}function P(B){return B===60||B===62||B===92?(e.consume(B),g):g(B)}function ee(B){return!d&&(B===null||B===41||Le(B))?(e.exit("chunkString"),e.exit(s),e.exit(a),e.exit(r),n(B)):d<p&&B===40?(e.consume(B),d++,ee):B===41?(e.consume(B),d--,ee):B===null||B===32||B===40||Vn(B)?t(B):(e.consume(B),B===92?Z:ee)}function Z(B){return B===40||B===41||B===92?(e.consume(B),ee):ee(B)}}var Es=M(()=>{"use strict";Be()});function Ao(e,n,t,r,i,o){let a=this,s=0,u;return p;function p(g){return e.enter(r),e.enter(i),e.consume(g),e.exit(i),e.enter(o),d}function d(g){return s>999||g===null||g===91||g===93&&!u||g===94&&!s&&"_hiddenFootnoteSupport"in a.parser.constructs?t(g):g===93?(e.exit(o),e.enter(i),e.consume(g),e.exit(i),e.exit(r),n):se(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),h(g))}function h(g){return g===null||g===91||g===93||se(g)||s++>999?(e.exit("chunkString"),d(g)):(e.consume(g),u||(u=!Se(g)),g===92?y:h)}function y(g){return g===91||g===92||g===93?(e.consume(g),s++,h):h(g)}}var _s=M(()=>{"use strict";Be()});function vo(e,n,t,r,i,o){let a;return s;function s(y){return y===34||y===39||y===40?(e.enter(r),e.enter(i),e.consume(y),e.exit(i),a=y===40?41:y,u):t(y)}function u(y){return y===a?(e.enter(i),e.consume(y),e.exit(i),e.exit(r),n):(e.enter(o),p(y))}function p(y){return y===a?(e.exit(o),u(a)):y===null?t(y):se(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),we(e,p,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(y))}function d(y){return y===a||y===null||se(y)?(e.exit("chunkString"),p(y)):(e.consume(y),y===92?h:d)}function h(y){return y===a||y===92?(e.consume(y),d):d(y)}}var Rs=M(()=>{"use strict";ut();Be()});function Jn(e,n){let t;return r;function r(i){return se(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t=!0,r):Se(i)?we(e,r,t?"linePrefix":"lineSuffix")(i):n(i)}}var Os=M(()=>{"use strict";ut();Be()});function Vb(e,n,t){let r=this,i;return o;function o(g){return e.enter("definition"),a(g)}function a(g){return Ao.call(r,e,s,t,"definitionLabel","definitionLabelMarker","definitionLabelString")(g)}function s(g){return i=kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),g===58?(e.enter("definitionMarker"),e.consume(g),e.exit("definitionMarker"),u):t(g)}function u(g){return Le(g)?Jn(e,p)(g):p(g)}function p(g){return ko(e,d,t,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(g)}function d(g){return e.attempt(zb,h,h)(g)}function h(g){return Se(g)?we(e,y,"whitespace")(g):y(g)}function y(g){return g===null||se(g)?(e.exit("definition"),r.parser.defined.push(i),n(g)):t(g)}}function Wb(e,n,t){return r;function r(s){return Le(s)?Jn(e,i)(s):t(s)}function i(s){return vo(e,o,t,"definitionTitle","definitionTitleMarker","definitionTitleString")(s)}function o(s){return Se(s)?we(e,a,"whitespace")(s):a(s)}function a(s){return s===null||se(s)?n(s):t(s)}}var Is,zb,Kd=M(()=>{"use strict";Es();_s();ut();Rs();Os();Be();lr();Is={name:"definition",tokenize:Vb},zb={tokenize:Wb,partial:!0}});function Hb(e,n,t){return r;function r(o){return e.enter("hardBreakEscape"),e.consume(o),i}function i(o){return se(o)?(e.exit("hardBreakEscape"),n(o)):t(o)}}var Cs,Xd=M(()=>{"use strict";Be();Cs={name:"hardBreakEscape",tokenize:Hb}});function Yb(e,n){let t=e.length-2,r=3,i,o;return e[r][1].type==="whitespace"&&(r+=2),t-2>r&&e[t][1].type==="whitespace"&&(t-=2),e[t][1].type==="atxHeadingSequence"&&(r===t-1||t-4>r&&e[t-2][1].type==="whitespace")&&(t-=r+1===t?2:4),t>r&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[t][1].end},o={type:"chunkText",start:e[r][1].start,end:e[t][1].end,contentType:"text"},pt(e,r,t-r+1,[["enter",i,n],["enter",o,n],["exit",o,n],["exit",i,n]])),e}function Jb(e,n,t){let r=0;return i;function i(d){return e.enter("atxHeading"),o(d)}function o(d){return e.enter("atxHeadingSequence"),a(d)}function a(d){return d===35&&r++<6?(e.consume(d),a):d===null||Le(d)?(e.exit("atxHeadingSequence"),s(d)):t(d)}function s(d){return d===35?(e.enter("atxHeadingSequence"),u(d)):d===null||se(d)?(e.exit("atxHeading"),n(d)):Se(d)?we(e,s,"whitespace")(d):(e.enter("atxHeadingText"),p(d))}function u(d){return d===35?(e.consume(d),u):(e.exit("atxHeadingSequence"),s(d))}function p(d){return d===null||d===35||Le(d)?(e.exit("atxHeadingText"),s(d)):(e.consume(d),p)}}var Ps,Qd=M(()=>{"use strict";ut();Be();wn();Ps={name:"headingAtx",tokenize:Jb,resolve:Yb}});var Zd,Ms,eh=M(()=>{"use strict";Zd=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Ms=["pre","script","style","textarea"]});function Xb(e){let n=e.length;for(;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function Qb(e,n,t){let r=this,i,o,a,s,u;return p;function p(_){return d(_)}function d(_){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(_),h}function h(_){return _===33?(e.consume(_),y):_===47?(e.consume(_),o=!0,ee):_===63?(e.consume(_),i=3,r.interrupt?n:v):ht(_)?(e.consume(_),a=String.fromCharCode(_),Z):t(_)}function y(_){return _===45?(e.consume(_),i=2,g):_===91?(e.consume(_),i=5,s=0,P):ht(_)?(e.consume(_),i=4,r.interrupt?n:v):t(_)}function g(_){return _===45?(e.consume(_),r.interrupt?n:v):t(_)}function P(_){let St="CDATA[";return _===St.charCodeAt(s++)?(e.consume(_),s===St.length?r.interrupt?n:ze:P):t(_)}function ee(_){return ht(_)?(e.consume(_),a=String.fromCharCode(_),Z):t(_)}function Z(_){if(_===null||_===47||_===62||Le(_)){let St=_===47,sn=a.toLowerCase();return!St&&!o&&Ms.includes(sn)?(i=1,r.interrupt?n(_):ze(_)):Zd.includes(a.toLowerCase())?(i=6,St?(e.consume(_),B):r.interrupt?n(_):ze(_)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?t(_):o?ue(_):ne(_))}return _===45||ft(_)?(e.consume(_),a+=String.fromCharCode(_),Z):t(_)}function B(_){return _===62?(e.consume(_),r.interrupt?n:ze):t(_)}function ue(_){return Se(_)?(e.consume(_),ue):U(_)}function ne(_){return _===47?(e.consume(_),U):_===58||_===95||ht(_)?(e.consume(_),Ae):Se(_)?(e.consume(_),ne):U(_)}function Ae(_){return _===45||_===46||_===58||_===95||ft(_)?(e.consume(_),Ae):Oe(_)}function Oe(_){return _===61?(e.consume(_),$):Se(_)?(e.consume(_),Oe):ne(_)}function $(_){return _===null||_===60||_===61||_===62||_===96?t(_):_===34||_===39?(e.consume(_),u=_,Ue):Se(_)?(e.consume(_),$):Xe(_)}function Ue(_){return _===u?(e.consume(_),u=null,je):_===null||se(_)?t(_):(e.consume(_),Ue)}function Xe(_){return _===null||_===34||_===39||_===47||_===60||_===61||_===62||_===96||Le(_)?Oe(_):(e.consume(_),Xe)}function je(_){return _===47||_===62||Se(_)?ne(_):t(_)}function U(_){return _===62?(e.consume(_),Te):t(_)}function Te(_){return _===null||se(_)?ze(_):Se(_)?(e.consume(_),Te):t(_)}function ze(_){return _===45&&i===2?(e.consume(_),tt):_===60&&i===1?(e.consume(_),lt):_===62&&i===4?(e.consume(_),vt):_===63&&i===3?(e.consume(_),v):_===93&&i===5?(e.consume(_),Ut):se(_)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(Gb,Lt,ye)(_)):_===null||se(_)?(e.exit("htmlFlowData"),ye(_)):(e.consume(_),ze)}function ye(_){return e.check(Kb,Ce,Lt)(_)}function Ce(_){return e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),Me}function Me(_){return _===null||se(_)?ye(_):(e.enter("htmlFlowData"),ze(_))}function tt(_){return _===45?(e.consume(_),v):ze(_)}function lt(_){return _===47?(e.consume(_),a="",Nt):ze(_)}function Nt(_){if(_===62){let St=a.toLowerCase();return Ms.includes(St)?(e.consume(_),vt):ze(_)}return ht(_)&&a.length<8?(e.consume(_),a+=String.fromCharCode(_),Nt):ze(_)}function Ut(_){return _===93?(e.consume(_),v):ze(_)}function v(_){return _===62?(e.consume(_),vt):_===45&&i===2?(e.consume(_),v):ze(_)}function vt(_){return _===null||se(_)?(e.exit("htmlFlowData"),Lt(_)):(e.consume(_),vt)}function Lt(_){return e.exit("htmlFlow"),n(_)}}function Zb(e,n,t){let r=this;return i;function i(a){return se(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),o):t(a)}function o(a){return r.parser.lazy[r.now().line]?t(a):n(a)}}function ew(e,n,t){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt(an,n,t)}}var Ns,Gb,Kb,th=M(()=>{"use strict";Be();eh();go();Ns={name:"htmlFlow",tokenize:Qb,resolveTo:Xb,concrete:!0},Gb={tokenize:ew,partial:!0},Kb={tokenize:Zb,partial:!0}});function tw(e,n,t){let r=this,i,o,a;return s;function s(v){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(v),u}function u(v){return v===33?(e.consume(v),p):v===47?(e.consume(v),Oe):v===63?(e.consume(v),ne):ht(v)?(e.consume(v),Xe):t(v)}function p(v){return v===45?(e.consume(v),d):v===91?(e.consume(v),o=0,P):ht(v)?(e.consume(v),ue):t(v)}function d(v){return v===45?(e.consume(v),g):t(v)}function h(v){return v===null?t(v):v===45?(e.consume(v),y):se(v)?(a=h,lt(v)):(e.consume(v),h)}function y(v){return v===45?(e.consume(v),g):h(v)}function g(v){return v===62?tt(v):v===45?y(v):h(v)}function P(v){let vt="CDATA[";return v===vt.charCodeAt(o++)?(e.consume(v),o===vt.length?ee:P):t(v)}function ee(v){return v===null?t(v):v===93?(e.consume(v),Z):se(v)?(a=ee,lt(v)):(e.consume(v),ee)}function Z(v){return v===93?(e.consume(v),B):ee(v)}function B(v){return v===62?tt(v):v===93?(e.consume(v),B):ee(v)}function ue(v){return v===null||v===62?tt(v):se(v)?(a=ue,lt(v)):(e.consume(v),ue)}function ne(v){return v===null?t(v):v===63?(e.consume(v),Ae):se(v)?(a=ne,lt(v)):(e.consume(v),ne)}function Ae(v){return v===62?tt(v):ne(v)}function Oe(v){return ht(v)?(e.consume(v),$):t(v)}function $(v){return v===45||ft(v)?(e.consume(v),$):Ue(v)}function Ue(v){return se(v)?(a=Ue,lt(v)):Se(v)?(e.consume(v),Ue):tt(v)}function Xe(v){return v===45||ft(v)?(e.consume(v),Xe):v===47||v===62||Le(v)?je(v):t(v)}function je(v){return v===47?(e.consume(v),tt):v===58||v===95||ht(v)?(e.consume(v),U):se(v)?(a=je,lt(v)):Se(v)?(e.consume(v),je):tt(v)}function U(v){return v===45||v===46||v===58||v===95||ft(v)?(e.consume(v),U):Te(v)}function Te(v){return v===61?(e.consume(v),ze):se(v)?(a=Te,lt(v)):Se(v)?(e.consume(v),Te):je(v)}function ze(v){return v===null||v===60||v===61||v===62||v===96?t(v):v===34||v===39?(e.consume(v),i=v,ye):se(v)?(a=ze,lt(v)):Se(v)?(e.consume(v),ze):(e.consume(v),Ce)}function ye(v){return v===i?(e.consume(v),i=void 0,Me):v===null?t(v):se(v)?(a=ye,lt(v)):(e.consume(v),ye)}function Ce(v){return v===null||v===34||v===39||v===60||v===61||v===96?t(v):v===47||v===62||Le(v)?je(v):(e.consume(v),Ce)}function Me(v){return v===47||v===62||Le(v)?je(v):t(v)}function tt(v){return v===62?(e.consume(v),e.exit("htmlTextData"),e.exit("htmlText"),n):t(v)}function lt(v){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),Nt}function Nt(v){return Se(v)?we(e,Ut,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(v):Ut(v)}function Ut(v){return e.enter("htmlTextData"),a(v)}}var Ls,nh=M(()=>{"use strict";ut();Be();Ls={name:"htmlText",tokenize:tw}});function ow(e){let n=-1;for(;++n<e.length;){let t=e[n][1];(t.type==="labelImage"||t.type==="labelLink"||t.type==="labelEnd")&&(e.splice(n+1,t.type==="labelImage"?4:2),t.type="data",n++)}return e}function aw(e,n){let t=e.length,r=0,i,o,a,s;for(;t--;)if(i=e[t][1],o){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[t][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(a){if(e[t][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(o=t,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(a=t);let u={type:e[o][1].type==="labelLink"?"link":"image",start:Object.assign({},e[o][1].start),end:Object.assign({},e[e.length-1][1].end)},p={type:"label",start:Object.assign({},e[o][1].start),end:Object.assign({},e[a][1].end)},d={type:"labelText",start:Object.assign({},e[o+r+2][1].end),end:Object.assign({},e[a-2][1].start)};return s=[["enter",u,n],["enter",p,n]],s=Ot(s,e.slice(o+1,o+r+3)),s=Ot(s,[["enter",d,n]]),s=Ot(s,Cn(n.parser.constructs.insideSpan.null,e.slice(o+r+4,a-3),n)),s=Ot(s,[["exit",d,n],e[a-2],e[a-1],["exit",p,n]]),s=Ot(s,e.slice(a+1)),s=Ot(s,[["exit",u,n]]),pt(e,o,e.length,s),e}function sw(e,n,t){let r=this,i=r.events.length,o,a;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){o=r.events[i][1];break}return s;function s(y){return o?o._inactive?h(y):(a=r.parser.defined.includes(kt(r.sliceSerialize({start:o.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(y),e.exit("labelMarker"),e.exit("labelEnd"),u):t(y)}function u(y){return y===40?e.attempt(nw,d,a?d:h)(y):y===91?e.attempt(rw,d,a?p:h)(y):a?d(y):h(y)}function p(y){return e.attempt(iw,d,h)(y)}function d(y){return n(y)}function h(y){return o._balanced=!0,t(y)}}function lw(e,n,t){return r;function r(h){return e.enter("resource"),e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),i}function i(h){return Le(h)?Jn(e,o)(h):o(h)}function o(h){return h===41?d(h):ko(e,a,s,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(h)}function a(h){return Le(h)?Jn(e,u)(h):d(h)}function s(h){return t(h)}function u(h){return h===34||h===39||h===40?vo(e,p,t,"resourceTitle","resourceTitleMarker","resourceTitleString")(h):d(h)}function p(h){return Le(h)?Jn(e,d)(h):d(h)}function d(h){return h===41?(e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),e.exit("resource"),n):t(h)}}function cw(e,n,t){let r=this;return i;function i(s){return Ao.call(r,e,o,a,"reference","referenceMarker","referenceString")(s)}function o(s){return r.parser.defined.includes(kt(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?n(s):t(s)}function a(s){return t(s)}}function uw(e,n,t){return r;function r(o){return e.enter("reference"),e.enter("referenceMarker"),e.consume(o),e.exit("referenceMarker"),i}function i(o){return o===93?(e.enter("referenceMarker"),e.consume(o),e.exit("referenceMarker"),e.exit("reference"),n):t(o)}}var Gn,nw,rw,iw,Eo=M(()=>{"use strict";Es();_s();Rs();Os();Be();wn();lr();Hr();Gn={name:"labelEnd",tokenize:sw,resolveTo:aw,resolveAll:ow},nw={tokenize:lw},rw={tokenize:cw},iw={tokenize:uw}});function pw(e,n,t){let r=this;return i;function i(s){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(s),e.exit("labelImageMarker"),o}function o(s){return s===91?(e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelImage"),a):t(s)}function a(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?t(s):n(s)}}var Ds,rh=M(()=>{"use strict";Eo();Ds={name:"labelStartImage",tokenize:pw,resolveAll:Gn.resolveAll}});function dw(e,n,t){let r=this;return i;function i(a){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(a),e.exit("labelMarker"),e.exit("labelLink"),o}function o(a){return a===94&&"_hiddenFootnoteSupport"in r.parser.constructs?t(a):n(a)}}var Fs,ih=M(()=>{"use strict";Eo();Fs={name:"labelStartLink",tokenize:dw,resolveAll:Gn.resolveAll}});function hw(e,n){return t;function t(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),we(e,n,"linePrefix")}}var Kr,oh=M(()=>{"use strict";ut();Kr={name:"lineEnding",tokenize:hw}});function fw(e,n,t){let r=0,i;return o;function o(p){return e.enter("thematicBreak"),a(p)}function a(p){return i=p,s(p)}function s(p){return p===i?(e.enter("thematicBreakSequence"),u(p)):r>=3&&(p===null||se(p))?(e.exit("thematicBreak"),n(p)):t(p)}function u(p){return p===i?(e.consume(p),r++,u):(e.exit("thematicBreakSequence"),Se(p)?we(e,s,"whitespace")(p):s(p))}}var Kn,Us=M(()=>{"use strict";ut();Be();Kn={name:"thematicBreak",tokenize:fw}});function yw(e,n,t){let r=this,i=r.events[r.events.length-1],o=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,a=0;return s;function s(g){let P=r.containerState.type||(g===42||g===43||g===45?"listUnordered":"listOrdered");if(P==="listUnordered"?!r.containerState.marker||g===r.containerState.marker:zr(g)){if(r.containerState.type||(r.containerState.type=P,e.enter(P,{_container:!0})),P==="listUnordered")return e.enter("listItemPrefix"),g===42||g===45?e.check(Kn,t,p)(g):p(g);if(!r.interrupt||g===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),u(g)}return t(g)}function u(g){return zr(g)&&++a<10?(e.consume(g),u):(!r.interrupt||a<2)&&(r.containerState.marker?g===r.containerState.marker:g===41||g===46)?(e.exit("listItemValue"),p(g)):t(g)}function p(g){return e.enter("listItemMarker"),e.consume(g),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||g,e.check(an,r.interrupt?t:d,e.attempt(mw,y,h))}function d(g){return r.containerState.initialBlankLine=!0,o++,y(g)}function h(g){return Se(g)?(e.enter("listItemPrefixWhitespace"),e.consume(g),e.exit("listItemPrefixWhitespace"),y):t(g)}function y(g){return r.containerState.size=o+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,n(g)}}function bw(e,n,t){let r=this;return r.containerState._closeFlow=void 0,e.check(an,i,o);function i(s){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,we(e,n,"listItemIndent",r.containerState.size+1)(s)}function o(s){return r.containerState.furtherBlankLines||!Se(s)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,a(s)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(gw,n,a)(s))}function a(s){return r.containerState._closeFlow=!0,r.interrupt=void 0,we(e,e.attempt(At,n,t),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s)}}function ww(e,n,t){let r=this;return we(e,i,"listItemIndent",r.containerState.size+1);function i(o){let a=r.events[r.events.length-1];return a&&a[1].type==="listItemIndent"&&a[2].sliceSerialize(a[1],!0).length===r.containerState.size?n(o):t(o)}}function Sw(e){e.exit(this.containerState.type)}function Tw(e,n,t){let r=this;return we(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(o){let a=r.events[r.events.length-1];return!Se(o)&&a&&a[1].type==="listItemPrefixWhitespace"?n(o):t(o)}}var At,mw,gw,ah=M(()=>{"use strict";ut();Be();go();Us();At={name:"list",tokenize:yw,continuation:{tokenize:bw},exit:Sw},mw={tokenize:Tw,partial:!0},gw={tokenize:ww,partial:!0}});function xw(e,n){let t=e.length,r,i,o;for(;t--;)if(e[t][0]==="enter"){if(e[t][1].type==="content"){r=t;break}e[t][1].type==="paragraph"&&(i=t)}else e[t][1].type==="content"&&e.splice(t,1),!o&&e[t][1].type==="definition"&&(o=t);let a={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",o?(e.splice(i,0,["enter",a,n]),e.splice(o+1,0,["exit",e[r][1],n]),e[r][1].end=Object.assign({},e[o][1].end)):e[r][1]=a,e.push(["exit",a,n]),e}function kw(e,n,t){let r=this,i;return o;function o(p){let d=r.events.length,h;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){h=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||h)?(e.enter("setextHeadingLine"),i=p,a(p)):t(p)}function a(p){return e.enter("setextHeadingLineSequence"),s(p)}function s(p){return p===i?(e.consume(p),s):(e.exit("setextHeadingLineSequence"),Se(p)?we(e,u,"lineSuffix")(p):u(p))}function u(p){return p===null||se(p)?(e.exit("setextHeadingLine"),n(p)):t(p)}}var _o,sh=M(()=>{"use strict";ut();Be();_o={name:"setextUnderline",tokenize:kw,resolveTo:xw}});var Ro=M(()=>{"use strict";$d();qd();go();jd();Bd();zd();Wd();Hd();Yd();Gd();Kd();Xd();Qd();th();nh();Eo();rh();ih();oh();ah();sh();Us()});function $s(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:Rw,continuation:{tokenize:Ow},exit:Iw}},text:{91:{name:"gfmFootnoteCall",tokenize:_w},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:vw,resolveTo:Ew}}}}function vw(e,n,t){let r=this,i=r.events.length,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a;for(;i--;){let u=r.events[i][1];if(u.type==="labelImage"){a=u;break}if(u.type==="gfmFootnoteCall"||u.type==="labelLink"||u.type==="label"||u.type==="image"||u.type==="link")break}return s;function s(u){if(!a||!a._balanced)return t(u);let p=kt(r.sliceSerialize({start:a.end,end:r.now()}));return p.codePointAt(0)!==94||!o.includes(p.slice(1))?t(u):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(u),e.exit("gfmFootnoteCallLabelMarker"),n(u))}}function Ew(e,n){let t=e.length,r;for(;t--;)if(e[t][1].type==="labelImage"&&e[t][0]==="enter"){r=e[t][1];break}e[t+1][1].type="data",e[t+3][1].type="gfmFootnoteCallLabelMarker";let i={type:"gfmFootnoteCall",start:Object.assign({},e[t+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[t+3][1].end),end:Object.assign({},e[t+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;let a={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},u=[e[t+1],e[t+2],["enter",i,n],e[t+3],e[t+4],["enter",o,n],["exit",o,n],["enter",a,n],["enter",s,n],["exit",s,n],["exit",a,n],e[e.length-2],e[e.length-1],["exit",i,n]];return e.splice(t,e.length-t+1,...u),e}function _w(e,n,t){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o=0,a;return s;function s(h){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),u}function u(h){return h!==94?t(h):(e.enter("gfmFootnoteCallMarker"),e.consume(h),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",p)}function p(h){if(o>999||h===93&&!a||h===null||h===91||Le(h))return t(h);if(h===93){e.exit("chunkString");let y=e.exit("gfmFootnoteCallString");return i.includes(kt(r.sliceSerialize(y)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),n):t(h)}return Le(h)||(a=!0),o++,e.consume(h),h===92?d:p}function d(h){return h===91||h===92||h===93?(e.consume(h),o++,p):p(h)}}function Rw(e,n,t){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o,a=0,s;return u;function u(P){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionLabelMarker"),p}function p(P){return P===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",d):t(P)}function d(P){if(a>999||P===93&&!s||P===null||P===91||Le(P))return t(P);if(P===93){e.exit("chunkString");let ee=e.exit("gfmFootnoteDefinitionLabelString");return o=kt(r.sliceSerialize(ee)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),y}return Le(P)||(s=!0),a++,e.consume(P),P===92?h:d}function h(P){return P===91||P===92||P===93?(e.consume(P),a++,d):d(P)}function y(P){return P===58?(e.enter("definitionMarker"),e.consume(P),e.exit("definitionMarker"),i.includes(o)||i.push(o),we(e,g,"gfmFootnoteDefinitionWhitespace")):t(P)}function g(P){return n(P)}}function Ow(e,n,t){return e.check(an,n,e.attempt(Aw,n,t))}function Iw(e){e.exit("gfmFootnoteDefinition")}function Cw(e,n,t){let r=this;return we(e,i,"gfmFootnoteDefinitionIndent",5);function i(o){let a=r.events[r.events.length-1];return a&&a[1].type==="gfmFootnoteDefinitionIndent"&&a[2].sliceSerialize(a[1],!0).length===4?n(o):t(o)}}var Aw,lh=M(()=>{"use strict";Ro();ut();Be();lr();Aw={tokenize:Cw,partial:!0}});var ch=M(()=>{"use strict";lh()});function qs(e){let t=(e||{}).singleTilde,r={name:"strikethrough",tokenize:o,resolveAll:i};return t==null&&(t=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(a,s){let u=-1;for(;++u<a.length;)if(a[u][0]==="enter"&&a[u][1].type==="strikethroughSequenceTemporary"&&a[u][1]._close){let p=u;for(;p--;)if(a[p][0]==="exit"&&a[p][1].type==="strikethroughSequenceTemporary"&&a[p][1]._open&&a[u][1].end.offset-a[u][1].start.offset===a[p][1].end.offset-a[p][1].start.offset){a[u][1].type="strikethroughSequence",a[p][1].type="strikethroughSequence";let d={type:"strikethrough",start:Object.assign({},a[p][1].start),end:Object.assign({},a[u][1].end)},h={type:"strikethroughText",start:Object.assign({},a[p][1].end),end:Object.assign({},a[u][1].start)},y=[["enter",d,s],["enter",a[p][1],s],["exit",a[p][1],s],["enter",h,s]],g=s.parser.constructs.insideSpan.null;g&&pt(y,y.length,0,Cn(g,a.slice(p+1,u),s)),pt(y,y.length,0,[["exit",h,s],["enter",a[u][1],s],["exit",a[u][1],s],["exit",d,s]]),pt(a,p-1,u-p+3,y),u=p+y.length-2;break}}for(u=-1;++u<a.length;)a[u][1].type==="strikethroughSequenceTemporary"&&(a[u][1].type="data");return a}function o(a,s,u){let p=this.previous,d=this.events,h=0;return y;function y(P){return p===126&&d[d.length-1][1].type!=="characterEscape"?u(P):(a.enter("strikethroughSequenceTemporary"),g(P))}function g(P){let ee=dr(p);if(P===126)return h>1?u(P):(a.consume(P),h++,g);if(h<2&&!t)return u(P);let Z=a.exit("strikethroughSequenceTemporary"),B=dr(P);return Z._open=!B||B===2&&!!ee,Z._close=!ee||ee===2&&!!B,s(P)}}}var uh=M(()=>{"use strict";wn();Ts();Hr()});var ph=M(()=>{"use strict";uh()});function Pw(e,n,t,r){let i=0;if(!(t===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===n){e.map[i][1]+=t,e.map[i][2].push(...r);return}i+=1}e.map.push([n,t,r])}}var Oo,dh=M(()=>{"use strict";Oo=class{constructor(){this.map=[]}add(n,t,r){Pw(this,n,t,r)}consume(n){if(this.map.sort(function(o,a){return o[0]-a[0]}),this.map.length===0)return;let t=this.map.length,r=[];for(;t>0;)t-=1,r.push(n.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),n.length=this.map[t][0];r.push([...n]),n.length=0;let i=r.pop();for(;i;)n.push(...i),i=r.pop();this.map.length=0}}});function hh(e,n){let t=!1,r=[];for(;n<e.length;){let i=e[n];if(t){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[n+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[n-1][1].type==="tableDelimiterMarker"){let o=r.length-1;r[o]=r[o]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(t=!0);n+=1}return r}var fh=M(()=>{"use strict"});function js(){return{flow:{null:{name:"table",tokenize:Mw,resolveAll:Nw}}}}function Mw(e,n,t){let r=this,i=0,o=0,a;return s;function s(U){let Te=r.events.length-1;for(;Te>-1;){let Ce=r.events[Te][1].type;if(Ce==="lineEnding"||Ce==="linePrefix")Te--;else break}let ze=Te>-1?r.events[Te][1].type:null,ye=ze==="tableHead"||ze==="tableRow"?$:u;return ye===$&&r.parser.lazy[r.now().line]?t(U):ye(U)}function u(U){return e.enter("tableHead"),e.enter("tableRow"),p(U)}function p(U){return U===124||(a=!0,o+=1),d(U)}function d(U){return U===null?t(U):se(U)?o>1?(o=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(U),e.exit("lineEnding"),g):t(U):Se(U)?we(e,d,"whitespace")(U):(o+=1,a&&(a=!1,i+=1),U===124?(e.enter("tableCellDivider"),e.consume(U),e.exit("tableCellDivider"),a=!0,d):(e.enter("data"),h(U)))}function h(U){return U===null||U===124||Le(U)?(e.exit("data"),d(U)):(e.consume(U),U===92?y:h)}function y(U){return U===92||U===124?(e.consume(U),h):h(U)}function g(U){return r.interrupt=!1,r.parser.lazy[r.now().line]?t(U):(e.enter("tableDelimiterRow"),a=!1,Se(U)?we(e,P,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(U):P(U))}function P(U){return U===45||U===58?Z(U):U===124?(a=!0,e.enter("tableCellDivider"),e.consume(U),e.exit("tableCellDivider"),ee):Oe(U)}function ee(U){return Se(U)?we(e,Z,"whitespace")(U):Z(U)}function Z(U){return U===58?(o+=1,a=!0,e.enter("tableDelimiterMarker"),e.consume(U),e.exit("tableDelimiterMarker"),B):U===45?(o+=1,B(U)):U===null||se(U)?Ae(U):Oe(U)}function B(U){return U===45?(e.enter("tableDelimiterFiller"),ue(U)):Oe(U)}function ue(U){return U===45?(e.consume(U),ue):U===58?(a=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(U),e.exit("tableDelimiterMarker"),ne):(e.exit("tableDelimiterFiller"),ne(U))}function ne(U){return Se(U)?we(e,Ae,"whitespace")(U):Ae(U)}function Ae(U){return U===124?P(U):U===null||se(U)?!a||i!==o?Oe(U):(e.exit("tableDelimiterRow"),e.exit("tableHead"),n(U)):Oe(U)}function Oe(U){return t(U)}function $(U){return e.enter("tableRow"),Ue(U)}function Ue(U){return U===124?(e.enter("tableCellDivider"),e.consume(U),e.exit("tableCellDivider"),Ue):U===null||se(U)?(e.exit("tableRow"),n(U)):Se(U)?we(e,Ue,"whitespace")(U):(e.enter("data"),Xe(U))}function Xe(U){return U===null||U===124||Le(U)?(e.exit("data"),Ue(U)):(e.consume(U),U===92?je:Xe)}function je(U){return U===92||U===124?(e.consume(U),Xe):Xe(U)}}function Nw(e,n){let t=-1,r=!0,i=0,o=[0,0,0,0],a=[0,0,0,0],s=!1,u=0,p,d,h,y=new Oo;for(;++t<e.length;){let g=e[t],P=g[1];g[0]==="enter"?P.type==="tableHead"?(s=!1,u!==0&&(mh(y,n,u,p,d),d=void 0,u=0),p={type:"table",start:Object.assign({},P.start),end:Object.assign({},P.end)},y.add(t,0,[["enter",p,n]])):P.type==="tableRow"||P.type==="tableDelimiterRow"?(r=!0,h=void 0,o=[0,0,0,0],a=[0,t+1,0,0],s&&(s=!1,d={type:"tableBody",start:Object.assign({},P.start),end:Object.assign({},P.end)},y.add(t,0,[["enter",d,n]])),i=P.type==="tableDelimiterRow"?2:d?3:1):i&&(P.type==="data"||P.type==="tableDelimiterMarker"||P.type==="tableDelimiterFiller")?(r=!1,a[2]===0&&(o[1]!==0&&(a[0]=a[1],h=Io(y,n,o,i,void 0,h),o=[0,0,0,0]),a[2]=t)):P.type==="tableCellDivider"&&(r?r=!1:(o[1]!==0&&(a[0]=a[1],h=Io(y,n,o,i,void 0,h)),o=a,a=[o[1],t,0,0])):P.type==="tableHead"?(s=!0,u=t):P.type==="tableRow"||P.type==="tableDelimiterRow"?(u=t,o[1]!==0?(a[0]=a[1],h=Io(y,n,o,i,t,h)):a[1]!==0&&(h=Io(y,n,a,i,t,h)),i=0):i&&(P.type==="data"||P.type==="tableDelimiterMarker"||P.type==="tableDelimiterFiller")&&(a[3]=t)}for(u!==0&&mh(y,n,u,p,d),y.consume(n.events),t=-1;++t<n.events.length;){let g=n.events[t];g[0]==="enter"&&g[1].type==="table"&&(g[1]._align=hh(n.events,t))}return e}function Io(e,n,t,r,i,o){let a=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",s="tableContent";t[0]!==0&&(o.end=Object.assign({},hr(n.events,t[0])),e.add(t[0],0,[["exit",o,n]]));let u=hr(n.events,t[1]);if(o={type:a,start:Object.assign({},u),end:Object.assign({},u)},e.add(t[1],0,[["enter",o,n]]),t[2]!==0){let p=hr(n.events,t[2]),d=hr(n.events,t[3]),h={type:s,start:Object.assign({},p),end:Object.assign({},d)};if(e.add(t[2],0,[["enter",h,n]]),r!==2){let y=n.events[t[2]],g=n.events[t[3]];if(y[1].end=Object.assign({},g[1].end),y[1].type="chunkText",y[1].contentType="text",t[3]>t[2]+1){let P=t[2]+1,ee=t[3]-t[2]-1;e.add(P,ee,[])}}e.add(t[3]+1,0,[["exit",h,n]])}return i!==void 0&&(o.end=Object.assign({},hr(n.events,i)),e.add(i,0,[["exit",o,n]]),o=void 0),o}function mh(e,n,t,r,i){let o=[],a=hr(n.events,t);i&&(i.end=Object.assign({},a),o.push(["exit",i,n])),r.end=Object.assign({},a),o.push(["exit",r,n]),e.add(t+1,0,o)}function hr(e,n){let t=e[n],r=t[0]==="enter"?"start":"end";return t[1][r]}var gh=M(()=>{"use strict";ut();Be();dh();fh()});var yh=M(()=>{"use strict";gh()});function Bs(){return{text:{91:Lw}}}function Dw(e,n,t){let r=this;return i;function i(u){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?t(u):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),o)}function o(u){return Le(u)?(e.enter("taskListCheckValueUnchecked"),e.consume(u),e.exit("taskListCheckValueUnchecked"),a):u===88||u===120?(e.enter("taskListCheckValueChecked"),e.consume(u),e.exit("taskListCheckValueChecked"),a):t(u)}function a(u){return u===93?(e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),s):t(u)}function s(u){return se(u)?n(u):Se(u)?e.check({tokenize:Fw},n,t)(u):t(u)}}function Fw(e,n,t){return we(e,r,"whitespace");function r(i){return i===null?t(i):n(i)}}var Lw,bh=M(()=>{"use strict";ut();Be();Lw={name:"tasklistCheck",tokenize:Dw}});var wh=M(()=>{"use strict";bh()});function Sh(e){return mo([ws(),$s(),qs(e),js(),Bs()])}var Th=M(()=>{"use strict";ys();Fd();ch();ph();yh();wh()});function Co(e){let n=this,t=e||Uw,r=n.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),o=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),a=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(Sh(t)),o.push(ms()),a.push(gs(t))}var Uw,xh=M(()=>{"use strict";Ed();Th();Uw={}});var kh=M(()=>{"use strict";xh()});function $w(e){let n=e.attempt(this.parser.constructs.contentInitial,r,i),t;return n;function r(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),we(e,n,"linePrefix")}function i(s){return e.enter("paragraph"),o(s)}function o(s){let u=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=u),t=u,a(s)}function a(s){if(s===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(s);return}return se(s)?(e.consume(s),e.exit("chunkText"),o):(e.consume(s),a)}}var Ah,vh=M(()=>{"use strict";ut();Be();Ah={tokenize:$w}});function qw(e){let n=this,t=[],r=0,i,o,a;return s;function s(ne){if(r<t.length){let Ae=t[r];return n.containerState=Ae[1],e.attempt(Ae[0].continuation,u,p)(ne)}return p(ne)}function u(ne){if(r++,n.containerState._closeFlow){n.containerState._closeFlow=void 0,i&&ue();let Ae=n.events.length,Oe=Ae,$;for(;Oe--;)if(n.events[Oe][0]==="exit"&&n.events[Oe][1].type==="chunkFlow"){$=n.events[Oe][1].end;break}B(r);let Ue=Ae;for(;Ue<n.events.length;)n.events[Ue][1].end=Object.assign({},$),Ue++;return pt(n.events,Oe+1,0,n.events.slice(Ae)),n.events.length=Ue,p(ne)}return s(ne)}function p(ne){if(r===t.length){if(!i)return y(ne);if(i.currentConstruct&&i.currentConstruct.concrete)return P(ne);n.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return n.containerState={},e.check(Eh,d,h)(ne)}function d(ne){return i&&ue(),B(r),y(ne)}function h(ne){return n.parser.lazy[n.now().line]=r!==t.length,a=n.now().offset,P(ne)}function y(ne){return n.containerState={},e.attempt(Eh,g,P)(ne)}function g(ne){return r++,t.push([n.currentConstruct,n.containerState]),y(ne)}function P(ne){if(ne===null){i&&ue(),B(0),e.consume(ne);return}return i=i||n.parser.flow(n.now()),e.enter("chunkFlow",{contentType:"flow",previous:o,_tokenizer:i}),ee(ne)}function ee(ne){if(ne===null){Z(e.exit("chunkFlow"),!0),B(0),e.consume(ne);return}return se(ne)?(e.consume(ne),Z(e.exit("chunkFlow")),r=0,n.interrupt=void 0,s):(e.consume(ne),ee)}function Z(ne,Ae){let Oe=n.sliceStream(ne);if(Ae&&Oe.push(null),ne.previous=o,o&&(o.next=ne),o=ne,i.defineSkip(ne.start),i.write(Oe),n.parser.lazy[ne.start.line]){let $=i.events.length;for(;$--;)if(i.events[$][1].start.offset<a&&(!i.events[$][1].end||i.events[$][1].end.offset>a))return;let Ue=n.events.length,Xe=Ue,je,U;for(;Xe--;)if(n.events[Xe][0]==="exit"&&n.events[Xe][1].type==="chunkFlow"){if(je){U=n.events[Xe][1].end;break}je=!0}for(B(r),$=Ue;$<n.events.length;)n.events[$][1].end=Object.assign({},U),$++;pt(n.events,Xe+1,0,n.events.slice(Ue)),n.events.length=$}}function B(ne){let Ae=t.length;for(;Ae-- >ne;){let Oe=t[Ae];n.containerState=Oe[1],Oe[0].exit.call(n,e)}t.length=ne}function ue(){i.write([null]),o=void 0,i=void 0,n.containerState._closeFlow=void 0}}function jw(e,n,t){return we(e,e.attempt(this.parser.constructs.document,n,t),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var _h,Eh,Rh=M(()=>{"use strict";ut();Be();wn();_h={tokenize:qw},Eh={tokenize:jw}});function Bw(e){let n=this,t=e.attempt(an,r,e.attempt(this.parser.constructs.flowInitial,i,we(e,e.attempt(this.parser.constructs.flow,i,e.attempt(vs,i)),"linePrefix")));return t;function r(o){if(o===null){e.consume(o);return}return e.enter("lineEndingBlank"),e.consume(o),e.exit("lineEndingBlank"),n.currentConstruct=void 0,t}function i(o){if(o===null){e.consume(o);return}return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n.currentConstruct=void 0,t}}var Oh,Ih=M(()=>{"use strict";Ro();ut();Oh={tokenize:Bw}});function Nh(e){return{tokenize:n,resolveAll:Lh(e==="text"?zw:void 0)};function n(t){let r=this,i=this.parser.constructs[e],o=t.attempt(i,a,s);return a;function a(d){return p(d)?o(d):s(d)}function s(d){if(d===null){t.consume(d);return}return t.enter("data"),t.consume(d),u}function u(d){return p(d)?(t.exit("data"),o(d)):(t.consume(d),u)}function p(d){if(d===null)return!0;let h=i[d],y=-1;if(h)for(;++y<h.length;){let g=h[y];if(!g.previous||g.previous.call(r,r.previous))return!0}return!1}}}function Lh(e){return n;function n(t,r){let i=-1,o;for(;++i<=t.length;)o===void 0?t[i]&&t[i][1].type==="data"&&(o=i,i++):(!t[i]||t[i][1].type!=="data")&&(i!==o+2&&(t[o][1].end=t[i-1][1].end,t.splice(o+2,i-o-2),i=o+2),o=void 0);return e?e(t,r):t}}function zw(e,n){let t=0;for(;++t<=e.length;)if((t===e.length||e[t][1].type==="lineEnding")&&e[t-1][1].type==="data"){let r=e[t-1][1],i=n.sliceStream(r),o=i.length,a=-1,s=0,u;for(;o--;){let p=i[o];if(typeof p=="string"){for(a=p.length;p.charCodeAt(a-1)===32;)s++,a--;if(a)break;a=-1}else if(p===-2)u=!0,s++;else if(p!==-1){o++;break}}if(s){let p={type:t===e.length||u||s<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-s,offset:r.end.offset-s,_index:r.start._index+o,_bufferIndex:o?a:r.start._bufferIndex+a},end:Object.assign({},r.end)};r.end=Object.assign({},p.start),r.start.offset===r.end.offset?Object.assign(r,p):(e.splice(t,0,["enter",p,n],["exit",p,n]),t+=2)}t++}return e}var Ch,Ph,Mh,zs=M(()=>{"use strict";Ch={resolveAll:Lh()},Ph=Nh("string"),Mh=Nh("text")});function Dh(e,n,t){let r=Object.assign(t?Object.assign({},t):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1}),i={},o=[],a=[],s=[],u=!0,p={consume:Ae,enter:Oe,exit:$,attempt:je(Ue),check:je(Xe),interrupt:je(Xe,{interrupt:!0})},d={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:ee,sliceSerialize:P,now:Z,defineSkip:B,write:g},h=n.tokenize.call(d,p),y;return n.resolveAll&&o.push(n),d;function g(ye){return a=Ot(a,ye),ue(),a[a.length-1]!==null?[]:(U(n,0),d.events=Cn(o,d.events,d),d.events)}function P(ye,Ce){return Ww(ee(ye),Ce)}function ee(ye){return Vw(a,ye)}function Z(){let{line:ye,column:Ce,offset:Me,_index:tt,_bufferIndex:lt}=r;return{line:ye,column:Ce,offset:Me,_index:tt,_bufferIndex:lt}}function B(ye){i[ye.line]=ye.column,ze()}function ue(){let ye;for(;r._index<a.length;){let Ce=a[r._index];if(typeof Ce=="string")for(ye=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===ye&&r._bufferIndex<Ce.length;)ne(Ce.charCodeAt(r._bufferIndex));else ne(Ce)}}function ne(ye){u=void 0,y=ye,h=h(ye)}function Ae(ye){se(ye)?(r.line++,r.column=1,r.offset+=ye===-3?2:1,ze()):ye!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===a[r._index].length&&(r._bufferIndex=-1,r._index++)),d.previous=ye,u=!0}function Oe(ye,Ce){let Me=Ce||{};return Me.type=ye,Me.start=Z(),d.events.push(["enter",Me,d]),s.push(Me),Me}function $(ye){let Ce=s.pop();return Ce.end=Z(),d.events.push(["exit",Ce,d]),Ce}function Ue(ye,Ce){U(ye,Ce.from)}function Xe(ye,Ce){Ce.restore()}function je(ye,Ce){return Me;function Me(tt,lt,Nt){let Ut,v,vt,Lt;return Array.isArray(tt)?St(tt):"tokenize"in tt?St([tt]):_(tt);function _(dt){return Fn;function Fn(Gt){let ln=Gt!==null&&dt[Gt],An=Gt!==null&&dt.null,Tr=[...Array.isArray(ln)?ln:ln?[ln]:[],...Array.isArray(An)?An:An?[An]:[]];return St(Tr)(Gt)}}function St(dt){return Ut=dt,v=0,dt.length===0?Nt:sn(dt[v])}function sn(dt){return Fn;function Fn(Gt){return Lt=Te(),vt=dt,dt.partial||(d.currentConstruct=dt),dt.name&&d.parser.constructs.disable.null.includes(dt.name)?er(Gt):dt.tokenize.call(Ce?Object.assign(Object.create(d),Ce):d,p,Sr,er)(Gt)}}function Sr(dt){return u=!0,ye(vt,Lt),lt}function er(dt){return u=!0,Lt.restore(),++v<Ut.length?sn(Ut[v]):Nt}}}function U(ye,Ce){ye.resolveAll&&!o.includes(ye)&&o.push(ye),ye.resolve&&pt(d.events,Ce,d.events.length-Ce,ye.resolve(d.events.slice(Ce),d)),ye.resolveTo&&(d.events=ye.resolveTo(d.events,d))}function Te(){let ye=Z(),Ce=d.previous,Me=d.currentConstruct,tt=d.events.length,lt=Array.from(s);return{restore:Nt,from:tt};function Nt(){r=ye,d.previous=Ce,d.currentConstruct=Me,d.events.length=tt,s=lt,ze()}}function ze(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function Vw(e,n){let t=n.start._index,r=n.start._bufferIndex,i=n.end._index,o=n.end._bufferIndex,a;if(t===i)a=[e[t].slice(r,o)];else{if(a=e.slice(t,i),r>-1){let s=a[0];typeof s=="string"?a[0]=s.slice(r):a.shift()}o>0&&a.push(e[i].slice(0,o))}return a}function Ww(e,n){let t=-1,r=[],i;for(;++t<e.length;){let o=e[t],a;if(typeof o=="string")a=o;else switch(o){case-5:{a="\r";break}case-4:{a=`
17
+ `;break}case-3:{a=`\r
18
+ `;break}case-2:{a=n?" ":" ";break}case-1:{if(!n&&i)continue;a=" ";break}default:a=String.fromCharCode(o)}i=o===-2,r.push(a)}return r.join("")}var Fh=M(()=>{"use strict";Be();wn();Hr()});var Vs={};Ra(Vs,{attentionMarkers:()=>Zw,contentInitial:()=>Yw,disable:()=>eS,document:()=>Hw,flow:()=>Gw,flowInitial:()=>Jw,insideSpan:()=>Qw,string:()=>Kw,text:()=>Xw});var Hw,Yw,Jw,Gw,Kw,Xw,Qw,Zw,eS,Uh=M(()=>{"use strict";Ro();zs();Hw={42:At,43:At,45:At,48:At,49:At,50:At,51:At,52:At,53:At,54:At,55:At,56:At,57:At,62:yo},Yw={91:Is},Jw={[-2]:Jr,[-1]:Jr,32:Jr},Gw={35:Ps,42:Kn,45:[_o,Kn],60:Ns,61:_o,95:Kn,96:So,126:So},Kw={38:wo,92:bo},Xw={[-5]:Kr,[-4]:Kr,[-3]:Kr,33:Ds,38:wo,42:Yr,60:[xs,Ls],91:Fs,92:[Cs,bo],93:Gn,95:Yr,96:ks},Qw={null:[Yr,Ch]},Zw={null:[42,95]},eS={null:[]}});function Ws(e){let t=mo([Vs,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:t,content:i(Ah),document:i(_h),flow:i(Oh),string:i(Ph),text:i(Mh)};return r;function i(o){return a;function a(s){return Dh(r,o,s)}}}var $h=M(()=>{"use strict";ys();vh();Rh();Ih();zs();Fh();Uh()});function Hs(e){for(;!xo(e););return e}var qh=M(()=>{"use strict";As()});function Ys(){let e=1,n="",t=!0,r;return i;function i(o,a,s){let u=[],p,d,h,y,g;for(o=n+(typeof o=="string"?o.toString():new TextDecoder(a||void 0).decode(o)),h=0,n="",t&&(o.charCodeAt(0)===65279&&h++,t=void 0);h<o.length;){if(jh.lastIndex=h,p=jh.exec(o),y=p&&p.index!==void 0?p.index:o.length,g=o.charCodeAt(y),!p){n=o.slice(h);break}if(g===10&&h===y&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),h<y&&(u.push(o.slice(h,y)),e+=y-h),g){case 0:{u.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,u.push(-2);e++<d;)u.push(-1);break}case 10:{u.push(-4),e=1;break}default:r=!0,e=1}h=y+1}return s&&(r&&u.push(-5),n&&u.push(n),u.push(null)),u}}var jh,Bh=M(()=>{"use strict";jh=/[\0\t\n\r]/g});var zh=M(()=>{"use strict";$h();qh();Bh()});function Pn(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Vh(e.position):"start"in e||"end"in e?Vh(e):"line"in e||"column"in e?Js(e):""}function Js(e){return Wh(e&&e.line)+":"+Wh(e&&e.column)}function Vh(e){return Js(e&&e.start)+"-"+Js(e&&e.end)}function Wh(e){return e&&typeof e=="number"?e:1}var Hh=M(()=>{"use strict"});var Gs=M(()=>{"use strict";Hh()});function Ks(e,n,t){return typeof n!="string"&&(t=n,n=void 0),tS(t)(Hs(Ws(t).document().write(Ys()(e,n,!0))))}function tS(e){let n={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:o(ci),autolinkProtocol:je,autolinkEmail:je,atxHeading:o(si),blockQuote:o(Gt),characterEscape:je,characterReference:je,codeFenced:o(ln),codeFencedFenceInfo:a,codeFencedFenceMeta:a,codeIndented:o(ln,a),codeText:o(An,a),codeTextData:je,data:je,codeFlowValue:je,definition:o(Tr),definitionDestinationString:a,definitionLabelString:a,definitionTitleString:a,emphasis:o(oa),hardBreakEscape:o(li),hardBreakTrailing:o(li),htmlFlow:o(xr,a),htmlFlowData:je,htmlText:o(xr,a),htmlTextData:je,image:o(aa),label:a,link:o(ci),listItem:o(sa),listItemValue:y,listOrdered:o(ui,h),listUnordered:o(ui),paragraph:o(la),reference:_,referenceString:a,resourceDestinationString:a,resourceTitleString:a,setextHeading:o(si),strong:o(ca),thematicBreak:o(pa)},exit:{atxHeading:u(),atxHeadingSequence:Oe,autolink:u(),autolinkEmail:Fn,autolinkProtocol:dt,blockQuote:u(),characterEscapeValue:U,characterReferenceMarkerHexadecimal:sn,characterReferenceMarkerNumeric:sn,characterReferenceValue:Sr,characterReference:er,codeFenced:u(Z),codeFencedFence:ee,codeFencedFenceInfo:g,codeFencedFenceMeta:P,codeFlowValue:U,codeIndented:u(B),codeText:u(Me),codeTextData:U,data:U,definition:u(),definitionDestinationString:Ae,definitionLabelString:ue,definitionTitleString:ne,emphasis:u(),hardBreakEscape:u(ze),hardBreakTrailing:u(ze),htmlFlow:u(ye),htmlFlowData:U,htmlText:u(Ce),htmlTextData:U,image:u(lt),label:Ut,labelText:Nt,lineEnding:Te,link:u(tt),listItem:u(),listOrdered:u(),listUnordered:u(),paragraph:u(),referenceString:St,resourceDestinationString:v,resourceTitleString:vt,resource:Lt,setextHeading:u(Xe),setextHeadingLineSequence:Ue,setextHeadingText:$,strong:u(),thematicBreak:u()}};Gh(n,(e||{}).mdastExtensions||[]);let t={};return r;function r(q){let re={type:"root",children:[]},Ie={stack:[re],tokenStack:[],config:n,enter:s,exit:p,buffer:a,resume:d,data:t},De=[],We=-1;for(;++We<q.length;)if(q[We][1].type==="listOrdered"||q[We][1].type==="listUnordered")if(q[We][0]==="enter")De.push(We);else{let Dt=De.pop();We=i(q,Dt,We)}for(We=-1;++We<q.length;){let Dt=n[q[We][0]];Jh.call(Dt,q[We][1].type)&&Dt[q[We][1].type].call(Object.assign({sliceSerialize:q[We][2].sliceSerialize},Ie),q[We][1])}if(Ie.tokenStack.length>0){let Dt=Ie.tokenStack[Ie.tokenStack.length-1];(Dt[1]||Yh).call(Ie,void 0,Dt[0])}for(re.position={start:Mn(q.length>0?q[0][1].start:{line:1,column:1,offset:0}),end:Mn(q.length>0?q[q.length-2][1].end:{line:1,column:1,offset:0})},We=-1;++We<n.transforms.length;)re=n.transforms[We](re)||re;return re}function i(q,re,Ie){let De=re-1,We=-1,Dt=!1,cn,Kt,un,Un;for(;++De<=Ie;){let Tt=q[De];switch(Tt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Tt[0]==="enter"?We++:We--,Un=void 0;break}case"lineEndingBlank":{Tt[0]==="enter"&&(cn&&!Un&&!We&&!un&&(un=De),Un=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Un=void 0}if(!We&&Tt[0]==="enter"&&Tt[1].type==="listItemPrefix"||We===-1&&Tt[0]==="exit"&&(Tt[1].type==="listUnordered"||Tt[1].type==="listOrdered")){if(cn){let pn=De;for(Kt=void 0;pn--;){let $t=q[pn];if($t[1].type==="lineEnding"||$t[1].type==="lineEndingBlank"){if($t[0]==="exit")continue;Kt&&(q[Kt][1].type="lineEndingBlank",Dt=!0),$t[1].type="lineEnding",Kt=pn}else if(!($t[1].type==="linePrefix"||$t[1].type==="blockQuotePrefix"||$t[1].type==="blockQuotePrefixWhitespace"||$t[1].type==="blockQuoteMarker"||$t[1].type==="listItemIndent"))break}un&&(!Kt||un<Kt)&&(cn._spread=!0),cn.end=Object.assign({},Kt?q[Kt][1].start:Tt[1].end),q.splice(Kt||De,0,["exit",cn,Tt[2]]),De++,Ie++}if(Tt[1].type==="listItemPrefix"){let pn={type:"listItem",_spread:!1,start:Object.assign({},Tt[1].start),end:void 0};cn=pn,q.splice(De,0,["enter",pn,Tt[2]]),De++,Ie++,un=void 0,Un=!0}}}return q[re][1]._spread=Dt,Ie}function o(q,re){return Ie;function Ie(De){s.call(this,q(De),De),re&&re.call(this,De)}}function a(){this.stack.push({type:"fragment",children:[]})}function s(q,re,Ie){this.stack[this.stack.length-1].children.push(q),this.stack.push(q),this.tokenStack.push([re,Ie]),q.position={start:Mn(re.start),end:void 0}}function u(q){return re;function re(Ie){q&&q.call(this,Ie),p.call(this,Ie)}}function p(q,re){let Ie=this.stack.pop(),De=this.tokenStack.pop();if(De)De[0].type!==q.type&&(re?re.call(this,q,De[0]):(De[1]||Yh).call(this,q,De[0]));else throw new Error("Cannot close `"+q.type+"` ("+Pn({start:q.start,end:q.end})+"): it\u2019s not open");Ie.position.end=Mn(q.end)}function d(){return bn(this.stack.pop())}function h(){this.data.expectingFirstListItemValue=!0}function y(q){if(this.data.expectingFirstListItemValue){let re=this.stack[this.stack.length-2];re.start=Number.parseInt(this.sliceSerialize(q),10),this.data.expectingFirstListItemValue=void 0}}function g(){let q=this.resume(),re=this.stack[this.stack.length-1];re.lang=q}function P(){let q=this.resume(),re=this.stack[this.stack.length-1];re.meta=q}function ee(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function Z(){let q=this.resume(),re=this.stack[this.stack.length-1];re.value=q.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function B(){let q=this.resume(),re=this.stack[this.stack.length-1];re.value=q.replace(/(\r?\n|\r)$/g,"")}function ue(q){let re=this.resume(),Ie=this.stack[this.stack.length-1];Ie.label=re,Ie.identifier=kt(this.sliceSerialize(q)).toLowerCase()}function ne(){let q=this.resume(),re=this.stack[this.stack.length-1];re.title=q}function Ae(){let q=this.resume(),re=this.stack[this.stack.length-1];re.url=q}function Oe(q){let re=this.stack[this.stack.length-1];if(!re.depth){let Ie=this.sliceSerialize(q).length;re.depth=Ie}}function $(){this.data.setextHeadingSlurpLineEnding=!0}function Ue(q){let re=this.stack[this.stack.length-1];re.depth=this.sliceSerialize(q).codePointAt(0)===61?1:2}function Xe(){this.data.setextHeadingSlurpLineEnding=void 0}function je(q){let Ie=this.stack[this.stack.length-1].children,De=Ie[Ie.length-1];(!De||De.type!=="text")&&(De=ua(),De.position={start:Mn(q.start),end:void 0},Ie.push(De)),this.stack.push(De)}function U(q){let re=this.stack.pop();re.value+=this.sliceSerialize(q),re.position.end=Mn(q.end)}function Te(q){let re=this.stack[this.stack.length-1];if(this.data.atHardBreak){let Ie=re.children[re.children.length-1];Ie.position.end=Mn(q.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&n.canContainEols.includes(re.type)&&(je.call(this,q),U.call(this,q))}function ze(){this.data.atHardBreak=!0}function ye(){let q=this.resume(),re=this.stack[this.stack.length-1];re.value=q}function Ce(){let q=this.resume(),re=this.stack[this.stack.length-1];re.value=q}function Me(){let q=this.resume(),re=this.stack[this.stack.length-1];re.value=q}function tt(){let q=this.stack[this.stack.length-1];if(this.data.inReference){let re=this.data.referenceType||"shortcut";q.type+="Reference",q.referenceType=re,delete q.url,delete q.title}else delete q.identifier,delete q.label;this.data.referenceType=void 0}function lt(){let q=this.stack[this.stack.length-1];if(this.data.inReference){let re=this.data.referenceType||"shortcut";q.type+="Reference",q.referenceType=re,delete q.url,delete q.title}else delete q.identifier,delete q.label;this.data.referenceType=void 0}function Nt(q){let re=this.sliceSerialize(q),Ie=this.stack[this.stack.length-2];Ie.label=yd(re),Ie.identifier=kt(re).toLowerCase()}function Ut(){let q=this.stack[this.stack.length-1],re=this.resume(),Ie=this.stack[this.stack.length-1];if(this.data.inReference=!0,Ie.type==="link"){let De=q.children;Ie.children=De}else Ie.alt=re}function v(){let q=this.resume(),re=this.stack[this.stack.length-1];re.url=q}function vt(){let q=this.resume(),re=this.stack[this.stack.length-1];re.title=q}function Lt(){this.data.inReference=void 0}function _(){this.data.referenceType="collapsed"}function St(q){let re=this.resume(),Ie=this.stack[this.stack.length-1];Ie.label=re,Ie.identifier=kt(this.sliceSerialize(q)).toLowerCase(),this.data.referenceType="full"}function sn(q){this.data.characterReferenceType=q.type}function Sr(q){let re=this.sliceSerialize(q),Ie=this.data.characterReferenceType,De;Ie?(De=fo(re,Ie==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):De=pr(re);let We=this.stack[this.stack.length-1];We.value+=De}function er(q){let re=this.stack.pop();re.position.end=Mn(q.end)}function dt(q){U.call(this,q);let re=this.stack[this.stack.length-1];re.url=this.sliceSerialize(q)}function Fn(q){U.call(this,q);let re=this.stack[this.stack.length-1];re.url="mailto:"+this.sliceSerialize(q)}function Gt(){return{type:"blockquote",children:[]}}function ln(){return{type:"code",lang:null,meta:null,value:""}}function An(){return{type:"inlineCode",value:""}}function Tr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function oa(){return{type:"emphasis",children:[]}}function si(){return{type:"heading",depth:0,children:[]}}function li(){return{type:"break"}}function xr(){return{type:"html",value:""}}function aa(){return{type:"image",title:null,url:"",alt:null}}function ci(){return{type:"link",title:null,url:"",children:[]}}function ui(q){return{type:"list",ordered:q.type==="listOrdered",start:null,spread:q._spread,children:[]}}function sa(q){return{type:"listItem",spread:q._spread,checked:null,children:[]}}function la(){return{type:"paragraph",children:[]}}function ca(){return{type:"strong",children:[]}}function ua(){return{type:"text",value:""}}function pa(){return{type:"thematicBreak"}}}function Mn(e){return{line:e.line,column:e.column,offset:e.offset}}function Gh(e,n){let t=-1;for(;++t<n.length;){let r=n[t];Array.isArray(r)?Gh(e,r):nS(e,r)}}function nS(e,n){let t;for(t in n)if(Jh.call(n,t))switch(t){case"canContainEols":{let r=n[t];r&&e[t].push(...r);break}case"transforms":{let r=n[t];r&&e[t].push(...r);break}case"enter":case"exit":{let r=n[t];r&&Object.assign(e[t],r);break}}}function Yh(e,n){throw e?new Error("Cannot close `"+e.type+"` ("+Pn({start:e.start,end:e.end})+"): a different token (`"+n.type+"`, "+Pn({start:n.start,end:n.end})+") is open"):new Error("Cannot close document, a token (`"+n.type+"`, "+Pn({start:n.start,end:n.end})+") is still open")}var Jh,Kh=M(()=>{"use strict";Br();zh();ls();bd();lr();ho();Gs();Jh={}.hasOwnProperty});var Xh=M(()=>{"use strict";Kh()});function Po(e){let n=this;n.parser=t;function t(r){return Ks(r,{...n.data("settings"),...e,extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]})}}var Qh=M(()=>{"use strict";Xh()});var Zh=M(()=>{"use strict";Qh()});function Xs(e){if(e)throw e}var ef=M(()=>{"use strict"});var uf=Mg((J0,cf)=>{"use strict";var Mo=Object.prototype.hasOwnProperty,lf=Object.prototype.toString,tf=Object.defineProperty,nf=Object.getOwnPropertyDescriptor,rf=function(n){return typeof Array.isArray=="function"?Array.isArray(n):lf.call(n)==="[object Array]"},of=function(n){if(!n||lf.call(n)!=="[object Object]")return!1;var t=Mo.call(n,"constructor"),r=n.constructor&&n.constructor.prototype&&Mo.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!t&&!r)return!1;var i;for(i in n);return typeof i=="undefined"||Mo.call(n,i)},af=function(n,t){tf&&t.name==="__proto__"?tf(n,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):n[t.name]=t.newValue},sf=function(n,t){if(t==="__proto__")if(Mo.call(n,t)){if(nf)return nf(n,t).value}else return;return n[t]};cf.exports=function e(){var n,t,r,i,o,a,s=arguments[0],u=1,p=arguments.length,d=!1;for(typeof s=="boolean"&&(d=s,s=arguments[1]||{},u=2),(s==null||typeof s!="object"&&typeof s!="function")&&(s={});u<p;++u)if(n=arguments[u],n!=null)for(t in n)r=sf(s,t),i=sf(n,t),s!==i&&(d&&i&&(of(i)||(o=rf(i)))?(o?(o=!1,a=r&&rf(r)?r:[]):a=r&&of(r)?r:{},af(s,{name:t,newValue:e(d,a,i)})):typeof i!="undefined"&&af(s,{name:t,newValue:i}));return s}});function Xr(e){if(typeof e!="object"||e===null)return!1;let n=Object.getPrototypeOf(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}var pf=M(()=>{"use strict"});function Qs(){let e=[],n={run:t,use:r};return n;function t(...i){let o=-1,a=i.pop();if(typeof a!="function")throw new TypeError("Expected function as last argument, not "+a);s(null,...i);function s(u,...p){let d=e[++o],h=-1;if(u){a(u);return}for(;++h<i.length;)(p[h]===null||p[h]===void 0)&&(p[h]=i[h]);i=p,d?df(d,s)(...p):a(null,...p)}}function r(i){if(typeof i!="function")throw new TypeError("Expected `middelware` to be a function, not "+i);return e.push(i),n}}function df(e,n){let t;return r;function r(...a){let s=e.length>a.length,u;s&&a.push(i);try{u=e.apply(this,a)}catch(p){let d=p;if(s&&t)throw d;return i(d)}s||(u&&u.then&&typeof u.then=="function"?u.then(o,i):u instanceof Error?i(u):o(u))}function i(a,...s){t||(t=!0,n(a,...s))}function o(a){i(null,a)}}var hf=M(()=>{"use strict"});var ff=M(()=>{"use strict";hf()});var bt,mf=M(()=>{"use strict";Gs();bt=class extends Error{constructor(n,t,r){super(),typeof t=="string"&&(r=t,t=void 0);let i="",o={},a=!1;if(t&&("line"in t&&"column"in t?o={place:t}:"start"in t&&"end"in t?o={place:t}:"type"in t?o={ancestors:[t],place:t.position}:o={...t}),typeof n=="string"?i=n:!o.cause&&n&&(a=!0,i=n.message,o.cause=n),!o.ruleId&&!o.source&&typeof r=="string"){let u=r.indexOf(":");u===-1?o.ruleId=r:(o.source=r.slice(0,u),o.ruleId=r.slice(u+1))}if(!o.place&&o.ancestors&&o.ancestors){let u=o.ancestors[o.ancestors.length-1];u&&(o.place=u.position)}let s=o.place&&"start"in o.place?o.place.start:o.place;this.ancestors=o.ancestors||void 0,this.cause=o.cause||void 0,this.column=s?s.column:void 0,this.fatal=void 0,this.file,this.message=i,this.line=s?s.line:void 0,this.name=Pn(o.place)||"1:1",this.place=o.place||void 0,this.reason=this.message,this.ruleId=o.ruleId||void 0,this.source=o.source||void 0,this.stack=a&&o.cause&&typeof o.cause.stack=="string"?o.cause.stack:"",this.actual,this.expected,this.note,this.url}};bt.prototype.file="";bt.prototype.name="";bt.prototype.reason="";bt.prototype.message="";bt.prototype.stack="";bt.prototype.column=void 0;bt.prototype.line=void 0;bt.prototype.ancestors=void 0;bt.prototype.cause=void 0;bt.prototype.fatal=void 0;bt.prototype.place=void 0;bt.prototype.ruleId=void 0;bt.prototype.source=void 0});var gf=M(()=>{"use strict";mf()});var Vt,yf=M(()=>{"use strict";Vt=Bt(require("path"),1)});var Zs,bf=M(()=>{"use strict";Zs=Bt(require("process"),1)});function No(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}var wf=M(()=>{"use strict"});var el,Sf=M(()=>{"use strict";el=require("url");wf()});function nl(e,n){if(e&&e.includes(Vt.default.sep))throw new Error("`"+n+"` cannot be a path: did not expect `"+Vt.default.sep+"`")}function rl(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function Tf(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}function rS(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var tl,Qr,xf=M(()=>{"use strict";gf();yf();bf();Sf();tl=["history","path","basename","stem","extname","dirname"],Qr=class{constructor(n){let t;n?No(n)?t={path:n}:typeof n=="string"||rS(n)?t={value:n}:t=n:t={},this.cwd="cwd"in t?"":Zs.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<tl.length;){let o=tl[r];o in t&&t[o]!==void 0&&t[o]!==null&&(this[o]=o==="history"?[...t[o]]:t[o])}let i;for(i in t)tl.includes(i)||(this[i]=t[i])}get basename(){return typeof this.path=="string"?Vt.default.basename(this.path):void 0}set basename(n){rl(n,"basename"),nl(n,"basename"),this.path=Vt.default.join(this.dirname||"",n)}get dirname(){return typeof this.path=="string"?Vt.default.dirname(this.path):void 0}set dirname(n){Tf(this.basename,"dirname"),this.path=Vt.default.join(n||"",this.basename)}get extname(){return typeof this.path=="string"?Vt.default.extname(this.path):void 0}set extname(n){if(nl(n,"extname"),Tf(this.dirname,"extname"),n){if(n.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(n.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Vt.default.join(this.dirname,this.stem+(n||""))}get path(){return this.history[this.history.length-1]}set path(n){No(n)&&(n=(0,el.fileURLToPath)(n)),rl(n,"path"),this.path!==n&&this.history.push(n)}get stem(){return typeof this.path=="string"?Vt.default.basename(this.path,this.extname):void 0}set stem(n){rl(n,"stem"),nl(n,"stem"),this.path=Vt.default.join(this.dirname||"",n+(this.extname||""))}fail(n,t,r){let i=this.message(n,t,r);throw i.fatal=!0,i}info(n,t,r){let i=this.message(n,t,r);return i.fatal=void 0,i}message(n,t,r){let i=new bt(n,t,r);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}toString(n){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(n||void 0).decode(this.value)}}});var kf=M(()=>{"use strict";xf()});var Af,vf=M(()=>{"use strict";Af=(function(e){let r=this.constructor.prototype,i=r[e],o=function(){return i.apply(o,arguments)};return Object.setPrototypeOf(o,r),o})});function il(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function ol(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function al(e,n){if(n)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function Ef(e){if(!Xr(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function _f(e,n,t){if(!t)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}function Lo(e){return oS(e)?e:new Qr(e)}function oS(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function aS(e){return typeof e=="string"||sS(e)}function sS(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var Do,iS,sl,ll,Rf=M(()=>{"use strict";ef();Do=Bt(uf(),1);pf();ff();kf();vf();iS={}.hasOwnProperty,sl=class e extends Af{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=Qs()}copy(){let n=new e,t=-1;for(;++t<this.attachers.length;){let r=this.attachers[t];n.use(...r)}return n.data((0,Do.default)(!0,{},this.namespace)),n}data(n,t){return typeof n=="string"?arguments.length===2?(al("data",this.frozen),this.namespace[n]=t,this):iS.call(this.namespace,n)&&this.namespace[n]||void 0:n?(al("data",this.frozen),this.namespace=n,this):this.namespace}freeze(){if(this.frozen)return this;let n=this;for(;++this.freezeIndex<this.attachers.length;){let[t,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);let i=t.call(n,...r);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(n){this.freeze();let t=Lo(n),r=this.parser||this.Parser;return il("parse",r),r(String(t),t)}process(n,t){let r=this;return this.freeze(),il("process",this.parser||this.Parser),ol("process",this.compiler||this.Compiler),t?i(void 0,t):new Promise(i);function i(o,a){let s=Lo(n),u=r.parse(s);r.run(u,s,function(d,h,y){if(d||!h||!y)return p(d);let g=h,P=r.stringify(g,y);aS(P)?y.value=P:y.result=P,p(d,y)});function p(d,h){d||!h?a(d):o?o(h):t(void 0,h)}}}processSync(n){let t=!1,r;return this.freeze(),il("processSync",this.parser||this.Parser),ol("processSync",this.compiler||this.Compiler),this.process(n,i),_f("processSync","process",t),r;function i(o,a){t=!0,Xs(o),r=a}}run(n,t,r){Ef(n),this.freeze();let i=this.transformers;return!r&&typeof t=="function"&&(r=t,t=void 0),r?o(void 0,r):new Promise(o);function o(a,s){let u=Lo(t);i.run(n,u,p);function p(d,h,y){let g=h||n;d?s(d):a?a(g):r(void 0,g,y)}}}runSync(n,t){let r=!1,i;return this.run(n,t,o),_f("runSync","run",r),i;function o(a,s){Xs(a),i=s,r=!0}}stringify(n,t){this.freeze();let r=Lo(t),i=this.compiler||this.Compiler;return ol("stringify",i),Ef(n),i(n,r)}use(n,...t){let r=this.attachers,i=this.namespace;if(al("use",this.frozen),n!=null)if(typeof n=="function")u(n,t);else if(typeof n=="object")Array.isArray(n)?s(n):a(n);else throw new TypeError("Expected usable value, not `"+n+"`");return this;function o(p){if(typeof p=="function")u(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[d,...h]=p;u(d,h)}else a(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function a(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");s(p.plugins),p.settings&&(i.settings=(0,Do.default)(!0,i.settings,p.settings))}function s(p){let d=-1;if(p!=null)if(Array.isArray(p))for(;++d<p.length;){let h=p[d];o(h)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function u(p,d){let h=-1,y=-1;for(;++h<r.length;)if(r[h][0]===p){y=h;break}if(y===-1)r.push([p,...d]);else if(d.length>0){let[g,...P]=d,ee=r[y][1];Xr(ee)&&Xr(g)&&(g=(0,Do.default)(!0,ee,g)),r[y]=[p,g,...P]}}}},ll=new sl().freeze()});var Of=M(()=>{"use strict";Rf()});function Cf(e,n){let t=[e,...n],r=Math.max(...t.map(s=>s.length));if(r===0)return"";let i=Array.from({length:r},()=>0);for(let s of t)for(let u=0;u<r;u++){let p=(s[u]||"").length;p>i[u]&&(i[u]=p)}let o=s=>Array.from({length:r},(u,p)=>(s[p]||"").padEnd(i[p])).join(" | ").trimEnd(),a=[];a.push(o(e)),a.push(i.map(s=>"-".repeat(s)).join("-|-"));for(let s of n)a.push(o(s));return a.join(`
19
+ `)}function wl(e){return ll().use(Po).use(Co).parse(e)}function Zr(e){return bn(e)}function Tn(e){return{type:"text",value:e}}function xn(e){return{type:"paragraph",children:e}}function kn(e){return{type:"root",children:e}}function Sl(e={}){var n;return{type:"card",title:e.title,subtitle:e.subtitle,imageUrl:e.imageUrl,children:(n=e.children)!=null?n:[]}}function cl(e,n={}){return{type:"text",content:e,style:n.style}}function ul(e){return{type:"image",url:e.url,alt:e.alt}}function Fo(){return{type:"divider"}}function pl(e){return{type:"section",children:e}}function Uo(e){return{type:"actions",children:e}}function $o(e){return{type:"button",id:e.id,label:e.label,style:e.style,value:e.value,disabled:e.disabled,actionType:e.actionType,callbackUrl:e.callbackUrl}}function dl(e){return{type:"link-button",id:e.id,url:e.url,label:e.label,style:e.style}}function hl(e){return{type:"field",label:e.label,value:e.value}}function fl(e){return{type:"fields",children:e}}function ml(e){return{type:"table",headers:e.headers,rows:e.rows,align:e.align}}function qo(e){return{type:"link",url:e.url,label:e.label}}function ei(e){let n=[];e.title&&n.push(`**${e.title}**`),e.subtitle&&n.push(e.subtitle);for(let t of e.children){let r=Tl(t);r&&n.push(r)}return n.join(`
20
+ `)}function Tl(e){switch(e.type){case"text":return e.content;case"link":return`${e.label} (${e.url})`;case"fields":return e.children.map(n=>`${n.label}: ${n.value}`).join(`
21
+ `);case"actions":return null;case"table":return Cf(e.headers,e.rows);case"section":return e.children.map(n=>Tl(n)).filter(Boolean).join(`
22
+ `);default:return null}}function Mf(e){return typeof e=="object"&&e!==null&&"type"in e&&e.type==="modal"}function cS(e){let n=e.filter(t=>typeof t=="object"&&t!==null&&"type"in t&&lS.includes(t.type));return n.length<e.length&&console.warn("[chat] Modal contains unsupported child elements that were ignored"),n}function gl(e){var n;return{type:"modal",callbackId:e.callbackId,callbackUrl:e.callbackUrl,title:e.title,submitLabel:e.submitLabel,closeLabel:e.closeLabel,notifyOnClose:e.notifyOnClose,privateMetadata:e.privateMetadata,children:(n=e.children)!=null?n:[]}}function jo(e){return{type:"text_input",id:e.id,label:e.label,placeholder:e.placeholder,initialValue:e.initialValue,multiline:e.multiline,optional:e.optional,maxLength:e.maxLength}}function Bo(e){if(!e.options||e.options.length===0)throw new Error("Select requires at least one option");return{type:"select",id:e.id,label:e.label,placeholder:e.placeholder,options:e.options,initialOption:e.initialOption,optional:e.optional}}function yl(e){return{type:"external_select",id:e.id,initialOption:e.initialOption,label:e.label,placeholder:e.placeholder,minQueryLength:e.minQueryLength,optional:e.optional}}function zo(e){return{label:e.label,value:e.value,description:e.description}}function bl(e){if(!e.options||e.options.length===0)throw new Error("RadioSelect requires at least one option");return{type:"radio_select",id:e.id,label:e.label,options:e.options,initialOption:e.initialOption,optional:e.optional}}function Vo(e){return typeof e=="object"&&e!==null&&e.$$typeof===xl}function kl(e){if(e==null)return[];if(Array.isArray(e))return e.flatMap(kl);if(Vo(e)){let n=vl(e);return n?[n]:[]}return typeof e=="object"&&"type"in e?[e]:typeof e=="string"||typeof e=="number"?[String(e)]:[]}function uS(e){return!("id"in e||"url"in e||"label"in e)}function pS(e){return"id"in e&&typeof e.id=="string"&&!("url"in e)}function dS(e){return"url"in e&&typeof e.url=="string"&&!("id"in e)}function Al(e){return"url"in e&&typeof e.url=="string"&&!("id"in e)&&!("alt"in e)&&!("style"in e)}function hS(e){return"url"in e&&typeof e.url=="string"}function fS(e){return"label"in e&&"value"in e&&typeof e.label=="string"&&typeof e.value=="string"}function mS(e){return!("id"in e||"url"in e||"callbackId"in e)&&("title"in e||"subtitle"in e||"imageUrl"in e)}function gS(e){return"callbackId"in e&&"title"in e}function yS(e){return"id"in e&&"label"in e&&!("options"in e)&&!("value"in e)}function If(e){return"id"in e&&"label"in e&&!("value"in e)}function bS(e){return"id"in e&&"label"in e&&!("value"in e)&&!("children"in e)}function wS(e){return"label"in e&&"value"in e&&!("id"in e)}function vl(e){var a,s,u,p;let{type:n,props:t,children:r}=e,i=kl(r);if(n===cl){let d=uS(t)?t:{style:void 0},h=i.length>0?i.map(String).join(""):String((a=d.children)!=null?a:"");return cl(h,{style:d.style})}if(n===pl)return pl(i);if(n===Uo)return Uo(i);if(n===fl)return fl(i);if(n===$o){if(!pS(t))throw new Error("Button requires an 'id' prop");let d=i.length>0?i.map(String).join(""):(s=t.label)!=null?s:"";return $o({id:t.id,label:d,style:t.style,value:t.value,actionType:t.actionType,callbackUrl:t.callbackUrl,disabled:t.disabled})}if(n===dl){if(!dS(t))throw new Error("LinkButton requires a 'url' prop");let d=i.length>0?i.map(String).join(""):(u=t.label)!=null?u:"";return dl({id:t.id,url:t.url,label:d,style:t.style})}if(n===qo){if(!Al(t))throw new Error("CardLink requires a 'url' prop");let d=i.length>0?i.map(String).join(""):(p=t.label)!=null?p:"";return qo({url:t.url,label:d})}if(n===ul){if(!hS(t))throw new Error("Image requires a 'url' prop");return ul({url:t.url,alt:t.alt})}if(n===hl){if(!fS(t))throw new Error("Field requires 'label' and 'value' props");return hl({label:t.label,value:t.value})}if(n===Fo)return Fo();if(n===gl){if(!gS(t))throw new Error("Modal requires 'callbackId' and 'title' props");return gl({callbackId:t.callbackId,callbackUrl:t.callbackUrl,title:t.title,submitLabel:t.submitLabel,closeLabel:t.closeLabel,notifyOnClose:t.notifyOnClose,privateMetadata:t.privateMetadata,children:cS(i)})}if(n===jo){if(!yS(t))throw new Error("TextInput requires 'id' and 'label' props");return jo({id:t.id,label:t.label,placeholder:t.placeholder,initialValue:t.initialValue,multiline:t.multiline,optional:t.optional,maxLength:t.maxLength})}if(n===Bo){if(!If(t))throw new Error("Select requires 'id' and 'label' props");return Bo({id:t.id,label:t.label,placeholder:t.placeholder,initialOption:t.initialOption,optional:t.optional,options:i})}if(n===yl){if(!bS(t))throw new Error("ExternalSelect requires 'id' and 'label' props");return yl({id:t.id,initialOption:t.initialOption,label:t.label,placeholder:t.placeholder,minQueryLength:t.minQueryLength,optional:t.optional})}if(n===bl){if(!If(t))throw new Error("RadioSelect requires 'id' and 'label' props");return bl({id:t.id,label:t.label,initialOption:t.initialOption,optional:t.optional,options:i})}if(n===zo){if(!wS(t))throw new Error("SelectOption requires 'label' and 'value' props");return zo({label:t.label,value:t.value,description:t.description})}if(n===ml){let d=t;return ml({headers:d.headers,rows:d.rows})}let o=mS(t)?t:{};return Sl({title:o.title,subtitle:o.subtitle,imageUrl:o.imageUrl,children:i})}function El(e,n,t){let{children:r,...i}=n;return{$$typeof:xl,type:e,props:i,children:r!=null?[r]:[]}}function Nf(e,n,t){let{children:r,...i}=n,o;return Array.isArray(r)?o=r:r!=null?o=[r]:o=[],{$$typeof:xl,type:e,props:i,children:o}}function Df(e){return kl(e.children)}function Wt(e){if(Vo(e)){let n=vl(e);if(n&&typeof n=="object"&&"type"in n&&n.type==="card")return n}return typeof e=="object"&&e!==null&&"type"in e&&e.type==="card"?e:null}function _l(e){if(Vo(e)){let n=vl(e);if(n&&typeof n=="object"&&"type"in n&&n.type==="modal")return n}return Mf(e)?e:null}function Ht(e){if(Vo(e))return!0;if(typeof e=="object"&&e!==null&&"$$typeof"in e&&typeof e.$$typeof=="symbol"){let n=e.$$typeof.toString();return n.includes("react.element")||n.includes("react.transitional.element")}return!1}var Pf,lS,xl,Lf,Rl=M(()=>{"use strict";Br();kh();Zh();Of();Pf=cl;lS=["text_input","select","external_select","radio_select","text","fields"];xl=Symbol.for("chat.jsx.element");Lf=El});var Ff={};Ra(Ff,{Fragment:()=>Df,isCardLinkProps:()=>Al,isJSX:()=>Ht,jsx:()=>El,jsxDEV:()=>Lf,jsxs:()=>Nf,toCardElement:()=>Wt,toModalElement:()=>_l});var Uf=M(()=>{"use strict";Rl()});var ik={};Ra(ik,{Actions:()=>$l,AgentDeliveryError:()=>zn,AgentError:()=>yn,Button:()=>ql,Card:()=>jl,CardLink:()=>Bl,CardText:()=>zl,Client:()=>ar,CronExpression:()=>Oa,Divider:()=>Vl,NOVU_OPTIONS:()=>Dn,NovuClient:()=>Jt,NovuController:()=>Pt,NovuHandler:()=>Yt,NovuModule:()=>ai,NovuRequestHandler:()=>fr,REGISTER_API_PATH:()=>Kl,REGISTER_CONTROLLER_DECORATORS:()=>Xl,Select:()=>Wl,SelectOption:()=>Hl,SeverityLevelEnum:()=>ta,TextInput:()=>Yl,agent:()=>Jl,frameworkName:()=>Xm,providerSchemas:()=>Xo,registerApiPath:()=>ia,registerControllerDecorators:()=>Zl,step:()=>Jm,toAgentError:()=>jr,workflow:()=>Ym});module.exports=Ng(ik);var Pu=require("jsonrepair");var Ir=(i=>(i.TRIGGER="trigger",i.EXECUTE="execute",i.PREVIEW="preview",i.AGENT_EVENT="agent-event",i))(Ir||{}),wi=(r=>(r.DISCOVER="discover",r.HEALTH_CHECK="health-check",r.CODE="code",r))(wi||{});var Oa=(te=>(te.EVERY_SECOND="* * * * * *",te.EVERY_5_SECONDS="*/5 * * * * *",te.EVERY_10_SECONDS="*/10 * * * * *",te.EVERY_30_SECONDS="*/30 * * * * *",te.EVERY_MINUTE="*/1 * * * *",te.EVERY_5_MINUTES="0 */5 * * * *",te.EVERY_10_MINUTES="0 */10 * * * *",te.EVERY_30_MINUTES="0 */30 * * * *",te.EVERY_HOUR="0 0-23/1 * * *",te.EVERY_2_HOURS="0 0-23/2 * * *",te.EVERY_3_HOURS="0 0-23/3 * * *",te.EVERY_4_HOURS="0 0-23/4 * * *",te.EVERY_5_HOURS="0 0-23/5 * * *",te.EVERY_6_HOURS="0 0-23/6 * * *",te.EVERY_7_HOURS="0 0-23/7 * * *",te.EVERY_8_HOURS="0 0-23/8 * * *",te.EVERY_9_HOURS="0 0-23/9 * * *",te.EVERY_10_HOURS="0 0-23/10 * * *",te.EVERY_11_HOURS="0 0-23/11 * * *",te.EVERY_12_HOURS="0 0-23/12 * * *",te.EVERY_DAY_AT_1AM="0 01 * * *",te.EVERY_DAY_AT_2AM="0 02 * * *",te.EVERY_DAY_AT_3AM="0 03 * * *",te.EVERY_DAY_AT_4AM="0 04 * * *",te.EVERY_DAY_AT_5AM="0 05 * * *",te.EVERY_DAY_AT_6AM="0 06 * * *",te.EVERY_DAY_AT_7AM="0 07 * * *",te.EVERY_DAY_AT_8AM="0 08 * * *",te.EVERY_DAY_AT_9AM="0 09 * * *",te.EVERY_DAY_AT_10AM="0 10 * * *",te.EVERY_DAY_AT_11AM="0 11 * * *",te.EVERY_DAY_AT_NOON="0 12 * * *",te.EVERY_DAY_AT_1PM="0 13 * * *",te.EVERY_DAY_AT_2PM="0 14 * * *",te.EVERY_DAY_AT_3PM="0 15 * * *",te.EVERY_DAY_AT_4PM="0 16 * * *",te.EVERY_DAY_AT_5PM="0 17 * * *",te.EVERY_DAY_AT_6PM="0 18 * * *",te.EVERY_DAY_AT_7PM="0 19 * * *",te.EVERY_DAY_AT_8PM="0 20 * * *",te.EVERY_DAY_AT_9PM="0 21 * * *",te.EVERY_DAY_AT_10PM="0 22 * * *",te.EVERY_DAY_AT_11PM="0 23 * * *",te.EVERY_DAY_AT_MIDNIGHT="0 0 * * *",te.EVERY_WEEK="0 0 * * 0",te.EVERY_WEEKDAY="0 0 * * 1-5",te.EVERY_WEEKEND="0 0 * * 6,0",te.EVERY_1ST_DAY_OF_MONTH_AT_MIDNIGHT="0 0 1 * *",te.EVERY_1ST_DAY_OF_MONTH_AT_NOON="0 12 1 * *",te.EVERY_2ND_DAY_OF_MONTH_AT_10AM="0 10 2 * *",te.EVERY_2ND_HOUR="0 */2 * * *",te.EVERY_2ND_HOUR_FROM_1AM_THROUGH_11PM="0 1-23/2 * * *",te.EVERY_2ND_MONTH="0 0 1 */2 *",te.EVERY_QUARTER="0 0 1 */3 *",te.EVERY_6_MONTHS="0 0 1 */6 *",te.EVERY_YEAR="0 0 1 0 *",te.EVERY_30_MINUTES_BETWEEN_9AM_AND_5PM="0 */30 9-17 * * *",te.EVERY_30_MINUTES_BETWEEN_9AM_AND_6PM="0 */30 9-18 * * *",te.EVERY_30_MINUTES_BETWEEN_10AM_AND_7PM="0 */30 10-19 * * *",te.MONDAY_TO_FRIDAY_AT_1AM="0 0 01 * * 1-5",te.MONDAY_TO_FRIDAY_AT_2AM="0 0 02 * * 1-5",te.MONDAY_TO_FRIDAY_AT_3AM="0 0 03 * * 1-5",te.MONDAY_TO_FRIDAY_AT_4AM="0 0 04 * * 1-5",te.MONDAY_TO_FRIDAY_AT_5AM="0 0 05 * * 1-5",te.MONDAY_TO_FRIDAY_AT_6AM="0 0 06 * * 1-5",te.MONDAY_TO_FRIDAY_AT_7AM="0 0 07 * * 1-5",te.MONDAY_TO_FRIDAY_AT_8AM="0 0 08 * * 1-5",te.MONDAY_TO_FRIDAY_AT_9AM="0 0 09 * * 1-5",te.MONDAY_TO_FRIDAY_AT_09_30AM="0 30 09 * * 1-5",te.MONDAY_TO_FRIDAY_AT_10AM="0 0 10 * * 1-5",te.MONDAY_TO_FRIDAY_AT_11AM="0 0 11 * * 1-5",te.MONDAY_TO_FRIDAY_AT_11_30AM="0 30 11 * * 1-5",te.MONDAY_TO_FRIDAY_AT_12PM="0 0 12 * * 1-5",te.MONDAY_TO_FRIDAY_AT_1PM="0 0 13 * * 1-5",te.MONDAY_TO_FRIDAY_AT_2PM="0 0 14 * * 1-5",te.MONDAY_TO_FRIDAY_AT_3PM="0 0 15 * * 1-5",te.MONDAY_TO_FRIDAY_AT_4PM="0 0 16 * * 1-5",te.MONDAY_TO_FRIDAY_AT_5PM="0 0 17 * * 1-5",te.MONDAY_TO_FRIDAY_AT_6PM="0 0 18 * * 1-5",te.MONDAY_TO_FRIDAY_AT_7PM="0 0 19 * * 1-5",te.MONDAY_TO_FRIDAY_AT_8PM="0 0 20 * * 1-5",te.MONDAY_TO_FRIDAY_AT_9PM="0 0 21 * * 1-5",te.MONDAY_TO_FRIDAY_AT_10PM="0 0 22 * * 1-5",te.MONDAY_TO_FRIDAY_AT_11PM="0 0 23 * * 1-5",te))(Oa||{});var zt=(Te=>(Te.BRIDGE_ERROR="BridgeError",Te.EXECUTION_EVENT_CONTROL_INVALID_ERROR="ExecutionEventControlInvalidError",Te.EXECUTION_EVENT_PAYLOAD_INVALID_ERROR="ExecutionEventPayloadInvalidError",Te.EXECUTION_PROVIDER_OUTPUT_INVALID_ERROR="ExecutionProviderOutputInvalidError",Te.EXECUTION_STATE_CONTROL_INVALID_ERROR="ExecutionStateControlInvalidError",Te.EXECUTION_STATE_CORRUPT_ERROR="ExecutionStateCorruptError",Te.EXECUTION_STATE_OUTPUT_INVALID_ERROR="ExecutionStateOutputInvalidError",Te.EXECUTION_STATE_RESULT_INVALID_ERROR="ExecutionStateResultInvalidError",Te.INVALID_ACTION_ERROR="InvalidActionError",Te.METHOD_NOT_ALLOWED_ERROR="MethodNotAllowedError",Te.MISSING_DEPENDENCY_ERROR="MissingDependencyError",Te.MISSING_SECRET_KEY_ERROR="MissingSecretKeyError",Te.PROVIDER_EXECUTION_FAILED_ERROR="ProviderExecutionFailedError",Te.PROVIDER_NOT_FOUND_ERROR="ProviderNotFoundError",Te.SIGNATURE_EXPIRED_ERROR="SignatureExpiredError",Te.SIGNATURE_INVALID_ERROR="SignatureInvalidError",Te.SIGNATURE_MISMATCH_ERROR="SignatureMismatchError",Te.SIGNATURE_NOT_FOUND_ERROR="SignatureNotFoundError",Te.SIGNATURE_VERSION_INVALID_ERROR="SignatureVersionInvalidError",Te.SIGNING_KEY_NOT_FOUND_ERROR="SigningKeyNotFoundError",Te.STEP_ALREADY_EXISTS_ERROR="StepAlreadyExistsError",Te.STEP_CONTROL_COMPILATION_FAILED_ERROR="StepControlCompilationFailedError",Te.STEP_EXECUTION_FAILED_ERROR="StepExecutionFailedError",Te.STEP_NOT_FOUND_ERROR="StepNotFoundError",Te.WORKFLOW_ALREADY_EXISTS_ERROR="WorkflowAlreadyExistsError",Te.WORKFLOW_NOT_FOUND_ERROR="WorkflowNotFoundError",Te.WORKFLOW_PAYLOAD_INVALID_ERROR="WorkflowPayloadInvalidError",Te))(zt||{});var Si=(r=>(r.POST="POST",r.GET="GET",r.OPTIONS="OPTIONS",r))(Si||{});var Lg=e=>{var t,r;if(typeof e!="object"||e===null)return!1;let n=Object.getPrototypeOf(e);return(r=(t=n==null?void 0:n.constructor)==null?void 0:t.name.endsWith("Error"))!=null?r:!1},mn=class extends Error{},Ti=class extends mn{constructor(){super(...arguments);this.statusCode=404}},Rt=class extends mn{constructor(){super(...arguments);this.statusCode=400}},En=class extends mn{constructor(){super(...arguments);this.statusCode=401}},_n=class extends mn{constructor(n,{cause:t}={}){var r;Lg(t)?(super(`${n}: ${t.message}`),this.data={stack:(r=t.stack)!=null?r:n}):(super(`${n}${t?`: ${JSON.stringify(t,null,2)}`:""}`),this.data={stack:n})}},xi=class extends mn{constructor(){super(...arguments);this.statusCode=409}};var rr=class extends _n{constructor(t){super("Unknown BridgeError",{cause:t});this.statusCode=500;this.code="BridgeError"}};var ki=class extends Rt{constructor(t,r){super(`Workflow with id: \`${t}\` has a corrupt state. Step with id: \`${r}\` does not exist. Please provide the missing state.`);this.code="ExecutionStateCorruptError";this.data={workflowId:t,stepId:r}}},Pr=class extends Rt{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`payload\`. Please provide the correct event payload.`);this.code="ExecutionEventPayloadInvalidError";this.data=r}},Ai=class extends Rt{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`controls\`. Please provide the correct event controls.`);this.code="ExecutionEventControlInvalidError";this.data=r}},vi=class extends Rt{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid \`controls\`. Please provide the correct step controls.`);this.code="ExecutionStateControlInvalidError";this.data=i}},Ei=class extends Rt{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid output. Please provide the correct step output.`);this.code="ExecutionStateOutputInvalidError";this.data=i}},_i=class extends Rt{constructor(t,r,i){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` has invalid result. Please provide the correct step result.`);this.code="ExecutionStateResultInvalidError";this.data=i}},Ri=class extends Rt{constructor(t,r,i){super(`Workflow with id: \`${t}\` has invalid controls syntax in step with id: \`${r}\`. Please correct step control syntax.`);this.code="StepControlCompilationFailedError";this.data=i}},Oi=class extends Rt{constructor(t,r,i,o){super(`Workflow with id: \`${t}\` has an invalid state. Step with id: \`${r}\` and provider with id: \`${i}\` has invalid output. Please provide the correct provider output.`);this.code="ExecutionProviderOutputInvalidError";this.data=o}},Ii=class extends Rt{constructor(t,r){super(`Workflow with id: \`${t}\` has invalid \`payload\`. Please provide the correct payload.`);this.code="WorkflowPayloadInvalidError";this.data=r}};var $n=e=>Object.values(zt).includes(e==null?void 0:e.code),eu=e=>!$n(e)&&typeof e.statusCode=="number"&&e.statusCode>=400&&e.statusCode<500;var Ia=e=>Object.values(e).map(n=>`\`${n}\``).join(", "),Ci=e=>e.replaceAll(/(\w)(\w*)/g,(n,t,r)=>t.toUpperCase()+r.toLowerCase()).replaceAll(/[\s-]+/g,"");var Pi=class extends mn{constructor(){super(...arguments);this.code="MethodNotAllowedError";this.statusCode=405;this.message=`Method not allowed. Please use one of ${Ia(Si)}`}},qn=class extends Rt{constructor(t,r){super(`Invalid query string: \`action\`=\`${t}\`. Please use one of ${Ia(r)}`);this.code="InvalidActionError"}},Mi=class extends Rt{constructor(){super("Missing secret key. Set the `NOVU_SECRET_KEY` environment variable or pass `secretKey` to the client options.");this.code="MissingSecretKeyError"}};var Ni=class extends Error{constructor(n,t,r){super(),this.data={message:r},this.statusCode=n,this.code=t}};var Mr=class extends xi{constructor(n,t){super(`${Ci(n)} with id: \`${t}\` already exists. Please use a different id.`)}},Rn=class extends Ti{constructor(n,t){super(`${Ci(n)} with id: \`${t}\` does not exist. Please provide a valid id.`)}},ir=class extends _n{constructor(t,r,i,o){super(`Failed to ${i} ${Ci(t)} with id: \`${r}\``,{cause:o});this.statusCode=502}};var Li=class extends Rn{constructor(t){super("provider",t);this.code="ProviderNotFoundError"}},Di=class extends ir{constructor(t,r,i){super("provider",t,r,i);this.code="ProviderExecutionFailedError"}};var Fi=class extends En{constructor(){super("Signature does not match the expected signature. Please ensure the signature provided in the `novu-signature` header is correct and try again.");this.code="SignatureMismatchError"}},Ui=class extends En{constructor(){super("Signature not found. Please provide a signature in the `novu-signature` header");this.code="SignatureNotFoundError"}},$i=class extends En{constructor(){super("Signature is invalid. Please provide a valid signature in the `novu-signature` header");this.code="SignatureInvalidError"}},qi=class extends En{constructor(){super(`Signature expired. Please provide a signature with a timestamp no older than ${5} minutes in the \`novu-signature\` header`);this.code="SignatureExpiredError"}},ji=class extends En{constructor(){super("Signature key not found. Please provide a valid key in the Client constructor `config.secretKey`");this.code="SigningKeyNotFoundError"}};var Bi=class extends Rn{constructor(t){super("step",t);this.code="StepNotFoundError"}},zi=class extends Mr{constructor(t){super("step",t);this.code="StepAlreadyExistsError"}},Nr=class extends ir{constructor(t,r,i){super("step",t,r,i);this.code="StepExecutionFailedError"}};var Lr=class extends Rn{constructor(t){super("workflow",t);this.code="WorkflowNotFoundError"}};var Vi=(()=>{var e=Object.defineProperty,n=Object.getOwnPropertyDescriptor,t=Object.getOwnPropertyNames,r=Object.prototype.hasOwnProperty,i=(l,c)=>function(){return l&&(c=(0,l[t(l)[0]])(l=0)),c},o=(l,c)=>function(){return c||(0,l[t(l)[0]])((c={exports:{}}).exports,c),c.exports},a=(l,c)=>{for(var f in c)e(l,f,{get:c[f],enumerable:!0})},s=(l,c,f,S)=>{if(c&&typeof c=="object"||typeof c=="function")for(let T of t(c))!r.call(l,T)&&T!==f&&e(l,T,{get:()=>c[T],enumerable:!(S=n(c,T))||S.enumerable});return l},u=l=>s(e({},"__esModule",{value:!0}),l),p={};a(p,{JSONSchemaFaker:()=>Kc,default:()=>Xc,setDependencies:()=>pc});function d(l,c){return typeof l=="string"?typeof c!="undefined"?vr.register(l,c):vr.get(l):vr.registerMany(l)}function h(l,c){return l=typeof l=="undefined"?tn.MIN_INTEGER:l,c=typeof c=="undefined"?tn.MAX_INTEGER:c,Math.floor(_e("random")()*(c-l+1))+l}function y(l){return di.default.prototype.max=_e("defaultRandExpMax"),di.default.prototype.randInt=(f,S)=>f+Math.floor(_e("random")()*(1+(S-f))),new di.default(l).gen()}function g(l){return l[Math.floor(_e("random")()*l.length)]}function P(l){let c,f,S=l.length,T=l.slice();for(;S>0;)f=Math.floor(_e("random")()*S),S-=1,c=T[S],T[S]=T[f],T[f]=c;return T}function ee(l,c){return _e("random")()*(c-l)+l}function Z(l,c,f,S,T=!1){return f=typeof f=="undefined"?tn.MIN_NUMBER:f,S=typeof S=="undefined"?tn.MAX_NUMBER:S,l=typeof l=="undefined"?f:l,c=typeof c=="undefined"?S:c,c<l&&(c+=l),T?ee(l,c):h(l,c)}function B(l){switch(l){case"seconds":return Z(0,60)*60;case"minutes":return Z(15,50)*612;case"hours":return Z(12,72)*36123;case"days":return Z(7,30)*86412345;case"weeks":return Z(4,52)*604812345;case"months":return Z(2,13)*2592012345;case"years":return Z(1,20)*31104012345;default:break}}function ue(l){if(l)return B(l);let c=_e("minDateTime"),f=_e("maxDateTime");typeof c=="string"&&(c=new Date(c)),typeof f=="string"&&(f=new Date(f));let S=new Date().getTime();return typeof c=="number"&&(c=new Date(S+c)),typeof f=="number"&&(f=new Date(S+f)),new Date(ee(c.getTime(),f.getTime()))}function ne(l,c,f){if(c=decodeURIComponent(c),f&&f[c])return Te(f[c]);let S=c.replace("#/","/").split("/"),T=l.$ref&&f&&f[l.$ref]||l;for(!T&&!S[0]&&(S[0]=l.$ref.split("#/")[0]),f&&c.includes("#/")&&f[S[0]]&&(T=f[S.shift()]),S[0]||S.shift();T&&S.length>0;){let A=S.shift();if(!T[A])throw new Error(`Prop not found: ${A} (${c})`);T=T[A]}return T}function Ae(l){return typeof l=="string"&&Tc.test(l)}function Oe(l){return["number","boolean"].includes(typeof l)}function $(l,...c){return c.filter(f=>typeof l[f]!="undefined").length>0}function Ue(l){if(l.includes(" "))return new Date(l).toISOString().substr(0,10);let[c,f,S]=l.split("T")[0].split("-");return f=`0${Math.max(1,Math.min(12,f))}`.slice(-2),S=`0${Math.max(1,Math.min(31,S))}`.slice(-2),`${c}-${f}-${S}`}function Xe(l){if(l.includes(" "))return new Date(l).toISOString().substr(0,10);let[c,f]=l.split("T"),[S,T,A]=c.split("-"),[k,L,Q]=f.substr(0,8).split(":");return T=`0${Math.max(1,Math.min(12,T))}`.slice(-2),A=`0${Math.max(1,Math.min(31,A))}`.slice(-2),k=`0${Math.max(1,Math.min(23,k))}`.slice(-2),L=`0${Math.max(1,Math.min(59,L))}`.slice(-2),Q=`0${Math.max(1,Math.min(59,Q))}`.slice(-2),`${S}-${T}-${A}T${k}:${L}:${Q}.000Z`}function je(l,c,f){let S={};switch(l||c.type){case"integer":case"number":if(typeof c.minimum!="undefined"&&(S.minimum=c.minimum),typeof c.maximum!="undefined"&&(S.maximum=c.maximum),c.enum){let A=Math.max(S.minimum||0,0),k=Math.min(S.maximum||1/0,1/0);c.exclusiveMinimum&&A===c.minimum&&(A+=c.multipleOf||1),c.exclusiveMaximum&&k===c.maximum&&(k-=c.multipleOf||1),(A||k!==1/0)&&(c.enum=c.enum.filter(L=>L>=A&&L<=k))}break;case"string":{S.minLength=_e("minLength")||0,S.maxLength=_e("maxLength")||Number.MAX_SAFE_INTEGER,typeof c.minLength!="undefined"&&(S.minLength=Math.max(S.minLength,c.minLength)),typeof c.maxLength!="undefined"&&(S.maxLength=Math.min(S.maxLength,c.maxLength));break}default:break}let T=f(S);if(T==null)return null;switch(l||c.type){case"number":T=Ae(T)?parseFloat(T):T;break;case"integer":T=Ae(T)?parseInt(T,10):T;break;case"boolean":T=!!T;break;case"string":{if(Oe(T))return T;T=String(T);let A=Math.max(S.minLength||0,0),k=Math.min(S.maxLength||1/0,1/0),L,Q=0;for(;T.length<A;)if(L=T,c.pattern?T+=ve.randexp(c.pattern):T+=`${ve.pick([" ","/","_","-","+","=","@","^"])}${T}`,T===L){if(Q+=1,Q===3)break}else Q=0;switch(T.length>k&&(T=T.substr(0,k)),c.format){case"date-time":case"datetime":T=new Date(Xe(T)).toISOString().replace(/([0-9])0+Z$/,"$1Z");break;case"full-date":case"date":T=new Date(Ue(T)).toISOString().substr(0,10);break;case"time":T=new Date(`1969-01-01 ${T}`).toISOString().substr(11);break;default:break}break}default:break}return T}function U(l,c){return Object.keys(c).forEach(f=>{typeof c[f]!="object"||c[f]===null?l[f]=c[f]:Array.isArray(c[f])?(l[f]=l[f]||[],c[f].forEach((S,T)=>{l.type==="array"&&c.type==="array"?l[f][T]=U(l[f][T]||{},S,!0):Array.isArray(l[f])&&l[f].indexOf(S)===-1&&l[f].push(S)})):typeof l[f]!="object"||l[f]===null||Array.isArray(l[f])?l[f]=U({},c[f]):l[f]=U(l[f],c[f])}),l}function Te(l,c=new Map){if(!l||typeof l!="object")return l;if(c.has(l))return c.get(l);if(Array.isArray(l)){let S=[];return c.set(l,S),S.push(...l.map(T=>Te(T,c))),S}let f={};return c.set(l,f),Object.keys(l).reduce((S,T)=>(S[T]=Te(l[T],c),S),f)}function ze(l){let c=JSON.stringify(l),f=JSON.stringify(l,null,2);return c.length>400?`${f.substr(0,400)}...`:f}function ye(){return ve.pick([!1,!0,null,-1,NaN,Math.PI,1/0,void 0,[],{},Math.random(),Math.random().toString(36).substr(2)])}function Ce(l,c){if(l.enum)return l.enum.includes(c);if(l.const)return l.const===c}function Me(l,c){let f=U({},c);if(typeof l.minimum!="undefined"&&(f.maximum=l.minimum,f.exclusiveMaximum=!0),typeof l.maximum!="undefined"&&(f.minimum=l.maximum>f.maximum?0:l.maximum,f.exclusiveMinimum=!0),typeof l.minLength!="undefined"&&(f.maxLength=l.minLength),typeof l.maxLength!="undefined"&&(f.minLength=l.maxLength>f.maxLength?0:l.maxLength),l.type)f.type=ve.pick(tn.SCALAR_TYPES.filter(S=>(Array.isArray(l.type)?l.type:[l.type]).every(A=>S==="number"||S==="integer"?A!=="number"&&A!=="integer":S!==A)));else if(l.enum){let S;do S=ye();while(l.enum.indexOf(S)!==-1);f.enum=[S]}return l.required&&f.properties&&l.required.forEach(S=>{delete f.properties[S]}),f}function tt(l,c){let f=c.minimum!==void 0,S=c.maximum!==void 0;return(f||S)&&(!f||l>=c.minimum)&&(!S||l<=c.maximum)}function lt(l,c){return!c.every(f=>tt(l,f))}function Nt(l,c){return c.reduce((S,T)=>S+(tt(l,T)?1:0),0)===1}function Ut(l){return["enum","const","default","examples","required","definitions","items","properties"].includes(l)}function v(l,c){return Object.keys(l).filter(f=>!c.includes(f)).reduce((f,S)=>(Array.isArray(l[S])?f[S]=l[S].slice():f[S]=l[S]instanceof Object?U({},l[S]):l[S],f),{})}function vt(l,c){return Array.isArray(l)?l.map(f=>vt(f,c)):(typeof l=="string"&&(l=l.replace(/#\{([\w.-]+)\}/g,(f,S)=>c[S])),l)}function Lt(l){return Object.prototype.toString.call(l)==="[object Object]"&&!Object.keys(l).length}function _(l,c){c=c.items||c;let f=_e("alwaysFakeOptionals"),S=Array.isArray(c.required)&&c.required.includes(l)||f,T=typeof c.thunk=="function"||c.additionalProperties&&typeof c.additionalProperties.thunk=="function";return!S&&!T}function St(l,c,f=!1){if(!l||typeof l!="object")return l;if(Array.isArray(l))return l.map(S=>St(S,c,!0)).filter(S=>typeof S!="undefined");if(Object.keys(l).forEach(S=>{if(Lt(l[S]))_(S,c)&&delete l[S];else{let T=c;c&&c.properties&&c.properties[S]&&(T=c.properties[S]);let A=St(l[S],T);Lt(A)||(l[S]=A)}typeof l[S]=="undefined"&&delete l[S]}),!(!Object.keys(l).length&&f))return l}function sn(l){return(c,f,S,T)=>{let A=c,k=[];typeof c=="object"&&(A=Object.keys(c)[0],Array.isArray(c[A])?k=c[A]:k.push(c[A]));let L=A.split("."),Q=l();for(;L.length>1;)Q=Q[L.shift()];return c=typeof Q=="object"?Q[L[0]]:Q,typeof c=="function"&&(c=c.apply(Q,k.map(N=>Ye.template(N,T)))),Object.prototype.toString.call(c)==="[object Object]"&&Object.keys(c).forEach(N=>{if(typeof c[N]=="function")throw new Error(`Cannot resolve value for '${S}: ${A}', given: ${c}`)}),c}}function Sr(l,c){if(typeof l=="undefined")return tr.list();if(typeof l=="string")if(typeof c=="function")tr.register(l,c);else if(c===null||c===!1)tr.unregister(l);else return tr.get(l);else tr.registerMany(l)}function er(l,c,f){return Object.keys(l).filter(S=>{let T=vc.indexOf(c)>-1;return f.indexOf(S)>-1&&!T}).length>0}function dt(l,c){let f=Object.keys(Er);for(let S=0;S<f.length;S+=1){let T=f[S],A=c[c.length-1];if(er(l,A,Er[T]))return T}}function Fn(){return _e("random")()>.5}function Gt(){return null}function ln(l,c,f,S,T,A){let k=[],L=[];function Q(ie){let j=JSON.stringify(ie.value);return L.indexOf(j)===-1?(L.push(j),k.push(ie),!0):!1}c.forEach(Q);let N=100;for(;k.length!==c.length&&(Q(A(f.items||S,l,T))||(N-=1),!!N););return k}function An(l,c,f,S){let T=[];if(!(l.items||l.additionalItems)){if(Ye.hasProperties(l,"minItems","maxItems","uniqueItems")&&(l.minItems!==0||l.maxItems!==0))throw new hi(`missing items for ${Ye.short(l)}`,c);return T}if(Array.isArray(l.items))return l.items.map((ce,$e)=>{let xe=c.concat(["items",$e]);return S(ce,xe,f)});let A=l.minItems,k=l.maxItems,L=_e("minItems"),Q=_e("maxItems");L&&(A=typeof A=="undefined"?L:Math.min(L,A)),Q&&(k=typeof k=="undefined"?Q:Math.min(Q,k),k&&k>Q&&(k=Q),A&&A>Q&&(A=k));let N=_e("alwaysFakeOptionals")===!0?1:_e("optionalsProbability"),ie=_e("alwaysFakeOptionals")||_e("fixedProbabilities")||!1,j=ve.number(A,k,1,5);N!==null&&(j=Math.max(ie?Math.round((k||j)*N):Math.abs(ve.number(A,k)*N),A||0));let he=typeof l.additionalItems=="object"?l.additionalItems:{};for(let ce=T.length;ce<j;ce+=1){let $e=c.concat(["items",ce]),xe=S(l.items||he,$e,f);T.push(xe)}if(l.contains&&j>0){let ce=ve.number(0,j-1);T[ce]=S(l.contains,c.concat(["items",ce]),f)}return l.uniqueItems?ln(c.concat(["items"]),T,l,he,f,S):T}function Tr(l){let c=typeof l.minimum=="undefined"||l.minimum===-Number.MAX_VALUE?tn.MIN_INTEGER:l.minimum,f=typeof l.maximum=="undefined"||l.maximum===Number.MAX_VALUE?tn.MAX_INTEGER:l.maximum,S=l.multipleOf,T=S&&String(S).match(/e-(\d)|\.(\d+)$/);if(T){let A=(Math.random()*ve.number(0,10)+1)*S,k=T[1]||T[2].length,L=parseFloat(A.toFixed(k)),Q=ve.number(c,f-1);return String(L).includes(".")?Q+L:(Q+L).toExponential()}if(S&&(f=Math.floor(f/S)*S,c=Math.ceil(c/S)*S),l.exclusiveMinimum&&c===l.minimum&&(c+=S||1),l.exclusiveMaximum&&f===l.maximum&&(f-=S||1),c>f)return NaN;if(S){let A=ve.number(Math.floor(c/S),Math.floor(f/S))*S;for(;A<c;)A+=S;return A}return ve.number(c,f,void 0,void 0,l.type!=="integer")}function oa(l){return Math.floor(ka({...l}))}function si(l){return ve.shuffle(Lc).slice(0,l)}function li(l,c,f,S){let T={},A=l.properties||{},k=l.patternProperties||{},L=typeof l.required=="boolean"?[]:(l.required||[]).slice(),Q=l.additionalProperties!==!1,N=Object.keys(A),ie=Object.keys(k),j=N.concat(ie).reduce((ae,E)=>(L.indexOf(E)===-1&&ae.push(E),ae),[]),he=L.concat(j),ce=Q&&l.additionalProperties===!0?mi:l.additionalProperties;if(!Q&&N.length===0&&ie.length===0&&Ye.hasProperties(l,"minProperties","maxProperties","dependencies","required"))return null;if(_e("requiredOnly")===!0)return L.forEach(ae=>{A[ae]&&(T[ae]=A[ae])}),S(T,c.concat(["properties"]),f,l);let $e=_e("alwaysFakeOptionals")===!0?1:_e("optionalsProbability"),xe=_e("alwaysFakeOptionals")||_e("fixedProbabilities")||!1,Re=_e("ignoreProperties")||[],Ge=_e("reuseProperties"),Qe=_e("fillProperties"),oe=l.maxProperties||he.length+(Q?ve.number(1,5):0),I=Math.max(l.minProperties||0,L.length),C=Math.max(0,he.length-I);he.length===1&&!L.length&&(I=Math.max(ve.number(Qe?1:0,oe),I)),$e!==null&&(xe===!0?C=Math.round(I-L.length+$e*(he.length-I)):C=ve.number(I-L.length,$e*(he.length-I)));let V=ve.shuffle(j).slice(0,C),H=j.filter(ae=>V.indexOf(ae)!==-1),K=$e!==null||L.length===oe?oe:ve.number(0,oe),z=L.concat(ve.shuffle(H).slice(0,K)).slice(0,oe),Y=[],G=[];if(l.dependencies&&(Object.keys(l.dependencies).forEach(ae=>{let E=l.dependencies[ae];if(z.indexOf(ae)!==-1)if(Array.isArray(E))E.forEach(J=>{z.indexOf(J)===-1&&z.push(J)});else if(Array.isArray(E.oneOf||E.anyOf)){let J=E.oneOf||E.anyOf;G.push({prop:ae,values:J})}else Y.push(E)}),Y.length))return delete l.dependencies,S({allOf:Y.concat(l)},c.concat(["properties"]),f,l);let pe=[],fe=[];z.forEach(ae=>{if(A[ae]&&["{}","true"].includes(JSON.stringify(A[ae].not)))return;for(let J=0;J<Re.length;J+=1)if(Re[J]instanceof RegExp&&Re[J].test(ae)||typeof Re[J]=="string"&&Re[J]===ae||typeof Re[J]=="function"&&Re[J](A[ae],ae)){pe.push(ae);return}ce===!1&&L.indexOf(ae)!==-1&&(T[ae]=A[ae]),A[ae]&&(T[ae]=A[ae]);let E;if(ie.forEach(J=>{ae.match(new RegExp(J))&&(E=!0,T[ae]?Ye.merge(T[ae],k[J]):T[ve.randexp(ae)]=k[J])}),!E){let J=k[ae]||ce;J&&ce!==!1?T[k[ae]?ve.randexp(ae):ae]=A[ae]||J:fe.push(ae)}});let Ee=Object.keys(T).length+(Qe?0:pe.length),it=ae=>ve.randexp(`_?[_a-f\\d]{1,3}${ae?"\\$?":""}`);function ot(ae){let E;do{if(!ae.length)break;E=ae.shift()}while(T[E]);return E}let st=I;if(Q&&!L.length&&(st=Math.max($e===null||ce?ve.number(Qe?1:0,oe):0,I)),!H.length&&!C&&Q&&xe===!0&&Qe){let ae=ve.number(0,oe);for(let E=0;E<ae;E+=1)T[fi(1)+it(ae[E])]=ce||mi}for(;Qe&&!(!(ie.length||Q)||Ee>=st);){if(Q)if(Ge&&N.length-Ee>st){let ae=0,E;do{if(ae+=1,ae>1e3)break;E=ot(L)||ve.pick(N)}while(typeof T[E]!="undefined");typeof T[E]=="undefined"&&(T[E]=A[E],Ee+=1)}else if(ie.length&&!ce){let ae=ve.pick(ie),E=ve.randexp(ae);T[E]||(T[E]=k[ae],Ee+=1)}else{let ae=ot(L)||fi(1)+it();T[ae]||(T[ae]=ce||mi,Ee+=1)}for(let ae=0;Ee<I&&ae<ie.length;ae+=1){let E=ie[ae],J=ve.randexp(E);T[J]||(T[J]=k[E],Ee+=1)}}if(L.length===0&&(!Q||$e===!1)){let ae=ve.number(I,oe);for(;Ee<ae;){let E=ot(N);E&&(T[E]=A[E]),Ee+=1}}let mt=T;if(_e("sortProperties")!==null){let ae=Object.keys(A);mt=Object.keys(T).sort((J,me)=>_e("sortProperties")?J.localeCompare(me):ae.indexOf(J)-ae.indexOf(me)).reduce((J,me)=>(J[me]=T[me],J),{})}let xt=S(mt,c.concat(["properties"]),f,l);return G.forEach(ae=>{for(let E of ae.values)if(Ye.hasValue(E.properties[ae.prop],xt.value[ae.prop])){Object.keys(E.properties).forEach(J=>{J!==ae.prop&&Ye.merge(xt.value,S(E.properties,c.concat(["properties"]),f,l).value)});break}}),xt}function xr(){let l=ve.number(1,5);return fi(l).join(" ")}function aa(l=0,c=140){let f=Math.max(0,l),S=ve.number(f,c),T=xr();for(;T.length<f;)T+=xr();return T.length>S&&(T=T.substr(0,S)),T}function ci(){return[0,0,0,0].map(()=>ve.number(0,255)).join(".")}function ui(){return ve.date().toISOString()}function sa(){return gi().slice(0,10)}function la(){return gi().slice(11)}function ca(l){return ve.randexp(qt[l]).replace(jc,(c,f)=>ve.randexp(qt[f]))}function ua(l,c){let f=xa(l.format);if(typeof f=="function")return f(l);switch(l.format){case"date-time":case"datetime":return gi();case"date":return Uc();case"time":return $c();case"ipv4":return Fc();case"regex":return".+?";case"email":case"hostname":case"ipv6":case"uri":case"uri-reference":case"iri":case"iri-reference":case"idn-email":case"idn-hostname":case"json-pointer":case"slug":case"uri-template":case"uuid":case"duration":return Bc(l.format);default:if(typeof f=="undefined"){if(_e("failOnInvalidFormat"))throw new Error(`unknown registry key ${Ye.short(l.format)}`);return c()}throw new Error(`unsupported format '${l.format}'`)}}function pa(l){return Ye.typecast("string",l,f=>l.format?ua(l,()=>Aa(f.minLength,f.maxLength)):l.pattern?ve.randexp(l.pattern):Aa(f.minLength,f.maxLength))}function q({$comment:l,title:c,description:f}){return Object.entries({comment:l,title:c,description:f}).filter(([,S])=>S).reduce((S,[T,A])=>(S[T]=A,S),{})}function re(l,c,f,S){if(l=f(l,null,c),l&&(l.oneOf||l.anyOf||l.allOf)&&(l=f(l,null,c)),!l)throw new Error(`Cannot traverse at '${c.join(".")}', given '${JSON.stringify(S)}'`);let T={...q(l),schemaPath:c};if(c[c.length-1]!=="properties"){if(_e("useExamplesValue")&&Array.isArray(l.examples)){let N=l.examples.concat("default"in l?[l.default]:[]);return{value:Ye.typecast(null,l,()=>ve.pick(N)),context:T}}if(_e("useExamplesValue")&&typeof l.example!="undefined")return{value:Ye.typecast(null,l,()=>l.example),context:T};if(_e("useDefaultValue")&&"default"in l&&(l.default!==""||!_e("replaceEmptyByRandomValue")))return{value:l.default,context:T};if("template"in l)return{value:Ye.template(l.template,S),context:T};if("const"in l)return{value:l.const,context:T}}if(l.not&&typeof l.not=="object"&&(l=Ye.notValue(l.not,Ye.omitProps(l,["not"])),l.type&&l.type==="object")){let{value:N,context:ie}=re(l,c.concat(["not"]),f,S);return{value:Ye.clean(N,l,!1),context:{...T,items:ie}}}if(typeof l.thunk=="function"){let{value:N,context:ie}=re(l.thunk(S),c,f);return{value:N,context:{...T,items:ie}}}if(l.jsonPath)return{value:l,context:T};let A=l.type;if(Array.isArray(A)?A=ve.pick(A):typeof A=="undefined"&&(A=Ec(l,c)||A,A&&(l.type=A)),typeof l.generate=="function"){let N=Ye.typecast(null,l,()=>l.generate(S,c)),ie=N===null?"null":typeof N;if(ie===A||ie==="number"&&A==="integer"||Array.isArray(N)&&A==="array")return{value:N,context:T}}if(typeof l.pattern=="string")return{value:Ye.typecast("string",l,()=>ve.randexp(l.pattern)),context:T};if(Array.isArray(l.enum))return{value:Ye.typecast(null,l,()=>ve.pick(l.enum)),context:T};if(typeof A=="string")if(_r[A])try{let N=_r[A](l,c,f,re);return A==="array"?{value:N.map(({value:ie})=>ie),context:{...T,items:N.map(Array.isArray(l.items)?({context:ie})=>ie:({context:ie})=>({...ie,schemaPath:ie.schemaPath.slice(0,-1)}))}}:A==="object"?N!==null?{value:N.value,context:{...T,items:N.context}}:{value:{},context:T}:{value:N,context:T}}catch(N){throw typeof N.path=="undefined"?new hi(N.stack,c):N}else{if(_e("failOnInvalidTypes"))throw new hi(`unknown primitive ${Ye.short(A)}`,c.concat(["type"]));{let N=_e("defaultInvalidTypeProduct");return typeof N=="string"&&_r[N]?{value:_r[N](l,c,f,re),context:T}:{value:N,context:T}}}let k={},L={...T};Array.isArray(l)&&(k=[]);let Q=_e("pruneProperties")||[];return Object.keys(l).forEach(N=>{if(!Q.includes(N)&&l[N]!==null)if(typeof l[N]=="object"&&N!=="definitions"){let{value:ie,context:j}=re(l[N],c.concat([N]),f,k);k[N]=Ye.clean(ie,l[N],!1),L[N]=j,k[N]===null&&_e("omitNulls")&&(delete k[N],delete L[N])}else k[N]=l[N]}),{value:k,context:L}}function Ie(l){return Array.isArray(l)?ve.pick(l):l}function De(l,c){if(!Array.isArray(l))return l;let f=c?l.pop():l.shift();return c?l.unshift(f):l.push(f),f}function We(l,c,f,S){if(!l||typeof l!="object")return l;if(f||(f={}),c||(c=l),Array.isArray(l))return l.map(T=>We(T,c,f,S));if(l.jsonPath){let{JSONPath:T}=ya(),A=typeof l.jsonPath!="object"?{path:l.jsonPath}:l.jsonPath;A.group=l.group||A.group||S,A.cycle=l.cycle||A.cycle||!1,A.reverse=l.reverse||A.reverse||!1,A.count=l.count||A.count||1;let k=`${A.group}__${A.path}`;return f[k]||(A.count>1?f[k]=T(A.path,c).slice(0,A.count):f[k]=T(A.path,c)),A.cycle||A.reverse?De(f[k],A.reverse):Ie(f[k])}return Object.keys(l).forEach(T=>{l[T]=We(l[T],c,f,T)}),l}function Dt(l,c,f,S){if(Object.prototype.toString.call(c)!=="[object Object]")throw new Error(`Invalid input, expecting object but given ${typeof c}`);let T=_e("refDepthMin")||0,A=_e("refDepthMax")||3;try{let{resolveSchema:k}=Yc({refs:l,schema:c,container:f,synchronous:S,refDepthMin:T,refDepthMax:A}),L=Wc(Ye.clone(c),[],k);return _e("resolveJsonPath")?{value:We(L.value),context:L.context}:L}catch(k){throw k.path?new Error(`${k.message} in /${k.path.join("/")}`):k}}function cn(l){return l.value}function Kt(l,c){return c.reduce((f,S)=>S in f?f[S]:{},l)}function un(l,c,f,S=f){let{title:T,description:A,comment:k}=Kt(l,c),L=[];_e("renderTitle")&&T&&L.push(` ${T}`,""),_e("renderDescription")&&A&&L.push(` ${A}`),_e("renderComment")&&k&&L.push(` ${k}`),f.commentBefore=L.join(`
23
+ `),S instanceof Jc?S.items.forEach(Q=>{un(l,[...c,"items",Q.key.value],Q.key,Q.value)}):S instanceof Gc&&S.items.forEach((Q,N)=>{un(l,[...c,"items",N],Q)})}function Un({value:l,context:c}){let f=Rr.createNode(l);un(c,[],f);let S=new Rr.Document;return S.contents=f,S.toString()}function Tt(){dn.define("autoIncrement",function(c,f){if(!this.offset){let S=f.minimum||1,T=S+tn.MAX_NUMBER,A=c.initialOffset||f.initialOffset;this.offset=A||ve.number(S,T)}return c?this.offset++:f}),dn.define("sequentialDate",function(c,f){if(this.now||(this.now=ve.date()),c){if(f=this.now.toISOString(),c=c===!0?"days":c,["seconds","minutes","hours","days","weeks","months","years"].indexOf(c)===-1)throw new Error(`Unsupported increment by ${Ye.short(c)}`);this.now.setTime(this.now.getTime()+ve.date(c))}return f})}function pn(l,c){let f={};Array.isArray(l)?l.forEach(T=>{f[T.$id||T.id]=T}):f=l||{};function S(T){if(!T||typeof T!="object")return;if(Array.isArray(T))return T.forEach(S);let A=T.$id||T.id;typeof A=="string"&&!f[A]&&(f[A]=T),Object.keys(T).forEach(k=>{S(T[k])})}return S(l),S(c),f}var $t,da,ec,ha,tc,nc,Ft,rc,fa,kr,te,ic,oc,ac,sc,lc,Ar,pi,ma,cc,uc,ga,ya,pc,dc,ba,He,wa,hc,fc,vr,_e,Sa,Ta,mc,gc,yc,bc,wc,Sc,tn,di,ve,Tc,Ye,xc,kc,tr,xa,Ac,hi,Er,vc,Ec,_c,Rc,Oc,Ic,Cc,Pc,Mc,ka,Nc,Lc,fi,mi,Dc,Aa,Fc,gi,Uc,$c,va,yi,qc,qt,jc,Bc,zc,Vc,_r,Wc,Hc,Yc,Ea,_a,Et,tg,ng,rg,ig,og,ag,sg,lg,cg,ug,pg,dg,Jc,Gc,Rr,dn,rt,Kc,Xc,hg=i({"src/shared.js"(){$t=Object.create,da=Object.defineProperty,ec=Object.getOwnPropertyDescriptor,ha=Object.getOwnPropertyNames,tc=Object.getPrototypeOf,nc=Object.prototype.hasOwnProperty,Ft=(l,c)=>function(){return c||(0,l[ha(l)[0]])((c={exports:{}}).exports,c),c.exports},rc=(l,c,f,S)=>{if(c&&typeof c=="object"||typeof c=="function")for(let T of ha(c))!nc.call(l,T)&&T!==f&&da(l,T,{get:()=>c[T],enumerable:!(S=ec(c,T))||S.enumerable});return l},fa=(l,c,f)=>(f=l!=null?$t(tc(l)):{},rc(c||!l||!l.__esModule?da(f,"default",{value:l,enumerable:!0}):f,l)),kr=Ft({"node_modules/ret/lib/types.js"(l,c){c.exports={ROOT:0,GROUP:1,POSITION:2,SET:3,RANGE:4,REPETITION:5,REFERENCE:6,CHAR:7}}}),te=Ft({"node_modules/ret/lib/sets.js"(l){var c=kr(),f=()=>[{type:c.RANGE,from:48,to:57}],S=()=>[{type:c.CHAR,value:95},{type:c.RANGE,from:97,to:122},{type:c.RANGE,from:65,to:90}].concat(f()),T=()=>[{type:c.CHAR,value:9},{type:c.CHAR,value:10},{type:c.CHAR,value:11},{type:c.CHAR,value:12},{type:c.CHAR,value:13},{type:c.CHAR,value:32},{type:c.CHAR,value:160},{type:c.CHAR,value:5760},{type:c.RANGE,from:8192,to:8202},{type:c.CHAR,value:8232},{type:c.CHAR,value:8233},{type:c.CHAR,value:8239},{type:c.CHAR,value:8287},{type:c.CHAR,value:12288},{type:c.CHAR,value:65279}],A=()=>[{type:c.CHAR,value:10},{type:c.CHAR,value:13},{type:c.CHAR,value:8232},{type:c.CHAR,value:8233}];l.words=()=>({type:c.SET,set:S(),not:!1}),l.notWords=()=>({type:c.SET,set:S(),not:!0}),l.ints=()=>({type:c.SET,set:f(),not:!1}),l.notInts=()=>({type:c.SET,set:f(),not:!0}),l.whitespace=()=>({type:c.SET,set:T(),not:!1}),l.notWhitespace=()=>({type:c.SET,set:T(),not:!0}),l.anyChar=()=>({type:c.SET,set:A(),not:!0})}}),ic=Ft({"node_modules/ret/lib/util.js"(l){var c=kr(),f=te(),S="@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^ ?",T={0:0,t:9,n:10,v:11,f:12,r:13};l.strToChars=A=>{var k=/(\[\\b\])|(\\)?\\(?:u([A-F0-9]{4})|x([A-F0-9]{2})|(0?[0-7]{2})|c([@A-Z[\\\]^?])|([0tnvfr]))/g;return A=A.replace(k,(L,Q,N,ie,j,he,ce,$e)=>{if(N)return L;var xe=Q?8:ie?parseInt(ie,16):j?parseInt(j,16):he?parseInt(he,8):ce?S.indexOf(ce):T[$e],Re=String.fromCharCode(xe);return/[[\]{}^$.|?*+()]/.test(Re)&&(Re="\\"+Re),Re}),A},l.tokenizeClass=(A,k)=>{for(var L=[],Q=/\\(?:(w)|(d)|(s)|(W)|(D)|(S))|((?:(?:\\)(.)|([^\]\\]))-(?:\\)?([^\]]))|(\])|(?:\\)?([^])/g,N,ie;(N=Q.exec(A))!=null;)if(N[1])L.push(f.words());else if(N[2])L.push(f.ints());else if(N[3])L.push(f.whitespace());else if(N[4])L.push(f.notWords());else if(N[5])L.push(f.notInts());else if(N[6])L.push(f.notWhitespace());else if(N[7])L.push({type:c.RANGE,from:(N[8]||N[9]).charCodeAt(0),to:N[10].charCodeAt(0)});else if(ie=N[12])L.push({type:c.CHAR,value:ie.charCodeAt(0)});else return[L,Q.lastIndex];l.error(k,"Unterminated character class")},l.error=(A,k)=>{throw new SyntaxError("Invalid regular expression: /"+A+"/: "+k)}}}),oc=Ft({"node_modules/ret/lib/positions.js"(l){var c=kr();l.wordBoundary=()=>({type:c.POSITION,value:"b"}),l.nonWordBoundary=()=>({type:c.POSITION,value:"B"}),l.begin=()=>({type:c.POSITION,value:"^"}),l.end=()=>({type:c.POSITION,value:"$"})}}),ac=Ft({"node_modules/ret/lib/index.js"(l,c){var f=ic(),S=kr(),T=te(),A=oc();c.exports=k=>{var L=0,Q,N,ie={type:S.ROOT,stack:[]},j=ie,he=ie.stack,ce=[],$e=H=>{f.error(k,`Nothing to repeat at column ${H-1}`)},xe=f.strToChars(k);for(Q=xe.length;L<Q;)switch(N=xe[L++],N){case"\\":switch(N=xe[L++],N){case"b":he.push(A.wordBoundary());break;case"B":he.push(A.nonWordBoundary());break;case"w":he.push(T.words());break;case"W":he.push(T.notWords());break;case"d":he.push(T.ints());break;case"D":he.push(T.notInts());break;case"s":he.push(T.whitespace());break;case"S":he.push(T.notWhitespace());break;default:/\d/.test(N)?he.push({type:S.REFERENCE,value:parseInt(N,10)}):he.push({type:S.CHAR,value:N.charCodeAt(0)})}break;case"^":he.push(A.begin());break;case"$":he.push(A.end());break;case"[":{var Re;xe[L]==="^"?(Re=!0,L++):Re=!1;var Ge=f.tokenizeClass(xe.slice(L),k);L+=Ge[1],he.push({type:S.SET,set:Ge[0],not:Re});break}case".":he.push(T.anyChar());break;case"(":{var Qe={type:S.GROUP,stack:[],remember:!0};N=xe[L],N==="?"&&(N=xe[L+1],L+=2,N==="="?Qe.followedBy=!0:N==="!"?Qe.notFollowedBy=!0:N!==":"&&f.error(k,`Invalid group, character '${N}' after '?' at column ${L-1}`),Qe.remember=!1),he.push(Qe),ce.push(j),j=Qe,he=Qe.stack;break}case")":ce.length===0&&f.error(k,`Unmatched ) at column ${L-1}`),j=ce.pop(),he=j.options?j.options[j.options.length-1]:j.stack;break;case"|":{j.options||(j.options=[j.stack],delete j.stack);var oe=[];j.options.push(oe),he=oe;break}case"{":{var I=/^(\d+)(,(\d+)?)?\}/.exec(xe.slice(L)),C,V;I!==null?(he.length===0&&$e(L),C=parseInt(I[1],10),V=I[2]?I[3]?parseInt(I[3],10):1/0:C,L+=I[0].length,he.push({type:S.REPETITION,min:C,max:V,value:he.pop()})):he.push({type:S.CHAR,value:123});break}case"?":he.length===0&&$e(L),he.push({type:S.REPETITION,min:0,max:1,value:he.pop()});break;case"+":he.length===0&&$e(L),he.push({type:S.REPETITION,min:1,max:1/0,value:he.pop()});break;case"*":he.length===0&&$e(L),he.push({type:S.REPETITION,min:0,max:1/0,value:he.pop()});break;default:he.push({type:S.CHAR,value:N.charCodeAt(0)})}return ce.length!==0&&f.error(k,"Unterminated group"),ie},c.exports.types=S}}),sc=Ft({"node_modules/drange/lib/index.js"(l,c){var f=class or{constructor(A,k){this.low=A,this.high=k,this.length=1+k-A}overlaps(A){return!(this.high<A.low||this.low>A.high)}touches(A){return!(this.high+1<A.low||this.low-1>A.high)}add(A){return new or(Math.min(this.low,A.low),Math.max(this.high,A.high))}subtract(A){return A.low<=this.low&&A.high>=this.high?[]:A.low>this.low&&A.high<this.high?[new or(this.low,A.low-1),new or(A.high+1,this.high)]:A.low<=this.low?[new or(A.high+1,this.high)]:[new or(this.low,A.low-1)]}toString(){return this.low==this.high?this.low.toString():this.low+"-"+this.high}},S=class Dr{constructor(A,k){this.ranges=[],this.length=0,A!=null&&this.add(A,k)}_update_length(){this.length=this.ranges.reduce((A,k)=>A+k.length,0)}add(A,k){var L=Q=>{for(var N=0;N<this.ranges.length&&!Q.touches(this.ranges[N]);)N++;for(var ie=this.ranges.slice(0,N);N<this.ranges.length&&Q.touches(this.ranges[N]);)Q=Q.add(this.ranges[N]),N++;ie.push(Q),this.ranges=ie.concat(this.ranges.slice(N)),this._update_length()};return A instanceof Dr?A.ranges.forEach(L):(k==null&&(k=A),L(new f(A,k))),this}subtract(A,k){var L=Q=>{for(var N=0;N<this.ranges.length&&!Q.overlaps(this.ranges[N]);)N++;for(var ie=this.ranges.slice(0,N);N<this.ranges.length&&Q.overlaps(this.ranges[N]);)ie=ie.concat(this.ranges[N].subtract(Q)),N++;this.ranges=ie.concat(this.ranges.slice(N)),this._update_length()};return A instanceof Dr?A.ranges.forEach(L):(k==null&&(k=A),L(new f(A,k))),this}intersect(A,k){var L=[],Q=N=>{for(var ie=0;ie<this.ranges.length&&!N.overlaps(this.ranges[ie]);)ie++;for(;ie<this.ranges.length&&N.overlaps(this.ranges[ie]);){var j=Math.max(this.ranges[ie].low,N.low),he=Math.min(this.ranges[ie].high,N.high);L.push(new f(j,he)),ie++}};return A instanceof Dr?A.ranges.forEach(Q):(k==null&&(k=A),Q(new f(A,k))),this.ranges=L,this._update_length(),this}index(A){for(var k=0;k<this.ranges.length&&this.ranges[k].length<=A;)A-=this.ranges[k].length,k++;return this.ranges[k].low+A}toString(){return"[ "+this.ranges.join(", ")+" ]"}clone(){return new Dr(this)}numbers(){return this.ranges.reduce((A,k)=>{for(var L=k.low;L<=k.high;)A.push(L),L++;return A},[])}subranges(){return this.ranges.map(A=>({low:A.low,high:A.high,length:1+A.high-A.low}))}};c.exports=S}}),lc=Ft({"node_modules/randexp/lib/randexp.js"(l,c){var f=ac(),S=sc(),T=f.types;c.exports=class Fr{constructor(k,L){if(this._setDefaults(k),k instanceof RegExp)this.ignoreCase=k.ignoreCase,this.multiline=k.multiline,k=k.source;else if(typeof k=="string")this.ignoreCase=L&&L.indexOf("i")!==-1,this.multiline=L&&L.indexOf("m")!==-1;else throw new Error("Expected a regexp or string");this.tokens=f(k)}_setDefaults(k){this.max=k.max!=null?k.max:Fr.prototype.max!=null?Fr.prototype.max:100,this.defaultRange=k.defaultRange?k.defaultRange:this.defaultRange.clone(),k.randInt&&(this.randInt=k.randInt)}gen(){return this._gen(this.tokens,[])}_gen(k,L){var Q,N,ie,j,he;switch(k.type){case T.ROOT:case T.GROUP:if(k.followedBy||k.notFollowedBy)return"";for(k.remember&&k.groupNumber===void 0&&(k.groupNumber=L.push(null)-1),Q=k.options?this._randSelect(k.options):k.stack,N="",j=0,he=Q.length;j<he;j++)N+=this._gen(Q[j],L);return k.remember&&(L[k.groupNumber]=N),N;case T.POSITION:return"";case T.SET:{var ce=this._expand(k);return ce.length?String.fromCharCode(this._randSelect(ce)):""}case T.REPETITION:for(ie=this.randInt(k.min,k.max===1/0?k.min+this.max:k.max),N="",j=0;j<ie;j++)N+=this._gen(k.value,L);return N;case T.REFERENCE:return L[k.value-1]||"";case T.CHAR:{var $e=this.ignoreCase&&this._randBool()?this._toOtherCase(k.value):k.value;return String.fromCharCode($e)}}}_toOtherCase(k){return k+(97<=k&&k<=122?-32:65<=k&&k<=90?32:0)}_randBool(){return!this.randInt(0,1)}_randSelect(k){return k instanceof S?k.index(this.randInt(0,k.length-1)):k[this.randInt(0,k.length-1)]}_expand(k){if(k.type===f.types.CHAR)return new S(k.value);if(k.type===f.types.RANGE)return new S(k.from,k.to);{let L=new S;for(let Q=0;Q<k.set.length;Q++){let N=this._expand(k.set[Q]);if(L.add(N),this.ignoreCase)for(let ie=0;ie<N.length;ie++){let j=N.index(ie),he=this._toOtherCase(j);j!==he&&L.add(he)}}return k.not?this.defaultRange.clone().subtract(L):this.defaultRange.clone().intersect(L)}}randInt(k,L){return k+Math.floor(Math.random()*(1+L-k))}get defaultRange(){return this._range=this._range||new S(32,126)}set defaultRange(k){this._range=k}static randexp(k,L){var Q;return typeof k=="string"&&(k=new RegExp(k,L)),k._randexp===void 0?(Q=new Fr(k,L),k._randexp=Q):(Q=k._randexp,Q._setDefaults(k)),Q.gen()}static sugar(){RegExp.prototype.gen=function(){return Fr.randexp(this)}}}}}),Ar=Ft({"node_modules/yaml/dist/PlainValue-ec8e588e.js"(l){var c={ANCHOR:"&",COMMENT:"#",TAG:"!",DIRECTIVES_END:"-",DOCUMENT_END:"."},f={ALIAS:"ALIAS",BLANK_LINE:"BLANK_LINE",BLOCK_FOLDED:"BLOCK_FOLDED",BLOCK_LITERAL:"BLOCK_LITERAL",COMMENT:"COMMENT",DIRECTIVE:"DIRECTIVE",DOCUMENT:"DOCUMENT",FLOW_MAP:"FLOW_MAP",FLOW_SEQ:"FLOW_SEQ",MAP:"MAP",MAP_KEY:"MAP_KEY",MAP_VALUE:"MAP_VALUE",PLAIN:"PLAIN",QUOTE_DOUBLE:"QUOTE_DOUBLE",QUOTE_SINGLE:"QUOTE_SINGLE",SEQ:"SEQ",SEQ_ITEM:"SEQ_ITEM"},S="tag:yaml.org,2002:",T={MAP:"tag:yaml.org,2002:map",SEQ:"tag:yaml.org,2002:seq",STR:"tag:yaml.org,2002:str"};function A(oe){let I=[0],C=oe.indexOf(`
24
+ `);for(;C!==-1;)C+=1,I.push(C),C=oe.indexOf(`
25
+ `,C);return I}function k(oe){let I,C;return typeof oe=="string"?(I=A(oe),C=oe):(Array.isArray(oe)&&(oe=oe[0]),oe&&oe.context&&(oe.lineStarts||(oe.lineStarts=A(oe.context.src)),I=oe.lineStarts,C=oe.context.src)),{lineStarts:I,src:C}}function L(oe,I){if(typeof oe!="number"||oe<0)return null;let{lineStarts:C,src:V}=k(I);if(!C||!V||oe>V.length)return null;for(let K=0;K<C.length;++K){let z=C[K];if(oe<z)return{line:K,col:oe-C[K-1]+1};if(oe===z)return{line:K+1,col:1}}let H=C.length;return{line:H,col:oe-C[H-1]+1}}function Q(oe,I){let{lineStarts:C,src:V}=k(I);if(!C||!(oe>=1)||oe>C.length)return null;let H=C[oe-1],K=C[oe];for(;K&&K>H&&V[K-1]===`
26
+ `;)--K;return V.slice(H,K)}function N({start:oe,end:I},C,V=80){let H=Q(oe.line,C);if(!H)return null;let{col:K}=oe;if(H.length>V)if(K<=V-10)H=H.substr(0,V-1)+"\u2026";else{let fe=Math.round(V/2);H.length>K+fe&&(H=H.substr(0,K+fe-1)+"\u2026"),K-=H.length-V,H="\u2026"+H.substr(1-V)}let z=1,Y="";I&&(I.line===oe.line&&K+(I.col-oe.col)<=V+1?z=I.col-oe.col:(z=Math.min(H.length+1,V)-K,Y="\u2026"));let G=K>1?" ".repeat(K-1):"",pe="^".repeat(z);return`${H}
27
+ ${G}${pe}${Y}`}var ie=class nu{static copy(I){return new nu(I.start,I.end)}constructor(I,C){this.start=I,this.end=C||I}isEmpty(){return typeof this.start!="number"||!this.end||this.end<=this.start}setOrigRange(I,C){let{start:V,end:H}=this;if(I.length===0||H<=I[0])return this.origStart=V,this.origEnd=H,C;let K=C;for(;K<I.length&&!(I[K]>V);)++K;this.origStart=V+K;let z=K;for(;K<I.length&&!(I[K]>=H);)++K;return this.origEnd=H+K,z}},j=class gn{static addStringTerminator(I,C,V){if(V[V.length-1]===`
28
+ `)return V;let H=gn.endOfWhiteSpace(I,C);return H>=I.length||I[H]===`
29
+ `?V+`
30
+ `:V}static atDocumentBoundary(I,C,V){let H=I[C];if(!H)return!0;let K=I[C-1];if(K&&K!==`
31
+ `)return!1;if(V){if(H!==V)return!1}else if(H!==c.DIRECTIVES_END&&H!==c.DOCUMENT_END)return!1;let z=I[C+1],Y=I[C+2];if(z!==H||Y!==H)return!1;let G=I[C+3];return!G||G===`
32
+ `||G===" "||G===" "}static endOfIdentifier(I,C){let V=I[C],H=V==="<",K=H?[`
12
33
  `," "," ",">"]:[`
13
- `," "," ","[","]","{","}",","];for(;z&&G.indexOf(z)===-1;)z=I[C+=1];return W&&z===">"&&(C+=1),C}static endOfIndent(I,C){let z=I[C];for(;z===" ";)z=I[C+=1];return C}static endOfLine(I,C){let z=I[C];for(;z&&z!==`
14
- `;)z=I[C+=1];return C}static endOfWhiteSpace(I,C){let z=I[C];for(;z===" "||z===" ";)z=I[C+=1];return C}static startOfLine(I,C){let z=I[C-1];if(z===`
15
- `)return C;for(;z&&z!==`
16
- `;)z=I[C-=1];return C+1}static endOfBlockIndent(I,C,z){let W=hn.endOfIndent(I,z);if(W>z+C)return W;{let G=hn.endOfWhiteSpace(I,W),B=I[G];if(!B||B===`
17
- `)return G}return null}static atBlank(I,C,z){let W=I[C];return W===`
18
- `||W===" "||W===" "||z&&!W}static nextNodeIsIndented(I,C,z){return!I||C<0?!1:C>0?!0:z&&I==="-"}static normalizeOffset(I,C){let z=I[C];return z?z!==`
34
+ `," "," ","[","]","{","}",","];for(;V&&K.indexOf(V)===-1;)V=I[C+=1];return H&&V===">"&&(C+=1),C}static endOfIndent(I,C){let V=I[C];for(;V===" ";)V=I[C+=1];return C}static endOfLine(I,C){let V=I[C];for(;V&&V!==`
35
+ `;)V=I[C+=1];return C}static endOfWhiteSpace(I,C){let V=I[C];for(;V===" "||V===" ";)V=I[C+=1];return C}static startOfLine(I,C){let V=I[C-1];if(V===`
36
+ `)return C;for(;V&&V!==`
37
+ `;)V=I[C-=1];return C+1}static endOfBlockIndent(I,C,V){let H=gn.endOfIndent(I,V);if(H>V+C)return H;{let K=gn.endOfWhiteSpace(I,H),z=I[K];if(!z||z===`
38
+ `)return K}return null}static atBlank(I,C,V){let H=I[C];return H===`
39
+ `||H===" "||H===" "||V&&!H}static nextNodeIsIndented(I,C,V){return!I||C<0?!1:C>0?!0:V&&I==="-"}static normalizeOffset(I,C){let V=I[C];return V?V!==`
19
40
  `&&I[C-1]===`
20
- `?C-1:hn.endOfWhiteSpace(I,C):C}static foldNewline(I,C,z){let W=0,G=!1,B="",H=I[C+1];for(;H===" "||H===" "||H===`
21
- `;){switch(H){case`
22
- `:W=0,C+=1,B+=`
23
- `;break;case" ":W<=z&&(G=!0),C=hn.endOfWhiteSpace(I,C+2)-1;break;case" ":W+=1,C+=1;break}H=I[C+1]}return B||(B=" "),H&&W<=z&&(G=!0),{fold:B,offset:C,error:G}}constructor(I,C,z){Object.defineProperty(this,"context",{value:z||null,writable:!0}),this.error=null,this.range=null,this.valueRange=null,this.props=C||[],this.type=I,this.value=null}getPropValue(I,C,z){if(!this.context)return null;let{src:W}=this.context,G=this.props[I];return G&&W[G.start]===C?W.slice(G.start+(z?1:0),G.end):null}get anchor(){for(let I=0;I<this.props.length;++I){let C=this.getPropValue(I,c.ANCHOR,!0);if(C!=null)return C}return null}get comment(){let I=[];for(let C=0;C<this.props.length;++C){let z=this.getPropValue(C,c.COMMENT,!0);z!=null&&I.push(z)}return I.length>0?I.join(`
24
- `):null}commentHasRequiredWhitespace(I){let{src:C}=this.context;if(this.header&&I===this.header.end||!this.valueRange)return!1;let{end:z}=this.valueRange;return I!==z||hn.atBlank(C,z-1)}get hasComment(){if(this.context){let{src:I}=this.context;for(let C=0;C<this.props.length;++C)if(I[this.props[C].start]===c.COMMENT)return!0}return!1}get hasProps(){if(this.context){let{src:I}=this.context;for(let C=0;C<this.props.length;++C)if(I[this.props[C].start]!==c.COMMENT)return!0}return!1}get includesTrailingLines(){return!1}get jsonLike(){return[f.FLOW_MAP,f.FLOW_SEQ,f.QUOTE_DOUBLE,f.QUOTE_SINGLE].indexOf(this.type)!==-1}get rangeAsLinePos(){if(!this.range||!this.context)return;let I=N(this.range.start,this.context.root);if(!I)return;let C=N(this.range.end,this.context.root);return{start:I,end:C}}get rawValue(){if(!this.valueRange||!this.context)return null;let{start:I,end:C}=this.valueRange;return this.context.src.slice(I,C)}get tag(){for(let I=0;I<this.props.length;++I){let C=this.getPropValue(I,c.TAG,!1);if(C!=null){if(C[1]==="<")return{verbatim:C.slice(2,-1)};{let[z,W,G]=C.match(/^(.*!)([^!]*)$/);return{handle:W,suffix:G}}}}return null}get valueRangeContainsNewline(){if(!this.valueRange||!this.context)return!1;let{start:I,end:C}=this.valueRange,{src:z}=this.context;for(let W=I;W<C;++W)if(z[W]===`
25
- `)return!0;return!1}parseComment(I){let{src:C}=this.context;if(C[I]===c.COMMENT){let z=hn.endOfLine(C,I+1),W=new re(I,z);return this.props.push(W),z}return I}setOrigRanges(I,C){return this.range&&(C=this.range.setOrigRange(I,C)),this.valueRange&&this.valueRange.setOrigRange(I,C),this.props.forEach(z=>z.setOrigRange(I,C)),C}toString(){let{context:{src:I},range:C,value:z}=this;if(z!=null)return z;let W=I.slice(C.start,C.end);return hn.addStringTerminator(I,C.end,W)}},de=class extends Error{constructor(ie,I,C){if(!C||!(I instanceof q))throw new Error(`Invalid arguments for new ${ie}`);super(),this.name=ie,this.message=C,this.source=I}makePretty(){if(!this.source)return;this.nodeType=this.source.type;let ie=this.source.context&&this.source.context.root;if(typeof this.offset=="number"){this.range=new re(this.offset,this.offset+1);let I=ie&&N(this.offset,ie);if(I){let C={line:I.line,col:I.col+1};this.linePos={start:I,end:C}}delete this.offset}else this.range=this.source.range,this.linePos=this.source.rangeAsLinePos;if(this.linePos){let{line:I,col:C}=this.linePos.start;this.message+=` at line ${I}, column ${C}`;let z=ie&&M(this.linePos,ie);z&&(this.message+=`:
41
+ `?C-1:gn.endOfWhiteSpace(I,C):C}static foldNewline(I,C,V){let H=0,K=!1,z="",Y=I[C+1];for(;Y===" "||Y===" "||Y===`
42
+ `;){switch(Y){case`
43
+ `:H=0,C+=1,z+=`
44
+ `;break;case" ":H<=V&&(K=!0),C=gn.endOfWhiteSpace(I,C+2)-1;break;case" ":H+=1,C+=1;break}Y=I[C+1]}return z||(z=" "),Y&&H<=V&&(K=!0),{fold:z,offset:C,error:K}}constructor(I,C,V){Object.defineProperty(this,"context",{value:V||null,writable:!0}),this.error=null,this.range=null,this.valueRange=null,this.props=C||[],this.type=I,this.value=null}getPropValue(I,C,V){if(!this.context)return null;let{src:H}=this.context,K=this.props[I];return K&&H[K.start]===C?H.slice(K.start+(V?1:0),K.end):null}get anchor(){for(let I=0;I<this.props.length;++I){let C=this.getPropValue(I,c.ANCHOR,!0);if(C!=null)return C}return null}get comment(){let I=[];for(let C=0;C<this.props.length;++C){let V=this.getPropValue(C,c.COMMENT,!0);V!=null&&I.push(V)}return I.length>0?I.join(`
45
+ `):null}commentHasRequiredWhitespace(I){let{src:C}=this.context;if(this.header&&I===this.header.end||!this.valueRange)return!1;let{end:V}=this.valueRange;return I!==V||gn.atBlank(C,V-1)}get hasComment(){if(this.context){let{src:I}=this.context;for(let C=0;C<this.props.length;++C)if(I[this.props[C].start]===c.COMMENT)return!0}return!1}get hasProps(){if(this.context){let{src:I}=this.context;for(let C=0;C<this.props.length;++C)if(I[this.props[C].start]!==c.COMMENT)return!0}return!1}get includesTrailingLines(){return!1}get jsonLike(){return[f.FLOW_MAP,f.FLOW_SEQ,f.QUOTE_DOUBLE,f.QUOTE_SINGLE].indexOf(this.type)!==-1}get rangeAsLinePos(){if(!this.range||!this.context)return;let I=L(this.range.start,this.context.root);if(!I)return;let C=L(this.range.end,this.context.root);return{start:I,end:C}}get rawValue(){if(!this.valueRange||!this.context)return null;let{start:I,end:C}=this.valueRange;return this.context.src.slice(I,C)}get tag(){for(let I=0;I<this.props.length;++I){let C=this.getPropValue(I,c.TAG,!1);if(C!=null){if(C[1]==="<")return{verbatim:C.slice(2,-1)};{let[V,H,K]=C.match(/^(.*!)([^!]*)$/);return{handle:H,suffix:K}}}}return null}get valueRangeContainsNewline(){if(!this.valueRange||!this.context)return!1;let{start:I,end:C}=this.valueRange,{src:V}=this.context;for(let H=I;H<C;++H)if(V[H]===`
46
+ `)return!0;return!1}parseComment(I){let{src:C}=this.context;if(C[I]===c.COMMENT){let V=gn.endOfLine(C,I+1),H=new ie(I,V);return this.props.push(H),V}return I}setOrigRanges(I,C){return this.range&&(C=this.range.setOrigRange(I,C)),this.valueRange&&this.valueRange.setOrigRange(I,C),this.props.forEach(V=>V.setOrigRange(I,C)),C}toString(){let{context:{src:I},range:C,value:V}=this;if(V!=null)return V;let H=I.slice(C.start,C.end);return gn.addStringTerminator(I,C.end,H)}},he=class extends Error{constructor(oe,I,C){if(!C||!(I instanceof j))throw new Error(`Invalid arguments for new ${oe}`);super(),this.name=oe,this.message=C,this.source=I}makePretty(){if(!this.source)return;this.nodeType=this.source.type;let oe=this.source.context&&this.source.context.root;if(typeof this.offset=="number"){this.range=new ie(this.offset,this.offset+1);let I=oe&&L(this.offset,oe);if(I){let C={line:I.line,col:I.col+1};this.linePos={start:I,end:C}}delete this.offset}else this.range=this.source.range,this.linePos=this.source.rangeAsLinePos;if(this.linePos){let{line:I,col:C}=this.linePos.start;this.message+=` at line ${I}, column ${C}`;let V=oe&&N(this.linePos,oe);V&&(this.message+=`:
26
47
 
27
- ${z}
28
- `)}delete this.source}},se=class extends de{constructor(ie,I){super("YAMLReferenceError",ie,I)}},Ue=class extends de{constructor(ie,I){super("YAMLSemanticError",ie,I)}},xe=class extends de{constructor(ie,I){super("YAMLSyntaxError",ie,I)}},_e=class extends de{constructor(ie,I){super("YAMLWarning",ie,I)}};function Ye(ie,I,C){return I in ie?Object.defineProperty(ie,I,{value:C,enumerable:!0,configurable:!0,writable:!0}):ie[I]=C,ie}var Ke=class co extends q{static endOfLine(I,C,z){let W=I[C],G=C;for(;W&&W!==`
29
- `&&!(z&&(W==="["||W==="]"||W==="{"||W==="}"||W===","));){let B=I[G+1];if(W===":"&&(!B||B===`
30
- `||B===" "||B===" "||z&&B===",")||(W===" "||W===" ")&&B==="#")break;G+=1,W=B}return G}get strValue(){if(!this.valueRange||!this.context)return null;let{start:I,end:C}=this.valueRange,{src:z}=this.context,W=z[C-1];for(;I<C&&(W===`
31
- `||W===" "||W===" ");)W=z[--C-1];let G="";for(let H=I;H<C;++H){let J=z[H];if(J===`
32
- `){let{fold:ue,offset:he}=q.foldNewline(z,H,-1);G+=ue,H=he}else if(J===" "||J===" "){let ue=H,he=z[H+1];for(;H<C&&(he===" "||he===" ");)H+=1,he=z[H+1];he!==`
33
- `&&(G+=H>ue?z.slice(ue,H+1):J)}else G+=J}let B=z[I];switch(B){case" ":{let H="Plain value cannot start with a tab character";return{errors:[new Ue(this,H)],str:G}}case"@":case"`":{let H=`Plain value cannot start with reserved character ${B}`;return{errors:[new Ue(this,H)],str:G}}default:return G}}parseBlockValue(I){let{indent:C,inFlow:z,src:W}=this.context,G=I,B=I;for(let H=W[G];H===`
34
- `&&!q.atDocumentBoundary(W,G+1);H=W[G]){let J=q.endOfBlockIndent(W,C,G+1);if(J===null||W[J]==="#")break;W[J]===`
35
- `?G=J:(B=co.endOfLine(W,J,z),G=B)}return this.valueRange.isEmpty()&&(this.valueRange.start=I),this.valueRange.end=B,B}parse(I,C){this.context=I;let{inFlow:z,src:W}=I,G=C,B=W[G];return B&&B!=="#"&&B!==`
36
- `&&(G=co.endOfLine(W,C,z)),this.valueRange=new re(C,G),G=q.endOfWhiteSpace(W,G),G=this.parseComment(G),(!this.hasComment||this.valueRange.isEmpty())&&(G=this.parseBlockValue(G)),G}};l.Char=c,l.Node=q,l.PlainValue=Ke,l.Range=re,l.Type=f,l.YAMLError=de,l.YAMLReferenceError=se,l.YAMLSemanticError=Ue,l.YAMLSyntaxError=xe,l.YAMLWarning=_e,l._defineProperty=Ye,l.defaultTagPrefix=S,l.defaultTags=x}}),ni=Mt({"node_modules/yaml/dist/resolveSeq-d03cb037.js"(l){var c=br();function f(b,m,w){return w?`#${w.replace(/[\s\S]^/gm,`$&${m}#`)}
48
+ ${V}
49
+ `)}delete this.source}},ce=class extends he{constructor(oe,I){super("YAMLReferenceError",oe,I)}},$e=class extends he{constructor(oe,I){super("YAMLSemanticError",oe,I)}},xe=class extends he{constructor(oe,I){super("YAMLSyntaxError",oe,I)}},Re=class extends he{constructor(oe,I){super("YAMLWarning",oe,I)}};function Ge(oe,I,C){return I in oe?Object.defineProperty(oe,I,{value:C,enumerable:!0,configurable:!0,writable:!0}):oe[I]=C,oe}var Qe=class Ca extends j{static endOfLine(I,C,V){let H=I[C],K=C;for(;H&&H!==`
50
+ `&&!(V&&(H==="["||H==="]"||H==="{"||H==="}"||H===","));){let z=I[K+1];if(H===":"&&(!z||z===`
51
+ `||z===" "||z===" "||V&&z===",")||(H===" "||H===" ")&&z==="#")break;K+=1,H=z}return K}get strValue(){if(!this.valueRange||!this.context)return null;let{start:I,end:C}=this.valueRange,{src:V}=this.context,H=V[C-1];for(;I<C&&(H===`
52
+ `||H===" "||H===" ");)H=V[--C-1];let K="";for(let Y=I;Y<C;++Y){let G=V[Y];if(G===`
53
+ `){let{fold:pe,offset:fe}=j.foldNewline(V,Y,-1);K+=pe,Y=fe}else if(G===" "||G===" "){let pe=Y,fe=V[Y+1];for(;Y<C&&(fe===" "||fe===" ");)Y+=1,fe=V[Y+1];fe!==`
54
+ `&&(K+=Y>pe?V.slice(pe,Y+1):G)}else K+=G}let z=V[I];switch(z){case" ":{let Y="Plain value cannot start with a tab character";return{errors:[new $e(this,Y)],str:K}}case"@":case"`":{let Y=`Plain value cannot start with reserved character ${z}`;return{errors:[new $e(this,Y)],str:K}}default:return K}}parseBlockValue(I){let{indent:C,inFlow:V,src:H}=this.context,K=I,z=I;for(let Y=H[K];Y===`
55
+ `&&!j.atDocumentBoundary(H,K+1);Y=H[K]){let G=j.endOfBlockIndent(H,C,K+1);if(G===null||H[G]==="#")break;H[G]===`
56
+ `?K=G:(z=Ca.endOfLine(H,G,V),K=z)}return this.valueRange.isEmpty()&&(this.valueRange.start=I),this.valueRange.end=z,z}parse(I,C){this.context=I;let{inFlow:V,src:H}=I,K=C,z=H[K];return z&&z!=="#"&&z!==`
57
+ `&&(K=Ca.endOfLine(H,C,V)),this.valueRange=new ie(C,K),K=j.endOfWhiteSpace(H,K),K=this.parseComment(K),(!this.hasComment||this.valueRange.isEmpty())&&(K=this.parseBlockValue(K)),K}};l.Char=c,l.Node=j,l.PlainValue=Qe,l.Range=ie,l.Type=f,l.YAMLError=he,l.YAMLReferenceError=ce,l.YAMLSemanticError=$e,l.YAMLSyntaxError=xe,l.YAMLWarning=Re,l._defineProperty=Ge,l.defaultTagPrefix=S,l.defaultTags=T}}),pi=Ft({"node_modules/yaml/dist/resolveSeq-d03cb037.js"(l){var c=Ar();function f(b,m,w){return w?`#${w.replace(/[\s\S]^/gm,`$&${m}#`)}
37
58
  ${m}${b}`:b}function S(b,m,w){return w?w.indexOf(`
38
59
  `)===-1?`${b} #${w}`:`${b}
39
- `+w.replace(/^/gm,`${m||""}#`):b}var x=class{};function v(b,m,w){if(Array.isArray(b))return b.map((T,O)=>v(T,String(O),w));if(b&&typeof b.toJSON=="function"){let T=w&&w.anchors&&w.anchors.get(b);T&&(w.onCreate=R=>{T.res=R,delete w.onCreate});let O=b.toJSON(m,w);return T&&w.onCreate&&w.onCreate(O),O}return(!w||!w.keep)&&typeof b=="bigint"?Number(b):b}var k=class extends x{constructor(b){super(),this.value=b}toJSON(b,m){return m&&m.keep?this.value:v(this.value,b,m)}toString(){return String(this.value)}};function N(b,m,w){let T=w;for(let O=m.length-1;O>=0;--O){let R=m[O];if(Number.isInteger(R)&&R>=0){let L=[];L[R]=T,T=L}else{let L={};Object.defineProperty(L,R,{value:T,writable:!0,enumerable:!0,configurable:!0}),T=L}}return b.createNode(T,!1)}var X=b=>b==null||typeof b=="object"&&b[Symbol.iterator]().next().done,M=class Ln extends x{constructor(m){super(),c._defineProperty(this,"items",[]),this.schema=m}addIn(m,w){if(X(m))this.add(w);else{let[T,...O]=m,R=this.get(T,!0);if(R instanceof Ln)R.addIn(O,w);else if(R===void 0&&this.schema)this.set(T,N(this.schema,O,w));else throw new Error(`Expected YAML collection at ${T}. Remaining path: ${O}`)}}deleteIn([m,...w]){if(w.length===0)return this.delete(m);let T=this.get(m,!0);if(T instanceof Ln)return T.deleteIn(w);throw new Error(`Expected YAML collection at ${m}. Remaining path: ${w}`)}getIn([m,...w],T){let O=this.get(m,!0);return w.length===0?!T&&O instanceof k?O.value:O:O instanceof Ln?O.getIn(w,T):void 0}hasAllNullValues(){return this.items.every(m=>{if(!m||m.type!=="PAIR")return!1;let w=m.value;return w==null||w instanceof k&&w.value==null&&!w.commentBefore&&!w.comment&&!w.tag})}hasIn([m,...w]){if(w.length===0)return this.has(m);let T=this.get(m,!0);return T instanceof Ln?T.hasIn(w):!1}setIn([m,...w],T){if(w.length===0)this.set(m,T);else{let O=this.get(m,!0);if(O instanceof Ln)O.setIn(w,T);else if(O===void 0&&this.schema)this.set(m,N(this.schema,w,T));else throw new Error(`Expected YAML collection at ${m}. Remaining path: ${w}`)}}toJSON(){return null}toString(m,{blockItem:w,flowChars:T,isMap:O,itemIndent:R},L,D){let{indent:V,indentStep:K,stringify:pe}=m,ye=this.type===c.Type.FLOW_MAP||this.type===c.Type.FLOW_SEQ||m.inFlow;ye&&(R+=K);let et=O&&this.hasAllNullValues();m=Object.assign({},m,{allNullValues:et,indent:R,inFlow:ye,type:null});let Me=!1,Xe=!1,De=this.items.reduce((ht,Be,it)=>{let He;Be&&(!Me&&Be.spaceBefore&&ht.push({type:"comment",str:""}),Be.commentBefore&&Be.commentBefore.match(/^.*$/gm).forEach(ch=>{ht.push({type:"comment",str:`#${ch}`})}),Be.comment&&(He=Be.comment),ye&&(!Me&&Be.spaceBefore||Be.commentBefore||Be.comment||Be.key&&(Be.key.commentBefore||Be.key.comment)||Be.value&&(Be.value.commentBefore||Be.value.comment))&&(Xe=!0)),Me=!1;let vt=pe(Be,m,()=>He=null,()=>Me=!0);return ye&&!Xe&&vt.includes(`
40
- `)&&(Xe=!0),ye&&it<this.items.length-1&&(vt+=","),vt=S(vt,R,He),Me&&(He||ye)&&(Me=!1),ht.push({type:"item",str:vt}),ht},[]),Je;if(De.length===0)Je=T.start+T.end;else if(ye){let{start:ht,end:Be}=T,it=De.map(He=>He.str);if(Xe||it.reduce((He,vt)=>He+vt.length+2,2)>Ln.maxFlowStringSingleLineLength){Je=ht;for(let He of it)Je+=He?`
41
- ${K}${V}${He}`:`
42
- `;Je+=`
43
- ${V}${Be}`}else Je=`${ht} ${it.join(" ")} ${Be}`}else{let ht=De.map(w);Je=ht.shift();for(let Be of ht)Je+=Be?`
44
- ${V}${Be}`:`
45
- `}return this.comment?(Je+=`
46
- `+this.comment.replace(/^/gm,`${V}#`),L&&L()):Me&&D&&D(),Je}};c._defineProperty(M,"maxFlowStringSingleLineLength",60);function re(b){let m=b instanceof k?b.value:b;return m&&typeof m=="string"&&(m=Number(m)),Number.isInteger(m)&&m>=0?m:null}var q=class extends M{add(b){this.items.push(b)}delete(b){let m=re(b);return typeof m!="number"?!1:this.items.splice(m,1).length>0}get(b,m){let w=re(b);if(typeof w!="number")return;let T=this.items[w];return!m&&T instanceof k?T.value:T}has(b){let m=re(b);return typeof m=="number"&&m<this.items.length}set(b,m){let w=re(b);if(typeof w!="number")throw new Error(`Expected a valid index, not ${b}.`);this.items[w]=m}toJSON(b,m){let w=[];m&&m.onCreate&&m.onCreate(w);let T=0;for(let O of this.items)w.push(v(O,String(T++),m));return w}toString(b,m,w){return b?super.toString(b,{blockItem:T=>T.type==="comment"?T.str:`- ${T.str}`,flowChars:{start:"[",end:"]"},isMap:!1,itemIndent:(b.indent||"")+" "},m,w):JSON.stringify(this)}},de=(b,m,w)=>m===null?"":typeof m!="object"?String(m):b instanceof x&&w&&w.doc?b.toString({anchors:Object.create(null),doc:w.doc,indent:"",indentStep:w.indentStep,inFlow:!0,inStringifyKey:!0,stringify:w.stringify}):JSON.stringify(m),se=class fc extends x{constructor(m,w=null){super(),this.key=m,this.value=w,this.type=fc.Type.PAIR}get commentBefore(){return this.key instanceof x?this.key.commentBefore:void 0}set commentBefore(m){if(this.key==null&&(this.key=new k(null)),this.key instanceof x)this.key.commentBefore=m;else{let w="Pair.commentBefore is an alias for Pair.key.commentBefore. To set it, the key must be a Node.";throw new Error(w)}}addToJSMap(m,w){let T=v(this.key,"",m);if(w instanceof Map){let O=v(this.value,T,m);w.set(T,O)}else if(w instanceof Set)w.add(T);else{let O=de(this.key,T,m),R=v(this.value,O,m);O in w?Object.defineProperty(w,O,{value:R,writable:!0,enumerable:!0,configurable:!0}):w[O]=R}return w}toJSON(m,w){let T=w&&w.mapAsMap?new Map:{};return this.addToJSMap(w,T)}toString(m,w,T){if(!m||!m.doc)return JSON.stringify(this);let{indent:O,indentSeq:R,simpleKeys:L}=m.doc.options,{key:D,value:V}=this,K=D instanceof x&&D.comment;if(L){if(K)throw new Error("With simple keys, key nodes cannot have comments");if(D instanceof M){let vt="With simple keys, collection cannot be used as a key value";throw new Error(vt)}}let pe=!L&&(!D||K||(D instanceof x?D instanceof M||D.type===c.Type.BLOCK_FOLDED||D.type===c.Type.BLOCK_LITERAL:typeof D=="object")),{doc:ye,indent:et,indentStep:Me,stringify:Xe}=m;m=Object.assign({},m,{implicitKey:!pe,indent:et+Me});let De=!1,Je=Xe(D,m,()=>K=null,()=>De=!0);if(Je=S(Je,m.indent,K),!pe&&Je.length>1024){if(L)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");pe=!0}if(m.allNullValues&&!L)return this.comment?(Je=S(Je,m.indent,this.comment),w&&w()):De&&!K&&T&&T(),m.inFlow&&!pe?Je:`? ${Je}`;Je=pe?`? ${Je}
47
- ${et}:`:`${Je}:`,this.comment&&(Je=S(Je,m.indent,this.comment),w&&w());let ht="",Be=null;if(V instanceof x){if(V.spaceBefore&&(ht=`
48
- `),V.commentBefore){let vt=V.commentBefore.replace(/^/gm,`${m.indent}#`);ht+=`
49
- ${vt}`}Be=V.comment}else V&&typeof V=="object"&&(V=ye.schema.createNode(V,!0));m.implicitKey=!1,!pe&&!this.comment&&V instanceof k&&(m.indentAtStart=Je.length+1),De=!1,!R&&O>=2&&!m.inFlow&&!pe&&V instanceof q&&V.type!==c.Type.FLOW_SEQ&&!V.tag&&!ye.anchors.getName(V)&&(m.indent=m.indent.substr(2));let it=Xe(V,m,()=>Be=null,()=>De=!0),He=" ";return ht||this.comment?He=`${ht}
50
- ${m.indent}`:!pe&&V instanceof M?(!(it[0]==="["||it[0]==="{")||it.includes(`
51
- `))&&(He=`
52
- ${m.indent}`):it[0]===`
53
- `&&(He=""),De&&!Be&&T&&T(),S(Je+He+it,m.indent,Be)}};c._defineProperty(se,"Type",{PAIR:"PAIR",MERGE_PAIR:"MERGE_PAIR"});var Ue=(b,m)=>{if(b instanceof xe){let w=m.get(b.source);return w.count*w.aliasCount}else if(b instanceof M){let w=0;for(let T of b.items){let O=Ue(T,m);O>w&&(w=O)}return w}else if(b instanceof se){let w=Ue(b.key,m),T=Ue(b.value,m);return Math.max(w,T)}return 1},xe=class mc extends x{static stringify({range:m,source:w},{anchors:T,doc:O,implicitKey:R,inStringifyKey:L}){let D=Object.keys(T).find(K=>T[K]===w);if(!D&&L&&(D=O.anchors.getName(w)||O.anchors.newName()),D)return`*${D}${R?" ":""}`;let V=O.anchors.getName(w)?"Alias node must be after source node":"Source node not found for alias node";throw new Error(`${V} [${m}]`)}constructor(m){super(),this.source=m,this.type=c.Type.ALIAS}set tag(m){throw new Error("Alias nodes cannot have tags")}toJSON(m,w){if(!w)return v(this.source,m,w);let{anchors:T,maxAliasCount:O}=w,R=T.get(this.source);if(!R||R.res===void 0){let L="This should not happen: Alias anchor was not resolved?";throw this.cstNode?new c.YAMLReferenceError(this.cstNode,L):new ReferenceError(L)}if(O>=0&&(R.count+=1,R.aliasCount===0&&(R.aliasCount=Ue(this.source,T)),R.count*R.aliasCount>O)){let L="Excessive alias count indicates a resource exhaustion attack";throw this.cstNode?new c.YAMLReferenceError(this.cstNode,L):new ReferenceError(L)}return R.res}toString(m){return mc.stringify(this,m)}};c._defineProperty(xe,"default",!0);function _e(b,m){let w=m instanceof k?m.value:m;for(let T of b)if(T instanceof se&&(T.key===m||T.key===w||T.key&&T.key.value===w))return T}var Ye=class extends M{add(b,m){b?b instanceof se||(b=new se(b.key||b,b.value)):b=new se(b);let w=_e(this.items,b.key),T=this.schema&&this.schema.sortMapEntries;if(w)if(m)w.value=b.value;else throw new Error(`Key ${b.key} already set`);else if(T){let O=this.items.findIndex(R=>T(b,R)<0);O===-1?this.items.push(b):this.items.splice(O,0,b)}else this.items.push(b)}delete(b){let m=_e(this.items,b);return m?this.items.splice(this.items.indexOf(m),1).length>0:!1}get(b,m){let w=_e(this.items,b),T=w&&w.value;return!m&&T instanceof k?T.value:T}has(b){return!!_e(this.items,b)}set(b,m){this.add(new se(b,m),!0)}toJSON(b,m,w){let T=w?new w:m&&m.mapAsMap?new Map:{};m&&m.onCreate&&m.onCreate(T);for(let O of this.items)O.addToJSMap(m,T);return T}toString(b,m,w){if(!b)return JSON.stringify(this);for(let T of this.items)if(!(T instanceof se))throw new Error(`Map items must all be pairs; found ${JSON.stringify(T)} instead`);return super.toString(b,{blockItem:T=>T.str,flowChars:{start:"{",end:"}"},isMap:!0,itemIndent:b.indent||""},m,w)}},Ke="<<",ie=class extends se{constructor(b){if(b instanceof se){let m=b.value;m instanceof q||(m=new q,m.items.push(b.value),m.range=b.value.range),super(b.key,m),this.range=b.range}else super(new k(Ke),new q);this.type=se.Type.MERGE_PAIR}addToJSMap(b,m){for(let{source:w}of this.value.items){if(!(w instanceof Ye))throw new Error("Merge sources must be maps");let T=w.toJSON(null,b,Map);for(let[O,R]of T)m instanceof Map?m.has(O)||m.set(O,R):m instanceof Set?m.add(O):Object.prototype.hasOwnProperty.call(m,O)||Object.defineProperty(m,O,{value:R,writable:!0,enumerable:!0,configurable:!0})}return m}toString(b,m){let w=this.value;if(w.items.length>1)return super.toString(b,m);this.value=w.items[0];let T=super.toString(b,m);return this.value=w,T}},I={defaultType:c.Type.BLOCK_LITERAL,lineWidth:76},C={trueStr:"true",falseStr:"false"},z={asBigInt:!1},W={nullStr:"null"},G={defaultType:c.Type.PLAIN,doubleQuoted:{jsonEncoding:!1,minMultiLineLength:40},fold:{lineWidth:80,minContentWidth:20}};function B(b,m,w){for(let{format:T,test:O,resolve:R}of m)if(O){let L=b.match(O);if(L){let D=R.apply(null,L);return D instanceof k||(D=new k(D)),T&&(D.format=T),D}}return w&&(b=w(b)),new k(b)}var H="flow",J="block",ue="quoted",he=(b,m)=>{let w=b[m+1];for(;w===" "||w===" ";){do w=b[m+=1];while(w&&w!==`
54
- `);w=b[m+1]}return m};function Ae(b,m,w,{indentAtStart:T,lineWidth:O=80,minContentWidth:R=20,onFold:L,onOverflow:D}){if(!O||O<0)return b;let V=Math.max(1+R,1+O-m.length);if(b.length<=V)return b;let K=[],pe={},ye=O-m.length;typeof T=="number"&&(T>O-Math.max(2,R)?K.push(0):ye=O-T);let et,Me,Xe=!1,De=-1,Je=-1,ht=-1;w===J&&(De=he(b,De),De!==-1&&(ye=De+V));for(let it;it=b[De+=1];){if(w===ue&&it==="\\"){switch(Je=De,b[De+1]){case"x":De+=3;break;case"u":De+=5;break;case"U":De+=9;break;default:De+=1}ht=De}if(it===`
55
- `)w===J&&(De=he(b,De)),ye=De+V,et=void 0;else{if(it===" "&&Me&&Me!==" "&&Me!==`
56
- `&&Me!==" "){let He=b[De+1];He&&He!==" "&&He!==`
57
- `&&He!==" "&&(et=De)}if(De>=ye)if(et)K.push(et),ye=et+V,et=void 0;else if(w===ue){for(;Me===" "||Me===" ";)Me=it,it=b[De+=1],Xe=!0;let He=De>ht+1?De-2:Je-1;if(pe[He])return b;K.push(He),pe[He]=!0,ye=He+V,et=void 0}else Xe=!0}Me=it}if(Xe&&D&&D(),K.length===0)return b;L&&L();let Be=b.slice(0,K[0]);for(let it=0;it<K.length;++it){let He=K[it],vt=K[it+1]||b.length;He===0?Be=`
58
- ${m}${b.slice(0,vt)}`:(w===ue&&pe[He]&&(Be+=`${b[He]}\\`),Be+=`
59
- ${m}${b.slice(He+1,vt)}`)}return Be}var nt=({indentAtStart:b})=>b?Object.assign({indentAtStart:b},G.fold):G.fold,rt=b=>/^(%|---|\.\.\.)/m.test(b);function at(b,m,w){if(!m||m<0)return!1;let T=m-w,O=b.length;if(O<=T)return!1;for(let R=0,L=0;R<O;++R)if(b[R]===`
60
- `){if(R-L>T)return!0;if(L=R+1,O-L<=T)return!1}return!0}function dt(b,m){let{implicitKey:w}=m,{jsonEncoding:T,minMultiLineLength:O}=G.doubleQuoted,R=JSON.stringify(b);if(T)return R;let L=m.indent||(rt(b)?" ":""),D="",V=0;for(let K=0,pe=R[K];pe;pe=R[++K])if(pe===" "&&R[K+1]==="\\"&&R[K+2]==="n"&&(D+=R.slice(V,K)+"\\ ",K+=1,V=K,pe="\\"),pe==="\\")switch(R[K+1]){case"u":{D+=R.slice(V,K);let ye=R.substr(K+2,4);switch(ye){case"0000":D+="\\0";break;case"0007":D+="\\a";break;case"000b":D+="\\v";break;case"001b":D+="\\e";break;case"0085":D+="\\N";break;case"00a0":D+="\\_";break;case"2028":D+="\\L";break;case"2029":D+="\\P";break;default:ye.substr(0,2)==="00"?D+="\\x"+ye.substr(2):D+=R.substr(K,6)}K+=5,V=K+1}break;case"n":if(w||R[K+2]==='"'||R.length<O)K+=1;else{for(D+=R.slice(V,K)+`
60
+ `+w.replace(/^/gm,`${m||""}#`):b}var T=class{};function A(b,m,w){if(Array.isArray(b))return b.map((x,R)=>A(x,String(R),w));if(b&&typeof b.toJSON=="function"){let x=w&&w.anchors&&w.anchors.get(b);x&&(w.onCreate=O=>{x.res=O,delete w.onCreate});let R=b.toJSON(m,w);return x&&w.onCreate&&w.onCreate(R),R}return(!w||!w.keep)&&typeof b=="bigint"?Number(b):b}var k=class extends T{constructor(b){super(),this.value=b}toJSON(b,m){return m&&m.keep?this.value:A(this.value,b,m)}toString(){return String(this.value)}};function L(b,m,w){let x=w;for(let R=m.length-1;R>=0;--R){let O=m[R];if(Number.isInteger(O)&&O>=0){let D=[];D[O]=x,x=D}else{let D={};Object.defineProperty(D,O,{value:x,writable:!0,enumerable:!0,configurable:!0}),x=D}}return b.createNode(x,!1)}var Q=b=>b==null||typeof b=="object"&&b[Symbol.iterator]().next().done,N=class jn extends T{constructor(m){super(),c._defineProperty(this,"items",[]),this.schema=m}addIn(m,w){if(Q(m))this.add(w);else{let[x,...R]=m,O=this.get(x,!0);if(O instanceof jn)O.addIn(R,w);else if(O===void 0&&this.schema)this.set(x,L(this.schema,R,w));else throw new Error(`Expected YAML collection at ${x}. Remaining path: ${R}`)}}deleteIn([m,...w]){if(w.length===0)return this.delete(m);let x=this.get(m,!0);if(x instanceof jn)return x.deleteIn(w);throw new Error(`Expected YAML collection at ${m}. Remaining path: ${w}`)}getIn([m,...w],x){let R=this.get(m,!0);return w.length===0?!x&&R instanceof k?R.value:R:R instanceof jn?R.getIn(w,x):void 0}hasAllNullValues(){return this.items.every(m=>{if(!m||m.type!=="PAIR")return!1;let w=m.value;return w==null||w instanceof k&&w.value==null&&!w.commentBefore&&!w.comment&&!w.tag})}hasIn([m,...w]){if(w.length===0)return this.has(m);let x=this.get(m,!0);return x instanceof jn?x.hasIn(w):!1}setIn([m,...w],x){if(w.length===0)this.set(m,x);else{let R=this.get(m,!0);if(R instanceof jn)R.setIn(w,x);else if(R===void 0&&this.schema)this.set(m,L(this.schema,w,x));else throw new Error(`Expected YAML collection at ${m}. Remaining path: ${w}`)}}toJSON(){return null}toString(m,{blockItem:w,flowChars:x,isMap:R,itemIndent:O},D,F){let{indent:W,indentStep:X,stringify:de}=m,be=this.type===c.Type.FLOW_MAP||this.type===c.Type.FLOW_SEQ||m.inFlow;be&&(O+=X);let nt=R&&this.hasAllNullValues();m=Object.assign({},m,{allNullValues:nt,indent:O,inFlow:be,type:null});let Ne=!1,Ze=!1,Fe=this.items.reduce((gt,Ve,at)=>{let Je;Ve&&(!Ne&&Ve.spaceBefore&&gt.push({type:"comment",str:""}),Ve.commentBefore&&Ve.commentBefore.match(/^.*$/gm).forEach(_g=>{gt.push({type:"comment",str:`#${_g}`})}),Ve.comment&&(Je=Ve.comment),be&&(!Ne&&Ve.spaceBefore||Ve.commentBefore||Ve.comment||Ve.key&&(Ve.key.commentBefore||Ve.key.comment)||Ve.value&&(Ve.value.commentBefore||Ve.value.comment))&&(Ze=!0)),Ne=!1;let _t=de(Ve,m,()=>Je=null,()=>Ne=!0);return be&&!Ze&&_t.includes(`
61
+ `)&&(Ze=!0),be&&at<this.items.length-1&&(_t+=","),_t=S(_t,O,Je),Ne&&(Je||be)&&(Ne=!1),gt.push({type:"item",str:_t}),gt},[]),Ke;if(Fe.length===0)Ke=x.start+x.end;else if(be){let{start:gt,end:Ve}=x,at=Fe.map(Je=>Je.str);if(Ze||at.reduce((Je,_t)=>Je+_t.length+2,2)>jn.maxFlowStringSingleLineLength){Ke=gt;for(let Je of at)Ke+=Je?`
62
+ ${X}${W}${Je}`:`
63
+ `;Ke+=`
64
+ ${W}${Ve}`}else Ke=`${gt} ${at.join(" ")} ${Ve}`}else{let gt=Fe.map(w);Ke=gt.shift();for(let Ve of gt)Ke+=Ve?`
65
+ ${W}${Ve}`:`
66
+ `}return this.comment?(Ke+=`
67
+ `+this.comment.replace(/^/gm,`${W}#`),D&&D()):Ne&&F&&F(),Ke}};c._defineProperty(N,"maxFlowStringSingleLineLength",60);function ie(b){let m=b instanceof k?b.value:b;return m&&typeof m=="string"&&(m=Number(m)),Number.isInteger(m)&&m>=0?m:null}var j=class extends N{add(b){this.items.push(b)}delete(b){let m=ie(b);return typeof m!="number"?!1:this.items.splice(m,1).length>0}get(b,m){let w=ie(b);if(typeof w!="number")return;let x=this.items[w];return!m&&x instanceof k?x.value:x}has(b){let m=ie(b);return typeof m=="number"&&m<this.items.length}set(b,m){let w=ie(b);if(typeof w!="number")throw new Error(`Expected a valid index, not ${b}.`);this.items[w]=m}toJSON(b,m){let w=[];m&&m.onCreate&&m.onCreate(w);let x=0;for(let R of this.items)w.push(A(R,String(x++),m));return w}toString(b,m,w){return b?super.toString(b,{blockItem:x=>x.type==="comment"?x.str:`- ${x.str}`,flowChars:{start:"[",end:"]"},isMap:!1,itemIndent:(b.indent||"")+" "},m,w):JSON.stringify(this)}},he=(b,m,w)=>m===null?"":typeof m!="object"?String(m):b instanceof T&&w&&w.doc?b.toString({anchors:Object.create(null),doc:w.doc,indent:"",indentStep:w.indentStep,inFlow:!0,inStringifyKey:!0,stringify:w.stringify}):JSON.stringify(m),ce=class ru extends T{constructor(m,w=null){super(),this.key=m,this.value=w,this.type=ru.Type.PAIR}get commentBefore(){return this.key instanceof T?this.key.commentBefore:void 0}set commentBefore(m){if(this.key==null&&(this.key=new k(null)),this.key instanceof T)this.key.commentBefore=m;else{let w="Pair.commentBefore is an alias for Pair.key.commentBefore. To set it, the key must be a Node.";throw new Error(w)}}addToJSMap(m,w){let x=A(this.key,"",m);if(w instanceof Map){let R=A(this.value,x,m);w.set(x,R)}else if(w instanceof Set)w.add(x);else{let R=he(this.key,x,m),O=A(this.value,R,m);R in w?Object.defineProperty(w,R,{value:O,writable:!0,enumerable:!0,configurable:!0}):w[R]=O}return w}toJSON(m,w){let x=w&&w.mapAsMap?new Map:{};return this.addToJSMap(w,x)}toString(m,w,x){if(!m||!m.doc)return JSON.stringify(this);let{indent:R,indentSeq:O,simpleKeys:D}=m.doc.options,{key:F,value:W}=this,X=F instanceof T&&F.comment;if(D){if(X)throw new Error("With simple keys, key nodes cannot have comments");if(F instanceof N){let _t="With simple keys, collection cannot be used as a key value";throw new Error(_t)}}let de=!D&&(!F||X||(F instanceof T?F instanceof N||F.type===c.Type.BLOCK_FOLDED||F.type===c.Type.BLOCK_LITERAL:typeof F=="object")),{doc:be,indent:nt,indentStep:Ne,stringify:Ze}=m;m=Object.assign({},m,{implicitKey:!de,indent:nt+Ne});let Fe=!1,Ke=Ze(F,m,()=>X=null,()=>Fe=!0);if(Ke=S(Ke,m.indent,X),!de&&Ke.length>1024){if(D)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");de=!0}if(m.allNullValues&&!D)return this.comment?(Ke=S(Ke,m.indent,this.comment),w&&w()):Fe&&!X&&x&&x(),m.inFlow&&!de?Ke:`? ${Ke}`;Ke=de?`? ${Ke}
68
+ ${nt}:`:`${Ke}:`,this.comment&&(Ke=S(Ke,m.indent,this.comment),w&&w());let gt="",Ve=null;if(W instanceof T){if(W.spaceBefore&&(gt=`
69
+ `),W.commentBefore){let _t=W.commentBefore.replace(/^/gm,`${m.indent}#`);gt+=`
70
+ ${_t}`}Ve=W.comment}else W&&typeof W=="object"&&(W=be.schema.createNode(W,!0));m.implicitKey=!1,!de&&!this.comment&&W instanceof k&&(m.indentAtStart=Ke.length+1),Fe=!1,!O&&R>=2&&!m.inFlow&&!de&&W instanceof j&&W.type!==c.Type.FLOW_SEQ&&!W.tag&&!be.anchors.getName(W)&&(m.indent=m.indent.substr(2));let at=Ze(W,m,()=>Ve=null,()=>Fe=!0),Je=" ";return gt||this.comment?Je=`${gt}
71
+ ${m.indent}`:!de&&W instanceof N?(!(at[0]==="["||at[0]==="{")||at.includes(`
72
+ `))&&(Je=`
73
+ ${m.indent}`):at[0]===`
74
+ `&&(Je=""),Fe&&!Ve&&x&&x(),S(Ke+Je+at,m.indent,Ve)}};c._defineProperty(ce,"Type",{PAIR:"PAIR",MERGE_PAIR:"MERGE_PAIR"});var $e=(b,m)=>{if(b instanceof xe){let w=m.get(b.source);return w.count*w.aliasCount}else if(b instanceof N){let w=0;for(let x of b.items){let R=$e(x,m);R>w&&(w=R)}return w}else if(b instanceof ce){let w=$e(b.key,m),x=$e(b.value,m);return Math.max(w,x)}return 1},xe=class iu extends T{static stringify({range:m,source:w},{anchors:x,doc:R,implicitKey:O,inStringifyKey:D}){let F=Object.keys(x).find(X=>x[X]===w);if(!F&&D&&(F=R.anchors.getName(w)||R.anchors.newName()),F)return`*${F}${O?" ":""}`;let W=R.anchors.getName(w)?"Alias node must be after source node":"Source node not found for alias node";throw new Error(`${W} [${m}]`)}constructor(m){super(),this.source=m,this.type=c.Type.ALIAS}set tag(m){throw new Error("Alias nodes cannot have tags")}toJSON(m,w){if(!w)return A(this.source,m,w);let{anchors:x,maxAliasCount:R}=w,O=x.get(this.source);if(!O||O.res===void 0){let D="This should not happen: Alias anchor was not resolved?";throw this.cstNode?new c.YAMLReferenceError(this.cstNode,D):new ReferenceError(D)}if(R>=0&&(O.count+=1,O.aliasCount===0&&(O.aliasCount=$e(this.source,x)),O.count*O.aliasCount>R)){let D="Excessive alias count indicates a resource exhaustion attack";throw this.cstNode?new c.YAMLReferenceError(this.cstNode,D):new ReferenceError(D)}return O.res}toString(m){return iu.stringify(this,m)}};c._defineProperty(xe,"default",!0);function Re(b,m){let w=m instanceof k?m.value:m;for(let x of b)if(x instanceof ce&&(x.key===m||x.key===w||x.key&&x.key.value===w))return x}var Ge=class extends N{add(b,m){b?b instanceof ce||(b=new ce(b.key||b,b.value)):b=new ce(b);let w=Re(this.items,b.key),x=this.schema&&this.schema.sortMapEntries;if(w)if(m)w.value=b.value;else throw new Error(`Key ${b.key} already set`);else if(x){let R=this.items.findIndex(O=>x(b,O)<0);R===-1?this.items.push(b):this.items.splice(R,0,b)}else this.items.push(b)}delete(b){let m=Re(this.items,b);return m?this.items.splice(this.items.indexOf(m),1).length>0:!1}get(b,m){let w=Re(this.items,b),x=w&&w.value;return!m&&x instanceof k?x.value:x}has(b){return!!Re(this.items,b)}set(b,m){this.add(new ce(b,m),!0)}toJSON(b,m,w){let x=w?new w:m&&m.mapAsMap?new Map:{};m&&m.onCreate&&m.onCreate(x);for(let R of this.items)R.addToJSMap(m,x);return x}toString(b,m,w){if(!b)return JSON.stringify(this);for(let x of this.items)if(!(x instanceof ce))throw new Error(`Map items must all be pairs; found ${JSON.stringify(x)} instead`);return super.toString(b,{blockItem:x=>x.str,flowChars:{start:"{",end:"}"},isMap:!0,itemIndent:b.indent||""},m,w)}},Qe="<<",oe=class extends ce{constructor(b){if(b instanceof ce){let m=b.value;m instanceof j||(m=new j,m.items.push(b.value),m.range=b.value.range),super(b.key,m),this.range=b.range}else super(new k(Qe),new j);this.type=ce.Type.MERGE_PAIR}addToJSMap(b,m){for(let{source:w}of this.value.items){if(!(w instanceof Ge))throw new Error("Merge sources must be maps");let x=w.toJSON(null,b,Map);for(let[R,O]of x)m instanceof Map?m.has(R)||m.set(R,O):m instanceof Set?m.add(R):Object.prototype.hasOwnProperty.call(m,R)||Object.defineProperty(m,R,{value:O,writable:!0,enumerable:!0,configurable:!0})}return m}toString(b,m){let w=this.value;if(w.items.length>1)return super.toString(b,m);this.value=w.items[0];let x=super.toString(b,m);return this.value=w,x}},I={defaultType:c.Type.BLOCK_LITERAL,lineWidth:76},C={trueStr:"true",falseStr:"false"},V={asBigInt:!1},H={nullStr:"null"},K={defaultType:c.Type.PLAIN,doubleQuoted:{jsonEncoding:!1,minMultiLineLength:40},fold:{lineWidth:80,minContentWidth:20}};function z(b,m,w){for(let{format:x,test:R,resolve:O}of m)if(R){let D=b.match(R);if(D){let F=O.apply(null,D);return F instanceof k||(F=new k(F)),x&&(F.format=x),F}}return w&&(b=w(b)),new k(b)}var Y="flow",G="block",pe="quoted",fe=(b,m)=>{let w=b[m+1];for(;w===" "||w===" ";){do w=b[m+=1];while(w&&w!==`
75
+ `);w=b[m+1]}return m};function Ee(b,m,w,{indentAtStart:x,lineWidth:R=80,minContentWidth:O=20,onFold:D,onOverflow:F}){if(!R||R<0)return b;let W=Math.max(1+O,1+R-m.length);if(b.length<=W)return b;let X=[],de={},be=R-m.length;typeof x=="number"&&(x>R-Math.max(2,O)?X.push(0):be=R-x);let nt,Ne,Ze=!1,Fe=-1,Ke=-1,gt=-1;w===G&&(Fe=fe(b,Fe),Fe!==-1&&(be=Fe+W));for(let at;at=b[Fe+=1];){if(w===pe&&at==="\\"){switch(Ke=Fe,b[Fe+1]){case"x":Fe+=3;break;case"u":Fe+=5;break;case"U":Fe+=9;break;default:Fe+=1}gt=Fe}if(at===`
76
+ `)w===G&&(Fe=fe(b,Fe)),be=Fe+W,nt=void 0;else{if(at===" "&&Ne&&Ne!==" "&&Ne!==`
77
+ `&&Ne!==" "){let Je=b[Fe+1];Je&&Je!==" "&&Je!==`
78
+ `&&Je!==" "&&(nt=Fe)}if(Fe>=be)if(nt)X.push(nt),be=nt+W,nt=void 0;else if(w===pe){for(;Ne===" "||Ne===" ";)Ne=at,at=b[Fe+=1],Ze=!0;let Je=Fe>gt+1?Fe-2:Ke-1;if(de[Je])return b;X.push(Je),de[Je]=!0,be=Je+W,nt=void 0}else Ze=!0}Ne=at}if(Ze&&F&&F(),X.length===0)return b;D&&D();let Ve=b.slice(0,X[0]);for(let at=0;at<X.length;++at){let Je=X[at],_t=X[at+1]||b.length;Je===0?Ve=`
79
+ ${m}${b.slice(0,_t)}`:(w===pe&&de[Je]&&(Ve+=`${b[Je]}\\`),Ve+=`
80
+ ${m}${b.slice(Je+1,_t)}`)}return Ve}var it=({indentAtStart:b})=>b?Object.assign({indentAtStart:b},K.fold):K.fold,ot=b=>/^(%|---|\.\.\.)/m.test(b);function st(b,m,w){if(!m||m<0)return!1;let x=m-w,R=b.length;if(R<=x)return!1;for(let O=0,D=0;O<R;++O)if(b[O]===`
81
+ `){if(O-D>x)return!0;if(D=O+1,R-D<=x)return!1}return!0}function mt(b,m){let{implicitKey:w}=m,{jsonEncoding:x,minMultiLineLength:R}=K.doubleQuoted,O=JSON.stringify(b);if(x)return O;let D=m.indent||(ot(b)?" ":""),F="",W=0;for(let X=0,de=O[X];de;de=O[++X])if(de===" "&&O[X+1]==="\\"&&O[X+2]==="n"&&(F+=O.slice(W,X)+"\\ ",X+=1,W=X,de="\\"),de==="\\")switch(O[X+1]){case"u":{F+=O.slice(W,X);let be=O.substr(X+2,4);switch(be){case"0000":F+="\\0";break;case"0007":F+="\\a";break;case"000b":F+="\\v";break;case"001b":F+="\\e";break;case"0085":F+="\\N";break;case"00a0":F+="\\_";break;case"2028":F+="\\L";break;case"2029":F+="\\P";break;default:be.substr(0,2)==="00"?F+="\\x"+be.substr(2):F+=O.substr(X,6)}X+=5,W=X+1}break;case"n":if(w||O[X+2]==='"'||O.length<R)X+=1;else{for(F+=O.slice(W,X)+`
61
82
 
62
- `;R[K+2]==="\\"&&R[K+3]==="n"&&R[K+4]!=='"';)D+=`
63
- `,K+=2;D+=L,R[K+2]===" "&&(D+="\\"),K+=1,V=K+1}break;default:K+=1}return D=V?D+R.slice(V):R,w?D:Ae(D,L,ue,nt(m))}function wt(b,m){if(m.implicitKey){if(/\n/.test(b))return dt(b,m)}else if(/[ \t]\n|\n[ \t]/.test(b))return dt(b,m);let w=m.indent||(rt(b)?" ":""),T="'"+b.replace(/'/g,"''").replace(/\n+/g,`$&
64
- ${w}`)+"'";return m.implicitKey?T:Ae(T,w,H,nt(m))}function ae({comment:b,type:m,value:w},T,O,R){if(/\n[\t ]+$/.test(w)||/^\s*$/.test(w))return dt(w,T);let L=T.indent||(T.forceBlockIndent||rt(w)?" ":""),D=L?"2":"1",V=m===c.Type.BLOCK_FOLDED?!1:m===c.Type.BLOCK_LITERAL?!0:!at(w,G.fold.lineWidth,L.length),K=V?"|":">";if(!w)return K+`
65
- `;let pe="",ye="";if(w=w.replace(/[\n\t ]*$/,Me=>{let Xe=Me.indexOf(`
66
- `);return Xe===-1?K+="-":(w===Me||Xe!==Me.length-1)&&(K+="+",R&&R()),ye=Me.replace(/\n$/,""),""}).replace(/^[\n ]*/,Me=>{Me.indexOf(" ")!==-1&&(K+=D);let Xe=Me.match(/ +$/);return Xe?(pe=Me.slice(0,-Xe[0].length),Xe[0]):(pe=Me,"")}),ye&&(ye=ye.replace(/\n+(?!\n|$)/g,`$&${L}`)),pe&&(pe=pe.replace(/\n+/g,`$&${L}`)),b&&(K+=" #"+b.replace(/ ?[\r\n]+/g," "),O&&O()),!w)return`${K}${D}
67
- ${L}${ye}`;if(V)return w=w.replace(/\n+/g,`$&${L}`),`${K}
68
- ${L}${pe}${w}${ye}`;w=w.replace(/\n+/g,`
69
- $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${L}`);let et=Ae(`${pe}${w}${ye}`,L,J,G.fold);return`${K}
70
- ${L}${et}`}function E(b,m,w,T){let{comment:O,type:R,value:L}=b,{actualString:D,implicitKey:V,indent:K,inFlow:pe}=m;if(V&&/[\n[\]{},]/.test(L)||pe&&/[[\]{},]/.test(L))return dt(L,m);if(!L||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(L))return V||pe||L.indexOf(`
71
- `)===-1?L.indexOf('"')!==-1&&L.indexOf("'")===-1?wt(L,m):dt(L,m):ae(b,m,w,T);if(!V&&!pe&&R!==c.Type.PLAIN&&L.indexOf(`
72
- `)!==-1)return ae(b,m,w,T);if(K===""&&rt(L))return m.forceBlockIndent=!0,ae(b,m,w,T);let ye=L.replace(/\n+/g,`$&
73
- ${K}`);if(D){let{tags:Me}=m.doc.schema;if(typeof B(ye,Me,Me.scalarFallback).value!="string")return dt(L,m)}let et=V?ye:Ae(ye,K,H,nt(m));return O&&!pe&&(et.indexOf(`
74
- `)!==-1||O.indexOf(`
75
- `)!==-1)?(w&&w(),f(et,K,O)):et}function Y(b,m,w,T){let{defaultType:O}=G,{implicitKey:R,inFlow:L}=m,{type:D,value:V}=b;typeof V!="string"&&(V=String(V),b=Object.assign({},b,{value:V}));let K=ye=>{switch(ye){case c.Type.BLOCK_FOLDED:case c.Type.BLOCK_LITERAL:return ae(b,m,w,T);case c.Type.QUOTE_DOUBLE:return dt(V,m);case c.Type.QUOTE_SINGLE:return wt(V,m);case c.Type.PLAIN:return E(b,m,w,T);default:return null}};(D!==c.Type.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f]/.test(V)||(R||L)&&(D===c.Type.BLOCK_FOLDED||D===c.Type.BLOCK_LITERAL))&&(D=c.Type.QUOTE_DOUBLE);let pe=K(D);if(pe===null&&(pe=K(O),pe===null))throw new Error(`Unsupported default string type ${O}`);return pe}function fe({format:b,minFractionDigits:m,tag:w,value:T}){if(typeof T=="bigint")return String(T);if(!isFinite(T))return isNaN(T)?".nan":T<0?"-.inf":".inf";let O=JSON.stringify(T);if(!b&&m&&(!w||w==="tag:yaml.org,2002:float")&&/^\d/.test(O)){let R=O.indexOf(".");R<0&&(R=O.length,O+=".");let L=m-(O.length-R-1);for(;L-- >0;)O+="0"}return O}function me(b,m){let w,T;switch(m.type){case c.Type.FLOW_MAP:w="}",T="flow map";break;case c.Type.FLOW_SEQ:w="]",T="flow sequence";break;default:b.push(new c.YAMLSemanticError(m,"Not a flow collection!?"));return}let O;for(let R=m.items.length-1;R>=0;--R){let L=m.items[R];if(!L||L.type!==c.Type.COMMENT){O=L;break}}if(O&&O.char!==w){let R=`Expected ${T} to end with ${w}`,L;typeof O.offset=="number"?(L=new c.YAMLSemanticError(m,R),L.offset=O.offset+1):(L=new c.YAMLSemanticError(O,R),O.range&&O.range.end&&(L.offset=O.range.end-O.range.start)),b.push(L)}}function Ce(b,m){let w=m.context.src[m.range.start-1];if(w!==`
76
- `&&w!==" "&&w!==" "){let T="Comments must be separated from other tokens by white space characters";b.push(new c.YAMLSemanticError(m,T))}}function $e(b,m){let w=String(m),T=w.substr(0,8)+"..."+w.substr(-8);return new c.YAMLSemanticError(b,`The "${T}" key is too long`)}function qt(b,m){for(let{afterKey:w,before:T,comment:O}of m){let R=b.items[T];R?(w&&R.value&&(R=R.value),O===void 0?(w||!R.commentBefore)&&(R.spaceBefore=!0):R.commentBefore?R.commentBefore+=`
77
- `+O:R.commentBefore=O):O!==void 0&&(b.comment?b.comment+=`
78
- `+O:b.comment=O)}}function un(b,m){let w=m.strValue;return w?typeof w=="string"?w:(w.errors.forEach(T=>{T.source||(T.source=m),b.errors.push(T)}),w.str):""}function pn(b,m){let{handle:w,suffix:T}=m.tag,O=b.tagPrefixes.find(R=>R.handle===w);if(!O){let R=b.getDefaults().tagPrefixes;if(R&&(O=R.find(L=>L.handle===w)),!O)throw new c.YAMLSemanticError(m,`The ${w} tag handle is non-default and was not declared.`)}if(!T)throw new c.YAMLSemanticError(m,`The ${w} tag has no suffix.`);if(w==="!"&&(b.version||b.options.version)==="1.0"){if(T[0]==="^")return b.warnings.push(new c.YAMLWarning(m,"YAML 1.0 ^ tag expansion is not supported")),T;if(/[:/]/.test(T)){let R=T.match(/^([a-z0-9-]+)\/(.*)/i);return R?`tag:${R[1]}.yaml.org,2002:${R[2]}`:`tag:${T}`}}return O.prefix+decodeURIComponent(T)}function Zt(b,m){let{tag:w,type:T}=m,O=!1;if(w){let{handle:R,suffix:L,verbatim:D}=w;if(D){if(D!=="!"&&D!=="!!")return D;let V=`Verbatim tags aren't resolved, so ${D} is invalid.`;b.errors.push(new c.YAMLSemanticError(m,V))}else if(R==="!"&&!L)O=!0;else try{return pn(b,m)}catch(V){b.errors.push(V)}}switch(T){case c.Type.BLOCK_FOLDED:case c.Type.BLOCK_LITERAL:case c.Type.QUOTE_DOUBLE:case c.Type.QUOTE_SINGLE:return c.defaultTags.STR;case c.Type.FLOW_MAP:case c.Type.MAP:return c.defaultTags.MAP;case c.Type.FLOW_SEQ:case c.Type.SEQ:return c.defaultTags.SEQ;case c.Type.PLAIN:return O?c.defaultTags.STR:null;default:return null}}function kr(b,m,w){let{tags:T}=b.schema,O=[];for(let L of T)if(L.tag===w)if(L.test)O.push(L);else{let D=L.resolve(b,m);return D instanceof M?D:new k(D)}let R=un(b,m);return typeof R=="string"&&O.length>0?B(R,O,T.scalarFallback):null}function ci({type:b}){switch(b){case c.Type.FLOW_MAP:case c.Type.MAP:return c.defaultTags.MAP;case c.Type.FLOW_SEQ:case c.Type.SEQ:return c.defaultTags.SEQ;default:return c.defaultTags.STR}}function Xd(b,m,w){try{let T=kr(b,m,w);if(T)return w&&m.tag&&(T.tag=w),T}catch(T){return T.source||(T.source=m),b.errors.push(T),null}try{let T=ci(m);if(!T)throw new Error(`The tag ${w} is unavailable`);let O=`The tag ${w} is unavailable, falling back to ${T}`;b.warnings.push(new c.YAMLWarning(m,O));let R=kr(b,m,T);return R.tag=w,R}catch(T){let O=new c.YAMLReferenceError(m,T.message);return O.stack=T.stack,b.errors.push(O),null}}var Qd=b=>{if(!b)return!1;let{type:m}=b;return m===c.Type.MAP_KEY||m===c.Type.MAP_VALUE||m===c.Type.SEQ_ITEM};function Zd(b,m){let w={before:[],after:[]},T=!1,O=!1,R=Qd(m.context.parent)?m.context.parent.props.concat(m.props):m.props;for(let{start:L,end:D}of R)switch(m.context.src[L]){case c.Char.COMMENT:{if(!m.commentHasRequiredWhitespace(L)){let ye="Comments must be separated from other tokens by white space characters";b.push(new c.YAMLSemanticError(m,ye))}let{header:V,valueRange:K}=m;(K&&(L>K.start||V&&L>V.start)?w.after:w.before).push(m.context.src.slice(L+1,D));break}case c.Char.ANCHOR:if(T){let V="A node can have at most one anchor";b.push(new c.YAMLSemanticError(m,V))}T=!0;break;case c.Char.TAG:if(O){let V="A node can have at most one tag";b.push(new c.YAMLSemanticError(m,V))}O=!0;break}return{comments:w,hasAnchor:T,hasTag:O}}function eh(b,m){let{anchors:w,errors:T,schema:O}=b;if(m.type===c.Type.ALIAS){let L=m.rawValue,D=w.getNode(L);if(!D){let K=`Aliased anchor not found: ${L}`;return T.push(new c.YAMLReferenceError(m,K)),null}let V=new xe(D);return w._cstAliases.push(V),V}let R=Zt(b,m);if(R)return Xd(b,m,R);if(m.type!==c.Type.PLAIN){let L=`Failed to resolve ${m.type} node here`;return T.push(new c.YAMLSyntaxError(m,L)),null}try{let L=un(b,m);return B(L,O.tags,O.tags.scalarFallback)}catch(L){return L.source||(L.source=m),T.push(L),null}}function xn(b,m){if(!m)return null;m.error&&b.errors.push(m.error);let{comments:w,hasAnchor:T,hasTag:O}=Zd(b.errors,m);if(T){let{anchors:L}=b,D=m.anchor,V=L.getNode(D);V&&(L.map[L.newName(D)]=V),L.map[D]=m}if(m.type===c.Type.ALIAS&&(T||O)){let L="An alias node must not specify any properties";b.errors.push(new c.YAMLSemanticError(m,L))}let R=eh(b,m);if(R){R.range=[m.range.start,m.range.end],b.options.keepCstNodes&&(R.cstNode=m),b.options.keepNodeTypes&&(R.type=m.type);let L=w.before.join(`
79
- `);L&&(R.commentBefore=R.commentBefore?`${R.commentBefore}
80
- ${L}`:L);let D=w.after.join(`
81
- `);D&&(R.comment=R.comment?`${R.comment}
82
- ${D}`:D)}return m.resolved=R}function th(b,m){if(m.type!==c.Type.MAP&&m.type!==c.Type.FLOW_MAP){let L=`A ${m.type} node cannot be resolved as a mapping`;return b.errors.push(new c.YAMLSyntaxError(m,L)),null}let{comments:w,items:T}=m.type===c.Type.FLOW_MAP?ah(b,m):ih(b,m),O=new Ye;O.items=T,qt(O,w);let R=!1;for(let L=0;L<T.length;++L){let{key:D}=T[L];if(D instanceof M&&(R=!0),b.schema.merge&&D&&D.value===Ke){T[L]=new ie(T[L]);let V=T[L].value.items,K=null;V.some(pe=>{if(pe instanceof xe){let{type:ye}=pe.source;return ye===c.Type.MAP||ye===c.Type.FLOW_MAP?!1:K="Merge nodes aliases can only point to maps"}return K="Merge nodes can only have Alias nodes as values"}),K&&b.errors.push(new c.YAMLSemanticError(m,K))}else for(let V=L+1;V<T.length;++V){let{key:K}=T[V];if(D===K||D&&K&&Object.prototype.hasOwnProperty.call(D,"value")&&D.value===K.value){let pe=`Map keys must be unique; "${D}" is repeated`;b.errors.push(new c.YAMLSemanticError(m,pe));break}}}if(R&&!b.options.mapAsMap){let L="Keys with collection values will be stringified as YAML due to JS Object restrictions. Use mapAsMap: true to avoid this.";b.warnings.push(new c.YAMLWarning(m,L))}return m.resolved=O,O}var nh=({context:{lineStart:b,node:m,src:w},props:T})=>{if(T.length===0)return!1;let{start:O}=T[0];if(m&&O>m.valueRange.start||w[O]!==c.Char.COMMENT)return!1;for(let R=b;R<O;++R)if(w[R]===`
83
- `)return!1;return!0};function rh(b,m){if(!nh(b))return;let w=b.getPropValue(0,c.Char.COMMENT,!0),T=!1,O=m.value.commentBefore;if(O&&O.startsWith(w))m.value.commentBefore=O.substr(w.length+1),T=!0;else{let R=m.value.comment;!b.node&&R&&R.startsWith(w)&&(m.value.comment=R.substr(w.length+1),T=!0)}T&&(m.comment=w)}function ih(b,m){let w=[],T=[],O,R=null;for(let L=0;L<m.items.length;++L){let D=m.items[L];switch(D.type){case c.Type.BLANK_LINE:w.push({afterKey:!!O,before:T.length});break;case c.Type.COMMENT:w.push({afterKey:!!O,before:T.length,comment:D.comment});break;case c.Type.MAP_KEY:O!==void 0&&T.push(new se(O)),D.error&&b.errors.push(D.error),O=xn(b,D.node),R=null;break;case c.Type.MAP_VALUE:{if(O===void 0&&(O=null),D.error&&b.errors.push(D.error),!D.context.atLineStart&&D.node&&D.node.type===c.Type.MAP&&!D.node.context.atLineStart){let pe="Nested mappings are not allowed in compact mappings";b.errors.push(new c.YAMLSemanticError(D.node,pe))}let V=D.node;if(!V&&D.props.length>0){V=new c.PlainValue(c.Type.PLAIN,[]),V.context={parent:D,src:D.context.src};let pe=D.range.start+1;if(V.range={start:pe,end:pe},V.valueRange={start:pe,end:pe},typeof D.range.origStart=="number"){let ye=D.range.origStart+1;V.range.origStart=V.range.origEnd=ye,V.valueRange.origStart=V.valueRange.origEnd=ye}}let K=new se(O,xn(b,V));rh(D,K),T.push(K),O&&typeof R=="number"&&D.range.start>R+1024&&b.errors.push($e(m,O)),O=void 0,R=null}break;default:O!==void 0&&T.push(new se(O)),O=xn(b,D),R=D.range.start,D.error&&b.errors.push(D.error);e:for(let V=L+1;;++V){let K=m.items[V];switch(K&&K.type){case c.Type.BLANK_LINE:case c.Type.COMMENT:continue e;case c.Type.MAP_VALUE:break e;default:{let pe="Implicit map keys need to be followed by map values";b.errors.push(new c.YAMLSemanticError(D,pe));break e}}}if(D.valueRangeContainsNewline){let V="Implicit map keys need to be on a single line";b.errors.push(new c.YAMLSemanticError(D,V))}}}return O!==void 0&&T.push(new se(O)),{comments:w,items:T}}function ah(b,m){let w=[],T=[],O,R=!1,L="{";for(let D=0;D<m.items.length;++D){let V=m.items[D];if(typeof V.char=="string"){let{char:K,offset:pe}=V;if(K==="?"&&O===void 0&&!R){R=!0,L=":";continue}if(K===":"){if(O===void 0&&(O=null),L===":"){L=",";continue}}else if(R&&(O===void 0&&K!==","&&(O=null),R=!1),O!==void 0&&(T.push(new se(O)),O=void 0,K===",")){L=":";continue}if(K==="}"){if(D===m.items.length-1)continue}else if(K===L){L=":";continue}let ye=`Flow map contains an unexpected ${K}`,et=new c.YAMLSyntaxError(m,ye);et.offset=pe,b.errors.push(et)}else V.type===c.Type.BLANK_LINE?w.push({afterKey:!!O,before:T.length}):V.type===c.Type.COMMENT?(Ce(b.errors,V),w.push({afterKey:!!O,before:T.length,comment:V.comment})):O===void 0?(L===","&&b.errors.push(new c.YAMLSemanticError(V,"Separator , missing in flow map")),O=xn(b,V)):(L!==","&&b.errors.push(new c.YAMLSemanticError(V,"Indicator : missing in flow map entry")),T.push(new se(O,xn(b,V))),O=void 0,R=!1)}return me(b.errors,m),O!==void 0&&T.push(new se(O)),{comments:w,items:T}}function oh(b,m){if(m.type!==c.Type.SEQ&&m.type!==c.Type.FLOW_SEQ){let R=`A ${m.type} node cannot be resolved as a sequence`;return b.errors.push(new c.YAMLSyntaxError(m,R)),null}let{comments:w,items:T}=m.type===c.Type.FLOW_SEQ?lh(b,m):sh(b,m),O=new q;if(O.items=T,qt(O,w),!b.options.mapAsMap&&T.some(R=>R instanceof se&&R.key instanceof M)){let R="Keys with collection values will be stringified as YAML due to JS Object restrictions. Use mapAsMap: true to avoid this.";b.warnings.push(new c.YAMLWarning(m,R))}return m.resolved=O,O}function sh(b,m){let w=[],T=[];for(let O=0;O<m.items.length;++O){let R=m.items[O];switch(R.type){case c.Type.BLANK_LINE:w.push({before:T.length});break;case c.Type.COMMENT:w.push({comment:R.comment,before:T.length});break;case c.Type.SEQ_ITEM:if(R.error&&b.errors.push(R.error),T.push(xn(b,R.node)),R.hasProps){let L="Sequence items cannot have tags or anchors before the - indicator";b.errors.push(new c.YAMLSemanticError(R,L))}break;default:R.error&&b.errors.push(R.error),b.errors.push(new c.YAMLSyntaxError(R,`Unexpected ${R.type} node in sequence`))}}return{comments:w,items:T}}function lh(b,m){let w=[],T=[],O=!1,R,L=null,D="[",V=null;for(let K=0;K<m.items.length;++K){let pe=m.items[K];if(typeof pe.char=="string"){let{char:ye,offset:et}=pe;if(ye!==":"&&(O||R!==void 0)&&(O&&R===void 0&&(R=D?T.pop():null),T.push(new se(R)),O=!1,R=void 0,L=null),ye===D)D=null;else if(!D&&ye==="?")O=!0;else if(D!=="["&&ye===":"&&R===void 0){if(D===","){if(R=T.pop(),R instanceof se){let Me="Chaining flow sequence pairs is invalid",Xe=new c.YAMLSemanticError(m,Me);Xe.offset=et,b.errors.push(Xe)}if(!O&&typeof L=="number"){let Me=pe.range?pe.range.start:pe.offset;Me>L+1024&&b.errors.push($e(m,R));let{src:Xe}=V.context;for(let De=L;De<Me;++De)if(Xe[De]===`
84
- `){let Je="Implicit keys of flow sequence pairs need to be on a single line";b.errors.push(new c.YAMLSemanticError(V,Je));break}}}else R=null;L=null,O=!1,D=null}else if(D==="["||ye!=="]"||K<m.items.length-1){let Me=`Flow sequence contains an unexpected ${ye}`,Xe=new c.YAMLSyntaxError(m,Me);Xe.offset=et,b.errors.push(Xe)}}else if(pe.type===c.Type.BLANK_LINE)w.push({before:T.length});else if(pe.type===c.Type.COMMENT)Ce(b.errors,pe),w.push({comment:pe.comment,before:T.length});else{if(D){let et=`Expected a ${D} in flow sequence`;b.errors.push(new c.YAMLSemanticError(pe,et))}let ye=xn(b,pe);R===void 0?(T.push(ye),V=pe):(T.push(new se(R,ye)),R=void 0),L=pe.range.start,D=","}}return me(b.errors,m),R!==void 0&&T.push(new se(R)),{comments:w,items:T}}l.Alias=xe,l.Collection=M,l.Merge=ie,l.Node=x,l.Pair=se,l.Scalar=k,l.YAMLMap=Ye,l.YAMLSeq=q,l.addComment=S,l.binaryOptions=I,l.boolOptions=C,l.findPair=_e,l.intOptions=z,l.isEmptyPath=X,l.nullOptions=W,l.resolveMap=th,l.resolveNode=xn,l.resolveSeq=oh,l.resolveString=un,l.strOptions=G,l.stringifyNumber=fe,l.stringifyString=Y,l.toJSON=v}}),Ja=Mt({"node_modules/yaml/dist/warnings-1000a372.js"(l){var c=br(),f=ni(),S={identify:B=>B instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve:(B,H)=>{let J=f.resolveString(B,H);if(typeof Buffer=="function")return Buffer.from(J,"base64");if(typeof atob=="function"){let ue=atob(J.replace(/[\n\r]/g,"")),he=new Uint8Array(ue.length);for(let Ae=0;Ae<ue.length;++Ae)he[Ae]=ue.charCodeAt(Ae);return he}else{let ue="This environment does not support reading binary tags; either Buffer or atob is required";return B.errors.push(new c.YAMLReferenceError(H,ue)),null}},options:f.binaryOptions,stringify:({comment:B,type:H,value:J},ue,he,Ae)=>{let nt;if(typeof Buffer=="function")nt=J instanceof Buffer?J.toString("base64"):Buffer.from(J.buffer).toString("base64");else if(typeof btoa=="function"){let rt="";for(let at=0;at<J.length;++at)rt+=String.fromCharCode(J[at]);nt=btoa(rt)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(H||(H=f.binaryOptions.defaultType),H===c.Type.QUOTE_DOUBLE)J=nt;else{let{lineWidth:rt}=f.binaryOptions,at=Math.ceil(nt.length/rt),dt=new Array(at);for(let wt=0,ae=0;wt<at;++wt,ae+=rt)dt[wt]=nt.substr(ae,rt);J=dt.join(H===c.Type.BLOCK_LITERAL?`
85
- `:" ")}return f.stringifyString({comment:B,type:H,value:J},ue,he,Ae)}};function x(B,H){let J=f.resolveSeq(B,H);for(let ue=0;ue<J.items.length;++ue){let he=J.items[ue];if(!(he instanceof f.Pair)){if(he instanceof f.YAMLMap){if(he.items.length>1){let nt="Each pair must have its own sequence indicator";throw new c.YAMLSemanticError(H,nt)}let Ae=he.items[0]||new f.Pair;he.commentBefore&&(Ae.commentBefore=Ae.commentBefore?`${he.commentBefore}
86
- ${Ae.commentBefore}`:he.commentBefore),he.comment&&(Ae.comment=Ae.comment?`${he.comment}
87
- ${Ae.comment}`:he.comment),he=Ae}J.items[ue]=he instanceof f.Pair?he:new f.Pair(he)}}return J}function v(B,H,J){let ue=new f.YAMLSeq(B);ue.tag="tag:yaml.org,2002:pairs";for(let he of H){let Ae,nt;if(Array.isArray(he))if(he.length===2)Ae=he[0],nt=he[1];else throw new TypeError(`Expected [key, value] tuple: ${he}`);else if(he&&he instanceof Object){let at=Object.keys(he);if(at.length===1)Ae=at[0],nt=he[Ae];else throw new TypeError(`Expected { key: value } tuple: ${he}`)}else Ae=he;let rt=B.createPair(Ae,nt,J);ue.items.push(rt)}return ue}var k={default:!1,tag:"tag:yaml.org,2002:pairs",resolve:x,createNode:v},N=class gc extends f.YAMLSeq{constructor(){super(),c._defineProperty(this,"add",f.YAMLMap.prototype.add.bind(this)),c._defineProperty(this,"delete",f.YAMLMap.prototype.delete.bind(this)),c._defineProperty(this,"get",f.YAMLMap.prototype.get.bind(this)),c._defineProperty(this,"has",f.YAMLMap.prototype.has.bind(this)),c._defineProperty(this,"set",f.YAMLMap.prototype.set.bind(this)),this.tag=gc.tag}toJSON(H,J){let ue=new Map;J&&J.onCreate&&J.onCreate(ue);for(let he of this.items){let Ae,nt;if(he instanceof f.Pair?(Ae=f.toJSON(he.key,"",J),nt=f.toJSON(he.value,Ae,J)):Ae=f.toJSON(he,"",J),ue.has(Ae))throw new Error("Ordered maps must not include duplicate keys");ue.set(Ae,nt)}return ue}};c._defineProperty(N,"tag","tag:yaml.org,2002:omap");function X(B,H){let J=x(B,H),ue=[];for(let{key:he}of J.items)if(he instanceof f.Scalar)if(ue.includes(he.value)){let Ae="Ordered maps must not include duplicate keys";throw new c.YAMLSemanticError(H,Ae)}else ue.push(he.value);return Object.assign(new N,J)}function M(B,H,J){let ue=v(B,H,J),he=new N;return he.items=ue.items,he}var re={identify:B=>B instanceof Map,nodeClass:N,default:!1,tag:"tag:yaml.org,2002:omap",resolve:X,createNode:M},q=class yc extends f.YAMLMap{constructor(){super(),this.tag=yc.tag}add(H){let J=H instanceof f.Pair?H:new f.Pair(H);f.findPair(this.items,J.key)||this.items.push(J)}get(H,J){let ue=f.findPair(this.items,H);return!J&&ue instanceof f.Pair?ue.key instanceof f.Scalar?ue.key.value:ue.key:ue}set(H,J){if(typeof J!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof J}`);let ue=f.findPair(this.items,H);ue&&!J?this.items.splice(this.items.indexOf(ue),1):!ue&&J&&this.items.push(new f.Pair(H))}toJSON(H,J){return super.toJSON(H,J,Set)}toString(H,J,ue){if(!H)return JSON.stringify(this);if(this.hasAllNullValues())return super.toString(H,J,ue);throw new Error("Set items must all have null values")}};c._defineProperty(q,"tag","tag:yaml.org,2002:set");function de(B,H){let J=f.resolveMap(B,H);if(!J.hasAllNullValues())throw new c.YAMLSemanticError(H,"Set items must all have null values");return Object.assign(new q,J)}function se(B,H,J){let ue=new q;for(let he of H)ue.items.push(B.createPair(he,null,J));return ue}var Ue={identify:B=>B instanceof Set,nodeClass:q,default:!1,tag:"tag:yaml.org,2002:set",resolve:de,createNode:se},xe=(B,H)=>{let J=H.split(":").reduce((ue,he)=>ue*60+Number(he),0);return B==="-"?-J:J},_e=({value:B})=>{if(isNaN(B)||!isFinite(B))return f.stringifyNumber(B);let H="";B<0&&(H="-",B=Math.abs(B));let J=[B%60];return B<60?J.unshift(0):(B=Math.round((B-J[0])/60),J.unshift(B%60),B>=60&&(B=Math.round((B-J[0])/60),J.unshift(B))),H+J.map(ue=>ue<10?"0"+String(ue):String(ue)).join(":").replace(/000000\d*$/,"")},Ye={identify:B=>typeof B=="number",default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^([-+]?)([0-9][0-9_]*(?::[0-5]?[0-9])+)$/,resolve:(B,H,J)=>xe(H,J.replace(/_/g,"")),stringify:_e},Ke={identify:B=>typeof B=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^([-+]?)([0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*)$/,resolve:(B,H,J)=>xe(H,J.replace(/_/g,"")),stringify:_e},ie={identify:B=>B instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:/^(?:([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\.[0-9]+)?)(?:[ \t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?)$/,resolve:(B,H,J,ue,he,Ae,nt,rt,at)=>{rt&&(rt=(rt+"00").substr(1,3));let dt=Date.UTC(H,J-1,ue,he||0,Ae||0,nt||0,rt||0);if(at&&at!=="Z"){let wt=xe(at[0],at.slice(1));Math.abs(wt)<30&&(wt*=60),dt-=6e4*wt}return new Date(dt)},stringify:({value:B})=>B.toISOString().replace(/((T00:00)?:00)?\.000Z$/,"")};function I(B){let H=typeof process!="undefined"&&process.env||{};return B?typeof YAML_SILENCE_DEPRECATION_WARNINGS!="undefined"?!YAML_SILENCE_DEPRECATION_WARNINGS:!H.YAML_SILENCE_DEPRECATION_WARNINGS:typeof YAML_SILENCE_WARNINGS!="undefined"?!YAML_SILENCE_WARNINGS:!H.YAML_SILENCE_WARNINGS}function C(B,H){if(I(!1)){let J=typeof process!="undefined"&&process.emitWarning;J?J(B,H):console.warn(H?`${H}: ${B}`:B)}}function z(B){if(I(!0)){let H=B.replace(/.*yaml[/\\]/i,"").replace(/\.js$/,"").replace(/\\/g,"/");C(`The endpoint 'yaml/${H}' will be removed in a future release.`,"DeprecationWarning")}}var W={};function G(B,H){if(!W[B]&&I(!0)){W[B]=!0;let J=`The option '${B}' will be removed in a future release`;J+=H?`, use '${H}' instead.`:".",C(J,"DeprecationWarning")}}l.binary=S,l.floatTime=Ke,l.intTime=Ye,l.omap=re,l.pairs=k,l.set=Ue,l.timestamp=ie,l.warn=C,l.warnFileDeprecation=z,l.warnOptionDeprecation=G}}),wl=Mt({"node_modules/yaml/dist/Schema-88e323a7.js"(l){var c=br(),f=ni(),S=Ja();function x(E,Y,fe){let me=new f.YAMLMap(E);if(Y instanceof Map)for(let[Ce,$e]of Y)me.items.push(E.createPair(Ce,$e,fe));else if(Y&&typeof Y=="object")for(let Ce of Object.keys(Y))me.items.push(E.createPair(Ce,Y[Ce],fe));return typeof E.sortMapEntries=="function"&&me.items.sort(E.sortMapEntries),me}var v={createNode:x,default:!0,nodeClass:f.YAMLMap,tag:"tag:yaml.org,2002:map",resolve:f.resolveMap};function k(E,Y,fe){let me=new f.YAMLSeq(E);if(Y&&Y[Symbol.iterator])for(let Ce of Y){let $e=E.createNode(Ce,fe.wrapScalars,null,fe);me.items.push($e)}return me}var N={createNode:k,default:!0,nodeClass:f.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve:f.resolveSeq},X={identify:E=>typeof E=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:f.resolveString,stringify(E,Y,fe,me){return Y=Object.assign({actualString:!0},Y),f.stringifyString(E,Y,fe,me)},options:f.strOptions},M=[v,N,X],re=E=>typeof E=="bigint"||Number.isInteger(E),q=(E,Y,fe)=>f.intOptions.asBigInt?BigInt(E):parseInt(Y,fe);function de(E,Y,fe){let{value:me}=E;return re(me)&&me>=0?fe+me.toString(Y):f.stringifyNumber(E)}var se={identify:E=>E==null,createNode:(E,Y,fe)=>fe.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>null,options:f.nullOptions,stringify:()=>f.nullOptions.nullStr},Ue={identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:E=>E[0]==="t"||E[0]==="T",options:f.boolOptions,stringify:({value:E})=>E?f.boolOptions.trueStr:f.boolOptions.falseStr},xe={identify:E=>re(E)&&E>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o([0-7]+)$/,resolve:(E,Y)=>q(E,Y,8),options:f.intOptions,stringify:E=>de(E,8,"0o")},_e={identify:re,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:E=>q(E,E,10),options:f.intOptions,stringify:f.stringifyNumber},Ye={identify:E=>re(E)&&E>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x([0-9a-fA-F]+)$/,resolve:(E,Y)=>q(E,Y,16),options:f.intOptions,stringify:E=>de(E,16,"0x")},Ke={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.inf|(\.nan))$/i,resolve:(E,Y)=>Y?NaN:E[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:f.stringifyNumber},ie={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:E=>parseFloat(E),stringify:({value:E})=>Number(E).toExponential()},I={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.([0-9]+)|[0-9]+\.([0-9]*))$/,resolve(E,Y,fe){let me=Y||fe,Ce=new f.Scalar(parseFloat(E));return me&&me[me.length-1]==="0"&&(Ce.minFractionDigits=me.length),Ce},stringify:f.stringifyNumber},C=M.concat([se,Ue,xe,_e,Ye,Ke,ie,I]),z=E=>typeof E=="bigint"||Number.isInteger(E),W=({value:E})=>JSON.stringify(E),G=[v,N,{identify:E=>typeof E=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:f.resolveString,stringify:W},{identify:E=>E==null,createNode:(E,Y,fe)=>fe.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:W},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true|false$/,resolve:E=>E==="true",stringify:W},{identify:z,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:E=>f.intOptions.asBigInt?BigInt(E):parseInt(E,10),stringify:({value:E})=>z(E)?E.toString():JSON.stringify(E)},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:E=>parseFloat(E),stringify:W}];G.scalarFallback=E=>{throw new SyntaxError(`Unresolved plain scalar ${JSON.stringify(E)}`)};var B=({value:E})=>E?f.boolOptions.trueStr:f.boolOptions.falseStr,H=E=>typeof E=="bigint"||Number.isInteger(E);function J(E,Y,fe){let me=Y.replace(/_/g,"");if(f.intOptions.asBigInt){switch(fe){case 2:me=`0b${me}`;break;case 8:me=`0o${me}`;break;case 16:me=`0x${me}`;break}let $e=BigInt(me);return E==="-"?BigInt(-1)*$e:$e}let Ce=parseInt(me,fe);return E==="-"?-1*Ce:Ce}function ue(E,Y,fe){let{value:me}=E;if(H(me)){let Ce=me.toString(Y);return me<0?"-"+fe+Ce.substr(1):fe+Ce}return f.stringifyNumber(E)}var he=M.concat([{identify:E=>E==null,createNode:(E,Y,fe)=>fe.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>null,options:f.nullOptions,stringify:()=>f.nullOptions.nullStr},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>!0,options:f.boolOptions,stringify:B},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i,resolve:()=>!1,options:f.boolOptions,stringify:B},{identify:H,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^([-+]?)0b([0-1_]+)$/,resolve:(E,Y,fe)=>J(Y,fe,2),stringify:E=>ue(E,2,"0b")},{identify:H,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^([-+]?)0([0-7_]+)$/,resolve:(E,Y,fe)=>J(Y,fe,8),stringify:E=>ue(E,8,"0")},{identify:H,default:!0,tag:"tag:yaml.org,2002:int",test:/^([-+]?)([0-9][0-9_]*)$/,resolve:(E,Y,fe)=>J(Y,fe,10),stringify:f.stringifyNumber},{identify:H,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^([-+]?)0x([0-9a-fA-F_]+)$/,resolve:(E,Y,fe)=>J(Y,fe,16),stringify:E=>ue(E,16,"0x")},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.inf|(\.nan))$/i,resolve:(E,Y)=>Y?NaN:E[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:f.stringifyNumber},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?([0-9][0-9_]*)?(\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:E=>parseFloat(E.replace(/_/g,"")),stringify:({value:E})=>Number(E).toExponential()},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.([0-9_]*)$/,resolve(E,Y){let fe=new f.Scalar(parseFloat(E.replace(/_/g,"")));if(Y){let me=Y.replace(/_/g,"");me[me.length-1]==="0"&&(fe.minFractionDigits=me.length)}return fe},stringify:f.stringifyNumber}],S.binary,S.omap,S.pairs,S.set,S.intTime,S.floatTime,S.timestamp),Ae={core:C,failsafe:M,json:G,yaml11:he},nt={binary:S.binary,bool:Ue,float:I,floatExp:ie,floatNaN:Ke,floatTime:S.floatTime,int:_e,intHex:Ye,intOct:xe,intTime:S.intTime,map:v,null:se,omap:S.omap,pairs:S.pairs,seq:N,set:S.set,timestamp:S.timestamp};function rt(E,Y,fe){if(Y){let me=fe.filter($e=>$e.tag===Y),Ce=me.find($e=>!$e.format)||me[0];if(!Ce)throw new Error(`Tag ${Y} not found`);return Ce}return fe.find(me=>(me.identify&&me.identify(E)||me.class&&E instanceof me.class)&&!me.format)}function at(E,Y,fe){if(E instanceof f.Node)return E;let{defaultPrefix:me,onTagObj:Ce,prevObjects:$e,schema:qt,wrapScalars:un}=fe;Y&&Y.startsWith("!!")&&(Y=me+Y.slice(2));let pn=rt(E,Y,qt.tags);if(!pn){if(typeof E.toJSON=="function"&&(E=E.toJSON()),!E||typeof E!="object")return un?new f.Scalar(E):E;pn=E instanceof Map?v:E[Symbol.iterator]?N:v}Ce&&(Ce(pn),delete fe.onTagObj);let Zt={value:void 0,node:void 0};if(E&&typeof E=="object"&&$e){let kr=$e.get(E);if(kr){let ci=new f.Alias(kr);return fe.aliasNodes.push(ci),ci}Zt.value=E,$e.set(E,Zt)}return Zt.node=pn.createNode?pn.createNode(fe.schema,E,fe):un?new f.Scalar(E):E,Y&&Zt.node instanceof f.Node&&(Zt.node.tag=Y),Zt.node}function dt(E,Y,fe,me){let Ce=E[me.replace(/\W/g,"")];if(!Ce){let $e=Object.keys(E).map(qt=>JSON.stringify(qt)).join(", ");throw new Error(`Unknown schema "${me}"; use one of ${$e}`)}if(Array.isArray(fe))for(let $e of fe)Ce=Ce.concat($e);else typeof fe=="function"&&(Ce=fe(Ce.slice()));for(let $e=0;$e<Ce.length;++$e){let qt=Ce[$e];if(typeof qt=="string"){let un=Y[qt];if(!un){let pn=Object.keys(Y).map(Zt=>JSON.stringify(Zt)).join(", ");throw new Error(`Unknown custom tag "${qt}"; use one of ${pn}`)}Ce[$e]=un}}return Ce}var wt=(E,Y)=>E.key<Y.key?-1:E.key>Y.key?1:0,ae=class bc{constructor({customTags:Y,merge:fe,schema:me,sortMapEntries:Ce,tags:$e}){this.merge=!!fe,this.name=me,this.sortMapEntries=Ce===!0?wt:Ce||null,!Y&&$e&&S.warnOptionDeprecation("tags","customTags"),this.tags=dt(Ae,nt,Y||$e,me)}createNode(Y,fe,me,Ce){let $e={defaultPrefix:bc.defaultPrefix,schema:this,wrapScalars:fe},qt=Ce?Object.assign(Ce,$e):$e;return at(Y,me,qt)}createPair(Y,fe,me){me||(me={wrapScalars:!0});let Ce=this.createNode(Y,me.wrapScalars,null,me),$e=this.createNode(fe,me.wrapScalars,null,me);return new f.Pair(Ce,$e)}};c._defineProperty(ae,"defaultPrefix",c.defaultTagPrefix),c._defineProperty(ae,"defaultTags",c.defaultTags),l.Schema=ae}}),Sl=Mt({"node_modules/yaml/dist/types.js"(l){var c=ni(),f=wl();br(),Ja(),l.Alias=c.Alias,l.Collection=c.Collection,l.Merge=c.Merge,l.Node=c.Node,l.Pair=c.Pair,l.Scalar=c.Scalar,l.YAMLMap=c.YAMLMap,l.YAMLSeq=c.YAMLSeq,l.binaryOptions=c.binaryOptions,l.boolOptions=c.boolOptions,l.intOptions=c.intOptions,l.nullOptions=c.nullOptions,l.strOptions=c.strOptions,l.Schema=f.Schema}}),Ga={},Ka=()=>Ga,xl=l=>{Object.assign(Ga,l)},Tl=class{constructor(){this.data={}}unregister(l){l?delete this.data[l]:this.data={}}register(l,c){this.data[l]=c}registerMany(l){Object.keys(l).forEach(c=>{this.data[c]=l[c]})}get(l){return this.data[l]}list(){return this.data}},Xa=Tl,Ve={},Qa=Ve,Ve.defaultInvalidTypeProduct=void 0,Ve.defaultRandExpMax=10,Ve.pruneProperties=[],Ve.ignoreProperties=[],Ve.ignoreMissingRefs=!1,Ve.failOnInvalidTypes=!0,Ve.failOnInvalidFormat=!0,Ve.alwaysFakeOptionals=!1,Ve.optionalsProbability=null,Ve.fixedProbabilities=!1,Ve.useExamplesValue=!1,Ve.useDefaultValue=!1,Ve.requiredOnly=!1,Ve.omitNulls=!1,Ve.minItems=0,Ve.maxItems=null,Ve.minLength=0,Ve.maxLength=null,Ve.resolveJsonPath=!1,Ve.reuseProperties=!1,Ve.fillProperties=!0,Ve.sortProperties=!1,Ve.replaceEmptyByRandomValue=!1,Ve.random=Math.random,Ve.minDateTime=new Date("1889-12-31T00:00:00.000Z"),Ve.maxDateTime=new Date("1970-01-01T00:00:01.000Z"),Ve.renderTitle=!0,Ve.renderDescription=!0,Ve.renderComment=!1,kl=class extends Xa{constructor(){super(),this.data={...Qa},this._defaults=Qa}get defaults(){return{...this._defaults}}},vl=kl,wr=new vl,d.getDefaults=()=>wr.defaults,Ee=d,Za=["integer","number","string","boolean"],eo=Za.concat(["null"]),Al=["array","object"].concat(eo),El=2524608e6,_l=-1e8,Ol=1e8,Rl=-100,Il=100,Qt={ALLOWED_TYPES:Za,SCALAR_TYPES:eo,ALL_TYPES:Al,MIN_NUMBER:Rl,MAX_NUMBER:Il,MIN_INTEGER:_l,MAX_INTEGER:Ol,MOST_NEAR_DATETIME:El},ri=Ya(bl(),1),ve={pick:g,date:ce,shuffle:P,number:Q,randexp:y},Cl=/^(0|[1-9][0-9]*)$/,We={hasProperties:U,getLocalRef:te,omitProps:A,typecast:qe,merge:F,clone:Se,short:je,hasValue:Ie,notValue:Pe,anyValue:ge,validate:ot,validateValueForSchema:Ze,validateValueForOneOf:It,isKey:Ft,template:Tt,shouldClean:_,clean:yt,isEmpty:Ct,clampDate:Fe},Pl=class{constructor(){this.registry={},this.support={}}reset(l){l?(delete this.registry[l],delete this.support[l]):(this.registry={},this.support={})}extend(l,c){this.registry[l]=c(this.registry[l]),this.support[l]||(this.support[l]=rn(()=>this.registry[l]))}define(l,c){this.support[l]=c}get(l){if(typeof this.registry[l]=="undefined")throw new ReferenceError(`'${l}' dependency doesn't exist.`);return this.registry[l]}wrap(l){if(!("generate"in l)){let c=Object.keys(l),f={},S=c.length;for(;S--;){let x=c[S].replace(/^x-/,""),v=this.support[x];if(typeof v=="function"){Object.defineProperty(l,"generate",{configurable:!1,enumerable:!1,writable:!1,value:(k,N)=>v.call(f,l[c[S]],l,c[S],k,N.slice())});break}}}return l}},Ml=Pl,Jn=new Xa,to=fr,Nl=class extends Error{constructor(l,c){super(),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name="ParseError",this.message=l,this.path=c}},ii=Nl,Sr={array:["additionalItems","items","maxItems","minItems","uniqueItems"],integer:["exclusiveMaximum","exclusiveMinimum","maximum","minimum","multipleOf"],object:["additionalProperties","dependencies","maxProperties","minProperties","patternProperties","properties","required"],string:["maxLength","minLength","pattern","format"]},Sr.number=Sr.integer,Ll=["additionalItems","items","additionalProperties","dependencies","patternProperties","properties"],Dl=ct,Fl=Pn,Ul=Fl,$l=Ul,ql=Ht,jl=ql,Bl=jl,zl=Sn,no=mr,Vl=Ua,Wl=`Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore
83
+ `;O[X+2]==="\\"&&O[X+3]==="n"&&O[X+4]!=='"';)F+=`
84
+ `,X+=2;F+=D,O[X+2]===" "&&(F+="\\"),X+=1,W=X+1}break;default:X+=1}return F=W?F+O.slice(W):O,w?F:Ee(F,D,pe,it(m))}function xt(b,m){if(m.implicitKey){if(/\n/.test(b))return mt(b,m)}else if(/[ \t]\n|\n[ \t]/.test(b))return mt(b,m);let w=m.indent||(ot(b)?" ":""),x="'"+b.replace(/'/g,"''").replace(/\n+/g,`$&
85
+ ${w}`)+"'";return m.implicitKey?x:Ee(x,w,Y,it(m))}function ae({comment:b,type:m,value:w},x,R,O){if(/\n[\t ]+$/.test(w)||/^\s*$/.test(w))return mt(w,x);let D=x.indent||(x.forceBlockIndent||ot(w)?" ":""),F=D?"2":"1",W=m===c.Type.BLOCK_FOLDED?!1:m===c.Type.BLOCK_LITERAL?!0:!st(w,K.fold.lineWidth,D.length),X=W?"|":">";if(!w)return X+`
86
+ `;let de="",be="";if(w=w.replace(/[\n\t ]*$/,Ne=>{let Ze=Ne.indexOf(`
87
+ `);return Ze===-1?X+="-":(w===Ne||Ze!==Ne.length-1)&&(X+="+",O&&O()),be=Ne.replace(/\n$/,""),""}).replace(/^[\n ]*/,Ne=>{Ne.indexOf(" ")!==-1&&(X+=F);let Ze=Ne.match(/ +$/);return Ze?(de=Ne.slice(0,-Ze[0].length),Ze[0]):(de=Ne,"")}),be&&(be=be.replace(/\n+(?!\n|$)/g,`$&${D}`)),de&&(de=de.replace(/\n+/g,`$&${D}`)),b&&(X+=" #"+b.replace(/ ?[\r\n]+/g," "),R&&R()),!w)return`${X}${F}
88
+ ${D}${be}`;if(W)return w=w.replace(/\n+/g,`$&${D}`),`${X}
89
+ ${D}${de}${w}${be}`;w=w.replace(/\n+/g,`
90
+ $&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${D}`);let nt=Ee(`${de}${w}${be}`,D,G,K.fold);return`${X}
91
+ ${D}${nt}`}function E(b,m,w,x){let{comment:R,type:O,value:D}=b,{actualString:F,implicitKey:W,indent:X,inFlow:de}=m;if(W&&/[\n[\]{},]/.test(D)||de&&/[[\]{},]/.test(D))return mt(D,m);if(!D||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(D))return W||de||D.indexOf(`
92
+ `)===-1?D.indexOf('"')!==-1&&D.indexOf("'")===-1?xt(D,m):mt(D,m):ae(b,m,w,x);if(!W&&!de&&O!==c.Type.PLAIN&&D.indexOf(`
93
+ `)!==-1)return ae(b,m,w,x);if(X===""&&ot(D))return m.forceBlockIndent=!0,ae(b,m,w,x);let be=D.replace(/\n+/g,`$&
94
+ ${X}`);if(F){let{tags:Ne}=m.doc.schema;if(typeof z(be,Ne,Ne.scalarFallback).value!="string")return mt(D,m)}let nt=W?be:Ee(be,X,Y,it(m));return R&&!de&&(nt.indexOf(`
95
+ `)!==-1||R.indexOf(`
96
+ `)!==-1)?(w&&w(),f(nt,X,R)):nt}function J(b,m,w,x){let{defaultType:R}=K,{implicitKey:O,inFlow:D}=m,{type:F,value:W}=b;typeof W!="string"&&(W=String(W),b=Object.assign({},b,{value:W}));let X=be=>{switch(be){case c.Type.BLOCK_FOLDED:case c.Type.BLOCK_LITERAL:return ae(b,m,w,x);case c.Type.QUOTE_DOUBLE:return mt(W,m);case c.Type.QUOTE_SINGLE:return xt(W,m);case c.Type.PLAIN:return E(b,m,w,x);default:return null}};(F!==c.Type.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f]/.test(W)||(O||D)&&(F===c.Type.BLOCK_FOLDED||F===c.Type.BLOCK_LITERAL))&&(F=c.Type.QUOTE_DOUBLE);let de=X(F);if(de===null&&(de=X(R),de===null))throw new Error(`Unsupported default string type ${R}`);return de}function me({format:b,minFractionDigits:m,tag:w,value:x}){if(typeof x=="bigint")return String(x);if(!isFinite(x))return isNaN(x)?".nan":x<0?"-.inf":".inf";let R=JSON.stringify(x);if(!b&&m&&(!w||w==="tag:yaml.org,2002:float")&&/^\d/.test(R)){let O=R.indexOf(".");O<0&&(O=R.length,R+=".");let D=m-(R.length-O-1);for(;D-- >0;)R+="0"}return R}function ge(b,m){let w,x;switch(m.type){case c.Type.FLOW_MAP:w="}",x="flow map";break;case c.Type.FLOW_SEQ:w="]",x="flow sequence";break;default:b.push(new c.YAMLSemanticError(m,"Not a flow collection!?"));return}let R;for(let O=m.items.length-1;O>=0;--O){let D=m.items[O];if(!D||D.type!==c.Type.COMMENT){R=D;break}}if(R&&R.char!==w){let O=`Expected ${x} to end with ${w}`,D;typeof R.offset=="number"?(D=new c.YAMLSemanticError(m,O),D.offset=R.offset+1):(D=new c.YAMLSemanticError(R,O),R.range&&R.range.end&&(D.offset=R.range.end-R.range.start)),b.push(D)}}function Pe(b,m){let w=m.context.src[m.range.start-1];if(w!==`
97
+ `&&w!==" "&&w!==" "){let x="Comments must be separated from other tokens by white space characters";b.push(new c.YAMLSemanticError(m,x))}}function qe(b,m){let w=String(m),x=w.substr(0,8)+"..."+w.substr(-8);return new c.YAMLSemanticError(b,`The "${x}" key is too long`)}function jt(b,m){for(let{afterKey:w,before:x,comment:R}of m){let O=b.items[x];O?(w&&O.value&&(O=O.value),R===void 0?(w||!O.commentBefore)&&(O.spaceBefore=!0):O.commentBefore?O.commentBefore+=`
98
+ `+R:O.commentBefore=R):R!==void 0&&(b.comment?b.comment+=`
99
+ `+R:b.comment=R)}}function hn(b,m){let w=m.strValue;return w?typeof w=="string"?w:(w.errors.forEach(x=>{x.source||(x.source=m),b.errors.push(x)}),w.str):""}function fn(b,m){let{handle:w,suffix:x}=m.tag,R=b.tagPrefixes.find(O=>O.handle===w);if(!R){let O=b.getDefaults().tagPrefixes;if(O&&(R=O.find(D=>D.handle===w)),!R)throw new c.YAMLSemanticError(m,`The ${w} tag handle is non-default and was not declared.`)}if(!x)throw new c.YAMLSemanticError(m,`The ${w} tag has no suffix.`);if(w==="!"&&(b.version||b.options.version)==="1.0"){if(x[0]==="^")return b.warnings.push(new c.YAMLWarning(m,"YAML 1.0 ^ tag expansion is not supported")),x;if(/[:/]/.test(x)){let O=x.match(/^([a-z0-9-]+)\/(.*)/i);return O?`tag:${O[1]}.yaml.org,2002:${O[2]}`:`tag:${x}`}}return R.prefix+decodeURIComponent(x)}function nn(b,m){let{tag:w,type:x}=m,R=!1;if(w){let{handle:O,suffix:D,verbatim:F}=w;if(F){if(F!=="!"&&F!=="!!")return F;let W=`Verbatim tags aren't resolved, so ${F} is invalid.`;b.errors.push(new c.YAMLSemanticError(m,W))}else if(O==="!"&&!D)R=!0;else try{return fn(b,m)}catch(W){b.errors.push(W)}}switch(x){case c.Type.BLOCK_FOLDED:case c.Type.BLOCK_LITERAL:case c.Type.QUOTE_DOUBLE:case c.Type.QUOTE_SINGLE:return c.defaultTags.STR;case c.Type.FLOW_MAP:case c.Type.MAP:return c.defaultTags.MAP;case c.Type.FLOW_SEQ:case c.Type.SEQ:return c.defaultTags.SEQ;case c.Type.PLAIN:return R?c.defaultTags.STR:null;default:return null}}function Or(b,m,w){let{tags:x}=b.schema,R=[];for(let D of x)if(D.tag===w)if(D.test)R.push(D);else{let F=D.resolve(b,m);return F instanceof N?F:new k(F)}let O=hn(b,m);return typeof O=="string"&&R.length>0?z(O,R,x.scalarFallback):null}function bi({type:b}){switch(b){case c.Type.FLOW_MAP:case c.Type.MAP:return c.defaultTags.MAP;case c.Type.FLOW_SEQ:case c.Type.SEQ:return c.defaultTags.SEQ;default:return c.defaultTags.STR}}function mg(b,m,w){try{let x=Or(b,m,w);if(x)return w&&m.tag&&(x.tag=w),x}catch(x){return x.source||(x.source=m),b.errors.push(x),null}try{let x=bi(m);if(!x)throw new Error(`The tag ${w} is unavailable`);let R=`The tag ${w} is unavailable, falling back to ${x}`;b.warnings.push(new c.YAMLWarning(m,R));let O=Or(b,m,x);return O.tag=w,O}catch(x){let R=new c.YAMLReferenceError(m,x.message);return R.stack=x.stack,b.errors.push(R),null}}var gg=b=>{if(!b)return!1;let{type:m}=b;return m===c.Type.MAP_KEY||m===c.Type.MAP_VALUE||m===c.Type.SEQ_ITEM};function yg(b,m){let w={before:[],after:[]},x=!1,R=!1,O=gg(m.context.parent)?m.context.parent.props.concat(m.props):m.props;for(let{start:D,end:F}of O)switch(m.context.src[D]){case c.Char.COMMENT:{if(!m.commentHasRequiredWhitespace(D)){let be="Comments must be separated from other tokens by white space characters";b.push(new c.YAMLSemanticError(m,be))}let{header:W,valueRange:X}=m;(X&&(D>X.start||W&&D>W.start)?w.after:w.before).push(m.context.src.slice(D+1,F));break}case c.Char.ANCHOR:if(x){let W="A node can have at most one anchor";b.push(new c.YAMLSemanticError(m,W))}x=!0;break;case c.Char.TAG:if(R){let W="A node can have at most one tag";b.push(new c.YAMLSemanticError(m,W))}R=!0;break}return{comments:w,hasAnchor:x,hasTag:R}}function bg(b,m){let{anchors:w,errors:x,schema:R}=b;if(m.type===c.Type.ALIAS){let D=m.rawValue,F=w.getNode(D);if(!F){let X=`Aliased anchor not found: ${D}`;return x.push(new c.YAMLReferenceError(m,X)),null}let W=new xe(F);return w._cstAliases.push(W),W}let O=nn(b,m);if(O)return mg(b,m,O);if(m.type!==c.Type.PLAIN){let D=`Failed to resolve ${m.type} node here`;return x.push(new c.YAMLSyntaxError(m,D)),null}try{let D=hn(b,m);return z(D,R.tags,R.tags.scalarFallback)}catch(D){return D.source||(D.source=m),x.push(D),null}}function vn(b,m){if(!m)return null;m.error&&b.errors.push(m.error);let{comments:w,hasAnchor:x,hasTag:R}=yg(b.errors,m);if(x){let{anchors:D}=b,F=m.anchor,W=D.getNode(F);W&&(D.map[D.newName(F)]=W),D.map[F]=m}if(m.type===c.Type.ALIAS&&(x||R)){let D="An alias node must not specify any properties";b.errors.push(new c.YAMLSemanticError(m,D))}let O=bg(b,m);if(O){O.range=[m.range.start,m.range.end],b.options.keepCstNodes&&(O.cstNode=m),b.options.keepNodeTypes&&(O.type=m.type);let D=w.before.join(`
100
+ `);D&&(O.commentBefore=O.commentBefore?`${O.commentBefore}
101
+ ${D}`:D);let F=w.after.join(`
102
+ `);F&&(O.comment=O.comment?`${O.comment}
103
+ ${F}`:F)}return m.resolved=O}function wg(b,m){if(m.type!==c.Type.MAP&&m.type!==c.Type.FLOW_MAP){let D=`A ${m.type} node cannot be resolved as a mapping`;return b.errors.push(new c.YAMLSyntaxError(m,D)),null}let{comments:w,items:x}=m.type===c.Type.FLOW_MAP?kg(b,m):xg(b,m),R=new Ge;R.items=x,jt(R,w);let O=!1;for(let D=0;D<x.length;++D){let{key:F}=x[D];if(F instanceof N&&(O=!0),b.schema.merge&&F&&F.value===Qe){x[D]=new oe(x[D]);let W=x[D].value.items,X=null;W.some(de=>{if(de instanceof xe){let{type:be}=de.source;return be===c.Type.MAP||be===c.Type.FLOW_MAP?!1:X="Merge nodes aliases can only point to maps"}return X="Merge nodes can only have Alias nodes as values"}),X&&b.errors.push(new c.YAMLSemanticError(m,X))}else for(let W=D+1;W<x.length;++W){let{key:X}=x[W];if(F===X||F&&X&&Object.prototype.hasOwnProperty.call(F,"value")&&F.value===X.value){let de=`Map keys must be unique; "${F}" is repeated`;b.errors.push(new c.YAMLSemanticError(m,de));break}}}if(O&&!b.options.mapAsMap){let D="Keys with collection values will be stringified as YAML due to JS Object restrictions. Use mapAsMap: true to avoid this.";b.warnings.push(new c.YAMLWarning(m,D))}return m.resolved=R,R}var Sg=({context:{lineStart:b,node:m,src:w},props:x})=>{if(x.length===0)return!1;let{start:R}=x[0];if(m&&R>m.valueRange.start||w[R]!==c.Char.COMMENT)return!1;for(let O=b;O<R;++O)if(w[O]===`
104
+ `)return!1;return!0};function Tg(b,m){if(!Sg(b))return;let w=b.getPropValue(0,c.Char.COMMENT,!0),x=!1,R=m.value.commentBefore;if(R&&R.startsWith(w))m.value.commentBefore=R.substr(w.length+1),x=!0;else{let O=m.value.comment;!b.node&&O&&O.startsWith(w)&&(m.value.comment=O.substr(w.length+1),x=!0)}x&&(m.comment=w)}function xg(b,m){let w=[],x=[],R,O=null;for(let D=0;D<m.items.length;++D){let F=m.items[D];switch(F.type){case c.Type.BLANK_LINE:w.push({afterKey:!!R,before:x.length});break;case c.Type.COMMENT:w.push({afterKey:!!R,before:x.length,comment:F.comment});break;case c.Type.MAP_KEY:R!==void 0&&x.push(new ce(R)),F.error&&b.errors.push(F.error),R=vn(b,F.node),O=null;break;case c.Type.MAP_VALUE:{if(R===void 0&&(R=null),F.error&&b.errors.push(F.error),!F.context.atLineStart&&F.node&&F.node.type===c.Type.MAP&&!F.node.context.atLineStart){let de="Nested mappings are not allowed in compact mappings";b.errors.push(new c.YAMLSemanticError(F.node,de))}let W=F.node;if(!W&&F.props.length>0){W=new c.PlainValue(c.Type.PLAIN,[]),W.context={parent:F,src:F.context.src};let de=F.range.start+1;if(W.range={start:de,end:de},W.valueRange={start:de,end:de},typeof F.range.origStart=="number"){let be=F.range.origStart+1;W.range.origStart=W.range.origEnd=be,W.valueRange.origStart=W.valueRange.origEnd=be}}let X=new ce(R,vn(b,W));Tg(F,X),x.push(X),R&&typeof O=="number"&&F.range.start>O+1024&&b.errors.push(qe(m,R)),R=void 0,O=null}break;default:R!==void 0&&x.push(new ce(R)),R=vn(b,F),O=F.range.start,F.error&&b.errors.push(F.error);e:for(let W=D+1;;++W){let X=m.items[W];switch(X&&X.type){case c.Type.BLANK_LINE:case c.Type.COMMENT:continue e;case c.Type.MAP_VALUE:break e;default:{let de="Implicit map keys need to be followed by map values";b.errors.push(new c.YAMLSemanticError(F,de));break e}}}if(F.valueRangeContainsNewline){let W="Implicit map keys need to be on a single line";b.errors.push(new c.YAMLSemanticError(F,W))}}}return R!==void 0&&x.push(new ce(R)),{comments:w,items:x}}function kg(b,m){let w=[],x=[],R,O=!1,D="{";for(let F=0;F<m.items.length;++F){let W=m.items[F];if(typeof W.char=="string"){let{char:X,offset:de}=W;if(X==="?"&&R===void 0&&!O){O=!0,D=":";continue}if(X===":"){if(R===void 0&&(R=null),D===":"){D=",";continue}}else if(O&&(R===void 0&&X!==","&&(R=null),O=!1),R!==void 0&&(x.push(new ce(R)),R=void 0,X===",")){D=":";continue}if(X==="}"){if(F===m.items.length-1)continue}else if(X===D){D=":";continue}let be=`Flow map contains an unexpected ${X}`,nt=new c.YAMLSyntaxError(m,be);nt.offset=de,b.errors.push(nt)}else W.type===c.Type.BLANK_LINE?w.push({afterKey:!!R,before:x.length}):W.type===c.Type.COMMENT?(Pe(b.errors,W),w.push({afterKey:!!R,before:x.length,comment:W.comment})):R===void 0?(D===","&&b.errors.push(new c.YAMLSemanticError(W,"Separator , missing in flow map")),R=vn(b,W)):(D!==","&&b.errors.push(new c.YAMLSemanticError(W,"Indicator : missing in flow map entry")),x.push(new ce(R,vn(b,W))),R=void 0,O=!1)}return ge(b.errors,m),R!==void 0&&x.push(new ce(R)),{comments:w,items:x}}function Ag(b,m){if(m.type!==c.Type.SEQ&&m.type!==c.Type.FLOW_SEQ){let O=`A ${m.type} node cannot be resolved as a sequence`;return b.errors.push(new c.YAMLSyntaxError(m,O)),null}let{comments:w,items:x}=m.type===c.Type.FLOW_SEQ?Eg(b,m):vg(b,m),R=new j;if(R.items=x,jt(R,w),!b.options.mapAsMap&&x.some(O=>O instanceof ce&&O.key instanceof N)){let O="Keys with collection values will be stringified as YAML due to JS Object restrictions. Use mapAsMap: true to avoid this.";b.warnings.push(new c.YAMLWarning(m,O))}return m.resolved=R,R}function vg(b,m){let w=[],x=[];for(let R=0;R<m.items.length;++R){let O=m.items[R];switch(O.type){case c.Type.BLANK_LINE:w.push({before:x.length});break;case c.Type.COMMENT:w.push({comment:O.comment,before:x.length});break;case c.Type.SEQ_ITEM:if(O.error&&b.errors.push(O.error),x.push(vn(b,O.node)),O.hasProps){let D="Sequence items cannot have tags or anchors before the - indicator";b.errors.push(new c.YAMLSemanticError(O,D))}break;default:O.error&&b.errors.push(O.error),b.errors.push(new c.YAMLSyntaxError(O,`Unexpected ${O.type} node in sequence`))}}return{comments:w,items:x}}function Eg(b,m){let w=[],x=[],R=!1,O,D=null,F="[",W=null;for(let X=0;X<m.items.length;++X){let de=m.items[X];if(typeof de.char=="string"){let{char:be,offset:nt}=de;if(be!==":"&&(R||O!==void 0)&&(R&&O===void 0&&(O=F?x.pop():null),x.push(new ce(O)),R=!1,O=void 0,D=null),be===F)F=null;else if(!F&&be==="?")R=!0;else if(F!=="["&&be===":"&&O===void 0){if(F===","){if(O=x.pop(),O instanceof ce){let Ne="Chaining flow sequence pairs is invalid",Ze=new c.YAMLSemanticError(m,Ne);Ze.offset=nt,b.errors.push(Ze)}if(!R&&typeof D=="number"){let Ne=de.range?de.range.start:de.offset;Ne>D+1024&&b.errors.push(qe(m,O));let{src:Ze}=W.context;for(let Fe=D;Fe<Ne;++Fe)if(Ze[Fe]===`
105
+ `){let Ke="Implicit keys of flow sequence pairs need to be on a single line";b.errors.push(new c.YAMLSemanticError(W,Ke));break}}}else O=null;D=null,R=!1,F=null}else if(F==="["||be!=="]"||X<m.items.length-1){let Ne=`Flow sequence contains an unexpected ${be}`,Ze=new c.YAMLSyntaxError(m,Ne);Ze.offset=nt,b.errors.push(Ze)}}else if(de.type===c.Type.BLANK_LINE)w.push({before:x.length});else if(de.type===c.Type.COMMENT)Pe(b.errors,de),w.push({comment:de.comment,before:x.length});else{if(F){let nt=`Expected a ${F} in flow sequence`;b.errors.push(new c.YAMLSemanticError(de,nt))}let be=vn(b,de);O===void 0?(x.push(be),W=de):(x.push(new ce(O,be)),O=void 0),D=de.range.start,F=","}}return ge(b.errors,m),O!==void 0&&x.push(new ce(O)),{comments:w,items:x}}l.Alias=xe,l.Collection=N,l.Merge=oe,l.Node=T,l.Pair=ce,l.Scalar=k,l.YAMLMap=Ge,l.YAMLSeq=j,l.addComment=S,l.binaryOptions=I,l.boolOptions=C,l.findPair=Re,l.intOptions=V,l.isEmptyPath=Q,l.nullOptions=H,l.resolveMap=wg,l.resolveNode=vn,l.resolveSeq=Ag,l.resolveString=hn,l.strOptions=K,l.stringifyNumber=me,l.stringifyString=J,l.toJSON=A}}),ma=Ft({"node_modules/yaml/dist/warnings-1000a372.js"(l){var c=Ar(),f=pi(),S={identify:z=>z instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve:(z,Y)=>{let G=f.resolveString(z,Y);if(typeof Buffer=="function")return Buffer.from(G,"base64");if(typeof atob=="function"){let pe=atob(G.replace(/[\n\r]/g,"")),fe=new Uint8Array(pe.length);for(let Ee=0;Ee<pe.length;++Ee)fe[Ee]=pe.charCodeAt(Ee);return fe}else{let pe="This environment does not support reading binary tags; either Buffer or atob is required";return z.errors.push(new c.YAMLReferenceError(Y,pe)),null}},options:f.binaryOptions,stringify:({comment:z,type:Y,value:G},pe,fe,Ee)=>{let it;if(typeof Buffer=="function")it=G instanceof Buffer?G.toString("base64"):Buffer.from(G.buffer).toString("base64");else if(typeof btoa=="function"){let ot="";for(let st=0;st<G.length;++st)ot+=String.fromCharCode(G[st]);it=btoa(ot)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(Y||(Y=f.binaryOptions.defaultType),Y===c.Type.QUOTE_DOUBLE)G=it;else{let{lineWidth:ot}=f.binaryOptions,st=Math.ceil(it.length/ot),mt=new Array(st);for(let xt=0,ae=0;xt<st;++xt,ae+=ot)mt[xt]=it.substr(ae,ot);G=mt.join(Y===c.Type.BLOCK_LITERAL?`
106
+ `:" ")}return f.stringifyString({comment:z,type:Y,value:G},pe,fe,Ee)}};function T(z,Y){let G=f.resolveSeq(z,Y);for(let pe=0;pe<G.items.length;++pe){let fe=G.items[pe];if(!(fe instanceof f.Pair)){if(fe instanceof f.YAMLMap){if(fe.items.length>1){let it="Each pair must have its own sequence indicator";throw new c.YAMLSemanticError(Y,it)}let Ee=fe.items[0]||new f.Pair;fe.commentBefore&&(Ee.commentBefore=Ee.commentBefore?`${fe.commentBefore}
107
+ ${Ee.commentBefore}`:fe.commentBefore),fe.comment&&(Ee.comment=Ee.comment?`${fe.comment}
108
+ ${Ee.comment}`:fe.comment),fe=Ee}G.items[pe]=fe instanceof f.Pair?fe:new f.Pair(fe)}}return G}function A(z,Y,G){let pe=new f.YAMLSeq(z);pe.tag="tag:yaml.org,2002:pairs";for(let fe of Y){let Ee,it;if(Array.isArray(fe))if(fe.length===2)Ee=fe[0],it=fe[1];else throw new TypeError(`Expected [key, value] tuple: ${fe}`);else if(fe&&fe instanceof Object){let st=Object.keys(fe);if(st.length===1)Ee=st[0],it=fe[Ee];else throw new TypeError(`Expected { key: value } tuple: ${fe}`)}else Ee=fe;let ot=z.createPair(Ee,it,G);pe.items.push(ot)}return pe}var k={default:!1,tag:"tag:yaml.org,2002:pairs",resolve:T,createNode:A},L=class ou extends f.YAMLSeq{constructor(){super(),c._defineProperty(this,"add",f.YAMLMap.prototype.add.bind(this)),c._defineProperty(this,"delete",f.YAMLMap.prototype.delete.bind(this)),c._defineProperty(this,"get",f.YAMLMap.prototype.get.bind(this)),c._defineProperty(this,"has",f.YAMLMap.prototype.has.bind(this)),c._defineProperty(this,"set",f.YAMLMap.prototype.set.bind(this)),this.tag=ou.tag}toJSON(Y,G){let pe=new Map;G&&G.onCreate&&G.onCreate(pe);for(let fe of this.items){let Ee,it;if(fe instanceof f.Pair?(Ee=f.toJSON(fe.key,"",G),it=f.toJSON(fe.value,Ee,G)):Ee=f.toJSON(fe,"",G),pe.has(Ee))throw new Error("Ordered maps must not include duplicate keys");pe.set(Ee,it)}return pe}};c._defineProperty(L,"tag","tag:yaml.org,2002:omap");function Q(z,Y){let G=T(z,Y),pe=[];for(let{key:fe}of G.items)if(fe instanceof f.Scalar)if(pe.includes(fe.value)){let Ee="Ordered maps must not include duplicate keys";throw new c.YAMLSemanticError(Y,Ee)}else pe.push(fe.value);return Object.assign(new L,G)}function N(z,Y,G){let pe=A(z,Y,G),fe=new L;return fe.items=pe.items,fe}var ie={identify:z=>z instanceof Map,nodeClass:L,default:!1,tag:"tag:yaml.org,2002:omap",resolve:Q,createNode:N},j=class au extends f.YAMLMap{constructor(){super(),this.tag=au.tag}add(Y){let G=Y instanceof f.Pair?Y:new f.Pair(Y);f.findPair(this.items,G.key)||this.items.push(G)}get(Y,G){let pe=f.findPair(this.items,Y);return!G&&pe instanceof f.Pair?pe.key instanceof f.Scalar?pe.key.value:pe.key:pe}set(Y,G){if(typeof G!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof G}`);let pe=f.findPair(this.items,Y);pe&&!G?this.items.splice(this.items.indexOf(pe),1):!pe&&G&&this.items.push(new f.Pair(Y))}toJSON(Y,G){return super.toJSON(Y,G,Set)}toString(Y,G,pe){if(!Y)return JSON.stringify(this);if(this.hasAllNullValues())return super.toString(Y,G,pe);throw new Error("Set items must all have null values")}};c._defineProperty(j,"tag","tag:yaml.org,2002:set");function he(z,Y){let G=f.resolveMap(z,Y);if(!G.hasAllNullValues())throw new c.YAMLSemanticError(Y,"Set items must all have null values");return Object.assign(new j,G)}function ce(z,Y,G){let pe=new j;for(let fe of Y)pe.items.push(z.createPair(fe,null,G));return pe}var $e={identify:z=>z instanceof Set,nodeClass:j,default:!1,tag:"tag:yaml.org,2002:set",resolve:he,createNode:ce},xe=(z,Y)=>{let G=Y.split(":").reduce((pe,fe)=>pe*60+Number(fe),0);return z==="-"?-G:G},Re=({value:z})=>{if(isNaN(z)||!isFinite(z))return f.stringifyNumber(z);let Y="";z<0&&(Y="-",z=Math.abs(z));let G=[z%60];return z<60?G.unshift(0):(z=Math.round((z-G[0])/60),G.unshift(z%60),z>=60&&(z=Math.round((z-G[0])/60),G.unshift(z))),Y+G.map(pe=>pe<10?"0"+String(pe):String(pe)).join(":").replace(/000000\d*$/,"")},Ge={identify:z=>typeof z=="number",default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^([-+]?)([0-9][0-9_]*(?::[0-5]?[0-9])+)$/,resolve:(z,Y,G)=>xe(Y,G.replace(/_/g,"")),stringify:Re},Qe={identify:z=>typeof z=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^([-+]?)([0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*)$/,resolve:(z,Y,G)=>xe(Y,G.replace(/_/g,"")),stringify:Re},oe={identify:z=>z instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:/^(?:([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\.[0-9]+)?)(?:[ \t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?)$/,resolve:(z,Y,G,pe,fe,Ee,it,ot,st)=>{ot&&(ot=(ot+"00").substr(1,3));let mt=Date.UTC(Y,G-1,pe,fe||0,Ee||0,it||0,ot||0);if(st&&st!=="Z"){let xt=xe(st[0],st.slice(1));Math.abs(xt)<30&&(xt*=60),mt-=6e4*xt}return new Date(mt)},stringify:({value:z})=>z.toISOString().replace(/((T00:00)?:00)?\.000Z$/,"")};function I(z){let Y=typeof process!="undefined"&&process.env||{};return z?typeof YAML_SILENCE_DEPRECATION_WARNINGS!="undefined"?!YAML_SILENCE_DEPRECATION_WARNINGS:!Y.YAML_SILENCE_DEPRECATION_WARNINGS:typeof YAML_SILENCE_WARNINGS!="undefined"?!YAML_SILENCE_WARNINGS:!Y.YAML_SILENCE_WARNINGS}function C(z,Y){if(I(!1)){let G=typeof process!="undefined"&&process.emitWarning;G?G(z,Y):console.warn(Y?`${Y}: ${z}`:z)}}function V(z){if(I(!0)){let Y=z.replace(/.*yaml[/\\]/i,"").replace(/\.js$/,"").replace(/\\/g,"/");C(`The endpoint 'yaml/${Y}' will be removed in a future release.`,"DeprecationWarning")}}var H={};function K(z,Y){if(!H[z]&&I(!0)){H[z]=!0;let G=`The option '${z}' will be removed in a future release`;G+=Y?`, use '${Y}' instead.`:".",C(G,"DeprecationWarning")}}l.binary=S,l.floatTime=Qe,l.intTime=Ge,l.omap=ie,l.pairs=k,l.set=$e,l.timestamp=oe,l.warn=C,l.warnFileDeprecation=V,l.warnOptionDeprecation=K}}),cc=Ft({"node_modules/yaml/dist/Schema-88e323a7.js"(l){var c=Ar(),f=pi(),S=ma();function T(E,J,me){let ge=new f.YAMLMap(E);if(J instanceof Map)for(let[Pe,qe]of J)ge.items.push(E.createPair(Pe,qe,me));else if(J&&typeof J=="object")for(let Pe of Object.keys(J))ge.items.push(E.createPair(Pe,J[Pe],me));return typeof E.sortMapEntries=="function"&&ge.items.sort(E.sortMapEntries),ge}var A={createNode:T,default:!0,nodeClass:f.YAMLMap,tag:"tag:yaml.org,2002:map",resolve:f.resolveMap};function k(E,J,me){let ge=new f.YAMLSeq(E);if(J&&J[Symbol.iterator])for(let Pe of J){let qe=E.createNode(Pe,me.wrapScalars,null,me);ge.items.push(qe)}return ge}var L={createNode:k,default:!0,nodeClass:f.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve:f.resolveSeq},Q={identify:E=>typeof E=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:f.resolveString,stringify(E,J,me,ge){return J=Object.assign({actualString:!0},J),f.stringifyString(E,J,me,ge)},options:f.strOptions},N=[A,L,Q],ie=E=>typeof E=="bigint"||Number.isInteger(E),j=(E,J,me)=>f.intOptions.asBigInt?BigInt(E):parseInt(J,me);function he(E,J,me){let{value:ge}=E;return ie(ge)&&ge>=0?me+ge.toString(J):f.stringifyNumber(E)}var ce={identify:E=>E==null,createNode:(E,J,me)=>me.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>null,options:f.nullOptions,stringify:()=>f.nullOptions.nullStr},$e={identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:E=>E[0]==="t"||E[0]==="T",options:f.boolOptions,stringify:({value:E})=>E?f.boolOptions.trueStr:f.boolOptions.falseStr},xe={identify:E=>ie(E)&&E>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o([0-7]+)$/,resolve:(E,J)=>j(E,J,8),options:f.intOptions,stringify:E=>he(E,8,"0o")},Re={identify:ie,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:E=>j(E,E,10),options:f.intOptions,stringify:f.stringifyNumber},Ge={identify:E=>ie(E)&&E>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x([0-9a-fA-F]+)$/,resolve:(E,J)=>j(E,J,16),options:f.intOptions,stringify:E=>he(E,16,"0x")},Qe={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.inf|(\.nan))$/i,resolve:(E,J)=>J?NaN:E[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:f.stringifyNumber},oe={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:E=>parseFloat(E),stringify:({value:E})=>Number(E).toExponential()},I={identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.([0-9]+)|[0-9]+\.([0-9]*))$/,resolve(E,J,me){let ge=J||me,Pe=new f.Scalar(parseFloat(E));return ge&&ge[ge.length-1]==="0"&&(Pe.minFractionDigits=ge.length),Pe},stringify:f.stringifyNumber},C=N.concat([ce,$e,xe,Re,Ge,Qe,oe,I]),V=E=>typeof E=="bigint"||Number.isInteger(E),H=({value:E})=>JSON.stringify(E),K=[A,L,{identify:E=>typeof E=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:f.resolveString,stringify:H},{identify:E=>E==null,createNode:(E,J,me)=>me.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:H},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true|false$/,resolve:E=>E==="true",stringify:H},{identify:V,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:E=>f.intOptions.asBigInt?BigInt(E):parseInt(E,10),stringify:({value:E})=>V(E)?E.toString():JSON.stringify(E)},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:E=>parseFloat(E),stringify:H}];K.scalarFallback=E=>{throw new SyntaxError(`Unresolved plain scalar ${JSON.stringify(E)}`)};var z=({value:E})=>E?f.boolOptions.trueStr:f.boolOptions.falseStr,Y=E=>typeof E=="bigint"||Number.isInteger(E);function G(E,J,me){let ge=J.replace(/_/g,"");if(f.intOptions.asBigInt){switch(me){case 2:ge=`0b${ge}`;break;case 8:ge=`0o${ge}`;break;case 16:ge=`0x${ge}`;break}let qe=BigInt(ge);return E==="-"?BigInt(-1)*qe:qe}let Pe=parseInt(ge,me);return E==="-"?-1*Pe:Pe}function pe(E,J,me){let{value:ge}=E;if(Y(ge)){let Pe=ge.toString(J);return ge<0?"-"+me+Pe.substr(1):me+Pe}return f.stringifyNumber(E)}var fe=N.concat([{identify:E=>E==null,createNode:(E,J,me)=>me.wrapScalars?new f.Scalar(null):null,default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>null,options:f.nullOptions,stringify:()=>f.nullOptions.nullStr},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>!0,options:f.boolOptions,stringify:z},{identify:E=>typeof E=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i,resolve:()=>!1,options:f.boolOptions,stringify:z},{identify:Y,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^([-+]?)0b([0-1_]+)$/,resolve:(E,J,me)=>G(J,me,2),stringify:E=>pe(E,2,"0b")},{identify:Y,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^([-+]?)0([0-7_]+)$/,resolve:(E,J,me)=>G(J,me,8),stringify:E=>pe(E,8,"0")},{identify:Y,default:!0,tag:"tag:yaml.org,2002:int",test:/^([-+]?)([0-9][0-9_]*)$/,resolve:(E,J,me)=>G(J,me,10),stringify:f.stringifyNumber},{identify:Y,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^([-+]?)0x([0-9a-fA-F_]+)$/,resolve:(E,J,me)=>G(J,me,16),stringify:E=>pe(E,16,"0x")},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.inf|(\.nan))$/i,resolve:(E,J)=>J?NaN:E[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:f.stringifyNumber},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?([0-9][0-9_]*)?(\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:E=>parseFloat(E.replace(/_/g,"")),stringify:({value:E})=>Number(E).toExponential()},{identify:E=>typeof E=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.([0-9_]*)$/,resolve(E,J){let me=new f.Scalar(parseFloat(E.replace(/_/g,"")));if(J){let ge=J.replace(/_/g,"");ge[ge.length-1]==="0"&&(me.minFractionDigits=ge.length)}return me},stringify:f.stringifyNumber}],S.binary,S.omap,S.pairs,S.set,S.intTime,S.floatTime,S.timestamp),Ee={core:C,failsafe:N,json:K,yaml11:fe},it={binary:S.binary,bool:$e,float:I,floatExp:oe,floatNaN:Qe,floatTime:S.floatTime,int:Re,intHex:Ge,intOct:xe,intTime:S.intTime,map:A,null:ce,omap:S.omap,pairs:S.pairs,seq:L,set:S.set,timestamp:S.timestamp};function ot(E,J,me){if(J){let ge=me.filter(qe=>qe.tag===J),Pe=ge.find(qe=>!qe.format)||ge[0];if(!Pe)throw new Error(`Tag ${J} not found`);return Pe}return me.find(ge=>(ge.identify&&ge.identify(E)||ge.class&&E instanceof ge.class)&&!ge.format)}function st(E,J,me){if(E instanceof f.Node)return E;let{defaultPrefix:ge,onTagObj:Pe,prevObjects:qe,schema:jt,wrapScalars:hn}=me;J&&J.startsWith("!!")&&(J=ge+J.slice(2));let fn=ot(E,J,jt.tags);if(!fn){if(typeof E.toJSON=="function"&&(E=E.toJSON()),!E||typeof E!="object")return hn?new f.Scalar(E):E;fn=E instanceof Map?A:E[Symbol.iterator]?L:A}Pe&&(Pe(fn),delete me.onTagObj);let nn={value:void 0,node:void 0};if(E&&typeof E=="object"&&qe){let Or=qe.get(E);if(Or){let bi=new f.Alias(Or);return me.aliasNodes.push(bi),bi}nn.value=E,qe.set(E,nn)}return nn.node=fn.createNode?fn.createNode(me.schema,E,me):hn?new f.Scalar(E):E,J&&nn.node instanceof f.Node&&(nn.node.tag=J),nn.node}function mt(E,J,me,ge){let Pe=E[ge.replace(/\W/g,"")];if(!Pe){let qe=Object.keys(E).map(jt=>JSON.stringify(jt)).join(", ");throw new Error(`Unknown schema "${ge}"; use one of ${qe}`)}if(Array.isArray(me))for(let qe of me)Pe=Pe.concat(qe);else typeof me=="function"&&(Pe=me(Pe.slice()));for(let qe=0;qe<Pe.length;++qe){let jt=Pe[qe];if(typeof jt=="string"){let hn=J[jt];if(!hn){let fn=Object.keys(J).map(nn=>JSON.stringify(nn)).join(", ");throw new Error(`Unknown custom tag "${jt}"; use one of ${fn}`)}Pe[qe]=hn}}return Pe}var xt=(E,J)=>E.key<J.key?-1:E.key>J.key?1:0,ae=class su{constructor({customTags:J,merge:me,schema:ge,sortMapEntries:Pe,tags:qe}){this.merge=!!me,this.name=ge,this.sortMapEntries=Pe===!0?xt:Pe||null,!J&&qe&&S.warnOptionDeprecation("tags","customTags"),this.tags=mt(Ee,it,J||qe,ge)}createNode(J,me,ge,Pe){let qe={defaultPrefix:su.defaultPrefix,schema:this,wrapScalars:me},jt=Pe?Object.assign(Pe,qe):qe;return st(J,ge,jt)}createPair(J,me,ge){ge||(ge={wrapScalars:!0});let Pe=this.createNode(J,ge.wrapScalars,null,ge),qe=this.createNode(me,ge.wrapScalars,null,ge);return new f.Pair(Pe,qe)}};c._defineProperty(ae,"defaultPrefix",c.defaultTagPrefix),c._defineProperty(ae,"defaultTags",c.defaultTags),l.Schema=ae}}),uc=Ft({"node_modules/yaml/dist/types.js"(l){var c=pi(),f=cc();Ar(),ma(),l.Alias=c.Alias,l.Collection=c.Collection,l.Merge=c.Merge,l.Node=c.Node,l.Pair=c.Pair,l.Scalar=c.Scalar,l.YAMLMap=c.YAMLMap,l.YAMLSeq=c.YAMLSeq,l.binaryOptions=c.binaryOptions,l.boolOptions=c.boolOptions,l.intOptions=c.intOptions,l.nullOptions=c.nullOptions,l.strOptions=c.strOptions,l.Schema=f.Schema}}),ga={},ya=()=>ga,pc=l=>{Object.assign(ga,l)},dc=class{constructor(){this.data={}}unregister(l){l?delete this.data[l]:this.data={}}register(l,c){this.data[l]=c}registerMany(l){Object.keys(l).forEach(c=>{this.data[c]=l[c]})}get(l){return this.data[l]}list(){return this.data}},ba=dc,He={},wa=He,He.defaultInvalidTypeProduct=void 0,He.defaultRandExpMax=10,He.pruneProperties=[],He.ignoreProperties=[],He.ignoreMissingRefs=!1,He.failOnInvalidTypes=!0,He.failOnInvalidFormat=!0,He.alwaysFakeOptionals=!1,He.optionalsProbability=null,He.fixedProbabilities=!1,He.useExamplesValue=!1,He.useDefaultValue=!1,He.requiredOnly=!1,He.omitNulls=!1,He.minItems=0,He.maxItems=null,He.minLength=0,He.maxLength=null,He.resolveJsonPath=!1,He.reuseProperties=!1,He.fillProperties=!0,He.sortProperties=!1,He.replaceEmptyByRandomValue=!1,He.random=Math.random,He.minDateTime=new Date("1889-12-31T00:00:00.000Z"),He.maxDateTime=new Date("1970-01-01T00:00:01.000Z"),He.renderTitle=!0,He.renderDescription=!0,He.renderComment=!1,hc=class extends ba{constructor(){super(),this.data={...wa},this._defaults=wa}get defaults(){return{...this._defaults}}},fc=hc,vr=new fc,d.getDefaults=()=>vr.defaults,_e=d,Sa=["integer","number","string","boolean"],Ta=Sa.concat(["null"]),mc=["array","object"].concat(Ta),gc=2524608e6,yc=-1e8,bc=1e8,wc=-100,Sc=100,tn={ALLOWED_TYPES:Sa,SCALAR_TYPES:Ta,ALL_TYPES:mc,MIN_NUMBER:wc,MAX_NUMBER:Sc,MIN_INTEGER:yc,MAX_INTEGER:bc,MOST_NEAR_DATETIME:gc},di=fa(lc(),1),ve={pick:g,date:ue,shuffle:P,number:Z,randexp:y},Tc=/^(0|[1-9][0-9]*)$/,Ye={hasProperties:$,getLocalRef:ne,omitProps:v,typecast:je,merge:U,clone:Te,short:ze,hasValue:Ce,notValue:Me,anyValue:ye,validate:lt,validateValueForSchema:tt,validateValueForOneOf:Nt,isKey:Ut,template:vt,shouldClean:_,clean:St,isEmpty:Lt,clampDate:Ue},xc=class{constructor(){this.registry={},this.support={}}reset(l){l?(delete this.registry[l],delete this.support[l]):(this.registry={},this.support={})}extend(l,c){this.registry[l]=c(this.registry[l]),this.support[l]||(this.support[l]=sn(()=>this.registry[l]))}define(l,c){this.support[l]=c}get(l){if(typeof this.registry[l]=="undefined")throw new ReferenceError(`'${l}' dependency doesn't exist.`);return this.registry[l]}wrap(l){if(!("generate"in l)){let c=Object.keys(l),f={},S=c.length;for(;S--;){let T=c[S].replace(/^x-/,""),A=this.support[T];if(typeof A=="function"){Object.defineProperty(l,"generate",{configurable:!1,enumerable:!1,writable:!1,value:(k,L)=>A.call(f,l[c[S]],l,c[S],k,L.slice())});break}}}return l}},kc=xc,tr=new ba,xa=Sr,Ac=class extends Error{constructor(l,c){super(),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name="ParseError",this.message=l,this.path=c}},hi=Ac,Er={array:["additionalItems","items","maxItems","minItems","uniqueItems"],integer:["exclusiveMaximum","exclusiveMinimum","maximum","minimum","multipleOf"],object:["additionalProperties","dependencies","maxProperties","minProperties","patternProperties","properties","required"],string:["maxLength","minLength","pattern","format"]},Er.number=Er.integer,vc=["additionalItems","items","additionalProperties","dependencies","patternProperties","properties"],Ec=dt,_c=Fn,Rc=_c,Oc=Rc,Ic=Gt,Cc=Ic,Pc=Cc,Mc=An,ka=Tr,Nc=oa,Lc=`Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore
88
109
  et dolore magna aliqua Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
89
110
  commodo consequat Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
90
111
  pariatur Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est
91
- laborum`.split(/\W/),ai=Qr,oi={type:Qt.ALLOWED_TYPES},Hl=Zr,ro=$a,Yl=ei,si=ti,Jl=qa,Gl=ja,io="[a-zA-Z][a-zA-Z0-9+-.]*",li=`https?://{hostname}(?:${io})+`,Kl="(?:\\?([a-z]{1,7}(=\\w{1,5})?&){0,3})?",$t={email:"[a-zA-Z\\d][a-zA-Z\\d-]{1,13}[a-zA-Z\\d]@{hostname}",hostname:"[a-zA-Z]{1,33}\\.[a-z]{2,4}",ipv6:"[a-f\\d]{4}(:[a-f\\d]{4}){7}",uri:li,slug:"[a-zA-Z\\d_-]+","uri-reference":`${li}${Kl}`,"uri-template":li.replace("(?:","(?:/\\{[a-z][:a-zA-Z0-9-]*\\}|"),"json-pointer":`(/(?:${io.replace("]*","/]*")}|~[01]))+`,uuid:"^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$",duration:"^P(?!$)((\\d+Y)?(\\d+M)?(\\d+D)?(T(?=\\d)(\\d+H)?(\\d+M)?(\\d+S)?)?|(\\d+W)?)$"},$t.iri=$t["uri-reference"],$t["iri-reference"]=$t["uri-reference"],$t["idn-email"]=$t.email,$t["idn-hostname"]=$t.hostname,Xl=new RegExp(`\\{(${Object.keys($t).join("|")})\\}`),Ql=Ba,Zl=Va,ec={boolean:$l,null:Bl,array:zl,integer:Vl,number:no,object:Hl,string:Zl},xr=ec,tc=ne,nc=({refs:l,schema:c,container:f,synchronous:S,refDepthMax:x,refDepthMin:v})=>{let k={},N={},X=0,M,re;return k.resolveSchema=(q,de,se)=>{if(q==null)return null;if(typeof q.generate=="function")return q;if(typeof(q.$id||q.id)=="string"&&(delete q.id,delete q.$id,delete q.$schema),typeof q.$ref=="string"){let xe=Math.max(v,x)-1;if(q.$ref==="#"||N[q.$ref]<0||M===q.$ref&&++X>xe)return q.$ref!=="#"&&re&&re.length===se.length?We.getLocalRef(c,q.$ref,S&&l):(delete q.$ref,q);typeof N[q.$ref]=="undefined"&&(N[q.$ref]=ve.number(v,x)-1),re=se,M=q.$ref;let _e;q.$ref.indexOf("#/")===-1?_e=l[q.$ref]||null:_e=We.getLocalRef(c,q.$ref,S&&l)||null;let Ye;if(typeof _e!="undefined"){if(!_e&&Ee("ignoreMissingRefs")!==!0)throw new Error(`Reference not found: ${q.$ref}`);N[q.$ref]-=1,We.merge(q,_e||{}),Ye=S&&_e&&_e.$ref}return Ye||delete q.$ref,q}if(Array.isArray(q.allOf)){let xe=q.allOf;delete q.allOf,xe.forEach(_e=>{let Ye=k.resolveSchema(_e,null,se);We.merge(q,typeof Ye.thunk=="function"?Ye.thunk(q):Ye),Array.isArray(q.allOf)&&k.resolveSchema(q,de,se)})}if(Array.isArray(q.oneOf||q.anyOf)&&se[se.length-2]!=="dependencies"){let xe=q.oneOf||q.anyOf;return q.enum&&q.oneOf&&(q.enum=q.enum.filter(_e=>We.validate(_e,xe))),{thunk(_e){let Ye=We.omitProps(q,["anyOf","oneOf"]),Ke=ve.pick(xe);return We.merge(Ye,Ke),xe.forEach(ie=>{ie.required&&ie!==Ke&&ie.required.forEach(I=>{if(Ke.required&&Ke.required.includes(I))return;let C=Ye.required&&Ye.required.includes(I);Ye.properties&&!C&&delete Ye.properties[I],_e&&_e.properties&&delete _e.properties[I]})}),Ye}}}if(Object.keys(q).forEach(xe=>{(Array.isArray(q[xe])||typeof q[xe]=="object")&&!We.isKey(xe)&&(q[xe]=k.resolveSchema(q[xe],xe,se.concat(xe)))}),se){let xe=se[se.length-1];if(xe==="properties"||xe==="items")return q}return f.wrap(q)},k},rc=nc,ao=Pt,oo=on,kt=Ya(Sl(),1),Fd=kt.default.binaryOptions,Ud=kt.default.boolOptions,$d=kt.default.intOptions,qd=kt.default.nullOptions,jd=kt.default.strOptions,Bd=kt.default.Schema,zd=kt.default.Alias,Vd=kt.default.Collection,Wd=kt.default.Merge,Hd=kt.default.Node,Yd=kt.default.Pair,Jd=kt.default.Scalar,ic=kt.default.YAMLMap,ac=kt.default.YAMLSeq,Tr=Mn,cn=new Ml,tt=(l,c,f)=>(console.debug("[json-schema-faker] calling JSONSchemaFaker() is deprecated, call either .generate() or .resolve()"),f&&console.debug("[json-schema-faker] local references are only supported by calling .resolve()"),tt.generate(l,c)),tt.generateWithContext=(l,c)=>{let f=ln(c,l);return ao(f,l,cn,!0)},tt.generate=(l,c)=>oo(tt.generateWithContext(l,c)),tt.generateYAML=(l,c)=>Tr(tt.generateWithContext(l,c)),tt.resolveWithContext=(l,c,f)=>{typeof c=="string"&&(f=c,c={}),f=f||(typeof process!="undefined"&&typeof process.cwd=="function"?process.cwd():""),f=`${f.replace(/\/+$/,"")}/`;let S=ln(c,l),x={order:1,canRead(k){let N=k.url.replace("/:",":");return S[N]||S[N.split("/").pop()]},read(k,N){try{N(null,this.canRead(k))}catch(X){N(X)}}},{$RefParser:v}=Ka();return v.bundle(f,l,{resolve:{file:{order:100},http:{order:200},fixedRefs:x},dereference:{circular:"ignore"}}).then(k=>ao(S,k,cn)).catch(k=>{throw new Error(`Error while resolving schema (${k.message})`)})},tt.resolve=(l,c,f)=>tt.resolveWithContext(l,c,f).then(oo),tt.resolveYAML=(l,c,f)=>tt.resolveWithContext(l,c,f).then(Tr),bt(),tt.format=to,tt.option=Ee,tt.random=ve,tt.extend=(l,c)=>(cn.extend(l,c),tt),tt.define=(l,c)=>(cn.define(l,c),tt),tt.reset=l=>(cn.reset(l),bt(),tt),tt.locate=l=>cn.get(l),tt.VERSION="0.5.5",oc={...tt},sc=tt}}),Kd=a({"src/src/main.iife.js"(l,c){var f=(Gd(),u(p));typeof $RefParser!="undefined"&&typeof JSONPath!="undefined"&&f.setDependencies({...JSONPath,$RefParser}),typeof window!="undefined"&&(window.JSONSchemaFaker=f.default),c.exports=f.default,c.exports.JSONSchemaFaker=f.JSONSchemaFaker}});return Kd()})();((e,n)=>{e.JSONSchemaFaker=n()})(typeof self!="undefined"?self:typeof window!="undefined"?window:globalThis,()=>Li);Li.random.shuffle=function(){return["[placeholder]"]};Li.option({useDefaultValue:!0,alwaysFakeOptionals:!0});function wc(e){return Li.generate(e)}var Sc=async(e,n)=>{let t=new TextEncoder,r=t.encode(e),i=t.encode(n),a=await crypto.subtle.importKey("raw",r,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),o=await crypto.subtle.sign("HMAC",a,i);return Array.from(new Uint8Array(o)).map(s=>s.toString(16).padStart(2,"0")).join("")},xc=(e,n)=>{if(typeof e!="string"||typeof n!="string"||e.length!==n.length)return!1;let t=0;for(let r=0;r<e.length;r+=1)t|=e.charCodeAt(r)^n.charCodeAt(r);return t===0};var Sh=require("cross-fetch");var Tc=async()=>{if(process.env.NOVU_BRIDGE_ORIGIN)return`${process.env.NOVU_BRIDGE_ORIGIN}/api/novu`;if(process.env.NEXT_PUBLIC_VERCEL_ENV==="preview"&&process.env.NEXT_PUBLIC_VERCEL_URL)return`https://${process.env.NEXT_PUBLIC_VERCEL_URL}/api/novu`;try{if(process.env.NODE_ENV==="development"||process.env.NODE_ENV==="dev"){let n=await(await fetch("http://localhost:2022/.well-known/novu")).json();return`${n.tunnelOrigin}${n.route}`}}catch(e){console.error(e)}return""};function kc(e){return!!e&&typeof e=="object"&&"error"in e&&"message"in e&&"statusCode"in e}var Di=(e,n)=>{if(!e)throw new vi;return{post:async(t,r)=>{let i=await fetch(`${n}/v1${t}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${e}`},body:JSON.stringify(r)}),a=await i.json();if(i.ok)return a;throw kc(a)?new Ai(a.statusCode,a.error,a.message):new Kn(a)},delete:async t=>(await fetch(`${n}/v1${t}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${e}`}})).json()}};var Rc=require("liquidjs");function uo(e,n){let t={...e};for(let r of Object.keys(n)){let i=n[r];i&&typeof i=="object"&&!Array.isArray(i)?t[r]=uo(t[r]||{},i):(Array.isArray(i),t[r]=i)}return t}function Fi(e,n){let t=n.split(".").reduce((r,i)=>{if(r&&typeof r=="object")return r[i]},e);if(t==null)return"";if(typeof t=="string")return t;if(typeof t=="number"||typeof t=="boolean")return String(t);if(typeof t=="object"){let r=JSON.stringify(t);return r==="{}"?"":r}return""}function vc(e,n=2,t,r=", "){if(!Array.isArray(e)||e.length===0)return"";let i=t?e.map(s=>typeof s!="object"||!s?"":Fi(s,t)):e;if(i.length===1)return i[0];if(i.length===2)return`${i[0]} and ${i[1]}`;if(i.length===3&&n>=3)return`${i[0]}, ${r}${i[1]} and ${i[2]}`;let a=i.slice(0,n),o=i.length-n;return`${a.join(r)} and ${o} ${o===1?"other":"others"}`}var Ac=jt(require("pluralize"),1);function Ec(e,n="",t="",r="true"){if(e==null)return"";let i=0;if(Array.isArray(e)?i=e.length:typeof e=="object"?i=Object.keys(e).length:typeof e=="string"?i=+e:typeof e=="number"?i=e:i=Number(e),Number.isNaN(i)&&(i=0),i<=0)return"";let a;return t?a=i===1?n:t:a=(0,Ac.default)(n,i),r==="true"?`${i} ${a}`:a}var xh=require("liquidjs"),_c=jt(require("pluralize"),1),Th=require("zod");var kh="",vh=2,Ah="other",Eh=", ",_h=" and ",Oh=", and ";function Oc(e,n=kh,t=vh,r=Ah,i=Eh,a=_h,o=Oh){if(!Array.isArray(e)||e.length===0)return"";let s=n?e.map(y=>typeof y!="object"||!y?"":Fi(y,n)):e,u=s.length;if(u===1)return s[0];if(u===2)return`${s[0]}${a}${s[1]}`;if(t>=u){let y=s.slice(0,u-1),g=s[u-1];return`${y.join(i)}${o}${g}`}let p=s.slice(0,t),d=u-t,h=t===1?a:o;return`${p.join(i)}${h}${d} ${(0,_c.default)(r,d)}`}function Rh(e){return Array.isArray(e)||typeof e=="object"&&e!==null?Ic(e):typeof e=="string"?e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t"):e==null?"":String(e)}var Ic=(e,n=0)=>Array.isArray(e)||typeof e=="object"&&e!==null?JSON.stringify(e,null,n).replace(/"/g,"'").replace(/\n/g,"\\n"):e==null?"":String(e);function Cc(e){let n=new Rc.Liquid({outputEscape:Rh,...e});return n.registerFilter("json",(t,r)=>Ic(t,r)),n.registerFilter("digest",vc),n.registerFilter("toSentence",Oc),n.registerFilter("pluralize",Ec),n}var Dn=jt(require("chalk"),1),Qe={info:e=>Dn.default.blue(e),warning:e=>Dn.default.yellow(e),error:e=>Dn.default.red(e),success:e=>Dn.default.green(e),underline:e=>Dn.default.underline(e),bold:e=>Dn.default.bold(e)},st={SUCCESS:Qe.success("\u2714"),ERROR:Qe.error("\u2717"),WARNING:Qe.warning("\u26A0"),INFO:Qe.info("\u2139"),ARROW:Qe.bold("\u2192"),MOCK:Qe.info("\u25CB"),HYDRATED:Qe.bold(Qe.info("\u2192")),STEP:Qe.info("\u03C3"),ACTION:Qe.info("\u03B1"),DURATION:Qe.info("\u0394"),PROVIDER:Qe.info("\u2699"),OUTPUT:Qe.info("\u21E2"),INPUT:Qe.info("\u21E0"),WORKFLOW:Qe.info("\u03C9"),STATE:Qe.info("\u03C3"),EXECUTE:Qe.info("\u03B5"),PREVIEW:Qe.info("\u03C1")};function Ui(e){return e||process.env.NOVU_API_URL||"https://api.novu.co"}function $i(e){return e||process.env.NOVU_SECRET_KEY||process.env.NOVU_API_KEY||""}var po=jt(require("sanitize-html"),1),Ih=["src","alt","width","height","loading","srcset","sizes","crossorigin","usemap","ismap","class","id","style","title","dir","lang"];function Ch(e){return e.toLowerCase().startsWith("on")}function Ph(e){return e.replace(/<\/([a-zA-Z][a-zA-Z0-9]*)\s*\/[^>]*>/g,"</$1>")}var Mh={allowedTags:po.default.defaults.allowedTags.concat(["style","img","html","head","body","link","meta","title"]),allowedAttributes:!1,transformTags:{"*":(e,n)=>{let t={};for(let[r,i]of Object.entries(n))Ch(r)||(t[r]=i);return{tagName:e,attribs:t}},img:(e,n)=>{let t={};for(let[r,i]of Object.entries(n))Ih.includes(r.toLowerCase())&&(t[r]=i);return{tagName:e,attribs:t}}},allowVulnerableTags:!0,parseStyleAttributes:!1,parser:{lowerCaseAttributeNames:!0}},Pc=e=>{if(!e)return e;let n=Ph(e),t=/^<!DOCTYPE .*?>/,r=n.match(t),i=(0,po.default)(n,Mh);return r?r[0]+i:i},qi=e=>Object.keys(e).reduce((n,t)=>{let r=e[t];return typeof r=="string"?n[t]=Pc(r):Array.isArray(r)?n[t]=r.map(i=>typeof i=="string"?Pc(i):typeof i=="object"?qi(i):i):typeof r=="object"&&r!==null?n[t]=qi(r):n[t]=r,n},{});function Mc(e,n=!0,t=console){n&&(t.info(`
92
- ${Qe.bold(Qe.underline("Discovered workflowId:"))} '${e.workflowId}'`),e.steps.forEach((r,i)=>{let a=i===e.steps.length-1,o=a?"\u2514":"\u251C";t.info(`${o} ${st.STEP} Discovered stepId: '${r.stepId}' Type: '${r.type}'`),r.providers.forEach((s,u)=>{let p=u===r.providers.length-1,d=a?" ":"\u2502",h=p?"\u2514":"\u251C";t.info(`${d} ${h} ${st.PROVIDER} Discovered provider: '${s.type}'`)})}))}var Nc=require("jsonrepair");function Lc(e){let n=e.trim();return(n.startsWith("{")&&n.endsWith("}")||n.startsWith("[")&&n.endsWith("]"))&&n.length>2}var Dc="__novuJsonString";function Nh(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&e[Dc]===!0}function Pr(e){if(typeof e=="string"){if(!Lc(e))return e;try{let n=JSON.parse(e);return{[Dc]:!0,value:Pr(n)}}catch{return e}}if(Array.isArray(e))return e.map(n=>Pr(n));if(e&&typeof e=="object"){let n={};for(let[t,r]of Object.entries(e))n[t]=Pr(r);return n}return e}function Mr(e){if(Nh(e))return JSON.stringify(Mr(e.value));if(Array.isArray(e))return e.map(n=>Mr(n));if(e&&typeof e=="object"){let n={};for(let[t,r]of Object.entries(e))n[t]=Mr(r);return n}return e}function Lh(e){try{return JSON.parse(e),e}catch{try{return(0,Nc.jsonrepair)(e)}catch{return e}}}function Fc(e){return Object.fromEntries(Object.entries(e).map(([n,t])=>typeof t=="string"?[n,Lc(t)?Lh(t):t]:typeof t=="object"&&t!==null&&!Array.isArray(t)?[n,Fc(t)]:[n,t]))}function Uc(e){return!(e!=null&&e.data)||typeof e.data!="object"||Array.isArray(e.data)?e:{...e,data:Fc(e.data)}}var qc=jt(require("ajv"),1),jc=jt(require("ajv-formats"),1);var $c=e=>typeof structuredClone=="function"?structuredClone(e):JSON.parse(JSON.stringify(e));var ji=class extends kn{constructor(t,r){let i=r.length===1?"it":"them";super(`Tried to use a ${t} in @novu/framework without ${r.join(", ")} installed. Please install ${i} by running \`npm install ${r.join(" ")}\`.`);this.statusCode=500;this.code="MissingDependencyError"}};var Bi=async(e,n)=>{let t=new Set;if((await Promise.allSettled(e.map(i=>i.import))).forEach((i,a)=>{let o=e[a];i.status==="fulfilled"&&o.exports.every(u=>i.value[u]!==void 0)||t.add(o.name)}),t.size>0)throw new ji(n,Array.from(t))};var zi=class{constructor(){this.requiredImports=[];this.ajv=new qc.default({useDefaults:!0,removeAdditional:"failing",strict:!1}),(0,jc.default)(this.ajv),this.compiledSchemas=new Map}async canHandle(n){let t=n.type==="object"||!!n.anyOf||!!n.allOf||!!n.oneOf;return t&&await Bi(this.requiredImports,"JSON schema"),t}async validate(n,t){let r=this.compiledSchemas.get(t);r||(r=this.ajv.compile(t),this.compiledSchemas.set(t,r));let i=$c(n);return r(i)?{success:!0,data:i}:{success:!1,errors:r.errors.map(o=>({path:o.instancePath,message:o.message}))}}async transformToJsonSchema(n){return n}};var Vi=class{constructor(){this.requiredImports=[{name:"zod",import:import("zod"),exports:["ZodType"]},{name:"zod-to-json-schema",import:import("zod-to-json-schema"),exports:["zodToJsonSchema"]}]}async canHandle(n){let t=n.safeParseAsync!==void 0;return t&&await Bi(this.requiredImports,"Zod schema"),t}async validate(n,t){let r=await t.safeParseAsync(n);return r.success?{success:!0,data:r.data}:{success:!1,errors:r.error.errors.map(i=>({path:`/${i.path.join("/")}`,message:i.message}))}}async transformToJsonSchema(n){let{zodToJsonSchema:t}=await import("zod-to-json-schema");return t(n)}};var Wi=new Vi,Hi=new zi,Nr=async(e,n)=>{if(await Wi.canHandle(e))return Wi.validate(n,e);if(await Hi.canHandle(e))return Hi.validate(n,e);throw new Error("Invalid schema")},ft=async e=>{if(await Wi.canHandle(e))return Wi.transformToJsonSchema(e);if(await Hi.canHandle(e))return Hi.transformToJsonSchema(e);throw new Error("Invalid schema")};function Bc(){return["development",void 0,"dev"].includes(process.env.NODE_ENV)}var er=class{constructor(n){this.discoveredWorkflows=new Map;this.discoverWorkflowPromises=new Map;this.registeredAgents=new Map;this.version="2.11.1";let t=this.buildOptions(n);this.apiUrl=t.apiUrl,this.secretKey=t.secretKey,this.strictAuthentication=t.strictAuthentication,this.verbose=t.verbose,this.logger=t.logger,this.templateEngine=Cc()}buildOptions(n){let t={apiUrl:Ui(n==null?void 0:n.apiUrl),secretKey:$i(n==null?void 0:n.secretKey),strictAuthentication:!Bc(),verbose:Bc(),logger:console};return(n==null?void 0:n.strictAuthentication)!==void 0?t.strictAuthentication=n.strictAuthentication:process.env.NOVU_STRICT_AUTHENTICATION_ENABLED!==void 0&&(t.strictAuthentication=process.env.NOVU_STRICT_AUTHENTICATION_ENABLED==="true"),(n==null?void 0:n.verbose)!==void 0&&(t.verbose=n.verbose),(n==null?void 0:n.logger)!==void 0&&(t.logger=n.logger),t}log(...n){this.verbose&&this.logger.info(...n)}async addWorkflows(n){for(let t of n){if(this.discoveredWorkflows.has(t.id))continue;let r=this.discoverWorkflowPromises.get(t.id);if(r){await r;continue}let i=this.addWorkflow(t);this.discoverWorkflowPromises.set(t.id,i),await i}}addAgents(n){for(let t of n)this.registeredAgents.set(t.id,t)}getAgent(n){return this.registeredAgents.get(n)}async addWorkflow(n){try{let t=await n.discover();Mc(t,this.verbose,this.logger),this.discoveredWorkflows.set(n.id,t)}finally{this.discoverWorkflowPromises.delete(n.id)}}healthCheck(){let n=this.getRegisteredWorkflows(),t=n.length,r=n.reduce((i,a)=>i+a.steps.length,0);return{status:"ok",sdkVersion:"2.11.1",frameworkVersion:"2024-06-26",discovered:{workflows:t,steps:r}}}getWorkflow(n){let t=this.discoveredWorkflows.get(n);if(t)return t;throw new Rr(n)}getStep(n,t){let i=this.getWorkflow(n).steps.find(a=>a.stepId===t);if(i)return i;throw new Mi(t)}getRegisteredWorkflows(){return Array.from(this.discoveredWorkflows.values())}discover(){return{workflows:this.getRegisteredWorkflows(),agents:Array.from(this.registeredAgents.keys()).map(n=>({agentId:n}))}}mock(n){try{return wc(n)}catch(t){return this.logger.warn("Failed to mock schema, returning empty object:",t),{}}}async validate(n,t,r,i,a,o,s){let u=await Nr(t,n);if(u.success)return u.data;switch(r){case"event":this.throwInvalidEvent(i,a,u.errors);case"step":this.throwInvalidStep(o,i,a,u.errors);case"provider":this.throwInvalidProvider(o,s,i,a,u.errors);default:throw new Error(`Invalid component: '${r}'`)}}throwInvalidProvider(n,t,r,i,a){throw n?t?r==="output"?new Si(i,n,t,a):new Error(`Invalid payload type: '${r}'`):new Error("providerId is required"):new Error("stepId is required")}throwInvalidStep(n,t,r,i){if(!n)throw new Error("stepId is required");switch(t){case"output":throw new yi(r,n,i);case"result":throw new bi(r,n,i);case"controls":throw new gi(r,n,i);default:throw new Error(`Invalid payload type: '${t}'`)}}throwInvalidEvent(n,t,r){switch(n){case"controls":throw new mi(t,r);case"payload":throw new Er(t,r);default:throw new Error(`Invalid payload type: '${n}'`)}}executeStepFactory(n,t,r){return async(i,a,o)=>{if(r())return;let s=this.getStep(n.workflowId,i),u=n.action==="preview";if(!u&&i===n.stepId){let g=await this.createStepControls(s,n),P=await this.compileControls(g,n);if(await this.shouldSkip(o==null?void 0:o.skip,P))return t({options:{skip:!0},outputs:{},providers:{}}),{}}let p=this.previewStep.bind(this),d=this.executeStep.bind(this),y=await(u?p:d)(n,{...s,providers:s.providers.map(g=>{var Z;let P=(Z=o==null?void 0:o.providers)==null?void 0:Z[g.type];if(!P)throw new Ei(g.type);return{...g,resolve:P}}),resolve:a});return this.shouldSanitize({stepType:s.type,options:o})&&(y={...y,outputs:qi(y.outputs)}),i===n.stepId&&t({...y,options:{skip:!1}}),y.outputs}}shouldSanitize({stepType:n,options:t}){return(t==null?void 0:t.disableOutputSanitization)===!0?!1:["email","in_app"].includes(n)}async shouldSkip(n,t){return n?n(t):!1}async executeWorkflow(n){let i=`${{execute:"Executing",preview:"Previewing"}[n.action]||n.action} workflowId:`;this.log(`
93
- ${Qe.bold(Qe.underline(i))} '${n.workflowId}'`);let a=this.getWorkflow(n.workflowId),o=process.hrtime(),s={outputs:{},providers:{},options:{skip:!1}},u,p=!1,d=new Promise(Oe=>{u=Oe}),h=Oe=>{if(p)throw new Error("setResult can only be called once per workflow execution");u(),p=!0,s=Oe},y=()=>p,g;try{if(n.action==="execute"&&!n.payload)throw new Er(n.workflowId,{message:"Event `payload` is required"});let Oe=await this.createExecutionPayload(n,a),U={...n,payload:Oe};await Promise.race([d,a.execute({payload:Oe,env:n.env,controls:{},subscriber:n.subscriber,context:n.context,step:{email:this.executeStepFactory(U,h,y),sms:this.executeStepFactory(U,h,y),inApp:this.executeStepFactory(U,h,y),digest:this.executeStepFactory(U,h,y),delay:this.executeStepFactory(U,h,y),push:this.executeStepFactory(U,h,y),chat:this.executeStepFactory(U,h,y),custom:this.executeStepFactory(U,h,y),throttle:this.executeStepFactory(U,h,y)}})])}catch(Oe){g=Oe}let P=process.hrtime(o),Z=P[0],Q=P[1],j=Z*1e3+Q/1e6,ce=g?st.ERROR:st.SUCCESS,ke={execute:"Executed",preview:"Previewed"}[n.action]||n.action;if(this.log(`${ce} ${ke} workflowId: \`${n.workflowId}\``),this.prettyPrintExecute(n,j,g),g)throw g;return{outputs:s.outputs,providers:s.providers,options:s.options,metadata:{status:"success",error:!1,duration:j}}}async createExecutionPayload(n,t){let{payload:r}=n;if(n.action==="preview"){let a=this.mock(t.payload.schema);r=Object.assign(a,r)}return await this.validate(r,t.payload.unknownSchema,"event","payload",n.workflowId)}prettyPrintExecute(n,t,r){if(!this.verbose)return;let i=r?st.ERROR:st.SUCCESS,o={execute:"Executed",preview:"Previewed"}[n.action]||n.action,s=r?"Failed to execute":o,u=r?Qe.error:Qe.success,p=`${i} ${s} workflowId: '${n.workflowId}`;this.logger.info(`
94
- ${Qe.bold(u(p))}'
95
- \u251C ${st.STEP} stepId: '${n.stepId}'
96
- \u251C ${st.ACTION} action: '${n.action}'
97
- \u2514 ${st.DURATION} duration: '${t.toFixed(2)}ms'
98
- `)}async executeProviders(n,t,r){return t.providers.reduce(async(i,a)=>{let o=await i,s=this.previewProvider.bind(this),u=this.executeProvider.bind(this),d=await(n.action==="preview"?s:u)(n,t,a,r);return{...o,[a.type]:d}},Promise.resolve({}))}previewProvider(n,t,r,i){return this.log(` ${st.MOCK} Mocked provider: \`${r.type}\``),this.mock(r.outputs.schema)}async executeProvider(n,t,r,i){try{if(n.stepId===t.stepId){let a=await this.createStepControls(t,n),o=await r.resolve({controls:a,outputs:i}),s=await this.validate(o,r.outputs.unknownSchema,"step","output",n.workflowId,t.stepId,r.type);return this.log(` ${st.SUCCESS} Executed provider: \`${r.type}\``),{...s,_passthrough:o._passthrough}}else return this.log(` ${st.HYDRATED} Hydrated provider: \`${r.type}\``),{}}catch(a){throw this.log(` ${st.ERROR} Failed to execute provider: \`${r.type}\``),new _i(r.type,n.action,a)}}async executeStep(n,t){if(n.stepId===t.stepId)try{let r=await this.createStepControls(t,n),i=await this.compileControls(r,n),a=await t.resolve(i),o=await this.validate(a,t.outputs.unknownSchema,"step","output",n.workflowId,t.stepId),s=await this.executeProviders(n,t,o);return this.log(` ${st.SUCCESS} Executed stepId: \`${t.stepId}\``),{outputs:o,providers:s}}catch(r){throw this.log(` ${st.ERROR} Failed to execute stepId: \`${t.stepId}\``),Nn(r)?r:new Or(t.stepId,n.action,r)}else try{let r=this.getStepState(n,t.stepId);if(r){let i=await this.validate(r.outputs,t.results.unknownSchema,"step","result",n.workflowId,t.stepId);return this.log(` ${st.HYDRATED} Hydrated stepId: \`${t.stepId}\``),{outputs:i,providers:await this.executeProviders(n,t,i)}}else throw new fi(n.workflowId,t.stepId)}catch(r){throw this.log(` ${st.ERROR} Failed to hydrate stepId: \`${t.stepId}\``),r}}async compileControls(n,t){var r;try{let i=Pr(n),a=this.preprocessTranslationPatterns(JSON.stringify(i));a=this.preprocessFilterTranslationArgs(a);let o=this.templateEngine.parse(a),s=this.getWorkflow(t.workflowId),u={workflow:{workflowId:s.workflowId,name:s.name,description:s.description,tags:s.tags,severity:s.severity},payload:t.payload,subscriber:t.subscriber,context:t.context,steps:Dh(t.state),env:(r=t.env)!=null?r:{}},p=await this.templateEngine.render(o,u),d=this.postprocessTranslationMarkers(p),h=(0,zc.jsonrepair)(d),y=JSON.parse(h),g=Mr(y);return Uc(g)}catch(i){throw new wi(t.workflowId,t.stepId,i)}}preprocessTranslationPatterns(n){return n.replace(/\{\{\s*t\.([\p{L}\p{N}_.-]+)\s*\}\}/gu,"[T:$1]")}preprocessFilterTranslationArgs(n){return n.replace(/'t\.([\p{L}\p{N}_.-]+)'/gu,"'[T:$1]'")}postprocessTranslationMarkers(n){return n.replace(/\[T:([\p{L}\p{N}_.-]+)\]/gu,"{{t.$1}}")}async createStepControls(n,t){return await this.validate(t.controls,n.controls.unknownSchema,"step","controls",t.workflowId,n.stepId)}async previewStep(n,t){try{return await this.constructStepForPreview(n,t)}catch(r){throw this.log(` ${st.ERROR} Failed to preview stepId: \`${t.stepId}\``),Nn(r)?r:new Or(t.stepId,n.action,r)}}async constructStepForPreview(n,t){return n.stepId===t.stepId?await this.previewRequiredStep(t,n):await this.extractMockDataForPreviousSteps(n,t)}async extractMockDataForPreviousSteps(n,t){let r={},i=this.getStepState(n,t.stepId),a=this.mock(t.results.schema);return{outputs:uo(a,(i==null?void 0:i.outputs)||{}),providers:await this.executeProviders(n,t,r)}}async previewRequiredStep(n,t){let r=await this.createStepControls(n,t),i=await this.compileControls(r,t),a=await n.resolve(i),o=await this.validate(a,n.outputs.unknownSchema,"step","output",t.workflowId,n.stepId);return this.log(` ${st.MOCK} Mocked stepId: \`${n.stepId}\``),{outputs:o,providers:await this.executeProviders(t,n,o)}}getStepState(n,t){return n.state.find(r=>r.stepId===t)}getStepCode(n,t){return{code:this.getStep(n,t).resolve.toString()}}getWorkflowCode(n){return{code:this.getWorkflow(n).execute.toString()}}getCode(n,t){let r;if(n)t?r=this.getStepCode(n,t):r=this.getWorkflowCode(n);else throw new Rr(n);return r}};function Dh(e){let n={};for(let t of e)n[t.stepId]=t.outputs;return n}var Fh={};function fn(e,n){let t=n||Fh,r=typeof t.includeImageAlt=="boolean"?t.includeImageAlt:!0,i=typeof t.includeHtml=="boolean"?t.includeHtml:!0;return Wc(e,r,i)}function Wc(e,n,t){if(Uh(e)){if("value"in e)return e.type==="html"&&!t?"":e.value;if(n&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Vc(e.children,n,t)}return Array.isArray(e)?Vc(e,n,t):""}function Vc(e,n,t){let r=[],i=-1;for(;++i<e.length;)r[i]=Wc(e[i],n,t);return r.join("")}function Uh(e){return!!(e&&typeof e=="object")}function ho(e,n){let t=String(e);if(typeof n!="string")throw new TypeError("Expected character");let r=0,i=t.indexOf(n);for(;i!==-1;)r++,i=t.indexOf(n,i+n.length);return r}var ut=An(/[A-Za-z]/),pt=An(/[\dA-Za-z]/),Hc=An(/[#-'*+\--9=?A-Z^-~]/);function Fn(e){return e!==null&&(e<32||e===127)}var Lr=An(/\d/),Yc=An(/[\dA-Fa-f]/),Jc=An(/[!-/:-@[-`{-~]/);function oe(e){return e!==null&&e<-2}function Ne(e){return e!==null&&(e<0||e===32)}function we(e){return e===-2||e===-1||e===32}var Un=An(/\p{P}|\p{S}/u),en=An(/\s/);function An(e){return n;function n(t){return t!==null&&t>-1&&e.test(String.fromCharCode(t))}}function fo(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var En=(function(e){if(e==null)return Bh;if(typeof e=="function")return Yi(e);if(typeof e=="object")return Array.isArray(e)?$h(e):qh(e);if(typeof e=="string")return jh(e);throw new Error("Expected function, string, or object as test")});function $h(e){let n=[],t=-1;for(;++t<e.length;)n[t]=En(e[t]);return Yi(r);function r(...i){let a=-1;for(;++a<n.length;)if(n[a].apply(this,i))return!0;return!1}}function qh(e){let n=e;return Yi(t);function t(r){let i=r,a;for(a in e)if(i[a]!==n[a])return!1;return!0}}function jh(e){return Yi(n);function n(t){return t&&t.type===e}}function Yi(e){return n;function n(t,r,i){return!!(zh(t)&&e.call(this,t,typeof r=="number"?r:void 0,i||void 0))}}function Bh(){return!0}function zh(e){return e!==null&&typeof e=="object"&&"type"in e}function Gc(e){return"\x1B[33m"+e+"\x1B[39m"}var Kc=[],Ji=!0,$n=!1,Gi="skip";function Dr(e,n,t,r){let i;typeof n=="function"&&typeof t!="function"?(r=t,t=n):i=n;let a=En(i),o=r?-1:1;s(e,void 0,[])();function s(u,p,d){let h=u&&typeof u=="object"?u:{};if(typeof h.type=="string"){let g=typeof h.tagName=="string"?h.tagName:typeof h.name=="string"?h.name:void 0;Object.defineProperty(y,"name",{value:"node ("+Gc(u.type+(g?"<"+g+">":""))+")"})}return y;function y(){let g=Kc,P,Z,Q;if((!n||a(u,p,d[d.length-1]||void 0))&&(g=Vh(t(u,d)),g[0]===$n))return g;if("children"in u&&u.children){let j=u;if(j.children&&g[0]!==Gi)for(Z=(r?j.children.length:-1)+o,Q=d.concat(j);Z>-1&&Z<j.children.length;){let ce=j.children[Z];if(P=s(ce,Z,Q)(),P[0]===$n)return P;Z=typeof P[1]=="number"?P[1]:Z+o}}return g}}}function Vh(e){return Array.isArray(e)?e:typeof e=="number"?[Ji,e]:e==null?Kc:[e]}function mo(e,n,t){let i=En((t||{}).ignore||[]),a=Wh(n),o=-1;for(;++o<a.length;)Dr(e,"text",s);function s(p,d){let h=-1,y;for(;++h<d.length;){let g=d[h],P=y?y.children:void 0;if(i(g,P?P.indexOf(g):void 0,y))return;y=g}if(y)return u(p,d)}function u(p,d){let h=d[d.length-1],y=a[o][0],g=a[o][1],P=0,Q=h.children.indexOf(p),j=!1,ce=[];y.lastIndex=0;let te=y.exec(p.value);for(;te;){let ke=te.index,Oe={index:te.index,input:te.input,stack:[...d,p]},U=g(...te,Oe);if(typeof U=="string"&&(U=U.length>0?{type:"text",value:U}:void 0),U===!1?y.lastIndex=ke+1:(P!==ke&&ce.push({type:"text",value:p.value.slice(P,ke)}),Array.isArray(U)?ce.push(...U):U&&ce.push(U),P=ke+te[0].length,j=!0),!y.global)break;te=y.exec(p.value)}return j?(P<p.value.length&&ce.push({type:"text",value:p.value.slice(P)}),h.children.splice(Q,1,...ce)):ce=[p],Q+ce.length}}function Wh(e){let n=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let t=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<t.length;){let i=t[r];n.push([Hh(i[0]),Yh(i[1])])}return n}function Hh(e){return typeof e=="string"?new RegExp(fo(e),"g"):e}function Yh(e){return typeof e=="function"?e:function(){return e}}var go="phrasing",yo=["autolink","link","image","label"];function wo(){return{transforms:[Zh],enter:{literalAutolink:Jh,literalAutolinkEmail:bo,literalAutolinkHttp:bo,literalAutolinkWww:bo},exit:{literalAutolink:Qh,literalAutolinkEmail:Xh,literalAutolinkHttp:Gh,literalAutolinkWww:Kh}}}function So(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:go,notInConstruct:yo},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:go,notInConstruct:yo},{character:":",before:"[ps]",after:"\\/",inConstruct:go,notInConstruct:yo}]}}function Jh(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function bo(e){this.config.enter.autolinkProtocol.call(this,e)}function Gh(e){this.config.exit.autolinkProtocol.call(this,e)}function Kh(e){this.config.exit.data.call(this,e);let n=this.stack[this.stack.length-1];n.type,n.url="http://"+this.sliceSerialize(e)}function Xh(e){this.config.exit.autolinkEmail.call(this,e)}function Qh(e){this.exit(e)}function Zh(e){mo(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,ef],[/([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/g,tf]],{ignore:["link","linkReference"]})}function ef(e,n,t,r,i){let a="";if(!Xc(i)||(/^w/i.test(n)&&(t=n+t,n="",a="http://"),!nf(t)))return!1;let o=rf(t+r);if(!o[0])return!1;let s={type:"link",title:null,url:a+n+o[0],children:[{type:"text",value:n+o[0]}]};return o[1]?[s,{type:"text",value:o[1]}]:s}function tf(e,n,t,r){return!Xc(r,!0)||/[-\d_]$/.test(t)?!1:{type:"link",title:null,url:"mailto:"+n+"@"+t,children:[{type:"text",value:n+"@"+t}]}}function nf(e){let n=e.split(".");return!(n.length<2||n[n.length-1]&&(/_/.test(n[n.length-1])||!/[a-zA-Z\d]/.test(n[n.length-1]))||n[n.length-2]&&(/_/.test(n[n.length-2])||!/[a-zA-Z\d]/.test(n[n.length-2])))}function rf(e){let n=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!n)return[e,void 0];e=e.slice(0,n.index);let t=n[0],r=t.indexOf(")"),i=ho(e,"("),a=ho(e,")");for(;r!==-1&&i>a;)e+=t.slice(0,r+1),t=t.slice(r+1),r=t.indexOf(")"),a++;return[e,t]}function Xc(e,n){let t=e.input.charCodeAt(e.index-1);return(e.index===0||en(t)||Un(t))&&(!n||t!==47)}function St(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}Qc.peek=hf;function xo(){return{enter:{gfmFootnoteDefinition:af,gfmFootnoteDefinitionLabelString:of,gfmFootnoteCall:cf,gfmFootnoteCallString:uf},exit:{gfmFootnoteDefinition:lf,gfmFootnoteDefinitionLabelString:sf,gfmFootnoteCall:df,gfmFootnoteCallString:pf}}}function To(){return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]}],handlers:{footnoteDefinition:ff,footnoteReference:Qc}}}function af(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function of(){this.buffer()}function sf(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.label=n,t.identifier=St(this.sliceSerialize(e)).toLowerCase()}function lf(e){this.exit(e)}function cf(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function uf(){this.buffer()}function pf(e){let n=this.resume(),t=this.stack[this.stack.length-1];t.type,t.label=n,t.identifier=St(this.sliceSerialize(e)).toLowerCase()}function df(e){this.exit(e)}function Qc(e,n,t,r){let i=t.createTracker(r),a=i.move("[^"),o=t.enter("footnoteReference"),s=t.enter("reference");return a+=i.move(t.safe(t.associationId(e),{...i.current(),before:a,after:"]"})),s(),o(),a+=i.move("]"),a}function hf(){return"["}function ff(e,n,t,r){let i=t.createTracker(r),a=i.move("[^"),o=t.enter("footnoteDefinition"),s=t.enter("label");return a+=i.move(t.safe(t.associationId(e),{...i.current(),before:a,after:"]"})),s(),a+=i.move("]:"+(e.children&&e.children.length>0?" ":"")),i.shift(4),a+=i.move(t.indentLines(t.containerFlow(e,i.current()),mf)),o(),a}function mf(e,n,t){return n===0?e:(t?"":" ")+e}var gf=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];Zc.peek=wf;function ko(){return{canContainEols:["delete"],enter:{strikethrough:yf},exit:{strikethrough:bf}}}function vo(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:gf}],handlers:{delete:Zc}}}function yf(e){this.enter({type:"delete",children:[]},e)}function bf(e){this.exit(e)}function Zc(e,n,t,r){let i=t.createTracker(r),a=t.enter("strikethrough"),o=i.move("~~");return o+=t.containerPhrasing(e,{...i.current(),before:o,after:"~"}),o+=i.move("~~"),a(),o}function wf(){return"~"}function tu(e,n={}){let t=(n.align||[]).concat(),r=n.stringLength||xf,i=[],a=[],o=[],s=[],u=0,p=-1;for(;++p<e.length;){let P=[],Z=[],Q=-1;for(e[p].length>u&&(u=e[p].length);++Q<e[p].length;){let j=Sf(e[p][Q]);if(n.alignDelimiters!==!1){let ce=r(j);Z[Q]=ce,(s[Q]===void 0||ce>s[Q])&&(s[Q]=ce)}P.push(j)}a[p]=P,o[p]=Z}let d=-1;if(typeof t=="object"&&"length"in t)for(;++d<u;)i[d]=eu(t[d]);else{let P=eu(t);for(;++d<u;)i[d]=P}d=-1;let h=[],y=[];for(;++d<u;){let P=i[d],Z="",Q="";P===99?(Z=":",Q=":"):P===108?Z=":":P===114&&(Q=":");let j=n.alignDelimiters===!1?1:Math.max(1,s[d]-Z.length-Q.length),ce=Z+"-".repeat(j)+Q;n.alignDelimiters!==!1&&(j=Z.length+j+Q.length,j>s[d]&&(s[d]=j),y[d]=j),h[d]=ce}a.splice(1,0,h),o.splice(1,0,y),p=-1;let g=[];for(;++p<a.length;){let P=a[p],Z=o[p];d=-1;let Q=[];for(;++d<u;){let j=P[d]||"",ce="",te="";if(n.alignDelimiters!==!1){let ke=s[d]-(Z[d]||0),Oe=i[d];Oe===114?ce=" ".repeat(ke):Oe===99?ke%2?(ce=" ".repeat(ke/2+.5),te=" ".repeat(ke/2-.5)):(ce=" ".repeat(ke/2),te=ce):te=" ".repeat(ke)}n.delimiterStart!==!1&&!d&&Q.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&j==="")&&(n.delimiterStart!==!1||d)&&Q.push(" "),n.alignDelimiters!==!1&&Q.push(ce),Q.push(j),n.alignDelimiters!==!1&&Q.push(te),n.padding!==!1&&Q.push(" "),(n.delimiterEnd!==!1||d!==u-1)&&Q.push("|")}g.push(n.delimiterEnd===!1?Q.join("").replace(/ +$/,""):Q.join(""))}return g.join(`
99
- `)}function Sf(e){return e==null?"":String(e)}function xf(e){return e.length}function eu(e){let n=typeof e=="string"?e.codePointAt(0):0;return n===67||n===99?99:n===76||n===108?108:n===82||n===114?114:0}function nu(e,n,t,r){let i=t.enter("blockquote"),a=t.createTracker(r);a.move("> "),a.shift(2);let o=t.indentLines(t.containerFlow(e,a.current()),Tf);return i(),o}function Tf(e,n,t){return">"+(t?"":" ")+e}function iu(e,n){return ru(e,n.inConstruct,!0)&&!ru(e,n.notInConstruct,!1)}function ru(e,n,t){if(typeof n=="string"&&(n=[n]),!n||n.length===0)return t;let r=-1;for(;++r<n.length;)if(e.includes(n[r]))return!0;return!1}function Ao(e,n,t,r){let i=-1;for(;++i<t.unsafe.length;)if(t.unsafe[i].character===`
100
- `&&iu(t.stack,t.unsafe[i]))return/[ \t]/.test(r.before)?"":" ";return`\\
101
- `}function au(e,n){let t=String(e),r=t.indexOf(n),i=r,a=0,o=0;if(typeof n!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===i?++a>o&&(o=a):a=1,i=r+n.length,r=t.indexOf(n,i);return o}function ou(e,n){return!!(n.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function su(e){let n=e.options.fence||"`";if(n!=="`"&&n!=="~")throw new Error("Cannot serialize code with `"+n+"` for `options.fence`, expected `` ` `` or `~`");return n}function lu(e,n,t,r){let i=su(t),a=e.value||"",o=i==="`"?"GraveAccent":"Tilde";if(ou(e,t)){let h=t.enter("codeIndented"),y=t.indentLines(a,kf);return h(),y}let s=t.createTracker(r),u=i.repeat(Math.max(au(a,i)+1,3)),p=t.enter("codeFenced"),d=s.move(u);if(e.lang){let h=t.enter(`codeFencedLang${o}`);d+=s.move(t.safe(e.lang,{before:d,after:" ",encode:["`"],...s.current()})),h()}if(e.lang&&e.meta){let h=t.enter(`codeFencedMeta${o}`);d+=s.move(" "),d+=s.move(t.safe(e.meta,{before:d,after:`
102
- `,encode:["`"],...s.current()})),h()}return d+=s.move(`
103
- `),a&&(d+=s.move(a+`
104
- `)),d+=s.move(u),p(),d}function kf(e,n,t){return(t?"":" ")+e}function tr(e){let n=e.options.quote||'"';if(n!=='"'&&n!=="'")throw new Error("Cannot serialize title with `"+n+"` for `options.quote`, expected `\"`, or `'`");return n}function cu(e,n,t,r){let i=tr(t),a=i==='"'?"Quote":"Apostrophe",o=t.enter("definition"),s=t.enter("label"),u=t.createTracker(r),p=u.move("[");return p+=u.move(t.safe(t.associationId(e),{before:p,after:"]",...u.current()})),p+=u.move("]: "),s(),!e.url||/[\0- \u007F]/.test(e.url)?(s=t.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(t.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(s=t.enter("destinationRaw"),p+=u.move(t.safe(e.url,{before:p,after:e.title?" ":`
105
- `,...u.current()}))),s(),e.title&&(s=t.enter(`title${a}`),p+=u.move(" "+i),p+=u.move(t.safe(e.title,{before:p,after:i,...u.current()})),p+=u.move(i),s()),o(),p}function uu(e){let n=e.options.emphasis||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize emphasis with `"+n+"` for `options.emphasis`, expected `*`, or `_`");return n}Eo.peek=vf;function Eo(e,n,t,r){let i=uu(t),a=t.enter("emphasis"),o=t.createTracker(r),s=o.move(i);return s+=o.move(t.containerPhrasing(e,{before:s,after:i,...o.current()})),s+=o.move(i),a(),s}function vf(e,n,t){return t.options.emphasis||"*"}function _o(e,n,t,r){let i,a,o;typeof n=="function"&&typeof t!="function"?(a=void 0,o=n,i=t):(a=n,o=t,i=r),Dr(e,a,s,i);function s(u,p){let d=p[p.length-1],h=d?d.children.indexOf(u):void 0;return o(u,h,d)}}function pu(e,n){let t=!1;return _o(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return t=!0,$n}),!!((!e.depth||e.depth<3)&&fn(e)&&(n.options.setext||t))}function du(e,n,t,r){let i=Math.max(Math.min(6,e.depth||1),1),a=t.createTracker(r);if(pu(e,t)){let d=t.enter("headingSetext"),h=t.enter("phrasing"),y=t.containerPhrasing(e,{...a.current(),before:`
106
- `,after:`
107
- `});return h(),d(),y+`
108
- `+(i===1?"=":"-").repeat(y.length-(Math.max(y.lastIndexOf("\r"),y.lastIndexOf(`
109
- `))+1))}let o="#".repeat(i),s=t.enter("headingAtx"),u=t.enter("phrasing");a.move(o+" ");let p=t.containerPhrasing(e,{before:"# ",after:`
110
- `,...a.current()});return/^[\t ]/.test(p)&&(p="&#x"+p.charCodeAt(0).toString(16).toUpperCase()+";"+p.slice(1)),p=p?o+" "+p:o,t.options.closeAtx&&(p+=" "+o),u(),s(),p}Oo.peek=Af;function Oo(e){return e.value||""}function Af(){return"<"}Ro.peek=Ef;function Ro(e,n,t,r){let i=tr(t),a=i==='"'?"Quote":"Apostrophe",o=t.enter("image"),s=t.enter("label"),u=t.createTracker(r),p=u.move("![");return p+=u.move(t.safe(e.alt,{before:p,after:"]",...u.current()})),p+=u.move("]("),s(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(s=t.enter("destinationLiteral"),p+=u.move("<"),p+=u.move(t.safe(e.url,{before:p,after:">",...u.current()})),p+=u.move(">")):(s=t.enter("destinationRaw"),p+=u.move(t.safe(e.url,{before:p,after:e.title?" ":")",...u.current()}))),s(),e.title&&(s=t.enter(`title${a}`),p+=u.move(" "+i),p+=u.move(t.safe(e.title,{before:p,after:i,...u.current()})),p+=u.move(i),s()),p+=u.move(")"),o(),p}function Ef(){return"!"}Io.peek=_f;function Io(e,n,t,r){let i=e.referenceType,a=t.enter("imageReference"),o=t.enter("label"),s=t.createTracker(r),u=s.move("!["),p=t.safe(e.alt,{before:u,after:"]",...s.current()});u+=s.move(p+"]["),o();let d=t.stack;t.stack=[],o=t.enter("reference");let h=t.safe(t.associationId(e),{before:u,after:"]",...s.current()});return o(),t.stack=d,a(),i==="full"||!p||p!==h?u+=s.move(h+"]"):i==="shortcut"?u=u.slice(0,-1):u+=s.move("]"),u}function _f(){return"!"}Co.peek=Of;function Co(e,n,t){let r=e.value||"",i="`",a=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(r);)i+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++a<t.unsafe.length;){let o=t.unsafe[a],s=t.compilePattern(o),u;if(o.atBreak)for(;u=s.exec(r);){let p=u.index;r.charCodeAt(p)===10&&r.charCodeAt(p-1)===13&&p--,r=r.slice(0,p)+" "+r.slice(u.index+1)}}return i+r+i}function Of(){return"`"}function Po(e,n){let t=fn(e);return!!(!n.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(t===e.url||"mailto:"+t===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Mo.peek=Rf;function Mo(e,n,t,r){let i=tr(t),a=i==='"'?"Quote":"Apostrophe",o=t.createTracker(r),s,u;if(Po(e,t)){let d=t.stack;t.stack=[],s=t.enter("autolink");let h=o.move("<");return h+=o.move(t.containerPhrasing(e,{before:h,after:">",...o.current()})),h+=o.move(">"),s(),t.stack=d,h}s=t.enter("link"),u=t.enter("label");let p=o.move("[");return p+=o.move(t.containerPhrasing(e,{before:p,after:"](",...o.current()})),p+=o.move("]("),u(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(u=t.enter("destinationLiteral"),p+=o.move("<"),p+=o.move(t.safe(e.url,{before:p,after:">",...o.current()})),p+=o.move(">")):(u=t.enter("destinationRaw"),p+=o.move(t.safe(e.url,{before:p,after:e.title?" ":")",...o.current()}))),u(),e.title&&(u=t.enter(`title${a}`),p+=o.move(" "+i),p+=o.move(t.safe(e.title,{before:p,after:i,...o.current()})),p+=o.move(i),u()),p+=o.move(")"),s(),p}function Rf(e,n,t){return Po(e,t)?"<":"["}No.peek=If;function No(e,n,t,r){let i=e.referenceType,a=t.enter("linkReference"),o=t.enter("label"),s=t.createTracker(r),u=s.move("["),p=t.containerPhrasing(e,{before:u,after:"]",...s.current()});u+=s.move(p+"]["),o();let d=t.stack;t.stack=[],o=t.enter("reference");let h=t.safe(t.associationId(e),{before:u,after:"]",...s.current()});return o(),t.stack=d,a(),i==="full"||!p||p!==h?u+=s.move(h+"]"):i==="shortcut"?u=u.slice(0,-1):u+=s.move("]"),u}function If(){return"["}function nr(e){let n=e.options.bullet||"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bullet`, expected `*`, `+`, or `-`");return n}function hu(e){let n=nr(e),t=e.options.bulletOther;if(!t)return n==="*"?"-":"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(t===n)throw new Error("Expected `bullet` (`"+n+"`) and `bulletOther` (`"+t+"`) to be different");return t}function fu(e){let n=e.options.bulletOrdered||".";if(n!=="."&&n!==")")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOrdered`, expected `.` or `)`");return n}function Ki(e){let n=e.options.rule||"*";if(n!=="*"&&n!=="-"&&n!=="_")throw new Error("Cannot serialize rules with `"+n+"` for `options.rule`, expected `*`, `-`, or `_`");return n}function mu(e,n,t,r){let i=t.enter("list"),a=t.bulletCurrent,o=e.ordered?fu(t):nr(t),s=e.ordered?o==="."?")":".":hu(t),u=n&&t.bulletLastUsed?o===t.bulletLastUsed:!1;if(!e.ordered){let d=e.children?e.children[0]:void 0;if((o==="*"||o==="-")&&d&&(!d.children||!d.children[0])&&t.stack[t.stack.length-1]==="list"&&t.stack[t.stack.length-2]==="listItem"&&t.stack[t.stack.length-3]==="list"&&t.stack[t.stack.length-4]==="listItem"&&t.indexStack[t.indexStack.length-1]===0&&t.indexStack[t.indexStack.length-2]===0&&t.indexStack[t.indexStack.length-3]===0&&(u=!0),Ki(t)===o&&d){let h=-1;for(;++h<e.children.length;){let y=e.children[h];if(y&&y.type==="listItem"&&y.children&&y.children[0]&&y.children[0].type==="thematicBreak"){u=!0;break}}}}u&&(o=s),t.bulletCurrent=o;let p=t.containerFlow(e,r);return t.bulletLastUsed=o,t.bulletCurrent=a,i(),p}function gu(e){let n=e.options.listItemIndent||"one";if(n!=="tab"&&n!=="one"&&n!=="mixed")throw new Error("Cannot serialize items with `"+n+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return n}function yu(e,n,t,r){let i=gu(t),a=t.bulletCurrent||nr(t);n&&n.type==="list"&&n.ordered&&(a=(typeof n.start=="number"&&n.start>-1?n.start:1)+(t.options.incrementListMarker===!1?0:n.children.indexOf(e))+a);let o=a.length+1;(i==="tab"||i==="mixed"&&(n&&n.type==="list"&&n.spread||e.spread))&&(o=Math.ceil(o/4)*4);let s=t.createTracker(r);s.move(a+" ".repeat(o-a.length)),s.shift(o);let u=t.enter("listItem"),p=t.indentLines(t.containerFlow(e,s.current()),d);return u(),p;function d(h,y,g){return y?(g?"":" ".repeat(o))+h:(g?a:a+" ".repeat(o-a.length))+h}}function bu(e,n,t,r){let i=t.enter("paragraph"),a=t.enter("phrasing"),o=t.containerPhrasing(e,r);return a(),i(),o}var Lo=En(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function wu(e,n,t,r){return(e.children.some(function(o){return Lo(o)})?t.containerPhrasing:t.containerFlow).call(t,e,r)}function Su(e){let n=e.options.strong||"*";if(n!=="*"&&n!=="_")throw new Error("Cannot serialize strong with `"+n+"` for `options.strong`, expected `*`, or `_`");return n}Do.peek=Cf;function Do(e,n,t,r){let i=Su(t),a=t.enter("strong"),o=t.createTracker(r),s=o.move(i+i);return s+=o.move(t.containerPhrasing(e,{before:s,after:i,...o.current()})),s+=o.move(i+i),a(),s}function Cf(e,n,t){return t.options.strong||"*"}function xu(e,n,t,r){return t.safe(e.value,r)}function Tu(e){let n=e.options.ruleRepetition||3;if(n<3)throw new Error("Cannot serialize rules with repetition `"+n+"` for `options.ruleRepetition`, expected `3` or more");return n}function ku(e,n,t){let r=(Ki(t)+(t.options.ruleSpaces?" ":"")).repeat(Tu(t));return t.options.ruleSpaces?r.slice(0,-1):r}var Fr={blockquote:nu,break:Ao,code:lu,definition:cu,emphasis:Eo,hardBreak:Ao,heading:du,html:Oo,image:Ro,imageReference:Io,inlineCode:Co,link:Mo,linkReference:No,list:mu,listItem:yu,paragraph:bu,root:wu,strong:Do,text:xu,thematicBreak:ku};var Fo={AElig:"\xC6",AMP:"&",Aacute:"\xC1",Abreve:"\u0102",Acirc:"\xC2",Acy:"\u0410",Afr:"\u{1D504}",Agrave:"\xC0",Alpha:"\u0391",Amacr:"\u0100",And:"\u2A53",Aogon:"\u0104",Aopf:"\u{1D538}",ApplyFunction:"\u2061",Aring:"\xC5",Ascr:"\u{1D49C}",Assign:"\u2254",Atilde:"\xC3",Auml:"\xC4",Backslash:"\u2216",Barv:"\u2AE7",Barwed:"\u2306",Bcy:"\u0411",Because:"\u2235",Bernoullis:"\u212C",Beta:"\u0392",Bfr:"\u{1D505}",Bopf:"\u{1D539}",Breve:"\u02D8",Bscr:"\u212C",Bumpeq:"\u224E",CHcy:"\u0427",COPY:"\xA9",Cacute:"\u0106",Cap:"\u22D2",CapitalDifferentialD:"\u2145",Cayleys:"\u212D",Ccaron:"\u010C",Ccedil:"\xC7",Ccirc:"\u0108",Cconint:"\u2230",Cdot:"\u010A",Cedilla:"\xB8",CenterDot:"\xB7",Cfr:"\u212D",Chi:"\u03A7",CircleDot:"\u2299",CircleMinus:"\u2296",CirclePlus:"\u2295",CircleTimes:"\u2297",ClockwiseContourIntegral:"\u2232",CloseCurlyDoubleQuote:"\u201D",CloseCurlyQuote:"\u2019",Colon:"\u2237",Colone:"\u2A74",Congruent:"\u2261",Conint:"\u222F",ContourIntegral:"\u222E",Copf:"\u2102",Coproduct:"\u2210",CounterClockwiseContourIntegral:"\u2233",Cross:"\u2A2F",Cscr:"\u{1D49E}",Cup:"\u22D3",CupCap:"\u224D",DD:"\u2145",DDotrahd:"\u2911",DJcy:"\u0402",DScy:"\u0405",DZcy:"\u040F",Dagger:"\u2021",Darr:"\u21A1",Dashv:"\u2AE4",Dcaron:"\u010E",Dcy:"\u0414",Del:"\u2207",Delta:"\u0394",Dfr:"\u{1D507}",DiacriticalAcute:"\xB4",DiacriticalDot:"\u02D9",DiacriticalDoubleAcute:"\u02DD",DiacriticalGrave:"`",DiacriticalTilde:"\u02DC",Diamond:"\u22C4",DifferentialD:"\u2146",Dopf:"\u{1D53B}",Dot:"\xA8",DotDot:"\u20DC",DotEqual:"\u2250",DoubleContourIntegral:"\u222F",DoubleDot:"\xA8",DoubleDownArrow:"\u21D3",DoubleLeftArrow:"\u21D0",DoubleLeftRightArrow:"\u21D4",DoubleLeftTee:"\u2AE4",DoubleLongLeftArrow:"\u27F8",DoubleLongLeftRightArrow:"\u27FA",DoubleLongRightArrow:"\u27F9",DoubleRightArrow:"\u21D2",DoubleRightTee:"\u22A8",DoubleUpArrow:"\u21D1",DoubleUpDownArrow:"\u21D5",DoubleVerticalBar:"\u2225",DownArrow:"\u2193",DownArrowBar:"\u2913",DownArrowUpArrow:"\u21F5",DownBreve:"\u0311",DownLeftRightVector:"\u2950",DownLeftTeeVector:"\u295E",DownLeftVector:"\u21BD",DownLeftVectorBar:"\u2956",DownRightTeeVector:"\u295F",DownRightVector:"\u21C1",DownRightVectorBar:"\u2957",DownTee:"\u22A4",DownTeeArrow:"\u21A7",Downarrow:"\u21D3",Dscr:"\u{1D49F}",Dstrok:"\u0110",ENG:"\u014A",ETH:"\xD0",Eacute:"\xC9",Ecaron:"\u011A",Ecirc:"\xCA",Ecy:"\u042D",Edot:"\u0116",Efr:"\u{1D508}",Egrave:"\xC8",Element:"\u2208",Emacr:"\u0112",EmptySmallSquare:"\u25FB",EmptyVerySmallSquare:"\u25AB",Eogon:"\u0118",Eopf:"\u{1D53C}",Epsilon:"\u0395",Equal:"\u2A75",EqualTilde:"\u2242",Equilibrium:"\u21CC",Escr:"\u2130",Esim:"\u2A73",Eta:"\u0397",Euml:"\xCB",Exists:"\u2203",ExponentialE:"\u2147",Fcy:"\u0424",Ffr:"\u{1D509}",FilledSmallSquare:"\u25FC",FilledVerySmallSquare:"\u25AA",Fopf:"\u{1D53D}",ForAll:"\u2200",Fouriertrf:"\u2131",Fscr:"\u2131",GJcy:"\u0403",GT:">",Gamma:"\u0393",Gammad:"\u03DC",Gbreve:"\u011E",Gcedil:"\u0122",Gcirc:"\u011C",Gcy:"\u0413",Gdot:"\u0120",Gfr:"\u{1D50A}",Gg:"\u22D9",Gopf:"\u{1D53E}",GreaterEqual:"\u2265",GreaterEqualLess:"\u22DB",GreaterFullEqual:"\u2267",GreaterGreater:"\u2AA2",GreaterLess:"\u2277",GreaterSlantEqual:"\u2A7E",GreaterTilde:"\u2273",Gscr:"\u{1D4A2}",Gt:"\u226B",HARDcy:"\u042A",Hacek:"\u02C7",Hat:"^",Hcirc:"\u0124",Hfr:"\u210C",HilbertSpace:"\u210B",Hopf:"\u210D",HorizontalLine:"\u2500",Hscr:"\u210B",Hstrok:"\u0126",HumpDownHump:"\u224E",HumpEqual:"\u224F",IEcy:"\u0415",IJlig:"\u0132",IOcy:"\u0401",Iacute:"\xCD",Icirc:"\xCE",Icy:"\u0418",Idot:"\u0130",Ifr:"\u2111",Igrave:"\xCC",Im:"\u2111",Imacr:"\u012A",ImaginaryI:"\u2148",Implies:"\u21D2",Int:"\u222C",Integral:"\u222B",Intersection:"\u22C2",InvisibleComma:"\u2063",InvisibleTimes:"\u2062",Iogon:"\u012E",Iopf:"\u{1D540}",Iota:"\u0399",Iscr:"\u2110",Itilde:"\u0128",Iukcy:"\u0406",Iuml:"\xCF",Jcirc:"\u0134",Jcy:"\u0419",Jfr:"\u{1D50D}",Jopf:"\u{1D541}",Jscr:"\u{1D4A5}",Jsercy:"\u0408",Jukcy:"\u0404",KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",Kfr:"\u{1D50E}",Kopf:"\u{1D542}",Kscr:"\u{1D4A6}",LJcy:"\u0409",LT:"<",Lacute:"\u0139",Lambda:"\u039B",Lang:"\u27EA",Laplacetrf:"\u2112",Larr:"\u219E",Lcaron:"\u013D",Lcedil:"\u013B",Lcy:"\u041B",LeftAngleBracket:"\u27E8",LeftArrow:"\u2190",LeftArrowBar:"\u21E4",LeftArrowRightArrow:"\u21C6",LeftCeiling:"\u2308",LeftDoubleBracket:"\u27E6",LeftDownTeeVector:"\u2961",LeftDownVector:"\u21C3",LeftDownVectorBar:"\u2959",LeftFloor:"\u230A",LeftRightArrow:"\u2194",LeftRightVector:"\u294E",LeftTee:"\u22A3",LeftTeeArrow:"\u21A4",LeftTeeVector:"\u295A",LeftTriangle:"\u22B2",LeftTriangleBar:"\u29CF",LeftTriangleEqual:"\u22B4",LeftUpDownVector:"\u2951",LeftUpTeeVector:"\u2960",LeftUpVector:"\u21BF",LeftUpVectorBar:"\u2958",LeftVector:"\u21BC",LeftVectorBar:"\u2952",Leftarrow:"\u21D0",Leftrightarrow:"\u21D4",LessEqualGreater:"\u22DA",LessFullEqual:"\u2266",LessGreater:"\u2276",LessLess:"\u2AA1",LessSlantEqual:"\u2A7D",LessTilde:"\u2272",Lfr:"\u{1D50F}",Ll:"\u22D8",Lleftarrow:"\u21DA",Lmidot:"\u013F",LongLeftArrow:"\u27F5",LongLeftRightArrow:"\u27F7",LongRightArrow:"\u27F6",Longleftarrow:"\u27F8",Longleftrightarrow:"\u27FA",Longrightarrow:"\u27F9",Lopf:"\u{1D543}",LowerLeftArrow:"\u2199",LowerRightArrow:"\u2198",Lscr:"\u2112",Lsh:"\u21B0",Lstrok:"\u0141",Lt:"\u226A",Map:"\u2905",Mcy:"\u041C",MediumSpace:"\u205F",Mellintrf:"\u2133",Mfr:"\u{1D510}",MinusPlus:"\u2213",Mopf:"\u{1D544}",Mscr:"\u2133",Mu:"\u039C",NJcy:"\u040A",Nacute:"\u0143",Ncaron:"\u0147",Ncedil:"\u0145",Ncy:"\u041D",NegativeMediumSpace:"\u200B",NegativeThickSpace:"\u200B",NegativeThinSpace:"\u200B",NegativeVeryThinSpace:"\u200B",NestedGreaterGreater:"\u226B",NestedLessLess:"\u226A",NewLine:`
111
- `,Nfr:"\u{1D511}",NoBreak:"\u2060",NonBreakingSpace:"\xA0",Nopf:"\u2115",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",Nscr:"\u{1D4A9}",Ntilde:"\xD1",Nu:"\u039D",OElig:"\u0152",Oacute:"\xD3",Ocirc:"\xD4",Ocy:"\u041E",Odblac:"\u0150",Ofr:"\u{1D512}",Ograve:"\xD2",Omacr:"\u014C",Omega:"\u03A9",Omicron:"\u039F",Oopf:"\u{1D546}",OpenCurlyDoubleQuote:"\u201C",OpenCurlyQuote:"\u2018",Or:"\u2A54",Oscr:"\u{1D4AA}",Oslash:"\xD8",Otilde:"\xD5",Otimes:"\u2A37",Ouml:"\xD6",OverBar:"\u203E",OverBrace:"\u23DE",OverBracket:"\u23B4",OverParenthesis:"\u23DC",PartialD:"\u2202",Pcy:"\u041F",Pfr:"\u{1D513}",Phi:"\u03A6",Pi:"\u03A0",PlusMinus:"\xB1",Poincareplane:"\u210C",Popf:"\u2119",Pr:"\u2ABB",Precedes:"\u227A",PrecedesEqual:"\u2AAF",PrecedesSlantEqual:"\u227C",PrecedesTilde:"\u227E",Prime:"\u2033",Product:"\u220F",Proportion:"\u2237",Proportional:"\u221D",Pscr:"\u{1D4AB}",Psi:"\u03A8",QUOT:'"',Qfr:"\u{1D514}",Qopf:"\u211A",Qscr:"\u{1D4AC}",RBarr:"\u2910",REG:"\xAE",Racute:"\u0154",Rang:"\u27EB",Rarr:"\u21A0",Rarrtl:"\u2916",Rcaron:"\u0158",Rcedil:"\u0156",Rcy:"\u0420",Re:"\u211C",ReverseElement:"\u220B",ReverseEquilibrium:"\u21CB",ReverseUpEquilibrium:"\u296F",Rfr:"\u211C",Rho:"\u03A1",RightAngleBracket:"\u27E9",RightArrow:"\u2192",RightArrowBar:"\u21E5",RightArrowLeftArrow:"\u21C4",RightCeiling:"\u2309",RightDoubleBracket:"\u27E7",RightDownTeeVector:"\u295D",RightDownVector:"\u21C2",RightDownVectorBar:"\u2955",RightFloor:"\u230B",RightTee:"\u22A2",RightTeeArrow:"\u21A6",RightTeeVector:"\u295B",RightTriangle:"\u22B3",RightTriangleBar:"\u29D0",RightTriangleEqual:"\u22B5",RightUpDownVector:"\u294F",RightUpTeeVector:"\u295C",RightUpVector:"\u21BE",RightUpVectorBar:"\u2954",RightVector:"\u21C0",RightVectorBar:"\u2953",Rightarrow:"\u21D2",Ropf:"\u211D",RoundImplies:"\u2970",Rrightarrow:"\u21DB",Rscr:"\u211B",Rsh:"\u21B1",RuleDelayed:"\u29F4",SHCHcy:"\u0429",SHcy:"\u0428",SOFTcy:"\u042C",Sacute:"\u015A",Sc:"\u2ABC",Scaron:"\u0160",Scedil:"\u015E",Scirc:"\u015C",Scy:"\u0421",Sfr:"\u{1D516}",ShortDownArrow:"\u2193",ShortLeftArrow:"\u2190",ShortRightArrow:"\u2192",ShortUpArrow:"\u2191",Sigma:"\u03A3",SmallCircle:"\u2218",Sopf:"\u{1D54A}",Sqrt:"\u221A",Square:"\u25A1",SquareIntersection:"\u2293",SquareSubset:"\u228F",SquareSubsetEqual:"\u2291",SquareSuperset:"\u2290",SquareSupersetEqual:"\u2292",SquareUnion:"\u2294",Sscr:"\u{1D4AE}",Star:"\u22C6",Sub:"\u22D0",Subset:"\u22D0",SubsetEqual:"\u2286",Succeeds:"\u227B",SucceedsEqual:"\u2AB0",SucceedsSlantEqual:"\u227D",SucceedsTilde:"\u227F",SuchThat:"\u220B",Sum:"\u2211",Sup:"\u22D1",Superset:"\u2283",SupersetEqual:"\u2287",Supset:"\u22D1",THORN:"\xDE",TRADE:"\u2122",TSHcy:"\u040B",TScy:"\u0426",Tab:" ",Tau:"\u03A4",Tcaron:"\u0164",Tcedil:"\u0162",Tcy:"\u0422",Tfr:"\u{1D517}",Therefore:"\u2234",Theta:"\u0398",ThickSpace:"\u205F\u200A",ThinSpace:"\u2009",Tilde:"\u223C",TildeEqual:"\u2243",TildeFullEqual:"\u2245",TildeTilde:"\u2248",Topf:"\u{1D54B}",TripleDot:"\u20DB",Tscr:"\u{1D4AF}",Tstrok:"\u0166",Uacute:"\xDA",Uarr:"\u219F",Uarrocir:"\u2949",Ubrcy:"\u040E",Ubreve:"\u016C",Ucirc:"\xDB",Ucy:"\u0423",Udblac:"\u0170",Ufr:"\u{1D518}",Ugrave:"\xD9",Umacr:"\u016A",UnderBar:"_",UnderBrace:"\u23DF",UnderBracket:"\u23B5",UnderParenthesis:"\u23DD",Union:"\u22C3",UnionPlus:"\u228E",Uogon:"\u0172",Uopf:"\u{1D54C}",UpArrow:"\u2191",UpArrowBar:"\u2912",UpArrowDownArrow:"\u21C5",UpDownArrow:"\u2195",UpEquilibrium:"\u296E",UpTee:"\u22A5",UpTeeArrow:"\u21A5",Uparrow:"\u21D1",Updownarrow:"\u21D5",UpperLeftArrow:"\u2196",UpperRightArrow:"\u2197",Upsi:"\u03D2",Upsilon:"\u03A5",Uring:"\u016E",Uscr:"\u{1D4B0}",Utilde:"\u0168",Uuml:"\xDC",VDash:"\u22AB",Vbar:"\u2AEB",Vcy:"\u0412",Vdash:"\u22A9",Vdashl:"\u2AE6",Vee:"\u22C1",Verbar:"\u2016",Vert:"\u2016",VerticalBar:"\u2223",VerticalLine:"|",VerticalSeparator:"\u2758",VerticalTilde:"\u2240",VeryThinSpace:"\u200A",Vfr:"\u{1D519}",Vopf:"\u{1D54D}",Vscr:"\u{1D4B1}",Vvdash:"\u22AA",Wcirc:"\u0174",Wedge:"\u22C0",Wfr:"\u{1D51A}",Wopf:"\u{1D54E}",Wscr:"\u{1D4B2}",Xfr:"\u{1D51B}",Xi:"\u039E",Xopf:"\u{1D54F}",Xscr:"\u{1D4B3}",YAcy:"\u042F",YIcy:"\u0407",YUcy:"\u042E",Yacute:"\xDD",Ycirc:"\u0176",Ycy:"\u042B",Yfr:"\u{1D51C}",Yopf:"\u{1D550}",Yscr:"\u{1D4B4}",Yuml:"\u0178",ZHcy:"\u0416",Zacute:"\u0179",Zcaron:"\u017D",Zcy:"\u0417",Zdot:"\u017B",ZeroWidthSpace:"\u200B",Zeta:"\u0396",Zfr:"\u2128",Zopf:"\u2124",Zscr:"\u{1D4B5}",aacute:"\xE1",abreve:"\u0103",ac:"\u223E",acE:"\u223E\u0333",acd:"\u223F",acirc:"\xE2",acute:"\xB4",acy:"\u0430",aelig:"\xE6",af:"\u2061",afr:"\u{1D51E}",agrave:"\xE0",alefsym:"\u2135",aleph:"\u2135",alpha:"\u03B1",amacr:"\u0101",amalg:"\u2A3F",amp:"&",and:"\u2227",andand:"\u2A55",andd:"\u2A5C",andslope:"\u2A58",andv:"\u2A5A",ang:"\u2220",ange:"\u29A4",angle:"\u2220",angmsd:"\u2221",angmsdaa:"\u29A8",angmsdab:"\u29A9",angmsdac:"\u29AA",angmsdad:"\u29AB",angmsdae:"\u29AC",angmsdaf:"\u29AD",angmsdag:"\u29AE",angmsdah:"\u29AF",angrt:"\u221F",angrtvb:"\u22BE",angrtvbd:"\u299D",angsph:"\u2222",angst:"\xC5",angzarr:"\u237C",aogon:"\u0105",aopf:"\u{1D552}",ap:"\u2248",apE:"\u2A70",apacir:"\u2A6F",ape:"\u224A",apid:"\u224B",apos:"'",approx:"\u2248",approxeq:"\u224A",aring:"\xE5",ascr:"\u{1D4B6}",ast:"*",asymp:"\u2248",asympeq:"\u224D",atilde:"\xE3",auml:"\xE4",awconint:"\u2233",awint:"\u2A11",bNot:"\u2AED",backcong:"\u224C",backepsilon:"\u03F6",backprime:"\u2035",backsim:"\u223D",backsimeq:"\u22CD",barvee:"\u22BD",barwed:"\u2305",barwedge:"\u2305",bbrk:"\u23B5",bbrktbrk:"\u23B6",bcong:"\u224C",bcy:"\u0431",bdquo:"\u201E",becaus:"\u2235",because:"\u2235",bemptyv:"\u29B0",bepsi:"\u03F6",bernou:"\u212C",beta:"\u03B2",beth:"\u2136",between:"\u226C",bfr:"\u{1D51F}",bigcap:"\u22C2",bigcirc:"\u25EF",bigcup:"\u22C3",bigodot:"\u2A00",bigoplus:"\u2A01",bigotimes:"\u2A02",bigsqcup:"\u2A06",bigstar:"\u2605",bigtriangledown:"\u25BD",bigtriangleup:"\u25B3",biguplus:"\u2A04",bigvee:"\u22C1",bigwedge:"\u22C0",bkarow:"\u290D",blacklozenge:"\u29EB",blacksquare:"\u25AA",blacktriangle:"\u25B4",blacktriangledown:"\u25BE",blacktriangleleft:"\u25C2",blacktriangleright:"\u25B8",blank:"\u2423",blk12:"\u2592",blk14:"\u2591",blk34:"\u2593",block:"\u2588",bne:"=\u20E5",bnequiv:"\u2261\u20E5",bnot:"\u2310",bopf:"\u{1D553}",bot:"\u22A5",bottom:"\u22A5",bowtie:"\u22C8",boxDL:"\u2557",boxDR:"\u2554",boxDl:"\u2556",boxDr:"\u2553",boxH:"\u2550",boxHD:"\u2566",boxHU:"\u2569",boxHd:"\u2564",boxHu:"\u2567",boxUL:"\u255D",boxUR:"\u255A",boxUl:"\u255C",boxUr:"\u2559",boxV:"\u2551",boxVH:"\u256C",boxVL:"\u2563",boxVR:"\u2560",boxVh:"\u256B",boxVl:"\u2562",boxVr:"\u255F",boxbox:"\u29C9",boxdL:"\u2555",boxdR:"\u2552",boxdl:"\u2510",boxdr:"\u250C",boxh:"\u2500",boxhD:"\u2565",boxhU:"\u2568",boxhd:"\u252C",boxhu:"\u2534",boxminus:"\u229F",boxplus:"\u229E",boxtimes:"\u22A0",boxuL:"\u255B",boxuR:"\u2558",boxul:"\u2518",boxur:"\u2514",boxv:"\u2502",boxvH:"\u256A",boxvL:"\u2561",boxvR:"\u255E",boxvh:"\u253C",boxvl:"\u2524",boxvr:"\u251C",bprime:"\u2035",breve:"\u02D8",brvbar:"\xA6",bscr:"\u{1D4B7}",bsemi:"\u204F",bsim:"\u223D",bsime:"\u22CD",bsol:"\\",bsolb:"\u29C5",bsolhsub:"\u27C8",bull:"\u2022",bullet:"\u2022",bump:"\u224E",bumpE:"\u2AAE",bumpe:"\u224F",bumpeq:"\u224F",cacute:"\u0107",cap:"\u2229",capand:"\u2A44",capbrcup:"\u2A49",capcap:"\u2A4B",capcup:"\u2A47",capdot:"\u2A40",caps:"\u2229\uFE00",caret:"\u2041",caron:"\u02C7",ccaps:"\u2A4D",ccaron:"\u010D",ccedil:"\xE7",ccirc:"\u0109",ccups:"\u2A4C",ccupssm:"\u2A50",cdot:"\u010B",cedil:"\xB8",cemptyv:"\u29B2",cent:"\xA2",centerdot:"\xB7",cfr:"\u{1D520}",chcy:"\u0447",check:"\u2713",checkmark:"\u2713",chi:"\u03C7",cir:"\u25CB",cirE:"\u29C3",circ:"\u02C6",circeq:"\u2257",circlearrowleft:"\u21BA",circlearrowright:"\u21BB",circledR:"\xAE",circledS:"\u24C8",circledast:"\u229B",circledcirc:"\u229A",circleddash:"\u229D",cire:"\u2257",cirfnint:"\u2A10",cirmid:"\u2AEF",cirscir:"\u29C2",clubs:"\u2663",clubsuit:"\u2663",colon:":",colone:"\u2254",coloneq:"\u2254",comma:",",commat:"@",comp:"\u2201",compfn:"\u2218",complement:"\u2201",complexes:"\u2102",cong:"\u2245",congdot:"\u2A6D",conint:"\u222E",copf:"\u{1D554}",coprod:"\u2210",copy:"\xA9",copysr:"\u2117",crarr:"\u21B5",cross:"\u2717",cscr:"\u{1D4B8}",csub:"\u2ACF",csube:"\u2AD1",csup:"\u2AD0",csupe:"\u2AD2",ctdot:"\u22EF",cudarrl:"\u2938",cudarrr:"\u2935",cuepr:"\u22DE",cuesc:"\u22DF",cularr:"\u21B6",cularrp:"\u293D",cup:"\u222A",cupbrcap:"\u2A48",cupcap:"\u2A46",cupcup:"\u2A4A",cupdot:"\u228D",cupor:"\u2A45",cups:"\u222A\uFE00",curarr:"\u21B7",curarrm:"\u293C",curlyeqprec:"\u22DE",curlyeqsucc:"\u22DF",curlyvee:"\u22CE",curlywedge:"\u22CF",curren:"\xA4",curvearrowleft:"\u21B6",curvearrowright:"\u21B7",cuvee:"\u22CE",cuwed:"\u22CF",cwconint:"\u2232",cwint:"\u2231",cylcty:"\u232D",dArr:"\u21D3",dHar:"\u2965",dagger:"\u2020",daleth:"\u2138",darr:"\u2193",dash:"\u2010",dashv:"\u22A3",dbkarow:"\u290F",dblac:"\u02DD",dcaron:"\u010F",dcy:"\u0434",dd:"\u2146",ddagger:"\u2021",ddarr:"\u21CA",ddotseq:"\u2A77",deg:"\xB0",delta:"\u03B4",demptyv:"\u29B1",dfisht:"\u297F",dfr:"\u{1D521}",dharl:"\u21C3",dharr:"\u21C2",diam:"\u22C4",diamond:"\u22C4",diamondsuit:"\u2666",diams:"\u2666",die:"\xA8",digamma:"\u03DD",disin:"\u22F2",div:"\xF7",divide:"\xF7",divideontimes:"\u22C7",divonx:"\u22C7",djcy:"\u0452",dlcorn:"\u231E",dlcrop:"\u230D",dollar:"$",dopf:"\u{1D555}",dot:"\u02D9",doteq:"\u2250",doteqdot:"\u2251",dotminus:"\u2238",dotplus:"\u2214",dotsquare:"\u22A1",doublebarwedge:"\u2306",downarrow:"\u2193",downdownarrows:"\u21CA",downharpoonleft:"\u21C3",downharpoonright:"\u21C2",drbkarow:"\u2910",drcorn:"\u231F",drcrop:"\u230C",dscr:"\u{1D4B9}",dscy:"\u0455",dsol:"\u29F6",dstrok:"\u0111",dtdot:"\u22F1",dtri:"\u25BF",dtrif:"\u25BE",duarr:"\u21F5",duhar:"\u296F",dwangle:"\u29A6",dzcy:"\u045F",dzigrarr:"\u27FF",eDDot:"\u2A77",eDot:"\u2251",eacute:"\xE9",easter:"\u2A6E",ecaron:"\u011B",ecir:"\u2256",ecirc:"\xEA",ecolon:"\u2255",ecy:"\u044D",edot:"\u0117",ee:"\u2147",efDot:"\u2252",efr:"\u{1D522}",eg:"\u2A9A",egrave:"\xE8",egs:"\u2A96",egsdot:"\u2A98",el:"\u2A99",elinters:"\u23E7",ell:"\u2113",els:"\u2A95",elsdot:"\u2A97",emacr:"\u0113",empty:"\u2205",emptyset:"\u2205",emptyv:"\u2205",emsp13:"\u2004",emsp14:"\u2005",emsp:"\u2003",eng:"\u014B",ensp:"\u2002",eogon:"\u0119",eopf:"\u{1D556}",epar:"\u22D5",eparsl:"\u29E3",eplus:"\u2A71",epsi:"\u03B5",epsilon:"\u03B5",epsiv:"\u03F5",eqcirc:"\u2256",eqcolon:"\u2255",eqsim:"\u2242",eqslantgtr:"\u2A96",eqslantless:"\u2A95",equals:"=",equest:"\u225F",equiv:"\u2261",equivDD:"\u2A78",eqvparsl:"\u29E5",erDot:"\u2253",erarr:"\u2971",escr:"\u212F",esdot:"\u2250",esim:"\u2242",eta:"\u03B7",eth:"\xF0",euml:"\xEB",euro:"\u20AC",excl:"!",exist:"\u2203",expectation:"\u2130",exponentiale:"\u2147",fallingdotseq:"\u2252",fcy:"\u0444",female:"\u2640",ffilig:"\uFB03",fflig:"\uFB00",ffllig:"\uFB04",ffr:"\u{1D523}",filig:"\uFB01",fjlig:"fj",flat:"\u266D",fllig:"\uFB02",fltns:"\u25B1",fnof:"\u0192",fopf:"\u{1D557}",forall:"\u2200",fork:"\u22D4",forkv:"\u2AD9",fpartint:"\u2A0D",frac12:"\xBD",frac13:"\u2153",frac14:"\xBC",frac15:"\u2155",frac16:"\u2159",frac18:"\u215B",frac23:"\u2154",frac25:"\u2156",frac34:"\xBE",frac35:"\u2157",frac38:"\u215C",frac45:"\u2158",frac56:"\u215A",frac58:"\u215D",frac78:"\u215E",frasl:"\u2044",frown:"\u2322",fscr:"\u{1D4BB}",gE:"\u2267",gEl:"\u2A8C",gacute:"\u01F5",gamma:"\u03B3",gammad:"\u03DD",gap:"\u2A86",gbreve:"\u011F",gcirc:"\u011D",gcy:"\u0433",gdot:"\u0121",ge:"\u2265",gel:"\u22DB",geq:"\u2265",geqq:"\u2267",geqslant:"\u2A7E",ges:"\u2A7E",gescc:"\u2AA9",gesdot:"\u2A80",gesdoto:"\u2A82",gesdotol:"\u2A84",gesl:"\u22DB\uFE00",gesles:"\u2A94",gfr:"\u{1D524}",gg:"\u226B",ggg:"\u22D9",gimel:"\u2137",gjcy:"\u0453",gl:"\u2277",glE:"\u2A92",gla:"\u2AA5",glj:"\u2AA4",gnE:"\u2269",gnap:"\u2A8A",gnapprox:"\u2A8A",gne:"\u2A88",gneq:"\u2A88",gneqq:"\u2269",gnsim:"\u22E7",gopf:"\u{1D558}",grave:"`",gscr:"\u210A",gsim:"\u2273",gsime:"\u2A8E",gsiml:"\u2A90",gt:">",gtcc:"\u2AA7",gtcir:"\u2A7A",gtdot:"\u22D7",gtlPar:"\u2995",gtquest:"\u2A7C",gtrapprox:"\u2A86",gtrarr:"\u2978",gtrdot:"\u22D7",gtreqless:"\u22DB",gtreqqless:"\u2A8C",gtrless:"\u2277",gtrsim:"\u2273",gvertneqq:"\u2269\uFE00",gvnE:"\u2269\uFE00",hArr:"\u21D4",hairsp:"\u200A",half:"\xBD",hamilt:"\u210B",hardcy:"\u044A",harr:"\u2194",harrcir:"\u2948",harrw:"\u21AD",hbar:"\u210F",hcirc:"\u0125",hearts:"\u2665",heartsuit:"\u2665",hellip:"\u2026",hercon:"\u22B9",hfr:"\u{1D525}",hksearow:"\u2925",hkswarow:"\u2926",hoarr:"\u21FF",homtht:"\u223B",hookleftarrow:"\u21A9",hookrightarrow:"\u21AA",hopf:"\u{1D559}",horbar:"\u2015",hscr:"\u{1D4BD}",hslash:"\u210F",hstrok:"\u0127",hybull:"\u2043",hyphen:"\u2010",iacute:"\xED",ic:"\u2063",icirc:"\xEE",icy:"\u0438",iecy:"\u0435",iexcl:"\xA1",iff:"\u21D4",ifr:"\u{1D526}",igrave:"\xEC",ii:"\u2148",iiiint:"\u2A0C",iiint:"\u222D",iinfin:"\u29DC",iiota:"\u2129",ijlig:"\u0133",imacr:"\u012B",image:"\u2111",imagline:"\u2110",imagpart:"\u2111",imath:"\u0131",imof:"\u22B7",imped:"\u01B5",in:"\u2208",incare:"\u2105",infin:"\u221E",infintie:"\u29DD",inodot:"\u0131",int:"\u222B",intcal:"\u22BA",integers:"\u2124",intercal:"\u22BA",intlarhk:"\u2A17",intprod:"\u2A3C",iocy:"\u0451",iogon:"\u012F",iopf:"\u{1D55A}",iota:"\u03B9",iprod:"\u2A3C",iquest:"\xBF",iscr:"\u{1D4BE}",isin:"\u2208",isinE:"\u22F9",isindot:"\u22F5",isins:"\u22F4",isinsv:"\u22F3",isinv:"\u2208",it:"\u2062",itilde:"\u0129",iukcy:"\u0456",iuml:"\xEF",jcirc:"\u0135",jcy:"\u0439",jfr:"\u{1D527}",jmath:"\u0237",jopf:"\u{1D55B}",jscr:"\u{1D4BF}",jsercy:"\u0458",jukcy:"\u0454",kappa:"\u03BA",kappav:"\u03F0",kcedil:"\u0137",kcy:"\u043A",kfr:"\u{1D528}",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C",kopf:"\u{1D55C}",kscr:"\u{1D4C0}",lAarr:"\u21DA",lArr:"\u21D0",lAtail:"\u291B",lBarr:"\u290E",lE:"\u2266",lEg:"\u2A8B",lHar:"\u2962",lacute:"\u013A",laemptyv:"\u29B4",lagran:"\u2112",lambda:"\u03BB",lang:"\u27E8",langd:"\u2991",langle:"\u27E8",lap:"\u2A85",laquo:"\xAB",larr:"\u2190",larrb:"\u21E4",larrbfs:"\u291F",larrfs:"\u291D",larrhk:"\u21A9",larrlp:"\u21AB",larrpl:"\u2939",larrsim:"\u2973",larrtl:"\u21A2",lat:"\u2AAB",latail:"\u2919",late:"\u2AAD",lates:"\u2AAD\uFE00",lbarr:"\u290C",lbbrk:"\u2772",lbrace:"{",lbrack:"[",lbrke:"\u298B",lbrksld:"\u298F",lbrkslu:"\u298D",lcaron:"\u013E",lcedil:"\u013C",lceil:"\u2308",lcub:"{",lcy:"\u043B",ldca:"\u2936",ldquo:"\u201C",ldquor:"\u201E",ldrdhar:"\u2967",ldrushar:"\u294B",ldsh:"\u21B2",le:"\u2264",leftarrow:"\u2190",leftarrowtail:"\u21A2",leftharpoondown:"\u21BD",leftharpoonup:"\u21BC",leftleftarrows:"\u21C7",leftrightarrow:"\u2194",leftrightarrows:"\u21C6",leftrightharpoons:"\u21CB",leftrightsquigarrow:"\u21AD",leftthreetimes:"\u22CB",leg:"\u22DA",leq:"\u2264",leqq:"\u2266",leqslant:"\u2A7D",les:"\u2A7D",lescc:"\u2AA8",lesdot:"\u2A7F",lesdoto:"\u2A81",lesdotor:"\u2A83",lesg:"\u22DA\uFE00",lesges:"\u2A93",lessapprox:"\u2A85",lessdot:"\u22D6",lesseqgtr:"\u22DA",lesseqqgtr:"\u2A8B",lessgtr:"\u2276",lesssim:"\u2272",lfisht:"\u297C",lfloor:"\u230A",lfr:"\u{1D529}",lg:"\u2276",lgE:"\u2A91",lhard:"\u21BD",lharu:"\u21BC",lharul:"\u296A",lhblk:"\u2584",ljcy:"\u0459",ll:"\u226A",llarr:"\u21C7",llcorner:"\u231E",llhard:"\u296B",lltri:"\u25FA",lmidot:"\u0140",lmoust:"\u23B0",lmoustache:"\u23B0",lnE:"\u2268",lnap:"\u2A89",lnapprox:"\u2A89",lne:"\u2A87",lneq:"\u2A87",lneqq:"\u2268",lnsim:"\u22E6",loang:"\u27EC",loarr:"\u21FD",lobrk:"\u27E6",longleftarrow:"\u27F5",longleftrightarrow:"\u27F7",longmapsto:"\u27FC",longrightarrow:"\u27F6",looparrowleft:"\u21AB",looparrowright:"\u21AC",lopar:"\u2985",lopf:"\u{1D55D}",loplus:"\u2A2D",lotimes:"\u2A34",lowast:"\u2217",lowbar:"_",loz:"\u25CA",lozenge:"\u25CA",lozf:"\u29EB",lpar:"(",lparlt:"\u2993",lrarr:"\u21C6",lrcorner:"\u231F",lrhar:"\u21CB",lrhard:"\u296D",lrm:"\u200E",lrtri:"\u22BF",lsaquo:"\u2039",lscr:"\u{1D4C1}",lsh:"\u21B0",lsim:"\u2272",lsime:"\u2A8D",lsimg:"\u2A8F",lsqb:"[",lsquo:"\u2018",lsquor:"\u201A",lstrok:"\u0142",lt:"<",ltcc:"\u2AA6",ltcir:"\u2A79",ltdot:"\u22D6",lthree:"\u22CB",ltimes:"\u22C9",ltlarr:"\u2976",ltquest:"\u2A7B",ltrPar:"\u2996",ltri:"\u25C3",ltrie:"\u22B4",ltrif:"\u25C2",lurdshar:"\u294A",luruhar:"\u2966",lvertneqq:"\u2268\uFE00",lvnE:"\u2268\uFE00",mDDot:"\u223A",macr:"\xAF",male:"\u2642",malt:"\u2720",maltese:"\u2720",map:"\u21A6",mapsto:"\u21A6",mapstodown:"\u21A7",mapstoleft:"\u21A4",mapstoup:"\u21A5",marker:"\u25AE",mcomma:"\u2A29",mcy:"\u043C",mdash:"\u2014",measuredangle:"\u2221",mfr:"\u{1D52A}",mho:"\u2127",micro:"\xB5",mid:"\u2223",midast:"*",midcir:"\u2AF0",middot:"\xB7",minus:"\u2212",minusb:"\u229F",minusd:"\u2238",minusdu:"\u2A2A",mlcp:"\u2ADB",mldr:"\u2026",mnplus:"\u2213",models:"\u22A7",mopf:"\u{1D55E}",mp:"\u2213",mscr:"\u{1D4C2}",mstpos:"\u223E",mu:"\u03BC",multimap:"\u22B8",mumap:"\u22B8",nGg:"\u22D9\u0338",nGt:"\u226B\u20D2",nGtv:"\u226B\u0338",nLeftarrow:"\u21CD",nLeftrightarrow:"\u21CE",nLl:"\u22D8\u0338",nLt:"\u226A\u20D2",nLtv:"\u226A\u0338",nRightarrow:"\u21CF",nVDash:"\u22AF",nVdash:"\u22AE",nabla:"\u2207",nacute:"\u0144",nang:"\u2220\u20D2",nap:"\u2249",napE:"\u2A70\u0338",napid:"\u224B\u0338",napos:"\u0149",napprox:"\u2249",natur:"\u266E",natural:"\u266E",naturals:"\u2115",nbsp:"\xA0",nbump:"\u224E\u0338",nbumpe:"\u224F\u0338",ncap:"\u2A43",ncaron:"\u0148",ncedil:"\u0146",ncong:"\u2247",ncongdot:"\u2A6D\u0338",ncup:"\u2A42",ncy:"\u043D",ndash:"\u2013",ne:"\u2260",neArr:"\u21D7",nearhk:"\u2924",nearr:"\u2197",nearrow:"\u2197",nedot:"\u2250\u0338",nequiv:"\u2262",nesear:"\u2928",nesim:"\u2242\u0338",nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",ngE:"\u2267\u0338",nge:"\u2271",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",ngsim:"\u2275",ngt:"\u226F",ngtr:"\u226F",nhArr:"\u21CE",nharr:"\u21AE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",nlArr:"\u21CD",nlE:"\u2266\u0338",nlarr:"\u219A",nldr:"\u2025",nle:"\u2270",nleftarrow:"\u219A",nleftrightarrow:"\u21AE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nlsim:"\u2274",nlt:"\u226E",nltri:"\u22EA",nltrie:"\u22EC",nmid:"\u2224",nopf:"\u{1D55F}",not:"\xAC",notin:"\u2209",notinE:"\u22F9\u0338",notindot:"\u22F5\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrArr:"\u21CF",nrarr:"\u219B",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsubE:"\u2AC5\u0338",nsube:"\u2288",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupE:"\u2AC6\u0338",nsupe:"\u2289",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",num:"#",numero:"\u2116",numsp:"\u2007",nvDash:"\u22AD",nvHarr:"\u2904",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwArr:"\u21D6",nwarhk:"\u2923",nwarr:"\u2196",nwarrow:"\u2196",nwnear:"\u2927",oS:"\u24C8",oacute:"\xF3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",ocy:"\u043E",odash:"\u229D",odblac:"\u0151",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",ofcir:"\u29BF",ofr:"\u{1D52C}",ogon:"\u02DB",ograve:"\xF2",ogt:"\u29C1",ohbar:"\u29B5",ohm:"\u03A9",oint:"\u222E",olarr:"\u21BA",olcir:"\u29BE",olcross:"\u29BB",oline:"\u203E",olt:"\u29C0",omacr:"\u014D",omega:"\u03C9",omicron:"\u03BF",omid:"\u29B6",ominus:"\u2296",oopf:"\u{1D560}",opar:"\u29B7",operp:"\u29B9",oplus:"\u2295",or:"\u2228",orarr:"\u21BB",ord:"\u2A5D",order:"\u2134",orderof:"\u2134",ordf:"\xAA",ordm:"\xBA",origof:"\u22B6",oror:"\u2A56",orslope:"\u2A57",orv:"\u2A5B",oscr:"\u2134",oslash:"\xF8",osol:"\u2298",otilde:"\xF5",otimes:"\u2297",otimesas:"\u2A36",ouml:"\xF6",ovbar:"\u233D",par:"\u2225",para:"\xB6",parallel:"\u2225",parsim:"\u2AF3",parsl:"\u2AFD",part:"\u2202",pcy:"\u043F",percnt:"%",period:".",permil:"\u2030",perp:"\u22A5",pertenk:"\u2031",pfr:"\u{1D52D}",phi:"\u03C6",phiv:"\u03D5",phmmat:"\u2133",phone:"\u260E",pi:"\u03C0",pitchfork:"\u22D4",piv:"\u03D6",planck:"\u210F",planckh:"\u210E",plankv:"\u210F",plus:"+",plusacir:"\u2A23",plusb:"\u229E",pluscir:"\u2A22",plusdo:"\u2214",plusdu:"\u2A25",pluse:"\u2A72",plusmn:"\xB1",plussim:"\u2A26",plustwo:"\u2A27",pm:"\xB1",pointint:"\u2A15",popf:"\u{1D561}",pound:"\xA3",pr:"\u227A",prE:"\u2AB3",prap:"\u2AB7",prcue:"\u227C",pre:"\u2AAF",prec:"\u227A",precapprox:"\u2AB7",preccurlyeq:"\u227C",preceq:"\u2AAF",precnapprox:"\u2AB9",precneqq:"\u2AB5",precnsim:"\u22E8",precsim:"\u227E",prime:"\u2032",primes:"\u2119",prnE:"\u2AB5",prnap:"\u2AB9",prnsim:"\u22E8",prod:"\u220F",profalar:"\u232E",profline:"\u2312",profsurf:"\u2313",prop:"\u221D",propto:"\u221D",prsim:"\u227E",prurel:"\u22B0",pscr:"\u{1D4C5}",psi:"\u03C8",puncsp:"\u2008",qfr:"\u{1D52E}",qint:"\u2A0C",qopf:"\u{1D562}",qprime:"\u2057",qscr:"\u{1D4C6}",quaternions:"\u210D",quatint:"\u2A16",quest:"?",questeq:"\u225F",quot:'"',rAarr:"\u21DB",rArr:"\u21D2",rAtail:"\u291C",rBarr:"\u290F",rHar:"\u2964",race:"\u223D\u0331",racute:"\u0155",radic:"\u221A",raemptyv:"\u29B3",rang:"\u27E9",rangd:"\u2992",range:"\u29A5",rangle:"\u27E9",raquo:"\xBB",rarr:"\u2192",rarrap:"\u2975",rarrb:"\u21E5",rarrbfs:"\u2920",rarrc:"\u2933",rarrfs:"\u291E",rarrhk:"\u21AA",rarrlp:"\u21AC",rarrpl:"\u2945",rarrsim:"\u2974",rarrtl:"\u21A3",rarrw:"\u219D",ratail:"\u291A",ratio:"\u2236",rationals:"\u211A",rbarr:"\u290D",rbbrk:"\u2773",rbrace:"}",rbrack:"]",rbrke:"\u298C",rbrksld:"\u298E",rbrkslu:"\u2990",rcaron:"\u0159",rcedil:"\u0157",rceil:"\u2309",rcub:"}",rcy:"\u0440",rdca:"\u2937",rdldhar:"\u2969",rdquo:"\u201D",rdquor:"\u201D",rdsh:"\u21B3",real:"\u211C",realine:"\u211B",realpart:"\u211C",reals:"\u211D",rect:"\u25AD",reg:"\xAE",rfisht:"\u297D",rfloor:"\u230B",rfr:"\u{1D52F}",rhard:"\u21C1",rharu:"\u21C0",rharul:"\u296C",rho:"\u03C1",rhov:"\u03F1",rightarrow:"\u2192",rightarrowtail:"\u21A3",rightharpoondown:"\u21C1",rightharpoonup:"\u21C0",rightleftarrows:"\u21C4",rightleftharpoons:"\u21CC",rightrightarrows:"\u21C9",rightsquigarrow:"\u219D",rightthreetimes:"\u22CC",ring:"\u02DA",risingdotseq:"\u2253",rlarr:"\u21C4",rlhar:"\u21CC",rlm:"\u200F",rmoust:"\u23B1",rmoustache:"\u23B1",rnmid:"\u2AEE",roang:"\u27ED",roarr:"\u21FE",robrk:"\u27E7",ropar:"\u2986",ropf:"\u{1D563}",roplus:"\u2A2E",rotimes:"\u2A35",rpar:")",rpargt:"\u2994",rppolint:"\u2A12",rrarr:"\u21C9",rsaquo:"\u203A",rscr:"\u{1D4C7}",rsh:"\u21B1",rsqb:"]",rsquo:"\u2019",rsquor:"\u2019",rthree:"\u22CC",rtimes:"\u22CA",rtri:"\u25B9",rtrie:"\u22B5",rtrif:"\u25B8",rtriltri:"\u29CE",ruluhar:"\u2968",rx:"\u211E",sacute:"\u015B",sbquo:"\u201A",sc:"\u227B",scE:"\u2AB4",scap:"\u2AB8",scaron:"\u0161",sccue:"\u227D",sce:"\u2AB0",scedil:"\u015F",scirc:"\u015D",scnE:"\u2AB6",scnap:"\u2ABA",scnsim:"\u22E9",scpolint:"\u2A13",scsim:"\u227F",scy:"\u0441",sdot:"\u22C5",sdotb:"\u22A1",sdote:"\u2A66",seArr:"\u21D8",searhk:"\u2925",searr:"\u2198",searrow:"\u2198",sect:"\xA7",semi:";",seswar:"\u2929",setminus:"\u2216",setmn:"\u2216",sext:"\u2736",sfr:"\u{1D530}",sfrown:"\u2322",sharp:"\u266F",shchcy:"\u0449",shcy:"\u0448",shortmid:"\u2223",shortparallel:"\u2225",shy:"\xAD",sigma:"\u03C3",sigmaf:"\u03C2",sigmav:"\u03C2",sim:"\u223C",simdot:"\u2A6A",sime:"\u2243",simeq:"\u2243",simg:"\u2A9E",simgE:"\u2AA0",siml:"\u2A9D",simlE:"\u2A9F",simne:"\u2246",simplus:"\u2A24",simrarr:"\u2972",slarr:"\u2190",smallsetminus:"\u2216",smashp:"\u2A33",smeparsl:"\u29E4",smid:"\u2223",smile:"\u2323",smt:"\u2AAA",smte:"\u2AAC",smtes:"\u2AAC\uFE00",softcy:"\u044C",sol:"/",solb:"\u29C4",solbar:"\u233F",sopf:"\u{1D564}",spades:"\u2660",spadesuit:"\u2660",spar:"\u2225",sqcap:"\u2293",sqcaps:"\u2293\uFE00",sqcup:"\u2294",sqcups:"\u2294\uFE00",sqsub:"\u228F",sqsube:"\u2291",sqsubset:"\u228F",sqsubseteq:"\u2291",sqsup:"\u2290",sqsupe:"\u2292",sqsupset:"\u2290",sqsupseteq:"\u2292",squ:"\u25A1",square:"\u25A1",squarf:"\u25AA",squf:"\u25AA",srarr:"\u2192",sscr:"\u{1D4C8}",ssetmn:"\u2216",ssmile:"\u2323",sstarf:"\u22C6",star:"\u2606",starf:"\u2605",straightepsilon:"\u03F5",straightphi:"\u03D5",strns:"\xAF",sub:"\u2282",subE:"\u2AC5",subdot:"\u2ABD",sube:"\u2286",subedot:"\u2AC3",submult:"\u2AC1",subnE:"\u2ACB",subne:"\u228A",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:"\u2286",subseteqq:"\u2AC5",subsetneq:"\u228A",subsetneqq:"\u2ACB",subsim:"\u2AC7",subsub:"\u2AD5",subsup:"\u2AD3",succ:"\u227B",succapprox:"\u2AB8",succcurlyeq:"\u227D",succeq:"\u2AB0",succnapprox:"\u2ABA",succneqq:"\u2AB6",succnsim:"\u22E9",succsim:"\u227F",sum:"\u2211",sung:"\u266A",sup1:"\xB9",sup2:"\xB2",sup3:"\xB3",sup:"\u2283",supE:"\u2AC6",supdot:"\u2ABE",supdsub:"\u2AD8",supe:"\u2287",supedot:"\u2AC4",suphsol:"\u27C9",suphsub:"\u2AD7",suplarr:"\u297B",supmult:"\u2AC2",supnE:"\u2ACC",supne:"\u228B",supplus:"\u2AC0",supset:"\u2283",supseteq:"\u2287",supseteqq:"\u2AC6",supsetneq:"\u228B",supsetneqq:"\u2ACC",supsim:"\u2AC8",supsub:"\u2AD4",supsup:"\u2AD6",swArr:"\u21D9",swarhk:"\u2926",swarr:"\u2199",swarrow:"\u2199",swnwar:"\u292A",szlig:"\xDF",target:"\u2316",tau:"\u03C4",tbrk:"\u23B4",tcaron:"\u0165",tcedil:"\u0163",tcy:"\u0442",tdot:"\u20DB",telrec:"\u2315",tfr:"\u{1D531}",there4:"\u2234",therefore:"\u2234",theta:"\u03B8",thetasym:"\u03D1",thetav:"\u03D1",thickapprox:"\u2248",thicksim:"\u223C",thinsp:"\u2009",thkap:"\u2248",thksim:"\u223C",thorn:"\xFE",tilde:"\u02DC",times:"\xD7",timesb:"\u22A0",timesbar:"\u2A31",timesd:"\u2A30",tint:"\u222D",toea:"\u2928",top:"\u22A4",topbot:"\u2336",topcir:"\u2AF1",topf:"\u{1D565}",topfork:"\u2ADA",tosa:"\u2929",tprime:"\u2034",trade:"\u2122",triangle:"\u25B5",triangledown:"\u25BF",triangleleft:"\u25C3",trianglelefteq:"\u22B4",triangleq:"\u225C",triangleright:"\u25B9",trianglerighteq:"\u22B5",tridot:"\u25EC",trie:"\u225C",triminus:"\u2A3A",triplus:"\u2A39",trisb:"\u29CD",tritime:"\u2A3B",trpezium:"\u23E2",tscr:"\u{1D4C9}",tscy:"\u0446",tshcy:"\u045B",tstrok:"\u0167",twixt:"\u226C",twoheadleftarrow:"\u219E",twoheadrightarrow:"\u21A0",uArr:"\u21D1",uHar:"\u2963",uacute:"\xFA",uarr:"\u2191",ubrcy:"\u045E",ubreve:"\u016D",ucirc:"\xFB",ucy:"\u0443",udarr:"\u21C5",udblac:"\u0171",udhar:"\u296E",ufisht:"\u297E",ufr:"\u{1D532}",ugrave:"\xF9",uharl:"\u21BF",uharr:"\u21BE",uhblk:"\u2580",ulcorn:"\u231C",ulcorner:"\u231C",ulcrop:"\u230F",ultri:"\u25F8",umacr:"\u016B",uml:"\xA8",uogon:"\u0173",uopf:"\u{1D566}",uparrow:"\u2191",updownarrow:"\u2195",upharpoonleft:"\u21BF",upharpoonright:"\u21BE",uplus:"\u228E",upsi:"\u03C5",upsih:"\u03D2",upsilon:"\u03C5",upuparrows:"\u21C8",urcorn:"\u231D",urcorner:"\u231D",urcrop:"\u230E",uring:"\u016F",urtri:"\u25F9",uscr:"\u{1D4CA}",utdot:"\u22F0",utilde:"\u0169",utri:"\u25B5",utrif:"\u25B4",uuarr:"\u21C8",uuml:"\xFC",uwangle:"\u29A7",vArr:"\u21D5",vBar:"\u2AE8",vBarv:"\u2AE9",vDash:"\u22A8",vangrt:"\u299C",varepsilon:"\u03F5",varkappa:"\u03F0",varnothing:"\u2205",varphi:"\u03D5",varpi:"\u03D6",varpropto:"\u221D",varr:"\u2195",varrho:"\u03F1",varsigma:"\u03C2",varsubsetneq:"\u228A\uFE00",varsubsetneqq:"\u2ACB\uFE00",varsupsetneq:"\u228B\uFE00",varsupsetneqq:"\u2ACC\uFE00",vartheta:"\u03D1",vartriangleleft:"\u22B2",vartriangleright:"\u22B3",vcy:"\u0432",vdash:"\u22A2",vee:"\u2228",veebar:"\u22BB",veeeq:"\u225A",vellip:"\u22EE",verbar:"|",vert:"|",vfr:"\u{1D533}",vltri:"\u22B2",vnsub:"\u2282\u20D2",vnsup:"\u2283\u20D2",vopf:"\u{1D567}",vprop:"\u221D",vrtri:"\u22B3",vscr:"\u{1D4CB}",vsubnE:"\u2ACB\uFE00",vsubne:"\u228A\uFE00",vsupnE:"\u2ACC\uFE00",vsupne:"\u228B\uFE00",vzigzag:"\u299A",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",weierp:"\u2118",wfr:"\u{1D534}",wopf:"\u{1D568}",wp:"\u2118",wr:"\u2240",wreath:"\u2240",wscr:"\u{1D4CC}",xcap:"\u22C2",xcirc:"\u25EF",xcup:"\u22C3",xdtri:"\u25BD",xfr:"\u{1D535}",xhArr:"\u27FA",xharr:"\u27F7",xi:"\u03BE",xlArr:"\u27F8",xlarr:"\u27F5",xmap:"\u27FC",xnis:"\u22FB",xodot:"\u2A00",xopf:"\u{1D569}",xoplus:"\u2A01",xotime:"\u2A02",xrArr:"\u27F9",xrarr:"\u27F6",xscr:"\u{1D4CD}",xsqcup:"\u2A06",xuplus:"\u2A04",xutri:"\u25B3",xvee:"\u22C1",xwedge:"\u22C0",yacute:"\xFD",yacy:"\u044F",ycirc:"\u0177",ycy:"\u044B",yen:"\xA5",yfr:"\u{1D536}",yicy:"\u0457",yopf:"\u{1D56A}",yscr:"\u{1D4CE}",yucy:"\u044E",yuml:"\xFF",zacute:"\u017A",zcaron:"\u017E",zcy:"\u0437",zdot:"\u017C",zeetrf:"\u2128",zeta:"\u03B6",zfr:"\u{1D537}",zhcy:"\u0436",zigrarr:"\u21DD",zopf:"\u{1D56B}",zscr:"\u{1D4CF}",zwj:"\u200D",zwnj:"\u200C"};var Pf={}.hasOwnProperty;function rr(e){return Pf.call(Fo,e)?Fo[e]:!1}function Xi(e,n){let t=Number.parseInt(e,n);return t<9||t===11||t>13&&t<32||t>126&&t<160||t>55295&&t<57344||t>64975&&t<65008||(t&65535)===65535||(t&65535)===65534||t>1114111?"\uFFFD":String.fromCodePoint(t)}var Mf=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function vu(e){return e.replace(Mf,Nf)}function Nf(e,n,t){if(n)return n;if(t.charCodeAt(0)===35){let i=t.charCodeAt(1),a=i===120||i===88;return Xi(t.slice(a?2:1),a?16:10)}return rr(t)||e}function $o(){return{enter:{table:Lf,tableData:Au,tableHeader:Au,tableRow:Ff},exit:{codeText:Uf,table:Df,tableData:Uo,tableHeader:Uo,tableRow:Uo}}}function Lf(e){let n=e._align;this.enter({type:"table",align:n.map(function(t){return t==="none"?null:t}),children:[]},e),this.data.inTable=!0}function Df(e){this.exit(e),this.data.inTable=void 0}function Ff(e){this.enter({type:"tableRow",children:[]},e)}function Uo(e){this.exit(e)}function Au(e){this.enter({type:"tableCell",children:[]},e)}function Uf(e){let n=this.resume();this.data.inTable&&(n=n.replace(/\\([\\|])/g,$f));let t=this.stack[this.stack.length-1];t.type,t.value=n,this.exit(e)}function $f(e,n){return n==="|"?n:e}function qo(e){let n=e||{},t=n.tableCellPadding,r=n.tablePipeAlign,i=n.stringLength,a=t?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
112
- `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:y,table:o,tableCell:u,tableRow:s}};function o(g,P,Z,Q){return p(d(g,Z,Q),g.align)}function s(g,P,Z,Q){let j=h(g,Z,Q),ce=p([j]);return ce.slice(0,ce.indexOf(`
113
- `))}function u(g,P,Z,Q){let j=Z.enter("tableCell"),ce=Z.enter("phrasing"),te=Z.containerPhrasing(g,{...Q,before:a,after:a});return ce(),j(),te}function p(g,P){return tu(g,{align:P,alignDelimiters:r,padding:t,stringLength:i})}function d(g,P,Z){let Q=g.children,j=-1,ce=[],te=P.enter("table");for(;++j<Q.length;)ce[j]=h(Q[j],P,Z);return te(),ce}function h(g,P,Z){let Q=g.children,j=-1,ce=[],te=P.enter("tableRow");for(;++j<Q.length;)ce[j]=u(Q[j],g,P,Z);return te(),ce}function y(g,P,Z){let Q=Fr.inlineCode(g,P,Z);return Z.stack.includes("tableCell")&&(Q=Q.replace(/\|/g,"\\$&")),Q}}function jo(){return{exit:{taskListCheckValueChecked:Eu,taskListCheckValueUnchecked:Eu,paragraph:qf}}}function Bo(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:jf}}}function Eu(e){let n=this.stack[this.stack.length-2];n.type,n.checked=e.type==="taskListCheckValueChecked"}function qf(e){let n=this.stack[this.stack.length-2];if(n&&n.type==="listItem"&&typeof n.checked=="boolean"){let t=this.stack[this.stack.length-1];t.type;let r=t.children[0];if(r&&r.type==="text"){let i=n.children,a=-1,o;for(;++a<i.length;){let s=i[a];if(s.type==="paragraph"){o=s;break}}o===t&&(r.value=r.value.slice(1),r.value.length===0?t.children.shift():t.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,t.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function jf(e,n,t,r){let i=e.children[0],a=typeof e.checked=="boolean"&&i&&i.type==="paragraph",o="["+(e.checked?"x":" ")+"] ",s=t.createTracker(r);a&&s.move(o);let u=Fr.listItem(e,n,t,{...r,...s.current()});return a&&(u=u.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,p)),u;function p(d){return d+o}}function zo(){return[wo(),xo(),ko(),$o(),jo()]}function Vo(e){return{extensions:[So(),To(),vo(),qo(e),Bo()]}}function lt(e,n,t,r){let i=e.length,a=0,o;if(n<0?n=-n>i?0:i+n:n=n>i?i:n,t=t>0?t:0,r.length<1e4)o=Array.from(r),o.unshift(n,t),e.splice(...o);else for(t&&e.splice(n,t);a<r.length;)o=r.slice(a,a+1e4),o.unshift(n,0),e.splice(...o),a+=1e4,n+=1e4}function Et(e,n){return e.length>0?(lt(e,e.length,0,n),e):n}var _u={}.hasOwnProperty;function Qi(e){let n={},t=-1;for(;++t<e.length;)Bf(n,e[t]);return n}function Bf(e,n){let t;for(t in n){let i=(_u.call(e,t)?e[t]:void 0)||(e[t]={}),a=n[t],o;if(a)for(o in a){_u.call(i,o)||(i[o]=[]);let s=a[o];zf(i[o],Array.isArray(s)?s:s?[s]:[])}}}function zf(e,n){let t=-1,r=[];for(;++t<n.length;)(n[t].add==="after"?e:r).push(n[t]);lt(e,0,0,r)}var Vf={tokenize:Gf,partial:!0},Ou={tokenize:Kf,partial:!0},Ru={tokenize:Xf,partial:!0},Iu={tokenize:Qf,partial:!0},Wf={tokenize:Zf,partial:!0},Cu={name:"wwwAutolink",tokenize:Yf,previous:Mu},Pu={name:"protocolAutolink",tokenize:Jf,previous:Nu},mn={name:"emailAutolink",tokenize:Hf,previous:Lu},tn={};function Ho(){return{text:tn}}var qn=48;for(;qn<123;)tn[qn]=mn,qn++,qn===58?qn=65:qn===91&&(qn=97);tn[43]=mn;tn[45]=mn;tn[46]=mn;tn[95]=mn;tn[72]=[mn,Pu];tn[104]=[mn,Pu];tn[87]=[mn,Cu];tn[119]=[mn,Cu];function Hf(e,n,t){let r=this,i,a;return o;function o(h){return!Wo(h)||!Lu.call(r,r.previous)||Yo(r.events)?t(h):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),s(h))}function s(h){return Wo(h)?(e.consume(h),s):h===64?(e.consume(h),u):t(h)}function u(h){return h===46?e.check(Wf,d,p)(h):h===45||h===95||pt(h)?(a=!0,e.consume(h),u):d(h)}function p(h){return e.consume(h),i=!0,u}function d(h){return a&&i&&ut(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),n(h)):t(h)}}function Yf(e,n,t){let r=this;return i;function i(o){return o!==87&&o!==119||!Mu.call(r,r.previous)||Yo(r.events)?t(o):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(Vf,e.attempt(Ou,e.attempt(Ru,a),t),t)(o))}function a(o){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),n(o)}}function Jf(e,n,t){let r=this,i="",a=!1;return o;function o(h){return(h===72||h===104)&&Nu.call(r,r.previous)&&!Yo(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(h),e.consume(h),s):t(h)}function s(h){if(ut(h)&&i.length<5)return i+=String.fromCodePoint(h),e.consume(h),s;if(h===58){let y=i.toLowerCase();if(y==="http"||y==="https")return e.consume(h),u}return t(h)}function u(h){return h===47?(e.consume(h),a?p:(a=!0,u)):t(h)}function p(h){return h===null||Fn(h)||Ne(h)||en(h)||Un(h)?t(h):e.attempt(Ou,e.attempt(Ru,d),t)(h)}function d(h){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),n(h)}}function Gf(e,n,t){let r=0;return i;function i(o){return(o===87||o===119)&&r<3?(r++,e.consume(o),i):o===46&&r===3?(e.consume(o),a):t(o)}function a(o){return o===null?t(o):n(o)}}function Kf(e,n,t){let r,i,a;return o;function o(p){return p===46||p===95?e.check(Iu,u,s)(p):p===null||Ne(p)||en(p)||p!==45&&Un(p)?u(p):(a=!0,e.consume(p),o)}function s(p){return p===95?r=!0:(i=r,r=void 0),e.consume(p),o}function u(p){return i||r||!a?t(p):n(p)}}function Xf(e,n){let t=0,r=0;return i;function i(o){return o===40?(t++,e.consume(o),i):o===41&&r<t?a(o):o===33||o===34||o===38||o===39||o===41||o===42||o===44||o===46||o===58||o===59||o===60||o===63||o===93||o===95||o===126?e.check(Iu,n,a)(o):o===null||Ne(o)||en(o)?n(o):(e.consume(o),i)}function a(o){return o===41&&r++,e.consume(o),i}}function Qf(e,n,t){return r;function r(s){return s===33||s===34||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===63||s===95||s===126?(e.consume(s),r):s===38?(e.consume(s),a):s===93?(e.consume(s),i):s===60||s===null||Ne(s)||en(s)?n(s):t(s)}function i(s){return s===null||s===40||s===91||Ne(s)||en(s)?n(s):r(s)}function a(s){return ut(s)?o(s):t(s)}function o(s){return s===59?(e.consume(s),r):ut(s)?(e.consume(s),o):t(s)}}function Zf(e,n,t){return r;function r(a){return e.consume(a),i}function i(a){return pt(a)?t(a):n(a)}}function Mu(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Ne(e)}function Nu(e){return!ut(e)}function Lu(e){return!(e===47||Wo(e))}function Wo(e){return e===43||e===45||e===46||e===95||pt(e)}function Yo(e){let n=e.length,t=!1;for(;n--;){let r=e[n][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){t=!0;break}if(r._gfmAutolinkLiteralWalkedInto){t=!1;break}}return e.length>0&&!t&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),t}function ir(e){if(e===null||Ne(e)||en(e))return 1;if(Un(e))return 2}function _n(e,n,t){let r=[],i=-1;for(;++i<e.length;){let a=e[i].resolveAll;a&&!r.includes(a)&&(n=a(n,t),r.push(a))}return n}var Ur={name:"attention",tokenize:tm,resolveAll:em};function em(e,n){let t=-1,r,i,a,o,s,u,p,d;for(;++t<e.length;)if(e[t][0]==="enter"&&e[t][1].type==="attentionSequence"&&e[t][1]._close){for(r=t;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&n.sliceSerialize(e[r][1]).charCodeAt(0)===n.sliceSerialize(e[t][1]).charCodeAt(0)){if((e[r][1]._close||e[t][1]._open)&&(e[t][1].end.offset-e[t][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[t][1].end.offset-e[t][1].start.offset)%3))continue;u=e[r][1].end.offset-e[r][1].start.offset>1&&e[t][1].end.offset-e[t][1].start.offset>1?2:1;let h=Object.assign({},e[r][1].end),y=Object.assign({},e[t][1].start);Du(h,-u),Du(y,u),o={type:u>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[r][1].end)},s={type:u>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[t][1].start),end:y},a={type:u>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[t][1].start)},i={type:u>1?"strong":"emphasis",start:Object.assign({},o.start),end:Object.assign({},s.end)},e[r][1].end=Object.assign({},o.start),e[t][1].start=Object.assign({},s.end),p=[],e[r][1].end.offset-e[r][1].start.offset&&(p=Et(p,[["enter",e[r][1],n],["exit",e[r][1],n]])),p=Et(p,[["enter",i,n],["enter",o,n],["exit",o,n],["enter",a,n]]),p=Et(p,_n(n.parser.constructs.insideSpan.null,e.slice(r+1,t),n)),p=Et(p,[["exit",a,n],["enter",s,n],["exit",s,n],["exit",i,n]]),e[t][1].end.offset-e[t][1].start.offset?(d=2,p=Et(p,[["enter",e[t][1],n],["exit",e[t][1],n]])):d=0,lt(e,r-1,t-r+3,p),t=r+p.length-d-2;break}}for(t=-1;++t<e.length;)e[t][1].type==="attentionSequence"&&(e[t][1].type="data");return e}function tm(e,n){let t=this.parser.constructs.attentionMarkers.null,r=this.previous,i=ir(r),a;return o;function o(u){return a=u,e.enter("attentionSequence"),s(u)}function s(u){if(u===a)return e.consume(u),s;let p=e.exit("attentionSequence"),d=ir(u),h=!d||d===2&&i||t.includes(u),y=!i||i===2&&d||t.includes(r);return p._open=!!(a===42?h:h&&(i||!y)),p._close=!!(a===42?y:y&&(d||!h)),n(u)}}function Du(e,n){e.column+=n,e.offset+=n,e._bufferIndex+=n}var Jo={name:"autolink",tokenize:nm};function nm(e,n,t){let r=0;return i;function i(g){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(g){return ut(g)?(e.consume(g),o):g===64?t(g):p(g)}function o(g){return g===43||g===45||g===46||pt(g)?(r=1,s(g)):p(g)}function s(g){return g===58?(e.consume(g),r=0,u):(g===43||g===45||g===46||pt(g))&&r++<32?(e.consume(g),s):(r=0,p(g))}function u(g){return g===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),n):g===null||g===32||g===60||Fn(g)?t(g):(e.consume(g),u)}function p(g){return g===64?(e.consume(g),d):Hc(g)?(e.consume(g),p):t(g)}function d(g){return pt(g)?h(g):t(g)}function h(g){return g===46?(e.consume(g),r=0,d):g===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(g),e.exit("autolinkMarker"),e.exit("autolink"),n):y(g)}function y(g){if((g===45||pt(g))&&r++<63){let P=g===45?y:h;return e.consume(g),P}return t(g)}}function be(e,n,t,r){let i=r?r-1:Number.POSITIVE_INFINITY,a=0;return o;function o(u){return we(u)?(e.enter(t),s(u)):n(u)}function s(u){return we(u)&&a++<i?(e.consume(u),s):(e.exit(t),n(u))}}var nn={tokenize:rm,partial:!0};function rm(e,n,t){return r;function r(a){return we(a)?be(e,i,"linePrefix")(a):i(a)}function i(a){return a===null||oe(a)?n(a):t(a)}}var Zi={name:"blockQuote",tokenize:im,continuation:{tokenize:am},exit:om};function im(e,n,t){let r=this;return i;function i(o){if(o===62){let s=r.containerState;return s.open||(e.enter("blockQuote",{_container:!0}),s.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),a}return t(o)}function a(o){return we(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(o))}}function am(e,n,t){let r=this;return i;function i(o){return we(o)?be(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(o):a(o)}function a(o){return e.attempt(Zi,n,t)(o)}}function om(e){e.exit("blockQuote")}var ea={name:"characterEscape",tokenize:sm};function sm(e,n,t){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),i}function i(a){return Jc(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):t(a)}}var ta={name:"characterReference",tokenize:lm};function lm(e,n,t){let r=this,i=0,a,o;return s;function s(h){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),u}function u(h){return h===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(h),e.exit("characterReferenceMarkerNumeric"),p):(e.enter("characterReferenceValue"),a=31,o=pt,d(h))}function p(h){return h===88||h===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(h),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,o=Yc,d):(e.enter("characterReferenceValue"),a=7,o=Lr,d(h))}function d(h){if(h===59&&i){let y=e.exit("characterReferenceValue");return o===pt&&!rr(r.sliceSerialize(y))?t(h):(e.enter("characterReferenceMarker"),e.consume(h),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)}return o(h)&&i++<a?(e.consume(h),d):t(h)}}var Fu={tokenize:um,partial:!0},na={name:"codeFenced",tokenize:cm,concrete:!0};function cm(e,n,t){let r=this,i={tokenize:Oe,partial:!0},a=0,o=0,s;return u;function u(U){return p(U)}function p(U){let Fe=r.events[r.events.length-1];return a=Fe&&Fe[1].type==="linePrefix"?Fe[2].sliceSerialize(Fe[1],!0).length:0,s=U,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),d(U)}function d(U){return U===s?(o++,e.consume(U),d):o<3?t(U):(e.exit("codeFencedFenceSequence"),we(U)?be(e,h,"whitespace")(U):h(U))}function h(U){return U===null||oe(U)?(e.exit("codeFencedFence"),r.interrupt?n(U):e.check(Fu,Z,ke)(U)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),y(U))}function y(U){return U===null||oe(U)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),h(U)):we(U)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),be(e,g,"whitespace")(U)):U===96&&U===s?t(U):(e.consume(U),y)}function g(U){return U===null||oe(U)?h(U):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),P(U))}function P(U){return U===null||oe(U)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),h(U)):U===96&&U===s?t(U):(e.consume(U),P)}function Z(U){return e.attempt(i,ke,Q)(U)}function Q(U){return e.enter("lineEnding"),e.consume(U),e.exit("lineEnding"),j}function j(U){return a>0&&we(U)?be(e,ce,"linePrefix",a+1)(U):ce(U)}function ce(U){return U===null||oe(U)?e.check(Fu,Z,ke)(U):(e.enter("codeFlowValue"),te(U))}function te(U){return U===null||oe(U)?(e.exit("codeFlowValue"),ce(U)):(e.consume(U),te)}function ke(U){return e.exit("codeFenced"),n(U)}function Oe(U,Fe,Ge){let qe=0;return F;function F(Pe){return U.enter("lineEnding"),U.consume(Pe),U.exit("lineEnding"),Se}function Se(Pe){return U.enter("codeFencedFence"),we(Pe)?be(U,je,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Pe):je(Pe)}function je(Pe){return Pe===s?(U.enter("codeFencedFenceSequence"),ge(Pe)):Ge(Pe)}function ge(Pe){return Pe===s?(qe++,U.consume(Pe),ge):qe>=o?(U.exit("codeFencedFenceSequence"),we(Pe)?be(U,Ie,"whitespace")(Pe):Ie(Pe)):Ge(Pe)}function Ie(Pe){return Pe===null||oe(Pe)?(U.exit("codeFencedFence"),Fe(Pe)):Ge(Pe)}}}function um(e,n,t){let r=this;return i;function i(o){return o===null?t(o):(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a)}function a(o){return r.parser.lazy[r.now().line]?t(o):n(o)}}var $r={name:"codeIndented",tokenize:dm},pm={tokenize:hm,partial:!0};function dm(e,n,t){let r=this;return i;function i(p){return e.enter("codeIndented"),be(e,a,"linePrefix",5)(p)}function a(p){let d=r.events[r.events.length-1];return d&&d[1].type==="linePrefix"&&d[2].sliceSerialize(d[1],!0).length>=4?o(p):t(p)}function o(p){return p===null?u(p):oe(p)?e.attempt(pm,o,u)(p):(e.enter("codeFlowValue"),s(p))}function s(p){return p===null||oe(p)?(e.exit("codeFlowValue"),o(p)):(e.consume(p),s)}function u(p){return e.exit("codeIndented"),n(p)}}function hm(e,n,t){let r=this;return i;function i(o){return r.parser.lazy[r.now().line]?t(o):oe(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),i):be(e,a,"linePrefix",5)(o)}function a(o){let s=r.events[r.events.length-1];return s&&s[1].type==="linePrefix"&&s[2].sliceSerialize(s[1],!0).length>=4?n(o):oe(o)?i(o):t(o)}}var Go={name:"codeText",tokenize:gm,resolve:fm,previous:mm};function fm(e){let n=e.length-4,t=3,r,i;if((e[t][1].type==="lineEnding"||e[t][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(r=t;++r<n;)if(e[r][1].type==="codeTextData"){e[t][1].type="codeTextPadding",e[n][1].type="codeTextPadding",t+=2,n-=2;break}}for(r=t-1,n++;++r<=n;)i===void 0?r!==n&&e[r][1].type!=="lineEnding"&&(i=r):(r===n||e[r][1].type==="lineEnding")&&(e[i][1].type="codeTextData",r!==i+2&&(e[i][1].end=e[r-1][1].end,e.splice(i+2,r-i-2),n-=r-i-2,r=i+2),i=void 0);return e}function mm(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function gm(e,n,t){let r=this,i=0,a,o;return s;function s(y){return e.enter("codeText"),e.enter("codeTextSequence"),u(y)}function u(y){return y===96?(e.consume(y),i++,u):(e.exit("codeTextSequence"),p(y))}function p(y){return y===null?t(y):y===32?(e.enter("space"),e.consume(y),e.exit("space"),p):y===96?(o=e.enter("codeTextSequence"),a=0,h(y)):oe(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),p):(e.enter("codeTextData"),d(y))}function d(y){return y===null||y===32||y===96||oe(y)?(e.exit("codeTextData"),p(y)):(e.consume(y),d)}function h(y){return y===96?(e.consume(y),a++,h):a===i?(e.exit("codeTextSequence"),e.exit("codeText"),n(y)):(o.type="codeTextData",d(y))}}var ra=class{constructor(n){this.left=n?[...n]:[],this.right=[]}get(n){if(n<0||n>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+n+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return n<this.left.length?this.left[n]:this.right[this.right.length-n+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(n,t){let r=t==null?Number.POSITIVE_INFINITY:t;return r<this.left.length?this.left.slice(n,r):n>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-n+this.left.length).reverse():this.left.slice(n).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(n,t,r){let i=t||0;this.setCursor(Math.trunc(n));let a=this.right.splice(this.right.length-i,Number.POSITIVE_INFINITY);return r&&qr(this.left,r),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(n){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(n)}pushMany(n){this.setCursor(Number.POSITIVE_INFINITY),qr(this.left,n)}unshift(n){this.setCursor(0),this.right.push(n)}unshiftMany(n){this.setCursor(0),qr(this.right,n.reverse())}setCursor(n){if(!(n===this.left.length||n>this.left.length&&this.right.length===0||n<0&&this.left.length===0))if(n<this.left.length){let t=this.left.splice(n,Number.POSITIVE_INFINITY);qr(this.right,t.reverse())}else{let t=this.right.splice(this.left.length+this.right.length-n,Number.POSITIVE_INFINITY);qr(this.left,t.reverse())}}};function qr(e,n){let t=0;if(n.length<1e4)e.push(...n);else for(;t<n.length;)e.push(...n.slice(t,t+1e4)),t+=1e4}function ia(e){let n={},t=-1,r,i,a,o,s,u,p,d=new ra(e);for(;++t<d.length;){for(;t in n;)t=n[t];if(r=d.get(t),t&&r[1].type==="chunkFlow"&&d.get(t-1)[1].type==="listItemPrefix"&&(u=r[1]._tokenizer.events,a=0,a<u.length&&u[a][1].type==="lineEndingBlank"&&(a+=2),a<u.length&&u[a][1].type==="content"))for(;++a<u.length&&u[a][1].type!=="content";)u[a][1].type==="chunkText"&&(u[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(n,ym(d,t)),t=n[t],p=!0);else if(r[1]._container){for(a=t,i=void 0;a--&&(o=d.get(a),o[1].type==="lineEnding"||o[1].type==="lineEndingBlank");)o[0]==="enter"&&(i&&(d.get(i)[1].type="lineEndingBlank"),o[1].type="lineEnding",i=a);i&&(r[1].end=Object.assign({},d.get(i)[1].start),s=d.slice(i,t),s.unshift(r),d.splice(i,t-i+1,s))}}return lt(e,0,Number.POSITIVE_INFINITY,d.slice(0)),!p}function ym(e,n){let t=e.get(n)[1],r=e.get(n)[2],i=n-1,a=[],o=t._tokenizer||r.parser[t.contentType](t.start),s=o.events,u=[],p={},d,h,y=-1,g=t,P=0,Z=0,Q=[Z];for(;g;){for(;e.get(++i)[1]!==g;);a.push(i),g._tokenizer||(d=r.sliceStream(g),g.next||d.push(null),h&&o.defineSkip(g.start),g._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(d),g._isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),h=g,g=g.next}for(g=t;++y<s.length;)s[y][0]==="exit"&&s[y-1][0]==="enter"&&s[y][1].type===s[y-1][1].type&&s[y][1].start.line!==s[y][1].end.line&&(Z=y+1,Q.push(Z),g._tokenizer=void 0,g.previous=void 0,g=g.next);for(o.events=[],g?(g._tokenizer=void 0,g.previous=void 0):Q.pop(),y=Q.length;y--;){let j=s.slice(Q[y],Q[y+1]),ce=a.pop();u.push([ce,ce+j.length-1]),e.splice(ce,2,j)}for(u.reverse(),y=-1;++y<u.length;)p[P+u[y][0]]=P+u[y][1],P+=u[y][1]-u[y][0]-1;return p}var Ko={tokenize:Sm,resolve:wm},bm={tokenize:xm,partial:!0};function wm(e){return ia(e),e}function Sm(e,n){let t;return r;function r(s){return e.enter("content"),t=e.enter("chunkContent",{contentType:"content"}),i(s)}function i(s){return s===null?a(s):oe(s)?e.check(bm,o,a)(s):(e.consume(s),i)}function a(s){return e.exit("chunkContent"),e.exit("content"),n(s)}function o(s){return e.consume(s),e.exit("chunkContent"),t.next=e.enter("chunkContent",{contentType:"content",previous:t}),t=t.next,i}}function xm(e,n,t){let r=this;return i;function i(o){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),be(e,a,"linePrefix")}function a(o){if(o===null||oe(o))return t(o);let s=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&s&&s[1].type==="linePrefix"&&s[2].sliceSerialize(s[1],!0).length>=4?n(o):e.interrupt(r.parser.constructs.flow,t,n)(o)}}function aa(e,n,t,r,i,a,o,s,u){let p=u||Number.POSITIVE_INFINITY,d=0;return h;function h(j){return j===60?(e.enter(r),e.enter(i),e.enter(a),e.consume(j),e.exit(a),y):j===null||j===32||j===41||Fn(j)?t(j):(e.enter(r),e.enter(o),e.enter(s),e.enter("chunkString",{contentType:"string"}),Z(j))}function y(j){return j===62?(e.enter(a),e.consume(j),e.exit(a),e.exit(i),e.exit(r),n):(e.enter(s),e.enter("chunkString",{contentType:"string"}),g(j))}function g(j){return j===62?(e.exit("chunkString"),e.exit(s),y(j)):j===null||j===60||oe(j)?t(j):(e.consume(j),j===92?P:g)}function P(j){return j===60||j===62||j===92?(e.consume(j),g):g(j)}function Z(j){return!d&&(j===null||j===41||Ne(j))?(e.exit("chunkString"),e.exit(s),e.exit(o),e.exit(r),n(j)):d<p&&j===40?(e.consume(j),d++,Z):j===41?(e.consume(j),d--,Z):j===null||j===32||j===40||Fn(j)?t(j):(e.consume(j),j===92?Q:Z)}function Q(j){return j===40||j===41||j===92?(e.consume(j),Z):Z(j)}}function oa(e,n,t,r,i,a){let o=this,s=0,u;return p;function p(g){return e.enter(r),e.enter(i),e.consume(g),e.exit(i),e.enter(a),d}function d(g){return s>999||g===null||g===91||g===93&&!u||g===94&&!s&&"_hiddenFootnoteSupport"in o.parser.constructs?t(g):g===93?(e.exit(a),e.enter(i),e.consume(g),e.exit(i),e.exit(r),n):oe(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),h(g))}function h(g){return g===null||g===91||g===93||oe(g)||s++>999?(e.exit("chunkString"),d(g)):(e.consume(g),u||(u=!we(g)),g===92?y:h)}function y(g){return g===91||g===92||g===93?(e.consume(g),s++,h):h(g)}}function sa(e,n,t,r,i,a){let o;return s;function s(y){return y===34||y===39||y===40?(e.enter(r),e.enter(i),e.consume(y),e.exit(i),o=y===40?41:y,u):t(y)}function u(y){return y===o?(e.enter(i),e.consume(y),e.exit(i),e.exit(r),n):(e.enter(a),p(y))}function p(y){return y===o?(e.exit(a),u(o)):y===null?t(y):oe(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),be(e,p,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),d(y))}function d(y){return y===o||y===null||oe(y)?(e.exit("chunkString"),p(y)):(e.consume(y),y===92?h:d)}function h(y){return y===o||y===92?(e.consume(y),d):d(y)}}function jn(e,n){let t;return r;function r(i){return oe(i)?(e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t=!0,r):we(i)?be(e,r,t?"linePrefix":"lineSuffix")(i):n(i)}}var Xo={name:"definition",tokenize:km},Tm={tokenize:vm,partial:!0};function km(e,n,t){let r=this,i;return a;function a(g){return e.enter("definition"),o(g)}function o(g){return oa.call(r,e,s,t,"definitionLabel","definitionLabelMarker","definitionLabelString")(g)}function s(g){return i=St(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),g===58?(e.enter("definitionMarker"),e.consume(g),e.exit("definitionMarker"),u):t(g)}function u(g){return Ne(g)?jn(e,p)(g):p(g)}function p(g){return aa(e,d,t,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(g)}function d(g){return e.attempt(Tm,h,h)(g)}function h(g){return we(g)?be(e,y,"whitespace")(g):y(g)}function y(g){return g===null||oe(g)?(e.exit("definition"),r.parser.defined.push(i),n(g)):t(g)}}function vm(e,n,t){return r;function r(s){return Ne(s)?jn(e,i)(s):t(s)}function i(s){return sa(e,a,t,"definitionTitle","definitionTitleMarker","definitionTitleString")(s)}function a(s){return we(s)?be(e,o,"whitespace")(s):o(s)}function o(s){return s===null||oe(s)?n(s):t(s)}}var Qo={name:"hardBreakEscape",tokenize:Am};function Am(e,n,t){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),i}function i(a){return oe(a)?(e.exit("hardBreakEscape"),n(a)):t(a)}}var Zo={name:"headingAtx",tokenize:_m,resolve:Em};function Em(e,n){let t=e.length-2,r=3,i,a;return e[r][1].type==="whitespace"&&(r+=2),t-2>r&&e[t][1].type==="whitespace"&&(t-=2),e[t][1].type==="atxHeadingSequence"&&(r===t-1||t-4>r&&e[t-2][1].type==="whitespace")&&(t-=r+1===t?2:4),t>r&&(i={type:"atxHeadingText",start:e[r][1].start,end:e[t][1].end},a={type:"chunkText",start:e[r][1].start,end:e[t][1].end,contentType:"text"},lt(e,r,t-r+1,[["enter",i,n],["enter",a,n],["exit",a,n],["exit",i,n]])),e}function _m(e,n,t){let r=0;return i;function i(d){return e.enter("atxHeading"),a(d)}function a(d){return e.enter("atxHeadingSequence"),o(d)}function o(d){return d===35&&r++<6?(e.consume(d),o):d===null||Ne(d)?(e.exit("atxHeadingSequence"),s(d)):t(d)}function s(d){return d===35?(e.enter("atxHeadingSequence"),u(d)):d===null||oe(d)?(e.exit("atxHeading"),n(d)):we(d)?be(e,s,"whitespace")(d):(e.enter("atxHeadingText"),p(d))}function u(d){return d===35?(e.consume(d),u):(e.exit("atxHeadingSequence"),s(d))}function p(d){return d===null||d===35||Ne(d)?(e.exit("atxHeadingText"),s(d)):(e.consume(d),p)}}var Uu=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],es=["pre","script","style","textarea"];var ts={name:"htmlFlow",tokenize:Cm,resolveTo:Im,concrete:!0},Om={tokenize:Mm,partial:!0},Rm={tokenize:Pm,partial:!0};function Im(e){let n=e.length;for(;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function Cm(e,n,t){let r=this,i,a,o,s,u;return p;function p(_){return d(_)}function d(_){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(_),h}function h(_){return _===33?(e.consume(_),y):_===47?(e.consume(_),a=!0,Z):_===63?(e.consume(_),i=3,r.interrupt?n:A):ut(_)?(e.consume(_),o=String.fromCharCode(_),Q):t(_)}function y(_){return _===45?(e.consume(_),i=2,g):_===91?(e.consume(_),i=5,s=0,P):ut(_)?(e.consume(_),i=4,r.interrupt?n:A):t(_)}function g(_){return _===45?(e.consume(_),r.interrupt?n:A):t(_)}function P(_){let yt="CDATA[";return _===yt.charCodeAt(s++)?(e.consume(_),s===yt.length?r.interrupt?n:je:P):t(_)}function Z(_){return ut(_)?(e.consume(_),o=String.fromCharCode(_),Q):t(_)}function Q(_){if(_===null||_===47||_===62||Ne(_)){let yt=_===47,rn=o.toLowerCase();return!yt&&!a&&es.includes(rn)?(i=1,r.interrupt?n(_):je(_)):Uu.includes(o.toLowerCase())?(i=6,yt?(e.consume(_),j):r.interrupt?n(_):je(_)):(i=7,r.interrupt&&!r.parser.lazy[r.now().line]?t(_):a?ce(_):te(_))}return _===45||pt(_)?(e.consume(_),o+=String.fromCharCode(_),Q):t(_)}function j(_){return _===62?(e.consume(_),r.interrupt?n:je):t(_)}function ce(_){return we(_)?(e.consume(_),ce):F(_)}function te(_){return _===47?(e.consume(_),F):_===58||_===95||ut(_)?(e.consume(_),ke):we(_)?(e.consume(_),te):F(_)}function ke(_){return _===45||_===46||_===58||_===95||pt(_)?(e.consume(_),ke):Oe(_)}function Oe(_){return _===61?(e.consume(_),U):we(_)?(e.consume(_),Oe):te(_)}function U(_){return _===null||_===60||_===61||_===62||_===96?t(_):_===34||_===39?(e.consume(_),u=_,Fe):we(_)?(e.consume(_),U):Ge(_)}function Fe(_){return _===u?(e.consume(_),u=null,qe):_===null||oe(_)?t(_):(e.consume(_),Fe)}function Ge(_){return _===null||_===34||_===39||_===47||_===60||_===61||_===62||_===96||Ne(_)?Oe(_):(e.consume(_),Ge)}function qe(_){return _===47||_===62||we(_)?te(_):t(_)}function F(_){return _===62?(e.consume(_),Se):t(_)}function Se(_){return _===null||oe(_)?je(_):we(_)?(e.consume(_),Se):t(_)}function je(_){return _===45&&i===2?(e.consume(_),Ze):_===60&&i===1?(e.consume(_),ot):_===62&&i===4?(e.consume(_),Tt):_===63&&i===3?(e.consume(_),A):_===93&&i===5?(e.consume(_),Ft):oe(_)&&(i===6||i===7)?(e.exit("htmlFlowData"),e.check(Om,Ct,ge)(_)):_===null||oe(_)?(e.exit("htmlFlowData"),ge(_)):(e.consume(_),je)}function ge(_){return e.check(Rm,Ie,Ct)(_)}function Ie(_){return e.enter("lineEnding"),e.consume(_),e.exit("lineEnding"),Pe}function Pe(_){return _===null||oe(_)?ge(_):(e.enter("htmlFlowData"),je(_))}function Ze(_){return _===45?(e.consume(_),A):je(_)}function ot(_){return _===47?(e.consume(_),o="",It):je(_)}function It(_){if(_===62){let yt=o.toLowerCase();return es.includes(yt)?(e.consume(_),Tt):je(_)}return ut(_)&&o.length<8?(e.consume(_),o+=String.fromCharCode(_),It):je(_)}function Ft(_){return _===93?(e.consume(_),A):je(_)}function A(_){return _===62?(e.consume(_),Tt):_===45&&i===2?(e.consume(_),A):je(_)}function Tt(_){return _===null||oe(_)?(e.exit("htmlFlowData"),Ct(_)):(e.consume(_),Tt)}function Ct(_){return e.exit("htmlFlow"),n(_)}}function Pm(e,n,t){let r=this;return i;function i(o){return oe(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a):t(o)}function a(o){return r.parser.lazy[r.now().line]?t(o):n(o)}}function Mm(e,n,t){return r;function r(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),e.attempt(nn,n,t)}}var ns={name:"htmlText",tokenize:Nm};function Nm(e,n,t){let r=this,i,a,o;return s;function s(A){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(A),u}function u(A){return A===33?(e.consume(A),p):A===47?(e.consume(A),Oe):A===63?(e.consume(A),te):ut(A)?(e.consume(A),Ge):t(A)}function p(A){return A===45?(e.consume(A),d):A===91?(e.consume(A),a=0,P):ut(A)?(e.consume(A),ce):t(A)}function d(A){return A===45?(e.consume(A),g):t(A)}function h(A){return A===null?t(A):A===45?(e.consume(A),y):oe(A)?(o=h,ot(A)):(e.consume(A),h)}function y(A){return A===45?(e.consume(A),g):h(A)}function g(A){return A===62?Ze(A):A===45?y(A):h(A)}function P(A){let Tt="CDATA[";return A===Tt.charCodeAt(a++)?(e.consume(A),a===Tt.length?Z:P):t(A)}function Z(A){return A===null?t(A):A===93?(e.consume(A),Q):oe(A)?(o=Z,ot(A)):(e.consume(A),Z)}function Q(A){return A===93?(e.consume(A),j):Z(A)}function j(A){return A===62?Ze(A):A===93?(e.consume(A),j):Z(A)}function ce(A){return A===null||A===62?Ze(A):oe(A)?(o=ce,ot(A)):(e.consume(A),ce)}function te(A){return A===null?t(A):A===63?(e.consume(A),ke):oe(A)?(o=te,ot(A)):(e.consume(A),te)}function ke(A){return A===62?Ze(A):te(A)}function Oe(A){return ut(A)?(e.consume(A),U):t(A)}function U(A){return A===45||pt(A)?(e.consume(A),U):Fe(A)}function Fe(A){return oe(A)?(o=Fe,ot(A)):we(A)?(e.consume(A),Fe):Ze(A)}function Ge(A){return A===45||pt(A)?(e.consume(A),Ge):A===47||A===62||Ne(A)?qe(A):t(A)}function qe(A){return A===47?(e.consume(A),Ze):A===58||A===95||ut(A)?(e.consume(A),F):oe(A)?(o=qe,ot(A)):we(A)?(e.consume(A),qe):Ze(A)}function F(A){return A===45||A===46||A===58||A===95||pt(A)?(e.consume(A),F):Se(A)}function Se(A){return A===61?(e.consume(A),je):oe(A)?(o=Se,ot(A)):we(A)?(e.consume(A),Se):qe(A)}function je(A){return A===null||A===60||A===61||A===62||A===96?t(A):A===34||A===39?(e.consume(A),i=A,ge):oe(A)?(o=je,ot(A)):we(A)?(e.consume(A),je):(e.consume(A),Ie)}function ge(A){return A===i?(e.consume(A),i=void 0,Pe):A===null?t(A):oe(A)?(o=ge,ot(A)):(e.consume(A),ge)}function Ie(A){return A===null||A===34||A===39||A===60||A===61||A===96?t(A):A===47||A===62||Ne(A)?qe(A):(e.consume(A),Ie)}function Pe(A){return A===47||A===62||Ne(A)?qe(A):t(A)}function Ze(A){return A===62?(e.consume(A),e.exit("htmlTextData"),e.exit("htmlText"),n):t(A)}function ot(A){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(A),e.exit("lineEnding"),It}function It(A){return we(A)?be(e,Ft,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(A):Ft(A)}function Ft(A){return e.enter("htmlTextData"),o(A)}}var Bn={name:"labelEnd",tokenize:qm,resolveTo:$m,resolveAll:Um},Lm={tokenize:jm},Dm={tokenize:Bm},Fm={tokenize:zm};function Um(e){let n=-1;for(;++n<e.length;){let t=e[n][1];(t.type==="labelImage"||t.type==="labelLink"||t.type==="labelEnd")&&(e.splice(n+1,t.type==="labelImage"?4:2),t.type="data",n++)}return e}function $m(e,n){let t=e.length,r=0,i,a,o,s;for(;t--;)if(i=e[t][1],a){if(i.type==="link"||i.type==="labelLink"&&i._inactive)break;e[t][0]==="enter"&&i.type==="labelLink"&&(i._inactive=!0)}else if(o){if(e[t][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced&&(a=t,i.type!=="labelLink")){r=2;break}}else i.type==="labelEnd"&&(o=t);let u={type:e[a][1].type==="labelLink"?"link":"image",start:Object.assign({},e[a][1].start),end:Object.assign({},e[e.length-1][1].end)},p={type:"label",start:Object.assign({},e[a][1].start),end:Object.assign({},e[o][1].end)},d={type:"labelText",start:Object.assign({},e[a+r+2][1].end),end:Object.assign({},e[o-2][1].start)};return s=[["enter",u,n],["enter",p,n]],s=Et(s,e.slice(a+1,a+r+3)),s=Et(s,[["enter",d,n]]),s=Et(s,_n(n.parser.constructs.insideSpan.null,e.slice(a+r+4,o-3),n)),s=Et(s,[["exit",d,n],e[o-2],e[o-1],["exit",p,n]]),s=Et(s,e.slice(o+1)),s=Et(s,[["exit",u,n]]),lt(e,a,e.length,s),e}function qm(e,n,t){let r=this,i=r.events.length,a,o;for(;i--;)if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){a=r.events[i][1];break}return s;function s(y){return a?a._inactive?h(y):(o=r.parser.defined.includes(St(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(y),e.exit("labelMarker"),e.exit("labelEnd"),u):t(y)}function u(y){return y===40?e.attempt(Lm,d,o?d:h)(y):y===91?e.attempt(Dm,d,o?p:h)(y):o?d(y):h(y)}function p(y){return e.attempt(Fm,d,h)(y)}function d(y){return n(y)}function h(y){return a._balanced=!0,t(y)}}function jm(e,n,t){return r;function r(h){return e.enter("resource"),e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),i}function i(h){return Ne(h)?jn(e,a)(h):a(h)}function a(h){return h===41?d(h):aa(e,o,s,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(h)}function o(h){return Ne(h)?jn(e,u)(h):d(h)}function s(h){return t(h)}function u(h){return h===34||h===39||h===40?sa(e,p,t,"resourceTitle","resourceTitleMarker","resourceTitleString")(h):d(h)}function p(h){return Ne(h)?jn(e,d)(h):d(h)}function d(h){return h===41?(e.enter("resourceMarker"),e.consume(h),e.exit("resourceMarker"),e.exit("resource"),n):t(h)}}function Bm(e,n,t){let r=this;return i;function i(s){return oa.call(r,e,a,o,"reference","referenceMarker","referenceString")(s)}function a(s){return r.parser.defined.includes(St(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?n(s):t(s)}function o(s){return t(s)}}function zm(e,n,t){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),i}function i(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),n):t(a)}}var rs={name:"labelStartImage",tokenize:Vm,resolveAll:Bn.resolveAll};function Vm(e,n,t){let r=this;return i;function i(s){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(s),e.exit("labelImageMarker"),a}function a(s){return s===91?(e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelImage"),o):t(s)}function o(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?t(s):n(s)}}var is={name:"labelStartLink",tokenize:Wm,resolveAll:Bn.resolveAll};function Wm(e,n,t){let r=this;return i;function i(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),a}function a(o){return o===94&&"_hiddenFootnoteSupport"in r.parser.constructs?t(o):n(o)}}var jr={name:"lineEnding",tokenize:Hm};function Hm(e,n){return t;function t(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),be(e,n,"linePrefix")}}var zn={name:"thematicBreak",tokenize:Ym};function Ym(e,n,t){let r=0,i;return a;function a(p){return e.enter("thematicBreak"),o(p)}function o(p){return i=p,s(p)}function s(p){return p===i?(e.enter("thematicBreakSequence"),u(p)):r>=3&&(p===null||oe(p))?(e.exit("thematicBreak"),n(p)):t(p)}function u(p){return p===i?(e.consume(p),r++,u):(e.exit("thematicBreakSequence"),we(p)?be(e,s,"whitespace")(p):s(p))}}var xt={name:"list",tokenize:Km,continuation:{tokenize:Xm},exit:Zm},Jm={tokenize:eg,partial:!0},Gm={tokenize:Qm,partial:!0};function Km(e,n,t){let r=this,i=r.events[r.events.length-1],a=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],!0).length:0,o=0;return s;function s(g){let P=r.containerState.type||(g===42||g===43||g===45?"listUnordered":"listOrdered");if(P==="listUnordered"?!r.containerState.marker||g===r.containerState.marker:Lr(g)){if(r.containerState.type||(r.containerState.type=P,e.enter(P,{_container:!0})),P==="listUnordered")return e.enter("listItemPrefix"),g===42||g===45?e.check(zn,t,p)(g):p(g);if(!r.interrupt||g===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),u(g)}return t(g)}function u(g){return Lr(g)&&++o<10?(e.consume(g),u):(!r.interrupt||o<2)&&(r.containerState.marker?g===r.containerState.marker:g===41||g===46)?(e.exit("listItemValue"),p(g)):t(g)}function p(g){return e.enter("listItemMarker"),e.consume(g),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||g,e.check(nn,r.interrupt?t:d,e.attempt(Jm,y,h))}function d(g){return r.containerState.initialBlankLine=!0,a++,y(g)}function h(g){return we(g)?(e.enter("listItemPrefixWhitespace"),e.consume(g),e.exit("listItemPrefixWhitespace"),y):t(g)}function y(g){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,n(g)}}function Xm(e,n,t){let r=this;return r.containerState._closeFlow=void 0,e.check(nn,i,a);function i(s){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,be(e,n,"listItemIndent",r.containerState.size+1)(s)}function a(s){return r.containerState.furtherBlankLines||!we(s)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,o(s)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(Gm,n,o)(s))}function o(s){return r.containerState._closeFlow=!0,r.interrupt=void 0,be(e,e.attempt(xt,n,t),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s)}}function Qm(e,n,t){let r=this;return be(e,i,"listItemIndent",r.containerState.size+1);function i(a){let o=r.events[r.events.length-1];return o&&o[1].type==="listItemIndent"&&o[2].sliceSerialize(o[1],!0).length===r.containerState.size?n(a):t(a)}}function Zm(e){e.exit(this.containerState.type)}function eg(e,n,t){let r=this;return be(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(a){let o=r.events[r.events.length-1];return!we(a)&&o&&o[1].type==="listItemPrefixWhitespace"?n(a):t(a)}}var la={name:"setextUnderline",tokenize:ng,resolveTo:tg};function tg(e,n){let t=e.length,r,i,a;for(;t--;)if(e[t][0]==="enter"){if(e[t][1].type==="content"){r=t;break}e[t][1].type==="paragraph"&&(i=t)}else e[t][1].type==="content"&&e.splice(t,1),!a&&e[t][1].type==="definition"&&(a=t);let o={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};return e[i][1].type="setextHeadingText",a?(e.splice(i,0,["enter",o,n]),e.splice(a+1,0,["exit",e[r][1],n]),e[r][1].end=Object.assign({},e[a][1].end)):e[r][1]=o,e.push(["exit",o,n]),e}function ng(e,n,t){let r=this,i;return a;function a(p){let d=r.events.length,h;for(;d--;)if(r.events[d][1].type!=="lineEnding"&&r.events[d][1].type!=="linePrefix"&&r.events[d][1].type!=="content"){h=r.events[d][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||h)?(e.enter("setextHeadingLine"),i=p,o(p)):t(p)}function o(p){return e.enter("setextHeadingLineSequence"),s(p)}function s(p){return p===i?(e.consume(p),s):(e.exit("setextHeadingLineSequence"),we(p)?be(e,u,"lineSuffix")(p):u(p))}function u(p){return p===null||oe(p)?(e.exit("setextHeadingLine"),n(p)):t(p)}}var rg={tokenize:ug,partial:!0};function as(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:sg,continuation:{tokenize:lg},exit:cg}},text:{91:{name:"gfmFootnoteCall",tokenize:og},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:ig,resolveTo:ag}}}}function ig(e,n,t){let r=this,i=r.events.length,a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),o;for(;i--;){let u=r.events[i][1];if(u.type==="labelImage"){o=u;break}if(u.type==="gfmFootnoteCall"||u.type==="labelLink"||u.type==="label"||u.type==="image"||u.type==="link")break}return s;function s(u){if(!o||!o._balanced)return t(u);let p=St(r.sliceSerialize({start:o.end,end:r.now()}));return p.codePointAt(0)!==94||!a.includes(p.slice(1))?t(u):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(u),e.exit("gfmFootnoteCallLabelMarker"),n(u))}}function ag(e,n){let t=e.length,r;for(;t--;)if(e[t][1].type==="labelImage"&&e[t][0]==="enter"){r=e[t][1];break}e[t+1][1].type="data",e[t+3][1].type="gfmFootnoteCallLabelMarker";let i={type:"gfmFootnoteCall",start:Object.assign({},e[t+3][1].start),end:Object.assign({},e[e.length-1][1].end)},a={type:"gfmFootnoteCallMarker",start:Object.assign({},e[t+3][1].end),end:Object.assign({},e[t+3][1].end)};a.end.column++,a.end.offset++,a.end._bufferIndex++;let o={type:"gfmFootnoteCallString",start:Object.assign({},a.end),end:Object.assign({},e[e.length-1][1].start)},s={type:"chunkString",contentType:"string",start:Object.assign({},o.start),end:Object.assign({},o.end)},u=[e[t+1],e[t+2],["enter",i,n],e[t+3],e[t+4],["enter",a,n],["exit",a,n],["enter",o,n],["enter",s,n],["exit",s,n],["exit",o,n],e[e.length-2],e[e.length-1],["exit",i,n]];return e.splice(t,e.length-t+1,...u),e}function og(e,n,t){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a=0,o;return s;function s(h){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),u}function u(h){return h!==94?t(h):(e.enter("gfmFootnoteCallMarker"),e.consume(h),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",p)}function p(h){if(a>999||h===93&&!o||h===null||h===91||Ne(h))return t(h);if(h===93){e.exit("chunkString");let y=e.exit("gfmFootnoteCallString");return i.includes(St(r.sliceSerialize(y)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(h),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),n):t(h)}return Ne(h)||(o=!0),a++,e.consume(h),h===92?d:p}function d(h){return h===91||h===92||h===93?(e.consume(h),a++,p):p(h)}}function sg(e,n,t){let r=this,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),a,o=0,s;return u;function u(P){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionLabelMarker"),p}function p(P){return P===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",d):t(P)}function d(P){if(o>999||P===93&&!s||P===null||P===91||Ne(P))return t(P);if(P===93){e.exit("chunkString");let Z=e.exit("gfmFootnoteDefinitionLabelString");return a=St(r.sliceSerialize(Z)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(P),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),y}return Ne(P)||(s=!0),o++,e.consume(P),P===92?h:d}function h(P){return P===91||P===92||P===93?(e.consume(P),o++,d):d(P)}function y(P){return P===58?(e.enter("definitionMarker"),e.consume(P),e.exit("definitionMarker"),i.includes(a)||i.push(a),be(e,g,"gfmFootnoteDefinitionWhitespace")):t(P)}function g(P){return n(P)}}function lg(e,n,t){return e.check(nn,n,e.attempt(rg,n,t))}function cg(e){e.exit("gfmFootnoteDefinition")}function ug(e,n,t){let r=this;return be(e,i,"gfmFootnoteDefinitionIndent",5);function i(a){let o=r.events[r.events.length-1];return o&&o[1].type==="gfmFootnoteDefinitionIndent"&&o[2].sliceSerialize(o[1],!0).length===4?n(a):t(a)}}function os(e){let t=(e||{}).singleTilde,r={name:"strikethrough",tokenize:a,resolveAll:i};return t==null&&(t=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function i(o,s){let u=-1;for(;++u<o.length;)if(o[u][0]==="enter"&&o[u][1].type==="strikethroughSequenceTemporary"&&o[u][1]._close){let p=u;for(;p--;)if(o[p][0]==="exit"&&o[p][1].type==="strikethroughSequenceTemporary"&&o[p][1]._open&&o[u][1].end.offset-o[u][1].start.offset===o[p][1].end.offset-o[p][1].start.offset){o[u][1].type="strikethroughSequence",o[p][1].type="strikethroughSequence";let d={type:"strikethrough",start:Object.assign({},o[p][1].start),end:Object.assign({},o[u][1].end)},h={type:"strikethroughText",start:Object.assign({},o[p][1].end),end:Object.assign({},o[u][1].start)},y=[["enter",d,s],["enter",o[p][1],s],["exit",o[p][1],s],["enter",h,s]],g=s.parser.constructs.insideSpan.null;g&&lt(y,y.length,0,_n(g,o.slice(p+1,u),s)),lt(y,y.length,0,[["exit",h,s],["enter",o[u][1],s],["exit",o[u][1],s],["exit",d,s]]),lt(o,p-1,u-p+3,y),u=p+y.length-2;break}}for(u=-1;++u<o.length;)o[u][1].type==="strikethroughSequenceTemporary"&&(o[u][1].type="data");return o}function a(o,s,u){let p=this.previous,d=this.events,h=0;return y;function y(P){return p===126&&d[d.length-1][1].type!=="characterEscape"?u(P):(o.enter("strikethroughSequenceTemporary"),g(P))}function g(P){let Z=ir(p);if(P===126)return h>1?u(P):(o.consume(P),h++,g);if(h<2&&!t)return u(P);let Q=o.exit("strikethroughSequenceTemporary"),j=ir(P);return Q._open=!j||j===2&&!!Z,Q._close=!Z||Z===2&&!!j,s(P)}}}var ca=class{constructor(){this.map=[]}add(n,t,r){pg(this,n,t,r)}consume(n){if(this.map.sort(function(a,o){return a[0]-o[0]}),this.map.length===0)return;let t=this.map.length,r=[];for(;t>0;)t-=1,r.push(n.slice(this.map[t][0]+this.map[t][1]),this.map[t][2]),n.length=this.map[t][0];r.push([...n]),n.length=0;let i=r.pop();for(;i;)n.push(...i),i=r.pop();this.map.length=0}};function pg(e,n,t,r){let i=0;if(!(t===0&&r.length===0)){for(;i<e.map.length;){if(e.map[i][0]===n){e.map[i][1]+=t,e.map[i][2].push(...r);return}i+=1}e.map.push([n,t,r])}}function $u(e,n){let t=!1,r=[];for(;n<e.length;){let i=e[n];if(t){if(i[0]==="enter")i[1].type==="tableContent"&&r.push(e[n+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[n-1][1].type==="tableDelimiterMarker"){let a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(t=!0);n+=1}return r}function ss(){return{flow:{null:{name:"table",tokenize:dg,resolveAll:hg}}}}function dg(e,n,t){let r=this,i=0,a=0,o;return s;function s(F){let Se=r.events.length-1;for(;Se>-1;){let Ie=r.events[Se][1].type;if(Ie==="lineEnding"||Ie==="linePrefix")Se--;else break}let je=Se>-1?r.events[Se][1].type:null,ge=je==="tableHead"||je==="tableRow"?U:u;return ge===U&&r.parser.lazy[r.now().line]?t(F):ge(F)}function u(F){return e.enter("tableHead"),e.enter("tableRow"),p(F)}function p(F){return F===124||(o=!0,a+=1),d(F)}function d(F){return F===null?t(F):oe(F)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(F),e.exit("lineEnding"),g):t(F):we(F)?be(e,d,"whitespace")(F):(a+=1,o&&(o=!1,i+=1),F===124?(e.enter("tableCellDivider"),e.consume(F),e.exit("tableCellDivider"),o=!0,d):(e.enter("data"),h(F)))}function h(F){return F===null||F===124||Ne(F)?(e.exit("data"),d(F)):(e.consume(F),F===92?y:h)}function y(F){return F===92||F===124?(e.consume(F),h):h(F)}function g(F){return r.interrupt=!1,r.parser.lazy[r.now().line]?t(F):(e.enter("tableDelimiterRow"),o=!1,we(F)?be(e,P,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(F):P(F))}function P(F){return F===45||F===58?Q(F):F===124?(o=!0,e.enter("tableCellDivider"),e.consume(F),e.exit("tableCellDivider"),Z):Oe(F)}function Z(F){return we(F)?be(e,Q,"whitespace")(F):Q(F)}function Q(F){return F===58?(a+=1,o=!0,e.enter("tableDelimiterMarker"),e.consume(F),e.exit("tableDelimiterMarker"),j):F===45?(a+=1,j(F)):F===null||oe(F)?ke(F):Oe(F)}function j(F){return F===45?(e.enter("tableDelimiterFiller"),ce(F)):Oe(F)}function ce(F){return F===45?(e.consume(F),ce):F===58?(o=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(F),e.exit("tableDelimiterMarker"),te):(e.exit("tableDelimiterFiller"),te(F))}function te(F){return we(F)?be(e,ke,"whitespace")(F):ke(F)}function ke(F){return F===124?P(F):F===null||oe(F)?!o||i!==a?Oe(F):(e.exit("tableDelimiterRow"),e.exit("tableHead"),n(F)):Oe(F)}function Oe(F){return t(F)}function U(F){return e.enter("tableRow"),Fe(F)}function Fe(F){return F===124?(e.enter("tableCellDivider"),e.consume(F),e.exit("tableCellDivider"),Fe):F===null||oe(F)?(e.exit("tableRow"),n(F)):we(F)?be(e,Fe,"whitespace")(F):(e.enter("data"),Ge(F))}function Ge(F){return F===null||F===124||Ne(F)?(e.exit("data"),Fe(F)):(e.consume(F),F===92?qe:Ge)}function qe(F){return F===92||F===124?(e.consume(F),Ge):Ge(F)}}function hg(e,n){let t=-1,r=!0,i=0,a=[0,0,0,0],o=[0,0,0,0],s=!1,u=0,p,d,h,y=new ca;for(;++t<e.length;){let g=e[t],P=g[1];g[0]==="enter"?P.type==="tableHead"?(s=!1,u!==0&&(qu(y,n,u,p,d),d=void 0,u=0),p={type:"table",start:Object.assign({},P.start),end:Object.assign({},P.end)},y.add(t,0,[["enter",p,n]])):P.type==="tableRow"||P.type==="tableDelimiterRow"?(r=!0,h=void 0,a=[0,0,0,0],o=[0,t+1,0,0],s&&(s=!1,d={type:"tableBody",start:Object.assign({},P.start),end:Object.assign({},P.end)},y.add(t,0,[["enter",d,n]])),i=P.type==="tableDelimiterRow"?2:d?3:1):i&&(P.type==="data"||P.type==="tableDelimiterMarker"||P.type==="tableDelimiterFiller")?(r=!1,o[2]===0&&(a[1]!==0&&(o[0]=o[1],h=ua(y,n,a,i,void 0,h),a=[0,0,0,0]),o[2]=t)):P.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(o[0]=o[1],h=ua(y,n,a,i,void 0,h)),a=o,o=[a[1],t,0,0])):P.type==="tableHead"?(s=!0,u=t):P.type==="tableRow"||P.type==="tableDelimiterRow"?(u=t,a[1]!==0?(o[0]=o[1],h=ua(y,n,a,i,t,h)):o[1]!==0&&(h=ua(y,n,o,i,t,h)),i=0):i&&(P.type==="data"||P.type==="tableDelimiterMarker"||P.type==="tableDelimiterFiller")&&(o[3]=t)}for(u!==0&&qu(y,n,u,p,d),y.consume(n.events),t=-1;++t<n.events.length;){let g=n.events[t];g[0]==="enter"&&g[1].type==="table"&&(g[1]._align=$u(n.events,t))}return e}function ua(e,n,t,r,i,a){let o=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",s="tableContent";t[0]!==0&&(a.end=Object.assign({},ar(n.events,t[0])),e.add(t[0],0,[["exit",a,n]]));let u=ar(n.events,t[1]);if(a={type:o,start:Object.assign({},u),end:Object.assign({},u)},e.add(t[1],0,[["enter",a,n]]),t[2]!==0){let p=ar(n.events,t[2]),d=ar(n.events,t[3]),h={type:s,start:Object.assign({},p),end:Object.assign({},d)};if(e.add(t[2],0,[["enter",h,n]]),r!==2){let y=n.events[t[2]],g=n.events[t[3]];if(y[1].end=Object.assign({},g[1].end),y[1].type="chunkText",y[1].contentType="text",t[3]>t[2]+1){let P=t[2]+1,Z=t[3]-t[2]-1;e.add(P,Z,[])}}e.add(t[3]+1,0,[["exit",h,n]])}return i!==void 0&&(a.end=Object.assign({},ar(n.events,i)),e.add(i,0,[["exit",a,n]]),a=void 0),a}function qu(e,n,t,r,i){let a=[],o=ar(n.events,t);i&&(i.end=Object.assign({},o),a.push(["exit",i,n])),r.end=Object.assign({},o),a.push(["exit",r,n]),e.add(t+1,0,a)}function ar(e,n){let t=e[n],r=t[0]==="enter"?"start":"end";return t[1][r]}var fg={name:"tasklistCheck",tokenize:mg};function ls(){return{text:{91:fg}}}function mg(e,n,t){let r=this;return i;function i(u){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?t(u):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),a)}function a(u){return Ne(u)?(e.enter("taskListCheckValueUnchecked"),e.consume(u),e.exit("taskListCheckValueUnchecked"),o):u===88||u===120?(e.enter("taskListCheckValueChecked"),e.consume(u),e.exit("taskListCheckValueChecked"),o):t(u)}function o(u){return u===93?(e.enter("taskListCheckMarker"),e.consume(u),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),s):t(u)}function s(u){return oe(u)?n(u):we(u)?e.check({tokenize:gg},n,t)(u):t(u)}}function gg(e,n,t){return be(e,r,"whitespace");function r(i){return i===null?t(i):n(i)}}function ju(e){return Qi([Ho(),as(),os(e),ss(),ls()])}var yg={};function pa(e){let n=this,t=e||yg,r=n.data(),i=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),o=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);i.push(ju(t)),a.push(zo()),o.push(Vo(t))}var Bu={tokenize:bg};function bg(e){let n=e.attempt(this.parser.constructs.contentInitial,r,i),t;return n;function r(s){if(s===null){e.consume(s);return}return e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),be(e,n,"linePrefix")}function i(s){return e.enter("paragraph"),a(s)}function a(s){let u=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=u),t=u,o(s)}function o(s){if(s===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(s);return}return oe(s)?(e.consume(s),e.exit("chunkText"),a):(e.consume(s),o)}}var Vu={tokenize:wg},zu={tokenize:Sg};function wg(e){let n=this,t=[],r=0,i,a,o;return s;function s(te){if(r<t.length){let ke=t[r];return n.containerState=ke[1],e.attempt(ke[0].continuation,u,p)(te)}return p(te)}function u(te){if(r++,n.containerState._closeFlow){n.containerState._closeFlow=void 0,i&&ce();let ke=n.events.length,Oe=ke,U;for(;Oe--;)if(n.events[Oe][0]==="exit"&&n.events[Oe][1].type==="chunkFlow"){U=n.events[Oe][1].end;break}j(r);let Fe=ke;for(;Fe<n.events.length;)n.events[Fe][1].end=Object.assign({},U),Fe++;return lt(n.events,Oe+1,0,n.events.slice(ke)),n.events.length=Fe,p(te)}return s(te)}function p(te){if(r===t.length){if(!i)return y(te);if(i.currentConstruct&&i.currentConstruct.concrete)return P(te);n.interrupt=!!(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}return n.containerState={},e.check(zu,d,h)(te)}function d(te){return i&&ce(),j(r),y(te)}function h(te){return n.parser.lazy[n.now().line]=r!==t.length,o=n.now().offset,P(te)}function y(te){return n.containerState={},e.attempt(zu,g,P)(te)}function g(te){return r++,t.push([n.currentConstruct,n.containerState]),y(te)}function P(te){if(te===null){i&&ce(),j(0),e.consume(te);return}return i=i||n.parser.flow(n.now()),e.enter("chunkFlow",{contentType:"flow",previous:a,_tokenizer:i}),Z(te)}function Z(te){if(te===null){Q(e.exit("chunkFlow"),!0),j(0),e.consume(te);return}return oe(te)?(e.consume(te),Q(e.exit("chunkFlow")),r=0,n.interrupt=void 0,s):(e.consume(te),Z)}function Q(te,ke){let Oe=n.sliceStream(te);if(ke&&Oe.push(null),te.previous=a,a&&(a.next=te),a=te,i.defineSkip(te.start),i.write(Oe),n.parser.lazy[te.start.line]){let U=i.events.length;for(;U--;)if(i.events[U][1].start.offset<o&&(!i.events[U][1].end||i.events[U][1].end.offset>o))return;let Fe=n.events.length,Ge=Fe,qe,F;for(;Ge--;)if(n.events[Ge][0]==="exit"&&n.events[Ge][1].type==="chunkFlow"){if(qe){F=n.events[Ge][1].end;break}qe=!0}for(j(r),U=Fe;U<n.events.length;)n.events[U][1].end=Object.assign({},F),U++;lt(n.events,Ge+1,0,n.events.slice(Fe)),n.events.length=U}}function j(te){let ke=t.length;for(;ke-- >te;){let Oe=t[ke];n.containerState=Oe[1],Oe[0].exit.call(n,e)}t.length=te}function ce(){i.write([null]),a=void 0,i=void 0,n.containerState._closeFlow=void 0}}function Sg(e,n,t){return be(e,e.attempt(this.parser.constructs.document,n,t),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}var Wu={tokenize:xg};function xg(e){let n=this,t=e.attempt(nn,r,e.attempt(this.parser.constructs.flowInitial,i,be(e,e.attempt(this.parser.constructs.flow,i,e.attempt(Ko,i)),"linePrefix")));return t;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),n.currentConstruct=void 0,t}function i(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n.currentConstruct=void 0,t}}var Hu={resolveAll:Ku()},Yu=Gu("string"),Ju=Gu("text");function Gu(e){return{tokenize:n,resolveAll:Ku(e==="text"?Tg:void 0)};function n(t){let r=this,i=this.parser.constructs[e],a=t.attempt(i,o,s);return o;function o(d){return p(d)?a(d):s(d)}function s(d){if(d===null){t.consume(d);return}return t.enter("data"),t.consume(d),u}function u(d){return p(d)?(t.exit("data"),a(d)):(t.consume(d),u)}function p(d){if(d===null)return!0;let h=i[d],y=-1;if(h)for(;++y<h.length;){let g=h[y];if(!g.previous||g.previous.call(r,r.previous))return!0}return!1}}}function Ku(e){return n;function n(t,r){let i=-1,a;for(;++i<=t.length;)a===void 0?t[i]&&t[i][1].type==="data"&&(a=i,i++):(!t[i]||t[i][1].type!=="data")&&(i!==a+2&&(t[a][1].end=t[i-1][1].end,t.splice(a+2,i-a-2),i=a+2),a=void 0);return e?e(t,r):t}}function Tg(e,n){let t=0;for(;++t<=e.length;)if((t===e.length||e[t][1].type==="lineEnding")&&e[t-1][1].type==="data"){let r=e[t-1][1],i=n.sliceStream(r),a=i.length,o=-1,s=0,u;for(;a--;){let p=i[a];if(typeof p=="string"){for(o=p.length;p.charCodeAt(o-1)===32;)s++,o--;if(o)break;o=-1}else if(p===-2)u=!0,s++;else if(p!==-1){a++;break}}if(s){let p={type:t===e.length||u||s<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-s,offset:r.end.offset-s,_index:r.start._index+a,_bufferIndex:a?o:r.start._bufferIndex+o},end:Object.assign({},r.end)};r.end=Object.assign({},p.start),r.start.offset===r.end.offset?Object.assign(r,p):(e.splice(t,0,["enter",p,n],["exit",p,n]),t+=2)}t++}return e}function Xu(e,n,t){let r=Object.assign(t?Object.assign({},t):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1}),i={},a=[],o=[],s=[],u=!0,p={consume:ke,enter:Oe,exit:U,attempt:qe(Fe),check:qe(Ge),interrupt:qe(Ge,{interrupt:!0})},d={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:Z,sliceSerialize:P,now:Q,defineSkip:j,write:g},h=n.tokenize.call(d,p),y;return n.resolveAll&&a.push(n),d;function g(ge){return o=Et(o,ge),ce(),o[o.length-1]!==null?[]:(F(n,0),d.events=_n(a,d.events,d),d.events)}function P(ge,Ie){return vg(Z(ge),Ie)}function Z(ge){return kg(o,ge)}function Q(){let{line:ge,column:Ie,offset:Pe,_index:Ze,_bufferIndex:ot}=r;return{line:ge,column:Ie,offset:Pe,_index:Ze,_bufferIndex:ot}}function j(ge){i[ge.line]=ge.column,je()}function ce(){let ge;for(;r._index<o.length;){let Ie=o[r._index];if(typeof Ie=="string")for(ge=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===ge&&r._bufferIndex<Ie.length;)te(Ie.charCodeAt(r._bufferIndex));else te(Ie)}}function te(ge){u=void 0,y=ge,h=h(ge)}function ke(ge){oe(ge)?(r.line++,r.column=1,r.offset+=ge===-3?2:1,je()):ge!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===o[r._index].length&&(r._bufferIndex=-1,r._index++)),d.previous=ge,u=!0}function Oe(ge,Ie){let Pe=Ie||{};return Pe.type=ge,Pe.start=Q(),d.events.push(["enter",Pe,d]),s.push(Pe),Pe}function U(ge){let Ie=s.pop();return Ie.end=Q(),d.events.push(["exit",Ie,d]),Ie}function Fe(ge,Ie){F(ge,Ie.from)}function Ge(ge,Ie){Ie.restore()}function qe(ge,Ie){return Pe;function Pe(Ze,ot,It){let Ft,A,Tt,Ct;return Array.isArray(Ze)?yt(Ze):"tokenize"in Ze?yt([Ze]):_(Ze);function _(ct){return Pn;function Pn(Ht){let an=Ht!==null&&ct[Ht],Sn=Ht!==null&&ct.null,mr=[...Array.isArray(an)?an:an?[an]:[],...Array.isArray(Sn)?Sn:Sn?[Sn]:[]];return yt(mr)(Ht)}}function yt(ct){return Ft=ct,A=0,ct.length===0?It:rn(ct[A])}function rn(ct){return Pn;function Pn(Ht){return Ct=Se(),Tt=ct,ct.partial||(d.currentConstruct=ct),ct.name&&d.parser.constructs.disable.null.includes(ct.name)?Yn(Ht):ct.tokenize.call(Ie?Object.assign(Object.create(d),Ie):d,p,fr,Yn)(Ht)}}function fr(ct){return u=!0,ge(Tt,Ct),ot}function Yn(ct){return u=!0,Ct.restore(),++A<Ft.length?rn(Ft[A]):It}}}function F(ge,Ie){ge.resolveAll&&!a.includes(ge)&&a.push(ge),ge.resolve&&lt(d.events,Ie,d.events.length-Ie,ge.resolve(d.events.slice(Ie),d)),ge.resolveTo&&(d.events=ge.resolveTo(d.events,d))}function Se(){let ge=Q(),Ie=d.previous,Pe=d.currentConstruct,Ze=d.events.length,ot=Array.from(s);return{restore:It,from:Ze};function It(){r=ge,d.previous=Ie,d.currentConstruct=Pe,d.events.length=Ze,s=ot,je()}}function je(){r.line in i&&r.column<2&&(r.column=i[r.line],r.offset+=i[r.line]-1)}}function kg(e,n){let t=n.start._index,r=n.start._bufferIndex,i=n.end._index,a=n.end._bufferIndex,o;if(t===i)o=[e[t].slice(r,a)];else{if(o=e.slice(t,i),r>-1){let s=o[0];typeof s=="string"?o[0]=s.slice(r):o.shift()}a>0&&o.push(e[i].slice(0,a))}return o}function vg(e,n){let t=-1,r=[],i;for(;++t<e.length;){let a=e[t],o;if(typeof a=="string")o=a;else switch(a){case-5:{o="\r";break}case-4:{o=`
114
- `;break}case-3:{o=`\r
115
- `;break}case-2:{o=n?" ":" ";break}case-1:{if(!n&&i)continue;o=" ";break}default:o=String.fromCharCode(a)}i=a===-2,r.push(o)}return r.join("")}var cs={};cc(cs,{attentionMarkers:()=>Pg,contentInitial:()=>Eg,disable:()=>Mg,document:()=>Ag,flow:()=>Og,flowInitial:()=>_g,insideSpan:()=>Cg,string:()=>Rg,text:()=>Ig});var Ag={42:xt,43:xt,45:xt,48:xt,49:xt,50:xt,51:xt,52:xt,53:xt,54:xt,55:xt,56:xt,57:xt,62:Zi},Eg={91:Xo},_g={[-2]:$r,[-1]:$r,32:$r},Og={35:Zo,42:zn,45:[la,zn],60:ts,61:la,95:zn,96:na,126:na},Rg={38:ta,92:ea},Ig={[-5]:jr,[-4]:jr,[-3]:jr,33:rs,38:ta,42:Ur,60:[Jo,ns],91:is,92:[Qo,ea],93:Bn,95:Ur,96:Go},Cg={null:[Ur,Hu]},Pg={null:[42,95]},Mg={null:[]};function us(e){let t=Qi([cs,...(e||{}).extensions||[]]),r={defined:[],lazy:{},constructs:t,content:i(Bu),document:i(Vu),flow:i(Wu),string:i(Yu),text:i(Ju)};return r;function i(a){return o;function o(s){return Xu(r,a,s)}}}function ps(e){for(;!ia(e););return e}var Qu=/[\0\t\n\r]/g;function ds(){let e=1,n="",t=!0,r;return i;function i(a,o,s){let u=[],p,d,h,y,g;for(a=n+(typeof a=="string"?a.toString():new TextDecoder(o||void 0).decode(a)),h=0,n="",t&&(a.charCodeAt(0)===65279&&h++,t=void 0);h<a.length;){if(Qu.lastIndex=h,p=Qu.exec(a),y=p&&p.index!==void 0?p.index:a.length,g=a.charCodeAt(y),!p){n=a.slice(h);break}if(g===10&&h===y&&r)u.push(-3),r=void 0;else switch(r&&(u.push(-5),r=void 0),h<y&&(u.push(a.slice(h,y)),e+=y-h),g){case 0:{u.push(65533),e++;break}case 9:{for(d=Math.ceil(e/4)*4,u.push(-2);e++<d;)u.push(-1);break}case 10:{u.push(-4),e=1;break}default:r=!0,e=1}h=y+1}return s&&(r&&u.push(-5),n&&u.push(n),u.push(null)),u}}function On(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Zu(e.position):"start"in e||"end"in e?Zu(e):"line"in e||"column"in e?hs(e):""}function hs(e){return ep(e&&e.line)+":"+ep(e&&e.column)}function Zu(e){return hs(e&&e.start)+"-"+hs(e&&e.end)}function ep(e){return e&&typeof e=="number"?e:1}var np={}.hasOwnProperty;function fs(e,n,t){return typeof n!="string"&&(t=n,n=void 0),Ng(t)(ps(us(t).document().write(ds()(e,n,!0))))}function Ng(e){let n={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(ei),autolinkProtocol:qe,autolinkEmail:qe,atxHeading:a(Qr),blockQuote:a(Ht),characterEscape:qe,characterReference:qe,codeFenced:a(an),codeFencedFenceInfo:o,codeFencedFenceMeta:o,codeIndented:a(an,o),codeText:a(Sn,o),codeTextData:qe,data:qe,codeFlowValue:qe,definition:a(mr),definitionDestinationString:o,definitionLabelString:o,definitionTitleString:o,emphasis:a(Ua),hardBreakEscape:a(Zr),hardBreakTrailing:a(Zr),htmlFlow:a(gr,o),htmlFlowData:qe,htmlText:a(gr,o),htmlTextData:qe,image:a($a),label:o,link:a(ei),listItem:a(qa),listItemValue:y,listOrdered:a(ti,h),listUnordered:a(ti),paragraph:a(ja),reference:_,referenceString:o,resourceDestinationString:o,resourceTitleString:o,setextHeading:a(Qr),strong:a(Ba),thematicBreak:a(Va)},exit:{atxHeading:u(),atxHeadingSequence:Oe,autolink:u(),autolinkEmail:Pn,autolinkProtocol:ct,blockQuote:u(),characterEscapeValue:F,characterReferenceMarkerHexadecimal:rn,characterReferenceMarkerNumeric:rn,characterReferenceValue:fr,characterReference:Yn,codeFenced:u(Q),codeFencedFence:Z,codeFencedFenceInfo:g,codeFencedFenceMeta:P,codeFlowValue:F,codeIndented:u(j),codeText:u(Pe),codeTextData:F,data:F,definition:u(),definitionDestinationString:ke,definitionLabelString:ce,definitionTitleString:te,emphasis:u(),hardBreakEscape:u(je),hardBreakTrailing:u(je),htmlFlow:u(ge),htmlFlowData:F,htmlText:u(Ie),htmlTextData:F,image:u(ot),label:Ft,labelText:It,lineEnding:Se,link:u(Ze),listItem:u(),listOrdered:u(),listUnordered:u(),paragraph:u(),referenceString:yt,resourceDestinationString:A,resourceTitleString:Tt,resource:Ct,setextHeading:u(Ge),setextHeadingLineSequence:Fe,setextHeadingText:U,strong:u(),thematicBreak:u()}};rp(n,(e||{}).mdastExtensions||[]);let t={};return r;function r($){let ne={type:"root",children:[]},Re={stack:[ne],tokenStack:[],config:n,enter:s,exit:p,buffer:o,resume:d,data:t},Le=[],ze=-1;for(;++ze<$.length;)if($[ze][1].type==="listOrdered"||$[ze][1].type==="listUnordered")if($[ze][0]==="enter")Le.push(ze);else{let Pt=Le.pop();ze=i($,Pt,ze)}for(ze=-1;++ze<$.length;){let Pt=n[$[ze][0]];np.call(Pt,$[ze][1].type)&&Pt[$[ze][1].type].call(Object.assign({sliceSerialize:$[ze][2].sliceSerialize},Re),$[ze][1])}if(Re.tokenStack.length>0){let Pt=Re.tokenStack[Re.tokenStack.length-1];(Pt[1]||tp).call(Re,void 0,Pt[0])}for(ne.position={start:Rn($.length>0?$[0][1].start:{line:1,column:1,offset:0}),end:Rn($.length>0?$[$.length-2][1].end:{line:1,column:1,offset:0})},ze=-1;++ze<n.transforms.length;)ne=n.transforms[ze](ne)||ne;return ne}function i($,ne,Re){let Le=ne-1,ze=-1,Pt=!1,on,Yt,sn,Mn;for(;++Le<=Re;){let bt=$[Le];switch(bt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{bt[0]==="enter"?ze++:ze--,Mn=void 0;break}case"lineEndingBlank":{bt[0]==="enter"&&(on&&!Mn&&!ze&&!sn&&(sn=Le),Mn=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Mn=void 0}if(!ze&&bt[0]==="enter"&&bt[1].type==="listItemPrefix"||ze===-1&&bt[0]==="exit"&&(bt[1].type==="listUnordered"||bt[1].type==="listOrdered")){if(on){let ln=Le;for(Yt=void 0;ln--;){let Ut=$[ln];if(Ut[1].type==="lineEnding"||Ut[1].type==="lineEndingBlank"){if(Ut[0]==="exit")continue;Yt&&($[Yt][1].type="lineEndingBlank",Pt=!0),Ut[1].type="lineEnding",Yt=ln}else if(!(Ut[1].type==="linePrefix"||Ut[1].type==="blockQuotePrefix"||Ut[1].type==="blockQuotePrefixWhitespace"||Ut[1].type==="blockQuoteMarker"||Ut[1].type==="listItemIndent"))break}sn&&(!Yt||sn<Yt)&&(on._spread=!0),on.end=Object.assign({},Yt?$[Yt][1].start:bt[1].end),$.splice(Yt||Le,0,["exit",on,bt[2]]),Le++,Re++}if(bt[1].type==="listItemPrefix"){let ln={type:"listItem",_spread:!1,start:Object.assign({},bt[1].start),end:void 0};on=ln,$.splice(Le,0,["enter",ln,bt[2]]),Le++,Re++,sn=void 0,Mn=!0}}}return $[ne][1]._spread=Pt,Re}function a($,ne){return Re;function Re(Le){s.call(this,$(Le),Le),ne&&ne.call(this,Le)}}function o(){this.stack.push({type:"fragment",children:[]})}function s($,ne,Re){this.stack[this.stack.length-1].children.push($),this.stack.push($),this.tokenStack.push([ne,Re]),$.position={start:Rn(ne.start),end:void 0}}function u($){return ne;function ne(Re){$&&$.call(this,Re),p.call(this,Re)}}function p($,ne){let Re=this.stack.pop(),Le=this.tokenStack.pop();if(Le)Le[0].type!==$.type&&(ne?ne.call(this,$,Le[0]):(Le[1]||tp).call(this,$,Le[0]));else throw new Error("Cannot close `"+$.type+"` ("+On({start:$.start,end:$.end})+"): it\u2019s not open");Re.position.end=Rn($.end)}function d(){return fn(this.stack.pop())}function h(){this.data.expectingFirstListItemValue=!0}function y($){if(this.data.expectingFirstListItemValue){let ne=this.stack[this.stack.length-2];ne.start=Number.parseInt(this.sliceSerialize($),10),this.data.expectingFirstListItemValue=void 0}}function g(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.lang=$}function P(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.meta=$}function Z(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function Q(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.value=$.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function j(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.value=$.replace(/(\r?\n|\r)$/g,"")}function ce($){let ne=this.resume(),Re=this.stack[this.stack.length-1];Re.label=ne,Re.identifier=St(this.sliceSerialize($)).toLowerCase()}function te(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.title=$}function ke(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.url=$}function Oe($){let ne=this.stack[this.stack.length-1];if(!ne.depth){let Re=this.sliceSerialize($).length;ne.depth=Re}}function U(){this.data.setextHeadingSlurpLineEnding=!0}function Fe($){let ne=this.stack[this.stack.length-1];ne.depth=this.sliceSerialize($).codePointAt(0)===61?1:2}function Ge(){this.data.setextHeadingSlurpLineEnding=void 0}function qe($){let Re=this.stack[this.stack.length-1].children,Le=Re[Re.length-1];(!Le||Le.type!=="text")&&(Le=za(),Le.position={start:Rn($.start),end:void 0},Re.push(Le)),this.stack.push(Le)}function F($){let ne=this.stack.pop();ne.value+=this.sliceSerialize($),ne.position.end=Rn($.end)}function Se($){let ne=this.stack[this.stack.length-1];if(this.data.atHardBreak){let Re=ne.children[ne.children.length-1];Re.position.end=Rn($.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&n.canContainEols.includes(ne.type)&&(qe.call(this,$),F.call(this,$))}function je(){this.data.atHardBreak=!0}function ge(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.value=$}function Ie(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.value=$}function Pe(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.value=$}function Ze(){let $=this.stack[this.stack.length-1];if(this.data.inReference){let ne=this.data.referenceType||"shortcut";$.type+="Reference",$.referenceType=ne,delete $.url,delete $.title}else delete $.identifier,delete $.label;this.data.referenceType=void 0}function ot(){let $=this.stack[this.stack.length-1];if(this.data.inReference){let ne=this.data.referenceType||"shortcut";$.type+="Reference",$.referenceType=ne,delete $.url,delete $.title}else delete $.identifier,delete $.label;this.data.referenceType=void 0}function It($){let ne=this.sliceSerialize($),Re=this.stack[this.stack.length-2];Re.label=vu(ne),Re.identifier=St(ne).toLowerCase()}function Ft(){let $=this.stack[this.stack.length-1],ne=this.resume(),Re=this.stack[this.stack.length-1];if(this.data.inReference=!0,Re.type==="link"){let Le=$.children;Re.children=Le}else Re.alt=ne}function A(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.url=$}function Tt(){let $=this.resume(),ne=this.stack[this.stack.length-1];ne.title=$}function Ct(){this.data.inReference=void 0}function _(){this.data.referenceType="collapsed"}function yt($){let ne=this.resume(),Re=this.stack[this.stack.length-1];Re.label=ne,Re.identifier=St(this.sliceSerialize($)).toLowerCase(),this.data.referenceType="full"}function rn($){this.data.characterReferenceType=$.type}function fr($){let ne=this.sliceSerialize($),Re=this.data.characterReferenceType,Le;Re?(Le=Xi(ne,Re==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Le=rr(ne);let ze=this.stack[this.stack.length-1];ze.value+=Le}function Yn($){let ne=this.stack.pop();ne.position.end=Rn($.end)}function ct($){F.call(this,$);let ne=this.stack[this.stack.length-1];ne.url=this.sliceSerialize($)}function Pn($){F.call(this,$);let ne=this.stack[this.stack.length-1];ne.url="mailto:"+this.sliceSerialize($)}function Ht(){return{type:"blockquote",children:[]}}function an(){return{type:"code",lang:null,meta:null,value:""}}function Sn(){return{type:"inlineCode",value:""}}function mr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Ua(){return{type:"emphasis",children:[]}}function Qr(){return{type:"heading",depth:0,children:[]}}function Zr(){return{type:"break"}}function gr(){return{type:"html",value:""}}function $a(){return{type:"image",title:null,url:"",alt:null}}function ei(){return{type:"link",title:null,url:"",children:[]}}function ti($){return{type:"list",ordered:$.type==="listOrdered",start:null,spread:$._spread,children:[]}}function qa($){return{type:"listItem",spread:$._spread,checked:null,children:[]}}function ja(){return{type:"paragraph",children:[]}}function Ba(){return{type:"strong",children:[]}}function za(){return{type:"text",value:""}}function Va(){return{type:"thematicBreak"}}}function Rn(e){return{line:e.line,column:e.column,offset:e.offset}}function rp(e,n){let t=-1;for(;++t<n.length;){let r=n[t];Array.isArray(r)?rp(e,r):Lg(e,r)}}function Lg(e,n){let t;for(t in n)if(np.call(n,t))switch(t){case"canContainEols":{let r=n[t];r&&e[t].push(...r);break}case"transforms":{let r=n[t];r&&e[t].push(...r);break}case"enter":case"exit":{let r=n[t];r&&Object.assign(e[t],r);break}}}function tp(e,n){throw e?new Error("Cannot close `"+e.type+"` ("+On({start:e.start,end:e.end})+"): a different token (`"+n.type+"`, "+On({start:n.start,end:n.end})+") is open"):new Error("Cannot close document, a token (`"+n.type+"`, "+On({start:n.start,end:n.end})+") is still open")}function da(e){let n=this;n.parser=t;function t(r){return fs(r,{...n.data("settings"),...e,extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]})}}function ms(e){if(e)throw e}var ga=jt(dp(),1);function Br(e){if(typeof e!="object"||e===null)return!1;let n=Object.getPrototypeOf(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function gs(){let e=[],n={run:t,use:r};return n;function t(...i){let a=-1,o=i.pop();if(typeof o!="function")throw new TypeError("Expected function as last argument, not "+o);s(null,...i);function s(u,...p){let d=e[++a],h=-1;if(u){o(u);return}for(;++h<i.length;)(p[h]===null||p[h]===void 0)&&(p[h]=i[h]);i=p,d?hp(d,s)(...p):o(null,...p)}}function r(i){if(typeof i!="function")throw new TypeError("Expected `middelware` to be a function, not "+i);return e.push(i),n}}function hp(e,n){let t;return r;function r(...o){let s=e.length>o.length,u;s&&o.push(i);try{u=e.apply(this,o)}catch(p){let d=p;if(s&&t)throw d;return i(d)}s||(u&&u.then&&typeof u.then=="function"?u.then(a,i):u instanceof Error?i(u):a(u))}function i(o,...s){t||(t=!0,n(o,...s))}function a(o){i(null,o)}}var mt=class extends Error{constructor(n,t,r){super(),typeof t=="string"&&(r=t,t=void 0);let i="",a={},o=!1;if(t&&("line"in t&&"column"in t?a={place:t}:"start"in t&&"end"in t?a={place:t}:"type"in t?a={ancestors:[t],place:t.position}:a={...t}),typeof n=="string"?i=n:!a.cause&&n&&(o=!0,i=n.message,a.cause=n),!a.ruleId&&!a.source&&typeof r=="string"){let u=r.indexOf(":");u===-1?a.ruleId=r:(a.source=r.slice(0,u),a.ruleId=r.slice(u+1))}if(!a.place&&a.ancestors&&a.ancestors){let u=a.ancestors[a.ancestors.length-1];u&&(a.place=u.position)}let s=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=s?s.column:void 0,this.fatal=void 0,this.file,this.message=i,this.line=s?s.line:void 0,this.name=On(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=o&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}};mt.prototype.file="";mt.prototype.name="";mt.prototype.reason="";mt.prototype.message="";mt.prototype.stack="";mt.prototype.column=void 0;mt.prototype.line=void 0;mt.prototype.ancestors=void 0;mt.prototype.cause=void 0;mt.prototype.fatal=void 0;mt.prototype.place=void 0;mt.prototype.ruleId=void 0;mt.prototype.source=void 0;var zt=jt(require("path"),1);var ys=jt(require("process"),1);var bs=require("url");function fa(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}var ws=["history","path","basename","stem","extname","dirname"],zr=class{constructor(n){let t;n?fa(n)?t={path:n}:typeof n=="string"||Dg(n)?t={value:n}:t=n:t={},this.cwd="cwd"in t?"":ys.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<ws.length;){let a=ws[r];a in t&&t[a]!==void 0&&t[a]!==null&&(this[a]=a==="history"?[...t[a]]:t[a])}let i;for(i in t)ws.includes(i)||(this[i]=t[i])}get basename(){return typeof this.path=="string"?zt.default.basename(this.path):void 0}set basename(n){xs(n,"basename"),Ss(n,"basename"),this.path=zt.default.join(this.dirname||"",n)}get dirname(){return typeof this.path=="string"?zt.default.dirname(this.path):void 0}set dirname(n){fp(this.basename,"dirname"),this.path=zt.default.join(n||"",this.basename)}get extname(){return typeof this.path=="string"?zt.default.extname(this.path):void 0}set extname(n){if(Ss(n,"extname"),fp(this.dirname,"extname"),n){if(n.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(n.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=zt.default.join(this.dirname,this.stem+(n||""))}get path(){return this.history[this.history.length-1]}set path(n){fa(n)&&(n=(0,bs.fileURLToPath)(n)),xs(n,"path"),this.path!==n&&this.history.push(n)}get stem(){return typeof this.path=="string"?zt.default.basename(this.path,this.extname):void 0}set stem(n){xs(n,"stem"),Ss(n,"stem"),this.path=zt.default.join(this.dirname||"",n+(this.extname||""))}fail(n,t,r){let i=this.message(n,t,r);throw i.fatal=!0,i}info(n,t,r){let i=this.message(n,t,r);return i.fatal=void 0,i}message(n,t,r){let i=new mt(n,t,r);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}toString(n){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(n||void 0).decode(this.value)}};function Ss(e,n){if(e&&e.includes(zt.default.sep))throw new Error("`"+n+"` cannot be a path: did not expect `"+zt.default.sep+"`")}function xs(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function fp(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}function Dg(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var mp=(function(e){let r=this.constructor.prototype,i=r[e],a=function(){return i.apply(a,arguments)};return Object.setPrototypeOf(a,r),a});var Fg={}.hasOwnProperty,As=class e extends mp{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=gs()}copy(){let n=new e,t=-1;for(;++t<this.attachers.length;){let r=this.attachers[t];n.use(...r)}return n.data((0,ga.default)(!0,{},this.namespace)),n}data(n,t){return typeof n=="string"?arguments.length===2?(vs("data",this.frozen),this.namespace[n]=t,this):Fg.call(this.namespace,n)&&this.namespace[n]||void 0:n?(vs("data",this.frozen),this.namespace=n,this):this.namespace}freeze(){if(this.frozen)return this;let n=this;for(;++this.freezeIndex<this.attachers.length;){let[t,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);let i=t.call(n,...r);typeof i=="function"&&this.transformers.use(i)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(n){this.freeze();let t=ma(n),r=this.parser||this.Parser;return Ts("parse",r),r(String(t),t)}process(n,t){let r=this;return this.freeze(),Ts("process",this.parser||this.Parser),ks("process",this.compiler||this.Compiler),t?i(void 0,t):new Promise(i);function i(a,o){let s=ma(n),u=r.parse(s);r.run(u,s,function(d,h,y){if(d||!h||!y)return p(d);let g=h,P=r.stringify(g,y);$g(P)?y.value=P:y.result=P,p(d,y)});function p(d,h){d||!h?o(d):a?a(h):t(void 0,h)}}}processSync(n){let t=!1,r;return this.freeze(),Ts("processSync",this.parser||this.Parser),ks("processSync",this.compiler||this.Compiler),this.process(n,i),yp("processSync","process",t),r;function i(a,o){t=!0,ms(a),r=o}}run(n,t,r){gp(n),this.freeze();let i=this.transformers;return!r&&typeof t=="function"&&(r=t,t=void 0),r?a(void 0,r):new Promise(a);function a(o,s){let u=ma(t);i.run(n,u,p);function p(d,h,y){let g=h||n;d?s(d):o?o(g):r(void 0,g,y)}}}runSync(n,t){let r=!1,i;return this.run(n,t,a),yp("runSync","run",r),i;function a(o,s){ms(o),i=s,r=!0}}stringify(n,t){this.freeze();let r=ma(t),i=this.compiler||this.Compiler;return ks("stringify",i),gp(n),i(n,r)}use(n,...t){let r=this.attachers,i=this.namespace;if(vs("use",this.frozen),n!=null)if(typeof n=="function")u(n,t);else if(typeof n=="object")Array.isArray(n)?s(n):o(n);else throw new TypeError("Expected usable value, not `"+n+"`");return this;function a(p){if(typeof p=="function")u(p,[]);else if(typeof p=="object")if(Array.isArray(p)){let[d,...h]=p;u(d,h)}else o(p);else throw new TypeError("Expected usable value, not `"+p+"`")}function o(p){if(!("plugins"in p)&&!("settings"in p))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");s(p.plugins),p.settings&&(i.settings=(0,ga.default)(!0,i.settings,p.settings))}function s(p){let d=-1;if(p!=null)if(Array.isArray(p))for(;++d<p.length;){let h=p[d];a(h)}else throw new TypeError("Expected a list of plugins, not `"+p+"`")}function u(p,d){let h=-1,y=-1;for(;++h<r.length;)if(r[h][0]===p){y=h;break}if(y===-1)r.push([p,...d]);else if(d.length>0){let[g,...P]=d,Z=r[y][1];Br(Z)&&Br(g)&&(g=(0,ga.default)(!0,Z,g)),r[y]=[p,g,...P]}}}},Es=new As().freeze();function Ts(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function ks(e,n){if(typeof n!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function vs(e,n){if(n)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function gp(e){if(!Br(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function yp(e,n,t){if(!t)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}function ma(e){return Ug(e)?e:new zr(e)}function Ug(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function $g(e){return typeof e=="string"||qg(e)}function qg(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}function wp(e,n){let t=[e,...n],r=Math.max(...t.map(s=>s.length));if(r===0)return"";let i=Array.from({length:r},()=>0);for(let s of t)for(let u=0;u<r;u++){let p=(s[u]||"").length;p>i[u]&&(i[u]=p)}let a=s=>Array.from({length:r},(u,p)=>(s[p]||"").padEnd(i[p])).join(" | ").trimEnd(),o=[];o.push(a(e)),o.push(i.map(s=>"-".repeat(s)).join("-|-"));for(let s of n)o.push(a(s));return o.join(`
116
- `)}function Fs(e){return Es().use(da).use(pa).parse(e)}function Vr(e){return fn(e)}function gn(e){return{type:"text",value:e}}function yn(e){return{type:"paragraph",children:e}}function bn(e){return{type:"root",children:e}}function Us(e={}){var n;return{type:"card",title:e.title,subtitle:e.subtitle,imageUrl:e.imageUrl,children:(n=e.children)!=null?n:[]}}function _s(e,n={}){return{type:"text",content:e,style:n.style}}var Sp=_s;function Os(e){return{type:"image",url:e.url,alt:e.alt}}function ya(){return{type:"divider"}}function Rs(e){return{type:"section",children:e}}function ba(e){return{type:"actions",children:e}}function wa(e){return{type:"button",id:e.id,label:e.label,style:e.style,value:e.value,disabled:e.disabled,actionType:e.actionType,callbackUrl:e.callbackUrl}}function Is(e){return{type:"link-button",url:e.url,label:e.label,style:e.style}}function Cs(e){return{type:"field",label:e.label,value:e.value}}function Ps(e){return{type:"fields",children:e}}function Ms(e){return{type:"table",headers:e.headers,rows:e.rows,align:e.align}}function Sa(e){return{type:"link",url:e.url,label:e.label}}function Wr(e){let n=[];e.title&&n.push(`**${e.title}**`),e.subtitle&&n.push(e.subtitle);for(let t of e.children){let r=$s(t);r&&n.push(r)}return n.join(`
117
- `)}function $s(e){switch(e.type){case"text":return e.content;case"link":return`${e.label} (${e.url})`;case"fields":return e.children.map(n=>`${n.label}: ${n.value}`).join(`
118
- `);case"actions":return null;case"table":return wp(e.headers,e.rows);case"section":return e.children.map(n=>$s(n)).filter(Boolean).join(`
119
- `);default:return null}}var jg=["text_input","select","external_select","radio_select","text","fields"];function Bg(e){let n=e.filter(t=>typeof t=="object"&&t!==null&&"type"in t&&jg.includes(t.type));return n.length<e.length&&console.warn("[chat] Modal contains unsupported child elements that were ignored"),n}function Ns(e){var n;return{type:"modal",callbackId:e.callbackId,callbackUrl:e.callbackUrl,title:e.title,submitLabel:e.submitLabel,closeLabel:e.closeLabel,notifyOnClose:e.notifyOnClose,privateMetadata:e.privateMetadata,children:(n=e.children)!=null?n:[]}}function xa(e){return{type:"text_input",id:e.id,label:e.label,placeholder:e.placeholder,initialValue:e.initialValue,multiline:e.multiline,optional:e.optional,maxLength:e.maxLength}}function Ta(e){if(!e.options||e.options.length===0)throw new Error("Select requires at least one option");return{type:"select",id:e.id,label:e.label,placeholder:e.placeholder,options:e.options,initialOption:e.initialOption,optional:e.optional}}function Ls(e){return{type:"external_select",id:e.id,initialOption:e.initialOption,label:e.label,placeholder:e.placeholder,minQueryLength:e.minQueryLength,optional:e.optional}}function ka(e){return{label:e.label,value:e.value,description:e.description}}function Ds(e){if(!e.options||e.options.length===0)throw new Error("RadioSelect requires at least one option");return{type:"radio_select",id:e.id,label:e.label,options:e.options,initialOption:e.initialOption,optional:e.optional}}var zg=Symbol.for("chat.jsx.element");function qs(e){return typeof e=="object"&&e!==null&&e.$$typeof===zg}function xp(e){if(e==null)return[];if(Array.isArray(e))return e.flatMap(xp);if(qs(e)){let n=kp(e);return n?[n]:[]}return typeof e=="object"&&"type"in e?[e]:typeof e=="string"||typeof e=="number"?[String(e)]:[]}function Vg(e){return!("id"in e||"url"in e||"label"in e)}function Wg(e){return"id"in e&&typeof e.id=="string"&&!("url"in e)}function Hg(e){return"url"in e&&typeof e.url=="string"&&!("id"in e)}function Tp(e){return"url"in e&&typeof e.url=="string"&&!("id"in e)&&!("alt"in e)&&!("style"in e)}function Yg(e){return"url"in e&&typeof e.url=="string"}function Jg(e){return"label"in e&&"value"in e&&typeof e.label=="string"&&typeof e.value=="string"}function Gg(e){return!("id"in e||"url"in e||"callbackId"in e)&&("title"in e||"subtitle"in e||"imageUrl"in e)}function Kg(e){return"callbackId"in e&&"title"in e}function Xg(e){return"id"in e&&"label"in e&&!("options"in e)&&!("value"in e)}function bp(e){return"id"in e&&"label"in e&&!("value"in e)}function Qg(e){return"id"in e&&"label"in e&&!("value"in e)&&!("children"in e)}function Zg(e){return"label"in e&&"value"in e&&!("id"in e)}function kp(e){var o,s,u,p;let{type:n,props:t,children:r}=e,i=xp(r);if(n===_s){let d=Vg(t)?t:{style:void 0},h=i.length>0?i.map(String).join(""):String((o=d.children)!=null?o:"");return _s(h,{style:d.style})}if(n===Rs)return Rs(i);if(n===ba)return ba(i);if(n===Ps)return Ps(i);if(n===wa){if(!Wg(t))throw new Error("Button requires an 'id' prop");let d=i.length>0?i.map(String).join(""):(s=t.label)!=null?s:"";return wa({id:t.id,label:d,style:t.style,value:t.value,actionType:t.actionType,callbackUrl:t.callbackUrl,disabled:t.disabled})}if(n===Is){if(!Hg(t))throw new Error("LinkButton requires a 'url' prop");let d=i.length>0?i.map(String).join(""):(u=t.label)!=null?u:"";return Is({url:t.url,label:d,style:t.style})}if(n===Sa){if(!Tp(t))throw new Error("CardLink requires a 'url' prop");let d=i.length>0?i.map(String).join(""):(p=t.label)!=null?p:"";return Sa({url:t.url,label:d})}if(n===Os){if(!Yg(t))throw new Error("Image requires a 'url' prop");return Os({url:t.url,alt:t.alt})}if(n===Cs){if(!Jg(t))throw new Error("Field requires 'label' and 'value' props");return Cs({label:t.label,value:t.value})}if(n===ya)return ya();if(n===Ns){if(!Kg(t))throw new Error("Modal requires 'callbackId' and 'title' props");return Ns({callbackId:t.callbackId,callbackUrl:t.callbackUrl,title:t.title,submitLabel:t.submitLabel,closeLabel:t.closeLabel,notifyOnClose:t.notifyOnClose,privateMetadata:t.privateMetadata,children:Bg(i)})}if(n===xa){if(!Xg(t))throw new Error("TextInput requires 'id' and 'label' props");return xa({id:t.id,label:t.label,placeholder:t.placeholder,initialValue:t.initialValue,multiline:t.multiline,optional:t.optional,maxLength:t.maxLength})}if(n===Ta){if(!bp(t))throw new Error("Select requires 'id' and 'label' props");return Ta({id:t.id,label:t.label,placeholder:t.placeholder,initialOption:t.initialOption,optional:t.optional,options:i})}if(n===Ls){if(!Qg(t))throw new Error("ExternalSelect requires 'id' and 'label' props");return Ls({id:t.id,initialOption:t.initialOption,label:t.label,placeholder:t.placeholder,minQueryLength:t.minQueryLength,optional:t.optional})}if(n===Ds){if(!bp(t))throw new Error("RadioSelect requires 'id' and 'label' props");return Ds({id:t.id,label:t.label,initialOption:t.initialOption,optional:t.optional,options:i})}if(n===ka){if(!Zg(t))throw new Error("SelectOption requires 'label' and 'value' props");return ka({label:t.label,value:t.value,description:t.description})}if(n===Ms){let d=t;return Ms({headers:d.headers,rows:d.rows})}let a=Gg(t)?t:{};return Us({title:a.title,subtitle:a.subtitle,imageUrl:a.imageUrl,children:i})}function Nt(e){if(qs(e)){let n=kp(e);if(n&&typeof n=="object"&&"type"in n&&n.type==="card")return n}return typeof e=="object"&&e!==null&&"type"in e&&e.type==="card"?e:null}function Lt(e){if(qs(e))return!0;if(typeof e=="object"&&e!==null&&"$$typeof"in e&&typeof e.$$typeof=="symbol"){let n=e.$$typeof.toString();return n.includes("react.element")||n.includes("react.transitional.element")}return!1}var or=Symbol.for("workflow-serialize"),sr=Symbol.for("workflow-deserialize");var ey=Object.defineProperty,ty=Object.defineProperties,ny=Object.getOwnPropertyDescriptors,vp=Object.getOwnPropertySymbols,ry=Object.prototype.hasOwnProperty,iy=Object.prototype.propertyIsEnumerable,Ap=(e,n,t)=>n in e?ey(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,Rp=(e,n)=>{for(var t in n||(n={}))ry.call(n,t)&&Ap(e,t,n[t]);if(vp)for(var t of vp(n))iy.call(n,t)&&Ap(e,t,n[t]);return e},Ip=(e,n)=>ty(e,ny(n)),Ot=(e,n)=>{let t=!1,r=!1;for(let i=0;i<n;i+=1){if(e[i]==="\\"&&i+1<e.length&&e[i+1]==="`"){i+=1;continue}if(e.substring(i,i+3)==="```"){r=!r,i+=2;continue}!r&&e[i]==="`"&&(t=!t)}return t||r},ay=(e,n)=>{let t=e.substring(n,n+3)==="```",r=n>0&&e.substring(n-1,n+2)==="```",i=n>1&&e.substring(n-2,n+1)==="```";return t||r||i},oy=e=>{let n=0;for(let t=0;t<e.length;t+=1){if(e[t]==="\\"&&t+1<e.length&&e[t+1]==="`"){t+=1;continue}e[t]==="`"&&!ay(e,t)&&(n+=1)}return n},In=(e,n)=>{let t=!1,r=!1,i=-1;for(let a=0;a<e.length;a+=1){if(e[a]==="\\"&&a+1<e.length&&e[a+1]==="`"){a+=1;continue}if(e.substring(a,a+3)==="```"){r=!r,a+=2;continue}if(!r&&e[a]==="`")if(t){if(i<n&&n<a)return!0;t=!1,i=-1}else t=!0,i=a}return!1},sy=/^(\s*(?:[-*+]|\d+[.)]) +)>(=?\s*[$]?\d)/gm,ly=e=>!e||typeof e!="string"||!e.includes(">")?e:e.replace(sy,(n,t,r,i)=>Ot(e,i)?n:`${t}\\>${r}`),cy=/(\*\*)([^*]*\*?)$/,uy=/(__)([^_]*?)$/,py=/(\*\*\*)([^*]*?)$/,dy=/(\*)([^*]*?)$/,hy=/(_)([^_]*?)$/,fy=/(`)([^`]*?)$/,my=/(~~)([^~]*?)$/,Vn=/^[\s_~*`]*$/,Cp=/^[\s]*[-*+][\s]+$/,gy=/[\p{L}\p{N}_]/u,yy=/^```[^`\n]*```?$/,by=/^\*{4,}$/,wy=/(__)([^_]+)_$/,Sy=/(~~)([^~]+)~$/,Ep=/~~/g,Cn=e=>{if(!e)return!1;let n=e.charCodeAt(0);return n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122||n===95?!0:gy.test(e)};var xy=(e,n)=>{let t=1;for(let r=n-1;r>=0;r-=1)if(e[r]==="]")t+=1;else if(e[r]==="["&&(t-=1,t===0))return r;return-1},Pp=(e,n)=>{let t=1;for(let r=n+1;r<e.length;r+=1)if(e[r]==="[")t+=1;else if(e[r]==="]"&&(t-=1,t===0))return r;return-1},va=(e,n)=>{let t=!1,r=!1;for(let i=0;i<e.length&&i<n;i+=1){if(e[i]==="\\"&&e[i+1]==="$"){i+=1;continue}e[i]==="$"&&(e[i+1]==="$"?(r=!r,i+=1,t=!1):r||(t=!t))}return t||r},Ty=(e,n)=>{for(let t=n;t<e.length;t+=1){if(e[t]===")")return!0;if(e[t]===`
120
- `)return!1}return!1},Mp=(e,n)=>{for(let t=n-1;t>=0;t-=1){if(e[t]===")")return!1;if(e[t]==="(")return t>0&&e[t-1]==="]"?Ty(e,n):!1;if(e[t]===`
121
- `)return!1}return!1},ky=(e,n)=>{for(let t=n-1;t>=0;t-=1){if(e[t]===">")return!1;if(e[t]==="<"){let r=t+1<e.length?e[t+1]:"";return r>="a"&&r<="z"||r>="A"&&r<="Z"||r==="/"}if(e[t]===`
122
- `)return!1}return!1},Bs=(e,n,t)=>{let r=0;for(let u=n-1;u>=0;u-=1)if(e[u]===`
112
+ laborum`.split(/\W/),fi=si,mi={type:tn.ALLOWED_TYPES},Dc=li,Aa=aa,Fc=ci,gi=ui,Uc=sa,$c=la,va="[a-zA-Z][a-zA-Z0-9+-.]*",yi=`https?://{hostname}(?:${va})+`,qc="(?:\\?([a-z]{1,7}(=\\w{1,5})?&){0,3})?",qt={email:"[a-zA-Z\\d][a-zA-Z\\d-]{1,13}[a-zA-Z\\d]@{hostname}",hostname:"[a-zA-Z]{1,33}\\.[a-z]{2,4}",ipv6:"[a-f\\d]{4}(:[a-f\\d]{4}){7}",uri:yi,slug:"[a-zA-Z\\d_-]+","uri-reference":`${yi}${qc}`,"uri-template":yi.replace("(?:","(?:/\\{[a-z][:a-zA-Z0-9-]*\\}|"),"json-pointer":`(/(?:${va.replace("]*","/]*")}|~[01]))+`,uuid:"^[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$",duration:"^P(?!$)((\\d+Y)?(\\d+M)?(\\d+D)?(T(?=\\d)(\\d+H)?(\\d+M)?(\\d+S)?)?|(\\d+W)?)$"},qt.iri=qt["uri-reference"],qt["iri-reference"]=qt["uri-reference"],qt["idn-email"]=qt.email,qt["idn-hostname"]=qt.hostname,jc=new RegExp(`\\{(${Object.keys(qt).join("|")})\\}`),Bc=ca,zc=pa,Vc={boolean:Oc,null:Pc,array:Mc,integer:Nc,number:ka,object:Dc,string:zc},_r=Vc,Wc=re,Hc=({refs:l,schema:c,container:f,synchronous:S,refDepthMax:T,refDepthMin:A})=>{let k={},L={},Q=0,N,ie;return k.resolveSchema=(j,he,ce)=>{if(j==null)return null;if(typeof j.generate=="function")return j;if(typeof(j.$id||j.id)=="string"&&(delete j.id,delete j.$id,delete j.$schema),typeof j.$ref=="string"){let xe=Math.max(A,T)-1;if(j.$ref==="#"||L[j.$ref]<0||N===j.$ref&&++Q>xe)return j.$ref!=="#"&&ie&&ie.length===ce.length?Ye.getLocalRef(c,j.$ref,S&&l):(delete j.$ref,j);typeof L[j.$ref]=="undefined"&&(L[j.$ref]=ve.number(A,T)-1),ie=ce,N=j.$ref;let Re;j.$ref.indexOf("#/")===-1?Re=l[j.$ref]||null:Re=Ye.getLocalRef(c,j.$ref,S&&l)||null;let Ge;if(typeof Re!="undefined"){if(!Re&&_e("ignoreMissingRefs")!==!0)throw new Error(`Reference not found: ${j.$ref}`);L[j.$ref]-=1,Ye.merge(j,Re||{}),Ge=S&&Re&&Re.$ref}return Ge||delete j.$ref,j}if(Array.isArray(j.allOf)){let xe=j.allOf;delete j.allOf,xe.forEach(Re=>{let Ge=k.resolveSchema(Re,null,ce);Ye.merge(j,typeof Ge.thunk=="function"?Ge.thunk(j):Ge),Array.isArray(j.allOf)&&k.resolveSchema(j,he,ce)})}if(Array.isArray(j.oneOf||j.anyOf)&&ce[ce.length-2]!=="dependencies"){let xe=j.oneOf||j.anyOf;return j.enum&&j.oneOf&&(j.enum=j.enum.filter(Re=>Ye.validate(Re,xe))),{thunk(Re){let Ge=Ye.omitProps(j,["anyOf","oneOf"]),Qe=ve.pick(xe);return Ye.merge(Ge,Qe),xe.forEach(oe=>{oe.required&&oe!==Qe&&oe.required.forEach(I=>{if(Qe.required&&Qe.required.includes(I))return;let C=Ge.required&&Ge.required.includes(I);Ge.properties&&!C&&delete Ge.properties[I],Re&&Re.properties&&delete Re.properties[I]})}),Ge}}}if(Object.keys(j).forEach(xe=>{(Array.isArray(j[xe])||typeof j[xe]=="object")&&!Ye.isKey(xe)&&(j[xe]=k.resolveSchema(j[xe],xe,ce.concat(xe)))}),ce){let xe=ce[ce.length-1];if(xe==="properties"||xe==="items")return j}return f.wrap(j)},k},Yc=Hc,Ea=Dt,_a=cn,Et=fa(uc(),1),tg=Et.default.binaryOptions,ng=Et.default.boolOptions,rg=Et.default.intOptions,ig=Et.default.nullOptions,og=Et.default.strOptions,ag=Et.default.Schema,sg=Et.default.Alias,lg=Et.default.Collection,cg=Et.default.Merge,ug=Et.default.Node,pg=Et.default.Pair,dg=Et.default.Scalar,Jc=Et.default.YAMLMap,Gc=Et.default.YAMLSeq,Rr=Un,dn=new kc,rt=(l,c,f)=>(console.debug("[json-schema-faker] calling JSONSchemaFaker() is deprecated, call either .generate() or .resolve()"),f&&console.debug("[json-schema-faker] local references are only supported by calling .resolve()"),rt.generate(l,c)),rt.generateWithContext=(l,c)=>{let f=pn(c,l);return Ea(f,l,dn,!0)},rt.generate=(l,c)=>_a(rt.generateWithContext(l,c)),rt.generateYAML=(l,c)=>Rr(rt.generateWithContext(l,c)),rt.resolveWithContext=(l,c,f)=>{typeof c=="string"&&(f=c,c={}),f=f||(typeof process!="undefined"&&typeof process.cwd=="function"?process.cwd():""),f=`${f.replace(/\/+$/,"")}/`;let S=pn(c,l),T={order:1,canRead(k){let L=k.url.replace("/:",":");return S[L]||S[L.split("/").pop()]},read(k,L){try{L(null,this.canRead(k))}catch(Q){L(Q)}}},{$RefParser:A}=ya();return A.bundle(f,l,{resolve:{file:{order:100},http:{order:200},fixedRefs:T},dereference:{circular:"ignore"}}).then(k=>Ea(S,k,dn)).catch(k=>{throw new Error(`Error while resolving schema (${k.message})`)})},rt.resolve=(l,c,f)=>rt.resolveWithContext(l,c,f).then(_a),rt.resolveYAML=(l,c,f)=>rt.resolveWithContext(l,c,f).then(Rr),Tt(),rt.format=xa,rt.option=_e,rt.random=ve,rt.extend=(l,c)=>(dn.extend(l,c),rt),rt.define=(l,c)=>(dn.define(l,c),rt),rt.reset=l=>(dn.reset(l),Tt(),rt),rt.locate=l=>dn.get(l),rt.VERSION="0.5.5",Kc={...rt},Xc=rt}}),fg=o({"src/src/main.iife.js"(l,c){var f=(hg(),u(p));typeof $RefParser!="undefined"&&typeof JSONPath!="undefined"&&f.setDependencies({...JSONPath,$RefParser}),typeof window!="undefined"&&(window.JSONSchemaFaker=f.default),c.exports=f.default,c.exports.JSONSchemaFaker=f.JSONSchemaFaker}});return fg()})();((e,n)=>{e.JSONSchemaFaker=n()})(typeof self!="undefined"?self:typeof window!="undefined"?window:globalThis,()=>Vi);Vi.random.shuffle=function(){return["[placeholder]"]};Vi.option({useDefaultValue:!0,alwaysFakeOptionals:!0});function lu(e){return Vi.generate(e)}var cu=async(e,n)=>{let t=new TextEncoder,r=t.encode(e),i=t.encode(n),o=await crypto.subtle.importKey("raw",r,{name:"HMAC",hash:{name:"SHA-256"}},!1,["sign"]),a=await crypto.subtle.sign("HMAC",o,i);return Array.from(new Uint8Array(a)).map(s=>s.toString(16).padStart(2,"0")).join("")},uu=(e,n)=>{if(typeof e!="string"||typeof n!="string"||e.length!==n.length)return!1;let t=0;for(let r=0;r<e.length;r+=1)t|=e.charCodeAt(r)^n.charCodeAt(r);return t===0};var Ug=require("cross-fetch");var pu=async()=>{if(process.env.NOVU_BRIDGE_ORIGIN)return`${process.env.NOVU_BRIDGE_ORIGIN}/api/novu`;if(process.env.NEXT_PUBLIC_VERCEL_ENV==="preview"&&process.env.NEXT_PUBLIC_VERCEL_URL)return`https://${process.env.NEXT_PUBLIC_VERCEL_URL}/api/novu`;try{if(process.env.NODE_ENV==="development"||process.env.NODE_ENV==="dev"){let n=await(await fetch("http://localhost:2022/.well-known/novu")).json();return`${n.tunnelOrigin}${n.route}`}}catch(e){console.error(e)}return""};function du(e){return!!e&&typeof e=="object"&&"error"in e&&"message"in e&&"statusCode"in e}var Wi=(e,n)=>{if(!e)throw new Mi;return{post:async(t,r)=>{let i=await fetch(`${n}/v1${t}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${e}`},body:JSON.stringify(r)}),o=await i.json();if(i.ok)return o;throw du(o)?new Ni(o.statusCode,o.error,o.message):new rr(o)},delete:async t=>(await fetch(`${n}/v1${t}`,{method:"DELETE",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${e}`}})).json()}};var bu=require("liquidjs");function Pa(e,n){let t={...e};for(let r of Object.keys(n)){let i=n[r];i&&typeof i=="object"&&!Array.isArray(i)?t[r]=Pa(t[r]||{},i):(Array.isArray(i),t[r]=i)}return t}function Hi(e,n){let t=n.split(".").reduce((r,i)=>{if(r&&typeof r=="object")return r[i]},e);if(t==null)return"";if(typeof t=="string")return t;if(typeof t=="number"||typeof t=="boolean")return String(t);if(typeof t=="object"){let r=JSON.stringify(t);return r==="{}"?"":r}return""}function hu(e,n=2,t,r=", "){if(!Array.isArray(e)||e.length===0)return"";let i=t?e.map(s=>typeof s!="object"||!s?"":Hi(s,t)):e;if(i.length===1)return i[0];if(i.length===2)return`${i[0]} and ${i[1]}`;if(i.length===3&&n>=3)return`${i[0]}, ${r}${i[1]} and ${i[2]}`;let o=i.slice(0,n),a=i.length-n;return`${o.join(r)} and ${a} ${a===1?"other":"others"}`}var fu=Bt(require("pluralize"),1);function mu(e,n="",t="",r="true"){if(e==null)return"";let i=0;if(Array.isArray(e)?i=e.length:typeof e=="object"?i=Object.keys(e).length:typeof e=="string"?i=+e:typeof e=="number"?i=e:i=Number(e),Number.isNaN(i)&&(i=0),i<=0)return"";let o;return t?o=i===1?n:t:o=(0,fu.default)(n,i),r==="true"?`${i} ${o}`:o}var $g=require("liquidjs"),gu=Bt(require("pluralize"),1),qg=require("zod");var jg="",Bg=2,zg="other",Vg=", ",Wg=" and ",Hg=", and ";function yu(e,n=jg,t=Bg,r=zg,i=Vg,o=Wg,a=Hg){if(!Array.isArray(e)||e.length===0)return"";let s=n?e.map(y=>typeof y!="object"||!y?"":Hi(y,n)):e,u=s.length;if(u===1)return s[0];if(u===2)return`${s[0]}${o}${s[1]}`;if(t>=u){let y=s.slice(0,u-1),g=s[u-1];return`${y.join(i)}${a}${g}`}let p=s.slice(0,t),d=u-t,h=t===1?o:a;return`${p.join(i)}${h}${d} ${(0,gu.default)(r,d)}`}function Yg(e){return Array.isArray(e)||typeof e=="object"&&e!==null?wu(e):typeof e=="string"?e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t"):e==null?"":String(e)}var wu=(e,n=0)=>Array.isArray(e)||typeof e=="object"&&e!==null?JSON.stringify(e,null,n).replace(/"/g,"'").replace(/\n/g,"\\n"):e==null?"":String(e);function Su(e){let n=new bu.Liquid({outputEscape:Yg,...e});return n.registerFilter("json",(t,r)=>wu(t,r)),n.registerFilter("digest",hu),n.registerFilter("toSentence",yu),n.registerFilter("pluralize",mu),n}var Bn=Bt(require("chalk"),1),et={info:e=>Bn.default.blue(e),warning:e=>Bn.default.yellow(e),error:e=>Bn.default.red(e),success:e=>Bn.default.green(e),underline:e=>Bn.default.underline(e),bold:e=>Bn.default.bold(e)},ct={SUCCESS:et.success("\u2714"),ERROR:et.error("\u2717"),WARNING:et.warning("\u26A0"),INFO:et.info("\u2139"),ARROW:et.bold("\u2192"),MOCK:et.info("\u25CB"),HYDRATED:et.bold(et.info("\u2192")),STEP:et.info("\u03C3"),ACTION:et.info("\u03B1"),DURATION:et.info("\u0394"),PROVIDER:et.info("\u2699"),OUTPUT:et.info("\u21E2"),INPUT:et.info("\u21E0"),WORKFLOW:et.info("\u03C9"),STATE:et.info("\u03C3"),EXECUTE:et.info("\u03B5"),PREVIEW:et.info("\u03C1")};function Yi(e){return e||process.env.NOVU_API_URL||"https://api.novu.co"}function Ji(e){return e||process.env.NOVU_SECRET_KEY||process.env.NOVU_API_KEY||""}var Ma=Bt(require("sanitize-html"),1),Jg=["src","alt","width","height","loading","srcset","sizes","crossorigin","usemap","ismap","class","id","style","title","dir","lang"];function Gg(e){return e.toLowerCase().startsWith("on")}function Kg(e){return e.replace(/<\/([a-zA-Z][a-zA-Z0-9]*)\s*\/[^>]*>/g,"</$1>")}var Xg={allowedTags:Ma.default.defaults.allowedTags.concat(["style","img","html","head","body","link","meta","title"]),allowedAttributes:!1,transformTags:{"*":(e,n)=>{let t={};for(let[r,i]of Object.entries(n))Gg(r)||(t[r]=i);return{tagName:e,attribs:t}},img:(e,n)=>{let t={};for(let[r,i]of Object.entries(n))Jg.includes(r.toLowerCase())&&(t[r]=i);return{tagName:e,attribs:t}}},allowVulnerableTags:!0,parseStyleAttributes:!1,parser:{lowerCaseAttributeNames:!0}},Tu=e=>{if(!e)return e;let n=Kg(e),t=/^<!DOCTYPE .*?>/,r=n.match(t),i=(0,Ma.default)(n,Xg);return r?r[0]+i:i},Gi=e=>Object.keys(e).reduce((n,t)=>{let r=e[t];return typeof r=="string"?n[t]=Tu(r):Array.isArray(r)?n[t]=r.map(i=>typeof i=="string"?Tu(i):typeof i=="object"?Gi(i):i):typeof r=="object"&&r!==null?n[t]=Gi(r):n[t]=r,n},{});function xu(e,n=!0,t=console){n&&(t.info(`
113
+ ${et.bold(et.underline("Discovered workflowId:"))} '${e.workflowId}'`),e.steps.forEach((r,i)=>{let o=i===e.steps.length-1,a=o?"\u2514":"\u251C";t.info(`${a} ${ct.STEP} Discovered stepId: '${r.stepId}' Type: '${r.type}'`),r.providers.forEach((s,u)=>{let p=u===r.providers.length-1,d=o?" ":"\u2502",h=p?"\u2514":"\u251C";t.info(`${d} ${h} ${ct.PROVIDER} Discovered provider: '${s.type}'`)})}))}var ku=require("jsonrepair");function Au(e){let n=e.trim();return(n.startsWith("{")&&n.endsWith("}")||n.startsWith("[")&&n.endsWith("]"))&&n.length>2}var vu="__novuJsonString";function Qg(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&e[vu]===!0}function Ur(e){if(typeof e=="string"){if(!Au(e))return e;try{let n=JSON.parse(e);return{[vu]:!0,value:Ur(n)}}catch{return e}}if(Array.isArray(e))return e.map(n=>Ur(n));if(e&&typeof e=="object"){let n={};for(let[t,r]of Object.entries(e))n[t]=Ur(r);return n}return e}function $r(e){if(Qg(e))return JSON.stringify($r(e.value));if(Array.isArray(e))return e.map(n=>$r(n));if(e&&typeof e=="object"){let n={};for(let[t,r]of Object.entries(e))n[t]=$r(r);return n}return e}function Zg(e){try{return JSON.parse(e),e}catch{try{return(0,ku.jsonrepair)(e)}catch{return e}}}function Eu(e){return Object.fromEntries(Object.entries(e).map(([n,t])=>typeof t=="string"?[n,Au(t)?Zg(t):t]:typeof t=="object"&&t!==null&&!Array.isArray(t)?[n,Eu(t)]:[n,t]))}function _u(e){return!(e!=null&&e.data)||typeof e.data!="object"||Array.isArray(e.data)?e:{...e,data:Eu(e.data)}}var Ou=Bt(require("ajv"),1),Iu=Bt(require("ajv-formats"),1);var Ru=e=>typeof structuredClone=="function"?structuredClone(e):JSON.parse(JSON.stringify(e));var Ki=class extends _n{constructor(t,r){let i=r.length===1?"it":"them";super(`Tried to use a ${t} in @novu/framework without ${r.join(", ")} installed. Please install ${i} by running \`npm install ${r.join(" ")}\`.`);this.statusCode=500;this.code="MissingDependencyError"}};var Xi=async(e,n)=>{let t=new Set;if((await Promise.allSettled(e.map(i=>i.import))).forEach((i,o)=>{let a=e[o];i.status==="fulfilled"&&a.exports.every(u=>i.value[u]!==void 0)||t.add(a.name)}),t.size>0)throw new Ki(n,Array.from(t))};var Qi=class{constructor(){this.requiredImports=[];this.ajv=new Ou.default({useDefaults:!0,removeAdditional:"failing",strict:!1}),(0,Iu.default)(this.ajv),this.compiledSchemas=new Map}async canHandle(n){let t=n.type==="object"||!!n.anyOf||!!n.allOf||!!n.oneOf;return t&&await Xi(this.requiredImports,"JSON schema"),t}async validate(n,t){let r=this.compiledSchemas.get(t);r||(r=this.ajv.compile(t),this.compiledSchemas.set(t,r));let i=Ru(n);return r(i)?{success:!0,data:i}:{success:!1,errors:r.errors.map(a=>({path:a.instancePath,message:a.message}))}}async transformToJsonSchema(n){return n}};var Zi=class{constructor(){this.requiredImports=[{name:"zod",import:import("zod"),exports:["ZodType"]},{name:"zod-to-json-schema",import:import("zod-to-json-schema"),exports:["zodToJsonSchema"]}]}async canHandle(n){let t=n.safeParseAsync!==void 0;return t&&await Xi(this.requiredImports,"Zod schema"),t}async validate(n,t){let r=await t.safeParseAsync(n);return r.success?{success:!0,data:r.data}:{success:!1,errors:r.error.issues.map(i=>({path:`/${i.path.join("/")}`,message:i.message}))}}async transformToJsonSchema(n){let{zodToJsonSchema:t}=await import("zod-to-json-schema");return t(n)}};var eo=new Zi,to=new Qi,qr=async(e,n)=>{if(await eo.canHandle(e))return eo.validate(n,e);if(await to.canHandle(e))return to.validate(n,e);throw new Error("Invalid schema")},yt=async e=>{if(await eo.canHandle(e))return eo.transformToJsonSchema(e);if(await to.canHandle(e))return to.transformToJsonSchema(e);throw new Error("Invalid schema")};function Cu(){return["development",void 0,"dev"].includes(process.env.NODE_ENV)}var ar=class{constructor(n){this.discoveredWorkflows=new Map;this.discoverWorkflowPromises=new Map;this.registeredAgents=new Map;this.version="2.11.2-alpha.1";let t=this.buildOptions(n);this.apiUrl=t.apiUrl,this.secretKey=t.secretKey,this.strictAuthentication=t.strictAuthentication,this.verbose=t.verbose,this.logger=t.logger,this.templateEngine=Su()}buildOptions(n){let t={apiUrl:Yi(n==null?void 0:n.apiUrl),secretKey:Ji(n==null?void 0:n.secretKey),strictAuthentication:!Cu(),verbose:Cu(),logger:console};return(n==null?void 0:n.strictAuthentication)!==void 0?t.strictAuthentication=n.strictAuthentication:process.env.NOVU_STRICT_AUTHENTICATION_ENABLED!==void 0&&(t.strictAuthentication=process.env.NOVU_STRICT_AUTHENTICATION_ENABLED==="true"),(n==null?void 0:n.verbose)!==void 0&&(t.verbose=n.verbose),(n==null?void 0:n.logger)!==void 0&&(t.logger=n.logger),t}log(...n){this.verbose&&this.logger.info(...n)}async addWorkflows(n){for(let t of n){if(this.discoveredWorkflows.has(t.id))continue;let r=this.discoverWorkflowPromises.get(t.id);if(r){await r;continue}let i=this.addWorkflow(t);this.discoverWorkflowPromises.set(t.id,i),await i}}addAgents(n){for(let t of n)this.registeredAgents.set(t.id,t)}getAgent(n){return this.registeredAgents.get(n)}async addWorkflow(n){try{let t=await n.discover();xu(t,this.verbose,this.logger),this.discoveredWorkflows.set(n.id,t)}finally{this.discoverWorkflowPromises.delete(n.id)}}healthCheck(){let n=this.getRegisteredWorkflows(),t=n.length,r=n.reduce((i,o)=>i+o.steps.length,0);return{status:"ok",sdkVersion:"2.11.2-alpha.1",frameworkVersion:"2024-06-26",discovered:{workflows:t,steps:r}}}getWorkflow(n){let t=this.discoveredWorkflows.get(n);if(t)return t;throw new Lr(n)}getStep(n,t){let i=this.getWorkflow(n).steps.find(o=>o.stepId===t);if(i)return i;throw new Bi(t)}getRegisteredWorkflows(){return Array.from(this.discoveredWorkflows.values())}discover(){return{workflows:this.getRegisteredWorkflows(),agents:Array.from(this.registeredAgents.keys()).map(n=>({agentId:n}))}}mock(n){try{return lu(n)}catch(t){return this.logger.warn("Failed to mock schema, returning empty object:",t),{}}}async validate(n,t,r,i,o,a,s){let u=await qr(t,n);if(u.success)return u.data;switch(r){case"event":this.throwInvalidEvent(i,o,u.errors);case"step":this.throwInvalidStep(a,i,o,u.errors);case"provider":this.throwInvalidProvider(a,s,i,o,u.errors);default:throw new Error(`Invalid component: '${r}'`)}}throwInvalidProvider(n,t,r,i,o){throw n?t?r==="output"?new Oi(i,n,t,o):new Error(`Invalid payload type: '${r}'`):new Error("providerId is required"):new Error("stepId is required")}throwInvalidStep(n,t,r,i){if(!n)throw new Error("stepId is required");switch(t){case"output":throw new Ei(r,n,i);case"result":throw new _i(r,n,i);case"controls":throw new vi(r,n,i);default:throw new Error(`Invalid payload type: '${t}'`)}}throwInvalidEvent(n,t,r){switch(n){case"controls":throw new Ai(t,r);case"payload":throw new Pr(t,r);default:throw new Error(`Invalid payload type: '${n}'`)}}executeStepFactory(n,t,r){return async(i,o,a)=>{if(r())return;let s=this.getStep(n.workflowId,i),u=n.action==="preview";if(!u&&i===n.stepId){let g=await this.createStepControls(s,n),P=await this.compileControls(g,n);if(await this.shouldSkip(a==null?void 0:a.skip,P))return t({options:{skip:!0},outputs:{},providers:{}}),{}}let p=this.previewStep.bind(this),d=this.executeStep.bind(this),y=await(u?p:d)(n,{...s,providers:s.providers.map(g=>{var ee;let P=(ee=a==null?void 0:a.providers)==null?void 0:ee[g.type];if(!P)throw new Li(g.type);return{...g,resolve:P}}),resolve:o});return this.shouldSanitize({stepType:s.type,options:a})&&(y={...y,outputs:Gi(y.outputs)}),i===n.stepId&&t({...y,options:{skip:!1}}),y.outputs}}shouldSanitize({stepType:n,options:t}){return(t==null?void 0:t.disableOutputSanitization)===!0?!1:["email","in_app"].includes(n)}async shouldSkip(n,t){return n?n(t):!1}async executeWorkflow(n){let i=`${{execute:"Executing",preview:"Previewing"}[n.action]||n.action} workflowId:`;this.log(`
114
+ ${et.bold(et.underline(i))} '${n.workflowId}'`);let o=this.getWorkflow(n.workflowId),a=process.hrtime(),s={outputs:{},providers:{},options:{skip:!1}},u,p=!1,d=new Promise(Oe=>{u=Oe}),h=Oe=>{if(p)throw new Error("setResult can only be called once per workflow execution");u(),p=!0,s=Oe},y=()=>p,g;try{if(n.action==="execute"&&!n.payload)throw new Pr(n.workflowId,{message:"Event `payload` is required"});let Oe=await this.createExecutionPayload(n,o),$={...n,payload:Oe};await Promise.race([d,o.execute({payload:Oe,env:n.env,controls:{},subscriber:n.subscriber,context:n.context,step:{email:this.executeStepFactory($,h,y),sms:this.executeStepFactory($,h,y),inApp:this.executeStepFactory($,h,y),digest:this.executeStepFactory($,h,y),delay:this.executeStepFactory($,h,y),push:this.executeStepFactory($,h,y),chat:this.executeStepFactory($,h,y),custom:this.executeStepFactory($,h,y),throttle:this.executeStepFactory($,h,y)}})])}catch(Oe){g=Oe}let P=process.hrtime(a),ee=P[0],Z=P[1],B=ee*1e3+Z/1e6,ue=g?ct.ERROR:ct.SUCCESS,Ae={execute:"Executed",preview:"Previewed"}[n.action]||n.action;if(this.log(`${ue} ${Ae} workflowId: \`${n.workflowId}\``),this.prettyPrintExecute(n,B,g),g)throw g;return{outputs:s.outputs,providers:s.providers,options:s.options,metadata:{status:"success",error:!1,duration:B}}}async createExecutionPayload(n,t){let{payload:r}=n;if(n.action==="preview"){let o=this.mock(t.payload.schema);r=Object.assign(o,r)}return await this.validate(r,t.payload.unknownSchema,"event","payload",n.workflowId)}prettyPrintExecute(n,t,r){if(!this.verbose)return;let i=r?ct.ERROR:ct.SUCCESS,a={execute:"Executed",preview:"Previewed"}[n.action]||n.action,s=r?"Failed to execute":a,u=r?et.error:et.success,p=`${i} ${s} workflowId: '${n.workflowId}`;this.logger.info(`
115
+ ${et.bold(u(p))}'
116
+ \u251C ${ct.STEP} stepId: '${n.stepId}'
117
+ \u251C ${ct.ACTION} action: '${n.action}'
118
+ \u2514 ${ct.DURATION} duration: '${t.toFixed(2)}ms'
119
+ `)}async executeProviders(n,t,r){return t.providers.reduce(async(i,o)=>{let a=await i,s=this.previewProvider.bind(this),u=this.executeProvider.bind(this),d=await(n.action==="preview"?s:u)(n,t,o,r);return{...a,[o.type]:d}},Promise.resolve({}))}previewProvider(n,t,r,i){return this.log(` ${ct.MOCK} Mocked provider: \`${r.type}\``),this.mock(r.outputs.schema)}async executeProvider(n,t,r,i){try{if(n.stepId===t.stepId){let o=await this.createStepControls(t,n),a=await r.resolve({controls:o,outputs:i}),s=await this.validate(a,r.outputs.unknownSchema,"step","output",n.workflowId,t.stepId,r.type);return this.log(` ${ct.SUCCESS} Executed provider: \`${r.type}\``),{...s,_passthrough:a._passthrough}}else return this.log(` ${ct.HYDRATED} Hydrated provider: \`${r.type}\``),{}}catch(o){throw this.log(` ${ct.ERROR} Failed to execute provider: \`${r.type}\``),new Di(r.type,n.action,o)}}async executeStep(n,t){if(n.stepId===t.stepId)try{let r=await this.createStepControls(t,n),i=await this.compileControls(r,n),o=await t.resolve(i),a=await this.validate(o,t.outputs.unknownSchema,"step","output",n.workflowId,t.stepId),s=await this.executeProviders(n,t,a);return this.log(` ${ct.SUCCESS} Executed stepId: \`${t.stepId}\``),{outputs:a,providers:s}}catch(r){throw this.log(` ${ct.ERROR} Failed to execute stepId: \`${t.stepId}\``),$n(r)?r:new Nr(t.stepId,n.action,r)}else try{let r=this.getStepState(n,t.stepId);if(r){let i=await this.validate(r.outputs,t.results.unknownSchema,"step","result",n.workflowId,t.stepId);return this.log(` ${ct.HYDRATED} Hydrated stepId: \`${t.stepId}\``),{outputs:i,providers:await this.executeProviders(n,t,i)}}else throw new ki(n.workflowId,t.stepId)}catch(r){throw this.log(` ${ct.ERROR} Failed to hydrate stepId: \`${t.stepId}\``),r}}async compileControls(n,t){var r;try{let i=Ur(n),o=this.preprocessTranslationPatterns(JSON.stringify(i));o=this.preprocessFilterTranslationArgs(o);let a=this.templateEngine.parse(o),s=this.getWorkflow(t.workflowId),u={workflow:{workflowId:s.workflowId,name:s.name,description:s.description,tags:s.tags,severity:s.severity},payload:t.payload,subscriber:t.subscriber,...t.actor&&{actor:t.actor},context:t.context,steps:ey(t.state),env:(r=t.env)!=null?r:{}},p=await this.templateEngine.render(a,u),d=this.postprocessTranslationMarkers(p),h=(0,Pu.jsonrepair)(d),y=JSON.parse(h),g=$r(y);return _u(g)}catch(i){throw new Ri(t.workflowId,t.stepId,i)}}preprocessTranslationPatterns(n){return n.replace(/\{\{\s*t\.([\p{L}\p{N}_.-]+)\s*\}\}/gu,"[T:$1]")}preprocessFilterTranslationArgs(n){return n.replace(/'t\.([\p{L}\p{N}_.-]+)'/gu,"'[T:$1]'")}postprocessTranslationMarkers(n){return n.replace(/\[T:([\p{L}\p{N}_.-]+)\]/gu,"{{t.$1}}")}async createStepControls(n,t){return await this.validate(t.controls,n.controls.unknownSchema,"step","controls",t.workflowId,n.stepId)}async previewStep(n,t){try{return await this.constructStepForPreview(n,t)}catch(r){throw this.log(` ${ct.ERROR} Failed to preview stepId: \`${t.stepId}\``),$n(r)?r:new Nr(t.stepId,n.action,r)}}async constructStepForPreview(n,t){return n.stepId===t.stepId?await this.previewRequiredStep(t,n):await this.extractMockDataForPreviousSteps(n,t)}async extractMockDataForPreviousSteps(n,t){let r={},i=this.getStepState(n,t.stepId),o=this.mock(t.results.schema);return{outputs:Pa(o,(i==null?void 0:i.outputs)||{}),providers:await this.executeProviders(n,t,r)}}async previewRequiredStep(n,t){let r=await this.createStepControls(n,t),i=await this.compileControls(r,t),o=await n.resolve(i),a=await this.validate(o,n.outputs.unknownSchema,"step","output",t.workflowId,n.stepId);return this.log(` ${ct.MOCK} Mocked stepId: \`${n.stepId}\``),{outputs:a,providers:await this.executeProviders(t,n,a)}}getStepState(n,t){return n.state.find(r=>r.stepId===t)}getStepCode(n,t){return{code:this.getStep(n,t).resolve.toString()}}getWorkflowCode(n){return{code:this.getWorkflow(n).execute.toString()}}getCode(n,t){let r;if(n)t?r=this.getStepCode(n,t):r=this.getWorkflowCode(n);else throw new Lr(n);return r}};function ey(e){let n={};for(let t of e)n[t.stepId]=t.outputs;return n}var ty={400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",408:"Request Timeout",409:"Conflict",422:"Unprocessable Entity",429:"Too Many Requests",500:"Internal Server Error",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout"};function no(e){return typeof e=="string"&&e.trim()?e:!e||typeof e!="object"?null:no(e.message)}function ny(e){if(!e)return null;let n;try{n=JSON.parse(e)}catch{return null}if(!n||typeof n!="object")return null;let t=n,r=no(t.message);if(r)return r;let i=no(t.error);if(i)return i;let o=t.errors;return Array.isArray(o)?no(o[0]):null}function ry(e,n){var i;let t=(i=ty[e])!=null?i:e,r=ny(n);return r?`Delivery failed: ${t}: ${r}`:`Delivery failed: ${t}`}var yn=class extends Error{constructor(n,t){super(n),this.name="AgentError",this.cause=t==null?void 0:t.cause,this.delivery=t==null?void 0:t.delivery}},zn=class extends yn{constructor(n,t){let r={statusCode:n,responseBody:t};super(ry(n,t),{delivery:r}),this.name="AgentDeliveryError",this.statusCode=n,this.responseBody=t}};function jr(e){return e instanceof yn?e:e instanceof Error?new yn(e.message,{cause:e}):new yn("Turn failed",{cause:e})}var Mu=Symbol.for("novu.agent.runtimeContext");var Na=(i=>(i.ON_MESSAGE="onMessage",i.ON_ACTION="onAction",i.ON_RESOLVE="onResolve",i.ON_REACTION="onReaction",i))(Na||{}),sr=class{constructor(){this.__novuPendingApproval=!0}};function Nu(e){return typeof e=="object"&&e!==null&&"suppress"in e&&e.suppress===!0}function ro(e){return"type"in e&&e.type==="card"}function Lu(e){return typeof e=="object"&&e!==null&&e.type==="tool-approval-card"}var Du="tool-approval";function iy(e){return e==="approve"||e==="deny"}function La(e,n){return`${Du}:${e}:${n}`}function Fu(e){let[n,t,...r]=(e!=null?e:"").split(":"),i=r.join(":");return n!==Du||!iy(t)||!i?null:{approved:t==="approve",approvalId:i}}async function Uu(e,n,t,r){var p,d;let i=r!=null?r:n.id,o={approve:La("approve",i),deny:La("deny",i)},a=h=>({type:"tool-approval-card",...h}),s=(d=(p=t==null?void 0:t.renderApproval)==null?void 0:p.call(t,{toolCall:n,actionIds:o,approvalCard:a}))!=null?d:a(),u={approvalId:i,toolCallId:n.id,name:n.name,input:n.input};if(e.emitToolApprovalRequest(u),Lu(s)){await e.replyApprovalCard(s);return}await e.reply(s)}var SS=5*1024*1024,TS=5*1024*1024,$f=32768,xS=/^[A-Za-z0-9+/]*={0,2}$/;function ri(e,n){return e.filename?`"${e.filename}"`:`at index ${n}`}function jf(){return globalThis.Buffer}function kS(e){var n,t,r;return(r=(t=(n=jf())==null?void 0:n.isBuffer)==null?void 0:t.call(n,e))!=null?r:!1}function AS(e){return typeof Blob!="undefined"&&e instanceof Blob}function Ol(e){let n=jf();if(n)return n.from(e).toString("base64");if(typeof btoa!="function")throw new Error("Unable to encode file data: base64 encoding is not available in this runtime.");let t="";for(let r=0;r<e.length;r+=$f){let i=e.subarray(r,r+$f);t+=String.fromCharCode(...i)}return btoa(t)}function Bf(e){let n=e.replace(/\s/g,""),t=n.length%4;if(!n||t===1||!xS.test(n))return null;let r=n.endsWith("==")?2:n.endsWith("=")?1:0;return Math.floor(n.length*3/4)-r}function ti(e,n,t){if(e>SS)throw new Error(`Invalid file ${ri(n,t)}: inline data must be 5 MB or smaller. Use a publicly-accessible URL for larger files.`)}async function vS(e,n,t){if(typeof e=="string"){let r=Bf(e);if(r===null)throw new Error(`Invalid file ${ri(n,t)}: data must be a base64-encoded string.`);return ti(r,n,t),e}if(kS(e))return ti(e.byteLength,n,t),e.toString("base64");if(e instanceof Uint8Array)return ti(e.byteLength,n,t),Ol(e);if(e instanceof ArrayBuffer)return ti(e.byteLength,n,t),Ol(new Uint8Array(e));if(AS(e))return ti(e.size,n,t),Ol(new Uint8Array(await e.arrayBuffer()));throw new Error(`Invalid file ${ri(n,t)}: data must be a base64 string, Buffer, Uint8Array, ArrayBuffer, or Blob.`)}async function ES(e){if(!(e!=null&&e.length))return;let n=[],t=0;for(let[r,i]of e.entries()){let o=i.data,a=i.url,s=o!=null,u=a!=null;if(s===u)throw new Error(`Invalid file ${ri(i,r)}: provide exactly one of data or url.`);if(s){let p=await vS(o,i,r),d=Bf(p);if(t+=d!=null?d:0,t>TS)throw new Error("Invalid files: total inline data must be 5 MB or smaller. Use publicly-accessible URLs for larger files.");n.push({...i,data:p});continue}if(u&&typeof a!="string")throw new Error(`Invalid file ${ri(i,r)}: url must be a string.`);n.push(i)}return n}async function zf(e,n){let t=await ES(n);if(typeof e=="string")return t?{markdown:e,files:t}:{markdown:e};let{isJSX:r,toCardElement:i}=await Promise.resolve().then(()=>(Uf(),Ff));if(r(e)){let o=i(e);if(o)return t?{card:o,files:t}:{card:o}}if(ro(e))return t?{card:e,files:t}:{card:e};throw new Error("Invalid message content \u2014 expected string or CardElement")}var ni=class{constructor(n,t,r,i,o){this.conversationId=r;this.integrationIdentifier=i;this.poster=o;this.editedByHandler=!1;this.messageId=n,this.platformThreadId=t}async edit(n,t){this.editedByHandler=!0;let r=await this.poster.post({conversationId:this.conversationId,integrationIdentifier:this.integrationIdentifier,edit:{messageId:this.messageId,content:await zf(n,t==null?void 0:t.files)}});if(!r)throw new Error("Agent edit did not return a message handle");return this.messageId=r.messageId,this.platformThreadId=r.platformThreadId,this}async delete(){await this.poster.post({conversationId:this.conversationId,integrationIdentifier:this.integrationIdentifier,deleteMessages:[{messageId:this.messageId}]})}},qf;qf=Mu;var Wo=class{constructor(n,t,r){this[qf]=!0;this._signals=[];this._toolResults=[];this._pendingToolApprovalRequest=null;this._pendingReactions=[];this._pendingDeletes=[];this._resolveSignal=null;var s,u;this.event=n.event,this.action=(s=n.action)!=null?s:null,this.message=n.message,this.reaction=n.reaction,this.conversation=n.conversation,this.subscriber=n.subscriber,this.history=n.history,this.platform=n.platform,this.platformContext=n.platformContext,this._replyUrl=n.replyUrl,this._conversationId=n.conversationId,this._integrationIdentifier=n.integrationIdentifier,this._secretKey=t,this._poster={post:p=>this._post(p)},this._toolApprovalConfig=r,this._metadataState={...(u=n.conversation.metadata)!=null?u:{}};let i=this;this.metadata={get(p){return i._metadataState[p]},set(p,d){i._metadataState[p]=d,i._signals.push({type:"metadata",action:"set",key:p,value:d})},delete(p){delete i._metadataState[p],i._signals.push({type:"metadata",action:"delete",key:p})},clear(){i._metadataState={},i._signals.push({type:"metadata",action:"clear"})},get current(){return{...i._metadataState}}};let o=p=>this._post({conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier,typing:p}).then(()=>{}),a=(p=>o(p===void 0?{}:{status:p}));a.stop=()=>o("stop"),this.typing=a,this.toolApproval={request:async p=>(await Uu(this,p,this._toolApprovalConfig),new sr)}}asMessageContext(){return this}async reply(n,t){let r=await zf(n,t==null?void 0:t.files),i={conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier,reply:r};this._drainSideEffects(i);let o=await this._post(i);if(!o)throw new Error("Agent reply did not return a message handle");return new ni(o.messageId,o.platformThreadId,this._conversationId,this._integrationIdentifier,this._poster)}async replyApprovalCard(n){let t={conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier,reply:{toolApprovalCard:n}};this._drainSideEffects(t);let r=await this._post(t);if(!r)throw new Error("Agent approval card reply did not return a message handle");return new ni(r.messageId,r.platformThreadId,this._conversationId,this._integrationIdentifier,this._poster)}createReplyHandle(n){return new ni(n,"",this._conversationId,this._integrationIdentifier,this._poster)}resolve(n){this._resolveSignal={summary:n}}trigger(n,t){this._signals.push({...t,type:"trigger",workflowId:n})}emitToolApprovalRequest(n){if(this._pendingToolApprovalRequest)throw new Error("Only one tool approval request can be queued before the next reply");this._pendingToolApprovalRequest=n}emitToolResult(n){this._toolResults.push(n)}addReaction(n,t){this._pendingReactions.push({messageId:n,emojiName:t})}deleteMessage(n){this._pendingDeletes.push({messageId:n})}async reportTurnError(){try{await this._post({conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier,error:!0})}catch(n){console.error("[agent] Failed to report turn error:",n)}}async flush(){if(!this._hasPendingSideEffects())return;let n={conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier};this._drainSideEffects(n),await this._post(n)}_hasPendingSideEffects(){return!!(this._pendingToolApprovalRequest||this._signals.length||this._toolResults.length||this._resolveSignal||this._pendingReactions.length||this._pendingDeletes.length)}_drainSideEffects(n){this._pendingToolApprovalRequest&&(n.toolApprovalRequest=this._pendingToolApprovalRequest,this._pendingToolApprovalRequest=null),this._signals.length&&(n.signals=this._signals,this._signals=[]),this._toolResults.length&&(n.toolResults=this._toolResults,this._toolResults=[]),this._pendingReactions.length&&(n.addReactions=this._pendingReactions,this._pendingReactions=[]),this._pendingDeletes.length&&(n.deleteMessages=this._pendingDeletes,this._pendingDeletes=[]),this._resolveSignal&&(n.resolve=this._resolveSignal,this._resolveSignal=null)}async _post(n){let t=await fetch(this._replyUrl,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${this._secretKey}`},body:JSON.stringify(n)});if(!t.ok){let i=await t.text().catch(()=>"");throw new zn(t.status,i)}let r=await t.text().catch(()=>"");if(!r)return null;try{let i=JSON.parse(r),o=i&&typeof i=="object"&&"data"in i?i.data:i;if(o&&typeof o.messageId=="string"&&typeof o.platformThreadId=="string")return{messageId:o.messageId,platformThreadId:o.platformThreadId}}catch{}return null}};function _S(e){return!!(typeof e=="string"||typeof e=="object"&&e!==null&&ro(e)||typeof e=="object"&&e!==null&&("markdown"in e||"card"in e||"files"in e))}function RS(e,n){return e}function OS(e,n){var t;for(let r of e){let i=r.toolData;if(r.type==="tool_approval_request"&&(i==null?void 0:i.approvalId)===n&&i.toolCallId)return{approvalId:i.approvalId,toolCallId:i.toolCallId,name:(t=i.toolName)!=null?t:"tool",input:i.input}}}async function Vf(e){var o;let n=new Wo(e.bridge,e.secretKey,e.agent.handlers.toolApproval),{agent:t,event:r,logger:i}=e;try{await IS(t,r,n),await n.flush()}catch(a){let s=jr(a);i==null||i.error(`[agent:${t.id}] Turn failed (${r}): ${s.message}`,(o=s.cause)!=null?o:s);let u=!1;if(t.handlers.onError)try{let p=await t.handlers.onError(s,RS(n,r));Nu(p)?u=!0:_S(p)&&(await n.reply(p),u=!0)}catch(p){i==null||i.error(`[agent:${t.id}] onError failed:`,p)}u||await n.reportTurnError()}finally{try{await n.typing.stop()}catch{}}}async function IS(e,n,t){var i,o;let r=async a=>{a instanceof sr||a===void 0||await t.reply(a)};switch(n){case"onMessage":{await r(await e.handlers.onMessage(t.message,t));break}case"onAction":{let a=Fu((i=t.action)==null?void 0:i.id);if(a&&e.handlers.onToolApproval){let{approved:s,approvalId:u}=a,p=OS(t.history,u),d=p?{id:p.toolCallId,name:p.name,input:p.input}:{id:u,name:""},h=t.createReplyHandle((o=t.action.sourceMessageId)!=null?o:""),y={toolCall:d,approved:s,approvalMessage:h};e.userOnToolApproval===!1&&(await t.typing(),t.action.sourceMessageId&&await h.delete());let g=await e.handlers.onToolApproval(y,t);await r(g);break}e.handlers.onAction&&await r(await e.handlers.onAction(t.action,t));break}case"onReaction":e.handlers.onReaction&&await r(await e.handlers.onReaction(t.reaction,t));break;case"onResolve":e.handlers.onResolve&&await r(await e.handlers.onResolve(t));break;default:throw new qn(n,Na)}}function Wf(e){let n={};for(let i of e.split(",")){let o=i.trim();if(!o)continue;let a=o.indexOf("=");if(a<=0)continue;let s=o.slice(0,a),u=o.slice(a+1);s&&u&&!(s in n)&&(n[s]=u)}let t=n.t,r=t!==void 0?Number(t):Number.NaN;return{t:Number.isFinite(r)?r:void 0,v1:n.v1}}var fr=class{constructor(n){this.handler=n.handler,this.client=n.client?n.client:new ar,this.workflows=n.workflows||[],this.agents=n.agents||[],this.http=Wi(this.client.secretKey,this.client.apiUrl),this.frameworkName=n.frameworkName,this.hmacEnabled=this.client.strictAuthentication,this.client.addAgents(this.agents)}createHandler(){return async(...n)=>{await this.client.addWorkflows(this.workflows);let t=await this.handler(...n),r=await this.handleAction({actions:t});return t.transformResponse(r)}}getStaticHeaders(){let n=`novu-framework:v${this.client.version}`;return{"content-type":"application/json","access-control-allow-origin":"*","access-control-allow-private-network":"true","access-control-allow-methods":"GET, POST","access-control-allow-headers":"*","access-control-max-age":"604800","novu-framework-version":"2024-06-26","novu-framework-sdk":"2.11.2-alpha.1","novu-framework-server":this.frameworkName,"user-agent":n}}createResponse(n,t){return{status:n,body:JSON.stringify(t),headers:{...this.getStaticHeaders()}}}createError(n){return{status:n.statusCode,body:JSON.stringify({message:n.message,data:n.data,code:n.code}),headers:this.getStaticHeaders()}}async handleAction({actions:n}){let t=await n.url(),r=await n.method(),i=t.searchParams.get("action")||"health-check",o=t.searchParams.get("workflowId")||"",a=t.searchParams.get("stepId")||"",s=t.searchParams.get("agentId")||"",u=t.searchParams.get("event")||"",p=await n.headers("novu-signature")||"",d={};try{r==="POST"&&(d=await n.body())}catch{}try{i!=="health-check"&&await this.validateHmac(d,p);let h=this.getPostActionMap(d,o,a,i,s,u,n.waitUntil),y=this.getGetActionMap(o,a);if(r==="POST")return await this.handlePostAction(i,h);if(r==="GET")return await this.handleGetAction(i,y);if(r==="OPTIONS")return this.createResponse(200,{})}catch(h){return this.handleError(h)}return this.createError(new Pi(r))}getPostActionMap(n,t,r,i,o,a,s){return{trigger:this.triggerAction({workflowId:t,...n}),execute:async()=>{let u=await this.client.executeWorkflow({...n,workflowId:t,stepId:r,action:i});return this.createResponse(200,u)},preview:async()=>{let u=await this.client.executeWorkflow({...n,workflowId:t,stepId:r,action:i});return this.createResponse(200,u)},"agent-event":async()=>{let u=this.client.getAgent(o);if(!u)return this.createResponse(404,{error:`Agent '${o}' not registered`});let p=Vf({agent:u,event:a,bridge:n,secretKey:this.client.secretKey,logger:this.client.logger});return s&&s(p),this.createResponse(200,{status:"ack"})}}}triggerAction(n){return async()=>{let t={name:n.workflowId,to:n.to,payload:(n==null?void 0:n.payload)||{},transactionId:n.transactionId,overrides:n.overrides||{},...n.actor&&{actor:n.actor},...n.bridgeUrl&&{bridgeUrl:n.bridgeUrl},...n.controls&&{controls:n.controls},...n.context&&{context:n.context}},r=await this.http.post("/events/trigger",t);return this.createResponse(200,r)}}getGetActionMap(n,t){return{discover:async()=>{let r=await this.client.discover();return this.createResponse(200,r)},"health-check":async()=>{let r=await this.client.healthCheck();return this.createResponse(200,r)},code:async()=>{let r=await this.client.getCode(n,t);return this.createResponse(200,r)}}}async handlePostAction(n,t){if(Object.values(Ir).includes(n)){let r=t[n];return r()}else throw new qn(n,Ir)}async handleGetAction(n,t){if(Object.values(wi).includes(n)){let r=t[n];return r()}else throw new qn(n,wi)}handleError(n){if($n(n))return n.statusCode>=500&&this.client.logger.error(n),this.createError(n);if(eu(n))return this.createError(n);{let t=new rr(n);return this.client.logger.error(t),this.createError(t)}}async validateHmac(n,t){if(!this.hmacEnabled)return;if(!t)throw new Ui;if(!this.client.secretKey)throw new ji;let r=Wf(t);if(!r.v1||r.t===void 0)throw new $i;let i=Date.now();if(r.t<i-3e5||r.t>i+3e5)throw new qi;let o=await cu(this.client.secretKey,`${r.t}.${JSON.stringify(n)}`);if(!uu(o,r.v1))throw new Fi}};Rl();var mr=Symbol.for("workflow-serialize"),gr=Symbol.for("workflow-deserialize");var CS=Object.defineProperty,PS=Object.defineProperties,MS=Object.getOwnPropertyDescriptors,Yf=Object.getOwnPropertySymbols,NS=Object.prototype.hasOwnProperty,LS=Object.prototype.propertyIsEnumerable,Jf=(e,n,t)=>n in e?CS(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,Qf=(e,n)=>{for(var t in n||(n={}))NS.call(n,t)&&Jf(e,t,n[t]);if(Yf)for(var t of Yf(n))LS.call(n,t)&&Jf(e,t,n[t]);return e},Zf=(e,n)=>PS(e,MS(n)),Ct=(e,n)=>{let t=!1,r=!1;for(let i=0;i<n;i+=1){if(e[i]==="\\"&&i+1<e.length&&e[i+1]==="`"){i+=1;continue}if(e.substring(i,i+3)==="```"){r=!r,i+=2;continue}!r&&e[i]==="`"&&(t=!t)}return t||r},DS=(e,n)=>{let t=e.substring(n,n+3)==="```",r=n>0&&e.substring(n-1,n+2)==="```",i=n>1&&e.substring(n-2,n+1)==="```";return t||r||i},FS=e=>{let n=0;for(let t=0;t<e.length;t+=1){if(e[t]==="\\"&&t+1<e.length&&e[t+1]==="`"){t+=1;continue}e[t]==="`"&&!DS(e,t)&&(n+=1)}return n},Nn=(e,n)=>{let t=!1,r=!1,i=-1;for(let o=0;o<e.length;o+=1){if(e[o]==="\\"&&o+1<e.length&&e[o+1]==="`"){o+=1;continue}if(e.substring(o,o+3)==="```"){r=!r,o+=2;continue}if(!r&&e[o]==="`")if(t){if(i<n&&n<o)return!0;t=!1,i=-1}else t=!0,i=o}return!1},US=/^(\s*(?:[-*+]|\d+[.)]) +)>(=?\s*[$]?\d)/gm,$S=e=>!e||typeof e!="string"||!e.includes(">")?e:e.replace(US,(n,t,r,i)=>Ct(e,i)?n:`${t}\\>${r}`),qS=/(\*\*)([^*]*\*?)$/,jS=/(__)([^_]*?)$/,BS=/(\*\*\*)([^*]*?)$/,zS=/(\*)([^*]*?)$/,VS=/(_)([^_]*?)$/,WS=/(`)([^`]*?)$/,HS=/(~~)([^~]*?)$/,Xn=/^[\s_~*`]*$/,em=/^[\s]*[-*+][\s]+$/,YS=/[\p{L}\p{N}_]/u,JS=/^```[^`\n]*```?$/,GS=/^\*{4,}$/,KS=/(__)([^_]+)_$/,XS=/(~~)([^~]+)~$/,Gf=/~~/g,Ln=e=>{if(!e)return!1;let n=e.charCodeAt(0);return n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122||n===95?!0:YS.test(e)};var QS=(e,n)=>{let t=1;for(let r=n-1;r>=0;r-=1)if(e[r]==="]")t+=1;else if(e[r]==="["&&(t-=1,t===0))return r;return-1},tm=(e,n)=>{let t=1;for(let r=n+1;r<e.length;r+=1)if(e[r]==="[")t+=1;else if(e[r]==="]"&&(t-=1,t===0))return r;return-1},Ho=(e,n)=>{let t=!1,r=!1;for(let i=0;i<e.length&&i<n;i+=1){if(e[i]==="\\"&&e[i+1]==="$"){i+=1;continue}e[i]==="$"&&(e[i+1]==="$"?(r=!r,i+=1,t=!1):r||(t=!t))}return t||r},ZS=(e,n)=>{for(let t=n;t<e.length;t+=1){if(e[t]===")")return!0;if(e[t]===`
120
+ `)return!1}return!1},nm=(e,n)=>{for(let t=n-1;t>=0;t-=1){if(e[t]===")")return!1;if(e[t]==="(")return t>0&&e[t-1]==="]"?ZS(e,n):!1;if(e[t]===`
121
+ `)return!1}return!1},eT=(e,n)=>{for(let t=n-1;t>=0;t-=1){if(e[t]===">")return!1;if(e[t]==="<"){let r=t+1<e.length?e[t+1]:"";return r>="a"&&r<="z"||r>="A"&&r<="Z"||r==="/"}if(e[t]===`
122
+ `)return!1}return!1},Cl=(e,n,t)=>{let r=0;for(let u=n-1;u>=0;u-=1)if(e[u]===`
123
123
  `){r=u+1;break}let i=e.length;for(let u=n;u<e.length;u+=1)if(e[u]===`
124
- `){i=u;break}let a=e.substring(r,i),o=0,s=!1;for(let u of a)if(u===t)o+=1;else if(u!==" "&&u!==" "){s=!0;break}return o>=3&&!s},vy=(e,n,t,r)=>t==="\\"||e.includes("$")&&va(e,n)?!0:t!=="*"&&r==="*"?(n<e.length-2?e[n+2]:"")!=="*":!!(t==="*"||t&&r&&Cn(t)&&Cn(r)||(!t||t===" "||t===" "||t===`
124
+ `){i=u;break}let o=e.substring(r,i),a=0,s=!1;for(let u of o)if(u===t)a+=1;else if(u!==" "&&u!==" "){s=!0;break}return a>=3&&!s},tT=(e,n,t,r)=>t==="\\"||e.includes("$")&&Ho(e,n)?!0:t!=="*"&&r==="*"?(n<e.length-2?e[n+2]:"")!=="*":!!(t==="*"||t&&r&&Ln(t)&&Ln(r)||(!t||t===" "||t===" "||t===`
125
125
  `)&&(!r||r===" "||r===" "||r===`
126
- `)),Np=e=>{let n=0,t=!1,r=e.length;for(let i=0;i<r;i+=1){if(e[i]==="`"&&i+2<r&&e[i+1]==="`"&&e[i+2]==="`"){t=!t,i+=2;continue}if(t||e[i]!=="*")continue;let a=i>0?e[i-1]:"",o=i<r-1?e[i+1]:"";vy(e,i,a,o)||(n+=1)}return n},Ay=(e,n,t,r)=>!!(t==="\\"||e.includes("$")&&va(e,n)||Mp(e,n)||ky(e,n)||t==="_"||r==="_"||t&&r&&Cn(t)&&Cn(r)),Ey=e=>{let n=0,t=!1,r=e.length;for(let i=0;i<r;i+=1){if(e[i]==="`"&&i+2<r&&e[i+1]==="`"&&e[i+2]==="`"){t=!t,i+=2;continue}if(t||e[i]!=="_")continue;let a=i>0?e[i-1]:"",o=i<r-1?e[i+1]:"";Ay(e,i,a,o)||(n+=1)}return n},_y=e=>{let n=0,t=0,r=!1;for(let i=0;i<e.length;i+=1){if(e[i]==="`"&&i+2<e.length&&e[i+1]==="`"&&e[i+2]==="`"){t>=3&&(n+=Math.floor(t/3)),t=0,r=!r,i+=2;continue}r||(e[i]==="*"?t+=1:(t>=3&&(n+=Math.floor(t/3)),t=0))}return t>=3&&(n+=Math.floor(t/3)),n},zs=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="`"&&r+2<e.length&&e[r+1]==="`"&&e[r+2]==="`"){t=!t,r+=2;continue}t||e[r]==="*"&&r+1<e.length&&e[r+1]==="*"&&(n+=1,r+=1)}return n},_p=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="`"&&r+2<e.length&&e[r+1]==="`"&&e[r+2]==="`"){t=!t,r+=2;continue}t||e[r]==="_"&&r+1<e.length&&e[r+1]==="_"&&(n+=1,r+=1)}return n},Oy=(e,n,t)=>{if(!n||Vn.test(n))return!0;let r=e.substring(0,t).lastIndexOf(`
127
- `),i=r===-1?0:r+1,a=e.substring(i,t);return Cp.test(a)&&n.includes(`
128
- `)?!0:Bs(e,t,"*")},Ry=e=>{let n=e.match(cy);if(!n)return e;let t=n[2],r=e.lastIndexOf(n[1]);return Ot(e,r)||In(e,r)||Oy(e,t,r)?e:zs(e)%2===1?t.endsWith("*")?`${e}*`:`${e}**`:e},Iy=(e,n,t)=>{if(!n||Vn.test(n))return!0;let r=e.substring(0,t).lastIndexOf(`
129
- `),i=r===-1?0:r+1,a=e.substring(i,t);return Cp.test(a)&&n.includes(`
130
- `)?!0:Bs(e,t,"_")},Cy=e=>{let n=e.match(uy);if(!n){let i=e.match(wy);if(i){let a=e.lastIndexOf(i[1]);if(!(Ot(e,a)||In(e,a))&&_p(e)%2===1)return`${e}_`}return e}let t=n[2],r=e.lastIndexOf(n[1]);return Ot(e,r)||In(e,r)||Iy(e,t,r)?e:_p(e)%2===1?`${e}__`:e},Py=e=>{let n=!1;for(let t=0;t<e.length;t+=1){if(e[t]==="`"&&t+2<e.length&&e[t+1]==="`"&&e[t+2]==="`"){n=!n,t+=2;continue}if(!n&&e[t]==="*"&&e[t-1]!=="*"&&e[t+1]!=="*"&&e[t-1]!=="\\"&&!va(e,t)){let r=t>0?e[t-1]:"",i=t<e.length-1?e[t+1]:"";if((!r||r===" "||r===" "||r===`
126
+ `)),rm=e=>{let n=0,t=!1,r=e.length;for(let i=0;i<r;i+=1){if(e[i]==="`"&&i+2<r&&e[i+1]==="`"&&e[i+2]==="`"){t=!t,i+=2;continue}if(t||e[i]!=="*")continue;let o=i>0?e[i-1]:"",a=i<r-1?e[i+1]:"";tT(e,i,o,a)||(n+=1)}return n},nT=(e,n,t,r)=>!!(t==="\\"||e.includes("$")&&Ho(e,n)||nm(e,n)||eT(e,n)||t==="_"||r==="_"||t&&r&&Ln(t)&&Ln(r)),rT=e=>{let n=0,t=!1,r=e.length;for(let i=0;i<r;i+=1){if(e[i]==="`"&&i+2<r&&e[i+1]==="`"&&e[i+2]==="`"){t=!t,i+=2;continue}if(t||e[i]!=="_")continue;let o=i>0?e[i-1]:"",a=i<r-1?e[i+1]:"";nT(e,i,o,a)||(n+=1)}return n},iT=e=>{let n=0,t=0,r=!1;for(let i=0;i<e.length;i+=1){if(e[i]==="`"&&i+2<e.length&&e[i+1]==="`"&&e[i+2]==="`"){t>=3&&(n+=Math.floor(t/3)),t=0,r=!r,i+=2;continue}r||(e[i]==="*"?t+=1:(t>=3&&(n+=Math.floor(t/3)),t=0))}return t>=3&&(n+=Math.floor(t/3)),n},Pl=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="`"&&r+2<e.length&&e[r+1]==="`"&&e[r+2]==="`"){t=!t,r+=2;continue}t||e[r]==="*"&&r+1<e.length&&e[r+1]==="*"&&(n+=1,r+=1)}return n},Kf=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="`"&&r+2<e.length&&e[r+1]==="`"&&e[r+2]==="`"){t=!t,r+=2;continue}t||e[r]==="_"&&r+1<e.length&&e[r+1]==="_"&&(n+=1,r+=1)}return n},oT=(e,n,t)=>{if(!n||Xn.test(n))return!0;let r=e.substring(0,t).lastIndexOf(`
127
+ `),i=r===-1?0:r+1,o=e.substring(i,t);return em.test(o)&&n.includes(`
128
+ `)?!0:Cl(e,t,"*")},aT=e=>{let n=e.match(qS);if(!n)return e;let t=n[2],r=e.lastIndexOf(n[1]);return Ct(e,r)||Nn(e,r)||oT(e,t,r)?e:Pl(e)%2===1?t.endsWith("*")?`${e}*`:`${e}**`:e},sT=(e,n,t)=>{if(!n||Xn.test(n))return!0;let r=e.substring(0,t).lastIndexOf(`
129
+ `),i=r===-1?0:r+1,o=e.substring(i,t);return em.test(o)&&n.includes(`
130
+ `)?!0:Cl(e,t,"_")},lT=e=>{let n=e.match(jS);if(!n){let i=e.match(KS);if(i){let o=e.lastIndexOf(i[1]);if(!(Ct(e,o)||Nn(e,o))&&Kf(e)%2===1)return`${e}_`}return e}let t=n[2],r=e.lastIndexOf(n[1]);return Ct(e,r)||Nn(e,r)||sT(e,t,r)?e:Kf(e)%2===1?`${e}__`:e},cT=e=>{let n=!1;for(let t=0;t<e.length;t+=1){if(e[t]==="`"&&t+2<e.length&&e[t+1]==="`"&&e[t+2]==="`"){n=!n,t+=2;continue}if(!n&&e[t]==="*"&&e[t-1]!=="*"&&e[t+1]!=="*"&&e[t-1]!=="\\"&&!Ho(e,t)){let r=t>0?e[t-1]:"",i=t<e.length-1?e[t+1]:"";if((!r||r===" "||r===" "||r===`
131
131
  `)&&(!i||i===" "||i===" "||i===`
132
- `)||r&&i&&Cn(r)&&Cn(i))continue;return t}}return-1},My=e=>{if(!e.match(dy))return e;let n=Py(e);if(n===-1||Ot(e,n)||In(e,n))return e;let t=e.substring(n+1);return!t||Vn.test(t)?e:Np(e)%2===1?`${e}*`:e},Lp=e=>{let n=!1;for(let t=0;t<e.length;t+=1){if(e[t]==="`"&&t+2<e.length&&e[t+1]==="`"&&e[t+2]==="`"){n=!n,t+=2;continue}if(!n&&e[t]==="_"&&e[t-1]!=="_"&&e[t+1]!=="_"&&e[t-1]!=="\\"&&!va(e,t)&&!Mp(e,t)){let r=t>0?e[t-1]:"",i=t<e.length-1?e[t+1]:"";if(r&&i&&Cn(r)&&Cn(i))continue;return t}}return-1},Ny=e=>{let n=e.length;for(;n>0&&e[n-1]===`
133
- `;)n-=1;if(n<e.length){let t=e.slice(0,n),r=e.slice(n);return`${t}_${r}`}return`${e}_`},Ly=e=>{if(!e.endsWith("**"))return null;let n=e.slice(0,-2);if(zs(n)%2!==1)return null;let t=n.indexOf("**"),r=Lp(n);return t!==-1&&r!==-1&&t<r?`${n}_**`:null},Dy=e=>{if(!e.match(hy))return e;let n=Lp(e);if(n===-1)return e;let t=e.substring(n+1);if(!t||Vn.test(t)||Ot(e,n)||In(e,n))return e;if(Ey(e)%2===1){let r=Ly(e);return r!==null?r:Ny(e)}return e},Fy=e=>{let n=zs(e),t=Np(e);return n%2===0&&t%2===0},Uy=(e,n,t)=>!n||Vn.test(n)||Ot(e,t)||In(e,t)?!0:Bs(e,t,"*"),$y=e=>{if(by.test(e))return e;let n=e.match(py);if(!n)return e;let t=n[2],r=e.lastIndexOf(n[1]);return Uy(e,t,r)?e:_y(e)%2===1?Fy(e)?e:`${e}***`:e},qy=/<[a-zA-Z/][^>]*$/,jy=e=>{let n=e.match(qy);return!n||n.index===void 0||Ot(e,n.index)?e:e.substring(0,n.index).trimEnd()},By=e=>!e.match(yy)||e.includes(`
134
- `)?null:e.endsWith("``")&&!e.endsWith("```")?`${e}\``:e,zy=e=>(e.match(/```/g)||[]).length%2===1,Vy=e=>{let n=By(e);if(n!==null)return n;let t=e.match(fy);if(t&&!zy(e)){let r=t[2];if(!r||Vn.test(r))return e;if(oy(e)%2===1)return`${e}\``}return e},Dp=(e,n)=>n>=2&&e.substring(n-2,n+1)==="```"||n>=1&&e.substring(n-1,n+2)==="```"||n<=e.length-3&&e.substring(n,n+3)==="```",Wy=e=>{let n=0,t=!1;for(let r=0;r<e.length-1;r+=1)e[r]==="`"&&!Dp(e,r)&&(t=!t),!t&&e[r]==="$"&&e[r+1]==="$"&&(n+=1,r+=1);return n},Hy=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="\\"){r+=1;continue}if(e[r]==="`"&&!Dp(e,r)){t=!t;continue}!t&&e[r]==="$"&&(r+1<e.length&&e[r+1]==="$"?r+=1:n+=1)}return n},Yy=e=>{if(e.endsWith("$")&&!e.endsWith("$$"))return`${e}$`;let n=e.indexOf("$$");return n!==-1&&e.indexOf(`
132
+ `)||r&&i&&Ln(r)&&Ln(i))continue;return t}}return-1},uT=e=>{if(!e.match(zS))return e;let n=cT(e);if(n===-1||Ct(e,n)||Nn(e,n))return e;let t=e.substring(n+1);return!t||Xn.test(t)?e:rm(e)%2===1?`${e}*`:e},im=e=>{let n=!1;for(let t=0;t<e.length;t+=1){if(e[t]==="`"&&t+2<e.length&&e[t+1]==="`"&&e[t+2]==="`"){n=!n,t+=2;continue}if(!n&&e[t]==="_"&&e[t-1]!=="_"&&e[t+1]!=="_"&&e[t-1]!=="\\"&&!Ho(e,t)&&!nm(e,t)){let r=t>0?e[t-1]:"",i=t<e.length-1?e[t+1]:"";if(r&&i&&Ln(r)&&Ln(i))continue;return t}}return-1},pT=e=>{let n=e.length;for(;n>0&&e[n-1]===`
133
+ `;)n-=1;if(n<e.length){let t=e.slice(0,n),r=e.slice(n);return`${t}_${r}`}return`${e}_`},dT=e=>{if(!e.endsWith("**"))return null;let n=e.slice(0,-2);if(Pl(n)%2!==1)return null;let t=n.indexOf("**"),r=im(n);return t!==-1&&r!==-1&&t<r?`${n}_**`:null},hT=e=>{if(!e.match(VS))return e;let n=im(e);if(n===-1)return e;let t=e.substring(n+1);if(!t||Xn.test(t)||Ct(e,n)||Nn(e,n))return e;if(rT(e)%2===1){let r=dT(e);return r!==null?r:pT(e)}return e},fT=e=>{let n=Pl(e),t=rm(e);return n%2===0&&t%2===0},mT=(e,n,t)=>!n||Xn.test(n)||Ct(e,t)||Nn(e,t)?!0:Cl(e,t,"*"),gT=e=>{if(GS.test(e))return e;let n=e.match(BS);if(!n)return e;let t=n[2],r=e.lastIndexOf(n[1]);return mT(e,t,r)?e:iT(e)%2===1?fT(e)?e:`${e}***`:e},yT=/<[a-zA-Z/][^>]*$/,bT=e=>{let n=e.match(yT);return!n||n.index===void 0||Ct(e,n.index)?e:e.substring(0,n.index).trimEnd()},wT=e=>!e.match(JS)||e.includes(`
134
+ `)?null:e.endsWith("``")&&!e.endsWith("```")?`${e}\``:e,ST=e=>(e.match(/```/g)||[]).length%2===1,TT=e=>{let n=wT(e);if(n!==null)return n;let t=e.match(WS);if(t&&!ST(e)){let r=t[2];if(!r||Xn.test(r))return e;if(FS(e)%2===1)return`${e}\``}return e},om=(e,n)=>n>=2&&e.substring(n-2,n+1)==="```"||n>=1&&e.substring(n-1,n+2)==="```"||n<=e.length-3&&e.substring(n,n+3)==="```",xT=e=>{let n=0,t=!1;for(let r=0;r<e.length-1;r+=1)e[r]==="`"&&!om(e,r)&&(t=!t),!t&&e[r]==="$"&&e[r+1]==="$"&&(n+=1,r+=1);return n},kT=e=>{let n=0,t=!1;for(let r=0;r<e.length;r+=1){if(e[r]==="\\"){r+=1;continue}if(e[r]==="`"&&!om(e,r)){t=!t;continue}!t&&e[r]==="$"&&(r+1<e.length&&e[r+1]==="$"?r+=1:n+=1)}return n},AT=e=>{if(e.endsWith("$")&&!e.endsWith("$$"))return`${e}$`;let n=e.indexOf("$$");return n!==-1&&e.indexOf(`
135
135
  `,n)!==-1&&!e.endsWith(`
136
136
  `)?`${e}
137
- $$`:`${e}$$`},Jy=e=>Wy(e)%2===0?e:Yy(e),Gy=e=>Hy(e)%2===1?`${e}$`:e,Ky=(e,n,t)=>{if(e.substring(n+2).includes(")"))return null;let r=xy(e,n);if(r===-1||Ot(e,r))return null;let i=r>0&&e[r-1]==="!",a=i?r-1:r,o=e.substring(0,a);if(i)return o;let s=e.substring(r+1,n);return t==="text-only"?`${o}${s}`:`${o}[${s}](streamdown:incomplete-link)`},Op=(e,n)=>{for(let t=0;t<n;t++)if(e[t]==="["&&!Ot(e,t)){if(t>0&&e[t-1]==="!")continue;let r=Pp(e,t);if(r===-1)return t;if(r+1<e.length&&e[r+1]==="("){let i=e.indexOf(")",r+2);i!==-1&&(t=i)}}return n},Xy=(e,n,t)=>{let r=n>0&&e[n-1]==="!",i=r?n-1:n;if(!e.substring(n+1).includes("]")){let a=e.substring(0,i);if(r)return a;if(t==="text-only"){let o=Op(e,n);return e.substring(0,o)+e.substring(o+1)}return`${e}](streamdown:incomplete-link)`}if(Pp(e,n)===-1){let a=e.substring(0,i);if(r)return a;if(t==="text-only"){let o=Op(e,n);return e.substring(0,o)+e.substring(o+1)}return`${e}](streamdown:incomplete-link)`}return null},Fp=(e,n="protocol")=>{let t=e.lastIndexOf("](");if(t!==-1&&!Ot(e,t)){let r=Ky(e,t,n);if(r!==null)return r}for(let r=e.length-1;r>=0;r-=1)if(e[r]==="["&&!Ot(e,r)){let i=Xy(e,r,n);if(i!==null)return i}return e},Qy=/^-{1,2}$/,Zy=/^[\s]*-{1,2}[\s]+$/,eb=/^={1,2}$/,tb=/^[\s]*={1,2}[\s]+$/,nb=e=>{if(!e||typeof e!="string")return e;let n=e.lastIndexOf(`
138
- `);if(n===-1)return e;let t=e.substring(n+1),r=e.substring(0,n),i=t.trim();if(Qy.test(i)&&!t.match(Zy)){let a=r.split(`
139
- `).at(-1);if(a&&a.trim().length>0)return`${e}\u200B`}if(eb.test(i)&&!t.match(tb)){let a=r.split(`
140
- `).at(-1);if(a&&a.trim().length>0)return`${e}\u200B`}return e},rb=new RegExp("(?<=[\\p{L}\\p{N}_])~(?!~)(?=[\\p{L}\\p{N}_])","gu"),ib=e=>!e||typeof e!="string"||!e.includes("~")?e:e.replace(rb,(n,t)=>Ot(e,t)?n:"\\~"),ab=e=>{var n,t;let r=e.match(my);if(r){let i=r[2];if(!i||Vn.test(i))return e;let a=e.lastIndexOf(r[1]);if(Ot(e,a)||In(e,a))return e;if(((n=e.match(Ep))==null?void 0:n.length)%2===1)return`${e}~~`}else{let i=e.match(Sy);if(i){let a=e.lastIndexOf(i[0].slice(0,2));if(Ot(e,a)||In(e,a))return e;if(((t=e.match(Ep))==null?void 0:t.length)%2===1)return`${e}~`}}return e},js=e=>e!==!1,ob=e=>e===!0,_t={SINGLE_TILDE:0,COMPARISON_OPERATORS:5,HTML_TAGS:10,SETEXT_HEADINGS:15,LINKS:20,BOLD_ITALIC:30,BOLD:35,ITALIC_DOUBLE_UNDERSCORE:40,ITALIC_SINGLE_ASTERISK:41,ITALIC_SINGLE_UNDERSCORE:42,INLINE_CODE:50,STRIKETHROUGH:60,KATEX:70,INLINE_KATEX:75,DEFAULT:100},sb=[{handler:{name:"singleTilde",handle:ib,priority:_t.SINGLE_TILDE},optionKey:"singleTilde"},{handler:{name:"comparisonOperators",handle:ly,priority:_t.COMPARISON_OPERATORS},optionKey:"comparisonOperators"},{handler:{name:"htmlTags",handle:jy,priority:_t.HTML_TAGS},optionKey:"htmlTags"},{handler:{name:"setextHeadings",handle:nb,priority:_t.SETEXT_HEADINGS},optionKey:"setextHeadings"},{handler:{name:"links",handle:Fp,priority:_t.LINKS},optionKey:"links",earlyReturn:e=>e.endsWith("](streamdown:incomplete-link)")},{handler:{name:"boldItalic",handle:$y,priority:_t.BOLD_ITALIC},optionKey:"boldItalic"},{handler:{name:"bold",handle:Ry,priority:_t.BOLD},optionKey:"bold"},{handler:{name:"italicDoubleUnderscore",handle:Cy,priority:_t.ITALIC_DOUBLE_UNDERSCORE},optionKey:"italic"},{handler:{name:"italicSingleAsterisk",handle:My,priority:_t.ITALIC_SINGLE_ASTERISK},optionKey:"italic"},{handler:{name:"italicSingleUnderscore",handle:Dy,priority:_t.ITALIC_SINGLE_UNDERSCORE},optionKey:"italic"},{handler:{name:"inlineCode",handle:Vy,priority:_t.INLINE_CODE},optionKey:"inlineCode"},{handler:{name:"strikethrough",handle:ab,priority:_t.STRIKETHROUGH},optionKey:"strikethrough"},{handler:{name:"katex",handle:Jy,priority:_t.KATEX},optionKey:"katex"},{handler:{name:"inlineKatex",handle:Gy,priority:_t.INLINE_KATEX},optionKey:"inlineKatex"}],lb=e=>{var n;let t=(n=e==null?void 0:e.linkMode)!=null?n:"protocol";return sb.filter(({handler:r,optionKey:i})=>r.name==="links"?js(e==null?void 0:e.links)||js(e==null?void 0:e.images):r.name==="inlineKatex"?ob(e==null?void 0:e.inlineKatex):js(e==null?void 0:e[i])).map(({handler:r,earlyReturn:i})=>r.name==="links"?{handler:Ip(Rp({},r),{handle:a=>Fp(a,t)}),earlyReturn:t==="protocol"?i:void 0}:{handler:r,earlyReturn:i})},cb=(e,n)=>{var t;if(!e||typeof e!="string")return e;let r=e.endsWith(" ")&&!e.endsWith(" ")?e.slice(0,-1):e,i=lb(n),a=((t=n==null?void 0:n.handlers)!=null?t:[]).map(s=>{var u;return{handler:Ip(Rp({},s),{priority:(u=s.priority)!=null?u:_t.DEFAULT}),earlyReturn:void 0}}),o=[...i,...a].sort((s,u)=>{var p,d;return((p=s.handler.priority)!=null?p:0)-((d=u.handler.priority)!=null?d:0)});for(let{handler:s,earlyReturn:u}of o)if(r=s.handle(r),u!=null&&u(r))return r;return r},Hr=cb;var pb="__cb:",db="chat:callback:",hb=720*60*60*1e3;function fb(e){return`${pb}${e}`}function mb(){return crypto.randomUUID().replace(/-/g,"").slice(0,16)}async function gb(e,n){return{type:"actions",children:await Promise.all(e.children.map(async t=>{if(t.type!=="button"||!t.callbackUrl)return t;let r=mb(),i={url:t.callbackUrl,originalValue:t.value};return await n.set(`${db}${r}`,i,hb),{type:"button",id:t.id,label:t.label,style:t.style,disabled:t.disabled,value:fb(r),actionType:t.actionType}}))}}function Vp(e){for(let n of e){if(n.type==="actions"){for(let t of n.children)if(t.type==="button"&&t.callbackUrl)return!0}if(n.type==="section"&&"children"in n&&Vp(n.children))return!0}return!1}async function Wp(e,n){let t=[];for(let r of e)r.type==="actions"?t.push(await gb(r,n)):r.type==="section"&&"children"in r?t.push({...r,children:await Wp(r.children,n)}):t.push(r);return t}async function Aa(e,n){return Vp(e.children)?{...e,children:await Wp(e.children,n)}:e}var Up=null;function Ea(){if(!Up)throw new Error("No Chat singleton registered. Call chat.registerSingleton() first.");return Up}var yb=new Set(["markdown_text","task_update","plan_update"]);async function*Hp(e){var r,i;let n=!1,t=!1;for await(let a of e){if(typeof a=="string"){yield a;continue}if(a===null||typeof a!="object"||!("type"in a))continue;let o=a;if(yb.has(o.type)){yield a;continue}let s=(i=(r=o.text)!=null?r:o.delta)!=null?i:o.textDelta;o.type==="text-delta"&&typeof s=="string"?(n&&t&&(yield`
137
+ $$`:`${e}$$`},vT=e=>xT(e)%2===0?e:AT(e),ET=e=>kT(e)%2===1?`${e}$`:e,_T=(e,n,t)=>{if(e.substring(n+2).includes(")"))return null;let r=QS(e,n);if(r===-1||Ct(e,r))return null;let i=r>0&&e[r-1]==="!",o=i?r-1:r,a=e.substring(0,o);if(i)return a;let s=e.substring(r+1,n);return t==="text-only"?`${a}${s}`:`${a}[${s}](streamdown:incomplete-link)`},Xf=(e,n)=>{for(let t=0;t<n;t++)if(e[t]==="["&&!Ct(e,t)){if(t>0&&e[t-1]==="!")continue;let r=tm(e,t);if(r===-1)return t;if(r+1<e.length&&e[r+1]==="("){let i=e.indexOf(")",r+2);i!==-1&&(t=i)}}return n},RT=(e,n,t)=>{let r=n>0&&e[n-1]==="!",i=r?n-1:n;if(!e.substring(n+1).includes("]")){let o=e.substring(0,i);if(r)return o;if(t==="text-only"){let a=Xf(e,n);return e.substring(0,a)+e.substring(a+1)}return`${e}](streamdown:incomplete-link)`}if(tm(e,n)===-1){let o=e.substring(0,i);if(r)return o;if(t==="text-only"){let a=Xf(e,n);return e.substring(0,a)+e.substring(a+1)}return`${e}](streamdown:incomplete-link)`}return null},am=(e,n="protocol")=>{let t=e.lastIndexOf("](");if(t!==-1&&!Ct(e,t)){let r=_T(e,t,n);if(r!==null)return r}for(let r=e.length-1;r>=0;r-=1)if(e[r]==="["&&!Ct(e,r)){let i=RT(e,r,n);if(i!==null)return i}return e},OT=/^-{1,2}$/,IT=/^[\s]*-{1,2}[\s]+$/,CT=/^={1,2}$/,PT=/^[\s]*={1,2}[\s]+$/,MT=e=>{if(!e||typeof e!="string")return e;let n=e.lastIndexOf(`
138
+ `);if(n===-1)return e;let t=e.substring(n+1),r=e.substring(0,n),i=t.trim();if(OT.test(i)&&!t.match(IT)){let o=r.split(`
139
+ `).at(-1);if(o&&o.trim().length>0)return`${e}\u200B`}if(CT.test(i)&&!t.match(PT)){let o=r.split(`
140
+ `).at(-1);if(o&&o.trim().length>0)return`${e}\u200B`}return e},NT=new RegExp("(?<=[\\p{L}\\p{N}_])~(?!~)(?=[\\p{L}\\p{N}_])","gu"),LT=e=>!e||typeof e!="string"||!e.includes("~")?e:e.replace(NT,(n,t)=>Ct(e,t)?n:"\\~"),DT=e=>{var n,t;let r=e.match(HS);if(r){let i=r[2];if(!i||Xn.test(i))return e;let o=e.lastIndexOf(r[1]);if(Ct(e,o)||Nn(e,o))return e;if(((n=e.match(Gf))==null?void 0:n.length)%2===1)return`${e}~~`}else{let i=e.match(XS);if(i){let o=e.lastIndexOf(i[0].slice(0,2));if(Ct(e,o)||Nn(e,o))return e;if(((t=e.match(Gf))==null?void 0:t.length)%2===1)return`${e}~`}}return e},Il=e=>e!==!1,FT=e=>e===!0,It={SINGLE_TILDE:0,COMPARISON_OPERATORS:5,HTML_TAGS:10,SETEXT_HEADINGS:15,LINKS:20,BOLD_ITALIC:30,BOLD:35,ITALIC_DOUBLE_UNDERSCORE:40,ITALIC_SINGLE_ASTERISK:41,ITALIC_SINGLE_UNDERSCORE:42,INLINE_CODE:50,STRIKETHROUGH:60,KATEX:70,INLINE_KATEX:75,DEFAULT:100},UT=[{handler:{name:"singleTilde",handle:LT,priority:It.SINGLE_TILDE},optionKey:"singleTilde"},{handler:{name:"comparisonOperators",handle:$S,priority:It.COMPARISON_OPERATORS},optionKey:"comparisonOperators"},{handler:{name:"htmlTags",handle:bT,priority:It.HTML_TAGS},optionKey:"htmlTags"},{handler:{name:"setextHeadings",handle:MT,priority:It.SETEXT_HEADINGS},optionKey:"setextHeadings"},{handler:{name:"links",handle:am,priority:It.LINKS},optionKey:"links",earlyReturn:e=>e.endsWith("](streamdown:incomplete-link)")},{handler:{name:"boldItalic",handle:gT,priority:It.BOLD_ITALIC},optionKey:"boldItalic"},{handler:{name:"bold",handle:aT,priority:It.BOLD},optionKey:"bold"},{handler:{name:"italicDoubleUnderscore",handle:lT,priority:It.ITALIC_DOUBLE_UNDERSCORE},optionKey:"italic"},{handler:{name:"italicSingleAsterisk",handle:uT,priority:It.ITALIC_SINGLE_ASTERISK},optionKey:"italic"},{handler:{name:"italicSingleUnderscore",handle:hT,priority:It.ITALIC_SINGLE_UNDERSCORE},optionKey:"italic"},{handler:{name:"inlineCode",handle:TT,priority:It.INLINE_CODE},optionKey:"inlineCode"},{handler:{name:"strikethrough",handle:DT,priority:It.STRIKETHROUGH},optionKey:"strikethrough"},{handler:{name:"katex",handle:vT,priority:It.KATEX},optionKey:"katex"},{handler:{name:"inlineKatex",handle:ET,priority:It.INLINE_KATEX},optionKey:"inlineKatex"}],$T=e=>{var n;let t=(n=e==null?void 0:e.linkMode)!=null?n:"protocol";return UT.filter(({handler:r,optionKey:i})=>r.name==="links"?Il(e==null?void 0:e.links)||Il(e==null?void 0:e.images):r.name==="inlineKatex"?FT(e==null?void 0:e.inlineKatex):Il(e==null?void 0:e[i])).map(({handler:r,earlyReturn:i})=>r.name==="links"?{handler:Zf(Qf({},r),{handle:o=>am(o,t)}),earlyReturn:t==="protocol"?i:void 0}:{handler:r,earlyReturn:i})},qT=(e,n)=>{var t;if(!e||typeof e!="string")return e;let r=e.endsWith(" ")&&!e.endsWith(" ")?e.slice(0,-1):e,i=$T(n),o=((t=n==null?void 0:n.handlers)!=null?t:[]).map(s=>{var u;return{handler:Zf(Qf({},s),{priority:(u=s.priority)!=null?u:It.DEFAULT}),earlyReturn:void 0}}),a=[...i,...o].sort((s,u)=>{var p,d;return((p=s.handler.priority)!=null?p:0)-((d=u.handler.priority)!=null?d:0)});for(let{handler:s,earlyReturn:u}of a)if(r=s.handle(r),u!=null&&u(r))return r;return r},ii=qT;var jT="__cb:",BT="chat:callback:",zT=720*60*60*1e3;function VT(e){return`${jT}${e}`}function WT(){return crypto.randomUUID().replace(/-/g,"").slice(0,16)}async function HT(e,n){return{type:"actions",children:await Promise.all(e.children.map(async t=>{if(t.type!=="button"||!t.callbackUrl)return t;let r=WT(),i={url:t.callbackUrl,originalValue:t.value};return await n.set(`${BT}${r}`,i,zT),{type:"button",id:t.id,label:t.label,style:t.style,disabled:t.disabled,value:VT(r),actionType:t.actionType}}))}}function hm(e){for(let n of e){if(n.type==="actions"){for(let t of n.children)if(t.type==="button"&&t.callbackUrl)return!0}if(n.type==="section"&&"children"in n&&hm(n.children))return!0}return!1}async function fm(e,n){let t=[];for(let r of e)r.type==="actions"?t.push(await HT(r,n)):r.type==="section"&&"children"in r?t.push({...r,children:await fm(r.children,n)}):t.push(r);return t}async function Yo(e,n){return hm(e.children)?{...e,children:await fm(e.children,n)}:e}var sm=null;function Jo(){if(!sm)throw new Error("No Chat singleton registered. Call chat.registerSingleton() first.");return sm}var YT=new Set(["markdown_text","task_update","plan_update"]);async function*mm(e){var r,i;let n=!1,t=!1;for await(let o of e){if(typeof o=="string"){yield o;continue}if(o===null||typeof o!="object"||!("type"in o))continue;let a=o;if(YT.has(a.type)){yield o;continue}let s=(i=(r=a.text)!=null?r:a.delta)!=null?i:a.textDelta;a.type==="text-delta"&&typeof s=="string"?(n&&t&&(yield`
141
141
 
142
- `),n=!1,t=!0,yield s):o.type==="finish-step"&&(n=!0)}}var bb=new WeakMap;var Wn=class Ws{constructor(n){Te(this,"id");Te(this,"threadId");Te(this,"text");Te(this,"formatted");Te(this,"raw");Te(this,"author");Te(this,"metadata");Te(this,"attachments");Te(this,"isMention");Te(this,"userKey");Te(this,"links");Te(this,"_subjectPromise");var t;this.id=n.id,this.threadId=n.threadId,this.text=n.text,this.formatted=n.formatted,this.raw=n.raw,this.author=n.author,this.metadata=n.metadata,this.attachments=n.attachments,this.isMention=n.isMention,this.links=(t=n.links)!=null?t:[]}get subject(){if(this._subjectPromise)return this._subjectPromise;let n=bb.get(this);return n!=null&&n.fetchSubject?(this._subjectPromise=n.fetchSubject(this.raw).catch(()=>null),this._subjectPromise):(this._subjectPromise=Promise.resolve(null),this._subjectPromise)}toJSON(){var n;return{_type:"chat:Message",id:this.id,threadId:this.threadId,text:this.text,formatted:this.formatted,raw:this.raw,author:{userId:this.author.userId,userName:this.author.userName,fullName:this.author.fullName,isBot:this.author.isBot,isMe:this.author.isMe},metadata:{dateSent:this.metadata.dateSent.toISOString(),edited:this.metadata.edited,editedAt:(n=this.metadata.editedAt)==null?void 0:n.toISOString()},attachments:this.attachments.map(t=>({type:t.type,url:t.url,name:t.name,mimeType:t.mimeType,size:t.size,width:t.width,height:t.height,fetchMetadata:t.fetchMetadata})),isMention:this.isMention,links:this.links.length>0?this.links.map(t=>({url:t.url,title:t.title,description:t.description,imageUrl:t.imageUrl,siteName:t.siteName})):void 0}}static fromJSON(n){return new Ws({id:n.id,threadId:n.threadId,text:n.text,formatted:n.formatted,raw:n.raw,author:n.author,metadata:{dateSent:new Date(n.metadata.dateSent),edited:n.metadata.edited,editedAt:n.metadata.editedAt?new Date(n.metadata.editedAt):void 0},attachments:n.attachments,isMention:n.isMention,links:n.links})}static[or](n){return n.toJSON()}static[sr](n){return Ws.fromJSON(n)}},wb=Symbol.for("chat.postable");function Yp(e){return typeof e=="object"&&e!==null&&e.$$typeof===wb}async function Jp(e,n,t,r,i){let a=o=>{var s;return{adapter:n,logger:i,messageId:o.id,threadId:(s=o.threadId)!=null?s:t}};if(e.isSupported(n)&&n.postObject){let o=await n.postObject(t,e.kind,e.getPostData());e.onPosted(a(o))}else{let o=await r(t,e.getFallbackText());e.onPosted(a(o))}}var Sb=class extends Error{constructor(n,t,r){super(n);Te(this,"code");Te(this,"cause");this.name="ChatError",this.code=t,this.cause=r}};var Gp=class extends Sb{constructor(n,t,r){super(n,"NOT_IMPLEMENTED",r);Te(this,"feature");this.name="NotImplementedError",this.feature=t}};var _a=720*60*60*1e3,$p="channel-state:";function xb(e){return"adapterName"in e&&!("adapter"in e)}function Tb(e){return e!==null&&typeof e=="object"&&Symbol.asyncIterator in e}var kb=class Hs{constructor(n){Te(this,"id");Te(this,"isDM");Te(this,"channelVisibility");Te(this,"_adapter");Te(this,"_adapterName");Te(this,"_stateAdapterInstance");Te(this,"_name",null);Te(this,"_threadHistory");var t,r;this.id=n.id,this.isDM=(t=n.isDM)!=null?t:!1,this.channelVisibility=(r=n.channelVisibility)!=null?r:"unknown",xb(n)?this._adapterName=n.adapterName:(this._adapter=n.adapter,this._stateAdapterInstance=n.stateAdapter,this._threadHistory=n.threadHistory)}get adapter(){if(this._adapter)return this._adapter;if(!this._adapterName)throw new Error("Channel has no adapter configured");let t=Ea().getAdapter(this._adapterName);if(!t)throw new Error(`Adapter "${this._adapterName}" not found in Chat singleton`);return this._adapter=t,t}get _stateAdapter(){if(this._stateAdapterInstance)return this._stateAdapterInstance;let n=Ea();return this._stateAdapterInstance=n.getState(),this._stateAdapterInstance}get name(){return this._name}get state(){return this._stateAdapter.get(`${$p}${this.id}`)}async setState(n,t){let r=`${$p}${this.id}`;if(t!=null&&t.replace)await this._stateAdapter.set(r,n,_a);else{let a={...await this._stateAdapter.get(r),...n};await this._stateAdapter.set(r,a,_a)}}get messages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,a=!1;for(;;){let o={cursor:i,direction:"backward"},s=n.fetchChannelMessages?await n.fetchChannelMessages(t,o):await n.fetchMessages(t,o),u=[...s.messages].reverse();for(let p of u)a=!0,yield p;if(!s.nextCursor||s.messages.length===0)break;i=s.nextCursor}if(!a&&r){let o=await r.getMessages(t);for(let s=o.length-1;s>=0;s--)yield o[s]}}}}threads(){let n=this.adapter,t=this.id;return{async*[Symbol.asyncIterator](){if(!n.listThreads)return;let r;for(;;){let i=await n.listThreads(t,{cursor:r});for(let a of i.threads)yield a;if(!i.nextCursor||i.threads.length===0)break;r=i.nextCursor}}}}async fetchMetadata(){var n;if(this.adapter.fetchChannelInfo){let t=await this.adapter.fetchChannelInfo(this.id);return this._name=(n=t.name)!=null?n:null,t}return{id:this.id,isDM:this.isDM,metadata:{}}}async post(n){if(Yp(n))return await this.handlePostableObject(n),n;if(Tb(n)){let r="";for await(let i of Hp(n))typeof i=="string"?r+=i:i.type==="markdown_text"&&(r+=i.text);return this.postSingleMessage({markdown:r})}let t=n;if(Lt(n)){let r=Nt(n);if(!r)throw new Error("Invalid JSX element: must be a Card element");t=r}return t=await this.processCallbackUrls(t),this.postSingleMessage(t)}async handlePostableObject(n){await Jp(n,this.adapter,this.id,(t,r)=>this.adapter.postChannelMessage?this.adapter.postChannelMessage(t,r):this.adapter.postMessage(t,r))}async postSingleMessage(n){let t=this.adapter.postChannelMessage?await this.adapter.postChannelMessage(this.id,n):await this.adapter.postMessage(this.id,n),r=this.createSentMessage(t.id,n,t.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Wn(r)),r}async postEphemeral(n,t,r){let{fallbackToDM:i}=r,a=typeof n=="string"?n:n.userId,o;if(Lt(t)){let s=Nt(t);if(!s)throw new Error("Invalid JSX element: must be a Card element");o=s}else o=t;if(o=await this.processCallbackUrls(o),this.adapter.postEphemeral)return this.adapter.postEphemeral(this.id,a,o);if(!i)return null;if(this.adapter.openDM){let s=await this.adapter.openDM(a),u=await this.adapter.postMessage(s,o);return{id:u.id,threadId:s,usedFallback:!0,raw:u.raw}}return null}async schedule(n,t){let r;if(Lt(n)){let i=Nt(n);if(!i)throw new Error("Invalid JSX element: must be a Card element");r=i}else r=n;if(r=await this.processCallbackUrls(r),!this.adapter.scheduleMessage)throw new Gp("Scheduled messages are not supported by this adapter","scheduling");return this.adapter.scheduleMessage(this.id,r,t)}async processCallbackUrls(n){var t;if(typeof n=="string")return n;if("type"in n&&n.type==="card")return Aa(n,this._stateAdapter);if("card"in n&&((t=n.card)==null?void 0:t.type)==="card"){let r=await Aa(n.card,this._stateAdapter);if(r!==n.card)return{...n,card:r}}return n}async startTyping(n){await this.adapter.startTyping(this.id,n)}mentionUser(n){return`<@${n}>`}toJSON(){var n;return{_type:"chat:Channel",id:this.id,adapterName:(n=this._adapterName)!=null?n:this.adapter.name,channelVisibility:this.channelVisibility,isDM:this.isDM}}static fromJSON(n,t){let r=new Hs({id:n.id,adapterName:n.adapterName,channelVisibility:n.channelVisibility,isDM:n.isDM});return t&&(r._adapter=t),r}static[or](n){return n.toJSON()}static[sr](n){return Hs.fromJSON(n)}createSentMessage(n,t,r){let i=this.adapter,a=r||this.id,o=this,{plainText:s,formatted:u,attachments:p}=Ab(t);return{id:n,threadId:a,text:s,formatted:u,raw:null,author:{userId:"self",userName:i.userName,fullName:i.userName,isBot:!0,isMe:!0},metadata:{dateSent:new Date,edited:!1},attachments:p,links:[],toJSON(){return new Wn(this).toJSON()},async edit(h){let y=h;if(Lt(h)){let g=Nt(h);if(!g)throw new Error("Invalid JSX element: must be a Card element");y=g}return y=await o.processCallbackUrls(y),await i.editMessage(a,n,y),o.createSentMessage(n,y)},async delete(){await i.deleteMessage(a,n)},async addReaction(h){await i.addReaction(a,n,h)},async removeReaction(h){await i.removeReaction(a,n,h)}}}};function vb(e,n){return e.channelIdFromThreadId(n)}function Ab(e){if(typeof e=="string")return{plainText:e,formatted:bn([yn([gn(e)])]),attachments:[]};if("raw"in e)return{plainText:e.raw,formatted:bn([yn([gn(e.raw)])]),attachments:e.attachments||[]};if("markdown"in e){let n=Fs(e.markdown);return{plainText:Vr(n),formatted:n,attachments:e.attachments||[]}}if("ast"in e)return{plainText:Vr(e.ast),formatted:e.ast,attachments:e.attachments||[]};if("card"in e){let n=e.fallbackText||Wr(e.card);return{plainText:n,formatted:bn([yn([gn(n)])]),attachments:[]}}if("type"in e&&e.type==="card"){let n=Wr(e);return{plainText:n,formatted:bn([yn([gn(n)])]),attachments:[]}}throw new Error("Invalid PostableMessage format")}var Eb=class{constructor(e={}){Te(this,"accumulated","");Te(this,"dirty",!0);Te(this,"cachedRender","");Te(this,"finished",!1);Te(this,"fenceToggles",0);Te(this,"incompleteLine","");Te(this,"options");var n;this.options={wrapTablesForAppend:(n=e.wrapTablesForAppend)!=null?n:!0}}push(e){var t;this.accumulated+=e,this.dirty=!0,this.incompleteLine+=e;let n=this.incompleteLine.split(`
143
- `);this.incompleteLine=(t=n.pop())!=null?t:"";for(let r of n){let i=r.trimStart();(i.startsWith("```")||i.startsWith("~~~"))&&this.fenceToggles++}}isAccumulatedInsideFence(){let e=this.fenceToggles%2===1,n=this.incompleteLine.trimStart();return(n.startsWith("```")||n.startsWith("~~~"))&&(e=!e),e}render(){if(!this.dirty)return this.cachedRender;if(this.dirty=!1,this.finished)return this.cachedRender=Hr(this.accumulated),this.cachedRender;if(this.isAccumulatedInsideFence())return this.cachedRender=Hr(this.accumulated),this.cachedRender;let e=jp(this.accumulated);return this.cachedRender=Hr(e),this.cachedRender}getCommittableText(){if(this.finished)return this.formatAppendOnlyText(this.accumulated,!0);let e=this.accumulated;if(e.length>0&&!e.endsWith(`
142
+ `),n=!1,t=!0,yield s):a.type==="finish-step"&&(n=!0)}}var JT=new WeakMap;var Qn=class Nl{constructor(n){ke(this,"id");ke(this,"threadId");ke(this,"text");ke(this,"formatted");ke(this,"raw");ke(this,"author");ke(this,"metadata");ke(this,"attachments");ke(this,"isMention");ke(this,"userKey");ke(this,"links");ke(this,"_subjectPromise");var t;this.id=n.id,this.threadId=n.threadId,this.text=n.text,this.formatted=n.formatted,this.raw=n.raw,this.author=n.author,this.metadata=n.metadata,this.attachments=n.attachments,this.isMention=n.isMention,this.links=(t=n.links)!=null?t:[]}get subject(){if(this._subjectPromise)return this._subjectPromise;let n=JT.get(this);return n!=null&&n.fetchSubject?(this._subjectPromise=n.fetchSubject(this.raw).catch(()=>null),this._subjectPromise):(this._subjectPromise=Promise.resolve(null),this._subjectPromise)}toJSON(){var n;return{_type:"chat:Message",id:this.id,threadId:this.threadId,text:this.text,formatted:this.formatted,raw:this.raw,author:{userId:this.author.userId,userName:this.author.userName,fullName:this.author.fullName,isBot:this.author.isBot,isMe:this.author.isMe},metadata:{dateSent:this.metadata.dateSent.toISOString(),edited:this.metadata.edited,editedAt:(n=this.metadata.editedAt)==null?void 0:n.toISOString()},attachments:this.attachments.map(t=>({type:t.type,url:t.url,name:t.name,mimeType:t.mimeType,size:t.size,width:t.width,height:t.height,fetchMetadata:t.fetchMetadata})),isMention:this.isMention,links:this.links.length>0?this.links.map(t=>({url:t.url,title:t.title,description:t.description,imageUrl:t.imageUrl,siteName:t.siteName})):void 0}}static fromJSON(n){return new Nl({id:n.id,threadId:n.threadId,text:n.text,formatted:n.formatted,raw:n.raw,author:n.author,metadata:{dateSent:new Date(n.metadata.dateSent),edited:n.metadata.edited,editedAt:n.metadata.editedAt?new Date(n.metadata.editedAt):void 0},attachments:n.attachments,isMention:n.isMention,links:n.links})}static[mr](n){return n.toJSON()}static[gr](n){return Nl.fromJSON(n)}},GT=Symbol.for("chat.postable");function gm(e){return typeof e=="object"&&e!==null&&e.$$typeof===GT}async function ym(e,n,t,r,i){let o=a=>{var s;return{adapter:n,logger:i,messageId:a.id,threadId:(s=a.threadId)!=null?s:t}};if(e.isSupported(n)&&n.postObject){let a=await n.postObject(t,e.kind,e.getPostData());e.onPosted(o(a))}else{let a=await r(t,e.getFallbackText());e.onPosted(o(a))}}var KT=class extends Error{constructor(n,t,r){super(n);ke(this,"code");ke(this,"cause");this.name="ChatError",this.code=t,this.cause=r}};var bm=class extends KT{constructor(n,t,r){super(n,"NOT_IMPLEMENTED",r);ke(this,"feature");this.name="NotImplementedError",this.feature=t}};var Go=720*60*60*1e3,lm="channel-state:";function XT(e){return"adapterName"in e&&!("adapter"in e)}function QT(e){return e!==null&&typeof e=="object"&&Symbol.asyncIterator in e}var ZT=class Ll{constructor(n){ke(this,"id");ke(this,"isDM");ke(this,"channelVisibility");ke(this,"_adapter");ke(this,"_adapterName");ke(this,"_stateAdapterInstance");ke(this,"_name",null);ke(this,"_threadHistory");var t,r;this.id=n.id,this.isDM=(t=n.isDM)!=null?t:!1,this.channelVisibility=(r=n.channelVisibility)!=null?r:"unknown",XT(n)?this._adapterName=n.adapterName:(this._adapter=n.adapter,this._stateAdapterInstance=n.stateAdapter,this._threadHistory=n.threadHistory)}get adapter(){if(this._adapter)return this._adapter;if(!this._adapterName)throw new Error("Channel has no adapter configured");let t=Jo().getAdapter(this._adapterName);if(!t)throw new Error(`Adapter "${this._adapterName}" not found in Chat singleton`);return this._adapter=t,t}get _stateAdapter(){if(this._stateAdapterInstance)return this._stateAdapterInstance;let n=Jo();return this._stateAdapterInstance=n.getState(),this._stateAdapterInstance}get name(){return this._name}get state(){return this._stateAdapter.get(`${lm}${this.id}`)}async setState(n,t){let r=`${lm}${this.id}`;if(t!=null&&t.replace)await this._stateAdapter.set(r,n,Go);else{let o={...await this._stateAdapter.get(r),...n};await this._stateAdapter.set(r,o,Go)}}get messages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,o=!1;for(;;){let a={cursor:i,direction:"backward"},s=n.fetchChannelMessages?await n.fetchChannelMessages(t,a):await n.fetchMessages(t,a),u=[...s.messages].reverse();for(let p of u)o=!0,yield p;if(!s.nextCursor||s.messages.length===0)break;i=s.nextCursor}if(!o&&r){let a=await r.getMessages(t);for(let s=a.length-1;s>=0;s--)yield a[s]}}}}threads(){let n=this.adapter,t=this.id;return{async*[Symbol.asyncIterator](){if(!n.listThreads)return;let r;for(;;){let i=await n.listThreads(t,{cursor:r});for(let o of i.threads)yield o;if(!i.nextCursor||i.threads.length===0)break;r=i.nextCursor}}}}async fetchMetadata(){var n;if(this.adapter.fetchChannelInfo){let t=await this.adapter.fetchChannelInfo(this.id);return this._name=(n=t.name)!=null?n:null,t}return{id:this.id,isDM:this.isDM,metadata:{}}}async post(n){if(gm(n))return await this.handlePostableObject(n),n;if(QT(n)){let r="";for await(let i of mm(n))typeof i=="string"?r+=i:i.type==="markdown_text"&&(r+=i.text);return this.postSingleMessage({markdown:r})}let t=n;if(Ht(n)){let r=Wt(n);if(!r)throw new Error("Invalid JSX element: must be a Card element");t=r}return t=await this.processCallbackUrls(t),this.postSingleMessage(t)}async handlePostableObject(n){await ym(n,this.adapter,this.id,(t,r)=>this.adapter.postChannelMessage?this.adapter.postChannelMessage(t,r):this.adapter.postMessage(t,r))}async postSingleMessage(n){let t=this.adapter.postChannelMessage?await this.adapter.postChannelMessage(this.id,n):await this.adapter.postMessage(this.id,n),r=this.createSentMessage(t.id,n,t.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Qn(r)),r}async postEphemeral(n,t,r){let{fallbackToDM:i}=r,o=typeof n=="string"?n:n.userId,a;if(Ht(t)){let s=Wt(t);if(!s)throw new Error("Invalid JSX element: must be a Card element");a=s}else a=t;if(a=await this.processCallbackUrls(a),this.adapter.postEphemeral)return this.adapter.postEphemeral(this.id,o,a);if(!i)return null;if(this.adapter.openDM){let s=await this.adapter.openDM(o),u=await this.adapter.postMessage(s,a);return{id:u.id,threadId:s,usedFallback:!0,raw:u.raw}}return null}async schedule(n,t){let r;if(Ht(n)){let i=Wt(n);if(!i)throw new Error("Invalid JSX element: must be a Card element");r=i}else r=n;if(r=await this.processCallbackUrls(r),!this.adapter.scheduleMessage)throw new bm("Scheduled messages are not supported by this adapter","scheduling");return this.adapter.scheduleMessage(this.id,r,t)}async processCallbackUrls(n){var t;if(typeof n=="string")return n;if("type"in n&&n.type==="card")return Yo(n,this._stateAdapter);if("card"in n&&((t=n.card)==null?void 0:t.type)==="card"){let r=await Yo(n.card,this._stateAdapter);if(r!==n.card)return{...n,card:r}}return n}async startTyping(n){await this.adapter.startTyping(this.id,n)}mentionUser(n){return`<@${n}>`}toJSON(){var n;return{_type:"chat:Channel",id:this.id,adapterName:(n=this._adapterName)!=null?n:this.adapter.name,channelVisibility:this.channelVisibility,isDM:this.isDM}}static fromJSON(n,t){let r=new Ll({id:n.id,adapterName:n.adapterName,channelVisibility:n.channelVisibility,isDM:n.isDM});return t&&(r._adapter=t),r}static[mr](n){return n.toJSON()}static[gr](n){return Ll.fromJSON(n)}createSentMessage(n,t,r){let i=this.adapter,o=r||this.id,a=this,{plainText:s,formatted:u,attachments:p}=tx(t);return{id:n,threadId:o,text:s,formatted:u,raw:null,author:{userId:"self",userName:i.userName,fullName:i.userName,isBot:!0,isMe:!0},metadata:{dateSent:new Date,edited:!1},attachments:p,links:[],toJSON(){return new Qn(this).toJSON()},async edit(h){let y=h;if(Ht(h)){let g=Wt(h);if(!g)throw new Error("Invalid JSX element: must be a Card element");y=g}return y=await a.processCallbackUrls(y),await i.editMessage(o,n,y),a.createSentMessage(n,y)},async delete(){await i.deleteMessage(o,n)},async addReaction(h){await i.addReaction(o,n,h)},async removeReaction(h){await i.removeReaction(o,n,h)}}}};function ex(e,n){return e.channelIdFromThreadId(n)}function tx(e){if(typeof e=="string")return{plainText:e,formatted:kn([xn([Tn(e)])]),attachments:[]};if("raw"in e)return{plainText:e.raw,formatted:kn([xn([Tn(e.raw)])]),attachments:e.attachments||[]};if("markdown"in e){let n=wl(e.markdown);return{plainText:Zr(n),formatted:n,attachments:e.attachments||[]}}if("ast"in e)return{plainText:Zr(e.ast),formatted:e.ast,attachments:e.attachments||[]};if("card"in e){let n=e.fallbackText||ei(e.card);return{plainText:n,formatted:kn([xn([Tn(n)])]),attachments:[]}}if("type"in e&&e.type==="card"){let n=ei(e);return{plainText:n,formatted:kn([xn([Tn(n)])]),attachments:[]}}throw new Error("Invalid PostableMessage format")}var nx=class{constructor(e={}){ke(this,"accumulated","");ke(this,"dirty",!0);ke(this,"cachedRender","");ke(this,"finished",!1);ke(this,"fenceToggles",0);ke(this,"incompleteLine","");ke(this,"options");var n;this.options={wrapTablesForAppend:(n=e.wrapTablesForAppend)!=null?n:!0}}push(e){var t;this.accumulated+=e,this.dirty=!0,this.incompleteLine+=e;let n=this.incompleteLine.split(`
143
+ `);this.incompleteLine=(t=n.pop())!=null?t:"";for(let r of n){let i=r.trimStart();(i.startsWith("```")||i.startsWith("~~~"))&&this.fenceToggles++}}isAccumulatedInsideFence(){let e=this.fenceToggles%2===1,n=this.incompleteLine.trimStart();return(n.startsWith("```")||n.startsWith("~~~"))&&(e=!e),e}render(){if(!this.dirty)return this.cachedRender;if(this.dirty=!1,this.finished)return this.cachedRender=ii(this.accumulated),this.cachedRender;if(this.isAccumulatedInsideFence())return this.cachedRender=ii(this.accumulated),this.cachedRender;let e=um(this.accumulated);return this.cachedRender=ii(e),this.cachedRender}getCommittableText(){if(this.finished)return this.formatAppendOnlyText(this.accumulated,!0);let e=this.accumulated;if(e.length>0&&!e.endsWith(`
144
144
  `)){let r=e.lastIndexOf(`
145
- `),i=r>=0?e.slice(0,r+1):"";if(Vs(i))return this.formatAppendOnlyText(e);e=i}if(Vs(e))return this.formatAppendOnlyText(e);let n=jp(e),t=this.formatAppendOnlyText(n);return Vs(t)?t:Ob(t)}getText(){return this.accumulated}finish(){return this.finished=!0,this.dirty=!0,this.render()}formatAppendOnlyText(e,n=!1){return this.options.wrapTablesForAppend?Rb(e,n):e}},_b=new Set(["*","~","`","["]);function qp(e){return Hr(e).length<=e.length}function Ob(e){if(e.length===0||qp(e))return e;for(let n=e.length-1;n>=0;n--)if(_b.has(e[n])){for(;n>0&&e[n-1]===e[n];)n--;let t=e.slice(0,n);if(qp(t))return t}return""}var Ys=/^\|.*\|$/,Js=/^\|[\s:]*-{1,}[\s:]*(\|[\s:]*-{1,}[\s:]*)*\|$/;function Vs(e){let n=!1;for(let t of e.split(`
146
- `)){let r=t.trimStart();(r.startsWith("```")||r.startsWith("~~~"))&&(n=!n)}return n}function jp(e){let n=e.endsWith(`
145
+ `),i=r>=0?e.slice(0,r+1):"";if(Ml(i))return this.formatAppendOnlyText(e);e=i}if(Ml(e))return this.formatAppendOnlyText(e);let n=um(e),t=this.formatAppendOnlyText(n);return Ml(t)?t:ix(t)}getText(){return this.accumulated}finish(){return this.finished=!0,this.dirty=!0,this.render()}formatAppendOnlyText(e,n=!1){return this.options.wrapTablesForAppend?ox(e,n):e}},rx=new Set(["*","~","`","["]);function cm(e){return ii(e).length<=e.length}function ix(e){if(e.length===0||cm(e))return e;for(let n=e.length-1;n>=0;n--)if(rx.has(e[n])){for(;n>0&&e[n-1]===e[n];)n--;let t=e.slice(0,n);if(cm(t))return t}return""}var Dl=/^\|.*\|$/,Fl=/^\|[\s:]*-{1,}[\s:]*(\|[\s:]*-{1,}[\s:]*)*\|$/;function Ml(e){let n=!1;for(let t of e.split(`
146
+ `)){let r=t.trimStart();(r.startsWith("```")||r.startsWith("~~~"))&&(n=!n)}return n}function um(e){let n=e.endsWith(`
147
147
  `),t=e.split(`
148
- `);!n&&t.length>0&&t.pop(),n&&t.length>0&&t.at(-1)===""&&t.pop();let r=0,i=!1;for(let u=t.length-1;u>=0;u--){let p=t[u].trim();if(p==="")break;if(Js.test(p)){i=!0;break}if(Ys.test(p))r++;else break}if(i||r===0)return e;let a=t.length-r,o=t.slice(0,a),s=o.join(`
149
- `);return o.length>0&&(s+=`
150
- `),s}function Rb(e,n=!1){let t=e.endsWith(`
148
+ `);!n&&t.length>0&&t.pop(),n&&t.length>0&&t.at(-1)===""&&t.pop();let r=0,i=!1;for(let u=t.length-1;u>=0;u--){let p=t[u].trim();if(p==="")break;if(Fl.test(p)){i=!0;break}if(Dl.test(p))r++;else break}if(i||r===0)return e;let o=t.length-r,a=t.slice(0,o),s=a.join(`
149
+ `);return a.length>0&&(s+=`
150
+ `),s}function ox(e,n=!1){let t=e.endsWith(`
151
151
  `),r=e.split(`
152
- `);t&&r.length>0&&r.at(-1)===""&&r.pop();let i=[],a=!1,o=!1;for(let u=0;u<r.length;u++){let p=r[u].trim();if(!a&&(p.startsWith("```")||p.startsWith("~~~"))){o=!o,i.push(r[u]);continue}if(o){i.push(r[u]);continue}let d=p!==""&&(Ys.test(p)||Js.test(p));if(d&&!a){let h=!1;for(let y=u;y<r.length;y++){let g=r[y].trim();if(Js.test(g)){h=!0;break}if(g===""||!Ys.test(g))break}h&&(i.push("```"),a=!0)}else!d&&a&&(i.push("```"),a=!1);i.push(r[u])}a&&n&&i.push("```");let s=i.join(`
152
+ `);t&&r.length>0&&r.at(-1)===""&&r.pop();let i=[],o=!1,a=!1;for(let u=0;u<r.length;u++){let p=r[u].trim();if(!o&&(p.startsWith("```")||p.startsWith("~~~"))){a=!a,i.push(r[u]);continue}if(a){i.push(r[u]);continue}let d=p!==""&&(Dl.test(p)||Fl.test(p));if(d&&!o){let h=!1;for(let y=u;y<r.length;y++){let g=r[y].trim();if(Fl.test(g)){h=!0;break}if(g===""||!Dl.test(g))break}h&&(i.push("```"),o=!0)}else!d&&o&&(i.push("```"),o=!1);i.push(r[u])}o&&n&&i.push("```");let s=i.join(`
153
153
  `);return t&&(s+=`
154
- `),s}function Ib(e){return"adapterName"in e&&!("adapter"in e)}var Bp="thread-state:";function Cb(e){return e!==null&&typeof e=="object"&&Symbol.asyncIterator in e}var zI=class Gs{constructor(n){Te(this,"id");Te(this,"channelId");Te(this,"isDM");Te(this,"channelVisibility");Te(this,"_adapter");Te(this,"_adapterName");Te(this,"_stateAdapterInstance");Te(this,"_recentMessages",[]);Te(this,"_isSubscribedContext");Te(this,"_currentMessage");Te(this,"_streamingUpdateIntervalMs");Te(this,"_fallbackStreamingPlaceholderText");Te(this,"_channel");Te(this,"_threadHistory");Te(this,"_logger");var t,r,i,a;this.id=n.id,this.channelId=n.channelId,this.isDM=(t=n.isDM)!=null?t:!1,this.channelVisibility=(r=n.channelVisibility)!=null?r:"unknown",this._isSubscribedContext=(i=n.isSubscribedContext)!=null?i:!1,this._currentMessage=n.currentMessage,this._logger=n.logger,this._streamingUpdateIntervalMs=(a=n.streamingUpdateIntervalMs)!=null?a:500,this._fallbackStreamingPlaceholderText=n.fallbackStreamingPlaceholderText!==void 0?n.fallbackStreamingPlaceholderText:"...",Ib(n)?this._adapterName=n.adapterName:(this._adapter=n.adapter,this._stateAdapterInstance=n.stateAdapter,this._threadHistory=n.threadHistory),n.initialMessage&&(this._recentMessages=[n.initialMessage])}get adapter(){if(this._adapter)return this._adapter;if(!this._adapterName)throw new Error("Thread has no adapter configured");let t=Ea().getAdapter(this._adapterName);if(!t)throw new Error(`Adapter "${this._adapterName}" not found in Chat singleton`);return this._adapter=t,t}get _stateAdapter(){if(this._stateAdapterInstance)return this._stateAdapterInstance;let n=Ea();return this._stateAdapterInstance=n.getState(),this._stateAdapterInstance}get recentMessages(){return this._recentMessages}set recentMessages(n){this._recentMessages=n}get state(){return this._stateAdapter.get(`${Bp}${this.id}`)}async setState(n,t){let r=`${Bp}${this.id}`;if(t!=null&&t.replace)await this._stateAdapter.set(r,n,_a);else{let a={...await this._stateAdapter.get(r),...n};await this._stateAdapter.set(r,a,_a)}}get channel(){if(!this._channel){let n=vb(this.adapter,this.id);this._channel=new kb({id:n,adapter:this.adapter,stateAdapter:this._stateAdapter,isDM:this.isDM,channelVisibility:this.channelVisibility,threadHistory:this._threadHistory})}return this._channel}get messages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,a=!1;for(;;){let o=await n.fetchMessages(t,{cursor:i,direction:"backward"}),s=[...o.messages].reverse();for(let u of s)a=!0,yield u;if(!o.nextCursor||o.messages.length===0)break;i=o.nextCursor}if(!a&&r){let o=await r.getMessages(t);for(let s=o.length-1;s>=0;s--)yield o[s]}}}}get allMessages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,a=!1;for(;;){let o=await n.fetchMessages(t,{limit:100,cursor:i,direction:"forward"});for(let s of o.messages)a=!0,yield s;if(!o.nextCursor||o.messages.length===0)break;i=o.nextCursor}if(!a&&r){let o=await r.getMessages(t);for(let s of o)yield s}}}}async getParticipants(){let n=new Map;this._currentMessage&&!this._currentMessage.author.isMe&&!this._currentMessage.author.isBot&&n.set(this._currentMessage.author.userId,this._currentMessage.author);for await(let t of this.allMessages)t.author.isMe||t.author.isBot||n.has(t.author.userId)||n.set(t.author.userId,t.author);return[...n.values()]}async isSubscribed(){return this._isSubscribedContext?!0:this._stateAdapter.isSubscribed(this.id)}async subscribe(){await this._stateAdapter.subscribe(this.id),this.adapter.onThreadSubscribe&&await this.adapter.onThreadSubscribe(this.id)}async unsubscribe(){await this._stateAdapter.unsubscribe(this.id)}async post(n){if(Yp(n)){if(n.kind==="stream"){let a=n.getPostData(),o={...a.options.updateIntervalMs?{updateIntervalMs:a.options.updateIntervalMs}:{},...a.options.groupTasks?{taskDisplayMode:a.options.groupTasks}:{},...a.options.endWith?{stopBlocks:a.options.endWith}:{}};return await this.handleStream(a.stream,o),n}return await this.handlePostableObject(n),n}if(Cb(n))return this.handleStream(n);let t=n;if(Lt(n)){let a=Nt(n);if(!a)throw new Error("Invalid JSX element: must be a Card element");t=a}t=await this.processCallbackUrls(t);let r=await this.adapter.postMessage(this.id,t),i=this.createSentMessage(r.id,t,r.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Wn(i)),i}async handlePostableObject(n){await Jp(n,this.adapter,this.id,(t,r)=>this.adapter.postMessage(t,r),this._logger)}async postEphemeral(n,t,r){let{fallbackToDM:i}=r,a=typeof n=="string"?n:n.userId,o;if(Lt(t)){let s=Nt(t);if(!s)throw new Error("Invalid JSX element: must be a Card element");o=s}else o=t;if(o=await this.processCallbackUrls(o),this.adapter.postEphemeral)return this.adapter.postEphemeral(this.id,a,o);if(!i)return null;if(this.adapter.openDM){let s=await this.adapter.openDM(a),u=await this.adapter.postMessage(s,o);return{id:u.id,threadId:s,usedFallback:!0,raw:u.raw}}return null}async processCallbackUrls(n){var t;if(typeof n=="string")return n;if("type"in n&&n.type==="card")return Aa(n,this._stateAdapter);if("card"in n&&((t=n.card)==null?void 0:t.type)==="card"){let r=await Aa(n.card,this._stateAdapter);if(r!==n.card)return{...n,card:r}}return n}async schedule(n,t){let r;if(Lt(n)){let i=Nt(n);if(!i)throw new Error("Invalid JSX element: must be a Card element");r=i}else r=n;if(r=await this.processCallbackUrls(r),!this.adapter.scheduleMessage)throw new Gp("Scheduled messages are not supported by this adapter","scheduling");return this.adapter.scheduleMessage(this.id,r,t)}async handleStream(n,t){let r=Hp(n),i={updateIntervalMs:this._streamingUpdateIntervalMs,...t};if(this._currentMessage&&(i.recipientUserId=this._currentMessage.author.userId,i.recipientTeamId=this.extractSlackRecipientTeamId(this._currentMessage.raw)),this.adapter.stream){let o="",s={[Symbol.asyncIterator]:()=>{let p=r[Symbol.asyncIterator]();return{async next(){let d=await p.next();if(!d.done){let h=d.value;typeof h=="string"?o+=h:h.type==="markdown_text"&&(o+=h.text)}return d}}}},u=await this.adapter.stream(this.id,s,i);if(u){let p=this.createSentMessage(u.id,{markdown:o},u.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Wn(p)),p}}let a={[Symbol.asyncIterator]:()=>{let o=r[Symbol.asyncIterator]();return{async next(){for(;;){let s=await o.next();if(s.done)return{value:void 0,done:!0};let u=s.value;if(typeof u=="string")return{value:u,done:!1};if(u.type==="markdown_text")return{value:u.text,done:!1}}}}}};return this.fallbackStream(a,i)}extractSlackRecipientTeamId(n){var r;if(!n||typeof n!="object")return;let t=n;if(typeof t.team_id=="string"&&t.team_id)return t.team_id;if(typeof t.team=="string"&&t.team)return t.team;if(t.team&&typeof t.team=="object"&&typeof t.team.id=="string"&&t.team.id)return t.team.id;if(typeof((r=t.user)==null?void 0:r.team_id)=="string"&&t.user.team_id)return t.user.team_id}async startTyping(n){await this.adapter.startTyping(this.id,n)}async fallbackStream(n,t){var j;let r=(j=t==null?void 0:t.updateIntervalMs)!=null?j:this._streamingUpdateIntervalMs,i=this._fallbackStreamingPlaceholderText,a=i===null?null:await this.adapter.postMessage(this.id,i),o=this.id,s=new Eb,u="",p=!1,d=null,h=null;a&&(o=a.threadId||this.id,u=i!=null?i:"");let y=()=>{h=setTimeout(()=>{d=g()},r)},g=async()=>{var te;if(p||!a)return;let ce=s.render();if(ce.trim()&&ce!==u)try{await this.adapter.editMessage(o,a.id,{markdown:ce}),u=ce}catch(ke){(te=this._logger)==null||te.warn("fallbackStream edit failed",ke)}p||y()};a&&y();try{for await(let ce of n)if(s.push(ce),!a){let te=s.render();te.trim()&&(a=await this.adapter.postMessage(this.id,{markdown:te}),o=a.threadId||this.id,u=te,y())}}finally{p=!0,h&&(clearTimeout(h),h=null)}d&&await d;let P=s.getText(),Z=s.finish();a||(a=await this.adapter.postMessage(this.id,{markdown:P.trim()?P:" "}),o=a.threadId||this.id,u=P),Z.trim()&&Z!==u&&await this.adapter.editMessage(o,a.id,{markdown:P});let Q=this.createSentMessage(a.id,{markdown:P},o);return this._threadHistory&&await this._threadHistory.append(this.id,new Wn(Q)),Q}async refresh(){let n=await this.adapter.fetchMessages(this.id,{limit:50});n.messages.length>0?this._recentMessages=n.messages:this._threadHistory?this._recentMessages=await this._threadHistory.getMessages(this.id,50):this._recentMessages=[]}mentionUser(n){return`<@${n}>`}toJSON(){var n,t;return{_type:"chat:Thread",id:this.id,channelId:this.channelId,channelVisibility:this.channelVisibility,currentMessage:(n=this._currentMessage)==null?void 0:n.toJSON(),isDM:this.isDM,adapterName:(t=this._adapterName)!=null?t:this.adapter.name}}static fromJSON(n,t){let r=new Gs({id:n.id,adapterName:n.adapterName,channelId:n.channelId,channelVisibility:n.channelVisibility,currentMessage:n.currentMessage?Wn.fromJSON(n.currentMessage):void 0,isDM:n.isDM});return t&&(r._adapter=t),r}static[or](n){return n.toJSON()}static[sr](n){return Gs.fromJSON(n)}createSentMessage(n,t,r){let i=this.adapter,a=r||this.id,o=this,{plainText:s,formatted:u,attachments:p}=Pb(t);return{id:n,threadId:a,text:s,formatted:u,raw:null,links:[],author:{userId:"self",userName:i.userName,fullName:i.userName,isBot:!0,isMe:!0},metadata:{dateSent:new Date,edited:!1},attachments:p,toJSON(){return new Wn(this).toJSON()},async edit(h){let y=h;if(Lt(h)){let g=Nt(h);if(!g)throw new Error("Invalid JSX element: must be a Card element");y=g}return y=await o.processCallbackUrls(y),await i.editMessage(a,n,y),o.createSentMessage(n,y)},async delete(){await i.deleteMessage(a,n)},async addReaction(h){await i.addReaction(a,n,h)},async removeReaction(h){await i.removeReaction(a,n,h)}}}createSentMessageFromMessage(n){let t=this.adapter,r=this.id,i=n.id,a=this;return{id:n.id,threadId:n.threadId,text:n.text,formatted:n.formatted,raw:n.raw,author:n.author,metadata:n.metadata,attachments:n.attachments,links:n.links,isMention:n.isMention,toJSON(){return n.toJSON()},async edit(o){let s=o;if(Lt(o)){let u=Nt(o);if(!u)throw new Error("Invalid JSX element: must be a Card element");s=u}return s=await a.processCallbackUrls(s),await t.editMessage(r,i,s),a.createSentMessage(i,s,r)},async delete(){await t.deleteMessage(r,i)},async addReaction(o){await t.addReaction(r,i,o)},async removeReaction(o){await t.removeReaction(r,i,o)}}}};function Pb(e){if(typeof e=="string")return{plainText:e,formatted:bn([yn([gn(e)])]),attachments:[]};if("raw"in e)return{plainText:e.raw,formatted:bn([yn([gn(e.raw)])]),attachments:e.attachments||[]};if("markdown"in e){let n=Fs(e.markdown);return{plainText:Vr(n),formatted:n,attachments:e.attachments||[]}}if("ast"in e)return{plainText:Vr(e.ast),formatted:e.ast,attachments:e.attachments||[]};if("card"in e){let n=e.fallbackText||Wr(e.card);return{plainText:n,formatted:bn([yn([gn(n)])]),attachments:[]}}if("type"in e&&e.type==="card"){let n=Wr(e);return{plainText:n,formatted:bn([yn([gn(n)])]),attachments:[]}}throw new Error("Invalid PostableMessage format")}var VI=10080*60*1e3;var WI=300*1e3,HI=1440*60*1e3;var zp=new Map;function lr(e){let n=zp.get(e);return n||(n=Object.freeze({name:e,toString:()=>`{{emoji:${e}}}`,toJSON:()=>`{{emoji:${e}}}`}),zp.set(e,n)),n}var Mb={thumbs_up:{slack:["+1","thumbsup"],gchat:"\u{1F44D}"},thumbs_down:{slack:["-1","thumbsdown"],gchat:"\u{1F44E}"},clap:{slack:"clap",gchat:"\u{1F44F}"},wave:{slack:"wave",gchat:"\u{1F44B}"},pray:{slack:"pray",gchat:"\u{1F64F}"},muscle:{slack:"muscle",gchat:"\u{1F4AA}"},ok_hand:{slack:"ok_hand",gchat:"\u{1F44C}"},point_up:{slack:"point_up",gchat:"\u{1F446}"},point_down:{slack:"point_down",gchat:"\u{1F447}"},point_left:{slack:"point_left",gchat:"\u{1F448}"},point_right:{slack:"point_right",gchat:"\u{1F449}"},raised_hands:{slack:"raised_hands",gchat:"\u{1F64C}"},shrug:{slack:"shrug",gchat:"\u{1F937}"},facepalm:{slack:"facepalm",gchat:"\u{1F926}"},heart:{slack:"heart",gchat:["\u2764\uFE0F","\u2764"]},smile:{slack:["smile","slightly_smiling_face"],gchat:"\u{1F60A}"},laugh:{slack:["laughing","satisfied","joy"],gchat:["\u{1F602}","\u{1F606}"]},thinking:{slack:"thinking_face",gchat:"\u{1F914}"},sad:{slack:["cry","sad","white_frowning_face"],gchat:"\u{1F622}"},cry:{slack:"sob",gchat:"\u{1F62D}"},angry:{slack:"angry",gchat:"\u{1F620}"},love_eyes:{slack:"heart_eyes",gchat:"\u{1F60D}"},cool:{slack:"sunglasses",gchat:"\u{1F60E}"},wink:{slack:"wink",gchat:"\u{1F609}"},surprised:{slack:"open_mouth",gchat:"\u{1F62E}"},worried:{slack:"worried",gchat:"\u{1F61F}"},confused:{slack:"confused",gchat:"\u{1F615}"},neutral:{slack:"neutral_face",gchat:"\u{1F610}"},sleeping:{slack:"sleeping",gchat:"\u{1F634}"},sick:{slack:"nauseated_face",gchat:"\u{1F922}"},mind_blown:{slack:"exploding_head",gchat:"\u{1F92F}"},relieved:{slack:"relieved",gchat:"\u{1F60C}"},grimace:{slack:"grimacing",gchat:"\u{1F62C}"},rolling_eyes:{slack:"rolling_eyes",gchat:"\u{1F644}"},hug:{slack:"hugging_face",gchat:"\u{1F917}"},zany:{slack:"zany_face",gchat:"\u{1F92A}"},check:{slack:["white_check_mark","heavy_check_mark"],gchat:["\u2705","\u2714\uFE0F"]},x:{slack:["x","heavy_multiplication_x"],gchat:["\u274C","\u2716\uFE0F"]},question:{slack:"question",gchat:["\u2753","?"]},exclamation:{slack:"exclamation",gchat:"\u2757"},warning:{slack:"warning",gchat:"\u26A0\uFE0F"},stop:{slack:"octagonal_sign",gchat:"\u{1F6D1}"},info:{slack:"information_source",gchat:"\u2139\uFE0F"},100:{slack:"100",gchat:"\u{1F4AF}"},fire:{slack:"fire",gchat:"\u{1F525}"},star:{slack:"star",gchat:"\u2B50"},sparkles:{slack:"sparkles",gchat:"\u2728"},lightning:{slack:"zap",gchat:"\u26A1"},boom:{slack:"boom",gchat:"\u{1F4A5}"},eyes:{slack:"eyes",gchat:"\u{1F440}"},green_circle:{slack:"large_green_circle",gchat:"\u{1F7E2}"},yellow_circle:{slack:"large_yellow_circle",gchat:"\u{1F7E1}"},red_circle:{slack:"red_circle",gchat:"\u{1F534}"},blue_circle:{slack:"large_blue_circle",gchat:"\u{1F535}"},white_circle:{slack:"white_circle",gchat:"\u26AA"},black_circle:{slack:"black_circle",gchat:"\u26AB"},rocket:{slack:"rocket",gchat:"\u{1F680}"},party:{slack:["tada","partying_face"],gchat:["\u{1F389}","\u{1F973}"]},confetti:{slack:"confetti_ball",gchat:"\u{1F38A}"},balloon:{slack:"balloon",gchat:"\u{1F388}"},gift:{slack:"gift",gchat:"\u{1F381}"},trophy:{slack:"trophy",gchat:"\u{1F3C6}"},medal:{slack:"first_place_medal",gchat:"\u{1F947}"},lightbulb:{slack:"bulb",gchat:"\u{1F4A1}"},gear:{slack:"gear",gchat:"\u2699\uFE0F"},wrench:{slack:"wrench",gchat:"\u{1F527}"},hammer:{slack:"hammer",gchat:"\u{1F528}"},bug:{slack:"bug",gchat:"\u{1F41B}"},link:{slack:"link",gchat:"\u{1F517}"},lock:{slack:"lock",gchat:"\u{1F512}"},unlock:{slack:"unlock",gchat:"\u{1F513}"},key:{slack:"key",gchat:"\u{1F511}"},pin:{slack:"pushpin",gchat:"\u{1F4CC}"},memo:{slack:"memo",gchat:"\u{1F4DD}"},clipboard:{slack:"clipboard",gchat:"\u{1F4CB}"},calendar:{slack:"calendar",gchat:"\u{1F4C5}"},clock:{slack:"clock1",gchat:"\u{1F550}"},hourglass:{slack:"hourglass",gchat:"\u23F3"},bell:{slack:"bell",gchat:"\u{1F514}"},megaphone:{slack:"mega",gchat:"\u{1F4E2}"},speech_bubble:{slack:"speech_balloon",gchat:"\u{1F4AC}"},email:{slack:"email",gchat:"\u{1F4E7}"},inbox:{slack:"inbox_tray",gchat:"\u{1F4E5}"},outbox:{slack:"outbox_tray",gchat:"\u{1F4E4}"},package:{slack:"package",gchat:"\u{1F4E6}"},folder:{slack:"file_folder",gchat:"\u{1F4C1}"},file:{slack:"page_facing_up",gchat:"\u{1F4C4}"},chart_up:{slack:"chart_with_upwards_trend",gchat:"\u{1F4C8}"},chart_down:{slack:"chart_with_downwards_trend",gchat:"\u{1F4C9}"},coffee:{slack:"coffee",gchat:"\u2615"},pizza:{slack:"pizza",gchat:"\u{1F355}"},beer:{slack:"beer",gchat:"\u{1F37A}"},arrow_up:{slack:"arrow_up",gchat:"\u2B06\uFE0F"},arrow_down:{slack:"arrow_down",gchat:"\u2B07\uFE0F"},arrow_left:{slack:"arrow_left",gchat:"\u2B05\uFE0F"},arrow_right:{slack:"arrow_right",gchat:"\u27A1\uFE0F"},refresh:{slack:"arrows_counterclockwise",gchat:"\u{1F504}"},sun:{slack:"sunny",gchat:"\u2600\uFE0F"},cloud:{slack:"cloud",gchat:"\u2601\uFE0F"},rain:{slack:"rain_cloud",gchat:"\u{1F327}\uFE0F"},snow:{slack:"snowflake",gchat:"\u2744\uFE0F"},rainbow:{slack:"rainbow",gchat:"\u{1F308}"}},Nb=class{constructor(e){Te(this,"emojiMap");Te(this,"slackToNormalized");Te(this,"gchatToNormalized");this.emojiMap={...Mb,...e},this.slackToNormalized=new Map,this.gchatToNormalized=new Map,this.buildReverseMaps()}buildReverseMaps(){for(let[e,n]of Object.entries(this.emojiMap)){let t=Array.isArray(n.slack)?n.slack:[n.slack];for(let i of t)this.slackToNormalized.set(i.toLowerCase(),e);let r=Array.isArray(n.gchat)?n.gchat:[n.gchat];for(let i of r)this.gchatToNormalized.set(i,e)}}fromSlack(e){var r;let n=e.replace(/^:|:$/g,"").toLowerCase(),t=(r=this.slackToNormalized.get(n))!=null?r:e;return lr(t)}fromGChat(e){var t;let n=(t=this.gchatToNormalized.get(e))!=null?t:e;return lr(n)}fromTeams(e){var r;let t=(r={like:"thumbs_up",heart:"heart",laugh:"laugh",surprised:"surprised",sad:"sad",angry:"angry"}[e])!=null?r:e;return lr(t)}toSlack(e){let n=typeof e=="string"?e:e.name,t=this.emojiMap[n];return t?Array.isArray(t.slack)?t.slack[0]:t.slack:n}toGChat(e){let n=typeof e=="string"?e:e.name,t=this.emojiMap[n];return t?Array.isArray(t.gchat)?t.gchat[0]:t.gchat:n}toDiscord(e){return this.toGChat(e)}matches(e,n){let t=typeof n=="string"?n:n.name,r=this.emojiMap[t];if(!r)return e===t;let i=Array.isArray(r.slack)?r.slack:[r.slack],a=Array.isArray(r.gchat)?r.gchat:[r.gchat],o=e.replace(/^:|:$/g,"").toLowerCase();return i.some(s=>s.toLowerCase()===o)||a.includes(e)}extend(e){Object.assign(this.emojiMap,e),this.buildReverseMaps()}},Lb=new Nb;function Db(e){let n=["thumbs_up","thumbs_down","clap","wave","pray","muscle","ok_hand","point_up","point_down","point_left","point_right","raised_hands","shrug","facepalm","heart","smile","laugh","thinking","sad","cry","angry","love_eyes","cool","wink","surprised","worried","confused","neutral","sleeping","sick","mind_blown","relieved","grimace","rolling_eyes","hug","zany","check","x","question","exclamation","warning","stop","info","100","fire","star","sparkles","lightning","boom","eyes","green_circle","yellow_circle","red_circle","blue_circle","white_circle","black_circle","rocket","party","confetti","balloon","gift","trophy","medal","lightbulb","gear","wrench","hammer","bug","link","lock","unlock","key","pin","memo","clipboard","calendar","clock","hourglass","bell","megaphone","speech_bubble","email","inbox","outbox","package","folder","file","chart_up","chart_down","coffee","pizza","beer","arrow_up","arrow_down","arrow_left","arrow_right","refresh","sun","cloud","rain","snow","rainbow"],t={custom:r=>lr(r)};for(let r of n)t[r]=lr(r);if(e){for(let r of Object.keys(e))t[r]=lr(r);Lb.extend(e)}return t}var YI=Db(),Ks=ba,Xs=wa,Qs=Us;var Zs=Sa,el=Sp,tl=ya;var nl=Ta,rl=ka,il=xa;var Fb={400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",408:"Request Timeout",409:"Conflict",422:"Unprocessable Entity",429:"Too Many Requests",500:"Internal Server Error",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout"};function Oa(e){return typeof e=="string"&&e.trim()?e:!e||typeof e!="object"?null:Oa(e.message)}function Ub(e){if(!e)return null;let n;try{n=JSON.parse(e)}catch{return null}if(!n||typeof n!="object")return null;let t=n,r=Oa(t.message);if(r)return r;let i=Oa(t.error);if(i)return i;let a=t.errors;return Array.isArray(a)?Oa(a[0]):null}var wn=class extends Error{constructor(n,t){var o;let r=(o=Fb[n])!=null?o:n,i=Ub(t),a=i?`Delivery failed: ${r}: ${i}`:`Delivery failed: ${r}`;super(a),this.name="AgentDeliveryError",this.statusCode=n,this.responseBody=t}};var $b=5*1024*1024,qb=5*1024*1024,Kp=32768,jb=/^[A-Za-z0-9+/]*={0,2}$/;function Bb(e){return"type"in e&&e.type==="card"}function Jr(e,n){return e.filename?`"${e.filename}"`:`at index ${n}`}function Xp(){return globalThis.Buffer}function zb(e){var n,t,r;return(r=(t=(n=Xp())==null?void 0:n.isBuffer)==null?void 0:t.call(n,e))!=null?r:!1}function Vb(e){return typeof Blob!="undefined"&&e instanceof Blob}function al(e){let n=Xp();if(n)return n.from(e).toString("base64");if(typeof btoa!="function")throw new Error("Unable to encode file data: base64 encoding is not available in this runtime.");let t="";for(let r=0;r<e.length;r+=Kp){let i=e.subarray(r,r+Kp);t+=String.fromCharCode(...i)}return btoa(t)}function Qp(e){let n=e.replace(/\s/g,""),t=n.length%4;if(!n||t===1||!jb.test(n))return null;let r=n.endsWith("==")?2:n.endsWith("=")?1:0;return Math.floor(n.length*3/4)-r}function Yr(e,n,t){if(e>$b)throw new Error(`Invalid file ${Jr(n,t)}: inline data must be 5 MB or smaller. Use a publicly-accessible URL for larger files.`)}async function Wb(e,n,t){if(typeof e=="string"){let r=Qp(e);if(r===null)throw new Error(`Invalid file ${Jr(n,t)}: data must be a base64-encoded string.`);return Yr(r,n,t),e}if(zb(e))return Yr(e.byteLength,n,t),e.toString("base64");if(e instanceof Uint8Array)return Yr(e.byteLength,n,t),al(e);if(e instanceof ArrayBuffer)return Yr(e.byteLength,n,t),al(new Uint8Array(e));if(Vb(e))return Yr(e.size,n,t),al(new Uint8Array(await e.arrayBuffer()));throw new Error(`Invalid file ${Jr(n,t)}: data must be a base64 string, Buffer, Uint8Array, ArrayBuffer, or Blob.`)}async function Hb(e){if(!(e!=null&&e.length))return;let n=[],t=0;for(let[r,i]of e.entries()){let a=i.data,o=i.url,s=a!=null,u=o!=null;if(s===u)throw new Error(`Invalid file ${Jr(i,r)}: provide exactly one of data or url.`);if(s){let p=await Wb(a,i,r),d=Qp(p);if(t+=d!=null?d:0,t>qb)throw new Error("Invalid files: total inline data must be 5 MB or smaller. Use publicly-accessible URLs for larger files.");n.push({...i,data:p});continue}if(u&&typeof o!="string")throw new Error(`Invalid file ${Jr(i,r)}: url must be a string.`);n.push(i)}return n}async function Zp(e,n){let t=await Hb(n);if(typeof e=="string")return t?{markdown:e,files:t}:{markdown:e};if(Lt(e)){let r=Nt(e);if(r)return t?{card:r,files:t}:{card:r}}if(Bb(e))return t?{card:e,files:t}:{card:e};throw new Error("Invalid message content \u2014 expected string or CardElement")}var ol=class{constructor(n,t,r,i,a){this.conversationId=r;this.integrationIdentifier=i;this.poster=a;this.messageId=n,this.platformThreadId=t}async edit(n,t){let r=await this.poster.post({conversationId:this.conversationId,integrationIdentifier:this.integrationIdentifier,edit:{messageId:this.messageId,content:await Zp(n,t==null?void 0:t.files)}});if(!r)throw new Error("Agent edit did not return a message handle");return this.messageId=r.messageId,this.platformThreadId=r.platformThreadId,this}},Gr=class{constructor(n,t){this._signals=[];this._pendingReactions=[];this._resolveSignal=null;var i,a;this.event=n.event,this.action=(i=n.action)!=null?i:null,this.message=n.message,this.reaction=n.reaction,this.conversation=n.conversation,this.subscriber=n.subscriber,this.history=n.history,this.platform=n.platform,this.platformContext=n.platformContext,this._replyUrl=n.replyUrl,this._conversationId=n.conversationId,this._integrationIdentifier=n.integrationIdentifier,this._secretKey=t,this._poster={post:o=>this._post(o)},this._metadataState={...(a=n.conversation.metadata)!=null?a:{}};let r=this;this.metadata={get(o){return r._metadataState[o]},set(o,s){r._metadataState[o]=s,r._signals.push({type:"metadata",action:"set",key:o,value:s})},delete(o){delete r._metadataState[o],r._signals.push({type:"metadata",action:"delete",key:o})},clear(){r._metadataState={},r._signals.push({type:"metadata",action:"clear"})},get current(){return{...r._metadataState}}}}async reply(n,t){let r={conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier,reply:await Zp(n,t==null?void 0:t.files)};this._signals.length&&(r.signals=this._signals,this._signals=[]),this._pendingReactions.length&&(r.addReactions=this._pendingReactions,this._pendingReactions=[]),this._resolveSignal&&(r.resolve=this._resolveSignal,this._resolveSignal=null);let i=await this._post(r);if(!i)throw new Error("Agent reply did not return a message handle");return new ol(i.messageId,i.platformThreadId,this._conversationId,this._integrationIdentifier,this._poster)}resolve(n){this._resolveSignal={summary:n}}trigger(n,t){this._signals.push({...t,type:"trigger",workflowId:n})}addReaction(n,t){this._pendingReactions.push({messageId:n,emojiName:t})}async flush(){if(!this._signals.length&&!this._resolveSignal&&!this._pendingReactions.length)return;let n={conversationId:this._conversationId,integrationIdentifier:this._integrationIdentifier};this._signals.length&&(n.signals=this._signals,this._signals=[]),this._pendingReactions.length&&(n.addReactions=this._pendingReactions,this._pendingReactions=[]),this._resolveSignal&&(n.resolve=this._resolveSignal,this._resolveSignal=null),await this._post(n)}async _post(n){let t=await fetch(this._replyUrl,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`ApiKey ${this._secretKey}`},body:JSON.stringify(n)});if(!t.ok){let i=await t.text().catch(()=>"");throw new wn(t.status,i)}let r=await t.text().catch(()=>"");if(!r)return null;try{let i=JSON.parse(r),a=i&&typeof i=="object"&&"data"in i?i.data:i;if(a&&typeof a.messageId=="string"&&typeof a.platformThreadId=="string")return{messageId:a.messageId,platformThreadId:a.platformThreadId}}catch{}return null}};function sl(e,n){if(!e)throw new Error("agent() requires a non-empty agentId");if(!(n!=null&&n.onMessage))throw new Error(`agent('${e}') requires an onMessage handler`);return{id:e,handlers:n}}var cr=(i=>(i.ON_MESSAGE="onMessage",i.ON_ACTION="onAction",i.ON_RESOLVE="onResolve",i.ON_REACTION="onReaction",i))(cr||{});var ur=class{constructor(n){this.handler=n.handler,this.client=n.client?n.client:new er,this.workflows=n.workflows||[],this.agents=n.agents||[],this.http=Di(this.client.secretKey,this.client.apiUrl),this.frameworkName=n.frameworkName,this.hmacEnabled=this.client.strictAuthentication,this.client.addAgents(this.agents)}createHandler(){return async(...n)=>{await this.client.addWorkflows(this.workflows);let t=await this.handler(...n),r=await this.handleAction({actions:t});return t.transformResponse(r)}}getStaticHeaders(){let n=`novu-framework:v${this.client.version}`;return{"content-type":"application/json","access-control-allow-origin":"*","access-control-allow-private-network":"true","access-control-allow-methods":"GET, POST","access-control-allow-headers":"*","access-control-max-age":"604800","novu-framework-version":"2024-06-26","novu-framework-sdk":"2.11.1","novu-framework-server":this.frameworkName,"user-agent":n}}createResponse(n,t){return{status:n,body:JSON.stringify(t),headers:{...this.getStaticHeaders()}}}createError(n){return{status:n.statusCode,body:JSON.stringify({message:n.message,data:n.data,code:n.code}),headers:this.getStaticHeaders()}}async handleAction({actions:n}){let t=await n.url(),r=await n.method(),i=t.searchParams.get("action")||"health-check",a=t.searchParams.get("workflowId")||"",o=t.searchParams.get("stepId")||"",s=t.searchParams.get("agentId")||"",u=t.searchParams.get("event")||"",p=await n.headers("novu-signature")||"",d={};try{r==="POST"&&(d=await n.body())}catch{}try{i!=="health-check"&&await this.validateHmac(d,p);let h=this.getPostActionMap(d,a,o,i,s,u,n.waitUntil),y=this.getGetActionMap(a,o);if(r==="POST")return await this.handlePostAction(i,h);if(r==="GET")return await this.handleGetAction(i,y);if(r==="OPTIONS")return this.createResponse(200,{})}catch(h){return this.handleError(h)}return this.createError(new ki(r))}getPostActionMap(n,t,r,i,a,o,s){return{trigger:this.triggerAction({workflowId:t,...n}),execute:async()=>{let u=await this.client.executeWorkflow({...n,workflowId:t,stepId:r,action:i});return this.createResponse(200,u)},preview:async()=>{let u=await this.client.executeWorkflow({...n,workflowId:t,stepId:r,action:i});return this.createResponse(200,u)},"agent-event":async()=>{let u=this.client.getAgent(a);if(!u)return this.createResponse(404,{error:`Agent '${a}' not registered`});let p=new Gr(n,this.client.secretKey),d=this.runAgentHandler(u,o,p).catch(h=>{h instanceof wn?this.client.logger.error(`[agent:${a}] ${h.message}`):this.client.logger.error(`[agent:${a}] Handler error:`,h)});return s&&s(d),this.createResponse(200,{status:"ack"})}}}triggerAction(n){return async()=>{let t={name:n.workflowId,to:n.to,payload:(n==null?void 0:n.payload)||{},transactionId:n.transactionId,overrides:n.overrides||{},...n.actor&&{actor:n.actor},...n.bridgeUrl&&{bridgeUrl:n.bridgeUrl},...n.controls&&{controls:n.controls},...n.context&&{context:n.context}},r=await this.http.post("/events/trigger",t);return this.createResponse(200,r)}}getGetActionMap(n,t){return{discover:async()=>{let r=await this.client.discover();return this.createResponse(200,r)},"health-check":async()=>{let r=await this.client.healthCheck();return this.createResponse(200,r)},code:async()=>{let r=await this.client.getCode(n,t);return this.createResponse(200,r)}}}async handlePostAction(n,t){if(Object.values(vr).includes(n)){let r=t[n];return r()}else throw new Xn(n,vr)}async handleGetAction(n,t){if(Object.values(ui).includes(n)){let r=t[n];return r()}else throw new Xn(n,ui)}async runAgentHandler(n,t,r){let i=async a=>{a!=null&&await r.reply(a)};switch(t){case"onMessage":await i(await n.handlers.onMessage(r.message,r));break;case"onAction":n.handlers.onAction&&await i(await n.handlers.onAction(r.action,r));break;case"onReaction":n.handlers.onReaction&&await i(await n.handlers.onReaction(r.reaction,r));break;case"onResolve":n.handlers.onResolve&&await i(await n.handlers.onResolve(r));break;default:throw new Xn(t,cr)}await r.flush()}handleError(n){if(Nn(n))return n.statusCode>=500&&this.client.logger.error(n),this.createError(n);if(pc(n))return this.createError(n);{let t=new Kn(n);return this.client.logger.error(t),this.createError(t)}}async validateHmac(n,t){if(!this.hmacEnabled)return;if(!t)throw new Ri;if(!this.client.secretKey)throw new Pi;let r=Yb(t);if(!r.v1||r.t===void 0)throw new Ii;let i=Date.now();if(r.t<i-3e5||r.t>i+3e5)throw new Ci;let a=await Sc(this.client.secretKey,`${r.t}.${JSON.stringify(n)}`);if(!xc(a,r.v1))throw new Oi}};function Yb(e){let n={};for(let i of e.split(",")){let a=i.trim();if(!a)continue;let o=a.indexOf("=");if(o<=0)continue;let s=a.slice(0,o),u=a.slice(o+1);s&&u&&!(s in n)&&(n[s]=u)}let t=n.t,r=t!==void 0?Number(t):NaN;return{t:Number.isFinite(r)?r:void 0,v1:n.v1}}var le={output:{type:"object",properties:{},required:[],additionalProperties:!0}};var Jb={type:"object",properties:{webhookUrl:{type:"string",format:"uri"},text:{type:"string"},blocks:{type:"array",items:{type:"object",properties:{type:{enum:["image","context","actions","divider","section","input","file","header","video","rich_text"]}},required:["type"],additionalProperties:!0}}},additionalProperties:!0},td={output:Jb};var nd={"chat-webhook":le,discord:le,getstream:le,"grafana-on-call":le,mattermost:le,msteams:le,"rocket-chat":le,ryver:le,slack:td,"whatsapp-business":le,zulip:le,telegram:le};var Gb={type:"object",properties:{to:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:'Email address of the recipient(s). Example: "Bob bob@host.com". You can use commas to separate multiple recipients (e.g.: "test@example.com,test@example.com" or ["test@example.com", "test@example.com"]).'},from:{type:"string"},subject:{type:"string",description:"Subject of the message."},text:{type:"string",description:"Text version of the message."},html:{type:"string",description:"HTML version of the message."},message:{type:"string",description:"MIME string of the message. Make sure to use multipart/form-data to send this as a file upload."},cc:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Same as To but for carbon copy"},bcc:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Same as To but for blind carbon copy"},ampHtml:{type:"string"},tVersion:{type:"string"},tText:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},oTag:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Tag string. See Tagging for more information."},oDkim:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Enables/disabled DKIM signatures on per-message basis. Pass yes or no"},oDeliverytime:{type:"string",description:"Desired time of delivery. See Date Format. Note: Messages can be scheduled for a maximum of 3 days in the future."},oDeliverytimeOptimizePeriod:{type:"string"},oTimeZoneLocalize:{type:"string"},oTestmode:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Enables sending in test mode. Pass yes if needed. See Sending in Test Mode"},oTracking:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Toggles tracking on a per-message basis, see Tracking Messages for details. Pass yes or no."},oTrackingClicks:{anyOf:[{type:"string",enum:["yes","no","htmlonly"]},{type:"boolean"}],description:"Toggles clicks tracking on a per-message basis. Has higher priority than domain-level setting. Pass yes, no or htmlonly."},oTrackingOpens:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Toggles opens tracking on a per-message basis. Has higher priority than domain-level setting. Pass yes or no."},oRequireTls:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},oSkipVerification:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},recipientVariables:{type:"string"}},required:[],additionalProperties:!0},rd={output:Gb};var Hn={type:"object",properties:{name:{type:"string"},email:{type:"string"}},description:'JSON object, containing 2 properties: Name and Email address of a previously validated and active sender. Including the Name property in the JSON is optional. This property is not mandatory in case you use TemplateID and you specified a From address for the template. Format : { "Email":"value", "Name":"value" }.',required:["Email"],additionalProperties:!0},Kb={type:"object",properties:{contentType:{type:"string"},filename:{type:"string"},base64Content:{type:"string"}},required:["ContentType","Filename","Base64Content"],additionalProperties:!0},Xb={type:"object",properties:{filename:{type:"string"},contentType:{type:"string"},contentId:{type:"string"},base64Content:{type:"string"}},required:["ContentType","Filename","Base64Content"],additionalProperties:!0},Qb={type:"object",properties:{from:Hn,sender:Hn,to:{type:"array",items:Hn},cc:{type:"array",items:Hn},bcc:{type:"array",items:Hn},replyTo:Hn,subject:{type:"string"},textPart:{type:"string",description:"Content of the message, sent in Text and/or HTML format. At least one of these content types needs to be specified. When the HTML part is the only part provided, Mailjet will not generate a Text-part from the HTML version. The property can't be set when you use TemplateID"},htmlPart:{type:"string",description:"Content of the message, sent in Text and/or HTML format. At least one of these content types needs to be specified. When the HTML part is the only part provided, Mailjet will not generate a Text-part from the HTML version. The property can't be set when you use TemplateID"},templateId:{type:"number",description:"an ID for a template that is previously created and stored in Mailjet's system. It is mandatory when From and TextPart and/or HtmlPart are not provided. "},templateLanguage:{type:"boolean"},templateErrorReporting:Hn,templateErrorDeliver:{type:"boolean"},attachments:{type:"array",items:Kb},inlineAttachments:{type:"array",items:Xb},priority:{type:"number"},customCampaign:{type:"string"},deduplicateCampaign:{type:"boolean"},trackOpens:{type:"string",enum:["account_default","disabled","enabled"]},trackClicks:{type:"string",enum:["account_default","disabled","enabled"]},customId:{type:"string"},eventPayload:{type:"string"},urlTags:{type:"string"},headers:{type:"object",additionalProperties:!0},variables:{type:"object",additionalProperties:!0}},required:[],additionalProperties:!0},id={output:Qb};var Kt={type:"object",properties:{address:{type:"string"},name:{type:"string"}},additionalProperties:!0},Ra={type:"object",properties:{content:{type:"string"},path:{type:"string"}},additionalProperties:!0},Zb={type:"object",properties:{from:{anyOf:[{type:"string"},Kt]},sender:{anyOf:[{type:"string"},Kt]},to:{anyOf:[{type:"string"},Kt,{type:"array",items:Kt}]},cc:{anyOf:[{type:"string"},Kt,{type:"array",items:Kt}]},bcc:{anyOf:[{type:"string"},Kt,{type:"array",items:Kt}]},replyTo:{anyOf:[{type:"string"},Kt,{type:"array",items:Kt}]},inReplyTo:{anyOf:[{type:"string"},Kt]},references:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},subject:{type:"string"},text:{anyOf:[{type:"string"},Ra]},html:{anyOf:[{type:"string"},Ra]},watchHtml:{anyOf:[{type:"string"},Ra]},amp:{anyOf:[{type:"string"},{type:"object",properties:{content:{type:"string"},path:{type:"string"},href:{type:"string"},encoding:{type:"string"},contentType:{type:"string"},raw:{anyOf:[{type:"string"},Ra]}}}]},icalEvent:{anyOf:[{type:"string"},{type:"object",properties:{content:{type:"string"},path:{type:"string"},method:{type:"string"},filename:{anyOf:[{type:"string"},{type:"boolean"}]},href:{type:"string"},encoding:{type:"string"}}}]},headers:{anyOf:[{type:"object",additionalProperties:!0},{type:"array",items:{type:"object",additionalProperties:!0}}]},list:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},attachments:{type:"array",items:{type:"object",properties:{content:{type:"string"},path:{type:"string"}},additionalProperties:!0}}},required:[],additionalProperties:!0},ad={output:Zb};var ew={type:"object",properties:{},required:[],additionalProperties:!1},od={output:ew};var tw={type:"object",properties:{personalizations:{type:"array",description:"An array of messages and their metadata. Each object within personalizations can be thought of as an envelope - it defines who should receive an individual message and how that message should be handled. See our [Personalizations documentation](https://sendgrid.com/docs/for-developers/sending-email/personalizations/) for examples.",uniqueItems:!1,maxItems:1e3,items:{type:"object",properties:{from:{title:"From Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The 'From' email address used to deliver the message. This address should be a verified sender in your Twilio SendGrid account."},name:{type:"string",description:"A name or title associated with the sending email address."}},required:["email"]},to:{title:"To Email Array",type:"array",items:{type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},cc:{type:"array",description:"An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",maxItems:1e3,items:{title:"CC BCC Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},bcc:{type:"array",description:"An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",maxItems:1e3,items:{title:"CC BCC Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},subject:{type:"string",description:"The subject of your email. See character length requirements according to [RFC 2822](http://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit#answer-1592310).",minLength:1},headers:{type:"object",description:"A collection of JSON key/value pairs allowing you to specify handling instructions for your email. You may not overwrite the following headers: `x-sg-id`, `x-sg-eid`, `received`, `dkim-signature`, `Content-Type`, `Content-Transfer-Encoding`, `To`, `From`, `Subject`, `Reply-To`, `CC`, `BCC`"},substitutions:{type:"object",description:'Substitutions allow you to insert data without using Dynamic Transactional Templates. This field should **not** be used in combination with a Dynamic Transactional Template, which can be identified by a `templateId` starting with `d-`. This field is a collection of key/value pairs following the pattern "substitutionTag":"value to substitute". The key/value pairs must be strings. These substitutions will apply to the text and html content of the body of your email, in addition to the `subject` and `reply-to` parameters. The total collective size of your substitutions may not exceed 10,000 bytes per personalization object.',maxProperties:1e4},dynamicTemplateData:{type:"object",description:'Dynamic template data is available using Handlebars syntax in Dynamic Transactional Templates. This field should be used in combination with a Dynamic Transactional Template, which can be identified by a `templateId` starting with `d-`. This field is a collection of key/value pairs following the pattern "variable_name":"value to insert".'},customArgs:{type:"object",description:"Values that are specific to this personalization that will be carried along with the email and its activity data. Substitutions will not be made on custom arguments, so any string that is entered into this parameter will be assumed to be the custom argument that you would like to be used. This field may not exceed 10,000 bytes.",maxProperties:1e4},sendAt:{type:"integer",description:"A unix timestamp allowing you to specify when your email should be delivered. Scheduling delivery more than 72 hours in advance is forbidden."}},required:["to"]}},from:{title:"From Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The 'From' email address used to deliver the message. This address should be a verified sender in your Twilio SendGrid account."},name:{type:"string",description:"A name or title associated with the sending email address."}},required:["email"]},replyTo:{title:"Reply_to Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The email address where any replies or bounces will be returned."},name:{type:"string",description:"A name or title associated with the `replyTo` email address."}},required:["email"]},replyToList:{type:"array",description:"An array of recipients who will receive replies and/or bounces. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name. You can either choose to use \u201CreplyTo\u201D field or \u201CreplyToList\u201D but not both.",uniqueItems:!0,maxItems:1e3,items:{type:"object",properties:{email:{type:"string",description:"The email address where any replies or bounces will be returned.",format:"email"},name:{type:"string",description:"A name or title associated with the `replyToList` email address."}},required:["email"]}},subject:{type:"string",description:"The global or 'message level' subject of your email. This may be overridden by subject lines set in personalizations.",minLength:1},content:{type:"array",description:"An array where you can specify the content of your email. You can include multiple [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of content, but you must specify at least one MIME type. To include more than one MIME type, add another object to the array containing the `type` and `value` parameters.",items:{type:"object",properties:{type:{type:"string",description:"The MIME type of the content you are including in your email (e.g., `\u201Ctext/plain\u201D` or `\u201Ctext/html\u201D`).",minLength:1},value:{type:"string",description:"The actual content of the specified MIME type that you are including in your email.",minLength:1}},required:["type","value"]}},attachments:{type:"array",description:"An array of objects where you can specify any attachments you want to include.",items:{type:"object",properties:{content:{type:"string",description:"The Base64 encoded content of the attachment.",minLength:1},type:{type:"string",description:"The MIME type of the content you are attaching (e.g., `\u201Ctext/plain\u201D` or `\u201Ctext/html\u201D`).",minLength:1},filename:{type:"string",description:"The attachment's filename."},disposition:{type:"string",default:"attachment",description:"The attachment's content-disposition, specifying how you would like the attachment to be displayed. For example, `\u201Cinline\u201D` results in the attached file are displayed automatically within the message while `\u201Cattachment\u201D` results in the attached file require some action to be taken before it is displayed, such as opening or downloading the file.",enum:["inline","attachment"]},contentId:{type:"string",description:"The attachment's content ID. This is used when the disposition is set to `\u201Cinline\u201D` and the attachment is an image, allowing the file to be displayed within the body of your email."}},required:["content","filename"]}},templateId:{type:"string",description:"An email template ID. A template that contains a subject and content \u2014 either text or html \u2014 will override any subject and content values specified at the personalizations or message level."},headers:{description:"An object containing key/value pairs of header names and the value to substitute for them. The key/value pairs must be strings. You must ensure these are properly encoded if they contain unicode characters. These headers cannot be one of the reserved headers.",type:"object"},categories:{type:"array",description:"An array of category names for this message. Each category name may not exceed 255 characters. ",uniqueItems:!0,maxItems:10,items:{type:"string",maxLength:255}},customArgs:{description:"Values that are specific to the entire send that will be carried along with the email and its activity data. Key/value pairs must be strings. Substitutions will not be made on custom arguments, so any string that is entered into this parameter will be assumed to be the custom argument that you would like to be used. This parameter is overridden by `customArgs` set at the personalizations level. Total `customArgs` size may not exceed 10,000 bytes.",type:"string"},sendAt:{type:"integer",description:"A unix timestamp allowing you to specify when you want your email to be delivered. This may be overridden by the `sendAt` parameter set at the personalizations level. Delivery cannot be scheduled more than 72 hours in advance. If you have the flexibility, it's better to schedule mail for off-peak times. Most emails are scheduled and sent at the top of the hour or half hour. Scheduling email to avoid peak times \u2014 for example, scheduling at 10:53 \u2014 can result in lower deferral rates due to the reduced traffic during off-peak times."},batchId:{type:"string",description:"An ID representing a batch of emails to be sent at the same time. Including a `batchId` in your request allows you include this email in that batch. It also enables you to cancel or pause the delivery of that batch. For more information, see the [Cancel Scheduled Sends API](https://sendgrid.com/docs/api-reference/)."},asm:{type:"object",description:"An object allowing you to specify how to handle unsubscribes.",properties:{groupId:{type:"integer",description:"The unsubscribe group to associate with this email."},groupsToDisplay:{type:"array",description:"An array containing the unsubscribe groups that you would like to be displayed on the unsubscribe preferences page.",maxItems:25,items:{type:"integer"}}},required:["groupId"]},ipPoolName:{type:"string",description:"The IP Pool that you would like to send this email from.",minLength:2,maxLength:64},mailSettings:{type:"object",description:"A collection of different mail settings that you can use to specify how you would like this email to be handled.",properties:{bypassListManagement:{type:"object",description:"Allows you to bypass all unsubscribe groups and suppressions to ensure that the email is delivered to every single recipient. This should only be used in emergencies when it is absolutely necessary that every recipient receives your email. This filter cannot be combined with any other bypass filters. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassSpamManagement:{type:"object",description:"Allows you to bypass the spam report list to ensure that the email is delivered to recipients. Bounce and unsubscribe lists will still be checked; addresses on these other lists will not receive the message. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassBounceManagement:{type:"object",description:"Allows you to bypass the bounce list to ensure that the email is delivered to recipients. Spam report and unsubscribe lists will still be checked; addresses on these other lists will not receive the message. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassUnsubscribeManagement:{type:"object",description:"Allows you to bypass the global unsubscribe list to ensure that the email is delivered to recipients. Bounce and spam report lists will still be checked; addresses on these other lists will not receive the message. This filter applies only to global unsubscribes and will not bypass group unsubscribes. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},footer:{type:"object",description:"The default footer that you would like included on every email.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},text:{type:"string",description:"The plain text content of your footer."},html:{type:"string",description:"The HTML content of your footer."}}},sandboxMode:{type:"object",description:"Sandbox Mode allows you to send a test email to ensure that your request body is valid and formatted correctly.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}}}},trackingSettings:{type:"object",description:"Settings to determine how you would like to track the metrics of how your recipients interact with your email.",properties:{clickTracking:{type:"object",description:"Allows you to track if a recipient clicked a link in your email.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},enableText:{type:"boolean",description:"Indicates if this setting should be included in the `text/plain` portion of your email."}}},openTracking:{type:"object",description:"Allows you to track if the email was opened by including a single pixel image in the body of the content. When the pixel is loaded, Twilio SendGrid can log that the email was opened.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},substitutionTag:{type:"string",description:"Allows you to specify a substitution tag that you can insert in the body of your email at a location that you desire. This tag will be replaced by the open tracking pixel."}}},subscriptionTracking:{type:"object",description:"Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the `substitutionTag`.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},text:{type:"string",description:"Text to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %>"},html:{type:"string",description:"HTML to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %>"},substitutionTag:{type:"string",description:"A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tag\u2019s location with no additional formatting."}}},ganalytics:{type:"object",description:"Allows you to enable tracking provided by Google Analytics.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},utmSource:{type:"string",description:"Name of the referrer source. (e.g. Google, SomeDomain.com, or Marketing Email)"},utmMedium:{type:"string",description:"Name of the marketing medium. (e.g. Email)"},utmTerm:{type:"string",description:"Used to identify any paid keywords."},utmContent:{type:"string",description:"Used to differentiate your campaign from advertisements."},utmCampaign:{type:"string",description:"The name of the campaign."}}}}}},required:[],additionalProperties:!1},sd={output:tw};var ld={braze:le,clickatell:le,nodemailer:ad,emailjs:le,"email-webhook":le,"infobip-email":le,mailersend:le,mailgun:rd,mailjet:id,mailtrap:le,mandrill:le,netcore:le,"novu-email":od,outlook365:le,plunk:le,postmark:le,resend:le,sendgrid:sd,sendinblue:le,ses:le,sparkpost:le};var nw={type:"object",properties:{},required:[],additionalProperties:!1},cd={output:nw};var ud={novu:cd};var pd={anyOf:[{type:"string"},{type:"object",additionalProperties:!0,properties:{name:{type:"string"},volume:{type:"number"},critical:{type:"number"}},required:["name","volume","critical"]}]},rw={type:"object",properties:{topic:{type:"string",description:"The destination topic for the notification."},id:{type:"string",description:"A UUID to identify the notification with APNS. If an id is not supplied, APNS will generate one automatically. If an error occurs the response will contain the id. This property populates the apns-id header."},expiry:{type:"number",description:"A UNIX timestamp when the notification should expire. If the notification cannot be delivered to the device, APNS will retry until it expires. An expiry of 0 indicates that the notification expires immediately, therefore no retries will be attempted."},priority:{type:"number",description:`Provide one of the following values:
154
+ `),s}function ax(e){return"adapterName"in e&&!("adapter"in e)}var pm="thread-state:";function sx(e){return e!==null&&typeof e=="object"&&Symbol.asyncIterator in e}var BP=class Ul{constructor(n){ke(this,"id");ke(this,"channelId");ke(this,"isDM");ke(this,"channelVisibility");ke(this,"_adapter");ke(this,"_adapterName");ke(this,"_stateAdapterInstance");ke(this,"_recentMessages",[]);ke(this,"_isSubscribedContext");ke(this,"_currentMessage");ke(this,"_streamingUpdateIntervalMs");ke(this,"_fallbackStreamingPlaceholderText");ke(this,"_channel");ke(this,"_threadHistory");ke(this,"_logger");var t,r,i,o;this.id=n.id,this.channelId=n.channelId,this.isDM=(t=n.isDM)!=null?t:!1,this.channelVisibility=(r=n.channelVisibility)!=null?r:"unknown",this._isSubscribedContext=(i=n.isSubscribedContext)!=null?i:!1,this._currentMessage=n.currentMessage,this._logger=n.logger,this._streamingUpdateIntervalMs=(o=n.streamingUpdateIntervalMs)!=null?o:500,this._fallbackStreamingPlaceholderText=n.fallbackStreamingPlaceholderText!==void 0?n.fallbackStreamingPlaceholderText:"...",ax(n)?this._adapterName=n.adapterName:(this._adapter=n.adapter,this._stateAdapterInstance=n.stateAdapter,this._threadHistory=n.threadHistory),n.initialMessage&&(this._recentMessages=[n.initialMessage])}get adapter(){if(this._adapter)return this._adapter;if(!this._adapterName)throw new Error("Thread has no adapter configured");let t=Jo().getAdapter(this._adapterName);if(!t)throw new Error(`Adapter "${this._adapterName}" not found in Chat singleton`);return this._adapter=t,t}get _stateAdapter(){if(this._stateAdapterInstance)return this._stateAdapterInstance;let n=Jo();return this._stateAdapterInstance=n.getState(),this._stateAdapterInstance}get recentMessages(){return this._recentMessages}set recentMessages(n){this._recentMessages=n}get state(){return this._stateAdapter.get(`${pm}${this.id}`)}async setState(n,t){let r=`${pm}${this.id}`;if(t!=null&&t.replace)await this._stateAdapter.set(r,n,Go);else{let o={...await this._stateAdapter.get(r),...n};await this._stateAdapter.set(r,o,Go)}}get channel(){if(!this._channel){let n=ex(this.adapter,this.id);this._channel=new ZT({id:n,adapter:this.adapter,stateAdapter:this._stateAdapter,isDM:this.isDM,channelVisibility:this.channelVisibility,threadHistory:this._threadHistory})}return this._channel}get messages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,o=!1;for(;;){let a=await n.fetchMessages(t,{cursor:i,direction:"backward"}),s=[...a.messages].reverse();for(let u of s)o=!0,yield u;if(!a.nextCursor||a.messages.length===0)break;i=a.nextCursor}if(!o&&r){let a=await r.getMessages(t);for(let s=a.length-1;s>=0;s--)yield a[s]}}}}get allMessages(){let n=this.adapter,t=this.id,r=this._threadHistory;return{async*[Symbol.asyncIterator](){let i,o=!1;for(;;){let a=await n.fetchMessages(t,{limit:100,cursor:i,direction:"forward"});for(let s of a.messages)o=!0,yield s;if(!a.nextCursor||a.messages.length===0)break;i=a.nextCursor}if(!o&&r){let a=await r.getMessages(t);for(let s of a)yield s}}}}async getParticipants(){let n=new Map;this._currentMessage&&!this._currentMessage.author.isMe&&!this._currentMessage.author.isBot&&n.set(this._currentMessage.author.userId,this._currentMessage.author);for await(let t of this.allMessages)t.author.isMe||t.author.isBot||n.has(t.author.userId)||n.set(t.author.userId,t.author);return[...n.values()]}async isSubscribed(){return this._isSubscribedContext?!0:this._stateAdapter.isSubscribed(this.id)}async subscribe(){await this._stateAdapter.subscribe(this.id),this.adapter.onThreadSubscribe&&await this.adapter.onThreadSubscribe(this.id)}async unsubscribe(){await this._stateAdapter.unsubscribe(this.id)}async post(n){if(gm(n)){if(n.kind==="stream"){let o=n.getPostData(),a={...o.options.updateIntervalMs?{updateIntervalMs:o.options.updateIntervalMs}:{},...o.options.groupTasks?{taskDisplayMode:o.options.groupTasks}:{},...o.options.endWith?{stopBlocks:o.options.endWith}:{}};return await this.handleStream(o.stream,a),n}return await this.handlePostableObject(n),n}if(sx(n))return this.handleStream(n);let t=n;if(Ht(n)){let o=Wt(n);if(!o)throw new Error("Invalid JSX element: must be a Card element");t=o}t=await this.processCallbackUrls(t);let r=await this.adapter.postMessage(this.id,t),i=this.createSentMessage(r.id,t,r.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Qn(i)),i}async handlePostableObject(n){await ym(n,this.adapter,this.id,(t,r)=>this.adapter.postMessage(t,r),this._logger)}async postEphemeral(n,t,r){let{fallbackToDM:i}=r,o=typeof n=="string"?n:n.userId,a;if(Ht(t)){let s=Wt(t);if(!s)throw new Error("Invalid JSX element: must be a Card element");a=s}else a=t;if(a=await this.processCallbackUrls(a),this.adapter.postEphemeral)return this.adapter.postEphemeral(this.id,o,a);if(!i)return null;if(this.adapter.openDM){let s=await this.adapter.openDM(o),u=await this.adapter.postMessage(s,a);return{id:u.id,threadId:s,usedFallback:!0,raw:u.raw}}return null}async processCallbackUrls(n){var t;if(typeof n=="string")return n;if("type"in n&&n.type==="card")return Yo(n,this._stateAdapter);if("card"in n&&((t=n.card)==null?void 0:t.type)==="card"){let r=await Yo(n.card,this._stateAdapter);if(r!==n.card)return{...n,card:r}}return n}async schedule(n,t){let r;if(Ht(n)){let i=Wt(n);if(!i)throw new Error("Invalid JSX element: must be a Card element");r=i}else r=n;if(r=await this.processCallbackUrls(r),!this.adapter.scheduleMessage)throw new bm("Scheduled messages are not supported by this adapter","scheduling");return this.adapter.scheduleMessage(this.id,r,t)}async handleStream(n,t){let r=mm(n),i={updateIntervalMs:this._streamingUpdateIntervalMs,...t};if(this._currentMessage&&(i.recipientUserId=this._currentMessage.author.userId,i.recipientTeamId=this.extractSlackRecipientTeamId(this._currentMessage.raw)),this.adapter.stream){let a="",s={[Symbol.asyncIterator]:()=>{let p=r[Symbol.asyncIterator]();return{async next(){let d=await p.next();if(!d.done){let h=d.value;typeof h=="string"?a+=h:h.type==="markdown_text"&&(a+=h.text)}return d}}}},u=await this.adapter.stream(this.id,s,i);if(u){let p=this.createSentMessage(u.id,{markdown:a},u.threadId);return this._threadHistory&&await this._threadHistory.append(this.id,new Qn(p)),p}}let o={[Symbol.asyncIterator]:()=>{let a=r[Symbol.asyncIterator]();return{async next(){for(;;){let s=await a.next();if(s.done)return{value:void 0,done:!0};let u=s.value;if(typeof u=="string")return{value:u,done:!1};if(u.type==="markdown_text")return{value:u.text,done:!1}}}}}};return this.fallbackStream(o,i)}extractSlackRecipientTeamId(n){var r;if(!n||typeof n!="object")return;let t=n;if(typeof t.team_id=="string"&&t.team_id)return t.team_id;if(typeof t.team=="string"&&t.team)return t.team;if(t.team&&typeof t.team=="object"&&typeof t.team.id=="string"&&t.team.id)return t.team.id;if(typeof((r=t.user)==null?void 0:r.team_id)=="string"&&t.user.team_id)return t.user.team_id}async startTyping(n){await this.adapter.startTyping(this.id,n)}async fallbackStream(n,t){var B;let r=(B=t==null?void 0:t.updateIntervalMs)!=null?B:this._streamingUpdateIntervalMs,i=this._fallbackStreamingPlaceholderText,o=i===null?null:await this.adapter.postMessage(this.id,i),a=this.id,s=new nx,u="",p=!1,d=null,h=null;o&&(a=o.threadId||this.id,u=i!=null?i:"");let y=()=>{h=setTimeout(()=>{d=g()},r)},g=async()=>{var ne;if(p||!o)return;let ue=s.render();if(ue.trim()&&ue!==u)try{await this.adapter.editMessage(a,o.id,{markdown:ue}),u=ue}catch(Ae){(ne=this._logger)==null||ne.warn("fallbackStream edit failed",Ae)}p||y()};o&&y();try{for await(let ue of n)if(s.push(ue),!o){let ne=s.render();ne.trim()&&(o=await this.adapter.postMessage(this.id,{markdown:ne}),a=o.threadId||this.id,u=ne,y())}}finally{p=!0,h&&(clearTimeout(h),h=null)}d&&await d;let P=s.getText(),ee=s.finish();o||(o=await this.adapter.postMessage(this.id,{markdown:P.trim()?P:" "}),a=o.threadId||this.id,u=P),ee.trim()&&ee!==u&&await this.adapter.editMessage(a,o.id,{markdown:P});let Z=this.createSentMessage(o.id,{markdown:P},a);return this._threadHistory&&await this._threadHistory.append(this.id,new Qn(Z)),Z}async refresh(){let n=await this.adapter.fetchMessages(this.id,{limit:50});n.messages.length>0?this._recentMessages=n.messages:this._threadHistory?this._recentMessages=await this._threadHistory.getMessages(this.id,50):this._recentMessages=[]}mentionUser(n){return`<@${n}>`}toJSON(){var n,t;return{_type:"chat:Thread",id:this.id,channelId:this.channelId,channelVisibility:this.channelVisibility,currentMessage:(n=this._currentMessage)==null?void 0:n.toJSON(),isDM:this.isDM,adapterName:(t=this._adapterName)!=null?t:this.adapter.name}}static fromJSON(n,t){let r=new Ul({id:n.id,adapterName:n.adapterName,channelId:n.channelId,channelVisibility:n.channelVisibility,currentMessage:n.currentMessage?Qn.fromJSON(n.currentMessage):void 0,isDM:n.isDM});return t&&(r._adapter=t),r}static[mr](n){return n.toJSON()}static[gr](n){return Ul.fromJSON(n)}createSentMessage(n,t,r){let i=this.adapter,o=r||this.id,a=this,{plainText:s,formatted:u,attachments:p}=lx(t);return{id:n,threadId:o,text:s,formatted:u,raw:null,links:[],author:{userId:"self",userName:i.userName,fullName:i.userName,isBot:!0,isMe:!0},metadata:{dateSent:new Date,edited:!1},attachments:p,toJSON(){return new Qn(this).toJSON()},async edit(h){let y=h;if(Ht(h)){let g=Wt(h);if(!g)throw new Error("Invalid JSX element: must be a Card element");y=g}return y=await a.processCallbackUrls(y),await i.editMessage(o,n,y),a.createSentMessage(n,y)},async delete(){await i.deleteMessage(o,n)},async addReaction(h){await i.addReaction(o,n,h)},async removeReaction(h){await i.removeReaction(o,n,h)}}}createSentMessageFromMessage(n){let t=this.adapter,r=this.id,i=n.id,o=this;return{id:n.id,threadId:n.threadId,text:n.text,formatted:n.formatted,raw:n.raw,author:n.author,metadata:n.metadata,attachments:n.attachments,links:n.links,isMention:n.isMention,toJSON(){return n.toJSON()},async edit(a){let s=a;if(Ht(a)){let u=Wt(a);if(!u)throw new Error("Invalid JSX element: must be a Card element");s=u}return s=await o.processCallbackUrls(s),await t.editMessage(r,i,s),o.createSentMessage(i,s,r)},async delete(){await t.deleteMessage(r,i)},async addReaction(a){await t.addReaction(r,i,a)},async removeReaction(a){await t.removeReaction(r,i,a)}}}};function lx(e){if(typeof e=="string")return{plainText:e,formatted:kn([xn([Tn(e)])]),attachments:[]};if("raw"in e)return{plainText:e.raw,formatted:kn([xn([Tn(e.raw)])]),attachments:e.attachments||[]};if("markdown"in e){let n=wl(e.markdown);return{plainText:Zr(n),formatted:n,attachments:e.attachments||[]}}if("ast"in e)return{plainText:Zr(e.ast),formatted:e.ast,attachments:e.attachments||[]};if("card"in e){let n=e.fallbackText||ei(e.card);return{plainText:n,formatted:kn([xn([Tn(n)])]),attachments:[]}}if("type"in e&&e.type==="card"){let n=ei(e);return{plainText:n,formatted:kn([xn([Tn(n)])]),attachments:[]}}throw new Error("Invalid PostableMessage format")}var zP=10080*60*1e3;var VP=300*1e3,WP=1440*60*1e3;var dm=new Map;function yr(e){let n=dm.get(e);return n||(n=Object.freeze({name:e,toString:()=>`{{emoji:${e}}}`,toJSON:()=>`{{emoji:${e}}}`}),dm.set(e,n)),n}var cx={thumbs_up:{slack:["+1","thumbsup"],gchat:"\u{1F44D}"},thumbs_down:{slack:["-1","thumbsdown"],gchat:"\u{1F44E}"},clap:{slack:"clap",gchat:"\u{1F44F}"},wave:{slack:"wave",gchat:"\u{1F44B}"},pray:{slack:"pray",gchat:"\u{1F64F}"},muscle:{slack:"muscle",gchat:"\u{1F4AA}"},ok_hand:{slack:"ok_hand",gchat:"\u{1F44C}"},point_up:{slack:"point_up",gchat:"\u{1F446}"},point_down:{slack:"point_down",gchat:"\u{1F447}"},point_left:{slack:"point_left",gchat:"\u{1F448}"},point_right:{slack:"point_right",gchat:"\u{1F449}"},raised_hands:{slack:"raised_hands",gchat:"\u{1F64C}"},shrug:{slack:"shrug",gchat:"\u{1F937}"},facepalm:{slack:"facepalm",gchat:"\u{1F926}"},heart:{slack:"heart",gchat:["\u2764\uFE0F","\u2764"]},smile:{slack:["smile","slightly_smiling_face"],gchat:"\u{1F60A}"},laugh:{slack:["laughing","satisfied","joy"],gchat:["\u{1F602}","\u{1F606}"]},thinking:{slack:"thinking_face",gchat:"\u{1F914}"},sad:{slack:["cry","sad","white_frowning_face"],gchat:"\u{1F622}"},cry:{slack:"sob",gchat:"\u{1F62D}"},angry:{slack:"angry",gchat:"\u{1F620}"},love_eyes:{slack:"heart_eyes",gchat:"\u{1F60D}"},cool:{slack:"sunglasses",gchat:"\u{1F60E}"},wink:{slack:"wink",gchat:"\u{1F609}"},surprised:{slack:"open_mouth",gchat:"\u{1F62E}"},worried:{slack:"worried",gchat:"\u{1F61F}"},confused:{slack:"confused",gchat:"\u{1F615}"},neutral:{slack:"neutral_face",gchat:"\u{1F610}"},sleeping:{slack:"sleeping",gchat:"\u{1F634}"},sick:{slack:"nauseated_face",gchat:"\u{1F922}"},mind_blown:{slack:"exploding_head",gchat:"\u{1F92F}"},relieved:{slack:"relieved",gchat:"\u{1F60C}"},grimace:{slack:"grimacing",gchat:"\u{1F62C}"},rolling_eyes:{slack:"rolling_eyes",gchat:"\u{1F644}"},hug:{slack:"hugging_face",gchat:"\u{1F917}"},zany:{slack:"zany_face",gchat:"\u{1F92A}"},check:{slack:["white_check_mark","heavy_check_mark"],gchat:["\u2705","\u2714\uFE0F"]},x:{slack:["x","heavy_multiplication_x"],gchat:["\u274C","\u2716\uFE0F"]},question:{slack:"question",gchat:["\u2753","?"]},exclamation:{slack:"exclamation",gchat:"\u2757"},warning:{slack:"warning",gchat:"\u26A0\uFE0F"},stop:{slack:"octagonal_sign",gchat:"\u{1F6D1}"},info:{slack:"information_source",gchat:"\u2139\uFE0F"},100:{slack:"100",gchat:"\u{1F4AF}"},fire:{slack:"fire",gchat:"\u{1F525}"},star:{slack:"star",gchat:"\u2B50"},sparkles:{slack:"sparkles",gchat:"\u2728"},lightning:{slack:"zap",gchat:"\u26A1"},boom:{slack:"boom",gchat:"\u{1F4A5}"},eyes:{slack:"eyes",gchat:"\u{1F440}"},green_circle:{slack:"large_green_circle",gchat:"\u{1F7E2}"},yellow_circle:{slack:"large_yellow_circle",gchat:"\u{1F7E1}"},red_circle:{slack:"red_circle",gchat:"\u{1F534}"},blue_circle:{slack:"large_blue_circle",gchat:"\u{1F535}"},white_circle:{slack:"white_circle",gchat:"\u26AA"},black_circle:{slack:"black_circle",gchat:"\u26AB"},rocket:{slack:"rocket",gchat:"\u{1F680}"},party:{slack:["tada","partying_face"],gchat:["\u{1F389}","\u{1F973}"]},confetti:{slack:"confetti_ball",gchat:"\u{1F38A}"},balloon:{slack:"balloon",gchat:"\u{1F388}"},gift:{slack:"gift",gchat:"\u{1F381}"},trophy:{slack:"trophy",gchat:"\u{1F3C6}"},medal:{slack:"first_place_medal",gchat:"\u{1F947}"},lightbulb:{slack:"bulb",gchat:"\u{1F4A1}"},gear:{slack:"gear",gchat:"\u2699\uFE0F"},wrench:{slack:"wrench",gchat:"\u{1F527}"},hammer:{slack:"hammer",gchat:"\u{1F528}"},bug:{slack:"bug",gchat:"\u{1F41B}"},link:{slack:"link",gchat:"\u{1F517}"},lock:{slack:"lock",gchat:"\u{1F512}"},unlock:{slack:"unlock",gchat:"\u{1F513}"},key:{slack:"key",gchat:"\u{1F511}"},pin:{slack:"pushpin",gchat:"\u{1F4CC}"},memo:{slack:"memo",gchat:"\u{1F4DD}"},clipboard:{slack:"clipboard",gchat:"\u{1F4CB}"},calendar:{slack:"calendar",gchat:"\u{1F4C5}"},clock:{slack:"clock1",gchat:"\u{1F550}"},hourglass:{slack:"hourglass",gchat:"\u23F3"},bell:{slack:"bell",gchat:"\u{1F514}"},megaphone:{slack:"mega",gchat:"\u{1F4E2}"},speech_bubble:{slack:"speech_balloon",gchat:"\u{1F4AC}"},email:{slack:"email",gchat:"\u{1F4E7}"},inbox:{slack:"inbox_tray",gchat:"\u{1F4E5}"},outbox:{slack:"outbox_tray",gchat:"\u{1F4E4}"},package:{slack:"package",gchat:"\u{1F4E6}"},folder:{slack:"file_folder",gchat:"\u{1F4C1}"},file:{slack:"page_facing_up",gchat:"\u{1F4C4}"},chart_up:{slack:"chart_with_upwards_trend",gchat:"\u{1F4C8}"},chart_down:{slack:"chart_with_downwards_trend",gchat:"\u{1F4C9}"},coffee:{slack:"coffee",gchat:"\u2615"},pizza:{slack:"pizza",gchat:"\u{1F355}"},beer:{slack:"beer",gchat:"\u{1F37A}"},arrow_up:{slack:"arrow_up",gchat:"\u2B06\uFE0F"},arrow_down:{slack:"arrow_down",gchat:"\u2B07\uFE0F"},arrow_left:{slack:"arrow_left",gchat:"\u2B05\uFE0F"},arrow_right:{slack:"arrow_right",gchat:"\u27A1\uFE0F"},refresh:{slack:"arrows_counterclockwise",gchat:"\u{1F504}"},sun:{slack:"sunny",gchat:"\u2600\uFE0F"},cloud:{slack:"cloud",gchat:"\u2601\uFE0F"},rain:{slack:"rain_cloud",gchat:"\u{1F327}\uFE0F"},snow:{slack:"snowflake",gchat:"\u2744\uFE0F"},rainbow:{slack:"rainbow",gchat:"\u{1F308}"}},ux=class{constructor(e){ke(this,"emojiMap");ke(this,"slackToNormalized");ke(this,"gchatToNormalized");this.emojiMap={...cx,...e},this.slackToNormalized=new Map,this.gchatToNormalized=new Map,this.buildReverseMaps()}buildReverseMaps(){for(let[e,n]of Object.entries(this.emojiMap)){let t=Array.isArray(n.slack)?n.slack:[n.slack];for(let i of t)this.slackToNormalized.set(i.toLowerCase(),e);let r=Array.isArray(n.gchat)?n.gchat:[n.gchat];for(let i of r)this.gchatToNormalized.set(i,e)}}fromSlack(e){var r;let n=e.replace(/^:|:$/g,"").toLowerCase(),t=(r=this.slackToNormalized.get(n))!=null?r:e;return yr(t)}fromGChat(e){var t;let n=(t=this.gchatToNormalized.get(e))!=null?t:e;return yr(n)}fromTeams(e){var r;let t=(r={like:"thumbs_up",heart:"heart",laugh:"laugh",surprised:"surprised",sad:"sad",angry:"angry"}[e])!=null?r:e;return yr(t)}toSlack(e){let n=typeof e=="string"?e:e.name,t=this.emojiMap[n];return t?Array.isArray(t.slack)?t.slack[0]:t.slack:n}toGChat(e){let n=typeof e=="string"?e:e.name,t=this.emojiMap[n];return t?Array.isArray(t.gchat)?t.gchat[0]:t.gchat:n}toDiscord(e){return this.toGChat(e)}matches(e,n){let t=typeof n=="string"?n:n.name,r=this.emojiMap[t];if(!r)return e===t;let i=Array.isArray(r.slack)?r.slack:[r.slack],o=Array.isArray(r.gchat)?r.gchat:[r.gchat],a=e.replace(/^:|:$/g,"").toLowerCase();return i.some(s=>s.toLowerCase()===a)||o.includes(e)}extend(e){Object.assign(this.emojiMap,e),this.buildReverseMaps()}},px=new ux;function dx(e){let n=["thumbs_up","thumbs_down","clap","wave","pray","muscle","ok_hand","point_up","point_down","point_left","point_right","raised_hands","shrug","facepalm","heart","smile","laugh","thinking","sad","cry","angry","love_eyes","cool","wink","surprised","worried","confused","neutral","sleeping","sick","mind_blown","relieved","grimace","rolling_eyes","hug","zany","check","x","question","exclamation","warning","stop","info","100","fire","star","sparkles","lightning","boom","eyes","green_circle","yellow_circle","red_circle","blue_circle","white_circle","black_circle","rocket","party","confetti","balloon","gift","trophy","medal","lightbulb","gear","wrench","hammer","bug","link","lock","unlock","key","pin","memo","clipboard","calendar","clock","hourglass","bell","megaphone","speech_bubble","email","inbox","outbox","package","folder","file","chart_up","chart_down","coffee","pizza","beer","arrow_up","arrow_down","arrow_left","arrow_right","refresh","sun","cloud","rain","snow","rainbow"],t={custom:r=>yr(r)};for(let r of n)t[r]=yr(r);if(e){for(let r of Object.keys(e))t[r]=yr(r);px.extend(e)}return t}var HP=dx(),$l=Uo,ql=$o,jl=Sl;var Bl=qo,zl=Pf,Vl=Fo;var Wl=Bo,Hl=zo,Yl=jo;function Jl(e,n){if(!e)throw new Error("agent() requires a non-empty agentId");if(!(n!=null&&n.onMessage))throw new Error(`agent('${e}') requires an onMessage handler`);return{id:e,handlers:n,userOnToolApproval:typeof n.onToolApproval=="function"}}var le={output:{type:"object",properties:{},required:[],additionalProperties:!0}};var hx={type:"object",properties:{webhookUrl:{type:"string",format:"uri"},text:{type:"string"},blocks:{type:"array",items:{type:"object",properties:{type:{enum:["image","context","actions","divider","section","input","file","header","video","rich_text"]}},required:["type"],additionalProperties:!0}}},additionalProperties:!0},wm={output:hx};var Sm={"chat-webhook":le,discord:le,getstream:le,"grafana-on-call":le,mattermost:le,msteams:le,"rocket-chat":le,ryver:le,sendblue:le,slack:wm,"whatsapp-business":le,zulip:le,telegram:le};var fx={type:"object",properties:{to:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:'Email address of the recipient(s). Example: "Bob bob@host.com". You can use commas to separate multiple recipients (e.g.: "test@example.com,test@example.com" or ["test@example.com", "test@example.com"]).'},from:{type:"string"},subject:{type:"string",description:"Subject of the message."},text:{type:"string",description:"Text version of the message."},html:{type:"string",description:"HTML version of the message."},message:{type:"string",description:"MIME string of the message. Make sure to use multipart/form-data to send this as a file upload."},cc:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Same as To but for carbon copy"},bcc:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Same as To but for blind carbon copy"},ampHtml:{type:"string"},tVersion:{type:"string"},tText:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},oTag:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"Tag string. See Tagging for more information."},oDkim:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Enables/disabled DKIM signatures on per-message basis. Pass yes or no"},oDeliverytime:{type:"string",description:"Desired time of delivery. See Date Format. Note: Messages can be scheduled for a maximum of 3 days in the future."},oDeliverytimeOptimizePeriod:{type:"string"},oTimeZoneLocalize:{type:"string"},oTestmode:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Enables sending in test mode. Pass yes if needed. See Sending in Test Mode"},oTracking:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Toggles tracking on a per-message basis, see Tracking Messages for details. Pass yes or no."},oTrackingClicks:{anyOf:[{type:"string",enum:["yes","no","htmlonly"]},{type:"boolean"}],description:"Toggles clicks tracking on a per-message basis. Has higher priority than domain-level setting. Pass yes, no or htmlonly."},oTrackingOpens:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}],description:"Toggles opens tracking on a per-message basis. Has higher priority than domain-level setting. Pass yes or no."},oRequireTls:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},oSkipVerification:{anyOf:[{type:"string",enum:["yes","no"]},{type:"boolean"}]},recipientVariables:{type:"string"}},required:[],additionalProperties:!0},Tm={output:fx};var Zn={type:"object",properties:{name:{type:"string"},email:{type:"string"}},description:'JSON object, containing 2 properties: Name and Email address of a previously validated and active sender. Including the Name property in the JSON is optional. This property is not mandatory in case you use TemplateID and you specified a From address for the template. Format : { "Email":"value", "Name":"value" }.',required:["Email"],additionalProperties:!0},mx={type:"object",properties:{contentType:{type:"string"},filename:{type:"string"},base64Content:{type:"string"}},required:["ContentType","Filename","Base64Content"],additionalProperties:!0},gx={type:"object",properties:{filename:{type:"string"},contentType:{type:"string"},contentId:{type:"string"},base64Content:{type:"string"}},required:["ContentType","Filename","Base64Content"],additionalProperties:!0},yx={type:"object",properties:{from:Zn,sender:Zn,to:{type:"array",items:Zn},cc:{type:"array",items:Zn},bcc:{type:"array",items:Zn},replyTo:Zn,subject:{type:"string"},textPart:{type:"string",description:"Content of the message, sent in Text and/or HTML format. At least one of these content types needs to be specified. When the HTML part is the only part provided, Mailjet will not generate a Text-part from the HTML version. The property can't be set when you use TemplateID"},htmlPart:{type:"string",description:"Content of the message, sent in Text and/or HTML format. At least one of these content types needs to be specified. When the HTML part is the only part provided, Mailjet will not generate a Text-part from the HTML version. The property can't be set when you use TemplateID"},templateId:{type:"number",description:"an ID for a template that is previously created and stored in Mailjet's system. It is mandatory when From and TextPart and/or HtmlPart are not provided. "},templateLanguage:{type:"boolean"},templateErrorReporting:Zn,templateErrorDeliver:{type:"boolean"},attachments:{type:"array",items:mx},inlineAttachments:{type:"array",items:gx},priority:{type:"number"},customCampaign:{type:"string"},deduplicateCampaign:{type:"boolean"},trackOpens:{type:"string",enum:["account_default","disabled","enabled"]},trackClicks:{type:"string",enum:["account_default","disabled","enabled"]},customId:{type:"string"},eventPayload:{type:"string"},urlTags:{type:"string"},headers:{type:"object",additionalProperties:!0},variables:{type:"object",additionalProperties:!0}},required:[],additionalProperties:!0},xm={output:yx};var Zt={type:"object",properties:{address:{type:"string"},name:{type:"string"}},additionalProperties:!0},Ko={type:"object",properties:{content:{type:"string"},path:{type:"string"}},additionalProperties:!0},bx={type:"object",properties:{from:{anyOf:[{type:"string"},Zt]},sender:{anyOf:[{type:"string"},Zt]},to:{anyOf:[{type:"string"},Zt,{type:"array",items:Zt}]},cc:{anyOf:[{type:"string"},Zt,{type:"array",items:Zt}]},bcc:{anyOf:[{type:"string"},Zt,{type:"array",items:Zt}]},replyTo:{anyOf:[{type:"string"},Zt,{type:"array",items:Zt}]},inReplyTo:{anyOf:[{type:"string"},Zt]},references:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},subject:{type:"string"},text:{anyOf:[{type:"string"},Ko]},html:{anyOf:[{type:"string"},Ko]},watchHtml:{anyOf:[{type:"string"},Ko]},amp:{anyOf:[{type:"string"},{type:"object",properties:{content:{type:"string"},path:{type:"string"},href:{type:"string"},encoding:{type:"string"},contentType:{type:"string"},raw:{anyOf:[{type:"string"},Ko]}}}]},icalEvent:{anyOf:[{type:"string"},{type:"object",properties:{content:{type:"string"},path:{type:"string"},method:{type:"string"},filename:{anyOf:[{type:"string"},{type:"boolean"}]},href:{type:"string"},encoding:{type:"string"}}}]},headers:{anyOf:[{type:"object",additionalProperties:!0},{type:"array",items:{type:"object",additionalProperties:!0}}]},list:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}]},attachments:{type:"array",items:{type:"object",properties:{content:{type:"string"},path:{type:"string"}},additionalProperties:!0}}},required:[],additionalProperties:!0},km={output:bx};var wx={type:"object",properties:{},required:[],additionalProperties:!1},Am={output:wx};var Sx={type:"object",properties:{personalizations:{type:"array",description:"An array of messages and their metadata. Each object within personalizations can be thought of as an envelope - it defines who should receive an individual message and how that message should be handled. See our [Personalizations documentation](https://sendgrid.com/docs/for-developers/sending-email/personalizations/) for examples.",uniqueItems:!1,maxItems:1e3,items:{type:"object",properties:{from:{title:"From Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The 'From' email address used to deliver the message. This address should be a verified sender in your Twilio SendGrid account."},name:{type:"string",description:"A name or title associated with the sending email address."}},required:["email"]},to:{title:"To Email Array",type:"array",items:{type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},cc:{type:"array",description:"An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",maxItems:1e3,items:{title:"CC BCC Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},bcc:{type:"array",description:"An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",maxItems:1e3,items:{title:"CC BCC Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The intended recipient's email address."},name:{type:"string",description:"The intended recipient's name."}},required:["email"]}},subject:{type:"string",description:"The subject of your email. See character length requirements according to [RFC 2822](http://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit#answer-1592310).",minLength:1},headers:{type:"object",description:"A collection of JSON key/value pairs allowing you to specify handling instructions for your email. You may not overwrite the following headers: `x-sg-id`, `x-sg-eid`, `received`, `dkim-signature`, `Content-Type`, `Content-Transfer-Encoding`, `To`, `From`, `Subject`, `Reply-To`, `CC`, `BCC`"},substitutions:{type:"object",description:'Substitutions allow you to insert data without using Dynamic Transactional Templates. This field should **not** be used in combination with a Dynamic Transactional Template, which can be identified by a `templateId` starting with `d-`. This field is a collection of key/value pairs following the pattern "substitutionTag":"value to substitute". The key/value pairs must be strings. These substitutions will apply to the text and html content of the body of your email, in addition to the `subject` and `reply-to` parameters. The total collective size of your substitutions may not exceed 10,000 bytes per personalization object.',maxProperties:1e4},dynamicTemplateData:{type:"object",description:'Dynamic template data is available using Handlebars syntax in Dynamic Transactional Templates. This field should be used in combination with a Dynamic Transactional Template, which can be identified by a `templateId` starting with `d-`. This field is a collection of key/value pairs following the pattern "variable_name":"value to insert".'},customArgs:{type:"object",description:"Values that are specific to this personalization that will be carried along with the email and its activity data. Substitutions will not be made on custom arguments, so any string that is entered into this parameter will be assumed to be the custom argument that you would like to be used. This field may not exceed 10,000 bytes.",maxProperties:1e4},sendAt:{type:"integer",description:"A unix timestamp allowing you to specify when your email should be delivered. Scheduling delivery more than 72 hours in advance is forbidden."}},required:["to"]}},from:{title:"From Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The 'From' email address used to deliver the message. This address should be a verified sender in your Twilio SendGrid account."},name:{type:"string",description:"A name or title associated with the sending email address."}},required:["email"]},replyTo:{title:"Reply_to Email Object",type:"object",properties:{email:{type:"string",format:"email",description:"The email address where any replies or bounces will be returned."},name:{type:"string",description:"A name or title associated with the `replyTo` email address."}},required:["email"]},replyToList:{type:"array",description:"An array of recipients who will receive replies and/or bounces. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name. You can either choose to use \u201CreplyTo\u201D field or \u201CreplyToList\u201D but not both.",uniqueItems:!0,maxItems:1e3,items:{type:"object",properties:{email:{type:"string",description:"The email address where any replies or bounces will be returned.",format:"email"},name:{type:"string",description:"A name or title associated with the `replyToList` email address."}},required:["email"]}},subject:{type:"string",description:"The global or 'message level' subject of your email. This may be overridden by subject lines set in personalizations.",minLength:1},content:{type:"array",description:"An array where you can specify the content of your email. You can include multiple [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of content, but you must specify at least one MIME type. To include more than one MIME type, add another object to the array containing the `type` and `value` parameters.",items:{type:"object",properties:{type:{type:"string",description:"The MIME type of the content you are including in your email (e.g., `\u201Ctext/plain\u201D` or `\u201Ctext/html\u201D`).",minLength:1},value:{type:"string",description:"The actual content of the specified MIME type that you are including in your email.",minLength:1}},required:["type","value"]}},attachments:{type:"array",description:"An array of objects where you can specify any attachments you want to include.",items:{type:"object",properties:{content:{type:"string",description:"The Base64 encoded content of the attachment.",minLength:1},type:{type:"string",description:"The MIME type of the content you are attaching (e.g., `\u201Ctext/plain\u201D` or `\u201Ctext/html\u201D`).",minLength:1},filename:{type:"string",description:"The attachment's filename."},disposition:{type:"string",default:"attachment",description:"The attachment's content-disposition, specifying how you would like the attachment to be displayed. For example, `\u201Cinline\u201D` results in the attached file are displayed automatically within the message while `\u201Cattachment\u201D` results in the attached file require some action to be taken before it is displayed, such as opening or downloading the file.",enum:["inline","attachment"]},contentId:{type:"string",description:"The attachment's content ID. This is used when the disposition is set to `\u201Cinline\u201D` and the attachment is an image, allowing the file to be displayed within the body of your email."}},required:["content","filename"]}},templateId:{type:"string",description:"An email template ID. A template that contains a subject and content \u2014 either text or html \u2014 will override any subject and content values specified at the personalizations or message level."},headers:{description:"An object containing key/value pairs of header names and the value to substitute for them. The key/value pairs must be strings. You must ensure these are properly encoded if they contain unicode characters. These headers cannot be one of the reserved headers.",type:"object"},categories:{type:"array",description:"An array of category names for this message. Each category name may not exceed 255 characters. ",uniqueItems:!0,maxItems:10,items:{type:"string",maxLength:255}},customArgs:{description:"Values that are specific to the entire send that will be carried along with the email and its activity data. Key/value pairs must be strings. Substitutions will not be made on custom arguments, so any string that is entered into this parameter will be assumed to be the custom argument that you would like to be used. This parameter is overridden by `customArgs` set at the personalizations level. Total `customArgs` size may not exceed 10,000 bytes.",type:"string"},sendAt:{type:"integer",description:"A unix timestamp allowing you to specify when you want your email to be delivered. This may be overridden by the `sendAt` parameter set at the personalizations level. Delivery cannot be scheduled more than 72 hours in advance. If you have the flexibility, it's better to schedule mail for off-peak times. Most emails are scheduled and sent at the top of the hour or half hour. Scheduling email to avoid peak times \u2014 for example, scheduling at 10:53 \u2014 can result in lower deferral rates due to the reduced traffic during off-peak times."},batchId:{type:"string",description:"An ID representing a batch of emails to be sent at the same time. Including a `batchId` in your request allows you include this email in that batch. It also enables you to cancel or pause the delivery of that batch. For more information, see the [Cancel Scheduled Sends API](https://sendgrid.com/docs/api-reference/)."},asm:{type:"object",description:"An object allowing you to specify how to handle unsubscribes.",properties:{groupId:{type:"integer",description:"The unsubscribe group to associate with this email."},groupsToDisplay:{type:"array",description:"An array containing the unsubscribe groups that you would like to be displayed on the unsubscribe preferences page.",maxItems:25,items:{type:"integer"}}},required:["groupId"]},ipPoolName:{type:"string",description:"The IP Pool that you would like to send this email from.",minLength:2,maxLength:64},mailSettings:{type:"object",description:"A collection of different mail settings that you can use to specify how you would like this email to be handled.",properties:{bypassListManagement:{type:"object",description:"Allows you to bypass all unsubscribe groups and suppressions to ensure that the email is delivered to every single recipient. This should only be used in emergencies when it is absolutely necessary that every recipient receives your email. This filter cannot be combined with any other bypass filters. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassSpamManagement:{type:"object",description:"Allows you to bypass the spam report list to ensure that the email is delivered to recipients. Bounce and unsubscribe lists will still be checked; addresses on these other lists will not receive the message. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassBounceManagement:{type:"object",description:"Allows you to bypass the bounce list to ensure that the email is delivered to recipients. Spam report and unsubscribe lists will still be checked; addresses on these other lists will not receive the message. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},bypassUnsubscribeManagement:{type:"object",description:"Allows you to bypass the global unsubscribe list to ensure that the email is delivered to recipients. Bounce and spam report lists will still be checked; addresses on these other lists will not receive the message. This filter applies only to global unsubscribes and will not bypass group unsubscribes. This filter cannot be combined with the `bypassListManagement` filter. See our [documentation](https://sendgrid.com/docs/ui/sending-email/index-suppressions/#bypass-suppressions) for more about bypass filters.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}},footer:{type:"object",description:"The default footer that you would like included on every email.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},text:{type:"string",description:"The plain text content of your footer."},html:{type:"string",description:"The HTML content of your footer."}}},sandboxMode:{type:"object",description:"Sandbox Mode allows you to send a test email to ensure that your request body is valid and formatted correctly.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."}}}}},trackingSettings:{type:"object",description:"Settings to determine how you would like to track the metrics of how your recipients interact with your email.",properties:{clickTracking:{type:"object",description:"Allows you to track if a recipient clicked a link in your email.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},enableText:{type:"boolean",description:"Indicates if this setting should be included in the `text/plain` portion of your email."}}},openTracking:{type:"object",description:"Allows you to track if the email was opened by including a single pixel image in the body of the content. When the pixel is loaded, Twilio SendGrid can log that the email was opened.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},substitutionTag:{type:"string",description:"Allows you to specify a substitution tag that you can insert in the body of your email at a location that you desire. This tag will be replaced by the open tracking pixel."}}},subscriptionTracking:{type:"object",description:"Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the `substitutionTag`.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},text:{type:"string",description:"Text to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %>"},html:{type:"string",description:"HTML to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %>"},substitutionTag:{type:"string",description:"A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tag\u2019s location with no additional formatting."}}},ganalytics:{type:"object",description:"Allows you to enable tracking provided by Google Analytics.",properties:{enable:{type:"boolean",description:"Indicates if this setting is enabled."},utmSource:{type:"string",description:"Name of the referrer source. (e.g. Google, SomeDomain.com, or Marketing Email)"},utmMedium:{type:"string",description:"Name of the marketing medium. (e.g. Email)"},utmTerm:{type:"string",description:"Used to identify any paid keywords."},utmContent:{type:"string",description:"Used to differentiate your campaign from advertisements."},utmCampaign:{type:"string",description:"The name of the campaign."}}}}}},required:[],additionalProperties:!1},vm={output:Sx};var Em={anypost:le,braze:le,clickatell:le,nodemailer:km,emailjs:le,"email-webhook":le,"infobip-email":le,mailersend:le,mailgun:Tm,mailjet:xm,mailtrap:le,mandrill:le,netcore:le,"novu-email":Am,outlook365:le,plunk:le,postmark:le,resend:le,sendgrid:vm,sendinblue:le,ses:le,sparkpost:le};var Tx={type:"object",properties:{},required:[],additionalProperties:!1},_m={output:Tx};var Rm={novu:_m};var Om={anyOf:[{type:"string"},{type:"object",additionalProperties:!0,properties:{name:{type:"string"},volume:{type:"number"},critical:{type:"number"}},required:["name","volume","critical"]}]},xx={type:"object",properties:{topic:{type:"string",description:"The destination topic for the notification."},id:{type:"string",description:"A UUID to identify the notification with APNS. If an id is not supplied, APNS will generate one automatically. If an error occurs the response will contain the id. This property populates the apns-id header."},expiry:{type:"number",description:"A UNIX timestamp when the notification should expire. If the notification cannot be delivered to the device, APNS will retry until it expires. An expiry of 0 indicates that the notification expires immediately, therefore no retries will be attempted."},priority:{type:"number",description:`Provide one of the following values:
155
155
 
156
156
  10 - The push notification is sent to the device immediately. (Default)
157
157
  The push notification must trigger an alert, sound, or badge on the device. It is an error to use this priority for a push notification that contains only the content-available key.
158
158
 
159
159
  5 - The push message is sent at a time that conserves power on the device receiving it.`},collapseId:{type:"string"},pushType:{type:"string",enum:["background","alert","voip"],description:`The type of the notification. The value of this header is alert or background. Specify alert when the delivery of your notification displays an alert, plays a sound, or badges your app's icon. Specify background for silent notifications that do not interact with the user.
160
160
 
161
- The value of this header must accurately reflect the contents of your notification's payload. If there is a mismatch, or if the header is missing on required systems, APNs may delay the delivery of the notification or drop it altogether.`},threadId:{type:"string"},payload:{type:"object",additionalProperties:!0},aps:{type:"object",additionalProperties:!0,properties:{badge:{type:"number"},sound:pd,category:{type:"string"},contentAvailable:{type:"number"},launchImage:{type:"number"},mutableContent:{type:"number"},urlArgs:{type:"array",items:{type:"string"}}}},rawPayload:{type:"object",additionalProperties:!0},badge:{type:"number"},sound:pd,alert:{anyOf:[{type:"string"},{type:"object",additionalProperties:!0,properties:{title:{type:"string"},body:{type:"string"},subtitle:{type:"string"},titleLocKey:{type:"string"},titleLocArgs:{type:"array",items:{type:"string"}},actionLocKey:{type:"string"},locKey:{type:"string"},locArgs:{type:"array",items:{type:"string"}},launchImage:{type:"string"}},required:["body"]}]},contentAvailable:{type:"boolean"},mutableContent:{type:"boolean"},mdm:{anyOf:[{type:"string"},{type:"object",additionalProperties:!0}]},urlArgs:{type:"array",items:{type:"string"}}},required:[],additionalProperties:!0},dd={output:rw};var iw={type:"object",properties:{to:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"An Expo push token or an array of Expo push tokens specifying the recipient(s) of this message."},data:{type:"object",additionalProperties:!0,description:'A JSON object delivered to your app. It may be up to about 4KiB; the total notification payload sent to Apple and Google must be at most 4KiB or else you will get a "Message Too Big" error.'},title:{type:"string",description:"The title to display in the notification. Often displayed above the notification body."},subtitle:{type:"string",description:"The subtitle to display in the notification below the title."},body:{type:"string",description:"The message to display in the notification."},sound:{anyOf:[{type:"string"},{type:"null"},{type:"object",properties:{name:{anyOf:[{type:"string",enum:["default"]},{type:"null"}]},volume:{type:"number"},critical:{type:"boolean"}},additionalProperties:!0}],description:"Play a sound when the recipient receives this notification. Specify default to play the device's default notification sound, or omit this field to play no sound. Custom sounds are not supported."},ttl:{type:"number",description:"Time to Live: the number of seconds for which the message may be kept around for redelivery if it hasn't been delivered yet. Defaults to undefined to use the respective defaults of each provider (2419200 (4 weeks) for Android/FCM and 0 for iOS/APNs)."},expiration:{type:"number",description:"Timestamp since the Unix epoch specifying when the message expires. Same effect as ttl (ttl takes precedence over expiration)."},priority:{type:"string",enum:["default","normal","high"],description:'The delivery priority of the message. Specify default or omit this field to use the default priority on each platform ("normal" on Android and "high" on iOS).'},badge:{type:"number",description:"Number to display in the badge on the app icon. Specify zero to clear the badge."},channelId:{type:"string",description:"ID of the Notification Channel through which to display this notification. If an ID is specified but the corresponding channel does not exist on the device (that has not yet been created by your app), the notification will not be displayed to the user."},categoryId:{type:"string",description:"ID of the notification category that this notification is associated with."},mutableContent:{type:"boolean",description:"Specifies whether this notification can be intercepted by the client app. In Expo Go, this defaults to true, and if you change that to false, you may experience issues. In standalone and bare apps, this defaults to false."}},required:[],additionalProperties:!0},hd={output:iw};var aw={type:"object",properties:{to:{description:`This parameter specifies the recipient of a message.
161
+ The value of this header must accurately reflect the contents of your notification's payload. If there is a mismatch, or if the header is missing on required systems, APNs may delay the delivery of the notification or drop it altogether.`},threadId:{type:"string"},payload:{type:"object",additionalProperties:!0},aps:{type:"object",additionalProperties:!0,properties:{badge:{type:"number"},sound:Om,category:{type:"string"},contentAvailable:{type:"number"},launchImage:{type:"number"},mutableContent:{type:"number"},urlArgs:{type:"array",items:{type:"string"}}}},rawPayload:{type:"object",additionalProperties:!0},badge:{type:"number"},sound:Om,alert:{anyOf:[{type:"string"},{type:"object",additionalProperties:!0,properties:{title:{type:"string"},body:{type:"string"},subtitle:{type:"string"},titleLocKey:{type:"string"},titleLocArgs:{type:"array",items:{type:"string"}},actionLocKey:{type:"string"},locKey:{type:"string"},locArgs:{type:"array",items:{type:"string"}},launchImage:{type:"string"}},required:["body"]}]},contentAvailable:{type:"boolean"},mutableContent:{type:"boolean"},mdm:{anyOf:[{type:"string"},{type:"object",additionalProperties:!0}]},urlArgs:{type:"array",items:{type:"string"}}},required:[],additionalProperties:!0},Im={output:xx};var kx={type:"object",properties:{to:{anyOf:[{type:"string"},{type:"array",items:{type:"string"}}],description:"An Expo push token or an array of Expo push tokens specifying the recipient(s) of this message."},data:{type:"object",additionalProperties:!0,description:'A JSON object delivered to your app. It may be up to about 4KiB; the total notification payload sent to Apple and Google must be at most 4KiB or else you will get a "Message Too Big" error.'},title:{type:"string",description:"The title to display in the notification. Often displayed above the notification body."},subtitle:{type:"string",description:"The subtitle to display in the notification below the title."},body:{type:"string",description:"The message to display in the notification."},sound:{anyOf:[{type:"string"},{type:"null"},{type:"object",properties:{name:{anyOf:[{type:"string",enum:["default"]},{type:"null"}]},volume:{type:"number"},critical:{type:"boolean"}},additionalProperties:!0}],description:"Play a sound when the recipient receives this notification. Specify default to play the device's default notification sound, or omit this field to play no sound. Custom sounds are not supported."},ttl:{type:"number",description:"Time to Live: the number of seconds for which the message may be kept around for redelivery if it hasn't been delivered yet. Defaults to undefined to use the respective defaults of each provider (2419200 (4 weeks) for Android/FCM and 0 for iOS/APNs)."},expiration:{type:"number",description:"Timestamp since the Unix epoch specifying when the message expires. Same effect as ttl (ttl takes precedence over expiration)."},priority:{type:"string",enum:["default","normal","high"],description:'The delivery priority of the message. Specify default or omit this field to use the default priority on each platform ("normal" on Android and "high" on iOS).'},badge:{type:"number",description:"Number to display in the badge on the app icon. Specify zero to clear the badge."},channelId:{type:"string",description:"ID of the Notification Channel through which to display this notification. If an ID is specified but the corresponding channel does not exist on the device (that has not yet been created by your app), the notification will not be displayed to the user."},categoryId:{type:"string",description:"ID of the notification category that this notification is associated with."},mutableContent:{type:"boolean",description:"Specifies whether this notification can be intercepted by the client app. In Expo Go, this defaults to true, and if you change that to false, you may experience issues. In standalone and bare apps, this defaults to false."}},required:[],additionalProperties:!0},Cm={output:kx};var Ax={type:"object",properties:{to:{description:`This parameter specifies the recipient of a message.
162
162
  The value must be a registration token, notification key, or topic. Do not set this field when sending to multiple topics. See **condition**.
163
163
  `,type:"string"},registrationIds:{description:`This parameter specifies a list of devices (registration tokens, or IDs) receiving a multicast message. It must contain at least 1 and at most 1000 registration tokens.
164
164
  Use this parameter only for multicast messaging, not for single recipients. Multicast messages (sending to more than 1 registration tokens) are allowed using HTTP JSON format only.
@@ -194,7 +194,7 @@ If set, and a notification with the same tag is already being shown, the new not
194
194
  `,type:"string"},titleLocArgs:{description:`Indicates the string value to replace format specifiers in the title string for localization.
195
195
  * iOS: Corresponds to "title-loc-args" in the APNs payload.
196
196
  * android: See [Formatting strings](https://developer.android.com/guide/topics/resources/string-resource.html#FormattingAndStyling).
197
- `,type:"string"}}}},required:[],additionalProperties:!0},fd={output:aw};var ow={allOf:[{allOf:[{anyOf:[{type:"object",properties:{includedSegments:{type:"array",description:`The segment names you want to target. Users in these segments will receive a notification. This targeting parameter is only compatible with excludedSegments.
197
+ `,type:"string"}}}},required:[],additionalProperties:!0},Pm={output:Ax};var vx={allOf:[{allOf:[{anyOf:[{type:"object",properties:{includedSegments:{type:"array",description:`The segment names you want to target. Users in these segments will receive a notification. This targeting parameter is only compatible with excludedSegments.
198
198
  Example: ["Active Users", "Inactive Users"]
199
199
  `,items:{type:"string"}},excludedSegments:{type:"array",description:`Segment that will be excluded when sending. Users in these segments will not receive a notification, even if they were included in includedSegments. This targeting parameter is only compatible with includedSegments.
200
200
  Example: ["Active Users", "Inactive Users"]
@@ -561,4 +561,4 @@ Examples: All examples are the exact same date & time.
561
561
  "Sept 24 2015 14:00:00 GMT-0700"
562
562
  "Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)"
563
563
  Note: SMS currently only supports sendAfter parameter.
564
- `,writeOnly:!0,nullable:!0}}}],required:[],additionalProperties:!0},md={output:ow};var gd={apns:dd,expo:hd,fcm:fd,"one-signal":md,"pusher-beams":le,pushpad:le,"push-webhook":le,appio:le};var sw={type:"object",properties:{},required:[],additionalProperties:!1},yd={output:sw};var lw={type:"object",properties:{to:{type:"string",pattern:"^\\+[1-9]\\d{1,14}$",description:"The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`."},statusCallback:{type:"string",format:"uri",description:"The URL of the endpoint to which Twilio sends [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url). URL must contain a valid hostname and underscores are not allowed. If you include this parameter with the `messagingServiceSid`, Twilio uses this URL instead of the Status Callback URL of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource). "},applicationSid:{type:"string",minLength:34,maxLength:34,pattern:"^AP[0-9a-fA-F]{32}$",description:"The SID of the associated [TwiML Application](https://www.twilio.com/docs/usage/api/applications). [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url) are sent to the TwiML App's `statusCallback` URL. Note that the `statusCallback` parameter of a request takes priority over the `applicationSid` parameter; if both are included `applicationSid` is ignored."},maxPrice:{type:"number",description:"[OBSOLETE] This parameter will no longer have any effect as of 2024-06-03."},provideFeedback:{type:"boolean",description:"Boolean indicating whether or not you intend to provide delivery confirmation feedback to Twilio (used in conjunction with the [Message Feedback subresource](https://www.twilio.com/docs/sms/api/message-feedback-resource)). Default value is `false`."},attempt:{type:"integer",description:"Total number of attempts made (including this request) to send the message regardless of the provider used"},validityPeriod:{type:"integer",description:"The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validityPeriod`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validityPeriod` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html)"},forceDelivery:{type:"boolean",description:"Reserved"},contentRetention:{type:"string",enum:["retain","discard"],description:"Determines if the message content can be stored or redacted based on privacy settings"},addressRetention:{type:"string",enum:["retain","obfuscate"],description:"Determines if the address can be stored or obfuscated based on privacy settings"},smartEncoded:{type:"boolean",description:"Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`."},persistentAction:{type:"array",items:{type:"string"},description:"Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp)."},shortenUrls:{type:"boolean",description:"For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messagingServiceSid` parameter must also be provided."},scheduleType:{type:"string",enum:["fixed"],description:"For Messaging Services only: Include this parameter with a value of `fixed` in conjunction with the `sendAt` parameter in order to [schedule a Message](https://www.twilio.com/docs/messaging/features/message-scheduling)."},sendAt:{type:"string",format:"date-time",description:"The time that Twilio will send the message. Must be in ISO 8601 format."},sendAsMms:{type:"boolean",description:"If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media."},contentVariables:{type:"string",description:"For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `contentSid` parameter must also be provided. If values are not defined in the `contentVariables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used."},riskCheck:{type:"string",enum:["enable","disable"],description:"Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request."},from:{type:"string",pattern:"^\\+[1-9]\\d{1,14}$",description:"The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messagingServiceSid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool."},messagingServiceSid:{type:"string",minLength:34,maxLength:34,pattern:"^MG[0-9a-fA-F]{32}$",description:"The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool."},body:{type:"string",description:"The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [sendAsMms parameter](https://www.twilio.com/blog/mms-for-long-text-messages)."},mediaUrl:{type:"array",items:{type:"string",format:"uri"},description:"The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `mediaUrl` parameters in the POST request. You can include up to ten `mediaUrl` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply."},contentSid:{type:"string",minLength:34,maxLength:34,pattern:"^HX[0-9a-fA-F]{32}$",description:"For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources)."}},required:[],additionalProperties:!0},bd={output:lw};var wd={"africas-talking":le,"azure-sms":le,bandwidth:le,"brevo-sms":le,"bulk-sms":le,"burst-sms":le,clickatell:le,clicksend:le,"eazy-sms":le,firetext:le,"forty-six-elks":le,"generic-sms":le,gupshup:le,"infobip-sms":le,"isend-sms":le,kannel:le,maqsam:le,messagebird:le,mobishastra:le,nexmo:le,"novu-sms":yd,plivo:le,"ring-central":le,sendchamp:le,simpletexting:le,sms77:le,"sms-central":le,smsmode:le,sns:le,telnyx:le,termii:le,twilio:bd,"afro-message":le,unifonic:le,imedia:le,sinch:le,"isendpro-sms":le};var Ia={chat:nd,sms:wd,email:ld,push:gd,in_app:ud};var cw={type:"object",properties:{type:{enum:["regular"]},amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]},extendToSchedule:{type:"boolean"}},required:["amount","unit"],additionalProperties:!1},uw={type:"object",properties:{type:{enum:["timed"]},cron:{type:"string"},extendToSchedule:{type:"boolean"}},required:["cron"],additionalProperties:!1},pw={type:"object",properties:{type:{enum:["dynamic"]},dynamicKey:{type:"string"},extendToSchedule:{type:"boolean"}},required:["dynamicKey"],additionalProperties:!1},dw={oneOf:[cw,uw,pw]},hw={type:"object",properties:{duration:{type:"number"}},required:["duration"],additionalProperties:!1},Ca={output:dw,result:hw};var fw={type:"object",properties:{type:{enum:["regular"]},amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]},digestKey:{type:"string"},lookBackWindow:{type:"object",properties:{amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]}},required:["amount","unit"],additionalProperties:!1},extendToSchedule:{type:"boolean"}},required:["amount","unit"],additionalProperties:!1},mw={type:"object",properties:{type:{enum:["timed"]},cron:{type:"string"},digestKey:{type:"string"},extendToSchedule:{type:"boolean"}},required:["cron"],additionalProperties:!1},gw={oneOf:[fw,mw]},yw={type:"object",properties:{eventCount:{type:"number"},events:{type:"array",items:{type:"object",properties:{id:{type:"string"},time:{type:"string"},payload:{type:"object"}},required:["id","time","payload"],additionalProperties:!1}}},required:["events"],additionalProperties:!1},Pa={output:gw,result:yw};var Ma={output:{type:"object",properties:{type:{type:"string",enum:["fixed","dynamic"]},amount:{type:"number"},unit:{type:"string",enum:["minutes","hours","days"]},dynamicKey:{type:"string"},threshold:{type:"number"},throttleKey:{type:"string"}},required:["type"],additionalProperties:!1},result:{type:"object",properties:{throttled:{type:"boolean",description:"Whether the workflow execution was throttled"},executionCount:{type:"number",description:"Number of executions within the throttle window"},threshold:{type:"number",description:"The throttle threshold that was applied"},windowStart:{type:"string",format:"date-time",description:"Start time of the throttle window"}},required:["throttled"],additionalProperties:!1}};var bw={type:"object",properties:{body:{type:"string"}},required:["body"],additionalProperties:!1},ww={type:"object",properties:{},required:[],additionalProperties:!1},Sd={output:bw,result:ww};var Sw={type:"object",properties:{subject:{type:"string",minLength:1},body:{type:"string"},from:{type:"object",properties:{email:{type:"string"},name:{type:"string"}},additionalProperties:!1}},required:["subject","body"],additionalProperties:!1},xw={type:"object",properties:{},required:[],additionalProperties:!1},xd={output:Sw,result:xw};var Tw="^(?!mailto:)(?:(https?):\\/\\/[^\\s/$.?#].[^\\s]*)|^(\\/[^\\s]*)$",kd={type:"object",properties:{url:{type:"string",pattern:Tw},target:{type:"string",enum:["_self","_blank","_parent","_top","_unfencedTop"],default:"_blank"}},if:{properties:{url:{type:"string",pattern:"^/"}}},then:{properties:{target:{default:"_self"}}},else:{properties:{target:{default:"_blank"}}},required:["url"],additionalProperties:!1},Td={type:"object",properties:{label:{type:"string"},redirect:kd},required:["label"],additionalProperties:!1},kw={type:"object",properties:{subject:{type:"string",minLength:1},body:{type:"string",minLength:1},avatar:{type:"string",format:"uri"},primaryAction:Td,secondaryAction:Td,data:{type:"object",additionalProperties:!0},redirect:kd},anyOf:[{required:["subject"]},{required:["body"]}],additionalProperties:!1},vw={type:"object",properties:{seen:{type:"boolean"},read:{type:"boolean"},lastSeenDate:{type:"string",format:"date-time",nullable:!0},lastReadDate:{type:"string",format:"date-time",nullable:!0}},required:["seen","read","lastSeenDate","lastReadDate"],additionalProperties:!1},vd={output:kw,result:vw};var Aw={type:"object",properties:{subject:{type:"string"},body:{type:"string"}},required:["subject","body"],additionalProperties:!1},Ew={type:"object",properties:{},required:[],additionalProperties:!1},Ad={output:Aw,result:Ew};var _w={type:"object",properties:{body:{type:"string"}},required:["body"],additionalProperties:!1},Ow={type:"object",properties:{},required:[],additionalProperties:!1},Ed={output:_w,result:Ow};var Xt={chat:Sd,sms:Ed,push:Ad,email:xd,in_app:vd};var Rt={type:"object",properties:{},required:[],additionalProperties:!1};var Na=(i=>(i.NONE="none",i.LOW="low",i.MEDIUM="medium",i.HIGH="high",i))(Na||{});async function pr(e,n,t){if(e.steps.some(r=>r.stepId===n))throw new Ni(n);e.steps.push(t)}async function La(e,n,t,r){return async(i,a,o={})=>{let s=(o==null?void 0:o.controlSchema)||Rt;return await pr(e,i,{stepId:i,type:n,controls:{schema:await ft(s),unknownSchema:s},outputs:{schema:await ft(t),unknownSchema:t},results:{schema:await ft(r),unknownSchema:r},resolve:a,code:a.toString(),options:o,providers:[]}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}async function _d(e,n,t){let r=Ia[n],i=Object.entries(t).map(async([a,o])=>{let s=r[a];return{type:a,code:o.toString(),resolve:o,outputs:{schema:await ft(s.output),unknownSchema:s.output}}});e.providers.push(...await Promise.all(i))}async function dr(e,n,t,r){return async(i,a,o={})=>{let s=(o==null?void 0:o.controlSchema)||Rt,u={stepId:i,type:n,controls:{schema:await ft(s),unknownSchema:s},outputs:{schema:await ft(t),unknownSchema:t},results:{schema:await ft(r),unknownSchema:r},resolve:a,code:a.toString(),options:o,providers:[]};return await pr(e,i,u),Object.keys(o.providers||{}).length>0&&await _d(u,n,o.providers||{}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}async function ll(e,n){return async(t,r,i={})=>{let a=(i==null?void 0:i.controlSchema)||Rt,o=(i==null?void 0:i.outputSchema)||Rt,[s,u]=await Promise.all([ft(a),ft(o)]);return await pr(e,t,{stepId:t,type:n,controls:{schema:s,unknownSchema:a},outputs:{schema:u,unknownSchema:o},results:{schema:u,unknownSchema:o},resolve:r,code:r.toString(),options:i,providers:[]}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}var Rw={email:"email",sms:"sms",push:"push",inApp:"in_app",chat:"chat"};function Od(e){if(!e)return{};let n={};return e.all&&(n.all=e.all),Object.entries(e.channels||{}).forEach(([t,r])=>{let i=Rw[t];i&&(n.channels||(n.channels={}),n.channels[i]=r)}),n}function Rd(e,n,t){let r=t||{};return{id:e,trigger:async o=>{let s=Di($i(o.secretKey),Ui(o.apiUrl)),u=o.payload||{},p;if(r.payloadSchema){let P=await Nr(r.payloadSchema,u);if(P.success===!1)throw new xi(e,P.errors);p=P.data}else p=o.payload;let d=await Tc(),h={name:e,to:o.to,payload:{...p},...o.transactionId&&{transactionId:o.transactionId},...o.overrides&&{overrides:o.overrides},...o.actor&&{actor:o.actor},...o.context&&{context:o.context},...d&&{bridgeUrl:d}},y=await s.post("/events/trigger",h);return{cancel:async()=>s.delete(`/events/trigger/${y.transactionId}`),data:y}},discover:async()=>{var s;let o={workflowId:e,severity:(s=r.severity)!=null?s:"none",steps:[],code:n.toString(),payload:{schema:await ft(r.payloadSchema||Rt),unknownSchema:r.payloadSchema||Rt},controls:{schema:await ft(r.controlSchema||Rt),unknownSchema:r.controlSchema||Rt},env:{schema:await ft(r.envSchema||Rt),unknownSchema:r.envSchema||Rt},tags:r.tags||[],preferences:Od(r.preferences),name:r.name,description:r.description,execute:n};return await n({payload:{},subscriber:{},env:{},controls:{},context:{},step:{push:await dr(o,"push",Xt.push.output,Xt.push.result),chat:await dr(o,"chat",Xt.chat.output,Xt.chat.result),email:await dr(o,"email",Xt.email.output,Xt.email.result),sms:await dr(o,"sms",Xt.sms.output,Xt.sms.result),inApp:await dr(o,"in_app",Xt.in_app.output,Xt.in_app.result),digest:await La(o,"digest",Pa.output,Pa.result),delay:await La(o,"delay",Ca.output,Ca.result),throttle:await La(o,"throttle",Ma.output,Ma.result),custom:await ll(o,"custom"),httpRequest:await ll(o,"http_request")}}),o}}}function Iw(e,n,t){return{type:"email",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Cw(e,n,t){return{type:"sms",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Pw(e,n,t){return{type:"chat",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Mw(e,n,t){return{type:"push",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Nw(e,n,t){return{type:"in_app",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Lw(e,n,t){return{type:"delay",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}function Dw(e,n,t){return{type:"digest",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}function Fw(e,n,t){return{type:"throttle",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}var Id={email:Iw,sms:Cw,chat:Pw,push:Mw,inApp:Nw,delay:Lw,digest:Dw,throttle:Fw};var Kr=require("@nestjs/common");var Cd=require("@nestjs/common"),{ConfigurableModuleClass:Da,MODULE_OPTIONS_TOKEN:hr,OPTIONS_TYPE:lP,ASYNC_OPTIONS_TYPE:cP}=new Cd.ConfigurableModuleBuilder().setClassMethodName("register").setFactoryMethodName("createNovuModuleOptions").setExtras(e=>({...e,isGlobal:!0})).build();var cl="REGISTER_API_PATH";var Pd=require("@nestjs/common");var Vt=class{handler(n,t){return{body:()=>n.body,headers:i=>{let a=n.headers[i.toLowerCase()];return Array.isArray(a)?a[0]:a},method:()=>n.method||"GET",queryString:i=>{let a=n.query[i];return Array.isArray(a)?a[0]:a},url:()=>{let i=n.headers.host||"",a=i!=null&&i.includes("://")?"":`${n.protocol||"https"}://`;return new URL(n.originalUrl||n.url||"",`${a}${i||""}`)},transformResponse:({body:i,headers:a,status:o})=>(Object.entries(a).forEach(([s,u])=>{t.setHeader(s,u)}),t.status(o).send(i))}}};Vt=Jt([(0,Pd.Injectable)()],Vt);var Md="nest",Wt=class{constructor(n,t){this.options=n;this.novuHandler=t;this.novuRequestHandler=new ur({frameworkName:Md,...this.options,handler:this.novuHandler.handler})}async handleRequest(n,t){await this.novuRequestHandler.createHandler()(n,t)}};Wt=Jt([(0,Kr.Injectable)(),Gt(0,(0,Kr.Inject)(hr)),Gt(1,(0,Kr.Inject)(Vt))],Wt);var gt=require("@nestjs/common");var Dt=class{constructor(n){this.novuService=n}async handleGet(n,t){await this.novuService.handleRequest(n,t)}async handlePost(n,t){await this.novuService.handleRequest(n,t)}async handleOptions(n,t){await this.novuService.handleRequest(n,t)}};Jt([(0,gt.Get)(),Gt(0,(0,gt.Req)()),Gt(1,(0,gt.Res)())],Dt.prototype,"handleGet",1),Jt([(0,gt.Post)(),Gt(0,(0,gt.Req)()),Gt(1,(0,gt.Res)())],Dt.prototype,"handlePost",1),Jt([(0,gt.Options)(),Gt(0,(0,gt.Req)()),Gt(1,(0,gt.Res)())],Dt.prototype,"handleOptions",1),Dt=Jt([(0,gt.Controller)(),Gt(0,(0,gt.Inject)(Wt))],Dt);var Dd=require("@nestjs/common");var Nd=require("@nestjs/common/constants");var Fa={provide:cl,useFactory:e=>{if(!e.apiPath)throw new Error("`apiPath` must be provided to set the controller path");Reflect.defineMetadata(Nd.PATH_METADATA,e.apiPath,Dt)},inject:[hr]};function Ld(e,n=[]){return n.reduce((t,r)=>r(t),e)}var Xr=class extends Da{static register(n,t){var i;let r=Da.register(n);return r.controllers=[Ld(Dt,n.controllerDecorators||[])],(i=r.providers)==null||i.push(Fa,Wt,Vt,...t||[]),r.exports=[Wt,Vt],r}static registerAsync(n,t){var i;let r=Da.registerAsync(n);return r.controllers=[Dt],(i=r.providers)==null||i.push(Fa,Wt,Vt,...t||[]),r.exports=[Wt,Vt],r}};Xr=Jt([(0,Dd.Module)({})],Xr);0&&(module.exports={Actions,AgentDeliveryError,AgentEventEnum,Button,Card,CardLink,CardText,Client,CronExpression,Divider,NOVU_OPTIONS,NovuClient,NovuController,NovuHandler,NovuModule,NovuRequestHandler,REGISTER_API_PATH,Select,SelectOption,SeverityLevelEnum,TextInput,agent,frameworkName,providerSchemas,registerApiPath,step,workflow});
564
+ `,writeOnly:!0,nullable:!0}}}],required:[],additionalProperties:!0},Mm={output:vx};var Nm={apns:Im,expo:Cm,fcm:Pm,"one-signal":Mm,"pusher-beams":le,pushpad:le,"push-webhook":le,appio:le};var Ex={type:"object",properties:{},required:[],additionalProperties:!1},Lm={output:Ex};var _x={type:"object",properties:{to:{type:"string",pattern:"^\\+[1-9]\\d{1,14}$",description:"The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`."},statusCallback:{type:"string",format:"uri",description:"The URL of the endpoint to which Twilio sends [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url). URL must contain a valid hostname and underscores are not allowed. If you include this parameter with the `messagingServiceSid`, Twilio uses this URL instead of the Status Callback URL of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource). "},applicationSid:{type:"string",minLength:34,maxLength:34,pattern:"^AP[0-9a-fA-F]{32}$",description:"The SID of the associated [TwiML Application](https://www.twilio.com/docs/usage/api/applications). [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url) are sent to the TwiML App's `statusCallback` URL. Note that the `statusCallback` parameter of a request takes priority over the `applicationSid` parameter; if both are included `applicationSid` is ignored."},maxPrice:{type:"number",description:"[OBSOLETE] This parameter will no longer have any effect as of 2024-06-03."},provideFeedback:{type:"boolean",description:"Boolean indicating whether or not you intend to provide delivery confirmation feedback to Twilio (used in conjunction with the [Message Feedback subresource](https://www.twilio.com/docs/sms/api/message-feedback-resource)). Default value is `false`."},attempt:{type:"integer",description:"Total number of attempts made (including this request) to send the message regardless of the provider used"},validityPeriod:{type:"integer",description:"The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validityPeriod`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validityPeriod` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html)"},forceDelivery:{type:"boolean",description:"Reserved"},contentRetention:{type:"string",enum:["retain","discard"],description:"Determines if the message content can be stored or redacted based on privacy settings"},addressRetention:{type:"string",enum:["retain","obfuscate"],description:"Determines if the address can be stored or obfuscated based on privacy settings"},smartEncoded:{type:"boolean",description:"Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`."},persistentAction:{type:"array",items:{type:"string"},description:"Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp)."},shortenUrls:{type:"boolean",description:"For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messagingServiceSid` parameter must also be provided."},scheduleType:{type:"string",enum:["fixed"],description:"For Messaging Services only: Include this parameter with a value of `fixed` in conjunction with the `sendAt` parameter in order to [schedule a Message](https://www.twilio.com/docs/messaging/features/message-scheduling)."},sendAt:{type:"string",format:"date-time",description:"The time that Twilio will send the message. Must be in ISO 8601 format."},sendAsMms:{type:"boolean",description:"If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media."},contentVariables:{type:"string",description:"For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `contentSid` parameter must also be provided. If values are not defined in the `contentVariables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used."},riskCheck:{type:"string",enum:["enable","disable"],description:"Include this parameter with a value of `disable` to skip any kind of risk check on the respective message request."},from:{type:"string",pattern:"^\\+[1-9]\\d{1,14}$",description:"The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messagingServiceSid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool."},messagingServiceSid:{type:"string",minLength:34,maxLength:34,pattern:"^MG[0-9a-fA-F]{32}$",description:"The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool."},body:{type:"string",description:"The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [sendAsMms parameter](https://www.twilio.com/blog/mms-for-long-text-messages)."},mediaUrl:{type:"array",items:{type:"string",format:"uri"},description:"The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `mediaUrl` parameters in the POST request. You can include up to ten `mediaUrl` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply."},contentSid:{type:"string",minLength:34,maxLength:34,pattern:"^HX[0-9a-fA-F]{32}$",description:"For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources)."}},required:[],additionalProperties:!0},Dm={output:_x};var Fm={"africas-talking":le,"azure-sms":le,bandwidth:le,"brevo-sms":le,"bulk-sms":le,"burst-sms":le,clickatell:le,clicksend:le,"eazy-sms":le,firetext:le,"forty-six-elks":le,"generic-sms":le,gupshup:le,"infobip-sms":le,"isend-sms":le,kannel:le,maqsam:le,messagebird:le,mobishastra:le,nexmo:le,"novu-sms":Lm,plivo:le,"ring-central":le,sendchamp:le,simpletexting:le,sms77:le,"sms-central":le,smsmode:le,sns:le,telnyx:le,termii:le,twilio:Dm,"afro-message":le,unifonic:le,imedia:le,sinch:le,"isendpro-sms":le};var Xo={chat:Sm,sms:Fm,email:Em,push:Nm,in_app:Rm};var Rx={type:"object",properties:{type:{enum:["regular"]},amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]},extendToSchedule:{type:"boolean"}},required:["amount","unit"],additionalProperties:!1},Ox={type:"object",properties:{type:{enum:["timed"]},cron:{type:"string"},extendToSchedule:{type:"boolean"}},required:["cron"],additionalProperties:!1},Ix={type:"object",properties:{type:{enum:["dynamic"]},dynamicKey:{type:"string"},extendToSchedule:{type:"boolean"}},required:["dynamicKey"],additionalProperties:!1},Cx={oneOf:[Rx,Ox,Ix]},Px={type:"object",properties:{duration:{type:"number"}},required:["duration"],additionalProperties:!1},Qo={output:Cx,result:Px};var Mx={type:"object",properties:{type:{enum:["regular"]},amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]},digestKey:{type:"string"},lookBackWindow:{type:"object",properties:{amount:{type:"number"},unit:{type:"string",enum:["seconds","minutes","hours","days","weeks","months"]}},required:["amount","unit"],additionalProperties:!1},extendToSchedule:{type:"boolean"}},required:["amount","unit"],additionalProperties:!1},Nx={type:"object",properties:{type:{enum:["timed"]},cron:{type:"string"},digestKey:{type:"string"},extendToSchedule:{type:"boolean"}},required:["cron"],additionalProperties:!1},Lx={oneOf:[Mx,Nx]},Dx={type:"object",properties:{eventCount:{type:"number"},events:{type:"array",items:{type:"object",properties:{id:{type:"string"},time:{type:"string"},payload:{type:"object"}},required:["id","time","payload"],additionalProperties:!1}}},required:["events"],additionalProperties:!1},Zo={output:Lx,result:Dx};var ea={output:{type:"object",properties:{type:{type:"string",enum:["fixed","dynamic"]},amount:{type:"number"},unit:{type:"string",enum:["minutes","hours","days"]},dynamicKey:{type:"string"},threshold:{type:"number"},throttleKey:{type:"string"}},required:["type"],additionalProperties:!1},result:{type:"object",properties:{throttled:{type:"boolean",description:"Whether the workflow execution was throttled"},executionCount:{type:"number",description:"Number of executions within the throttle window"},threshold:{type:"number",description:"The throttle threshold that was applied"},windowStart:{type:"string",format:"date-time",description:"Start time of the throttle window"}},required:["throttled"],additionalProperties:!1}};var Fx={type:"object",properties:{body:{type:"string"}},required:["body"],additionalProperties:!1},Ux={type:"object",properties:{},required:[],additionalProperties:!1},Um={output:Fx,result:Ux};var $x={type:"object",properties:{subject:{type:"string",minLength:1},body:{type:"string"},from:{type:"object",properties:{email:{type:"string"},name:{type:"string"}},additionalProperties:!1}},required:["subject","body"],additionalProperties:!1},qx={type:"object",properties:{},required:[],additionalProperties:!1},$m={output:$x,result:qx};var jx="^(?!mailto:)(?:(https?):\\/\\/[^\\s/$.?#].[^\\s]*)|^(\\/[^\\s]*)$",jm={type:"object",properties:{url:{type:"string",pattern:jx},target:{type:"string",enum:["_self","_blank","_parent","_top","_unfencedTop"],default:"_blank"}},if:{properties:{url:{type:"string",pattern:"^/"}}},then:{properties:{target:{default:"_self"}}},else:{properties:{target:{default:"_blank"}}},required:["url"],additionalProperties:!1},qm={type:"object",properties:{label:{type:"string"},redirect:jm},required:["label"],additionalProperties:!1},Bx={type:"object",properties:{subject:{type:"string",minLength:1},body:{type:"string",minLength:1},avatar:{type:"string",format:"uri"},primaryAction:qm,secondaryAction:qm,data:{type:"object",additionalProperties:!0},redirect:jm},anyOf:[{required:["subject"]},{required:["body"]}],additionalProperties:!1},zx={type:"object",properties:{seen:{type:"boolean"},read:{type:"boolean"},lastSeenDate:{type:"string",format:"date-time",nullable:!0},lastReadDate:{type:"string",format:"date-time",nullable:!0}},required:["seen","read","lastSeenDate","lastReadDate"],additionalProperties:!1},Bm={output:Bx,result:zx};var Vx={type:"object",properties:{subject:{type:"string"},body:{type:"string"}},required:["subject","body"],additionalProperties:!1},Wx={type:"object",properties:{},required:[],additionalProperties:!1},zm={output:Vx,result:Wx};var Hx={type:"object",properties:{body:{type:"string"}},required:["body"],additionalProperties:!1},Yx={type:"object",properties:{},required:[],additionalProperties:!1},Vm={output:Hx,result:Yx};var en={chat:Um,sms:Vm,push:zm,email:$m,in_app:Bm};var Mt={type:"object",properties:{},required:[],additionalProperties:!1};var ta=(i=>(i.NONE="none",i.LOW="low",i.MEDIUM="medium",i.HIGH="high",i))(ta||{});async function br(e,n,t){if(e.steps.some(r=>r.stepId===n))throw new zi(n);e.steps.push(t)}async function na(e,n,t,r){return async(i,o,a={})=>{let s=(a==null?void 0:a.controlSchema)||Mt;return await br(e,i,{stepId:i,type:n,controls:{schema:await yt(s),unknownSchema:s},outputs:{schema:await yt(t),unknownSchema:t},results:{schema:await yt(r),unknownSchema:r},resolve:o,code:o.toString(),options:a,providers:[]}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}async function Wm(e,n,t){let r=Xo[n],i=Object.entries(t).map(async([o,a])=>{let s=r[o];return{type:o,code:a.toString(),resolve:a,outputs:{schema:await yt(s.output),unknownSchema:s.output}}});e.providers.push(...await Promise.all(i))}async function wr(e,n,t,r){return async(i,o,a={})=>{let s=(a==null?void 0:a.controlSchema)||Mt,u={stepId:i,type:n,controls:{schema:await yt(s),unknownSchema:s},outputs:{schema:await yt(t),unknownSchema:t},results:{schema:await yt(r),unknownSchema:r},resolve:o,code:o.toString(),options:a,providers:[]};return await br(e,i,u),Object.keys(a.providers||{}).length>0&&await Wm(u,n,a.providers||{}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}async function Gl(e,n){return async(t,r,i={})=>{let o=(i==null?void 0:i.controlSchema)||Mt,a=(i==null?void 0:i.outputSchema)||Mt,[s,u]=await Promise.all([yt(o),yt(a)]);return await br(e,t,{stepId:t,type:n,controls:{schema:s,unknownSchema:o},outputs:{schema:u,unknownSchema:a},results:{schema:u,unknownSchema:a},resolve:r,code:r.toString(),options:i,providers:[]}),{_ctx:{timestamp:Date.now(),state:{status:"pending",error:!1}}}}}var Jx={email:"email",sms:"sms",push:"push",inApp:"in_app",chat:"chat"};function Hm(e){if(!e)return{};let n={};return e.all&&(n.all=e.all),Object.entries(e.channels||{}).forEach(([t,r])=>{let i=Jx[t];i&&(n.channels||(n.channels={}),n.channels[i]=r)}),n}function Ym(e,n,t){let r=t||{};return{id:e,trigger:async a=>{let s=Wi(Ji(a.secretKey),Yi(a.apiUrl)),u=a.payload||{},p;if(r.payloadSchema){let P=await qr(r.payloadSchema,u);if(P.success===!1)throw new Ii(e,P.errors);p=P.data}else p=a.payload;let d=await pu(),h={name:e,to:a.to,payload:{...p},...a.transactionId&&{transactionId:a.transactionId},...a.overrides&&{overrides:a.overrides},...a.actor&&{actor:a.actor},...a.context&&{context:a.context},...d&&{bridgeUrl:d}},y=await s.post("/events/trigger",h);return{cancel:async()=>s.delete(`/events/trigger/${y.transactionId}`),data:y}},discover:async()=>{var s;let a={workflowId:e,severity:(s=r.severity)!=null?s:"none",steps:[],code:n.toString(),payload:{schema:await yt(r.payloadSchema||Mt),unknownSchema:r.payloadSchema||Mt},controls:{schema:await yt(r.controlSchema||Mt),unknownSchema:r.controlSchema||Mt},env:{schema:await yt(r.envSchema||Mt),unknownSchema:r.envSchema||Mt},tags:r.tags||[],preferences:Hm(r.preferences),name:r.name,description:r.description,execute:n};return await n({payload:{},subscriber:{},env:{},controls:{},context:{},step:{push:await wr(a,"push",en.push.output,en.push.result),chat:await wr(a,"chat",en.chat.output,en.chat.result),email:await wr(a,"email",en.email.output,en.email.result),sms:await wr(a,"sms",en.sms.output,en.sms.result),inApp:await wr(a,"in_app",en.in_app.output,en.in_app.result),digest:await na(a,"digest",Zo.output,Zo.result),delay:await na(a,"delay",Qo.output,Qo.result),throttle:await na(a,"throttle",ea.output,ea.result),custom:await Gl(a,"custom"),httpRequest:await Gl(a,"http_request")}}),a}}}function Gx(e,n,t){return{type:"email",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Kx(e,n,t){return{type:"sms",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Xx(e,n,t){return{type:"chat",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Qx(e,n,t){return{type:"push",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function Zx(e,n,t){return{type:"in_app",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip,providers:t==null?void 0:t.providers,disableOutputSanitization:t==null?void 0:t.disableOutputSanitization}}function ek(e,n,t){return{type:"delay",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}function tk(e,n,t){return{type:"digest",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}function nk(e,n,t){return{type:"throttle",stepId:e,resolve:n,controlSchema:t==null?void 0:t.controlSchema,payloadSchema:t==null?void 0:t.payloadSchema,envSchema:t==null?void 0:t.envSchema,skip:t==null?void 0:t.skip}}var Jm={email:Gx,sms:Kx,chat:Xx,push:Qx,inApp:Zx,delay:ek,digest:tk,throttle:nk};var oi=require("@nestjs/common");var Gm=require("@nestjs/common"),{ConfigurableModuleClass:ra,MODULE_OPTIONS_TOKEN:Dn,OPTIONS_TYPE:$L,ASYNC_OPTIONS_TYPE:qL}=new Gm.ConfigurableModuleBuilder().setClassMethodName("register").setFactoryMethodName("createNovuModuleOptions").setExtras(e=>({...e,isGlobal:!0})).build();var Kl="REGISTER_API_PATH",Xl="REGISTER_CONTROLLER_DECORATORS";var Km=require("@nestjs/common");var Yt=class{handler(n,t){return{body:()=>n.body,headers:i=>{let o=n.headers[i.toLowerCase()];return Array.isArray(o)?o[0]:o},method:()=>n.method||"GET",queryString:i=>{let o=n.query[i];return Array.isArray(o)?o[0]:o},url:()=>{let i=n.headers.host||"",o=i!=null&&i.includes("://")?"":`${n.protocol||"https"}://`;return new URL(n.originalUrl||n.url||"",`${o}${i||""}`)},transformResponse:({body:i,headers:o,status:a})=>(Object.entries(o).forEach(([s,u])=>{t.setHeader(s,u)}),t.status(a).send(i))}}};Yt=Xt([(0,Km.Injectable)()],Yt);var Xm="nest",Jt=class{constructor(n,t){this.options=n;this.novuHandler=t;this.novuRequestHandler=new fr({frameworkName:Xm,...this.options,handler:this.novuHandler.handler})}async handleRequest(n,t){await this.novuRequestHandler.createHandler()(n,t)}};Jt=Xt([(0,oi.Injectable)(),Qt(0,(0,oi.Inject)(Dn)),Qt(1,(0,oi.Inject)(Yt))],Jt);var wt=require("@nestjs/common");var Pt=class{constructor(n){this.novuService=n}async handleGet(n,t){await this.novuService.handleRequest(n,t)}async handlePost(n,t){await this.novuService.handleRequest(n,t)}async handleOptions(n,t){await this.novuService.handleRequest(n,t)}};Xt([(0,wt.Get)(),Qt(0,(0,wt.Req)()),Qt(1,(0,wt.Res)())],Pt.prototype,"handleGet",1),Xt([(0,wt.Post)(),Qt(0,(0,wt.Req)()),Qt(1,(0,wt.Res)())],Pt.prototype,"handlePost",1),Xt([(0,wt.Options)(),Qt(0,(0,wt.Req)()),Qt(1,(0,wt.Res)())],Pt.prototype,"handleOptions",1),Pt=Xt([(0,wt.Controller)(),Qt(0,(0,wt.Inject)(Jt))],Pt);var eg=require("@nestjs/common");var Qm=require("@nestjs/common/constants");var ia={provide:Kl,useFactory:e=>{if(!e.apiPath)throw new Error("`apiPath` must be provided to set the controller path");Reflect.defineMetadata(Qm.PATH_METADATA,e.apiPath,Pt)},inject:[Dn]};function Ql(e,n=[]){return n.reduce((t,r)=>{let i=r(t);return i!=null?i:t},e)}function rk(e,n){var t;for(let r of(t=Reflect.getMetadataKeys(e))!=null?t:[])Reflect.defineMetadata(r,Reflect.getMetadata(r,e),n)}function Zm(e,n=[]){let t=Ql(e,n);t!==e&&rk(t,e)}var Zl={provide:Xl,useFactory:e=>{var n;Zm(Pt,(n=e.controllerDecorators)!=null?n:[])},inject:[Dn]};var ai=class extends ra{static register(n,t){var i;let r=ra.register(n);return r.controllers=[Ql(Pt,n.controllerDecorators||[])],(i=r.providers)==null||i.push(ia,Jt,Yt,...t||[]),r.exports=[Jt,Yt],r}static registerAsync(n,t){var i;let r=ra.registerAsync(n);return r.controllers=[Pt],(i=r.providers)==null||i.push(ia,Zl,Jt,Yt,...t||[]),r.exports=[Jt,Yt],r}};ai=Xt([(0,eg.Module)({})],ai);0&&(module.exports={Actions,AgentDeliveryError,AgentError,Button,Card,CardLink,CardText,Client,CronExpression,Divider,NOVU_OPTIONS,NovuClient,NovuController,NovuHandler,NovuModule,NovuRequestHandler,REGISTER_API_PATH,REGISTER_CONTROLLER_DECORATORS,Select,SelectOption,SeverityLevelEnum,TextInput,agent,frameworkName,providerSchemas,registerApiPath,registerControllerDecorators,step,toAgentError,workflow});