@activepieces/piece-linkupapi 0.0.2 → 0.0.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 +7 -12
- package/src/index.js +13 -56
- package/src/index.d.ts +0 -2
- package/src/index.d.ts.map +0 -1
- package/src/index.js.map +0 -1
- package/src/lib/actions/check-invitation-status.d.ts +0 -5
- package/src/lib/actions/check-invitation-status.d.ts.map +0 -1
- package/src/lib/actions/check-invitation-status.js +0 -29
- package/src/lib/actions/check-invitation-status.js.map +0 -1
- package/src/lib/actions/get-account.d.ts +0 -4
- package/src/lib/actions/get-account.d.ts.map +0 -1
- package/src/lib/actions/get-account.js +0 -26
- package/src/lib/actions/get-account.js.map +0 -1
- package/src/lib/actions/get-company.d.ts +0 -5
- package/src/lib/actions/get-company.d.ts.map +0 -1
- package/src/lib/actions/get-company.js +0 -29
- package/src/lib/actions/get-company.js.map +0 -1
- package/src/lib/actions/get-conversation.d.ts +0 -8
- package/src/lib/actions/get-conversation.d.ts.map +0 -1
- package/src/lib/actions/get-conversation.js +0 -47
- package/src/lib/actions/get-conversation.js.map +0 -1
- package/src/lib/actions/get-my-profile.d.ts +0 -4
- package/src/lib/actions/get-my-profile.d.ts.map +0 -1
- package/src/lib/actions/get-my-profile.js +0 -21
- package/src/lib/actions/get-my-profile.js.map +0 -1
- package/src/lib/actions/get-profile.d.ts +0 -7
- package/src/lib/actions/get-profile.d.ts.map +0 -1
- package/src/lib/actions/get-profile.js +0 -41
- package/src/lib/actions/get-profile.js.map +0 -1
- package/src/lib/actions/list-accounts.d.ts +0 -5
- package/src/lib/actions/list-accounts.d.ts.map +0 -1
- package/src/lib/actions/list-accounts.js +0 -36
- package/src/lib/actions/list-accounts.js.map +0 -1
- package/src/lib/actions/search-companies.d.ts +0 -12
- package/src/lib/actions/search-companies.d.ts.map +0 -1
- package/src/lib/actions/search-companies.js +0 -47
- package/src/lib/actions/search-companies.js.map +0 -1
- package/src/lib/actions/search-people.d.ts +0 -21
- package/src/lib/actions/search-people.d.ts.map +0 -1
- package/src/lib/actions/search-people.js +0 -94
- package/src/lib/actions/search-people.js.map +0 -1
- package/src/lib/actions/send-connection-request.d.ts +0 -7
- package/src/lib/actions/send-connection-request.d.ts.map +0 -1
- package/src/lib/actions/send-connection-request.js +0 -41
- package/src/lib/actions/send-connection-request.js.map +0 -1
- package/src/lib/actions/send-message.d.ts +0 -7
- package/src/lib/actions/send-message.d.ts.map +0 -1
- package/src/lib/actions/send-message.js +0 -41
- package/src/lib/actions/send-message.js.map +0 -1
- package/src/lib/common/index.d.ts +0 -16
- package/src/lib/common/index.d.ts.map +0 -1
- package/src/lib/common/index.js +0 -110
- package/src/lib/common/index.js.map +0 -1
- package/src/lib/triggers/invitation-accepted.d.ts +0 -11
- package/src/lib/triggers/invitation-accepted.d.ts.map +0 -1
- package/src/lib/triggers/invitation-accepted.js +0 -57
- package/src/lib/triggers/invitation-accepted.js.map +0 -1
- package/src/lib/triggers/new-message-received.d.ts +0 -11
- package/src/lib/triggers/new-message-received.d.ts.map +0 -1
- package/src/lib/triggers/new-message-received.js +0 -57
- package/src/lib/triggers/new-message-received.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-linkupapi",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "tsc -p tsconfig.lib.json && cp package.json dist/",
|
|
15
|
-
"lint": "eslint 'src/**/*.ts'"
|
|
16
|
-
}
|
|
6
|
+
"dependencies": {},
|
|
7
|
+
"files": [
|
|
8
|
+
"src/index.js",
|
|
9
|
+
"package.json",
|
|
10
|
+
"src/i18n"
|
|
11
|
+
]
|
|
17
12
|
}
|
package/src/index.js
CHANGED
|
@@ -1,56 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.linkupapi = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const search_companies_1 = require("./lib/actions/search-companies");
|
|
15
|
-
const get_company_1 = require("./lib/actions/get-company");
|
|
16
|
-
const send_message_1 = require("./lib/actions/send-message");
|
|
17
|
-
const get_conversation_1 = require("./lib/actions/get-conversation");
|
|
18
|
-
const send_connection_request_1 = require("./lib/actions/send-connection-request");
|
|
19
|
-
const check_invitation_status_1 = require("./lib/actions/check-invitation-status");
|
|
20
|
-
// triggers
|
|
21
|
-
const new_message_received_1 = require("./lib/triggers/new-message-received");
|
|
22
|
-
const invitation_accepted_1 = require("./lib/triggers/invitation-accepted");
|
|
23
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
24
|
-
exports.linkupapi = (0, pieces_framework_1.createPiece)({
|
|
25
|
-
displayName: 'LinkupAPI',
|
|
26
|
-
description: 'LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.',
|
|
27
|
-
auth: common_1.linkupAuth,
|
|
28
|
-
minimumSupportedRelease: '0.36.1',
|
|
29
|
-
logoUrl: 'https://cdn.activepieces.com/pieces/linkupapi.png',
|
|
30
|
-
categories: [shared_1.PieceCategory.SALES_AND_CRM, shared_1.PieceCategory.MARKETING],
|
|
31
|
-
authors: ['titouanprx', 'sanket-a11y'],
|
|
32
|
-
actions: [
|
|
33
|
-
list_accounts_1.listAccounts,
|
|
34
|
-
get_account_1.getAccount,
|
|
35
|
-
get_my_profile_1.getMyProfile,
|
|
36
|
-
get_profile_1.getProfile,
|
|
37
|
-
search_people_1.searchPeople,
|
|
38
|
-
search_companies_1.searchCompanies,
|
|
39
|
-
get_company_1.getCompany,
|
|
40
|
-
send_message_1.sendMessage,
|
|
41
|
-
get_conversation_1.getConversation,
|
|
42
|
-
send_connection_request_1.sendConnectionRequest,
|
|
43
|
-
check_invitation_status_1.checkInvitationStatus,
|
|
44
|
-
(0, pieces_common_1.createCustomApiCallAction)({
|
|
45
|
-
baseUrl: () => common_1.LINKUPAPI_BASE_URL,
|
|
46
|
-
auth: common_1.linkupAuth,
|
|
47
|
-
authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
48
|
-
return ({
|
|
49
|
-
'x-api-key': auth.secret_text,
|
|
50
|
-
});
|
|
51
|
-
}),
|
|
52
|
-
}),
|
|
53
|
-
],
|
|
54
|
-
triggers: [new_message_received_1.newMessageReceived, invitation_accepted_1.invitationAccepted],
|
|
55
|
-
});
|
|
56
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
"use strict";var su=Object.create;var Ye=Object.defineProperty;var uu=Object.getOwnPropertyDescriptor;var cu=Object.getOwnPropertyNames;var pu=Object.getPrototypeOf,lu=Object.prototype.hasOwnProperty;var o=(e,t)=>Ye(e,"name",{value:t,configurable:!0});var E=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}},xn=(e,t)=>{for(var r in t)Ye(e,r,{get:t[r],enumerable:!0})},_n=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of cu(t))!lu.call(e,i)&&i!==r&&Ye(e,i,{get:()=>t[i],enumerable:!(n=uu(t,i))||n.enumerable});return e};var Ue=(e,t,r)=>(r=e!=null?su(pu(e)):{},_n(t||!e||!e.__esModule?Ye(r,"default",{value:e,enumerable:!0}):r,e)),du=e=>_n(Ye({},"__esModule",{value:!0}),e);var Vo=E((Zo,Zt)=>{(function(e){"use strict";let t="(0?\\d+|0x[a-f0-9]+)",r={fourOctet:new RegExp(`^${t}\\.${t}\\.${t}\\.${t}$`,"i"),threeOctet:new RegExp(`^${t}\\.${t}\\.${t}$`,"i"),twoOctet:new RegExp(`^${t}\\.${t}$`,"i"),longValue:new RegExp(`^${t}$`,"i")},n=new RegExp("^0[0-7]+$","i"),i=new RegExp("^0x[a-f0-9]+$","i"),u="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",l={zoneIndex:new RegExp(u,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${u})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${u})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${u})?$`,"i")};function g(s,d){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let f=0,m=-1,v=(s.match(l.zoneIndex)||[])[0],P,L;for(v&&(v=v.substring(1),s=s.replace(/%.+$/,""));(m=s.indexOf(":",m+1))>=0;)f++;if(s.substr(0,2)==="::"&&f--,s.substr(-2,2)==="::"&&f--,f>d)return null;for(L=d-f,P=":";L--;)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 ne=s.split(":"),se=[];for(let Xe=0;Xe<ne.length;Xe++)se.push(parseInt(ne[Xe],16));return se})(),{parts:d,zoneId:v}}o(g,"expandIPv6");function h(s,d,f,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=f-m,P<0&&(P=0),s[v]>>P!==d[v]>>P)return!1;m-=f,v+=1}return!0}o(h,"matchCIDR");function _(s){if(i.test(s))return parseInt(s,16);if(s[0]==="0"&&!isNaN(parseInt(s[1],10))){if(n.test(s))return parseInt(s,8);throw new Error(`ipaddr: cannot parse ${s} as octal`)}return parseInt(s,10)}o(_,"parseIntAuto");function $(s,d){for(;s.length<d;)s=`0${s}`;return s}o($,"padPart");let x={};x.IPv4=(function(){function s(d){if(d.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let f,m;for(f=0;f<d.length;f++)if(m=d[f],!(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,f){let m;if(f===void 0&&(m=d,d=m[0],f=m[1]),d.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return h(this.octets,d.octets,8,f)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,f=!1,m={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},v,P,L;for(v=3;v>=0;v-=1)if(P=this.octets[v],P in m){if(L=m[P],f&&L!==0)return null;L!==8&&(f=!0),d+=L}else return null;return 32-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){return this.octets.slice(0)},s.prototype.toIPv4MappedAddress=function(){return x.IPv6.parse(`::ffff:${this.toString()}`)},s.prototype.toNormalizedString=function(){return this.toString()},s.prototype.toString=function(){return this.octets.join(".")},s})(),x.IPv4.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),f=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<4;)v.push(parseInt(f[P],10)|parseInt(m[P],10)^255),P++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.isIPv4=function(s){return this.parser(s)!==null},x.IPv4.isValid=function(s){try{return new this(this.parser(s)),!0}catch{return!1}},x.IPv4.isValidCIDR=function(s){try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv4.isValidFourPartDecimal=function(s){return!!(x.IPv4.isValid(s)&&s.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},x.IPv4.isValidCIDRFourPartDecimal=function(s){let d=s.match(/^(.+)\/(\d+)$/);return!x.IPv4.isValidCIDR(s)||!d?!1:x.IPv4.isValidFourPartDecimal(d[1])},x.IPv4.networkAddressFromCIDR=function(s){let d,f,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],f=0;f<4;)v.push(parseInt(m[f],10)&parseInt(P[f],10)),f++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.parse=function(s){let d=this.parser(s);if(d===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(d)},x.IPv4.parseCIDR=function(s){let d;if(d=s.match(/^(.+)\/(\d+)$/)){let f=parseInt(d[2]);if(f>=0&&f<=32){let m=[this.parse(d[1]),f];return Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},x.IPv4.parser=function(s){let d,f,m;if(d=s.match(r.fourOctet))return(function(){let v=d.slice(1,6),P=[];for(let L=0;L<v.length;L++)f=v[L],P.push(_(f));return P})();if(d=s.match(r.longValue)){if(m=_(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=_(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(m>>16&255),P.push(m>>8&255),P.push(m&255),P})():(d=s.match(r.threeOctet))?(function(){let v=d.slice(1,5),P=[];if(m=_(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(_(v[1])),P.push(m>>8&255),P.push(m&255),P})():null},x.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let d=[0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)d[f]=255,f++;return m<4&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.IPv6=(function(){function s(d,f){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");f&&(this.zoneId=f)}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,f){let m;if(f===void 0&&(m=d,d=m[0],f=m[1]),d.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return h(this.parts,d.parts,16,f)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,f=!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 L=7;L>=0;L-=1)if(v=this.parts[L],v in m){if(P=m[v],f&&P!==0)return null;P!==16&&(f=!0),d+=P}else return null;return 128-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let d,f=[],m=this.parts;for(let v=0;v<m.length;v++)d=m[v],f.push(d>>8),f.push(d&255);return f},s.prototype.toFixedLengthString=function(){let d=(function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push($(this.parts[v].toString(16),4));return m}).call(this).join(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),d+f},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),f=d[0],m=d[1];return new x.IPv4([f>>8,f&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(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),d+f},s.prototype.toRFC5952String=function(){let d=/((^|:)(0(:|$)){2,})/g,f=this.toNormalizedString(),m=0,v=-1,P;for(;P=d.exec(f);)P[0].length>v&&(m=P.index,v=P[0].length);return v<0?f:`${f.substring(0,m)}::${f.substring(m+v)}`},s.prototype.toString=function(){return this.toRFC5952String()},s})(),x.IPv6.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),f=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<16;)v.push(parseInt(f[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})`)}},x.IPv6.isIPv6=function(s){return this.parser(s)!==null},x.IPv6.isValid=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{let d=this.parser(s);return new this(d.parts,d.zoneId),!0}catch{return!1}},x.IPv6.isValidCIDR=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv6.networkAddressFromCIDR=function(s){let d,f,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],f=0;f<16;)v.push(parseInt(m[f],10)&parseInt(P[f],10)),f++;return new this(v)}catch(L){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${L})`)}},x.IPv6.parse=function(s){let d=this.parser(s);if(d.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(d.parts,d.zoneId)},x.IPv6.parseCIDR=function(s){let d,f,m;if((f=s.match(/^(.+)\/(\d+)$/))&&(d=parseInt(f[2]),d>=0&&d<=128))return m=[this.parse(f[1]),d],Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},x.IPv6.parser=function(s){let d,f,m,v,P,L;if(m=s.match(l.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(l.native.test(s))return g(s,8);if((m=s.match(l.transitional))&&(L=m[6]||"",d=m[1],m[1].endsWith("::")||(d=d.slice(0,-1)),d=g(d+L,6),d.parts)){for(P=[parseInt(m[2]),parseInt(m[3]),parseInt(m[4]),parseInt(m[5])],f=0;f<P.length;f++)if(v=P[f],!(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},x.IPv6.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>128)throw new Error("ipaddr: invalid IPv6 prefix length");let d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)d[f]=255,f++;return m<16&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.fromByteArray=function(s){let d=s.length;if(d===4)return new x.IPv4(s);if(d===16)return new x.IPv6(s);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},x.isValid=function(s){return x.IPv6.isValid(s)||x.IPv4.isValid(s)},x.isValidCIDR=function(s){return x.IPv6.isValidCIDR(s)||x.IPv4.isValidCIDR(s)},x.parse=function(s){if(x.IPv6.isValid(s))return x.IPv6.parse(s);if(x.IPv4.isValid(s))return x.IPv4.parse(s);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},x.parseCIDR=function(s){try{return x.IPv6.parseCIDR(s)}catch{try{return x.IPv4.parseCIDR(s)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},x.process=function(s){let d=this.parse(s);return d.kind()==="ipv6"&&d.isIPv4MappedAddress()?d.toIPv4Address():d},x.subnetMatch=function(s,d,f){let m,v,P,L;f==null&&(f="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(L=P[m],s.kind()===L[0].kind()&&s.match.apply(s,L))return v}return f},typeof Zt<"u"&&Zt.exports?Zt.exports=x:e.ipaddr=x})(Zo)});var ji=E((pA,Li)=>{var Mi=require("stream").Stream,Mp=require("util");Li.exports=pe;function pe(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(pe,"DelayedStream");Mp.inherits(pe,Mi);pe.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(pe.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});pe.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};pe.prototype.resume=function(){this._released||this.release(),this.source.resume()};pe.prototype.pause=function(){this.source.pause()};pe.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};pe.prototype.pipe=function(){var e=Mi.prototype.pipe.apply(this,arguments);return this.resume(),e};pe.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)};pe.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Vi=E((dA,Zi)=>{var Lp=require("util"),Bi=require("stream").Stream,Fi=ji();Zi.exports=K;function K(){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(K,"CombinedStream");Lp.inherits(K,Bi);K.create=function(e){var t=new this;e=e||{};for(var r in e)t[r]=e[r];return t};K.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};K.prototype.append=function(e){var t=K.isStreamLike(e);if(t){if(!(e instanceof Fi)){var r=Fi.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=r}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};K.prototype.pipe=function(e,t){return Bi.prototype.pipe.call(this,e,t),this.resume(),e};K.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}};K.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=K.isStreamLike(r);n&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))};K.prototype._pipeNext=function(e){this._currentStream=e;var t=K.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()};K.prototype._handleErrors=function(e){var t=this;e.on("error",function(r){t._emitError(r)})};K.prototype.write=function(e){this.emit("data",e)};K.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};K.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")};K.prototype.end=function(){this._reset(),this.emit("end")};K.prototype.destroy=function(){this._reset(),this.emit("close")};K.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};K.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};K.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)};K.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var qi=E((fA,Hi)=>{"use strict";Hi.exports={"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dat"]},"application/msword":{source:"iana",extensions:["doc"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",extensions:["docx"]},"application/vnd.ms-excel":{source:"iana",extensions:["xls"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",extensions:["xlsx"]},"application/vnd.ms-powerpoint":{source:"iana",extensions:["ppt"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",extensions:["pptx"]},"application/csv":{compressible:!0,extensions:["csv"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"text/plain":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["txt","text","log"]},"text/html":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["html","htm"]},"text/css":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["css"]},"text/csv":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["csv"]},"text/markdown":{source:"iana",compressible:!0,charset:"UTF-8",extensions:["md","markdown"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/webp":{source:"apache",compressible:!1,extensions:["webp"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tiff","tif"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/heic":{source:"iana",compressible:!1,extensions:["heic"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mp3","mpga"]},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/ogg":{source:"iana",compressible:!1,extensions:["ogg","oga"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","m4v"]},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg"]},"video/webm":{source:"iana",compressible:!1,extensions:["webm"]},"video/quicktime":{source:"iana",compressible:!1,extensions:["mov","qt"]},"video/x-msvideo":{source:"iana",compressible:!1,extensions:["avi"]},"font/woff":{source:"iana",compressible:!1,extensions:["woff"]},"font/woff2":{source:"iana",compressible:!1,extensions:["woff2"]},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"multipart/form-data":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/ics":{compressible:!0,extensions:["ics"]},"text/calendar":{source:"iana",compressible:!0,extensions:["ics","ifb"]},"application/x-ndjson":{compressible:!0,extensions:["ndjson"]}}});var Ki=E(re=>{"use strict";var Xt=qi(),jp=require("path").extname,Gi=/^\s*([^;\s]*)(?:;|\s|$)/,Fp=/^text\//i;re.charset=Wi;re.charsets={lookup:Wi};re.contentType=Bp;re.extension=Zp;re.extensions=Object.create(null);re.lookup=Vp;re.types=Object.create(null);Hp(re.extensions,re.types);function Wi(e){if(!e||typeof e!="string")return!1;var t=Gi.exec(e),r=t&&Xt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&Fp.test(t[1])?"UTF-8":!1}o(Wi,"charset");function Bp(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?re.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var r=re.charset(t);r&&(t+="; charset="+r.toLowerCase())}return t}o(Bp,"contentType");function Zp(e){if(!e||typeof e!="string")return!1;var t=Gi.exec(e),r=t&&re.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Zp,"extension");function Vp(e){if(!e||typeof e!="string")return!1;var t=jp("x."+e).toLowerCase().substr(1);return t&&re.types[t]||!1}o(Vp,"lookup");function Hp(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(Xt).forEach(o(function(i){var u=Xt[i],c=u.extensions;if(!(!c||!c.length)){e[i]=c;for(var l=0;l<c.length;l++){var g=c[l];if(t[g]){var h=r.indexOf(Xt[t[g]].source),_=r.indexOf(u.source);if(t[g]!=="application/octet-stream"&&(h>_||h===_&&t[g].substr(0,12)==="application/"))continue}t[g]=i}}},"forEachMimeType"))}o(Hp,"populateMaps")});var Xi=E((hA,Ji)=>{Ji.exports=qp;function qp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(qp,"defer")});var Kr=E((xA,Qi)=>{var Yi=Xi();Qi.exports=Gp;function Gp(e){var t=!1;return Yi(function(){t=!0}),o(function(n,i){t?e(n,i):Yi(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(Gp,"async")});var Jr=E((PA,ea)=>{ea.exports=Wp;function Wp(e){Object.keys(e.jobs).forEach(Kp.bind(e)),e.jobs={}}o(Wp,"abort");function Kp(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(Kp,"clean")});var Xr=E((IA,ra)=>{var ta=Kr(),Jp=Jr();ra.exports=Xp;function Xp(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=Yp(t,i,e[i],function(u,c){i in r.jobs&&(delete r.jobs[i],u?Jp(r):r.results[i]=c,n(u,r.results))})}o(Xp,"iterate");function Yp(e,t,r,n){var i;return e.length==2?i=e(r,ta(n)):i=e(r,t,ta(n)),i}o(Yp,"runJob")});var Yr=E((EA,na)=>{na.exports=Qp;function Qp(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(Qp,"state")});var Qr=E((SA,oa)=>{var el=Jr(),tl=Kr();oa.exports=rl;function rl(e){Object.keys(this.jobs).length&&(this.index=this.size,el(this),tl(e)(null,this.results))}o(rl,"terminator")});var aa=E((zA,ia)=>{var nl=Xr(),ol=Yr(),il=Qr();ia.exports=al;function al(e,t,r){for(var n=ol(e);n.index<(n.keyedList||e).length;)nl(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 il.bind(n,r)}o(al,"parallel")});var en=E((wA,Yt)=>{var sa=Xr(),sl=Yr(),ul=Qr();Yt.exports=cl;Yt.exports.ascending=ua;Yt.exports.descending=pl;function cl(e,t,r,n){var i=sl(e,r);return sa(e,t,i,o(function u(c,l){if(c){n(c,l);return}if(i.index++,i.index<(i.keyedList||e).length){sa(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),ul.bind(i,n)}o(cl,"serialOrdered");function ua(e,t){return e<t?-1:e>t?1:0}o(ua,"ascending");function pl(e,t){return-1*ua(e,t)}o(pl,"descending")});var pa=E((RA,ca)=>{var ll=en();ca.exports=dl;function dl(e,t,r){return ll(e,t,null,r)}o(dl,"serial")});var da=E((DA,la)=>{la.exports={parallel:aa(),serial:pa(),serialOrdered:en()}});var tn=E((CA,ma)=>{"use strict";ma.exports=Object});var ga=E((UA,fa)=>{"use strict";fa.exports=Error});var ha=E((MA,ya)=>{"use strict";ya.exports=EvalError});var xa=E((LA,va)=>{"use strict";va.exports=RangeError});var Pa=E((jA,_a)=>{"use strict";_a.exports=ReferenceError});var Ia=E((FA,ba)=>{"use strict";ba.exports=SyntaxError});var Qt=E((BA,Ta)=>{"use strict";Ta.exports=TypeError});var $a=E((ZA,Ea)=>{"use strict";Ea.exports=URIError});var Aa=E((VA,Sa)=>{"use strict";Sa.exports=Math.abs});var ka=E((HA,za)=>{"use strict";za.exports=Math.floor});var Oa=E((qA,wa)=>{"use strict";wa.exports=Math.max});var Na=E((GA,Ra)=>{"use strict";Ra.exports=Math.min});var Ca=E((WA,Da)=>{"use strict";Da.exports=Math.pow});var Ma=E((KA,Ua)=>{"use strict";Ua.exports=Math.round});var ja=E((JA,La)=>{"use strict";La.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Ba=E((YA,Fa)=>{"use strict";var ml=ja();Fa.exports=o(function(t){return ml(t)||t===0?t:t<0?-1:1},"sign")});var Va=E((ez,Za)=>{"use strict";Za.exports=Object.getOwnPropertyDescriptor});var rn=E((tz,Ha)=>{"use strict";var er=Va();if(er)try{er([],"length")}catch{er=null}Ha.exports=er});var Ga=E((rz,qa)=>{"use strict";var tr=Object.defineProperty||!1;if(tr)try{tr({},"a",{value:1})}catch{tr=!1}qa.exports=tr});var nn=E((nz,Wa)=>{"use strict";Wa.exports=o(function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;t[r]=i;for(var u in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var c=Object.getOwnPropertySymbols(t);if(c.length!==1||c[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==i||l.enumerable!==!0)return!1}return!0},"hasSymbols")});var Xa=E((iz,Ja)=>{"use strict";var Ka=typeof Symbol<"u"&&Symbol,fl=nn();Ja.exports=o(function(){return typeof Ka!="function"||typeof Symbol!="function"||typeof Ka("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:fl()},"hasNativeSymbols")});var on=E((sz,Ya)=>{"use strict";Ya.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var an=E((uz,Qa)=>{"use strict";var gl=tn();Qa.exports=gl.getPrototypeOf||null});var rs=E((cz,ts)=>{"use strict";var yl="Function.prototype.bind called on incompatible ",hl=Object.prototype.toString,vl=Math.max,xl="[object Function]",es=o(function(t,r){for(var n=[],i=0;i<t.length;i+=1)n[i]=t[i];for(var u=0;u<r.length;u+=1)n[u+t.length]=r[u];return n},"concatty"),_l=o(function(t,r){for(var n=[],i=r||0,u=0;i<t.length;i+=1,u+=1)n[u]=t[i];return n},"slicy"),Pl=o(function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r},"joiny");ts.exports=o(function(t){var r=this;if(typeof r!="function"||hl.apply(r)!==xl)throw new TypeError(yl+r);for(var n=_l(arguments,1),i,u=o(function(){if(this instanceof i){var _=r.apply(this,es(n,arguments));return Object(_)===_?_:this}return r.apply(t,es(n,arguments))},"binder"),c=vl(0,r.length-n.length),l=[],g=0;g<c;g++)l[g]="$"+g;if(i=Function("binder","return function ("+Pl(l,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var h=o(function(){},"Empty");h.prototype=r.prototype,i.prototype=new h,h.prototype=null}return i},"bind")});var qe=E((lz,ns)=>{"use strict";var bl=rs();ns.exports=Function.prototype.bind||bl});var rr=E((dz,os)=>{"use strict";os.exports=Function.prototype.call});var sn=E((mz,is)=>{"use strict";is.exports=Function.prototype.apply});var ss=E((fz,as)=>{"use strict";as.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var cs=E((gz,us)=>{"use strict";var Il=qe(),Tl=sn(),El=rr(),$l=ss();us.exports=$l||Il.call(El,Tl)});var ls=E((yz,ps)=>{"use strict";var Sl=qe(),Al=Qt(),zl=rr(),kl=cs();ps.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new Al("a function is required");return kl(Sl,zl,t)},"callBindBasic")});var hs=E((vz,ys)=>{"use strict";var wl=ls(),ds=rn(),fs;try{fs=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var un=!!fs&&ds&&ds(Object.prototype,"__proto__"),gs=Object,ms=gs.getPrototypeOf;ys.exports=un&&typeof un.get=="function"?wl([un.get]):typeof ms=="function"?o(function(t){return ms(t==null?t:gs(t))},"getDunder"):!1});var bs=E((_z,Ps)=>{"use strict";var vs=on(),xs=an(),_s=hs();Ps.exports=vs?o(function(t){return vs(t)},"getProto"):xs?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return xs(t)},"getProto"):_s?o(function(t){return _s(t)},"getProto"):null});var cn=E((bz,Is)=>{"use strict";var Ol=Function.prototype.call,Rl=Object.prototype.hasOwnProperty,Nl=qe();Is.exports=Nl.call(Ol,Rl)});var ks=E((Iz,zs)=>{"use strict";var M,Dl=tn(),Cl=ga(),Ul=ha(),Ml=xa(),Ll=Pa(),Je=Ia(),Ke=Qt(),jl=$a(),Fl=Aa(),Bl=ka(),Zl=Oa(),Vl=Na(),Hl=Ca(),ql=Ma(),Gl=Ba(),Ss=Function,pn=o(function(e){try{return Ss('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),xt=rn(),Wl=Ga(),ln=o(function(){throw new Ke},"throwTypeError"),Kl=xt?(function(){try{return arguments.callee,ln}catch{try{return xt(arguments,"callee").get}catch{return ln}}})():ln,Ge=Xa()(),Q=bs(),Jl=an(),Xl=on(),As=sn(),_t=rr(),We={},Yl=typeof Uint8Array>"u"||!Q?M:Q(Uint8Array),De={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?M:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?M:ArrayBuffer,"%ArrayIteratorPrototype%":Ge&&Q?Q([][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%":Cl,"%eval%":eval,"%EvalError%":Ul,"%Float16Array%":typeof Float16Array>"u"?M:Float16Array,"%Float32Array%":typeof Float32Array>"u"?M:Float32Array,"%Float64Array%":typeof Float64Array>"u"?M:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?M:FinalizationRegistry,"%Function%":Ss,"%GeneratorFunction%":We,"%Int8Array%":typeof Int8Array>"u"?M:Int8Array,"%Int16Array%":typeof Int16Array>"u"?M:Int16Array,"%Int32Array%":typeof Int32Array>"u"?M:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ge&&Q?Q(Q([][Symbol.iterator]())):M,"%JSON%":typeof JSON=="object"?JSON:M,"%Map%":typeof Map>"u"?M:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ge||!Q?M:Q(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Dl,"%Object.getOwnPropertyDescriptor%":xt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":Ml,"%ReferenceError%":Ll,"%Reflect%":typeof Reflect>"u"?M:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?M:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ge||!Q?M:Q(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?M:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ge&&Q?Q(""[Symbol.iterator]()):M,"%Symbol%":Ge?Symbol:M,"%SyntaxError%":Je,"%ThrowTypeError%":Kl,"%TypedArray%":Yl,"%TypeError%":Ke,"%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%":jl,"%WeakMap%":typeof WeakMap>"u"?M:WeakMap,"%WeakRef%":typeof WeakRef>"u"?M:WeakRef,"%WeakSet%":typeof WeakSet>"u"?M:WeakSet,"%Function.prototype.call%":_t,"%Function.prototype.apply%":As,"%Object.defineProperty%":Wl,"%Object.getPrototypeOf%":Jl,"%Math.abs%":Fl,"%Math.floor%":Bl,"%Math.max%":Zl,"%Math.min%":Vl,"%Math.pow%":Hl,"%Math.round%":ql,"%Math.sign%":Gl,"%Reflect.getPrototypeOf%":Xl};if(Q)try{null.error}catch(e){Ts=Q(Q(e)),De["%Error.prototype%"]=Ts}var Ts,Ql=o(function e(t){var r;if(t==="%AsyncFunction%")r=pn("async function () {}");else if(t==="%GeneratorFunction%")r=pn("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=pn("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var i=e("%AsyncGenerator%");i&&Q&&(r=Q(i.prototype))}return De[t]=r,r},"doEval"),Es={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Pt=qe(),nr=cn(),ed=Pt.call(_t,Array.prototype.concat),td=Pt.call(As,Array.prototype.splice),$s=Pt.call(_t,String.prototype.replace),or=Pt.call(_t,String.prototype.slice),rd=Pt.call(_t,RegExp.prototype.exec),nd=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,od=/\\(\\)?/g,id=o(function(t){var r=or(t,0,1),n=or(t,-1);if(r==="%"&&n!=="%")throw new Je("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new Je("invalid intrinsic syntax, expected opening `%`");var i=[];return $s(t,nd,function(u,c,l,g){i[i.length]=l?$s(g,od,"$1"):c||u}),i},"stringToPath"),ad=o(function(t,r){var n=t,i;if(nr(Es,n)&&(i=Es[n],n="%"+i[0]+"%"),nr(De,n)){var u=De[n];if(u===We&&(u=Ql(n)),typeof u>"u"&&!r)throw new Ke("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:u}}throw new Je("intrinsic "+t+" does not exist!")},"getBaseIntrinsic");zs.exports=o(function(t,r){if(typeof t!="string"||t.length===0)throw new Ke("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ke('"allowMissing" argument must be a boolean');if(rd(/^%?[^%]*%?$/,t)===null)throw new Je("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=id(t),i=n.length>0?n[0]:"",u=ad("%"+i+"%",r),c=u.name,l=u.value,g=!1,h=u.alias;h&&(i=h[0],td(n,ed([0,1],h)));for(var _=1,$=!0;_<n.length;_+=1){var x=n[_],s=or(x,0,1),d=or(x,-1);if((s==='"'||s==="'"||s==="`"||d==='"'||d==="'"||d==="`")&&s!==d)throw new Je("property names with quotes must have matching quotes");if((x==="constructor"||!$)&&(g=!0),i+="."+x,c="%"+i+"%",nr(De,c))l=De[c];else if(l!=null){if(!(x in l)){if(!r)throw new Ke("base intrinsic for "+t+" exists, but the property is not available.");return}if(xt&&_+1>=n.length){var f=xt(l,x);$=!!f,$&&"get"in f&&!("originalValue"in f.get)?l=f.get:l=l[x]}else $=nr(l,x),l=l[x];$&&!g&&(De[c]=l)}}return l},"GetIntrinsic")});var Os=E((Ez,ws)=>{"use strict";var sd=nn();ws.exports=o(function(){return sd()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Ds=E((Sz,Ns)=>{"use strict";var ud=ks(),Rs=ud("%Object.defineProperty%",!0),cd=Os()(),pd=cn(),ld=Qt(),ir=cd?Symbol.toStringTag:null;Ns.exports=o(function(t,r){var n=arguments.length>2&&!!arguments[2]&&arguments[2].force,i=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof n<"u"&&typeof n!="boolean"||typeof i<"u"&&typeof i!="boolean")throw new ld("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");ir&&(n||!pd(t,ir))&&(Rs?Rs(t,ir,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[ir]=r)},"setToStringTag")});var Us=E((zz,Cs)=>{"use strict";var dd=Function.prototype.call,md=Object.prototype.hasOwnProperty,fd=qe();Cs.exports=fd.call(dd,md)});var Ls=E((kz,Ms)=>{"use strict";Ms.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var Bs=E((wz,Fs)=>{"use strict";var gn=Vi(),gd=require("util"),dn=require("path"),yd=require("http"),hd=require("https"),vd=require("url").parse,xd=require("fs"),_d=require("stream").Stream,Pd=require("crypto"),mn=Ki(),bd=da(),Id=Ds(),ke=Us(),fn=Ls();function js(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o(js,"escapeHeaderParam");function j(e){if(!(this instanceof j))return new j(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],gn.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(j,"FormData");gd.inherits(j,gn);j.LINE_BREAK=`\r
|
|
2
|
+
`;j.DEFAULT_CONTENT_TYPE="application/octet-stream";j.prototype.append=function(e,t,r){r=r||{},typeof r=="string"&&(r={filename:r});var n=gn.prototype.append.bind(this);if((typeof t=="number"||t==null)&&(t=String(t)),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var i=this._multiPartHeader(e,t,r),u=this._multiPartFooter();n(i),n(t),n(u),this._trackLength(i,t,r)};j.prototype._trackLength=function(e,t,r){var n=0;r.knownLength!=null?n+=Number(r.knownLength):Buffer.isBuffer(t)?n=t.length:typeof t=="string"&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+j.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&ke(t,"httpVersion"))&&!(t instanceof _d))&&(r.knownLength||this._valuesToMeasure.push(t))};j.prototype._lengthRetriever=function(e,t){ke(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):xd.stat(e.path,function(r,n){if(r){t(r);return}var i=n.size-(e.start?e.start:0);t(null,i)}):ke(e,"httpVersion")?t(null,Number(e.headers["content-length"])):ke(e,"httpModule")?(e.on("response",function(r){e.pause(),t(null,Number(r.headers["content-length"]))}),e.resume()):t("Unknown stream")};j.prototype._multiPartHeader=function(e,t,r){if(typeof r.header=="string")return r.header;var n=this._getContentDisposition(t,r),i=this._getContentType(t,r),u="",c={"Content-Disposition":["form-data",'name="'+js(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&fn(c,r.header);var l;for(var g in c)if(ke(c,g)){if(l=c[g],l==null)continue;Array.isArray(l)||(l=[l]),l.length&&(u+=g+": "+l.join("; ")+j.LINE_BREAK)}return"--"+this.getBoundary()+j.LINE_BREAK+u+j.LINE_BREAK};j.prototype._getContentDisposition=function(e,t){var r;if(typeof t.filepath=="string"?r=dn.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=dn.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&ke(e,"httpVersion")&&(r=dn.basename(e.client._httpMessage.path||"")),r)return'filename="'+js(r)+'"'};j.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=mn.lookup(e.name)),!r&&e&&e.path&&(r=mn.lookup(e.path)),!r&&e&&e.readable&&ke(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=mn.lookup(t.filepath||t.filename)),!r&&e&&typeof e=="object"&&(r=j.DEFAULT_CONTENT_TYPE),r};j.prototype._multiPartFooter=function(){return function(e){var t=j.LINE_BREAK,r=this._streams.length===0;r&&(t+=this._lastBoundary()),e(t)}.bind(this)};j.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+j.LINE_BREAK};j.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)ke(e,t)&&(r[t.toLowerCase()]=e[t]);return r};j.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};j.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};j.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),r=0,n=this._streams.length;r<n;r++)typeof this._streams[r]!="function"&&(Buffer.isBuffer(this._streams[r])?e=Buffer.concat([e,this._streams[r]]):e=Buffer.concat([e,Buffer.from(this._streams[r])]),(typeof this._streams[r]!="string"||this._streams[r].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(j.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};j.prototype._generateBoundary=function(){this._boundary="--------------------------"+Pd.randomBytes(12).toString("hex")};j.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};j.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};j.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}bd.parallel(this._valuesToMeasure,this._lengthRetriever,function(r,n){if(r){e(r);return}n.forEach(function(i){t+=i}),e(null,t)})};j.prototype.submit=function(e,t){var r,n,i={method:"post"};return typeof e=="string"?(e=vd(e),n=fn({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=fn(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=hd.request(n):r=yd.request(n),this.getLength(function(u,c){if(u&&u!=="Unknown stream"){this._error(u);return}if(c&&r.setHeader("Content-Length",c),this.pipe(r),t){var l,g=o(function(h,_){return r.removeListener("error",g),r.removeListener("response",l),t.call(this,h,_)},"callback");l=g.bind(this,null),r.on("error",g),r.on("response",l)}}.bind(this)),r};j.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};j.prototype.toString=function(){return"[object FormData]"};Id(j.prototype,"FormData");Fs.exports=j});var Rd={};xn(Rd,{linkupapi:()=>Od});module.exports=du(Rd);var mu=Object.freeze({status:"aborted"});function I(e,t,r){function n(l,g){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:g,constr:c,traits:new Set},enumerable:!1}),l._zod.traits.has(e))return;l._zod.traits.add(e),t(l,g);let h=c.prototype,_=Object.keys(h);for(let $=0;$<_.length;$++){let x=_[$];x in l||(l[x]=h[x].bind(l))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function c(l){var g;let h=r?.Parent?new u:this;n(h,l),(g=h._zod).deferred??(g.deferred=[]);for(let _ of h._zod.deferred)_();return h}return o(c,"_"),Object.defineProperty(c,"init",{value:n}),Object.defineProperty(c,Symbol.hasInstance,{value:o(l=>r?.Parent&&l instanceof r.Parent?!0:l?._zod?.traits?.has(e),"value")}),Object.defineProperty(c,"name",{value:e}),c}o(I,"$constructor");var le=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"}},pr={};function fe(e){return e&&Object.assign(pr,e),pr}o(fe,"config");function dr(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(dr,"getEnumValues");function bn(e,t){return typeof t=="bigint"?t.toString():t}o(bn,"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 In(e){return e==null}o(In,"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 Pn=Symbol("evaluating");function X(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==Pn)return n===void 0&&(n=Pn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(X,"defineLazy");var mr="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Qe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Qe,"isObject");var fu=Et(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Tn(e){if(Qe(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Qe(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}o(Tn,"isPlainObject");var En=new Set(["string","number","symbol"]);function Me(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(Me,"escapeRegex");function St(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o(St,"clone");function V(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:o(()=>t,"error")};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:o(()=>t.error,"error")}:t}o(V,"normalizeParams");function $n(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}o($n,"optionalKeys");var Sn={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function Le(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}o(Le,"aborted");function Pe(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}o(Pe,"prefixIssues");function Tt(e){return typeof e=="string"?e:e?.message}o(Tt,"unwrapMessage");function be(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(be,"finalizeIssue");function An(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(An,"getLengthableOrigin");function fr(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(fr,"issue");var zn=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,bn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),kn=I("$ZodError",zn),et=I("$ZodError",zn,{Parent:Error});var yu=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 le;if(c.issues.length){let l=new(i?.Err??e)(c.issues.map(g=>be(g,u,fe())));throw mr(l,i?.callee),l}return c.value},"_parse"),At=yu(et),hu=o(e=>async(t,r,n,i)=>{let u=n?Object.assign(n,{async:!0}):{async:!0},c=t._zod.run({value:r,issues:[]},u);if(c instanceof Promise&&(c=await c),c.issues.length){let l=new(i?.Err??e)(c.issues.map(g=>be(g,u,fe())));throw mr(l,i?.callee),l}return c.value},"_parseAsync"),zt=hu(et),vu=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 le;return u.issues.length?{success:!1,error:new(e??kn)(u.issues.map(c=>be(c,i,fe())))}:{success:!0,data:u.value}},"_safeParse"),tt=vu(et),xu=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=>be(c,i,fe())))}:{success:!0,data:u.value}},"_safeParseAsync"),rt=xu(et);var _u="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",Pu=new RegExp(`^${_u}$`);var wn=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),On=/^-?\d+n?$/,Rn=/^-?\d+$/,gr=/^-?\d+(?:\.\d+)?$/,Nn=/^(?:true|false)$/i;var Ie=I("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),bu={number:"number",bigint:"bigint",object:"date"};var Dn=I("$ZodCheckGreaterThan",(e,t)=>{Ie.init(e,t);let r=bu[typeof t.value];e._zod.onattach.push(n=>{let i=n._zod.bag,u=(t.inclusive?i.minimum:i.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>u&&(t.inclusive?i.minimum=t.value:i.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}});var Cn=I("$ZodCheckNumberFormat",(e,t)=>{Ie.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[i,u]=Sn[t.format];e._zod.onattach.push(c=>{let l=c._zod.bag;l.format=t.format,l.minimum=i,l.maximum=u,r&&(l.pattern=Rn)}),e._zod.check=c=>{let l=c.value;if(r){if(!Number.isInteger(l)){c.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?c.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):c.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}l<i&&c.issues.push({origin:"number",input:l,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),l>u&&c.issues.push({origin:"number",input:l,code:"too_big",maximum:u,inclusive:!0,inst:e,continue:!t.abort})}});var Un=I("$ZodCheckMinLength",(e,t)=>{var r;Ie.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!In(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=An(i);n.issues.push({origin:c,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var yr=I("$ZodCheckStringFormat",(e,t)=>{var r,n;Ie.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=()=>{})}),Mn=I("$ZodCheckRegex",(e,t)=>{yr.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 jn={major:4,minor:3,patch:6};var G=I("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=jn;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let i of n)for(let u of i._zod.onattach)u(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let i=o((c,l,g)=>{let h=Le(c),_;for(let $ of l){if($._zod.def.when){if(!$._zod.def.when(c))continue}else if(h)continue;let x=c.issues.length,s=$._zod.check(c);if(s instanceof Promise&&g?.async===!1)throw new le;if(_||s instanceof Promise)_=(_??Promise.resolve()).then(async()=>{await s,c.issues.length!==x&&(h||(h=Le(c,x)))});else{if(c.issues.length===x)continue;h||(h=Le(c,x))}}return _?_.then(()=>c):c},"runChecks"),u=o((c,l,g)=>{if(Le(c))return c.aborted=!0,c;let h=i(l,n,g);if(h instanceof Promise){if(g.async===!1)throw new le;return h.then(_=>e._zod.parse(_,g))}return e._zod.parse(h,g)},"handleCanaryResult");e._zod.run=(c,l)=>{if(l.skipChecks)return e._zod.parse(c,l);if(l.direction==="backward"){let h=e._zod.parse({value:c.value,issues:[]},{...l,skipChecks:!0});return h instanceof Promise?h.then(_=>u(_,c,l)):u(h,c,l)}let g=e._zod.parse(c,l);if(g instanceof Promise){if(l.async===!1)throw new le;return g.then(h=>i(h,n,l))}return i(g,n,l)}}X(e,"~standard",()=>({validate:o(i=>{try{let u=tt(e,i);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return rt(e,i).then(c=>c.success?{value:c.data}:{issues:c.error?.issues})}},"validate"),vendor:"zod",version:1}))}),Ot=I("$ZodString",(e,t)=>{G.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??wn(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}}),hr=I("$ZodStringFormat",(e,t)=>{yr.init(e,t),Ot.init(e,t)});var Hn=I("$ZodURL",(e,t)=>{hr.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 vr=I("$ZodNumber",(e,t)=>{G.init(e,t),e._zod.pattern=e._zod.bag.pattern??gr,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}}),qn=I("$ZodNumberFormat",(e,t)=>{Cn.init(e,t),vr.init(e,t)}),xr=I("$ZodBoolean",(e,t)=>{G.init(e,t),e._zod.pattern=Nn,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}}),Gn=I("$ZodBigInt",(e,t)=>{G.init(e,t),e._zod.pattern=On,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 Wn=I("$ZodAny",(e,t)=>{G.init(e,t),e._zod.parse=r=>r}),Kn=I("$ZodUnknown",(e,t)=>{G.init(e,t),e._zod.parse=r=>r});var Jn=I("$ZodVoid",(e,t)=>{G.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}}),Xn=I("$ZodDate",(e,t)=>{G.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 Fn(e,t,r){e.issues.length&&t.issues.push(...Pe(r,e.issues)),t.value[r]=e.value}o(Fn,"handleArrayResult");var Yn=I("$ZodArray",(e,t)=>{G.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let u=[];for(let c=0;c<i.length;c++){let l=i[c],g=t.element._zod.run({value:l,issues:[]},n);g instanceof Promise?u.push(g.then(h=>Fn(h,r,c))):Fn(g,r,c)}return u.length?Promise.all(u).then(()=>r):r}});function wt(e,t,r,n,i){if(e.issues.length){if(i&&!(r in n))return;t.issues.push(...Pe(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}o(wt,"handlePropertyResult");function Iu(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(Iu,"normalizeDef");function Tu(e,t,r,n,i,u){let c=[],l=i.keySet,g=i.catchall._zod,h=g.def.type,_=g.optout==="optional";for(let $ in t){if(l.has($))continue;if(h==="never"){c.push($);continue}let x=g.run({value:t[$],issues:[]},n);x instanceof Promise?e.push(x.then(s=>wt(s,r,$,t,_))):wt(x,r,$,t,_)}return c.length&&r.issues.push({code:"unrecognized_keys",keys:c,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(Tu,"handleCatchall");var Qn=I("$ZodObject",(e,t)=>{if(G.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let l=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let g={...l};return Object.defineProperty(t,"shape",{value:g}),g},"get")})}let n=Et(()=>Iu(t));X(e._zod,"propValues",()=>{let l=t.shape,g={};for(let h in l){let _=l[h]._zod;if(_.values){g[h]??(g[h]=new Set);for(let $ of _.values)g[h].add($)}}return g});let i=Qe,u=t.catchall,c;e._zod.parse=(l,g)=>{c??(c=n.value);let h=l.value;if(!i(h))return l.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),l;l.value={};let _=[],$=c.shape;for(let x of c.keys){let s=$[x],d=s._zod.optout==="optional",f=s._zod.run({value:h[x],issues:[]},g);f instanceof Promise?_.push(f.then(m=>wt(m,l,x,h,d))):wt(f,l,x,h,d)}return u?Tu(_,h,l,g,n.value,e):_.length?Promise.all(_).then(()=>l):l}});function Bn(e,t,r,n){for(let u of e)if(u.issues.length===0)return t.value=u.value,t;let i=e.filter(u=>!Le(u));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(u=>u.issues.map(c=>be(c,n,fe())))}),t)}o(Bn,"handleUnionResults");var _r=I("$ZodUnion",(e,t)=>{G.init(e,t),X(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),X(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),X(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),X(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(u=>u._zod.pattern);return new RegExp(`^(${i.map(u=>$t(u.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,u)=>{if(r)return n(i,u);let c=!1,l=[];for(let g of t.options){let h=g._zod.run({value:i.value,issues:[]},u);if(h instanceof Promise)l.push(h),c=!0;else{if(h.issues.length===0)return h;l.push(h)}}return c?Promise.all(l).then(g=>Bn(g,i,e,u)):Bn(l,i,e,u)}});var eo=I("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,_r.init(e,t);let r=e._zod.parse;X(e._zod,"propValues",()=>{let i={};for(let u of t.options){let c=u._zod.propValues;if(!c||Object.keys(c).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(u)}"`);for(let[l,g]of Object.entries(c)){i[l]||(i[l]=new Set);for(let h of g)i[l].add(h)}}return i});let n=Et(()=>{let i=t.options,u=new Map;for(let c of i){let l=c._zod.propValues?.[t.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(let g of l){if(u.has(g))throw new Error(`Duplicate discriminator value "${String(g)}"`);u.set(g,c)}}return u});e._zod.parse=(i,u)=>{let c=i.value;if(!Qe(c))return i.issues.push({code:"invalid_type",expected:"object",input:c,inst:e}),i;let l=n.value.get(c?.[t.discriminator]);return l?l._zod.run(i,u):t.unionFallback?r(i,u):(i.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:c,path:[t.discriminator],inst:e}),i)}});var to=I("$ZodRecord",(e,t)=>{G.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Tn(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let u=[],c=t.keyType._zod.values;if(c){r.value={};let l=new Set;for(let h of c)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){l.add(typeof h=="number"?h.toString():h);let _=t.valueType._zod.run({value:i[h],issues:[]},n);_ instanceof Promise?u.push(_.then($=>{$.issues.length&&r.issues.push(...Pe(h,$.issues)),r.value[h]=$.value})):(_.issues.length&&r.issues.push(...Pe(h,_.issues)),r.value[h]=_.value)}let g;for(let h in i)l.has(h)||(g=g??[],g.push(h));g&&g.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:g})}else{r.value={};for(let l of Reflect.ownKeys(i)){if(l==="__proto__")continue;let g=t.keyType._zod.run({value:l,issues:[]},n);if(g instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof l=="string"&&gr.test(l)&&g.issues.length){let $=t.keyType._zod.run({value:Number(l),issues:[]},n);if($ instanceof Promise)throw new Error("Async schemas not supported in object keys currently");$.issues.length===0&&(g=$)}if(g.issues.length){t.mode==="loose"?r.value[l]=i[l]:r.issues.push({code:"invalid_key",origin:"record",issues:g.issues.map($=>be($,n,fe())),input:l,path:[l],inst:e});continue}let _=t.valueType._zod.run({value:i[l],issues:[]},n);_ instanceof Promise?u.push(_.then($=>{$.issues.length&&r.issues.push(...Pe(l,$.issues)),r.value[g.value]=$.value})):(_.issues.length&&r.issues.push(...Pe(l,_.issues)),r.value[g.value]=_.value)}}return u.length?Promise.all(u).then(()=>r):r}});var ro=I("$ZodEnum",(e,t)=>{G.init(e,t);let r=dr(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>En.has(typeof i)).map(i=>typeof i=="string"?Me(i):i.toString()).join("|")})$`),e._zod.parse=(i,u)=>{let c=i.value;return n.has(c)||i.issues.push({code:"invalid_value",values:r,input:c,inst:e}),i}}),no=I("$ZodLiteral",(e,t)=>{if(G.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?Me(n):n?Me(n.toString()):String(n)).join("|")})$`),e._zod.parse=(n,i)=>{let u=n.value;return r.has(u)||n.issues.push({code:"invalid_value",values:t.values,input:u,inst:e}),n}});var oo=I("$ZodTransform",(e,t)=>{G.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 le;return r.value=i,r}});function Zn(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(Zn,"handleOptionalResult");var io=I("$ZodOptional",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.optout="optional",X(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),X(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=>Zn(u,r.value)):Zn(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var ao=I("$ZodNullable",(e,t)=>{G.init(e,t),X(e._zod,"optin",()=>t.innerType._zod.optin),X(e._zod,"optout",()=>t.innerType._zod.optout),X(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${$t(r.source)}|null)$`):void 0}),X(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 so=I("$ZodPipe",(e,t)=>{G.init(e,t),X(e._zod,"values",()=>t.in._zod.values),X(e._zod,"optin",()=>t.in._zod.optin),X(e._zod,"optout",()=>t.out._zod.optout),X(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 uo=I("$ZodCustom",(e,t)=>{Ie.init(e,t),G.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=>Vn(u,r,n,e));Vn(i,r,n,e)}});function Vn(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(fr(i))}}o(Vn,"handleRefineResult");var po;var Pr=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 lo(){return new Pr}o(lo,"registry");(po=globalThis).__zod_globalRegistry??(po.__zod_globalRegistry=lo());var br=globalThis.__zod_globalRegistry;function mo(e,t){return new e({type:"string",...V(t)})}o(mo,"_string");function fo(e,t){return new e({type:"string",coerce:!0,...V(t)})}o(fo,"_coercedString");function go(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...V(t)})}o(go,"_url");function yo(e,t){return new e({type:"number",checks:[],...V(t)})}o(yo,"_number");function ho(e,t){return new e({type:"number",coerce:!0,checks:[],...V(t)})}o(ho,"_coercedNumber");function vo(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...V(t)})}o(vo,"_int");function xo(e,t){return new e({type:"boolean",...V(t)})}o(xo,"_boolean");function _o(e,t){return new e({type:"boolean",coerce:!0,...V(t)})}o(_o,"_coercedBoolean");function Po(e,t){return new e({type:"bigint",coerce:!0,...V(t)})}o(Po,"_coercedBigint");function bo(e){return new e({type:"any"})}o(bo,"_any");function Io(e){return new e({type:"unknown"})}o(Io,"_unknown");function To(e,t){return new e({type:"void",...V(t)})}o(To,"_void");function Eo(e,t){return new e({type:"date",coerce:!0,...V(t)})}o(Eo,"_coercedDate");function Rt(e,t){return new Dn({check:"greater_than",...V(t),value:e,inclusive:!0})}o(Rt,"_gte");function ue(e,t){return new Un({check:"min_length",...V(t),minimum:e})}o(ue,"_minLength");function Te(e,t){return new Mn({check:"string_format",format:"regex",...V(t),pattern:e})}o(Te,"_regex");function $o(e,t,r){let n=V(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o($o,"_custom");var Y=I("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");G.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)=>tt(e,r,n),e.parseAsync=async(r,n)=>zt(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>rt(e,r,n),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]},{parent:!0}),e.with=e.check,e.clone=(r,n)=>St(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.apply=r=>r(e)}),Dt=I("ZodMiniString",(e,t)=>{Ot.init(e,t),Y.init(e,t)});function a(e){return mo(Dt,e)}o(a,"string");var So=I("ZodMiniStringFormat",(e,t)=>{hr.init(e,t),Dt.init(e,t)});var Uu=I("ZodMiniURL",(e,t)=>{Hn.init(e,t),So.init(e,t)});function Ao(e){return go(Uu,e)}o(Ao,"url");var Ct=I("ZodMiniNumber",(e,t)=>{vr.init(e,t),Y.init(e,t)});function te(e){return yo(Ct,e)}o(te,"number");var Mu=I("ZodMiniNumberFormat",(e,t)=>{qn.init(e,t),Ct.init(e,t)});function zo(e){return vo(Mu,e)}o(zo,"int");var Ir=I("ZodMiniBoolean",(e,t)=>{xr.init(e,t),Y.init(e,t)});function B(e){return xo(Ir,e)}o(B,"boolean");var ko=I("ZodMiniBigInt",(e,t)=>{Gn.init(e,t),Y.init(e,t)});var Lu=I("ZodMiniAny",(e,t)=>{Wn.init(e,t),Y.init(e,t)});function ot(){return bo(Lu)}o(ot,"any");var ju=I("ZodMiniUnknown",(e,t)=>{Kn.init(e,t),Y.init(e,t)});function w(){return Io(ju)}o(w,"unknown");var Fu=I("ZodMiniVoid",(e,t)=>{Jn.init(e,t),Y.init(e,t)});function wo(e){return To(Fu,e)}o(wo,"_void");var Oo=I("ZodMiniDate",(e,t)=>{Xn.init(e,t),Y.init(e,t)});var Bu=I("ZodMiniArray",(e,t)=>{Yn.init(e,t),Y.init(e,t)});function N(e,t){return new Bu({type:"array",element:e,...V(t)})}o(N,"array");var Zu=I("ZodMiniObject",(e,t)=>{Qn.init(e,t),Y.init(e,t),X(e,"shape",()=>t.shape)});function p(e,t){let r={type:"object",shape:e??{},...V(t)};return new Zu(r)}o(p,"object");var Vu=I("ZodMiniUnion",(e,t)=>{_r.init(e,t),Y.init(e,t)});function D(e,t){return new Vu({type:"union",options:e,...V(t)})}o(D,"union");var Hu=I("ZodMiniDiscriminatedUnion",(e,t)=>{eo.init(e,t),Y.init(e,t)});function Ee(e,t,r){return new Hu({type:"union",options:t,discriminator:e,...V(r)})}o(Ee,"discriminatedUnion");var qu=I("ZodMiniRecord",(e,t)=>{to.init(e,t),Y.init(e,t)});function O(e,t,r){return new qu({type:"record",keyType:e,valueType:t,...V(r)})}o(O,"record");var Gu=I("ZodMiniEnum",(e,t)=>{ro.init(e,t),Y.init(e,t),e.options=Object.values(t.entries)});function U(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Gu({type:"enum",entries:r,...V(t)})}o(U,"_enum");var Wu=I("ZodMiniLiteral",(e,t)=>{no.init(e,t),Y.init(e,t)});function S(e,t){return new Wu({type:"literal",values:Array.isArray(e)?e:[e],...V(t)})}o(S,"literal");var Ku=I("ZodMiniTransform",(e,t)=>{oo.init(e,t),Y.init(e,t)});function $e(e){return new Ku({type:"transform",transform:e})}o($e,"transform");var Ju=I("ZodMiniOptional",(e,t)=>{io.init(e,t),Y.init(e,t)});function y(e){return new Ju({type:"optional",innerType:e})}o(y,"optional");var Xu=I("ZodMiniNullable",(e,t)=>{ao.init(e,t),Y.init(e,t)});function it(e){return new Xu({type:"nullable",innerType:e})}o(it,"nullable");var Yu=I("ZodMiniPipe",(e,t)=>{so.init(e,t),Y.init(e,t)});function Se(e,t){return new Yu({type:"pipe",in:e,out:t})}o(Se,"pipe");var Qu=I("ZodMiniCustom",(e,t)=>{uo.init(e,t),Y.init(e,t)});function Ut(e,t){return $o(Qu,e??(()=>!0),t)}o(Ut,"custom");var at={};xn(at,{bigint:()=>ic,boolean:()=>oc,date:()=>ac,number:()=>nc,string:()=>rc});function rc(e){return fo(Dt,e)}o(rc,"string");function nc(e){return ho(Ct,e)}o(nc,"number");function oc(e){return _o(Ir,e)}o(oc,"boolean");function ic(e){return Po(ko,e)}o(ic,"bigint");function ac(e){return Eo(Oo,e)}o(ac,"date");var Er=p({retryOnFailure:p({defaultValue:y(B()),hide:y(B())}),continueOnFailure:p({defaultValue:y(B()),hide:y(B())})}),Tr=class{constructor(t,r,n,i,u,c,l,g,h,_,$){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=c;this.requireAuth=l;this.errorHandlingOptions=g;this.outputSchema=h;this.audience=_;this.aiMetadata=$}static{o(this,"IAction")}},H=o(e=>new Tr(e.name,e.displayName,e.description,e.props,e.run,e.test??e.run,e.requireAuth??!0,e.errorHandlingOptions??{continueOnFailure:{defaultValue:!1},retryOnFailure:{defaultValue:!1}},e.outputSchema,e.audience,e.aiMetadata),"createAction");var F=p({displayName:a(),description:y(a())}),C=o((e,t)=>p({type:S(t),required:B(),defaultValue:y(ot())}),"TPropertyValue");var oe=p({...F.shape,...C(a(),"SHORT_TEXT").shape}),ge=p({...F.shape,...C(a(),"LONG_TEXT").shape});var No=p({label:a(),value:w()}),Mt=p({disabled:y(B()),placeholder:y(a()),options:N(No)});var ie=p({...F.shape,options:Mt,...C(w(),"STATIC_DROPDOWN").shape}),ye=p({...F.shape,options:Mt,...C(N(w()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var $r=p({...F.shape,...C(w(),"DROPDOWN").shape,refreshers:N(a())}),st=p({...F.shape,...C(N(w()),"MULTI_SELECT_DROPDOWN").shape,refreshers:N(a())});var he=p({...F.shape,...C(B(),"CHECKBOX").shape});var ve=p({...F.shape,...C(te(),"NUMBER").shape});var ut=p({...F.shape,...C(w(),"FILE").shape});var ct=p({...F.shape,...C(a(),"DATE_TIME").shape});var Do=O(a(),D([oe,ge,ie,st,ye,he,ve,ut,ct])),pt=p({...F.shape,properties:Do,...C(N(w()),"ARRAY").shape});var lt=p({...F.shape,...C(D([O(a(),w())]),"JSON").shape});var Co=D([oe,ie,lt,pt,ye]),uc=O(a(),Co),Sr=p({refreshers:N(a()),...F.shape,...C(w(),"DYNAMIC").shape});var Lt=p({...F.shape,...C(wo(),"MARKDOWN").shape});var dt=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(dt||{}),je=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(je||{}),Fe=(v=>(v.ARTIFICIAL_INTELLIGENCE="ARTIFICIAL_INTELLIGENCE",v.COMMUNICATION="COMMUNICATION",v.COMMERCE="COMMERCE",v.CORE="CORE",v.UNIVERSAL_AI="UNIVERSAL_AI",v.FLOW_CONTROL="FLOW_CONTROL",v.BUSINESS_INTELLIGENCE="BUSINESS_INTELLIGENCE",v.ACCOUNTING="ACCOUNTING",v.PRODUCTIVITY="PRODUCTIVITY",v.CONTENT_AND_FILES="CONTENT_AND_FILES",v.DEVELOPER_TOOLS="DEVELOPER_TOOLS",v.CUSTOMER_SUPPORT="CUSTOMER_SUPPORT",v.FORMS_AND_SURVEYS="FORMS_AND_SURVEYS",v.HUMAN_RESOURCES="HUMAN_RESOURCES",v.PAYMENT_PROCESSING="PAYMENT_PROCESSING",v.MARKETING="MARKETING",v.SALES_AND_CRM="SALES_AND_CRM",v))(Fe||{});var mt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(mt||{}),Ar="both_client_credentials_and_authorization_code";var xe=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(xe||{}),ft=(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))(ft||{}),cc=p({strategy:U(ft),paramName:y(a())}),gt=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(gt||{});var jt=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(jt||{}),Uo=p({status:y(te()),body:y(w()),headers:y(O(a(),a()))}),Mo=p({type:S("DELAY"),resumeDateTime:a(),requestIdToReply:y(a()),handlerId:y(a()),streamStepProgress:y(U(jt))}),Lo=p({type:S("WEBHOOK"),requestId:a(),requestIdToReply:y(a()),response:Uo,handlerId:y(a()),streamStepProgress:y(U(jt))}),pc=D([Mo,Lo]);var lc=p({body:w(),rawBody:y(w()),headers:O(a(),a()),queryParams:O(a(),a())});function ce(e){return e==null}o(ce,"isNil");function yt(e){return e==null?!0:typeof e=="string"||Array.isArray(e)?e.length===0:typeof e=="object"?Object.keys(e).length===0:!1}o(yt,"isEmpty");function Ft(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(Ft,"assertNotNullOrUndefined");var zr=Ue(require("crypto"),1);var dc=128,Oe,Be,mc=o(e=>{!Oe||Oe.length<e?(Oe=Buffer.allocUnsafe(e*dc),zr.default.randomFillSync(Oe),Be=0):Be+e>Oe.length&&(zr.default.randomFillSync(Oe),Be=0),Be+=e},"fillPool"),fc=o(e=>(mc(e|=0),Oe.subarray(Be-e,Be)),"random"),gc=o((e,t,r)=>{let n=(2<<31-Math.clz32(e.length-1|1))-1,i=Math.ceil(1.6*n*t/e.length);return(u=t)=>{let c="";for(;;){let l=r(i),g=i;for(;g--;)if(c+=e[l[g]&n]||"",c.length===u)return c}}},"customRandom"),Fo=o((e,t=21)=>gc(e,t,fc),"customAlphabet");var yc="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Bo=21,fb=a().check(Te(new RegExp(`^[0-9a-zA-Z]{${Bo}}$`))),hc=Fo(yc,Bo);var Ae=Se($e(e=>e instanceof Date?e.toISOString():e),a()),ae={id:a(),created:Ae,updated:Ae},q=o(e=>y(it(e)),"Nullable");function kr(e){return y(it(U(e)))}o(kr,"NullableEnum");var hb=Se($e(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),y(B())),Bt=o(e=>Se($e(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),y(N(e))),"OptionalArrayFromQuery");var _b=O(a(),w());var ht=(_=>(_.OPENAI="openai",_.OPENROUTER="openrouter",_.ANTHROPIC="anthropic",_.AZURE="azure",_.GOOGLE="google",_.ACTIVEPIECES="activepieces",_.CLOUDFLARE_GATEWAY="cloudflare-gateway",_.CUSTOM="custom",_.BEDROCK="bedrock",_.MISTRAL="mistral",_))(ht||{});var Ob=a().check(Te(/^#[0-9A-Fa-f]{6}$/));var Nb=p({filename:a(),data:w(),type:S("file"),mimetype:y(a())});var vc=Ue(Vo());var Fb=p({...ae,name:a(),permissions:N(a()),platformId:q(a()),type:a(),userCount:y(te())});var Ho=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(Ho||{}),wr=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))(wr||{}),Or=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))(Or||{});var Rr=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))(Rr||{});var Nr=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(Nr||{});var xc=p({mode:U(Ho),value:w()}),_c=p({auth:y(a()),fields:O(a(),xc)}),Pc=p({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:y(_c)}),bc=p({type:S("PIECE"),toolName:a().check(ue(1)),pieceMetadata:Pc}),Ic=p({type:S("none")}),Tc=p({type:S("access_token"),accessToken:a()}),Ec=p({type:S("api_key"),apiKey:a(),apiKeyHeader:a()}),$c=p({type:S("headers"),headers:O(a(),a())}),Sc=Ee("type",[Ic,Tc,Ec,$c]),qo=p({type:S("FLOW"),toolName:a().check(ue(1)),externalFlowId:a(),flowDisplayName:y(a())}),Go=p({type:S("MCP"),toolName:a().check(ue(1)),serverUrl:Ao(),protocol:U(Or),auth:Sc}),Wo=p({type:S("KNOWLEDGE_BASE"),toolName:a().check(ue(1)),sourceType:U(wr),sourceId:a(),sourceName:a()}),Ac=Ee("type",[bc,qo,Go,Wo]),zc=p({displayName:a(),description:y(a()),type:U(Rr)}),Ko=p({type:S("MARKDOWN"),markdown:a()}),Ze={type:S("TOOL_CALL"),input:q(O(a(),w())),output:y(w()),toolName:a(),status:U(Nr),toolCallId:a(),startTime:a(),endTime:y(a())},fI=p(Ze),Jo=Ee("toolCallType",[p({...Ze,toolCallType:S("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),p({...Ze,toolCallType:S("FLOW"),displayName:a(),externalFlowId:a()}),p({...Ze,toolCallType:S("MCP"),displayName:a(),serverUrl:a()}),p({...Ze,toolCallType:S("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),p({...Ze,toolCallType:S("UNKNOWN"),displayName:a()})]),kc=D([Ko,Jo]);var Dr=(r=>(r.IMAGE="image",r.TEXT="text",r))(Dr||{}),_e=p({apiKey:a()}),wc=_e,Oc=p({apiKey:a(),apiKeyHash:a()}),Rc=_e,Nc=_e,Dc=_e,Cc=_e,Uc=_e,Mc=_e,Lc=_e,Xo=p({accessKeyId:a().check(ue(1)),secretAccessKey:a().check(ue(1))}),jc=p({}),Fc=p({}),Bc=p({}),Zc=p({}),Vc=p({}),Hc=p({}),Yo=p({modelId:a(),modelName:a(),modelType:U(Dr)}),Qo=p({apiKeyHeader:a(),baseUrl:a(),models:N(Yo),defaultHeaders:y(O(a(),a()))}),ei=p({accountId:a(),gatewayId:a(),models:N(Yo),vertexProject:y(a()),vertexRegion:y(a())}),ti=p({resourceName:a(),apiVersion:Se($e(e=>typeof e=="string"&&e.trim().length===0?void 0:e),y(a()))}),ri=p({region:a().check(ue(1))}),qc=D([wc,Dc,Cc,Uc,Mc,Nc,Rc,Oc,Xo,Lc]),ni=D([Qo,ei,ti,ri,jc,Bc,Zc,Vc,Fc,Hc]),Gc=p({id:a(),name:a(),type:U(Dr)}),Wc=p({id:a(),name:a(),provider:U(ht),config:ni,enabledForChat:B()}),Kc=p({provider:U(ht),config:ni,auth:qc,platformId:a()});var vI={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"};var Jc=p({base64Url:a(),fileName:a(),extension:y(a())}),Xc=p({mimeType:a(),url:a(),fileName:y(a())}),Cr=D([Jc,Xc]);var Yc=D([p({type:S("file"),value:Cr}),p({type:S("markdown"),value:a(),files:y(N(Cr))})]),Qc=p({sessionId:a(),message:a(),files:y(N(a()))});var ii=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(ii||{}),ai=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(ai||{}),Ur=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(Ur||{});var ep=D([p({...ae,name:a(),externalId:a(),type:S("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:p({options:N(p({value:a()}))})}),p({...ae,name:a(),externalId:a(),type:D([S("TEXT"),S("NUMBER"),S("DATE")]),tableId:a(),projectId:a()})]),tp=p({...ae,name:a(),folderId:q(a()),projectId:a(),externalId:a(),status:kr(ai),trigger:kr(ii)}),rp=p({...ae,tableId:a(),projectId:a(),cells:O(a(),p({updated:a(),created:a(),value:w(),fieldName:a()}))}),np=p({events:N(U(Ur)),webhookUrl:a(),flowId:a()}),op=p({fields:N(p({id:a(),name:a()})),rows:N(O(a(),a())),name:a()}),ip=p({projectId:a(),limit:y(at.number()),cursor:y(a()),name:y(a()),externalIds:Bt(a()),folderId:y(a()),folderIds:Bt(a())}),ap=p({records:N(N(p({fieldId:a(),value:ui()}))),tableId:a()}),sp=p({cells:y(N(p({fieldId:a(),value:ui()}))),tableId:a(),agentUpdate:y(B())}),si=Ee("operator",[Re("eq"),Re("neq"),Re("gt"),Re("gte"),Re("lt"),Re("lte"),Re("co"),oi("exists"),oi("not_exists")]),up=p({tableId:a(),limit:y(at.number()),cursor:y(a()),filters:Bt(si)});function ui(){return Se($e(e=>e==null?e:String(e)),it(a()))}o(ui,"coerceToString");function Re(e){return p({fieldId:a(),operator:S(e),value:a()})}o(Re,"valueFilter");function oi(e){return p({fieldId:a(),operator:S(e)})}o(oi,"existenceFilter");var cp=p({status:y(te()),body:y(w()),headers:y(O(a(),a()))}),pp=p({...ae,deleted:q(Ae),ownerId:a(),displayName:a(),platformId:a(),externalId:q(a())});var ci=p({name:a(),description:y(a()),type:a(),required:B()}),lp=p({pieceName:a(),triggerName:a(),input:p({toolName:a(),toolDescription:a(),inputSchema:N(ci),returnsResponse:B()})});var pi="^[0-9]+\\.[0-9]+\\.[0-9]+$",UI=new RegExp(pi),mp="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",MI=a().check(Te(new RegExp(pi))),LI=a().check(Te(new RegExp(mp))),fp=p({packageType:S("ARCHIVE"),pieceType:U(je),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),li=p({packageType:S("REGISTRY"),pieceType:S("OFFICIAL"),pieceName:a(),pieceVersion:a()}),di=p({packageType:S("REGISTRY"),pieceType:S("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),jI=D([li,di]),FI=D([fp,li,di]);var gp=Ee("type",[p({type:S("CRON_EXPRESSION"),cronExpression:a(),timezone:a()}),p({type:S("INTERVAL"),intervalMs:zo().check(Rt(6e4))})]),BI=p({...ae,type:U(xe),projectId:a(),flowId:a(),triggerName:a(),schedule:q(gp),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:q(a()),simulate:B()}),mi=(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))(mi||{}),fi=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(fi||{}),gi=(r=>(r.S3="S3",r.DB="DB",r))(gi||{}),ZI=p({...ae,projectId:q(a()),platformId:q(a()),type:U(mi),compression:U(fi),data:y(w()),location:U(gi),size:q(te()),fileName:q(a()),s3Key:q(a()),metadata:q(O(a(),a()))}),yi=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(yi||{}),hi=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(hi||{}),VI=p({id:a(),email:a(),firstName:a(),status:U(hi),externalId:q(a()),platformId:q(a()),platformRole:U(yi),lastName:a(),created:Ae,updated:Ae,lastActiveDate:q(Ae),imageUrl:q(a())});var Mr=p({...F.shape,...C(O(a(),w()),"OBJECT").shape});var Pi=p({...F.shape,...C(a(),"COLOR").shape});var Lr=D([oe,ge,Lt,he,ie,ye,$r,st,Sr,ve,pt,Mr,lt,ct,ut,Pi]),b={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 de=p({displayName:a(),description:y(a())});var bi=p({username:a(),password:a()}),jr=p({...de.shape,username:p({displayName:a(),description:y(a())}),password:p({displayName:a(),description:y(a())}),...C(bi,"BASIC_AUTH").shape});var xp=O(a(),D([oe,ge,ve,he,ie])),Fr=p({...de.shape,props:xp,...C(w(),"CUSTOM_AUTH").shape});var Ne=p({...de.shape,...C(p({auth:a()}),"SECRET_TEXT").shape});var _p=O(a(),D([oe,ge,Ne,ve,he,ie,ye,Lt])),Ii=p({...de.shape,props:_p,...C(w(),"OIDC").shape});var Br=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Br||{}),Ti=D([oe,Ne,ie]),Ei=O(a(),Ti),Pp=p({props:y(O(a(),Ti)),authUrl:a(),tokenUrl:a(),scope:N(a()),prompt:y(D([S("none"),S("consent"),S("login"),S("omit")])),pkce:y(B()),pkceMethod:y(D([S("plain"),S("S256")])),authorizationMethod:y(U(Br)),grantType:y(D([U(mt),S(Ar)])),extra:y(O(a(),a()))}),$i=p({access_token:a(),props:y(Ei),data:O(a(),ot())}),Zr=p({...de.shape,...Pp.shape,...C($i,"OAUTH2").shape});var Ve=D([jr,Fr,Ii,Zr,Ne]),vt="Connection",Vr={SecretText(e){return{...e,valueSchema:void 0,type:"SECRET_TEXT"}},OAuth2(e){return{...e,valueSchema:void 0,type:"OAUTH2",displayName:e.displayName||vt}},BasicAuth(e){return{...e,valueSchema:void 0,type:"BASIC_AUTH",displayName:e.displayName||vt,required:!0}},CustomAuth(e){return{...e,valueSchema:void 0,type:"CUSTOM_AUTH",displayName:e.displayName||vt}},OIDC(e){return{...e,valueSchema:void 0,type:"OIDC",displayName:e.displayName||vt}},None(){}};var bE={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 bp=p({...F.shape,...C(w(),"CUSTOM").shape,code:a()});var Ip=D([Lr,Ve]),Hr=O(a(),Ip),BE=O(a(),Lr);var Si=D([p({strategy:S("CRON"),cronExpression:a()}),p({strategy:S("NONE")})]),He=class{constructor(t,r,n,i,u,c,l,g,h,_,$,x,s,d,f,m,v,P,L){this.name=t;this.displayName=r;this.description=n;this.requireAuth=i;this.props=u;this.type=c;this.handshakeConfiguration=l;this.onHandshake=g;this.renewConfiguration=h;this.onRenew=_;this.onEnable=$;this.onDisable=x;this.onStart=s;this.run=d;this.test=f;this.sampleData=m;this.testStrategy=v;this.outputSchema=P;this.aiMetadata=L}static{o(this,"ITrigger")}},Vt=o(e=>{switch(e.type){case"WEBHOOK":return new He(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 He(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 He(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 He(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,ce(e.sampleData)&&ce(e.test)?"SIMULATION":"TEST_FUNCTION",e.outputSchema,e.aiMetadata)}},"createTrigger");var Ai="2",Ht="0.82.0";var qr=class{constructor(t,r,n,i,u,c,l,g,h=Ht,_,$="",x){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=l;this.auth=g;this.minimumSupportedRelease=h;this.maximumSupportedRelease=_;this.description=$;this.deprecated=x;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:Ai}),"getContextInfo");(!Tp(h)||Ep(h,Ht))&&(this.minimumSupportedRelease=Ht),u.forEach(s=>this._actions[s.name]=s),c.forEach(s=>this._triggers[s.name]=s)}static{o(this,"Piece")}metadata(){return{displayName:this.displayName,logoUrl:this.logoUrl,actions:this._actions,triggers:this._triggers,categories:this.categories,description:this.description,authors:this.authors,auth:this.auth,minimumSupportedRelease:this.minimumSupportedRelease,maximumSupportedRelease:this.maximumSupportedRelease,deprecated:this.deprecated,contextInfo:this.getContextInfo?.()}}getAction(t){return this._actions[t]}getTrigger(t){return this._triggers[t]}actions(){return this._actions}triggers(){return this._triggers}},zi=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 qr(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description,e.deprecated)},"createPiece");function Tp(e){return/^\d+\.\d+\.\d+$/.test(e)}o(Tp,"isValidSimpleSemver");function Ep(e,t){let[r,n,i]=e.split(".").map(Number),[u,c,l]=t.split(".").map(Number);return r!==u?r<u:n!==c?n<c:i<l}o(Ep,"isSemverLessThan");var $p=y(O(a(),O(a(),a()))),ki=p({id:y(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:N(a()),platformId:y(a()),directoryPath:y(a()),auth:y(D([Ve,N(Ve)])),version:a(),categories:y(N(U(Fe))),minimumSupportedRelease:y(a()),maximumSupportedRelease:y(a()),deprecated:y(B()),i18n:$p}),Sp=U(["human","ai","both"]),wi=p({description:y(a()),idempotent:y(B())}),Oi=p({name:a(),displayName:a(),description:a(),props:Hr,requireAuth:B(),errorHandlingOptions:y(Er),outputSchema:y(Ut()),audience:y(Sp),aiMetadata:y(wi)}),Ri=p({name:a(),displayName:a(),description:a(),props:Hr,errorHandlingOptions:y(Er),type:U(xe),sampleData:w(),handshakeConfiguration:y(Ut()),renewConfiguration:y(Si),testStrategy:U(gt),outputSchema:y(Ut()),aiMetadata:y(wi)}),Ap=p({...ki.shape,actions:O(a(),Oi),triggers:O(a(),Ri)}),zp=p({...ki.shape,actions:te(),triggers:te(),suggestedActions:y(N(Ri)),suggestedTriggers:y(N(Oi))}),Ni=p({projectUsage:te(),pieceType:U(je),packageType:U(dt),platformId:y(a()),archiveId:y(a())}),B$=p({...Ap.shape,...Ni.shape}),Z$=p({...zp.shape,...Ni.shape}),V$=p({name:a(),version:a()});var kp=Ue(require("path")),wp=Ue(require("fs/promises"));var Ui=require("node:stream");var qt=class{constructor(t,r){this.baseUrl=t;this.authenticationConverter=r}static{o(this,"BaseHttpClient")}getUrl(t){let r=new URL(`${this.baseUrl}${t.url}`),n=`${r.origin}${r.pathname}`,i=new URLSearchParams;return r.searchParams.forEach((u,c)=>{i.append(c,u)}),{urlWithoutQueryParams:n,queryParams:i}}getHeaders(t){let r={Accept:"application/json"};return t.authentication&&this.populateAuthentication(t.authentication,r),t.body&&(t.headers?.["Content-Type"]==="text/csv"?r["Content-Type"]="text/csv":r["Content-Type"]="application/json"),t.headers&&(r={...r,...t.headers}),r}populateAuthentication(t,r){this.authenticationConverter.convert(t,r)}};var Gt=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new Gr,r=new Wr){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},Gr=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Wr=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 Kt=class extends qt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Gt){super(t,r)}async sendRequest(t,r){process.env.NODE_TLS_REJECT_UNAUTHORIZED="0";let{urlWithoutQueryParams:n,queryParams:i}=this.getUrl(t),u=this.getHeaders(t),c=t.queryParams??{};for(let[L,ne]of Object.entries(c))i.append(L,ne);let l=i.toString(),g=l?`${n}?${l}`:n,h=t.responseType??"json",_=t.followRedirects??!0,$=t.retries??0,{body:x,extraHeaders:s,isStream:d}=Op(t.body,u),f=Np({...u,...s}),m=await Rp(async()=>{let L=new AbortController,ne=t.timeout&&t.timeout>0?setTimeout(()=>L.abort(),t.timeout):void 0;try{let se={method:t.method.toString(),headers:f,body:x,redirect:_?"follow":"manual",signal:L.signal};return d&&(se.duplex="half"),r?.dispatcher!==void 0&&(se.dispatcher=r.dispatcher),await fetch(g,se)}finally{ne!==void 0&&clearTimeout(ne)}},$),v=_?300:400;if(m.status<200||m.status>=v){let L=await Di(m,h),ne=new Wt(t.body,{status:m.status,responseBody:L});throw console.error("[HttpClient#(sanitized error message)] Request failed:",ne),ne}let P=await Di(m,h);return{status:m.status,headers:Dp(m.headers),body:P}}};function Op(e,t){if(Up(e))return{body:void 0,extraHeaders:{},isStream:!1};if(Cp(e)){let n=new Ui.PassThrough;return e.on("error",i=>n.destroy(i)),e.pipe(n),{body:n,extraHeaders:e.getHeaders(),isStream:!0}}return typeof e=="string"||Buffer.isBuffer(e)||e instanceof URLSearchParams||e instanceof ArrayBuffer||typeof FormData<"u"&&e instanceof FormData||typeof Blob<"u"&&e instanceof Blob?{body:e,extraHeaders:{},isStream:!1}:(t["Content-Type"]??t["content-type"]??"").includes("application/x-www-form-urlencoded")?{body:new URLSearchParams(e).toString(),extraHeaders:{},isStream:!1}:{body:JSON.stringify(e),extraHeaders:{},isStream:!1}}o(Op,"serializeBody");async function Di(e,t){switch(t){case"arraybuffer":return Buffer.from(await e.arrayBuffer());case"blob":return await e.blob();case"text":return await e.text();default:{let r=await e.text();if(r.length===0)return;try{return JSON.parse(r)}catch{return r}}}}o(Di,"parseResponseBody");async function Rp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await Ci(n);continue}return i}catch(i){if(r=i,n<t){await Ci(n);continue}throw i}throw r}o(Rp,"sendWithRetries");function Ci(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o(Ci,"backoff");function Np(e){let t={};for(let[r,n]of Object.entries(e))n!==void 0&&(t[r.toLowerCase()]=Array.isArray(n)?n.join(", "):n);return t}o(Np,"normalizeHeaders");function Dp(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(Dp,"toHttpHeaders");function Cp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"&&typeof e.on=="function"}o(Cp,"isNodeFormData");function Up(e){return e==null}o(Up,"isNil");var ze=new Kt;var Jt=(c=>(c.GET="GET",c.POST="POST",c.PATCH="PATCH",c.PUT="PUT",c.DELETE="DELETE",c.HEAD="HEAD",c))(Jt||{});var Td=Ue(require("fs")),Zs=Ue(Bs());var Ed={"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 $d(e){let t=e.split(";")[0].trim().toLowerCase();return Ed[t]??""}o($d,"contentTypeToExtension");var Sd=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),Ad=o((e,t)=>{let r="https://api.example.com";try{let n=t?e(t):void 0;return(n?.endsWith("/")?n.slice(0,-1):n)??r}catch{return r}},"getBaseUrlForDescription");function Vs({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:c,extraProps:l,authLocation:g="headers"}){return H({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:b.DynamicProperties({auth:e,displayName:"",required:!0,refreshers:[],props:o(async({auth:h})=>({url:b.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
|
|
3
|
+
i.e ${Ad(t,h)}/resource or /resource`,required:!0,defaultValue:h?t(h):"",...c?.url??{}})}),"props")}),method:b.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values(Jt).map(h=>({label:h,value:h}))},...c?.method??{}}),headers:b.Object({displayName:"Headers",description:"Authorization headers are injected automatically from your connection.",required:!0,...c?.headers??{}}),queryParams:b.Object({displayName:"Query Parameters",required:!0,...c?.queryParams??{}}),body_type:b.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:b.DynamicProperties({auth:e,displayName:"Body",refreshers:["body_type"],required:!1,props:o(async({body_type:h})=>{if(!h)return{};let _=h,$={};switch(_){case"none":break;case"json":$.data=b.Json({displayName:"JSON Body",required:!0,...c?.body??{}});break;case"raw":$.data=b.LongText({displayName:"Raw Body",required:!0});break;case"form_data":$.data=b.Array({displayName:"Form Data",required:!0,properties:{fieldName:b.ShortText({displayName:"Field Name",required:!0}),fieldType:b.StaticDropdown({displayName:"Field Type",required:!0,options:{disabled:!1,options:[{label:"Text",value:"text"},{label:"File",value:"file"}]}}),textFieldValue:b.LongText({displayName:"Text Field Value",required:!1}),fileFieldValue:b.File({displayName:"File Field Value",required:!1})}});break}return $},"props")}),response_is_binary:b.Checkbox({displayName:"Response is Binary ?",description:"Enable for files like PDFs, images, etc.",required:!1,defaultValue:!1}),failsafe:b.Checkbox({displayName:"No Error on Failure",required:!1,...c?.failsafe??{}}),timeout:b.Number({displayName:"Timeout (in seconds)",required:!1,...c?.timeout??{}}),followRedirects:b.Checkbox({displayName:"Follow redirects",required:!1,defaultValue:!1}),...l},run:o(async h=>{let{method:_,url:$,headers:x,queryParams:s,body:d,body_type:f,failsafe:m,timeout:v,response_is_binary:P,followRedirects:L}=h.propsValue;Ft(_,"Method"),Ft($,"URL");let ne=ce(r)?{}:await r(h.auth,h.propsValue),se=$.url,Xe=se.startsWith("http://")||se.startsWith("https://")?se:Sd({baseUrl:t(h.auth),relativePath:se}),we={method:_,url:Xe,headers:{...x??{},...g==="headers"||!ce(g)?ne:{}},queryParams:{...g==="queryParams"?ne:{},...s??{}},timeout:v?v*1e3:0,followRedirects:L};if(P&&(we.responseType="arraybuffer"),d)if(f&&f!=="none"){let me=d.data;if(f==="form_data"){let au=me,bt=new Zs.default;for(let{fieldName:yn,fieldType:hn,textFieldValue:vn,fileFieldValue:cr}of au)hn==="text"&&!yt(vn)?bt.append(yn,vn):hn==="file"&&!yt(cr)&&bt.append(yn,cr.data,{filename:cr?.filename});we.body=bt,we.headers={...we.headers,...bt.getHeaders()}}else we.body=me}else f||(we.body=d);try{let me=await ze.sendRequest(we);return await zd(h.files,me.body,me.status,me.headers,P)}catch(me){if(m)return me.errorMessage();throw me}},"run")})}o(Vs,"createCustomApiCallAction");var zd=o(async(e,t,r,n,i)=>{let u;if(i&&kd(t)){let c=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],l=$d(c??"")||"txt",g;t instanceof ArrayBuffer?g=Buffer.from(new Uint8Array(t)):Buffer.isBuffer(t)?g=t:g=Buffer.from(t),u=await e.write({fileName:`output.${l}`,data:g})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),kd=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");var Ce="https://api.linkupapi.com/v2",Z=Vr.SecretText({displayName:"API Key",required:!0,description:"Your LinkupAPI key, sent as the `x-api-key` header. Get it from https://app.linkupapi.com",validate:o(async({auth:e})=>{try{return await ze.sendRequest({method:"GET",url:`${Ce}/accounts`,headers:{"x-api-key":e},queryParams:{limit:"1"}}),{valid:!0}}catch(t){let r=t?.response?.status;return r===401||r===403?{valid:!1,error:"Invalid API key. Check it at https://app.linkupapi.com"}:{valid:!1,error:`Could not reach LinkupAPI to validate the key (status ${r??"network error"}). Please try again.`}}},"validate")}),J=b.ShortText({displayName:"Account ID",description:'The connected LinkedIn account to act as. Get it from the "List Accounts" action.',required:!0});async function ee(e,t,r,n,i={}){return(await ze.sendRequest({method:"POST",url:`${Ce}/${t}`,headers:{"x-api-key":e,"Content-Type":"application/json"},body:{account_id:n,action:r,params:wd(i)}})).body}o(ee,"linkupAction");async function ar(e,t,r){return(await ze.sendRequest({method:"POST",url:`${Ce}${t}`,headers:{"x-api-key":e,"Content-Type":"application/json"},body:r})).body}o(ar,"linkupPost");async function sr(e,t,r={}){return(await ze.sendRequest({method:"GET",url:`${Ce}${t}`,headers:{"x-api-key":e},queryParams:r})).body}o(sr,"linkupGet");async function ur(e,t){return(await ze.sendRequest({method:"DELETE",url:`${Ce}${t}`,headers:{"x-api-key":e}})).body}o(ur,"linkupDelete");function wd(e){let t={};for(let[r,n]of Object.entries(e))n!=null&&n!==""&&(t[r]=n);return t}o(wd,"cleanParams");var Hs=H({auth:Z,name:"list_accounts",displayName:"List Accounts",description:"List all connected LinkedIn accounts linked to your API key. Free (0 credits). Use the returned account_id in other actions.",audience:"both",aiMetadata:{description:"Lists the LinkedIn accounts connected to this LinkupAPI key, paged by limit and offset. Call this first to obtain the account ID that every other LinkupAPI action and trigger requires; prefer Get Account Details when the ID is already known. Read-only and idempotent.",idempotent:!0},props:{limit:b.Number({displayName:"Limit",description:"Max accounts to return per page (1-500)",required:!1,defaultValue:50}),offset:b.Number({displayName:"Offset",description:"Number of accounts to skip (for pagination)",required:!1,defaultValue:0})},async run(e){let{limit:t,offset:r}=e.propsValue;return sr(e.auth.secret_text,"/accounts",{limit:String(t??50),offset:String(r??0)})}});var qs=H({auth:Z,name:"get_account",displayName:"Get Account Details",description:"Get detailed information and status for a specific connected account. Free (0 credits).",audience:"both",aiMetadata:{description:"Fetches the integration details and connection status of one connected LinkedIn account by its account ID. Use List Accounts instead when the ID is unknown, and Get My Profile when the LinkedIn profile behind the account is wanted rather than its connection state. Requires a valid account ID. Read-only and idempotent.",idempotent:!0},props:{accountId:b.ShortText({displayName:"Account ID",description:'The account to retrieve (from "List Accounts")',required:!0})},async run(e){let{accountId:t}=e.propsValue;return sr(e.auth.secret_text,`/accounts/${encodeURIComponent(t)}`)}});var Gs=H({auth:Z,name:"get_my_profile",displayName:"Get My Profile",description:"Retrieve the profile of the connected LinkedIn account.",audience:"both",aiMetadata:{description:"Retrieves the LinkedIn profile of the connected account itself, resolving who the automation is acting as. Use Get Profile Info for anyone else. Requires the account ID from List Accounts. Read-only and idempotent.",idempotent:!0},props:{accountId:J},async run(e){return ee(e.auth.secret_text,"profiles","get_me",e.propsValue.accountId)}});var Ws=H({auth:Z,name:"get_profile",displayName:"Get Profile Info",description:"Retrieve detailed information about a LinkedIn profile by URL, public identifier, or URN.",audience:"both",aiMetadata:{description:"Looks up a LinkedIn person profile addressed in one of three interchangeable ways: full profile URL, public identifier, or profile URN. Use it when a specific person is already identified; use Search People to discover profiles from attributes, and Get My Profile for the connected account. Requires the account ID plus exactly one of the three address inputs. Read-only and idempotent.",idempotent:!0},props:{accountId:J,profileUrl:b.ShortText({displayName:"Profile URL",description:"Full LinkedIn profile URL (provide this OR Identifier OR URN)",required:!1}),identifier:b.ShortText({displayName:"Identifier",description:'Public identifier (e.g. "john-doe")',required:!1}),profileUrn:b.ShortText({displayName:"Profile URN",description:"LinkedIn profile URN",required:!1})},async run(e){let{accountId:t,profileUrl:r,identifier:n,profileUrn:i}=e.propsValue;return ee(e.auth.secret_text,"profiles","get",t,{profile_url:r,identifier:n,profile_urn:i})}});var Ks=H({auth:Z,name:"search_people",displayName:"Search People",description:"Search LinkedIn profiles by keyword, company, title, location, school, industry and more. Returns the LinkedIn URL of each match.",audience:"both",aiMetadata:{description:"Searches LinkedIn people by any combination of keyword, name, title, company, location, school, industry, or connection degree; alternatively it can enumerate the connections or followers of one given profile instead of running an attribute search. Use it to discover prospects when no profile URL is known, then switch to Get Profile Info once one is. Requires the account ID from List Accounts, and the result count is capped by Total Results. Read-only and idempotent.",idempotent:!0},props:{accountId:J,keyword:b.ShortText({displayName:"Keyword",required:!1}),firstName:b.ShortText({displayName:"First Name",required:!1}),lastName:b.ShortText({displayName:"Last Name",required:!1}),title:b.ShortText({displayName:"Current Job Title",required:!1}),companyName:b.ShortText({displayName:"Current Company Name",required:!1}),companyUrl:b.ShortText({displayName:"Company URL",description:"LinkedIn company page URL",required:!1}),pastCompany:b.ShortText({displayName:"Past Company",required:!1}),location:b.ShortText({displayName:"Location",description:'e.g. "San Francisco"',required:!1}),schoolUrl:b.ShortText({displayName:"School URL",required:!1}),industry:b.ShortText({displayName:"Industry",required:!1}),network:b.StaticDropdown({displayName:"Network",description:"Connection degree relative to the account",required:!1,options:{options:[{label:"1st degree (F)",value:"F"},{label:"2nd degree (S)",value:"S"},{label:"3rd+ degree (O)",value:"O"}]}}),connectionOf:b.ShortText({displayName:"Connection Of",description:"Show connections of a specific profile (URL or identifier)",required:!1}),followerOf:b.ShortText({displayName:"Follower Of",description:"Show followers of a specific company or profile",required:!1}),fetchInvitationState:b.Checkbox({displayName:"Fetch Invitation State",description:"Include the connection invitation state for each result",required:!1,defaultValue:!0}),totalResults:b.Number({displayName:"Total Results",description:"Number of results to return (1 credit per 10 results)",required:!1,defaultValue:10}),startPage:b.Number({displayName:"Start Page",required:!1}),endPage:b.Number({displayName:"End Page",required:!1})},async run(e){let t=e.propsValue;return ee(e.auth.secret_text,"profiles","search_people",t.accountId,{keyword:t.keyword,first_name:t.firstName,last_name:t.lastName,title:t.title,company_name:t.companyName,company_url:t.companyUrl,past_company:t.pastCompany,location:t.location,school_url:t.schoolUrl,industry:t.industry,network:t.network,connection_of:t.connectionOf,follower_of:t.followerOf,fetch_invitation_state:t.fetchInvitationState,total_results:t.totalResults,start_page:t.startPage,end_page:t.endPage})}});var Js=H({auth:Z,name:"search_companies",displayName:"Search Companies",description:"Search LinkedIn companies by keyword, location, sector and company size.",audience:"both",aiMetadata:{description:"Searches LinkedIn company pages by keyword, location, sector, or company size, over a configurable page range. Use it to locate a company page when only a name or profile of the firm is known; call Get Company Info afterwards for the full record of a known company URL, and Search People to find individuals. Requires the account ID from List Accounts. Read-only and idempotent.",idempotent:!0},props:{accountId:J,keyword:b.ShortText({displayName:"Keyword",required:!1}),location:b.ShortText({displayName:"Location",required:!1}),sector:b.ShortText({displayName:"Sector",required:!1}),companySize:b.ShortText({displayName:"Company Size",description:'e.g. "11-50", "201-500"',required:!1}),totalResults:b.Number({displayName:"Total Results",required:!1,defaultValue:10}),resultsPerPage:b.Number({displayName:"Results Per Page",required:!1}),startPage:b.Number({displayName:"Start Page",required:!1}),endPage:b.Number({displayName:"End Page",required:!1})},async run(e){let t=e.propsValue;return ee(e.auth.secret_text,"profiles","search_companies",t.accountId,{keyword:t.keyword,location:t.location,sector:t.sector,company_size:t.companySize,total_results:t.totalResults,results_per_page:t.resultsPerPage,start_page:t.startPage,end_page:t.endPage})}});var Xs=H({auth:Z,name:"get_company",displayName:"Get Company Info",description:"Retrieve detailed information about a LinkedIn company page.",audience:"both",aiMetadata:{description:"Looks up one LinkedIn company page from its URL. Use Search Companies first when only a company name is known, and Get Profile Info for a person rather than an organisation. Requires both the account ID and an exact company page URL. Read-only and idempotent.",idempotent:!0},props:{accountId:J,companyUrl:b.ShortText({displayName:"Company URL",description:"LinkedIn company page URL",required:!0})},async run(e){let{accountId:t,companyUrl:r}=e.propsValue;return ee(e.auth.secret_text,"profiles","get_company",t,{company_url:r})}});var Ys=H({auth:Z,name:"send_message",displayName:"Send Message",description:"Send a LinkedIn message to a profile, optionally with a media attachment.",audience:"both",aiMetadata:{description:"Sends a LinkedIn direct message from the connected account to a recipient profile URL, optionally attaching a media link. Use it for outreach or replies to an existing thread; Send Connection Request is the right action when the recipient cannot be messaged yet, and Get Conversation loads the thread context first. Requires the account ID, the recipient profile URL, and message text. Not idempotent: every call delivers another message, so retries duplicate it.",idempotent:!1},props:{accountId:J,profileUrl:b.ShortText({displayName:"Profile URL",description:"LinkedIn profile URL of the recipient",required:!0}),messageText:b.LongText({displayName:"Message",description:"The text of the message to send",required:!0}),mediaLink:b.ShortText({displayName:"Media Link",description:"Optional URL of a media file to attach",required:!1})},async run(e){let{accountId:t,profileUrl:r,messageText:n,mediaLink:i}=e.propsValue;return ee(e.auth.secret_text,"messages","send",t,{profile_url:r,message_text:n,media_link:i})}});var Qs=H({auth:Z,name:"get_conversation",displayName:"Get Conversation",description:"Retrieve the message history of a LinkedIn conversation, by conversation ID or profile URL.",audience:"both",aiMetadata:{description:"Reads the message history of one LinkedIn thread, addressed either by conversation ID or by the other participant's profile URL, with count and cursor paging for longer threads. Use it to gather context before replying with Send Message. Requires the account ID plus one of the two addressing inputs. Read-only and idempotent.",idempotent:!0},props:{accountId:J,conversationId:b.ShortText({displayName:"Conversation ID",description:"Provide this OR a Profile URL",required:!1}),profileUrl:b.ShortText({displayName:"Profile URL",description:"Profile URL of the other participant",required:!1}),count:b.Number({displayName:"Count",description:"Number of messages to retrieve",required:!1}),cursor:b.ShortText({displayName:"Cursor",description:"Pagination cursor from a previous response",required:!1})},async run(e){let{accountId:t,conversationId:r,profileUrl:n,count:i,cursor:u}=e.propsValue;return ee(e.auth.secret_text,"messages","get_conversation",t,{conversation_id:r,profile_url:n,count:i,cursor:u})}});var eu=H({auth:Z,name:"send_connection_request",displayName:"Send Connection Request",description:"Send a LinkedIn connection invitation to a profile, with an optional note.",audience:"both",aiMetadata:{description:"Sends a LinkedIn connection invitation from the connected account to a person addressed by either profile URL or public identifier, with an optional note. Use it to open contact with someone outside the account network; Send Message is for people already reachable. Requires the account ID and one of the two address inputs. Not idempotent: each call issues a fresh invitation and consumes LinkedIn invite quota, so check Check Invitation Status before retrying.",idempotent:!1},props:{accountId:J,profileUrl:b.ShortText({displayName:"Profile URL",description:"LinkedIn profile URL (provide this OR Identifier)",required:!1}),identifier:b.ShortText({displayName:"Identifier",description:'Public identifier (e.g. "john-doe")',required:!1}),message:b.LongText({displayName:"Note",description:"Optional note to include with the invitation",required:!1})},async run(e){let{accountId:t,profileUrl:r,identifier:n,message:i}=e.propsValue;return ee(e.auth.secret_text,"network","invite",t,{profile_url:r,identifier:n,message:i})}});var tu=H({auth:Z,name:"check_invitation_status",displayName:"Check Invitation Status",description:"Check the status of a connection invitation sent to a profile.",audience:"both",aiMetadata:{description:"Checks the current state of a connection invitation sent from the connected account to a given profile URL. Use it to poll the outcome of Send Connection Request rather than re-sending; the Invitation Accepted trigger is the push alternative for flows that can wait. Requires the account ID and the target profile URL. Read-only and idempotent.",idempotent:!0},props:{accountId:J,profileUrl:b.ShortText({displayName:"Profile URL",description:"LinkedIn profile URL to check",required:!0})},async run(e){let{accountId:t,profileUrl:r}=e.propsValue;return ee(e.auth.secret_text,"network","check_invitation",t,{profile_url:r})}});var ru="_linkup_new_message_webhook_id",nu=Vt({auth:Z,name:"new_message_received",displayName:"New Message Received",description:"Fires in real time when the connected LinkedIn account receives a new message. Registers a LinkupAPI webhook (\u224810 credits/day per monitored account while active).",aiMetadata:{description:"Fires once for every inbound direct message received by one connected LinkedIn account, in real time via a LinkupAPI webhook. Use it to start reply, triage, or CRM-logging automations on incoming LinkedIn conversations; it covers only messages received, not messages the account sends, and not invitation activity (use Invitation Accepted for that). Each enabled instance registers a webhook against a single account ID and bills credits daily while the flow stays on."},type:"WEBHOOK",props:{accountId:J},sampleData:{timestamp:"2026-06-17T12:00:00Z",event:{type:"message",account_id:"your-account-id",data:{conversation_id:"2-abc123",sender_profile_url:"https://www.linkedin.com/in/janedoe",message_text:"Hi, thanks for connecting!"},timestamp:"2026-06-17T11:59:58Z"}},async onEnable(e){let t=await ar(e.auth.secret_text,"/webhooks",{account_id:e.propsValue.accountId,url:e.webhookUrl,events:["message_received"]});t?.data?.webhook_id&&await e.store.put(ru,t.data.webhook_id)},async onDisable(e){let t=await e.store.get(ru);t&&await ur(e.auth.secret_text,`/webhooks/${t}`)},async run(e){return[e.payload.body]}});var ou="_linkup_invitation_accepted_webhook_id",iu=Vt({auth:Z,name:"invitation_accepted",displayName:"Invitation Accepted",description:"Fires in real time when a connection request sent from the connected LinkedIn account is accepted. Registers a LinkupAPI webhook (\u224810 credits/day per monitored account while active).",aiMetadata:{description:"Fires once each time someone accepts a connection invitation previously sent from the connected LinkedIn account, in real time via a LinkupAPI webhook. Use it to continue outreach the moment a prospect connects instead of polling Check Invitation Status; it does not fire for invitations received by the account or for new messages (use New Message Received for those). Each enabled instance registers a webhook against a single account ID and bills credits daily while the flow stays on."},type:"WEBHOOK",props:{accountId:J},sampleData:{timestamp:"2026-06-17T12:00:00Z",event:{type:"accepted_invitation",account_id:"your-account-id",data:{profile_url:"https://www.linkedin.com/in/janedoe",first_name:"Jane",last_name:"Doe"},timestamp:"2026-06-17T11:59:58Z"}},async onEnable(e){let t=await ar(e.auth.secret_text,"/webhooks",{account_id:e.propsValue.accountId,url:e.webhookUrl,events:["accepted_invitation"]});t?.data?.webhook_id&&await e.store.put(ou,t.data.webhook_id)},async onDisable(e){let t=await e.store.get(ou);t&&await ur(e.auth.secret_text,`/webhooks/${t}`)},async run(e){return[e.payload.body]}});var Od=zi({displayName:"LinkupAPI",description:"LinkupAPI lets agents send messages, manage conversations, and automate outreach across every channel, for sales and recruitment.",auth:Z,minimumSupportedRelease:"0.36.1",logoUrl:"https://cdn.activepieces.com/pieces/linkupapi.png",categories:["SALES_AND_CRM","MARKETING"],authors:["titouanprx","sanket-a11y"],actions:[Hs,qs,Gs,Ws,Ks,Js,Xs,Ys,Qs,eu,tu,Vs({baseUrl:o(()=>Ce,"baseUrl"),auth:Z,authMapping:o(async e=>({"x-api-key":e.secret_text}),"authMapping")})],triggers:[nu,iu]});0&&(module.exports={linkupapi});
|
|
4
|
+
/*! Bundled license information:
|
|
5
|
+
|
|
6
|
+
mime-types/index.js:
|
|
7
|
+
(*!
|
|
8
|
+
* mime-types
|
|
9
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
10
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
11
|
+
* MIT Licensed
|
|
12
|
+
*)
|
|
13
|
+
*/
|
package/src/index.d.ts
DELETED
package/src/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,SAAS,mHA8BpB,CAAC"}
|
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,qEAA6D;AAC7D,iDAAqD;AACrD,yCAA8D;AAC9D,UAAU;AACV,+DAA2D;AAC3D,2DAAuD;AACvD,iEAA4D;AAC5D,2DAAuD;AACvD,+DAA2D;AAC3D,qEAAiE;AACjE,2DAAuD;AACvD,6DAAyD;AACzD,qEAAiE;AACjE,mFAA8E;AAC9E,mFAA8E;AAC9E,WAAW;AACX,8EAAyE;AACzE,4EAAwE;AACxE,+DAAwE;AAE3D,QAAA,SAAS,GAAG,IAAA,8BAAW,EAAC;IACnC,WAAW,EAAE,WAAW;IACxB,WAAW,EACT,mIAAmI;IACrI,IAAI,EAAE,mBAAU;IAChB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,mDAAmD;IAC5D,UAAU,EAAE,CAAC,sBAAa,CAAC,aAAa,EAAE,sBAAa,CAAC,SAAS,CAAC;IAClE,OAAO,EAAE,CAAC,YAAY,EAAE,aAAa,CAAC;IACtC,OAAO,EAAE;QACP,4BAAY;QACZ,wBAAU;QACV,6BAAY;QACZ,wBAAU;QACV,4BAAY;QACZ,kCAAe;QACf,wBAAU;QACV,0BAAW;QACX,kCAAe;QACf,+CAAqB;QACrB,+CAAqB;QACrB,IAAA,yCAAyB,EAAC;YACxB,OAAO,EAAE,GAAG,EAAE,CAAC,2BAAkB;YACjC,IAAI,EAAE,mBAAU;YAChB,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC5B,WAAW,EAAE,IAAI,CAAC,WAAW;iBAC9B,CAAC,CAAA;cAAA;SACH,CAAC;KACH;IACD,QAAQ,EAAE,CAAC,yCAAkB,EAAE,wCAAkB,CAAC;CACnD,CAAC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const checkInvitationStatus: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
accountId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
profileUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
|
-
}>;
|
|
5
|
-
//# sourceMappingURL=check-invitation-status.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-invitation-status.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/check-invitation-status.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB;;;EAmBhC,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.checkInvitationStatus = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const common_1 = require("../common");
|
|
7
|
-
exports.checkInvitationStatus = (0, pieces_framework_1.createAction)({
|
|
8
|
-
auth: common_1.linkupAuth,
|
|
9
|
-
name: 'check_invitation_status',
|
|
10
|
-
displayName: 'Check Invitation Status',
|
|
11
|
-
description: 'Check the status of a connection invitation sent to a profile.',
|
|
12
|
-
props: {
|
|
13
|
-
accountId: common_1.accountIdProp,
|
|
14
|
-
profileUrl: pieces_framework_1.Property.ShortText({
|
|
15
|
-
displayName: 'Profile URL',
|
|
16
|
-
description: 'LinkedIn profile URL to check',
|
|
17
|
-
required: true,
|
|
18
|
-
}),
|
|
19
|
-
},
|
|
20
|
-
run(context) {
|
|
21
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const { accountId, profileUrl } = context.propsValue;
|
|
23
|
-
return (0, common_1.linkupAction)(context.auth.secret_text, 'network', 'check_invitation', accountId, {
|
|
24
|
-
profile_url: profileUrl,
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
//# sourceMappingURL=check-invitation-status.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-invitation-status.js","sourceRoot":"","sources":["../../../../src/lib/actions/check-invitation-status.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,sCAAoE;AAEvD,QAAA,qBAAqB,GAAG,IAAA,+BAAY,EAAC;IAChD,IAAI,EAAE,mBAAU;IAChB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,yBAAyB;IACtC,WAAW,EAAE,gEAAgE;IAC7E,KAAK,EAAE;QACL,SAAS,EAAE,sBAAa;QACxB,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,+BAA+B;YAC5C,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YACrD,OAAO,IAAA,qBAAY,EAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,SAAS,EAAE,kBAAkB,EAAE,SAAS,EAAE;gBACtF,WAAW,EAAE,UAAU;aACxB,CAAC,CAAC;QACL,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const getAccount: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
accountId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
}>;
|
|
4
|
-
//# sourceMappingURL=get-account.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-account.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;EAmBrB,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getAccount = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const common_1 = require("../common");
|
|
7
|
-
exports.getAccount = (0, pieces_framework_1.createAction)({
|
|
8
|
-
auth: common_1.linkupAuth,
|
|
9
|
-
name: 'get_account',
|
|
10
|
-
displayName: 'Get Account Details',
|
|
11
|
-
description: 'Get detailed information and status for a specific connected account. Free (0 credits).',
|
|
12
|
-
props: {
|
|
13
|
-
accountId: pieces_framework_1.Property.ShortText({
|
|
14
|
-
displayName: 'Account ID',
|
|
15
|
-
description: 'The account to retrieve (from "List Accounts")',
|
|
16
|
-
required: true,
|
|
17
|
-
}),
|
|
18
|
-
},
|
|
19
|
-
run(context) {
|
|
20
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
21
|
-
const { accountId } = context.propsValue;
|
|
22
|
-
return (0, common_1.linkupGet)(context.auth.secret_text, `/accounts/${encodeURIComponent(accountId)}`);
|
|
23
|
-
});
|
|
24
|
-
},
|
|
25
|
-
});
|
|
26
|
-
//# sourceMappingURL=get-account.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-account.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,sCAAkD;AAErC,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,mBAAU;IAChB,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,qBAAqB;IAClC,WAAW,EAAE,yFAAyF;IACtG,KAAK,EAAE;QACL,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,YAAY;YACzB,WAAW,EAAE,gDAAgD;YAC7D,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YACzC,OAAO,IAAA,kBAAS,EACd,OAAO,CAAC,IAAI,CAAC,WAAW,EACxB,aAAa,kBAAkB,CAAC,SAAS,CAAC,EAAE,CAC7C,CAAC;QACJ,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const getCompany: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
accountId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
companyUrl: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
4
|
-
}>;
|
|
5
|
-
//# sourceMappingURL=get-company.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-company.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-company.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;EAmBrB,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getCompany = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const common_1 = require("../common");
|
|
7
|
-
exports.getCompany = (0, pieces_framework_1.createAction)({
|
|
8
|
-
auth: common_1.linkupAuth,
|
|
9
|
-
name: 'get_company',
|
|
10
|
-
displayName: 'Get Company Info',
|
|
11
|
-
description: 'Retrieve detailed information about a LinkedIn company page.',
|
|
12
|
-
props: {
|
|
13
|
-
accountId: common_1.accountIdProp,
|
|
14
|
-
companyUrl: pieces_framework_1.Property.ShortText({
|
|
15
|
-
displayName: 'Company URL',
|
|
16
|
-
description: 'LinkedIn company page URL',
|
|
17
|
-
required: true,
|
|
18
|
-
}),
|
|
19
|
-
},
|
|
20
|
-
run(context) {
|
|
21
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
22
|
-
const { accountId, companyUrl } = context.propsValue;
|
|
23
|
-
return (0, common_1.linkupAction)(context.auth.secret_text, 'profiles', 'get_company', accountId, {
|
|
24
|
-
company_url: companyUrl,
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
//# sourceMappingURL=get-company.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-company.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-company.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AACxE,sCAAoE;AAEvD,QAAA,UAAU,GAAG,IAAA,+BAAY,EAAC;IACrC,IAAI,EAAE,mBAAU;IAChB,IAAI,EAAE,aAAa;IACnB,WAAW,EAAE,kBAAkB;IAC/B,WAAW,EAAE,8DAA8D;IAC3E,KAAK,EAAE;QACL,SAAS,EAAE,sBAAa;QACxB,UAAU,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC7B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,2BAA2B;YACxC,QAAQ,EAAE,IAAI;SACf,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YACrD,OAAO,IAAA,qBAAY,EAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,SAAS,EAAE;gBAClF,WAAW,EAAE,UAAU;aACxB,CAAC,CAAC;QACL,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const getConversation: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
accountId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
conversationId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
|
-
profileUrl: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
5
|
-
count: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
6
|
-
cursor: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
7
|
-
}>;
|
|
8
|
-
//# sourceMappingURL=get-conversation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-conversation.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/get-conversation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;EAqC1B,CAAC"}
|