@algolia/ingestion 1.56.0 → 1.57.0

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.
@@ -4,16 +4,16 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@algolia/ingestion"] = {}));
5
5
  })(this, (function (exports) { 'use strict';
6
6
 
7
- function Z(u){let d,m=`algolia-client-js-${u.key}`;function p(){return d===void 0&&(d=u.localStorage||window.localStorage),d}function R(){return JSON.parse(p().getItem(m)||"{}")}function I(e){p().setItem(m,JSON.stringify(e));}function k(){return new Promise(e=>setTimeout(e,0))}function i(){let e=u.timeToLive?u.timeToLive*1e3:null,t=R(),s=new Date().getTime(),a=false;return {namespace:Object.fromEntries(Object.entries(t).filter(([,r])=>!r||r.timestamp===void 0||e&&r.timestamp+e<s?(a=true,false):true)),changed:a}}return {get(e,t,s={miss:()=>Promise.resolve()}){return k().then(()=>{let{namespace:a,changed:n}=i(),r=a[JSON.stringify(e)];return n&&I(a),r?r.value:t().then(c=>s.miss(c).then(()=>c))})},set(e,t){return k().then(()=>{let s=R();return s[JSON.stringify(e)]={timestamp:new Date().getTime(),value:t},p().setItem(m,JSON.stringify(s)),t})},delete(e){return k().then(()=>{let t=R();delete t[JSON.stringify(e)],p().setItem(m,JSON.stringify(t));})},clear(){return Promise.resolve().then(()=>{p().removeItem(m);})}}}function pe(){return {get(u,d,m={miss:()=>Promise.resolve()}){return d().then(R=>Promise.all([R,m.miss(R)])).then(([R])=>R)},set(u,d){return Promise.resolve(d)},delete(u){return Promise.resolve()},clear(){return Promise.resolve()}}}function C(u){let d=[...u.caches],m=d.shift();return m===void 0?pe():{get(p,R,I={miss:()=>Promise.resolve()}){return m.get(p,R,I).catch(()=>C({caches:d}).get(p,R,I))},set(p,R){return m.set(p,R).catch(()=>C({caches:d}).set(p,R))},delete(p){return m.delete(p).catch(()=>C({caches:d}).delete(p))},clear(){return m.clear().catch(()=>C({caches:d}).clear())}}}function b(u={serializable:true}){let d={};return {get(m,p,R={miss:()=>Promise.resolve()}){let I=JSON.stringify(m);if(I in d)return Promise.resolve(u.serializable?JSON.parse(d[I]):d[I]);let k=p();return k.then(i=>R.miss(i)).then(()=>k)},set(m,p){return d[JSON.stringify(m)]=u.serializable?JSON.stringify(p):p,Promise.resolve(p)},delete(m){return delete d[JSON.stringify(m)],Promise.resolve()},clear(){return d={},Promise.resolve()}}}function me(u){let d={value:`Algolia for JavaScript (${u})`,add(m){let p=`; ${m.segment}${m.version!==void 0?` (${m.version})`:""}`;return d.value.indexOf(p)===-1&&(d.value=`${d.value}${p}`),d}};return d}function ee(u,d,m="WithinHeaders"){let p={"x-algolia-api-key":d,"x-algolia-application-id":u};return {headers(){return m==="WithinHeaders"?p:{}},queryParameters(){return m==="WithinQueryParameters"?p:{}}}}function te({func:u,validate:d,aggregator:m,error:p,timeout:R=()=>0}){let I=k=>new Promise((i,e)=>{u(k).then(async t=>(m&&await m(t),await d(t)?i(t):p&&await p.validate(t)?e(new Error(await p.message(t))):setTimeout(()=>{I(t).then(i).catch(e);},await R()))).catch(t=>{e(t);});});return I()}function re({algoliaAgents:u,client:d,version:m}){let p=me(m).add({segment:d,version:m});return u.forEach(R=>p.add(R)),p}function se(){return {debug(u,d){return Promise.resolve()},info(u,d){return Promise.resolve()},error(u,d){return Promise.resolve()}}}var he=10*1024*1024;async function*Pe(u){let d=u.getReader();try{for(;;){let{done:m,value:p}=await d.read();if(m)return;yield p;}}finally{d.releaseLock();}}function fe(u){return Symbol.asyncIterator in u?u:Pe(u)}async function*qe(u){let d=new TextDecoder("utf-8"),m=[],p=0,R=false,I=true;for await(let i of fe(u)){let e=d.decode(i,{stream:true}),t=0;for(R&&(R=false,e.length>0&&e[0]===`
7
+ function ae(u){let c,p=`algolia-client-js-${u.key}`;function h(){return c===void 0&&(c=u.localStorage||window.localStorage),c}function l(){return JSON.parse(h().getItem(p)||"{}")}function I(e){h().setItem(p,JSON.stringify(e));}function k(){return new Promise(e=>setTimeout(e,0))}function i(){let e=u.timeToLive?u.timeToLive*1e3:null,t=l(),s=new Date().getTime(),a=false;return {namespace:Object.fromEntries(Object.entries(t).filter(([,r])=>!r||r.timestamp===void 0||e&&r.timestamp+e<s?(a=true,false):true)),changed:a}}return {get(e,t,s={miss:()=>Promise.resolve()}){return k().then(()=>{let{namespace:a,changed:n}=i(),r=a[JSON.stringify(e)];return n&&I(a),r?r.value:t().then(d=>s.miss(d).then(()=>d))})},set(e,t){return k().then(()=>{let s=l();return s[JSON.stringify(e)]={timestamp:new Date().getTime(),value:t},h().setItem(p,JSON.stringify(s)),t})},delete(e){return k().then(()=>{let t=l();delete t[JSON.stringify(e)],h().setItem(p,JSON.stringify(t));})},clear(){return Promise.resolve().then(()=>{h().removeItem(p);})}}}function Te(){return {get(u,c,p={miss:()=>Promise.resolve()}){return c().then(l=>Promise.all([l,p.miss(l)])).then(([l])=>l)},set(u,c){return Promise.resolve(c)},delete(u){return Promise.resolve()},clear(){return Promise.resolve()}}}function O(u){let c=[...u.caches],p=c.shift();return p===void 0?Te():{get(h,l,I={miss:()=>Promise.resolve()}){return p.get(h,l,I).catch(()=>O({caches:c}).get(h,l,I))},set(h,l){return p.set(h,l).catch(()=>O({caches:c}).set(h,l))},delete(h){return p.delete(h).catch(()=>O({caches:c}).delete(h))},clear(){return p.clear().catch(()=>O({caches:c}).clear())}}}function L(u={serializable:true}){let c={};return {get(p,h,l={miss:()=>Promise.resolve()}){let I=JSON.stringify(p);if(I in c)return Promise.resolve(u.serializable?JSON.parse(c[I]):c[I]);let k=h();return k.then(i=>l.miss(i)).then(()=>k)},set(p,h){return c[JSON.stringify(p)]=u.serializable?JSON.stringify(h):h,Promise.resolve(h)},delete(p){return delete c[JSON.stringify(p)],Promise.resolve()},clear(){return c={},Promise.resolve()}}}function le(u){let c={value:`Algolia for JavaScript (${u})`,add(p){let h=`; ${p.segment}${p.version!==void 0?` (${p.version})`:""}`;return c.value.indexOf(h)===-1&&(c.value=`${c.value}${h}`),c}};return c}function ne(u,c,p="WithinHeaders"){let h={"x-algolia-api-key":c,"x-algolia-application-id":u};return {headers(){return p==="WithinHeaders"?h:{}},queryParameters(){return p==="WithinQueryParameters"?h:{}}}}function ie({func:u,validate:c,aggregator:p,error:h,timeout:l=()=>0}){let I=k=>new Promise((i,e)=>{u(k).then(async t=>(p&&await p(t),await c(t)?i(t):h&&await h.validate(t)?e(new Error(await h.message(t))):setTimeout(()=>{I(t).then(i).catch(e);},await l()))).catch(t=>{e(t);});});return I()}function ue({algoliaAgents:u,client:c,version:p}){let h=le(p).add({segment:c,version:p});return u.forEach(l=>h.add(l)),h}function ce(){return {debug(u,c){return Promise.resolve()},info(u,c){return Promise.resolve()},error(u,c){return Promise.resolve()}}}var Re=10*1024*1024;async function*ye(u){let c=u.getReader();try{for(;;){let{done:p,value:h}=await c.read();if(p)return;yield h;}}finally{c.releaseLock();}}function Ie(u){return Symbol.asyncIterator in u?u:ye(u)}async function*ge(u){let c=new TextDecoder("utf-8"),p=[],h=0,l=false,I=true;for await(let i of Ie(u)){let e=c.decode(i,{stream:true}),t=0;for(l&&(l=false,e.length>0&&e[0]===`
8
8
  `&&(t=1));t<e.length;){let s=e.indexOf("\r",t),a=e.indexOf(`
9
- `,t);if(s===-1&&a===-1){let T=e.slice(t);if(m.push(T),p+=T.length,p>he)throw new Error("SSE line buffer exceeded 10MB");break}let n,r;s!==-1&&(a===-1||s<a)?(n=s,s+1<e.length?r=e[s+1]===`
10
- `?2:1:(R=true,r=1)):(n=a,r=1);let c=e.slice(t,n);m.push(c);let q=m.length===1?m[0]:m.join("");m.length=0,p=0,I&&(q.startsWith("\uFEFF")&&(q=q.slice(1)),I=false),yield q,t=n+r;}}let k=d.decode();if(k&&m.push(k),m.length>0){let i=m.join("");I&&i.startsWith("\uFEFF")&&(i=i.slice(1)),yield i;}}var Te=class{data=[];eventType="";lastEventId=null;retry=null;decode(u){if(u==="")return this.dispatch();if(u[0]===":")return null;let d=u.indexOf(":"),m,p;switch(d===-1?(m=u,p=""):(m=u.slice(0,d),p=u.slice(d+1),p[0]===" "&&(p=p.slice(1))),m){case "data":this.data.push(p);break;case "event":this.eventType=p;break;case "id":p.includes("\0")||(this.lastEventId=p);break;case "retry":/^[0-9]+$/.test(p)&&(this.retry=parseInt(p,10));break}return null}dispatch(){let u=this.eventType;if(this.eventType="",this.data.length===0)return null;let d={data:this.data.join(`
11
- `),event:u,id:this.lastEventId,retry:this.retry};return this.data=[],d}};async function*le(u){let d=new Te;for await(let m of qe(u)){let p=d.decode(m);p!==null&&(yield p);}}var Re=750,M=120*1e3;function z(u,d="up"){let m=Date.now();function p(){return d==="up"||Date.now()-m>M}function R(){return d==="timed out"&&Date.now()-m<=M}return {...u,status:d,lastUpdate:m,isUp:p,isTimedOut:R}}var oe=class extends Error{name="AlgoliaError";constructor(u,d){super(u),d&&(this.name=d);}};var ae=class extends oe{stackTrace;constructor(u,d,m){super(u,m),this.stackTrace=d;}},J=class extends ae{constructor(u){super("Unreachable hosts - your application id may be incorrect. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support",u,"RetryError");}},N=class extends ae{status;constructor(u,d,m,p="ApiError"){super(u,m,p),this.status=d;}},ye=class extends oe{response;constructor(u,d){super(u,"DeserializationError"),this.response=d;}},Ie=class extends N{error;constructor(u,d,m,p){super(u,d,p,"DetailedApiError"),this.error=m;}};function X(u,d,m){let p=ge(m),R=`${u.protocol}://${u.url}${u.port?`:${u.port}`:""}/${d.charAt(0)==="/"?d.substring(1):d}`;return p.length&&(R+=`?${p}`),R}function ge(u){return Object.keys(u).filter(d=>u[d]!==void 0).sort().map(d=>`${d}=${encodeURIComponent(Object.prototype.toString.call(u[d])==="[object Array]"?u[d].join(","):u[d]).replace(/\+/g,"%20")}`).join("&")}function K(u,d){if(u.method==="GET"||u.data===void 0&&d.data===void 0)return;let m=Array.isArray(u.data)?u.data:{...u.data,...d.data};return JSON.stringify(m)}function Y(u,d,m){let p={Accept:"application/json",...u,...d,...m},R={};return Object.keys(p).forEach(I=>{let k=p[I];R[I.toLowerCase()]=k;}),R}function ne(u){if(!(u.status===204||u.content.length===0))try{return JSON.parse(u.content)}catch(d){throw new ye(d.message,u)}}function He(u){return {status:u.status,headers:u.headers,content:u.content,data:ne(u)}}function ke({content:u,status:d},m){try{let p=JSON.parse(u);return "error"in p?new Ie(p.message,d,p.error,m):new N(p.message,d,m)}catch{}return new N(u,d,m)}function De({isTimedOut:u,status:d}){return !u&&~~d===0}function Se({isTimedOut:u,status:d}){return u||De({isTimedOut:u,status:d})||~~(d/100)!==2&&~~(d/100)!==4}function We({status:u}){return ~~(u/100)===2}function xe(u){return u.map(d=>ie(d))}function ie(u){let d=u.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return {...u,request:{...u.request,headers:{...u.request.headers,...d}}}}function ue({hosts:u,hostsCache:d,baseHeaders:m,logger:p,baseQueryParameters:R,algoliaAgent:I,timeouts:k,requester:i,requestsCache:e,responsesCache:t,compress:s,compression:a}){async function n(h){let f=await Promise.all(h.map(g=>d.get(g,()=>Promise.resolve(z(g))))),y=f.filter(g=>g.isUp()),P=f.filter(g=>g.isTimedOut()),H=[...y,...P];return {hosts:H.length>0?H:h,getTimeout(g,D){return (P.length===0&&g===0?1:P.length+3+g)*D}}}async function r(h,f,y){let P=[],H=K(h,f),l=Y(m,h.headers,f.headers),g=a==="gzip"&&H!==void 0&&H.length>Re&&(h.method==="POST"||h.method==="PUT");g&&s===void 0&&p.info("Compression is disabled because no compress method is available.");let D=g&&s!==void 0,O=D?await s(H):H;D&&(l["content-encoding"]="gzip");let x=h.method==="GET"?{...h.data,...f.data}:{},A={...R,...h.queryParameters,...x};if(I.value&&(A["x-algolia-agent"]=I.value),f&&f.queryParameters)for(let S of Object.keys(f.queryParameters))!f.queryParameters[S]||Object.prototype.toString.call(f.queryParameters[S])==="[object Object]"?A[S]=f.queryParameters[S]:A[S]=f.queryParameters[S].toString();let U=0,Q=async(S,L)=>{let v=S.pop();if(v===void 0)throw new J(xe(P));let V={...k,...f.timeouts},j={data:O,headers:l,method:h.method,url:X(v,h.path,A),connectTimeout:L(U,V.connect),responseTimeout:L(U,y?V.read:V.write)},$=G=>{let F={request:j,response:G,host:v,triesLeft:S.length};return P.push(F),F},E=await i.send(j);if(Se(E)){let G=$(E);return E.isTimedOut&&U++,p.info("Retryable failure",ie(G)),await d.set(v,z(v,E.isTimedOut?"timed out":"down")),Q(S,L)}if(We(E))return E;throw $(E),ke(E,P)},W=u.filter(S=>S.accept==="readWrite"||(y?S.accept==="read":S.accept==="write")),B=await n(W);return Q([...B.hosts].reverse(),B.getTimeout)}function c(h,f={}){let y=()=>r(h,f,P).then(g=>ne(g)),P=h.useReadTransporter||h.method==="GET";if((f.cacheable||h.cacheable)!==true)return y();let l={request:h,requestOptions:f,transporter:{queryParameters:R,headers:m}};return t.get(l,()=>e.get(l,()=>e.set(l,y()).then(g=>Promise.all([e.delete(l),g]),g=>Promise.all([e.delete(l),Promise.reject(g)])).then(([g,D])=>D)),{miss:g=>t.set(l,g)})}function q(h,f={}){let y=h.useReadTransporter||h.method==="GET";return r(h,f,y).then(P=>He(P))}async function*T(h,f={}){if(!i.sendStream)throw new Error("This requester does not support streaming");let y=K(h,f),P=Y(m,h.headers,f.headers);P.accept="text/event-stream";let H=h.method==="GET"?{...h.data,...f.data}:{},l={...R,...h.queryParameters,...H};if(I.value&&(l["x-algolia-agent"]=I.value),f&&f.queryParameters)for(let W of Object.keys(f.queryParameters))!f.queryParameters[W]||Object.prototype.toString.call(f.queryParameters[W])==="[object Object]"?l[W]=f.queryParameters[W]:l[W]=f.queryParameters[W].toString();let g=h.useReadTransporter||h.method==="GET",D=u.filter(W=>W.accept==="readWrite"||(g?W.accept==="read":W.accept==="write")),x=(await n(D)).hosts[0];if(!x)throw new J([]);let A={...k,...f.timeouts},U={data:y,headers:P,method:h.method,url:X(x,h.path,l),connectTimeout:A.connect,responseTimeout:g?A.read:A.write},Q=await i.sendStream(U);yield*le(Q);}return {hostsCache:d,requester:i,timeouts:k,logger:p,algoliaAgent:I,baseHeaders:m,baseQueryParameters:R,hosts:u,request:c,requestWithHttpInfo:q,requestStream:T,requestsCache:e,responsesCache:t}}function o(u,d,m){if(m==null||typeof m=="string"&&m.length===0)throw new Error(`Parameter \`${u}\` is required when calling \`${d}\`.`)}function Ae(u){let d={};for(let m of u.trim().split(/[\r\n]+/)){let p=m.indexOf(": ");p>0&&(d[m.slice(0,p).toLowerCase()]=m.slice(p+2));}return d}function ce(){function u(d){return new Promise(m=>{let p=new XMLHttpRequest;p.open(d.method,d.url,true),Object.keys(d.headers).forEach(i=>p.setRequestHeader(i,d.headers[i]));let R=(i,e)=>setTimeout(()=>{p.abort(),m({status:0,content:e,isTimedOut:true});},i),I=R(d.connectTimeout,"Connection timeout"),k;p.onreadystatechange=()=>{p.readyState>p.OPENED&&k===void 0&&(clearTimeout(I),k=R(d.responseTimeout,"Socket timeout"));},p.onerror=()=>{p.status===0&&(clearTimeout(I),clearTimeout(k),m({content:p.responseText||"Network request failed",status:p.status,isTimedOut:false}));},p.onload=()=>{clearTimeout(I),clearTimeout(k),m({content:p.responseText,headers:Ae(p.getAllResponseHeaders()),status:p.status,isTimedOut:false});},p.send(d.data);})}return {send:u}}var w="1.56.0",_=["eu","us"];function Ee(u){return [{url:"data.{region}.algolia.com".replace("{region}",u),accept:"readWrite",protocol:"https"}]}function Oe(u){return u.type==="onDemand"}function Ce(u){return u.type==="schedule"}function Ue(u){return u.type==="subscription"}function de({appId:u,apiKey:d,authMode:m,algoliaAgents:p,region:R,...I}){let k=ee(u,d,m),i=ue({hosts:Ee(R),...I,algoliaAgent:re({algoliaAgents:p,client:"Ingestion",version:w}),baseHeaders:{"content-type":"text/plain",...k.headers(),...I.baseHeaders},baseQueryParameters:{...k.queryParameters(),...I.baseQueryParameters}});return {transporter:i,appId:u,apiKey:d,clearCache(){return Promise.all([i.requestsCache.clear(),i.responsesCache.clear()]).then(()=>{})},get _ua(){return i.algoliaAgent.value},addAlgoliaAgent(e,t){i.algoliaAgent.add({segment:e,version:t});},setClientApiKey({apiKey:e}){!m||m==="WithinHeaders"?i.baseHeaders["x-algolia-api-key"]=e:i.baseQueryParameters["x-algolia-api-key"]=e;},async chunkedPush({indexName:e,objects:t,action:s="addObject",waitForTasks:a,batchSize:n=1e3,referenceIndexName:r,maxRetries:c=100},q){if(n<1)throw new Error("`batchSize` must be at least 1.");let T=[],h=0,f=[],y=Math.floor(n/10)||n,P=async(l,g)=>{for(let D of f.slice(l,g)){if(!D.eventID)throw new Error("received unexpected response from the push endpoint, eventID must not be undefined");let O=0;await te({func:async()=>{if(D.eventID===void 0||!D.eventID)throw new Error("received unexpected response from the push endpoint, eventID must not be undefined");return this.getEvent({runID:D.runID,eventID:D.eventID}).catch(x=>{if(x.status!==404)throw x})},validate:x=>x!==void 0,aggregator:()=>O+=1,error:{validate:()=>O>=c,message:()=>`Stopped waiting for the task after ${c} retries. This does not mean the operation failed; it may still complete. If you need to keep polling, retry with a higher maxRetries.`},timeout:()=>Math.min(O*1500,5e3)});}},H=t.entries();for(let[l,g]of H)T.push(g),(T.length===n||l===t.length-1)&&(f.push(await this.push({indexName:e,pushTaskPayload:{action:s,records:T},referenceIndexName:r},q)),T=[]),a&&f.length-h>=y&&(await P(h,h+y),h+=y);return a&&await P(h,f.length),f},createAuthentication(e,t){o("authenticationCreate","createAuthentication",e),o("authenticationCreate.type","createAuthentication",e.type),o("authenticationCreate.name","createAuthentication",e.name),o("authenticationCreate.input","createAuthentication",e.input);let r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.request(r,t)},createAuthenticationWithHTTPInfo(e,t){o("authenticationCreate","createAuthenticationWithHTTPInfo",e),o("authenticationCreate.type","createAuthenticationWithHTTPInfo",e.type),o("authenticationCreate.name","createAuthenticationWithHTTPInfo",e.name),o("authenticationCreate.input","createAuthenticationWithHTTPInfo",e.input);let r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createDestination(e,t){o("destinationCreate","createDestination",e),o("destinationCreate.type","createDestination",e.type),o("destinationCreate.name","createDestination",e.name),o("destinationCreate.input","createDestination",e.input);let r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createDestinationWithHTTPInfo(e,t){o("destinationCreate","createDestinationWithHTTPInfo",e),o("destinationCreate.type","createDestinationWithHTTPInfo",e.type),o("destinationCreate.name","createDestinationWithHTTPInfo",e.name),o("destinationCreate.input","createDestinationWithHTTPInfo",e.input);let r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createSource(e,t){o("sourceCreate","createSource",e),o("sourceCreate.type","createSource",e.type),o("sourceCreate.name","createSource",e.name);let r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.request(r,t)},createSourceWithHTTPInfo(e,t){o("sourceCreate","createSourceWithHTTPInfo",e),o("sourceCreate.type","createSourceWithHTTPInfo",e.type),o("sourceCreate.name","createSourceWithHTTPInfo",e.name);let r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTask(e,t){o("taskCreate","createTask",e),o("taskCreate.sourceID","createTask",e.sourceID),o("taskCreate.destinationID","createTask",e.destinationID),o("taskCreate.action","createTask",e.action);let r={method:"POST",path:"/2/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTaskWithHTTPInfo(e,t){o("taskCreate","createTaskWithHTTPInfo",e),o("taskCreate.sourceID","createTaskWithHTTPInfo",e.sourceID),o("taskCreate.destinationID","createTaskWithHTTPInfo",e.destinationID),o("taskCreate.action","createTaskWithHTTPInfo",e.action);let r={method:"POST",path:"/2/tasks",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTaskV1(e,t){o("taskCreate","createTaskV1",e),o("taskCreate.sourceID","createTaskV1",e.sourceID),o("taskCreate.destinationID","createTaskV1",e.destinationID),o("taskCreate.trigger","createTaskV1",e.trigger),o("taskCreate.action","createTaskV1",e.action);let r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTaskV1WithHTTPInfo(e,t){o("taskCreate","createTaskV1WithHTTPInfo",e),o("taskCreate.sourceID","createTaskV1WithHTTPInfo",e.sourceID),o("taskCreate.destinationID","createTaskV1WithHTTPInfo",e.destinationID),o("taskCreate.trigger","createTaskV1WithHTTPInfo",e.trigger),o("taskCreate.action","createTaskV1WithHTTPInfo",e.action);let r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTransformation(e,t){o("transformationCreate","createTransformation",e),o("transformationCreate.name","createTransformation",e.name);let r={method:"POST",path:"/1/transformations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTransformationWithHTTPInfo(e,t){o("transformationCreate","createTransformationWithHTTPInfo",e),o("transformationCreate.name","createTransformationWithHTTPInfo",e.name);let r={method:"POST",path:"/1/transformations",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},customDelete({path:e,parameters:t},s){o("path","customDelete",e);let c={method:"DELETE",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(c,s)},customDeleteWithHTTPInfo({path:e,parameters:t},s){o("path","customDeleteWithHTTPInfo",e);let c={method:"DELETE",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.requestWithHttpInfo(c,s)},customGet({path:e,parameters:t},s){o("path","customGet",e);let c={method:"GET",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(c,s)},customGetWithHTTPInfo({path:e,parameters:t},s){o("path","customGetWithHTTPInfo",e);let c={method:"GET",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.requestWithHttpInfo(c,s)},customPost({path:e,parameters:t,body:s},a){o("path","customPost",e);let q={method:"POST",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.request(q,a)},customPostWithHTTPInfo({path:e,parameters:t,body:s},a){o("path","customPostWithHTTPInfo",e);let q={method:"POST",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.requestWithHttpInfo(q,a)},customPut({path:e,parameters:t,body:s},a){o("path","customPut",e);let q={method:"PUT",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.request(q,a)},customPutWithHTTPInfo({path:e,parameters:t,body:s},a){o("path","customPutWithHTTPInfo",e);let q={method:"PUT",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.requestWithHttpInfo(q,a)},deleteAuthentication({authenticationID:e},t){o("authenticationID","deleteAuthentication",e);let r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteAuthenticationWithHTTPInfo({authenticationID:e},t){o("authenticationID","deleteAuthenticationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteDestination({destinationID:e},t){o("destinationID","deleteDestination",e);let r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteDestinationWithHTTPInfo({destinationID:e},t){o("destinationID","deleteDestinationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteSource({sourceID:e},t){o("sourceID","deleteSource",e);let r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteSourceWithHTTPInfo({sourceID:e},t){o("sourceID","deleteSourceWithHTTPInfo",e);let r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTask({taskID:e},t){o("taskID","deleteTask",e);let r={method:"DELETE",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTaskWithHTTPInfo({taskID:e},t){o("taskID","deleteTaskWithHTTPInfo",e);let r={method:"DELETE",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTaskV1({taskID:e},t){o("taskID","deleteTaskV1",e);let r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTaskV1WithHTTPInfo({taskID:e},t){o("taskID","deleteTaskV1WithHTTPInfo",e);let r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTransformation({transformationID:e},t){o("transformationID","deleteTransformation",e);let r={method:"DELETE",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTransformationWithHTTPInfo({transformationID:e},t){o("transformationID","deleteTransformationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},disableTask({taskID:e},t){o("taskID","disableTask",e);let r={method:"PUT",path:"/2/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTaskWithHTTPInfo({taskID:e},t){o("taskID","disableTaskWithHTTPInfo",e);let r={method:"PUT",path:"/2/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},disableTaskV1({taskID:e},t){o("taskID","disableTaskV1",e);let r={method:"PUT",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTaskV1WithHTTPInfo({taskID:e},t){o("taskID","disableTaskV1WithHTTPInfo",e);let r={method:"PUT",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},enableTask({taskID:e},t){o("taskID","enableTask",e);let r={method:"PUT",path:"/2/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTaskWithHTTPInfo({taskID:e},t){o("taskID","enableTaskWithHTTPInfo",e);let r={method:"PUT",path:"/2/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},enableTaskV1({taskID:e},t){o("taskID","enableTaskV1",e);let r={method:"PUT",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTaskV1WithHTTPInfo({taskID:e},t){o("taskID","enableTaskV1WithHTTPInfo",e);let r={method:"PUT",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getAuthentication({authenticationID:e},t){o("authenticationID","getAuthentication",e);let r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthenticationWithHTTPInfo({authenticationID:e},t){o("authenticationID","getAuthenticationWithHTTPInfo",e);let r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getDestination({destinationID:e},t){o("destinationID","getDestination",e);let r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getDestinationWithHTTPInfo({destinationID:e},t){o("destinationID","getDestinationWithHTTPInfo",e);let r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getEvent({runID:e,eventID:t},s){o("runID","getEvent",e),o("eventID","getEvent",t);let c={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.request(c,s)},getEventWithHTTPInfo({runID:e,eventID:t},s){o("runID","getEventWithHTTPInfo",e),o("eventID","getEventWithHTTPInfo",t);let c={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(c,s)},getRun({runID:e},t){o("runID","getRun",e);let r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getRunWithHTTPInfo({runID:e},t){o("runID","getRunWithHTTPInfo",e);let r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getSource({sourceID:e},t){o("sourceID","getSource",e);let r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getSourceWithHTTPInfo({sourceID:e},t){o("sourceID","getSourceWithHTTPInfo",e);let r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTask({taskID:e},t){o("taskID","getTask",e);let r={method:"GET",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTaskWithHTTPInfo({taskID:e},t){o("taskID","getTaskWithHTTPInfo",e);let r={method:"GET",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTaskV1({taskID:e},t){o("taskID","getTaskV1",e);let r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTaskV1WithHTTPInfo({taskID:e},t){o("taskID","getTaskV1WithHTTPInfo",e);let r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTransformation({transformationID:e},t){o("transformationID","getTransformation",e);let r={method:"GET",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTransformationWithHTTPInfo({transformationID:e},t){o("transformationID","getTransformationWithHTTPInfo",e);let r={method:"GET",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},listAuthentications({itemsPerPage:e,page:t,type:s,platform:a,sort:n,order:r}={},c=void 0){let q="/1/authentications",T={},h={};e!==void 0&&(h.itemsPerPage=e.toString()),t!==void 0&&(h.page=t.toString()),s!==void 0&&(h.type=s.toString()),a!==void 0&&(h.platform=a.toString()),n!==void 0&&(h.sort=n.toString()),r!==void 0&&(h.order=r.toString());let f={method:"GET",path:q,queryParameters:h,headers:T};return i.request(f,c)},listAuthenticationsWithHTTPInfo({itemsPerPage:e,page:t,type:s,platform:a,sort:n,order:r}={},c=void 0){let q="/1/authentications",T={},h={};e!==void 0&&(h.itemsPerPage=e.toString()),t!==void 0&&(h.page=t.toString()),s!==void 0&&(h.type=s.toString()),a!==void 0&&(h.platform=a.toString()),n!==void 0&&(h.sort=n.toString()),r!==void 0&&(h.order=r.toString());let f={method:"GET",path:q,queryParameters:h,headers:T};return i.requestWithHttpInfo(f,c)},listDestinations({itemsPerPage:e,page:t,type:s,authenticationID:a,transformationID:n,sort:r,order:c}={},q=void 0){let T="/1/destinations",h={},f={};e!==void 0&&(f.itemsPerPage=e.toString()),t!==void 0&&(f.page=t.toString()),s!==void 0&&(f.type=s.toString()),a!==void 0&&(f.authenticationID=a.toString()),n!==void 0&&(f.transformationID=n.toString()),r!==void 0&&(f.sort=r.toString()),c!==void 0&&(f.order=c.toString());let y={method:"GET",path:T,queryParameters:f,headers:h};return i.request(y,q)},listDestinationsWithHTTPInfo({itemsPerPage:e,page:t,type:s,authenticationID:a,transformationID:n,sort:r,order:c}={},q=void 0){let T="/1/destinations",h={},f={};e!==void 0&&(f.itemsPerPage=e.toString()),t!==void 0&&(f.page=t.toString()),s!==void 0&&(f.type=s.toString()),a!==void 0&&(f.authenticationID=a.toString()),n!==void 0&&(f.transformationID=n.toString()),r!==void 0&&(f.sort=r.toString()),c!==void 0&&(f.order=c.toString());let y={method:"GET",path:T,queryParameters:f,headers:h};return i.requestWithHttpInfo(y,q)},listEvents({runID:e,itemsPerPage:t,page:s,status:a,type:n,sort:r,order:c,startDate:q,endDate:T},h){o("runID","listEvents",e);let f="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),y={},P={};t!==void 0&&(P.itemsPerPage=t.toString()),s!==void 0&&(P.page=s.toString()),a!==void 0&&(P.status=a.toString()),n!==void 0&&(P.type=n.toString()),r!==void 0&&(P.sort=r.toString()),c!==void 0&&(P.order=c.toString()),q!==void 0&&(P.startDate=q.toString()),T!==void 0&&(P.endDate=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.request(H,h)},listEventsWithHTTPInfo({runID:e,itemsPerPage:t,page:s,status:a,type:n,sort:r,order:c,startDate:q,endDate:T},h){o("runID","listEventsWithHTTPInfo",e);let f="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),y={},P={};t!==void 0&&(P.itemsPerPage=t.toString()),s!==void 0&&(P.page=s.toString()),a!==void 0&&(P.status=a.toString()),n!==void 0&&(P.type=n.toString()),r!==void 0&&(P.sort=r.toString()),c!==void 0&&(P.order=c.toString()),q!==void 0&&(P.startDate=q.toString()),T!==void 0&&(P.endDate=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.requestWithHttpInfo(H,h)},listRuns({itemsPerPage:e,page:t,status:s,type:a,taskID:n,sort:r,order:c,startDate:q,endDate:T}={},h=void 0){let f="/1/runs",y={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.status=s.toString()),a!==void 0&&(P.type=a.toString()),n!==void 0&&(P.taskID=n.toString()),r!==void 0&&(P.sort=r.toString()),c!==void 0&&(P.order=c.toString()),q!==void 0&&(P.startDate=q.toString()),T!==void 0&&(P.endDate=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.request(H,h)},listRunsWithHTTPInfo({itemsPerPage:e,page:t,status:s,type:a,taskID:n,sort:r,order:c,startDate:q,endDate:T}={},h=void 0){let f="/1/runs",y={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.status=s.toString()),a!==void 0&&(P.type=a.toString()),n!==void 0&&(P.taskID=n.toString()),r!==void 0&&(P.sort=r.toString()),c!==void 0&&(P.order=c.toString()),q!==void 0&&(P.startDate=q.toString()),T!==void 0&&(P.endDate=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.requestWithHttpInfo(H,h)},listSources({itemsPerPage:e,page:t,type:s,authenticationID:a,sort:n,order:r}={},c=void 0){let q="/1/sources",T={},h={};e!==void 0&&(h.itemsPerPage=e.toString()),t!==void 0&&(h.page=t.toString()),s!==void 0&&(h.type=s.toString()),a!==void 0&&(h.authenticationID=a.toString()),n!==void 0&&(h.sort=n.toString()),r!==void 0&&(h.order=r.toString());let f={method:"GET",path:q,queryParameters:h,headers:T};return i.request(f,c)},listSourcesWithHTTPInfo({itemsPerPage:e,page:t,type:s,authenticationID:a,sort:n,order:r}={},c=void 0){let q="/1/sources",T={},h={};e!==void 0&&(h.itemsPerPage=e.toString()),t!==void 0&&(h.page=t.toString()),s!==void 0&&(h.type=s.toString()),a!==void 0&&(h.authenticationID=a.toString()),n!==void 0&&(h.sort=n.toString()),r!==void 0&&(h.order=r.toString());let f={method:"GET",path:q,queryParameters:h,headers:T};return i.requestWithHttpInfo(f,c)},listTasks({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,sourceType:r,destinationID:c,triggerType:q,withEmailNotifications:T,sort:h,order:f}={},y=void 0){let P="/2/tasks",H={},l={};e!==void 0&&(l.itemsPerPage=e.toString()),t!==void 0&&(l.page=t.toString()),s!==void 0&&(l.action=s.toString()),a!==void 0&&(l.enabled=a.toString()),n!==void 0&&(l.sourceID=n.toString()),r!==void 0&&(l.sourceType=r.toString()),c!==void 0&&(l.destinationID=c.toString()),q!==void 0&&(l.triggerType=q.toString()),T!==void 0&&(l.withEmailNotifications=T.toString()),h!==void 0&&(l.sort=h.toString()),f!==void 0&&(l.order=f.toString());let g={method:"GET",path:P,queryParameters:l,headers:H};return i.request(g,y)},listTasksWithHTTPInfo({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,sourceType:r,destinationID:c,triggerType:q,withEmailNotifications:T,sort:h,order:f}={},y=void 0){let P="/2/tasks",H={},l={};e!==void 0&&(l.itemsPerPage=e.toString()),t!==void 0&&(l.page=t.toString()),s!==void 0&&(l.action=s.toString()),a!==void 0&&(l.enabled=a.toString()),n!==void 0&&(l.sourceID=n.toString()),r!==void 0&&(l.sourceType=r.toString()),c!==void 0&&(l.destinationID=c.toString()),q!==void 0&&(l.triggerType=q.toString()),T!==void 0&&(l.withEmailNotifications=T.toString()),h!==void 0&&(l.sort=h.toString()),f!==void 0&&(l.order=f.toString());let g={method:"GET",path:P,queryParameters:l,headers:H};return i.requestWithHttpInfo(g,y)},listTasksV1({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,destinationID:r,triggerType:c,sort:q,order:T}={},h=void 0){let f="/1/tasks",y={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.action=s.toString()),a!==void 0&&(P.enabled=a.toString()),n!==void 0&&(P.sourceID=n.toString()),r!==void 0&&(P.destinationID=r.toString()),c!==void 0&&(P.triggerType=c.toString()),q!==void 0&&(P.sort=q.toString()),T!==void 0&&(P.order=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.request(H,h)},listTasksV1WithHTTPInfo({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,destinationID:r,triggerType:c,sort:q,order:T}={},h=void 0){let f="/1/tasks",y={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.action=s.toString()),a!==void 0&&(P.enabled=a.toString()),n!==void 0&&(P.sourceID=n.toString()),r!==void 0&&(P.destinationID=r.toString()),c!==void 0&&(P.triggerType=c.toString()),q!==void 0&&(P.sort=q.toString()),T!==void 0&&(P.order=T.toString());let H={method:"GET",path:f,queryParameters:P,headers:y};return i.requestWithHttpInfo(H,h)},listTransformations({itemsPerPage:e,page:t,sort:s,order:a,type:n}={},r=void 0){let c="/1/transformations",q={},T={};e!==void 0&&(T.itemsPerPage=e.toString()),t!==void 0&&(T.page=t.toString()),s!==void 0&&(T.sort=s.toString()),a!==void 0&&(T.order=a.toString()),n!==void 0&&(T.type=n.toString());let h={method:"GET",path:c,queryParameters:T,headers:q};return i.request(h,r)},listTransformationsWithHTTPInfo({itemsPerPage:e,page:t,sort:s,order:a,type:n}={},r=void 0){let c="/1/transformations",q={},T={};e!==void 0&&(T.itemsPerPage=e.toString()),t!==void 0&&(T.page=t.toString()),s!==void 0&&(T.sort=s.toString()),a!==void 0&&(T.order=a.toString()),n!==void 0&&(T.type=n.toString());let h={method:"GET",path:c,queryParameters:T,headers:q};return i.requestWithHttpInfo(h,r)},push({indexName:e,pushTaskPayload:t,watch:s,referenceIndexName:a},n){o("indexName","push",e),o("pushTaskPayload","push",t),o("pushTaskPayload.action","push",t.action),o("pushTaskPayload.records","push",t.records);let r="/1/push/{indexName}".replace("{indexName}",encodeURIComponent(e)),c={},q={};s!==void 0&&(q.watch=s.toString()),a!==void 0&&(q.referenceIndexName=a.toString());let T={method:"POST",path:r,queryParameters:q,headers:c,data:t};return n={...n,timeouts:{connect:18e4,read:18e4,write:18e4,...n?.timeouts}},i.request(T,n)},pushWithHTTPInfo({indexName:e,pushTaskPayload:t,watch:s,referenceIndexName:a},n){o("indexName","pushWithHTTPInfo",e),o("pushTaskPayload","pushWithHTTPInfo",t),o("pushTaskPayload.action","pushWithHTTPInfo",t.action),o("pushTaskPayload.records","pushWithHTTPInfo",t.records);let r="/1/push/{indexName}".replace("{indexName}",encodeURIComponent(e)),c={},q={};s!==void 0&&(q.watch=s.toString()),a!==void 0&&(q.referenceIndexName=a.toString());let T={method:"POST",path:r,queryParameters:q,headers:c,data:t};return n={...n,timeouts:{connect:18e4,read:18e4,write:18e4,...n?.timeouts}},i.requestWithHttpInfo(T,n)},pushTask({taskID:e,pushTaskPayload:t,watch:s},a){o("taskID","pushTask",e),o("pushTaskPayload","pushTask",t),o("pushTaskPayload.action","pushTask",t.action),o("pushTaskPayload.records","pushTask",t.records);let n="/2/tasks/{taskID}/push".replace("{taskID}",encodeURIComponent(e)),r={},c={};s!==void 0&&(c.watch=s.toString());let q={method:"POST",path:n,queryParameters:c,headers:r,data:t};return a={...a,timeouts:{connect:18e4,read:18e4,write:18e4,...a?.timeouts}},i.request(q,a)},pushTaskWithHTTPInfo({taskID:e,pushTaskPayload:t,watch:s},a){o("taskID","pushTaskWithHTTPInfo",e),o("pushTaskPayload","pushTaskWithHTTPInfo",t),o("pushTaskPayload.action","pushTaskWithHTTPInfo",t.action),o("pushTaskPayload.records","pushTaskWithHTTPInfo",t.records);let n="/2/tasks/{taskID}/push".replace("{taskID}",encodeURIComponent(e)),r={},c={};s!==void 0&&(c.watch=s.toString());let q={method:"POST",path:n,queryParameters:c,headers:r,data:t};return a={...a,timeouts:{connect:18e4,read:18e4,write:18e4,...a?.timeouts}},i.requestWithHttpInfo(q,a)},replaceTask({taskID:e,taskReplace:t},s){o("taskID","replaceTask",e),o("taskReplace","replaceTask",t),o("taskReplace.destinationID","replaceTask",t.destinationID),o("taskReplace.action","replaceTask",t.action);let c={method:"PUT",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},replaceTaskWithHTTPInfo({taskID:e,taskReplace:t},s){o("taskID","replaceTaskWithHTTPInfo",e),o("taskReplace","replaceTaskWithHTTPInfo",t),o("taskReplace.destinationID","replaceTaskWithHTTPInfo",t.destinationID),o("taskReplace.action","replaceTaskWithHTTPInfo",t.action);let c={method:"PUT",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},runSource({sourceID:e,runSourcePayload:t},s){o("sourceID","runSource",e);let c={method:"POST",path:"/1/sources/{sourceID}/run".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(c,s)},runSourceWithHTTPInfo({sourceID:e,runSourcePayload:t},s){o("sourceID","runSourceWithHTTPInfo",e);let c={method:"POST",path:"/1/sources/{sourceID}/run".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(c,s)},runTask({taskID:e,runTaskPayload:t},s){o("taskID","runTask",e);let c={method:"POST",path:"/2/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(c,s)},runTaskWithHTTPInfo({taskID:e,runTaskPayload:t},s){o("taskID","runTaskWithHTTPInfo",e);let c={method:"POST",path:"/2/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(c,s)},runTaskV1({taskID:e,runTaskPayload:t},s){o("taskID","runTaskV1",e);let c={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(c,s)},runTaskV1WithHTTPInfo({taskID:e,runTaskPayload:t},s){o("taskID","runTaskV1WithHTTPInfo",e);let c={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(c,s)},searchAuthentications(e,t){o("authenticationSearch","searchAuthentications",e),o("authenticationSearch.authenticationIDs","searchAuthentications",e.authenticationIDs);let r={method:"POST",path:"/1/authentications/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchAuthenticationsWithHTTPInfo(e,t){o("authenticationSearch","searchAuthenticationsWithHTTPInfo",e),o("authenticationSearch.authenticationIDs","searchAuthenticationsWithHTTPInfo",e.authenticationIDs);let r={method:"POST",path:"/1/authentications/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchDestinations(e,t){o("destinationSearch","searchDestinations",e),o("destinationSearch.destinationIDs","searchDestinations",e.destinationIDs);let r={method:"POST",path:"/1/destinations/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchDestinationsWithHTTPInfo(e,t){o("destinationSearch","searchDestinationsWithHTTPInfo",e),o("destinationSearch.destinationIDs","searchDestinationsWithHTTPInfo",e.destinationIDs);let r={method:"POST",path:"/1/destinations/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchSources(e,t){o("sourceSearch","searchSources",e),o("sourceSearch.sourceIDs","searchSources",e.sourceIDs);let r={method:"POST",path:"/1/sources/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchSourcesWithHTTPInfo(e,t){o("sourceSearch","searchSourcesWithHTTPInfo",e),o("sourceSearch.sourceIDs","searchSourcesWithHTTPInfo",e.sourceIDs);let r={method:"POST",path:"/1/sources/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTasks(e,t){o("taskSearch","searchTasks",e),o("taskSearch.taskIDs","searchTasks",e.taskIDs);let r={method:"POST",path:"/2/tasks/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTasksWithHTTPInfo(e,t){o("taskSearch","searchTasksWithHTTPInfo",e),o("taskSearch.taskIDs","searchTasksWithHTTPInfo",e.taskIDs);let r={method:"POST",path:"/2/tasks/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTasksV1(e,t){o("taskSearch","searchTasksV1",e),o("taskSearch.taskIDs","searchTasksV1",e.taskIDs);let r={method:"POST",path:"/1/tasks/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTasksV1WithHTTPInfo(e,t){o("taskSearch","searchTasksV1WithHTTPInfo",e),o("taskSearch.taskIDs","searchTasksV1WithHTTPInfo",e.taskIDs);let r={method:"POST",path:"/1/tasks/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTransformations(e,t){o("transformationSearch","searchTransformations",e),o("transformationSearch.transformationIDs","searchTransformations",e.transformationIDs);let r={method:"POST",path:"/1/transformations/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTransformationsWithHTTPInfo(e,t){o("transformationSearch","searchTransformationsWithHTTPInfo",e),o("transformationSearch.transformationIDs","searchTransformationsWithHTTPInfo",e.transformationIDs);let r={method:"POST",path:"/1/transformations/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},triggerDockerSourceDiscover({sourceID:e},t){o("sourceID","triggerDockerSourceDiscover",e);let r={method:"POST",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.request(r,t)},triggerDockerSourceDiscoverWithHTTPInfo({sourceID:e},t){o("sourceID","triggerDockerSourceDiscoverWithHTTPInfo",e);let r={method:"POST",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.requestWithHttpInfo(r,t)},tryTransformation(e,t){o("transformationTry","tryTransformation",e),o("transformationTry.sampleRecord","tryTransformation",e.sampleRecord);let r={method:"POST",path:"/1/transformations/try",queryParameters:{},headers:{},data:e};return i.request(r,t)},tryTransformationWithHTTPInfo(e,t){o("transformationTry","tryTransformationWithHTTPInfo",e),o("transformationTry.sampleRecord","tryTransformationWithHTTPInfo",e.sampleRecord);let r={method:"POST",path:"/1/transformations/try",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},tryTransformationBeforeUpdate({transformationID:e,transformationTry:t},s){o("transformationID","tryTransformationBeforeUpdate",e),o("transformationTry","tryTransformationBeforeUpdate",t),o("transformationTry.sampleRecord","tryTransformationBeforeUpdate",t.sampleRecord);let c={method:"POST",path:"/1/transformations/{transformationID}/try".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},tryTransformationBeforeUpdateWithHTTPInfo({transformationID:e,transformationTry:t},s){o("transformationID","tryTransformationBeforeUpdateWithHTTPInfo",e),o("transformationTry","tryTransformationBeforeUpdateWithHTTPInfo",t),o("transformationTry.sampleRecord","tryTransformationBeforeUpdateWithHTTPInfo",t.sampleRecord);let c={method:"POST",path:"/1/transformations/{transformationID}/try".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateAuthentication({authenticationID:e,authenticationUpdate:t},s){o("authenticationID","updateAuthentication",e),o("authenticationUpdate","updateAuthentication",t);let c={method:"PATCH",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateAuthenticationWithHTTPInfo({authenticationID:e,authenticationUpdate:t},s){o("authenticationID","updateAuthenticationWithHTTPInfo",e),o("authenticationUpdate","updateAuthenticationWithHTTPInfo",t);let c={method:"PATCH",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateDestination({destinationID:e,destinationUpdate:t},s){o("destinationID","updateDestination",e),o("destinationUpdate","updateDestination",t);let c={method:"PATCH",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateDestinationWithHTTPInfo({destinationID:e,destinationUpdate:t},s){o("destinationID","updateDestinationWithHTTPInfo",e),o("destinationUpdate","updateDestinationWithHTTPInfo",t);let c={method:"PATCH",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateSource({sourceID:e,sourceUpdate:t},s){o("sourceID","updateSource",e),o("sourceUpdate","updateSource",t);let c={method:"PATCH",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateSourceWithHTTPInfo({sourceID:e,sourceUpdate:t},s){o("sourceID","updateSourceWithHTTPInfo",e),o("sourceUpdate","updateSourceWithHTTPInfo",t);let c={method:"PATCH",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateTask({taskID:e,taskUpdate:t},s){o("taskID","updateTask",e),o("taskUpdate","updateTask",t);let c={method:"PATCH",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateTaskWithHTTPInfo({taskID:e,taskUpdate:t},s){o("taskID","updateTaskWithHTTPInfo",e),o("taskUpdate","updateTaskWithHTTPInfo",t);let c={method:"PATCH",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateTaskV1({taskID:e,taskUpdate:t},s){o("taskID","updateTaskV1",e),o("taskUpdate","updateTaskV1",t);let c={method:"PATCH",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateTaskV1WithHTTPInfo({taskID:e,taskUpdate:t},s){o("taskID","updateTaskV1WithHTTPInfo",e),o("taskUpdate","updateTaskV1WithHTTPInfo",t);let c={method:"PATCH",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},updateTransformation({transformationID:e,transformationCreate:t},s){o("transformationID","updateTransformation",e),o("transformationCreate","updateTransformation",t),o("transformationCreate.name","updateTransformation",t.name);let c={method:"PUT",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(c,s)},updateTransformationWithHTTPInfo({transformationID:e,transformationCreate:t},s){o("transformationID","updateTransformationWithHTTPInfo",e),o("transformationCreate","updateTransformationWithHTTPInfo",t),o("transformationCreate.name","updateTransformationWithHTTPInfo",t.name);let c={method:"PUT",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(c,s)},validateSource(e,t=void 0){let r={method:"POST",path:"/1/sources/validate",queryParameters:{},headers:{},data:e||{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.request(r,t)},validateSourceWithHTTPInfo(e,t=void 0){let r={method:"POST",path:"/1/sources/validate",queryParameters:{},headers:{},data:e||{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.requestWithHttpInfo(r,t)},validateSourceBeforeUpdate({sourceID:e,sourceUpdate:t},s){o("sourceID","validateSourceBeforeUpdate",e),o("sourceUpdate","validateSourceBeforeUpdate",t);let c={method:"POST",path:"/1/sources/{sourceID}/validate".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return s={...s,timeouts:{connect:18e4,read:18e4,write:18e4,...s?.timeouts}},i.request(c,s)},validateSourceBeforeUpdateWithHTTPInfo({sourceID:e,sourceUpdate:t},s){o("sourceID","validateSourceBeforeUpdateWithHTTPInfo",e),o("sourceUpdate","validateSourceBeforeUpdateWithHTTPInfo",t);let c={method:"POST",path:"/1/sources/{sourceID}/validate".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return s={...s,timeouts:{connect:18e4,read:18e4,write:18e4,...s?.timeouts}},i.requestWithHttpInfo(c,s)}}}function Ns(u,d,m,p){if(!u||typeof u!="string")throw new Error("`appId` is missing.");if(!d||typeof d!="string")throw new Error("`apiKey` is missing.");if(!m||m&&(typeof m!="string"||!_.includes(m)))throw new Error(`\`region\` is required and must be one of the following: ${_.join(", ")}`);let{compression:R,...I}=p||{};return de({appId:u,apiKey:d,region:m,timeouts:{connect:25e3,read:25e3,write:25e3},logger:se(),requester:ce(),algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:b(),requestsCache:b({serializable:false}),hostsCache:C({caches:[Z({key:`${w}-${u}`}),b()]}),...I})}
9
+ `,t);if(s===-1&&a===-1){let q=e.slice(t);if(p.push(q),h+=q.length,h>Re)throw new Error("SSE line buffer exceeded 10MB");break}let n,r;s!==-1&&(a===-1||s<a)?(n=s,s+1<e.length?r=e[s+1]===`
10
+ `?2:1:(l=true,r=1)):(n=a,r=1);let d=e.slice(t,n);p.push(d);let f=p.length===1?p[0]:p.join("");p.length=0,h=0,I&&(f.startsWith("\uFEFF")&&(f=f.slice(1)),I=false),yield f,t=n+r;}}let k=c.decode();if(k&&p.push(k),p.length>0){let i=p.join("");I&&i.startsWith("\uFEFF")&&(i=i.slice(1)),yield i;}}var He=class{data=[];eventType="";lastEventId=null;retry=null;decode(u){if(u==="")return this.dispatch();if(u[0]===":")return null;let c=u.indexOf(":"),p,h;switch(c===-1?(p=u,h=""):(p=u.slice(0,c),h=u.slice(c+1),h[0]===" "&&(h=h.slice(1))),p){case "data":this.data.push(h);break;case "event":this.eventType=h;break;case "id":h.includes("\0")||(this.lastEventId=h);break;case "retry":/^[0-9]+$/.test(h)&&(this.retry=parseInt(h,10));break}return null}dispatch(){let u=this.eventType;if(this.eventType="",this.data.length===0)return null;let c={data:this.data.join(`
11
+ `),event:u,id:this.lastEventId,retry:this.retry};return this.data=[],c}};async function*ke(u){let c=new He;for await(let p of ge(u)){let h=c.decode(p);h!==null&&(yield h);}}var De=750,K=120*1e3;function Y(u,c="up"){let p=Date.now();function h(){return c==="up"||Date.now()-p>K}function l(){return c==="timed out"&&Date.now()-p<=K}return {...u,status:c,lastUpdate:p,isUp:h,isTimedOut:l}}var de=class extends Error{name="AlgoliaError";constructor(u,c){super(u),c&&(this.name=c);}};var pe=class extends de{stackTrace;correlationId;constructor(u,c,p,h){super(h?`${u} (Correlation-ID: ${h})`:u,p),this.stackTrace=c,this.correlationId=h;}},Z=class extends pe{constructor(u,c){super("Unreachable hosts - your application id may be incorrect. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support",u,"RetryError",c);}},j=class extends pe{status;constructor(u,c,p,h="ApiError",l){super(u,p,h,l),this.status=c;}},Se=class extends de{response;correlationId;constructor(u,c,p){super(p?`${u} (Correlation-ID: ${p})`:u,"DeserializationError"),this.response=c,this.correlationId=p;}},We=class extends j{error;constructor(u,c,p,h,l){super(u,c,h,"DetailedApiError",l),this.error=p;}};function ee(u,c,p){let h=xe(p),l=`${u.protocol}://${u.url}${u.port?`:${u.port}`:""}/${c.charAt(0)==="/"?c.substring(1):c}`;return h.length&&(l+=`?${h}`),l}function xe(u){return Object.keys(u).filter(c=>u[c]!==void 0).sort().map(c=>`${c}=${encodeURIComponent(Object.prototype.toString.call(u[c])==="[object Array]"?u[c].join(","):u[c]).replace(/\+/g,"%20")}`).join("&")}function te(u,c){if(u.method==="GET"||u.data===void 0&&c.data===void 0)return;let p=Array.isArray(u.data)?u.data:{...u.data,...c.data};return JSON.stringify(p)}function re(u,c,p){let h={Accept:"application/json",...u,...c,...p},l={};return Object.keys(h).forEach(I=>{let k=h[I];l[I.toLowerCase()]=k;}),l}function me(u){if(!(u.status===204||u.content.length===0))try{return JSON.parse(u.content)}catch(c){throw new Se(c.message,u,$(u.headers))}}function Ae(u){return {status:u.status,headers:u.headers,content:u.content,data:me(u)}}function $(u){if(!u)return;if(u["correlation-id"]!==void 0)return u["correlation-id"];let c=Object.keys(u).find(p=>p.toLowerCase()==="correlation-id");return c===void 0?void 0:u[c]}function Ee(u){for(let c=u.length-1;c>=0;c--){let p=$(u[c].response.headers);if(p!==void 0)return p}}function Ce(u,c){let{content:p,status:h}=u,l=$(u.headers);try{let I=JSON.parse(p);return "error"in I?new We(I.message,h,I.error,c,l):new j(I.message,h,c,"ApiError",l)}catch{}return new j(p,h,c,"ApiError",l)}var w="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",se=11;function oe(){var u;let c="";if(typeof((u=globalThis.crypto)==null?void 0:u.getRandomValues)=="function"){let p=new Uint8Array(se);globalThis.crypto.getRandomValues(p);for(let h of p)c+=w[h%w.length];return c}for(let p=0;p<se;p++)c+=w[Math.floor(Math.random()*w.length)];return c}function Oe({isTimedOut:u,status:c}){return !u&&~~c===0}function Ue({isTimedOut:u,status:c}){return u||Oe({isTimedOut:u,status:c})||~~(c/100)!==2&&~~(c/100)!==4}function ve({status:u}){return ~~(u/100)===2}function Qe(u){return u.map(c=>he(c))}function he(u){let c=u.request.headers["x-algolia-api-key"]?{"x-algolia-api-key":"*****"}:{};return {...u,request:{...u.request,headers:{...u.request.headers,...c}}}}function fe({hosts:u,hostsCache:c,baseHeaders:p,logger:h,baseQueryParameters:l,algoliaAgent:I,timeouts:k,requester:i,requestsCache:e,responsesCache:t,compress:s,compression:a,requestIdChannel:n}){function r(T,m){n===void 0||T["request-id"]!==void 0||Object.keys(m).some(g=>g.toLowerCase()==="x-algolia-request-id")||(n==="headers"?T["request-id"]=oe():m["x-algolia-request-id"]=oe());}async function d(T){let m=await Promise.all(T.map(H=>c.get(H,()=>Promise.resolve(Y(H))))),g=m.filter(H=>H.isUp()),y=m.filter(H=>H.isTimedOut()),S=[...g,...y];return {hosts:S.length>0?S:T,getTimeout(H,x){return (y.length===0&&H===0?1:y.length+3+H)*x}}}async function f(T,m,g){let y=[],S=te(T,m),D=re(p,T.headers,m.headers),H=a==="gzip"&&S!==void 0&&S.length>De&&(T.method==="POST"||T.method==="PUT");H&&s===void 0&&h.info("Compression is disabled because no compress method is available.");let x=H&&s!==void 0,G=x?await s(S):S;x&&(D["content-encoding"]="gzip");let Q=T.method==="GET"?{...T.data,...m.data}:{},E={...l,...T.queryParameters,...Q};if(I.value&&(E["x-algolia-agent"]=I.value),m&&m.queryParameters)for(let W of Object.keys(m.queryParameters))!m.queryParameters[W]||Object.prototype.toString.call(m.queryParameters[W])==="[object Object]"?E[W]=m.queryParameters[W]:E[W]=m.queryParameters[W].toString();r(D,E);let U=0,b=async(W,N)=>{let v=W.pop();if(v===void 0)throw new Z(Qe(y),Ee(y));let _={...k,...m.timeouts},z={data:G,headers:D,method:T.method,url:ee(v,T.path,E),connectTimeout:N(U,_.connect),responseTimeout:N(U,g?_.read:_.write)},J=B=>{let X={request:z,response:B,host:v,triesLeft:W.length};return y.push(X),X},C=await i.send(z);if(Ue(C)){let B=J(C);return C.isTimedOut&&U++,h.info("Retryable failure",he(B)),await c.set(v,Y(v,C.isTimedOut?"timed out":"down")),b(W,N)}if(ve(C))return C;throw J(C),Ce(C,y)},A=u.filter(W=>W.accept==="readWrite"||(g?W.accept==="read":W.accept==="write")),F=await d(A);return b([...F.hosts].reverse(),F.getTimeout)}function q(T,m={}){let g=()=>f(T,m,y).then(H=>me(H)),y=T.useReadTransporter||T.method==="GET";if((m.cacheable||T.cacheable)!==true)return g();let D={request:T,requestOptions:m,transporter:{queryParameters:l,headers:p}};return t.get(D,()=>e.get(D,()=>e.set(D,g()).then(H=>Promise.all([e.delete(D),H]),H=>Promise.all([e.delete(D),Promise.reject(H)])).then(([H,x])=>x)),{miss:H=>t.set(D,H)})}function P(T,m={}){let g=T.useReadTransporter||T.method==="GET";return f(T,m,g).then(y=>Ae(y))}async function*R(T,m={}){if(!i.sendStream)throw new Error("This requester does not support streaming");let g=te(T,m),y=re(p,T.headers,m.headers);y.accept="text/event-stream";let S=T.method==="GET"?{...T.data,...m.data}:{},D={...l,...T.queryParameters,...S};if(I.value&&(D["x-algolia-agent"]=I.value),m&&m.queryParameters)for(let A of Object.keys(m.queryParameters))!m.queryParameters[A]||Object.prototype.toString.call(m.queryParameters[A])==="[object Object]"?D[A]=m.queryParameters[A]:D[A]=m.queryParameters[A].toString();r(y,D);let H=T.useReadTransporter||T.method==="GET",x=u.filter(A=>A.accept==="readWrite"||(H?A.accept==="read":A.accept==="write")),Q=(await d(x)).hosts[0];if(!Q)throw new Z([]);let E={...k,...m.timeouts},U={data:g,headers:y,method:T.method,url:ee(Q,T.path,D),connectTimeout:E.connect,responseTimeout:H?E.read:E.write},b=await i.sendStream(U);yield*ke(b);}return {hostsCache:c,requester:i,timeouts:k,logger:h,algoliaAgent:I,baseHeaders:p,baseQueryParameters:l,requestIdChannel:n,hosts:u,request:q,requestWithHttpInfo:P,requestStream:R,requestsCache:e,responsesCache:t}}function o(u,c,p){if(p==null||typeof p=="string"&&p.length===0)throw new Error(`Parameter \`${u}\` is required when calling \`${c}\`.`)}function be(u){let c={};for(let p of u.trim().split(/[\r\n]+/)){let h=p.indexOf(": ");h>0&&(c[p.slice(0,h).toLowerCase()]=p.slice(h+2));}return c}function Pe(){function u(c){return new Promise(p=>{let h=new XMLHttpRequest;h.open(c.method,c.url,true),Object.keys(c.headers).forEach(i=>h.setRequestHeader(i,c.headers[i]));let l=(i,e)=>setTimeout(()=>{h.abort(),p({status:0,content:e,isTimedOut:true});},i),I=l(c.connectTimeout,"Connection timeout"),k;h.onreadystatechange=()=>{h.readyState>h.OPENED&&k===void 0&&(clearTimeout(I),k=l(c.responseTimeout,"Socket timeout"));},h.onerror=()=>{h.status===0&&(clearTimeout(I),clearTimeout(k),p({content:h.responseText||"Network request failed",status:h.status,isTimedOut:false}));},h.onload=()=>{clearTimeout(I),clearTimeout(k),p({content:h.responseText,headers:be(h.getAllResponseHeaders()),status:h.status,isTimedOut:false});},h.send(c.data);})}return {send:u}}var V="1.57.0",M=["eu","us"];function we(u){return [{url:"data.{region}.algolia.com".replace("{region}",u),accept:"readWrite",protocol:"https"}]}function Le(u){return u.type==="onDemand"}function Ve(u){return u.type==="schedule"}function Ge(u){return u.type==="subscription"}function qe({appId:u,apiKey:c,authMode:p,algoliaAgents:h,region:l,...I}){let k=ne(u,c,p),i=fe({hosts:we(l),...I,algoliaAgent:ue({algoliaAgents:h,client:"Ingestion",version:V}),baseHeaders:{"content-type":"text/plain",...k.headers(),...I.baseHeaders},baseQueryParameters:{...k.queryParameters(),...I.baseQueryParameters}});return {transporter:i,appId:u,apiKey:c,clearCache(){return Promise.all([i.requestsCache.clear(),i.responsesCache.clear()]).then(()=>{})},get _ua(){return i.algoliaAgent.value},addAlgoliaAgent(e,t){i.algoliaAgent.add({segment:e,version:t});},setClientApiKey({apiKey:e}){!p||p==="WithinHeaders"?i.baseHeaders["x-algolia-api-key"]=e:i.baseQueryParameters["x-algolia-api-key"]=e;},async chunkedPush({indexName:e,objects:t,action:s="addObject",waitForTasks:a,batchSize:n=1e3,referenceIndexName:r,maxRetries:d=100},f){if(n<1)throw new Error("`batchSize` must be at least 1.");let q=[],P=0,R=[],T=Math.floor(n/10)||n,m=async(y,S)=>{for(let D of R.slice(y,S)){if(!D.eventID)throw new Error("received unexpected response from the push endpoint, eventID must not be undefined");let H=0;await ie({func:async()=>{if(D.eventID===void 0||!D.eventID)throw new Error("received unexpected response from the push endpoint, eventID must not be undefined");return this.getEvent({runID:D.runID,eventID:D.eventID}).catch(x=>{if(x.status!==404)throw x})},validate:x=>x!==void 0,aggregator:()=>H+=1,error:{validate:()=>H>=d,message:()=>`Stopped waiting for the task after ${d} retries. This does not mean the operation failed; it may still complete. If you need to keep polling, retry with a higher maxRetries.`},timeout:()=>Math.min(H*1500,5e3)});}},g=t.entries();for(let[y,S]of g)q.push(S),(q.length===n||y===t.length-1)&&(R.push(await this.push({indexName:e,pushTaskPayload:{action:s,records:q},referenceIndexName:r},f)),q=[]),a&&R.length-P>=T&&(await m(P,P+T),P+=T);return a&&await m(P,R.length),R},createAuthentication(e,t){o("authenticationCreate","createAuthentication",e),o("authenticationCreate.type","createAuthentication",e.type),o("authenticationCreate.name","createAuthentication",e.name),o("authenticationCreate.input","createAuthentication",e.input);let r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.request(r,t)},createAuthenticationWithHTTPInfo(e,t){o("authenticationCreate","createAuthenticationWithHTTPInfo",e),o("authenticationCreate.type","createAuthenticationWithHTTPInfo",e.type),o("authenticationCreate.name","createAuthenticationWithHTTPInfo",e.name),o("authenticationCreate.input","createAuthenticationWithHTTPInfo",e.input);let r={method:"POST",path:"/1/authentications",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createDestination(e,t){o("destinationCreate","createDestination",e),o("destinationCreate.type","createDestination",e.type),o("destinationCreate.name","createDestination",e.name),o("destinationCreate.input","createDestination",e.input);let r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createDestinationWithHTTPInfo(e,t){o("destinationCreate","createDestinationWithHTTPInfo",e),o("destinationCreate.type","createDestinationWithHTTPInfo",e.type),o("destinationCreate.name","createDestinationWithHTTPInfo",e.name),o("destinationCreate.input","createDestinationWithHTTPInfo",e.input);let r={method:"POST",path:"/1/destinations",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createSource(e,t){o("sourceCreate","createSource",e),o("sourceCreate.type","createSource",e.type),o("sourceCreate.name","createSource",e.name);let r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.request(r,t)},createSourceWithHTTPInfo(e,t){o("sourceCreate","createSourceWithHTTPInfo",e),o("sourceCreate.type","createSourceWithHTTPInfo",e.type),o("sourceCreate.name","createSourceWithHTTPInfo",e.name);let r={method:"POST",path:"/1/sources",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTask(e,t){o("taskCreate","createTask",e),o("taskCreate.sourceID","createTask",e.sourceID),o("taskCreate.destinationID","createTask",e.destinationID),o("taskCreate.action","createTask",e.action);let r={method:"POST",path:"/2/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTaskWithHTTPInfo(e,t){o("taskCreate","createTaskWithHTTPInfo",e),o("taskCreate.sourceID","createTaskWithHTTPInfo",e.sourceID),o("taskCreate.destinationID","createTaskWithHTTPInfo",e.destinationID),o("taskCreate.action","createTaskWithHTTPInfo",e.action);let r={method:"POST",path:"/2/tasks",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTaskV1(e,t){o("taskCreate","createTaskV1",e),o("taskCreate.sourceID","createTaskV1",e.sourceID),o("taskCreate.destinationID","createTaskV1",e.destinationID),o("taskCreate.trigger","createTaskV1",e.trigger),o("taskCreate.action","createTaskV1",e.action);let r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTaskV1WithHTTPInfo(e,t){o("taskCreate","createTaskV1WithHTTPInfo",e),o("taskCreate.sourceID","createTaskV1WithHTTPInfo",e.sourceID),o("taskCreate.destinationID","createTaskV1WithHTTPInfo",e.destinationID),o("taskCreate.trigger","createTaskV1WithHTTPInfo",e.trigger),o("taskCreate.action","createTaskV1WithHTTPInfo",e.action);let r={method:"POST",path:"/1/tasks",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},createTransformation(e,t){o("transformationCreate","createTransformation",e),o("transformationCreate.name","createTransformation",e.name);let r={method:"POST",path:"/1/transformations",queryParameters:{},headers:{},data:e};return i.request(r,t)},createTransformationWithHTTPInfo(e,t){o("transformationCreate","createTransformationWithHTTPInfo",e),o("transformationCreate.name","createTransformationWithHTTPInfo",e.name);let r={method:"POST",path:"/1/transformations",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},customDelete({path:e,parameters:t},s){o("path","customDelete",e);let d={method:"DELETE",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(d,s)},customDeleteWithHTTPInfo({path:e,parameters:t},s){o("path","customDeleteWithHTTPInfo",e);let d={method:"DELETE",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.requestWithHttpInfo(d,s)},customGet({path:e,parameters:t},s){o("path","customGet",e);let d={method:"GET",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.request(d,s)},customGetWithHTTPInfo({path:e,parameters:t},s){o("path","customGetWithHTTPInfo",e);let d={method:"GET",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{}};return i.requestWithHttpInfo(d,s)},customPost({path:e,parameters:t,body:s},a){o("path","customPost",e);let f={method:"POST",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.request(f,a)},customPostWithHTTPInfo({path:e,parameters:t,body:s},a){o("path","customPostWithHTTPInfo",e);let f={method:"POST",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.requestWithHttpInfo(f,a)},customPut({path:e,parameters:t,body:s},a){o("path","customPut",e);let f={method:"PUT",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.request(f,a)},customPutWithHTTPInfo({path:e,parameters:t,body:s},a){o("path","customPutWithHTTPInfo",e);let f={method:"PUT",path:"/{path}".replace("{path}",e),queryParameters:t||{},headers:{},data:s||{}};return i.requestWithHttpInfo(f,a)},deleteAuthentication({authenticationID:e},t){o("authenticationID","deleteAuthentication",e);let r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteAuthenticationWithHTTPInfo({authenticationID:e},t){o("authenticationID","deleteAuthenticationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteDestination({destinationID:e},t){o("destinationID","deleteDestination",e);let r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteDestinationWithHTTPInfo({destinationID:e},t){o("destinationID","deleteDestinationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteSource({sourceID:e},t){o("sourceID","deleteSource",e);let r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteSourceWithHTTPInfo({sourceID:e},t){o("sourceID","deleteSourceWithHTTPInfo",e);let r={method:"DELETE",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTask({taskID:e},t){o("taskID","deleteTask",e);let r={method:"DELETE",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTaskWithHTTPInfo({taskID:e},t){o("taskID","deleteTaskWithHTTPInfo",e);let r={method:"DELETE",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTaskV1({taskID:e},t){o("taskID","deleteTaskV1",e);let r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTaskV1WithHTTPInfo({taskID:e},t){o("taskID","deleteTaskV1WithHTTPInfo",e);let r={method:"DELETE",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},deleteTransformation({transformationID:e},t){o("transformationID","deleteTransformation",e);let r={method:"DELETE",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},deleteTransformationWithHTTPInfo({transformationID:e},t){o("transformationID","deleteTransformationWithHTTPInfo",e);let r={method:"DELETE",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},disableTask({taskID:e},t){o("taskID","disableTask",e);let r={method:"PUT",path:"/2/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTaskWithHTTPInfo({taskID:e},t){o("taskID","disableTaskWithHTTPInfo",e);let r={method:"PUT",path:"/2/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},disableTaskV1({taskID:e},t){o("taskID","disableTaskV1",e);let r={method:"PUT",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},disableTaskV1WithHTTPInfo({taskID:e},t){o("taskID","disableTaskV1WithHTTPInfo",e);let r={method:"PUT",path:"/1/tasks/{taskID}/disable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},enableTask({taskID:e},t){o("taskID","enableTask",e);let r={method:"PUT",path:"/2/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTaskWithHTTPInfo({taskID:e},t){o("taskID","enableTaskWithHTTPInfo",e);let r={method:"PUT",path:"/2/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},enableTaskV1({taskID:e},t){o("taskID","enableTaskV1",e);let r={method:"PUT",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},enableTaskV1WithHTTPInfo({taskID:e},t){o("taskID","enableTaskV1WithHTTPInfo",e);let r={method:"PUT",path:"/1/tasks/{taskID}/enable".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getAuthentication({authenticationID:e},t){o("authenticationID","getAuthentication",e);let r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getAuthenticationWithHTTPInfo({authenticationID:e},t){o("authenticationID","getAuthenticationWithHTTPInfo",e);let r={method:"GET",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getDestination({destinationID:e},t){o("destinationID","getDestination",e);let r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getDestinationWithHTTPInfo({destinationID:e},t){o("destinationID","getDestinationWithHTTPInfo",e);let r={method:"GET",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getEvent({runID:e,eventID:t},s){o("runID","getEvent",e),o("eventID","getEvent",t);let d={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.request(d,s)},getEventWithHTTPInfo({runID:e,eventID:t},s){o("runID","getEventWithHTTPInfo",e),o("eventID","getEventWithHTTPInfo",t);let d={method:"GET",path:"/1/runs/{runID}/events/{eventID}".replace("{runID}",encodeURIComponent(e)).replace("{eventID}",encodeURIComponent(t)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(d,s)},getRun({runID:e},t){o("runID","getRun",e);let r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getRunWithHTTPInfo({runID:e},t){o("runID","getRunWithHTTPInfo",e);let r={method:"GET",path:"/1/runs/{runID}".replace("{runID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getSource({sourceID:e},t){o("sourceID","getSource",e);let r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getSourceWithHTTPInfo({sourceID:e},t){o("sourceID","getSourceWithHTTPInfo",e);let r={method:"GET",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTask({taskID:e},t){o("taskID","getTask",e);let r={method:"GET",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTaskWithHTTPInfo({taskID:e},t){o("taskID","getTaskWithHTTPInfo",e);let r={method:"GET",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTaskV1({taskID:e},t){o("taskID","getTaskV1",e);let r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTaskV1WithHTTPInfo({taskID:e},t){o("taskID","getTaskV1WithHTTPInfo",e);let r={method:"GET",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},getTransformation({transformationID:e},t){o("transformationID","getTransformation",e);let r={method:"GET",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.request(r,t)},getTransformationWithHTTPInfo({transformationID:e},t){o("transformationID","getTransformationWithHTTPInfo",e);let r={method:"GET",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return i.requestWithHttpInfo(r,t)},listAuthentications({itemsPerPage:e,page:t,type:s,platform:a,sort:n,order:r}={},d=void 0){let f="/1/authentications",q={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.type=s.toString()),a!==void 0&&(P.platform=a.toString()),n!==void 0&&(P.sort=n.toString()),r!==void 0&&(P.order=r.toString());let R={method:"GET",path:f,queryParameters:P,headers:q};return i.request(R,d)},listAuthenticationsWithHTTPInfo({itemsPerPage:e,page:t,type:s,platform:a,sort:n,order:r}={},d=void 0){let f="/1/authentications",q={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.type=s.toString()),a!==void 0&&(P.platform=a.toString()),n!==void 0&&(P.sort=n.toString()),r!==void 0&&(P.order=r.toString());let R={method:"GET",path:f,queryParameters:P,headers:q};return i.requestWithHttpInfo(R,d)},listDestinations({itemsPerPage:e,page:t,type:s,authenticationID:a,transformationID:n,sort:r,order:d}={},f=void 0){let q="/1/destinations",P={},R={};e!==void 0&&(R.itemsPerPage=e.toString()),t!==void 0&&(R.page=t.toString()),s!==void 0&&(R.type=s.toString()),a!==void 0&&(R.authenticationID=a.toString()),n!==void 0&&(R.transformationID=n.toString()),r!==void 0&&(R.sort=r.toString()),d!==void 0&&(R.order=d.toString());let T={method:"GET",path:q,queryParameters:R,headers:P};return i.request(T,f)},listDestinationsWithHTTPInfo({itemsPerPage:e,page:t,type:s,authenticationID:a,transformationID:n,sort:r,order:d}={},f=void 0){let q="/1/destinations",P={},R={};e!==void 0&&(R.itemsPerPage=e.toString()),t!==void 0&&(R.page=t.toString()),s!==void 0&&(R.type=s.toString()),a!==void 0&&(R.authenticationID=a.toString()),n!==void 0&&(R.transformationID=n.toString()),r!==void 0&&(R.sort=r.toString()),d!==void 0&&(R.order=d.toString());let T={method:"GET",path:q,queryParameters:R,headers:P};return i.requestWithHttpInfo(T,f)},listEvents({runID:e,itemsPerPage:t,page:s,status:a,type:n,sort:r,order:d,startDate:f,endDate:q},P){o("runID","listEvents",e);let R="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),T={},m={};t!==void 0&&(m.itemsPerPage=t.toString()),s!==void 0&&(m.page=s.toString()),a!==void 0&&(m.status=a.toString()),n!==void 0&&(m.type=n.toString()),r!==void 0&&(m.sort=r.toString()),d!==void 0&&(m.order=d.toString()),f!==void 0&&(m.startDate=f.toString()),q!==void 0&&(m.endDate=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.request(g,P)},listEventsWithHTTPInfo({runID:e,itemsPerPage:t,page:s,status:a,type:n,sort:r,order:d,startDate:f,endDate:q},P){o("runID","listEventsWithHTTPInfo",e);let R="/1/runs/{runID}/events".replace("{runID}",encodeURIComponent(e)),T={},m={};t!==void 0&&(m.itemsPerPage=t.toString()),s!==void 0&&(m.page=s.toString()),a!==void 0&&(m.status=a.toString()),n!==void 0&&(m.type=n.toString()),r!==void 0&&(m.sort=r.toString()),d!==void 0&&(m.order=d.toString()),f!==void 0&&(m.startDate=f.toString()),q!==void 0&&(m.endDate=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.requestWithHttpInfo(g,P)},listRuns({itemsPerPage:e,page:t,status:s,type:a,taskID:n,sort:r,order:d,startDate:f,endDate:q}={},P=void 0){let R="/1/runs",T={},m={};e!==void 0&&(m.itemsPerPage=e.toString()),t!==void 0&&(m.page=t.toString()),s!==void 0&&(m.status=s.toString()),a!==void 0&&(m.type=a.toString()),n!==void 0&&(m.taskID=n.toString()),r!==void 0&&(m.sort=r.toString()),d!==void 0&&(m.order=d.toString()),f!==void 0&&(m.startDate=f.toString()),q!==void 0&&(m.endDate=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.request(g,P)},listRunsWithHTTPInfo({itemsPerPage:e,page:t,status:s,type:a,taskID:n,sort:r,order:d,startDate:f,endDate:q}={},P=void 0){let R="/1/runs",T={},m={};e!==void 0&&(m.itemsPerPage=e.toString()),t!==void 0&&(m.page=t.toString()),s!==void 0&&(m.status=s.toString()),a!==void 0&&(m.type=a.toString()),n!==void 0&&(m.taskID=n.toString()),r!==void 0&&(m.sort=r.toString()),d!==void 0&&(m.order=d.toString()),f!==void 0&&(m.startDate=f.toString()),q!==void 0&&(m.endDate=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.requestWithHttpInfo(g,P)},listSources({itemsPerPage:e,page:t,type:s,authenticationID:a,sort:n,order:r}={},d=void 0){let f="/1/sources",q={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.type=s.toString()),a!==void 0&&(P.authenticationID=a.toString()),n!==void 0&&(P.sort=n.toString()),r!==void 0&&(P.order=r.toString());let R={method:"GET",path:f,queryParameters:P,headers:q};return i.request(R,d)},listSourcesWithHTTPInfo({itemsPerPage:e,page:t,type:s,authenticationID:a,sort:n,order:r}={},d=void 0){let f="/1/sources",q={},P={};e!==void 0&&(P.itemsPerPage=e.toString()),t!==void 0&&(P.page=t.toString()),s!==void 0&&(P.type=s.toString()),a!==void 0&&(P.authenticationID=a.toString()),n!==void 0&&(P.sort=n.toString()),r!==void 0&&(P.order=r.toString());let R={method:"GET",path:f,queryParameters:P,headers:q};return i.requestWithHttpInfo(R,d)},listTasks({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,sourceType:r,destinationID:d,triggerType:f,withEmailNotifications:q,sort:P,order:R}={},T=void 0){let m="/2/tasks",g={},y={};e!==void 0&&(y.itemsPerPage=e.toString()),t!==void 0&&(y.page=t.toString()),s!==void 0&&(y.action=s.toString()),a!==void 0&&(y.enabled=a.toString()),n!==void 0&&(y.sourceID=n.toString()),r!==void 0&&(y.sourceType=r.toString()),d!==void 0&&(y.destinationID=d.toString()),f!==void 0&&(y.triggerType=f.toString()),q!==void 0&&(y.withEmailNotifications=q.toString()),P!==void 0&&(y.sort=P.toString()),R!==void 0&&(y.order=R.toString());let S={method:"GET",path:m,queryParameters:y,headers:g};return i.request(S,T)},listTasksWithHTTPInfo({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,sourceType:r,destinationID:d,triggerType:f,withEmailNotifications:q,sort:P,order:R}={},T=void 0){let m="/2/tasks",g={},y={};e!==void 0&&(y.itemsPerPage=e.toString()),t!==void 0&&(y.page=t.toString()),s!==void 0&&(y.action=s.toString()),a!==void 0&&(y.enabled=a.toString()),n!==void 0&&(y.sourceID=n.toString()),r!==void 0&&(y.sourceType=r.toString()),d!==void 0&&(y.destinationID=d.toString()),f!==void 0&&(y.triggerType=f.toString()),q!==void 0&&(y.withEmailNotifications=q.toString()),P!==void 0&&(y.sort=P.toString()),R!==void 0&&(y.order=R.toString());let S={method:"GET",path:m,queryParameters:y,headers:g};return i.requestWithHttpInfo(S,T)},listTasksV1({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,destinationID:r,triggerType:d,sort:f,order:q}={},P=void 0){let R="/1/tasks",T={},m={};e!==void 0&&(m.itemsPerPage=e.toString()),t!==void 0&&(m.page=t.toString()),s!==void 0&&(m.action=s.toString()),a!==void 0&&(m.enabled=a.toString()),n!==void 0&&(m.sourceID=n.toString()),r!==void 0&&(m.destinationID=r.toString()),d!==void 0&&(m.triggerType=d.toString()),f!==void 0&&(m.sort=f.toString()),q!==void 0&&(m.order=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.request(g,P)},listTasksV1WithHTTPInfo({itemsPerPage:e,page:t,action:s,enabled:a,sourceID:n,destinationID:r,triggerType:d,sort:f,order:q}={},P=void 0){let R="/1/tasks",T={},m={};e!==void 0&&(m.itemsPerPage=e.toString()),t!==void 0&&(m.page=t.toString()),s!==void 0&&(m.action=s.toString()),a!==void 0&&(m.enabled=a.toString()),n!==void 0&&(m.sourceID=n.toString()),r!==void 0&&(m.destinationID=r.toString()),d!==void 0&&(m.triggerType=d.toString()),f!==void 0&&(m.sort=f.toString()),q!==void 0&&(m.order=q.toString());let g={method:"GET",path:R,queryParameters:m,headers:T};return i.requestWithHttpInfo(g,P)},listTransformations({itemsPerPage:e,page:t,sort:s,order:a,type:n}={},r=void 0){let d="/1/transformations",f={},q={};e!==void 0&&(q.itemsPerPage=e.toString()),t!==void 0&&(q.page=t.toString()),s!==void 0&&(q.sort=s.toString()),a!==void 0&&(q.order=a.toString()),n!==void 0&&(q.type=n.toString());let P={method:"GET",path:d,queryParameters:q,headers:f};return i.request(P,r)},listTransformationsWithHTTPInfo({itemsPerPage:e,page:t,sort:s,order:a,type:n}={},r=void 0){let d="/1/transformations",f={},q={};e!==void 0&&(q.itemsPerPage=e.toString()),t!==void 0&&(q.page=t.toString()),s!==void 0&&(q.sort=s.toString()),a!==void 0&&(q.order=a.toString()),n!==void 0&&(q.type=n.toString());let P={method:"GET",path:d,queryParameters:q,headers:f};return i.requestWithHttpInfo(P,r)},push({indexName:e,pushTaskPayload:t,watch:s,referenceIndexName:a},n){o("indexName","push",e),o("pushTaskPayload","push",t),o("pushTaskPayload.action","push",t.action),o("pushTaskPayload.records","push",t.records);let r="/1/push/{indexName}".replace("{indexName}",encodeURIComponent(e)),d={},f={};s!==void 0&&(f.watch=s.toString()),a!==void 0&&(f.referenceIndexName=a.toString());let q={method:"POST",path:r,queryParameters:f,headers:d,data:t};return n={...n,timeouts:{connect:18e4,read:18e4,write:18e4,...n?.timeouts}},i.request(q,n)},pushWithHTTPInfo({indexName:e,pushTaskPayload:t,watch:s,referenceIndexName:a},n){o("indexName","pushWithHTTPInfo",e),o("pushTaskPayload","pushWithHTTPInfo",t),o("pushTaskPayload.action","pushWithHTTPInfo",t.action),o("pushTaskPayload.records","pushWithHTTPInfo",t.records);let r="/1/push/{indexName}".replace("{indexName}",encodeURIComponent(e)),d={},f={};s!==void 0&&(f.watch=s.toString()),a!==void 0&&(f.referenceIndexName=a.toString());let q={method:"POST",path:r,queryParameters:f,headers:d,data:t};return n={...n,timeouts:{connect:18e4,read:18e4,write:18e4,...n?.timeouts}},i.requestWithHttpInfo(q,n)},pushTask({taskID:e,pushTaskPayload:t,watch:s},a){o("taskID","pushTask",e),o("pushTaskPayload","pushTask",t),o("pushTaskPayload.action","pushTask",t.action),o("pushTaskPayload.records","pushTask",t.records);let n="/2/tasks/{taskID}/push".replace("{taskID}",encodeURIComponent(e)),r={},d={};s!==void 0&&(d.watch=s.toString());let f={method:"POST",path:n,queryParameters:d,headers:r,data:t};return a={...a,timeouts:{connect:18e4,read:18e4,write:18e4,...a?.timeouts}},i.request(f,a)},pushTaskWithHTTPInfo({taskID:e,pushTaskPayload:t,watch:s},a){o("taskID","pushTaskWithHTTPInfo",e),o("pushTaskPayload","pushTaskWithHTTPInfo",t),o("pushTaskPayload.action","pushTaskWithHTTPInfo",t.action),o("pushTaskPayload.records","pushTaskWithHTTPInfo",t.records);let n="/2/tasks/{taskID}/push".replace("{taskID}",encodeURIComponent(e)),r={},d={};s!==void 0&&(d.watch=s.toString());let f={method:"POST",path:n,queryParameters:d,headers:r,data:t};return a={...a,timeouts:{connect:18e4,read:18e4,write:18e4,...a?.timeouts}},i.requestWithHttpInfo(f,a)},replaceTask({taskID:e,taskReplace:t},s){o("taskID","replaceTask",e),o("taskReplace","replaceTask",t),o("taskReplace.destinationID","replaceTask",t.destinationID),o("taskReplace.action","replaceTask",t.action);let d={method:"PUT",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},replaceTaskWithHTTPInfo({taskID:e,taskReplace:t},s){o("taskID","replaceTaskWithHTTPInfo",e),o("taskReplace","replaceTaskWithHTTPInfo",t),o("taskReplace.destinationID","replaceTaskWithHTTPInfo",t.destinationID),o("taskReplace.action","replaceTaskWithHTTPInfo",t.action);let d={method:"PUT",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},runSource({sourceID:e,runSourcePayload:t},s){o("sourceID","runSource",e);let d={method:"POST",path:"/1/sources/{sourceID}/run".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(d,s)},runSourceWithHTTPInfo({sourceID:e,runSourcePayload:t},s){o("sourceID","runSourceWithHTTPInfo",e);let d={method:"POST",path:"/1/sources/{sourceID}/run".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(d,s)},runTask({taskID:e,runTaskPayload:t},s){o("taskID","runTask",e);let d={method:"POST",path:"/2/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(d,s)},runTaskWithHTTPInfo({taskID:e,runTaskPayload:t},s){o("taskID","runTaskWithHTTPInfo",e);let d={method:"POST",path:"/2/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(d,s)},runTaskV1({taskID:e,runTaskPayload:t},s){o("taskID","runTaskV1",e);let d={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.request(d,s)},runTaskV1WithHTTPInfo({taskID:e,runTaskPayload:t},s){o("taskID","runTaskV1WithHTTPInfo",e);let d={method:"POST",path:"/1/tasks/{taskID}/run".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t||{}};return i.requestWithHttpInfo(d,s)},searchAuthentications(e,t){o("authenticationSearch","searchAuthentications",e),o("authenticationSearch.authenticationIDs","searchAuthentications",e.authenticationIDs);let r={method:"POST",path:"/1/authentications/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchAuthenticationsWithHTTPInfo(e,t){o("authenticationSearch","searchAuthenticationsWithHTTPInfo",e),o("authenticationSearch.authenticationIDs","searchAuthenticationsWithHTTPInfo",e.authenticationIDs);let r={method:"POST",path:"/1/authentications/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchDestinations(e,t){o("destinationSearch","searchDestinations",e),o("destinationSearch.destinationIDs","searchDestinations",e.destinationIDs);let r={method:"POST",path:"/1/destinations/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchDestinationsWithHTTPInfo(e,t){o("destinationSearch","searchDestinationsWithHTTPInfo",e),o("destinationSearch.destinationIDs","searchDestinationsWithHTTPInfo",e.destinationIDs);let r={method:"POST",path:"/1/destinations/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchSources(e,t){o("sourceSearch","searchSources",e),o("sourceSearch.sourceIDs","searchSources",e.sourceIDs);let r={method:"POST",path:"/1/sources/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchSourcesWithHTTPInfo(e,t){o("sourceSearch","searchSourcesWithHTTPInfo",e),o("sourceSearch.sourceIDs","searchSourcesWithHTTPInfo",e.sourceIDs);let r={method:"POST",path:"/1/sources/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTasks(e,t){o("taskSearch","searchTasks",e),o("taskSearch.taskIDs","searchTasks",e.taskIDs);let r={method:"POST",path:"/2/tasks/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTasksWithHTTPInfo(e,t){o("taskSearch","searchTasksWithHTTPInfo",e),o("taskSearch.taskIDs","searchTasksWithHTTPInfo",e.taskIDs);let r={method:"POST",path:"/2/tasks/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTasksV1(e,t){o("taskSearch","searchTasksV1",e),o("taskSearch.taskIDs","searchTasksV1",e.taskIDs);let r={method:"POST",path:"/1/tasks/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTasksV1WithHTTPInfo(e,t){o("taskSearch","searchTasksV1WithHTTPInfo",e),o("taskSearch.taskIDs","searchTasksV1WithHTTPInfo",e.taskIDs);let r={method:"POST",path:"/1/tasks/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},searchTransformations(e,t){o("transformationSearch","searchTransformations",e),o("transformationSearch.transformationIDs","searchTransformations",e.transformationIDs);let r={method:"POST",path:"/1/transformations/search",queryParameters:{},headers:{},data:e};return i.request(r,t)},searchTransformationsWithHTTPInfo(e,t){o("transformationSearch","searchTransformationsWithHTTPInfo",e),o("transformationSearch.transformationIDs","searchTransformationsWithHTTPInfo",e.transformationIDs);let r={method:"POST",path:"/1/transformations/search",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},triggerDockerSourceDiscover({sourceID:e},t){o("sourceID","triggerDockerSourceDiscover",e);let r={method:"POST",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.request(r,t)},triggerDockerSourceDiscoverWithHTTPInfo({sourceID:e},t){o("sourceID","triggerDockerSourceDiscoverWithHTTPInfo",e);let r={method:"POST",path:"/1/sources/{sourceID}/discover".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.requestWithHttpInfo(r,t)},tryTransformation(e,t){o("transformationTry","tryTransformation",e),o("transformationTry.sampleRecord","tryTransformation",e.sampleRecord);let r={method:"POST",path:"/1/transformations/try",queryParameters:{},headers:{},data:e};return i.request(r,t)},tryTransformationWithHTTPInfo(e,t){o("transformationTry","tryTransformationWithHTTPInfo",e),o("transformationTry.sampleRecord","tryTransformationWithHTTPInfo",e.sampleRecord);let r={method:"POST",path:"/1/transformations/try",queryParameters:{},headers:{},data:e};return i.requestWithHttpInfo(r,t)},tryTransformationBeforeUpdate({transformationID:e,transformationTry:t},s){o("transformationID","tryTransformationBeforeUpdate",e),o("transformationTry","tryTransformationBeforeUpdate",t),o("transformationTry.sampleRecord","tryTransformationBeforeUpdate",t.sampleRecord);let d={method:"POST",path:"/1/transformations/{transformationID}/try".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},tryTransformationBeforeUpdateWithHTTPInfo({transformationID:e,transformationTry:t},s){o("transformationID","tryTransformationBeforeUpdateWithHTTPInfo",e),o("transformationTry","tryTransformationBeforeUpdateWithHTTPInfo",t),o("transformationTry.sampleRecord","tryTransformationBeforeUpdateWithHTTPInfo",t.sampleRecord);let d={method:"POST",path:"/1/transformations/{transformationID}/try".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateAuthentication({authenticationID:e,authenticationUpdate:t},s){o("authenticationID","updateAuthentication",e),o("authenticationUpdate","updateAuthentication",t);let d={method:"PATCH",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateAuthenticationWithHTTPInfo({authenticationID:e,authenticationUpdate:t},s){o("authenticationID","updateAuthenticationWithHTTPInfo",e),o("authenticationUpdate","updateAuthenticationWithHTTPInfo",t);let d={method:"PATCH",path:"/1/authentications/{authenticationID}".replace("{authenticationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateDestination({destinationID:e,destinationUpdate:t},s){o("destinationID","updateDestination",e),o("destinationUpdate","updateDestination",t);let d={method:"PATCH",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateDestinationWithHTTPInfo({destinationID:e,destinationUpdate:t},s){o("destinationID","updateDestinationWithHTTPInfo",e),o("destinationUpdate","updateDestinationWithHTTPInfo",t);let d={method:"PATCH",path:"/1/destinations/{destinationID}".replace("{destinationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateSource({sourceID:e,sourceUpdate:t},s){o("sourceID","updateSource",e),o("sourceUpdate","updateSource",t);let d={method:"PATCH",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateSourceWithHTTPInfo({sourceID:e,sourceUpdate:t},s){o("sourceID","updateSourceWithHTTPInfo",e),o("sourceUpdate","updateSourceWithHTTPInfo",t);let d={method:"PATCH",path:"/1/sources/{sourceID}".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateTask({taskID:e,taskUpdate:t},s){o("taskID","updateTask",e),o("taskUpdate","updateTask",t);let d={method:"PATCH",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateTaskWithHTTPInfo({taskID:e,taskUpdate:t},s){o("taskID","updateTaskWithHTTPInfo",e),o("taskUpdate","updateTaskWithHTTPInfo",t);let d={method:"PATCH",path:"/2/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateTaskV1({taskID:e,taskUpdate:t},s){o("taskID","updateTaskV1",e),o("taskUpdate","updateTaskV1",t);let d={method:"PATCH",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateTaskV1WithHTTPInfo({taskID:e,taskUpdate:t},s){o("taskID","updateTaskV1WithHTTPInfo",e),o("taskUpdate","updateTaskV1WithHTTPInfo",t);let d={method:"PATCH",path:"/1/tasks/{taskID}".replace("{taskID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},updateTransformation({transformationID:e,transformationCreate:t},s){o("transformationID","updateTransformation",e),o("transformationCreate","updateTransformation",t),o("transformationCreate.name","updateTransformation",t.name);let d={method:"PUT",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.request(d,s)},updateTransformationWithHTTPInfo({transformationID:e,transformationCreate:t},s){o("transformationID","updateTransformationWithHTTPInfo",e),o("transformationCreate","updateTransformationWithHTTPInfo",t),o("transformationCreate.name","updateTransformationWithHTTPInfo",t.name);let d={method:"PUT",path:"/1/transformations/{transformationID}".replace("{transformationID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return i.requestWithHttpInfo(d,s)},validateSource(e,t=void 0){let r={method:"POST",path:"/1/sources/validate",queryParameters:{},headers:{},data:e||{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.request(r,t)},validateSourceWithHTTPInfo(e,t=void 0){let r={method:"POST",path:"/1/sources/validate",queryParameters:{},headers:{},data:e||{}};return t={...t,timeouts:{connect:18e4,read:18e4,write:18e4,...t?.timeouts}},i.requestWithHttpInfo(r,t)},validateSourceBeforeUpdate({sourceID:e,sourceUpdate:t},s){o("sourceID","validateSourceBeforeUpdate",e),o("sourceUpdate","validateSourceBeforeUpdate",t);let d={method:"POST",path:"/1/sources/{sourceID}/validate".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return s={...s,timeouts:{connect:18e4,read:18e4,write:18e4,...s?.timeouts}},i.request(d,s)},validateSourceBeforeUpdateWithHTTPInfo({sourceID:e,sourceUpdate:t},s){o("sourceID","validateSourceBeforeUpdateWithHTTPInfo",e),o("sourceUpdate","validateSourceBeforeUpdateWithHTTPInfo",t);let d={method:"POST",path:"/1/sources/{sourceID}/validate".replace("{sourceID}",encodeURIComponent(e)),queryParameters:{},headers:{},data:t};return s={...s,timeouts:{connect:18e4,read:18e4,write:18e4,...s?.timeouts}},i.requestWithHttpInfo(d,s)}}}function zs(u,c,p,h){if(!u||typeof u!="string")throw new Error("`appId` is missing.");if(!c||typeof c!="string")throw new Error("`apiKey` is missing.");if(!p||p&&(typeof p!="string"||!M.includes(p)))throw new Error(`\`region\` is required and must be one of the following: ${M.join(", ")}`);let{compression:l,...I}=h||{};return qe({appId:u,apiKey:c,region:p,timeouts:{connect:25e3,read:25e3,write:25e3},logger:ce(),requester:Pe(),algoliaAgents:[{segment:"Browser"}],authMode:"WithinQueryParameters",responsesCache:L(),requestsCache:L({serializable:false}),hostsCache:O({caches:[ae({key:`${V}-${u}`}),L()]}),...I})}
12
12
 
13
- exports.apiClientVersion = w;
14
- exports.ingestionClient = Ns;
15
- exports.isOnDemandTrigger = Oe;
16
- exports.isScheduleTrigger = Ce;
17
- exports.isSubscriptionTrigger = Ue;
13
+ exports.apiClientVersion = V;
14
+ exports.ingestionClient = zs;
15
+ exports.isOnDemandTrigger = Le;
16
+ exports.isScheduleTrigger = Ve;
17
+ exports.isSubscriptionTrigger = Ge;
18
18
 
19
19
  }));
@@ -11,7 +11,7 @@ import {
11
11
  getAlgoliaAgent,
12
12
  validateRequired
13
13
  } from "@algolia/client-common";
14
- var apiClientVersion = "1.56.0";
14
+ var apiClientVersion = "1.57.0";
15
15
  var REGIONS = ["eu", "us"];
16
16
  function getDefaultHosts(region) {
17
17
  const url = "data.{region}.algolia.com".replace("{region}", region);