@activepieces/piece-kustomer 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -12
- package/src/index.js +15 -42
- package/src/index.d.ts +0 -1
- package/src/index.js.map +0 -1
- package/src/lib/actions/create-conversation.d.ts +0 -9
- package/src/lib/actions/create-conversation.js +0 -104
- package/src/lib/actions/create-conversation.js.map +0 -1
- package/src/lib/actions/create-customer.d.ts +0 -14
- package/src/lib/actions/create-customer.js +0 -120
- package/src/lib/actions/create-customer.js.map +0 -1
- package/src/lib/actions/get-custom-objects.d.ts +0 -4
- package/src/lib/actions/get-custom-objects.js +0 -40
- package/src/lib/actions/get-custom-objects.js.map +0 -1
- package/src/lib/actions/get-customer.d.ts +0 -3
- package/src/lib/actions/get-customer.js +0 -40
- package/src/lib/actions/get-customer.js.map +0 -1
- package/src/lib/actions/update-conversation.d.ts +0 -8
- package/src/lib/actions/update-conversation.js +0 -96
- package/src/lib/actions/update-conversation.js.map +0 -1
- package/src/lib/common/auth.d.ts +0 -1
- package/src/lib/common/auth.js +0 -36
- package/src/lib/common/auth.js.map +0 -1
- package/src/lib/common/client.d.ts +0 -40
- package/src/lib/common/client.js +0 -85
- package/src/lib/common/client.js.map +0 -1
- package/src/lib/common/types.d.ts +0 -6
- package/src/lib/common/types.js +0 -3
- package/src/lib/common/types.js.map +0 -1
- package/src/lib/common/utils.d.ts +0 -14
- package/src/lib/common/utils.js +0 -38
- package/src/lib/common/utils.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-kustomer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
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,42 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
displayName: 'Kustomer',
|
|
17
|
-
description: 'Create and manage Kustomer customers, conversations, and custom objects.',
|
|
18
|
-
minimumSupportedRelease: '0.36.1',
|
|
19
|
-
logoUrl: 'https://cdn.activepieces.com/pieces/kustomer.png',
|
|
20
|
-
categories: [shared_1.PieceCategory.CUSTOMER_SUPPORT],
|
|
21
|
-
authors: ['veri5ied', 'sanket-a11y'],
|
|
22
|
-
auth: auth_1.kustomerAuth,
|
|
23
|
-
actions: [
|
|
24
|
-
create_customer_1.createCustomerAction,
|
|
25
|
-
create_conversation_1.createConversationAction,
|
|
26
|
-
update_conversation_1.updateConversationAction,
|
|
27
|
-
get_customer_1.getCustomerAction,
|
|
28
|
-
get_custom_objects_1.getCustomObjectsAction,
|
|
29
|
-
(0, pieces_common_1.createCustomApiCallAction)({
|
|
30
|
-
auth: auth_1.kustomerAuth,
|
|
31
|
-
baseUrl: () => client_1.KUSTOMER_API_BASE_URL,
|
|
32
|
-
authMapping: (auth) => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
|
|
33
|
-
const apiKey = auth.secret_text;
|
|
34
|
-
return client_1.kustomerClient.createAuthHeaders({
|
|
35
|
-
apiKey,
|
|
36
|
-
});
|
|
37
|
-
}),
|
|
38
|
-
}),
|
|
39
|
-
],
|
|
40
|
-
triggers: [],
|
|
41
|
-
});
|
|
42
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
"use strict";var Zs=Object.create;var Ke=Object.defineProperty;var Vs=Object.getOwnPropertyDescriptor;var Hs=Object.getOwnPropertyNames;var Ws=Object.getPrototypeOf,qs=Object.prototype.hasOwnProperty;var o=(e,t)=>Ke(e,"name",{value:t,configurable:!0});var T=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),mn=(e,t)=>{for(var r in t)Ke(e,r,{get:t[r],enumerable:!0})},fn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Hs(t))!qs.call(e,i)&&i!==r&&Ke(e,i,{get:()=>t[i],enumerable:!(n=Vs(t,i))||n.enumerable});return e};var we=(e,t,r)=>(r=e!=null?Zs(Ws(e)):{},fn(t||!e||!e.__esModule?Ke(r,"default",{value:e,enumerable:!0}):r,e)),Gs=e=>fn(Ke({},"__esModule",{value:!0}),e);var wo=T((ko,Mt)=>{(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,}",p="(?:[0-9a-f]+::?)+",d={zoneIndex:new RegExp(u,"i"),native:new RegExp(`^(::)?(${p})?([0-9a-f]+)?(::)?(${u})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${u})?)$`,"i"),transitional:new RegExp(`^((?:${p})|(?:::)(?:${p})?)${t}\\.${t}\\.${t}\\.${t}(${u})?$`,"i")};function y(s,l){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let f=0,m=-1,v=(s.match(d.zoneIndex)||[])[0],P,j;for(v&&(v=v.substring(1),s=s.replace(/%.+$/,""));(m=s.indexOf(":",m+1))>=0;)f++;if(s.substr(0,2)==="::"&&f--,s.substr(-2,2)==="::"&&f--,f>l)return null;for(j=l-f,P=":";j--;)P+="0:";return s=s.replace("::",P),s[0]===":"&&(s=s.slice(1)),s[s.length-1]===":"&&(s=s.slice(0,-1)),l=function(){let ee=s.split(":"),ae=[];for(let Ge=0;Ge<ee.length;Ge++)ae.push(parseInt(ee[Ge],16));return ae}(),{parts:l,zoneId:v}}o(y,"expandIPv6");function h(s,l,f,m){if(s.length!==l.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let v=0,P;for(;m>0;){if(P=f-m,P<0&&(P=0),s[v]>>P!==l[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 E(s,l){for(;s.length<l;)s=`0${s}`;return s}o(E,"padPart");let x={};x.IPv4=function(){function s(l){if(l.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let f,m;for(f=0;f<l.length;f++)if(m=l[f],!(0<=m&&m<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=l}return o(s,"IPv4"),s.prototype.SpecialRanges={unspecified:[[new s([0,0,0,0]),8]],broadcast:[[new s([255,255,255,255]),32]],multicast:[[new s([224,0,0,0]),4]],linkLocal:[[new s([169,254,0,0]),16]],loopback:[[new s([127,0,0,0]),8]],carrierGradeNat:[[new s([100,64,0,0]),10]],private:[[new s([10,0,0,0]),8],[new s([172,16,0,0]),12],[new s([192,168,0,0]),16]],reserved:[[new s([192,0,0,0]),24],[new s([192,0,2,0]),24],[new s([192,88,99,0]),24],[new s([198,18,0,0]),15],[new s([198,51,100,0]),24],[new s([203,0,113,0]),24],[new s([240,0,0,0]),4]],as112:[[new s([192,175,48,0]),24],[new s([192,31,196,0]),24]],amt:[[new s([192,52,193,0]),24]]},s.prototype.kind=function(){return"ipv4"},s.prototype.match=function(l,f){let m;if(f===void 0&&(m=l,l=m[0],f=m[1]),l.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return h(this.octets,l.octets,8,f)},s.prototype.prefixLengthFromSubnetMask=function(){let l=0,f=!1,m={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},v,P,j;for(v=3;v>=0;v-=1)if(P=this.octets[v],P in m){if(j=m[P],f&&j!==0)return null;j!==8&&(f=!0),l+=j}else return null;return 32-l},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){return this.octets.slice(0)},s.prototype.toIPv4MappedAddress=function(){return x.IPv6.parse(`::ffff:${this.toString()}`)},s.prototype.toNormalizedString=function(){return this.toString()},s.prototype.toString=function(){return this.octets.join(".")},s}(),x.IPv4.broadcastAddressFromCIDR=function(s){try{let l=this.parseCIDR(s),f=l[0].toByteArray(),m=this.subnetMaskFromPrefixLength(l[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 l=s.match(/^(.+)\/(\d+)$/);return!x.IPv4.isValidCIDR(s)||!l?!1:x.IPv4.isValidFourPartDecimal(l[1])},x.IPv4.networkAddressFromCIDR=function(s){let l,f,m,v,P;try{for(l=this.parseCIDR(s),m=l[0].toByteArray(),P=this.subnetMaskFromPrefixLength(l[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 l=this.parser(s);if(l===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(l)},x.IPv4.parseCIDR=function(s){let l;if(l=s.match(/^(.+)\/(\d+)$/)){let f=parseInt(l[2]);if(f>=0&&f<=32){let m=[this.parse(l[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 l,f,m;if(l=s.match(r.fourOctet))return function(){let v=l.slice(1,6),P=[];for(let j=0;j<v.length;j++)f=v[j],P.push(_(f));return P}();if(l=s.match(r.longValue)){if(m=_(l[1]),m>4294967295||m<0)throw new Error("ipaddr: address outside defined range");return function(){let v=[],P;for(P=0;P<=24;P+=8)v.push(m>>P&255);return v}().reverse()}else return(l=s.match(r.twoOctet))?function(){let v=l.slice(1,4),P=[];if(m=_(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(m>>16&255),P.push(m>>8&255),P.push(m&255),P}():(l=s.match(r.threeOctet))?function(){let v=l.slice(1,5),P=[];if(m=_(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(_(v[1])),P.push(m>>8&255),P.push(m&255),P}():null},x.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let l=[0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)l[f]=255,f++;return m<4&&(l[m]=Math.pow(2,s%8)-1<<8-s%8),new this(l)},x.IPv6=function(){function s(l,f){let m,v;if(l.length===16)for(this.parts=[],m=0;m<=14;m+=2)this.parts.push(l[m]<<8|l[m+1]);else if(l.length===8)this.parts=l;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(m=0;m<this.parts.length;m++)if(v=this.parts[m],!(0<=v&&v<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");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(l,f){let m;if(f===void 0&&(m=l,l=m[0],f=m[1]),l.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return h(this.parts,l.parts,16,f)},s.prototype.prefixLengthFromSubnetMask=function(){let l=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 j=7;j>=0;j-=1)if(v=this.parts[j],v in m){if(P=m[v],f&&P!==0)return null;P!==16&&(f=!0),l+=P}else return null;return 128-l},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let l,f=[],m=this.parts;for(let v=0;v<m.length;v++)l=m[v],f.push(l>>8),f.push(l&255);return f},s.prototype.toFixedLengthString=function(){let l=function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(E(this.parts[v].toString(16),4));return m}.call(this).join(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),l+f},s.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let l=this.parts.slice(-2),f=l[0],m=l[1];return new x.IPv4([f>>8,f&255,m>>8,m&255])},s.prototype.toNormalizedString=function(){let l=function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(this.parts[v].toString(16));return m}.call(this).join(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),l+f},s.prototype.toRFC5952String=function(){let l=/((^|:)(0(:|$)){2,})/g,f=this.toNormalizedString(),m=0,v=-1,P;for(;P=l.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 l=this.parseCIDR(s),f=l[0].toByteArray(),m=this.subnetMaskFromPrefixLength(l[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(l){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${l})`)}},x.IPv6.isIPv6=function(s){return this.parser(s)!==null},x.IPv6.isValid=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{let l=this.parser(s);return new this(l.parts,l.zoneId),!0}catch{return!1}},x.IPv6.isValidCIDR=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv6.networkAddressFromCIDR=function(s){let l,f,m,v,P;try{for(l=this.parseCIDR(s),m=l[0].toByteArray(),P=this.subnetMaskFromPrefixLength(l[1]).toByteArray(),v=[],f=0;f<16;)v.push(parseInt(m[f],10)&parseInt(P[f],10)),f++;return new this(v)}catch(j){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${j})`)}},x.IPv6.parse=function(s){let l=this.parser(s);if(l.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(l.parts,l.zoneId)},x.IPv6.parseCIDR=function(s){let l,f,m;if((f=s.match(/^(.+)\/(\d+)$/))&&(l=parseInt(f[2]),l>=0&&l<=128))return m=[this.parse(f[1]),l],Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},x.IPv6.parser=function(s){let l,f,m,v,P,j;if(m=s.match(d.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(d.native.test(s))return y(s,8);if((m=s.match(d.transitional))&&(j=m[6]||"",l=m[1],m[1].endsWith("::")||(l=l.slice(0,-1)),l=y(l+j,6),l.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 l.parts.push(P[0]<<8|P[1]),l.parts.push(P[2]<<8|P[3]),{parts:l.parts,zoneId:l.zoneId}}return null},x.IPv6.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>128)throw new Error("ipaddr: invalid IPv6 prefix length");let l=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)l[f]=255,f++;return m<16&&(l[m]=Math.pow(2,s%8)-1<<8-s%8),new this(l)},x.fromByteArray=function(s){let l=s.length;if(l===4)return new x.IPv4(s);if(l===16)return new x.IPv6(s);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},x.isValid=function(s){return x.IPv6.isValid(s)||x.IPv4.isValid(s)},x.isValidCIDR=function(s){return x.IPv6.isValidCIDR(s)||x.IPv4.isValidCIDR(s)},x.parse=function(s){if(x.IPv6.isValid(s))return x.IPv6.parse(s);if(x.IPv4.isValid(s))return x.IPv4.parse(s);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},x.parseCIDR=function(s){try{return x.IPv6.parseCIDR(s)}catch{try{return x.IPv4.parseCIDR(s)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},x.process=function(s){let l=this.parse(s);return l.kind()==="ipv6"&&l.isIPv4MappedAddress()?l.toIPv4Address():l},x.subnetMatch=function(s,l,f){let m,v,P,j;f==null&&(f="unicast");for(v in l)if(Object.prototype.hasOwnProperty.call(l,v)){for(P=l[v],P[0]&&!(P[0]instanceof Array)&&(P=[P]),m=0;m<P.length;m++)if(j=P[m],s.kind()===j[0].kind()&&s.match.apply(s,j))return v}return f},typeof Mt<"u"&&Mt.exports?Mt.exports=x:e.ipaddr=x})(ko)});var Ai=T((tA,Si)=>{var Ei=require("stream").Stream,Ip=require("util");Si.exports=ue;function ue(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(ue,"DelayedStream");Ip.inherits(ue,Ei);ue.create=function(e,t){var r=new this;t=t||{};for(var n in t)r[n]=t[n];r.source=e;var i=e.emit;return e.emit=function(){return r._handleEmit(arguments),i.apply(e,arguments)},e.on("error",function(){}),r.pauseStream&&e.pause(),r};Object.defineProperty(ue.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});ue.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ue.prototype.resume=function(){this._released||this.release(),this.source.resume()};ue.prototype.pause=function(){this.source.pause()};ue.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ue.prototype.pipe=function(){var e=Ei.prototype.pipe.apply(this,arguments);return this.resume(),e};ue.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};ue.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var wi=T((nA,ki)=>{var Tp=require("util"),Oi=require("stream").Stream,zi=Ai();ki.exports=q;function q(){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(q,"CombinedStream");Tp.inherits(q,Oi);q.create=function(e){var t=new this;e=e||{};for(var r in e)t[r]=e[r];return t};q.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};q.prototype.append=function(e){var t=q.isStreamLike(e);if(t){if(!(e instanceof zi)){var r=zi.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};q.prototype.pipe=function(e,t){return Oi.prototype.pipe.call(this,e,t),this.resume(),e};q.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}};q.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=q.isStreamLike(r);n&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))};q.prototype._pipeNext=function(e){this._currentStream=e;var t=q.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()};q.prototype._handleErrors=function(e){var t=this;e.on("error",function(r){t._emitError(r)})};q.prototype.write=function(e){this.emit("data",e)};q.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};q.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")};q.prototype.end=function(){this._reset(),this.emit("end")};q.prototype.destroy=function(){this._reset(),this.emit("close")};q.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};q.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};q.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)};q.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Ni=T((iA,Ri)=>{"use strict";Ri.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 Ui=T(Y=>{"use strict";var Wt=Ni(),$p=require("path").extname,Di=/^\s*([^;\s]*)(?:;|\s|$)/,Ep=/^text\//i;Y.charset=Ci;Y.charsets={lookup:Ci};Y.contentType=Sp;Y.extension=Ap;Y.extensions=Object.create(null);Y.lookup=zp;Y.types=Object.create(null);Op(Y.extensions,Y.types);function Ci(e){if(!e||typeof e!="string")return!1;var t=Di.exec(e),r=t&&Wt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&Ep.test(t[1])?"UTF-8":!1}o(Ci,"charset");function Sp(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?Y.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var r=Y.charset(t);r&&(t+="; charset="+r.toLowerCase())}return t}o(Sp,"contentType");function Ap(e){if(!e||typeof e!="string")return!1;var t=Di.exec(e),r=t&&Y.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Ap,"extension");function zp(e){if(!e||typeof e!="string")return!1;var t=$p("x."+e).toLowerCase().substr(1);return t&&Y.types[t]||!1}o(zp,"lookup");function Op(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(Wt).forEach(o(function(i){var u=Wt[i],p=u.extensions;if(!(!p||!p.length)){e[i]=p;for(var d=0;d<p.length;d++){var y=p[d];if(t[y]){var h=r.indexOf(Wt[t[y]].source),_=r.indexOf(u.source);if(t[y]!=="application/octet-stream"&&(h>_||h===_&&t[y].substr(0,12)==="application/"))continue}t[y]=i}}},"forEachMimeType"))}o(Op,"populateMaps")});var ji=T((uA,Mi)=>{Mi.exports=kp;function kp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(kp,"defer")});var Br=T((pA,Fi)=>{var Li=ji();Fi.exports=wp;function wp(e){var t=!1;return Li(function(){t=!0}),o(function(n,i){t?e(n,i):Li(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(wp,"async")});var Zr=T((dA,Bi)=>{Bi.exports=Rp;function Rp(e){Object.keys(e.jobs).forEach(Np.bind(e)),e.jobs={}}o(Rp,"abort");function Np(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(Np,"clean")});var Vr=T((fA,Vi)=>{var Zi=Br(),Dp=Zr();Vi.exports=Cp;function Cp(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=Up(t,i,e[i],function(u,p){i in r.jobs&&(delete r.jobs[i],u?Dp(r):r.results[i]=p,n(u,r.results))})}o(Cp,"iterate");function Up(e,t,r,n){var i;return e.length==2?i=e(r,Zi(n)):i=e(r,t,Zi(n)),i}o(Up,"runJob")});var Hr=T((yA,Hi)=>{Hi.exports=Mp;function Mp(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(Mp,"state")});var Wr=T((vA,Wi)=>{var jp=Zr(),Lp=Br();Wi.exports=Fp;function Fp(e){Object.keys(this.jobs).length&&(this.index=this.size,jp(this),Lp(e)(null,this.results))}o(Fp,"terminator")});var Gi=T((_A,qi)=>{var Bp=Vr(),Zp=Hr(),Vp=Wr();qi.exports=Hp;function Hp(e,t,r){for(var n=Zp(e);n.index<(n.keyedList||e).length;)Bp(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 Vp.bind(n,r)}o(Hp,"parallel")});var qr=T((bA,qt)=>{var Ki=Vr(),Wp=Hr(),qp=Wr();qt.exports=Gp;qt.exports.ascending=Ji;qt.exports.descending=Kp;function Gp(e,t,r,n){var i=Wp(e,r);return Ki(e,t,i,o(function u(p,d){if(p){n(p,d);return}if(i.index++,i.index<(i.keyedList||e).length){Ki(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),qp.bind(i,n)}o(Gp,"serialOrdered");function Ji(e,t){return e<t?-1:e>t?1:0}o(Ji,"ascending");function Kp(e,t){return-1*Ji(e,t)}o(Kp,"descending")});var Yi=T((TA,Xi)=>{var Jp=qr();Xi.exports=Xp;function Xp(e,t,r){return Jp(e,t,null,r)}o(Xp,"serial")});var ea=T((EA,Qi)=>{Qi.exports={parallel:Gi(),serial:Yi(),serialOrdered:qr()}});var Gr=T((SA,ta)=>{"use strict";ta.exports=Object});var na=T((AA,ra)=>{"use strict";ra.exports=Error});var ia=T((zA,oa)=>{"use strict";oa.exports=EvalError});var sa=T((OA,aa)=>{"use strict";aa.exports=RangeError});var ca=T((kA,ua)=>{"use strict";ua.exports=ReferenceError});var la=T((wA,pa)=>{"use strict";pa.exports=SyntaxError});var Gt=T((RA,da)=>{"use strict";da.exports=TypeError});var fa=T((NA,ma)=>{"use strict";ma.exports=URIError});var ya=T((DA,ga)=>{"use strict";ga.exports=Math.abs});var va=T((CA,ha)=>{"use strict";ha.exports=Math.floor});var _a=T((UA,xa)=>{"use strict";xa.exports=Math.max});var ba=T((MA,Pa)=>{"use strict";Pa.exports=Math.min});var Ta=T((jA,Ia)=>{"use strict";Ia.exports=Math.pow});var Ea=T((LA,$a)=>{"use strict";$a.exports=Math.round});var Aa=T((FA,Sa)=>{"use strict";Sa.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Oa=T((ZA,za)=>{"use strict";var Yp=Aa();za.exports=o(function(t){return Yp(t)||t===0?t:t<0?-1:1},"sign")});var wa=T((HA,ka)=>{"use strict";ka.exports=Object.getOwnPropertyDescriptor});var Kr=T((WA,Ra)=>{"use strict";var Kt=wa();if(Kt)try{Kt([],"length")}catch{Kt=null}Ra.exports=Kt});var Da=T((qA,Na)=>{"use strict";var Jt=Object.defineProperty||!1;if(Jt)try{Jt({},"a",{value:1})}catch{Jt=!1}Na.exports=Jt});var Jr=T((GA,Ca)=>{"use strict";Ca.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 p=Object.getOwnPropertySymbols(t);if(p.length!==1||p[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var d=Object.getOwnPropertyDescriptor(t,r);if(d.value!==i||d.enumerable!==!0)return!1}return!0},"hasSymbols")});var ja=T((JA,Ma)=>{"use strict";var Ua=typeof Symbol<"u"&&Symbol,Qp=Jr();Ma.exports=o(function(){return typeof Ua!="function"||typeof Symbol!="function"||typeof Ua("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Qp()},"hasNativeSymbols")});var Xr=T((YA,La)=>{"use strict";La.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Yr=T((QA,Fa)=>{"use strict";var el=Gr();Fa.exports=el.getPrototypeOf||null});var Va=T((ez,Za)=>{"use strict";var tl="Function.prototype.bind called on incompatible ",rl=Object.prototype.toString,nl=Math.max,ol="[object Function]",Ba=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"),il=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"),al=o(function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r},"joiny");Za.exports=o(function(t){var r=this;if(typeof r!="function"||rl.apply(r)!==ol)throw new TypeError(tl+r);for(var n=il(arguments,1),i,u=o(function(){if(this instanceof i){var _=r.apply(this,Ba(n,arguments));return Object(_)===_?_:this}return r.apply(t,Ba(n,arguments))},"binder"),p=nl(0,r.length-n.length),d=[],y=0;y<p;y++)d[y]="$"+y;if(i=Function("binder","return function ("+al(d,",")+"){ 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 Be=T((rz,Ha)=>{"use strict";var sl=Va();Ha.exports=Function.prototype.bind||sl});var Xt=T((nz,Wa)=>{"use strict";Wa.exports=Function.prototype.call});var Qr=T((oz,qa)=>{"use strict";qa.exports=Function.prototype.apply});var Ka=T((iz,Ga)=>{"use strict";Ga.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var Xa=T((az,Ja)=>{"use strict";var ul=Be(),cl=Qr(),pl=Xt(),ll=Ka();Ja.exports=ll||ul.call(pl,cl)});var Qa=T((sz,Ya)=>{"use strict";var dl=Be(),ml=Gt(),fl=Xt(),gl=Xa();Ya.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new ml("a function is required");return gl(dl,fl,t)},"callBindBasic")});var is=T((cz,os)=>{"use strict";var yl=Qa(),es=Kr(),rs;try{rs=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var en=!!rs&&es&&es(Object.prototype,"__proto__"),ns=Object,ts=ns.getPrototypeOf;os.exports=en&&typeof en.get=="function"?yl([en.get]):typeof ts=="function"?o(function(t){return ts(t==null?t:ns(t))},"getDunder"):!1});var ps=T((lz,cs)=>{"use strict";var as=Xr(),ss=Yr(),us=is();cs.exports=as?o(function(t){return as(t)},"getProto"):ss?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return ss(t)},"getProto"):us?o(function(t){return us(t)},"getProto"):null});var tn=T((mz,ls)=>{"use strict";var hl=Function.prototype.call,vl=Object.prototype.hasOwnProperty,xl=Be();ls.exports=xl.call(hl,vl)});var vs=T((fz,hs)=>{"use strict";var M,_l=Gr(),Pl=na(),bl=ia(),Il=sa(),Tl=ca(),We=la(),He=Gt(),$l=fa(),El=ya(),Sl=va(),Al=_a(),zl=ba(),Ol=Ta(),kl=Ea(),wl=Oa(),gs=Function,rn=o(function(e){try{return gs('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),yt=Kr(),Rl=Da(),nn=o(function(){throw new He},"throwTypeError"),Nl=yt?function(){try{return arguments.callee,nn}catch{try{return yt(arguments,"callee").get}catch{return nn}}}():nn,Ze=ja()(),J=ps(),Dl=Yr(),Cl=Xr(),ys=Qr(),ht=Xt(),Ve={},Ul=typeof Uint8Array>"u"||!J?M:J(Uint8Array),ke={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?M:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?M:ArrayBuffer,"%ArrayIteratorPrototype%":Ze&&J?J([][Symbol.iterator]()):M,"%AsyncFromSyncIteratorPrototype%":M,"%AsyncFunction%":Ve,"%AsyncGenerator%":Ve,"%AsyncGeneratorFunction%":Ve,"%AsyncIteratorPrototype%":Ve,"%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%":Pl,"%eval%":eval,"%EvalError%":bl,"%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%":gs,"%GeneratorFunction%":Ve,"%Int8Array%":typeof Int8Array>"u"?M:Int8Array,"%Int16Array%":typeof Int16Array>"u"?M:Int16Array,"%Int32Array%":typeof Int32Array>"u"?M:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ze&&J?J(J([][Symbol.iterator]())):M,"%JSON%":typeof JSON=="object"?JSON:M,"%Map%":typeof Map>"u"?M:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ze||!J?M:J(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":_l,"%Object.getOwnPropertyDescriptor%":yt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":Il,"%ReferenceError%":Tl,"%Reflect%":typeof Reflect>"u"?M:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?M:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ze||!J?M:J(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?M:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ze&&J?J(""[Symbol.iterator]()):M,"%Symbol%":Ze?Symbol:M,"%SyntaxError%":We,"%ThrowTypeError%":Nl,"%TypedArray%":Ul,"%TypeError%":He,"%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%":$l,"%WeakMap%":typeof WeakMap>"u"?M:WeakMap,"%WeakRef%":typeof WeakRef>"u"?M:WeakRef,"%WeakSet%":typeof WeakSet>"u"?M:WeakSet,"%Function.prototype.call%":ht,"%Function.prototype.apply%":ys,"%Object.defineProperty%":Rl,"%Object.getPrototypeOf%":Dl,"%Math.abs%":El,"%Math.floor%":Sl,"%Math.max%":Al,"%Math.min%":zl,"%Math.pow%":Ol,"%Math.round%":kl,"%Math.sign%":wl,"%Reflect.getPrototypeOf%":Cl};if(J)try{null.error}catch(e){ds=J(J(e)),ke["%Error.prototype%"]=ds}var ds,Ml=o(function e(t){var r;if(t==="%AsyncFunction%")r=rn("async function () {}");else if(t==="%GeneratorFunction%")r=rn("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=rn("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var i=e("%AsyncGenerator%");i&&J&&(r=J(i.prototype))}return ke[t]=r,r},"doEval"),ms={__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"]},vt=Be(),Yt=tn(),jl=vt.call(ht,Array.prototype.concat),Ll=vt.call(ys,Array.prototype.splice),fs=vt.call(ht,String.prototype.replace),Qt=vt.call(ht,String.prototype.slice),Fl=vt.call(ht,RegExp.prototype.exec),Bl=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Zl=/\\(\\)?/g,Vl=o(function(t){var r=Qt(t,0,1),n=Qt(t,-1);if(r==="%"&&n!=="%")throw new We("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new We("invalid intrinsic syntax, expected opening `%`");var i=[];return fs(t,Bl,function(u,p,d,y){i[i.length]=d?fs(y,Zl,"$1"):p||u}),i},"stringToPath"),Hl=o(function(t,r){var n=t,i;if(Yt(ms,n)&&(i=ms[n],n="%"+i[0]+"%"),Yt(ke,n)){var u=ke[n];if(u===Ve&&(u=Ml(n)),typeof u>"u"&&!r)throw new He("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:u}}throw new We("intrinsic "+t+" does not exist!")},"getBaseIntrinsic");hs.exports=o(function(t,r){if(typeof t!="string"||t.length===0)throw new He("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new He('"allowMissing" argument must be a boolean');if(Fl(/^%?[^%]*%?$/,t)===null)throw new We("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Vl(t),i=n.length>0?n[0]:"",u=Hl("%"+i+"%",r),p=u.name,d=u.value,y=!1,h=u.alias;h&&(i=h[0],Ll(n,jl([0,1],h)));for(var _=1,E=!0;_<n.length;_+=1){var x=n[_],s=Qt(x,0,1),l=Qt(x,-1);if((s==='"'||s==="'"||s==="`"||l==='"'||l==="'"||l==="`")&&s!==l)throw new We("property names with quotes must have matching quotes");if((x==="constructor"||!E)&&(y=!0),i+="."+x,p="%"+i+"%",Yt(ke,p))d=ke[p];else if(d!=null){if(!(x in d)){if(!r)throw new He("base intrinsic for "+t+" exists, but the property is not available.");return}if(yt&&_+1>=n.length){var f=yt(d,x);E=!!f,E&&"get"in f&&!("originalValue"in f.get)?d=f.get:d=d[x]}else E=Yt(d,x),d=d[x];E&&!y&&(ke[p]=d)}}return d},"GetIntrinsic")});var _s=T((yz,xs)=>{"use strict";var Wl=Jr();xs.exports=o(function(){return Wl()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Is=T((vz,bs)=>{"use strict";var ql=vs(),Ps=ql("%Object.defineProperty%",!0),Gl=_s()(),Kl=tn(),Jl=Gt(),er=Gl?Symbol.toStringTag:null;bs.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 Jl("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");er&&(n||!Kl(t,er))&&(Ps?Ps(t,er,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[er]=r)},"setToStringTag")});var $s=T((_z,Ts)=>{"use strict";var Xl=Function.prototype.call,Yl=Object.prototype.hasOwnProperty,Ql=Be();Ts.exports=Ql.call(Xl,Yl)});var Ss=T((Pz,Es)=>{"use strict";Es.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var Os=T((bz,zs)=>{"use strict";var un=wi(),ed=require("util"),on=require("path"),td=require("http"),rd=require("https"),nd=require("url").parse,od=require("fs"),id=require("stream").Stream,ad=require("crypto"),an=Ui(),sd=ea(),ud=Is(),$e=$s(),sn=Ss();function As(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o(As,"escapeHeaderParam");function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],un.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(L,"FormData");ed.inherits(L,un);L.LINE_BREAK=`\r
|
|
2
|
+
`;L.DEFAULT_CONTENT_TYPE="application/octet-stream";L.prototype.append=function(e,t,r){r=r||{},typeof r=="string"&&(r={filename:r});var n=un.prototype.append.bind(this);if((typeof t=="number"||t==null)&&(t=String(t)),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var i=this._multiPartHeader(e,t,r),u=this._multiPartFooter();n(i),n(t),n(u),this._trackLength(i,t,r)};L.prototype._trackLength=function(e,t,r){var n=0;r.knownLength!=null?n+=Number(r.knownLength):Buffer.isBuffer(t)?n=t.length:typeof t=="string"&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+L.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&$e(t,"httpVersion"))&&!(t instanceof id))&&(r.knownLength||this._valuesToMeasure.push(t))};L.prototype._lengthRetriever=function(e,t){$e(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):od.stat(e.path,function(r,n){if(r){t(r);return}var i=n.size-(e.start?e.start:0);t(null,i)}):$e(e,"httpVersion")?t(null,Number(e.headers["content-length"])):$e(e,"httpModule")?(e.on("response",function(r){e.pause(),t(null,Number(r.headers["content-length"]))}),e.resume()):t("Unknown stream")};L.prototype._multiPartHeader=function(e,t,r){if(typeof r.header=="string")return r.header;var n=this._getContentDisposition(t,r),i=this._getContentType(t,r),u="",p={"Content-Disposition":["form-data",'name="'+As(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&sn(p,r.header);var d;for(var y in p)if($e(p,y)){if(d=p[y],d==null)continue;Array.isArray(d)||(d=[d]),d.length&&(u+=y+": "+d.join("; ")+L.LINE_BREAK)}return"--"+this.getBoundary()+L.LINE_BREAK+u+L.LINE_BREAK};L.prototype._getContentDisposition=function(e,t){var r;if(typeof t.filepath=="string"?r=on.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=on.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&$e(e,"httpVersion")&&(r=on.basename(e.client._httpMessage.path||"")),r)return'filename="'+As(r)+'"'};L.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=an.lookup(e.name)),!r&&e&&e.path&&(r=an.lookup(e.path)),!r&&e&&e.readable&&$e(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=an.lookup(t.filepath||t.filename)),!r&&e&&typeof e=="object"&&(r=L.DEFAULT_CONTENT_TYPE),r};L.prototype._multiPartFooter=function(){return function(e){var t=L.LINE_BREAK,r=this._streams.length===0;r&&(t+=this._lastBoundary()),e(t)}.bind(this)};L.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+L.LINE_BREAK};L.prototype.getHeaders=function(e){var t,r={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)$e(e,t)&&(r[t.toLowerCase()]=e[t]);return r};L.prototype.setBoundary=function(e){if(typeof e!="string")throw new TypeError("FormData boundary must be a string");this._boundary=e};L.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};L.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),r=0,n=this._streams.length;r<n;r++)typeof this._streams[r]!="function"&&(Buffer.isBuffer(this._streams[r])?e=Buffer.concat([e,this._streams[r]]):e=Buffer.concat([e,Buffer.from(this._streams[r])]),(typeof this._streams[r]!="string"||this._streams[r].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(L.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};L.prototype._generateBoundary=function(){this._boundary="--------------------------"+ad.randomBytes(12).toString("hex")};L.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};L.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};L.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}sd.parallel(this._valuesToMeasure,this._lengthRetriever,function(r,n){if(r){e(r);return}n.forEach(function(i){t+=i}),e(null,t)})};L.prototype.submit=function(e,t){var r,n,i={method:"post"};return typeof e=="string"?(e=nd(e),n=sn({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=sn(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=rd.request(n):r=td.request(n),this.getLength(function(u,p){if(u&&u!=="Unknown stream"){this._error(u);return}if(p&&r.setHeader("Content-Length",p),this.pipe(r),t){var d,y=o(function(h,_){return r.removeListener("error",y),r.removeListener("response",d),t.call(this,h,_)},"callback");d=y.bind(this,null),r.on("error",y),r.on("response",d)}}.bind(this)),r};L.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};L.prototype.toString=function(){return"[object FormData]"};ud(L.prototype,"FormData");zs.exports=L});var $d={};mn($d,{kustomer:()=>Td});module.exports=Gs($d);var Ks=Object.freeze({status:"aborted"});function b(e,t,r){function n(d,y){if(d._zod||Object.defineProperty(d,"_zod",{value:{def:y,constr:p,traits:new Set},enumerable:!1}),d._zod.traits.has(e))return;d._zod.traits.add(e),t(d,y);let h=p.prototype,_=Object.keys(h);for(let E=0;E<_.length;E++){let x=_[E];x in d||(d[x]=h[x].bind(d))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function p(d){var y;let h=r?.Parent?new u:this;n(h,d),(y=h._zod).deferred??(y.deferred=[]);for(let _ of h._zod.deferred)_();return h}return o(p,"_"),Object.defineProperty(p,"init",{value:n}),Object.defineProperty(p,Symbol.hasInstance,{value:o(d=>r?.Parent&&d instanceof r.Parent?!0:d?._zod?.traits?.has(e),"value")}),Object.defineProperty(p,"name",{value:e}),p}o(b,"$constructor");var Js=Symbol("zod_brand"),ce=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},_t=class extends Error{static{o(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},rr={};function de(e){return e&&Object.assign(rr,e),rr}o(de,"config");function or(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(or,"getEnumValues");function yn(e,t){return typeof t=="bigint"?t.toString():t}o(yn,"jsonStringifyReplacer");function bt(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}o(bt,"cached");function hn(e){return e==null}o(hn,"nullish");function It(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}o(It,"cleanRegex");var gn=Symbol("evaluating");function G(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==gn)return n===void 0&&(n=gn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(G,"defineLazy");var ir="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Je(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Je,"isObject");var Xs=bt(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function vn(e){if(Je(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Je(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}o(vn,"isPlainObject");var xn=new Set(["string","number","symbol"]);function Re(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(Re,"escapeRegex");function Tt(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o(Tt,"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 Ys={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 Ne(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(Ne,"aborted");function xe(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}o(xe,"prefixIssues");function Pt(e){return typeof e=="string"?e:e?.message}o(Pt,"unwrapMessage");function _e(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=Pt(e.inst?._zod.def?.error?.(e))??Pt(t?.error?.(e))??Pt(r.customError?.(e))??Pt(r.localeError?.(e))??"Invalid input";n.message=i}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}o(_e,"finalizeIssue");function Pn(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(Pn,"getLengthableOrigin");function ar(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(ar,"issue");var bn=o((e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,yn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),In=b("$ZodError",bn),Xe=b("$ZodError",bn,{Parent:Error});var eu=o(e=>(t,r,n,i)=>{let u=n?Object.assign(n,{async:!1}):{async:!1},p=t._zod.run({value:r,issues:[]},u);if(p instanceof Promise)throw new ce;if(p.issues.length){let d=new(i?.Err??e)(p.issues.map(y=>_e(y,u,de())));throw ir(d,i?.callee),d}return p.value},"_parse"),$t=eu(Xe),tu=o(e=>async(t,r,n,i)=>{let u=n?Object.assign(n,{async:!0}):{async:!0},p=t._zod.run({value:r,issues:[]},u);if(p instanceof Promise&&(p=await p),p.issues.length){let d=new(i?.Err??e)(p.issues.map(y=>_e(y,u,de())));throw ir(d,i?.callee),d}return p.value},"_parseAsync"),Et=tu(Xe),ru=o(e=>(t,r,n)=>{let i=n?{...n,async:!1}:{async:!1},u=t._zod.run({value:r,issues:[]},i);if(u instanceof Promise)throw new ce;return u.issues.length?{success:!1,error:new(e??In)(u.issues.map(p=>_e(p,i,de())))}:{success:!0,data:u.value}},"_safeParse"),Ye=ru(Xe),nu=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(p=>_e(p,i,de())))}:{success:!0,data:u.value}},"_safeParseAsync"),Qe=nu(Xe);var ou="(?:(?:\\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])))",iu=new RegExp(`^${ou}$`);var Tn=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),$n=/^-?\d+n?$/;var sr=/^-?\d+(?:\.\d+)?$/,En=/^(?:true|false)$/i;var De=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])});var Sn=b("$ZodCheckMinLength",(e,t)=>{var r;De.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!hn(i)&&i.length!==void 0}),e._zod.onattach.push(n=>{let i=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>i&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let i=n.value;if(i.length>=t.minimum)return;let p=Pn(i);n.issues.push({origin:p,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var ur=b("$ZodCheckStringFormat",(e,t)=>{var r,n;De.init(e,t),e._zod.onattach.push(i=>{let u=i._zod.bag;u.format=t.format,t.pattern&&(u.patterns??(u.patterns=new Set),u.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=i=>{t.pattern.lastIndex=0,!t.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:t.format,input:i.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),An=b("$ZodCheckRegex",(e,t)=>{ur.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 On={major:4,minor:3,patch:6};var H=b("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=On;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((p,d,y)=>{let h=Ne(p),_;for(let E of d){if(E._zod.def.when){if(!E._zod.def.when(p))continue}else if(h)continue;let x=p.issues.length,s=E._zod.check(p);if(s instanceof Promise&&y?.async===!1)throw new ce;if(_||s instanceof Promise)_=(_??Promise.resolve()).then(async()=>{await s,p.issues.length!==x&&(h||(h=Ne(p,x)))});else{if(p.issues.length===x)continue;h||(h=Ne(p,x))}}return _?_.then(()=>p):p},"runChecks"),u=o((p,d,y)=>{if(Ne(p))return p.aborted=!0,p;let h=i(d,n,y);if(h instanceof Promise){if(y.async===!1)throw new ce;return h.then(_=>e._zod.parse(_,y))}return e._zod.parse(h,y)},"handleCanaryResult");e._zod.run=(p,d)=>{if(d.skipChecks)return e._zod.parse(p,d);if(d.direction==="backward"){let h=e._zod.parse({value:p.value,issues:[]},{...d,skipChecks:!0});return h instanceof Promise?h.then(_=>u(_,p,d)):u(h,p,d)}let y=e._zod.parse(p,d);if(y instanceof Promise){if(d.async===!1)throw new ce;return y.then(h=>i(h,n,d))}return i(y,n,d)}}G(e,"~standard",()=>({validate:o(i=>{try{let u=Ye(e,i);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return Qe(e,i).then(p=>p.success?{value:p.data}:{issues:p.error?.issues})}},"validate"),vendor:"zod",version:1}))}),zt=b("$ZodString",(e,t)=>{H.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Tn(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),cr=b("$ZodStringFormat",(e,t)=>{ur.init(e,t),zt.init(e,t)});var Dn=b("$ZodURL",(e,t)=>{cr.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}});var Cn=b("$ZodNumber",(e,t)=>{H.init(e,t),e._zod.pattern=e._zod.bag.pattern??sr,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let i=r.value;if(typeof i=="number"&&!Number.isNaN(i)&&Number.isFinite(i))return r;let u=typeof i=="number"?Number.isNaN(i)?"NaN":Number.isFinite(i)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:i,inst:e,...u?{received:u}:{}}),r}});var pr=b("$ZodBoolean",(e,t)=>{H.init(e,t),e._zod.pattern=En,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}let i=r.value;return typeof i=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r}}),Un=b("$ZodBigInt",(e,t)=>{H.init(e,t),e._zod.pattern=$n,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}});var Mn=b("$ZodAny",(e,t)=>{H.init(e,t),e._zod.parse=r=>r}),jn=b("$ZodUnknown",(e,t)=>{H.init(e,t),e._zod.parse=r=>r});var Ln=b("$ZodVoid",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;return typeof i>"u"||r.issues.push({expected:"void",code:"invalid_type",input:i,inst:e}),r}}),Fn=b("$ZodDate",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let i=r.value,u=i instanceof Date;return u&&!Number.isNaN(i.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:i,...u?{received:"Invalid Date"}:{},inst:e}),r}});function kn(e,t,r){e.issues.length&&t.issues.push(...xe(r,e.issues)),t.value[r]=e.value}o(kn,"handleArrayResult");var Bn=b("$ZodArray",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let u=[];for(let p=0;p<i.length;p++){let d=i[p],y=t.element._zod.run({value:d,issues:[]},n);y instanceof Promise?u.push(y.then(h=>kn(h,r,p))):kn(y,r,p)}return u.length?Promise.all(u).then(()=>r):r}});function At(e,t,r,n,i){if(e.issues.length){if(i&&!(r in n))return;t.issues.push(...xe(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}o(At,"handlePropertyResult");function au(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(au,"normalizeDef");function su(e,t,r,n,i,u){let p=[],d=i.keySet,y=i.catchall._zod,h=y.def.type,_=y.optout==="optional";for(let E in t){if(d.has(E))continue;if(h==="never"){p.push(E);continue}let x=y.run({value:t[E],issues:[]},n);x instanceof Promise?e.push(x.then(s=>At(s,r,E,t,_))):At(x,r,E,t,_)}return p.length&&r.issues.push({code:"unrecognized_keys",keys:p,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(su,"handleCatchall");var Zn=b("$ZodObject",(e,t)=>{if(H.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let d=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let y={...d};return Object.defineProperty(t,"shape",{value:y}),y},"get")})}let n=bt(()=>au(t));G(e._zod,"propValues",()=>{let d=t.shape,y={};for(let h in d){let _=d[h]._zod;if(_.values){y[h]??(y[h]=new Set);for(let E of _.values)y[h].add(E)}}return y});let i=Je,u=t.catchall,p;e._zod.parse=(d,y)=>{p??(p=n.value);let h=d.value;if(!i(h))return d.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),d;d.value={};let _=[],E=p.shape;for(let x of p.keys){let s=E[x],l=s._zod.optout==="optional",f=s._zod.run({value:h[x],issues:[]},y);f instanceof Promise?_.push(f.then(m=>At(m,d,x,h,l))):At(f,d,x,h,l)}return u?su(_,h,d,y,n.value,e):_.length?Promise.all(_).then(()=>d):d}});function wn(e,t,r,n){for(let u of e)if(u.issues.length===0)return t.value=u.value,t;let i=e.filter(u=>!Ne(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(p=>_e(p,n,de())))}),t)}o(wn,"handleUnionResults");var lr=b("$ZodUnion",(e,t)=>{H.init(e,t),G(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),G(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),G(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),G(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=>It(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 p=!1,d=[];for(let y of t.options){let h=y._zod.run({value:i.value,issues:[]},u);if(h instanceof Promise)d.push(h),p=!0;else{if(h.issues.length===0)return h;d.push(h)}}return p?Promise.all(d).then(y=>wn(y,i,e,u)):wn(d,i,e,u)}});var Vn=b("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,lr.init(e,t);let r=e._zod.parse;G(e._zod,"propValues",()=>{let i={};for(let u of t.options){let p=u._zod.propValues;if(!p||Object.keys(p).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(u)}"`);for(let[d,y]of Object.entries(p)){i[d]||(i[d]=new Set);for(let h of y)i[d].add(h)}}return i});let n=bt(()=>{let i=t.options,u=new Map;for(let p of i){let d=p._zod.propValues?.[t.discriminator];if(!d||d.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(p)}"`);for(let y of d){if(u.has(y))throw new Error(`Duplicate discriminator value "${String(y)}"`);u.set(y,p)}}return u});e._zod.parse=(i,u)=>{let p=i.value;if(!Je(p))return i.issues.push({code:"invalid_type",expected:"object",input:p,inst:e}),i;let d=n.value.get(p?.[t.discriminator]);return d?d._zod.run(i,u):t.unionFallback?r(i,u):(i.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:p,path:[t.discriminator],inst:e}),i)}});var Hn=b("$ZodRecord",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!vn(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let u=[],p=t.keyType._zod.values;if(p){r.value={};let d=new Set;for(let h of p)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){d.add(typeof h=="number"?h.toString():h);let _=t.valueType._zod.run({value:i[h],issues:[]},n);_ instanceof Promise?u.push(_.then(E=>{E.issues.length&&r.issues.push(...xe(h,E.issues)),r.value[h]=E.value})):(_.issues.length&&r.issues.push(...xe(h,_.issues)),r.value[h]=_.value)}let y;for(let h in i)d.has(h)||(y=y??[],y.push(h));y&&y.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:y})}else{r.value={};for(let d of Reflect.ownKeys(i)){if(d==="__proto__")continue;let y=t.keyType._zod.run({value:d,issues:[]},n);if(y instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof d=="string"&&sr.test(d)&&y.issues.length){let E=t.keyType._zod.run({value:Number(d),issues:[]},n);if(E instanceof Promise)throw new Error("Async schemas not supported in object keys currently");E.issues.length===0&&(y=E)}if(y.issues.length){t.mode==="loose"?r.value[d]=i[d]:r.issues.push({code:"invalid_key",origin:"record",issues:y.issues.map(E=>_e(E,n,de())),input:d,path:[d],inst:e});continue}let _=t.valueType._zod.run({value:i[d],issues:[]},n);_ instanceof Promise?u.push(_.then(E=>{E.issues.length&&r.issues.push(...xe(d,E.issues)),r.value[y.value]=E.value})):(_.issues.length&&r.issues.push(...xe(d,_.issues)),r.value[y.value]=_.value)}}return u.length?Promise.all(u).then(()=>r):r}});var Wn=b("$ZodEnum",(e,t)=>{H.init(e,t);let r=or(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>xn.has(typeof i)).map(i=>typeof i=="string"?Re(i):i.toString()).join("|")})$`),e._zod.parse=(i,u)=>{let p=i.value;return n.has(p)||i.issues.push({code:"invalid_value",values:r,input:p,inst:e}),i}}),qn=b("$ZodLiteral",(e,t)=>{if(H.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(n=>typeof n=="string"?Re(n):n?Re(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 Gn=b("$ZodTransform",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new _t(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(p=>(r.value=p,r));if(i instanceof Promise)throw new ce;return r.value=i,r}});function Rn(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(Rn,"handleOptionalResult");var Kn=b("$ZodOptional",(e,t)=>{H.init(e,t),e._zod.optin="optional",e._zod.optout="optional",G(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),G(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${It(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(u=>Rn(u,r.value)):Rn(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var Jn=b("$ZodNullable",(e,t)=>{H.init(e,t),G(e._zod,"optin",()=>t.innerType._zod.optin),G(e._zod,"optout",()=>t.innerType._zod.optout),G(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${It(r.source)}|null)$`):void 0}),G(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)});var Xn=b("$ZodPipe",(e,t)=>{H.init(e,t),G(e._zod,"values",()=>t.in._zod.values),G(e._zod,"optin",()=>t.in._zod.optin),G(e._zod,"optout",()=>t.out._zod.optout),G(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(p=>St(p,t.in,n)):St(u,t.in,n)}let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(u=>St(u,t.out,n)):St(i,t.out,n)}});function St(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}o(St,"handlePipeResult");var Yn=b("$ZodCustom",(e,t)=>{De.init(e,t),H.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,i=t.fn(n);if(i instanceof Promise)return i.then(u=>Nn(u,r,n,e));Nn(i,r,n,e)}});function Nn(e,t,r,n){if(!e){let i={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(i.params=n._zod.def.params),t.issues.push(ar(i))}}o(Nn,"handleRefineResult");var eo,lu=Symbol("ZodOutput"),du=Symbol("ZodInput"),dr=class{static{o(this,"$ZodRegistry")}constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let n=r[0];return this._map.set(t,n),n&&typeof n=="object"&&"id"in n&&this._idmap.set(n.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let i={...n,...this._map.get(t)};return Object.keys(i).length?i:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function to(){return new dr}o(to,"registry");(eo=globalThis).__zod_globalRegistry??(eo.__zod_globalRegistry=to());var mr=globalThis.__zod_globalRegistry;function ro(e,t){return new e({type:"string",...V(t)})}o(ro,"_string");function no(e,t){return new e({type:"string",coerce:!0,...V(t)})}o(no,"_coercedString");function oo(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...V(t)})}o(oo,"_url");function io(e,t){return new e({type:"number",checks:[],...V(t)})}o(io,"_number");function ao(e,t){return new e({type:"number",coerce:!0,checks:[],...V(t)})}o(ao,"_coercedNumber");function so(e,t){return new e({type:"boolean",...V(t)})}o(so,"_boolean");function uo(e,t){return new e({type:"boolean",coerce:!0,...V(t)})}o(uo,"_coercedBoolean");function co(e,t){return new e({type:"bigint",coerce:!0,...V(t)})}o(co,"_coercedBigint");function po(e){return new e({type:"any"})}o(po,"_any");function lo(e){return new e({type:"unknown"})}o(lo,"_unknown");function mo(e,t){return new e({type:"void",...V(t)})}o(mo,"_void");function fo(e,t){return new e({type:"date",coerce:!0,...V(t)})}o(fo,"_coercedDate");function se(e,t){return new Sn({check:"min_length",...V(t),minimum:e})}o(se,"_minLength");function Pe(e,t){return new An({check:"string_format",format:"regex",...V(t),pattern:e})}o(Pe,"_regex");function go(e,t,r){let n=V(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o(go,"_custom");var K=b("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");H.init(e,t),e.def=t,e.type=t.type,e.parse=(r,n)=>$t(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Ye(e,r,n),e.parseAsync=async(r,n)=>Et(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>Qe(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)=>Tt(e,r,n),e.brand=()=>e,e.register=(r,n)=>(r.add(e,n),e),e.apply=r=>r(e)}),kt=b("ZodMiniString",(e,t)=>{zt.init(e,t),K.init(e,t)});function a(e){return ro(kt,e)}o(a,"string");var yo=b("ZodMiniStringFormat",(e,t)=>{cr.init(e,t),kt.init(e,t)});var bu=b("ZodMiniURL",(e,t)=>{Dn.init(e,t),yo.init(e,t)});function ho(e){return oo(bu,e)}o(ho,"url");var fr=b("ZodMiniNumber",(e,t)=>{Cn.init(e,t),K.init(e,t)});function X(e){return io(fr,e)}o(X,"number");var gr=b("ZodMiniBoolean",(e,t)=>{pr.init(e,t),K.init(e,t)});function B(e){return so(gr,e)}o(B,"boolean");var vo=b("ZodMiniBigInt",(e,t)=>{Un.init(e,t),K.init(e,t)});var Iu=b("ZodMiniAny",(e,t)=>{Mn.init(e,t),K.init(e,t)});function tt(){return po(Iu)}o(tt,"any");var Tu=b("ZodMiniUnknown",(e,t)=>{jn.init(e,t),K.init(e,t)});function k(){return lo(Tu)}o(k,"unknown");var $u=b("ZodMiniVoid",(e,t)=>{Ln.init(e,t),K.init(e,t)});function xo(e){return mo($u,e)}o(xo,"_void");var _o=b("ZodMiniDate",(e,t)=>{Fn.init(e,t),K.init(e,t)});var Eu=b("ZodMiniArray",(e,t)=>{Bn.init(e,t),K.init(e,t)});function N(e,t){return new Eu({type:"array",element:e,...V(t)})}o(N,"array");var Su=b("ZodMiniObject",(e,t)=>{Zn.init(e,t),K.init(e,t),G(e,"shape",()=>t.shape)});function c(e,t){let r={type:"object",shape:e??{},...V(t)};return new Su(r)}o(c,"object");var Au=b("ZodMiniUnion",(e,t)=>{lr.init(e,t),K.init(e,t)});function D(e,t){return new Au({type:"union",options:e,...V(t)})}o(D,"union");var zu=b("ZodMiniDiscriminatedUnion",(e,t)=>{Vn.init(e,t),K.init(e,t)});function Ce(e,t,r){return new zu({type:"union",options:t,discriminator:e,...V(r)})}o(Ce,"discriminatedUnion");var Ou=b("ZodMiniRecord",(e,t)=>{Hn.init(e,t),K.init(e,t)});function w(e,t,r){return new Ou({type:"record",keyType:e,valueType:t,...V(r)})}o(w,"record");var ku=b("ZodMiniEnum",(e,t)=>{Wn.init(e,t),K.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 ku({type:"enum",entries:r,...V(t)})}o(U,"_enum");var wu=b("ZodMiniLiteral",(e,t)=>{qn.init(e,t),K.init(e,t)});function S(e,t){return new wu({type:"literal",values:Array.isArray(e)?e:[e],...V(t)})}o(S,"literal");var Ru=b("ZodMiniTransform",(e,t)=>{Gn.init(e,t),K.init(e,t)});function be(e){return new Ru({type:"transform",transform:e})}o(be,"transform");var Nu=b("ZodMiniOptional",(e,t)=>{Kn.init(e,t),K.init(e,t)});function g(e){return new Nu({type:"optional",innerType:e})}o(g,"optional");var Du=b("ZodMiniNullable",(e,t)=>{Jn.init(e,t),K.init(e,t)});function rt(e){return new Du({type:"nullable",innerType:e})}o(rt,"nullable");var Cu=b("ZodMiniPipe",(e,t)=>{Xn.init(e,t),K.init(e,t)});function Ie(e,t){return new Cu({type:"pipe",in:e,out:t})}o(Ie,"pipe");var Uu=b("ZodMiniCustom",(e,t)=>{Yn.init(e,t),K.init(e,t)});function wt(e,t){return go(Uu,e??(()=>!0),t)}o(wt,"custom");var nt={};mn(nt,{bigint:()=>Vu,boolean:()=>Zu,date:()=>Hu,number:()=>Bu,string:()=>Fu});function Fu(e){return no(kt,e)}o(Fu,"string");function Bu(e){return ao(fr,e)}o(Bu,"number");function Zu(e){return uo(gr,e)}o(Zu,"boolean");function Vu(e){return co(vo,e)}o(Vu,"bigint");function Hu(e){return fo(_o,e)}o(Hu,"date");var hr=c({retryOnFailure:c({defaultValue:g(B()),hide:g(B())}),continueOnFailure:c({defaultValue:g(B()),hide:g(B())})}),yr=class{constructor(t,r,n,i,u,p,d,y,h,_,E){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=p;this.requireAuth=d;this.errorHandlingOptions=y;this.outputSchema=h;this.audience=_;this.aiMetadata=E}static{o(this,"IAction")}},oe=o(e=>new yr(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=c({displayName:a(),description:g(a())}),C=o((e,t)=>c({type:S(t),required:B(),defaultValue:g(tt())}),"TPropertyValue");var te=c({...F.shape,...C(a(),"SHORT_TEXT").shape}),me=c({...F.shape,...C(a(),"LONG_TEXT").shape});var bo=c({label:a(),value:k()}),Rt=c({disabled:g(B()),placeholder:g(a()),options:N(bo)});var re=c({...F.shape,options:Rt,...C(k(),"STATIC_DROPDOWN").shape}),fe=c({...F.shape,options:Rt,...C(N(k()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var vr=c({...F.shape,...C(k(),"DROPDOWN").shape,refreshers:N(a())}),ot=c({...F.shape,...C(N(k()),"MULTI_SELECT_DROPDOWN").shape,refreshers:N(a())});var ge=c({...F.shape,...C(B(),"CHECKBOX").shape});var ye=c({...F.shape,...C(X(),"NUMBER").shape});var it=c({...F.shape,...C(k(),"FILE").shape});var at=c({...F.shape,...C(a(),"DATE_TIME").shape});var Io=w(a(),D([te,me,re,ot,fe,ge,ye,it,at])),st=c({...F.shape,properties:Io,...C(N(k()),"ARRAY").shape});var ut=c({...F.shape,...C(D([w(a(),k())]),"JSON").shape});var To=D([te,re,ut,st,fe]),qu=w(a(),To),xr=c({refreshers:N(a()),...F.shape,...C(k(),"DYNAMIC").shape});var Nt=c({...F.shape,...C(xo(),"MARKDOWN").shape});var ct=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(ct||{}),Ue=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(Ue||{}),Me=(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))(Me||{});var pt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(pt||{}),_r="both_client_credentials_and_authorization_code";var Se=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(Se||{}),lt=(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))(lt||{}),Gu=c({strategy:U(lt),paramName:g(a())}),dt=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(dt||{});var Dt=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(Dt||{}),$o=c({status:g(X()),body:g(k()),headers:g(w(a(),a()))}),Eo=c({type:S("DELAY"),resumeDateTime:a(),requestIdToReply:g(a()),handlerId:g(a()),streamStepProgress:g(U(Dt))}),So=c({type:S("WEBHOOK"),requestId:a(),requestIdToReply:g(a()),response:$o,handlerId:g(a()),streamStepProgress:g(U(Dt))}),Ku=D([Eo,So]);var Ju=c({body:k(),rawBody:g(k()),headers:w(a(),a()),queryParams:w(a(),a())});function he(e){return e==null}o(he,"isNil");function mt(e){return e==null?!0:typeof e=="string"||Array.isArray(e)?e.length===0:typeof e=="object"?Object.keys(e).length===0:!1}o(mt,"isEmpty");function Ct(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(Ct,"assertNotNullOrUndefined");async function Pr(e){try{return{data:await e(),error:null}}catch(t){return{data:null,error:t}}}o(Pr,"tryCatch");var br=we(require("crypto"),1);var Xu=128,Ae,je,Yu=o(e=>{!Ae||Ae.length<e?(Ae=Buffer.allocUnsafe(e*Xu),br.default.randomFillSync(Ae),je=0):je+e>Ae.length&&(br.default.randomFillSync(Ae),je=0),je+=e},"fillPool"),Qu=o(e=>(Yu(e|=0),Ae.subarray(je-e,je)),"random"),ec=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 p="";for(;;){let d=r(i),y=i;for(;y--;)if(p+=e[d[y]&n]||"",p.length===u)return p}}},"customRandom"),zo=o((e,t=21)=>ec(e,t,Qu),"customAlphabet");var tc="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Oo=21,ub=a().check(Pe(new RegExp(`^[0-9a-zA-Z]{${Oo}}$`))),rc=zo(tc,Oo);var Te=Ie(be(e=>e instanceof Date?e.toISOString():e),a()),ie={id:a(),created:Te,updated:Te},Z=o(e=>g(rt(e)),"Nullable");function Ir(e){return g(rt(U(e)))}o(Ir,"NullableEnum");var lb=Ie(be(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),g(B())),Ut=o(e=>Ie(be(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),g(N(e))),"OptionalArrayFromQuery");var fb=w(a(),k());var ft=(_=>(_.OPENAI="openai",_.OPENROUTER="openrouter",_.ANTHROPIC="anthropic",_.AZURE="azure",_.GOOGLE="google",_.ACTIVEPIECES="activepieces",_.CLOUDFLARE_GATEWAY="cloudflare-gateway",_.CUSTOM="custom",_.BEDROCK="bedrock",_.MISTRAL="mistral",_))(ft||{});var Eb=a().check(Pe(/^#[0-9A-Fa-f]{6}$/));var Ab=c({filename:a(),data:k(),type:S("file"),mimetype:g(a())});var nc=we(wo());var Db=c({...ie,name:a(),permissions:N(a()),platformId:Z(a()),type:a(),userCount:g(X())});var Ro=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(Ro||{}),Tr=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))(Tr||{}),$r=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))($r||{});var Er=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))(Er||{});var Sr=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(Sr||{});var oc=c({mode:U(Ro),value:k()}),ic=c({auth:g(a()),fields:w(a(),oc)}),ac=c({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:g(ic)}),sc=c({type:S("PIECE"),toolName:a().check(se(1)),pieceMetadata:ac}),uc=c({type:S("none")}),cc=c({type:S("access_token"),accessToken:a()}),pc=c({type:S("api_key"),apiKey:a(),apiKeyHeader:a()}),lc=c({type:S("headers"),headers:w(a(),a())}),dc=Ce("type",[uc,cc,pc,lc]),No=c({type:S("FLOW"),toolName:a().check(se(1)),externalFlowId:a(),flowDisplayName:g(a())}),Do=c({type:S("MCP"),toolName:a().check(se(1)),serverUrl:ho(),protocol:U($r),auth:dc}),Co=c({type:S("KNOWLEDGE_BASE"),toolName:a().check(se(1)),sourceType:U(Tr),sourceId:a(),sourceName:a()}),mc=Ce("type",[sc,No,Do,Co]),fc=c({displayName:a(),description:g(a()),type:U(Er)}),Uo=c({type:S("MARKDOWN"),markdown:a()}),Le={type:S("TOOL_CALL"),input:Z(w(a(),k())),output:g(k()),toolName:a(),status:U(Sr),toolCallId:a(),startTime:a(),endTime:g(a())},uI=c(Le),Mo=Ce("toolCallType",[c({...Le,toolCallType:S("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),c({...Le,toolCallType:S("FLOW"),displayName:a(),externalFlowId:a()}),c({...Le,toolCallType:S("MCP"),displayName:a(),serverUrl:a()}),c({...Le,toolCallType:S("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),c({...Le,toolCallType:S("UNKNOWN"),displayName:a()})]),gc=D([Uo,Mo]);var Ar=(r=>(r.IMAGE="image",r.TEXT="text",r))(Ar||{}),ve=c({apiKey:a()}),yc=ve,hc=c({apiKey:a(),apiKeyHash:a()}),vc=ve,xc=ve,_c=ve,Pc=ve,bc=ve,Ic=ve,Tc=ve,jo=c({accessKeyId:a().check(se(1)),secretAccessKey:a().check(se(1))}),$c=c({}),Ec=c({}),Sc=c({}),Ac=c({}),zc=c({}),Oc=c({}),Lo=c({modelId:a(),modelName:a(),modelType:U(Ar)}),Fo=c({apiKeyHeader:a(),baseUrl:a(),models:N(Lo),defaultHeaders:g(w(a(),a()))}),Bo=c({accountId:a(),gatewayId:a(),models:N(Lo),vertexProject:g(a()),vertexRegion:g(a())}),Zo=c({resourceName:a(),apiVersion:Ie(be(e=>typeof e=="string"&&e.trim().length===0?void 0:e),g(a()))}),Vo=c({region:a().check(se(1))}),kc=D([yc,_c,Pc,bc,Ic,xc,vc,hc,jo,Tc]),Ho=D([Fo,Bo,Zo,Vo,$c,Sc,Ac,zc,Ec,Oc]),wc=c({id:a(),name:a(),type:U(Ar)}),Rc=c({id:a(),name:a(),provider:U(ft),config:Ho,enabledForChat:B()}),Nc=c({provider:U(ft),config:Ho,auth:kc,platformId:a()});var dI={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"};var Dc=c({base64Url:a(),fileName:a(),extension:g(a())}),Cc=c({mimeType:a(),url:a(),fileName:g(a())}),zr=D([Dc,Cc]);var Uc=D([c({type:S("file"),value:zr}),c({type:S("markdown"),value:a(),files:g(N(zr))})]),Mc=c({sessionId:a(),message:a(),files:g(N(a()))});var qo=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(qo||{}),Go=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(Go||{}),Or=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(Or||{});var jc=D([c({...ie,name:a(),externalId:a(),type:S("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:c({options:N(c({value:a()}))})}),c({...ie,name:a(),externalId:a(),type:D([S("TEXT"),S("NUMBER"),S("DATE")]),tableId:a(),projectId:a()})]),Lc=c({...ie,name:a(),folderId:Z(a()),projectId:a(),externalId:a(),status:Ir(Go),trigger:Ir(qo)}),Fc=c({...ie,tableId:a(),projectId:a(),cells:w(a(),c({updated:a(),created:a(),value:k(),fieldName:a()}))}),Bc=c({events:N(U(Or)),webhookUrl:a(),flowId:a()}),Zc=c({fields:N(c({id:a(),name:a()})),rows:N(w(a(),a())),name:a()}),Vc=c({projectId:a(),limit:g(nt.number()),cursor:g(a()),name:g(a()),externalIds:Ut(a()),folderId:g(a()),folderIds:Ut(a())}),Hc=c({records:N(N(c({fieldId:a(),value:Jo()}))),tableId:a()}),Wc=c({cells:g(N(c({fieldId:a(),value:Jo()}))),tableId:a(),agentUpdate:g(B())}),Ko=Ce("operator",[ze("eq"),ze("neq"),ze("gt"),ze("gte"),ze("lt"),ze("lte"),ze("co"),Wo("exists"),Wo("not_exists")]),qc=c({tableId:a(),limit:g(nt.number()),cursor:g(a()),filters:Ut(Ko)});function Jo(){return Ie(be(e=>e==null?e:String(e)),rt(a()))}o(Jo,"coerceToString");function ze(e){return c({fieldId:a(),operator:S(e),value:a()})}o(ze,"valueFilter");function Wo(e){return c({fieldId:a(),operator:S(e)})}o(Wo,"existenceFilter");var Gc=c({status:g(X()),body:g(k()),headers:g(w(a(),a()))}),Kc=c({...ie,deleted:Z(Te),ownerId:a(),displayName:a(),platformId:a(),externalId:Z(a())});var Xo=c({name:a(),description:g(a()),type:a(),required:B()}),Jc=c({pieceName:a(),triggerName:a(),input:c({toolName:a(),toolDescription:a(),inputSchema:N(Xo),returnsResponse:B()})});var Yo="^[0-9]+\\.[0-9]+\\.[0-9]+$",kI=new RegExp(Yo),Yc="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",wI=a().check(Pe(new RegExp(Yo))),RI=a().check(Pe(new RegExp(Yc))),Qc=c({packageType:S("ARCHIVE"),pieceType:U(Ue),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),Qo=c({packageType:S("REGISTRY"),pieceType:S("OFFICIAL"),pieceName:a(),pieceVersion:a()}),ei=c({packageType:S("REGISTRY"),pieceType:S("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),NI=D([Qo,ei]),DI=D([Qc,Qo,ei]),ti=(t=>(t.CRON_EXPRESSION="CRON_EXPRESSION",t))(ti||{}),ep=c({type:U(ti),cronExpression:a(),timezone:a()}),CI=c({...ie,type:U(Se),projectId:a(),flowId:a(),triggerName:a(),schedule:Z(ep),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:Z(a()),simulate:B()}),ri=(m=>(m.UNKNOWN="UNKNOWN",m.FLOW_RUN_LOG="FLOW_RUN_LOG",m.FLOW_RUN_LOG_SLICE="FLOW_RUN_LOG_SLICE",m.PACKAGE_ARCHIVE="PACKAGE_ARCHIVE",m.FLOW_STEP_FILE="FLOW_STEP_FILE",m.SAMPLE_DATA="SAMPLE_DATA",m.TRIGGER_PAYLOAD="TRIGGER_PAYLOAD",m.SAMPLE_DATA_INPUT="SAMPLE_DATA_INPUT",m.TRIGGER_EVENT_FILE="TRIGGER_EVENT_FILE",m.PROJECT_RELEASE="PROJECT_RELEASE",m.FLOW_VERSION_BACKUP="FLOW_VERSION_BACKUP",m.PLATFORM_ASSET="PLATFORM_ASSET",m.USER_PROFILE_PICTURE="USER_PROFILE_PICTURE",m.WEBHOOK_PAYLOAD="WEBHOOK_PAYLOAD",m.KNOWLEDGE_BASE="KNOWLEDGE_BASE",m.FLOW_BUNDLE="FLOW_BUNDLE",m))(ri||{}),ni=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(ni||{}),oi=(r=>(r.S3="S3",r.DB="DB",r))(oi||{}),UI=c({...ie,projectId:Z(a()),platformId:Z(a()),type:U(ri),compression:U(ni),data:g(k()),location:U(oi),size:Z(X()),fileName:Z(a()),s3Key:Z(a()),metadata:Z(w(a(),a()))}),ii=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(ii||{}),ai=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(ai||{}),MI=c({id:a(),email:a(),firstName:a(),status:U(ai),externalId:Z(a()),platformId:Z(a()),platformRole:U(ii),lastName:a(),created:Te,updated:Te,lastActiveDate:Z(Te),imageUrl:Z(a())});var kr=c({...F.shape,...C(w(a(),k()),"OBJECT").shape});var pi=c({...F.shape,...C(a(),"COLOR").shape});var wr=D([te,me,Nt,ge,re,fe,vr,ot,xr,ye,st,kr,ut,at,it,pi]),$={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 pe=c({displayName:a(),description:g(a())});var li=c({username:a(),password:a()}),Rr=c({...pe.shape,username:c({displayName:a(),description:g(a())}),password:c({displayName:a(),description:g(a())}),...C(li,"BASIC_AUTH").shape});var op=w(a(),D([te,me,ye,ge,re])),Nr=c({...pe.shape,props:op,...C(k(),"CUSTOM_AUTH").shape});var Oe=c({...pe.shape,...C(c({auth:a()}),"SECRET_TEXT").shape});var ip=w(a(),D([te,me,Oe,ye,ge,re,fe,Nt])),di=c({...pe.shape,props:ip,...C(k(),"OIDC").shape});var Dr=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Dr||{}),mi=D([te,Oe,re]),fi=w(a(),mi),ap=c({props:g(w(a(),mi)),authUrl:a(),tokenUrl:a(),scope:N(a()),prompt:g(D([S("none"),S("consent"),S("login"),S("omit")])),pkce:g(B()),pkceMethod:g(D([S("plain"),S("S256")])),authorizationMethod:g(U(Dr)),grantType:g(D([U(pt),S(_r)])),extra:g(w(a(),a()))}),gi=c({access_token:a(),props:g(fi),data:w(a(),tt())}),Cr=c({...pe.shape,...ap.shape,...C(gi,"OAUTH2").shape});var Fe=D([Rr,Nr,di,Cr,Oe]),gt="Connection",Ur={SecretText(e){return{...e,valueSchema:void 0,type:"SECRET_TEXT"}},OAuth2(e){return{...e,valueSchema:void 0,type:"OAUTH2",displayName:e.displayName||gt}},BasicAuth(e){return{...e,valueSchema:void 0,type:"BASIC_AUTH",displayName:e.displayName||gt,required:!0}},CustomAuth(e){return{...e,valueSchema:void 0,type:"CUSTOM_AUTH",displayName:e.displayName||gt}},OIDC(e){return{...e,valueSchema:void 0,type:"OIDC",displayName:e.displayName||gt}},None(){}};var y$={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 sp=c({...F.shape,...C(k(),"CUSTOM").shape,code:a()});var up=D([wr,Fe]),Mr=w(a(),up),C$=w(a(),wr);var yi=D([c({strategy:S("CRON"),cronExpression:a()}),c({strategy:S("NONE")})]);var hi="2",jt="0.82.0";var jr=class{constructor(t,r,n,i,u,p,d,y,h=jt,_,E=""){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=d;this.auth=y;this.minimumSupportedRelease=h;this.maximumSupportedRelease=_;this.description=E;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:hi}),"getContextInfo");(!cp(h)||pp(h,jt))&&(this.minimumSupportedRelease=jt),u.forEach(x=>this._actions[x.name]=x),p.forEach(x=>this._triggers[x.name]=x)}static{o(this,"Piece")}metadata(){return{displayName:this.displayName,logoUrl:this.logoUrl,actions:this._actions,triggers:this._triggers,categories:this.categories,description:this.description,authors:this.authors,auth:this.auth,minimumSupportedRelease:this.minimumSupportedRelease,maximumSupportedRelease:this.maximumSupportedRelease,contextInfo:this.getContextInfo?.()}}getAction(t){return this._actions[t]}getTrigger(t){return this._triggers[t]}actions(){return this._actions}triggers(){return this._triggers}},vi=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 jr(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description)},"createPiece");function cp(e){return/^\d+\.\d+\.\d+$/.test(e)}o(cp,"isValidSimpleSemver");function pp(e,t){let[r,n,i]=e.split(".").map(Number),[u,p,d]=t.split(".").map(Number);return r!==u?r<u:n!==p?n<p:i<d}o(pp,"isSemverLessThan");var lp=g(w(a(),w(a(),a()))),xi=c({id:g(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:N(a()),platformId:g(a()),directoryPath:g(a()),auth:g(D([Fe,N(Fe)])),version:a(),categories:g(N(U(Me))),minimumSupportedRelease:g(a()),maximumSupportedRelease:g(a()),i18n:lp}),dp=U(["human","ai","both"]),_i=c({description:g(a()),idempotent:g(B())}),Pi=c({name:a(),displayName:a(),description:a(),props:Mr,requireAuth:B(),errorHandlingOptions:g(hr),outputSchema:g(wt()),audience:g(dp),aiMetadata:g(_i)}),bi=c({name:a(),displayName:a(),description:a(),props:Mr,errorHandlingOptions:g(hr),type:U(Se),sampleData:k(),handshakeConfiguration:g(wt()),renewConfiguration:g(yi),testStrategy:U(dt),outputSchema:g(wt()),aiMetadata:g(_i)}),mp=c({...xi.shape,actions:w(a(),Pi),triggers:w(a(),bi)}),fp=c({...xi.shape,actions:X(),triggers:X(),suggestedActions:g(N(bi)),suggestedTriggers:g(N(Pi))}),Ii=c({projectUsage:X(),tags:g(N(a())),pieceType:U(Ue),packageType:U(ct),platformId:g(a()),archiveId:g(a())}),CE=c({...mp.shape,...Ii.shape}),UE=c({...fp.shape,...Ii.shape}),ME=c({name:a(),version:a()});var gp=we(require("path")),yp=we(require("fs/promises"));var Lt=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,p)=>{i.append(p,u)}),{urlWithoutQueryParams:n,queryParams:i}}getHeaders(t){let r={Accept:"application/json"};if(t.authentication&&this.populateAuthentication(t.authentication,r),t.body)switch(t.headers?.["Content-Type"]){case"text/csv":r["Content-Type"]="text/csv";break;default:r["Content-Type"]="application/json";break}return t.headers&&(r={...r,...t.headers}),r}populateAuthentication(t,r){this.authenticationConverter.convert(t,r)}};var Ft=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new Lr,r=new Fr){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},Lr=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Fr=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 Bt=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 Zt=class extends Lt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Ft){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),p=t.queryParams??{};for(let[j,ee]of Object.entries(p))i.append(j,ee);let d=i.toString(),y=d?`${n}?${d}`:n,h=t.responseType??"json",_=t.followRedirects??!0,E=t.retries??0,{body:x,extraHeaders:s,isStream:l}=hp(t.body,u),f=xp({...u,...s}),m=await vp(async()=>{let j=new AbortController,ee=t.timeout&&t.timeout>0?setTimeout(()=>j.abort(),t.timeout):void 0;try{let ae={method:t.method.toString(),headers:f,body:x,redirect:_?"follow":"manual",signal:j.signal};return l&&(ae.duplex="half"),r?.dispatcher!==void 0&&(ae.dispatcher=r.dispatcher),await fetch(y,ae)}finally{ee!==void 0&&clearTimeout(ee)}},E),v=_?300:400;if(m.status<200||m.status>=v){let j=await Ti(m,h),ee=new Bt(t.body,{status:m.status,responseBody:j});throw console.error("[HttpClient#(sanitized error message)] Request failed:",ee),ee}let P=await Ti(m,h);return{status:m.status,headers:_p(m.headers),body:P}}};function hp(e,t){return bp(e)?{body:void 0,extraHeaders:{},isStream:!1}:Pp(e)?{body:e,extraHeaders:e.getHeaders(),isStream:!0}:typeof e=="string"||Buffer.isBuffer(e)||e instanceof URLSearchParams||e instanceof ArrayBuffer||typeof FormData<"u"&&e instanceof FormData||typeof Blob<"u"&&e instanceof Blob?{body:e,extraHeaders:{},isStream:!1}:(t["Content-Type"]??t["content-type"]??"").includes("application/x-www-form-urlencoded")?{body:new URLSearchParams(e).toString(),extraHeaders:{},isStream:!1}:{body:JSON.stringify(e),extraHeaders:{},isStream:!1}}o(hp,"serializeBody");async function Ti(e,t){switch(t){case"arraybuffer":return Buffer.from(await e.arrayBuffer());case"blob":return await e.blob();case"text":return await e.text();case"json":default:{let r=await e.text();if(r.length===0)return;try{return JSON.parse(r)}catch{return r}}}}o(Ti,"parseResponseBody");async function vp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await $i(n);continue}return i}catch(i){if(r=i,n<t){await $i(n);continue}throw i}throw r}o(vp,"sendWithRetries");function $i(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o($i,"backoff");function xp(e){let t={};for(let[r,n]of Object.entries(e))n!==void 0&&(t[r]=Array.isArray(n)?n.join(", "):n);return t}o(xp,"normalizeHeaders");function _p(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(_p,"toHttpHeaders");function Pp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"}o(Pp,"isNodeFormData");function bp(e){return e==null}o(bp,"isNil");var Vt=new Zt;var Ht=(p=>(p.GET="GET",p.POST="POST",p.PATCH="PATCH",p.PUT="PUT",p.DELETE="DELETE",p.HEAD="HEAD",p))(Ht||{});var cd=we(require("fs")),ks=we(Os());var pd={"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 ld(e){let t=e.split(";")[0].trim().toLowerCase();return pd[t]??""}o(ld,"contentTypeToExtension");var dd=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),md=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 ws({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:p,extraProps:d,authLocation:y="headers"}){return oe({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:$.DynamicProperties({auth:e,displayName:"",required:!0,refreshers:[],props:o(async({auth:h})=>({url:$.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
|
|
3
|
+
i.e ${md(t,h)}/resource or /resource`,required:!0,defaultValue:h?t(h):"",...p?.url??{}})}),"props")}),method:$.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values(Ht).map(h=>({label:h,value:h}))},...p?.method??{}}),headers:$.Object({displayName:"Headers",description:"Authorization headers are injected automatically from your connection.",required:!0,...p?.headers??{}}),queryParams:$.Object({displayName:"Query Parameters",required:!0,...p?.queryParams??{}}),body_type:$.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:$.DynamicProperties({auth:e,displayName:"Body",refreshers:["body_type"],required:!1,props:o(async({body_type:h})=>{if(!h)return{};let _=h,E={};switch(_){case"none":break;case"json":E.data=$.Json({displayName:"JSON Body",required:!0,...p?.body??{}});break;case"raw":E.data=$.LongText({displayName:"Raw Body",required:!0});break;case"form_data":E.data=$.Array({displayName:"Form Data",required:!0,properties:{fieldName:$.ShortText({displayName:"Field Name",required:!0}),fieldType:$.StaticDropdown({displayName:"Field Type",required:!0,options:{disabled:!1,options:[{label:"Text",value:"text"},{label:"File",value:"file"}]}}),textFieldValue:$.LongText({displayName:"Text Field Value",required:!1}),fileFieldValue:$.File({displayName:"File Field Value",required:!1})}});break}return E},"props")}),response_is_binary:$.Checkbox({displayName:"Response is Binary ?",description:"Enable for files like PDFs, images, etc.",required:!1,defaultValue:!1}),failsafe:$.Checkbox({displayName:"No Error on Failure",required:!1,...p?.failsafe??{}}),timeout:$.Number({displayName:"Timeout (in seconds)",required:!1,...p?.timeout??{}}),followRedirects:$.Checkbox({displayName:"Follow redirects",required:!1,defaultValue:!1}),...d},run:o(async h=>{let{method:_,url:E,headers:x,queryParams:s,body:l,body_type:f,failsafe:m,timeout:v,response_is_binary:P,followRedirects:j}=h.propsValue;Ct(_,"Method"),Ct(E,"URL");let ee=he(r)?{}:await r(h.auth,h.propsValue),ae=E.url,Ge=ae.startsWith("http://")||ae.startsWith("https://")?ae:dd({baseUrl:t(h.auth),relativePath:ae}),Ee={method:_,url:Ge,headers:{...x??{},...y==="headers"||!he(y)?ee:{}},queryParams:{...y==="queryParams"?ee:{},...s??{}},timeout:v?v*1e3:0,followRedirects:j};if(P&&(Ee.responseType="arraybuffer"),l)if(f&&f!=="none"){let le=l.data;if(f==="form_data"){let Bs=le,xt=new ks.default;for(let{fieldName:pn,fieldType:ln,textFieldValue:dn,fileFieldValue:tr}of Bs)ln==="text"&&!mt(dn)?xt.append(pn,dn):ln==="file"&&!mt(tr)&&xt.append(pn,tr.data,{filename:tr?.filename});Ee.body=xt,Ee.headers={...Ee.headers,...xt.getHeaders()}}else Ee.body=le}else f||(Ee.body=l);try{let le=await Vt.sendRequest(Ee);return await fd(h.files,le.body,le.status,le.headers,P)}catch(le){if(m)return le.errorMessage();throw le}},"run")})}o(ws,"createCustomApiCallAction");var fd=o(async(e,t,r,n,i)=>{let u;if(i&&gd(t)){let p=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],d=ld(p??"")||"txt",y;t instanceof ArrayBuffer?y=Buffer.from(new Uint8Array(t)):Buffer.isBuffer(t)?y=t:y=Buffer.from(t),u=await e.write({fileName:`output.${d}`,data:y})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),gd=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");async function yd({apiKey:e}){await qe({apiKey:e,method:"GET",path:"/customers"})}o(yd,"validateAuth");async function hd({apiKey:e,customer:t}){return qe({apiKey:e,method:"POST",path:"/customers",body:t})}o(hd,"createCustomer");async function vd({apiKey:e,conversation:t}){return qe({apiKey:e,method:"POST",path:"/conversations",body:t})}o(vd,"createConversation");async function xd({apiKey:e,conversationId:t,updates:r}){return qe({apiKey:e,method:"PUT",path:`/conversations/${encodeURIComponent(t)}`,body:r})}o(xd,"updateConversation");async function _d({apiKey:e,customerId:t}){return qe({apiKey:e,method:"GET",path:`/customers/${encodeURIComponent(t)}`})}o(_d,"getCustomer");async function Pd({apiKey:e,klassName:t,fromDate:r}){return qe({apiKey:e,method:"GET",path:`/kobjects/${encodeURIComponent(t)}`,...r?{queryParams:{fromDate:r}}:{}})}o(Pd,"getCustomObjects");function Rs({apiKey:e}){return{Authorization:`Bearer ${e}`,Accept:"application/json","Content-Type":"application/json"}}o(Rs,"createAuthHeaders");async function qe({apiKey:e,method:t,path:r,body:n,queryParams:i}){let u={method:t,url:`${cn}${r}`,headers:Rs({apiKey:e}),...n?{body:n}:{},...i?{queryParams:i}:{}};return(await Vt.sendRequest(u)).body}o(qe,"sendRequest");var Q={validateAuth:yd,createCustomer:hd,createConversation:vd,updateConversation:xd,getCustomer:_d,getCustomObjects:Pd,createAuthHeaders:Rs},cn="https://api.kustomerapp.com/v1";var ne=Ur.SecretText({displayName:"API Token",description:`Authenticate using a Kustomer API token.
|
|
4
|
+
|
|
5
|
+
Paste a private Kustomer API token with access to customers, conversations, and KObjects.`,required:!0,validate:o(async({auth:e})=>{let t=e;if(!t)return{valid:!1,error:"Invalid API token."};let{error:r}=await Pr(()=>Q.validateAuth({apiKey:t}));return r?{valid:!1,error:"Invalid API token or missing Kustomer permissions."}:{valid:!0}},"validate")});var Ns=oe({auth:ne,name:"create-conversation",displayName:"Create Conversation",description:"Creates a new conversation in Kustomer.",audience:"both",aiMetadata:{description:"Creates a new conversation in Kustomer attached to an existing customer. Use to open a support thread for a known customer; the customer ID is required (resolve it first via Get Customer). Optional status, priority, direction, and reply channel set the conversation's initial state. Not idempotent \u2014 each call creates a separate conversation.",idempotent:!1},props:{customer:$.ShortText({displayName:"Customer ID",description:'The Kustomer ID of the customer this conversation belongs to. You can get this from the "Get Customer" action or from the URL when viewing a customer in Kustomer.',required:!0}),name:$.ShortText({displayName:"Conversation Name",description:"A short subject or title for the conversation (max 256 characters).",required:!1}),status:$.StaticDropdown({displayName:"Status",description:"The initial status of the conversation.",required:!1,defaultValue:"open",options:{options:[{label:"Open",value:"open"},{label:"Done",value:"done"}]}}),priority:$.StaticDropdown({displayName:"Priority",description:"Conversation priority from 1 (lowest) to 5 (highest).",required:!1,options:{options:[{label:"1 \u2014 Lowest",value:1},{label:"2 \u2014 Low",value:2},{label:"3 \u2014 Medium",value:3},{label:"4 \u2014 High",value:4},{label:"5 \u2014 Highest",value:5}]}}),direction:$.StaticDropdown({displayName:"Direction",description:'"Inbound" means the customer initiated the conversation; "Outbound" means your team initiated it.',required:!1,options:{options:[{label:"Inbound",value:"in"},{label:"Outbound",value:"out"}]}}),externalId:$.ShortText({displayName:"External ID",description:"A unique identifier from your own system to link this conversation (max 256 characters).",required:!1}),replyChannel:$.ShortText({displayName:"Reply Channel",description:'The channel used to reply in this conversation (e.g. "email", "chat"). Leave empty to use the workspace default.',required:!1})},async run(e){let t=e.auth.secret_text,r=e.propsValue,n={customer:r.customer};return r.name&&(n.name=r.name),r.status&&(n.status=r.status),r.priority!==null&&r.priority!==void 0&&(n.priority=r.priority),r.direction&&(n.direction=r.direction),r.externalId&&(n.externalId=r.externalId),r.replyChannel&&(n.replyChannel=r.replyChannel),await Q.createConversation({apiKey:t,conversation:n})}});var Ds=oe({auth:ne,name:"create-customer",displayName:"Create Customer",description:"Creates a new customer record in Kustomer.",audience:"both",aiMetadata:{description:"Creates a new customer record in Kustomer from identity and profile fields (name, email, phone, company, externalId, locale, etc.). Use to add a contact to Kustomer; pass externalId to link the record back to your own system. Not idempotent \u2014 each call creates a separate customer even with identical input, so guard against duplicates.",idempotent:!1},props:{name:$.ShortText({displayName:"Full Name",description:`The customer's full name (e.g. "Jane Doe").`,required:!1}),email:$.ShortText({displayName:"Email Address",description:"Primary email address of the customer.",required:!1}),phone:$.ShortText({displayName:"Phone Number",description:'Primary phone number in E.164 format (e.g. "+14155551234").',required:!1}),company:$.ShortText({displayName:"Company",description:"Name of the company the customer belongs to.",required:!1}),externalId:$.ShortText({displayName:"External ID",description:"Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.",required:!1}),username:$.ShortText({displayName:"Username",description:"The customer's username in your system.",required:!1}),locale:$.ShortText({displayName:"Locale",description:'Language/locale code for the customer (e.g. "en_US", "fr_FR", "de_DE").',required:!1}),timeZone:$.ShortText({displayName:"Time Zone",description:'IANA timezone identifier (e.g. "America/New_York", "Europe/London", "Asia/Tokyo").',required:!1}),gender:$.StaticDropdown({displayName:"Gender",description:"The customer's gender.",required:!1,options:{options:[{label:"Male",value:"m"},{label:"Female",value:"f"}]}}),birthdayAt:$.ShortText({displayName:"Birthday",description:`Customer's birth date in ISO 8601 format (e.g. "1990-06-15T00:00:00.000Z").`,required:!1}),signedUpAt:$.ShortText({displayName:"Signed Up At",description:'When the customer registered, in ISO 8601 format (e.g. "2024-01-15T10:30:00.000Z").',required:!1}),avatarUrl:$.ShortText({displayName:"Avatar URL",description:"URL of the customer's profile image.",required:!1})},async run(e){let t=e.auth.secret_text,r=e.propsValue,n={};return r.name&&(n.name=r.name),r.company&&(n.company=r.company),r.externalId&&(n.externalId=r.externalId),r.username&&(n.username=r.username),r.locale&&(n.locale=r.locale),r.timeZone&&(n.timeZone=r.timeZone),r.gender&&(n.gender=r.gender),r.birthdayAt&&(n.birthdayAt=r.birthdayAt),r.signedUpAt&&(n.signedUpAt=r.signedUpAt),r.avatarUrl&&(n.avatarUrl=r.avatarUrl),r.email&&(n.emails=[{email:r.email}]),r.phone&&(n.phones=[{phone:r.phone}]),await Q.createCustomer({apiKey:t,customer:n})}});function bd({value:e,fieldName:t}){if(typeof e!="string"||e.trim().length===0)throw new Error(`${t} is required.`);return e.trim()}o(bd,"parseRequiredString");function Id({value:e,fieldName:t}){if(!Cs(e))throw new Error(`${t} must be a JSON object.`);return e}o(Id,"parseJsonObject");function Cs(e){return typeof e!="object"||e===null||Array.isArray(e)?!1:Object.values(e).every(Us)}o(Cs,"isKustomerJsonObject");function Us(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||e===null?!0:Array.isArray(e)?e.every(Us):Cs(e)}o(Us,"isKustomerJsonValue");var Ms={parseRequiredString:bd,parseJsonObject:Id};var js=oe({auth:ne,name:"get-customer",displayName:"Get Customer",description:"Gets a customer by ID from Kustomer.",audience:"both",aiMetadata:{description:"Fetches a single Kustomer customer record by its Kustomer customer ID. Use to look up a customer's details when you already have their ID. Read-only and idempotent. The customer ID is required.",idempotent:!0},props:{customerId:$.ShortText({displayName:"Customer ID",description:"The Kustomer customer ID.",required:!0})},async run(e){let t=e.auth.secret_text,r=Ms.parseRequiredString({value:e.propsValue.customerId,fieldName:"Customer ID"});return Q.getCustomer({apiKey:t,customerId:r})}});var Ls=oe({auth:ne,name:"get-custom-objects",displayName:"Get Custom Objects",description:"Retrieves all custom objects (KObjects) for a given class in Kustomer.",audience:"both",aiMetadata:{description:"Lists the custom objects (KObjects) of a given class in Kustomer, identified by the class's API name (the lowercase identifier, not the display label). Optionally pass a from-date to return only objects created or updated on or after it; leave it empty to return all objects of the class. Use to read or enumerate custom-object records. Read-only and idempotent.",idempotent:!0},props:{klassName:$.ShortText({displayName:"KObject Class Name",description:'The API name of the custom object class to fetch (e.g. "order", "ticket"). You can find this in Kustomer under Settings > Custom Objects \u2014 it is the lowercase identifier, not the display label.',required:!0}),fromDate:$.ShortText({displayName:"From Date",description:'Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. "2024-01-15T00:00:00.000Z"). Leave empty to return all objects.',required:!1})},async run(e){let t=e.auth.secret_text,{klassName:r,fromDate:n}=e.propsValue;return await Q.getCustomObjects({apiKey:t,klassName:r,...n?{fromDate:n}:{}})}});var Fs=oe({auth:ne,name:"update-conversation",displayName:"Update Conversation",description:"Updates an existing conversation in Kustomer.",audience:"both",aiMetadata:{description:"Updates an existing Kustomer conversation identified by its conversation ID, changing fields such as status (open/done/snoozed), priority, name, direction, or reply channel. Only the fields you supply are modified. Use to change the state of a known conversation. Idempotent \u2014 repeating the same update yields the same end state.",idempotent:!0},props:{conversationId:$.ShortText({displayName:"Conversation ID",description:'The Kustomer ID of the conversation to update. You can get this from the "Create Conversation" action output or from the URL when viewing a conversation in Kustomer.',required:!0}),status:$.StaticDropdown({displayName:"Status",description:"Change the status of the conversation.",required:!1,options:{options:[{label:"Open",value:"open"},{label:"Done",value:"done"},{label:"Snoozed",value:"snoozed"}]}}),priority:$.StaticDropdown({displayName:"Priority",description:"Conversation priority from 1 (lowest) to 5 (highest).",required:!1,options:{options:[{label:"1 \u2014 Lowest",value:1},{label:"2 \u2014 Low",value:2},{label:"3 \u2014 Medium",value:3},{label:"4 \u2014 High",value:4},{label:"5 \u2014 Highest",value:5}]}}),name:$.ShortText({displayName:"Conversation Name",description:"Update the subject or title of the conversation.",required:!1}),direction:$.StaticDropdown({displayName:"Direction",description:'"Inbound" means the customer initiated the conversation; "Outbound" means your team initiated it.',required:!1,options:{options:[{label:"Inbound",value:"in"},{label:"Outbound",value:"out"}]}}),replyChannel:$.ShortText({displayName:"Reply Channel",description:'The channel used to reply in this conversation (e.g. "email", "chat").',required:!1})},async run(e){let t=e.auth.secret_text,r=e.propsValue,n={};return r.status&&(n.status=r.status),r.priority!==null&&r.priority!==void 0&&(n.priority=r.priority),r.name!==null&&r.name!==void 0&&(n.name=r.name),r.direction&&(n.direction=r.direction),r.replyChannel!==null&&r.replyChannel!==void 0&&(n.replyChannel=r.replyChannel),await Q.updateConversation({apiKey:t,conversationId:r.conversationId,updates:n})}});var Td=vi({displayName:"Kustomer",description:"Create and manage Kustomer customers, conversations, and custom objects.",minimumSupportedRelease:"0.36.1",logoUrl:"https://cdn.activepieces.com/pieces/kustomer.png",categories:["CUSTOMER_SUPPORT"],authors:["veri5ied","sanket-a11y"],auth:ne,actions:[Ds,Ns,Fs,js,Ls,ws({auth:ne,baseUrl:o(()=>cn,"baseUrl"),authMapping:o(async e=>{let t=e.secret_text;return Q.createAuthHeaders({apiKey:t})},"authMapping")})],triggers:[]});0&&(module.exports={kustomer});
|
|
6
|
+
/*! Bundled license information:
|
|
7
|
+
|
|
8
|
+
mime-types/index.js:
|
|
9
|
+
(*!
|
|
10
|
+
* mime-types
|
|
11
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
12
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
13
|
+
* MIT Licensed
|
|
14
|
+
*)
|
|
15
|
+
*/
|
package/src/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const kustomer: import("@activepieces/pieces-framework").Piece<import("@activepieces/pieces-framework").SecretTextProperty<true>>;
|
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAA6D;AAC7D,iDAAqD;AAErD,2EAA6E;AAC7E,mEAAqE;AACrE,6DAA+D;AAC/D,yEAA0E;AAC1E,2EAA6E;AAC7E,4CAAiD;AACjD,gDAA4E;AAE/D,QAAA,QAAQ,GAAG,IAAA,8BAAW,EAAC;IAClC,WAAW,EAAE,UAAU;IACvB,WAAW,EACT,0EAA0E;IAC5E,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,kDAAkD;IAC3D,UAAU,EAAE,CAAC,sBAAa,CAAC,gBAAgB,CAAC;IAC5C,OAAO,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;IACpC,IAAI,EAAE,mBAAY;IAClB,OAAO,EAAE;QACP,sCAAoB;QACpB,8CAAwB;QACxB,8CAAwB;QACxB,gCAAiB;QACjB,2CAAsB;QACtB,IAAA,yCAAyB,EAAC;YACxB,IAAI,EAAE,mBAAY;YAClB,OAAO,EAAE,GAAG,EAAE,CAAC,8BAAqB;YACpC,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAC1B,MAAM,MAAM,GAAG,IAAI,CAAC,WAAqB,CAAC;gBAC1C,OAAO,uBAAc,CAAC,iBAAiB,CAAC;oBACtC,MAAM;iBACP,CAAC,CAAC;YACL,CAAC,CAAA;SACF,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const createConversationAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
customer: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
|
-
status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
5
|
-
priority: import("@activepieces/pieces-framework").StaticDropdownProperty<number, false>;
|
|
6
|
-
direction: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
7
|
-
externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
8
|
-
replyChannel: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
9
|
-
}>;
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createConversationAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const auth_1 = require("../common/auth");
|
|
7
|
-
const client_1 = require("../common/client");
|
|
8
|
-
exports.createConversationAction = (0, pieces_framework_1.createAction)({
|
|
9
|
-
auth: auth_1.kustomerAuth,
|
|
10
|
-
name: 'create-conversation',
|
|
11
|
-
displayName: 'Create Conversation',
|
|
12
|
-
description: 'Creates a new conversation in Kustomer.',
|
|
13
|
-
audience: 'both',
|
|
14
|
-
aiMetadata: {
|
|
15
|
-
description: 'Creates a new conversation in Kustomer attached to an existing customer. Use to open a support thread for a known customer; the customer ID is required (resolve it first via Get Customer). Optional status, priority, direction, and reply channel set the conversation\'s initial state. Not idempotent — each call creates a separate conversation.',
|
|
16
|
-
idempotent: false,
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
customer: pieces_framework_1.Property.ShortText({
|
|
20
|
-
displayName: 'Customer ID',
|
|
21
|
-
description: 'The Kustomer ID of the customer this conversation belongs to. You can get this from the "Get Customer" action or from the URL when viewing a customer in Kustomer.',
|
|
22
|
-
required: true,
|
|
23
|
-
}),
|
|
24
|
-
name: pieces_framework_1.Property.ShortText({
|
|
25
|
-
displayName: 'Conversation Name',
|
|
26
|
-
description: 'A short subject or title for the conversation (max 256 characters).',
|
|
27
|
-
required: false,
|
|
28
|
-
}),
|
|
29
|
-
status: pieces_framework_1.Property.StaticDropdown({
|
|
30
|
-
displayName: 'Status',
|
|
31
|
-
description: 'The initial status of the conversation.',
|
|
32
|
-
required: false,
|
|
33
|
-
defaultValue: 'open',
|
|
34
|
-
options: {
|
|
35
|
-
options: [
|
|
36
|
-
{ label: 'Open', value: 'open' },
|
|
37
|
-
{ label: 'Done', value: 'done' },
|
|
38
|
-
],
|
|
39
|
-
},
|
|
40
|
-
}),
|
|
41
|
-
priority: pieces_framework_1.Property.StaticDropdown({
|
|
42
|
-
displayName: 'Priority',
|
|
43
|
-
description: 'Conversation priority from 1 (lowest) to 5 (highest).',
|
|
44
|
-
required: false,
|
|
45
|
-
options: {
|
|
46
|
-
options: [
|
|
47
|
-
{ label: '1 — Lowest', value: 1 },
|
|
48
|
-
{ label: '2 — Low', value: 2 },
|
|
49
|
-
{ label: '3 — Medium', value: 3 },
|
|
50
|
-
{ label: '4 — High', value: 4 },
|
|
51
|
-
{ label: '5 — Highest', value: 5 },
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
|
-
}),
|
|
55
|
-
direction: pieces_framework_1.Property.StaticDropdown({
|
|
56
|
-
displayName: 'Direction',
|
|
57
|
-
description: '"Inbound" means the customer initiated the conversation; "Outbound" means your team initiated it.',
|
|
58
|
-
required: false,
|
|
59
|
-
options: {
|
|
60
|
-
options: [
|
|
61
|
-
{ label: 'Inbound', value: 'in' },
|
|
62
|
-
{ label: 'Outbound', value: 'out' },
|
|
63
|
-
],
|
|
64
|
-
},
|
|
65
|
-
}),
|
|
66
|
-
externalId: pieces_framework_1.Property.ShortText({
|
|
67
|
-
displayName: 'External ID',
|
|
68
|
-
description: 'A unique identifier from your own system to link this conversation (max 256 characters).',
|
|
69
|
-
required: false,
|
|
70
|
-
}),
|
|
71
|
-
replyChannel: pieces_framework_1.Property.ShortText({
|
|
72
|
-
displayName: 'Reply Channel',
|
|
73
|
-
description: 'The channel used to reply in this conversation (e.g. "email", "chat"). Leave empty to use the workspace default.',
|
|
74
|
-
required: false,
|
|
75
|
-
}),
|
|
76
|
-
},
|
|
77
|
-
run(context) {
|
|
78
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
79
|
-
const apiKey = context.auth.secret_text;
|
|
80
|
-
const props = context.propsValue;
|
|
81
|
-
const conversation = {
|
|
82
|
-
customer: props.customer,
|
|
83
|
-
};
|
|
84
|
-
if (props.name)
|
|
85
|
-
conversation['name'] = props.name;
|
|
86
|
-
if (props.status)
|
|
87
|
-
conversation['status'] = props.status;
|
|
88
|
-
if (props.priority !== null && props.priority !== undefined)
|
|
89
|
-
conversation['priority'] = props.priority;
|
|
90
|
-
if (props.direction)
|
|
91
|
-
conversation['direction'] = props.direction;
|
|
92
|
-
if (props.externalId)
|
|
93
|
-
conversation['externalId'] = props.externalId;
|
|
94
|
-
if (props.replyChannel)
|
|
95
|
-
conversation['replyChannel'] = props.replyChannel;
|
|
96
|
-
const response = yield client_1.kustomerClient.createConversation({
|
|
97
|
-
apiKey,
|
|
98
|
-
conversation,
|
|
99
|
-
});
|
|
100
|
-
return response;
|
|
101
|
-
});
|
|
102
|
-
},
|
|
103
|
-
});
|
|
104
|
-
//# sourceMappingURL=create-conversation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-conversation.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-conversation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const createCustomerAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
3
|
-
email: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
|
-
phone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
5
|
-
company: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
6
|
-
externalId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
7
|
-
username: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
8
|
-
locale: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
9
|
-
timeZone: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
-
gender: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
11
|
-
birthdayAt: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
-
signedUpAt: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
13
|
-
avatarUrl: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
14
|
-
}>;
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.createCustomerAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const auth_1 = require("../common/auth");
|
|
7
|
-
const client_1 = require("../common/client");
|
|
8
|
-
exports.createCustomerAction = (0, pieces_framework_1.createAction)({
|
|
9
|
-
auth: auth_1.kustomerAuth,
|
|
10
|
-
name: 'create-customer',
|
|
11
|
-
displayName: 'Create Customer',
|
|
12
|
-
description: 'Creates a new customer record in Kustomer.',
|
|
13
|
-
audience: 'both',
|
|
14
|
-
aiMetadata: {
|
|
15
|
-
description: 'Creates a new customer record in Kustomer from identity and profile fields (name, email, phone, company, externalId, locale, etc.). Use to add a contact to Kustomer; pass externalId to link the record back to your own system. Not idempotent — each call creates a separate customer even with identical input, so guard against duplicates.',
|
|
16
|
-
idempotent: false,
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
name: pieces_framework_1.Property.ShortText({
|
|
20
|
-
displayName: 'Full Name',
|
|
21
|
-
description: 'The customer\'s full name (e.g. "Jane Doe").',
|
|
22
|
-
required: false,
|
|
23
|
-
}),
|
|
24
|
-
email: pieces_framework_1.Property.ShortText({
|
|
25
|
-
displayName: 'Email Address',
|
|
26
|
-
description: 'Primary email address of the customer.',
|
|
27
|
-
required: false,
|
|
28
|
-
}),
|
|
29
|
-
phone: pieces_framework_1.Property.ShortText({
|
|
30
|
-
displayName: 'Phone Number',
|
|
31
|
-
description: 'Primary phone number in E.164 format (e.g. "+14155551234").',
|
|
32
|
-
required: false,
|
|
33
|
-
}),
|
|
34
|
-
company: pieces_framework_1.Property.ShortText({
|
|
35
|
-
displayName: 'Company',
|
|
36
|
-
description: 'Name of the company the customer belongs to.',
|
|
37
|
-
required: false,
|
|
38
|
-
}),
|
|
39
|
-
externalId: pieces_framework_1.Property.ShortText({
|
|
40
|
-
displayName: 'External ID',
|
|
41
|
-
description: 'Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.',
|
|
42
|
-
required: false,
|
|
43
|
-
}),
|
|
44
|
-
username: pieces_framework_1.Property.ShortText({
|
|
45
|
-
displayName: 'Username',
|
|
46
|
-
description: "The customer's username in your system.",
|
|
47
|
-
required: false,
|
|
48
|
-
}),
|
|
49
|
-
locale: pieces_framework_1.Property.ShortText({
|
|
50
|
-
displayName: 'Locale',
|
|
51
|
-
description: 'Language/locale code for the customer (e.g. "en_US", "fr_FR", "de_DE").',
|
|
52
|
-
required: false,
|
|
53
|
-
}),
|
|
54
|
-
timeZone: pieces_framework_1.Property.ShortText({
|
|
55
|
-
displayName: 'Time Zone',
|
|
56
|
-
description: 'IANA timezone identifier (e.g. "America/New_York", "Europe/London", "Asia/Tokyo").',
|
|
57
|
-
required: false,
|
|
58
|
-
}),
|
|
59
|
-
gender: pieces_framework_1.Property.StaticDropdown({
|
|
60
|
-
displayName: 'Gender',
|
|
61
|
-
description: "The customer's gender.",
|
|
62
|
-
required: false,
|
|
63
|
-
options: {
|
|
64
|
-
options: [
|
|
65
|
-
{ label: 'Male', value: 'm' },
|
|
66
|
-
{ label: 'Female', value: 'f' },
|
|
67
|
-
],
|
|
68
|
-
},
|
|
69
|
-
}),
|
|
70
|
-
birthdayAt: pieces_framework_1.Property.ShortText({
|
|
71
|
-
displayName: 'Birthday',
|
|
72
|
-
description: 'Customer\'s birth date in ISO 8601 format (e.g. "1990-06-15T00:00:00.000Z").',
|
|
73
|
-
required: false,
|
|
74
|
-
}),
|
|
75
|
-
signedUpAt: pieces_framework_1.Property.ShortText({
|
|
76
|
-
displayName: 'Signed Up At',
|
|
77
|
-
description: 'When the customer registered, in ISO 8601 format (e.g. "2024-01-15T10:30:00.000Z").',
|
|
78
|
-
required: false,
|
|
79
|
-
}),
|
|
80
|
-
avatarUrl: pieces_framework_1.Property.ShortText({
|
|
81
|
-
displayName: 'Avatar URL',
|
|
82
|
-
description: "URL of the customer's profile image.",
|
|
83
|
-
required: false,
|
|
84
|
-
}),
|
|
85
|
-
},
|
|
86
|
-
run(context) {
|
|
87
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
88
|
-
const apiKey = context.auth.secret_text;
|
|
89
|
-
const props = context.propsValue;
|
|
90
|
-
const customer = {};
|
|
91
|
-
if (props.name)
|
|
92
|
-
customer['name'] = props.name;
|
|
93
|
-
if (props.company)
|
|
94
|
-
customer['company'] = props.company;
|
|
95
|
-
if (props.externalId)
|
|
96
|
-
customer['externalId'] = props.externalId;
|
|
97
|
-
if (props.username)
|
|
98
|
-
customer['username'] = props.username;
|
|
99
|
-
if (props.locale)
|
|
100
|
-
customer['locale'] = props.locale;
|
|
101
|
-
if (props.timeZone)
|
|
102
|
-
customer['timeZone'] = props.timeZone;
|
|
103
|
-
if (props.gender)
|
|
104
|
-
customer['gender'] = props.gender;
|
|
105
|
-
if (props.birthdayAt)
|
|
106
|
-
customer['birthdayAt'] = props.birthdayAt;
|
|
107
|
-
if (props.signedUpAt)
|
|
108
|
-
customer['signedUpAt'] = props.signedUpAt;
|
|
109
|
-
if (props.avatarUrl)
|
|
110
|
-
customer['avatarUrl'] = props.avatarUrl;
|
|
111
|
-
if (props.email)
|
|
112
|
-
customer['emails'] = [{ email: props.email }];
|
|
113
|
-
if (props.phone)
|
|
114
|
-
customer['phones'] = [{ phone: props.phone }];
|
|
115
|
-
const response = yield client_1.kustomerClient.createCustomer({ apiKey, customer });
|
|
116
|
-
return response;
|
|
117
|
-
});
|
|
118
|
-
},
|
|
119
|
-
});
|
|
120
|
-
//# sourceMappingURL=create-customer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-customer.js","sourceRoot":"","sources":["../../../../src/lib/actions/create-customer.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const getCustomObjectsAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
klassName: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
fromDate: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
|
-
}>;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getCustomObjectsAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const auth_1 = require("../common/auth");
|
|
7
|
-
const client_1 = require("../common/client");
|
|
8
|
-
exports.getCustomObjectsAction = (0, pieces_framework_1.createAction)({
|
|
9
|
-
auth: auth_1.kustomerAuth,
|
|
10
|
-
name: 'get-custom-objects',
|
|
11
|
-
displayName: 'Get Custom Objects',
|
|
12
|
-
description: 'Retrieves all custom objects (KObjects) for a given class in Kustomer.',
|
|
13
|
-
audience: 'both',
|
|
14
|
-
aiMetadata: {
|
|
15
|
-
description: 'Lists the custom objects (KObjects) of a given class in Kustomer, identified by the class\'s API name (the lowercase identifier, not the display label). Optionally pass a from-date to return only objects created or updated on or after it; leave it empty to return all objects of the class. Use to read or enumerate custom-object records. Read-only and idempotent.',
|
|
16
|
-
idempotent: true,
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
klassName: pieces_framework_1.Property.ShortText({
|
|
20
|
-
displayName: 'KObject Class Name',
|
|
21
|
-
description: 'The API name of the custom object class to fetch (e.g. "order", "ticket"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.',
|
|
22
|
-
required: true,
|
|
23
|
-
}),
|
|
24
|
-
fromDate: pieces_framework_1.Property.ShortText({
|
|
25
|
-
displayName: 'From Date',
|
|
26
|
-
description: 'Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. "2024-01-15T00:00:00.000Z"). Leave empty to return all objects.',
|
|
27
|
-
required: false,
|
|
28
|
-
}),
|
|
29
|
-
},
|
|
30
|
-
run(context) {
|
|
31
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
32
|
-
const apiKey = context.auth.secret_text;
|
|
33
|
-
const { klassName, fromDate } = context.propsValue;
|
|
34
|
-
const response = yield client_1.kustomerClient.getCustomObjects(Object.assign({ apiKey,
|
|
35
|
-
klassName }, (fromDate ? { fromDate } : {})));
|
|
36
|
-
return response;
|
|
37
|
-
});
|
|
38
|
-
},
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=get-custom-objects.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-custom-objects.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-custom-objects.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AAExE,yCAA8C;AAC9C,6CAAkD;AAGrC,QAAA,sBAAsB,GAAG,IAAA,+BAAY,EAAC;IACjD,IAAI,EAAE,mBAAY;IAClB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,oBAAoB;IACjC,WAAW,EACT,wEAAwE;IAC1E,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,6WAA6W;QAC/W,UAAU,EAAE,IAAI;KACjB;IACD,KAAK,EAAE;QACL,SAAS,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC5B,WAAW,EAAE,oBAAoB;YACjC,WAAW,EACT,mMAAmM;YACrM,QAAQ,EAAE,IAAI;SACf,CAAC;QACF,QAAQ,EAAE,2BAAQ,CAAC,SAAS,CAAC;YAC3B,WAAW,EAAE,WAAW;YACxB,WAAW,EACT,yJAAyJ;YAC3J,QAAQ,EAAE,KAAK;SAChB,CAAC;KACH;IACK,GAAG,CAAC,OAAO;;YACf,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,WAAqB,CAAC;YAClD,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC;YAEnD,MAAM,QAAQ,GAAG,MAAM,uBAAc,CAAC,gBAAgB,iBACpD,MAAM;gBACN,SAAS,IACN,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EACjC,CAAC;YAEH,OAAO,QAAQ,CAAC;QAClB,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getCustomerAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const auth_1 = require("../common/auth");
|
|
7
|
-
const client_1 = require("../common/client");
|
|
8
|
-
const utils_1 = require("../common/utils");
|
|
9
|
-
exports.getCustomerAction = (0, pieces_framework_1.createAction)({
|
|
10
|
-
auth: auth_1.kustomerAuth,
|
|
11
|
-
name: 'get-customer',
|
|
12
|
-
displayName: 'Get Customer',
|
|
13
|
-
description: 'Gets a customer by ID from Kustomer.',
|
|
14
|
-
audience: 'both',
|
|
15
|
-
aiMetadata: {
|
|
16
|
-
description: 'Fetches a single Kustomer customer record by its Kustomer customer ID. Use to look up a customer\'s details when you already have their ID. Read-only and idempotent. The customer ID is required.',
|
|
17
|
-
idempotent: true,
|
|
18
|
-
},
|
|
19
|
-
props: {
|
|
20
|
-
customerId: pieces_framework_1.Property.ShortText({
|
|
21
|
-
displayName: 'Customer ID',
|
|
22
|
-
description: 'The Kustomer customer ID.',
|
|
23
|
-
required: true,
|
|
24
|
-
}),
|
|
25
|
-
},
|
|
26
|
-
run(context) {
|
|
27
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
28
|
-
const apiKey = context.auth.secret_text;
|
|
29
|
-
const customerId = utils_1.kustomerUtils.parseRequiredString({
|
|
30
|
-
value: context.propsValue.customerId,
|
|
31
|
-
fieldName: 'Customer ID',
|
|
32
|
-
});
|
|
33
|
-
return client_1.kustomerClient.getCustomer({
|
|
34
|
-
apiKey,
|
|
35
|
-
customerId,
|
|
36
|
-
});
|
|
37
|
-
});
|
|
38
|
-
},
|
|
39
|
-
});
|
|
40
|
-
//# sourceMappingURL=get-customer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-customer.js","sourceRoot":"","sources":["../../../../src/lib/actions/get-customer.ts"],"names":[],"mappings":";;;;AAAA,qEAAwE;AAExE,yCAA8C;AAC9C,6CAAkD;AAClD,2CAAgD;AAEnC,QAAA,iBAAiB,GAAG,IAAA,+BAAY,EAAC;IAC5C,IAAI,EAAE,mBAAY;IAClB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,sCAAsC;IACnD,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE;QACV,WAAW,EACT,oMAAoM;QACtM,UAAU,EAAE,IAAI;KACjB;IACD,KAAK,EAAE;QACL,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,MAAM,GAAE,OAAO,CAAC,IAAI,CAAC,WAAqB,CAAC;YACjD,MAAM,UAAU,GAAG,qBAAa,CAAC,mBAAmB,CAAC;gBACnD,KAAK,EAAE,OAAO,CAAC,UAAU,CAAC,UAAU;gBACpC,SAAS,EAAE,aAAa;aACzB,CAAC,CAAC;YAEH,OAAO,uBAAc,CAAC,WAAW,CAAC;gBAChC,MAAM;gBACN,UAAU;aACX,CAAC,CAAC;QACL,CAAC;KAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const updateConversationAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
|
|
2
|
-
conversationId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
3
|
-
status: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
4
|
-
priority: import("@activepieces/pieces-framework").StaticDropdownProperty<number, false>;
|
|
5
|
-
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
6
|
-
direction: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
7
|
-
replyChannel: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
8
|
-
}>;
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.updateConversationAction = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const auth_1 = require("../common/auth");
|
|
7
|
-
const client_1 = require("../common/client");
|
|
8
|
-
exports.updateConversationAction = (0, pieces_framework_1.createAction)({
|
|
9
|
-
auth: auth_1.kustomerAuth,
|
|
10
|
-
name: 'update-conversation',
|
|
11
|
-
displayName: 'Update Conversation',
|
|
12
|
-
description: 'Updates an existing conversation in Kustomer.',
|
|
13
|
-
audience: 'both',
|
|
14
|
-
aiMetadata: {
|
|
15
|
-
description: 'Updates an existing Kustomer conversation identified by its conversation ID, changing fields such as status (open/done/snoozed), priority, name, direction, or reply channel. Only the fields you supply are modified. Use to change the state of a known conversation. Idempotent — repeating the same update yields the same end state.',
|
|
16
|
-
idempotent: true,
|
|
17
|
-
},
|
|
18
|
-
props: {
|
|
19
|
-
conversationId: pieces_framework_1.Property.ShortText({
|
|
20
|
-
displayName: 'Conversation ID',
|
|
21
|
-
description: 'The Kustomer ID of the conversation to update. You can get this from the "Create Conversation" action output or from the URL when viewing a conversation in Kustomer.',
|
|
22
|
-
required: true,
|
|
23
|
-
}),
|
|
24
|
-
status: pieces_framework_1.Property.StaticDropdown({
|
|
25
|
-
displayName: 'Status',
|
|
26
|
-
description: 'Change the status of the conversation.',
|
|
27
|
-
required: false,
|
|
28
|
-
options: {
|
|
29
|
-
options: [
|
|
30
|
-
{ label: 'Open', value: 'open' },
|
|
31
|
-
{ label: 'Done', value: 'done' },
|
|
32
|
-
{ label: 'Snoozed', value: 'snoozed' },
|
|
33
|
-
],
|
|
34
|
-
},
|
|
35
|
-
}),
|
|
36
|
-
priority: pieces_framework_1.Property.StaticDropdown({
|
|
37
|
-
displayName: 'Priority',
|
|
38
|
-
description: 'Conversation priority from 1 (lowest) to 5 (highest).',
|
|
39
|
-
required: false,
|
|
40
|
-
options: {
|
|
41
|
-
options: [
|
|
42
|
-
{ label: '1 — Lowest', value: 1 },
|
|
43
|
-
{ label: '2 — Low', value: 2 },
|
|
44
|
-
{ label: '3 — Medium', value: 3 },
|
|
45
|
-
{ label: '4 — High', value: 4 },
|
|
46
|
-
{ label: '5 — Highest', value: 5 },
|
|
47
|
-
],
|
|
48
|
-
},
|
|
49
|
-
}),
|
|
50
|
-
name: pieces_framework_1.Property.ShortText({
|
|
51
|
-
displayName: 'Conversation Name',
|
|
52
|
-
description: 'Update the subject or title of the conversation.',
|
|
53
|
-
required: false,
|
|
54
|
-
}),
|
|
55
|
-
direction: pieces_framework_1.Property.StaticDropdown({
|
|
56
|
-
displayName: 'Direction',
|
|
57
|
-
description: '"Inbound" means the customer initiated the conversation; "Outbound" means your team initiated it.',
|
|
58
|
-
required: false,
|
|
59
|
-
options: {
|
|
60
|
-
options: [
|
|
61
|
-
{ label: 'Inbound', value: 'in' },
|
|
62
|
-
{ label: 'Outbound', value: 'out' },
|
|
63
|
-
],
|
|
64
|
-
},
|
|
65
|
-
}),
|
|
66
|
-
replyChannel: pieces_framework_1.Property.ShortText({
|
|
67
|
-
displayName: 'Reply Channel',
|
|
68
|
-
description: 'The channel used to reply in this conversation (e.g. "email", "chat").',
|
|
69
|
-
required: false,
|
|
70
|
-
}),
|
|
71
|
-
},
|
|
72
|
-
run(context) {
|
|
73
|
-
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
74
|
-
const apiKey = context.auth.secret_text;
|
|
75
|
-
const props = context.propsValue;
|
|
76
|
-
const updates = {};
|
|
77
|
-
if (props.status)
|
|
78
|
-
updates['status'] = props.status;
|
|
79
|
-
if (props.priority !== null && props.priority !== undefined)
|
|
80
|
-
updates['priority'] = props.priority;
|
|
81
|
-
if (props.name !== null && props.name !== undefined)
|
|
82
|
-
updates['name'] = props.name;
|
|
83
|
-
if (props.direction)
|
|
84
|
-
updates['direction'] = props.direction;
|
|
85
|
-
if (props.replyChannel !== null && props.replyChannel !== undefined)
|
|
86
|
-
updates['replyChannel'] = props.replyChannel;
|
|
87
|
-
const response = yield client_1.kustomerClient.updateConversation({
|
|
88
|
-
apiKey,
|
|
89
|
-
conversationId: props.conversationId,
|
|
90
|
-
updates,
|
|
91
|
-
});
|
|
92
|
-
return response;
|
|
93
|
-
});
|
|
94
|
-
},
|
|
95
|
-
});
|
|
96
|
-
//# sourceMappingURL=update-conversation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-conversation.js","sourceRoot":"","sources":["../../../../src/lib/actions/update-conversation.ts"],"names":[],"mappings":"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"}
|
package/src/lib/common/auth.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const kustomerAuth: import("@activepieces/pieces-framework").SecretTextProperty<true>;
|
package/src/lib/common/auth.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.kustomerAuth = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_framework_1 = require("@activepieces/pieces-framework");
|
|
6
|
-
const shared_1 = require("@activepieces/shared");
|
|
7
|
-
const client_1 = require("./client");
|
|
8
|
-
exports.kustomerAuth = pieces_framework_1.PieceAuth.SecretText({
|
|
9
|
-
displayName: 'API Token',
|
|
10
|
-
description: `Authenticate using a Kustomer API token.
|
|
11
|
-
|
|
12
|
-
Paste a private Kustomer API token with access to customers, conversations, and KObjects.`,
|
|
13
|
-
required: true,
|
|
14
|
-
validate: (_a) => tslib_1.__awaiter(void 0, [_a], void 0, function* ({ auth }) {
|
|
15
|
-
const apiKey = auth;
|
|
16
|
-
if (!apiKey) {
|
|
17
|
-
return {
|
|
18
|
-
valid: false,
|
|
19
|
-
error: 'Invalid API token.',
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
const { error } = yield (0, shared_1.tryCatch)(() => client_1.kustomerClient.validateAuth({
|
|
23
|
-
apiKey,
|
|
24
|
-
}));
|
|
25
|
-
if (error) {
|
|
26
|
-
return {
|
|
27
|
-
valid: false,
|
|
28
|
-
error: 'Invalid API token or missing Kustomer permissions.',
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
return {
|
|
32
|
-
valid: true,
|
|
33
|
-
};
|
|
34
|
-
}),
|
|
35
|
-
});
|
|
36
|
-
//# sourceMappingURL=auth.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth.js","sourceRoot":"","sources":["../../../../src/lib/common/auth.ts"],"names":[],"mappings":";;;;AAAA,qEAA2D;AAC3D,iDAAgD;AAChD,qCAA0C;AAE7B,QAAA,YAAY,GAAG,4BAAS,CAAC,UAAU,CAAC;IAC/C,WAAW,EAAE,WAAW;IACxB,WAAW,EAAE;;0FAE2E;IACxF,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,KAAiB,EAAE,oDAAZ,EAAE,IAAI,EAAE;QACvB,MAAM,MAAM,GAAG,IAAc,CAAC;QAE9B,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,KAAK,EAAE,oBAAoB;aAC5B,CAAC;QACJ,CAAC;QAED,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAA,iBAAQ,EAAC,GAAG,EAAE,CACpC,uBAAc,CAAC,YAAY,CAAC;YAC1B,MAAM;SACP,CAAC,CACH,CAAC;QAEF,IAAI,KAAK,EAAE,CAAC;YACV,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,KAAK,EAAE,oDAAoD;aAC5D,CAAC;QACJ,CAAC;QAED,OAAO;YACL,KAAK,EAAE,IAAI;SACZ,CAAC;IACJ,CAAC,CAAA;CACF,CAAC,CAAC"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { KustomerJsonObject, KustomerJsonValue } from './types';
|
|
2
|
-
declare function validateAuth({ apiKey, }: {
|
|
3
|
-
apiKey: string;
|
|
4
|
-
}): Promise<void>;
|
|
5
|
-
declare function createCustomer({ apiKey, customer, }: {
|
|
6
|
-
apiKey: string;
|
|
7
|
-
customer: KustomerJsonObject;
|
|
8
|
-
}): Promise<KustomerJsonValue>;
|
|
9
|
-
declare function createConversation({ apiKey, conversation, }: {
|
|
10
|
-
apiKey: string;
|
|
11
|
-
conversation: KustomerJsonObject;
|
|
12
|
-
}): Promise<KustomerJsonValue>;
|
|
13
|
-
declare function updateConversation({ apiKey, conversationId, updates, }: {
|
|
14
|
-
apiKey: string;
|
|
15
|
-
conversationId: string;
|
|
16
|
-
updates: KustomerJsonObject;
|
|
17
|
-
}): Promise<KustomerJsonValue>;
|
|
18
|
-
declare function getCustomer({ apiKey, customerId, }: {
|
|
19
|
-
apiKey: string;
|
|
20
|
-
customerId: string;
|
|
21
|
-
}): Promise<KustomerJsonValue>;
|
|
22
|
-
declare function getCustomObjects({ apiKey, klassName, fromDate, }: {
|
|
23
|
-
apiKey: string;
|
|
24
|
-
klassName: string;
|
|
25
|
-
fromDate?: string;
|
|
26
|
-
}): Promise<KustomerJsonValue>;
|
|
27
|
-
declare function createAuthHeaders({ apiKey, }: {
|
|
28
|
-
apiKey: string;
|
|
29
|
-
}): Record<string, string>;
|
|
30
|
-
export declare const kustomerClient: {
|
|
31
|
-
validateAuth: typeof validateAuth;
|
|
32
|
-
createCustomer: typeof createCustomer;
|
|
33
|
-
createConversation: typeof createConversation;
|
|
34
|
-
updateConversation: typeof updateConversation;
|
|
35
|
-
getCustomer: typeof getCustomer;
|
|
36
|
-
getCustomObjects: typeof getCustomObjects;
|
|
37
|
-
createAuthHeaders: typeof createAuthHeaders;
|
|
38
|
-
};
|
|
39
|
-
export declare const KUSTOMER_API_BASE_URL = "https://api.kustomerapp.com/v1";
|
|
40
|
-
export {};
|
package/src/lib/common/client.js
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KUSTOMER_API_BASE_URL = exports.kustomerClient = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const pieces_common_1 = require("@activepieces/pieces-common");
|
|
6
|
-
function validateAuth(_a) {
|
|
7
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, }) {
|
|
8
|
-
yield sendRequest({
|
|
9
|
-
apiKey,
|
|
10
|
-
method: pieces_common_1.HttpMethod.GET,
|
|
11
|
-
path: '/customers',
|
|
12
|
-
});
|
|
13
|
-
});
|
|
14
|
-
}
|
|
15
|
-
function createCustomer(_a) {
|
|
16
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, customer, }) {
|
|
17
|
-
return sendRequest({
|
|
18
|
-
apiKey,
|
|
19
|
-
method: pieces_common_1.HttpMethod.POST,
|
|
20
|
-
path: '/customers',
|
|
21
|
-
body: customer,
|
|
22
|
-
});
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function createConversation(_a) {
|
|
26
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, conversation, }) {
|
|
27
|
-
return sendRequest({
|
|
28
|
-
apiKey,
|
|
29
|
-
method: pieces_common_1.HttpMethod.POST,
|
|
30
|
-
path: '/conversations',
|
|
31
|
-
body: conversation,
|
|
32
|
-
});
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
function updateConversation(_a) {
|
|
36
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, conversationId, updates, }) {
|
|
37
|
-
return sendRequest({
|
|
38
|
-
apiKey,
|
|
39
|
-
method: pieces_common_1.HttpMethod.PUT,
|
|
40
|
-
path: `/conversations/${encodeURIComponent(conversationId)}`,
|
|
41
|
-
body: updates,
|
|
42
|
-
});
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
function getCustomer(_a) {
|
|
46
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, customerId, }) {
|
|
47
|
-
return sendRequest({
|
|
48
|
-
apiKey,
|
|
49
|
-
method: pieces_common_1.HttpMethod.GET,
|
|
50
|
-
path: `/customers/${encodeURIComponent(customerId)}`,
|
|
51
|
-
});
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
function getCustomObjects(_a) {
|
|
55
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, klassName, fromDate, }) {
|
|
56
|
-
return sendRequest(Object.assign({ apiKey, method: pieces_common_1.HttpMethod.GET, path: `/kobjects/${encodeURIComponent(klassName)}` }, (fromDate ? { queryParams: { fromDate } } : {})));
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
function createAuthHeaders({ apiKey, }) {
|
|
60
|
-
return {
|
|
61
|
-
Authorization: `Bearer ${apiKey}`,
|
|
62
|
-
Accept: 'application/json',
|
|
63
|
-
'Content-Type': 'application/json',
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
function sendRequest(_a) {
|
|
67
|
-
return tslib_1.__awaiter(this, arguments, void 0, function* ({ apiKey, method, path, body, queryParams, }) {
|
|
68
|
-
const request = Object.assign(Object.assign({ method, url: `${exports.KUSTOMER_API_BASE_URL}${path}`, headers: createAuthHeaders({
|
|
69
|
-
apiKey,
|
|
70
|
-
}) }, (body ? { body } : {})), (queryParams ? { queryParams } : {}));
|
|
71
|
-
const response = yield pieces_common_1.httpClient.sendRequest(request);
|
|
72
|
-
return response.body;
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
exports.kustomerClient = {
|
|
76
|
-
validateAuth,
|
|
77
|
-
createCustomer,
|
|
78
|
-
createConversation,
|
|
79
|
-
updateConversation,
|
|
80
|
-
getCustomer,
|
|
81
|
-
getCustomObjects,
|
|
82
|
-
createAuthHeaders,
|
|
83
|
-
};
|
|
84
|
-
exports.KUSTOMER_API_BASE_URL = 'https://api.kustomerapp.com/v1';
|
|
85
|
-
//# sourceMappingURL=client.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../src/lib/common/client.ts"],"names":[],"mappings":";;;;AAAA,+DAIqC;AAQrC,SAAe,YAAY;iEAAC,EAC1B,MAAM,GAGP;QACC,MAAM,WAAW,CAAC;YAChB,MAAM;YACN,MAAM,EAAE,0BAAU,CAAC,GAAG;YACtB,IAAI,EAAE,YAAY;SACnB,CAAC,CAAC;IACL,CAAC;CAAA;AAED,SAAe,cAAc;iEAAC,EAC5B,MAAM,EACN,QAAQ,GAIT;QACC,OAAO,WAAW,CAAC;YACjB,MAAM;YACN,MAAM,EAAE,0BAAU,CAAC,IAAI;YACvB,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,QAAQ;SACf,CAAC,CAAC;IACL,CAAC;CAAA;AAED,SAAe,kBAAkB;iEAAC,EAChC,MAAM,EACN,YAAY,GAIb;QACC,OAAO,WAAW,CAAC;YACjB,MAAM;YACN,MAAM,EAAE,0BAAU,CAAC,IAAI;YACvB,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,YAAY;SACnB,CAAC,CAAC;IACL,CAAC;CAAA;AAED,SAAe,kBAAkB;iEAAC,EAChC,MAAM,EACN,cAAc,EACd,OAAO,GAKR;QACC,OAAO,WAAW,CAAC;YACjB,MAAM;YACN,MAAM,EAAE,0BAAU,CAAC,GAAG;YACtB,IAAI,EAAE,kBAAkB,kBAAkB,CAAC,cAAc,CAAC,EAAE;YAC5D,IAAI,EAAE,OAAO;SACd,CAAC,CAAC;IACL,CAAC;CAAA;AAED,SAAe,WAAW;iEAAC,EACzB,MAAM,EACN,UAAU,GAIX;QACC,OAAO,WAAW,CAAC;YACjB,MAAM;YACN,MAAM,EAAE,0BAAU,CAAC,GAAG;YACtB,IAAI,EAAE,cAAc,kBAAkB,CAAC,UAAU,CAAC,EAAE;SACrD,CAAC,CAAC;IACL,CAAC;CAAA;AAED,SAAe,gBAAgB;iEAAC,EAC9B,MAAM,EACN,SAAS,EACT,QAAQ,GAKT;QACC,OAAO,WAAW,iBAChB,MAAM,EACN,MAAM,EAAE,0BAAU,CAAC,GAAG,EACtB,IAAI,EAAE,aAAa,kBAAkB,CAAC,SAAS,CAAC,EAAE,IAC/C,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,EAAE,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAClD,CAAC;IACL,CAAC;CAAA;AAED,SAAS,iBAAiB,CAAC,EACzB,MAAM,GAGP;IACC,OAAO;QACL,aAAa,EAAE,UAAU,MAAM,EAAE;QACjC,MAAM,EAAE,kBAAkB;QAC1B,cAAc,EAAE,kBAAkB;KACnC,CAAC;AACJ,CAAC;AAED,SAAe,WAAW;iEAAC,EACzB,MAAM,EACN,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,WAAW,GAOZ;QACC,MAAM,OAAO,iCACX,MAAM,EACN,GAAG,EAAE,GAAG,6BAAqB,GAAG,IAAI,EAAE,EACtC,OAAO,EAAE,iBAAiB,CAAC;gBACzB,MAAM;aACP,CAAC,IACC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,GACtB,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CACxC,CAAC;QACF,MAAM,QAAQ,GAAG,MAAM,0BAAU,CAAC,WAAW,CAAoB,OAAO,CAAC,CAAC;QAE1E,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;CAAA;AAEY,QAAA,cAAc,GAAG;IAC5B,YAAY;IACZ,cAAc;IACd,kBAAkB;IAClB,kBAAkB;IAClB,WAAW;IACX,gBAAgB;IAChB,iBAAiB;CAClB,CAAC;AAEW,QAAA,qBAAqB,GAAG,gCAAgC,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export type KustomerJsonPrimitive = string | number | boolean | null;
|
|
2
|
-
export type KustomerJsonValue = KustomerJsonPrimitive | KustomerJsonObject | KustomerJsonValue[];
|
|
3
|
-
export type KustomerJsonObject = {
|
|
4
|
-
[key: string]: KustomerJsonValue;
|
|
5
|
-
};
|
|
6
|
-
export type KustomerQueryParams = Record<string, string>;
|
package/src/lib/common/types.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/lib/common/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { KustomerJsonObject } from './types';
|
|
2
|
-
declare function parseRequiredString({ value, fieldName, }: {
|
|
3
|
-
value: unknown;
|
|
4
|
-
fieldName: string;
|
|
5
|
-
}): string;
|
|
6
|
-
declare function parseJsonObject({ value, fieldName, }: {
|
|
7
|
-
value: unknown;
|
|
8
|
-
fieldName: string;
|
|
9
|
-
}): KustomerJsonObject;
|
|
10
|
-
export declare const kustomerUtils: {
|
|
11
|
-
parseRequiredString: typeof parseRequiredString;
|
|
12
|
-
parseJsonObject: typeof parseJsonObject;
|
|
13
|
-
};
|
|
14
|
-
export {};
|
package/src/lib/common/utils.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.kustomerUtils = void 0;
|
|
4
|
-
function parseRequiredString({ value, fieldName, }) {
|
|
5
|
-
if (typeof value !== 'string' || value.trim().length === 0) {
|
|
6
|
-
throw new Error(`${fieldName} is required.`);
|
|
7
|
-
}
|
|
8
|
-
return value.trim();
|
|
9
|
-
}
|
|
10
|
-
function parseJsonObject({ value, fieldName, }) {
|
|
11
|
-
if (!isKustomerJsonObject(value)) {
|
|
12
|
-
throw new Error(`${fieldName} must be a JSON object.`);
|
|
13
|
-
}
|
|
14
|
-
return value;
|
|
15
|
-
}
|
|
16
|
-
function isKustomerJsonObject(value) {
|
|
17
|
-
if (typeof value !== 'object' || value === null || Array.isArray(value)) {
|
|
18
|
-
return false;
|
|
19
|
-
}
|
|
20
|
-
return Object.values(value).every(isKustomerJsonValue);
|
|
21
|
-
}
|
|
22
|
-
function isKustomerJsonValue(value) {
|
|
23
|
-
if (typeof value === 'string' ||
|
|
24
|
-
typeof value === 'number' ||
|
|
25
|
-
typeof value === 'boolean' ||
|
|
26
|
-
value === null) {
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
if (Array.isArray(value)) {
|
|
30
|
-
return value.every(isKustomerJsonValue);
|
|
31
|
-
}
|
|
32
|
-
return isKustomerJsonObject(value);
|
|
33
|
-
}
|
|
34
|
-
exports.kustomerUtils = {
|
|
35
|
-
parseRequiredString,
|
|
36
|
-
parseJsonObject,
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/lib/common/utils.ts"],"names":[],"mappings":";;;AAEA,SAAS,mBAAmB,CAAC,EAC3B,KAAK,EACL,SAAS,GAIV;IACC,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC3D,MAAM,IAAI,KAAK,CAAC,GAAG,SAAS,eAAe,CAAC,CAAC;IAC/C,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,EAAE,CAAC;AACtB,CAAC;AAED,SAAS,eAAe,CAAC,EACvB,KAAK,EACL,SAAS,GAIV;IACC,IAAI,CAAC,oBAAoB,CAAC,KAAK,CAAC,EAAE,CAAC;QACjC,MAAM,IAAI,KAAK,CAAC,GAAG,SAAS,yBAAyB,CAAC,CAAC;IACzD,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,oBAAoB,CAAC,KAAc;IAC1C,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACxE,OAAO,KAAK,CAAC;IACf,CAAC;IAED,OAAO,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;AACzD,CAAC;AAED,SAAS,mBAAmB,CAAC,KAAc;IACzC,IACE,OAAO,KAAK,KAAK,QAAQ;QACzB,OAAO,KAAK,KAAK,QAAQ;QACzB,OAAO,KAAK,KAAK,SAAS;QAC1B,KAAK,KAAK,IAAI,EACd,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACzB,OAAO,KAAK,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAC1C,CAAC;IAED,OAAO,oBAAoB,CAAC,KAAK,CAAC,CAAC;AACrC,CAAC;AAEY,QAAA,aAAa,GAAG;IAC3B,mBAAmB;IACnB,eAAe;CAChB,CAAC"}
|