@wyocrm/sdk 5.0.48 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +5 -5
- package/build/index.js +1 -1
- package/build/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -224,11 +224,11 @@ declare module '@wyocrm/sdk/types' {
|
|
|
224
224
|
[K in Operator<any>]: K extends keyof typeof NumericOperators ? number : K extends keyof typeof StringOperators ? string : K extends keyof typeof MonthOperator ? MonthValues : K extends keyof typeof DayOperator ? string : never;
|
|
225
225
|
};
|
|
226
226
|
export enum NumericOperators {
|
|
227
|
-
'
|
|
228
|
-
'
|
|
229
|
-
'
|
|
230
|
-
'
|
|
231
|
-
'
|
|
227
|
+
'GreaterThan' = 0,
|
|
228
|
+
'GreaterThanOrEqualTo' = 1,
|
|
229
|
+
'LessThan' = 2,
|
|
230
|
+
'LessThanOrEqualTo' = 3,
|
|
231
|
+
'EqualTo' = 4
|
|
232
232
|
}
|
|
233
233
|
export enum StringOperators {
|
|
234
234
|
'Contains' = 0,
|
package/build/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
(function t(e,n){if(typeof exports==="object"&&typeof module==="object")module.exports=n();else if(typeof define==="function"&&define.amd)define([],n);else if(typeof exports==="object")exports["@xpos/core"]=n();else e["@xpos/core"]=n()})(self,(()=>(()=>{"use strict";var t={};(()=>{t.d=(e,n)=>{for(var r in n){if(t.o(n,r)&&!t.o(e,r)){Object.defineProperty(e,r,{enumerable:true,get:n[r]})}}}})();(()=>{t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e)})();(()=>{t.r=t=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(t,"__esModule",{value:true})}})();var e={};t.r(e);t.d(e,{AdminServices:()=>Dn,ApiResponse:()=>S,Applying:()=>O,ApplyingType:()=>w,ChargeReferenceType:()=>j,Configurator:()=>Ln,Coupon:()=>_,CouponItem:()=>E,Customer:()=>u,CustomerOptions:()=>l,DayOperator:()=>d,FileExtension:()=>x,FileUploadRequest:()=>C,IResponseError:()=>v,Merchant:()=>P,MonthOperator:()=>p,MonthValues:()=>m,NumericOperators:()=>f,Order:()=>b,OrderStatus:()=>g,QueryBuilder:()=>On,StringOperators:()=>h,TerminalServices:()=>Un,Transaction:()=>y,createInstance:()=>wn});function n(t){"@babel/helpers - typeof";return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,a(r.key),r)}}function i(t,e,n){if(e)r(t.prototype,e);if(n)r(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function o(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function s(t,e,n){e=a(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function a(t){var e=c(t,"string");return"symbol"==n(e)?e:String(e)}function c(t,e){if("object"!=n(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var i=r.call(t,e||"default");if("object"!=n(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var u=i((function t(){o(this,t);s(this,"membership_id","");s(this,"license_id",0);s(this,"credit",0);s(this,"point",0);s(this,"transaction_total",0);s(this,"transaction_time",0);s(this,"tier",null);s(this,"tag_guids",null);s(this,"user_group_id",0);s(this,"user_group_name",null);s(this,"group_expires_at","");s(this,"error",null);s(this,"id",0);s(this,"ref_id","");s(this,"image_url",null);s(this,"stripe_token",null);s(this,"stripe_customer_id",null);s(this,"username","");s(this,"company",null);s(this,"ic",null);s(this,"display_name","");s(this,"full_name","");s(this,"birth_date",null);s(this,"gender",null);s(this,"address",null);s(this,"postcode",null);s(this,"note",null);s(this,"language",null);s(this,"time_zone",null);s(this,"created_at","");s(this,"updated_at","");s(this,"license_ids","");s(this,"security_stamp","");s(this,"phone_number","");s(this,"email",null);s(this,"email_confirmed",false);s(this,"phone_number_confirmed",false);s(this,"agree_pdpa_at",null)}));var l=i((function t(){o(this,t);s(this,"ref_id","");s(this,"ic","");s(this,"display_name","");s(this,"image_url","");s(this,"birth_date","");s(this,"gender","");s(this,"language","en");s(this,"phone_number","");s(this,"email","")}));var f=function(t){t[t[">"]=0]=">";t[t[">="]=1]=">=";t[t["<"]=2]="<";t[t["<="]=3]="<=";t[t["="]=4]="=";return t}({});var h=function(t){t[t["Contains"]=0]="Contains";t[t["NotContains"]=1]="NotContains";t[t["StartsWith"]=2]="StartsWith";t[t["EndsWith"]=3]="EndsWith";return t}({});var p=function(t){t["WithinAMonth"]="Contains";return t}({});var d=function(t){t["At"]="StartsWith";return t}({});var m=function(t){t["Jan"]="-01-";t["Feb"]="-02-";t["Mar"]="-03-";t["Apr"]="-04-";t["May"]="-05-";t["Jun"]="-06-";t["Jul"]="-07-";t["Aug"]="-08-";t["Sep"]="-09-";t["Oct"]="-10-";t["Nov"]="-11-";t["Dec"]="-12-";return t}({});var y=i((function t(){o(this,t);s(this,"id",0);s(this,"invoice_id",0);s(this,"type","");s(this,"primary_license_id",0);s(this,"license_id",0);s(this,"ref_id","");s(this,"user_id",0);s(this,"add_credit",0);s(this,"minus_credit",0);s(this,"add_point",0);s(this,"minus_point",0);s(this,"status","");s(this,"grand_total",0);s(this,"is_local",false);s(this,"closed_at","");s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var g=function(t){t["PayAtCounter"]="Pay At Counter";t["PlacingOrder"]="Placing Order";t["PreparingOrder"]="Preparing Order";t["DeliveringOrder"]="Delivering Order";t["Delivered"]="Delivered";t["PickingUp"]="Picking Up";t["PickedUp"]="Picked Up";t["SendingOrder"]="Sending Order";t["Sent"]="Sent";t["Cancelled"]="Cancelled";t["Confirmed"]="Confirmed";t["Expired"]="Expired";t["PendingPayment"]="Pending Payment";t["PaymentDeclined"]="Payment Declined";return t}({});var b=i((function t(){o(this,t);s(this,"id",0);s(this,"order_ref","");s(this,"table_id",0);s(this,"invoice_id",0);s(this,"call_num",0);s(this,"user_id",0);s(this,"license_id",0);s(this,"charge_id",0);s(this,"delivery_id",0);s(this,"order_type","");s(this,"payment_source_id",0);s(this,"status",g.Sent);s(this,"customer_name","");s(this,"customer_phone_number","");s(this,"meta",{placed_at:"",current_status:"",prepare_at:"",previous_status:"",deliver_at:"",delivered_at:""});s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var v=i((function t(){o(this,t)}));var w=function(t){t[t["ALL"]=1]="ALL";t[t["INCLUSIVE"]=2]="INCLUSIVE";t[t["EXCLUSIVE"]=3]="EXCLUSIVE";return t}({});var O=i((function t(){o(this,t);s(this,"applying_type",w.ALL);s(this,"applying_items",[])}));var _=i((function t(){o(this,t);s(this,"guid","");s(this,"promo_code","");s(this,"is_multi_stores",false);s(this,"name","");s(this,"alias","");s(this,"description","");s(this,"description_alias","");s(this,"applying_plus",new O);s(this,"applying_user_tags",new O);s(this,"applying_user_groups",new O);s(this,"discount_calc_type",0);s(this,"discount_amount",0);s(this,"discount_percent",0);s(this,"duration",0);s(this,"usage_count",0);s(this,"usage_limit_per_invoice",0);s(this,"above_invoice_amount",0);s(this,"below_invoice_amount",0);s(this,"is_delivery_free",false);s(this,"is_individual_use",false);s(this,"price_in_points",0);s(this,"styles",null);s(this,"expired_at","");s(this,"auto_gen",false);s(this,"can_sell",false);s(this,"can_redeem",false);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var E=i((function t(){o(this,t);s(this,"guid","");s(this,"coupon",new _);s(this,"usage",null);s(this,"promo_code","");s(this,"is_expired",false);s(this,"is_redeemed",false);s(this,"is_generated",false);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var S=i((function t(){o(this,t);s(this,"errors",[])}));var x=function(t){t["JPG"]="jpg";t["PNG"]="png";return t}({});var C=i((function t(){o(this,t);s(this,"name","");s(this,"base64","");s(this,"format",x.PNG)}));var j=function(t){t[t["order"]=0]="order";t[t["invoice"]=1]="invoice";return t}({});var P=i((function t(){o(this,t);s(this,"id",0);s(this,"name","");s(this,"description","");s(this,"license_id",0);s(this,"address","");s(this,"phone_number","");s(this,"email","");s(this,"website","");s(this,"logo_url","");s(this,"business_hours","");s(this,"is_active",true);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));function R(t,e){return function n(){return t.apply(e,arguments)}}const{toString:A}=Object.prototype;const{getPrototypeOf:T}=Object;const k=(t=>e=>{const n=A.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null));const N=t=>{t=t.toLowerCase();return e=>k(e)===t};const L=t=>e=>typeof e===t;const{isArray:U}=Array;const D=L("undefined");function F(t){return t!==null&&!D(t)&&t.constructor!==null&&!D(t.constructor)&&G(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const B=N("ArrayBuffer");function M(t){let e;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){e=ArrayBuffer.isView(t)}else{e=t&&t.buffer&&B(t.buffer)}return e}const I=L("string");const G=L("function");const H=L("number");const q=t=>t!==null&&typeof t==="object";const z=t=>t===true||t===false;const J=t=>{if(k(t)!=="object"){return false}const e=T(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};const W=N("Date");const V=N("File");const K=N("Blob");const $=N("FileList");const X=t=>q(t)&&G(t.pipe);const Q=t=>{let e;return t&&(typeof FormData==="function"&&t instanceof FormData||G(t.append)&&((e=k(t))==="formdata"||e==="object"&&G(t.toString)&&t.toString()==="[object FormData]"))};const Y=N("URLSearchParams");const Z=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function tt(t,e,{allOwnKeys:n=false}={}){if(t===null||typeof t==="undefined"){return}let r;let i;if(typeof t!=="object"){t=[t]}if(U(t)){for(r=0,i=t.length;r<i;r++){e.call(null,t[r],r,t)}}else{const i=n?Object.getOwnPropertyNames(t):Object.keys(t);const o=i.length;let s;for(r=0;r<o;r++){s=i[r];e.call(null,t[s],s,t)}}}function et(t,e){e=e.toLowerCase();const n=Object.keys(t);let r=n.length;let i;while(r-- >0){i=n[r];if(e===i.toLowerCase()){return i}}return null}const nt=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const rt=t=>!D(t)&&t!==nt;function it(){const{caseless:t}=rt(this)&&this||{};const e={};const n=(n,r)=>{const i=t&&et(e,r)||r;if(J(e[i])&&J(n)){e[i]=it(e[i],n)}else if(J(n)){e[i]=it({},n)}else if(U(n)){e[i]=n.slice()}else{e[i]=n}};for(let t=0,e=arguments.length;t<e;t++){arguments[t]&&tt(arguments[t],n)}return e}const ot=(t,e,n,{allOwnKeys:r}={})=>{tt(e,((e,r)=>{if(n&&G(e)){t[r]=R(e,n)}else{t[r]=e}}),{allOwnKeys:r});return t};const st=t=>{if(t.charCodeAt(0)===65279){t=t.slice(1)}return t};const at=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r);t.prototype.constructor=t;Object.defineProperty(t,"super",{value:e.prototype});n&&Object.assign(t.prototype,n)};const ct=(t,e,n,r)=>{let i;let o;let s;const a={};e=e||{};if(t==null)return e;do{i=Object.getOwnPropertyNames(t);o=i.length;while(o-- >0){s=i[o];if((!r||r(s,t,e))&&!a[s]){e[s]=t[s];a[s]=true}}t=n!==false&&T(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e};const ut=(t,e,n)=>{t=String(t);if(n===undefined||n>t.length){n=t.length}n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n};const lt=t=>{if(!t)return null;if(U(t))return t;let e=t.length;if(!H(e))return null;const n=new Array(e);while(e-- >0){n[e]=t[e]}return n};const ft=(t=>e=>t&&e instanceof t)(typeof Uint8Array!=="undefined"&&T(Uint8Array));const ht=(t,e)=>{const n=t&&t[Symbol.iterator];const r=n.call(t);let i;while((i=r.next())&&!i.done){const n=i.value;e.call(t,n[0],n[1])}};const pt=(t,e)=>{let n;const r=[];while((n=t.exec(e))!==null){r.push(n)}return r};const dt=N("HTMLFormElement");const mt=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function t(e,n,r){return n.toUpperCase()+r}));const yt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype);const gt=N("RegExp");const bt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t);const r={};tt(n,((n,i)=>{let o;if((o=e(n,i,t))!==false){r[i]=o||n}}));Object.defineProperties(t,r)};const vt=t=>{bt(t,((e,n)=>{if(G(t)&&["arguments","caller","callee"].indexOf(n)!==-1){return false}const r=t[n];if(!G(r))return;e.enumerable=false;if("writable"in e){e.writable=false;return}if(!e.set){e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}}}))};const wt=(t,e)=>{const n={};const r=t=>{t.forEach((t=>{n[t]=true}))};U(t)?r(t):r(String(t).split(e));return n};const Ot=()=>{};const _t=(t,e)=>{t=+t;return Number.isFinite(t)?t:e};const Et="abcdefghijklmnopqrstuvwxyz";const St="0123456789";const xt={DIGIT:St,ALPHA:Et,ALPHA_DIGIT:Et+Et.toUpperCase()+St};const Ct=(t=16,e=xt.ALPHA_DIGIT)=>{let n="";const{length:r}=e;while(t--){n+=e[Math.random()*r|0]}return n};function jt(t){return!!(t&&G(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const Pt=t=>{const e=new Array(10);const n=(t,r)=>{if(q(t)){if(e.indexOf(t)>=0){return}if(!("toJSON"in t)){e[r]=t;const i=U(t)?[]:{};tt(t,((t,e)=>{const o=n(t,r+1);!D(o)&&(i[e]=o)}));e[r]=undefined;return i}}return t};return n(t,0)};const Rt=N("AsyncFunction");const At=t=>t&&(q(t)||G(t))&&G(t.then)&&G(t.catch);const Tt={isArray:U,isArrayBuffer:B,isBuffer:F,isFormData:Q,isArrayBufferView:M,isString:I,isNumber:H,isBoolean:z,isObject:q,isPlainObject:J,isUndefined:D,isDate:W,isFile:V,isBlob:K,isRegExp:gt,isFunction:G,isStream:X,isURLSearchParams:Y,isTypedArray:ft,isFileList:$,forEach:tt,merge:it,extend:ot,trim:Z,stripBOM:st,inherits:at,toFlatObject:ct,kindOf:k,kindOfTest:N,endsWith:ut,toArray:lt,forEachEntry:ht,matchAll:pt,isHTMLForm:dt,hasOwnProperty:yt,hasOwnProp:yt,reduceDescriptors:bt,freezeMethods:vt,toObjectSet:wt,toCamelCase:mt,noop:Ot,toFiniteNumber:_t,findKey:et,global:nt,isContextDefined:rt,ALPHABET:xt,generateString:Ct,isSpecCompliantForm:jt,toJSONObject:Pt,isAsyncFn:Rt,isThenable:At};function kt(t,e,n,r,i){Error.call(this);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack}this.message=t;this.name="AxiosError";e&&(this.code=e);n&&(this.config=n);r&&(this.request=r);i&&(this.response=i)}Tt.inherits(kt,Error,{toJSON:function t(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Tt.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Nt=kt.prototype;const Lt={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{Lt[t]={value:t}}));Object.defineProperties(kt,Lt);Object.defineProperty(Nt,"isAxiosError",{value:true});kt.from=(t,e,n,r,i,o)=>{const s=Object.create(Nt);Tt.toFlatObject(t,s,(function t(e){return e!==Error.prototype}),(t=>t!=="isAxiosError"));kt.call(s,t.message,e,n,r,i);s.cause=t;s.name=t.name;o&&Object.assign(s,o);return s};const Ut=kt;const Dt=null;function Ft(t){return Tt.isPlainObject(t)||Tt.isArray(t)}function Bt(t){return Tt.endsWith(t,"[]")?t.slice(0,-2):t}function Mt(t,e,n){if(!t)return e;return t.concat(e).map((function t(e,r){e=Bt(e);return!n&&r?"["+e+"]":e})).join(n?".":"")}function It(t){return Tt.isArray(t)&&!t.some(Ft)}const Gt=Tt.toFlatObject(Tt,{},null,(function t(e){return/^is[A-Z]/.test(e)}));function Ht(t,e,n){if(!Tt.isObject(t)){throw new TypeError("target must be an object")}e=e||new(Dt||FormData);n=Tt.toFlatObject(n,{metaTokens:true,dots:false,indexes:false},false,(function t(e,n){return!Tt.isUndefined(n[e])}));const r=n.metaTokens;const i=n.visitor||l;const o=n.dots;const s=n.indexes;const a=n.Blob||typeof Blob!=="undefined"&&Blob;const c=a&&Tt.isSpecCompliantForm(e);if(!Tt.isFunction(i)){throw new TypeError("visitor must be a function")}function u(t){if(t===null)return"";if(Tt.isDate(t)){return t.toISOString()}if(!c&&Tt.isBlob(t)){throw new Ut("Blob is not supported. Use a Buffer instead.")}if(Tt.isArrayBuffer(t)||Tt.isTypedArray(t)){return c&&typeof Blob==="function"?new Blob([t]):Buffer.from(t)}return t}function l(t,n,i){let a=t;if(t&&!i&&typeof t==="object"){if(Tt.endsWith(n,"{}")){n=r?n:n.slice(0,-2);t=JSON.stringify(t)}else if(Tt.isArray(t)&&It(t)||(Tt.isFileList(t)||Tt.endsWith(n,"[]"))&&(a=Tt.toArray(t))){n=Bt(n);a.forEach((function t(r,i){!(Tt.isUndefined(r)||r===null)&&e.append(s===true?Mt([n],i,o):s===null?n:n+"[]",u(r))}));return false}}if(Ft(t)){return true}e.append(Mt(i,n,o),u(t));return false}const f=[];const h=Object.assign(Gt,{defaultVisitor:l,convertValue:u,isVisitable:Ft});function p(t,n){if(Tt.isUndefined(t))return;if(f.indexOf(t)!==-1){throw Error("Circular reference detected in "+n.join("."))}f.push(t);Tt.forEach(t,(function t(r,o){const s=!(Tt.isUndefined(r)||r===null)&&i.call(e,r,Tt.isString(o)?o.trim():o,n,h);if(s===true){p(r,n?n.concat(o):[o])}}));f.pop()}if(!Tt.isObject(t)){throw new TypeError("data must be an object")}p(t);return e}const qt=Ht;function zt(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function t(n){return e[n]}))}function Jt(t,e){this._pairs=[];t&&qt(t,this,e)}const Wt=Jt.prototype;Wt.append=function t(e,n){this._pairs.push([e,n])};Wt.toString=function t(e){const n=e?function(t){return e.call(this,t,zt)}:zt;return this._pairs.map((function t(e){return n(e[0])+"="+n(e[1])}),"").join("&")};const Vt=Jt;function Kt(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function $t(t,e,n){if(!e){return t}const r=n&&n.encode||Kt;const i=n&&n.serialize;let o;if(i){o=i(e,n)}else{o=Tt.isURLSearchParams(e)?e.toString():new Vt(e,n).toString(r)}if(o){const e=t.indexOf("#");if(e!==-1){t=t.slice(0,e)}t+=(t.indexOf("?")===-1?"?":"&")+o}return t}class Xt{constructor(){this.handlers=[]}use(t,e,n){this.handlers.push({fulfilled:t,rejected:e,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1}eject(t){if(this.handlers[t]){this.handlers[t]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(t){Tt.forEach(this.handlers,(function e(n){if(n!==null){t(n)}}))}}const Qt=Xt;const Yt={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};const Zt=typeof URLSearchParams!=="undefined"?URLSearchParams:Vt;const te=typeof FormData!=="undefined"?FormData:null;const ee=typeof Blob!=="undefined"?Blob:null;const ne=(()=>{let t;if(typeof navigator!=="undefined"&&((t=navigator.product)==="ReactNative"||t==="NativeScript"||t==="NS")){return false}return typeof window!=="undefined"&&typeof document!=="undefined"})();const re=(()=>typeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const ie={isBrowser:true,classes:{URLSearchParams:Zt,FormData:te,Blob:ee},isStandardBrowserEnv:ne,isStandardBrowserWebWorkerEnv:re,protocols:["http","https","file","blob","url","data"]};function oe(t,e){return qt(t,new ie.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,r){if(ie.isNode&&Tt.isBuffer(t)){this.append(e,t.toString("base64"));return false}return r.defaultVisitor.apply(this,arguments)}},e))}function se(t){return Tt.matchAll(/\w+|\[(\w*)]/g,t).map((t=>t[0]==="[]"?"":t[1]||t[0]))}function ae(t){const e={};const n=Object.keys(t);let r;const i=n.length;let o;for(r=0;r<i;r++){o=n[r];e[o]=t[o]}return e}function ce(t){function e(t,n,r,i){let o=t[i++];const s=Number.isFinite(+o);const a=i>=t.length;o=!o&&Tt.isArray(r)?r.length:o;if(a){if(Tt.hasOwnProp(r,o)){r[o]=[r[o],n]}else{r[o]=n}return!s}if(!r[o]||!Tt.isObject(r[o])){r[o]=[]}const c=e(t,n,r[o],i);if(c&&Tt.isArray(r[o])){r[o]=ae(r[o])}return!s}if(Tt.isFormData(t)&&Tt.isFunction(t.entries)){const n={};Tt.forEachEntry(t,((t,r)=>{e(se(t),r,n,0)}));return n}return null}const ue=ce;function le(t,e,n){if(Tt.isString(t)){try{(e||JSON.parse)(t);return Tt.trim(t)}catch(t){if(t.name!=="SyntaxError"){throw t}}}return(n||JSON.stringify)(t)}const fe={transitional:Yt,adapter:["xhr","http"],transformRequest:[function t(e,n){const r=n.getContentType()||"";const i=r.indexOf("application/json")>-1;const o=Tt.isObject(e);if(o&&Tt.isHTMLForm(e)){e=new FormData(e)}const s=Tt.isFormData(e);if(s){if(!i){return e}return i?JSON.stringify(ue(e)):e}if(Tt.isArrayBuffer(e)||Tt.isBuffer(e)||Tt.isStream(e)||Tt.isFile(e)||Tt.isBlob(e)){return e}if(Tt.isArrayBufferView(e)){return e.buffer}if(Tt.isURLSearchParams(e)){n.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return e.toString()}let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1){return oe(e,this.formSerializer).toString()}if((a=Tt.isFileList(e))||r.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return qt(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}if(o||i){n.setContentType("application/json",false);return le(e)}return e}],transformResponse:[function t(e){const n=this.transitional||fe.transitional;const r=n&&n.forcedJSONParsing;const i=this.responseType==="json";if(e&&Tt.isString(e)&&(r&&!this.responseType||i)){const t=n&&n.silentJSONParsing;const r=!t&&i;try{return JSON.parse(e)}catch(t){if(r){if(t.name==="SyntaxError"){throw Ut.from(t,Ut.ERR_BAD_RESPONSE,this,null,this.response)}throw t}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ie.classes.FormData,Blob:ie.classes.Blob},validateStatus:function t(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};Tt.forEach(["delete","get","head","post","put","patch"],(t=>{fe.headers[t]={}}));const he=fe;const pe=Tt.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const de=t=>{const e={};let n;let r;let i;t&&t.split("\n").forEach((function t(o){i=o.indexOf(":");n=o.substring(0,i).trim().toLowerCase();r=o.substring(i+1).trim();if(!n||e[n]&&pe[n]){return}if(n==="set-cookie"){if(e[n]){e[n].push(r)}else{e[n]=[r]}}else{e[n]=e[n]?e[n]+", "+r:r}}));return e};const me=Symbol("internals");function ye(t){return t&&String(t).trim().toLowerCase()}function ge(t){if(t===false||t==null){return t}return Tt.isArray(t)?t.map(ge):String(t)}function be(t){const e=Object.create(null);const n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;while(r=n.exec(t)){e[r[1]]=r[2]}return e}const ve=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function we(t,e,n,r,i){if(Tt.isFunction(r)){return r.call(this,e,n)}if(i){e=n}if(!Tt.isString(e))return;if(Tt.isString(r)){return e.indexOf(r)!==-1}if(Tt.isRegExp(r)){return r.test(e)}}function Oe(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}function _e(t,e){const n=Tt.toCamelCase(" "+e);["get","set","has"].forEach((r=>{Object.defineProperty(t,r+n,{value:function(t,n,i){return this[r].call(this,e,t,n,i)},configurable:true})}))}class Ee{constructor(t){t&&this.set(t)}set(t,e,n){const r=this;function i(t,e,n){const i=ye(e);if(!i){throw new Error("header name must be a non-empty string")}const o=Tt.findKey(r,i);if(!o||r[o]===undefined||n===true||n===undefined&&r[o]!==false){r[o||e]=ge(t)}}const o=(t,e)=>Tt.forEach(t,((t,n)=>i(t,n,e)));if(Tt.isPlainObject(t)||t instanceof this.constructor){o(t,e)}else if(Tt.isString(t)&&(t=t.trim())&&!ve(t)){o(de(t),e)}else{t!=null&&i(e,t,n)}return this}get(t,e){t=ye(t);if(t){const n=Tt.findKey(this,t);if(n){const t=this[n];if(!e){return t}if(e===true){return be(t)}if(Tt.isFunction(e)){return e.call(this,t,n)}if(Tt.isRegExp(e)){return e.exec(t)}throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){t=ye(t);if(t){const n=Tt.findKey(this,t);return!!(n&&this[n]!==undefined&&(!e||we(this,this[n],n,e)))}return false}delete(t,e){const n=this;let r=false;function i(t){t=ye(t);if(t){const i=Tt.findKey(n,t);if(i&&(!e||we(n,n[i],i,e))){delete n[i];r=true}}}if(Tt.isArray(t)){t.forEach(i)}else{i(t)}return r}clear(t){const e=Object.keys(this);let n=e.length;let r=false;while(n--){const i=e[n];if(!t||we(this,this[i],i,t,true)){delete this[i];r=true}}return r}normalize(t){const e=this;const n={};Tt.forEach(this,((r,i)=>{const o=Tt.findKey(n,i);if(o){e[o]=ge(r);delete e[i];return}const s=t?Oe(i):String(i).trim();if(s!==i){delete e[i]}e[s]=ge(r);n[s]=true}));return this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);Tt.forEach(this,((n,r)=>{n!=null&&n!==false&&(e[r]=t&&Tt.isArray(n)?n.join(", "):n)}));return e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);e.forEach((t=>n.set(t)));return n}static accessor(t){const e=this[me]=this[me]={accessors:{}};const n=e.accessors;const r=this.prototype;function i(t){const e=ye(t);if(!n[e]){_e(r,t);n[e]=true}}Tt.isArray(t)?t.forEach(i):i(t);return this}}Ee.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);Tt.reduceDescriptors(Ee.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}}));Tt.freezeMethods(Ee);const Se=Ee;function xe(t,e){const n=this||he;const r=e||n;const i=Se.from(r.headers);let o=r.data;Tt.forEach(t,(function t(r){o=r.call(n,o,i.normalize(),e?e.status:undefined)}));i.normalize();return o}function Ce(t){return!!(t&&t.__CANCEL__)}function je(t,e,n){Ut.call(this,t==null?"canceled":t,Ut.ERR_CANCELED,e,n);this.name="CanceledError"}Tt.inherits(je,Ut,{__CANCEL__:true});const Pe=je;function Re(t,e,n){const r=n.config.validateStatus;if(!n.status||!r||r(n.status)){t(n)}else{e(new Ut("Request failed with status code "+n.status,[Ut.ERR_BAD_REQUEST,Ut.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}}const Ae=ie.isStandardBrowserEnv?function t(){return{write:function t(e,n,r,i,o,s){const a=[];a.push(e+"="+encodeURIComponent(n));if(Tt.isNumber(r)){a.push("expires="+new Date(r).toGMTString())}if(Tt.isString(i)){a.push("path="+i)}if(Tt.isString(o)){a.push("domain="+o)}if(s===true){a.push("secure")}document.cookie=a.join("; ")},read:function t(e){const n=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function t(e){this.write(e,"",Date.now()-864e5)}}}():function t(){return{write:function t(){},read:function t(){return null},remove:function t(){}}}();function Te(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function ke(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}function Ne(t,e){if(t&&!Te(e)){return ke(t,e)}return e}const Le=ie.isStandardBrowserEnv?function t(){const e=/(msie|trident)/i.test(navigator.userAgent);const n=document.createElement("a");let r;function i(t){let r=t;if(e){n.setAttribute("href",r);r=n.href}n.setAttribute("href",r);return{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}r=i(window.location.href);return function t(e){const n=Tt.isString(e)?i(e):e;return n.protocol===r.protocol&&n.host===r.host}}():function t(){return function t(){return true}}();function Ue(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function De(t,e){t=t||10;const n=new Array(t);const r=new Array(t);let i=0;let o=0;let s;e=e!==undefined?e:1e3;return function a(c){const u=Date.now();const l=r[o];if(!s){s=u}n[i]=c;r[i]=u;let f=o;let h=0;while(f!==i){h+=n[f++];f=f%t}i=(i+1)%t;if(i===o){o=(o+1)%t}if(u-s<e){return}const p=l&&u-l;return p?Math.round(h*1e3/p):undefined}}const Fe=De;function Be(t,e){let n=0;const r=Fe(50,250);return i=>{const o=i.loaded;const s=i.lengthComputable?i.total:undefined;const a=o-n;const c=r(a);const u=o<=s;n=o;const l={loaded:o,total:s,progress:s?o/s:undefined,bytes:a,rate:c?c:undefined,estimated:c&&s&&u?(s-o)/c:undefined,event:i};l[e?"download":"upload"]=true;t(l)}}const Me=typeof XMLHttpRequest!=="undefined";const Ie=Me&&function(t){return new Promise((function e(n,r){let i=t.data;const o=Se.from(t.headers).normalize();const s=t.responseType;let a;function c(){if(t.cancelToken){t.cancelToken.unsubscribe(a)}if(t.signal){t.signal.removeEventListener("abort",a)}}let u;if(Tt.isFormData(i)){if(ie.isStandardBrowserEnv||ie.isStandardBrowserWebWorkerEnv){o.setContentType(false)}else if(!o.getContentType(/^\s*multipart\/form-data/)){o.setContentType("multipart/form-data")}else if(Tt.isString(u=o.getContentType())){o.setContentType(u.replace(/^\s*(multipart\/form-data);+/,"$1"))}}let l=new XMLHttpRequest;if(t.auth){const e=t.auth.username||"";const n=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";o.set("Authorization","Basic "+btoa(e+":"+n))}const f=Ne(t.baseURL,t.url);l.open(t.method.toUpperCase(),$t(f,t.params,t.paramsSerializer),true);l.timeout=t.timeout;function h(){if(!l){return}const e=Se.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders());const i=!s||s==="text"||s==="json"?l.responseText:l.response;const o={data:i,status:l.status,statusText:l.statusText,headers:e,config:t,request:l};Re((function t(e){n(e);c()}),(function t(e){r(e);c()}),o);l=null}if("onloadend"in l){l.onloadend=h}else{l.onreadystatechange=function t(){if(!l||l.readyState!==4){return}if(l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)){return}setTimeout(h)}}l.onabort=function e(){if(!l){return}r(new Ut("Request aborted",Ut.ECONNABORTED,t,l));l=null};l.onerror=function e(){r(new Ut("Network Error",Ut.ERR_NETWORK,t,l));l=null};l.ontimeout=function e(){let n=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const i=t.transitional||Yt;if(t.timeoutErrorMessage){n=t.timeoutErrorMessage}r(new Ut(n,i.clarifyTimeoutError?Ut.ETIMEDOUT:Ut.ECONNABORTED,t,l));l=null};if(ie.isStandardBrowserEnv){const e=(t.withCredentials||Le(f))&&t.xsrfCookieName&&Ae.read(t.xsrfCookieName);if(e){o.set(t.xsrfHeaderName,e)}}i===undefined&&o.setContentType(null);if("setRequestHeader"in l){Tt.forEach(o.toJSON(),(function t(e,n){l.setRequestHeader(n,e)}))}if(!Tt.isUndefined(t.withCredentials)){l.withCredentials=!!t.withCredentials}if(s&&s!=="json"){l.responseType=t.responseType}if(typeof t.onDownloadProgress==="function"){l.addEventListener("progress",Be(t.onDownloadProgress,true))}if(typeof t.onUploadProgress==="function"&&l.upload){l.upload.addEventListener("progress",Be(t.onUploadProgress))}if(t.cancelToken||t.signal){a=e=>{if(!l){return}r(!e||e.type?new Pe(null,t,l):e);l.abort();l=null};t.cancelToken&&t.cancelToken.subscribe(a);if(t.signal){t.signal.aborted?a():t.signal.addEventListener("abort",a)}}const p=Ue(f);if(p&&ie.protocols.indexOf(p)===-1){r(new Ut("Unsupported protocol "+p+":",Ut.ERR_BAD_REQUEST,t));return}l.send(i||null)}))};const Ge={http:Dt,xhr:Ie};Tt.forEach(Ge,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(t){}Object.defineProperty(t,"adapterName",{value:e})}}));const He=t=>`- ${t}`;const qe=t=>Tt.isFunction(t)||t===null||t===false;const ze={getAdapter:t=>{t=Tt.isArray(t)?t:[t];const{length:e}=t;let n;let r;const i={};for(let o=0;o<e;o++){n=t[o];let e;r=n;if(!qe(n)){r=Ge[(e=String(n)).toLowerCase()];if(r===undefined){throw new Ut(`Unknown adapter '${e}'`)}}if(r){break}i[e||"#"+o]=r}if(!r){const t=Object.entries(i).map((([t,e])=>`adapter ${t} `+(e===false?"is not supported by the environment":"is not available in the build")));let n=e?t.length>1?"since :\n"+t.map(He).join("\n"):" "+He(t[0]):"as no adapter specified";throw new Ut(`There is no suitable adapter to dispatch the request `+n,"ERR_NOT_SUPPORT")}return r},adapters:Ge};function Je(t){if(t.cancelToken){t.cancelToken.throwIfRequested()}if(t.signal&&t.signal.aborted){throw new Pe(null,t)}}function We(t){Je(t);t.headers=Se.from(t.headers);t.data=xe.call(t,t.transformRequest);if(["post","put","patch"].indexOf(t.method)!==-1){t.headers.setContentType("application/x-www-form-urlencoded",false)}const e=ze.getAdapter(t.adapter||he.adapter);return e(t).then((function e(n){Je(t);n.data=xe.call(t,t.transformResponse,n);n.headers=Se.from(n.headers);return n}),(function e(n){if(!Ce(n)){Je(t);if(n&&n.response){n.response.data=xe.call(t,t.transformResponse,n.response);n.response.headers=Se.from(n.response.headers)}}return Promise.reject(n)}))}const Ve=t=>t instanceof Se?t.toJSON():t;function Ke(t,e){e=e||{};const n={};function r(t,e,n){if(Tt.isPlainObject(t)&&Tt.isPlainObject(e)){return Tt.merge.call({caseless:n},t,e)}else if(Tt.isPlainObject(e)){return Tt.merge({},e)}else if(Tt.isArray(e)){return e.slice()}return e}function i(t,e,n){if(!Tt.isUndefined(e)){return r(t,e,n)}else if(!Tt.isUndefined(t)){return r(undefined,t,n)}}function o(t,e){if(!Tt.isUndefined(e)){return r(undefined,e)}}function s(t,e){if(!Tt.isUndefined(e)){return r(undefined,e)}else if(!Tt.isUndefined(t)){return r(undefined,t)}}function a(n,i,o){if(o in e){return r(n,i)}else if(o in t){return r(undefined,n)}}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(t,e)=>i(Ve(t),Ve(e),true)};Tt.forEach(Object.keys(Object.assign({},t,e)),(function r(o){const s=c[o]||i;const u=s(t[o],e[o],o);Tt.isUndefined(u)&&s!==a||(n[o]=u)}));return n}const $e="1.5.1";const Xe={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{Xe[t]=function n(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}}));const Qe={};Xe.transitional=function t(e,n,r){function i(t,e){return"[Axios v"+$e+"] Transitional option '"+t+"'"+e+(r?". "+r:"")}return(t,r,o)=>{if(e===false){throw new Ut(i(r," has been removed"+(n?" in "+n:"")),Ut.ERR_DEPRECATED)}if(n&&!Qe[r]){Qe[r]=true;console.warn(i(r," has been deprecated since v"+n+" and will be removed in the near future"))}return e?e(t,r,o):true}};function Ye(t,e,n){if(typeof t!=="object"){throw new Ut("options must be an object",Ut.ERR_BAD_OPTION_VALUE)}const r=Object.keys(t);let i=r.length;while(i-- >0){const o=r[i];const s=e[o];if(s){const e=t[o];const n=e===undefined||s(e,o,t);if(n!==true){throw new Ut("option "+o+" must be "+n,Ut.ERR_BAD_OPTION_VALUE)}continue}if(n!==true){throw new Ut("Unknown option "+o,Ut.ERR_BAD_OPTION)}}}const Ze={assertOptions:Ye,validators:Xe};const tn=Ze.validators;class en{constructor(t){this.defaults=t;this.interceptors={request:new Qt,response:new Qt}}request(t,e){if(typeof t==="string"){e=e||{};e.url=t}else{e=t||{}}e=Ke(this.defaults,e);const{transitional:n,paramsSerializer:r,headers:i}=e;if(n!==undefined){Ze.assertOptions(n,{silentJSONParsing:tn.transitional(tn.boolean),forcedJSONParsing:tn.transitional(tn.boolean),clarifyTimeoutError:tn.transitional(tn.boolean)},false)}if(r!=null){if(Tt.isFunction(r)){e.paramsSerializer={serialize:r}}else{Ze.assertOptions(r,{encode:tn.function,serialize:tn.function},true)}}e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=i&&Tt.merge(i.common,i[e.method]);i&&Tt.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]}));e.headers=Se.concat(o,i);const s=[];let a=true;this.interceptors.request.forEach((function t(n){if(typeof n.runWhen==="function"&&n.runWhen(e)===false){return}a=a&&n.synchronous;s.unshift(n.fulfilled,n.rejected)}));const c=[];this.interceptors.response.forEach((function t(e){c.push(e.fulfilled,e.rejected)}));let u;let l=0;let f;if(!a){const t=[We.bind(this),undefined];t.unshift.apply(t,s);t.push.apply(t,c);f=t.length;u=Promise.resolve(e);while(l<f){u=u.then(t[l++],t[l++])}return u}f=s.length;let h=e;l=0;while(l<f){const t=s[l++];const e=s[l++];try{h=t(h)}catch(t){e.call(this,t);break}}try{u=We.call(this,h)}catch(t){return Promise.reject(t)}l=0;f=c.length;while(l<f){u=u.then(c[l++],c[l++])}return u}getUri(t){t=Ke(this.defaults,t);const e=Ne(t.baseURL,t.url);return $t(e,t.params,t.paramsSerializer)}}Tt.forEach(["delete","get","head","options"],(function t(e){en.prototype[e]=function(t,n){return this.request(Ke(n||{},{method:e,url:t,data:(n||{}).data}))}}));Tt.forEach(["post","put","patch"],(function t(e){function n(t){return function n(r,i,o){return this.request(Ke(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:i}))}}en.prototype[e]=n();en.prototype[e+"Form"]=n(true)}));const nn=en;class rn{constructor(t){if(typeof t!=="function"){throw new TypeError("executor must be a function.")}let e;this.promise=new Promise((function t(n){e=n}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;while(e-- >0){n._listeners[e](t)}n._listeners=null}));this.promise.then=t=>{let e;const r=new Promise((t=>{n.subscribe(t);e=t})).then(t);r.cancel=function t(){n.unsubscribe(e)};return r};t((function t(r,i,o){if(n.reason){return}n.reason=new Pe(r,i,o);e(n.reason)}))}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(t){if(this.reason){t(this.reason);return}if(this._listeners){this._listeners.push(t)}else{this._listeners=[t]}}unsubscribe(t){if(!this._listeners){return}const e=this._listeners.indexOf(t);if(e!==-1){this._listeners.splice(e,1)}}static source(){let t;const e=new rn((function e(n){t=n}));return{token:e,cancel:t}}}const on=rn;function sn(t){return function e(n){return t.apply(null,n)}}function an(t){return Tt.isObject(t)&&t.isAxiosError===true}const cn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(cn).forEach((([t,e])=>{cn[e]=t}));const un=cn;function ln(t){const e=new nn(t);const n=R(nn.prototype.request,e);Tt.extend(n,nn.prototype,e,{allOwnKeys:true});Tt.extend(n,e,null,{allOwnKeys:true});n.create=function e(n){return ln(Ke(t,n))};return n}const fn=ln(he);fn.Axios=nn;fn.CanceledError=Pe;fn.CancelToken=on;fn.isCancel=Ce;fn.VERSION=$e;fn.toFormData=qt;fn.AxiosError=Ut;fn.Cancel=fn.CanceledError;fn.all=function t(e){return Promise.all(e)};fn.spread=sn;fn.isAxiosError=an;fn.mergeConfig=Ke;fn.AxiosHeaders=Se;fn.formToJSON=t=>ue(Tt.isHTMLForm(t)?new FormData(t):t);fn.getAdapter=ze.getAdapter;fn.HttpStatusCode=un;fn.default=fn;const hn=fn;function pn(t){"@babel/helpers - typeof";return pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pn(t)}function dn(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function mn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,bn(r.key),r)}}function yn(t,e,n){if(e)mn(t.prototype,e);if(n)mn(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function gn(t,e,n){e=bn(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function bn(t){var e=vn(t,"string");return"symbol"==pn(e)?e:String(e)}function vn(t,e){if("object"!=pn(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=pn(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function wn(t,e,n){var r=arguments.length>3&&arguments[3]!==undefined?arguments[3]:6e3;var i=hn.create({baseURL:t,timeout:r,headers:{" x-api-key":e,"x-device-uid":n}});i.interceptors.response.use((function(t){return t.data}),(function(t){return Promise.reject(t)}));return i}var On=function(){function t(){dn(this,t);gn(this,"params",{})}yn(t,[{key:"addParam",value:function t(e,n,r){this.params["".concat(e.toString()).concat(n)]="".concat(r);return this}},{key:"includeTotal",value:function t(e){if(e)this.params["include"]="total";return this}},{key:"skip",value:function t(e){this.params["skip"]="".concat(e);return this}},{key:"take",value:function t(e){this.params["take"]="".concat(e);return this}},{key:"jsconfig",value:function t(e){this.params["jsconfig"]=e;return this}},{key:"build",value:function t(){this.params["jsconfig"]="dh:iso8601dt";return this.params}}]);return t}();function _n(t){"@babel/helpers - typeof";return _n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_n(t)}function En(){"use strict";En=function t(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},o="function"==typeof Symbol?Symbol:{},s=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function t(e,n,r){return e[n]=r}}function l(t,e,n,r){var o=e&&e.prototype instanceof g?e:g,s=Object.create(o.prototype),a=new A(r||[]);return i(s,"_invoke",{value:C(t,n,a)}),s}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var h="suspendedStart",p="suspendedYield",d="executing",m="completed",y={};function g(){}function b(){}function v(){}var w={};u(w,s,(function(){return this}));var O=Object.getPrototypeOf,_=O&&O(O(T([])));_&&_!==n&&r.call(_,s)&&(w=_);var E=v.prototype=g.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){function n(i,o,s,a){var c=f(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==_n(l)&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,s,a)}),(function(t){n("throw",t,s,a)})):e.resolve(l).then((function(t){u.value=t,s(u)}),(function(t){return n("throw",t,s,a)}))}a(c.arg)}var o;i(this,"_invoke",{value:function t(r,i){function s(){return new e((function(t,e){n(r,i,t,e)}))}return o=o?o.then(s,s):s()}})}function C(e,n,r){var i=h;return function(o,s){if(i===d)throw new Error("Generator is already running");if(i===m){if("throw"===o)throw s;return{value:t,done:!0}}for(r.method=o,r.arg=s;;){var a=r.delegate;if(a){var c=j(a,r);if(c){if(c===y)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===h)throw i=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=d;var u=f(e,n,r);if("normal"===u.type){if(i=r.done?m:p,u.arg===y)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(i=m,r.method="throw",r.arg=u.arg)}}}function j(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator["return"]&&(n.method="return",n.arg=t,j(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var o=f(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var s=o.arg;return s?s.done?(n[e.resultName]=s.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function R(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function T(e){if(e||""===e){var n=e[s];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(_n(e)+" is not iterable")}return b.prototype=v,i(E,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:b,configurable:!0}),b.displayName=u(v,c,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===b||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,u(t,c,"GeneratorFunction")),t.prototype=Object.create(E),t},e.awrap=function(t){return{__await:t}},S(x.prototype),u(x.prototype,a,(function(){return this})),e.AsyncIterator=x,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var s=new x(l(t,n,r,i),o);return e.isGeneratorFunction(n)?s:s.next().then((function(t){return t.done?t.value:s.next()}))},S(E),u(E,c,"Generator"),u(E,s,(function(){return this})),u(E,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=T,A.prototype={constructor:A,reset:function e(n){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(R),!n)for(var i in this)"t"===i.charAt(0)&&r.call(this,i)&&!isNaN(+i.slice(1))&&(this[i]=t)},stop:function t(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function e(n){if(this.done)throw n;var i=this;function o(e,r){return c.type="throw",c.arg=n,i.next=e,r&&(i.method="next",i.arg=t),!!r}for(var s=this.tryEntries.length-1;s>=0;--s){var a=this.tryEntries[s],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),l=r.call(a,"finallyLoc");if(u&&l){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function t(e,n){for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var s=o;break}}s&&("break"===e||"continue"===e)&&s.tryLoc<=n&&n<=s.finallyLoc&&(s=null);var a=s?s.completion:{};return a.type=e,a.arg=n,s?(this.method="next",this.next=s.finallyLoc,y):this.complete(a)},complete:function t(e,n){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&n&&(this.next=n),y},finish:function t(e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),R(r),y}},catch:function t(e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc===e){var i=r.completion;if("throw"===i.type){var o=i.arg;R(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function e(n,r,i){return this.delegate={iterator:T(n),resultName:r,nextLoc:i},"next"===this.method&&(this.arg=t),y}},e}function Sn(t,e,n,r,i,o,s){try{var a=t[o](s);var c=a.value}catch(t){n(t);return}if(a.done){e(c)}else{Promise.resolve(c).then(r,i)}}function xn(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(t){Sn(o,r,i,s,a,"next",t)}function a(t){Sn(o,r,i,s,a,"throw",t)}s(undefined)}))}}function Cn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function jn(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Cn(Object(n),!0).forEach((function(e){Tn(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Cn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Pn(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function Rn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,kn(r.key),r)}}function An(t,e,n){if(e)Rn(t.prototype,e);if(n)Rn(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function Tn(t,e,n){e=kn(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function kn(t){var e=Nn(t,"string");return"symbol"==_n(e)?e:String(e)}function Nn(t,e){if("object"!=_n(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=_n(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var Ln=function(){function t(){Pn(this,t)}An(t,null,[{key:"initialize",value:function t(e){var n=jn(jn({},e.defaultHeaders),{},{"Content-Type":"application/json"});if(e.token){n["Authorization"]="Bearer ".concat(e.token)}else if(e.apiKey){n["x-api-key"]="".concat(e.apiKey)}this.httpClient=hn.create({baseURL:e.baseURL,headers:n});this.merchantGuid=e.merchantGuid;this.isInitialized=true}},{key:"getHttpClient",value:function t(){if(!this.isInitialized){throw new Error("HttpClient not initialized. Call Configurator.initialize() first.")}return this.httpClient}},{key:"getMerchantGuid",value:function t(){if(!this.merchantGuid){throw new Error("Merchant GUID not initialized. Call Configurator.initialize() first.")}return this.merchantGuid}}]);return t}();Tn(Ln,"isInitialized",false);var Un=function(){function t(){Pn(this,t)}An(t,[{key:"uploadCustomerPhoto",value:function(){var t=xn(En().mark((function t(e,n,r){var i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:i=Ln.getHttpClient();o=Ln.getMerchantGuid();s=jn(jn({},r),{},{method:"post",url:"/api/terminal/merchants/".concat(o,"/customers/").concat(e,"/image"),data:n});a.prev=3;a.next=6;return i(s);case 6:a.next=12;break;case 8:a.prev=8;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 12:case"end":return a.stop()}}),t,null,[[3,8]])})));function e(e,n,r){return t.apply(this,arguments)}return e}()},{key:"createCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"put",url:"/api/terminal/merchants/".concat(i,"/customers/customer"),data:e});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"updateCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"post",url:"/api/terminal/merchants/".concat(i,"/customers/customer"),data:e});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"deleteCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o;return En().wrap((function t(s){while(1)switch(s.prev=s.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"delete",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e)});s.prev=3;s.next=6;return r(o);case 6:s.next=12;break;case 8:s.prev=8;s.t0=s["catch"](3);console.error(s.t0);throw s.t0;case 12:case"end":return s.stop()}}),t,null,[[3,8]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"getCustomerById",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e)});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"getCouponsByCustomerId",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e,"/coupons")});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"searchCustomers",value:function(){var t=xn(En().mark((function t(e,n,r){var i,o,s,a,c;return En().wrap((function t(u){while(1)switch(u.prev=u.next){case 0:i=Ln.getHttpClient();o=Ln.getMerchantGuid();s=n.build();a=jn(jn({},r),{},{method:"get",url:"/sapi/terminal/merchants/".concat(o,"/customers"),params:jn(jn({},s),{},{SearchKeywords:e})});u.prev=4;u.next=7;return i(a);case 7:c=u.sent;return u.abrupt("return",c.data);case 11:u.prev=11;u.t0=u["catch"](4);console.error(u.t0);throw u.t0;case 15:case"end":return u.stop()}}),t,null,[[4,11]])})));function e(e,n,r){return t.apply(this,arguments)}return e}()},{key:"queryCustomers",value:function(){var t=xn(En().mark((function t(e){var n,r,i,o,s,a,c,u=arguments;return En().wrap((function t(l){while(1)switch(l.prev=l.next){case 0:n=u.length>1&&u[1]!==undefined?u[1]:"";r=u.length>2?u[2]:undefined;i=Ln.getHttpClient();o=Ln.getMerchantGuid();s=e.build();a=jn(jn({},r),{},{method:"get",url:"/sapi/terminal/merchants/".concat(o,"/customers"),params:jn(jn({},s),n?{SearchKeywords:n}:{})});l.prev=6;l.next=9;return i(a);case 9:c=l.sent;return l.abrupt("return",c.data);case 13:l.prev=13;l.t0=l["catch"](6);console.error(l.t0);throw l.t0;case 17:case"end":return l.stop()}}),t,null,[[6,13]])})));function e(e){return t.apply(this,arguments)}return e}()},{key:"queryTransactions",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s,a;return En().wrap((function t(c){while(1)switch(c.prev=c.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=e.build();s=jn(jn({},n),{},{method:"get",url:"/sapi/terminal/merchants/".concat(i,"/transactions"),params:jn({},o)});c.prev=4;c.next=7;return r(s);case 7:a=c.sent;return c.abrupt("return",a.data);case 11:c.prev=11;c.t0=c["catch"](4);console.error(c.t0);throw c.t0;case 15:case"end":return c.stop()}}),t,null,[[4,11]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"queryOrders",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s,a;return En().wrap((function t(c){while(1)switch(c.prev=c.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=e.build();s=jn(jn({},n),{},{method:"get",url:"/sapi/terminal/merchants/".concat(i,"/orders"),params:jn({},o)});c.prev=4;c.next=7;return r(s);case 7:a=c.sent;return c.abrupt("return",a.data);case 11:c.prev=11;c.t0=c["catch"](4);console.error(c.t0);throw c.t0;case 15:case"end":return c.stop()}}),t,null,[[4,11]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"createCharge",value:function(){var t=xn(En().mark((function t(e,n,r,i,o){var s,a,c,u,l;return En().wrap((function t(f){while(1)switch(f.prev=f.next){case 0:s=Ln.getHttpClient();a=Ln.getMerchantGuid();c={amount:n,reference_type:j.invoice,reference_id:r,currency:"SGD",payment_method_code:"PNOW",provider_terminal_id:e,description:i};u=jn(jn({},o),{},{method:"put",url:"/api/v1/terminal/merchants/".concat(a,"/charges/charge"),data:c});f.prev=4;f.next=7;return s(u);case 7:l=f.sent;return f.abrupt("return",l.data);case 11:f.prev=11;f.t0=f["catch"](4);console.error(f.t0);throw f.t0;case 15:case"end":return f.stop()}}),t,null,[[4,11]])})));function e(e,n,r,i,o){return t.apply(this,arguments)}return e}()},{key:"getCharge",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Ln.getHttpClient();i=Ln.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/v1/terminal/merchants/".concat(i,"/charges/").concat(e)});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()}]);return t}();var Dn=function(){function t(){Pn(this,t)}An(t,[{key:"getMerchants",value:function(){var t=xn(En().mark((function t(e){var n,r,i;return En().wrap((function t(o){while(1)switch(o.prev=o.next){case 0:n=Ln.getHttpClient();r=jn(jn({},e),{},{method:"get",url:"/api/v1/admin/merchants"});o.prev=2;o.next=5;return n(r);case 5:i=o.sent;return o.abrupt("return",i.data);case 9:o.prev=9;o.t0=o["catch"](2);console.error(o.t0);throw o.t0;case 13:case"end":return o.stop()}}),t,null,[[2,9]])})));function e(e){return t.apply(this,arguments)}return e}()},{key:"getMerchantByGuid",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o;return En().wrap((function t(s){while(1)switch(s.prev=s.next){case 0:r=Ln.getHttpClient();i=jn(jn({},n),{},{method:"get",url:"/api/v1/admin/merchants/".concat(e)});s.prev=2;s.next=5;return r(i);case 5:o=s.sent;return s.abrupt("return",o.data);case 9:s.prev=9;s.t0=s["catch"](2);console.error(s.t0);throw s.t0;case 13:case"end":return s.stop()}}),t,null,[[2,9]])})));function e(e,n){return t.apply(this,arguments)}return e}()}]);return t}();return e})()));
|
|
2
|
+
(function t(e,n){if(typeof exports==="object"&&typeof module==="object")module.exports=n();else if(typeof define==="function"&&define.amd)define([],n);else if(typeof exports==="object")exports["@xpos/core"]=n();else e["@xpos/core"]=n()})(self,(()=>(()=>{"use strict";var t={};(()=>{t.d=(e,n)=>{for(var r in n){if(t.o(n,r)&&!t.o(e,r)){Object.defineProperty(e,r,{enumerable:true,get:n[r]})}}}})();(()=>{t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e)})();(()=>{t.r=t=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(t,"__esModule",{value:true})}})();var e={};t.r(e);t.d(e,{AdminServices:()=>Dn,ApiResponse:()=>S,Applying:()=>O,ApplyingType:()=>w,ChargeReferenceType:()=>j,Configurator:()=>Nn,Coupon:()=>_,CouponItem:()=>E,Customer:()=>u,CustomerOptions:()=>l,DayOperator:()=>d,FileExtension:()=>x,FileUploadRequest:()=>C,IResponseError:()=>v,Merchant:()=>P,MonthOperator:()=>p,MonthValues:()=>m,NumericOperators:()=>f,Order:()=>b,OrderStatus:()=>g,QueryBuilder:()=>On,StringOperators:()=>h,TerminalServices:()=>Un,Transaction:()=>y,createInstance:()=>wn});function n(t){"@babel/helpers - typeof";return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,a(r.key),r)}}function i(t,e,n){if(e)r(t.prototype,e);if(n)r(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function o(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function s(t,e,n){e=a(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function a(t){var e=c(t,"string");return"symbol"==n(e)?e:String(e)}function c(t,e){if("object"!=n(t)||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var i=r.call(t,e||"default");if("object"!=n(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var u=i((function t(){o(this,t);s(this,"membership_id","");s(this,"license_id",0);s(this,"credit",0);s(this,"point",0);s(this,"transaction_total",0);s(this,"transaction_time",0);s(this,"tier",null);s(this,"tag_guids",null);s(this,"user_group_id",0);s(this,"user_group_name",null);s(this,"group_expires_at","");s(this,"error",null);s(this,"id",0);s(this,"ref_id","");s(this,"image_url",null);s(this,"stripe_token",null);s(this,"stripe_customer_id",null);s(this,"username","");s(this,"company",null);s(this,"ic",null);s(this,"display_name","");s(this,"full_name","");s(this,"birth_date",null);s(this,"gender",null);s(this,"address",null);s(this,"postcode",null);s(this,"note",null);s(this,"language",null);s(this,"time_zone",null);s(this,"created_at","");s(this,"updated_at","");s(this,"license_ids","");s(this,"security_stamp","");s(this,"phone_number","");s(this,"email",null);s(this,"email_confirmed",false);s(this,"phone_number_confirmed",false);s(this,"agree_pdpa_at",null)}));var l=i((function t(){o(this,t);s(this,"ref_id","");s(this,"ic","");s(this,"display_name","");s(this,"image_url","");s(this,"birth_date","");s(this,"gender","");s(this,"language","en");s(this,"phone_number","");s(this,"email","")}));var f=function(t){t[t["GreaterThan"]=0]="GreaterThan";t[t["GreaterThanOrEqualTo"]=1]="GreaterThanOrEqualTo";t[t["LessThan"]=2]="LessThan";t[t["LessThanOrEqualTo"]=3]="LessThanOrEqualTo";t[t["EqualTo"]=4]="EqualTo";return t}({});var h=function(t){t[t["Contains"]=0]="Contains";t[t["NotContains"]=1]="NotContains";t[t["StartsWith"]=2]="StartsWith";t[t["EndsWith"]=3]="EndsWith";return t}({});var p=function(t){t["WithinAMonth"]="Contains";return t}({});var d=function(t){t["At"]="StartsWith";return t}({});var m=function(t){t["Jan"]="-01-";t["Feb"]="-02-";t["Mar"]="-03-";t["Apr"]="-04-";t["May"]="-05-";t["Jun"]="-06-";t["Jul"]="-07-";t["Aug"]="-08-";t["Sep"]="-09-";t["Oct"]="-10-";t["Nov"]="-11-";t["Dec"]="-12-";return t}({});var y=i((function t(){o(this,t);s(this,"id",0);s(this,"invoice_id",0);s(this,"type","");s(this,"primary_license_id",0);s(this,"license_id",0);s(this,"ref_id","");s(this,"user_id",0);s(this,"add_credit",0);s(this,"minus_credit",0);s(this,"add_point",0);s(this,"minus_point",0);s(this,"status","");s(this,"grand_total",0);s(this,"is_local",false);s(this,"closed_at","");s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var g=function(t){t["PayAtCounter"]="Pay At Counter";t["PlacingOrder"]="Placing Order";t["PreparingOrder"]="Preparing Order";t["DeliveringOrder"]="Delivering Order";t["Delivered"]="Delivered";t["PickingUp"]="Picking Up";t["PickedUp"]="Picked Up";t["SendingOrder"]="Sending Order";t["Sent"]="Sent";t["Cancelled"]="Cancelled";t["Confirmed"]="Confirmed";t["Expired"]="Expired";t["PendingPayment"]="Pending Payment";t["PaymentDeclined"]="Payment Declined";return t}({});var b=i((function t(){o(this,t);s(this,"id",0);s(this,"order_ref","");s(this,"table_id",0);s(this,"invoice_id",0);s(this,"call_num",0);s(this,"user_id",0);s(this,"license_id",0);s(this,"charge_id",0);s(this,"delivery_id",0);s(this,"order_type","");s(this,"payment_source_id",0);s(this,"status",g.Sent);s(this,"customer_name","");s(this,"customer_phone_number","");s(this,"meta",{placed_at:"",current_status:"",prepare_at:"",previous_status:"",deliver_at:"",delivered_at:""});s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var v=i((function t(){o(this,t)}));var w=function(t){t[t["ALL"]=1]="ALL";t[t["INCLUSIVE"]=2]="INCLUSIVE";t[t["EXCLUSIVE"]=3]="EXCLUSIVE";return t}({});var O=i((function t(){o(this,t);s(this,"applying_type",w.ALL);s(this,"applying_items",[])}));var _=i((function t(){o(this,t);s(this,"guid","");s(this,"promo_code","");s(this,"is_multi_stores",false);s(this,"name","");s(this,"alias","");s(this,"description","");s(this,"description_alias","");s(this,"applying_plus",new O);s(this,"applying_user_tags",new O);s(this,"applying_user_groups",new O);s(this,"discount_calc_type",0);s(this,"discount_amount",0);s(this,"discount_percent",0);s(this,"duration",0);s(this,"usage_count",0);s(this,"usage_limit_per_invoice",0);s(this,"above_invoice_amount",0);s(this,"below_invoice_amount",0);s(this,"is_delivery_free",false);s(this,"is_individual_use",false);s(this,"price_in_points",0);s(this,"styles",null);s(this,"expired_at","");s(this,"auto_gen",false);s(this,"can_sell",false);s(this,"can_redeem",false);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var E=i((function t(){o(this,t);s(this,"guid","");s(this,"coupon",new _);s(this,"usage",null);s(this,"promo_code","");s(this,"is_expired",false);s(this,"is_redeemed",false);s(this,"is_generated",false);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));var S=i((function t(){o(this,t);s(this,"errors",[])}));var x=function(t){t["JPG"]="jpg";t["PNG"]="png";return t}({});var C=i((function t(){o(this,t);s(this,"name","");s(this,"base64","");s(this,"format",x.PNG)}));var j=function(t){t[t["order"]=0]="order";t[t["invoice"]=1]="invoice";return t}({});var P=i((function t(){o(this,t);s(this,"id",0);s(this,"name","");s(this,"description","");s(this,"license_id",0);s(this,"address","");s(this,"phone_number","");s(this,"email","");s(this,"website","");s(this,"logo_url","");s(this,"business_hours","");s(this,"is_active",true);s(this,"created_at","");s(this,"updated_at","");s(this,"errors",[])}));function T(t,e){return function n(){return t.apply(e,arguments)}}const{toString:R}=Object.prototype;const{getPrototypeOf:A}=Object;const k=(t=>e=>{const n=R.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null));const L=t=>{t=t.toLowerCase();return e=>k(e)===t};const N=t=>e=>typeof e===t;const{isArray:U}=Array;const D=N("undefined");function F(t){return t!==null&&!D(t)&&t.constructor!==null&&!D(t.constructor)&&G(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const B=L("ArrayBuffer");function M(t){let e;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){e=ArrayBuffer.isView(t)}else{e=t&&t.buffer&&B(t.buffer)}return e}const I=N("string");const G=N("function");const q=N("number");const H=t=>t!==null&&typeof t==="object";const z=t=>t===true||t===false;const J=t=>{if(k(t)!=="object"){return false}const e=A(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)};const W=L("Date");const V=L("File");const K=L("Blob");const $=L("FileList");const X=t=>H(t)&&G(t.pipe);const Q=t=>{let e;return t&&(typeof FormData==="function"&&t instanceof FormData||G(t.append)&&((e=k(t))==="formdata"||e==="object"&&G(t.toString)&&t.toString()==="[object FormData]"))};const Y=L("URLSearchParams");const Z=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function tt(t,e,{allOwnKeys:n=false}={}){if(t===null||typeof t==="undefined"){return}let r;let i;if(typeof t!=="object"){t=[t]}if(U(t)){for(r=0,i=t.length;r<i;r++){e.call(null,t[r],r,t)}}else{const i=n?Object.getOwnPropertyNames(t):Object.keys(t);const o=i.length;let s;for(r=0;r<o;r++){s=i[r];e.call(null,t[s],s,t)}}}function et(t,e){e=e.toLowerCase();const n=Object.keys(t);let r=n.length;let i;while(r-- >0){i=n[r];if(e===i.toLowerCase()){return i}}return null}const nt=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const rt=t=>!D(t)&&t!==nt;function it(){const{caseless:t}=rt(this)&&this||{};const e={};const n=(n,r)=>{const i=t&&et(e,r)||r;if(J(e[i])&&J(n)){e[i]=it(e[i],n)}else if(J(n)){e[i]=it({},n)}else if(U(n)){e[i]=n.slice()}else{e[i]=n}};for(let t=0,e=arguments.length;t<e;t++){arguments[t]&&tt(arguments[t],n)}return e}const ot=(t,e,n,{allOwnKeys:r}={})=>{tt(e,((e,r)=>{if(n&&G(e)){t[r]=T(e,n)}else{t[r]=e}}),{allOwnKeys:r});return t};const st=t=>{if(t.charCodeAt(0)===65279){t=t.slice(1)}return t};const at=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r);t.prototype.constructor=t;Object.defineProperty(t,"super",{value:e.prototype});n&&Object.assign(t.prototype,n)};const ct=(t,e,n,r)=>{let i;let o;let s;const a={};e=e||{};if(t==null)return e;do{i=Object.getOwnPropertyNames(t);o=i.length;while(o-- >0){s=i[o];if((!r||r(s,t,e))&&!a[s]){e[s]=t[s];a[s]=true}}t=n!==false&&A(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e};const ut=(t,e,n)=>{t=String(t);if(n===undefined||n>t.length){n=t.length}n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n};const lt=t=>{if(!t)return null;if(U(t))return t;let e=t.length;if(!q(e))return null;const n=new Array(e);while(e-- >0){n[e]=t[e]}return n};const ft=(t=>e=>t&&e instanceof t)(typeof Uint8Array!=="undefined"&&A(Uint8Array));const ht=(t,e)=>{const n=t&&t[Symbol.iterator];const r=n.call(t);let i;while((i=r.next())&&!i.done){const n=i.value;e.call(t,n[0],n[1])}};const pt=(t,e)=>{let n;const r=[];while((n=t.exec(e))!==null){r.push(n)}return r};const dt=L("HTMLFormElement");const mt=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function t(e,n,r){return n.toUpperCase()+r}));const yt=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype);const gt=L("RegExp");const bt=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t);const r={};tt(n,((n,i)=>{let o;if((o=e(n,i,t))!==false){r[i]=o||n}}));Object.defineProperties(t,r)};const vt=t=>{bt(t,((e,n)=>{if(G(t)&&["arguments","caller","callee"].indexOf(n)!==-1){return false}const r=t[n];if(!G(r))return;e.enumerable=false;if("writable"in e){e.writable=false;return}if(!e.set){e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}}}))};const wt=(t,e)=>{const n={};const r=t=>{t.forEach((t=>{n[t]=true}))};U(t)?r(t):r(String(t).split(e));return n};const Ot=()=>{};const _t=(t,e)=>{t=+t;return Number.isFinite(t)?t:e};const Et="abcdefghijklmnopqrstuvwxyz";const St="0123456789";const xt={DIGIT:St,ALPHA:Et,ALPHA_DIGIT:Et+Et.toUpperCase()+St};const Ct=(t=16,e=xt.ALPHA_DIGIT)=>{let n="";const{length:r}=e;while(t--){n+=e[Math.random()*r|0]}return n};function jt(t){return!!(t&&G(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const Pt=t=>{const e=new Array(10);const n=(t,r)=>{if(H(t)){if(e.indexOf(t)>=0){return}if(!("toJSON"in t)){e[r]=t;const i=U(t)?[]:{};tt(t,((t,e)=>{const o=n(t,r+1);!D(o)&&(i[e]=o)}));e[r]=undefined;return i}}return t};return n(t,0)};const Tt=L("AsyncFunction");const Rt=t=>t&&(H(t)||G(t))&&G(t.then)&&G(t.catch);const At={isArray:U,isArrayBuffer:B,isBuffer:F,isFormData:Q,isArrayBufferView:M,isString:I,isNumber:q,isBoolean:z,isObject:H,isPlainObject:J,isUndefined:D,isDate:W,isFile:V,isBlob:K,isRegExp:gt,isFunction:G,isStream:X,isURLSearchParams:Y,isTypedArray:ft,isFileList:$,forEach:tt,merge:it,extend:ot,trim:Z,stripBOM:st,inherits:at,toFlatObject:ct,kindOf:k,kindOfTest:L,endsWith:ut,toArray:lt,forEachEntry:ht,matchAll:pt,isHTMLForm:dt,hasOwnProperty:yt,hasOwnProp:yt,reduceDescriptors:bt,freezeMethods:vt,toObjectSet:wt,toCamelCase:mt,noop:Ot,toFiniteNumber:_t,findKey:et,global:nt,isContextDefined:rt,ALPHABET:xt,generateString:Ct,isSpecCompliantForm:jt,toJSONObject:Pt,isAsyncFn:Tt,isThenable:Rt};function kt(t,e,n,r,i){Error.call(this);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack}this.message=t;this.name="AxiosError";e&&(this.code=e);n&&(this.config=n);r&&(this.request=r);i&&(this.response=i)}At.inherits(kt,Error,{toJSON:function t(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:At.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Lt=kt.prototype;const Nt={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((t=>{Nt[t]={value:t}}));Object.defineProperties(kt,Nt);Object.defineProperty(Lt,"isAxiosError",{value:true});kt.from=(t,e,n,r,i,o)=>{const s=Object.create(Lt);At.toFlatObject(t,s,(function t(e){return e!==Error.prototype}),(t=>t!=="isAxiosError"));kt.call(s,t.message,e,n,r,i);s.cause=t;s.name=t.name;o&&Object.assign(s,o);return s};const Ut=kt;const Dt=null;function Ft(t){return At.isPlainObject(t)||At.isArray(t)}function Bt(t){return At.endsWith(t,"[]")?t.slice(0,-2):t}function Mt(t,e,n){if(!t)return e;return t.concat(e).map((function t(e,r){e=Bt(e);return!n&&r?"["+e+"]":e})).join(n?".":"")}function It(t){return At.isArray(t)&&!t.some(Ft)}const Gt=At.toFlatObject(At,{},null,(function t(e){return/^is[A-Z]/.test(e)}));function qt(t,e,n){if(!At.isObject(t)){throw new TypeError("target must be an object")}e=e||new(Dt||FormData);n=At.toFlatObject(n,{metaTokens:true,dots:false,indexes:false},false,(function t(e,n){return!At.isUndefined(n[e])}));const r=n.metaTokens;const i=n.visitor||l;const o=n.dots;const s=n.indexes;const a=n.Blob||typeof Blob!=="undefined"&&Blob;const c=a&&At.isSpecCompliantForm(e);if(!At.isFunction(i)){throw new TypeError("visitor must be a function")}function u(t){if(t===null)return"";if(At.isDate(t)){return t.toISOString()}if(!c&&At.isBlob(t)){throw new Ut("Blob is not supported. Use a Buffer instead.")}if(At.isArrayBuffer(t)||At.isTypedArray(t)){return c&&typeof Blob==="function"?new Blob([t]):Buffer.from(t)}return t}function l(t,n,i){let a=t;if(t&&!i&&typeof t==="object"){if(At.endsWith(n,"{}")){n=r?n:n.slice(0,-2);t=JSON.stringify(t)}else if(At.isArray(t)&&It(t)||(At.isFileList(t)||At.endsWith(n,"[]"))&&(a=At.toArray(t))){n=Bt(n);a.forEach((function t(r,i){!(At.isUndefined(r)||r===null)&&e.append(s===true?Mt([n],i,o):s===null?n:n+"[]",u(r))}));return false}}if(Ft(t)){return true}e.append(Mt(i,n,o),u(t));return false}const f=[];const h=Object.assign(Gt,{defaultVisitor:l,convertValue:u,isVisitable:Ft});function p(t,n){if(At.isUndefined(t))return;if(f.indexOf(t)!==-1){throw Error("Circular reference detected in "+n.join("."))}f.push(t);At.forEach(t,(function t(r,o){const s=!(At.isUndefined(r)||r===null)&&i.call(e,r,At.isString(o)?o.trim():o,n,h);if(s===true){p(r,n?n.concat(o):[o])}}));f.pop()}if(!At.isObject(t)){throw new TypeError("data must be an object")}p(t);return e}const Ht=qt;function zt(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,(function t(n){return e[n]}))}function Jt(t,e){this._pairs=[];t&&Ht(t,this,e)}const Wt=Jt.prototype;Wt.append=function t(e,n){this._pairs.push([e,n])};Wt.toString=function t(e){const n=e?function(t){return e.call(this,t,zt)}:zt;return this._pairs.map((function t(e){return n(e[0])+"="+n(e[1])}),"").join("&")};const Vt=Jt;function Kt(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function $t(t,e,n){if(!e){return t}const r=n&&n.encode||Kt;const i=n&&n.serialize;let o;if(i){o=i(e,n)}else{o=At.isURLSearchParams(e)?e.toString():new Vt(e,n).toString(r)}if(o){const e=t.indexOf("#");if(e!==-1){t=t.slice(0,e)}t+=(t.indexOf("?")===-1?"?":"&")+o}return t}class Xt{constructor(){this.handlers=[]}use(t,e,n){this.handlers.push({fulfilled:t,rejected:e,synchronous:n?n.synchronous:false,runWhen:n?n.runWhen:null});return this.handlers.length-1}eject(t){if(this.handlers[t]){this.handlers[t]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(t){At.forEach(this.handlers,(function e(n){if(n!==null){t(n)}}))}}const Qt=Xt;const Yt={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false};const Zt=typeof URLSearchParams!=="undefined"?URLSearchParams:Vt;const te=typeof FormData!=="undefined"?FormData:null;const ee=typeof Blob!=="undefined"?Blob:null;const ne=(()=>{let t;if(typeof navigator!=="undefined"&&((t=navigator.product)==="ReactNative"||t==="NativeScript"||t==="NS")){return false}return typeof window!=="undefined"&&typeof document!=="undefined"})();const re=(()=>typeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const ie={isBrowser:true,classes:{URLSearchParams:Zt,FormData:te,Blob:ee},isStandardBrowserEnv:ne,isStandardBrowserWebWorkerEnv:re,protocols:["http","https","file","blob","url","data"]};function oe(t,e){return Ht(t,new ie.classes.URLSearchParams,Object.assign({visitor:function(t,e,n,r){if(ie.isNode&&At.isBuffer(t)){this.append(e,t.toString("base64"));return false}return r.defaultVisitor.apply(this,arguments)}},e))}function se(t){return At.matchAll(/\w+|\[(\w*)]/g,t).map((t=>t[0]==="[]"?"":t[1]||t[0]))}function ae(t){const e={};const n=Object.keys(t);let r;const i=n.length;let o;for(r=0;r<i;r++){o=n[r];e[o]=t[o]}return e}function ce(t){function e(t,n,r,i){let o=t[i++];const s=Number.isFinite(+o);const a=i>=t.length;o=!o&&At.isArray(r)?r.length:o;if(a){if(At.hasOwnProp(r,o)){r[o]=[r[o],n]}else{r[o]=n}return!s}if(!r[o]||!At.isObject(r[o])){r[o]=[]}const c=e(t,n,r[o],i);if(c&&At.isArray(r[o])){r[o]=ae(r[o])}return!s}if(At.isFormData(t)&&At.isFunction(t.entries)){const n={};At.forEachEntry(t,((t,r)=>{e(se(t),r,n,0)}));return n}return null}const ue=ce;function le(t,e,n){if(At.isString(t)){try{(e||JSON.parse)(t);return At.trim(t)}catch(t){if(t.name!=="SyntaxError"){throw t}}}return(n||JSON.stringify)(t)}const fe={transitional:Yt,adapter:["xhr","http"],transformRequest:[function t(e,n){const r=n.getContentType()||"";const i=r.indexOf("application/json")>-1;const o=At.isObject(e);if(o&&At.isHTMLForm(e)){e=new FormData(e)}const s=At.isFormData(e);if(s){if(!i){return e}return i?JSON.stringify(ue(e)):e}if(At.isArrayBuffer(e)||At.isBuffer(e)||At.isStream(e)||At.isFile(e)||At.isBlob(e)){return e}if(At.isArrayBufferView(e)){return e.buffer}if(At.isURLSearchParams(e)){n.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return e.toString()}let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1){return oe(e,this.formSerializer).toString()}if((a=At.isFileList(e))||r.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Ht(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}if(o||i){n.setContentType("application/json",false);return le(e)}return e}],transformResponse:[function t(e){const n=this.transitional||fe.transitional;const r=n&&n.forcedJSONParsing;const i=this.responseType==="json";if(e&&At.isString(e)&&(r&&!this.responseType||i)){const t=n&&n.silentJSONParsing;const r=!t&&i;try{return JSON.parse(e)}catch(t){if(r){if(t.name==="SyntaxError"){throw Ut.from(t,Ut.ERR_BAD_RESPONSE,this,null,this.response)}throw t}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ie.classes.FormData,Blob:ie.classes.Blob},validateStatus:function t(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};At.forEach(["delete","get","head","post","put","patch"],(t=>{fe.headers[t]={}}));const he=fe;const pe=At.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const de=t=>{const e={};let n;let r;let i;t&&t.split("\n").forEach((function t(o){i=o.indexOf(":");n=o.substring(0,i).trim().toLowerCase();r=o.substring(i+1).trim();if(!n||e[n]&&pe[n]){return}if(n==="set-cookie"){if(e[n]){e[n].push(r)}else{e[n]=[r]}}else{e[n]=e[n]?e[n]+", "+r:r}}));return e};const me=Symbol("internals");function ye(t){return t&&String(t).trim().toLowerCase()}function ge(t){if(t===false||t==null){return t}return At.isArray(t)?t.map(ge):String(t)}function be(t){const e=Object.create(null);const n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;while(r=n.exec(t)){e[r[1]]=r[2]}return e}const ve=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function we(t,e,n,r,i){if(At.isFunction(r)){return r.call(this,e,n)}if(i){e=n}if(!At.isString(e))return;if(At.isString(r)){return e.indexOf(r)!==-1}if(At.isRegExp(r)){return r.test(e)}}function Oe(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((t,e,n)=>e.toUpperCase()+n))}function _e(t,e){const n=At.toCamelCase(" "+e);["get","set","has"].forEach((r=>{Object.defineProperty(t,r+n,{value:function(t,n,i){return this[r].call(this,e,t,n,i)},configurable:true})}))}class Ee{constructor(t){t&&this.set(t)}set(t,e,n){const r=this;function i(t,e,n){const i=ye(e);if(!i){throw new Error("header name must be a non-empty string")}const o=At.findKey(r,i);if(!o||r[o]===undefined||n===true||n===undefined&&r[o]!==false){r[o||e]=ge(t)}}const o=(t,e)=>At.forEach(t,((t,n)=>i(t,n,e)));if(At.isPlainObject(t)||t instanceof this.constructor){o(t,e)}else if(At.isString(t)&&(t=t.trim())&&!ve(t)){o(de(t),e)}else{t!=null&&i(e,t,n)}return this}get(t,e){t=ye(t);if(t){const n=At.findKey(this,t);if(n){const t=this[n];if(!e){return t}if(e===true){return be(t)}if(At.isFunction(e)){return e.call(this,t,n)}if(At.isRegExp(e)){return e.exec(t)}throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){t=ye(t);if(t){const n=At.findKey(this,t);return!!(n&&this[n]!==undefined&&(!e||we(this,this[n],n,e)))}return false}delete(t,e){const n=this;let r=false;function i(t){t=ye(t);if(t){const i=At.findKey(n,t);if(i&&(!e||we(n,n[i],i,e))){delete n[i];r=true}}}if(At.isArray(t)){t.forEach(i)}else{i(t)}return r}clear(t){const e=Object.keys(this);let n=e.length;let r=false;while(n--){const i=e[n];if(!t||we(this,this[i],i,t,true)){delete this[i];r=true}}return r}normalize(t){const e=this;const n={};At.forEach(this,((r,i)=>{const o=At.findKey(n,i);if(o){e[o]=ge(r);delete e[i];return}const s=t?Oe(i):String(i).trim();if(s!==i){delete e[i]}e[s]=ge(r);n[s]=true}));return this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);At.forEach(this,((n,r)=>{n!=null&&n!==false&&(e[r]=t&&At.isArray(n)?n.join(", "):n)}));return e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([t,e])=>t+": "+e)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const n=new this(t);e.forEach((t=>n.set(t)));return n}static accessor(t){const e=this[me]=this[me]={accessors:{}};const n=e.accessors;const r=this.prototype;function i(t){const e=ye(t);if(!n[e]){_e(r,t);n[e]=true}}At.isArray(t)?t.forEach(i):i(t);return this}}Ee.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);At.reduceDescriptors(Ee.prototype,(({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(t){this[n]=t}}}));At.freezeMethods(Ee);const Se=Ee;function xe(t,e){const n=this||he;const r=e||n;const i=Se.from(r.headers);let o=r.data;At.forEach(t,(function t(r){o=r.call(n,o,i.normalize(),e?e.status:undefined)}));i.normalize();return o}function Ce(t){return!!(t&&t.__CANCEL__)}function je(t,e,n){Ut.call(this,t==null?"canceled":t,Ut.ERR_CANCELED,e,n);this.name="CanceledError"}At.inherits(je,Ut,{__CANCEL__:true});const Pe=je;function Te(t,e,n){const r=n.config.validateStatus;if(!n.status||!r||r(n.status)){t(n)}else{e(new Ut("Request failed with status code "+n.status,[Ut.ERR_BAD_REQUEST,Ut.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}}const Re=ie.isStandardBrowserEnv?function t(){return{write:function t(e,n,r,i,o,s){const a=[];a.push(e+"="+encodeURIComponent(n));if(At.isNumber(r)){a.push("expires="+new Date(r).toGMTString())}if(At.isString(i)){a.push("path="+i)}if(At.isString(o)){a.push("domain="+o)}if(s===true){a.push("secure")}document.cookie=a.join("; ")},read:function t(e){const n=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function t(e){this.write(e,"",Date.now()-864e5)}}}():function t(){return{write:function t(){},read:function t(){return null},remove:function t(){}}}();function Ae(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function ke(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}function Le(t,e){if(t&&!Ae(e)){return ke(t,e)}return e}const Ne=ie.isStandardBrowserEnv?function t(){const e=/(msie|trident)/i.test(navigator.userAgent);const n=document.createElement("a");let r;function i(t){let r=t;if(e){n.setAttribute("href",r);r=n.href}n.setAttribute("href",r);return{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}r=i(window.location.href);return function t(e){const n=At.isString(e)?i(e):e;return n.protocol===r.protocol&&n.host===r.host}}():function t(){return function t(){return true}}();function Ue(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function De(t,e){t=t||10;const n=new Array(t);const r=new Array(t);let i=0;let o=0;let s;e=e!==undefined?e:1e3;return function a(c){const u=Date.now();const l=r[o];if(!s){s=u}n[i]=c;r[i]=u;let f=o;let h=0;while(f!==i){h+=n[f++];f=f%t}i=(i+1)%t;if(i===o){o=(o+1)%t}if(u-s<e){return}const p=l&&u-l;return p?Math.round(h*1e3/p):undefined}}const Fe=De;function Be(t,e){let n=0;const r=Fe(50,250);return i=>{const o=i.loaded;const s=i.lengthComputable?i.total:undefined;const a=o-n;const c=r(a);const u=o<=s;n=o;const l={loaded:o,total:s,progress:s?o/s:undefined,bytes:a,rate:c?c:undefined,estimated:c&&s&&u?(s-o)/c:undefined,event:i};l[e?"download":"upload"]=true;t(l)}}const Me=typeof XMLHttpRequest!=="undefined";const Ie=Me&&function(t){return new Promise((function e(n,r){let i=t.data;const o=Se.from(t.headers).normalize();const s=t.responseType;let a;function c(){if(t.cancelToken){t.cancelToken.unsubscribe(a)}if(t.signal){t.signal.removeEventListener("abort",a)}}let u;if(At.isFormData(i)){if(ie.isStandardBrowserEnv||ie.isStandardBrowserWebWorkerEnv){o.setContentType(false)}else if(!o.getContentType(/^\s*multipart\/form-data/)){o.setContentType("multipart/form-data")}else if(At.isString(u=o.getContentType())){o.setContentType(u.replace(/^\s*(multipart\/form-data);+/,"$1"))}}let l=new XMLHttpRequest;if(t.auth){const e=t.auth.username||"";const n=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";o.set("Authorization","Basic "+btoa(e+":"+n))}const f=Le(t.baseURL,t.url);l.open(t.method.toUpperCase(),$t(f,t.params,t.paramsSerializer),true);l.timeout=t.timeout;function h(){if(!l){return}const e=Se.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders());const i=!s||s==="text"||s==="json"?l.responseText:l.response;const o={data:i,status:l.status,statusText:l.statusText,headers:e,config:t,request:l};Te((function t(e){n(e);c()}),(function t(e){r(e);c()}),o);l=null}if("onloadend"in l){l.onloadend=h}else{l.onreadystatechange=function t(){if(!l||l.readyState!==4){return}if(l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)){return}setTimeout(h)}}l.onabort=function e(){if(!l){return}r(new Ut("Request aborted",Ut.ECONNABORTED,t,l));l=null};l.onerror=function e(){r(new Ut("Network Error",Ut.ERR_NETWORK,t,l));l=null};l.ontimeout=function e(){let n=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const i=t.transitional||Yt;if(t.timeoutErrorMessage){n=t.timeoutErrorMessage}r(new Ut(n,i.clarifyTimeoutError?Ut.ETIMEDOUT:Ut.ECONNABORTED,t,l));l=null};if(ie.isStandardBrowserEnv){const e=(t.withCredentials||Ne(f))&&t.xsrfCookieName&&Re.read(t.xsrfCookieName);if(e){o.set(t.xsrfHeaderName,e)}}i===undefined&&o.setContentType(null);if("setRequestHeader"in l){At.forEach(o.toJSON(),(function t(e,n){l.setRequestHeader(n,e)}))}if(!At.isUndefined(t.withCredentials)){l.withCredentials=!!t.withCredentials}if(s&&s!=="json"){l.responseType=t.responseType}if(typeof t.onDownloadProgress==="function"){l.addEventListener("progress",Be(t.onDownloadProgress,true))}if(typeof t.onUploadProgress==="function"&&l.upload){l.upload.addEventListener("progress",Be(t.onUploadProgress))}if(t.cancelToken||t.signal){a=e=>{if(!l){return}r(!e||e.type?new Pe(null,t,l):e);l.abort();l=null};t.cancelToken&&t.cancelToken.subscribe(a);if(t.signal){t.signal.aborted?a():t.signal.addEventListener("abort",a)}}const p=Ue(f);if(p&&ie.protocols.indexOf(p)===-1){r(new Ut("Unsupported protocol "+p+":",Ut.ERR_BAD_REQUEST,t));return}l.send(i||null)}))};const Ge={http:Dt,xhr:Ie};At.forEach(Ge,((t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch(t){}Object.defineProperty(t,"adapterName",{value:e})}}));const qe=t=>`- ${t}`;const He=t=>At.isFunction(t)||t===null||t===false;const ze={getAdapter:t=>{t=At.isArray(t)?t:[t];const{length:e}=t;let n;let r;const i={};for(let o=0;o<e;o++){n=t[o];let e;r=n;if(!He(n)){r=Ge[(e=String(n)).toLowerCase()];if(r===undefined){throw new Ut(`Unknown adapter '${e}'`)}}if(r){break}i[e||"#"+o]=r}if(!r){const t=Object.entries(i).map((([t,e])=>`adapter ${t} `+(e===false?"is not supported by the environment":"is not available in the build")));let n=e?t.length>1?"since :\n"+t.map(qe).join("\n"):" "+qe(t[0]):"as no adapter specified";throw new Ut(`There is no suitable adapter to dispatch the request `+n,"ERR_NOT_SUPPORT")}return r},adapters:Ge};function Je(t){if(t.cancelToken){t.cancelToken.throwIfRequested()}if(t.signal&&t.signal.aborted){throw new Pe(null,t)}}function We(t){Je(t);t.headers=Se.from(t.headers);t.data=xe.call(t,t.transformRequest);if(["post","put","patch"].indexOf(t.method)!==-1){t.headers.setContentType("application/x-www-form-urlencoded",false)}const e=ze.getAdapter(t.adapter||he.adapter);return e(t).then((function e(n){Je(t);n.data=xe.call(t,t.transformResponse,n);n.headers=Se.from(n.headers);return n}),(function e(n){if(!Ce(n)){Je(t);if(n&&n.response){n.response.data=xe.call(t,t.transformResponse,n.response);n.response.headers=Se.from(n.response.headers)}}return Promise.reject(n)}))}const Ve=t=>t instanceof Se?t.toJSON():t;function Ke(t,e){e=e||{};const n={};function r(t,e,n){if(At.isPlainObject(t)&&At.isPlainObject(e)){return At.merge.call({caseless:n},t,e)}else if(At.isPlainObject(e)){return At.merge({},e)}else if(At.isArray(e)){return e.slice()}return e}function i(t,e,n){if(!At.isUndefined(e)){return r(t,e,n)}else if(!At.isUndefined(t)){return r(undefined,t,n)}}function o(t,e){if(!At.isUndefined(e)){return r(undefined,e)}}function s(t,e){if(!At.isUndefined(e)){return r(undefined,e)}else if(!At.isUndefined(t)){return r(undefined,t)}}function a(n,i,o){if(o in e){return r(n,i)}else if(o in t){return r(undefined,n)}}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(t,e)=>i(Ve(t),Ve(e),true)};At.forEach(Object.keys(Object.assign({},t,e)),(function r(o){const s=c[o]||i;const u=s(t[o],e[o],o);At.isUndefined(u)&&s!==a||(n[o]=u)}));return n}const $e="1.5.1";const Xe={};["object","boolean","number","function","string","symbol"].forEach(((t,e)=>{Xe[t]=function n(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}}));const Qe={};Xe.transitional=function t(e,n,r){function i(t,e){return"[Axios v"+$e+"] Transitional option '"+t+"'"+e+(r?". "+r:"")}return(t,r,o)=>{if(e===false){throw new Ut(i(r," has been removed"+(n?" in "+n:"")),Ut.ERR_DEPRECATED)}if(n&&!Qe[r]){Qe[r]=true;console.warn(i(r," has been deprecated since v"+n+" and will be removed in the near future"))}return e?e(t,r,o):true}};function Ye(t,e,n){if(typeof t!=="object"){throw new Ut("options must be an object",Ut.ERR_BAD_OPTION_VALUE)}const r=Object.keys(t);let i=r.length;while(i-- >0){const o=r[i];const s=e[o];if(s){const e=t[o];const n=e===undefined||s(e,o,t);if(n!==true){throw new Ut("option "+o+" must be "+n,Ut.ERR_BAD_OPTION_VALUE)}continue}if(n!==true){throw new Ut("Unknown option "+o,Ut.ERR_BAD_OPTION)}}}const Ze={assertOptions:Ye,validators:Xe};const tn=Ze.validators;class en{constructor(t){this.defaults=t;this.interceptors={request:new Qt,response:new Qt}}request(t,e){if(typeof t==="string"){e=e||{};e.url=t}else{e=t||{}}e=Ke(this.defaults,e);const{transitional:n,paramsSerializer:r,headers:i}=e;if(n!==undefined){Ze.assertOptions(n,{silentJSONParsing:tn.transitional(tn.boolean),forcedJSONParsing:tn.transitional(tn.boolean),clarifyTimeoutError:tn.transitional(tn.boolean)},false)}if(r!=null){if(At.isFunction(r)){e.paramsSerializer={serialize:r}}else{Ze.assertOptions(r,{encode:tn.function,serialize:tn.function},true)}}e.method=(e.method||this.defaults.method||"get").toLowerCase();let o=i&&At.merge(i.common,i[e.method]);i&&At.forEach(["delete","get","head","post","put","patch","common"],(t=>{delete i[t]}));e.headers=Se.concat(o,i);const s=[];let a=true;this.interceptors.request.forEach((function t(n){if(typeof n.runWhen==="function"&&n.runWhen(e)===false){return}a=a&&n.synchronous;s.unshift(n.fulfilled,n.rejected)}));const c=[];this.interceptors.response.forEach((function t(e){c.push(e.fulfilled,e.rejected)}));let u;let l=0;let f;if(!a){const t=[We.bind(this),undefined];t.unshift.apply(t,s);t.push.apply(t,c);f=t.length;u=Promise.resolve(e);while(l<f){u=u.then(t[l++],t[l++])}return u}f=s.length;let h=e;l=0;while(l<f){const t=s[l++];const e=s[l++];try{h=t(h)}catch(t){e.call(this,t);break}}try{u=We.call(this,h)}catch(t){return Promise.reject(t)}l=0;f=c.length;while(l<f){u=u.then(c[l++],c[l++])}return u}getUri(t){t=Ke(this.defaults,t);const e=Le(t.baseURL,t.url);return $t(e,t.params,t.paramsSerializer)}}At.forEach(["delete","get","head","options"],(function t(e){en.prototype[e]=function(t,n){return this.request(Ke(n||{},{method:e,url:t,data:(n||{}).data}))}}));At.forEach(["post","put","patch"],(function t(e){function n(t){return function n(r,i,o){return this.request(Ke(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:i}))}}en.prototype[e]=n();en.prototype[e+"Form"]=n(true)}));const nn=en;class rn{constructor(t){if(typeof t!=="function"){throw new TypeError("executor must be a function.")}let e;this.promise=new Promise((function t(n){e=n}));const n=this;this.promise.then((t=>{if(!n._listeners)return;let e=n._listeners.length;while(e-- >0){n._listeners[e](t)}n._listeners=null}));this.promise.then=t=>{let e;const r=new Promise((t=>{n.subscribe(t);e=t})).then(t);r.cancel=function t(){n.unsubscribe(e)};return r};t((function t(r,i,o){if(n.reason){return}n.reason=new Pe(r,i,o);e(n.reason)}))}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(t){if(this.reason){t(this.reason);return}if(this._listeners){this._listeners.push(t)}else{this._listeners=[t]}}unsubscribe(t){if(!this._listeners){return}const e=this._listeners.indexOf(t);if(e!==-1){this._listeners.splice(e,1)}}static source(){let t;const e=new rn((function e(n){t=n}));return{token:e,cancel:t}}}const on=rn;function sn(t){return function e(n){return t.apply(null,n)}}function an(t){return At.isObject(t)&&t.isAxiosError===true}const cn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(cn).forEach((([t,e])=>{cn[e]=t}));const un=cn;function ln(t){const e=new nn(t);const n=T(nn.prototype.request,e);At.extend(n,nn.prototype,e,{allOwnKeys:true});At.extend(n,e,null,{allOwnKeys:true});n.create=function e(n){return ln(Ke(t,n))};return n}const fn=ln(he);fn.Axios=nn;fn.CanceledError=Pe;fn.CancelToken=on;fn.isCancel=Ce;fn.VERSION=$e;fn.toFormData=Ht;fn.AxiosError=Ut;fn.Cancel=fn.CanceledError;fn.all=function t(e){return Promise.all(e)};fn.spread=sn;fn.isAxiosError=an;fn.mergeConfig=Ke;fn.AxiosHeaders=Se;fn.formToJSON=t=>ue(At.isHTMLForm(t)?new FormData(t):t);fn.getAdapter=ze.getAdapter;fn.HttpStatusCode=un;fn.default=fn;const hn=fn;function pn(t){"@babel/helpers - typeof";return pn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},pn(t)}function dn(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function mn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,bn(r.key),r)}}function yn(t,e,n){if(e)mn(t.prototype,e);if(n)mn(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function gn(t,e,n){e=bn(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function bn(t){var e=vn(t,"string");return"symbol"==pn(e)?e:String(e)}function vn(t,e){if("object"!=pn(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=pn(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function wn(t,e,n){var r=arguments.length>3&&arguments[3]!==undefined?arguments[3]:6e3;var i=hn.create({baseURL:t,timeout:r,headers:{" x-api-key":e,"x-device-uid":n}});i.interceptors.response.use((function(t){return t.data}),(function(t){return Promise.reject(t)}));return i}var On=function(){function t(){dn(this,t);gn(this,"params",{})}yn(t,[{key:"addParam",value:function t(e,n,r){this.params["".concat(e.toString()).concat(n)]="".concat(r);return this}},{key:"includeTotal",value:function t(e){if(e)this.params["include"]="total";return this}},{key:"skip",value:function t(e){this.params["skip"]="".concat(e);return this}},{key:"take",value:function t(e){this.params["take"]="".concat(e);return this}},{key:"jsconfig",value:function t(e){this.params["jsconfig"]=e;return this}},{key:"build",value:function t(){this.params["jsconfig"]="dh:iso8601dt";return this.params}}]);return t}();function _n(t){"@babel/helpers - typeof";return _n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_n(t)}function En(){"use strict";En=function t(){return e};var t,e={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},o="function"==typeof Symbol?Symbol:{},s=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function t(e,n,r){return e[n]=r}}function l(t,e,n,r){var o=e&&e.prototype instanceof g?e:g,s=Object.create(o.prototype),a=new R(r||[]);return i(s,"_invoke",{value:C(t,n,a)}),s}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var h="suspendedStart",p="suspendedYield",d="executing",m="completed",y={};function g(){}function b(){}function v(){}var w={};u(w,s,(function(){return this}));var O=Object.getPrototypeOf,_=O&&O(O(A([])));_&&_!==n&&r.call(_,s)&&(w=_);var E=v.prototype=g.prototype=Object.create(w);function S(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){function n(i,o,s,a){var c=f(t[i],t,o);if("throw"!==c.type){var u=c.arg,l=u.value;return l&&"object"==_n(l)&&r.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,s,a)}),(function(t){n("throw",t,s,a)})):e.resolve(l).then((function(t){u.value=t,s(u)}),(function(t){return n("throw",t,s,a)}))}a(c.arg)}var o;i(this,"_invoke",{value:function t(r,i){function s(){return new e((function(t,e){n(r,i,t,e)}))}return o=o?o.then(s,s):s()}})}function C(e,n,r){var i=h;return function(o,s){if(i===d)throw new Error("Generator is already running");if(i===m){if("throw"===o)throw s;return{value:t,done:!0}}for(r.method=o,r.arg=s;;){var a=r.delegate;if(a){var c=j(a,r);if(c){if(c===y)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===h)throw i=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=d;var u=f(e,n,r);if("normal"===u.type){if(i=r.done?m:p,u.arg===y)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(i=m,r.method="throw",r.arg=u.arg)}}}function j(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator["return"]&&(n.method="return",n.arg=t,j(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var o=f(i,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,y;var s=o.arg;return s?s.done?(n[e.resultName]=s.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):s:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function P(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function T(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function R(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function A(e){if(e||""===e){var n=e[s];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(_n(e)+" is not iterable")}return b.prototype=v,i(E,"constructor",{value:v,configurable:!0}),i(v,"constructor",{value:b,configurable:!0}),b.displayName=u(v,c,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===b||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,u(t,c,"GeneratorFunction")),t.prototype=Object.create(E),t},e.awrap=function(t){return{__await:t}},S(x.prototype),u(x.prototype,a,(function(){return this})),e.AsyncIterator=x,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var s=new x(l(t,n,r,i),o);return e.isGeneratorFunction(n)?s:s.next().then((function(t){return t.done?t.value:s.next()}))},S(E),u(E,c,"Generator"),u(E,s,(function(){return this})),u(E,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=A,R.prototype={constructor:R,reset:function e(n){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!n)for(var i in this)"t"===i.charAt(0)&&r.call(this,i)&&!isNaN(+i.slice(1))&&(this[i]=t)},stop:function t(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function e(n){if(this.done)throw n;var i=this;function o(e,r){return c.type="throw",c.arg=n,i.next=e,r&&(i.method="next",i.arg=t),!!r}for(var s=this.tryEntries.length-1;s>=0;--s){var a=this.tryEntries[s],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=r.call(a,"catchLoc"),l=r.call(a,"finallyLoc");if(u&&l){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function t(e,n){for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var s=o;break}}s&&("break"===e||"continue"===e)&&s.tryLoc<=n&&n<=s.finallyLoc&&(s=null);var a=s?s.completion:{};return a.type=e,a.arg=n,s?(this.method="next",this.next=s.finallyLoc,y):this.complete(a)},complete:function t(e,n){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&n&&(this.next=n),y},finish:function t(e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),T(r),y}},catch:function t(e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc===e){var i=r.completion;if("throw"===i.type){var o=i.arg;T(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function e(n,r,i){return this.delegate={iterator:A(n),resultName:r,nextLoc:i},"next"===this.method&&(this.arg=t),y}},e}function Sn(t,e,n,r,i,o,s){try{var a=t[o](s);var c=a.value}catch(t){n(t);return}if(a.done){e(c)}else{Promise.resolve(c).then(r,i)}}function xn(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function s(t){Sn(o,r,i,s,a,"next",t)}function a(t){Sn(o,r,i,s,a,"throw",t)}s(undefined)}))}}function Cn(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function jn(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Cn(Object(n),!0).forEach((function(e){An(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Cn(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function Pn(t,e){if(!(t instanceof e)){throw new TypeError("Cannot call a class as a function")}}function Tn(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||false;r.configurable=true;if("value"in r)r.writable=true;Object.defineProperty(t,kn(r.key),r)}}function Rn(t,e,n){if(e)Tn(t.prototype,e);if(n)Tn(t,n);Object.defineProperty(t,"prototype",{writable:false});return t}function An(t,e,n){e=kn(e);if(e in t){Object.defineProperty(t,e,{value:n,enumerable:true,configurable:true,writable:true})}else{t[e]=n}return t}function kn(t){var e=Ln(t,"string");return"symbol"==_n(e)?e:String(e)}function Ln(t,e){if("object"!=_n(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=_n(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var Nn=function(){function t(){Pn(this,t)}Rn(t,null,[{key:"initialize",value:function t(e){var n=jn(jn({},e.defaultHeaders),{},{"Content-Type":"application/json"});if(e.token){n["Authorization"]="Bearer ".concat(e.token)}else if(e.apiKey){n["x-api-key"]="".concat(e.apiKey)}this.httpClient=hn.create({baseURL:e.baseURL,headers:n});this.merchantGuid=e.merchantGuid;this.isInitialized=true}},{key:"getHttpClient",value:function t(){if(!this.isInitialized){throw new Error("HttpClient not initialized. Call Configurator.initialize() first.")}return this.httpClient}},{key:"getMerchantGuid",value:function t(){if(!this.merchantGuid){throw new Error("Merchant GUID not initialized. Call Configurator.initialize() first.")}return this.merchantGuid}}]);return t}();An(Nn,"isInitialized",false);var Un=function(){function t(){Pn(this,t)}Rn(t,[{key:"uploadCustomerPhoto",value:function(){var t=xn(En().mark((function t(e,n,r){var i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:i=Nn.getHttpClient();o=Nn.getMerchantGuid();s=jn(jn({},r),{},{method:"post",url:"/api/terminal/merchants/".concat(o,"/customers/").concat(e,"/image"),data:n});a.prev=3;a.next=6;return i(s);case 6:a.next=12;break;case 8:a.prev=8;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 12:case"end":return a.stop()}}),t,null,[[3,8]])})));function e(e,n,r){return t.apply(this,arguments)}return e}()},{key:"createCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"put",url:"/api/terminal/merchants/".concat(i,"/customers/customer"),data:e});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"updateCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"post",url:"/api/terminal/merchants/".concat(i,"/customers/customer"),data:e});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"deleteCustomer",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o;return En().wrap((function t(s){while(1)switch(s.prev=s.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"delete",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e)});s.prev=3;s.next=6;return r(o);case 6:s.next=12;break;case 8:s.prev=8;s.t0=s["catch"](3);console.error(s.t0);throw s.t0;case 12:case"end":return s.stop()}}),t,null,[[3,8]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"getCustomerById",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e)});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"getCouponsByCustomerId",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/terminal/merchants/".concat(i,"/customers/").concat(e,"/coupons")});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"searchCustomers",value:function(){var t=xn(En().mark((function t(e,n,r){var i,o,s,a,c;return En().wrap((function t(u){while(1)switch(u.prev=u.next){case 0:i=Nn.getHttpClient();o=Nn.getMerchantGuid();s=n.build();a=jn(jn({},r),{},{method:"get",url:"/sapi/terminal/merchants/".concat(o,"/customers"),params:jn(jn({},s),{},{SearchKeywords:e})});u.prev=4;u.next=7;return i(a);case 7:c=u.sent;return u.abrupt("return",c.data);case 11:u.prev=11;u.t0=u["catch"](4);console.error(u.t0);throw u.t0;case 15:case"end":return u.stop()}}),t,null,[[4,11]])})));function e(e,n,r){return t.apply(this,arguments)}return e}()},{key:"queryCustomers",value:function(){var t=xn(En().mark((function t(e){var n,r,i,o,s,a,c,u=arguments;return En().wrap((function t(l){while(1)switch(l.prev=l.next){case 0:n=u.length>1&&u[1]!==undefined?u[1]:"";r=u.length>2?u[2]:undefined;i=Nn.getHttpClient();o=Nn.getMerchantGuid();s=e.build();a=jn(jn({},r),{},{method:"get",url:"/sapi/terminal/merchants/".concat(o,"/customers"),params:jn(jn({},s),n?{SearchKeywords:n}:{})});l.prev=6;l.next=9;return i(a);case 9:c=l.sent;return l.abrupt("return",c.data);case 13:l.prev=13;l.t0=l["catch"](6);console.error(l.t0);throw l.t0;case 17:case"end":return l.stop()}}),t,null,[[6,13]])})));function e(e){return t.apply(this,arguments)}return e}()},{key:"queryTransactions",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s,a;return En().wrap((function t(c){while(1)switch(c.prev=c.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=e.build();s=jn(jn({},n),{},{method:"get",url:"/sapi/terminal/merchants/".concat(i,"/transactions"),params:jn({},o)});c.prev=4;c.next=7;return r(s);case 7:a=c.sent;return c.abrupt("return",a.data);case 11:c.prev=11;c.t0=c["catch"](4);console.error(c.t0);throw c.t0;case 15:case"end":return c.stop()}}),t,null,[[4,11]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"queryOrders",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s,a;return En().wrap((function t(c){while(1)switch(c.prev=c.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=e.build();s=jn(jn({},n),{},{method:"get",url:"/sapi/terminal/merchants/".concat(i,"/orders"),params:jn({},o)});c.prev=4;c.next=7;return r(s);case 7:a=c.sent;return c.abrupt("return",a.data);case 11:c.prev=11;c.t0=c["catch"](4);console.error(c.t0);throw c.t0;case 15:case"end":return c.stop()}}),t,null,[[4,11]])})));function e(e,n){return t.apply(this,arguments)}return e}()},{key:"createCharge",value:function(){var t=xn(En().mark((function t(e,n,r,i,o){var s,a,c,u,l;return En().wrap((function t(f){while(1)switch(f.prev=f.next){case 0:s=Nn.getHttpClient();a=Nn.getMerchantGuid();c={amount:n,reference_type:j.invoice,reference_id:r,currency:"SGD",payment_method_code:"PNOW",provider_terminal_id:e,description:i};u=jn(jn({},o),{},{method:"put",url:"/api/v1/terminal/merchants/".concat(a,"/charges/charge"),data:c});f.prev=4;f.next=7;return s(u);case 7:l=f.sent;return f.abrupt("return",l.data);case 11:f.prev=11;f.t0=f["catch"](4);console.error(f.t0);throw f.t0;case 15:case"end":return f.stop()}}),t,null,[[4,11]])})));function e(e,n,r,i,o){return t.apply(this,arguments)}return e}()},{key:"getCharge",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o,s;return En().wrap((function t(a){while(1)switch(a.prev=a.next){case 0:r=Nn.getHttpClient();i=Nn.getMerchantGuid();o=jn(jn({},n),{},{method:"get",url:"/api/v1/terminal/merchants/".concat(i,"/charges/").concat(e)});a.prev=3;a.next=6;return r(o);case 6:s=a.sent;return a.abrupt("return",s.data);case 10:a.prev=10;a.t0=a["catch"](3);console.error(a.t0);throw a.t0;case 14:case"end":return a.stop()}}),t,null,[[3,10]])})));function e(e,n){return t.apply(this,arguments)}return e}()}]);return t}();var Dn=function(){function t(){Pn(this,t)}Rn(t,[{key:"getMerchants",value:function(){var t=xn(En().mark((function t(e){var n,r,i;return En().wrap((function t(o){while(1)switch(o.prev=o.next){case 0:n=Nn.getHttpClient();r=jn(jn({},e),{},{method:"get",url:"/api/v1/admin/merchants"});o.prev=2;o.next=5;return n(r);case 5:i=o.sent;return o.abrupt("return",i.data);case 9:o.prev=9;o.t0=o["catch"](2);console.error(o.t0);throw o.t0;case 13:case"end":return o.stop()}}),t,null,[[2,9]])})));function e(e){return t.apply(this,arguments)}return e}()},{key:"getMerchantByGuid",value:function(){var t=xn(En().mark((function t(e,n){var r,i,o;return En().wrap((function t(s){while(1)switch(s.prev=s.next){case 0:r=Nn.getHttpClient();i=jn(jn({},n),{},{method:"get",url:"/api/v1/admin/merchants/".concat(e)});s.prev=2;s.next=5;return r(i);case 5:o=s.sent;return s.abrupt("return",o.data);case 9:s.prev=9;s.t0=s["catch"](2);console.error(s.t0);throw s.t0;case 13:case"end":return s.stop()}}),t,null,[[2,9]])})));function e(e,n){return t.apply(this,arguments)}return e}()}]);return t}();return e})()));
|
|
3
3
|
//# sourceMappingURL=index.js.map
|