@activepieces/piece-plunk 0.0.3 → 0.0.4
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 +7 -12
- package/src/index.js +13 -38
- package/src/index.d.ts +0 -5
- package/src/index.d.ts.map +0 -1
- package/src/index.js.map +0 -1
- package/src/lib/actions/get-contact.d.ts +0 -7
- package/src/lib/actions/get-contact.d.ts.map +0 -1
- package/src/lib/actions/get-contact.js +0 -40
- package/src/lib/actions/get-contact.js.map +0 -1
- package/src/lib/actions/get-contacts.d.ts +0 -5
- package/src/lib/actions/get-contacts.d.ts.map +0 -1
- package/src/lib/actions/get-contacts.js +0 -55
- package/src/lib/actions/get-contacts.js.map +0 -1
- package/src/lib/actions/send-email.d.ts +0 -13
- package/src/lib/actions/send-email.d.ts.map +0 -1
- package/src/lib/actions/send-email.js +0 -87
- package/src/lib/actions/send-email.js.map +0 -1
- package/src/lib/actions/track-event.d.ts +0 -10
- package/src/lib/actions/track-event.d.ts.map +0 -1
- package/src/lib/actions/track-event.js +0 -68
- package/src/lib/actions/track-event.js.map +0 -1
- package/src/lib/auth.d.ts +0 -6
- package/src/lib/auth.d.ts.map +0 -1
- package/src/lib/auth.js +0 -46
- package/src/lib/auth.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-plunk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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 Cs=Object.create;var Je=Object.defineProperty;var Us=Object.getOwnPropertyDescriptor;var Ms=Object.getOwnPropertyNames;var js=Object.getPrototypeOf,Ls=Object.prototype.hasOwnProperty;var o=(e,t)=>Je(e,"name",{value:t,configurable:!0});var E=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),ln=(e,t)=>{for(var r in t)Je(e,r,{get:t[r],enumerable:!0})},dn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Ms(t))!Ls.call(e,i)&&i!==r&&Je(e,i,{get:()=>t[i],enumerable:!(n=Us(t,i))||n.enumerable});return e};var Ne=(e,t,r)=>(r=e!=null?Cs(js(e)):{},dn(t||!e||!e.__esModule?Je(r,"default",{value:e,enumerable:!0}):r,e)),Fs=e=>dn(Je({},"__esModule",{value:!0}),e);var ko=E((zo,jt)=>{(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]+::?)+",d={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,l){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let g=0,m=-1,v=(s.match(d.zoneIndex)||[])[0],P,j;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>l)return null;for(j=l-g,P=":";j--;)P+="0:";return s=s.replace("::",P),s[0]===":"&&(s=s.slice(1)),s[s.length-1]===":"&&(s=s.slice(0,-1)),l=function(){let Q=s.split(":"),oe=[];for(let Ke=0;Ke<Q.length;Ke++)oe.push(parseInt(Q[Ke],16));return oe}(),{parts:l,zoneId:v}}o(f,"expandIPv6");function y(s,l,g,m){if(s.length!==l.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let v=0,P;for(;m>0;){if(P=g-m,P<0&&(P=0),s[v]>>P!==l[v]>>P)return!1;m-=g,v+=1}return!0}o(y,"matchCIDR");function _(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(_,"parseIntAuto");function T(s,l){for(;s.length<l;)s=`0${s}`;return s}o(T,"padPart");let x={};x.IPv4=function(){function s(l){if(l.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let g,m;for(g=0;g<l.length;g++)if(m=l[g],!(0<=m&&m<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=l}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(l,g){let m;if(g===void 0&&(m=l,l=m[0],g=m[1]),l.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return y(this.octets,l.octets,8,g)},s.prototype.prefixLengthFromSubnetMask=function(){let l=0,g=!1,m={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},v,P,j;for(v=3;v>=0;v-=1)if(P=this.octets[v],P in m){if(j=m[P],g&&j!==0)return null;j!==8&&(g=!0),l+=j}else return null;return 32-l},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 l=this.parseCIDR(s),g=l[0].toByteArray(),m=this.subnetMaskFromPrefixLength(l[1]).toByteArray(),v=[],P=0;for(;P<4;)v.push(parseInt(g[P],10)|parseInt(m[P],10)^255),P++;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 l=s.match(/^(.+)\/(\d+)$/);return!x.IPv4.isValidCIDR(s)||!l?!1:x.IPv4.isValidFourPartDecimal(l[1])},x.IPv4.networkAddressFromCIDR=function(s){let l,g,m,v,P;try{for(l=this.parseCIDR(s),m=l[0].toByteArray(),P=this.subnetMaskFromPrefixLength(l[1]).toByteArray(),v=[],g=0;g<4;)v.push(parseInt(m[g],10)&parseInt(P[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 l=this.parser(s);if(l===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(l)},x.IPv4.parseCIDR=function(s){let l;if(l=s.match(/^(.+)\/(\d+)$/)){let g=parseInt(l[2]);if(g>=0&&g<=32){let m=[this.parse(l[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 l,g,m;if(l=s.match(r.fourOctet))return function(){let v=l.slice(1,6),P=[];for(let j=0;j<v.length;j++)g=v[j],P.push(_(g));return P}();if(l=s.match(r.longValue)){if(m=_(l[1]),m>4294967295||m<0)throw new Error("ipaddr: address outside defined range");return function(){let v=[],P;for(P=0;P<=24;P+=8)v.push(m>>P&255);return v}().reverse()}else return(l=s.match(r.twoOctet))?function(){let v=l.slice(1,4),P=[];if(m=_(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(m>>16&255),P.push(m>>8&255),P.push(m&255),P}():(l=s.match(r.threeOctet))?function(){let v=l.slice(1,5),P=[];if(m=_(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(_(v[1])),P.push(m>>8&255),P.push(m&255),P}():null},x.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let l=[0,0,0,0],g=0,m=Math.floor(s/8);for(;g<m;)l[g]=255,g++;return m<4&&(l[m]=Math.pow(2,s%8)-1<<8-s%8),new this(l)},x.IPv6=function(){function s(l,g){let m,v;if(l.length===16)for(this.parts=[],m=0;m<=14;m+=2)this.parts.push(l[m]<<8|l[m+1]);else if(l.length===8)this.parts=l;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(l,g){let m;if(g===void 0&&(m=l,l=m[0],g=m[1]),l.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return y(this.parts,l.parts,16,g)},s.prototype.prefixLengthFromSubnetMask=function(){let l=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,P;for(let j=7;j>=0;j-=1)if(v=this.parts[j],v in m){if(P=m[v],g&&P!==0)return null;P!==16&&(g=!0),l+=P}else return null;return 128-l},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let l,g=[],m=this.parts;for(let v=0;v<m.length;v++)l=m[v],g.push(l>>8),g.push(l&255);return g},s.prototype.toFixedLengthString=function(){let l=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}`),l+g},s.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let l=this.parts.slice(-2),g=l[0],m=l[1];return new x.IPv4([g>>8,g&255,m>>8,m&255])},s.prototype.toNormalizedString=function(){let l=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}`),l+g},s.prototype.toRFC5952String=function(){let l=/((^|:)(0(:|$)){2,})/g,g=this.toNormalizedString(),m=0,v=-1,P;for(;P=l.exec(g);)P[0].length>v&&(m=P.index,v=P[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 l=this.parseCIDR(s),g=l[0].toByteArray(),m=this.subnetMaskFromPrefixLength(l[1]).toByteArray(),v=[],P=0;for(;P<16;)v.push(parseInt(g[P],10)|parseInt(m[P],10)^255),P++;return new this(v)}catch(l){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${l})`)}},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 l=this.parser(s);return new this(l.parts,l.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 l,g,m,v,P;try{for(l=this.parseCIDR(s),m=l[0].toByteArray(),P=this.subnetMaskFromPrefixLength(l[1]).toByteArray(),v=[],g=0;g<16;)v.push(parseInt(m[g],10)&parseInt(P[g],10)),g++;return new this(v)}catch(j){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${j})`)}},x.IPv6.parse=function(s){let l=this.parser(s);if(l.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(l.parts,l.zoneId)},x.IPv6.parseCIDR=function(s){let l,g,m;if((g=s.match(/^(.+)\/(\d+)$/))&&(l=parseInt(g[2]),l>=0&&l<=128))return m=[this.parse(g[1]),l],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 l,g,m,v,P,j;if(m=s.match(d.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(d.native.test(s))return f(s,8);if((m=s.match(d.transitional))&&(j=m[6]||"",l=m[1],m[1].endsWith("::")||(l=l.slice(0,-1)),l=f(l+j,6),l.parts)){for(P=[parseInt(m[2]),parseInt(m[3]),parseInt(m[4]),parseInt(m[5])],g=0;g<P.length;g++)if(v=P[g],!(0<=v&&v<=255))return null;return l.parts.push(P[0]<<8|P[1]),l.parts.push(P[2]<<8|P[3]),{parts:l.parts,zoneId:l.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 l=[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;)l[g]=255,g++;return m<16&&(l[m]=Math.pow(2,s%8)-1<<8-s%8),new this(l)},x.fromByteArray=function(s){let l=s.length;if(l===4)return new x.IPv4(s);if(l===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 l=this.parse(s);return l.kind()==="ipv6"&&l.isIPv4MappedAddress()?l.toIPv4Address():l},x.subnetMatch=function(s,l,g){let m,v,P,j;g==null&&(g="unicast");for(v in l)if(Object.prototype.hasOwnProperty.call(l,v)){for(P=l[v],P[0]&&!(P[0]instanceof Array)&&(P=[P]),m=0;m<P.length;m++)if(j=P[m],s.kind()===j[0].kind()&&s.match.apply(s,j))return v}return g},typeof jt<"u"&&jt.exports?jt.exports=x:e.ipaddr=x})(zo)});var $i=E((BS,Ei)=>{var Ti=require("stream").Stream,yp=require("util");Ei.exports=ae;function ae(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(ae,"DelayedStream");yp.inherits(ae,Ti);ae.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(ae.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});ae.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ae.prototype.resume=function(){this._released||this.release(),this.source.resume()};ae.prototype.pause=function(){this.source.pause()};ae.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ae.prototype.pipe=function(){var e=Ti.prototype.pipe.apply(this,arguments);return this.resume(),e};ae.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)};ae.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 ki=E((VS,zi)=>{var hp=require("util"),Ai=require("stream").Stream,Si=$i();zi.exports=G;function G(){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(G,"CombinedStream");hp.inherits(G,Ai);G.create=function(e){var t=new this;e=e||{};for(var r in e)t[r]=e[r];return t};G.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};G.prototype.append=function(e){var t=G.isStreamLike(e);if(t){if(!(e instanceof Si)){var r=Si.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};G.prototype.pipe=function(e,t){return Ai.prototype.pipe.call(this,e,t),this.resume(),e};G.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}};G.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=G.isStreamLike(r);n&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))};G.prototype._pipeNext=function(e){this._currentStream=e;var t=G.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()};G.prototype._handleErrors=function(e){var t=this;e.on("error",function(r){t._emitError(r)})};G.prototype.write=function(e){this.emit("data",e)};G.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};G.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")};G.prototype.end=function(){this._reset(),this.emit("end")};G.prototype.destroy=function(){this._reset(),this.emit("close")};G.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};G.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};G.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)};G.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var wi=E((WS,Oi)=>{"use strict";Oi.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 Di=E(Y=>{"use strict";var Wt=wi(),vp=require("path").extname,Ri=/^\s*([^;\s]*)(?:;|\s|$)/,xp=/^text\//i;Y.charset=Ni;Y.charsets={lookup:Ni};Y.contentType=_p;Y.extension=Pp;Y.extensions=Object.create(null);Y.lookup=bp;Y.types=Object.create(null);Ip(Y.extensions,Y.types);function Ni(e){if(!e||typeof e!="string")return!1;var t=Ri.exec(e),r=t&&Wt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&xp.test(t[1])?"UTF-8":!1}o(Ni,"charset");function _p(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(_p,"contentType");function Pp(e){if(!e||typeof e!="string")return!1;var t=Ri.exec(e),r=t&&Y.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Pp,"extension");function bp(e){if(!e||typeof e!="string")return!1;var t=vp("x."+e).toLowerCase().substr(1);return t&&Y.types[t]||!1}o(bp,"lookup");function Ip(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(Wt).forEach(o(function(i){var u=Wt[i],c=u.extensions;if(!(!c||!c.length)){e[i]=c;for(var d=0;d<c.length;d++){var f=c[d];if(t[f]){var y=r.indexOf(Wt[t[f]].source),_=r.indexOf(u.source);if(t[f]!=="application/octet-stream"&&(y>_||y===_&&t[f].substr(0,12)==="application/"))continue}t[f]=i}}},"forEachMimeType"))}o(Ip,"populateMaps")});var Ui=E((KS,Ci)=>{Ci.exports=Tp;function Tp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(Tp,"defer")});var Fr=E((XS,ji)=>{var Mi=Ui();ji.exports=Ep;function Ep(e){var t=!1;return Mi(function(){t=!0}),o(function(n,i){t?e(n,i):Mi(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(Ep,"async")});var Br=E((QS,Li)=>{Li.exports=$p;function $p(e){Object.keys(e.jobs).forEach(Sp.bind(e)),e.jobs={}}o($p,"abort");function Sp(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(Sp,"clean")});var Zr=E((tA,Bi)=>{var Fi=Fr(),Ap=Br();Bi.exports=zp;function zp(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=kp(t,i,e[i],function(u,c){i in r.jobs&&(delete r.jobs[i],u?Ap(r):r.results[i]=c,n(u,r.results))})}o(zp,"iterate");function kp(e,t,r,n){var i;return e.length==2?i=e(r,Fi(n)):i=e(r,t,Fi(n)),i}o(kp,"runJob")});var Vr=E((nA,Zi)=>{Zi.exports=Op;function Op(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(Op,"state")});var Hr=E((iA,Vi)=>{var wp=Br(),Rp=Fr();Vi.exports=Np;function Np(e){Object.keys(this.jobs).length&&(this.index=this.size,wp(this),Rp(e)(null,this.results))}o(Np,"terminator")});var Wi=E((sA,Hi)=>{var Dp=Zr(),Cp=Vr(),Up=Hr();Hi.exports=Mp;function Mp(e,t,r){for(var n=Cp(e);n.index<(n.keyedList||e).length;)Dp(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 Up.bind(n,r)}o(Mp,"parallel")});var Wr=E((cA,Gt)=>{var Gi=Zr(),jp=Vr(),Lp=Hr();Gt.exports=Fp;Gt.exports.ascending=qi;Gt.exports.descending=Bp;function Fp(e,t,r,n){var i=jp(e,r);return Gi(e,t,i,o(function u(c,d){if(c){n(c,d);return}if(i.index++,i.index<(i.keyedList||e).length){Gi(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),Lp.bind(i,n)}o(Fp,"serialOrdered");function qi(e,t){return e<t?-1:e>t?1:0}o(qi,"ascending");function Bp(e,t){return-1*qi(e,t)}o(Bp,"descending")});var Ji=E((lA,Ki)=>{var Zp=Wr();Ki.exports=Vp;function Vp(e,t,r){return Zp(e,t,null,r)}o(Vp,"serial")});var Yi=E((mA,Xi)=>{Xi.exports={parallel:Wi(),serial:Ji(),serialOrdered:Wr()}});var Gr=E((fA,Qi)=>{"use strict";Qi.exports=Object});var ta=E((gA,ea)=>{"use strict";ea.exports=Error});var na=E((yA,ra)=>{"use strict";ra.exports=EvalError});var ia=E((hA,oa)=>{"use strict";oa.exports=RangeError});var sa=E((vA,aa)=>{"use strict";aa.exports=ReferenceError});var ca=E((xA,ua)=>{"use strict";ua.exports=SyntaxError});var qt=E((_A,pa)=>{"use strict";pa.exports=TypeError});var da=E((PA,la)=>{"use strict";la.exports=URIError});var fa=E((bA,ma)=>{"use strict";ma.exports=Math.abs});var ya=E((IA,ga)=>{"use strict";ga.exports=Math.floor});var va=E((TA,ha)=>{"use strict";ha.exports=Math.max});var _a=E((EA,xa)=>{"use strict";xa.exports=Math.min});var ba=E(($A,Pa)=>{"use strict";Pa.exports=Math.pow});var Ta=E((SA,Ia)=>{"use strict";Ia.exports=Math.round});var $a=E((AA,Ea)=>{"use strict";Ea.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Aa=E((kA,Sa)=>{"use strict";var Hp=$a();Sa.exports=o(function(t){return Hp(t)||t===0?t:t<0?-1:1},"sign")});var ka=E((wA,za)=>{"use strict";za.exports=Object.getOwnPropertyDescriptor});var qr=E((RA,Oa)=>{"use strict";var Kt=ka();if(Kt)try{Kt([],"length")}catch{Kt=null}Oa.exports=Kt});var Ra=E((NA,wa)=>{"use strict";var Jt=Object.defineProperty||!1;if(Jt)try{Jt({},"a",{value:1})}catch{Jt=!1}wa.exports=Jt});var Kr=E((DA,Na)=>{"use strict";Na.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 d=Object.getOwnPropertyDescriptor(t,r);if(d.value!==i||d.enumerable!==!0)return!1}return!0},"hasSymbols")});var Ua=E((UA,Ca)=>{"use strict";var Da=typeof Symbol<"u"&&Symbol,Wp=Kr();Ca.exports=o(function(){return typeof Da!="function"||typeof Symbol!="function"||typeof Da("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Wp()},"hasNativeSymbols")});var Jr=E((jA,Ma)=>{"use strict";Ma.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Xr=E((LA,ja)=>{"use strict";var Gp=Gr();ja.exports=Gp.getPrototypeOf||null});var Ba=E((FA,Fa)=>{"use strict";var qp="Function.prototype.bind called on incompatible ",Kp=Object.prototype.toString,Jp=Math.max,Xp="[object Function]",La=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"),Yp=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"),Qp=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");Fa.exports=o(function(t){var r=this;if(typeof r!="function"||Kp.apply(r)!==Xp)throw new TypeError(qp+r);for(var n=Yp(arguments,1),i,u=o(function(){if(this instanceof i){var _=r.apply(this,La(n,arguments));return Object(_)===_?_:this}return r.apply(t,La(n,arguments))},"binder"),c=Jp(0,r.length-n.length),d=[],f=0;f<c;f++)d[f]="$"+f;if(i=Function("binder","return function ("+Qp(d,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var y=o(function(){},"Empty");y.prototype=r.prototype,i.prototype=new y,y.prototype=null}return i},"bind")});var Ve=E((ZA,Za)=>{"use strict";var el=Ba();Za.exports=Function.prototype.bind||el});var Xt=E((VA,Va)=>{"use strict";Va.exports=Function.prototype.call});var Yr=E((HA,Ha)=>{"use strict";Ha.exports=Function.prototype.apply});var Ga=E((WA,Wa)=>{"use strict";Wa.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Ka=E((GA,qa)=>{"use strict";var tl=Ve(),rl=Yr(),nl=Xt(),ol=Ga();qa.exports=ol||tl.call(nl,rl)});var Xa=E((qA,Ja)=>{"use strict";var il=Ve(),al=qt(),sl=Xt(),ul=Ka();Ja.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new al("a function is required");return ul(il,sl,t)},"callBindBasic")});var ns=E((JA,rs)=>{"use strict";var cl=Xa(),Ya=qr(),es;try{es=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var Qr=!!es&&Ya&&Ya(Object.prototype,"__proto__"),ts=Object,Qa=ts.getPrototypeOf;rs.exports=Qr&&typeof Qr.get=="function"?cl([Qr.get]):typeof Qa=="function"?o(function(t){return Qa(t==null?t:ts(t))},"getDunder"):!1});var us=E((YA,ss)=>{"use strict";var os=Jr(),is=Xr(),as=ns();ss.exports=os?o(function(t){return os(t)},"getProto"):is?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return is(t)},"getProto"):as?o(function(t){return as(t)},"getProto"):null});var en=E((ez,cs)=>{"use strict";var pl=Function.prototype.call,ll=Object.prototype.hasOwnProperty,dl=Ve();cs.exports=dl.call(pl,ll)});var ys=E((tz,gs)=>{"use strict";var M,ml=Gr(),fl=ta(),gl=na(),yl=ia(),hl=sa(),qe=ca(),Ge=qt(),vl=da(),xl=fa(),_l=ya(),Pl=va(),bl=_a(),Il=ba(),Tl=Ta(),El=Aa(),ms=Function,tn=o(function(e){try{return ms('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),ht=qr(),$l=Ra(),rn=o(function(){throw new Ge},"throwTypeError"),Sl=ht?function(){try{return arguments.callee,rn}catch{try{return ht(arguments,"callee").get}catch{return rn}}}():rn,He=Ua()(),J=us(),Al=Xr(),zl=Jr(),fs=Yr(),vt=Xt(),We={},kl=typeof Uint8Array>"u"||!J?M:J(Uint8Array),Re={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?M:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?M:ArrayBuffer,"%ArrayIteratorPrototype%":He&&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%":fl,"%eval%":eval,"%EvalError%":gl,"%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%":ms,"%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%":He&&J?J(J([][Symbol.iterator]())):M,"%JSON%":typeof JSON=="object"?JSON:M,"%Map%":typeof Map>"u"?M:Map,"%MapIteratorPrototype%":typeof Map>"u"||!He||!J?M:J(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":ml,"%Object.getOwnPropertyDescriptor%":ht,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":yl,"%ReferenceError%":hl,"%Reflect%":typeof Reflect>"u"?M:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?M:Set,"%SetIteratorPrototype%":typeof Set>"u"||!He||!J?M:J(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?M:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":He&&J?J(""[Symbol.iterator]()):M,"%Symbol%":He?Symbol:M,"%SyntaxError%":qe,"%ThrowTypeError%":Sl,"%TypedArray%":kl,"%TypeError%":Ge,"%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%":vl,"%WeakMap%":typeof WeakMap>"u"?M:WeakMap,"%WeakRef%":typeof WeakRef>"u"?M:WeakRef,"%WeakSet%":typeof WeakSet>"u"?M:WeakSet,"%Function.prototype.call%":vt,"%Function.prototype.apply%":fs,"%Object.defineProperty%":$l,"%Object.getPrototypeOf%":Al,"%Math.abs%":xl,"%Math.floor%":_l,"%Math.max%":Pl,"%Math.min%":bl,"%Math.pow%":Il,"%Math.round%":Tl,"%Math.sign%":El,"%Reflect.getPrototypeOf%":zl};if(J)try{null.error}catch(e){ps=J(J(e)),Re["%Error.prototype%"]=ps}var ps,Ol=o(function e(t){var r;if(t==="%AsyncFunction%")r=tn("async function () {}");else if(t==="%GeneratorFunction%")r=tn("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=tn("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 Re[t]=r,r},"doEval"),ls={__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"]},xt=Ve(),Yt=en(),wl=xt.call(vt,Array.prototype.concat),Rl=xt.call(fs,Array.prototype.splice),ds=xt.call(vt,String.prototype.replace),Qt=xt.call(vt,String.prototype.slice),Nl=xt.call(vt,RegExp.prototype.exec),Dl=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Cl=/\\(\\)?/g,Ul=o(function(t){var r=Qt(t,0,1),n=Qt(t,-1);if(r==="%"&&n!=="%")throw new qe("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new qe("invalid intrinsic syntax, expected opening `%`");var i=[];return ds(t,Dl,function(u,c,d,f){i[i.length]=d?ds(f,Cl,"$1"):c||u}),i},"stringToPath"),Ml=o(function(t,r){var n=t,i;if(Yt(ls,n)&&(i=ls[n],n="%"+i[0]+"%"),Yt(Re,n)){var u=Re[n];if(u===We&&(u=Ol(n)),typeof u>"u"&&!r)throw new Ge("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:u}}throw new qe("intrinsic "+t+" does not exist!")},"getBaseIntrinsic");gs.exports=o(function(t,r){if(typeof t!="string"||t.length===0)throw new Ge("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ge('"allowMissing" argument must be a boolean');if(Nl(/^%?[^%]*%?$/,t)===null)throw new qe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Ul(t),i=n.length>0?n[0]:"",u=Ml("%"+i+"%",r),c=u.name,d=u.value,f=!1,y=u.alias;y&&(i=y[0],Rl(n,wl([0,1],y)));for(var _=1,T=!0;_<n.length;_+=1){var x=n[_],s=Qt(x,0,1),l=Qt(x,-1);if((s==='"'||s==="'"||s==="`"||l==='"'||l==="'"||l==="`")&&s!==l)throw new qe("property names with quotes must have matching quotes");if((x==="constructor"||!T)&&(f=!0),i+="."+x,c="%"+i+"%",Yt(Re,c))d=Re[c];else if(d!=null){if(!(x in d)){if(!r)throw new Ge("base intrinsic for "+t+" exists, but the property is not available.");return}if(ht&&_+1>=n.length){var g=ht(d,x);T=!!g,T&&"get"in g&&!("originalValue"in g.get)?d=g.get:d=d[x]}else T=Yt(d,x),d=d[x];T&&!f&&(Re[c]=d)}}return d},"GetIntrinsic")});var vs=E((nz,hs)=>{"use strict";var jl=Kr();hs.exports=o(function(){return jl()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Ps=E((iz,_s)=>{"use strict";var Ll=ys(),xs=Ll("%Object.defineProperty%",!0),Fl=vs()(),Bl=en(),Zl=qt(),er=Fl?Symbol.toStringTag:null;_s.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 Zl("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");er&&(n||!Bl(t,er))&&(xs?xs(t,er,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[er]=r)},"setToStringTag")});var Is=E((sz,bs)=>{"use strict";var Vl=Function.prototype.call,Hl=Object.prototype.hasOwnProperty,Wl=Ve();bs.exports=Wl.call(Vl,Hl)});var Es=E((uz,Ts)=>{"use strict";Ts.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var As=E((cz,Ss)=>{"use strict";var sn=ki(),Gl=require("util"),nn=require("path"),ql=require("http"),Kl=require("https"),Jl=require("url").parse,Xl=require("fs"),Yl=require("stream").Stream,Ql=require("crypto"),on=Di(),ed=Yi(),td=Ps(),Se=Is(),an=Es();function $s(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o($s,"escapeHeaderParam");function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],sn.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(L,"FormData");Gl.inherits(L,sn);L.LINE_BREAK=`\r
|
|
2
|
+
`;L.DEFAULT_CONTENT_TYPE="application/octet-stream";L.prototype.append=function(e,t,r){r=r||{},typeof r=="string"&&(r={filename:r});var n=sn.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)};L.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)+L.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&Se(t,"httpVersion"))&&!(t instanceof Yl))&&(r.knownLength||this._valuesToMeasure.push(t))};L.prototype._lengthRetriever=function(e,t){Se(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):Xl.stat(e.path,function(r,n){if(r){t(r);return}var i=n.size-(e.start?e.start:0);t(null,i)}):Se(e,"httpVersion")?t(null,Number(e.headers["content-length"])):Se(e,"httpModule")?(e.on("response",function(r){e.pause(),t(null,Number(r.headers["content-length"]))}),e.resume()):t("Unknown stream")};L.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="'+$s(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&an(c,r.header);var d;for(var f in c)if(Se(c,f)){if(d=c[f],d==null)continue;Array.isArray(d)||(d=[d]),d.length&&(u+=f+": "+d.join("; ")+L.LINE_BREAK)}return"--"+this.getBoundary()+L.LINE_BREAK+u+L.LINE_BREAK};L.prototype._getContentDisposition=function(e,t){var r;if(typeof t.filepath=="string"?r=nn.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=nn.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&Se(e,"httpVersion")&&(r=nn.basename(e.client._httpMessage.path||"")),r)return'filename="'+$s(r)+'"'};L.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=on.lookup(e.name)),!r&&e&&e.path&&(r=on.lookup(e.path)),!r&&e&&e.readable&&Se(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=on.lookup(t.filepath||t.filename)),!r&&e&&typeof e=="object"&&(r=L.DEFAULT_CONTENT_TYPE),r};L.prototype._multiPartFooter=function(){return function(e){var t=L.LINE_BREAK,r=this._streams.length===0;r&&(t+=this._lastBoundary()),e(t)}.bind(this)};L.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+L.LINE_BREAK};L.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)Se(e,t)&&(r[t.toLowerCase()]=e[t]);return r};L.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};L.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};L.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(L.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};L.prototype._generateBoundary=function(){this._boundary="--------------------------"+Ql.randomBytes(12).toString("hex")};L.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};L.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};L.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}ed.parallel(this._valuesToMeasure,this._lengthRetriever,function(r,n){if(r){e(r);return}n.forEach(function(i){t+=i}),e(null,t)})};L.prototype.submit=function(e,t){var r,n,i={method:"post"};return typeof e=="string"?(e=Jl(e),n=an({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=an(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=Kl.request(n):r=ql.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 d,f=o(function(y,_){return r.removeListener("error",f),r.removeListener("response",d),t.call(this,y,_)},"callback");d=f.bind(this,null),r.on("error",f),r.on("response",d)}}.bind(this)),r};L.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};L.prototype.toString=function(){return"[object FormData]"};td(L.prototype,"FormData");Ss.exports=L});var ld={};ln(ld,{plunk:()=>pd});module.exports=Fs(ld);var Bs=Object.freeze({status:"aborted"});function b(e,t,r){function n(d,f){if(d._zod||Object.defineProperty(d,"_zod",{value:{def:f,constr:c,traits:new Set},enumerable:!1}),d._zod.traits.has(e))return;d._zod.traits.add(e),t(d,f);let y=c.prototype,_=Object.keys(y);for(let T=0;T<_.length;T++){let x=_[T];x in d||(d[x]=y[x].bind(d))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function c(d){var f;let y=r?.Parent?new u:this;n(y,d),(f=y._zod).deferred??(f.deferred=[]);for(let _ of y._zod.deferred)_();return y}return o(c,"_"),Object.defineProperty(c,"init",{value:n}),Object.defineProperty(c,Symbol.hasInstance,{value:o(d=>r?.Parent&&d instanceof r.Parent?!0:d?._zod?.traits?.has(e),"value")}),Object.defineProperty(c,"name",{value:e}),c}o(b,"$constructor");var Zs=Symbol("zod_brand"),ce=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Pt=class extends Error{static{o(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},nr={};function me(e){return e&&Object.assign(nr,e),nr}o(me,"config");function ir(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(ir,"getEnumValues");function fn(e,t){return typeof t=="bigint"?t.toString():t}o(fn,"jsonStringifyReplacer");function It(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}o(It,"cached");function gn(e){return e==null}o(gn,"nullish");function Tt(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}o(Tt,"cleanRegex");var mn=Symbol("evaluating");function q(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==mn)return n===void 0&&(n=mn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(q,"defineLazy");var ar="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Xe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Xe,"isObject");var Vs=It(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function yn(e){if(Xe(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Xe(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}o(yn,"isPlainObject");var hn=new Set(["string","number","symbol"]);function De(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(De,"escapeRegex");function Et(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o(Et,"clone");function V(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(V,"normalizeParams");function vn(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}o(vn,"optionalKeys");var Hs={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 Ce(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(Ce,"aborted");function _e(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}o(_e,"prefixIssues");function bt(e){return typeof e=="string"?e:e?.message}o(bt,"unwrapMessage");function Pe(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=bt(e.inst?._zod.def?.error?.(e))??bt(t?.error?.(e))??bt(r.customError?.(e))??bt(r.localeError?.(e))??"Invalid input";n.message=i}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}o(Pe,"finalizeIssue");function xn(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(xn,"getLengthableOrigin");function sr(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(sr,"issue");var _n=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,fn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),Pn=b("$ZodError",_n),Ye=b("$ZodError",_n,{Parent:Error});var Gs=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 ce;if(c.issues.length){let d=new(i?.Err??e)(c.issues.map(f=>Pe(f,u,me())));throw ar(d,i?.callee),d}return c.value},"_parse"),$t=Gs(Ye),qs=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 d=new(i?.Err??e)(c.issues.map(f=>Pe(f,u,me())));throw ar(d,i?.callee),d}return c.value},"_parseAsync"),St=qs(Ye),Ks=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 ce;return u.issues.length?{success:!1,error:new(e??Pn)(u.issues.map(c=>Pe(c,i,me())))}:{success:!0,data:u.value}},"_safeParse"),Qe=Ks(Ye),Js=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=>Pe(c,i,me())))}:{success:!0,data:u.value}},"_safeParseAsync"),et=Js(Ye);var Xs="(?:(?:\\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])))",Ys=new RegExp(`^${Xs}$`);var bn=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),In=/^-?\d+n?$/;var ur=/^-?\d+(?:\.\d+)?$/,Tn=/^(?:true|false)$/i;var Ue=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])});var En=b("$ZodCheckMinLength",(e,t)=>{var r;Ue.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!gn(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=xn(i);n.issues.push({origin:c,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var cr=b("$ZodCheckStringFormat",(e,t)=>{var r,n;Ue.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=()=>{})}),$n=b("$ZodCheckRegex",(e,t)=>{cr.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 An={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=An;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,d,f)=>{let y=Ce(c),_;for(let T of d){if(T._zod.def.when){if(!T._zod.def.when(c))continue}else if(y)continue;let x=c.issues.length,s=T._zod.check(c);if(s instanceof Promise&&f?.async===!1)throw new ce;if(_||s instanceof Promise)_=(_??Promise.resolve()).then(async()=>{await s,c.issues.length!==x&&(y||(y=Ce(c,x)))});else{if(c.issues.length===x)continue;y||(y=Ce(c,x))}}return _?_.then(()=>c):c},"runChecks"),u=o((c,d,f)=>{if(Ce(c))return c.aborted=!0,c;let y=i(d,n,f);if(y instanceof Promise){if(f.async===!1)throw new ce;return y.then(_=>e._zod.parse(_,f))}return e._zod.parse(y,f)},"handleCanaryResult");e._zod.run=(c,d)=>{if(d.skipChecks)return e._zod.parse(c,d);if(d.direction==="backward"){let y=e._zod.parse({value:c.value,issues:[]},{...d,skipChecks:!0});return y instanceof Promise?y.then(_=>u(_,c,d)):u(y,c,d)}let f=e._zod.parse(c,d);if(f instanceof Promise){if(d.async===!1)throw new ce;return f.then(y=>i(y,n,d))}return i(f,n,d)}}q(e,"~standard",()=>({validate:o(i=>{try{let u=Qe(e,i);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return et(e,i).then(c=>c.success?{value:c.data}:{issues:c.error?.issues})}},"validate"),vendor:"zod",version:1}))}),kt=b("$ZodString",(e,t)=>{H.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??bn(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}}),pr=b("$ZodStringFormat",(e,t)=>{cr.init(e,t),kt.init(e,t)});var Rn=b("$ZodURL",(e,t)=>{pr.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 Nn=b("$ZodNumber",(e,t)=>{H.init(e,t),e._zod.pattern=e._zod.bag.pattern??ur,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}});var lr=b("$ZodBoolean",(e,t)=>{H.init(e,t),e._zod.pattern=Tn,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}}),Dn=b("$ZodBigInt",(e,t)=>{H.init(e,t),e._zod.pattern=In,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 Cn=b("$ZodAny",(e,t)=>{H.init(e,t),e._zod.parse=r=>r}),Un=b("$ZodUnknown",(e,t)=>{H.init(e,t),e._zod.parse=r=>r});var Mn=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}}),jn=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 zn(e,t,r){e.issues.length&&t.issues.push(..._e(r,e.issues)),t.value[r]=e.value}o(zn,"handleArrayResult");var Ln=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 d=i[c],f=t.element._zod.run({value:d,issues:[]},n);f instanceof Promise?u.push(f.then(y=>zn(y,r,c))):zn(f,r,c)}return u.length?Promise.all(u).then(()=>r):r}});function zt(e,t,r,n,i){if(e.issues.length){if(i&&!(r in n))return;t.issues.push(..._e(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}o(zt,"handlePropertyResult");function Qs(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=vn(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}o(Qs,"normalizeDef");function eu(e,t,r,n,i,u){let c=[],d=i.keySet,f=i.catchall._zod,y=f.def.type,_=f.optout==="optional";for(let T in t){if(d.has(T))continue;if(y==="never"){c.push(T);continue}let x=f.run({value:t[T],issues:[]},n);x instanceof Promise?e.push(x.then(s=>zt(s,r,T,t,_))):zt(x,r,T,t,_)}return c.length&&r.issues.push({code:"unrecognized_keys",keys:c,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(eu,"handleCatchall");var Fn=b("$ZodObject",(e,t)=>{if(H.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let d=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let f={...d};return Object.defineProperty(t,"shape",{value:f}),f},"get")})}let n=It(()=>Qs(t));q(e._zod,"propValues",()=>{let d=t.shape,f={};for(let y in d){let _=d[y]._zod;if(_.values){f[y]??(f[y]=new Set);for(let T of _.values)f[y].add(T)}}return f});let i=Xe,u=t.catchall,c;e._zod.parse=(d,f)=>{c??(c=n.value);let y=d.value;if(!i(y))return d.issues.push({expected:"object",code:"invalid_type",input:y,inst:e}),d;d.value={};let _=[],T=c.shape;for(let x of c.keys){let s=T[x],l=s._zod.optout==="optional",g=s._zod.run({value:y[x],issues:[]},f);g instanceof Promise?_.push(g.then(m=>zt(m,d,x,y,l))):zt(g,d,x,y,l)}return u?eu(_,y,d,f,n.value,e):_.length?Promise.all(_).then(()=>d):d}});function kn(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=>!Ce(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=>Pe(c,n,me())))}),t)}o(kn,"handleUnionResults");var dr=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=>Tt(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,d=[];for(let f of t.options){let y=f._zod.run({value:i.value,issues:[]},u);if(y instanceof Promise)d.push(y),c=!0;else{if(y.issues.length===0)return y;d.push(y)}}return c?Promise.all(d).then(f=>kn(f,i,e,u)):kn(d,i,e,u)}});var Bn=b("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,dr.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[d,f]of Object.entries(c)){i[d]||(i[d]=new Set);for(let y of f)i[d].add(y)}}return i});let n=It(()=>{let i=t.options,u=new Map;for(let c of i){let d=c._zod.propValues?.[t.discriminator];if(!d||d.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(let f of d){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(!Xe(c))return i.issues.push({code:"invalid_type",expected:"object",input:c,inst:e}),i;let d=n.value.get(c?.[t.discriminator]);return d?d._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 Zn=b("$ZodRecord",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!yn(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 d=new Set;for(let y of c)if(typeof y=="string"||typeof y=="number"||typeof y=="symbol"){d.add(typeof y=="number"?y.toString():y);let _=t.valueType._zod.run({value:i[y],issues:[]},n);_ instanceof Promise?u.push(_.then(T=>{T.issues.length&&r.issues.push(..._e(y,T.issues)),r.value[y]=T.value})):(_.issues.length&&r.issues.push(..._e(y,_.issues)),r.value[y]=_.value)}let f;for(let y in i)d.has(y)||(f=f??[],f.push(y));f&&f.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:f})}else{r.value={};for(let d of Reflect.ownKeys(i)){if(d==="__proto__")continue;let f=t.keyType._zod.run({value:d,issues:[]},n);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof d=="string"&&ur.test(d)&&f.issues.length){let T=t.keyType._zod.run({value:Number(d),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[d]=i[d]:r.issues.push({code:"invalid_key",origin:"record",issues:f.issues.map(T=>Pe(T,n,me())),input:d,path:[d],inst:e});continue}let _=t.valueType._zod.run({value:i[d],issues:[]},n);_ instanceof Promise?u.push(_.then(T=>{T.issues.length&&r.issues.push(..._e(d,T.issues)),r.value[f.value]=T.value})):(_.issues.length&&r.issues.push(..._e(d,_.issues)),r.value[f.value]=_.value)}}return u.length?Promise.all(u).then(()=>r):r}});var Vn=b("$ZodEnum",(e,t)=>{H.init(e,t);let r=ir(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>hn.has(typeof i)).map(i=>typeof i=="string"?De(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}}),Hn=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"?De(n):n?De(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 Wn=b("$ZodTransform",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new Pt(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 ce;return r.value=i,r}});function On(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(On,"handleOptionalResult");var Gn=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(`^(${Tt(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=>On(u,r.value)):On(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var qn=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(`^(${Tt(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 Kn=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=>At(c,t.in,n)):At(u,t.in,n)}let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(u=>At(u,t.out,n)):At(i,t.out,n)}});function At(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}o(At,"handlePipeResult");var Jn=b("$ZodCustom",(e,t)=>{Ue.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=>wn(u,r,n,e));wn(i,r,n,e)}});function wn(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(sr(i))}}o(wn,"handleRefineResult");var Yn,ou=Symbol("ZodOutput"),iu=Symbol("ZodInput"),mr=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 Qn(){return new mr}o(Qn,"registry");(Yn=globalThis).__zod_globalRegistry??(Yn.__zod_globalRegistry=Qn());var fr=globalThis.__zod_globalRegistry;function eo(e,t){return new e({type:"string",...V(t)})}o(eo,"_string");function to(e,t){return new e({type:"string",coerce:!0,...V(t)})}o(to,"_coercedString");function ro(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...V(t)})}o(ro,"_url");function no(e,t){return new e({type:"number",checks:[],...V(t)})}o(no,"_number");function oo(e,t){return new e({type:"number",coerce:!0,checks:[],...V(t)})}o(oo,"_coercedNumber");function io(e,t){return new e({type:"boolean",...V(t)})}o(io,"_boolean");function ao(e,t){return new e({type:"boolean",coerce:!0,...V(t)})}o(ao,"_coercedBoolean");function so(e,t){return new e({type:"bigint",coerce:!0,...V(t)})}o(so,"_coercedBigint");function uo(e){return new e({type:"any"})}o(uo,"_any");function co(e){return new e({type:"unknown"})}o(co,"_unknown");function po(e,t){return new e({type:"void",...V(t)})}o(po,"_void");function lo(e,t){return new e({type:"date",coerce:!0,...V(t)})}o(lo,"_coercedDate");function ie(e,t){return new En({check:"min_length",...V(t),minimum:e})}o(ie,"_minLength");function be(e,t){return new $n({check:"string_format",format:"regex",...V(t),pattern:e})}o(be,"_regex");function mo(e,t,r){let n=V(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o(mo,"_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)=>$t(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Qe(e,r,n),e.parseAsync=async(r,n)=>St(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>et(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)=>Et(e,r,n),e.brand=()=>e,e.register=(r,n)=>(r.add(e,n),e),e.apply=r=>r(e)}),wt=b("ZodMiniString",(e,t)=>{kt.init(e,t),K.init(e,t)});function a(e){return eo(wt,e)}o(a,"string");var fo=b("ZodMiniStringFormat",(e,t)=>{pr.init(e,t),wt.init(e,t)});var gu=b("ZodMiniURL",(e,t)=>{Rn.init(e,t),fo.init(e,t)});function go(e){return ro(gu,e)}o(go,"url");var gr=b("ZodMiniNumber",(e,t)=>{Nn.init(e,t),K.init(e,t)});function X(e){return no(gr,e)}o(X,"number");var yr=b("ZodMiniBoolean",(e,t)=>{lr.init(e,t),K.init(e,t)});function B(e){return io(yr,e)}o(B,"boolean");var yo=b("ZodMiniBigInt",(e,t)=>{Dn.init(e,t),K.init(e,t)});var yu=b("ZodMiniAny",(e,t)=>{Cn.init(e,t),K.init(e,t)});function rt(){return uo(yu)}o(rt,"any");var hu=b("ZodMiniUnknown",(e,t)=>{Un.init(e,t),K.init(e,t)});function k(){return co(hu)}o(k,"unknown");var vu=b("ZodMiniVoid",(e,t)=>{Mn.init(e,t),K.init(e,t)});function ho(e){return po(vu,e)}o(ho,"_void");var vo=b("ZodMiniDate",(e,t)=>{jn.init(e,t),K.init(e,t)});var xu=b("ZodMiniArray",(e,t)=>{Ln.init(e,t),K.init(e,t)});function R(e,t){return new xu({type:"array",element:e,...V(t)})}o(R,"array");var _u=b("ZodMiniObject",(e,t)=>{Fn.init(e,t),K.init(e,t),q(e,"shape",()=>t.shape)});function p(e,t){let r={type:"object",shape:e??{},...V(t)};return new _u(r)}o(p,"object");var Pu=b("ZodMiniUnion",(e,t)=>{dr.init(e,t),K.init(e,t)});function N(e,t){return new Pu({type:"union",options:e,...V(t)})}o(N,"union");var bu=b("ZodMiniDiscriminatedUnion",(e,t)=>{Bn.init(e,t),K.init(e,t)});function Me(e,t,r){return new bu({type:"union",options:t,discriminator:e,...V(r)})}o(Me,"discriminatedUnion");var Iu=b("ZodMiniRecord",(e,t)=>{Zn.init(e,t),K.init(e,t)});function O(e,t,r){return new Iu({type:"record",keyType:e,valueType:t,...V(r)})}o(O,"record");var Tu=b("ZodMiniEnum",(e,t)=>{Vn.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 Tu({type:"enum",entries:r,...V(t)})}o(C,"_enum");var Eu=b("ZodMiniLiteral",(e,t)=>{Hn.init(e,t),K.init(e,t)});function $(e,t){return new Eu({type:"literal",values:Array.isArray(e)?e:[e],...V(t)})}o($,"literal");var $u=b("ZodMiniTransform",(e,t)=>{Wn.init(e,t),K.init(e,t)});function Ie(e){return new $u({type:"transform",transform:e})}o(Ie,"transform");var Su=b("ZodMiniOptional",(e,t)=>{Gn.init(e,t),K.init(e,t)});function h(e){return new Su({type:"optional",innerType:e})}o(h,"optional");var Au=b("ZodMiniNullable",(e,t)=>{qn.init(e,t),K.init(e,t)});function nt(e){return new Au({type:"nullable",innerType:e})}o(nt,"nullable");var zu=b("ZodMiniPipe",(e,t)=>{Kn.init(e,t),K.init(e,t)});function Te(e,t){return new zu({type:"pipe",in:e,out:t})}o(Te,"pipe");var ku=b("ZodMiniCustom",(e,t)=>{Jn.init(e,t),K.init(e,t)});function Rt(e,t){return mo(ku,e??(()=>!0),t)}o(Rt,"custom");var ot={};ln(ot,{bigint:()=>Uu,boolean:()=>Cu,date:()=>Mu,number:()=>Du,string:()=>Nu});function Nu(e){return to(wt,e)}o(Nu,"string");function Du(e){return oo(gr,e)}o(Du,"number");function Cu(e){return ao(yr,e)}o(Cu,"boolean");function Uu(e){return so(yo,e)}o(Uu,"bigint");function Mu(e){return lo(vo,e)}o(Mu,"date");var vr=p({retryOnFailure:p({defaultValue:h(B()),hide:h(B())}),continueOnFailure:p({defaultValue:h(B()),hide:h(B())})}),hr=class{constructor(t,r,n,i,u,c,d,f,y,_,T){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=c;this.requireAuth=d;this.errorHandlingOptions=f;this.outputSchema=y;this.audience=_;this.aiMetadata=T}static{o(this,"IAction")}},pe=o(e=>new hr(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:h(a())}),D=o((e,t)=>p({type:$(t),required:B(),defaultValue:h(rt())}),"TPropertyValue");var ee=p({...F.shape,...D(a(),"SHORT_TEXT").shape}),fe=p({...F.shape,...D(a(),"LONG_TEXT").shape});var _o=p({label:a(),value:k()}),Nt=p({disabled:h(B()),placeholder:h(a()),options:R(_o)});var te=p({...F.shape,options:Nt,...D(k(),"STATIC_DROPDOWN").shape}),ge=p({...F.shape,options:Nt,...D(R(k()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var xr=p({...F.shape,...D(k(),"DROPDOWN").shape,refreshers:R(a())}),it=p({...F.shape,...D(R(k()),"MULTI_SELECT_DROPDOWN").shape,refreshers:R(a())});var ye=p({...F.shape,...D(B(),"CHECKBOX").shape});var he=p({...F.shape,...D(X(),"NUMBER").shape});var at=p({...F.shape,...D(k(),"FILE").shape});var st=p({...F.shape,...D(a(),"DATE_TIME").shape});var Po=O(a(),N([ee,fe,te,it,ge,ye,he,at,st])),ut=p({...F.shape,properties:Po,...D(R(k()),"ARRAY").shape});var ct=p({...F.shape,...D(N([O(a(),k())]),"JSON").shape});var bo=N([ee,te,ct,ut,ge]),Lu=O(a(),bo),_r=p({refreshers:R(a()),...F.shape,...D(k(),"DYNAMIC").shape});var Dt=p({...F.shape,...D(ho(),"MARKDOWN").shape});var pt=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(pt||{}),je=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(je||{}),Le=(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))(Le||{});var lt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(lt||{}),Pr="both_client_credentials_and_authorization_code";var ze=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(ze||{}),dt=(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))(dt||{}),Fu=p({strategy:C(dt),paramName:h(a())}),mt=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(mt||{});var Ct=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(Ct||{}),Io=p({status:h(X()),body:h(k()),headers:h(O(a(),a()))}),To=p({type:$("DELAY"),resumeDateTime:a(),requestIdToReply:h(a()),handlerId:h(a()),streamStepProgress:h(C(Ct))}),Eo=p({type:$("WEBHOOK"),requestId:a(),requestIdToReply:h(a()),response:Io,handlerId:h(a()),streamStepProgress:h(C(Ct))}),Bu=N([To,Eo]);var Zu=p({body:k(),rawBody:h(k()),headers:O(a(),a()),queryParams:O(a(),a())});function ve(e){return e==null}o(ve,"isNil");function ft(e){return e==null?!0:typeof e=="string"||Array.isArray(e)?e.length===0:typeof e=="object"?Object.keys(e).length===0:!1}o(ft,"isEmpty");function Ut(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(Ut,"assertNotNullOrUndefined");var br=Ne(require("crypto"),1);var Vu=128,ke,Fe,Hu=o(e=>{!ke||ke.length<e?(ke=Buffer.allocUnsafe(e*Vu),br.default.randomFillSync(ke),Fe=0):Fe+e>ke.length&&(br.default.randomFillSync(ke),Fe=0),Fe+=e},"fillPool"),Wu=o(e=>(Hu(e|=0),ke.subarray(Fe-e,Fe)),"random"),Gu=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 d=r(i),f=i;for(;f--;)if(c+=e[d[f]&n]||"",c.length===u)return c}}},"customRandom"),So=o((e,t=21)=>Gu(e,t,Wu),"customAlphabet");var qu="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Ao=21,qP=a().check(be(new RegExp(`^[0-9a-zA-Z]{${Ao}}$`))),Ku=So(qu,Ao);var Ee=Te(Ie(e=>e instanceof Date?e.toISOString():e),a()),re={id:a(),created:Ee,updated:Ee},Z=o(e=>h(nt(e)),"Nullable");function Ir(e){return h(nt(C(e)))}o(Ir,"NullableEnum");var XP=Te(Ie(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),h(B())),Mt=o(e=>Te(Ie(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),h(R(e))),"OptionalArrayFromQuery");var eb=O(a(),k());var gt=(_=>(_.OPENAI="openai",_.OPENROUTER="openrouter",_.ANTHROPIC="anthropic",_.AZURE="azure",_.GOOGLE="google",_.ACTIVEPIECES="activepieces",_.CLOUDFLARE_GATEWAY="cloudflare-gateway",_.CUSTOM="custom",_.BEDROCK="bedrock",_.MISTRAL="mistral",_))(gt||{});var db=a().check(be(/^#[0-9A-Fa-f]{6}$/));var fb=p({filename:a(),data:k(),type:$("file"),mimetype:h(a())});var Ju=Ne(ko());var Pb=p({...re,name:a(),permissions:R(a()),platformId:Z(a()),type:a(),userCount:h(X())});var Oo=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(Oo||{}),Tr=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))(Tr||{}),Er=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))(Er||{});var $r=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))($r||{});var Sr=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(Sr||{});var Xu=p({mode:C(Oo),value:k()}),Yu=p({auth:h(a()),fields:O(a(),Xu)}),Qu=p({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:h(Yu)}),ec=p({type:$("PIECE"),toolName:a().check(ie(1)),pieceMetadata:Qu}),tc=p({type:$("none")}),rc=p({type:$("access_token"),accessToken:a()}),nc=p({type:$("api_key"),apiKey:a(),apiKeyHeader:a()}),oc=p({type:$("headers"),headers:O(a(),a())}),ic=Me("type",[tc,rc,nc,oc]),wo=p({type:$("FLOW"),toolName:a().check(ie(1)),externalFlowId:a(),flowDisplayName:h(a())}),Ro=p({type:$("MCP"),toolName:a().check(ie(1)),serverUrl:go(),protocol:C(Er),auth:ic}),No=p({type:$("KNOWLEDGE_BASE"),toolName:a().check(ie(1)),sourceType:C(Tr),sourceId:a(),sourceName:a()}),ac=Me("type",[ec,wo,Ro,No]),sc=p({displayName:a(),description:h(a()),type:C($r)}),Do=p({type:$("MARKDOWN"),markdown:a()}),Be={type:$("TOOL_CALL"),input:Z(O(a(),k())),output:h(k()),toolName:a(),status:C(Sr),toolCallId:a(),startTime:a(),endTime:h(a())},qb=p(Be),Co=Me("toolCallType",[p({...Be,toolCallType:$("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),p({...Be,toolCallType:$("FLOW"),displayName:a(),externalFlowId:a()}),p({...Be,toolCallType:$("MCP"),displayName:a(),serverUrl:a()}),p({...Be,toolCallType:$("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),p({...Be,toolCallType:$("UNKNOWN"),displayName:a()})]),uc=N([Do,Co]);var Ar=(r=>(r.IMAGE="image",r.TEXT="text",r))(Ar||{}),xe=p({apiKey:a()}),cc=xe,pc=p({apiKey:a(),apiKeyHash:a()}),lc=xe,dc=xe,mc=xe,fc=xe,gc=xe,yc=xe,hc=xe,Uo=p({accessKeyId:a().check(ie(1)),secretAccessKey:a().check(ie(1))}),vc=p({}),xc=p({}),_c=p({}),Pc=p({}),bc=p({}),Ic=p({}),Mo=p({modelId:a(),modelName:a(),modelType:C(Ar)}),jo=p({apiKeyHeader:a(),baseUrl:a(),models:R(Mo),defaultHeaders:h(O(a(),a()))}),Lo=p({accountId:a(),gatewayId:a(),models:R(Mo),vertexProject:h(a()),vertexRegion:h(a())}),Fo=p({resourceName:a(),apiVersion:Te(Ie(e=>typeof e=="string"&&e.trim().length===0?void 0:e),h(a()))}),Bo=p({region:a().check(ie(1))}),Tc=N([cc,mc,fc,gc,yc,dc,lc,pc,Uo,hc]),Zo=N([jo,Lo,Fo,Bo,vc,_c,Pc,bc,xc,Ic]),Ec=p({id:a(),name:a(),type:C(Ar)}),$c=p({id:a(),name:a(),provider:C(gt),config:Zo,enabledForChat:B()}),Sc=p({provider:C(gt),config:Zo,auth:Tc,platformId:a()});var Yb={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"};var Ac=p({base64Url:a(),fileName:a(),extension:h(a())}),zc=p({mimeType:a(),url:a(),fileName:h(a())}),zr=N([Ac,zc]);var kc=N([p({type:$("file"),value:zr}),p({type:$("markdown"),value:a(),files:h(R(zr))})]),Oc=p({sessionId:a(),message:a(),files:h(R(a()))});var Ho=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(Ho||{}),Wo=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(Wo||{}),kr=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(kr||{});var wc=N([p({...re,name:a(),externalId:a(),type:$("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:p({options:R(p({value:a()}))})}),p({...re,name:a(),externalId:a(),type:N([$("TEXT"),$("NUMBER"),$("DATE")]),tableId:a(),projectId:a()})]),Rc=p({...re,name:a(),folderId:Z(a()),projectId:a(),externalId:a(),status:Ir(Wo),trigger:Ir(Ho)}),Nc=p({...re,tableId:a(),projectId:a(),cells:O(a(),p({updated:a(),created:a(),value:k(),fieldName:a()}))}),Dc=p({events:R(C(kr)),webhookUrl:a(),flowId:a()}),Cc=p({fields:R(p({id:a(),name:a()})),rows:R(O(a(),a())),name:a()}),Uc=p({projectId:a(),limit:h(ot.number()),cursor:h(a()),name:h(a()),externalIds:Mt(a()),folderId:h(a()),folderIds:Mt(a())}),Mc=p({records:R(R(p({fieldId:a(),value:qo()}))),tableId:a()}),jc=p({cells:h(R(p({fieldId:a(),value:qo()}))),tableId:a(),agentUpdate:h(B())}),Go=Me("operator",[Oe("eq"),Oe("neq"),Oe("gt"),Oe("gte"),Oe("lt"),Oe("lte"),Oe("co"),Vo("exists"),Vo("not_exists")]),Lc=p({tableId:a(),limit:h(ot.number()),cursor:h(a()),filters:Mt(Go)});function qo(){return Te(Ie(e=>e==null?e:String(e)),nt(a()))}o(qo,"coerceToString");function Oe(e){return p({fieldId:a(),operator:$(e),value:a()})}o(Oe,"valueFilter");function Vo(e){return p({fieldId:a(),operator:$(e)})}o(Vo,"existenceFilter");var Fc=p({status:h(X()),body:h(k()),headers:h(O(a(),a()))}),Bc=p({...re,deleted:Z(Ee),ownerId:a(),displayName:a(),platformId:a(),externalId:Z(a())});var Ko=p({name:a(),description:h(a()),type:a(),required:B()}),Zc=p({pieceName:a(),triggerName:a(),input:p({toolName:a(),toolDescription:a(),inputSchema:R(Ko),returnsResponse:B()})});var Jo="^[0-9]+\\.[0-9]+\\.[0-9]+$",hI=new RegExp(Jo),Hc="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",vI=a().check(be(new RegExp(Jo))),xI=a().check(be(new RegExp(Hc))),Wc=p({packageType:$("ARCHIVE"),pieceType:C(je),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),Xo=p({packageType:$("REGISTRY"),pieceType:$("OFFICIAL"),pieceName:a(),pieceVersion:a()}),Yo=p({packageType:$("REGISTRY"),pieceType:$("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),_I=N([Xo,Yo]),PI=N([Wc,Xo,Yo]),Qo=(t=>(t.CRON_EXPRESSION="CRON_EXPRESSION",t))(Qo||{}),Gc=p({type:C(Qo),cronExpression:a(),timezone:a()}),bI=p({...re,type:C(ze),projectId:a(),flowId:a(),triggerName:a(),schedule:Z(Gc),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:Z(a()),simulate:B()}),ei=(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))(ei||{}),ti=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(ti||{}),ri=(r=>(r.S3="S3",r.DB="DB",r))(ri||{}),II=p({...re,projectId:Z(a()),platformId:Z(a()),type:C(ei),compression:C(ti),data:h(k()),location:C(ri),size:Z(X()),fileName:Z(a()),s3Key:Z(a()),metadata:Z(O(a(),a()))}),ni=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(ni||{}),oi=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(oi||{}),TI=p({id:a(),email:a(),firstName:a(),status:C(oi),externalId:Z(a()),platformId:Z(a()),platformRole:C(ni),lastName:a(),created:Ee,updated:Ee,lastActiveDate:Z(Ee),imageUrl:Z(a())});var Or=p({...F.shape,...D(O(a(),k()),"OBJECT").shape});var ui=p({...F.shape,...D(a(),"COLOR").shape});var wr=N([ee,fe,Dt,ye,te,ge,xr,it,_r,he,ut,Or,ct,st,at,ui]),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 le=p({displayName:a(),description:h(a())});var ci=p({username:a(),password:a()}),Rr=p({...le.shape,username:p({displayName:a(),description:h(a())}),password:p({displayName:a(),description:h(a())}),...D(ci,"BASIC_AUTH").shape});var Xc=O(a(),N([ee,fe,he,ye,te])),Nr=p({...le.shape,props:Xc,...D(k(),"CUSTOM_AUTH").shape});var we=p({...le.shape,...D(p({auth:a()}),"SECRET_TEXT").shape});var Yc=O(a(),N([ee,fe,we,he,ye,te,ge,Dt])),pi=p({...le.shape,props:Yc,...D(k(),"OIDC").shape});var Dr=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Dr||{}),li=N([ee,we,te]),di=O(a(),li),Qc=p({props:h(O(a(),li)),authUrl:a(),tokenUrl:a(),scope:R(a()),prompt:h(N([$("none"),$("consent"),$("login"),$("omit")])),pkce:h(B()),pkceMethod:h(N([$("plain"),$("S256")])),authorizationMethod:h(C(Dr)),grantType:h(N([C(lt),$(Pr)])),extra:h(O(a(),a()))}),mi=p({access_token:a(),props:h(di),data:O(a(),rt())}),Cr=p({...le.shape,...Qc.shape,...D(mi,"OAUTH2").shape});var Ze=N([Rr,Nr,pi,Cr,we]),yt="Connection",Lt={SecretText(e){return{...e,valueSchema:void 0,type:"SECRET_TEXT"}},OAuth2(e){return{...e,valueSchema:void 0,type:"OAUTH2",displayName:e.displayName||yt}},BasicAuth(e){return{...e,valueSchema:void 0,type:"BASIC_AUTH",displayName:e.displayName||yt,required:!0}},CustomAuth(e){return{...e,valueSchema:void 0,type:"CUSTOM_AUTH",displayName:e.displayName||yt}},OIDC(e){return{...e,valueSchema:void 0,type:"OIDC",displayName:e.displayName||yt}},None(){}};var rE={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 ep=p({...F.shape,...D(k(),"CUSTOM").shape,code:a()});var tp=N([wr,Ze]),Ur=O(a(),tp),bE=O(a(),wr);var fi=N([p({strategy:$("CRON"),cronExpression:a()}),p({strategy:$("NONE")})]);var gi="2",Ft="0.82.0";var Mr=class{constructor(t,r,n,i,u,c,d,f,y=Ft,_,T=""){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=d;this.auth=f;this.minimumSupportedRelease=y;this.maximumSupportedRelease=_;this.description=T;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:gi}),"getContextInfo");(!rp(y)||np(y,Ft))&&(this.minimumSupportedRelease=Ft),u.forEach(x=>this._actions[x.name]=x),c.forEach(x=>this._triggers[x.name]=x)}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,contextInfo:this.getContextInfo?.()}}getAction(t){return this._actions[t]}getTrigger(t){return this._triggers[t]}actions(){return this._actions}triggers(){return this._triggers}},yi=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 Mr(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description)},"createPiece");function rp(e){return/^\d+\.\d+\.\d+$/.test(e)}o(rp,"isValidSimpleSemver");function np(e,t){let[r,n,i]=e.split(".").map(Number),[u,c,d]=t.split(".").map(Number);return r!==u?r<u:n!==c?n<c:i<d}o(np,"isSemverLessThan");var op=h(O(a(),O(a(),a()))),hi=p({id:h(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:R(a()),platformId:h(a()),directoryPath:h(a()),auth:h(N([Ze,R(Ze)])),version:a(),categories:h(R(C(Le))),minimumSupportedRelease:h(a()),maximumSupportedRelease:h(a()),i18n:op}),ip=C(["human","ai","both"]),vi=p({description:h(a()),idempotent:h(B())}),xi=p({name:a(),displayName:a(),description:a(),props:Ur,requireAuth:B(),errorHandlingOptions:h(vr),outputSchema:h(Rt()),audience:h(ip),aiMetadata:h(vi)}),_i=p({name:a(),displayName:a(),description:a(),props:Ur,errorHandlingOptions:h(vr),type:C(ze),sampleData:k(),handshakeConfiguration:h(Rt()),renewConfiguration:h(fi),testStrategy:C(mt),outputSchema:h(Rt()),aiMetadata:h(vi)}),ap=p({...hi.shape,actions:O(a(),xi),triggers:O(a(),_i)}),sp=p({...hi.shape,actions:X(),triggers:X(),suggestedActions:h(R(_i)),suggestedTriggers:h(R(xi))}),Pi=p({projectUsage:X(),tags:h(R(a())),pieceType:C(je),packageType:C(pt),platformId:h(a()),archiveId:h(a())}),b$=p({...ap.shape,...Pi.shape}),I$=p({...sp.shape,...Pi.shape}),T$=p({name:a(),version:a()});var up=Ne(require("path")),cp=Ne(require("fs/promises"));var Bt=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"};if(t.authentication&&this.populateAuthentication(t.authentication,r),t.body)switch(t.headers?.["Content-Type"]){case"text/csv":r["Content-Type"]="text/csv";break;default:r["Content-Type"]="application/json";break}return t.headers&&(r={...r,...t.headers}),r}populateAuthentication(t,r){this.authenticationConverter.convert(t,r)}};var Zt=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new jr,r=new Lr){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},jr=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Lr=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}}};var Ht=class extends Bt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Zt){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[j,Q]of Object.entries(c))i.append(j,Q);let d=i.toString(),f=d?`${n}?${d}`:n,y=t.responseType??"json",_=t.followRedirects??!0,T=t.retries??0,{body:x,extraHeaders:s,isStream:l}=pp(t.body,u),g=dp({...u,...s}),m=await lp(async()=>{let j=new AbortController,Q=t.timeout&&t.timeout>0?setTimeout(()=>j.abort(),t.timeout):void 0;try{let oe={method:t.method.toString(),headers:g,body:x,redirect:_?"follow":"manual",signal:j.signal};return l&&(oe.duplex="half"),r?.dispatcher!==void 0&&(oe.dispatcher=r.dispatcher),await fetch(f,oe)}finally{Q!==void 0&&clearTimeout(Q)}},T),v=_?300:400;if(m.status<200||m.status>=v){let j=await bi(m,y),Q=new Vt(t.body,{status:m.status,responseBody:j});throw console.error("[HttpClient#(sanitized error message)] Request failed:",Q),Q}let P=await bi(m,y);return{status:m.status,headers:mp(m.headers),body:P}}};function pp(e,t){return gp(e)?{body:void 0,extraHeaders:{},isStream:!1}:fp(e)?{body:e,extraHeaders:e.getHeaders(),isStream:!0}: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(pp,"serializeBody");async function bi(e,t){switch(t){case"arraybuffer":return Buffer.from(await e.arrayBuffer());case"blob":return await e.blob();case"text":return await e.text();case"json":default:{let r=await e.text();if(r.length===0)return;try{return JSON.parse(r)}catch{return r}}}}o(bi,"parseResponseBody");async function lp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await Ii(n);continue}return i}catch(i){if(r=i,n<t){await Ii(n);continue}throw i}throw r}o(lp,"sendWithRetries");function Ii(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o(Ii,"backoff");function dp(e){let t={};for(let[r,n]of Object.entries(e))n!==void 0&&(t[r]=Array.isArray(n)?n.join(", "):n);return t}o(dp,"normalizeHeaders");function mp(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(mp,"toHttpHeaders");function fp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"}o(fp,"isNodeFormData");function gp(e){return e==null}o(gp,"isNil");var ne=new Ht;var $e=(c=>(c.GET="GET",c.POST="POST",c.PATCH="PATCH",c.PUT="PUT",c.DELETE="DELETE",c.HEAD="HEAD",c))($e||{});var rd=Ne(require("fs")),zs=Ne(As());var nd={"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 od(e){let t=e.split(";")[0].trim().toLowerCase();return nd[t]??""}o(od,"contentTypeToExtension");var id=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),ad=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 ks({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:c,extraProps:d,authLocation:f="headers"}){return pe({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:y})=>({url:U.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
|
|
3
|
+
i.e ${ad(t,y)}/resource or /resource`,required:!0,defaultValue:y?t(y):"",...c?.url??{}})}),"props")}),method:U.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values($e).map(y=>({label:y,value:y}))},...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:y})=>{if(!y)return{};let _=y,T={};switch(_){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}),...d},run:o(async y=>{let{method:_,url:T,headers:x,queryParams:s,body:l,body_type:g,failsafe:m,timeout:v,response_is_binary:P,followRedirects:j}=y.propsValue;Ut(_,"Method"),Ut(T,"URL");let Q=ve(r)?{}:await r(y.auth,y.propsValue),oe=T.url,Ke=oe.startsWith("http://")||oe.startsWith("https://")?oe:id({baseUrl:t(y.auth),relativePath:oe}),Ae={method:_,url:Ke,headers:{...x??{},...f==="headers"||!ve(f)?Q:{}},queryParams:{...f==="queryParams"?Q:{},...s??{}},timeout:v?v*1e3:0,followRedirects:j};if(P&&(Ae.responseType="arraybuffer"),l)if(g&&g!=="none"){let de=l.data;if(g==="form_data"){let Ds=de,_t=new zs.default;for(let{fieldName:un,fieldType:cn,textFieldValue:pn,fileFieldValue:rr}of Ds)cn==="text"&&!ft(pn)?_t.append(un,pn):cn==="file"&&!ft(rr)&&_t.append(un,rr.data,{filename:rr?.filename});Ae.body=_t,Ae.headers={...Ae.headers,..._t.getHeaders()}}else Ae.body=de}else g||(Ae.body=l);try{let de=await ne.sendRequest(Ae);return await sd(y.files,de.body,de.status,de.headers,P)}catch(de){if(m)return de.errorMessage();throw de}},"run")})}o(ks,"createCustomApiCallAction");var sd=o(async(e,t,r,n,i)=>{let u;if(i&&ud(t)){let c=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],d=od(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.${d}`,data:f})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),ud=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");var se="https://next-api.useplunk.com",ue=Lt.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:Lt.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:`${se}/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 Os=pe({auth:ue,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:d}=e.propsValue,f=t.split(",").map(T=>T.trim()).filter(T=>T.length>0),y={to:f.length===1?f[0]:f,subject:r,body:n};return i&&(y.name=i),u&&(y.from=u),c&&(y.reply=c),d===!0&&(y.subscribed=!0),(await ne.sendRequest({method:"POST",url:`${se}/v1/send`,body:y,authentication:{type:"BEARER_TOKEN",token:e.auth.props.secretKey}})).body}});var ws=pe({auth:ue,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:`${se}/v1/track`,body:c,authentication:{type:"BEARER_TOKEN",token:t}})).body}});var cd=200,Rs=pe({auth:ue,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<cd;n++){let i={limit:"100"};r&&(i.cursor=r);let c=(await ne.sendRequest({method:"GET",url:`${se}/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 Ns=pe({auth:ue,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:`${se}/contacts/${encodeURIComponent(t)}`,authentication:{type:"BEARER_TOKEN",token:e.auth.props.secretKey}})).body}});var pd=yi({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:ue,actions:[Os,ws,Rs,Ns,ks({baseUrl:o(()=>se,"baseUrl"),auth:ue,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
|
package/src/index.d.ts.map
DELETED
|
@@ -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
|
package/src/lib/auth.d.ts.map
DELETED
|
@@ -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
|
package/src/lib/auth.js.map
DELETED
|
@@ -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"}
|