@activepieces/piece-plunk 0.0.3 → 0.0.5

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/package.json CHANGED
@@ -1,16 +1,11 @@
1
1
  {
2
2
  "name": "@activepieces/piece-plunk",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "main": "./src/index.js",
5
- "types": "./src/index.d.ts",
6
- "scripts": {
7
- "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
8
- "lint": "eslint 'src/**/*.ts'"
9
- },
10
- "dependencies": {
11
- "@activepieces/pieces-common": "0.12.3",
12
- "@activepieces/pieces-framework": "0.30.0",
13
- "@activepieces/shared": "0.87.1",
14
- "tslib": "2.6.2"
15
- }
5
+ "dependencies": {},
6
+ "files": [
7
+ "src/index.js",
8
+ "package.json",
9
+ "src/i18n"
10
+ ]
16
11
  }
package/src/index.js CHANGED
@@ -1,38 +1,13 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.plunk = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_common_1 = require("@activepieces/pieces-common");
6
- const pieces_framework_1 = require("@activepieces/pieces-framework");
7
- const shared_1 = require("@activepieces/shared");
8
- const send_email_1 = require("./lib/actions/send-email");
9
- const track_event_1 = require("./lib/actions/track-event");
10
- const get_contacts_1 = require("./lib/actions/get-contacts");
11
- const get_contact_1 = require("./lib/actions/get-contact");
12
- const auth_1 = require("./lib/auth");
13
- exports.plunk = (0, pieces_framework_1.createPiece)({
14
- displayName: 'Plunk',
15
- description: 'Open-source email platform for transactional emails, marketing campaigns, and contact management.',
16
- minimumSupportedRelease: '0.36.1',
17
- logoUrl: 'https://cdn.activepieces.com/pieces/plunk.png',
18
- categories: [shared_1.PieceCategory.MARKETING, shared_1.PieceCategory.COMMUNICATION],
19
- authors: ['fran-mora'],
20
- auth: auth_1.plunkAuth,
21
- actions: [
22
- send_email_1.sendTransactionalEmail,
23
- track_event_1.trackEvent,
24
- get_contacts_1.getContacts,
25
- get_contact_1.getContact,
26
- (0, pieces_common_1.createCustomApiCallAction)({
27
- baseUrl: () => auth_1.PLUNK_BASE_URL,
28
- auth: auth_1.plunkAuth,
29
- authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
30
- return ({
31
- Authorization: `Bearer ${auth.props.secretKey}`,
32
- });
33
- }),
34
- }),
35
- ],
36
- triggers: [],
37
- });
38
- //# sourceMappingURL=index.js.map
1
+ "use strict";var Js=Object.create;var Xe=Object.defineProperty;var Xs=Object.getOwnPropertyDescriptor;var Ys=Object.getOwnPropertyNames;var Qs=Object.getPrototypeOf,eu=Object.prototype.hasOwnProperty;var o=(e,t)=>Xe(e,"name",{value:t,configurable:!0});var E=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}},fn=(e,t)=>{for(var r in t)Xe(e,r,{get:t[r],enumerable:!0})},gn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ys(t))!eu.call(e,i)&&i!==r&&Xe(e,i,{get:()=>t[i],enumerable:!(n=Xs(t,i))||n.enumerable});return e};var Ue=(e,t,r)=>(r=e!=null?Js(Qs(e)):{},gn(t||!e||!e.__esModule?Xe(r,"default",{value:e,enumerable:!0}):r,e)),tu=e=>gn(Xe({},"__esModule",{value:!0}),e);var Lo=E((Mo,Zt)=>{(function(e){"use strict";let t="(0?\\d+|0x[a-f0-9]+)",r={fourOctet:new RegExp(`^${t}\\.${t}\\.${t}\\.${t}$`,"i"),threeOctet:new RegExp(`^${t}\\.${t}\\.${t}$`,"i"),twoOctet:new RegExp(`^${t}\\.${t}$`,"i"),longValue:new RegExp(`^${t}$`,"i")},n=new RegExp("^0[0-7]+$","i"),i=new RegExp("^0x[a-f0-9]+$","i"),u="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",l={zoneIndex:new RegExp(u,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${u})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${u})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${u})?$`,"i")};function f(s,d){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let g=0,m=-1,v=(s.match(l.zoneIndex)||[])[0],_,L;for(v&&(v=v.substring(1),s=s.replace(/%.+$/,""));(m=s.indexOf(":",m+1))>=0;)g++;if(s.substr(0,2)==="::"&&g--,s.substr(-2,2)==="::"&&g--,g>d)return null;for(L=d-g,_=":";L--;)_+="0:";return s=s.replace("::",_),s[0]===":"&&(s=s.slice(1)),s[s.length-1]===":"&&(s=s.slice(0,-1)),d=(function(){let Q=s.split(":"),oe=[];for(let Je=0;Je<Q.length;Je++)oe.push(parseInt(Q[Je],16));return oe})(),{parts:d,zoneId:v}}o(f,"expandIPv6");function h(s,d,g,m){if(s.length!==d.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let v=0,_;for(;m>0;){if(_=g-m,_<0&&(_=0),s[v]>>_!==d[v]>>_)return!1;m-=g,v+=1}return!0}o(h,"matchCIDR");function P(s){if(i.test(s))return parseInt(s,16);if(s[0]==="0"&&!isNaN(parseInt(s[1],10))){if(n.test(s))return parseInt(s,8);throw new Error(`ipaddr: cannot parse ${s} as octal`)}return parseInt(s,10)}o(P,"parseIntAuto");function T(s,d){for(;s.length<d;)s=`0${s}`;return s}o(T,"padPart");let x={};x.IPv4=(function(){function s(d){if(d.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let g,m;for(g=0;g<d.length;g++)if(m=d[g],!(0<=m&&m<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=d}return o(s,"IPv4"),s.prototype.SpecialRanges={unspecified:[[new s([0,0,0,0]),8]],broadcast:[[new s([255,255,255,255]),32]],multicast:[[new s([224,0,0,0]),4]],linkLocal:[[new s([169,254,0,0]),16]],loopback:[[new s([127,0,0,0]),8]],carrierGradeNat:[[new s([100,64,0,0]),10]],private:[[new s([10,0,0,0]),8],[new s([172,16,0,0]),12],[new s([192,168,0,0]),16]],reserved:[[new s([192,0,0,0]),24],[new s([192,0,2,0]),24],[new s([192,88,99,0]),24],[new s([198,18,0,0]),15],[new s([198,51,100,0]),24],[new s([203,0,113,0]),24],[new s([240,0,0,0]),4]],as112:[[new s([192,175,48,0]),24],[new s([192,31,196,0]),24]],amt:[[new s([192,52,193,0]),24]]},s.prototype.kind=function(){return"ipv4"},s.prototype.match=function(d,g){let m;if(g===void 0&&(m=d,d=m[0],g=m[1]),d.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return h(this.octets,d.octets,8,g)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,g=!1,m={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},v,_,L;for(v=3;v>=0;v-=1)if(_=this.octets[v],_ in m){if(L=m[_],g&&L!==0)return null;L!==8&&(g=!0),d+=L}else return null;return 32-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){return this.octets.slice(0)},s.prototype.toIPv4MappedAddress=function(){return x.IPv6.parse(`::ffff:${this.toString()}`)},s.prototype.toNormalizedString=function(){return this.toString()},s.prototype.toString=function(){return this.octets.join(".")},s})(),x.IPv4.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),g=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],_=0;for(;_<4;)v.push(parseInt(g[_],10)|parseInt(m[_],10)^255),_++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.isIPv4=function(s){return this.parser(s)!==null},x.IPv4.isValid=function(s){try{return new this(this.parser(s)),!0}catch{return!1}},x.IPv4.isValidCIDR=function(s){try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv4.isValidFourPartDecimal=function(s){return!!(x.IPv4.isValid(s)&&s.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},x.IPv4.isValidCIDRFourPartDecimal=function(s){let d=s.match(/^(.+)\/(\d+)$/);return!x.IPv4.isValidCIDR(s)||!d?!1:x.IPv4.isValidFourPartDecimal(d[1])},x.IPv4.networkAddressFromCIDR=function(s){let d,g,m,v,_;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),_=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],g=0;g<4;)v.push(parseInt(m[g],10)&parseInt(_[g],10)),g++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.parse=function(s){let d=this.parser(s);if(d===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(d)},x.IPv4.parseCIDR=function(s){let d;if(d=s.match(/^(.+)\/(\d+)$/)){let g=parseInt(d[2]);if(g>=0&&g<=32){let m=[this.parse(d[1]),g];return Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},x.IPv4.parser=function(s){let d,g,m;if(d=s.match(r.fourOctet))return(function(){let v=d.slice(1,6),_=[];for(let L=0;L<v.length;L++)g=v[L],_.push(P(g));return _})();if(d=s.match(r.longValue)){if(m=P(d[1]),m>4294967295||m<0)throw new Error("ipaddr: address outside defined range");return(function(){let v=[],_;for(_=0;_<=24;_+=8)v.push(m>>_&255);return v})().reverse()}else return(d=s.match(r.twoOctet))?(function(){let v=d.slice(1,4),_=[];if(m=P(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return _.push(P(v[0])),_.push(m>>16&255),_.push(m>>8&255),_.push(m&255),_})():(d=s.match(r.threeOctet))?(function(){let v=d.slice(1,5),_=[];if(m=P(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return _.push(P(v[0])),_.push(P(v[1])),_.push(m>>8&255),_.push(m&255),_})():null},x.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let d=[0,0,0,0],g=0,m=Math.floor(s/8);for(;g<m;)d[g]=255,g++;return m<4&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.IPv6=(function(){function s(d,g){let m,v;if(d.length===16)for(this.parts=[],m=0;m<=14;m+=2)this.parts.push(d[m]<<8|d[m+1]);else if(d.length===8)this.parts=d;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(m=0;m<this.parts.length;m++)if(v=this.parts[m],!(0<=v&&v<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");g&&(this.zoneId=g)}return o(s,"IPv6"),s.prototype.SpecialRanges={unspecified:[new s([0,0,0,0,0,0,0,0]),128],linkLocal:[new s([65152,0,0,0,0,0,0,0]),10],multicast:[new s([65280,0,0,0,0,0,0,0]),8],loopback:[new s([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new s([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new s([0,0,0,0,0,65535,0,0]),96],discard:[new s([256,0,0,0,0,0,0,0]),64],rfc6145:[new s([0,0,0,0,65535,0,0,0]),96],rfc6052:[new s([100,65435,0,0,0,0,0,0]),96],"6to4":[new s([8194,0,0,0,0,0,0,0]),16],teredo:[new s([8193,0,0,0,0,0,0,0]),32],benchmarking:[new s([8193,2,0,0,0,0,0,0]),48],amt:[new s([8193,3,0,0,0,0,0,0]),32],as112v6:[[new s([8193,4,274,0,0,0,0,0]),48],[new s([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new s([8193,16,0,0,0,0,0,0]),28],orchid2:[new s([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new s([8193,48,0,0,0,0,0,0]),28],reserved:[[new s([8193,0,0,0,0,0,0,0]),23],[new s([8193,3512,0,0,0,0,0,0]),32]]},s.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},s.prototype.kind=function(){return"ipv6"},s.prototype.match=function(d,g){let m;if(g===void 0&&(m=d,d=m[0],g=m[1]),d.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return h(this.parts,d.parts,16,g)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,g=!1,m={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},v,_;for(let L=7;L>=0;L-=1)if(v=this.parts[L],v in m){if(_=m[v],g&&_!==0)return null;_!==16&&(g=!0),d+=_}else return null;return 128-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let d,g=[],m=this.parts;for(let v=0;v<m.length;v++)d=m[v],g.push(d>>8),g.push(d&255);return g},s.prototype.toFixedLengthString=function(){let d=(function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(T(this.parts[v].toString(16),4));return m}).call(this).join(":"),g="";return this.zoneId&&(g=`%${this.zoneId}`),d+g},s.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let d=this.parts.slice(-2),g=d[0],m=d[1];return new x.IPv4([g>>8,g&255,m>>8,m&255])},s.prototype.toNormalizedString=function(){let d=(function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(this.parts[v].toString(16));return m}).call(this).join(":"),g="";return this.zoneId&&(g=`%${this.zoneId}`),d+g},s.prototype.toRFC5952String=function(){let d=/((^|:)(0(:|$)){2,})/g,g=this.toNormalizedString(),m=0,v=-1,_;for(;_=d.exec(g);)_[0].length>v&&(m=_.index,v=_[0].length);return v<0?g:`${g.substring(0,m)}::${g.substring(m+v)}`},s.prototype.toString=function(){return this.toRFC5952String()},s})(),x.IPv6.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),g=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],_=0;for(;_<16;)v.push(parseInt(g[_],10)|parseInt(m[_],10)^255),_++;return new this(v)}catch(d){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${d})`)}},x.IPv6.isIPv6=function(s){return this.parser(s)!==null},x.IPv6.isValid=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{let d=this.parser(s);return new this(d.parts,d.zoneId),!0}catch{return!1}},x.IPv6.isValidCIDR=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv6.networkAddressFromCIDR=function(s){let d,g,m,v,_;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),_=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],g=0;g<16;)v.push(parseInt(m[g],10)&parseInt(_[g],10)),g++;return new this(v)}catch(L){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${L})`)}},x.IPv6.parse=function(s){let d=this.parser(s);if(d.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(d.parts,d.zoneId)},x.IPv6.parseCIDR=function(s){let d,g,m;if((g=s.match(/^(.+)\/(\d+)$/))&&(d=parseInt(g[2]),d>=0&&d<=128))return m=[this.parse(g[1]),d],Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},x.IPv6.parser=function(s){let d,g,m,v,_,L;if(m=s.match(l.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(l.native.test(s))return f(s,8);if((m=s.match(l.transitional))&&(L=m[6]||"",d=m[1],m[1].endsWith("::")||(d=d.slice(0,-1)),d=f(d+L,6),d.parts)){for(_=[parseInt(m[2]),parseInt(m[3]),parseInt(m[4]),parseInt(m[5])],g=0;g<_.length;g++)if(v=_[g],!(0<=v&&v<=255))return null;return d.parts.push(_[0]<<8|_[1]),d.parts.push(_[2]<<8|_[3]),{parts:d.parts,zoneId:d.zoneId}}return null},x.IPv6.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>128)throw new Error("ipaddr: invalid IPv6 prefix length");let d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],g=0,m=Math.floor(s/8);for(;g<m;)d[g]=255,g++;return m<16&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.fromByteArray=function(s){let d=s.length;if(d===4)return new x.IPv4(s);if(d===16)return new x.IPv6(s);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},x.isValid=function(s){return x.IPv6.isValid(s)||x.IPv4.isValid(s)},x.isValidCIDR=function(s){return x.IPv6.isValidCIDR(s)||x.IPv4.isValidCIDR(s)},x.parse=function(s){if(x.IPv6.isValid(s))return x.IPv6.parse(s);if(x.IPv4.isValid(s))return x.IPv4.parse(s);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},x.parseCIDR=function(s){try{return x.IPv6.parseCIDR(s)}catch{try{return x.IPv4.parseCIDR(s)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},x.process=function(s){let d=this.parse(s);return d.kind()==="ipv6"&&d.isIPv4MappedAddress()?d.toIPv4Address():d},x.subnetMatch=function(s,d,g){let m,v,_,L;g==null&&(g="unicast");for(v in d)if(Object.prototype.hasOwnProperty.call(d,v)){for(_=d[v],_[0]&&!(_[0]instanceof Array)&&(_=[_]),m=0;m<_.length;m++)if(L=_[m],s.kind()===L[0].kind()&&s.match.apply(s,L))return v}return g},typeof Zt<"u"&&Zt.exports?Zt.exports=x:e.ipaddr=x})(Mo)});var ji=E((mA,Li)=>{var Mi=require("stream").Stream,Up=require("util");Li.exports=se;function se(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(se,"DelayedStream");Up.inherits(se,Mi);se.create=function(e,t){var r=new this;t=t||{};for(var n in t)r[n]=t[n];r.source=e;var i=e.emit;return e.emit=function(){return r._handleEmit(arguments),i.apply(e,arguments)},e.on("error",function(){}),r.pauseStream&&e.pause(),r};Object.defineProperty(se.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});se.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};se.prototype.resume=function(){this._released||this.release(),this.source.resume()};se.prototype.pause=function(){this.source.pause()};se.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};se.prototype.pipe=function(){var e=Mi.prototype.pipe.apply(this,arguments);return this.resume(),e};se.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};se.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Vi=E((gA,Zi)=>{var Mp=require("util"),Bi=require("stream").Stream,Fi=ji();Zi.exports=W;function W(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}o(W,"CombinedStream");Mp.inherits(W,Bi);W.create=function(e){var t=new this;e=e||{};for(var r in e)t[r]=e[r];return t};W.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};W.prototype.append=function(e){var t=W.isStreamLike(e);if(t){if(!(e instanceof Fi)){var r=Fi.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=r}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};W.prototype.pipe=function(e,t){return Bi.prototype.pipe.call(this,e,t),this.resume(),e};W.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};W.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(r){var n=W.isStreamLike(r);n&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))};W.prototype._pipeNext=function(e){this._currentStream=e;var t=W.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var r=e;this.write(r),this._getNext()};W.prototype._handleErrors=function(e){var t=this;e.on("error",function(r){t._emitError(r)})};W.prototype.write=function(e){this.emit("data",e)};W.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};W.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};W.prototype.end=function(){this._reset(),this.emit("end")};W.prototype.destroy=function(){this._reset(),this.emit("close")};W.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};W.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};W.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};W.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Gi=E((hA,Hi)=>{"use strict";Hi.exports={"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dat"]},"application/msword":{source:"iana",extensions:["doc"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",extensions:["docx"]},"application/vnd.ms-excel":{source:"iana",extensions:["xls"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",extensions:["xlsx"]},"application/vnd.ms-powerpoint":{source:"iana",extensions:["ppt"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",extensions:["pptx"]},"application/csv":{compressible:!0,extensions:["csv"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"text/plain":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["txt","text","log"]},"text/html":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["html","htm"]},"text/css":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["css"]},"text/csv":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["csv"]},"text/markdown":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["md","markdown"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/webp":{source:"apache",compressible:!1,extensions:["webp"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tiff","tif"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/heic":{source:"iana",compressible:!1,extensions:["heic"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mp3","mpga"]},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/ogg":{source:"iana",compressible:!1,extensions:["ogg","oga"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","m4v"]},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg"]},"video/webm":{source:"iana",compressible:!1,extensions:["webm"]},"video/quicktime":{source:"iana",compressible:!1,extensions:["mov","qt"]},"video/x-msvideo":{source:"iana",compressible:!1,extensions:["avi"]},"font/woff":{source:"iana",compressible:!1,extensions:["woff"]},"font/woff2":{source:"iana",compressible:!1,extensions:["woff2"]},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"multipart/form-data":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/ics":{compressible:!0,extensions:["ics"]},"text/calendar":{source:"iana",compressible:!0,extensions:["ics","ifb"]},"application/x-ndjson":{compressible:!0,extensions:["ndjson"]}}});var Ki=E(Y=>{"use strict";var Kt=Gi(),Lp=require("path").extname,Wi=/^\s*([^;\s]*)(?:;|\s|$)/,jp=/^text\//i;Y.charset=qi;Y.charsets={lookup:qi};Y.contentType=Fp;Y.extension=Bp;Y.extensions=Object.create(null);Y.lookup=Zp;Y.types=Object.create(null);Vp(Y.extensions,Y.types);function qi(e){if(!e||typeof e!="string")return!1;var t=Wi.exec(e),r=t&&Kt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&jp.test(t[1])?"UTF-8":!1}o(qi,"charset");function Fp(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?Y.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var r=Y.charset(t);r&&(t+="; charset="+r.toLowerCase())}return t}o(Fp,"contentType");function Bp(e){if(!e||typeof e!="string")return!1;var t=Wi.exec(e),r=t&&Y.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Bp,"extension");function Zp(e){if(!e||typeof e!="string")return!1;var t=Lp("x."+e).toLowerCase().substr(1);return t&&Y.types[t]||!1}o(Zp,"lookup");function Vp(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(Kt).forEach(o(function(i){var u=Kt[i],c=u.extensions;if(!(!c||!c.length)){e[i]=c;for(var l=0;l<c.length;l++){var f=c[l];if(t[f]){var h=r.indexOf(Kt[t[f]].source),P=r.indexOf(u.source);if(t[f]!=="application/octet-stream"&&(h>P||h===P&&t[f].substr(0,12)==="application/"))continue}t[f]=i}}},"forEachMimeType"))}o(Vp,"populateMaps")});var Xi=E((PA,Ji)=>{Ji.exports=Hp;function Hp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(Hp,"defer")});var Vr=E((bA,Qi)=>{var Yi=Xi();Qi.exports=Gp;function Gp(e){var t=!1;return Yi(function(){t=!0}),o(function(n,i){t?e(n,i):Yi(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(Gp,"async")});var Hr=E((TA,ea)=>{ea.exports=Wp;function Wp(e){Object.keys(e.jobs).forEach(qp.bind(e)),e.jobs={}}o(Wp,"abort");function qp(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(qp,"clean")});var Gr=E(($A,ra)=>{var ta=Vr(),Kp=Hr();ra.exports=Jp;function Jp(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=Xp(t,i,e[i],function(u,c){i in r.jobs&&(delete r.jobs[i],u?Kp(r):r.results[i]=c,n(u,r.results))})}o(Jp,"iterate");function Xp(e,t,r,n){var i;return e.length==2?i=e(r,ta(n)):i=e(r,t,ta(n)),i}o(Xp,"runJob")});var Wr=E((AA,na)=>{na.exports=Yp;function Yp(e,t){var r=!Array.isArray(e),n={index:0,keyedList:r||t?Object.keys(e):null,jobs:{},results:r?{}:[],size:r?Object.keys(e).length:e.length};return t&&n.keyedList.sort(r?t:function(i,u){return t(e[i],e[u])}),n}o(Yp,"state")});var qr=E((OA,oa)=>{var Qp=Hr(),el=Vr();oa.exports=tl;function tl(e){Object.keys(this.jobs).length&&(this.index=this.size,Qp(this),el(e)(null,this.results))}o(tl,"terminator")});var aa=E((RA,ia)=>{var rl=Gr(),nl=Wr(),ol=qr();ia.exports=il;function il(e,t,r){for(var n=nl(e);n.index<(n.keyedList||e).length;)rl(e,t,n,function(i,u){if(i){r(i,u);return}if(Object.keys(n.jobs).length===0){r(null,n.results);return}}),n.index++;return ol.bind(n,r)}o(il,"parallel")});var Kr=E((NA,Jt)=>{var sa=Gr(),al=Wr(),sl=qr();Jt.exports=ul;Jt.exports.ascending=ua;Jt.exports.descending=cl;function ul(e,t,r,n){var i=al(e,r);return sa(e,t,i,o(function u(c,l){if(c){n(c,l);return}if(i.index++,i.index<(i.keyedList||e).length){sa(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),sl.bind(i,n)}o(ul,"serialOrdered");function ua(e,t){return e<t?-1:e>t?1:0}o(ua,"ascending");function cl(e,t){return-1*ua(e,t)}o(cl,"descending")});var pa=E((CA,ca)=>{var pl=Kr();ca.exports=ll;function ll(e,t,r){return pl(e,t,null,r)}o(ll,"serial")});var da=E((MA,la)=>{la.exports={parallel:aa(),serial:pa(),serialOrdered:Kr()}});var Jr=E((LA,ma)=>{"use strict";ma.exports=Object});var ga=E((jA,fa)=>{"use strict";fa.exports=Error});var ha=E((FA,ya)=>{"use strict";ya.exports=EvalError});var xa=E((BA,va)=>{"use strict";va.exports=RangeError});var _a=E((ZA,Pa)=>{"use strict";Pa.exports=ReferenceError});var Ia=E((VA,ba)=>{"use strict";ba.exports=SyntaxError});var Xt=E((HA,Ta)=>{"use strict";Ta.exports=TypeError});var $a=E((GA,Ea)=>{"use strict";Ea.exports=URIError});var Aa=E((WA,Sa)=>{"use strict";Sa.exports=Math.abs});var Oa=E((qA,za)=>{"use strict";za.exports=Math.floor});var Ra=E((KA,ka)=>{"use strict";ka.exports=Math.max});var Na=E((JA,wa)=>{"use strict";wa.exports=Math.min});var Ca=E((XA,Da)=>{"use strict";Da.exports=Math.pow});var Ma=E((YA,Ua)=>{"use strict";Ua.exports=Math.round});var ja=E((QA,La)=>{"use strict";La.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Ba=E((tz,Fa)=>{"use strict";var dl=ja();Fa.exports=o(function(t){return dl(t)||t===0?t:t<0?-1:1},"sign")});var Va=E((nz,Za)=>{"use strict";Za.exports=Object.getOwnPropertyDescriptor});var Xr=E((oz,Ha)=>{"use strict";var Yt=Va();if(Yt)try{Yt([],"length")}catch{Yt=null}Ha.exports=Yt});var Wa=E((iz,Ga)=>{"use strict";var Qt=Object.defineProperty||!1;if(Qt)try{Qt({},"a",{value:1})}catch{Qt=!1}Ga.exports=Qt});var Yr=E((az,qa)=>{"use strict";qa.exports=o(function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;t[r]=i;for(var u in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var c=Object.getOwnPropertySymbols(t);if(c.length!==1||c[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==i||l.enumerable!==!0)return!1}return!0},"hasSymbols")});var Xa=E((uz,Ja)=>{"use strict";var Ka=typeof Symbol<"u"&&Symbol,ml=Yr();Ja.exports=o(function(){return typeof Ka!="function"||typeof Symbol!="function"||typeof Ka("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:ml()},"hasNativeSymbols")});var Qr=E((pz,Ya)=>{"use strict";Ya.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var en=E((lz,Qa)=>{"use strict";var fl=Jr();Qa.exports=fl.getPrototypeOf||null});var rs=E((dz,ts)=>{"use strict";var gl="Function.prototype.bind called on incompatible ",yl=Object.prototype.toString,hl=Math.max,vl="[object Function]",es=o(function(t,r){for(var n=[],i=0;i<t.length;i+=1)n[i]=t[i];for(var u=0;u<r.length;u+=1)n[u+t.length]=r[u];return n},"concatty"),xl=o(function(t,r){for(var n=[],i=r||0,u=0;i<t.length;i+=1,u+=1)n[u]=t[i];return n},"slicy"),Pl=o(function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r},"joiny");ts.exports=o(function(t){var r=this;if(typeof r!="function"||yl.apply(r)!==vl)throw new TypeError(gl+r);for(var n=xl(arguments,1),i,u=o(function(){if(this instanceof i){var P=r.apply(this,es(n,arguments));return Object(P)===P?P:this}return r.apply(t,es(n,arguments))},"binder"),c=hl(0,r.length-n.length),l=[],f=0;f<c;f++)l[f]="$"+f;if(i=Function("binder","return function ("+Pl(l,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var h=o(function(){},"Empty");h.prototype=r.prototype,i.prototype=new h,h.prototype=null}return i},"bind")});var He=E((fz,ns)=>{"use strict";var _l=rs();ns.exports=Function.prototype.bind||_l});var er=E((gz,os)=>{"use strict";os.exports=Function.prototype.call});var tn=E((yz,is)=>{"use strict";is.exports=Function.prototype.apply});var ss=E((hz,as)=>{"use strict";as.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var cs=E((vz,us)=>{"use strict";var bl=He(),Il=tn(),Tl=er(),El=ss();us.exports=El||bl.call(Tl,Il)});var ls=E((xz,ps)=>{"use strict";var $l=He(),Sl=Xt(),Al=er(),zl=cs();ps.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new Sl("a function is required");return zl($l,Al,t)},"callBindBasic")});var hs=E((_z,ys)=>{"use strict";var Ol=ls(),ds=Xr(),fs;try{fs=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var rn=!!fs&&ds&&ds(Object.prototype,"__proto__"),gs=Object,ms=gs.getPrototypeOf;ys.exports=rn&&typeof rn.get=="function"?Ol([rn.get]):typeof ms=="function"?o(function(t){return ms(t==null?t:gs(t))},"getDunder"):!1});var bs=E((Iz,_s)=>{"use strict";var vs=Qr(),xs=en(),Ps=hs();_s.exports=vs?o(function(t){return vs(t)},"getProto"):xs?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return xs(t)},"getProto"):Ps?o(function(t){return Ps(t)},"getProto"):null});var nn=E((Ez,Is)=>{"use strict";var kl=Function.prototype.call,Rl=Object.prototype.hasOwnProperty,wl=He();Is.exports=wl.call(kl,Rl)});var Os=E(($z,zs)=>{"use strict";var M,Nl=Jr(),Dl=ga(),Cl=ha(),Ul=xa(),Ml=_a(),Ke=Ia(),qe=Xt(),Ll=$a(),jl=Aa(),Fl=Oa(),Bl=Ra(),Zl=Na(),Vl=Ca(),Hl=Ma(),Gl=Ba(),Ss=Function,on=o(function(e){try{return Ss('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),xt=Xr(),Wl=Wa(),an=o(function(){throw new qe},"throwTypeError"),ql=xt?(function(){try{return arguments.callee,an}catch{try{return xt(arguments,"callee").get}catch{return an}}})():an,Ge=Xa()(),J=bs(),Kl=en(),Jl=Qr(),As=tn(),Pt=er(),We={},Xl=typeof Uint8Array>"u"||!J?M:J(Uint8Array),Ce={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?M:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?M:ArrayBuffer,"%ArrayIteratorPrototype%":Ge&&J?J([][Symbol.iterator]()):M,"%AsyncFromSyncIteratorPrototype%":M,"%AsyncFunction%":We,"%AsyncGenerator%":We,"%AsyncGeneratorFunction%":We,"%AsyncIteratorPrototype%":We,"%Atomics%":typeof Atomics>"u"?M:Atomics,"%BigInt%":typeof BigInt>"u"?M:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?M:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?M:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?M:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Dl,"%eval%":eval,"%EvalError%":Cl,"%Float16Array%":typeof Float16Array>"u"?M:Float16Array,"%Float32Array%":typeof Float32Array>"u"?M:Float32Array,"%Float64Array%":typeof Float64Array>"u"?M:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?M:FinalizationRegistry,"%Function%":Ss,"%GeneratorFunction%":We,"%Int8Array%":typeof Int8Array>"u"?M:Int8Array,"%Int16Array%":typeof Int16Array>"u"?M:Int16Array,"%Int32Array%":typeof Int32Array>"u"?M:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ge&&J?J(J([][Symbol.iterator]())):M,"%JSON%":typeof JSON=="object"?JSON:M,"%Map%":typeof Map>"u"?M:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ge||!J?M:J(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Nl,"%Object.getOwnPropertyDescriptor%":xt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":Ul,"%ReferenceError%":Ml,"%Reflect%":typeof Reflect>"u"?M:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?M:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ge||!J?M:J(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?M:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ge&&J?J(""[Symbol.iterator]()):M,"%Symbol%":Ge?Symbol:M,"%SyntaxError%":Ke,"%ThrowTypeError%":ql,"%TypedArray%":Xl,"%TypeError%":qe,"%Uint8Array%":typeof Uint8Array>"u"?M:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?M:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?M:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?M:Uint32Array,"%URIError%":Ll,"%WeakMap%":typeof WeakMap>"u"?M:WeakMap,"%WeakRef%":typeof WeakRef>"u"?M:WeakRef,"%WeakSet%":typeof WeakSet>"u"?M:WeakSet,"%Function.prototype.call%":Pt,"%Function.prototype.apply%":As,"%Object.defineProperty%":Wl,"%Object.getPrototypeOf%":Kl,"%Math.abs%":jl,"%Math.floor%":Fl,"%Math.max%":Bl,"%Math.min%":Zl,"%Math.pow%":Vl,"%Math.round%":Hl,"%Math.sign%":Gl,"%Reflect.getPrototypeOf%":Jl};if(J)try{null.error}catch(e){Ts=J(J(e)),Ce["%Error.prototype%"]=Ts}var Ts,Yl=o(function e(t){var r;if(t==="%AsyncFunction%")r=on("async function () {}");else if(t==="%GeneratorFunction%")r=on("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=on("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var i=e("%AsyncGenerator%");i&&J&&(r=J(i.prototype))}return Ce[t]=r,r},"doEval"),Es={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_t=He(),tr=nn(),Ql=_t.call(Pt,Array.prototype.concat),ed=_t.call(As,Array.prototype.splice),$s=_t.call(Pt,String.prototype.replace),rr=_t.call(Pt,String.prototype.slice),td=_t.call(Pt,RegExp.prototype.exec),rd=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,nd=/\\(\\)?/g,od=o(function(t){var r=rr(t,0,1),n=rr(t,-1);if(r==="%"&&n!=="%")throw new Ke("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new Ke("invalid intrinsic syntax, expected opening `%`");var i=[];return $s(t,rd,function(u,c,l,f){i[i.length]=l?$s(f,nd,"$1"):c||u}),i},"stringToPath"),id=o(function(t,r){var n=t,i;if(tr(Es,n)&&(i=Es[n],n="%"+i[0]+"%"),tr(Ce,n)){var u=Ce[n];if(u===We&&(u=Yl(n)),typeof u>"u"&&!r)throw new qe("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:u}}throw new Ke("intrinsic "+t+" does not exist!")},"getBaseIntrinsic");zs.exports=o(function(t,r){if(typeof t!="string"||t.length===0)throw new qe("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new qe('"allowMissing" argument must be a boolean');if(td(/^%?[^%]*%?$/,t)===null)throw new Ke("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=od(t),i=n.length>0?n[0]:"",u=id("%"+i+"%",r),c=u.name,l=u.value,f=!1,h=u.alias;h&&(i=h[0],ed(n,Ql([0,1],h)));for(var P=1,T=!0;P<n.length;P+=1){var x=n[P],s=rr(x,0,1),d=rr(x,-1);if((s==='"'||s==="'"||s==="`"||d==='"'||d==="'"||d==="`")&&s!==d)throw new Ke("property names with quotes must have matching quotes");if((x==="constructor"||!T)&&(f=!0),i+="."+x,c="%"+i+"%",tr(Ce,c))l=Ce[c];else if(l!=null){if(!(x in l)){if(!r)throw new qe("base intrinsic for "+t+" exists, but the property is not available.");return}if(xt&&P+1>=n.length){var g=xt(l,x);T=!!g,T&&"get"in g&&!("originalValue"in g.get)?l=g.get:l=l[x]}else T=tr(l,x),l=l[x];T&&!f&&(Ce[c]=l)}}return l},"GetIntrinsic")});var Rs=E((Az,ks)=>{"use strict";var ad=Yr();ks.exports=o(function(){return ad()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Ds=E((Oz,Ns)=>{"use strict";var sd=Os(),ws=sd("%Object.defineProperty%",!0),ud=Rs()(),cd=nn(),pd=Xt(),nr=ud?Symbol.toStringTag:null;Ns.exports=o(function(t,r){var n=arguments.length>2&&!!arguments[2]&&arguments[2].force,i=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof n<"u"&&typeof n!="boolean"||typeof i<"u"&&typeof i!="boolean")throw new pd("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");nr&&(n||!cd(t,nr))&&(ws?ws(t,nr,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[nr]=r)},"setToStringTag")});var Us=E((Rz,Cs)=>{"use strict";var ld=Function.prototype.call,dd=Object.prototype.hasOwnProperty,md=He();Cs.exports=md.call(ld,dd)});var Ls=E((wz,Ms)=>{"use strict";Ms.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var Bs=E((Nz,Fs)=>{"use strict";var pn=Vi(),fd=require("util"),sn=require("path"),gd=require("http"),yd=require("https"),hd=require("url").parse,vd=require("fs"),xd=require("stream").Stream,Pd=require("crypto"),un=Ki(),_d=da(),bd=Ds(),ke=Us(),cn=Ls();function js(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o(js,"escapeHeaderParam");function j(e){if(!(this instanceof j))return new j(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],pn.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(j,"FormData");fd.inherits(j,pn);j.LINE_BREAK=`\r
2
+ `;j.DEFAULT_CONTENT_TYPE="application/octet-stream";j.prototype.append=function(e,t,r){r=r||{},typeof r=="string"&&(r={filename:r});var n=pn.prototype.append.bind(this);if((typeof t=="number"||t==null)&&(t=String(t)),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var i=this._multiPartHeader(e,t,r),u=this._multiPartFooter();n(i),n(t),n(u),this._trackLength(i,t,r)};j.prototype._trackLength=function(e,t,r){var n=0;r.knownLength!=null?n+=Number(r.knownLength):Buffer.isBuffer(t)?n=t.length:typeof t=="string"&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+j.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&ke(t,"httpVersion"))&&!(t instanceof xd))&&(r.knownLength||this._valuesToMeasure.push(t))};j.prototype._lengthRetriever=function(e,t){ke(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):vd.stat(e.path,function(r,n){if(r){t(r);return}var i=n.size-(e.start?e.start:0);t(null,i)}):ke(e,"httpVersion")?t(null,Number(e.headers["content-length"])):ke(e,"httpModule")?(e.on("response",function(r){e.pause(),t(null,Number(r.headers["content-length"]))}),e.resume()):t("Unknown stream")};j.prototype._multiPartHeader=function(e,t,r){if(typeof r.header=="string")return r.header;var n=this._getContentDisposition(t,r),i=this._getContentType(t,r),u="",c={"Content-Disposition":["form-data",'name="'+js(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&cn(c,r.header);var l;for(var f in c)if(ke(c,f)){if(l=c[f],l==null)continue;Array.isArray(l)||(l=[l]),l.length&&(u+=f+": "+l.join("; ")+j.LINE_BREAK)}return"--"+this.getBoundary()+j.LINE_BREAK+u+j.LINE_BREAK};j.prototype._getContentDisposition=function(e,t){var r;if(typeof t.filepath=="string"?r=sn.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=sn.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&ke(e,"httpVersion")&&(r=sn.basename(e.client._httpMessage.path||"")),r)return'filename="'+js(r)+'"'};j.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=un.lookup(e.name)),!r&&e&&e.path&&(r=un.lookup(e.path)),!r&&e&&e.readable&&ke(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=un.lookup(t.filepath||t.filename)),!r&&e&&typeof e=="object"&&(r=j.DEFAULT_CONTENT_TYPE),r};j.prototype._multiPartFooter=function(){return function(e){var t=j.LINE_BREAK,r=this._streams.length===0;r&&(t+=this._lastBoundary()),e(t)}.bind(this)};j.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+j.LINE_BREAK};j.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)ke(e,t)&&(r[t.toLowerCase()]=e[t]);return r};j.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};j.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};j.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),r=0,n=this._streams.length;r<n;r++)typeof this._streams[r]!="function"&&(Buffer.isBuffer(this._streams[r])?e=Buffer.concat([e,this._streams[r]]):e=Buffer.concat([e,Buffer.from(this._streams[r])]),(typeof this._streams[r]!="string"||this._streams[r].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(j.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};j.prototype._generateBoundary=function(){this._boundary="--------------------------"+Pd.randomBytes(12).toString("hex")};j.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};j.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};j.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}_d.parallel(this._valuesToMeasure,this._lengthRetriever,function(r,n){if(r){e(r);return}n.forEach(function(i){t+=i}),e(null,t)})};j.prototype.submit=function(e,t){var r,n,i={method:"post"};return typeof e=="string"?(e=hd(e),n=cn({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=cn(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=yd.request(n):r=gd.request(n),this.getLength(function(u,c){if(u&&u!=="Unknown stream"){this._error(u);return}if(c&&r.setHeader("Content-Length",c),this.pipe(r),t){var l,f=o(function(h,P){return r.removeListener("error",f),r.removeListener("response",l),t.call(this,h,P)},"callback");l=f.bind(this,null),r.on("error",f),r.on("response",l)}}.bind(this)),r};j.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};j.prototype.toString=function(){return"[object FormData]"};bd(j.prototype,"FormData");Fs.exports=j});var Rd={};fn(Rd,{plunk:()=>kd});module.exports=tu(Rd);var ru=Object.freeze({status:"aborted"});function b(e,t,r){function n(l,f){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:f,constr:c,traits:new Set},enumerable:!1}),l._zod.traits.has(e))return;l._zod.traits.add(e),t(l,f);let h=c.prototype,P=Object.keys(h);for(let T=0;T<P.length;T++){let x=P[T];x in l||(l[x]=h[x].bind(l))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function c(l){var f;let h=r?.Parent?new u:this;n(h,l),(f=h._zod).deferred??(f.deferred=[]);for(let P of h._zod.deferred)P();return h}return o(c,"_"),Object.defineProperty(c,"init",{value:n}),Object.defineProperty(c,Symbol.hasInstance,{value:o(l=>r?.Parent&&l instanceof r.Parent?!0:l?._zod?.traits?.has(e),"value")}),Object.defineProperty(c,"name",{value:e}),c}o(b,"$constructor");var pe=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},It=class extends Error{static{o(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},ar={};function ge(e){return e&&Object.assign(ar,e),ar}o(ge,"config");function ur(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,i])=>t.indexOf(+n)===-1).map(([n,i])=>i)}o(ur,"getEnumValues");function hn(e,t){return typeof t=="bigint"?t.toString():t}o(hn,"jsonStringifyReplacer");function Et(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}o(Et,"cached");function vn(e){return e==null}o(vn,"nullish");function $t(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}o($t,"cleanRegex");var yn=Symbol("evaluating");function q(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==yn)return n===void 0&&(n=yn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(q,"defineLazy");var cr="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Ye(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Ye,"isObject");var nu=Et(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function xn(e){if(Ye(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Ye(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}o(xn,"isPlainObject");var Pn=new Set(["string","number","symbol"]);function Me(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(Me,"escapeRegex");function St(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o(St,"clone");function Z(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:o(()=>t,"error")};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:o(()=>t.error,"error")}:t}o(Z,"normalizeParams");function _n(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}o(_n,"optionalKeys");var bn={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function Le(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}o(Le,"aborted");function be(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}o(be,"prefixIssues");function Tt(e){return typeof e=="string"?e:e?.message}o(Tt,"unwrapMessage");function Ie(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=Tt(e.inst?._zod.def?.error?.(e))??Tt(t?.error?.(e))??Tt(r.customError?.(e))??Tt(r.localeError?.(e))??"Invalid input";n.message=i}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}o(Ie,"finalizeIssue");function In(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(In,"getLengthableOrigin");function pr(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(pr,"issue");var Tn=o((e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,hn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),En=b("$ZodError",Tn),Qe=b("$ZodError",Tn,{Parent:Error});var iu=o(e=>(t,r,n,i)=>{let u=n?Object.assign(n,{async:!1}):{async:!1},c=t._zod.run({value:r,issues:[]},u);if(c instanceof Promise)throw new pe;if(c.issues.length){let l=new(i?.Err??e)(c.issues.map(f=>Ie(f,u,ge())));throw cr(l,i?.callee),l}return c.value},"_parse"),At=iu(Qe),au=o(e=>async(t,r,n,i)=>{let u=n?Object.assign(n,{async:!0}):{async:!0},c=t._zod.run({value:r,issues:[]},u);if(c instanceof Promise&&(c=await c),c.issues.length){let l=new(i?.Err??e)(c.issues.map(f=>Ie(f,u,ge())));throw cr(l,i?.callee),l}return c.value},"_parseAsync"),zt=au(Qe),su=o(e=>(t,r,n)=>{let i=n?{...n,async:!1}:{async:!1},u=t._zod.run({value:r,issues:[]},i);if(u instanceof Promise)throw new pe;return u.issues.length?{success:!1,error:new(e??En)(u.issues.map(c=>Ie(c,i,ge())))}:{success:!0,data:u.value}},"_safeParse"),et=su(Qe),uu=o(e=>async(t,r,n)=>{let i=n?Object.assign(n,{async:!0}):{async:!0},u=t._zod.run({value:r,issues:[]},i);return u instanceof Promise&&(u=await u),u.issues.length?{success:!1,error:new e(u.issues.map(c=>Ie(c,i,ge())))}:{success:!0,data:u.value}},"_safeParseAsync"),tt=uu(Qe);var cu="(?:(?:\\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])))",pu=new RegExp(`^${cu}$`);var $n=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),Sn=/^-?\d+n?$/,An=/^-?\d+$/,lr=/^-?\d+(?:\.\d+)?$/,zn=/^(?:true|false)$/i;var Te=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),lu={number:"number",bigint:"bigint",object:"date"};var On=b("$ZodCheckGreaterThan",(e,t)=>{Te.init(e,t);let r=lu[typeof t.value];e._zod.onattach.push(n=>{let i=n._zod.bag,u=(t.inclusive?i.minimum:i.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>u&&(t.inclusive?i.minimum=t.value:i.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}});var kn=b("$ZodCheckNumberFormat",(e,t)=>{Te.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[i,u]=bn[t.format];e._zod.onattach.push(c=>{let l=c._zod.bag;l.format=t.format,l.minimum=i,l.maximum=u,r&&(l.pattern=An)}),e._zod.check=c=>{let l=c.value;if(r){if(!Number.isInteger(l)){c.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?c.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):c.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}l<i&&c.issues.push({origin:"number",input:l,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),l>u&&c.issues.push({origin:"number",input:l,code:"too_big",maximum:u,inclusive:!0,inst:e,continue:!t.abort})}});var Rn=b("$ZodCheckMinLength",(e,t)=>{var r;Te.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!vn(i)&&i.length!==void 0}),e._zod.onattach.push(n=>{let i=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>i&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let i=n.value;if(i.length>=t.minimum)return;let c=In(i);n.issues.push({origin:c,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var dr=b("$ZodCheckStringFormat",(e,t)=>{var r,n;Te.init(e,t),e._zod.onattach.push(i=>{let u=i._zod.bag;u.format=t.format,t.pattern&&(u.patterns??(u.patterns=new Set),u.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=i=>{t.pattern.lastIndex=0,!t.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:t.format,input:i.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),wn=b("$ZodCheckRegex",(e,t)=>{dr.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}});var Dn={major:4,minor:3,patch:6};var H=b("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Dn;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let i of n)for(let u of i._zod.onattach)u(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let i=o((c,l,f)=>{let h=Le(c),P;for(let T of l){if(T._zod.def.when){if(!T._zod.def.when(c))continue}else if(h)continue;let x=c.issues.length,s=T._zod.check(c);if(s instanceof Promise&&f?.async===!1)throw new pe;if(P||s instanceof Promise)P=(P??Promise.resolve()).then(async()=>{await s,c.issues.length!==x&&(h||(h=Le(c,x)))});else{if(c.issues.length===x)continue;h||(h=Le(c,x))}}return P?P.then(()=>c):c},"runChecks"),u=o((c,l,f)=>{if(Le(c))return c.aborted=!0,c;let h=i(l,n,f);if(h instanceof Promise){if(f.async===!1)throw new pe;return h.then(P=>e._zod.parse(P,f))}return e._zod.parse(h,f)},"handleCanaryResult");e._zod.run=(c,l)=>{if(l.skipChecks)return e._zod.parse(c,l);if(l.direction==="backward"){let h=e._zod.parse({value:c.value,issues:[]},{...l,skipChecks:!0});return h instanceof Promise?h.then(P=>u(P,c,l)):u(h,c,l)}let f=e._zod.parse(c,l);if(f instanceof Promise){if(l.async===!1)throw new pe;return f.then(h=>i(h,n,l))}return i(f,n,l)}}q(e,"~standard",()=>({validate:o(i=>{try{let u=et(e,i);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return tt(e,i).then(c=>c.success?{value:c.data}:{issues:c.error?.issues})}},"validate"),vendor:"zod",version:1}))}),Rt=b("$ZodString",(e,t)=>{H.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??$n(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),mr=b("$ZodStringFormat",(e,t)=>{dr.init(e,t),Rt.init(e,t)});var jn=b("$ZodURL",(e,t)=>{mr.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}});var fr=b("$ZodNumber",(e,t)=>{H.init(e,t),e._zod.pattern=e._zod.bag.pattern??lr,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let i=r.value;if(typeof i=="number"&&!Number.isNaN(i)&&Number.isFinite(i))return r;let u=typeof i=="number"?Number.isNaN(i)?"NaN":Number.isFinite(i)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:i,inst:e,...u?{received:u}:{}}),r}}),Fn=b("$ZodNumberFormat",(e,t)=>{kn.init(e,t),fr.init(e,t)}),gr=b("$ZodBoolean",(e,t)=>{H.init(e,t),e._zod.pattern=zn,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}let i=r.value;return typeof i=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r}}),Bn=b("$ZodBigInt",(e,t)=>{H.init(e,t),e._zod.pattern=Sn,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}});var Zn=b("$ZodAny",(e,t)=>{H.init(e,t),e._zod.parse=r=>r}),Vn=b("$ZodUnknown",(e,t)=>{H.init(e,t),e._zod.parse=r=>r});var Hn=b("$ZodVoid",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;return typeof i>"u"||r.issues.push({expected:"void",code:"invalid_type",input:i,inst:e}),r}}),Gn=b("$ZodDate",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let i=r.value,u=i instanceof Date;return u&&!Number.isNaN(i.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:i,...u?{received:"Invalid Date"}:{},inst:e}),r}});function Cn(e,t,r){e.issues.length&&t.issues.push(...be(r,e.issues)),t.value[r]=e.value}o(Cn,"handleArrayResult");var Wn=b("$ZodArray",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let u=[];for(let c=0;c<i.length;c++){let l=i[c],f=t.element._zod.run({value:l,issues:[]},n);f instanceof Promise?u.push(f.then(h=>Cn(h,r,c))):Cn(f,r,c)}return u.length?Promise.all(u).then(()=>r):r}});function kt(e,t,r,n,i){if(e.issues.length){if(i&&!(r in n))return;t.issues.push(...be(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}o(kt,"handlePropertyResult");function du(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=_n(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}o(du,"normalizeDef");function mu(e,t,r,n,i,u){let c=[],l=i.keySet,f=i.catchall._zod,h=f.def.type,P=f.optout==="optional";for(let T in t){if(l.has(T))continue;if(h==="never"){c.push(T);continue}let x=f.run({value:t[T],issues:[]},n);x instanceof Promise?e.push(x.then(s=>kt(s,r,T,t,P))):kt(x,r,T,t,P)}return c.length&&r.issues.push({code:"unrecognized_keys",keys:c,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(mu,"handleCatchall");var qn=b("$ZodObject",(e,t)=>{if(H.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let l=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let f={...l};return Object.defineProperty(t,"shape",{value:f}),f},"get")})}let n=Et(()=>du(t));q(e._zod,"propValues",()=>{let l=t.shape,f={};for(let h in l){let P=l[h]._zod;if(P.values){f[h]??(f[h]=new Set);for(let T of P.values)f[h].add(T)}}return f});let i=Ye,u=t.catchall,c;e._zod.parse=(l,f)=>{c??(c=n.value);let h=l.value;if(!i(h))return l.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),l;l.value={};let P=[],T=c.shape;for(let x of c.keys){let s=T[x],d=s._zod.optout==="optional",g=s._zod.run({value:h[x],issues:[]},f);g instanceof Promise?P.push(g.then(m=>kt(m,l,x,h,d))):kt(g,l,x,h,d)}return u?mu(P,h,l,f,n.value,e):P.length?Promise.all(P).then(()=>l):l}});function Un(e,t,r,n){for(let u of e)if(u.issues.length===0)return t.value=u.value,t;let i=e.filter(u=>!Le(u));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(u=>u.issues.map(c=>Ie(c,n,ge())))}),t)}o(Un,"handleUnionResults");var yr=b("$ZodUnion",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),q(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),q(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),q(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(u=>u._zod.pattern);return new RegExp(`^(${i.map(u=>$t(u.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,u)=>{if(r)return n(i,u);let c=!1,l=[];for(let f of t.options){let h=f._zod.run({value:i.value,issues:[]},u);if(h instanceof Promise)l.push(h),c=!0;else{if(h.issues.length===0)return h;l.push(h)}}return c?Promise.all(l).then(f=>Un(f,i,e,u)):Un(l,i,e,u)}});var Kn=b("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,yr.init(e,t);let r=e._zod.parse;q(e._zod,"propValues",()=>{let i={};for(let u of t.options){let c=u._zod.propValues;if(!c||Object.keys(c).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(u)}"`);for(let[l,f]of Object.entries(c)){i[l]||(i[l]=new Set);for(let h of f)i[l].add(h)}}return i});let n=Et(()=>{let i=t.options,u=new Map;for(let c of i){let l=c._zod.propValues?.[t.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(let f of l){if(u.has(f))throw new Error(`Duplicate discriminator value "${String(f)}"`);u.set(f,c)}}return u});e._zod.parse=(i,u)=>{let c=i.value;if(!Ye(c))return i.issues.push({code:"invalid_type",expected:"object",input:c,inst:e}),i;let l=n.value.get(c?.[t.discriminator]);return l?l._zod.run(i,u):t.unionFallback?r(i,u):(i.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:c,path:[t.discriminator],inst:e}),i)}});var Jn=b("$ZodRecord",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!xn(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let u=[],c=t.keyType._zod.values;if(c){r.value={};let l=new Set;for(let h of c)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){l.add(typeof h=="number"?h.toString():h);let P=t.valueType._zod.run({value:i[h],issues:[]},n);P instanceof Promise?u.push(P.then(T=>{T.issues.length&&r.issues.push(...be(h,T.issues)),r.value[h]=T.value})):(P.issues.length&&r.issues.push(...be(h,P.issues)),r.value[h]=P.value)}let f;for(let h in i)l.has(h)||(f=f??[],f.push(h));f&&f.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:f})}else{r.value={};for(let l of Reflect.ownKeys(i)){if(l==="__proto__")continue;let f=t.keyType._zod.run({value:l,issues:[]},n);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof l=="string"&&lr.test(l)&&f.issues.length){let T=t.keyType._zod.run({value:Number(l),issues:[]},n);if(T instanceof Promise)throw new Error("Async schemas not supported in object keys currently");T.issues.length===0&&(f=T)}if(f.issues.length){t.mode==="loose"?r.value[l]=i[l]:r.issues.push({code:"invalid_key",origin:"record",issues:f.issues.map(T=>Ie(T,n,ge())),input:l,path:[l],inst:e});continue}let P=t.valueType._zod.run({value:i[l],issues:[]},n);P instanceof Promise?u.push(P.then(T=>{T.issues.length&&r.issues.push(...be(l,T.issues)),r.value[f.value]=T.value})):(P.issues.length&&r.issues.push(...be(l,P.issues)),r.value[f.value]=P.value)}}return u.length?Promise.all(u).then(()=>r):r}});var Xn=b("$ZodEnum",(e,t)=>{H.init(e,t);let r=ur(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>Pn.has(typeof i)).map(i=>typeof i=="string"?Me(i):i.toString()).join("|")})$`),e._zod.parse=(i,u)=>{let c=i.value;return n.has(c)||i.issues.push({code:"invalid_value",values:r,input:c,inst:e}),i}}),Yn=b("$ZodLiteral",(e,t)=>{if(H.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?Me(n):n?Me(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,i)=>{let u=n.value;return r.has(u)||n.issues.push({code:"invalid_value",values:t.values,input:u,inst:e}),n}});var Qn=b("$ZodTransform",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new It(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(c=>(r.value=c,r));if(i instanceof Promise)throw new pe;return r.value=i,r}});function Mn(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(Mn,"handleOptionalResult");var eo=b("$ZodOptional",(e,t)=>{H.init(e,t),e._zod.optin="optional",e._zod.optout="optional",q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${$t(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(u=>Mn(u,r.value)):Mn(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var to=b("$ZodNullable",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.innerType._zod.optin),q(e._zod,"optout",()=>t.innerType._zod.optout),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${$t(r.source)}|null)$`):void 0}),q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)});var ro=b("$ZodPipe",(e,t)=>{H.init(e,t),q(e._zod,"values",()=>t.in._zod.values),q(e._zod,"optin",()=>t.in._zod.optin),q(e._zod,"optout",()=>t.out._zod.optout),q(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if(n.direction==="backward"){let u=t.out._zod.run(r,n);return u instanceof Promise?u.then(c=>Ot(c,t.in,n)):Ot(u,t.in,n)}let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(u=>Ot(u,t.out,n)):Ot(i,t.out,n)}});function Ot(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}o(Ot,"handlePipeResult");var no=b("$ZodCustom",(e,t)=>{Te.init(e,t),H.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,i=t.fn(n);if(i instanceof Promise)return i.then(u=>Ln(u,r,n,e));Ln(i,r,n,e)}});function Ln(e,t,r,n){if(!e){let i={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(i.params=n._zod.def.params),t.issues.push(pr(i))}}o(Ln,"handleRefineResult");var io;var hr=class{static{o(this,"$ZodRegistry")}constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let n=r[0];return this._map.set(t,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let i={...n,...this._map.get(t)};return Object.keys(i).length?i:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function ao(){return new hr}o(ao,"registry");(io=globalThis).__zod_globalRegistry??(io.__zod_globalRegistry=ao());var vr=globalThis.__zod_globalRegistry;function so(e,t){return new e({type:"string",...Z(t)})}o(so,"_string");function uo(e,t){return new e({type:"string",coerce:!0,...Z(t)})}o(uo,"_coercedString");function co(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...Z(t)})}o(co,"_url");function po(e,t){return new e({type:"number",checks:[],...Z(t)})}o(po,"_number");function lo(e,t){return new e({type:"number",coerce:!0,checks:[],...Z(t)})}o(lo,"_coercedNumber");function mo(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...Z(t)})}o(mo,"_int");function fo(e,t){return new e({type:"boolean",...Z(t)})}o(fo,"_boolean");function go(e,t){return new e({type:"boolean",coerce:!0,...Z(t)})}o(go,"_coercedBoolean");function yo(e,t){return new e({type:"bigint",coerce:!0,...Z(t)})}o(yo,"_coercedBigint");function ho(e){return new e({type:"any"})}o(ho,"_any");function vo(e){return new e({type:"unknown"})}o(vo,"_unknown");function xo(e,t){return new e({type:"void",...Z(t)})}o(xo,"_void");function Po(e,t){return new e({type:"date",coerce:!0,...Z(t)})}o(Po,"_coercedDate");function wt(e,t){return new On({check:"greater_than",...Z(t),value:e,inclusive:!0})}o(wt,"_gte");function ie(e,t){return new Rn({check:"min_length",...Z(t),minimum:e})}o(ie,"_minLength");function Ee(e,t){return new wn({check:"string_format",format:"regex",...Z(t),pattern:e})}o(Ee,"_regex");function _o(e,t,r){let n=Z(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o(_o,"_custom");var K=b("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");H.init(e,t),e.def=t,e.type=t.type,e.parse=(r,n)=>At(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>et(e,r,n),e.parseAsync=async(r,n)=>zt(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>tt(e,r,n),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]},{parent:!0}),e.with=e.check,e.clone=(r,n)=>St(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.apply=r=>r(e)}),Dt=b("ZodMiniString",(e,t)=>{Rt.init(e,t),K.init(e,t)});function a(e){return so(Dt,e)}o(a,"string");var bo=b("ZodMiniStringFormat",(e,t)=>{mr.init(e,t),Dt.init(e,t)});var $u=b("ZodMiniURL",(e,t)=>{jn.init(e,t),bo.init(e,t)});function Io(e){return co($u,e)}o(Io,"url");var Ct=b("ZodMiniNumber",(e,t)=>{fr.init(e,t),K.init(e,t)});function X(e){return po(Ct,e)}o(X,"number");var Su=b("ZodMiniNumberFormat",(e,t)=>{Fn.init(e,t),Ct.init(e,t)});function To(e){return mo(Su,e)}o(To,"int");var xr=b("ZodMiniBoolean",(e,t)=>{gr.init(e,t),K.init(e,t)});function B(e){return fo(xr,e)}o(B,"boolean");var Eo=b("ZodMiniBigInt",(e,t)=>{Bn.init(e,t),K.init(e,t)});var Au=b("ZodMiniAny",(e,t)=>{Zn.init(e,t),K.init(e,t)});function nt(){return ho(Au)}o(nt,"any");var zu=b("ZodMiniUnknown",(e,t)=>{Vn.init(e,t),K.init(e,t)});function O(){return vo(zu)}o(O,"unknown");var Ou=b("ZodMiniVoid",(e,t)=>{Hn.init(e,t),K.init(e,t)});function $o(e){return xo(Ou,e)}o($o,"_void");var So=b("ZodMiniDate",(e,t)=>{Gn.init(e,t),K.init(e,t)});var ku=b("ZodMiniArray",(e,t)=>{Wn.init(e,t),K.init(e,t)});function w(e,t){return new ku({type:"array",element:e,...Z(t)})}o(w,"array");var Ru=b("ZodMiniObject",(e,t)=>{qn.init(e,t),K.init(e,t),q(e,"shape",()=>t.shape)});function p(e,t){let r={type:"object",shape:e??{},...Z(t)};return new Ru(r)}o(p,"object");var wu=b("ZodMiniUnion",(e,t)=>{yr.init(e,t),K.init(e,t)});function N(e,t){return new wu({type:"union",options:e,...Z(t)})}o(N,"union");var Nu=b("ZodMiniDiscriminatedUnion",(e,t)=>{Kn.init(e,t),K.init(e,t)});function $e(e,t,r){return new Nu({type:"union",options:t,discriminator:e,...Z(r)})}o($e,"discriminatedUnion");var Du=b("ZodMiniRecord",(e,t)=>{Jn.init(e,t),K.init(e,t)});function k(e,t,r){return new Du({type:"record",keyType:e,valueType:t,...Z(r)})}o(k,"record");var Cu=b("ZodMiniEnum",(e,t)=>{Xn.init(e,t),K.init(e,t),e.options=Object.values(t.entries)});function C(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Cu({type:"enum",entries:r,...Z(t)})}o(C,"_enum");var Uu=b("ZodMiniLiteral",(e,t)=>{Yn.init(e,t),K.init(e,t)});function $(e,t){return new Uu({type:"literal",values:Array.isArray(e)?e:[e],...Z(t)})}o($,"literal");var Mu=b("ZodMiniTransform",(e,t)=>{Qn.init(e,t),K.init(e,t)});function Se(e){return new Mu({type:"transform",transform:e})}o(Se,"transform");var Lu=b("ZodMiniOptional",(e,t)=>{eo.init(e,t),K.init(e,t)});function y(e){return new Lu({type:"optional",innerType:e})}o(y,"optional");var ju=b("ZodMiniNullable",(e,t)=>{to.init(e,t),K.init(e,t)});function ot(e){return new ju({type:"nullable",innerType:e})}o(ot,"nullable");var Fu=b("ZodMiniPipe",(e,t)=>{ro.init(e,t),K.init(e,t)});function Ae(e,t){return new Fu({type:"pipe",in:e,out:t})}o(Ae,"pipe");var Bu=b("ZodMiniCustom",(e,t)=>{no.init(e,t),K.init(e,t)});function Ut(e,t){return _o(Bu,e??(()=>!0),t)}o(Ut,"custom");var it={};fn(it,{bigint:()=>qu,boolean:()=>Wu,date:()=>Ku,number:()=>Gu,string:()=>Hu});function Hu(e){return uo(Dt,e)}o(Hu,"string");function Gu(e){return lo(Ct,e)}o(Gu,"number");function Wu(e){return go(xr,e)}o(Wu,"boolean");function qu(e){return yo(Eo,e)}o(qu,"bigint");function Ku(e){return Po(So,e)}o(Ku,"date");var _r=p({retryOnFailure:p({defaultValue:y(B()),hide:y(B())}),continueOnFailure:p({defaultValue:y(B()),hide:y(B())})}),Pr=class{constructor(t,r,n,i,u,c,l,f,h,P,T){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=c;this.requireAuth=l;this.errorHandlingOptions=f;this.outputSchema=h;this.audience=P;this.aiMetadata=T}static{o(this,"IAction")}},le=o(e=>new Pr(e.name,e.displayName,e.description,e.props,e.run,e.test??e.run,e.requireAuth??!0,e.errorHandlingOptions??{continueOnFailure:{defaultValue:!1},retryOnFailure:{defaultValue:!1}},e.outputSchema,e.audience,e.aiMetadata),"createAction");var F=p({displayName:a(),description:y(a())}),D=o((e,t)=>p({type:$(t),required:B(),defaultValue:y(nt())}),"TPropertyValue");var ee=p({...F.shape,...D(a(),"SHORT_TEXT").shape}),ye=p({...F.shape,...D(a(),"LONG_TEXT").shape});var zo=p({label:a(),value:O()}),Mt=p({disabled:y(B()),placeholder:y(a()),options:w(zo)});var te=p({...F.shape,options:Mt,...D(O(),"STATIC_DROPDOWN").shape}),he=p({...F.shape,options:Mt,...D(w(O()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var br=p({...F.shape,...D(O(),"DROPDOWN").shape,refreshers:w(a())}),at=p({...F.shape,...D(w(O()),"MULTI_SELECT_DROPDOWN").shape,refreshers:w(a())});var ve=p({...F.shape,...D(B(),"CHECKBOX").shape});var xe=p({...F.shape,...D(X(),"NUMBER").shape});var st=p({...F.shape,streaming:y(B()),...D(O(),"FILE").shape});var ut=p({...F.shape,...D(a(),"DATE_TIME").shape});var Oo=k(a(),N([ee,ye,te,at,he,ve,xe,st,ut])),ct=p({...F.shape,properties:Oo,...D(w(O()),"ARRAY").shape});var pt=p({...F.shape,...D(N([k(a(),O())]),"JSON").shape});var ko=N([ee,te,pt,ct,he]),Xu=k(a(),ko),Ir=p({refreshers:w(a()),...F.shape,...D(O(),"DYNAMIC").shape});var Lt=p({...F.shape,...D($o(),"MARKDOWN").shape});var lt=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(lt||{}),je=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(je||{}),Fe=(v=>(v.ARTIFICIAL_INTELLIGENCE="ARTIFICIAL_INTELLIGENCE",v.COMMUNICATION="COMMUNICATION",v.COMMERCE="COMMERCE",v.CORE="CORE",v.UNIVERSAL_AI="UNIVERSAL_AI",v.FLOW_CONTROL="FLOW_CONTROL",v.BUSINESS_INTELLIGENCE="BUSINESS_INTELLIGENCE",v.ACCOUNTING="ACCOUNTING",v.PRODUCTIVITY="PRODUCTIVITY",v.CONTENT_AND_FILES="CONTENT_AND_FILES",v.DEVELOPER_TOOLS="DEVELOPER_TOOLS",v.CUSTOMER_SUPPORT="CUSTOMER_SUPPORT",v.FORMS_AND_SURVEYS="FORMS_AND_SURVEYS",v.HUMAN_RESOURCES="HUMAN_RESOURCES",v.PAYMENT_PROCESSING="PAYMENT_PROCESSING",v.MARKETING="MARKETING",v.SALES_AND_CRM="SALES_AND_CRM",v))(Fe||{});var dt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(dt||{}),Tr="both_client_credentials_and_authorization_code";var Re=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(Re||{}),mt=(u=>(u.NONE="NONE",u.HEADER_PRESENT="HEADER_PRESENT",u.QUERY_PRESENT="QUERY_PRESENT",u.BODY_PARAM_PRESENT="BODY_PARAM_PRESENT",u.HEAD_REQUEST="HEAD_REQUEST",u))(mt||{}),Yu=p({strategy:C(mt),paramName:y(a())}),ft=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(ft||{});var jt=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(jt||{}),Ro=p({status:y(X()),body:y(O()),headers:y(k(a(),a()))}),wo=p({type:$("DELAY"),resumeDateTime:a(),requestIdToReply:y(a()),handlerId:y(a()),streamStepProgress:y(C(jt))}),No=p({type:$("WEBHOOK"),requestId:a(),requestIdToReply:y(a()),response:Ro,handlerId:y(a()),streamStepProgress:y(C(jt))}),Qu=N([wo,No]);var ec=p({body:O(),rawBody:y(O()),headers:k(a(),a()),queryParams:k(a(),a())});function ae(e){return e==null}o(ae,"isNil");function gt(e){return e==null?!0:typeof e=="string"||Array.isArray(e)?e.length===0:typeof e=="object"?Object.keys(e).length===0:!1}o(gt,"isEmpty");function Ft(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(Ft,"assertNotNullOrUndefined");var Er=Ue(require("crypto"),1);var tc=128,we,Be,rc=o(e=>{!we||we.length<e?(we=Buffer.allocUnsafe(e*tc),Er.default.randomFillSync(we),Be=0):Be+e>we.length&&(Er.default.randomFillSync(we),Be=0),Be+=e},"fillPool"),nc=o(e=>(rc(e|=0),we.subarray(Be-e,Be)),"random"),oc=o((e,t,r)=>{let n=(2<<31-Math.clz32(e.length-1|1))-1,i=Math.ceil(1.6*n*t/e.length);return(u=t)=>{let c="";for(;;){let l=r(i),f=i;for(;f--;)if(c+=e[l[f]&n]||"",c.length===u)return c}}},"customRandom"),Co=o((e,t=21)=>oc(e,t,nc),"customAlphabet");var ic="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Uo=21,mb=a().check(Ee(new RegExp(`^[0-9a-zA-Z]{${Uo}}$`))),ac=Co(ic,Uo);var ze=Ae(Se(e=>e instanceof Date?e.toISOString():e),a()),re={id:a(),created:ze,updated:ze},V=o(e=>y(ot(e)),"Nullable");function $r(e){return y(ot(C(e)))}o($r,"NullableEnum");var yb=Ae(Se(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),y(B())),Bt=o(e=>Ae(Se(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),y(w(e))),"OptionalArrayFromQuery");var xb=k(a(),O());var yt=(P=>(P.OPENAI="openai",P.OPENROUTER="openrouter",P.ANTHROPIC="anthropic",P.AZURE="azure",P.GOOGLE="google",P.ACTIVEPIECES="activepieces",P.CLOUDFLARE_GATEWAY="cloudflare-gateway",P.CUSTOM="custom",P.BEDROCK="bedrock",P.MISTRAL="mistral",P))(yt||{});var kb=a().check(Ee(/^#[0-9A-Fa-f]{6}$/));var wb=p({filename:a(),data:O(),type:$("file"),mimetype:y(a())});var sc=Ue(Lo());var jb=p({...re,name:a(),permissions:w(a()),platformId:V(a()),type:a(),userCount:y(X())});var jo=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(jo||{}),Sr=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))(Sr||{}),Ar=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))(Ar||{});var zr=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))(zr||{});var Or=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(Or||{});var uc=p({mode:C(jo),value:O()}),cc=p({auth:y(a()),fields:k(a(),uc)}),pc=p({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:y(cc)}),lc=p({type:$("PIECE"),toolName:a().check(ie(1)),pieceMetadata:pc}),dc=p({type:$("none")}),mc=p({type:$("access_token"),accessToken:a()}),fc=p({type:$("api_key"),apiKey:a(),apiKeyHeader:a()}),gc=p({type:$("headers"),headers:k(a(),a())}),yc=$e("type",[dc,mc,fc,gc]),Fo=p({type:$("FLOW"),toolName:a().check(ie(1)),externalFlowId:a(),flowDisplayName:y(a())}),Bo=p({type:$("MCP"),toolName:a().check(ie(1)),serverUrl:Io(),protocol:C(Ar),auth:yc}),Zo=p({type:$("KNOWLEDGE_BASE"),toolName:a().check(ie(1)),sourceType:C(Sr),sourceId:a(),sourceName:a()}),hc=$e("type",[lc,Fo,Bo,Zo]),vc=p({displayName:a(),description:y(a()),type:C(zr)}),Vo=p({type:$("MARKDOWN"),markdown:a()}),Ze={type:$("TOOL_CALL"),input:V(k(a(),O())),output:y(O()),toolName:a(),status:C(Or),toolCallId:a(),startTime:a(),endTime:y(a())},hI=p(Ze),Ho=$e("toolCallType",[p({...Ze,toolCallType:$("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),p({...Ze,toolCallType:$("FLOW"),displayName:a(),externalFlowId:a()}),p({...Ze,toolCallType:$("MCP"),displayName:a(),serverUrl:a()}),p({...Ze,toolCallType:$("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),p({...Ze,toolCallType:$("UNKNOWN"),displayName:a()})]),xc=N([Vo,Ho]);var kr=(r=>(r.IMAGE="image",r.TEXT="text",r))(kr||{}),Pe=p({apiKey:a()}),Pc=Pe,_c=p({apiKey:a(),apiKeyHash:a()}),bc=Pe,Ic=Pe,Tc=Pe,Ec=Pe,$c=Pe,Sc=Pe,Ac=Pe,Jo=p({accessKeyId:a().check(ie(1)),secretAccessKey:a().check(ie(1))}),zc=p({}),Oc=p({}),kc=p({}),Rc=p({}),wc=p({}),Nc=p({}),Xo=p({modelId:a(),modelName:a(),modelType:C(kr)}),Yo=p({apiKeyHeader:a(),baseUrl:a(),models:w(Xo),defaultHeaders:y(k(a(),a()))}),Qo=p({accountId:a(),gatewayId:a(),models:w(Xo),vertexProject:y(a()),vertexRegion:y(a())}),ei=p({resourceName:a(),apiVersion:Ae(Se(e=>typeof e=="string"&&e.trim().length===0?void 0:e),y(a()))}),ti=p({region:a().check(ie(1))}),Dc=N([Pc,Tc,Ec,$c,Sc,Ic,bc,_c,Jo,Ac]),ri=N([Yo,Qo,ei,ti,zc,kc,Rc,wc,Oc,Nc]),Cc=p({id:a(),name:a(),type:C(kr)}),Uc=p({id:a(),name:a(),provider:C(yt),config:ri,enabledForChat:B()}),Mc=p({provider:C(yt),config:ri,auth:Dc,platformId:a()});var _I={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"},Go=["gpt-5.5","gpt-5.4-mini","gpt-5.4-nano","gpt-4.1","gpt-4.1-mini"],Lc=["claude-sonnet-4-6","claude-opus-4-7","claude-haiku-4-5"],jc=["claude-sonnet-4.6","claude-opus-4.7","claude-haiku-4.5"],Wo=["gemini-2.5-pro","gemini-2.5-flash","gemini-3.1-pro-preview","gemini-3-flash-preview"],Fc=["grok-4.20","grok-4.1-fast"],Bc={openai:Go,anthropic:Lc,google:Wo,activepieces:[...jc.map(e=>`anthropic/${e}`),...Go.map(e=>`openai/${e}`),...Wo.map(e=>`google/${e}`),...Fc.map(e=>`x-ai/${e}`)]};var qo=128e3,Zc={openai:128e3,anthropic:2e5,google:1048576,bedrock:2e5,azure:128e3,openrouter:128e3,activepieces:2e5,mistral:128e3};function Vc({provider:e}){return e?Zc[e]??qo:qo}o(Vc,"getMaxContextTokens");var Ko={openai:"text-embedding-3-small",google:"text-embedding-004",azure:"text-embedding-3-small",activepieces:"text-embedding-3-small",openrouter:"openai/text-embedding-3-small"},Hc={anthropic:"native",google:"native",openrouter:"plugin",activepieces:"plugin"},Gc=new Set(["anthropic","mistral"]);function de(e){return{chatModels:Bc[e],maxContextTokens:Vc({provider:e}),defaultEmbeddingModel:Ko[e],supportsEmbedding:Ko[e]!==void 0,supportsImageGeneration:!Gc.has(e),webSearch:Hc[e]}}o(de,"buildProviderCapabilities");var Wc={openai:de("openai"),anthropic:de("anthropic"),openrouter:de("openrouter"),azure:de("azure"),google:de("google"),"cloudflare-gateway":de("cloudflare-gateway"),custom:de("custom"),bedrock:de("bedrock"),mistral:de("mistral"),activepieces:de("activepieces")};var qc=p({base64Url:a(),fileName:a(),extension:y(a())}),Kc=p({mimeType:a(),url:a(),fileName:y(a())}),Rr=N([qc,Kc]);var Jc=N([p({type:$("file"),value:Rr}),p({type:$("markdown"),value:a(),files:y(w(Rr))})]),Xc=p({sessionId:a(),message:a(),files:y(w(a()))});var oi=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(oi||{}),ii=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(ii||{}),wr=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(wr||{});var Yc=N([p({...re,name:a(),externalId:a(),type:$("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:p({options:w(p({value:a()}))})}),p({...re,name:a(),externalId:a(),type:N([$("TEXT"),$("NUMBER"),$("DATE")]),tableId:a(),projectId:a()})]),Qc=p({...re,name:a(),folderId:V(a()),projectId:a(),externalId:a(),status:$r(ii),trigger:$r(oi)}),ep=p({...re,tableId:a(),projectId:a(),cells:k(a(),p({updated:a(),created:a(),value:O(),fieldName:a()}))}),tp=p({events:w(C(wr)),webhookUrl:a(),flowId:a()}),rp=p({fields:w(p({id:a(),name:a()})),rows:w(k(a(),a())),name:a()}),np=p({projectId:a(),limit:y(it.number()),cursor:y(a()),name:y(a()),externalIds:Bt(a()),folderId:y(a()),folderIds:Bt(a())}),op=p({records:w(w(p({fieldId:a(),value:si()}))),tableId:a()}),ip=p({cells:y(w(p({fieldId:a(),value:si()}))),tableId:a(),agentUpdate:y(B())}),ai=$e("operator",[Ne("eq"),Ne("neq"),Ne("gt"),Ne("gte"),Ne("lt"),Ne("lte"),Ne("co"),ni("exists"),ni("not_exists")]),ap=p({tableId:a(),limit:y(it.number()),cursor:y(a()),filters:Bt(ai)});function si(){return Ae(Se(e=>e==null?e:String(e)),ot(a()))}o(si,"coerceToString");function Ne(e){return p({fieldId:a(),operator:$(e),value:a()})}o(Ne,"valueFilter");function ni(e){return p({fieldId:a(),operator:$(e)})}o(ni,"existenceFilter");var sp=p({status:y(X()),body:y(O()),headers:y(k(a(),a()))}),up=p({...re,deleted:V(ze),ownerId:a(),displayName:a(),platformId:a(),externalId:V(a())});var ui=p({name:a(),description:y(a()),type:a(),required:B()}),cp=p({pieceName:a(),triggerName:a(),input:p({toolName:a(),toolDescription:a(),inputSchema:w(ui),returnsResponse:B()})});var ci="^[0-9]+\\.[0-9]+\\.[0-9]+$",jI=new RegExp(ci),lp="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",FI=a().check(Ee(new RegExp(ci))),BI=a().check(Ee(new RegExp(lp))),dp=p({packageType:$("ARCHIVE"),pieceType:C(je),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),pi=p({packageType:$("REGISTRY"),pieceType:$("OFFICIAL"),pieceName:a(),pieceVersion:a()}),li=p({packageType:$("REGISTRY"),pieceType:$("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),ZI=N([pi,li]),VI=N([dp,pi,li]);var mp=$e("type",[p({type:$("CRON_EXPRESSION"),cronExpression:a(),timezone:a()}),p({type:$("INTERVAL"),intervalMs:To().check(wt(6e4))})]),HI=p({...re,type:C(Re),projectId:a(),flowId:a(),triggerName:a(),schedule:V(mp),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:V(a()),simulate:B()}),di=(m=>(m.UNKNOWN="UNKNOWN",m.FLOW_RUN_LOG="FLOW_RUN_LOG",m.FLOW_RUN_LOG_SLICE="FLOW_RUN_LOG_SLICE",m.PACKAGE_ARCHIVE="PACKAGE_ARCHIVE",m.FLOW_STEP_FILE="FLOW_STEP_FILE",m.SAMPLE_DATA="SAMPLE_DATA",m.TRIGGER_PAYLOAD="TRIGGER_PAYLOAD",m.SAMPLE_DATA_INPUT="SAMPLE_DATA_INPUT",m.TRIGGER_EVENT_FILE="TRIGGER_EVENT_FILE",m.PROJECT_RELEASE="PROJECT_RELEASE",m.FLOW_VERSION_BACKUP="FLOW_VERSION_BACKUP",m.PLATFORM_ASSET="PLATFORM_ASSET",m.USER_PROFILE_PICTURE="USER_PROFILE_PICTURE",m.WEBHOOK_PAYLOAD="WEBHOOK_PAYLOAD",m.KNOWLEDGE_BASE="KNOWLEDGE_BASE",m.FLOW_BUNDLE="FLOW_BUNDLE",m))(di||{}),mi=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(mi||{}),fi=(r=>(r.S3="S3",r.DB="DB",r))(fi||{}),GI=p({...re,projectId:V(a()),platformId:V(a()),type:C(di),compression:C(mi),data:y(O()),location:C(fi),size:V(X()),fileName:V(a()),s3Key:V(a()),metadata:V(k(a(),a()))}),gi=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(gi||{}),yi=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(yi||{}),WI=p({id:a(),email:a(),firstName:a(),status:C(yi),externalId:V(a()),platformId:V(a()),platformRole:C(gi),lastName:a(),created:ze,updated:ze,lastActiveDate:V(ze),imageUrl:V(a())});var Nr=p({...F.shape,...D(k(a(),O()),"OBJECT").shape});var Pi=p({...F.shape,...D(a(),"COLOR").shape});var Dr=N([ee,ye,Lt,ve,te,he,br,at,Ir,xe,ct,Nr,pt,ut,st,Pi]),U={ShortText(e){return{...e,valueSchema:void 0,type:"SHORT_TEXT"}},Checkbox(e){return{...e,valueSchema:void 0,type:"CHECKBOX"}},LongText(e){return{...e,valueSchema:void 0,type:"LONG_TEXT"}},MarkDown(e){return{displayName:"Markdown",required:!1,description:e.value,type:"MARKDOWN",valueSchema:void 0,variant:e.variant??"INFO"}},Number(e){return{...e,valueSchema:void 0,type:"NUMBER"}},Json(e){return{...e,valueSchema:void 0,type:"JSON"}},Array(e){return{...e,valueSchema:void 0,type:"ARRAY"}},Object(e){return{...e,valueSchema:void 0,type:"OBJECT"}},Dropdown(e){return{...e,valueSchema:void 0,type:"DROPDOWN"}},StaticDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_DROPDOWN"}},MultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"MULTI_SELECT_DROPDOWN"}},DynamicProperties(e){return{...e,valueSchema:void 0,type:"DYNAMIC"}},StaticMultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_MULTI_SELECT_DROPDOWN"}},DateTime(e){return{...e,valueSchema:void 0,type:"DATE_TIME"}},File(e){return{...e,valueSchema:void 0,type:"FILE"}},Custom(e){let t=e.code.toString();return{...e,code:t,valueSchema:void 0,type:"CUSTOM"}},Color(e){return{...e,valueSchema:void 0,type:"COLOR"}}};var me=p({displayName:a(),description:y(a())});var _i=p({username:a(),password:a()}),Cr=p({...me.shape,username:p({displayName:a(),description:y(a())}),password:p({displayName:a(),description:y(a())}),...D(_i,"BASIC_AUTH").shape});var hp=k(a(),N([ee,ye,xe,ve,te])),Ur=p({...me.shape,props:hp,...D(O(),"CUSTOM_AUTH").shape});var De=p({...me.shape,...D(p({auth:a()}),"SECRET_TEXT").shape});var vp=k(a(),N([ee,ye,De,xe,ve,te,he,Lt])),bi=p({...me.shape,props:vp,...D(O(),"OIDC").shape});var Mr=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Mr||{}),Ii=N([ee,De,te]),Ti=k(a(),Ii),xp=p({props:y(k(a(),Ii)),authUrl:a(),tokenUrl:a(),scope:w(a()),prompt:y(N([$("none"),$("consent"),$("login"),$("omit")])),pkce:y(B()),pkceMethod:y(N([$("plain"),$("S256")])),authorizationMethod:y(C(Mr)),grantType:y(N([C(dt),$(Tr)])),extra:y(k(a(),a()))}),Ei=p({access_token:a(),props:y(Ti),data:k(a(),nt())}),Lr=p({...me.shape,...xp.shape,...D(Ei,"OAUTH2").shape});var Ve=N([Cr,Ur,bi,Lr,De]),ht="Connection",Vt={SecretText(e){return{...e,valueSchema:void 0,type:"SECRET_TEXT"}},OAuth2(e){return{...e,valueSchema:void 0,type:"OAUTH2",displayName:e.displayName||ht}},BasicAuth(e){return{...e,valueSchema:void 0,type:"BASIC_AUTH",displayName:e.displayName||ht,required:!0}},CustomAuth(e){return{...e,valueSchema:void 0,type:"CUSTOM_AUTH",displayName:e.displayName||ht}},OIDC(e){return{...e,valueSchema:void 0,type:"OIDC",displayName:e.displayName||ht}},None(){}};var EE={OAUTH2:"OAUTH2",CLOUD_OAUTH2:"OAUTH2",PLATFORM_OAUTH2:"OAUTH2",BASIC_AUTH:"BASIC_AUTH",CUSTOM_AUTH:"CUSTOM_AUTH",OIDC:"OIDC",SECRET_TEXT:"SECRET_TEXT",NO_AUTH:void 0};var Pp=p({...F.shape,...D(O(),"CUSTOM").shape,code:a()});var _p=N([Dr,Ve]),jr=k(a(),_p),HE=k(a(),Dr);var $i=N([p({strategy:$("CRON"),cronExpression:a()}),p({strategy:$("NONE")})]);var Si="2",Ht="0.82.0";var Fr=class{constructor(t,r,n,i,u,c,l,f,h=Ht,P,T="",x){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=l;this.auth=f;this.minimumSupportedRelease=h;this.maximumSupportedRelease=P;this.description=T;this.deprecated=x;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:Si}),"getContextInfo");(!bp(h)||Ip(h,Ht))&&(this.minimumSupportedRelease=Ht),u.forEach(s=>this._actions[s.name]=s),c.forEach(s=>this._triggers[s.name]=s)}static{o(this,"Piece")}metadata(){return{displayName:this.displayName,logoUrl:this.logoUrl,actions:this._actions,triggers:this._triggers,categories:this.categories,description:this.description,authors:this.authors,auth:this.auth,minimumSupportedRelease:this.minimumSupportedRelease,maximumSupportedRelease:this.maximumSupportedRelease,deprecated:this.deprecated,contextInfo:this.getContextInfo?.()}}getAction(t){return this._actions[t]}getTrigger(t){return this._triggers[t]}actions(){return this._actions}triggers(){return this._triggers}},Ai=o(e=>{if(e.auth&&Array.isArray(e.auth)&&!e.auth.every((r,n,i)=>n===i.findIndex(u=>u.type===r.type)))throw new Error("Auth properties must be unique by type");return new Fr(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description,e.deprecated)},"createPiece");function bp(e){return/^\d+\.\d+\.\d+$/.test(e)}o(bp,"isValidSimpleSemver");function Ip(e,t){let[r,n,i]=e.split(".").map(Number),[u,c,l]=t.split(".").map(Number);return r!==u?r<u:n!==c?n<c:i<l}o(Ip,"isSemverLessThan");var Tp=y(k(a(),k(a(),a()))),zi=p({id:y(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:w(a()),platformId:y(a()),directoryPath:y(a()),auth:y(N([Ve,w(Ve)])),version:a(),categories:y(w(C(Fe))),minimumSupportedRelease:y(a()),maximumSupportedRelease:y(a()),deprecated:y(B()),i18n:Tp}),Ep=C(["human","ai","both"]),Oi=p({description:y(a()),idempotent:y(B())}),ki=p({name:a(),displayName:a(),description:a(),props:jr,requireAuth:B(),errorHandlingOptions:y(_r),outputSchema:y(Ut()),audience:y(Ep),aiMetadata:y(Oi)}),Ri=p({name:a(),displayName:a(),description:a(),props:jr,errorHandlingOptions:y(_r),type:C(Re),sampleData:O(),handshakeConfiguration:y(Ut()),renewConfiguration:y($i),testStrategy:C(ft),outputSchema:y(Ut()),aiMetadata:y(Oi)}),$p=p({...zi.shape,actions:k(a(),ki),triggers:k(a(),Ri)}),Sp=p({...zi.shape,actions:X(),triggers:X(),suggestedActions:y(w(ki)),suggestedTriggers:y(w(Ri))}),wi=p({projectUsage:X(),pieceType:C(je),packageType:C(lt),platformId:y(a()),archiveId:y(a())}),H$=p({...$p.shape,...wi.shape}),G$=p({...Sp.shape,...wi.shape}),W$=p({name:a(),version:a()});var Ap=Ue(require("path")),zp=Ue(require("fs/promises"));var Ui=require("node:stream");var Gt=class{constructor(t,r){this.baseUrl=t;this.authenticationConverter=r}static{o(this,"BaseHttpClient")}getUrl(t){let r=new URL(`${this.baseUrl}${t.url}`),n=`${r.origin}${r.pathname}`,i=new URLSearchParams;return r.searchParams.forEach((u,c)=>{i.append(c,u)}),{urlWithoutQueryParams:n,queryParams:i}}getHeaders(t){let r={Accept:"application/json"};return t.authentication&&this.populateAuthentication(t.authentication,r),t.body&&(t.headers?.["Content-Type"]==="text/csv"?r["Content-Type"]="text/csv":r["Content-Type"]="application/json"),t.headers&&(r={...r,...t.headers}),r}populateAuthentication(t,r){this.authenticationConverter.convert(t,r)}};var Wt=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new Br,r=new Zr){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},Br=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Zr=class{static{o(this,"BasicTokenAuthenticationConverter")}convert(t,r){let n=`${t.username}:${t.password}`,i=Buffer.from(n).toString("base64");return r.Authorization=`Basic ${i}`,r}};var vt=class extends Error{constructor(r,n){let i=n.status||500,u=Buffer.isBuffer(n.responseBody)?n.responseBody.toString():n.responseBody;super(JSON.stringify({response:{status:i,body:u},request:{body:r}}));this.requestBody=r;this.status=i,this.responseBody=u}static{o(this,"HttpError")}errorMessage(){return{response:{status:this.status,body:this.responseBody},request:{body:this.requestBody}}}get response(){return{status:this.status,body:this.responseBody}}get request(){return{body:this.requestBody}}};function Ni({error:e,requestBody:t}){return e instanceof vt?e.errorMessage():{response:{status:0,body:e instanceof Error?e.message:String(e)},request:{body:t}}}o(Ni,"toFailsafeOutput");var Oe=(c=>(c.GET="GET",c.POST="POST",c.PATCH="PATCH",c.PUT="PUT",c.DELETE="DELETE",c.HEAD="HEAD",c))(Oe||{});var qt=class extends Gt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Wt){super(t,r)}async sendRequest(t,r){process.env.NODE_TLS_REJECT_UNAUTHORIZED="0";let{urlWithoutQueryParams:n,queryParams:i}=this.getUrl(t),u=this.getHeaders(t),c=t.queryParams??{};for(let[L,Q]of Object.entries(c))i.append(L,Q);let l=i.toString(),f=l?`${n}?${l}`:n,h=t.responseType??"json",P=t.followRedirects??!0,T=t.retries??0,{body:x,extraHeaders:s,isStream:d}=Op(t.method)?kp(t.body,u):{body:void 0,extraHeaders:{},isStream:!1},g=wp({...u,...s}),m=await Rp(async()=>{let L=new AbortController,Q=t.timeout&&t.timeout>0?setTimeout(()=>L.abort(),t.timeout):void 0;try{let oe={method:t.method.toString(),headers:g,body:x,redirect:P?"follow":"manual",signal:L.signal};return d&&(oe.duplex="half"),r?.dispatcher!==void 0&&(oe.dispatcher=r.dispatcher),await fetch(f,oe)}finally{Q!==void 0&&clearTimeout(Q)}},T),v=P?300:400;if(m.status<200||m.status>=v){let L=await Di(m,h),Q=new vt(t.body,{status:m.status,responseBody:L});throw console.error("[HttpClient#(sanitized error message)] Request failed:",Q),Q}let _=await Di(m,h);return{status:m.status,headers:Np(m.headers),body:_}}};function Op(e){return e!=="GET"&&e!=="HEAD"}o(Op,"acceptsRequestBody");function kp(e,t){if(Cp(e))return{body:void 0,extraHeaders:{},isStream:!1};if(Dp(e)){let n=new Ui.PassThrough;return e.on("error",i=>n.destroy(i)),e.pipe(n),{body:n,extraHeaders:e.getHeaders(),isStream:!0}}return typeof e=="string"||Buffer.isBuffer(e)||e instanceof URLSearchParams||e instanceof ArrayBuffer||typeof FormData<"u"&&e instanceof FormData||typeof Blob<"u"&&e instanceof Blob?{body:e,extraHeaders:{},isStream:!1}:(t["Content-Type"]??t["content-type"]??"").includes("application/x-www-form-urlencoded")?{body:new URLSearchParams(e).toString(),extraHeaders:{},isStream:!1}:{body:JSON.stringify(e),extraHeaders:{},isStream:!1}}o(kp,"serializeBody");async function Di(e,t){switch(t){case"arraybuffer":return Buffer.from(await e.arrayBuffer());case"blob":return await e.blob();case"text":return await e.text();default:{let r=await e.text();if(r.length===0)return;try{return JSON.parse(r)}catch{return r}}}}o(Di,"parseResponseBody");async function Rp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await Ci(n);continue}return i}catch(i){if(r=i,n<t){await Ci(n);continue}throw i}throw r}o(Rp,"sendWithRetries");function Ci(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o(Ci,"backoff");function wp(e){let t={};for(let[r,n]of Object.entries(e))n!==void 0&&(t[r.toLowerCase()]=Array.isArray(n)?n.join(", "):n);return t}o(wp,"normalizeHeaders");function Np(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(Np,"toHttpHeaders");function Dp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"&&typeof e.on=="function"}o(Dp,"isNodeFormData");function Cp(e){return e==null}o(Cp,"isNil");var ne=new qt;var Id=Ue(require("fs")),Zs=Ue(Bs());var Td={"application/json":"json","application/pdf":"pdf","application/xml":"xml","text/xml":"xml","application/zip":"zip","application/gzip":"gz","application/x-tar":"tar","application/octet-stream":"bin","application/msword":"doc","application/vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","application/vnd.ms-excel":"xls","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","application/vnd.ms-powerpoint":"ppt","application/vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","application/rtf":"rtf","application/javascript":"js","application/x-www-form-urlencoded":"bin","text/plain":"txt","text/html":"html","text/css":"css","text/csv":"csv","text/calendar":"ics","text/markdown":"md","image/png":"png","image/jpeg":"jpeg","image/jpg":"jpg","image/gif":"gif","image/webp":"webp","image/svg+xml":"svg","image/bmp":"bmp","image/tiff":"tiff","image/x-icon":"ico","image/vnd.microsoft.icon":"ico","image/heic":"heic","audio/mpeg":"mp3","audio/mp4":"m4a","audio/wav":"wav","audio/x-wav":"wav","audio/ogg":"ogg","audio/webm":"weba","video/mp4":"mp4","video/mpeg":"mpeg","video/webm":"webm","video/quicktime":"mov","video/x-msvideo":"avi","font/woff":"woff","font/woff2":"woff2","font/ttf":"ttf","font/otf":"otf"};function Ed(e){let t=e.split(";")[0].trim().toLowerCase();return Td[t]??""}o(Ed,"contentTypeToExtension");var $d=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),Sd=o((e,t)=>{let r="https://api.example.com";try{let n=t?e(t):void 0;return(n?.endsWith("/")?n.slice(0,-1):n)??r}catch{return r}},"getBaseUrlForDescription");function Vs({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:c,extraProps:l,authLocation:f="headers"}){return le({audience:"human",name:u||"custom_api_call",displayName:i||"Custom API Call",description:n||"Make a custom API call to a specific endpoint",auth:e,requireAuth:!!e,props:{url:U.DynamicProperties({auth:e,displayName:"",required:!0,refreshers:[],props:o(async({auth:h})=>({url:U.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
3
+ i.e ${Sd(t,h)}/resource or /resource`,required:!0,defaultValue:h?t(h):"",...c?.url??{}})}),"props")}),method:U.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values(Oe).map(h=>({label:h,value:h}))},...c?.method??{}}),headers:U.Object({displayName:"Headers",description:"Authorization headers are injected automatically from your connection.",required:!0,...c?.headers??{}}),queryParams:U.Object({displayName:"Query Parameters",required:!0,...c?.queryParams??{}}),body_type:U.StaticDropdown({displayName:"Body Type",required:!1,defaultValue:"none",options:{disabled:!1,options:[{label:"None",value:"none"},{label:"JSON",value:"json"},{label:"Form Data",value:"form_data"},{label:"Raw",value:"raw"}]}}),body:U.DynamicProperties({auth:e,displayName:"Body",refreshers:["body_type"],required:!1,props:o(async({body_type:h})=>{if(!h)return{};let P=h,T={};switch(P){case"none":break;case"json":T.data=U.Json({displayName:"JSON Body",required:!0,...c?.body??{}});break;case"raw":T.data=U.LongText({displayName:"Raw Body",required:!0});break;case"form_data":T.data=U.Array({displayName:"Form Data",required:!0,properties:{fieldName:U.ShortText({displayName:"Field Name",required:!0}),fieldType:U.StaticDropdown({displayName:"Field Type",required:!0,options:{disabled:!1,options:[{label:"Text",value:"text"},{label:"File",value:"file"}]}}),textFieldValue:U.LongText({displayName:"Text Field Value",required:!1}),fileFieldValue:U.File({displayName:"File Field Value",required:!1})}});break}return T},"props")}),response_is_binary:U.Checkbox({displayName:"Response is Binary ?",description:"Enable for files like PDFs, images, etc.",required:!1,defaultValue:!1}),failsafe:U.Checkbox({displayName:"No Error on Failure",required:!1,...c?.failsafe??{}}),timeout:U.Number({displayName:"Timeout (in seconds)",required:!1,...c?.timeout??{}}),followRedirects:U.Checkbox({displayName:"Follow redirects",required:!1,defaultValue:!1}),...l},run:o(async h=>{let{method:P,url:T,headers:x,queryParams:s,body:d,body_type:g,failsafe:m,timeout:v,response_is_binary:_,followRedirects:L}=h.propsValue;Ft(P,"Method"),Ft(T,"URL");let Q=ae(r)?{}:await r(h.auth,h.propsValue),oe=T.url,Je=oe.startsWith("http://")||oe.startsWith("https://")?oe:$d({baseUrl:t(h.auth),relativePath:oe}),_e={method:P,url:Je,headers:{...x??{},...f==="headers"||!ae(f)?Q:{}},queryParams:{...f==="queryParams"?Q:{},...s??{}},timeout:v?v*1e3:0,followRedirects:L};if(_&&(_e.responseType="arraybuffer"),d)if(g&&g!=="none"){let fe=d.data;if(g==="form_data"){let Ks=fe,bt=new Zs.default;for(let{fieldName:ln,fieldType:dn,textFieldValue:mn,fileFieldValue:ir}of Ks)dn==="text"&&!gt(mn)?bt.append(ln,mn):dn==="file"&&!gt(ir)&&bt.append(ln,ir.data,{filename:ir?.filename});_e.body=bt,_e.headers={..._e.headers,...bt.getHeaders()}}else _e.body=fe}else g||(_e.body=d);try{let fe=await ne.sendRequest(_e);return await Ad(h.files,fe.body,fe.status,fe.headers,_)}catch(fe){if(m)return Ni({error:fe,requestBody:_e.body});throw fe}},"run")})}o(Vs,"createCustomApiCallAction");var Ad=o(async(e,t,r,n,i)=>{let u;if(i&&zd(t)){let c=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],l=Ed(c??"")||"txt",f;t instanceof ArrayBuffer?f=Buffer.from(new Uint8Array(t)):Buffer.isBuffer(t)?f=t:f=Buffer.from(t),u=await e.write({fileName:`output.${l}`,data:f})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),zd=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");var ue="https://next-api.useplunk.com",ce=Vt.CustomAuth({description:"Find both API keys in your Plunk project's API settings.\n\n - Secret API key (`sk_*`) is required for sending email and managing contacts.\n - Public API key (`pk_*`) is optional.It is only used by the Track Event action.",required:!0,props:{secretKey:Vt.SecretText({displayName:"Secret API Key",description:"Used for /v1/send, /v1/contacts, and the Custom API Call action.",required:!0}),publicKey:U.ShortText({displayName:"Public API Key",description:"Required only for the Track Event action.",required:!1})},validate:o(async({auth:e})=>{try{return await ne.sendRequest({method:"GET",url:`${ue}/contacts`,authentication:{type:"BEARER_TOKEN",token:e.secretKey}}),{valid:!0}}catch{return{valid:!1,error:"Could not authenticate with Plunk. Verify the secret API key is correct."}}},"validate")});var Hs=le({auth:ce,name:"send_transactional_email",displayName:"Send Transactional Email",description:"Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.",audience:"both",aiMetadata:{description:"Sends a one-off transactional email through Plunk to one recipient or a comma-separated list of recipients, with an HTML body and optional sender name, from address (must be a verified Plunk address), and reply-to. Choose this for direct/triggered emails rather than marketing campaigns. Not idempotent: each call dispatches a new email, and enabling the subscribed flag will create the recipient as a subscribed contact if they do not already exist.",idempotent:!1},props:{to:U.ShortText({displayName:"To",description:"Recipient email address. For multiple recipients, separate with commas.",required:!0}),subject:U.ShortText({displayName:"Subject",required:!0}),body:U.LongText({displayName:"Body",description:"HTML body of the email.",required:!0}),name:U.ShortText({displayName:"Sender Name",description:"Optional sender name. Falls back to the project default.",required:!1}),from:U.ShortText({displayName:"Sender Email (From)",description:"Optional sender email. Must be a verified address on your Plunk project.",required:!1}),reply:U.ShortText({displayName:"Reply-To",description:"Optional reply-to email.",required:!1}),subscribed:U.Checkbox({displayName:"Mark Recipient as Subscribed",description:"When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.",required:!1})},async run(e){let{to:t,subject:r,body:n,name:i,from:u,reply:c,subscribed:l}=e.propsValue,f=t.split(",").map(T=>T.trim()).filter(T=>T.length>0),h={to:f.length===1?f[0]:f,subject:r,body:n};return i&&(h.name=i),u&&(h.from=u),c&&(h.reply=c),l===!0&&(h.subscribed=!0),(await ne.sendRequest({method:"POST",url:`${ue}/v1/send`,body:h,authentication:{type:"BEARER_TOKEN",token:e.auth.props.secretKey}})).body}});var Gs=le({auth:ce,name:"track_event",displayName:"Track Event",description:"Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.",audience:"both",aiMetadata:{description:"Records a named event (e.g. order.completed) against a contact identified by email, optionally with arbitrary event metadata, to drive Plunk automations. Use it to signal that something happened for a contact. Requires the Plunk public API key in the connection, and auto-creates the contact if it does not exist. Not idempotent: each call appends another occurrence of the event.",idempotent:!1},props:{event:U.ShortText({displayName:"Event Name",description:"Identifier of the event being tracked, e.g. `order.completed`.",required:!0}),email:U.ShortText({displayName:"Contact Email",description:"Email address of the contact the event belongs to.",required:!0}),subscribed:U.Checkbox({displayName:"Mark Contact as Subscribed",description:"When enabled, contacts auto-created by this event will be marked as subscribed.",required:!1}),data:U.Object({displayName:"Event Data",description:"Optional metadata stored alongside the event.",required:!1})},async run(e){let t=e.auth.props.publicKey;if(!t||t.trim().length===0)throw new Error("Track Event requires a Plunk public API key. Add the public key in the piece authentication.");let{event:r,email:n,subscribed:i,data:u}=e.propsValue,c={event:r,email:n};return i===!0&&(c.subscribed=!0),u&&Object.keys(u).length>0&&(c.data=u),(await ne.sendRequest({method:"POST",url:`${ue}/v1/track`,body:c,authentication:{type:"BEARER_TOKEN",token:t}})).body}});var Od=200,Ws=le({auth:ce,name:"get_all_contacts",displayName:"Get All Contacts",description:"Retrieve every contact in your Plunk project.",audience:"both",aiMetadata:{description:"Fetches the full list of contacts in the Plunk project, automatically paging through all results. Use it to enumerate or scan contacts when you do not already have a specific contact ID. Takes no input. Read-only and idempotent.",idempotent:!0},props:{},async run(e){let t=[],r;for(let n=0;n<Od;n++){let i={limit:"100"};r&&(i.cursor=r);let c=(await ne.sendRequest({method:"GET",url:`${ue}/contacts`,queryParams:i,authentication:{type:"BEARER_TOKEN",token:e.auth.props.secretKey}})).body;if(c.data?.length&&t.push(...c.data),!c.hasMore||!c.cursor)break;r=c.cursor}return{items:t}}});var qs=le({auth:ce,name:"get_contact",displayName:"Get Contact",description:"Retrieve a single contact by ID.",audience:"both",aiMetadata:{description:"Looks up a single Plunk contact by its contact ID. Use it when you already have the exact contact ID; to discover IDs first, list contacts with Get All Contacts. Read-only and idempotent.",idempotent:!0},props:{contactId:U.ShortText({displayName:"Contact ID",description:"The Plunk contact ID.",required:!0})},async run(e){let{contactId:t}=e.propsValue;return(await ne.sendRequest({method:"GET",url:`${ue}/contacts/${encodeURIComponent(t)}`,authentication:{type:"BEARER_TOKEN",token:e.auth.props.secretKey}})).body}});var kd=Ai({displayName:"Plunk",description:"Open-source email platform for transactional emails, marketing campaigns, and contact management.",minimumSupportedRelease:"0.36.1",logoUrl:"https://cdn.activepieces.com/pieces/plunk.png",categories:["MARKETING","COMMUNICATION"],authors:["fran-mora"],auth:ce,actions:[Hs,Gs,Ws,qs,Vs({baseUrl:o(()=>ue,"baseUrl"),auth:ce,authMapping:o(async e=>({Authorization:`Bearer ${e.props.secretKey}`}),"authMapping")})],triggers:[]});0&&(module.exports={plunk});
4
+ /*! Bundled license information:
5
+
6
+ mime-types/index.js:
7
+ (*!
8
+ * mime-types
9
+ * Copyright(c) 2014 Jonathan Ong
10
+ * Copyright(c) 2015 Douglas Christopher Wilson
11
+ * MIT Licensed
12
+ *)
13
+ */
package/src/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export declare const plunk: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
4
- }>>;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;GAuBhB,CAAC"}
package/src/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAEwC;AACxC,iDAAqD;AACrD,yDAAkE;AAClE,2DAAuD;AACvD,6DAAyD;AACzD,2DAAuD;AACvD,qCAAuD;AAE1C,QAAA,KAAK,GAAG,IAAA,8BAAW,EAAC;IAC/B,WAAW,EAAE,OAAO;IACpB,WAAW,EACT,mGAAmG;IACrG,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,+CAA+C;IACxD,UAAU,EAAE,CAAC,sBAAa,CAAC,SAAS,EAAE,sBAAa,CAAC,aAAa,CAAC;IAClE,OAAO,EAAE,CAAC,WAAW,CAAC;IACtB,IAAI,EAAE,gBAAS;IACf,OAAO,EAAE;QACP,mCAAsB;QACtB,wBAAU;QACV,0BAAW;QACX,wBAAU;QACV,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,qBAAc;YAC7B,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,aAAa,EAAE,UAAU,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE;iBAChD,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- export declare const getContact: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
4
- }>, {
5
- contactId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
- }>;
7
- //# sourceMappingURL=get-contact.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-contact.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-contact.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU;;;;;EA8BrB,CAAC"}
@@ -1,40 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getContact = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_framework_1 = require("@activepieces/pieces-framework");
6
- const pieces_common_1 = require("@activepieces/pieces-common");
7
- const auth_1 = require("../auth");
8
- exports.getContact = (0, pieces_framework_1.createAction)({
9
- auth: auth_1.plunkAuth,
10
- name: 'get_contact',
11
- displayName: 'Get Contact',
12
- description: 'Retrieve a single contact by ID.',
13
- audience: 'both',
14
- aiMetadata: {
15
- description: 'Looks up a single Plunk contact by its contact ID. Use it when you already have the exact contact ID; to discover IDs first, list contacts with Get All Contacts. Read-only and idempotent.',
16
- idempotent: true,
17
- },
18
- props: {
19
- contactId: pieces_framework_1.Property.ShortText({
20
- displayName: 'Contact ID',
21
- description: 'The Plunk contact ID.',
22
- required: true,
23
- }),
24
- },
25
- run(context) {
26
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
27
- const { contactId } = context.propsValue;
28
- const response = yield pieces_common_1.httpClient.sendRequest({
29
- method: pieces_common_1.HttpMethod.GET,
30
- url: `${auth_1.PLUNK_BASE_URL}/contacts/${encodeURIComponent(contactId)}`,
31
- authentication: {
32
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
33
- token: context.auth.props.secretKey,
34
- },
35
- });
36
- return response.body;
37
- });
38
- },
39
- });
40
- //# sourceMappingURL=get-contact.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-contact.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-contact.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAIqC;AACrC,kCAAoD;AAEvC,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,kCAAkC;IAC/C,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,6LAA6L;QAC/L,UAAU,EAAE,IAAI;KACjB;IACD,KAAK,EAAE;QACL,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YACzC,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,qBAAc,aAAa,kBAAkB,CAAC,SAAS,CAAC,EAAE;gBAClE,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS;iBACpC;aACF,CAAC,CAAC;YACH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const getContacts: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
4
- }>, {}>;
5
- //# sourceMappingURL=get-contacts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-contacts.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-contacts.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,WAAW;;;OA2CtB,CAAC"}
@@ -1,55 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getContacts = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_framework_1 = require("@activepieces/pieces-framework");
6
- const pieces_common_1 = require("@activepieces/pieces-common");
7
- const auth_1 = require("../auth");
8
- // Plunk's GET /v1/contacts is cursor-paginated. We page through with the
9
- // max page size and accumulate items until `hasMore` is false. The page-cap
10
- // guards against an unbounded loop if the API ever returns hasMore=true
11
- // without advancing the cursor.
12
- const MAX_PAGES = 200;
13
- exports.getContacts = (0, pieces_framework_1.createAction)({
14
- auth: auth_1.plunkAuth,
15
- name: 'get_all_contacts',
16
- displayName: 'Get All Contacts',
17
- description: 'Retrieve every contact in your Plunk project.',
18
- audience: 'both',
19
- aiMetadata: {
20
- description: 'Fetches the full list of contacts in the Plunk project, automatically paging through all results. Use it to enumerate or scan contacts when you do not already have a specific contact ID. Takes no input. Read-only and idempotent.',
21
- idempotent: true,
22
- },
23
- props: {},
24
- run(context) {
25
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
26
- var _a;
27
- const items = [];
28
- let cursor;
29
- for (let page = 0; page < MAX_PAGES; page++) {
30
- const queryParams = { limit: '100' };
31
- if (cursor)
32
- queryParams['cursor'] = cursor;
33
- const response = yield pieces_common_1.httpClient.sendRequest({
34
- method: pieces_common_1.HttpMethod.GET,
35
- url: `${auth_1.PLUNK_BASE_URL}/contacts`,
36
- queryParams,
37
- authentication: {
38
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
39
- token: context.auth.props.secretKey,
40
- },
41
- });
42
- const body = response.body;
43
- if ((_a = body.data) === null || _a === void 0 ? void 0 : _a.length) {
44
- items.push(...body.data);
45
- }
46
- if (!body.hasMore || !body.cursor) {
47
- break;
48
- }
49
- cursor = body.cursor;
50
- }
51
- return { items };
52
- });
53
- },
54
- });
55
- //# sourceMappingURL=get-contacts.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-contacts.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-contacts.ts"],"names":[],"mappings":";;;;AAAA,qEAA8D;AAC9D,+DAIqC;AACrC,kCAAoD;AAQpD,yEAAyE;AACzE,4EAA4E;AAC5E,wEAAwE;AACxE,gCAAgC;AAChC,MAAM,SAAS,GAAG,GAAG,CAAC;AAET,QAAA,WAAW,GAAG,IAAA,+BAAY,EAAC;IACtC,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,kBAAkB;IAC/B,WAAW,EAAE,+CAA+C;IAC5D,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,sOAAsO;QACxO,UAAU,EAAE,IAAI;KACjB;IACD,KAAK,EAAE,EAAE;IACH,GAAG,CAAC,OAAO;;;YACf,MAAM,KAAK,GAAc,EAAE,CAAC;YAC5B,IAAI,MAA0B,CAAC;YAE/B,KAAK,IAAI,IAAI,GAAG,CAAC,EAAE,IAAI,GAAG,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC;gBAC5C,MAAM,WAAW,GAA2B,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;gBAC7D,IAAI,MAAM;oBAAE,WAAW,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;gBAE3C,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;oBAC5C,MAAM,EAAE,0BAAU,CAAC,GAAG;oBACtB,GAAG,EAAE,GAAG,qBAAc,WAAW;oBACjC,WAAW;oBACX,cAAc,EAAE;wBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;wBACrC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS;qBACpC;iBACF,CAAC,CAAC;gBAEH,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAyB,CAAC;gBAChD,IAAI,MAAA,IAAI,CAAC,IAAI,0CAAE,MAAM,EAAE,CAAC;oBACtB,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC3B,CAAC;gBAED,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;oBAClC,MAAM;gBACR,CAAC;gBACD,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;YACvB,CAAC;YAED,OAAO,EAAE,KAAK,EAAE,CAAC;QACnB,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,13 +0,0 @@
1
- export declare const sendTransactionalEmail: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
4
- }>, {
5
- to: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
- subject: import("@activepieces/pieces-framework").ShortTextProperty<true>;
7
- body: import("@activepieces/pieces-framework").LongTextProperty<true>;
8
- name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
9
- from: import("@activepieces/pieces-framework").ShortTextProperty<false>;
10
- reply: import("@activepieces/pieces-framework").ShortTextProperty<false>;
11
- subscribed: import("@activepieces/pieces-framework").CheckboxProperty<false>;
12
- }>;
13
- //# sourceMappingURL=send-email.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-email.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/send-email.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,sBAAsB;;;;;;;;;;;EA+EjC,CAAC"}
@@ -1,87 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sendTransactionalEmail = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_framework_1 = require("@activepieces/pieces-framework");
6
- const pieces_common_1 = require("@activepieces/pieces-common");
7
- const auth_1 = require("../auth");
8
- exports.sendTransactionalEmail = (0, pieces_framework_1.createAction)({
9
- auth: auth_1.plunkAuth,
10
- name: 'send_transactional_email',
11
- displayName: 'Send Transactional Email',
12
- description: 'Send a transactional email through Plunk. Recipient can be a single address or a comma-separated list.',
13
- audience: 'both',
14
- aiMetadata: {
15
- description: 'Sends a one-off transactional email through Plunk to one recipient or a comma-separated list of recipients, with an HTML body and optional sender name, from address (must be a verified Plunk address), and reply-to. Choose this for direct/triggered emails rather than marketing campaigns. Not idempotent: each call dispatches a new email, and enabling the subscribed flag will create the recipient as a subscribed contact if they do not already exist.',
16
- idempotent: false,
17
- },
18
- props: {
19
- to: pieces_framework_1.Property.ShortText({
20
- displayName: 'To',
21
- description: 'Recipient email address. For multiple recipients, separate with commas.',
22
- required: true,
23
- }),
24
- subject: pieces_framework_1.Property.ShortText({
25
- displayName: 'Subject',
26
- required: true,
27
- }),
28
- body: pieces_framework_1.Property.LongText({
29
- displayName: 'Body',
30
- description: 'HTML body of the email.',
31
- required: true,
32
- }),
33
- name: pieces_framework_1.Property.ShortText({
34
- displayName: 'Sender Name',
35
- description: 'Optional sender name. Falls back to the project default.',
36
- required: false,
37
- }),
38
- from: pieces_framework_1.Property.ShortText({
39
- displayName: 'Sender Email (From)',
40
- description: 'Optional sender email. Must be a verified address on your Plunk project.',
41
- required: false,
42
- }),
43
- reply: pieces_framework_1.Property.ShortText({
44
- displayName: 'Reply-To',
45
- description: 'Optional reply-to email.',
46
- required: false,
47
- }),
48
- subscribed: pieces_framework_1.Property.Checkbox({
49
- displayName: 'Mark Recipient as Subscribed',
50
- description: 'When enabled, Plunk creates the recipient as a subscribed contact if they do not already exist.',
51
- required: false,
52
- }),
53
- },
54
- run(context) {
55
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
56
- const { to, subject, body, name, from, reply, subscribed } = context.propsValue;
57
- const recipients = to
58
- .split(',')
59
- .map((r) => r.trim())
60
- .filter((r) => r.length > 0);
61
- const requestBody = {
62
- to: recipients.length === 1 ? recipients[0] : recipients,
63
- subject,
64
- body,
65
- };
66
- if (name)
67
- requestBody['name'] = name;
68
- if (from)
69
- requestBody['from'] = from;
70
- if (reply)
71
- requestBody['reply'] = reply;
72
- if (subscribed === true)
73
- requestBody['subscribed'] = true;
74
- const response = yield pieces_common_1.httpClient.sendRequest({
75
- method: pieces_common_1.HttpMethod.POST,
76
- url: `${auth_1.PLUNK_BASE_URL}/v1/send`,
77
- body: requestBody,
78
- authentication: {
79
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
80
- token: context.auth.props.secretKey,
81
- },
82
- });
83
- return response.body;
84
- });
85
- },
86
- });
87
- //# sourceMappingURL=send-email.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"send-email.js","sourceRoot":"","sources":["../../../../src/lib/actions/send-email.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAIqC;AACrC,kCAAoD;AAEvC,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE,0BAA0B;IACvC,WAAW,EACT,wGAAwG;IAC1G,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,ocAAoc;QACtc,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACrB,WAAW,EAAE,IAAI;YACjB,WAAW,EAAE,yEAAyE;YACtF,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,OAAO,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC1B,WAAW,EAAE,SAAS;YACtB,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACtB,WAAW,EAAE,MAAM;YACnB,WAAW,EAAE,yBAAyB;YACtC,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,0DAA0D;YACvE,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,qBAAqB;YAClC,WAAW,EAAE,0EAA0E;YACvF,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,0BAA0B;YACvC,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,8BAA8B;YAC3C,WAAW,EACT,iGAAiG;YACnG,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,GACxD,OAAO,CAAC,UAAU,CAAC;YAErB,MAAM,UAAU,GAAG,EAAE;iBAClB,KAAK,CAAC,GAAG,CAAC;iBACV,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;iBACpB,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;YAE/B,MAAM,WAAW,GAA4B;gBAC3C,EAAE,EAAE,UAAU,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU;gBACxD,OAAO;gBACP,IAAI;aACL,CAAC;YACF,IAAI,IAAI;gBAAE,WAAW,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;YACrC,IAAI,IAAI;gBAAE,WAAW,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;YACrC,IAAI,KAAK;gBAAE,WAAW,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;YACxC,IAAI,UAAU,KAAK,IAAI;gBAAE,WAAW,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;YAE1D,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,qBAAc,UAAU;gBAChC,IAAI,EAAE,WAAW;gBACjB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS;iBACpC;aACF,CAAC,CAAC;YACH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- export declare const trackEvent: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
4
- }>, {
5
- event: import("@activepieces/pieces-framework").ShortTextProperty<true>;
6
- email: import("@activepieces/pieces-framework").ShortTextProperty<true>;
7
- subscribed: import("@activepieces/pieces-framework").CheckboxProperty<false>;
8
- data: import("@activepieces/pieces-framework").ObjectProperty<false>;
9
- }>;
10
- //# sourceMappingURL=track-event.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"track-event.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/track-event.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,UAAU;;;;;;;;EA8DrB,CAAC"}
@@ -1,68 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.trackEvent = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_framework_1 = require("@activepieces/pieces-framework");
6
- const pieces_common_1 = require("@activepieces/pieces-common");
7
- const auth_1 = require("../auth");
8
- exports.trackEvent = (0, pieces_framework_1.createAction)({
9
- auth: auth_1.plunkAuth,
10
- name: 'track_event',
11
- displayName: 'Track Event',
12
- description: 'Track a Plunk event for a contact. Plunk auto-creates the contact if they do not exist. Requires the public API key.',
13
- audience: 'both',
14
- aiMetadata: {
15
- description: 'Records a named event (e.g. order.completed) against a contact identified by email, optionally with arbitrary event metadata, to drive Plunk automations. Use it to signal that something happened for a contact. Requires the Plunk public API key in the connection, and auto-creates the contact if it does not exist. Not idempotent: each call appends another occurrence of the event.',
16
- idempotent: false,
17
- },
18
- props: {
19
- event: pieces_framework_1.Property.ShortText({
20
- displayName: 'Event Name',
21
- description: 'Identifier of the event being tracked, e.g. `order.completed`.',
22
- required: true,
23
- }),
24
- email: pieces_framework_1.Property.ShortText({
25
- displayName: 'Contact Email',
26
- description: 'Email address of the contact the event belongs to.',
27
- required: true,
28
- }),
29
- subscribed: pieces_framework_1.Property.Checkbox({
30
- displayName: 'Mark Contact as Subscribed',
31
- description: 'When enabled, contacts auto-created by this event will be marked as subscribed.',
32
- required: false,
33
- }),
34
- data: pieces_framework_1.Property.Object({
35
- displayName: 'Event Data',
36
- description: 'Optional metadata stored alongside the event.',
37
- required: false,
38
- }),
39
- },
40
- run(context) {
41
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
42
- const publicKey = context.auth.props.publicKey;
43
- if (!publicKey || publicKey.trim().length === 0) {
44
- throw new Error('Track Event requires a Plunk public API key. Add the public key in the piece authentication.');
45
- }
46
- const { event, email, subscribed, data } = context.propsValue;
47
- const requestBody = {
48
- event,
49
- email,
50
- };
51
- if (subscribed === true)
52
- requestBody['subscribed'] = true;
53
- if (data && Object.keys(data).length > 0)
54
- requestBody['data'] = data;
55
- const response = yield pieces_common_1.httpClient.sendRequest({
56
- method: pieces_common_1.HttpMethod.POST,
57
- url: `${auth_1.PLUNK_BASE_URL}/v1/track`,
58
- body: requestBody,
59
- authentication: {
60
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
61
- token: publicKey,
62
- },
63
- });
64
- return response.body;
65
- });
66
- },
67
- });
68
- //# sourceMappingURL=track-event.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"track-event.js","sourceRoot":"","sources":["../../../../src/lib/actions/track-event.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAIqC;AACrC,kCAAoD;AAEvC,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,gBAAS;IACf,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,aAAa;IAC1B,WAAW,EACT,sHAAsH;IACxH,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,8XAA8X;QAChY,UAAU,EAAE,KAAK;KAClB;IACD,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,gEAAgE;YAC7E,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,oDAAoD;YACjE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC5B,WAAW,EAAE,4BAA4B;YACzC,WAAW,EACT,iFAAiF;YACnF,QAAQ,EAAE,KAAK;SAChB,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACpB,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,+CAA+C;YAC5D,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC;YAC/C,IAAI,CAAC,SAAS,IAAI,SAAS,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gBAChD,MAAM,IAAI,KAAK,CACb,8FAA8F,CAC/F,CAAC;YACJ,CAAC;YAED,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAC9D,MAAM,WAAW,GAA4B;gBAC3C,KAAK;gBACL,KAAK;aACN,CAAC;YACF,IAAI,UAAU,KAAK,IAAI;gBAAE,WAAW,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;YAC1D,IAAI,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,GAAG,CAAC;gBAAE,WAAW,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;YAErE,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC5C,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,qBAAc,WAAW;gBACjC,IAAI,EAAE,WAAW;gBACjB,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,SAAS;iBACjB;aACF,CAAC,CAAC;YACH,OAAO,QAAQ,CAAC,IAAI,CAAC;QACvB,CAAC;KAAA;CACF,CAAC,CAAC"}
package/src/lib/auth.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export declare const PLUNK_BASE_URL = "https://next-api.useplunk.com";
2
- export declare const plunkAuth: import("@activepieces/pieces-framework").CustomAuthProperty<{
3
- secretKey: import("@activepieces/pieces-framework").SecretTextProperty<true>;
4
- publicKey: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- }>;
6
- //# sourceMappingURL=auth.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,kCAAkC,CAAC;AAE9D,eAAO,MAAM,SAAS;;;EAqCpB,CAAC"}
package/src/lib/auth.js DELETED
@@ -1,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.plunkAuth = exports.PLUNK_BASE_URL = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_common_1 = require("@activepieces/pieces-common");
6
- const pieces_framework_1 = require("@activepieces/pieces-framework");
7
- exports.PLUNK_BASE_URL = 'https://next-api.useplunk.com';
8
- exports.plunkAuth = pieces_framework_1.PieceAuth.CustomAuth({
9
- description: `Find both API keys in your Plunk project's API settings.
10
-
11
- - Secret API key (\`sk_*\`) is required for sending email and managing contacts.
12
- - Public API key (\`pk_*\`) is optional.It is only used by the Track Event action.`,
13
- required: true,
14
- props: {
15
- secretKey: pieces_framework_1.PieceAuth.SecretText({
16
- displayName: 'Secret API Key',
17
- description: 'Used for /v1/send, /v1/contacts, and the Custom API Call action.',
18
- required: true,
19
- }),
20
- publicKey: pieces_framework_1.Property.ShortText({
21
- displayName: 'Public API Key',
22
- description: 'Required only for the Track Event action.',
23
- required: false,
24
- }),
25
- },
26
- validate: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
27
- try {
28
- yield pieces_common_1.httpClient.sendRequest({
29
- method: pieces_common_1.HttpMethod.GET,
30
- url: `${exports.PLUNK_BASE_URL}/contacts`,
31
- authentication: {
32
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
33
- token: auth.secretKey,
34
- },
35
- });
36
- return { valid: true };
37
- }
38
- catch (e) {
39
- return {
40
- valid: false,
41
- error: 'Could not authenticate with Plunk. Verify the secret API key is correct.',
42
- };
43
- }
44
- }),
45
- });
46
- //# sourceMappingURL=auth.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../src/lib/auth.ts"],"names":[],"mappings":";;;;AAAA,+DAAyF;AACzF,qEAAqE;AAExD,QAAA,cAAc,GAAG,+BAA+B,CAAC;AAEjD,QAAA,SAAS,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC5C,WAAW,EAAE;;;qFAGsE;IACnF,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,SAAS,EAAE,4BAAS,CAAC,UAAU,CAAC;YAC9B,WAAW,EAAE,gBAAgB;YAC7B,WAAW,EAAE,kEAAkE;YAC/E,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,gBAAgB;YAC7B,WAAW,EAAE,2CAA2C;YACxD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACD,QAAQ,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;QACvB,IAAI,CAAC;YACH,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC3B,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,sBAAc,WAAW;gBACjC,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,IAAI,CAAC,SAAS;iBACtB;aACF,CAAC,CAAC;YACH,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;QACzB,CAAC;QAAC,OAAO,CAAC,EAAE,CAAC;YACX,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,KAAK,EACH,0EAA0E;aAC7E,CAAC;QACJ,CAAC;IACH,CAAC,CAAA;CACF,CAAC,CAAC"}