@activepieces/piece-kustomer 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "@activepieces/piece-kustomer",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
- "types": "./src/index.d.ts",
7
- "dependencies": {
8
- "@activepieces/pieces-common": "0.12.3",
9
- "@activepieces/pieces-framework": "0.30.0",
10
- "@activepieces/shared": "0.87.1",
11
- "tslib": "2.3.0"
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
- exports.kustomer = void 0;
4
- const tslib_1 = require("tslib");
5
- const pieces_common_1 = require("@activepieces/pieces-common");
6
- const pieces_framework_1 = require("@activepieces/pieces-framework");
7
- const shared_1 = require("@activepieces/shared");
8
- const create_conversation_1 = require("./lib/actions/create-conversation");
9
- const create_customer_1 = require("./lib/actions/create-customer");
10
- const get_customer_1 = require("./lib/actions/get-customer");
11
- const get_custom_objects_1 = require("./lib/actions/get-custom-objects");
12
- const update_conversation_1 = require("./lib/actions/update-conversation");
13
- const auth_1 = require("./lib/common/auth");
14
- const client_1 = require("./lib/common/client");
15
- exports.kustomer = (0, pieces_framework_1.createPiece)({
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 nu=Object.create;var Je=Object.defineProperty;var ou=Object.getOwnPropertyDescriptor;var iu=Object.getOwnPropertyNames;var au=Object.getPrototypeOf,su=Object.prototype.hasOwnProperty;var o=(e,t)=>Je(e,"name",{value:t,configurable:!0});var T=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(r){throw t=0,r}},yn=(e,t)=>{for(var r in t)Je(e,r,{get:t[r],enumerable:!0})},hn=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of iu(t))!su.call(e,i)&&i!==r&&Je(e,i,{get:()=>t[i],enumerable:!(n=ou(t,i))||n.enumerable});return e};var De=(e,t,r)=>(r=e!=null?nu(au(e)):{},hn(t||!e||!e.__esModule?Je(r,"default",{value:e,enumerable:!0}):r,e)),uu=e=>hn(Je({},"__esModule",{value:!0}),e);var Fo=T((Lo,Bt)=>{(function(e){"use strict";let t="(0?\\d+|0x[a-f0-9]+)",r={fourOctet:new RegExp(`^${t}\\.${t}\\.${t}\\.${t}$`,"i"),threeOctet:new RegExp(`^${t}\\.${t}\\.${t}$`,"i"),twoOctet:new RegExp(`^${t}\\.${t}$`,"i"),longValue:new RegExp(`^${t}$`,"i")},n=new RegExp("^0[0-7]+$","i"),i=new RegExp("^0x[a-f0-9]+$","i"),u="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",l={zoneIndex:new RegExp(u,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${u})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${u})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${u})?$`,"i")};function y(s,d){if(s.indexOf("::")!==s.lastIndexOf("::"))return null;let f=0,m=-1,v=(s.match(l.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>d)return null;for(j=d-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)),d=(function(){let ee=s.split(":"),ae=[];for(let Ke=0;Ke<ee.length;Ke++)ae.push(parseInt(ee[Ke],16));return ae})(),{parts:d,zoneId:v}}o(y,"expandIPv6");function h(s,d,f,m){if(s.length!==d.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let v=0,P;for(;m>0;){if(P=f-m,P<0&&(P=0),s[v]>>P!==d[v]>>P)return!1;m-=f,v+=1}return!0}o(h,"matchCIDR");function _(s){if(i.test(s))return parseInt(s,16);if(s[0]==="0"&&!isNaN(parseInt(s[1],10))){if(n.test(s))return parseInt(s,8);throw new Error(`ipaddr: cannot parse ${s} as octal`)}return parseInt(s,10)}o(_,"parseIntAuto");function S(s,d){for(;s.length<d;)s=`0${s}`;return s}o(S,"padPart");let x={};x.IPv4=(function(){function s(d){if(d.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let f,m;for(f=0;f<d.length;f++)if(m=d[f],!(0<=m&&m<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=d}return o(s,"IPv4"),s.prototype.SpecialRanges={unspecified:[[new s([0,0,0,0]),8]],broadcast:[[new s([255,255,255,255]),32]],multicast:[[new s([224,0,0,0]),4]],linkLocal:[[new s([169,254,0,0]),16]],loopback:[[new s([127,0,0,0]),8]],carrierGradeNat:[[new s([100,64,0,0]),10]],private:[[new s([10,0,0,0]),8],[new s([172,16,0,0]),12],[new s([192,168,0,0]),16]],reserved:[[new s([192,0,0,0]),24],[new s([192,0,2,0]),24],[new s([192,88,99,0]),24],[new s([198,18,0,0]),15],[new s([198,51,100,0]),24],[new s([203,0,113,0]),24],[new s([240,0,0,0]),4]],as112:[[new s([192,175,48,0]),24],[new s([192,31,196,0]),24]],amt:[[new s([192,52,193,0]),24]]},s.prototype.kind=function(){return"ipv4"},s.prototype.match=function(d,f){let m;if(f===void 0&&(m=d,d=m[0],f=m[1]),d.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return h(this.octets,d.octets,8,f)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,f=!1,m={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0},v,P,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),d+=j}else return null;return 32-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){return this.octets.slice(0)},s.prototype.toIPv4MappedAddress=function(){return x.IPv6.parse(`::ffff:${this.toString()}`)},s.prototype.toNormalizedString=function(){return this.toString()},s.prototype.toString=function(){return this.octets.join(".")},s})(),x.IPv4.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),f=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<4;)v.push(parseInt(f[P],10)|parseInt(m[P],10)^255),P++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.isIPv4=function(s){return this.parser(s)!==null},x.IPv4.isValid=function(s){try{return new this(this.parser(s)),!0}catch{return!1}},x.IPv4.isValidCIDR=function(s){try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv4.isValidFourPartDecimal=function(s){return!!(x.IPv4.isValid(s)&&s.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},x.IPv4.isValidCIDRFourPartDecimal=function(s){let d=s.match(/^(.+)\/(\d+)$/);return!x.IPv4.isValidCIDR(s)||!d?!1:x.IPv4.isValidFourPartDecimal(d[1])},x.IPv4.networkAddressFromCIDR=function(s){let d,f,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],f=0;f<4;)v.push(parseInt(m[f],10)&parseInt(P[f],10)),f++;return new this(v)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.parse=function(s){let d=this.parser(s);if(d===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(d)},x.IPv4.parseCIDR=function(s){let d;if(d=s.match(/^(.+)\/(\d+)$/)){let f=parseInt(d[2]);if(f>=0&&f<=32){let m=[this.parse(d[1]),f];return Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},x.IPv4.parser=function(s){let d,f,m;if(d=s.match(r.fourOctet))return(function(){let v=d.slice(1,6),P=[];for(let j=0;j<v.length;j++)f=v[j],P.push(_(f));return P})();if(d=s.match(r.longValue)){if(m=_(d[1]),m>4294967295||m<0)throw new Error("ipaddr: address outside defined range");return(function(){let v=[],P;for(P=0;P<=24;P+=8)v.push(m>>P&255);return v})().reverse()}else return(d=s.match(r.twoOctet))?(function(){let v=d.slice(1,4),P=[];if(m=_(v[1]),m>16777215||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(m>>16&255),P.push(m>>8&255),P.push(m&255),P})():(d=s.match(r.threeOctet))?(function(){let v=d.slice(1,5),P=[];if(m=_(v[2]),m>65535||m<0)throw new Error("ipaddr: address outside defined range");return P.push(_(v[0])),P.push(_(v[1])),P.push(m>>8&255),P.push(m&255),P})():null},x.IPv4.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>32)throw new Error("ipaddr: invalid IPv4 prefix length");let d=[0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)d[f]=255,f++;return m<4&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.IPv6=(function(){function s(d,f){let m,v;if(d.length===16)for(this.parts=[],m=0;m<=14;m+=2)this.parts.push(d[m]<<8|d[m+1]);else if(d.length===8)this.parts=d;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(m=0;m<this.parts.length;m++)if(v=this.parts[m],!(0<=v&&v<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");f&&(this.zoneId=f)}return o(s,"IPv6"),s.prototype.SpecialRanges={unspecified:[new s([0,0,0,0,0,0,0,0]),128],linkLocal:[new s([65152,0,0,0,0,0,0,0]),10],multicast:[new s([65280,0,0,0,0,0,0,0]),8],loopback:[new s([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new s([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new s([0,0,0,0,0,65535,0,0]),96],discard:[new s([256,0,0,0,0,0,0,0]),64],rfc6145:[new s([0,0,0,0,65535,0,0,0]),96],rfc6052:[new s([100,65435,0,0,0,0,0,0]),96],"6to4":[new s([8194,0,0,0,0,0,0,0]),16],teredo:[new s([8193,0,0,0,0,0,0,0]),32],benchmarking:[new s([8193,2,0,0,0,0,0,0]),48],amt:[new s([8193,3,0,0,0,0,0,0]),32],as112v6:[[new s([8193,4,274,0,0,0,0,0]),48],[new s([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new s([8193,16,0,0,0,0,0,0]),28],orchid2:[new s([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new s([8193,48,0,0,0,0,0,0]),28],reserved:[[new s([8193,0,0,0,0,0,0,0]),23],[new s([8193,3512,0,0,0,0,0,0]),32]]},s.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},s.prototype.kind=function(){return"ipv6"},s.prototype.match=function(d,f){let m;if(f===void 0&&(m=d,d=m[0],f=m[1]),d.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return h(this.parts,d.parts,16,f)},s.prototype.prefixLengthFromSubnetMask=function(){let d=0,f=!1,m={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0},v,P;for(let 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),d+=P}else return null;return 128-d},s.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},s.prototype.toByteArray=function(){let d,f=[],m=this.parts;for(let v=0;v<m.length;v++)d=m[v],f.push(d>>8),f.push(d&255);return f},s.prototype.toFixedLengthString=function(){let d=(function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(S(this.parts[v].toString(16),4));return m}).call(this).join(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),d+f},s.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");let d=this.parts.slice(-2),f=d[0],m=d[1];return new x.IPv4([f>>8,f&255,m>>8,m&255])},s.prototype.toNormalizedString=function(){let d=(function(){let m=[];for(let v=0;v<this.parts.length;v++)m.push(this.parts[v].toString(16));return m}).call(this).join(":"),f="";return this.zoneId&&(f=`%${this.zoneId}`),d+f},s.prototype.toRFC5952String=function(){let d=/((^|:)(0(:|$)){2,})/g,f=this.toNormalizedString(),m=0,v=-1,P;for(;P=d.exec(f);)P[0].length>v&&(m=P.index,v=P[0].length);return v<0?f:`${f.substring(0,m)}::${f.substring(m+v)}`},s.prototype.toString=function(){return this.toRFC5952String()},s})(),x.IPv6.broadcastAddressFromCIDR=function(s){try{let d=this.parseCIDR(s),f=d[0].toByteArray(),m=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],P=0;for(;P<16;)v.push(parseInt(f[P],10)|parseInt(m[P],10)^255),P++;return new this(v)}catch(d){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${d})`)}},x.IPv6.isIPv6=function(s){return this.parser(s)!==null},x.IPv6.isValid=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{let d=this.parser(s);return new this(d.parts,d.zoneId),!0}catch{return!1}},x.IPv6.isValidCIDR=function(s){if(typeof s=="string"&&s.indexOf(":")===-1)return!1;try{return this.parseCIDR(s),!0}catch{return!1}},x.IPv6.networkAddressFromCIDR=function(s){let d,f,m,v,P;try{for(d=this.parseCIDR(s),m=d[0].toByteArray(),P=this.subnetMaskFromPrefixLength(d[1]).toByteArray(),v=[],f=0;f<16;)v.push(parseInt(m[f],10)&parseInt(P[f],10)),f++;return new this(v)}catch(j){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${j})`)}},x.IPv6.parse=function(s){let d=this.parser(s);if(d.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(d.parts,d.zoneId)},x.IPv6.parseCIDR=function(s){let d,f,m;if((f=s.match(/^(.+)\/(\d+)$/))&&(d=parseInt(f[2]),d>=0&&d<=128))return m=[this.parse(f[1]),d],Object.defineProperty(m,"toString",{value:o(function(){return this.join("/")},"value")}),m;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},x.IPv6.parser=function(s){let d,f,m,v,P,j;if(m=s.match(l.deprecatedTransitional))return this.parser(`::ffff:${m[1]}`);if(l.native.test(s))return y(s,8);if((m=s.match(l.transitional))&&(j=m[6]||"",d=m[1],m[1].endsWith("::")||(d=d.slice(0,-1)),d=y(d+j,6),d.parts)){for(P=[parseInt(m[2]),parseInt(m[3]),parseInt(m[4]),parseInt(m[5])],f=0;f<P.length;f++)if(v=P[f],!(0<=v&&v<=255))return null;return d.parts.push(P[0]<<8|P[1]),d.parts.push(P[2]<<8|P[3]),{parts:d.parts,zoneId:d.zoneId}}return null},x.IPv6.subnetMaskFromPrefixLength=function(s){if(s=parseInt(s),s<0||s>128)throw new Error("ipaddr: invalid IPv6 prefix length");let d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],f=0,m=Math.floor(s/8);for(;f<m;)d[f]=255,f++;return m<16&&(d[m]=Math.pow(2,s%8)-1<<8-s%8),new this(d)},x.fromByteArray=function(s){let d=s.length;if(d===4)return new x.IPv4(s);if(d===16)return new x.IPv6(s);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},x.isValid=function(s){return x.IPv6.isValid(s)||x.IPv4.isValid(s)},x.isValidCIDR=function(s){return x.IPv6.isValidCIDR(s)||x.IPv4.isValidCIDR(s)},x.parse=function(s){if(x.IPv6.isValid(s))return x.IPv6.parse(s);if(x.IPv4.isValid(s))return x.IPv4.parse(s);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},x.parseCIDR=function(s){try{return x.IPv6.parseCIDR(s)}catch{try{return x.IPv4.parseCIDR(s)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},x.process=function(s){let d=this.parse(s);return d.kind()==="ipv6"&&d.isIPv4MappedAddress()?d.toIPv4Address():d},x.subnetMatch=function(s,d,f){let m,v,P,j;f==null&&(f="unicast");for(v in d)if(Object.prototype.hasOwnProperty.call(d,v)){for(P=d[v],P[0]&&!(P[0]instanceof Array)&&(P=[P]),m=0;m<P.length;m++)if(j=P[m],s.kind()===j[0].kind()&&s.match.apply(s,j))return v}return f},typeof Bt<"u"&&Bt.exports?Bt.exports=x:e.ipaddr=x})(Lo)});var Bi=T(($A,Fi)=>{var Li=require("stream").Stream,Vp=require("util");Fi.exports=ce;function ce(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}o(ce,"DelayedStream");Vp.inherits(ce,Li);ce.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(ce.prototype,"readable",{configurable:!0,enumerable:!0,get:o(function(){return this.source.readable},"get")});ce.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ce.prototype.resume=function(){this._released||this.release(),this.source.resume()};ce.prototype.pause=function(){this.source.pause()};ce.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ce.prototype.pipe=function(){var e=Li.prototype.pipe.apply(this,arguments);return this.resume(),e};ce.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)};ce.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 Gi=T((AA,Hi)=>{var Hp=require("util"),Vi=require("stream").Stream,Zi=Bi();Hi.exports=W;function W(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}o(W,"CombinedStream");Hp.inherits(W,Vi);W.create=function(e){var t=new this;e=e||{};for(var r in e)t[r]=e[r];return t};W.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};W.prototype.append=function(e){var t=W.isStreamLike(e);if(t){if(!(e instanceof 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};W.prototype.pipe=function(e,t){return Vi.prototype.pipe.call(this,e,t),this.resume(),e};W.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};W.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(r){var n=W.isStreamLike(r);n&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))};W.prototype._pipeNext=function(e){this._currentStream=e;var t=W.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var r=e;this.write(r),this._getNext()};W.prototype._handleErrors=function(e){var t=this;e.on("error",function(r){t._emitError(r)})};W.prototype.write=function(e){this.emit("data",e)};W.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};W.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};W.prototype.end=function(){this._reset(),this.emit("end")};W.prototype.destroy=function(){this._reset(),this.emit("close")};W.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};W.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};W.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};W.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var qi=T((OA,Wi)=>{"use strict";Wi.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 Xi=T(Y=>{"use strict";var Kt=qi(),Gp=require("path").extname,Ki=/^\s*([^;\s]*)(?:;|\s|$)/,Wp=/^text\//i;Y.charset=Ji;Y.charsets={lookup:Ji};Y.contentType=qp;Y.extension=Kp;Y.extensions=Object.create(null);Y.lookup=Jp;Y.types=Object.create(null);Xp(Y.extensions,Y.types);function Ji(e){if(!e||typeof e!="string")return!1;var t=Ki.exec(e),r=t&&Kt[t[1].toLowerCase()];return r&&r.charset?r.charset:t&&Wp.test(t[1])?"UTF-8":!1}o(Ji,"charset");function qp(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(qp,"contentType");function Kp(e){if(!e||typeof e!="string")return!1;var t=Ki.exec(e),r=t&&Y.extensions[t[1].toLowerCase()];return!r||!r.length?!1:r[0]}o(Kp,"extension");function Jp(e){if(!e||typeof e!="string")return!1;var t=Gp("x."+e).toLowerCase().substr(1);return t&&Y.types[t]||!1}o(Jp,"lookup");function Xp(e,t){var r=["nginx","apache",void 0,"iana"];Object.keys(Kt).forEach(o(function(i){var u=Kt[i],c=u.extensions;if(!(!c||!c.length)){e[i]=c;for(var l=0;l<c.length;l++){var y=c[l];if(t[y]){var h=r.indexOf(Kt[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(Xp,"populateMaps")});var Qi=T((RA,Yi)=>{Yi.exports=Yp;function Yp(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}o(Yp,"defer")});var Hr=T((DA,ta)=>{var ea=Qi();ta.exports=Qp;function Qp(e){var t=!1;return ea(function(){t=!0}),o(function(n,i){t?e(n,i):ea(o(function(){e(n,i)},"nextTick_callback"))},"async_callback")}o(Qp,"async")});var Gr=T((UA,ra)=>{ra.exports=el;function el(e){Object.keys(e.jobs).forEach(tl.bind(e)),e.jobs={}}o(el,"abort");function tl(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}o(tl,"clean")});var Wr=T((jA,oa)=>{var na=Hr(),rl=Gr();oa.exports=nl;function nl(e,t,r,n){var i=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[i]=ol(t,i,e[i],function(u,c){i in r.jobs&&(delete r.jobs[i],u?rl(r):r.results[i]=c,n(u,r.results))})}o(nl,"iterate");function ol(e,t,r,n){var i;return e.length==2?i=e(r,na(n)):i=e(r,t,na(n)),i}o(ol,"runJob")});var qr=T((FA,ia)=>{ia.exports=il;function il(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(il,"state")});var Kr=T((ZA,aa)=>{var al=Gr(),sl=Hr();aa.exports=ul;function ul(e){Object.keys(this.jobs).length&&(this.index=this.size,al(this),sl(e)(null,this.results))}o(ul,"terminator")});var ua=T((HA,sa)=>{var cl=Wr(),pl=qr(),ll=Kr();sa.exports=dl;function dl(e,t,r){for(var n=pl(e);n.index<(n.keyedList||e).length;)cl(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 ll.bind(n,r)}o(dl,"parallel")});var Jr=T((WA,Jt)=>{var ca=Wr(),ml=qr(),fl=Kr();Jt.exports=gl;Jt.exports.ascending=pa;Jt.exports.descending=yl;function gl(e,t,r,n){var i=ml(e,r);return ca(e,t,i,o(function u(c,l){if(c){n(c,l);return}if(i.index++,i.index<(i.keyedList||e).length){ca(e,t,i,u);return}n(null,i.results)},"iteratorHandler")),fl.bind(i,n)}o(gl,"serialOrdered");function pa(e,t){return e<t?-1:e>t?1:0}o(pa,"ascending");function yl(e,t){return-1*pa(e,t)}o(yl,"descending")});var da=T((KA,la)=>{var hl=Jr();la.exports=vl;function vl(e,t,r){return hl(e,t,null,r)}o(vl,"serial")});var fa=T((XA,ma)=>{ma.exports={parallel:ua(),serial:da(),serialOrdered:Jr()}});var Xr=T((YA,ga)=>{"use strict";ga.exports=Object});var ha=T((QA,ya)=>{"use strict";ya.exports=Error});var xa=T((ez,va)=>{"use strict";va.exports=EvalError});var Pa=T((tz,_a)=>{"use strict";_a.exports=RangeError});var Ia=T((rz,ba)=>{"use strict";ba.exports=ReferenceError});var Ea=T((nz,Ta)=>{"use strict";Ta.exports=SyntaxError});var Xt=T((oz,$a)=>{"use strict";$a.exports=TypeError});var Aa=T((iz,Sa)=>{"use strict";Sa.exports=URIError});var Oa=T((az,za)=>{"use strict";za.exports=Math.abs});var wa=T((sz,ka)=>{"use strict";ka.exports=Math.floor});var Na=T((uz,Ra)=>{"use strict";Ra.exports=Math.max});var Ca=T((cz,Da)=>{"use strict";Da.exports=Math.min});var Ma=T((pz,Ua)=>{"use strict";Ua.exports=Math.pow});var La=T((lz,ja)=>{"use strict";ja.exports=Math.round});var Ba=T((dz,Fa)=>{"use strict";Fa.exports=Number.isNaN||o(function(t){return t!==t},"isNaN")});var Va=T((fz,Za)=>{"use strict";var xl=Ba();Za.exports=o(function(t){return xl(t)||t===0?t:t<0?-1:1},"sign")});var Ga=T((yz,Ha)=>{"use strict";Ha.exports=Object.getOwnPropertyDescriptor});var Yr=T((hz,Wa)=>{"use strict";var Yt=Ga();if(Yt)try{Yt([],"length")}catch{Yt=null}Wa.exports=Yt});var Ka=T((vz,qa)=>{"use strict";var Qt=Object.defineProperty||!1;if(Qt)try{Qt({},"a",{value:1})}catch{Qt=!1}qa.exports=Qt});var Qr=T((xz,Ja)=>{"use strict";Ja.exports=o(function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;t[r]=i;for(var u in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var c=Object.getOwnPropertySymbols(t);if(c.length!==1||c[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==i||l.enumerable!==!0)return!1}return!0},"hasSymbols")});var Qa=T((Pz,Ya)=>{"use strict";var Xa=typeof Symbol<"u"&&Symbol,_l=Qr();Ya.exports=o(function(){return typeof Xa!="function"||typeof Symbol!="function"||typeof Xa("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:_l()},"hasNativeSymbols")});var en=T((Iz,es)=>{"use strict";es.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var tn=T((Tz,ts)=>{"use strict";var Pl=Xr();ts.exports=Pl.getPrototypeOf||null});var os=T((Ez,ns)=>{"use strict";var bl="Function.prototype.bind called on incompatible ",Il=Object.prototype.toString,Tl=Math.max,El="[object Function]",rs=o(function(t,r){for(var n=[],i=0;i<t.length;i+=1)n[i]=t[i];for(var u=0;u<r.length;u+=1)n[u+t.length]=r[u];return n},"concatty"),$l=o(function(t,r){for(var n=[],i=r||0,u=0;i<t.length;i+=1,u+=1)n[u]=t[i];return n},"slicy"),Sl=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");ns.exports=o(function(t){var r=this;if(typeof r!="function"||Il.apply(r)!==El)throw new TypeError(bl+r);for(var n=$l(arguments,1),i,u=o(function(){if(this instanceof i){var _=r.apply(this,rs(n,arguments));return Object(_)===_?_:this}return r.apply(t,rs(n,arguments))},"binder"),c=Tl(0,r.length-n.length),l=[],y=0;y<c;y++)l[y]="$"+y;if(i=Function("binder","return function ("+Sl(l,",")+"){ return binder.apply(this,arguments); }")(u),r.prototype){var h=o(function(){},"Empty");h.prototype=r.prototype,i.prototype=new h,h.prototype=null}return i},"bind")});var Ze=T((Sz,is)=>{"use strict";var Al=os();is.exports=Function.prototype.bind||Al});var er=T((Az,as)=>{"use strict";as.exports=Function.prototype.call});var rn=T((zz,ss)=>{"use strict";ss.exports=Function.prototype.apply});var cs=T((Oz,us)=>{"use strict";us.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var ls=T((kz,ps)=>{"use strict";var zl=Ze(),Ol=rn(),kl=er(),wl=cs();ps.exports=wl||zl.call(kl,Ol)});var ms=T((wz,ds)=>{"use strict";var Rl=Ze(),Nl=Xt(),Dl=er(),Cl=ls();ds.exports=o(function(t){if(t.length<1||typeof t[0]!="function")throw new Nl("a function is required");return Cl(Rl,Dl,t)},"callBindBasic")});var xs=T((Nz,vs)=>{"use strict";var Ul=ms(),fs=Yr(),ys;try{ys=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var nn=!!ys&&fs&&fs(Object.prototype,"__proto__"),hs=Object,gs=hs.getPrototypeOf;vs.exports=nn&&typeof nn.get=="function"?Ul([nn.get]):typeof gs=="function"?o(function(t){return gs(t==null?t:hs(t))},"getDunder"):!1});var Ts=T((Cz,Is)=>{"use strict";var _s=en(),Ps=tn(),bs=xs();Is.exports=_s?o(function(t){return _s(t)},"getProto"):Ps?o(function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return Ps(t)},"getProto"):bs?o(function(t){return bs(t)},"getProto"):null});var on=T((Mz,Es)=>{"use strict";var Ml=Function.prototype.call,jl=Object.prototype.hasOwnProperty,Ll=Ze();Es.exports=Ll.call(Ml,jl)});var ws=T((jz,ks)=>{"use strict";var M,Fl=Xr(),Bl=ha(),Zl=xa(),Vl=Pa(),Hl=Ia(),We=Ea(),Ge=Xt(),Gl=Aa(),Wl=Oa(),ql=wa(),Kl=Na(),Jl=Ca(),Xl=Ma(),Yl=La(),Ql=Va(),zs=Function,an=o(function(e){try{return zs('"use strict"; return ('+e+").constructor;")()}catch{}},"getEvalledConstructor"),vt=Yr(),ed=Ka(),sn=o(function(){throw new Ge},"throwTypeError"),td=vt?(function(){try{return arguments.callee,sn}catch{try{return vt(arguments,"callee").get}catch{return sn}}})():sn,Ve=Qa()(),J=Ts(),rd=tn(),nd=en(),Os=rn(),xt=er(),He={},od=typeof Uint8Array>"u"||!J?M:J(Uint8Array),Ne={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?M:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?M:ArrayBuffer,"%ArrayIteratorPrototype%":Ve&&J?J([][Symbol.iterator]()):M,"%AsyncFromSyncIteratorPrototype%":M,"%AsyncFunction%":He,"%AsyncGenerator%":He,"%AsyncGeneratorFunction%":He,"%AsyncIteratorPrototype%":He,"%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%":Bl,"%eval%":eval,"%EvalError%":Zl,"%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%":zs,"%GeneratorFunction%":He,"%Int8Array%":typeof Int8Array>"u"?M:Int8Array,"%Int16Array%":typeof Int16Array>"u"?M:Int16Array,"%Int32Array%":typeof Int32Array>"u"?M:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ve&&J?J(J([][Symbol.iterator]())):M,"%JSON%":typeof JSON=="object"?JSON:M,"%Map%":typeof Map>"u"?M:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ve||!J?M:J(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Fl,"%Object.getOwnPropertyDescriptor%":vt,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?M:Promise,"%Proxy%":typeof Proxy>"u"?M:Proxy,"%RangeError%":Vl,"%ReferenceError%":Hl,"%Reflect%":typeof Reflect>"u"?M:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?M:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ve||!J?M:J(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?M:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ve&&J?J(""[Symbol.iterator]()):M,"%Symbol%":Ve?Symbol:M,"%SyntaxError%":We,"%ThrowTypeError%":td,"%TypedArray%":od,"%TypeError%":Ge,"%Uint8Array%":typeof Uint8Array>"u"?M:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?M:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?M:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?M:Uint32Array,"%URIError%":Gl,"%WeakMap%":typeof WeakMap>"u"?M:WeakMap,"%WeakRef%":typeof WeakRef>"u"?M:WeakRef,"%WeakSet%":typeof WeakSet>"u"?M:WeakSet,"%Function.prototype.call%":xt,"%Function.prototype.apply%":Os,"%Object.defineProperty%":ed,"%Object.getPrototypeOf%":rd,"%Math.abs%":Wl,"%Math.floor%":ql,"%Math.max%":Kl,"%Math.min%":Jl,"%Math.pow%":Xl,"%Math.round%":Yl,"%Math.sign%":Ql,"%Reflect.getPrototypeOf%":nd};if(J)try{null.error}catch(e){$s=J(J(e)),Ne["%Error.prototype%"]=$s}var $s,id=o(function e(t){var r;if(t==="%AsyncFunction%")r=an("async function () {}");else if(t==="%GeneratorFunction%")r=an("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=an("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 Ne[t]=r,r},"doEval"),Ss={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_t=Ze(),tr=on(),ad=_t.call(xt,Array.prototype.concat),sd=_t.call(Os,Array.prototype.splice),As=_t.call(xt,String.prototype.replace),rr=_t.call(xt,String.prototype.slice),ud=_t.call(xt,RegExp.prototype.exec),cd=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,pd=/\\(\\)?/g,ld=o(function(t){var r=rr(t,0,1),n=rr(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 As(t,cd,function(u,c,l,y){i[i.length]=l?As(y,pd,"$1"):c||u}),i},"stringToPath"),dd=o(function(t,r){var n=t,i;if(tr(Ss,n)&&(i=Ss[n],n="%"+i[0]+"%"),tr(Ne,n)){var u=Ne[n];if(u===He&&(u=id(n)),typeof u>"u"&&!r)throw new Ge("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:u}}throw new We("intrinsic "+t+" does not exist!")},"getBaseIntrinsic");ks.exports=o(function(t,r){if(typeof t!="string"||t.length===0)throw new Ge("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ge('"allowMissing" argument must be a boolean');if(ud(/^%?[^%]*%?$/,t)===null)throw new We("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=ld(t),i=n.length>0?n[0]:"",u=dd("%"+i+"%",r),c=u.name,l=u.value,y=!1,h=u.alias;h&&(i=h[0],sd(n,ad([0,1],h)));for(var _=1,S=!0;_<n.length;_+=1){var x=n[_],s=rr(x,0,1),d=rr(x,-1);if((s==='"'||s==="'"||s==="`"||d==='"'||d==="'"||d==="`")&&s!==d)throw new We("property names with quotes must have matching quotes");if((x==="constructor"||!S)&&(y=!0),i+="."+x,c="%"+i+"%",tr(Ne,c))l=Ne[c];else if(l!=null){if(!(x in l)){if(!r)throw new Ge("base intrinsic for "+t+" exists, but the property is not available.");return}if(vt&&_+1>=n.length){var f=vt(l,x);S=!!f,S&&"get"in f&&!("originalValue"in f.get)?l=f.get:l=l[x]}else S=tr(l,x),l=l[x];S&&!y&&(Ne[c]=l)}}return l},"GetIntrinsic")});var Ns=T((Fz,Rs)=>{"use strict";var md=Qr();Rs.exports=o(function(){return md()&&!!Symbol.toStringTag},"hasToStringTagShams")});var Us=T((Zz,Cs)=>{"use strict";var fd=ws(),Ds=fd("%Object.defineProperty%",!0),gd=Ns()(),yd=on(),hd=Xt(),nr=gd?Symbol.toStringTag:null;Cs.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 hd("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");nr&&(n||!yd(t,nr))&&(Ds?Ds(t,nr,{configurable:!i,enumerable:!1,value:r,writable:!1}):t[nr]=r)},"setToStringTag")});var js=T((Hz,Ms)=>{"use strict";var vd=Function.prototype.call,xd=Object.prototype.hasOwnProperty,_d=Ze();Ms.exports=_d.call(vd,xd)});var Fs=T((Gz,Ls)=>{"use strict";Ls.exports=function(e,t){return Object.keys(t).forEach(function(r){e[r]=e[r]||t[r]}),e}});var Vs=T((Wz,Zs)=>{"use strict";var ln=Gi(),Pd=require("util"),un=require("path"),bd=require("http"),Id=require("https"),Td=require("url").parse,Ed=require("fs"),$d=require("stream").Stream,Sd=require("crypto"),cn=Xi(),Ad=fa(),zd=Us(),ze=js(),pn=Fs();function Bs(e){return String(e).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}o(Bs,"escapeHeaderParam");function L(e){if(!(this instanceof L))return new L(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],ln.call(this),e=e||{};for(var t in e)this[t]=e[t]}o(L,"FormData");Pd.inherits(L,ln);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=ln.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&&ze(t,"httpVersion"))&&!(t instanceof $d))&&(r.knownLength||this._valuesToMeasure.push(t))};L.prototype._lengthRetriever=function(e,t){ze(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):Ed.stat(e.path,function(r,n){if(r){t(r);return}var i=n.size-(e.start?e.start:0);t(null,i)}):ze(e,"httpVersion")?t(null,Number(e.headers["content-length"])):ze(e,"httpModule")?(e.on("response",function(r){e.pause(),t(null,Number(r.headers["content-length"]))}),e.resume()):t("Unknown stream")};L.prototype._multiPartHeader=function(e,t,r){if(typeof r.header=="string")return r.header;var n=this._getContentDisposition(t,r),i=this._getContentType(t,r),u="",c={"Content-Disposition":["form-data",'name="'+Bs(e)+'"'].concat(n||[]),"Content-Type":[].concat(i||[])};typeof r.header=="object"&&pn(c,r.header);var l;for(var y in c)if(ze(c,y)){if(l=c[y],l==null)continue;Array.isArray(l)||(l=[l]),l.length&&(u+=y+": "+l.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=un.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e&&(e.name||e.path)?r=un.basename(t.filename||e&&(e.name||e.path)):e&&e.readable&&ze(e,"httpVersion")&&(r=un.basename(e.client._httpMessage.path||"")),r)return'filename="'+Bs(r)+'"'};L.prototype._getContentType=function(e,t){var r=t.contentType;return!r&&e&&e.name&&(r=cn.lookup(e.name)),!r&&e&&e.path&&(r=cn.lookup(e.path)),!r&&e&&e.readable&&ze(e,"httpVersion")&&(r=e.headers["content-type"]),!r&&(t.filepath||t.filename)&&(r=cn.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)ze(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="--------------------------"+Sd.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}Ad.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=Td(e),n=pn({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},i)):(n=pn(e,i),n.port||(n.port=n.protocol==="https:"?443:80)),n.headers=this.getHeaders(e.headers),n.protocol==="https:"?r=Id.request(n):r=bd.request(n),this.getLength(function(u,c){if(u&&u!=="Unknown stream"){this._error(u);return}if(c&&r.setHeader("Content-Length",c),this.pipe(r),t){var l,y=o(function(h,_){return r.removeListener("error",y),r.removeListener("response",l),t.call(this,h,_)},"callback");l=y.bind(this,null),r.on("error",y),r.on("response",l)}}.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]"};zd(L.prototype,"FormData");Zs.exports=L});var Gd={};yn(Gd,{kustomer:()=>Hd});module.exports=uu(Gd);var cu=Object.freeze({status:"aborted"});function b(e,t,r){function n(l,y){if(l._zod||Object.defineProperty(l,"_zod",{value:{def:y,constr:c,traits:new Set},enumerable:!1}),l._zod.traits.has(e))return;l._zod.traits.add(e),t(l,y);let h=c.prototype,_=Object.keys(h);for(let S=0;S<_.length;S++){let x=_[S];x in l||(l[x]=h[x].bind(l))}}o(n,"init");let i=r?.Parent??Object;class u extends i{static{o(this,"Definition")}}Object.defineProperty(u,"name",{value:e});function c(l){var y;let h=r?.Parent?new u:this;n(h,l),(y=h._zod).deferred??(y.deferred=[]);for(let _ of h._zod.deferred)_();return h}return o(c,"_"),Object.defineProperty(c,"init",{value:n}),Object.defineProperty(c,Symbol.hasInstance,{value:o(l=>r?.Parent&&l instanceof r.Parent?!0:l?._zod?.traits?.has(e),"value")}),Object.defineProperty(c,"name",{value:e}),c}o(b,"$constructor");var pe=class extends Error{static{o(this,"$ZodAsyncError")}constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},bt=class extends Error{static{o(this,"$ZodEncodeError")}constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}},ir={};function fe(e){return e&&Object.assign(ir,e),ir}o(fe,"config");function sr(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,i])=>t.indexOf(+n)===-1).map(([n,i])=>i)}o(sr,"getEnumValues");function xn(e,t){return typeof t=="bigint"?t.toString():t}o(xn,"jsonStringifyReplacer");function Tt(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}o(Tt,"cached");function _n(e){return e==null}o(_n,"nullish");function Et(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}o(Et,"cleanRegex");var vn=Symbol("evaluating");function q(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==vn)return n===void 0&&(n=vn,n=r()),n},set(i){Object.defineProperty(e,t,{value:i})},configurable:!0})}o(q,"defineLazy");var ur="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Xe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}o(Xe,"isObject");var pu=Tt(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Pn(e){if(Xe(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(Xe(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}o(Pn,"isPlainObject");var bn=new Set(["string","number","symbol"]);function Ce(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}o(Ce,"escapeRegex");function $t(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}o($t,"clone");function Z(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:o(()=>t,"error")};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:o(()=>t.error,"error")}:t}o(Z,"normalizeParams");function In(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}o(In,"optionalKeys");var Tn={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 Ue(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(Ue,"aborted");function Pe(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}o(Pe,"prefixIssues");function It(e){return typeof e=="string"?e:e?.message}o(It,"unwrapMessage");function be(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=It(e.inst?._zod.def?.error?.(e))??It(t?.error?.(e))??It(r.customError?.(e))??It(r.localeError?.(e))??"Invalid input";n.message=i}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}o(be,"finalizeIssue");function En(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}o(En,"getLengthableOrigin");function cr(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}o(cr,"issue");var $n=o((e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,xn,2),Object.defineProperty(e,"toString",{value:o(()=>e.message,"value"),enumerable:!1})},"initializer"),Sn=b("$ZodError",$n),Ye=b("$ZodError",$n,{Parent:Error});var du=o(e=>(t,r,n,i)=>{let u=n?Object.assign(n,{async:!1}):{async:!1},c=t._zod.run({value:r,issues:[]},u);if(c instanceof Promise)throw new pe;if(c.issues.length){let l=new(i?.Err??e)(c.issues.map(y=>be(y,u,fe())));throw ur(l,i?.callee),l}return c.value},"_parse"),St=du(Ye),mu=o(e=>async(t,r,n,i)=>{let u=n?Object.assign(n,{async:!0}):{async:!0},c=t._zod.run({value:r,issues:[]},u);if(c instanceof Promise&&(c=await c),c.issues.length){let l=new(i?.Err??e)(c.issues.map(y=>be(y,u,fe())));throw ur(l,i?.callee),l}return c.value},"_parseAsync"),At=mu(Ye),fu=o(e=>(t,r,n)=>{let i=n?{...n,async:!1}:{async:!1},u=t._zod.run({value:r,issues:[]},i);if(u instanceof Promise)throw new pe;return u.issues.length?{success:!1,error:new(e??Sn)(u.issues.map(c=>be(c,i,fe())))}:{success:!0,data:u.value}},"_safeParse"),Qe=fu(Ye),gu=o(e=>async(t,r,n)=>{let i=n?Object.assign(n,{async:!0}):{async:!0},u=t._zod.run({value:r,issues:[]},i);return u instanceof Promise&&(u=await u),u.issues.length?{success:!1,error:new e(u.issues.map(c=>be(c,i,fe())))}:{success:!0,data:u.value}},"_safeParseAsync"),et=gu(Ye);var yu="(?:(?:\\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])))",hu=new RegExp(`^${yu}$`);var An=o(e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},"string"),zn=/^-?\d+n?$/,On=/^-?\d+$/,pr=/^-?\d+(?:\.\d+)?$/,kn=/^(?:true|false)$/i;var Ie=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),vu={number:"number",bigint:"bigint",object:"date"};var wn=b("$ZodCheckGreaterThan",(e,t)=>{Ie.init(e,t);let r=vu[typeof t.value];e._zod.onattach.push(n=>{let i=n._zod.bag,u=(t.inclusive?i.minimum:i.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>u&&(t.inclusive?i.minimum=t.value:i.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}});var Rn=b("$ZodCheckNumberFormat",(e,t)=>{Ie.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[i,u]=Tn[t.format];e._zod.onattach.push(c=>{let l=c._zod.bag;l.format=t.format,l.minimum=i,l.maximum=u,r&&(l.pattern=On)}),e._zod.check=c=>{let l=c.value;if(r){if(!Number.isInteger(l)){c.issues.push({expected:n,format:t.format,code:"invalid_type",continue:!1,input:l,inst:e});return}if(!Number.isSafeInteger(l)){l>0?c.issues.push({input:l,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort}):c.issues.push({input:l,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,inclusive:!0,continue:!t.abort});return}}l<i&&c.issues.push({origin:"number",input:l,code:"too_small",minimum:i,inclusive:!0,inst:e,continue:!t.abort}),l>u&&c.issues.push({origin:"number",input:l,code:"too_big",maximum:u,inclusive:!0,inst:e,continue:!t.abort})}});var Nn=b("$ZodCheckMinLength",(e,t)=>{var r;Ie.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return!_n(i)&&i.length!==void 0}),e._zod.onattach.push(n=>{let i=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>i&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let i=n.value;if(i.length>=t.minimum)return;let c=En(i);n.issues.push({origin:c,code:"too_small",minimum:t.minimum,inclusive:!0,input:i,inst:e,continue:!t.abort})}});var lr=b("$ZodCheckStringFormat",(e,t)=>{var r,n;Ie.init(e,t),e._zod.onattach.push(i=>{let u=i._zod.bag;u.format=t.format,t.pattern&&(u.patterns??(u.patterns=new Set),u.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=i=>{t.pattern.lastIndex=0,!t.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:t.format,input:i.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),Dn=b("$ZodCheckRegex",(e,t)=>{lr.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}});var Un={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=Un;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let i of n)for(let u of i._zod.onattach)u(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let i=o((c,l,y)=>{let h=Ue(c),_;for(let S of l){if(S._zod.def.when){if(!S._zod.def.when(c))continue}else if(h)continue;let x=c.issues.length,s=S._zod.check(c);if(s instanceof Promise&&y?.async===!1)throw new pe;if(_||s instanceof Promise)_=(_??Promise.resolve()).then(async()=>{await s,c.issues.length!==x&&(h||(h=Ue(c,x)))});else{if(c.issues.length===x)continue;h||(h=Ue(c,x))}}return _?_.then(()=>c):c},"runChecks"),u=o((c,l,y)=>{if(Ue(c))return c.aborted=!0,c;let h=i(l,n,y);if(h instanceof Promise){if(y.async===!1)throw new pe;return h.then(_=>e._zod.parse(_,y))}return e._zod.parse(h,y)},"handleCanaryResult");e._zod.run=(c,l)=>{if(l.skipChecks)return e._zod.parse(c,l);if(l.direction==="backward"){let h=e._zod.parse({value:c.value,issues:[]},{...l,skipChecks:!0});return h instanceof Promise?h.then(_=>u(_,c,l)):u(h,c,l)}let y=e._zod.parse(c,l);if(y instanceof Promise){if(l.async===!1)throw new pe;return y.then(h=>i(h,n,l))}return i(y,n,l)}}q(e,"~standard",()=>({validate:o(i=>{try{let u=Qe(e,i);return u.success?{value:u.data}:{issues:u.error?.issues}}catch{return et(e,i).then(c=>c.success?{value:c.data}:{issues:c.error?.issues})}},"validate"),vendor:"zod",version:1}))}),kt=b("$ZodString",(e,t)=>{H.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??An(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),dr=b("$ZodStringFormat",(e,t)=>{lr.init(e,t),kt.init(e,t)});var Bn=b("$ZodURL",(e,t)=>{dr.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}});var mr=b("$ZodNumber",(e,t)=>{H.init(e,t),e._zod.pattern=e._zod.bag.pattern??pr,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let i=r.value;if(typeof i=="number"&&!Number.isNaN(i)&&Number.isFinite(i))return r;let u=typeof i=="number"?Number.isNaN(i)?"NaN":Number.isFinite(i)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:i,inst:e,...u?{received:u}:{}}),r}}),Zn=b("$ZodNumberFormat",(e,t)=>{Rn.init(e,t),mr.init(e,t)}),fr=b("$ZodBoolean",(e,t)=>{H.init(e,t),e._zod.pattern=kn,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}}),Vn=b("$ZodBigInt",(e,t)=>{H.init(e,t),e._zod.pattern=zn,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 Hn=b("$ZodAny",(e,t)=>{H.init(e,t),e._zod.parse=r=>r}),Gn=b("$ZodUnknown",(e,t)=>{H.init(e,t),e._zod.parse=r=>r});var Wn=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}}),qn=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 Mn(e,t,r){e.issues.length&&t.issues.push(...Pe(r,e.issues)),t.value[r]=e.value}o(Mn,"handleArrayResult");var Kn=b("$ZodArray",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let u=[];for(let c=0;c<i.length;c++){let l=i[c],y=t.element._zod.run({value:l,issues:[]},n);y instanceof Promise?u.push(y.then(h=>Mn(h,r,c))):Mn(y,r,c)}return u.length?Promise.all(u).then(()=>r):r}});function Ot(e,t,r,n,i){if(e.issues.length){if(i&&!(r in n))return;t.issues.push(...Pe(r,e.issues))}e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}o(Ot,"handlePropertyResult");function xu(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=In(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}o(xu,"normalizeDef");function _u(e,t,r,n,i,u){let c=[],l=i.keySet,y=i.catchall._zod,h=y.def.type,_=y.optout==="optional";for(let S in t){if(l.has(S))continue;if(h==="never"){c.push(S);continue}let x=y.run({value:t[S],issues:[]},n);x instanceof Promise?e.push(x.then(s=>Ot(s,r,S,t,_))):Ot(x,r,S,t,_)}return c.length&&r.issues.push({code:"unrecognized_keys",keys:c,input:t,inst:u}),e.length?Promise.all(e).then(()=>r):r}o(_u,"handleCatchall");var Jn=b("$ZodObject",(e,t)=>{if(H.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let l=t.shape;Object.defineProperty(t,"shape",{get:o(()=>{let y={...l};return Object.defineProperty(t,"shape",{value:y}),y},"get")})}let n=Tt(()=>xu(t));q(e._zod,"propValues",()=>{let l=t.shape,y={};for(let h in l){let _=l[h]._zod;if(_.values){y[h]??(y[h]=new Set);for(let S of _.values)y[h].add(S)}}return y});let i=Xe,u=t.catchall,c;e._zod.parse=(l,y)=>{c??(c=n.value);let h=l.value;if(!i(h))return l.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),l;l.value={};let _=[],S=c.shape;for(let x of c.keys){let s=S[x],d=s._zod.optout==="optional",f=s._zod.run({value:h[x],issues:[]},y);f instanceof Promise?_.push(f.then(m=>Ot(m,l,x,h,d))):Ot(f,l,x,h,d)}return u?_u(_,h,l,y,n.value,e):_.length?Promise.all(_).then(()=>l):l}});function jn(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=>!Ue(u));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(u=>u.issues.map(c=>be(c,n,fe())))}),t)}o(jn,"handleUnionResults");var gr=b("$ZodUnion",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),q(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),q(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),q(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(u=>u._zod.pattern);return new RegExp(`^(${i.map(u=>Et(u.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,u)=>{if(r)return n(i,u);let c=!1,l=[];for(let y of t.options){let h=y._zod.run({value:i.value,issues:[]},u);if(h instanceof Promise)l.push(h),c=!0;else{if(h.issues.length===0)return h;l.push(h)}}return c?Promise.all(l).then(y=>jn(y,i,e,u)):jn(l,i,e,u)}});var Xn=b("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,gr.init(e,t);let r=e._zod.parse;q(e._zod,"propValues",()=>{let i={};for(let u of t.options){let c=u._zod.propValues;if(!c||Object.keys(c).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(u)}"`);for(let[l,y]of Object.entries(c)){i[l]||(i[l]=new Set);for(let h of y)i[l].add(h)}}return i});let n=Tt(()=>{let i=t.options,u=new Map;for(let c of i){let l=c._zod.propValues?.[t.discriminator];if(!l||l.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(c)}"`);for(let y of l){if(u.has(y))throw new Error(`Duplicate discriminator value "${String(y)}"`);u.set(y,c)}}return u});e._zod.parse=(i,u)=>{let c=i.value;if(!Xe(c))return i.issues.push({code:"invalid_type",expected:"object",input:c,inst:e}),i;let l=n.value.get(c?.[t.discriminator]);return l?l._zod.run(i,u):t.unionFallback?r(i,u):(i.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:c,path:[t.discriminator],inst:e}),i)}});var Yn=b("$ZodRecord",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Pn(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let u=[],c=t.keyType._zod.values;if(c){r.value={};let l=new Set;for(let h of c)if(typeof h=="string"||typeof h=="number"||typeof h=="symbol"){l.add(typeof h=="number"?h.toString():h);let _=t.valueType._zod.run({value:i[h],issues:[]},n);_ instanceof Promise?u.push(_.then(S=>{S.issues.length&&r.issues.push(...Pe(h,S.issues)),r.value[h]=S.value})):(_.issues.length&&r.issues.push(...Pe(h,_.issues)),r.value[h]=_.value)}let y;for(let h in i)l.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 l of Reflect.ownKeys(i)){if(l==="__proto__")continue;let y=t.keyType._zod.run({value:l,issues:[]},n);if(y instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof l=="string"&&pr.test(l)&&y.issues.length){let S=t.keyType._zod.run({value:Number(l),issues:[]},n);if(S instanceof Promise)throw new Error("Async schemas not supported in object keys currently");S.issues.length===0&&(y=S)}if(y.issues.length){t.mode==="loose"?r.value[l]=i[l]:r.issues.push({code:"invalid_key",origin:"record",issues:y.issues.map(S=>be(S,n,fe())),input:l,path:[l],inst:e});continue}let _=t.valueType._zod.run({value:i[l],issues:[]},n);_ instanceof Promise?u.push(_.then(S=>{S.issues.length&&r.issues.push(...Pe(l,S.issues)),r.value[y.value]=S.value})):(_.issues.length&&r.issues.push(...Pe(l,_.issues)),r.value[y.value]=_.value)}}return u.length?Promise.all(u).then(()=>r):r}});var Qn=b("$ZodEnum",(e,t)=>{H.init(e,t);let r=sr(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>bn.has(typeof i)).map(i=>typeof i=="string"?Ce(i):i.toString()).join("|")})$`),e._zod.parse=(i,u)=>{let c=i.value;return n.has(c)||i.issues.push({code:"invalid_value",values:r,input:c,inst:e}),i}}),eo=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"?Ce(n):n?Ce(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 to=b("$ZodTransform",(e,t)=>{H.init(e,t),e._zod.parse=(r,n)=>{if(n.direction==="backward")throw new bt(e.constructor.name);let i=t.transform(r.value,r);if(n.async)return(i instanceof Promise?i:Promise.resolve(i)).then(c=>(r.value=c,r));if(i instanceof Promise)throw new pe;return r.value=i,r}});function Ln(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}o(Ln,"handleOptionalResult");var ro=b("$ZodOptional",(e,t)=>{H.init(e,t),e._zod.optin="optional",e._zod.optout="optional",q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Et(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=>Ln(u,r.value)):Ln(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)}});var no=b("$ZodNullable",(e,t)=>{H.init(e,t),q(e._zod,"optin",()=>t.innerType._zod.optin),q(e._zod,"optout",()=>t.innerType._zod.optout),q(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Et(r.source)}|null)$`):void 0}),q(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)});var oo=b("$ZodPipe",(e,t)=>{H.init(e,t),q(e._zod,"values",()=>t.in._zod.values),q(e._zod,"optin",()=>t.in._zod.optin),q(e._zod,"optout",()=>t.out._zod.optout),q(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,n)=>{if(n.direction==="backward"){let u=t.out._zod.run(r,n);return u instanceof Promise?u.then(c=>zt(c,t.in,n)):zt(u,t.in,n)}let i=t.in._zod.run(r,n);return i instanceof Promise?i.then(u=>zt(u,t.out,n)):zt(i,t.out,n)}});function zt(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},r)}o(zt,"handlePipeResult");var io=b("$ZodCustom",(e,t)=>{Ie.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=>Fn(u,r,n,e));Fn(i,r,n,e)}});function Fn(e,t,r,n){if(!e){let i={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(i.params=n._zod.def.params),t.issues.push(cr(i))}}o(Fn,"handleRefineResult");var so;var yr=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 uo(){return new yr}o(uo,"registry");(so=globalThis).__zod_globalRegistry??(so.__zod_globalRegistry=uo());var hr=globalThis.__zod_globalRegistry;function co(e,t){return new e({type:"string",...Z(t)})}o(co,"_string");function po(e,t){return new e({type:"string",coerce:!0,...Z(t)})}o(po,"_coercedString");function lo(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...Z(t)})}o(lo,"_url");function mo(e,t){return new e({type:"number",checks:[],...Z(t)})}o(mo,"_number");function fo(e,t){return new e({type:"number",coerce:!0,checks:[],...Z(t)})}o(fo,"_coercedNumber");function go(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...Z(t)})}o(go,"_int");function yo(e,t){return new e({type:"boolean",...Z(t)})}o(yo,"_boolean");function ho(e,t){return new e({type:"boolean",coerce:!0,...Z(t)})}o(ho,"_coercedBoolean");function vo(e,t){return new e({type:"bigint",coerce:!0,...Z(t)})}o(vo,"_coercedBigint");function xo(e){return new e({type:"any"})}o(xo,"_any");function _o(e){return new e({type:"unknown"})}o(_o,"_unknown");function Po(e,t){return new e({type:"void",...Z(t)})}o(Po,"_void");function bo(e,t){return new e({type:"date",coerce:!0,...Z(t)})}o(bo,"_coercedDate");function wt(e,t){return new wn({check:"greater_than",...Z(t),value:e,inclusive:!0})}o(wt,"_gte");function se(e,t){return new Nn({check:"min_length",...Z(t),minimum:e})}o(se,"_minLength");function Te(e,t){return new Dn({check:"string_format",format:"regex",...Z(t),pattern:e})}o(Te,"_regex");function Io(e,t,r){let n=Z(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}o(Io,"_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)=>St(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Qe(e,r,n),e.parseAsync=async(r,n)=>At(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>et(e,r,n),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]},{parent:!0}),e.with=e.check,e.clone=(r,n)=>$t(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.apply=r=>r(e)}),Nt=b("ZodMiniString",(e,t)=>{kt.init(e,t),K.init(e,t)});function a(e){return co(Nt,e)}o(a,"string");var To=b("ZodMiniStringFormat",(e,t)=>{dr.init(e,t),Nt.init(e,t)});var Ru=b("ZodMiniURL",(e,t)=>{Bn.init(e,t),To.init(e,t)});function Eo(e){return lo(Ru,e)}o(Eo,"url");var Dt=b("ZodMiniNumber",(e,t)=>{mr.init(e,t),K.init(e,t)});function X(e){return mo(Dt,e)}o(X,"number");var Nu=b("ZodMiniNumberFormat",(e,t)=>{Zn.init(e,t),Dt.init(e,t)});function $o(e){return go(Nu,e)}o($o,"int");var vr=b("ZodMiniBoolean",(e,t)=>{fr.init(e,t),K.init(e,t)});function B(e){return yo(vr,e)}o(B,"boolean");var So=b("ZodMiniBigInt",(e,t)=>{Vn.init(e,t),K.init(e,t)});var Du=b("ZodMiniAny",(e,t)=>{Hn.init(e,t),K.init(e,t)});function rt(){return xo(Du)}o(rt,"any");var Cu=b("ZodMiniUnknown",(e,t)=>{Gn.init(e,t),K.init(e,t)});function k(){return _o(Cu)}o(k,"unknown");var Uu=b("ZodMiniVoid",(e,t)=>{Wn.init(e,t),K.init(e,t)});function Ao(e){return Po(Uu,e)}o(Ao,"_void");var zo=b("ZodMiniDate",(e,t)=>{qn.init(e,t),K.init(e,t)});var Mu=b("ZodMiniArray",(e,t)=>{Kn.init(e,t),K.init(e,t)});function N(e,t){return new Mu({type:"array",element:e,...Z(t)})}o(N,"array");var ju=b("ZodMiniObject",(e,t)=>{Jn.init(e,t),K.init(e,t),q(e,"shape",()=>t.shape)});function p(e,t){let r={type:"object",shape:e??{},...Z(t)};return new ju(r)}o(p,"object");var Lu=b("ZodMiniUnion",(e,t)=>{gr.init(e,t),K.init(e,t)});function D(e,t){return new Lu({type:"union",options:e,...Z(t)})}o(D,"union");var Fu=b("ZodMiniDiscriminatedUnion",(e,t)=>{Xn.init(e,t),K.init(e,t)});function Ee(e,t,r){return new Fu({type:"union",options:t,discriminator:e,...Z(r)})}o(Ee,"discriminatedUnion");var Bu=b("ZodMiniRecord",(e,t)=>{Yn.init(e,t),K.init(e,t)});function w(e,t,r){return new Bu({type:"record",keyType:e,valueType:t,...Z(r)})}o(w,"record");var Zu=b("ZodMiniEnum",(e,t)=>{Qn.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 Zu({type:"enum",entries:r,...Z(t)})}o(U,"_enum");var Vu=b("ZodMiniLiteral",(e,t)=>{eo.init(e,t),K.init(e,t)});function $(e,t){return new Vu({type:"literal",values:Array.isArray(e)?e:[e],...Z(t)})}o($,"literal");var Hu=b("ZodMiniTransform",(e,t)=>{to.init(e,t),K.init(e,t)});function $e(e){return new Hu({type:"transform",transform:e})}o($e,"transform");var Gu=b("ZodMiniOptional",(e,t)=>{ro.init(e,t),K.init(e,t)});function g(e){return new Gu({type:"optional",innerType:e})}o(g,"optional");var Wu=b("ZodMiniNullable",(e,t)=>{no.init(e,t),K.init(e,t)});function nt(e){return new Wu({type:"nullable",innerType:e})}o(nt,"nullable");var qu=b("ZodMiniPipe",(e,t)=>{oo.init(e,t),K.init(e,t)});function Se(e,t){return new qu({type:"pipe",in:e,out:t})}o(Se,"pipe");var Ku=b("ZodMiniCustom",(e,t)=>{io.init(e,t),K.init(e,t)});function Ct(e,t){return Io(Ku,e??(()=>!0),t)}o(Ct,"custom");var ot={};yn(ot,{bigint:()=>tc,boolean:()=>ec,date:()=>rc,number:()=>Qu,string:()=>Yu});function Yu(e){return po(Nt,e)}o(Yu,"string");function Qu(e){return fo(Dt,e)}o(Qu,"number");function ec(e){return ho(vr,e)}o(ec,"boolean");function tc(e){return vo(So,e)}o(tc,"bigint");function rc(e){return bo(zo,e)}o(rc,"date");var _r=p({retryOnFailure:p({defaultValue:g(B()),hide:g(B())}),continueOnFailure:p({defaultValue:g(B()),hide:g(B())})}),xr=class{constructor(t,r,n,i,u,c,l,y,h,_,S){this.name=t;this.displayName=r;this.description=n;this.props=i;this.run=u;this.test=c;this.requireAuth=l;this.errorHandlingOptions=y;this.outputSchema=h;this.audience=_;this.aiMetadata=S}static{o(this,"IAction")}},oe=o(e=>new xr(e.name,e.displayName,e.description,e.props,e.run,e.test??e.run,e.requireAuth??!0,e.errorHandlingOptions??{continueOnFailure:{defaultValue:!1},retryOnFailure:{defaultValue:!1}},e.outputSchema,e.audience,e.aiMetadata),"createAction");var F=p({displayName:a(),description:g(a())}),C=o((e,t)=>p({type:$(t),required:B(),defaultValue:g(rt())}),"TPropertyValue");var te=p({...F.shape,...C(a(),"SHORT_TEXT").shape}),ge=p({...F.shape,...C(a(),"LONG_TEXT").shape});var ko=p({label:a(),value:k()}),Ut=p({disabled:g(B()),placeholder:g(a()),options:N(ko)});var re=p({...F.shape,options:Ut,...C(k(),"STATIC_DROPDOWN").shape}),ye=p({...F.shape,options:Ut,...C(N(k()),"STATIC_MULTI_SELECT_DROPDOWN").shape});var Pr=p({...F.shape,...C(k(),"DROPDOWN").shape,refreshers:N(a())}),it=p({...F.shape,...C(N(k()),"MULTI_SELECT_DROPDOWN").shape,refreshers:N(a())});var he=p({...F.shape,...C(B(),"CHECKBOX").shape});var ve=p({...F.shape,...C(X(),"NUMBER").shape});var at=p({...F.shape,streaming:g(B()),...C(k(),"FILE").shape});var st=p({...F.shape,...C(a(),"DATE_TIME").shape});var wo=w(a(),D([te,ge,re,it,ye,he,ve,at,st])),ut=p({...F.shape,properties:wo,...C(N(k()),"ARRAY").shape});var ct=p({...F.shape,...C(D([w(a(),k())]),"JSON").shape});var Ro=D([te,re,ct,ut,ye]),oc=w(a(),Ro),br=p({refreshers:N(a()),...F.shape,...C(k(),"DYNAMIC").shape});var Mt=p({...F.shape,...C(Ao(),"MARKDOWN").shape});var pt=(r=>(r.ARCHIVE="ARCHIVE",r.REGISTRY="REGISTRY",r))(pt||{}),Me=(r=>(r.CUSTOM="CUSTOM",r.OFFICIAL="OFFICIAL",r))(Me||{}),je=(v=>(v.ARTIFICIAL_INTELLIGENCE="ARTIFICIAL_INTELLIGENCE",v.COMMUNICATION="COMMUNICATION",v.COMMERCE="COMMERCE",v.CORE="CORE",v.UNIVERSAL_AI="UNIVERSAL_AI",v.FLOW_CONTROL="FLOW_CONTROL",v.BUSINESS_INTELLIGENCE="BUSINESS_INTELLIGENCE",v.ACCOUNTING="ACCOUNTING",v.PRODUCTIVITY="PRODUCTIVITY",v.CONTENT_AND_FILES="CONTENT_AND_FILES",v.DEVELOPER_TOOLS="DEVELOPER_TOOLS",v.CUSTOMER_SUPPORT="CUSTOMER_SUPPORT",v.FORMS_AND_SURVEYS="FORMS_AND_SURVEYS",v.HUMAN_RESOURCES="HUMAN_RESOURCES",v.PAYMENT_PROCESSING="PAYMENT_PROCESSING",v.MARKETING="MARKETING",v.SALES_AND_CRM="SALES_AND_CRM",v))(je||{});var lt=(r=>(r.AUTHORIZATION_CODE="authorization_code",r.CLIENT_CREDENTIALS="client_credentials",r))(lt||{}),Ir="both_client_credentials_and_authorization_code";var Oe=(i=>(i.POLLING="POLLING",i.WEBHOOK="WEBHOOK",i.APP_WEBHOOK="APP_WEBHOOK",i.MANUAL="MANUAL",i))(Oe||{}),dt=(u=>(u.NONE="NONE",u.HEADER_PRESENT="HEADER_PRESENT",u.QUERY_PRESENT="QUERY_PRESENT",u.BODY_PARAM_PRESENT="BODY_PARAM_PRESENT",u.HEAD_REQUEST="HEAD_REQUEST",u))(dt||{}),ic=p({strategy:U(dt),paramName:g(a())}),mt=(r=>(r.SIMULATION="SIMULATION",r.TEST_FUNCTION="TEST_FUNCTION",r))(mt||{});var jt=(r=>(r.WEBSOCKET="WEBSOCKET",r.NONE="NONE",r))(jt||{}),No=p({status:g(X()),body:g(k()),headers:g(w(a(),a()))}),Do=p({type:$("DELAY"),resumeDateTime:a(),requestIdToReply:g(a()),handlerId:g(a()),streamStepProgress:g(U(jt))}),Co=p({type:$("WEBHOOK"),requestId:a(),requestIdToReply:g(a()),response:No,handlerId:g(a()),streamStepProgress:g(U(jt))}),ac=D([Do,Co]);var sc=p({body:k(),rawBody:g(k()),headers:w(a(),a()),queryParams:w(a(),a())});function ue(e){return e==null}o(ue,"isNil");function ft(e){return e==null?!0:typeof e=="string"||Array.isArray(e)?e.length===0:typeof e=="object"?Object.keys(e).length===0:!1}o(ft,"isEmpty");function Lt(e,t){if(e==null)throw new Error(`${t} is null or undefined`)}o(Lt,"assertNotNullOrUndefined");async function Tr(e){try{return{data:await e(),error:null}}catch(t){return{data:null,error:t}}}o(Tr,"tryCatch");var Er=De(require("crypto"),1);var uc=128,ke,Le,cc=o(e=>{!ke||ke.length<e?(ke=Buffer.allocUnsafe(e*uc),Er.default.randomFillSync(ke),Le=0):Le+e>ke.length&&(Er.default.randomFillSync(ke),Le=0),Le+=e},"fillPool"),pc=o(e=>(cc(e|=0),ke.subarray(Le-e,Le)),"random"),lc=o((e,t,r)=>{let n=(2<<31-Math.clz32(e.length-1|1))-1,i=Math.ceil(1.6*n*t/e.length);return(u=t)=>{let c="";for(;;){let l=r(i),y=i;for(;y--;)if(c+=e[l[y]&n]||"",c.length===u)return c}}},"customRandom"),Mo=o((e,t=21)=>lc(e,t,pc),"customAlphabet");var dc="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",jo=21,Sb=a().check(Te(new RegExp(`^[0-9a-zA-Z]{${jo}}$`))),mc=Mo(dc,jo);var Ae=Se($e(e=>e instanceof Date?e.toISOString():e),a()),ie={id:a(),created:Ae,updated:Ae},V=o(e=>g(nt(e)),"Nullable");function $r(e){return g(nt(U(e)))}o($r,"NullableEnum");var Ob=Se($e(e=>e==="true"||e===!0?!0:e==="false"||e===!1?!1:void 0),g(B())),Ft=o(e=>Se($e(t=>Array.isArray(t)?t:t!==void 0?[t]:void 0),g(N(e))),"OptionalArrayFromQuery");var Rb=w(a(),k());var gt=(_=>(_.OPENAI="openai",_.OPENROUTER="openrouter",_.ANTHROPIC="anthropic",_.AZURE="azure",_.GOOGLE="google",_.ACTIVEPIECES="activepieces",_.CLOUDFLARE_GATEWAY="cloudflare-gateway",_.CUSTOM="custom",_.BEDROCK="bedrock",_.MISTRAL="mistral",_))(gt||{});var Hb=a().check(Te(/^#[0-9A-Fa-f]{6}$/));var Wb=p({filename:a(),data:k(),type:$("file"),mimetype:g(a())});var fc=De(Fo());var eI=p({...ie,name:a(),permissions:N(a()),platformId:V(a()),type:a(),userCount:g(X())});var Bo=(n=>(n.AGENT_DECIDE="agent-decide",n.CHOOSE_YOURSELF="choose-yourself",n.LEAVE_EMPTY="leave-empty",n))(Bo||{}),Sr=(r=>(r.FILE="FILE",r.TABLE="TABLE",r))(Sr||{}),Ar=(n=>(n.SSE="sse",n.STREAMABLE_HTTP="streamable-http",n.SIMPLE_HTTP="http",n))(Ar||{});var zr=(n=>(n.TEXT="text",n.NUMBER="number",n.BOOLEAN="boolean",n))(zr||{});var Or=(r=>(r.IN_PROGRESS="in-progress",r.COMPLETED="completed",r))(Or||{});var gc=p({mode:U(Bo),value:k()}),yc=p({auth:g(a()),fields:w(a(),gc)}),hc=p({pieceName:a(),pieceVersion:a(),actionName:a(),predefinedInput:g(yc)}),vc=p({type:$("PIECE"),toolName:a().check(se(1)),pieceMetadata:hc}),xc=p({type:$("none")}),_c=p({type:$("access_token"),accessToken:a()}),Pc=p({type:$("api_key"),apiKey:a(),apiKeyHeader:a()}),bc=p({type:$("headers"),headers:w(a(),a())}),Ic=Ee("type",[xc,_c,Pc,bc]),Zo=p({type:$("FLOW"),toolName:a().check(se(1)),externalFlowId:a(),flowDisplayName:g(a())}),Vo=p({type:$("MCP"),toolName:a().check(se(1)),serverUrl:Eo(),protocol:U(Ar),auth:Ic}),Ho=p({type:$("KNOWLEDGE_BASE"),toolName:a().check(se(1)),sourceType:U(Sr),sourceId:a(),sourceName:a()}),Tc=Ee("type",[vc,Zo,Vo,Ho]),Ec=p({displayName:a(),description:g(a()),type:U(zr)}),Go=p({type:$("MARKDOWN"),markdown:a()}),Fe={type:$("TOOL_CALL"),input:V(w(a(),k())),output:g(k()),toolName:a(),status:U(Or),toolCallId:a(),startTime:a(),endTime:g(a())},kI=p(Fe),Wo=Ee("toolCallType",[p({...Fe,toolCallType:$("PIECE"),pieceName:a(),pieceVersion:a(),actionName:a()}),p({...Fe,toolCallType:$("FLOW"),displayName:a(),externalFlowId:a()}),p({...Fe,toolCallType:$("MCP"),displayName:a(),serverUrl:a()}),p({...Fe,toolCallType:$("KNOWLEDGE_BASE"),displayName:a(),sourceType:a()}),p({...Fe,toolCallType:$("UNKNOWN"),displayName:a()})]),$c=D([Go,Wo]);var kr=(r=>(r.IMAGE="image",r.TEXT="text",r))(kr||{}),xe=p({apiKey:a()}),Sc=xe,Ac=p({apiKey:a(),apiKeyHash:a()}),zc=xe,Oc=xe,kc=xe,wc=xe,Rc=xe,Nc=xe,Dc=xe,Yo=p({accessKeyId:a().check(se(1)),secretAccessKey:a().check(se(1))}),Cc=p({}),Uc=p({}),Mc=p({}),jc=p({}),Lc=p({}),Fc=p({}),Qo=p({modelId:a(),modelName:a(),modelType:U(kr)}),ei=p({apiKeyHeader:a(),baseUrl:a(),models:N(Qo),defaultHeaders:g(w(a(),a()))}),ti=p({accountId:a(),gatewayId:a(),models:N(Qo),vertexProject:g(a()),vertexRegion:g(a())}),ri=p({resourceName:a(),apiVersion:Se($e(e=>typeof e=="string"&&e.trim().length===0?void 0:e),g(a()))}),ni=p({region:a().check(se(1))}),Bc=D([Sc,kc,wc,Rc,Nc,Oc,zc,Ac,Yo,Dc]),oi=D([ei,ti,ri,ni,Cc,Mc,jc,Lc,Uc,Fc]),Zc=p({id:a(),name:a(),type:U(kr)}),Vc=p({id:a(),name:a(),provider:U(gt),config:oi,enabledForChat:B()}),Hc=p({provider:U(gt),config:oi,auth:Bc,platformId:a()});var DI={openai:"openai",anthropic:"anthropic","google-ai-studio":"google","google-vertex-ai":"google"},qo=["gpt-5.5","gpt-5.4-mini","gpt-5.4-nano","gpt-4.1","gpt-4.1-mini"],Gc=["claude-sonnet-4-6","claude-opus-4-7","claude-haiku-4-5"],Wc=["claude-sonnet-4.6","claude-opus-4.7","claude-haiku-4.5"],Ko=["gemini-2.5-pro","gemini-2.5-flash","gemini-3.1-pro-preview","gemini-3-flash-preview"],qc=["grok-4.20","grok-4.1-fast"],Kc={openai:qo,anthropic:Gc,google:Ko,activepieces:[...Wc.map(e=>`anthropic/${e}`),...qo.map(e=>`openai/${e}`),...Ko.map(e=>`google/${e}`),...qc.map(e=>`x-ai/${e}`)]};var Jo=128e3,Jc={openai:128e3,anthropic:2e5,google:1048576,bedrock:2e5,azure:128e3,openrouter:128e3,activepieces:2e5,mistral:128e3};function Xc({provider:e}){return e?Jc[e]??Jo:Jo}o(Xc,"getMaxContextTokens");var Xo={openai:"text-embedding-3-small",google:"text-embedding-004",azure:"text-embedding-3-small",activepieces:"text-embedding-3-small",openrouter:"openai/text-embedding-3-small"},Yc={anthropic:"native",google:"native",openrouter:"plugin",activepieces:"plugin"},Qc=new Set(["anthropic","mistral"]);function le(e){return{chatModels:Kc[e],maxContextTokens:Xc({provider:e}),defaultEmbeddingModel:Xo[e],supportsEmbedding:Xo[e]!==void 0,supportsImageGeneration:!Qc.has(e),webSearch:Yc[e]}}o(le,"buildProviderCapabilities");var ep={openai:le("openai"),anthropic:le("anthropic"),openrouter:le("openrouter"),azure:le("azure"),google:le("google"),"cloudflare-gateway":le("cloudflare-gateway"),custom:le("custom"),bedrock:le("bedrock"),mistral:le("mistral"),activepieces:le("activepieces")};var tp=p({base64Url:a(),fileName:a(),extension:g(a())}),rp=p({mimeType:a(),url:a(),fileName:g(a())}),wr=D([tp,rp]);var np=D([p({type:$("file"),value:wr}),p({type:$("markdown"),value:a(),files:g(N(wr))})]),op=p({sessionId:a(),message:a(),files:g(N(a()))});var ai=(r=>(r.ON_NEW_RECORD="ON_NEW_RECORD",r.ON_UPDATE_RECORD="ON_UPDATE_RECORD",r))(ai||{}),si=(r=>(r.ENABLED="ENABLED",r.DISABLED="DISABLED",r))(si||{}),Rr=(n=>(n.RECORD_CREATED="RECORD_CREATED",n.RECORD_UPDATED="RECORD_UPDATED",n.RECORD_DELETED="RECORD_DELETED",n))(Rr||{});var ip=D([p({...ie,name:a(),externalId:a(),type:$("STATIC_DROPDOWN"),tableId:a(),projectId:a(),data:p({options:N(p({value:a()}))})}),p({...ie,name:a(),externalId:a(),type:D([$("TEXT"),$("NUMBER"),$("DATE")]),tableId:a(),projectId:a()})]),ap=p({...ie,name:a(),folderId:V(a()),projectId:a(),externalId:a(),status:$r(si),trigger:$r(ai)}),sp=p({...ie,tableId:a(),projectId:a(),cells:w(a(),p({updated:a(),created:a(),value:k(),fieldName:a()}))}),up=p({events:N(U(Rr)),webhookUrl:a(),flowId:a()}),cp=p({fields:N(p({id:a(),name:a()})),rows:N(w(a(),a())),name:a()}),pp=p({projectId:a(),limit:g(ot.number()),cursor:g(a()),name:g(a()),externalIds:Ft(a()),folderId:g(a()),folderIds:Ft(a())}),lp=p({records:N(N(p({fieldId:a(),value:ci()}))),tableId:a()}),dp=p({cells:g(N(p({fieldId:a(),value:ci()}))),tableId:a(),agentUpdate:g(B())}),ui=Ee("operator",[we("eq"),we("neq"),we("gt"),we("gte"),we("lt"),we("lte"),we("co"),ii("exists"),ii("not_exists")]),mp=p({tableId:a(),limit:g(ot.number()),cursor:g(a()),filters:Ft(ui)});function ci(){return Se($e(e=>e==null?e:String(e)),nt(a()))}o(ci,"coerceToString");function we(e){return p({fieldId:a(),operator:$(e),value:a()})}o(we,"valueFilter");function ii(e){return p({fieldId:a(),operator:$(e)})}o(ii,"existenceFilter");var fp=p({status:g(X()),body:g(k()),headers:g(w(a(),a()))}),gp=p({...ie,deleted:V(Ae),ownerId:a(),displayName:a(),platformId:a(),externalId:V(a())});var pi=p({name:a(),description:g(a()),type:a(),required:B()}),yp=p({pieceName:a(),triggerName:a(),input:p({toolName:a(),toolDescription:a(),inputSchema:N(pi),returnsResponse:B()})});var li="^[0-9]+\\.[0-9]+\\.[0-9]+$",eT=new RegExp(li),vp="^([~^])?[0-9]+\\.[0-9]+\\.[0-9]+$",tT=a().check(Te(new RegExp(li))),rT=a().check(Te(new RegExp(vp))),xp=p({packageType:$("ARCHIVE"),pieceType:U(Me),pieceName:a(),pieceVersion:a(),archiveId:a(),platformId:a()}),di=p({packageType:$("REGISTRY"),pieceType:$("OFFICIAL"),pieceName:a(),pieceVersion:a()}),mi=p({packageType:$("REGISTRY"),pieceType:$("CUSTOM"),pieceName:a(),pieceVersion:a(),platformId:a()}),nT=D([di,mi]),oT=D([xp,di,mi]);var _p=Ee("type",[p({type:$("CRON_EXPRESSION"),cronExpression:a(),timezone:a()}),p({type:$("INTERVAL"),intervalMs:$o().check(wt(6e4))})]),iT=p({...ie,type:U(Oe),projectId:a(),flowId:a(),triggerName:a(),schedule:V(_p),flowVersionId:a(),pieceName:a(),pieceVersion:a(),deleted:V(a()),simulate:B()}),fi=(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))(fi||{}),gi=(r=>(r.NONE="NONE",r.ZSTD="ZSTD",r))(gi||{}),yi=(r=>(r.S3="S3",r.DB="DB",r))(yi||{}),aT=p({...ie,projectId:V(a()),platformId:V(a()),type:U(fi),compression:U(gi),data:g(k()),location:U(yi),size:V(X()),fileName:V(a()),s3Key:V(a()),metadata:V(w(a(),a()))}),hi=(n=>(n.ADMIN="ADMIN",n.MEMBER="MEMBER",n.OPERATOR="OPERATOR",n))(hi||{}),vi=(r=>(r.ACTIVE="ACTIVE",r.INACTIVE="INACTIVE",r))(vi||{}),sT=p({id:a(),email:a(),firstName:a(),status:U(vi),externalId:V(a()),platformId:V(a()),platformRole:U(hi),lastName:a(),created:Ae,updated:Ae,lastActiveDate:V(Ae),imageUrl:V(a())});var Nr=p({...F.shape,...C(w(a(),k()),"OBJECT").shape});var bi=p({...F.shape,...C(a(),"COLOR").shape});var Dr=D([te,ge,Mt,he,re,ye,Pr,it,br,ve,ut,Nr,ct,st,at,bi]),E={ShortText(e){return{...e,valueSchema:void 0,type:"SHORT_TEXT"}},Checkbox(e){return{...e,valueSchema:void 0,type:"CHECKBOX"}},LongText(e){return{...e,valueSchema:void 0,type:"LONG_TEXT"}},MarkDown(e){return{displayName:"Markdown",required:!1,description:e.value,type:"MARKDOWN",valueSchema:void 0,variant:e.variant??"INFO"}},Number(e){return{...e,valueSchema:void 0,type:"NUMBER"}},Json(e){return{...e,valueSchema:void 0,type:"JSON"}},Array(e){return{...e,valueSchema:void 0,type:"ARRAY"}},Object(e){return{...e,valueSchema:void 0,type:"OBJECT"}},Dropdown(e){return{...e,valueSchema:void 0,type:"DROPDOWN"}},StaticDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_DROPDOWN"}},MultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"MULTI_SELECT_DROPDOWN"}},DynamicProperties(e){return{...e,valueSchema:void 0,type:"DYNAMIC"}},StaticMultiSelectDropdown(e){return{...e,valueSchema:void 0,type:"STATIC_MULTI_SELECT_DROPDOWN"}},DateTime(e){return{...e,valueSchema:void 0,type:"DATE_TIME"}},File(e){return{...e,valueSchema:void 0,type:"FILE"}},Custom(e){let t=e.code.toString();return{...e,code:t,valueSchema:void 0,type:"CUSTOM"}},Color(e){return{...e,valueSchema:void 0,type:"COLOR"}}};var de=p({displayName:a(),description:g(a())});var Ii=p({username:a(),password:a()}),Cr=p({...de.shape,username:p({displayName:a(),description:g(a())}),password:p({displayName:a(),description:g(a())}),...C(Ii,"BASIC_AUTH").shape});var Tp=w(a(),D([te,ge,ve,he,re])),Ur=p({...de.shape,props:Tp,...C(k(),"CUSTOM_AUTH").shape});var Re=p({...de.shape,...C(p({auth:a()}),"SECRET_TEXT").shape});var Ep=w(a(),D([te,ge,Re,ve,he,re,ye,Mt])),Ti=p({...de.shape,props:Ep,...C(k(),"OIDC").shape});var Mr=(r=>(r.HEADER="HEADER",r.BODY="BODY",r))(Mr||{}),Ei=D([te,Re,re]),$i=w(a(),Ei),$p=p({props:g(w(a(),Ei)),authUrl:a(),tokenUrl:a(),scope:N(a()),prompt:g(D([$("none"),$("consent"),$("login"),$("omit")])),pkce:g(B()),pkceMethod:g(D([$("plain"),$("S256")])),authorizationMethod:g(U(Mr)),grantType:g(D([U(lt),$(Ir)])),extra:g(w(a(),a()))}),Si=p({access_token:a(),props:g($i),data:w(a(),rt())}),jr=p({...de.shape,...$p.shape,...C(Si,"OAUTH2").shape});var Be=D([Cr,Ur,Ti,jr,Re]),yt="Connection",Lr={SecretText(e){return{...e,valueSchema:void 0,type:"SECRET_TEXT"}},OAuth2(e){return{...e,valueSchema:void 0,type:"OAUTH2",displayName:e.displayName||yt}},BasicAuth(e){return{...e,valueSchema:void 0,type:"BASIC_AUTH",displayName:e.displayName||yt,required:!0}},CustomAuth(e){return{...e,valueSchema:void 0,type:"CUSTOM_AUTH",displayName:e.displayName||yt}},OIDC(e){return{...e,valueSchema:void 0,type:"OIDC",displayName:e.displayName||yt}},None(){}};var jE={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=p({...F.shape,...C(k(),"CUSTOM").shape,code:a()});var Ap=D([Dr,Be]),Fr=w(a(),Ap),i$=w(a(),Dr);var Ai=D([p({strategy:$("CRON"),cronExpression:a()}),p({strategy:$("NONE")})]);var zi="2",Zt="0.82.0";var Br=class{constructor(t,r,n,i,u,c,l,y,h=Zt,_,S="",x){this.displayName=t;this.logoUrl=r;this.authors=n;this.events=i;this.categories=l;this.auth=y;this.minimumSupportedRelease=h;this.maximumSupportedRelease=_;this.description=S;this.deprecated=x;this._actions={};this._triggers={};this.getContextInfo=o(()=>({version:zi}),"getContextInfo");(!zp(h)||Op(h,Zt))&&(this.minimumSupportedRelease=Zt),u.forEach(s=>this._actions[s.name]=s),c.forEach(s=>this._triggers[s.name]=s)}static{o(this,"Piece")}metadata(){return{displayName:this.displayName,logoUrl:this.logoUrl,actions:this._actions,triggers:this._triggers,categories:this.categories,description:this.description,authors:this.authors,auth:this.auth,minimumSupportedRelease:this.minimumSupportedRelease,maximumSupportedRelease:this.maximumSupportedRelease,deprecated:this.deprecated,contextInfo:this.getContextInfo?.()}}getAction(t){return this._actions[t]}getTrigger(t){return this._triggers[t]}actions(){return this._actions}triggers(){return this._triggers}},Oi=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 Br(e.displayName,e.logoUrl,e.authors??[],e.events,e.actions,e.triggers,e.categories??[],e.auth,e.minimumSupportedRelease,e.maximumSupportedRelease,e.description,e.deprecated)},"createPiece");function zp(e){return/^\d+\.\d+\.\d+$/.test(e)}o(zp,"isValidSimpleSemver");function Op(e,t){let[r,n,i]=e.split(".").map(Number),[u,c,l]=t.split(".").map(Number);return r!==u?r<u:n!==c?n<c:i<l}o(Op,"isSemverLessThan");var kp=g(w(a(),w(a(),a()))),ki=p({id:g(a()),name:a(),displayName:a(),logoUrl:a(),description:a(),authors:N(a()),platformId:g(a()),directoryPath:g(a()),auth:g(D([Be,N(Be)])),version:a(),categories:g(N(U(je))),minimumSupportedRelease:g(a()),maximumSupportedRelease:g(a()),deprecated:g(B()),i18n:kp}),wp=U(["human","ai","both"]),wi=p({description:g(a()),idempotent:g(B())}),Ri=p({name:a(),displayName:a(),description:a(),props:Fr,requireAuth:B(),errorHandlingOptions:g(_r),outputSchema:g(Ct()),audience:g(wp),aiMetadata:g(wi)}),Ni=p({name:a(),displayName:a(),description:a(),props:Fr,errorHandlingOptions:g(_r),type:U(Oe),sampleData:k(),handshakeConfiguration:g(Ct()),renewConfiguration:g(Ai),testStrategy:U(mt),outputSchema:g(Ct()),aiMetadata:g(wi)}),Rp=p({...ki.shape,actions:w(a(),Ri),triggers:w(a(),Ni)}),Np=p({...ki.shape,actions:X(),triggers:X(),suggestedActions:g(N(Ri)),suggestedTriggers:g(N(Ni))}),Di=p({projectUsage:X(),pieceType:U(Me),packageType:U(pt),platformId:g(a()),archiveId:g(a())}),iS=p({...Rp.shape,...Di.shape}),aS=p({...Np.shape,...Di.shape}),sS=p({name:a(),version:a()});var Dp=De(require("path")),Cp=De(require("fs/promises"));var ji=require("node:stream");var Vt=class{constructor(t,r){this.baseUrl=t;this.authenticationConverter=r}static{o(this,"BaseHttpClient")}getUrl(t){let r=new URL(`${this.baseUrl}${t.url}`),n=`${r.origin}${r.pathname}`,i=new URLSearchParams;return r.searchParams.forEach((u,c)=>{i.append(c,u)}),{urlWithoutQueryParams:n,queryParams:i}}getHeaders(t){let r={Accept:"application/json"};return t.authentication&&this.populateAuthentication(t.authentication,r),t.body&&(t.headers?.["Content-Type"]==="text/csv"?r["Content-Type"]="text/csv":r["Content-Type"]="application/json"),t.headers&&(r={...r,...t.headers}),r}populateAuthentication(t,r){this.authenticationConverter.convert(t,r)}};var Ht=class{static{o(this,"DelegatingAuthenticationConverter")}constructor(t=new Zr,r=new Vr){this.converters={BEARER_TOKEN:t,BASIC:r}}convert(t,r){return this.converters[t.type].convert(t,r)}},Zr=class{static{o(this,"BearerTokenAuthenticationConverter")}convert(t,r){return r.Authorization=`Bearer ${t.token}`,r}},Vr=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 ht=class extends Error{constructor(r,n){let i=n.status||500,u=Buffer.isBuffer(n.responseBody)?n.responseBody.toString():n.responseBody;super(JSON.stringify({response:{status:i,body:u},request:{body:r}}));this.requestBody=r;this.status=i,this.responseBody=u}static{o(this,"HttpError")}errorMessage(){return{response:{status:this.status,body:this.responseBody},request:{body:this.requestBody}}}get response(){return{status:this.status,body:this.responseBody}}get request(){return{body:this.requestBody}}};function Ci({error:e,requestBody:t}){return e instanceof ht?e.errorMessage():{response:{status:0,body:e instanceof Error?e.message:String(e)},request:{body:t}}}o(Ci,"toFailsafeOutput");var Gt=(c=>(c.GET="GET",c.POST="POST",c.PATCH="PATCH",c.PUT="PUT",c.DELETE="DELETE",c.HEAD="HEAD",c))(Gt||{});var Wt=class extends Vt{static{o(this,"FetchHttpClient")}constructor(t="",r=new Ht){super(t,r)}async sendRequest(t,r){process.env.NODE_TLS_REJECT_UNAUTHORIZED="0";let{urlWithoutQueryParams:n,queryParams:i}=this.getUrl(t),u=this.getHeaders(t),c=t.queryParams??{};for(let[j,ee]of Object.entries(c))i.append(j,ee);let l=i.toString(),y=l?`${n}?${l}`:n,h=t.responseType??"json",_=t.followRedirects??!0,S=t.retries??0,{body:x,extraHeaders:s,isStream:d}=Up(t.method)?Mp(t.body,u):{body:void 0,extraHeaders:{},isStream:!1},f=Lp({...u,...s}),m=await jp(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 d&&(ae.duplex="half"),r?.dispatcher!==void 0&&(ae.dispatcher=r.dispatcher),await fetch(y,ae)}finally{ee!==void 0&&clearTimeout(ee)}},S),v=_?300:400;if(m.status<200||m.status>=v){let j=await Ui(m,h),ee=new ht(t.body,{status:m.status,responseBody:j});throw console.error("[HttpClient#(sanitized error message)] Request failed:",ee),ee}let P=await Ui(m,h);return{status:m.status,headers:Fp(m.headers),body:P}}};function Up(e){return e!=="GET"&&e!=="HEAD"}o(Up,"acceptsRequestBody");function Mp(e,t){if(Zp(e))return{body:void 0,extraHeaders:{},isStream:!1};if(Bp(e)){let n=new ji.PassThrough;return e.on("error",i=>n.destroy(i)),e.pipe(n),{body:n,extraHeaders:e.getHeaders(),isStream:!0}}return typeof e=="string"||Buffer.isBuffer(e)||e instanceof URLSearchParams||e instanceof ArrayBuffer||typeof FormData<"u"&&e instanceof FormData||typeof Blob<"u"&&e instanceof Blob?{body:e,extraHeaders:{},isStream:!1}:(t["Content-Type"]??t["content-type"]??"").includes("application/x-www-form-urlencoded")?{body:new URLSearchParams(e).toString(),extraHeaders:{},isStream:!1}:{body:JSON.stringify(e),extraHeaders:{},isStream:!1}}o(Mp,"serializeBody");async function Ui(e,t){switch(t){case"arraybuffer":return Buffer.from(await e.arrayBuffer());case"blob":return await e.blob();case"text":return await e.text();default:{let r=await e.text();if(r.length===0)return;try{return JSON.parse(r)}catch{return r}}}}o(Ui,"parseResponseBody");async function jp(e,t){let r;for(let n=0;n<=t;n++)try{let i=await e();if(i.status>=500&&n<t){await Mi(n);continue}return i}catch(i){if(r=i,n<t){await Mi(n);continue}throw i}throw r}o(jp,"sendWithRetries");function Mi(e){let t=Math.min(1e3*2**e,3e4);return new Promise(r=>setTimeout(r,t))}o(Mi,"backoff");function Lp(e){let t={};for(let[r,n]of Object.entries(e))n!==void 0&&(t[r.toLowerCase()]=Array.isArray(n)?n.join(", "):n);return t}o(Lp,"normalizeHeaders");function Fp(e){let t={};return e.forEach((r,n)=>{t[n]=r}),t}o(Fp,"toHttpHeaders");function Bp(e){return typeof e=="object"&&e!==null&&typeof e.getHeaders=="function"&&typeof e.pipe=="function"&&typeof e.on=="function"}o(Bp,"isNodeFormData");function Zp(e){return e==null}o(Zp,"isNil");var qt=new Wt;var Od=De(require("fs")),Hs=De(Vs());var kd={"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 wd(e){let t=e.split(";")[0].trim().toLowerCase();return kd[t]??""}o(wd,"contentTypeToExtension");var Rd=o(({baseUrl:e,relativePath:t})=>{let r=e.endsWith("/")?e:`${e}/`,n=t.startsWith("/")?t.slice(1):t;return`${r}${n}`},"joinBaseUrlWithRelativePath"),Nd=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 Gs({auth:e,baseUrl:t,authMapping:r,description:n,displayName:i,name:u,props:c,extraProps:l,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:E.DynamicProperties({auth:e,displayName:"",required:!0,refreshers:[],props:o(async({auth:h})=>({url:E.ShortText({displayName:"URL",description:`You can either use the full URL or the relative path to the base URL
3
+ i.e ${Nd(t,h)}/resource or /resource`,required:!0,defaultValue:h?t(h):"",...c?.url??{}})}),"props")}),method:E.StaticDropdown({displayName:"Method",required:!0,options:{options:Object.values(Gt).map(h=>({label:h,value:h}))},...c?.method??{}}),headers:E.Object({displayName:"Headers",description:"Authorization headers are injected automatically from your connection.",required:!0,...c?.headers??{}}),queryParams:E.Object({displayName:"Query Parameters",required:!0,...c?.queryParams??{}}),body_type:E.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:E.DynamicProperties({auth:e,displayName:"Body",refreshers:["body_type"],required:!1,props:o(async({body_type:h})=>{if(!h)return{};let _=h,S={};switch(_){case"none":break;case"json":S.data=E.Json({displayName:"JSON Body",required:!0,...c?.body??{}});break;case"raw":S.data=E.LongText({displayName:"Raw Body",required:!0});break;case"form_data":S.data=E.Array({displayName:"Form Data",required:!0,properties:{fieldName:E.ShortText({displayName:"Field Name",required:!0}),fieldType:E.StaticDropdown({displayName:"Field Type",required:!0,options:{disabled:!1,options:[{label:"Text",value:"text"},{label:"File",value:"file"}]}}),textFieldValue:E.LongText({displayName:"Text Field Value",required:!1}),fileFieldValue:E.File({displayName:"File Field Value",required:!1})}});break}return S},"props")}),response_is_binary:E.Checkbox({displayName:"Response is Binary ?",description:"Enable for files like PDFs, images, etc.",required:!1,defaultValue:!1}),failsafe:E.Checkbox({displayName:"No Error on Failure",required:!1,...c?.failsafe??{}}),timeout:E.Number({displayName:"Timeout (in seconds)",required:!1,...c?.timeout??{}}),followRedirects:E.Checkbox({displayName:"Follow redirects",required:!1,defaultValue:!1}),...l},run:o(async h=>{let{method:_,url:S,headers:x,queryParams:s,body:d,body_type:f,failsafe:m,timeout:v,response_is_binary:P,followRedirects:j}=h.propsValue;Lt(_,"Method"),Lt(S,"URL");let ee=ue(r)?{}:await r(h.auth,h.propsValue),ae=S.url,Ke=ae.startsWith("http://")||ae.startsWith("https://")?ae:Rd({baseUrl:t(h.auth),relativePath:ae}),_e={method:_,url:Ke,headers:{...x??{},...y==="headers"||!ue(y)?ee:{}},queryParams:{...y==="queryParams"?ee:{},...s??{}},timeout:v?v*1e3:0,followRedirects:j};if(P&&(_e.responseType="arraybuffer"),d)if(f&&f!=="none"){let me=d.data;if(f==="form_data"){let ru=me,Pt=new Hs.default;for(let{fieldName:mn,fieldType:fn,textFieldValue:gn,fileFieldValue:or}of ru)fn==="text"&&!ft(gn)?Pt.append(mn,gn):fn==="file"&&!ft(or)&&Pt.append(mn,or.data,{filename:or?.filename});_e.body=Pt,_e.headers={..._e.headers,...Pt.getHeaders()}}else _e.body=me}else f||(_e.body=d);try{let me=await qt.sendRequest(_e);return await Dd(h.files,me.body,me.status,me.headers,P)}catch(me){if(m)return Ci({error:me,requestBody:_e.body});throw me}},"run")})}o(Gs,"createCustomApiCallAction");var Dd=o(async(e,t,r,n,i)=>{let u;if(i&&Cd(t)){let c=Array.isArray(n?.["content-type"])?n["content-type"][0]:n?.["content-type"],l=wd(c??"")||"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.${l}`,data:y})}else u=t;return{status:r,headers:n,body:u}},"handleBinaryResponse"),Cd=o(e=>e instanceof ArrayBuffer||Buffer.isBuffer(e),"isBinaryBody");async function Ud({apiKey:e}){await qe({apiKey:e,method:"GET",path:"/customers"})}o(Ud,"validateAuth");async function Md({apiKey:e,customer:t}){return qe({apiKey:e,method:"POST",path:"/customers",body:t})}o(Md,"createCustomer");async function jd({apiKey:e,conversation:t}){return qe({apiKey:e,method:"POST",path:"/conversations",body:t})}o(jd,"createConversation");async function Ld({apiKey:e,conversationId:t,updates:r}){return qe({apiKey:e,method:"PUT",path:`/conversations/${encodeURIComponent(t)}`,body:r})}o(Ld,"updateConversation");async function Fd({apiKey:e,customerId:t}){return qe({apiKey:e,method:"GET",path:`/customers/${encodeURIComponent(t)}`})}o(Fd,"getCustomer");async function Bd({apiKey:e,klassName:t,fromDate:r}){return qe({apiKey:e,method:"GET",path:`/kobjects/${encodeURIComponent(t)}`,...r?{queryParams:{fromDate:r}}:{}})}o(Bd,"getCustomObjects");function Ws({apiKey:e}){return{Authorization:`Bearer ${e}`,Accept:"application/json","Content-Type":"application/json"}}o(Ws,"createAuthHeaders");async function qe({apiKey:e,method:t,path:r,body:n,queryParams:i}){let u={method:t,url:`${dn}${r}`,headers:Ws({apiKey:e}),...n?{body:n}:{},...i?{queryParams:i}:{}};return(await qt.sendRequest(u)).body}o(qe,"sendRequest");var Q={validateAuth:Ud,createCustomer:Md,createConversation:jd,updateConversation:Ld,getCustomer:Fd,getCustomObjects:Bd,createAuthHeaders:Ws},dn="https://api.kustomerapp.com/v1";var ne=Lr.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 Tr(()=>Q.validateAuth({apiKey:t}));return r?{valid:!1,error:"Invalid API token or missing Kustomer permissions."}:{valid:!0}},"validate")});var qs=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:E.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:E.ShortText({displayName:"Conversation Name",description:"A short subject or title for the conversation (max 256 characters).",required:!1}),status:E.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:E.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:E.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:E.ShortText({displayName:"External ID",description:"A unique identifier from your own system to link this conversation (max 256 characters).",required:!1}),replyChannel:E.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 Ks=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:E.ShortText({displayName:"Full Name",description:`The customer's full name (e.g. "Jane Doe").`,required:!1}),email:E.ShortText({displayName:"Email Address",description:"Primary email address of the customer.",required:!1}),phone:E.ShortText({displayName:"Phone Number",description:'Primary phone number in E.164 format (e.g. "+14155551234").',required:!1}),company:E.ShortText({displayName:"Company",description:"Name of the company the customer belongs to.",required:!1}),externalId:E.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:E.ShortText({displayName:"Username",description:"The customer's username in your system.",required:!1}),locale:E.ShortText({displayName:"Locale",description:'Language/locale code for the customer (e.g. "en_US", "fr_FR", "de_DE").',required:!1}),timeZone:E.ShortText({displayName:"Time Zone",description:'IANA timezone identifier (e.g. "America/New_York", "Europe/London", "Asia/Tokyo").',required:!1}),gender:E.StaticDropdown({displayName:"Gender",description:"The customer's gender.",required:!1,options:{options:[{label:"Male",value:"m"},{label:"Female",value:"f"}]}}),birthdayAt:E.ShortText({displayName:"Birthday",description:`Customer's birth date in ISO 8601 format (e.g. "1990-06-15T00:00:00.000Z").`,required:!1}),signedUpAt:E.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:E.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 Zd({value:e,fieldName:t}){if(typeof e!="string"||e.trim().length===0)throw new Error(`${t} is required.`);return e.trim()}o(Zd,"parseRequiredString");function Vd({value:e,fieldName:t}){if(!Js(e))throw new Error(`${t} must be a JSON object.`);return e}o(Vd,"parseJsonObject");function Js(e){return typeof e!="object"||e===null||Array.isArray(e)?!1:Object.values(e).every(Xs)}o(Js,"isKustomerJsonObject");function Xs(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||e===null?!0:Array.isArray(e)?e.every(Xs):Js(e)}o(Xs,"isKustomerJsonValue");var Ys={parseRequiredString:Zd,parseJsonObject:Vd};var Qs=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:E.ShortText({displayName:"Customer ID",description:"The Kustomer customer ID.",required:!0})},async run(e){let t=e.auth.secret_text,r=Ys.parseRequiredString({value:e.propsValue.customerId,fieldName:"Customer ID"});return Q.getCustomer({apiKey:t,customerId:r})}});var eu=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:E.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:E.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 tu=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:E.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:E.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:E.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:E.ShortText({displayName:"Conversation Name",description:"Update the subject or title of the conversation.",required:!1}),direction:E.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:E.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 Hd=Oi({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:[Ks,qs,tu,Qs,eu,Gs({auth:ne,baseUrl:o(()=>dn,"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,3 +0,0 @@
1
- export declare const getCustomerAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
2
- customerId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
3
- }>;
@@ -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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"}
@@ -1 +0,0 @@
1
- export declare const kustomerAuth: import("@activepieces/pieces-framework").SecretTextProperty<true>;
@@ -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 {};
@@ -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>;
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=types.js.map
@@ -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 {};
@@ -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"}