@activepieces/piece-posthog 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,16 +1,11 @@
1
1
  {
2
2
  "name": "@activepieces/piece-posthog",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "main": "./src/index.js",
5
- "types": "./src/index.d.ts",
6
- "scripts": {
7
- "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
8
- "lint": "eslint 'src/**/*.ts'"
9
- },
10
- "dependencies": {
11
- "@activepieces/pieces-common": "0.12.3",
12
- "@activepieces/pieces-framework": "0.29.0",
13
- "@activepieces/shared": "0.82.0",
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,19 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthog = exports.posthogAuth = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_common_1 = require("@activepieces/pieces-common");
6
- const pieces_framework_1 = require("@activepieces/pieces-framework");
7
- const shared_1 = require("@activepieces/shared");
8
- const create_event_1 = require("./lib/actions/create-event");
9
- const create_project_1 = require("./lib/actions/create-project");
10
- const get_feature_flags_1 = require("./lib/actions/get-feature-flags");
11
- const list_persons_1 = require("./lib/actions/list-persons");
12
- const new_event_1 = require("./lib/triggers/new-event");
13
- exports.posthogAuth = pieces_framework_1.PieceAuth.CustomAuth({
14
- description: `Connect your PostHog account.
1
+ "use strict";var Ls=Object.create;var Je=Object.defineProperty;var Fs=Object.getOwnPropertyDescriptor;var Bs=Object.getOwnPropertyNames;var Vs=Object.getPrototypeOf,Zs=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),mn=(e,t)=>{for(var r in t)Je(e,r,{get:t[r],enumerable:!0})},fn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Bs(t))!Zs.call(e,i)&&i!==r&&Je(e,i,{get:()=>t[i],enumerable:!(n=Fs(t,i))||n.enumerable});return e};var Re=(e,t,r)=>(r=e!=null?Ls(Vs(e)):{},fn(t||!e||!e.__esModule?Je(r,"default",{value:e,enumerable:!0}):r,e)),Hs=e=>fn(Je({},"__esModule",{value:!0}),e);var wo=E((Oo,Ft)=>{(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]+::?)+",p={zoneIndex:new RegExp(u,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${u})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${u})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${u})?$`,"i")};function f(s,d){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let y=0,m=-1,v=(s.match(p.zoneIndex)||[])[0],P,j;for(v&&(v=v.substring(1),s=s.replace(/%.+$/,""));(m=s.indexOf(":",m+1))>=0;)y++;if(s.substr(0,2)==="::"&&y--,s.substr(-2,2)==="::"&&y--,y>d)return null;for(j=d-y,P=":";j--;)P+="0:";return s=s.replace("::",P),s[0]===":"&&(s=s.slice(1)),s[s.length-1]===":"&&(s=s.slice(0,-1)),d=function(){let re=s.split(":"),ae=[];for(let Ke=0;Ke<re.length;Ke++)ae.push(parseInt(re[Ke],16));return ae}(),{parts:d,zoneId:v}}o(f,"expandIPv6");function g(s,d,y,m){if(s.length!==d.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let v=0,P;for(;m>0;){if(P=y-m,P<0&&(P=0),s[v]>>P!==d[v]>>P)return!1;m-=y,v+=1}return!0}o(g,"matchCIDR");function x(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(x,"parseIntAuto");function b(s,d){for(;s.length<d;)s=`0${s}`;return s}o(b,"padPart");let _={};_.IPv4=function(){function s(d){if(d.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let y,m;for(y=0;y<d.length;y++)if(m=d[y],!(0<=m&&m<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=d}return o(s,"IPv4"),s.prototype.SpecialRanges={unspecified:[[new s([0,0,0,0]),8]],broadcast:[[new s([255,255,255,255]),32]],multicast:[[new s([224,0,0,0]),4]],linkLocal:[[new s([169,254,0,0]),16]],loopback:[[new s([127,0,0,0]),8]],carrierGradeNat:[[new s([100,64,0,0]),10]],private:[[new s([10,0,0,0]),8],[new s([172,16,0,0]),12],[new s([192,168,0,0]),16]],reserved:[[new s([192,0,0,0]),24],[new s([192,0,2,0]),24],[new s([192,88,99,0]),24],[new s([198,18,0,0]),15],[new s([198,51,100,0]),24],[new s([203,0,113,0]),24],[new s([240,0,0,0]),4]],as112:[[new s([192,175,48,0]),24],[new s([192,31,196,0]),24]],amt:[[new s([192,52,193,0]),24]]},s.prototype.kind=function(){return"ipv4"},s.prototype.match=function(d,y){let m;if(y===void 0&&(m=d,d=m[0],y=m[1]),d.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return g(this.octets,d.octets,8,y)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,y=!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],y&&j!==0)return null;j!==8&&(y=!0),d+=j}else return null;return 32-d},s.prototype.range=function(){return _.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){return this.octets.slice(0)},s.prototype.toIPv4MappedAddress=function(){return _.IPv6.parse(`::ffff:${this.toString()}`)},s.prototype.toNormalizedString=function(){return this.toString()},s.prototype.toString=function(){return this.octets.join(".")},s}(),_.IPv4.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),y=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<4;)v.push(parseInt(y[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")}},_.IPv4.isIPv4=function(s){return this.parser(s)!==null},_.IPv4.isValid=function(s){try{return new this(this.parser(s)),!0}catch{return!1}},_.IPv4.isValidCIDR=function(s){try{return this.parseCIDR(s),!0}catch{return!1}},_.IPv4.isValidFourPartDecimal=function(s){return!!(_.IPv4.isValid(s)&&s.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},_.IPv4.isValidCIDRFourPartDecimal=function(s){let d=s.match(/^(.+)\/(\d+)$/);return!_.IPv4.isValidCIDR(s)||!d?!1:_.IPv4.isValidFourPartDecimal(d[1])},_.IPv4.networkAddressFromCIDR=function(s){let d,y,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],y=0;y<4;)v.push(parseInt(m[y],10)&parseInt(P[y],10)),y++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},_.IPv4.parse=function(s){let d=this.parser(s);if(d===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(d)},_.IPv4.parseCIDR=function(s){let d;if(d=s.match(/^(.+)\/(\d+)$/)){let y=parseInt(d[2]);if(y>=0&&y<=32){let m=[this.parse(d[1]),y];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")},_.IPv4.parser=function(s){let d,y,m;if(d=s.match(r.fourOctet))return function(){let v=d.slice(1,6),P=[];for(let j=0;j<v.length;j++)y=v[j],P.push(x(y));return P}();if(d=s.match(r.longValue)){if(m=x(d[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(d=s.match(r.twoOctet))?function(){let v=d.slice(1,4),P=[];if(m=x(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return P.push(x(v[0])),P.push(m>>16&255),P.push(m>>8&255),P.push(m&255),P}():(d=s.match(r.threeOctet))?function(){let v=d.slice(1,5),P=[];if(m=x(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return P.push(x(v[0])),P.push(x(v[1])),P.push(m>>8&255),P.push(m&255),P}():null},_.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let d=[0,0,0,0],y=0,m=Math.floor(s/8);for(;y<m;)d[y]=255,y++;return m<4&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},_.IPv6=function(){function s(d,y){let m,v;if(d.length===16)for(this.parts=[],m=0;m<=14;m+=2)this.parts.push(d[m]<<8|d[m+1]);else if(d.length===8)this.parts=d;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(m=0;m<this.parts.length;m++)if(v=this.parts[m],!(0<=v&&v<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");y&&(this.zoneId=y)}return o(s,"IPv6"),s.prototype.SpecialRanges={unspecified:[new s([0,0,0,0,0,0,0,0]),128],linkLocal:[new s([65152,0,0,0,0,0,0,0]),10],multicast:[new s([65280,0,0,0,0,0,0,0]),8],loopback:[new s([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new s([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new s([0,0,0,0,0,65535,0,0]),96],discard:[new s([256,0,0,0,0,0,0,0]),64],rfc6145:[new s([0,0,0,0,65535,0,0,0]),96],rfc6052:[new s([100,65435,0,0,0,0,0,0]),96],"6to4":[new s([8194,0,0,0,0,0,0,0]),16],teredo:[new s([8193,0,0,0,0,0,0,0]),32],benchmarking:[new s([8193,2,0,0,0,0,0,0]),48],amt:[new s([8193,3,0,0,0,0,0,0]),32],as112v6:[[new s([8193,4,274,0,0,0,0,0]),48],[new s([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new s([8193,16,0,0,0,0,0,0]),28],orchid2:[new s([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new s([8193,48,0,0,0,0,0,0]),28],reserved:[[new s([8193,0,0,0,0,0,0,0]),23],[new s([8193,3512,0,0,0,0,0,0]),32]]},s.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},s.prototype.kind=function(){return"ipv6"},s.prototype.match=function(d,y){let m;if(y===void 0&&(m=d,d=m[0],y=m[1]),d.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return g(this.parts,d.parts,16,y)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,y=!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],y&&P!==0)return null;P!==16&&(y=!0),d+=P}else return null;return 128-d},s.prototype.range=function(){return _.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let d,y=[],m=this.parts;for(let v=0;v<m.length;v++)d=m[v],y.push(d>>8),y.push(d&255);return y},s.prototype.toFixedLengthString=function(){let d=function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(b(this.parts[v].toString(16),4));return m}.call(this).join(":"),y="";return this.zoneId&&(y=`%${this.zoneId}`),d+y},s.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let d=this.parts.slice(-2),y=d[0],m=d[1];return new _.IPv4([y>>8,y&255,m>>8,m&255])},s.prototype.toNormalizedString=function(){let d=function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(this.parts[v].toString(16));return m}.call(this).join(":"),y="";return this.zoneId&&(y=`%${this.zoneId}`),d+y},s.prototype.toRFC5952String=function(){let d=/((^|:)(0(:|$)){2,})/g,y=this.toNormalizedString(),m=0,v=-1,P;for(;P=d.exec(y);)P[0].length>v&&(m=P.index,v=P[0].length);return v<0?y:`${y.substring(0,m)}::${y.substring(m+v)}`},s.prototype.toString=function(){return this.toRFC5952String()},s}(),_.IPv6.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),y=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<16;)v.push(parseInt(y[P],10)|parseInt(m[P],10)^255),P++;return new this(v)}catch(d){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${d})`)}},_.IPv6.isIPv6=function(s){return this.parser(s)!==null},_.IPv6.isValid=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{let d=this.parser(s);return new this(d.parts,d.zoneId),!0}catch{return!1}},_.IPv6.isValidCIDR=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{return this.parseCIDR(s),!0}catch{return!1}},_.IPv6.networkAddressFromCIDR=function(s){let d,y,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],y=0;y<16;)v.push(parseInt(m[y],10)&parseInt(P[y],10)),y++;return new this(v)}catch(j){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${j})`)}},_.IPv6.parse=function(s){let d=this.parser(s);if(d.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(d.parts,d.zoneId)},_.IPv6.parseCIDR=function(s){let d,y,m;if((y=s.match(/^(.+)\/(\d+)$/))&&(d=parseInt(y[2]),d>=0&&d<=128))return m=[this.parse(y[1]),d],Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},_.IPv6.parser=function(s){let d,y,m,v,P,j;if(m=s.match(p.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(p.native.test(s))return f(s,8);if((m=s.match(p.transitional))&&(j=m[6]||"",d=m[1],m[1].endsWith("::")||(d=d.slice(0,-1)),d=f(d+j,6),d.parts)){for(P=[parseInt(m[2]),parseInt(m[3]),parseInt(m[4]),parseInt(m[5])],y=0;y<P.length;y++)if(v=P[y],!(0<=v&&v<=255))return null;return d.parts.push(P[0]<<8|P[1]),d.parts.push(P[2]<<8|P[3]),{parts:d.parts,zoneId:d.zoneId}}return null},_.IPv6.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>128)throw new Error("ipaddr: invalid IPv6 prefix length");let d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],y=0,m=Math.floor(s/8);for(;y<m;)d[y]=255,y++;return m<16&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},_.fromByteArray=function(s){let d=s.length;if(d===4)return new _.IPv4(s);if(d===16)return new _.IPv6(s);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},_.isValid=function(s){return _.IPv6.isValid(s)||_.IPv4.isValid(s)},_.isValidCIDR=function(s){return _.IPv6.isValidCIDR(s)||_.IPv4.isValidCIDR(s)},_.parse=function(s){if(_.IPv6.isValid(s))return _.IPv6.parse(s);if(_.IPv4.isValid(s))return _.IPv4.parse(s);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},_.parseCIDR=function(s){try{return _.IPv6.parseCIDR(s)}catch{try{return _.IPv4.parseCIDR(s)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},_.process=function(s){let d=this.parse(s);return d.kind()==="ipv6"&&d.isIPv4MappedAddress()?d.toIPv4Address():d},_.subnetMatch=function(s,d,y){let m,v,P,j;y==null&&(y="unicast");for(v in d)if(Object.prototype.hasOwnProperty.call(d,v)){for(P=d[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 y},typeof Ft<"u"&&Ft.exports?Ft.exports=_:e.ipaddr=_})(Oo)});var zi=E((GS,Ai)=>{var Si=require("stream").Stream,_p=require("util");Ai.exports=ue;function ue(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(ue,"DelayedStream");_p.inherits(ue,Si);ue.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(ue.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});ue.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ue.prototype.resume=function(){this._released||this.release(),this.source.resume()};ue.prototype.pause=function(){this.source.pause()};ue.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ue.prototype.pipe=function(){var e=Si.prototype.pipe.apply(this,arguments);return this.resume(),e};ue.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)};ue.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 Ri=E((KS,wi)=>{var Pp=require("util"),Oi=require("stream").Stream,ki=zi();wi.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");Pp.inherits(G,Oi);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 ki)){var r=ki.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 Oi.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 Di=E((XS,Ni)=>{"use strict";Ni.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 Mi=E(ee=>{"use strict";var qt=Di(),bp=require("path").extname,Ci=/^\s*([^;\s]*)(?:;|\s|$)/,Ip=/^text\//i;ee.charset=Ui;ee.charsets={lookup:Ui};ee.contentType=Tp;ee.extension=Ep;ee.extensions=Object.create(null);ee.lookup=$p;ee.types=Object.create(null);Sp(ee.extensions,ee.types);function Ui(e){if(!e||typeof e!="string")return!1;var t=Ci.exec(e),r=t&&qt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&Ip.test(t[1])?"UTF-8":!1}o(Ui,"charset");function Tp(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?ee.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var r=ee.charset(t);r&&(t+="; charset="+r.toLowerCase())}return t}o(Tp,"contentType");function Ep(e){if(!e||typeof e!="string")return!1;var t=Ci.exec(e),r=t&&ee.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Ep,"extension");function $p(e){if(!e||typeof e!="string")return!1;var t=bp("x."+e).toLowerCase().substr(1);return t&&ee.types[t]||!1}o($p,"lookup");function Sp(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(qt).forEach(o(function(i){var u=qt[i],c=u.extensions;if(!(!c||!c.length)){e[i]=c;for(var p=0;p<c.length;p++){var f=c[p];if(t[f]){var g=r.indexOf(qt[t[f]].source),x=r.indexOf(u.source);if(t[f]!=="application/octet-stream"&&(g>x||g===x&&t[f].substr(0,12)==="application/"))continue}t[f]=i}}},"forEachMimeType"))}o(Sp,"populateMaps")});var Li=E((eA,ji)=>{ji.exports=Ap;function Ap(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(Ap,"defer")});var Vr=E((rA,Bi)=>{var Fi=Li();Bi.exports=zp;function zp(e){var t=!1;return Fi(function(){t=!0}),o(function(n,i){t?e(n,i):Fi(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(zp,"async")});var Zr=E((oA,Vi)=>{Vi.exports=kp;function kp(e){Object.keys(e.jobs).forEach(Op.bind(e)),e.jobs={}}o(kp,"abort");function Op(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(Op,"clean")});var Hr=E((aA,Hi)=>{var Zi=Vr(),wp=Zr();Hi.exports=Rp;function Rp(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=Np(t,i,e[i],function(u,c){i in r.jobs&&(delete r.jobs[i],u?wp(r):r.results[i]=c,n(u,r.results))})}o(Rp,"iterate");function Np(e,t,r,n){var i;return e.length==2?i=e(r,Zi(n)):i=e(r,t,Zi(n)),i}o(Np,"runJob")});var Wr=E((uA,Wi)=>{Wi.exports=Dp;function Dp(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(Dp,"state")});var Gr=E((pA,Gi)=>{var Cp=Zr(),Up=Vr();Gi.exports=Mp;function Mp(e){Object.keys(this.jobs).length&&(this.index=this.size,Cp(this),Up(e)(null,this.results))}o(Mp,"terminator")});var Ki=E((dA,qi)=>{var jp=Hr(),Lp=Wr(),Fp=Gr();qi.exports=Bp;function Bp(e,t,r){for(var n=Lp(e);n.index<(n.keyedList||e).length;)jp(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 Fp.bind(n,r)}o(Bp,"parallel")});var qr=E((fA,Kt)=>{var Ji=Hr(),Vp=Wr(),Zp=Gr();Kt.exports=Hp;Kt.exports.ascending=Xi;Kt.exports.descending=Wp;function Hp(e,t,r,n){var i=Vp(e,r);return Ji(e,t,i,o(function u(c,p){if(c){n(c,p);return}if(i.index++,i.index<(i.keyedList||e).length){Ji(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),Zp.bind(i,n)}o(Hp,"serialOrdered");function Xi(e,t){return e<t?-1:e>t?1:0}o(Xi,"ascending");function Wp(e,t){return-1*Xi(e,t)}o(Wp,"descending")});var Qi=E((yA,Yi)=>{var Gp=qr();Yi.exports=qp;function qp(e,t,r){return Gp(e,t,null,r)}o(qp,"serial")});var ta=E((vA,ea)=>{ea.exports={parallel:Ki(),serial:Qi(),serialOrdered:qr()}});var Kr=E((xA,ra)=>{"use strict";ra.exports=Object});var oa=E((_A,na)=>{"use strict";na.exports=Error});var aa=E((PA,ia)=>{"use strict";ia.exports=EvalError});var ua=E((bA,sa)=>{"use strict";sa.exports=RangeError});var pa=E((IA,ca)=>{"use strict";ca.exports=ReferenceError});var da=E((TA,la)=>{"use strict";la.exports=SyntaxError});var Jt=E((EA,ma)=>{"use strict";ma.exports=TypeError});var ga=E(($A,fa)=>{"use strict";fa.exports=URIError});var ha=E((SA,ya)=>{"use strict";ya.exports=Math.abs});var xa=E((AA,va)=>{"use strict";va.exports=Math.floor});var Pa=E((zA,_a)=>{"use strict";_a.exports=Math.max});var Ia=E((kA,ba)=>{"use strict";ba.exports=Math.min});var Ea=E((OA,Ta)=>{"use strict";Ta.exports=Math.pow});var Sa=E((wA,$a)=>{"use strict";$a.exports=Math.round});var za=E((RA,Aa)=>{"use strict";Aa.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Oa=E((DA,ka)=>{"use strict";var Kp=za();ka.exports=o(function(t){return Kp(t)||t===0?t:t<0?-1:1},"sign")});var Ra=E((UA,wa)=>{"use strict";wa.exports=Object.getOwnPropertyDescriptor});var Jr=E((MA,Na)=>{"use strict";var Xt=Ra();if(Xt)try{Xt([],"length")}catch{Xt=null}Na.exports=Xt});var Ca=E((jA,Da)=>{"use strict";var Yt=Object.defineProperty||!1;if(Yt)try{Yt({},"a",{value:1})}catch{Yt=!1}Da.exports=Yt});var Xr=E((LA,Ua)=>{"use strict";Ua.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 p=Object.getOwnPropertyDescriptor(t,r);if(p.value!==i||p.enumerable!==!0)return!1}return!0},"hasSymbols")});var La=E((BA,ja)=>{"use strict";var Ma=typeof Symbol<"u"&&Symbol,Jp=Xr();ja.exports=o(function(){return typeof Ma!="function"||typeof Symbol!="function"||typeof Ma("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Jp()},"hasNativeSymbols")});var Yr=E((ZA,Fa)=>{"use strict";Fa.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Qr=E((HA,Ba)=>{"use strict";var Xp=Kr();Ba.exports=Xp.getPrototypeOf||null});var Ha=E((WA,Za)=>{"use strict";var Yp="Function.prototype.bind called on incompatible ",Qp=Object.prototype.toString,el=Math.max,tl="[object Function]",Va=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"),rl=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"),nl=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");Za.exports=o(function(t){var r=this;if(typeof r!="function"||Qp.apply(r)!==tl)throw new TypeError(Yp+r);for(var n=rl(arguments,1),i,u=o(function(){if(this instanceof i){var x=r.apply(this,Va(n,arguments));return Object(x)===x?x:this}return r.apply(t,Va(n,arguments))},"binder"),c=el(0,r.length-n.length),p=[],f=0;f<c;f++)p[f]="$"+f;if(i=Function("binder","return function ("+nl(p,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var g=o(function(){},"Empty");g.prototype=r.prototype,i.prototype=new g,g.prototype=null}return i},"bind")});var Ze=E((qA,Wa)=>{"use strict";var ol=Ha();Wa.exports=Function.prototype.bind||ol});var Qt=E((KA,Ga)=>{"use strict";Ga.exports=Function.prototype.call});var en=E((JA,qa)=>{"use strict";qa.exports=Function.prototype.apply});var Ja=E((XA,Ka)=>{"use strict";Ka.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Ya=E((YA,Xa)=>{"use strict";var il=Ze(),al=en(),sl=Qt(),ul=Ja();Xa.exports=ul||il.call(sl,al)});var es=E((QA,Qa)=>{"use strict";var cl=Ze(),pl=Jt(),ll=Qt(),dl=Ya();Qa.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new pl("a function is required");return dl(cl,ll,t)},"callBindBasic")});var as=E((tz,is)=>{"use strict";var ml=es(),ts=Jr(),ns;try{ns=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var tn=!!ns&&ts&&ts(Object.prototype,"__proto__"),os=Object,rs=os.getPrototypeOf;is.exports=tn&&typeof tn.get=="function"?ml([tn.get]):typeof rs=="function"?o(function(t){return rs(t==null?t:os(t))},"getDunder"):!1});var ls=E((nz,ps)=>{"use strict";var ss=Yr(),us=Qr(),cs=as();ps.exports=ss?o(function(t){return ss(t)},"getProto"):us?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return us(t)},"getProto"):cs?o(function(t){return cs(t)},"getProto"):null});var rn=E((iz,ds)=>{"use strict";var fl=Function.prototype.call,gl=Object.prototype.hasOwnProperty,yl=Ze();ds.exports=yl.call(fl,gl)});var xs=E((az,vs)=>{"use strict";var M,hl=Kr(),vl=oa(),xl=aa(),_l=ua(),Pl=pa(),qe=da(),Ge=Jt(),bl=ga(),Il=ha(),Tl=xa(),El=Pa(),$l=Ia(),Sl=Ea(),Al=Sa(),zl=Oa(),ys=Function,nn=o(function(e){try{return ys('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),ht=Jr(),kl=Ca(),on=o(function(){throw new Ge},"throwTypeError"),Ol=ht?function(){try{return arguments.callee,on}catch{try{return ht(arguments,"callee").get}catch{return on}}}():on,He=La()(),J=ls(),wl=Qr(),Rl=Yr(),hs=en(),vt=Qt(),We={},Nl=typeof Uint8Array>"u"||!J?M:J(Uint8Array),we={__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%":vl,"%eval%":eval,"%EvalError%":xl,"%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%":ys,"%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%":hl,"%Object.getOwnPropertyDescriptor%":ht,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":_l,"%ReferenceError%":Pl,"%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%":Ol,"%TypedArray%":Nl,"%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%":bl,"%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%":hs,"%Object.defineProperty%":kl,"%Object.getPrototypeOf%":wl,"%Math.abs%":Il,"%Math.floor%":Tl,"%Math.max%":El,"%Math.min%":$l,"%Math.pow%":Sl,"%Math.round%":Al,"%Math.sign%":zl,"%Reflect.getPrototypeOf%":Rl};if(J)try{null.error}catch(e){ms=J(J(e)),we["%Error.prototype%"]=ms}var ms,Dl=o(function e(t){var r;if(t==="%AsyncFunction%")r=nn("async function () {}");else if(t==="%GeneratorFunction%")r=nn("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=nn("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 we[t]=r,r},"doEval"),fs={__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=Ze(),er=rn(),Cl=xt.call(vt,Array.prototype.concat),Ul=xt.call(hs,Array.prototype.splice),gs=xt.call(vt,String.prototype.replace),tr=xt.call(vt,String.prototype.slice),Ml=xt.call(vt,RegExp.prototype.exec),jl=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Ll=/\\(\\)?/g,Fl=o(function(t){var r=tr(t,0,1),n=tr(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 gs(t,jl,function(u,c,p,f){i[i.length]=p?gs(f,Ll,"$1"):c||u}),i},"stringToPath"),Bl=o(function(t,r){var n=t,i;if(er(fs,n)&&(i=fs[n],n="%"+i[0]+"%"),er(we,n)){var u=we[n];if(u===We&&(u=Dl(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");vs.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(Ml(/^%?[^%]*%?$/,t)===null)throw new qe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Fl(t),i=n.length>0?n[0]:"",u=Bl("%"+i+"%",r),c=u.name,p=u.value,f=!1,g=u.alias;g&&(i=g[0],Ul(n,Cl([0,1],g)));for(var x=1,b=!0;x<n.length;x+=1){var _=n[x],s=tr(_,0,1),d=tr(_,-1);if((s==='"'||s==="'"||s==="`"||d==='"'||d==="'"||d==="`")&&s!==d)throw new qe("property names with quotes must have matching quotes");if((_==="constructor"||!b)&&(f=!0),i+="."+_,c="%"+i+"%",er(we,c))p=we[c];else if(p!=null){if(!(_ in p)){if(!r)throw new Ge("base intrinsic for "+t+" exists, but the property is not available.");return}if(ht&&x+1>=n.length){var y=ht(p,_);b=!!y,b&&"get"in y&&!("originalValue"in y.get)?p=y.get:p=p[_]}else b=er(p,_),p=p[_];b&&!f&&(we[c]=p)}}return p},"GetIntrinsic")});var Ps=E((uz,_s)=>{"use strict";var Vl=Xr();_s.exports=o(function(){return Vl()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Ts=E((pz,Is)=>{"use strict";var Zl=xs(),bs=Zl("%Object.defineProperty%",!0),Hl=Ps()(),Wl=rn(),Gl=Jt(),rr=Hl?Symbol.toStringTag:null;Is.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 Gl("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");rr&&(n||!Wl(t,rr))&&(bs?bs(t,rr,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[rr]=r)},"setToStringTag")});var $s=E((dz,Es)=>{"use strict";var ql=Function.prototype.call,Kl=Object.prototype.hasOwnProperty,Jl=Ze();Es.exports=Jl.call(ql,Kl)});var As=E((mz,Ss)=>{"use strict";Ss.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var Os=E((fz,ks)=>{"use strict";var cn=Ri(),Xl=require("util"),an=require("path"),Yl=require("http"),Ql=require("https"),ed=require("url").parse,td=require("fs"),rd=require("stream").Stream,nd=require("crypto"),sn=Mi(),od=ta(),id=Ts(),Se=$s(),un=As();function zs(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o(zs,"escapeHeaderParam");function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],cn.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(L,"FormData");Xl.inherits(L,cn);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=cn.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 rd))&&(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)):td.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="'+zs(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&un(c,r.header);var p;for(var f in c)if(Se(c,f)){if(p=c[f],p==null)continue;Array.isArray(p)||(p=[p]),p.length&&(u+=f+": "+p.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=an.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=an.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&Se(e,"httpVersion")&&(r=an.basename(e.client._httpMessage.path||"")),r)return'filename="'+zs(r)+'"'};L.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=sn.lookup(e.name)),!r&&e&&e.path&&(r=sn.lookup(e.path)),!r&&e&&e.readable&&Se(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=sn.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="--------------------------"+nd.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}od.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=ed(e),n=un({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=un(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=Ql.request(n):r=Yl.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 p,f=o(function(g,x){return r.removeListener("error",f),r.removeListener("response",p),t.call(this,g,x)},"callback");p=f.bind(this,null),r.on("error",f),r.on("response",p)}}.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]"};id(L.prototype,"FormData");ks.exports=L});var yd={};mn(yd,{posthog:()=>gd,posthogAuth:()=>te});module.exports=Hs(yd);var Ws=Object.freeze({status:"aborted"});function I(e,t,r){function n(p,f){if(p._zod||Object.defineProperty(p,"_zod",{value:{def:f,constr:c,traits:new Set},enumerable:!1}),p._zod.traits.has(e))return;p._zod.traits.add(e),t(p,f);let g=c.prototype,x=Object.keys(g);for(let b=0;b<x.length;b++){let _=x[b];_ in p||(p[_]=g[_].bind(p))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function c(p){var f;let g=r?.Parent?new u:this;n(g,p),(f=g._zod).deferred??(f.deferred=[]);for(let x of g._zod.deferred)x();return g}return o(c,"_"),Object.defineProperty(c,"init",{value:n}),Object.defineProperty(c,Symbol.hasInstance,{value:o(p=>r?.Parent&&p instanceof r.Parent?!0:p?._zod?.traits?.has(e),"value")}),Object.defineProperty(c,"name",{value:e}),c}o(I,"$constructor");var Gs=Symbol("zod_brand"),ce=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},It=class extends Error{static{o(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},ir={};function me(e){return e&&Object.assign(ir,e),ir}o(me,"config");function sr(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(sr,"getEnumValues");function yn(e,t){return typeof t=="bigint"?t.toString():t}o(yn,"jsonStringifyReplacer");function Et(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}o(Et,"cached");function hn(e){return e==null}o(hn,"nullish");function $t(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}o($t,"cleanRegex");var gn=Symbol("evaluating");function q(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==gn)return n===void 0&&(n=gn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(q,"defineLazy");var ur="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Xe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Xe,"isObject");var qs=Et(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function vn(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(vn,"isPlainObject");var xn=new Set(["string","number","symbol"]);function Ne(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(Ne,"escapeRegex");function St(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o(St,"clone");function Z(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:o(()=>t,"error")};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:o(()=>t.error,"error")}:t}o(Z,"normalizeParams");function _n(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}o(_n,"optionalKeys");var Ks={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 De(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(De,"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 Tt(e){return typeof e=="string"?e:e?.message}o(Tt,"unwrapMessage");function Pe(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=Tt(e.inst?._zod.def?.error?.(e))??Tt(t?.error?.(e))??Tt(r.customError?.(e))??Tt(r.localeError?.(e))??"Invalid input";n.message=i}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}o(Pe,"finalizeIssue");function Pn(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(Pn,"getLengthableOrigin");function cr(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(cr,"issue");var bn=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,yn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),In=I("$ZodError",bn),Ye=I("$ZodError",bn,{Parent:Error});var Xs=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 p=new(i?.Err??e)(c.issues.map(f=>Pe(f,u,me())));throw ur(p,i?.callee),p}return c.value},"_parse"),At=Xs(Ye),Ys=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 p=new(i?.Err??e)(c.issues.map(f=>Pe(f,u,me())));throw ur(p,i?.callee),p}return c.value},"_parseAsync"),zt=Ys(Ye),Qs=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??In)(u.issues.map(c=>Pe(c,i,me())))}:{success:!0,data:u.value}},"_safeParse"),Qe=Qs(Ye),eu=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=eu(Ye);var tu="(?:(?:\\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])))",ru=new RegExp(`^${tu}$`);var Tn=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),En=/^-?\d+n?$/;var pr=/^-?\d+(?:\.\d+)?$/,$n=/^(?:true|false)$/i;var Ce=I("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])});var Sn=I("$ZodCheckMinLength",(e,t)=>{var r;Ce.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!hn(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=Pn(i);n.issues.push({origin:c,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var lr=I("$ZodCheckStringFormat",(e,t)=>{var r,n;Ce.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=()=>{})}),An=I("$ZodCheckRegex",(e,t)=>{lr.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 kn={major:4,minor:3,patch:6};var H=I("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=kn;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,p,f)=>{let g=De(c),x;for(let b of p){if(b._zod.def.when){if(!b._zod.def.when(c))continue}else if(g)continue;let _=c.issues.length,s=b._zod.check(c);if(s instanceof Promise&&f?.async===!1)throw new ce;if(x||s instanceof Promise)x=(x??Promise.resolve()).then(async()=>{await s,c.issues.length!==_&&(g||(g=De(c,_)))});else{if(c.issues.length===_)continue;g||(g=De(c,_))}}return x?x.then(()=>c):c},"runChecks"),u=o((c,p,f)=>{if(De(c))return c.aborted=!0,c;let g=i(p,n,f);if(g instanceof Promise){if(f.async===!1)throw new ce;return g.then(x=>e._zod.parse(x,f))}return e._zod.parse(g,f)},"handleCanaryResult");e._zod.run=(c,p)=>{if(p.skipChecks)return e._zod.parse(c,p);if(p.direction==="backward"){let g=e._zod.parse({value:c.value,issues:[]},{...p,skipChecks:!0});return g instanceof Promise?g.then(x=>u(x,c,p)):u(g,c,p)}let f=e._zod.parse(c,p);if(f instanceof Promise){if(p.async===!1)throw new ce;return f.then(g=>i(g,n,p))}return i(f,n,p)}}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}))}),wt=I("$ZodString",(e,t)=>{H.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Tn(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}}),dr=I("$ZodStringFormat",(e,t)=>{lr.init(e,t),wt.init(e,t)});var Dn=I("$ZodURL",(e,t)=>{dr.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 Cn=I("$ZodNumber",(e,t)=>{H.init(e,t),e._zod.pattern=e._zod.bag.pattern??pr,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 mr=I("$ZodBoolean",(e,t)=>{H.init(e,t),e._zod.pattern=$n,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}}),Un=I("$ZodBigInt",(e,t)=>{H.init(e,t),e._zod.pattern=En,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 Mn=I("$ZodAny",(e,t)=>{H.init(e,t),e._zod.parse=r=>r}),jn=I("$ZodUnknown",(e,t)=>{H.init(e,t),e._zod.parse=r=>r});var Ln=I("$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}}),Fn=I("$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 On(e,t,r){e.issues.length&&t.issues.push(..._e(r,e.issues)),t.value[r]=e.value}o(On,"handleArrayResult");var Bn=I("$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 p=i[c],f=t.element._zod.run({value:p,issues:[]},n);f instanceof Promise?u.push(f.then(g=>On(g,r,c))):On(f,r,c)}return u.length?Promise.all(u).then(()=>r):r}});function Ot(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(Ot,"handlePropertyResult");function nu(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=_n(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}o(nu,"normalizeDef");function ou(e,t,r,n,i,u){let c=[],p=i.keySet,f=i.catchall._zod,g=f.def.type,x=f.optout==="optional";for(let b in t){if(p.has(b))continue;if(g==="never"){c.push(b);continue}let _=f.run({value:t[b],issues:[]},n);_ instanceof Promise?e.push(_.then(s=>Ot(s,r,b,t,x))):Ot(_,r,b,t,x)}return c.length&&r.issues.push({code:"unrecognized_keys",keys:c,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(ou,"handleCatchall");var Vn=I("$ZodObject",(e,t)=>{if(H.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let p=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let f={...p};return Object.defineProperty(t,"shape",{value:f}),f},"get")})}let n=Et(()=>nu(t));q(e._zod,"propValues",()=>{let p=t.shape,f={};for(let g in p){let x=p[g]._zod;if(x.values){f[g]??(f[g]=new Set);for(let b of x.values)f[g].add(b)}}return f});let i=Xe,u=t.catchall,c;e._zod.parse=(p,f)=>{c??(c=n.value);let g=p.value;if(!i(g))return p.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),p;p.value={};let x=[],b=c.shape;for(let _ of c.keys){let s=b[_],d=s._zod.optout==="optional",y=s._zod.run({value:g[_],issues:[]},f);y instanceof Promise?x.push(y.then(m=>Ot(m,p,_,g,d))):Ot(y,p,_,g,d)}return u?ou(x,g,p,f,n.value,e):x.length?Promise.all(x).then(()=>p):p}});function wn(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=>!De(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(wn,"handleUnionResults");var fr=I("$ZodUnion",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),q(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),q(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),q(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(u=>u._zod.pattern);return new RegExp(`^(${i.map(u=>$t(u.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,u)=>{if(r)return n(i,u);let c=!1,p=[];for(let f of t.options){let g=f._zod.run({value:i.value,issues:[]},u);if(g instanceof Promise)p.push(g),c=!0;else{if(g.issues.length===0)return g;p.push(g)}}return c?Promise.all(p).then(f=>wn(f,i,e,u)):wn(p,i,e,u)}});var Zn=I("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,fr.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[p,f]of Object.entries(c)){i[p]||(i[p]=new Set);for(let g of f)i[p].add(g)}}return i});let n=Et(()=>{let i=t.options,u=new Map;for(let c of i){let p=c._zod.propValues?.[t.discriminator];if(!p||p.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(let f of p){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 p=n.value.get(c?.[t.discriminator]);return p?p._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 Hn=I("$ZodRecord",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!vn(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 p=new Set;for(let g of c)if(typeof g=="string"||typeof g=="number"||typeof g=="symbol"){p.add(typeof g=="number"?g.toString():g);let x=t.valueType._zod.run({value:i[g],issues:[]},n);x instanceof Promise?u.push(x.then(b=>{b.issues.length&&r.issues.push(..._e(g,b.issues)),r.value[g]=b.value})):(x.issues.length&&r.issues.push(..._e(g,x.issues)),r.value[g]=x.value)}let f;for(let g in i)p.has(g)||(f=f??[],f.push(g));f&&f.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:f})}else{r.value={};for(let p of Reflect.ownKeys(i)){if(p==="__proto__")continue;let f=t.keyType._zod.run({value:p,issues:[]},n);if(f instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof p=="string"&&pr.test(p)&&f.issues.length){let b=t.keyType._zod.run({value:Number(p),issues:[]},n);if(b instanceof Promise)throw new Error("Async schemas not supported in object keys currently");b.issues.length===0&&(f=b)}if(f.issues.length){t.mode==="loose"?r.value[p]=i[p]:r.issues.push({code:"invalid_key",origin:"record",issues:f.issues.map(b=>Pe(b,n,me())),input:p,path:[p],inst:e});continue}let x=t.valueType._zod.run({value:i[p],issues:[]},n);x instanceof Promise?u.push(x.then(b=>{b.issues.length&&r.issues.push(..._e(p,b.issues)),r.value[f.value]=b.value})):(x.issues.length&&r.issues.push(..._e(p,x.issues)),r.value[f.value]=x.value)}}return u.length?Promise.all(u).then(()=>r):r}});var Wn=I("$ZodEnum",(e,t)=>{H.init(e,t);let r=sr(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>xn.has(typeof i)).map(i=>typeof i=="string"?Ne(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}}),Gn=I("$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"?Ne(n):n?Ne(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,i)=>{let u=n.value;return r.has(u)||n.issues.push({code:"invalid_value",values:t.values,input:u,inst:e}),n}});var qn=I("$ZodTransform",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new It(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(c=>(r.value=c,r));if(i instanceof Promise)throw new ce;return r.value=i,r}});function Rn(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(Rn,"handleOptionalResult");var Kn=I("$ZodOptional",(e,t)=>{H.init(e,t),e._zod.optin="optional",e._zod.optout="optional",q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${$t(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(u=>Rn(u,r.value)):Rn(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var Jn=I("$ZodNullable",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.innerType._zod.optin),q(e._zod,"optout",()=>t.innerType._zod.optout),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${$t(r.source)}|null)$`):void 0}),q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)});var Xn=I("$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=>kt(c,t.in,n)):kt(u,t.in,n)}let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(u=>kt(u,t.out,n)):kt(i,t.out,n)}});function kt(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}o(kt,"handlePipeResult");var Yn=I("$ZodCustom",(e,t)=>{Ce.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=>Nn(u,r,n,e));Nn(i,r,n,e)}});function Nn(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(cr(i))}}o(Nn,"handleRefineResult");var eo,uu=Symbol("ZodOutput"),cu=Symbol("ZodInput"),gr=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 to(){return new gr}o(to,"registry");(eo=globalThis).__zod_globalRegistry??(eo.__zod_globalRegistry=to());var yr=globalThis.__zod_globalRegistry;function ro(e,t){return new e({type:"string",...Z(t)})}o(ro,"_string");function no(e,t){return new e({type:"string",coerce:!0,...Z(t)})}o(no,"_coercedString");function oo(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...Z(t)})}o(oo,"_url");function io(e,t){return new e({type:"number",checks:[],...Z(t)})}o(io,"_number");function ao(e,t){return new e({type:"number",coerce:!0,checks:[],...Z(t)})}o(ao,"_coercedNumber");function so(e,t){return new e({type:"boolean",...Z(t)})}o(so,"_boolean");function uo(e,t){return new e({type:"boolean",coerce:!0,...Z(t)})}o(uo,"_coercedBoolean");function co(e,t){return new e({type:"bigint",coerce:!0,...Z(t)})}o(co,"_coercedBigint");function po(e){return new e({type:"any"})}o(po,"_any");function lo(e){return new e({type:"unknown"})}o(lo,"_unknown");function mo(e,t){return new e({type:"void",...Z(t)})}o(mo,"_void");function fo(e,t){return new e({type:"date",coerce:!0,...Z(t)})}o(fo,"_coercedDate");function se(e,t){return new Sn({check:"min_length",...Z(t),minimum:e})}o(se,"_minLength");function be(e,t){return new An({check:"string_format",format:"regex",...Z(t),pattern:e})}o(be,"_regex");function go(e,t,r){let n=Z(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o(go,"_custom");var K=I("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");H.init(e,t),e.def=t,e.type=t.type,e.parse=(r,n)=>At(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Qe(e,r,n),e.parseAsync=async(r,n)=>zt(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)=>St(e,r,n),e.brand=()=>e,e.register=(r,n)=>(r.add(e,n),e),e.apply=r=>r(e)}),Nt=I("ZodMiniString",(e,t)=>{wt.init(e,t),K.init(e,t)});function a(e){return ro(Nt,e)}o(a,"string");var yo=I("ZodMiniStringFormat",(e,t)=>{dr.init(e,t),Nt.init(e,t)});var xu=I("ZodMiniURL",(e,t)=>{Dn.init(e,t),yo.init(e,t)});function ho(e){return oo(xu,e)}o(ho,"url");var hr=I("ZodMiniNumber",(e,t)=>{Cn.init(e,t),K.init(e,t)});function Q(e){return io(hr,e)}o(Q,"number");var vr=I("ZodMiniBoolean",(e,t)=>{mr.init(e,t),K.init(e,t)});function B(e){return so(vr,e)}o(B,"boolean");var vo=I("ZodMiniBigInt",(e,t)=>{Un.init(e,t),K.init(e,t)});var _u=I("ZodMiniAny",(e,t)=>{Mn.init(e,t),K.init(e,t)});function rt(){return po(_u)}o(rt,"any");var Pu=I("ZodMiniUnknown",(e,t)=>{jn.init(e,t),K.init(e,t)});function k(){return lo(Pu)}o(k,"unknown");var bu=I("ZodMiniVoid",(e,t)=>{Ln.init(e,t),K.init(e,t)});function xo(e){return mo(bu,e)}o(xo,"_void");var _o=I("ZodMiniDate",(e,t)=>{Fn.init(e,t),K.init(e,t)});var Iu=I("ZodMiniArray",(e,t)=>{Bn.init(e,t),K.init(e,t)});function R(e,t){return new Iu({type:"array",element:e,...Z(t)})}o(R,"array");var Tu=I("ZodMiniObject",(e,t)=>{Vn.init(e,t),K.init(e,t),q(e,"shape",()=>t.shape)});function l(e,t){let r={type:"object",shape:e??{},...Z(t)};return new Tu(r)}o(l,"object");var Eu=I("ZodMiniUnion",(e,t)=>{fr.init(e,t),K.init(e,t)});function N(e,t){return new Eu({type:"union",options:e,...Z(t)})}o(N,"union");var $u=I("ZodMiniDiscriminatedUnion",(e,t)=>{Zn.init(e,t),K.init(e,t)});function Ue(e,t,r){return new $u({type:"union",options:t,discriminator:e,...Z(r)})}o(Ue,"discriminatedUnion");var Su=I("ZodMiniRecord",(e,t)=>{Hn.init(e,t),K.init(e,t)});function O(e,t,r){return new Su({type:"record",keyType:e,valueType:t,...Z(r)})}o(O,"record");var Au=I("ZodMiniEnum",(e,t)=>{Wn.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 Au({type:"enum",entries:r,...Z(t)})}o(C,"_enum");var zu=I("ZodMiniLiteral",(e,t)=>{Gn.init(e,t),K.init(e,t)});function $(e,t){return new zu({type:"literal",values:Array.isArray(e)?e:[e],...Z(t)})}o($,"literal");var ku=I("ZodMiniTransform",(e,t)=>{qn.init(e,t),K.init(e,t)});function Ie(e){return new ku({type:"transform",transform:e})}o(Ie,"transform");var Ou=I("ZodMiniOptional",(e,t)=>{Kn.init(e,t),K.init(e,t)});function h(e){return new Ou({type:"optional",innerType:e})}o(h,"optional");var wu=I("ZodMiniNullable",(e,t)=>{Jn.init(e,t),K.init(e,t)});function nt(e){return new wu({type:"nullable",innerType:e})}o(nt,"nullable");var Ru=I("ZodMiniPipe",(e,t)=>{Xn.init(e,t),K.init(e,t)});function Te(e,t){return new Ru({type:"pipe",in:e,out:t})}o(Te,"pipe");var Nu=I("ZodMiniCustom",(e,t)=>{Yn.init(e,t),K.init(e,t)});function Dt(e,t){return go(Nu,e??(()=>!0),t)}o(Dt,"custom");var ot={};mn(ot,{bigint:()=>Fu,boolean:()=>Lu,date:()=>Bu,number:()=>ju,string:()=>Mu});function Mu(e){return no(Nt,e)}o(Mu,"string");function ju(e){return ao(hr,e)}o(ju,"number");function Lu(e){return uo(vr,e)}o(Lu,"boolean");function Fu(e){return co(vo,e)}o(Fu,"bigint");function Bu(e){return fo(_o,e)}o(Bu,"date");var _r=l({retryOnFailure:l({defaultValue:h(B()),hide:h(B())}),continueOnFailure:l({defaultValue:h(B()),hide:h(B())})}),xr=class{constructor(t,r,n,i,u,c,p,f,g,x,b){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=c;this.requireAuth=p;this.errorHandlingOptions=f;this.outputSchema=g;this.audience=x;this.aiMetadata=b}static{o(this,"IAction")}},pe=o(e=>new xr(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=l({displayName:a(),description:h(a())}),D=o((e,t)=>l({type:$(t),required:B(),defaultValue:h(rt())}),"TPropertyValue");var ne=l({...F.shape,...D(a(),"SHORT_TEXT").shape}),fe=l({...F.shape,...D(a(),"LONG_TEXT").shape});var bo=l({label:a(),value:k()}),Ct=l({disabled:h(B()),placeholder:h(a()),options:R(bo)});var oe=l({...F.shape,options:Ct,...D(k(),"STATIC_DROPDOWN").shape}),ge=l({...F.shape,options:Ct,...D(R(k()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var Pr=l({...F.shape,...D(k(),"DROPDOWN").shape,refreshers:R(a())}),it=l({...F.shape,...D(R(k()),"MULTI_SELECT_DROPDOWN").shape,refreshers:R(a())});var ye=l({...F.shape,...D(B(),"CHECKBOX").shape});var he=l({...F.shape,...D(Q(),"NUMBER").shape});var at=l({...F.shape,...D(k(),"FILE").shape});var st=l({...F.shape,...D(a(),"DATE_TIME").shape});var Io=O(a(),N([ne,fe,oe,it,ge,ye,he,at,st])),ut=l({...F.shape,properties:Io,...D(R(k()),"ARRAY").shape});var ct=l({...F.shape,...D(N([O(a(),k())]),"JSON").shape});var To=N([ne,oe,ct,ut,ge]),Zu=O(a(),To),br=l({refreshers:R(a()),...F.shape,...D(k(),"DYNAMIC").shape});var Ut=l({...F.shape,...D(xo(),"MARKDOWN").shape});var pt=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(pt||{}),Me=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(Me||{}),je=(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))(je||{});var lt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(lt||{}),Ir="both_client_credentials_and_authorization_code";var Ee=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(Ee||{}),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||{}),Hu=l({strategy:C(dt),paramName:h(a())}),mt=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(mt||{});var Mt=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(Mt||{}),Eo=l({status:h(Q()),body:h(k()),headers:h(O(a(),a()))}),$o=l({type:$("DELAY"),resumeDateTime:a(),requestIdToReply:h(a()),handlerId:h(a()),streamStepProgress:h(C(Mt))}),So=l({type:$("WEBHOOK"),requestId:a(),requestIdToReply:h(a()),response:Eo,handlerId:h(a()),streamStepProgress:h(C(Mt))}),Wu=N([$o,So]);var Gu=l({body:k(),rawBody:h(k()),headers:O(a(),a()),queryParams:O(a(),a())});function X(e){return e==null}o(X,"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 jt(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(jt,"assertNotNullOrUndefined");var Tr=Re(require("crypto"),1);var qu=128,ze,Le,Ku=o(e=>{!ze||ze.length<e?(ze=Buffer.allocUnsafe(e*qu),Tr.default.randomFillSync(ze),Le=0):Le+e>ze.length&&(Tr.default.randomFillSync(ze),Le=0),Le+=e},"fillPool"),Ju=o(e=>(Ku(e|=0),ze.subarray(Le-e,Le)),"random"),Xu=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 p=r(i),f=i;for(;f--;)if(c+=e[p[f]&n]||"",c.length===u)return c}}},"customRandom"),zo=o((e,t=21)=>Xu(e,t,Ju),"customAlphabet");var Yu="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",ko=21,QP=a().check(be(new RegExp(`^[0-9a-zA-Z]{${ko}}$`))),Qu=zo(Yu,ko);var $e=Te(Ie(e=>e instanceof Date?e.toISOString():e),a()),ie={id:a(),created:$e,updated:$e},V=o(e=>h(nt(e)),"Nullable");function Er(e){return h(nt(C(e)))}o(Er,"NullableEnum");var rb=Te(Ie(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),h(B())),Lt=o(e=>Te(Ie(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),h(R(e))),"OptionalArrayFromQuery");var ib=O(a(),k());var gt=(x=>(x.OPENAI="openai",x.OPENROUTER="openrouter",x.ANTHROPIC="anthropic",x.AZURE="azure",x.GOOGLE="google",x.ACTIVEPIECES="activepieces",x.CLOUDFLARE_GATEWAY="cloudflare-gateway",x.CUSTOM="custom",x.BEDROCK="bedrock",x.MISTRAL="mistral",x))(gt||{});var hb=a().check(be(/^#[0-9A-Fa-f]{6}$/));var xb=l({filename:a(),data:k(),type:$("file"),mimetype:h(a())});var ec=Re(wo());var $b=l({...ie,name:a(),permissions:R(a()),platformId:V(a()),type:a(),userCount:h(Q())});var Ro=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(Ro||{}),$r=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))($r||{}),Sr=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))(Sr||{});var Ar=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))(Ar||{});var zr=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(zr||{});var tc=l({mode:C(Ro),value:k()}),rc=l({auth:h(a()),fields:O(a(),tc)}),nc=l({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:h(rc)}),oc=l({type:$("PIECE"),toolName:a().check(se(1)),pieceMetadata:nc}),ic=l({type:$("none")}),ac=l({type:$("access_token"),accessToken:a()}),sc=l({type:$("api_key"),apiKey:a(),apiKeyHeader:a()}),uc=l({type:$("headers"),headers:O(a(),a())}),cc=Ue("type",[ic,ac,sc,uc]),No=l({type:$("FLOW"),toolName:a().check(se(1)),externalFlowId:a(),flowDisplayName:h(a())}),Do=l({type:$("MCP"),toolName:a().check(se(1)),serverUrl:ho(),protocol:C(Sr),auth:cc}),Co=l({type:$("KNOWLEDGE_BASE"),toolName:a().check(se(1)),sourceType:C($r),sourceId:a(),sourceName:a()}),pc=Ue("type",[oc,No,Do,Co]),lc=l({displayName:a(),description:h(a()),type:C(Ar)}),Uo=l({type:$("MARKDOWN"),markdown:a()}),Fe={type:$("TOOL_CALL"),input:V(O(a(),k())),output:h(k()),toolName:a(),status:C(zr),toolCallId:a(),startTime:a(),endTime:h(a())},Qb=l(Fe),Mo=Ue("toolCallType",[l({...Fe,toolCallType:$("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),l({...Fe,toolCallType:$("FLOW"),displayName:a(),externalFlowId:a()}),l({...Fe,toolCallType:$("MCP"),displayName:a(),serverUrl:a()}),l({...Fe,toolCallType:$("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),l({...Fe,toolCallType:$("UNKNOWN"),displayName:a()})]),dc=N([Uo,Mo]);var kr=(r=>(r.IMAGE="image",r.TEXT="text",r))(kr||{}),ve=l({apiKey:a()}),mc=ve,fc=l({apiKey:a(),apiKeyHash:a()}),gc=ve,yc=ve,hc=ve,vc=ve,xc=ve,_c=ve,Pc=ve,jo=l({accessKeyId:a().check(se(1)),secretAccessKey:a().check(se(1))}),bc=l({}),Ic=l({}),Tc=l({}),Ec=l({}),$c=l({}),Sc=l({}),Lo=l({modelId:a(),modelName:a(),modelType:C(kr)}),Fo=l({apiKeyHeader:a(),baseUrl:a(),models:R(Lo),defaultHeaders:h(O(a(),a()))}),Bo=l({accountId:a(),gatewayId:a(),models:R(Lo),vertexProject:h(a()),vertexRegion:h(a())}),Vo=l({resourceName:a(),apiVersion:Te(Ie(e=>typeof e=="string"&&e.trim().length===0?void 0:e),h(a()))}),Zo=l({region:a().check(se(1))}),Ac=N([mc,hc,vc,xc,_c,yc,gc,fc,jo,Pc]),Ho=N([Fo,Bo,Vo,Zo,bc,Tc,Ec,$c,Ic,Sc]),zc=l({id:a(),name:a(),type:C(kr)}),kc=l({id:a(),name:a(),provider:C(gt),config:Ho,enabledForChat:B()}),Oc=l({provider:C(gt),config:Ho,auth:Ac,platformId:a()});var nI={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"};var wc=l({base64Url:a(),fileName:a(),extension:h(a())}),Rc=l({mimeType:a(),url:a(),fileName:h(a())}),Or=N([wc,Rc]);var Nc=N([l({type:$("file"),value:Or}),l({type:$("markdown"),value:a(),files:h(R(Or))})]),Dc=l({sessionId:a(),message:a(),files:h(R(a()))});var Go=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(Go||{}),qo=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(qo||{}),wr=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(wr||{});var Cc=N([l({...ie,name:a(),externalId:a(),type:$("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:l({options:R(l({value:a()}))})}),l({...ie,name:a(),externalId:a(),type:N([$("TEXT"),$("NUMBER"),$("DATE")]),tableId:a(),projectId:a()})]),Uc=l({...ie,name:a(),folderId:V(a()),projectId:a(),externalId:a(),status:Er(qo),trigger:Er(Go)}),Mc=l({...ie,tableId:a(),projectId:a(),cells:O(a(),l({updated:a(),created:a(),value:k(),fieldName:a()}))}),jc=l({events:R(C(wr)),webhookUrl:a(),flowId:a()}),Lc=l({fields:R(l({id:a(),name:a()})),rows:R(O(a(),a())),name:a()}),Fc=l({projectId:a(),limit:h(ot.number()),cursor:h(a()),name:h(a()),externalIds:Lt(a()),folderId:h(a()),folderIds:Lt(a())}),Bc=l({records:R(R(l({fieldId:a(),value:Jo()}))),tableId:a()}),Vc=l({cells:h(R(l({fieldId:a(),value:Jo()}))),tableId:a(),agentUpdate:h(B())}),Ko=Ue("operator",[ke("eq"),ke("neq"),ke("gt"),ke("gte"),ke("lt"),ke("lte"),ke("co"),Wo("exists"),Wo("not_exists")]),Zc=l({tableId:a(),limit:h(ot.number()),cursor:h(a()),filters:Lt(Ko)});function Jo(){return Te(Ie(e=>e==null?e:String(e)),nt(a()))}o(Jo,"coerceToString");function ke(e){return l({fieldId:a(),operator:$(e),value:a()})}o(ke,"valueFilter");function Wo(e){return l({fieldId:a(),operator:$(e)})}o(Wo,"existenceFilter");var Hc=l({status:h(Q()),body:h(k()),headers:h(O(a(),a()))}),Wc=l({...ie,deleted:V($e),ownerId:a(),displayName:a(),platformId:a(),externalId:V(a())});var Xo=l({name:a(),description:h(a()),type:a(),required:B()}),Gc=l({pieceName:a(),triggerName:a(),input:l({toolName:a(),toolDescription:a(),inputSchema:R(Xo),returnsResponse:B()})});var Yo="^[0-9]+\\.[0-9]+\\.[0-9]+$",bI=new RegExp(Yo),Kc="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",II=a().check(be(new RegExp(Yo))),TI=a().check(be(new RegExp(Kc))),Jc=l({packageType:$("ARCHIVE"),pieceType:C(Me),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),Qo=l({packageType:$("REGISTRY"),pieceType:$("OFFICIAL"),pieceName:a(),pieceVersion:a()}),ei=l({packageType:$("REGISTRY"),pieceType:$("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),EI=N([Qo,ei]),$I=N([Jc,Qo,ei]),ti=(t=>(t.CRON_EXPRESSION="CRON_EXPRESSION",t))(ti||{}),Xc=l({type:C(ti),cronExpression:a(),timezone:a()}),SI=l({...ie,type:C(Ee),projectId:a(),flowId:a(),triggerName:a(),schedule:V(Xc),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:V(a()),simulate:B()}),ri=(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))(ri||{}),ni=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(ni||{}),oi=(r=>(r.S3="S3",r.DB="DB",r))(oi||{}),AI=l({...ie,projectId:V(a()),platformId:V(a()),type:C(ri),compression:C(ni),data:h(k()),location:C(oi),size:V(Q()),fileName:V(a()),s3Key:V(a()),metadata:V(O(a(),a()))}),ii=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(ii||{}),ai=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(ai||{}),zI=l({id:a(),email:a(),firstName:a(),status:C(ai),externalId:V(a()),platformId:V(a()),platformRole:C(ii),lastName:a(),created:$e,updated:$e,lastActiveDate:V($e),imageUrl:V(a())});var Rr=l({...F.shape,...D(O(a(),k()),"OBJECT").shape});var pi=l({...F.shape,...D(a(),"COLOR").shape});var Nr=N([ne,fe,Ut,ye,oe,ge,Pr,it,br,he,ut,Rr,ct,st,at,pi]),U={ShortText(e){return{...e,valueSchema:void 0,type:"SHORT_TEXT"}},Checkbox(e){return{...e,valueSchema:void 0,type:"CHECKBOX"}},LongText(e){return{...e,valueSchema:void 0,type:"LONG_TEXT"}},MarkDown(e){return{displayName:"Markdown",required:!1,description:e.value,type:"MARKDOWN",valueSchema:void 0,variant:e.variant??"INFO"}},Number(e){return{...e,valueSchema:void 0,type:"NUMBER"}},Json(e){return{...e,valueSchema:void 0,type:"JSON"}},Array(e){return{...e,valueSchema:void 0,type:"ARRAY"}},Object(e){return{...e,valueSchema:void 0,type:"OBJECT"}},Dropdown(e){return{...e,valueSchema:void 0,type:"DROPDOWN"}},StaticDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_DROPDOWN"}},MultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"MULTI_SELECT_DROPDOWN"}},DynamicProperties(e){return{...e,valueSchema:void 0,type:"DYNAMIC"}},StaticMultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_MULTI_SELECT_DROPDOWN"}},DateTime(e){return{...e,valueSchema:void 0,type:"DATE_TIME"}},File(e){return{...e,valueSchema:void 0,type:"FILE"}},Custom(e){let t=e.code.toString();return{...e,code:t,valueSchema:void 0,type:"CUSTOM"}},Color(e){return{...e,valueSchema:void 0,type:"COLOR"}}};var le=l({displayName:a(),description:h(a())});var li=l({username:a(),password:a()}),Dr=l({...le.shape,username:l({displayName:a(),description:h(a())}),password:l({displayName:a(),description:h(a())}),...D(li,"BASIC_AUTH").shape});var tp=O(a(),N([ne,fe,he,ye,oe])),Cr=l({...le.shape,props:tp,...D(k(),"CUSTOM_AUTH").shape});var Oe=l({...le.shape,...D(l({auth:a()}),"SECRET_TEXT").shape});var rp=O(a(),N([ne,fe,Oe,he,ye,oe,ge,Ut])),di=l({...le.shape,props:rp,...D(k(),"OIDC").shape});var Ur=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Ur||{}),mi=N([ne,Oe,oe]),fi=O(a(),mi),np=l({props:h(O(a(),mi)),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(Ur)),grantType:h(N([C(lt),$(Ir)])),extra:h(O(a(),a()))}),gi=l({access_token:a(),props:h(fi),data:O(a(),rt())}),Mr=l({...le.shape,...np.shape,...D(gi,"OAUTH2").shape});var Be=N([Dr,Cr,di,Mr,Oe]),yt="Connection",Bt={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 sE={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 op=l({...F.shape,...D(k(),"CUSTOM").shape,code:a()});var ip=N([Nr,Be]),jr=O(a(),ip),SE=O(a(),Nr);var yi=N([l({strategy:$("CRON"),cronExpression:a()}),l({strategy:$("NONE")})]),Ve=class{constructor(t,r,n,i,u,c,p,f,g,x,b,_,s,d,y,m,v,P,j){this.name=t;this.displayName=r;this.description=n;this.requireAuth=i;this.props=u;this.type=c;this.handshakeConfiguration=p;this.onHandshake=f;this.renewConfiguration=g;this.onRenew=x;this.onEnable=b;this.onDisable=_;this.onStart=s;this.run=d;this.test=y;this.sampleData=m;this.testStrategy=v;this.outputSchema=P;this.aiMetadata=j}static{o(this,"ITrigger")}},hi=o(e=>{switch(e.type){case"WEBHOOK":return new Ve(e.name,e.displayName,e.description,e.requireAuth??!0,e.props,e.type,e.handshakeConfiguration??{strategy:"NONE"},e.onHandshake??(async()=>({status:200})),e.renewConfiguration??{strategy:"NONE"},e.onRenew??(async()=>Promise.resolve()),e.onEnable,e.onDisable,e.onStart??(async()=>Promise.resolve()),e.run,e.test??(()=>Promise.resolve([e.sampleData])),e.sampleData,e.test?"TEST_FUNCTION":"SIMULATION",e.outputSchema,e.aiMetadata);case"POLLING":return new Ve(e.name,e.displayName,e.description,e.requireAuth??!0,e.props,e.type,{strategy:"NONE"},async()=>({status:200}),{strategy:"NONE"},async()=>Promise.resolve(),e.onEnable,e.onDisable,e.onStart??(async()=>Promise.resolve()),e.run,e.test??(()=>Promise.resolve([e.sampleData])),e.sampleData,"TEST_FUNCTION",e.outputSchema,e.aiMetadata);case"MANUAL":return new Ve(e.name,e.displayName,e.description,e.requireAuth??!0,e.props,e.type,{strategy:"NONE"},async()=>({status:200}),{strategy:"NONE"},async()=>Promise.resolve(),e.onEnable,e.onDisable,e.onStart??(async()=>Promise.resolve()),e.run,e.test??(()=>Promise.resolve([e.sampleData])),e.sampleData,"TEST_FUNCTION",e.outputSchema,e.aiMetadata);case"APP_WEBHOOK":return new Ve(e.name,e.displayName,e.description,e.requireAuth??!0,e.props,e.type,{strategy:"NONE"},async()=>({status:200}),{strategy:"NONE"},async()=>Promise.resolve(),e.onEnable,e.onDisable,e.onStart??(async()=>Promise.resolve()),e.run,e.test??(()=>Promise.resolve([e.sampleData])),e.sampleData,X(e.sampleData)&&X(e.test)?"SIMULATION":"TEST_FUNCTION",e.outputSchema,e.aiMetadata)}},"createTrigger");var vi="2",Vt="0.82.0";var Lr=class{constructor(t,r,n,i,u,c,p,f,g=Vt,x,b=""){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=p;this.auth=f;this.minimumSupportedRelease=g;this.maximumSupportedRelease=x;this.description=b;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:vi}),"getContextInfo");(!ap(g)||sp(g,Vt))&&(this.minimumSupportedRelease=Vt),u.forEach(_=>this._actions[_.name]=_),c.forEach(_=>this._triggers[_.name]=_)}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}},xi=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 Lr(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description)},"createPiece");function ap(e){return/^\d+\.\d+\.\d+$/.test(e)}o(ap,"isValidSimpleSemver");function sp(e,t){let[r,n,i]=e.split(".").map(Number),[u,c,p]=t.split(".").map(Number);return r!==u?r<u:n!==c?n<c:i<p}o(sp,"isSemverLessThan");var up=h(O(a(),O(a(),a()))),_i=l({id:h(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:R(a()),platformId:h(a()),directoryPath:h(a()),auth:h(N([Be,R(Be)])),version:a(),categories:h(R(C(je))),minimumSupportedRelease:h(a()),maximumSupportedRelease:h(a()),i18n:up}),cp=C(["human","ai","both"]),Pi=l({description:h(a()),idempotent:h(B())}),bi=l({name:a(),displayName:a(),description:a(),props:jr,requireAuth:B(),errorHandlingOptions:h(_r),outputSchema:h(Dt()),audience:h(cp),aiMetadata:h(Pi)}),Ii=l({name:a(),displayName:a(),description:a(),props:jr,errorHandlingOptions:h(_r),type:C(Ee),sampleData:k(),handshakeConfiguration:h(Dt()),renewConfiguration:h(yi),testStrategy:C(mt),outputSchema:h(Dt()),aiMetadata:h(Pi)}),pp=l({..._i.shape,actions:O(a(),bi),triggers:O(a(),Ii)}),lp=l({..._i.shape,actions:Q(),triggers:Q(),suggestedActions:h(R(Ii)),suggestedTriggers:h(R(bi))}),Ti=l({projectUsage:Q(),tags:h(R(a())),pieceType:C(Me),packageType:C(pt),platformId:h(a()),archiveId:h(a())}),S$=l({...pp.shape,...Ti.shape}),A$=l({...lp.shape,...Ti.shape}),z$=l({name:a(),version:a()});var dp=Re(require("path")),mp=Re(require("fs/promises"));var Zt=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 Ht=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new Fr,r=new Br){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},Fr=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Br=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 Wt=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 Gt=class extends Zt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Ht){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,re]of Object.entries(c))i.append(j,re);let p=i.toString(),f=p?`${n}?${p}`:n,g=t.responseType??"json",x=t.followRedirects??!0,b=t.retries??0,{body:_,extraHeaders:s,isStream:d}=fp(t.body,u),y=yp({...u,...s}),m=await gp(async()=>{let j=new AbortController,re=t.timeout&&t.timeout>0?setTimeout(()=>j.abort(),t.timeout):void 0;try{let ae={method:t.method.toString(),headers:y,body:_,redirect:x?"follow":"manual",signal:j.signal};return d&&(ae.duplex="half"),r?.dispatcher!==void 0&&(ae.dispatcher=r.dispatcher),await fetch(f,ae)}finally{re!==void 0&&clearTimeout(re)}},b),v=x?300:400;if(m.status<200||m.status>=v){let j=await Ei(m,g),re=new Wt(t.body,{status:m.status,responseBody:j});throw console.error("[HttpClient#(sanitized error message)] Request failed:",re),re}let P=await Ei(m,g);return{status:m.status,headers:hp(m.headers),body:P}}};function fp(e,t){return xp(e)?{body:void 0,extraHeaders:{},isStream:!1}:vp(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(fp,"serializeBody");async function Ei(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(Ei,"parseResponseBody");async function gp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await $i(n);continue}return i}catch(i){if(r=i,n<t){await $i(n);continue}throw i}throw r}o(gp,"sendWithRetries");function $i(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o($i,"backoff");function yp(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(yp,"normalizeHeaders");function hp(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(hp,"toHttpHeaders");function vp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"}o(vp,"isNodeFormData");function xp(e){return e==null}o(xp,"isNil");var Y=new Gt;var xe=(c=>(c.GET="GET",c.POST="POST",c.PATCH="PATCH",c.PUT="PUT",c.DELETE="DELETE",c.HEAD="HEAD",c))(xe||{});var ad=Re(require("fs")),ws=Re(Os());var sd={"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 ud(e){let t=e.split(";")[0].trim().toLowerCase();return sd[t]??""}o(ud,"contentTypeToExtension");var cd=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),pd=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 Rs({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:c,extraProps:p,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:g})=>({url:U.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
3
+ i.e ${pd(t,g)}/resource or /resource`,required:!0,defaultValue:g?t(g):"",...c?.url??{}})}),"props")}),method:U.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values(xe).map(g=>({label:g,value:g}))},...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:g})=>{if(!g)return{};let x=g,b={};switch(x){case"none":break;case"json":b.data=U.Json({displayName:"JSON Body",required:!0,...c?.body??{}});break;case"raw":b.data=U.LongText({displayName:"Raw Body",required:!0});break;case"form_data":b.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 b},"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}),...p},run:o(async g=>{let{method:x,url:b,headers:_,queryParams:s,body:d,body_type:y,failsafe:m,timeout:v,response_is_binary:P,followRedirects:j}=g.propsValue;jt(x,"Method"),jt(b,"URL");let re=X(r)?{}:await r(g.auth,g.propsValue),ae=b.url,Ke=ae.startsWith("http://")||ae.startsWith("https://")?ae:cd({baseUrl:t(g.auth),relativePath:ae}),Ae={method:x,url:Ke,headers:{..._??{},...f==="headers"||!X(f)?re:{}},queryParams:{...f==="queryParams"?re:{},...s??{}},timeout:v?v*1e3:0,followRedirects:j};if(P&&(Ae.responseType="arraybuffer"),d)if(y&&y!=="none"){let de=d.data;if(y==="form_data"){let js=de,bt=new ws.default;for(let{fieldName:pn,fieldType:ln,textFieldValue:dn,fileFieldValue:or}of js)ln==="text"&&!ft(dn)?bt.append(pn,dn):ln==="file"&&!ft(or)&&bt.append(pn,or.data,{filename:or?.filename});Ae.body=bt,Ae.headers={...Ae.headers,...bt.getHeaders()}}else Ae.body=de}else y||(Ae.body=d);try{let de=await Y.sendRequest(Ae);return await ld(g.files,de.body,de.status,de.headers,P)}catch(de){if(m)return de.errorMessage();throw de}},"run")})}o(Rs,"createCustomApiCallAction");var ld=o(async(e,t,r,n,i)=>{let u;if(i&&dd(t)){let c=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],p=ud(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.${p}`,data:f})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),dd=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");var _t={async poll(e,{store:t,auth:r,propsValue:n,maxItemsToPoll:i,files:u,server:c}){switch(e.strategy){case 0:{let p=await t.get("lastPoll");if(X(p))throw new Error("lastPoll doesn't exist in the store.");let f=await e.items({store:t,auth:r,propsValue:n,lastFetchEpochMS:p,server:c}),g=f.reduce((x,b)=>Math.max(x,b.epochMilliSeconds),p);return await t.put("lastPoll",g),f.filter(x=>x.epochMilliSeconds>p).map(x=>x.data)}case 1:{let p=await t.get("lastItem"),f=await e.items({store:t,auth:r,propsValue:n,lastItemId:p,files:u,server:c}),g=f.findIndex(_=>_.id===p),x=[];X(p)||g==-1?x=f??[]:x=f?.slice(0,g)??[],X(i)||(x=x.slice(-i));let b=x?.[0]?.id;return X(b)||await t.put("lastItem",b),x.map(_=>_.data)}}},async onEnable(e,{store:t,auth:r,propsValue:n,server:i}){switch(e.strategy){case 0:{await t.put("lastPoll",Date.now());break}case 1:{let c=(await e.items({store:t,auth:r,propsValue:n,lastItemId:null,server:i}))?.[0]?.id;X(c)?await t.delete("lastItem"):await t.put("lastItem",c);break}}},async onDisable(e,t){switch(e.strategy){case 0:case 1:return}},async test(e,{auth:t,propsValue:r,store:n,files:i,server:u}){let c=[];switch(e.strategy){case 0:{c=await e.items({store:n,auth:t,propsValue:r,lastFetchEpochMS:0,server:u});break}case 1:{c=await e.items({store:n,auth:t,propsValue:r,lastItemId:null,files:i,server:u});break}}return md(c.map(p=>p.data))}};function md(e){return e.length<=5?e:e.slice(0,5)}o(md,"getFirstFiveOrAll");var Ns=pe({auth:te,name:"create_event",displayName:"Capture Event",description:"Capture a custom event in PostHog",audience:"both",aiMetadata:{description:"Sends a custom analytics event to PostHog attributed to a user via their distinct ID (e.g. user ID or email), with optional event properties. Use to record a product action or behavior in PostHog. Not idempotent: each call appends a new event, so repeating it records duplicate events.",idempotent:!1},props:{event:U.ShortText({displayName:"Event Name",description:"The name of the event to capture",required:!0}),distinct_id:U.ShortText({displayName:"Distinct ID",description:"Unique identifier for the user performing the action (e.g. user ID or email address)",required:!0}),properties:U.Object({displayName:"Properties",description:"Additional event properties as key/value pairs",required:!1})},async run(e){let{personal_api_key:t,project_id:r,api_host:n,ingestion_host:i}=e.auth.props,u=n||"https://us.posthog.com",c=i||"https://us.i.posthog.com",p=await Y.sendRequest({method:"GET",url:`${u}/api/projects/${r}/`,authentication:{type:"BEARER_TOKEN",token:t}});return(await Y.sendRequest({method:"POST",url:`${c}/i/v0/e/`,body:{api_key:p.body.api_token,distinct_id:e.propsValue.distinct_id,event:e.propsValue.event,properties:e.propsValue.properties??{}}})).body}});var Ds=pe({auth:te,name:"create_project",displayName:"Create Project",description:"Create a new PostHog project in your organization",audience:"both",aiMetadata:{description:"Creates a new project within a chosen PostHog organization, optionally anonymizing incoming IP addresses. Use when provisioning a fresh analytics project. Not idempotent: each call creates a separate project even with the same name.",idempotent:!1},props:{organization_id:U.Dropdown({displayName:"Organization",description:"The organization to create the project in",required:!0,refreshers:[],auth:te,options:o(async({auth:e})=>{if(!e)return{disabled:!0,options:[],placeholder:"Connect your account first"};let{personal_api_key:t,api_host:r}=e.props,n=r||"https://us.posthog.com";try{return{disabled:!1,options:((await Y.sendRequest({method:"GET",url:`${n}/api/organizations/`,authentication:{type:"BEARER_TOKEN",token:t}})).body.results??[]).map(u=>({label:u.name,value:u.id}))}}catch{return{disabled:!0,options:[],placeholder:"Failed to load organizations. Check your connection."}}},"options")}),name:U.ShortText({displayName:"Project Name",description:"The name of the new project",required:!0}),anonymize_ips:U.Checkbox({displayName:"Anonymize IPs",description:"Whether to anonymize incoming IP addresses",required:!1})},async run(e){let{personal_api_key:t,api_host:r}=e.auth.props,n=r||"https://us.posthog.com",{organization_id:i,name:u,anonymize_ips:c}=e.propsValue,f=(await Y.sendRequest({method:"POST",url:`${n}/api/organizations/${i}/projects/`,authentication:{type:"BEARER_TOKEN",token:t},body:{name:u,anonymize_ips:c}})).body;return{id:f.id,uuid:f.uuid,name:f.name,api_token:f.api_token,organization:f.organization,timezone:f.timezone??null,anonymize_ips:f.anonymize_ips??!1,created_at:f.created_at,updated_at:f.updated_at}}});var Cs=pe({auth:te,name:"get_feature_flags",displayName:"Get Feature Flags",description:"List all feature flags in your PostHog project",audience:"both",aiMetadata:{description:"Retrieves feature flags defined in the connected PostHog project, including each flag key, name, and active state, with an optional result limit. Use to inspect or audit which feature flags exist. Idempotent: a read-only lookup with no side effects.",idempotent:!0},props:{limit:U.Number({displayName:"Limit",description:"Maximum number of feature flags to return (default: 100)",required:!1,defaultValue:100})},async run(e){let{personal_api_key:t,project_id:r,api_host:n}=e.auth.props,i=n||"https://us.posthog.com";return((await Y.sendRequest({method:"GET",url:`${i}/api/projects/${r}/feature_flags/`,authentication:{type:"BEARER_TOKEN",token:t},queryParams:{limit:String(e.propsValue.limit??100)}})).body.results??[]).map(c=>({id:c.id,name:c.name,key:c.key,active:c.active,deleted:c.deleted,created_at:c.created_at,updated_at:c.updated_at,tags:Array.isArray(c.tags)?c.tags.join(", "):null,created_by_email:c.created_by?.email??null,created_by_name:c.created_by?`${c.created_by.first_name} ${c.created_by.last_name}`.trim():null}))}});var Us=pe({auth:te,name:"list_persons",displayName:"List Persons",description:"Get a list of identified users in your PostHog project",audience:"both",aiMetadata:{description:"Lists identified users (persons) in the connected PostHog project; with an empty search it returns all persons up to the limit, or pass a search string to filter by email or name. Use to look up users or find a specific person before acting on them. Idempotent: a read-only lookup with no side effects.",idempotent:!0},props:{limit:U.Number({displayName:"Limit",description:"Maximum number of persons to return (default: 100)",required:!1,defaultValue:100}),search:U.ShortText({displayName:"Search",description:"Filter persons by email or name",required:!1})},async run(e){let{personal_api_key:t,project_id:r,api_host:n}=e.auth.props,i=n||"https://us.posthog.com",u={limit:String(e.propsValue.limit??100)};return e.propsValue.search&&(u.search=e.propsValue.search),((await Y.sendRequest({method:"GET",url:`${i}/api/projects/${r}/persons/`,authentication:{type:"BEARER_TOKEN",token:t},queryParams:u})).body.results??[]).map(p=>({id:p.id,uuid:p.uuid,distinct_ids:Array.isArray(p.distinct_ids)?p.distinct_ids.join(", "):null,name:p.name??null,email:p.properties?.email??null,created_at:p.created_at,updated_at:p.updated_at??null}))}});var fd={event_name:U.ShortText({displayName:"Event Name Filter",description:"Filter by specific event name (leave empty for all events)",required:!1})},nr={strategy:0,items:o(async({auth:e,propsValue:t,lastFetchEpochMS:r})=>{let{personal_api_key:n,project_id:i,api_host:u}=e.props,c=u||"https://us.posthog.com",p={limit:"100"};return r&&(p.after=new Date(r).toISOString()),t.event_name&&(p.event=t.event_name),((await Y.sendRequest({method:"GET",url:`${c}/api/projects/${i}/events/`,authentication:{type:"BEARER_TOKEN",token:n},queryParams:p})).body.results??[]).map(g=>({epochMilliSeconds:new Date(g.timestamp).getTime(),data:g}))},"items")},Ms=hi({auth:te,name:"new_event",displayName:"New Event",description:"Triggers when a new event is captured in PostHog",aiMetadata:{description:"Fires when a new analytics event is captured in the connected PostHog project; polls for recently captured events and emits each one. Optionally filter to a single event name, or leave it empty to fire on every event type."},type:"POLLING",props:fd,sampleData:{id:"1",event:"pageview",distinct_id:"user_123",timestamp:"2024-01-01T00:00:00Z",properties:{$current_url:"https://example.com"}},async test(e){return await _t.test(nr,e)},async onEnable(e){await _t.onEnable(nr,e)},async onDisable(e){await _t.onDisable(nr,e)},async run(e){return await _t.poll(nr,e)}});var te=Bt.CustomAuth({description:`Connect your PostHog account.
15
4
 
16
- **Personal API Key**: Go to PostHog Settings Personal API Keys Create personal API key.
5
+ **Personal API Key**: Go to PostHog \u2192 Settings \u2192 Personal API Keys \u2192 Create personal API key.
17
6
 
18
7
  **Project ID**: Found in the URL when viewing your project: \`/project/{id}/\`
19
8
 
@@ -25,73 +14,14 @@ exports.posthogAuth = pieces_framework_1.PieceAuth.CustomAuth({
25
14
  **Ingestion Host**: The base URL for event capture.
26
15
  - US Cloud (default): \`https://us.i.posthog.com\`
27
16
  - EU Cloud: \`https://eu.i.posthog.com\`
28
- - Self-hosted: same as your API Host`,
29
- required: true,
30
- props: {
31
- personal_api_key: pieces_framework_1.PieceAuth.SecretText({
32
- displayName: 'Personal API Key',
33
- description: 'Your PostHog personal API key',
34
- required: true,
35
- }),
36
- project_id: pieces_framework_1.Property.ShortText({
37
- displayName: 'Project ID',
38
- description: 'Your PostHog project ID (found in project settings URL)',
39
- required: true,
40
- }),
41
- api_host: pieces_framework_1.Property.ShortText({
42
- displayName: 'API Host',
43
- description: 'Base URL for private API calls (default: https://us.posthog.com)',
44
- required: false,
45
- defaultValue: 'https://us.posthog.com',
46
- }),
47
- ingestion_host: pieces_framework_1.Property.ShortText({
48
- displayName: 'Ingestion Host',
49
- description: 'Base URL for event capture (default: https://us.i.posthog.com)',
50
- required: false,
51
- defaultValue: 'https://us.i.posthog.com',
52
- }),
53
- },
54
- validate: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
55
- try {
56
- const apiHost = auth.api_host || 'https://us.posthog.com';
57
- yield pieces_common_1.httpClient.sendRequest({
58
- method: pieces_common_1.HttpMethod.GET,
59
- url: `${apiHost}/api/projects/${auth.project_id}/`,
60
- authentication: {
61
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
62
- token: auth.personal_api_key,
63
- },
64
- });
65
- return { valid: true };
66
- }
67
- catch (_b) {
68
- return { valid: false, error: 'Invalid credentials. Check your Personal API Key and Project ID.' };
69
- }
70
- }),
71
- });
72
- exports.posthog = (0, pieces_framework_1.createPiece)({
73
- displayName: 'PostHog',
74
- description: 'Open-source product analytics',
75
- minimumSupportedRelease: '0.30.0',
76
- logoUrl: 'https://cdn.activepieces.com/pieces/posthog.png',
77
- categories: [shared_1.PieceCategory.BUSINESS_INTELLIGENCE],
78
- auth: exports.posthogAuth,
79
- actions: [
80
- create_event_1.posthogCreateEvent,
81
- create_project_1.posthogCreateProject,
82
- get_feature_flags_1.posthogGetFeatureFlags,
83
- list_persons_1.posthogListPersons,
84
- (0, pieces_common_1.createCustomApiCallAction)({
85
- baseUrl: (auth) => auth.props.api_host || 'https://us.posthog.com',
86
- auth: exports.posthogAuth,
87
- authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
88
- return ({
89
- Authorization: `Bearer ${auth.props.personal_api_key}`,
90
- });
91
- }),
92
- }),
93
- ],
94
- authors: ['kishanprmr', 'MoShizzle', 'khaledmashaly', 'abuaboud', 'Tosh94'],
95
- triggers: [new_event_1.posthogNewEvent],
96
- });
97
- //# sourceMappingURL=index.js.map
17
+ - Self-hosted: same as your API Host`,required:!0,props:{personal_api_key:Bt.SecretText({displayName:"Personal API Key",description:"Your PostHog personal API key",required:!0}),project_id:U.ShortText({displayName:"Project ID",description:"Your PostHog project ID (found in project settings URL)",required:!0}),api_host:U.ShortText({displayName:"API Host",description:"Base URL for private API calls (default: https://us.posthog.com)",required:!1,defaultValue:"https://us.posthog.com"}),ingestion_host:U.ShortText({displayName:"Ingestion Host",description:"Base URL for event capture (default: https://us.i.posthog.com)",required:!1,defaultValue:"https://us.i.posthog.com"})},validate:o(async({auth:e})=>{try{let t=e.api_host||"https://us.posthog.com";return await Y.sendRequest({method:"GET",url:`${t}/api/projects/${e.project_id}/`,authentication:{type:"BEARER_TOKEN",token:e.personal_api_key}}),{valid:!0}}catch{return{valid:!1,error:"Invalid credentials. Check your Personal API Key and Project ID."}}},"validate")}),gd=xi({displayName:"PostHog",description:"Open-source product analytics",minimumSupportedRelease:"0.30.0",logoUrl:"https://cdn.activepieces.com/pieces/posthog.png",categories:["BUSINESS_INTELLIGENCE"],auth:te,actions:[Ns,Ds,Cs,Us,Rs({baseUrl:o(e=>e.props.api_host||"https://us.posthog.com","baseUrl"),auth:te,authMapping:o(async e=>({Authorization:`Bearer ${e.props.personal_api_key}`}),"authMapping")})],authors:["kishanprmr","MoShizzle","khaledmashaly","abuaboud","Tosh94"],triggers:[Ms]});0&&(module.exports={posthog,posthogAuth});
18
+ /*! Bundled license information:
19
+
20
+ mime-types/index.js:
21
+ (*!
22
+ * mime-types
23
+ * Copyright(c) 2014 Jonathan Ong
24
+ * Copyright(c) 2015 Douglas Christopher Wilson
25
+ * MIT Licensed
26
+ *)
27
+ */
package/src/index.d.ts DELETED
@@ -1,19 +0,0 @@
1
- export declare const posthogAuth: import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- }>;
7
- export declare const posthog: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").CustomAuthProperty<{
8
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
9
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
10
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
11
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
12
- }>>;
13
- export type PostHogAuth = {
14
- personal_api_key: string;
15
- project_id: string;
16
- api_host?: string;
17
- ingestion_host?: string;
18
- };
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,WAAW;;;;;EAyDtB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;GAsBlB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC"}
package/src/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAKqC;AACrC,qEAAkF;AAClF,iDAAqD;AACrD,6DAAgE;AAChE,iEAAoE;AACpE,uEAAyE;AACzE,6DAAgE;AAChE,wDAA2D;AAE9C,QAAA,WAAW,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC9C,WAAW,EAAE;;;;;;;;;;;;;;qCAcsB;IACnC,QAAQ,EAAE,IAAI;IACd,KAAK,EAAE;QACL,gBAAgB,EAAE,4BAAS,CAAC,UAAU,CAAC;YACrC,WAAW,EAAE,kBAAkB;YAC/B,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,yDAAyD;YACtE,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,UAAU;YACvB,WAAW,EAAE,kEAAkE;YAC/E,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,wBAAwB;SACvC,CAAC;QACF,cAAc,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACjC,WAAW,EAAE,gBAAgB;YAC7B,WAAW,EAAE,gEAAgE;YAC7E,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,0BAA0B;SACzC,CAAC;KACH;IACD,QAAQ,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;QACvB,IAAI,CAAC;YACH,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,IAAI,wBAAwB,CAAC;YAC1D,MAAM,0BAAU,CAAC,WAAW,CAAC;gBAC3B,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,OAAO,iBAAiB,IAAI,CAAC,UAAU,GAAG;gBAClD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,IAAI,CAAC,gBAAgB;iBAC7B;aACF,CAAC,CAAC;YACH,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;QACzB,CAAC;QAAC,WAAM,CAAC;YACP,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,kEAAkE,EAAE,CAAC;QACrG,CAAC;IACH,CAAC,CAAA;CACF,CAAC,CAAC;AAEU,QAAA,OAAO,GAAG,IAAA,8BAAW,EAAC;IACjC,WAAW,EAAE,SAAS;IACtB,WAAW,EAAE,+BAA+B;IAC5C,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,iDAAiD;IAC1D,UAAU,EAAE,CAAC,sBAAa,CAAC,qBAAqB,CAAC;IACjD,IAAI,EAAE,mBAAW;IACjB,OAAO,EAAE;QACP,iCAAkB;QAClB,qCAAoB;QACpB,0CAAsB;QACtB,iCAAkB;QAClB,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,CAAC,IAAI,EAAE,EAAE,CAAE,IAA0B,CAAC,KAAK,CAAC,QAAQ,IAAI,wBAAwB;YACzF,IAAI,EAAE,mBAAW;YACjB,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,aAAa,EAAE,UAAW,IAA0B,CAAC,KAAK,CAAC,gBAAgB,EAAE;iBAC9E,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,CAAC;IAC3E,QAAQ,EAAE,CAAC,2BAAe,CAAC;CAC5B,CAAC,CAAC"}
@@ -1,11 +0,0 @@
1
- export declare const posthogCreateEvent: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- }>, {
7
- event: import("@activepieces/pieces-framework").ShortTextProperty<true>;
8
- distinct_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
9
- properties: import("@activepieces/pieces-framework").ObjectProperty<false>;
10
- }>;
11
- //# sourceMappingURL=create-event.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-event.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-event.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;EAkD7B,CAAC"}
@@ -1,58 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthogCreateEvent = 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 __1 = require("../..");
8
- exports.posthogCreateEvent = (0, pieces_framework_1.createAction)({
9
- auth: __1.posthogAuth,
10
- name: 'create_event',
11
- displayName: 'Capture Event',
12
- description: 'Capture a custom event in PostHog',
13
- props: {
14
- event: pieces_framework_1.Property.ShortText({
15
- displayName: 'Event Name',
16
- description: 'The name of the event to capture',
17
- required: true,
18
- }),
19
- distinct_id: pieces_framework_1.Property.ShortText({
20
- displayName: 'Distinct ID',
21
- description: 'Unique identifier for the user performing the action (e.g. user ID or email address)',
22
- required: true,
23
- }),
24
- properties: pieces_framework_1.Property.Object({
25
- displayName: 'Properties',
26
- description: 'Additional event properties as key/value pairs',
27
- required: false,
28
- }),
29
- },
30
- run(context) {
31
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
32
- var _a;
33
- const { personal_api_key, project_id, api_host, ingestion_host } = context.auth.props;
34
- const apiBase = api_host || 'https://us.posthog.com';
35
- const ingestionBase = ingestion_host || 'https://us.i.posthog.com';
36
- const projectResult = yield pieces_common_1.httpClient.sendRequest({
37
- method: pieces_common_1.HttpMethod.GET,
38
- url: `${apiBase}/api/projects/${project_id}/`,
39
- authentication: {
40
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
41
- token: personal_api_key,
42
- },
43
- });
44
- const result = yield pieces_common_1.httpClient.sendRequest({
45
- method: pieces_common_1.HttpMethod.POST,
46
- url: `${ingestionBase}/i/v0/e/`,
47
- body: {
48
- api_key: projectResult.body.api_token,
49
- distinct_id: context.propsValue.distinct_id,
50
- event: context.propsValue.event,
51
- properties: (_a = context.propsValue.properties) !== null && _a !== void 0 ? _a : {},
52
- },
53
- });
54
- return result.body;
55
- });
56
- },
57
- });
58
- //# sourceMappingURL=create-event.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-event.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-event.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyF;AACzF,6BAAoC;AAEvB,QAAA,kBAAkB,GAAG,IAAA,+BAAY,EAAC;IAC7C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,eAAe;IAC5B,WAAW,EAAE,mCAAmC;IAChD,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACxB,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,kCAAkC;YAC/C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,WAAW,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC9B,WAAW,EAAE,aAAa;YAC1B,WAAW,EACT,sFAAsF;YACxF,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,UAAU,EAAE,2BAAQ,CAAC,MAAM,CAAC;YAC1B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,gDAAgD;YAC7D,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YACtF,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;YACrD,MAAM,aAAa,GAAG,cAAc,IAAI,0BAA0B,CAAC;YAEnE,MAAM,aAAa,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB;gBACxE,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,OAAO,iBAAiB,UAAU,GAAG;gBAC7C,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,gBAAgB;iBACxB;aACF,CAAC,CAAC;YAEH,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAqB;gBAC9D,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,aAAa,UAAU;gBAC/B,IAAI,EAAE;oBACJ,OAAO,EAAE,aAAa,CAAC,IAAI,CAAC,SAAS;oBACrC,WAAW,EAAE,OAAO,CAAC,UAAU,CAAC,WAAW;oBAC3C,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK;oBAC/B,UAAU,EAAE,MAAA,OAAO,CAAC,UAAU,CAAC,UAAU,mCAAI,EAAE;iBAChD;aACF,CAAC,CAAC;YAEH,OAAO,MAAM,CAAC,IAAI,CAAC;QACrB,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,16 +0,0 @@
1
- export declare const posthogCreateProject: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- }>, {
7
- organization_id: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").CustomAuthProperty<{
8
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
9
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
10
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
11
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
12
- }>>;
13
- name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
14
- anonymize_ips: import("@activepieces/pieces-framework").CheckboxProperty<false>;
15
- }>;
16
- //# sourceMappingURL=create-project.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-project.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;EA8E/B,CAAC"}
@@ -1,90 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthogCreateProject = 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 __1 = require("../..");
8
- exports.posthogCreateProject = (0, pieces_framework_1.createAction)({
9
- auth: __1.posthogAuth,
10
- name: 'create_project',
11
- displayName: 'Create Project',
12
- description: 'Create a new PostHog project in your organization',
13
- props: {
14
- organization_id: pieces_framework_1.Property.Dropdown({
15
- displayName: 'Organization',
16
- description: 'The organization to create the project in',
17
- required: true,
18
- refreshers: [],
19
- auth: __1.posthogAuth,
20
- options: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
21
- var _b;
22
- if (!auth) {
23
- return { disabled: true, options: [], placeholder: 'Connect your account first' };
24
- }
25
- const { personal_api_key, api_host } = auth.props;
26
- const apiBase = api_host || 'https://us.posthog.com';
27
- try {
28
- const result = yield pieces_common_1.httpClient.sendRequest({
29
- method: pieces_common_1.HttpMethod.GET,
30
- url: `${apiBase}/api/organizations/`,
31
- authentication: {
32
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
33
- token: personal_api_key,
34
- },
35
- });
36
- return {
37
- disabled: false,
38
- options: ((_b = result.body.results) !== null && _b !== void 0 ? _b : []).map((org) => ({
39
- label: org.name,
40
- value: org.id,
41
- })),
42
- };
43
- }
44
- catch (_c) {
45
- return { disabled: true, options: [], placeholder: 'Failed to load organizations. Check your connection.' };
46
- }
47
- }),
48
- }),
49
- name: pieces_framework_1.Property.ShortText({
50
- displayName: 'Project Name',
51
- description: 'The name of the new project',
52
- required: true,
53
- }),
54
- anonymize_ips: pieces_framework_1.Property.Checkbox({
55
- displayName: 'Anonymize IPs',
56
- description: 'Whether to anonymize incoming IP addresses',
57
- required: false,
58
- }),
59
- },
60
- run(context) {
61
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
62
- var _a, _b;
63
- const { personal_api_key, api_host } = context.auth.props;
64
- const apiBase = api_host || 'https://us.posthog.com';
65
- const { organization_id, name, anonymize_ips } = context.propsValue;
66
- const result = yield pieces_common_1.httpClient.sendRequest({
67
- method: pieces_common_1.HttpMethod.POST,
68
- url: `${apiBase}/api/organizations/${organization_id}/projects/`,
69
- authentication: {
70
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
71
- token: personal_api_key,
72
- },
73
- body: { name, anonymize_ips },
74
- });
75
- const p = result.body;
76
- return {
77
- id: p.id,
78
- uuid: p.uuid,
79
- name: p.name,
80
- api_token: p.api_token,
81
- organization: p.organization,
82
- timezone: (_a = p.timezone) !== null && _a !== void 0 ? _a : null,
83
- anonymize_ips: (_b = p.anonymize_ips) !== null && _b !== void 0 ? _b : false,
84
- created_at: p.created_at,
85
- updated_at: p.updated_at,
86
- };
87
- });
88
- },
89
- });
90
- //# sourceMappingURL=create-project.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-project.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-project.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyF;AACzF,6BAAiD;AAEpC,QAAA,oBAAoB,GAAG,IAAA,+BAAY,EAAC;IAC/C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,mDAAmD;IAChE,KAAK,EAAE;QACL,eAAe,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YACjC,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,2CAA2C;YACxD,QAAQ,EAAE,IAAI;YACd,UAAU,EAAE,EAAE;YACd,IAAI,EAAE,eAAW;YACjB,OAAO,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;;gBACtB,IAAI,CAAC,IAAI,EAAE,CAAC;oBACV,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,4BAA4B,EAAE,CAAC;gBACpF,CAAC;gBACD,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,GAAI,IAA0C,CAAC,KAAK,CAAC;gBACzF,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;gBACrD,IAAI,CAAC;oBACH,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB;wBACjE,MAAM,EAAE,0BAAU,CAAC,GAAG;wBACtB,GAAG,EAAE,GAAG,OAAO,qBAAqB;wBACpC,cAAc,EAAE;4BACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;4BACrC,KAAK,EAAE,gBAAgB;yBACxB;qBACF,CAAC,CAAC;oBACH,OAAO;wBACL,QAAQ,EAAE,KAAK;wBACf,OAAO,EAAE,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,OAAO,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;4BACjD,KAAK,EAAE,GAAG,CAAC,IAAI;4BACf,KAAK,EAAE,GAAG,CAAC,EAAE;yBACd,CAAC,CAAC;qBACJ,CAAC;gBACJ,CAAC;gBAAC,WAAM,CAAC;oBACP,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,sDAAsD,EAAE,CAAC;gBAC9G,CAAC;YACH,CAAC,CAAA;SACF,CAAC;QACF,IAAI,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACvB,WAAW,EAAE,cAAc;YAC3B,WAAW,EAAE,6BAA6B;YAC1C,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,aAAa,EAAE,2BAAQ,CAAC,QAAQ,CAAC;YAC/B,WAAW,EAAE,eAAe;YAC5B,WAAW,EAAE,4CAA4C;YACzD,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,EAAE,gBAAgB,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YAC1D,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;YACrD,MAAM,EAAE,eAAe,EAAE,IAAI,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAEpE,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAwB;gBACjE,MAAM,EAAE,0BAAU,CAAC,IAAI;gBACvB,GAAG,EAAE,GAAG,OAAO,sBAAsB,eAAe,YAAY;gBAChE,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,gBAAgB;iBACxB;gBACD,IAAI,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE;aAC9B,CAAC,CAAC;YAEH,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,CAAC;YACtB,OAAO;gBACL,EAAE,EAAE,CAAC,CAAC,EAAE;gBACR,IAAI,EAAE,CAAC,CAAC,IAAI;gBACZ,IAAI,EAAE,CAAC,CAAC,IAAI;gBACZ,SAAS,EAAE,CAAC,CAAC,SAAS;gBACtB,YAAY,EAAE,CAAC,CAAC,YAAY;gBAC5B,QAAQ,EAAE,MAAA,CAAC,CAAC,QAAQ,mCAAI,IAAI;gBAC5B,aAAa,EAAE,MAAA,CAAC,CAAC,aAAa,mCAAI,KAAK;gBACvC,UAAU,EAAE,CAAC,CAAC,UAAU;gBACxB,UAAU,EAAE,CAAC,CAAC,UAAU;aACzB,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- export declare const posthogGetFeatureFlags: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- }>, {
7
- limit: import("@activepieces/pieces-framework").NumberProperty<false>;
8
- }>;
9
- //# sourceMappingURL=get-feature-flags.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-feature-flags.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-feature-flags.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB;;;;;;;EA4CjC,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthogGetFeatureFlags = 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 __1 = require("../..");
8
- exports.posthogGetFeatureFlags = (0, pieces_framework_1.createAction)({
9
- auth: __1.posthogAuth,
10
- name: 'get_feature_flags',
11
- displayName: 'Get Feature Flags',
12
- description: 'List all feature flags in your PostHog project',
13
- props: {
14
- limit: pieces_framework_1.Property.Number({
15
- displayName: 'Limit',
16
- description: 'Maximum number of feature flags to return (default: 100)',
17
- required: false,
18
- defaultValue: 100,
19
- }),
20
- },
21
- run(context) {
22
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
23
- var _a, _b;
24
- const { personal_api_key, project_id, api_host } = context.auth.props;
25
- const apiBase = api_host || 'https://us.posthog.com';
26
- const result = yield pieces_common_1.httpClient.sendRequest({
27
- method: pieces_common_1.HttpMethod.GET,
28
- url: `${apiBase}/api/projects/${project_id}/feature_flags/`,
29
- authentication: {
30
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
31
- token: personal_api_key,
32
- },
33
- queryParams: {
34
- limit: String((_a = context.propsValue.limit) !== null && _a !== void 0 ? _a : 100),
35
- },
36
- });
37
- return ((_b = result.body.results) !== null && _b !== void 0 ? _b : []).map((flag) => {
38
- var _a, _b;
39
- return ({
40
- id: flag.id,
41
- name: flag.name,
42
- key: flag.key,
43
- active: flag.active,
44
- deleted: flag.deleted,
45
- created_at: flag.created_at,
46
- updated_at: flag.updated_at,
47
- tags: Array.isArray(flag.tags) ? flag.tags.join(', ') : null,
48
- created_by_email: (_b = (_a = flag.created_by) === null || _a === void 0 ? void 0 : _a.email) !== null && _b !== void 0 ? _b : null,
49
- created_by_name: flag.created_by
50
- ? `${flag.created_by.first_name} ${flag.created_by.last_name}`.trim()
51
- : null,
52
- });
53
- });
54
- });
55
- },
56
- });
57
- //# sourceMappingURL=get-feature-flags.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-feature-flags.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-feature-flags.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyF;AACzF,6BAAoC;AAEvB,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,mBAAmB;IAChC,WAAW,EAAE,gDAAgD;IAC7D,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACrB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,0DAA0D;YACvE,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,GAAG;SAClB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YACtE,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;YAErD,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAuB;gBAChE,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,OAAO,iBAAiB,UAAU,iBAAiB;gBAC3D,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,gBAAgB;iBACxB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,MAAM,CAAC,MAAA,OAAO,CAAC,UAAU,CAAC,KAAK,mCAAI,GAAG,CAAC;iBAC/C;aACF,CAAC,CAAC;YAEH,OAAO,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,OAAO,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAChD,EAAE,EAAE,IAAI,CAAC,EAAE;oBACX,IAAI,EAAE,IAAI,CAAC,IAAI;oBACf,GAAG,EAAE,IAAI,CAAC,GAAG;oBACb,MAAM,EAAE,IAAI,CAAC,MAAM;oBACnB,OAAO,EAAE,IAAI,CAAC,OAAO;oBACrB,UAAU,EAAE,IAAI,CAAC,UAAU;oBAC3B,UAAU,EAAE,IAAI,CAAC,UAAU;oBAC3B,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI;oBAC5D,gBAAgB,EAAE,MAAA,MAAA,IAAI,CAAC,UAAU,0CAAE,KAAK,mCAAI,IAAI;oBAChD,eAAe,EAAE,IAAI,CAAC,UAAU;wBAC9B,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,UAAU,IAAI,IAAI,CAAC,UAAU,CAAC,SAAS,EAAE,CAAC,IAAI,EAAE;wBACrE,CAAC,CAAC,IAAI;iBACT,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- export declare const posthogListPersons: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").CustomAuthProperty<{
2
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
3
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
4
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
5
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- }>, {
7
- limit: import("@activepieces/pieces-framework").NumberProperty<false>;
8
- search: import("@activepieces/pieces-framework").ShortTextProperty<false>;
9
- }>;
10
- //# sourceMappingURL=list-persons.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-persons.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/list-persons.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;EAiD7B,CAAC"}
@@ -1,61 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthogListPersons = 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 __1 = require("../..");
8
- exports.posthogListPersons = (0, pieces_framework_1.createAction)({
9
- auth: __1.posthogAuth,
10
- name: 'list_persons',
11
- displayName: 'List Persons',
12
- description: 'Get a list of identified users in your PostHog project',
13
- props: {
14
- limit: pieces_framework_1.Property.Number({
15
- displayName: 'Limit',
16
- description: 'Maximum number of persons to return (default: 100)',
17
- required: false,
18
- defaultValue: 100,
19
- }),
20
- search: pieces_framework_1.Property.ShortText({
21
- displayName: 'Search',
22
- description: 'Filter persons by email or name',
23
- required: false,
24
- }),
25
- },
26
- run(context) {
27
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
28
- var _a, _b;
29
- const { personal_api_key, project_id, api_host } = context.auth.props;
30
- const apiBase = api_host || 'https://us.posthog.com';
31
- const queryParams = {
32
- limit: String((_a = context.propsValue.limit) !== null && _a !== void 0 ? _a : 100),
33
- };
34
- if (context.propsValue.search) {
35
- queryParams['search'] = context.propsValue.search;
36
- }
37
- const result = yield pieces_common_1.httpClient.sendRequest({
38
- method: pieces_common_1.HttpMethod.GET,
39
- url: `${apiBase}/api/projects/${project_id}/persons/`,
40
- authentication: {
41
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
42
- token: personal_api_key,
43
- },
44
- queryParams,
45
- });
46
- return ((_b = result.body.results) !== null && _b !== void 0 ? _b : []).map((person) => {
47
- var _a, _b, _c, _d;
48
- return ({
49
- id: person.id,
50
- uuid: person.uuid,
51
- distinct_ids: Array.isArray(person.distinct_ids) ? person.distinct_ids.join(', ') : null,
52
- name: (_a = person.name) !== null && _a !== void 0 ? _a : null,
53
- email: (_c = (_b = person.properties) === null || _b === void 0 ? void 0 : _b['email']) !== null && _c !== void 0 ? _c : null,
54
- created_at: person.created_at,
55
- updated_at: (_d = person.updated_at) !== null && _d !== void 0 ? _d : null,
56
- });
57
- });
58
- });
59
- },
60
- });
61
- //# sourceMappingURL=list-persons.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-persons.js","sourceRoot":"","sources":["../../../../src/lib/actions/list-persons.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,+DAAyF;AACzF,6BAAoC;AAEvB,QAAA,kBAAkB,GAAG,IAAA,+BAAY,EAAC;IAC7C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,wDAAwD;IACrE,KAAK,EAAE;QACL,KAAK,EAAE,2BAAQ,CAAC,MAAM,CAAC;YACrB,WAAW,EAAE,OAAO;YACpB,WAAW,EAAE,oDAAoD;YACjE,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,GAAG;SAClB,CAAC;QACF,MAAM,EAAE,2BAAQ,CAAC,SAAS,CAAC;YACzB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,iCAAiC;YAC9C,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;;YACf,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;YACtE,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;YAErD,MAAM,WAAW,GAA2B;gBAC1C,KAAK,EAAE,MAAM,CAAC,MAAA,OAAO,CAAC,UAAU,CAAC,KAAK,mCAAI,GAAG,CAAC;aAC/C,CAAC;YACF,IAAI,OAAO,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;gBAC9B,WAAW,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC;YACpD,CAAC;YAED,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAkB;gBAC3D,MAAM,EAAE,0BAAU,CAAC,GAAG;gBACtB,GAAG,EAAE,GAAG,OAAO,iBAAiB,UAAU,WAAW;gBACrD,cAAc,EAAE;oBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;oBACrC,KAAK,EAAE,gBAAgB;iBACxB;gBACD,WAAW;aACZ,CAAC,CAAC;YAEH,OAAO,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,OAAO,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAClD,EAAE,EAAE,MAAM,CAAC,EAAE;oBACb,IAAI,EAAE,MAAM,CAAC,IAAI;oBACjB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI;oBACxF,IAAI,EAAE,MAAA,MAAM,CAAC,IAAI,mCAAI,IAAI;oBACzB,KAAK,EAAE,MAAC,MAAA,MAAM,CAAC,UAAU,0CAAG,OAAO,CAAY,mCAAI,IAAI;oBACvD,UAAU,EAAE,MAAM,CAAC,UAAU;oBAC7B,UAAU,EAAE,MAAA,MAAM,CAAC,UAAU,mCAAI,IAAI;iBACtC,CAAC,CAAA;aAAA,CAAC,CAAC;QACN,CAAC;KAAA;CACF,CAAC,CAAC"}
@@ -1,31 +0,0 @@
1
- import { TriggerStrategy } from '@activepieces/pieces-framework';
2
- export declare const posthogNewEvent: import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
3
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
4
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
5
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
6
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
7
- }>, {
8
- event_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
9
- }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.POLLING, import("@activepieces/pieces-framework").CustomAuthProperty<{
10
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
11
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
12
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
13
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
14
- }>, {
15
- event_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
16
- }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.MANUAL, import("@activepieces/pieces-framework").CustomAuthProperty<{
17
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
18
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
19
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
20
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
21
- }>, {
22
- event_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
23
- }> | import("@activepieces/pieces-framework").ITrigger<TriggerStrategy.APP_WEBHOOK, import("@activepieces/pieces-framework").CustomAuthProperty<{
24
- personal_api_key: import("@activepieces/pieces-framework").SecretTextProperty<true>;
25
- project_id: import("@activepieces/pieces-framework").ShortTextProperty<true>;
26
- api_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
27
- ingestion_host: import("@activepieces/pieces-framework").ShortTextProperty<false>;
28
- }>, {
29
- event_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
30
- }>;
31
- //# sourceMappingURL=new-event.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"new-event.d.ts","sourceRoot":"","sources":["../../../../src/lib/triggers/new-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,eAAe,EAIhB,MAAM,gCAAgC,CAAC;AAqDxC,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B1B,CAAC"}
@@ -1,78 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.posthogNewEvent = 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 __1 = require("../..");
8
- const props = {
9
- event_name: pieces_framework_1.Property.ShortText({
10
- displayName: 'Event Name Filter',
11
- description: 'Filter by specific event name (leave empty for all events)',
12
- required: false,
13
- }),
14
- };
15
- const polling = {
16
- strategy: pieces_common_1.DedupeStrategy.TIMEBASED,
17
- items: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth, propsValue, lastFetchEpochMS }) {
18
- var _b;
19
- const { personal_api_key, project_id, api_host } = auth.props;
20
- const apiBase = api_host || 'https://us.posthog.com';
21
- const queryParams = { limit: '100' };
22
- if (lastFetchEpochMS) {
23
- queryParams['after'] = new Date(lastFetchEpochMS).toISOString();
24
- }
25
- if (propsValue.event_name) {
26
- queryParams['event'] = propsValue.event_name;
27
- }
28
- const result = yield pieces_common_1.httpClient.sendRequest({
29
- method: pieces_common_1.HttpMethod.GET,
30
- url: `${apiBase}/api/projects/${project_id}/events/`,
31
- authentication: {
32
- type: pieces_common_1.AuthenticationType.BEARER_TOKEN,
33
- token: personal_api_key,
34
- },
35
- queryParams,
36
- });
37
- return ((_b = result.body.results) !== null && _b !== void 0 ? _b : []).map((event) => ({
38
- epochMilliSeconds: new Date(event.timestamp).getTime(),
39
- data: event,
40
- }));
41
- }),
42
- };
43
- exports.posthogNewEvent = (0, pieces_framework_1.createTrigger)({
44
- auth: __1.posthogAuth,
45
- name: 'new_event',
46
- displayName: 'New Event',
47
- description: 'Triggers when a new event is captured in PostHog',
48
- type: pieces_framework_1.TriggerStrategy.POLLING,
49
- props,
50
- sampleData: {
51
- id: '1',
52
- event: 'pageview',
53
- distinct_id: 'user_123',
54
- timestamp: '2024-01-01T00:00:00Z',
55
- properties: { $current_url: 'https://example.com' },
56
- },
57
- test(context) {
58
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
59
- return yield pieces_common_1.pollingHelper.test(polling, context);
60
- });
61
- },
62
- onEnable(context) {
63
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
64
- yield pieces_common_1.pollingHelper.onEnable(polling, context);
65
- });
66
- },
67
- onDisable(context) {
68
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
69
- yield pieces_common_1.pollingHelper.onDisable(polling, context);
70
- });
71
- },
72
- run(context) {
73
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
74
- return yield pieces_common_1.pollingHelper.poll(polling, context);
75
- });
76
- },
77
- });
78
- //# sourceMappingURL=new-event.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"new-event.js","sourceRoot":"","sources":["../../../../src/lib/triggers/new-event.ts"],"names":[],"mappings":";;;;AAAA,qEAMwC;AACxC,+DAOqC;AACrC,6BAAiD;AAEjD,MAAM,KAAK,GAAG;IACZ,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;QAC7B,WAAW,EAAE,mBAAmB;QAChC,WAAW,EAAE,4DAA4D;QACzE,QAAQ,EAAE,KAAK;KAChB,CAAC;CACH,CAAC;AAEF,MAAM,OAAO,GAGT;IACF,QAAQ,EAAE,8BAAc,CAAC,SAAS;IAClC,KAAK,EAAE,KAA+C,EAAE,oDAA1C,EAAE,IAAI,EAAE,UAAU,EAAE,gBAAgB,EAAE;;QAClD,MAAM,EAAE,gBAAgB,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAI,IAA+B,CAAC,KAAK,CAAC;QAC1F,MAAM,OAAO,GAAG,QAAQ,IAAI,wBAAwB,CAAC;QAErD,MAAM,WAAW,GAA2B,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;QAC7D,IAAI,gBAAgB,EAAE,CAAC;YACrB,WAAW,CAAC,OAAO,CAAC,GAAG,IAAI,IAAI,CAAC,gBAAgB,CAAC,CAAC,WAAW,EAAE,CAAC;QAClE,CAAC;QACD,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;YAC1B,WAAW,CAAC,OAAO,CAAC,GAAG,UAAU,CAAC,UAAU,CAAC;QAC/C,CAAC;QAED,MAAM,MAAM,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAiB;YAC1D,MAAM,EAAE,0BAAU,CAAC,GAAG;YACtB,GAAG,EAAE,GAAG,OAAO,iBAAiB,UAAU,UAAU;YACpD,cAAc,EAAE;gBACd,IAAI,EAAE,kCAAkB,CAAC,YAAY;gBACrC,KAAK,EAAE,gBAAgB;aACxB;YACD,WAAW;SACZ,CAAC,CAAC;QAEH,OAAO,CAAC,MAAA,MAAM,CAAC,IAAI,CAAC,OAAO,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;YACjD,iBAAiB,EAAE,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE;YACtD,IAAI,EAAE,KAAK;SACZ,CAAC,CAAC,CAAC;IACN,CAAC,CAAA;CACF,CAAC;AAEW,QAAA,eAAe,GAAG,IAAA,gCAAa,EAAC;IAC3C,IAAI,EAAE,eAAW;IACjB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE,kDAAkD;IAC/D,IAAI,EAAE,kCAAe,CAAC,OAAO;IAC7B,KAAK;IACL,UAAU,EAAE;QACV,EAAE,EAAE,GAAG;QACP,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,UAAU;QACvB,SAAS,EAAE,sBAAsB;QACjC,UAAU,EAAE,EAAE,YAAY,EAAE,qBAAqB,EAAE;KACpD;IACK,IAAI,CAAC,OAAO;;YAChB,OAAO,MAAM,6BAAa,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QACpD,CAAC;KAAA;IACK,QAAQ,CAAC,OAAO;;YACpB,MAAM,6BAAa,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QACjD,CAAC;KAAA;IACK,SAAS,CAAC,OAAO;;YACrB,MAAM,6BAAa,CAAC,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAClD,CAAC;KAAA;IACK,GAAG,CAAC,OAAO;;YACf,OAAO,MAAM,6BAAa,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QACpD,CAAC;KAAA;CACF,CAAC,CAAC"}