@walkeros/web-destination-plausible 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es5.js CHANGED
@@ -1 +1 @@
1
- "use strict";function _array_like_to_array(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _array_with_holes(e){if(Array.isArray(e))return e}function _array_without_holes(e){if(Array.isArray(e))return _array_like_to_array(e)}function _assert_this_initialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function asyncGeneratorStep(e,t,r,n,a,i,o){try{var s=e[i](o),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,a)}function _async_to_generator(e){return function(){var t=this,r=arguments;return new Promise(function(n,a){var i=e.apply(t,r);function o(e){asyncGeneratorStep(i,n,a,o,s,"next",e)}function s(e){asyncGeneratorStep(i,n,a,o,s,"throw",e)}o(void 0)})}}function _call_super(e,t,r){return t=_get_prototype_of(t),_possible_constructor_return(e,_is_native_reflect_construct()?Reflect.construct(t,r||[],_get_prototype_of(e).constructor):t.apply(e,r))}function _class_call_check(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _construct(e,t,r){return _construct=_is_native_reflect_construct()?Reflect.construct:function(e,t,r){var n=[null];n.push.apply(n,t);var a=new(Function.bind.apply(e,n));return r&&_set_prototype_of(a,r.prototype),a},_construct.apply(null,arguments)}function _defineProperties(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,n.key,n)}}function _create_class(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),e}function _define_property(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _get_prototype_of(e){return _get_prototype_of=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},_get_prototype_of(e)}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_set_prototype_of(e,t)}function _instanceof(e,t){return null!=t&&"undefined"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function _is_native_function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _iterable_to_array(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _iterable_to_array_limit(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,i=[],o=!0,s=!1;try{for(r=r.call(e);!(o=(n=r.next()).done)&&(i.push(n.value),!t||i.length!==t);o=!0);}catch(e){s=!0,a=e}finally{try{o||null==r.return||r.return()}finally{if(s)throw a}}return i}}function _non_iterable_rest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _non_iterable_spread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _object_spread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){_define_property(e,t,r[t])})}return e}function ownKeys(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 _object_spread_props(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}),e}function _object_without_properties(e,t){if(null==e)return{};var r,n,a=_object_without_properties_loose(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}function _object_without_properties_loose(e,t){if(null==e)return{};var r,n,a={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}function _possible_constructor_return(e,t){return!t||"object"!==_type_of(t)&&"function"!=typeof t?_assert_this_initialized(e):t}function _set_prototype_of(e,t){return _set_prototype_of=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_set_prototype_of(e,t)}function _sliced_to_array(e,t){return _array_with_holes(e)||_iterable_to_array_limit(e,t)||_unsupported_iterable_to_array(e,t)||_non_iterable_rest()}function _to_consumable_array(e){return _array_without_holes(e)||_iterable_to_array(e)||_unsupported_iterable_to_array(e)||_non_iterable_spread()}function _type_of(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}function _unsupported_iterable_to_array(e,t){if(e){if("string"==typeof e)return _array_like_to_array(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_array_like_to_array(e,t):void 0}}function _wrap_native_super(e){var t="function"==typeof Map?new Map:void 0;return _wrap_native_super=function(e){if(null===e||!_is_native_function(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return _construct(e,arguments,_get_prototype_of(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),_set_prototype_of(r,e)},_wrap_native_super(e)}function _is_native_reflect_construct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_is_native_reflect_construct=function(){return!!e})()}function _ts_generator(e,t){var r,n,a,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(u){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(r=1,n&&(a=2&s[0]?n.return:s[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,s[1])).done)return a;switch(n=0,a&&(s=[2&s[0],a.value]),s[0]){case 0:case 1:a=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,n=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(a=i.trys,(a=a.length>0&&a[a.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(6===s[0]&&i.label<a[1]){i.label=a[1],a=s;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(s);break}a[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],n=0}finally{r=a=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,u])}}}var Destination=function(){var e=function(e){Y=e},t=function(){return Y},r=function(e,r){var n=t(),a=X({issueData:r,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===G?void 0:G].filter(function(e){return!!e})});e.common.issues.push(a)},n=function(e){if(!e)return{};var t=e.errorMap,r=e.invalid_type_error,n=e.required_error,a=e.description;if(t&&(r||n))throw new Error('Can\'t use "invalid_type_error" or "required_error" in conjunction with custom error map.');if(t)return{errorMap:t,description:a};return{errorMap:function(t,a){var i,o,s=e.message;return"invalid_enum_value"===t.code?{message:null!=s?s:a.defaultError}:void 0===a.data?{message:null!==(i=null!=s?s:n)&&void 0!==i?i:a.defaultError}:"invalid_type"!==t.code?{message:a.defaultError}:{message:null!==(o=null!=s?s:r)&&void 0!==o?o:a.defaultError}},description:a}},a=function(e){var t="[0-5]\\d";e.precision?t="".concat(t,"\\.\\d{").concat(e.precision,"}"):null==e.precision&&(t="".concat(t,"(\\.\\d+)?"));var r=e.precision?"+":"?";return"([01]\\d|2[0-3]):[0-5]\\d(:".concat(t,")").concat(r)},i=function(e){return new RegExp("^".concat(a(e),"$"))},o=function(e){var t="".concat(Ze,"T").concat(a(e)),r=[];return r.push(e.local?"Z?":"Z"),e.offset&&r.push("([+-]\\d{2}:?\\d{2})"),t="".concat(t,"(").concat(r.join("|"),")"),new RegExp("^".concat(t,"$"))},s=function(e,t){return!("v4"!==t&&t||!be.test(e))||!("v6"!==t&&t||!je.test(e))},u=function(e,t){if(!ve.test(e))return!1;try{var r=_sliced_to_array(e.split("."),1)[0];if(!r)return!1;var n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),a=JSON.parse(atob(n));return"object"===(void 0===a?"undefined":_type_of(a))&&null!==a&&((!("typ"in a)||"JWT"===(null==a?void 0:a.typ))&&(!!a.alg&&(!t||a.alg===t)))}catch(e){return!1}},c=function(e,t){return!("v4"!==t&&t||!ke.test(e))||!("v6"!==t&&t||!we.test(e))},l=function(e,t){var r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,a=r>n?r:n;return Number.parseInt(e.toFixed(a).replace(".",""))%Number.parseInt(t.toFixed(a).replace(".",""))/Math.pow(10,a)},d=function(e,t){return new tt(_object_spread({values:e,typeName:ft.ZodEnum},n(t)))},_=function(e,t){var r="function"==typeof e?e(t):"string"==typeof e?{message:e}:e;return"string"==typeof r?{message:r}:r},p=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;return e?Re.create().superRefine(function(n,a){var i=e(n);if(_instanceof(i,Promise))return i.then(function(e){if(!e){var i,o,s=_(t,n),u=null===(o=null!==(i=s.fatal)&&void 0!==i?i:r)||void 0===o||o;a.addIssue(_object_spread_props(_object_spread({code:"custom"},s),{fatal:u}))}});if(!i){var o,s,u=_(t,n),c=null===(s=null!==(o=u.fatal)&&void 0!==o?o:r)||void 0===s||s;a.addIssue(_object_spread_props(_object_spread({code:"custom"},u),{fatal:c}))}}):Re.create()},f=function(e,t,r,n){(null==n?void 0:n.errorMessages)&&r&&(e.errorMessage=_object_spread_props(_object_spread({},e.errorMessage),_define_property({},t,r)))},h=function(e,t,r,n,a){e[t]=r,f(e,t,n,a)},y=function(e){if("openAi"!==e.target)return{};var t=_to_consumable_array(e.basePath).concat([e.definitionPath,e.openAiAnyTypeName]);return e.flags.hasReferencedOpenAiAnyType=!0,{$ref:"relative"===e.$refStrategy?or(t,e.currentPath):t.join("/")}},v=function(e,t){return yr(e.type._def,t)},m=function(e,t){var r={type:"string"};if(e.checks){var n=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;switch(u.kind){case"min":h(r,"minLength","number"==typeof r.minLength?Math.max(r.minLength,u.value):u.value,u.message,t);break;case"max":h(r,"maxLength","number"==typeof r.maxLength?Math.min(r.maxLength,u.value):u.value,u.message,t);break;case"email":switch(t.emailStrategy){case"format:email":k(r,"email",u.message,t);break;case"format:idn-email":k(r,"idn-email",u.message,t);break;case"pattern:zod":j(r,dr.email,u.message,t)}break;case"url":k(r,"uri",u.message,t);break;case"uuid":k(r,"uuid",u.message,t);break;case"regex":j(r,u.regex,u.message,t);break;case"cuid":j(r,dr.cuid,u.message,t);break;case"cuid2":j(r,dr.cuid2,u.message,t);break;case"startsWith":j(r,RegExp("^".concat(g(u.value,t))),u.message,t);break;case"endsWith":j(r,RegExp("".concat(g(u.value,t),"$")),u.message,t);break;case"datetime":k(r,"date-time",u.message,t);break;case"date":k(r,"date",u.message,t);break;case"time":k(r,"time",u.message,t);break;case"duration":k(r,"duration",u.message,t);break;case"length":h(r,"minLength","number"==typeof r.minLength?Math.max(r.minLength,u.value):u.value,u.message,t),h(r,"maxLength","number"==typeof r.maxLength?Math.min(r.maxLength,u.value):u.value,u.message,t);break;case"includes":j(r,RegExp(g(u.value,t)),u.message,t);break;case"ip":"v6"!==u.version&&k(r,"ipv4",u.message,t),"v4"!==u.version&&k(r,"ipv6",u.message,t);break;case"base64url":j(r,dr.base64url,u.message,t);break;case"jwt":j(r,dr.jwt,u.message,t);break;case"cidr":"v6"!==u.version&&j(r,dr.ipv4Cidr,u.message,t),"v4"!==u.version&&j(r,dr.ipv6Cidr,u.message,t);break;case"emoji":j(r,dr.emoji(),u.message,t);break;case"ulid":j(r,dr.ulid,u.message,t);break;case"base64":switch(t.base64Strategy){case"format:binary":k(r,"binary",u.message,t);break;case"contentEncoding:base64":h(r,"contentEncoding","base64",u.message,t);break;case"pattern:zod":j(r,dr.base64,u.message,t)}break;case"nanoid":j(r,dr.nanoid,u.message,t);case"toLowerCase":case"toUpperCase":case"trim":break;default:(function(){})()}}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}}return r},g=function(e,t){return"escape"===t.patternStrategy?b(e):e},b=function(e){for(var t="",r=0;r<e.length;r++)_r.has(e[r])||(t+="\\"),t+=e[r];return t},k=function(e,t,r,n){var a;e.format||(null===(a=e.anyOf)||void 0===a?void 0:a.some(function(e){return e.format}))?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push(_object_spread({format:e.format},e.errorMessage&&n.errorMessages&&{errorMessage:{format:e.errorMessage.format}})),delete e.format,e.errorMessage&&(delete e.errorMessage.format,0===Object.keys(e.errorMessage).length&&delete e.errorMessage)),e.anyOf.push(_object_spread({format:t},r&&n.errorMessages&&{errorMessage:{format:r}}))):h(e,"format",t,r,n)},j=function(e,t,r,n){var a;e.pattern||(null===(a=e.allOf)||void 0===a?void 0:a.some(function(e){return e.pattern}))?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push(_object_spread({pattern:e.pattern},e.errorMessage&&n.errorMessages&&{errorMessage:{pattern:e.errorMessage.pattern}})),delete e.pattern,e.errorMessage&&(delete e.errorMessage.pattern,0===Object.keys(e.errorMessage).length&&delete e.errorMessage)),e.allOf.push(_object_spread({pattern:w(t,n)},r&&n.errorMessages&&{errorMessage:{pattern:r}}))):h(e,"pattern",w(t,n),r,n)},w=function(e,t){if(!t.applyRegexFlags||!e.flags)return e.source;for(var r=e.flags.includes("i"),n=e.flags.includes("m"),a=e.flags.includes("s"),i=r?e.source.toLowerCase():e.source,o="",s=!1,u=!1,c=!1,l=0;l<i.length;l++)if(s)o+=i[l],s=!1;else{if(r)if(u){if(i[l].match(/[a-z]/)){var d;c?(o+=i[l],o+="".concat(i[l-2],"-").concat(i[l]).toUpperCase(),c=!1):"-"===i[l+1]&&(null===(d=i[l+2])||void 0===d?void 0:d.match(/[a-z]/))?(o+=i[l],c=!0):o+="".concat(i[l]).concat(i[l].toUpperCase());continue}}else if(i[l].match(/[a-z]/)){o+="[".concat(i[l]).concat(i[l].toUpperCase(),"]");continue}if(n){if("^"===i[l]){o+="(^|(?<=[\r\n]))";continue}if("$"===i[l]){o+="($|(?=[\r\n]))";continue}}a&&"."===i[l]?o+=u?"".concat(i[l],"\r\n"):"[".concat(i[l],"\r\n]"):(o+=i[l],"\\"===i[l]?s=!0:u&&"]"===i[l]?u=!1:u||"["!==i[l]||(u=!0))}try{new RegExp(o)}catch(r){return console.warn("Could not convert regex pattern at ".concat(t.currentPath.join("/")," to a flag-independent form! Falling back to the flag-ignorant source")),e.source}return o},x=function(e,t){var r,n,a,i,o,s,u;if("openAi"===t.target&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),"openApi3"===t.target&&(null===(r=e.keyType)||void 0===r?void 0:r._def.typeName)===ft.ZodEnum)return{type:"object",required:e.keyType._def.values,properties:e.keyType._def.values.reduce(function(r,n){var a;return _object_spread_props(_object_spread({},r),_define_property({},n,null!==(a=yr(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["properties",n])})))&&void 0!==a?a:y(t)))},{}),additionalProperties:t.rejectedAdditionalProperties};var c={type:"object",additionalProperties:null!==(u=yr(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalProperties"])})))&&void 0!==u?u:t.allowedAdditionalProperties};if("openApi3"===t.target)return c;if((null===(n=e.keyType)||void 0===n?void 0:n._def.typeName)===ft.ZodString&&(null===(a=e.keyType._def.checks)||void 0===a?void 0:a.length)){var l=m(e.keyType._def,t),d=(l.type,_object_without_properties(l,["type"]));return _object_spread_props(_object_spread({},c),{propertyNames:d})}if((null===(i=e.keyType)||void 0===i?void 0:i._def.typeName)===ft.ZodEnum)return _object_spread_props(_object_spread({},c),{propertyNames:{enum:e.keyType._def.values}});if((null===(o=e.keyType)||void 0===o?void 0:o._def.typeName)===ft.ZodBranded&&e.keyType._def.type._def.typeName===ft.ZodString&&(null===(s=e.keyType._def.type._def.checks)||void 0===s?void 0:s.length)){var _=v(e.keyType._def,t),p=(_.type,_object_without_properties(_,["type"]));return _object_spread_props(_object_spread({},c),{propertyNames:p})}return c},S=function(e,t){if("ZodNever"!==e.catchall._def.typeName)return yr(e.catchall._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalProperties"])}));switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return"strict"===t.removeAdditionalStrategy?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}},Z=function(e){try{return e.isOptional()}catch(e){return!0}},O=function(e){return"object"==(void 0===e?"undefined":_type_of(e))&&null!==e&&!function(e){return Array.isArray(e)}(e)&&"[object Object]"===Object.prototype.toString.call(e)},A=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.timestamp||(new Date).setHours(0,13,37,0),r=e.group||"gr0up",n=e.count||1,a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};r=_object_spread({},Pr,r);var n=Object.entries(t).reduce(function(t,n){var a=_sliced_to_array(n,2),i=a[0],o=a[1],s=e[i];return r.merge&&Array.isArray(s)&&Array.isArray(o)?t[i]=o.reduce(function(e,t){return e.includes(t)?e:_to_consumable_array(e).concat([t])},_to_consumable_array(s)):(r.extend||i in e)&&(t[i]=o),t},{});return r.shallow?_object_spread({},e,n):(Object.assign(e,n),e)}({name:"entity action",data:{string:"foo",number:1,boolean:!0,array:[0,"text",!1],not:void 0},context:{dev:["test",1]},globals:{lang:"elb"},custom:{completely:"random"},user:{id:"us3r",device:"c00k13",session:"s3ss10n"},nested:[{entity:"child",data:{is:"subordinated"},nested:[],context:{element:["child",0]}}],consent:{functional:!0},id:"".concat(t,"-").concat(r,"-").concat(n),trigger:"test",entity:"entity",action:"action",timestamp:t,timing:3.14,group:r,count:n,version:{source:"0.2.1",tagging:1},source:{type:"web",id:"https://localhost:80",previous_id:"http://remotehost:9001"}},e,{merge:!1});if(e.name){var i,o=_sliced_to_array(null!==(i=e.name.split(" "))&&void 0!==i?i:[],2),s=o[0],u=o[1];s&&u&&(a.entity=s,a.action=u)}return a},P=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"entity action",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.timestamp||(new Date).setHours(0,13,37,0),n={data:{id:"ers",name:"Everyday Ruck Snack",color:"black",size:"l",price:420}},a={data:{id:"cc",name:"Cool Cap",size:"one size",price:42}};return A(_object_spread_props(_object_spread({},{"cart view":{data:{currency:"EUR",value:2*n.data.price},context:{shopping:["cart",0]},globals:{pagegroup:"shop"},nested:[{entity:"product",data:_object_spread_props(_object_spread({},n.data),{quantity:2}),context:{shopping:["cart",0]},nested:[]}],trigger:"load"},"checkout view":{data:{step:"payment",currency:"EUR",value:n.data.price+a.data.price},context:{shopping:["checkout",0]},globals:{pagegroup:"shop"},nested:[_object_spread_props(_object_spread({entity:"product"},n),{context:{shopping:["checkout",0]},nested:[]}),_object_spread_props(_object_spread({entity:"product"},a),{context:{shopping:["checkout",0]},nested:[]})],trigger:"load"},"order complete":{data:{id:"0rd3r1d",currency:"EUR",shipping:5.22,taxes:73.76,total:555},context:{shopping:["complete",0]},globals:{pagegroup:"shop"},nested:[_object_spread_props(_object_spread({entity:"product"},n),{context:{shopping:["complete",0]},nested:[]}),_object_spread_props(_object_spread({entity:"product"},a),{context:{shopping:["complete",0]},nested:[]}),{entity:"gift",data:{name:"Surprise"},context:{shopping:["complete",0]},nested:[]}],trigger:"load"},"page view":{data:{domain:"www.example.com",title:"walkerOS documentation",referrer:"https://www.elbwalker.com/",search:"?foo=bar",hash:"#hash",id:"/docs/"},globals:{pagegroup:"docs"},trigger:"load"},"product add":_object_spread_props(_object_spread({},n),{context:{shopping:["intent",0]},globals:{pagegroup:"shop"},nested:[],trigger:"click"}),"product view":_object_spread_props(_object_spread({},n),{context:{shopping:["detail",0]},globals:{pagegroup:"shop"},nested:[],trigger:"load"}),"product visible":{data:_object_spread_props(_object_spread({},n.data),{position:3,promo:!0}),context:{shopping:["discover",0]},globals:{pagegroup:"shop"},nested:[],trigger:"load"},"promotion visible":{data:{name:"Setting up tracking easily",position:"hero"},context:{ab_test:["engagement",0]},globals:{pagegroup:"homepage"},trigger:"visible"},"session start":{data:{id:"s3ss10n",start:r,isNew:!0,count:1,runs:1,isStart:!0,storage:!0,referrer:"",device:"c00k13"},user:{id:"us3r",device:"c00k13",session:"s3ss10n",hash:"h4sh",address:"street number",email:"user@example.com",phone:"+49 123 456 789",userAgent:"Mozilla...",browser:"Chrome",browserVersion:"90",deviceType:"desktop",language:"de-DE",country:"DE",region:"HH",city:"Hamburg",zip:"20354",timezone:"Berlin",os:"walkerOS",osVersion:"1.0",screenSize:"1337x420",ip:"127.0.0.0",internal:!0,custom:"value"}}}[e],t),{name:e}))},T=function(e){return _object_spread({window:"undefined"!=typeof window?window:globalThis.window,document:"undefined"!=typeof document?document:globalThis.document},e)},N=function(){return["purchase",{revenue:{currency:"EUR",amount:P("order complete").data.total}}]},C=function(){var e=P();return["Custom Event",{props:e.data,revenue:e.data.number}]},E=Object.defineProperty,I=Object.getOwnPropertyDescriptor,M=Object.getOwnPropertyNames,R=Object.prototype.hasOwnProperty,z=function(e,t){for(var r in t)E(e,r,{get:t[r],enumerable:!0})},F={};z(F,{DestinationPlausible:function(){return Tr},default:function(){return Wr},destinationPlausible:function(){return qr},examples:function(){return Nr},schema:function(){return Dr}});var L,D,$,U={};z(U,{BRAND:function(){return lt},DIRTY:function(){return re},EMPTY_PATH:function(){return Q},INVALID:function(){return te},NEVER:function(){return rr},OK:function(){return ne},ParseStatus:function(){return ee},Schema:function(){return de},ZodAny:function(){return Re},ZodArray:function(){return De},ZodBigInt:function(){return Te},ZodBoolean:function(){return Ne},ZodBranded:function(){return dt},ZodCatch:function(){return ut},ZodDate:function(){return Ce},ZodDefault:function(){return st},ZodDiscriminatedUnion:function(){return Ke},ZodEffects:function(){return at},ZodEnum:function(){return tt},ZodError:function(){return W},ZodFirstPartyTypeKind:function(){return ft},ZodFunction:function(){return Xe},ZodIntersection:function(){return We},ZodIssueCode:function(){return K},ZodLazy:function(){return Qe},ZodLiteral:function(){return et},ZodMap:function(){return Ge},ZodNaN:function(){return ct},ZodNativeEnum:function(){return rt},ZodNever:function(){return Fe},ZodNull:function(){return Me},ZodNullable:function(){return ot},ZodNumber:function(){return Pe},ZodObject:function(){return Ue},ZodOptional:function(){return it},ZodParsedType:function(){return V},ZodPipeline:function(){return _t},ZodPromise:function(){return nt},ZodReadonly:function(){return pt},ZodRecord:function(){return Je},ZodSchema:function(){return de},ZodSet:function(){return Ye},ZodString:function(){return Ae},ZodSymbol:function(){return Ee},ZodTransformer:function(){return at},ZodTuple:function(){return He},ZodType:function(){return de},ZodUndefined:function(){return Ie},ZodUnion:function(){return Ve},ZodUnknown:function(){return ze},ZodVoid:function(){return Le},addIssueToContext:function(){return r},any:function(){return Ot},array:function(){return Nt},bigint:function(){return kt},boolean:function(){return jt},coerce:function(){return tr},custom:function(){return p},date:function(){return wt},datetimeRegex:function(){return o},defaultErrorMap:function(){return G},discriminatedUnion:function(){return Mt},effect:function(){return Wt},enum:function(){return Bt},function:function(){return $t},getErrorMap:function(){return t},getParsedType:function(){return B},instanceof:function(){return vt},intersection:function(){return Rt},isAborted:function(){return ae},isAsync:function(){return se},isDirty:function(){return ie},isValid:function(){return oe},late:function(){return yt},lazy:function(){return Ut},literal:function(){return Vt},makeIssue:function(){return X},map:function(){return Lt},nan:function(){return bt},nativeEnum:function(){return Kt},never:function(){return Pt},null:function(){return Zt},nullable:function(){return Jt},number:function(){return gt},object:function(){return Ct},objectUtil:function(){return $},oboolean:function(){return er},onumber:function(){return Qt},optional:function(){return Ht},ostring:function(){return Xt},pipeline:function(){return Yt},preprocess:function(){return Gt},promise:function(){return qt},quotelessJson:function(){return q},record:function(){return Ft},set:function(){return Dt},setErrorMap:function(){return e},strictObject:function(){return Et},string:function(){return mt},symbol:function(){return xt},transformer:function(){return Wt},tuple:function(){return zt},undefined:function(){return St},union:function(){return It},unknown:function(){return At},util:function(){return L},void:function(){return Tt}}),(D=L||(L={})).assertEqual=function(e){},D.assertIs=function(e){},D.assertNever=function(e){throw new Error},D.arrayToEnum=function(e){var t={},r=!0,n=!1,a=void 0;try{for(var i,o=e[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var s=i.value;t[s]=s}}catch(e){n=!0,a=e}finally{try{r||null==o.return||o.return()}finally{if(n)throw a}}return t},D.getValidEnumValues=function(e){var t=D.objectKeys(e).filter(function(t){return"number"!=typeof e[e[t]]}),r={},n=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;r[u]=e[u]}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return D.objectValues(r)},D.objectValues=function(e){return D.objectKeys(e).map(function(t){return e[t]})},D.objectKeys="function"==typeof Object.keys?function(e){return Object.keys(e)}:function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.push(r);return t},D.find=function(e,t){var r=!0,n=!1,a=void 0;try{for(var i,o=e[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var s=i.value;if(t(s))return s}}catch(e){n=!0,a=e}finally{try{r||null==o.return||o.return()}finally{if(n)throw a}}},D.isInteger="function"==typeof Number.isInteger?function(e){return Number.isInteger(e)}:function(e){return"number"==typeof e&&Number.isFinite(e)&&Math.floor(e)===e},D.joinValues=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" | ";return e.map(function(e){return"string"==typeof e?"'".concat(e,"'"):e}).join(t)},D.jsonStringifyReplacer=function(e,t){return"bigint"===(void 0===t?"undefined":_type_of(t))?t.toString():t},($||($={})).mergeShapes=function(e,t){return _object_spread({},e,t)};var V=L.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),B=function(e){switch(void 0===e?"undefined":_type_of(e)){case"undefined":return V.undefined;case"string":return V.string;case"number":return Number.isNaN(e)?V.nan:V.number;case"boolean":return V.boolean;case"function":return V.function;case"bigint":return V.bigint;case"symbol":return V.symbol;case"object":return Array.isArray(e)?V.array:null===e?V.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?V.promise:"undefined"!=typeof Map&&_instanceof(e,Map)?V.map:"undefined"!=typeof Set&&_instanceof(e,Set)?V.set:"undefined"!=typeof Date&&_instanceof(e,Date)?V.date:V.object;default:return V.unknown}},K=L.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),q=function(e){return JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:")},W=function(e){function t(e){var r;_class_call_check(this,t),(r=_call_super(this,t)).issues=[],r.addIssue=function(e){r.issues=_to_consumable_array(r.issues).concat([e])},r.addIssues=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.issues=_to_consumable_array(r.issues).concat(_to_consumable_array(e))};var n=(_instanceof(this,t)?this.constructor:void 0).prototype;return Object.setPrototypeOf?Object.setPrototypeOf(r,n):r.__proto__=n,r.name="ZodError",r.issues=e,r}return _inherits(t,e),_create_class(t,[{key:"errors",get:function(){return this.issues}},{key:"format",value:function(e){var t=e||function(e){return e.message},r={_errors:[]},n=function(e){var a=!0,i=!1,o=void 0;try{for(var s,u=e.issues[Symbol.iterator]();!(a=(s=u.next()).done);a=!0){var c=s.value;if("invalid_union"===c.code)c.unionErrors.map(n);else if("invalid_return_type"===c.code)n(c.returnTypeError);else if("invalid_arguments"===c.code)n(c.argumentsError);else if(0===c.path.length)r._errors.push(t(c));else for(var l=r,d=0;d<c.path.length;){var _=c.path[d];d===c.path.length-1?(l[_]=l[_]||{_errors:[]},l[_]._errors.push(t(c))):l[_]=l[_]||{_errors:[]},l=l[_],d++}}}catch(e){i=!0,o=e}finally{try{a||null==u.return||u.return()}finally{if(i)throw o}}};return n(this),r}},{key:"toString",value:function(){return this.message}},{key:"message",get:function(){return JSON.stringify(this.issues,L.jsonStringifyReplacer,2)}},{key:"isEmpty",get:function(){return 0===this.issues.length}},{key:"flatten",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(e){return e.message},t={},r=[],n=!0,a=!1,i=void 0;try{for(var o,s=this.issues[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;if(u.path.length>0){var c=u.path[0];t[c]=t[c]||[],t[c].push(e(u))}else r.push(e(u))}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return{formErrors:r,fieldErrors:t}}},{key:"formErrors",get:function(){return this.flatten()}}],[{key:"assert",value:function(e){if(!_instanceof(e,t))throw new Error("Not a ZodError: ".concat(e))}}]),t}(_wrap_native_super(Error));W.create=function(e){return new W(e)};var H,J,G=function(e,t){var r;switch(e.code){case K.invalid_type:r=e.received===V.undefined?"Required":"Expected ".concat(e.expected,", received ").concat(e.received);break;case K.invalid_literal:r="Invalid literal value, expected ".concat(JSON.stringify(e.expected,L.jsonStringifyReplacer));break;case K.unrecognized_keys:r="Unrecognized key(s) in object: ".concat(L.joinValues(e.keys,", "));break;case K.invalid_union:r="Invalid input";break;case K.invalid_union_discriminator:r="Invalid discriminator value. Expected ".concat(L.joinValues(e.options));break;case K.invalid_enum_value:r="Invalid enum value. Expected ".concat(L.joinValues(e.options),", received '").concat(e.received,"'");break;case K.invalid_arguments:r="Invalid function arguments";break;case K.invalid_return_type:r="Invalid function return type";break;case K.invalid_date:r="Invalid date";break;case K.invalid_string:"object"===_type_of(e.validation)?"includes"in e.validation?(r='Invalid input: must include "'.concat(e.validation.includes,'"'),"number"==typeof e.validation.position&&(r="".concat(r," at one or more positions greater than or equal to ").concat(e.validation.position))):"startsWith"in e.validation?r='Invalid input: must start with "'.concat(e.validation.startsWith,'"'):"endsWith"in e.validation?r='Invalid input: must end with "'.concat(e.validation.endsWith,'"'):L.assertNever(e.validation):r="regex"!==e.validation?"Invalid ".concat(e.validation):"Invalid";break;case K.too_small:r="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"more than"," ").concat(e.minimum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"over"," ").concat(e.minimum," character(s)"):"number"===e.type||"bigint"===e.type?"Number must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(e.minimum):"date"===e.type?"Date must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(new Date(Number(e.minimum))):"Invalid input";break;case K.too_big:r="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"less than"," ").concat(e.maximum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"under"," ").concat(e.maximum," character(s)"):"number"===e.type?"Number must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"bigint"===e.type?"BigInt must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"date"===e.type?"Date must be ".concat(e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"," ").concat(new Date(Number(e.maximum))):"Invalid input";break;case K.custom:r="Invalid input";break;case K.invalid_intersection_types:r="Intersection results could not be merged";break;case K.not_multiple_of:r="Number must be a multiple of ".concat(e.multipleOf);break;case K.not_finite:r="Number must be finite";break;default:r=t.defaultError,L.assertNever(e)}return{message:r}},Y=G,X=function(e){var t=e.data,r=e.path,n=e.errorMaps,a=e.issueData,i=_to_consumable_array(r).concat(_to_consumable_array(a.path||[])),o=_object_spread_props(_object_spread({},a),{path:i});if(void 0!==a.message)return _object_spread_props(_object_spread({},a),{path:i,message:a.message});var s="",u=n.filter(function(e){return!!e}).slice().reverse(),c=!0,l=!1,d=void 0;try{for(var _,p=u[Symbol.iterator]();!(c=(_=p.next()).done);c=!0){s=(0,_.value)(o,{data:t,defaultError:s}).message}}catch(e){l=!0,d=e}finally{try{c||null==p.return||p.return()}finally{if(l)throw d}}return _object_spread_props(_object_spread({},a),{path:i,message:s})},Q=[],ee=function(){function e(){_class_call_check(this,e),this.value="valid"}return _create_class(e,[{key:"dirty",value:function(){"valid"===this.value&&(this.value="dirty")}},{key:"abort",value:function(){"aborted"!==this.value&&(this.value="aborted")}}],[{key:"mergeArray",value:function(e,t){var r=[],n=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;if("aborted"===u.status)return te;"dirty"===u.status&&e.dirty(),r.push(u.value)}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return{status:e.value,value:r}}},{key:"mergeObjectAsync",value:function(t,r){return _async_to_generator(function(){var n,a,i,o,s,u,c,l,d,_;return _ts_generator(this,function(p){switch(p.label){case 0:n=[],a=!0,i=!1,o=void 0,p.label=1;case 1:p.trys.push([1,7,8,9]),s=r[Symbol.iterator](),p.label=2;case 2:return(a=(u=s.next()).done)?[3,6]:[4,(c=u.value).key];case 3:return l=p.sent(),[4,c.value];case 4:d=p.sent(),n.push({key:l,value:d}),p.label=5;case 5:return a=!0,[3,2];case 6:return[3,9];case 7:return _=p.sent(),i=!0,o=_,[3,9];case 8:try{a||null==s.return||s.return()}finally{if(i)throw o}return[7];case 9:return[2,e.mergeObjectSync(t,n)]}})})()}},{key:"mergeObjectSync",value:function(e,t){var r={},n=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value,c=u.key,l=u.value;if("aborted"===c.status)return te;if("aborted"===l.status)return te;"dirty"===c.status&&e.dirty(),"dirty"===l.status&&e.dirty(),"__proto__"===c.value||void 0===l.value&&!u.alwaysSet||(r[c.value]=l.value)}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return{status:e.value,value:r}}}]),e}(),te=Object.freeze({status:"aborted"}),re=function(e){return{status:"dirty",value:e}},ne=function(e){return{status:"valid",value:e}},ae=function(e){return"aborted"===e.status},ie=function(e){return"dirty"===e.status},oe=function(e){return"valid"===e.status},se=function(e){return"undefined"!=typeof Promise&&_instanceof(e,Promise)};(J=H||(H={})).errToObj=function(e){return"string"==typeof e?{message:e}:e||{}},J.toString=function(e){return"string"==typeof e?e:null==e?void 0:e.message};var ue,ce=function(){function e(t,r,n,a){_class_call_check(this,e),this._cachedPath=[],this.parent=t,this.data=r,this._path=n,this._key=a}return _create_class(e,[{key:"path",get:function(){var e,t;this._cachedPath.length||(Array.isArray(this._key)?(e=this._cachedPath).push.apply(e,_to_consumable_array(this._path).concat(_to_consumable_array(this._key))):(t=this._cachedPath).push.apply(t,_to_consumable_array(this._path).concat([this._key])));return this._cachedPath}}]),e}(),le=function(e,t){if(oe(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;var t=new W(e.common.issues);return this._error=t,this._error}}},de=function(){function e(t){var r=this;_class_call_check(this,e),this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:function(e){return r["~validate"](e)}}}return _create_class(e,[{key:"description",get:function(){return this._def.description}},{key:"_getType",value:function(e){return B(e.data)}},{key:"_getOrReturnCtx",value:function(e,t){return t||{common:e.parent.common,data:e.data,parsedType:B(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}},{key:"_processInputParams",value:function(e){return{status:new ee,ctx:{common:e.parent.common,data:e.data,parsedType:B(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}},{key:"_parseSync",value:function(e){var t=this._parse(e);if(se(t))throw new Error("Synchronous parse encountered promise.");return t}},{key:"_parseAsync",value:function(e){var t=this._parse(e);return Promise.resolve(t)}},{key:"parse",value:function(e,t){var r=this.safeParse(e,t);if(r.success)return r.data;throw r.error}},{key:"safeParse",value:function(e,t){var r,n={common:{issues:[],async:null!==(r=null==t?void 0:t.async)&&void 0!==r&&r,contextualErrorMap:null==t?void 0:t.errorMap},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:B(e)},a=this._parseSync({data:e,path:n.path,parent:n});return le(n,a)}},{key:"~validate",value:function(e){var t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:B(e)};if(!this["~standard"].async)try{var r=this._parseSync({data:e,path:[],parent:t});return oe(r)?{value:r.value}:{issues:t.common.issues}}catch(e){var n,a;(null==e||null===(a=e.message)||void 0===a||null===(n=a.toLowerCase())||void 0===n?void 0:n.includes("encountered"))&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(function(e){return oe(e)?{value:e.value}:{issues:t.common.issues}})}},{key:"parseAsync",value:function(e,t){return _async_to_generator(function(){var r;return _ts_generator(this,function(n){switch(n.label){case 0:return[4,this.safeParseAsync(e,t)];case 1:if((r=n.sent()).success)return[2,r.data];throw r.error}})}).call(this)}},{key:"safeParseAsync",value:function(e,t){return _async_to_generator(function(){var r,n,a;return _ts_generator(this,function(i){switch(i.label){case 0:return r={common:{issues:[],contextualErrorMap:null==t?void 0:t.errorMap,async:!0},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:B(e)},n=this._parse({data:e,path:r.path,parent:r}),[4,se(n)?n:Promise.resolve(n)];case 1:return a=i.sent(),[2,le(r,a)]}})}).call(this)}},{key:"refine",value:function(e,t){return this._refinement(function(r,n){var a=e(r),i=function(){return n.addIssue(_object_spread({code:K.custom},function(e){return"string"==typeof t||void 0===t?{message:t}:"function"==typeof t?t(e):t}(r)))};return"undefined"!=typeof Promise&&_instanceof(a,Promise)?a.then(function(e){return!!e||(i(),!1)}):!!a||(i(),!1)})}},{key:"refinement",value:function(e,t){return this._refinement(function(r,n){return!!e(r)||(n.addIssue("function"==typeof t?t(r,n):t),!1)})}},{key:"_refinement",value:function(e){return new at({schema:this,typeName:ft.ZodEffects,effect:{type:"refinement",refinement:e}})}},{key:"superRefine",value:function(e){return this._refinement(e)}},{key:"optional",value:function(){return it.create(this,this._def)}},{key:"nullable",value:function(){return ot.create(this,this._def)}},{key:"nullish",value:function(){return this.nullable().optional()}},{key:"array",value:function(){return De.create(this)}},{key:"promise",value:function(){return nt.create(this,this._def)}},{key:"or",value:function(e){return Ve.create([this,e],this._def)}},{key:"and",value:function(e){return We.create(this,e,this._def)}},{key:"transform",value:function(e){return new at(_object_spread_props(_object_spread({},n(this._def)),{schema:this,typeName:ft.ZodEffects,effect:{type:"transform",transform:e}}))}},{key:"default",value:function(e){var t="function"==typeof e?e:function(){return e};return new st(_object_spread_props(_object_spread({},n(this._def)),{innerType:this,defaultValue:t,typeName:ft.ZodDefault}))}},{key:"brand",value:function(){return new dt(_object_spread({typeName:ft.ZodBranded,type:this},n(this._def)))}},{key:"catch",value:function(e){var t="function"==typeof e?e:function(){return e};return new ut(_object_spread_props(_object_spread({},n(this._def)),{innerType:this,catchValue:t,typeName:ft.ZodCatch}))}},{key:"describe",value:function(e){return new(0,this.constructor)(_object_spread_props(_object_spread({},this._def),{description:e}))}},{key:"pipe",value:function(e){return _t.create(this,e)}},{key:"readonly",value:function(){return pt.create(this)}},{key:"isOptional",value:function(){return this.safeParse(void 0).success}},{key:"isNullable",value:function(){return this.safeParse(null).success}}]),e}(),_e=/^c[^\s-]{8,}$/i,pe=/^[0-9a-z]+$/,fe=/^[0-9A-HJKMNP-TV-Z]{26}$/i,he=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,ye=/^[a-z0-9_-]{21}$/i,ve=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,me=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,ge=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,be=/^(?:(?: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])$/,ke=/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,je=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,we=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,xe=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Se=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ze="((\\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])))",Oe=new RegExp("^".concat(Ze,"$")),Ae=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==V.string){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.string,received:t.parsedType}),te}var n=new ee,a=void 0,l=!0,d=!1,_=void 0;try{for(var p,f=this._def.checks[Symbol.iterator]();!(l=(p=f.next()).done);l=!0){var h=p.value;if("min"===h.kind)e.data.length<h.value&&(a=this._getOrReturnCtx(e,a),r(a,{code:K.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),n.dirty());else if("max"===h.kind)e.data.length>h.value&&(a=this._getOrReturnCtx(e,a),r(a,{code:K.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),n.dirty());else if("length"===h.kind){var y=e.data.length>h.value,v=e.data.length<h.value;(y||v)&&(a=this._getOrReturnCtx(e,a),y?r(a,{code:K.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}):v&&r(a,{code:K.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}),n.dirty())}else if("email"===h.kind)ge.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"email",code:K.invalid_string,message:h.message}),n.dirty());else if("emoji"===h.kind)ue||(ue=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),ue.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"emoji",code:K.invalid_string,message:h.message}),n.dirty());else if("uuid"===h.kind)he.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"uuid",code:K.invalid_string,message:h.message}),n.dirty());else if("nanoid"===h.kind)ye.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"nanoid",code:K.invalid_string,message:h.message}),n.dirty());else if("cuid"===h.kind)_e.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"cuid",code:K.invalid_string,message:h.message}),n.dirty());else if("cuid2"===h.kind)pe.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"cuid2",code:K.invalid_string,message:h.message}),n.dirty());else if("ulid"===h.kind)fe.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"ulid",code:K.invalid_string,message:h.message}),n.dirty());else if("url"===h.kind)try{new URL(e.data)}catch(t){a=this._getOrReturnCtx(e,a),r(a,{validation:"url",code:K.invalid_string,message:h.message}),n.dirty()}else if("regex"===h.kind){h.regex.lastIndex=0,h.regex.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"regex",code:K.invalid_string,message:h.message}),n.dirty())}else if("trim"===h.kind)e.data=e.data.trim();else if("includes"===h.kind)e.data.includes(h.value,h.position)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:{includes:h.value,position:h.position},message:h.message}),n.dirty());else if("toLowerCase"===h.kind)e.data=e.data.toLowerCase();else if("toUpperCase"===h.kind)e.data=e.data.toUpperCase();else if("startsWith"===h.kind)e.data.startsWith(h.value)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:{startsWith:h.value},message:h.message}),n.dirty());else if("endsWith"===h.kind)e.data.endsWith(h.value)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:{endsWith:h.value},message:h.message}),n.dirty());else if("datetime"===h.kind){o(h).test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:"datetime",message:h.message}),n.dirty())}else if("date"===h.kind){Oe.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:"date",message:h.message}),n.dirty())}else if("time"===h.kind){i(h).test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{code:K.invalid_string,validation:"time",message:h.message}),n.dirty())}else"duration"===h.kind?me.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"duration",code:K.invalid_string,message:h.message}),n.dirty()):"ip"===h.kind?s(e.data,h.version)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"ip",code:K.invalid_string,message:h.message}),n.dirty()):"jwt"===h.kind?u(e.data,h.alg)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"jwt",code:K.invalid_string,message:h.message}),n.dirty()):"cidr"===h.kind?c(e.data,h.version)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"cidr",code:K.invalid_string,message:h.message}),n.dirty()):"base64"===h.kind?xe.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"base64",code:K.invalid_string,message:h.message}),n.dirty()):"base64url"===h.kind?Se.test(e.data)||(a=this._getOrReturnCtx(e,a),r(a,{validation:"base64url",code:K.invalid_string,message:h.message}),n.dirty()):L.assertNever(h)}}catch(e){d=!0,_=e}finally{try{l||null==f.return||f.return()}finally{if(d)throw _}}return{status:n.value,value:e.data}}},{key:"_regex",value:function(e,t,r){return this.refinement(function(t){return e.test(t)},_object_spread({validation:t,code:K.invalid_string},H.errToObj(r)))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"email",value:function(e){return this._addCheck(_object_spread({kind:"email"},H.errToObj(e)))}},{key:"url",value:function(e){return this._addCheck(_object_spread({kind:"url"},H.errToObj(e)))}},{key:"emoji",value:function(e){return this._addCheck(_object_spread({kind:"emoji"},H.errToObj(e)))}},{key:"uuid",value:function(e){return this._addCheck(_object_spread({kind:"uuid"},H.errToObj(e)))}},{key:"nanoid",value:function(e){return this._addCheck(_object_spread({kind:"nanoid"},H.errToObj(e)))}},{key:"cuid",value:function(e){return this._addCheck(_object_spread({kind:"cuid"},H.errToObj(e)))}},{key:"cuid2",value:function(e){return this._addCheck(_object_spread({kind:"cuid2"},H.errToObj(e)))}},{key:"ulid",value:function(e){return this._addCheck(_object_spread({kind:"ulid"},H.errToObj(e)))}},{key:"base64",value:function(e){return this._addCheck(_object_spread({kind:"base64"},H.errToObj(e)))}},{key:"base64url",value:function(e){return this._addCheck(_object_spread({kind:"base64url"},H.errToObj(e)))}},{key:"jwt",value:function(e){return this._addCheck(_object_spread({kind:"jwt"},H.errToObj(e)))}},{key:"ip",value:function(e){return this._addCheck(_object_spread({kind:"ip"},H.errToObj(e)))}},{key:"cidr",value:function(e){return this._addCheck(_object_spread({kind:"cidr"},H.errToObj(e)))}},{key:"datetime",value:function(e){return"string"==typeof e?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck(_object_spread({kind:"datetime",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision,offset:null!==(t=null==e?void 0:e.offset)&&void 0!==t&&t,local:null!==(r=null==e?void 0:e.local)&&void 0!==r&&r},H.errToObj(null==e?void 0:e.message)));var t,r}},{key:"date",value:function(e){return this._addCheck({kind:"date",message:e})}},{key:"time",value:function(e){return"string"==typeof e?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck(_object_spread({kind:"time",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision},H.errToObj(null==e?void 0:e.message)))}},{key:"duration",value:function(e){return this._addCheck(_object_spread({kind:"duration"},H.errToObj(e)))}},{key:"regex",value:function(e,t){return this._addCheck(_object_spread({kind:"regex",regex:e},H.errToObj(t)))}},{key:"includes",value:function(e,t){return this._addCheck(_object_spread({kind:"includes",value:e,position:null==t?void 0:t.position},H.errToObj(null==t?void 0:t.message)))}},{key:"startsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"startsWith",value:e},H.errToObj(t)))}},{key:"endsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"endsWith",value:e},H.errToObj(t)))}},{key:"min",value:function(e,t){return this._addCheck(_object_spread({kind:"min",value:e},H.errToObj(t)))}},{key:"max",value:function(e,t){return this._addCheck(_object_spread({kind:"max",value:e},H.errToObj(t)))}},{key:"length",value:function(e,t){return this._addCheck(_object_spread({kind:"length",value:e},H.errToObj(t)))}},{key:"nonempty",value:function(e){return this.min(1,H.errToObj(e))}},{key:"trim",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"trim"}])}))}},{key:"toLowerCase",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"toLowerCase"}])}))}},{key:"toUpperCase",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"toUpperCase"}])}))}},{key:"isDatetime",get:function(){return!!this._def.checks.find(function(e){return"datetime"===e.kind})}},{key:"isDate",get:function(){return!!this._def.checks.find(function(e){return"date"===e.kind})}},{key:"isTime",get:function(){return!!this._def.checks.find(function(e){return"time"===e.kind})}},{key:"isDuration",get:function(){return!!this._def.checks.find(function(e){return"duration"===e.kind})}},{key:"isEmail",get:function(){return!!this._def.checks.find(function(e){return"email"===e.kind})}},{key:"isURL",get:function(){return!!this._def.checks.find(function(e){return"url"===e.kind})}},{key:"isEmoji",get:function(){return!!this._def.checks.find(function(e){return"emoji"===e.kind})}},{key:"isUUID",get:function(){return!!this._def.checks.find(function(e){return"uuid"===e.kind})}},{key:"isNANOID",get:function(){return!!this._def.checks.find(function(e){return"nanoid"===e.kind})}},{key:"isCUID",get:function(){return!!this._def.checks.find(function(e){return"cuid"===e.kind})}},{key:"isCUID2",get:function(){return!!this._def.checks.find(function(e){return"cuid2"===e.kind})}},{key:"isULID",get:function(){return!!this._def.checks.find(function(e){return"ulid"===e.kind})}},{key:"isIP",get:function(){return!!this._def.checks.find(function(e){return"ip"===e.kind})}},{key:"isCIDR",get:function(){return!!this._def.checks.find(function(e){return"cidr"===e.kind})}},{key:"isBase64",get:function(){return!!this._def.checks.find(function(e){return"base64"===e.kind})}},{key:"isBase64url",get:function(){return!!this._def.checks.find(function(e){return"base64url"===e.kind})}},{key:"minLength",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"maxLength",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}}]),t}(de);Ae.create=function(e){var t;return new Ae(_object_spread({checks:[],typeName:ft.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},n(e)))};var Pe=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments)).min=e.gte,e.max=e.lte,e.step=e.multipleOf,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==V.number){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.number,received:t.parsedType}),te}var n=void 0,a=new ee,i=!0,o=!1,s=void 0;try{for(var u,c=this._def.checks[Symbol.iterator]();!(i=(u=c.next()).done);i=!0){var d=u.value;if("int"===d.kind)L.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),r(n,{code:K.invalid_type,expected:"integer",received:"float",message:d.message}),a.dirty());else if("min"===d.kind){(d.inclusive?e.data<d.value:e.data<=d.value)&&(n=this._getOrReturnCtx(e,n),r(n,{code:K.too_small,minimum:d.value,type:"number",inclusive:d.inclusive,exact:!1,message:d.message}),a.dirty())}else if("max"===d.kind){(d.inclusive?e.data>d.value:e.data>=d.value)&&(n=this._getOrReturnCtx(e,n),r(n,{code:K.too_big,maximum:d.value,type:"number",inclusive:d.inclusive,exact:!1,message:d.message}),a.dirty())}else"multipleOf"===d.kind?0!==l(e.data,d.value)&&(n=this._getOrReturnCtx(e,n),r(n,{code:K.not_multiple_of,multipleOf:d.value,message:d.message}),a.dirty()):"finite"===d.kind?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),r(n,{code:K.not_finite,message:d.message}),a.dirty()):L.assertNever(d)}}catch(e){o=!0,s=e}finally{try{i||null==c.return||c.return()}finally{if(o)throw s}}return{status:a.value,value:e.data}}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,H.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,H.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,H.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,H.toString(t))}},{key:"setLimit",value:function(e,r,n,a){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:e,value:r,inclusive:n,message:H.toString(a)}])}))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"int",value:function(e){return this._addCheck({kind:"int",message:H.toString(e)})}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:H.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:H.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:H.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:H.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:H.toString(t)})}},{key:"finite",value:function(e){return this._addCheck({kind:"finite",message:H.toString(e)})}},{key:"safe",value:function(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:H.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:H.toString(e)})}},{key:"minValue",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"maxValue",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"isInt",get:function(){return!!this._def.checks.find(function(e){return"int"===e.kind||"multipleOf"===e.kind&&L.isInteger(e.value)})}},{key:"isFinite",get:function(){var e=null,t=null,r=!0,n=!1,a=void 0;try{for(var i,o=this._def.checks[Symbol.iterator]();!(r=(i=o.next()).done);r=!0){var s=i.value;if("finite"===s.kind||"int"===s.kind||"multipleOf"===s.kind)return!0;"min"===s.kind?(null===t||s.value>t)&&(t=s.value):"max"===s.kind&&(null===e||s.value<e)&&(e=s.value)}}catch(e){n=!0,a=e}finally{try{r||null==o.return||o.return()}finally{if(n)throw a}}return Number.isFinite(t)&&Number.isFinite(e)}}]),t}(de);Pe.create=function(e){return new Pe(_object_spread({checks:[],typeName:ft.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1},n(e)))};var Te=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments)).min=e.gte,e.max=e.lte,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch(t){return this._getInvalidInput(e)}if(this._getType(e)!==V.bigint)return this._getInvalidInput(e);var t=void 0,n=new ee,a=!0,i=!1,o=void 0;try{for(var s,u=this._def.checks[Symbol.iterator]();!(a=(s=u.next()).done);a=!0){var c=s.value;if("min"===c.kind)(c.inclusive?e.data<c.value:e.data<=c.value)&&(t=this._getOrReturnCtx(e,t),r(t,{code:K.too_small,type:"bigint",minimum:c.value,inclusive:c.inclusive,message:c.message}),n.dirty());else if("max"===c.kind){(c.inclusive?e.data>c.value:e.data>=c.value)&&(t=this._getOrReturnCtx(e,t),r(t,{code:K.too_big,type:"bigint",maximum:c.value,inclusive:c.inclusive,message:c.message}),n.dirty())}else"multipleOf"===c.kind?e.data%c.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),r(t,{code:K.not_multiple_of,multipleOf:c.value,message:c.message}),n.dirty()):L.assertNever(c)}}catch(e){i=!0,o=e}finally{try{a||null==u.return||u.return()}finally{if(i)throw o}}return{status:n.value,value:e.data}}},{key:"_getInvalidInput",value:function(e){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.bigint,received:t.parsedType}),te}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,H.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,H.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,H.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,H.toString(t))}},{key:"setLimit",value:function(e,r,n,a){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:e,value:r,inclusive:n,message:H.toString(a)}])}))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:H.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:H.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:H.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:H.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:H.toString(t)})}},{key:"minValue",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"maxValue",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}}]),t}(de);Te.create=function(e){var t;return new Te(_object_spread({checks:[],typeName:ft.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},n(e)))};var Ne=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==V.boolean){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.boolean,received:t.parsedType}),te}return ne(e.data)}}]),t}(de);Ne.create=function(e){return new Ne(_object_spread({typeName:ft.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1},n(e)))};var Ce=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==V.date){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.date,received:t.parsedType}),te}if(Number.isNaN(e.data.getTime())){var n=this._getOrReturnCtx(e);return r(n,{code:K.invalid_date}),te}var a=new ee,i=void 0,o=!0,s=!1,u=void 0;try{for(var c,l=this._def.checks[Symbol.iterator]();!(o=(c=l.next()).done);o=!0){var d=c.value;"min"===d.kind?e.data.getTime()<d.value&&(i=this._getOrReturnCtx(e,i),r(i,{code:K.too_small,message:d.message,inclusive:!0,exact:!1,minimum:d.value,type:"date"}),a.dirty()):"max"===d.kind?e.data.getTime()>d.value&&(i=this._getOrReturnCtx(e,i),r(i,{code:K.too_big,message:d.message,inclusive:!0,exact:!1,maximum:d.value,type:"date"}),a.dirty()):L.assertNever(d)}}catch(e){s=!0,u=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw u}}return{status:a.value,value:new Date(e.data.getTime())}}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"min",value:function(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:H.toString(t)})}},{key:"max",value:function(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:H.toString(t)})}},{key:"minDate",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return null!=e?new Date(e):null}},{key:"maxDate",get:function(){var e=null,t=!0,r=!1,n=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return null!=e?new Date(e):null}}]),t}(de);Ce.create=function(e){return new Ce(_object_spread({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:ft.ZodDate},n(e)))};var Ee=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==V.symbol){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.symbol,received:t.parsedType}),te}return ne(e.data)}}]),t}(de);Ee.create=function(e){return new Ee(_object_spread({typeName:ft.ZodSymbol},n(e)))};var Ie=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==V.undefined){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.undefined,received:t.parsedType}),te}return ne(e.data)}}]),t}(de);Ie.create=function(e){return new Ie(_object_spread({typeName:ft.ZodUndefined},n(e)))};var Me=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==V.null){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.null,received:t.parsedType}),te}return ne(e.data)}}]),t}(de);Me.create=function(e){return new Me(_object_spread({typeName:ft.ZodNull},n(e)))};var Re=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._any=!0,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return ne(e.data)}}]),t}(de);Re.create=function(e){return new Re(_object_spread({typeName:ft.ZodAny},n(e)))};var ze=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._unknown=!0,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return ne(e.data)}}]),t}(de);ze.create=function(e){return new ze(_object_spread({typeName:ft.ZodUnknown},n(e)))};var Fe=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.never,received:t.parsedType}),te}}]),t}(de);Fe.create=function(e){return new Fe(_object_spread({typeName:ft.ZodNever},n(e)))};var Le=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==V.undefined){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.void,received:t.parsedType}),te}return ne(e.data)}}]),t}(de);Le.create=function(e){return new Le(_object_spread({typeName:ft.ZodVoid},n(e)))};var De=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.ctx,a=t.status,i=this._def;if(n.parsedType!==V.array)return r(n,{code:K.invalid_type,expected:V.array,received:n.parsedType}),te;if(null!==i.exactLength){var o=n.data.length>i.exactLength.value,s=n.data.length<i.exactLength.value;(o||s)&&(r(n,{code:o?K.too_big:K.too_small,minimum:s?i.exactLength.value:void 0,maximum:o?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),a.dirty())}if(null!==i.minLength&&n.data.length<i.minLength.value&&(r(n,{code:K.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),a.dirty()),null!==i.maxLength&&n.data.length>i.maxLength.value&&(r(n,{code:K.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),a.dirty()),n.common.async)return Promise.all(_to_consumable_array(n.data).map(function(e,t){return i.type._parseAsync(new ce(n,e,n.path,t))})).then(function(e){return ee.mergeArray(a,e)});var u=_to_consumable_array(n.data).map(function(e,t){return i.type._parseSync(new ce(n,e,n.path,t))});return ee.mergeArray(a,u)}},{key:"element",get:function(){return this._def.type}},{key:"min",value:function(e,r){return new t(_object_spread_props(_object_spread({},this._def),{minLength:{value:e,message:H.toString(r)}}))}},{key:"max",value:function(e,r){return new t(_object_spread_props(_object_spread({},this._def),{maxLength:{value:e,message:H.toString(r)}}))}},{key:"length",value:function(e,r){return new t(_object_spread_props(_object_spread({},this._def),{exactLength:{value:e,message:H.toString(r)}}))}},{key:"nonempty",value:function(e){return this.min(1,e)}}]),t}(de);function $e(e){if(_instanceof(e,Ue)){var t={};for(var r in e.shape){var n=e.shape[r];t[r]=it.create($e(n))}return new Ue(_object_spread_props(_object_spread({},e._def),{shape:function(){return t}}))}return _instanceof(e,De)?new De(_object_spread_props(_object_spread({},e._def),{type:$e(e.element)})):_instanceof(e,it)?it.create($e(e.unwrap())):_instanceof(e,ot)?ot.create($e(e.unwrap())):_instanceof(e,He)?He.create(e.items.map(function(e){return $e(e)})):e}De.create=function(e,t){return new De(_object_spread({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ft.ZodArray},n(t)))};var Ue=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._cached=null,e.nonstrict=e.passthrough,e.augment=e.extend,e}return _inherits(t,e),_create_class(t,[{key:"_getCached",value:function(){if(null!==this._cached)return this._cached;var e=this._def.shape(),t=L.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}},{key:"_parse",value:function(e){if(this._getType(e)!==V.object){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.object,received:t.parsedType}),te}var n=this._processInputParams(e),a=n.status,i=n.ctx,o=this._getCached(),s=o.shape,u=o.keys,c=[];if(!_instanceof(this._def.catchall,Fe)||"strip"!==this._def.unknownKeys)for(var l in i.data)u.includes(l)||c.push(l);var d=[],_=!0,p=!1,f=void 0;try{for(var h,y=u[Symbol.iterator]();!(_=(h=y.next()).done);_=!0){var v=h.value,m=s[v],g=i.data[v];d.push({key:{status:"valid",value:v},value:m._parse(new ce(i,g,i.path,v)),alwaysSet:v in i.data})}}catch(e){p=!0,f=e}finally{try{_||null==y.return||y.return()}finally{if(p)throw f}}if(_instanceof(this._def.catchall,Fe)){var b=this._def.unknownKeys;if("passthrough"===b){var k=!0,j=!1,w=void 0;try{for(var x,S=c[Symbol.iterator]();!(k=(x=S.next()).done);k=!0){var Z=x.value;d.push({key:{status:"valid",value:Z},value:{status:"valid",value:i.data[Z]}})}}catch(e){j=!0,w=e}finally{try{k||null==S.return||S.return()}finally{if(j)throw w}}}else if("strict"===b)c.length>0&&(r(i,{code:K.unrecognized_keys,keys:c}),a.dirty());else if("strip"!==b)throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{var O=this._def.catchall,A=!0,P=!1,T=void 0;try{for(var N,C=c[Symbol.iterator]();!(A=(N=C.next()).done);A=!0){var E=N.value,I=i.data[E];d.push({key:{status:"valid",value:E},value:O._parse(new ce(i,I,i.path,E)),alwaysSet:E in i.data})}}catch(e){P=!0,T=e}finally{try{A||null==C.return||C.return()}finally{if(P)throw T}}}return i.common.async?Promise.resolve().then(function(){return _async_to_generator(function(){var e,t,r,n,a,i,o,s,u,c;return _ts_generator(this,function(l){switch(l.label){case 0:e=[],t=!0,r=!1,n=void 0,l.label=1;case 1:l.trys.push([1,7,8,9]),a=d[Symbol.iterator](),l.label=2;case 2:return(t=(i=a.next()).done)?[3,6]:[4,(o=i.value).key];case 3:return s=l.sent(),[4,o.value];case 4:u=l.sent(),e.push({key:s,value:u,alwaysSet:o.alwaysSet}),l.label=5;case 5:return t=!0,[3,2];case 6:return[3,9];case 7:return c=l.sent(),r=!0,n=c,[3,9];case 8:try{t||null==a.return||a.return()}finally{if(r)throw n}return[7];case 9:return[2,e]}})})()}).then(function(e){return ee.mergeObjectSync(a,e)}):ee.mergeObjectSync(a,d)}},{key:"shape",get:function(){return this._def.shape()}},{key:"strict",value:function(e){var r=this;return H.errToObj,new t(_object_spread(_object_spread_props(_object_spread({},this._def),{unknownKeys:"strict"}),void 0!==e?{errorMap:function(t,n){var a,i,o,s,u=null!==(o=null===(a=(i=r._def).errorMap)||void 0===a?void 0:a.call(i,t,n).message)&&void 0!==o?o:n.defaultError;return"unrecognized_keys"===t.code?{message:null!==(s=H.errToObj(e).message)&&void 0!==s?s:u}:{message:u}}}:{}))}},{key:"strip",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{unknownKeys:"strip"}))}},{key:"passthrough",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{unknownKeys:"passthrough"}))}},{key:"extend",value:function(e){var r=this;return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return _object_spread({},r._def.shape(),e)}}))}},{key:"merge",value:function(e){var r=this;return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:function(){return _object_spread({},r._def.shape(),e._def.shape())},typeName:ft.ZodObject})}},{key:"setKey",value:function(e,t){return this.augment(_define_property({},e,t))}},{key:"catchall",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{catchall:e}))}},{key:"pick",value:function(e){var r={},n=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(e)[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;e[u]&&this.shape[u]&&(r[u]=this.shape[u])}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return r}}))}},{key:"omit",value:function(e){var r={},n=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;e[u]||(r[u]=this.shape[u])}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return r}}))}},{key:"deepPartial",value:function(){return $e(this)}},{key:"partial",value:function(e){var r={},n=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value,c=this.shape[u];e&&!e[u]?r[u]=c:r[u]=c.optional()}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return r}}))}},{key:"required",value:function(e){var r={},n=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;if(e&&!e[u])r[u]=this.shape[u];else{for(var c=this.shape[u];_instanceof(c,it);)c=c._def.innerType;r[u]=c}}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return r}}))}},{key:"keyof",value:function(){return d(L.objectKeys(this.shape))}}]),t}(de);Ue.create=function(e,t){return new Ue(_object_spread({shape:function(){return e},unknownKeys:"strip",catchall:Fe.create(),typeName:ft.ZodObject},n(t)))},Ue.strictCreate=function(e,t){return new Ue(_object_spread({shape:function(){return e},unknownKeys:"strict",catchall:Fe.create(),typeName:ft.ZodObject},n(t)))},Ue.lazycreate=function(e,t){return new Ue(_object_spread({shape:e,unknownKeys:"strip",catchall:Fe.create(),typeName:ft.ZodObject},n(t)))};var Ve=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=this._def.options;if(t.common.async)return Promise.all(n.map(function(e){return _async_to_generator(function(){var r,n;return _ts_generator(this,function(a){switch(a.label){case 0:return r=_object_spread_props(_object_spread({},t),{common:_object_spread_props(_object_spread({},t.common),{issues:[]}),parent:null}),n={},[4,e._parseAsync({data:t.data,path:t.path,parent:r})];case 1:return[2,(n.result=a.sent(),n.ctx=r,n)]}})})()})).then(function(e){var n=!0,a=!1,i=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;if("valid"===u.result.status)return u.result}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}var c=!0,l=!1,d=void 0;try{for(var _,p=e[Symbol.iterator]();!(c=(_=p.next()).done);c=!0){var f,h=_.value;if("dirty"===h.result.status)return(f=t.common.issues).push.apply(f,_to_consumable_array(h.ctx.common.issues)),h.result}}catch(e){l=!0,d=e}finally{try{c||null==p.return||p.return()}finally{if(l)throw d}}var y=e.map(function(e){return new W(e.ctx.common.issues)});return r(t,{code:K.invalid_union,unionErrors:y}),te});var a,i=void 0,o=[],s=!0,u=!1,c=void 0;try{for(var l,d=n[Symbol.iterator]();!(s=(l=d.next()).done);s=!0){var _=l.value,p=_object_spread_props(_object_spread({},t),{common:_object_spread_props(_object_spread({},t.common),{issues:[]}),parent:null}),f=_._parseSync({data:t.data,path:t.path,parent:p});if("valid"===f.status)return f;"dirty"!==f.status||i||(i={result:f,ctx:p}),p.common.issues.length&&o.push(p.common.issues)}}catch(e){u=!0,c=e}finally{try{s||null==d.return||d.return()}finally{if(u)throw c}}if(i)return(a=t.common.issues).push.apply(a,_to_consumable_array(i.ctx.common.issues)),i.result;var h=o.map(function(e){return new W(e)});return r(t,{code:K.invalid_union,unionErrors:h}),te}},{key:"options",get:function(){return this._def.options}}]),t}(de);Ve.create=function(e,t){return new Ve(_object_spread({options:e,typeName:ft.ZodUnion},n(t)))};var Be=function(e){return _instanceof(e,Qe)?Be(e.schema):_instanceof(e,at)?Be(e.innerType()):_instanceof(e,et)?[e.value]:_instanceof(e,tt)?e.options:_instanceof(e,rt)?L.objectValues(e.enum):_instanceof(e,st)?Be(e._def.innerType):_instanceof(e,Ie)?[void 0]:_instanceof(e,Me)?[null]:_instanceof(e,it)?[void 0].concat(_to_consumable_array(Be(e.unwrap()))):_instanceof(e,ot)?[null].concat(_to_consumable_array(Be(e.unwrap()))):_instanceof(e,dt)||_instanceof(e,pt)?Be(e.unwrap()):_instanceof(e,ut)?Be(e._def.innerType):[]},Ke=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;if(t.parsedType!==V.object)return r(t,{code:K.invalid_type,expected:V.object,received:t.parsedType}),te;var n=this.discriminator,a=t.data[n],i=this.optionsMap.get(a);return i?t.common.async?i._parseAsync({data:t.data,path:t.path,parent:t}):i._parseSync({data:t.data,path:t.path,parent:t}):(r(t,{code:K.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),te)}},{key:"discriminator",get:function(){return this._def.discriminator}},{key:"options",get:function(){return this._def.options}},{key:"optionsMap",get:function(){return this._def.optionsMap}}],[{key:"create",value:function(e,r,a){var i=new Map,o=!0,s=!1,u=void 0;try{for(var c,l=r[Symbol.iterator]();!(o=(c=l.next()).done);o=!0){var d=c.value,_=Be(d.shape[e]);if(!_.length)throw new Error("A discriminator value for key `".concat(e,"` could not be extracted from all schema options"));var p=!0,f=!1,h=void 0;try{for(var y,v=_[Symbol.iterator]();!(p=(y=v.next()).done);p=!0){var m=y.value;if(i.has(m))throw new Error("Discriminator property ".concat(String(e)," has duplicate value ").concat(String(m)));i.set(m,d)}}catch(e){f=!0,h=e}finally{try{p||null==v.return||v.return()}finally{if(f)throw h}}}}catch(e){s=!0,u=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw u}}return new t(_object_spread({typeName:ft.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:i},n(a)))}}]),t}(de);function qe(e,t){var r=B(e),n=B(t);if(e===t)return{valid:!0,data:e};if(r===V.object&&n===V.object){var a=L.objectKeys(t),i=L.objectKeys(e).filter(function(e){return-1!==a.indexOf(e)}),o=_object_spread({},e,t),s=!0,u=!1,c=void 0;try{for(var l,d=i[Symbol.iterator]();!(s=(l=d.next()).done);s=!0){var _=l.value,p=qe(e[_],t[_]);if(!p.valid)return{valid:!1};o[_]=p.data}}catch(e){u=!0,c=e}finally{try{s||null==d.return||d.return()}finally{if(u)throw c}}return{valid:!0,data:o}}if(r===V.array&&n===V.array){if(e.length!==t.length)return{valid:!1};for(var f=[],h=0;h<e.length;h++){var y=qe(e[h],t[h]);if(!y.valid)return{valid:!1};f.push(y.data)}return{valid:!0,data:f}}return r===V.date&&n===V.date&&+e===+t?{valid:!0,data:e}:{valid:!1}}var We=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,a=t.ctx,i=function(e,t){if(ae(e)||ae(t))return te;var i=qe(e.value,t.value);return i.valid?((ie(e)||ie(t))&&n.dirty(),{status:n.value,value:i.data}):(r(a,{code:K.invalid_intersection_types}),te)};return a.common.async?Promise.all([this._def.left._parseAsync({data:a.data,path:a.path,parent:a}),this._def.right._parseAsync({data:a.data,path:a.path,parent:a})]).then(function(e){var t=_sliced_to_array(e,2),r=t[0],n=t[1];return i(r,n)}):i(this._def.left._parseSync({data:a.data,path:a.path,parent:a}),this._def.right._parseSync({data:a.data,path:a.path,parent:a}))}}]),t}(de);We.create=function(e,t,r){return new We(_object_spread({left:e,right:t,typeName:ft.ZodIntersection},n(r)))};var He=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),a=n.status,i=n.ctx;if(i.parsedType!==V.array)return r(i,{code:K.invalid_type,expected:V.array,received:i.parsedType}),te;if(i.data.length<this._def.items.length)return r(i,{code:K.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),te;!this._def.rest&&i.data.length>this._def.items.length&&(r(i,{code:K.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());var o=_to_consumable_array(i.data).map(function(e,r){var n=t._def.items[r]||t._def.rest;return n?n._parse(new ce(i,e,i.path,r)):null}).filter(function(e){return!!e});return i.common.async?Promise.all(o).then(function(e){return ee.mergeArray(a,e)}):ee.mergeArray(a,o)}},{key:"items",get:function(){return this._def.items}},{key:"rest",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{rest:e}))}}]),t}(de);He.create=function(e,t){if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new He(_object_spread({items:e,typeName:ft.ZodTuple,rest:null},n(t)))};var Je=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,a=t.ctx;if(a.parsedType!==V.object)return r(a,{code:K.invalid_type,expected:V.object,received:a.parsedType}),te;var i=[],o=this._def.keyType,s=this._def.valueType;for(var u in a.data)i.push({key:o._parse(new ce(a,u,a.path,u)),value:s._parse(new ce(a,a.data[u],a.path,u)),alwaysSet:u in a.data});return a.common.async?ee.mergeObjectAsync(n,i):ee.mergeObjectSync(n,i)}},{key:"element",get:function(){return this._def.valueType}}],[{key:"create",value:function(e,r,a){return _instanceof(r,de)?new t(_object_spread({keyType:e,valueType:r,typeName:ft.ZodRecord},n(a))):new t(_object_spread({keyType:Ae.create(),valueType:e,typeName:ft.ZodRecord},n(r)))}}]),t}(de),Ge=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,a=t.ctx;if(a.parsedType!==V.map)return r(a,{code:K.invalid_type,expected:V.map,received:a.parsedType}),te;var i=this._def.keyType,o=this._def.valueType,s=_to_consumable_array(a.data.entries()).map(function(e,t){var r=_sliced_to_array(e,2),n=r[0],s=r[1];return{key:i._parse(new ce(a,n,a.path,[t,"key"])),value:o._parse(new ce(a,s,a.path,[t,"value"]))}});if(a.common.async){var u=new Map;return Promise.resolve().then(function(){return _async_to_generator(function(){var e,t,r,a,i,o,c,l,d;return _ts_generator(this,function(_){switch(_.label){case 0:e=!0,t=!1,r=void 0,_.label=1;case 1:_.trys.push([1,7,8,9]),a=s[Symbol.iterator](),_.label=2;case 2:return(e=(i=a.next()).done)?[3,6]:[4,(o=i.value).key];case 3:return c=_.sent(),[4,o.value];case 4:if(l=_.sent(),"aborted"===c.status||"aborted"===l.status)return[2,te];"dirty"!==c.status&&"dirty"!==l.status||n.dirty(),u.set(c.value,l.value),_.label=5;case 5:return e=!0,[3,2];case 6:return[3,9];case 7:return d=_.sent(),t=!0,r=d,[3,9];case 8:try{e||null==a.return||a.return()}finally{if(t)throw r}return[7];case 9:return[2,{status:n.value,value:u}]}})})()})}var c=new Map,l=!0,d=!1,_=void 0;try{for(var p,f=s[Symbol.iterator]();!(l=(p=f.next()).done);l=!0){var h=p.value,y=h.key,v=h.value;if("aborted"===y.status||"aborted"===v.status)return te;"dirty"!==y.status&&"dirty"!==v.status||n.dirty(),c.set(y.value,v.value)}}catch(e){d=!0,_=e}finally{try{l||null==f.return||f.return()}finally{if(d)throw _}}return{status:n.value,value:c}}}]),t}(de);Ge.create=function(e,t,r){return new Ge(_object_spread({valueType:t,keyType:e,typeName:ft.ZodMap},n(r)))};var Ye=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),n=t.status,a=t.ctx;if(a.parsedType!==V.set)return r(a,{code:K.invalid_type,expected:V.set,received:a.parsedType}),te;var i=this._def;null!==i.minSize&&a.data.size<i.minSize.value&&(r(a,{code:K.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),n.dirty()),null!==i.maxSize&&a.data.size>i.maxSize.value&&(r(a,{code:K.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),n.dirty());var o=this._def.valueType;function s(e){var t=new Set,r=!0,a=!1,i=void 0;try{for(var o,s=e[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var u=o.value;if("aborted"===u.status)return te;"dirty"===u.status&&n.dirty(),t.add(u.value)}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return{status:n.value,value:t}}var u=_to_consumable_array(a.data.values()).map(function(e,t){return o._parse(new ce(a,e,a.path,t))});return a.common.async?Promise.all(u).then(function(e){return s(e)}):s(u)}},{key:"min",value:function(e,r){return new t(_object_spread_props(_object_spread({},this._def),{minSize:{value:e,message:H.toString(r)}}))}},{key:"max",value:function(e,r){return new t(_object_spread_props(_object_spread({},this._def),{maxSize:{value:e,message:H.toString(r)}}))}},{key:"size",value:function(e,t){return this.min(e,t).max(e,t)}},{key:"nonempty",value:function(e){return this.min(1,e)}}]),t}(de);Ye.create=function(e,t){return new Ye(_object_spread({valueType:e,minSize:null,maxSize:null,typeName:ft.ZodSet},n(t)))};var Xe=function(e){function a(){var e;return _class_call_check(this,a),(e=_call_super(this,a,arguments)).validate=e.implement,e}return _inherits(a,e),_create_class(a,[{key:"_parse",value:function(e){var n=this._processInputParams(e).ctx;if(n.parsedType!==V.function)return r(n,{code:K.invalid_type,expected:V.function,received:n.parsedType}),te;function a(e,r){return X({data:e,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,t(),G].filter(function(e){return!!e}),issueData:{code:K.invalid_arguments,argumentsError:r}})}function i(e,r){return X({data:e,path:n.path,errorMaps:[n.common.contextualErrorMap,n.schemaErrorMap,t(),G].filter(function(e){return!!e}),issueData:{code:K.invalid_return_type,returnTypeError:r}})}var o={errorMap:n.common.contextualErrorMap},s=n.data;if(_instanceof(this._def.returns,nt)){var u=this;return ne(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return _async_to_generator(function(){var e,r,n;return _ts_generator(this,function(c){switch(c.label){case 0:return e=new W([]),[4,u._def.args.parseAsync(t,o).catch(function(r){throw e.addIssue(a(t,r)),e})];case 1:return r=c.sent(),[4,Reflect.apply(s,this,r)];case 2:return n=c.sent(),[4,u._def.returns._def.type.parseAsync(n,o).catch(function(t){throw e.addIssue(i(n,t)),e})];case 3:return[2,c.sent()]}})}).call(this)})}var c=this;return ne(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=c._def.args.safeParse(t,o);if(!n.success)throw new W([a(t,n.error)]);var u=Reflect.apply(s,this,n.data),l=c._def.returns.safeParse(u,o);if(!l.success)throw new W([i(u,l.error)]);return l.data})}},{key:"parameters",value:function(){return this._def.args}},{key:"returnType",value:function(){return this._def.returns}},{key:"args",value:function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return new a(_object_spread_props(_object_spread({},this._def),{args:He.create(t).rest(ze.create())}))}},{key:"returns",value:function(e){return new a(_object_spread_props(_object_spread({},this._def),{returns:e}))}},{key:"implement",value:function(e){return this.parse(e)}},{key:"strictImplement",value:function(e){return this.parse(e)}}],[{key:"create",value:function(e,t,r){return new a(_object_spread({args:e||He.create([]).rest(ze.create()),returns:t||ze.create(),typeName:ft.ZodFunction},n(r)))}}]),a}(de),Qe=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"schema",get:function(){return this._def.getter()}},{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}]),t}(de);Qe.create=function(e,t){return new Qe(_object_spread({getter:e,typeName:ft.ZodLazy},n(t)))};var et=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(e.data!==this._def.value){var t=this._getOrReturnCtx(e);return r(t,{received:t.data,code:K.invalid_literal,expected:this._def.value}),te}return{status:"valid",value:e.data}}},{key:"value",get:function(){return this._def.value}}]),t}(de);et.create=function(e,t){return new et(_object_spread({value:e,typeName:ft.ZodLiteral},n(t)))};var tt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if("string"!=typeof e.data){var t=this._getOrReturnCtx(e),n=this._def.values;return r(t,{expected:L.joinValues(n),received:t.parsedType,code:K.invalid_type}),te}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){var a=this._getOrReturnCtx(e),i=this._def.values;return r(a,{received:a.data,code:K.invalid_enum_value,options:i}),te}return ne(e.data)}},{key:"options",get:function(){return this._def.values}},{key:"enum",get:function(){var e={},t=!0,r=!1,n=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"Values",get:function(){var e={},t=!0,r=!1,n=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"Enum",get:function(){var e={},t=!0,r=!1,n=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){r=!0,n=e}finally{try{t||null==i.return||i.return()}finally{if(r)throw n}}return e}},{key:"extract",value:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return t.create(e,_object_spread({},this._def,r))}},{key:"exclude",value:function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return t.create(this.options.filter(function(t){return!e.includes(t)}),_object_spread({},this._def,r))}}]),t}(de);tt.create=d;var rt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=L.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==V.string&&n.parsedType!==V.number){var a=L.objectValues(t);return r(n,{expected:L.joinValues(a),received:n.parsedType,code:K.invalid_type}),te}if(this._cache||(this._cache=new Set(L.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){var i=L.objectValues(t);return r(n,{received:n.data,code:K.invalid_enum_value,options:i}),te}return ne(e.data)}},{key:"enum",get:function(){return this._def.values}}]),t}(de);rt.create=function(e,t){return new rt(_object_spread({values:e,typeName:ft.ZodNativeEnum},n(t)))};var nt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"unwrap",value:function(){return this._def.type}},{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e).ctx;if(n.parsedType!==V.promise&&!1===n.common.async)return r(n,{code:K.invalid_type,expected:V.promise,received:n.parsedType}),te;var a=n.parsedType===V.promise?n.data:Promise.resolve(n.data);return ne(a.then(function(e){return t._def.type.parseAsync(e,{path:n.path,errorMap:n.common.contextualErrorMap})}))}}]),t}(de);nt.create=function(e,t){return new nt(_object_spread({type:e,typeName:ft.ZodPromise},n(t)))};var at=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"innerType",value:function(){return this._def.schema}},{key:"sourceType",value:function(){return this._def.schema._def.typeName===ft.ZodEffects?this._def.schema.sourceType():this._def.schema}},{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),a=n.status,i=n.ctx,o=this._def.effect||null,s={addIssue:function(e){r(i,e),e.fatal?a.abort():a.dirty()},get path(){return i.path}};if(s.addIssue=s.addIssue.bind(s),"preprocess"===o.type){var u=o.transform(i.data,s);if(i.common.async)return Promise.resolve(u).then(function(e){return _async_to_generator(function(){var t;return _ts_generator(this,function(r){switch(r.label){case 0:return"aborted"===a.value?[2,te]:[4,this._def.schema._parseAsync({data:e,path:i.path,parent:i})];case 1:return"aborted"===(t=r.sent()).status?[2,te]:"dirty"===t.status||"dirty"===a.value?[2,re(t.value)]:[2,t]}})}).call(t)});if("aborted"===a.value)return te;var c=this._def.schema._parseSync({data:u,path:i.path,parent:i});return"aborted"===c.status?te:"dirty"===c.status||"dirty"===a.value?re(c.value):c}if("refinement"===o.type){var l=function(e){var t=o.refinement(e,s);if(i.common.async)return Promise.resolve(t);if(_instanceof(t,Promise))throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return e};if(!1===i.common.async){var d=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return"aborted"===d.status?te:("dirty"===d.status&&a.dirty(),l(d.value),{status:a.value,value:d.value})}return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(function(e){return"aborted"===e.status?te:("dirty"===e.status&&a.dirty(),l(e.value).then(function(){return{status:a.value,value:e.value}}))})}if("transform"===o.type){if(!1===i.common.async){var _=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!oe(_))return te;var p=o.transform(_.value,s);if(_instanceof(p,Promise))throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:p}}return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(function(e){return oe(e)?Promise.resolve(o.transform(e.value,s)).then(function(e){return{status:a.value,value:e}}):te})}L.assertNever(o)}}]),t}(de);at.create=function(e,t,r){return new at(_object_spread({schema:e,typeName:ft.ZodEffects,effect:t},n(r)))},at.createWithPreprocess=function(e,t,r){return new at(_object_spread({schema:t,effect:{type:"preprocess",transform:e},typeName:ft.ZodEffects},n(r)))};var it=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return this._getType(e)===V.undefined?ne(void 0):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(de);it.create=function(e,t){return new it(_object_spread({innerType:e,typeName:ft.ZodOptional},n(t)))};var ot=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return this._getType(e)===V.null?ne(null):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(de);ot.create=function(e,t){return new ot(_object_spread({innerType:e,typeName:ft.ZodNullable},n(t)))};var st=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,r=t.data;return t.parsedType===V.undefined&&(r=this._def.defaultValue()),this._def.innerType._parse({data:r,path:t.path,parent:t})}},{key:"removeDefault",value:function(){return this._def.innerType}}]),t}(de);st.create=function(e,t){return new st(_object_spread({innerType:e,typeName:ft.ZodDefault,defaultValue:"function"==typeof t.default?t.default:function(){return t.default}},n(t)))};var ut=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,r=this._processInputParams(e).ctx,n=_object_spread_props(_object_spread({},r),{common:_object_spread_props(_object_spread({},r.common),{issues:[]})}),a=this._def.innerType._parse({data:n.data,path:n.path,parent:_object_spread({},n)});return se(a)?a.then(function(e){return{status:"valid",value:"valid"===e.status?e.value:t._def.catchValue({get error(){return new W(n.common.issues)},input:n.data})}}):{status:"valid",value:"valid"===a.status?a.value:this._def.catchValue({get error(){return new W(n.common.issues)},input:n.data})}}},{key:"removeCatch",value:function(){return this._def.innerType}}]),t}(de);ut.create=function(e,t){return new ut(_object_spread({innerType:e,typeName:ft.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:function(){return t.catch}},n(t)))};var ct=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==V.nan){var t=this._getOrReturnCtx(e);return r(t,{code:K.invalid_type,expected:V.nan,received:t.parsedType}),te}return{status:"valid",value:e.data}}}]),t}(de);ct.create=function(e){return new ct(_object_spread({typeName:ft.ZodNaN},n(e)))};var lt=Symbol("zod_brand"),dt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,r=t.data;return this._def.type._parse({data:r,path:t.path,parent:t})}},{key:"unwrap",value:function(){return this._def.type}}]),t}(de),_t=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,r=this._processInputParams(e),n=r.status,a=r.ctx;if(a.common.async){return _async_to_generator(function(){var e;return _ts_generator(this,function(t){switch(t.label){case 0:return[4,this._def.in._parseAsync({data:a.data,path:a.path,parent:a})];case 1:return"aborted"===(e=t.sent()).status?[2,te]:"dirty"===e.status?(n.dirty(),[2,re(e.value)]):[2,this._def.out._parseAsync({data:e.value,path:a.path,parent:a})]}})}).call(t)}var i=this._def.in._parseSync({data:a.data,path:a.path,parent:a});return"aborted"===i.status?te:"dirty"===i.status?(n.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:a.path,parent:a})}}],[{key:"create",value:function(e,r){return new t({in:e,out:r,typeName:ft.ZodPipeline})}}]),t}(de),pt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._def.innerType._parse(e),r=function(e){return oe(e)&&(e.value=Object.freeze(e.value)),e};return se(t)?t.then(function(e){return r(e)}):r(t)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(de);pt.create=function(e,t){return new pt(_object_spread({innerType:e,typeName:ft.ZodReadonly},n(t)))};var ft,ht,yt={object:Ue.lazycreate};(ht=ft||(ft={})).ZodString="ZodString",ht.ZodNumber="ZodNumber",ht.ZodNaN="ZodNaN",ht.ZodBigInt="ZodBigInt",ht.ZodBoolean="ZodBoolean",ht.ZodDate="ZodDate",ht.ZodSymbol="ZodSymbol",ht.ZodUndefined="ZodUndefined",ht.ZodNull="ZodNull",ht.ZodAny="ZodAny",ht.ZodUnknown="ZodUnknown",ht.ZodNever="ZodNever",ht.ZodVoid="ZodVoid",ht.ZodArray="ZodArray",ht.ZodObject="ZodObject",ht.ZodUnion="ZodUnion",ht.ZodDiscriminatedUnion="ZodDiscriminatedUnion",ht.ZodIntersection="ZodIntersection",ht.ZodTuple="ZodTuple",ht.ZodRecord="ZodRecord",ht.ZodMap="ZodMap",ht.ZodSet="ZodSet",ht.ZodFunction="ZodFunction",ht.ZodLazy="ZodLazy",ht.ZodLiteral="ZodLiteral",ht.ZodEnum="ZodEnum",ht.ZodEffects="ZodEffects",ht.ZodNativeEnum="ZodNativeEnum",ht.ZodOptional="ZodOptional",ht.ZodNullable="ZodNullable",ht.ZodDefault="ZodDefault",ht.ZodCatch="ZodCatch",ht.ZodPromise="ZodPromise",ht.ZodBranded="ZodBranded",ht.ZodPipeline="ZodPipeline",ht.ZodReadonly="ZodReadonly";var vt=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{message:"Input not instance of ".concat(e.name)};return p(function(t){return _instanceof(t,e)},t)},mt=Ae.create,gt=Pe.create,bt=ct.create,kt=Te.create,jt=Ne.create,wt=Ce.create,xt=Ee.create,St=Ie.create,Zt=Me.create,Ot=Re.create,At=ze.create,Pt=Fe.create,Tt=Le.create,Nt=De.create,Ct=Ue.create,Et=Ue.strictCreate,It=Ve.create,Mt=Ke.create,Rt=We.create,zt=He.create,Ft=Je.create,Lt=Ge.create,Dt=Ye.create,$t=Xe.create,Ut=Qe.create,Vt=et.create,Bt=tt.create,Kt=rt.create,qt=nt.create,Wt=at.create,Ht=it.create,Jt=ot.create,Gt=at.createWithPreprocess,Yt=_t.create,Xt=function(){return mt().optional()},Qt=function(){return gt().optional()},er=function(){return jt().optional()},tr={string:function(e){return Ae.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},number:function(e){return Pe.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},boolean:function(e){return Ne.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},bigint:function(e){return Te.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},date:function(e){return Ce.create(_object_spread_props(_object_spread({},e),{coerce:!0}))}},rr=te,nr=Symbol("Let zodToJsonSchema decide on which parser to use"),ar={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},ir=function(e){var t=function(e){return"string"==typeof e?_object_spread_props(_object_spread({},ar),{name:e}):_object_spread({},ar,e)}(e),r=void 0!==t.name?_to_consumable_array(t.basePath).concat([t.definitionPath,t.name]):t.basePath;return _object_spread_props(_object_spread({},t),{flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(function(e){var r=_sliced_to_array(e,2),n=r[0],a=r[1];return[a._def,{def:a._def,path:_to_consumable_array(t.basePath).concat([t.definitionPath,n]),jsonSchema:void 0}]}))})},or=function(e,t){for(var r=0;r<e.length&&r<t.length&&e[r]===t[r];r++);return[(e.length-r).toString()].concat(_to_consumable_array(t.slice(r))).join("/")};function sr(e,t,r){var n=null!=r?r:t.dateStrategy;if(Array.isArray(n))return{anyOf:n.map(function(r,n){return sr(e,t,r)})};switch(n){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return ur(e,t)}}var ur=function(e,t){var r={type:"integer",format:"unix-time"};if("openApi3"===t.target)return r;var n=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;switch(u.kind){case"min":h(r,"minimum",u.value,u.message,t);break;case"max":h(r,"maximum",u.value,u.message,t)}}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return r},cr=function(e){return(!("type"in e)||"string"!==e.type)&&"allOf"in e},lr=void 0,dr={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:function(){return void 0===lr&&(lr=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),lr},uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/},_r=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789"),pr={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"},fr=function(e,t){var r=(_instanceof(e.options,Map)?Array.from(e.options.values()):e.options).map(function(e,r){return yr(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","".concat(r)])}))}).filter(function(e){return!!e&&(!t.strictUnions||"object"===(void 0===e?"undefined":_type_of(e))&&Object.keys(e).length>0)});return r.length?{anyOf:r}:void 0},hr=function(e,t,r){switch(t){case ft.ZodString:return m(e,r);case ft.ZodNumber:return function(e,t){var r={type:"number"};if(!e.checks)return r;var n=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;switch(u.kind){case"int":r.type="integer",f(r,"type",u.message,t);break;case"min":"jsonSchema7"===t.target?u.inclusive?h(r,"minimum",u.value,u.message,t):h(r,"exclusiveMinimum",u.value,u.message,t):(u.inclusive||(r.exclusiveMinimum=!0),h(r,"minimum",u.value,u.message,t));break;case"max":"jsonSchema7"===t.target?u.inclusive?h(r,"maximum",u.value,u.message,t):h(r,"exclusiveMaximum",u.value,u.message,t):(u.inclusive||(r.exclusiveMaximum=!0),h(r,"maximum",u.value,u.message,t));break;case"multipleOf":h(r,"multipleOf",u.value,u.message,t)}}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return r}(e,r);case ft.ZodObject:return function(e,t){var r="openAi"===t.target,n={type:"object",properties:{}},a=[],i=e.shape();for(var o in i){var s=i[o];if(void 0!==s&&void 0!==s._def){var u=Z(s);u&&r&&("ZodOptional"===s._def.typeName&&(s=s._def.innerType),s.isNullable()||(s=s.nullable()),u=!1);var c=yr(s._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["properties",o]),propertyPath:_to_consumable_array(t.currentPath).concat(["properties",o])}));void 0!==c&&(n.properties[o]=c,u||a.push(o))}}a.length&&(n.required=a);var l=S(e,t);return void 0!==l&&(n.additionalProperties=l),n}(e,r);case ft.ZodBigInt:return function(e,t){var r={type:"integer",format:"int64"};if(!e.checks)return r;var n=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var u=o.value;switch(u.kind){case"min":"jsonSchema7"===t.target?u.inclusive?h(r,"minimum",u.value,u.message,t):h(r,"exclusiveMinimum",u.value,u.message,t):(u.inclusive||(r.exclusiveMinimum=!0),h(r,"minimum",u.value,u.message,t));break;case"max":"jsonSchema7"===t.target?u.inclusive?h(r,"maximum",u.value,u.message,t):h(r,"exclusiveMaximum",u.value,u.message,t):(u.inclusive||(r.exclusiveMaximum=!0),h(r,"maximum",u.value,u.message,t));break;case"multipleOf":h(r,"multipleOf",u.value,u.message,t)}}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return r}(e,r);case ft.ZodBoolean:return{type:"boolean"};case ft.ZodDate:return sr(e,r);case ft.ZodUndefined:return function(e){return{not:y(e)}}(r);case ft.ZodNull:return function(e){return"openApi3"===e.target?{enum:["null"],nullable:!0}:{type:"null"}}(r);case ft.ZodArray:return function(e,t){var r,n,a,i={type:"array"};return(null===(r=e.type)||void 0===r?void 0:r._def)&&(null===(a=e.type)||void 0===a||null===(n=a._def)||void 0===n?void 0:n.typeName)!==ft.ZodAny&&(i.items=yr(e.type._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items"])}))),e.minLength&&h(i,"minItems",e.minLength.value,e.minLength.message,t),e.maxLength&&h(i,"maxItems",e.maxLength.value,e.maxLength.message,t),e.exactLength&&(h(i,"minItems",e.exactLength.value,e.exactLength.message,t),h(i,"maxItems",e.exactLength.value,e.exactLength.message,t)),i}(e,r);case ft.ZodUnion:case ft.ZodDiscriminatedUnion:return function(e,t){if("openApi3"===t.target)return fr(e,t);var r=_instanceof(e.options,Map)?Array.from(e.options.values()):e.options;if(r.every(function(e){return e._def.typeName in pr&&(!e._def.checks||!e._def.checks.length)})){var n=r.reduce(function(e,t){var r=pr[t._def.typeName];return r&&!e.includes(r)?_to_consumable_array(e).concat([r]):e},[]);return{type:n.length>1?n:n[0]}}if(r.every(function(e){return"ZodLiteral"===e._def.typeName&&!e.description})){var a=r.reduce(function(e,t){var r=_type_of(t._def.value);switch(r){case"string":case"number":case"boolean":return _to_consumable_array(e).concat([r]);case"bigint":return _to_consumable_array(e).concat(["integer"]);case"object":if(null===t._def.value)return _to_consumable_array(e).concat(["null"]);default:return e}},[]);if(a.length===r.length){var i=a.filter(function(e,t,r){return r.indexOf(e)===t});return{type:i.length>1?i:i[0],enum:r.reduce(function(e,t){return e.includes(t._def.value)?e:_to_consumable_array(e).concat([t._def.value])},[])}}}else if(r.every(function(e){return"ZodEnum"===e._def.typeName}))return{type:"string",enum:r.reduce(function(e,t){return _to_consumable_array(e).concat(_to_consumable_array(t._def.values.filter(function(t){return!e.includes(t)})))},[])};return fr(e,t)}(e,r);case ft.ZodIntersection:return function(e,t){var r=[yr(e.left._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])})),yr(e.right._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","1"])}))].filter(function(e){return!!e}),n="jsonSchema2019-09"===t.target?{unevaluatedProperties:!1}:void 0,a=[];return r.forEach(function(e){if(cr(e)){var t;(t=a).push.apply(t,_to_consumable_array(e.allOf)),void 0===e.unevaluatedProperties&&(n=void 0)}else{var r=e;"additionalProperties"in e&&!1===e.additionalProperties?(e.additionalProperties,r=_object_without_properties(e,["additionalProperties"])):n=void 0,a.push(r)}}),a.length?_object_spread({allOf:a},n):void 0}(e,r);case ft.ZodTuple:return function(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map(function(e,r){return yr(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","".concat(r)])}))}).reduce(function(e,t){return void 0===t?e:_to_consumable_array(e).concat([t])},[]),additionalItems:yr(e.rest._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalItems"])}))}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map(function(e,r){return yr(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","".concat(r)])}))}).reduce(function(e,t){return void 0===t?e:_to_consumable_array(e).concat([t])},[])}}(e,r);case ft.ZodRecord:return x(e,r);case ft.ZodLiteral:return function(e,t){var r=_type_of(e.value);return"bigint"!==r&&"number"!==r&&"boolean"!==r&&"string"!==r?{type:Array.isArray(e.value)?"array":"object"}:"openApi3"===t.target?{type:"bigint"===r?"integer":r,enum:[e.value]}:{type:"bigint"===r?"integer":r,const:e.value}}(e,r);case ft.ZodEnum:return function(e){return{type:"string",enum:Array.from(e.values)}}(e);case ft.ZodNativeEnum:return function(e){var t=e.values,r=Object.keys(e.values).filter(function(e){return"number"!=typeof t[t[e]]}).map(function(e){return t[e]}),n=Array.from(new Set(r.map(function(e){return void 0===e?"undefined":_type_of(e)})));return{type:1===n.length?"string"===n[0]?"string":"number":["string","number"],enum:r}}(e);case ft.ZodNullable:return function(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return"openApi3"===t.target?{type:pr[e.innerType._def.typeName],nullable:!0}:{type:[pr[e.innerType._def.typeName],"null"]};if("openApi3"===t.target){var r=yr(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath)}));return r&&"$ref"in r?{allOf:[r],nullable:!0}:r&&_object_spread_props(_object_spread({},r),{nullable:!0})}var n=yr(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","0"])}));return n&&{anyOf:[n,{type:"null"}]}}(e,r);case ft.ZodOptional:return function(e,t){var r;if(t.currentPath.toString()===(null===(r=t.propertyPath)||void 0===r?void 0:r.toString()))return yr(e.innerType._def,t);var n=yr(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","1"])}));return n?{anyOf:[{not:y(t)},n]}:y(t)}(e,r);case ft.ZodMap:return function(e,t){return"record"===t.mapStrategy?x(e,t):{type:"array",maxItems:125,items:{type:"array",items:[yr(e.keyType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","items","0"])}))||y(t),yr(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","items","1"])}))||y(t)],minItems:2,maxItems:2}}}(e,r);case ft.ZodSet:return function(e,t){var r={type:"array",uniqueItems:!0,items:yr(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items"])}))};return e.minSize&&h(r,"minItems",e.minSize.value,e.minSize.message,t),e.maxSize&&h(r,"maxItems",e.maxSize.value,e.maxSize.message,t),r}(e,r);case ft.ZodLazy:return function(){return e.getter()._def};case ft.ZodPromise:return function(e,t){return yr(e.type._def,t)}(e,r);case ft.ZodNaN:case ft.ZodNever:return function(e){return"openAi"===e.target?void 0:{not:y(_object_spread_props(_object_spread({},e),{currentPath:_to_consumable_array(e.currentPath).concat(["not"])}))}}(r);case ft.ZodEffects:return function(e,t){return"input"===t.effectStrategy?yr(e.schema._def,t):y(t)}(e,r);case ft.ZodAny:return y(r);case ft.ZodUnknown:return function(e){return y(e)}(r);case ft.ZodDefault:return function(e,t){return _object_spread_props(_object_spread({},yr(e.innerType._def,t)),{default:e.defaultValue()})}(e,r);case ft.ZodBranded:return v(e,r);case ft.ZodReadonly:case ft.ZodCatch:return function(e,t){return yr(e.innerType._def,t)}(e,r);case ft.ZodPipeline:return function(e,t){if("input"===t.pipeStrategy)return yr(e.in._def,t);if("output"===t.pipeStrategy)return yr(e.out._def,t);var r=yr(e.in._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])}));return{allOf:[r,yr(e.out._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf",r?"1":"0"])}))].filter(function(e){return void 0!==e})}}(e,r);case ft.ZodFunction:case ft.ZodVoid:case ft.ZodSymbol:default:return}};function yr(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=t.seen.get(e);if(t.override){var a,i=null===(a=t.override)||void 0===a?void 0:a.call(t,e,t,n,r);if(i!==nr)return i}if(n&&!r){var o=vr(n,t);if(void 0!==o)return o}var s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);var u=hr(e,e.typeName,t),c="function"==typeof u?yr(u(),t):u;if(c&&mr(e,t,c),t.postProcess){var l=t.postProcess(c,e,t);return s.jsonSchema=c,l}return s.jsonSchema=c,c}var vr=function(e,t){switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:or(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every(function(e,r){return t.currentPath[r]===e})?(console.warn("Recursive reference detected at ".concat(t.currentPath.join("/"),"! Defaulting to any")),y(t)):"seen"===t.$refStrategy?y(t):void 0}},mr=function(e,t,r){return e.description&&(r.description=e.description,t.markdownDescription&&(r.markdownDescription=e.description)),r},gr=function(e,t){var r,n=ir(t),a="object"===(void 0===t?"undefined":_type_of(t))&&t.definitions?Object.entries(t.definitions).reduce(function(e,t){var r,a=_sliced_to_array(t,2),i=a[0],o=a[1];return _object_spread_props(_object_spread({},e),_define_property({},i,null!==(r=yr(o._def,_object_spread_props(_object_spread({},n),{currentPath:_to_consumable_array(n.basePath).concat([n.definitionPath,i])}),!0))&&void 0!==r?r:y(n)))},{}):void 0,i="string"==typeof t?t:"title"===(null==t?void 0:t.nameStrategy)||null==t?void 0:t.name,o=null!==(r=yr(e._def,void 0===i?n:_object_spread_props(_object_spread({},n),{currentPath:_to_consumable_array(n.basePath).concat([n.definitionPath,i])}),!1))&&void 0!==r?r:y(n),s="object"===(void 0===t?"undefined":_type_of(t))&&void 0!==t.name&&"title"===t.nameStrategy?t.name:void 0;void 0!==s&&(o.title=s),n.flags.hasReferencedOpenAiAnyType&&(a||(a={}),a[n.openAiAnyTypeName]||(a[n.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:"relative"===n.$refStrategy?"1":_to_consumable_array(n.basePath).concat([n.definitionPath,n.openAiAnyTypeName]).join("/")}}));var u=void 0===i?a?_object_spread_props(_object_spread({},o),_define_property({},n.definitionPath,a)):o:_define_property({$ref:_to_consumable_array("relative"===n.$refStrategy?[]:n.basePath).concat([n.definitionPath,i]).join("/")},n.definitionPath,_object_spread_props(_object_spread({},a),_define_property({},i,o)));return"jsonSchema7"===n.target?u.$schema="http://json-schema.org/draft-07/schema#":"jsonSchema2019-09"!==n.target&&"openAi"!==n.target||(u.$schema="https://json-schema.org/draft/2019-09/schema#"),"openAi"===n.target&&("anyOf"in u||"oneOf"in u||"allOf"in u||"type"in u&&Array.isArray(u.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),u},br=U.record(U.string(),U.boolean()).describe("Consent requirement mapping"),kr=U.lazy(function(){return U.union([U.string(),U.number(),U.boolean(),Sr,U.array(kr)])}),jr=U.tuple([kr,kr]).describe("Loop: [source, transform] tuple for array transformations"),wr=U.array(kr).describe("Set: Array of values"),xr=U.record(U.string(),kr).describe("Map: Object mapping keys to values"),Sr=U.object({key:U.string().optional().describe('Property path (e.g., "data.id")'),value:U.union([U.string(),U.number(),U.boolean()]).optional().describe("Static primitive value"),fn:U.string().optional().describe("Function string for custom transformation"),map:xr.optional().describe("Object with key-value mappings"),loop:jr.optional().describe("Tuple [source, transform]"),set:wr.optional().describe("Array of values"),consent:br.optional().describe("Required consent states"),condition:U.string().optional().describe("Condition function string"),validate:U.string().optional().describe("Validation function string")}).refine(function(e){return Object.keys(e).length>0},{message:"ValueConfig must have at least one property"}).describe("Value configuration for transformations"),Zr=jr,Or=wr,Ar=xr,Pr=(gr(Sr,{target:"jsonSchema7",$refStrategy:"relative",name:"ValueConfig"}),gr(Zr,{target:"jsonSchema7",$refStrategy:"relative",name:"Loop"}),gr(Or,{target:"jsonSchema7",$refStrategy:"relative",name:"Set"}),gr(Ar,{target:"jsonSchema7",$refStrategy:"relative",name:"Map"}),{merge:!0,shallow:!0,extend:!0}),Tr={},Nr={};z(Nr,{env:function(){return Cr},events:function(){return Mr},mapping:function(){return Rr}});var Cr={};z(Cr,{init:function(){return Er},push:function(){return Ir}});var Er={window:{plausible:void 0},document:{createElement:function(){return{src:"",dataset:{},setAttribute:function(){},removeAttribute:function(){}}},head:{appendChild:function(){}},querySelector:function(){return null}}},Ir={window:{plausible:Object.assign(function(){},{q:[]})},document:{createElement:function(){return{src:"",dataset:{},setAttribute:function(){},removeAttribute:function(){}}},head:{appendChild:function(){}},querySelector:function(){return null}}},Mr={};z(Mr,{customEvent:function(){return C},purchase:function(){return N}});var Rr={};z(Rr,{config:function(){return Lr},customEvent:function(){return zr},purchase:function(){return Fr}});var zr={name:"Custom Event",data:{map:{props:"data",revenue:"data.number"}}},Fr={name:"purchase",data:{map:{revenue:{map:{currency:{value:"EUR"},amount:"data.total"}}}}},Lr={entity:{action:zr},order:{complete:Fr}},Dr={};z(Dr,{mappingSchema:function(){return Br},mappingUiSchema:function(){return Kr},settingsSchema:function(){return Ur},settingsUiSchema:function(){return Vr}});var $r,Ur={type:"object",title:"Plausible Settings",properties:{domain:{type:"string",title:"Domain",description:"Your website domain for Plausible tracking",format:"hostname"}}},Vr={domain:{"ui:placeholder":"e.g., example.com","ui:help":"Domain as configured in your Plausible dashboard"}},Br={type:"object",title:"Plausible Mapping",properties:{},additionalProperties:!1},Kr={},qr={type:"plausible",config:{},init:function(e){var t=e.config,r=e.env,n=T(r).window,a=t.settings||{};return t.loadScript&&function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"https://plausible.io/js/script.manual.js",n=T(t).document,a=n.createElement("script");a.src=r,e&&(a.dataset.domain=e),n.head.appendChild(a)}(a.domain,r),n.plausible=n.plausible||function(){(n.plausible.q=n.plausible.q||[]).push(arguments)},t},push:function(e,t){t.config;var r=t.data,n=t.env,a=O(r)?r:{};(0,T(n).window.plausible)("".concat(e.name),a)}},Wr=qr;return $r=F,function(e,t,r,n){if(t&&"object"===(void 0===t?"undefined":_type_of(t))||"function"==typeof t){var a=!0,i=!1,o=void 0;try{for(var s,u=function(){var a=s.value;R.call(e,a)||a===r||E(e,a,{get:function(){return t[a]},enumerable:!(n=I(t,a))||n.enumerable})},c=M(t)[Symbol.iterator]();!(a=(s=c.next()).done);a=!0)u()}catch(e){i=!0,o=e}finally{try{a||null==c.return||c.return()}finally{if(i)throw o}}}return e}(E({},"__esModule",{value:!0}),$r)}();
1
+ "use strict";function _array_like_to_array(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function _array_with_holes(e){if(Array.isArray(e))return e}function _array_without_holes(e){if(Array.isArray(e))return _array_like_to_array(e)}function _assert_this_initialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function asyncGeneratorStep(e,t,n,r,a,i,o){try{var s=e[i](o),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,a)}function _async_to_generator(e){return function(){var t=this,n=arguments;return new Promise(function(r,a){var i=e.apply(t,n);function o(e){asyncGeneratorStep(i,r,a,o,s,"next",e)}function s(e){asyncGeneratorStep(i,r,a,o,s,"throw",e)}o(void 0)})}}function _call_super(e,t,n){return t=_get_prototype_of(t),_possible_constructor_return(e,_is_native_reflect_construct()?Reflect.construct(t,n||[],_get_prototype_of(e).constructor):t.apply(e,n))}function _class_call_check(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _construct(e,t,n){return _construct=_is_native_reflect_construct()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var a=new(Function.bind.apply(e,r));return n&&_set_prototype_of(a,n.prototype),a},_construct.apply(null,arguments)}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function _create_class(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),e}function _define_property(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _get_prototype_of(e){return _get_prototype_of=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},_get_prototype_of(e)}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&_set_prototype_of(e,t)}function _instanceof(e,t){return null!=t&&"undefined"!=typeof Symbol&&t[Symbol.hasInstance]?!!t[Symbol.hasInstance](e):e instanceof t}function _is_native_function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _iterable_to_array(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _iterable_to_array_limit(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,i=[],o=!0,s=!1;try{for(n=n.call(e);!(o=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);o=!0);}catch(e){s=!0,a=e}finally{try{o||null==n.return||n.return()}finally{if(s)throw a}}return i}}function _non_iterable_rest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _non_iterable_spread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _object_spread(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){_define_property(e,t,n[t])})}return e}function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function _object_spread_props(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function _object_without_properties(e,t){if(null==e)return{};var n,r,a=_object_without_properties_loose(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function _object_without_properties_loose(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}function _possible_constructor_return(e,t){return!t||"object"!==_type_of(t)&&"function"!=typeof t?_assert_this_initialized(e):t}function _set_prototype_of(e,t){return _set_prototype_of=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_set_prototype_of(e,t)}function _sliced_to_array(e,t){return _array_with_holes(e)||_iterable_to_array_limit(e,t)||_unsupported_iterable_to_array(e,t)||_non_iterable_rest()}function _to_consumable_array(e){return _array_without_holes(e)||_iterable_to_array(e)||_unsupported_iterable_to_array(e)||_non_iterable_spread()}function _type_of(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}function _unsupported_iterable_to_array(e,t){if(e){if("string"==typeof e)return _array_like_to_array(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_array_like_to_array(e,t):void 0}}function _wrap_native_super(e){var t="function"==typeof Map?new Map:void 0;return _wrap_native_super=function(e){if(null===e||!_is_native_function(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return _construct(e,arguments,_get_prototype_of(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),_set_prototype_of(n,e)},_wrap_native_super(e)}function _is_native_reflect_construct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_is_native_reflect_construct=function(){return!!e})()}function _ts_generator(e,t){var n,r,a,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=s(0),o.throw=s(1),o.return=s(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(s){return function(c){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(a=2&s[0]?r.return:s[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,s[1])).done)return a;switch(r=0,a&&(s=[2&s[0],a.value]),s[0]){case 0:case 1:a=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(a=i.trys,(a=a.length>0&&a[a.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!a||s[1]>a[0]&&s[1]<a[3])){i.label=s[1];break}if(6===s[0]&&i.label<a[1]){i.label=a[1],a=s;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(s);break}a[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=a=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}var Destination=function(){var e=function(e){Q=e},t=function(){return Q},n=function(e,n){var r=t(),a=X({issueData:n,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===Y?void 0:Y].filter(function(e){return!!e})});e.common.issues.push(a)},r=function(e){if(!e)return{};var t=e.errorMap,n=e.invalid_type_error,r=e.required_error,a=e.description;if(t&&(n||r))throw new Error('Can\'t use "invalid_type_error" or "required_error" in conjunction with custom error map.');if(t)return{errorMap:t,description:a};return{errorMap:function(t,a){var i,o,s=e.message;return"invalid_enum_value"===t.code?{message:null!=s?s:a.defaultError}:void 0===a.data?{message:null!==(i=null!=s?s:r)&&void 0!==i?i:a.defaultError}:"invalid_type"!==t.code?{message:a.defaultError}:{message:null!==(o=null!=s?s:n)&&void 0!==o?o:a.defaultError}},description:a}},a=function(e){var t="[0-5]\\d";e.precision?t="".concat(t,"\\.\\d{").concat(e.precision,"}"):null==e.precision&&(t="".concat(t,"(\\.\\d+)?"));var n=e.precision?"+":"?";return"([01]\\d|2[0-3]):[0-5]\\d(:".concat(t,")").concat(n)},i=function(e){return new RegExp("^".concat(a(e),"$"))},o=function(e){var t="".concat(Ze,"T").concat(a(e)),n=[];return n.push(e.local?"Z?":"Z"),e.offset&&n.push("([+-]\\d{2}:?\\d{2})"),t="".concat(t,"(").concat(n.join("|"),")"),new RegExp("^".concat(t,"$"))},s=function(e,t){return!("v4"!==t&&t||!ke.test(e))||!("v6"!==t&&t||!Se.test(e))},c=function(e,t){if(!ve.test(e))return!1;try{var n=_sliced_to_array(e.split("."),1)[0];if(!n)return!1;var r=n.replace(/-/g,"+").replace(/_/g,"/").padEnd(n.length+(4-n.length%4)%4,"="),a=JSON.parse(atob(r));return"object"===(void 0===a?"undefined":_type_of(a))&&null!==a&&((!("typ"in a)||"JWT"===(null==a?void 0:a.typ))&&(!!a.alg&&(!t||a.alg===t)))}catch(e){return!1}},u=function(e,t){return!("v4"!==t&&t||!je.test(e))||!("v6"!==t&&t||!we.test(e))},l=function(e,t){var n=(e.toString().split(".")[1]||"").length,r=(t.toString().split(".")[1]||"").length,a=n>r?n:r;return Number.parseInt(e.toFixed(a).replace(".",""))%Number.parseInt(t.toFixed(a).replace(".",""))/Math.pow(10,a)},d=function(e,t){return new nt(_object_spread({values:e,typeName:ht.ZodEnum},r(t)))},p=function(e,t){var n="function"==typeof e?e(t):"string"==typeof e?{message:e}:e;return"string"==typeof n?{message:n}:n},f=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return e?De.create().superRefine(function(r,a){var i=e(r);if(_instanceof(i,Promise))return i.then(function(e){if(!e){var i,o,s=p(t,r),c=null===(o=null!==(i=s.fatal)&&void 0!==i?i:n)||void 0===o||o;a.addIssue(_object_spread_props(_object_spread({code:"custom"},s),{fatal:c}))}});if(!i){var o,s,c=p(t,r),u=null===(s=null!==(o=c.fatal)&&void 0!==o?o:n)||void 0===s||s;a.addIssue(_object_spread_props(_object_spread({code:"custom"},c),{fatal:u}))}}):De.create()},_=function(e,t,n,r){(null==r?void 0:r.errorMessages)&&n&&(e.errorMessage=_object_spread_props(_object_spread({},e.errorMessage),_define_property({},t,n)))},h=function(e,t,n,r,a){e[t]=n,_(e,t,r,a)},m=function(e){if("openAi"!==e.target)return{};var t=_to_consumable_array(e.basePath).concat([e.definitionPath,e.openAiAnyTypeName]);return e.flags.hasReferencedOpenAiAnyType=!0,{$ref:"relative"===e.$refStrategy?cn(t,e.currentPath):t.join("/")}},y=function(e,t){return vn(e.type._def,t)},v=function(e,t){var n={type:"string"};if(e.checks){var r=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;switch(c.kind){case"min":h(n,"minLength","number"==typeof n.minLength?Math.max(n.minLength,c.value):c.value,c.message,t);break;case"max":h(n,"maxLength","number"==typeof n.maxLength?Math.min(n.maxLength,c.value):c.value,c.message,t);break;case"email":switch(t.emailStrategy){case"format:email":k(n,"email",c.message,t);break;case"format:idn-email":k(n,"idn-email",c.message,t);break;case"pattern:zod":j(n,fn.email,c.message,t)}break;case"url":k(n,"uri",c.message,t);break;case"uuid":k(n,"uuid",c.message,t);break;case"regex":j(n,c.regex,c.message,t);break;case"cuid":j(n,fn.cuid,c.message,t);break;case"cuid2":j(n,fn.cuid2,c.message,t);break;case"startsWith":j(n,RegExp("^".concat(b(c.value,t))),c.message,t);break;case"endsWith":j(n,RegExp("".concat(b(c.value,t),"$")),c.message,t);break;case"datetime":k(n,"date-time",c.message,t);break;case"date":k(n,"date",c.message,t);break;case"time":k(n,"time",c.message,t);break;case"duration":k(n,"duration",c.message,t);break;case"length":h(n,"minLength","number"==typeof n.minLength?Math.max(n.minLength,c.value):c.value,c.message,t),h(n,"maxLength","number"==typeof n.maxLength?Math.min(n.maxLength,c.value):c.value,c.message,t);break;case"includes":j(n,RegExp(b(c.value,t)),c.message,t);break;case"ip":"v6"!==c.version&&k(n,"ipv4",c.message,t),"v4"!==c.version&&k(n,"ipv6",c.message,t);break;case"base64url":j(n,fn.base64url,c.message,t);break;case"jwt":j(n,fn.jwt,c.message,t);break;case"cidr":"v6"!==c.version&&j(n,fn.ipv4Cidr,c.message,t),"v4"!==c.version&&j(n,fn.ipv6Cidr,c.message,t);break;case"emoji":j(n,fn.emoji(),c.message,t);break;case"ulid":j(n,fn.ulid,c.message,t);break;case"base64":switch(t.base64Strategy){case"format:binary":k(n,"binary",c.message,t);break;case"contentEncoding:base64":h(n,"contentEncoding","base64",c.message,t);break;case"pattern:zod":j(n,fn.base64,c.message,t)}break;case"nanoid":j(n,fn.nanoid,c.message,t);case"toLowerCase":case"toUpperCase":case"trim":break;default:(function(){})()}}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}}return n},b=function(e,t){return"escape"===t.patternStrategy?g(e):e},g=function(e){for(var t="",n=0;n<e.length;n++)_n.has(e[n])||(t+="\\"),t+=e[n];return t},k=function(e,t,n,r){var a;e.format||(null===(a=e.anyOf)||void 0===a?void 0:a.some(function(e){return e.format}))?(e.anyOf||(e.anyOf=[]),e.format&&(e.anyOf.push(_object_spread({format:e.format},e.errorMessage&&r.errorMessages&&{errorMessage:{format:e.errorMessage.format}})),delete e.format,e.errorMessage&&(delete e.errorMessage.format,0===Object.keys(e.errorMessage).length&&delete e.errorMessage)),e.anyOf.push(_object_spread({format:t},n&&r.errorMessages&&{errorMessage:{format:n}}))):h(e,"format",t,n,r)},j=function(e,t,n,r){var a;e.pattern||(null===(a=e.allOf)||void 0===a?void 0:a.some(function(e){return e.pattern}))?(e.allOf||(e.allOf=[]),e.pattern&&(e.allOf.push(_object_spread({pattern:e.pattern},e.errorMessage&&r.errorMessages&&{errorMessage:{pattern:e.errorMessage.pattern}})),delete e.pattern,e.errorMessage&&(delete e.errorMessage.pattern,0===Object.keys(e.errorMessage).length&&delete e.errorMessage)),e.allOf.push(_object_spread({pattern:S(t,r)},n&&r.errorMessages&&{errorMessage:{pattern:n}}))):h(e,"pattern",S(t,r),n,r)},S=function(e,t){if(!t.applyRegexFlags||!e.flags)return e.source;for(var n=e.flags.includes("i"),r=e.flags.includes("m"),a=e.flags.includes("s"),i=n?e.source.toLowerCase():e.source,o="",s=!1,c=!1,u=!1,l=0;l<i.length;l++)if(s)o+=i[l],s=!1;else{if(n)if(c){if(i[l].match(/[a-z]/)){var d;u?(o+=i[l],o+="".concat(i[l-2],"-").concat(i[l]).toUpperCase(),u=!1):"-"===i[l+1]&&(null===(d=i[l+2])||void 0===d?void 0:d.match(/[a-z]/))?(o+=i[l],u=!0):o+="".concat(i[l]).concat(i[l].toUpperCase());continue}}else if(i[l].match(/[a-z]/)){o+="[".concat(i[l]).concat(i[l].toUpperCase(),"]");continue}if(r){if("^"===i[l]){o+="(^|(?<=[\r\n]))";continue}if("$"===i[l]){o+="($|(?=[\r\n]))";continue}}a&&"."===i[l]?o+=c?"".concat(i[l],"\r\n"):"[".concat(i[l],"\r\n]"):(o+=i[l],"\\"===i[l]?s=!0:c&&"]"===i[l]?c=!1:c||"["!==i[l]||(c=!0))}try{new RegExp(o)}catch(n){return console.warn("Could not convert regex pattern at ".concat(t.currentPath.join("/")," to a flag-independent form! Falling back to the flag-ignorant source")),e.source}return o},w=function(e,t){var n,r,a,i,o,s,c;if("openAi"===t.target&&console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead."),"openApi3"===t.target&&(null===(n=e.keyType)||void 0===n?void 0:n._def.typeName)===ht.ZodEnum)return{type:"object",required:e.keyType._def.values,properties:e.keyType._def.values.reduce(function(n,r){var a;return _object_spread_props(_object_spread({},n),_define_property({},r,null!==(a=vn(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["properties",r])})))&&void 0!==a?a:m(t)))},{}),additionalProperties:t.rejectedAdditionalProperties};var u={type:"object",additionalProperties:null!==(c=vn(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalProperties"])})))&&void 0!==c?c:t.allowedAdditionalProperties};if("openApi3"===t.target)return u;if((null===(r=e.keyType)||void 0===r?void 0:r._def.typeName)===ht.ZodString&&(null===(a=e.keyType._def.checks)||void 0===a?void 0:a.length)){var l=v(e.keyType._def,t),d=(l.type,_object_without_properties(l,["type"]));return _object_spread_props(_object_spread({},u),{propertyNames:d})}if((null===(i=e.keyType)||void 0===i?void 0:i._def.typeName)===ht.ZodEnum)return _object_spread_props(_object_spread({},u),{propertyNames:{enum:e.keyType._def.values}});if((null===(o=e.keyType)||void 0===o?void 0:o._def.typeName)===ht.ZodBranded&&e.keyType._def.type._def.typeName===ht.ZodString&&(null===(s=e.keyType._def.type._def.checks)||void 0===s?void 0:s.length)){var p=y(e.keyType._def,t),f=(p.type,_object_without_properties(p,["type"]));return _object_spread_props(_object_spread({},u),{propertyNames:f})}return u},x=function(e,t){if("ZodNever"!==e.catchall._def.typeName)return vn(e.catchall._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalProperties"])}));switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return"strict"===t.removeAdditionalStrategy?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}},P=function(e){try{return e.isOptional()}catch(e){return!0}},Z=function(e){return kn(e,{target:"jsonSchema7",$refStrategy:"none"})},O=function(e){return"object"==(void 0===e?"undefined":_type_of(e))&&null!==e&&!function(e){return Array.isArray(e)}(e)&&"[object Object]"===Object.prototype.toString.call(e)},A=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.timestamp||(new Date).setHours(0,13,37,0),n=e.group||"gr0up",r=e.count||1,a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n=_object_spread({},Pa,n);var r=Object.entries(t).reduce(function(t,r){var a=_sliced_to_array(r,2),i=a[0],o=a[1],s=e[i];return n.merge&&Array.isArray(s)&&Array.isArray(o)?t[i]=o.reduce(function(e,t){return e.includes(t)?e:_to_consumable_array(e).concat([t])},_to_consumable_array(s)):(n.extend||i in e)&&(t[i]=o),t},{});return n.shallow?_object_spread({},e,r):(Object.assign(e,r),e)}({name:"entity action",data:{string:"foo",number:1,boolean:!0,array:[0,"text",!1],not:void 0},context:{dev:["test",1]},globals:{lang:"elb"},custom:{completely:"random"},user:{id:"us3r",device:"c00k13",session:"s3ss10n"},nested:[{entity:"child",data:{is:"subordinated"},nested:[],context:{element:["child",0]}}],consent:{functional:!0},id:"".concat(t,"-").concat(n,"-").concat(r),trigger:"test",entity:"entity",action:"action",timestamp:t,timing:3.14,group:n,count:r,version:{source:"0.3.0",tagging:1},source:{type:"web",id:"https://localhost:80",previous_id:"http://remotehost:9001"}},e,{merge:!1});if(e.name){var i,o=_sliced_to_array(null!==(i=e.name.split(" "))&&void 0!==i?i:[],2),s=o[0],c=o[1];s&&c&&(a.entity=s,a.action=c)}return a},T=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"entity action",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.timestamp||(new Date).setHours(0,13,37,0),r={data:{id:"ers",name:"Everyday Ruck Snack",color:"black",size:"l",price:420}},a={data:{id:"cc",name:"Cool Cap",size:"one size",price:42}};return A(_object_spread_props(_object_spread({},{"cart view":{data:{currency:"EUR",value:2*r.data.price},context:{shopping:["cart",0]},globals:{pagegroup:"shop"},nested:[{entity:"product",data:_object_spread_props(_object_spread({},r.data),{quantity:2}),context:{shopping:["cart",0]},nested:[]}],trigger:"load"},"checkout view":{data:{step:"payment",currency:"EUR",value:r.data.price+a.data.price},context:{shopping:["checkout",0]},globals:{pagegroup:"shop"},nested:[_object_spread_props(_object_spread({entity:"product"},r),{context:{shopping:["checkout",0]},nested:[]}),_object_spread_props(_object_spread({entity:"product"},a),{context:{shopping:["checkout",0]},nested:[]})],trigger:"load"},"order complete":{data:{id:"0rd3r1d",currency:"EUR",shipping:5.22,taxes:73.76,total:555},context:{shopping:["complete",0]},globals:{pagegroup:"shop"},nested:[_object_spread_props(_object_spread({entity:"product"},r),{context:{shopping:["complete",0]},nested:[]}),_object_spread_props(_object_spread({entity:"product"},a),{context:{shopping:["complete",0]},nested:[]}),{entity:"gift",data:{name:"Surprise"},context:{shopping:["complete",0]},nested:[]}],trigger:"load"},"page view":{data:{domain:"www.example.com",title:"walkerOS documentation",referrer:"https://www.elbwalker.com/",search:"?foo=bar",hash:"#hash",id:"/docs/"},globals:{pagegroup:"docs"},trigger:"load"},"product add":_object_spread_props(_object_spread({},r),{context:{shopping:["intent",0]},globals:{pagegroup:"shop"},nested:[],trigger:"click"}),"product view":_object_spread_props(_object_spread({},r),{context:{shopping:["detail",0]},globals:{pagegroup:"shop"},nested:[],trigger:"load"}),"product visible":{data:_object_spread_props(_object_spread({},r.data),{position:3,promo:!0}),context:{shopping:["discover",0]},globals:{pagegroup:"shop"},nested:[],trigger:"load"},"promotion visible":{data:{name:"Setting up tracking easily",position:"hero"},context:{ab_test:["engagement",0]},globals:{pagegroup:"homepage"},trigger:"visible"},"session start":{data:{id:"s3ss10n",start:n,isNew:!0,count:1,runs:1,isStart:!0,storage:!0,referrer:"",device:"c00k13"},user:{id:"us3r",device:"c00k13",session:"s3ss10n",hash:"h4sh",address:"street number",email:"user@example.com",phone:"+49 123 456 789",userAgent:"Mozilla...",browser:"Chrome",browserVersion:"90",deviceType:"desktop",language:"de-DE",country:"DE",region:"HH",city:"Hamburg",zip:"20354",timezone:"Berlin",os:"walkerOS",osVersion:"1.0",screenSize:"1337x420",ip:"127.0.0.0",internal:!0,custom:"value"}}}[e],t),{name:e}))},C=function(e){return _object_spread({window:"undefined"!=typeof window?window:globalThis.window,document:"undefined"!=typeof document?document:globalThis.document},e)},E=function(){return["purchase",{revenue:{currency:"EUR",amount:T("order complete").data.total}}]},N=function(){var e=T();return["Custom Event",{props:e.data,revenue:e.data.number}]},I=Object.defineProperty,R=Object.getOwnPropertyDescriptor,M=Object.getOwnPropertyNames,D=Object.prototype.hasOwnProperty,z=function(e,t){for(var n in t)I(e,n,{get:t[n],enumerable:!0})},$={};z($,{DestinationPlausible:function(){return Za},default:function(){return Ja},destinationPlausible:function(){return Ba},examples:function(){return Oa},schemas:function(){return Da}});var L,F,U,V={};z(V,{BRAND:function(){return dt},DIRTY:function(){return re},EMPTY_PATH:function(){return ee},INVALID:function(){return ne},NEVER:function(){return rn},OK:function(){return ae},ParseStatus:function(){return te},Schema:function(){return pe},ZodAny:function(){return De},ZodArray:function(){return Fe},ZodBigInt:function(){return Ce},ZodBoolean:function(){return Ee},ZodBranded:function(){return pt},ZodCatch:function(){return ut},ZodDate:function(){return Ne},ZodDefault:function(){return ct},ZodDiscriminatedUnion:function(){return qe},ZodEffects:function(){return it},ZodEnum:function(){return nt},ZodError:function(){return K},ZodFirstPartyTypeKind:function(){return ht},ZodFunction:function(){return Xe},ZodIntersection:function(){return Ke},ZodIssueCode:function(){return q},ZodLazy:function(){return et},ZodLiteral:function(){return tt},ZodMap:function(){return Ye},ZodNaN:function(){return lt},ZodNativeEnum:function(){return rt},ZodNever:function(){return $e},ZodNull:function(){return Me},ZodNullable:function(){return st},ZodNumber:function(){return Te},ZodObject:function(){return Ve},ZodOptional:function(){return ot},ZodParsedType:function(){return B},ZodPipeline:function(){return ft},ZodPromise:function(){return at},ZodReadonly:function(){return _t},ZodRecord:function(){return Ge},ZodSchema:function(){return pe},ZodSet:function(){return Qe},ZodString:function(){return Ae},ZodSymbol:function(){return Ie},ZodTransformer:function(){return it},ZodTuple:function(){return He},ZodType:function(){return pe},ZodUndefined:function(){return Re},ZodUnion:function(){return Be},ZodUnknown:function(){return ze},ZodVoid:function(){return Le},addIssueToContext:function(){return n},any:function(){return Ot},array:function(){return Et},bigint:function(){return jt},boolean:function(){return St},coerce:function(){return nn},custom:function(){return f},date:function(){return wt},datetimeRegex:function(){return o},defaultErrorMap:function(){return Y},discriminatedUnion:function(){return Mt},effect:function(){return Kt},enum:function(){return Jt},function:function(){return Ut},getErrorMap:function(){return t},getParsedType:function(){return J},instanceof:function(){return vt},intersection:function(){return Dt},isAborted:function(){return ie},isAsync:function(){return ce},isDirty:function(){return oe},isValid:function(){return se},late:function(){return yt},lazy:function(){return Vt},literal:function(){return Bt},makeIssue:function(){return X},map:function(){return Lt},nan:function(){return kt},nativeEnum:function(){return qt},never:function(){return Tt},null:function(){return Zt},nullable:function(){return Gt},number:function(){return gt},object:function(){return Nt},objectUtil:function(){return U},oboolean:function(){return tn},onumber:function(){return en},optional:function(){return Ht},ostring:function(){return Xt},pipeline:function(){return Qt},preprocess:function(){return Yt},promise:function(){return Wt},quotelessJson:function(){return W},record:function(){return $t},set:function(){return Ft},setErrorMap:function(){return e},strictObject:function(){return It},string:function(){return bt},symbol:function(){return xt},transformer:function(){return Kt},tuple:function(){return zt},undefined:function(){return Pt},union:function(){return Rt},unknown:function(){return At},util:function(){return L},void:function(){return Ct}}),(F=L||(L={})).assertEqual=function(e){},F.assertIs=function(e){},F.assertNever=function(e){throw new Error},F.arrayToEnum=function(e){var t={},n=!0,r=!1,a=void 0;try{for(var i,o=e[Symbol.iterator]();!(n=(i=o.next()).done);n=!0){var s=i.value;t[s]=s}}catch(e){r=!0,a=e}finally{try{n||null==o.return||o.return()}finally{if(r)throw a}}return t},F.getValidEnumValues=function(e){var t=F.objectKeys(e).filter(function(t){return"number"!=typeof e[e[t]]}),n={},r=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;n[c]=e[c]}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return F.objectValues(n)},F.objectValues=function(e){return F.objectKeys(e).map(function(t){return e[t]})},F.objectKeys="function"==typeof Object.keys?function(e){return Object.keys(e)}:function(e){var t=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t},F.find=function(e,t){var n=!0,r=!1,a=void 0;try{for(var i,o=e[Symbol.iterator]();!(n=(i=o.next()).done);n=!0){var s=i.value;if(t(s))return s}}catch(e){r=!0,a=e}finally{try{n||null==o.return||o.return()}finally{if(r)throw a}}},F.isInteger="function"==typeof Number.isInteger?function(e){return Number.isInteger(e)}:function(e){return"number"==typeof e&&Number.isFinite(e)&&Math.floor(e)===e},F.joinValues=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" | ";return e.map(function(e){return"string"==typeof e?"'".concat(e,"'"):e}).join(t)},F.jsonStringifyReplacer=function(e,t){return"bigint"===(void 0===t?"undefined":_type_of(t))?t.toString():t},(U||(U={})).mergeShapes=function(e,t){return _object_spread({},e,t)};var B=L.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),J=function(e){switch(void 0===e?"undefined":_type_of(e)){case"undefined":return B.undefined;case"string":return B.string;case"number":return Number.isNaN(e)?B.nan:B.number;case"boolean":return B.boolean;case"function":return B.function;case"bigint":return B.bigint;case"symbol":return B.symbol;case"object":return Array.isArray(e)?B.array:null===e?B.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?B.promise:"undefined"!=typeof Map&&_instanceof(e,Map)?B.map:"undefined"!=typeof Set&&_instanceof(e,Set)?B.set:"undefined"!=typeof Date&&_instanceof(e,Date)?B.date:B.object;default:return B.unknown}},q=L.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),W=function(e){return JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:")},K=function(e){function t(e){var n;_class_call_check(this,t),(n=_call_super(this,t)).issues=[],n.addIssue=function(e){n.issues=_to_consumable_array(n.issues).concat([e])},n.addIssues=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];n.issues=_to_consumable_array(n.issues).concat(_to_consumable_array(e))};var r=(_instanceof(this,t)?this.constructor:void 0).prototype;return Object.setPrototypeOf?Object.setPrototypeOf(n,r):n.__proto__=r,n.name="ZodError",n.issues=e,n}return _inherits(t,e),_create_class(t,[{key:"errors",get:function(){return this.issues}},{key:"format",value:function(e){var t=e||function(e){return e.message},n={_errors:[]},r=function(e){var a=!0,i=!1,o=void 0;try{for(var s,c=e.issues[Symbol.iterator]();!(a=(s=c.next()).done);a=!0){var u=s.value;if("invalid_union"===u.code)u.unionErrors.map(r);else if("invalid_return_type"===u.code)r(u.returnTypeError);else if("invalid_arguments"===u.code)r(u.argumentsError);else if(0===u.path.length)n._errors.push(t(u));else for(var l=n,d=0;d<u.path.length;){var p=u.path[d];d===u.path.length-1?(l[p]=l[p]||{_errors:[]},l[p]._errors.push(t(u))):l[p]=l[p]||{_errors:[]},l=l[p],d++}}}catch(e){i=!0,o=e}finally{try{a||null==c.return||c.return()}finally{if(i)throw o}}};return r(this),n}},{key:"toString",value:function(){return this.message}},{key:"message",get:function(){return JSON.stringify(this.issues,L.jsonStringifyReplacer,2)}},{key:"isEmpty",get:function(){return 0===this.issues.length}},{key:"flatten",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(e){return e.message},t={},n=[],r=!0,a=!1,i=void 0;try{for(var o,s=this.issues[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;if(c.path.length>0){var u=c.path[0];t[u]=t[u]||[],t[u].push(e(c))}else n.push(e(c))}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return{formErrors:n,fieldErrors:t}}},{key:"formErrors",get:function(){return this.flatten()}}],[{key:"assert",value:function(e){if(!_instanceof(e,t))throw new Error("Not a ZodError: ".concat(e))}}]),t}(_wrap_native_super(Error));K.create=function(e){return new K(e)};var H,G,Y=function(e,t){var n;switch(e.code){case q.invalid_type:n=e.received===B.undefined?"Required":"Expected ".concat(e.expected,", received ").concat(e.received);break;case q.invalid_literal:n="Invalid literal value, expected ".concat(JSON.stringify(e.expected,L.jsonStringifyReplacer));break;case q.unrecognized_keys:n="Unrecognized key(s) in object: ".concat(L.joinValues(e.keys,", "));break;case q.invalid_union:n="Invalid input";break;case q.invalid_union_discriminator:n="Invalid discriminator value. Expected ".concat(L.joinValues(e.options));break;case q.invalid_enum_value:n="Invalid enum value. Expected ".concat(L.joinValues(e.options),", received '").concat(e.received,"'");break;case q.invalid_arguments:n="Invalid function arguments";break;case q.invalid_return_type:n="Invalid function return type";break;case q.invalid_date:n="Invalid date";break;case q.invalid_string:"object"===_type_of(e.validation)?"includes"in e.validation?(n='Invalid input: must include "'.concat(e.validation.includes,'"'),"number"==typeof e.validation.position&&(n="".concat(n," at one or more positions greater than or equal to ").concat(e.validation.position))):"startsWith"in e.validation?n='Invalid input: must start with "'.concat(e.validation.startsWith,'"'):"endsWith"in e.validation?n='Invalid input: must end with "'.concat(e.validation.endsWith,'"'):L.assertNever(e.validation):n="regex"!==e.validation?"Invalid ".concat(e.validation):"Invalid";break;case q.too_small:n="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"more than"," ").concat(e.minimum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at least":"over"," ").concat(e.minimum," character(s)"):"number"===e.type||"bigint"===e.type?"Number must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(e.minimum):"date"===e.type?"Date must be ".concat(e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than ").concat(new Date(Number(e.minimum))):"Invalid input";break;case q.too_big:n="array"===e.type?"Array must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"less than"," ").concat(e.maximum," element(s)"):"string"===e.type?"String must contain ".concat(e.exact?"exactly":e.inclusive?"at most":"under"," ").concat(e.maximum," character(s)"):"number"===e.type?"Number must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"bigint"===e.type?"BigInt must be ".concat(e.exact?"exactly":e.inclusive?"less than or equal to":"less than"," ").concat(e.maximum):"date"===e.type?"Date must be ".concat(e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"," ").concat(new Date(Number(e.maximum))):"Invalid input";break;case q.custom:n="Invalid input";break;case q.invalid_intersection_types:n="Intersection results could not be merged";break;case q.not_multiple_of:n="Number must be a multiple of ".concat(e.multipleOf);break;case q.not_finite:n="Number must be finite";break;default:n=t.defaultError,L.assertNever(e)}return{message:n}},Q=Y,X=function(e){var t=e.data,n=e.path,r=e.errorMaps,a=e.issueData,i=_to_consumable_array(n).concat(_to_consumable_array(a.path||[])),o=_object_spread_props(_object_spread({},a),{path:i});if(void 0!==a.message)return _object_spread_props(_object_spread({},a),{path:i,message:a.message});var s="",c=r.filter(function(e){return!!e}).slice().reverse(),u=!0,l=!1,d=void 0;try{for(var p,f=c[Symbol.iterator]();!(u=(p=f.next()).done);u=!0){s=(0,p.value)(o,{data:t,defaultError:s}).message}}catch(e){l=!0,d=e}finally{try{u||null==f.return||f.return()}finally{if(l)throw d}}return _object_spread_props(_object_spread({},a),{path:i,message:s})},ee=[],te=function(){function e(){_class_call_check(this,e),this.value="valid"}return _create_class(e,[{key:"dirty",value:function(){"valid"===this.value&&(this.value="dirty")}},{key:"abort",value:function(){"aborted"!==this.value&&(this.value="aborted")}}],[{key:"mergeArray",value:function(e,t){var n=[],r=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;if("aborted"===c.status)return ne;"dirty"===c.status&&e.dirty(),n.push(c.value)}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return{status:e.value,value:n}}},{key:"mergeObjectAsync",value:function(t,n){return _async_to_generator(function(){var r,a,i,o,s,c,u,l,d,p;return _ts_generator(this,function(f){switch(f.label){case 0:r=[],a=!0,i=!1,o=void 0,f.label=1;case 1:f.trys.push([1,7,8,9]),s=n[Symbol.iterator](),f.label=2;case 2:return(a=(c=s.next()).done)?[3,6]:[4,(u=c.value).key];case 3:return l=f.sent(),[4,u.value];case 4:d=f.sent(),r.push({key:l,value:d}),f.label=5;case 5:return a=!0,[3,2];case 6:return[3,9];case 7:return p=f.sent(),i=!0,o=p,[3,9];case 8:try{a||null==s.return||s.return()}finally{if(i)throw o}return[7];case 9:return[2,e.mergeObjectSync(t,r)]}})})()}},{key:"mergeObjectSync",value:function(e,t){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value,u=c.key,l=c.value;if("aborted"===u.status)return ne;if("aborted"===l.status)return ne;"dirty"===u.status&&e.dirty(),"dirty"===l.status&&e.dirty(),"__proto__"===u.value||void 0===l.value&&!c.alwaysSet||(n[u.value]=l.value)}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return{status:e.value,value:n}}}]),e}(),ne=Object.freeze({status:"aborted"}),re=function(e){return{status:"dirty",value:e}},ae=function(e){return{status:"valid",value:e}},ie=function(e){return"aborted"===e.status},oe=function(e){return"dirty"===e.status},se=function(e){return"valid"===e.status},ce=function(e){return"undefined"!=typeof Promise&&_instanceof(e,Promise)};(G=H||(H={})).errToObj=function(e){return"string"==typeof e?{message:e}:e||{}},G.toString=function(e){return"string"==typeof e?e:null==e?void 0:e.message};var ue,le=function(){function e(t,n,r,a){_class_call_check(this,e),this._cachedPath=[],this.parent=t,this.data=n,this._path=r,this._key=a}return _create_class(e,[{key:"path",get:function(){var e,t;this._cachedPath.length||(Array.isArray(this._key)?(e=this._cachedPath).push.apply(e,_to_consumable_array(this._path).concat(_to_consumable_array(this._key))):(t=this._cachedPath).push.apply(t,_to_consumable_array(this._path).concat([this._key])));return this._cachedPath}}]),e}(),de=function(e,t){if(se(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;var t=new K(e.common.issues);return this._error=t,this._error}}},pe=function(){function e(t){var n=this;_class_call_check(this,e),this.spa=this.safeParseAsync,this._def=t,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:function(e){return n["~validate"](e)}}}return _create_class(e,[{key:"description",get:function(){return this._def.description}},{key:"_getType",value:function(e){return J(e.data)}},{key:"_getOrReturnCtx",value:function(e,t){return t||{common:e.parent.common,data:e.data,parsedType:J(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}},{key:"_processInputParams",value:function(e){return{status:new te,ctx:{common:e.parent.common,data:e.data,parsedType:J(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}},{key:"_parseSync",value:function(e){var t=this._parse(e);if(ce(t))throw new Error("Synchronous parse encountered promise.");return t}},{key:"_parseAsync",value:function(e){var t=this._parse(e);return Promise.resolve(t)}},{key:"parse",value:function(e,t){var n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}},{key:"safeParse",value:function(e,t){var n,r={common:{issues:[],async:null!==(n=null==t?void 0:t.async)&&void 0!==n&&n,contextualErrorMap:null==t?void 0:t.errorMap},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:J(e)},a=this._parseSync({data:e,path:r.path,parent:r});return de(r,a)}},{key:"~validate",value:function(e){var t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:J(e)};if(!this["~standard"].async)try{var n=this._parseSync({data:e,path:[],parent:t});return se(n)?{value:n.value}:{issues:t.common.issues}}catch(e){var r,a;(null==e||null===(a=e.message)||void 0===a||null===(r=a.toLowerCase())||void 0===r?void 0:r.includes("encountered"))&&(this["~standard"].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(function(e){return se(e)?{value:e.value}:{issues:t.common.issues}})}},{key:"parseAsync",value:function(e,t){return _async_to_generator(function(){var n;return _ts_generator(this,function(r){switch(r.label){case 0:return[4,this.safeParseAsync(e,t)];case 1:if((n=r.sent()).success)return[2,n.data];throw n.error}})}).call(this)}},{key:"safeParseAsync",value:function(e,t){return _async_to_generator(function(){var n,r,a;return _ts_generator(this,function(i){switch(i.label){case 0:return n={common:{issues:[],contextualErrorMap:null==t?void 0:t.errorMap,async:!0},path:(null==t?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:J(e)},r=this._parse({data:e,path:n.path,parent:n}),[4,ce(r)?r:Promise.resolve(r)];case 1:return a=i.sent(),[2,de(n,a)]}})}).call(this)}},{key:"refine",value:function(e,t){return this._refinement(function(n,r){var a=e(n),i=function(){return r.addIssue(_object_spread({code:q.custom},function(e){return"string"==typeof t||void 0===t?{message:t}:"function"==typeof t?t(e):t}(n)))};return"undefined"!=typeof Promise&&_instanceof(a,Promise)?a.then(function(e){return!!e||(i(),!1)}):!!a||(i(),!1)})}},{key:"refinement",value:function(e,t){return this._refinement(function(n,r){return!!e(n)||(r.addIssue("function"==typeof t?t(n,r):t),!1)})}},{key:"_refinement",value:function(e){return new it({schema:this,typeName:ht.ZodEffects,effect:{type:"refinement",refinement:e}})}},{key:"superRefine",value:function(e){return this._refinement(e)}},{key:"optional",value:function(){return ot.create(this,this._def)}},{key:"nullable",value:function(){return st.create(this,this._def)}},{key:"nullish",value:function(){return this.nullable().optional()}},{key:"array",value:function(){return Fe.create(this)}},{key:"promise",value:function(){return at.create(this,this._def)}},{key:"or",value:function(e){return Be.create([this,e],this._def)}},{key:"and",value:function(e){return Ke.create(this,e,this._def)}},{key:"transform",value:function(e){return new it(_object_spread_props(_object_spread({},r(this._def)),{schema:this,typeName:ht.ZodEffects,effect:{type:"transform",transform:e}}))}},{key:"default",value:function(e){var t="function"==typeof e?e:function(){return e};return new ct(_object_spread_props(_object_spread({},r(this._def)),{innerType:this,defaultValue:t,typeName:ht.ZodDefault}))}},{key:"brand",value:function(){return new pt(_object_spread({typeName:ht.ZodBranded,type:this},r(this._def)))}},{key:"catch",value:function(e){var t="function"==typeof e?e:function(){return e};return new ut(_object_spread_props(_object_spread({},r(this._def)),{innerType:this,catchValue:t,typeName:ht.ZodCatch}))}},{key:"describe",value:function(e){return new(0,this.constructor)(_object_spread_props(_object_spread({},this._def),{description:e}))}},{key:"pipe",value:function(e){return ft.create(this,e)}},{key:"readonly",value:function(){return _t.create(this)}},{key:"isOptional",value:function(){return this.safeParse(void 0).success}},{key:"isNullable",value:function(){return this.safeParse(null).success}}]),e}(),fe=/^c[^\s-]{8,}$/i,_e=/^[0-9a-z]+$/,he=/^[0-9A-HJKMNP-TV-Z]{26}$/i,me=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,ye=/^[a-z0-9_-]{21}$/i,ve=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,be=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,ge=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,ke=/^(?:(?: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])$/,je=/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,Se=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,we=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,xe=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Pe=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ze="((\\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])))",Oe=new RegExp("^".concat(Ze,"$")),Ae=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==B.string){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.string,received:t.parsedType}),ne}var r=new te,a=void 0,l=!0,d=!1,p=void 0;try{for(var f,_=this._def.checks[Symbol.iterator]();!(l=(f=_.next()).done);l=!0){var h=f.value;if("min"===h.kind)e.data.length<h.value&&(a=this._getOrReturnCtx(e,a),n(a,{code:q.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),r.dirty());else if("max"===h.kind)e.data.length>h.value&&(a=this._getOrReturnCtx(e,a),n(a,{code:q.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!1,message:h.message}),r.dirty());else if("length"===h.kind){var m=e.data.length>h.value,y=e.data.length<h.value;(m||y)&&(a=this._getOrReturnCtx(e,a),m?n(a,{code:q.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}):y&&n(a,{code:q.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}),r.dirty())}else if("email"===h.kind)ge.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"email",code:q.invalid_string,message:h.message}),r.dirty());else if("emoji"===h.kind)ue||(ue=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),ue.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"emoji",code:q.invalid_string,message:h.message}),r.dirty());else if("uuid"===h.kind)me.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"uuid",code:q.invalid_string,message:h.message}),r.dirty());else if("nanoid"===h.kind)ye.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"nanoid",code:q.invalid_string,message:h.message}),r.dirty());else if("cuid"===h.kind)fe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"cuid",code:q.invalid_string,message:h.message}),r.dirty());else if("cuid2"===h.kind)_e.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"cuid2",code:q.invalid_string,message:h.message}),r.dirty());else if("ulid"===h.kind)he.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"ulid",code:q.invalid_string,message:h.message}),r.dirty());else if("url"===h.kind)try{new URL(e.data)}catch(t){a=this._getOrReturnCtx(e,a),n(a,{validation:"url",code:q.invalid_string,message:h.message}),r.dirty()}else if("regex"===h.kind){h.regex.lastIndex=0,h.regex.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"regex",code:q.invalid_string,message:h.message}),r.dirty())}else if("trim"===h.kind)e.data=e.data.trim();else if("includes"===h.kind)e.data.includes(h.value,h.position)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:{includes:h.value,position:h.position},message:h.message}),r.dirty());else if("toLowerCase"===h.kind)e.data=e.data.toLowerCase();else if("toUpperCase"===h.kind)e.data=e.data.toUpperCase();else if("startsWith"===h.kind)e.data.startsWith(h.value)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:{startsWith:h.value},message:h.message}),r.dirty());else if("endsWith"===h.kind)e.data.endsWith(h.value)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:{endsWith:h.value},message:h.message}),r.dirty());else if("datetime"===h.kind){o(h).test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:"datetime",message:h.message}),r.dirty())}else if("date"===h.kind){Oe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:"date",message:h.message}),r.dirty())}else if("time"===h.kind){i(h).test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{code:q.invalid_string,validation:"time",message:h.message}),r.dirty())}else"duration"===h.kind?be.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"duration",code:q.invalid_string,message:h.message}),r.dirty()):"ip"===h.kind?s(e.data,h.version)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"ip",code:q.invalid_string,message:h.message}),r.dirty()):"jwt"===h.kind?c(e.data,h.alg)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"jwt",code:q.invalid_string,message:h.message}),r.dirty()):"cidr"===h.kind?u(e.data,h.version)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"cidr",code:q.invalid_string,message:h.message}),r.dirty()):"base64"===h.kind?xe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"base64",code:q.invalid_string,message:h.message}),r.dirty()):"base64url"===h.kind?Pe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"base64url",code:q.invalid_string,message:h.message}),r.dirty()):L.assertNever(h)}}catch(e){d=!0,p=e}finally{try{l||null==_.return||_.return()}finally{if(d)throw p}}return{status:r.value,value:e.data}}},{key:"_regex",value:function(e,t,n){return this.refinement(function(t){return e.test(t)},_object_spread({validation:t,code:q.invalid_string},H.errToObj(n)))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"email",value:function(e){return this._addCheck(_object_spread({kind:"email"},H.errToObj(e)))}},{key:"url",value:function(e){return this._addCheck(_object_spread({kind:"url"},H.errToObj(e)))}},{key:"emoji",value:function(e){return this._addCheck(_object_spread({kind:"emoji"},H.errToObj(e)))}},{key:"uuid",value:function(e){return this._addCheck(_object_spread({kind:"uuid"},H.errToObj(e)))}},{key:"nanoid",value:function(e){return this._addCheck(_object_spread({kind:"nanoid"},H.errToObj(e)))}},{key:"cuid",value:function(e){return this._addCheck(_object_spread({kind:"cuid"},H.errToObj(e)))}},{key:"cuid2",value:function(e){return this._addCheck(_object_spread({kind:"cuid2"},H.errToObj(e)))}},{key:"ulid",value:function(e){return this._addCheck(_object_spread({kind:"ulid"},H.errToObj(e)))}},{key:"base64",value:function(e){return this._addCheck(_object_spread({kind:"base64"},H.errToObj(e)))}},{key:"base64url",value:function(e){return this._addCheck(_object_spread({kind:"base64url"},H.errToObj(e)))}},{key:"jwt",value:function(e){return this._addCheck(_object_spread({kind:"jwt"},H.errToObj(e)))}},{key:"ip",value:function(e){return this._addCheck(_object_spread({kind:"ip"},H.errToObj(e)))}},{key:"cidr",value:function(e){return this._addCheck(_object_spread({kind:"cidr"},H.errToObj(e)))}},{key:"datetime",value:function(e){return"string"==typeof e?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck(_object_spread({kind:"datetime",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision,offset:null!==(t=null==e?void 0:e.offset)&&void 0!==t&&t,local:null!==(n=null==e?void 0:e.local)&&void 0!==n&&n},H.errToObj(null==e?void 0:e.message)));var t,n}},{key:"date",value:function(e){return this._addCheck({kind:"date",message:e})}},{key:"time",value:function(e){return"string"==typeof e?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck(_object_spread({kind:"time",precision:void 0===(null==e?void 0:e.precision)?null:null==e?void 0:e.precision},H.errToObj(null==e?void 0:e.message)))}},{key:"duration",value:function(e){return this._addCheck(_object_spread({kind:"duration"},H.errToObj(e)))}},{key:"regex",value:function(e,t){return this._addCheck(_object_spread({kind:"regex",regex:e},H.errToObj(t)))}},{key:"includes",value:function(e,t){return this._addCheck(_object_spread({kind:"includes",value:e,position:null==t?void 0:t.position},H.errToObj(null==t?void 0:t.message)))}},{key:"startsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"startsWith",value:e},H.errToObj(t)))}},{key:"endsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"endsWith",value:e},H.errToObj(t)))}},{key:"min",value:function(e,t){return this._addCheck(_object_spread({kind:"min",value:e},H.errToObj(t)))}},{key:"max",value:function(e,t){return this._addCheck(_object_spread({kind:"max",value:e},H.errToObj(t)))}},{key:"length",value:function(e,t){return this._addCheck(_object_spread({kind:"length",value:e},H.errToObj(t)))}},{key:"nonempty",value:function(e){return this.min(1,H.errToObj(e))}},{key:"trim",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"trim"}])}))}},{key:"toLowerCase",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"toLowerCase"}])}))}},{key:"toUpperCase",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:"toUpperCase"}])}))}},{key:"isDatetime",get:function(){return!!this._def.checks.find(function(e){return"datetime"===e.kind})}},{key:"isDate",get:function(){return!!this._def.checks.find(function(e){return"date"===e.kind})}},{key:"isTime",get:function(){return!!this._def.checks.find(function(e){return"time"===e.kind})}},{key:"isDuration",get:function(){return!!this._def.checks.find(function(e){return"duration"===e.kind})}},{key:"isEmail",get:function(){return!!this._def.checks.find(function(e){return"email"===e.kind})}},{key:"isURL",get:function(){return!!this._def.checks.find(function(e){return"url"===e.kind})}},{key:"isEmoji",get:function(){return!!this._def.checks.find(function(e){return"emoji"===e.kind})}},{key:"isUUID",get:function(){return!!this._def.checks.find(function(e){return"uuid"===e.kind})}},{key:"isNANOID",get:function(){return!!this._def.checks.find(function(e){return"nanoid"===e.kind})}},{key:"isCUID",get:function(){return!!this._def.checks.find(function(e){return"cuid"===e.kind})}},{key:"isCUID2",get:function(){return!!this._def.checks.find(function(e){return"cuid2"===e.kind})}},{key:"isULID",get:function(){return!!this._def.checks.find(function(e){return"ulid"===e.kind})}},{key:"isIP",get:function(){return!!this._def.checks.find(function(e){return"ip"===e.kind})}},{key:"isCIDR",get:function(){return!!this._def.checks.find(function(e){return"cidr"===e.kind})}},{key:"isBase64",get:function(){return!!this._def.checks.find(function(e){return"base64"===e.kind})}},{key:"isBase64url",get:function(){return!!this._def.checks.find(function(e){return"base64url"===e.kind})}},{key:"minLength",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"maxLength",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}}]),t}(pe);Ae.create=function(e){var t;return new Ae(_object_spread({checks:[],typeName:ht.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},r(e)))};var Te=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments)).min=e.gte,e.max=e.lte,e.step=e.multipleOf,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==B.number){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.number,received:t.parsedType}),ne}var r=void 0,a=new te,i=!0,o=!1,s=void 0;try{for(var c,u=this._def.checks[Symbol.iterator]();!(i=(c=u.next()).done);i=!0){var d=c.value;if("int"===d.kind)L.isInteger(e.data)||(r=this._getOrReturnCtx(e,r),n(r,{code:q.invalid_type,expected:"integer",received:"float",message:d.message}),a.dirty());else if("min"===d.kind){(d.inclusive?e.data<d.value:e.data<=d.value)&&(r=this._getOrReturnCtx(e,r),n(r,{code:q.too_small,minimum:d.value,type:"number",inclusive:d.inclusive,exact:!1,message:d.message}),a.dirty())}else if("max"===d.kind){(d.inclusive?e.data>d.value:e.data>=d.value)&&(r=this._getOrReturnCtx(e,r),n(r,{code:q.too_big,maximum:d.value,type:"number",inclusive:d.inclusive,exact:!1,message:d.message}),a.dirty())}else"multipleOf"===d.kind?0!==l(e.data,d.value)&&(r=this._getOrReturnCtx(e,r),n(r,{code:q.not_multiple_of,multipleOf:d.value,message:d.message}),a.dirty()):"finite"===d.kind?Number.isFinite(e.data)||(r=this._getOrReturnCtx(e,r),n(r,{code:q.not_finite,message:d.message}),a.dirty()):L.assertNever(d)}}catch(e){o=!0,s=e}finally{try{i||null==u.return||u.return()}finally{if(o)throw s}}return{status:a.value,value:e.data}}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,H.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,H.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,H.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,H.toString(t))}},{key:"setLimit",value:function(e,n,r,a){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:e,value:n,inclusive:r,message:H.toString(a)}])}))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"int",value:function(e){return this._addCheck({kind:"int",message:H.toString(e)})}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:H.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:H.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:H.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:H.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:H.toString(t)})}},{key:"finite",value:function(e){return this._addCheck({kind:"finite",message:H.toString(e)})}},{key:"safe",value:function(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:H.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:H.toString(e)})}},{key:"minValue",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"maxValue",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"isInt",get:function(){return!!this._def.checks.find(function(e){return"int"===e.kind||"multipleOf"===e.kind&&L.isInteger(e.value)})}},{key:"isFinite",get:function(){var e=null,t=null,n=!0,r=!1,a=void 0;try{for(var i,o=this._def.checks[Symbol.iterator]();!(n=(i=o.next()).done);n=!0){var s=i.value;if("finite"===s.kind||"int"===s.kind||"multipleOf"===s.kind)return!0;"min"===s.kind?(null===t||s.value>t)&&(t=s.value):"max"===s.kind&&(null===e||s.value<e)&&(e=s.value)}}catch(e){r=!0,a=e}finally{try{n||null==o.return||o.return()}finally{if(r)throw a}}return Number.isFinite(t)&&Number.isFinite(e)}}]),t}(pe);Te.create=function(e){return new Te(_object_spread({checks:[],typeName:ht.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1},r(e)))};var Ce=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments)).min=e.gte,e.max=e.lte,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch(t){return this._getInvalidInput(e)}if(this._getType(e)!==B.bigint)return this._getInvalidInput(e);var t=void 0,r=new te,a=!0,i=!1,o=void 0;try{for(var s,c=this._def.checks[Symbol.iterator]();!(a=(s=c.next()).done);a=!0){var u=s.value;if("min"===u.kind)(u.inclusive?e.data<u.value:e.data<=u.value)&&(t=this._getOrReturnCtx(e,t),n(t,{code:q.too_small,type:"bigint",minimum:u.value,inclusive:u.inclusive,message:u.message}),r.dirty());else if("max"===u.kind){(u.inclusive?e.data>u.value:e.data>=u.value)&&(t=this._getOrReturnCtx(e,t),n(t,{code:q.too_big,type:"bigint",maximum:u.value,inclusive:u.inclusive,message:u.message}),r.dirty())}else"multipleOf"===u.kind?e.data%u.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),n(t,{code:q.not_multiple_of,multipleOf:u.value,message:u.message}),r.dirty()):L.assertNever(u)}}catch(e){i=!0,o=e}finally{try{a||null==c.return||c.return()}finally{if(i)throw o}}return{status:r.value,value:e.data}}},{key:"_getInvalidInput",value:function(e){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.bigint,received:t.parsedType}),ne}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,H.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,H.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,H.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,H.toString(t))}},{key:"setLimit",value:function(e,n,r,a){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([{kind:e,value:n,inclusive:r,message:H.toString(a)}])}))}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:H.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:H.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:H.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:H.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:H.toString(t)})}},{key:"minValue",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"maxValue",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}}]),t}(pe);Ce.create=function(e){var t;return new Ce(_object_spread({checks:[],typeName:ht.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},r(e)))};var Ee=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==B.boolean){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.boolean,received:t.parsedType}),ne}return ae(e.data)}}]),t}(pe);Ee.create=function(e){return new Ee(_object_spread({typeName:ht.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1},r(e)))};var Ne=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==B.date){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.date,received:t.parsedType}),ne}if(Number.isNaN(e.data.getTime())){var r=this._getOrReturnCtx(e);return n(r,{code:q.invalid_date}),ne}var a=new te,i=void 0,o=!0,s=!1,c=void 0;try{for(var u,l=this._def.checks[Symbol.iterator]();!(o=(u=l.next()).done);o=!0){var d=u.value;"min"===d.kind?e.data.getTime()<d.value&&(i=this._getOrReturnCtx(e,i),n(i,{code:q.too_small,message:d.message,inclusive:!0,exact:!1,minimum:d.value,type:"date"}),a.dirty()):"max"===d.kind?e.data.getTime()>d.value&&(i=this._getOrReturnCtx(e,i),n(i,{code:q.too_big,message:d.message,inclusive:!0,exact:!1,maximum:d.value,type:"date"}),a.dirty()):L.assertNever(d)}}catch(e){s=!0,c=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw c}}return{status:a.value,value:new Date(e.data.getTime())}}},{key:"_addCheck",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{checks:_to_consumable_array(this._def.checks).concat([e])}))}},{key:"min",value:function(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:H.toString(t)})}},{key:"max",value:function(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:H.toString(t)})}},{key:"minDate",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"min"===o.kind&&(null===e||o.value>e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return null!=e?new Date(e):null}},{key:"maxDate",get:function(){var e=null,t=!0,n=!1,r=void 0;try{for(var a,i=this._def.checks[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;"max"===o.kind&&(null===e||o.value<e)&&(e=o.value)}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return null!=e?new Date(e):null}}]),t}(pe);Ne.create=function(e){return new Ne(_object_spread({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:ht.ZodDate},r(e)))};var Ie=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==B.symbol){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.symbol,received:t.parsedType}),ne}return ae(e.data)}}]),t}(pe);Ie.create=function(e){return new Ie(_object_spread({typeName:ht.ZodSymbol},r(e)))};var Re=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==B.undefined){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.undefined,received:t.parsedType}),ne}return ae(e.data)}}]),t}(pe);Re.create=function(e){return new Re(_object_spread({typeName:ht.ZodUndefined},r(e)))};var Me=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==B.null){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.null,received:t.parsedType}),ne}return ae(e.data)}}]),t}(pe);Me.create=function(e){return new Me(_object_spread({typeName:ht.ZodNull},r(e)))};var De=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._any=!0,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return ae(e.data)}}]),t}(pe);De.create=function(e){return new De(_object_spread({typeName:ht.ZodAny},r(e)))};var ze=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._unknown=!0,e}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return ae(e.data)}}]),t}(pe);ze.create=function(e){return new ze(_object_spread({typeName:ht.ZodUnknown},r(e)))};var $e=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.never,received:t.parsedType}),ne}}]),t}(pe);$e.create=function(e){return new $e(_object_spread({typeName:ht.ZodNever},r(e)))};var Le=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==B.undefined){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.void,received:t.parsedType}),ne}return ae(e.data)}}]),t}(pe);Le.create=function(e){return new Le(_object_spread({typeName:ht.ZodVoid},r(e)))};var Fe=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),r=t.ctx,a=t.status,i=this._def;if(r.parsedType!==B.array)return n(r,{code:q.invalid_type,expected:B.array,received:r.parsedType}),ne;if(null!==i.exactLength){var o=r.data.length>i.exactLength.value,s=r.data.length<i.exactLength.value;(o||s)&&(n(r,{code:o?q.too_big:q.too_small,minimum:s?i.exactLength.value:void 0,maximum:o?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),a.dirty())}if(null!==i.minLength&&r.data.length<i.minLength.value&&(n(r,{code:q.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),a.dirty()),null!==i.maxLength&&r.data.length>i.maxLength.value&&(n(r,{code:q.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),a.dirty()),r.common.async)return Promise.all(_to_consumable_array(r.data).map(function(e,t){return i.type._parseAsync(new le(r,e,r.path,t))})).then(function(e){return te.mergeArray(a,e)});var c=_to_consumable_array(r.data).map(function(e,t){return i.type._parseSync(new le(r,e,r.path,t))});return te.mergeArray(a,c)}},{key:"element",get:function(){return this._def.type}},{key:"min",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{minLength:{value:e,message:H.toString(n)}}))}},{key:"max",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{maxLength:{value:e,message:H.toString(n)}}))}},{key:"length",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{exactLength:{value:e,message:H.toString(n)}}))}},{key:"nonempty",value:function(e){return this.min(1,e)}}]),t}(pe);function Ue(e){if(_instanceof(e,Ve)){var t={};for(var n in e.shape){var r=e.shape[n];t[n]=ot.create(Ue(r))}return new Ve(_object_spread_props(_object_spread({},e._def),{shape:function(){return t}}))}return _instanceof(e,Fe)?new Fe(_object_spread_props(_object_spread({},e._def),{type:Ue(e.element)})):_instanceof(e,ot)?ot.create(Ue(e.unwrap())):_instanceof(e,st)?st.create(Ue(e.unwrap())):_instanceof(e,He)?He.create(e.items.map(function(e){return Ue(e)})):e}Fe.create=function(e,t){return new Fe(_object_spread({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ht.ZodArray},r(t)))};var Ve=function(e){function t(){var e;return _class_call_check(this,t),(e=_call_super(this,t,arguments))._cached=null,e.nonstrict=e.passthrough,e.augment=e.extend,e}return _inherits(t,e),_create_class(t,[{key:"_getCached",value:function(){if(null!==this._cached)return this._cached;var e=this._def.shape(),t=L.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}},{key:"_parse",value:function(e){if(this._getType(e)!==B.object){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.object,received:t.parsedType}),ne}var r=this._processInputParams(e),a=r.status,i=r.ctx,o=this._getCached(),s=o.shape,c=o.keys,u=[];if(!_instanceof(this._def.catchall,$e)||"strip"!==this._def.unknownKeys)for(var l in i.data)c.includes(l)||u.push(l);var d=[],p=!0,f=!1,_=void 0;try{for(var h,m=c[Symbol.iterator]();!(p=(h=m.next()).done);p=!0){var y=h.value,v=s[y],b=i.data[y];d.push({key:{status:"valid",value:y},value:v._parse(new le(i,b,i.path,y)),alwaysSet:y in i.data})}}catch(e){f=!0,_=e}finally{try{p||null==m.return||m.return()}finally{if(f)throw _}}if(_instanceof(this._def.catchall,$e)){var g=this._def.unknownKeys;if("passthrough"===g){var k=!0,j=!1,S=void 0;try{for(var w,x=u[Symbol.iterator]();!(k=(w=x.next()).done);k=!0){var P=w.value;d.push({key:{status:"valid",value:P},value:{status:"valid",value:i.data[P]}})}}catch(e){j=!0,S=e}finally{try{k||null==x.return||x.return()}finally{if(j)throw S}}}else if("strict"===g)u.length>0&&(n(i,{code:q.unrecognized_keys,keys:u}),a.dirty());else if("strip"!==g)throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{var Z=this._def.catchall,O=!0,A=!1,T=void 0;try{for(var C,E=u[Symbol.iterator]();!(O=(C=E.next()).done);O=!0){var N=C.value,I=i.data[N];d.push({key:{status:"valid",value:N},value:Z._parse(new le(i,I,i.path,N)),alwaysSet:N in i.data})}}catch(e){A=!0,T=e}finally{try{O||null==E.return||E.return()}finally{if(A)throw T}}}return i.common.async?Promise.resolve().then(function(){return _async_to_generator(function(){var e,t,n,r,a,i,o,s,c,u;return _ts_generator(this,function(l){switch(l.label){case 0:e=[],t=!0,n=!1,r=void 0,l.label=1;case 1:l.trys.push([1,7,8,9]),a=d[Symbol.iterator](),l.label=2;case 2:return(t=(i=a.next()).done)?[3,6]:[4,(o=i.value).key];case 3:return s=l.sent(),[4,o.value];case 4:c=l.sent(),e.push({key:s,value:c,alwaysSet:o.alwaysSet}),l.label=5;case 5:return t=!0,[3,2];case 6:return[3,9];case 7:return u=l.sent(),n=!0,r=u,[3,9];case 8:try{t||null==a.return||a.return()}finally{if(n)throw r}return[7];case 9:return[2,e]}})})()}).then(function(e){return te.mergeObjectSync(a,e)}):te.mergeObjectSync(a,d)}},{key:"shape",get:function(){return this._def.shape()}},{key:"strict",value:function(e){var n=this;return H.errToObj,new t(_object_spread(_object_spread_props(_object_spread({},this._def),{unknownKeys:"strict"}),void 0!==e?{errorMap:function(t,r){var a,i,o,s,c=null!==(o=null===(a=(i=n._def).errorMap)||void 0===a?void 0:a.call(i,t,r).message)&&void 0!==o?o:r.defaultError;return"unrecognized_keys"===t.code?{message:null!==(s=H.errToObj(e).message)&&void 0!==s?s:c}:{message:c}}}:{}))}},{key:"strip",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{unknownKeys:"strip"}))}},{key:"passthrough",value:function(){return new t(_object_spread_props(_object_spread({},this._def),{unknownKeys:"passthrough"}))}},{key:"extend",value:function(e){var n=this;return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return _object_spread({},n._def.shape(),e)}}))}},{key:"merge",value:function(e){var n=this;return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:function(){return _object_spread({},n._def.shape(),e._def.shape())},typeName:ht.ZodObject})}},{key:"setKey",value:function(e,t){return this.augment(_define_property({},e,t))}},{key:"catchall",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{catchall:e}))}},{key:"pick",value:function(e){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(e)[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;e[c]&&this.shape[c]&&(n[c]=this.shape[c])}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return n}}))}},{key:"omit",value:function(e){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;e[c]||(n[c]=this.shape[c])}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return n}}))}},{key:"deepPartial",value:function(){return Ue(this)}},{key:"partial",value:function(e){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value,u=this.shape[c];e&&!e[c]?n[c]=u:n[c]=u.optional()}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return n}}))}},{key:"required",value:function(e){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=L.objectKeys(this.shape)[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;if(e&&!e[c])n[c]=this.shape[c];else{for(var u=this.shape[c];_instanceof(u,ot);)u=u._def.innerType;n[c]=u}}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return new t(_object_spread_props(_object_spread({},this._def),{shape:function(){return n}}))}},{key:"keyof",value:function(){return d(L.objectKeys(this.shape))}}]),t}(pe);Ve.create=function(e,t){return new Ve(_object_spread({shape:function(){return e},unknownKeys:"strip",catchall:$e.create(),typeName:ht.ZodObject},r(t)))},Ve.strictCreate=function(e,t){return new Ve(_object_spread({shape:function(){return e},unknownKeys:"strict",catchall:$e.create(),typeName:ht.ZodObject},r(t)))},Ve.lazycreate=function(e,t){return new Ve(_object_spread({shape:e,unknownKeys:"strip",catchall:$e.create(),typeName:ht.ZodObject},r(t)))};var Be=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,r=this._def.options;if(t.common.async)return Promise.all(r.map(function(e){return _async_to_generator(function(){var n,r;return _ts_generator(this,function(a){switch(a.label){case 0:return n=_object_spread_props(_object_spread({},t),{common:_object_spread_props(_object_spread({},t.common),{issues:[]}),parent:null}),r={},[4,e._parseAsync({data:t.data,path:t.path,parent:n})];case 1:return[2,(r.result=a.sent(),r.ctx=n,r)]}})})()})).then(function(e){var r=!0,a=!1,i=void 0;try{for(var o,s=e[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;if("valid"===c.result.status)return c.result}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}var u=!0,l=!1,d=void 0;try{for(var p,f=e[Symbol.iterator]();!(u=(p=f.next()).done);u=!0){var _,h=p.value;if("dirty"===h.result.status)return(_=t.common.issues).push.apply(_,_to_consumable_array(h.ctx.common.issues)),h.result}}catch(e){l=!0,d=e}finally{try{u||null==f.return||f.return()}finally{if(l)throw d}}var m=e.map(function(e){return new K(e.ctx.common.issues)});return n(t,{code:q.invalid_union,unionErrors:m}),ne});var a,i=void 0,o=[],s=!0,c=!1,u=void 0;try{for(var l,d=r[Symbol.iterator]();!(s=(l=d.next()).done);s=!0){var p=l.value,f=_object_spread_props(_object_spread({},t),{common:_object_spread_props(_object_spread({},t.common),{issues:[]}),parent:null}),_=p._parseSync({data:t.data,path:t.path,parent:f});if("valid"===_.status)return _;"dirty"!==_.status||i||(i={result:_,ctx:f}),f.common.issues.length&&o.push(f.common.issues)}}catch(e){c=!0,u=e}finally{try{s||null==d.return||d.return()}finally{if(c)throw u}}if(i)return(a=t.common.issues).push.apply(a,_to_consumable_array(i.ctx.common.issues)),i.result;var h=o.map(function(e){return new K(e)});return n(t,{code:q.invalid_union,unionErrors:h}),ne}},{key:"options",get:function(){return this._def.options}}]),t}(pe);Be.create=function(e,t){return new Be(_object_spread({options:e,typeName:ht.ZodUnion},r(t)))};var Je=function(e){return _instanceof(e,et)?Je(e.schema):_instanceof(e,it)?Je(e.innerType()):_instanceof(e,tt)?[e.value]:_instanceof(e,nt)?e.options:_instanceof(e,rt)?L.objectValues(e.enum):_instanceof(e,ct)?Je(e._def.innerType):_instanceof(e,Re)?[void 0]:_instanceof(e,Me)?[null]:_instanceof(e,ot)?[void 0].concat(_to_consumable_array(Je(e.unwrap()))):_instanceof(e,st)?[null].concat(_to_consumable_array(Je(e.unwrap()))):_instanceof(e,pt)||_instanceof(e,_t)?Je(e.unwrap()):_instanceof(e,ut)?Je(e._def.innerType):[]},qe=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;if(t.parsedType!==B.object)return n(t,{code:q.invalid_type,expected:B.object,received:t.parsedType}),ne;var r=this.discriminator,a=t.data[r],i=this.optionsMap.get(a);return i?t.common.async?i._parseAsync({data:t.data,path:t.path,parent:t}):i._parseSync({data:t.data,path:t.path,parent:t}):(n(t,{code:q.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),ne)}},{key:"discriminator",get:function(){return this._def.discriminator}},{key:"options",get:function(){return this._def.options}},{key:"optionsMap",get:function(){return this._def.optionsMap}}],[{key:"create",value:function(e,n,a){var i=new Map,o=!0,s=!1,c=void 0;try{for(var u,l=n[Symbol.iterator]();!(o=(u=l.next()).done);o=!0){var d=u.value,p=Je(d.shape[e]);if(!p.length)throw new Error("A discriminator value for key `".concat(e,"` could not be extracted from all schema options"));var f=!0,_=!1,h=void 0;try{for(var m,y=p[Symbol.iterator]();!(f=(m=y.next()).done);f=!0){var v=m.value;if(i.has(v))throw new Error("Discriminator property ".concat(String(e)," has duplicate value ").concat(String(v)));i.set(v,d)}}catch(e){_=!0,h=e}finally{try{f||null==y.return||y.return()}finally{if(_)throw h}}}}catch(e){s=!0,c=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw c}}return new t(_object_spread({typeName:ht.ZodDiscriminatedUnion,discriminator:e,options:n,optionsMap:i},r(a)))}}]),t}(pe);function We(e,t){var n=J(e),r=J(t);if(e===t)return{valid:!0,data:e};if(n===B.object&&r===B.object){var a=L.objectKeys(t),i=L.objectKeys(e).filter(function(e){return-1!==a.indexOf(e)}),o=_object_spread({},e,t),s=!0,c=!1,u=void 0;try{for(var l,d=i[Symbol.iterator]();!(s=(l=d.next()).done);s=!0){var p=l.value,f=We(e[p],t[p]);if(!f.valid)return{valid:!1};o[p]=f.data}}catch(e){c=!0,u=e}finally{try{s||null==d.return||d.return()}finally{if(c)throw u}}return{valid:!0,data:o}}if(n===B.array&&r===B.array){if(e.length!==t.length)return{valid:!1};for(var _=[],h=0;h<e.length;h++){var m=We(e[h],t[h]);if(!m.valid)return{valid:!1};_.push(m.data)}return{valid:!0,data:_}}return n===B.date&&r===B.date&&+e===+t?{valid:!0,data:e}:{valid:!1}}var Ke=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),r=t.status,a=t.ctx,i=function(e,t){if(ie(e)||ie(t))return ne;var i=We(e.value,t.value);return i.valid?((oe(e)||oe(t))&&r.dirty(),{status:r.value,value:i.data}):(n(a,{code:q.invalid_intersection_types}),ne)};return a.common.async?Promise.all([this._def.left._parseAsync({data:a.data,path:a.path,parent:a}),this._def.right._parseAsync({data:a.data,path:a.path,parent:a})]).then(function(e){var t=_sliced_to_array(e,2),n=t[0],r=t[1];return i(n,r)}):i(this._def.left._parseSync({data:a.data,path:a.path,parent:a}),this._def.right._parseSync({data:a.data,path:a.path,parent:a}))}}]),t}(pe);Ke.create=function(e,t,n){return new Ke(_object_spread({left:e,right:t,typeName:ht.ZodIntersection},r(n)))};var He=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,r=this._processInputParams(e),a=r.status,i=r.ctx;if(i.parsedType!==B.array)return n(i,{code:q.invalid_type,expected:B.array,received:i.parsedType}),ne;if(i.data.length<this._def.items.length)return n(i,{code:q.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),ne;!this._def.rest&&i.data.length>this._def.items.length&&(n(i,{code:q.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),a.dirty());var o=_to_consumable_array(i.data).map(function(e,n){var r=t._def.items[n]||t._def.rest;return r?r._parse(new le(i,e,i.path,n)):null}).filter(function(e){return!!e});return i.common.async?Promise.all(o).then(function(e){return te.mergeArray(a,e)}):te.mergeArray(a,o)}},{key:"items",get:function(){return this._def.items}},{key:"rest",value:function(e){return new t(_object_spread_props(_object_spread({},this._def),{rest:e}))}}]),t}(pe);He.create=function(e,t){if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new He(_object_spread({items:e,typeName:ht.ZodTuple,rest:null},r(t)))};var Ge=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),r=t.status,a=t.ctx;if(a.parsedType!==B.object)return n(a,{code:q.invalid_type,expected:B.object,received:a.parsedType}),ne;var i=[],o=this._def.keyType,s=this._def.valueType;for(var c in a.data)i.push({key:o._parse(new le(a,c,a.path,c)),value:s._parse(new le(a,a.data[c],a.path,c)),alwaysSet:c in a.data});return a.common.async?te.mergeObjectAsync(r,i):te.mergeObjectSync(r,i)}},{key:"element",get:function(){return this._def.valueType}}],[{key:"create",value:function(e,n,a){return _instanceof(n,pe)?new t(_object_spread({keyType:e,valueType:n,typeName:ht.ZodRecord},r(a))):new t(_object_spread({keyType:Ae.create(),valueType:e,typeName:ht.ZodRecord},r(n)))}}]),t}(pe),Ye=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"keySchema",get:function(){return this._def.keyType}},{key:"valueSchema",get:function(){return this._def.valueType}},{key:"_parse",value:function(e){var t=this._processInputParams(e),r=t.status,a=t.ctx;if(a.parsedType!==B.map)return n(a,{code:q.invalid_type,expected:B.map,received:a.parsedType}),ne;var i=this._def.keyType,o=this._def.valueType,s=_to_consumable_array(a.data.entries()).map(function(e,t){var n=_sliced_to_array(e,2),r=n[0],s=n[1];return{key:i._parse(new le(a,r,a.path,[t,"key"])),value:o._parse(new le(a,s,a.path,[t,"value"]))}});if(a.common.async){var c=new Map;return Promise.resolve().then(function(){return _async_to_generator(function(){var e,t,n,a,i,o,u,l,d;return _ts_generator(this,function(p){switch(p.label){case 0:e=!0,t=!1,n=void 0,p.label=1;case 1:p.trys.push([1,7,8,9]),a=s[Symbol.iterator](),p.label=2;case 2:return(e=(i=a.next()).done)?[3,6]:[4,(o=i.value).key];case 3:return u=p.sent(),[4,o.value];case 4:if(l=p.sent(),"aborted"===u.status||"aborted"===l.status)return[2,ne];"dirty"!==u.status&&"dirty"!==l.status||r.dirty(),c.set(u.value,l.value),p.label=5;case 5:return e=!0,[3,2];case 6:return[3,9];case 7:return d=p.sent(),t=!0,n=d,[3,9];case 8:try{e||null==a.return||a.return()}finally{if(t)throw n}return[7];case 9:return[2,{status:r.value,value:c}]}})})()})}var u=new Map,l=!0,d=!1,p=void 0;try{for(var f,_=s[Symbol.iterator]();!(l=(f=_.next()).done);l=!0){var h=f.value,m=h.key,y=h.value;if("aborted"===m.status||"aborted"===y.status)return ne;"dirty"!==m.status&&"dirty"!==y.status||r.dirty(),u.set(m.value,y.value)}}catch(e){d=!0,p=e}finally{try{l||null==_.return||_.return()}finally{if(d)throw p}}return{status:r.value,value:u}}}]),t}(pe);Ye.create=function(e,t,n){return new Ye(_object_spread({valueType:t,keyType:e,typeName:ht.ZodMap},r(n)))};var Qe=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e),r=t.status,a=t.ctx;if(a.parsedType!==B.set)return n(a,{code:q.invalid_type,expected:B.set,received:a.parsedType}),ne;var i=this._def;null!==i.minSize&&a.data.size<i.minSize.value&&(n(a,{code:q.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),r.dirty()),null!==i.maxSize&&a.data.size>i.maxSize.value&&(n(a,{code:q.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),r.dirty());var o=this._def.valueType;function s(e){var t=new Set,n=!0,a=!1,i=void 0;try{for(var o,s=e[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var c=o.value;if("aborted"===c.status)return ne;"dirty"===c.status&&r.dirty(),t.add(c.value)}}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return{status:r.value,value:t}}var c=_to_consumable_array(a.data.values()).map(function(e,t){return o._parse(new le(a,e,a.path,t))});return a.common.async?Promise.all(c).then(function(e){return s(e)}):s(c)}},{key:"min",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{minSize:{value:e,message:H.toString(n)}}))}},{key:"max",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{maxSize:{value:e,message:H.toString(n)}}))}},{key:"size",value:function(e,t){return this.min(e,t).max(e,t)}},{key:"nonempty",value:function(e){return this.min(1,e)}}]),t}(pe);Qe.create=function(e,t){return new Qe(_object_spread({valueType:e,minSize:null,maxSize:null,typeName:ht.ZodSet},r(t)))};var Xe=function(e){function a(){var e;return _class_call_check(this,a),(e=_call_super(this,a,arguments)).validate=e.implement,e}return _inherits(a,e),_create_class(a,[{key:"_parse",value:function(e){var r=this._processInputParams(e).ctx;if(r.parsedType!==B.function)return n(r,{code:q.invalid_type,expected:B.function,received:r.parsedType}),ne;function a(e,n){return X({data:e,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t(),Y].filter(function(e){return!!e}),issueData:{code:q.invalid_arguments,argumentsError:n}})}function i(e,n){return X({data:e,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t(),Y].filter(function(e){return!!e}),issueData:{code:q.invalid_return_type,returnTypeError:n}})}var o={errorMap:r.common.contextualErrorMap},s=r.data;if(_instanceof(this._def.returns,at)){var c=this;return ae(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return _async_to_generator(function(){var e,n,r;return _ts_generator(this,function(u){switch(u.label){case 0:return e=new K([]),[4,c._def.args.parseAsync(t,o).catch(function(n){throw e.addIssue(a(t,n)),e})];case 1:return n=u.sent(),[4,Reflect.apply(s,this,n)];case 2:return r=u.sent(),[4,c._def.returns._def.type.parseAsync(r,o).catch(function(t){throw e.addIssue(i(r,t)),e})];case 3:return[2,u.sent()]}})}).call(this)})}var u=this;return ae(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=u._def.args.safeParse(t,o);if(!r.success)throw new K([a(t,r.error)]);var c=Reflect.apply(s,this,r.data),l=u._def.returns.safeParse(c,o);if(!l.success)throw new K([i(c,l.error)]);return l.data})}},{key:"parameters",value:function(){return this._def.args}},{key:"returnType",value:function(){return this._def.returns}},{key:"args",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return new a(_object_spread_props(_object_spread({},this._def),{args:He.create(t).rest(ze.create())}))}},{key:"returns",value:function(e){return new a(_object_spread_props(_object_spread({},this._def),{returns:e}))}},{key:"implement",value:function(e){return this.parse(e)}},{key:"strictImplement",value:function(e){return this.parse(e)}}],[{key:"create",value:function(e,t,n){return new a(_object_spread({args:e||He.create([]).rest(ze.create()),returns:t||ze.create(),typeName:ht.ZodFunction},r(n)))}}]),a}(pe),et=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"schema",get:function(){return this._def.getter()}},{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx;return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}]),t}(pe);et.create=function(e,t){return new et(_object_spread({getter:e,typeName:ht.ZodLazy},r(t)))};var tt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(e.data!==this._def.value){var t=this._getOrReturnCtx(e);return n(t,{received:t.data,code:q.invalid_literal,expected:this._def.value}),ne}return{status:"valid",value:e.data}}},{key:"value",get:function(){return this._def.value}}]),t}(pe);tt.create=function(e,t){return new tt(_object_spread({value:e,typeName:ht.ZodLiteral},r(t)))};var nt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if("string"!=typeof e.data){var t=this._getOrReturnCtx(e),r=this._def.values;return n(t,{expected:L.joinValues(r),received:t.parsedType,code:q.invalid_type}),ne}if(this._cache||(this._cache=new Set(this._def.values)),!this._cache.has(e.data)){var a=this._getOrReturnCtx(e),i=this._def.values;return n(a,{received:a.data,code:q.invalid_enum_value,options:i}),ne}return ae(e.data)}},{key:"options",get:function(){return this._def.values}},{key:"enum",get:function(){var e={},t=!0,n=!1,r=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"Values",get:function(){var e={},t=!0,n=!1,r=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"Enum",get:function(){var e={},t=!0,n=!1,r=void 0;try{for(var a,i=this._def.values[Symbol.iterator]();!(t=(a=i.next()).done);t=!0){var o=a.value;e[o]=o}}catch(e){n=!0,r=e}finally{try{t||null==i.return||i.return()}finally{if(n)throw r}}return e}},{key:"extract",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return t.create(e,_object_spread({},this._def,n))}},{key:"exclude",value:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._def;return t.create(this.options.filter(function(t){return!e.includes(t)}),_object_spread({},this._def,n))}}]),t}(pe);nt.create=d;var rt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=L.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==B.string&&r.parsedType!==B.number){var a=L.objectValues(t);return n(r,{expected:L.joinValues(a),received:r.parsedType,code:q.invalid_type}),ne}if(this._cache||(this._cache=new Set(L.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){var i=L.objectValues(t);return n(r,{received:r.data,code:q.invalid_enum_value,options:i}),ne}return ae(e.data)}},{key:"enum",get:function(){return this._def.values}}]),t}(pe);rt.create=function(e,t){return new rt(_object_spread({values:e,typeName:ht.ZodNativeEnum},r(t)))};var at=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"unwrap",value:function(){return this._def.type}},{key:"_parse",value:function(e){var t=this,r=this._processInputParams(e).ctx;if(r.parsedType!==B.promise&&!1===r.common.async)return n(r,{code:q.invalid_type,expected:B.promise,received:r.parsedType}),ne;var a=r.parsedType===B.promise?r.data:Promise.resolve(r.data);return ae(a.then(function(e){return t._def.type.parseAsync(e,{path:r.path,errorMap:r.common.contextualErrorMap})}))}}]),t}(pe);at.create=function(e,t){return new at(_object_spread({type:e,typeName:ht.ZodPromise},r(t)))};var it=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"innerType",value:function(){return this._def.schema}},{key:"sourceType",value:function(){return this._def.schema._def.typeName===ht.ZodEffects?this._def.schema.sourceType():this._def.schema}},{key:"_parse",value:function(e){var t=this,r=this._processInputParams(e),a=r.status,i=r.ctx,o=this._def.effect||null,s={addIssue:function(e){n(i,e),e.fatal?a.abort():a.dirty()},get path(){return i.path}};if(s.addIssue=s.addIssue.bind(s),"preprocess"===o.type){var c=o.transform(i.data,s);if(i.common.async)return Promise.resolve(c).then(function(e){return _async_to_generator(function(){var t;return _ts_generator(this,function(n){switch(n.label){case 0:return"aborted"===a.value?[2,ne]:[4,this._def.schema._parseAsync({data:e,path:i.path,parent:i})];case 1:return"aborted"===(t=n.sent()).status?[2,ne]:"dirty"===t.status||"dirty"===a.value?[2,re(t.value)]:[2,t]}})}).call(t)});if("aborted"===a.value)return ne;var u=this._def.schema._parseSync({data:c,path:i.path,parent:i});return"aborted"===u.status?ne:"dirty"===u.status||"dirty"===a.value?re(u.value):u}if("refinement"===o.type){var l=function(e){var t=o.refinement(e,s);if(i.common.async)return Promise.resolve(t);if(_instanceof(t,Promise))throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return e};if(!1===i.common.async){var d=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});return"aborted"===d.status?ne:("dirty"===d.status&&a.dirty(),l(d.value),{status:a.value,value:d.value})}return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(function(e){return"aborted"===e.status?ne:("dirty"===e.status&&a.dirty(),l(e.value).then(function(){return{status:a.value,value:e.value}}))})}if("transform"===o.type){if(!1===i.common.async){var p=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!se(p))return ne;var f=o.transform(p.value,s);if(_instanceof(f,Promise))throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:a.value,value:f}}return this._def.schema._parseAsync({data:i.data,path:i.path,parent:i}).then(function(e){return se(e)?Promise.resolve(o.transform(e.value,s)).then(function(e){return{status:a.value,value:e}}):ne})}L.assertNever(o)}}]),t}(pe);it.create=function(e,t,n){return new it(_object_spread({schema:e,typeName:ht.ZodEffects,effect:t},r(n)))},it.createWithPreprocess=function(e,t,n){return new it(_object_spread({schema:t,effect:{type:"preprocess",transform:e},typeName:ht.ZodEffects},r(n)))};var ot=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return this._getType(e)===B.undefined?ae(void 0):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(pe);ot.create=function(e,t){return new ot(_object_spread({innerType:e,typeName:ht.ZodOptional},r(t)))};var st=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){return this._getType(e)===B.null?ae(null):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(pe);st.create=function(e,t){return new st(_object_spread({innerType:e,typeName:ht.ZodNullable},r(t)))};var ct=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=t.data;return t.parsedType===B.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}},{key:"removeDefault",value:function(){return this._def.innerType}}]),t}(pe);ct.create=function(e,t){return new ct(_object_spread({innerType:e,typeName:ht.ZodDefault,defaultValue:"function"==typeof t.default?t.default:function(){return t.default}},r(t)))};var ut=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e).ctx,r=_object_spread_props(_object_spread({},n),{common:_object_spread_props(_object_spread({},n.common),{issues:[]})}),a=this._def.innerType._parse({data:r.data,path:r.path,parent:_object_spread({},r)});return ce(a)?a.then(function(e){return{status:"valid",value:"valid"===e.status?e.value:t._def.catchValue({get error(){return new K(r.common.issues)},input:r.data})}}):{status:"valid",value:"valid"===a.status?a.value:this._def.catchValue({get error(){return new K(r.common.issues)},input:r.data})}}},{key:"removeCatch",value:function(){return this._def.innerType}}]),t}(pe);ut.create=function(e,t){return new ut(_object_spread({innerType:e,typeName:ht.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:function(){return t.catch}},r(t)))};var lt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){if(this._getType(e)!==B.nan){var t=this._getOrReturnCtx(e);return n(t,{code:q.invalid_type,expected:B.nan,received:t.parsedType}),ne}return{status:"valid",value:e.data}}}]),t}(pe);lt.create=function(e){return new lt(_object_spread({typeName:ht.ZodNaN},r(e)))};var dt=Symbol("zod_brand"),pt=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._processInputParams(e).ctx,n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}},{key:"unwrap",value:function(){return this._def.type}}]),t}(pe),ft=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this,n=this._processInputParams(e),r=n.status,a=n.ctx;if(a.common.async){return _async_to_generator(function(){var e;return _ts_generator(this,function(t){switch(t.label){case 0:return[4,this._def.in._parseAsync({data:a.data,path:a.path,parent:a})];case 1:return"aborted"===(e=t.sent()).status?[2,ne]:"dirty"===e.status?(r.dirty(),[2,re(e.value)]):[2,this._def.out._parseAsync({data:e.value,path:a.path,parent:a})]}})}).call(t)}var i=this._def.in._parseSync({data:a.data,path:a.path,parent:a});return"aborted"===i.status?ne:"dirty"===i.status?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:a.path,parent:a})}}],[{key:"create",value:function(e,n){return new t({in:e,out:n,typeName:ht.ZodPipeline})}}]),t}(pe),_t=function(e){function t(){return _class_call_check(this,t),_call_super(this,t,arguments)}return _inherits(t,e),_create_class(t,[{key:"_parse",value:function(e){var t=this._def.innerType._parse(e),n=function(e){return se(e)&&(e.value=Object.freeze(e.value)),e};return ce(t)?t.then(function(e){return n(e)}):n(t)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(pe);_t.create=function(e,t){return new _t(_object_spread({innerType:e,typeName:ht.ZodReadonly},r(t)))};var ht,mt,yt={object:Ve.lazycreate};(mt=ht||(ht={})).ZodString="ZodString",mt.ZodNumber="ZodNumber",mt.ZodNaN="ZodNaN",mt.ZodBigInt="ZodBigInt",mt.ZodBoolean="ZodBoolean",mt.ZodDate="ZodDate",mt.ZodSymbol="ZodSymbol",mt.ZodUndefined="ZodUndefined",mt.ZodNull="ZodNull",mt.ZodAny="ZodAny",mt.ZodUnknown="ZodUnknown",mt.ZodNever="ZodNever",mt.ZodVoid="ZodVoid",mt.ZodArray="ZodArray",mt.ZodObject="ZodObject",mt.ZodUnion="ZodUnion",mt.ZodDiscriminatedUnion="ZodDiscriminatedUnion",mt.ZodIntersection="ZodIntersection",mt.ZodTuple="ZodTuple",mt.ZodRecord="ZodRecord",mt.ZodMap="ZodMap",mt.ZodSet="ZodSet",mt.ZodFunction="ZodFunction",mt.ZodLazy="ZodLazy",mt.ZodLiteral="ZodLiteral",mt.ZodEnum="ZodEnum",mt.ZodEffects="ZodEffects",mt.ZodNativeEnum="ZodNativeEnum",mt.ZodOptional="ZodOptional",mt.ZodNullable="ZodNullable",mt.ZodDefault="ZodDefault",mt.ZodCatch="ZodCatch",mt.ZodPromise="ZodPromise",mt.ZodBranded="ZodBranded",mt.ZodPipeline="ZodPipeline",mt.ZodReadonly="ZodReadonly";var vt=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{message:"Input not instance of ".concat(e.name)};return f(function(t){return _instanceof(t,e)},t)},bt=Ae.create,gt=Te.create,kt=lt.create,jt=Ce.create,St=Ee.create,wt=Ne.create,xt=Ie.create,Pt=Re.create,Zt=Me.create,Ot=De.create,At=ze.create,Tt=$e.create,Ct=Le.create,Et=Fe.create,Nt=Ve.create,It=Ve.strictCreate,Rt=Be.create,Mt=qe.create,Dt=Ke.create,zt=He.create,$t=Ge.create,Lt=Ye.create,Ft=Qe.create,Ut=Xe.create,Vt=et.create,Bt=tt.create,Jt=nt.create,qt=rt.create,Wt=at.create,Kt=it.create,Ht=ot.create,Gt=st.create,Yt=it.createWithPreprocess,Qt=ft.create,Xt=function(){return bt().optional()},en=function(){return gt().optional()},tn=function(){return St().optional()},nn={string:function(e){return Ae.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},number:function(e){return Te.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},boolean:function(e){return Ee.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},bigint:function(e){return Ce.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},date:function(e){return Ne.create(_object_spread_props(_object_spread({},e),{coerce:!0}))}},rn=ne,an=Symbol("Let zodToJsonSchema decide on which parser to use"),on={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},sn=function(e){var t=function(e){return"string"==typeof e?_object_spread_props(_object_spread({},on),{name:e}):_object_spread({},on,e)}(e),n=void 0!==t.name?_to_consumable_array(t.basePath).concat([t.definitionPath,t.name]):t.basePath;return _object_spread_props(_object_spread({},t),{flags:{hasReferencedOpenAiAnyType:!1},currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(function(e){var n=_sliced_to_array(e,2),r=n[0],a=n[1];return[a._def,{def:a._def,path:_to_consumable_array(t.basePath).concat([t.definitionPath,r]),jsonSchema:void 0}]}))})},cn=function(e,t){for(var n=0;n<e.length&&n<t.length&&e[n]===t[n];n++);return[(e.length-n).toString()].concat(_to_consumable_array(t.slice(n))).join("/")};function un(e,t,n){var r=null!=n?n:t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map(function(n,r){return un(e,t,n)})};switch(r){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return ln(e,t)}}var ln=function(e,t){var n={type:"integer",format:"unix-time"};if("openApi3"===t.target)return n;var r=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;switch(c.kind){case"min":h(n,"minimum",c.value,c.message,t);break;case"max":h(n,"maximum",c.value,c.message,t)}}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return n},dn=function(e){return(!("type"in e)||"string"!==e.type)&&"allOf"in e},pn=void 0,fn={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:function(){return void 0===pn&&(pn=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),pn},uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/},_n=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789"),hn={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"},mn=function(e,t){var n=(_instanceof(e.options,Map)?Array.from(e.options.values()):e.options).map(function(e,n){return vn(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","".concat(n)])}))}).filter(function(e){return!!e&&(!t.strictUnions||"object"===(void 0===e?"undefined":_type_of(e))&&Object.keys(e).length>0)});return n.length?{anyOf:n}:void 0},yn=function(e,t,n){switch(t){case ht.ZodString:return v(e,n);case ht.ZodNumber:return function(e,t){var n={type:"number"};if(!e.checks)return n;var r=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;switch(c.kind){case"int":n.type="integer",_(n,"type",c.message,t);break;case"min":"jsonSchema7"===t.target?c.inclusive?h(n,"minimum",c.value,c.message,t):h(n,"exclusiveMinimum",c.value,c.message,t):(c.inclusive||(n.exclusiveMinimum=!0),h(n,"minimum",c.value,c.message,t));break;case"max":"jsonSchema7"===t.target?c.inclusive?h(n,"maximum",c.value,c.message,t):h(n,"exclusiveMaximum",c.value,c.message,t):(c.inclusive||(n.exclusiveMaximum=!0),h(n,"maximum",c.value,c.message,t));break;case"multipleOf":h(n,"multipleOf",c.value,c.message,t)}}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return n}(e,n);case ht.ZodObject:return function(e,t){var n="openAi"===t.target,r={type:"object",properties:{}},a=[],i=e.shape();for(var o in i){var s=i[o];if(void 0!==s&&void 0!==s._def){var c=P(s);c&&n&&("ZodOptional"===s._def.typeName&&(s=s._def.innerType),s.isNullable()||(s=s.nullable()),c=!1);var u=vn(s._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["properties",o]),propertyPath:_to_consumable_array(t.currentPath).concat(["properties",o])}));void 0!==u&&(r.properties[o]=u,c||a.push(o))}}a.length&&(r.required=a);var l=x(e,t);return void 0!==l&&(r.additionalProperties=l),r}(e,n);case ht.ZodBigInt:return function(e,t){var n={type:"integer",format:"int64"};if(!e.checks)return n;var r=!0,a=!1,i=void 0;try{for(var o,s=e.checks[Symbol.iterator]();!(r=(o=s.next()).done);r=!0){var c=o.value;switch(c.kind){case"min":"jsonSchema7"===t.target?c.inclusive?h(n,"minimum",c.value,c.message,t):h(n,"exclusiveMinimum",c.value,c.message,t):(c.inclusive||(n.exclusiveMinimum=!0),h(n,"minimum",c.value,c.message,t));break;case"max":"jsonSchema7"===t.target?c.inclusive?h(n,"maximum",c.value,c.message,t):h(n,"exclusiveMaximum",c.value,c.message,t):(c.inclusive||(n.exclusiveMaximum=!0),h(n,"maximum",c.value,c.message,t));break;case"multipleOf":h(n,"multipleOf",c.value,c.message,t)}}}catch(e){a=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(a)throw i}}return n}(e,n);case ht.ZodBoolean:return{type:"boolean"};case ht.ZodDate:return un(e,n);case ht.ZodUndefined:return function(e){return{not:m(e)}}(n);case ht.ZodNull:return function(e){return"openApi3"===e.target?{enum:["null"],nullable:!0}:{type:"null"}}(n);case ht.ZodArray:return function(e,t){var n,r,a,i={type:"array"};return(null===(n=e.type)||void 0===n?void 0:n._def)&&(null===(a=e.type)||void 0===a||null===(r=a._def)||void 0===r?void 0:r.typeName)!==ht.ZodAny&&(i.items=vn(e.type._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items"])}))),e.minLength&&h(i,"minItems",e.minLength.value,e.minLength.message,t),e.maxLength&&h(i,"maxItems",e.maxLength.value,e.maxLength.message,t),e.exactLength&&(h(i,"minItems",e.exactLength.value,e.exactLength.message,t),h(i,"maxItems",e.exactLength.value,e.exactLength.message,t)),i}(e,n);case ht.ZodUnion:case ht.ZodDiscriminatedUnion:return function(e,t){if("openApi3"===t.target)return mn(e,t);var n=_instanceof(e.options,Map)?Array.from(e.options.values()):e.options;if(n.every(function(e){return e._def.typeName in hn&&(!e._def.checks||!e._def.checks.length)})){var r=n.reduce(function(e,t){var n=hn[t._def.typeName];return n&&!e.includes(n)?_to_consumable_array(e).concat([n]):e},[]);return{type:r.length>1?r:r[0]}}if(n.every(function(e){return"ZodLiteral"===e._def.typeName&&!e.description})){var a=n.reduce(function(e,t){var n=_type_of(t._def.value);switch(n){case"string":case"number":case"boolean":return _to_consumable_array(e).concat([n]);case"bigint":return _to_consumable_array(e).concat(["integer"]);case"object":if(null===t._def.value)return _to_consumable_array(e).concat(["null"]);default:return e}},[]);if(a.length===n.length){var i=a.filter(function(e,t,n){return n.indexOf(e)===t});return{type:i.length>1?i:i[0],enum:n.reduce(function(e,t){return e.includes(t._def.value)?e:_to_consumable_array(e).concat([t._def.value])},[])}}}else if(n.every(function(e){return"ZodEnum"===e._def.typeName}))return{type:"string",enum:n.reduce(function(e,t){return _to_consumable_array(e).concat(_to_consumable_array(t._def.values.filter(function(t){return!e.includes(t)})))},[])};return mn(e,t)}(e,n);case ht.ZodIntersection:return function(e,t){var n=[vn(e.left._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])})),vn(e.right._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","1"])}))].filter(function(e){return!!e}),r="jsonSchema2019-09"===t.target?{unevaluatedProperties:!1}:void 0,a=[];return n.forEach(function(e){if(dn(e)){var t;(t=a).push.apply(t,_to_consumable_array(e.allOf)),void 0===e.unevaluatedProperties&&(r=void 0)}else{var n=e;"additionalProperties"in e&&!1===e.additionalProperties?(e.additionalProperties,n=_object_without_properties(e,["additionalProperties"])):r=void 0,a.push(n)}}),a.length?_object_spread({allOf:a},r):void 0}(e,n);case ht.ZodTuple:return function(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map(function(e,n){return vn(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","".concat(n)])}))}).reduce(function(e,t){return void 0===t?e:_to_consumable_array(e).concat([t])},[]),additionalItems:vn(e.rest._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["additionalItems"])}))}:{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map(function(e,n){return vn(e._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","".concat(n)])}))}).reduce(function(e,t){return void 0===t?e:_to_consumable_array(e).concat([t])},[])}}(e,n);case ht.ZodRecord:return w(e,n);case ht.ZodLiteral:return function(e,t){var n=_type_of(e.value);return"bigint"!==n&&"number"!==n&&"boolean"!==n&&"string"!==n?{type:Array.isArray(e.value)?"array":"object"}:"openApi3"===t.target?{type:"bigint"===n?"integer":n,enum:[e.value]}:{type:"bigint"===n?"integer":n,const:e.value}}(e,n);case ht.ZodEnum:return function(e){return{type:"string",enum:Array.from(e.values)}}(e);case ht.ZodNativeEnum:return function(e){var t=e.values,n=Object.keys(e.values).filter(function(e){return"number"!=typeof t[t[e]]}).map(function(e){return t[e]}),r=Array.from(new Set(n.map(function(e){return void 0===e?"undefined":_type_of(e)})));return{type:1===r.length?"string"===r[0]?"string":"number":["string","number"],enum:n}}(e);case ht.ZodNullable:return function(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return"openApi3"===t.target?{type:hn[e.innerType._def.typeName],nullable:!0}:{type:[hn[e.innerType._def.typeName],"null"]};if("openApi3"===t.target){var n=vn(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath)}));return n&&"$ref"in n?{allOf:[n],nullable:!0}:n&&_object_spread_props(_object_spread({},n),{nullable:!0})}var r=vn(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","0"])}));return r&&{anyOf:[r,{type:"null"}]}}(e,n);case ht.ZodOptional:return function(e,t){var n;if(t.currentPath.toString()===(null===(n=t.propertyPath)||void 0===n?void 0:n.toString()))return vn(e.innerType._def,t);var r=vn(e.innerType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["anyOf","1"])}));return r?{anyOf:[{not:m(t)},r]}:m(t)}(e,n);case ht.ZodMap:return function(e,t){return"record"===t.mapStrategy?w(e,t):{type:"array",maxItems:125,items:{type:"array",items:[vn(e.keyType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","items","0"])}))||m(t),vn(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","items","1"])}))||m(t)],minItems:2,maxItems:2}}}(e,n);case ht.ZodSet:return function(e,t){var n={type:"array",uniqueItems:!0,items:vn(e.valueType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items"])}))};return e.minSize&&h(n,"minItems",e.minSize.value,e.minSize.message,t),e.maxSize&&h(n,"maxItems",e.maxSize.value,e.maxSize.message,t),n}(e,n);case ht.ZodLazy:return function(){return e.getter()._def};case ht.ZodPromise:return function(e,t){return vn(e.type._def,t)}(e,n);case ht.ZodNaN:case ht.ZodNever:return function(e){return"openAi"===e.target?void 0:{not:m(_object_spread_props(_object_spread({},e),{currentPath:_to_consumable_array(e.currentPath).concat(["not"])}))}}(n);case ht.ZodEffects:return function(e,t){return"input"===t.effectStrategy?vn(e.schema._def,t):m(t)}(e,n);case ht.ZodAny:return m(n);case ht.ZodUnknown:return function(e){return m(e)}(n);case ht.ZodDefault:return function(e,t){return _object_spread_props(_object_spread({},vn(e.innerType._def,t)),{default:e.defaultValue()})}(e,n);case ht.ZodBranded:return y(e,n);case ht.ZodReadonly:case ht.ZodCatch:return function(e,t){return vn(e.innerType._def,t)}(e,n);case ht.ZodPipeline:return function(e,t){if("input"===t.pipeStrategy)return vn(e.in._def,t);if("output"===t.pipeStrategy)return vn(e.out._def,t);var n=vn(e.in._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])}));return{allOf:[n,vn(e.out._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf",n?"1":"0"])}))].filter(function(e){return void 0!==e})}}(e,n);case ht.ZodFunction:case ht.ZodVoid:case ht.ZodSymbol:default:return}};function vn(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=t.seen.get(e);if(t.override){var a,i=null===(a=t.override)||void 0===a?void 0:a.call(t,e,t,r,n);if(i!==an)return i}if(r&&!n){var o=bn(r,t);if(void 0!==o)return o}var s={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,s);var c=yn(e,e.typeName,t),u="function"==typeof c?vn(c(),t):c;if(u&&gn(e,t,u),t.postProcess){var l=t.postProcess(u,e,t);return s.jsonSchema=u,l}return s.jsonSchema=u,u}var bn=function(e,t){switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:cn(t.currentPath,e.path)};case"none":case"seen":return e.path.length<t.currentPath.length&&e.path.every(function(e,n){return t.currentPath[n]===e})?(console.warn("Recursive reference detected at ".concat(t.currentPath.join("/"),"! Defaulting to any")),m(t)):"seen"===t.$refStrategy?m(t):void 0}},gn=function(e,t,n){return e.description&&(n.description=e.description,t.markdownDescription&&(n.markdownDescription=e.description)),n},kn=function(e,t){var n,r=sn(t),a="object"===(void 0===t?"undefined":_type_of(t))&&t.definitions?Object.entries(t.definitions).reduce(function(e,t){var n,a=_sliced_to_array(t,2),i=a[0],o=a[1];return _object_spread_props(_object_spread({},e),_define_property({},i,null!==(n=vn(o._def,_object_spread_props(_object_spread({},r),{currentPath:_to_consumable_array(r.basePath).concat([r.definitionPath,i])}),!0))&&void 0!==n?n:m(r)))},{}):void 0,i="string"==typeof t?t:"title"===(null==t?void 0:t.nameStrategy)||null==t?void 0:t.name,o=null!==(n=vn(e._def,void 0===i?r:_object_spread_props(_object_spread({},r),{currentPath:_to_consumable_array(r.basePath).concat([r.definitionPath,i])}),!1))&&void 0!==n?n:m(r),s="object"===(void 0===t?"undefined":_type_of(t))&&void 0!==t.name&&"title"===t.nameStrategy?t.name:void 0;void 0!==s&&(o.title=s),r.flags.hasReferencedOpenAiAnyType&&(a||(a={}),a[r.openAiAnyTypeName]||(a[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:"relative"===r.$refStrategy?"1":_to_consumable_array(r.basePath).concat([r.definitionPath,r.openAiAnyTypeName]).join("/")}}));var c=void 0===i?a?_object_spread_props(_object_spread({},o),_define_property({},r.definitionPath,a)):o:_define_property({$ref:_to_consumable_array("relative"===r.$refStrategy?[]:r.basePath).concat([r.definitionPath,i]).join("/")},r.definitionPath,_object_spread_props(_object_spread({},a),_define_property({},i,o)));return"jsonSchema7"===r.target?c.$schema="http://json-schema.org/draft-07/schema#":"jsonSchema2019-09"!==r.target&&"openAi"!==r.target||(c.$schema="https://json-schema.org/draft/2019-09/schema#"),"openAi"===r.target&&("anyOf"in c||"oneOf"in c||"allOf"in c||"type"in c&&Array.isArray(c.type))&&console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property."),c},jn=Object.defineProperty,Sn=function(e,t){for(var n in t)jn(e,n,{get:t[n],enumerable:!0})},wn=V.string(),xn=V.number(),Pn=(V.boolean(),V.string().min(1)),Zn=V.number().int().positive(),On=V.number().int().nonnegative(),An=V.number().describe("Tagging version number");V.union([V.string(),V.number(),V.boolean()]).optional();Sn({},{ErrorHandlerSchema:function(){return En},HandlerSchema:function(){return In},LogHandlerSchema:function(){return Nn},StorageSchema:function(){return Cn},StorageTypeSchema:function(){return Tn},errorHandlerJsonSchema:function(){return Dn},handlerJsonSchema:function(){return $n},logHandlerJsonSchema:function(){return zn},storageJsonSchema:function(){return Mn},storageTypeJsonSchema:function(){return Rn}});var Tn=V.enum(["local","session","cookie"]).describe("Storage mechanism: local, session, or cookie"),Cn=V.object({Local:V.literal("local"),Session:V.literal("session"),Cookie:V.literal("cookie")}).describe("Storage type constants for type-safe references"),En=V.any().describe("Error handler function: (error, state?) => void"),Nn=V.any().describe("Log handler function: (message, verbose?) => void"),In=V.object({Error:En.describe("Error handler function"),Log:Nn.describe("Log handler function")}).describe("Handler interface with error and log functions"),Rn=kn(Tn,{target:"jsonSchema7",$refStrategy:"relative",name:"StorageType"}),Mn=kn(Cn,{target:"jsonSchema7",$refStrategy:"relative",name:"Storage"}),Dn=kn(En,{target:"jsonSchema7",$refStrategy:"relative",name:"ErrorHandler"}),zn=kn(Nn,{target:"jsonSchema7",$refStrategy:"relative",name:"LogHandler"}),$n=kn(In,{target:"jsonSchema7",$refStrategy:"relative",name:"Handler"});V.object({onError:En.optional().describe("Error handler function: (error, state?) => void"),onLog:Nn.optional().describe("Log handler function: (message, verbose?) => void")}).partial(),V.object({verbose:V.boolean().describe("Enable verbose logging for debugging").optional()}).partial(),V.object({queue:V.boolean().describe("Whether to queue events when consent is not granted").optional()}).partial(),V.object({}).partial(),V.object({init:V.boolean().describe("Whether to initialize immediately").optional(),loadScript:V.boolean().describe("Whether to load external script (for web destinations)").optional()}).partial(),V.object({disabled:V.boolean().describe("Set to true to disable").optional()}).partial(),V.object({primary:V.boolean().describe("Mark as primary (only one can be primary)").optional()}).partial(),V.object({settings:V.any().optional().describe("Implementation-specific configuration")}).partial(),V.object({env:V.any().optional().describe("Environment dependencies (platform-specific)")}).partial(),V.object({type:V.string().optional().describe("Instance type identifier"),config:V.any().describe("Instance configuration")}).partial(),V.object({collector:V.any().describe("Collector instance (runtime object)"),config:V.any().describe("Configuration"),env:V.any().describe("Environment dependencies")}).partial(),V.object({batch:V.number().optional().describe("Batch size: bundle N events for batch processing"),batched:V.any().optional().describe("Batch of events to be processed")}).partial(),V.object({ignore:V.boolean().describe("Set to true to skip processing").optional(),condition:V.string().optional().describe("Condition function: return true to process")}).partial(),V.object({sources:V.record(V.string(),V.any()).describe("Map of source instances")}).partial(),V.object({destinations:V.record(V.string(),V.any()).describe("Map of destination instances")}).partial();Sn({},{ConsentSchema:function(){return Jn},DeepPartialEventSchema:function(){return Xn},EntitiesSchema:function(){return Gn},EntitySchema:function(){return Hn},EventSchema:function(){return Yn},OrderedPropertiesSchema:function(){return Vn},PartialEventSchema:function(){return Qn},PropertiesSchema:function(){return Un},PropertySchema:function(){return Fn},PropertyTypeSchema:function(){return Ln},SourceSchema:function(){return Kn},SourceTypeSchema:function(){return Bn},UserSchema:function(){return qn},VersionSchema:function(){return Wn},consentJsonSchema:function(){return sr},entityJsonSchema:function(){return ir},eventJsonSchema:function(){return er},orderedPropertiesJsonSchema:function(){return ar},partialEventJsonSchema:function(){return tr},propertiesJsonSchema:function(){return rr},sourceTypeJsonSchema:function(){return or},userJsonSchema:function(){return nr}});var Ln=V.lazy(function(){return V.union([V.boolean(),V.string(),V.number(),V.record(V.string(),Fn)])}),Fn=V.lazy(function(){return V.union([Ln,V.array(Ln)])}),Un=V.record(V.string(),Fn.optional()).describe("Flexible property collection with optional values"),Vn=V.record(V.string(),V.tuple([Fn,V.number()]).optional()).describe("Ordered properties with [value, order] tuples for priority control"),Bn=V.union([V.enum(["web","server","app","other"]),V.string()]).describe("Source type: web, server, app, other, or custom"),Jn=V.record(V.string(),V.boolean()).describe("Consent requirement mapping (group name → state)"),qn=Un.and(V.object({id:V.string().optional().describe("User identifier"),device:V.string().optional().describe("Device identifier"),session:V.string().optional().describe("Session identifier"),hash:V.string().optional().describe("Hashed identifier"),address:V.string().optional().describe("User address"),email:V.string().email().optional().describe("User email address"),phone:V.string().optional().describe("User phone number"),userAgent:V.string().optional().describe("Browser user agent string"),browser:V.string().optional().describe("Browser name"),browserVersion:V.string().optional().describe("Browser version"),deviceType:V.string().optional().describe("Device type (mobile, desktop, tablet)"),os:V.string().optional().describe("Operating system"),osVersion:V.string().optional().describe("Operating system version"),screenSize:V.string().optional().describe("Screen dimensions"),language:V.string().optional().describe("User language"),country:V.string().optional().describe("User country"),region:V.string().optional().describe("User region/state"),city:V.string().optional().describe("User city"),zip:V.string().optional().describe("User postal code"),timezone:V.string().optional().describe("User timezone"),ip:V.string().optional().describe("User IP address"),internal:V.boolean().optional().describe("Internal user flag (employee, test user)")})).describe("User identification and properties"),Wn=Un.and(V.object({source:wn.describe('Walker implementation version (e.g., "2.0.0")'),tagging:An})).describe("Walker version information"),Kn=Un.and(V.object({type:Bn.describe("Source type identifier"),id:wn.describe("Source identifier (typically URL on web)"),previous_id:wn.describe("Previous source identifier (typically referrer on web)")})).describe("Event source information"),Hn=V.lazy(function(){return V.object({entity:V.string().describe("Entity name"),data:Un.describe("Entity-specific properties"),nested:V.array(Hn).describe("Nested child entities"),context:Vn.describe("Entity context data")})}).describe("Nested entity structure with recursive nesting support"),Gn=V.array(Hn).describe("Array of nested entities"),Yn=V.object({name:V.string().describe('Event name in "entity action" format (e.g., "page view", "product add")'),data:Un.describe("Event-specific properties"),context:Vn.describe("Ordered context properties with priorities"),globals:Un.describe("Global properties shared across events"),custom:Un.describe("Custom implementation-specific properties"),user:qn.describe("User identification and attributes"),nested:Gn.describe("Related nested entities"),consent:Jn.describe("Consent states at event time"),id:Pn.describe("Unique event identifier (timestamp-based)"),trigger:wn.describe("Event trigger identifier"),entity:wn.describe("Parsed entity from event name"),action:wn.describe("Parsed action from event name"),timestamp:Zn.describe("Unix timestamp in milliseconds since epoch"),timing:xn.describe("Event processing timing information"),group:wn.describe("Event grouping identifier"),count:On.describe("Event count in session"),version:Wn.describe("Walker version information"),source:Kn.describe("Event source information")}).describe("Complete walkerOS event structure"),Qn=Yn.partial().describe("Partial event structure with all fields optional"),Xn=V.lazy(function(){return Yn.deepPartial()}).describe("Deep partial event structure with all nested fields optional"),er=kn(Yn,{target:"jsonSchema7",$refStrategy:"relative",name:"Event"}),tr=kn(Qn,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialEvent"}),nr=kn(qn,{target:"jsonSchema7",$refStrategy:"relative",name:"User"}),rr=kn(Un,{target:"jsonSchema7",$refStrategy:"relative",name:"Properties"}),ar=kn(Vn,{target:"jsonSchema7",$refStrategy:"relative",name:"OrderedProperties"}),ir=kn(Hn,{target:"jsonSchema7",$refStrategy:"relative",name:"Entity"}),or=kn(Bn,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceType"}),sr=kn(Jn,{target:"jsonSchema7",$refStrategy:"relative",name:"Consent"});Sn({},{ConfigSchema:function(){return yr},LoopSchema:function(){return lr},MapSchema:function(){return pr},PolicySchema:function(){return _r},ResultSchema:function(){return vr},RuleSchema:function(){return hr},RulesSchema:function(){return mr},SetSchema:function(){return dr},ValueConfigSchema:function(){return fr},ValueSchema:function(){return cr},ValuesSchema:function(){return ur},configJsonSchema:function(){return Zr},loopJsonSchema:function(){return kr},mapJsonSchema:function(){return Sr},policyJsonSchema:function(){return wr},ruleJsonSchema:function(){return xr},rulesJsonSchema:function(){return Pr},setJsonSchema:function(){return jr},valueConfigJsonSchema:function(){return gr},valueJsonSchema:function(){return br}});var cr=V.lazy(function(){return V.union([V.string().describe('String value or property path (e.g., "data.id")'),V.number().describe("Numeric value"),V.boolean().describe("Boolean value"),fr,V.array(cr).describe("Array of values")])}),ur=V.array(cr).describe("Array of transformation values"),lr=V.tuple([cr,cr]).describe("Loop transformation: [source, transform] tuple for array processing"),dr=V.array(cr).describe("Set: Array of values for selection or combination"),pr=V.record(V.string(),cr).describe("Map: Object mapping keys to transformation values"),fr=V.object({key:V.string().optional().describe('Property path to extract from event (e.g., "data.id", "user.email")'),value:V.union([V.string(),V.number(),V.boolean()]).optional().describe("Static primitive value"),fn:V.string().optional().describe("Custom transformation function as string (serialized)"),map:pr.optional().describe("Object mapping: transform event data to structured output"),loop:lr.optional().describe("Loop transformation: [source, transform] for array processing"),set:dr.optional().describe("Set of values: combine or select from multiple values"),consent:Jn.optional().describe("Required consent states to include this value"),condition:V.string().optional().describe("Condition function as string: return true to include value"),validate:V.string().optional().describe("Validation function as string: return true if value is valid")}).refine(function(e){return Object.keys(e).length>0},{message:"ValueConfig must have at least one property"}).describe("Value transformation configuration with multiple strategies"),_r=V.record(V.string(),cr).describe("Policy rules for event pre-processing (key → value mapping)"),hr=V.object({batch:V.number().optional().describe("Batch size: bundle N events for batch processing"),condition:V.string().optional().describe("Condition function as string: return true to process event"),consent:Jn.optional().describe("Required consent states to process this event"),settings:V.any().optional().describe("Destination-specific settings for this event mapping"),data:V.union([cr,ur]).optional().describe("Data transformation rules for event"),ignore:V.boolean().optional().describe("Set to true to skip processing this event"),name:V.string().optional().describe('Custom event name override (e.g., "view_item" for "product view")'),policy:_r.optional().describe("Event-level policy overrides (applied after config-level policy)")}).describe("Mapping rule for specific entity-action combination"),mr=V.record(V.string(),V.record(V.string(),V.union([hr,V.array(hr)])).optional()).describe("Nested mapping rules: { entity: { action: Rule | Rule[] } } with wildcard support"),yr=V.object({consent:Jn.optional().describe("Required consent states to process any events"),data:V.union([cr,ur]).optional().describe("Global data transformation applied to all events"),mapping:mr.optional().describe("Entity-action specific mapping rules"),policy:_r.optional().describe("Pre-processing policy rules applied before mapping")}).describe("Shared mapping configuration for sources and destinations"),vr=V.object({eventMapping:hr.optional().describe("Resolved mapping rule for event"),mappingKey:V.string().optional().describe('Mapping key used (e.g., "product.view")')}).describe("Mapping resolution result"),br=kn(cr,{target:"jsonSchema7",$refStrategy:"relative",name:"Value"}),gr=kn(fr,{target:"jsonSchema7",$refStrategy:"relative",name:"ValueConfig"}),kr=kn(lr,{target:"jsonSchema7",$refStrategy:"relative",name:"Loop"}),jr=kn(dr,{target:"jsonSchema7",$refStrategy:"relative",name:"Set"}),Sr=kn(pr,{target:"jsonSchema7",$refStrategy:"relative",name:"Map"}),wr=kn(_r,{target:"jsonSchema7",$refStrategy:"relative",name:"Policy"}),xr=kn(hr,{target:"jsonSchema7",$refStrategy:"relative",name:"Rule"}),Pr=kn(mr,{target:"jsonSchema7",$refStrategy:"relative",name:"Rules"}),Zr=kn(yr,{target:"jsonSchema7",$refStrategy:"relative",name:"MappingConfig"});Sn({},{BatchSchema:function(){return Mr},ConfigSchema:function(){return Or},ContextSchema:function(){return Cr},DLQSchema:function(){return Jr},DataSchema:function(){return Dr},DestinationPolicySchema:function(){return Tr},DestinationsSchema:function(){return Fr},InitDestinationsSchema:function(){return Lr},InitSchema:function(){return $r},InstanceSchema:function(){return zr},PartialConfigSchema:function(){return Ar},PushBatchContextSchema:function(){return Nr},PushContextSchema:function(){return Er},PushEventSchema:function(){return Ir},PushEventsSchema:function(){return Rr},PushResultSchema:function(){return Vr},RefSchema:function(){return Ur},ResultSchema:function(){return Br},batchJsonSchema:function(){return Gr},configJsonSchema:function(){return qr},contextJsonSchema:function(){return Kr},instanceJsonSchema:function(){return Yr},partialConfigJsonSchema:function(){return Wr},pushContextJsonSchema:function(){return Hr},resultJsonSchema:function(){return Qr}});var Or=V.object({consent:Jn.optional().describe("Required consent states to send events to this destination"),settings:V.any().describe("Implementation-specific configuration").optional(),data:V.union([cr,ur]).optional().describe("Global data transformation applied to all events for this destination"),env:V.any().describe("Environment dependencies (platform-specific)").optional(),id:Pn.describe("Destination instance identifier (defaults to destination key)").optional(),init:V.boolean().describe("Whether to initialize immediately").optional(),loadScript:V.boolean().describe("Whether to load external script (for web destinations)").optional(),mapping:mr.optional().describe("Entity-action specific mapping rules for this destination"),policy:_r.optional().describe("Pre-processing policy rules applied before event mapping"),queue:V.boolean().describe("Whether to queue events when consent is not granted").optional(),verbose:V.boolean().describe("Enable verbose logging for debugging").optional(),onError:En.optional(),onLog:Nn.optional()}).describe("Destination configuration"),Ar=Or.deepPartial().describe("Partial destination configuration with all fields deeply optional"),Tr=_r.describe("Destination policy rules for event pre-processing"),Cr=V.object({collector:V.any().describe("Collector instance (runtime object)"),config:Or.describe("Destination configuration"),data:V.union([V.any(),V.undefined(),V.array(V.union([V.any(),V.undefined()]))]).optional().describe("Transformed event data"),env:V.any().describe("Environment dependencies")}).describe("Destination context for init and push functions"),Er=Cr.extend({mapping:hr.optional().describe("Resolved mapping rule for this specific event")}).describe("Push context with event-specific mapping"),Nr=Er.describe("Batch push context with event-specific mapping"),Ir=V.object({event:Yn.describe("The event to process"),mapping:hr.optional().describe("Mapping rule for this event")}).describe("Event with optional mapping for batch processing"),Rr=V.array(Ir).describe("Array of events with mappings"),Mr=V.object({key:V.string().describe('Batch key (usually mapping key like "product.view")'),events:V.array(Yn).describe("Array of events in batch"),data:V.array(V.union([V.any(),V.undefined(),V.array(V.union([V.any(),V.undefined()]))])).describe("Transformed data for each event"),mapping:hr.optional().describe("Shared mapping rule for batch")}).describe("Batch of events grouped by mapping key"),Dr=V.union([V.any(),V.undefined(),V.array(V.union([V.any(),V.undefined()]))]).describe("Transformed event data (Property, undefined, or array)"),zr=V.object({config:Or.describe("Destination configuration"),queue:V.array(Yn).optional().describe("Queued events awaiting consent"),dlq:V.array(V.tuple([Yn,V.any()])).optional().describe("Dead letter queue (failed events with errors)"),type:V.string().optional().describe("Destination type identifier"),env:V.any().optional().describe("Environment dependencies"),init:V.any().optional().describe("Initialization function"),push:V.any().describe("Push function for single events"),pushBatch:V.any().optional().describe("Batch push function"),on:V.any().optional().describe("Event lifecycle hook function")}).describe("Destination instance (runtime object with functions)"),$r=V.object({code:zr.describe("Destination instance with implementation"),config:Ar.optional().describe("Partial configuration overrides"),env:V.any().optional().describe("Partial environment overrides")}).describe("Destination initialization configuration"),Lr=V.record(V.string(),$r).describe("Map of destination IDs to initialization configurations"),Fr=V.record(V.string(),zr).describe("Map of destination IDs to runtime instances"),Ur=V.object({id:V.string().describe("Destination ID"),destination:zr.describe("Destination instance")}).describe("Destination reference (ID + instance)"),Vr=V.object({queue:V.array(Yn).optional().describe("Events queued (awaiting consent)"),error:V.any().optional().describe("Error if push failed")}).describe("Push operation result"),Br=V.object({successful:V.array(Ur).describe("Destinations that processed successfully"),queued:V.array(Ur).describe("Destinations that queued events"),failed:V.array(Ur).describe("Destinations that failed to process")}).describe("Overall destination processing result"),Jr=V.array(V.tuple([Yn,V.any()])).describe("Dead letter queue: [(event, error), ...]"),qr=kn(Or,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationConfig"}),Wr=kn(Ar,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialDestinationConfig"}),Kr=kn(Cr,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationContext"}),Hr=kn(Er,{target:"jsonSchema7",$refStrategy:"relative",name:"PushContext"}),Gr=kn(Mr,{target:"jsonSchema7",$refStrategy:"relative",name:"Batch"}),Yr=kn(zr,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationInstance"}),Qr=kn(Br,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationResult"});Sn({},{CommandTypeSchema:function(){return Xr},ConfigSchema:function(){return ea},DestinationsSchema:function(){return ia},InitConfigSchema:function(){return na},InstanceSchema:function(){return oa},PushContextSchema:function(){return ra},SessionDataSchema:function(){return ta},SourcesSchema:function(){return aa},commandTypeJsonSchema:function(){return sa},configJsonSchema:function(){return ca},initConfigJsonSchema:function(){return la},instanceJsonSchema:function(){return pa},pushContextJsonSchema:function(){return da},sessionDataJsonSchema:function(){return ua}});var Xr=V.union([V.enum(["action","config","consent","context","destination","elb","globals","hook","init","link","run","user","walker"]),V.string()]).describe("Collector command type: standard commands or custom string for extensions"),ea=V.object({run:V.boolean().describe("Whether to run collector automatically on initialization").optional(),tagging:An,globalsStatic:Un.describe("Static global properties that persist across collector runs"),sessionStatic:V.record(V.any()).describe("Static session data that persists across collector runs"),verbose:V.boolean().describe("Enable verbose logging for debugging"),onError:En.optional(),onLog:Nn.optional()}).describe("Core collector configuration"),ta=Un.and(V.object({isStart:V.boolean().describe("Whether this is a new session start"),storage:V.boolean().describe("Whether storage is available"),id:Pn.describe("Session identifier").optional(),start:Zn.describe("Session start timestamp").optional(),marketing:V.literal(!0).optional().describe("Marketing attribution flag"),updated:Zn.describe("Last update timestamp").optional(),isNew:V.boolean().describe("Whether this is a new session").optional(),device:Pn.describe("Device identifier").optional(),count:On.describe("Event count in session").optional(),runs:On.describe("Number of runs").optional()})).describe("Session state and tracking data"),na=ea.partial().extend({consent:Jn.optional().describe("Initial consent state"),user:qn.optional().describe("Initial user data"),globals:Un.optional().describe("Initial global properties"),sources:V.any().optional().describe("Source configurations"),destinations:V.any().optional().describe("Destination configurations"),custom:Un.optional().describe("Initial custom implementation-specific properties")}).describe("Collector initialization configuration with initial state"),ra=V.object({mapping:yr.optional().describe("Source-level mapping configuration")}).describe("Push context with optional source mapping"),aa=V.record(V.string(),V.any()).describe("Map of source IDs to source instances"),ia=V.record(V.string(),V.any()).describe("Map of destination IDs to destination instances"),oa=V.object({push:V.any().describe("Push function for processing events"),command:V.any().describe("Command function for walker commands"),allowed:V.boolean().describe("Whether event processing is allowed"),config:ea.describe("Current collector configuration"),consent:Jn.describe("Current consent state"),count:V.number().describe("Event count (increments with each event)"),custom:Un.describe("Custom implementation-specific properties"),sources:aa.describe("Registered source instances"),destinations:ia.describe("Registered destination instances"),globals:Un.describe("Current global properties"),group:V.string().describe("Event grouping identifier"),hooks:V.any().describe("Lifecycle hook functions"),on:V.any().describe("Event lifecycle configuration"),queue:V.array(Yn).describe("Queued events awaiting processing"),round:V.number().describe("Collector run count (increments with each run)"),session:V.union([V.undefined(),ta]).describe("Current session state"),timing:V.number().describe("Event processing timing information"),user:qn.describe("Current user data"),version:V.string().describe("Walker implementation version")}).describe("Collector instance with state and methods"),sa=kn(Xr,{target:"jsonSchema7",$refStrategy:"relative",name:"CommandType"}),ca=kn(ea,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorConfig"}),ua=kn(ta,{target:"jsonSchema7",$refStrategy:"relative",name:"SessionData"}),la=kn(na,{target:"jsonSchema7",$refStrategy:"relative",name:"InitConfig"}),da=kn(ra,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorPushContext"}),pa=kn(oa,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorInstance"});Sn({},{BaseEnvSchema:function(){return fa},ConfigSchema:function(){return _a},InitSchema:function(){return ya},InitSourceSchema:function(){return va},InitSourcesSchema:function(){return ba},InstanceSchema:function(){return ma},PartialConfigSchema:function(){return ha},baseEnvJsonSchema:function(){return ga},configJsonSchema:function(){return ka},initSourceJsonSchema:function(){return wa},initSourcesJsonSchema:function(){return xa},instanceJsonSchema:function(){return Sa},partialConfigJsonSchema:function(){return ja}});var fa=V.object({push:V.any().describe("Collector push function"),command:V.any().describe("Collector command function"),sources:V.any().optional().describe("Map of registered source instances"),elb:V.any().describe("Public API function (alias for collector.push)")}).catchall(V.unknown()).describe("Base environment for dependency injection - platform-specific sources extend this"),_a=yr.extend({settings:V.any().describe("Implementation-specific configuration").optional(),env:fa.optional().describe("Environment dependencies (platform-specific)"),id:Pn.describe("Source identifier (defaults to source key)").optional(),onError:En.optional(),disabled:V.boolean().describe("Set to true to disable").optional(),primary:V.boolean().describe("Mark as primary (only one can be primary)").optional()}).describe("Source configuration with mapping and environment"),ha=_a.deepPartial().describe("Partial source configuration with all fields deeply optional"),ma=V.object({type:V.string().describe('Source type identifier (e.g., "browser", "dataLayer")'),config:_a.describe("Current source configuration"),push:V.any().describe("Push function - THE HANDLER (flexible signature for platform compatibility)"),destroy:V.any().optional().describe("Cleanup function called when source is removed"),on:V.any().optional().describe("Lifecycle hook function for event types")}).describe("Source instance with push handler and lifecycle methods"),ya=V.any().describe("Source initialization function: (config, env) => Instance | Promise<Instance>"),va=V.object({code:ya.describe("Source initialization function"),config:ha.optional().describe("Partial configuration overrides"),env:fa.partial().optional().describe("Partial environment overrides"),primary:V.boolean().optional().describe("Mark as primary source (only one can be primary)")}).describe("Source initialization configuration"),ba=V.record(V.string(),va).describe("Map of source IDs to initialization configurations"),ga=kn(fa,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceBaseEnv"}),ka=kn(_a,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceConfig"}),ja=kn(ha,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialSourceConfig"}),Sa=kn(ma,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceInstance"}),wa=kn(va,{target:"jsonSchema7",$refStrategy:"relative",name:"InitSource"}),xa=kn(ba,{target:"jsonSchema7",$refStrategy:"relative",name:"InitSources"}),Pa={merge:!0,shallow:!0,extend:!0},Za={},Oa={};z(Oa,{env:function(){return Aa},events:function(){return Ea},mapping:function(){return Na}});var Aa={};z(Aa,{init:function(){return Ta},push:function(){return Ca}});var Ta={window:{plausible:void 0},document:{createElement:function(){return{src:"",dataset:{},setAttribute:function(){},removeAttribute:function(){}}},head:{appendChild:function(){}},querySelector:function(){return null}}},Ca={window:{plausible:Object.assign(function(){},{q:[]})},document:{createElement:function(){return{src:"",dataset:{},setAttribute:function(){},removeAttribute:function(){}}},head:{appendChild:function(){}},querySelector:function(){return null}}},Ea={};z(Ea,{customEvent:function(){return N},purchase:function(){return E}});var Na={};z(Na,{config:function(){return Ma},customEvent:function(){return Ia},purchase:function(){return Ra}});var Ia={name:"Custom Event",data:{map:{props:"data",revenue:"data.number"}}},Ra={name:"purchase",data:{map:{revenue:{map:{currency:{value:"EUR"},amount:"data.total"}}}}},Ma={entity:{action:Ia},order:{complete:Ra}},Da={};z(Da,{MappingSchema:function(){return Fa},SettingsSchema:function(){return La},mapping:function(){return Va},settings:function(){return Ua}});var za,$a=RegExp("^(?=.{1,253}$)(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\\.[A-Za-z0-9-]{1,63}(?<!-))*$"),La=V.object({domain:V.string().regex($a,"Must be a valid hostname").describe("The domain of your site as registered in Plausible (like walkeros.io)").optional()}),Fa=V.object({}),Ua=Z(La),Va=Z(Fa),Ba={type:"plausible",config:{},init:function(e){var t=e.config,n=e.env,r=C(n).window,a=t.settings||{};return t.loadScript&&function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"https://plausible.io/js/script.manual.js",r=C(t).document,a=r.createElement("script");a.src=n,e&&(a.dataset.domain=e),r.head.appendChild(a)}(a.domain,n),r.plausible=r.plausible||function(){(r.plausible.q=r.plausible.q||[]).push(arguments)},t},push:function(e,t){t.config;var n=t.data,r=t.env,a=O(n)?n:{};(0,C(r).window.plausible)("".concat(e.name),a)}},Ja=Ba;return za=$,function(e,t,n,r){if(t&&"object"===(void 0===t?"undefined":_type_of(t))||"function"==typeof t){var a=!0,i=!1,o=void 0;try{for(var s,c=function(){var a=s.value;D.call(e,a)||a===n||I(e,a,{get:function(){return t[a]},enumerable:!(r=R(t,a))||r.enumerable})},u=M(t)[Symbol.iterator]();!(a=(s=u.next()).done);a=!0)c()}catch(e){i=!0,o=e}finally{try{a||null==u.return||u.return()}finally{if(i)throw o}}}return e}(I({},"__esModule",{value:!0}),za)}();