@walkeros/web-source-datalayer 0.3.0 → 0.4.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 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){se=e},t=function(){return se},n=function(e,n){var r=t(),a=ce({issueData:n,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===oe?void 0:oe].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(Re,"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||!Te.test(e))||!("v6"!==t&&t||!Ee.test(e))},c=function(e,t){if(!Ze.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||!Ce.test(e))||!("v6"!==t&&t||!Ne.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 dt(_object_spread({values:e,typeName:wt.ZodEnum},r(t)))},f=function(e,t){var n="function"==typeof e?e(t):"string"==typeof e?{message:e}:e;return"string"==typeof n?{message:n}:n},p=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return e?qe.create().superRefine(function(r,a){var i=e(r);if(_instanceof(i,Promise))return i.then(function(e){if(!e){var i,o,s=f(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=f(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}))}}):qe.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?yn(t,e.currentPath):t.join("/")}},y=function(e,t){return Zn(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,jn.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,jn.cuid,c.message,t);break;case"cuid2":j(n,jn.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,jn.base64url,c.message,t);break;case"jwt":j(n,jn.jwt,c.message,t);break;case"cidr":"v6"!==c.version&&j(n,jn.ipv4Cidr,c.message,t),"v4"!==c.version&&j(n,jn.ipv6Cidr,c.message,t);break;case"emoji":j(n,jn.emoji(),c.message,t);break;case"ulid":j(n,jn.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,jn.base64,c.message,t)}break;case"nanoid":j(n,jn.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++)Sn.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)===wt.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=Zn(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=Zn(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)===wt.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)===wt.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)===wt.ZodBranded&&e.keyType._def.type._def.typeName===wt.ZodString&&(null===(s=e.keyType._def.type._def.checks)||void 0===s?void 0:s.length)){var f=y(e.keyType._def,t),p=(f.type,_object_without_properties(f,["type"]));return _object_spread_props(_object_spread({},u),{propertyNames:p})}return u},x=function(e,t){if("ZodNever"!==e.catchall._def.typeName)return Zn(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 Array.isArray(e)},O=function(e){return"object"==(void 0===e?"undefined":_type_of(e))&&null!==e&&!Z(e)&&"[object Object]"===Object.prototype.toString.call(e)},A=function(e){return"string"==typeof e},T=function(e,t,n){return function(){for(var r=arguments.length,a=new Array(r),i=0;i<r;i++)a[i]=arguments[i];try{return e.apply(void 0,_to_consumable_array(a))}catch(e){if(!t)return;return t(e)}finally{null==n||n()}}},C=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;if(t.filter&&!0===T(function(){return t.filter(n)},function(){return!1})())return;var r=E(n);if(r){var a=t.prefix||"dataLayer",i="".concat(a," ").concat(r.name),o=(r.name,{name:i,data:_object_without_properties(r,["name"])});T(function(){return e(o)},function(){})()}},E=function(e){if(O(e)&&A(e.event))return _object_spread({name:e.event},_object_without_properties(e,["event"]));if(Z(e)&&e.length>=2)return N(e);if(I(e)){var t=Array.from(e);return N(t)}return null},N=function(e){var t,n=_sliced_to_array(e,3),r=n[0],a=n[1],i=n[2];if(!A(r))return null;var o={};switch(r){case"consent":if(!A(a)||e.length<3)return null;if("default"!==a&&"update"!==a)return null;if(!O(i)||null===i)return null;t="".concat(r," ").concat(a),o=_object_spread({},i);break;case"event":if(!A(a))return null;t=a,O(i)&&(o=_object_spread({},i));break;case"config":if(!A(a))return null;t="".concat(r," ").concat(a),O(i)&&(o=_object_spread({},i));break;case"set":if(A(a))t="".concat(r," ").concat(a),O(i)&&(o=_object_spread({},i));else{if(!O(a))return null;t="".concat(r," custom"),o=_object_spread({},a)}break;default:return null}return _object_spread({name:t},o)},I=function(e){return null!=e&&"object"===(void 0===e?"undefined":_type_of(e))&&"length"in e&&"number"==typeof e.length&&e.length>0},M=function(){return["consent","update",{ad_user_data:"granted",ad_personalization:"granted",ad_storage:"denied",analytics_storage:"granted"}]},R=function(){return["consent","default",{ad_storage:"denied",analytics_storage:"denied",ad_user_data:"denied",ad_personalization:"denied"}]},L=function(){return["event","purchase",{transaction_id:"T_12345",value:25.42,currency:"EUR",items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",quantity:1,price:25.42}]}]},D=function(){return["event","add_to_cart",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_variant:"red",quantity:1,price:15.25}]}]},z=function(){return["event","view_item",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",price:15.25}]}]},$=function(){return["config","G-XXXXXXXXXX",{page_title:"Custom Page Title",page_location:"https://example.com/page",send_page_view:!1}]},F=function(){return["set",{currency:"EUR",country:"DE"}]},U=function(){return{event:"custom_event",custom_parameter:"custom_value",user_id:"user123"}},J=Object.defineProperty,V=Object.getOwnPropertyDescriptor,B=Object.getOwnPropertyNames,q=Object.prototype.hasOwnProperty,W=function(e,t){for(var n in t)J(e,n,{get:t[n],enumerable:!0})},K={};W(K,{Events:function(){return qa},Mapping:function(){return Wa},SourceDataLayer:function(){return Ra},consentOnlyMapping:function(){return ni},consentUpdateEvent:function(){return M},dataLayerExamples:function(){return ti},default:function(){return ai},env:function(){return Ua},schemas:function(){return La},sourceDataLayer:function(){return ri}});var X,H,G,Y={};W(Y,{BRAND:function(){return gt},DIRTY:function(){return fe},EMPTY_PATH:function(){return ue},INVALID:function(){return de},NEVER:function(){return pn},OK:function(){return pe},ParseStatus:function(){return le},Schema:function(){return ke},ZodAny:function(){return qe},ZodArray:function(){return He},ZodBigInt:function(){return $e},ZodBoolean:function(){return Fe},ZodBranded:function(){return kt},ZodCatch:function(){return vt},ZodDate:function(){return Ue},ZodDefault:function(){return yt},ZodDiscriminatedUnion:function(){return tt},ZodEffects:function(){return _t},ZodEnum:function(){return dt},ZodError:function(){return re},ZodFirstPartyTypeKind:function(){return wt},ZodFunction:function(){return ct},ZodIntersection:function(){return rt},ZodIssueCode:function(){return te},ZodLazy:function(){return ut},ZodLiteral:function(){return lt},ZodMap:function(){return ot},ZodNaN:function(){return bt},ZodNativeEnum:function(){return ft},ZodNever:function(){return Ke},ZodNull:function(){return Be},ZodNullable:function(){return mt},ZodNumber:function(){return ze},ZodObject:function(){return Ye},ZodOptional:function(){return ht},ZodParsedType:function(){return Q},ZodPipeline:function(){return jt},ZodPromise:function(){return pt},ZodReadonly:function(){return St},ZodRecord:function(){return it},ZodSchema:function(){return ke},ZodSet:function(){return st},ZodString:function(){return De},ZodSymbol:function(){return Je},ZodTransformer:function(){return _t},ZodTuple:function(){return at},ZodType:function(){return ke},ZodUndefined:function(){return Ve},ZodUnion:function(){return Qe},ZodUnknown:function(){return We},ZodVoid:function(){return Xe},addIssueToContext:function(){return n},any:function(){return Lt},array:function(){return Ft},bigint:function(){return Ct},boolean:function(){return Et},coerce:function(){return fn},custom:function(){return p},date:function(){return Nt},datetimeRegex:function(){return o},defaultErrorMap:function(){return oe},discriminatedUnion:function(){return Bt},effect:function(){return rn},enum:function(){return en},function:function(){return Gt},getErrorMap:function(){return t},getParsedType:function(){return ee},instanceof:function(){return Zt},intersection:function(){return qt},isAborted:function(){return _e},isAsync:function(){return ye},isDirty:function(){return he},isValid:function(){return me},late:function(){return Pt},lazy:function(){return Yt},literal:function(){return Qt},makeIssue:function(){return ce},map:function(){return Xt},nan:function(){return Tt},nativeEnum:function(){return tn},never:function(){return zt},null:function(){return Rt},nullable:function(){return on},number:function(){return At},object:function(){return Ut},objectUtil:function(){return G},oboolean:function(){return dn},onumber:function(){return ln},optional:function(){return an},ostring:function(){return un},pipeline:function(){return cn},preprocess:function(){return sn},promise:function(){return nn},quotelessJson:function(){return ne},record:function(){return Kt},set:function(){return Ht},setErrorMap:function(){return e},strictObject:function(){return Jt},string:function(){return Ot},symbol:function(){return It},transformer:function(){return rn},tuple:function(){return Wt},undefined:function(){return Mt},union:function(){return Vt},unknown:function(){return Dt},util:function(){return X},void:function(){return $t}}),(H=X||(X={})).assertEqual=function(e){},H.assertIs=function(e){},H.assertNever=function(e){throw new Error},H.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},H.getValidEnumValues=function(e){var t=H.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 H.objectValues(n)},H.objectValues=function(e){return H.objectKeys(e).map(function(t){return e[t]})},H.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},H.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}}},H.isInteger="function"==typeof Number.isInteger?function(e){return Number.isInteger(e)}:function(e){return"number"==typeof e&&Number.isFinite(e)&&Math.floor(e)===e},H.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)},H.jsonStringifyReplacer=function(e,t){return"bigint"===(void 0===t?"undefined":_type_of(t))?t.toString():t},(G||(G={})).mergeShapes=function(e,t){return _object_spread({},e,t)};var Q=X.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),ee=function(e){switch(void 0===e?"undefined":_type_of(e)){case"undefined":return Q.undefined;case"string":return Q.string;case"number":return Number.isNaN(e)?Q.nan:Q.number;case"boolean":return Q.boolean;case"function":return Q.function;case"bigint":return Q.bigint;case"symbol":return Q.symbol;case"object":return Array.isArray(e)?Q.array:null===e?Q.null:e.then&&"function"==typeof e.then&&e.catch&&"function"==typeof e.catch?Q.promise:"undefined"!=typeof Map&&_instanceof(e,Map)?Q.map:"undefined"!=typeof Set&&_instanceof(e,Set)?Q.set:"undefined"!=typeof Date&&_instanceof(e,Date)?Q.date:Q.object;default:return Q.unknown}},te=X.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"]),ne=function(e){return JSON.stringify(e,null,2).replace(/"([^"]+)":/g,"$1:")},re=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 f=u.path[d];d===u.path.length-1?(l[f]=l[f]||{_errors:[]},l[f]._errors.push(t(u))):l[f]=l[f]||{_errors:[]},l=l[f],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,X.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));re.create=function(e){return new re(e)};var ae,ie,oe=function(e,t){var n;switch(e.code){case te.invalid_type:n=e.received===Q.undefined?"Required":"Expected ".concat(e.expected,", received ").concat(e.received);break;case te.invalid_literal:n="Invalid literal value, expected ".concat(JSON.stringify(e.expected,X.jsonStringifyReplacer));break;case te.unrecognized_keys:n="Unrecognized key(s) in object: ".concat(X.joinValues(e.keys,", "));break;case te.invalid_union:n="Invalid input";break;case te.invalid_union_discriminator:n="Invalid discriminator value. Expected ".concat(X.joinValues(e.options));break;case te.invalid_enum_value:n="Invalid enum value. Expected ".concat(X.joinValues(e.options),", received '").concat(e.received,"'");break;case te.invalid_arguments:n="Invalid function arguments";break;case te.invalid_return_type:n="Invalid function return type";break;case te.invalid_date:n="Invalid date";break;case te.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,'"'):X.assertNever(e.validation):n="regex"!==e.validation?"Invalid ".concat(e.validation):"Invalid";break;case te.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 te.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 te.custom:n="Invalid input";break;case te.invalid_intersection_types:n="Intersection results could not be merged";break;case te.not_multiple_of:n="Number must be a multiple of ".concat(e.multipleOf);break;case te.not_finite:n="Number must be finite";break;default:n=t.defaultError,X.assertNever(e)}return{message:n}},se=oe,ce=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 f,p=c[Symbol.iterator]();!(u=(f=p.next()).done);u=!0){s=(0,f.value)(o,{data:t,defaultError:s}).message}}catch(e){l=!0,d=e}finally{try{u||null==p.return||p.return()}finally{if(l)throw d}}return _object_spread_props(_object_spread({},a),{path:i,message:s})},ue=[],le=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 de;"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,f;return _ts_generator(this,function(p){switch(p.label){case 0:r=[],a=!0,i=!1,o=void 0,p.label=1;case 1:p.trys.push([1,7,8,9]),s=n[Symbol.iterator](),p.label=2;case 2:return(a=(c=s.next()).done)?[3,6]:[4,(u=c.value).key];case 3:return l=p.sent(),[4,u.value];case 4:d=p.sent(),r.push({key:l,value:d}),p.label=5;case 5:return a=!0,[3,2];case 6:return[3,9];case 7:return f=p.sent(),i=!0,o=f,[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 de;if("aborted"===l.status)return de;"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}(),de=Object.freeze({status:"aborted"}),fe=function(e){return{status:"dirty",value:e}},pe=function(e){return{status:"valid",value:e}},_e=function(e){return"aborted"===e.status},he=function(e){return"dirty"===e.status},me=function(e){return"valid"===e.status},ye=function(e){return"undefined"!=typeof Promise&&_instanceof(e,Promise)};(ie=ae||(ae={})).errToObj=function(e){return"string"==typeof e?{message:e}:e||{}},ie.toString=function(e){return"string"==typeof e?e:null==e?void 0:e.message};var ve,be=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}(),ge=function(e,t){if(me(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 re(e.common.issues);return this._error=t,this._error}}},ke=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 ee(e.data)}},{key:"_getOrReturnCtx",value:function(e,t){return t||{common:e.parent.common,data:e.data,parsedType:ee(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}},{key:"_processInputParams",value:function(e){return{status:new le,ctx:{common:e.parent.common,data:e.data,parsedType:ee(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}},{key:"_parseSync",value:function(e){var t=this._parse(e);if(ye(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:ee(e)},a=this._parseSync({data:e,path:r.path,parent:r});return ge(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:ee(e)};if(!this["~standard"].async)try{var n=this._parseSync({data:e,path:[],parent:t});return me(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 me(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:ee(e)},r=this._parse({data:e,path:n.path,parent:n}),[4,ye(r)?r:Promise.resolve(r)];case 1:return a=i.sent(),[2,ge(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:te.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 _t({schema:this,typeName:wt.ZodEffects,effect:{type:"refinement",refinement:e}})}},{key:"superRefine",value:function(e){return this._refinement(e)}},{key:"optional",value:function(){return ht.create(this,this._def)}},{key:"nullable",value:function(){return mt.create(this,this._def)}},{key:"nullish",value:function(){return this.nullable().optional()}},{key:"array",value:function(){return He.create(this)}},{key:"promise",value:function(){return pt.create(this,this._def)}},{key:"or",value:function(e){return Qe.create([this,e],this._def)}},{key:"and",value:function(e){return rt.create(this,e,this._def)}},{key:"transform",value:function(e){return new _t(_object_spread_props(_object_spread({},r(this._def)),{schema:this,typeName:wt.ZodEffects,effect:{type:"transform",transform:e}}))}},{key:"default",value:function(e){var t="function"==typeof e?e:function(){return e};return new yt(_object_spread_props(_object_spread({},r(this._def)),{innerType:this,defaultValue:t,typeName:wt.ZodDefault}))}},{key:"brand",value:function(){return new kt(_object_spread({typeName:wt.ZodBranded,type:this},r(this._def)))}},{key:"catch",value:function(e){var t="function"==typeof e?e:function(){return e};return new vt(_object_spread_props(_object_spread({},r(this._def)),{innerType:this,catchValue:t,typeName:wt.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 jt.create(this,e)}},{key:"readonly",value:function(){return St.create(this)}},{key:"isOptional",value:function(){return this.safeParse(void 0).success}},{key:"isNullable",value:function(){return this.safeParse(null).success}}]),e}(),je=/^c[^\s-]{8,}$/i,Se=/^[0-9a-z]+$/,we=/^[0-9A-HJKMNP-TV-Z]{26}$/i,xe=/^[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,Pe=/^[a-z0-9_-]{21}$/i,Ze=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Oe=/^[-+]?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)?)??$/,Ae=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Te=/^(?:(?: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])$/,Ce=/^(?:(?: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])$/,Ee=/^(([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]))$/,Ne=/^(([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])$/,Ie=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Me=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Re="((\\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])))",Le=new RegExp("^".concat(Re,"$")),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){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==Q.string){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.string,received:t.parsedType}),de}var r=new le,a=void 0,l=!0,d=!1,f=void 0;try{for(var p,_=this._def.checks[Symbol.iterator]();!(l=(p=_.next()).done);l=!0){var h=p.value;if("min"===h.kind)e.data.length<h.value&&(a=this._getOrReturnCtx(e,a),n(a,{code:te.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:te.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:te.too_big,maximum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}):y&&n(a,{code:te.too_small,minimum:h.value,type:"string",inclusive:!0,exact:!0,message:h.message}),r.dirty())}else if("email"===h.kind)Ae.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"email",code:te.invalid_string,message:h.message}),r.dirty());else if("emoji"===h.kind)ve||(ve=new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),ve.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"emoji",code:te.invalid_string,message:h.message}),r.dirty());else if("uuid"===h.kind)xe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"uuid",code:te.invalid_string,message:h.message}),r.dirty());else if("nanoid"===h.kind)Pe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"nanoid",code:te.invalid_string,message:h.message}),r.dirty());else if("cuid"===h.kind)je.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"cuid",code:te.invalid_string,message:h.message}),r.dirty());else if("cuid2"===h.kind)Se.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"cuid2",code:te.invalid_string,message:h.message}),r.dirty());else if("ulid"===h.kind)we.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"ulid",code:te.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:te.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:te.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:te.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:te.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:te.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:te.invalid_string,validation:"datetime",message:h.message}),r.dirty())}else if("date"===h.kind){Le.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{code:te.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:te.invalid_string,validation:"time",message:h.message}),r.dirty())}else"duration"===h.kind?Oe.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"duration",code:te.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:te.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:te.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:te.invalid_string,message:h.message}),r.dirty()):"base64"===h.kind?Ie.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"base64",code:te.invalid_string,message:h.message}),r.dirty()):"base64url"===h.kind?Me.test(e.data)||(a=this._getOrReturnCtx(e,a),n(a,{validation:"base64url",code:te.invalid_string,message:h.message}),r.dirty()):X.assertNever(h)}}catch(e){d=!0,f=e}finally{try{l||null==_.return||_.return()}finally{if(d)throw f}}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:te.invalid_string},ae.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"},ae.errToObj(e)))}},{key:"url",value:function(e){return this._addCheck(_object_spread({kind:"url"},ae.errToObj(e)))}},{key:"emoji",value:function(e){return this._addCheck(_object_spread({kind:"emoji"},ae.errToObj(e)))}},{key:"uuid",value:function(e){return this._addCheck(_object_spread({kind:"uuid"},ae.errToObj(e)))}},{key:"nanoid",value:function(e){return this._addCheck(_object_spread({kind:"nanoid"},ae.errToObj(e)))}},{key:"cuid",value:function(e){return this._addCheck(_object_spread({kind:"cuid"},ae.errToObj(e)))}},{key:"cuid2",value:function(e){return this._addCheck(_object_spread({kind:"cuid2"},ae.errToObj(e)))}},{key:"ulid",value:function(e){return this._addCheck(_object_spread({kind:"ulid"},ae.errToObj(e)))}},{key:"base64",value:function(e){return this._addCheck(_object_spread({kind:"base64"},ae.errToObj(e)))}},{key:"base64url",value:function(e){return this._addCheck(_object_spread({kind:"base64url"},ae.errToObj(e)))}},{key:"jwt",value:function(e){return this._addCheck(_object_spread({kind:"jwt"},ae.errToObj(e)))}},{key:"ip",value:function(e){return this._addCheck(_object_spread({kind:"ip"},ae.errToObj(e)))}},{key:"cidr",value:function(e){return this._addCheck(_object_spread({kind:"cidr"},ae.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},ae.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},ae.errToObj(null==e?void 0:e.message)))}},{key:"duration",value:function(e){return this._addCheck(_object_spread({kind:"duration"},ae.errToObj(e)))}},{key:"regex",value:function(e,t){return this._addCheck(_object_spread({kind:"regex",regex:e},ae.errToObj(t)))}},{key:"includes",value:function(e,t){return this._addCheck(_object_spread({kind:"includes",value:e,position:null==t?void 0:t.position},ae.errToObj(null==t?void 0:t.message)))}},{key:"startsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"startsWith",value:e},ae.errToObj(t)))}},{key:"endsWith",value:function(e,t){return this._addCheck(_object_spread({kind:"endsWith",value:e},ae.errToObj(t)))}},{key:"min",value:function(e,t){return this._addCheck(_object_spread({kind:"min",value:e},ae.errToObj(t)))}},{key:"max",value:function(e,t){return this._addCheck(_object_spread({kind:"max",value:e},ae.errToObj(t)))}},{key:"length",value:function(e,t){return this._addCheck(_object_spread({kind:"length",value:e},ae.errToObj(t)))}},{key:"nonempty",value:function(e){return this.min(1,ae.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}(ke);De.create=function(e){var t;return new De(_object_spread({checks:[],typeName:wt.ZodString,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},r(e)))};var ze=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)!==Q.number){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.number,received:t.parsedType}),de}var r=void 0,a=new le,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)X.isInteger(e.data)||(r=this._getOrReturnCtx(e,r),n(r,{code:te.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:te.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:te.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:te.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:te.not_finite,message:d.message}),a.dirty()):X.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,ae.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,ae.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,ae.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,ae.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:ae.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:ae.toString(e)})}},{key:"positive",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:ae.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:ae.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:ae.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:ae.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:ae.toString(t)})}},{key:"finite",value:function(e){return this._addCheck({kind:"finite",message:ae.toString(e)})}},{key:"safe",value:function(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:ae.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:ae.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&&X.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}(ke);ze.create=function(e){return new ze(_object_spread({checks:[],typeName:wt.ZodNumber,coerce:(null==e?void 0:e.coerce)||!1},r(e)))};var $e=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)!==Q.bigint)return this._getInvalidInput(e);var t=void 0,r=new le,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:te.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:te.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:te.not_multiple_of,multipleOf:u.value,message:u.message}),r.dirty()):X.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:te.invalid_type,expected:Q.bigint,received:t.parsedType}),de}},{key:"gte",value:function(e,t){return this.setLimit("min",e,!0,ae.toString(t))}},{key:"gt",value:function(e,t){return this.setLimit("min",e,!1,ae.toString(t))}},{key:"lte",value:function(e,t){return this.setLimit("max",e,!0,ae.toString(t))}},{key:"lt",value:function(e,t){return this.setLimit("max",e,!1,ae.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:ae.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:ae.toString(e)})}},{key:"negative",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:ae.toString(e)})}},{key:"nonpositive",value:function(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:ae.toString(e)})}},{key:"nonnegative",value:function(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:ae.toString(e)})}},{key:"multipleOf",value:function(e,t){return this._addCheck({kind:"multipleOf",value:e,message:ae.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}(ke);$e.create=function(e){var t;return new $e(_object_spread({checks:[],typeName:wt.ZodBigInt,coerce:null!==(t=null==e?void 0:e.coerce)&&void 0!==t&&t},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){if(this._def.coerce&&(e.data=Boolean(e.data)),this._getType(e)!==Q.boolean){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.boolean,received:t.parsedType}),de}return pe(e.data)}}]),t}(ke);Fe.create=function(e){return new Fe(_object_spread({typeName:wt.ZodBoolean,coerce:(null==e?void 0:e.coerce)||!1},r(e)))};var Ue=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)!==Q.date){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.date,received:t.parsedType}),de}if(Number.isNaN(e.data.getTime())){var r=this._getOrReturnCtx(e);return n(r,{code:te.invalid_date}),de}var a=new le,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:te.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:te.too_big,message:d.message,inclusive:!0,exact:!1,maximum:d.value,type:"date"}),a.dirty()):X.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:ae.toString(t)})}},{key:"max",value:function(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:ae.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}(ke);Ue.create=function(e){return new Ue(_object_spread({checks:[],coerce:(null==e?void 0:e.coerce)||!1,typeName:wt.ZodDate},r(e)))};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:"_parse",value:function(e){if(this._getType(e)!==Q.symbol){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.symbol,received:t.parsedType}),de}return pe(e.data)}}]),t}(ke);Je.create=function(e){return new Je(_object_spread({typeName:wt.ZodSymbol},r(e)))};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){if(this._getType(e)!==Q.undefined){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.undefined,received:t.parsedType}),de}return pe(e.data)}}]),t}(ke);Ve.create=function(e){return new Ve(_object_spread({typeName:wt.ZodUndefined},r(e)))};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){if(this._getType(e)!==Q.null){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.null,received:t.parsedType}),de}return pe(e.data)}}]),t}(ke);Be.create=function(e){return new Be(_object_spread({typeName:wt.ZodNull},r(e)))};var qe=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 pe(e.data)}}]),t}(ke);qe.create=function(e){return new qe(_object_spread({typeName:wt.ZodAny},r(e)))};var We=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 pe(e.data)}}]),t}(ke);We.create=function(e){return new We(_object_spread({typeName:wt.ZodUnknown},r(e)))};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._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.never,received:t.parsedType}),de}}]),t}(ke);Ke.create=function(e){return new Ke(_object_spread({typeName:wt.ZodNever},r(e)))};var Xe=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)!==Q.undefined){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.void,received:t.parsedType}),de}return pe(e.data)}}]),t}(ke);Xe.create=function(e){return new Xe(_object_spread({typeName:wt.ZodVoid},r(e)))};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._processInputParams(e),r=t.ctx,a=t.status,i=this._def;if(r.parsedType!==Q.array)return n(r,{code:te.invalid_type,expected:Q.array,received:r.parsedType}),de;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?te.too_big:te.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:te.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:te.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 be(r,e,r.path,t))})).then(function(e){return le.mergeArray(a,e)});var c=_to_consumable_array(r.data).map(function(e,t){return i.type._parseSync(new be(r,e,r.path,t))});return le.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:ae.toString(n)}}))}},{key:"max",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{maxLength:{value:e,message:ae.toString(n)}}))}},{key:"length",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{exactLength:{value:e,message:ae.toString(n)}}))}},{key:"nonempty",value:function(e){return this.min(1,e)}}]),t}(ke);function Ge(e){if(_instanceof(e,Ye)){var t={};for(var n in e.shape){var r=e.shape[n];t[n]=ht.create(Ge(r))}return new Ye(_object_spread_props(_object_spread({},e._def),{shape:function(){return t}}))}return _instanceof(e,He)?new He(_object_spread_props(_object_spread({},e._def),{type:Ge(e.element)})):_instanceof(e,ht)?ht.create(Ge(e.unwrap())):_instanceof(e,mt)?mt.create(Ge(e.unwrap())):_instanceof(e,at)?at.create(e.items.map(function(e){return Ge(e)})):e}He.create=function(e,t){return new He(_object_spread({type:e,minLength:null,maxLength:null,exactLength:null,typeName:wt.ZodArray},r(t)))};var Ye=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=X.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}},{key:"_parse",value:function(e){if(this._getType(e)!==Q.object){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.object,received:t.parsedType}),de}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,Ke)||"strip"!==this._def.unknownKeys)for(var l in i.data)c.includes(l)||u.push(l);var d=[],f=!0,p=!1,_=void 0;try{for(var h,m=c[Symbol.iterator]();!(f=(h=m.next()).done);f=!0){var y=h.value,v=s[y],b=i.data[y];d.push({key:{status:"valid",value:y},value:v._parse(new be(i,b,i.path,y)),alwaysSet:y in i.data})}}catch(e){p=!0,_=e}finally{try{f||null==m.return||m.return()}finally{if(p)throw _}}if(_instanceof(this._def.catchall,Ke)){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:te.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 be(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 le.mergeObjectSync(a,e)}):le.mergeObjectSync(a,d)}},{key:"shape",get:function(){return this._def.shape()}},{key:"strict",value:function(e){var n=this;return ae.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=ae.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:wt.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=X.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=X.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 Ge(this)}},{key:"partial",value:function(e){var n={},r=!0,a=!1,i=void 0;try{for(var o,s=X.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=X.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,ht);)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(X.objectKeys(this.shape))}}]),t}(ke);Ye.create=function(e,t){return new Ye(_object_spread({shape:function(){return e},unknownKeys:"strip",catchall:Ke.create(),typeName:wt.ZodObject},r(t)))},Ye.strictCreate=function(e,t){return new Ye(_object_spread({shape:function(){return e},unknownKeys:"strict",catchall:Ke.create(),typeName:wt.ZodObject},r(t)))},Ye.lazycreate=function(e,t){return new Ye(_object_spread({shape:e,unknownKeys:"strip",catchall:Ke.create(),typeName:wt.ZodObject},r(t)))};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).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 f,p=e[Symbol.iterator]();!(u=(f=p.next()).done);u=!0){var _,h=f.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==p.return||p.return()}finally{if(l)throw d}}var m=e.map(function(e){return new re(e.ctx.common.issues)});return n(t,{code:te.invalid_union,unionErrors:m}),de});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 f=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"===_.status)return _;"dirty"!==_.status||i||(i={result:_,ctx:p}),p.common.issues.length&&o.push(p.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 re(e)});return n(t,{code:te.invalid_union,unionErrors:h}),de}},{key:"options",get:function(){return this._def.options}}]),t}(ke);Qe.create=function(e,t){return new Qe(_object_spread({options:e,typeName:wt.ZodUnion},r(t)))};var et=function(e){return _instanceof(e,ut)?et(e.schema):_instanceof(e,_t)?et(e.innerType()):_instanceof(e,lt)?[e.value]:_instanceof(e,dt)?e.options:_instanceof(e,ft)?X.objectValues(e.enum):_instanceof(e,yt)?et(e._def.innerType):_instanceof(e,Ve)?[void 0]:_instanceof(e,Be)?[null]:_instanceof(e,ht)?[void 0].concat(_to_consumable_array(et(e.unwrap()))):_instanceof(e,mt)?[null].concat(_to_consumable_array(et(e.unwrap()))):_instanceof(e,kt)||_instanceof(e,St)?et(e.unwrap()):_instanceof(e,vt)?et(e._def.innerType):[]},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){var t=this._processInputParams(e).ctx;if(t.parsedType!==Q.object)return n(t,{code:te.invalid_type,expected:Q.object,received:t.parsedType}),de;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:te.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),de)}},{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,f=et(d.shape[e]);if(!f.length)throw new Error("A discriminator value for key `".concat(e,"` could not be extracted from all schema options"));var p=!0,_=!1,h=void 0;try{for(var m,y=f[Symbol.iterator]();!(p=(m=y.next()).done);p=!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{p||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:wt.ZodDiscriminatedUnion,discriminator:e,options:n,optionsMap:i},r(a)))}}]),t}(ke);function nt(e,t){var n=ee(e),r=ee(t);if(e===t)return{valid:!0,data:e};if(n===Q.object&&r===Q.object){var a=X.objectKeys(t),i=X.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 f=l.value,p=nt(e[f],t[f]);if(!p.valid)return{valid:!1};o[f]=p.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===Q.array&&r===Q.array){if(e.length!==t.length)return{valid:!1};for(var _=[],h=0;h<e.length;h++){var m=nt(e[h],t[h]);if(!m.valid)return{valid:!1};_.push(m.data)}return{valid:!0,data:_}}return n===Q.date&&r===Q.date&&+e===+t?{valid:!0,data:e}:{valid:!1}}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=this._processInputParams(e),r=t.status,a=t.ctx,i=function(e,t){if(_e(e)||_e(t))return de;var i=nt(e.value,t.value);return i.valid?((he(e)||he(t))&&r.dirty(),{status:r.value,value:i.data}):(n(a,{code:te.invalid_intersection_types}),de)};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}(ke);rt.create=function(e,t,n){return new rt(_object_spread({left:e,right:t,typeName:wt.ZodIntersection},r(n)))};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:"_parse",value:function(e){var t=this,r=this._processInputParams(e),a=r.status,i=r.ctx;if(i.parsedType!==Q.array)return n(i,{code:te.invalid_type,expected:Q.array,received:i.parsedType}),de;if(i.data.length<this._def.items.length)return n(i,{code:te.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),de;!this._def.rest&&i.data.length>this._def.items.length&&(n(i,{code:te.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 be(i,e,i.path,n)):null}).filter(function(e){return!!e});return i.common.async?Promise.all(o).then(function(e){return le.mergeArray(a,e)}):le.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}(ke);at.create=function(e,t){if(!Array.isArray(e))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new at(_object_spread({items:e,typeName:wt.ZodTuple,rest:null},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:"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!==Q.object)return n(a,{code:te.invalid_type,expected:Q.object,received:a.parsedType}),de;var i=[],o=this._def.keyType,s=this._def.valueType;for(var c in a.data)i.push({key:o._parse(new be(a,c,a.path,c)),value:s._parse(new be(a,a.data[c],a.path,c)),alwaysSet:c in a.data});return a.common.async?le.mergeObjectAsync(r,i):le.mergeObjectSync(r,i)}},{key:"element",get:function(){return this._def.valueType}}],[{key:"create",value:function(e,n,a){return _instanceof(n,ke)?new t(_object_spread({keyType:e,valueType:n,typeName:wt.ZodRecord},r(a))):new t(_object_spread({keyType:De.create(),valueType:e,typeName:wt.ZodRecord},r(n)))}}]),t}(ke),ot=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!==Q.map)return n(a,{code:te.invalid_type,expected:Q.map,received:a.parsedType}),de;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 be(a,r,a.path,[t,"key"])),value:o._parse(new be(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(f){switch(f.label){case 0:e=!0,t=!1,n=void 0,f.label=1;case 1:f.trys.push([1,7,8,9]),a=s[Symbol.iterator](),f.label=2;case 2:return(e=(i=a.next()).done)?[3,6]:[4,(o=i.value).key];case 3:return u=f.sent(),[4,o.value];case 4:if(l=f.sent(),"aborted"===u.status||"aborted"===l.status)return[2,de];"dirty"!==u.status&&"dirty"!==l.status||r.dirty(),c.set(u.value,l.value),f.label=5;case 5:return e=!0,[3,2];case 6:return[3,9];case 7:return d=f.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,f=void 0;try{for(var p,_=s[Symbol.iterator]();!(l=(p=_.next()).done);l=!0){var h=p.value,m=h.key,y=h.value;if("aborted"===m.status||"aborted"===y.status)return de;"dirty"!==m.status&&"dirty"!==y.status||r.dirty(),u.set(m.value,y.value)}}catch(e){d=!0,f=e}finally{try{l||null==_.return||_.return()}finally{if(d)throw f}}return{status:r.value,value:u}}}]),t}(ke);ot.create=function(e,t,n){return new ot(_object_spread({valueType:t,keyType:e,typeName:wt.ZodMap},r(n)))};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),r=t.status,a=t.ctx;if(a.parsedType!==Q.set)return n(a,{code:te.invalid_type,expected:Q.set,received:a.parsedType}),de;var i=this._def;null!==i.minSize&&a.data.size<i.minSize.value&&(n(a,{code:te.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:te.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 de;"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 be(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:ae.toString(n)}}))}},{key:"max",value:function(e,n){return new t(_object_spread_props(_object_spread({},this._def),{maxSize:{value:e,message:ae.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}(ke);st.create=function(e,t){return new st(_object_spread({valueType:e,minSize:null,maxSize:null,typeName:wt.ZodSet},r(t)))};var ct=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!==Q.function)return n(r,{code:te.invalid_type,expected:Q.function,received:r.parsedType}),de;function a(e,n){return ce({data:e,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t(),oe].filter(function(e){return!!e}),issueData:{code:te.invalid_arguments,argumentsError:n}})}function i(e,n){return ce({data:e,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t(),oe].filter(function(e){return!!e}),issueData:{code:te.invalid_return_type,returnTypeError:n}})}var o={errorMap:r.common.contextualErrorMap},s=r.data;if(_instanceof(this._def.returns,pt)){var c=this;return pe(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 re([]),[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 pe(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 re([a(t,r.error)]);var c=Reflect.apply(s,this,r.data),l=u._def.returns.safeParse(c,o);if(!l.success)throw new re([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:at.create(t).rest(We.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||at.create([]).rest(We.create()),returns:t||We.create(),typeName:wt.ZodFunction},r(n)))}}]),a}(ke),ut=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}(ke);ut.create=function(e,t){return new ut(_object_spread({getter:e,typeName:wt.ZodLazy},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(e.data!==this._def.value){var t=this._getOrReturnCtx(e);return n(t,{received:t.data,code:te.invalid_literal,expected:this._def.value}),de}return{status:"valid",value:e.data}}},{key:"value",get:function(){return this._def.value}}]),t}(ke);lt.create=function(e,t){return new lt(_object_spread({value:e,typeName:wt.ZodLiteral},r(t)))};var 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){if("string"!=typeof e.data){var t=this._getOrReturnCtx(e),r=this._def.values;return n(t,{expected:X.joinValues(r),received:t.parsedType,code:te.invalid_type}),de}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:te.invalid_enum_value,options:i}),de}return pe(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}(ke);dt.create=d;var 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=X.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==Q.string&&r.parsedType!==Q.number){var a=X.objectValues(t);return n(r,{expected:X.joinValues(a),received:r.parsedType,code:te.invalid_type}),de}if(this._cache||(this._cache=new Set(X.getValidEnumValues(this._def.values))),!this._cache.has(e.data)){var i=X.objectValues(t);return n(r,{received:r.data,code:te.invalid_enum_value,options:i}),de}return pe(e.data)}},{key:"enum",get:function(){return this._def.values}}]),t}(ke);ft.create=function(e,t){return new ft(_object_spread({values:e,typeName:wt.ZodNativeEnum},r(t)))};var pt=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!==Q.promise&&!1===r.common.async)return n(r,{code:te.invalid_type,expected:Q.promise,received:r.parsedType}),de;var a=r.parsedType===Q.promise?r.data:Promise.resolve(r.data);return pe(a.then(function(e){return t._def.type.parseAsync(e,{path:r.path,errorMap:r.common.contextualErrorMap})}))}}]),t}(ke);pt.create=function(e,t){return new pt(_object_spread({type:e,typeName:wt.ZodPromise},r(t)))};var _t=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===wt.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,de]:[4,this._def.schema._parseAsync({data:e,path:i.path,parent:i})];case 1:return"aborted"===(t=n.sent()).status?[2,de]:"dirty"===t.status||"dirty"===a.value?[2,fe(t.value)]:[2,t]}})}).call(t)});if("aborted"===a.value)return de;var u=this._def.schema._parseSync({data:c,path:i.path,parent:i});return"aborted"===u.status?de:"dirty"===u.status||"dirty"===a.value?fe(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?de:("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?de:("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 f=this._def.schema._parseSync({data:i.data,path:i.path,parent:i});if(!me(f))return de;var p=o.transform(f.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 me(e)?Promise.resolve(o.transform(e.value,s)).then(function(e){return{status:a.value,value:e}}):de})}X.assertNever(o)}}]),t}(ke);_t.create=function(e,t,n){return new _t(_object_spread({schema:e,typeName:wt.ZodEffects,effect:t},r(n)))},_t.createWithPreprocess=function(e,t,n){return new _t(_object_spread({schema:t,effect:{type:"preprocess",transform:e},typeName:wt.ZodEffects},r(n)))};var ht=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)===Q.undefined?pe(void 0):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(ke);ht.create=function(e,t){return new ht(_object_spread({innerType:e,typeName:wt.ZodOptional},r(t)))};var mt=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)===Q.null?pe(null):this._def.innerType._parse(e)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(ke);mt.create=function(e,t){return new mt(_object_spread({innerType:e,typeName:wt.ZodNullable},r(t)))};var yt=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===Q.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}(ke);yt.create=function(e,t){return new yt(_object_spread({innerType:e,typeName:wt.ZodDefault,defaultValue:"function"==typeof t.default?t.default:function(){return t.default}},r(t)))};var vt=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 ye(a)?a.then(function(e){return{status:"valid",value:"valid"===e.status?e.value:t._def.catchValue({get error(){return new re(r.common.issues)},input:r.data})}}):{status:"valid",value:"valid"===a.status?a.value:this._def.catchValue({get error(){return new re(r.common.issues)},input:r.data})}}},{key:"removeCatch",value:function(){return this._def.innerType}}]),t}(ke);vt.create=function(e,t){return new vt(_object_spread({innerType:e,typeName:wt.ZodCatch,catchValue:"function"==typeof t.catch?t.catch:function(){return t.catch}},r(t)))};var bt=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)!==Q.nan){var t=this._getOrReturnCtx(e);return n(t,{code:te.invalid_type,expected:Q.nan,received:t.parsedType}),de}return{status:"valid",value:e.data}}}]),t}(ke);bt.create=function(e){return new bt(_object_spread({typeName:wt.ZodNaN},r(e)))};var gt=Symbol("zod_brand"),kt=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}(ke),jt=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,de]:"dirty"===e.status?(r.dirty(),[2,fe(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?de:"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:wt.ZodPipeline})}}]),t}(ke),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._def.innerType._parse(e),n=function(e){return me(e)&&(e.value=Object.freeze(e.value)),e};return ye(t)?t.then(function(e){return n(e)}):n(t)}},{key:"unwrap",value:function(){return this._def.innerType}}]),t}(ke);St.create=function(e,t){return new St(_object_spread({innerType:e,typeName:wt.ZodReadonly},r(t)))};var wt,xt,Pt={object:Ye.lazycreate};(xt=wt||(wt={})).ZodString="ZodString",xt.ZodNumber="ZodNumber",xt.ZodNaN="ZodNaN",xt.ZodBigInt="ZodBigInt",xt.ZodBoolean="ZodBoolean",xt.ZodDate="ZodDate",xt.ZodSymbol="ZodSymbol",xt.ZodUndefined="ZodUndefined",xt.ZodNull="ZodNull",xt.ZodAny="ZodAny",xt.ZodUnknown="ZodUnknown",xt.ZodNever="ZodNever",xt.ZodVoid="ZodVoid",xt.ZodArray="ZodArray",xt.ZodObject="ZodObject",xt.ZodUnion="ZodUnion",xt.ZodDiscriminatedUnion="ZodDiscriminatedUnion",xt.ZodIntersection="ZodIntersection",xt.ZodTuple="ZodTuple",xt.ZodRecord="ZodRecord",xt.ZodMap="ZodMap",xt.ZodSet="ZodSet",xt.ZodFunction="ZodFunction",xt.ZodLazy="ZodLazy",xt.ZodLiteral="ZodLiteral",xt.ZodEnum="ZodEnum",xt.ZodEffects="ZodEffects",xt.ZodNativeEnum="ZodNativeEnum",xt.ZodOptional="ZodOptional",xt.ZodNullable="ZodNullable",xt.ZodDefault="ZodDefault",xt.ZodCatch="ZodCatch",xt.ZodPromise="ZodPromise",xt.ZodBranded="ZodBranded",xt.ZodPipeline="ZodPipeline",xt.ZodReadonly="ZodReadonly";var Zt=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)},Ot=De.create,At=ze.create,Tt=bt.create,Ct=$e.create,Et=Fe.create,Nt=Ue.create,It=Je.create,Mt=Ve.create,Rt=Be.create,Lt=qe.create,Dt=We.create,zt=Ke.create,$t=Xe.create,Ft=He.create,Ut=Ye.create,Jt=Ye.strictCreate,Vt=Qe.create,Bt=tt.create,qt=rt.create,Wt=at.create,Kt=it.create,Xt=ot.create,Ht=st.create,Gt=ct.create,Yt=ut.create,Qt=lt.create,en=dt.create,tn=ft.create,nn=pt.create,rn=_t.create,an=ht.create,on=mt.create,sn=_t.createWithPreprocess,cn=jt.create,un=function(){return Ot().optional()},ln=function(){return At().optional()},dn=function(){return Et().optional()},fn={string:function(e){return De.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},number:function(e){return ze.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},boolean:function(e){return Fe.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},bigint:function(e){return $e.create(_object_spread_props(_object_spread({},e),{coerce:!0}))},date:function(e){return Ue.create(_object_spread_props(_object_spread({},e),{coerce:!0}))}},pn=de,_n=Symbol("Let zodToJsonSchema decide on which parser to use"),hn={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"},mn=function(e){var t=function(e){return"string"==typeof e?_object_spread_props(_object_spread({},hn),{name:e}):_object_spread({},hn,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}]}))})},yn=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 vn(e,t,n){var r=null!=n?n:t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map(function(n,r){return vn(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 bn(e,t)}}var bn=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},gn=function(e){return(!("type"in e)||"string"!==e.type)&&"allOf"in e},kn=void 0,jn={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===kn&&(kn=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")),kn},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-_]*$/},Sn=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789"),wn={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"},xn=function(e,t){var n=(_instanceof(e.options,Map)?Array.from(e.options.values()):e.options).map(function(e,n){return Zn(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},Pn=function(e,t,n){switch(t){case wt.ZodString:return v(e,n);case wt.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 wt.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=Zn(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 wt.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 wt.ZodBoolean:return{type:"boolean"};case wt.ZodDate:return vn(e,n);case wt.ZodUndefined:return function(e){return{not:m(e)}}(n);case wt.ZodNull:return function(e){return"openApi3"===e.target?{enum:["null"],nullable:!0}:{type:"null"}}(n);case wt.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)!==wt.ZodAny&&(i.items=Zn(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 wt.ZodUnion:case wt.ZodDiscriminatedUnion:return function(e,t){if("openApi3"===t.target)return xn(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 wn&&(!e._def.checks||!e._def.checks.length)})){var r=n.reduce(function(e,t){var n=wn[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 xn(e,t)}(e,n);case wt.ZodIntersection:return function(e,t){var n=[Zn(e.left._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])})),Zn(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(gn(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 wt.ZodTuple:return function(e,t){return e.rest?{type:"array",minItems:e.items.length,items:e.items.map(function(e,n){return Zn(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:Zn(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 Zn(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 wt.ZodRecord:return w(e,n);case wt.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 wt.ZodEnum:return function(e){return{type:"string",enum:Array.from(e.values)}}(e);case wt.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 wt.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:wn[e.innerType._def.typeName],nullable:!0}:{type:[wn[e.innerType._def.typeName],"null"]};if("openApi3"===t.target){var n=Zn(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=Zn(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 wt.ZodOptional:return function(e,t){var n;if(t.currentPath.toString()===(null===(n=t.propertyPath)||void 0===n?void 0:n.toString()))return Zn(e.innerType._def,t);var r=Zn(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 wt.ZodMap:return function(e,t){return"record"===t.mapStrategy?w(e,t):{type:"array",maxItems:125,items:{type:"array",items:[Zn(e.keyType._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["items","items","0"])}))||m(t),Zn(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 wt.ZodSet:return function(e,t){var n={type:"array",uniqueItems:!0,items:Zn(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 wt.ZodLazy:return function(){return e.getter()._def};case wt.ZodPromise:return function(e,t){return Zn(e.type._def,t)}(e,n);case wt.ZodNaN:case wt.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 wt.ZodEffects:return function(e,t){return"input"===t.effectStrategy?Zn(e.schema._def,t):m(t)}(e,n);case wt.ZodAny:return m(n);case wt.ZodUnknown:return function(e){return m(e)}(n);case wt.ZodDefault:return function(e,t){return _object_spread_props(_object_spread({},Zn(e.innerType._def,t)),{default:e.defaultValue()})}(e,n);case wt.ZodBranded:return y(e,n);case wt.ZodReadonly:case wt.ZodCatch:return function(e,t){return Zn(e.innerType._def,t)}(e,n);case wt.ZodPipeline:return function(e,t){if("input"===t.pipeStrategy)return Zn(e.in._def,t);if("output"===t.pipeStrategy)return Zn(e.out._def,t);var n=Zn(e.in._def,_object_spread_props(_object_spread({},t),{currentPath:_to_consumable_array(t.currentPath).concat(["allOf","0"])}));return{allOf:[n,Zn(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 wt.ZodFunction:case wt.ZodVoid:case wt.ZodSymbol:default:return}};function Zn(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!==_n)return i}if(r&&!n){var o=On(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=Pn(e,e.typeName,t),u="function"==typeof c?Zn(c(),t):c;if(u&&An(e,t,u),t.postProcess){var l=t.postProcess(u,e,t);return s.jsonSchema=u,l}return s.jsonSchema=u,u}var On=function(e,t){switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:yn(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}},An=function(e,t,n){return e.description&&(n.description=e.description,t.markdownDescription&&(n.markdownDescription=e.description)),n},Tn=function(e,t){var n,r=mn(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=Zn(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=Zn(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},Cn=Object.defineProperty,En=function(e,t){for(var n in t)Cn(e,n,{get:t[n],enumerable:!0})},Nn=Y.string(),In=Y.number(),Mn=(Y.boolean(),Y.string().min(1)),Rn=Y.number().int().positive(),Ln=Y.number().int().nonnegative(),Dn=Y.number().describe("Tagging version number");Y.union([Y.string(),Y.number(),Y.boolean()]).optional();En({},{ErrorHandlerSchema:function(){return Fn},HandlerSchema:function(){return Jn},LogHandlerSchema:function(){return Un},StorageSchema:function(){return $n},StorageTypeSchema:function(){return zn},errorHandlerJsonSchema:function(){return qn},handlerJsonSchema:function(){return Kn},logHandlerJsonSchema:function(){return Wn},storageJsonSchema:function(){return Bn},storageTypeJsonSchema:function(){return Vn}});var zn=Y.enum(["local","session","cookie"]).describe("Storage mechanism: local, session, or cookie"),$n=Y.object({Local:Y.literal("local"),Session:Y.literal("session"),Cookie:Y.literal("cookie")}).describe("Storage type constants for type-safe references"),Fn=Y.any().describe("Error handler function: (error, state?) => void"),Un=Y.any().describe("Log handler function: (message, verbose?) => void"),Jn=Y.object({Error:Fn.describe("Error handler function"),Log:Un.describe("Log handler function")}).describe("Handler interface with error and log functions"),Vn=Tn(zn,{target:"jsonSchema7",$refStrategy:"relative",name:"StorageType"}),Bn=Tn($n,{target:"jsonSchema7",$refStrategy:"relative",name:"Storage"}),qn=Tn(Fn,{target:"jsonSchema7",$refStrategy:"relative",name:"ErrorHandler"}),Wn=Tn(Un,{target:"jsonSchema7",$refStrategy:"relative",name:"LogHandler"}),Kn=Tn(Jn,{target:"jsonSchema7",$refStrategy:"relative",name:"Handler"});Y.object({onError:Fn.optional().describe("Error handler function: (error, state?) => void"),onLog:Un.optional().describe("Log handler function: (message, verbose?) => void")}).partial(),Y.object({verbose:Y.boolean().describe("Enable verbose logging for debugging").optional()}).partial(),Y.object({queue:Y.boolean().describe("Whether to queue events when consent is not granted").optional()}).partial(),Y.object({}).partial(),Y.object({init:Y.boolean().describe("Whether to initialize immediately").optional(),loadScript:Y.boolean().describe("Whether to load external script (for web destinations)").optional()}).partial(),Y.object({disabled:Y.boolean().describe("Set to true to disable").optional()}).partial(),Y.object({primary:Y.boolean().describe("Mark as primary (only one can be primary)").optional()}).partial(),Y.object({settings:Y.any().optional().describe("Implementation-specific configuration")}).partial(),Y.object({env:Y.any().optional().describe("Environment dependencies (platform-specific)")}).partial(),Y.object({type:Y.string().optional().describe("Instance type identifier"),config:Y.any().describe("Instance configuration")}).partial(),Y.object({collector:Y.any().describe("Collector instance (runtime object)"),config:Y.any().describe("Configuration"),env:Y.any().describe("Environment dependencies")}).partial(),Y.object({batch:Y.number().optional().describe("Batch size: bundle N events for batch processing"),batched:Y.any().optional().describe("Batch of events to be processed")}).partial(),Y.object({ignore:Y.boolean().describe("Set to true to skip processing").optional(),condition:Y.string().optional().describe("Condition function: return true to process")}).partial(),Y.object({sources:Y.record(Y.string(),Y.any()).describe("Map of source instances")}).partial(),Y.object({destinations:Y.record(Y.string(),Y.any()).describe("Map of destination instances")}).partial();En({},{ConsentSchema:function(){return er},DeepPartialEventSchema:function(){return cr},EntitiesSchema:function(){return ir},EntitySchema:function(){return ar},EventSchema:function(){return or},OrderedPropertiesSchema:function(){return Yn},PartialEventSchema:function(){return sr},PropertiesSchema:function(){return Gn},PropertySchema:function(){return Hn},PropertyTypeSchema:function(){return Xn},SourceSchema:function(){return rr},SourceTypeSchema:function(){return Qn},UserSchema:function(){return tr},VersionSchema:function(){return nr},consentJsonSchema:function(){return mr},entityJsonSchema:function(){return _r},eventJsonSchema:function(){return ur},orderedPropertiesJsonSchema:function(){return pr},partialEventJsonSchema:function(){return lr},propertiesJsonSchema:function(){return fr},sourceTypeJsonSchema:function(){return hr},userJsonSchema:function(){return dr}});var Xn=Y.lazy(function(){return Y.union([Y.boolean(),Y.string(),Y.number(),Y.record(Y.string(),Hn)])}),Hn=Y.lazy(function(){return Y.union([Xn,Y.array(Xn)])}),Gn=Y.record(Y.string(),Hn.optional()).describe("Flexible property collection with optional values"),Yn=Y.record(Y.string(),Y.tuple([Hn,Y.number()]).optional()).describe("Ordered properties with [value, order] tuples for priority control"),Qn=Y.union([Y.enum(["web","server","app","other"]),Y.string()]).describe("Source type: web, server, app, other, or custom"),er=Y.record(Y.string(),Y.boolean()).describe("Consent requirement mapping (group name → state)"),tr=Gn.and(Y.object({id:Y.string().optional().describe("User identifier"),device:Y.string().optional().describe("Device identifier"),session:Y.string().optional().describe("Session identifier"),hash:Y.string().optional().describe("Hashed identifier"),address:Y.string().optional().describe("User address"),email:Y.string().email().optional().describe("User email address"),phone:Y.string().optional().describe("User phone number"),userAgent:Y.string().optional().describe("Browser user agent string"),browser:Y.string().optional().describe("Browser name"),browserVersion:Y.string().optional().describe("Browser version"),deviceType:Y.string().optional().describe("Device type (mobile, desktop, tablet)"),os:Y.string().optional().describe("Operating system"),osVersion:Y.string().optional().describe("Operating system version"),screenSize:Y.string().optional().describe("Screen dimensions"),language:Y.string().optional().describe("User language"),country:Y.string().optional().describe("User country"),region:Y.string().optional().describe("User region/state"),city:Y.string().optional().describe("User city"),zip:Y.string().optional().describe("User postal code"),timezone:Y.string().optional().describe("User timezone"),ip:Y.string().optional().describe("User IP address"),internal:Y.boolean().optional().describe("Internal user flag (employee, test user)")})).describe("User identification and properties"),nr=Gn.and(Y.object({source:Nn.describe('Walker implementation version (e.g., "2.0.0")'),tagging:Dn})).describe("Walker version information"),rr=Gn.and(Y.object({type:Qn.describe("Source type identifier"),id:Nn.describe("Source identifier (typically URL on web)"),previous_id:Nn.describe("Previous source identifier (typically referrer on web)")})).describe("Event source information"),ar=Y.lazy(function(){return Y.object({entity:Y.string().describe("Entity name"),data:Gn.describe("Entity-specific properties"),nested:Y.array(ar).describe("Nested child entities"),context:Yn.describe("Entity context data")})}).describe("Nested entity structure with recursive nesting support"),ir=Y.array(ar).describe("Array of nested entities"),or=Y.object({name:Y.string().describe('Event name in "entity action" format (e.g., "page view", "product add")'),data:Gn.describe("Event-specific properties"),context:Yn.describe("Ordered context properties with priorities"),globals:Gn.describe("Global properties shared across events"),custom:Gn.describe("Custom implementation-specific properties"),user:tr.describe("User identification and attributes"),nested:ir.describe("Related nested entities"),consent:er.describe("Consent states at event time"),id:Mn.describe("Unique event identifier (timestamp-based)"),trigger:Nn.describe("Event trigger identifier"),entity:Nn.describe("Parsed entity from event name"),action:Nn.describe("Parsed action from event name"),timestamp:Rn.describe("Unix timestamp in milliseconds since epoch"),timing:In.describe("Event processing timing information"),group:Nn.describe("Event grouping identifier"),count:Ln.describe("Event count in session"),version:nr.describe("Walker version information"),source:rr.describe("Event source information")}).describe("Complete walkerOS event structure"),sr=or.partial().describe("Partial event structure with all fields optional"),cr=Y.lazy(function(){return or.deepPartial()}).describe("Deep partial event structure with all nested fields optional"),ur=Tn(or,{target:"jsonSchema7",$refStrategy:"relative",name:"Event"}),lr=Tn(sr,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialEvent"}),dr=Tn(tr,{target:"jsonSchema7",$refStrategy:"relative",name:"User"}),fr=Tn(Gn,{target:"jsonSchema7",$refStrategy:"relative",name:"Properties"}),pr=Tn(Yn,{target:"jsonSchema7",$refStrategy:"relative",name:"OrderedProperties"}),_r=Tn(ar,{target:"jsonSchema7",$refStrategy:"relative",name:"Entity"}),hr=Tn(Qn,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceType"}),mr=Tn(er,{target:"jsonSchema7",$refStrategy:"relative",name:"Consent"});En({},{ConfigSchema:function(){return Pr},LoopSchema:function(){return br},MapSchema:function(){return kr},PolicySchema:function(){return Sr},ResultSchema:function(){return Zr},RuleSchema:function(){return wr},RulesSchema:function(){return xr},SetSchema:function(){return gr},ValueConfigSchema:function(){return jr},ValueSchema:function(){return yr},ValuesSchema:function(){return vr},configJsonSchema:function(){return Rr},loopJsonSchema:function(){return Tr},mapJsonSchema:function(){return Er},policyJsonSchema:function(){return Nr},ruleJsonSchema:function(){return Ir},rulesJsonSchema:function(){return Mr},setJsonSchema:function(){return Cr},valueConfigJsonSchema:function(){return Ar},valueJsonSchema:function(){return Or}});var yr=Y.lazy(function(){return Y.union([Y.string().describe('String value or property path (e.g., "data.id")'),Y.number().describe("Numeric value"),Y.boolean().describe("Boolean value"),jr,Y.array(yr).describe("Array of values")])}),vr=Y.array(yr).describe("Array of transformation values"),br=Y.tuple([yr,yr]).describe("Loop transformation: [source, transform] tuple for array processing"),gr=Y.array(yr).describe("Set: Array of values for selection or combination"),kr=Y.record(Y.string(),yr).describe("Map: Object mapping keys to transformation values"),jr=Y.object({key:Y.string().optional().describe('Property path to extract from event (e.g., "data.id", "user.email")'),value:Y.union([Y.string(),Y.number(),Y.boolean()]).optional().describe("Static primitive value"),fn:Y.string().optional().describe("Custom transformation function as string (serialized)"),map:kr.optional().describe("Object mapping: transform event data to structured output"),loop:br.optional().describe("Loop transformation: [source, transform] for array processing"),set:gr.optional().describe("Set of values: combine or select from multiple values"),consent:er.optional().describe("Required consent states to include this value"),condition:Y.string().optional().describe("Condition function as string: return true to include value"),validate:Y.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"),Sr=Y.record(Y.string(),yr).describe("Policy rules for event pre-processing (key → value mapping)"),wr=Y.object({batch:Y.number().optional().describe("Batch size: bundle N events for batch processing"),condition:Y.string().optional().describe("Condition function as string: return true to process event"),consent:er.optional().describe("Required consent states to process this event"),settings:Y.any().optional().describe("Destination-specific settings for this event mapping"),data:Y.union([yr,vr]).optional().describe("Data transformation rules for event"),ignore:Y.boolean().optional().describe("Set to true to skip processing this event"),name:Y.string().optional().describe('Custom event name override (e.g., "view_item" for "product view")'),policy:Sr.optional().describe("Event-level policy overrides (applied after config-level policy)")}).describe("Mapping rule for specific entity-action combination"),xr=Y.record(Y.string(),Y.record(Y.string(),Y.union([wr,Y.array(wr)])).optional()).describe("Nested mapping rules: { entity: { action: Rule | Rule[] } } with wildcard support"),Pr=Y.object({consent:er.optional().describe("Required consent states to process any events"),data:Y.union([yr,vr]).optional().describe("Global data transformation applied to all events"),mapping:xr.optional().describe("Entity-action specific mapping rules"),policy:Sr.optional().describe("Pre-processing policy rules applied before mapping")}).describe("Shared mapping configuration for sources and destinations"),Zr=Y.object({eventMapping:wr.optional().describe("Resolved mapping rule for event"),mappingKey:Y.string().optional().describe('Mapping key used (e.g., "product.view")')}).describe("Mapping resolution result"),Or=Tn(yr,{target:"jsonSchema7",$refStrategy:"relative",name:"Value"}),Ar=Tn(jr,{target:"jsonSchema7",$refStrategy:"relative",name:"ValueConfig"}),Tr=Tn(br,{target:"jsonSchema7",$refStrategy:"relative",name:"Loop"}),Cr=Tn(gr,{target:"jsonSchema7",$refStrategy:"relative",name:"Set"}),Er=Tn(kr,{target:"jsonSchema7",$refStrategy:"relative",name:"Map"}),Nr=Tn(Sr,{target:"jsonSchema7",$refStrategy:"relative",name:"Policy"}),Ir=Tn(wr,{target:"jsonSchema7",$refStrategy:"relative",name:"Rule"}),Mr=Tn(xr,{target:"jsonSchema7",$refStrategy:"relative",name:"Rules"}),Rr=Tn(Pr,{target:"jsonSchema7",$refStrategy:"relative",name:"MappingConfig"});En({},{BatchSchema:function(){return Br},ConfigSchema:function(){return Lr},ContextSchema:function(){return $r},DLQSchema:function(){return ea},DataSchema:function(){return qr},DestinationPolicySchema:function(){return zr},DestinationsSchema:function(){return Hr},InitDestinationsSchema:function(){return Xr},InitSchema:function(){return Kr},InstanceSchema:function(){return Wr},PartialConfigSchema:function(){return Dr},PushBatchContextSchema:function(){return Ur},PushContextSchema:function(){return Fr},PushEventSchema:function(){return Jr},PushEventsSchema:function(){return Vr},PushResultSchema:function(){return Yr},RefSchema:function(){return Gr},ResultSchema:function(){return Qr},batchJsonSchema:function(){return ia},configJsonSchema:function(){return ta},contextJsonSchema:function(){return ra},instanceJsonSchema:function(){return oa},partialConfigJsonSchema:function(){return na},pushContextJsonSchema:function(){return aa},resultJsonSchema:function(){return sa}});var Lr=Y.object({consent:er.optional().describe("Required consent states to send events to this destination"),settings:Y.any().describe("Implementation-specific configuration").optional(),data:Y.union([yr,vr]).optional().describe("Global data transformation applied to all events for this destination"),env:Y.any().describe("Environment dependencies (platform-specific)").optional(),id:Mn.describe("Destination instance identifier (defaults to destination key)").optional(),init:Y.boolean().describe("Whether to initialize immediately").optional(),loadScript:Y.boolean().describe("Whether to load external script (for web destinations)").optional(),mapping:xr.optional().describe("Entity-action specific mapping rules for this destination"),policy:Sr.optional().describe("Pre-processing policy rules applied before event mapping"),queue:Y.boolean().describe("Whether to queue events when consent is not granted").optional(),verbose:Y.boolean().describe("Enable verbose logging for debugging").optional(),onError:Fn.optional(),onLog:Un.optional()}).describe("Destination configuration"),Dr=Lr.deepPartial().describe("Partial destination configuration with all fields deeply optional"),zr=Sr.describe("Destination policy rules for event pre-processing"),$r=Y.object({collector:Y.any().describe("Collector instance (runtime object)"),config:Lr.describe("Destination configuration"),data:Y.union([Y.any(),Y.undefined(),Y.array(Y.union([Y.any(),Y.undefined()]))]).optional().describe("Transformed event data"),env:Y.any().describe("Environment dependencies")}).describe("Destination context for init and push functions"),Fr=$r.extend({mapping:wr.optional().describe("Resolved mapping rule for this specific event")}).describe("Push context with event-specific mapping"),Ur=Fr.describe("Batch push context with event-specific mapping"),Jr=Y.object({event:or.describe("The event to process"),mapping:wr.optional().describe("Mapping rule for this event")}).describe("Event with optional mapping for batch processing"),Vr=Y.array(Jr).describe("Array of events with mappings"),Br=Y.object({key:Y.string().describe('Batch key (usually mapping key like "product.view")'),events:Y.array(or).describe("Array of events in batch"),data:Y.array(Y.union([Y.any(),Y.undefined(),Y.array(Y.union([Y.any(),Y.undefined()]))])).describe("Transformed data for each event"),mapping:wr.optional().describe("Shared mapping rule for batch")}).describe("Batch of events grouped by mapping key"),qr=Y.union([Y.any(),Y.undefined(),Y.array(Y.union([Y.any(),Y.undefined()]))]).describe("Transformed event data (Property, undefined, or array)"),Wr=Y.object({config:Lr.describe("Destination configuration"),queue:Y.array(or).optional().describe("Queued events awaiting consent"),dlq:Y.array(Y.tuple([or,Y.any()])).optional().describe("Dead letter queue (failed events with errors)"),type:Y.string().optional().describe("Destination type identifier"),env:Y.any().optional().describe("Environment dependencies"),init:Y.any().optional().describe("Initialization function"),push:Y.any().describe("Push function for single events"),pushBatch:Y.any().optional().describe("Batch push function"),on:Y.any().optional().describe("Event lifecycle hook function")}).describe("Destination instance (runtime object with functions)"),Kr=Y.object({code:Wr.describe("Destination instance with implementation"),config:Dr.optional().describe("Partial configuration overrides"),env:Y.any().optional().describe("Partial environment overrides")}).describe("Destination initialization configuration"),Xr=Y.record(Y.string(),Kr).describe("Map of destination IDs to initialization configurations"),Hr=Y.record(Y.string(),Wr).describe("Map of destination IDs to runtime instances"),Gr=Y.object({id:Y.string().describe("Destination ID"),destination:Wr.describe("Destination instance")}).describe("Destination reference (ID + instance)"),Yr=Y.object({queue:Y.array(or).optional().describe("Events queued (awaiting consent)"),error:Y.any().optional().describe("Error if push failed")}).describe("Push operation result"),Qr=Y.object({successful:Y.array(Gr).describe("Destinations that processed successfully"),queued:Y.array(Gr).describe("Destinations that queued events"),failed:Y.array(Gr).describe("Destinations that failed to process")}).describe("Overall destination processing result"),ea=Y.array(Y.tuple([or,Y.any()])).describe("Dead letter queue: [(event, error), ...]"),ta=Tn(Lr,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationConfig"}),na=Tn(Dr,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialDestinationConfig"}),ra=Tn($r,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationContext"}),aa=Tn(Fr,{target:"jsonSchema7",$refStrategy:"relative",name:"PushContext"}),ia=Tn(Br,{target:"jsonSchema7",$refStrategy:"relative",name:"Batch"}),oa=Tn(Wr,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationInstance"}),sa=Tn(Qr,{target:"jsonSchema7",$refStrategy:"relative",name:"DestinationResult"});En({},{CommandTypeSchema:function(){return ca},ConfigSchema:function(){return ua},DestinationsSchema:function(){return _a},InitConfigSchema:function(){return da},InstanceSchema:function(){return ha},PushContextSchema:function(){return fa},SessionDataSchema:function(){return la},SourcesSchema:function(){return pa},commandTypeJsonSchema:function(){return ma},configJsonSchema:function(){return ya},initConfigJsonSchema:function(){return ba},instanceJsonSchema:function(){return ka},pushContextJsonSchema:function(){return ga},sessionDataJsonSchema:function(){return va}});var ca=Y.union([Y.enum(["action","config","consent","context","destination","elb","globals","hook","init","link","run","user","walker"]),Y.string()]).describe("Collector command type: standard commands or custom string for extensions"),ua=Y.object({run:Y.boolean().describe("Whether to run collector automatically on initialization").optional(),tagging:Dn,globalsStatic:Gn.describe("Static global properties that persist across collector runs"),sessionStatic:Y.record(Y.any()).describe("Static session data that persists across collector runs"),verbose:Y.boolean().describe("Enable verbose logging for debugging"),onError:Fn.optional(),onLog:Un.optional()}).describe("Core collector configuration"),la=Gn.and(Y.object({isStart:Y.boolean().describe("Whether this is a new session start"),storage:Y.boolean().describe("Whether storage is available"),id:Mn.describe("Session identifier").optional(),start:Rn.describe("Session start timestamp").optional(),marketing:Y.literal(!0).optional().describe("Marketing attribution flag"),updated:Rn.describe("Last update timestamp").optional(),isNew:Y.boolean().describe("Whether this is a new session").optional(),device:Mn.describe("Device identifier").optional(),count:Ln.describe("Event count in session").optional(),runs:Ln.describe("Number of runs").optional()})).describe("Session state and tracking data"),da=ua.partial().extend({consent:er.optional().describe("Initial consent state"),user:tr.optional().describe("Initial user data"),globals:Gn.optional().describe("Initial global properties"),sources:Y.any().optional().describe("Source configurations"),destinations:Y.any().optional().describe("Destination configurations"),custom:Gn.optional().describe("Initial custom implementation-specific properties")}).describe("Collector initialization configuration with initial state"),fa=Y.object({mapping:Pr.optional().describe("Source-level mapping configuration")}).describe("Push context with optional source mapping"),pa=Y.record(Y.string(),Y.any()).describe("Map of source IDs to source instances"),_a=Y.record(Y.string(),Y.any()).describe("Map of destination IDs to destination instances"),ha=Y.object({push:Y.any().describe("Push function for processing events"),command:Y.any().describe("Command function for walker commands"),allowed:Y.boolean().describe("Whether event processing is allowed"),config:ua.describe("Current collector configuration"),consent:er.describe("Current consent state"),count:Y.number().describe("Event count (increments with each event)"),custom:Gn.describe("Custom implementation-specific properties"),sources:pa.describe("Registered source instances"),destinations:_a.describe("Registered destination instances"),globals:Gn.describe("Current global properties"),group:Y.string().describe("Event grouping identifier"),hooks:Y.any().describe("Lifecycle hook functions"),on:Y.any().describe("Event lifecycle configuration"),queue:Y.array(or).describe("Queued events awaiting processing"),round:Y.number().describe("Collector run count (increments with each run)"),session:Y.union([Y.undefined(),la]).describe("Current session state"),timing:Y.number().describe("Event processing timing information"),user:tr.describe("Current user data"),version:Y.string().describe("Walker implementation version")}).describe("Collector instance with state and methods"),ma=Tn(ca,{target:"jsonSchema7",$refStrategy:"relative",name:"CommandType"}),ya=Tn(ua,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorConfig"}),va=Tn(la,{target:"jsonSchema7",$refStrategy:"relative",name:"SessionData"}),ba=Tn(da,{target:"jsonSchema7",$refStrategy:"relative",name:"InitConfig"}),ga=Tn(fa,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorPushContext"}),ka=Tn(ha,{target:"jsonSchema7",$refStrategy:"relative",name:"CollectorInstance"});En({},{BaseEnvSchema:function(){return ja},ConfigSchema:function(){return Sa},InitSchema:function(){return Pa},InitSourceSchema:function(){return Za},InitSourcesSchema:function(){return Oa},InstanceSchema:function(){return xa},PartialConfigSchema:function(){return wa},baseEnvJsonSchema:function(){return Aa},configJsonSchema:function(){return Ta},initSourceJsonSchema:function(){return Na},initSourcesJsonSchema:function(){return Ia},instanceJsonSchema:function(){return Ea},partialConfigJsonSchema:function(){return Ca}});var ja=Y.object({push:Y.any().describe("Collector push function"),command:Y.any().describe("Collector command function"),sources:Y.any().optional().describe("Map of registered source instances"),elb:Y.any().describe("Public API function (alias for collector.push)")}).catchall(Y.unknown()).describe("Base environment for dependency injection - platform-specific sources extend this"),Sa=Pr.extend({settings:Y.any().describe("Implementation-specific configuration").optional(),env:ja.optional().describe("Environment dependencies (platform-specific)"),id:Mn.describe("Source identifier (defaults to source key)").optional(),onError:Fn.optional(),disabled:Y.boolean().describe("Set to true to disable").optional(),primary:Y.boolean().describe("Mark as primary (only one can be primary)").optional()}).describe("Source configuration with mapping and environment"),wa=Sa.deepPartial().describe("Partial source configuration with all fields deeply optional"),xa=Y.object({type:Y.string().describe('Source type identifier (e.g., "browser", "dataLayer")'),config:Sa.describe("Current source configuration"),push:Y.any().describe("Push function - THE HANDLER (flexible signature for platform compatibility)"),destroy:Y.any().optional().describe("Cleanup function called when source is removed"),on:Y.any().optional().describe("Lifecycle hook function for event types")}).describe("Source instance with push handler and lifecycle methods"),Pa=Y.any().describe("Source initialization function: (config, env) => Instance | Promise<Instance>"),Za=Y.object({code:Pa.describe("Source initialization function"),config:wa.optional().describe("Partial configuration overrides"),env:ja.partial().optional().describe("Partial environment overrides"),primary:Y.boolean().optional().describe("Mark as primary source (only one can be primary)")}).describe("Source initialization configuration"),Oa=Y.record(Y.string(),Za).describe("Map of source IDs to initialization configurations"),Aa=Tn(ja,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceBaseEnv"}),Ta=Tn(Sa,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceConfig"}),Ca=Tn(wa,{target:"jsonSchema7",$refStrategy:"relative",name:"PartialSourceConfig"}),Ea=Tn(xa,{target:"jsonSchema7",$refStrategy:"relative",name:"SourceInstance"}),Na=Tn(Za,{target:"jsonSchema7",$refStrategy:"relative",name:"InitSource"}),Ia=Tn(Oa,{target:"jsonSchema7",$refStrategy:"relative",name:"InitSources"}),Ma=!1,Ra={},La={};W(La,{EventPrefix:function(){return za},JavaScriptVarName:function(){return Da},SettingsSchema:function(){return $a},settings:function(){return Fa}});var Da=Y.string().min(1).regex(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/,"Must be a valid JavaScript identifier").describe("JavaScript variable name"),za=Y.string().min(1).describe("Prefix for filtering dataLayer events"),$a=Y.object({name:Da.default("dataLayer").describe("DataLayer variable name (default: dataLayer)").optional(),prefix:za.default("dataLayer").describe("Event prefix for filtering which events to process").optional(),filter:Y.any().describe("Custom filter function: (event: unknown) => boolean | Promise<boolean>").optional()}),Fa=Tn($a,{target:"jsonSchema7",$refStrategy:"none"}),Ua={};W(Ua,{push:function(){return Ba}});var Ja=function(){},Va=function(){return function(){return Promise.resolve({ok:!0,successful:[],queued:[],failed:[]})}},Ba={get push(){return Va()},get command(){return Va()},get elb(){return Va()},get window(){return{dataLayer:[],addEventListener:Ja,removeEventListener:Ja}}},qa={};W(qa,{add_to_cart:function(){return D},config:function(){return $},consentDefault:function(){return R},consentUpdate:function(){return M},directDataLayerEvent:function(){return U},purchase:function(){return L},setCustom:function(){return F},view_item:function(){return z}});var Wa={};W(Wa,{add_to_cart:function(){return Ga},config:function(){return ti},configGA4:function(){return Qa},consentOnlyMapping:function(){return ni},consentUpdate:function(){return Xa},customEvent:function(){return ei},purchase:function(){return Ha},view_item:function(){return Ya}});var Ka,Xa={name:"walker consent",settings:{command:{map:{functional:{value:!0},analytics:{key:"analytics_storage",fn:function(e){return"granted"===e}},marketing:{key:"ad_storage",fn:function(e){return"granted"===e}}}}}},Ha={name:"order complete",data:{map:{id:"transaction_id",total:"value",currency:"currency",nested:{loop:["items",{map:{type:{value:"product"},data:{map:{id:"item_id",name:"item_name",category:"item_category",quantity:"quantity",price:"price"}}}}]}}}},Ga={name:"product add",data:{map:{id:"items.0.item_id",name:"items.0.item_name",price:"value",currency:"currency",color:"items.0.item_variant",quantity:"items.0.quantity"}}},Ya={name:"product view",data:{map:{id:"items.0.item_id",name:"items.0.item_name",category:"items.0.item_category",price:"items.0.price",currency:"currency"}}},Qa={name:"page view",data:{map:{title:"page_title",url:"page_location"}}},ei={data:{map:{user_id:"user_id",custom_parameter:"custom_parameter"}}},ti={consent:{update:Xa},purchase:Ha,add_to_cart:Ga,view_item:Ya,"config G-XXXXXXXXXX":Qa,custom_event:ei,"*":{data:{}}},ni={consent:{update:Xa}},ri=function(e,t){return _async_to_generator(function(){var n,r,a,i;return _ts_generator(this,function(o){return n=t.elb,r=t.window,a=_object_spread({name:"dataLayer",prefix:"dataLayer"},null==e?void 0:e.settings),i={settings:a},r&&(function(e,t){var n=t.settings,r=(null==n?void 0:n.name)||"dataLayer",a=window[r];if(Array.isArray(a)&&!Ma){Ma=!0;try{var i=!0,o=!1,s=void 0;try{for(var c,u=a[Symbol.iterator]();!(i=(c=u.next()).done);i=!0){var l=c.value;C(e,n,l)}}catch(e){o=!0,s=e}finally{try{i||null==u.return||u.return()}finally{if(o)throw s}}}finally{Ma=!1}}}(n,i),function(e,t){var n=t.settings,r=(null==n?void 0:n.name)||"dataLayer";window[r]||(window[r]=[]);var a=window[r];if(Array.isArray(a)){var i=a.push.bind(a);a.push=function(){for(var t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];if(Ma)return i.apply(void 0,_to_consumable_array(r));Ma=!0;try{var o=!0,s=!1,c=void 0;try{for(var u,l=r[Symbol.iterator]();!(o=(u=l.next()).done);o=!0){var d=u.value;C(e,n,d)}}catch(e){s=!0,c=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw c}}}finally{Ma=!1}return i.apply(void 0,_to_consumable_array(r))}}}(n,i)),[2,{type:"dataLayer",config:i,push:n,destroy:function(){return _async_to_generator(function(){var e;return _ts_generator(this,function(t){return e=a.name||"dataLayer",r&&r[e]&&Array.isArray(r[e]),[2]})})()}}]})})()},ai=ri;return Ka=K,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;q.call(e,a)||a===n||J(e,a,{get:function(){return t[a]},enumerable:!(r=V(t,a))||r.enumerable})},u=B(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}(J({},"__esModule",{value:!0}),Ka)}();
1
+ "use strict";function _array_like_to_array(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function _array_with_holes(t){if(Array.isArray(t))return t}function _array_without_holes(t){if(Array.isArray(t))return _array_like_to_array(t)}function asyncGeneratorStep(t,e,r,n,a,o,i){try{var u=t[o](i),c=u.value}catch(t){return void r(t)}u.done?e(c):Promise.resolve(c).then(n,a)}function _async_to_generator(t){return function(){var e=this,r=arguments;return new Promise(function(n,a){var o=t.apply(e,r);function i(t){asyncGeneratorStep(o,n,a,i,u,"next",t)}function u(t){asyncGeneratorStep(o,n,a,i,u,"throw",t)}i(void 0)})}}function _define_property(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function _iterable_to_array(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function _iterable_to_array_limit(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,a,o=[],i=!0,u=!1;try{for(r=r.call(t);!(i=(n=r.next()).done)&&(o.push(n.value),!e||o.length!==e);i=!0);}catch(t){u=!0,a=t}finally{try{i||null==r.return||r.return()}finally{if(u)throw a}}return o}}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(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),n.forEach(function(e){_define_property(t,e,r[e])})}return t}function _object_without_properties(t,e){if(null==t)return{};var r,n,a=_object_without_properties_loose(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(n=0;n<o.length;n++)r=o[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(a[r]=t[r])}return a}function _object_without_properties_loose(t,e){if(null==t)return{};var r,n,a={},o=Object.keys(t);for(n=0;n<o.length;n++)r=o[n],e.indexOf(r)>=0||(a[r]=t[r]);return a}function _sliced_to_array(t,e){return _array_with_holes(t)||_iterable_to_array_limit(t,e)||_unsupported_iterable_to_array(t,e)||_non_iterable_rest()}function _to_consumable_array(t){return _array_without_holes(t)||_iterable_to_array(t)||_unsupported_iterable_to_array(t)||_non_iterable_spread()}function _type_of(t){return t&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t}function _unsupported_iterable_to_array(t,e){if(t){if("string"==typeof t)return _array_like_to_array(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.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(t,e):void 0}}function _ts_generator(t,e){var r,n,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=u(0),i.throw=u(1),i.return=u(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(c){return function(u){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(o=0)),o;)try{if(r=1,n&&(a=2&u[0]?n.return:u[0]?n.throw||((a=n.return)&&a.call(n),0):n.next)&&!(a=a.call(n,u[1])).done)return a;switch(n=0,a&&(u=[2&u[0],a.value]),u[0]){case 0:case 1:a=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,n=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(!(a=o.trys,(a=a.length>0&&a[a.length-1])||6!==u[0]&&2!==u[0])){o=0;continue}if(3===u[0]&&(!a||u[1]>a[0]&&u[1]<a[3])){o.label=u[1];break}if(6===u[0]&&o.label<a[1]){o.label=a[1],a=u;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(u);break}a[2]&&o.ops.pop(),o.trys.pop();continue}u=e.call(t,o)}catch(t){u=[6,t],n=0}finally{r=a=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}var Destination=function(){var t=function(t){return Array.isArray(t)},e=function(e){return"object"==(void 0===e?"undefined":_type_of(e))&&null!==e&&!t(e)&&"[object Object]"===Object.prototype.toString.call(e)},r=function(t){return"string"==typeof t},n=function(t,e,r){return function(){for(var n=arguments.length,a=new Array(n),o=0;o<n;o++)a[o]=arguments[o];try{return t.apply(void 0,_to_consumable_array(a))}catch(t){if(!e)return;return e(t)}finally{null==r||r()}}},a=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;if(e.filter&&!0===n(function(){return e.filter(r)},function(){return!1})())return;var a=o(r);if(a){var i=e.prefix||"dataLayer",u="".concat(i," ").concat(a.name),c=(a.name,{name:u,data:_object_without_properties(a,["name"])});n(function(){return t(c)},function(){})()}},o=function(n){if(e(n)&&r(n.event))return _object_spread({name:n.event},_object_without_properties(n,["event"]));if(t(n)&&n.length>=2)return i(n);if(u(n)){var a=Array.from(n);return i(a)}return null},i=function(t){var n,a=_sliced_to_array(t,3),o=a[0],i=a[1],u=a[2];if(!r(o))return null;var c={};switch(o){case"consent":if(!r(i)||t.length<3)return null;if("default"!==i&&"update"!==i)return null;if(!e(u)||null===u)return null;n="".concat(o," ").concat(i),c=_object_spread({},u);break;case"event":if(!r(i))return null;n=i,e(u)&&(c=_object_spread({},u));break;case"config":if(!r(i))return null;n="".concat(o," ").concat(i),e(u)&&(c=_object_spread({},u));break;case"set":if(r(i))n="".concat(o," ").concat(i),e(u)&&(c=_object_spread({},u));else{if(!e(i))return null;n="".concat(o," custom"),c=_object_spread({},i)}break;default:return null}return _object_spread({name:n},c)},u=function(t){return null!=t&&"object"===(void 0===t?"undefined":_type_of(t))&&"length"in t&&"number"==typeof t.length&&t.length>0},c=function(){return["consent","update",{ad_user_data:"granted",ad_personalization:"granted",ad_storage:"denied",analytics_storage:"granted"}]},l=function(){return["consent","default",{ad_storage:"denied",analytics_storage:"denied",ad_user_data:"denied",ad_personalization:"denied"}]},f=function(){return["event","purchase",{transaction_id:"T_12345",value:25.42,currency:"EUR",items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",quantity:1,price:25.42}]}]},_=function(){return["event","add_to_cart",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_variant:"red",quantity:1,price:15.25}]}]},s=function(){return["event","view_item",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",price:15.25}]}]},y=function(){return["config","G-XXXXXXXXXX",{page_title:"Custom Page Title",page_location:"https://example.com/page",send_page_view:!1}]},d=function(){return["set",{currency:"EUR",country:"DE"}]},p=function(){return{event:"custom_event",custom_parameter:"custom_value",user_id:"user123"}},m=Object.defineProperty,v=Object.getOwnPropertyDescriptor,b=Object.getOwnPropertyNames,g=Object.prototype.hasOwnProperty,h=function(t,e){for(var r in e)m(t,r,{get:e[r],enumerable:!0})},w={};h(w,{Events:function(){return E},Mapping:function(){return P},SourceDataLayer:function(){return O},consentOnlyMapping:function(){return M},consentUpdateEvent:function(){return c},dataLayerExamples:function(){return C},default:function(){return N},env:function(){return S},sourceDataLayer:function(){return T}});var j=!1,O={},S={};h(S,{push:function(){return k}});var A=function(){},X=function(){return function(){return Promise.resolve({ok:!0,successful:[],queued:[],failed:[]})}},k={get push(){return X()},get command(){return X()},get elb(){return X()},get window(){return{dataLayer:[],addEventListener:A,removeEventListener:A}}},E={};h(E,{add_to_cart:function(){return _},config:function(){return y},consentDefault:function(){return l},consentUpdate:function(){return c},directDataLayerEvent:function(){return p},purchase:function(){return f},setCustom:function(){return d},view_item:function(){return s}});var P={};h(P,{add_to_cart:function(){return D},config:function(){return C},configGA4:function(){return q},consentOnlyMapping:function(){return M},consentUpdate:function(){return L},customEvent:function(){return G},purchase:function(){return U},view_item:function(){return I}});var x,L={name:"walker consent",settings:{command:{map:{functional:{value:!0},analytics:{key:"analytics_storage",fn:function(t){return"granted"===t}},marketing:{key:"ad_storage",fn:function(t){return"granted"===t}}}}}},U={name:"order complete",data:{map:{id:"transaction_id",total:"value",currency:"currency",nested:{loop:["items",{map:{type:{value:"product"},data:{map:{id:"item_id",name:"item_name",category:"item_category",quantity:"quantity",price:"price"}}}}]}}}},D={name:"product add",data:{map:{id:"items.0.item_id",name:"items.0.item_name",price:"value",currency:"currency",color:"items.0.item_variant",quantity:"items.0.quantity"}}},I={name:"product view",data:{map:{id:"items.0.item_id",name:"items.0.item_name",category:"items.0.item_category",price:"items.0.price",currency:"currency"}}},q={name:"page view",data:{map:{title:"page_title",url:"page_location"}}},G={data:{map:{user_id:"user_id",custom_parameter:"custom_parameter"}}},C={consent:{update:L},purchase:U,add_to_cart:D,view_item:I,"config G-XXXXXXXXXX":q,custom_event:G,"*":{data:{}}},M={consent:{update:L}},T=function(t,e){return _async_to_generator(function(){var r,n,o,i;return _ts_generator(this,function(u){return r=e.elb,n=e.window,o=_object_spread({name:"dataLayer",prefix:"dataLayer"},null==t?void 0:t.settings),i={settings:o},n&&(function(t,e){var r=e.settings,n=(null==r?void 0:r.name)||"dataLayer",o=window[n];if(Array.isArray(o)&&!j){j=!0;try{var i=!0,u=!1,c=void 0;try{for(var l,f=o[Symbol.iterator]();!(i=(l=f.next()).done);i=!0){var _=l.value;a(t,r,_)}}catch(t){u=!0,c=t}finally{try{i||null==f.return||f.return()}finally{if(u)throw c}}}finally{j=!1}}}(r,i),function(t,e){var r=e.settings,n=(null==r?void 0:r.name)||"dataLayer";window[n]||(window[n]=[]);var o=window[n];if(Array.isArray(o)){var i=o.push.bind(o);o.push=function(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];if(j)return i.apply(void 0,_to_consumable_array(n));j=!0;try{var u=!0,c=!1,l=void 0;try{for(var f,_=n[Symbol.iterator]();!(u=(f=_.next()).done);u=!0){var s=f.value;a(t,r,s)}}catch(t){c=!0,l=t}finally{try{u||null==_.return||_.return()}finally{if(c)throw l}}}finally{j=!1}return i.apply(void 0,_to_consumable_array(n))}}}(r,i)),[2,{type:"dataLayer",config:i,push:r,destroy:function(){return _async_to_generator(function(){var t;return _ts_generator(this,function(e){return t=o.name||"dataLayer",n&&n[t]&&Array.isArray(n[t]),[2]})})()}}]})})()},N=T;return x=w,function(t,e,r,n){if(e&&"object"===(void 0===e?"undefined":_type_of(e))||"function"==typeof e){var a=!0,o=!1,i=void 0;try{for(var u,c=function(){var a=u.value;g.call(t,a)||a===r||m(t,a,{get:function(){return e[a]},enumerable:!(n=v(e,a))||n.enumerable})},l=b(e)[Symbol.iterator]();!(a=(u=l.next()).done);a=!0)c()}catch(t){o=!0,i=t}finally{try{a||null==l.return||l.return()}finally{if(o)throw i}}}return t}(m({},"__esModule",{value:!0}),x)}();
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e,t=Object.defineProperty,a=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.prototype.hasOwnProperty,i=(e,a)=>{for(var r in a)t(e,r,{get:a[r],enumerable:!0})},o={};i(o,{Events:()=>S,Mapping:()=>x,SourceDataLayer:()=>l,consentOnlyMapping:()=>G,consentUpdateEvent:()=>O,dataLayerExamples:()=>R,default:()=>K,env:()=>w,schemas:()=>m,sourceDataLayer:()=>J}),module.exports=(e=o,((e,i,o,c)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let s of r(i))n.call(e,s)||s===o||t(e,s,{get:()=>i[s],enumerable:!(c=a(i,s))||c.enumerable});return e})(t({},"__esModule",{value:!0}),e));var c=require("@walkeros/core"),s=!1;function u(e,t={},a){if(t.filter){if(!0===(0,c.tryCatch)(()=>t.filter(a),()=>!1)())return}const r=function(e){if((0,c.isObject)(e)&&(0,c.isString)(e.event)){const{event:t,...a}=e;return{name:t,...a}}if((0,c.isArray)(e)&&e.length>=2)return d(e);if(t=e,null!=t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>0){return d(Array.from(e))}var t;return null}(a);if(!r)return;const n=`${t.prefix||"dataLayer"} ${r.name}`,{name:i,...o}=r,s={name:n,data:o};(0,c.tryCatch)(()=>e(s),()=>{})()}function d(e){const[t,a,r]=e;if(!(0,c.isString)(t))return null;let n,i={};switch(t){case"consent":if(!(0,c.isString)(a)||e.length<3)return null;if("default"!==a&&"update"!==a)return null;if(!(0,c.isObject)(r)||null===r)return null;n=`${t} ${a}`,i={...r};break;case"event":if(!(0,c.isString)(a))return null;n=a,(0,c.isObject)(r)&&(i={...r});break;case"config":if(!(0,c.isString)(a))return null;n=`${t} ${a}`,(0,c.isObject)(r)&&(i={...r});break;case"set":if((0,c.isString)(a))n=`${t} ${a}`,(0,c.isObject)(r)&&(i={...r});else{if(!(0,c.isObject)(a))return null;n=`${t} custom`,i={...a}}break;default:return null}return{name:n,...i}}var l={},m={};i(m,{EventPrefix:()=>_,JavaScriptVarName:()=>g,SettingsSchema:()=>v,settings:()=>b});var f=require("@walkeros/core"),p=require("@walkeros/core"),y=require("@walkeros/core"),g=y.z.string().min(1).regex(/^[a-zA-Z_$][a-zA-Z0-9_$]*$/,"Must be a valid JavaScript identifier").describe("JavaScript variable name"),_=y.z.string().min(1).describe("Prefix for filtering dataLayer events"),v=p.z.object({name:g.default("dataLayer").describe("DataLayer variable name (default: dataLayer)").optional(),prefix:_.default("dataLayer").describe("Event prefix for filtering which events to process").optional(),filter:p.z.any().describe("Custom filter function: (event: unknown) => boolean | Promise<boolean>").optional()}),b=(0,f.zodToSchema)(v),w={};i(w,{push:()=>L});var h=()=>{},X=()=>()=>Promise.resolve({ok:!0,successful:[],queued:[],failed:[]}),L={get push(){return X()},get command(){return X()},get elb(){return X()},get window(){return{dataLayer:[],addEventListener:h,removeEventListener:h}}},S={};function O(){return["consent","update",{ad_user_data:"granted",ad_personalization:"granted",ad_storage:"denied",analytics_storage:"granted"}]}function k(){return["consent","default",{ad_storage:"denied",analytics_storage:"denied",ad_user_data:"denied",ad_personalization:"denied"}]}function E(){return["event","purchase",{transaction_id:"T_12345",value:25.42,currency:"EUR",items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",quantity:1,price:25.42}]}]}function j(){return["event","add_to_cart",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_variant:"red",quantity:1,price:15.25}]}]}function P(){return["event","view_item",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",price:15.25}]}]}function $(){return["config","G-XXXXXXXXXX",{page_title:"Custom Page Title",page_location:"https://example.com/page",send_page_view:!1}]}function q(){return["set",{currency:"EUR",country:"DE"}]}function A(){return{event:"custom_event",custom_parameter:"custom_value",user_id:"user123"}}i(S,{add_to_cart:()=>j,config:()=>$,consentDefault:()=>k,consentUpdate:()=>O,directDataLayerEvent:()=>A,purchase:()=>E,setCustom:()=>q,view_item:()=>P});var x={};i(x,{add_to_cart:()=>C,config:()=>R,configGA4:()=>M,consentOnlyMapping:()=>G,consentUpdate:()=>U,customEvent:()=>N,purchase:()=>z,view_item:()=>D});var U={name:"walker consent",settings:{command:{map:{functional:{value:!0},analytics:{key:"analytics_storage",fn:e=>"granted"===e},marketing:{key:"ad_storage",fn:e=>"granted"===e}}}}},z={name:"order complete",data:{map:{id:"transaction_id",total:"value",currency:"currency",nested:{loop:["items",{map:{type:{value:"product"},data:{map:{id:"item_id",name:"item_name",category:"item_category",quantity:"quantity",price:"price"}}}}]}}}},C={name:"product add",data:{map:{id:"items.0.item_id",name:"items.0.item_name",price:"value",currency:"currency",color:"items.0.item_variant",quantity:"items.0.quantity"}}},D={name:"product view",data:{map:{id:"items.0.item_id",name:"items.0.item_name",category:"items.0.item_category",price:"items.0.price",currency:"currency"}}},M={name:"page view",data:{map:{title:"page_title",url:"page_location"}}},N={data:{map:{user_id:"user_id",custom_parameter:"custom_parameter"}}},R={consent:{update:U},purchase:z,add_to_cart:C,view_item:D,"config G-XXXXXXXXXX":M,custom_event:N,"*":{data:{}}},G={consent:{update:U}},J=async(e,t)=>{const{elb:a,window:r}=t,n={name:"dataLayer",prefix:"dataLayer",...null==e?void 0:e.settings},i={settings:n};return r&&(function(e,t){const a=t.settings,r=(null==a?void 0:a.name)||"dataLayer",n=window[r];if(Array.isArray(n)&&!s){s=!0;try{for(const t of n)u(e,a,t)}finally{s=!1}}}(a,i),function(e,t){const a=t.settings,r=(null==a?void 0:a.name)||"dataLayer";window[r]||(window[r]=[]);const n=window[r];if(!Array.isArray(n))return;const i=n.push.bind(n);n.push=function(...t){if(s)return i(...t);s=!0;try{for(const r of t)u(e,a,r)}finally{s=!1}return i(...t)}}(a,i)),{type:"dataLayer",config:i,push:a,destroy:async()=>{const e=n.name||"dataLayer";r&&r[e]&&Array.isArray(r[e])}}},K=J;//# sourceMappingURL=index.js.map
1
+ "use strict";var e,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,r=Object.prototype.hasOwnProperty,i=(e,n)=>{for(var a in n)t(e,a,{get:n[a],enumerable:!0})},c={};i(c,{Events:()=>_,Mapping:()=>j,SourceDataLayer:()=>m,consentOnlyMapping:()=>q,consentUpdateEvent:()=>g,dataLayerExamples:()=>$,default:()=>D,env:()=>l,sourceDataLayer:()=>C}),module.exports=(e=c,((e,i,c,o)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let u of a(i))r.call(e,u)||u===c||t(e,u,{get:()=>i[u],enumerable:!(o=n(i,u))||o.enumerable});return e})(t({},"__esModule",{value:!0}),e));var o=require("@walkeros/core"),u=!1;function s(e,t={},n){if(t.filter){if(!0===(0,o.tryCatch)(()=>t.filter(n),()=>!1)())return}const a=function(e){if((0,o.isObject)(e)&&(0,o.isString)(e.event)){const{event:t,...n}=e;return{name:t,...n}}if((0,o.isArray)(e)&&e.length>=2)return d(e);if(t=e,null!=t&&"object"==typeof t&&"length"in t&&"number"==typeof t.length&&t.length>0){return d(Array.from(e))}var t;return null}(n);if(!a)return;const r=`${t.prefix||"dataLayer"} ${a.name}`,{name:i,...c}=a,u={name:r,data:c};(0,o.tryCatch)(()=>e(u),()=>{})()}function d(e){const[t,n,a]=e;if(!(0,o.isString)(t))return null;let r,i={};switch(t){case"consent":if(!(0,o.isString)(n)||e.length<3)return null;if("default"!==n&&"update"!==n)return null;if(!(0,o.isObject)(a)||null===a)return null;r=`${t} ${n}`,i={...a};break;case"event":if(!(0,o.isString)(n))return null;r=n,(0,o.isObject)(a)&&(i={...a});break;case"config":if(!(0,o.isString)(n))return null;r=`${t} ${n}`,(0,o.isObject)(a)&&(i={...a});break;case"set":if((0,o.isString)(n))r=`${t} ${n}`,(0,o.isObject)(a)&&(i={...a});else{if(!(0,o.isObject)(n))return null;r=`${t} custom`,i={...n}}break;default:return null}return{name:r,...i}}var m={},l={};i(l,{push:()=>f});var p=()=>{},y=()=>()=>Promise.resolve({ok:!0,successful:[],queued:[],failed:[]}),f={get push(){return y()},get command(){return y()},get elb(){return y()},get window(){return{dataLayer:[],addEventListener:p,removeEventListener:p}}},_={};function g(){return["consent","update",{ad_user_data:"granted",ad_personalization:"granted",ad_storage:"denied",analytics_storage:"granted"}]}function v(){return["consent","default",{ad_storage:"denied",analytics_storage:"denied",ad_user_data:"denied",ad_personalization:"denied"}]}function w(){return["event","purchase",{transaction_id:"T_12345",value:25.42,currency:"EUR",items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",quantity:1,price:25.42}]}]}function b(){return["event","add_to_cart",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_variant:"red",quantity:1,price:15.25}]}]}function X(){return["event","view_item",{currency:"EUR",value:15.25,items:[{item_id:"SKU_12345",item_name:"Product Name",item_category:"Category",price:15.25}]}]}function h(){return["config","G-XXXXXXXXXX",{page_title:"Custom Page Title",page_location:"https://example.com/page",send_page_view:!1}]}function O(){return["set",{currency:"EUR",country:"DE"}]}function L(){return{event:"custom_event",custom_parameter:"custom_value",user_id:"user123"}}i(_,{add_to_cart:()=>b,config:()=>h,consentDefault:()=>v,consentUpdate:()=>g,directDataLayerEvent:()=>L,purchase:()=>w,setCustom:()=>O,view_item:()=>X});var j={};i(j,{add_to_cart:()=>S,config:()=>$,configGA4:()=>A,consentOnlyMapping:()=>q,consentUpdate:()=>E,customEvent:()=>P,purchase:()=>k,view_item:()=>U});var E={name:"walker consent",settings:{command:{map:{functional:{value:!0},analytics:{key:"analytics_storage",fn:e=>"granted"===e},marketing:{key:"ad_storage",fn:e=>"granted"===e}}}}},k={name:"order complete",data:{map:{id:"transaction_id",total:"value",currency:"currency",nested:{loop:["items",{map:{type:{value:"product"},data:{map:{id:"item_id",name:"item_name",category:"item_category",quantity:"quantity",price:"price"}}}}]}}}},S={name:"product add",data:{map:{id:"items.0.item_id",name:"items.0.item_name",price:"value",currency:"currency",color:"items.0.item_variant",quantity:"items.0.quantity"}}},U={name:"product view",data:{map:{id:"items.0.item_id",name:"items.0.item_name",category:"items.0.item_category",price:"items.0.price",currency:"currency"}}},A={name:"page view",data:{map:{title:"page_title",url:"page_location"}}},P={data:{map:{user_id:"user_id",custom_parameter:"custom_parameter"}}},$={consent:{update:E},purchase:k,add_to_cart:S,view_item:U,"config G-XXXXXXXXXX":A,custom_event:P,"*":{data:{}}},q={consent:{update:E}},C=async(e,t)=>{const{elb:n,window:a}=t,r={name:"dataLayer",prefix:"dataLayer",...null==e?void 0:e.settings},i={settings:r};return a&&(function(e,t){const n=t.settings,a=(null==n?void 0:n.name)||"dataLayer",r=window[a];if(Array.isArray(r)&&!u){u=!0;try{for(const t of r)s(e,n,t)}finally{u=!1}}}(n,i),function(e,t){const n=t.settings,a=(null==n?void 0:n.name)||"dataLayer";window[a]||(window[a]=[]);const r=window[a];if(!Array.isArray(r))return;const i=r.push.bind(r);r.push=function(...t){if(u)return i(...t);u=!0;try{for(const a of t)s(e,n,a)}finally{u=!1}return i(...t)}}(n,i)),{type:"dataLayer",config:i,push:n,destroy:async()=>{const e=r.name||"dataLayer";a&&a[e]&&Array.isArray(a[e])}}},D=C;//# sourceMappingURL=index.js.map