apify-client 3.0.0-beta.2 → 3.0.0-beta.20

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 (91) hide show
  1. package/README.md +3 -1
  2. package/dist/apify_api_error.d.ts +60 -19
  3. package/dist/apify_api_error.js +88 -21
  4. package/dist/apify_client.d.ts +22 -3
  5. package/dist/apify_client.js +35 -29
  6. package/dist/base/api_client.d.ts +6 -6
  7. package/dist/base/api_client.js +24 -16
  8. package/dist/base/resource_client.d.ts +23 -9
  9. package/dist/base/resource_client.js +49 -25
  10. package/dist/base/resource_collection_client.d.ts +7 -4
  11. package/dist/base/resource_collection_client.js +21 -15
  12. package/dist/bundle.js +38 -48
  13. package/dist/bundle.js.map +1 -1
  14. package/dist/generated/api.d.ts +287 -214
  15. package/dist/generated/schemas.d.ts +6699 -0
  16. package/dist/generated/schemas.js +1521 -0
  17. package/dist/http_client.d.ts +18 -51
  18. package/dist/http_client.js +79 -42
  19. package/dist/index.d.ts +3 -1
  20. package/dist/index.js +2 -1
  21. package/dist/interceptors.js +22 -4
  22. package/dist/lazy_schema.d.ts +8 -0
  23. package/dist/lazy_schema.js +11 -0
  24. package/dist/models.d.ts +32 -52
  25. package/dist/resource_clients/actor.d.ts +46 -31
  26. package/dist/resource_clients/actor.js +71 -53
  27. package/dist/resource_clients/actor_collection.d.ts +9 -5
  28. package/dist/resource_clients/actor_collection.js +12 -3
  29. package/dist/resource_clients/actor_env_var.d.ts +10 -3
  30. package/dist/resource_clients/actor_env_var.js +17 -6
  31. package/dist/resource_clients/actor_env_var_collection.d.ts +14 -18
  32. package/dist/resource_clients/actor_env_var_collection.js +18 -11
  33. package/dist/resource_clients/actor_version.d.ts +18 -3
  34. package/dist/resource_clients/actor_version.js +20 -9
  35. package/dist/resource_clients/actor_version_collection.d.ts +16 -17
  36. package/dist/resource_clients/actor_version_collection.js +20 -11
  37. package/dist/resource_clients/build.d.ts +18 -6
  38. package/dist/resource_clients/build.js +35 -17
  39. package/dist/resource_clients/build_collection.d.ts +3 -1
  40. package/dist/resource_clients/build_collection.js +5 -1
  41. package/dist/resource_clients/dataset.d.ts +23 -9
  42. package/dist/resource_clients/dataset.js +70 -48
  43. package/dist/resource_clients/dataset_collection.d.ts +6 -2
  44. package/dist/resource_clients/dataset_collection.js +13 -2
  45. package/dist/resource_clients/key_value_store.d.ts +48 -15
  46. package/dist/resource_clients/key_value_store.js +69 -39
  47. package/dist/resource_clients/key_value_store_collection.d.ts +6 -2
  48. package/dist/resource_clients/key_value_store_collection.js +13 -2
  49. package/dist/resource_clients/log.d.ts +9 -19
  50. package/dist/resource_clients/log.js +55 -44
  51. package/dist/resource_clients/request_queue.d.ts +56 -26
  52. package/dist/resource_clients/request_queue.js +178 -113
  53. package/dist/resource_clients/request_queue_collection.d.ts +6 -2
  54. package/dist/resource_clients/request_queue_collection.js +10 -3
  55. package/dist/resource_clients/run.d.ts +51 -17
  56. package/dist/resource_clients/run.js +83 -43
  57. package/dist/resource_clients/run_collection.d.ts +3 -1
  58. package/dist/resource_clients/run_collection.js +5 -1
  59. package/dist/resource_clients/schedule.d.ts +16 -7
  60. package/dist/resource_clients/schedule.js +31 -21
  61. package/dist/resource_clients/schedule_collection.d.ts +6 -2
  62. package/dist/resource_clients/schedule_collection.js +10 -3
  63. package/dist/resource_clients/store_collection.d.ts +3 -1
  64. package/dist/resource_clients/store_collection.js +5 -1
  65. package/dist/resource_clients/task.d.ts +28 -10
  66. package/dist/resource_clients/task.js +67 -44
  67. package/dist/resource_clients/task_collection.d.ts +6 -2
  68. package/dist/resource_clients/task_collection.js +10 -3
  69. package/dist/resource_clients/user.d.ts +17 -8
  70. package/dist/resource_clients/user.js +40 -39
  71. package/dist/resource_clients/webhook.d.ts +14 -5
  72. package/dist/resource_clients/webhook.js +30 -22
  73. package/dist/resource_clients/webhook_collection.d.ts +6 -2
  74. package/dist/resource_clients/webhook_collection.js +10 -3
  75. package/dist/resource_clients/webhook_dispatch.d.ts +4 -1
  76. package/dist/resource_clients/webhook_dispatch.js +8 -2
  77. package/dist/resource_clients/webhook_dispatch_collection.d.ts +3 -1
  78. package/dist/resource_clients/webhook_dispatch_collection.js +5 -1
  79. package/dist/response_validation_error.d.ts +26 -0
  80. package/dist/response_validation_error.js +37 -0
  81. package/dist/schemas.d.ts +15 -0
  82. package/dist/schemas.js +15 -0
  83. package/dist/statistics.d.ts +1 -6
  84. package/dist/statistics.js +2 -2
  85. package/dist/timeouts.d.ts +72 -0
  86. package/dist/timeouts.js +31 -0
  87. package/dist/utils.d.ts +57 -41
  88. package/dist/utils.js +155 -121
  89. package/package.json +36 -35
  90. package/dist/argument_validation_error.d.ts +0 -17
  91. package/dist/argument_validation_error.js +0 -153
package/dist/bundle.js CHANGED
@@ -1,74 +1,64 @@
1
1
  /*! LICENSE: bundle.js.LICENSE.txt */
2
- var e,t,r={313(e,t,r){var n=r(606);let i=/[\u001b\u009b][[\]#;?()]*(?:(?:(?:[^\W_]*;?[^\W_]*)\u0007)|(?:(?:[0-9]{1,4}(;[0-9]{0,4})*)?[~0-9=<>cf-nqrtyA-PRZ]))/g,o=()=>{let e={enabled:void 0!==n&&"0"!==n.env.FORCE_COLOR,visible:!0,styles:{},keys:{}},t=(e,t,r)=>"function"==typeof e?e(t):e.wrap(t,r),o=(r,n)=>{if(""===r||null==r)return"";if(!1===e.enabled)return r;if(!1===e.visible)return"";let i=""+r,o=i.includes("\n"),a=n.length;for(a>0&&n.includes("unstyle")&&(n=[...new Set(["unstyle",...n])].reverse());a-- >0;)i=t(e.styles[n[a]],i,o);return i},a=(t,r,n)=>{var i;let a,s,l;e.styles[t]=(a=(i={name:t,codes:r}).open=`\u001b[${i.codes[0]}m`,s=i.close=`\u001b[${i.codes[1]}m`,l=i.regex=RegExp(`\\u001b\\[${i.codes[1]}m`,"g"),i.wrap=(e,t)=>{e.includes(s)&&(e=e.replace(l,s+a));let r=a+e+s;return t?r.replace(/\r*\n/g,`${s}$&${a}`):r},i),(e.keys[n]||(e.keys[n]=[])).push(t),Reflect.defineProperty(e,t,{configurable:!0,enumerable:!0,set(r){e.alias(t,r)},get(){let r=e=>o(e,r.stack);return Reflect.setPrototypeOf(r,e),r.stack=this.stack?this.stack.concat(t):[t],r}})};return a("reset",[0,0],"modifier"),a("bold",[1,22],"modifier"),a("dim",[2,22],"modifier"),a("italic",[3,23],"modifier"),a("underline",[4,24],"modifier"),a("inverse",[7,27],"modifier"),a("hidden",[8,28],"modifier"),a("strikethrough",[9,29],"modifier"),a("black",[30,39],"color"),a("red",[31,39],"color"),a("green",[32,39],"color"),a("yellow",[33,39],"color"),a("blue",[34,39],"color"),a("magenta",[35,39],"color"),a("cyan",[36,39],"color"),a("white",[37,39],"color"),a("gray",[90,39],"color"),a("grey",[90,39],"color"),a("bgBlack",[40,49],"bg"),a("bgRed",[41,49],"bg"),a("bgGreen",[42,49],"bg"),a("bgYellow",[43,49],"bg"),a("bgBlue",[44,49],"bg"),a("bgMagenta",[45,49],"bg"),a("bgCyan",[46,49],"bg"),a("bgWhite",[47,49],"bg"),a("blackBright",[90,39],"bright"),a("redBright",[91,39],"bright"),a("greenBright",[92,39],"bright"),a("yellowBright",[93,39],"bright"),a("blueBright",[94,39],"bright"),a("magentaBright",[95,39],"bright"),a("cyanBright",[96,39],"bright"),a("whiteBright",[97,39],"bright"),a("bgBlackBright",[100,49],"bgBright"),a("bgRedBright",[101,49],"bgBright"),a("bgGreenBright",[102,49],"bgBright"),a("bgYellowBright",[103,49],"bgBright"),a("bgBlueBright",[104,49],"bgBright"),a("bgMagentaBright",[105,49],"bgBright"),a("bgCyanBright",[106,49],"bgBright"),a("bgWhiteBright",[107,49],"bgBright"),e.ansiRegex=i,e.hasColor=e.hasAnsi=t=>(e.ansiRegex.lastIndex=0,"string"==typeof t&&""!==t&&e.ansiRegex.test(t)),e.alias=(t,r)=>{let n="string"==typeof r?e[r]:r;if("function"!=typeof n)throw TypeError("Expected alias to be the name of an existing color (string) or a function");n.stack||(Reflect.defineProperty(n,"name",{value:t}),e.styles[t]=n,n.stack=[t]),Reflect.defineProperty(e,t,{configurable:!0,enumerable:!0,set(r){e.alias(t,r)},get(){let t=e=>o(e,t.stack);return Reflect.setPrototypeOf(t,e),t.stack=this.stack?this.stack.concat(n.stack):n.stack,t}})},e.theme=t=>{if(!(null!==t&&"object"==typeof t&&!Array.isArray(t)))throw TypeError("Expected theme to be an object");for(let r of Object.keys(t))e.alias(r,t[r]);return e},e.alias("unstyle",t=>"string"==typeof t&&""!==t?(e.ansiRegex.lastIndex=0,t.replace(e.ansiRegex,"")):""),e.alias("noop",e=>e),e.none=e.clear=e.noop,e.stripColor=e.unstyle,e.symbols=r(904),e.define=a,e};e.exports=o(),e.exports.create=o},904(e,t,r){var n=r(606);let i=void 0!==n&&"Hyper"===n.env.TERM_PROGRAM,o=void 0!==n&&"win32"===n.platform,a=void 0!==n&&"linux"===n.platform,s={ballotDisabled:"☒",ballotOff:"☐",ballotOn:"☑",bullet:"•",bulletWhite:"◦",fullBlock:"█",heart:"❤",identicalTo:"≡",line:"─",mark:"※",middot:"·",minus:"-",multiplication:"×",obelus:"÷",pencilDownRight:"✎",pencilRight:"✏",pencilUpRight:"✐",percent:"%",pilcrow2:"❡",pilcrow:"¶",plusMinus:"±",question:"?",section:"§",starsOff:"☆",starsOn:"★",upDownArrow:"↕"},l=Object.assign({},s,{check:"√",cross:"×",ellipsisLarge:"...",ellipsis:"...",info:"i",questionSmall:"?",pointer:">",pointerSmall:"»",radioOff:"( )",radioOn:"(*)",warning:"‼"}),u=Object.assign({},s,{ballotCross:"✘",check:"✔",cross:"✖",ellipsisLarge:"⋯",ellipsis:"…",info:"ℹ",questionFull:"?",questionSmall:"﹖",pointer:a?"▸":"❯",pointerSmall:a?"‣":"›",radioOff:"◯",radioOn:"◉",warning:"⚠"});e.exports=o&&!i?l:u,Reflect.defineProperty(e.exports,"common",{enumerable:!1,value:s}),Reflect.defineProperty(e.exports,"windows",{enumerable:!1,value:l}),Reflect.defineProperty(e.exports,"other",{enumerable:!1,value:u})},336(e,t,r){var n=r(617);e.exports=function(e,t){return new Promise(function(r,i){var o,a=t||{};function s(e){i(e||Error("Aborted"))}function l(e,t){e.bail?s(e):o.retry(e)?a.onRetry&&a.onRetry(e,t):i(o.mainError())}"randomize"in a||(a.randomize=!0),(o=n.operation(a)).attempt(function(t){var n;try{n=e(s,t)}catch(e){l(e,t);return}Promise.resolve(n).then(r).catch(function(e){l(e,t)})})})}},526(e,t){t.byteLength=function(e){var t=l(e),r=t[0],n=t[1];return(r+n)*3/4-n},t.toByteArray=function(e){var t,r,o=l(e),a=o[0],s=o[1],u=new i((a+s)*3/4-s),c=0,h=s>0?a-4:a;for(r=0;r<h;r+=4)t=n[e.charCodeAt(r)]<<18|n[e.charCodeAt(r+1)]<<12|n[e.charCodeAt(r+2)]<<6|n[e.charCodeAt(r+3)],u[c++]=t>>16&255,u[c++]=t>>8&255,u[c++]=255&t;return 2===s&&(t=n[e.charCodeAt(r)]<<2|n[e.charCodeAt(r+1)]>>4,u[c++]=255&t),1===s&&(t=n[e.charCodeAt(r)]<<10|n[e.charCodeAt(r+1)]<<4|n[e.charCodeAt(r+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t),u},t.fromByteArray=function(e){for(var t,n=e.length,i=n%3,o=[],a=0,s=n-i;a<s;a+=16383)o.push(function(e,t,n){for(var i,o=[],a=t;a<n;a+=3)i=(e[a]<<16&0xff0000)+(e[a+1]<<8&65280)+(255&e[a+2]),o.push(r[i>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return o.join("")}(e,a,a+16383>s?s:a+16383));return 1===i?o.push(r[(t=e[n-1])>>2]+r[t<<4&63]+"=="):2===i&&o.push(r[(t=(e[n-2]<<8)+e[n-1])>>10]+r[t>>4&63]+r[t<<2&63]+"="),o.join("")};for(var r=[],n=[],i="u">typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,s=o.length;a<s;++a)r[a]=o[a],n[o.charCodeAt(a)]=a;function l(e){var t=e.length;if(t%4>0)throw Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");-1===r&&(r=t);var n=r===t?0:4-r%4;return[r,n]}n[45]=62,n[95]=63},287(e,t,r){var n=r(526),i=r(251),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function a(e){if(e>0x7fffffff)throw RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,s.prototype),t}function s(e,t,r){if("number"==typeof e){if("string"==typeof t)throw TypeError('The "string" argument must be of type string. Received type number');return c(e)}return l(e,t,r)}function l(e,t,r){if("string"==typeof e){var n=e,i=t;if(("string"!=typeof i||""===i)&&(i="utf8"),!s.isEncoding(i))throw TypeError("Unknown encoding: "+i);var o=0|d(n,i),l=a(o),u=l.write(n,i);return u!==o&&(l=l.slice(0,u)),l}if(ArrayBuffer.isView(e)){var c=e;if(T(c,Uint8Array)){var m=new Uint8Array(c);return f(m.buffer,m.byteOffset,m.byteLength)}return h(c)}if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||"u">typeof SharedArrayBuffer&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return f(e,t,r);if("number"==typeof e)throw TypeError('The "value" argument must not be of type number. Received type number');var g=e.valueOf&&e.valueOf();if(null!=g&&g!==e)return s.from(g,t,r);var y=function(e){if(s.isBuffer(e)){var t=0|p(e.length),r=a(t);return 0===r.length||e.copy(r,0,0,t),r}return void 0!==e.length?"number"!=typeof e.length||function(e){return e!=e}(e.length)?a(0):h(e):"Buffer"===e.type&&Array.isArray(e.data)?h(e.data):void 0}(e);if(y)return y;if("u">typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return s.from(e[Symbol.toPrimitive]("string"),t,r);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw TypeError('"size" argument must be of type number');if(e<0)throw RangeError('The value "'+e+'" is invalid for option "size"')}function c(e){return u(e),a(e<0?0:0|p(e))}function h(e){for(var t=e.length<0?0:0|p(e.length),r=a(t),n=0;n<t;n+=1)r[n]=255&e[n];return r}function f(e,t,r){var n;if(t<0||e.byteLength<t)throw RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw RangeError('"length" is outside of buffer bounds');return Object.setPrototypeOf(n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r),s.prototype),n}function p(e){if(e>=0x7fffffff)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|e}function d(e,t){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return C(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return x(e).length;default:if(i)return n?-1:C(e).length;t=(""+t).toLowerCase(),i=!0}}function m(e,t,r){var i,o,a,s=!1;if((void 0===t||t<0)&&(t=0),t>this.length||((void 0===r||r>this.length)&&(r=this.length),r<=0||(r>>>=0)<=(t>>>=0)))return"";for(e||(e="utf8");;)switch(e){case"hex":return function(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=t;o<r;++o)i+=A[e[o]];return i}(this,t,r);case"utf8":case"utf-8":return _(this,t,r);case"ascii":return function(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(127&e[i]);return n}(this,t,r);case"latin1":case"binary":return function(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}(this,t,r);case"base64":return i=this,o=t,a=r,0===o&&a===i.length?n.fromByteArray(i):n.fromByteArray(i.slice(o,a));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return function(e,t,r){for(var n=e.slice(t,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}(this,t,r);default:if(s)throw TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(e,t,r,n,i){var o;if(0===e.length)return -1;if("string"==typeof r?(n=r,r=0):r>0x7fffffff?r=0x7fffffff:r<-0x80000000&&(r=-0x80000000),(o=r*=1)!=o&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length)if(i)return -1;else r=e.length-1;else if(r<0)if(!i)return -1;else r=0;if("string"==typeof t&&(t=s.from(t,n)),s.isBuffer(t))return 0===t.length?-1:b(e,t,r,n,i);if("number"==typeof t){if(t&=255,"function"==typeof Uint8Array.prototype.indexOf)if(i)return Uint8Array.prototype.indexOf.call(e,t,r);else return Uint8Array.prototype.lastIndexOf.call(e,t,r);return b(e,[t],r,n,i)}throw TypeError("val must be string, number or Buffer")}function b(e,t,r,n,i){var o,a=1,s=e.length,l=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return -1;a=2,s/=2,l/=2,r/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var c=-1;for(o=r;o<s;o++)if(u(e,o)===u(t,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===l)return c*a}else -1!==c&&(o-=o-c),c=-1}else for(r+l>s&&(r=s-l),o=r;o>=0;o--){for(var h=!0,f=0;f<l;f++)if(u(e,o+f)!==u(t,f)){h=!1;break}if(h)return o}return -1}function _(e,t,r){r=Math.min(e.length,r);for(var n=[],i=t;i<r;){var o,a,s,l,u=e[i],c=null,h=u>239?4:u>223?3:u>191?2:1;if(i+h<=r)switch(h){case 1:u<128&&(c=u);break;case 2:(192&(o=e[i+1]))==128&&(l=(31&u)<<6|63&o)>127&&(c=l);break;case 3:o=e[i+1],a=e[i+2],(192&o)==128&&(192&a)==128&&(l=(15&u)<<12|(63&o)<<6|63&a)>2047&&(l<55296||l>57343)&&(c=l);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],(192&o)==128&&(192&a)==128&&(192&s)==128&&(l=(15&u)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(c=l)}null===c?(c=65533,h=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),i+=h}var f=n,p=f.length;if(p<=4096)return String.fromCharCode.apply(String,f);for(var d="",m=0;m<p;)d+=String.fromCharCode.apply(String,f.slice(m,m+=4096));return d}function v(e,t,r){if(e%1!=0||e<0)throw RangeError("offset is not uint");if(e+t>r)throw RangeError("Trying to access beyond buffer length")}function w(e,t,r,n,i,o){if(!s.isBuffer(e))throw TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw RangeError('"value" argument is out of bounds');if(r+n>e.length)throw RangeError("Index out of range")}function E(e,t,r,n,i,o){if(r+n>e.length||r<0)throw RangeError("Index out of range")}function S(e,t,r,n,o){return t*=1,r>>>=0,o||E(e,t,r,4,34028234663852886e22,-34028234663852886e22),i.write(e,t,r,n,23,4),r+4}function R(e,t,r,n,o){return t*=1,r>>>=0,o||E(e,t,r,8,17976931348623157e292,-17976931348623157e292),i.write(e,t,r,n,52,8),r+8}t.Buffer=s,t.SlowBuffer=function(e){return+e!=e&&(e=0),s.alloc(+e)},t.INSPECT_MAX_BYTES=50,t.kMaxLength=0x7fffffff,s.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),!s.TYPED_ARRAY_SUPPORT&&"u">typeof console&&"function"==typeof console.error&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}}),s.poolSize=8192,s.from=function(e,t,r){return l(e,t,r)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array),s.alloc=function(e,t,r){return(u(e),e<=0)?a(e):void 0!==t?"string"==typeof r?a(e).fill(t,r):a(e).fill(t):a(e)},s.allocUnsafe=function(e){return c(e)},s.allocUnsafeSlow=function(e){return c(e)},s.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==s.prototype},s.compare=function(e,t){if(T(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),T(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(e)||!s.isBuffer(t))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var r=e.length,n=t.length,i=0,o=Math.min(r,n);i<o;++i)if(e[i]!==t[i]){r=e[i],n=t[i];break}return r<n?-1:+(n<r)},s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},s.concat=function(e,t){if(!Array.isArray(e))throw TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return s.alloc(0);if(void 0===t)for(r=0,t=0;r<e.length;++r)t+=e[r].length;var r,n=s.allocUnsafe(t),i=0;for(r=0;r<e.length;++r){var o=e[r];if(T(o,Uint8Array))i+o.length>n.length?s.from(o).copy(n,i):Uint8Array.prototype.set.call(n,o,i);else if(s.isBuffer(o))o.copy(n,i);else throw TypeError('"list" argument must be an Array of Buffers');i+=o.length}return n},s.byteLength=d,s.prototype._isBuffer=!0,s.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},s.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},s.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},s.prototype.toString=function(){var e=this.length;return 0===e?"":0==arguments.length?_(this,0,e):m.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(e){if(!s.isBuffer(e))throw TypeError("Argument must be a Buffer");return this===e||0===s.compare(this,e)},s.prototype.inspect=function(){var e="",r=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"},o&&(s.prototype[o]=s.prototype.inspect),s.prototype.compare=function(e,t,r,n,i){if(T(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),t<0||r>e.length||n<0||i>this.length)throw RangeError("out of range index");if(n>=i&&t>=r)return 0;if(n>=i)return -1;if(t>=r)return 1;if(t>>>=0,r>>>=0,n>>>=0,i>>>=0,this===e)return 0;for(var o=i-n,a=r-t,l=Math.min(o,a),u=this.slice(n,i),c=e.slice(t,r),h=0;h<l;++h)if(u[h]!==c[h]){o=u[h],a=c[h];break}return o<a?-1:+(a<o)},s.prototype.includes=function(e,t,r){return -1!==this.indexOf(e,t,r)},s.prototype.indexOf=function(e,t,r){return y(this,e,t,r,!0)},s.prototype.lastIndexOf=function(e,t,r){return y(this,e,t,r,!1)},s.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else if(isFinite(t))t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i,o,a,s,l,u,c,h,f=this.length-t;if((void 0===r||r>f)&&(r=f),e.length>0&&(r<0||t<0)||t>this.length)throw RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var p=!1;;)switch(n){case"hex":return function(e,t,r,n){r=Number(r)||0;var i=e.length-r;n?(n=Number(n))>i&&(n=i):n=i;var o=t.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var s,l=parseInt(t.substr(2*a,2),16);if((s=l)!=s)break;e[r+a]=l}return a}(this,e,t,r);case"utf8":case"utf-8":return i=t,o=r,k(C(e,this.length-i),this,i,o);case"ascii":case"latin1":case"binary":return a=t,s=r,k(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(e),this,a,s);case"base64":return l=t,u=r,k(x(e),this,l,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return c=t,h=r,k(function(e,t){for(var r,n,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,i.push(r%256),i.push(n);return i}(e,this.length-c),this,c,h);default:if(p)throw TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),p=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},s.prototype.slice=function(e,t){var r=this.length;e=~~e,t=void 0===t?r:~~t,e<0?(e+=r)<0&&(e=0):e>r&&(e=r),t<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);var n=this.subarray(e,t);return Object.setPrototypeOf(n,s.prototype),n},s.prototype.readUintLE=s.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||v(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n},s.prototype.readUintBE=s.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||v(e,t,this.length);for(var n=this[e+--t],i=1;t>0&&(i*=256);)n+=this[e+--t]*i;return n},s.prototype.readUint8=s.prototype.readUInt8=function(e,t){return e>>>=0,t||v(e,1,this.length),this[e]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,t){return e>>>=0,t||v(e,2,this.length),this[e]|this[e+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,t){return e>>>=0,t||v(e,2,this.length),this[e]<<8|this[e+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,t){return e>>>=0,t||v(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+0x1000000*this[e+3]},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,t){return e>>>=0,t||v(e,4,this.length),0x1000000*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},s.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||v(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*t)),n},s.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||v(e,t,this.length);for(var n=t,i=1,o=this[e+--n];n>0&&(i*=256);)o+=this[e+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},s.prototype.readInt8=function(e,t){return(e>>>=0,t||v(e,1,this.length),128&this[e])?-((255-this[e]+1)*1):this[e]},s.prototype.readInt16LE=function(e,t){e>>>=0,t||v(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?0xffff0000|r:r},s.prototype.readInt16BE=function(e,t){e>>>=0,t||v(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?0xffff0000|r:r},s.prototype.readInt32LE=function(e,t){return e>>>=0,t||v(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},s.prototype.readInt32BE=function(e,t){return e>>>=0,t||v(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},s.prototype.readFloatLE=function(e,t){return e>>>=0,t||v(e,4,this.length),i.read(this,e,!0,23,4)},s.prototype.readFloatBE=function(e,t){return e>>>=0,t||v(e,4,this.length),i.read(this,e,!1,23,4)},s.prototype.readDoubleLE=function(e,t){return e>>>=0,t||v(e,8,this.length),i.read(this,e,!0,52,8)},s.prototype.readDoubleBE=function(e,t){return e>>>=0,t||v(e,8,this.length),i.read(this,e,!1,52,8)},s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,t,r,n){if(e*=1,t>>>=0,r>>>=0,!n){var i=Math.pow(2,8*r)-1;w(this,e,t,r,i,0)}var o=1,a=0;for(this[t]=255&e;++a<r&&(o*=256);)this[t+a]=e/o&255;return t+r},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,t,r,n){if(e*=1,t>>>=0,r>>>=0,!n){var i=Math.pow(2,8*r)-1;w(this,e,t,r,i,0)}var o=r-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+r},s.prototype.writeUint8=s.prototype.writeUInt8=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,1,255,0),this[t]=255&e,t+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0xffffffff,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0xffffffff,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},s.prototype.writeIntLE=function(e,t,r,n){if(e*=1,t>>>=0,!n){var i=Math.pow(2,8*r-1);w(this,e,t,r,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<r&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a|0)-s&255;return t+r},s.prototype.writeIntBE=function(e,t,r,n){if(e*=1,t>>>=0,!n){var i=Math.pow(2,8*r-1);w(this,e,t,r,i-1,-i)}var o=r-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a|0)-s&255;return t+r},s.prototype.writeInt8=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},s.prototype.writeInt16LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},s.prototype.writeInt16BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},s.prototype.writeInt32LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0x7fffffff,-0x80000000),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},s.prototype.writeInt32BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0x7fffffff,-0x80000000),e<0&&(e=0xffffffff+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},s.prototype.writeFloatLE=function(e,t,r){return S(this,e,t,!0,r)},s.prototype.writeFloatBE=function(e,t,r){return S(this,e,t,!1,r)},s.prototype.writeDoubleLE=function(e,t,r){return R(this,e,t,!0,r)},s.prototype.writeDoubleBE=function(e,t,r){return R(this,e,t,!1,r)},s.prototype.copy=function(e,t,r,n){if(!s.isBuffer(e))throw TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r||0===e.length||0===this.length)return 0;if(t<0)throw RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw RangeError("Index out of range");if(n<0)throw RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var i=n-r;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,r,n):Uint8Array.prototype.set.call(e,this.subarray(r,n),t),i},s.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw TypeError("encoding must be a string");if("string"==typeof n&&!s.isEncoding(n))throw TypeError("Unknown encoding: "+n);if(1===e.length){var i,o=e.charCodeAt(0);("utf8"===n&&o<128||"latin1"===n)&&(e=o)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<r)throw RangeError("Out of range index");if(r<=t)return this;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var a=s.isBuffer(e)?e:s.from(e,n),l=a.length;if(0===l)throw TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-t;++i)this[i+t]=a[i%l]}return this};var O=/[^+/0-9A-Za-z-_]/g;function C(e,t){t=t||1/0;for(var r,n=e.length,i=null,o=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!i){if(r>56319||a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else if(r<1114112){if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}else throw Error("Invalid code point")}return o}function x(e){return n.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(O,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function k(e,t,r,n){for(var i=0;i<n&&!(i+r>=t.length)&&!(i>=e.length);++i)t[i+r]=e[i];return i}function T(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}var A=function(){for(var e="0123456789abcdef",t=Array(256),r=0;r<16;++r)for(var n=16*r,i=0;i<16;++i)t[n+i]=e[r]+e[i];return t}()},597(e,t){var r=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,n=/\\([\u000b\u0020-\u00ff])/g,i=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;function o(e){this.parameters=Object.create(null),this.type=e}t.q=function(e){if(!e)throw TypeError("argument string is required");var t,a,s,l="object"==typeof e?function(e){var t;if("function"==typeof e.getHeader?t=e.getHeader("content-type"):"object"==typeof e.headers&&(t=e.headers&&e.headers["content-type"]),"string"!=typeof t)throw TypeError("content-type header is missing from object");return t}(e):e;if("string"!=typeof l)throw TypeError("argument string is required to be a string");var u=l.indexOf(";"),c=-1!==u?l.slice(0,u).trim():l.trim();if(!i.test(c))throw TypeError("invalid media type");var h=new o(c.toLowerCase());if(-1!==u){for(r.lastIndex=u;a=r.exec(l);){if(a.index!==u)throw TypeError("invalid parameter format");u+=a[0].length,t=a[1].toLowerCase(),34===(s=a[2]).charCodeAt(0)&&-1!==(s=s.slice(1,-1)).indexOf("\\")&&(s=s.replace(n,"$1")),h.parameters[t]=s}if(u!==l.length)throw TypeError("invalid parameter format")}return h}},7(e){var t,r="object"==typeof Reflect?Reflect:null,n=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise(function(r,n){var i,o,a;function s(r){e.removeListener(t,l),n(r)}function l(){"function"==typeof e.removeListener&&e.removeListener("error",s),r([].slice.call(arguments))}m(e,t,l,{once:!0}),"error"!==t&&(i=e,o=s,a={once:!0},"function"==typeof i.on&&m(i,"error",o,a))})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function u(e,t,r,n){if(s(r),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),o=e._events),a=o[t]),void 0===a)a=o[t]=r,++e._eventsCount;else if("function"==typeof a?a=o[t]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),(i=l(e))>0&&a.length>i&&!a.warned){a.warned=!0;var i,o,a,u=Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,console&&console.warn&&console.warn(u)}return e}function c(){if(!this.fired)return(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0==arguments.length)?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=c.bind(n);return i.listener=r,n.wrapFn=i,i}function f(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"==typeof i?r?[i.listener||i]:[i]:r?function(e){for(var t=Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}(i):d(i,i.length)}function p(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function d(e,t){for(var r=Array(t),n=0;n<t;++n)r[n]=e[n];return r}function m(e,t,r,n){if("function"==typeof e.on)n.once?e.once(t,r):e.on(t,r);else if("function"==typeof e.addEventListener)e.addEventListener(t,function i(o){n.once&&e.removeEventListener(t,i),r(o)});else throw TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return l(this)},o.prototype.emit=function(e){for(var t=[],r=1;r<arguments.length;r++)t.push(arguments[r]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var a,s=Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var l=o[e];if(void 0===l)return!1;if("function"==typeof l)n(l,this,t);else for(var u=l.length,c=d(l,u),r=0;r<u;++r)n(c[r],this,t);return!0},o.prototype.addListener=function(e,t){return u(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return u(this,e,t,!0)},o.prototype.once=function(e,t){return s(t),this.on(e,h(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,h(this,e,t)),this},o.prototype.removeListener=function(e,t){var r,n,i,o,a;if(s(t),void 0===(n=this._events)||void 0===(r=n[e]))return this;if(r===t||r.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete n[e],n.removeListener&&this.emit("removeListener",e,r.listener||t));else if("function"!=typeof r){for(i=-1,o=r.length-1;o>=0;o--)if(r[o]===t||r[o].listener===t){a=r[o].listener,i=o;break}if(i<0)return this;0===i?r.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(r,i),1===r.length&&(n[e]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,r,n;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0==arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0==arguments.length){var i,o=Object.keys(r);for(n=0;n<o.length;++n)"removeListener"!==(i=o[n])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=r[e]))this.removeListener(e,t);else if(void 0!==t)for(n=t.length-1;n>=0;n--)this.removeListener(e,t[n]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):p.call(e,t)},o.prototype.listenerCount=p,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},251(e,t){t.read=function(e,t,r,n,i){var o,a,s=8*i-n-1,l=(1<<s)-1,u=l>>1,c=-7,h=r?i-1:0,f=r?-1:1,p=e[t+h];for(h+=f,o=p&(1<<-c)-1,p>>=-c,c+=s;c>0;o=256*o+e[t+h],h+=f,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=256*a+e[t+h],h+=f,c-=8);if(0===o)o=1-u;else{if(o===l)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,n),o-=u}return(p?-1:1)*a*Math.pow(2,o-n)},t.write=function(e,t,r,n,i,o){var a,s,l,u=8*o-i-1,c=(1<<u)-1,h=c>>1,f=5960464477539062e-23*(23===i),p=n?0:o-1,d=n?1:-1,m=+(t<0||0===t&&1/t<0);for(isNaN(t=Math.abs(t))||t===1/0?(s=+!!isNaN(t),a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),a+h>=1?t+=f/l:t+=f*Math.pow(2,1-h),t*l>=2&&(a++,l/=2),a+h>=c?(s=0,a=c):a+h>=1?(s=(t*l-1)*Math.pow(2,i),a+=h):(s=t*Math.pow(2,h-1)*Math.pow(2,i),a=0));i>=8;e[r+p]=255&s,p+=d,s/=256,i-=8);for(a=a<<i|s,u+=i;u>0;e[r+p]=255&a,p+=d,a/=256,u-=8);e[r+p-d]|=128*m}},698(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},606(e){var t,r,n,i=e.exports={};function o(){throw Error("setTimeout has not been defined")}function a(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var l=[],u=!1,c=-1;function h(){u&&n&&(u=!1,n.length?l=n.concat(l):c=-1,l.length&&f())}function f(){if(!u){var e=s(h);u=!0;for(var t=l.length;t;){for(n=l,l=[];++c<t;)n&&n[c].run();c=-1,t=l.length}n=null,u=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function d(){}i.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];l.push(new p(e,t)),1!==l.length||u||s(f)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=d,i.addListener=d,i.once=d,i.off=d,i.removeListener=d,i.removeAllListeners=d,i.emit=d,i.prependListener=d,i.prependOnceListener=d,i.listeners=function(e){return[]},i.binding=function(e){throw Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw Error("process.chdir is not supported")},i.umask=function(){return 0}},617(e,t,r){e.exports=r(303)},303(e,t,r){var n=r(961);t.operation=function(e){return new n(t.timeouts(e),{forever:e&&(e.forever||e.retries===1/0),unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})},t.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1e3,maxTimeout:1/0,randomize:!1};for(var r in e)t[r]=e[r];if(t.minTimeout>t.maxTimeout)throw Error("minTimeout is greater than maxTimeout");for(var n=[],i=0;i<t.retries;i++)n.push(this.createTimeout(i,t));return e&&e.forever&&!n.length&&n.push(this.createTimeout(i,t)),n.sort(function(e,t){return e-t}),n},t.createTimeout=function(e,t){var r=Math.round((t.randomize?Math.random()+1:1)*Math.max(t.minTimeout,1)*Math.pow(t.factor,e));return Math.min(r,t.maxTimeout)},t.wrap=function(e,r,n){if(r instanceof Array&&(n=r,r=null),!n)for(var i in n=[],e)"function"==typeof e[i]&&n.push(i);for(var o=0;o<n.length;o++){var a=n[o],s=e[a];e[a]=(function(n){var i=t.operation(r),o=Array.prototype.slice.call(arguments,1),a=o.pop();o.push(function(e){i.retry(e)||(e&&(arguments[0]=i.mainError()),a.apply(this,arguments))}),i.attempt(function(){n.apply(e,o)})}).bind(e,s),e[a].options=r}}},961(e){function t(e,t){"boolean"==typeof t&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._timer=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}e.exports=t,t.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts.slice(0)},t.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timer&&clearTimeout(this._timer),this._timeouts=[],this._cachedTimeouts=null},t.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.push(e),this._errors.unshift(Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var r=this._timeouts.shift();if(void 0===r)if(!this._cachedTimeouts)return!1;else this._errors.splice(0,this._errors.length-1),r=this._cachedTimeouts.slice(-1);var n=this;return this._timer=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r),this._options.unref&&this._timer.unref(),!0},t.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)},t.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)},t.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)},t.prototype.start=t.prototype.try,t.prototype.errors=function(){return this._errors},t.prototype.attempts=function(){return this._attempts},t.prototype.mainError=function(){if(0===this._errors.length)return null;for(var e={},t=null,r=0,n=0;n<this._errors.length;n++){var i=this._errors[n],o=i.message,a=(e[o]||0)+1;e[o]=a,a>=r&&(t=i,r=a)}return t}},861(e,t,r){var n=r(287),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,r){if("number"==typeof e)throw TypeError("Argument must not be a number");return i(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},a.allocUnsafe=function(e){if("number"!=typeof e)throw TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw TypeError("Argument must be a number");return n.SlowBuffer(e)}},310(e,t,r){e.exports=i;var n=r(7).EventEmitter;function i(){n.call(this)}r(698)(i,n),i.Readable=r(891),i.Writable=r(999),i.Duplex=r(101),i.Transform=r(83),i.PassThrough=r(681),i.finished=r(257),i.pipeline=r(267),i.Stream=i,i.prototype.pipe=function(e,t){var r=this;function i(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function o(){r.readable&&r.resume&&r.resume()}r.on("data",i),e.on("drain",o),e._isStdio||t&&!1===t.end||(r.on("end",s),r.on("close",l));var a=!1;function s(){a||(a=!0,e.end())}function l(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function u(e){if(c(),0===n.listenerCount(this,"error"))throw e}function c(){r.removeListener("data",i),e.removeListener("drain",o),r.removeListener("end",s),r.removeListener("close",l),r.removeListener("error",u),e.removeListener("error",u),r.removeListener("end",c),r.removeListener("close",c),e.removeListener("close",c)}return r.on("error",u),e.on("error",u),r.on("end",c),r.on("close",c),e.on("close",c),e.emit("pipe",r),e}},463(e){var t={};function r(e,r,n){n||(n=Error);var i=function(e){function t(t,n,i){return e.call(this,"string"==typeof r?r:r(t,n,i))||this}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e,t}(n);i.prototype.name=n.name,i.prototype.code=e,t[e]=i}function n(e,t){if(!Array.isArray(e))return"of ".concat(t," ").concat(String(e));var r=e.length;return(e=e.map(function(e){return String(e)}),r>2)?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}r("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError),r("ERR_INVALID_ARG_TYPE",function(e,t,r){if("string"==typeof t&&(i="not ",t.substr(0,i.length)===i)?(l="must not be",t=t.replace(/^not /,"")):l="must be",o=" argument",(void 0===a||a>e.length)&&(a=e.length),e.substring(a-o.length,a)===o)u="The ".concat(e," ").concat(l," ").concat(n(t,"type"));else{var i,o,a,s,l,u,c=("number"!=typeof s&&(s=0),s+1>e.length||-1===e.indexOf(".",s))?"argument":"property";u='The "'.concat(e,'" ').concat(c," ").concat(l," ").concat(n(t,"type"))}return u+". Received type ".concat(typeof r)},TypeError),r("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),r("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"}),r("ERR_STREAM_PREMATURE_CLOSE","Premature close"),r("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"}),r("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),r("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),r("ERR_STREAM_WRITE_AFTER_END","write after end"),r("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),r("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError),r("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.F=t},101(e,t,r){var n=r(606),i=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=c;var o=r(891),a=r(999);r(698)(c,o);for(var s=i(a.prototype),l=0;l<s.length;l++){var u=s[l];c.prototype[u]||(c.prototype[u]=a.prototype[u])}function c(e){if(!(this instanceof c))return new c(e);o.call(this,e),a.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",h)))}function h(){this._writableState.ended||n.nextTick(f,this)}function f(e){e.end()}Object.defineProperty(c.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(c.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(c.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(c.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},681(e,t,r){e.exports=i;var n=r(83);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(698)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},891(e,t,r){var n,i,o,a,s,l=r(606);e.exports=O,O.ReadableState=R,r(7).EventEmitter;var u=function(e,t){return e.listeners(t).length},c=r(396),h=r(287).Buffer,f=(void 0!==r.g?r.g:"u">typeof window?window:"u">typeof self?self:{}).Uint8Array||function(){},p=r(252);i=p&&p.debuglog?p.debuglog("stream"):function(){};var d=r(766),m=r(347),g=r(644).getHighWaterMark,y=r(463).F,b=y.ERR_INVALID_ARG_TYPE,_=y.ERR_STREAM_PUSH_AFTER_EOF,v=y.ERR_METHOD_NOT_IMPLEMENTED,w=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(698)(O,c);var E=m.errorOrDestroy,S=["error","close","destroy","pause","resume"];function R(e,t,i){n=n||r(101),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=g(this,e,"readableHighWaterMark",i),this.buffer=new d,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(o||(o=r(141).I),this.decoder=new o(e.encoding),this.encoding=e.encoding)}function O(e){if(n=n||r(101),!(this instanceof O))return new O(e);var t=this instanceof n;this._readableState=new R(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),c.call(this)}function C(e,t,r,n,o){i("readableAddChunk",t);var a,s,l=e._readableState;if(null===t)l.reading=!1,function(e,t){if(i("onEofChunk"),!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?T(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,A(e)))}}(e,l);else if(o||(s=function(e,t){var r;return h.isBuffer(t)||t instanceof f||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t)),r}(l,t)),s)E(e,s);else if(l.objectMode||t&&t.length>0)if("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===h.prototype||(a=t,t=h.from(a)),n)l.endEmitted?E(e,new w):x(e,l,t,!0);else if(l.ended)E(e,new _);else{if(l.destroyed)return!1;l.reading=!1,l.decoder&&!r?(t=l.decoder.write(t),l.objectMode||0!==t.length?x(e,l,t,!1):P(e,l)):x(e,l,t,!1)}else n||(l.reading=!1,P(e,l));return!l.ended&&(l.length<l.highWaterMark||0===l.length)}function x(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&T(e)),P(e,t)}function k(e,t){var r;if(e<=0||0===t.length&&t.ended)return 0;if(t.objectMode)return 1;if(e!=e)if(t.flowing&&t.length)return t.buffer.head.data.length;else return t.length;return(e>t.highWaterMark&&((r=e)>=0x40000000?r=0x40000000:(r--,r|=r>>>1,r|=r>>>2,r|=r>>>4,r|=r>>>8,r|=r>>>16,r++),t.highWaterMark=r),e<=t.length)?e:t.ended?t.length:(t.needReadable=!0,0)}function T(e){var t=e._readableState;i("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(i("emitReadable",t.flowing),t.emittedReadable=!0,l.nextTick(A,e))}function A(e){var t=e._readableState;i("emitReadable_",t.destroyed,t.length,t.ended),!t.destroyed&&(t.length||t.ended)&&(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,j(e)}function P(e,t){t.readingMore||(t.readingMore=!0,l.nextTick(L,e,t))}function L(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(i("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function z(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function $(e){i("readable nexttick read 0"),e.read(0)}function N(e,t){i("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),j(e),t.flowing&&!t.reading&&e.read(0)}function j(e){var t=e._readableState;for(i("flow",t.flowing);t.flowing&&null!==e.read(););}function I(e,t){var r;return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r)}function D(e){var t=e._readableState;i("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,l.nextTick(U,t,e))}function U(e,t){if(i("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function M(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return -1}Object.defineProperty(O.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),O.prototype.destroy=m.destroy,O.prototype._undestroy=m.undestroy,O.prototype._destroy=function(e,t){t(e)},O.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=h.from(e,t),t=""),r=!0),C(this,e,t,!1,r)},O.prototype.unshift=function(e){return C(this,e,null,!0,!1)},O.prototype.isPaused=function(){return!1===this._readableState.flowing},O.prototype.setEncoding=function(e){o||(o=r(141).I);var t=new o(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this},O.prototype.read=function(e){i("read",e),e=parseInt(e,10);var t,r=this._readableState,n=e;if(0!==e&&(r.emittedReadable=!1),0===e&&r.needReadable&&((0!==r.highWaterMark?r.length>=r.highWaterMark:r.length>0)||r.ended))return i("read: emitReadable",r.length,r.ended),0===r.length&&r.ended?D(this):T(this),null;if(0===(e=k(e,r))&&r.ended)return 0===r.length&&D(this),null;var o=r.needReadable;return i("need readable",o),(0===r.length||r.length-e<r.highWaterMark)&&i("length less than watermark",o=!0),r.ended||r.reading?i("reading or ended",o=!1):o&&(i("do read"),r.reading=!0,r.sync=!0,0===r.length&&(r.needReadable=!0),this._read(r.highWaterMark),r.sync=!1,r.reading||(e=k(n,r))),null===(t=e>0?I(e,r):null)?(r.needReadable=r.length<=r.highWaterMark,e=0):(r.length-=e,r.awaitDrain=0),0===r.length&&(r.ended||(r.needReadable=!0),n!==e&&r.ended&&D(this)),null!==t&&this.emit("data",t),t},O.prototype._read=function(e){E(this,new v("_read()"))},O.prototype.pipe=function(e,t){var r,n=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=e;break;case 1:o.pipes=[o.pipes,e];break;default:o.pipes.push(e)}o.pipesCount+=1,i("pipe count=%d opts=%j",o.pipesCount,t);var a=t&&!1===t.end||e===l.stdout||e===l.stderr?g:s;function s(){i("onend"),e.end()}o.endEmitted?l.nextTick(a):n.once("end",a),e.on("unpipe",function t(r,a){i("onunpipe"),r===n&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,i("cleanup"),e.removeListener("close",d),e.removeListener("finish",m),e.removeListener("drain",c),e.removeListener("error",p),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",g),n.removeListener("data",f),h=!0,o.awaitDrain&&(!e._writableState||e._writableState.needDrain)&&c())});var c=(r=n,function(){var e=r._readableState;i("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&u(r,"data")&&(e.flowing=!0,j(r))});e.on("drain",c);var h=!1;function f(t){i("ondata");var r=e.write(t);i("dest.write",r),!1===r&&((1===o.pipesCount&&o.pipes===e||o.pipesCount>1&&-1!==M(o.pipes,e))&&!h&&(i("false write response, pause",o.awaitDrain),o.awaitDrain++),n.pause())}function p(t){i("onerror",t),g(),e.removeListener("error",p),0===u(e,"error")&&E(e,t)}function d(){e.removeListener("finish",m),g()}function m(){i("onfinish"),e.removeListener("close",d),g()}function g(){i("unpipe"),n.unpipe(e)}return n.on("data",f),!function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",p),e.once("close",d),e.once("finish",m),e.emit("pipe",n),o.flowing||(i("pipe resume"),n.resume()),e},O.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=M(t.pipes,e);return -1===a||(t.pipes.splice(a,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},O.prototype.on=function(e,t){var r=c.prototype.on.call(this,e,t),n=this._readableState;return"data"===e?(n.readableListening=this.listenerCount("readable")>0,!1!==n.flowing&&this.resume()):"readable"!==e||n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,i("on readable",n.length,n.reading),n.length?T(this):n.reading||l.nextTick($,this)),r},O.prototype.addListener=O.prototype.on,O.prototype.removeListener=function(e,t){var r=c.prototype.removeListener.call(this,e,t);return"readable"===e&&l.nextTick(z,this),r},O.prototype.removeAllListeners=function(e){var t=c.prototype.removeAllListeners.apply(this,arguments);return("readable"===e||void 0===e)&&l.nextTick(z,this),t},O.prototype.resume=function(){var e,t,r=this._readableState;return r.flowing||(i("resume"),r.flowing=!r.readableListening,e=this,(t=r).resumeScheduled||(t.resumeScheduled=!0,l.nextTick(N,e,t))),r.paused=!1,this},O.prototype.pause=function(){return i("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(i("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},O.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var o in e.on("end",function(){if(i("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on("data",function(o){i("wrapped data"),r.decoder&&(o=r.decoder.write(o)),r.objectMode&&null==o||(r.objectMode||o&&o.length)&&(t.push(o)||(n=!0,e.pause()))}),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var a=0;a<S.length;a++)e.on(S[a],this.emit.bind(this,S[a]));return this._read=function(t){i("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(O.prototype[Symbol.asyncIterator]=function(){return void 0===a&&(a=r(34)),a(this)}),Object.defineProperty(O.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(O.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(O.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),O._fromList=I,Object.defineProperty(O.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(O.from=function(e,t){return void 0===s&&(s=r(968)),s(O,e,t)})},83(e,t,r){e.exports=c;var n=r(463).F,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,l=r(101);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function c(e){if(!(this instanceof c))return new c(e);l.call(this,e),this._transformState={afterTransform:u.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",h)}function h(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?f(this,null,null):this._flush(function(t,r){f(e,t,r)})}function f(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new s;if(e._transformState.transforming)throw new a;return e.push(null)}r(698)(c,l),c.prototype.push=function(e,t){return this._transformState.needTransform=!1,l.prototype.push.call(this,e,t)},c.prototype._transform=function(e,t,r){r(new i("_transform()"))},c.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},c.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},c.prototype._destroy=function(e,t){l.prototype._destroy.call(this,e,function(e){t(e)})}},999(e,t,r){var n,i,o=r(606);function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){var r=t,n=e,i=r.entry;for(r.entry=null;i;){var o=i.callback;n.pendingcb--,o(void 0),i=i.next}n.corkedRequestsFree.next=r}}e.exports=O,O.WritableState=R;var s={deprecate:r(643)},l=r(396),u=r(287).Buffer,c=(void 0!==r.g?r.g:"u">typeof window?window:"u">typeof self?self:{}).Uint8Array||function(){},h=r(347),f=r(644).getHighWaterMark,p=r(463).F,d=p.ERR_INVALID_ARG_TYPE,m=p.ERR_METHOD_NOT_IMPLEMENTED,g=p.ERR_MULTIPLE_CALLBACK,y=p.ERR_STREAM_CANNOT_PIPE,b=p.ERR_STREAM_DESTROYED,_=p.ERR_STREAM_NULL_VALUES,v=p.ERR_STREAM_WRITE_AFTER_END,w=p.ERR_UNKNOWN_ENCODING,E=h.errorOrDestroy;function S(){}function R(e,t,i){n=n||r(101),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=f(this,e,"writableHighWaterMark",i),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new g;if(r.writing=!1,r.writecb=null,r.length-=r.writelen,r.writelen=0,t)--r.pendingcb,n?(o.nextTick(i,t),o.nextTick(P,e,r),e._writableState.errorEmitted=!0,E(e,t)):(i(t),e._writableState.errorEmitted=!0,E(e,t),P(e,r));else{var a=T(r)||e.destroyed;a||r.corked||r.bufferProcessing||!r.bufferedRequest||k(e,r),n?o.nextTick(x,e,r,a,i):x(e,r,a,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}r(698)(O,l),R.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t};try{Object.defineProperty(R.prototype,"buffer",{get:s.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}function O(e){var t=this instanceof(n=n||r(101));if(!t&&!i.call(O,this))return new O(e);this._writableState=new R(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),l.call(this)}function C(e,t,r,n,i,o,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function x(e,t,r,n){var i,o;r||(i=e,0===(o=t).length&&o.needDrain&&(o.needDrain=!1,i.emit("drain"))),t.pendingcb--,n(),P(e,t)}function k(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=Array(t.bufferedRequestCount),i=t.corkedRequestsFree;i.entry=r;for(var o=0,s=!0;r;)n[o]=r,r.isBuf||(s=!1),r=r.next,o+=1;n.allBuffers=s,C(e,t,!0,t.length,n,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;r;){var l=r.chunk,u=r.encoding,c=r.callback,h=t.objectMode?1:l.length;if(C(e,t,!1,h,l,u,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function T(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function A(e,t){e._final(function(r){t.pendingcb--,r&&E(e,r),t.prefinished=!0,e.emit("prefinish"),P(e,t)})}function P(e,t){var r=T(t);if(r&&(t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,o.nextTick(A,e,t))),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var n=e._readableState;(!n||n.autoDestroy&&n.endEmitted)&&e.destroy()}return r}"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(i=Function.prototype[Symbol.hasInstance],Object.defineProperty(O,Symbol.hasInstance,{value:function(e){return!!i.call(this,e)||this===O&&e&&e._writableState instanceof R}})):i=function(e){return e instanceof this},O.prototype.pipe=function(){E(this,new y)},O.prototype.write=function(e,t,r){var n,i,a,s,l,h,f,p=this._writableState,m=!1,g=!p.objectMode&&(n=e,u.isBuffer(n)||n instanceof c);return(g&&!u.isBuffer(e)&&(i=e,e=u.from(i)),"function"==typeof t&&(r=t,t=null),g?t="buffer":t||(t=p.defaultEncoding),"function"!=typeof r&&(r=S),p.ending)?(a=r,E(this,s=new v),o.nextTick(a,s)):(g||(l=e,h=r,null===l?f=new _:"string"==typeof l||p.objectMode||(f=new d("chunk",["string","Buffer"],l)),!f||(E(this,f),o.nextTick(h,f),0)))&&(p.pendingcb++,m=function(e,t,r,n,i,o){if(!r){var a,s,l=(a=n,s=i,t.objectMode||!1===t.decodeStrings||"string"!=typeof a||(a=u.from(a,s)),a);n!==l&&(r=!0,i="buffer",n=l)}var c=t.objectMode?1:n.length;t.length+=c;var h=t.length<t.highWaterMark;if(h||(t.needDrain=!0),t.writing||t.corked){var f=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},f?f.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else C(e,t,!1,c,n,i,o);return h}(this,p,g,e,t,r)),m},O.prototype.cork=function(){this._writableState.corked++},O.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||k(this,e))},O.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new w(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(O.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(O.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),O.prototype._write=function(e,t,r){r(new m("_write()"))},O.prototype._writev=null,O.prototype.end=function(e,t,r){var n,i,a,s=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),s.corked&&(s.corked=1,this.uncork()),s.ending||(n=this,i=s,a=r,i.ending=!0,P(n,i),a&&(i.finished?o.nextTick(a):n.once("finish",a)),i.ended=!0,n.writable=!1),this},Object.defineProperty(O.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(O.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),O.prototype.destroy=h.destroy,O.prototype._undestroy=h.undestroy,O.prototype._destroy=function(e,t){t(e)}},34(e,t,r){var n,i=r(606);function o(e,t,r){var n;return(t="symbol"==typeof(n=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"))?n:String(n))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(257),s=Symbol("lastResolve"),l=Symbol("lastReject"),u=Symbol("error"),c=Symbol("ended"),h=Symbol("lastPromise"),f=Symbol("handlePromise"),p=Symbol("stream");function d(e,t){return{value:e,done:t}}function m(e){var t=e[s];if(null!==t){var r=e[p].read();null!==r&&(e[h]=null,e[s]=null,e[l]=null,t(d(r,!1)))}}function g(e){i.nextTick(m,e)}var y=Object.getPrototypeOf(function(){}),b=Object.setPrototypeOf((o(n={get stream(){return this[p]},next:function(){var e,t,r=this,n=this[u];if(null!==n)return Promise.reject(n);if(this[c])return Promise.resolve(d(void 0,!0));if(this[p].destroyed)return new Promise(function(e,t){i.nextTick(function(){r[u]?t(r[u]):e(d(void 0,!0))})});var o=this[h];if(o)t=new Promise((e=this,function(t,r){o.then(function(){e[c]?t(d(void 0,!0)):e[f](t,r)},r)}));else{var a=this[p].read();if(null!==a)return Promise.resolve(d(a,!1));t=new Promise(this[f])}return this[h]=t,t}},Symbol.asyncIterator,function(){return this}),o(n,"return",function(){var e=this;return new Promise(function(t,r){e[p].destroy(null,function(e){e?r(e):t(d(void 0,!0))})})}),n),y);e.exports=function(e){var t,r=Object.create(b,(o(t={},p,{value:e,writable:!0}),o(t,s,{value:null,writable:!0}),o(t,l,{value:null,writable:!0}),o(t,u,{value:null,writable:!0}),o(t,c,{value:e._readableState.endEmitted,writable:!0}),o(t,f,{value:function(e,t){var n=r[p].read();n?(r[h]=null,r[s]=null,r[l]=null,e(d(n,!1))):(r[s]=e,r[l]=t)},writable:!0}),t));return r[h]=null,a(e,function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[l];null!==t&&(r[h]=null,r[s]=null,r[l]=null,t(e)),r[u]=e;return}var n=r[s];null!==n&&(r[h]=null,r[s]=null,r[l]=null,n(d(void 0,!0))),r[c]=!0}),e.on("readable",g.bind(null,r)),r}},766(e,t,r){function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach(function(t){var n,i,a;n=e,i=t,a=r[t],(i=o(i))in n?Object.defineProperty(n,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):n[i]=a}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function o(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}var a=r(287).Buffer,s=r(88).inspect,l=s&&s.custom||"inspect";e.exports=function(){var e;function t(){if(!(this instanceof t))throw TypeError("Cannot call a class as a function");this.head=null,this.tail=null,this.length=0}return e=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return a.alloc(0);for(var t,r,n=a.allocUnsafe(e>>>0),i=this.head,o=0;i;)t=i.data,r=o,a.prototype.copy.call(t,n,r),o+=i.data.length,i=i.next;return n}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,o=e>i.length?i.length:e;if(o===i.length?n+=i:n+=i.slice(0,e),0==(e-=o)){o===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=a.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0==(e-=o)){o===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(o));break}++n}return this.length-=n,t}},{key:l,value:function(e,t){return s(this,i(i({},t),{},{depth:0,customInspect:!1}))}}],function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,o(n.key),n)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}()},347(e,t,r){var n=r(606);function i(e,t){a(e,t),o(e)}function o(e){e._writableState&&!e._writableState.emitClose||(!e._readableState||e._readableState.emitClose)&&e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var r=this,s=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return s||l?t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,n.nextTick(a,this,e)):n.nextTick(a,this,e)):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(e){!t&&e?r._writableState?r._writableState.errorEmitted?n.nextTick(o,r):(r._writableState.errorEmitted=!0,n.nextTick(i,r,e)):n.nextTick(i,r,e):t?(n.nextTick(o,r),t(e)):n.nextTick(o,r)})),this},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}},257(e,t,r){var n=r(463).F.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,r,o){if("function"==typeof r)return e(t,null,r);r||(r={}),a=o||i,s=!1,o=function(){if(!s){s=!0;for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(this,t)}};var a,s,l=r.readable||!1!==r.readable&&t.readable,u=r.writable||!1!==r.writable&&t.writable,c=function(){t.writable||f()},h=t._writableState&&t._writableState.finished,f=function(){u=!1,h=!0,l||o.call(t)},p=t._readableState&&t._readableState.endEmitted,d=function(){l=!1,p=!0,u||o.call(t)},m=function(e){o.call(t,e)},g=function(){var e;return l&&!p?(t._readableState&&t._readableState.ended||(e=new n),o.call(t,e)):u&&!h?(t._writableState&&t._writableState.ended||(e=new n),o.call(t,e)):void 0},y=function(){t.req.on("finish",f)};return t.setHeader&&"function"==typeof t.abort?(t.on("complete",f),t.on("abort",g),t.req?y():t.on("request",y)):u&&!t._writableState&&(t.on("end",c),t.on("close",c)),t.on("end",d),t.on("finish",f),!1!==r.error&&t.on("error",m),t.on("close",g),function(){t.removeListener("complete",f),t.removeListener("abort",g),t.removeListener("request",y),t.req&&t.req.removeListener("finish",f),t.removeListener("end",c),t.removeListener("close",c),t.removeListener("finish",f),t.removeListener("end",d),t.removeListener("error",m),t.removeListener("close",g)}}},968(e){e.exports=function(){throw Error("Readable.from is not available in the browser")}},267(e,t,r){var n,i=r(463).F,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(e){if(e)throw e}function l(e){e()}function u(e,t){return e.pipe(t)}e.exports=function(){for(var e,t,i=arguments.length,c=Array(i),h=0;h<i;h++)c[h]=arguments[h];var f=(e=c).length&&"function"==typeof e[e.length-1]?e.pop():s;if(Array.isArray(c[0])&&(c=c[0]),c.length<2)throw new o("streams");var p=c.map(function(e,i){var o,s,u,h,d,m,g=i<c.length-1;return o=i>0,u=s=function(e){t||(t=e),e&&p.forEach(l),g||(p.forEach(l),f(t))},h=!1,s=function(){h||(h=!0,u.apply(void 0,arguments))},d=!1,e.on("close",function(){d=!0}),void 0===n&&(n=r(257)),n(e,{readable:g,writable:o},function(e){if(e)return s(e);d=!0,s()}),m=!1,function(t){if(!d&&!m){if(m=!0,e.setHeader&&"function"==typeof e.abort)return e.abort();if("function"==typeof e.destroy)return e.destroy();s(t||new a("pipe"))}}});return c.reduce(u)}},644(e,t,r){var n=r(463).F.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var o=null!=t.highWaterMark?t.highWaterMark:i?t[r]:null;if(null!=o){if(!(isFinite(o)&&Math.floor(o)===o)||o<0)throw new n(i?r:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},396(e,t,r){e.exports=r(7).EventEmitter},141(e,t,r){var n=r(861).Buffer,i=n.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){var t;if(!e)return"utf8";for(;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(n.isEncoding===i||!i(e)))throw Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=u,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=h,t=3;break;default:this.write=f,this.end=p;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t){if((192&t[0])!=128)return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if((192&t[1])!=128)return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&(192&t[2])!=128)return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):void(e.copy(this.lastChar,t,0,e.length),this.lastNeed-=e.length)}function l(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function u(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function c(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function h(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function f(e){return e.toString(this.encoding)}function p(e){return e&&e.length?this.write(e):""}t.I=o,o.prototype.write=function(e){var t,r;if(0===e.length)return"";if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""},o.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},o.prototype.text=function(e,t){var r=function(e,t,r){var n=t.length-1;if(n<r)return 0;var i=a(t[n]);return i>=0?(i>0&&(e.lastNeed=i-1),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(e.lastNeed=i-2),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},643(e,t,r){e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}};function n(e){try{if(!r.g.localStorage)return!1}catch(e){return!1}var t=r.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}},849(){},88(){},252(){},31(){},29(){},134(){}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,i.t=function(r,n){if(1&n&&(r=this(r)),8&n||"object"==typeof r&&r&&(4&n&&r.__esModule||16&n&&"function"==typeof r.then))return r;var o=Object.create(null);i.r(o);var a={};e=e||[null,t({}),t([]),t(t)];for(var s=2&n&&r;("object"==typeof s||"function"==typeof s)&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach(e=>{a[e]=()=>r[e]});return a.default=()=>r,i.d(o,a),o},i.d=(e,t,r)=>{var n=(t,r)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,[r]:t[n]})};n(t,"get"),n(r,"value")},i.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{let e,t,r,n,a,s,l,u,c,h,f;i.d(o,{TD:()=>ActorClient,B:()=>ActorCollectionClient,h0:()=>ActorEnvVarClient,XP:()=>ActorEnvVarCollectionClient,v8:()=>lM,Lu:()=>sn,vp:()=>ActorVersionClient,Jo:()=>ActorVersionCollectionClient,UP:()=>ApifyApiError,rj:()=>ApifyClient,Ns:()=>ArgumentValidationError,kt:()=>BuildClient,KW:()=>BuildCollectionClient,wb:()=>DatasetClient,wv:()=>DatasetCollectionClient,yY:()=>s9,rE:()=>InvalidResponseBodyError,PD:()=>KeyValueStoreClient,lE:()=>KeyValueStoreCollectionClient,ss:()=>LogClient,kq:()=>LoggerActorRedirect,O_:()=>so,oc:()=>RequestQueueClient,oW:()=>RequestQueueCollectionClient,Ry:()=>RunClient,Ng:()=>RunCollectionClient,Hg:()=>si,L6:()=>ScheduleClient,Ty:()=>ScheduleCollectionClient,py:()=>StoreCollectionClient,YS:()=>StreamedLog,t1:()=>TaskClient,jE:()=>TaskCollectionClient,jx:()=>UserClient,F:()=>WebhookClient,J_:()=>WebhookCollectionClient,hH:()=>WebhookDispatchClient,zC:()=>WebhookDispatchCollectionClient,_l:()=>sr});var p,d,m,g,y,b,_,v,w,E,S,R,O,C,x,k,T={};function A(e,t,r){function n(r,n){if(r._zod||Object.defineProperty(r,"_zod",{value:{def:n,constr:o,traits:new Set},enumerable:!1}),r._zod.traits.has(e))return;r._zod.traits.add(e),t(r,n);let i=o.prototype,a=Object.keys(i);for(let e=0;e<a.length;e++){let t=a[e];t in r||(r[t]=i[t].bind(r))}}let i=r?.Parent??Object;let Definition=class Definition extends i{};function o(e){var t;let i=r?.Parent?new Definition:this;for(let r of(n(i,e),(t=i._zod).deferred??(t.deferred=[]),i._zod.deferred))r();return i}return Object.defineProperty(Definition,"name",{value:e}),Object.defineProperty(o,"init",{value:n}),Object.defineProperty(o,Symbol.hasInstance,{value:t=>!!r?.Parent&&t instanceof r.Parent||t?._zod?.traits?.has(e)}),Object.defineProperty(o,"name",{value:e}),o}i.r(T),i.d(T,{hasBrowserEnv:()=>oT,hasStandardBrowserEnv:()=>oP,hasStandardBrowserWebWorkerEnv:()=>oL,navigator:()=>oA,origin:()=>oz}),Symbol("zod_brand");let $ZodAsyncError=class $ZodAsyncError extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}};let $ZodEncodeError=class $ZodEncodeError extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(x=globalThis).__zod_globalConfig??(x.__zod_globalConfig={});let P=globalThis.__zod_globalConfig;function L(e){return e&&Object.assign(P,e),P}let z=/^[cC][0-9a-z]{6,}$/,$=/^[0-9a-z]+$/,N=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,j=/^[0-9a-vA-V]{20}$/,I=/^[A-Za-z0-9]{27}$/,D=/^[a-zA-Z0-9_-]{21}$/,U=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,M=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,B=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,F=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,q=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Z=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,W=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,V=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,J=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,H=/^[A-Za-z0-9_-]*$/,K=/^https?$/,G=/^\+[1-9]\d{6,14}$/,Y="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Q=RegExp(`^${Y}$`);function X(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return"number"==typeof e.precision?-1===e.precision?`${t}`:0===e.precision?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}let ee=/^-?\d+$/,et=/^-?\d+(?:\.\d+)?$/,er=/^(?:true|false)$/i,en=/^null$/i,ei=/^[^A-Z]*$/,eo=/^[^a-z]*$/;function ea(e){let t=Object.values(e).filter(e=>"number"==typeof e);return Object.entries(e).filter(([e,r])=>-1===t.indexOf(+e)).map(([e,t])=>t)}function es(e,t="|"){return e.map(e=>eO(e)).join(t)}function el(e,t){return"bigint"==typeof t?t.toString():t}function eu(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function ec(e){let t=+!!e.startsWith("^"),r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}let eh=Symbol("evaluating");function ef(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==eh)return void 0===n&&(n=eh,n=r()),n},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}function ep(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function ed(...e){let t={};for(let r of e)Object.assign(t,Object.getOwnPropertyDescriptors(r));return Object.defineProperties({},t)}function em(e){return JSON.stringify(e)}let eg="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function ey(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let eb=eu(()=>{if(P.jitless||"u">typeof navigator&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return Function(""),!0}catch(e){return!1}});function e_(e){if(!1===ey(e))return!1;let t=e.constructor;if(void 0===t||"function"!=typeof t)return!0;let r=t.prototype;return!1!==ey(r)&&!1!==Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")}function ev(e){return e_(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}let ew=new Set(["string","number","symbol"]);function eE(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function eS(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function eR(e){if(!e)return{};if("string"==typeof e)return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");e.error=e.message}return(delete e.message,"string"==typeof e.error)?{...e,error:()=>e.error}:e}function eO(e){return"bigint"==typeof e?e.toString()+"n":"string"==typeof e?`"${e}"`:`${e}`}let eC={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-0x80000000,0x7fffffff],uint32:[0,0xffffffff],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function ex(e,t=0){if(!0===e.aborted)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function ek(e,t){return t.map(t=>(t.path??(t.path=[]),t.path.unshift(e),t))}function eT(e){return"string"==typeof e?e:e?.message}function eA(e,t,r){let n=e.message?e.message:eT(e.inst?._zod.def?.error?.(e))??eT(t?.error?.(e))??eT(r.customError?.(e))??eT(r.localeError?.(e))??"Invalid input",{inst:i,continue:o,input:a,...s}=e;return s.path??(s.path=[]),s.message=n,t?.reportInput&&(s.input=a),s}function eP(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function eL(...e){let[t,r,n]=e;return"string"==typeof t?{message:t,code:"custom",input:r,inst:n}:{...t}}let ez=A("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),e$={number:"number",bigint:"bigint",object:"date"},eN=A("$ZodCheckLessThan",(e,t)=>{ez.init(e,t);let r=e$[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,n=(t.inclusive?r.maximum:r.exclusiveMaximum)??1/0;t.value<n&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:"object"==typeof t.value?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ej=A("$ZodCheckGreaterThan",(e,t)=>{ez.init(e,t);let r=e$[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,n=(t.inclusive?r.minimum:r.exclusiveMinimum)??-1/0;t.value>n&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:"object"==typeof t.value?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),eI=A("$ZodCheckMultipleOf",(e,t)=>{ez.init(e,t),e._zod.onattach.push(e=>{var r;(r=e._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=r=>{let n,i,o;if(typeof r.value!=typeof t.value)throw Error("Cannot mix number and bigint in multiple_of check.");("bigint"==typeof r.value?r.value%t.value===BigInt(0):0==(i=Math.round(n=r.value/t.value),o=Number.EPSILON*Math.max(Math.abs(n),1),Math.abs(n-i)<o?0:n-i))||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),eD=A("$ZodCheckNumberFormat",(e,t)=>{ez.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[i,o]=eC[t.format];e._zod.onattach.push(e=>{let n=e._zod.bag;n.format=t.format,n.minimum=i,n.maximum=o,r&&(n.pattern=ee)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s))return void a.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});if(!Number.isSafeInteger(s))return void(s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}))}s<i&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),s>o&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:o,inclusive:!0,inst:e,continue:!t.abort})}}),eU=A("$ZodCheckMaxLength",(e,t)=>{var r;ez.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return null!=t&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag.maximum??1/0;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{let n=r.value;if(n.length<=t.maximum)return;let i=eP(n);r.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),eM=A("$ZodCheckMinLength",(e,t)=>{var r;ez.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return null!=t&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag.minimum??-1/0;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{let n=r.value;if(n.length>=t.minimum)return;let i=eP(n);r.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),eB=A("$ZodCheckLengthEquals",(e,t)=>{var r;ez.init(e,t),(r=e._zod.def).when??(r.when=e=>{let t=e.value;return null!=t&&void 0!==t.length}),e._zod.onattach.push(e=>{let r=e._zod.bag;r.minimum=t.length,r.maximum=t.length,r.length=t.length}),e._zod.check=r=>{let n=r.value,i=n.length;if(i===t.length)return;let o=eP(n),a=i>t.length;r.issues.push({origin:o,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),eF=A("$ZodCheckStringFormat",(e,t)=>{var r,n;ez.init(e,t),e._zod.onattach.push(e=>{let r=e._zod.bag;r.format=t.format,t.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:t.format,input:r.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),eq=A("$ZodCheckRegex",(e,t)=>{eF.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),eZ=A("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=ei),eF.init(e,t)}),eW=A("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=eo),eF.init(e,t)}),eV=A("$ZodCheckIncludes",(e,t)=>{ez.init(e,t);let r=eE(t.includes),n=new RegExp("number"==typeof t.position?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(n)}),e._zod.check=r=>{r.value.includes(t.includes,t.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:r.value,inst:e,continue:!t.abort})}}),eJ=A("$ZodCheckStartsWith",(e,t)=>{ez.init(e,t);let r=RegExp(`^${eE(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),eH=A("$ZodCheckEndsWith",(e,t)=>{ez.init(e,t);let r=RegExp(`.*${eE(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),eK=A("$ZodCheckOverwrite",(e,t)=>{ez.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}});let Doc=class Doc{constructor(e=[]){this.content=[],this.indent=0,this&&(this.args=e)}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if("function"==typeof e){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let t=e.split("\n").filter(e=>e),r=Math.min(...t.map(e=>e.length-e.trimStart().length));for(let e of t.map(e=>e.slice(r)).map(e=>" ".repeat(2*this.indent)+e))this.content.push(e)}compile(){return Function(...this?.args,[...(this?.content??[""]).map(e=>` ${e}`)].join("\n"))}};let eG=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,el,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},eY=A("$ZodError",eG),eQ=A("$ZodError",eG,{Parent:Error}),eX=e=>(t,r,n,i)=>{let o=n?{...n,async:!1}:{async:!1},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise)throw new $ZodAsyncError;if(a.issues.length){let t=new(i?.Err??e)(a.issues.map(e=>eA(e,o,L())));throw eg(t,i?.callee),t}return a.value},e0=e=>async(t,r,n,i)=>{let o=n?{...n,async:!0}:{async:!0},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise&&(a=await a),a.issues.length){let t=new(i?.Err??e)(a.issues.map(e=>eA(e,o,L())));throw eg(t,i?.callee),t}return a.value},e1=e=>(t,r,n)=>{let i=n?{...n,async:!1}:{async:!1},o=t._zod.run({value:r,issues:[]},i);if(o instanceof Promise)throw new $ZodAsyncError;return o.issues.length?{success:!1,error:new(e??eY)(o.issues.map(e=>eA(e,i,L())))}:{success:!0,data:o.value}},e2=e1(eQ),e4=e=>async(t,r,n)=>{let i=n?{...n,async:!0}:{async:!0},o=t._zod.run({value:r,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(e=>eA(e,i,L())))}:{success:!0,data:o.value}},e6=e4(eQ),e3={major:4,minor:4,patch:3},e8=A("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=e3;let n=[...e._zod.def.checks??[]];for(let t of(e._zod.traits.has("$ZodCheck")&&n.unshift(e),n))for(let r of t._zod.onattach)r(e);if(0===n.length)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(e,t,r)=>{let n,i=ex(e);for(let o of t){if(o._zod.def.when){if(function(e,t=0){if(!0===e.aborted)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}(e)||!o._zod.def.when(e))continue}else if(i)continue;let t=e.issues.length,a=o._zod.check(e);if(a instanceof Promise&&r?.async===!1)throw new $ZodAsyncError;if(n||a instanceof Promise)n=(n??Promise.resolve()).then(async()=>{await a,e.issues.length!==t&&(i||(i=ex(e,t)))});else{if(e.issues.length===t)continue;i||(i=ex(e,t))}}return n?n.then(()=>e):e},r=(r,i,o)=>{if(ex(r))return r.aborted=!0,r;let a=t(i,n,o);if(a instanceof Promise){if(!1===o.async)throw new $ZodAsyncError;return a.then(t=>e._zod.parse(t,o))}return e._zod.parse(a,o)};e._zod.run=(i,o)=>{if(o.skipChecks)return e._zod.parse(i,o);if("backward"===o.direction){let t=e._zod.parse({value:i.value,issues:[]},{...o,skipChecks:!0});return t instanceof Promise?t.then(e=>r(e,i,o)):r(t,i,o)}let a=e._zod.parse(i,o);if(a instanceof Promise){if(!1===o.async)throw new $ZodAsyncError;return a.then(e=>t(e,n,o))}return t(a,n,o)}}ef(e,"~standard",()=>({validate:t=>{try{let r=e2(e,t);return r.success?{value:r.data}:{issues:r.error?.issues}}catch(r){return e6(e,t).then(e=>e.success?{value:e.data}:{issues:e.error?.issues})}},vendor:"zod",version:1}))}),e5=A("$ZodString",(e,t)=>{var r;let n;e8.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??(n=(r=e._zod.bag)?`[\\s\\S]{${r?.minimum??0},${r?.maximum??""}}`:"[\\s\\S]*",RegExp(`^${n}$`)),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch(e){}return"string"==typeof r.value||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),e9=A("$ZodStringFormat",(e,t)=>{eF.init(e,t),e5.init(e,t)}),e7=A("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=M),e9.init(e,t)}),te=A("$ZodUUID",(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(void 0===e)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=B(e))}else t.pattern??(t.pattern=B());e9.init(e,t)}),tt=A("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=F),e9.init(e,t)}),tr=A("$ZodURL",(e,t)=>{e9.init(e,t),e._zod.check=r=>{try{let n=r.value.trim();if(!t.normalize&&t.protocol?.source===K.source&&!/^https?:\/\//i.test(n))return void r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});let i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch(n){r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),tn=A("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),e9.init(e,t)}),ti=A("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=D),e9.init(e,t)}),to=A("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=z),e9.init(e,t)}),ta=A("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=$),e9.init(e,t)}),ts=A("$ZodULID",(e,t)=>{t.pattern??(t.pattern=N),e9.init(e,t)}),tl=A("$ZodXID",(e,t)=>{t.pattern??(t.pattern=j),e9.init(e,t)}),tu=A("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=I),e9.init(e,t)}),tc=A("$ZodISODateTime",(e,t)=>{let r,n,i;t.pattern??(r=X({precision:t.precision}),n=["Z"],t.local&&n.push(""),t.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)"),i=`${r}(?:${n.join("|")})`,t.pattern=RegExp(`^${Y}T(?:${i})$`)),e9.init(e,t)}),th=A("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=Q),e9.init(e,t)}),tf=A("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=RegExp(`^${X(t)}$`)),e9.init(e,t)}),tp=A("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=U),e9.init(e,t)}),td=A("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=q),e9.init(e,t),e._zod.bag.format="ipv4"}),tm=A("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=Z),e9.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),tg=A("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=W),e9.init(e,t)}),ty=A("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=V),e9.init(e,t),e._zod.check=r=>{let n=r.value.split("/");try{if(2!==n.length)throw Error();let[e,t]=n;if(!t)throw Error();let r=Number(t);if(`${r}`!==t||r<0||r>128)throw Error();new URL(`http://[${e}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function tb(e){if(""===e)return!0;if(/\s/.test(e)||e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}let t_=A("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=J),e9.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{tb(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}}),tv=A("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=H),e9.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{!function(e){if(!H.test(e))return!1;let t=e.replace(/[-_]/g,e=>"-"===e?"+":"/");return tb(t.padEnd(4*Math.ceil(t.length/4),"="))}(r.value)&&r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),tw=A("$ZodE164",(e,t)=>{t.pattern??(t.pattern=G),e9.init(e,t)}),tE=A("$ZodJWT",(e,t)=>{e9.init(e,t),e._zod.check=r=>{!function(e,t=null){try{let r=e.split(".");if(3!==r.length)return!1;let[n]=r;if(!n)return!1;let i=JSON.parse(atob(n));if("typ"in i&&i?.typ!=="JWT"||!i.alg||t&&(!("alg"in i)||i.alg!==t))return!1;return!0}catch{return!1}}(r.value,t.alg)&&r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),tS=A("$ZodNumber",(e,t)=>{e8.init(e,t),e._zod.pattern=e._zod.bag.pattern??et,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch(e){}let i=r.value;if("number"==typeof i&&!Number.isNaN(i)&&Number.isFinite(i))return r;let o="number"==typeof i?Number.isNaN(i)?"NaN":Number.isFinite(i)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:i,inst:e,...o?{received:o}:{}}),r}}),tR=A("$ZodNumberFormat",(e,t)=>{eD.init(e,t),tS.init(e,t)}),tO=A("$ZodBoolean",(e,t)=>{e8.init(e,t),e._zod.pattern=er,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch(e){}let i=r.value;return"boolean"==typeof i||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r}}),tC=A("$ZodNull",(e,t)=>{e8.init(e,t),e._zod.pattern=en,e._zod.values=new Set([null]),e._zod.parse=(t,r)=>{let n=t.value;return null===n||t.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),t}}),tx=A("$ZodUnknown",(e,t)=>{e8.init(e,t),e._zod.parse=e=>e}),tk=A("$ZodNever",(e,t)=>{e8.init(e,t),e._zod.parse=(t,r)=>(t.issues.push({expected:"never",code:"invalid_type",input:t.value,inst:e}),t)}),tT=A("$ZodDate",(e,t)=>{e8.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch(e){}let i=r.value,o=i instanceof Date;return o&&!Number.isNaN(i.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:i,...o?{received:"Invalid Date"}:{},inst:e}),r}});function tA(e,t,r){e.issues.length&&t.issues.push(...ek(r,e.issues)),t.value[r]=e.value}let tP=A("$ZodArray",(e,t)=>{e8.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let o=[];for(let e=0;e<i.length;e++){let a=i[e],s=t.element._zod.run({value:a,issues:[]},n);s instanceof Promise?o.push(s.then(t=>tA(t,r,e))):tA(s,r,e)}return o.length?Promise.all(o).then(()=>r):r}});function tL(e,t,r,n,i,o){let a=r in n;if(e.issues.length){if(i&&o&&!a)return;t.issues.push(...ek(r,e.issues))}if(!a&&!i){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}void 0===e.value?a&&(t.value[r]=void 0):t.value[r]=e.value}function tz(e){var t;let r=Object.keys(e.shape);for(let t of r)if(!e.shape?.[t]?._zod?.traits?.has("$ZodType"))throw Error(`Invalid element at key "${t}": expected a Zod schema`);let n=Object.keys(t=e.shape).filter(e=>"optional"===t[e]._zod.optin&&"optional"===t[e]._zod.optout);return{...e,keys:r,keySet:new Set(r),numKeys:r.length,optionalKeys:new Set(n)}}function t$(e,t,r,n,i,o){let a=[],s=i.keySet,l=i.catchall._zod,u=l.def.type,c="optional"===l.optin,h="optional"===l.optout;for(let i in t){if("__proto__"===i||s.has(i))continue;if("never"===u){a.push(i);continue}let o=l.run({value:t[i],issues:[]},n);o instanceof Promise?e.push(o.then(e=>tL(e,r,i,t,c,h))):tL(o,r,i,t,c,h)}return(a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o}),e.length)?Promise.all(e).then(()=>r):r}let tN=A("$ZodObject",(e,t)=>{let r;e8.init(e,t);let n=Object.getOwnPropertyDescriptor(t,"shape");if(!n?.get){let e=t.shape;Object.defineProperty(t,"shape",{get:()=>{let r={...e};return Object.defineProperty(t,"shape",{value:r}),r}})}let i=eu(()=>tz(t));ef(e._zod,"propValues",()=>{let e=t.shape,r={};for(let t in e){let n=e[t]._zod;if(n.values)for(let e of(r[t]??(r[t]=new Set),n.values))r[t].add(e)}return r});let o=t.catchall;e._zod.parse=(t,n)=>{r??(r=i.value);let a=t.value;if(!ey(a))return t.issues.push({expected:"object",code:"invalid_type",input:a,inst:e}),t;t.value={};let s=[],l=r.shape;for(let e of r.keys){let r=l[e],i="optional"===r._zod.optin,o="optional"===r._zod.optout,u=r._zod.run({value:a[e],issues:[]},n);u instanceof Promise?s.push(u.then(r=>tL(r,t,e,a,i,o))):tL(u,t,e,a,i,o)}return o?t$(s,a,t,n,i.value,e):s.length?Promise.all(s).then(()=>t):t}}),tj=A("$ZodObjectJIT",(e,t)=>{let r,n;tN.init(e,t);let i=e._zod.parse,o=eu(()=>tz(t)),a=!P.jitless,s=a&&eb.value,l=t.catchall;e._zod.parse=(u,c)=>{n??(n=o.value);let h=u.value;return ey(h)?a&&s&&c?.async===!1&&!0!==c.jitless?(r||(r=(e=>{let t=new Doc(["shape","payload","ctx"]),r=o.value,n=e=>{let t=em(e);return`shape[${t}]._zod.run({ value: input[${t}], issues: [] }, ctx)`};t.write("const input = payload.value;");let i=Object.create(null),a=0;for(let e of r.keys)i[e]=`key_${a++}`;for(let o of(t.write("const newResult = {};"),r.keys)){let r=i[o],a=em(o),s=e[o],l=s?._zod?.optin==="optional",u=s?._zod?.optout==="optional";t.write(`const ${r} = ${n(o)};`),l&&u?t.write(`
3
- if (${r}.issues.length) {
4
- if (${a} in input) {
5
- payload.issues = payload.issues.concat(${r}.issues.map(iss => ({
6
- ...iss,
7
- path: iss.path ? [${a}, ...iss.path] : [${a}]
8
- })));
2
+ var e,t,r={313(e,t,r){var n=r(606);let i=/[\u001b\u009b][[\]#;?()]*(?:(?:(?:[^\W_]*;?[^\W_]*)\u0007)|(?:(?:[0-9]{1,4}(;[0-9]{0,4})*)?[~0-9=<>cf-nqrtyA-PRZ]))/g,o=()=>{let e={enabled:void 0!==n&&"0"!==n.env.FORCE_COLOR,visible:!0,styles:{},keys:{}},t=(e,t,r)=>"function"==typeof e?e(t):e.wrap(t,r),o=(r,n)=>{if(""===r||null==r)return"";if(!1===e.enabled)return r;if(!1===e.visible)return"";let i=""+r,o=i.includes("\n"),a=n.length;for(a>0&&n.includes("unstyle")&&(n=[...new Set(["unstyle",...n])].reverse());a-- >0;)i=t(e.styles[n[a]],i,o);return i},a=(t,r,n)=>{var i;let a,s,l;e.styles[t]=(a=(i={name:t,codes:r}).open=`\u001b[${i.codes[0]}m`,s=i.close=`\u001b[${i.codes[1]}m`,l=i.regex=RegExp(`\\u001b\\[${i.codes[1]}m`,"g"),i.wrap=(e,t)=>{e.includes(s)&&(e=e.replace(l,s+a));let r=a+e+s;return t?r.replace(/\r*\n/g,`${s}$&${a}`):r},i),(e.keys[n]||(e.keys[n]=[])).push(t),Reflect.defineProperty(e,t,{configurable:!0,enumerable:!0,set(r){e.alias(t,r)},get(){let r=e=>o(e,r.stack);return Reflect.setPrototypeOf(r,e),r.stack=this.stack?this.stack.concat(t):[t],r}})};return a("reset",[0,0],"modifier"),a("bold",[1,22],"modifier"),a("dim",[2,22],"modifier"),a("italic",[3,23],"modifier"),a("underline",[4,24],"modifier"),a("inverse",[7,27],"modifier"),a("hidden",[8,28],"modifier"),a("strikethrough",[9,29],"modifier"),a("black",[30,39],"color"),a("red",[31,39],"color"),a("green",[32,39],"color"),a("yellow",[33,39],"color"),a("blue",[34,39],"color"),a("magenta",[35,39],"color"),a("cyan",[36,39],"color"),a("white",[37,39],"color"),a("gray",[90,39],"color"),a("grey",[90,39],"color"),a("bgBlack",[40,49],"bg"),a("bgRed",[41,49],"bg"),a("bgGreen",[42,49],"bg"),a("bgYellow",[43,49],"bg"),a("bgBlue",[44,49],"bg"),a("bgMagenta",[45,49],"bg"),a("bgCyan",[46,49],"bg"),a("bgWhite",[47,49],"bg"),a("blackBright",[90,39],"bright"),a("redBright",[91,39],"bright"),a("greenBright",[92,39],"bright"),a("yellowBright",[93,39],"bright"),a("blueBright",[94,39],"bright"),a("magentaBright",[95,39],"bright"),a("cyanBright",[96,39],"bright"),a("whiteBright",[97,39],"bright"),a("bgBlackBright",[100,49],"bgBright"),a("bgRedBright",[101,49],"bgBright"),a("bgGreenBright",[102,49],"bgBright"),a("bgYellowBright",[103,49],"bgBright"),a("bgBlueBright",[104,49],"bgBright"),a("bgMagentaBright",[105,49],"bgBright"),a("bgCyanBright",[106,49],"bgBright"),a("bgWhiteBright",[107,49],"bgBright"),e.ansiRegex=i,e.hasColor=e.hasAnsi=t=>(e.ansiRegex.lastIndex=0,"string"==typeof t&&""!==t&&e.ansiRegex.test(t)),e.alias=(t,r)=>{let n="string"==typeof r?e[r]:r;if("function"!=typeof n)throw TypeError("Expected alias to be the name of an existing color (string) or a function");n.stack||(Reflect.defineProperty(n,"name",{value:t}),e.styles[t]=n,n.stack=[t]),Reflect.defineProperty(e,t,{configurable:!0,enumerable:!0,set(r){e.alias(t,r)},get(){let t=e=>o(e,t.stack);return Reflect.setPrototypeOf(t,e),t.stack=this.stack?this.stack.concat(n.stack):n.stack,t}})},e.theme=t=>{if(!(null!==t&&"object"==typeof t&&!Array.isArray(t)))throw TypeError("Expected theme to be an object");for(let r of Object.keys(t))e.alias(r,t[r]);return e},e.alias("unstyle",t=>"string"==typeof t&&""!==t?(e.ansiRegex.lastIndex=0,t.replace(e.ansiRegex,"")):""),e.alias("noop",e=>e),e.none=e.clear=e.noop,e.stripColor=e.unstyle,e.symbols=r(904),e.define=a,e};e.exports=o(),e.exports.create=o},904(e,t,r){var n=r(606);let i=void 0!==n&&"Hyper"===n.env.TERM_PROGRAM,o=void 0!==n&&"win32"===n.platform,a=void 0!==n&&"linux"===n.platform,s={ballotDisabled:"☒",ballotOff:"☐",ballotOn:"☑",bullet:"•",bulletWhite:"◦",fullBlock:"█",heart:"❤",identicalTo:"≡",line:"─",mark:"※",middot:"·",minus:"-",multiplication:"×",obelus:"÷",pencilDownRight:"✎",pencilRight:"✏",pencilUpRight:"✐",percent:"%",pilcrow2:"❡",pilcrow:"¶",plusMinus:"±",question:"?",section:"§",starsOff:"☆",starsOn:"★",upDownArrow:"↕"},l=Object.assign({},s,{check:"√",cross:"×",ellipsisLarge:"...",ellipsis:"...",info:"i",questionSmall:"?",pointer:">",pointerSmall:"»",radioOff:"( )",radioOn:"(*)",warning:"‼"}),u=Object.assign({},s,{ballotCross:"✘",check:"✔",cross:"✖",ellipsisLarge:"⋯",ellipsis:"…",info:"ℹ",questionFull:"?",questionSmall:"﹖",pointer:a?"▸":"❯",pointerSmall:a?"‣":"›",radioOff:"◯",radioOn:"◉",warning:"⚠"});e.exports=o&&!i?l:u,Reflect.defineProperty(e.exports,"common",{enumerable:!1,value:s}),Reflect.defineProperty(e.exports,"windows",{enumerable:!1,value:l}),Reflect.defineProperty(e.exports,"other",{enumerable:!1,value:u})},336(e,t,r){var n=r(617);e.exports=function(e,t){return new Promise(function(r,i){var o,a=t||{};function s(e){i(e||Error("Aborted"))}function l(e,t){e.bail?s(e):o.retry(e)?a.onRetry&&a.onRetry(e,t):i(o.mainError())}"randomize"in a||(a.randomize=!0),(o=n.operation(a)).attempt(function(t){var n;try{n=e(s,t)}catch(e){l(e,t);return}Promise.resolve(n).then(r).catch(function(e){l(e,t)})})})}},526(e,t){t.byteLength=function(e){var t=l(e),r=t[0],n=t[1];return(r+n)*3/4-n},t.toByteArray=function(e){var t,r,o=l(e),a=o[0],s=o[1],u=new i((a+s)*3/4-s),c=0,p=s>0?a-4:a;for(r=0;r<p;r+=4)t=n[e.charCodeAt(r)]<<18|n[e.charCodeAt(r+1)]<<12|n[e.charCodeAt(r+2)]<<6|n[e.charCodeAt(r+3)],u[c++]=t>>16&255,u[c++]=t>>8&255,u[c++]=255&t;return 2===s&&(t=n[e.charCodeAt(r)]<<2|n[e.charCodeAt(r+1)]>>4,u[c++]=255&t),1===s&&(t=n[e.charCodeAt(r)]<<10|n[e.charCodeAt(r+1)]<<4|n[e.charCodeAt(r+2)]>>2,u[c++]=t>>8&255,u[c++]=255&t),u},t.fromByteArray=function(e){for(var t,n=e.length,i=n%3,o=[],a=0,s=n-i;a<s;a+=16383)o.push(function(e,t,n){for(var i,o=[],a=t;a<n;a+=3)i=(e[a]<<16&0xff0000)+(e[a+1]<<8&65280)+(255&e[a+2]),o.push(r[i>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return o.join("")}(e,a,a+16383>s?s:a+16383));return 1===i?o.push(r[(t=e[n-1])>>2]+r[t<<4&63]+"=="):2===i&&o.push(r[(t=(e[n-2]<<8)+e[n-1])>>10]+r[t>>4&63]+r[t<<2&63]+"="),o.join("")};for(var r=[],n=[],i="u">typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0,s=o.length;a<s;++a)r[a]=o[a],n[o.charCodeAt(a)]=a;function l(e){var t=e.length;if(t%4>0)throw Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");-1===r&&(r=t);var n=r===t?0:4-r%4;return[r,n]}n[45]=62,n[95]=63},287(e,t,r){var n=r(526),i=r(251),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function a(e){if(e>0x7fffffff)throw RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,s.prototype),t}function s(e,t,r){if("number"==typeof e){if("string"==typeof t)throw TypeError('The "string" argument must be of type string. Received type number');return c(e)}return l(e,t,r)}function l(e,t,r){if("string"==typeof e){var n=e,i=t;if(("string"!=typeof i||""===i)&&(i="utf8"),!s.isEncoding(i))throw TypeError("Unknown encoding: "+i);var o=0|h(n,i),l=a(o),u=l.write(n,i);return u!==o&&(l=l.slice(0,u)),l}if(ArrayBuffer.isView(e)){var c=e;if(x(c,Uint8Array)){var m=new Uint8Array(c);return d(m.buffer,m.byteOffset,m.byteLength)}return p(c)}if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(x(e,ArrayBuffer)||e&&x(e.buffer,ArrayBuffer)||"u">typeof SharedArrayBuffer&&(x(e,SharedArrayBuffer)||e&&x(e.buffer,SharedArrayBuffer)))return d(e,t,r);if("number"==typeof e)throw TypeError('The "value" argument must not be of type number. Received type number');var g=e.valueOf&&e.valueOf();if(null!=g&&g!==e)return s.from(g,t,r);var y=function(e){if(s.isBuffer(e)){var t=0|f(e.length),r=a(t);return 0===r.length||e.copy(r,0,0,t),r}return void 0!==e.length?"number"!=typeof e.length||function(e){return e!=e}(e.length)?a(0):p(e):"Buffer"===e.type&&Array.isArray(e.data)?p(e.data):void 0}(e);if(y)return y;if("u">typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return s.from(e[Symbol.toPrimitive]("string"),t,r);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function u(e){if("number"!=typeof e)throw TypeError('"size" argument must be of type number');if(e<0)throw RangeError('The value "'+e+'" is invalid for option "size"')}function c(e){return u(e),a(e<0?0:0|f(e))}function p(e){for(var t=e.length<0?0:0|f(e.length),r=a(t),n=0;n<t;n+=1)r[n]=255&e[n];return r}function d(e,t,r){var n;if(t<0||e.byteLength<t)throw RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw RangeError('"length" is outside of buffer bounds');return Object.setPrototypeOf(n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r),s.prototype),n}function f(e){if(e>=0x7fffffff)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|e}function h(e,t){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||x(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;for(var i=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return T(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return C(e).length;default:if(i)return n?-1:T(e).length;t=(""+t).toLowerCase(),i=!0}}function m(e,t,r){var i,o,a,s=!1;if((void 0===t||t<0)&&(t=0),t>this.length||((void 0===r||r>this.length)&&(r=this.length),r<=0||(r>>>=0)<=(t>>>=0)))return"";for(e||(e="utf8");;)switch(e){case"hex":return function(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=t;o<r;++o)i+=k[e[o]];return i}(this,t,r);case"utf8":case"utf-8":return v(this,t,r);case"ascii":return function(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(127&e[i]);return n}(this,t,r);case"latin1":case"binary":return function(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}(this,t,r);case"base64":return i=this,o=t,a=r,0===o&&a===i.length?n.fromByteArray(i):n.fromByteArray(i.slice(o,a));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return function(e,t,r){for(var n=e.slice(t,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}(this,t,r);default:if(s)throw TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),s=!0}}function g(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(e,t,r,n,i){var o;if(0===e.length)return -1;if("string"==typeof r?(n=r,r=0):r>0x7fffffff?r=0x7fffffff:r<-0x80000000&&(r=-0x80000000),(o=r*=1)!=o&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length)if(i)return -1;else r=e.length-1;else if(r<0)if(!i)return -1;else r=0;if("string"==typeof t&&(t=s.from(t,n)),s.isBuffer(t))return 0===t.length?-1:b(e,t,r,n,i);if("number"==typeof t){if(t&=255,"function"==typeof Uint8Array.prototype.indexOf)if(i)return Uint8Array.prototype.indexOf.call(e,t,r);else return Uint8Array.prototype.lastIndexOf.call(e,t,r);return b(e,[t],r,n,i)}throw TypeError("val must be string, number or Buffer")}function b(e,t,r,n,i){var o,a=1,s=e.length,l=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return -1;a=2,s/=2,l/=2,r/=2}function u(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var c=-1;for(o=r;o<s;o++)if(u(e,o)===u(t,-1===c?0:o-c)){if(-1===c&&(c=o),o-c+1===l)return c*a}else -1!==c&&(o-=o-c),c=-1}else for(r+l>s&&(r=s-l),o=r;o>=0;o--){for(var p=!0,d=0;d<l;d++)if(u(e,o+d)!==u(t,d)){p=!1;break}if(p)return o}return -1}function v(e,t,r){r=Math.min(e.length,r);for(var n=[],i=t;i<r;){var o,a,s,l,u=e[i],c=null,p=u>239?4:u>223?3:u>191?2:1;if(i+p<=r)switch(p){case 1:u<128&&(c=u);break;case 2:(192&(o=e[i+1]))==128&&(l=(31&u)<<6|63&o)>127&&(c=l);break;case 3:o=e[i+1],a=e[i+2],(192&o)==128&&(192&a)==128&&(l=(15&u)<<12|(63&o)<<6|63&a)>2047&&(l<55296||l>57343)&&(c=l);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],(192&o)==128&&(192&a)==128&&(192&s)==128&&(l=(15&u)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&l<1114112&&(c=l)}null===c?(c=65533,p=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),i+=p}var d=n,f=d.length;if(f<=4096)return String.fromCharCode.apply(String,d);for(var h="",m=0;m<f;)h+=String.fromCharCode.apply(String,d.slice(m,m+=4096));return h}function _(e,t,r){if(e%1!=0||e<0)throw RangeError("offset is not uint");if(e+t>r)throw RangeError("Trying to access beyond buffer length")}function w(e,t,r,n,i,o){if(!s.isBuffer(e))throw TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw RangeError('"value" argument is out of bounds');if(r+n>e.length)throw RangeError("Index out of range")}function E(e,t,r,n,i,o){if(r+n>e.length||r<0)throw RangeError("Index out of range")}function S(e,t,r,n,o){return t*=1,r>>>=0,o||E(e,t,r,4,34028234663852886e22,-34028234663852886e22),i.write(e,t,r,n,23,4),r+4}function R(e,t,r,n,o){return t*=1,r>>>=0,o||E(e,t,r,8,17976931348623157e292,-17976931348623157e292),i.write(e,t,r,n,52,8),r+8}t.Buffer=s,t.SlowBuffer=function(e){return+e!=e&&(e=0),s.alloc(+e)},t.INSPECT_MAX_BYTES=50,t.kMaxLength=0x7fffffff,s.TYPED_ARRAY_SUPPORT=function(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),!s.TYPED_ARRAY_SUPPORT&&"u">typeof console&&"function"==typeof console.error&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.buffer}}),Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(s.isBuffer(this))return this.byteOffset}}),s.poolSize=8192,s.from=function(e,t,r){return l(e,t,r)},Object.setPrototypeOf(s.prototype,Uint8Array.prototype),Object.setPrototypeOf(s,Uint8Array),s.alloc=function(e,t,r){return(u(e),e<=0)?a(e):void 0!==t?"string"==typeof r?a(e).fill(t,r):a(e).fill(t):a(e)},s.allocUnsafe=function(e){return c(e)},s.allocUnsafeSlow=function(e){return c(e)},s.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==s.prototype},s.compare=function(e,t){if(x(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),x(t,Uint8Array)&&(t=s.from(t,t.offset,t.byteLength)),!s.isBuffer(e)||!s.isBuffer(t))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;for(var r=e.length,n=t.length,i=0,o=Math.min(r,n);i<o;++i)if(e[i]!==t[i]){r=e[i],n=t[i];break}return r<n?-1:+(n<r)},s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},s.concat=function(e,t){if(!Array.isArray(e))throw TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return s.alloc(0);if(void 0===t)for(r=0,t=0;r<e.length;++r)t+=e[r].length;var r,n=s.allocUnsafe(t),i=0;for(r=0;r<e.length;++r){var o=e[r];if(x(o,Uint8Array))i+o.length>n.length?s.from(o).copy(n,i):Uint8Array.prototype.set.call(n,o,i);else if(s.isBuffer(o))o.copy(n,i);else throw TypeError('"list" argument must be an Array of Buffers');i+=o.length}return n},s.byteLength=h,s.prototype._isBuffer=!0,s.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)g(this,t,t+1);return this},s.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)g(this,t,t+3),g(this,t+1,t+2);return this},s.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)g(this,t,t+7),g(this,t+1,t+6),g(this,t+2,t+5),g(this,t+3,t+4);return this},s.prototype.toString=function(){var e=this.length;return 0===e?"":0==arguments.length?v(this,0,e):m.apply(this,arguments)},s.prototype.toLocaleString=s.prototype.toString,s.prototype.equals=function(e){if(!s.isBuffer(e))throw TypeError("Argument must be a Buffer");return this===e||0===s.compare(this,e)},s.prototype.inspect=function(){var e="",r=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"},o&&(s.prototype[o]=s.prototype.inspect),s.prototype.compare=function(e,t,r,n,i){if(x(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),t<0||r>e.length||n<0||i>this.length)throw RangeError("out of range index");if(n>=i&&t>=r)return 0;if(n>=i)return -1;if(t>=r)return 1;if(t>>>=0,r>>>=0,n>>>=0,i>>>=0,this===e)return 0;for(var o=i-n,a=r-t,l=Math.min(o,a),u=this.slice(n,i),c=e.slice(t,r),p=0;p<l;++p)if(u[p]!==c[p]){o=u[p],a=c[p];break}return o<a?-1:+(a<o)},s.prototype.includes=function(e,t,r){return -1!==this.indexOf(e,t,r)},s.prototype.indexOf=function(e,t,r){return y(this,e,t,r,!0)},s.prototype.lastIndexOf=function(e,t,r){return y(this,e,t,r,!1)},s.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else if(isFinite(t))t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0);else throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var i,o,a,s,l,u,c,p,d=this.length-t;if((void 0===r||r>d)&&(r=d),e.length>0&&(r<0||t<0)||t>this.length)throw RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var f=!1;;)switch(n){case"hex":return function(e,t,r,n){r=Number(r)||0;var i=e.length-r;n?(n=Number(n))>i&&(n=i):n=i;var o=t.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var s,l=parseInt(t.substr(2*a,2),16);if((s=l)!=s)break;e[r+a]=l}return a}(this,e,t,r);case"utf8":case"utf-8":return i=t,o=r,A(T(e,this.length-i),this,i,o);case"ascii":case"latin1":case"binary":return a=t,s=r,A(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(e),this,a,s);case"base64":return l=t,u=r,A(C(e),this,l,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return c=t,p=r,A(function(e,t){for(var r,n,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,i.push(r%256),i.push(n);return i}(e,this.length-c),this,c,p);default:if(f)throw TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),f=!0}},s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},s.prototype.slice=function(e,t){var r=this.length;e=~~e,t=void 0===t?r:~~t,e<0?(e+=r)<0&&(e=0):e>r&&(e=r),t<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);var n=this.subarray(e,t);return Object.setPrototypeOf(n,s.prototype),n},s.prototype.readUintLE=s.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||_(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n},s.prototype.readUintBE=s.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||_(e,t,this.length);for(var n=this[e+--t],i=1;t>0&&(i*=256);)n+=this[e+--t]*i;return n},s.prototype.readUint8=s.prototype.readUInt8=function(e,t){return e>>>=0,t||_(e,1,this.length),this[e]},s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,t){return e>>>=0,t||_(e,2,this.length),this[e]|this[e+1]<<8},s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,t){return e>>>=0,t||_(e,2,this.length),this[e]<<8|this[e+1]},s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,t){return e>>>=0,t||_(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+0x1000000*this[e+3]},s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,t){return e>>>=0,t||_(e,4,this.length),0x1000000*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},s.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||_(e,t,this.length);for(var n=this[e],i=1,o=0;++o<t&&(i*=256);)n+=this[e+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*t)),n},s.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||_(e,t,this.length);for(var n=t,i=1,o=this[e+--n];n>0&&(i*=256);)o+=this[e+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},s.prototype.readInt8=function(e,t){return(e>>>=0,t||_(e,1,this.length),128&this[e])?-((255-this[e]+1)*1):this[e]},s.prototype.readInt16LE=function(e,t){e>>>=0,t||_(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?0xffff0000|r:r},s.prototype.readInt16BE=function(e,t){e>>>=0,t||_(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?0xffff0000|r:r},s.prototype.readInt32LE=function(e,t){return e>>>=0,t||_(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},s.prototype.readInt32BE=function(e,t){return e>>>=0,t||_(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},s.prototype.readFloatLE=function(e,t){return e>>>=0,t||_(e,4,this.length),i.read(this,e,!0,23,4)},s.prototype.readFloatBE=function(e,t){return e>>>=0,t||_(e,4,this.length),i.read(this,e,!1,23,4)},s.prototype.readDoubleLE=function(e,t){return e>>>=0,t||_(e,8,this.length),i.read(this,e,!0,52,8)},s.prototype.readDoubleBE=function(e,t){return e>>>=0,t||_(e,8,this.length),i.read(this,e,!1,52,8)},s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,t,r,n){if(e*=1,t>>>=0,r>>>=0,!n){var i=Math.pow(2,8*r)-1;w(this,e,t,r,i,0)}var o=1,a=0;for(this[t]=255&e;++a<r&&(o*=256);)this[t+a]=e/o&255;return t+r},s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,t,r,n){if(e*=1,t>>>=0,r>>>=0,!n){var i=Math.pow(2,8*r)-1;w(this,e,t,r,i,0)}var o=r-1,a=1;for(this[t+o]=255&e;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+r},s.prototype.writeUint8=s.prototype.writeUInt8=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,1,255,0),this[t]=255&e,t+1},s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0xffffffff,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0xffffffff,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},s.prototype.writeIntLE=function(e,t,r,n){if(e*=1,t>>>=0,!n){var i=Math.pow(2,8*r-1);w(this,e,t,r,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o<r&&(a*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/a|0)-s&255;return t+r},s.prototype.writeIntBE=function(e,t,r,n){if(e*=1,t>>>=0,!n){var i=Math.pow(2,8*r-1);w(this,e,t,r,i-1,-i)}var o=r-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a|0)-s&255;return t+r},s.prototype.writeInt8=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},s.prototype.writeInt16LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},s.prototype.writeInt16BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},s.prototype.writeInt32LE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0x7fffffff,-0x80000000),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},s.prototype.writeInt32BE=function(e,t,r){return e*=1,t>>>=0,r||w(this,e,t,4,0x7fffffff,-0x80000000),e<0&&(e=0xffffffff+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},s.prototype.writeFloatLE=function(e,t,r){return S(this,e,t,!0,r)},s.prototype.writeFloatBE=function(e,t,r){return S(this,e,t,!1,r)},s.prototype.writeDoubleLE=function(e,t,r){return R(this,e,t,!0,r)},s.prototype.writeDoubleBE=function(e,t,r){return R(this,e,t,!1,r)},s.prototype.copy=function(e,t,r,n){if(!s.isBuffer(e))throw TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r||0===e.length||0===this.length)return 0;if(t<0)throw RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw RangeError("Index out of range");if(n<0)throw RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var i=n-r;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,r,n):Uint8Array.prototype.set.call(e,this.subarray(r,n),t),i},s.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw TypeError("encoding must be a string");if("string"==typeof n&&!s.isEncoding(n))throw TypeError("Unknown encoding: "+n);if(1===e.length){var i,o=e.charCodeAt(0);("utf8"===n&&o<128||"latin1"===n)&&(e=o)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<r)throw RangeError("Out of range index");if(r<=t)return this;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var a=s.isBuffer(e)?e:s.from(e,n),l=a.length;if(0===l)throw TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-t;++i)this[i+t]=a[i%l]}return this};var O=/[^+/0-9A-Za-z-_]/g;function T(e,t){t=t||1/0;for(var r,n=e.length,i=null,o=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!i){if(r>56319||a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else if(r<1114112){if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}else throw Error("Invalid code point")}return o}function C(e){return n.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(O,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function A(e,t,r,n){for(var i=0;i<n&&!(i+r>=t.length)&&!(i>=e.length);++i)t[i+r]=e[i];return i}function x(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}var k=function(){for(var e="0123456789abcdef",t=Array(256),r=0;r<16;++r)for(var n=16*r,i=0;i<16;++i)t[n+i]=e[r]+e[i];return t}()},597(e,t){var r=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g,n=/\\([\u000b\u0020-\u00ff])/g,i=/^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;function o(e){this.parameters=Object.create(null),this.type=e}t.q=function(e){if(!e)throw TypeError("argument string is required");var t,a,s,l="object"==typeof e?function(e){var t;if("function"==typeof e.getHeader?t=e.getHeader("content-type"):"object"==typeof e.headers&&(t=e.headers&&e.headers["content-type"]),"string"!=typeof t)throw TypeError("content-type header is missing from object");return t}(e):e;if("string"!=typeof l)throw TypeError("argument string is required to be a string");var u=l.indexOf(";"),c=-1!==u?l.slice(0,u).trim():l.trim();if(!i.test(c))throw TypeError("invalid media type");var p=new o(c.toLowerCase());if(-1!==u){for(r.lastIndex=u;a=r.exec(l);){if(a.index!==u)throw TypeError("invalid parameter format");u+=a[0].length,t=a[1].toLowerCase(),34===(s=a[2]).charCodeAt(0)&&-1!==(s=s.slice(1,-1)).indexOf("\\")&&(s=s.replace(n,"$1")),p.parameters[t]=s}if(u!==l.length)throw TypeError("invalid parameter format")}return p}},7(e){var t,r="object"==typeof Reflect?Reflect:null,n=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise(function(r,n){var i,o,a;function s(r){e.removeListener(t,l),n(r)}function l(){"function"==typeof e.removeListener&&e.removeListener("error",s),r([].slice.call(arguments))}m(e,t,l,{once:!0}),"error"!==t&&(i=e,o=s,a={once:!0},"function"==typeof i.on&&m(i,"error",o,a))})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function u(e,t,r,n){if(s(r),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),o=e._events),a=o[t]),void 0===a)a=o[t]=r,++e._eventsCount;else if("function"==typeof a?a=o[t]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),(i=l(e))>0&&a.length>i&&!a.warned){a.warned=!0;var i,o,a,u=Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,console&&console.warn&&console.warn(u)}return e}function c(){if(!this.fired)return(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0==arguments.length)?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=c.bind(n);return i.listener=r,n.wrapFn=i,i}function d(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"==typeof i?r?[i.listener||i]:[i]:r?function(e){for(var t=Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}(i):h(i,i.length)}function f(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function h(e,t){for(var r=Array(t),n=0;n<t;++n)r[n]=e[n];return r}function m(e,t,r,n){if("function"==typeof e.on)n.once?e.once(t,r):e.on(t,r);else if("function"==typeof e.addEventListener)e.addEventListener(t,function i(o){n.once&&e.removeEventListener(t,i),r(o)});else throw TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e)}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return l(this)},o.prototype.emit=function(e){for(var t=[],r=1;r<arguments.length;r++)t.push(arguments[r]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var a,s=Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var l=o[e];if(void 0===l)return!1;if("function"==typeof l)n(l,this,t);else for(var u=l.length,c=h(l,u),r=0;r<u;++r)n(c[r],this,t);return!0},o.prototype.addListener=function(e,t){return u(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return u(this,e,t,!0)},o.prototype.once=function(e,t){return s(t),this.on(e,p(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,p(this,e,t)),this},o.prototype.removeListener=function(e,t){var r,n,i,o,a;if(s(t),void 0===(n=this._events)||void 0===(r=n[e]))return this;if(r===t||r.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete n[e],n.removeListener&&this.emit("removeListener",e,r.listener||t));else if("function"!=typeof r){for(i=-1,o=r.length-1;o>=0;o--)if(r[o]===t||r[o].listener===t){a=r[o].listener,i=o;break}if(i<0)return this;0===i?r.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(r,i),1===r.length&&(n[e]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,r,n;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0==arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0==arguments.length){var i,o=Object.keys(r);for(n=0;n<o.length;++n)"removeListener"!==(i=o[n])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=r[e]))this.removeListener(e,t);else if(void 0!==t)for(n=t.length-1;n>=0;n--)this.removeListener(e,t[n]);return this},o.prototype.listeners=function(e){return d(this,e,!0)},o.prototype.rawListeners=function(e){return d(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):f.call(e,t)},o.prototype.listenerCount=f,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},251(e,t){t.read=function(e,t,r,n,i){var o,a,s=8*i-n-1,l=(1<<s)-1,u=l>>1,c=-7,p=r?i-1:0,d=r?-1:1,f=e[t+p];for(p+=d,o=f&(1<<-c)-1,f>>=-c,c+=s;c>0;o=256*o+e[t+p],p+=d,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=256*a+e[t+p],p+=d,c-=8);if(0===o)o=1-u;else{if(o===l)return a?0/0:(f?-1:1)*2e308;a+=Math.pow(2,n),o-=u}return(f?-1:1)*a*Math.pow(2,o-n)},t.write=function(e,t,r,n,i,o){var a,s,l,u=8*o-i-1,c=(1<<u)-1,p=c>>1,d=5960464477539062e-23*(23===i),f=n?0:o-1,h=n?1:-1,m=+(t<0||0===t&&1/t<0);for(isNaN(t=Math.abs(t))||1/0===t?(s=+!!isNaN(t),a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(l=Math.pow(2,-a))<1&&(a--,l*=2),a+p>=1?t+=d/l:t+=d*Math.pow(2,1-p),t*l>=2&&(a++,l/=2),a+p>=c?(s=0,a=c):a+p>=1?(s=(t*l-1)*Math.pow(2,i),a+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,i),a=0));i>=8;e[r+f]=255&s,f+=h,s/=256,i-=8);for(a=a<<i|s,u+=i;u>0;e[r+f]=255&a,f+=h,a/=256,u-=8);e[r+f-h]|=128*m}},698(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},606(e){var t,r,n,i=e.exports={};function o(){throw Error("setTimeout has not been defined")}function a(){throw Error("clearTimeout has not been defined")}try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(e){r=a}function s(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}var l=[],u=!1,c=-1;function p(){u&&n&&(u=!1,n.length?l=n.concat(l):c=-1,l.length&&d())}function d(){if(!u){var e=s(p);u=!0;for(var t=l.length;t;){for(n=l,l=[];++c<t;)n&&n[c].run();c=-1,t=l.length}n=null,u=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function h(){}i.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];l.push(new f(e,t)),1!==l.length||u||s(d)},f.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=h,i.addListener=h,i.once=h,i.off=h,i.removeListener=h,i.removeAllListeners=h,i.emit=h,i.prependListener=h,i.prependOnceListener=h,i.listeners=function(e){return[]},i.binding=function(e){throw Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw Error("process.chdir is not supported")},i.umask=function(){return 0}},617(e,t,r){e.exports=r(303)},303(e,t,r){var n=r(961);t.operation=function(e){return new n(t.timeouts(e),{forever:e&&(e.forever||1/0===e.retries),unref:e&&e.unref,maxRetryTime:e&&e.maxRetryTime})},t.timeouts=function(e){if(e instanceof Array)return[].concat(e);var t={retries:10,factor:2,minTimeout:1e3,maxTimeout:1/0,randomize:!1};for(var r in e)t[r]=e[r];if(t.minTimeout>t.maxTimeout)throw Error("minTimeout is greater than maxTimeout");for(var n=[],i=0;i<t.retries;i++)n.push(this.createTimeout(i,t));return e&&e.forever&&!n.length&&n.push(this.createTimeout(i,t)),n.sort(function(e,t){return e-t}),n},t.createTimeout=function(e,t){var r=Math.round((t.randomize?Math.random()+1:1)*Math.max(t.minTimeout,1)*Math.pow(t.factor,e));return Math.min(r,t.maxTimeout)},t.wrap=function(e,r,n){if(r instanceof Array&&(n=r,r=null),!n)for(var i in n=[],e)"function"==typeof e[i]&&n.push(i);for(var o=0;o<n.length;o++){var a=n[o],s=e[a];e[a]=(function(n){var i=t.operation(r),o=Array.prototype.slice.call(arguments,1),a=o.pop();o.push(function(e){i.retry(e)||(e&&(arguments[0]=i.mainError()),a.apply(this,arguments))}),i.attempt(function(){n.apply(e,o)})}).bind(e,s),e[a].options=r}}},961(e){function t(e,t){"boolean"==typeof t&&(t={forever:t}),this._originalTimeouts=JSON.parse(JSON.stringify(e)),this._timeouts=e,this._options=t||{},this._maxRetryTime=t&&t.maxRetryTime||1/0,this._fn=null,this._errors=[],this._attempts=1,this._operationTimeout=null,this._operationTimeoutCb=null,this._timeout=null,this._operationStart=null,this._timer=null,this._options.forever&&(this._cachedTimeouts=this._timeouts.slice(0))}e.exports=t,t.prototype.reset=function(){this._attempts=1,this._timeouts=this._originalTimeouts.slice(0)},t.prototype.stop=function(){this._timeout&&clearTimeout(this._timeout),this._timer&&clearTimeout(this._timer),this._timeouts=[],this._cachedTimeouts=null},t.prototype.retry=function(e){if(this._timeout&&clearTimeout(this._timeout),!e)return!1;var t=new Date().getTime();if(e&&t-this._operationStart>=this._maxRetryTime)return this._errors.push(e),this._errors.unshift(Error("RetryOperation timeout occurred")),!1;this._errors.push(e);var r=this._timeouts.shift();if(void 0===r)if(!this._cachedTimeouts)return!1;else this._errors.splice(0,this._errors.length-1),r=this._cachedTimeouts.slice(-1);var n=this;return this._timer=setTimeout(function(){n._attempts++,n._operationTimeoutCb&&(n._timeout=setTimeout(function(){n._operationTimeoutCb(n._attempts)},n._operationTimeout),n._options.unref&&n._timeout.unref()),n._fn(n._attempts)},r),this._options.unref&&this._timer.unref(),!0},t.prototype.attempt=function(e,t){this._fn=e,t&&(t.timeout&&(this._operationTimeout=t.timeout),t.cb&&(this._operationTimeoutCb=t.cb));var r=this;this._operationTimeoutCb&&(this._timeout=setTimeout(function(){r._operationTimeoutCb()},r._operationTimeout)),this._operationStart=new Date().getTime(),this._fn(this._attempts)},t.prototype.try=function(e){console.log("Using RetryOperation.try() is deprecated"),this.attempt(e)},t.prototype.start=function(e){console.log("Using RetryOperation.start() is deprecated"),this.attempt(e)},t.prototype.start=t.prototype.try,t.prototype.errors=function(){return this._errors},t.prototype.attempts=function(){return this._attempts},t.prototype.mainError=function(){if(0===this._errors.length)return null;for(var e={},t=null,r=0,n=0;n<this._errors.length;n++){var i=this._errors[n],o=i.message,a=(e[o]||0)+1;e[o]=a,a>=r&&(t=i,r=a)}return t}},861(e,t,r){var n=r(287),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,r){if("number"==typeof e)throw TypeError("Argument must not be a number");return i(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},a.allocUnsafe=function(e){if("number"!=typeof e)throw TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw TypeError("Argument must be a number");return n.SlowBuffer(e)}},310(e,t,r){e.exports=i;var n=r(7).EventEmitter;function i(){n.call(this)}r(698)(i,n),i.Readable=r(891),i.Writable=r(999),i.Duplex=r(101),i.Transform=r(83),i.PassThrough=r(681),i.finished=r(257),i.pipeline=r(267),i.Stream=i,i.prototype.pipe=function(e,t){var r=this;function i(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function o(){r.readable&&r.resume&&r.resume()}r.on("data",i),e.on("drain",o),e._isStdio||t&&!1===t.end||(r.on("end",s),r.on("close",l));var a=!1;function s(){a||(a=!0,e.end())}function l(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function u(e){if(c(),0===n.listenerCount(this,"error"))throw e}function c(){r.removeListener("data",i),e.removeListener("drain",o),r.removeListener("end",s),r.removeListener("close",l),r.removeListener("error",u),e.removeListener("error",u),r.removeListener("end",c),r.removeListener("close",c),e.removeListener("close",c)}return r.on("error",u),e.on("error",u),r.on("end",c),r.on("close",c),e.on("close",c),e.emit("pipe",r),e}},463(e){var t={};function r(e,r,n){n||(n=Error);var i=function(e){function t(t,n,i){return e.call(this,"string"==typeof r?r:r(t,n,i))||this}return t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e,t}(n);i.prototype.name=n.name,i.prototype.code=e,t[e]=i}function n(e,t){if(!Array.isArray(e))return"of ".concat(t," ").concat(String(e));var r=e.length;return(e=e.map(function(e){return String(e)}),r>2)?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}r("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError),r("ERR_INVALID_ARG_TYPE",function(e,t,r){if("string"==typeof t&&(i="not ",t.substr(0,i.length)===i)?(l="must not be",t=t.replace(/^not /,"")):l="must be",o=" argument",(void 0===a||a>e.length)&&(a=e.length),e.substring(a-o.length,a)===o)u="The ".concat(e," ").concat(l," ").concat(n(t,"type"));else{var i,o,a,s,l,u,c=("number"!=typeof s&&(s=0),s+1>e.length||-1===e.indexOf(".",s))?"argument":"property";u='The "'.concat(e,'" ').concat(c," ").concat(l," ").concat(n(t,"type"))}return u+". Received type ".concat(typeof r)},TypeError),r("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),r("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"}),r("ERR_STREAM_PREMATURE_CLOSE","Premature close"),r("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"}),r("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),r("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),r("ERR_STREAM_WRITE_AFTER_END","write after end"),r("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),r("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError),r("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.F=t},101(e,t,r){var n=r(606),i=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=c;var o=r(891),a=r(999);r(698)(c,o);for(var s=i(a.prototype),l=0;l<s.length;l++){var u=s[l];c.prototype[u]||(c.prototype[u]=a.prototype[u])}function c(e){if(!(this instanceof c))return new c(e);o.call(this,e),a.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",p)))}function p(){this._writableState.ended||n.nextTick(d,this)}function d(e){e.end()}Object.defineProperty(c.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(c.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(c.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(c.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},681(e,t,r){e.exports=i;var n=r(83);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(698)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},891(e,t,r){var n,i,o,a,s,l=r(606);e.exports=O,O.ReadableState=R,r(7).EventEmitter;var u=function(e,t){return e.listeners(t).length},c=r(396),p=r(287).Buffer,d=(void 0!==r.g?r.g:"u">typeof window?window:"u">typeof self?self:{}).Uint8Array||function(){},f=r(252);i=f&&f.debuglog?f.debuglog("stream"):function(){};var h=r(766),m=r(347),g=r(644).getHighWaterMark,y=r(463).F,b=y.ERR_INVALID_ARG_TYPE,v=y.ERR_STREAM_PUSH_AFTER_EOF,_=y.ERR_METHOD_NOT_IMPLEMENTED,w=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(698)(O,c);var E=m.errorOrDestroy,S=["error","close","destroy","pause","resume"];function R(e,t,i){n=n||r(101),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=g(this,e,"readableHighWaterMark",i),this.buffer=new h,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(o||(o=r(141).I),this.decoder=new o(e.encoding),this.encoding=e.encoding)}function O(e){if(n=n||r(101),!(this instanceof O))return new O(e);var t=this instanceof n;this._readableState=new R(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),c.call(this)}function T(e,t,r,n,o){i("readableAddChunk",t);var a,s,l=e._readableState;if(null===t)l.reading=!1,function(e,t){if(i("onEofChunk"),!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?x(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,k(e)))}}(e,l);else if(o||(s=function(e,t){var r;return p.isBuffer(t)||t instanceof d||"string"==typeof t||void 0===t||e.objectMode||(r=new b("chunk",["string","Buffer","Uint8Array"],t)),r}(l,t)),s)E(e,s);else if(l.objectMode||t&&t.length>0)if("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===p.prototype||(a=t,t=p.from(a)),n)l.endEmitted?E(e,new w):C(e,l,t,!0);else if(l.ended)E(e,new v);else{if(l.destroyed)return!1;l.reading=!1,l.decoder&&!r?(t=l.decoder.write(t),l.objectMode||0!==t.length?C(e,l,t,!1):P(e,l)):C(e,l,t,!1)}else n||(l.reading=!1,P(e,l));return!l.ended&&(l.length<l.highWaterMark||0===l.length)}function C(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&x(e)),P(e,t)}function A(e,t){var r;if(e<=0||0===t.length&&t.ended)return 0;if(t.objectMode)return 1;if(e!=e)if(t.flowing&&t.length)return t.buffer.head.data.length;else return t.length;return(e>t.highWaterMark&&((r=e)>=0x40000000?r=0x40000000:(r--,r|=r>>>1,r|=r>>>2,r|=r>>>4,r|=r>>>8,r|=r>>>16,r++),t.highWaterMark=r),e<=t.length)?e:t.ended?t.length:(t.needReadable=!0,0)}function x(e){var t=e._readableState;i("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(i("emitReadable",t.flowing),t.emittedReadable=!0,l.nextTick(k,e))}function k(e){var t=e._readableState;i("emitReadable_",t.destroyed,t.length,t.ended),!t.destroyed&&(t.length||t.ended)&&(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,N(e)}function P(e,t){t.readingMore||(t.readingMore=!0,l.nextTick(U,e,t))}function U(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(i("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function I(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function L(e){i("readable nexttick read 0"),e.read(0)}function z(e,t){i("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),N(e),t.flowing&&!t.reading&&e.read(0)}function N(e){var t=e._readableState;for(i("flow",t.flowing);t.flowing&&null!==e.read(););}function j(e,t){var r;return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r)}function D(e){var t=e._readableState;i("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,l.nextTick($,t,e))}function $(e,t){if(i("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function M(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return -1}Object.defineProperty(O.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),O.prototype.destroy=m.destroy,O.prototype._undestroy=m.undestroy,O.prototype._destroy=function(e,t){t(e)},O.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=p.from(e,t),t=""),r=!0),T(this,e,t,!1,r)},O.prototype.unshift=function(e){return T(this,e,null,!0,!1)},O.prototype.isPaused=function(){return!1===this._readableState.flowing},O.prototype.setEncoding=function(e){o||(o=r(141).I);var t=new o(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this},O.prototype.read=function(e){i("read",e),e=parseInt(e,10);var t,r=this._readableState,n=e;if(0!==e&&(r.emittedReadable=!1),0===e&&r.needReadable&&((0!==r.highWaterMark?r.length>=r.highWaterMark:r.length>0)||r.ended))return i("read: emitReadable",r.length,r.ended),0===r.length&&r.ended?D(this):x(this),null;if(0===(e=A(e,r))&&r.ended)return 0===r.length&&D(this),null;var o=r.needReadable;return i("need readable",o),(0===r.length||r.length-e<r.highWaterMark)&&i("length less than watermark",o=!0),r.ended||r.reading?i("reading or ended",o=!1):o&&(i("do read"),r.reading=!0,r.sync=!0,0===r.length&&(r.needReadable=!0),this._read(r.highWaterMark),r.sync=!1,r.reading||(e=A(n,r))),null===(t=e>0?j(e,r):null)?(r.needReadable=r.length<=r.highWaterMark,e=0):(r.length-=e,r.awaitDrain=0),0===r.length&&(r.ended||(r.needReadable=!0),n!==e&&r.ended&&D(this)),null!==t&&this.emit("data",t),t},O.prototype._read=function(e){E(this,new _("_read()"))},O.prototype.pipe=function(e,t){var r,n=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=e;break;case 1:o.pipes=[o.pipes,e];break;default:o.pipes.push(e)}o.pipesCount+=1,i("pipe count=%d opts=%j",o.pipesCount,t);var a=t&&!1===t.end||e===l.stdout||e===l.stderr?g:s;function s(){i("onend"),e.end()}o.endEmitted?l.nextTick(a):n.once("end",a),e.on("unpipe",function t(r,a){i("onunpipe"),r===n&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,i("cleanup"),e.removeListener("close",h),e.removeListener("finish",m),e.removeListener("drain",c),e.removeListener("error",f),e.removeListener("unpipe",t),n.removeListener("end",s),n.removeListener("end",g),n.removeListener("data",d),p=!0,o.awaitDrain&&(!e._writableState||e._writableState.needDrain)&&c())});var c=(r=n,function(){var e=r._readableState;i("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&u(r,"data")&&(e.flowing=!0,N(r))});e.on("drain",c);var p=!1;function d(t){i("ondata");var r=e.write(t);i("dest.write",r),!1===r&&((1===o.pipesCount&&o.pipes===e||o.pipesCount>1&&-1!==M(o.pipes,e))&&!p&&(i("false write response, pause",o.awaitDrain),o.awaitDrain++),n.pause())}function f(t){i("onerror",t),g(),e.removeListener("error",f),0===u(e,"error")&&E(e,t)}function h(){e.removeListener("finish",m),g()}function m(){i("onfinish"),e.removeListener("close",h),g()}function g(){i("unpipe"),n.unpipe(e)}return n.on("data",d),!function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",h),e.once("finish",m),e.emit("pipe",n),o.flowing||(i("pipe resume"),n.resume()),e},O.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=M(t.pipes,e);return -1===a||(t.pipes.splice(a,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},O.prototype.on=function(e,t){var r=c.prototype.on.call(this,e,t),n=this._readableState;return"data"===e?(n.readableListening=this.listenerCount("readable")>0,!1!==n.flowing&&this.resume()):"readable"!==e||n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,i("on readable",n.length,n.reading),n.length?x(this):n.reading||l.nextTick(L,this)),r},O.prototype.addListener=O.prototype.on,O.prototype.removeListener=function(e,t){var r=c.prototype.removeListener.call(this,e,t);return"readable"===e&&l.nextTick(I,this),r},O.prototype.removeAllListeners=function(e){var t=c.prototype.removeAllListeners.apply(this,arguments);return("readable"===e||void 0===e)&&l.nextTick(I,this),t},O.prototype.resume=function(){var e,t,r=this._readableState;return r.flowing||(i("resume"),r.flowing=!r.readableListening,e=this,(t=r).resumeScheduled||(t.resumeScheduled=!0,l.nextTick(z,e,t))),r.paused=!1,this},O.prototype.pause=function(){return i("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(i("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},O.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var o in e.on("end",function(){if(i("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on("data",function(o){i("wrapped data"),r.decoder&&(o=r.decoder.write(o)),r.objectMode&&null==o||(r.objectMode||o&&o.length)&&(t.push(o)||(n=!0,e.pause()))}),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var a=0;a<S.length;a++)e.on(S[a],this.emit.bind(this,S[a]));return this._read=function(t){i("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(O.prototype[Symbol.asyncIterator]=function(){return void 0===a&&(a=r(34)),a(this)}),Object.defineProperty(O.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(O.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(O.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),O._fromList=j,Object.defineProperty(O.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(O.from=function(e,t){return void 0===s&&(s=r(968)),s(O,e,t)})},83(e,t,r){e.exports=c;var n=r(463).F,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,l=r(101);function u(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function c(e){if(!(this instanceof c))return new c(e);l.call(this,e),this._transformState={afterTransform:u.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",p)}function p(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?d(this,null,null):this._flush(function(t,r){d(e,t,r)})}function d(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new s;if(e._transformState.transforming)throw new a;return e.push(null)}r(698)(c,l),c.prototype.push=function(e,t){return this._transformState.needTransform=!1,l.prototype.push.call(this,e,t)},c.prototype._transform=function(e,t,r){r(new i("_transform()"))},c.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},c.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},c.prototype._destroy=function(e,t){l.prototype._destroy.call(this,e,function(e){t(e)})}},999(e,t,r){var n,i,o=r(606);function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){var r=t,n=e,i=r.entry;for(r.entry=null;i;){var o=i.callback;n.pendingcb--,o(void 0),i=i.next}n.corkedRequestsFree.next=r}}e.exports=O,O.WritableState=R;var s={deprecate:r(643)},l=r(396),u=r(287).Buffer,c=(void 0!==r.g?r.g:"u">typeof window?window:"u">typeof self?self:{}).Uint8Array||function(){},p=r(347),d=r(644).getHighWaterMark,f=r(463).F,h=f.ERR_INVALID_ARG_TYPE,m=f.ERR_METHOD_NOT_IMPLEMENTED,g=f.ERR_MULTIPLE_CALLBACK,y=f.ERR_STREAM_CANNOT_PIPE,b=f.ERR_STREAM_DESTROYED,v=f.ERR_STREAM_NULL_VALUES,_=f.ERR_STREAM_WRITE_AFTER_END,w=f.ERR_UNKNOWN_ENCODING,E=p.errorOrDestroy;function S(){}function R(e,t,i){n=n||r(101),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=d(this,e,"writableHighWaterMark",i),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var s=!1===e.decodeStrings;this.decodeStrings=!s,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new g;if(r.writing=!1,r.writecb=null,r.length-=r.writelen,r.writelen=0,t)--r.pendingcb,n?(o.nextTick(i,t),o.nextTick(P,e,r),e._writableState.errorEmitted=!0,E(e,t)):(i(t),e._writableState.errorEmitted=!0,E(e,t),P(e,r));else{var a=x(r)||e.destroyed;a||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),n?o.nextTick(C,e,r,a,i):C(e,r,a,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}r(698)(O,l),R.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t};try{Object.defineProperty(R.prototype,"buffer",{get:s.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}function O(e){var t=this instanceof(n=n||r(101));if(!t&&!i.call(O,this))return new O(e);this._writableState=new R(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),l.call(this)}function T(e,t,r,n,i,o,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new b("write")):r?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function C(e,t,r,n){var i,o;r||(i=e,0===(o=t).length&&o.needDrain&&(o.needDrain=!1,i.emit("drain"))),t.pendingcb--,n(),P(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=Array(t.bufferedRequestCount),i=t.corkedRequestsFree;i.entry=r;for(var o=0,s=!0;r;)n[o]=r,r.isBuf||(s=!1),r=r.next,o+=1;n.allBuffers=s,T(e,t,!0,t.length,n,"",i.finish),t.pendingcb++,t.lastBufferedRequest=null,i.next?(t.corkedRequestsFree=i.next,i.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;r;){var l=r.chunk,u=r.encoding,c=r.callback,p=t.objectMode?1:l.length;if(T(e,t,!1,p,l,u,c),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function x(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function k(e,t){e._final(function(r){t.pendingcb--,r&&E(e,r),t.prefinished=!0,e.emit("prefinish"),P(e,t)})}function P(e,t){var r=x(t);if(r&&(t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,o.nextTick(k,e,t))),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var n=e._readableState;(!n||n.autoDestroy&&n.endEmitted)&&e.destroy()}return r}"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(i=Function.prototype[Symbol.hasInstance],Object.defineProperty(O,Symbol.hasInstance,{value:function(e){return!!i.call(this,e)||this===O&&e&&e._writableState instanceof R}})):i=function(e){return e instanceof this},O.prototype.pipe=function(){E(this,new y)},O.prototype.write=function(e,t,r){var n,i,a,s,l,p,d,f=this._writableState,m=!1,g=!f.objectMode&&(n=e,u.isBuffer(n)||n instanceof c);return(g&&!u.isBuffer(e)&&(i=e,e=u.from(i)),"function"==typeof t&&(r=t,t=null),g?t="buffer":t||(t=f.defaultEncoding),"function"!=typeof r&&(r=S),f.ending)?(a=r,E(this,s=new _),o.nextTick(a,s)):(g||(l=e,p=r,null===l?d=new v:"string"==typeof l||f.objectMode||(d=new h("chunk",["string","Buffer"],l)),!d||(E(this,d),o.nextTick(p,d),0)))&&(f.pendingcb++,m=function(e,t,r,n,i,o){if(!r){var a,s,l=(a=n,s=i,t.objectMode||!1===t.decodeStrings||"string"!=typeof a||(a=u.from(a,s)),a);n!==l&&(r=!0,i="buffer",n=l)}var c=t.objectMode?1:n.length;t.length+=c;var p=t.length<t.highWaterMark;if(p||(t.needDrain=!0),t.writing||t.corked){var d=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},d?d.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else T(e,t,!1,c,n,i,o);return p}(this,f,g,e,t,r)),m},O.prototype.cork=function(){this._writableState.corked++},O.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},O.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new w(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(O.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(O.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),O.prototype._write=function(e,t,r){r(new m("_write()"))},O.prototype._writev=null,O.prototype.end=function(e,t,r){var n,i,a,s=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),s.corked&&(s.corked=1,this.uncork()),s.ending||(n=this,i=s,a=r,i.ending=!0,P(n,i),a&&(i.finished?o.nextTick(a):n.once("finish",a)),i.ended=!0,n.writable=!1),this},Object.defineProperty(O.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(O.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),O.prototype.destroy=p.destroy,O.prototype._undestroy=p.undestroy,O.prototype._destroy=function(e,t){t(e)}},34(e,t,r){var n,i=r(606);function o(e,t,r){var n;return(t="symbol"==typeof(n=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(t,"string"))?n:String(n))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var a=r(257),s=Symbol("lastResolve"),l=Symbol("lastReject"),u=Symbol("error"),c=Symbol("ended"),p=Symbol("lastPromise"),d=Symbol("handlePromise"),f=Symbol("stream");function h(e,t){return{value:e,done:t}}function m(e){var t=e[s];if(null!==t){var r=e[f].read();null!==r&&(e[p]=null,e[s]=null,e[l]=null,t(h(r,!1)))}}function g(e){i.nextTick(m,e)}var y=Object.getPrototypeOf(function(){}),b=Object.setPrototypeOf((o(n={get stream(){return this[f]},next:function(){var e,t,r=this,n=this[u];if(null!==n)return Promise.reject(n);if(this[c])return Promise.resolve(h(void 0,!0));if(this[f].destroyed)return new Promise(function(e,t){i.nextTick(function(){r[u]?t(r[u]):e(h(void 0,!0))})});var o=this[p];if(o)t=new Promise((e=this,function(t,r){o.then(function(){e[c]?t(h(void 0,!0)):e[d](t,r)},r)}));else{var a=this[f].read();if(null!==a)return Promise.resolve(h(a,!1));t=new Promise(this[d])}return this[p]=t,t}},Symbol.asyncIterator,function(){return this}),o(n,"return",function(){var e=this;return new Promise(function(t,r){e[f].destroy(null,function(e){e?r(e):t(h(void 0,!0))})})}),n),y);e.exports=function(e){var t,r=Object.create(b,(o(t={},f,{value:e,writable:!0}),o(t,s,{value:null,writable:!0}),o(t,l,{value:null,writable:!0}),o(t,u,{value:null,writable:!0}),o(t,c,{value:e._readableState.endEmitted,writable:!0}),o(t,d,{value:function(e,t){var n=r[f].read();n?(r[p]=null,r[s]=null,r[l]=null,e(h(n,!1))):(r[s]=e,r[l]=t)},writable:!0}),t));return r[p]=null,a(e,function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[l];null!==t&&(r[p]=null,r[s]=null,r[l]=null,t(e)),r[u]=e;return}var n=r[s];null!==n&&(r[p]=null,r[s]=null,r[l]=null,n(h(void 0,!0))),r[c]=!0}),e.on("readable",g.bind(null,r)),r}},766(e,t,r){function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach(function(t){var n,i,a;n=e,i=t,a=r[t],(i=o(i))in n?Object.defineProperty(n,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):n[i]=a}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function o(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}var a=r(287).Buffer,s=r(88).inspect,l=s&&s.custom||"inspect";e.exports=function(){var e;function t(){if(!(this instanceof t))throw TypeError("Cannot call a class as a function");this.head=null,this.tail=null,this.length=0}return e=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return a.alloc(0);for(var t,r,n=a.allocUnsafe(e>>>0),i=this.head,o=0;i;)t=i.data,r=o,a.prototype.copy.call(t,n,r),o+=i.data.length,i=i.next;return n}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,o=e>i.length?i.length:e;if(o===i.length?n+=i:n+=i.slice(0,e),0==(e-=o)){o===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=a.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0==(e-=o)){o===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(o));break}++n}return this.length-=n,t}},{key:l,value:function(e,t){return s(this,i(i({},t),{},{depth:0,customInspect:!1}))}}],function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,o(n.key),n)}}(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}()},347(e,t,r){var n=r(606);function i(e,t){a(e,t),o(e)}function o(e){e._writableState&&!e._writableState.emitClose||(!e._readableState||e._readableState.emitClose)&&e.emit("close")}function a(e,t){e.emit("error",t)}e.exports={destroy:function(e,t){var r=this,s=this._readableState&&this._readableState.destroyed,l=this._writableState&&this._writableState.destroyed;return s||l?t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,n.nextTick(a,this,e)):n.nextTick(a,this,e)):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(e){!t&&e?r._writableState?r._writableState.errorEmitted?n.nextTick(o,r):(r._writableState.errorEmitted=!0,n.nextTick(i,r,e)):n.nextTick(i,r,e):t?(n.nextTick(o,r),t(e)):n.nextTick(o,r)})),this},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}},257(e,t,r){var n=r(463).F.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,r,o){if("function"==typeof r)return e(t,null,r);r||(r={}),a=o||i,s=!1,o=function(){if(!s){s=!0;for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];a.apply(this,t)}};var a,s,l=r.readable||!1!==r.readable&&t.readable,u=r.writable||!1!==r.writable&&t.writable,c=function(){t.writable||d()},p=t._writableState&&t._writableState.finished,d=function(){u=!1,p=!0,l||o.call(t)},f=t._readableState&&t._readableState.endEmitted,h=function(){l=!1,f=!0,u||o.call(t)},m=function(e){o.call(t,e)},g=function(){var e;return l&&!f?(t._readableState&&t._readableState.ended||(e=new n),o.call(t,e)):u&&!p?(t._writableState&&t._writableState.ended||(e=new n),o.call(t,e)):void 0},y=function(){t.req.on("finish",d)};return t.setHeader&&"function"==typeof t.abort?(t.on("complete",d),t.on("abort",g),t.req?y():t.on("request",y)):u&&!t._writableState&&(t.on("end",c),t.on("close",c)),t.on("end",h),t.on("finish",d),!1!==r.error&&t.on("error",m),t.on("close",g),function(){t.removeListener("complete",d),t.removeListener("abort",g),t.removeListener("request",y),t.req&&t.req.removeListener("finish",d),t.removeListener("end",c),t.removeListener("close",c),t.removeListener("finish",d),t.removeListener("end",h),t.removeListener("error",m),t.removeListener("close",g)}}},968(e){e.exports=function(){throw Error("Readable.from is not available in the browser")}},267(e,t,r){var n,i=r(463).F,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(e){if(e)throw e}function l(e){e()}function u(e,t){return e.pipe(t)}e.exports=function(){for(var e,t,i=arguments.length,c=Array(i),p=0;p<i;p++)c[p]=arguments[p];var d=(e=c).length&&"function"==typeof e[e.length-1]?e.pop():s;if(Array.isArray(c[0])&&(c=c[0]),c.length<2)throw new o("streams");var f=c.map(function(e,i){var o,s,u,p,h,m,g=i<c.length-1;return o=i>0,u=s=function(e){t||(t=e),e&&f.forEach(l),g||(f.forEach(l),d(t))},p=!1,s=function(){p||(p=!0,u.apply(void 0,arguments))},h=!1,e.on("close",function(){h=!0}),void 0===n&&(n=r(257)),n(e,{readable:g,writable:o},function(e){if(e)return s(e);h=!0,s()}),m=!1,function(t){if(!h&&!m){if(m=!0,e.setHeader&&"function"==typeof e.abort)return e.abort();if("function"==typeof e.destroy)return e.destroy();s(t||new a("pipe"))}}});return c.reduce(u)}},644(e,t,r){var n=r(463).F.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var o=null!=t.highWaterMark?t.highWaterMark:i?t[r]:null;if(null!=o){if(!(isFinite(o)&&Math.floor(o)===o)||o<0)throw new n(i?r:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},396(e,t,r){e.exports=r(7).EventEmitter},141(e,t,r){var n=r(861).Buffer,i=n.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){var t;if(!e)return"utf8";for(;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(n.isEncoding===i||!i(e)))throw Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=l,this.end=u,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=p,t=3;break;default:this.write=d,this.end=f;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t){if((192&t[0])!=128)return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if((192&t[1])!=128)return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&(192&t[2])!=128)return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):void(e.copy(this.lastChar,t,0,e.length),this.lastNeed-=e.length)}function l(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function u(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function c(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function p(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function d(e){return e.toString(this.encoding)}function f(e){return e&&e.length?this.write(e):""}t.I=o,o.prototype.write=function(e){var t,r;if(0===e.length)return"";if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""},o.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},o.prototype.text=function(e,t){var r=function(e,t,r){var n=t.length-1;if(n<r)return 0;var i=a(t[n]);return i>=0?(i>0&&(e.lastNeed=i-1),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(e.lastNeed=i-2),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},643(e,t,r){e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}};function n(e){try{if(!r.g.localStorage)return!1}catch(e){return!1}var t=r.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}},88(){},252(){},31(){},29(){},134(){}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,i.t=function(r,n){if(1&n&&(r=this(r)),8&n||"object"==typeof r&&r&&(4&n&&r.__esModule||16&n&&"function"==typeof r.then))return r;var o=Object.create(null);i.r(o);var a={};e=e||[null,t({}),t([]),t(t)];for(var s=2&n&&r;("object"==typeof s||"function"==typeof s)&&!~e.indexOf(s);s=t(s))Object.getOwnPropertyNames(s).forEach(e=>{a[e]=()=>r[e]});return a.default=()=>r,i.d(o,a),o},i.d=(e,t,r)=>{var n=(t,r)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,[r]:t[n]})};n(t,"get"),n(r,"value")},i.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{let e,t,r,n,a,s,l,u,c,p,d,f,h,m,g,y,b;i.d(o,{TD:()=>ActorClient,B:()=>ActorCollectionClient,h0:()=>ActorEnvVarClient,XP:()=>ActorEnvVarCollectionClient,v8:()=>pB,Lu:()=>cH,vp:()=>ActorVersionClient,Jo:()=>ActorVersionCollectionClient,UP:()=>ApifyApiError,rj:()=>ApifyClient,Ns:()=>ArgumentValidationError,kt:()=>BuildClient,KW:()=>BuildCollectionClient,fK:()=>ConflictError,wb:()=>DatasetClient,wv:()=>DatasetCollectionClient,yY:()=>pe,qQ:()=>ForbiddenError,tY:()=>InvalidRequestError,rE:()=>InvalidResponseBodyError,PD:()=>KeyValueStoreClient,lE:()=>KeyValueStoreCollectionClient,ss:()=>LogClient,kq:()=>LoggerActorRedirect,m_:()=>NotFoundError,O_:()=>cY,OE:()=>RateLimitError,oc:()=>RequestQueueClient,oW:()=>RequestQueueCollectionClient,dK:()=>ResponseValidationError,Ry:()=>RunClient,Ng:()=>RunCollectionClient,Hg:()=>cG,L6:()=>ScheduleClient,Ty:()=>ScheduleCollectionClient,gP:()=>ServerError,py:()=>StoreCollectionClient,YS:()=>StreamedLog,t1:()=>TaskClient,jE:()=>TaskCollectionClient,D_:()=>UnauthorizedError,jx:()=>UserClient,F:()=>WebhookClient,J_:()=>WebhookCollectionClient,hH:()=>WebhookDispatchClient,zC:()=>WebhookDispatchCollectionClient,_l:()=>cJ});var v,_,w,E,S,R,O,T,C,A,x,k,P,U,I,L,z,N,j,D,$,M={};function F(e){let t=Object.values(e).filter(e=>"number"==typeof e);return Object.entries(e).filter(([e,r])=>-1===t.indexOf(+e)).map(([e,t])=>t)}function B(e,t="|"){return e.map(e=>en(e)).join(t)}function q(e,t){return"bigint"==typeof t?t.toString():t}function W(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function Z(e){let t=+!!e.startsWith("^"),r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function K(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function V(...e){let t={};for(let r of e)Object.assign(t,Object.getOwnPropertyDescriptors(r));return Object.defineProperties({},t)}i.r(M),i.d(M,{hasBrowserEnv:()=>am,hasStandardBrowserEnv:()=>ay,hasStandardBrowserWebWorkerEnv:()=>ab,navigator:()=>ag,origin:()=>av});let J="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function H(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let G=W(()=>{if(eE.jitless||"u">typeof navigator&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return Function(""),!0}catch(e){return!1}});function Y(e){if(!1===H(e))return!1;let t=e.constructor;if(void 0===t||"function"!=typeof t)return!0;let r=t.prototype;return!1!==H(r)&&!1!==Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")}function Q(e){return Y(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}let X=new Set(["string","number","symbol"]);function ee(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function et(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function er(e){if(!e)return{};if("string"==typeof e)return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");e.error=e.message}return(delete e.message,"string"==typeof e.error)?{...e,error:()=>e.error}:e}function en(e){return"bigint"==typeof e?e.toString()+"n":"string"==typeof e?`"${e}"`:`${e}`}let ei={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-0x80000000,0x7fffffff],uint32:[0,0xffffffff],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function eo(e,t,r,n="partial"){let i=t._zod.def.checks;if(i&&i.length>0)throw Error(`.${n}() cannot be used on object schemas containing refinements`);let o=V(t._zod.def,{get shape(){let n=t._zod.def.shape,i={...n};if(r)for(let t of Reflect.ownKeys(r)){if(!Object.prototype.hasOwnProperty.call(n,t))throw Error(`Unrecognized key: "${String(t)}"`);r[t]&&(i[t]=e?new e({type:"optional",innerType:n[t]}):n[t])}else for(let t of Reflect.ownKeys(n))i[t]=e?new e({type:"optional",innerType:n[t]}):n[t];return K(this,"shape",i),i},checks:[]});return et(t,o)}function ea(e,t=0){if(!0===e.aborted)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function es(e,t){return t.map(t=>(t.path??(t.path=[]),t.path.unshift(e),t))}function el(e){return"string"==typeof e?e:e?.message}function eu(e,t,r){var n;for(let i=t;i<e.length;i++)(n=e[i]).schema??(n.schema=r)}function ec(e,t,r){let n=e.inst?._zod?.traits;n?.has("$ZodType")&&(n.has("$ZodCheck")?e.schema??(e.schema=e.inst):e.schema=e.inst);let i=e.schema!==e.inst?e.schema?._zod.def?.error:void 0,o=e.message?e.message:el(e.inst?._zod.def?.error?.(e))??el(i?.(e))??el(t?.error?.(e))??el(r.customError?.(e))??el(r.localeError?.(e))??"Invalid input",{inst:a,schema:s,continue:l,input:u,...c}=e;return c.path??(c.path=[]),c.message=o,t?.reportInput&&(c.input=u),c}let ep=/[\uD800-\uDBFF]/;function ed(e){let t=e.length;if(!ep.test(e))return t;let r=t;for(let n=0;n<t-1;n++)(64512&e.charCodeAt(n))==55296&&(64512&e.charCodeAt(n+1))==56320&&(r--,n++);return r}function ef(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function eh(...e){let[t,r,n]=e;return"string"==typeof t?{message:t,code:"custom",input:r,inst:n}:{...t}}function em(e,t,r,n=!0){return Object.defineProperty(e,t,{configurable:!0,writable:!0,enumerable:n,value:r}),r}let eg=!1,ey={configurable:!0,get(){eg=!0}};function eb(t,r,n){let i=Object.getPrototypeOf(t._zod);if(r in i&&e!==t._zod){e=void 0;return}e=t._zod,Object.defineProperty(i,r,{configurable:!0,get(){Object.defineProperty(this,r,ey);let e=eg;eg=!1;try{let t=n(this);return eg?delete this[r]:Object.defineProperty(this,r,{configurable:!0,writable:!0,value:t}),eg=eg||e,t}catch(t){throw delete this[r],eg=eg||e,t}},set(e){Object.defineProperty(this,r,{configurable:!0,writable:!0,value:e})}})}let ev={value:void 0,enumerable:!1},e_="captureStackTrace"in Error?Error:null;function ew(e,t,r,n){function i(e){this.def=e,this.constr=l,this.traits=new Set}i.prototype={};let o=r&&new WeakSet;function a(n,a){if(!n._zod){ev.value=new i(a);try{Object.defineProperty(n,"_zod",ev)}finally{ev.value=void 0}}if(n._zod.traits.has(e))return;if(n._zod.traits.add(e),t(n,a),o){let e=Object.getPrototypeOf(n),t=n._zod.constr.prototype,i=e;for(;i&&i!==t;)i=Object.getPrototypeOf(i);let a=i??e;if(!o.has(a)){o.add(a);for(let e in r){let t=Object.getOwnPropertyDescriptor(r,e);t.get?Object.defineProperty(a,e,{...t,enumerable:!1}):function(e,t,r){Object.defineProperty(e,t,{configurable:!0,get(){return this==null?r:em(this,t,r.bind(this))},set(e){em(this,t,e)}})}(a,e,t.value)}}}let s=l.prototype;for(let e in s)Object.prototype.hasOwnProperty.call(s,e)&&(e in n||(n[e]=s[e].bind(n)))}let s=n?.Parent??Object;let Definition=class Definition extends s{};function l(e){let t=n?.Parent?function(e){let t=e_;if(t){let r=t.stackTraceLimit;if("number"==typeof r){try{t.stackTraceLimit=0}catch{return e_=null,new e}try{return new e}finally{t.stackTraceLimit=r}}}return new e}(Definition):this;a(t,e);let r=t._zod.deferred;if(r){for(let e of r)e();t._zod.deferred=void 0}let i=globalThis.__zod_globalConfig?.postProcessor;return i&&i(t),t}return Object.defineProperty(Definition,"name",{value:e}),Object.defineProperty(l,"init",{value:a}),Object.defineProperty(l,Symbol.hasInstance,{value:t=>!!n?.Parent&&t instanceof n.Parent||t?._zod?.traits?.has(e)}),Object.defineProperty(l,"name",{value:e}),l}let $ZodAsyncError=class $ZodAsyncError extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}};let $ZodEncodeError=class $ZodEncodeError extends Error{constructor(e){super(`Encountered unidirectional transform during encode: ${e}`),this.name="ZodEncodeError"}};(L=globalThis).__zod_globalConfig??(L.__zod_globalConfig={});let eE=globalThis.__zod_globalConfig;function eS(e){return e&&Object.assign(eE,e),eE}let $ZodCyclicError=class $ZodCyclicError extends Error{constructor(){super("Cannot parse a reference cycle that closes through a transform"),this.name="ZodCyclicError"}};let eR="~memo",eO=[];function eT(e){return e.map(e=>e.path?{...e,path:e.path.slice()}:{...e})}let eC=new WeakMap,eA=[],ex={alloc(e,r,n){let i=t;if(!i)return n;t=void 0;let o={value:n,issues:null};return i.set(r.value,o),eA.push(o),n},guard(e){var t;(t=e._zod).deferred??(t.deferred=[]),e._zod.deferred.push(()=>{let t=e._zod.parse,r=(e,r)=>{var n,i;let o;if("backward"!==r.direction&&(n=r,i=e.value,void 0!==(o=n[eR]?.backEdges)&&null!==i&&"object"==typeof i&&o.has(i)))throw new $ZodCyclicError;return t(e,r)};e._zod.parse=r,e._zod.run===t&&(e._zod.run=r)})},attach(e){var r;let n,i,o;(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred.push(()=>{let r=e._zod.parse,a=(s,l)=>{let u;if(void 0===n&&!(n=function e(t,r){let n=eC.get(t);if(void 0!==n)return n;if(r.has(t))return!0;r.add(t);let i=!1,o=t=>{!i&&t?._zod&&e(t,r)&&(i=!0)},a=t._zod.def;switch(a.type){case"object":for(let e of Reflect.ownKeys(a.shape))o(a.shape[e]);o(a.catchall);break;case"array":o(a.element);break;case"tuple":for(let e of a.items)o(e);o(a.rest);break;case"record":case"map":o(a.keyType),o(a.valueType);break;case"set":o(a.valueType);break;case"union":for(let e of a.options)o(e);break;case"intersection":o(a.left),o(a.right);break;case"optional":case"nullable":case"default":case"prefault":case"catch":case"readonly":case"nonoptional":case"promise":case"success":o(a.innerType);break;case"pipe":o(a.in),o(a.out);break;case"function":o(a.input),o(a.output);break;case"lazy":o(t._zod.innerType);break;case"template_literal":case"string":case"number":case"int":case"boolean":case"bigint":case"symbol":case"undefined":case"null":case"void":case"never":case"any":case"unknown":case"date":case"nan":case"enum":case"literal":case"file":case"transform":case"custom":break;default:for(let e in a){let t=Object.getOwnPropertyDescriptor(a,e);if(!t||t.get)continue;let r=t.value;if(r&&"object"==typeof r){if(r._zod)o(r);else if(Array.isArray(r))for(let e of r)o(e)}}}return r.delete(t),eC.set(t,i),i}(e,new Set)))return e._zod.parse=r,e._zod.run===a&&(e._zod.run=r),r(s,l);let c=s.value;if(null===c||"object"!=typeof c)return r(s,l);let p=l[eR];if(p||(p={buckets:new Map,backEdges:void 0},l[eR]=p),i===l)u=o;else{var d;let t;(t=(d=p).buckets.get(e))||(t=new Map,d.buckets.set(e,t)),u=t,i=l,o=u}let f=u.get(c);if(f)return s.value=f.value,f.issues?f.issues.length&&s.issues.push(...eT(f.issues)):(s.memo=!0,p.backEdges??(p.backEdges=new Set),p.backEdges.add(f.value)),s;t=u;let h=eA.length,m=r(s,l);t=void 0;let g=eA.length>h?eA.pop():void 0;return m instanceof Promise?m.then(e=>(g&&(g.issues=e.issues.length?eT(e.issues):eO),e)):(g&&(g.issues=m.issues.length?eT(m.issues):eO),m)};e._zod.parse=a,e._zod.run===r&&(e._zod.run=a)})}},ek=/^[cC][0-9a-z]{6,}$/,eP=/^[0-9a-z]+$/,eU=/^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/,eI=/^[0-9a-vA-V]{20}$/,eL=/^[A-Za-z0-9]{27}$/,ez=/^[a-zA-Z0-9_-]{21}$/,eN=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,ej=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,eD=e=>e?RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,e$=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,eM=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,eF=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,eB=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,eq=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,eW=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,eZ=/^[A-Za-z0-9_-]*$/,eK=/^https?$/,eV=/^\+[1-9]\d{6,14}$/,eJ="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",eH=RegExp(`^${eJ}$`);function eG(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return"number"==typeof e.precision?-1===e.precision?`${t}`:0===e.precision?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:e.seconds?`${t}:[0-5]\\d(?:\\.\\d+)?`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}let eY=/^-?\d+$/,eQ=/^-?\d+(?:\.\d+)?$/,eX=/^(?:true|false)$/i,e0=/^null$/i,e1=/^[^A-Z]*$/,e2=/^[^a-z]*$/,e4=ew("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),e3=e=>{let t=e.value;return null!=t&&void 0!==t.length},e6={number:"number",bigint:"bigint",object:"date"},e9=ew("$ZodCheckLessThan",(e,t)=>{e4.init(e,t);let r=e6[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,n=(t.inclusive?r.maximum:r.exclusiveMaximum)??1/0;t.value<n&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:e6[typeof n.value]??r,code:"too_big",maximum:"object"==typeof t.value?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),e8=ew("$ZodCheckGreaterThan",(e,t)=>{e4.init(e,t);let r=e6[typeof t.value];e._zod.onattach.push(e=>{let r=e._zod.bag,n=(t.inclusive?r.minimum:r.exclusiveMinimum)??-1/0;t.value>n&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:e6[typeof n.value]??r,code:"too_small",minimum:"object"==typeof t.value?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),e5=ew("$ZodCheckMultipleOf",(e,t)=>{e4.init(e,t),e._zod.onattach.push(e=>{var r;(r=e._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=r=>{let n,i,o;if(typeof r.value!=typeof t.value)throw Error("Cannot mix number and bigint in multiple_of check.");("bigint"==typeof r.value?t.value!==BigInt(0)&&r.value%t.value===BigInt(0):0==(i=Math.round(n=r.value/t.value),o=4*Number.EPSILON*Math.max(Math.abs(n),1),Math.abs(n-i)<o?0:n-i))||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),e7=ew("$ZodCheckNumberFormat",(e,t)=>{e4.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[i,o]=ei[t.format];e._zod.onattach.push(e=>{let n=e._zod.bag;n.format=t.format,n.minimum=i,n.maximum=o,r&&(n.pattern=eY)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s))return void a.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});if(!Number.isSafeInteger(s))return void(s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}))}s<i&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),s>o&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:o,inclusive:!0,inst:e,continue:!t.abort})}}),te=ew("$ZodCheckMaxLength",(e,t)=>{var r;e4.init(e,t),(r=e._zod.def).when??(r.when=e3),e._zod.onattach.push(e=>{let r=e._zod.bag.maximum??1/0;t.maximum<r&&(e._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{let n=r.value,i=n.length;if(("string"==typeof n&&i>t.maximum?ed(n):i)<=t.maximum)return;let o=ef(n);r.issues.push({origin:o,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),tt=ew("$ZodCheckMinLength",(e,t)=>{var r;e4.init(e,t),(r=e._zod.def).when??(r.when=e3),e._zod.onattach.push(e=>{let r=e._zod.bag.minimum??-1/0;t.minimum>r&&(e._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{let n=r.value,i=n.length;if(("string"==typeof n&&i>=t.minimum&&i<2*t.minimum?ed(n):i)>=t.minimum)return;let o=ef(n);r.issues.push({origin:o,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),tr=ew("$ZodCheckLengthEquals",(e,t)=>{var r;e4.init(e,t),(r=e._zod.def).when??(r.when=e3),e._zod.onattach.push(e=>{let r=e._zod.bag;r.minimum=t.length,r.maximum=t.length,r.length=t.length}),e._zod.check=r=>{let n=r.value,i=n.length,o="string"==typeof n&&i>=t.length&&i<=2*t.length?ed(n):i;if(o===t.length)return;let a=ef(n),s=o>t.length;r.issues.push({origin:a,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),tn=ew("$ZodCheckStringFormat",(e,t)=>{var r,n;e4.init(e,t),e._zod.onattach.push(e=>{let r=e._zod.bag;r.format=t.format,t.pattern&&(r.patterns??(r.patterns=new Set),r.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:t.format,input:r.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),ti=ew("$ZodCheckRegex",(e,t)=>{tn.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,t.pattern.test(r.value)||r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),to=ew("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=e1),tn.init(e,t)}),ta=ew("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=e2),tn.init(e,t)}),ts=ew("$ZodCheckIncludes",(e,t)=>{e4.init(e,t);let r=ee(t.includes),n=new RegExp("number"==typeof t.position?`^.{${t.position},}${r}`:r);t.pattern=n,e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(n)}),e._zod.check=r=>{r.value.includes(t.includes,t.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:r.value,inst:e,continue:!t.abort})}}),tl=ew("$ZodCheckStartsWith",(e,t)=>{e4.init(e,t);let r=RegExp(`^${ee(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),tu=ew("$ZodCheckEndsWith",(e,t)=>{e4.init(e,t);let r=RegExp(`.*${ee(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(e=>{let t=e._zod.bag;t.patterns??(t.patterns=new Set),t.patterns.add(r)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),tc=ew("$ZodCheckOverwrite",(e,t)=>{e4.init(e,t),e._zod.check=e=>{e.value=t.tx(e.value)}});let Doc=class Doc{constructor(e=[],t={}){this.content=[],this.indent=0,this.args=e,this.closed=t}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if("function"==typeof e){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let t=e.split("\n").filter(e=>e),r=Math.min(...t.map(e=>e.length-e.trimStart().length));for(let e of t.map(e=>e.slice(r)).map(e=>" ".repeat(2*this.indent)+e))this.content.push(e)}compile(){let e=Function,t=this?.content??[""];return new e(...Object.keys(this.closed),`return function (${this.args.join(", ")}) {
3
+ ${t.join("\n")}
4
+ };`)(...Object.values(this.closed))}};let tp={get:function(){let e=this._zod;return e.message??(e.message=JSON.stringify(e.def,q,2)),e.message},set:function(e){this._zod.message=e},enumerable:!0,configurable:!0},td={value:void 0,enumerable:!1},tf={value:void 0,enumerable:!1},th=new WeakSet([Object.prototype,Error.prototype]),tm=(e,t)=>{e.name="$ZodError",td.value=e._zod,Object.defineProperty(e,"_zod",td),tf.value=t,Object.defineProperty(e,"issues",tf),td.value=void 0,tf.value=void 0,Object.defineProperty(e,"message",tp);let r=Object.getPrototypeOf(e);th.has(r)||(th.add(r),Object.defineProperty(r,"toString",{configurable:!0,enumerable:!1,get(){let e=()=>this.message;return Object.defineProperty(this,"toString",{value:e,configurable:!0,writable:!0}),e},set(e){Object.defineProperty(this,"toString",{value:e,configurable:!0,writable:!0})}}))},tg=ew("$ZodError",tm),ty=ew("$ZodError",tm,void 0,{Parent:Error});function tb(e,t){return{callee:t?.callee??e,Err:t?.Err}}let tv=e=>{let t=(r,n,i,o)=>{let a=i?{...i,async:!1}:{async:!1},s=r._zod.run({value:n,issues:[]},a);if(s instanceof Promise)throw new $ZodAsyncError;if(s.issues.length){let r=new(o?.Err??e)(s.issues.map(e=>ec(e,a,eS())));throw J(r,o?.callee??t),r}return s.value};return t},t_=e=>{let t=async(r,n,i,o)=>{let a=i?{...i,async:!0}:{async:!0},s=r._zod.run({value:n,issues:[]},a);if(s instanceof Promise&&(s=await s),s.issues.length){let r=new(o?.Err??e)(s.issues.map(e=>ec(e,a,eS())));throw J(r,o?.callee??t),r}return s.value};return t},tw=e=>(t,r,n)=>{let i=n?{...n,async:!1}:{async:!1},o=t._zod.run({value:r,issues:[]},i);if(o instanceof Promise)throw new $ZodAsyncError;return o.issues.length?{success:!1,error:new(e??tg)(o.issues.map(e=>ec(e,i,eS())))}:{success:!0,data:o.value}},tE=tw(ty),tS=e=>async(t,r,n)=>{let i=n?{...n,async:!0}:{async:!0},o=t._zod.run({value:r,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:!1,error:new e(o.issues.map(e=>ec(e,i,eS())))}:{success:!0,data:o.value}},tR=tS(ty),tO={major:4,minor:5,patch:4},tT=ew("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=tO;let n=e._zod.def.checks,i=e._zod.traits.has("$ZodCheck")?[e,...n??[]]:n?.length?[...n]:[];for(let t of i)for(let r of t._zod.onattach)r(e);if(0===i.length)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let t=(t,r,n)=>{let i;if(t.memo)return t;let o=ea(t);for(let a of r){if(a._zod.def.when){if(function(e,t=0){if(!0===e.aborted)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}(t)||!a._zod.def.when(t))continue}else if(o)continue;let r=t.issues.length,s=a._zod.check(t);if(s instanceof Promise&&n?.async===!1)throw new $ZodAsyncError;if(i||s instanceof Promise)i=(i??Promise.resolve()).then(async()=>{await s,t.issues.length!==r&&(eu(t.issues,r,e),o||(o=ea(t,r)))});else{if(t.issues.length===r)continue;eu(t.issues,r,e),o||(o=ea(t,r))}}return i?i.then(()=>t):t},r=(r,n,o)=>{if(ea(r))return r.aborted=!0,r;let a=t(n,i,o);if(a instanceof Promise){if(!1===o.async)throw new $ZodAsyncError;return a.then(t=>e._zod.parse(t,o))}return e._zod.parse(a,o)};e._zod.run=(n,o)=>{if(o.skipChecks)return e._zod.parse(n,o);if("backward"===o.direction){let t=e._zod.parse({value:n.value,issues:[]},{...o,skipChecks:!0});return t instanceof Promise?t.then(e=>r(e,n,o)):r(t,n,o)}let a=e._zod.parse(n,o);if(a instanceof Promise){if(!1===o.async)throw new $ZodAsyncError;return a.then(e=>t(e,i,o))}return t(a,i,o)}}},{get"~standard"(){return em(this,"~standard",tA(this),!1)},set"~standard"(e){em(this,"~standard",e)}}),tC=e=>e.success?{value:e.data}:{issues:e.error?.issues};function tA(e){return{validate:t=>{try{return tC(tE(e,t))}catch(r){return tR(e,t).then(tC)}},vendor:"zod",version:1}}let tx=ew("$ZodString",(e,t)=>{var r;let n;tT.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??(n=(r=e._zod.bag)?`[\\s\\S]{${r?.minimum??0},${r?.maximum??""}}`:"[\\s\\S]*",RegExp(`^${n}$`)),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch(e){}return"string"==typeof r.value||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),tk=ew("$ZodStringFormat",(e,t)=>{tn.init(e,t),tx.init(e,t)}),tP=ew("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=ej),tk.init(e,t)}),tU=ew("$ZodUUID",(e,t)=>{if(t.version){let e={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(void 0===e)throw Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=eD(e))}else t.pattern??(t.pattern=eD());tk.init(e,t)}),tI=ew("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=e$),tk.init(e,t)}),tL=/[\t\n\r]/g,tz=ew("$ZodURL",(e,t)=>{tk.init(e,t),e._zod.check=r=>{try{var n,i;let o=r.value.trim(),a=function(e,t){if(!t.normalize&&t.protocol?.source===eK.source&&!/^https?:\/\//i.test(e))return 1;try{return new URL(e)}catch{return 2}}(o,t);if(1===a)return void r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});if(2===a)return void r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort});t.hostname&&((n=t.hostname).lastIndex=0,!n.test(a.hostname))&&r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort}),t.protocol&&((i=t.protocol).lastIndex=0,!i.test(a.protocol.endsWith(":")?a.protocol.slice(0,-1):a.protocol))&&r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort}),r.value=t.normalize?a.href:o.replace(tL,"");return}catch(n){r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),tN=ew("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=RegExp("^[\\p{Extended_Pictographic}\\p{Emoji_Component}]+$","u")),tk.init(e,t)}),tj=ew("$ZodNanoID",(e,t)=>{var r;if(void 0!==t.length&&(!Number.isInteger(t.length)||t.length<1))throw Error(`Invalid nanoid length: ${t.length}`);t.pattern??(t.pattern=void 0===t.length?ez:(r=t.length,RegExp(`^[a-zA-Z0-9_-]{${r}}$`))),tk.init(e,t)}),tD=ew("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=ek),tk.init(e,t)}),t$=ew("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=eP),tk.init(e,t)}),tM=ew("$ZodULID",(e,t)=>{t.pattern??(t.pattern=eU),tk.init(e,t)}),tF=ew("$ZodXID",(e,t)=>{t.pattern??(t.pattern=eI),tk.init(e,t)}),tB=ew("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=eL),tk.init(e,t)}),tq=ew("$ZodISODateTime",(e,t)=>{let r,n,i;t.pattern??(r=["Z"],t.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)"),n=`${eG({precision:t.precision,seconds:!0})}(?:${r.join("|")})`,i=t.local?`${n}|${eG({precision:t.precision})}`:n,t.pattern=RegExp(`^${eJ}T(?:${i})$`)),tk.init(e,t),(t.local||-1===t.precision)&&(e._zod.bag.laxFormat=!0,e._zod.onattach.push(e=>{e._zod.bag.laxFormat=!0}))}),tW=ew("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=eH),tk.init(e,t)}),tZ=ew("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=RegExp(`^${eG(t)}$`)),tk.init(e,t)}),tK=ew("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=eN),tk.init(e,t)}),tV=ew("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=eM),tk.init(e,t),e._zod.bag.format="ipv4"}),tJ=/^[0-9a-fA-F:.]+$/;function tH(e){if(!tJ.test(e))return!1;try{return new URL(`http://[${e}]`),!0}catch{return!1}}let tG=ew("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=eF),tk.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{tH(r.value)||r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}),tY=ew("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=eB),tk.init(e,t)}),tQ=ew("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=eq),tk.init(e,t),e._zod.check=r=>{!function(e){let t=e.split("/");if(2!==t.length)return!1;let[r,n]=t;if(!n)return!1;let i=Number(n);return`${i}`===n&&!(i<0)&&!(i>128)&&tH(r)}(r.value)&&r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}});function tX(e){if(""===e)return!0;if(/\s/.test(e)||e.length%4!=0)return!1;try{return atob(e),!0}catch{return!1}}let t0=ew("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=eW),tk.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{tX(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}}),t1=ew("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=eZ),tk.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{!function(e){if(!eZ.test(e))return!1;let t=e.replace(/[-_]/g,e=>"-"===e?"+":"/");return tX(t.padEnd(4*Math.ceil(t.length/4),"="))}(r.value)&&r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),t2=ew("$ZodE164",(e,t)=>{t.pattern??(t.pattern=eV),tk.init(e,t)}),t4=ew("$ZodJWT",(e,t)=>{tk.init(e,t),e._zod.check=r=>{!function(e,t=null){try{let r=e.split(".");if(3!==r.length)return!1;let[n]=r;if(!n)return!1;let i=JSON.parse(atob(n));if("typ"in i&&i?.typ!=="JWT"||!i.alg||t&&(!("alg"in i)||i.alg!==t))return!1;return!0}catch{return!1}}(r.value,t.alg)&&r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),t3=ew("$ZodNumber",(e,t)=>{tT.init(e,t),e._zod.pattern=e._zod.bag.pattern??eQ,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch(e){}let i=r.value;if("number"==typeof i&&!Number.isNaN(i)&&Number.isFinite(i))return r;let o="number"==typeof i?Number.isNaN(i)?"NaN":Number.isFinite(i)?void 0:String(i):void 0;return r.issues.push({expected:"number",code:"invalid_type",input:i,inst:e,...o?{received:o}:{}}),r}}),t6=ew("$ZodNumberFormat",(e,t)=>{e7.init(e,t),t3.init(e,t)}),t9=ew("$ZodBoolean",(e,t)=>{tT.init(e,t),e._zod.pattern=eX,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch(e){}let i=r.value;return"boolean"==typeof i||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r}}),t8=ew("$ZodNull",(e,t)=>{tT.init(e,t),e._zod.pattern=e0,e._zod.values=new Set([null]),e._zod.parse=(t,r)=>{let n=t.value;return null===n||t.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),t}}),t5=ew("$ZodUnknown",(e,t)=>{tT.init(e,t),e._zod.parse=e=>e}),t7=ew("$ZodNever",(e,t)=>{tT.init(e,t),e._zod.parse=(t,r)=>(t.issues.push({expected:"never",code:"invalid_type",input:t.value,inst:e}),t)}),re=ew("$ZodDate",(e,t)=>{tT.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch(e){}let i=r.value,o=i instanceof Date;return o&&!Number.isNaN(i.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:i,...o?{received:"Invalid Date"}:{},inst:e}),r}});function rt(e,t,r){e.issues.length&&t.issues.push(...es(r,e.issues)),t.value[r]=e.value}let rr=ew("$ZodArray",(e,t)=>{tT.init(e,t);let r=eE.memoizer;r?.attach(e),e._zod.parse=(n,i)=>{let o=n.value;if(!Array.isArray(o))return n.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),n;n.value=r?r.alloc(e,n,Array(o.length),i):Array(o.length);let a=[];for(let e=0;e<o.length;e++){let r=o[e],s=t.element._zod.run({value:r,issues:[]},i);s instanceof Promise?a.push(s.then(t=>rt(t,n,e))):rt(s,n,e)}return a.length?Promise.all(a).then(()=>n):n}});function rn(e,t,r,n,i,o){let a=r in n,s="optional"===o;if(a||!s||"optional"!==i){if(e.issues.length){if(void 0!==i&&s&&!a)return;t.issues.push(...es(r,e.issues))}if(!a&&void 0===i){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}void 0===e.value?a&&(t.value[r]=void 0):t.value[r]=e.value}}let ri=[];function ro(e){var t;let r=Object.keys(e.shape),n=Object.getOwnPropertySymbols(e.shape),i=n.length?n:ri,o=i.length?[...r,...i]:r;for(let t of o)if(!e.shape?.[t]?._zod?.traits?.has("$ZodType"))throw Error(`Invalid element at key "${String(t)}": expected a Zod schema`);let a=Object.keys(t=e.shape).filter(e=>void 0!==t[e]._zod.optin&&"optional"===t[e]._zod.optout);return{...e,allKeys:o,symbolKeys:i,keySet:new Set(r),numKeys:r.length,optionalKeys:new Set(a)}}function ra(e,t,r,n,i,o){let a=[],s=i.keySet,l=i.catchall._zod,u=l.def.type,c=l.optin,p=l.optout;for(let i in t){if(s.has(i))continue;if("__proto__"===i){"never"===u&&a.push(i);continue}if("never"===u){a.push(i);continue}let o=l.run({value:t[i],issues:[]},n);o instanceof Promise?e.push(o.then(e=>rn(e,r,i,t,c,p))):rn(o,r,i,t,c,p)}return(a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o,continue:!0}),e.length)?Promise.all(e).then(()=>r):r}let rs=new WeakMap,rl=ew("$ZodObject",(e,t)=>{let r;tT.init(e,t);let n=Object.getOwnPropertyDescriptor(t,"shape");if(!n?.get){let e=t.shape;rs.set(t,e),Object.defineProperty(t,"shape",{get:()=>{let r={...e};return Object.defineProperty(t,"shape",{value:r}),rs.set(t,r),r}})}let i=W(()=>ro(t));eb(e,"propValues",e=>{let t=e.def.shape,r={};for(let e in t){let n=t[e]._zod;if(n.values){for(let t of(Object.prototype.hasOwnProperty.call(r,e)||K(r,e,new Set),n.values))r[e].add(t);void 0!==n.optin&&r[e].add(void 0)}}return r});let o=t.catchall,a=eE.memoizer;a?.attach(e),e._zod.parse=(t,n)=>{r??(r=i.value);let s=t.value;if(!H(s))return t.issues.push({expected:"object",code:"invalid_type",input:s,inst:e}),t;t.value=a?a.alloc(e,t,{},n):{};let l=[],u=r.shape;for(let e of r.allKeys){if("__proto__"===e)continue;let r=u[e],i=r._zod.optin,o=r._zod.optout,a=r._zod.run({value:s[e],issues:[]},n);a instanceof Promise?l.push(a.then(r=>rn(r,t,e,s,i,o))):rn(a,t,e,s,i,o)}return o?ra(l,s,t,n,i.value,e):l.length?Promise.all(l).then(()=>t):t}}),ru=ew("$ZodObjectJIT",(e,t)=>{let r,n;rl.init(e,t);let i=e._zod.parse,o=W(()=>ro(t)),a=eE.memoizer,s=!eE.jitless,l=s&&G.value,u=t.catchall;e._zod.parse=(c,p)=>{n??(n=o.value);let d=c.value;return H(d)?s&&l&&p?.async===!1&&!0!==p.jitless?(r||(r=(t=>{let r=o.value,n=r.symbolKeys,i=new Doc(["payload","ctx"],{shape:t,inst:e,memo:a,syms:n}),s=e=>`shape[${e}]._zod.run({ value: input[${e}], issues: [] }, ctx)`,l=(e,t)=>`
5
+ for (let i = 0; i < ${e}.issues.length; i++) {
6
+ const iss = ${e}.issues[i];
7
+ iss.path = iss.path ? [${t}, ...iss.path] : [${t}];
8
+ payload.issues.push(iss);
9
+ }`;i.write("const input = payload.value;");let u=Object.create(null),c=0;for(let e of r.allKeys)u[e]=`key_${c++}`;for(let e of(i.write(a?"const newResult = memo.alloc(inst, payload, {}, ctx);":"const newResult = {};"),r.allKeys)){if("__proto__"===e)continue;let r=u[e],o="symbol"==typeof e?`syms[${n.indexOf(e)}]`:JSON.stringify(e),a=`${o} in input`,c=t[e],p=c?._zod?.optin,d=void 0!==p,f=c?._zod?.optout==="optional";if(i.write(`const ${r} = ${s(o)};`),d&&f){let e="optional"===p?`${r}_present`:`${r}.value !== undefined || ${r}_present`;i.write(`
10
+ const ${r}_present = ${a};
11
+ if (!${r}.issues.length || ${r}_present) {
12
+ if (${r}.issues.length) {${l(r,o)}
9
13
  }
10
- }
11
-
12
- if (${r}.value === undefined) {
13
- if (${a} in input) {
14
- newResult[${a}] = undefined;
14
+
15
+ if (${e}) {
16
+ newResult[${o}] = ${r}.value;
15
17
  }
16
- } else {
17
- newResult[${a}] = ${r}.value;
18
18
  }
19
-
20
- `):l?t.write(`
21
- if (${r}.issues.length) {
22
- payload.issues = payload.issues.concat(${r}.issues.map(iss => ({
23
- ...iss,
24
- path: iss.path ? [${a}, ...iss.path] : [${a}]
25
- })));
19
+
20
+ `)}else d?i.write(`
21
+ if (${r}.issues.length) {${l(r,o)}
26
22
  }
27
23
 
28
24
  if (${r}.value === undefined) {
29
- if (${a} in input) {
30
- newResult[${a}] = undefined;
25
+ if (${a}) {
26
+ newResult[${o}] = undefined;
31
27
  }
32
28
  } else {
33
- newResult[${a}] = ${r}.value;
29
+ newResult[${o}] = ${r}.value;
34
30
  }
35
-
36
- `):t.write(`
37
- const ${r}_present = ${a} in input;
38
- if (${r}.issues.length) {
39
- payload.issues = payload.issues.concat(${r}.issues.map(iss => ({
40
- ...iss,
41
- path: iss.path ? [${a}, ...iss.path] : [${a}]
42
- })));
31
+
32
+ `):i.write(`
33
+ const ${r}_present = ${a};
34
+ if (${r}.issues.length) {${l(r,o)}
43
35
  }
44
36
  if (!${r}_present && !${r}.issues.length) {
45
37
  payload.issues.push({
46
38
  code: "invalid_type",
47
39
  expected: "nonoptional",
48
40
  input: undefined,
49
- path: [${a}]
41
+ path: [${o}]
50
42
  });
51
43
  }
52
44
 
53
45
  if (${r}_present) {
54
- if (${r}.value === undefined) {
55
- newResult[${a}] = undefined;
56
- } else {
57
- newResult[${a}] = ${r}.value;
58
- }
46
+ newResult[${o}] = ${r}.value;
59
47
  }
60
48
 
61
- `)}t.write("payload.value = newResult;"),t.write("return payload;");let s=t.compile();return(t,r)=>s(e,t,r)})(t.shape)),u=r(u,c),l)?t$([],h,u,c,n,e):u:i(u,c):(u.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),u)}});function tI(e,t,r,n){for(let r of e)if(0===r.issues.length)return t.value=r.value,t;let i=e.filter(e=>!ex(e));return 1===i.length?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(e=>e.issues.map(e=>eA(e,n,L())))}),t)}let tD=A("$ZodUnion",(e,t)=>{e8.init(e,t),ef(e._zod,"optin",()=>t.options.some(e=>"optional"===e._zod.optin)?"optional":void 0),ef(e._zod,"optout",()=>t.options.some(e=>"optional"===e._zod.optout)?"optional":void 0),ef(e._zod,"values",()=>{if(t.options.every(e=>e._zod.values))return new Set(t.options.flatMap(e=>Array.from(e._zod.values)))}),ef(e._zod,"pattern",()=>{if(t.options.every(e=>e._zod.pattern)){let e=t.options.map(e=>e._zod.pattern);return RegExp(`^(${e.map(e=>ec(e.source)).join("|")})$`)}});let r=1===t.options.length?t.options[0]._zod.run:null;e._zod.parse=(n,i)=>{if(r)return r(n,i);let o=!1,a=[];for(let e of t.options){let t=e._zod.run({value:n.value,issues:[]},i);if(t instanceof Promise)a.push(t),o=!0;else{if(0===t.issues.length)return t;a.push(t)}}return o?Promise.all(a).then(t=>tI(t,n,e,i)):tI(a,n,e,i)}}),tU=A("$ZodIntersection",(e,t)=>{e8.init(e,t),e._zod.parse=(e,r)=>{let n=e.value,i=t.left._zod.run({value:n,issues:[]},r),o=t.right._zod.run({value:n,issues:[]},r);return i instanceof Promise||o instanceof Promise?Promise.all([i,o]).then(([t,r])=>tM(e,t,r)):tM(e,i,o)}});function tM(e,t,r){let n,i=new Map;for(let r of t.issues)if("unrecognized_keys"===r.code)for(let e of(n??(n=r),r.keys))i.has(e)||i.set(e,{}),i.get(e).l=!0;else e.issues.push(r);for(let t of r.issues)if("unrecognized_keys"===t.code)for(let e of t.keys)i.has(e)||i.set(e,{}),i.get(e).r=!0;else e.issues.push(t);let o=[...i].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(o.length&&n&&e.issues.push({...n,keys:o}),ex(e))return e;let a=function e(t,r){if(t===r||t instanceof Date&&r instanceof Date&&+t==+r)return{valid:!0,data:t};if(e_(t)&&e_(r)){let n=Object.keys(r),i=Object.keys(t).filter(e=>-1!==n.indexOf(e)),o={...t,...r};for(let n of i){let i=e(t[n],r[n]);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};o[n]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(r)){if(t.length!==r.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let i=0;i<t.length;i++){let o=e(t[i],r[i]);if(!o.valid)return{valid:!1,mergeErrorPath:[i,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}(t.value,r.value);if(!a.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}let tB=A("$ZodEnum",(e,t)=>{e8.init(e,t);let r=ea(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=RegExp(`^(${r.filter(e=>ew.has(typeof e)).map(e=>"string"==typeof e?eE(e):e.toString()).join("|")})$`),e._zod.parse=(t,i)=>{let o=t.value;return n.has(o)||t.issues.push({code:"invalid_value",values:r,input:o,inst:e}),t}}),tF=A("$ZodLiteral",(e,t)=>{if(e8.init(e,t),0===t.values.length)throw Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=RegExp(`^(${t.values.map(e=>"string"==typeof e?eE(e):e?eE(e.toString()):String(e)).join("|")})$`),e._zod.parse=(n,i)=>{let o=n.value;return r.has(o)||n.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),n}}),tq=A("$ZodTransform",(e,t)=>{e8.init(e,t),e._zod.optin="optional",e._zod.parse=(r,n)=>{if("backward"===n.direction)throw new $ZodEncodeError(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(e=>(r.value=e,r.fallback=!0,r));if(i instanceof Promise)throw new $ZodAsyncError;return r.value=i,r.fallback=!0,r}});function tZ(e,t){return void 0===t&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}let tW=A("$ZodOptional",(e,t)=>{e8.init(e,t),e._zod.optin="optional",e._zod.optout="optional",ef(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),ef(e._zod,"pattern",()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${ec(e.source)})?$`):void 0}),e._zod.parse=(e,r)=>{if("optional"===t.innerType._zod.optin){let n=e.value,i=t.innerType._zod.run(e,r);return i instanceof Promise?i.then(e=>tZ(e,n)):tZ(i,n)}return void 0===e.value?e:t.innerType._zod.run(e,r)}}),tV=A("$ZodExactOptional",(e,t)=>{tW.init(e,t),ef(e._zod,"values",()=>t.innerType._zod.values),ef(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(e,r)=>t.innerType._zod.run(e,r)}),tJ=A("$ZodNullable",(e,t)=>{e8.init(e,t),ef(e._zod,"optin",()=>t.innerType._zod.optin),ef(e._zod,"optout",()=>t.innerType._zod.optout),ef(e._zod,"pattern",()=>{let e=t.innerType._zod.pattern;return e?RegExp(`^(${ec(e.source)}|null)$`):void 0}),ef(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(e,r)=>null===e.value?e:t.innerType._zod.run(e,r)}),tH=A("$ZodDefault",(e,t)=>{e8.init(e,t),e._zod.optin="optional",ef(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);if(void 0===e.value)return e.value=t.defaultValue,e;let n=t.innerType._zod.run(e,r);return n instanceof Promise?n.then(e=>tK(e,t)):tK(n,t)}});function tK(e,t){return void 0===e.value&&(e.value=t.defaultValue),e}let tG=A("$ZodPrefault",(e,t)=>{e8.init(e,t),e._zod.optin="optional",ef(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>("backward"===r.direction||void 0===e.value&&(e.value=t.defaultValue),t.innerType._zod.run(e,r))}),tY=A("$ZodNonOptional",(e,t)=>{e8.init(e,t),ef(e._zod,"values",()=>{let e=t.innerType._zod.values;return e?new Set([...e].filter(e=>void 0!==e)):void 0}),e._zod.parse=(r,n)=>{let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(t=>tQ(t,e)):tQ(i,e)}});function tQ(e,t){return e.issues.length||void 0!==e.value||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}let tX=A("$ZodCatch",(e,t)=>{e8.init(e,t),e._zod.optin="optional",ef(e._zod,"optout",()=>t.innerType._zod.optout),ef(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let n=t.innerType._zod.run(e,r);return n instanceof Promise?n.then(n=>(e.value=n.value,n.issues.length&&(e.value=t.catchValue({...e,error:{issues:n.issues.map(e=>eA(e,r,L()))},input:e.value}),e.issues=[],e.fallback=!0),e)):(e.value=n.value,n.issues.length&&(e.value=t.catchValue({...e,error:{issues:n.issues.map(e=>eA(e,r,L()))},input:e.value}),e.issues=[],e.fallback=!0),e)}}),t0=A("$ZodPipe",(e,t)=>{e8.init(e,t),ef(e._zod,"values",()=>t.in._zod.values),ef(e._zod,"optin",()=>t.in._zod.optin),ef(e._zod,"optout",()=>t.out._zod.optout),ef(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(e,r)=>{if("backward"===r.direction){let n=t.out._zod.run(e,r);return n instanceof Promise?n.then(e=>t1(e,t.in,r)):t1(n,t.in,r)}let n=t.in._zod.run(e,r);return n instanceof Promise?n.then(e=>t1(e,t.out,r)):t1(n,t.out,r)}});function t1(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}let t2=A("$ZodReadonly",(e,t)=>{e8.init(e,t),ef(e._zod,"propValues",()=>t.innerType._zod.propValues),ef(e._zod,"values",()=>t.innerType._zod.values),ef(e._zod,"optin",()=>t.innerType?._zod?.optin),ef(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let n=t.innerType._zod.run(e,r);return n instanceof Promise?n.then(t4):t4(n)}});function t4(e){return e.value=Object.freeze(e.value),e}let t6=A("$ZodCustom",(e,t)=>{ez.init(e,t),e8.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=r=>{let n=r.value,i=t.fn(n);if(i instanceof Promise)return i.then(t=>t3(t,r,n,e));t3(i,r,n,e)}});function t3(e,t,r,n){if(!e){let e={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(e.params=n._zod.def.params),t.issues.push(eL(e))}}Symbol("ZodOutput"),Symbol("ZodInput");let $ZodRegistry=class $ZodRegistry{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let r=t[0];return this._map.set(e,r),r&&"object"==typeof r&&"id"in r&&this._idmap.set(r.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&"object"==typeof t&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let r={...this.get(t)??{}};delete r.id;let n={...r,...this._map.get(e)};return Object.keys(n).length?n:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};(k=globalThis).__zod_globalRegistry??(k.__zod_globalRegistry=new $ZodRegistry);let t8=globalThis.__zod_globalRegistry;function t5(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...eR(t)})}function t9(e,t){return new eN({check:"less_than",...eR(t),value:e,inclusive:!1})}function t7(e,t){return new eN({check:"less_than",...eR(t),value:e,inclusive:!0})}function re(e,t){return new ej({check:"greater_than",...eR(t),value:e,inclusive:!1})}function rt(e,t){return new ej({check:"greater_than",...eR(t),value:e,inclusive:!0})}function rr(e,t){return new eI({check:"multiple_of",...eR(t),value:e})}function rn(e,t){return new eU({check:"max_length",...eR(t),maximum:e})}function ri(e,t){return new eM({check:"min_length",...eR(t),minimum:e})}function ro(e,t){return new eB({check:"length_equals",...eR(t),length:e})}function ra(e){return new eK({check:"overwrite",tx:e})}function rs(e){let t=e?.target??"draft-2020-12";return"draft-4"===t&&(t="draft-04"),"draft-7"===t&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??t8,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function rl(e,t,r={path:[],schemaPath:[]}){var n;let i=e._zod.def,o=t.seen.get(e);if(o)return o.count++,r.schemaPath.includes(e)&&(o.cycle=r.path),o.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let n={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,n);else{let r=a.schema,o=t.processors[i.type];if(!o)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);o(e,t,r,n)}let o=e._zod.parent;o&&(a.ref||(a.ref=o),rl(o,t,n),t.seen.get(o).isParent=!0)}let l=t.metadataRegistry.get(e);return l&&Object.assign(a.schema,l),"input"===t.io&&function e(t,r){let n=r??{seen:new Set};if(n.seen.has(t))return!1;n.seen.add(t);let i=t._zod.def;if("transform"===i.type)return!0;if("array"===i.type)return e(i.element,n);if("set"===i.type)return e(i.valueType,n);if("lazy"===i.type)return e(i.getter(),n);if("promise"===i.type||"optional"===i.type||"nonoptional"===i.type||"nullable"===i.type||"readonly"===i.type||"default"===i.type||"prefault"===i.type)return e(i.innerType,n);if("intersection"===i.type)return e(i.left,n)||e(i.right,n);if("record"===i.type||"map"===i.type)return e(i.keyType,n)||e(i.valueType,n);if("pipe"===i.type)return!!t._zod.traits.has("$ZodCodec")||e(i.in,n)||e(i.out,n);if("object"===i.type){for(let t in i.shape)if(e(i.shape[t],n))return!0;return!1}if("union"===i.type){for(let t of i.options)if(e(t,n))return!0;return!1}if("tuple"===i.type){for(let t of i.items)if(e(t,n))return!0;if(i.rest&&e(i.rest,n))return!0}return!1}(e)&&(delete a.schema.examples,delete a.schema.default),"input"===t.io&&"_prefault"in a.schema&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function ru(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let n=new Map;for(let t of e.seen.entries()){let r=e.metadataRegistry.get(t[0])?.id;if(r){let e=n.get(r);if(e&&e!==t[0])throw Error(`Duplicate schema id "${r}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(r,t[0])}}let i=t=>{if(t[1].schema.$ref)return;let n=t[1],{ref:i,defId:o}=(t=>{let n="draft-2020-12"===e.target?"$defs":"definitions";if(e.external){let r=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(r)return{ref:i(r)};let o=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=o,{defId:o,ref:`${i("__shared")}#/${n}/${o}`}}if(t[1]===r)return{ref:"#"};let i=`#/${n}/`,o=t[1].schema.id??`__schema${e.counter++}`;return{defId:o,ref:i+o}})(t);n.def={...n.schema},o&&(n.defId=o);let a=n.schema;for(let e in a)delete a[e];a.$ref=i};if("throw"===e.cycles)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join("/")}/<root>
49
+ `)}return i.write("payload.value = newResult;"),i.write("return payload;"),i.compile()})(t.shape)),c=r(c,p),u)?ra([],d,c,p,n,e):c:i(c,p):(c.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),c)}});function rc(e,t,r,n){for(let r of e)if(0===r.issues.length)return t.value=r.value,t;let i=e.filter(e=>!ea(e));return 1===i.length?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(e=>e.issues.map(e=>ec(e,n,eS())))}),t)}let rp=ew("$ZodUnion",(e,t)=>{tT.init(e,t),eb(e,"optin",e=>e.def.options.some(e=>"defaulted"===e._zod.optin)?"defaulted":e.def.options.some(e=>void 0!==e._zod.optin)?"optional":void 0),eb(e,"optout",e=>e.def.options.some(e=>"optional"===e._zod.optout)?"optional":void 0),eb(e,"values",e=>{if(e.def.options.every(e=>e._zod.values))return new Set(e.def.options.flatMap(e=>Array.from(e._zod.values)))}),eb(e,"pattern",e=>{if(e.def.options.every(e=>e._zod.pattern)){let t=e.def.options.map(e=>e._zod.pattern);return RegExp(`^(${t.map(e=>Z(e.source)).join("|")})$`)}});let r=1===t.options.length?t.options[0]._zod.run:null;e._zod.parse=(n,i)=>{if(r)return r(n,i);let o=!1,a=[];for(let e of t.options){let t=e._zod.run({value:n.value,issues:[]},i);if(t instanceof Promise)a.push(t),o=!0;else{if(0===t.issues.length)return t;a.push(t)}}return o?Promise.all(a).then(t=>rc(t,n,e,i)):rc(a,n,e,i)}}),rd=ew("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,rp.init(e,t);let r=e._zod.parse;eb(e,"propValues",e=>{let t={};for(let r of e.def.options){let n=r._zod.propValues;if(!n||0===Object.keys(n).length)throw Error(`Invalid discriminated union option at index "${e.def.options.indexOf(r)}"`);for(let[e,r]of Object.entries(n))for(let n of(Object.prototype.hasOwnProperty.call(t,e)||K(t,e,new Set),r))t[e].add(n)}return t}),t.options.forEach((e,r)=>{let n=rs.get(e._zod.def);if(n&&!Object.prototype.hasOwnProperty.call(n,t.discriminator))throw Error(`Invalid discriminated union option at index "${r}"`)});let n=W(()=>{let e=t.options,r=new Map;for(let n of e){let e=n._zod.propValues?.[t.discriminator];if(!e||0===e.size)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(n)}"`);for(let t of e){if(r.has(t))throw Error(`Duplicate discriminator value "${String(t)}"`);r.set(t,n)}}return r});e._zod.parse=(i,o)=>{let a=i.value;if(!H(a))return i.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),i;let s=n.value.get(a?.[t.discriminator]);return s?s._zod.run(i,o):t.unionFallback||"backward"===o.direction?r(i,o):(i.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(n.value.keys()),input:a,path:[t.discriminator],inst:e}),i)}}),rf=ew("$ZodIntersection",(e,t)=>{tT.init(e,t),e._zod.parse=(e,r)=>{let n=e.value,i=t.left._zod.run({value:n,issues:[]},r),o=t.right._zod.run({value:n,issues:[]},r);return i instanceof Promise||o instanceof Promise?Promise.all([i,o]).then(([t,r])=>rh(e,t,r)):rh(e,i,o)}});function rh(e,t,r){let n,i=new Map,o=new Map,a=(e,t)=>{let r;if("unrecognized_keys"!==e.code||e.path?.length)if("invalid_key"!==e.code||"record"!==e.origin||e.path?.length!==1)return!1;else{let t=String(e.path[0]);o.has(t)||o.set(t,e),r=[t]}else n??(n=e),r=e.keys;for(let e of r)i.has(e)||i.set(e,{}),i.get(e)[t]=!0;return!0};for(let r of t.issues)a(r,"l")||e.issues.push(r);for(let t of r.issues)a(t,"r")||e.issues.push(t);let s=[...i].filter(([,e])=>e.l&&e.r).map(([e])=>e);if(s.length){let t=n?s.filter(e=>n.keys.includes(e)):[];for(let r of(t.length&&e.issues.push({...n,keys:t}),s))!t.includes(r)&&o.has(r)&&e.issues.push(o.get(r))}let l=function e(t,r){if(t===r||t instanceof Date&&r instanceof Date&&+t==+r)return{valid:!0,data:t};if(Y(t)&&Y(r)){let n=Object.keys(r),i=Object.keys(t).filter(e=>-1!==n.indexOf(e)),o={...t,...r};for(let n of(Object.prototype.hasOwnProperty.call(o,"__proto__")&&delete o.__proto__,i)){if("__proto__"===n)continue;let i=e(t[n],r[n]);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};o[n]=i.data}return{valid:!0,data:o}}if(Array.isArray(t)&&Array.isArray(r)){if(t.length!==r.length)return{valid:!1,mergeErrorPath:[]};let n=[];for(let i=0;i<t.length;i++){let o=e(t[i],r[i]);if(!o.valid)return{valid:!1,mergeErrorPath:[i,...o.mergeErrorPath]};n.push(o.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}(t.value,r.value);if(!l.valid){if(ea(e))return e;throw Error(`Unmergable intersection. Error path: ${JSON.stringify(l.mergeErrorPath)}`)}return e.value=l.data,e}let rm=ew("$ZodRecord",(e,t)=>{tT.init(e,t);let r=eE.memoizer;r?.attach(e),e._zod.parse=(n,i)=>{let o=n.value;if(!Y(o))return n.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),n;let a=[],s=t.keyType._zod.values;if(s&&!t.partial){let l;n.value=r?r.alloc(e,n,{},i):{};let u=new Set;for(let r of s)if("string"==typeof r||"number"==typeof r||"symbol"==typeof r){if(u.add("number"==typeof r?r.toString():r),"__proto__"===r)continue;let s=t.keyType._zod.run({value:r,issues:[]},i);if(s instanceof Promise)throw Error("Async schemas not supported in object keys currently");if(s.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:s.issues.map(e=>ec(e,i,eS())),input:r,path:[r],inst:e});continue}let l=s.value;if("__proto__"===l)continue;let c=t.valueType._zod.run({value:o[r],issues:[]},i);c instanceof Promise?a.push(c.then(e=>{e.issues.length&&n.issues.push(...es(r,e.issues)),n.value[l]=e.value})):(c.issues.length&&n.issues.push(...es(r,c.issues)),n.value[l]=c.value)}for(let e in o)if(!u.has(e))if("loose"===t.mode){if("__proto__"===e)continue;n.value[e]=o[e]}else(l=l??[]).push(e);l&&l.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:l,continue:!0})}else{let l;for(let u of(n.value=r?r.alloc(e,n,{},i):{},Reflect.ownKeys(o))){if("__proto__"===u||!Object.prototype.propertyIsEnumerable.call(o,u))continue;let r=t.keyType._zod.run({value:u,issues:[]},i);if(r instanceof Promise)throw Error("Async schemas not supported in object keys currently");if("string"==typeof u&&eQ.test(u)&&r.issues.length){let e=t.keyType._zod.run({value:Number(u),issues:[]},i);if(e instanceof Promise)throw Error("Async schemas not supported in object keys currently");0===e.issues.length&&(r=e)}if(r.issues.length){"loose"===t.mode?n.value[u]=o[u]:s?(l=l??[]).push(u):n.issues.push({code:"invalid_key",origin:"record",issues:r.issues.map(e=>ec(e,i,eS())),input:u,path:[u],inst:e});continue}let c=r.value;if("__proto__"===c)continue;let p=t.valueType._zod.run({value:o[u],issues:[]},i);p instanceof Promise?a.push(p.then(e=>{e.issues.length&&n.issues.push(...es(u,e.issues)),n.value[c]=e.value})):(p.issues.length&&n.issues.push(...es(u,p.issues)),n.value[c]=p.value)}l&&l.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:l,continue:!0})}return a.length?Promise.all(a).then(()=>n):n}}),rg=ew("$ZodEnum",(e,t)=>{tT.init(e,t);let r=F(t.entries),n=new Set(r);e._zod.values=n;let i=r.filter(e=>X.has(typeof e));e._zod.pattern=new RegExp(i.length?`^(${i.map(e=>ee(e.toString())).join("|")})$`:"^[^\\s\\S]$"),e._zod.parse=(t,i)=>{let o=t.value;return n.has(o)||t.issues.push({code:"invalid_value",values:r,input:o,inst:e}),t}}),ry=ew("$ZodLiteral",(e,t)=>{tT.init(e,t);let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(t.values.length?`^(${t.values.map(e=>"string"==typeof e?ee(e):e?ee(e.toString()):String(e)).join("|")})$`:"^[^\\s\\S]$"),e._zod.parse=(n,i)=>{let o=n.value;return r.has(o)||n.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),n}}),rb=ew("$ZodTransform",(e,t)=>{tT.init(e,t),e._zod.optin="optional",eE.memoizer?.guard(e),e._zod.parse=(r,n)=>{if("backward"===n.direction)throw new $ZodEncodeError(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(e=>(r.value=e,r));if(i instanceof Promise)throw new $ZodAsyncError;return r.value=i,r}});function rv(e,t){return e.value=t.issues.length?void 0:t.value,e}let r_=ew("$ZodOptional",(e,t)=>{tT.init(e,t),eb(e,"optin",e=>"defaulted"===e.def.innerType._zod.optin?"defaulted":"optional"),e._zod.optout="optional",eb(e,"values",e=>{let t=e.def.innerType._zod.values;return t?new Set([...t,void 0]):void 0}),eb(e,"pattern",e=>{let t=e.def.innerType._zod.pattern;return t?RegExp(`^(${Z(t.source)})?$`):void 0}),e._zod.parse=(e,r)=>{if(void 0===e.value){if("defaulted"!==t.innerType._zod.optin)return e;let n=t.innerType._zod.run({value:e.value,issues:[]},r);return n instanceof Promise?n.then(t=>rv(e,t)):rv(e,n)}return t.innerType._zod.run(e,r)}}),rw=ew("$ZodExactOptional",(e,t)=>{r_.init(e,t),eb(e,"values",e=>e.def.innerType._zod.values),eb(e,"pattern",e=>e.def.innerType._zod.pattern),e._zod.parse=(e,r)=>t.innerType._zod.run(e,r)}),rE=ew("$ZodNullable",(e,t)=>{tT.init(e,t),eb(e,"optin",e=>e.def.innerType._zod.optin),eb(e,"optout",e=>e.def.innerType._zod.optout),eb(e,"pattern",e=>{let t=e.def.innerType._zod.pattern;return t?RegExp(`^(${Z(t.source)}|null)$`):void 0}),eb(e,"values",e=>e.def.innerType._zod.values?new Set([...e.def.innerType._zod.values,null]):void 0),e._zod.parse=(e,r)=>null===e.value?e:t.innerType._zod.run(e,r)}),rS=ew("$ZodDefault",(e,t)=>{tT.init(e,t),e._zod.optin="defaulted",eb(e,"values",e=>e.def.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);if(void 0===e.value)return e.value=t.defaultValue,e;let n=t.innerType._zod.run(e,r);return n instanceof Promise?n.then(e=>rR(e,t)):rR(n,t)}});function rR(e,t){return void 0===e.value&&(e.value=t.defaultValue),e}let rO=ew("$ZodPrefault",(e,t)=>{tT.init(e,t),e._zod.optin="defaulted",eb(e,"values",e=>e.def.innerType._zod.values),e._zod.parse=(e,r)=>("backward"===r.direction||void 0===e.value&&(e.value=t.defaultValue),t.innerType._zod.run(e,r))}),rT=ew("$ZodNonOptional",(e,t)=>{tT.init(e,t),eb(e,"values",e=>{let t=e.def.innerType._zod.values;return t?new Set([...t].filter(e=>void 0!==e)):void 0}),e._zod.parse=(r,n)=>{let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(t=>rC(t,e)):rC(i,e)}});function rC(e,t){return e.issues.length||void 0!==e.value||e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}function rA(e,t,r,n){return t.issues.length?e.value=r.catchValue({...t,value:e.value,error:{issues:t.issues.map(e=>ec(e,n,eS()))},input:e.value}):(e.value=t.value,t.memo&&(e.memo=!0)),e}let rx=ew("$ZodCatch",(e,t)=>{tT.init(e,t),eb(e,"optin",e=>"defaulted"===e.def.innerType._zod.optin?"defaulted":"optional"),eb(e,"optout",e=>e.def.innerType._zod.optout),eb(e,"values",e=>e.def.innerType._zod.values),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let n=t.innerType._zod.run({value:e.value,issues:[]},r);return n instanceof Promise?n.then(n=>rA(e,n,t,r)):rA(e,n,t,r)}}),rk=ew("$ZodPipe",(e,t)=>{tT.init(e,t),eb(e,"values",e=>e.def.in._zod.values),eb(e,"optin",e=>e.def.in._zod.optin),eb(e,"optout",e=>e.def.out._zod.optout),eb(e,"propValues",e=>e.def.in._zod.propValues),e._zod.parse=(e,r)=>{if("backward"===r.direction){let n=t.out._zod.run(e,r);return n instanceof Promise?n.then(e=>rP(e,t.in,r)):rP(n,t.in,r)}let n=t.in._zod.run(e,r);return n instanceof Promise?n.then(e=>rP(e,t.out,r)):rP(n,t.out,r)}});function rP(e,t,r){return e.issues.some(e=>"unrecognized_keys"!==e.code)?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}let rU=ew("$ZodReadonly",(e,t)=>{tT.init(e,t),eb(e,"propValues",e=>e.def.innerType._zod.propValues),eb(e,"values",e=>e.def.innerType._zod.values),eb(e,"optin",e=>e.def.innerType?._zod?.optin),eb(e,"optout",e=>e.def.innerType?._zod?.optout),e._zod.parse=(e,r)=>{if("backward"===r.direction)return t.innerType._zod.run(e,r);let n=t.innerType._zod.run(e,r);return n instanceof Promise?n.then(rI):rI(n)}});function rI(e){return e.memo||(e.value=Object.freeze(e.value)),e}let rL=ew("$ZodCustom",(e,t)=>{e4.init(e,t),tT.init(e,t),e._zod.parse=(e,t)=>e,e._zod.check=r=>{let n=r.value,i=t.fn(n);if(i instanceof Promise)return i.then(t=>rz(t,r,n,e));rz(i,r,n,e)}});function rz(e,t,r,n){if(!e){let e={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(e.params=n._zod.def.params),t.issues.push(eh(e))}}let $ZodRegistry=class $ZodRegistry{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let r=t[0];return this._map.set(e,r),r&&"object"==typeof r&&"id"in r&&this._idmap.set(r.id,e),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&"object"==typeof t&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let r={...this.get(t)??{}};delete r.id;let n={...r,...this._map.get(e)};return Object.keys(n).length?n:void 0}return this._map.get(e)}has(e){return this._map.has(e)}};(z=globalThis).__zod_globalRegistry??(z.__zod_globalRegistry=new $ZodRegistry);let rN=globalThis.__zod_globalRegistry;function rj(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...er(t)})}function rD(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...er(t)})}function r$(e,t){return new e9({check:"less_than",...er(t),value:e,inclusive:!1})}function rM(e,t){return new e9({check:"less_than",...er(t),value:e,inclusive:!0})}function rF(e,t){return new e8({check:"greater_than",...er(t),value:e,inclusive:!1})}function rB(e,t){return new e8({check:"greater_than",...er(t),value:e,inclusive:!0})}function rq(e,t){return new e5({check:"multiple_of",...er(t),value:e})}function rW(e,t){return new te({check:"max_length",...er(t),maximum:e})}function rZ(e,t){return new tt({check:"min_length",...er(t),minimum:e})}function rK(e,t){return new tr({check:"length_equals",...er(t),length:e})}function rV(e){return new tc({check:"overwrite",tx:e})}function rJ(e,...t){for(let r of t)for(let t of Reflect.ownKeys(r))Object.prototype.propertyIsEnumerable.call(r,t)&&K(e,t,r[t]);return e}function rH(e){let t=e?.target??"draft-2020-12";return"draft-4"===t&&(t="draft-04"),"draft-7"===t&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??rN,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,sharedDefsExtractedFor:void 0,sharedEmitDoneFor:void 0,cycles:e?.cycles??"ref",reused:e?.reused??"inline",intersections:[],deferred:[],external:e?.external??void 0}}function rG(e,t,r,n,i){let o="function"==typeof t.unrepresentable?t.unrepresentable({zodSchema:e,path:n.path,message:i}):t.unrepresentable;if("any"===o)return!1;if(void 0===o||"throw"===o)throw Error(i);return Object.assign(r,o),!0}function rY(e,t,r={path:[],schemaPath:[]}){var n;let i=e._zod.def,o=t.seen.get(e);if(o)return o.count++,r.schemaPath.includes(e)&&(o.cycle=r.path),o.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,a),t.sharedDefsExtractedFor=void 0,t.sharedEmitDoneFor=void 0;let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let n={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,n);else{let r=a.schema,o=t.processors[i.type];if(!o)throw Error(`[toJSONSchema]: Non-representable type encountered: ${i.type}`);o(e,t,r,n)}let o=e._zod.parent;o&&(a.ref||(a.ref=o),rY(o,t,n),t.seen.get(o).isParent=!0)}let l=t.metadataRegistry.get(e);return l&&rJ(a.schema,l),"input"===t.io&&function e(t,r){let n=r??{seen:new Set};if(n.seen.has(t))return!1;n.seen.add(t);let i=t._zod.def;if("transform"===i.type)return!0;if("array"===i.type)return e(i.element,n);if("set"===i.type)return e(i.valueType,n);if("lazy"===i.type)return e(i.getter(),n);if("promise"===i.type||"optional"===i.type||"nonoptional"===i.type||"nullable"===i.type||"readonly"===i.type||"default"===i.type||"prefault"===i.type||"catch"===i.type)return e(i.innerType,n);if("intersection"===i.type)return e(i.left,n)||e(i.right,n);if("record"===i.type||"map"===i.type)return e(i.keyType,n)||e(i.valueType,n);if("pipe"===i.type)return!!t._zod.traits.has("$ZodCodec")||e(i.in,n)||e(i.out,n);if("object"===i.type){for(let t in i.shape)if(e(i.shape[t],n))return!0;return!1}if("union"===i.type){for(let t of i.options)if(e(t,n))return!0;return!1}if("tuple"===i.type){for(let t of i.items)if(e(t,n))return!0;if(i.rest&&e(i.rest,n))return!0}return!1}(e)&&(delete a.schema.examples,delete a.schema.default),"input"===t.io&&"_prefault"in a.schema&&((n=a.schema).default??(n.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function rQ(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}function rX(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");if(e.external&&e.sharedDefsExtractedFor===e.external)return;let n=new Map;for(let t of e.seen.entries()){let r=e.metadataRegistry.get(t[0])?.id;if(r){let e=n.get(r);if(e&&e!==t[0])throw Error(`Duplicate schema id "${r}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);n.set(r,t[0])}}let i=t=>{if(t[1].schema.$ref)return;let n=t[1],{ref:i,defId:o}=(t=>{let n="draft-2020-12"===e.target?"$defs":"definitions";if(e.external){let r=e.external.registry.get(t[0])?.id,i=e.external.uri??(e=>e);if(r)return{ref:i(r)};let o=t[1].defId??t[1].schema.id??`schema${e.counter++}`;return t[1].defId=o,{defId:o,ref:`${i("__shared")}#/${n}/${rQ(o)}`}}let i=`#/${n}/`;if(t[1]===r&&!t[1].schema.id)return{ref:"#"};let o=t[1].schema.id??`__schema${e.counter++}`;return{defId:o,ref:i+rQ(o)}})(t);n.def={...n.schema},o&&(n.defId=o);let a=n.schema;for(let e in a)delete a[e];a.$ref=i};if("throw"===e.cycles)for(let t of e.seen.entries()){let e=t[1];if(e.cycle)throw Error(`Cycle detected: #/${e.cycle?.join("/")}/<root>
62
50
 
63
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let r of e.seen.entries()){let n=r[1];if(t===r[0]){i(r);continue}if(e.external){let n=e.external.registry.get(r[0])?.id;if(t!==r[0]&&n){i(r);continue}}if(e.metadataRegistry.get(r[0])?.id||n.cycle||n.count>1&&"ref"===e.reused){i(r);continue}}}function rc(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let n=t=>{let r=e.seen.get(t);if(null===r.ref)return;let i=r.def??r.schema,o={...i},a=r.ref;if(r.ref=null,a){n(a);let r=e.seen.get(a),s=r.schema;if(s.$ref&&("draft-07"===e.target||"draft-04"===e.target||"openapi-3.0"===e.target)?(i.allOf=i.allOf??[],i.allOf.push(s)):Object.assign(i,s),Object.assign(i,o),t._zod.parent===a)for(let e in i)"$ref"!==e&&"allOf"!==e&&(e in o||delete i[e]);if(s.$ref&&r.def)for(let e in i)"$ref"!==e&&"allOf"!==e&&e in r.def&&JSON.stringify(i[e])===JSON.stringify(r.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==a){n(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)"$ref"!==e&&"allOf"!==e&&e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:r.path??[]})};for(let t of[...e.seen.entries()].reverse())n(t[0]);let i={};if("draft-2020-12"===e.target?i.$schema="https://json-schema.org/draft/2020-12/schema":"draft-07"===e.target?i.$schema="http://json-schema.org/draft-07/schema#":"draft-04"===e.target?i.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let r=e.external.registry.get(t)?.id;if(!r)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(r)}Object.assign(i,r.def??r.schema);let o=e.metadataRegistry.get(t)?.id;void 0!==o&&i.id===o&&delete i.id;let a=e.external?.defs??{};for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,a[e.defId]=e.def)}e.external||Object.keys(a).length>0&&("draft-2020-12"===e.target?i.$defs=a:i.definitions=a);try{let r=JSON.parse(JSON.stringify(i));return Object.defineProperty(r,"~standard",{value:{...t["~standard"],jsonSchema:{input:rh(t,"input",e.processors),output:rh(t,"output",e.processors)}},enumerable:!1,writable:!1}),r}catch(e){throw Error("Error converting schema to JSON.")}}let rh=(e,t,r={})=>n=>{let{libraryOptions:i,target:o}=n??{},a=rs({...i??{},target:o,io:t,processors:r});return rl(e,a),ru(a,e),rc(a,e)},rf={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},rp=(e,t,r,n)=>{let i=e._zod.def;rl(i.innerType,t,n),t.seen.get(e).ref=i.innerType},rd=A("ZodISODateTime",(e,t)=>{tc.init(e,t),rI.init(e,t)}),rm=A("ZodISODate",(e,t)=>{th.init(e,t),rI.init(e,t)}),rg=A("ZodISOTime",(e,t)=>{tf.init(e,t),rI.init(e,t)}),ry=A("ZodISODuration",(e,t)=>{tp.init(e,t),rI.init(e,t)}),rb=A("ZodError",(e,t)=>{eY.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:t=>(function(e,t=e=>e.message){let r={_errors:[]},n=(e,i=[])=>{for(let o of e.issues)if("invalid_union"===o.code&&o.errors.length)o.errors.map(e=>n({issues:e},[...i,...o.path]));else if("invalid_key"===o.code)n({issues:o.issues},[...i,...o.path]);else if("invalid_element"===o.code)n({issues:o.issues},[...i,...o.path]);else{let e=[...i,...o.path];if(0===e.length)r._errors.push(t(o));else{let n=r,i=0;for(;i<e.length;){let r=e[i];i===e.length-1?(n[r]=n[r]||{_errors:[]},n[r]._errors.push(t(o))):n[r]=n[r]||{_errors:[]},n=n[r],i++}}}};return n(e),r})(e,t)},flatten:{value:t=>(function(e,t=e=>e.message){let r={},n=[];for(let i of e.issues)i.path.length>0?(r[i.path[0]]=r[i.path[0]]||[],r[i.path[0]].push(t(i))):n.push(t(i));return{formErrors:n,fieldErrors:r}})(e,t)},addIssue:{value:t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,el,2)}},addIssues:{value:t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,el,2)}},isEmpty:{get:()=>0===e.issues.length}})},{Parent:Error}),r_=eX(rb),rv=e0(rb),rw=e1(rb),rE=e4(rb),rS=(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return eX(rb)(e,t,n)},rR=(e,t,r)=>eX(rb)(e,t,r),rO=async(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return e0(rb)(e,t,n)},rC=async(e,t,r)=>e0(rb)(e,t,r),rx=(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return e1(rb)(e,t,n)},rk=(e,t,r)=>e1(rb)(e,t,r),rT=async(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return e4(rb)(e,t,n)},rA=async(e,t,r)=>e4(rb)(e,t,r),rP=new WeakMap;function rL(e,t,r){let n=Object.getPrototypeOf(e),i=rP.get(n);if(i||(i=new Set,rP.set(n,i)),!i.has(t))for(let e in i.add(t),r){let t=r[e];Object.defineProperty(n,e,{configurable:!0,enumerable:!1,get(){let r=t.bind(this);return Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:r}),r},set(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,enumerable:!0,value:t})}})}}let rz=A("ZodType",(e,t)=>(e8.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:rh(e,"input"),output:rh(e,"output")}}),e.toJSONSchema=((e,t={})=>r=>{let n=rs({...r,processors:t});return rl(e,n),ru(n,e),rc(n,e)})(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(t,r)=>r_(e,t,r,{callee:e.parse}),e.safeParse=(t,r)=>rw(e,t,r),e.parseAsync=async(t,r)=>rv(e,t,r,{callee:e.parseAsync}),e.safeParseAsync=async(t,r)=>rE(e,t,r),e.spa=e.safeParseAsync,e.encode=(t,r)=>rS(e,t,r),e.decode=(t,r)=>rR(e,t,r),e.encodeAsync=async(t,r)=>rO(e,t,r),e.decodeAsync=async(t,r)=>rC(e,t,r),e.safeEncode=(t,r)=>rx(e,t,r),e.safeDecode=(t,r)=>rk(e,t,r),e.safeEncodeAsync=async(t,r)=>rT(e,t,r),e.safeDecodeAsync=async(t,r)=>rA(e,t,r),rL(e,"ZodType",{check(...e){let t=this.def;return this.clone(ed(t,{checks:[...t.checks??[],...e.map(e=>"function"==typeof e?{_zod:{check:e,def:{check:"custom"},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return eS(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(function(e,t={}){return new nT({type:"custom",check:"custom",fn:e,...eR(t)})}(e,t))},superRefine(e,t){return this.check(function(e,t){var r;let n,i;return r=t=>(t.addIssue=e=>{"string"==typeof e?t.issues.push(eL(e,t.value,n._zod.def)):(e.fatal&&(e.continue=!1),e.code??(e.code="custom"),e.input??(e.input=t.value),e.inst??(e.inst=n),e.continue??(e.continue=!n._zod.def.abort),t.issues.push(eL(e)))},e(t.value,t)),(i=new ez({check:"custom",...eR(t)}))._zod.check=r,n=i}(e,t))},overwrite(e){return this.check(ra(e))},optional(){return nb(this)},exactOptional(){var e;return e=this,new n_({type:"optional",innerType:e})},nullable(){return nw(this)},nullish(){return nb(nw(this))},nonoptional(e){var t;return t=this,new nR({type:"nonoptional",innerType:t,...eR(e)})},array(){return ns(this)},or(e){return nh([this,e])},and(e){var t;return t=this,new nf({type:"intersection",left:t,right:e})},transform(e){return nx(this,new ng({type:"transform",transform:e}))},default(e){var t,r;return t=this,r=e,new nE({type:"default",innerType:t,get defaultValue(){return"function"==typeof r?r():ev(r)}})},prefault(e){var t,r;return t=this,r=e,new nS({type:"prefault",innerType:t,get defaultValue(){return"function"==typeof r?r():ev(r)}})},catch(e){var t,r;return t=this,new nO({type:"catch",innerType:t,catchValue:"function"==typeof(r=e)?r:()=>r})},pipe(e){return nx(this,e)},readonly(){var e;return e=this,new nk({type:"readonly",innerType:e})},describe(e){let t=this.clone();return t8.add(t,{description:e}),t},meta(...e){if(0===e.length)return t8.get(this);let t=this.clone();return t8.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e){return e(this)}}),Object.defineProperty(e,"description",{get:()=>t8.get(e)?.description,configurable:!0}),e)),r$=A("_ZodString",(e,t)=>{e5.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r)=>{r.type="string";let{minimum:n,maximum:i,format:o,patterns:a,contentEncoding:s}=e._zod.bag;if("number"==typeof n&&(r.minLength=n),"number"==typeof i&&(r.maxLength=i),o&&(r.format=rf[o]??o,""===r.format&&delete r.format,"time"===o&&delete r.format),s&&(r.contentEncoding=s),a&&a.size>0){let e=[...a];1===e.length?r.pattern=e[0].source:e.length>1&&(r.allOf=[...e.map(e=>({..."draft-07"===t.target||"draft-04"===t.target||"openapi-3.0"===t.target?{type:"string"}:{},pattern:e.source}))])}})(e,t,r);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,rL(e,"_ZodString",{regex(...e){return this.check(function(e,t){return new eq({check:"string_format",format:"regex",...eR(t),pattern:e})}(...e))},includes(...e){return this.check(function(e,t){return new eV({check:"string_format",format:"includes",...eR(t),includes:e})}(...e))},startsWith(...e){return this.check(function(e,t){return new eJ({check:"string_format",format:"starts_with",...eR(t),prefix:e})}(...e))},endsWith(...e){return this.check(function(e,t){return new eH({check:"string_format",format:"ends_with",...eR(t),suffix:e})}(...e))},min(...e){return this.check(ri(...e))},max(...e){return this.check(rn(...e))},length(...e){return this.check(ro(...e))},nonempty(...e){return this.check(ri(1,...e))},lowercase(e){return this.check(new eZ({check:"string_format",format:"lowercase",...eR(e)}))},uppercase(e){return this.check(new eW({check:"string_format",format:"uppercase",...eR(e)}))},trim(){return this.check(ra(e=>e.trim()))},normalize(...e){return this.check(function(e){return ra(t=>t.normalize(e))}(...e))},toLowerCase(){return this.check(ra(e=>e.toLowerCase()))},toUpperCase(){return this.check(ra(e=>e.toUpperCase()))},slugify(){return this.check(ra(e=>e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")))}})}),rN=A("ZodString",(e,t)=>{e5.init(e,t),r$.init(e,t),e.email=t=>e.check(new rD({type:"string",format:"email",check:"string_format",abort:!1,...eR(t)})),e.url=t=>e.check(new rB({type:"string",format:"url",check:"string_format",abort:!1,...eR(t)})),e.jwt=t=>e.check(new r2({type:"string",format:"jwt",check:"string_format",abort:!1,...eR(t)})),e.emoji=t=>e.check(new rF({type:"string",format:"emoji",check:"string_format",abort:!1,...eR(t)})),e.guid=t=>e.check(t5(rU,t)),e.uuid=t=>e.check(new rM({type:"string",format:"uuid",check:"string_format",abort:!1,...eR(t)})),e.uuidv4=t=>e.check(new rM({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...eR(t)})),e.uuidv6=t=>e.check(new rM({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...eR(t)})),e.uuidv7=t=>e.check(new rM({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...eR(t)})),e.nanoid=t=>e.check(new rq({type:"string",format:"nanoid",check:"string_format",abort:!1,...eR(t)})),e.guid=t=>e.check(t5(rU,t)),e.cuid=t=>e.check(new rZ({type:"string",format:"cuid",check:"string_format",abort:!1,...eR(t)})),e.cuid2=t=>e.check(new rW({type:"string",format:"cuid2",check:"string_format",abort:!1,...eR(t)})),e.ulid=t=>e.check(new rV({type:"string",format:"ulid",check:"string_format",abort:!1,...eR(t)})),e.base64=t=>e.check(new rX({type:"string",format:"base64",check:"string_format",abort:!1,...eR(t)})),e.base64url=t=>e.check(new r0({type:"string",format:"base64url",check:"string_format",abort:!1,...eR(t)})),e.xid=t=>e.check(new rJ({type:"string",format:"xid",check:"string_format",abort:!1,...eR(t)})),e.ksuid=t=>e.check(new rH({type:"string",format:"ksuid",check:"string_format",abort:!1,...eR(t)})),e.ipv4=t=>e.check(new rK({type:"string",format:"ipv4",check:"string_format",abort:!1,...eR(t)})),e.ipv6=t=>e.check(new rG({type:"string",format:"ipv6",check:"string_format",abort:!1,...eR(t)})),e.cidrv4=t=>e.check(new rY({type:"string",format:"cidrv4",check:"string_format",abort:!1,...eR(t)})),e.cidrv6=t=>e.check(new rQ({type:"string",format:"cidrv6",check:"string_format",abort:!1,...eR(t)})),e.e164=t=>e.check(new r1({type:"string",format:"e164",check:"string_format",abort:!1,...eR(t)})),e.datetime=t=>e.check(new rd({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...eR(t)})),e.date=t=>e.check(new rm({type:"string",format:"date",check:"string_format",...eR(t)})),e.time=t=>e.check(new rg({type:"string",format:"time",check:"string_format",precision:null,...eR(t)})),e.duration=t=>e.check(new ry({type:"string",format:"duration",check:"string_format",...eR(t)}))});function rj(e){return new rN({type:"string",...eR(e)})}let rI=A("ZodStringFormat",(e,t)=>{e9.init(e,t),r$.init(e,t)}),rD=A("ZodEmail",(e,t)=>{tt.init(e,t),rI.init(e,t)}),rU=A("ZodGUID",(e,t)=>{e7.init(e,t),rI.init(e,t)}),rM=A("ZodUUID",(e,t)=>{te.init(e,t),rI.init(e,t)}),rB=A("ZodURL",(e,t)=>{tr.init(e,t),rI.init(e,t)}),rF=A("ZodEmoji",(e,t)=>{tn.init(e,t),rI.init(e,t)}),rq=A("ZodNanoID",(e,t)=>{ti.init(e,t),rI.init(e,t)}),rZ=A("ZodCUID",(e,t)=>{to.init(e,t),rI.init(e,t)}),rW=A("ZodCUID2",(e,t)=>{ta.init(e,t),rI.init(e,t)}),rV=A("ZodULID",(e,t)=>{ts.init(e,t),rI.init(e,t)}),rJ=A("ZodXID",(e,t)=>{tl.init(e,t),rI.init(e,t)}),rH=A("ZodKSUID",(e,t)=>{tu.init(e,t),rI.init(e,t)}),rK=A("ZodIPv4",(e,t)=>{td.init(e,t),rI.init(e,t)}),rG=A("ZodIPv6",(e,t)=>{tm.init(e,t),rI.init(e,t)}),rY=A("ZodCIDRv4",(e,t)=>{tg.init(e,t),rI.init(e,t)}),rQ=A("ZodCIDRv6",(e,t)=>{ty.init(e,t),rI.init(e,t)}),rX=A("ZodBase64",(e,t)=>{t_.init(e,t),rI.init(e,t)}),r0=A("ZodBase64URL",(e,t)=>{tv.init(e,t),rI.init(e,t)}),r1=A("ZodE164",(e,t)=>{tw.init(e,t),rI.init(e,t)}),r2=A("ZodJWT",(e,t)=>{tE.init(e,t),rI.init(e,t)}),r4=A("ZodNumber",(e,t)=>{tS.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r)=>{let{minimum:n,maximum:i,format:o,multipleOf:a,exclusiveMaximum:s,exclusiveMinimum:l}=e._zod.bag;"string"==typeof o&&o.includes("int")?r.type="integer":r.type="number";let u="number"==typeof l&&l>=(n??-1/0),c="number"==typeof s&&s<=(i??1/0),h="draft-04"===t.target||"openapi-3.0"===t.target;u?h?(r.minimum=l,r.exclusiveMinimum=!0):r.exclusiveMinimum=l:"number"==typeof n&&(r.minimum=n),c?h?(r.maximum=s,r.exclusiveMaximum=!0):r.exclusiveMaximum=s:"number"==typeof i&&(r.maximum=i),"number"==typeof a&&(r.multipleOf=a)})(e,t,r),rL(e,"ZodNumber",{gt(e,t){return this.check(re(e,t))},gte(e,t){return this.check(rt(e,t))},min(e,t){return this.check(rt(e,t))},lt(e,t){return this.check(t9(e,t))},lte(e,t){return this.check(t7(e,t))},max(e,t){return this.check(t7(e,t))},int(e){return this.check(r8(e))},safe(e){return this.check(r8(e))},positive(e){return this.check(re(0,e))},nonnegative(e){return this.check(rt(0,e))},negative(e){return this.check(t9(0,e))},nonpositive(e){return this.check(t7(0,e))},multipleOf(e,t){return this.check(rr(e,t))},step(e,t){return this.check(rr(e,t))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??-1/0,r.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(r.maximum??1/0,r.exclusiveMaximum??1/0)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function r6(e){return new r4({type:"number",checks:[],...eR(e)})}let r3=A("ZodNumberFormat",(e,t)=>{tR.init(e,t),r4.init(e,t)});function r8(e){return new r3({type:"number",check:"number_format",abort:!1,format:"safeint",...eR(e)})}let r5=A("ZodBoolean",(e,t)=>{tO.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.type="boolean"}});function r9(e){return new r5({type:"boolean",...eR(e)})}let r7=A("ZodNull",(e,t)=>{tC.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{"openapi-3.0"===e.target?(t.type="string",t.nullable=!0,t.enum=[null]):t.type="null"}}),ne=A("ZodUnknown",(e,t)=>{tx.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>void 0});function nt(){return new ne({type:"unknown"})}let nr=A("ZodNever",(e,t)=>{tk.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.not={}}});function nn(e){return new nr({type:"never",...eR(e)})}let ni=A("ZodDate",(e,t)=>{tT.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Date cannot be represented in JSON Schema")})(e),e.min=(t,r)=>e.check(rt(t,r)),e.max=(t,r)=>e.check(t7(t,r));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function no(e){return new ni({type:"date",...eR(e)})}let na=A("ZodArray",(e,t)=>{tP.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def,{minimum:o,maximum:a}=e._zod.bag;"number"==typeof o&&(r.minItems=o),"number"==typeof a&&(r.maxItems=a),r.type="array",r.items=rl(i.element,t,{...n,path:[...n.path,"items"]})})(e,t,r,n),e.element=t.element,rL(e,"ZodArray",{min(e,t){return this.check(ri(e,t))},nonempty(e){return this.check(ri(1,e))},max(e,t){return this.check(rn(e,t))},length(e,t){return this.check(ro(e,t))},unwrap(){return this.element}})});function ns(e,t){return new na({type:"array",element:e,...eR(t)})}let nl=A("ZodObject",(e,t)=>{tj.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def;r.type="object",r.properties={};let o=i.shape;for(let e in o)r.properties[e]=rl(o[e],t,{...n,path:[...n.path,"properties",e]});let a=new Set([...new Set(Object.keys(o))].filter(e=>{let r=i.shape[e]._zod;return"input"===t.io?void 0===r.optin:void 0===r.optout}));a.size>0&&(r.required=Array.from(a)),i.catchall?._zod.def.type==="never"?r.additionalProperties=!1:i.catchall?i.catchall&&(r.additionalProperties=rl(i.catchall,t,{...n,path:[...n.path,"additionalProperties"]})):"output"===t.io&&(r.additionalProperties=!1)})(e,t,r,n),ef(e,"shape",()=>t.shape),rL(e,"ZodObject",{keyof(){return nd(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:nt()})},loose(){return this.clone({...this._zod.def,catchall:nt()})},strict(){return this.clone({...this._zod.def,catchall:nn()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return function(e,t){if(!e_(t))throw Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let r=e._zod.def.shape;for(let e in t)if(void 0!==Object.getOwnPropertyDescriptor(r,e))throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let n=ed(e._zod.def,{get shape(){let r={...e._zod.def.shape,...t};return ep(this,"shape",r),r}});return eS(e,n)}(this,e)},safeExtend(e){var t=this;if(!e_(e))throw Error("Invalid input to safeExtend: expected a plain object");let r=ed(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e};return ep(this,"shape",r),r}});return eS(t,r)},merge(e){var t=this;if(t._zod.def.checks?.length)throw Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=ed(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return ep(this,"shape",r),r},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return eS(t,r)},pick(e){return function(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw Error(".pick() cannot be used on object schemas containing refinements");let i=ed(e._zod.def,{get shape(){let e={};for(let n in t){if(!(n in r.shape))throw Error(`Unrecognized key: "${n}"`);t[n]&&(e[n]=r.shape[n])}return ep(this,"shape",e),e},checks:[]});return eS(e,i)}(this,e)},omit(e){return function(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw Error(".omit() cannot be used on object schemas containing refinements");let i=ed(e._zod.def,{get shape(){let n={...e._zod.def.shape};for(let e in t){if(!(e in r.shape))throw Error(`Unrecognized key: "${e}"`);t[e]&&delete n[e]}return ep(this,"shape",n),n},checks:[]});return eS(e,i)}(this,e)},partial(...e){return function(e,t,r){let n=t._zod.def.checks;if(n&&n.length>0)throw Error(".partial() cannot be used on object schemas containing refinements");let i=ed(t._zod.def,{get shape(){let n=t._zod.def.shape,i={...n};if(r)for(let t in r){if(!(t in n))throw Error(`Unrecognized key: "${t}"`);r[t]&&(i[t]=e?new e({type:"optional",innerType:n[t]}):n[t])}else for(let t in n)i[t]=e?new e({type:"optional",innerType:n[t]}):n[t];return ep(this,"shape",i),i},checks:[]});return eS(t,i)}(ny,this,e[0])},required(...e){var t,r;let n;return t=this,r=e[0],n=ed(t._zod.def,{get shape(){let e=t._zod.def.shape,n={...e};if(r)for(let t in r){if(!(t in n))throw Error(`Unrecognized key: "${t}"`);r[t]&&(n[t]=new nR({type:"nonoptional",innerType:e[t]}))}else for(let t in e)n[t]=new nR({type:"nonoptional",innerType:e[t]});return ep(this,"shape",n),n}}),eS(t,n)}})});function nu(e,t){return new nl({type:"object",shape:e,catchall:nn(),...eR(t)})}let nc=A("ZodUnion",(e,t)=>{tD.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=!1===(i=e._zod.def).inclusive,a=i.options.map((e,r)=>rl(e,t,{...n,path:[...n.path,o?"oneOf":"anyOf",r]})),void(o?r.oneOf=a:r.anyOf=a)},e.options=t.options});function nh(e,t){return new nc({type:"union",options:e,...eR(t)})}let nf=A("ZodIntersection",(e,t)=>{tU.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a,s;return o=rl((i=e._zod.def).left,t,{...n,path:[...n.path,"allOf",0]}),a=rl(i.right,t,{...n,path:[...n.path,"allOf",1]}),void(r.allOf=[...(s=e=>"allOf"in e&&1===Object.keys(e).length)(o)?o.allOf:[o],...s(a)?a.allOf:[a]])}}),np=A("ZodEnum",(e,t)=>{tB.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;(i=ea(e._zod.def.entries)).every(e=>"number"==typeof e)&&(r.type="number"),i.every(e=>"string"==typeof e)&&(r.type="string"),r.enum=i},e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(e,n)=>{let i={};for(let n of e)if(r.has(n))i[n]=t.entries[n];else throw Error(`Key ${n} not found in enum`);return new np({...t,checks:[],...eR(n),entries:i})},e.exclude=(e,n)=>{let i={...t.entries};for(let t of e)if(r.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new np({...t,checks:[],...eR(n),entries:i})}});function nd(e,t){return new np({type:"enum",entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...eR(t)})}let nm=A("ZodLiteral",(e,t)=>{tF.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r)=>{let n=e._zod.def,i=[];for(let e of n.values)if(void 0===e){if("throw"===t.unrepresentable)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if("bigint"==typeof e)if("throw"===t.unrepresentable)throw Error("BigInt literals cannot be represented in JSON Schema");else i.push(Number(e));else i.push(e);if(0===i.length);else if(1===i.length){let e=i[0];r.type=null===e?"null":typeof e,"draft-04"===t.target||"openapi-3.0"===t.target?r.enum=[e]:r.const=e}else i.every(e=>"number"==typeof e)&&(r.type="number"),i.every(e=>"string"==typeof e)&&(r.type="string"),i.every(e=>"boolean"==typeof e)&&(r.type="boolean"),i.every(e=>null===e)&&(r.type="null"),r.enum=i})(e,t,r),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})}),ng=A("ZodTransform",(e,t)=>{tq.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Transforms cannot be represented in JSON Schema")})(e),e._zod.parse=(r,n)=>{if("backward"===n.direction)throw new $ZodEncodeError(e.constructor.name);r.addIssue=n=>{"string"==typeof n?r.issues.push(eL(n,r.value,t)):(n.fatal&&(n.continue=!1),n.code??(n.code="custom"),n.input??(n.input=r.value),n.inst??(n.inst=e),r.issues.push(eL(n)))};let i=t.transform(r.value,r);return i instanceof Promise?i.then(e=>(r.value=e,r.fallback=!0,r)):(r.value=i,r.fallback=!0,r)}}),ny=A("ZodOptional",(e,t)=>{tW.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>rp(e,t,r,n),e.unwrap=()=>e._zod.def.innerType});function nb(e){return new ny({type:"optional",innerType:e})}let n_=A("ZodExactOptional",(e,t)=>{tV.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>rp(e,t,r,n),e.unwrap=()=>e._zod.def.innerType}),nv=A("ZodNullable",(e,t)=>{tJ.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=rl((i=e._zod.def).innerType,t,n),a=t.seen.get(e),void("openapi-3.0"===t.target?(a.ref=i.innerType,r.nullable=!0):r.anyOf=[o,{type:"null"}])},e.unwrap=()=>e._zod.def.innerType});function nw(e){return new nv({type:"nullable",innerType:e})}let nE=A("ZodDefault",(e,t)=>{tH.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rl((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType,r.default=JSON.parse(JSON.stringify(i.defaultValue))},e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap}),nS=A("ZodPrefault",(e,t)=>{tG.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rl((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType,"input"===t.io&&(r._prefault=JSON.parse(JSON.stringify(i.defaultValue)))},e.unwrap=()=>e._zod.def.innerType}),nR=A("ZodNonOptional",(e,t)=>{tY.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rl((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType},e.unwrap=()=>e._zod.def.innerType}),nO=A("ZodCatch",(e,t)=>{tX.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i,o=e._zod.def;rl(o.innerType,t,n),t.seen.get(e).ref=o.innerType;try{i=o.catchValue(void 0)}catch{throw Error("Dynamic catch values are not supported in JSON Schema")}r.default=i})(e,t,r,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap}),nC=A("ZodPipe",(e,t)=>{t0.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=(i=e._zod.def).in._zod.traits.has("$ZodTransform"),void(rl(a="input"===t.io?o?i.out:i.in:i.out,t,n),t.seen.get(e).ref=a)},e.in=t.in,e.out=t.out});function nx(e,t){return new nC({type:"pipe",in:e,out:t})}let nk=A("ZodReadonly",(e,t)=>{t2.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rl((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType,r.readOnly=!0},e.unwrap=()=>e._zod.def.innerType}),nT=A("ZodCustom",(e,t)=>{t6.init(e,t),rz.init(e,t),e._zod.processJSONSchema=(e,t,r)=>(e=>{if("throw"===e.unrepresentable)throw Error("Custom types cannot be represented in JSON Schema")})(e)});function nA(e,t){var r;let n;return r=e??(()=>!0),(n=eR(t)).abort??(n.abort=!0),new nT({type:"custom",check:"custom",fn:r,...n})}var nP="[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+",nL=`${nP}(?:\\.${nP})*`,nz="[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?",n$=`${nz}(?:\\.${nz})+`,nN=`${nL}@${n$}`;RegExp(`^${nN}$`);var nj=`(${nN})( *, *${nN})*`;RegExp(`^${nj}$`);var nI="[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}";RegExp(`^${nI}$`,"i"),RegExp("^(?:(?:(?:https?):)?\\/\\/)(?:\\S+(?::\\S*)?@)?(?:(?!(?:10|127)(?:\\.\\d{1,3}){3})(?!(?:169\\.254|192\\.168)(?:\\.\\d{1,3}){2})(?!172\\.(?:1[6-9]|2\\d|3[0-1])(?:\\.\\d{1,3}){2})(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z0-9\\u00a1-\\uffff][a-z0-9\\u00a1-\\uffff_-]{0,62})?[a-z0-9\\u00a1-\\uffff]\\.)+(?:[a-z\\u00a1-\\uffff]{2,}\\.?|xn--[a-z0-9]+))(?::\\d{2,5})?(?:[/?#]\\S*)?$","i"),RegExp(`^https:\\/\\/gist\\.github\\.com\\/${nI}\\/[0-9a-f]{32}$`,"i");var nD=/^(?!www\.|(?:http|ftp)s?:\/\/|[A-Za-z]:\|\/\/).*/i,nU=/^[a-zA-Z0-9]{17}$/,nM={READY:"READY",RUNNING:"RUNNING",SUCCEEDED:"SUCCEEDED",FAILED:"FAILED",TIMING_OUT:"TIMING-OUT",TIMED_OUT:"TIMED-OUT",ABORTING:"ABORTING",ABORTED:"ABORTED"},nB=[nM.SUCCEEDED,nM.FAILED,nM.TIMED_OUT,nM.ABORTED],nF={DEVELOPMENT:"DEVELOPMENT",WEB:"WEB",API:"API",SCHEDULER:"SCHEDULER",TEST:"TEST",WEBHOOK:"WEBHOOK",ACTOR:"ACTOR",CLI:"CLI",STANDBY:"STANDBY",CI:"CI",MCP:"MCP",APIFY_AI:"APIFY_AI"},nq="APIFY_LOG_FORMAT",nZ="ACTOR_RUN_ID",nW={ACTOR_STANDBY_PORT:"4321",ACTOR_DEFAULT_DATASET_ID:"default",ACTOR_DEFAULT_KEY_VALUE_STORE_ID:"default",ACTOR_DEFAULT_REQUEST_QUEUE_ID:"default",ACTOR_WEB_SERVER_PORT:"4321",ACTOR_WEB_SERVER_URL:"http://localhost:4321"};nW.ACTOR_WEB_SERVER_PORT,nW.ACTOR_WEB_SERVER_URL,nW.ACTOR_DEFAULT_DATASET_ID,nW.ACTOR_DEFAULT_KEY_VALUE_STORE_ID,nW.ACTOR_DEFAULT_REQUEST_QUEUE_ID;var nV={FULL_PERMISSIONS:"FULL_PERMISSIONS",LIMITED_PERMISSIONS:"LIMITED_PERMISSIONS"},nJ={OWNED_BY_ME:"ownedByMe",SHARED_WITH_ME:"sharedWithMe"},nH=i(7),nK=i(313),nG=i.n(nK),nY=i(606),nQ=Object.defineProperty,nX=(e,t)=>nQ(e,"name",{value:t,configurable:!0}),n0=(e,t,r)=>{let n;return(n="symbol"!=typeof t?t+"":t)in e?nQ(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r},n1=((y=n1||{})[y.OFF=0]="OFF",y[y.ERROR=1]="ERROR",y[y.SOFT_FAIL=2]="SOFT_FAIL",y[y.WARNING=3]="WARNING",y[y.INFO=4]="INFO",y[y.DEBUG=5]="DEBUG",y[y.PERF=6]="PERF",y),n2=Object.keys(n1).filter(e=>Number.isNaN(+e)),n4=Symbol("apify.processed_error"),n6="[TRUNCATED]",n3="...[truncated]",n8=["_id","id","userId","impersonatedUserId","impersonatingUserId","adminUserId","actorId","actorTaskId","taskId","buildId","buildNumber","runId","name","message","stack","cause","url","method","code","status","statusCode","statusText","errorCode","errorMessage","errorResponse","response","request","data","payload","details","exception","config","headers"];function n5(e,t,r=n3){if(t=Math.floor(t),r.length>t)throw Error("suffix string cannot be longer than maxLength");return"string"==typeof e&&e.length>t&&(e=e.substr(0,t-r.length)+r),e}function n9(){let e=nY.env.APIFY_LOG_LEVEL;return e?Number.isFinite(+e)?+e:n1[e]?n1[e]:+e:4}function n7(){let e=nY.env[nq]||"TEXT";switch(e.toLowerCase()){case"json":return"JSON";case"text":return"TEXT";default:return console.warn(`Unknown value for environment variable ${nq}: ${e}`),"TEXT"}}function ie(e,t){let{maxDepth:r=1/0,gradualLimitFactor:n=1,maxStringLength:i=1/0,maxArrayLength:o=1/0,maxFields:a=1/0,preferredFieldsMap:s={},truncationSuffix:l=n3,truncationFlagKey:u=n6}=t;if("string"==typeof e)return e.length>i?n5(e,i,l):e;if(["number","boolean","symbol","bigint"].includes(typeof e)||null==e||e instanceof Date)return e;if(e instanceof Error){let{name:t,message:r,stack:n,cause:i,...o}=e;e={name:t,message:r,stack:n,cause:i,...o,[n4]:!0}}let c=nX(e=>ie(e,{...t,maxDepth:r-1,maxStringLength:Math.max(Math.floor(i*n),l.length),maxArrayLength:Math.floor(o*n),maxFields:Math.floor(a*n)}),"nextCall");if(Array.isArray(e)){if(r<=0)return"[array]";let t=e.slice(0,o).map(c);return e.length>o&&t.push(l),t}if("object"==typeof e&&null!==e){if(r<=0)return"[object]";let t=Reflect.ownKeys(e);t.sort((e,t)=>{let r=s[String(e)]??-1,n=s[String(t)]??-1;return -1===r&&-1===n?0:-1===r?1:-1===n?-1:r-n});let n={};return t.slice(0,a).forEach(t=>{n[t]=c(e[t])}),t.length>a&&(n[u]=!0),n}if("function"==typeof e)return"[function]";console.log(`WARNING: Object cannot be logged: ${e}`)}nX(n5,"truncate"),nX(n9,"getLevelFromEnv"),nX(n7,"getFormatFromEnv"),nX(ie,"sanitizeData");var it=class _Logger extends nH.EventEmitter{constructor(e){super(),n0(this,"options",e)}setOptions(e){this.options={...this.options,...e}}getOptions(){return this.options}_outputWithConsole(e,t){switch(e){case 1:console.error(t);break;case 3:console.warn(t);break;case 5:console.debug(t);break;default:console.log(t)}}_log(e,t,r,n,i={}){throw Error("log() method must be implemented!")}log(e,t,...r){let n=this._log(e,t,...r);this.emit("line",n)}};nX(it,"Logger");var ir=it,ii={skipLevelInfo:!1,skipTime:!1},io=class _LoggerJson extends ir{constructor(e={}){super({...ii,...e})}_log(e,t,r,n,i={}){let{prefix:o,suffix:a}=i;n&&(r={...r,exception:n}),o&&(t=`${o}: ${t}`),a&&(t=`${t} ${a}`);let s=JSON.stringify({time:this.options.skipTime?void 0:new Date,level:this.options.skipLevelInfo&&4===e?void 0:n1[e],msg:t,...r});return this._outputWithConsole(e,s),s}};function ia(e,t){for(let r=0;r<e.length-3;r++){let n=t.indexOf(e[r]);if(-1!==n){let i=t.length-n;if(i>3){let o=1,a=Math.min(e.length-r,i);for(;a>o&&e[r+o]===t[n+o];)o++;if(o>3)return{len:o,offset:r}}}}return{len:0,offset:0}}function is(e){return e.stack?String(e.stack):Error.prototype.toString.call(e)}function il(e,t){let r,n=t.split("\n");try{({cause:r}=e)}catch{}if(null!=r&&"object"==typeof r&&n4 in r){let e=is(r),t=e.indexOf("\n at");if(-1!==t){let{len:r,offset:i}=ia(n,e.slice(t+1).split("\n"));if(r>0){let e=r-2,t=` ... ${e} lines matching cause stack trace ...`;n.splice(i+1,e,nK.grey(t))}}}return n}nX(io,"LoggerJson"),nX(ia,"identicalSequenceRange"),nX(is,"getStackString"),nX(il,"getStackFrames");var iu={SOFT_FAIL:"SFAIL",WARNING:"WARN"},ic={1:"red",2:"red",3:"yellow",4:"green",5:"blue",6:"magenta"},ih=n2.map(e=>iu[e]||e),ip=Math.max(...ih.map(e=>e.length)),id=nX(e=>{let t="";for(let r=0;r<ip-e.length;r++)t+=" ";return t},"getLevelIndent"),im={skipTime:!0},ig=class _LoggerText extends ir{constructor(e={}){super({...im,...e})}_log(e,t,r,n,i={}){let{prefix:o,suffix:a}=i,s="";this.options.skipTime||(s=`${new Date().toISOString().replace("Z","").replace("T"," ")} `);let l=n?this._parseException(n):"",u=ic[e],c=ih[e],h=id(c),f=r?` ${JSON.stringify(r)}`:"";o=o?` ${o}:`:"",a=a?` ${a}`:"";let p=`${nK.gray(s)}${nK[u](c)}${h}${nK.yellow(o)} ${t||""}${nK.gray(f)}${nK.yellow(a)}${l}`;return this._outputWithConsole(e,p),p}_parseException(e,t=1){return["string","boolean","number","undefined","bigint"].includes(typeof e)?`
51
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let r of e.seen.entries()){let n=r[1];if(t===r[0]){i(r);continue}if(e.external){let n=e.external.registry.get(r[0])?.id;if(t!==r[0]&&n){i(r);continue}}if(e.metadataRegistry.get(r[0])?.id||n.cycle||n.count>1&&"ref"===e.reused){i(r);continue}}e.external&&(e.sharedDefsExtractedFor=e.external)}let r0=new Set(["type","properties","required","additionalProperties"]),r1=["oneOf","anyOf"];function r2(e){let t=e.additionalProperties;return void 0===t||!1===t||"object"!=typeof t||null===t?null:Object.keys(t).length?t:null}function r4(e){let t=[];for(let r of e){if("object"!=typeof r||"object"!==r.type)return null;for(let e in r)if(!r0.has(e))return null;t.push(r)}let r={},n=new Set;for(let e of t){for(let n in e.properties){if(Object.prototype.hasOwnProperty.call(r,n))continue;let e=[];for(let r of t){let t=r.properties?.[n]??r2(r);null!=t&&(e.some(e=>JSON.stringify(e)===JSON.stringify(t))||e.push(t))}K(r,n,1===e.length?e[0]:r4(e)??{allOf:e})}for(let t of e.required??[])n.add(t)}let i={type:"object",properties:r};if(n.size&&(i.required=[...n]),t.every(e=>!1===e.additionalProperties))i.additionalProperties=!1;else{let e=[];for(let r of t){let t=r2(r);t&&!e.some(e=>JSON.stringify(e)===JSON.stringify(t))&&e.push(t)}1===e.length?i.additionalProperties=e[0]:e.length>1&&(i.additionalProperties={allOf:e})}return i}function r3(e,t){let r=e.seen.get(t);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let n=t=>{let r=e.seen.get(t);if(null===r.ref)return;let i=r.def??r.schema,o={...i},a=r.ref;if(r.ref=null,a){n(a);let r=e.seen.get(a),s=r.schema;if(s.$ref&&("draft-07"===e.target||"draft-04"===e.target||"openapi-3.0"===e.target)?(i.allOf=i.allOf??[],i.allOf.push(s)):rJ(i,s),rJ(i,o),t._zod.parent===a)for(let e in i)"$ref"!==e&&"allOf"!==e&&(e in o||delete i[e]);if(s.$ref&&r.def)for(let e in i)"$ref"!==e&&"allOf"!==e&&e in r.def&&JSON.stringify(i[e])===JSON.stringify(r.def[e])&&delete i[e]}let s=t._zod.parent;if(s&&s!==a){n(s);let t=e.seen.get(s);if(t?.schema.$ref&&(i.$ref=t.schema.$ref,t.def))for(let e in i)"$ref"!==e&&"allOf"!==e&&e in t.def&&JSON.stringify(i[e])===JSON.stringify(t.def[e])&&delete i[e]}e.override({zodSchema:t,jsonSchema:i,path:r.path??[]})};if(!e.external||e.sharedEmitDoneFor!==e.external){for(let t of[...e.seen.entries()].reverse())n(t[0]);if("openapi-3.0"!==e.target)for(let t of e.seen.entries())!function e(t){let r=t.anyOf;if(!Array.isArray(r)||0===r.length||void 0!==t.type)return;let n=[];for(let t of r){if(!t||"object"!=typeof t)return;e(t);let r=Object.keys(t);if(1!==r.length||"type"!==r[0])return;let i=t.type;for(let e of Array.isArray(i)?i:[i]){if("string"!=typeof e)return;n.includes(e)||n.push(e)}}delete t.anyOf,t.type=1===n.length?n[0]:n}(t[1].def??t[1].schema);for(let t of e.deferred)t();if(e.intersections.length){let t=new Map;for(let r of e.seen.values())for(let e of[r.schema,r.def]){let r=e?.allOf;if(!Array.isArray(r))continue;let n=t.get(r);n?n.push(e):t.set(r,[e])}for(let r of e.intersections)for(let e of t.get(r)??[])!function(e){let t=e.allOf;if(!Array.isArray(t)||t.length<2)return;for(let t of r0)if(t in e)return;let r=t.filter(e=>r1.some(t=>Array.isArray(e[t]))),n=null;if(r.length){let e=r[0],i=r1.find(t=>Array.isArray(e[t]));if(1!==Object.keys(e).length)return;let o=t.filter(t=>t!==e),a=e[i].map(e=>r4([...o,e]));if(a.some(e=>!e))return;n={[i]:a}}else n=r4(t);n&&(delete e.allOf,rJ(e,n))}(e)}}let i={};if("draft-2020-12"===e.target?i.$schema="https://json-schema.org/draft/2020-12/schema":"draft-07"===e.target?i.$schema="http://json-schema.org/draft-07/schema#":"draft-04"===e.target?i.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let r=e.external.registry.get(t)?.id;if(!r)throw Error("Schema is missing an `id` property");i.$id=e.external.uri(r)}rJ(i,r.defId?r.schema:r.def??r.schema);let o=e.metadataRegistry.get(t)?.id;void 0!==o&&i.id===o&&delete i.id;let a=e.external?.defs??{};if(!e.external||e.sharedEmitDoneFor!==e.external)for(let t of e.seen.entries()){let e=t[1];e.def&&e.defId&&(e.def.id===e.defId&&delete e.def.id,K(a,e.defId,e.def))}e.external&&(e.sharedEmitDoneFor=e.external),e.external||Object.keys(a).length>0&&("draft-2020-12"===e.target?i.$defs=a:i.definitions=a);try{let r=JSON.parse(JSON.stringify(i));return Object.defineProperty(r,"~standard",{value:{...t["~standard"],jsonSchema:{input:r6(t,"input",e.processors),output:r6(t,"output",e.processors)}},enumerable:!1,writable:!1}),r}catch(e){throw Error("Error converting schema to JSON.")}}let r6=(e,t,r={})=>n=>{let{libraryOptions:i,target:o}=n??{},a=rH({...i??{},target:o,io:t,processors:r});return rY(e,a),rX(a,e),r3(a,e)},r9={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""};function r8(e){let t=e._zod.def;return"pipe"===t.type&&t.in._zod.traits.has("$ZodTransform")?r8(t.out):"catch"===t.type?r8(t.innerType):e._zod.optin}let r5=new WeakMap,r7=Symbol();function ne(e,t,r,n,i){let o=!1,a=JSON.stringify(e,(e,t)=>"bigint"!=typeof t?t:(o=!0,null));return o?(rG(t,r,n,i,"BigInt defaults cannot be represented in JSON Schema"),r7):JSON.parse(a)}let nt=(e,t,r,n)=>{let i=e._zod.def;rY(i.innerType,t,n),t.seen.get(e).ref=i.innerType};function nr(){return{localeError:(()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}},t={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",credit_card:"credit card number",jwt:"JWT",template_literal:"input"},r={nan:"NaN"};function n(e,t){return"number"!==e||"number"!=typeof t||Number.isFinite(t)?r[e]??e:String(t)}return r=>{switch(r.code){case"invalid_type":{let e=n(r.expected),t=n(function(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":if(null===e)return"null";if(Array.isArray(e))return"array";if(e&&Object.getPrototypeOf(e)!==Object.prototype&&"constructor"in e&&e.constructor)return e.constructor.name}return t}(r.input),r.input);return`Invalid input: expected ${e}, received ${t}`}case"invalid_value":if(1===r.values.length)return`Invalid input: expected ${en(r.values[0])}`;return`Invalid option: expected one of ${B(r.values,"|")}`;case"too_big":{let t=r.exact?"exactly ":r.inclusive?"<=":"<",n=e[r.origin]??null;if(n)return`Too big: expected ${r.origin??"value"} to have ${t}${r.maximum.toString()} ${n.unit??"elements"}`;return`Too big: expected ${r.origin??"value"} to be ${t}${r.maximum.toString()}`}case"too_small":{let t=r.exact?"exactly ":r.inclusive?">=":">",n=e[r.origin]??null;if(n)return`Too small: expected ${r.origin} to have ${t}${r.minimum.toString()} ${n.unit}`;return`Too small: expected ${r.origin} to be ${t}${r.minimum.toString()}`}case"invalid_format":if("starts_with"===r.format)return`Invalid string: must start with "${r.prefix}"`;if("ends_with"===r.format)return`Invalid string: must end with "${r.suffix}"`;if("includes"===r.format)return`Invalid string: must include "${r.includes}"`;if("regex"===r.format)return`Invalid string: must match pattern ${r.pattern}`;return`Invalid ${t[r.format]??r.format}`;case"not_multiple_of":return`Invalid number: must be a multiple of ${r.divisor}`;case"unrecognized_keys":return`Unrecognized key${r.keys.length>1?"s":""}: ${B(r.keys,", ")}`;case"invalid_key":return`Invalid key in ${r.origin}`;case"invalid_union":if(r.options&&Array.isArray(r.options)&&r.options.length>0){let e=r.options.map(e=>`'${e}'`).join(" | ");return`Invalid discriminator value. Expected ${e}`}if(!1===r.inclusive)return"Invalid input: more than one option matched";return"Invalid input";case"invalid_element":return`Invalid value in ${r.origin}`;default:return"Invalid input"}}})()}}let nn=new WeakSet([Object.prototype,Error.prototype]);function ni(e,t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,get(){let e=r(this);return Object.defineProperty(this,t,{value:e,configurable:!0,writable:!0}),e},set(e){Object.defineProperty(this,t,{value:e,configurable:!0,writable:!0})}})}let no=ew("ZodError",(e,t)=>{tg.init(e,t),e.name="ZodError";let r=Object.getPrototypeOf(e);nn.has(r)||(nn.add(r),ni(r,"format",e=>t=>(function(e,t=e=>e.message){let r={_errors:[]},n=(e,i=[])=>{for(let o of e.issues)if("invalid_union"===o.code&&o.errors.length)o.errors.map(e=>n({issues:e},[...i,...o.path]));else if("invalid_key"===o.code)n({issues:o.issues},[...i,...o.path]);else if("invalid_element"===o.code)n({issues:o.issues},[...i,...o.path]);else{let e=[...i,...o.path];if(0===e.length)r._errors.push(t(o));else{let n=r,i=0;for(;i<e.length;){let r=e[i],a=i===e.length-1;if("_errors"===r){a&&n._errors.push(t(o)),i++;continue}Object.prototype.hasOwnProperty.call(n,r)||Object.defineProperty(n,r,{value:{_errors:[]},enumerable:!0,writable:!0,configurable:!0});let s=n[r];a&&s._errors.push(t(o)),n=s,i++}}}};return n(e),r})(e,t)),ni(r,"flatten",e=>t=>(function(e,t=e=>e.message){let r={},n=[];for(let a of e.issues)if(a.path.length>0){var i,o;(i=a.path[0],o=()=>[],!Object.prototype.hasOwnProperty.call(r,i)&&("__proto__"===i?Object.defineProperty(r,i,{value:o(),writable:!0,enumerable:!0,configurable:!0}):r[i]=o()),r[i]).push(t(a))}else n.push(t(a));return{formErrors:n,fieldErrors:r}})(e,t)),ni(r,"addIssue",e=>t=>{e.issues.push(t),e.message=JSON.stringify(e.issues,q,2)}),ni(r,"addIssues",e=>t=>{e.issues.push(...t),e.message=JSON.stringify(e.issues,q,2)}),Object.defineProperty(r,"isEmpty",{configurable:!0,enumerable:!1,get(){return 0===this.issues.length}}))},void 0,{Parent:Error}),na=tv(no),ns=t_(no),nl=tw(no),nu=tS(no),nc=(s=tv(no),l=(e,t,r,n)=>s(e,t,r?{...r,direction:"backward"}:{direction:"backward"},tb(l,n))),np=(u=tv(no),c=(e,t,r,n)=>u(e,t,r,tb(c,n))),nd=(p=t_(no),d=async(e,t,r,n)=>{let i=r?{...r,direction:"backward"}:{direction:"backward"};return await p(e,t,i,tb(d,n))}),nf=(f=t_(no),h=async(e,t,r,n)=>await f(e,t,r,tb(h,n))),nh=(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return tw(no)(e,t,n)},nm=(e,t,r)=>tw(no)(e,t,r),ng=async(e,t,r)=>{let n=r?{...r,direction:"backward"}:{direction:"backward"};return tS(no)(e,t,n)},ny=async(e,t,r)=>tS(no)(e,t,r);function nb(){eE.memoizer||eS({memoizer:ex})}let nv=ew("ZodType",(e,t)=>(eE.localeError||eS(nr()),tT.init(e,t),e.def=t,e.type=t.type,e),{check(...e){let t=this.def;return this.clone(V(t,{checks:[...t.checks??[],...e.map(e=>"function"==typeof e?{_zod:{check:e,def:{check:"custom"},onattach:[]}}:e)]}),{parent:!0})},with(...e){return this.check(...e)},clone(e,t){return et(this,e,t)},brand(){return this},register(e,t){return e.add(this,t),this},refine(e,t){return this.check(function(e,t={}){return new iA({type:"custom",check:"custom",fn:e,...er(t)})}(e,t))},superRefine(e,t){return this.check(function(e,t){var r;let n,i;return r=t=>(t.addIssue=e=>{"string"==typeof e?t.issues.push(eh(e,t.value,n._zod.def)):(e.fatal&&(e.continue=!1),e.code??(e.code="custom"),"input"in e||(e.input=t.value),e.inst??(e.inst=n),e.continue??(e.continue=!n._zod.def.abort),t.issues.push(eh(e)))},e(t.value,t)),(i=new e4({check:"custom",...er(t)}))._zod.check=r,n=i}(e,t))},overwrite(e){return this.check(rV(e))},optional(){return iy(this)},exactOptional(){var e;return e=this,new ib({type:"optional",innerType:e})},nullable(){return i_(this)},nullish(){return iy(i_(this))},nonoptional(e){var t;return t=this,new iS({type:"nonoptional",innerType:t,...er(e)})},array(){return n5(this)},or(e){return ii([this,e])},and(e){var t;return t=this,new is({type:"intersection",left:t,right:e})},transform(e){return iT(this,new im({type:"transform",transform:e}))},default(e){var t,r;return t=this,r=e,new iw({type:"default",innerType:t,get defaultValue(){return"function"==typeof r?r():Q(r)}})},prefault(e){var t,r;return t=this,r=e,new iE({type:"prefault",innerType:t,get defaultValue(){return"function"==typeof r?r():Q(r)}})},catch(e){return function(e,t){let r;return new iR({type:"catch",innerType:e,catchValue:"function"==typeof t?t:((r=()=>t)["~constantCatch"]=!0,r)})}(this,e)},pipe(e){return iT(this,e)},readonly(){var e;return e=this,new iC({type:"readonly",innerType:e})},describe(e){let t=this.clone();return rN.add(t,{description:e}),t},meta(...e){if(0===e.length)return rN.get(this);let t=this.clone();return rN.add(t,e[0]),t},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(e,...t){return 0===t.length?e(this):e(this,...t)},get"~standard"(){return em(this,"~standard",{...tA(this),jsonSchema:{input:r6(this,"input"),output:r6(this,"output")}},!1)},set"~standard"(e){em(this,"~standard",e)},parse:function e(t,r){return na(this,t,r,{callee:e})},parseAsync:async function e(t,r){return await ns(this,t,r,{callee:e})},safeParse(e,t){return nl(this,e,t)},async safeParseAsync(e,t){return nu(this,e,t)},get spa(){return this?.safeParseAsync},set spa(e){em(this,"spa",e)},encode:function e(t,r){return nc(this,t,r,{callee:e})},decode:function e(t,r){return np(this,t,r,{callee:e})},encodeAsync:async function e(t,r){return await nd(this,t,r,{callee:e})},decodeAsync:async function e(t,r){return await nf(this,t,r,{callee:e})},safeEncode(e,t){return nh(this,e,t)},safeDecode(e,t){return nm(this,e,t)},async safeEncodeAsync(e,t){return ng(this,e,t)},async safeDecodeAsync(e,t){return ny(this,e,t)},toJSONSchema(e){return((e,t={})=>r=>{let n=rH({...r,processors:t});return rY(e,n),rX(n,e),r3(n,e)})(this,{})(e)},get description(){return rN.get(this)?.description},get _def(){return this._zod.def}}),n_=ew("_ZodString",(e,t)=>{tx.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r)=>{r.type="string";let{minimum:n,maximum:i,format:o,patterns:a,contentEncoding:s,laxFormat:l}=e._zod.bag;if("number"==typeof n&&(r.minLength=n),"number"==typeof i&&(r.maxLength=i),o&&(r.format=r9[o]??o,""===r.format&&delete r.format,("time"===o||l)&&delete r.format),s&&(r.contentEncoding=s),a&&a.size>0){let e=[...a];1===e.length?r.pattern=e[0].source:e.length>1&&(r.allOf=[...e.map(e=>({..."draft-07"===t.target||"draft-04"===t.target||"openapi-3.0"===t.target?{type:"string"}:{},pattern:e.source}))])}})(e,t,r);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null},{regex(...e){return this.check(function(e,t){return new ti({check:"string_format",format:"regex",...er(t),pattern:e})}(...e))},includes(...e){return this.check(function(e,t){return new ts({check:"string_format",format:"includes",...er(t),includes:e})}(...e))},startsWith(...e){return this.check(function(e,t){return new tl({check:"string_format",format:"starts_with",...er(t),prefix:e})}(...e))},endsWith(...e){return this.check(function(e,t){return new tu({check:"string_format",format:"ends_with",...er(t),suffix:e})}(...e))},min(...e){return this.check(rZ(...e))},max(...e){return this.check(rW(...e))},length(...e){return this.check(rK(...e))},nonempty(...e){return this.check(rZ(1,...e))},lowercase(e){return this.check(new to({check:"string_format",format:"lowercase",...er(e)}))},uppercase(e){return this.check(new ta({check:"string_format",format:"uppercase",...er(e)}))},trim(){return this.check(rV(e=>e.trim()))},normalize(...e){return this.check(function(e){return rV(t=>t.normalize(e))}(...e))},toLowerCase(){return this.check(rV(e=>e.toLowerCase()))},toUpperCase(){return this.check(rV(e=>e.toUpperCase()))},slugify(){return this.check(rV(e=>e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")))}}),nw=ew("ZodString",(e,t)=>{tx.init(e,t),n_.init(e,t)},{email(e){return this.check(new nA({type:"string",format:"email",check:"string_format",abort:!1,...er(e)}))},url(e){return this.check(rj(nP,e))},jwt(e){return this.check(new nV({type:"string",format:"jwt",check:"string_format",abort:!1,...er(e)}))},emoji(e){return this.check(new nI({type:"string",format:"emoji",check:"string_format",abort:!1,...er(e)}))},guid(e){return this.check(new nx({type:"string",format:"guid",check:"string_format",abort:!1,...er(e)}))},uuid(e){return this.check(new nk({type:"string",format:"uuid",check:"string_format",abort:!1,...er(e)}))},uuidv4(e){return this.check(new nk({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...er(e)}))},uuidv6(e){return this.check(new nk({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...er(e)}))},uuidv7(e){return this.check(new nk({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...er(e)}))},nanoid(e){return this.check(new nL({type:"string",format:"nanoid",check:"string_format",abort:!1,...er(e)}))},cuid(e){return this.check(new nz({type:"string",format:"cuid",check:"string_format",abort:!1,...er(e)}))},cuid2(e){return this.check(new nN({type:"string",format:"cuid2",check:"string_format",abort:!1,...er(e)}))},ulid(e){return this.check(new nj({type:"string",format:"ulid",check:"string_format",abort:!1,...er(e)}))},base64(e){return this.check(new nW({type:"string",format:"base64",check:"string_format",abort:!1,...er(e)}))},base64url(e){return this.check(new nZ({type:"string",format:"base64url",check:"string_format",abort:!1,...er(e)}))},xid(e){return this.check(new nD({type:"string",format:"xid",check:"string_format",abort:!1,...er(e)}))},ksuid(e){return this.check(new n$({type:"string",format:"ksuid",check:"string_format",abort:!1,...er(e)}))},ipv4(e){return this.check(new nM({type:"string",format:"ipv4",check:"string_format",abort:!1,...er(e)}))},ipv6(e){return this.check(new nF({type:"string",format:"ipv6",check:"string_format",abort:!1,...er(e)}))},cidrv4(e){return this.check(new nB({type:"string",format:"cidrv4",check:"string_format",abort:!1,...er(e)}))},cidrv6(e){return this.check(new nq({type:"string",format:"cidrv6",check:"string_format",abort:!1,...er(e)}))},e164(e){return this.check(new nK({type:"string",format:"e164",check:"string_format",abort:!1,...er(e)}))},datetime(e){return this.check(rD(nR,e))},date(e){return this.check(new nO({type:"string",format:"date",check:"string_format",...er(e)}))},time(e){return this.check(new nT({type:"string",format:"time",check:"string_format",precision:null,...er(e)}))},duration(e){return this.check(new nC({type:"string",format:"duration",check:"string_format",...er(e)}))}});function nE(e){return new nw({type:"string",...er(e)})}let nS=ew("ZodStringFormat",(e,t)=>{tk.init(e,t),n_.init(e,t)}),nR=ew("ZodISODateTime",(e,t)=>{tq.init(e,t),nS.init(e,t)}),nO=ew("ZodISODate",(e,t)=>{tW.init(e,t),nS.init(e,t)}),nT=ew("ZodISOTime",(e,t)=>{tZ.init(e,t),nS.init(e,t)}),nC=ew("ZodISODuration",(e,t)=>{tK.init(e,t),nS.init(e,t)}),nA=ew("ZodEmail",(e,t)=>{tI.init(e,t),nS.init(e,t)}),nx=ew("ZodGUID",(e,t)=>{tP.init(e,t),nS.init(e,t)}),nk=ew("ZodUUID",(e,t)=>{tU.init(e,t),nS.init(e,t)}),nP=ew("ZodURL",(e,t)=>{tz.init(e,t),nS.init(e,t)});function nU(e){return rj(nP,e)}let nI=ew("ZodEmoji",(e,t)=>{tN.init(e,t),nS.init(e,t)}),nL=ew("ZodNanoID",(e,t)=>{tj.init(e,t),nS.init(e,t)}),nz=ew("ZodCUID",(e,t)=>{tD.init(e,t),nS.init(e,t)}),nN=ew("ZodCUID2",(e,t)=>{t$.init(e,t),nS.init(e,t)}),nj=ew("ZodULID",(e,t)=>{tM.init(e,t),nS.init(e,t)}),nD=ew("ZodXID",(e,t)=>{tF.init(e,t),nS.init(e,t)}),n$=ew("ZodKSUID",(e,t)=>{tB.init(e,t),nS.init(e,t)}),nM=ew("ZodIPv4",(e,t)=>{tV.init(e,t),nS.init(e,t)}),nF=ew("ZodIPv6",(e,t)=>{tG.init(e,t),nS.init(e,t)}),nB=ew("ZodCIDRv4",(e,t)=>{tY.init(e,t),nS.init(e,t)}),nq=ew("ZodCIDRv6",(e,t)=>{tQ.init(e,t),nS.init(e,t)}),nW=ew("ZodBase64",(e,t)=>{t0.init(e,t),nS.init(e,t)}),nZ=ew("ZodBase64URL",(e,t)=>{t1.init(e,t),nS.init(e,t)}),nK=ew("ZodE164",(e,t)=>{t2.init(e,t),nS.init(e,t)}),nV=ew("ZodJWT",(e,t)=>{t4.init(e,t),nS.init(e,t)}),nJ=ew("ZodNumber",(e,t)=>{t3.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let{minimum:i,maximum:o,format:a,multipleOf:s,exclusiveMaximum:l,exclusiveMinimum:u}=e._zod.bag;"string"==typeof a&&a.includes("int")?r.type="integer":r.type="number";let c="number"==typeof u&&u>=(i??-1/0),p="number"==typeof l&&l<=(o??1/0),d="draft-04"===t.target||"openapi-3.0"===t.target;c?d?(r.minimum=u,r.exclusiveMinimum=!0):r.exclusiveMinimum=u:"number"==typeof i&&(r.minimum=i),p?d?(r.maximum=l,r.exclusiveMaximum=!0):r.exclusiveMaximum=l:"number"==typeof o&&(r.maximum=o),"number"==typeof s&&(Number.isFinite(s)&&0!==s?r.multipleOf=Math.abs(s):rG(e,t,r,n,`A multipleOf divisor of ${s} cannot be represented in JSON Schema`))})(e,t,r,n);let r=e._zod.bag;e.minValue=Math.max(r.minimum??-1/0,r.exclusiveMinimum??-1/0)??null,e.maxValue=Math.min(r.maximum??1/0,r.exclusiveMaximum??1/0)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null},{gt(e,t){return this.check(rF(e,t))},gte(e,t){return this.check(rB(e,t))},min(e,t){return this.check(rB(e,t))},lt(e,t){return this.check(r$(e,t))},lte(e,t){return this.check(rM(e,t))},max(e,t){return this.check(rM(e,t))},int(e){return this.check(nY(e))},safe(e){return this.check(nY(e))},positive(e){return this.check(rF(0,e))},nonnegative(e){return this.check(rB(0,e))},negative(e){return this.check(r$(0,e))},nonpositive(e){return this.check(rM(0,e))},multipleOf(e,t){return this.check(rq(e,t))},step(e,t){return this.check(rq(e,t))},finite(){return this}});function nH(e){return new nJ({type:"number",checks:[],...er(e)})}let nG=ew("ZodNumberFormat",(e,t)=>{t6.init(e,t),nJ.init(e,t)});function nY(e){return new nG({type:"number",check:"number_format",abort:!1,format:"safeint",...er(e)})}let nQ=ew("ZodBoolean",(e,t)=>{t9.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.type="boolean"}});function nX(e){return new nQ({type:"boolean",...er(e)})}let n0=ew("ZodNull",(e,t)=>{t8.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{"openapi-3.0"===e.target?(t.type="string",t.nullable=!0,t.enum=[null]):t.type="null"}}),n1=ew("ZodUnknown",(e,t)=>{t5.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(e,t,r)=>void 0});function n2(){return new n1({type:"unknown"})}let n4=ew("ZodNever",(e,t)=>{t7.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(e,t,r)=>{t.not={}}});function n3(e){return new n4({type:"never",...er(e)})}let n6=ew("ZodDate",(e,t)=>{re.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{rG(e,t,r,n,"Date cannot be represented in JSON Schema")},e.min=(t,r)=>e.check(rB(t,r)),e.max=(t,r)=>e.check(rM(t,r));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});function n9(e){return new n6({type:"date",...er(e)})}let n8=ew("ZodArray",(e,t)=>{nb(),rr.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def,{minimum:o,maximum:a}=e._zod.bag;"number"==typeof o&&(r.minItems=o),"number"==typeof a&&(r.maxItems=a),r.type="array",r.items=rY(i.element,t,{...n,path:[...n.path,"items"]})})(e,t,r,n),e.element=t.element},{min(e,t){return this.check(rZ(e,t))},nonempty(e){return this.check(rZ(1,e))},max(e,t){return this.check(rW(e,t))},length(e,t){return this.check(rK(e,t))},unwrap(){return this.element}});function n5(e,t){return new n8({type:"array",element:e,...er(t)})}let n7=ew("ZodObject",(e,t)=>{var r;let n,i;nb(),ru.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def,o=i.shape;if(Object.getOwnPropertySymbols(o).length&&rG(e,t,r,n,"Symbol keys cannot be represented in JSON Schema"))return;for(let e in r.type="object",r.properties={},o)K(r.properties,e,rY(o[e],t,{...n,path:[...n.path,"properties",e]}));let a=new Set([...new Set(Object.keys(o))].filter(e=>{let r=i.shape[e];return"input"===t.io?void 0===r8(r):void 0===r._zod.optout}));a.size>0&&(r.required=Array.from(a)),i.catchall?._zod.def.type==="never"?r.additionalProperties=!1:i.catchall?i.catchall&&(r.additionalProperties=rY(i.catchall,t,{...n,path:[...n.path,"additionalProperties"]})):"output"===t.io&&(r.additionalProperties=!1)})(e,t,r,n),r="shape",(i=r in(n=Object.getPrototypeOf(e))?void 0:n)&&Object.defineProperty(i,r,{configurable:!0,get(){let e={configurable:!0,writable:!0,enumerable:!1,value:void 0};return Object.defineProperty(this,r,e),e.value=(e=>e._zod.def.shape)(this),Object.defineProperty(this,r,e),e.value},set(e){Object.defineProperty(this,r,{configurable:!0,writable:!0,enumerable:!1,value:e})}})},{keyof(){return ip(Object.keys(this._zod.def.shape))},catchall(e){return this.clone({...this._zod.def,catchall:e})},passthrough(){return this.clone({...this._zod.def,catchall:n2()})},loose(){return this.clone({...this._zod.def,catchall:n2()})},strict(){return this.clone({...this._zod.def,catchall:n3()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(e){return function(e,t){if(!Y(t))throw Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let r=e._zod.def.shape;for(let e of Reflect.ownKeys(t))if(void 0!==Object.getOwnPropertyDescriptor(r,e))throw Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let n=V(e._zod.def,{get shape(){let r={...e._zod.def.shape,...t};return K(this,"shape",r),r}});return et(e,n)}(this,e)},safeExtend(e){var t=this;if(!Y(e))throw Error("Invalid input to safeExtend: expected a plain object");let r=V(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e};return K(this,"shape",r),r}});return et(t,r)},merge(e){var t=this;if(!e?._zod?.def)throw Error("Invalid input to merge: expected an object schema. To merge a plain shape, use `.extend()`.");if(t._zod.def.checks?.length)throw Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=V(t._zod.def,{get shape(){let r={...t._zod.def.shape,...e._zod.def.shape};return K(this,"shape",r),r},get catchall(){return e._zod.def.catchall},checks:e._zod.def.checks??[]});return et(t,r)},pick(e){return function(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw Error(".pick() cannot be used on object schemas containing refinements");let i=V(e._zod.def,{get shape(){let e={};for(let n of Reflect.ownKeys(t)){if(!Object.prototype.hasOwnProperty.call(r.shape,n))throw Error(`Unrecognized key: "${String(n)}"`);t[n]&&K(e,n,r.shape[n])}return K(this,"shape",e),e},checks:[]});return et(e,i)}(this,e)},omit(e){return function(e,t){let r=e._zod.def,n=r.checks;if(n&&n.length>0)throw Error(".omit() cannot be used on object schemas containing refinements");let i=V(e._zod.def,{get shape(){let n={...e._zod.def.shape};for(let e of Reflect.ownKeys(t)){if(!Object.prototype.hasOwnProperty.call(r.shape,e))throw Error(`Unrecognized key: "${String(e)}"`);t[e]&&delete n[e]}return K(this,"shape",n),n},checks:[]});return et(e,i)}(this,e)},partial(...e){return eo(ig,this,e[0])},exactPartial(...e){return eo(ib,this,e[0],"exactPartial")},required(...e){var t,r;let n;return t=this,r=e[0],n=V(t._zod.def,{get shape(){let e=t._zod.def.shape,n={...e};if(r)for(let t of Reflect.ownKeys(r)){if(!Object.prototype.hasOwnProperty.call(n,t))throw Error(`Unrecognized key: "${String(t)}"`);r[t]&&(n[t]=new iS({type:"nonoptional",innerType:e[t]}))}else for(let t of Reflect.ownKeys(e))n[t]=new iS({type:"nonoptional",innerType:e[t]});return K(this,"shape",n),n}}),et(t,n)}});function ie(e,t){return new n7({type:"object",shape:e,catchall:n3(),...er(t)})}function it(e,t){return new n7({type:"object",shape:e,catchall:n2(),...er(t)})}let ir=ew("ZodUnion",(e,t)=>{rp.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=!1===(i=e._zod.def).inclusive,a=i.options.map((e,r)=>rY(e,t,{...n,path:[...n.path,o?"oneOf":"anyOf",r]})),void(o?r.oneOf=a:r.anyOf=a)},e.options=t.options});function ii(e,t){return new ir({type:"union",options:e,...er(t)})}let io=ew("ZodDiscriminatedUnion",(e,t)=>{ir.init(e,t),rd.init(e,t)});function ia(e,t,r){return new io({type:"union",options:t,discriminator:e,...er(r)})}let is=ew("ZodIntersection",(e,t)=>{rf.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a,s,l;return o=rY((i=e._zod.def).left,t,{...n,path:[...n.path,"allOf",0]}),a=rY(i.right,t,{...n,path:[...n.path,"allOf",1]}),void(r.allOf=l=[...(s=e=>"allOf"in e&&1===Object.keys(e).length)(o)?o.allOf:[o],...s(a)?a.allOf:[a]],t.intersections.push(l))}}),il=ew("ZodRecord",(e,t)=>{nb(),rm.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def;r.type="object";let o=i.keyType,a=o._zod.bag,s=a?.patterns;if("loose"===i.mode&&s&&s.size>0){let e=rY(i.valueType,t,{...n,path:[...n.path,"patternProperties","*"]});for(let t of(r.patternProperties={},s))K(r.patternProperties,t.source,e)}else{if("draft-07"===t.target||"draft-2020-12"===t.target){r.propertyNames=rY(i.keyType,t,{...n,path:[...n.path,"propertyNames"]});let o=r5.get(t);o||(o=[],r5.set(t,o),t.deferred.push(()=>(function(e){let t=new Map;for(let r of e.seen.values())r.def&&!t.has(r.schema)&&t.set(r.schema,r);let r=new Map;for(let n of r5.get(e)??[]){let i=e.seen.get(n),o=(i?.def??i?.schema)?.propertyNames;if(!o||!0===o||r.has(o))continue;let a=function e(t,r,n){if(r.$ref){if(n.has(r))return r;n.add(r);let i=t.get(r)?.def;if(!i)return r;let o=e(t,i,n);return o===i?r:o}for(let i of["anyOf","oneOf"]){let o=r[i];if(!Array.isArray(o))continue;let a=o.map(r=>e(t,r,n));a.some((e,t)=>e!==o[t])&&(r={...r,[i]:a})}let i=Array.isArray(r.type)?r.type:[r.type],o=!i.includes("string")&&i.some(e=>"number"===e||"integer"===e),a=r.enum??(void 0!==r.const?[r.const]:void 0);if(!o&&!a?.some(e=>"number"==typeof e))return r;let{minimum:s,maximum:l,exclusiveMinimum:u,exclusiveMaximum:c,multipleOf:p,format:d,id:f,...h}=r;return h.enum?h.enum=h.enum.map(e=>"number"==typeof e?String(e):e):"number"==typeof h.const&&(h.const=String(h.const)),o&&(h.type="string",a||(h.pattern=(i.includes("number")?eQ:eY).source)),h}(t,o,new Set);a!==o&&r.set(o,a)}if(r.size)for(let t of e.seen.values())for(let e of[t.schema,t.def]){let t=e&&r.get(e.propertyNames);t&&(e.propertyNames=t)}})(t))),o.push(e)}r.additionalProperties=rY(i.valueType,t,{...n,path:[...n.path,"additionalProperties"]})}let l=o._zod.values,u="input"===t.io&&void 0!==r8(i.valueType);if(l&&!i.partial&&!u){let e=[...l].filter(e=>"string"==typeof e||"number"==typeof e);e.length>0&&(r.required=e.map(String))}})(e,t,r,n),e.keyType=t.keyType,e.valueType=t.valueType});function iu(e,t,r){return new il(t&&t._zod?{type:"record",keyType:e,valueType:t,...er(r)}:{type:"record",keyType:nE(),valueType:e,...er(t)})}let ic=ew("ZodEnum",(e,t)=>{rg.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t)=>{let r=F(e._zod.def.entries);if(0===r.length){t.not={};return}r.every(e=>"number"==typeof e)&&(t.type="number"),r.every(e=>"string"==typeof e)&&(t.type="string"),t.enum=r})(e,r),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(e,n)=>{let i={};for(let n of e)if(r.has(n))i[n]=t.entries[n];else throw Error(`Key ${n} not found in enum`);return new ic({...t,checks:[],...er(n),entries:i})},e.exclude=(e,n)=>{let i={...t.entries};for(let t of e)if(r.has(t))delete i[t];else throw Error(`Key ${t} not found in enum`);return new ic({...t,checks:[],...er(n),entries:i})}});function ip(e,t){return new ic({type:"enum",entries:Array.isArray(e)?Object.fromEntries(e.map(e=>[e,e])):e,...er(t)})}let id=ew("ZodLiteral",(e,t)=>{ry.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def;if(0===i.values.length){r.not={};return}let o=[];for(let a of i.values)if(void 0===a){if(rG(e,t,r,n,"Literal `undefined` cannot be represented in JSON Schema"))return}else if("bigint"==typeof a){if(rG(e,t,r,n,"BigInt literals cannot be represented in JSON Schema"))return;o.push(Number(a))}else o.push(a);if(0===o.length);else if(1===o.length){let e=o[0];r.type=null===e?"null":typeof e,"draft-04"===t.target||"openapi-3.0"===t.target?r.enum=[e]:r.const=e}else o.every(e=>"number"==typeof e)&&(r.type="number"),o.every(e=>"string"==typeof e)&&(r.type="string"),o.every(e=>"boolean"==typeof e)&&(r.type="boolean"),o.every(e=>null===e)&&(r.type="null"),r.enum=o})(e,t,r,n),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function ih(e,t){return new id({type:"literal",values:Array.isArray(e)?e:[e],...er(t)})}let im=ew("ZodTransform",(e,t)=>{nb(),rb.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{rG(e,t,r,n,"Transforms cannot be represented in JSON Schema")},e._zod.parse=(r,n)=>{if("backward"===n.direction)throw new $ZodEncodeError(e.constructor.name);r.addIssue=n=>{"string"==typeof n?r.issues.push(eh(n,r.value,t)):(n.fatal&&(n.continue=!1),n.code??(n.code="custom"),"input"in n||(n.input=r.value),n.inst??(n.inst=e),r.issues.push(eh(n)))};let i=t.transform(r.value,r);return i instanceof Promise?i.then(e=>(r.value=e,r)):(r.value=i,r)}}),ig=ew("ZodOptional",(e,t)=>{r_.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>nt(e,t,r,n),e.unwrap=()=>e._zod.def.innerType});function iy(e){return new ig({type:"optional",innerType:e})}let ib=ew("ZodExactOptional",(e,t)=>{rw.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>nt(e,t,r,n),e.unwrap=()=>e._zod.def.innerType}),iv=ew("ZodNullable",(e,t)=>{rE.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=rY((i=e._zod.def).innerType,t,n),a=t.seen.get(e),void("openapi-3.0"===t.target?(a.ref=i.innerType,r.nullable=!0):r.anyOf=[o,{type:"null"}])},e.unwrap=()=>e._zod.def.innerType});function i_(e){return new iv({type:"nullable",innerType:e})}let iw=ew("ZodDefault",(e,t)=>{rS.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o;return rY((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType,void((o=ne(i.defaultValue,e,t,r,n))!==r7&&(r.default=o))},e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap}),iE=ew("ZodPrefault",(e,t)=>{rO.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i=e._zod.def;if(rY(i.innerType,t,n),t.seen.get(e).ref=i.innerType,"input"!==t.io)return;let o=ne(i.defaultValue,e,t,r,n);o!==r7&&(r._prefault=o)})(e,t,r,n),e.unwrap=()=>e._zod.def.innerType}),iS=ew("ZodNonOptional",(e,t)=>{rT.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rY((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType},e.unwrap=()=>e._zod.def.innerType}),iR=ew("ZodCatch",(e,t)=>{rx.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>((e,t,r,n)=>{let i,o=e._zod.def;rY(o.innerType,t,n),t.seen.get(e).ref=o.innerType;try{i=o.catchValue(void 0)}catch{rG(e,t,r,n,"Dynamic catch values are not supported in JSON Schema");return}r.default=i})(e,t,r,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap}),iO=ew("ZodPipe",(e,t)=>{rk.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i,o,a;return o=(i=e._zod.def).in._zod.traits.has("$ZodTransform"),void(rY(a="input"===t.io?o?i.out:i.in:i.out,t,n),t.seen.get(e).ref=a)},e.in=t.in,e.out=t.out});function iT(e,t){return new iO({type:"pipe",in:e,out:t})}let iC=ew("ZodReadonly",(e,t)=>{rU.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{let i;rY((i=e._zod.def).innerType,t,n),t.seen.get(e).ref=i.innerType,r.readOnly=!0},e.unwrap=()=>e._zod.def.innerType}),iA=ew("ZodCustom",(e,t)=>{rL.init(e,t),nv.init(e,t),e._zod.processJSONSchema=(t,r,n)=>{rG(e,t,r,n,"Custom types cannot be represented in JSON Schema")}});function ix(e,t){var r;let n;return r=e??(()=>!0),(n=er(t)).abort??(n.abort=!0),new iA({type:"custom",check:"custom",fn:r,...n})}let ik="[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+",iP=`${ik}(?:\\.${ik})*`,iU="[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?",iI=`${iU}(?:\\.${iU})+`,iL=`${iP}@${iI}`;RegExp(`^${iL}$`);let iz=`(${iL})( *, *${iL})*`;RegExp(`^${iz}$`);let iN="[a-z\\d](?:[a-z\\d]|-(?=[a-z\\d])){0,38}";RegExp(`^${iN}$`,"i"),RegExp("^(?:(?:(?:https?):)?\\/\\/)(?:\\S+(?::\\S*)?@)?(?:(?!(?:10|127)(?:\\.\\d{1,3}){3})(?!(?:169\\.254|192\\.168)(?:\\.\\d{1,3}){2})(?!172\\.(?:1[6-9]|2\\d|3[0-1])(?:\\.\\d{1,3}){2})(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[1-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z0-9\\u00a1-\\uffff][a-z0-9\\u00a1-\\uffff_-]{0,62})?[a-z0-9\\u00a1-\\uffff]\\.)+(?:[a-z\\u00a1-\\uffff]{2,}\\.?|xn--[a-z0-9]+))(?::\\d{2,5})?(?:[/?#]\\S*)?$","i"),RegExp(`^https:\\/\\/gist\\.github\\.com\\/${iN}\\/[0-9a-f]{32}$`,"i");let ij={READY:"READY",RUNNING:"RUNNING",SUCCEEDED:"SUCCEEDED",FAILED:"FAILED",TIMING_OUT:"TIMING-OUT",TIMED_OUT:"TIMED-OUT",ABORTING:"ABORTING",ABORTED:"ABORTED"},iD=[ij.SUCCEEDED,ij.FAILED,ij.TIMED_OUT,ij.ABORTED],i$={DEVELOPMENT:"DEVELOPMENT",WEB:"WEB",API:"API",SCHEDULER:"SCHEDULER",TEST:"TEST",WEBHOOK:"WEBHOOK",ACTOR:"ACTOR",CLI:"CLI",STANDBY:"STANDBY",CI:"CI",MCP:"MCP",APIFY_AI:"APIFY_AI"},iM="APIFY_LOG_FORMAT",iF="ACTOR_RUN_ID",iB={ACTOR_STANDBY_PORT:"4321",ACTOR_DEFAULT_DATASET_ID:"default",ACTOR_DEFAULT_KEY_VALUE_STORE_ID:"default",ACTOR_DEFAULT_REQUEST_QUEUE_ID:"default",ACTOR_WEB_SERVER_PORT:"4321",ACTOR_WEB_SERVER_URL:"http://localhost:4321"};iB.ACTOR_WEB_SERVER_PORT,iB.ACTOR_WEB_SERVER_URL,iB.ACTOR_DEFAULT_DATASET_ID,iB.ACTOR_DEFAULT_KEY_VALUE_STORE_ID,iB.ACTOR_DEFAULT_REQUEST_QUEUE_ID;let iq={FULL_PERMISSIONS:"FULL_PERMISSIONS",LIMITED_PERMISSIONS:"LIMITED_PERMISSIONS"},iW={OWNED_BY_ME:"ownedByMe",SHARED_WITH_ME:"sharedWithMe"};(S=N||(N={}))[S.OFF=0]="OFF",S[S.ERROR=1]="ERROR",S[S.SOFT_FAIL=2]="SOFT_FAIL",S[S.WARNING=3]="WARNING",S[S.INFO=4]="INFO",S[S.DEBUG=5]="DEBUG",S[S.PERF=6]="PERF";let iZ=Object.keys(N).filter(e=>Number.isNaN(+e));(R=j||(j={})).JSON="JSON",R.TEXT="TEXT";let iK=Symbol("apify.processed_error"),iV="[TRUNCATED]",iJ="...[truncated]",iH=["_id","id","userId","impersonatedUserId","impersonatingUserId","adminUserId","actorId","actorTaskId","taskId","buildId","buildNumber","runId","name","message","stack","cause","url","method","code","status","statusCode","statusText","errorCode","errorMessage","errorResponse","response","request","data","payload","details","exception","config","headers"];var iG=i(606),iY=i(7);let Logger=class Logger extends iY.EventEmitter{options;constructor(e){super(),this.options=e}setOptions(e){this.options={...this.options,...e}}getOptions(){return this.options}_outputWithConsole(e,t){switch(e){case N.ERROR:console.error(t);break;case N.WARNING:console.warn(t);break;case N.DEBUG:console.debug(t);break;default:console.log(t)}}_log(e,t,r,n,i={}){throw Error("log() method must be implemented!")}log(e,t,...r){let n=this._log(e,t,...r);this.emit("line",n)}};let iQ={skipLevelInfo:!1,skipTime:!1};let logger_json_LoggerJson=class logger_json_LoggerJson extends Logger{constructor(e={}){super({...iQ,...e})}_log(e,t,r,n,i={}){let{prefix:o,suffix:a}=i;n&&(r={...r,exception:n}),o&&(t=`${o}: ${t}`),a&&(t=`${t} ${a}`);let s=JSON.stringify({time:this.options.skipTime?void 0:new Date,level:this.options.skipLevelInfo&&e===N.INFO?void 0:N[e],msg:t,...r});return this._outputWithConsole(e,s),s}};var iX=i(313),i0=i.n(iX);let i1={SOFT_FAIL:"SFAIL",WARNING:"WARN"},i2={[N.ERROR]:"red",[N.SOFT_FAIL]:"red",[N.WARNING]:"yellow",[N.INFO]:"green",[N.DEBUG]:"blue",[N.PERF]:"magenta"},i4=iZ.map(e=>i1[e]||e),i3=Math.max(...i4.map(e=>e.length)),i6={skipTime:!0};let LoggerText=class LoggerText extends Logger{constructor(e={}){super({...i6,...e})}_log(e,t,r,n,i={}){let{prefix:o,suffix:a}=i,s="";this.options.skipTime||(s=`${new Date().toISOString().replace("Z","").replace("T"," ")} `);let l=n?this._parseException(n):"",u=i2[e],c=i4[e],p=(e=>{let t="";for(let r=0;r<i3-e.length;r++)t+=" ";return t})(c),d=r?` ${JSON.stringify(r)}`:"";o=o?` ${o}:`:"",a=a?` ${a}`:"";let f=`${iX.gray(s)}${iX[u](c)}${p}${iX.yellow(o)} ${t||""}${iX.gray(d)}${iX.yellow(a)}${l}`;return this._outputWithConsole(e,f),f}_parseException(e,t=1){return["string","boolean","number","undefined","bigint"].includes(typeof e)?`
64
52
  ${e}`:null===e?"\nnull":"symbol"==typeof e?`
65
- ${e.toString()}`:"object"==typeof e&&n4 in e?this._parseLoggerException(e,t):`
66
- ${JSON.stringify(e,null,2)}`}_parseLoggerException(e,t=1){let r=[];e.type&&r.push(`type=${e.type}`),e.details&&Object.entries(e.details).map(([e,t])=>r.push(`${e}=${t}`));let n=e.stack||e.reason||e.message,i=n===e.stack,o=il(e,n);i&&(o[0]=e.message||o[0]),r.length&&(o[0]+=nK.gray(`(details: ${r.join(", ")})`));for(let e=1;e<o.length;e++)o[e]=nK.gray(o[e]);if(e.cause){let r=this._parseException(e.cause,t+1).trim().split("\n");o.push(nK.red(` CAUSE: ${nK.reset(r[0])}`),...r.slice(1))}return`
67
- ${o.map(e=>`${" ".repeat(2*t)}${e}`).join("\n")}`}};nX(ig,"LoggerText");var iy=nX(e=>"JSON"===e?new io:new ig,"getLoggerForFormat"),ib=nX(()=>({level:n9(),maxDepth:4,gradualLimitFactor:.5,maxStringLength:1e3,maxArrayLength:500,maxFields:20,preferredFields:[...n8],prefix:null,suffix:null,truncationSuffix:n3,truncationFlagKey:n6,logger:iy(n7()),data:{}}),"getDefaultOptions"),i_=class _Log{constructor(e={}){if(n0(this,"LEVELS",n1),n0(this,"options"),n0(this,"preferredFieldsMap"),n0(this,"warningsOnceLogged",new Set),this.options={...ib(),...e},!n1[this.options.level])throw Error('Options "level" must be one of log.LEVELS enum!');if("number"!=typeof this.options.maxDepth)throw Error('Options "maxDepth" must be a number!');if("number"!=typeof this.options.gradualLimitFactor)throw Error('Options "gradualLimitFactor" must be a number!');if("number"!=typeof this.options.maxStringLength)throw Error('Options "maxStringLength" must be a number!');if("number"!=typeof this.options.maxArrayLength)throw Error('Options "maxArrayLength" must be a number!');if("number"!=typeof this.options.maxFields)throw Error('Options "maxFields" must be a number!');if(!Array.isArray(this.options.preferredFields))throw Error('Options "preferredFields" must be an array!');if(this.options.prefix&&"string"!=typeof this.options.prefix)throw Error('Options "prefix" must be a string!');if(this.options.suffix&&"string"!=typeof this.options.suffix)throw Error('Options "suffix" must be a string!');if("string"!=typeof this.options.truncationSuffix)throw Error('Options "truncationSuffix" must be a string!');if("string"!=typeof this.options.truncationFlagKey)throw Error('Options "truncationFlagKey" must be a string!');if("object"!=typeof this.options.logger)throw Error('Options "logger" must be an object!');if("object"!=typeof this.options.data)throw Error('Options "data" must be an object!');this.preferredFieldsMap=Object.fromEntries(this.options.preferredFields.map((e,t)=>[e,t]))}_sanitizeData(e){return ie(e,{maxDepth:this.options.maxDepth,gradualLimitFactor:this.options.gradualLimitFactor,maxStringLength:this.options.maxStringLength,maxArrayLength:this.options.maxArrayLength,maxFields:this.options.maxFields,preferredFieldsMap:this.preferredFieldsMap,truncationSuffix:this.options.truncationSuffix,truncationFlagKey:this.options.truncationFlagKey})}getLevel(){return this.options.level}setLevel(e){if(!n1[e])throw Error('Options "level" must be one of log.LEVELS enum!');this.options.level=e}internal(e,t,r,n){e>this.options.level||(r=Reflect.ownKeys(r={...this.options.data,...r}).length>0?this._sanitizeData(r):void 0,n=this._sanitizeData(n),this.options.logger.log(e,t,r,n,{prefix:this.options.prefix,suffix:this.options.suffix}))}setOptions(e){this.options={...this.options,...e}}getOptions(){return{...this.options}}child(e){let{prefix:t}=this.options;e.prefix&&(t=t?`${t}:${e.prefix}`:e.prefix);let r=e.data?{...this.options.data,...e.data}:this.options.data;return new _Log({...this.options,...e,prefix:t,data:r})}error(e,t){this.internal(1,e,t)}exception(e,t,r){this.internal(1,t,r,e)}softFail(e,t){this.internal(2,e,t)}warning(e,t){this.internal(3,e,t)}info(e,t){this.internal(4,e,t)}debug(e,t){this.internal(5,e,t)}perf(e,t){this.internal(6,e,t)}warningOnce(e){this.warningsOnceLogged.has(e)||(this.warningsOnceLogged.add(e),this.warning(e))}deprecated(e){this.warningOnce(e)}};nX(i_,"Log");var iv=new i_,iw=i(336),iE=i.n(iw);function iS(e,t){return function(){return e.apply(t,arguments)}}var iR=i(606);let{toString:iO}=Object.prototype,{getPrototypeOf:iC}=Object,{iterator:ix,toStringTag:ik}=Symbol,iT=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),iA=(e,t)=>{let r=e,n=[];for(;null!=r&&r!==Object.prototype&&-1===n.indexOf(r);){if(n.push(r),iT(r,t))return!0;r=iC(r)}return!1},iP=(n=Object.create(null),e=>{let t=iO.call(e);return n[t]||(n[t]=t.slice(8,-1).toLowerCase())}),iL=e=>(e=e.toLowerCase(),t=>iP(t)===e),iz=e=>t=>typeof t===e,{isArray:i$}=Array,iN=iz("undefined");function ij(e){return null!==e&&!iN(e)&&null!==e.constructor&&!iN(e.constructor)&&iU(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}let iI=iL("ArrayBuffer"),iD=iz("string"),iU=iz("function"),iM=iz("number"),iB=e=>null!==e&&"object"==typeof e,iF=e=>{if(!iB(e))return!1;let t=iC(e);return(null===t||t===Object.prototype||null===iC(t))&&!iA(e,ik)&&!iA(e,ix)},iq=iL("Date"),iZ=iL("File"),iW=iL("Blob"),iV=iL("FileList"),iJ="u">typeof globalThis?globalThis:"u">typeof self?self:"u">typeof window?window:"u">typeof global?global:{},iH=void 0!==iJ.FormData?iJ.FormData:void 0,iK=iL("URLSearchParams"),[iG,iY,iQ,iX]=["ReadableStream","Request","Response","Headers"].map(iL);function i0(e,t,{allOwnKeys:r=!1}={}){let n,i;if(null!=e)if("object"!=typeof e&&(e=[e]),i$(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{let i;if(ij(e))return;let o=r?Object.getOwnPropertyNames(e):Object.keys(e),a=o.length;for(n=0;n<a;n++)i=o[n],t.call(null,e[i],i,e)}}function i1(e,t){let r;if(ij(e))return null;t=t.toLowerCase();let n=Object.keys(e),i=n.length;for(;i-- >0;)if(t===(r=n[i]).toLowerCase())return r;return null}let i2="u">typeof globalThis?globalThis:"u">typeof self?self:"u">typeof window?window:global,i4=e=>!iN(e)&&e!==i2,i6=(a="u">typeof Uint8Array&&iC(Uint8Array),e=>a&&e instanceof a),i3=iL("HTMLFormElement"),{propertyIsEnumerable:i8}=Object.prototype,i5=iL("RegExp"),i9=(e,t)=>{let r=Object.getOwnPropertyDescriptors(e),n={};i0(r,(r,i)=>{let o;!1!==(o=t(r,i,e))&&(n[i]=o||r)}),Object.defineProperties(e,n)},i7=iL("AsyncFunction"),oe=(p="function"==typeof setImmediate,d=iU(i2.postMessage),p?setImmediate:d?(m=`axios@${Math.random()}`,g=[],i2.addEventListener("message",({source:e,data:t})=>{e===i2&&t===m&&g.length&&g.shift()()},!1),e=>{g.push(e),i2.postMessage(m,"*")}):e=>setTimeout(e)),ot="u">typeof queueMicrotask?queueMicrotask.bind(i2):void 0!==iR&&iR.nextTick||oe,or=e=>null!=e&&iU(e[ix]);var on={isArray:i$,isArrayBuffer:iI,isBuffer:ij,isFormData:e=>{if(!e)return!1;if(iH&&e instanceof iH)return!0;let t=iC(e);if(!t||t===Object.prototype||!iU(e.append))return!1;let r=iP(e);return"formdata"===r||"object"===r&&iU(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){return"u">typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&iI(e.buffer)},isString:iD,isNumber:iM,isBoolean:e=>!0===e||!1===e,isObject:iB,isPlainObject:iF,isEmptyObject:e=>{if(!iB(e)||ij(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:iG,isRequest:iY,isResponse:iQ,isHeaders:iX,isUndefined:iN,isDate:iq,isFile:iZ,isReactNativeBlob:e=>!!(e&&void 0!==e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:iW,isRegExp:i5,isFunction:iU,isStream:e=>iB(e)&&iU(e.pipe),isURLSearchParams:iK,isTypedArray:i6,isFileList:iV,forEach:i0,merge:function e(...t){let{caseless:r,skipUndefined:n}=i4(this)&&this||{},i={},o=(t,o)=>{if("__proto__"===o||"constructor"===o||"prototype"===o)return;let a=r&&"string"==typeof o&&i1(i,o)||o,s=iT(i,a)?i[a]:void 0;iF(s)&&iF(t)?i[a]=e(s,t):iF(t)?i[a]=e({},t):i$(t)?i[a]=t.slice():n&&iN(t)||(i[a]=t)};for(let e=0,r=t.length;e<r;e++){let r=t[e];if(!r||ij(r)||(i0(r,o),"object"!=typeof r||i$(r)))continue;let n=Object.getOwnPropertySymbols(r);for(let e=0;e<n.length;e++){let t=n[e];i8.call(r,t)&&o(r[t],t)}}return i},extend:(e,t,r,{allOwnKeys:n}={})=>(i0(t,(t,n)=>{r&&iU(t)?Object.defineProperty(e,n,{__proto__:null,value:iS(t,r),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,n,{__proto__:null,value:t,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:(e,t,r,n)=>{let i,o,a,s={};if(t=t||{},null==e)return t;do{for(o=(i=Object.getOwnPropertyNames(e)).length;o-- >0;)a=i[o],(!n||n(a,e,t))&&!s[a]&&(t[a]=e[a],s[a]=!0);e=!1!==r&&iC(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype)return t},kindOf:iP,kindOfTest:iL,endsWith:(e,t,r)=>{e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;let n=e.indexOf(t,r);return -1!==n&&n===r},toArray:e=>{if(!e)return null;if(i$(e))return e;let t=e.length;if(!iM(t))return null;let r=Array(t);for(;t-- >0;)r[t]=e[t];return r},forEachEntry:(e,t)=>{let r,n=(e&&e[ix]).call(e);for(;(r=n.next())&&!r.done;){let n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let r,n=[];for(;null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:i3,hasOwnProperty:iT,hasOwnProp:iT,hasOwnInPrototypeChain:iA,getSafeProp:(e,t)=>null!=e&&iA(e,t)?e[t]:void 0,reduceDescriptors:i9,freezeMethods:e=>{i9(e,(t,r)=>{if(iU(e)&&["arguments","caller","callee"].includes(r))return!1;if(iU(e[r])){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},toObjectSet:(e,t)=>{let r={};return(i$(e)?e:String(e).split(t)).forEach(e=>{r[e]=!0}),r},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,r){return t.toUpperCase()+r}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e*=1)?e:t,findKey:i1,global:i2,isContextDefined:i4,isSpecCompliantForm:function(e){return!!(e&&iU(e.append)&&"FormData"===e[ik]&&e[ix])},toJSONObject:e=>{let t=new WeakSet,r=e=>{if(iB(e)){if(t.has(e))return;if(ij(e))return e;if(!("toJSON"in e)){t.add(e);let n=i$(e)?[]:{};return i0(e,(e,t)=>{let i=r(e);iN(i)||(n[t]=i)}),t.delete(e),n}}return e};return r(e)},isAsyncFn:i7,isThenable:e=>e&&(iB(e)||iU(e))&&iU(e.then)&&iU(e.catch),setImmediate:oe,asap:ot,isIterable:or,isSafeIterable:e=>null!=e&&iA(e,ix)&&or(e)};let oi=on.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),oo=RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),oa=RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function os(e,t){return on.isArray(e)?e.map(e=>os(e,t)):function(e){let t=0,r=e.length;for(;t<r;){let r=e.charCodeAt(t);if(9!==r&&32!==r)break;t+=1}for(;r>t;){let t=e.charCodeAt(r-1);if(9!==t&&32!==t)break;r-=1}return 0===t&&r===e.length?e:e.slice(t,r)}(String(e).replace(t,""))}function ol(e){let t=Object.create(null);return on.forEach(e.toJSON(),(e,r)=>{t[r]=os(e,oa)}),t}let ou=Symbol("internals");function oc(e){return e&&String(e).trim().toLowerCase()}function oh(e){return!1===e||null==e?e:on.isArray(e)?e.map(oh):os(String(e),oo)}function of(e,t,r,n,i){if(on.isFunction(n))return n.call(this,t,r);if(i&&(t=r),on.isString(t)){if(on.isString(n))return -1!==t.indexOf(n);if(on.isRegExp(n))return n.test(t)}}let AxiosHeaders=class AxiosHeaders{constructor(e){e&&this.set(e)}set(e,t,r){let n=this;function i(e,t,r){let i=oc(t);if(!i)return;let o=on.findKey(n,i);o&&void 0!==n[o]&&!0!==r&&(void 0!==r||!1===n[o])||(n[o||t]=oh(e))}let o=(e,t)=>on.forEach(e,(e,r)=>i(e,r,t));if(on.isPlainObject(e)||e instanceof this.constructor)o(e,t);else{let n;if(on.isString(e)&&(e=e.trim())&&(n=e,!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(n.trim()))){var a;let r,n,i,s;o((s={},(a=e)&&a.split("\n").forEach(function(e){i=e.indexOf(":"),r=e.substring(0,i).trim().toLowerCase(),n=e.substring(i+1).trim(),!r||s[r]&&oi[r]||("set-cookie"===r?s[r]?s[r].push(n):s[r]=[n]:s[r]=s[r]?s[r]+", "+n:n)}),s),t)}else if(on.isObject(e)&&on.isSafeIterable(e)){let r=Object.create(null),n,i;for(let t of e){if(!on.isArray(t))throw TypeError("Object iterator must return a key-value pair");i=t[0],on.hasOwnProp(r,i)?(n=r[i],r[i]=on.isArray(n)?[...n,t[1]]:[n,t[1]]):r[i]=t[1]}o(r,t)}else null!=e&&i(t,e,r)}return this}get(e,t){if(e=oc(e)){let r=on.findKey(this,e);if(r){let e=this[r];if(!t)return e;if(!0===t){let t,r=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;for(;t=n.exec(e);)r[t[1]]=t[2];return r}if(on.isFunction(t))return t.call(this,e,r);if(on.isRegExp(t))return t.exec(e);throw TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=oc(e)){let r=on.findKey(this,e);return!!(r&&void 0!==this[r]&&(!t||of(this,this[r],r,t)))}return!1}delete(e,t){let r=this,n=!1;function i(e){if(e=oc(e)){let i=on.findKey(r,e);i&&(!t||of(r,r[i],i,t))&&(delete r[i],n=!0)}}return on.isArray(e)?e.forEach(i):i(e),n}clear(e){let t=Object.keys(this),r=t.length,n=!1;for(;r--;){let i=t[r];(!e||of(this,this[i],i,e,!0))&&(delete this[i],n=!0)}return n}normalize(e){let t=this,r={};return on.forEach(this,(n,i)=>{let o=on.findKey(r,i);if(o){t[o]=oh(n),delete t[i];return}let a=e?i.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,r)=>t.toUpperCase()+r):String(i).trim();a!==i&&delete t[i],t[a]=oh(n),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let t=Object.create(null);return on.forEach(this,(r,n)=>{null!=r&&!1!==r&&(t[n]=e&&on.isArray(r)?r.join(", "):r)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){let r=new this(e);return t.forEach(e=>r.set(e)),r}static accessor(e){let t=(this[ou]=this[ou]={accessors:{}}).accessors,r=this.prototype;function n(e){let n=oc(e);if(!t[n]){let i;i=on.toCamelCase(" "+e),["get","set","has"].forEach(t=>{Object.defineProperty(r,t+i,{__proto__:null,value:function(r,n,i){return this[t].call(this,e,r,n,i)},configurable:!0})}),t[n]=!0}}return on.isArray(e)?e.forEach(n):n(e),this}};AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),on.reduceDescriptors(AxiosHeaders.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[r]=e}}}),on.freezeMethods(AxiosHeaders);let AxiosError=class AxiosError extends Error{static from(e,t,r,n,i,o){let a=new AxiosError(e.message,t||e.code,r,n,i);return Object.defineProperty(a,"cause",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),a.name=e.name,null!=e.status&&null==a.status&&(a.status=e.status),o&&Object.assign(a,o),a}constructor(e,t,r,n,i){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status)}toJSON(){let e,t,r,n=this.config,i=n&&on.hasOwnProp(n,"redact")?n.redact:void 0,o=on.isArray(i)&&i.length>0?(e=new Set(i.map(e=>String(e).toLowerCase())),t=[],(r=n=>{let i;if(null===n||"object"!=typeof n||on.isBuffer(n))return n;if(-1===t.indexOf(n)){if(n instanceof AxiosHeaders&&(n=n.toJSON()),t.push(n),on.isArray(n))i=[],n.forEach((e,t)=>{let n=r(e);on.isUndefined(n)||(i[t]=n)});else{if(!on.isPlainObject(n)&&function(e){if(on.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(on.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(n))return t.pop(),n;for(let[t,o]of(i=Object.create(null),Object.entries(n))){let n=e.has(t.toLowerCase())?"[REDACTED ****]":r(o);on.isUndefined(n)||(i[t]=n)}}return t.pop(),i}})(n)):on.toJSONObject(n);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:o,code:this.code,status:this.status}}};AxiosError.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",AxiosError.ERR_BAD_OPTION="ERR_BAD_OPTION",AxiosError.ECONNABORTED="ECONNABORTED",AxiosError.ETIMEDOUT="ETIMEDOUT",AxiosError.ECONNREFUSED="ECONNREFUSED",AxiosError.ERR_NETWORK="ERR_NETWORK",AxiosError.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",AxiosError.ERR_DEPRECATED="ERR_DEPRECATED",AxiosError.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",AxiosError.ERR_BAD_REQUEST="ERR_BAD_REQUEST",AxiosError.ERR_CANCELED="ERR_CANCELED",AxiosError.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",AxiosError.ERR_INVALID_URL="ERR_INVALID_URL",AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var op=AxiosError,od=i(287).Buffer;function om(e){return on.isPlainObject(e)||on.isArray(e)}function og(e){return on.endsWith(e,"[]")?e.slice(0,-2):e}function oy(e,t,r){return e?e.concat(t).map(function(e,t){return e=og(e),!r&&t?"["+e+"]":e}).join(r?".":""):t}let ob=on.toFlatObject(on,{},null,function(e){return/^is[A-Z]/.test(e)});var o_=function(e,t,r){if(!on.isObject(e))throw TypeError("target must be an object");t=t||new FormData;let n=(r=on.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!on.isUndefined(t[e])})).metaTokens,i=r.visitor||p,o=r.dots,a=r.indexes,s=r.Blob||"u">typeof Blob&&Blob,l=void 0===r.maxDepth?100:r.maxDepth,u=s&&on.isSpecCompliantForm(t),c=[];if(!on.isFunction(i))throw TypeError("visitor must be a function");function h(e){if(null===e)return"";if(on.isDate(e))return e.toISOString();if(on.isBoolean(e))return e.toString();if(!u&&on.isBlob(e))throw new op("Blob is not supported. Use a Buffer instead.");if(on.isArrayBuffer(e)||on.isTypedArray(e)){if(u&&"function"==typeof s)return new s([e]);if(void 0!==od)return od.from(e);throw new op("Blob is not supported. Use a Buffer instead.",op.ERR_NOT_SUPPORT)}return e}function f(e){if(e>l)throw new op("Object is too deeply nested ("+e+" levels). Max depth: "+l,op.ERR_FORM_DATA_DEPTH_EXCEEDED)}function p(e,r,i){let s=e;if(on.isReactNative(t)&&on.isReactNativeBlob(e))return t.append(oy(i,r,o),h(e)),!1;if(e&&!i&&"object"==typeof e)if(on.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=function(e){if(l===1/0)return JSON.stringify(e);let t=[];return JSON.stringify(e,function(e,r){if(!on.isObject(r))return r;for(;t.length&&t[t.length-1]!==this;)t.pop();return t.push(r),f(1+t.length-1),r})}(e);else{var u;if(on.isArray(e)&&(u=e,on.isArray(u)&&!u.some(om))||(on.isFileList(e)||on.endsWith(r,"[]"))&&(s=on.toArray(e)))return r=og(r),s.forEach(function(e,n){on.isUndefined(e)||null===e||t.append(!0===a?oy([r],n,o):null===a?r:r+"[]",h(e))}),!1}return!!om(e)||(t.append(oy(i,r,o),h(e)),!1)}let d=Object.assign(ob,{defaultVisitor:p,convertValue:h,isVisitable:om});if(!on.isObject(e))throw TypeError("data must be an object");return!function e(r,n,o=0){if(!on.isUndefined(r)){if(f(o),-1!==c.indexOf(r))throw Error("Circular reference detected in "+n.join("."));c.push(r),on.forEach(r,function(r,a){!0===(!(on.isUndefined(r)||null===r)&&i.call(t,r,on.isString(a)?a.trim():a,n,d))&&e(r,n?n.concat(a):[a],o+1)}),c.pop()}}(e),t};function ov(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function ow(e,t){this._pairs=[],e&&o_(e,this,t)}let oE=ow.prototype;function oS(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function oR(e,t,r){let n;if(!t)return e;e=e||"";let i=on.isFunction(r)?{serialize:r}:r,o=on.getSafeProp(i,"encode")||oS,a=on.getSafeProp(i,"serialize");if(n=a?a(t,i):on.isURLSearchParams(t)?t.toString():new ow(t,i).toString(o)){let t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e}oE.append=function(e,t){this._pairs.push([e,t])},oE.toString=function(e){let t=e?t=>e.call(this,t,ov):ov;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};let InterceptorManager=class InterceptorManager{constructor(){this.handlers=[]}use(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){on.forEach(this.handlers,function(t){null!==t&&e(t)})}};var oO={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},oC="u">typeof URLSearchParams?URLSearchParams:ow,ox="u">typeof FormData?FormData:null,ok="u">typeof Blob?Blob:null;let oT="u">typeof window&&"u">typeof document,oA="object"==typeof navigator&&navigator||void 0,oP=oT&&(!oA||0>["ReactNative","NativeScript","NS"].indexOf(oA.product)),oL="u">typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,oz=oT&&window.location.href||"http://localhost";var o$={...T,isBrowser:!0,classes:{URLSearchParams:oC,FormData:ox,Blob:ok},protocols:["http","https","file","blob","url","data"]};function oN(e){if(e>100)throw new op("FormData field is too deeply nested ("+e+" levels). Max depth: 100",op.ERR_FORM_DATA_DEPTH_EXCEEDED)}var oj=function(e){if(on.isFormData(e)&&on.isFunction(e.entries)){let t={};return on.forEachEntry(e,(e,r)=>{!function e(t,r,n,i){oN(i);let o=t[i++];if("__proto__"===o)return!0;let a=Number.isFinite(+o),s=i>=t.length;return(o=!o&&on.isArray(n)?n.length:o,s)?on.hasOwnProp(n,o)?n[o]=on.isArray(n[o])?n[o].concat(r):[n[o],r]:n[o]=r:(on.hasOwnProp(n,o)&&on.isObject(n[o])||(n[o]=[]),e(t,r,n[o],i)&&on.isArray(n[o])&&(n[o]=function(e){let t,r,n={},i=Object.keys(e),o=i.length;for(t=0;t<o;t++)n[r=i[t]]=e[r];return n}(n[o]))),!a}(function(e){let t,r=[],n=/\w+|\[(\w*)]/g;for(;null!==(t=n.exec(e));)oN(r.length),r.push("[]"===t[0]?"":t[1]||t[0]);return r}(e),r,t,0)}),t}return null};let oI=(e,t)=>null!=e&&on.hasOwnProp(e,t)?e[t]:void 0,oD={transitional:oO,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){let r,n=t.getContentType()||"",i=n.indexOf("application/json")>-1,o=on.isObject(e);if(o&&on.isHTMLForm(e)&&(e=new FormData(e)),on.isFormData(e))return i?JSON.stringify(oj(e)):e;if(on.isArrayBuffer(e)||on.isBuffer(e)||on.isStream(e)||on.isFile(e)||on.isBlob(e)||on.isReadableStream(e))return e;if(on.isArrayBufferView(e))return e.buffer;if(on.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(o){let t=oI(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return o_(e,new o$.classes.URLSearchParams,{visitor:function(e,t,r,n){return o$.isNode&&on.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...t}).toString();if((r=on.isFileList(e))||n.indexOf("multipart/form-data")>-1){let n=oI(this,"env"),i=n&&n.FormData;return o_(r?{"files[]":e}:e,i&&new i,t)}}if(o||i){t.setContentType("application/json",!1);var a=e;if(on.isString(a))try{return(0,JSON.parse)(a),on.trim(a)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(a)}return e}],transformResponse:[function(e){let t=oI(this,"transitional")||oD.transitional,r=t&&t.forcedJSONParsing,n=oI(this,"responseType"),i="json"===n;if(on.isResponse(e)||on.isReadableStream(e))return e;if(e&&on.isString(e)&&(r&&!n||i)){let r=t&&t.silentJSONParsing;try{return JSON.parse(e,oI(this,"parseReviver"))}catch(e){if(!r&&i){if("SyntaxError"===e.name)throw op.from(e,op.ERR_BAD_RESPONSE,this,null,oI(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:o$.classes.FormData,Blob:o$.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};function oU(e,t){let r=this||oD,n=t||r,i=AxiosHeaders.from(n.headers),o=n.data;return on.forEach(e,function(e){o=e.call(r,o,i.normalize(),t?t.status:void 0)}),i.normalize(),o}function oM(e){return!!(e&&e.__CANCEL__)}on.forEach(["delete","get","head","post","put","patch","query"],e=>{oD.headers[e]={}});let CanceledError=class CanceledError extends op{constructor(e,t,r){super(null==e?"canceled":e,op.ERR_CANCELED,t,r),this.name="CanceledError",this.__CANCEL__=!0}};function oB(e,t,r){let n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new op("Request failed with status code "+r.status,r.status>=400&&r.status<500?op.ERR_BAD_REQUEST:op.ERR_BAD_RESPONSE,r.config,r.request,r))}var oF=function(e,t){let r,n=Array(e=e||10),i=Array(e),o=0,a=0;return t=void 0!==t?t:1e3,function(s){let l=Date.now(),u=i[a];r||(r=l),n[o]=s,i[o]=l;let c=a,h=0;for(;c!==o;)h+=n[c++],c%=e;if((o=(o+1)%e)===a&&(a=(a+1)%e),l-r<t)return;let f=u&&l-u;return f?Math.round(1e3*h/f):void 0}},oq=function(e,t){let r,n,i=0,o=1e3/t,a=(t,o=Date.now())=>{i=o,r=null,n&&(clearTimeout(n),n=null),e(...t)};return[(...e)=>{let t=Date.now(),s=t-i;s>=o?a(e,t):(r=e,n||(n=setTimeout(()=>{n=null,a(r)},o-s)))},()=>r&&a(r)]};let oZ=(e,t,r=3)=>{let n=0,i=oF(50,250);return oq(r=>{if(!r||"number"!=typeof r.loaded)return;let o=r.loaded,a=r.lengthComputable?r.total:void 0,s=null!=a?Math.min(o,a):o,l=Math.max(0,s-n),u=i(l);n=Math.max(n,s),e({loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:u||void 0,estimated:u&&a?(a-s)/u:void 0,event:r,lengthComputable:null!=a,[t?"download":"upload"]:!0})},r)},oW=(e,t)=>{let r=null!=e;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},oV=e=>(...t)=>on.asap(()=>e(...t));var oJ=o$.hasStandardBrowserEnv?(s=new URL(o$.origin),l=o$.navigator&&/(msie|trident)/i.test(o$.navigator.userAgent),e=>(e=new URL(e,o$.origin),s.protocol===e.protocol&&s.host===e.host&&(l||s.port===e.port))):()=>!0,oH=o$.hasStandardBrowserEnv?{write(e,t,r,n,i,o,a){if("u"<typeof document)return;let s=[`${e}=${encodeURIComponent(t)}`];on.isNumber(r)&&s.push(`expires=${new Date(r).toUTCString()}`),on.isString(n)&&s.push(`path=${n}`),on.isString(i)&&s.push(`domain=${i}`),!0===o&&s.push("secure"),on.isString(a)&&s.push(`SameSite=${a}`),document.cookie=s.join("; ")},read(e){if("u"<typeof document)return null;let t=document.cookie.split(";");for(let r=0;r<t.length;r++){let n=t[r].replace(/^\s+/,""),i=n.indexOf("=");if(-1!==i&&n.slice(0,i)===e)try{return decodeURIComponent(n.slice(i+1))}catch(e){return n.slice(i+1)}}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};let oK=/^https?:(?!\/\/)/i,oG=/[\t\n\r]/g;function oY(e,t){if("string"==typeof e&&oK.test((function(e){let t=0;for(;t<e.length&&32>=e.charCodeAt(t);)t++;return e.slice(t)})(e).replace(oG,"")))throw new op('Invalid URL: missing "//" after protocol',op.ERR_INVALID_URL,t)}function oQ(e,t,r,n){oY(t,n);let i=!("string"==typeof t&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t));return e&&(i||!1===r)?(oY(e,n),t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e):t}let oX=e=>e instanceof AxiosHeaders?{...e}:e;function o0(e,t){e=e||{},t=t||{};let r=Object.create(null);function n(e,t,r,n){return on.isPlainObject(e)&&on.isPlainObject(t)?on.merge.call({caseless:n},e,t):on.isPlainObject(t)?on.merge({},t):on.isArray(t)?t.slice():t}function i(e,t,r,i){return on.isUndefined(t)?on.isUndefined(e)?void 0:n(void 0,e,r,i):n(e,t,r,i)}function o(e,t){if(!on.isUndefined(t))return n(void 0,t)}function a(e,t){return on.isUndefined(t)?on.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function s(r,i,o){return on.hasOwnProp(t,o)?n(r,i):on.hasOwnProp(e,o)?n(void 0,r):void 0}Object.defineProperty(r,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});let l={url:o,method:o,data:o,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,allowedSocketPaths:a,responseEncoding:a,validateStatus:s,headers:(e,t,r)=>i(oX(e),oX(t),r,!0)};return on.forEach(Object.keys({...e,...t}),function(n){if("__proto__"===n||"constructor"===n||"prototype"===n)return;let o=on.hasOwnProp(l,n)?l[n]:i,a=o(on.hasOwnProp(e,n)?e[n]:void 0,on.hasOwnProp(t,n)?t[n]:void 0,n);on.isUndefined(a)&&o!==s||(r[n]=a)}),on.hasOwnProp(t,"validateStatus")&&on.isUndefined(t.validateStatus)&&!1===function(r){let n=on.hasOwnProp(t,"transitional")?t.transitional:void 0;if(!on.isUndefined(n)){if(!on.isPlainObject(n))return;else if(on.hasOwnProp(n,r))return n[r]}let i=on.hasOwnProp(e,"transitional")?e.transitional:void 0;if(on.isPlainObject(i)&&on.hasOwnProp(i,r))return i[r]}("validateStatusUndefinedResolves")&&(on.hasOwnProp(e,"validateStatus")?r.validateStatus=n(void 0,e.validateStatus):delete r.validateStatus),r}let o1=["content-type","content-length"];var o2=function(e){let t=o0({},e),r=e=>on.hasOwnProp(t,e)?t[e]:void 0,n=r("data"),i=r("withXSRFToken"),o=r("xsrfHeaderName"),a=r("xsrfCookieName"),s=r("headers"),l=r("auth"),u=r("baseURL"),c=r("allowAbsoluteUrls"),h=r("url");if(t.headers=s=AxiosHeaders.from(s),t.url=oR(oQ(u,h,c,t),r("params"),r("paramsSerializer")),l){let t=on.getSafeProp(l,"username")||"",r=on.getSafeProp(l,"password")||"";try{s.set("Authorization","Basic "+btoa(t+":"+(r?encodeURIComponent(r).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))):"")))}catch(t){throw op.from(t,op.ERR_BAD_OPTION_VALUE,e)}}if(on.isFormData(n))if(o$.hasStandardBrowserEnv||o$.hasStandardBrowserWebWorkerEnv||on.isReactNative(n))s.setContentType(void 0);else{var f,p;on.isFunction(n.getHeaders)&&(f=s,p=n.getHeaders(),"content-only"!==r("formDataHeaderPolicy")?f.set(p):Object.entries(p||{}).forEach(([e,t])=>{o1.includes(e.toLowerCase())&&f.set(e,t)}))}if(o$.hasStandardBrowserEnv&&(on.isFunction(i)&&(i=i(t)),!0===i||null==i&&oJ(t.url))){let e=o&&a&&oH.read(a);e&&s.set(o,e)}return t},o4="u">typeof XMLHttpRequest&&function(e){return new Promise(function(t,r){var n;let i,o,a,s,l,u,c=o2(e),h=c.data,f=AxiosHeaders.from(c.headers).normalize(),{responseType:p,onUploadProgress:d,onDownloadProgress:m}=c;function g(){s&&s(),l&&l(),c.cancelToken&&c.cancelToken.unsubscribe(i),c.signal&&c.signal.removeEventListener("abort",i)}let y=new XMLHttpRequest;function b(){if(!y)return;let n=AxiosHeaders.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders());oB(function(e){t(e),g()},function(e){r(e),g()},{data:p&&"text"!==p&&"json"!==p?y.response:y.responseText,status:y.status,statusText:y.statusText,headers:n,config:e,request:y}),y=null}y.open(c.method.toUpperCase(),c.url,!0),y.timeout=c.timeout,"onloadend"in y?y.onloadend=b:y.onreadystatechange=function(){!y||4!==y.readyState||(0!==y.status||y.responseURL&&y.responseURL.startsWith("file:"))&&setTimeout(b)},y.onabort=function(){y&&(r(new op("Request aborted",op.ECONNABORTED,e,y)),g(),y=null)},y.onerror=function(t){let n=new op(t&&t.message?t.message:"Network Error",op.ERR_NETWORK,e,y);n.event=t||null,r(n),g(),y=null},y.ontimeout=function(){let t=c.timeout?"timeout of "+c.timeout+"ms exceeded":"timeout exceeded",n=c.transitional||oO;c.timeoutErrorMessage&&(t=c.timeoutErrorMessage),r(new op(t,n.clarifyTimeoutError?op.ETIMEDOUT:op.ECONNABORTED,e,y)),g(),y=null},void 0===h&&f.setContentType(null),"setRequestHeader"in y&&on.forEach(ol(f),function(e,t){y.setRequestHeader(t,e)}),on.isUndefined(c.withCredentials)||(y.withCredentials=!!c.withCredentials),p&&"json"!==p&&(y.responseType=c.responseType),m&&([a,l]=oZ(m,!0),y.addEventListener("progress",a)),d&&y.upload&&([o,s]=oZ(d),y.upload.addEventListener("progress",o),y.upload.addEventListener("loadend",s)),(c.cancelToken||c.signal)&&(i=t=>{y&&(r(!t||t.type?new CanceledError(null,e,y):t),y.abort(),g(),y=null)},c.cancelToken&&c.cancelToken.subscribe(i),c.signal&&(c.signal.aborted?i():c.signal.addEventListener("abort",i)));let _=(n=c.url,(u=/^([-+\w]{1,25}):(?:\/\/)?/.exec(n))&&u[1]||"");if(_&&!o$.protocols.includes(_)){r(new op("Unsupported protocol "+_+":",op.ERR_BAD_REQUEST,e)),g();return}y.send(h||null)})};let o6=function*(e,t){let r,n=e.byteLength;if(!t||n<t)return void(yield e);let i=0;for(;i<n;)r=i+t,yield e.slice(i,r),i=r},o3=async function*(e,t){for await(let r of o8(e))yield*o6(r,t)},o8=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);let t=e.getReader();try{for(;;){let{done:e,value:r}=await t.read();if(e)break;yield r}}finally{await t.cancel()}},o5=(e,t,r,n)=>{let i,o=o3(e,t),a=0,s=e=>{!i&&(i=!0,n&&n(e))};return new ReadableStream({async pull(e){try{let{done:t,value:n}=await o.next();if(t){s(),e.close();return}let i=n.byteLength;if(r){let e=a+=i;r(e)}e.enqueue(new Uint8Array(n))}catch(e){throw s(e),e}},cancel:e=>(s(e),o.return())},{highWaterMark:2})},o9=e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102,o7=(e,t,r)=>t+2<r&&o9(e.charCodeAt(t+1))&&o9(e.charCodeAt(t+2)),{isFunction:ae}=on,at=e=>{if(!on.isString(e))return e;try{return decodeURIComponent(e)}catch(t){return e}},ar=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},an=e=>{let t,r=void 0!==on.global&&null!==on.global?on.global:globalThis,{ReadableStream:n,TextEncoder:i}=r,{fetch:o,Request:a,Response:s}=e=on.merge.call({skipUndefined:!0},{Request:r.Request,Response:r.Response},e),l=o?ae(o):"function"==typeof fetch,u=ae(a),c=ae(s);if(!l)return!1;let h=l&&ae(n),f=l&&("function"==typeof i?(t=new i,e=>t.encode(e)):async e=>new Uint8Array(await new a(e).arrayBuffer())),p=u&&h&&ar(()=>{let e=!1,t=new a(o$.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),d=c&&h&&ar(()=>on.isReadableStream(new s("").body)),m={stream:d&&(e=>e.body)};l&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{m[e]||(m[e]=(t,r)=>{let n=t&&t[e];if(n)return n.call(t);throw new op(`Response type '${e}' is not supported`,op.ERR_NOT_SUPPORT,r)})});let g=async e=>{if(null==e)return 0;if(on.isBlob(e))return e.size;if(on.isSpecCompliantForm(e)){let t=new a(o$.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return on.isArrayBufferView(e)||on.isArrayBuffer(e)?e.byteLength:(on.isURLSearchParams(e)&&(e+=""),on.isString(e))?(await f(e)).byteLength:void 0},y=async(e,t)=>{let r=on.toFiniteNumber(e.getContentLength());return null==r?g(t):r};return async e=>{let t,{url:r,method:n,data:l,signal:c,cancelToken:f,timeout:b,onDownloadProgress:_,onUploadProgress:v,responseType:w,headers:E,withCredentials:S="same-origin",fetchOptions:R,maxContentLength:O,maxBodyLength:C}=o2(e),x=on.isNumber(O)&&O>-1,k=on.isNumber(C)&&C>-1,T=o||fetch;w=w?(w+"").toLowerCase():"text";let A=((e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;let r=new AbortController,n=!1,i=function(e){if(!n){n=!0,a();let t=e instanceof Error?e:this.reason;r.abort(t instanceof op?t:new CanceledError(t instanceof Error?t.message:t))}},o=t&&setTimeout(()=>{o=null,i(new op(`timeout of ${t}ms exceeded`,op.ETIMEDOUT))},t),a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(i):e.removeEventListener("abort",i)}),e=null)};e.forEach(e=>e.addEventListener("abort",i,{once:!0}));let{signal:s}=r;return s.unsubscribe=()=>on.asap(a),s})([c,f&&f.toAbortSignal()],b),P=null,L=A&&A.unsubscribe&&(()=>{A.unsubscribe()}),z=null,$=()=>new op("Request body larger than maxBodyLength limit",op.ERR_BAD_REQUEST,e,P);try{var N;let o,c,f,b,j=(c="auth",on.hasOwnProp(e,c)?e[c]:void 0);if(j){let e=on.getSafeProp(j,"username")||"",t=on.getSafeProp(j,"password")||"";o={username:e,password:t}}if(f=(N=r).indexOf("://"),b=N,-1!==f&&(b=b.slice(f+3)),b.includes("@")||b.includes(":")){let e=new URL(r,o$.origin);if(!o&&(e.username||e.password)){let t=at(e.username),r=at(e.password);o={username:t,password:r}}(e.username||e.password)&&(e.username="",e.password="",r=e.href)}if(o){let e;E.delete("authorization"),E.set("Authorization","Basic "+btoa((e=(o.username||"")+":"+(o.password||""),encodeURIComponent(e).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))))))}if(x&&"string"==typeof r&&r.startsWith("data:")&&function(e){if(!e||"string"!=typeof e||!e.startsWith("data:"))return 0;let t=e.indexOf(",");if(t<0)return 0;let r=e.slice(5,t),n=e.slice(t+1);if(/;base64/i.test(r)){let e=n.length,t=n.length;for(let r=0;r<t;r++)if(37===n.charCodeAt(r)&&r+2<t){let t=n.charCodeAt(r+1),i=n.charCodeAt(r+2);o9(t)&&o9(i)&&(e-=2,r+=2)}let r=0,i=t-1,o=e=>e>=2&&37===n.charCodeAt(e-2)&&51===n.charCodeAt(e-1)&&(68===n.charCodeAt(e)||100===n.charCodeAt(e));i>=0&&(61===n.charCodeAt(i)?(r++,i--):o(i)&&(r++,i-=3)),1===r&&i>=0&&(61===n.charCodeAt(i)?r++:o(i)&&r++);let a=3*Math.floor(e/4)-(r||0);return a>0?a:0}let i=0;for(let e=0,t=n.length;e<t;e++){let r=n.charCodeAt(e);if(37===r&&o7(n,e,t))i+=1,e+=2;else if(r<128)i+=1;else if(r<2048)i+=2;else if(r>=55296&&r<=56319&&e+1<t){let t=n.charCodeAt(e+1);t>=56320&&t<=57343?(i+=4,e++):i+=3}else i+=3}return i}(r)>O)throw new op("maxContentLength size of "+O+" exceeded",op.ERR_BAD_RESPONSE,e,P);if(k&&"get"!==n&&"head"!==n){let e=await g(l);if("number"==typeof e&&isFinite(e)&&(t=e,e>C))throw $()}let I=k&&(on.isReadableStream(l)||on.isStream(l)),D=(e,t,r)=>o5(e,65536,e=>{if(k&&e>C)throw z=$();t&&t(e)},r);if(p&&"get"!==n&&"head"!==n&&(v||I)){if(t=null==t?await y(E,l):t,0!==t||I){let e,n=new a(r,{method:"POST",body:l,duplex:"half"});if(on.isFormData(l)&&(e=n.headers.get("content-type"))&&E.setContentType(e),n.body){let[e,r]=v&&oW(t,oZ(oV(v)))||[];l=D(n.body,e,r)}}}else if(I&&!u&&h&&"get"!==n&&"head"!==n)l=D(l);else if(I&&u&&!p&&"get"!==n&&"head"!==n)throw new op("Stream request bodies are not supported by the current fetch implementation",op.ERR_NOT_SUPPORT,e,P);on.isString(S)||(S=S?"include":"omit");let U=u&&"credentials"in a.prototype;if(on.isFormData(l)){let e=E.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&E.delete("content-type")}E.set("User-Agent","axios/1.18.1",!1);let M={...R,signal:A,method:n.toUpperCase(),headers:ol(E.normalize()),body:l,duplex:"half",credentials:U?S:void 0};P=u&&new a(r,M);let B=await (u?T(P,R):T(r,M)),F=AxiosHeaders.from(B.headers);if(x){let t=on.toFiniteNumber(F.getContentLength());if(null!=t&&t>O)throw new op("maxContentLength size of "+O+" exceeded",op.ERR_BAD_RESPONSE,e,P)}let q=d&&("stream"===w||"response"===w);if(d&&B.body&&(_||x||q&&L)){let t={};["status","statusText","headers"].forEach(e=>{t[e]=B[e]});let r=on.toFiniteNumber(F.getContentLength()),[n,i]=_&&oW(r,oZ(oV(_),!0))||[];B=new s(o5(B.body,65536,t=>{if(x&&t>O)throw new op("maxContentLength size of "+O+" exceeded",op.ERR_BAD_RESPONSE,e,P);n&&n(t)},()=>{i&&i(),L&&L()}),t)}w=w||"text";let Z=await m[on.findKey(m,w)||"text"](B,e);if(x&&!d&&!q){let t;if(null!=Z&&("number"==typeof Z.byteLength?t=Z.byteLength:"number"==typeof Z.size?t=Z.size:"string"==typeof Z&&(t="function"==typeof i?new i().encode(Z).byteLength:Z.length)),"number"==typeof t&&t>O)throw new op("maxContentLength size of "+O+" exceeded",op.ERR_BAD_RESPONSE,e,P)}return!q&&L&&L(),await new Promise((t,r)=>{oB(t,r,{data:Z,headers:AxiosHeaders.from(B.headers),status:B.status,statusText:B.statusText,config:e,request:P})})}catch(t){if(L&&L(),A&&A.aborted&&A.reason instanceof op){let r=A.reason;throw r.config=e,P&&(r.request=P),t!==r&&Object.defineProperty(r,"cause",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),r}if(z)throw P&&!z.request&&(z.request=P),z;if(t instanceof op)throw P&&!t.request&&(t.request=P),t;if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message)){let r=new op("Network Error",op.ERR_NETWORK,e,P,t&&t.response);throw Object.defineProperty(r,"cause",{__proto__:null,value:t.cause||t,writable:!0,enumerable:!1,configurable:!0}),r}throw op.from(t,t&&t.code,e,P,t&&t.response)}}},ai=new Map,ao=e=>{let t=e&&e.env||{},{fetch:r,Request:n,Response:i}=t,o=[n,i,r],a=o.length,s,l,u=ai;for(;a--;)s=o[a],void 0===(l=u.get(s))&&u.set(s,l=a?new Map:an(t)),u=l;return l};ao();let aa={http:null,xhr:o4,fetch:{get:ao}};on.forEach(aa,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});let as=e=>`- ${e}`,al=e=>on.isFunction(e)||null===e||!1===e;var au=function(e,t){let r,n,{length:i}=e=on.isArray(e)?e:[e],o={};for(let a=0;a<i;a++){let i;if(n=r=e[a],!al(r)&&void 0===(n=aa[(i=String(r)).toLowerCase()]))throw new op(`Unknown adapter '${i}'`);if(n&&(on.isFunction(n)||(n=n.get(t))))break;o[i||"#"+a]=n}if(!n){let e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new op("There is no suitable adapter to dispatch the request "+(i?e.length>1?"since :\n"+e.map(as).join("\n"):" "+as(e[0]):"as no adapter specified"),op.ERR_NOT_SUPPORT)}return n};function ac(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new CanceledError(null,e)}function ah(e){return ac(e),e.headers=AxiosHeaders.from(e.headers),e.data=oU.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),au(e.adapter||oD.adapter,e)(e).then(function(t){ac(e),e.response=t;try{t.data=oU.call(e,e.transformResponse,t)}finally{delete e.response}return t.headers=AxiosHeaders.from(t.headers),t},function(t){if(!oM(t)&&(ac(e),t&&t.response)){e.response=t.response;try{t.response.data=oU.call(e,e.transformResponse,t.response)}finally{delete e.response}t.response.headers=AxiosHeaders.from(t.response.headers)}return Promise.reject(t)})}let af={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{af[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});let ap={};af.transitional=function(e,t,r){function n(e,t){return"[Axios v1.18.1] Transitional option '"+e+"'"+t+(r?". "+r:"")}return(r,i,o)=>{if(!1===e)throw new op(n(i," has been removed"+(t?" in "+t:"")),op.ERR_DEPRECATED);return t&&!ap[i]&&(ap[i]=!0,console.warn(n(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,i,o)}},af.spelling=function(e){return(t,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};var ad=function(e,t,r){if("object"!=typeof e||null===e)throw new op("options must be an object",op.ERR_BAD_OPTION_VALUE);let n=Object.keys(e),i=n.length;for(;i-- >0;){let o=n[i],a=Object.prototype.hasOwnProperty.call(t,o)?t[o]:void 0;if(a){let t=e[o],r=void 0===t||a(t,o,e);if(!0!==r)throw new op("option "+o+" must be "+r,op.ERR_BAD_OPTION_VALUE);continue}if(!0!==r)throw new op("Unknown option "+o,op.ERR_BAD_OPTION)}};let Axios=class Axios{constructor(e){this.defaults=e||{},this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=Error();let r=(()=>{if(!t.stack)return"";let e=t.stack.indexOf("\n");return -1===e?"":t.stack.slice(e+1)})();try{if(e.stack){if(r){let t=r.indexOf("\n"),n=-1===t?-1:r.indexOf("\n",t+1),i=-1===n?"":r.slice(n+1);String(e.stack).endsWith(i)||(e.stack+="\n"+r)}}else e.stack=r}catch(e){}}throw e}}_request(e,t){let r,n;"string"==typeof e?(t=t||{}).url=e:t=e||{};let{transitional:i,paramsSerializer:o,headers:a}=t=o0(this.defaults,t);void 0!==i&&ad(i,{silentJSONParsing:af.transitional(af.boolean),forcedJSONParsing:af.transitional(af.boolean),clarifyTimeoutError:af.transitional(af.boolean),legacyInterceptorReqResOrdering:af.transitional(af.boolean),advertiseZstdAcceptEncoding:af.transitional(af.boolean),validateStatusUndefinedResolves:af.transitional(af.boolean)},!1),null!=o&&(on.isFunction(o)?t.paramsSerializer={serialize:o}:ad(o,{encode:af.function,serialize:af.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),ad(t,{baseUrl:af.spelling("baseURL"),withXsrfToken:af.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let s=a&&on.merge(a.common,a[t.method]);a&&on.forEach(["delete","get","head","post","put","patch","query","common"],e=>{delete a[e]}),t.headers=AxiosHeaders.concat(s,a);let l=[],u=!0;this.interceptors.request.forEach(function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;u=u&&e.synchronous;let r=t.transitional||oO;r&&r.legacyInterceptorReqResOrdering?l.unshift(e.fulfilled,e.rejected):l.push(e.fulfilled,e.rejected)});let c=[];this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let h=0;if(!u){let e=[ah.bind(this),void 0];for(e.unshift(...l),e.push(...c),n=e.length,r=Promise.resolve(t);h<n;)r=r.then(e[h++],e[h++]);return r}n=l.length;let f=t;for(;h<n;){let e=l[h++],t=l[h++];try{f=e(f)}catch(e){t.call(this,e);break}}try{r=ah.call(this,f)}catch(e){return Promise.reject(e)}for(h=0,n=c.length;h<n;)r=r.then(c[h++],c[h++]);return r}getUri(e){return oR(oQ((e=o0(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls,e),e.params,e.paramsSerializer)}};on.forEach(["delete","get","head","options"],function(e){Axios.prototype[e]=function(t,r){return this.request(o0(r||{},{method:e,url:t,data:r&&on.hasOwnProp(r,"data")?r.data:void 0}))}}),on.forEach(["post","put","patch","query"],function(e){function t(t){return function(r,n,i){return this.request(o0(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}Axios.prototype[e]=t(),"query"!==e&&(Axios.prototype[e+"Form"]=t(!0))});let CancelToken=class CancelToken{constructor(e){let t;if("function"!=typeof e)throw TypeError("executor must be a function.");this.promise=new Promise(function(e){t=e});let r=this;this.promise.then(e=>{if(!r._listeners)return;let t=r._listeners.length;for(;t-- >0;)r._listeners[t](e);r._listeners=null}),this.promise.then=e=>{let t,n=new Promise(e=>{r.subscribe(e),t=e}).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e(function(e,n,i){r.reason||(r.reason=new CanceledError(e,n,i),t(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){let e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new CancelToken(function(t){e=t}),cancel:e}}};let am={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(am).forEach(([e,t])=>{am[t]=e});let ag=function e(t){let r=new Axios(t),n=iS(Axios.prototype.request,r);return on.extend(n,Axios.prototype,r,{allOwnKeys:!0}),on.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(o0(t,r))},n}(oD);ag.Axios=Axios,ag.CanceledError=CanceledError,ag.CancelToken=CancelToken,ag.isCancel=oM,ag.VERSION="1.18.1",ag.toFormData=o_,ag.AxiosError=op,ag.Cancel=ag.CanceledError,ag.all=function(e){return Promise.all(e)},ag.spread=function(e){return function(t){return e.apply(null,t)}},ag.isAxiosError=function(e){return on.isObject(e)&&!0===e.isAxiosError},ag.mergeConfig=o0,ag.AxiosHeaders=AxiosHeaders,ag.formToJSON=e=>oj(on.isHTMLForm(e)?new FormData(e):e),ag.getAdapter=au,ag.HttpStatusCode=am,ag.default=ag;let{Axios:ay,AxiosError:ab,CanceledError:a_,isCancel:av,CancelToken:aw,VERSION:aE,all:aS,Cancel:aR,isAxiosError:aO,spread:aC,toFormData:ax,AxiosHeaders:ak,HttpStatusCode:aT,formToJSON:aA,getAdapter:aP,mergeConfig:aL,create:az}=ag;var a$=i(597);function aN(e){return e&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}let ArgumentValidationError=class ArgumentValidationError extends Error{issues;constructor(e,t,r){super(function(e,t,r){let n=[],i={total:0};for(let r of e.issues)!function e(t,r,n,i,o){let a=[...n,...t.path];if("invalid_union"===t.code){let n=t.errors.map(e=>e.reduce((e,t)=>Math.max(e,function e(t,r){let n=r+t.path.length;if("invalid_union"===t.code){let r=-1;for(let i of t.errors)for(let t of i)r=Math.max(r,e(t,n));return r}return n}(t,a.length)),-1)),s=Math.max(...n);for(let[l,u]of t.errors.entries())if(n[l]===s)for(let t of u)e(t,r,a,i,o);return}if(o.total+=1,i.length>=10)return;let s=a.length?` at \`${function(e){let t="";for(let r of e)"number"==typeof r?t+=`[${r}]`:t+=t?`.${String(r)}`:String(r);return t}(a)}\``:"",l=function(e,t){let r=e;for(let e of t){if(null===r||"object"!=typeof r)return;r=r[e]}return r}(r,a),u=function(e){switch(typeof e){case"string":if(""===e)return"''";return e.length>80?`${e.slice(0,80)}...`:e;case"number":case"boolean":return String(e);case"bigint":return`${e}n`;default:return}}(l),c=void 0===u?"":`, got \`${u}\``;i.push(`${function(e,t){if("invalid_type"===e.code){if("number"===e.expected&&"number"==typeof t)return"Invalid input: expected a finite number";if("date"===e.expected&&"[object Date]"===Object.prototype.toString.call(t))return"Invalid input: expected a valid date"}return e.message}(t,l)}${s}${c}`)}(r,t,[],n,i);let o=r?n.map(e=>`${e} in \`${r}\``):[...n],a=i.total-n.length;return a>0&&o.push(`... and ${a} more problem${1===a?"":"s"}`),o.join("\n")}(e,t,r),{cause:e}),this.name="ArgumentValidationError",this.issues=e.issues}};var aj=i(287).Buffer;let{localeError:aI}={localeError:(c={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}},h={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},f={nan:"NaN"},e=>{switch(e.code){case"invalid_type":{let t=f[e.expected]??e.expected,r=function(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":if(null===e)return"null";if(Array.isArray(e))return"array";if(e&&Object.getPrototypeOf(e)!==Object.prototype&&"constructor"in e&&e.constructor)return e.constructor.name}return t}(e.input),n=f[r]??r;return`Invalid input: expected ${t}, received ${n}`}case"invalid_value":if(1===e.values.length)return`Invalid input: expected ${eO(e.values[0])}`;return`Invalid option: expected one of ${es(e.values,"|")}`;case"too_big":{let t=e.inclusive?"<=":"<",r=c[e.origin]??null;if(r)return`Too big: expected ${e.origin??"value"} to have ${t}${e.maximum.toString()} ${r.unit??"elements"}`;return`Too big: expected ${e.origin??"value"} to be ${t}${e.maximum.toString()}`}case"too_small":{let t=e.inclusive?">=":">",r=c[e.origin]??null;if(r)return`Too small: expected ${e.origin} to have ${t}${e.minimum.toString()} ${r.unit}`;return`Too small: expected ${e.origin} to be ${t}${e.minimum.toString()}`}case"invalid_format":if("starts_with"===e.format)return`Invalid string: must start with "${e.prefix}"`;if("ends_with"===e.format)return`Invalid string: must end with "${e.suffix}"`;if("includes"===e.format)return`Invalid string: must include "${e.includes}"`;if("regex"===e.format)return`Invalid string: must match pattern ${e.pattern}`;return`Invalid ${h[e.format]??e.format}`;case"not_multiple_of":return`Invalid number: must be a multiple of ${e.divisor}`;case"unrecognized_keys":return`Unrecognized key${e.keys.length>1?"s":""}: ${es(e.keys,", ")}`;case"invalid_key":return`Invalid key in ${e.origin}`;case"invalid_union":if(e.options&&Array.isArray(e.options)&&e.options.length>0){let t=e.options.map(e=>`'${e}'`).join(" | ");return`Invalid discriminator value. Expected ${t}`}return"Invalid input";case"invalid_element":return`Invalid value in ${e.origin}`;default:return"Invalid input"}})};function aD(e,t,r){let n=t.safeParse(e,{error:aI});if(!n.success)throw new ArgumentValidationError(n.error,e,r);return n.data}function aU(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let aM=nA(aU,{error:"Invalid input: expected an object"});function aB(e){if("object"==typeof e&&e&&void 0!==e.data)return e.data;throw Error(`Expected response object with a "data" property, but received: ${e}`)}function aF(e){let t=404===e.statusCode,r="record-not-found"===e.type||"record-or-token-not-found"===e.type||"head"===e.httpMethod;if(!(t&&r))throw e}function aq(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return r>4?e:Array.isArray(e)?e.map(e=>aq(e,t,r+1)):e&&"object"==typeof e?Object.entries(e).reduce((e,n)=>{let[i,o]=n,a=!!o&&"object"==typeof o;if(i.endsWith("At")||t&&t(i))if(o){let t=new Date(o);e[i]=Number.isNaN(t.getTime())?o:t}else e[i]=o;else a||Array.isArray(o)?e[i]=aq(o,t,r+1):e[i]=o;return e},{}):e}function aZ(e){if(!e)return;let t=JSON.stringify(e);return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}async function aW(e){if(!t){let{promisify:e}=await Promise.resolve().then(i.t.bind(i,29,23)),{brotliCompress:r,constants:n}=await Promise.resolve().then(i.t.bind(i,134,23)),o=e(r),a={params:{[n.BROTLI_PARAM_QUALITY]:6}};t=async e=>o(e,a)}return t(e)}async function aV(e){if(!r){let{promisify:e}=await Promise.resolve().then(i.t.bind(i,29,23)),{gzip:t}=await Promise.resolve().then(i.t.bind(i,134,23));r=e(t)}return r(e)}async function aJ(e){0}function aH(e){return ArrayBuffer.isView(e)?!aK(e,"DataView"):aK(e,"ArrayBuffer")}function aK(e,t){return Object.prototype.toString.call(e)===`[object ${t}]`}function aG(e){if(null===e||"object"!=typeof e)return!1;let{on:t,pipe:r}=e;return"function"==typeof t&&"function"==typeof r}b=function(e,t){if("object"!==aN(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!==aN(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(Symbol.asyncIterator,"string"),e="symbol"===aN(b)?b:String(b);let RequestQueuePaginationIterator=class RequestQueuePaginationIterator{maxPageLimit;getPage;limit;exclusiveStartId;cursor;constructor(e){this.maxPageLimit=e.maxPageLimit,this.limit=e.limit,this.exclusiveStartId=e.exclusiveStartId,this.cursor=e.cursor,this.getPage=e.getPage}async *[e](){let e=this.cursor,t=this.exclusiveStartId,r=0;for(;;){let n=this.limit?Math.min(this.maxPageLimit,this.limit-r):this.maxPageLimit,i=await this.getPage({limit:n,cursor:e,exclusiveStartId:t});if(0===i.items.length||(yield i,r+=i.items.length,this.limit&&r>=this.limit||!i.nextCursor))return;e=i.nextCursor,t=void 0}}};let aY={limit:r6().min(0).optional(),offset:r6().min(0).optional(),chunkSize:r6().positive().optional()};function aQ(e,t){for(let[r,n]of Object.entries(t??{}))if(void 0!==n){if(Array.isArray(n)){e.searchParams.set(r,n.join(","));continue}e.searchParams.set(r,String(n))}return e}let aX=function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return[e=>t.filter(t=>void 0!==e[t]).length<=1,`At most one of the following fields is allowed: ${t.join(", ")}`]},a0=rj().nonempty().refine(e=>"."!==e&&".."!==e,{error:"URL path must not contain dot segments"});function a1(e){return encodeURIComponent(aD(e,a0))}function a2(e){return Array.isArray(e)?e.map(a1).join("/"):e}i(287).Buffer;let a4="application/json",a6=[RegExp(`^${a4}`,"i"),/^application\/.*xml$/i,/^text\//i];function a3(e,t){return e.constructor.name!==ArrayBuffer.name?e.toString(t):new TextDecoder().decode(new Uint8Array(e))}let a8=/at( async)? ([A-Za-z]+(Collection)?Client)\._?([A-Za-z]+) \(/;let ApifyApiError=class ApifyApiError extends Error{name;clientMethod;statusCode;type;attempt;httpMethod;path;originalStack;data;constructor(e,t){let r,n,i,o=e.data;if(aH(o))try{o=JSON.parse(a3(e.data,"utf-8"))}catch{}if(o&&o.error){let{error:e}=o;r=e.message,n=e.type,i=e.data}else if(o){let e;try{e=JSON.stringify(o,null,2)}catch{e=`${o}`}r=`Unexpected error: ${e}`}super(r),this.name=this.constructor.name,this.clientMethod=this._extractClientAndMethodFromStack(),this.statusCode=e.status,this.type=n,this.attempt=t,this.httpMethod=e.config?.method,this.path=this._safelyParsePathFromResponse(e);let a=this.stack;this.originalStack=a.slice(a.indexOf("\n")),this.stack=this._createApiStack(),this.data=i}_safelyParsePathFromResponse(e){let t,r=e.config?.url;try{t=new URL(r)}catch{return r}return t.pathname+t.search}_extractClientAndMethodFromStack(){let e=this.stack.match(a8);return e?`${e[2]}.${e[4]}`:"unknown"}_createApiStack(){let{name:e,...t}=this,r=Object.entries(t).map(e=>{let[t,r]=e;return"originalStack"===t&&(t="stack"),` ${t}: ${r}`}).join("\n");return`${e}: ${this.message}
68
- ${r}`}};let InvalidResponseBodyError=class InvalidResponseBodyError extends Error{code;response;constructor(e,t){super(`Response body could not be parsed.
69
- Cause:${t.message}`),this.name=this.constructor.name,this.code="invalid-response-body",this.response=e,this.cause=t}};let a5=[async function e(e){if(e.headers?.["content-encoding"])return e;let t=await aJ(e.data);return t&&(e.headers??={},e.headers["content-encoding"]=t.encoding,e.data=t.data),e},function(e){let[t]=ag.defaults.transformRequest,r=t(e.data,e.headers);if(e.stringifyFunctions){let t=e.headers?.["Content-Type"]||e.headers?.["content-type"];try{var n;let{type:i}=a$.q(t);"application/json"===i&&"object"==typeof e.data?(n=e.data,e.data=JSON.stringify(n,(e,t)=>"function"==typeof t?t.toString():t)):e.data=r}catch{e.data=r}}else e.data=r;return e},function(e){return!e.headers||e.headers instanceof ak||Object.setPrototypeOf(e.headers,ak.prototype),e}],a9=[function(e){if(!e.data||"arraybuffer"!==e.config.responseType||e.config.forceBuffer)return e;if(!e.data.byteLength)return e.data=void 0,e;let t=e.headers["content-type"];try{e.data=function(e,t){let r,n;try{let e=a$.q(t);r=e.type,n=e.parameters.charset}catch{return e}if(!function(e,t){return!!e&&a6.some(t=>t.test(e))&&(!t||"utf8"===t.toLowerCase().replace("-",""))}(r,n))return e;let i=a3(e,n);return r===a4?JSON.parse(i):i}(e.data,t)}catch(t){throw new InvalidResponseBodyError(e,t)}return e}];var a7=i(606);let{version:se}={version:"3.0.0-beta.2"};let HttpClient=class HttpClient{stats;maxRetries;minDelayBetweenRetriesMillis;userProvidedRequestInterceptors;logger;timeoutMillis;httpAgent;httpsAgent;axios;workflowKey;nodeInitPromise;userAgentSuffix;constructor(e){let{token:t}=e;this.stats=e.apifyClientStats,this.maxRetries=e.maxRetries,this.minDelayBetweenRetriesMillis=e.minDelayBetweenRetriesMillis,this.userProvidedRequestInterceptors=e.requestInterceptors,this.timeoutMillis=1e3*e.timeoutSecs,this.logger=e.logger,this.workflowKey=e.workflowKey||a7.env.APIFY_WORKFLOW_KEY,this.userAgentSuffix=e.userAgentSuffix,this._onRequestRetry=this._onRequestRetry.bind(this),this.axios=ag.create({proxy:!1,paramsSerializer:e=>new URLSearchParams(Object.entries(e).filter(e=>{let[,t]=e;return void 0!==t}).map(e=>{let[t,r]=e;return r instanceof Date?[t,r.toISOString()]:[t,String("boolean"==typeof r?Number(r):r)]})).toString(),validateStatus:null,transformRequest:void 0,transformResponse:void 0,responseType:"arraybuffer",timeout:this.timeoutMillis,maxBodyLength:1/0,maxContentLength:-1}),this.axios.defaults.headers=new ak,this.workflowKey&&(this.axios.defaults.headers["X-Apify-Workflow-Key"]=this.workflowKey),t&&(this.axios.defaults.headers.Authorization=`Bearer ${t}`),a5.forEach(e=>this.axios.interceptors.request.use(e)),this.userProvidedRequestInterceptors.forEach(e=>this.axios.interceptors.request.use(e)),a9.forEach(e=>this.axios.interceptors.response.use(e))}async ensureNodeInit(){}async initNode(){}async call(e){await this.ensureNodeInit(),this.stats.calls++;let t=this._createRequestHandler(e);return iE()(t,{retries:this.maxRetries,minTimeout:this.minDelayBetweenRetriesMillis,onRetry:this._onRequestRetry})}_informAboutStreamNoRetry(){this.logger.warningOnce("Request body was a stream - retrying will not work, as part of it was already consumed."),this.logger.warningOnce("If you want Apify client to handle retries for you, collect the stream into a buffer before sending it.")}_createRequestHandler(e){return async(t,r)=>{let n;this.stats.requests++;let i=aG(e.data);try{if(i&&(e={...e,maxRedirects:0}),e.timeout=Math.min(this.timeoutMillis,(e.timeout??this.timeoutMillis)*2**(r-1)),n=await this.axios.request(e),this._isStatusOk(n.status))return n}catch(r){return this._handleRequestError(r,e,t)}429===n.status&&this.stats.addRateLimitError(r);let o=new ApifyApiError(n,r);if(this._isStatusCodeRetryable(n.status))if(i)this._informAboutStreamNoRetry();else throw o;return t(o),n}}_isStatusOk(e){return e<300}_handleRequestError(e,t,r){if(this._isTimeoutError(e)&&t.doNotRetryTimeouts)return r(e);if(this._isRetryableError(e))if(aG(t.data))this._informAboutStreamNoRetry();else throw e;return r(e)}_isTimeoutError(e){return"ECONNABORTED"===e.code}_isRetryableError(e){return this._isNetworkError(e)||this._isResponseBodyInvalid(e)}_isResponseBodyInvalid(e){return e instanceof InvalidResponseBodyError}_isNetworkError(e){let t=e.request&&"object"==typeof e.request,r=e.config&&"object"==typeof e.config;return t&&r}_isStatusCodeRetryable(e){return 429===e||e>=500}_onRequestRetry(e,t){t===Math.round(this.maxRetries/2)&&this.logger.warning(`API request failed ${t} times. Max attempts: ${this.maxRetries+1}.
70
- Cause:${e.stack}`)}};let ApiClient=class ApiClient{id;safeId;baseUrl;publicBaseUrl;resourcePath;url;apifyClient;httpClient;params;constructor(e){let{baseUrl:t,publicBaseUrl:r,apifyClient:n,httpClient:i,resourcePath:o,id:a,params:s={}}=e;this.id=a,this.safeId=a&&this._toSafeId(a),this.baseUrl=t,this.publicBaseUrl=r,this.resourcePath=o,this.url=a?`${t}/${o}/${a1(this.safeId)}`:`${t}/${o}`,this.apifyClient=n,this.httpClient=i,this.params=s}_subResourceOptions(e){return{...{baseUrl:this._url(),publicBaseUrl:this.publicBaseUrl,apifyClient:this.apifyClient,httpClient:this.httpClient,params:this._params()},...e}}_url(e){return e?`${this.url}/${a2(e)}`:this.url}_publicUrl(e){let t=this.id?`${this.publicBaseUrl}/${this.resourcePath}/${a1(this.safeId)}`:`${this.publicBaseUrl}/${this.resourcePath}`;return e?`${t}/${a2(e)}`:t}_params(e){return{...this.params,...e}}_toSafeId(e){return e.replaceAll("/","~")}_listPaginatedFromCallback(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=(e,t)=>(0===e&&(e=void 0),0===t&&(t=void 0),void 0===e)?t:void 0===t?e:Math.min(e,t),{chunkSize:n,...i}=t,o=e({...i,limit:r(t.limit,n)});async function*a(){let a=await o;yield*a.items;let s=t.offset??0,l=Math.min(t.limit||a.total,a.total),u=s+a.items.length,c=Math.min(a.total-s,l)-a.items.length;for(;a.items.length>0&&c>0;){let t={...i,limit:r(c,n),offset:u};a=await e(t),yield*a.items,u+=a.items.length,c-=a.items.length}}return Object.defineProperty(o,Symbol.asyncIterator,{value:a})}};let ResourceClient=class ResourceClient extends ApiClient{async _get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,r={url:this._url(),method:"GET",params:this._params(e),timeout:t};try{let e=await this.httpClient.call(r);return aq(aB(e.data))}catch(e){aF(e)}}async _update(e,t){return aq(aB((await this.httpClient.call({url:this._url(),method:"PUT",params:this._params(),data:e,timeout:t})).data))}async _delete(e){try{await this.httpClient.call({url:this._url(),method:"DELETE",params:this._params(),timeout:e})}catch(e){aF(e)}}async _waitForFinish(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{waitSecs:r=999999}=t,n=1e3*r,i=Date.now(),o=()=>!(Date.now()-i>=n)&&!(e&&nB.includes(e.status));do{let t=Math.max(0,Math.round((n-(Date.now()-i))/1e3)),r={url:this._url(),method:"GET",params:this._params({waitForFinish:t})};try{let t=await this.httpClient.call(r);e=aq(aB(t.data))}catch(t){aF(t),e=void 0}e||await new Promise(e=>{setTimeout(e,250)})}while(o())if(!e){let e=this.constructor.name.match(/(\w+)Client/)[1].toLowerCase();throw Error(`Waiting for ${e} to finish failed. Cannot fetch actor ${e} details from the server.`)}return e}};let ActorEnvVarClient=class ActorEnvVarClient extends ResourceClient{constructor(e){super({resourcePath:"env-vars",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async delete(){return this._delete()}};let ResourceCollectionClient=class ResourceCollectionClient extends ApiClient{async _list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return aq(aB((await this.httpClient.call({url:this._url(),method:"GET",params:this._params(e)})).data))}_listPaginated(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this._listPaginatedFromCallback(this._list.bind(this),e)}async _create(e){return aq(aB((await this.httpClient.call({url:this._url(),method:"POST",params:this._params(),data:e})).data))}async _getOrCreate(e,t){return aq(aB((await this.httpClient.call({url:this._url(),method:"POST",params:this._params({name:e}),data:t})).data))}};let st=aM.optional();let ActorEnvVarCollectionClient=class ActorEnvVarCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"env-vars",...e})}list(){return arguments.length>0&&void 0!==arguments[0]&&arguments[0],this._listPaginated()}async create(e){return aD(e,st),this._create(e)}};var sr=((_={}).Active="ACTIVE",_.Succeeded="SUCCEEDED",_.Failed="FAILED",_),sn=((v={}).SourceFiles="SOURCE_FILES",v.GitRepo="GIT_REPO",v.Tarball="TARBALL",v.GitHubGist="GITHUB_GIST",v.SourceCode="SOURCE_CODE",v),si=((w={}).RunActor="RUN_ACTOR",w.RunActorTask="RUN_ACTOR_TASK",w),so=((E={}).Actors="ACTORS",E.Storage="STORAGE",E.ProxySERPS="PROXY_SERPS",E.Scheduler="SCHEDULER",E.Webhooks="WEBHOOKS",E.Proxy="PROXY",E.ProxyExternalAccess="PROXY_EXTERNAL_ACCESS",E);let sa=rj();let ActorVersionClient=class ActorVersionClient extends ResourceClient{constructor(e){super({resourcePath:"versions",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async delete(){return this._delete()}envVar(e){return aD(e,sa),new ActorEnvVarClient(this._subResourceOptions({id:e}))}envVars(){return new ActorEnvVarCollectionClient(this._subResourceOptions())}};let ss=aM.optional();let ActorVersionCollectionClient=class ActorVersionCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"versions",...e})}list(){return arguments.length>0&&void 0!==arguments[0]&&arguments[0],this._listPaginated()}async create(e){return aD(e,ss),this._create(e)}};var sl=i(287).Buffer;let LogClient=class LogClient extends ResourceClient{constructor(e){super({resourcePath:"logs",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={url:this._url(),method:"GET",params:this._params(e)};try{return(await this.httpClient.call(t)).data}catch(e){aF(e)}}async stream(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={stream:!0,raw:e.raw},r={url:this._url(),method:"GET",params:this._params(t),responseType:"stream"};try{return(await this.httpClient.call(r)).data}catch(e){aF(e)}}};let LoggerActorRedirect=class LoggerActorRedirect extends ir{constructor(e={}){super({skipTime:!0,level:n1.DEBUG,...e})}_log(e,t,r,n){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(e>this.options.level)return;if(r||n)throw Error("Redirect logger does not use other arguments than level and message");let{prefix:o}=i;o=o?`${o}`:"";let a="";this.options.skipTime||(a=`${new Date().toISOString().replace("Z","").replace("T"," ")} `);let s=`${nG().gray(a)}${nG().cyan(o)}${t||""}`;return this._outputWithConsole(n1.INFO,s),s}};let StreamedLog=class StreamedLog{destinationLog;streamBuffer=[];splitMarker=/(?:\n|^)(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z)/g;relevancyTimeLimit;logClient;streamingTask=null;stopLogging=!1;constructor(e){let{toLog:t,logClient:r,fromStart:n=!0}=e;this.destinationLog=t,this.logClient=r,this.relevancyTimeLimit=n?null:new Date}start(){if(this.streamingTask)throw Error("Streaming task already active");this.stopLogging=!1,this.streamingTask=this.streamLog()}async stop(){if(!this.streamingTask)throw Error("Streaming task is not active");this.stopLogging=!0;try{await this.streamingTask}catch(e){if(!(e instanceof Error&&"AbortError"===e.name))throw e}finally{this.streamingTask=null}}async streamLog(){let e=await this.logClient.stream({raw:!0});if(e)try{let t=await this.logStreamChunks(e),r=sl.from(t).toString().trim();r.length&&this.destinationLog.info(r)}catch(e){iv.warning("Log redirection stopped due to error",e)}}async logStreamChunks(e){let t=new Uint8Array;for await(let r of e){let e=new Uint8Array(t.length+r.length);e.set(t,0),e.set(r,t.length);let n=e.lastIndexOf(10);if(t=e.slice(n),this.streamBuffer.push(sl.from(e.slice(0,n))),this.logBufferContent(),this.stopLogging)break}return t}logBufferContent(){let e=sl.concat(this.streamBuffer).toString().split(this.splitMarker).slice(1),t=e.filter((e,t)=>t%2==0),r=e.filter((e,t)=>t%2!=0);this.streamBuffer=[],t.forEach((e,t)=>{let n=r[t];this.relevancyTimeLimit&&new Date(e)<this.relevancyTimeLimit||this.destinationLog.info((e+n).trim())})}};let su=nu({waitForFinish:r6().optional()}),sc=nu({waitSecs:r6().optional()});let BuildClient=class BuildClient extends ResourceClient{constructor(e){super({resourcePath:"actor-builds",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,su,"BuildClientGetOptions");return this._get(t)}async abort(){return aq(aB((await this.httpClient.call({url:this._url("abort"),method:"POST",params:this._params()})).data))}async delete(){return this._delete()}async getOpenApiDefinition(){return(await this.httpClient.call({url:this._url("openapi.json"),method:"GET",params:this._params()})).data}async waitForFinish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,sc,"BuildClientWaitForFinishOptions");return this._waitForFinish(t)}log(){return new LogClient(this._subResourceOptions({resourcePath:"log"}))}};let sh=nu({...aY,desc:r9().optional()});let BuildCollectionClient=class BuildCollectionClient extends ResourceCollectionClient{constructor(e){super({...e,resourcePath:e.resourcePath||"actor-builds"})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,sh,"BuildCollectionClientListOptions");return this._listPaginated(t)}};var sf=i(849),sp=i(310),sd=i(287).Buffer,sm=Object.defineProperty,sg=(e,t)=>sm(e,"name",{value:t,configurable:!0}),sy=(u=function(e){if("u">typeof require)return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')},"u">typeof require?require:"u">typeof Proxy?new Proxy(u,{get:(e,t)=>("u">typeof require?require:e)[t]}):u),sb=(e,t,r)=>{let n;return(n="symbol"!=typeof t?t+"":t)in e?sm(e,n,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[n]=r};function s_(e=17){let t="abcdefghijklmnopqrstuvwxyzABCEDFGHIJKLMNOPQRSTUVWXYZ0123456789",r=sf.randomBytes(e),n="";for(let e=r.length-1;e>=0;e--)n+=t[(0|r[e])%t.length];return n}async function sv(e){return new Promise(t=>{e>0?setTimeout(()=>t(),e):t()})}async function sw(e,t,r="Promise has timed-out"){return new Promise((n,i)=>{let o,a=!1,s=sg((e,t)=>{if(!a){if(clearTimeout(o),a=!0,e)return void i(e);n(t)}},"callback");e.then(e=>s(null,e),s),o=setTimeout(()=>s(Error(r)),t)})}function sE(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}sg(s_,"cryptoRandomObjectId"),sg(function(e,t=17){return sf.createHash("sha256").update(e).digest("base64").replace(/(\+|\/|=)/g,"x").substr(0,t)},"deterministicUniqueId"),sg(function(e){return Math.floor(Math.random()*(e=Math.floor(e)))},"getRandomInt"),sg(function(e){return"string"==typeof e?new Date(Date.parse(e)):e},"parseDateFromJson"),sg(sv,"delayPromise"),sg(function(e,t){let r=e.indexOf(t);return r>=0&&(e.splice(r,1),!0)},"removeFromArray"),sg(function(e,t){t.status(404),t.send("Page not found")},"http404Route"),sg(function(e,t,r,n){(iv.warning("Client HTTP request failed",{url:t.url,errMsg:e.message}),r.headersSent)?n(e):(r.status(505),r.send("Internal server error"))},"expressErrorHandler"),sg(function(e,t){let r,n,i=!0,o=sg(function(){new Promise(t=>{t(e(()=>void 0))}).finally(r)},"funcWrapper");return r=sg(function(){i&&(n=setTimeout(o,t))},"scheduleNextRun"),o(),{_betterClearInterval(){i=!1,clearTimeout(n)}}},"betterSetInterval"),sg(function(e){if(e&&e._betterClearInterval)try{e._betterClearInterval()}catch(e){iv.exception(e,"_betterClearInterval() threw an exception!?")}},"betterClearInterval"),sg(function(e){return String(e).replace(/[.*+?^${}()|[\]\\]/g,"\\$&")},"escapeRegExp"),sg(function(e,t,r=" "){e=String(e);let n=-1;for(r||0===r||(r=" "),t-=e.length;++n<t;)e=r+e;return e},"leftpad"),sg(function(e,t,r,n){return(e*t+r*n)/(t+n)},"weightedAverage"),sg(async function(e){if(!e.length)return[];let t=[];for(let r of e){let e=r instanceof Function?r():r;t.push(await e)}return t},"sequentializePromises"),sg(function(e,t,r,n,i=!1){if((!i||null!=e)&&!(r instanceof Array?r.some(t=>e instanceof t):e instanceof r))throw Error(`Parameter "${t}" must be an instance of ${n}`)},"checkParamPrototypeOrThrow"),sg(function(e){return async t=>new Promise((r,n)=>{function i(){e.removeListener("error",o),e.removeListener("listening",a)}function o(e){i(),n(e)}function a(){i(),r()}sg(i,"removeListeners"),sg(o,"onError"),sg(a,"onListening"),e.on("error",o),e.on("listening",a),e.listen(t)})},"promisifyServerListen"),sg(function(e,t){t?e.setOptions({level:n1.INFO,logger:new io}):e.setOptions({level:n1.DEBUG})},"configureLogger"),sg(sw,"timeoutPromise"),sg(function(e){return new RegExp(e.source.replace(/^\^|\$$/g,""))},"createInjectableRegExp"),sg(function(e){return null==e},"isNullOrUndefined"),sg(sE,"isBuffer"),sg(function(e,t){if(!(e instanceof Date))return"";let r=e.getFullYear(),n=e.getMonth()+1,i=e.getDate(),o=e.getHours(),a=e.getMinutes(),s=e.getSeconds(),l=e.getMilliseconds(),u=sg(e=>e<10?`0${e}`:e,"pad"),c=`${r}-${u(n)}-${u(i)}`,h=l<10?`00${l}`:l<100?`0${l}`:l,f=`${u(o)}:${u(a)}:${u(s)}.${h}`;return`${c}${t?"T":" "}${f}`},"dateToString"),sg(function(e,t,r="...[truncated]"){if(t=Math.floor(t),r.length>t)throw Error("suffix string cannot be longer than maxLength");return"string"==typeof e&&e.length>t&&(e=e.substr(0,t-r.length)+r),e},"truncate"),sg(function(e){let t=["th","st","nd","rd"],r=e%100;return t[(r-20)%10]||t[r]||t[0]},"getOrdinalSuffix"),sg(function(e){if("string"!=typeof e)return{};let t=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","fragment"],r="queryKey",n=/(?:^|&)([^&=]*)=?([^&]*)/g,i=({strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}).loose.exec(e),o={},a=t.length;for(;a--;)o[t[a]]=i[a]||"";return o[r]={},o[t[12]].replace(n,(e,t,n)=>{t&&(o[r][t]=n)}),o.fragmentKey={},o.fragment&&o.fragment.replace(n,(e,t,r)=>{t&&(o.fragmentKey[t]=r)}),o},"parseUrl"),sg(function(e,t){let r;if("string"!=typeof e||!e.length)return null;try{r=new URL(e.trim())}catch{return null}let{searchParams:n}=r;for(let e of[...n.keys()])e.startsWith("utm_")&&n.delete(e);n.sort();let i=r.protocol.toLowerCase(),o=r.host.toLowerCase(),a=r.pathname.replace(/\/$/,""),s=n.toString()?`?${n}`:"",l=t?r.hash:"";return`${i}//${o}${a}${s}${l}`},"normalizeUrl"),sg(function(e,t,r,n){let i;try{i=new URL(e)}catch{}let o=i&&/(\.|^)apify\.com$/i.test(i.hostname),a=!n||i&&i.hostname===n;return o&&a?`<a href="${e}">${t||r}</a>`:o?`<a rel="noopener noreferrer" target="_blank" href="${e}">${t||r}</a>`:`<a rel="noopener noreferrer nofollow" target="_blank" href="${e}">${t||r}</a>`},"markedSetNofollowLinks"),sg(function(e,t){return t+=1,`<h${t}>${e}</h${t}>`},"markedDecreaseHeadsLevel"),sg(function(e){if("number"!=typeof e||!(e>=0))return null;let t=Math.floor(e/1e7),r=e%1e7,n=Math.floor(r/1e5),i=r%1e5,o=`${t}.${n}`;return i>0&&(o+=`.${i}`),o},"buildOrVersionNumberIntToStr");var sS="toBSON",sR="toString",sO="_bsontype",sC=RegExp(`(\uFF0E|^\uFF04|^${sS}$|^${sO}|^${sR}$)`),sx=RegExp(".","g"),sk=RegExp("^$"),sT=RegExp(`^${sS}$`),sA=RegExp(`^${sR}$`),sP=RegExp(`^${sO}$`);function sL(e){return/(\.|^\$|^toBSON$|^_bsontype$|^toString$|\0)/.test(e)&&(e=(e=(e=(e=(e=(e=e.replace(/\./g,".")).replace(/^\$/,"$")).replace(/^toBSON$/,sS)).replace(/^toString$/,sR)).replace(/^_bsontype$/,sO)).replace(/\0/g,"")),e}function sz(e){return sC.test(e)&&(e=(e=(e=(e=(e=e.replace(sx,".")).replace(sk,"$")).replace(sT,"toBSON")).replace(sA,"toString")).replace(sP,"_bsontype")),e}function s$(e,t,r){let n;if(null===e||"object"!=typeof e||"[object Date]"===Object.prototype.toString.call(e)||sE(e))return e;if(Array.isArray(e)){n=t?Array(e.length):e;for(let i=0;i<e.length;i++){let o=s$(e[i],t,r);t&&(n[i]=o)}return n}for(let i in n=t?{}:e,e){let o=s$(e[i],t,r),[a,s]=r(i,o);i===a?(t||o!==s)&&(n[i]=s):(n[a]=s,t||delete e[i])}return n}sg(sL,"escapePropertyName"),sg(sz,"unescapePropertyName"),sg(s$,"traverseObject"),sg(function(e,t=!1){return s$(e,t,(e,t)=>[sL(e),t])},"escapeForBson"),sg(function(e,t=!1){return s$(e,t,(e,t)=>[sz(e),t])},"unescapeFromBson"),sg(function(e){let t=!1;try{s$(e,!1,(e,r)=>{let n=sL(e);if(e!==n)throw t=!0,Error();return[e,r]})}catch(e){if(!t)throw e}return t},"isBadForMongo");var sN=class _JsonVariable{constructor(e){sb(this,"name",e)}getToken(){return`{{${this.name}}}`}};function sj(e,t,r=0){if(t&&!(t instanceof Function))throw Error('Parameter "replacer" of jsonStringifyExtended() must be a function!');let n={},i=JSON.stringify(e,sg((e,r)=>{if((r=t?t(e,r):r)instanceof Function)return r.toString();if(r instanceof sN){let e=`<<<REPLACEMENT_TOKEN::${Math.random()}>>>`;return n[e]=r.getToken(),e}return r},"extendedReplacer"),r);return Object.entries(n).forEach(([e,t])=>{i=i.replace(`"${e}"`,t)}),i}sg(sN,"JsonVariable"),sg(sj,"jsonStringifyExtended"),sg(function(e){if("string"!=typeof e)return[null,null];let t=(e||"").trim().split(" "),r=t.filter(e=>e);return 0===r.length?[null,null]:1===r.length?[null,r[0]]:[t[0],r.slice(1).join(" ")]},"splitFullName"),sg(function(e){return nD.test(e)},"isUrlRelative");var sI=RegExp("^(anonymous|page-not-found|docs|terms-of-use|about|pricing|privacy-policy|customers|request-form|request-solution|release-notes|jobs|api-reference|video-tutorials|acts|key-value-stores|schedules|account|sign-up|sign-in-discourse|admin|documentation|change-password|enroll-account|forgot-password|reset-password|sign-in|verify-email|live-status|browser-info|webhooks|health-check|api|change-log|dashboard|community|crawlers|ext|schemas|admin|administration|crawler|act|library|lib|apifier|team|contact|doc|documentation|for-business|for-developers|developers|business|integrations|job|setting|settings|privacy|policy|assets|help|config|configuration|terms|hiring|hire|status|status-page|solutions|support|market|marketplace|download|downloads|username|users|user|login|logout|signin|sign|signup|sign-out|signout|plugins|plug-ins|reset|password|passwords|square|profile-photos|profiles|true|false|js|css|img|images|image|partials|fonts|font|dynamic_templates|app|schedules|community|storage|storages|account|node_modules|bower_components|video|knowledgebase|forum|customers|blog|health-check|health|anim|forum_topics.json|forum_categories.json|me|you|him|she|it|external|actor|crawler|scheduler|api|sdk|puppeteer|webdriver|selenium|(selenium.*webdriver)|undefined|page-analyzer|wp-login.php|welcome.action|echo|proxy|super-proxy|gdpr|case-studies|use-cases|how-to|kb|cookies|cookie-policy|cookies-policy|powered-by|run|runs|actor|actors|act|acts|success-stories|roadmap|join-marketplace|presskit|press-kit|covid-19|covid|covid19|matfyz|ideas|public-actors|resources|partners|affiliate|industries|web-scraping|custom-solutions|solution-provider|alternatives|platform|freelancers|freelancer|partner|preview|templates|data-for-generative-ai|discord|praguecrawl|prague-crawl|bob|ai-agents|reel|video-reel|mcp|mcpc|model-context-protocol|modelcontextprotocol|apify.com|design-kit|press-kit|scrapers|professional-services|challenge|challange|1m-challenge|1m-usd-challenge|contact-sales|creator|creators|creator-plan|request-an-integration|whitepaper|adviser|crawlee|ultimate-scraper|agent-skills|key-value-store|request-queue|request-queues|build|builds|dataset|datasets|schedule|standby|pay-per-event|pay-per-result|pay-per-usage|ppe|ppr|compute-unit|compute-units|agent|agents|agentic|llms|llm|openai|anthropic|claude|copilot|mistral|gemini|llama|chatbot|chatgpt|prompt|prompts|embeddings|vectors|rag|agentic-commerce|agentic-economy|agentic-payments|a2a|a2b|a2p|ap2|b2a|acp|ucp|mpp|x402|l402|anp|agp|erc-8004|kya|kyapay|official|verified|certified|authorized|partner-official|gold-partner|premium-partner|staff|moderator|apify-admin|console|cli|studio|gateway|workbench|agents-marketplace|agents-store|mcp-server|mcp-servers|mcp-gateway|asia|latam|emea|apac|i18n|l10n|localization|localisation|usd|eur|gbp|jpy|cny|usdc|usdt|btc|eth|sol|crypto|fiat|stablecoin|stablecoins|payment|payments|payout|payouts|invoice|invoices|wallet|soc|soc2|iso|iso-27001|hipaa|ccpa|pci|pci-dss|dpa|dpia|dmca|sla|eula|aml|kyc|contributor|contributors|maintainer|maintainers|core-team|oss|open-source|opensource|open-source-software|spam|scam|phishing|malware|hack|hacked|giveaway|airdrop|bitcoin-giveaway|free-credits|free-money|launch|launches|webinar|webinars|meetup|meetups|summit|conference|conferences|org|orgs|organisation|workspace|workspaces|tenant|tenants|role|roles|permission|permissions|saml|scim|token|tokens|apikey|api-key|api-keys|keys|secret|secrets|coupon|coupons|discount|discounts|promos|refund|refunds|credit|credits|billing-portal|production|prod|canary|internal|restricted|conversations|reactions|mentions|channel|channels|inbox|no-reply|noreply|accessibility|imprint|impressum|trust|trust-center|security-center|brand|branding|support-team|abuse|outage|incident|incidents|what-is-new|whatsnew|index|index\\.html|(favicon\\.[a-z]+)|BingSiteAuth.xml|(google.+\\.html)|robots\\.txt|(sitemap\\.[a-z]+)|(apple-touch-icon.*)|security-whitepaper\\.pdf|security\\.txt|llms\\.txt|llms-full\\.txt|AGENTS\\.md|CLAUDE\\.md|auth\\.md|(\\..*)|(xxx-.*)|((.+[^a-z]|)porn([^a-z].+|))|((.+[^a-z]|)vagina([^a-z].+|))|((.+[^a-z]|)dildo([^a-z].+|))|((.+[^a-z]|)nsfw([^a-z].+|))|((.+[^a-z]|)hentai([^a-z].+|))|((.+[^a-z]|)cunt([^a-z].+|))|((.+[^a-z]|)fuck([^a-z].+|))|((.+[^a-z]|)shit([^a-z].+|))|((.+[^a-z]|)bitch([^a-z].+|))|((.+[^a-z]|)slut([^a-z].+|))|((.+[^a-z]|)whore([^a-z].+|))|((.+[^a-z]|)boob([^a-z].+|))|((.+[^a-z]|)tits([^a-z].+|))|((.+[^a-z]|)cock([^a-z].+|))|((.+[^a-z]|)anus([^a-z].+|))|((.+[^a-z]|)pussy([^a-z].+|))|((.+[^a-z]|)nude([^a-z].+|))|((.+[^a-z]|)penis([^a-z].+|))|((.+[^a-z]|)naked([^a-z].+|))|(install-cli\\..*)|([^0-9a-z].*)|(.*[^0-9a-z])|(.*[_.\\-]{2}.*)|0|about|access|account|accounts|activate|activities|activity|ad|add|address|adm|admin|administration|administrator|ads|adult|advertising|affiliate|affiliates|ajax|all|alpha|analysis|analytics|android|anon|anonymous|api|app|apps|archive|archives|article|asct|asset|atom|auth|authentication|avatar|backup|balancer-manager|banner|banners|beta|billing|bin|blog|blogs|board|book|bookmark|bot|bots|bug|business|cache|cadastro|calendar|call|campaign|cancel|captcha|career|careers|cart|categories|category|cgi|cgi-bin|changelog|chat|check|checking|checkout|client|cliente|clients|code|codereview|comercial|comment|comments|communities|community|company|compare|compras|config|configuration|connect|contact|contact-us|contact_us|contactus|contest|contribute|corp|create|css|dashboard|data|db|default|delete|demo|design|designer|destroy|dev|devel|developer|developers|diagram|diary|dict|dictionary|die|dir|direct_messages|directory|dist|doc|docs|documentation|domain|download|downloads|ecommerce|edit|editor|edu|education|email|employment|empty|end|enterprise|entries|entry|error|errors|eval|event|events|exit|explore|facebook|faq|favorite|favorites|feature|features|feed|feedback|feeds|file|files|first|flash|fleet|fleets|flog|follow|followers|following|forgot|form|forum|forums|founder|free|friend|friends|ftp|gadget|gadgets|game|games|get|gift|gifts|gist|github|graph|group|groups|guest|guests|help|home|homepage|host|hosting|hostmaster|hostname|howto|hpg|html|http|httpd|https|i|iamges|icon|icons|id|idea|ideas|image|images|imap|img|index|indice|info|information|inquiry|instagram|intranet|invitations|invite|ipad|iphone|irc|is|issue|issues|it|item|items|java|javascript|job|jobs|join|js|json|jump|knowledgebase|language|languages|last|ldap-status|legal|license|link|links|linux|list|lists|log|log-in|log-out|log_in|log_out|login|logout|logs|m|mac|mail|mail1|mail2|mail3|mail4|mail5|mailer|mailing|maintenance|manager|manual|map|maps|marketing|master|me|media|member|members|message|messages|messenger|microblog|microblogs|mine|mis|mob|mobile|movie|movies|mp3|msg|msn|music|musicas|mx|my|mysql|name|named|nan|navi|navigation|net|network|new|news|newsletter|nick|nickname|notes|noticias|notification|notifications|notify|ns|ns1|ns10|ns2|ns3|ns4|ns5|ns6|ns7|ns8|ns9|null|oauth|oauth_clients|offer|offers|official|old|online|openid|operator|order|orders|organization|organizations|overview|owner|owners|page|pager|pages|panel|password|payment|perl|phone|photo|photoalbum|photos|php|phpmyadmin|phppgadmin|phpredisadmin|pic|pics|ping|plan|plans|plugin|plugins|policy|pop|pop3|popular|portal|post|postfix|postmaster|posts|pr|premium|press|price|pricing|privacy|privacy-policy|privacy_policy|privacypolicy|private|product|products|profile|project|projects|promo|pub|public|purpose|put|python|query|random|ranking|read|readme|recent|recruit|recruitment|register|registration|release|remove|replies|report|reports|repositories|repository|req|request|requests|reset|roc|root|rss|ruby|rule|sag|sale|sales|sample|samples|save|school|script|scripts|search|secure|security|self|send|server|server-info|server-status|service|services|session|sessions|setting|settings|setup|share|shop|show|sign-in|sign-up|sign_in|sign_up|signin|signout|signup|site|sitemap|sites|smartphone|smtp|soporte|source|spec|special|sql|src|ssh|ssl|ssladmin|ssladministrator|sslwebmaster|staff|stage|staging|start|stat|state|static|stats|status|store|stores|stories|style|styleguide|stylesheet|stylesheets|subdomain|subscribe|subscription|subscriptions|suporte|support|svn|swf|sys|sysadmin|sysadministrator|system|tablet|tablets|tag|talk|task|tasks|team|teams|tech|telnet|term|terms|terms-of-service|terms_of_service|termsofservice|test|test1|test2|test3|teste|testing|tests|theme|themes|thread|threads|tmp|todo|tool|tools|top|topic|topics|tos|tour|translations|trends|tutorial|tux|tv|twitter|undef|unfollow|unsubscribe|update|upload|uploads|url|usage|user|username|users|usuario|vendas|ver|version|video|videos|visitor|watch|weather|web|webhook|webhooks|webmail|webmaster|website|websites|welcome|widget|widgets|wiki|win|windows|word|work|works|workshop|ww|wws|www|www1|www2|www3|www4|www5|www6|www7|wwws|wwww|xfn|xml|xmpp|xpg|xxx|yaml|year|yml|you|yourdomain|yourname|yoursite|yourusername)$","i");sg(function(e){return!!e.match(nU)||!!e.match(sI)},"isForbiddenUsername");var sD=class _RetryableError extends Error{constructor(e,...t){super(...t),sb(this,"error"),this.error=e}};async function sU(e){let{func:t,expBackoffMillis:r,expBackoffMaxRepeats:n}=e;if("function"!=typeof t)throw Error('Parameter "func" should be a function.');if("number"!=typeof r)throw Error('Parameter "expBackoffMillis" should be a number.');if("number"!=typeof n)throw Error('Parameter "expBackoffMaxRepeats" should be a number.');for(let e=0;;e++){let i;try{return await t()}catch(e){i=e}if(!(i instanceof sD))throw i;if(e>=n-1)throw i.error;let o=r*2**e,a=sg((e,t)=>e+Math.floor(Math.random()*(t-e+1)),"rand")(o,2*o);e===Math.round(n/2)&&iv.warning(`Retry failed ${e} times and will be repeated in ${a}ms`,{originalError:i.error.message,errorDetails:Reflect.get(i.error,"details")}),await sv(a)}}sg(sD,"RetryableError"),sg(sU,"retryWithExpBackoff");var sM=((S=sM||{}).MONGODB_PING="MONGODB_PING",S.MONGODB_READ="MONGODB_READ",S.MONGODB_WRITE="MONGODB_WRITE",S.REDIS="REDIS",S.REDIS_PING="REDIS_PING",S.REDIS_WRITE="REDIS_WRITE",S),sB=class _HealthChecker{constructor(e){sb(this,"options",e),sb(this,"checks"),sb(this,"redisPrefix"),sb(this,"redisTtlSecs"),sb(this,"checkTimeoutMillis"),sb(this,"mongoDbWriteTestCollection"),sb(this,"mongoDbWriteTestRemoveOlderThanSecs");let{checks:t,redisPrefix:r="health-check",redisTtlSecs:n=15,checkTimeoutMillis:i=15e3,mongoDbWriteTestCollection:o="healthCheckPlayground",mongoDbWriteTestRemoveOlderThanSecs:a=15}=e;if(!Array.isArray(t))throw Error('Parameter "check" must be an array');t.map(e=>this._validateCheck(e)),this.checks=t,this.redisPrefix=r,this.redisTtlSecs=n,this.checkTimeoutMillis=i,this.mongoDbWriteTestCollection=o,this.mongoDbWriteTestRemoveOlderThanSecs=a}async ensureIsHealthy(){for(let e of this.checks)try{let t=this._performCheck(e);await sw(t,this.checkTimeoutMillis,"Check has timed-out")}catch(t){throw Error(`Health check test "${e.type}" failed with an error: ${t.message}"`)}}_validateCheck(e){if(!(e.type in sM))throw Error(`Check type "${e.type}" is invalid`);if("object"!=typeof e.client)throw Error(`Check client must be an object got "${typeof e.client}" instead`)}async _performCheck(e){switch(e.type){case"MONGODB_PING":return this._testMongoDbPing(e);case"MONGODB_READ":return this._testMongoDbRead(e);case"MONGODB_WRITE":return this._testMongoDbWrite(e);case"REDIS_PING":return this._testRedisPing(e);case"REDIS":case"REDIS_WRITE":return this._testRedisWrite(e);default:throw Error("Unknown check type")}}async _testMongoDbPing({client:e}){let t=await e.command({ping:1});if(1!==t.ok)throw Error(`Got ${t.ok} instead of 1!`)}async _testMongoDbRead({client:e}){let t=await e.listCollections().toArray();if(!Array.isArray(t))throw Error(`Got ${typeof t} instead of an array!`)}async _testMongoDbWrite({client:e}){let t=s_(),r=e.collection(this.mongoDbWriteTestCollection);if(await r.deleteMany({createdAt:{$lt:new Date(Date.now()-1e3*this.mongoDbWriteTestRemoveOlderThanSecs)}}),await r.insertOne({_id:t,createdAt:new Date}),!await r.findOne({_id:t}))throw Error(`Item with ID "${t}" not found!`)}async _testRedisPing({client:e}){let t=await e.ping();if("PONG"!==t)throw Error(`Got "${t}" instead of "PONG"!`)}async _testRedisWrite({client:e}){let t=`${this.redisPrefix}:${s_()}`;await e.set(t,"OK","EX",this.redisTtlSecs);let r=await e.get(t);if("OK"!==r)throw Error(`Returned value "${r}" is not equal to "OK"!`)}};async function sF(e){return new Promise((t,r)=>{let n=[];e.on("data",e=>{n.push(e)}).on("error",e=>r(e)).on("end",()=>t(sd.concat(n)))})}sg(sB,"HealthChecker"),sb(sB,"CHECK_TYPES",sM),sg(class _ParseJsonlStream extends sp.Transform{constructor(){super(...arguments),sb(this,"pendingChunk",null)}parseLineAndEmitObject(e){if(e=e.trim())try{let t=JSON.parse(e);this.emit("object",t)}catch(t){throw Error(`Cannot parse JSON stream data ('${String(e)}'): ${String(t)}`)}}_transform(e,t,r){let n;this.pendingChunk?(n=this.pendingChunk+e,this.pendingChunk=null):n=e;let i=n.toString().split("\n");""!==i[i.length-1]&&(this.pendingChunk=i.pop());try{for(let e=0;e<i.length;e++)this.parseLineAndEmitObject(i[e])}catch(e){r(e,null);return}r(null,e)}_flush(e){if(this.pendingChunk)try{this.parseLineAndEmitObject(this.pendingChunk),this.pendingChunk=null}catch(t){e(t,null);return}e()}},"ParseJsonlStream"),sg(sF,"concatStreamToBuffer"),sg(async function(e,t){return(await sF(e)).toString(t)},"readStreamToString");var sq=class _WebhookPayloadTemplateError extends Error{constructor(e){super(e),this.name=this.constructor.name,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}};sg(sq,"WebhookPayloadTemplateError");var sZ=sq,sW=class _InvalidJsonError extends sZ{constructor(e){super(e.message)}};sg(sW,"InvalidJsonError");var sV=class _InvalidVariableError extends Error{constructor(e){super(`Invalid payload template variable: ${e}`)}};sg(sV,"InvalidVariableError"),sg(class _WebhookPayloadTemplate{constructor(e,t=null,r={}){sb(this,"template",e),sb(this,"allowedVariables",t),sb(this,"context",r),sb(this,"payload"),sb(this,"replacedVariables",[]),this.payload=e}static parse(e,t=null,r={},n={}){let i=typeof e;if("string"!==i)throw Error(`Cannot parse a ${i} payload template.`);let o=new _WebhookPayloadTemplate(e,t,r),a=o._parse();return n.interpolateStrings?o._interpolate(a):a}static stringify(e,t,r=2){let n=typeof e;if(!e||"object"!==n)throw Error(`Cannot stringify a ${n} payload template.`);return sj(e,t,r)}static getVariable(e){return new sN(e)}_parse(){let e=0;for(;;)try{return JSON.parse(this.payload)}catch(r){let t=this._findPositionOfNextVariable(e);if(!t)throw new sW(r);t.isInsideString||this._replaceVariable(t),e=t.openBraceIndex+1}}_interpolate(e){return"string"==typeof e?this._interpolateString(e):Array.isArray(e)?this._interpolateArray(e):"object"==typeof e&&null!==e?this._interpolateObject(e):e}_interpolateString(e){if(e.match(/^\{\{([a-zA-Z0-9.]+)\}\}$/)){let t=e.substring(2,e.length-2);return this._validateVariableName(t),this._getVariableValue(t)}return e.replace(/\{\{([a-zA-Z0-9.]+)\}\}/g,(e,t)=>{this._validateVariableName(t);let r=this._getVariableValue(t);return`${r}`})}_interpolateObject(e){let t={};return Object.entries(e).forEach(([e,r])=>{t[e]=this._interpolate(r)}),t}_interpolateArray(e){return e.map(this._interpolate.bind(this))}_findPositionOfNextVariable(e=0){let t=this.payload.indexOf("{{",e),r=this.payload.indexOf("}}",t)+1;return t>-1&&r>-1?{isInsideString:this._isVariableInsideString(t),openBraceIndex:t,closeBraceIndex:r}:null}_isVariableInsideString(e){return this._countUnescapedDoubleQuotesUpToIndex(e)%2==1}_countUnescapedDoubleQuotesUpToIndex(e){let t=this.payload.substring(0,e),r=0;for(let e=0;e<t.length;e++){let n=t[e],i=t[e-1];'"'===n&&"\\"!==i&&r++}return r}_replaceVariable({openBraceIndex:e,closeBraceIndex:t}){let r=this.payload.substring(e+2,t-1);this._validateVariableName(r);let n=this._getVariableReplacement(r);this.replacedVariables.push({variableName:r,replacement:n}),this.payload=this.payload.substring(0,e)+n+this.payload.substring(t+1)}_validateVariableName(e){if(null===this.allowedVariables)return;let[t]=e.split(".");if(!this.allowedVariables.has(t))throw new sV(e)}_getVariableValue(e){let[t,...r]=e.split("."),n=this.context[t];return r.reduce((e,t)=>e&&"object"==typeof e?e[t]:null,n)}_getVariableReplacement(e){let t=this._getVariableValue(e);return t?JSON.stringify(t):null}},"WebhookPayloadTemplate");var sJ="aes-256-gcm";sg(function({publicKey:e,value:t}){let r=s_(32),n=s_(16),i=sf.createCipheriv(sJ,r,n),o=sd.from(t,"utf-8"),a=sd.from(r,"utf-8"),s=sd.from(n,"utf-8"),l=sd.concat([a,s]),u=sd.concat([i.update(o),i.final(),i.getAuthTag()]);return{encryptedPassword:sf.publicEncrypt(e,l).toString("base64"),encryptedValue:u.toString("base64")}},"publicEncrypt"),sg(function({privateKey:e,encryptedPassword:t,encryptedValue:r}){let n=sd.from(r,"base64"),i=sd.from(t,"base64"),o=sf.privateDecrypt(e,i);if(48!==o.length)throw Error("privateDecrypt: Decryption failed, invalid password length!");let a=n.slice(n.length-16),s=n.slice(0,n.length-16),l=o.slice(0,32),u=o.slice(32),c=sf.createDecipheriv(sJ,l,u);return c.setAuthTag(a),sd.concat([c.update(s),c.final()]).toString("utf-8")},"privateDecrypt"),sg(function(e){let t=e.split("\n");return{code:t.filter(e=>!e.trim().startsWith("import")).join("\n"),imports:t.filter(e=>e.trim().startsWith("import")).join("\n")}},"separateImports");var sH=class _CodeHashManager{constructor(e){sb(this,"secret",e)}encode(e,t){let r={u:t,v:_CodeHashManager.VERSION},n=this.toBase64(JSON.stringify(r)),i=this.toBase64(JSON.stringify(e)),o=[n,i].join(_CodeHashManager.SECTION_SEPARATOR),a=this.generateSignature(o);return[n,i,this.toBase64(a)].join(_CodeHashManager.SECTION_SEPARATOR)}decode(e){let t=e.split(_CodeHashManager.SECTION_SEPARATOR),r=t.slice(0,2).join(_CodeHashManager.SECTION_SEPARATOR),n=JSON.parse(this.fromBase64(t[0]).toString()),i=JSON.parse(this.fromBase64(t[1]).toString()),o=this.fromBase64(t[2]),a=this.generateSignature(r),s=(0,sf.timingSafeEqual)(o,a);return{data:i,meta:{userId:n.u,version:n.v,isSignatureValid:s}}}toBase64(e){return sd.from(e).toString("base64url")}fromBase64(e){return sd.from(e,"base64url")}generateSignature(e){return(0,sf.createHmac)("sha256",this.secret).update(e).digest()}};sg(sH,"CodeHashManager"),sb(sH,"SECTION_SEPARATOR","."),sb(sH,"VERSION",1);var sK="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".split("");function sG(e){if(0n===e)return sK[0];let t="";for(;e>0n;)t=sK[Number(e%62n)]+t,e/=62n;return t}function sY(e,t){let r=sf.createHmac("sha256",e).update(t).digest("hex").substring(0,30);return sG(BigInt(`0x${r}`))}sg(sG,"encodeBase62"),sg(sY,"createHmacSignature");var sQ=globalThis.crypto?.subtle;async function sX(){if(!sQ){try{if(sQ=sy("crypto")?.webcrypto?.subtle)return}catch{}try{sQ=(await Promise.resolve().then(i.t.bind(i,849,19)))?.webcrypto?.subtle}catch{}if(!sQ)throw Error(`SubtleCrypto is not available in this environment.
53
+ ${e.toString()}`:"object"==typeof e&&iK in e?this._parseLoggerException(e,t):`
54
+ ${JSON.stringify(e,null,2)}`}_parseLoggerException(e,t=1){let r=[];e.type&&r.push(`type=${e.type}`),e.details&&Object.entries(e.details).map(([e,t])=>r.push(`${e}=${t}`));let n=e.stack||e.reason||e.message,i=n===e.stack,o=function(e,t){let r,n=t.split("\n");try{({cause:r}=e)}catch{}if(null!=r&&"object"==typeof r&&iK in r){var i;let e=(i=r).stack?String(i.stack):Error.prototype.toString.call(i),t=e.indexOf("\n at");if(-1!==t){let{len:r,offset:i}=function(e,t){for(let r=0;r<e.length-3;r++){let n=t.indexOf(e[r]);if(-1!==n){let i=t.length-n;if(i>3){let o=1,a=Math.min(e.length-r,i);for(;a>o&&e[r+o]===t[n+o];)o++;if(o>3)return{len:o,offset:r}}}}return{len:0,offset:0}}(n,e.slice(t+1).split("\n"));if(r>0){let e=r-2,t=` ... ${e} lines matching cause stack trace ...`;n.splice(i+1,e,iX.grey(t))}}}return n}(e,n);i&&(o[0]=e.message||o[0]),r.length&&(o[0]+=iX.gray(`(details: ${r.join(", ")})`));for(let e=1;e<o.length;e++)o[e]=iX.gray(o[e]);if(e.cause){let r=this._parseException(e.cause,t+1).trim().split("\n");o.push(iX.red(` CAUSE: ${iX.reset(r[0])}`),...r.slice(1))}return`
55
+ ${o.map(e=>`${" ".repeat(2*t)}${e}`).join("\n")}`}};let Log=class Log{LEVELS=N;options;preferredFieldsMap;warningsOnceLogged=new Set;constructor(e={}){let t;if(this.options={...{level:(t=iG.env.APIFY_LOG_LEVEL)?Number.isFinite(+t)?+t:N[t]?N[t]:+t:N.INFO,maxDepth:4,gradualLimitFactor:.5,maxStringLength:1e3,maxArrayLength:500,maxFields:20,preferredFields:[...iH],prefix:null,suffix:null,truncationSuffix:iJ,truncationFlagKey:iV,logger:(e=>{switch(e){case j.JSON:return new logger_json_LoggerJson;case j.TEXT:default:return new LoggerText}})(function(){let e=iG.env[iM]||j.TEXT;switch(e.toLowerCase()){case j.JSON.toLowerCase():return j.JSON;case j.TEXT.toLowerCase():return j.TEXT;default:return console.warn(`Unknown value for environment variable ${iM}: ${e}`),j.TEXT}}()),data:{}},...e},!N[this.options.level])throw Error('Options "level" must be one of log.LEVELS enum!');if("number"!=typeof this.options.maxDepth)throw Error('Options "maxDepth" must be a number!');if("number"!=typeof this.options.gradualLimitFactor)throw Error('Options "gradualLimitFactor" must be a number!');if("number"!=typeof this.options.maxStringLength)throw Error('Options "maxStringLength" must be a number!');if("number"!=typeof this.options.maxArrayLength)throw Error('Options "maxArrayLength" must be a number!');if("number"!=typeof this.options.maxFields)throw Error('Options "maxFields" must be a number!');if(!Array.isArray(this.options.preferredFields))throw Error('Options "preferredFields" must be an array!');if(this.options.prefix&&"string"!=typeof this.options.prefix)throw Error('Options "prefix" must be a string!');if(this.options.suffix&&"string"!=typeof this.options.suffix)throw Error('Options "suffix" must be a string!');if("string"!=typeof this.options.truncationSuffix)throw Error('Options "truncationSuffix" must be a string!');if("string"!=typeof this.options.truncationFlagKey)throw Error('Options "truncationFlagKey" must be a string!');if("object"!=typeof this.options.logger)throw Error('Options "logger" must be an object!');if("object"!=typeof this.options.data)throw Error('Options "data" must be an object!');this.preferredFieldsMap=Object.fromEntries(this.options.preferredFields.map((e,t)=>[e,t]))}_sanitizeData(e){return function e(t,r){let{maxDepth:n=1/0,gradualLimitFactor:i=1,maxStringLength:o=1/0,maxArrayLength:a=1/0,maxFields:s=1/0,preferredFieldsMap:l={},truncationSuffix:u=iJ,truncationFlagKey:c=iV}=r;if("string"==typeof t)return t.length>o?function(e,t,r=iJ){if(t=Math.floor(t),r.length>t)throw Error("suffix string cannot be longer than maxLength");return"string"==typeof e&&e.length>t&&(e=e.substr(0,t-r.length)+r),e}(t,o,u):t;if(["number","boolean","symbol","bigint"].includes(typeof t)||null==t||t instanceof Date)return t;if(t instanceof Error){let{name:e,message:r,stack:n,cause:i,...o}=t;t={name:e,message:r,stack:n,cause:i,...o,[iK]:!0}}let p=t=>e(t,{...r,maxDepth:n-1,maxStringLength:Math.max(Math.floor(o*i),u.length),maxArrayLength:Math.floor(a*i),maxFields:Math.floor(s*i)});if(Array.isArray(t)){if(n<=0)return"[array]";let e=t.slice(0,a).map(p);return t.length>a&&e.push(u),e}if("object"==typeof t&&null!==t){if(n<=0)return"[object]";let e=Reflect.ownKeys(t);e.sort((e,t)=>{let r=l[String(e)]??-1,n=l[String(t)]??-1;return -1===r&&-1===n?0:-1===r?1:-1===n?-1:r-n});let r={};return e.slice(0,s).forEach(e=>{r[e]=p(t[e])}),e.length>s&&(r[c]=!0),r}if("function"==typeof t)return"[function]";console.log(`WARNING: Object cannot be logged: ${t}`)}(e,{maxDepth:this.options.maxDepth,gradualLimitFactor:this.options.gradualLimitFactor,maxStringLength:this.options.maxStringLength,maxArrayLength:this.options.maxArrayLength,maxFields:this.options.maxFields,preferredFieldsMap:this.preferredFieldsMap,truncationSuffix:this.options.truncationSuffix,truncationFlagKey:this.options.truncationFlagKey})}getLevel(){return this.options.level}setLevel(e){if(!N[e])throw Error('Options "level" must be one of log.LEVELS enum!');this.options.level=e}internal(e,t,r,n){e>this.options.level||(r=Reflect.ownKeys(r={...this.options.data,...r}).length>0?this._sanitizeData(r):void 0,n=this._sanitizeData(n),this.options.logger.log(e,t,r,n,{prefix:this.options.prefix,suffix:this.options.suffix}))}setOptions(e){this.options={...this.options,...e}}getOptions(){return{...this.options}}child(e){let{prefix:t}=this.options;e.prefix&&(t=t?`${t}:${e.prefix}`:e.prefix);let r=e.data?{...this.options.data,...e.data}:this.options.data;return new Log({...this.options,...e,prefix:t,data:r})}error(e,t){this.internal(N.ERROR,e,t)}exception(e,t,r){this.internal(N.ERROR,t,r,e)}softFail(e,t){this.internal(N.SOFT_FAIL,e,t)}warning(e,t){this.internal(N.WARNING,e,t)}info(e,t){this.internal(N.INFO,e,t)}debug(e,t){this.internal(N.DEBUG,e,t)}perf(e,t){this.internal(N.PERF,e,t)}warningOnce(e){this.warningsOnceLogged.has(e)||(this.warningsOnceLogged.add(e),this.warning(e))}deprecated(e){this.warningOnce(e)}};let i9=new Log;var i8=i(336),i5=i.n(i8);function i7(e,t){return function(){return e.apply(t,arguments)}}var oe=i(606);let{toString:ot}=Object.prototype,{getPrototypeOf:or}=Object,{iterator:on,toStringTag:oi}=Symbol,oo=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),oa=e=>"string"==typeof e&&("__proto__"===e||"constructor"===e||"prototype"===e),os=(e,t,r)=>e===Object.prototype||!r&&null===t,ol=(e,t)=>{let r=e,n=[];for(;null!=r&&-1===n.indexOf(r);){n.push(r);let i=or(r);if(os(r,i,r===e))break;if(oo(r,t))return!0;r=i}return!1},ou=(m=Object.create(null),e=>{let t=ot.call(e);return m[t]||(m[t]=t.slice(8,-1).toLowerCase())}),oc=e=>(e=e.toLowerCase(),t=>ou(t)===e),op=e=>t=>typeof t===e,{isArray:od}=Array,of=op("undefined");function oh(e){return null!==e&&!of(e)&&null!==e.constructor&&!of(e.constructor)&&oy(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}let om=oc("ArrayBuffer"),og=op("string"),oy=op("function"),ob=op("number"),ov=e=>null!==e&&"object"==typeof e,o_=e=>{if(!ov(e))return!1;let t=or(e);return(null===t||t===Object.prototype||null===or(t))&&!ol(e,oi)&&!ol(e,on)},ow=oc("Date"),oE=oc("File"),oS=oc("Blob"),oR=oc("FileList"),oO=oc("Set"),oT="u">typeof globalThis?globalThis:"u">typeof self?self:"u">typeof window?window:"u">typeof global?global:{},oC=void 0!==oT.FormData?oT.FormData:void 0,oA=oc("URLSearchParams"),[ox,ok,oP,oU]=["ReadableStream","Request","Response","Headers"].map(oc);function oI(e,t,{allOwnKeys:r=!1}={}){let n,i;if(null!=e)if("object"!=typeof e&&(e=[e]),od(e))for(n=0,i=e.length;n<i;n++)t.call(null,e[n],n,e);else{let i;if(oh(e))return;let o=r?Object.getOwnPropertyNames(e):Object.keys(e),a=o.length;for(n=0;n<a;n++)i=o[n],t.call(null,e[i],i,e)}}function oL(e,t){let r;if(oh(e))return null;t=t.toLowerCase();let n=Object.keys(e),i=n.length;for(;i-- >0;)if(t===(r=n[i]).toLowerCase())return r;return null}let oz="u">typeof globalThis?globalThis:"u">typeof self?self:"u">typeof window?window:global,oN=e=>!of(e)&&e!==oz,oj=(g="u">typeof Uint8Array&&or(Uint8Array),e=>g&&e instanceof g),oD=oc("HTMLFormElement"),{propertyIsEnumerable:o$}=Object.prototype,oM=oc("RegExp"),oF=(e,t)=>{let r=Object.getOwnPropertyDescriptors(e),n={};oI(r,(r,i)=>{let o;!1!==(o=t(r,i,e))&&(n[i]=o||r)}),Object.defineProperties(e,n)},oB=oc("AsyncFunction"),oq=(v="function"==typeof setImmediate,_=oy(oz.postMessage),v?setImmediate:_?(w=`axios@${Math.random()}`,E=[],oz.addEventListener("message",({source:e,data:t})=>{e===oz&&t===w&&E.length&&E.shift()()},!1),e=>{E.push(e),oz.postMessage(w,"*")}):e=>setTimeout(e)),oW="u">typeof queueMicrotask?queueMicrotask.bind(oz):void 0!==oe&&oe.nextTick||oq,oZ=e=>null!=e&&oy(e[on]);var oK={isArray:od,isArrayBuffer:om,isBuffer:oh,isFormData:e=>{if(!e)return!1;if(oC&&e instanceof oC)return!0;let t=or(e);if(!t||t===Object.prototype||!oy(e.append))return!1;let r=ou(e);return"formdata"===r||"object"===r&&oy(e.toString)&&"[object FormData]"===e.toString()},isArrayBufferView:function(e){return"u">typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&om(e.buffer)},isString:og,isNumber:ob,isBoolean:e=>!0===e||!1===e,isObject:ov,isPlainObject:o_,isEmptyObject:e=>{if(!ov(e)||oh(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:ox,isRequest:ok,isResponse:oP,isHeaders:oU,isUndefined:of,isDate:ow,isFile:oE,isReactNativeBlob:e=>!!(e&&void 0!==e.uri),isReactNative:e=>e&&void 0!==e.getParts,isBlob:oS,isRegExp:oM,isFunction:oy,isStream:e=>ov(e)&&oy(e.pipe),isURLSearchParams:oA,isTypedArray:oj,isFileList:oR,forEach:oI,merge:function e(...t){let{caseless:r,skipUndefined:n}=oN(this)&&this||{},i={},o=(t,o)=>{if("__proto__"===o||"constructor"===o||"prototype"===o)return;let a=r&&"string"==typeof o&&oL(i,o)||o,s=oo(i,a)?i[a]:void 0;o_(s)&&o_(t)?i[a]=e(s,t):o_(t)?i[a]=e({},t):od(t)?i[a]=t.slice():n&&of(t)||(i[a]=t)};for(let e=0,r=t.length;e<r;e++){let r=t[e];if(!r||oh(r)||(oI(r,o),"object"!=typeof r||od(r)))continue;let n=Object.getOwnPropertySymbols(r);for(let e=0;e<n.length;e++){let t=n[e];o$.call(r,t)&&o(r[t],t)}}return i},extend:(e,t,r,{allOwnKeys:n}={})=>(oI(t,(t,n)=>{r&&oy(t)?Object.defineProperty(e,n,{__proto__:null,value:i7(t,r),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,n,{__proto__:null,value:t,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:(e,t,r,n)=>{let i,o,a,s={};if(t=t||{},null==e)return t;do{for(o=(i=Object.getOwnPropertyNames(e)).length;o-- >0;)a=i[o],(!n||n(a,e,t))&&!s[a]&&(t[a]=e[a],s[a]=!0);e=!1!==r&&or(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype)return t},kindOf:ou,kindOfTest:oc,endsWith:(e,t,r)=>{e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;let n=e.indexOf(t,r);return -1!==n&&n===r},toArray:e=>{if(!e)return null;if(od(e))return e;let t=e.length;if(!ob(t))return null;let r=Array(t);for(;t-- >0;)r[t]=e[t];return r},forEachEntry:(e,t)=>{let r,n=(e&&e[on]).call(e);for(;(r=n.next())&&!r.done;){let n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let r,n=[];for(;null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:oD,hasOwnProperty:oo,hasOwnProp:oo,hasOwnInPrototypeChain:ol,getSafeProp:(e,t)=>null!=e&&ol(e,t)?e[t]:void 0,toSafeFlatObject:e=>{if(null==e||"object"!=typeof e&&"function"!=typeof e)return e;let t=or(e);if(null===t&&(e=>{if(!Object.isExtensible(e))return!1;let t=Object.getOwnPropertyNames(e);return Object.getOwnPropertySymbols&&t.push(...Object.getOwnPropertySymbols(e)),t.every(t=>{if(oa(t))return!1;let r=Object.getOwnPropertyDescriptor(e,t);return!!r&&r.configurable&&!0===r.writable})})(e))return e;let r=Object.create(null),n=Object.create(null),i=[],o=e;for(;null!=o&&-1===i.indexOf(o);){i.push(o);let a=o===e?t:or(o);if(os(o,a,o===e))break;let s=Object.getOwnPropertyNames(o);for(let t of(Object.getOwnPropertySymbols&&s.push(...Object.getOwnPropertySymbols(o)),s))!oa(t)&&(oo(n,t)||(r[t]=e[t],n[t]=!0));o=a}return r},reduceDescriptors:oF,freezeMethods:e=>{oF(e,(t,r)=>{if(oy(e)&&["arguments","caller","callee"].includes(r))return!1;if(oy(e[r])){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},toObjectSet:(e,t)=>{let r={};return(od(e)?e:String(e).split(t)).forEach(e=>{r[e]=!0}),r},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,r){return t.toUpperCase()+r}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e*=1)?e:t,findKey:oL,global:oz,isContextDefined:oN,isSpecCompliantForm:function(e){return!!(e&&oy(e.append)&&"FormData"===e[oi]&&e[on])},toJSONObject:e=>{let t=new WeakSet,r=e=>{if(ov(e)){if(t.has(e))return;if(oh(e))return e;if(!("toJSON"in e)){let n;if(t.add(e),oO(e))for(let t of(n=[],e)){let e=r(t);of(e)||n.push(e)}else n=od(e)?[]:{},oI(e,(e,t)=>{let i=r(e);of(i)||(n[t]=i)});return t.delete(e),n}}return e};return r(e)},isAsyncFn:oB,isThenable:e=>e&&(ov(e)||oy(e))&&oy(e.then)&&oy(e.catch),setImmediate:oq,asap:oW,isIterable:oZ,isSafeIterable:e=>null!=e&&ol(e,on)&&oZ(e)};let oV=oK.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),oJ=RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),oH=RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function oG(e,t){return oK.isArray(e)?e.map(e=>oG(e,t)):function(e){let t=0,r=e.length;for(;t<r;){let r=e.charCodeAt(t);if(9!==r&&32!==r)break;t+=1}for(;r>t;){let t=e.charCodeAt(r-1);if(9!==t&&32!==t)break;r-=1}return 0===t&&r===e.length?e:e.slice(t,r)}(String(e).replace(t,""))}function oY(e){let t=Object.create(null);return oK.forEach(e.toJSON(),(e,r)=>{t[r]=oG(e,oH)}),t}let oQ=Symbol("internals");function oX(e){return e&&String(e).trim().toLowerCase()}function o0(e){return!1===e||null==e?e:oK.isArray(e)?e.map(o0):oG(String(e),oJ)}let o1=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function o2(e){let t=0,r=e.length;for(;t<r;){let r=e.charCodeAt(t);if(9!==r&&32!==r)break;t+=1}for(;r>t;){let t=e.charCodeAt(r-1);if(9!==t&&32!==t)break;r-=1}return 0===t&&r===e.length?e:e.slice(t,r)}function o4(e,t,r,n,i){if(oK.isFunction(n))return n.call(this,t,r);if(i&&(t=r),oK.isString(t)){if(oK.isString(n))return -1!==t.indexOf(n);if(oK.isRegExp(n))return n.test(t)}}let AxiosHeaders=class AxiosHeaders{constructor(e){e&&this.set(e)}set(e,t,r){let n=this;function i(e,t,r){let i=oX(t);if(!i)return;let o=oK.findKey(n,i);o&&void 0!==n[o]&&!0!==r&&(void 0!==r||!1===n[o])||(n[o||t]=o0(e))}let o=(e,t)=>oK.forEach(e,(e,r)=>i(e,r,t));if(oK.isPlainObject(e)||e instanceof this.constructor)o(e,t);else{let n;if(oK.isString(e)&&(e=e.trim())&&(n=e,!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(n.trim()))){var a;let r,n,i,s;o((s={},(a=e)&&a.split("\n").forEach(function(e){i=e.indexOf(":"),r=e.substring(0,i).trim().toLowerCase(),n=e.substring(i+1).trim();let t=oK.hasOwnProp(s,r);!r||t&&oK.hasOwnProp(oV,r)||("set-cookie"===r?t?s[r].push(n):s[r]=[n]:s[r]=t?s[r]+", "+n:n)}),s),t)}else if(oK.isObject(e)&&oK.isSafeIterable(e)){let r=Object.create(null),n,i;for(let t of e){if(!oK.isArray(t))throw TypeError("Object iterator must return a key-value pair");i=t[0],oK.hasOwnProp(r,i)?(n=r[i],r[i]=oK.isArray(n)?[...n,t[1]]:[n,t[1]]):r[i]=t[1]}o(r,t)}else null!=e&&i(t,e,r)}return this}get(e,t){if(e=oX(e)){let r=oK.findKey(this,e);if(r){let e=this[r];if(!t)return e;if(!0===t){let t,r=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;for(;t=n.exec(e);)r[t[1]]=t[2];return r}if(oK.isFunction(t))return t.call(this,e,r);if(oK.isRegExp(t))return t.exec(e);throw TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=oX(e)){let r=oK.findKey(this,e);return!!(r&&void 0!==this[r]&&(!t||o4(this,this[r],r,t)))}return!1}delete(e,t){let r=this,n=!1;function i(e){if(e=oX(e)){let i=oK.findKey(r,e);i&&(!t||o4(r,r[i],i,t))&&(delete r[i],n=!0)}}return oK.isArray(e)?e.forEach(i):i(e),n}clear(e){let t=Object.keys(this),r=t.length,n=!1;for(;r--;){let i=t[r];(!e||o4(this,this[i],i,e,!0))&&(delete this[i],n=!0)}return n}normalize(e){let t=this,r={};return oK.forEach(this,(n,i)=>{let o=oK.findKey(r,i);if(o){t[o]=o0(n),delete t[i];return}let a=e?i.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,r)=>t.toUpperCase()+r):String(i).trim();a!==i&&delete t[i],t[a]=o0(n),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){let t=Object.create(null);return oK.forEach(this,(r,n)=>{null!=r&&!1!==r&&(t[n]=e&&oK.isArray(r)?r.join(", "):r)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}getSetCookie(){let e=this.get("set-cookie");return oK.isArray(e)?e:null==e||!1===e?[]:[e]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static parseParameters(e){return function(e){let t=Object.create(null),r=String(e),n=0,i=!1,o=!1;function a(e){let i=o2(r.slice(n,e)),o=i.indexOf("=");if(o<1)return;let a=o2(i.slice(0,o));if(!o1.test(a))return;let s=a.toLowerCase();if("__proto__"===s||"constructor"===s||"prototype"===s)return;let l=o2(i.slice(o+1));t[s]=function(e){let t=e.length-1;if(t<1||34!==e.charCodeAt(0)||34!==e.charCodeAt(t))return e;let r="";for(let n=1;n<t;n++){let i=e.charCodeAt(n);if(34===i||92===i&&(n+=1)>=t)return e;r+=e[n]}return r}(l)}for(let e=0;e<r.length;e++){let t=r.charCodeAt(e);i?o?o=!1:92===t?o=!0:34===t&&(i=!1):34===t?i=!0:(44===t||59===t)&&(a(e),n=e+1)}return a(r.length),t}(e)}static concat(e,...t){let r=new this(e);return t.forEach(e=>r.set(e)),r}static accessor(e){let t=(this[oQ]=this[oQ]={accessors:{}}).accessors,r=this.prototype;function n(e){let n=oX(e);if(!t[n]){let i;i=oK.toCamelCase(" "+e),["get","set","has"].forEach(t=>{Object.defineProperty(r,t+i,{__proto__:null,value:function(r,n,i){return this[t].call(this,e,r,n,i)},configurable:!0})}),t[n]=!0}}return oK.isArray(e)?e.forEach(n):n(e),this}};AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),oK.reduceDescriptors(AxiosHeaders.prototype,({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[r]=e}}}),oK.freezeMethods(AxiosHeaders);let o3="[REDACTED ****]";function o6(e){try{return String(e)}catch(e){return""}}let AxiosError=class AxiosError extends Error{static from(e,t,r,n,i,o){let a=e.message;!a&&oK.isArray(e.errors)&&e.errors.length&&(a=e.errors.map(e=>{try{return e&&e.message?o6(e.message):o6(e)}catch(e){return""}}).filter(Boolean).join("; ")||e.name||"AggregateError");let s=new AxiosError(a,t||e.code,r,n,i);return Object.defineProperty(s,"cause",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),s.name=e.name,null!=e.status&&null==s.status&&(s.status=e.status),o&&Object.assign(s,o),s}constructor(e,t,r,n,i){super(e),Object.defineProperty(this,"message",{__proto__:null,value:e,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),i&&(this.response=i,this.status=i.status)}toJSON(){let e,t,r,n=this.config,i=n&&oK.hasOwnProp(n,"redact")?n.redact:void 0,o=oK.isArray(i)&&i.length>0?(e=new Set(i.map(e=>String(e).toLowerCase())),t=[],(r=n=>{let i;if(null===n||"object"!=typeof n||oK.isBuffer(n))return n;if(-1===t.indexOf(n)){if(n instanceof AxiosHeaders&&(n=n.toJSON()),t.push(n),oK.isArray(n))i=[],n.forEach((e,t)=>{let n=r(e);oK.isUndefined(n)||(i[t]=n)});else{if(!oK.isPlainObject(n)&&function(e){if(oK.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(oK.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}(n))return t.pop(),n;for(let[t,o]of(i=Object.create(null),Object.entries(n))){let n=e.has(t.toLowerCase())?o3:r(o);oK.isUndefined(n)||(i[t]=n)}}return t.pop(),i}})(n)):oK.toJSONObject(n);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:o,code:this.code,status:this.status}}};AxiosError.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",AxiosError.ERR_BAD_OPTION="ERR_BAD_OPTION",AxiosError.ECONNABORTED="ECONNABORTED",AxiosError.ETIMEDOUT="ETIMEDOUT",AxiosError.ECONNREFUSED="ECONNREFUSED",AxiosError.ERR_NETWORK="ERR_NETWORK",AxiosError.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",AxiosError.ERR_DEPRECATED="ERR_DEPRECATED",AxiosError.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",AxiosError.ERR_BAD_REQUEST="ERR_BAD_REQUEST",AxiosError.ERR_CANCELED="ERR_CANCELED",AxiosError.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",AxiosError.ERR_INVALID_URL="ERR_INVALID_URL",AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";var o9=AxiosError;function o8(e){return oK.isPlainObject(e)||oK.isArray(e)}function o5(e){return oK.endsWith(e,"[]")?e.slice(0,-2):e}function o7(e,t,r){return e?e.concat(t).map(function(e,t){return e=o5(e),!r&&t?"["+e+"]":e}).join(r?".":""):t}let ae=oK.toFlatObject(oK,{},null,function(e){return/^is[A-Z]/.test(e)});var at=function(e,t,r){if(!oK.isObject(e))throw TypeError("target must be an object");t=t||new FormData;let n=(e,t)=>{let n=oK.getSafeProp(r,e);return oK.isUndefined(n)?t:n},i=n("metaTokens",!0),o=n("visitor")||h,a=n("dots",!1),s=n("indexes",!1),l=n("Blob")||"u">typeof Blob&&Blob,u=n("maxDepth",100),c=l&&oK.isSpecCompliantForm(t),p=[];if(!oK.isFunction(o))throw TypeError("visitor must be a function");function d(e){if(null===e)return"";if(oK.isDate(e))return e.toISOString();if(oK.isBoolean(e))return e.toString();if(!c&&oK.isBlob(e))throw new o9("Blob is not supported. Use a Buffer instead.");if(oK.isArrayBuffer(e)||oK.isTypedArray(e)){if(c&&"function"==typeof l)return new l([e]);throw new o9("Blob is not supported. Use a Buffer instead.",o9.ERR_NOT_SUPPORT)}return e}function f(e){if(e>u)throw new o9("Object is too deeply nested ("+e+" levels). Max depth: "+u,o9.ERR_FORM_DATA_DEPTH_EXCEEDED)}function h(e,r,n){let o=e;if(oK.isReactNative(t)&&oK.isReactNativeBlob(e))return t.append(o7(n,r,a),d(e)),!1;if(e&&!n&&"object"==typeof e)if(oK.endsWith(r,"{}"))r=i?r:r.slice(0,-2),e=function(e){if(1/0===u)return JSON.stringify(e);let t=[];return JSON.stringify(e,function(e,r){if(!oK.isObject(r))return r;for(;t.length&&t[t.length-1]!==this;)t.pop();return t.push(r),f(1+t.length-1),r})}(e);else{var l;if(oK.isArray(e)&&(l=e,oK.isArray(l)&&!l.some(o8))||(oK.isFileList(e)||oK.endsWith(r,"[]"))&&(o=oK.toArray(e)))return r=o5(r),o.forEach(function(e,n){oK.isUndefined(e)||null===e||t.append(!0===s?o7([r],n,a):null===s?r:r+"[]",d(e))}),!1}return!!o8(e)||(t.append(o7(n,r,a),d(e)),!1)}let m=Object.assign(ae,{defaultVisitor:h,convertValue:d,isVisitable:o8});if(!oK.isObject(e))throw TypeError("data must be an object");return!function e(r,n,i=0){if(!oK.isUndefined(r)){if(f(i),-1!==p.indexOf(r))throw Error("Circular reference detected in "+n.join("."));p.push(r),oK.forEach(r,function(r,a){!0===(!(oK.isUndefined(r)||null===r)&&o.call(t,r,oK.isString(a)?a.trim():a,n,m))&&e(r,n?n.concat(a):[a],i+1)}),p.pop()}}(e),t};function ar(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(e){return t[e]})}function an(e,t){this._pairs=[],e&&at(e,this,t)}let ai=an.prototype;function ao(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function aa(e,t,r){let n;if(!t)return e;e=e||"";let i=oK.isFunction(r)?{serialize:r}:r,o=oK.getSafeProp(i,"encode")||ao,a=oK.getSafeProp(i,"serialize");if(n=a?a(t,i):oK.isURLSearchParams(t)?t.toString():new an(t,i).toString(o)){let t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e}ai.append=function(e,t){this._pairs.push([e,t])},ai.toString=function(e){let t=e?t=>e.call(this,t,ar):ar;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};let as=Symbol("internals");function al(e){return e?e.length:0}function au(e){if(e)for(;e.length&&null===e[e.length-1];)e.pop()}function ac(e,t){let r=e.handlers,n=al(r);r!==t.handlersRef?(t.handlersRef=r,t.handlerEntries.clear()):n!==t.handlersLength&&(n?t.handlerEntries.forEach(function(e,n){r[e.index]!==e.handler&&t.handlerEntries.delete(n)}):t.handlerEntries.clear()),t.handlersLength=n}let InterceptorManager=class InterceptorManager{constructor(){this.handlers=[],this[as]={handlersRef:this.handlers,handlersLength:this.handlers.length,handlerEntries:new Map,iterationDepth:0,nextId:0}}use(e,t,r){let n={fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null},i=this[as];null==this.handlers&&(this.handlers=[]),ac(this,i);let o=i.nextId++;return this.handlers.push(n),i.handlerEntries.set(o,{handler:n,index:this.handlers.length-1}),i.handlersLength=this.handlers.length,o}eject(e){let t=this[as];ac(this,t);let r=t.handlerEntries.get(e);if(r){if(t.handlerEntries.delete(e),this.handlers[r.index]!==r.handler)return;this.handlers[r.index]=null,t.iterationDepth||(au(this.handlers),t.handlersLength=this.handlers.length)}}clear(){this.handlers&&(this.handlers=[],ac(this,this[as]))}forEach(e){let t=this[as];ac(this,t),t.iterationDepth++;try{oK.forEach(this.handlers,function(t){null!==t&&e(t)})}finally{--t.iterationDepth||(ac(this,t),au(this.handlers),t.handlersLength=al(this.handlers))}}};var ap={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},ad="u">typeof URLSearchParams?URLSearchParams:an,af="u">typeof FormData?FormData:null,ah="u">typeof Blob?Blob:null;let am="u">typeof window&&"u">typeof document,ag="object"==typeof navigator&&navigator||void 0,ay=am&&(!ag||0>["ReactNative","NativeScript","NS"].indexOf(ag.product)),ab="u">typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,av=am&&window.location.href||"http://localhost";var a_={...M,isBrowser:!0,classes:{URLSearchParams:ad,FormData:af,Blob:ah},protocols:["http","https","file","blob","url","data"]};function aw(e){if(e>100)throw new o9("FormData field is too deeply nested ("+e+" levels). Max depth: 100",o9.ERR_FORM_DATA_DEPTH_EXCEEDED)}var aE=function(e){if(oK.isFormData(e)&&oK.isFunction(e.entries)){let t={};return oK.forEachEntry(e,(e,r)=>{!function e(t,r,n,i){aw(i);let o=t[i++];if("__proto__"===o)return!0;let a=Number.isFinite(+o),s=i>=t.length;return(o=!o&&oK.isArray(n)?n.length:o,s)?oK.hasOwnProp(n,o)?n[o]=oK.isArray(n[o])?n[o].concat(r):[n[o],r]:n[o]=r:(oK.hasOwnProp(n,o)&&oK.isObject(n[o])||(n[o]=[]),e(t,r,n[o],i)&&oK.isArray(n[o])&&(n[o]=function(e){let t,r,n={},i=Object.keys(e),o=i.length;for(t=0;t<o;t++)n[r=i[t]]=e[r];return n}(n[o]))),!a}(function(e){let t,r=[],n=/[^.[\]]+|\[([^.[\]]*)]/g;for(;null!==(t=n.exec(e));)aw(r.length),r.push("[]"===t[0]?"":t[1]||t[0]);return r}(e),r,t,0)}),t}return null};let aS=Object.freeze(["get","delete","head","options","post","put","patch","purge","link","unlink","query"]),aR=(e,t)=>null!=e&&oK.hasOwnProp(e,t)?e[t]:void 0,aO={transitional:ap,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){let r,n=t.getContentType()||"",i=n.indexOf("application/json")>-1,o=oK.isObject(e);if(o&&oK.isHTMLForm(e)&&(e=new FormData(e)),oK.isFormData(e))return i?JSON.stringify(aE(e)):e;if(oK.isArrayBuffer(e)||oK.isBuffer(e)||oK.isStream(e)||oK.isFile(e)||oK.isBlob(e)||oK.isReadableStream(e))return e;if(oK.isArrayBufferView(e))return e.buffer;if(oK.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(o){let t=aR(this,"formSerializer");if(n.indexOf("application/x-www-form-urlencoded")>-1)return at(e,new a_.classes.URLSearchParams,{visitor:function(e,t,r,n){return a_.isNode&&oK.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...t}).toString();if((r=oK.isFileList(e))||n.indexOf("multipart/form-data")>-1){let n=aR(this,"env"),i=n&&n.FormData;return at(r?{"files[]":e}:e,i&&new i,t)}}if(o||i){t.setContentType("application/json",!1);var a=e;if(oK.isString(a))try{return(0,JSON.parse)(a),oK.trim(a)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(a)}return e}],transformResponse:[function(e){let t=aR(this,"transitional")||aO.transitional,r=t&&t.forcedJSONParsing,n=aR(this,"responseType"),i="json"===n;if(oK.isResponse(e)||oK.isReadableStream(e))return e;if(e&&oK.isString(e)&&(r&&!n||i)){let r=t&&t.silentJSONParsing;try{return JSON.parse(e,aR(this,"parseReviver"))}catch(e){if(!r&&i){if("SyntaxError"===e.name)throw o9.from(e,o9.ERR_BAD_RESPONSE,this,null,aR(this,"response"));throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:a_.classes.FormData,Blob:a_.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};function aT(e,t){let r=this||aO,n=t||r,i=AxiosHeaders.from(n.headers),o=n.data;return oK.forEach(e,function(e){o=e.call(r,o,i.normalize(),t?t.status:void 0)}),i.normalize(),o}function aC(e){return!!(e&&e.__CANCEL__)}oK.forEach(aS,e=>{aO.headers[e]={}});let CanceledError=class CanceledError extends o9{constructor(e,t,r){super(null==e?"canceled":e,o9.ERR_CANCELED,t,r),this.name="CanceledError",this.__CANCEL__=!0}};function aA(e,t,r){let n=r.config.validateStatus;!r.status||!n||n(r.status)?e(r):t(new o9("Request failed with status code "+r.status,r.status>=400&&r.status<500?o9.ERR_BAD_REQUEST:o9.ERR_BAD_RESPONSE,r.config,r.request,r))}let ax=/[\t\n\r]/g;function ak(e){if("string"!=typeof e)return e;let t=0;for(;t<e.length&&32>=e.charCodeAt(t);)t++;return e.slice(t).replace(ax,"")}function aP(e){let t=/^([-+\w]{1,25}):(?:\/\/)?/.exec(e);return t&&t[1]||""}var aU=function(e,t){let r,n=Array(e=e||10),i=Array(e),o=0,a=0;return t=void 0!==t?t:1e3,function(s){let l=Date.now(),u=i[a];r||(r=l),n[o]=s,i[o]=l;let c=a,p=0;for(;c!==o;)p+=n[c++],c%=e;if((o=(o+1)%e)===a&&(a=(a+1)%e),l-r<t)return;let d=u&&l-u;return d?Math.round(1e3*p/d):void 0}},aI=function(e,t){let r,n,i=0,o=1e3/t,a=(t,o=Date.now())=>{i=o,r=null,n&&(clearTimeout(n),n=null),e(...t)};return[(...e)=>{let t=Date.now(),s=t-i;s>=o?a(e,t):(r=e,n||(n=setTimeout(()=>{n=null,a(r)},o-s)))},()=>r&&a(r),(...e)=>a(e)]};let aL=(e,t,r=3)=>{let n=0,i=aU(50,250);return aI(r=>{if(!r||!oK.isNumber(r.loaded))return;let o=r.loaded,a=r.lengthComputable?r.total:void 0,s=Math.max(0,null!=a?Math.min(o,a):o),l=Math.max(0,s-n),u=i(l);n=Math.max(n,s),e({loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:u||void 0,estimated:u&&a?(a-s)/u:void 0,event:r,lengthComputable:null!=a,[t?"download":"upload"]:!0})},r)},az=(e,t)=>{let r=null!=e;return[n=>t[0]({lengthComputable:r,total:e,loaded:n}),t[1]]},aN=(e,t=oK.asap)=>(...r)=>t(()=>e(...r));var aj=a_.hasStandardBrowserEnv?(y=new URL(a_.origin),b=a_.navigator&&/(msie|trident)/i.test(a_.navigator.userAgent),e=>(e=new URL(e,a_.origin),y.protocol===e.protocol&&y.host===e.host&&(b||y.port===e.port))):()=>!0,aD=a_.hasStandardBrowserEnv?{write(e,t,r,n,i,o,a){if("u"<typeof document)return;let s=[`${e}=${encodeURIComponent(t)}`];oK.isNumber(r)&&s.push(`expires=${new Date(r).toUTCString()}`),oK.isString(n)&&s.push(`path=${n}`),oK.isString(i)&&s.push(`domain=${i}`),!0===o&&s.push("secure"),oK.isString(a)&&s.push(`SameSite=${a}`),document.cookie=s.join("; ")},read(e){if("u"<typeof document)return null;let t=document.cookie.split(";");for(let r=0;r<t.length;r++){let n=t[r].replace(/^\s+/,""),i=n.indexOf("=");if(-1!==i&&n.slice(0,i)===e)try{return decodeURIComponent(n.slice(i+1))}catch(e){return n.slice(i+1)}}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};let a$=/^https?:(?!\/\/)/i;function aM(e,t){if("string"==typeof e){let n=ak(e);if(a$.test(n)){var r;let e,i,o;throw new o9(`Invalid URL ${JSON.stringify((o=(-1===(i=(e=n.replace(/^(https?:\/{0,2})[^/?#]*@/i,`$1${o3}@`)).indexOf("#"))?e:e.slice(0,i)).replace(/([?&][^=&#]*=)[^&#]*/g,`$1${o3}`),-1===i?o:`${o}#${!(r=e.slice(i+1))?r:r.replace(/(^|&)([^=&]*=)?[^&]+/g,(e,t,r="")=>`${t}${r}${o3}`)}`))}: missing "//" after protocol`,o9.ERR_INVALID_URL,t)}}}function aF(e,t,r,n){aM(t,n);let i=!("string"==typeof t&&/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t));if(e&&(i||!1===r)){aM(e,n);if(!t)return e;let r=e.length;for(;r>0&&47===e.charCodeAt(r-1);)r--;return e.slice(0,r)+"/"+t.replace(/^\/+/,"")}return t}let aB=e=>e instanceof AxiosHeaders?{...e}:e;function aq(e,t){var r;e=e||{},t=t||{};let n=Object.create(null);function i(e,t,r,n){return oK.isPlainObject(e)&&oK.isPlainObject(t)?oK.merge.call({caseless:n},e,t):oK.isPlainObject(t)?oK.merge({},t):oK.isArray(t)?t.slice():t}function o(e,t,r,n){return oK.isUndefined(t)?oK.isUndefined(e)?void 0:i(void 0,e,r,n):i(e,t,r,n)}function a(e,t){if(!oK.isUndefined(t))return i(void 0,t)}function s(e,t){return oK.isUndefined(t)?oK.isUndefined(e)?void 0:i(void 0,e):i(void 0,t)}function l(r,n,o){return oK.hasOwnProp(t,o)?i(r,n):oK.hasOwnProp(e,o)?i(void 0,r):void 0}Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});let u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutErrorMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,allowedSocketPaths:s,responseEncoding:s,validateStatus:l,headers:(e,t,r)=>o(aB(e),aB(t),r,!0)};return oK.forEach((r={...e,...t},Object.getOwnPropertySymbols&&Object.getOwnPropertyDescriptor?Object.keys(r).concat(Object.getOwnPropertySymbols(r).filter(e=>Object.getOwnPropertyDescriptor(r,e).enumerable)):Object.keys(r)),function(r){if("__proto__"===r||"constructor"===r||"prototype"===r)return;let i=oK.hasOwnProp(u,r)?u[r]:o,a=i(oK.hasOwnProp(e,r)?e[r]:void 0,oK.hasOwnProp(t,r)?t[r]:void 0,r);oK.isUndefined(a)&&i!==l||(n[r]=a)}),oK.hasOwnProp(t,"validateStatus")&&oK.isUndefined(t.validateStatus)&&!1===function(r){let n=oK.hasOwnProp(t,"transitional")?t.transitional:void 0;if(!oK.isUndefined(n)){if(!oK.isPlainObject(n))return;else if(oK.hasOwnProp(n,r))return n[r]}let i=oK.hasOwnProp(e,"transitional")?e.transitional:void 0;if(oK.isPlainObject(i)&&oK.hasOwnProp(i,r))return i[r]}("validateStatusUndefinedResolves")&&(oK.hasOwnProp(e,"validateStatus")?n.validateStatus=i(void 0,e.validateStatus):delete n.validateStatus),n}let aW=["content-type","content-length"];var aZ=function(e){let t=aq({},e),r=e=>oK.hasOwnProp(t,e)?t[e]:void 0,n=r("data"),i=r("withXSRFToken"),o=r("xsrfHeaderName"),a=r("xsrfCookieName"),s=r("headers"),l=r("auth"),u=r("baseURL"),c=r("allowAbsoluteUrls"),p=r("url");if(t.headers=s=AxiosHeaders.from(s),t.url=aa(aF(u,p,c,t),r("params"),r("paramsSerializer")),l){let t=oK.getSafeProp(l,"username")||"",r=oK.getSafeProp(l,"password")||"";try{s.set("Authorization","Basic "+btoa(t+":"+(r?encodeURIComponent(r).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))):"")))}catch(t){throw o9.from(t,o9.ERR_BAD_OPTION_VALUE,e)}}if(oK.isFormData(n)){let e=oK.getSafeProp(n,"getHeaders");if(a_.hasStandardBrowserEnv||a_.hasStandardBrowserWebWorkerEnv||oK.isReactNative(n))s.setContentType(void 0);else{var d,f;oK.isFunction(e)&&(d=s,f=e.call(n),"content-only"!==r("formDataHeaderPolicy")?d.set(f):Object.entries(f||{}).forEach(([e,t])=>{aW.includes(e.toLowerCase())&&d.set(e,t)}))}}if(a_.hasStandardBrowserEnv&&(oK.isFunction(i)&&(i=i(t)),!0===i||null==i&&aj(t.url))){let e=o&&a&&aD.read(a);e&&s.set(o,e)}return t},aK="u">typeof XMLHttpRequest&&function(e){return new Promise(function(t,r){let n,i,o,a,s,l,u=aZ(e),c=u.data,p=AxiosHeaders.from(u.headers).normalize(),{responseType:d,onUploadProgress:f,onDownloadProgress:h}=u;function m(){a&&a(),s&&s(),u.cancelToken&&u.cancelToken.unsubscribe(n),u.signal&&u.signal.removeEventListener("abort",n)}let g=new XMLHttpRequest;function y(n){if(!g)return;if(0===g.status&&"file"!==(aP(ak(u.url))||aP(a_.origin))&&!(g.responseURL&&g.responseURL.startsWith("file:"))){r(new o9("Request aborted",o9.ECONNABORTED,e,g)),m(),g=null;return}try{n?l&&l(n):s&&s()}catch(e){setTimeout(()=>{throw e})}if(!g)return;let i=AxiosHeaders.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders());aA(function(e){t(e),m()},function(e){r(e),m()},{data:d&&"text"!==d&&"json"!==d?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:i,config:e,request:g}),g=null}g.open(u.method.toUpperCase(),u.url,!0),g.timeout=u.timeout,"onloadend"in g?g.onloadend=y:g.onreadystatechange=function(){!g||4!==g.readyState||(0!==g.status||g.responseURL&&g.responseURL.startsWith("file:"))&&setTimeout(y)},g.onabort=function(){g&&(r(new o9("Request aborted",o9.ECONNABORTED,e,g)),m(),g=null)},g.onerror=function(t){let n=new o9(t&&t.message?t.message:"Network Error",o9.ERR_NETWORK,e,g);n.event=t||null,r(n),m(),g=null},g.ontimeout=function(){let t=u.timeout?"timeout of "+u.timeout+"ms exceeded":"timeout exceeded",n=u.transitional||ap;u.timeoutErrorMessage&&(t=u.timeoutErrorMessage),r(new o9(t,n.clarifyTimeoutError?o9.ETIMEDOUT:o9.ECONNABORTED,e,g)),m(),g=null},void 0===c&&p.setContentType(null),"setRequestHeader"in g&&oK.forEach(oY(p),function(e,t){g.setRequestHeader(t,e)}),oK.isUndefined(u.withCredentials)||(g.withCredentials=!!u.withCredentials),d&&"json"!==d&&(g.responseType=u.responseType),h&&([o,s,l]=aL(h,!0),g.addEventListener("progress",o)),f&&g.upload&&([i,a]=aL(f),g.upload.addEventListener("progress",i),g.upload.addEventListener("loadend",a)),(u.cancelToken||u.signal)&&(n=t=>{g&&(r(!t||t.type?new CanceledError(null,e,g):t),g.abort(),m(),g=null)},u.cancelToken&&u.cancelToken.subscribe(n),u.signal&&(u.signal.aborted?n():u.signal.addEventListener("abort",n)));let b=aP(u.url);if(b&&!a_.protocols.includes(b)){r(new o9("Unsupported protocol "+b+":",o9.ERR_BAD_REQUEST,e)),m();return}g.send(c||null)})};let aV=function*(e,t){let r,n=e.byteLength;if(!t||n<t)return void(yield e);let i=0;for(;i<n;)r=i+t,yield e.slice(i,r),i=r},aJ=async function*(e,t){for await(let r of aH(e))yield*aV(r,t)},aH=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);let t=e.getReader();try{for(;;){let{done:e,value:r}=await t.read();if(e)break;yield r}}finally{await t.cancel()}},aG=(e,t,r,n)=>{let i,o=aJ(e,t),a=0,s=e=>{!i&&(i=!0,n&&n(e))};return new ReadableStream({async pull(e){try{let{done:t,value:n}=await o.next();if(t){s(),e.close();return}let i=n.byteLength;if(r){let e=a+=i;r(e)}e.enqueue(new Uint8Array(n))}catch(e){throw s(e),e}},cancel:e=>(s(e),o.return())},{highWaterMark:2})},aY=e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102,aQ=(e,t,r)=>t+2<r&&aY(e.charCodeAt(t+1))&&aY(e.charCodeAt(t+2)),aX=e=>e<=57?e-48:(223&e)-55,a0=e=>e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||43===e||47===e||45===e||95===e,a1=e=>9===e||10===e||12===e||13===e||32===e,a2=e=>{var t;let r,n,i=e.length,o=0,a=0,s=!1;for(let t=0;t<i;t++){let r=e.charCodeAt(t);if(37===r&&aQ(e,t,i)&&(r=16*aX(e.charCodeAt(t+1))+aX(e.charCodeAt(t+2)),t+=2),!a1(r)){if(61===r){a++;continue}if(!a0(r)||a>0){s=!0;continue}o++}}if(s||a>2||a>0&&(o+a)%4!=0||o%4==1){let t,r;return t=e.length,r=0,t>0&&61===e.charCodeAt(t-1)&&(r++,t>1&&61===e.charCodeAt(t-2)&&r++),Math.floor((t-r)*3/4)}return r=Math.floor((t=o)/4),3*r+(2==(n=t%4)?1:2*(3===n))},a4={cache:"default",redirect:"follow",referrer:"about:client",referrerPolicy:"",mode:"cors",integrity:"",keepalive:!1,priority:"auto",window:null},{isFunction:a3}=oK,a6=e=>{if(!oK.isString(e))return e;try{return decodeURIComponent(e)}catch(t){return e}},a9=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},a8=e=>{let t,r=void 0!==oK.global&&null!==oK.global?oK.global:globalThis,{ReadableStream:n,TextEncoder:i}=r,{fetch:o,Request:a,Response:s}=e=oK.merge.call({skipUndefined:!0},{Request:r.Request,Response:r.Response},e),l=o?a3(o):"function"==typeof fetch,u=a3(a),c=a3(s);if(!l)return!1;let p=l&&a3(n),d=l&&("function"==typeof i?(t=new i,e=>t.encode(e)):async e=>new Uint8Array(await new a(e).arrayBuffer())),f=u&&p&&a9(()=>{let e=!1,t=new a(a_.origin,{body:new n,method:"POST",get duplex(){return e=!0,"half"}}),r=t.headers.has("Content-Type");return null!=t.body&&t.body.cancel(),e&&!r}),h=c&&p&&a9(()=>oK.isReadableStream(new s("").body)),m={stream:h&&(e=>e.body)};l&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{m[e]||(m[e]=(t,r)=>{let n=t&&t[e];if(n)return n.call(t);throw new o9(`Response type '${e}' is not supported`,o9.ERR_NOT_SUPPORT,r)})});let g=async e=>{if(null==e)return 0;if(oK.isBlob(e))return e.size;if(oK.isSpecCompliantForm(e)){let t=new a(a_.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return oK.isArrayBufferView(e)||oK.isArrayBuffer(e)?e.byteLength:(oK.isURLSearchParams(e)&&(e+=""),oK.isString(e))?(await d(e)).byteLength:void 0},y=async(e,t)=>{let r=oK.toFiniteNumber(e.getContentLength());return null==r?g(t):r};return async e=>{let t,{url:r,method:n,data:l,signal:c,cancelToken:d,timeout:b,onDownloadProgress:v,onUploadProgress:_,responseType:w,headers:E,withCredentials:S="same-origin",fetchOptions:R,maxContentLength:O,maxBodyLength:T,maxRedirects:C}=aZ(e),A=oK.isNumber(O)&&O>-1,x=oK.isNumber(T)&&T>-1,k=o||fetch;w=w?(w+"").toLowerCase():"text";let P=((e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;let r=new AbortController,n=!1,i=function(e){if(!n){n=!0,a();let t=e instanceof Error?e:this.reason;r.abort(t instanceof o9?t:new CanceledError(t instanceof Error?t.message:t))}},o=t&&setTimeout(()=>{o=null,i(new o9(`timeout of ${t}ms exceeded`,o9.ETIMEDOUT))},t),a=()=>{e&&(o&&clearTimeout(o),o=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(i):e.removeEventListener("abort",i)}),e=null)};e.forEach(e=>{if(!n){if(e.aborted)return void i.call(e);e.addEventListener("abort",i,{once:!0})}});let{signal:s}=r;return s.unsubscribe=()=>oK.asap(a),s})([c,d&&d.toAbortSignal()],b),U=null,I=P&&P.unsubscribe&&(()=>{P.unsubscribe()}),L=null,z=()=>new o9("Request body larger than maxBodyLength limit",o9.ERR_BAD_REQUEST,e,U);try{var N,j;let o,c,d,b,D=(c="auth",oK.hasOwnProp(e,c)?e[c]:void 0);if(D){let e=oK.getSafeProp(D,"username")||"",t=oK.getSafeProp(D,"password")||"";o={username:e,password:t}}if(d=(N=r).indexOf("://"),b=N,-1!==d&&(b=b.slice(d+3)),b.includes("@")||b.includes(":")){let e=new URL(r,a_.origin);if(!o&&(e.username||e.password)){let t=a6(e.username),r=a6(e.password);o={username:t,password:r}}(e.username||e.password)&&(e.username="",e.password="",r=e.href)}if(o){let e;E.delete("authorization"),E.set("Authorization","Basic "+btoa((e=(o.username||"")+":"+(o.password||""),encodeURIComponent(e).replace(/%([0-9A-F]{2})/gi,(e,t)=>String.fromCharCode(parseInt(t,16))))))}if(A&&"string"==typeof r&&r.startsWith("data:")){let t;if(j=r,t="string"==typeof j?j.indexOf("#"):-1,((e,t)=>{if(!e||"string"!=typeof e||!e.startsWith("data:"))return 0;let r=e.indexOf(",");if(r<0)return 0;let n=e.slice(5,r),i=e.slice(r+1);if(/;base64/i.test(n))return t(i);let o=0;for(let e=0,t=i.length;e<t;e++){let r=i.charCodeAt(e);if(37===r&&aQ(i,e,t))o+=1,e+=2;else if(r<128)o+=1;else if(r<2048)o+=2;else if(r>=55296&&r<=56319&&e+1<t){let t=i.charCodeAt(e+1);t>=56320&&t<=57343?(o+=4,e++):o+=3}else o+=3}return o})(-1===t?j:j.slice(0,t),a2)>O)throw new o9("maxContentLength size of "+O+" exceeded",o9.ERR_BAD_RESPONSE,e,U)}if(x&&"get"!==n&&"head"!==n){let e=await g(l);if("number"==typeof e&&isFinite(e)&&(t=e,e>T))throw z()}let $=x&&(oK.isReadableStream(l)||oK.isStream(l)),M=(e,t,r)=>aG(e,65536,e=>{if(x&&e>T)throw L=z();t&&t(e)},r);if(f&&"get"!==n&&"head"!==n&&(_||$)){if(t=null==t?await y(E,l):t,0!==t||$){let e,n=new a(r,{method:"POST",body:l,duplex:"half"});if(oK.isFormData(l)&&(e=n.headers.get("content-type"))&&E.setContentType(e),n.body){let[e,r]=_&&az(t,aL(aN(_)))||[];l=M(n.body,e,r)}}}else if($&&!u&&p&&"get"!==n&&"head"!==n)l=M(l);else if($&&u&&!f&&"get"!==n&&"head"!==n)throw new o9("Stream request bodies are not supported by the current fetch implementation",o9.ERR_NOT_SUPPORT,e,U);oK.isString(S)||(S=S?"include":"omit");let F=u&&"credentials"in a.prototype;if(oK.isFormData(l)){let e=E.getContentType();e&&/^multipart\/form-data/i.test(e)&&!/boundary=/i.test(e)&&E.delete("content-type")}E.set("User-Agent","axios/1.20.0",!1);let B=null==R?R:Object.assign(Object.create(null),R);B&&(delete B.body,delete B.headers,delete B.method,delete B.signal,delete B.duplex,delete B.credentials);let q=Object.assign(Object.create(null),B,{signal:P,method:n.toUpperCase(),headers:oY(E.normalize()),body:l,duplex:"half",credentials:F?S:void 0});u&&(oK.forEach(a4,(e,t)=>{void 0===q[t]&&(q[t]=e)}),void 0===q.signal&&(q.signal=null),void 0===q.body&&(q.body=null)),0===C&&(q.redirect="manual",B&&(B.redirect="manual")),U=u&&new a(r,q);let W=await (u?k(U,B):k(r,q)),Z=AxiosHeaders.from(W.headers);if(A){let t=oK.toFiniteNumber(Z.getContentLength());if(null!=t&&t>O)throw new o9("maxContentLength size of "+O+" exceeded",o9.ERR_BAD_RESPONSE,e,U)}let K=h&&("stream"===w||"response"===w);if(h&&W.body&&(v||A||K&&I)){let t={};["status","statusText","headers"].forEach(e=>{t[e]=W[e]});let r=oK.toFiniteNumber(Z.getContentLength()),[n,i]=v&&az(r,aL(aN(v),!0))||[];W=new s(aG(W.body,65536,t=>{if(A&&t>O)throw new o9("maxContentLength size of "+O+" exceeded",o9.ERR_BAD_RESPONSE,e,U);n&&n(t)},()=>{i&&i(),I&&I()}),t)}w=w||"text";let V=await m[oK.findKey(m,w)||"text"](W,e);if(A&&!h&&!K){let t;if(null!=V&&("number"==typeof V.byteLength?t=V.byteLength:"number"==typeof V.size?t=V.size:"string"==typeof V&&(t="function"==typeof i?new i().encode(V).byteLength:V.length)),"number"==typeof t&&t>O)throw new o9("maxContentLength size of "+O+" exceeded",o9.ERR_BAD_RESPONSE,e,U)}return!K&&I&&I(),await new Promise((t,r)=>{aA(t,r,{data:V,headers:AxiosHeaders.from(W.headers),status:W.status,statusText:W.statusText,config:e,request:U})})}catch(t){if(I&&I(),P&&P.aborted&&P.reason instanceof o9){let r=P.reason;throw r.config=e,U&&(r.request=U),t!==r&&Object.defineProperty(r,"cause",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),r}if(L)throw U&&!L.request&&(L.request=U),L;if(t instanceof o9)throw U&&!t.request&&(t.request=U),t;if(t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message)){let r=new o9("Network Error",o9.ERR_NETWORK,e,U,t&&t.response);throw Object.defineProperty(r,"cause",{__proto__:null,value:t.cause||t,writable:!0,enumerable:!1,configurable:!0}),r}throw o9.from(t,t&&t.code,e,U,t&&t.response)}}},a5=new Map,a7=e=>{let t=e&&e.env||{},{fetch:r,Request:n,Response:i}=t,o=[n,i,r],a=o.length,s,l,u=a5;for(;a--;)s=o[a],void 0===(l=u.get(s))&&u.set(s,l=a?new Map:a8(t)),u=l;return l};a7();let se={http:null,xhr:aK,fetch:{get:a7}};oK.forEach(se,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(e){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});let st=e=>`- ${e}`,sr=e=>oK.isFunction(e)||null===e||!1===e;var sn=function(e,t){let r,n,{length:i}=e=oK.isArray(e)?e:[e],o={};for(let a=0;a<i;a++){let i;if(n=r=e[a],!sr(r)&&void 0===(n=se[(i=String(r)).toLowerCase()]))throw new o9(`Unknown adapter '${i}'`);if(n&&(oK.isFunction(n)||(n=n.get(t))))break;o[i||"#"+a]=n}if(!n){let e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new o9("There is no suitable adapter to dispatch the request "+(i?e.length>1?"since :\n"+e.map(st).join("\n"):" "+st(e[0]):"as no adapter specified"),o9.ERR_NOT_SUPPORT)}return n};function si(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new CanceledError(null,e)}function so(e){let t=oK.toSafeFlatObject(e);return si(t),t.headers=AxiosHeaders.from(oK.getSafeProp(t,"headers")),t.data=aT.call(t,t.transformRequest),-1!==["post","put","patch"].indexOf(t.method)&&t.headers.setContentType("application/x-www-form-urlencoded",!1),sn(t.adapter||aO.adapter,t)(t).then(function(e){si(t),t.response=e;try{e.data=aT.call(t,t.transformResponse,e)}finally{delete t.response}return e.headers=AxiosHeaders.from(e.headers),e},function(e){if(!aC(e)&&(si(t),e&&e.response)){t.response=e.response;try{e.response.data=aT.call(t,t.transformResponse,e.response)}finally{delete t.response}e.response.headers=AxiosHeaders.from(e.response.headers)}return Promise.reject(e)})}let sa={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{sa[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});let ss={};sa.transitional=function(e,t,r){function n(e,t){return"[Axios v1.20.0] Transitional option '"+e+"'"+t+(r?". "+r:"")}return(r,i,o)=>{if(!1===e)throw new o9(n(i," has been removed"+(t?" in "+t:"")),o9.ERR_DEPRECATED);return t&&!ss[i]&&(ss[i]=!0,console.warn(n(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,i,o)}},sa.spelling=function(e){return(t,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};var sl=function(e,t,r){if("object"!=typeof e||null===e)throw new o9("options must be an object",o9.ERR_BAD_OPTION_VALUE);let n=Object.keys(e),i=n.length;for(;i-- >0;){let o=n[i],a=Object.prototype.hasOwnProperty.call(t,o)?t[o]:void 0;if(a){let t=e[o],r=void 0===t||a(t,o,e);if(!0!==r)throw new o9("option "+o+" must be "+r,o9.ERR_BAD_OPTION_VALUE);continue}if(!0!==r)throw new o9("Unknown option "+o,o9.ERR_BAD_OPTION)}};let Axios=class Axios{constructor(e){this.defaults=e||{},this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error)try{let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=Error();let r=t.stack,n="";if("string"==typeof r){let e=r.indexOf("\n");n=-1===e?"":r.slice(e+1)}if(e.stack){if(n){let t=n.indexOf("\n"),r=-1===t?-1:n.indexOf("\n",t+1),i=-1===r?"":n.slice(r+1);String(e.stack).endsWith(i)||(e.stack+="\n"+n)}}else e.stack=n}catch(e){}throw e}}_request(e,t){let r,n;"string"==typeof e?(t=t||{}).url=e:t=e||{};let{transitional:i,paramsSerializer:o,headers:a}=t=aq(this.defaults,t);void 0!==i&&sl(i,{silentJSONParsing:sa.transitional(sa.boolean),forcedJSONParsing:sa.transitional(sa.boolean),clarifyTimeoutError:sa.transitional(sa.boolean),legacyInterceptorReqResOrdering:sa.transitional(sa.boolean),advertiseZstdAcceptEncoding:sa.transitional(sa.boolean),validateStatusUndefinedResolves:sa.transitional(sa.boolean)},!1),null!=o&&(oK.isFunction(o)?t.paramsSerializer={serialize:o}:sl(o,{encode:sa.function,serialize:sa.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),sl(t,{baseUrl:sa.spelling("baseURL"),withXsrfToken:sa.spelling("withXSRFToken")},!0),t.method=(oK.getSafeProp(t,"method")||oK.getSafeProp(this.defaults,"method")||"get").toLowerCase();let s=a&&oK.merge(a.common,a[t.method]);a&&oK.forEach(aS.concat("common"),e=>{delete a[e]}),t.headers=AxiosHeaders.concat(s,a);let l=[],u=!0;this.interceptors.request.forEach(function(e){if("function"==typeof e.runWhen&&!1===e.runWhen(t))return;u=u&&e.synchronous;let r=t.transitional||ap;r&&r.legacyInterceptorReqResOrdering?l.unshift(e.fulfilled,e.rejected):l.push(e.fulfilled,e.rejected)});let c=[];this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let p=0;if(!u){let e=[so.bind(this),void 0];for(e.unshift(...l),e.push(...c),n=e.length,r=Promise.resolve(t);p<n;)r=r.then(e[p++],e[p++]);return r}n=l.length;let d=t;for(;p<n;){let e=l[p++],t=l[p++];try{d=e?e(d):d}catch(e){if(!t){r=Promise.reject(e);break}try{let n=t.call(this,e);oK.isThenable(n)&&(r=Promise.resolve(n).then(()=>so.call(this,d)))}catch(e){r=Promise.reject(e)}break}}if(!r)try{r=so.call(this,d)}catch(e){r=Promise.reject(e)}for(p=0,n=c.length;p<n;)r=r.then(c[p++],c[p++]);return r}getUri(e){return aa(aF((e=aq(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls,e),e.params,e.paramsSerializer)}};oK.forEach(["delete","get","head","options"],function(e){Axios.prototype[e]=function(t,r){return this.request(aq(r||{},{method:e,url:t,data:r&&oK.hasOwnProp(r,"data")?r.data:void 0}))}}),oK.forEach(["post","put","patch","query"],function(e){function t(t){return function(r,n,i){return this.request(aq(i||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}Axios.prototype[e]=t(),"query"!==e&&(Axios.prototype[e+"Form"]=t(!0))});let CancelToken=class CancelToken{constructor(e){let t;if("function"!=typeof e)throw TypeError("executor must be a function.");this.promise=new Promise(function(e){t=e});let r=this;this.promise.then(e=>{if(!r._listeners)return;let t=r._listeners.length;for(;t-- >0;)r._listeners[t](e);r._listeners=null}),this.promise.then=e=>{let t,n=new Promise(e=>{r.subscribe(e),t=e}).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e(function(e,n,i){r.reason||(r.reason=new CanceledError(e,n,i),t(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;let t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){let e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new CancelToken(function(t){e=t}),cancel:e}}};let su={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,ContentTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,UnprocessableContent:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerReturnsAnUnknownError:520,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(su).forEach(([e,t])=>{void 0===su[t]&&(su[t]=e)});let sc=function e(t){let r=new Axios(t),n=i7(Axios.prototype.request,r);return oK.extend(n,Axios.prototype,r,{allOwnKeys:!0}),oK.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(aq(t,r))},n}(aO);sc.Axios=Axios,sc.CanceledError=CanceledError,sc.CancelToken=CancelToken,sc.isCancel=aC,sc.VERSION="1.20.0",sc.toFormData=at,sc.AxiosError=o9,sc.Cancel=sc.CanceledError,sc.all=function(e){return Promise.all(e)},sc.spread=function(e){return function(t){return e.apply(null,t)}},sc.isAxiosError=function(e){return oK.isObject(e)&&!0===e.isAxiosError},sc.mergeConfig=aq,sc.AxiosHeaders=AxiosHeaders,sc.formToJSON=e=>aE(oK.isHTMLForm(e)?new FormData(e):e),sc.getAdapter=sn,sc.HttpStatusCode=su,sc.default=sc;let{Axios:sp,AxiosError:sd,CanceledError:sf,isCancel:sh,CancelToken:sm,VERSION:sg,all:sy,Cancel:sb,isAxiosError:sv,spread:s_,toFormData:sw,AxiosHeaders:sE,HttpStatusCode:sS,formToJSON:sR,getAdapter:sO,mergeConfig:sT,create:sC}=sc,sA="toBSON",sx="toString",sk="_bsontype";RegExp(`(\uFF0E|^\uFF04|^${sA}$|^${sk}|^${sx}$)`),RegExp(".","g"),RegExp("^$"),RegExp(`^${sA}$`),RegExp(`^${sx}$`),RegExp(`^${sk}$`),RegExp("^(anonymous|page-not-found|docs|terms-of-use|about|pricing|privacy-policy|customers|request-form|request-solution|release-notes|jobs|api-reference|video-tutorials|acts|key-value-stores|schedules|account|sign-up|sign-in-discourse|admin|documentation|change-password|enroll-account|forgot-password|reset-password|sign-in|verify-email|live-status|browser-info|webhooks|health-check|api|change-log|dashboard|community|crawlers|ext|schemas|admin|administration|crawler|act|library|lib|apifier|team|contact|doc|documentation|for-business|for-developers|developers|business|integrations|job|setting|settings|privacy|policy|assets|help|config|configuration|terms|hiring|hire|status|status-page|solutions|support|market|marketplace|download|downloads|username|users|user|login|logout|signin|sign|signup|sign-out|signout|plugins|plug-ins|reset|password|passwords|square|profile-photos|profiles|true|false|js|css|img|images|image|partials|fonts|font|dynamic_templates|app|schedules|community|storage|storages|account|node_modules|bower_components|video|knowledgebase|forum|customers|blog|health-check|health|anim|forum_topics.json|forum_categories.json|me|you|him|she|it|external|actor|crawler|scheduler|api|sdk|puppeteer|webdriver|selenium|(selenium.*webdriver)|undefined|page-analyzer|wp-login.php|welcome.action|echo|proxy|super-proxy|gdpr|case-studies|use-cases|how-to|kb|cookies|cookie-policy|cookies-policy|powered-by|run|runs|actor|actors|act|acts|success-stories|roadmap|join-marketplace|presskit|press-kit|covid-19|covid|covid19|matfyz|ideas|public-actors|resources|partners|affiliate|industries|web-scraping|custom-solutions|solution-provider|alternatives|platform|freelancers|freelancer|partner|preview|templates|data-for-generative-ai|discord|praguecrawl|prague-crawl|bob|ai-agents|reel|video-reel|mcp|mcpc|model-context-protocol|modelcontextprotocol|apify.com|design-kit|press-kit|scrapers|professional-services|challenge|challange|1m-challenge|1m-usd-challenge|contact-sales|creator|creators|creator-plan|request-an-integration|whitepaper|adviser|crawlee|ultimate-scraper|agent-skills|key-value-store|request-queue|request-queues|build|builds|dataset|datasets|schedule|standby|pay-per-event|pay-per-result|pay-per-usage|ppe|ppr|compute-unit|compute-units|agent|agents|agentic|llms|llm|openai|anthropic|claude|copilot|mistral|gemini|llama|chatbot|chatgpt|prompt|prompts|embeddings|vectors|rag|agentic-commerce|agentic-economy|agentic-payments|a2a|a2b|a2p|ap2|b2a|acp|ucp|mpp|x402|l402|anp|agp|erc-8004|kya|kyapay|official|verified|certified|authorized|partner-official|gold-partner|premium-partner|staff|moderator|apify-admin|console|cli|studio|gateway|workbench|agents-marketplace|agents-store|mcp-server|mcp-servers|mcp-gateway|asia|latam|emea|apac|i18n|l10n|localization|localisation|usd|eur|gbp|jpy|cny|usdc|usdt|btc|eth|sol|crypto|fiat|stablecoin|stablecoins|payment|payments|payout|payouts|invoice|invoices|wallet|soc|soc2|iso|iso-27001|hipaa|ccpa|pci|pci-dss|dpa|dpia|dmca|sla|eula|aml|kyc|contributor|contributors|maintainer|maintainers|core-team|oss|open-source|opensource|open-source-software|spam|scam|phishing|malware|hack|hacked|giveaway|airdrop|bitcoin-giveaway|free-credits|free-money|launch|launches|webinar|webinars|meetup|meetups|summit|conference|conferences|org|orgs|organisation|workspace|workspaces|tenant|tenants|role|roles|permission|permissions|saml|scim|token|tokens|apikey|api-key|api-keys|keys|secret|secrets|coupon|coupons|discount|discounts|promos|refund|refunds|credit|credits|billing-portal|production|prod|canary|internal|restricted|conversations|reactions|mentions|channel|channels|inbox|no-reply|noreply|accessibility|imprint|impressum|trust|trust-center|security-center|brand|branding|support-team|abuse|outage|incident|incidents|what-is-new|whatsnew|index|index\\.html|(favicon\\.[a-z]+)|BingSiteAuth.xml|(google.+\\.html)|robots\\.txt|(sitemap\\.[a-z]+)|(apple-touch-icon.*)|security-whitepaper\\.pdf|security\\.txt|llms\\.txt|llms-full\\.txt|AGENTS\\.md|CLAUDE\\.md|auth\\.md|(\\..*)|(xxx-.*)|((.+[^a-z]|)porn([^a-z].+|))|((.+[^a-z]|)vagina([^a-z].+|))|((.+[^a-z]|)dildo([^a-z].+|))|((.+[^a-z]|)nsfw([^a-z].+|))|((.+[^a-z]|)hentai([^a-z].+|))|((.+[^a-z]|)cunt([^a-z].+|))|((.+[^a-z]|)fuck([^a-z].+|))|((.+[^a-z]|)shit([^a-z].+|))|((.+[^a-z]|)bitch([^a-z].+|))|((.+[^a-z]|)slut([^a-z].+|))|((.+[^a-z]|)whore([^a-z].+|))|((.+[^a-z]|)boob([^a-z].+|))|((.+[^a-z]|)tits([^a-z].+|))|((.+[^a-z]|)cock([^a-z].+|))|((.+[^a-z]|)anus([^a-z].+|))|((.+[^a-z]|)pussy([^a-z].+|))|((.+[^a-z]|)nude([^a-z].+|))|((.+[^a-z]|)penis([^a-z].+|))|((.+[^a-z]|)naked([^a-z].+|))|(install-cli\\..*)|([^0-9a-z].*)|(.*[^0-9a-z])|(.*[_.\\-]{2}.*)|0|about|access|account|accounts|activate|activities|activity|ad|add|address|adm|admin|administration|administrator|ads|adult|advertising|affiliate|affiliates|ajax|all|alpha|analysis|analytics|android|anon|anonymous|api|app|apps|archive|archives|article|asct|asset|atom|auth|authentication|avatar|backup|balancer-manager|banner|banners|beta|billing|bin|blog|blogs|board|book|bookmark|bot|bots|bug|business|cache|cadastro|calendar|call|campaign|cancel|captcha|career|careers|cart|categories|category|cgi|cgi-bin|changelog|chat|check|checking|checkout|client|cliente|clients|code|codereview|comercial|comment|comments|communities|community|company|compare|compras|config|configuration|connect|contact|contact-us|contact_us|contactus|contest|contribute|corp|create|css|dashboard|data|db|default|delete|demo|design|designer|destroy|dev|devel|developer|developers|diagram|diary|dict|dictionary|die|dir|direct_messages|directory|dist|doc|docs|documentation|domain|download|downloads|ecommerce|edit|editor|edu|education|email|employment|empty|end|enterprise|entries|entry|error|errors|eval|event|events|exit|explore|facebook|faq|favorite|favorites|feature|features|feed|feedback|feeds|file|files|first|flash|fleet|fleets|flog|follow|followers|following|forgot|form|forum|forums|founder|free|friend|friends|ftp|gadget|gadgets|game|games|get|gift|gifts|gist|github|graph|group|groups|guest|guests|help|home|homepage|host|hosting|hostmaster|hostname|howto|hpg|html|http|httpd|https|i|iamges|icon|icons|id|idea|ideas|image|images|imap|img|index|indice|info|information|inquiry|instagram|intranet|invitations|invite|ipad|iphone|irc|is|issue|issues|it|item|items|java|javascript|job|jobs|join|js|json|jump|knowledgebase|language|languages|last|ldap-status|legal|license|link|links|linux|list|lists|log|log-in|log-out|log_in|log_out|login|logout|logs|m|mac|mail|mail1|mail2|mail3|mail4|mail5|mailer|mailing|maintenance|manager|manual|map|maps|marketing|master|me|media|member|members|message|messages|messenger|microblog|microblogs|mine|mis|mob|mobile|movie|movies|mp3|msg|msn|music|musicas|mx|my|mysql|name|named|nan|navi|navigation|net|network|new|news|newsletter|nick|nickname|notes|noticias|notification|notifications|notify|ns|ns1|ns10|ns2|ns3|ns4|ns5|ns6|ns7|ns8|ns9|null|oauth|oauth_clients|offer|offers|official|old|online|openid|operator|order|orders|organization|organizations|overview|owner|owners|page|pager|pages|panel|password|payment|perl|phone|photo|photoalbum|photos|php|phpmyadmin|phppgadmin|phpredisadmin|pic|pics|ping|plan|plans|plugin|plugins|policy|pop|pop3|popular|portal|post|postfix|postmaster|posts|pr|premium|press|price|pricing|privacy|privacy-policy|privacy_policy|privacypolicy|private|product|products|profile|project|projects|promo|pub|public|purpose|put|python|query|random|ranking|read|readme|recent|recruit|recruitment|register|registration|release|remove|replies|report|reports|repositories|repository|req|request|requests|reset|roc|root|rss|ruby|rule|sag|sale|sales|sample|samples|save|school|script|scripts|search|secure|security|self|send|server|server-info|server-status|service|services|session|sessions|setting|settings|setup|share|shop|show|sign-in|sign-up|sign_in|sign_up|signin|signout|signup|site|sitemap|sites|smartphone|smtp|soporte|source|spec|special|sql|src|ssh|ssl|ssladmin|ssladministrator|sslwebmaster|staff|stage|staging|start|stat|state|static|stats|status|store|stores|stories|style|styleguide|stylesheet|stylesheets|subdomain|subscribe|subscription|subscriptions|suporte|support|svn|swf|sys|sysadmin|sysadministrator|system|tablet|tablets|tag|talk|task|tasks|team|teams|tech|telnet|term|terms|terms-of-service|terms_of_service|termsofservice|test|test1|test2|test3|teste|testing|tests|theme|themes|thread|threads|tmp|todo|tool|tools|top|topic|topics|tos|tour|translations|trends|tutorial|tux|tv|twitter|undef|unfollow|unsubscribe|update|upload|uploads|url|usage|user|username|users|usuario|vendas|ver|version|video|videos|visitor|watch|weather|web|webhook|webhooks|webmail|webmaster|website|websites|welcome|widget|widgets|wiki|win|windows|word|work|works|workshop|ww|wws|www|www1|www2|www3|www4|www5|www6|www7|wwws|wwww|xfn|xml|xmpp|xpg|xxx|yaml|year|yml|you|yourdomain|yourname|yoursite|yourusername)$","i"),(O=D||(D={})).MONGODB_PING="MONGODB_PING",O.MONGODB_READ="MONGODB_READ",O.MONGODB_WRITE="MONGODB_WRITE",O.REDIS="REDIS",O.REDIS_PING="REDIS_PING",O.REDIS_WRITE="REDIS_WRITE",i(310);var sP=i(287).Buffer;async function sU(e){return new Promise((t,r)=>{let n=[];e.on("data",e=>{n.push(e)}).on("error",e=>r(e)).on("end",()=>t(sP.concat(n)))})}i(287).Buffer,i(287).Buffer,(T=$||($={})).VERSION="v",T.USER="u";let sI="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".split(""),sL=globalThis.crypto?.subtle;async function sz(e,t){if(!sL)throw Error(`SubtleCrypto is not available in this environment.
71
56
  Please ensure you're running in an environment that supports Web Crypto API,
72
- or submit an issue to https://github.com/apify/apify-shared-js so we can help you further.`)}}async function s0(e,t){await sX();let r=new TextEncoder,n=await sQ.importKey("raw",r.encode(e),{name:"HMAC",hash:"SHA-256"},!1,["sign"]),i=Array.from(new Uint8Array(await sQ.sign("HMAC",n,r.encode(t)))).map(e=>e.toString(16).padStart(2,"0")).join("").substring(0,30);return sG(BigInt(`0x${i}`))}function s1(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}async function s2({resourceId:e,urlSigningSecretKey:t,expiresInMillis:r,version:n=0}){let i=r?new Date().getTime()+r:0,o=await s0(t,`${n}.${i}.${e}`);return s1(new TextEncoder().encode(`${n}.${i}.${o}`))}sg(sX,"ensureSubtleCryptoExists"),sg(s0,"createHmacSignatureAsync"),sg(function({resourceId:e,urlSigningSecretKey:t,expiresInMillis:r,version:n=0}){let i=r?new Date().getTime()+r:0,o=sY(t,`${n}.${i}.${e}`);return sd.from(`${n}.${i}.${o}`).toString("base64url")},"createStorageContentSignature"),sg(s1,"typedArrayToBase64Url"),sg(s2,"createStorageContentSignatureAsync");let s4=nA(aU,"Expected an object"),s6=nu({clean:r9().optional(),desc:r9().optional(),flatten:ns(rj()).optional(),fields:ns(rj()).optional(),omit:ns(rj()).optional(),...aY,skipEmpty:r9().optional(),skipHidden:r9().optional(),unwind:nh([rj(),ns(rj())]).optional(),view:rj().optional(),signature:rj().optional()}),s3=nu({attachment:r9().optional(),bom:r9().optional(),clean:r9().optional(),delimiter:rj().optional(),desc:r9().optional(),flatten:ns(rj()).optional(),fields:ns(rj()).optional(),omit:ns(rj()).optional(),limit:r6().min(0).optional(),offset:r6().min(0).optional(),skipEmpty:r9().optional(),skipHeaderRow:r9().optional(),skipHidden:r9().optional(),unwind:nh([rj(),ns(rj())]).optional(),view:rj().optional(),xmlRoot:rj().optional(),xmlRow:rj().optional(),signature:rj().optional()}),s8=nh([s4,rj(),ns(nh([s4,rj()]))]),s5=nu({clean:r9().optional(),desc:r9().optional(),flatten:ns(rj()).optional(),fields:ns(rj()).optional(),omit:ns(rj()).optional(),limit:r6().min(0).optional(),offset:r6().min(0).optional(),skipEmpty:r9().optional(),skipHidden:r9().optional(),unwind:nh([rj(),ns(rj())]).optional(),view:rj().optional(),expiresInSecs:r6().optional()});let DatasetClient=class DatasetClient extends ResourceClient{constructor(e){super({resourcePath:"datasets",...e})}async get(){return this._get({},5e3)}async update(e){return aD(e,aM),this._update(e,5e3)}async delete(){return this._delete(5e3)}listItems(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let r=aD(e,s6,"DatasetClientListItemOptions"),n=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=await t.httpClient.call({url:t._url("items"),method:"GET",params:t._params(e),timeout:36e4});return t._createPaginationList(r,e.desc??!1)};return this._listPaginatedFromCallback(n,r)}async downloadItems(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,s7);let r=aD(t,s3,"DatasetClientDownloadItemsOptions"),{data:n}=await this.httpClient.call({url:this._url("items"),method:"GET",params:this._params({format:e,...r}),forceBuffer:!0,timeout:36e4});return n}async pushItems(e){aD(e,s8),await this.httpClient.call({url:this._url("items"),method:"POST",headers:{"content-type":"application/json; charset=utf-8"},data:e,params:this._params(),doNotRetryTimeouts:!0,timeout:3e4})}async getStatistics(){let e={url:this._url("statistics"),method:"GET",params:this._params(),timeout:5e3};try{let t=await this.httpClient.call(e);return aB(t.data)}catch(e){aF(e)}}async createItemsPublicUrl(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,s5,"DatasetClientCreateItemsUrlOptions"),r=await this.get(),{expiresInSecs:n,...i}=t,o=new URL(this._publicUrl("items"));if(r?.urlSigningSecretKey){let e=await s2({resourceId:r.id,urlSigningSecretKey:r.urlSigningSecretKey,expiresInMillis:n?1e3*n:void 0});o.searchParams.set("signature",e)}return(o=aQ(o,i)).toString()}_createPaginationList(e,t){return{items:e.data,total:Number(e.headers["x-apify-pagination-total"]),offset:Number(e.headers["x-apify-pagination-offset"]),count:e.data.length,limit:Number(e.headers["x-apify-pagination-limit"]),desc:JSON.parse(e.headers["x-apify-pagination-desc"]??t)}}};var s9=((R={}).JSON="json",R.JSONL="jsonl",R.XML="xml",R.HTML="html",R.CSV="csv",R.XLSX="xlsx",R.RSS="rss",R);let s7=nd([...new Set(Object.values(s9).map(e=>e.toLowerCase()))]),le=nu({limit:r6().min(0).optional(),exclusiveStartKey:rj().optional(),collection:rj().optional(),prefix:rj().optional(),signature:rj().optional()}),lt=rj().min(1),lr=nu({limit:r6().min(0).optional(),exclusiveStartKey:rj().optional(),collection:rj().optional(),prefix:rj().optional(),expiresInSecs:r6().optional()}),ln=rj(),li=nu({buffer:r9().optional(),stream:r9().optional(),disableRedirect:r9().optional(),signature:rj().optional()}),lo=nu({key:rj(),value:nA(e=>void 0!==e&&"symbol"!=typeof e&&"bigint"!=typeof e&&"function"!=typeof e&&("number"!=typeof e||Number.isFinite(e)),"Expected a defined, JSON-serializable value"),contentType:rj().min(1).optional()}),la=nu({timeoutSecs:r6().optional(),doNotRetryTimeouts:r9().optional()});let KeyValueStoreClient=class KeyValueStoreClient extends ResourceClient{constructor(e){super({resourcePath:"key-value-stores",...e})}async get(){return this._get({},5e3)}async update(e){return aD(e,aM),this._update(e,36e4)}async delete(){return this._delete(5e3)}listKeys(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let r=aD(e,le,"KeyValueClientListKeysOptions"),n=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return aq(aB((await t.httpClient.call({url:t._url("keys"),method:"GET",params:t._params(e),timeout:3e4})).data))},i=n(r);async function*o(){let e=await i;yield*e.items;let t=r.limit?r.limit-e.items.length:void 0;for(;e.items.length>0&&null!=e.nextExclusiveStartKey&&(void 0===t||t>0);){let i={...r,limit:t,exclusiveStartKey:e.nextExclusiveStartKey};e=await n(i),yield*e.items,t&&(t-=e.items.length)}}return Object.defineProperty(i,Symbol.asyncIterator,{value:o})}async getRecordPublicUrl(e){aD(e,lt);let t=await this.get(),r=new URL(this._publicUrl(["records",e]));if(t?.urlSigningSecretKey){let n=await s0(t.urlSigningSecretKey,e);r.searchParams.append("signature",n)}return r.toString()}async createKeysPublicUrl(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lr,"KeyValueClientCreateKeysUrlOptions"),r=await this.get(),{expiresInSecs:n,...i}=t,o=new URL(this._publicUrl("keys"));if(r?.urlSigningSecretKey){let e=await s2({resourceId:r.id,urlSigningSecretKey:r.urlSigningSecretKey,expiresInMillis:n?1e3*n:void 0});o.searchParams.set("signature",e)}return(o=aQ(o,i)).toString()}async recordExists(e){let t={url:this._url(["records",e]),method:"HEAD",params:this._params()};try{return await this.httpClient.call(t),!0}catch(e){aF(e)}return!1}async getRecord(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,ln);let r=aD(t,li,"KeyValueClientGetRecordOptions");if(r.stream&&1)throw Error("The stream option can only be used in Node.js environment.");"disableRedirect"in r&&iv.deprecated("The disableRedirect option for getRecord() is deprecated. It has no effect and will be removed in the following major release.");let n={attachment:"true"};r.signature&&(n.signature=r.signature);let i={url:this._url(["records",e]),method:"GET",params:this._params(n),timeout:36e4};r.buffer&&(i.forceBuffer=!0),r.stream&&(i.responseType="stream");try{let t=await this.httpClient.call(i);return{key:e,value:t.data,contentType:t.headers["content-type"]}}catch(e){aF(e)}}async setRecord(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lo);let r=aD(t,la,"KeyValueStoreRecordOptions"),{key:n}=e,{value:i,contentType:o}=e,{timeoutSecs:a,doNotRetryTimeouts:s}=r,l=aG(i)||aH(i);if(o||(o=l?"application/octet-stream":"string"==typeof i?"text/plain; charset=utf-8":"application/json; charset=utf-8"),o.startsWith("application/json")&&!l&&"string"!=typeof i)try{i=JSON.stringify(i,null,2)}catch(e){throw Error(`The record value cannot be stringified to JSON. Please provide other content type.
73
- Cause: ${e.message}`)}let u={url:this._url(["records",n]),method:"PUT",params:this._params(),data:i,headers:o?{"content-type":o}:void 0,doNotRetryTimeouts:s,timeout:void 0!==a?1e3*a:36e4};await this.httpClient.call(u)}async deleteRecord(e){aD(e,ln),await this.httpClient.call({url:this._url(["records",e]),method:"DELETE",params:this._params(),timeout:5e3})}};let ls=nu({limit:r6().min(0).optional()}),ll=nu({lockSecs:r6(),limit:r6().min(0).optional()}),lu=nA(e=>aU(e)&&void 0===e.id,"Expected a request object without an `id`"),lc=nu({forefront:r9().optional()}),lh=ns(lu).min(1).max(25),lf=ns(lu).min(1),lp=r9().optional(),ld=r6().optional(),lm=ns(nA(e=>aU(e)&&("string"==typeof e.id||"string"==typeof e.uniqueKey),"Expected a request object with an `id` or a `uniqueKey`")).min(1).max(25),lg=rj(),ly=nA(e=>aU(e)&&"string"==typeof e.id,"Expected a request object with an `id`"),lb=nu({lockSecs:r6(),forefront:r9().optional()}),l_=ns(nd(["locked","pending"])).min(1),lv=nu({limit:r6().min(0).optional(),exclusiveStartId:rj().optional(),cursor:rj().optional(),filter:l_.optional()}).refine(...aX("exclusiveStartId","cursor")),lw=nu({limit:r6().min(0).optional(),maxPageLimit:r6().default(1e3),exclusiveStartId:rj().optional(),cursor:rj().optional(),filter:l_.optional()}).refine(...aX("exclusiveStartId","cursor"));let RequestQueueClient=class RequestQueueClient extends ResourceClient{clientKey;timeoutMillis;constructor(e,t={}){super({resourcePath:"request-queues",...e}),this.clientKey=t.clientKey,this.timeoutMillis=t.timeoutSecs?1e3*t.timeoutSecs:void 0}async get(){return this._get({},5e3)}async update(e){return aD(e,aM),this._update(e,5e3)}async delete(){return this._delete(5e3)}async listHead(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,ls,"RequestQueueClientListHeadOptions");return aq(aB((await this.httpClient.call({url:this._url("head"),method:"GET",timeout:Math.min(5e3,this.timeoutMillis??1/0),params:this._params({limit:t.limit,clientKey:this.clientKey})})).data))}async listAndLockHead(e){let t=aD(e,ll,"RequestQueueClientListAndLockHeadOptions");return aq(aB((await this.httpClient.call({url:this._url("head/lock"),method:"POST",timeout:Math.min(3e4,this.timeoutMillis??1/0),params:this._params({limit:t.limit,lockSecs:t.lockSecs,clientKey:this.clientKey})})).data))}async addRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lu);let r=aD(t,lc,"RequestQueueClientAddRequestOptions");return aq(aB((await this.httpClient.call({url:this._url("requests"),method:"POST",timeout:Math.min(5e3,this.timeoutMillis??1/0),data:e,params:this._params({forefront:r.forefront,clientKey:this.clientKey})})).data))}async _batchAddRequests(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lh);let r=aD(t,lc,"RequestQueueClientAddRequestOptions"),{data:n}=await this.httpClient.call({url:this._url("requests/batch"),method:"POST",timeout:Math.min(3e4,this.timeoutMillis??1/0),data:e,params:this._params({forefront:r.forefront,clientKey:this.clientKey})});return aq(aB(n))}async _batchAddRequestsWithRetries(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{forefront:r,maxUnprocessedRequestsRetries:n=3,minDelayBetweenUnprocessedRequestsRetriesMillis:i=500}=t,o=e,a=[],s=[];for(let t=0;t<1+n;t++){try{let n=await this._batchAddRequests(o,{forefront:r});a.push(...n.processedRequests),s=n.unprocessedRequests,0!==s.length&&this.httpClient.stats.addRateLimitError(t+1);let i=a.map(e=>{let{uniqueKey:t}=e;return t});if(o=e.filter(e=>{let{uniqueKey:t}=e;return!i.includes(t)}),0===o.length)break}catch(r){iv.exception(r,"Request batch insert failed");let t=a.map(e=>{let{uniqueKey:t}=e;return t});s=e.filter(e=>{let{uniqueKey:r}=e;return!t.includes(r)}).map(e=>{let{method:t,uniqueKey:r,url:n}=e;return{method:t,uniqueKey:r,url:n}});break}let n=Math.floor((1+Math.random())*2**t*i);await new Promise(e=>{setTimeout(e,n)})}return aq({processedRequests:a,unprocessedRequests:s})}async batchAddRequests(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{forefront:r,maxUnprocessedRequestsRetries:n=3,maxParallel:i=5,minDelayBetweenUnprocessedRequestsRetriesMillis:o=500}=t;aD(e,lf),aD(r,lp),aD(n,ld),aD(i,ld),aD(o,ld);let a=new Set,s=[],l=9437184-Math.ceil(943.7184000000001),u=0;for(;u<e.length;){let r=function(e,t,r){let n=e=>(0,new Blob([e]).size);if(n(JSON.stringify(e))<t)return e;let i=[],o=2;for(let a=0;a<e.length;a++){let s=e[a],l=n(JSON.stringify(s));if(l>t)throw Error(`RequestQueueClient.batchAddRequests: The size of the request with index: ${r+a} exceeds the maximum allowed size (${t} bytes).`);if(o+l>=t)break;o+=l,i.push(s)}return i}(e.slice(u,u+25),l,u),n=this._batchAddRequestsWithRetries(r,t);a.add(n),n.then(e=>{a.delete(n),s.push(e)}),a.size>=i&&await Promise.race(a),u+=r.length}await Promise.all(a);let c={processedRequests:[],unprocessedRequests:[]};return s.forEach(e=>{let{processedRequests:t,unprocessedRequests:r}=e;c.processedRequests.push(...t),c.unprocessedRequests.push(...r)}),c}async batchDeleteRequests(e){aD(e,lm);let{data:t}=await this.httpClient.call({url:this._url("requests/batch"),method:"DELETE",timeout:Math.min(5e3,this.timeoutMillis??1/0),data:e,params:this._params({clientKey:this.clientKey})});return aq(aB(t))}async getRequest(e){aD(e,lg);let t={url:this._url(["requests",e]),method:"GET",timeout:Math.min(5e3,this.timeoutMillis??1/0),params:this._params()};try{let e=await this.httpClient.call(t);return aq(aB(e.data))}catch(e){aF(e)}}async updateRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,ly);let r=aD(t,lc,"RequestQueueClientAddRequestOptions");return aq(aB((await this.httpClient.call({url:this._url(["requests",e.id]),method:"PUT",timeout:Math.min(3e4,this.timeoutMillis??1/0),data:e,params:this._params({forefront:r.forefront,clientKey:this.clientKey})})).data))}async deleteRequest(e){aD(e,lg),await this.httpClient.call({url:this._url(["requests",e]),method:"DELETE",timeout:Math.min(5e3,this.timeoutMillis??1/0),params:this._params({clientKey:this.clientKey})})}async prolongRequestLock(e,t){aD(e,lg);let r=aD(t,lb,"RequestQueueClientProlongRequestLockOptions");return aq(aB((await this.httpClient.call({url:this._url(["requests",e,"lock"]),method:"PUT",timeout:Math.min(3e4,this.timeoutMillis??1/0),params:this._params({forefront:r.forefront,lockSecs:r.lockSecs,clientKey:this.clientKey})})).data))}async deleteRequestLock(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lg);let r=aD(t,lc,"RequestQueueClientDeleteRequestLockOptions");await this.httpClient.call({url:this._url(["requests",e,"lock"]),method:"DELETE",timeout:Math.min(5e3,this.timeoutMillis??1/0),params:this._params({forefront:r.forefront,clientKey:this.clientKey})})}listRequests(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let r=aD(e,lv,"RequestQueueClientListRequestsOptions"),n=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return aq(aB((await t.httpClient.call({url:t._url("requests"),method:"GET",timeout:Math.min(3e4,t.timeoutMillis??1/0),params:t._params({...e,filter:e.filter?e.filter.join(","):void 0,clientKey:t.clientKey})})).data))},i=n(r);async function*o(){let e=await i;yield*e.items;let t=r.limit?r.limit-e.items.length:void 0;for(;e.items.length>0&&e.nextCursor&&(void 0===t||t>0);){let i={...r,limit:t,exclusiveStartId:void 0,cursor:e.nextCursor};e=await n(i),yield*e.items,t&&(t-=e.items.length)}}return Object.defineProperty(i,Symbol.asyncIterator,{value:o})}async unlockRequests(){return aq(aB((await this.httpClient.call({url:this._url("requests/unlock"),method:"POST",timeout:Math.min(3e4,this.timeoutMillis??1/0),params:this._params({clientKey:this.clientKey})})).data))}paginateRequests(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{limit:t,exclusiveStartId:r,cursor:n,filter:i,maxPageLimit:o}=aD(e,lw,"RequestQueueClientPaginateRequestsOptions");return new RequestQueuePaginationIterator({getPage:async e=>this.listRequests({...e,filter:i}),limit:t,exclusiveStartId:r,cursor:n,maxPageLimit:o})}};let lE=nu({waitForFinish:r6().optional()}),lS=nu({gracefully:r9().optional()}),lR=rj(),lO=nu({contentType:rj().optional(),build:rj().optional()}),lC=nu({build:rj().optional(),memory:r6().optional(),timeout:r6().optional(),maxItems:r6().optional(),maxTotalChargeUsd:r6().optional(),restartOnError:r9().optional()}),lx=nu({eventName:rj(),count:r6().default(1),idempotencyKey:rj().optional()}),lk=nu({waitSecs:r6().optional()});let RunClient=class RunClient extends ResourceClient{constructor(e){super({...e,resourcePath:e.resourcePath||"actor-runs"})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lE,"RunGetOptions");return this._get(t)}async abort(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lS,"RunAbortOptions");return aq(aB((await this.httpClient.call({url:this._url("abort"),method:"POST",params:this._params(t)})).data))}async delete(){return this._delete()}async metamorph(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};aD(e,lR);let n=aD(r,lO,"RunMetamorphOptions"),i={targetActorId:this._toSafeId(e),build:n.build},o={url:this._url("metamorph"),method:"POST",data:t,params:this._params(i),stringifyFunctions:!0};return n.contentType&&(o.headers={"content-type":n.contentType}),aq(aB((await this.httpClient.call(o)).data))}async reboot(){let e={url:this._url("reboot"),method:"POST"};return aq(aB((await this.httpClient.call(e)).data))}async update(e){return aD(e,aM),this._update(e)}async resurrect(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lC,"RunResurrectOptions");return aq(aB((await this.httpClient.call({url:this._url("resurrect"),method:"POST",params:this._params(t)})).data))}async charge(e){let{eventName:t,count:r,idempotencyKey:n}=aD(e,lx,"RunChargeOptions"),i=(Math.random()+1).toString(36).slice(3,8),o=n??`${this.id}-${t}-${Date.now()}-${i}`,a={url:this._url("charge"),method:"POST",data:{eventName:t,count:r},headers:{"idempotency-key":o}};return await this.httpClient.call(a)}async waitForFinish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lk,"RunWaitForFinishOptions");return this._waitForFinish(t)}dataset(){return new DatasetClient(this._subResourceOptions({resourcePath:"dataset"}))}keyValueStore(){return new KeyValueStoreClient(this._subResourceOptions({resourcePath:"key-value-store"}))}requestQueue(){return new RequestQueueClient(this._subResourceOptions({resourcePath:"request-queue"}))}log(){return new LogClient(this._subResourceOptions({resourcePath:"log"}))}async getStreamedLog(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{fromStart:t=!0}=e,{toLog:r}=e}};let lT=nd(nM),lA=nu({...aY,desc:r9().optional(),status:nh([lT,ns(lT)]).optional(),startedBefore:nh([no(),rj()]).optional(),startedAfter:nh([no(),rj()]).optional()});let RunCollectionClient=class RunCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"runs",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lA,"RunCollectionListOptions");return this._listPaginated(t)}};let lP=nu({...aY,desc:r9().optional()}),lL=aM.optional();let WebhookCollectionClient=class WebhookCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"webhooks",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lP,"WebhookCollectionListOptions");return this._listPaginated(t)}async create(e){return aD(e,lL),this._create(e)}};let lz=nu({build:rj().optional(),contentType:rj().optional(),memory:r6().optional(),timeout:r6().optional(),waitForFinish:r6().optional(),webhooks:ns(aM).optional(),maxItems:r6().min(0).optional(),maxTotalChargeUsd:r6().min(0).optional(),restartOnError:r9().optional(),forcePermissionLevel:nd(nV).optional()}),l$=nu({build:rj().optional(),contentType:rj().optional(),memory:r6().optional(),timeout:r6().min(0).optional(),waitSecs:r6().min(0).optional(),webhooks:ns(aM).optional(),maxItems:r6().min(0).optional(),maxTotalChargeUsd:r6().min(0).optional(),log:nh([new r7({type:"null",...eR(void 0)}),function(e,t={}){let r=new nT({type:"custom",check:"custom",fn:t=>t instanceof e,abort:!0,...eR(t)});return r._zod.bag.Class=e,r._zod.check=t=>{t.value instanceof e||t.issues.push({code:"invalid_type",expected:e.name,input:t.value,inst:r,path:[...r._zod.def.path??[]]})},r}(i_),new nm({type:"literal",values:Array.isArray(O="default")?O:[O],...eR(void 0)})]).optional(),restartOnError:r9().optional(),forcePermissionLevel:nd(nV).optional()}),lN=nu({build:rj().optional(),contentType:rj().optional()}),lj=rj(),lI=nu({betaPackages:r9().optional(),tag:rj().optional(),useCache:r9().optional(),waitForFinish:r6().optional()}),lD=nu({status:nd(nM).optional(),origin:nd(nF).optional()});let ActorClient=class ActorClient extends ResourceClient{constructor(e){super({resourcePath:"actors",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async delete(){return this._delete()}async start(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=aD(t,lz,"ActorStartOptions"),{waitForFinish:n,timeout:i,memory:o,build:a,maxItems:s,maxTotalChargeUsd:l,restartOnError:u,forcePermissionLevel:c}=r,h={waitForFinish:n,timeout:i,memory:o,build:a,webhooks:aZ(r.webhooks),maxItems:s,maxTotalChargeUsd:l,restartOnError:u,forcePermissionLevel:c},f={url:this._url("runs"),method:"POST",data:e,params:this._params(h),stringifyFunctions:!0};return r.contentType&&(f.headers={"content-type":r.contentType}),aq(aB((await this.httpClient.call(f)).data))}async call(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{waitSecs:r,log:n,...i}=aD(t,l$,"ActorCallOptions"),{id:o}=await this.start(e,i),a=this.apifyClient.run(o),s=await a.getStreamedLog({toLog:n});return s?.start(),this.apifyClient.run(o).waitForFinish({waitSecs:r}).finally(async()=>{await s?.stop()})}async validateInput(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=aD(t,lN,"ActorValidateInputOptions"),n={url:this._url("validate-input"),method:"POST",data:e,params:this._params({build:r.build}),stringifyFunctions:!0};return r.contentType&&(n.headers={"content-type":r.contentType}),(await this.httpClient.call(n)).data.valid}async build(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lj);let r=aD(t,lI,"ActorBuildOptions");return aq(aB((await this.httpClient.call({url:this._url("builds"),method:"POST",params:this._params({version:e,...r})})).data))}async defaultBuild(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{id:t}=aB((await this.httpClient.call({url:this._url("builds/default"),method:"GET",params:this._params(e)})).data);return new BuildClient({baseUrl:this.apifyClient.baseUrl,publicBaseUrl:this.apifyClient.publicBaseUrl,httpClient:this.httpClient,apifyClient:this.apifyClient,id:t})}lastRun(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lD,"ActorLastRunOptions");return new RunClient(this._subResourceOptions({id:"last",params:this._params(t),resourcePath:"runs"}))}builds(){return new BuildCollectionClient(this._subResourceOptions({resourcePath:"builds"}))}runs(){return new RunCollectionClient(this._subResourceOptions({resourcePath:"runs"}))}version(e){return aD(e,lj),new ActorVersionClient(this._subResourceOptions({id:e}))}versions(){return new ActorVersionCollectionClient(this._subResourceOptions())}webhooks(){return new WebhookCollectionClient(this._subResourceOptions())}};let lU=aM.optional();let ActorCollectionClient=class ActorCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"actors",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lB,"ActorCollectionListOptions");return this._listPaginated(t)}async create(e){return aD(e,lU),this._create(e)}};var lM=((C={}).CREATED_AT="createdAt",C.LAST_RUN_STARTED_AT="stats.lastRunStartedAt",C);let lB=nu({my:r9().optional(),...aY,desc:r9().optional(),sortBy:nd(lM).optional()}),lF=nu({unnamed:r9().optional(),...aY,desc:r9().optional(),ownership:nd(nJ).optional()}),lq=rj().optional(),lZ=aM.optional();let DatasetCollectionClient=class DatasetCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"datasets",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lF,"DatasetCollectionClientListOptions");return this._listPaginated(t)}async getOrCreate(e,t){return aD(e,lq),aD(t?.schema,lZ),this._getOrCreate(e,t)}};let lW=nu({unnamed:r9().optional(),...aY,desc:r9().optional(),ownership:nd(nJ).optional()}),lV=rj().optional(),lJ=aM.optional();let KeyValueStoreCollectionClient=class KeyValueStoreCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"key-value-stores",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lW,"KeyValueStoreCollectionClientListOptions");return this._listPaginated(t)}async getOrCreate(e,t){return aD(e,lV),aD(t?.schema,lJ),this._getOrCreate(e,t)}};let lH=nu({unnamed:r9().optional(),...aY,desc:r9().optional(),ownership:nd(nJ).optional()}),lK=rj().optional();let RequestQueueCollectionClient=class RequestQueueCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"request-queues",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lH,"RequestQueueCollectionListOptions");return this._listPaginated(t)}async getOrCreate(e){return aD(e,lK),this._getOrCreate(e)}};let ScheduleClient=class ScheduleClient extends ResourceClient{constructor(e){super({resourcePath:"schedules",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async delete(){return this._delete()}async getLog(){let e={url:this._url("log"),method:"GET",params:this._params()};try{let t=await this.httpClient.call(e);return aq(aB(t.data))}catch(e){aF(e)}}};let lG=nu({...aY,desc:r9().optional()}),lY=aM.optional();let ScheduleCollectionClient=class ScheduleCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"schedules",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lG,"ScheduleCollectionListOptions");return this._listPaginated(t)}async create(e){return aD(e,lY),this._create(e)}};let lQ=nu({...aY,search:rj().optional(),sortBy:rj().optional(),category:rj().optional(),username:rj().optional(),pricingModel:rj().optional(),includeUnrunnableActors:r9().optional()});let StoreCollectionClient=class StoreCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"store",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,lQ,"StoreCollectionListOptions");return this._listPaginated(t)}};let lX=aM.optional(),l0=nu({build:rj().optional(),memory:r6().optional(),timeout:r6().optional(),waitForFinish:r6().optional(),webhooks:ns(aM).optional(),maxItems:r6().min(0).optional(),maxTotalChargeUsd:r6().min(0).optional(),restartOnError:r9().optional()}),l1=nu({build:rj().optional(),memory:r6().optional(),timeout:r6().min(0).optional(),waitSecs:r6().min(0).optional(),webhooks:ns(aM).optional(),maxItems:r6().min(0).optional(),maxTotalChargeUsd:r6().min(0).optional(),restartOnError:r9().optional()}),l2=nu({status:nd(nM).optional(),origin:nd(nF).optional()});let TaskClient=class TaskClient extends ResourceClient{constructor(e){super({resourcePath:"actor-tasks",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async publish(){return this.update({isPublic:!0})}async unpublish(){return this.update({isPublic:!1})}async delete(){return this._delete()}async start(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lX);let r=aD(t,l0,"TaskStartOptions"),{waitForFinish:n,timeout:i,memory:o,build:a,maxItems:s,maxTotalChargeUsd:l,restartOnError:u}=r,c={waitForFinish:n,timeout:i,memory:o,build:a,webhooks:aZ(r.webhooks),maxItems:s,maxTotalChargeUsd:l,restartOnError:u},h={url:this._url("runs"),method:"POST",data:e,params:this._params(c),stringifyFunctions:!0,headers:{"Content-Type":"application/json"}};return aq(aB((await this.httpClient.call(h)).data))}async call(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,lX);let{waitSecs:r,...n}=aD(t,l1,"TaskCallOptions"),{id:i}=await this.start(e,n);return this.apifyClient.run(i).waitForFinish({waitSecs:r})}async getInput(){let e={url:this._url("input"),method:"GET",params:this._params()};try{return(await this.httpClient.call(e)).data}catch(e){aF(e)}}async updateInput(e){return(await this.httpClient.call({url:this._url("input"),method:"PUT",params:this._params(),data:e})).data}lastRun(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,l2,"TaskLastRunOptions");return new RunClient(this._subResourceOptions({id:"last",params:this._params(t),resourcePath:"runs"}))}runs(){return new RunCollectionClient(this._subResourceOptions({resourcePath:"runs"}))}webhooks(){return new WebhookCollectionClient(this._subResourceOptions())}};let l4=nu({...aY,desc:r9().optional()});let TaskCollectionClient=class TaskCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"actor-tasks",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,l4,"TaskCollectionListOptions");return this._listPaginated(t)}async create(e){return aD(e,aM),this._create(e)}};let UserClient=class UserClient extends ResourceClient{constructor(e){super({resourcePath:"users",...e})}async get(){return this._get()}async monthlyUsage(){let e={url:this._url("usage/monthly"),method:"GET",params:this._params()};try{let t=await this.httpClient.call(e);return aq(aB(t.data),e=>"date"===e)}catch(e){aF(e)}}async limits(){let e={url:this._url("limits"),method:"GET",params:this._params()};try{let t=await this.httpClient.call(e);return aq(aB(t.data))}catch(e){aF(e)}}async updateLimits(e){let t={url:this._url("limits"),method:"PUT",params:this._params(),data:e};await this.httpClient.call(t)}};let l6=nu({...aY,desc:r9().optional()});let WebhookDispatchCollectionClient=class WebhookDispatchCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"webhook-dispatches",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=aD(e,l6,"WebhookDispatchCollectionListOptions");return this._listPaginated(t)}};let WebhookClient=class WebhookClient extends ResourceClient{constructor(e){super({resourcePath:"webhooks",...e})}async get(){return this._get()}async update(e){return aD(e,aM),this._update(e)}async delete(){return this._delete()}async test(){let e={url:this._url("test"),method:"POST",params:this._params()};try{let t=await this.httpClient.call(e);return aq(aB(t.data))}catch(e){aF(e)}}dispatches(){return new WebhookDispatchCollectionClient(this._subResourceOptions({resourcePath:"dispatches"}))}};let WebhookDispatchClient=class WebhookDispatchClient extends ResourceClient{constructor(e){super({resourcePath:"webhook-dispatches",...e})}async get(){return this._get()}};let l3=r6().gt(0);let Statistics=class Statistics{calls=0;requests=0;rateLimitErrors=[];addRateLimitError(e){aD(e,l3);let t=e-1;this._fillBlanksWithZeroes(t),this.rateLimitErrors[t]++}_fillBlanksWithZeroes(e){if(this.rateLimitErrors.length<=e)for(let t=0;t<=e;t++)"number"!=typeof this.rateLimitErrors[t]&&(this.rateLimitErrors[t]=0)}};var l8=i(606);let l5=nu({baseUrl:rj().default("https://api.apify.com"),publicBaseUrl:rj().default("https://api.apify.com"),maxRetries:r6().default(8),minDelayBetweenRetriesMillis:r6().default(500),requestInterceptors:ns(nt()).default([]),timeoutSecs:r6().default(360),token:rj().optional(),userAgentSuffix:nh([rj(),ns(rj())]).optional()}),l9=rj().min(1),l7=nu({clientKey:rj().min(1).optional(),timeoutSecs:r6().optional()});let ApifyClient=class ApifyClient{baseUrl;publicBaseUrl;token;stats;logger;httpClient;constructor(e={}){let t=aD(e,l5,"ApifyClientOptions"),{baseUrl:r,publicBaseUrl:n,maxRetries:i,minDelayBetweenRetriesMillis:o,requestInterceptors:a,timeoutSecs:s,token:l}=t,u=r.endsWith("/")?r.slice(0,r.length-1):r;this.baseUrl=`${u}/v2`;let c=n.endsWith("/")?n.slice(0,n.length-1):n;this.publicBaseUrl=`${c}/v2`,this.token=l,this.stats=new Statistics,this.logger=iv.child({prefix:"ApifyClient"}),this.httpClient=new HttpClient({apifyClientStats:this.stats,maxRetries:i,minDelayBetweenRetriesMillis:o,requestInterceptors:a,timeoutSecs:s,logger:this.logger,token:this.token,userAgentSuffix:t.userAgentSuffix})}_options(){return{baseUrl:this.baseUrl,publicBaseUrl:this.publicBaseUrl,apifyClient:this,httpClient:this.httpClient}}actors(){return new ActorCollectionClient(this._options())}actor(e){return aD(e,l9),new ActorClient({id:e,...this._options()})}builds(){return new BuildCollectionClient(this._options())}build(e){return aD(e,l9),new BuildClient({id:e,...this._options()})}datasets(){return new DatasetCollectionClient(this._options())}dataset(e){return aD(e,l9),new DatasetClient({id:e,...this._options()})}keyValueStores(){return new KeyValueStoreCollectionClient(this._options())}keyValueStore(e){return aD(e,l9),new KeyValueStoreClient({id:e,...this._options()})}log(e){return aD(e,l9),new LogClient({id:e,...this._options()})}requestQueues(){return new RequestQueueCollectionClient(this._options())}requestQueue(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};aD(e,l9);let r=aD(t,l7,"RequestQueueUserOptions");return new RequestQueueClient({id:e,...this._options()},r)}runs(){return new RunCollectionClient({...this._options(),resourcePath:"actor-runs"})}run(e){return aD(e,l9),new RunClient({id:e,...this._options()})}tasks(){return new TaskCollectionClient(this._options())}task(e){return aD(e,l9),new TaskClient({id:e,...this._options()})}schedules(){return new ScheduleCollectionClient(this._options())}schedule(e){return aD(e,l9),new ScheduleClient({id:e,...this._options()})}user(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"me";return aD(e,l9),new UserClient({id:e,...this._options()})}webhooks(){return new WebhookCollectionClient(this._options())}webhook(e){return aD(e,l9),new WebhookClient({id:e,...this._options()})}webhookDispatches(){return new WebhookDispatchCollectionClient(this._options())}webhookDispatch(e){return aD(e,l9),new WebhookDispatchClient({id:e,...this._options()})}store(){return new StoreCollectionClient(this._options())}async setStatusMessage(e,t){let r=l8.env[nZ];if(!r)throw Error(`Environment variable ${nZ} is not set!`);await this.run(r).update({statusMessage:e,...t})}}})();var a=o.TD,s=o.B,l=o.h0,u=o.XP,c=o.v8,h=o.Lu,f=o.vp,p=o.Jo,d=o.UP,m=o.rj,g=o.Ns,y=o.kt,b=o.KW,_=o.wb,v=o.wv,w=o.yY,E=o.rE,S=o.PD,R=o.lE,O=o.ss,C=o.kq,x=o.O_,k=o.oc,T=o.oW,A=o.Ry,P=o.Ng,L=o.Hg,z=o.L6,$=o.Ty,N=o.py,j=o.YS,I=o.t1,D=o.jE,U=o.jx,M=o.F,B=o.J_,F=o.hH,q=o.zC,Z=o._l;export{a as ActorClient,s as ActorCollectionClient,l as ActorEnvVarClient,u as ActorEnvVarCollectionClient,c as ActorListSortBy,h as ActorSourceType,f as ActorVersionClient,p as ActorVersionCollectionClient,d as ApifyApiError,m as ApifyClient,g as ArgumentValidationError,y as BuildClient,b as BuildCollectionClient,_ as DatasetClient,v as DatasetCollectionClient,w as DownloadItemsFormat,E as InvalidResponseBodyError,S as KeyValueStoreClient,R as KeyValueStoreCollectionClient,O as LogClient,C as LoggerActorRedirect,x as PlatformFeature,k as RequestQueueClient,T as RequestQueueCollectionClient,A as RunClient,P as RunCollectionClient,L as ScheduleActions,z as ScheduleClient,$ as ScheduleCollectionClient,N as StoreCollectionClient,j as StreamedLog,I as TaskClient,D as TaskCollectionClient,U as UserClient,M as WebhookClient,B as WebhookCollectionClient,F as WebhookDispatchClient,q as WebhookDispatchCollectionClient,Z as WebhookDispatchStatus};
57
+ or submit an issue to https://github.com/apify/apify-shared-js so we can help you further.`);let r=new TextEncoder,n=await sL.importKey("raw",r.encode(e),{name:"HMAC",hash:"SHA-256"},!1,["sign"]),i=Array.from(new Uint8Array(await sL.sign("HMAC",n,r.encode(t)))).map(e=>e.toString(16).padStart(2,"0")).join("").substring(0,30);var o=BigInt(`0x${i}`);if(0n===o)return sI[0];let a="";for(;o>0n;)a=sI[Number(o%62n)]+a,o/=62n;return a}async function sN({resourceId:e,urlSigningSecretKey:t,expiresInMillis:r,version:n=0}){let i=r?new Date().getTime()+r:0,o=await sz(t,`${n}.${i}.${e}`);var a=new TextEncoder().encode(`${n}.${i}.${o}`);let s="";for(let e=0;e<a.length;e++)s+=String.fromCharCode(a[e]);return btoa(s).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}i(287).Buffer;var sj=i(597);function sD(e){return e&&"u">typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}let{localeError:s$}=nr();function sM(e){return null===e?"null":Array.isArray(e)?"array":typeof e}let sF=/^Invalid input: expected (an array of .+|a typed array|an object|object|array|function|number|string|boolean)$/;function sB(e){switch(typeof e){case"string":if(""===e)return"''";return e.length>200?`${e.slice(0,200)} (${e.length-200} more characters)`:e;case"number":case"boolean":return String(e);case"bigint":return`${e}n`;default:return}}function sq(e){if("number"==typeof e&&Number.isNaN(e))return"received NaN";if(""===e)return"received an empty string";let t=sB(e);return void 0===t?`received ${sM(e)}`:`received the ${sM(e)} \`${t}\``}let ArgumentValidationError=class ArgumentValidationError extends Error{issues;cause;constructor(e,t,r){super(function(e,t,r){let n=[],i={total:0};for(let r of e.issues)!function e(t,r,n,i,o){let a=[...n,...t.path];if("invalid_union"===t.code){let n=t.errors.map(e=>e.reduce((e,t)=>Math.max(e,function e(t,r){let n=r+t.path.length;if("invalid_union"===t.code){let r=-1;for(let i of t.errors)for(let t of i)r=Math.max(r,e(t,n));return r}return n}(t,a.length)),-1)),s=Math.max(...n);for(let[l,u]of t.errors.entries())if(n[l]===s)for(let t of u)e(t,r,a,i,o);return}if(o.total+=1,i.length>=10)return;let s=a.length?` at \`${function(e){let t="";for(let r of e)"number"==typeof r?t+=`[${r}]`:t+=t?`.${String(r)}`:String(r);return t}(a)}\``:"",l=function(e,t){let r=e;for(let e of t){if(null===r||"object"!=typeof r)return;r=r[e]}return r}(r,a),u=sB(l),c=function(e,t){if("invalid_type"===e.code){if("number"===e.expected&&"number"==typeof t)return"Invalid input: expected a finite number";if("date"===e.expected&&"[object Date]"===Object.prototype.toString.call(t))return"Invalid input: expected a valid date"}return e.message}(t,l),p="",d=sF.exec(c),f=/, received (\S+)$/.exec(c),h=d?.[1].startsWith("an array of")?"array":d?.[1];d&&h!==(Number.isNaN(l)?"NaN":sM(l))?c+=`, ${sq(l)}`:f&&f[1]===sM(l)&&void 0!==u?c=`${c.slice(0,f.index)}, ${sq(l)}`:void 0===u||c.endsWith(`received ${u}`)||(p=`, got \`${u}\``),i.push(`${c}${s}${p}`)}(r,t,[],n,i);let o=r?n.map(e=>`${e} in \`${r}\``):[...n],a=i.total-n.length;return a>0&&o.push(`... and ${a} more problem${1===a?"":"s"}`),o.join("\n")}(e,t,r),{cause:e}),this.name="ArgumentValidationError",this.issues=e.issues,this.cause=e}};function sW(e,t,r){let n=t.safeParse(e,{error:s$});if(!n.success)throw new ArgumentValidationError(n.error,e,r);return n.data}ix(e=>"object"==typeof e&&null!==e,{error:"Invalid input: expected object"});let ResponseValidationError=class ResponseValidationError extends Error{issues;method;url;constructor(e,t,r){let n=r.method.toUpperCase(),i=new ArgumentValidationError(e,t).message;super(`Response from ${n} ${r.url} does not match the API schema:
58
+ ${i}
59
+ The API returned something its OpenAPI specification does not describe. Please report this at https://github.com/apify/apify-client-js/issues.`,{cause:e}),this.name="ResponseValidationError",this.issues=e.issues,this.method=n,this.url=r.url}};var sZ=i(287).Buffer;let sK=["audio/","image/","video/"],sV=new Set(["application/epub+zip","application/gzip","application/java-archive","application/vnd.android.package-archive","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.rar","application/x-7z-compressed","application/x-bzip","application/x-bzip2","application/x-gzip","application/x-rar-compressed","application/x-xz","application/x-zip-compressed","application/zip","application/zstd","font/woff","font/woff2"]),sJ=new Set(["audio/aiff","audio/basic","audio/l16","audio/l24","audio/midi","audio/vnd.wave","audio/wav","audio/wave","audio/x-aiff","audio/x-wav","image/bmp","image/tiff","image/vnd.adobe.photoshop","image/vnd.microsoft.icon","image/x-icon","image/x-ms-bmp"]),sH=["+json","+xml"];function sG(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let sY=ix(sG,{error:"Invalid input: expected an object"}),{localeError:sQ}=nr();function sX(e,t){let r=function(e){if("object"==typeof e&&e&&void 0!==e.data)return e.data;throw Error(`Expected response object with a "data" property, but received: ${e}`)}(e.data),n=t.safeParse(r,{error:sQ});if(!n.success){let{method:t="GET",url:i=""}=e.config;throw new ResponseValidationError(n.error,r,{method:t,url:i})}return n.data}function s0(e){if(!(e instanceof NotFoundError))throw e}function s1(e,t){if(!t)throw e;s0(e)}function s2(e){if(!e)return;let t=JSON.stringify(e);return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}async function s4(e){if(!n){let{promisify:e}=await Promise.resolve().then(i.t.bind(i,29,23)),{brotliCompress:t,constants:r}=await Promise.resolve().then(i.t.bind(i,134,23)),o=e(t),a={params:{[r.BROTLI_PARAM_QUALITY]:6}};n=async e=>o(e,a)}return n(e)}async function s3(e){if(!a){let{promisify:e}=await Promise.resolve().then(i.t.bind(i,29,23)),{gzip:t}=await Promise.resolve().then(i.t.bind(i,134,23));a=e(t)}return a(e)}async function s6(e){0}function s9(e){return ArrayBuffer.isView(e)?!s8(e,"DataView"):s8(e,"ArrayBuffer")}function s8(e,t){return Object.prototype.toString.call(e)===`[object ${t}]`}function s5(e){if(null===e||"object"!=typeof e)return!1;let{on:t,pipe:r}=e;return"function"==typeof t&&"function"==typeof r}C=function(e,t){if("object"!==sD(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!==sD(n))return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(Symbol.asyncIterator,"string"),r="symbol"===sD(C)?C:String(C);let RequestQueuePaginationIterator=class RequestQueuePaginationIterator{#e;#t;#r;#n;constructor(e){this.#e=e.maxPageLimit,this.#r=e.limit,this.#n=e.cursor,this.#t=e.getPage}async *[r](){let e=this.#n,t=0;for(;;){let r=this.#r?Math.min(this.#e,this.#r-t):this.#e,n=await this.#t({limit:r,cursor:e});if(0===n.items.length||(yield n,t+=n.items.length,this.#r&&t>=this.#r||!n.nextCursor))return;e=n.nextCursor}}};let s7={limit:nH().min(0).optional(),offset:nH().min(0).optional(),chunkSize:nH().positive().optional()},le=Symbol("scannedCount");function lt(e,t){for(let[r,n]of Object.entries(t??{}))if(void 0!==n){if(Array.isArray(n)){e.searchParams.set(r,n.join(","));continue}e.searchParams.set(r,String(n))}return e}let lr=nE().nonempty().refine(e=>"."!==e&&".."!==e,{error:"URL path must not contain dot segments"});function ln(e){return encodeURIComponent(sW(e,lr))}function li(e){return Array.isArray(e)?e.map(ln).join("/"):e}i(287).Buffer;let lo="application/json",la=[RegExp(`^${lo}`,"i"),/^application\/.*xml$/i,/^text\//i];function ls(e,t){return e.constructor.name!==ArrayBuffer.name?e.toString(t):new TextDecoder().decode(new Uint8Array(e))}let ll=/at( async)? ([A-Za-z]+(Collection)?Client)\.([A-Za-z]+) \(/;let ApifyApiError=class ApifyApiError extends Error{name;clientMethod;statusCode;type;attempt;httpMethod;path;originalStack;data;constructor(e,t){let r,n,i,o=e.data;if(s9(o)){let t=ls(e.data,"utf-8");try{o=JSON.parse(t)}catch{o=t}}if(o&&o.error){let{error:e}=o;r=e.message,n=e.type,i=e.data}else if(o){let e;try{e=JSON.stringify(o,null,2)}catch{e=`${o}`}r=`Unexpected error: ${e}`}super(r),this.name=this.constructor.name,this.clientMethod=this.#i(),this.statusCode=e.status,this.type=n,this.attempt=t,this.httpMethod=e.config?.method,this.path=this.#o(e);let a=this.stack;this.originalStack=a.slice(a.indexOf("\n")),this.stack=this.#a(),this.data=i}static fromResponse(e,t){return new(lu[e.status]??(e.status>=500?ServerError:ApifyApiError))(e,t)}#o(e){let t,r=e.config?.url;try{t=new URL(r)}catch{return r}return t.pathname+t.search}#i(){let e=this.stack.match(ll);return e?`${e[2]}.${e[4]}`:"unknown"}#a(){let{name:e,...t}=this,r=Object.entries(t).map(e=>{let[t,r]=e;return"originalStack"===t&&(t="stack"),` ${t}: ${r}`}).join("\n");return`${e}: ${this.message}
60
+ ${r}`}};let InvalidRequestError=class InvalidRequestError extends ApifyApiError{};let UnauthorizedError=class UnauthorizedError extends ApifyApiError{};let ForbiddenError=class ForbiddenError extends ApifyApiError{};let NotFoundError=class NotFoundError extends ApifyApiError{};let ConflictError=class ConflictError extends ApifyApiError{};let RateLimitError=class RateLimitError extends ApifyApiError{};let ServerError=class ServerError extends ApifyApiError{};let lu={400:InvalidRequestError,401:UnauthorizedError,403:ForbiddenError,404:NotFoundError,409:ConflictError,429:RateLimitError};let InvalidResponseBodyError=class InvalidResponseBodyError extends Error{code;response;constructor(e,t){super(`Response body could not be parsed.
61
+ Cause:${t.message}`),this.name=this.constructor.name,this.code="invalid-response-body",this.response=e,this.cause=t}};function lc(e,t){let r=t.toLowerCase(),n=Object.keys(e.headers??{}).find(e=>e.toLowerCase()===r),i=void 0===n?void 0:e.headers?.[n];return"string"==typeof i?i:void 0}let lp=[async function e(e){if(lc(e,"content-encoding")||!function(e){if(!e)return!0;let t=e.split(";",1)[0].trim().toLowerCase();return!!(sJ.has(t)||sH.some(e=>t.endsWith(e)))||!sV.has(t)&&!sK.some(e=>t.startsWith(e))}(lc(e,"content-type")))return e;let t=await s6(e.data);return t&&(e.headers??={},e.headers["content-encoding"]=t.encoding,e.data=t.data),e},function(e){if("string"==typeof e.data&&lc(e,"content-type"))return e;let[t]=sc.defaults.transformRequest,r=t(e.data,e.headers);if(e.stringifyFunctions){let t=lc(e,"content-type");try{var n;let i=t?sj.q(t).type:void 0;"application/json"===i&&"object"==typeof e.data?(n=e.data,e.data=JSON.stringify(n,(e,t)=>"function"==typeof t?t.toString():t)):e.data=r}catch{e.data=r}}else e.data=r;return e},function(e){return!e.headers||e.headers instanceof sE||Object.setPrototypeOf(e.headers,sE.prototype),e}],ld=[function(e){if(!e.data||"arraybuffer"!==e.config.responseType||e.config.forceBuffer)return e;if(!e.data.byteLength)return e.data=void 0,e;let t=e.headers["content-type"];try{e.data=function(e,t){let r,n;try{let e=sj.q(t);r=e.type,n=e.parameters.charset}catch{return e}if(!function(e,t){return!!e&&la.some(t=>t.test(e))&&(!t||"utf8"===t.toLowerCase().replace("-",""))}(r,n))return e;let i=ls(e,n);return r===lo?JSON.parse(i):i}(e.data,t)}catch(t){throw new InvalidResponseBodyError(e,t)}return e}];var lf=i(606);let{version:lh}={version:"3.0.0-beta.20"};let HttpClient=class HttpClient{stats;maxRetries;minDelayBetweenRetriesMillis;userProvidedRequestInterceptors;logger;timeoutMillis;timeoutMaxMillis;httpAgent;httpsAgent;axios;workflowKey;#s;#l;constructor(e){let{token:t}=e;this.stats=e.apifyClientStats,this.maxRetries=e.maxRetries,this.minDelayBetweenRetriesMillis=e.minDelayBetweenRetriesMillis,this.userProvidedRequestInterceptors=e.requestInterceptors,this.timeoutMillis={short:1e3*e.timeoutShortSecs,medium:1e3*e.timeoutMediumSecs,long:1e3*e.timeoutLongSecs},this.timeoutMaxMillis=1e3*e.timeoutMaxSecs,this.logger=e.logger,this.workflowKey=e.workflowKey||lf.env.APIFY_WORKFLOW_KEY,this.#l=e.userAgentSuffix,this.axios=sc.create({proxy:!1,paramsSerializer:e=>new URLSearchParams(Object.entries(e).filter(e=>{let[,t]=e;return void 0!==t}).map(e=>{let[t,r]=e;return r instanceof Date?[t,r.toISOString()]:[t,String("boolean"==typeof r?Number(r):r)]})).toString(),validateStatus:null,transformRequest:[],transformResponse:[],responseType:"arraybuffer",timeout:this.timeoutMaxMillis,maxBodyLength:1/0,maxContentLength:-1}),this.axios.defaults.headers=new sE,this.workflowKey&&(this.axios.defaults.headers["X-Apify-Workflow-Key"]=this.workflowKey),t&&(this.axios.defaults.headers.Authorization=`Bearer ${t}`),lp.forEach(e=>this.axios.interceptors.request.use(e)),this.userProvidedRequestInterceptors.forEach(e=>this.axios.interceptors.request.use(e)),ld.forEach(e=>this.axios.interceptors.response.use(e))}async #u(){}async #c(){}async call(e){await this.#u(),this.stats.calls++;let t=this.#p(e);return i5()(t,{retries:this.maxRetries,minTimeout:this.minDelayBetweenRetriesMillis,onRetry:(e,t)=>this.#d(e,t)})}#f(){this.logger.warningOnce("Request body was a stream - retrying will not work, as part of it was already consumed."),this.logger.warningOnce("If you want Apify client to handle retries for you, collect the stream into a buffer before sending it.")}#p(e){let{timeoutSecs:t="medium",...r}=e;return async(n,i)=>{let o;this.stats.requests++;let a=s5(e.data);try{if(a&&(r.maxRedirects=0),o=await this.axios.request({...r,timeout:this.#h(t,i)}),this.#m(o.status))return o;s5(o.data)&&(o.data=await sU(o.data).catch(()=>void 0))}catch(t){return this.#g(t,e,n)}429===o.status&&this.stats.addRateLimitError(i);let s=ApifyApiError.fromResponse(o,i);if(this.#y(o.status))if(a)this.#f();else throw s;return n(s),o}}#m(e){return e<300}#h(e,t){if("noTimeout"===e)return 0;let r="number"==typeof e?1e3*e:this.timeoutMillis[e];return r>this.timeoutMaxMillis&&this.logger.warningOnce(`The requested timeout of ${r/1e3}s exceeds timeoutMaxSecs (${this.timeoutMaxMillis/1e3}s) and is capped at it. Raise timeoutMaxSecs on the client to allow longer request timeouts.`),Math.min(r*2**(t-1),this.timeoutMaxMillis)}#g(e,t,r){if(this.#b(e)&&t.doNotRetryTimeouts)return r(e);if(this.#v(e))if(s5(t.data))this.#f();else throw e;return r(e)}#b(e){return"ECONNABORTED"===e.code}#v(e){return this.#_(e)||this.#w(e)}#w(e){return e instanceof InvalidResponseBodyError}#_(e){let t=e.request&&"object"==typeof e.request,r=e.config&&"object"==typeof e.config;return t&&r}#y(e){return 429===e||e>=500}#d(e,t){t===Math.round(this.maxRetries/2)&&this.logger.warning(`API request failed ${t} times. Max attempts: ${this.maxRetries+1}.
62
+ Cause:${e.stack}`)}};let ApiClient=class ApiClient{id;safeId;baseUrl;publicBaseUrl;resourcePath;url;apifyClient;httpClient;params;constructor(e){let{baseUrl:t,publicBaseUrl:r,apifyClient:n,httpClient:i,resourcePath:o,id:a,params:s={}}=e;this.id=a,this.safeId=a&&this.toSafeId(a),this.baseUrl=t,this.publicBaseUrl=r,this.resourcePath=o,this.url=a?`${t}/${o}/${ln(this.safeId)}`:`${t}/${o}`,this.apifyClient=n,this.httpClient=i,this.params=s}subResourceOptions(e){return{...{baseUrl:this.buildUrl(),publicBaseUrl:this.publicBaseUrl,apifyClient:this.apifyClient,httpClient:this.httpClient,params:this.buildParams()},...e}}buildUrl(e){return e?`${this.url}/${li(e)}`:this.url}buildPublicUrl(e){let t=this.id?`${this.publicBaseUrl}/${this.resourcePath}/${ln(this.safeId)}`:`${this.publicBaseUrl}/${this.resourcePath}`;return e?`${t}/${li(e)}`:t}buildParams(e){return{...this.params,...e}}toSafeId(e){return e.replaceAll("/","~")}listPaginatedFromCallback(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=(e,t)=>(0===e&&(e=void 0),0===t&&(t=void 0),void 0===e)?t:void 0===t?e:Math.min(e,t),{chunkSize:n,...i}=t,o=e({...i,limit:r(t.limit,n)}),a=e=>e[le]??e.items.length;async function*s(){let s=await o;yield*s.items;let l=t.offset??0,u=Math.min(t.limit||s.total,s.total),c=a(s),p=l+c,d=Math.min(s.total-l,u)-c;for(;c>0&&d>0;){let t={...i,limit:r(d,n),offset:p};s=await e(t),yield*s.items,p+=c=a(s),d-=c}}return Object.defineProperty(o,Symbol.asyncIterator,{value:s})}};let ResourceClient=class ResourceClient extends ApiClient{timeoutForWaitForFinish(e,t,r){if(void 0!==e)return e;if(void 0===r)return t;let n=Math.min(r,60);return n<=0?t:n+this.httpClient.timeoutMillis[t]/1e3}async getResource(e,t,r){let n={url:this.buildUrl(),method:"GET",params:this.buildParams(t),timeoutSecs:r};try{let t=await this.httpClient.call(n);return sX(t,e)}catch(e){s1(e,this.id)}}async updateResource(e,t,r){return sX(await this.httpClient.call({url:this.buildUrl(),method:"PUT",params:this.buildParams(),data:t,timeoutSecs:r}),e)}async deleteResource(e){try{await this.httpClient.call({url:this.buildUrl(),method:"DELETE",params:this.buildParams(),timeoutSecs:e})}catch(e){s1(e,this.id)}}async waitForJobFinish(e){let t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{waitSecs:n=999999,timeoutSecs:i="noTimeout"}=r,o=1e3*n,a=Date.now(),s=()=>!(Date.now()-a>=o)&&!(t&&iD.includes(t.status));do{let r=Math.max(0,Math.round((o-(Date.now()-a))/1e3)),n={url:this.buildUrl(),method:"GET",params:this.buildParams({waitForFinish:r}),timeoutSecs:i};try{let r=await this.httpClient.call(n);t=sX(r,e)}catch(e){s0(e),t=void 0}t||await new Promise(e=>{setTimeout(e,250)})}while(s())if(!t){let e=this.constructor.name.match(/(\w+)Client/)[1].toLowerCase();throw Error(`Waiting for ${e} to finish failed. Cannot fetch actor ${e} details from the server.`)}return t}};function lm(e){return rD(nR,e)}function lg(e){return new n6({type:"date",coerce:!0,...er(e)})}function ly(e){let t;return()=>t??=e()}let lb=ly(()=>it({total:nY().min(0),offset:nY().min(0),limit:nY().min(1),desc:nX(),count:nY().min(0)})),lv=ly(()=>it({totalBuilds:nY().optional(),totalRuns:nY().optional(),totalUsers:nY().optional(),totalUsers7Days:nY().optional(),totalUsers30Days:nY().optional(),totalUsers90Days:nY().optional(),totalMetamorphs:nY().optional(),lastRunStartedAt:lm({offset:!0}).pipe(lg()).optional(),actorReviewCount:nY().optional(),actorReviewRating:nH().optional(),bookmarkCount:nY().optional(),publicActorRunStats30Days:it({ABORTED:nY().optional(),FAILED:nY().optional(),SUCCEEDED:nY().optional(),"TIMED-OUT":nY().optional(),TOTAL:nY().optional()}).optional()})),l_=ly(()=>it({id:nE(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),name:nE(),username:nE(),title:nE().optional(),stats:lv().nullable().optional()})),lw=ly(()=>lb().extend({items:n5(l_())})),lE=ly(()=>ip(["SOURCE_FILES","GIT_REPO","TARBALL","GITHUB_GIST","SOURCE_CODE"]).or(nE())),lS=ly(()=>it({name:nE(),value:nE().optional(),isSecret:nX().nullable().optional()})),lR=ly(()=>ip(["BASE64","TEXT"]).or(nE())),lO=ly(()=>it({format:lR().optional(),content:nE().optional(),name:nE()})),lT=ly(()=>it({name:nE(),folder:nX()})),lC=ly(()=>n5(ii([lO(),lT()]))),lA=ly(()=>it({versionNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])$/),sourceType:lE().nullable(),envVars:n5(lS()).nullable().optional(),applyEnvVarsToBuild:nX().nullable().optional(),buildTag:nE().nullable().optional(),sourceFiles:lC().optional(),gitRepoUrl:nE().nullable().optional(),tarballUrl:nE().nullable().optional(),gitHubGistUrl:nE().nullable().optional()})),lx=ly(()=>ip(["LIMITED_PERMISSIONS","FULL_PERMISSIONS"]).or(nE())),lk=ly(()=>it({build:nE().optional(),timeoutSecs:nY().optional(),memoryMbytes:nY().optional(),restartOnError:nX().optional(),maxItems:nY().nullable().optional(),forcePermissionLevel:lx().nullable().optional()})),lP=ly(()=>it({isEnabled:nX().nullable().optional(),desiredRequestsPerActorRun:nY().nullable().optional(),maxRequestsPerActorRun:nY().nullable().optional(),idleTimeoutSecs:nY().nullable().optional(),build:nE().nullable().optional(),memoryMbytes:nY().nullable().optional(),disableStandbyFieldsOverride:nX().nullable().optional(),shouldPassActorInput:nX().nullable().optional()})),lU=ly(()=>it({body:nE().optional(),contentType:nE().optional()})),lI=ly(()=>it({apifyMarginPercentage:nH(),createdAt:lm({offset:!0}).pipe(lg()),startedAt:lm({offset:!0}).pipe(lg()),notifiedAboutFutureChangeAt:lm({offset:!0}).pipe(lg()).nullable().optional(),notifiedAboutChangeAt:lm({offset:!0}).pipe(lg()).nullable().optional(),reasonForChange:nE().nullable().optional(),isPriceChangeNotificationSuppressed:nX().optional(),forceContainsSignificantPriceChange:nX().optional()})),lL=ly(()=>it({tieredEventPriceUsd:nH()})),lz=ly(()=>iu(nE(),lL())),lN=ly(()=>it({eventTitle:nE(),eventDescription:nE(),eventPriceUsd:nH().optional(),eventTieredPricingUsd:lz().optional(),isPrimaryEvent:nX().optional(),isOneTimeEvent:nX().optional()})),lj=ly(()=>lI().extend({pricingModel:ih("PAY_PER_EVENT"),pricingPerEvent:it({actorChargeEvents:iu(nE(),lN()).optional()}),minimalMaxTotalChargeUsd:nH().nullable().optional()})),lD=ly(()=>it({tieredPricePerUnitUsd:nH()})),l$=ly(()=>iu(nE(),lD())),lM=ly(()=>lI().extend({pricingModel:ih("PRICE_PER_DATASET_ITEM"),unitName:nE(),pricePerUnitUsd:nH().optional(),tieredPricing:l$().optional()})),lF=ly(()=>lI().extend({pricingModel:ih("FLAT_PRICE_PER_MONTH"),trialMinutes:nY(),pricePerUnitUsd:nH()})),lB=ly(()=>lI().extend({pricingModel:ih("FREE")})),lq=ly(()=>ia("pricingModel",[lj(),lM(),lF(),lB()])),lW=ly(()=>it({buildId:nE().optional(),buildNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/).nullable().optional(),buildNumberInt:nY().optional(),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional()})),lZ=ly(()=>iu(nE(),lW().nullable())),lK=ly(()=>ip(["NONE","RESIDENTIAL_PROXY_REQUIRED","UNDER_MAINTENANCE"]).or(nE()).nullable()),lV=ly(()=>it({id:nE(),userId:nE(),name:nE(),username:nE(),description:nE().nullable().optional(),restartOnError:nX().optional(),isPublic:nX(),actorPermissionLevel:lx().optional(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),stats:lv(),versions:n5(lA()),pricingInfos:n5(lq()).optional(),defaultRunOptions:lk(),exampleRunInput:lU().nullable().optional(),isDeprecated:nX().nullable().optional(),deploymentKey:nE().optional(),title:nE().nullable().optional(),taggedBuilds:lZ().nullable().optional(),actorStandby:lP().nullable().optional(),readmeSummary:nE().optional(),seoTitle:nE().nullable().optional(),seoDescription:nE().nullable().optional(),pictureUrl:nE().nullable().optional(),standbyUrl:nE().nullable().optional(),notice:lK().optional(),categories:n5(nE()).optional(),isCritical:nX().optional(),isGeneric:nX().optional(),isSourceCodeHidden:nX().optional(),hasNoDataset:nX().optional()})),lJ=ly(()=>it({total:nY(),items:n5(lA())})),lH=ly(()=>it({total:nY(),items:n5(lS())})),lG=ly(()=>ip(["ACTOR.BUILD.ABORTED","ACTOR.BUILD.CREATED","ACTOR.BUILD.FAILED","ACTOR.BUILD.SUCCEEDED","ACTOR.BUILD.TIMED_OUT","ACTOR.RUN.ABORTED","ACTOR.RUN.CREATED","ACTOR.RUN.FAILED","ACTOR.RUN.RESURRECTED","ACTOR.RUN.SUCCEEDED","ACTOR.RUN.TIMED_OUT","TEST"]).or(nE())),lY=ly(()=>it({actorId:nE().nullable().optional(),actorTaskId:nE().nullable().optional(),actorRunId:nE().nullable().optional()})),lQ=ly(()=>ip(["ACTIVE","SUCCEEDED","FAILED"]).or(nE())),lX=ly(()=>it({status:lQ(),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),removedAt:lm({offset:!0}).pipe(lg()).nullable().optional()})),l0=ly(()=>it({totalDispatches:nY().optional()})),l1=ly(()=>it({id:nE(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),userId:nE(),isAdHoc:nX().nullable().optional(),isApifyIntegration:nX().optional(),isEnabled:nX().optional(),actionType:nE().optional(),shouldInterpolateStrings:nX().nullable().optional(),eventTypes:n5(lG()),condition:lY(),ignoreSslErrors:nX(),doNotRetry:nX(),requestUrl:nU({normalize:!0}),lastDispatch:lX().nullable().optional(),stats:l0().nullable().optional()})),l2=ly(()=>lb().extend({items:n5(l1())})),l4=ly(()=>ip(["READY","RUNNING","SUCCEEDED","FAILED","TIMING-OUT","TIMED-OUT","ABORTING","ABORTED"]).or(nE())),l3=ly(()=>ip(["DEVELOPMENT","WEB","API","SCHEDULER","TEST","WEBHOOK","ACTOR","CLI","CI","STANDBY","MCP"]).or(nE())),l6=ly(()=>it({origin:l3(),clientIp:nE().optional(),userAgent:nE().optional()})),l9=ly(()=>it({id:nE(),actId:nE().optional(),userId:nE().optional(),status:l4(),startedAt:lm({offset:!0}).pipe(lg()),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),usageTotalUsd:nH(),buildNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/),buildNumberInt:nY().optional(),meta:l6().optional()})),l8=ly(()=>lb().extend({items:n5(l9())})),l5=ly(()=>it({durationMillis:nY().optional(),runTimeSecs:nH().optional(),computeUnits:nH().optional(),imageSizeBytes:nY().nullable().optional()})),l7=ly(()=>it({useCache:nX().nullable().optional(),betaPackages:nX().nullable().optional(),memoryMbytes:nY().nullable().optional(),diskMbytes:nY().nullable().optional()})),ue=ly(()=>it({ACTOR_COMPUTE_UNITS:nH().nullable().optional()})),ut=ly(()=>it({actorSpecification:ih(1).optional(),name:nE().optional(),version:nE().regex(/^[0-9]+(\.[0-9]+)+$/).optional(),buildTag:nE().optional(),environmentVariables:iu(nE(),nE()).optional(),dockerfile:nE().optional(),dockerContextDir:nE().optional(),readme:nE().nullable().optional(),input:iu(nE(),n2()).nullable().optional(),changelog:nE().nullable().optional(),storages:it({dataset:iu(nE(),n2()).optional()}).optional(),defaultMemoryMbytes:ii([nE(),nY()]).optional(),minMemoryMbytes:nY().min(128).optional(),maxMemoryMbytes:nY().min(128).optional(),usesStandbyMode:nX().optional()})),ur=ly(()=>it({id:nE(),actId:nE(),userId:nE(),startedAt:lm({offset:!0}).pipe(lg()),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),status:l4(),meta:l6(),stats:l5().nullable().optional(),options:l7().nullable().optional(),usage:ue().nullable().optional(),usageTotalUsd:nH().nullable().optional(),usageUsd:ue().nullable().optional(),inputSchema:nE().nullable().optional(),readme:nE().nullable().optional(),buildNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/),actVersion:it({sourceType:lE().optional(),buildTag:nE().optional(),versionNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])$/).optional(),gitRepoUrl:nE().optional(),sourceFiles:n5(lO()).optional()}).optional(),actorDefinition:ut().nullable().optional()})),un=ly(()=>it({origin:l3(),clientIp:nE().nullable().optional(),userAgent:nE().nullable().optional(),scheduleId:nE().nullable().optional(),scheduledAt:lm({offset:!0}).pipe(lg()).nullable().optional()})),ui=ly(()=>it({id:nE(),actId:nE(),userId:nE().optional(),actorTaskId:nE().nullable().optional(),status:l4(),startedAt:lm({offset:!0}).pipe(lg()),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),buildId:nE(),buildNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/).optional(),buildNumberInt:nY().optional(),meta:un(),usageTotalUsd:nH(),defaultKeyValueStoreId:nE(),defaultDatasetId:nE(),defaultRequestQueueId:nE()})),uo=ly(()=>lb().extend({items:n5(ui())})),ua=ly(()=>it({inputBodyLen:nY().min(0).nullable().optional(),migrationCount:nY().min(0).optional(),rebootCount:nY().min(0).optional(),restartCount:nY().min(0).optional(),resurrectCount:nY().min(0).optional(),memAvgBytes:nH().optional(),memMaxBytes:nY().min(0).optional(),memCurrentBytes:nY().min(0).optional(),cpuAvgUsage:nH().optional(),cpuMaxUsage:nH().optional(),cpuCurrentUsage:nH().optional(),netRxBytes:nY().min(0).optional(),netTxBytes:nY().min(0).optional(),durationMillis:nY().min(0).optional(),runTimeSecs:nH().min(0).optional(),metamorph:nY().min(0).optional(),computeUnits:nH().min(0).optional()})),us=ly(()=>it({build:nE(),timeoutSecs:nY().min(0),memoryMbytes:nY().min(128).max(32768),diskMbytes:nY().min(0),maxItems:nY().min(0).nullable().optional(),maxTotalChargeUsd:nH().min(0).nullable().optional()})),ul=ly(()=>ip(["ANYONE_WITH_ID_CAN_READ","ANYONE_WITH_NAME_CAN_READ","FOLLOW_USER_SETTING","RESTRICTED"]).or(nE())),uu=ly(()=>it({ACTOR_COMPUTE_UNITS:nH().nullable().optional(),DATASET_READS:nY().nullable().optional(),DATASET_WRITES:nY().nullable().optional(),KEY_VALUE_STORE_READS:nY().nullable().optional(),KEY_VALUE_STORE_WRITES:nY().nullable().optional(),KEY_VALUE_STORE_LISTS:nY().nullable().optional(),REQUEST_QUEUE_READS:nY().nullable().optional(),REQUEST_QUEUE_WRITES:nY().nullable().optional(),DATA_TRANSFER_INTERNAL_GBYTES:nH().nullable().optional(),DATA_TRANSFER_EXTERNAL_GBYTES:nH().nullable().optional(),PROXY_RESIDENTIAL_TRANSFER_GBYTES:nH().nullable().optional(),PROXY_SERPS:nY().nullable().optional()})),uc=ly(()=>it({ACTOR_COMPUTE_UNITS:nH().nullable().optional(),DATASET_READS:nH().nullable().optional(),DATASET_WRITES:nH().nullable().optional(),KEY_VALUE_STORE_READS:nH().nullable().optional(),KEY_VALUE_STORE_WRITES:nH().nullable().optional(),KEY_VALUE_STORE_LISTS:nH().nullable().optional(),REQUEST_QUEUE_READS:nH().nullable().optional(),REQUEST_QUEUE_WRITES:nH().nullable().optional(),DATA_TRANSFER_INTERNAL_GBYTES:nH().nullable().optional(),DATA_TRANSFER_EXTERNAL_GBYTES:nH().nullable().optional(),PROXY_RESIDENTIAL_TRANSFER_GBYTES:nH().nullable().optional(),PROXY_SERPS:nH().nullable().optional()})),up=ly(()=>it({createdAt:lm({offset:!0}).pipe(lg()),actorId:nE(),buildId:nE(),inputKey:nE().nullable().optional()})),ud=ly(()=>it({id:nE(),actId:nE(),userId:nE(),actorTaskId:nE().nullable().optional(),startedAt:lm({offset:!0}).pipe(lg()),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),status:l4(),statusMessage:nE().nullable().optional(),isStatusMessageTerminal:nX().nullable().optional(),meta:un(),pricingInfo:lq().optional(),stats:ua(),chargedEventCounts:iu(nE(),nY()).optional(),options:us(),buildId:nE(),exitCode:nY().nullable().optional(),generalAccess:ul().nullable().optional(),defaultKeyValueStoreId:nE(),defaultDatasetId:nE(),defaultRequestQueueId:nE(),storageIds:it({datasets:it({default:nE().optional()}).catchall(nE()).optional(),keyValueStores:it({default:nE().optional()}).catchall(nE()).optional(),requestQueues:it({default:nE().optional()}).catchall(nE()).optional()}).optional(),buildNumber:nE().regex(/^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])(\.[1-9][0-9]{0,4})$/).nullable().optional(),containerUrl:nU({normalize:!0}).optional(),isContainerServerReady:nX().nullable().optional(),gitBranchName:nE().nullable().optional(),usage:uu().nullable().optional(),usageTotalUsd:nH().nullable().optional(),usageUsd:uc().nullable().optional(),metamorphs:n5(up()).nullable().optional(),platformUsageBillingModel:nE().optional()})),uf=ly(()=>it({readCount:nY().optional(),writeCount:nY().optional(),storageBytes:nY().optional(),inflatedBytes:nY().optional()})),uh=ly(()=>it({id:nE(),name:nE().nullable().optional(),userId:nE(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),accessedAt:lm({offset:!0}).pipe(lg()),itemCount:nY().min(0),cleanItemCount:nY().min(0),actId:nE().nullable().optional(),actRunId:nE().nullable().optional(),fields:n5(nE()).nullable().optional(),schema:iu(nE(),n2()).nullable().optional(),consoleUrl:nU({normalize:!0}),itemsPublicUrl:nU({normalize:!0}).optional(),urlSigningSecretKey:nE().nullable().optional(),generalAccess:ul().nullable().optional(),stats:uf().optional()})),um=ly(()=>it({min:nH().nullable().optional(),max:nH().nullable().optional(),nullCount:nY().nullable().optional(),emptyCount:nY().nullable().optional()})),ug=ly(()=>it({fieldStatistics:iu(nE(),um()).nullable().optional()})),uy=ly(()=>it({readCount:nY().optional(),writeCount:nY().optional(),deleteCount:nY().optional(),listCount:nY().optional(),s3StorageBytes:nY().optional(),storageBytes:nY().optional()})),ub=ly(()=>it({id:nE(),name:nE().nullable().optional(),userId:nE().nullable().optional(),username:nE().nullable().optional(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),accessedAt:lm({offset:!0}).pipe(lg()),actId:nE().nullable().optional(),actRunId:nE().nullable().optional(),consoleUrl:nU({normalize:!0}).optional(),keysPublicUrl:nU({normalize:!0}).optional(),recordsPublicUrl:nU({normalize:!0}).optional(),schema:iu(nE(),n2()).nullable().optional(),urlSigningSecretKey:nE().nullable().optional(),generalAccess:ul().nullable().optional(),stats:uy().optional()})),uv=ly(()=>it({key:nE(),size:nY(),recordPublicUrl:nU({normalize:!0})})),u_=ly(()=>it({items:n5(uv()),count:nY(),limit:nY(),exclusiveStartKey:nE().nullable().optional(),isTruncated:nX(),nextExclusiveStartKey:nE().nullable().optional()})),uw=ly(()=>nE()),uE=ly(()=>nE()),uS=ly(()=>lm({offset:!0}).pipe(lg())),uR=ly(()=>lm({offset:!0}).pipe(lg())),uO=ly(()=>lm({offset:!0}).pipe(lg())),uT=ly(()=>nY().min(0)),uC=ly(()=>nY().min(0)),uA=ly(()=>nY()),ux=ly(()=>nX()),uk=ly(()=>it({deleteCount:nY().optional(),headItemReadCount:nY().optional(),readCount:nY().optional(),storageBytes:nY().optional(),writeCount:nY().optional()})),uP=ly(()=>it({id:uw(),name:nE().nullable().optional(),userId:uE(),actId:nE().nullable().optional(),actRunId:nE().nullable().optional(),createdAt:uS(),modifiedAt:uR(),accessedAt:uO(),totalRequestCount:uT(),handledRequestCount:uC(),pendingRequestCount:uA(),hadMultipleClients:ux(),consoleUrl:nU({normalize:!0}),stats:uk().optional(),generalAccess:ul().nullable().optional()})),uU=ly(()=>nE()),uI=ly(()=>nE()),uL=ly(()=>ip(["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"]).or(nE())),uz=ly(()=>nY()),uN=ly(()=>iu(nE(),n2())),uj=ly(()=>it({uniqueKey:uU(),url:uI(),method:uL().optional(),retryCount:uz().optional(),loadedUrl:nE().nullable().optional(),payload:ii([nE(),iu(nE(),n2())]).nullable().optional(),headers:iu(nE(),n2()).nullable().optional(),userData:uN().optional(),noRetry:nX().nullable().optional(),errorMessages:n5(nE()).nullable().optional(),handledAt:lm({offset:!0}).pipe(lg()).nullable().optional()})),uD=ly(()=>nE()),u$=ly(()=>uj().extend({id:uD().optional()}).required({id:!0})),uM=ly(()=>it({items:n5(u$()),limit:nY(),exclusiveStartId:nE().optional(),cursor:nE().optional(),nextCursor:nE().optional()})),uF=ly(()=>nX()),uB=ly(()=>nX()),uq=ly(()=>it({requestId:uD(),wasAlreadyPresent:uF(),wasAlreadyHandled:uB()})),uW=ly(()=>it({requestId:uD(),uniqueKey:uU(),wasAlreadyPresent:uF(),wasAlreadyHandled:uB()})),uZ=ly(()=>it({id:uD().optional(),uniqueKey:uU(),url:uI(),method:uL().optional()})),uK=ly(()=>it({processedRequests:n5(uW()),unprocessedRequests:n5(uZ())})),uV=ly(()=>it({uniqueKey:uU().optional(),id:uD()})),uJ=ly(()=>it({uniqueKey:uU(),id:uD().optional()})),uH=ly(()=>ii([uV(),uJ()])),uG=ly(()=>it({processedRequests:n5(uH()),unprocessedRequests:n5(uZ())})),uY=ly(()=>it({unlockedCount:nY()})),uQ=ly(()=>lm({offset:!0}).pipe(lg())),uX=ly(()=>it({lockExpiresAt:uQ()})),u0=ly(()=>nY()),u1=ly(()=>it({id:uD(),uniqueKey:uU(),url:uI(),method:uL().optional(),retryCount:uz().optional()})),u2=ly(()=>it({limit:u0(),queueModifiedAt:uR(),hadMultipleClients:ux(),items:n5(u1())})),u4=ly(()=>it({id:uD(),uniqueKey:uU(),url:uI(),method:uL().optional(),retryCount:uz().optional(),lockExpiresAt:uQ()})),u3=ly(()=>it({limit:u0(),queueModifiedAt:uR(),queueHasLockedRequests:nX().optional(),clientKey:nE().optional(),hadMultipleClients:ux(),lockSecs:nY(),items:n5(u4())})),u6=ly(()=>it({totalRuns:nY().optional()})),u9=ly(()=>it({id:nE(),userId:nE(),actId:nE(),actName:nE().nullable().optional(),name:nE(),username:nE().nullable().optional(),actUsername:nE().nullable().optional(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),stats:u6().nullable().optional()})),u8=ly(()=>lb().extend({items:n5(u9())})),u5=ly(()=>it({build:nE().nullable().optional(),timeoutSecs:nY().nullable().optional(),memoryMbytes:nY().nullable().optional(),maxItems:nY().nullable().optional(),maxTotalChargeUsd:nH().nullable().optional(),restartOnError:nX().nullable().optional()})),u7=ly(()=>iu(nE(),n2())),ce=ly(()=>it({publishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),seoTitle:nE().max(60).nullable().optional(),seoDescription:nE().max(160).nullable().optional(),inputSchemaFields:n5(nE()).nullable().optional(),datasetName:nE().nullable().optional(),datasetView:nE().nullable().optional()})),ct=ly(()=>it({id:nE(),userId:nE(),actId:nE(),name:nE(),username:nE().nullable().optional(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),removedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),stats:u6().nullable().optional(),options:u5().nullable().optional(),input:ii([u7(),n5(u7())]).nullable().optional(),title:nE().nullable().optional(),actorStandby:lP().nullable().optional(),standbyUrl:nU({normalize:!0}).nullable().optional(),isPublic:nX().optional(),publicConfig:ce().nullable().optional()})),cr=ly(()=>it({id:nE(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),userId:nE(),isAdHoc:nX().nullable().optional(),shouldInterpolateStrings:nX().nullable().optional(),eventTypes:n5(lG()),condition:lY(),ignoreSslErrors:nX(),doNotRetry:nX().nullable().optional(),requestUrl:nU({normalize:!0}).nullable().optional(),payloadTemplate:nE().nullable().optional(),headersTemplate:nE().nullable().optional(),description:nE().nullable().optional(),lastDispatch:lX().nullable().optional(),stats:l0().nullable().optional()})),cn=ly(()=>lb().extend({unnamed:nX().optional(),items:n5(ub())})),ci=ly(()=>it({id:nE(),name:nE(),userId:nE(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),accessedAt:lm({offset:!0}).pipe(lg()),itemCount:nY(),cleanItemCount:nY(),actId:nE().nullable().optional(),actRunId:nE().nullable().optional(),title:nE().nullable().optional(),username:nE().optional(),generalAccess:ul().nullable().optional(),stats:uf().optional()})),co=ly(()=>lb().extend({unnamed:nX().optional(),items:n5(ci())})),ca=ly(()=>it({id:uw(),name:nE(),userId:uE(),username:nE(),createdAt:uS(),modifiedAt:uR(),accessedAt:uO(),expireAt:lm({offset:!0}).pipe(lg()).optional(),totalRequestCount:uT(),handledRequestCount:uC(),pendingRequestCount:uA(),actId:nE().nullable().optional(),actRunId:nE().nullable().optional(),hadMultipleClients:ux(),generalAccess:ul().nullable().optional(),stats:uk().optional()})),cs=ly(()=>lb().extend({unnamed:nX().optional(),items:n5(ca())})),cl=ly(()=>it({actionType:nE().optional(),condition:lY().optional(),requestUrl:nU({normalize:!0}).nullable().optional(),isAdHoc:nX().optional()})),cu=ly(()=>it({id:nE(),userId:nE(),webhookId:nE(),createdAt:lm({offset:!0}).pipe(lg()),status:lQ(),eventType:lG(),eventData:it({actorId:nE(),actorRunId:nE().optional(),actorBuildId:nE().optional(),actorTaskId:nE().nullable().optional()}).nullable().optional(),webhook:cl().nullable().optional(),calls:n5(it({startedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),finishedAt:lm({offset:!0}).pipe(lg()).nullable().optional(),errorMessage:nE().nullable().optional(),responseStatus:nY().nullable().optional(),responseBody:nE().nullable().optional()})).optional()})),cc=ly(()=>lb().extend({items:n5(cu())})),cp=ly(()=>it({id:nE(),userId:nE(),name:nE(),cronExpression:nE(),timezone:nE(),isEnabled:nX(),isExclusive:nX(),createdAt:lm({offset:!0}).pipe(lg()),modifiedAt:lm({offset:!0}).pipe(lg()),nextRunAt:lm({offset:!0}).pipe(lg()).nullable().optional(),lastRunAt:lm({offset:!0}).pipe(lg()).nullable().optional()})),cd=ly(()=>it({id:nE(),type:ih("RUN_ACTOR"),actorId:nE()})),cf=ly(()=>it({id:nE(),type:ih("RUN_ACTOR_TASK"),actorTaskId:nE()})),ch=ly(()=>ia("type",[cd(),cf()])),cm=ly(()=>cp().extend({actions:n5(ch())})),cg=ly(()=>lb().extend({items:n5(cm())})),cy=ly(()=>it({body:nE().nullable().optional(),contentType:nE().nullable().optional()})),cb=ly(()=>it({id:nE(),type:ih("RUN_ACTOR"),actorId:nE(),runInput:cy().nullable().optional(),runOptions:u5().nullable().optional()})),cv=ly(()=>it({id:nE(),type:ih("RUN_ACTOR_TASK"),actorTaskId:nE(),input:iu(nE(),n2()).nullable().optional()})),c_=ly(()=>ia("type",[cb(),cv()])),cw=ly(()=>cp().extend({description:nE().nullable().optional(),title:nE().nullable().optional(),notifications:it({email:nX().optional()}).optional(),actions:n5(c_())})),cE=ly(()=>it({message:nE(),level:nE(),createdAt:lm({offset:!0}).pipe(lg())})),cS=ly(()=>it({pricingModel:nE(),apifyMarginPercentage:nH().optional(),createdAt:lm({offset:!0}).pipe(lg()).optional(),startedAt:lm({offset:!0}).pipe(lg()).optional(),notifiedAboutChangeAt:lm({offset:!0}).pipe(lg()).nullable().optional(),notifiedAboutFutureChangeAt:lm({offset:!0}).pipe(lg()).nullable().optional(),isPriceChangeNotificationSuppressed:nX().optional(),forceContainsSignificantPriceChange:nX().optional(),isPPEPlatformUsagePaidByUser:nX().optional(),reasonForChange:nE().nullable().optional(),trialMinutes:nY().nullable().optional(),unitName:nE().nullable().optional(),pricePerUnitUsd:nH().nullable().optional(),minimalMaxTotalChargeUsd:nH().nullable().optional(),pricingPerEvent:iu(nE(),n2()).nullable().optional()})),cR=ly(()=>it({id:nE(),title:nE(),name:nE(),username:nE(),userFullName:nE().nullable().optional(),description:nE().nullable().optional(),categories:n5(nE()).optional(),notice:lK().optional(),pictureUrl:nE().nullable().optional(),userPictureUrl:nU({normalize:!0}).nullable().optional(),url:nU({normalize:!0}).nullable().optional(),stats:lv(),currentPricingInfo:cS().optional(),isWhiteListedForAgenticPayments:nX().nullable().optional(),actorReviewCount:nY().optional(),actorReviewRating:nH().optional(),bookmarkCount:nY().optional(),badge:nE().nullable().optional(),readmeSummary:nE().optional()})),cO=ly(()=>lb().extend({items:n5(cR())})),cT=ly(()=>it({bio:nE().nullable().optional(),name:nE().optional(),pictureUrl:nU({normalize:!0}).nullable().optional(),githubUsername:nE().nullable().optional(),websiteUrl:nU({normalize:!0}).nullable().optional(),twitterUsername:nE().nullable().optional()})),cC=ly(()=>it({name:nE(),description:nE().nullable(),availableCount:nY()})),cA=ly(()=>it({password:nE(),groups:n5(cC())})),cx=ly(()=>iu(nE(),nY())),ck=ly(()=>it({id:nE().optional(),description:nE().optional(),isEnabled:nX().optional(),monthlyBasePriceUsd:nH().optional(),monthlyUsageCreditsUsd:nH().optional(),usageDiscountPercent:nH().optional(),enabledPlatformFeatures:n5(nE()).optional(),maxMonthlyUsageUsd:nH().optional(),maxActorMemoryGbytes:nH().optional(),maxMonthlyActorComputeUnits:nH().optional(),maxMonthlyResidentialProxyGbytes:nH().optional(),maxMonthlyProxySerps:nY().optional(),maxMonthlyExternalDataTransferGbytes:nH().optional(),maxActorCount:nY().optional(),maxActorTaskCount:nY().optional(),dataRetentionDays:nY().optional(),availableProxyGroups:cx(),teamAccountSeatCount:nY().optional(),supportLevel:nE().optional(),availableAddOns:n5(nE()).optional(),tier:nE().optional(),apiRateLimitBoosts:nY().optional(),maxScheduleCount:nY().optional(),maxConcurrentActorRuns:nY().optional(),planPricing:iu(nE(),n2()).optional()})),cP=ly(()=>it({isEnabled:nX(),disabledReason:nE().nullable(),disabledReasonType:nE().nullable(),isTrial:nX(),trialExpirationAt:lm({offset:!0}).pipe(lg()).nullable()})),cU=ly(()=>it({ACTORS:cP(),STORAGE:cP(),SCHEDULER:cP(),PROXY:cP(),PROXY_EXTERNAL_ACCESS:cP(),PROXY_RESIDENTIAL:cP(),PROXY_SERPS:cP(),WEBHOOKS:cP(),ACTORS_PUBLIC_ALL:cP(),ACTORS_PUBLIC_DEVELOPER:cP()})),cI=ly(()=>it({id:nE().optional(),username:nE(),profile:cT().optional(),email:nE().optional(),proxy:cA().optional(),plan:ck().optional(),effectivePlatformFeatures:cU().optional(),createdAt:lm({offset:!0}).pipe(lg()).optional(),isPaying:nX().optional()})),cL=ly(()=>it({startAt:lm({offset:!0}).pipe(lg()),endAt:lm({offset:!0}).pipe(lg())})),cz=ly(()=>it({quantityAbove:nH(),discountPercent:nH(),tierQuantity:nH(),unitPriceUsd:nH(),priceUsd:nH()})),cN=ly(()=>it({quantity:nH(),baseAmountUsd:nH(),baseUnitPriceUsd:nH().optional(),amountAfterVolumeDiscountUsd:nH().optional(),priceTiers:n5(cz()).optional()})),cj=ly(()=>iu(nE(),cN())),cD=ly(()=>iu(nE(),cN())),c$=ly(()=>it({date:lm({offset:!0}).pipe(lg()),serviceUsage:cD(),totalUsageCreditsUsd:nH()})),cM=ly(()=>it({usageCycle:cL(),monthlyServiceUsage:cj(),dailyServiceUsages:n5(c$()),totalUsageCreditsUsdBeforeVolumeDiscount:nH(),totalUsageCreditsUsdAfterVolumeDiscount:nH()})),cF=ly(()=>it({maxMonthlyUsageUsd:nH(),maxMonthlyActorComputeUnits:nH(),maxMonthlyExternalDataTransferGbytes:nH(),maxMonthlyProxySerps:nY(),maxMonthlyResidentialProxyGbytes:nH(),maxActorMemoryGbytes:nH(),maxActorCount:nY(),maxActorTaskCount:nY(),maxConcurrentActorJobs:nY(),maxTeamAccountSeatCount:nY(),dataRetentionDays:nY(),maxScheduleCount:nY().optional()})),cB=ly(()=>it({monthlyUsageUsd:nH(),monthlyActorComputeUnits:nH(),monthlyExternalDataTransferGbytes:nH(),monthlyProxySerps:nY(),monthlyResidentialProxyGbytes:nH(),actorMemoryGbytes:nH(),actorCount:nY(),actorTaskCount:nY(),activeActorJobCount:nY(),teamAccountSeatCount:nY(),scheduleCount:nY().optional()})),cq=ly(()=>it({monthlyUsageCycle:cL(),limits:cF(),current:cB()})),cW=ii([ip(["short","medium","long","noTimeout"]),nH().positive()]).optional(),cZ={timeoutSecs:cW},cK=ie(cZ);let ActorEnvVarClient=class ActorEnvVarClient extends ResourceClient{constructor(e){super({resourcePath:"env-vars",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(lS(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(lS(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}};let ResourceCollectionClient=class ResourceCollectionClient extends ApiClient{async listResources(e,t,r){return sX(await this.httpClient.call({url:this.buildUrl(),method:"GET",params:this.buildParams(t),timeoutSecs:r}),e)}listResourcesPaginated(e,t,r){let{timeoutSecs:n=r,...i}=t;return this.listPaginatedFromCallback(async t=>this.listResources(e,t,n),i)}async createResource(e,t,r){return sX(await this.httpClient.call({url:this.buildUrl(),method:"POST",params:this.buildParams(),data:t,timeoutSecs:r}),e)}async getOrCreateResource(e,t,r,n){return sX(await this.httpClient.call({url:this.buildUrl(),method:"POST",params:this.buildParams({name:t}),data:r,timeoutSecs:n}),e)}};let cV=sY.optional();let ActorEnvVarCollectionClient=class ActorEnvVarCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"env-vars",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.listResourcesPaginated(lH(),{},t)}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,cV);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.createResource(lS(),e,r)}};var cJ=((A={}).Active="ACTIVE",A.Succeeded="SUCCEEDED",A.Failed="FAILED",A),cH=((x={}).SourceFiles="SOURCE_FILES",x.GitRepo="GIT_REPO",x.Tarball="TARBALL",x.GitHubGist="GITHUB_GIST",x.SourceCode="SOURCE_CODE",x),cG=((k={}).RunActor="RUN_ACTOR",k.RunActorTask="RUN_ACTOR_TASK",k),cY=((P={}).Actors="ACTORS",P.Storage="STORAGE",P.ProxySERPS="PROXY_SERPS",P.Scheduler="SCHEDULER",P.Webhooks="WEBHOOKS",P.Proxy="PROXY",P.ProxyExternalAccess="PROXY_EXTERNAL_ACCESS",P);let cQ=nE().min(1);let ActorVersionClient=class ActorVersionClient extends ResourceClient{constructor(e){super({resourcePath:"versions",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(lA(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(lA(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}envVar(e){return sW(e,cQ),new ActorEnvVarClient(this.subResourceOptions({id:e}))}envVars(){return new ActorEnvVarCollectionClient(this.subResourceOptions())}};let cX=sY.optional();let ActorVersionCollectionClient=class ActorVersionCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"versions",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.listResourcesPaginated(lJ(),{},t)}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,cX);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.createResource(lA(),e,r)}};var c0=i(287).Buffer;let c1=ie({raw:nX().optional(),...cZ});let LogClient=class LogClient extends ResourceClient{constructor(e){super({resourcePath:"logs",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="long",...r}=sW(e,c1,"LogOptions"),n={url:this.buildUrl(),method:"GET",params:this.buildParams(r),timeoutSecs:t};try{return(await this.httpClient.call(n)).data}catch(e){s1(e,this.id)}}async stream(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="long",raw:r}=sW(e,c1,"LogOptions"),n={url:this.buildUrl(),method:"GET",params:this.buildParams({stream:!0,raw:r}),responseType:"stream",timeoutSecs:t};try{return(await this.httpClient.call(n)).data}catch(e){s1(e,this.id)}}};let LoggerActorRedirect=class LoggerActorRedirect extends Logger{constructor(e={}){super({skipTime:!0,level:N.DEBUG,...e})}_log(e,t,r,n){let i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(e>this.options.level)return;if(r||n)throw Error("Redirect logger does not use other arguments than level and message");let{prefix:o}=i;o=o?`${o}`:"";let a="";this.options.skipTime||(a=`${new Date().toISOString().replace("Z","").replace("T"," ")} `);let s=`${i0().gray(a)}${i0().cyan(o)}${t||""}`;return this._outputWithConsole(N.INFO,s),s}};let StreamedLog=class StreamedLog{#E;#S=[];#R=/(?:\n|^)(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z)/g;#O;#T;#C=null;#A=!1;constructor(e){let{toLog:t,logClient:r,fromStart:n=!0}=e;this.#E=t,this.#T=r,this.#O=n?null:new Date}start(){if(this.#C)throw Error("Streaming task already active");this.#A=!1,this.#C=this.#x()}async stop(){if(!this.#C)throw Error("Streaming task is not active");this.#A=!0;try{await this.#C}catch(e){if(!(e instanceof Error&&"AbortError"===e.name))throw e}finally{this.#C=null}}async #x(){try{let e=await this.#T.stream({raw:!0});if(!e)return;let t=await this.#k(e),r=c0.from(t).toString().trim();r.length&&this.#E.info(r)}catch(e){i9.warning("Log redirection stopped due to error",e)}}async #k(e){let t=new Uint8Array;for await(let r of e){let e=new Uint8Array(t.length+r.length);e.set(t,0),e.set(r,t.length);let n=e.lastIndexOf(10);if(t=e.slice(n),this.#S.push(c0.from(e.slice(0,n))),this.#P(),this.#A)break}return t}#P(){let e=c0.concat(this.#S).toString().split(this.#R).slice(1),t=e.filter((e,t)=>t%2==0),r=e.filter((e,t)=>t%2!=0);this.#S=[],t.forEach((e,t)=>{let n=r[t];this.#O&&new Date(e)<this.#O||this.#E.info((e+n).trim())})}};let c2=ie({waitForFinish:nH().optional(),...cZ}),c4=ie({waitSecs:nH().optional(),...cZ});let BuildClient=class BuildClient extends ResourceClient{constructor(e){super({resourcePath:"actor-builds",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t,...r}=sW(e,c2,"BuildClientGetOptions");return this.getResource(ur(),r,this.timeoutForWaitForFinish(t,"short",r.waitForFinish))}async abort(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("abort"),method:"POST",params:this.buildParams(),timeoutSecs:t}),ur())}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async getOpenApiDefinition(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium"}=sW(e,cK,"TimeoutOptions");return(await this.httpClient.call({url:this.buildUrl("openapi.json"),method:"GET",params:this.buildParams(),timeoutSecs:t})).data}async waitForFinish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,c4,"BuildClientWaitForFinishOptions");return this.waitForJobFinish(ur(),t)}log(){return new LogClient(this.subResourceOptions({resourcePath:"log"}))}};let c3=ie({...s7,desc:nX().optional(),...cZ});let BuildCollectionClient=class BuildCollectionClient extends ResourceCollectionClient{constructor(e){super({...e,resourcePath:e.resourcePath||"actor-builds"})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,c3,"BuildCollectionClientListOptions");return this.listResourcesPaginated(l8(),t,"medium")}};let c6=ix(sG,"Expected an object"),c9=ie({clean:nX().optional(),desc:nX().optional(),flatten:n5(nE()).optional(),fields:n5(nE()).optional(),omit:n5(nE()).optional(),...s7,skipEmpty:nX().optional(),skipHidden:nX().optional(),unwind:ii([nE(),n5(nE())]).optional(),view:nE().optional(),signature:nE().optional(),...cZ}),c8=ie({attachment:nX().optional(),bom:nX().optional(),clean:nX().optional(),delimiter:nE().optional(),desc:nX().optional(),flatten:n5(nE()).optional(),fields:n5(nE()).optional(),omit:n5(nE()).optional(),limit:nH().min(0).optional(),offset:nH().min(0).optional(),skipEmpty:nX().optional(),skipHeaderRow:nX().optional(),skipHidden:nX().optional(),unwind:ii([nE(),n5(nE())]).optional(),view:nE().optional(),xmlRoot:nE().optional(),xmlRow:nE().optional(),signature:nE().optional(),...cZ}),c5=ii([c6,nE(),n5(ii([c6,nE()]))]),c7=ie({clean:nX().optional(),desc:nX().optional(),flatten:n5(nE()).optional(),fields:n5(nE()).optional(),omit:n5(nE()).optional(),limit:nH().min(0).optional(),offset:nH().min(0).optional(),skipEmpty:nX().optional(),skipHidden:nX().optional(),unwind:ii([nE(),n5(nE())]).optional(),view:nE().optional(),expiresInSecs:nH().optional(),...cZ});let DatasetClient=class DatasetClient extends ResourceClient{constructor(e){super({resourcePath:"datasets",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(uh(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(uh(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}listItems(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let{timeoutSecs:r="long",...n}=sW(e,c9,"DatasetClientListItemOptions"),i=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=await t.httpClient.call({url:t.buildUrl("items"),method:"GET",params:t.buildParams(e),timeoutSecs:r});return t.#U(n,e.desc??!1)};return this.listPaginatedFromCallback(i,n)}async downloadItems(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pt);let{timeoutSecs:r="long",...n}=sW(t,c8,"DatasetClientDownloadItemsOptions"),{data:i}=await this.httpClient.call({url:this.buildUrl("items"),method:"GET",params:this.buildParams({format:e,...n}),forceBuffer:!0,timeoutSecs:r});return i}async pushItems(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,c5);let{timeoutSecs:r="medium"}=sW(t,cK,"TimeoutOptions");await this.httpClient.call({url:this.buildUrl("items"),method:"POST",headers:{"content-type":"application/json; charset=utf-8"},data:e,params:this.buildParams(),doNotRetryTimeouts:!0,timeoutSecs:r})}async getStatistics(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("statistics"),method:"GET",params:this.buildParams(),timeoutSecs:t}),ug())}async createItemsPublicUrl(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="long",expiresInSecs:r,...n}=sW(e,c7,"DatasetClientCreateItemsUrlOptions"),i=await this.get({timeoutSecs:t}),o=new URL(this.buildPublicUrl("items"));if(i?.urlSigningSecretKey){let e=await sN({resourceId:i.id,urlSigningSecretKey:i.urlSigningSecretKey,expiresInMillis:r?1e3*r:void 0});o.searchParams.set("signature",e)}return(o=lt(o,n)).toString()}#U(e,t){return Object.defineProperty({items:e.data,total:Number(e.headers["x-apify-pagination-total"]),offset:Number(e.headers["x-apify-pagination-offset"]),count:e.data.length,limit:Number(e.headers["x-apify-pagination-limit"]),desc:JSON.parse(e.headers["x-apify-pagination-desc"]??t)},le,{value:Number(e.headers["x-apify-pagination-count"])||0})}};var pe=((U={}).JSON="json",U.JSONL="jsonl",U.XML="xml",U.HTML="html",U.CSV="csv",U.XLSX="xlsx",U.RSS="rss",U);let pt=ip([...new Set(Object.values(pe).map(e=>e.toLowerCase()))]),pr=ie({limit:nH().min(0).optional(),exclusiveStartKey:nE().optional(),collection:nE().optional(),prefix:nE().optional(),signature:nE().optional(),...cZ}),pn=nE().min(1),pi=ie({limit:nH().min(0).optional(),exclusiveStartKey:nE().optional(),collection:nE().optional(),prefix:nE().optional(),expiresInSecs:nH().optional(),...cZ}),po=nE(),pa=ie({buffer:nX().optional(),stream:nX().optional(),disableRedirect:nX().optional(),signature:nE().optional(),...cZ}),ps=ie({key:nE(),value:ix(e=>void 0!==e&&"symbol"!=typeof e&&"bigint"!=typeof e&&"function"!=typeof e&&("number"!=typeof e||Number.isFinite(e)),"Expected a JSON-serializable value, binary data, or a stream"),contentType:nE().min(1).optional()}),pl=ie({...cZ,doNotRetryTimeouts:nX().optional()});let KeyValueStoreClient=class KeyValueStoreClient extends ResourceClient{constructor(e){super({resourcePath:"key-value-stores",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(ub(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="long"}=sW(t,cK,"TimeoutOptions");return this.updateResource(ub(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}listKeys(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let{timeoutSecs:r="medium",...n}=sW(e,pr,"KeyValueClientListKeysOptions"),i=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return sX(await t.httpClient.call({url:t.buildUrl("keys"),method:"GET",params:t.buildParams(e),timeoutSecs:r}),u_())},o=i(n);async function*a(){let e=await o;yield*e.items;let t=n.limit?n.limit-e.items.length:void 0;for(;e.items.length>0&&null!=e.nextExclusiveStartKey&&(void 0===t||t>0);){let r={...n,limit:t,exclusiveStartKey:e.nextExclusiveStartKey};e=await i(r),yield*e.items,t&&(t-=e.items.length)}}return Object.defineProperty(o,Symbol.asyncIterator,{value:a})}async getRecordPublicUrl(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pn);let{timeoutSecs:r="long"}=sW(t,cK,"TimeoutOptions"),n=await this.get({timeoutSecs:r}),i=new URL(this.buildPublicUrl(["records",e]));if(n?.urlSigningSecretKey){let t=await sz(n.urlSigningSecretKey,e);i.searchParams.append("signature",t)}return i.toString()}async createKeysPublicUrl(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="long",expiresInSecs:r,...n}=sW(e,pi,"KeyValueClientCreateKeysUrlOptions"),i=await this.get({timeoutSecs:t}),o=new URL(this.buildPublicUrl("keys"));if(i?.urlSigningSecretKey){let e=await sN({resourceId:i.id,urlSigningSecretKey:i.urlSigningSecretKey,expiresInMillis:r?1e3*r:void 0});o.searchParams.set("signature",e)}return(o=lt(o,n)).toString()}async recordExists(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{timeoutSecs:r="long"}=sW(t,cK,"TimeoutOptions"),n={url:this.buildUrl(["records",e]),method:"HEAD",params:this.buildParams(),timeoutSecs:r};try{return await this.httpClient.call(n),!0}catch(e){s0(e)}return!1}async getRecord(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,po);let r=sW(t,pa,"KeyValueClientGetRecordOptions");if(r.stream&&1)throw Error("The stream option can only be used in Node.js environment.");"disableRedirect"in r&&i9.deprecated("The disableRedirect option for getRecord() is deprecated. It has no effect and will be removed in the following major release.");let n={attachment:"true"};r.signature&&(n.signature=r.signature);let i={url:this.buildUrl(["records",e]),method:"GET",params:this.buildParams(n),timeoutSecs:r.timeoutSecs??"long"};r.buffer&&(i.forceBuffer=!0),r.stream&&(i.responseType="stream");try{let t=await this.httpClient.call(i);return{key:e,value:t.data,contentType:t.headers["content-type"]}}catch(e){s0(e)}}async setRecord(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,ps);let r=sW(t,pl,"KeyValueStoreRecordOptions"),{key:n}=e,{value:i,contentType:o}=e,{timeoutSecs:a="long",doNotRetryTimeouts:s}=r,l=s5(i)||s9(i);if(o||(o=l?"application/octet-stream":"string"==typeof i?"text/plain; charset=utf-8":"application/json; charset=utf-8"),o.startsWith("application/json")&&!l&&"string"!=typeof i)try{i=JSON.stringify(i,null,2)}catch(e){throw Error(`The record value cannot be stringified to JSON. Please provide other content type.
63
+ Cause: ${e.message}`)}let u={url:this.buildUrl(["records",n]),method:"PUT",params:this.buildParams(),data:i,headers:o?{"content-type":o}:void 0,doNotRetryTimeouts:s,timeoutSecs:a};await this.httpClient.call(u)}async deleteRecord(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,po);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");await this.httpClient.call({url:this.buildUrl(["records",e]),method:"DELETE",params:this.buildParams(),timeoutSecs:r})}};let pu=ie({limit:nH().min(0).optional(),...cZ}),pc=ie({lockSecs:nH(),limit:nH().min(0).optional(),...cZ}),pp=ix(e=>sG(e)&&void 0===e.id,"Expected a request object without an `id`"),pd=ie({forefront:nX().optional(),...cZ}),pf=n5(pp).min(1),ph=nX().optional(),pm=nH().optional(),pg=n5(ix(e=>sG(e)&&("string"==typeof e.id||"string"==typeof e.uniqueKey),"Expected a request object with an `id` or a `uniqueKey`")).min(1).max(25),py=nE(),pb=ix(e=>sG(e)&&"string"==typeof e.id,"Expected a request object with an `id`"),pv=ie({lockSecs:nH(),forefront:nX().optional(),...cZ}),p_=n5(ip(["locked","pending"])).min(1),pw=ie({limit:nH().min(0).optional(),cursor:nE().optional(),filter:p_.optional(),...cZ}),pE=ie({limit:nH().min(0).optional(),maxPageLimit:nH().default(1e3),cursor:nE().optional(),filter:p_.optional(),...cZ});let RequestQueueClient=class RequestQueueClient extends ResourceClient{#I;#L;constructor(e,t={}){super({resourcePath:"request-queues",...e}),this.#I=t.clientKey,this.#L=t.timeoutSecs}#z(e,t){return void 0!==e?e:void 0===this.#L||this.httpClient.timeoutMillis[t]/1e3<=this.#L?t:this.#L}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t}=sW(e,cK,"TimeoutOptions");return this.getResource(uP(),{},this.#z(t,"short"))}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r}=sW(t,cK,"TimeoutOptions");return this.updateResource(uP(),e,this.#z(r,"short"))}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t}=sW(e,cK,"TimeoutOptions");return this.deleteResource(this.#z(t,"short"))}async listHead(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pu,"RequestQueueClientListHeadOptions");return sX(await this.httpClient.call({url:this.buildUrl("head"),method:"GET",timeoutSecs:this.#z(t.timeoutSecs,"short"),params:this.buildParams({limit:t.limit,clientKey:this.#I})}),u2())}async listAndLockHead(e){let t=sW(e,pc,"RequestQueueClientListAndLockHeadOptions");return sX(await this.httpClient.call({url:this.buildUrl("head/lock"),method:"POST",timeoutSecs:this.#z(t.timeoutSecs,"medium"),params:this.buildParams({limit:t.limit,lockSecs:t.lockSecs,clientKey:this.#I})}),u3())}async addRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pp);let r=sW(t,pd,"RequestQueueClientAddRequestOptions");return sX(await this.httpClient.call({url:this.buildUrl("requests"),method:"POST",timeoutSecs:this.#z(r.timeoutSecs,"short"),data:e,params:this.buildParams({forefront:r.forefront,clientKey:this.#I})}),uq())}async addRequestBatch(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=sW(t,pd,"RequestQueueClientAddRequestOptions");return sX(await this.httpClient.call({url:this.buildUrl("requests/batch"),method:"POST",timeoutSecs:this.#z(r.timeoutSecs,"medium"),headers:{"content-type":"application/json"},data:`[${e.map(e=>{let{json:t}=e;return t}).join(",")}]`,params:this.buildParams({forefront:r.forefront,clientKey:this.#I})}),uK())}async addRequestBatchWithRetries(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{forefront:r,timeoutSecs:n,maxUnprocessedRequestsRetries:i=3,minDelayBetweenUnprocessedRequestsRetriesMillis:o=500}=t,a=e,s=[],l=[];for(let t=0;t<1+i;t++){try{let i=await this.addRequestBatch(a,{forefront:r,timeoutSecs:n});s.push(...i.processedRequests),l=i.unprocessedRequests,0!==l.length&&this.httpClient.stats.addRateLimitError(t+1);let o=s.map(e=>{let{uniqueKey:t}=e;return t});if(a=e.filter(e=>{let{request:t}=e;return!o.includes(t.uniqueKey)}),0===a.length)break}catch(r){if(r instanceof ResponseValidationError)throw r;i9.exception(r,"Request batch insert failed");let t=s.map(e=>{let{uniqueKey:t}=e;return t});l=e.filter(e=>{let{request:r}=e;return!t.includes(r.uniqueKey)}).map(e=>{let{request:{method:t,uniqueKey:r,url:n}}=e;return{method:t,uniqueKey:r,url:n}});break}let i=Math.floor((1+Math.random())*2**t*o);await new Promise(e=>{setTimeout(e,i)})}return{processedRequests:s,unprocessedRequests:l}}async batchAddRequests(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{forefront:r,timeoutSecs:n,maxUnprocessedRequestsRetries:i=3,maxParallel:o=5,minDelayBetweenUnprocessedRequestsRetriesMillis:a=500}=t;sW(e,pf),sW(r,ph),sW(n,cW),sW(i,pm),sW(o,pm),sW(a,pm);let s=new Set,l=[],u=9437184-Math.ceil(9437184*1e-4);for(let r of function(e,t){let{maxCount:r,maxByteLength:n}=t,i=[],o=[],a=1;for(let t of e)o.length>0&&(o.length>=r||a+t.byteLength+1>n)&&(i.push(o),o=[],a=1),o.push(t),a+=t.byteLength+1;return o.length>0&&i.push(o),i}(e.map((e,t)=>{let r=JSON.stringify(e),n=new Blob([r]).size;if(n+2>u)throw Error(`RequestQueueClient.batchAddRequests: The size of the request with index: ${t} exceeds the maximum allowed size (${u} bytes).`);return{request:e,json:r,byteLength:n}}),{maxCount:25,maxByteLength:u})){let e=this.addRequestBatchWithRetries(r,t);s.add(e),e.then(t=>{s.delete(e),l.push(t)},()=>void 0),s.size>=o&&await Promise.race(s)}await Promise.all(s);let c={processedRequests:[],unprocessedRequests:[]};return l.forEach(e=>{let{processedRequests:t,unprocessedRequests:r}=e;c.processedRequests.push(...t),c.unprocessedRequests.push(...r)}),c}async batchDeleteRequests(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pg);let{timeoutSecs:r}=sW(t,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("requests/batch"),method:"DELETE",timeoutSecs:this.#z(r,"short"),data:e,params:this.buildParams({clientKey:this.#I})}),uG())}async getRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,py);let{timeoutSecs:r}=sW(t,cK,"TimeoutOptions"),n={url:this.buildUrl(["requests",e]),method:"GET",timeoutSecs:this.#z(r,"short"),params:this.buildParams()};try{let e=await this.httpClient.call(n);return sX(e,u$())}catch(e){s0(e)}}async updateRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pb);let r=sW(t,pd,"RequestQueueClientAddRequestOptions");return sX(await this.httpClient.call({url:this.buildUrl(["requests",e.id]),method:"PUT",timeoutSecs:this.#z(r.timeoutSecs,"medium"),data:e,params:this.buildParams({forefront:r.forefront,clientKey:this.#I})}),uq())}async deleteRequest(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,py);let{timeoutSecs:r}=sW(t,cK,"TimeoutOptions");await this.httpClient.call({url:this.buildUrl(["requests",e]),method:"DELETE",timeoutSecs:this.#z(r,"short"),params:this.buildParams({clientKey:this.#I})})}async prolongRequestLock(e,t){sW(e,py);let r=sW(t,pv,"RequestQueueClientProlongRequestLockOptions");return sX(await this.httpClient.call({url:this.buildUrl(["requests",e,"lock"]),method:"PUT",timeoutSecs:this.#z(r.timeoutSecs,"medium"),params:this.buildParams({forefront:r.forefront,lockSecs:r.lockSecs,clientKey:this.#I})}),uX())}async deleteRequestLock(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,py);let r=sW(t,pd,"RequestQueueClientDeleteRequestLockOptions");await this.httpClient.call({url:this.buildUrl(["requests",e,"lock"]),method:"DELETE",timeoutSecs:this.#z(r.timeoutSecs,"short"),params:this.buildParams({forefront:r.forefront,clientKey:this.#I})})}listRequests(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=this;let{timeoutSecs:r,...n}=sW(e,pw,"RequestQueueClientListRequestsOptions"),i=this.#z(r,"medium"),o=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return sX(await t.httpClient.call({url:t.buildUrl("requests"),method:"GET",timeoutSecs:i,params:t.buildParams({...e,filter:e.filter?e.filter.join(","):void 0,clientKey:t.#I})}),uM())},a=o(n);async function*s(){let e=await a;yield*e.items;let t=n.limit?n.limit-e.items.length:void 0;for(;e.items.length>0&&e.nextCursor&&(void 0===t||t>0);){let r={...n,limit:t,cursor:e.nextCursor};e=await o(r),yield*e.items,t&&(t-=e.items.length)}}return Object.defineProperty(a,Symbol.asyncIterator,{value:s})}async unlockRequests(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("requests/unlock"),method:"POST",timeoutSecs:this.#z(t,"long"),params:this.buildParams({clientKey:this.#I})}),uY())}paginateRequests(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{limit:t,cursor:r,filter:n,maxPageLimit:i,timeoutSecs:o}=sW(e,pE,"RequestQueueClientPaginateRequestsOptions");return new RequestQueuePaginationIterator({getPage:async e=>this.listRequests({...e,filter:n,timeoutSecs:o}),limit:t,cursor:r,maxPageLimit:i})}};let pS=ie({waitForFinish:nH().optional(),...cZ}),pR=ie({gracefully:nX().optional(),...cZ}),pO=nE(),pT=ie({contentType:nE().optional(),build:nE().optional(),...cZ}),pC=ie({build:nE().optional(),memory:nH().optional(),runTimeoutSecs:nH().optional(),maxItems:nH().optional(),maxTotalChargeUsd:nH().optional(),restartOnError:nX().optional(),...cZ}),pA=ie({eventName:nE(),count:nH().default(1),idempotencyKey:nE().optional(),...cZ}),px=ie({waitSecs:nH().optional(),...cZ});let RunClient=class RunClient extends ResourceClient{constructor(e){super({...e,resourcePath:e.resourcePath||"actor-runs"})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t,...r}=sW(e,pS,"RunGetOptions");return this.getResource(ud(),r,this.timeoutForWaitForFinish(t,"short",r.waitForFinish))}async abort(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium",...r}=sW(e,pR,"RunAbortOptions");return sX(await this.httpClient.call({url:this.buildUrl("abort"),method:"POST",params:this.buildParams(r),timeoutSecs:t}),ud())}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async metamorph(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};sW(e,pO);let n=sW(r,pT,"RunMetamorphOptions"),i={targetActorId:this.toSafeId(e),build:n.build},o={url:this.buildUrl("metamorph"),method:"POST",data:t,params:this.buildParams(i),stringifyFunctions:!0,timeoutSecs:n.timeoutSecs??"medium"};return n.contentType&&(o.headers={"content-type":n.contentType}),sX(await this.httpClient.call(o),ud())}async reboot(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium"}=sW(e,cK,"TimeoutOptions"),r={url:this.buildUrl("reboot"),method:"POST",timeoutSecs:t};return sX(await this.httpClient.call(r),ud())}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(ud(),e,r)}async resurrect(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium",runTimeoutSecs:r,...n}=sW(e,pC,"RunResurrectOptions");return sX(await this.httpClient.call({url:this.buildUrl("resurrect"),method:"POST",params:this.buildParams({...n,timeout:r}),timeoutSecs:t}),ud())}async charge(e){let{eventName:t,count:r,idempotencyKey:n,timeoutSecs:i="short"}=sW(e,pA,"RunChargeOptions"),o=(Math.random()+1).toString(36).slice(3,8),a=n??`${this.id}-${t}-${Date.now()}-${o}`,s={url:this.buildUrl("charge"),method:"POST",data:{eventName:t,count:r},headers:{"idempotency-key":a},timeoutSecs:i};return await this.httpClient.call(s)}async waitForFinish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,px,"RunWaitForFinishOptions");return this.waitForJobFinish(ud(),t)}dataset(){return new DatasetClient(this.subResourceOptions({resourcePath:"dataset"}))}keyValueStore(){return new KeyValueStoreClient(this.subResourceOptions({resourcePath:"key-value-store"}))}requestQueue(){return new RequestQueueClient(this.subResourceOptions({resourcePath:"request-queue"}))}log(){return new LogClient(this.subResourceOptions({resourcePath:"log"}))}async getStreamedLog(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};sW(e.timeoutSecs,cW);let{fromStart:t=!0,timeoutSecs:r="long"}=e,{toLog:n}=e}};let pk=ip(ij),pP=ie({...s7,desc:nX().optional(),status:ii([pk,n5(pk)]).optional(),startedBefore:ii([n9(),nE()]).optional(),startedAfter:ii([n9(),nE()]).optional(),...cZ});let RunCollectionClient=class RunCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"runs",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pP,"RunCollectionListOptions");return this.listResourcesPaginated(uo(),t,"medium")}};let pU=ie({...s7,desc:nX().optional(),...cZ}),pI=sY.optional();let WebhookCollectionClient=class WebhookCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"webhooks",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pU,"WebhookCollectionListOptions");return this.listResourcesPaginated(l2(),t,"medium")}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pI);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.createResource(cr(),e,r)}};let pL=ie({build:nE().optional(),contentType:nE().optional(),memory:nH().optional(),runTimeoutSecs:nH().min(0).optional(),waitForFinish:nH().optional(),webhooks:n5(sY).optional(),maxItems:nH().min(0).optional(),maxTotalChargeUsd:nH().min(0).optional(),restartOnError:nX().optional(),forcePermissionLevel:ip(iq).optional(),...cZ}),pz=ie({build:nE().optional(),contentType:nE().optional(),memory:nH().optional(),runTimeoutSecs:nH().min(0).optional(),waitSecs:nH().min(0).optional(),webhooks:n5(sY).optional(),maxItems:nH().min(0).optional(),maxTotalChargeUsd:nH().min(0).optional(),log:ii([new n0({type:"null",...er(void 0)}),function(e,t={}){let r=new iA({type:"custom",check:"custom",fn:t=>t instanceof e,abort:!0,...er(t)});return r._zod.bag.Class=e,r._zod.check=t=>{t.value instanceof e||t.issues.push({code:"invalid_type",expected:e.name,input:t.value,inst:r,path:[...r._zod.def.path??[]]})},r}(Log),ih("default")]).optional(),restartOnError:nX().optional(),forcePermissionLevel:ip(iq).optional(),...cZ}),pN=ie({build:nE().optional(),contentType:nE().optional(),...cZ}),pj=nE().min(1),pD=ie({betaPackages:nX().optional(),tag:nE().optional(),useCache:nX().optional(),waitForFinish:nH().optional(),...cZ}),p$=ie({waitForFinish:nH().optional(),...cZ}),pM=ie({status:ip(ij).optional(),origin:ip(i$).optional()});let ActorClient=class ActorClient extends ResourceClient{constructor(e){super({resourcePath:"actors",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(lV(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(lV(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async start(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=sW(t,pL,"ActorStartOptions"),{waitForFinish:n,runTimeoutSecs:i,memory:o,build:a,maxItems:s,maxTotalChargeUsd:l,restartOnError:u,forcePermissionLevel:c,timeoutSecs:p}=r,d={waitForFinish:n,timeout:i,memory:o,build:a,webhooks:s2(r.webhooks),maxItems:s,maxTotalChargeUsd:l,restartOnError:u,forcePermissionLevel:c},f={url:this.buildUrl("runs"),method:"POST",data:e,params:this.buildParams(d),stringifyFunctions:!0,timeoutSecs:this.timeoutForWaitForFinish(p,"medium",n)};return r.contentType&&(f.headers={"content-type":r.contentType}),sX(await this.httpClient.call(f),ud())}async call(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{waitSecs:r,log:n,timeoutSecs:i="noTimeout",...o}=sW(t,pz,"ActorCallOptions"),{id:a}=await this.start(e,{...o,timeoutSecs:i}),s=this.apifyClient.run(a),l=await s.getStreamedLog({toLog:n});return l?.start(),this.apifyClient.run(a).waitForFinish({waitSecs:r,timeoutSecs:i}).finally(async()=>{await l?.stop()})}async validateInput(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=sW(t,pN,"ActorValidateInputOptions"),n={url:this.buildUrl("validate-input"),method:"POST",data:e,params:this.buildParams({build:r.build}),stringifyFunctions:!0,timeoutSecs:r.timeoutSecs??"short"};return r.contentType&&(n.headers={"content-type":r.contentType}),(await this.httpClient.call(n)).data.valid}async build(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pj);let{timeoutSecs:r,...n}=sW(t,pD,"ActorBuildOptions");return sX(await this.httpClient.call({url:this.buildUrl("builds"),method:"POST",params:this.buildParams({version:e,...n}),timeoutSecs:this.timeoutForWaitForFinish(r,"medium",n.waitForFinish)}),ur())}async defaultBuild(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t,...r}=sW(e,p$,"BuildClientGetOptions"),{id:n}=sX(await this.httpClient.call({url:this.buildUrl("builds/default"),method:"GET",params:this.buildParams(r),timeoutSecs:this.timeoutForWaitForFinish(t,"short",r.waitForFinish)}),ur());return new BuildClient({baseUrl:this.apifyClient.baseUrl,publicBaseUrl:this.apifyClient.publicBaseUrl,httpClient:this.httpClient,apifyClient:this.apifyClient,id:n})}lastRun(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pM,"ActorLastRunOptions");return new RunClient(this.subResourceOptions({id:"last",params:this.buildParams(t),resourcePath:"runs"}))}builds(){return new BuildCollectionClient(this.subResourceOptions({resourcePath:"builds"}))}runs(){return new RunCollectionClient(this.subResourceOptions({resourcePath:"runs"}))}version(e){return sW(e,pj),new ActorVersionClient(this.subResourceOptions({id:e}))}versions(){return new ActorVersionCollectionClient(this.subResourceOptions())}webhooks(){return new WebhookCollectionClient(this.subResourceOptions())}};let pF=sY.optional();let ActorCollectionClient=class ActorCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"actors",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pq,"ActorCollectionListOptions");return this.listResourcesPaginated(lw(),t,"medium")}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pF);let{timeoutSecs:r="medium"}=sW(t,cK,"TimeoutOptions");return this.createResource(lV(),e,r)}};var pB=((I={}).CREATED_AT="createdAt",I.LAST_RUN_STARTED_AT="stats.lastRunStartedAt",I);let pq=ie({my:nX().optional(),...s7,desc:nX().optional(),sortBy:ip(pB).optional(),...cZ}),pW=ie({unnamed:nX().optional(),...s7,desc:nX().optional(),ownership:ip(iW).optional(),...cZ}),pZ=nE().optional(),pK=sY.optional();let DatasetCollectionClient=class DatasetCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"datasets",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pW,"DatasetCollectionClientListOptions");return this.listResourcesPaginated(co(),t,"medium")}async getOrCreate(e,t){sW(e,pZ),sW(t?.schema,pK),sW(t?.timeoutSecs,cW);let{timeoutSecs:r="short",...n}=t??{},i=Object.keys(n).length>0;return this.getOrCreateResource(uh(),e,i?n:void 0,r)}};let pV=ie({unnamed:nX().optional(),...s7,desc:nX().optional(),ownership:ip(iW).optional(),...cZ}),pJ=nE().optional(),pH=sY.optional();let KeyValueStoreCollectionClient=class KeyValueStoreCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"key-value-stores",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pV,"KeyValueStoreCollectionClientListOptions");return this.listResourcesPaginated(cn(),t,"medium")}async getOrCreate(e,t){sW(e,pJ),sW(t?.schema,pH),sW(t?.timeoutSecs,cW);let{timeoutSecs:r="short",...n}=t??{},i=Object.keys(n).length>0;return this.getOrCreateResource(ub(),e,i?n:void 0,r)}};let pG=ie({unnamed:nX().optional(),...s7,desc:nX().optional(),ownership:ip(iW).optional(),...cZ}),pY=nE().optional();let RequestQueueCollectionClient=class RequestQueueCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"request-queues",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pG,"RequestQueueCollectionListOptions");return this.listResourcesPaginated(cs(),t,"medium")}async getOrCreate(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,pY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.getOrCreateResource(uP(),e,void 0,r)}};let pQ=n5(cE());let ScheduleClient=class ScheduleClient extends ResourceClient{constructor(e){super({resourcePath:"schedules",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(cw(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(cw(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async getLog(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("log"),method:"GET",params:this.buildParams(),timeoutSecs:t}),pQ)}};let pX=ie({...s7,desc:nX().optional(),...cZ}),p0=sY.optional();let ScheduleCollectionClient=class ScheduleCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"schedules",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,pX,"ScheduleCollectionListOptions");return this.listResourcesPaginated(cg(),t,"medium")}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,p0);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.createResource(cw(),e,r)}};let p1=ie({...s7,search:nE().optional(),sortBy:nE().optional(),category:nE().optional(),username:nE().optional(),pricingModel:nE().optional(),includeUnrunnableActors:nX().optional(),...cZ});let StoreCollectionClient=class StoreCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"store",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,p1,"StoreCollectionListOptions");return this.listResourcesPaginated(cO(),t,"medium")}};let p2=sY.optional(),p4=ie({build:nE().optional(),memory:nH().optional(),runTimeoutSecs:nH().min(0).optional(),waitForFinish:nH().optional(),webhooks:n5(sY).optional(),maxItems:nH().min(0).optional(),maxTotalChargeUsd:nH().min(0).optional(),restartOnError:nX().optional(),...cZ}),p3=ie({build:nE().optional(),memory:nH().optional(),runTimeoutSecs:nH().min(0).optional(),waitSecs:nH().min(0).optional(),webhooks:n5(sY).optional(),maxItems:nH().min(0).optional(),maxTotalChargeUsd:nH().min(0).optional(),restartOnError:nX().optional(),...cZ}),p6=ie({status:ip(ij).optional(),origin:ip(i$).optional()});let TaskClient=class TaskClient extends ResourceClient{constructor(e){super({resourcePath:"actor-tasks",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(ct(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(ct(),e,r)}async publish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.update({isPublic:!0},e)}async unpublish(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.update({isPublic:!1},e)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async start(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,p2);let r=sW(t,p4,"TaskStartOptions"),{waitForFinish:n,runTimeoutSecs:i,memory:o,build:a,maxItems:s,maxTotalChargeUsd:l,restartOnError:u,timeoutSecs:c}=r,p={waitForFinish:n,timeout:i,memory:o,build:a,webhooks:s2(r.webhooks),maxItems:s,maxTotalChargeUsd:l,restartOnError:u},d={url:this.buildUrl("runs"),method:"POST",data:e,params:this.buildParams(p),stringifyFunctions:!0,headers:{"Content-Type":"application/json"},timeoutSecs:this.timeoutForWaitForFinish(c,"medium",n)};return sX(await this.httpClient.call(d),ud())}async call(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,p2);let{waitSecs:r,timeoutSecs:n="noTimeout",...i}=sW(t,p3,"TaskCallOptions"),{id:o}=await this.start(e,{...i,timeoutSecs:n});return this.apifyClient.run(o).waitForFinish({waitSecs:r,timeoutSecs:n})}async getInput(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return(await this.httpClient.call({url:this.buildUrl("input"),method:"GET",params:this.buildParams(),timeoutSecs:t})).data}async updateInput(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return(await this.httpClient.call({url:this.buildUrl("input"),method:"PUT",params:this.buildParams(),data:e,timeoutSecs:r})).data}lastRun(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,p6,"TaskLastRunOptions");return new RunClient(this.subResourceOptions({id:"last",params:this.buildParams(t),resourcePath:"runs"}))}runs(){return new RunCollectionClient(this.subResourceOptions({resourcePath:"runs"}))}webhooks(){return new WebhookCollectionClient(this.subResourceOptions())}};let p9=ie({...s7,desc:nX().optional(),...cZ});let TaskCollectionClient=class TaskCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"actor-tasks",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,p9,"TaskCollectionListOptions");return this.listResourcesPaginated(u8(),t,"medium")}async create(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="medium"}=sW(t,cK,"TimeoutOptions");return this.createResource(ct(),e,r)}};let UserClient=class UserClient extends ResourceClient{constructor(e){super({resourcePath:"users",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(cI(),{},t)}async monthlyUsage(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("usage/monthly"),method:"GET",params:this.buildParams(),timeoutSecs:t}),cM())}async limits(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("limits"),method:"GET",params:this.buildParams(),timeoutSecs:t}),cq())}async updateLimits(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions"),n={url:this.buildUrl("limits"),method:"PUT",params:this.buildParams(),data:e,timeoutSecs:r};await this.httpClient.call(n)}};let p8=ie({...s7,desc:nX().optional(),...cZ});let WebhookDispatchCollectionClient=class WebhookDispatchCollectionClient extends ResourceCollectionClient{constructor(e){super({resourcePath:"webhook-dispatches",...e})}list(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=sW(e,p8,"WebhookDispatchCollectionListOptions");return this.listResourcesPaginated(cc(),t,"medium")}};let WebhookClient=class WebhookClient extends ResourceClient{constructor(e){super({resourcePath:"webhooks",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(cr(),{},t)}async update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,sY);let{timeoutSecs:r="short"}=sW(t,cK,"TimeoutOptions");return this.updateResource(cr(),e,r)}async delete(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.deleteResource(t)}async test(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="medium"}=sW(e,cK,"TimeoutOptions");return sX(await this.httpClient.call({url:this.buildUrl("test"),method:"POST",params:this.buildParams(),timeoutSecs:t}),cu())}dispatches(){return new WebhookDispatchCollectionClient(this.subResourceOptions({resourcePath:"dispatches"}))}};let WebhookDispatchClient=class WebhookDispatchClient extends ResourceClient{constructor(e){super({resourcePath:"webhook-dispatches",...e})}async get(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{timeoutSecs:t="short"}=sW(e,cK,"TimeoutOptions");return this.getResource(cu(),{},t)}};let p5=nH().gt(0);let Statistics=class Statistics{calls=0;requests=0;rateLimitErrors=[];addRateLimitError(e){sW(e,p5);let t=e-1;this.#N(t),this.rateLimitErrors[t]++}#N(e){if(this.rateLimitErrors.length<=e)for(let t=0;t<=e;t++)"number"!=typeof this.rateLimitErrors[t]&&(this.rateLimitErrors[t]=0)}};var p7=i(606);let de=ie({baseUrl:nE().default("https://api.apify.com"),publicBaseUrl:nE().default("https://api.apify.com"),maxRetries:nH().default(8),minDelayBetweenRetriesMillis:nH().default(500),requestInterceptors:n5(n2()).default([]),timeoutShortSecs:nH().positive().default(5),timeoutMediumSecs:nH().positive().default(30),timeoutLongSecs:nH().positive().default(360),timeoutMaxSecs:nH().positive().default(360),token:nE().optional(),userAgentSuffix:ii([nE(),n5(nE())]).optional()}),dt=nE().min(1),dr=ie({clientKey:nE().min(1).optional(),timeoutSecs:nH().positive().optional()});let ApifyClient=class ApifyClient{baseUrl;publicBaseUrl;token;stats;logger;httpClient;constructor(e={}){let t=sW(e,de,"ApifyClientOptions"),{baseUrl:r,publicBaseUrl:n,maxRetries:i,minDelayBetweenRetriesMillis:o,requestInterceptors:a,timeoutShortSecs:s,timeoutMediumSecs:l,timeoutLongSecs:u,timeoutMaxSecs:c,token:p}=t,d=r.endsWith("/")?r.slice(0,r.length-1):r;this.baseUrl=`${d}/v2`;let f=n.endsWith("/")?n.slice(0,n.length-1):n;this.publicBaseUrl=`${f}/v2`,this.token=p,this.stats=new Statistics,this.logger=i9.child({prefix:"ApifyClient"}),this.httpClient=new HttpClient({apifyClientStats:this.stats,maxRetries:i,minDelayBetweenRetriesMillis:o,requestInterceptors:a,timeoutShortSecs:s,timeoutMediumSecs:l,timeoutLongSecs:u,timeoutMaxSecs:c,logger:this.logger,token:this.token,userAgentSuffix:t.userAgentSuffix})}#j(){return{baseUrl:this.baseUrl,publicBaseUrl:this.publicBaseUrl,apifyClient:this,httpClient:this.httpClient}}actors(){return new ActorCollectionClient(this.#j())}actor(e){return sW(e,dt),new ActorClient({id:e,...this.#j()})}builds(){return new BuildCollectionClient(this.#j())}build(e){return sW(e,dt),new BuildClient({id:e,...this.#j()})}datasets(){return new DatasetCollectionClient(this.#j())}dataset(e){return sW(e,dt),new DatasetClient({id:e,...this.#j()})}keyValueStores(){return new KeyValueStoreCollectionClient(this.#j())}keyValueStore(e){return sW(e,dt),new KeyValueStoreClient({id:e,...this.#j()})}log(e){return sW(e,dt),new LogClient({id:e,...this.#j()})}requestQueues(){return new RequestQueueCollectionClient(this.#j())}requestQueue(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};sW(e,dt);let r=sW(t,dr,"RequestQueueUserOptions");return new RequestQueueClient({id:e,...this.#j()},r)}runs(){return new RunCollectionClient({...this.#j(),resourcePath:"actor-runs"})}run(e){return sW(e,dt),new RunClient({id:e,...this.#j()})}tasks(){return new TaskCollectionClient(this.#j())}task(e){return sW(e,dt),new TaskClient({id:e,...this.#j()})}schedules(){return new ScheduleCollectionClient(this.#j())}schedule(e){return sW(e,dt),new ScheduleClient({id:e,...this.#j()})}user(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"me";return sW(e,dt),new UserClient({id:e,...this.#j()})}webhooks(){return new WebhookCollectionClient(this.#j())}webhook(e){return sW(e,dt),new WebhookClient({id:e,...this.#j()})}webhookDispatches(){return new WebhookDispatchCollectionClient(this.#j())}webhookDispatch(e){return sW(e,dt),new WebhookDispatchClient({id:e,...this.#j()})}store(){return new StoreCollectionClient(this.#j())}async setStatusMessage(e,t){let r=p7.env[iF];if(!r)throw Error(`Environment variable ${iF} is not set!`);await this.run(r).update({statusMessage:e,...t})}}})();var a=o.TD,s=o.B,l=o.h0,u=o.XP,c=o.v8,p=o.Lu,d=o.vp,f=o.Jo,h=o.UP,m=o.rj,g=o.Ns,y=o.kt,b=o.KW,v=o.fK,_=o.wb,w=o.wv,E=o.yY,S=o.qQ,R=o.tY,O=o.rE,T=o.PD,C=o.lE,A=o.ss,x=o.kq,k=o.m_,P=o.O_,U=o.OE,I=o.oc,L=o.oW,z=o.dK,N=o.Ry,j=o.Ng,D=o.Hg,$=o.L6,M=o.Ty,F=o.gP,B=o.py,q=o.YS,W=o.t1,Z=o.jE,K=o.D_,V=o.jx,J=o.F,H=o.J_,G=o.hH,Y=o.zC,Q=o._l;export{a as ActorClient,s as ActorCollectionClient,l as ActorEnvVarClient,u as ActorEnvVarCollectionClient,c as ActorListSortBy,p as ActorSourceType,d as ActorVersionClient,f as ActorVersionCollectionClient,h as ApifyApiError,m as ApifyClient,g as ArgumentValidationError,y as BuildClient,b as BuildCollectionClient,v as ConflictError,_ as DatasetClient,w as DatasetCollectionClient,E as DownloadItemsFormat,S as ForbiddenError,R as InvalidRequestError,O as InvalidResponseBodyError,T as KeyValueStoreClient,C as KeyValueStoreCollectionClient,A as LogClient,x as LoggerActorRedirect,k as NotFoundError,P as PlatformFeature,U as RateLimitError,I as RequestQueueClient,L as RequestQueueCollectionClient,z as ResponseValidationError,N as RunClient,j as RunCollectionClient,D as ScheduleActions,$ as ScheduleClient,M as ScheduleCollectionClient,F as ServerError,B as StoreCollectionClient,q as StreamedLog,W as TaskClient,Z as TaskCollectionClient,K as UnauthorizedError,V as UserClient,J as WebhookClient,H as WebhookCollectionClient,G as WebhookDispatchClient,Y as WebhookDispatchCollectionClient,Q as WebhookDispatchStatus};
74
64
  //# sourceMappingURL=bundle.js.map