UNPKG

@prisma/client

Version:

Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.

3 lines • 200 kB
"use strict";var Vl=Object.create;var hr=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var ql=Object.getOwnPropertyNames;var Bl=Object.getPrototypeOf,jl=Object.prototype.hasOwnProperty;var be=(e,t)=>()=>(e&&(t=e(e=0)),t);var ue=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),st=(e,t)=>{for(var r in t)hr(e,r,{get:t[r],enumerable:!0})},Yi=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of ql(t))!jl.call(e,i)&&i!==r&&hr(e,i,{get:()=>t[i],enumerable:!(n=Ul(t,i))||n.enumerable});return e};var Je=(e,t,r)=>(r=e!=null?Vl(Bl(e)):{},Yi(t||!e||!e.__esModule?hr(r,"default",{value:e,enumerable:!0}):r,e)),Xi=e=>Yi(hr({},"__esModule",{value:!0}),e);function Rn(e,t){if(t=t.toLowerCase(),t==="utf8"||t==="utf-8")return new h(Gl.encode(e));if(t==="base64"||t==="base64url")return e=e.replace(/-/g,"+").replace(/_/g,"/"),e=e.replace(/[^A-Za-z0-9+/]/g,""),new h([...atob(e)].map(r=>r.charCodeAt(0)));if(t==="binary"||t==="ascii"||t==="latin1"||t==="latin-1")return new h([...e].map(r=>r.charCodeAt(0)));if(t==="ucs2"||t==="ucs-2"||t==="utf16le"||t==="utf-16le"){let r=new h(e.length*2),n=new DataView(r.buffer);for(let i=0;i<e.length;i++)n.setUint16(i*2,e.charCodeAt(i),!0);return r}if(t==="hex"){let r=new h(e.length/2);for(let n=0,i=0;i<e.length;i+=2,n++)r[n]=parseInt(e.slice(i,i+2),16);return r}to(`encoding "${t}"`)}function Ql(e){let r=Object.getOwnPropertyNames(DataView.prototype).filter(a=>a.startsWith("get")||a.startsWith("set")),n=r.map(a=>a.replace("get","read").replace("set","write")),i=(a,m)=>function(f=0){return H(f,"offset"),se(f,"offset"),z(f,"offset",this.length-1),new DataView(this.buffer)[r[a]](f,m)},o=(a,m)=>function(f,T=0){let S=r[a].match(/set(\w+\d+)/)[1].toLowerCase(),v=Hl[S];return H(T,"offset"),se(T,"offset"),z(T,"offset",this.length-1),Jl(f,"value",v[0],v[1]),new DataView(this.buffer)[r[a]](T,f,m),T+parseInt(r[a].match(/\d+/)[0])/8},s=a=>{a.forEach(m=>{m.includes("Uint")&&(e[m.replace("Uint","UInt")]=e[m]),m.includes("Float64")&&(e[m.replace("Float64","Double")]=e[m]),m.includes("Float32")&&(e[m.replace("Float32","Float")]=e[m])})};n.forEach((a,m)=>{a.startsWith("read")&&(e[a]=i(m,!1),e[a+"LE"]=i(m,!0),e[a+"BE"]=i(m,!1)),a.startsWith("write")&&(e[a]=o(m,!1),e[a+"LE"]=o(m,!0),e[a+"BE"]=o(m,!1)),s([a,a+"LE",a+"BE"])})}function to(e){throw new Error(`Buffer polyfill does not implement "${e}"`)}function wr(e,t){if(!(e instanceof Uint8Array))throw new TypeError(`The "${t}" argument must be an instance of Buffer or Uint8Array`)}function z(e,t,r=Kl+1){if(e<0||e>r){let n=new RangeError(`The value of "${t}" is out of range. It must be >= 0 && <= ${r}. Received ${e}`);throw n.code="ERR_OUT_OF_RANGE",n}}function H(e,t){if(typeof e!="number"){let r=new TypeError(`The "${t}" argument must be of type number. Received type ${typeof e}.`);throw r.code="ERR_INVALID_ARG_TYPE",r}}function se(e,t){if(!Number.isInteger(e)||Number.isNaN(e)){let r=new RangeError(`The value of "${t}" is out of range. It must be an integer. Received ${e}`);throw r.code="ERR_OUT_OF_RANGE",r}}function Jl(e,t,r,n){if(e<r||e>n){let i=new RangeError(`The value of "${t}" is out of range. It must be >= ${r} and <= ${n}. Received ${e}`);throw i.code="ERR_OUT_OF_RANGE",i}}function eo(e,t){if(typeof e!="string"){let r=new TypeError(`The "${t}" argument must be of type string. Received type ${typeof e}`);throw r.code="ERR_INVALID_ARG_TYPE",r}}function Zl(e,t="utf8"){return h.from(e,t)}var h,Hl,Gl,Wl,zl,Kl,g,In,u=be(()=>{"use strict";h=class e extends Uint8Array{_isBuffer=!0;get offset(){return this.byteOffset}static alloc(t,r=0,n="utf8"){return eo(n,"encoding"),e.allocUnsafe(t).fill(r,n)}static allocUnsafe(t){return e.from(t)}static allocUnsafeSlow(t){return e.from(t)}static isBuffer(t){return t&&!!t._isBuffer}static byteLength(t,r="utf8"){if(typeof t=="string")return Rn(t,r).byteLength;if(t&&t.byteLength)return t.byteLength;let n=new TypeError('The "string" argument must be of type string or an instance of Buffer or ArrayBuffer.');throw n.code="ERR_INVALID_ARG_TYPE",n}static isEncoding(t){return zl.includes(t)}static compare(t,r){wr(t,"buff1"),wr(r,"buff2");for(let n=0;n<t.length;n++){if(t[n]<r[n])return-1;if(t[n]>r[n])return 1}return t.length===r.length?0:t.length>r.length?1:-1}static from(t,r="utf8"){if(t&&typeof t=="object"&&t.type==="Buffer")return new e(t.data);if(typeof t=="number")return new e(new Uint8Array(t));if(typeof t=="string")return Rn(t,r);if(ArrayBuffer.isView(t)){let{byteOffset:n,byteLength:i,buffer:o}=t;return"map"in t&&typeof t.map=="function"?new e(t.map(s=>s%256),n,i):new e(o,n,i)}if(t&&typeof t=="object"&&("length"in t||"byteLength"in t||"buffer"in t))return new e(t);throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}static concat(t,r){if(t.length===0)return e.alloc(0);let n=[].concat(...t.map(o=>[...o])),i=e.alloc(r!==void 0?r:n.length);return i.set(r!==void 0?n.slice(0,r):n),i}slice(t=0,r=this.length){return this.subarray(t,r)}subarray(t=0,r=this.length){return Object.setPrototypeOf(super.subarray(t,r),e.prototype)}reverse(){return super.reverse(),this}readIntBE(t,r){H(t,"offset"),se(t,"offset"),z(t,"offset",this.length-1),H(r,"byteLength"),se(r,"byteLength");let n=new DataView(this.buffer,t,r),i=0;for(let o=0;o<r;o++)i=i*256+n.getUint8(o);return n.getUint8(0)&128&&(i-=Math.pow(256,r)),i}readIntLE(t,r){H(t,"offset"),se(t,"offset"),z(t,"offset",this.length-1),H(r,"byteLength"),se(r,"byteLength");let n=new DataView(this.buffer,t,r),i=0;for(let o=0;o<r;o++)i+=n.getUint8(o)*Math.pow(256,o);return n.getUint8(r-1)&128&&(i-=Math.pow(256,r)),i}readUIntBE(t,r){H(t,"offset"),se(t,"offset"),z(t,"offset",this.length-1),H(r,"byteLength"),se(r,"byteLength");let n=new DataView(this.buffer,t,r),i=0;for(let o=0;o<r;o++)i=i*256+n.getUint8(o);return i}readUintBE(t,r){return this.readUIntBE(t,r)}readUIntLE(t,r){H(t,"offset"),se(t,"offset"),z(t,"offset",this.length-1),H(r,"byteLength"),se(r,"byteLength");let n=new DataView(this.buffer,t,r),i=0;for(let o=0;o<r;o++)i+=n.getUint8(o)*Math.pow(256,o);return i}readUintLE(t,r){return this.readUIntLE(t,r)}writeIntBE(t,r,n){return t=t<0?t+Math.pow(256,n):t,this.writeUIntBE(t,r,n)}writeIntLE(t,r,n){return t=t<0?t+Math.pow(256,n):t,this.writeUIntLE(t,r,n)}writeUIntBE(t,r,n){H(r,"offset"),se(r,"offset"),z(r,"offset",this.length-1),H(n,"byteLength"),se(n,"byteLength");let i=new DataView(this.buffer,r,n);for(let o=n-1;o>=0;o--)i.setUint8(o,t&255),t=t/256;return r+n}writeUintBE(t,r,n){return this.writeUIntBE(t,r,n)}writeUIntLE(t,r,n){H(r,"offset"),se(r,"offset"),z(r,"offset",this.length-1),H(n,"byteLength"),se(n,"byteLength");let i=new DataView(this.buffer,r,n);for(let o=0;o<n;o++)i.setUint8(o,t&255),t=t/256;return r+n}writeUintLE(t,r,n){return this.writeUIntLE(t,r,n)}toJSON(){return{type:"Buffer",data:Array.from(this)}}swap16(){let t=new DataView(this.buffer,this.byteOffset,this.byteLength);for(let r=0;r<this.length;r+=2)t.setUint16(r,t.getUint16(r,!0),!1);return this}swap32(){let t=new DataView(this.buffer,this.byteOffset,this.byteLength);for(let r=0;r<this.length;r+=4)t.setUint32(r,t.getUint32(r,!0),!1);return this}swap64(){let t=new DataView(this.buffer,this.byteOffset,this.byteLength);for(let r=0;r<this.length;r+=8)t.setBigUint64(r,t.getBigUint64(r,!0),!1);return this}compare(t,r=0,n=t.length,i=0,o=this.length){return wr(t,"target"),H(r,"targetStart"),H(n,"targetEnd"),H(i,"sourceStart"),H(o,"sourceEnd"),z(r,"targetStart"),z(n,"targetEnd",t.length),z(i,"sourceStart"),z(o,"sourceEnd",this.length),e.compare(this.slice(i,o),t.slice(r,n))}equals(t){return wr(t,"otherBuffer"),this.length===t.length&&this.every((r,n)=>r===t[n])}copy(t,r=0,n=0,i=this.length){z(r,"targetStart"),z(n,"sourceStart",this.length),z(i,"sourceEnd"),r>>>=0,n>>>=0,i>>>=0;let o=0;for(;n<i&&!(this[n]===void 0||t[r]===void 0);)t[r]=this[n],o++,n++,r++;return o}write(t,r,n,i="utf8"){let o=typeof r=="string"?0:r??0,s=typeof n=="string"?this.length-o:n??this.length-o;return i=typeof r=="string"?r:typeof n=="string"?n:i,H(o,"offset"),H(s,"length"),z(o,"offset",this.length),z(s,"length",this.length),(i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")&&(s=s-s%2),Rn(t,i).copy(this,o,0,s)}fill(t=0,r=0,n=this.length,i="utf-8"){let o=typeof r=="string"?0:r,s=typeof n=="string"?this.length:n;if(i=typeof r=="string"?r:typeof n=="string"?n:i,t=e.from(typeof t=="number"?[t]:t??[],i),eo(i,"encoding"),z(o,"offset",this.length),z(s,"end",this.length),t.length!==0)for(let a=o;a<s;a+=t.length)super.set(t.slice(0,t.length+a>=this.length?this.length-a:t.length),a);return this}includes(t,r=null,n="utf-8"){return this.indexOf(t,r,n)!==-1}lastIndexOf(t,r=null,n="utf-8"){return this.indexOf(t,r,n,!0)}indexOf(t,r=null,n="utf-8",i=!1){let o=i?this.findLastIndex.bind(this):this.findIndex.bind(this);n=typeof r=="string"?r:n;let s=e.from(typeof t=="number"?[t]:t,n),a=typeof r=="string"?0:r;return a=typeof r=="number"?a:null,a=Number.isNaN(a)?null:a,a??=i?this.length:0,a=a<0?this.length+a:a,s.length===0&&i===!1?a>=this.length?this.length:a:s.length===0&&i===!0?(a>=this.length?this.length:a)||this.length:o((m,f)=>(i?f<=a:f>=a)&&this[f]===s[0]&&s.every((S,v)=>this[f+v]===S))}toString(t="utf8",r=0,n=this.length){if(r=r<0?0:r,t=t.toString().toLowerCase(),n<=0)return"";if(t==="utf8"||t==="utf-8")return Wl.decode(this.slice(r,n));if(t==="base64"||t==="base64url"){let i=btoa(this.reduce((o,s)=>o+In(s),""));return t==="base64url"?i.replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,""):i}if(t==="binary"||t==="ascii"||t==="latin1"||t==="latin-1")return this.slice(r,n).reduce((i,o)=>i+In(o&(t==="ascii"?127:255)),"");if(t==="ucs2"||t==="ucs-2"||t==="utf16le"||t==="utf-16le"){let i=new DataView(this.buffer.slice(r,n));return Array.from({length:i.byteLength/2},(o,s)=>s*2+1<i.byteLength?In(i.getUint16(s*2,!0)):"").join("")}if(t==="hex")return this.slice(r,n).reduce((i,o)=>i+o.toString(16).padStart(2,"0"),"");to(`encoding "${t}"`)}toLocaleString(){return this.toString()}inspect(){return`<Buffer ${this.toString("hex").match(/.{1,2}/g).join(" ")}>`}};Hl={int8:[-128,127],int16:[-32768,32767],int32:[-2147483648,2147483647],uint8:[0,255],uint16:[0,65535],uint32:[0,4294967295],float32:[-1/0,1/0],float64:[-1/0,1/0],bigint64:[-0x8000000000000000n,0x7fffffffffffffffn],biguint64:[0n,0xffffffffffffffffn]},Gl=new TextEncoder,Wl=new TextDecoder,zl=["utf8","utf-8","hex","base64","ascii","binary","base64url","ucs2","ucs-2","utf16le","utf-16le","latin1","latin-1"],Kl=4294967295;Ql(h.prototype);g=new Proxy(Zl,{construct(e,[t,r]){return h.from(t,r)},get(e,t){return h[t]}}),In=String.fromCodePoint});var y,x,l=be(()=>{"use strict";y={nextTick:(e,...t)=>{setTimeout(()=>{e(...t)},0)},env:{},version:"",cwd:()=>"/",stderr:{},argv:["/bin/node"],pid:1e4},{cwd:x}=y});var w,c=be(()=>{"use strict";w=globalThis.performance??(()=>{let e=Date.now();return{now:()=>Date.now()-e}})()});var b,p=be(()=>{"use strict";b=()=>{};b.prototype=b});function oo(e,t){var r,n,i,o,s,a,m,f,T=e.constructor,S=T.precision;if(!e.s||!t.s)return t.s||(t=new T(e)),j?_(t,S):t;if(m=e.d,f=t.d,s=e.e,i=t.e,m=m.slice(),o=s-i,o){for(o<0?(n=m,o=-o,a=f.length):(n=f,i=s,a=m.length),s=Math.ceil(S/V),a=s>a?s+1:a+1,o>a&&(o=a,n.length=1),n.reverse();o--;)n.push(0);n.reverse()}for(a=m.length,o=f.length,a-o<0&&(o=a,n=f,f=m,m=n),r=0;o;)r=(m[--o]=m[o]+f[o]+r)/K|0,m[o]%=K;for(r&&(m.unshift(r),++i),a=m.length;m[--a]==0;)m.pop();return t.d=m,t.e=i,j?_(t,S):t}function Ee(e,t,r){if(e!==~~e||e<t||e>r)throw Error(Ge+e)}function xe(e){var t,r,n,i=e.length-1,o="",s=e[0];if(i>0){for(o+=s,t=1;t<i;t++)n=e[t]+"",r=V-n.length,r&&(o+=Le(r)),o+=n;s=e[t],n=s+"",r=V-n.length,r&&(o+=Le(r))}else if(s===0)return"0";for(;s%10===0;)s/=10;return o+s}function so(e,t){var r,n,i,o,s,a,m=0,f=0,T=e.constructor,S=T.precision;if(G(e)>16)throw Error(On+G(e));if(!e.s)return new T(le);for(t==null?(j=!1,a=S):a=t,s=new T(.03125);e.abs().gte(.1);)e=e.times(s),f+=5;for(n=Math.log(He(2,f))/Math.LN10*2+5|0,a+=n,r=i=o=new T(le),T.precision=a;;){if(i=_(i.times(e),a),r=r.times(++m),s=o.plus(ke(i,r,a)),xe(s.d).slice(0,a)===xe(o.d).slice(0,a)){for(;f--;)o=_(o.times(o),a);return T.precision=S,t==null?(j=!0,_(o,S)):o}o=s}}function G(e){for(var t=e.e*V,r=e.d[0];r>=10;r/=10)t++;return t}function kn(e,t,r){if(t>e.LN10.sd())throw j=!0,r&&(e.precision=r),Error(pe+"LN10 precision limit exceeded");return _(new e(e.LN10),t)}function Le(e){for(var t="";e--;)t+="0";return t}function Mt(e,t){var r,n,i,o,s,a,m,f,T,S=1,v=10,A=e,N=A.d,R=A.constructor,I=R.precision;if(A.s<1)throw Error(pe+(A.s?"NaN":"-Infinity"));if(A.eq(le))return new R(0);if(t==null?(j=!1,f=I):f=t,A.eq(10))return t==null&&(j=!0),kn(R,f);if(f+=v,R.precision=f,r=xe(N),n=r.charAt(0),o=G(A),Math.abs(o)<15e14){for(;n<7&&n!=1||n==1&&r.charAt(1)>3;)A=A.times(e),r=xe(A.d),n=r.charAt(0),S++;o=G(A),n>1?(A=new R("0."+r),o++):A=new R(n+"."+r.slice(1))}else return m=kn(R,f+2,I).times(o+""),A=Mt(new R(n+"."+r.slice(1)),f-v).plus(m),R.precision=I,t==null?(j=!0,_(A,I)):A;for(a=s=A=ke(A.minus(le),A.plus(le),f),T=_(A.times(A),f),i=3;;){if(s=_(s.times(T),f),m=a.plus(ke(s,new R(i),f)),xe(m.d).slice(0,f)===xe(a.d).slice(0,f))return a=a.times(2),o!==0&&(a=a.plus(kn(R,f+2,I).times(o+""))),a=ke(a,new R(S),f),R.precision=I,t==null?(j=!0,_(a,I)):a;a=m,i+=2}}function ro(e,t){var r,n,i;for((r=t.indexOf("."))>-1&&(t=t.replace(".","")),(n=t.search(/e/i))>0?(r<0&&(r=n),r+=+t.slice(n+1),t=t.substring(0,n)):r<0&&(r=t.length),n=0;t.charCodeAt(n)===48;)++n;for(i=t.length;t.charCodeAt(i-1)===48;)--i;if(t=t.slice(n,i),t){if(i-=n,r=r-n-1,e.e=ut(r/V),e.d=[],n=(r+1)%V,r<0&&(n+=V),n<i){for(n&&e.d.push(+t.slice(0,n)),i-=V;n<i;)e.d.push(+t.slice(n,n+=V));t=t.slice(n),n=V-t.length}else n-=i;for(;n--;)t+="0";if(e.d.push(+t),j&&(e.e>br||e.e<-br))throw Error(On+r)}else e.s=0,e.e=0,e.d=[0];return e}function _(e,t,r){var n,i,o,s,a,m,f,T,S=e.d;for(s=1,o=S[0];o>=10;o/=10)s++;if(n=t-s,n<0)n+=V,i=t,f=S[T=0];else{if(T=Math.ceil((n+1)/V),o=S.length,T>=o)return e;for(f=o=S[T],s=1;o>=10;o/=10)s++;n%=V,i=n-V+s}if(r!==void 0&&(o=He(10,s-i-1),a=f/o%10|0,m=t<0||S[T+1]!==void 0||f%o,m=r<4?(a||m)&&(r==0||r==(e.s<0?3:2)):a>5||a==5&&(r==4||m||r==6&&(n>0?i>0?f/He(10,s-i):0:S[T-1])%10&1||r==(e.s<0?8:7))),t<1||!S[0])return m?(o=G(e),S.length=1,t=t-o-1,S[0]=He(10,(V-t%V)%V),e.e=ut(-t/V)||0):(S.length=1,S[0]=e.e=e.s=0),e;if(n==0?(S.length=T,o=1,T--):(S.length=T+1,o=He(10,V-n),S[T]=i>0?(f/He(10,s-i)%He(10,i)|0)*o:0),m)for(;;)if(T==0){(S[0]+=o)==K&&(S[0]=1,++e.e);break}else{if(S[T]+=o,S[T]!=K)break;S[T--]=0,o=1}for(n=S.length;S[--n]===0;)S.pop();if(j&&(e.e>br||e.e<-br))throw Error(On+G(e));return e}function ao(e,t){var r,n,i,o,s,a,m,f,T,S,v=e.constructor,A=v.precision;if(!e.s||!t.s)return t.s?t.s=-t.s:t=new v(e),j?_(t,A):t;if(m=e.d,S=t.d,n=t.e,f=e.e,m=m.slice(),s=f-n,s){for(T=s<0,T?(r=m,s=-s,a=S.length):(r=S,n=f,a=m.length),i=Math.max(Math.ceil(A/V),a)+2,s>i&&(s=i,r.length=1),r.reverse(),i=s;i--;)r.push(0);r.reverse()}else{for(i=m.length,a=S.length,T=i<a,T&&(a=i),i=0;i<a;i++)if(m[i]!=S[i]){T=m[i]<S[i];break}s=0}for(T&&(r=m,m=S,S=r,t.s=-t.s),a=m.length,i=S.length-a;i>0;--i)m[a++]=0;for(i=S.length;i>s;){if(m[--i]<S[i]){for(o=i;o&&m[--o]===0;)m[o]=K-1;--m[o],m[i]+=K}m[i]-=S[i]}for(;m[--a]===0;)m.pop();for(;m[0]===0;m.shift())--n;return m[0]?(t.d=m,t.e=n,j?_(t,A):t):new v(0)}function We(e,t,r){var n,i=G(e),o=xe(e.d),s=o.length;return t?(r&&(n=r-s)>0?o=o.charAt(0)+"."+o.slice(1)+Le(n):s>1&&(o=o.charAt(0)+"."+o.slice(1)),o=o+(i<0?"e":"e+")+i):i<0?(o="0."+Le(-i-1)+o,r&&(n=r-s)>0&&(o+=Le(n))):i>=s?(o+=Le(i+1-s),r&&(n=r-i-1)>0&&(o=o+"."+Le(n))):((n=i+1)<s&&(o=o.slice(0,n)+"."+o.slice(n)),r&&(n=r-s)>0&&(i+1===s&&(o+="."),o+=Le(n))),e.s<0?"-"+o:o}function no(e,t){if(e.length>t)return e.length=t,!0}function uo(e){var t,r,n;function i(o){var s=this;if(!(s instanceof i))return new i(o);if(s.constructor=i,o instanceof i){s.s=o.s,s.e=o.e,s.d=(o=o.d)?o.slice():o;return}if(typeof o=="number"){if(o*0!==0)throw Error(Ge+o);if(o>0)s.s=1;else if(o<0)o=-o,s.s=-1;else{s.s=0,s.e=0,s.d=[0];return}if(o===~~o&&o<1e7){s.e=0,s.d=[o];return}return ro(s,o.toString())}else if(typeof o!="string")throw Error(Ge+o);if(o.charCodeAt(0)===45?(o=o.slice(1),s.s=-1):s.s=1,Xl.test(o))ro(s,o);else throw Error(Ge+o)}if(i.prototype=C,i.ROUND_UP=0,i.ROUND_DOWN=1,i.ROUND_CEIL=2,i.ROUND_FLOOR=3,i.ROUND_HALF_UP=4,i.ROUND_HALF_DOWN=5,i.ROUND_HALF_EVEN=6,i.ROUND_HALF_CEIL=7,i.ROUND_HALF_FLOOR=8,i.clone=uo,i.config=i.set=ec,e===void 0&&(e={}),e)for(n=["precision","rounding","toExpNeg","toExpPos","LN10"],t=0;t<n.length;)e.hasOwnProperty(r=n[t++])||(e[r]=this[r]);return i.config(e),i}function ec(e){if(!e||typeof e!="object")throw Error(pe+"Object expected");var t,r,n,i=["precision",1,at,"rounding",0,8,"toExpNeg",-1/0,0,"toExpPos",0,1/0];for(t=0;t<i.length;t+=3)if((n=e[r=i[t]])!==void 0)if(ut(n)===n&&n>=i[t+1]&&n<=i[t+2])this[r]=n;else throw Error(Ge+r+": "+n);if((n=e[r="LN10"])!==void 0)if(n==Math.LN10)this[r]=new this(n);else throw Error(Ge+r+": "+n);return this}var at,Yl,lo,j,pe,Ge,On,ut,He,Xl,le,K,V,io,br,C,ke,lo,co=be(()=>{"use strict";u();l();c();p();d();at=1e9,Yl={precision:20,rounding:4,toExpNeg:-7,toExpPos:21,LN10:"2.302585092994045684017991454684364207601101488628772976033327900967572609677352480235997205089598298341967784042286"},j=!0,pe="[DecimalError] ",Ge=pe+"Invalid argument: ",On=pe+"Exponent out of range: ",ut=Math.floor,He=Math.pow,Xl=/^(\d+(\.\d*)?|\.\d+)(e[+-]?\d+)?$/i,K=1e7,V=7,io=9007199254740991,br=ut(io/V),C={};C.absoluteValue=C.abs=function(){var e=new this.constructor(this);return e.s&&(e.s=1),e};C.comparedTo=C.cmp=function(e){var t,r,n,i,o=this;if(e=new o.constructor(e),o.s!==e.s)return o.s||-e.s;if(o.e!==e.e)return o.e>e.e^o.s<0?1:-1;for(n=o.d.length,i=e.d.length,t=0,r=n<i?n:i;t<r;++t)if(o.d[t]!==e.d[t])return o.d[t]>e.d[t]^o.s<0?1:-1;return n===i?0:n>i^o.s<0?1:-1};C.decimalPlaces=C.dp=function(){var e=this,t=e.d.length-1,r=(t-e.e)*V;if(t=e.d[t],t)for(;t%10==0;t/=10)r--;return r<0?0:r};C.dividedBy=C.div=function(e){return ke(this,new this.constructor(e))};C.dividedToIntegerBy=C.idiv=function(e){var t=this,r=t.constructor;return _(ke(t,new r(e),0,1),r.precision)};C.equals=C.eq=function(e){return!this.cmp(e)};C.exponent=function(){return G(this)};C.greaterThan=C.gt=function(e){return this.cmp(e)>0};C.greaterThanOrEqualTo=C.gte=function(e){return this.cmp(e)>=0};C.isInteger=C.isint=function(){return this.e>this.d.length-2};C.isNegative=C.isneg=function(){return this.s<0};C.isPositive=C.ispos=function(){return this.s>0};C.isZero=function(){return this.s===0};C.lessThan=C.lt=function(e){return this.cmp(e)<0};C.lessThanOrEqualTo=C.lte=function(e){return this.cmp(e)<1};C.logarithm=C.log=function(e){var t,r=this,n=r.constructor,i=n.precision,o=i+5;if(e===void 0)e=new n(10);else if(e=new n(e),e.s<1||e.eq(le))throw Error(pe+"NaN");if(r.s<1)throw Error(pe+(r.s?"NaN":"-Infinity"));return r.eq(le)?new n(0):(j=!1,t=ke(Mt(r,o),Mt(e,o),o),j=!0,_(t,i))};C.minus=C.sub=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?ao(t,e):oo(t,(e.s=-e.s,e))};C.modulo=C.mod=function(e){var t,r=this,n=r.constructor,i=n.precision;if(e=new n(e),!e.s)throw Error(pe+"NaN");return r.s?(j=!1,t=ke(r,e,0,1).times(e),j=!0,r.minus(t)):_(new n(r),i)};C.naturalExponential=C.exp=function(){return so(this)};C.naturalLogarithm=C.ln=function(){return Mt(this)};C.negated=C.neg=function(){var e=new this.constructor(this);return e.s=-e.s||0,e};C.plus=C.add=function(e){var t=this;return e=new t.constructor(e),t.s==e.s?oo(t,e):ao(t,(e.s=-e.s,e))};C.precision=C.sd=function(e){var t,r,n,i=this;if(e!==void 0&&e!==!!e&&e!==1&&e!==0)throw Error(Ge+e);if(t=G(i)+1,n=i.d.length-1,r=n*V+1,n=i.d[n],n){for(;n%10==0;n/=10)r--;for(n=i.d[0];n>=10;n/=10)r++}return e&&t>r?t:r};C.squareRoot=C.sqrt=function(){var e,t,r,n,i,o,s,a=this,m=a.constructor;if(a.s<1){if(!a.s)return new m(0);throw Error(pe+"NaN")}for(e=G(a),j=!1,i=Math.sqrt(+a),i==0||i==1/0?(t=xe(a.d),(t.length+e)%2==0&&(t+="0"),i=Math.sqrt(t),e=ut((e+1)/2)-(e<0||e%2),i==1/0?t="5e"+e:(t=i.toExponential(),t=t.slice(0,t.indexOf("e")+1)+e),n=new m(t)):n=new m(i.toString()),r=m.precision,i=s=r+3;;)if(o=n,n=o.plus(ke(a,o,s+2)).times(.5),xe(o.d).slice(0,s)===(t=xe(n.d)).slice(0,s)){if(t=t.slice(s-3,s+1),i==s&&t=="4999"){if(_(o,r+1,0),o.times(o).eq(a)){n=o;break}}else if(t!="9999")break;s+=4}return j=!0,_(n,r)};C.times=C.mul=function(e){var t,r,n,i,o,s,a,m,f,T=this,S=T.constructor,v=T.d,A=(e=new S(e)).d;if(!T.s||!e.s)return new S(0);for(e.s*=T.s,r=T.e+e.e,m=v.length,f=A.length,m<f&&(o=v,v=A,A=o,s=m,m=f,f=s),o=[],s=m+f,n=s;n--;)o.push(0);for(n=f;--n>=0;){for(t=0,i=m+n;i>n;)a=o[i]+A[n]*v[i-n-1]+t,o[i--]=a%K|0,t=a/K|0;o[i]=(o[i]+t)%K|0}for(;!o[--s];)o.pop();return t?++r:o.shift(),e.d=o,e.e=r,j?_(e,S.precision):e};C.toDecimalPlaces=C.todp=function(e,t){var r=this,n=r.constructor;return r=new n(r),e===void 0?r:(Ee(e,0,at),t===void 0?t=n.rounding:Ee(t,0,8),_(r,e+G(r)+1,t))};C.toExponential=function(e,t){var r,n=this,i=n.constructor;return e===void 0?r=We(n,!0):(Ee(e,0,at),t===void 0?t=i.rounding:Ee(t,0,8),n=_(new i(n),e+1,t),r=We(n,!0,e+1)),r};C.toFixed=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?We(i):(Ee(e,0,at),t===void 0?t=o.rounding:Ee(t,0,8),n=_(new o(i),e+G(i)+1,t),r=We(n.abs(),!1,e+G(n)+1),i.isneg()&&!i.isZero()?"-"+r:r)};C.toInteger=C.toint=function(){var e=this,t=e.constructor;return _(new t(e),G(e)+1,t.rounding)};C.toNumber=function(){return+this};C.toPower=C.pow=function(e){var t,r,n,i,o,s,a=this,m=a.constructor,f=12,T=+(e=new m(e));if(!e.s)return new m(le);if(a=new m(a),!a.s){if(e.s<1)throw Error(pe+"Infinity");return a}if(a.eq(le))return a;if(n=m.precision,e.eq(le))return _(a,n);if(t=e.e,r=e.d.length-1,s=t>=r,o=a.s,s){if((r=T<0?-T:T)<=io){for(i=new m(le),t=Math.ceil(n/V+4),j=!1;r%2&&(i=i.times(a),no(i.d,t)),r=ut(r/2),r!==0;)a=a.times(a),no(a.d,t);return j=!0,e.s<0?new m(le).div(i):_(i,n)}}else if(o<0)throw Error(pe+"NaN");return o=o<0&&e.d[Math.max(t,r)]&1?-1:1,a.s=1,j=!1,i=e.times(Mt(a,n+f)),j=!0,i=so(i),i.s=o,i};C.toPrecision=function(e,t){var r,n,i=this,o=i.constructor;return e===void 0?(r=G(i),n=We(i,r<=o.toExpNeg||r>=o.toExpPos)):(Ee(e,1,at),t===void 0?t=o.rounding:Ee(t,0,8),i=_(new o(i),e,t),r=G(i),n=We(i,e<=r||r<=o.toExpNeg,e)),n};C.toSignificantDigits=C.tosd=function(e,t){var r=this,n=r.constructor;return e===void 0?(e=n.precision,t=n.rounding):(Ee(e,1,at),t===void 0?t=n.rounding:Ee(t,0,8)),_(new n(r),e,t)};C.toString=C.valueOf=C.val=C.toJSON=C[Symbol.for("nodejs.util.inspect.custom")]=function(){var e=this,t=G(e),r=e.constructor;return We(e,t<=r.toExpNeg||t>=r.toExpPos)};ke=function(){function e(n,i){var o,s=0,a=n.length;for(n=n.slice();a--;)o=n[a]*i+s,n[a]=o%K|0,s=o/K|0;return s&&n.unshift(s),n}function t(n,i,o,s){var a,m;if(o!=s)m=o>s?1:-1;else for(a=m=0;a<o;a++)if(n[a]!=i[a]){m=n[a]>i[a]?1:-1;break}return m}function r(n,i,o){for(var s=0;o--;)n[o]-=s,s=n[o]<i[o]?1:0,n[o]=s*K+n[o]-i[o];for(;!n[0]&&n.length>1;)n.shift()}return function(n,i,o,s){var a,m,f,T,S,v,A,N,R,I,W,B,F,oe,Qe,Cn,ge,gr,yr=n.constructor,$l=n.s==i.s?1:-1,we=n.d,J=i.d;if(!n.s)return new yr(n);if(!i.s)throw Error(pe+"Division by zero");for(m=n.e-i.e,ge=J.length,Qe=we.length,A=new yr($l),N=A.d=[],f=0;J[f]==(we[f]||0);)++f;if(J[f]>(we[f]||0)&&--m,o==null?B=o=yr.precision:s?B=o+(G(n)-G(i))+1:B=o,B<0)return new yr(0);if(B=B/V+2|0,f=0,ge==1)for(T=0,J=J[0],B++;(f<Qe||T)&&B--;f++)F=T*K+(we[f]||0),N[f]=F/J|0,T=F%J|0;else{for(T=K/(J[0]+1)|0,T>1&&(J=e(J,T),we=e(we,T),ge=J.length,Qe=we.length),oe=ge,R=we.slice(0,ge),I=R.length;I<ge;)R[I++]=0;gr=J.slice(),gr.unshift(0),Cn=J[0],J[1]>=K/2&&++Cn;do T=0,a=t(J,R,ge,I),a<0?(W=R[0],ge!=I&&(W=W*K+(R[1]||0)),T=W/Cn|0,T>1?(T>=K&&(T=K-1),S=e(J,T),v=S.length,I=R.length,a=t(S,R,v,I),a==1&&(T--,r(S,ge<v?gr:J,v))):(T==0&&(a=T=1),S=J.slice()),v=S.length,v<I&&S.unshift(0),r(R,S,I),a==-1&&(I=R.length,a=t(J,R,ge,I),a<1&&(T++,r(R,ge<I?gr:J,I))),I=R.length):a===0&&(T++,R=[0]),N[f++]=T,a&&R[0]?R[I++]=we[oe]||0:(R=[we[oe]],I=1);while((oe++<Qe||R[0]!==void 0)&&B--)}return N[0]||N.shift(),A.e=m,_(A,s?o+G(A)+1:o)}}();lo=uo(Yl);le=new lo(1)});var d=be(()=>{"use strict";co()});var Fn={};st(Fn,{Hash:()=>$t,createHash:()=>ko,default:()=>ct,randomFillSync:()=>Sr,randomUUID:()=>Pr,webcrypto:()=>Vt});function Pr(){return globalThis.crypto.randomUUID()}function Sr(e,t,r){return t!==void 0&&(r!==void 0?e=e.subarray(t,t+r):e=e.subarray(t)),globalThis.crypto.getRandomValues(e)}function ko(e){return new $t(e)}var Vt,$t,ct,ze=be(()=>{"use strict";u();l();c();p();d();Vt=globalThis.crypto;$t=class{#e=[];#t;constructor(t){this.#t=t}update(t){this.#e.push(t)}async digest(){let t=new Uint8Array(this.#e.reduce((i,o)=>i+o.length,0)),r=0;for(let i of this.#e)t.set(i,r),r+=i.length;let n=await globalThis.crypto.subtle.digest(this.#t,t);return new Uint8Array(n)}},ct={webcrypto:Vt,randomUUID:Pr,randomFillSync:Sr,createHash:ko,Hash:$t}});var Oo=ue(()=>{"use strict";u();l();c();p();d()});var No=ue((Ky,sc)=>{sc.exports={name:"@prisma/engines-version",version:"7.6.0-1.75cbdc1eb7150937890ad5465d861175c6624711",main:"index.js",types:"index.d.ts",license:"Apache-2.0",author:"Tim Suchanek <suchanek@prisma.io>",prisma:{enginesVersion:"75cbdc1eb7150937890ad5465d861175c6624711"},repository:{type:"git",url:"https://github.com/prisma/engines-wrapper.git",directory:"packages/engines-version"},devDependencies:{"@types/node":"18.19.76",typescript:"4.9.5"},files:["index.js","index.d.ts"],scripts:{build:"tsc -d"}}});var Do=ue(vr=>{"use strict";u();l();c();p();d();Object.defineProperty(vr,"__esModule",{value:!0});vr.enginesVersion=void 0;vr.enginesVersion=No().prisma.enginesVersion});var Fo=ue((lh,_o)=>{"use strict";u();l();c();p();d();_o.exports=(e,t=1,r)=>{if(r={indent:" ",includeEmptyLines:!1,...r},typeof e!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof e}\``);if(typeof t!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof t}\``);if(typeof r.indent!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof r.indent}\``);if(t===0)return e;let n=r.includeEmptyLines?/^/gm:/^(?!\s*$)/gm;return e.replace(n,r.indent.repeat(t))}});var Vo=ue((Mh,Cr)=>{"use strict";u();l();c();p();d();Cr.exports=(e={})=>{let t;if(e.repoUrl)t=e.repoUrl;else if(e.user&&e.repo)t=`https://github.com/${e.user}/${e.repo}`;else throw new Error("You need to specify either the `repoUrl` option or both the `user` and `repo` options");let r=new URL(`${t}/issues/new`),n=["body","title","labels","template","milestone","assignee","projects"];for(let i of n){let o=e[i];if(o!==void 0){if(i==="labels"||i==="projects"){if(!Array.isArray(o))throw new TypeError(`The \`${i}\` option should be an array`);o=o.join(",")}r.searchParams.set(i,o)}}return r.toString()};Cr.exports.default=Cr.exports});var Qn=ue((Tb,Bo)=>{"use strict";u();l();c();p();d();Bo.exports=function(){function e(t,r,n,i,o){return t<r||n<r?t>n?n+1:t+1:i===o?r:r+1}return function(t,r){if(t===r)return 0;if(t.length>r.length){var n=t;t=r,r=n}for(var i=t.length,o=r.length;i>0&&t.charCodeAt(i-1)===r.charCodeAt(o-1);)i--,o--;for(var s=0;s<i&&t.charCodeAt(s)===r.charCodeAt(s);)s++;if(i-=s,o-=s,i===0||o<3)return o;var a=0,m,f,T,S,v,A,N,R,I,W,B,F,oe=[];for(m=0;m<i;m++)oe.push(m+1),oe.push(t.charCodeAt(s+m));for(var Qe=oe.length-1;a<o-3;)for(I=r.charCodeAt(s+(f=a)),W=r.charCodeAt(s+(T=a+1)),B=r.charCodeAt(s+(S=a+2)),F=r.charCodeAt(s+(v=a+3)),A=a+=4,m=0;m<Qe;m+=2)N=oe[m],R=oe[m+1],f=e(N,f,T,I,R),T=e(f,T,S,W,R),S=e(T,S,v,B,R),A=e(S,v,A,F,R),oe[m]=A,v=S,S=T,T=f,f=N;for(;a<o;)for(I=r.charCodeAt(s+(f=a)),A=++a,m=0;m<Qe;m+=2)N=oe[m],oe[m]=A=e(N,f,A,I,oe[m+1]),f=N;return A}}()});var Go=be(()=>{"use strict";u();l();c();p();d()});var Wo=be(()=>{"use strict";u();l();c();p();d()});var Jr,xs=be(()=>{"use strict";u();l();c();p();d();Jr=class{events={};on(t,r){return this.events[t]||(this.events[t]=[]),this.events[t].push(r),this}emit(t,...r){return this.events[t]?(this.events[t].forEach(n=>{n(...r)}),!0):!1}}});var ci=ue(Xe=>{"use strict";u();l();c();p();d();Object.defineProperty(Xe,"__esModule",{value:!0});Xe.anumber=li;Xe.abytes=da;Xe.ahash=Jp;Xe.aexists=Hp;Xe.aoutput=Gp;function li(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function Qp(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function da(e,...t){if(!Qp(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function Jp(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");li(e.outputLen),li(e.blockLen)}function Hp(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function Gp(e,t){da(e);let r=t.outputLen;if(e.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}});var Ma=ue(O=>{"use strict";u();l();c();p();d();Object.defineProperty(O,"__esModule",{value:!0});O.add5L=O.add5H=O.add4H=O.add4L=O.add3H=O.add3L=O.rotlBL=O.rotlBH=O.rotlSL=O.rotlSH=O.rotr32L=O.rotr32H=O.rotrBL=O.rotrBH=O.rotrSL=O.rotrSH=O.shrSL=O.shrSH=O.toBig=void 0;O.fromBig=di;O.split=ma;O.add=Ca;var en=BigInt(2**32-1),pi=BigInt(32);function di(e,t=!1){return t?{h:Number(e&en),l:Number(e>>pi&en)}:{h:Number(e>>pi&en)|0,l:Number(e&en)|0}}function ma(e,t=!1){let r=new Uint32Array(e.length),n=new Uint32Array(e.length);for(let i=0;i<e.length;i++){let{h:o,l:s}=di(e[i],t);[r[i],n[i]]=[o,s]}return[r,n]}var fa=(e,t)=>BigInt(e>>>0)<<pi|BigInt(t>>>0);O.toBig=fa;var ga=(e,t,r)=>e>>>r;O.shrSH=ga;var ya=(e,t,r)=>e<<32-r|t>>>r;O.shrSL=ya;var ha=(e,t,r)=>e>>>r|t<<32-r;O.rotrSH=ha;var wa=(e,t,r)=>e<<32-r|t>>>r;O.rotrSL=wa;var ba=(e,t,r)=>e<<64-r|t>>>r-32;O.rotrBH=ba;var xa=(e,t,r)=>e>>>r-32|t<<64-r;O.rotrBL=xa;var Ea=(e,t)=>t;O.rotr32H=Ea;var Ta=(e,t)=>e;O.rotr32L=Ta;var Pa=(e,t,r)=>e<<r|t>>>32-r;O.rotlSH=Pa;var Sa=(e,t,r)=>t<<r|e>>>32-r;O.rotlSL=Sa;var va=(e,t,r)=>t<<r-32|e>>>64-r;O.rotlBH=va;var Aa=(e,t,r)=>e<<r-32|t>>>64-r;O.rotlBL=Aa;function Ca(e,t,r,n){let i=(t>>>0)+(n>>>0);return{h:e+r+(i/2**32|0)|0,l:i|0}}var Ra=(e,t,r)=>(e>>>0)+(t>>>0)+(r>>>0);O.add3L=Ra;var Ia=(e,t,r,n)=>t+r+n+(e/2**32|0)|0;O.add3H=Ia;var ka=(e,t,r,n)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0);O.add4L=ka;var Oa=(e,t,r,n,i)=>t+r+n+i+(e/2**32|0)|0;O.add4H=Oa;var Na=(e,t,r,n,i)=>(e>>>0)+(t>>>0)+(r>>>0)+(n>>>0)+(i>>>0);O.add5L=Na;var Da=(e,t,r,n,i,o)=>t+r+n+i+o+(e/2**32|0)|0;O.add5H=Da;var Wp={fromBig:di,split:ma,toBig:fa,shrSH:ga,shrSL:ya,rotrSH:ha,rotrSL:wa,rotrBH:ba,rotrBL:xa,rotr32H:Ea,rotr32L:Ta,rotlSH:Pa,rotlSL:Sa,rotlBH:va,rotlBL:Aa,add:Ca,add3L:Ra,add3H:Ia,add4L:ka,add4H:Oa,add5H:Da,add5L:Na};O.default=Wp});var La=ue(tn=>{"use strict";u();l();c();p();d();Object.defineProperty(tn,"__esModule",{value:!0});tn.crypto=void 0;var Ue=(ze(),Xi(Fn));tn.crypto=Ue&&typeof Ue=="object"&&"webcrypto"in Ue?Ue.webcrypto:Ue&&typeof Ue=="object"&&"randomBytes"in Ue?Ue:void 0});var $a=ue(M=>{"use strict";u();l();c();p();d();Object.defineProperty(M,"__esModule",{value:!0});M.Hash=M.nextTick=M.byteSwapIfBE=M.isLE=void 0;M.isBytes=zp;M.u8=Kp;M.u32=Zp;M.createView=Yp;M.rotr=Xp;M.rotl=ed;M.byteSwap=gi;M.byteSwap32=td;M.bytesToHex=nd;M.hexToBytes=id;M.asyncLoop=sd;M.utf8ToBytes=Fa;M.toBytes=rn;M.concatBytes=ad;M.checkOpts=ud;M.wrapConstructor=ld;M.wrapConstructorWithOpts=cd;M.wrapXOFConstructorWithOpts=pd;M.randomBytes=dd;var At=La(),fi=ci();function zp(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Kp(e){return new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}function Zp(e){return new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4))}function Yp(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Xp(e,t){return e<<32-t|e>>>t}function ed(e,t){return e<<t|e>>>32-t>>>0}M.isLE=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function gi(e){return e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255}M.byteSwapIfBE=M.isLE?e=>e:e=>gi(e);function td(e){for(let t=0;t<e.length;t++)e[t]=gi(e[t])}var rd=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function nd(e){(0,fi.abytes)(e);let t="";for(let r=0;r<e.length;r++)t+=rd[e[r]];return t}var Ne={_0:48,_9:57,A:65,F:70,a:97,f:102};function _a(e){if(e>=Ne._0&&e<=Ne._9)return e-Ne._0;if(e>=Ne.A&&e<=Ne.F)return e-(Ne.A-10);if(e>=Ne.a&&e<=Ne.f)return e-(Ne.a-10)}function id(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);let t=e.length,r=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(r);for(let i=0,o=0;i<r;i++,o+=2){let s=_a(e.charCodeAt(o)),a=_a(e.charCodeAt(o+1));if(s===void 0||a===void 0){let m=e[o]+e[o+1];throw new Error('hex string expected, got non-hex character "'+m+'" at index '+o)}n[i]=s*16+a}return n}var od=async()=>{};M.nextTick=od;async function sd(e,t,r){let n=Date.now();for(let i=0;i<e;i++){r(i);let o=Date.now()-n;o>=0&&o<t||(await(0,M.nextTick)(),n+=o)}}function Fa(e){if(typeof e!="string")throw new Error("utf8ToBytes expected string, got "+typeof e);return new Uint8Array(new TextEncoder().encode(e))}function rn(e){return typeof e=="string"&&(e=Fa(e)),(0,fi.abytes)(e),e}function ad(...e){let t=0;for(let n=0;n<e.length;n++){let i=e[n];(0,fi.abytes)(i),t+=i.length}let r=new Uint8Array(t);for(let n=0,i=0;n<e.length;n++){let o=e[n];r.set(o,i),i+=o.length}return r}var mi=class{clone(){return this._cloneInto()}};M.Hash=mi;function ud(e,t){if(t!==void 0&&{}.toString.call(t)!=="[object Object]")throw new Error("Options should be object or undefined");return Object.assign(e,t)}function ld(e){let t=n=>e().update(rn(n)).digest(),r=e();return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=()=>e(),t}function cd(e){let t=(n,i)=>e(i).update(rn(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}function pd(e){let t=(n,i)=>e(i).update(rn(n)).digest(),r=e({});return t.outputLen=r.outputLen,t.blockLen=r.blockLen,t.create=n=>e(n),t}function dd(e=32){if(At.crypto&&typeof At.crypto.getRandomValues=="function")return At.crypto.getRandomValues(new Uint8Array(e));if(At.crypto&&typeof At.crypto.randomBytes=="function")return At.crypto.randomBytes(e);throw new Error("crypto.getRandomValues must be defined")}});var Ha=ue(q=>{"use strict";u();l();c();p();d();Object.defineProperty(q,"__esModule",{value:!0});q.shake256=q.shake128=q.keccak_512=q.keccak_384=q.keccak_256=q.keccak_224=q.sha3_512=q.sha3_384=q.sha3_256=q.sha3_224=q.Keccak=void 0;q.keccakP=Qa;var Ct=ci(),nr=Ma(),De=$a(),qa=[],Ba=[],ja=[],md=BigInt(0),rr=BigInt(1),fd=BigInt(2),gd=BigInt(7),yd=BigInt(256),hd=BigInt(113);for(let e=0,t=rr,r=1,n=0;e<24;e++){[r,n]=[n,(2*r+3*n)%5],qa.push(2*(5*n+r)),Ba.push((e+1)*(e+2)/2%64);let i=md;for(let o=0;o<7;o++)t=(t<<rr^(t>>gd)*hd)%yd,t&fd&&(i^=rr<<(rr<<BigInt(o))-rr);ja.push(i)}var[wd,bd]=(0,nr.split)(ja,!0),Va=(e,t,r)=>r>32?(0,nr.rotlBH)(e,t,r):(0,nr.rotlSH)(e,t,r),Ua=(e,t,r)=>r>32?(0,nr.rotlBL)(e,t,r):(0,nr.rotlSL)(e,t,r);function Qa(e,t=24){let r=new Uint32Array(10);for(let n=24-t;n<24;n++){for(let s=0;s<10;s++)r[s]=e[s]^e[s+10]^e[s+20]^e[s+30]^e[s+40];for(let s=0;s<10;s+=2){let a=(s+8)%10,m=(s+2)%10,f=r[m],T=r[m+1],S=Va(f,T,1)^r[a],v=Ua(f,T,1)^r[a+1];for(let A=0;A<50;A+=10)e[s+A]^=S,e[s+A+1]^=v}let i=e[2],o=e[3];for(let s=0;s<24;s++){let a=Ba[s],m=Va(i,o,a),f=Ua(i,o,a),T=qa[s];i=e[T],o=e[T+1],e[T]=m,e[T+1]=f}for(let s=0;s<50;s+=10){for(let a=0;a<10;a++)r[a]=e[s+a];for(let a=0;a<10;a++)e[s+a]^=~r[(a+2)%10]&r[(a+4)%10]}e[0]^=wd[n],e[1]^=bd[n]}r.fill(0)}var ir=class e extends De.Hash{constructor(t,r,n,i=!1,o=24){if(super(),this.blockLen=t,this.suffix=r,this.outputLen=n,this.enableXOF=i,this.rounds=o,this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,(0,Ct.anumber)(n),0>=this.blockLen||this.blockLen>=200)throw new Error("Sha3 supports only keccak-f1600 function");this.state=new Uint8Array(200),this.state32=(0,De.u32)(this.state)}keccak(){De.isLE||(0,De.byteSwap32)(this.state32),Qa(this.state32,this.rounds),De.isLE||(0,De.byteSwap32)(this.state32),this.posOut=0,this.pos=0}update(t){(0,Ct.aexists)(this);let{blockLen:r,state:n}=this;t=(0,De.toBytes)(t);let i=t.length;for(let o=0;o<i;){let s=Math.min(r-this.pos,i-o);for(let a=0;a<s;a++)n[this.pos++]^=t[o++];this.pos===r&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;let{state:t,suffix:r,pos:n,blockLen:i}=this;t[n]^=r,(r&128)!==0&&n===i-1&&this.keccak(),t[i-1]^=128,this.keccak()}writeInto(t){(0,Ct.aexists)(this,!1),(0,Ct.abytes)(t),this.finish();let r=this.state,{blockLen:n}=this;for(let i=0,o=t.length;i<o;){this.posOut>=n&&this.keccak();let s=Math.min(n-this.posOut,o-i);t.set(r.subarray(this.posOut,this.posOut+s),i),this.posOut+=s,i+=s}return t}xofInto(t){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(t)}xof(t){return(0,Ct.anumber)(t),this.xofInto(new Uint8Array(t))}digestInto(t){if((0,Ct.aoutput)(t,this),this.finished)throw new Error("digest() was already called");return this.writeInto(t),this.destroy(),t}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,this.state.fill(0)}_cloneInto(t){let{blockLen:r,suffix:n,outputLen:i,rounds:o,enableXOF:s}=this;return t||(t=new e(r,n,i,s,o)),t.state32.set(this.state32),t.pos=this.pos,t.posOut=this.posOut,t.finished=this.finished,t.rounds=o,t.suffix=n,t.outputLen=i,t.enableXOF=s,t.destroyed=this.destroyed,t}};q.Keccak=ir;var qe=(e,t,r)=>(0,De.wrapConstructor)(()=>new ir(t,e,r));q.sha3_224=qe(6,144,224/8);q.sha3_256=qe(6,136,256/8);q.sha3_384=qe(6,104,384/8);q.sha3_512=qe(6,72,512/8);q.keccak_224=qe(1,144,224/8);q.keccak_256=qe(1,136,256/8);q.keccak_384=qe(1,104,384/8);q.keccak_512=qe(1,72,512/8);var Ja=(e,t,r)=>(0,De.wrapXOFConstructorWithOpts)((n={})=>new ir(t,e,n.dkLen===void 0?r:n.dkLen,!0));q.shake128=Ja(31,168,128/8);q.shake256=Ja(31,136,256/8)});var eu=ue((Yk,Be)=>{"use strict";u();l();c();p();d();var{sha3_512:xd}=Ha(),Wa=24,or=32,yi=(e=4,t=Math.random)=>{let r="";for(;r.length<e;)r=r+Math.floor(t()*36).toString(36);return r};function za(e){let t=8n,r=0n;for(let n of e.values()){let i=BigInt(n);r=(r<<t)+i}return r}var Ka=(e="")=>za(xd(e)).toString(36).slice(1),Ga=Array.from({length:26},(e,t)=>String.fromCharCode(t+97)),Ed=e=>Ga[Math.floor(e()*Ga.length)],Za=({globalObj:e=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{},random:t=Math.random}={})=>{let r=Object.keys(e).toString(),n=r.length?r+yi(or,t):yi(or,t);return Ka(n).substring(0,or)},Ya=e=>()=>e++,Td=476782367,Xa=({random:e=Math.random,counter:t=Ya(Math.floor(e()*Td)),length:r=Wa,fingerprint:n=Za({random:e})}={})=>function(){let o=Ed(e),s=Date.now().toString(36),a=t().toString(36),m=yi(r,e),f=`${s+m+a+n}`;return`${o+Ka(f).substring(1,r)}`},Pd=Xa(),Sd=(e,{minLength:t=2,maxLength:r=or}={})=>{let n=e.length,i=/^[0-9a-z]+$/;try{if(typeof e=="string"&&n>=t&&n<=r&&i.test(e))return!0}finally{}return!1};Be.exports.getConstants=()=>({defaultLength:Wa,bigLength:or});Be.exports.init=Xa;Be.exports.createId=Pd;Be.exports.bufToBigInt=za;Be.exports.createCounter=Ya;Be.exports.createFingerprint=Za;Be.exports.isCuid=Sd});var tu=ue((iO,sr)=>{"use strict";u();l();c();p();d();var{createId:vd,init:Ad,getConstants:Cd,isCuid:Rd}=eu();sr.exports.createId=vd;sr.exports.init=Ad;sr.exports.getConstants=Cd;sr.exports.isCuid=Rd});var sf={};st(sf,{AnyNull:()=>Y.AnyNull,DMMF:()=>Qt,DbNull:()=>Y.DbNull,Debug:()=>ne,Decimal:()=>Fl.Decimal,Extensions:()=>Nn,JsonNull:()=>Y.JsonNull,NullTypes:()=>Y.NullTypes,ObjectEnumValue:()=>Y.ObjectEnumValue,PrismaClientInitializationError:()=>D.PrismaClientInitializationError,PrismaClientKnownRequestError:()=>D.PrismaClientKnownRequestError,PrismaClientRustPanicError:()=>D.PrismaClientRustPanicError,PrismaClientUnknownRequestError:()=>D.PrismaClientUnknownRequestError,PrismaClientValidationError:()=>D.PrismaClientValidationError,Public:()=>Dn,Sql:()=>Ie.Sql,createParam:()=>ds,defineDmmfProperty:()=>ws,deserializeJsonObject:()=>he,deserializeRawResult:()=>vn,dmmfToRuntimeDataModel:()=>yo,empty:()=>Ie.empty,getPrismaClient:()=>Ml,getRuntime:()=>_l,isAnyNull:()=>Y.isAnyNull,isDbNull:()=>Y.isDbNull,isJsonNull:()=>Y.isJsonNull,isObjectEnumValue:()=>Y.isObjectEnumValue,join:()=>Ie.join,makeStrictEnum:()=>Ll,makeTypedQueryFactory:()=>bs,raw:()=>Ie.raw,serializeJsonQuery:()=>Br,skip:()=>qr,sqltag:()=>Ie.sql,warnOnce:()=>jn});module.exports=Xi(sf);u();l();c();p();d();var Nn={};st(Nn,{defineExtension:()=>po,getExtensionContext:()=>mo});u();l();c();p();d();u();l();c();p();d();function po(e){return typeof e=="function"?e:t=>t.$extends(e)}u();l();c();p();d();function mo(e){return e}var Dn={};st(Dn,{validator:()=>fo});u();l();c();p();d();u();l();c();p();d();function fo(...e){return t=>t}u();l();c();p();d();u();l();c();p();d();u();l();c();p();d();var Te=class{_map=new Map;get(t){return this._map.get(t)?.value}set(t,r){this._map.set(t,{value:r})}getOrCreate(t,r){let n=this._map.get(t);if(n)return n.value;let i=r();return this.set(t,i),i}};u();l();c();p();d();function _e(e){return e.substring(0,1).toLowerCase()+e.substring(1)}u();l();c();p();d();function go(e,t){let r={};for(let n of e){let i=n[t];r[i]=n}return r}u();l();c();p();d();function Lt(e){let t;return{get(){return t||(t={value:e()}),t.value}}}u();l();c();p();d();function yo(e){return{models:Mn(e.models),enums:Mn(e.enums),types:Mn(e.types)}}function Mn(e){let t={};for(let{name:r,...n}of e)t[r]=n;return t}var fs=require("@prisma/client-runtime-utils");u();l();c();p();d();u();l();c();p();d();var Ln,ho,wo,bo,xo=!0;typeof y<"u"&&({FORCE_COLOR:Ln,NODE_DISABLE_COLORS:ho,NO_COLOR:wo,TERM:bo}=y.env||{},xo=y.stdout&&y.stdout.isTTY);var tc={enabled:!ho&&wo==null&&bo!=="dumb"&&(Ln!=null&&Ln!=="0"||xo)};function $(e,t){let r=new RegExp(`\\x1b\\[${t}m`,"g"),n=`\x1B[${e}m`,i=`\x1B[${t}m`;return function(o){return!tc.enabled||o==null?o:n+(~(""+o).indexOf(i)?o.replace(r,i+n):o)+i}}var Gg=$(0,0),xr=$(1,22),Er=$(2,22),Wg=$(3,23),Tr=$(4,24),zg=$(7,27),Kg=$(8,28),Zg=$(9,29),Yg=$(30,39),lt=$(31,39),Eo=$(32,39),To=$(33,39),Po=$(34,39),Xg=$(35,39),So=$(36,39),ey=$(37,39),vo=$(90,39),ty=$(90,39),ry=$(40,49),ny=$(41,49),iy=$(42,49),oy=$(43,49),sy=$(44,49),ay=$(45,49),uy=$(46,49),ly=$(47,49);u();l();c();p();d();var rc=100,Ao=["green","yellow","blue","magenta","cyan","red"],_t=[],Co=Date.now(),nc=0,_n=typeof y<"u"?y.env:{};globalThis.DEBUG??=_n.DEBUG??"";globalThis.DEBUG_COLORS??=_n.DEBUG_COLORS?_n.DEBUG_COLORS==="true":!0;var Ft={enable(e){typeof e=="string"&&(globalThis.DEBUG=e)},disable(){let e=globalThis.DEBUG;return globalThis.DEBUG="",e},enabled(e){let t=globalThis.DEBUG.split(",").map(i=>i.replace(/[.+?^${}()|[\]\\]/g,"\\$&")),r=t.some(i=>i===""||i[0]==="-"?!1:e.match(RegExp(i.split("*").join(".*")+"$"))),n=t.some(i=>i===""||i[0]!=="-"?!1:e.match(RegExp(i.slice(1).split("*").join(".*")+"$")));return r&&!n},log:(...e)=>{let[t,r,...n]=e;(console.warn??console.log)(`${t} ${r}`,...n)},formatters:{}};function ic(e){let t={color:Ao[nc++%Ao.length],enabled:Ft.enabled(e),namespace:e,log:Ft.log,extend:()=>{}},r=(...n)=>{let{enabled:i,namespace:o,color:s,log:a}=t;if(n.length!==0&&_t.push([o,...n]),_t.length>rc&&_t.shift(),Ft.enabled(o)||i){let m=n.map(T=>typeof T=="string"?T:oc(T)),f=`+${Date.now()-Co}ms`;Co=Date.now(),a(o,...m,f)}};return new Proxy(r,{get:(n,i)=>t[i],set:(n,i,o)=>t[i]=o})}var ne=new Proxy(ic,{get:(e,t)=>Ft[t],set:(e,t,r)=>Ft[t]=r});function oc(e,t=2){let r=new Set;return JSON.stringify(e,(n,i)=>{if(typeof i=="object"&&i!==null){if(r.has(i))return"[Circular *]";r.add(i)}else if(typeof i=="bigint")return i.toString();return i},t)}function Ro(e=7500){let t=_t.map(([r,...n])=>`${r} ${n.map(i=>typeof i=="string"?i:JSON.stringify(i)).join(" ")}`).join(` `);return t.length<e?t:t.slice(-e)}function Io(){_t.length=0}u();l();c();p();d();u();l();c();p();d();function Oe(e,t){throw new Error(t)}u();l();c();p();d();var Mo="prisma+postgres",Ar=`${Mo}:`;function Lo(e){return e?.toString().startsWith(`${Ar}//`)??!1}function $n(e){if(!Lo(e))return!1;let{host:t}=new URL(e);return t.includes("localhost")||t.includes("127.0.0.1")||t.includes("[::1]")}var qt={};st(qt,{error:()=>lc,info:()=>uc,log:()=>ac,query:()=>cc,should:()=>$o,tags:()=>Ut,warn:()=>Vn});u();l();c();p();d();var Ut={error:lt("prisma:error"),warn:To("prisma:warn"),info:So("prisma:info"),query:Po("prisma:query")},$o={warn:()=>!y.env.PRISMA_DISABLE_WARNINGS};function ac(...e){console.log(...e)}function Vn(e,...t){$o.warn()&&console.warn(`${Ut.warn} ${e}`,...t)}function uc(e,...t){console.info(`${Ut.info} ${e}`,...t)}function lc(e,...t){console.error(`${Ut.error} ${e}`,...t)}function cc(e,...t){console.log(`${Ut.query} ${e}`,...t)}u();l();c();p();d();u();l();c();p();d();function Un({onlyFirst:e=!1}={}){let r=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(r,e?void 0:"g")}var pc=Un();function pt(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(pc,"")}u();l();c();p();d();function qn(e,t){return Object.prototype.hasOwnProperty.call(e,t)}u();l();c();p();d();function Rr(e,t){let r={};for(let n of Object.keys(e))r[n]=t(e[n],n);return r}u();l();c();p();d();function Bn(e,t){if(e.length===0)return;let r=e[0];for(let n=1;n<e.length;n++)t(r,e[n])<0&&(r=e[n]);return r}u();l();c();p();d();function Bt(e,t){Object.defineProperty(e,"name",{value:t,configurable:!0})}u();l();c();p();d();var Uo=new Set,jn=(e,t,...r)=>{Uo.has(e)||(Uo.add(e),Vn(t,...r))};u();l();c();p();d();function dt(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function Ir(e){return e.toString()!=="Invalid Date"}u();l();c();p();d();var qo=require("@prisma/client-runtime-utils");function mt(e){return qo.Decimal.isDecimal(e)?!0:e!==null&&typeof e=="object"&&typeof e.s=="number"&&typeof e.e=="number"&&typeof e.toFixed=="function"&&Array.isArray(e.d)}u();l();c();p();d();var ss=require("@prisma/client-runtime-utils");u();l();c();p();d();var Qt={};st(Qt,{ModelAction:()=>jt,datamodelEnumToSchemaEnum:()=>dc});u();l();c();p();d();u();l();c();p();d();function dc(e){return{name:e.name,values:e.values.map(t=>t.name)}}u();l();c();p();d();var jt=(F=>(F.findUnique="findUnique",F.findUniqueOrThrow="findUniqueOrThrow",F.findFirst="findFirst",F.findFirstOrThrow="findFirstOrThrow",F.findMany="findMany",F.create="create",F.createMany="createMany",F.createManyAndReturn="createManyAndReturn",F.update="update",F.updateMany="updateMany",F.updateManyAndReturn="updateManyAndReturn",F.upsert="upsert",F.delete="delete",F.deleteMany="deleteMany",F.groupBy="groupBy",F.count="count",F.aggregate="aggregate",F.findRaw="findRaw",F.aggregateRaw="aggregateRaw",F))(jt||{});var mc=Je(Fo());var fc={red:lt,gray:vo,dim:Er,bold:xr,underline:Tr,highlightSource:e=>e.highlight()},gc={red:e=>e,gray:e=>e,dim:e=>e,bold:e=>e,underline:e=>e,highlightSource:e=>e};function yc({message:e,originalMethod:t,isPanic:r,callArguments:n}){return{functionName:`prisma.${t}()`,message:e,isPanic:r??!1,callArguments:n}}function hc({functionName:e,location:t,message:r,isPanic:n,contextLines:i,callArguments:o},s){let a=[""],m=t?" in":":";if(n?(a.push(s.red(`Oops, an unknown error occurred! This is ${s.bold("on us")}, you did nothing wrong.`)),a.push(s.red(`It occurred in the ${s.bold(`\`${e}\``)} invocation${m}`))):a.push(s.red(`Invalid ${s.bold(`\`${e}\``)} invocation${m}`)),t&&a.push(s.underline(wc(t))),i){a.push("");let f=[i.toString()];o&&(f.push(o),f.push(s.dim(")"))),a.push(f.join("")),o&&a.push("")}else a.push(""),o&&a.push(o),a.push("");return a.push(r),a.join(` `)}function wc(e){let t=[e.fileName];return e.lineNumber&&t.push(String(e.lineNumber)),e.columnNumber&&t.push(String(e.columnNumber)),t.join(":")}function kr(e){let t=e.showColors?fc:gc,r;return typeof $getTemplateParameters<"u"?r=$getTemplateParameters(e,t):r=yc(e),hc(r,t)}u();l();c();p();d();var Ko=Je(Qn());u();l();c();p();d();function Jo(e,t,r){let n=Ho(e),i=bc(n),o=Ec(i);o?Or(o,t,r):t.addErrorMessage(()=>"Unknown error")}function Ho(e){return e.errors.flatMap(t=>t.kind==="Union"?Ho(t):[t])}function bc(e){let t=new Map,r=[];for(let n of e){if(n.kind!=="InvalidArgumentType"){r.push(n);continue}let i=`${n.selectionPath.join(".")}:${n.argumentPath.join(".")}`,o=t.get(i);o?t.set(i,{...n,argument:{...n.argument,typeNames:xc(o.argument.typeNames,n.argument.typeNames)}}):t.set(i,n)}return r.push(...t.values()),r}function xc(e,t){return[...new Set(e.concat(t))]}function Ec(e){return Bn(e,(t,r)=>{let n=jo(t),i=jo(r);return n!==i?n-i:Qo(t)-Qo(r)})}function jo(e){let t=0;return Array.isArray(e.selectionPath)&&(t+=e.selectionPath.length),Array.isArray(e.argumentPath)&&(t+=e.argumentPath.length),t}function Qo(e){switch(e.kind){case"InvalidArgumentValue":case"ValueTooLarge":return 20;case"InvalidArgumentType":return 10;case"RequiredArgumentMissing":return-10;default:return 0}}u();l();c();p();d();var ce=class{constructor(t,r){this.name=t;this.value=r}isRequired=!1;makeRequired(){return this.isRequired=!0,this}write(t){let{colors:{green:r}}=t.context;t.addMarginSymbol(r(this.isRequired?"+":"?")),t.write(r(this.name)),this.isRequired||t.write(r("?")),t.write(r(": ")),typeof this.value=="string"?t.write(r(this.value)):t.write(this.value)}};u();l();c();p();d();u();l();c();p();d();Wo();u();l();c();p();d();var ft=class{constructor(t=0,r){this.context=r;this.currentIndent=t}lines=[];currentLine="";currentIndent=0;marginSymbol;afterNextNewLineCallback;write(t){return typeof t=="string"?this.currentLine+=t:t.write(this),this}writeJoined(t,r,n=(i,o)=>o.write(i)){let i=r.length-1;for(let o=0;o<r.length;o++)n(r[o],this),o!==i&&this.write(t);return this}writeLine(t){return this.write(t).newLine()}newLine(){this.lines.push(this.indentedCurrentLine()),this.currentLine="",this.marginSymbol=void 0;let t=this.afterNextNewLineCallback;return this.afterNextNewLineCall