@commercelayer/sdk 6.27.1 → 6.29.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +1 -1
- package/lib/index.d.mts +4234 -4026
- package/lib/index.d.ts +4234 -4026
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +4 -4
package/lib/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
var Ap=i=>{throw TypeError(i)};var Bp=(i=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(i,{get:(e,t)=>(typeof require<"u"?require:e)[t]}):i)(function(i){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+i+'" is not supported')});var Ep=(i,e,t)=>e.has(i)||Ap("Cannot "+t);var o=(i,e,t)=>(Ep(i,e,"read from private field"),t?t.call(i):e.get(i)),u=(i,e,t)=>e.has(i)?Ap("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),a=(i,e,t,r)=>(Ep(i,e,"write to private field"),r?r.call(i,t):e.set(i,t),t);var qp=(i,...e)=>{},Op=i=>qp;try{let i=Bp("debug");i&&typeof i=="function"&&(Op=i)}catch{}var zp="clsdk",jp=i=>Op(`${zp}:${i}`),C=jp;var Mo=C("fetch"),Yt,Ut,Vt,Ft,vo=class vo extends Error{constructor(t,r,s,m){super(r);u(this,Yt);u(this,Ut);u(this,Vt);u(this,Ft);a(this,Ut,t),a(this,Vt,r),s&&a(this,Yt,s.errors),m&&a(this,Ft,m)}get errors(){return o(this,Yt)}get status(){return o(this,Ut)}get statusText(){return o(this,Vt)}get request(){return o(this,Ft)}};Yt=new WeakMap,Ut=new WeakMap,Vt=new WeakMap,Ft=new WeakMap,vo.isFetchError=t=>t instanceof vo;var Gt=vo,Qo=async(i,e,t)=>{Mo("fetch: %s, %O, native[%s]",i,e||{},t?.fetch?"no":"yes");let r=t?.interceptors;r?.request?.onSuccess&&({url:i,options:e}=await r.request.onSuccess({url:i,options:e}));let m=await(t?.fetch||fetch)(i,e);m.ok?(r?.rawReader?.onSuccess&&await r.rawReader.onSuccess(m),r?.response?.onSuccess&&(m=await r.response.onSuccess(m))):r?.rawReader?.onFailure&&await r.rawReader.onFailure(m);let R=m.body&&m.status!==204?await m.json().then(d=>(Mo("response: %O",d),d)).catch(d=>{if(Mo("error: %s",d.message),m.ok)throw new P({message:"Error parsing API response body",type:"parse"})}):void 0;if(!m.ok){let d=new Gt(m.status,m.statusText,R,e);if(r?.response?.onFailure&&(d=await r.response.onFailure(d)),d)throw d}return R};var $t=(d=>(d.CLIENT="client",d.REQUEST="request",d.RESPONSE="response",d.CANCEL="cancel",d.PARSE="parse",d.TIMEOUT="timeout",d.TOKEN_REFRESH="token-refresh",d))($t||{}),Bt=class Bt extends Error{static isSdkError(e){return e&&[Bt.NAME,ce.NAME].includes(e.name)&&Object.values($t).includes(e.type)}constructor(e){super(e.message),this.name=Bt.NAME,this.type=e.type||"client"}};Bt.NAME="SdkError";var P=Bt,qt=class qt extends P{constructor(t){super({...t,type:"response"});this.errors=[];this.name=qt.NAME}static isApiError(t){return P.isSdkError(t)&&t.name===qt.NAME&&t.type==="response"}first(){return this.errors?.length>0?this.errors[0]:void 0}};qt.NAME="ApiError";var ce=qt,Dp=i=>i instanceof TypeError,Wp=i=>i instanceof DOMException&&i.name==="AbortError",Kp=i=>i instanceof DOMException&&i.name==="TimeoutError",Ip=i=>{let e=["INVALID_TOKEN"];return ce.isApiError(i)&&i.status===401&&(e.includes(i.code||"")||i.errors&&i.errors.length>0&&e.includes(i.errors[0].code))},Go=i=>{if(P.isSdkError(i)||ce.isApiError(i))throw i;let e=new P({message:i.message});if(Gt.isFetchError(i)){let t=new ce(e);t.type="response",t.status=i.status,t.statusText=i.statusText,t.code=String(t.status),t.errors=i.errors||[],!t.message&&t.statusText&&(t.message=t.statusText),e=t}else Dp(i)?e.type="request":Wp(i)?e.type="cancel":Kp(i)?e.type="timeout":(e.type="client",e.source=i);throw e};var Xp={default:{domain:"commercelayer.io",pageNumber:1,pageSize:10},client:{timeout:15e3,requiredAttributes:["organization","accessToken"]},jsonapi:{maxResourceIncluded:2}},v=Xp;var Yo=i=>{try{return JSON.parse(atob(i.split(".")[1]))}catch{return}},xo=i=>{try{return Yo(i).exp*1e3-Date.now()<0}catch{return!1}};var X=C("client"),Uo=(i,e)=>`https://${i.toLowerCase()}.${e||v.default.domain}/api`,bt,x,h,zt,Fo=class Fo{constructor(e){u(this,bt);u(this,x);u(this,h);u(this,zt);X("new client instance %O",e),a(this,bt,Uo(e.organization??"",e.domain)),a(this,x,e.accessToken);let t={timeout:e.timeout||v.client.timeout,fetch:e.fetch,refreshToken:e.refreshToken},s={...this.customHeaders(e.headers),Accept:"application/vnd.api+json","Content-Type":"application/vnd.api+json",Authorization:"Bearer "+o(this,x)};e.userAgent&&(s["User-Agent"]=e.userAgent),t.headers=s,a(this,h,t),X("fetch config: %O",t),a(this,zt,{})}static create(e){for(let t of v.client.requiredAttributes)if(!e||!e[t])throw new P({message:`Undefined '${t}' parameter`});return new Fo(e)}get interceptors(){return o(this,zt)}get requestHeaders(){return o(this,h).headers||(o(this,h).headers={}),o(this,h).headers}config(e){X("config %o",e);let t=o(this,h);return t.headers||(t.headers={}),e.timeout&&(t.timeout=e.timeout),e.userAgent&&this.userAgent(e.userAgent),e.fetch&&(o(this,h).fetch=e.fetch),e.refreshToken&&(o(this,h).refreshToken=e.refreshToken),e.organization&&a(this,bt,Uo(e.organization,e.domain)),e.accessToken&&(a(this,x,e.accessToken),t.headers.Authorization="Bearer "+o(this,x)),e.headers&&(t.headers={...t.headers,...this.customHeaders(e.headers)}),this}userAgent(e){return e&&(this.requestHeaders["User-Agent"]=e),this}async request(e,t,r,s){X("request %s %s, %O, %O",e,t,r||{},s||{}),s?.userAgent&&X("User-Agent header ignored in request config");let m=s?.organization?Uo(s.organization,s.domain):o(this,bt),R=new URL(`${m}/${t}`),d=r?JSON.stringify({data:r}):void 0,It={...this.requestHeaders,...this.customHeaders(s?.headers)},To=s?.accessToken||o(this,x);To&&(It.Authorization="Bearer "+To);let Mt={method:e,body:d,headers:It},bp=s?.timeout||o(this,h).timeout;bp&&(AbortSignal?.timeout?Mt.signal=AbortSignal.timeout(bp):X("Timeout not set. Undefined function: %s","AbortSignal.timeout")),s?.params&&Object.entries(s?.params).forEach(([Lt,Qt])=>{R.searchParams.append(Lt,String(Qt))});let wp={interceptors:this.interceptors,fetch:s?.fetch||o(this,h).fetch};try{return await Qo(R,Mt,wp).catch(Lt=>Go(Lt))}catch(Lt){if(Ip(Lt)&&o(this,h).refreshToken&&xo(o(this,x))){X("Access token has expired");let Qt=await o(this,h).refreshToken(o(this,x)).catch(Io=>{X("Refresh token error: %s",Io.message);let So=new P({message:"Error refreshing access token",type:"token-refresh"});throw So.source=Io,So});if(Qt)return X("Access token refreshed"),this.config({accessToken:Qt}),Mt.headers&&(Mt.headers.Authorization=`Bearer ${Qt}`),await Qo(R,Mt,wp).catch(So=>Go(So))}else throw Lt}}customHeaders(e){let t={};if(e)for(let[r,s]of Object.entries(e))["accept","content-type","authorization","user-agent"].includes(r.toLowerCase())||(t[r]=s);return t}get currentAccessToken(){return o(this,x)}};bt=new WeakMap,x=new WeakMap,h=new WeakMap,zt=new WeakMap;var Vo=Fo,Mp=Vo;var Lo=i=>i?.type&&i.id&&wt.includes(i.type),$o=i=>i&&typeof i.type<"u"&&i.type&&wt.includes(i.type);var bo=C("jsonapi"),Ct=i=>{if(!i)return i;let e;i.links&&delete i.links;let t=i.data,r=i.included;return t?Array.isArray(t)?e=t.map(s=>wo(s,r)):e=wo(t,r):e=t,e},Qp=(i,e=[])=>e.find(r=>i.id===r.id&&i.type===r.type)||i,wo=(i,e,t=[])=>{if(bo("denormalize resource: %O, %o",i,e||{}),!i)return i;let r={id:i.id,type:i.type,...i.attributes};return i.relationships&&Object.keys(i.relationships).forEach(s=>{let m=i.relationships[s].data;m?t.filter(R=>R.id===m.id&&R.type===m.type).length>=v.jsonapi.maxResourceIncluded?r[s]=m:Array.isArray(m)?r[s]=m.map(R=>wo(Qp(R,e),e,[...t,R])):r[s]=wo(Qp(m,e),e,[...t,m]):m===null&&(r[s]=null)}),bo("denormalized resource: %O",r),r},Bo=i=>{bo("normalize resource: %O",i);let e={},t={};for(let s in i){if(["type","id"].includes(s))continue;let m=i[s];Array.isArray(m)&&m.length===1&&$o(m[0])&&m[0].id===null?t[s]={data:[]}:m&&$o(m)&&m.id===null?t[s]={data:null}:m&&(Lo(m)||Array.isArray(m)&&Lo(m[0]))?t[s]={data:m}:e[s]=m}let r={type:i.type,attributes:e,relationships:t};return Lo(i)&&(r.id=i.id),bo("normalized resource: %O",r),r};var Gp=C("query"),Yp=["_any","_all","_in","_not_in_or_null"],Np=i=>Yp.some(e=>i.endsWith(e)),Up=["_jcont"],Zp=i=>Up.some(e=>i.endsWith(e)),qo=i=>i&&(i.filters||i.pageNumber||i.pageSize||i.sort),Tt=(i,e)=>{Gp("generate query string params: %O, %O",i,e);let t={};return i&&(i.include&&(t.include=i.include.join(",")),i.fields&&(Array.isArray(i.fields)&&(i.fields={[e.type||e]:i.fields}),Object.entries(i.fields).forEach(([r,s])=>{t[`fields[${r}]`]=s.join(",")})),qo(i)&&(i.sort&&(Array.isArray(i.sort)?t.sort=i.sort.join(","):t.sort=Object.entries(i.sort).map(([r,s])=>`${s==="desc"?"-":""}${r}`).join(",")),i.pageNumber&&(t["page[number]"]=String(i.pageNumber)),i.pageSize&&(t["page[size]"]=String(i.pageSize)),i.filters&&Object.entries(i.filters).forEach(([r,s])=>{let m;if(Array.isArray(s)){if(!Np(r))throw new P({message:`Incorrect filter [${r}]: Array value is supported only for the following filters: ${Yp.join(", ")}`,type:"request"});m=s.join(",")}else if(typeof s=="object"){if(!Zp(r))throw new P({message:`Incorrect filter [${r}]: Object value is supported only for the following filters: ${Up.join(", ")}`,type:"request"});m=JSON.stringify(s)}else m=String(s);t[`filter[q][${r}]`]=m})),Gp("query string params: %O",t)),t};var N=C("resource"),Ao=class extends Array{constructor(e,t){super(...t||[]),this.meta=e}first(){return this.length?this[0]:void 0}last(){return this.length?this[this.length-1]:void 0}get(e){return this.length&&e>=0?this[e]:void 0}hasNextPage(){return this.meta.currentPage<this.meta.pageCount}hasPrevPage(){return this.meta.currentPage>1}getRecordCount(){return this.meta.recordCount}getPageCount(){return this.meta.pageCount}get recordCount(){return this.meta.recordCount}get pageCount(){return this.meta.pageCount}};var k,jo,zo=class{constructor(e){u(this,k);u(this,jo,{});a(this,k,Mp.create(e)),this.localConfig(e)}localConfig(e){}config(e){return N("config %o",e),this.localConfig(e),o(this,k).config(e),this}get client(){return o(this,k)}async singleton(e,t,r,s){N("singleton: %o, %O, %O",e,t||{},r||{});let m=Tt(t,e);r?.params&&Object.assign(m,r?.params);let R=await o(this,k).request("GET",`${s||e.type}`,void 0,{...r,params:m});return Ct(R)}async retrieve(e,t,r){N("retrieve: %o, %O, %O",e,t||{},r||{});let s=Tt(t,e);r?.params&&Object.assign(s,r?.params);let m=await o(this,k).request("GET",`${e.type}/${e.id}`,void 0,{...r,params:s});return Ct(m)}async list(e,t,r){N("list: %o, %O, %O",e,t||{},r||{});let s=Tt(t,e);r?.params&&Object.assign(s,r?.params),s["page[number]"]||(s["page[number]"]="1");let m=await o(this,k).request("GET",`${e.type}`,void 0,{...r,params:s}),R=Ct(m),d={pageCount:Number(m.meta?.page_count),recordCount:Number(m.meta?.record_count),currentPage:t?.pageNumber||v.default.pageNumber,recordsPerPage:t?.pageSize||v.default.pageSize};return new Ao(d,R)}async create(e,t,r){N("create: %o, %O, %O",e,t||{},r||{});let s=Tt(t,e);r?.params&&Object.assign(s,r?.params);let m=Bo(e),R=await o(this,k).request("POST",e.type,m,{...r,params:s});return Ct(R)}async update(e,t,r){N("update: %o, %O, %O",e,t||{},r||{});let s=Tt(t,e);r?.params&&Object.assign(s,r?.params);let m=Bo(e),R=await o(this,k).request("PATCH",`${e.type}/${e.id}`,m,{...r,params:s});return Ct(R)}async delete(e,t){N("delete: %o, %O",e,t||{}),await o(this,k).request("DELETE",`${e.type}/${e.id}`,void 0,t)}async fetch(e,t,r,s){N("fetch: %o, %O, %O",t,r||{},s||{});let m=Tt(r,e);s?.params&&Object.assign(m,s?.params);let R=await o(this,k).request("GET",t,void 0,{...s,params:m}),d=Ct(R);if(Array.isArray(d)){let It=r,To={pageCount:Number(R.meta?.page_count),recordCount:Number(R.meta?.record_count),currentPage:It?.pageNumber||v.default.pageNumber,recordsPerPage:It?.pageSize||v.default.pageSize};return new Ao(To,d)}else return d}};k=new WeakMap,jo=new WeakMap;var Eo=class{constructor(e){N("new resource instance: %s",this.type()),this.resources=e}relationshipOneToOne(e){return e===null||typeof e=="string"?{id:e,type:this.type()}:{id:e.id,type:this.type()}}relationshipOneToMany(...e){return e===null||e.length===0||e[0]===null?[{id:null,type:this.type()}]:e.map(t=>({id:t,type:this.type()}))}path(){return this.type()}async update(e,t,r){return this.resources.update({...e,type:this.type()},t,r)}},n=class extends Eo{async retrieve(e,t,r){return this.resources.retrieve(typeof e=="string"?{type:this.type(),id:e}:e,t,r)}async list(e,t){return this.resources.list({type:this.type()},e,t)}async count(e,t){let r={filters:qo(e)?e.filters:e,pageNumber:1,pageSize:1},s=await this.list(r,t);return Promise.resolve(s.meta.recordCount)}},At=class extends Eo{async retrieve(e,t){return this.resources.singleton({type:this.type()},e,t,this.path())}},Vp=zo;var le=class le extends n{async create(e,t,r){return this.resources.create({...e,type:le.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:le.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:le.TYPE}:e,t)}async geocoder(e,t,r){let s=e.id||e;return this.resources.fetch({type:"geocoders"},`addresses/${s}/geocoder`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`addresses/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`addresses/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`addresses/${s}/versions`,t,r)}isAddress(e){return e.type&&e.type===le.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return le.TYPE}};le.TYPE="addresses";var Do=le,Wo=Do;var me=class me extends n{async create(e,t,r){return this.resources.create({...e,type:me.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:me.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:me.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adjustments/${s}/versions`,t,r)}isAdjustment(e){return e.type&&e.type===me.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return me.TYPE}};me.TYPE="adjustments";var Ko=me,Xo=Ko;var ye=class ye extends n{async create(e,t,r){return this.resources.create({...e,type:ye.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ye.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ye.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`adyen_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adyen_gateways/${s}/versions`,t,r)}async adyen_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"adyen_payments"},`adyen_gateways/${s}/adyen_payments`,t,r)}isAdyenGateway(e){return e.type&&e.type===ye.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ye.TYPE}};ye.TYPE="adyen_gateways";var No=ye,Zo=No;var Z=class Z extends n{async create(e,t,r){return this.resources.create({...e,type:Z.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Z.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Z.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`adyen_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`adyen_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adyen_payments/${s}/versions`,t,r)}async _details(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Z.TYPE,_details:!0},t,r)}isAdyenPayment(e){return e.type&&e.type===Z.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Z.TYPE}};Z.TYPE="adyen_payments";var Ho=Z,Jo=Ho;var jt=class jt extends At{isApplication(e){return e.type&&e.type===jt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return jt.TYPE}path(){return"application"}};jt.TYPE="applications";var en=jt,tn=en;var de=class de extends n{async create(e,t,r){return this.resources.create({...e,type:de.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:de.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:de.TYPE}:e,t)}isAttachment(e){return e.type&&e.type===de.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return de.TYPE}};de.TYPE="attachments";var rn=de,sn=rn;var L=class L extends n{async update(e,t,r){return this.resources.update({...e,type:L.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`authorizations/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`authorizations/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`authorizations/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`authorizations/${s}/versions`,t,r)}async captures(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`authorizations/${s}/captures`,t,r)}async voids(e,t,r){let s=e.id||e;return this.resources.fetch({type:"voids"},`authorizations/${s}/voids`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_forward:!0},t,r)}async _capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_capture:!0},t,r)}async _capture_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_capture_amount_cents:t},r,s)}async _void(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_void:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_cancel:!0},t,r)}isAuthorization(e){return e.type&&e.type===L.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return L.TYPE}};L.TYPE="authorizations";var on=L,nn=on;var Re=class Re extends n{async create(e,t,r){return this.resources.create({...e,type:Re.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Re.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Re.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`avalara_accounts/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`avalara_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`avalara_accounts/${s}/versions`,t,r)}async tax_categories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_categories"},`avalara_accounts/${s}/tax_categories`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`avalara_accounts/${s}/events`,t,r)}isAvalaraAccount(e){return e.type&&e.type===Re.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Re.TYPE}};Re.TYPE="avalara_accounts";var an=Re,un=an;var ge=class ge extends n{async create(e,t,r){return this.resources.create({...e,type:ge.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ge.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ge.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`axerve_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`axerve_gateways/${s}/versions`,t,r)}async axerve_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"axerve_payments"},`axerve_gateways/${s}/axerve_payments`,t,r)}isAxerveGateway(e){return e.type&&e.type===ge.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ge.TYPE}};ge.TYPE="axerve_gateways";var pn=ge,cn=pn;var H=class H extends n{async create(e,t,r){return this.resources.create({...e,type:H.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:H.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:H.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`axerve_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`axerve_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`axerve_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:H.TYPE,_update:!0},t,r)}isAxervePayment(e){return e.type&&e.type===H.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return H.TYPE}};H.TYPE="axerve_payments";var ln=H,mn=ln;var _e=class _e extends n{async create(e,t,r){return this.resources.create({...e,type:_e.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_e.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_e.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`bing_geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`bing_geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`bing_geocoders/${s}/attachments`,t,r)}isBingGeocoder(e){return e.type&&e.type===_e.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _e.TYPE}};_e.TYPE="bing_geocoders";var yn=_e,dn=yn;var Pe=class Pe extends n{async create(e,t,r){return this.resources.create({...e,type:Pe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Pe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Pe.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`braintree_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`braintree_gateways/${s}/versions`,t,r)}async braintree_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"braintree_payments"},`braintree_gateways/${s}/braintree_payments`,t,r)}isBraintreeGateway(e){return e.type&&e.type===Pe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Pe.TYPE}};Pe.TYPE="braintree_gateways";var Rn=Pe,gn=Rn;var he=class he extends n{async create(e,t,r){return this.resources.create({...e,type:he.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:he.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:he.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`braintree_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`braintree_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`braintree_payments/${s}/versions`,t,r)}isBraintreePayment(e){return e.type&&e.type===he.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return he.TYPE}};he.TYPE="braintree_payments";var _n=he,Pn=_n;var I=class I extends n{async create(e,t,r){return this.resources.create({...e,type:I.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:I.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:I.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`bundles/${s}/market`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`bundles/${s}/sku_list`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`bundles/${s}/skus`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`bundles/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`bundles/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`bundles/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`bundles/${s}/versions`,t,r)}async _compute_price_amount(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:I.TYPE,_compute_price_amount:!0},t,r)}async _compute_compare_at_amount(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:I.TYPE,_compute_compare_at_amount:!0},t,r)}isBundle(e){return e.type&&e.type===I.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return I.TYPE}};I.TYPE="bundles";var hn=I,fn=hn;var M=class M extends n{async create(e,t,r){return this.resources.create({...e,type:M.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:M.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:M.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`buy_x_pay_y_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`buy_x_pay_y_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`buy_x_pay_y_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`buy_x_pay_y_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`buy_x_pay_y_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`buy_x_pay_y_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`buy_x_pay_y_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`buy_x_pay_y_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`buy_x_pay_y_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`buy_x_pay_y_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`buy_x_pay_y_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`buy_x_pay_y_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:M.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:M.TYPE,_enable:!0},t,r)}isBuyXPayYPromotion(e){return e.type&&e.type===M.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return M.TYPE}};M.TYPE="buy_x_pay_y_promotions";var kn=M,Cn=kn;var Q=class Q extends n{async update(e,t,r){return this.resources.update({...e,type:Q.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`captures/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`captures/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`captures/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`captures/${s}/versions`,t,r)}async reference_authorization(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`captures/${s}/reference_authorization`,t,r)}async refunds(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`captures/${s}/refunds`,t,r)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`captures/${s}/return`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_forward:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_refund:!0},t,r)}async _refund_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_refund_amount_cents:t},r,s)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_cancel:!0},t,r)}isCapture(e){return e.type&&e.type===Q.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Q.TYPE}};Q.TYPE="captures";var Tn=Q,Sn=Tn;var fe=class fe extends n{async create(e,t,r){return this.resources.create({...e,type:fe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:fe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:fe.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`carrier_accounts/${s}/market`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`carrier_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`carrier_accounts/${s}/versions`,t,r)}isCarrierAccount(e){return e.type&&e.type===fe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return fe.TYPE}};fe.TYPE="carrier_accounts";var vn=fe,xn=vn;var ke=class ke extends n{async create(e,t,r){return this.resources.create({...e,type:ke.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ke.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ke.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`checkout_com_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`checkout_com_gateways/${s}/versions`,t,r)}async checkout_com_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"checkout_com_payments"},`checkout_com_gateways/${s}/checkout_com_payments`,t,r)}isCheckoutComGateway(e){return e.type&&e.type===ke.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ke.TYPE}};ke.TYPE="checkout_com_gateways";var Ln=ke,bn=Ln;var G=class G extends n{async create(e,t,r){return this.resources.create({...e,type:G.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:G.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:G.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`checkout_com_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`checkout_com_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`checkout_com_payments/${s}/versions`,t,r)}async _details(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:G.TYPE,_details:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:G.TYPE,_refresh:!0},t,r)}isCheckoutComPayment(e){return e.type&&e.type===G.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return G.TYPE}};G.TYPE="checkout_com_payments";var wn=G,An=wn;var J=class J extends n{async create(e,t,r){return this.resources.create({...e,type:J.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:J.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:J.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`cleanups/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`cleanups/${s}/versions`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:J.TYPE,_interrupt:!0},t,r)}isCleanup(e){return e.type&&e.type===J.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return J.TYPE}};J.TYPE="cleanups";var En=J,On=En;var Ce=class Ce extends n{async create(e,t,r){return this.resources.create({...e,type:Ce.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ce.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ce.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupon_codes_promotion_rules/${s}/versions`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`coupon_codes_promotion_rules/${s}/coupons`,t,r)}isCouponCodesPromotionRule(e){return e.type&&e.type===Ce.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ce.TYPE}};Ce.TYPE="coupon_codes_promotion_rules";var In=Ce,Mn=In;var Te=class Te extends n{async create(e,t,r){return this.resources.create({...e,type:Te.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Te.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Te.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`coupon_recipients/${s}/customer`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`coupon_recipients/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupon_recipients/${s}/versions`,t,r)}isCouponRecipient(e){return e.type&&e.type===Te.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Te.TYPE}};Te.TYPE="coupon_recipients";var Qn=Te,Gn=Qn;var Se=class Se extends n{async create(e,t,r){return this.resources.create({...e,type:Se.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Se.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Se.TYPE}:e,t)}async promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`coupons/${s}/promotion_rule`,t,r)}async coupon_recipient(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_recipients"},`coupons/${s}/coupon_recipient`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`coupons/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`coupons/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupons/${s}/versions`,t,r)}isCoupon(e){return e.type&&e.type===Se.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Se.TYPE}};Se.TYPE="coupons";var Yn=Se,Un=Yn;var ve=class ve extends n{async create(e,t,r){return this.resources.create({...e,type:ve.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ve.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ve.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`custom_promotion_rules/${s}/versions`,t,r)}isCustomPromotionRule(e){return e.type&&e.type===ve.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ve.TYPE}};ve.TYPE="custom_promotion_rules";var Vn=ve,Fn=Vn;var xe=class xe extends n{async create(e,t,r){return this.resources.create({...e,type:xe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:xe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:xe.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_addresses/${s}/customer`,t,r)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`customer_addresses/${s}/address`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_addresses/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_addresses/${s}/versions`,t,r)}isCustomerAddress(e){return e.type&&e.type===xe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return xe.TYPE}};xe.TYPE="customer_addresses";var $n=xe,Bn=$n;var Le=class Le extends n{async create(e,t,r){return this.resources.create({...e,type:Le.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Le.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Le.TYPE}:e,t)}async customers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_groups/${s}/customers`,t,r)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`customer_groups/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`customer_groups/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_groups/${s}/versions`,t,r)}isCustomerGroup(e){return e.type&&e.type===Le.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Le.TYPE}};Le.TYPE="customer_groups";var qn=Le,zn=qn;var ee=class ee extends n{async create(e,t,r){return this.resources.create({...e,type:ee.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ee.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ee.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_password_resets/${s}/customer`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_password_resets/${s}/events`,t,r)}async _reset_password_token(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:ee.TYPE,_reset_password_token:t},r,s)}isCustomerPasswordReset(e){return e.type&&e.type===ee.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ee.TYPE}};ee.TYPE="customer_password_resets";var jn=ee,Dn=jn;var be=class be extends n{async create(e,t,r){return this.resources.create({...e,type:be.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:be.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:be.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_payment_sources/${s}/customer`,t,r)}async payment_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`customer_payment_sources/${s}/payment_method`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_payment_sources/${s}/versions`,t,r)}isCustomerPaymentSource(e){return e.type&&e.type===be.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return be.TYPE}};be.TYPE="customer_payment_sources";var Wn=be,Kn=Wn;var we=class we extends n{async create(e,t,r){return this.resources.create({...e,type:we.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:we.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:we.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_subscriptions/${s}/customer`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_subscriptions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_subscriptions/${s}/versions`,t,r)}isCustomerSubscription(e){return e.type&&e.type===we.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return we.TYPE}};we.TYPE="customer_subscriptions";var Xn=we,Nn=Xn;var Ae=class Ae extends n{async create(e,t,r){return this.resources.create({...e,type:Ae.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ae.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ae.TYPE}:e,t)}async customer_group(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_groups"},`customers/${s}/customer_group`,t,r)}async customer_addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_addresses"},`customers/${s}/customer_addresses`,t,r)}async customer_payment_sources(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`customers/${s}/customer_payment_sources`,t,r)}async customer_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_subscriptions"},`customers/${s}/customer_subscriptions`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`customers/${s}/orders`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`customers/${s}/order_subscriptions`,t,r)}async returns(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`customers/${s}/returns`,t,r)}async sku_lists(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`customers/${s}/sku_lists`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`customers/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customers/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`customers/${s}/tags`,t,r)}isCustomer(e){return e.type&&e.type===Ae.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ae.TYPE}};Ae.TYPE="customers";var Zn=Ae,Hn=Zn;var Ee=class Ee extends n{async create(e,t,r){return this.resources.create({...e,type:Ee.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ee.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ee.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`delivery_lead_times/${s}/stock_location`,t,r)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`delivery_lead_times/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`delivery_lead_times/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`delivery_lead_times/${s}/versions`,t,r)}isDeliveryLeadTime(e){return e.type&&e.type===Ee.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ee.TYPE}};Ee.TYPE="delivery_lead_times";var Jn=Ee,ei=Jn;var Dt=class Dt extends n{async webhook(e,t,r){let s=e.id||e;return this.resources.fetch({type:"webhooks"},`event_callbacks/${s}/webhook`,t,r)}isEventCallback(e){return e.type&&e.type===Dt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Dt.TYPE}};Dt.TYPE="event_callbacks";var ti=Dt,ri=ti;var St=class St extends n{async update(e,t,r){return this.resources.update({...e,type:St.TYPE},t,r)}async webhooks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"webhooks"},`events/${s}/webhooks`,t,r)}async last_event_callbacks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"event_callbacks"},`events/${s}/last_event_callbacks`,t,r)}async _trigger(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:St.TYPE,_trigger:!0},t,r)}isEvent(e){return e.type&&e.type===St.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return St.TYPE}};St.TYPE="events";var si=St,oi=si;var te=class te extends n{async create(e,t,r){return this.resources.create({...e,type:te.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:te.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:te.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`exports/${s}/events`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:te.TYPE,_interrupt:!0},t,r)}isExport(e){return e.type&&e.type===te.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return te.TYPE}};te.TYPE="exports";var ni=te,ii=ni;var re=class re extends n{async create(e,t,r){return this.resources.create({...e,type:re.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:re.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:re.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`external_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_gateways/${s}/versions`,t,r)}async external_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"external_payments"},`external_gateways/${s}/external_payments`,t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:re.TYPE,_reset_circuit:!0},t,r)}isExternalGateway(e){return e.type&&e.type===re.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return re.TYPE}};re.TYPE="external_gateways";var ai=re,ui=ai;var Oe=class Oe extends n{async create(e,t,r){return this.resources.create({...e,type:Oe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Oe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Oe.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`external_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`external_payments/${s}/payment_gateway`,t,r)}async wallet(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`external_payments/${s}/wallet`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_payments/${s}/versions`,t,r)}isExternalPayment(e){return e.type&&e.type===Oe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Oe.TYPE}};Oe.TYPE="external_payments";var pi=Oe,ci=pi;var b=class b extends n{async create(e,t,r){return this.resources.create({...e,type:b.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:b.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:b.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`external_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`external_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`external_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`external_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`external_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`external_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`external_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`external_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`external_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`external_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`external_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_reset_circuit:!0},t,r)}isExternalPromotion(e){return e.type&&e.type===b.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return b.TYPE}};b.TYPE="external_promotions";var li=b,mi=li;var se=class se extends n{async create(e,t,r){return this.resources.create({...e,type:se.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:se.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:se.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`external_tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`external_tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_tax_calculators/${s}/versions`,t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:se.TYPE,_reset_circuit:!0},t,r)}isExternalTaxCalculator(e){return e.type&&e.type===se.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return se.TYPE}};se.TYPE="external_tax_calculators";var yi=se,di=yi;var Y=class Y extends n{async create(e,t,r){return this.resources.create({...e,type:Y.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Y.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Y.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`fixed_amount_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`fixed_amount_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`fixed_amount_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`fixed_amount_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`fixed_amount_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`fixed_amount_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`fixed_amount_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`fixed_amount_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`fixed_amount_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`fixed_amount_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`fixed_amount_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`fixed_amount_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Y.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Y.TYPE,_enable:!0},t,r)}isFixedAmountPromotion(e){return e.type&&e.type===Y.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Y.TYPE}};Y.TYPE="fixed_amount_promotions";var Ri=Y,gi=Ri;var U=class U extends n{async create(e,t,r){return this.resources.create({...e,type:U.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:U.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:U.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`fixed_price_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`fixed_price_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`fixed_price_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`fixed_price_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`fixed_price_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`fixed_price_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`fixed_price_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`fixed_price_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`fixed_price_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`fixed_price_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`fixed_price_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`fixed_price_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:U.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:U.TYPE,_enable:!0},t,r)}isFixedPricePromotion(e){return e.type&&e.type===U.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return U.TYPE}};U.TYPE="fixed_price_promotions";var _i=U,Pi=_i;var V=class V extends n{async create(e,t,r){return this.resources.create({...e,type:V.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:V.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:V.TYPE}:e,t)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`flex_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`flex_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`flex_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`flex_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`flex_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`flex_promotions/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:V.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:V.TYPE,_enable:!0},t,r)}isFlexPromotion(e){return e.type&&e.type===V.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return V.TYPE}};V.TYPE="flex_promotions";var hi=V,fi=hi;var F=class F extends n{async create(e,t,r){return this.resources.create({...e,type:F.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:F.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:F.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`free_gift_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_gift_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_gift_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_gift_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_gift_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_gift_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`free_gift_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`free_gift_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`free_gift_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`free_gift_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`free_gift_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`free_gift_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:F.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:F.TYPE,_enable:!0},t,r)}isFreeGiftPromotion(e){return e.type&&e.type===F.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return F.TYPE}};F.TYPE="free_gift_promotions";var ki=F,Ci=ki;var $=class $ extends n{async create(e,t,r){return this.resources.create({...e,type:$.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:$.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:$.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`free_shipping_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_shipping_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_shipping_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_shipping_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_shipping_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_shipping_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`free_shipping_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`free_shipping_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`free_shipping_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`free_shipping_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`free_shipping_promotions/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:$.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:$.TYPE,_enable:!0},t,r)}isFreeShippingPromotion(e){return e.type&&e.type===$.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return $.TYPE}};$.TYPE="free_shipping_promotions";var Ti=$,Si=Ti;var Wt=class Wt extends n{async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`geocoders/${s}/attachments`,t,r)}isGeocoder(e){return e.type&&e.type===Wt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Wt.TYPE}};Wt.TYPE="geocoders";var vi=Wt,xi=vi;var Ie=class Ie extends n{async create(e,t,r){return this.resources.create({...e,type:Ie.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ie.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ie.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`gift_card_recipients/${s}/customer`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`gift_card_recipients/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`gift_card_recipients/${s}/versions`,t,r)}isGiftCardRecipient(e){return e.type&&e.type===Ie.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ie.TYPE}};Ie.TYPE="gift_card_recipients";var Li=Ie,bi=Li;var T=class T extends n{async create(e,t,r){return this.resources.create({...e,type:T.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:T.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:T.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`gift_cards/${s}/market`,t,r)}async gift_card_recipient(e,t,r){let s=e.id||e;return this.resources.fetch({type:"gift_card_recipients"},`gift_cards/${s}/gift_card_recipient`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`gift_cards/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`gift_cards/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`gift_cards/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`gift_cards/${s}/versions`,t,r)}async _purchase(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_purchase:!0},t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_deactivate:!0},t,r)}async _balance_change_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_balance_change_cents:t},r,s)}isGiftCard(e){return e.type&&e.type===T.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return T.TYPE}};T.TYPE="gift_cards";var wi=T,Ai=wi;var Me=class Me extends n{async create(e,t,r){return this.resources.create({...e,type:Me.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Me.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Me.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`google_geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`google_geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`google_geocoders/${s}/attachments`,t,r)}isGoogleGeocoder(e){return e.type&&e.type===Me.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Me.TYPE}};Me.TYPE="google_geocoders";var Ei=Me,Oi=Ei;var oe=class oe extends n{async create(e,t,r){return this.resources.create({...e,type:oe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:oe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:oe.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`imports/${s}/events`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:oe.TYPE,_interrupt:!0},t,r)}isImport(e){return e.type&&e.type===oe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return oe.TYPE}};oe.TYPE="imports";var Ii=oe,Mi=Ii;var B=class B extends n{async create(e,t,r){return this.resources.create({...e,type:B.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:B.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:B.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`in_stock_subscriptions/${s}/market`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`in_stock_subscriptions/${s}/customer`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`in_stock_subscriptions/${s}/sku`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`in_stock_subscriptions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`in_stock_subscriptions/${s}/versions`,t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:B.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:B.TYPE,_deactivate:!0},t,r)}isInStockSubscription(e){return e.type&&e.type===B.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return B.TYPE}};B.TYPE="in_stock_subscriptions";var Qi=B,Gi=Qi;var Qe=class Qe extends n{async create(e,t,r){return this.resources.create({...e,type:Qe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Qe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Qe.TYPE}:e,t)}async inventory_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`inventory_models/${s}/inventory_stock_locations`,t,r)}async inventory_return_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_return_locations"},`inventory_models/${s}/inventory_return_locations`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`inventory_models/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_models/${s}/versions`,t,r)}isInventoryModel(e){return e.type&&e.type===Qe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Qe.TYPE}};Qe.TYPE="inventory_models";var Yi=Qe,Ui=Yi;var Ge=class Ge extends n{async create(e,t,r){return this.resources.create({...e,type:Ge.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ge.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ge.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_return_locations/${s}/stock_location`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_return_locations/${s}/inventory_model`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_return_locations/${s}/versions`,t,r)}isInventoryReturnLocation(e){return e.type&&e.type===Ge.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ge.TYPE}};Ge.TYPE="inventory_return_locations";var Vi=Ge,Fi=Vi;var Ye=class Ye extends n{async create(e,t,r){return this.resources.create({...e,type:Ye.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ye.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ye.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_stock_locations/${s}/stock_location`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_stock_locations/${s}/inventory_model`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_stock_locations/${s}/versions`,t,r)}isInventoryStockLocation(e){return e.type&&e.type===Ye.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ye.TYPE}};Ye.TYPE="inventory_stock_locations";var $i=Ye,Bi=$i;var Ue=class Ue extends n{async create(e,t,r){return this.resources.create({...e,type:Ue.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ue.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ue.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`klarna_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`klarna_gateways/${s}/versions`,t,r)}async klarna_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"klarna_payments"},`klarna_gateways/${s}/klarna_payments`,t,r)}isKlarnaGateway(e){return e.type&&e.type===Ue.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ue.TYPE}};Ue.TYPE="klarna_gateways";var qi=Ue,zi=qi;var ne=class ne extends n{async create(e,t,r){return this.resources.create({...e,type:ne.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ne.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ne.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`klarna_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`klarna_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`klarna_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ne.TYPE,_update:!0},t,r)}isKlarnaPayment(e){return e.type&&e.type===ne.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ne.TYPE}};ne.TYPE="klarna_payments";var ji=ne,Di=ji;var Ve=class Ve extends n{async create(e,t,r){return this.resources.create({...e,type:Ve.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ve.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ve.TYPE}:e,t)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`line_item_options/${s}/line_item`,t,r)}async sku_option(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_options"},`line_item_options/${s}/sku_option`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`line_item_options/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`line_item_options/${s}/tags`,t,r)}isLineItemOption(e){return e.type&&e.type===Ve.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ve.TYPE}};Ve.TYPE="line_item_options";var Wi=Ve,Ki=Wi;var w=class w extends n{async create(e,t,r){return this.resources.create({...e,type:w.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:w.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:w.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`line_items/${s}/order`,t,r)}async line_item_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_item_options"},`line_items/${s}/line_item_options`,t,r)}async return_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"return_line_items"},`line_items/${s}/return_line_items`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`line_items/${s}/stock_reservations`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`line_items/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`line_items/${s}/stock_transfers`,t,r)}async notifications(e,t,r){let s=e.id||e;return this.resources.fetch({type:"notifications"},`line_items/${s}/notifications`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`line_items/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`line_items/${s}/tags`,t,r)}async _external_price(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_external_price:!0},t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_reserve_stock:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_reset_circuit:!0},t,r)}isLineItem(e){return e.type&&e.type===w.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return w.TYPE}};w.TYPE="line_items";var Xi=w,Ni=Xi;var q=class q extends n{async create(e,t,r){return this.resources.create({...e,type:q.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:q.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:q.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`links/${s}/events`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:q.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:q.TYPE,_enable:!0},t,r)}isLink(e){return e.type&&e.type===q.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return q.TYPE}};q.TYPE="links";var Zi=q,Hi=Zi;var Fe=class Fe extends n{async create(e,t,r){return this.resources.create({...e,type:Fe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Fe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Fe.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`manual_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`manual_gateways/${s}/versions`,t,r)}isManualGateway(e){return e.type&&e.type===Fe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Fe.TYPE}};Fe.TYPE="manual_gateways";var Ji=Fe,ea=Ji;var $e=class $e extends n{async create(e,t,r){return this.resources.create({...e,type:$e.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:$e.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:$e.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`manual_tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`manual_tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`manual_tax_calculators/${s}/versions`,t,r)}async tax_rules(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_rules"},`manual_tax_calculators/${s}/tax_rules`,t,r)}isManualTaxCalculator(e){return e.type&&e.type===$e.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return $e.TYPE}};$e.TYPE="manual_tax_calculators";var ta=$e,ra=ta;var z=class z extends n{async create(e,t,r){return this.resources.create({...e,type:z.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:z.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:z.TYPE}:e,t)}async merchant(e,t,r){let s=e.id||e;return this.resources.fetch({type:"merchants"},`markets/${s}/merchant`,t,r)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`markets/${s}/price_list`,t,r)}async base_price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`markets/${s}/base_price_list`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`markets/${s}/inventory_model`,t,r)}async subscription_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"subscription_models"},`markets/${s}/subscription_model`,t,r)}async tax_calculator(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_calculators"},`markets/${s}/tax_calculator`,t,r)}async customer_group(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_groups"},`markets/${s}/customer_group`,t,r)}async geocoder(e,t,r){let s=e.id||e;return this.resources.fetch({type:"geocoders"},`markets/${s}/geocoder`,t,r)}async stores(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`markets/${s}/stores`,t,r)}async price_list_schedulers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_list_schedulers"},`markets/${s}/price_list_schedulers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`markets/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`markets/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:z.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:z.TYPE,_enable:!0},t,r)}isMarket(e){return e.type&&e.type===z.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return z.TYPE}};z.TYPE="markets";var sa=z,oa=sa;var Be=class Be extends n{async create(e,t,r){return this.resources.create({...e,type:Be.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Be.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Be.TYPE}:e,t)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`merchants/${s}/address`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`merchants/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`merchants/${s}/versions`,t,r)}isMerchant(e){return e.type&&e.type===Be.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Be.TYPE}};Be.TYPE="merchants";var na=Be,ia=na;var qe=class qe extends n{async create(e,t,r){return this.resources.create({...e,type:qe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:qe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:qe.TYPE}:e,t)}isNotification(e){return e.type&&e.type===qe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return qe.TYPE}};qe.TYPE="notifications";var aa=qe,ua=aa;var ze=class ze extends n{async create(e,t,r){return this.resources.create({...e,type:ze.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ze.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ze.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`order_amount_promotion_rules/${s}/versions`,t,r)}isOrderAmountPromotionRule(e){return e.type&&e.type===ze.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ze.TYPE}};ze.TYPE="order_amount_promotion_rules";var pa=ze,ca=pa;var je=class je extends n{async create(e,t,r){return this.resources.create({...e,type:je.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:je.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:je.TYPE}:e,t)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_copies/${s}/events`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_copies/${s}/order_subscription`,t,r)}isOrderCopy(e){return e.type&&e.type===je.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return je.TYPE}};je.TYPE="order_copies";var la=je,ma=la;var Kt=class Kt extends n{async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_factories/${s}/events`,t,r)}isOrderFactory(e){return e.type&&e.type===Kt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Kt.TYPE}};Kt.TYPE="order_factories";var ya=Kt,da=ya;var De=class De extends n{async create(e,t,r){return this.resources.create({...e,type:De.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:De.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:De.TYPE}:e,t)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_subscription_items/${s}/order_subscription`,t,r)}async source_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`order_subscription_items/${s}/source_line_item`,t,r)}isOrderSubscriptionItem(e){return e.type&&e.type===De.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return De.TYPE}};De.TYPE="order_subscription_items";var Ra=De,ga=Ra;var S=class S extends n{async create(e,t,r){return this.resources.create({...e,type:S.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:S.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:S.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`order_subscriptions/${s}/market`,t,r)}async subscription_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"subscription_models"},`order_subscriptions/${s}/subscription_model`,t,r)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_subscriptions/${s}/source_order`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`order_subscriptions/${s}/customer`,t,r)}async customer_payment_source(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`order_subscriptions/${s}/customer_payment_source`,t,r)}async order_subscription_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscription_items"},`order_subscriptions/${s}/order_subscription_items`,t,r)}async order_factories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_factories"},`order_subscriptions/${s}/order_factories`,t,r)}async recurring_order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`order_subscriptions/${s}/recurring_order_copies`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_subscriptions/${s}/orders`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_subscriptions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`order_subscriptions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`order_subscriptions/${s}/versions`,t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_deactivate:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_cancel:!0},t,r)}async _convert(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_convert:!0},t,r)}isOrderSubscription(e){return e.type&&e.type===S.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return S.TYPE}};S.TYPE="order_subscriptions";var _a=S,Pa=_a;var y=class y extends n{async create(e,t,r){return this.resources.create({...e,type:y.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:y.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:y.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`orders/${s}/market`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`orders/${s}/customer`,t,r)}async shipping_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${s}/shipping_address`,t,r)}async billing_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${s}/billing_address`,t,r)}async store(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`orders/${s}/store`,t,r)}async available_payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${s}/available_payment_methods`,t,r)}async available_customer_payment_sources(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`orders/${s}/available_customer_payment_sources`,t,r)}async available_free_skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`orders/${s}/available_free_skus`,t,r)}async available_free_bundles(e,t,r){let s=e.id||e;return this.resources.fetch({type:"bundles"},`orders/${s}/available_free_bundles`,t,r)}async payment_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${s}/payment_method`,t,r)}async line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`orders/${s}/line_items`,t,r)}async line_item_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_item_options"},`orders/${s}/line_item_options`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`orders/${s}/stock_reservations`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`orders/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`orders/${s}/stock_transfers`,t,r)}async shipments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`orders/${s}/shipments`,t,r)}async payment_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_options"},`orders/${s}/payment_options`,t,r)}async authorizations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`orders/${s}/authorizations`,t,r)}async captures(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`orders/${s}/captures`,t,r)}async voids(e,t,r){let s=e.id||e;return this.resources.fetch({type:"voids"},`orders/${s}/voids`,t,r)}async refunds(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`orders/${s}/refunds`,t,r)}async returns(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`orders/${s}/returns`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${s}/order_subscription`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${s}/order_subscriptions`,t,r)}async order_factories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_factories"},`orders/${s}/order_factories`,t,r)}async order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_copies"},`orders/${s}/order_copies`,t,r)}async recurring_order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`orders/${s}/recurring_order_copies`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`orders/${s}/attachments`,t,r)}async notifications(e,t,r){let s=e.id||e;return this.resources.fetch({type:"notifications"},`orders/${s}/notifications`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`orders/${s}/links`,t,r)}async resource_errors(e,t,r){let s=e.id||e;return this.resources.fetch({type:"resource_errors"},`orders/${s}/resource_errors`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`orders/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`orders/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`orders/${s}/versions`,t,r)}async _archive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_archive:!0},t,r)}async _unarchive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_unarchive:!0},t,r)}async _pending(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_pending:!0},t,r)}async _place(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_place:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_cancel:!0},t,r)}async _approve(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_approve:!0},t,r)}async _approve_and_capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_approve_and_capture:!0},t,r)}async _authorize(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_authorize:!0},t,r)}async _authorization_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_authorization_amount_cents:t},r,s)}async _capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_capture:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refund:!0},t,r)}async _fulfill(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_fulfill:!0},t,r)}async _update_taxes(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_update_taxes:!0},t,r)}async _nullify_payment_source(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_nullify_payment_source:!0},t,r)}async _fix_payment_source(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_fix_payment_source:!0},t,r)}async _billing_address_clone_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_billing_address_clone_id:t},r,s)}async _shipping_address_clone_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_shipping_address_clone_id:t},r,s)}async _customer_payment_source_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_customer_payment_source_id:t},r,s)}async _shipping_address_same_as_billing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_shipping_address_same_as_billing:!0},t,r)}async _billing_address_same_as_shipping(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_billing_address_same_as_shipping:!0},t,r)}async _commit_invoice(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_commit_invoice:!0},t,r)}async _refund_invoice(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refund_invoice:!0},t,r)}async _save_payment_source_to_customer_wallet(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_payment_source_to_customer_wallet:!0},t,r)}async _save_shipping_address_to_customer_address_book(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_shipping_address_to_customer_address_book:!0},t,r)}async _save_billing_address_to_customer_address_book(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_billing_address_to_customer_address_book:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refresh:!0},t,r)}async _validate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_validate:!0},t,r)}async _create_subscriptions(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_create_subscriptions:!0},t,r)}async _start_editing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_start_editing:!0},t,r)}async _stop_editing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_stop_editing:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_reset_circuit:!0},t,r)}isOrder(e){return e.type&&e.type===y.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return y.TYPE}};y.TYPE="orders";var ha=y,fa=ha;var Xt=class Xt extends At{isOrganization(e){return e.type&&e.type===Xt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Xt.TYPE}path(){return"organization"}};Xt.TYPE="organizations";var ka=Xt,Ca=ka;var We=class We extends n{async create(e,t,r){return this.resources.create({...e,type:We.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:We.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:We.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`packages/${s}/stock_location`,t,r)}async parcels(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`packages/${s}/parcels`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`packages/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`packages/${s}/versions`,t,r)}isPackage(e){return e.type&&e.type===We.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return We.TYPE}};We.TYPE="packages";var Ta=We,Sa=Ta;var Ke=class Ke extends n{async create(e,t,r){return this.resources.create({...e,type:Ke.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ke.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ke.TYPE}:e,t)}async parcel(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`parcel_line_items/${s}/parcel`,t,r)}async stock_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`parcel_line_items/${s}/stock_line_item`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`parcel_line_items/${s}/versions`,t,r)}isParcelLineItem(e){return e.type&&e.type===Ke.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ke.TYPE}};Ke.TYPE="parcel_line_items";var va=Ke,xa=va;var Xe=class Xe extends n{async create(e,t,r){return this.resources.create({...e,type:Xe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Xe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Xe.TYPE}:e,t)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`parcels/${s}/shipment`,t,r)}async package(e,t,r){let s=e.id||e;return this.resources.fetch({type:"packages"},`parcels/${s}/package`,t,r)}async parcel_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcel_line_items"},`parcels/${s}/parcel_line_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`parcels/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`parcels/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`parcels/${s}/versions`,t,r)}isParcel(e){return e.type&&e.type===Xe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Xe.TYPE}};Xe.TYPE="parcels";var La=Xe,ba=La;var Nt=class Nt extends n{async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`payment_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`payment_gateways/${s}/versions`,t,r)}isPaymentGateway(e){return e.type&&e.type===Nt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Nt.TYPE}};Nt.TYPE="payment_gateways";var wa=Nt,Aa=wa;var j=class j extends n{async create(e,t,r){return this.resources.create({...e,type:j.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:j.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:j.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`payment_methods/${s}/market`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`payment_methods/${s}/payment_gateway`,t,r)}async store(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`payment_methods/${s}/store`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`payment_methods/${s}/orders`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`payment_methods/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`payment_methods/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:j.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:j.TYPE,_enable:!0},t,r)}isPaymentMethod(e){return e.type&&e.type===j.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return j.TYPE}};j.TYPE="payment_methods";var Ea=j,Oa=Ea;var Ne=class Ne extends n{async create(e,t,r){return this.resources.create({...e,type:Ne.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ne.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ne.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`payment_options/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`payment_options/${s}/attachments`,t,r)}isPaymentOption(e){return e.type&&e.type===Ne.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ne.TYPE}};Ne.TYPE="payment_options";var Ia=Ne,Ma=Ia;var Ze=class Ze extends n{async create(e,t,r){return this.resources.create({...e,type:Ze.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ze.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ze.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`paypal_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`paypal_gateways/${s}/versions`,t,r)}async paypal_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"paypal_payments"},`paypal_gateways/${s}/paypal_payments`,t,r)}isPaypalGateway(e){return e.type&&e.type===Ze.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ze.TYPE}};Ze.TYPE="paypal_gateways";var Qa=Ze,Ga=Qa;var He=class He extends n{async create(e,t,r){return this.resources.create({...e,type:He.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:He.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:He.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`paypal_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`paypal_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`paypal_payments/${s}/versions`,t,r)}isPaypalPayment(e){return e.type&&e.type===He.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return He.TYPE}};He.TYPE="paypal_payments";var Ya=He,Ua=Ya;var D=class D extends n{async create(e,t,r){return this.resources.create({...e,type:D.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:D.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:D.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`percentage_discount_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`percentage_discount_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`percentage_discount_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`percentage_discount_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`percentage_discount_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`percentage_discount_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`percentage_discount_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`percentage_discount_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`percentage_discount_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`percentage_discount_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`percentage_discount_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`percentage_discount_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:D.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:D.TYPE,_enable:!0},t,r)}isPercentageDiscountPromotion(e){return e.type&&e.type===D.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return D.TYPE}};D.TYPE="percentage_discount_promotions";var Va=D,Fa=Va;var Je=class Je extends n{async create(e,t,r){return this.resources.create({...e,type:Je.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Je.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Je.TYPE}:e,t)}async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_frequency_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_frequency_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_frequency_tiers/${s}/versions`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_frequency_tiers/${s}/events`,t,r)}isPriceFrequencyTier(e){return e.type&&e.type===Je.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Je.TYPE}};Je.TYPE="price_frequency_tiers";var $a=Je,Ba=$a;var W=class W extends n{async create(e,t,r){return this.resources.create({...e,type:W.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:W.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:W.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`price_list_schedulers/${s}/market`,t,r)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`price_list_schedulers/${s}/price_list`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_list_schedulers/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_list_schedulers/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:W.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:W.TYPE,_enable:!0},t,r)}isPriceListScheduler(e){return e.type&&e.type===W.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return W.TYPE}};W.TYPE="price_list_schedulers";var qa=W,za=qa;var et=class et extends n{async create(e,t,r){return this.resources.create({...e,type:et.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:et.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:et.TYPE}:e,t)}async prices(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_lists/${s}/prices`,t,r)}async price_list_schedulers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_list_schedulers"},`price_lists/${s}/price_list_schedulers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_lists/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_lists/${s}/versions`,t,r)}isPriceList(e){return e.type&&e.type===et.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return et.TYPE}};et.TYPE="price_lists";var ja=et,Da=ja;var Zt=class Zt extends n{async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_tiers/${s}/versions`,t,r)}isPriceTier(e){return e.type&&e.type===Zt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Zt.TYPE}};Zt.TYPE="price_tiers";var Wa=Zt,Ka=Wa;var tt=class tt extends n{async create(e,t,r){return this.resources.create({...e,type:tt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:tt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:tt.TYPE}:e,t)}async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_volume_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_volume_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_volume_tiers/${s}/versions`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_volume_tiers/${s}/events`,t,r)}isPriceVolumeTier(e){return e.type&&e.type===tt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return tt.TYPE}};tt.TYPE="price_volume_tiers";var Xa=tt,Na=Xa;var rt=class rt extends n{async create(e,t,r){return this.resources.create({...e,type:rt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:rt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:rt.TYPE}:e,t)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`prices/${s}/price_list`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`prices/${s}/sku`,t,r)}async price_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_tiers"},`prices/${s}/price_tiers`,t,r)}async price_volume_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_volume_tiers"},`prices/${s}/price_volume_tiers`,t,r)}async price_frequency_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_frequency_tiers"},`prices/${s}/price_frequency_tiers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`prices/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`prices/${s}/versions`,t,r)}async jwt_customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`prices/${s}/jwt_customer`,t,r)}async jwt_markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`prices/${s}/jwt_markets`,t,r)}async jwt_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`prices/${s}/jwt_stock_locations`,t,r)}isPrice(e){return e.type&&e.type===rt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return rt.TYPE}};rt.TYPE="prices";var Za=rt,Ha=Za;var Ht=class Ht extends n{async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`promotion_rules/${s}/versions`,t,r)}isPromotionRule(e){return e.type&&e.type===Ht.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ht.TYPE}};Ht.TYPE="promotion_rules";var Ja=Ht,eu=Ja;var Jt=class Jt extends n{async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`promotions/${s}/versions`,t,r)}isPromotion(e){return e.type&&e.type===Jt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Jt.TYPE}};Jt.TYPE="promotions";var tu=Jt,ru=tu;var st=class st extends n{async create(e,t,r){return this.resources.create({...e,type:st.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:st.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:st.TYPE}:e,t)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`recurring_order_copies/${s}/events`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`recurring_order_copies/${s}/order_subscription`,t,r)}isRecurringOrderCopy(e){return e.type&&e.type===st.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return st.TYPE}};st.TYPE="recurring_order_copies";var su=st,ou=su;var vt=class vt extends n{async update(e,t,r){return this.resources.update({...e,type:vt.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`refunds/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`refunds/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`refunds/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`refunds/${s}/versions`,t,r)}async reference_capture(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`refunds/${s}/reference_capture`,t,r)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`refunds/${s}/return`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:vt.TYPE,_forward:!0},t,r)}isRefund(e){return e.type&&e.type===vt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return vt.TYPE}};vt.TYPE="refunds";var nu=vt,iu=nu;var er=class er extends n{async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`reserved_stocks/${s}/stock_item`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`reserved_stocks/${s}/sku`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`reserved_stocks/${s}/stock_reservations`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`reserved_stocks/${s}/versions`,t,r)}isReservedStock(e){return e.type&&e.type===er.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return er.TYPE}};er.TYPE="reserved_stocks";var au=er,uu=au;var tr=class tr extends n{isResourceError(e){return e.type&&e.type===tr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return tr.TYPE}};tr.TYPE="resource_errors";var pu=tr,cu=pu;var ie=class ie extends n{async create(e,t,r){return this.resources.create({...e,type:ie.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ie.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ie.TYPE}:e,t)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`return_line_items/${s}/return`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`return_line_items/${s}/line_item`,t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ie.TYPE,_restock:!0},t,r)}isReturnLineItem(e){return e.type&&e.type===ie.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ie.TYPE}};ie.TYPE="return_line_items";var lu=ie,mu=lu;var _=class _ extends n{async create(e,t,r){return this.resources.create({...e,type:_.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`returns/${s}/order`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`returns/${s}/customer`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`returns/${s}/stock_location`,t,r)}async origin_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/origin_address`,t,r)}async destination_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/destination_address`,t,r)}async reference_capture(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`returns/${s}/reference_capture`,t,r)}async reference_refund(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`returns/${s}/reference_refund`,t,r)}async return_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"return_line_items"},`returns/${s}/return_line_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`returns/${s}/attachments`,t,r)}async resource_errors(e,t,r){let s=e.id||e;return this.resources.fetch({type:"resource_errors"},`returns/${s}/resource_errors`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`returns/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`returns/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`returns/${s}/versions`,t,r)}async _request(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_request:!0},t,r)}async _approve(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_approve:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_cancel:!0},t,r)}async _ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_ship:!0},t,r)}async _reject(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_reject:!0},t,r)}async _receive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_receive:!0},t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_restock:!0},t,r)}async _archive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_archive:!0},t,r)}async _unarchive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_unarchive:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_refund:!0},t,r)}async _refund_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_refund_amount_cents:t},r,s)}isReturn(e){return e.type&&e.type===_.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _.TYPE}};_.TYPE="returns";var yu=_,du=yu;var ot=class ot extends n{async create(e,t,r){return this.resources.create({...e,type:ot.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ot.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ot.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`satispay_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`satispay_gateways/${s}/versions`,t,r)}async satispay_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"satispay_payments"},`satispay_gateways/${s}/satispay_payments`,t,r)}isSatispayGateway(e){return e.type&&e.type===ot.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ot.TYPE}};ot.TYPE="satispay_gateways";var Ru=ot,gu=Ru;var ae=class ae extends n{async create(e,t,r){return this.resources.create({...e,type:ae.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ae.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ae.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`satispay_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`satispay_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`satispay_payments/${s}/versions`,t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ae.TYPE,_refresh:!0},t,r)}isSatispayPayment(e){return e.type&&e.type===ae.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ae.TYPE}};ae.TYPE="satispay_payments";var _u=ae,Pu=_u;var g=class g extends n{async create(e,t,r){return this.resources.create({...e,type:g.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:g.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:g.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`shipments/${s}/order`,t,r)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipments/${s}/shipping_category`,t,r)}async inventory_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`shipments/${s}/inventory_stock_location`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipments/${s}/stock_location`,t,r)}async origin_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${s}/origin_address`,t,r)}async shipping_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${s}/shipping_address`,t,r)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${s}/shipping_method`,t,r)}async delivery_lead_time(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipments/${s}/delivery_lead_time`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`shipments/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`shipments/${s}/stock_transfers`,t,r)}async line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`shipments/${s}/line_items`,t,r)}async available_shipping_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${s}/available_shipping_methods`,t,r)}async carrier_accounts(e,t,r){let s=e.id||e;return this.resources.fetch({type:"carrier_accounts"},`shipments/${s}/carrier_accounts`,t,r)}async parcels(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`shipments/${s}/parcels`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipments/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`shipments/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`shipments/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipments/${s}/versions`,t,r)}async _upcoming(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_upcoming:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_cancel:!0},t,r)}async _on_hold(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_on_hold:!0},t,r)}async _picking(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_picking:!0},t,r)}async _packing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_packing:!0},t,r)}async _ready_to_ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_ready_to_ship:!0},t,r)}async _ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_ship:!0},t,r)}async _deliver(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_deliver:!0},t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_reserve_stock:!0},t,r)}async _release_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_release_stock:!0},t,r)}async _decrement_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_decrement_stock:!0},t,r)}async _get_rates(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_get_rates:!0},t,r)}async _purchase(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_purchase:!0},t,r)}isShipment(e){return e.type&&e.type===g.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return g.TYPE}};g.TYPE="shipments";var hu=g,fu=hu;var nt=class nt extends n{async create(e,t,r){return this.resources.create({...e,type:nt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:nt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:nt.TYPE}:e,t)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`shipping_categories/${s}/skus`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_categories/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_categories/${s}/versions`,t,r)}isShippingCategory(e){return e.type&&e.type===nt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return nt.TYPE}};nt.TYPE="shipping_categories";var ku=nt,Cu=ku;var rr=class rr extends n{async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipping_method_tiers/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_method_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_method_tiers/${s}/versions`,t,r)}isShippingMethodTier(e){return e.type&&e.type===rr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return rr.TYPE}};rr.TYPE="shipping_method_tiers";var Tu=rr,Su=Tu;var A=class A extends n{async create(e,t,r){return this.resources.create({...e,type:A.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:A.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:A.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`shipping_methods/${s}/market`,t,r)}async shipping_zone(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_zones"},`shipping_methods/${s}/shipping_zone`,t,r)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipping_methods/${s}/shipping_category`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipping_methods/${s}/stock_location`,t,r)}async delivery_lead_time_for_shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipping_methods/${s}/delivery_lead_time_for_shipment`,t,r)}async shipping_method_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_method_tiers"},`shipping_methods/${s}/shipping_method_tiers`,t,r)}async shipping_weight_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_weight_tiers"},`shipping_methods/${s}/shipping_weight_tiers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_methods/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_methods/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_reset_circuit:!0},t,r)}isShippingMethod(e){return e.type&&e.type===A.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return A.TYPE}};A.TYPE="shipping_methods";var vu=A,xu=vu;var it=class it extends n{async create(e,t,r){return this.resources.create({...e,type:it.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:it.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:it.TYPE}:e,t)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipping_weight_tiers/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_weight_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_weight_tiers/${s}/versions`,t,r)}isShippingWeightTier(e){return e.type&&e.type===it.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return it.TYPE}};it.TYPE="shipping_weight_tiers";var Lu=it,bu=Lu;var at=class at extends n{async create(e,t,r){return this.resources.create({...e,type:at.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:at.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:at.TYPE}:e,t)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_zones/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_zones/${s}/versions`,t,r)}isShippingZone(e){return e.type&&e.type===at.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return at.TYPE}};at.TYPE="shipping_zones";var wu=at,Au=wu;var ut=class ut extends n{async create(e,t,r){return this.resources.create({...e,type:ut.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ut.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ut.TYPE}:e,t)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`sku_list_items/${s}/sku_list`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_list_items/${s}/sku`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_list_items/${s}/versions`,t,r)}isSkuListItem(e){return e.type&&e.type===ut.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ut.TYPE}};ut.TYPE="sku_list_items";var Eu=ut,Ou=Eu;var pt=class pt extends n{async create(e,t,r){return this.resources.create({...e,type:pt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:pt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:pt.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_list_promotion_rules/${s}/versions`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`sku_list_promotion_rules/${s}/sku_list`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_list_promotion_rules/${s}/skus`,t,r)}isSkuListPromotionRule(e){return e.type&&e.type===pt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return pt.TYPE}};pt.TYPE="sku_list_promotion_rules";var Iu=pt,Mu=Iu;var ct=class ct extends n{async create(e,t,r){return this.resources.create({...e,type:ct.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ct.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ct.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`sku_lists/${s}/customer`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_lists/${s}/skus`,t,r)}async sku_list_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_items"},`sku_lists/${s}/sku_list_items`,t,r)}async bundles(e,t,r){let s=e.id||e;return this.resources.fetch({type:"bundles"},`sku_lists/${s}/bundles`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`sku_lists/${s}/attachments`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`sku_lists/${s}/links`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_lists/${s}/versions`,t,r)}isSkuList(e){return e.type&&e.type===ct.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ct.TYPE}};ct.TYPE="sku_lists";var Qu=ct,Gu=Qu;var lt=class lt extends n{async create(e,t,r){return this.resources.create({...e,type:lt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:lt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:lt.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`sku_options/${s}/market`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`sku_options/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`sku_options/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`sku_options/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_options/${s}/versions`,t,r)}isSkuOption(e){return e.type&&e.type===lt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return lt.TYPE}};lt.TYPE="sku_options";var Yu=lt,Uu=Yu;var mt=class mt extends n{async create(e,t,r){return this.resources.create({...e,type:mt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:mt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:mt.TYPE}:e,t)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`skus/${s}/shipping_category`,t,r)}async prices(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`skus/${s}/prices`,t,r)}async stock_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`skus/${s}/stock_items`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`skus/${s}/stock_reservations`,t,r)}async delivery_lead_times(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`skus/${s}/delivery_lead_times`,t,r)}async sku_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_options"},`skus/${s}/sku_options`,t,r)}async sku_list_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_items"},`skus/${s}/sku_list_items`,t,r)}async sku_lists(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`skus/${s}/sku_lists`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`skus/${s}/attachments`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`skus/${s}/links`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`skus/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`skus/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`skus/${s}/versions`,t,r)}async jwt_customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`skus/${s}/jwt_customer`,t,r)}async jwt_markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`skus/${s}/jwt_markets`,t,r)}async jwt_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`skus/${s}/jwt_stock_locations`,t,r)}isSku(e){return e.type&&e.type===mt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return mt.TYPE}};mt.TYPE="skus";var Vu=mt,Fu=Vu;var ue=class ue extends n{async create(e,t,r){return this.resources.create({...e,type:ue.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ue.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ue.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_items/${s}/stock_location`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_items/${s}/sku`,t,r)}async reserved_stock(e,t,r){let s=e.id||e;return this.resources.fetch({type:"reserved_stocks"},`stock_items/${s}/reserved_stock`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_items/${s}/stock_reservations`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_items/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_items/${s}/versions`,t,r)}async _validate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ue.TYPE,_validate:!0},t,r)}isStockItem(e){return e.type&&e.type===ue.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ue.TYPE}};ue.TYPE="stock_items";var $u=ue,Bu=$u;var E=class E extends n{async create(e,t,r){return this.resources.create({...e,type:E.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:E.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:E.TYPE}:e,t)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`stock_line_items/${s}/shipment`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_line_items/${s}/line_item`,t,r)}async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_line_items/${s}/stock_item`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_line_items/${s}/sku`,t,r)}async stock_reservation(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_line_items/${s}/stock_reservation`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_line_items/${s}/versions`,t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_reserve_stock:!0},t,r)}async _release_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_release_stock:!0},t,r)}async _decrement_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_decrement_stock:!0},t,r)}isStockLineItem(e){return e.type&&e.type===E.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return E.TYPE}};E.TYPE="stock_line_items";var qu=E,zu=qu;var yt=class yt extends n{async create(e,t,r){return this.resources.create({...e,type:yt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:yt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:yt.TYPE}:e,t)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`stock_locations/${s}/address`,t,r)}async inventory_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`stock_locations/${s}/inventory_stock_locations`,t,r)}async inventory_return_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_return_locations"},`stock_locations/${s}/inventory_return_locations`,t,r)}async stock_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_locations/${s}/stock_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`stock_locations/${s}/stock_transfers`,t,r)}async stores(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`stock_locations/${s}/stores`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_locations/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_locations/${s}/versions`,t,r)}isStockLocation(e){return e.type&&e.type===yt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return yt.TYPE}};yt.TYPE="stock_locations";var ju=yt,Du=ju;var pe=class pe extends n{async create(e,t,r){return this.resources.create({...e,type:pe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:pe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:pe.TYPE}:e,t)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_reservations/${s}/line_item`,t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stock_reservations/${s}/order`,t,r)}async stock_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`stock_reservations/${s}/stock_line_item`,t,r)}async stock_transfer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`stock_reservations/${s}/stock_transfer`,t,r)}async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_reservations/${s}/stock_item`,t,r)}async reserved_stock(e,t,r){let s=e.id||e;return this.resources.fetch({type:"reserved_stocks"},`stock_reservations/${s}/reserved_stock`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_reservations/${s}/sku`,t,r)}async _pending(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:pe.TYPE,_pending:!0},t,r)}isStockReservation(e){return e.type&&e.type===pe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return pe.TYPE}};pe.TYPE="stock_reservations";var Wu=pe,Ku=Wu;var f=class f extends n{async create(e,t,r){return this.resources.create({...e,type:f.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:f.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:f.TYPE}:e,t)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_transfers/${s}/sku`,t,r)}async origin_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_transfers/${s}/origin_stock_location`,t,r)}async destination_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_transfers/${s}/destination_stock_location`,t,r)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`stock_transfers/${s}/shipment`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_transfers/${s}/line_item`,t,r)}async stock_reservation(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_transfers/${s}/stock_reservation`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_transfers/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`stock_transfers/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_transfers/${s}/versions`,t,r)}async _upcoming(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_upcoming:!0},t,r)}async _on_hold(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_on_hold:!0},t,r)}async _picking(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_picking:!0},t,r)}async _in_transit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_in_transit:!0},t,r)}async _complete(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_complete:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_cancel:!0},t,r)}isStockTransfer(e){return e.type&&e.type===f.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return f.TYPE}};f.TYPE="stock_transfers";var Xu=f,Nu=Xu;var dt=class dt extends n{async create(e,t,r){return this.resources.create({...e,type:dt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:dt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:dt.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`stores/${s}/market`,t,r)}async merchant(e,t,r){let s=e.id||e;return this.resources.fetch({type:"merchants"},`stores/${s}/merchant`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stores/${s}/stock_location`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stores/${s}/orders`,t,r)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`stores/${s}/payment_methods`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`stores/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stores/${s}/versions`,t,r)}isStore(e){return e.type&&e.type===dt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return dt.TYPE}};dt.TYPE="stores";var Zu=dt,Hu=Zu;var Rt=class Rt extends n{async create(e,t,r){return this.resources.create({...e,type:Rt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Rt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Rt.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`stripe_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stripe_gateways/${s}/versions`,t,r)}async stripe_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stripe_payments"},`stripe_gateways/${s}/stripe_payments`,t,r)}isStripeGateway(e){return e.type&&e.type===Rt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Rt.TYPE}};Rt.TYPE="stripe_gateways";var Ju=Rt,ep=Ju;var K=class K extends n{async create(e,t,r){return this.resources.create({...e,type:K.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:K.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:K.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stripe_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`stripe_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stripe_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:K.TYPE,_update:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:K.TYPE,_refresh:!0},t,r)}isStripePayment(e){return e.type&&e.type===K.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return K.TYPE}};K.TYPE="stripe_payments";var tp=K,rp=tp;var gt=class gt extends n{async create(e,t,r){return this.resources.create({...e,type:gt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:gt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:gt.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`subscription_models/${s}/markets`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`subscription_models/${s}/order_subscriptions`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`subscription_models/${s}/attachments`,t,r)}isSubscriptionModel(e){return e.type&&e.type===gt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return gt.TYPE}};gt.TYPE="subscription_models";var sp=gt,op=sp;var _t=class _t extends n{async create(e,t,r){return this.resources.create({...e,type:_t.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_t.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_t.TYPE}:e,t)}isTag(e){return e.type&&e.type===_t.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _t.TYPE}};_t.TYPE="tags";var np=_t,ip=np;var sr=class sr extends n{async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_calculators/${s}/versions`,t,r)}isTaxCalculator(e){return e.type&&e.type===sr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return sr.TYPE}};sr.TYPE="tax_calculators";var ap=sr,up=ap;var Pt=class Pt extends n{async create(e,t,r){return this.resources.create({...e,type:Pt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Pt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Pt.TYPE}:e,t)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`tax_categories/${s}/sku`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`tax_categories/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_categories/${s}/versions`,t,r)}isTaxCategory(e){return e.type&&e.type===Pt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Pt.TYPE}};Pt.TYPE="tax_categories";var pp=Pt,cp=pp;var ht=class ht extends n{async create(e,t,r){return this.resources.create({...e,type:ht.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ht.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ht.TYPE}:e,t)}async manual_tax_calculator(e,t,r){let s=e.id||e;return this.resources.fetch({type:"manual_tax_calculators"},`tax_rules/${s}/manual_tax_calculator`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_rules/${s}/versions`,t,r)}isTaxRule(e){return e.type&&e.type===ht.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ht.TYPE}};ht.TYPE="tax_rules";var lp=ht,mp=lp;var ft=class ft extends n{async create(e,t,r){return this.resources.create({...e,type:ft.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ft.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ft.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`taxjar_accounts/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`taxjar_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`taxjar_accounts/${s}/versions`,t,r)}async tax_categories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_categories"},`taxjar_accounts/${s}/tax_categories`,t,r)}isTaxjarAccount(e){return e.type&&e.type===ft.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ft.TYPE}};ft.TYPE="taxjar_accounts";var yp=ft,dp=yp;var or=class or extends n{async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`transactions/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`transactions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`transactions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`transactions/${s}/versions`,t,r)}isTransaction(e){return e.type&&e.type===or.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return or.TYPE}};or.TYPE="transactions";var Rp=or,gp=Rp;var nr=class nr extends n{isVersion(e){return e.type&&e.type===nr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return nr.TYPE}};nr.TYPE="versions";var _p=nr,Pp=_p;var xt=class xt extends n{async update(e,t,r){return this.resources.update({...e,type:xt.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`voids/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`voids/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`voids/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`voids/${s}/versions`,t,r)}async reference_authorization(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`voids/${s}/reference_authorization`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:xt.TYPE,_forward:!0},t,r)}isVoid(e){return e.type&&e.type===xt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return xt.TYPE}};xt.TYPE="voids";var hp=xt,fp=hp;var O=class O extends n{async create(e,t,r){return this.resources.create({...e,type:O.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:O.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:O.TYPE}:e,t)}async last_event_callbacks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"event_callbacks"},`webhooks/${s}/last_event_callbacks`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`webhooks/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_reset_circuit:!0},t,r)}isWebhook(e){return e.type&&e.type===O.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return O.TYPE}};O.TYPE="webhooks";var kp=O,Cp=kp;var kt=class kt extends n{async create(e,t,r){return this.resources.create({...e,type:kt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:kt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:kt.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`wire_transfers/${s}/order`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`wire_transfers/${s}/versions`,t,r)}isWireTransfer(e){return e.type&&e.type===kt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return kt.TYPE}};kt.TYPE="wire_transfers";var Tp=kt,Sp=Tp;var wt=["addresses","adjustments","adyen_gateways","adyen_payments","applications","attachments","authorizations","avalara_accounts","axerve_gateways","axerve_payments","bing_geocoders","braintree_gateways","braintree_payments","bundles","buy_x_pay_y_promotions","captures","carrier_accounts","checkout_com_gateways","checkout_com_payments","cleanups","coupon_codes_promotion_rules","coupon_recipients","coupons","custom_promotion_rules","customer_addresses","customer_groups","customer_password_resets","customer_payment_sources","customer_subscriptions","customers","delivery_lead_times","event_callbacks","events","exports","external_gateways","external_payments","external_promotions","external_tax_calculators","fixed_amount_promotions","fixed_price_promotions","flex_promotions","free_gift_promotions","free_shipping_promotions","geocoders","gift_card_recipients","gift_cards","google_geocoders","imports","in_stock_subscriptions","inventory_models","inventory_return_locations","inventory_stock_locations","klarna_gateways","klarna_payments","line_item_options","line_items","links","manual_gateways","manual_tax_calculators","markets","merchants","notifications","order_amount_promotion_rules","order_copies","order_factories","order_subscription_items","order_subscriptions","orders","organizations","packages","parcel_line_items","parcels","payment_gateways","payment_methods","payment_options","paypal_gateways","paypal_payments","percentage_discount_promotions","price_frequency_tiers","price_list_schedulers","price_lists","price_tiers","price_volume_tiers","prices","promotion_rules","promotions","recurring_order_copies","refunds","reserved_stocks","resource_errors","return_line_items","returns","satispay_gateways","satispay_payments","shipments","shipping_categories","shipping_method_tiers","shipping_methods","shipping_weight_tiers","shipping_zones","sku_list_items","sku_list_promotion_rules","sku_lists","sku_options","skus","stock_items","stock_line_items","stock_locations","stock_reservations","stock_transfers","stores","stripe_gateways","stripe_payments","subscription_models","tags","tax_calculators","tax_categories","tax_rules","taxjar_accounts","transactions","versions","voids","webhooks","wire_transfers"],Oo=["applications","organizations"];var Et={resources:i=>i?[...wt].sort():wt,singletons:i=>i?[...Oo].sort():Oo,isSingleton:i=>Oo.includes(i),isSdkError:i=>P.isSdkError(i),isApiError:i=>ce.isApiError(i),init:i=>xp(i),isTokenExpired:i=>xo(i),get schemaVersion(){return vp}};var Fp=C("commercelayer"),vp="7.6.0";var l,Ot,ir,ar,ur,pr,cr,lr,mr,yr,dr,Rr,gr,_r,Pr,hr,fr,kr,Cr,Tr,Sr,vr,xr,Lr,br,wr,Ar,Er,Or,Ir,Mr,Qr,Gr,Yr,Ur,Vr,Fr,$r,Br,qr,zr,jr,Dr,Wr,Kr,Xr,Nr,Zr,Hr,Jr,es,ts,rs,ss,os,ns,is,as,us,ps,cs,ls,ms,ys,ds,Rs,gs,_s,Ps,hs,fs,ks,Cs,Ts,Ss,vs,xs,Ls,bs,ws,As,Es,Os,Is,Ms,Qs,Gs,Ys,Us,Vs,Fs,$s,Bs,qs,zs,js,Ds,Ws,Ks,Xs,Ns,Zs,Hs,Js,eo,to,ro,so,oo,no,io,ao,uo,po,co,lo,mo,yo,Ro,go,_o,Po,ho,fo,ko,Co,Lp=class{constructor(e){this.openApiSchemaVersion=vp;u(this,l);u(this,Ot);u(this,ir);u(this,ar);u(this,ur);u(this,pr);u(this,cr);u(this,lr);u(this,mr);u(this,yr);u(this,dr);u(this,Rr);u(this,gr);u(this,_r);u(this,Pr);u(this,hr);u(this,fr);u(this,kr);u(this,Cr);u(this,Tr);u(this,Sr);u(this,vr);u(this,xr);u(this,Lr);u(this,br);u(this,wr);u(this,Ar);u(this,Er);u(this,Or);u(this,Ir);u(this,Mr);u(this,Qr);u(this,Gr);u(this,Yr);u(this,Ur);u(this,Vr);u(this,Fr);u(this,$r);u(this,Br);u(this,qr);u(this,zr);u(this,jr);u(this,Dr);u(this,Wr);u(this,Kr);u(this,Xr);u(this,Nr);u(this,Zr);u(this,Hr);u(this,Jr);u(this,es);u(this,ts);u(this,rs);u(this,ss);u(this,os);u(this,ns);u(this,is);u(this,as);u(this,us);u(this,ps);u(this,cs);u(this,ls);u(this,ms);u(this,ys);u(this,ds);u(this,Rs);u(this,gs);u(this,_s);u(this,Ps);u(this,hs);u(this,fs);u(this,ks);u(this,Cs);u(this,Ts);u(this,Ss);u(this,vs);u(this,xs);u(this,Ls);u(this,bs);u(this,ws);u(this,As);u(this,Es);u(this,Os);u(this,Is);u(this,Ms);u(this,Qs);u(this,Gs);u(this,Ys);u(this,Us);u(this,Vs);u(this,Fs);u(this,$s);u(this,Bs);u(this,qs);u(this,zs);u(this,js);u(this,Ds);u(this,Ws);u(this,Ks);u(this,Xs);u(this,Ns);u(this,Zs);u(this,Hs);u(this,Js);u(this,eo);u(this,to);u(this,ro);u(this,so);u(this,oo);u(this,no);u(this,io);u(this,ao);u(this,uo);u(this,po);u(this,co);u(this,lo);u(this,mo);u(this,yo);u(this,Ro);u(this,go);u(this,_o);u(this,Po);u(this,ho);u(this,fo);u(this,ko);u(this,Co);if(Fp("new commercelayer instance %O",e),(!e.organization||!e.domain)&&e.accessToken){let t=Yo(e.accessToken);!e.organization&&t?.organization?.slug&&(e.organization=t.organization.slug),!e.domain&&t?.iss&&(e.domain=String(t.iss).replace("https://auth.",""))}a(this,l,new Vp(e)),a(this,Ot,e.organization??"")}get addresses(){return o(this,ir)||a(this,ir,new Wo(o(this,l)))}get adjustments(){return o(this,ar)||a(this,ar,new Xo(o(this,l)))}get adyen_gateways(){return o(this,ur)||a(this,ur,new Zo(o(this,l)))}get adyen_payments(){return o(this,pr)||a(this,pr,new Jo(o(this,l)))}get application(){return o(this,cr)||a(this,cr,new tn(o(this,l)))}get attachments(){return o(this,lr)||a(this,lr,new sn(o(this,l)))}get authorizations(){return o(this,mr)||a(this,mr,new nn(o(this,l)))}get avalara_accounts(){return o(this,yr)||a(this,yr,new un(o(this,l)))}get axerve_gateways(){return o(this,dr)||a(this,dr,new cn(o(this,l)))}get axerve_payments(){return o(this,Rr)||a(this,Rr,new mn(o(this,l)))}get bing_geocoders(){return o(this,gr)||a(this,gr,new dn(o(this,l)))}get braintree_gateways(){return o(this,_r)||a(this,_r,new gn(o(this,l)))}get braintree_payments(){return o(this,Pr)||a(this,Pr,new Pn(o(this,l)))}get bundles(){return o(this,hr)||a(this,hr,new fn(o(this,l)))}get buy_x_pay_y_promotions(){return o(this,fr)||a(this,fr,new Cn(o(this,l)))}get captures(){return o(this,kr)||a(this,kr,new Sn(o(this,l)))}get carrier_accounts(){return o(this,Cr)||a(this,Cr,new xn(o(this,l)))}get checkout_com_gateways(){return o(this,Tr)||a(this,Tr,new bn(o(this,l)))}get checkout_com_payments(){return o(this,Sr)||a(this,Sr,new An(o(this,l)))}get cleanups(){return o(this,vr)||a(this,vr,new On(o(this,l)))}get coupon_codes_promotion_rules(){return o(this,xr)||a(this,xr,new Mn(o(this,l)))}get coupon_recipients(){return o(this,Lr)||a(this,Lr,new Gn(o(this,l)))}get coupons(){return o(this,br)||a(this,br,new Un(o(this,l)))}get custom_promotion_rules(){return o(this,wr)||a(this,wr,new Fn(o(this,l)))}get customer_addresses(){return o(this,Ar)||a(this,Ar,new Bn(o(this,l)))}get customer_groups(){return o(this,Er)||a(this,Er,new zn(o(this,l)))}get customer_password_resets(){return o(this,Or)||a(this,Or,new Dn(o(this,l)))}get customer_payment_sources(){return o(this,Ir)||a(this,Ir,new Kn(o(this,l)))}get customer_subscriptions(){return o(this,Mr)||a(this,Mr,new Nn(o(this,l)))}get customers(){return o(this,Qr)||a(this,Qr,new Hn(o(this,l)))}get delivery_lead_times(){return o(this,Gr)||a(this,Gr,new ei(o(this,l)))}get event_callbacks(){return o(this,Yr)||a(this,Yr,new ri(o(this,l)))}get events(){return o(this,Ur)||a(this,Ur,new oi(o(this,l)))}get exports(){return o(this,Vr)||a(this,Vr,new ii(o(this,l)))}get external_gateways(){return o(this,Fr)||a(this,Fr,new ui(o(this,l)))}get external_payments(){return o(this,$r)||a(this,$r,new ci(o(this,l)))}get external_promotions(){return o(this,Br)||a(this,Br,new mi(o(this,l)))}get external_tax_calculators(){return o(this,qr)||a(this,qr,new di(o(this,l)))}get fixed_amount_promotions(){return o(this,zr)||a(this,zr,new gi(o(this,l)))}get fixed_price_promotions(){return o(this,jr)||a(this,jr,new Pi(o(this,l)))}get flex_promotions(){return o(this,Dr)||a(this,Dr,new fi(o(this,l)))}get free_gift_promotions(){return o(this,Wr)||a(this,Wr,new Ci(o(this,l)))}get free_shipping_promotions(){return o(this,Kr)||a(this,Kr,new Si(o(this,l)))}get geocoders(){return o(this,Xr)||a(this,Xr,new xi(o(this,l)))}get gift_card_recipients(){return o(this,Nr)||a(this,Nr,new bi(o(this,l)))}get gift_cards(){return o(this,Zr)||a(this,Zr,new Ai(o(this,l)))}get google_geocoders(){return o(this,Hr)||a(this,Hr,new Oi(o(this,l)))}get imports(){return o(this,Jr)||a(this,Jr,new Mi(o(this,l)))}get in_stock_subscriptions(){return o(this,es)||a(this,es,new Gi(o(this,l)))}get inventory_models(){return o(this,ts)||a(this,ts,new Ui(o(this,l)))}get inventory_return_locations(){return o(this,rs)||a(this,rs,new Fi(o(this,l)))}get inventory_stock_locations(){return o(this,ss)||a(this,ss,new Bi(o(this,l)))}get klarna_gateways(){return o(this,os)||a(this,os,new zi(o(this,l)))}get klarna_payments(){return o(this,ns)||a(this,ns,new Di(o(this,l)))}get line_item_options(){return o(this,is)||a(this,is,new Ki(o(this,l)))}get line_items(){return o(this,as)||a(this,as,new Ni(o(this,l)))}get links(){return o(this,us)||a(this,us,new Hi(o(this,l)))}get manual_gateways(){return o(this,ps)||a(this,ps,new ea(o(this,l)))}get manual_tax_calculators(){return o(this,cs)||a(this,cs,new ra(o(this,l)))}get markets(){return o(this,ls)||a(this,ls,new oa(o(this,l)))}get merchants(){return o(this,ms)||a(this,ms,new ia(o(this,l)))}get notifications(){return o(this,ys)||a(this,ys,new ua(o(this,l)))}get order_amount_promotion_rules(){return o(this,ds)||a(this,ds,new ca(o(this,l)))}get order_copies(){return o(this,Rs)||a(this,Rs,new ma(o(this,l)))}get order_factories(){return o(this,gs)||a(this,gs,new da(o(this,l)))}get order_subscription_items(){return o(this,_s)||a(this,_s,new ga(o(this,l)))}get order_subscriptions(){return o(this,Ps)||a(this,Ps,new Pa(o(this,l)))}get orders(){return o(this,hs)||a(this,hs,new fa(o(this,l)))}get organization(){return o(this,fs)||a(this,fs,new Ca(o(this,l)))}get packages(){return o(this,ks)||a(this,ks,new Sa(o(this,l)))}get parcel_line_items(){return o(this,Cs)||a(this,Cs,new xa(o(this,l)))}get parcels(){return o(this,Ts)||a(this,Ts,new ba(o(this,l)))}get payment_gateways(){return o(this,Ss)||a(this,Ss,new Aa(o(this,l)))}get payment_methods(){return o(this,vs)||a(this,vs,new Oa(o(this,l)))}get payment_options(){return o(this,xs)||a(this,xs,new Ma(o(this,l)))}get paypal_gateways(){return o(this,Ls)||a(this,Ls,new Ga(o(this,l)))}get paypal_payments(){return o(this,bs)||a(this,bs,new Ua(o(this,l)))}get percentage_discount_promotions(){return o(this,ws)||a(this,ws,new Fa(o(this,l)))}get price_frequency_tiers(){return o(this,As)||a(this,As,new Ba(o(this,l)))}get price_list_schedulers(){return o(this,Es)||a(this,Es,new za(o(this,l)))}get price_lists(){return o(this,Os)||a(this,Os,new Da(o(this,l)))}get price_tiers(){return o(this,Is)||a(this,Is,new Ka(o(this,l)))}get price_volume_tiers(){return o(this,Ms)||a(this,Ms,new Na(o(this,l)))}get prices(){return o(this,Qs)||a(this,Qs,new Ha(o(this,l)))}get promotion_rules(){return o(this,Gs)||a(this,Gs,new eu(o(this,l)))}get promotions(){return o(this,Ys)||a(this,Ys,new ru(o(this,l)))}get recurring_order_copies(){return o(this,Us)||a(this,Us,new ou(o(this,l)))}get refunds(){return o(this,Vs)||a(this,Vs,new iu(o(this,l)))}get reserved_stocks(){return o(this,Fs)||a(this,Fs,new uu(o(this,l)))}get resource_errors(){return o(this,$s)||a(this,$s,new cu(o(this,l)))}get return_line_items(){return o(this,Bs)||a(this,Bs,new mu(o(this,l)))}get returns(){return o(this,qs)||a(this,qs,new du(o(this,l)))}get satispay_gateways(){return o(this,zs)||a(this,zs,new gu(o(this,l)))}get satispay_payments(){return o(this,js)||a(this,js,new Pu(o(this,l)))}get shipments(){return o(this,Ds)||a(this,Ds,new fu(o(this,l)))}get shipping_categories(){return o(this,Ws)||a(this,Ws,new Cu(o(this,l)))}get shipping_method_tiers(){return o(this,Ks)||a(this,Ks,new Su(o(this,l)))}get shipping_methods(){return o(this,Xs)||a(this,Xs,new xu(o(this,l)))}get shipping_weight_tiers(){return o(this,Ns)||a(this,Ns,new bu(o(this,l)))}get shipping_zones(){return o(this,Zs)||a(this,Zs,new Au(o(this,l)))}get sku_list_items(){return o(this,Hs)||a(this,Hs,new Ou(o(this,l)))}get sku_list_promotion_rules(){return o(this,Js)||a(this,Js,new Mu(o(this,l)))}get sku_lists(){return o(this,eo)||a(this,eo,new Gu(o(this,l)))}get sku_options(){return o(this,to)||a(this,to,new Uu(o(this,l)))}get skus(){return o(this,ro)||a(this,ro,new Fu(o(this,l)))}get stock_items(){return o(this,so)||a(this,so,new Bu(o(this,l)))}get stock_line_items(){return o(this,oo)||a(this,oo,new zu(o(this,l)))}get stock_locations(){return o(this,no)||a(this,no,new Du(o(this,l)))}get stock_reservations(){return o(this,io)||a(this,io,new Ku(o(this,l)))}get stock_transfers(){return o(this,ao)||a(this,ao,new Nu(o(this,l)))}get stores(){return o(this,uo)||a(this,uo,new Hu(o(this,l)))}get stripe_gateways(){return o(this,po)||a(this,po,new ep(o(this,l)))}get stripe_payments(){return o(this,co)||a(this,co,new rp(o(this,l)))}get subscription_models(){return o(this,lo)||a(this,lo,new op(o(this,l)))}get tags(){return o(this,mo)||a(this,mo,new ip(o(this,l)))}get tax_calculators(){return o(this,yo)||a(this,yo,new up(o(this,l)))}get tax_categories(){return o(this,Ro)||a(this,Ro,new cp(o(this,l)))}get tax_rules(){return o(this,go)||a(this,go,new mp(o(this,l)))}get taxjar_accounts(){return o(this,_o)||a(this,_o,new dp(o(this,l)))}get transactions(){return o(this,Po)||a(this,Po,new gp(o(this,l)))}get versions(){return o(this,ho)||a(this,ho,new Pp(o(this,l)))}get voids(){return o(this,fo)||a(this,fo,new fp(o(this,l)))}get webhooks(){return o(this,ko)||a(this,ko,new Cp(o(this,l)))}get wire_transfers(){return o(this,Co)||a(this,Co,new Sp(o(this,l)))}get currentOrganization(){return o(this,Ot)}get currentAccessToken(){return o(this,l)?.client?.currentAccessToken}get interceptors(){return o(this,l).client.interceptors}localConfig(e){e.organization&&a(this,Ot,e.organization)}config(e){return Fp("config %o",e),this.localConfig(e),e.organization||(e.organization=this.currentOrganization),o(this,l).config(e),this}resources(){return Et.resources()}singletons(){return Et.singletons()}isSingleton(e){return Et.isSingleton(e)}isApiError(e){return Et.isApiError(e)}addRequestInterceptor(e,t){return this.interceptors.request={onSuccess:e,onFailure:t},1}addResponseInterceptor(e,t){return this.interceptors.response={onSuccess:e,onFailure:t},1}removeInterceptor(e,t=1){this.interceptors[e]=void 0}removeInterceptors(){this.removeInterceptor("request"),this.removeInterceptor("response"),this.removeRawResponseReader()}addRawResponseReader(e){let t={id:0,rawResponse:void 0,headers:void 0,ok:!0};async function r(s){if(t.rawResponse=await s?.clone().json().catch(()=>{}),t.ok=s.ok,e?.headers){let m={};s.headers.forEach((R,d)=>{m[d]=R}),t.headers=m}return s}return this.interceptors.rawReader={onSuccess:r,onFailure:r},t.id=1,t}removeRawResponseReader(){this.interceptors.rawReader=void 0}};l=new WeakMap,Ot=new WeakMap,ir=new WeakMap,ar=new WeakMap,ur=new WeakMap,pr=new WeakMap,cr=new WeakMap,lr=new WeakMap,mr=new WeakMap,yr=new WeakMap,dr=new WeakMap,Rr=new WeakMap,gr=new WeakMap,_r=new WeakMap,Pr=new WeakMap,hr=new WeakMap,fr=new WeakMap,kr=new WeakMap,Cr=new WeakMap,Tr=new WeakMap,Sr=new WeakMap,vr=new WeakMap,xr=new WeakMap,Lr=new WeakMap,br=new WeakMap,wr=new WeakMap,Ar=new WeakMap,Er=new WeakMap,Or=new WeakMap,Ir=new WeakMap,Mr=new WeakMap,Qr=new WeakMap,Gr=new WeakMap,Yr=new WeakMap,Ur=new WeakMap,Vr=new WeakMap,Fr=new WeakMap,$r=new WeakMap,Br=new WeakMap,qr=new WeakMap,zr=new WeakMap,jr=new WeakMap,Dr=new WeakMap,Wr=new WeakMap,Kr=new WeakMap,Xr=new WeakMap,Nr=new WeakMap,Zr=new WeakMap,Hr=new WeakMap,Jr=new WeakMap,es=new WeakMap,ts=new WeakMap,rs=new WeakMap,ss=new WeakMap,os=new WeakMap,ns=new WeakMap,is=new WeakMap,as=new WeakMap,us=new WeakMap,ps=new WeakMap,cs=new WeakMap,ls=new WeakMap,ms=new WeakMap,ys=new WeakMap,ds=new WeakMap,Rs=new WeakMap,gs=new WeakMap,_s=new WeakMap,Ps=new WeakMap,hs=new WeakMap,fs=new WeakMap,ks=new WeakMap,Cs=new WeakMap,Ts=new WeakMap,Ss=new WeakMap,vs=new WeakMap,xs=new WeakMap,Ls=new WeakMap,bs=new WeakMap,ws=new WeakMap,As=new WeakMap,Es=new WeakMap,Os=new WeakMap,Is=new WeakMap,Ms=new WeakMap,Qs=new WeakMap,Gs=new WeakMap,Ys=new WeakMap,Us=new WeakMap,Vs=new WeakMap,Fs=new WeakMap,$s=new WeakMap,Bs=new WeakMap,qs=new WeakMap,zs=new WeakMap,js=new WeakMap,Ds=new WeakMap,Ws=new WeakMap,Ks=new WeakMap,Xs=new WeakMap,Ns=new WeakMap,Zs=new WeakMap,Hs=new WeakMap,Js=new WeakMap,eo=new WeakMap,to=new WeakMap,ro=new WeakMap,so=new WeakMap,oo=new WeakMap,no=new WeakMap,io=new WeakMap,ao=new WeakMap,uo=new WeakMap,po=new WeakMap,co=new WeakMap,lo=new WeakMap,mo=new WeakMap,yo=new WeakMap,Ro=new WeakMap,go=new WeakMap,_o=new WeakMap,Po=new WeakMap,ho=new WeakMap,fo=new WeakMap,ko=new WeakMap,Co=new WeakMap;var $p=i=>new Lp(i),xp=$p;export{$p as CommerceLayer,Et as CommerceLayerStatic,xp as default};
|
1
|
+
var Bc=i=>{throw TypeError(i)};var ep=(i=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(i,{get:(e,t)=>(typeof require<"u"?require:e)[t]}):i)(function(i){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+i+'" is not supported')});var qc=(i,e,t)=>e.has(i)||Bc("Cannot "+t);var o=(i,e,t)=>(qc(i,e,"read from private field"),t?t.call(i):e.get(i)),u=(i,e,t)=>e.has(i)?Bc("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(i):e.set(i,t),a=(i,e,t,r)=>(qc(i,e,"write to private field"),r?r.call(i,t):e.set(i,t),t);var tp=(i,...e)=>{},Dc=i=>tp;try{let i=ep("debug");i&&typeof i=="function"&&(Dc=i)}catch{}var rp="clsdk",sp=i=>Dc(`${rp}:${i}`),C=sp;var Fo=C("fetch"),Ut,Vt,Ft,$t,Ao=class Ao extends Error{constructor(t,r,s,m){super(r);u(this,Ut);u(this,Vt);u(this,Ft);u(this,$t);a(this,Vt,t),a(this,Ft,r),s&&a(this,Ut,s.errors),m&&a(this,$t,m)}get errors(){return o(this,Ut)}get status(){return o(this,Vt)}get statusText(){return o(this,Ft)}get request(){return o(this,$t)}};Ut=new WeakMap,Vt=new WeakMap,Ft=new WeakMap,$t=new WeakMap,Ao.isFetchError=t=>t instanceof Ao;var Yt=Ao,$o=async(i,e,t)=>{Fo("fetch: %s, %O, native[%s]",i,e||{},t?.fetch?"no":"yes");let r=t?.interceptors;r?.request?.onSuccess&&({url:i,options:e}=await r.request.onSuccess({url:i,options:e}));let m=await(t?.fetch||fetch)(i,e);m.ok?(r?.rawReader?.onSuccess&&await r.rawReader.onSuccess(m),r?.response?.onSuccess&&(m=await r.response.onSuccess(m))):r?.rawReader?.onFailure&&await r.rawReader.onFailure(m);let R=m.body&&m.status!==204?await m.json().then(d=>(Fo("response: %O",d),d)).catch(d=>{if(Fo("error: %s",d.message),m.ok)throw new P({message:"Error parsing API response body",type:"parse"})}):void 0;if(!m.ok){let d=new Yt(m.status,m.statusText,R,e);if(r?.response?.onFailure&&(d=await r.response.onFailure(d)),d)throw d}return R};var Bt=(d=>(d.CLIENT="client",d.REQUEST="request",d.RESPONSE="response",d.CANCEL="cancel",d.PARSE="parse",d.TIMEOUT="timeout",d.TOKEN_REFRESH="token-refresh",d))(Bt||{}),qt=class qt extends Error{static isSdkError(e){return e&&[qt.NAME,pe.NAME].includes(e.name)&&Object.values(Bt).includes(e.type)}constructor(e){super(e.message),this.name=qt.NAME,this.type=e.type||"client"}};qt.NAME="SdkError";var P=qt,Dt=class Dt extends P{constructor(t){super({...t,type:"response"});this.errors=[];this.name=Dt.NAME}static isApiError(t){return P.isSdkError(t)&&t.name===Dt.NAME&&t.type==="response"}first(){return this.errors?.length>0?this.errors[0]:void 0}};Dt.NAME="ApiError";var pe=Dt,op=i=>i instanceof TypeError,np=i=>i instanceof DOMException&&i.name==="AbortError",ip=i=>i instanceof DOMException&&i.name==="TimeoutError",zc=i=>{let e=["INVALID_TOKEN"];return pe.isApiError(i)&&i.status===401&&(e.includes(i.code||"")||i.errors&&i.errors.length>0&&e.includes(i.errors[0].code))},Bo=i=>{if(P.isSdkError(i)||pe.isApiError(i))throw i;let e=new P({message:i.message});if(Yt.isFetchError(i)){let t=new pe(e);t.type="response",t.status=i.status,t.statusText=i.statusText,t.code=String(t.status),t.errors=i.errors||[],!t.message&&t.statusText&&(t.message=t.statusText),e=t}else op(i)?e.type="request":np(i)?e.type="cancel":ip(i)?e.type="timeout":(e.type="client",e.source=i);throw e};var ap={default:{domain:"commercelayer.io",pageNumber:1,pageSize:10},client:{timeout:15e3,requiredAttributes:["organization","accessToken"]},jsonapi:{maxResourceIncluded:2}},v=ap;var qo=i=>{try{return JSON.parse(atob(i.split(".")[1]))}catch{return}},Oo=i=>{try{return qo(i).exp*1e3-Date.now()<0}catch{return!1}};var N=C("client"),Do=(i,e)=>`https://${i.toLowerCase()}.${e||v.default.domain}/api`,wt,x,h,zt,jo=class jo{constructor(e){u(this,wt);u(this,x);u(this,h);u(this,zt);N("new client instance %O",e),a(this,wt,Do(e.organization??"",e.domain)),a(this,x,e.accessToken);let t={timeout:e.timeout||v.client.timeout,fetch:e.fetch,refreshToken:e.refreshToken},s={...this.customHeaders(e.headers),Accept:"application/vnd.api+json","Content-Type":"application/vnd.api+json",Authorization:"Bearer "+o(this,x)};e.userAgent&&(s["User-Agent"]=e.userAgent),t.headers=s,a(this,h,t),N("fetch config: %O",t),a(this,zt,{})}static create(e){for(let t of v.client.requiredAttributes)if(!e||!e[t])throw new P({message:`Undefined '${t}' parameter`});return new jo(e)}get interceptors(){return o(this,zt)}get requestHeaders(){return o(this,h).headers||(o(this,h).headers={}),o(this,h).headers}config(e){N("config %o",e);let t=o(this,h);return t.headers||(t.headers={}),e.timeout&&(t.timeout=e.timeout),e.userAgent&&this.userAgent(e.userAgent),e.fetch&&(o(this,h).fetch=e.fetch),e.refreshToken&&(o(this,h).refreshToken=e.refreshToken),e.organization&&a(this,wt,Do(e.organization,e.domain)),e.accessToken&&(a(this,x,e.accessToken),t.headers.Authorization="Bearer "+o(this,x)),e.headers&&(t.headers={...t.headers,...this.customHeaders(e.headers)}),this}userAgent(e){return e&&(this.requestHeaders["User-Agent"]=e),this}async request(e,t,r,s){N("request %s %s, %O, %O",e,t,r||{},s||{}),s?.userAgent&&N("User-Agent header ignored in request config");let m=s?.organization?Do(s.organization,s.domain):o(this,wt),R=new URL(`${m}/${t}`),d=r?JSON.stringify({data:r}):void 0,Mt={...this.requestHeaders,...this.customHeaders(s?.headers)},wo=s?.accessToken||o(this,x);wo&&(Mt.Authorization="Bearer "+wo);let Qt={method:e,body:d,headers:Mt},Fc=s?.timeout||o(this,h).timeout;Fc&&(AbortSignal?.timeout?Qt.signal=AbortSignal.timeout(Fc):N("Timeout not set. Undefined function: %s","AbortSignal.timeout")),s?.params&&Object.entries(s?.params).forEach(([bt,Gt])=>{R.searchParams.append(bt,String(Gt))});let $c={interceptors:this.interceptors,fetch:s?.fetch||o(this,h).fetch};try{return await $o(R,Qt,$c).catch(bt=>Bo(bt))}catch(bt){if(zc(bt)&&o(this,h).refreshToken&&Oo(o(this,x))){N("Access token has expired");let Gt=await o(this,h).refreshToken(o(this,x)).catch(Vo=>{N("Refresh token error: %s",Vo.message);let Eo=new P({message:"Error refreshing access token",type:"token-refresh"});throw Eo.source=Vo,Eo});if(Gt)return N("Access token refreshed"),this.config({accessToken:Gt}),Qt.headers&&(Qt.headers.Authorization=`Bearer ${Gt}`),await $o(R,Qt,$c).catch(Eo=>Bo(Eo))}else throw bt}}customHeaders(e){let t={};if(e)for(let[r,s]of Object.entries(e))["accept","content-type","authorization","user-agent"].includes(r.toLowerCase())||(t[r]=s);return t}get currentAccessToken(){return o(this,x)}};wt=new WeakMap,x=new WeakMap,h=new WeakMap,zt=new WeakMap;var zo=jo,jc=zo;var Io=i=>i?.type&&i.id&&Et.includes(i.type),Wo=i=>i&&typeof i.type<"u"&&i.type&&Et.includes(i.type);var Mo=C("jsonapi"),Tt=i=>{if(!i)return i;let e;i.links&&delete i.links;let t=i.data,r=i.included;return t?Array.isArray(t)?e=t.map(s=>Qo(s,r)):e=Qo(t,r):e=t,e},Wc=(i,e=[])=>e.find(r=>i.id===r.id&&i.type===r.type)||i,Qo=(i,e,t=[])=>{if(Mo("denormalize resource: %O, %o",i,e||{}),!i)return i;let r={id:i.id,type:i.type,...i.attributes};return i.relationships&&Object.keys(i.relationships).forEach(s=>{let m=i.relationships[s].data;m?t.filter(R=>R.id===m.id&&R.type===m.type).length>=v.jsonapi.maxResourceIncluded?r[s]=m:Array.isArray(m)?r[s]=m.map(R=>Qo(Wc(R,e),e,[...t,R])):r[s]=Qo(Wc(m,e),e,[...t,m]):m===null&&(r[s]=null)}),Mo("denormalized resource: %O",r),r},Ko=i=>{Mo("normalize resource: %O",i);let e={},t={};for(let s in i){if(["type","id"].includes(s))continue;let m=i[s];Array.isArray(m)&&m.length===1&&Wo(m[0])&&m[0].id===null?t[s]={data:[]}:m&&Wo(m)&&m.id===null?t[s]={data:null}:m&&(Io(m)||Array.isArray(m)&&Io(m[0]))?t[s]={data:m}:e[s]=m}let r={type:i.type,attributes:e,relationships:t};return Io(i)&&(r.id=i.id),Mo("normalized resource: %O",r),r};var Kc=C("query"),Nc=["_any","_all","_in","_not_in_or_null"],up=i=>Nc.some(e=>i.endsWith(e)),Xc=["_jcont"],cp=i=>Xc.some(e=>i.endsWith(e)),No=i=>i&&(i.filters||i.pageNumber||i.pageSize||i.sort),St=(i,e)=>{Kc("generate query string params: %O, %O",i,e);let t={};return i&&(i.include&&(t.include=i.include.join(",")),i.fields&&(Array.isArray(i.fields)&&(i.fields={[e.type||e]:i.fields}),Object.entries(i.fields).forEach(([r,s])=>{t[`fields[${r}]`]=s.join(",")})),No(i)&&(i.sort&&(Array.isArray(i.sort)?t.sort=i.sort.join(","):t.sort=Object.entries(i.sort).map(([r,s])=>`${s==="desc"?"-":""}${r}`).join(",")),i.pageNumber&&(t["page[number]"]=String(i.pageNumber)),i.pageSize&&(t["page[size]"]=String(i.pageSize)),i.filters&&Object.entries(i.filters).forEach(([r,s])=>{let m;if(Array.isArray(s)){if(!up(r))throw new P({message:`Incorrect filter [${r}]: Array value is supported only for the following filters: ${Nc.join(", ")}`,type:"request"});m=s.join(",")}else if(typeof s=="object"){if(!cp(r))throw new P({message:`Incorrect filter [${r}]: Object value is supported only for the following filters: ${Xc.join(", ")}`,type:"request"});m=JSON.stringify(s)}else m=String(s);t[`filter[q][${r}]`]=m})),Kc("query string params: %O",t)),t};var X=C("resource"),Go=class extends Array{constructor(e,t){super(...t||[]),this.meta=e}first(){return this.length?this[0]:void 0}last(){return this.length?this[this.length-1]:void 0}get(e){return this.length&&e>=0?this[e]:void 0}hasNextPage(){return this.meta.currentPage<this.meta.pageCount}hasPrevPage(){return this.meta.currentPage>1}getRecordCount(){return this.meta.recordCount}getPageCount(){return this.meta.pageCount}get recordCount(){return this.meta.recordCount}get pageCount(){return this.meta.pageCount}};var k,Zo,Xo=class{constructor(e){u(this,k);u(this,Zo,{});a(this,k,jc.create(e)),this.localConfig(e)}localConfig(e){}config(e){return X("config %o",e),this.localConfig(e),o(this,k).config(e),this}get client(){return o(this,k)}async singleton(e,t,r,s){X("singleton: %o, %O, %O",e,t||{},r||{});let m=St(t,e);r?.params&&Object.assign(m,r?.params);let R=await o(this,k).request("GET",`${s||e.type}`,void 0,{...r,params:m});return Tt(R)}async retrieve(e,t,r){X("retrieve: %o, %O, %O",e,t||{},r||{});let s=St(t,e);r?.params&&Object.assign(s,r?.params);let m=await o(this,k).request("GET",`${e.type}/${e.id}`,void 0,{...r,params:s});return Tt(m)}async list(e,t,r){X("list: %o, %O, %O",e,t||{},r||{});let s=St(t,e);r?.params&&Object.assign(s,r?.params),s["page[number]"]||(s["page[number]"]="1");let m=await o(this,k).request("GET",`${e.type}`,void 0,{...r,params:s}),R=Tt(m),d={pageCount:Number(m.meta?.page_count),recordCount:Number(m.meta?.record_count),currentPage:t?.pageNumber||v.default.pageNumber,recordsPerPage:t?.pageSize||v.default.pageSize};return new Go(d,R)}async create(e,t,r){X("create: %o, %O, %O",e,t||{},r||{});let s=St(t,e);r?.params&&Object.assign(s,r?.params);let m=Ko(e),R=await o(this,k).request("POST",e.type,m,{...r,params:s});return Tt(R)}async update(e,t,r){X("update: %o, %O, %O",e,t||{},r||{});let s=St(t,e);r?.params&&Object.assign(s,r?.params);let m=Ko(e),R=await o(this,k).request("PATCH",`${e.type}/${e.id}`,m,{...r,params:s});return Tt(R)}async delete(e,t){X("delete: %o, %O",e,t||{}),await o(this,k).request("DELETE",`${e.type}/${e.id}`,void 0,t)}async fetch(e,t,r,s){X("fetch: %o, %O, %O",t,r||{},s||{});let m=St(r,e);s?.params&&Object.assign(m,s?.params);let R=await o(this,k).request("GET",t,void 0,{...s,params:m}),d=Tt(R);if(Array.isArray(d)){let Mt=r,wo={pageCount:Number(R.meta?.page_count),recordCount:Number(R.meta?.record_count),currentPage:Mt?.pageNumber||v.default.pageNumber,recordsPerPage:Mt?.pageSize||v.default.pageSize};return new Go(wo,d)}else return d}};k=new WeakMap,Zo=new WeakMap;var Yo=class{constructor(e){X("new resource instance: %s",this.type()),this.resources=e}relationshipOneToOne(e){return e===null||typeof e=="string"?{id:e,type:this.type()}:{id:e.id,type:this.type()}}relationshipOneToMany(...e){return e===null||e.length===0||e[0]===null?[{id:null,type:this.type()}]:e.map(t=>({id:t,type:this.type()}))}path(){return this.type()}async update(e,t,r){return this.resources.update({...e,type:this.type()},t,r)}},n=class extends Yo{async retrieve(e,t,r){return this.resources.retrieve(typeof e=="string"?{type:this.type(),id:e}:e,t,r)}async list(e,t){return this.resources.list({type:this.type()},e,t)}async count(e,t){let r={filters:No(e)?e.filters:e,pageNumber:1,pageSize:1},s=await this.list(r,t);return Promise.resolve(s.meta.recordCount)}},At=class extends Yo{async retrieve(e,t){return this.resources.singleton({type:this.type()},e,t,this.path())}},Zc=Xo;var le=class le extends n{async create(e,t,r){return this.resources.create({...e,type:le.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:le.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:le.TYPE}:e,t)}async geocoder(e,t,r){let s=e.id||e;return this.resources.fetch({type:"geocoders"},`addresses/${s}/geocoder`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`addresses/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`addresses/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`addresses/${s}/versions`,t,r)}isAddress(e){return e.type&&e.type===le.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return le.TYPE}};le.TYPE="addresses";var Ho=le,Jo=Ho;var me=class me extends n{async create(e,t,r){return this.resources.create({...e,type:me.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:me.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:me.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adjustments/${s}/versions`,t,r)}isAdjustment(e){return e.type&&e.type===me.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return me.TYPE}};me.TYPE="adjustments";var en=me,tn=en;var ye=class ye extends n{async create(e,t,r){return this.resources.create({...e,type:ye.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ye.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ye.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`adyen_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adyen_gateways/${s}/versions`,t,r)}async adyen_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"adyen_payments"},`adyen_gateways/${s}/adyen_payments`,t,r)}isAdyenGateway(e){return e.type&&e.type===ye.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ye.TYPE}};ye.TYPE="adyen_gateways";var rn=ye,sn=rn;var Z=class Z extends n{async create(e,t,r){return this.resources.create({...e,type:Z.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Z.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Z.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`adyen_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`adyen_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`adyen_payments/${s}/versions`,t,r)}async _details(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Z.TYPE,_details:!0},t,r)}isAdyenPayment(e){return e.type&&e.type===Z.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Z.TYPE}};Z.TYPE="adyen_payments";var on=Z,nn=on;var jt=class jt extends At{isApplication(e){return e.type&&e.type===jt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return jt.TYPE}path(){return"application"}};jt.TYPE="applications";var an=jt,un=an;var de=class de extends n{async create(e,t,r){return this.resources.create({...e,type:de.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:de.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:de.TYPE}:e,t)}isAttachment(e){return e.type&&e.type===de.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return de.TYPE}};de.TYPE="attachments";var cn=de,pn=cn;var L=class L extends n{async update(e,t,r){return this.resources.update({...e,type:L.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`authorizations/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`authorizations/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`authorizations/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`authorizations/${s}/versions`,t,r)}async captures(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`authorizations/${s}/captures`,t,r)}async voids(e,t,r){let s=e.id||e;return this.resources.fetch({type:"voids"},`authorizations/${s}/voids`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_forward:!0},t,r)}async _capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_capture:!0},t,r)}async _capture_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_capture_amount_cents:t},r,s)}async _void(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_void:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:L.TYPE,_cancel:!0},t,r)}isAuthorization(e){return e.type&&e.type===L.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return L.TYPE}};L.TYPE="authorizations";var ln=L,mn=ln;var Re=class Re extends n{async create(e,t,r){return this.resources.create({...e,type:Re.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Re.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Re.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`avalara_accounts/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`avalara_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`avalara_accounts/${s}/versions`,t,r)}async tax_categories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_categories"},`avalara_accounts/${s}/tax_categories`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`avalara_accounts/${s}/events`,t,r)}isAvalaraAccount(e){return e.type&&e.type===Re.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Re.TYPE}};Re.TYPE="avalara_accounts";var yn=Re,dn=yn;var ge=class ge extends n{async create(e,t,r){return this.resources.create({...e,type:ge.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ge.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ge.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`axerve_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`axerve_gateways/${s}/versions`,t,r)}async axerve_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"axerve_payments"},`axerve_gateways/${s}/axerve_payments`,t,r)}isAxerveGateway(e){return e.type&&e.type===ge.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ge.TYPE}};ge.TYPE="axerve_gateways";var Rn=ge,gn=Rn;var H=class H extends n{async create(e,t,r){return this.resources.create({...e,type:H.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:H.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:H.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`axerve_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`axerve_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`axerve_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:H.TYPE,_update:!0},t,r)}isAxervePayment(e){return e.type&&e.type===H.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return H.TYPE}};H.TYPE="axerve_payments";var _n=H,Pn=_n;var _e=class _e extends n{async create(e,t,r){return this.resources.create({...e,type:_e.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_e.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_e.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`bing_geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`bing_geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`bing_geocoders/${s}/attachments`,t,r)}isBingGeocoder(e){return e.type&&e.type===_e.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _e.TYPE}};_e.TYPE="bing_geocoders";var hn=_e,fn=hn;var Pe=class Pe extends n{async create(e,t,r){return this.resources.create({...e,type:Pe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Pe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Pe.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`braintree_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`braintree_gateways/${s}/versions`,t,r)}async braintree_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"braintree_payments"},`braintree_gateways/${s}/braintree_payments`,t,r)}isBraintreeGateway(e){return e.type&&e.type===Pe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Pe.TYPE}};Pe.TYPE="braintree_gateways";var kn=Pe,Cn=kn;var he=class he extends n{async create(e,t,r){return this.resources.create({...e,type:he.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:he.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:he.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`braintree_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`braintree_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`braintree_payments/${s}/versions`,t,r)}isBraintreePayment(e){return e.type&&e.type===he.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return he.TYPE}};he.TYPE="braintree_payments";var Tn=he,Sn=Tn;var I=class I extends n{async create(e,t,r){return this.resources.create({...e,type:I.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:I.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:I.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`bundles/${s}/market`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`bundles/${s}/sku_list`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`bundles/${s}/skus`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`bundles/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`bundles/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`bundles/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`bundles/${s}/versions`,t,r)}async _compute_price_amount(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:I.TYPE,_compute_price_amount:!0},t,r)}async _compute_compare_at_amount(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:I.TYPE,_compute_compare_at_amount:!0},t,r)}isBundle(e){return e.type&&e.type===I.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return I.TYPE}};I.TYPE="bundles";var vn=I,xn=vn;var M=class M extends n{async create(e,t,r){return this.resources.create({...e,type:M.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:M.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:M.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`buy_x_pay_y_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`buy_x_pay_y_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`buy_x_pay_y_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`buy_x_pay_y_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`buy_x_pay_y_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`buy_x_pay_y_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`buy_x_pay_y_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`buy_x_pay_y_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`buy_x_pay_y_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`buy_x_pay_y_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`buy_x_pay_y_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`buy_x_pay_y_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:M.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:M.TYPE,_enable:!0},t,r)}isBuyXPayYPromotion(e){return e.type&&e.type===M.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return M.TYPE}};M.TYPE="buy_x_pay_y_promotions";var Ln=M,bn=Ln;var Q=class Q extends n{async update(e,t,r){return this.resources.update({...e,type:Q.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`captures/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`captures/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`captures/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`captures/${s}/versions`,t,r)}async reference_authorization(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`captures/${s}/reference_authorization`,t,r)}async refunds(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`captures/${s}/refunds`,t,r)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`captures/${s}/return`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_forward:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_refund:!0},t,r)}async _refund_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_refund_amount_cents:t},r,s)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Q.TYPE,_cancel:!0},t,r)}isCapture(e){return e.type&&e.type===Q.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Q.TYPE}};Q.TYPE="captures";var wn=Q,En=wn;var fe=class fe extends n{async create(e,t,r){return this.resources.create({...e,type:fe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:fe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:fe.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`carrier_accounts/${s}/market`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`carrier_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`carrier_accounts/${s}/versions`,t,r)}isCarrierAccount(e){return e.type&&e.type===fe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return fe.TYPE}};fe.TYPE="carrier_accounts";var An=fe,On=An;var ke=class ke extends n{async create(e,t,r){return this.resources.create({...e,type:ke.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ke.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ke.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`checkout_com_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`checkout_com_gateways/${s}/versions`,t,r)}async checkout_com_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"checkout_com_payments"},`checkout_com_gateways/${s}/checkout_com_payments`,t,r)}isCheckoutComGateway(e){return e.type&&e.type===ke.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ke.TYPE}};ke.TYPE="checkout_com_gateways";var In=ke,Mn=In;var G=class G extends n{async create(e,t,r){return this.resources.create({...e,type:G.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:G.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:G.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`checkout_com_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`checkout_com_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`checkout_com_payments/${s}/versions`,t,r)}async _details(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:G.TYPE,_details:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:G.TYPE,_refresh:!0},t,r)}isCheckoutComPayment(e){return e.type&&e.type===G.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return G.TYPE}};G.TYPE="checkout_com_payments";var Qn=G,Gn=Qn;var J=class J extends n{async create(e,t,r){return this.resources.create({...e,type:J.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:J.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:J.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`cleanups/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`cleanups/${s}/versions`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:J.TYPE,_interrupt:!0},t,r)}isCleanup(e){return e.type&&e.type===J.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return J.TYPE}};J.TYPE="cleanups";var Yn=J,Un=Yn;var Ce=class Ce extends n{async create(e,t,r){return this.resources.create({...e,type:Ce.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ce.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ce.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupon_codes_promotion_rules/${s}/versions`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`coupon_codes_promotion_rules/${s}/coupons`,t,r)}isCouponCodesPromotionRule(e){return e.type&&e.type===Ce.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ce.TYPE}};Ce.TYPE="coupon_codes_promotion_rules";var Vn=Ce,Fn=Vn;var Te=class Te extends n{async create(e,t,r){return this.resources.create({...e,type:Te.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Te.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Te.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`coupon_recipients/${s}/customer`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`coupon_recipients/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupon_recipients/${s}/versions`,t,r)}isCouponRecipient(e){return e.type&&e.type===Te.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Te.TYPE}};Te.TYPE="coupon_recipients";var $n=Te,Bn=$n;var Se=class Se extends n{async create(e,t,r){return this.resources.create({...e,type:Se.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Se.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Se.TYPE}:e,t)}async promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`coupons/${s}/promotion_rule`,t,r)}async coupon_recipient(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_recipients"},`coupons/${s}/coupon_recipient`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`coupons/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`coupons/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`coupons/${s}/versions`,t,r)}isCoupon(e){return e.type&&e.type===Se.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Se.TYPE}};Se.TYPE="coupons";var qn=Se,Dn=qn;var ve=class ve extends n{async create(e,t,r){return this.resources.create({...e,type:ve.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ve.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ve.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`custom_promotion_rules/${s}/versions`,t,r)}isCustomPromotionRule(e){return e.type&&e.type===ve.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ve.TYPE}};ve.TYPE="custom_promotion_rules";var zn=ve,jn=zn;var xe=class xe extends n{async create(e,t,r){return this.resources.create({...e,type:xe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:xe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:xe.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_addresses/${s}/customer`,t,r)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`customer_addresses/${s}/address`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_addresses/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_addresses/${s}/versions`,t,r)}isCustomerAddress(e){return e.type&&e.type===xe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return xe.TYPE}};xe.TYPE="customer_addresses";var Wn=xe,Kn=Wn;var Le=class Le extends n{async create(e,t,r){return this.resources.create({...e,type:Le.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Le.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Le.TYPE}:e,t)}async customers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_groups/${s}/customers`,t,r)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`customer_groups/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`customer_groups/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_groups/${s}/versions`,t,r)}isCustomerGroup(e){return e.type&&e.type===Le.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Le.TYPE}};Le.TYPE="customer_groups";var Nn=Le,Xn=Nn;var ee=class ee extends n{async create(e,t,r){return this.resources.create({...e,type:ee.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ee.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ee.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_password_resets/${s}/customer`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_password_resets/${s}/events`,t,r)}async _reset_password_token(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:ee.TYPE,_reset_password_token:t},r,s)}isCustomerPasswordReset(e){return e.type&&e.type===ee.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ee.TYPE}};ee.TYPE="customer_password_resets";var Zn=ee,Hn=Zn;var be=class be extends n{async create(e,t,r){return this.resources.create({...e,type:be.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:be.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:be.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_payment_sources/${s}/customer`,t,r)}async payment_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`customer_payment_sources/${s}/payment_method`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_payment_sources/${s}/versions`,t,r)}isCustomerPaymentSource(e){return e.type&&e.type===be.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return be.TYPE}};be.TYPE="customer_payment_sources";var Jn=be,ei=Jn;var we=class we extends n{async create(e,t,r){return this.resources.create({...e,type:we.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:we.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:we.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`customer_subscriptions/${s}/customer`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customer_subscriptions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`customer_subscriptions/${s}/versions`,t,r)}isCustomerSubscription(e){return e.type&&e.type===we.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return we.TYPE}};we.TYPE="customer_subscriptions";var ti=we,ri=ti;var Ee=class Ee extends n{async create(e,t,r){return this.resources.create({...e,type:Ee.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ee.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ee.TYPE}:e,t)}async customer_group(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_groups"},`customers/${s}/customer_group`,t,r)}async customer_addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_addresses"},`customers/${s}/customer_addresses`,t,r)}async customer_payment_sources(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`customers/${s}/customer_payment_sources`,t,r)}async customer_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_subscriptions"},`customers/${s}/customer_subscriptions`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`customers/${s}/orders`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`customers/${s}/order_subscriptions`,t,r)}async returns(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`customers/${s}/returns`,t,r)}async sku_lists(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`customers/${s}/sku_lists`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`customers/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`customers/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`customers/${s}/tags`,t,r)}isCustomer(e){return e.type&&e.type===Ee.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ee.TYPE}};Ee.TYPE="customers";var si=Ee,oi=si;var Ae=class Ae extends n{async create(e,t,r){return this.resources.create({...e,type:Ae.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ae.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ae.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`delivery_lead_times/${s}/stock_location`,t,r)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`delivery_lead_times/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`delivery_lead_times/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`delivery_lead_times/${s}/versions`,t,r)}isDeliveryLeadTime(e){return e.type&&e.type===Ae.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ae.TYPE}};Ae.TYPE="delivery_lead_times";var ni=Ae,ii=ni;var Wt=class Wt extends n{async discount_engine(e,t,r){let s=e.id||e;return this.resources.fetch({type:"discount_engines"},`discount_engine_items/${s}/discount_engine`,t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`discount_engine_items/${s}/order`,t,r)}isDiscountEngineItem(e){return e.type&&e.type===Wt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Wt.TYPE}};Wt.TYPE="discount_engine_items";var ai=Wt,ui=ai;var Kt=class Kt extends n{async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`discount_engines/${s}/markets`,t,r)}async discount_engine_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"discount_engine_items"},`discount_engines/${s}/discount_engine_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`discount_engines/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`discount_engines/${s}/versions`,t,r)}isDiscountEngine(e){return e.type&&e.type===Kt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Kt.TYPE}};Kt.TYPE="discount_engines";var ci=Kt,pi=ci;var Nt=class Nt extends n{async webhook(e,t,r){let s=e.id||e;return this.resources.fetch({type:"webhooks"},`event_callbacks/${s}/webhook`,t,r)}isEventCallback(e){return e.type&&e.type===Nt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Nt.TYPE}};Nt.TYPE="event_callbacks";var li=Nt,mi=li;var vt=class vt extends n{async update(e,t,r){return this.resources.update({...e,type:vt.TYPE},t,r)}async webhooks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"webhooks"},`events/${s}/webhooks`,t,r)}async last_event_callbacks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"event_callbacks"},`events/${s}/last_event_callbacks`,t,r)}async _trigger(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:vt.TYPE,_trigger:!0},t,r)}isEvent(e){return e.type&&e.type===vt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return vt.TYPE}};vt.TYPE="events";var yi=vt,di=yi;var te=class te extends n{async create(e,t,r){return this.resources.create({...e,type:te.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:te.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:te.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`exports/${s}/events`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:te.TYPE,_interrupt:!0},t,r)}isExport(e){return e.type&&e.type===te.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return te.TYPE}};te.TYPE="exports";var Ri=te,gi=Ri;var re=class re extends n{async create(e,t,r){return this.resources.create({...e,type:re.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:re.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:re.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`external_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_gateways/${s}/versions`,t,r)}async external_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"external_payments"},`external_gateways/${s}/external_payments`,t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:re.TYPE,_reset_circuit:!0},t,r)}isExternalGateway(e){return e.type&&e.type===re.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return re.TYPE}};re.TYPE="external_gateways";var _i=re,Pi=_i;var Oe=class Oe extends n{async create(e,t,r){return this.resources.create({...e,type:Oe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Oe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Oe.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`external_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`external_payments/${s}/payment_gateway`,t,r)}async wallet(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`external_payments/${s}/wallet`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_payments/${s}/versions`,t,r)}isExternalPayment(e){return e.type&&e.type===Oe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Oe.TYPE}};Oe.TYPE="external_payments";var hi=Oe,fi=hi;var b=class b extends n{async create(e,t,r){return this.resources.create({...e,type:b.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:b.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:b.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`external_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`external_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`external_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`external_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`external_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`external_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`external_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`external_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`external_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`external_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`external_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:b.TYPE,_reset_circuit:!0},t,r)}isExternalPromotion(e){return e.type&&e.type===b.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return b.TYPE}};b.TYPE="external_promotions";var ki=b,Ci=ki;var se=class se extends n{async create(e,t,r){return this.resources.create({...e,type:se.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:se.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:se.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`external_tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`external_tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`external_tax_calculators/${s}/versions`,t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:se.TYPE,_reset_circuit:!0},t,r)}isExternalTaxCalculator(e){return e.type&&e.type===se.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return se.TYPE}};se.TYPE="external_tax_calculators";var Ti=se,Si=Ti;var Y=class Y extends n{async create(e,t,r){return this.resources.create({...e,type:Y.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Y.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Y.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`fixed_amount_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`fixed_amount_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`fixed_amount_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`fixed_amount_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`fixed_amount_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`fixed_amount_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`fixed_amount_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`fixed_amount_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`fixed_amount_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`fixed_amount_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`fixed_amount_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`fixed_amount_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Y.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Y.TYPE,_enable:!0},t,r)}isFixedAmountPromotion(e){return e.type&&e.type===Y.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Y.TYPE}};Y.TYPE="fixed_amount_promotions";var vi=Y,xi=vi;var U=class U extends n{async create(e,t,r){return this.resources.create({...e,type:U.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:U.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:U.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`fixed_price_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`fixed_price_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`fixed_price_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`fixed_price_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`fixed_price_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`fixed_price_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`fixed_price_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`fixed_price_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`fixed_price_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`fixed_price_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`fixed_price_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`fixed_price_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:U.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:U.TYPE,_enable:!0},t,r)}isFixedPricePromotion(e){return e.type&&e.type===U.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return U.TYPE}};U.TYPE="fixed_price_promotions";var Li=U,bi=Li;var V=class V extends n{async create(e,t,r){return this.resources.create({...e,type:V.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:V.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:V.TYPE}:e,t)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`flex_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`flex_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`flex_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`flex_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`flex_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`flex_promotions/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:V.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:V.TYPE,_enable:!0},t,r)}isFlexPromotion(e){return e.type&&e.type===V.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return V.TYPE}};V.TYPE="flex_promotions";var wi=V,Ei=wi;var F=class F extends n{async create(e,t,r){return this.resources.create({...e,type:F.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:F.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:F.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`free_gift_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_gift_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_gift_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_gift_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_gift_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_gift_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`free_gift_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`free_gift_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`free_gift_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`free_gift_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`free_gift_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`free_gift_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:F.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:F.TYPE,_enable:!0},t,r)}isFreeGiftPromotion(e){return e.type&&e.type===F.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return F.TYPE}};F.TYPE="free_gift_promotions";var Ai=F,Oi=Ai;var $=class $ extends n{async create(e,t,r){return this.resources.create({...e,type:$.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:$.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:$.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`free_shipping_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`free_shipping_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`free_shipping_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`free_shipping_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`free_shipping_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`free_shipping_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`free_shipping_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`free_shipping_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`free_shipping_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`free_shipping_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`free_shipping_promotions/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:$.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:$.TYPE,_enable:!0},t,r)}isFreeShippingPromotion(e){return e.type&&e.type===$.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return $.TYPE}};$.TYPE="free_shipping_promotions";var Ii=$,Mi=Ii;var Xt=class Xt extends n{async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`geocoders/${s}/attachments`,t,r)}isGeocoder(e){return e.type&&e.type===Xt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Xt.TYPE}};Xt.TYPE="geocoders";var Qi=Xt,Gi=Qi;var Ie=class Ie extends n{async create(e,t,r){return this.resources.create({...e,type:Ie.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ie.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ie.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`gift_card_recipients/${s}/customer`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`gift_card_recipients/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`gift_card_recipients/${s}/versions`,t,r)}isGiftCardRecipient(e){return e.type&&e.type===Ie.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ie.TYPE}};Ie.TYPE="gift_card_recipients";var Yi=Ie,Ui=Yi;var T=class T extends n{async create(e,t,r){return this.resources.create({...e,type:T.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:T.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:T.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`gift_cards/${s}/market`,t,r)}async gift_card_recipient(e,t,r){let s=e.id||e;return this.resources.fetch({type:"gift_card_recipients"},`gift_cards/${s}/gift_card_recipient`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`gift_cards/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`gift_cards/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`gift_cards/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`gift_cards/${s}/versions`,t,r)}async _purchase(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_purchase:!0},t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_deactivate:!0},t,r)}async _balance_change_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:T.TYPE,_balance_change_cents:t},r,s)}isGiftCard(e){return e.type&&e.type===T.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return T.TYPE}};T.TYPE="gift_cards";var Vi=T,Fi=Vi;var Me=class Me extends n{async create(e,t,r){return this.resources.create({...e,type:Me.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Me.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Me.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`google_geocoders/${s}/markets`,t,r)}async addresses(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`google_geocoders/${s}/addresses`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`google_geocoders/${s}/attachments`,t,r)}isGoogleGeocoder(e){return e.type&&e.type===Me.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Me.TYPE}};Me.TYPE="google_geocoders";var $i=Me,Bi=$i;var oe=class oe extends n{async create(e,t,r){return this.resources.create({...e,type:oe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:oe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:oe.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`imports/${s}/events`,t,r)}async _interrupt(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:oe.TYPE,_interrupt:!0},t,r)}isImport(e){return e.type&&e.type===oe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return oe.TYPE}};oe.TYPE="imports";var qi=oe,Di=qi;var B=class B extends n{async create(e,t,r){return this.resources.create({...e,type:B.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:B.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:B.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`in_stock_subscriptions/${s}/market`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`in_stock_subscriptions/${s}/customer`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`in_stock_subscriptions/${s}/sku`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`in_stock_subscriptions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`in_stock_subscriptions/${s}/versions`,t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:B.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:B.TYPE,_deactivate:!0},t,r)}isInStockSubscription(e){return e.type&&e.type===B.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return B.TYPE}};B.TYPE="in_stock_subscriptions";var zi=B,ji=zi;var Qe=class Qe extends n{async create(e,t,r){return this.resources.create({...e,type:Qe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Qe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Qe.TYPE}:e,t)}async inventory_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`inventory_models/${s}/inventory_stock_locations`,t,r)}async inventory_return_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_return_locations"},`inventory_models/${s}/inventory_return_locations`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`inventory_models/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_models/${s}/versions`,t,r)}isInventoryModel(e){return e.type&&e.type===Qe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Qe.TYPE}};Qe.TYPE="inventory_models";var Wi=Qe,Ki=Wi;var Ge=class Ge extends n{async create(e,t,r){return this.resources.create({...e,type:Ge.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ge.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ge.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_return_locations/${s}/stock_location`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_return_locations/${s}/inventory_model`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_return_locations/${s}/versions`,t,r)}isInventoryReturnLocation(e){return e.type&&e.type===Ge.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ge.TYPE}};Ge.TYPE="inventory_return_locations";var Ni=Ge,Xi=Ni;var Ye=class Ye extends n{async create(e,t,r){return this.resources.create({...e,type:Ye.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ye.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ye.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`inventory_stock_locations/${s}/stock_location`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`inventory_stock_locations/${s}/inventory_model`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`inventory_stock_locations/${s}/versions`,t,r)}isInventoryStockLocation(e){return e.type&&e.type===Ye.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ye.TYPE}};Ye.TYPE="inventory_stock_locations";var Zi=Ye,Hi=Zi;var Ue=class Ue extends n{async create(e,t,r){return this.resources.create({...e,type:Ue.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ue.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ue.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`klarna_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`klarna_gateways/${s}/versions`,t,r)}async klarna_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"klarna_payments"},`klarna_gateways/${s}/klarna_payments`,t,r)}isKlarnaGateway(e){return e.type&&e.type===Ue.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ue.TYPE}};Ue.TYPE="klarna_gateways";var Ji=Ue,ea=Ji;var ne=class ne extends n{async create(e,t,r){return this.resources.create({...e,type:ne.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ne.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ne.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`klarna_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`klarna_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`klarna_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ne.TYPE,_update:!0},t,r)}isKlarnaPayment(e){return e.type&&e.type===ne.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ne.TYPE}};ne.TYPE="klarna_payments";var ta=ne,ra=ta;var Ve=class Ve extends n{async create(e,t,r){return this.resources.create({...e,type:Ve.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ve.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ve.TYPE}:e,t)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`line_item_options/${s}/line_item`,t,r)}async sku_option(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_options"},`line_item_options/${s}/sku_option`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`line_item_options/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`line_item_options/${s}/tags`,t,r)}isLineItemOption(e){return e.type&&e.type===Ve.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ve.TYPE}};Ve.TYPE="line_item_options";var sa=Ve,oa=sa;var w=class w extends n{async create(e,t,r){return this.resources.create({...e,type:w.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:w.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:w.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`line_items/${s}/order`,t,r)}async line_item_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_item_options"},`line_items/${s}/line_item_options`,t,r)}async return_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"return_line_items"},`line_items/${s}/return_line_items`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`line_items/${s}/stock_reservations`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`line_items/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`line_items/${s}/stock_transfers`,t,r)}async notifications(e,t,r){let s=e.id||e;return this.resources.fetch({type:"notifications"},`line_items/${s}/notifications`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`line_items/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`line_items/${s}/tags`,t,r)}async _external_price(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_external_price:!0},t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_reserve_stock:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:w.TYPE,_reset_circuit:!0},t,r)}isLineItem(e){return e.type&&e.type===w.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return w.TYPE}};w.TYPE="line_items";var na=w,ia=na;var q=class q extends n{async create(e,t,r){return this.resources.create({...e,type:q.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:q.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:q.TYPE}:e,t)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`links/${s}/events`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:q.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:q.TYPE,_enable:!0},t,r)}isLink(e){return e.type&&e.type===q.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return q.TYPE}};q.TYPE="links";var aa=q,ua=aa;var Fe=class Fe extends n{async create(e,t,r){return this.resources.create({...e,type:Fe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Fe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Fe.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`manual_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`manual_gateways/${s}/versions`,t,r)}isManualGateway(e){return e.type&&e.type===Fe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Fe.TYPE}};Fe.TYPE="manual_gateways";var ca=Fe,pa=ca;var $e=class $e extends n{async create(e,t,r){return this.resources.create({...e,type:$e.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:$e.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:$e.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`manual_tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`manual_tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`manual_tax_calculators/${s}/versions`,t,r)}async tax_rules(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_rules"},`manual_tax_calculators/${s}/tax_rules`,t,r)}isManualTaxCalculator(e){return e.type&&e.type===$e.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return $e.TYPE}};$e.TYPE="manual_tax_calculators";var la=$e,ma=la;var D=class D extends n{async create(e,t,r){return this.resources.create({...e,type:D.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:D.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:D.TYPE}:e,t)}async merchant(e,t,r){let s=e.id||e;return this.resources.fetch({type:"merchants"},`markets/${s}/merchant`,t,r)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`markets/${s}/price_list`,t,r)}async base_price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`markets/${s}/base_price_list`,t,r)}async inventory_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_models"},`markets/${s}/inventory_model`,t,r)}async subscription_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"subscription_models"},`markets/${s}/subscription_model`,t,r)}async tax_calculator(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_calculators"},`markets/${s}/tax_calculator`,t,r)}async customer_group(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_groups"},`markets/${s}/customer_group`,t,r)}async geocoder(e,t,r){let s=e.id||e;return this.resources.fetch({type:"geocoders"},`markets/${s}/geocoder`,t,r)}async stores(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`markets/${s}/stores`,t,r)}async price_list_schedulers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_list_schedulers"},`markets/${s}/price_list_schedulers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`markets/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`markets/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:D.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:D.TYPE,_enable:!0},t,r)}isMarket(e){return e.type&&e.type===D.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return D.TYPE}};D.TYPE="markets";var ya=D,da=ya;var Be=class Be extends n{async create(e,t,r){return this.resources.create({...e,type:Be.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Be.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Be.TYPE}:e,t)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`merchants/${s}/address`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`merchants/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`merchants/${s}/versions`,t,r)}isMerchant(e){return e.type&&e.type===Be.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Be.TYPE}};Be.TYPE="merchants";var Ra=Be,ga=Ra;var qe=class qe extends n{async create(e,t,r){return this.resources.create({...e,type:qe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:qe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:qe.TYPE}:e,t)}isNotification(e){return e.type&&e.type===qe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return qe.TYPE}};qe.TYPE="notifications";var _a=qe,Pa=_a;var De=class De extends n{async create(e,t,r){return this.resources.create({...e,type:De.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:De.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:De.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`order_amount_promotion_rules/${s}/versions`,t,r)}isOrderAmountPromotionRule(e){return e.type&&e.type===De.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return De.TYPE}};De.TYPE="order_amount_promotion_rules";var ha=De,fa=ha;var ze=class ze extends n{async create(e,t,r){return this.resources.create({...e,type:ze.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ze.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ze.TYPE}:e,t)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_copies/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_copies/${s}/events`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_copies/${s}/order_subscription`,t,r)}isOrderCopy(e){return e.type&&e.type===ze.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ze.TYPE}};ze.TYPE="order_copies";var ka=ze,Ca=ka;var Zt=class Zt extends n{async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_factories/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_factories/${s}/events`,t,r)}isOrderFactory(e){return e.type&&e.type===Zt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Zt.TYPE}};Zt.TYPE="order_factories";var Ta=Zt,Sa=Ta;var je=class je extends n{async create(e,t,r){return this.resources.create({...e,type:je.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:je.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:je.TYPE}:e,t)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`order_subscription_items/${s}/order_subscription`,t,r)}async source_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`order_subscription_items/${s}/source_line_item`,t,r)}isOrderSubscriptionItem(e){return e.type&&e.type===je.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return je.TYPE}};je.TYPE="order_subscription_items";var va=je,xa=va;var S=class S extends n{async create(e,t,r){return this.resources.create({...e,type:S.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:S.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:S.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`order_subscriptions/${s}/market`,t,r)}async subscription_model(e,t,r){let s=e.id||e;return this.resources.fetch({type:"subscription_models"},`order_subscriptions/${s}/subscription_model`,t,r)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_subscriptions/${s}/source_order`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`order_subscriptions/${s}/customer`,t,r)}async customer_payment_source(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`order_subscriptions/${s}/customer_payment_source`,t,r)}async order_subscription_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscription_items"},`order_subscriptions/${s}/order_subscription_items`,t,r)}async order_factories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_factories"},`order_subscriptions/${s}/order_factories`,t,r)}async recurring_order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`order_subscriptions/${s}/recurring_order_copies`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`order_subscriptions/${s}/orders`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`order_subscriptions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`order_subscriptions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`order_subscriptions/${s}/versions`,t,r)}async _activate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_activate:!0},t,r)}async _deactivate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_deactivate:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_cancel:!0},t,r)}async _convert(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:S.TYPE,_convert:!0},t,r)}isOrderSubscription(e){return e.type&&e.type===S.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return S.TYPE}};S.TYPE="order_subscriptions";var La=S,ba=La;var y=class y extends n{async create(e,t,r){return this.resources.create({...e,type:y.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:y.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:y.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`orders/${s}/market`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`orders/${s}/customer`,t,r)}async shipping_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${s}/shipping_address`,t,r)}async billing_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`orders/${s}/billing_address`,t,r)}async store(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`orders/${s}/store`,t,r)}async available_payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${s}/available_payment_methods`,t,r)}async available_customer_payment_sources(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customer_payment_sources"},`orders/${s}/available_customer_payment_sources`,t,r)}async available_free_skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`orders/${s}/available_free_skus`,t,r)}async available_free_bundles(e,t,r){let s=e.id||e;return this.resources.fetch({type:"bundles"},`orders/${s}/available_free_bundles`,t,r)}async payment_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`orders/${s}/payment_method`,t,r)}async line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`orders/${s}/line_items`,t,r)}async line_item_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_item_options"},`orders/${s}/line_item_options`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`orders/${s}/stock_reservations`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`orders/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`orders/${s}/stock_transfers`,t,r)}async shipments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`orders/${s}/shipments`,t,r)}async payment_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_options"},`orders/${s}/payment_options`,t,r)}async authorizations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`orders/${s}/authorizations`,t,r)}async captures(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`orders/${s}/captures`,t,r)}async voids(e,t,r){let s=e.id||e;return this.resources.fetch({type:"voids"},`orders/${s}/voids`,t,r)}async refunds(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`orders/${s}/refunds`,t,r)}async returns(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`orders/${s}/returns`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${s}/order_subscription`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`orders/${s}/order_subscriptions`,t,r)}async order_factories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_factories"},`orders/${s}/order_factories`,t,r)}async order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_copies"},`orders/${s}/order_copies`,t,r)}async recurring_order_copies(e,t,r){let s=e.id||e;return this.resources.fetch({type:"recurring_order_copies"},`orders/${s}/recurring_order_copies`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`orders/${s}/attachments`,t,r)}async notifications(e,t,r){let s=e.id||e;return this.resources.fetch({type:"notifications"},`orders/${s}/notifications`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`orders/${s}/links`,t,r)}async resource_errors(e,t,r){let s=e.id||e;return this.resources.fetch({type:"resource_errors"},`orders/${s}/resource_errors`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`orders/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`orders/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`orders/${s}/versions`,t,r)}async _archive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_archive:!0},t,r)}async _unarchive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_unarchive:!0},t,r)}async _pending(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_pending:!0},t,r)}async _place(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_place:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_cancel:!0},t,r)}async _approve(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_approve:!0},t,r)}async _approve_and_capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_approve_and_capture:!0},t,r)}async _authorize(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_authorize:!0},t,r)}async _authorization_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_authorization_amount_cents:t},r,s)}async _capture(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_capture:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refund:!0},t,r)}async _fulfill(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_fulfill:!0},t,r)}async _update_taxes(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_update_taxes:!0},t,r)}async _nullify_payment_source(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_nullify_payment_source:!0},t,r)}async _fix_payment_source(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_fix_payment_source:!0},t,r)}async _billing_address_clone_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_billing_address_clone_id:t},r,s)}async _shipping_address_clone_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_shipping_address_clone_id:t},r,s)}async _customer_payment_source_id(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_customer_payment_source_id:t},r,s)}async _shipping_address_same_as_billing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_shipping_address_same_as_billing:!0},t,r)}async _billing_address_same_as_shipping(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_billing_address_same_as_shipping:!0},t,r)}async _commit_invoice(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_commit_invoice:!0},t,r)}async _refund_invoice(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refund_invoice:!0},t,r)}async _save_payment_source_to_customer_wallet(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_payment_source_to_customer_wallet:!0},t,r)}async _save_shipping_address_to_customer_address_book(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_shipping_address_to_customer_address_book:!0},t,r)}async _save_billing_address_to_customer_address_book(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_save_billing_address_to_customer_address_book:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_refresh:!0},t,r)}async _validate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_validate:!0},t,r)}async _create_subscriptions(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_create_subscriptions:!0},t,r)}async _start_editing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_start_editing:!0},t,r)}async _stop_editing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_stop_editing:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:y.TYPE,_reset_circuit:!0},t,r)}isOrder(e){return e.type&&e.type===y.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return y.TYPE}};y.TYPE="orders";var wa=y,Ea=wa;var Ht=class Ht extends At{isOrganization(e){return e.type&&e.type===Ht.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ht.TYPE}path(){return"organization"}};Ht.TYPE="organizations";var Aa=Ht,Oa=Aa;var We=class We extends n{async create(e,t,r){return this.resources.create({...e,type:We.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:We.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:We.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`packages/${s}/stock_location`,t,r)}async parcels(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`packages/${s}/parcels`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`packages/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`packages/${s}/versions`,t,r)}isPackage(e){return e.type&&e.type===We.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return We.TYPE}};We.TYPE="packages";var Ia=We,Ma=Ia;var Ke=class Ke extends n{async create(e,t,r){return this.resources.create({...e,type:Ke.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ke.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ke.TYPE}:e,t)}async parcel(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`parcel_line_items/${s}/parcel`,t,r)}async stock_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`parcel_line_items/${s}/stock_line_item`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`parcel_line_items/${s}/versions`,t,r)}isParcelLineItem(e){return e.type&&e.type===Ke.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ke.TYPE}};Ke.TYPE="parcel_line_items";var Qa=Ke,Ga=Qa;var Ne=class Ne extends n{async create(e,t,r){return this.resources.create({...e,type:Ne.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ne.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ne.TYPE}:e,t)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`parcels/${s}/shipment`,t,r)}async package(e,t,r){let s=e.id||e;return this.resources.fetch({type:"packages"},`parcels/${s}/package`,t,r)}async parcel_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcel_line_items"},`parcels/${s}/parcel_line_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`parcels/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`parcels/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`parcels/${s}/versions`,t,r)}isParcel(e){return e.type&&e.type===Ne.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ne.TYPE}};Ne.TYPE="parcels";var Ya=Ne,Ua=Ya;var Jt=class Jt extends n{async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`payment_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`payment_gateways/${s}/versions`,t,r)}isPaymentGateway(e){return e.type&&e.type===Jt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Jt.TYPE}};Jt.TYPE="payment_gateways";var Va=Jt,Fa=Va;var z=class z extends n{async create(e,t,r){return this.resources.create({...e,type:z.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:z.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:z.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`payment_methods/${s}/market`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`payment_methods/${s}/payment_gateway`,t,r)}async store(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`payment_methods/${s}/store`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`payment_methods/${s}/orders`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`payment_methods/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`payment_methods/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:z.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:z.TYPE,_enable:!0},t,r)}isPaymentMethod(e){return e.type&&e.type===z.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return z.TYPE}};z.TYPE="payment_methods";var $a=z,Ba=$a;var Xe=class Xe extends n{async create(e,t,r){return this.resources.create({...e,type:Xe.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Xe.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Xe.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`payment_options/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`payment_options/${s}/attachments`,t,r)}isPaymentOption(e){return e.type&&e.type===Xe.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Xe.TYPE}};Xe.TYPE="payment_options";var qa=Xe,Da=qa;var Ze=class Ze extends n{async create(e,t,r){return this.resources.create({...e,type:Ze.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ze.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ze.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`paypal_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`paypal_gateways/${s}/versions`,t,r)}async paypal_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"paypal_payments"},`paypal_gateways/${s}/paypal_payments`,t,r)}isPaypalGateway(e){return e.type&&e.type===Ze.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ze.TYPE}};Ze.TYPE="paypal_gateways";var za=Ze,ja=za;var He=class He extends n{async create(e,t,r){return this.resources.create({...e,type:He.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:He.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:He.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`paypal_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`paypal_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`paypal_payments/${s}/versions`,t,r)}isPaypalPayment(e){return e.type&&e.type===He.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return He.TYPE}};He.TYPE="paypal_payments";var Wa=He,Ka=Wa;var j=class j extends n{async create(e,t,r){return this.resources.create({...e,type:j.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:j.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:j.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`percentage_discount_promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`percentage_discount_promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`percentage_discount_promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`percentage_discount_promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`percentage_discount_promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`percentage_discount_promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`percentage_discount_promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`percentage_discount_promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`percentage_discount_promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`percentage_discount_promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`percentage_discount_promotions/${s}/versions`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`percentage_discount_promotions/${s}/skus`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:j.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:j.TYPE,_enable:!0},t,r)}isPercentageDiscountPromotion(e){return e.type&&e.type===j.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return j.TYPE}};j.TYPE="percentage_discount_promotions";var Na=j,Xa=Na;var Je=class Je extends n{async create(e,t,r){return this.resources.create({...e,type:Je.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Je.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Je.TYPE}:e,t)}async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_frequency_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_frequency_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_frequency_tiers/${s}/versions`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_frequency_tiers/${s}/events`,t,r)}isPriceFrequencyTier(e){return e.type&&e.type===Je.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Je.TYPE}};Je.TYPE="price_frequency_tiers";var Za=Je,Ha=Za;var W=class W extends n{async create(e,t,r){return this.resources.create({...e,type:W.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:W.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:W.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`price_list_schedulers/${s}/market`,t,r)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`price_list_schedulers/${s}/price_list`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_list_schedulers/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_list_schedulers/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:W.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:W.TYPE,_enable:!0},t,r)}isPriceListScheduler(e){return e.type&&e.type===W.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return W.TYPE}};W.TYPE="price_list_schedulers";var Ja=W,eu=Ja;var et=class et extends n{async create(e,t,r){return this.resources.create({...e,type:et.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:et.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:et.TYPE}:e,t)}async prices(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_lists/${s}/prices`,t,r)}async price_list_schedulers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_list_schedulers"},`price_lists/${s}/price_list_schedulers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_lists/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_lists/${s}/versions`,t,r)}isPriceList(e){return e.type&&e.type===et.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return et.TYPE}};et.TYPE="price_lists";var tu=et,ru=tu;var er=class er extends n{async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_tiers/${s}/versions`,t,r)}isPriceTier(e){return e.type&&e.type===er.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return er.TYPE}};er.TYPE="price_tiers";var su=er,ou=su;var tt=class tt extends n{async create(e,t,r){return this.resources.create({...e,type:tt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:tt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:tt.TYPE}:e,t)}async price(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`price_volume_tiers/${s}/price`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`price_volume_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`price_volume_tiers/${s}/versions`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`price_volume_tiers/${s}/events`,t,r)}isPriceVolumeTier(e){return e.type&&e.type===tt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return tt.TYPE}};tt.TYPE="price_volume_tiers";var nu=tt,iu=nu;var rt=class rt extends n{async create(e,t,r){return this.resources.create({...e,type:rt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:rt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:rt.TYPE}:e,t)}async price_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_lists"},`prices/${s}/price_list`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`prices/${s}/sku`,t,r)}async price_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_tiers"},`prices/${s}/price_tiers`,t,r)}async price_volume_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_volume_tiers"},`prices/${s}/price_volume_tiers`,t,r)}async price_frequency_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"price_frequency_tiers"},`prices/${s}/price_frequency_tiers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`prices/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`prices/${s}/versions`,t,r)}async jwt_customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`prices/${s}/jwt_customer`,t,r)}async jwt_markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`prices/${s}/jwt_markets`,t,r)}async jwt_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`prices/${s}/jwt_stock_locations`,t,r)}isPrice(e){return e.type&&e.type===rt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return rt.TYPE}};rt.TYPE="prices";var au=rt,uu=au;var tr=class tr extends n{async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`promotion_rules/${s}/versions`,t,r)}isPromotionRule(e){return e.type&&e.type===tr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return tr.TYPE}};tr.TYPE="promotion_rules";var cu=tr,pu=cu;var rr=class rr extends n{async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`promotions/${s}/market`,t,r)}async order_amount_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_amount_promotion_rules"},`promotions/${s}/order_amount_promotion_rule`,t,r)}async sku_list_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_promotion_rules"},`promotions/${s}/sku_list_promotion_rule`,t,r)}async coupon_codes_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupon_codes_promotion_rules"},`promotions/${s}/coupon_codes_promotion_rule`,t,r)}async custom_promotion_rule(e,t,r){let s=e.id||e;return this.resources.fetch({type:"custom_promotion_rules"},`promotions/${s}/custom_promotion_rule`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`promotions/${s}/sku_list`,t,r)}async coupons(e,t,r){let s=e.id||e;return this.resources.fetch({type:"coupons"},`promotions/${s}/coupons`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`promotions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`promotions/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`promotions/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`promotions/${s}/versions`,t,r)}isPromotion(e){return e.type&&e.type===rr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return rr.TYPE}};rr.TYPE="promotions";var lu=rr,mu=lu;var st=class st extends n{async create(e,t,r){return this.resources.create({...e,type:st.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:st.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:st.TYPE}:e,t)}async source_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/source_order`,t,r)}async target_order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`recurring_order_copies/${s}/target_order`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`recurring_order_copies/${s}/events`,t,r)}async order_subscription(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`recurring_order_copies/${s}/order_subscription`,t,r)}isRecurringOrderCopy(e){return e.type&&e.type===st.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return st.TYPE}};st.TYPE="recurring_order_copies";var yu=st,du=yu;var xt=class xt extends n{async update(e,t,r){return this.resources.update({...e,type:xt.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`refunds/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`refunds/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`refunds/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`refunds/${s}/versions`,t,r)}async reference_capture(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`refunds/${s}/reference_capture`,t,r)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`refunds/${s}/return`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:xt.TYPE,_forward:!0},t,r)}isRefund(e){return e.type&&e.type===xt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return xt.TYPE}};xt.TYPE="refunds";var Ru=xt,gu=Ru;var sr=class sr extends n{async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`reserved_stocks/${s}/stock_item`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`reserved_stocks/${s}/sku`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`reserved_stocks/${s}/stock_reservations`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`reserved_stocks/${s}/versions`,t,r)}isReservedStock(e){return e.type&&e.type===sr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return sr.TYPE}};sr.TYPE="reserved_stocks";var _u=sr,Pu=_u;var or=class or extends n{isResourceError(e){return e.type&&e.type===or.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return or.TYPE}};or.TYPE="resource_errors";var hu=or,fu=hu;var ie=class ie extends n{async create(e,t,r){return this.resources.create({...e,type:ie.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ie.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ie.TYPE}:e,t)}async return(e,t,r){let s=e.id||e;return this.resources.fetch({type:"returns"},`return_line_items/${s}/return`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`return_line_items/${s}/line_item`,t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ie.TYPE,_restock:!0},t,r)}isReturnLineItem(e){return e.type&&e.type===ie.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ie.TYPE}};ie.TYPE="return_line_items";var ku=ie,Cu=ku;var _=class _ extends n{async create(e,t,r){return this.resources.create({...e,type:_.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`returns/${s}/order`,t,r)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`returns/${s}/customer`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`returns/${s}/stock_location`,t,r)}async origin_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/origin_address`,t,r)}async destination_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`returns/${s}/destination_address`,t,r)}async reference_capture(e,t,r){let s=e.id||e;return this.resources.fetch({type:"captures"},`returns/${s}/reference_capture`,t,r)}async reference_refund(e,t,r){let s=e.id||e;return this.resources.fetch({type:"refunds"},`returns/${s}/reference_refund`,t,r)}async return_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"return_line_items"},`returns/${s}/return_line_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`returns/${s}/attachments`,t,r)}async resource_errors(e,t,r){let s=e.id||e;return this.resources.fetch({type:"resource_errors"},`returns/${s}/resource_errors`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`returns/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`returns/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`returns/${s}/versions`,t,r)}async _request(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_request:!0},t,r)}async _approve(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_approve:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_cancel:!0},t,r)}async _ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_ship:!0},t,r)}async _reject(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_reject:!0},t,r)}async _receive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_receive:!0},t,r)}async _restock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_restock:!0},t,r)}async _archive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_archive:!0},t,r)}async _unarchive(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_unarchive:!0},t,r)}async _refund(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_refund:!0},t,r)}async _refund_amount_cents(e,t,r,s){return this.resources.update({id:typeof e=="string"?e:e.id,type:_.TYPE,_refund_amount_cents:t},r,s)}isReturn(e){return e.type&&e.type===_.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _.TYPE}};_.TYPE="returns";var Tu=_,Su=Tu;var ot=class ot extends n{async create(e,t,r){return this.resources.create({...e,type:ot.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ot.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ot.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`satispay_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`satispay_gateways/${s}/versions`,t,r)}async satispay_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"satispay_payments"},`satispay_gateways/${s}/satispay_payments`,t,r)}isSatispayGateway(e){return e.type&&e.type===ot.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ot.TYPE}};ot.TYPE="satispay_gateways";var vu=ot,xu=vu;var ae=class ae extends n{async create(e,t,r){return this.resources.create({...e,type:ae.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ae.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ae.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`satispay_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`satispay_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`satispay_payments/${s}/versions`,t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ae.TYPE,_refresh:!0},t,r)}isSatispayPayment(e){return e.type&&e.type===ae.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ae.TYPE}};ae.TYPE="satispay_payments";var Lu=ae,bu=Lu;var g=class g extends n{async create(e,t,r){return this.resources.create({...e,type:g.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:g.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:g.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`shipments/${s}/order`,t,r)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipments/${s}/shipping_category`,t,r)}async inventory_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`shipments/${s}/inventory_stock_location`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipments/${s}/stock_location`,t,r)}async origin_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${s}/origin_address`,t,r)}async shipping_address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`shipments/${s}/shipping_address`,t,r)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${s}/shipping_method`,t,r)}async delivery_lead_time(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipments/${s}/delivery_lead_time`,t,r)}async stock_line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`shipments/${s}/stock_line_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`shipments/${s}/stock_transfers`,t,r)}async line_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`shipments/${s}/line_items`,t,r)}async available_shipping_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipments/${s}/available_shipping_methods`,t,r)}async carrier_accounts(e,t,r){let s=e.id||e;return this.resources.fetch({type:"carrier_accounts"},`shipments/${s}/carrier_accounts`,t,r)}async parcels(e,t,r){let s=e.id||e;return this.resources.fetch({type:"parcels"},`shipments/${s}/parcels`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipments/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`shipments/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`shipments/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipments/${s}/versions`,t,r)}async _upcoming(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_upcoming:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_cancel:!0},t,r)}async _on_hold(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_on_hold:!0},t,r)}async _picking(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_picking:!0},t,r)}async _packing(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_packing:!0},t,r)}async _ready_to_ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_ready_to_ship:!0},t,r)}async _ship(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_ship:!0},t,r)}async _deliver(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_deliver:!0},t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_reserve_stock:!0},t,r)}async _release_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_release_stock:!0},t,r)}async _decrement_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_decrement_stock:!0},t,r)}async _get_rates(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_get_rates:!0},t,r)}async _purchase(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:g.TYPE,_purchase:!0},t,r)}isShipment(e){return e.type&&e.type===g.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return g.TYPE}};g.TYPE="shipments";var wu=g,Eu=wu;var nt=class nt extends n{async create(e,t,r){return this.resources.create({...e,type:nt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:nt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:nt.TYPE}:e,t)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`shipping_categories/${s}/skus`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_categories/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_categories/${s}/versions`,t,r)}isShippingCategory(e){return e.type&&e.type===nt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return nt.TYPE}};nt.TYPE="shipping_categories";var Au=nt,Ou=Au;var nr=class nr extends n{async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipping_method_tiers/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_method_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_method_tiers/${s}/versions`,t,r)}isShippingMethodTier(e){return e.type&&e.type===nr.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return nr.TYPE}};nr.TYPE="shipping_method_tiers";var Iu=nr,Mu=Iu;var E=class E extends n{async create(e,t,r){return this.resources.create({...e,type:E.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:E.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:E.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`shipping_methods/${s}/market`,t,r)}async shipping_zone(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_zones"},`shipping_methods/${s}/shipping_zone`,t,r)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`shipping_methods/${s}/shipping_category`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`shipping_methods/${s}/stock_location`,t,r)}async delivery_lead_time_for_shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`shipping_methods/${s}/delivery_lead_time_for_shipment`,t,r)}async shipping_method_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_method_tiers"},`shipping_methods/${s}/shipping_method_tiers`,t,r)}async shipping_weight_tiers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_weight_tiers"},`shipping_methods/${s}/shipping_weight_tiers`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_methods/${s}/attachments`,t,r)}async notifications(e,t,r){let s=e.id||e;return this.resources.fetch({type:"notifications"},`shipping_methods/${s}/notifications`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_methods/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:E.TYPE,_reset_circuit:!0},t,r)}isShippingMethod(e){return e.type&&e.type===E.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return E.TYPE}};E.TYPE="shipping_methods";var Qu=E,Gu=Qu;var it=class it extends n{async create(e,t,r){return this.resources.create({...e,type:it.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:it.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:it.TYPE}:e,t)}async shipping_method(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_methods"},`shipping_weight_tiers/${s}/shipping_method`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_weight_tiers/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_weight_tiers/${s}/versions`,t,r)}isShippingWeightTier(e){return e.type&&e.type===it.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return it.TYPE}};it.TYPE="shipping_weight_tiers";var Yu=it,Uu=Yu;var at=class at extends n{async create(e,t,r){return this.resources.create({...e,type:at.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:at.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:at.TYPE}:e,t)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`shipping_zones/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`shipping_zones/${s}/versions`,t,r)}isShippingZone(e){return e.type&&e.type===at.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return at.TYPE}};at.TYPE="shipping_zones";var Vu=at,Fu=Vu;var ut=class ut extends n{async create(e,t,r){return this.resources.create({...e,type:ut.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ut.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ut.TYPE}:e,t)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`sku_list_items/${s}/sku_list`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_list_items/${s}/sku`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_list_items/${s}/versions`,t,r)}isSkuListItem(e){return e.type&&e.type===ut.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ut.TYPE}};ut.TYPE="sku_list_items";var $u=ut,Bu=$u;var ct=class ct extends n{async create(e,t,r){return this.resources.create({...e,type:ct.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ct.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ct.TYPE}:e,t)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_list_promotion_rules/${s}/versions`,t,r)}async sku_list(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`sku_list_promotion_rules/${s}/sku_list`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_list_promotion_rules/${s}/skus`,t,r)}isSkuListPromotionRule(e){return e.type&&e.type===ct.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ct.TYPE}};ct.TYPE="sku_list_promotion_rules";var qu=ct,Du=qu;var pt=class pt extends n{async create(e,t,r){return this.resources.create({...e,type:pt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:pt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:pt.TYPE}:e,t)}async customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`sku_lists/${s}/customer`,t,r)}async skus(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`sku_lists/${s}/skus`,t,r)}async sku_list_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_items"},`sku_lists/${s}/sku_list_items`,t,r)}async bundles(e,t,r){let s=e.id||e;return this.resources.fetch({type:"bundles"},`sku_lists/${s}/bundles`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`sku_lists/${s}/attachments`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`sku_lists/${s}/links`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_lists/${s}/versions`,t,r)}isSkuList(e){return e.type&&e.type===pt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return pt.TYPE}};pt.TYPE="sku_lists";var zu=pt,ju=zu;var lt=class lt extends n{async create(e,t,r){return this.resources.create({...e,type:lt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:lt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:lt.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`sku_options/${s}/market`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`sku_options/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`sku_options/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`sku_options/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`sku_options/${s}/versions`,t,r)}isSkuOption(e){return e.type&&e.type===lt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return lt.TYPE}};lt.TYPE="sku_options";var Wu=lt,Ku=Wu;var mt=class mt extends n{async create(e,t,r){return this.resources.create({...e,type:mt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:mt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:mt.TYPE}:e,t)}async shipping_category(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipping_categories"},`skus/${s}/shipping_category`,t,r)}async prices(e,t,r){let s=e.id||e;return this.resources.fetch({type:"prices"},`skus/${s}/prices`,t,r)}async stock_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`skus/${s}/stock_items`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`skus/${s}/stock_reservations`,t,r)}async delivery_lead_times(e,t,r){let s=e.id||e;return this.resources.fetch({type:"delivery_lead_times"},`skus/${s}/delivery_lead_times`,t,r)}async sku_options(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_options"},`skus/${s}/sku_options`,t,r)}async sku_list_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_list_items"},`skus/${s}/sku_list_items`,t,r)}async sku_lists(e,t,r){let s=e.id||e;return this.resources.fetch({type:"sku_lists"},`skus/${s}/sku_lists`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`skus/${s}/attachments`,t,r)}async links(e,t,r){let s=e.id||e;return this.resources.fetch({type:"links"},`skus/${s}/links`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`skus/${s}/events`,t,r)}async tags(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tags"},`skus/${s}/tags`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`skus/${s}/versions`,t,r)}async jwt_customer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"customers"},`skus/${s}/jwt_customer`,t,r)}async jwt_markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`skus/${s}/jwt_markets`,t,r)}async jwt_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`skus/${s}/jwt_stock_locations`,t,r)}isSku(e){return e.type&&e.type===mt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return mt.TYPE}};mt.TYPE="skus";var Nu=mt,Xu=Nu;var ue=class ue extends n{async create(e,t,r){return this.resources.create({...e,type:ue.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ue.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ue.TYPE}:e,t)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_items/${s}/stock_location`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_items/${s}/sku`,t,r)}async reserved_stock(e,t,r){let s=e.id||e;return this.resources.fetch({type:"reserved_stocks"},`stock_items/${s}/reserved_stock`,t,r)}async stock_reservations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_items/${s}/stock_reservations`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_items/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_items/${s}/versions`,t,r)}async _validate(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ue.TYPE,_validate:!0},t,r)}isStockItem(e){return e.type&&e.type===ue.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ue.TYPE}};ue.TYPE="stock_items";var Zu=ue,Hu=Zu;var A=class A extends n{async create(e,t,r){return this.resources.create({...e,type:A.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:A.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:A.TYPE}:e,t)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`stock_line_items/${s}/shipment`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_line_items/${s}/line_item`,t,r)}async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_line_items/${s}/stock_item`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_line_items/${s}/sku`,t,r)}async stock_reservation(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_line_items/${s}/stock_reservation`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_line_items/${s}/versions`,t,r)}async _reserve_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_reserve_stock:!0},t,r)}async _release_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_release_stock:!0},t,r)}async _decrement_stock(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:A.TYPE,_decrement_stock:!0},t,r)}isStockLineItem(e){return e.type&&e.type===A.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return A.TYPE}};A.TYPE="stock_line_items";var Ju=A,ec=Ju;var yt=class yt extends n{async create(e,t,r){return this.resources.create({...e,type:yt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:yt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:yt.TYPE}:e,t)}async address(e,t,r){let s=e.id||e;return this.resources.fetch({type:"addresses"},`stock_locations/${s}/address`,t,r)}async inventory_stock_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_stock_locations"},`stock_locations/${s}/inventory_stock_locations`,t,r)}async inventory_return_locations(e,t,r){let s=e.id||e;return this.resources.fetch({type:"inventory_return_locations"},`stock_locations/${s}/inventory_return_locations`,t,r)}async stock_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_locations/${s}/stock_items`,t,r)}async stock_transfers(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`stock_locations/${s}/stock_transfers`,t,r)}async stores(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stores"},`stock_locations/${s}/stores`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_locations/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_locations/${s}/versions`,t,r)}isStockLocation(e){return e.type&&e.type===yt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return yt.TYPE}};yt.TYPE="stock_locations";var tc=yt,rc=tc;var ce=class ce extends n{async create(e,t,r){return this.resources.create({...e,type:ce.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ce.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ce.TYPE}:e,t)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_reservations/${s}/line_item`,t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stock_reservations/${s}/order`,t,r)}async stock_line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_line_items"},`stock_reservations/${s}/stock_line_item`,t,r)}async stock_transfer(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_transfers"},`stock_reservations/${s}/stock_transfer`,t,r)}async stock_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_items"},`stock_reservations/${s}/stock_item`,t,r)}async reserved_stock(e,t,r){let s=e.id||e;return this.resources.fetch({type:"reserved_stocks"},`stock_reservations/${s}/reserved_stock`,t,r)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_reservations/${s}/sku`,t,r)}async _pending(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:ce.TYPE,_pending:!0},t,r)}isStockReservation(e){return e.type&&e.type===ce.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ce.TYPE}};ce.TYPE="stock_reservations";var sc=ce,oc=sc;var f=class f extends n{async create(e,t,r){return this.resources.create({...e,type:f.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:f.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:f.TYPE}:e,t)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`stock_transfers/${s}/sku`,t,r)}async origin_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_transfers/${s}/origin_stock_location`,t,r)}async destination_stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stock_transfers/${s}/destination_stock_location`,t,r)}async shipment(e,t,r){let s=e.id||e;return this.resources.fetch({type:"shipments"},`stock_transfers/${s}/shipment`,t,r)}async line_item(e,t,r){let s=e.id||e;return this.resources.fetch({type:"line_items"},`stock_transfers/${s}/line_item`,t,r)}async stock_reservation(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_reservations"},`stock_transfers/${s}/stock_reservation`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`stock_transfers/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`stock_transfers/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stock_transfers/${s}/versions`,t,r)}async _upcoming(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_upcoming:!0},t,r)}async _on_hold(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_on_hold:!0},t,r)}async _picking(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_picking:!0},t,r)}async _in_transit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_in_transit:!0},t,r)}async _complete(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_complete:!0},t,r)}async _cancel(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:f.TYPE,_cancel:!0},t,r)}isStockTransfer(e){return e.type&&e.type===f.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return f.TYPE}};f.TYPE="stock_transfers";var nc=f,ic=nc;var dt=class dt extends n{async create(e,t,r){return this.resources.create({...e,type:dt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:dt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:dt.TYPE}:e,t)}async market(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`stores/${s}/market`,t,r)}async merchant(e,t,r){let s=e.id||e;return this.resources.fetch({type:"merchants"},`stores/${s}/merchant`,t,r)}async stock_location(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stock_locations"},`stores/${s}/stock_location`,t,r)}async orders(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stores/${s}/orders`,t,r)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`stores/${s}/payment_methods`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`stores/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stores/${s}/versions`,t,r)}isStore(e){return e.type&&e.type===dt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return dt.TYPE}};dt.TYPE="stores";var ac=dt,uc=ac;var Rt=class Rt extends n{async create(e,t,r){return this.resources.create({...e,type:Rt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Rt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Rt.TYPE}:e,t)}async payment_methods(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_methods"},`stripe_gateways/${s}/payment_methods`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stripe_gateways/${s}/versions`,t,r)}async stripe_payments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"stripe_payments"},`stripe_gateways/${s}/stripe_payments`,t,r)}isStripeGateway(e){return e.type&&e.type===Rt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Rt.TYPE}};Rt.TYPE="stripe_gateways";var cc=Rt,pc=cc;var K=class K extends n{async create(e,t,r){return this.resources.create({...e,type:K.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:K.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:K.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`stripe_payments/${s}/order`,t,r)}async payment_gateway(e,t,r){let s=e.id||e;return this.resources.fetch({type:"payment_gateways"},`stripe_payments/${s}/payment_gateway`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`stripe_payments/${s}/versions`,t,r)}async _update(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:K.TYPE,_update:!0},t,r)}async _refresh(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:K.TYPE,_refresh:!0},t,r)}isStripePayment(e){return e.type&&e.type===K.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return K.TYPE}};K.TYPE="stripe_payments";var lc=K,mc=lc;var gt=class gt extends n{async create(e,t,r){return this.resources.create({...e,type:gt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:gt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:gt.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`subscription_models/${s}/markets`,t,r)}async order_subscriptions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"order_subscriptions"},`subscription_models/${s}/order_subscriptions`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`subscription_models/${s}/attachments`,t,r)}isSubscriptionModel(e){return e.type&&e.type===gt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return gt.TYPE}};gt.TYPE="subscription_models";var yc=gt,dc=yc;var _t=class _t extends n{async create(e,t,r){return this.resources.create({...e,type:_t.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:_t.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:_t.TYPE}:e,t)}isTag(e){return e.type&&e.type===_t.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return _t.TYPE}};_t.TYPE="tags";var Rc=_t,gc=Rc;var Pt=class Pt extends n{async create(e,t,r){return this.resources.create({...e,type:Pt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Pt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Pt.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`talon_one_accounts/${s}/markets`,t,r)}async discount_engine_items(e,t,r){let s=e.id||e;return this.resources.fetch({type:"discount_engine_items"},`talon_one_accounts/${s}/discount_engine_items`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`talon_one_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`talon_one_accounts/${s}/versions`,t,r)}isTalonOneAccount(e){return e.type&&e.type===Pt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Pt.TYPE}};Pt.TYPE="talon_one_accounts";var _c=Pt,Pc=_c;var ir=class ir extends n{async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`tax_calculators/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`tax_calculators/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_calculators/${s}/versions`,t,r)}isTaxCalculator(e){return e.type&&e.type===ir.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ir.TYPE}};ir.TYPE="tax_calculators";var hc=ir,fc=hc;var ht=class ht extends n{async create(e,t,r){return this.resources.create({...e,type:ht.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ht.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ht.TYPE}:e,t)}async sku(e,t,r){let s=e.id||e;return this.resources.fetch({type:"skus"},`tax_categories/${s}/sku`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`tax_categories/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_categories/${s}/versions`,t,r)}isTaxCategory(e){return e.type&&e.type===ht.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ht.TYPE}};ht.TYPE="tax_categories";var kc=ht,Cc=kc;var ft=class ft extends n{async create(e,t,r){return this.resources.create({...e,type:ft.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:ft.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:ft.TYPE}:e,t)}async manual_tax_calculator(e,t,r){let s=e.id||e;return this.resources.fetch({type:"manual_tax_calculators"},`tax_rules/${s}/manual_tax_calculator`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`tax_rules/${s}/versions`,t,r)}isTaxRule(e){return e.type&&e.type===ft.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ft.TYPE}};ft.TYPE="tax_rules";var Tc=ft,Sc=Tc;var kt=class kt extends n{async create(e,t,r){return this.resources.create({...e,type:kt.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:kt.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:kt.TYPE}:e,t)}async markets(e,t,r){let s=e.id||e;return this.resources.fetch({type:"markets"},`taxjar_accounts/${s}/markets`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`taxjar_accounts/${s}/attachments`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`taxjar_accounts/${s}/versions`,t,r)}async tax_categories(e,t,r){let s=e.id||e;return this.resources.fetch({type:"tax_categories"},`taxjar_accounts/${s}/tax_categories`,t,r)}isTaxjarAccount(e){return e.type&&e.type===kt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return kt.TYPE}};kt.TYPE="taxjar_accounts";var vc=kt,xc=vc;var ar=class ar extends n{async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`transactions/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`transactions/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`transactions/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`transactions/${s}/versions`,t,r)}isTransaction(e){return e.type&&e.type===ar.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ar.TYPE}};ar.TYPE="transactions";var Lc=ar,bc=Lc;var ur=class ur extends n{isVersion(e){return e.type&&e.type===ur.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return ur.TYPE}};ur.TYPE="versions";var wc=ur,Ec=wc;var Lt=class Lt extends n{async update(e,t,r){return this.resources.update({...e,type:Lt.TYPE},t,r)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`voids/${s}/order`,t,r)}async attachments(e,t,r){let s=e.id||e;return this.resources.fetch({type:"attachments"},`voids/${s}/attachments`,t,r)}async events(e,t,r){let s=e.id||e;return this.resources.fetch({type:"events"},`voids/${s}/events`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`voids/${s}/versions`,t,r)}async reference_authorization(e,t,r){let s=e.id||e;return this.resources.fetch({type:"authorizations"},`voids/${s}/reference_authorization`,t,r)}async _forward(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:Lt.TYPE,_forward:!0},t,r)}isVoid(e){return e.type&&e.type===Lt.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Lt.TYPE}};Lt.TYPE="voids";var Ac=Lt,Oc=Ac;var O=class O extends n{async create(e,t,r){return this.resources.create({...e,type:O.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:O.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:O.TYPE}:e,t)}async last_event_callbacks(e,t,r){let s=e.id||e;return this.resources.fetch({type:"event_callbacks"},`webhooks/${s}/last_event_callbacks`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`webhooks/${s}/versions`,t,r)}async _disable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_disable:!0},t,r)}async _enable(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_enable:!0},t,r)}async _reset_circuit(e,t,r){return this.resources.update({id:typeof e=="string"?e:e.id,type:O.TYPE,_reset_circuit:!0},t,r)}isWebhook(e){return e.type&&e.type===O.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return O.TYPE}};O.TYPE="webhooks";var Ic=O,Mc=Ic;var Ct=class Ct extends n{async create(e,t,r){return this.resources.create({...e,type:Ct.TYPE},t,r)}async update(e,t,r){return this.resources.update({...e,type:Ct.TYPE},t,r)}async delete(e,t){await this.resources.delete(typeof e=="string"?{id:e,type:Ct.TYPE}:e,t)}async order(e,t,r){let s=e.id||e;return this.resources.fetch({type:"orders"},`wire_transfers/${s}/order`,t,r)}async versions(e,t,r){let s=e.id||e;return this.resources.fetch({type:"versions"},`wire_transfers/${s}/versions`,t,r)}isWireTransfer(e){return e.type&&e.type===Ct.TYPE}relationship(e){return super.relationshipOneToOne(e)}relationshipToMany(...e){return super.relationshipOneToMany(...e)}type(){return Ct.TYPE}};Ct.TYPE="wire_transfers";var Qc=Ct,Gc=Qc;var Et=["addresses","adjustments","adyen_gateways","adyen_payments","applications","attachments","authorizations","avalara_accounts","axerve_gateways","axerve_payments","bing_geocoders","braintree_gateways","braintree_payments","bundles","buy_x_pay_y_promotions","captures","carrier_accounts","checkout_com_gateways","checkout_com_payments","cleanups","coupon_codes_promotion_rules","coupon_recipients","coupons","custom_promotion_rules","customer_addresses","customer_groups","customer_password_resets","customer_payment_sources","customer_subscriptions","customers","delivery_lead_times","discount_engine_items","discount_engines","event_callbacks","events","exports","external_gateways","external_payments","external_promotions","external_tax_calculators","fixed_amount_promotions","fixed_price_promotions","flex_promotions","free_gift_promotions","free_shipping_promotions","geocoders","gift_card_recipients","gift_cards","google_geocoders","imports","in_stock_subscriptions","inventory_models","inventory_return_locations","inventory_stock_locations","klarna_gateways","klarna_payments","line_item_options","line_items","links","manual_gateways","manual_tax_calculators","markets","merchants","notifications","order_amount_promotion_rules","order_copies","order_factories","order_subscription_items","order_subscriptions","orders","organizations","packages","parcel_line_items","parcels","payment_gateways","payment_methods","payment_options","paypal_gateways","paypal_payments","percentage_discount_promotions","price_frequency_tiers","price_list_schedulers","price_lists","price_tiers","price_volume_tiers","prices","promotion_rules","promotions","recurring_order_copies","refunds","reserved_stocks","resource_errors","return_line_items","returns","satispay_gateways","satispay_payments","shipments","shipping_categories","shipping_method_tiers","shipping_methods","shipping_weight_tiers","shipping_zones","sku_list_items","sku_list_promotion_rules","sku_lists","sku_options","skus","stock_items","stock_line_items","stock_locations","stock_reservations","stock_transfers","stores","stripe_gateways","stripe_payments","subscription_models","tags","talon_one_accounts","tax_calculators","tax_categories","tax_rules","taxjar_accounts","transactions","versions","voids","webhooks","wire_transfers"],Uo=["applications","organizations"];var Ot={resources:i=>i?[...Et].sort():Et,singletons:i=>i?[...Uo].sort():Uo,isSingleton:i=>Uo.includes(i),isSdkError:i=>P.isSdkError(i),isApiError:i=>pe.isApiError(i),init:i=>Uc(i),isTokenExpired:i=>Oo(i),get schemaVersion(){return Yc}};var Hc=C("commercelayer"),Yc="7.6.2";var l,It,cr,pr,lr,mr,yr,dr,Rr,gr,_r,Pr,hr,fr,kr,Cr,Tr,Sr,vr,xr,Lr,br,wr,Er,Ar,Or,Ir,Mr,Qr,Gr,Yr,Ur,Vr,Fr,$r,Br,qr,Dr,zr,jr,Wr,Kr,Nr,Xr,Zr,Hr,Jr,es,ts,rs,ss,os,ns,is,as,us,cs,ps,ls,ms,ys,ds,Rs,gs,_s,Ps,hs,fs,ks,Cs,Ts,Ss,vs,xs,Ls,bs,ws,Es,As,Os,Is,Ms,Qs,Gs,Ys,Us,Vs,Fs,$s,Bs,qs,Ds,zs,js,Ws,Ks,Ns,Xs,Zs,Hs,Js,eo,to,ro,so,oo,no,io,ao,uo,co,po,lo,mo,yo,Ro,go,_o,Po,ho,fo,ko,Co,To,So,vo,xo,Lo,bo,Vc=class{constructor(e){this.openApiSchemaVersion=Yc;u(this,l);u(this,It);u(this,cr);u(this,pr);u(this,lr);u(this,mr);u(this,yr);u(this,dr);u(this,Rr);u(this,gr);u(this,_r);u(this,Pr);u(this,hr);u(this,fr);u(this,kr);u(this,Cr);u(this,Tr);u(this,Sr);u(this,vr);u(this,xr);u(this,Lr);u(this,br);u(this,wr);u(this,Er);u(this,Ar);u(this,Or);u(this,Ir);u(this,Mr);u(this,Qr);u(this,Gr);u(this,Yr);u(this,Ur);u(this,Vr);u(this,Fr);u(this,$r);u(this,Br);u(this,qr);u(this,Dr);u(this,zr);u(this,jr);u(this,Wr);u(this,Kr);u(this,Nr);u(this,Xr);u(this,Zr);u(this,Hr);u(this,Jr);u(this,es);u(this,ts);u(this,rs);u(this,ss);u(this,os);u(this,ns);u(this,is);u(this,as);u(this,us);u(this,cs);u(this,ps);u(this,ls);u(this,ms);u(this,ys);u(this,ds);u(this,Rs);u(this,gs);u(this,_s);u(this,Ps);u(this,hs);u(this,fs);u(this,ks);u(this,Cs);u(this,Ts);u(this,Ss);u(this,vs);u(this,xs);u(this,Ls);u(this,bs);u(this,ws);u(this,Es);u(this,As);u(this,Os);u(this,Is);u(this,Ms);u(this,Qs);u(this,Gs);u(this,Ys);u(this,Us);u(this,Vs);u(this,Fs);u(this,$s);u(this,Bs);u(this,qs);u(this,Ds);u(this,zs);u(this,js);u(this,Ws);u(this,Ks);u(this,Ns);u(this,Xs);u(this,Zs);u(this,Hs);u(this,Js);u(this,eo);u(this,to);u(this,ro);u(this,so);u(this,oo);u(this,no);u(this,io);u(this,ao);u(this,uo);u(this,co);u(this,po);u(this,lo);u(this,mo);u(this,yo);u(this,Ro);u(this,go);u(this,_o);u(this,Po);u(this,ho);u(this,fo);u(this,ko);u(this,Co);u(this,To);u(this,So);u(this,vo);u(this,xo);u(this,Lo);u(this,bo);if(Hc("new commercelayer instance %O",e),(!e.organization||!e.domain)&&e.accessToken){let t=qo(e.accessToken);!e.organization&&t?.organization?.slug&&(e.organization=t.organization.slug),!e.domain&&t?.iss&&(e.domain=String(t.iss).replace("https://auth.",""))}a(this,l,new Zc(e)),a(this,It,e.organization??"")}get addresses(){return o(this,cr)||a(this,cr,new Jo(o(this,l)))}get adjustments(){return o(this,pr)||a(this,pr,new tn(o(this,l)))}get adyen_gateways(){return o(this,lr)||a(this,lr,new sn(o(this,l)))}get adyen_payments(){return o(this,mr)||a(this,mr,new nn(o(this,l)))}get application(){return o(this,yr)||a(this,yr,new un(o(this,l)))}get attachments(){return o(this,dr)||a(this,dr,new pn(o(this,l)))}get authorizations(){return o(this,Rr)||a(this,Rr,new mn(o(this,l)))}get avalara_accounts(){return o(this,gr)||a(this,gr,new dn(o(this,l)))}get axerve_gateways(){return o(this,_r)||a(this,_r,new gn(o(this,l)))}get axerve_payments(){return o(this,Pr)||a(this,Pr,new Pn(o(this,l)))}get bing_geocoders(){return o(this,hr)||a(this,hr,new fn(o(this,l)))}get braintree_gateways(){return o(this,fr)||a(this,fr,new Cn(o(this,l)))}get braintree_payments(){return o(this,kr)||a(this,kr,new Sn(o(this,l)))}get bundles(){return o(this,Cr)||a(this,Cr,new xn(o(this,l)))}get buy_x_pay_y_promotions(){return o(this,Tr)||a(this,Tr,new bn(o(this,l)))}get captures(){return o(this,Sr)||a(this,Sr,new En(o(this,l)))}get carrier_accounts(){return o(this,vr)||a(this,vr,new On(o(this,l)))}get checkout_com_gateways(){return o(this,xr)||a(this,xr,new Mn(o(this,l)))}get checkout_com_payments(){return o(this,Lr)||a(this,Lr,new Gn(o(this,l)))}get cleanups(){return o(this,br)||a(this,br,new Un(o(this,l)))}get coupon_codes_promotion_rules(){return o(this,wr)||a(this,wr,new Fn(o(this,l)))}get coupon_recipients(){return o(this,Er)||a(this,Er,new Bn(o(this,l)))}get coupons(){return o(this,Ar)||a(this,Ar,new Dn(o(this,l)))}get custom_promotion_rules(){return o(this,Or)||a(this,Or,new jn(o(this,l)))}get customer_addresses(){return o(this,Ir)||a(this,Ir,new Kn(o(this,l)))}get customer_groups(){return o(this,Mr)||a(this,Mr,new Xn(o(this,l)))}get customer_password_resets(){return o(this,Qr)||a(this,Qr,new Hn(o(this,l)))}get customer_payment_sources(){return o(this,Gr)||a(this,Gr,new ei(o(this,l)))}get customer_subscriptions(){return o(this,Yr)||a(this,Yr,new ri(o(this,l)))}get customers(){return o(this,Ur)||a(this,Ur,new oi(o(this,l)))}get delivery_lead_times(){return o(this,Vr)||a(this,Vr,new ii(o(this,l)))}get discount_engine_items(){return o(this,Fr)||a(this,Fr,new ui(o(this,l)))}get discount_engines(){return o(this,$r)||a(this,$r,new pi(o(this,l)))}get event_callbacks(){return o(this,Br)||a(this,Br,new mi(o(this,l)))}get events(){return o(this,qr)||a(this,qr,new di(o(this,l)))}get exports(){return o(this,Dr)||a(this,Dr,new gi(o(this,l)))}get external_gateways(){return o(this,zr)||a(this,zr,new Pi(o(this,l)))}get external_payments(){return o(this,jr)||a(this,jr,new fi(o(this,l)))}get external_promotions(){return o(this,Wr)||a(this,Wr,new Ci(o(this,l)))}get external_tax_calculators(){return o(this,Kr)||a(this,Kr,new Si(o(this,l)))}get fixed_amount_promotions(){return o(this,Nr)||a(this,Nr,new xi(o(this,l)))}get fixed_price_promotions(){return o(this,Xr)||a(this,Xr,new bi(o(this,l)))}get flex_promotions(){return o(this,Zr)||a(this,Zr,new Ei(o(this,l)))}get free_gift_promotions(){return o(this,Hr)||a(this,Hr,new Oi(o(this,l)))}get free_shipping_promotions(){return o(this,Jr)||a(this,Jr,new Mi(o(this,l)))}get geocoders(){return o(this,es)||a(this,es,new Gi(o(this,l)))}get gift_card_recipients(){return o(this,ts)||a(this,ts,new Ui(o(this,l)))}get gift_cards(){return o(this,rs)||a(this,rs,new Fi(o(this,l)))}get google_geocoders(){return o(this,ss)||a(this,ss,new Bi(o(this,l)))}get imports(){return o(this,os)||a(this,os,new Di(o(this,l)))}get in_stock_subscriptions(){return o(this,ns)||a(this,ns,new ji(o(this,l)))}get inventory_models(){return o(this,is)||a(this,is,new Ki(o(this,l)))}get inventory_return_locations(){return o(this,as)||a(this,as,new Xi(o(this,l)))}get inventory_stock_locations(){return o(this,us)||a(this,us,new Hi(o(this,l)))}get klarna_gateways(){return o(this,cs)||a(this,cs,new ea(o(this,l)))}get klarna_payments(){return o(this,ps)||a(this,ps,new ra(o(this,l)))}get line_item_options(){return o(this,ls)||a(this,ls,new oa(o(this,l)))}get line_items(){return o(this,ms)||a(this,ms,new ia(o(this,l)))}get links(){return o(this,ys)||a(this,ys,new ua(o(this,l)))}get manual_gateways(){return o(this,ds)||a(this,ds,new pa(o(this,l)))}get manual_tax_calculators(){return o(this,Rs)||a(this,Rs,new ma(o(this,l)))}get markets(){return o(this,gs)||a(this,gs,new da(o(this,l)))}get merchants(){return o(this,_s)||a(this,_s,new ga(o(this,l)))}get notifications(){return o(this,Ps)||a(this,Ps,new Pa(o(this,l)))}get order_amount_promotion_rules(){return o(this,hs)||a(this,hs,new fa(o(this,l)))}get order_copies(){return o(this,fs)||a(this,fs,new Ca(o(this,l)))}get order_factories(){return o(this,ks)||a(this,ks,new Sa(o(this,l)))}get order_subscription_items(){return o(this,Cs)||a(this,Cs,new xa(o(this,l)))}get order_subscriptions(){return o(this,Ts)||a(this,Ts,new ba(o(this,l)))}get orders(){return o(this,Ss)||a(this,Ss,new Ea(o(this,l)))}get organization(){return o(this,vs)||a(this,vs,new Oa(o(this,l)))}get packages(){return o(this,xs)||a(this,xs,new Ma(o(this,l)))}get parcel_line_items(){return o(this,Ls)||a(this,Ls,new Ga(o(this,l)))}get parcels(){return o(this,bs)||a(this,bs,new Ua(o(this,l)))}get payment_gateways(){return o(this,ws)||a(this,ws,new Fa(o(this,l)))}get payment_methods(){return o(this,Es)||a(this,Es,new Ba(o(this,l)))}get payment_options(){return o(this,As)||a(this,As,new Da(o(this,l)))}get paypal_gateways(){return o(this,Os)||a(this,Os,new ja(o(this,l)))}get paypal_payments(){return o(this,Is)||a(this,Is,new Ka(o(this,l)))}get percentage_discount_promotions(){return o(this,Ms)||a(this,Ms,new Xa(o(this,l)))}get price_frequency_tiers(){return o(this,Qs)||a(this,Qs,new Ha(o(this,l)))}get price_list_schedulers(){return o(this,Gs)||a(this,Gs,new eu(o(this,l)))}get price_lists(){return o(this,Ys)||a(this,Ys,new ru(o(this,l)))}get price_tiers(){return o(this,Us)||a(this,Us,new ou(o(this,l)))}get price_volume_tiers(){return o(this,Vs)||a(this,Vs,new iu(o(this,l)))}get prices(){return o(this,Fs)||a(this,Fs,new uu(o(this,l)))}get promotion_rules(){return o(this,$s)||a(this,$s,new pu(o(this,l)))}get promotions(){return o(this,Bs)||a(this,Bs,new mu(o(this,l)))}get recurring_order_copies(){return o(this,qs)||a(this,qs,new du(o(this,l)))}get refunds(){return o(this,Ds)||a(this,Ds,new gu(o(this,l)))}get reserved_stocks(){return o(this,zs)||a(this,zs,new Pu(o(this,l)))}get resource_errors(){return o(this,js)||a(this,js,new fu(o(this,l)))}get return_line_items(){return o(this,Ws)||a(this,Ws,new Cu(o(this,l)))}get returns(){return o(this,Ks)||a(this,Ks,new Su(o(this,l)))}get satispay_gateways(){return o(this,Ns)||a(this,Ns,new xu(o(this,l)))}get satispay_payments(){return o(this,Xs)||a(this,Xs,new bu(o(this,l)))}get shipments(){return o(this,Zs)||a(this,Zs,new Eu(o(this,l)))}get shipping_categories(){return o(this,Hs)||a(this,Hs,new Ou(o(this,l)))}get shipping_method_tiers(){return o(this,Js)||a(this,Js,new Mu(o(this,l)))}get shipping_methods(){return o(this,eo)||a(this,eo,new Gu(o(this,l)))}get shipping_weight_tiers(){return o(this,to)||a(this,to,new Uu(o(this,l)))}get shipping_zones(){return o(this,ro)||a(this,ro,new Fu(o(this,l)))}get sku_list_items(){return o(this,so)||a(this,so,new Bu(o(this,l)))}get sku_list_promotion_rules(){return o(this,oo)||a(this,oo,new Du(o(this,l)))}get sku_lists(){return o(this,no)||a(this,no,new ju(o(this,l)))}get sku_options(){return o(this,io)||a(this,io,new Ku(o(this,l)))}get skus(){return o(this,ao)||a(this,ao,new Xu(o(this,l)))}get stock_items(){return o(this,uo)||a(this,uo,new Hu(o(this,l)))}get stock_line_items(){return o(this,co)||a(this,co,new ec(o(this,l)))}get stock_locations(){return o(this,po)||a(this,po,new rc(o(this,l)))}get stock_reservations(){return o(this,lo)||a(this,lo,new oc(o(this,l)))}get stock_transfers(){return o(this,mo)||a(this,mo,new ic(o(this,l)))}get stores(){return o(this,yo)||a(this,yo,new uc(o(this,l)))}get stripe_gateways(){return o(this,Ro)||a(this,Ro,new pc(o(this,l)))}get stripe_payments(){return o(this,go)||a(this,go,new mc(o(this,l)))}get subscription_models(){return o(this,_o)||a(this,_o,new dc(o(this,l)))}get tags(){return o(this,Po)||a(this,Po,new gc(o(this,l)))}get talon_one_accounts(){return o(this,ho)||a(this,ho,new Pc(o(this,l)))}get tax_calculators(){return o(this,fo)||a(this,fo,new fc(o(this,l)))}get tax_categories(){return o(this,ko)||a(this,ko,new Cc(o(this,l)))}get tax_rules(){return o(this,Co)||a(this,Co,new Sc(o(this,l)))}get taxjar_accounts(){return o(this,To)||a(this,To,new xc(o(this,l)))}get transactions(){return o(this,So)||a(this,So,new bc(o(this,l)))}get versions(){return o(this,vo)||a(this,vo,new Ec(o(this,l)))}get voids(){return o(this,xo)||a(this,xo,new Oc(o(this,l)))}get webhooks(){return o(this,Lo)||a(this,Lo,new Mc(o(this,l)))}get wire_transfers(){return o(this,bo)||a(this,bo,new Gc(o(this,l)))}get currentOrganization(){return o(this,It)}get currentAccessToken(){return o(this,l)?.client?.currentAccessToken}get interceptors(){return o(this,l).client.interceptors}localConfig(e){e.organization&&a(this,It,e.organization)}config(e){return Hc("config %o",e),this.localConfig(e),e.organization||(e.organization=this.currentOrganization),o(this,l).config(e),this}resources(){return Ot.resources()}singletons(){return Ot.singletons()}isSingleton(e){return Ot.isSingleton(e)}isApiError(e){return Ot.isApiError(e)}addRequestInterceptor(e,t){return this.interceptors.request={onSuccess:e,onFailure:t},1}addResponseInterceptor(e,t){return this.interceptors.response={onSuccess:e,onFailure:t},1}removeInterceptor(e,t=1){this.interceptors[e]=void 0}removeInterceptors(){this.removeInterceptor("request"),this.removeInterceptor("response"),this.removeRawResponseReader()}addRawResponseReader(e){let t={id:0,rawResponse:void 0,headers:void 0,ok:!0};async function r(s){if(t.rawResponse=await s?.clone().json().catch(()=>{}),t.ok=s.ok,e?.headers){let m={};s.headers.forEach((R,d)=>{m[d]=R}),t.headers=m}return s}return this.interceptors.rawReader={onSuccess:r,onFailure:r},t.id=1,t}removeRawResponseReader(){this.interceptors.rawReader=void 0}};l=new WeakMap,It=new WeakMap,cr=new WeakMap,pr=new WeakMap,lr=new WeakMap,mr=new WeakMap,yr=new WeakMap,dr=new WeakMap,Rr=new WeakMap,gr=new WeakMap,_r=new WeakMap,Pr=new WeakMap,hr=new WeakMap,fr=new WeakMap,kr=new WeakMap,Cr=new WeakMap,Tr=new WeakMap,Sr=new WeakMap,vr=new WeakMap,xr=new WeakMap,Lr=new WeakMap,br=new WeakMap,wr=new WeakMap,Er=new WeakMap,Ar=new WeakMap,Or=new WeakMap,Ir=new WeakMap,Mr=new WeakMap,Qr=new WeakMap,Gr=new WeakMap,Yr=new WeakMap,Ur=new WeakMap,Vr=new WeakMap,Fr=new WeakMap,$r=new WeakMap,Br=new WeakMap,qr=new WeakMap,Dr=new WeakMap,zr=new WeakMap,jr=new WeakMap,Wr=new WeakMap,Kr=new WeakMap,Nr=new WeakMap,Xr=new WeakMap,Zr=new WeakMap,Hr=new WeakMap,Jr=new WeakMap,es=new WeakMap,ts=new WeakMap,rs=new WeakMap,ss=new WeakMap,os=new WeakMap,ns=new WeakMap,is=new WeakMap,as=new WeakMap,us=new WeakMap,cs=new WeakMap,ps=new WeakMap,ls=new WeakMap,ms=new WeakMap,ys=new WeakMap,ds=new WeakMap,Rs=new WeakMap,gs=new WeakMap,_s=new WeakMap,Ps=new WeakMap,hs=new WeakMap,fs=new WeakMap,ks=new WeakMap,Cs=new WeakMap,Ts=new WeakMap,Ss=new WeakMap,vs=new WeakMap,xs=new WeakMap,Ls=new WeakMap,bs=new WeakMap,ws=new WeakMap,Es=new WeakMap,As=new WeakMap,Os=new WeakMap,Is=new WeakMap,Ms=new WeakMap,Qs=new WeakMap,Gs=new WeakMap,Ys=new WeakMap,Us=new WeakMap,Vs=new WeakMap,Fs=new WeakMap,$s=new WeakMap,Bs=new WeakMap,qs=new WeakMap,Ds=new WeakMap,zs=new WeakMap,js=new WeakMap,Ws=new WeakMap,Ks=new WeakMap,Ns=new WeakMap,Xs=new WeakMap,Zs=new WeakMap,Hs=new WeakMap,Js=new WeakMap,eo=new WeakMap,to=new WeakMap,ro=new WeakMap,so=new WeakMap,oo=new WeakMap,no=new WeakMap,io=new WeakMap,ao=new WeakMap,uo=new WeakMap,co=new WeakMap,po=new WeakMap,lo=new WeakMap,mo=new WeakMap,yo=new WeakMap,Ro=new WeakMap,go=new WeakMap,_o=new WeakMap,Po=new WeakMap,ho=new WeakMap,fo=new WeakMap,ko=new WeakMap,Co=new WeakMap,To=new WeakMap,So=new WeakMap,vo=new WeakMap,xo=new WeakMap,Lo=new WeakMap,bo=new WeakMap;var Jc=i=>new Vc(i),Uc=Jc;export{Jc as CommerceLayer,Ot as CommerceLayerStatic,Uc as default};
|