@openscreen/internal-sdk 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- import t from"axios";function s(){return s=Object.assign?Object.assign.bind():function(t){for(var s=1;s<arguments.length;s++){var e=arguments[s];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t},s.apply(this,arguments)}class e{constructor(t){this.session=void 0,this.routeSegments=void 0,this.session=t}async makeUri(t={}){const s=[(await this.session.getCloudConfig()).endpoint.replace(/\/+$/,"")];return this.routeSegments.forEach(e=>{if(s.push(e.routePart),e.parm){const r=t[e.parm];if(!r)throw Error(`Openscreen: missing path parameter value for '${e.parm}'`);s.push(r)}}),s.join("/")}debugRequest(t,s,e,r,a){this.session.debugRequest&&(console.debug(`Openscreen REQUEST: ${t.toUpperCase()} ${s}`),r&&console.debug(`Openscreen REQUEST: ${JSON.stringify(r,null,2)}`),e&&this.session.debugQuery&&console.debug(`Openscreen QUERY: ${JSON.stringify(e,null,2)}`),a&&this.session.debugOptions&&console.debug(`Openscreen OPTIONS: ${JSON.stringify(a,null,2)}`))}debugResponse(t){this.session.debugResponse&&console.debug(`Openscreen RESPONSE: ${JSON.stringify(t.data||{},null,2)}`)}handleAndDebugErr(t){if(t.response&&t.response.data)return this.session.debugError?console.error(`Openscreen ERROR: ${JSON.stringify(t.response.data,null,2)}`):this.session.debugResponse&&console.error(`Openscreen RESPONSE: ${JSON.stringify(t.response.data,null,2)}`),t.response.data;if(this.session.debugError)try{console.error(t)}catch(t){console.error("Openscreen: (unable to print error)")}return t}}class r extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("delete",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.delete(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class a extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("get",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.get(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class n extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("patch",n,e,r,a);const o=await this.session.getAxios(),i=await o.patch(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class o extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("post",n,e,r,a);const o=await this.session.getAxios(),i=await o.post(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class i{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.session=t,this.pathParameters=s}self(){return this}getSession(){return this.session}}class c{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.id=void 0,this.session=t,this.pathParameters=s}getSession(){return this.session}}var u,h,d,p,m,P,g,l,N,S,I,E,A,w,T,x,k,C,_,y,O,R,D,v,f,L,b,U,M,j,G,V,H,Y,q,F,B,Q,W,$,K,z,X,J,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht;!function(t){t.CREATED_DATE="CREATED_DATE",t.STATIC_QR_CODE_COUNT="STATIC_QR_CODE_COUNT",t.DYNAMIC_QR_CODE_COUNT="DYNAMIC_QR_CODE_COUNT",t.SCAN_COUNT="SCAN_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.PRICE_PLAN="PRICE_PLAN",t.LAST_ACTIVITY="LAST_ACTIVITY",t.CLIENT_EXEC="CLIENT_EXEC",t.ASSET_COUNT="ASSET_COUNT",t.SMS_COUNT="SMS_COUNT",t.ACCOUNT_STATUS="ACCOUNT_STATUS"}(u||(u={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(h||(h={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(d||(d={})),function(t){t.OWNER="OWNER",t.ADMINISTRATOR="ADMINISTRATOR",t.BILLING_CONTACT="BILLING_CONTACT",t.MEMBER="MEMBER",t.API_KEY="API_KEY",t.INVITATION_DECLINED="INVITATION_DECLINED"}(p||(p={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.STATE="STATE"}(m||(m={})),function(t){t.json="json",t.csv="csv"}(P||(P={})),function(t){t.MODIFIED="MODIFIED",t.STATE="STATE",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.ASSET_TYPE_NAME="ASSET_TYPE_NAME"}(g||(g={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(l||(l={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(N||(N={})),function(t){t.INVALID_API_KEY="INVALID_API_KEY",t.INVALID_EMAIL="INVALID_EMAIL",t.INVALID_LEGACY_MIGRATION="INVALID_LEGACY_MIGRATION",t.INVALID_PASSWORD="INVALID_PASSWORD",t.INVALID_SCOPE="INVALID_SCOPE",t.INVALID_SECRET="INVALID_SECRET",t.INVALID_TOKEN="INVALID_TOKEN",t.MIGRATE_FROM_COGNITO="MIGRATE_FROM_COGNITO",t.NO_ACCESS_TOKEN="NO_ACCESS_TOKEN",t.NO_REFRESH_TOKEN="NO_REFRESH_TOKEN",t.RESET_PASSWORD="RESET_PASSWORD",t.RESET_SECRET="RESET_SECRET",t.SUSPENDED_OR_INACTIVE="SUSPENDED_OR_INACTIVE",t.TOKEN_EXPIRED="TOKEN_EXPIRED",t.TRY_AGAIN="TRY_AGAIN",t.UNABLE_TO_CONFIRM_EMAIL="UNABLE_TO_CONFIRM_EMAIL",t.UNCONFIRMED_EMAIL="UNCONFIRMED_EMAIL",t.EMAIL_ALREADY_TAKEN="EMAIL_ALREADY_TAKEN"}(S||(S={})),function(t){t.API="API",t.CONFIRM_EMAIL="CONFIRM_EMAIL",t.NEW_PASSWORD="NEW_PASSWORD",t.NO_SESSION="NO_SESSION",t.NO_PASSWORD="NO_PASSWORD",t.CONFIRMED_NO_PASSWORD="CONFIRMED_NO_PASSWORD"}(I||(I={})),function(t){t.TWO_FACTOR_AUTHENTICATION="TWO_FACTOR_AUTHENTICATION",t.MARKETING="MARKETING",t.CUSTOMER_CARE="CUSTOMER_CARE",t.CHARITY_NONPROFIT="CHARITY_NONPROFIT",t.DELIVERY_NOTIFICATIONS="DELIVERY_NOTIFICATIONS",t.FRAUD_ALERT_MESSAGING="FRAUD_ALERT_MESSAGING",t.EVENTS="EVENTS",t.HIGHER_EDUCATION="HIGHER_EDUCATION",t.K12="K12",t.POLLING_AND_VOTING_NON_POLITICAL="POLLING_AND_VOTING_NON_POLITICAL",t.POLITICAL_ELECTION_CAMPAIGNS="POLITICAL_ELECTION_CAMPAIGNS",t.PUBLIC_SERVICE_ANNOUNCEMENT="PUBLIC_SERVICE_ANNOUNCEMENT",t.SECURITY_ALERT="SECURITY_ALERT",t.ACCOUNT_NOTIFICATIONS="ACCOUNT_NOTIFICATIONS"}(E||(E={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(A||(A={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(w||(w={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.PHONE="PHONE",t.EMAIL="EMAIL",t.LAST_SCAN_TIME="LAST_SCAN_TIME",t.LAST_SCAN_LOCATION="LAST_SCAN_LOCATION",t.SCAN_COUNT="SCAN_COUNT"}(T||(T={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.ASSET_NAME="ASSET_NAME",t.PHONE="PHONE",t.EMAIL="EMAIL",t.LAST_SCAN_TIME="LAST_SCAN_TIME",t.LAST_SCAN_LOCATION="LAST_SCAN_LOCATION",t.SCAN_COUNT="SCAN_COUNT"}(x||(x={})),function(t){t.CARE_API="CARE_API"}(k||(k={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(C||(C={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(_||(_={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(y||(y={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(O||(O={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(R||(R={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(D||(D={})),function(t){t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.VALIDATE_CSV="VALIDATE_CSV",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.SCAN_EXPORT="SCAN_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.CONTACT_EXPORT="CONTACT_EXPORT",t.TEMPLATED_PRINT="TEMPLATED_PRINT"}(v||(v={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(f||(f={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(L||(L={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(b||(b={})),function(t){t.FREE="free",t.PAYASYOUGO="payAsYouGo",t.ADVANCED="advanced",t.PRO="pro",t.ENTERPRISE_CUSTOM="enterpriseCustom",t.UNLIMITED="unlimited",t.ENGAGE_STARTER_MONTHLY="engageStarterMonthly",t.ENGAGE_STARTER_YEARLY="engageStarterYearly",t.ENGAGE_PRO_MONTHLY="engageProMonthly",t.ENGAGE_PRO_YEARLY="engageProYearly",t.ENGAGE_PREMIUM_MONTHLY="engagePremiumMonthly",t.ENGAGE_PREMIUM_YEARLY="engagePremiumYearly",t.ENGAGE_ENTERPRISE_CUSTOM="engageEnterpriseCustom",t.ENGAGE_ADDON="engageAddon"}(U||(U={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(M||(M={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(j||(j={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(G||(G={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(V||(V={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(H||(H={})),function(t){t.AVERY_5160="AVERY_5160",t.AVERY_5163="AVERY_5163",t.AVERY_94103="AVERY_94103",t.AVERY_22806="AVERY_22806",t.AVERY_22805="AVERY_22805",t.OL914="OL914",t.OL3012LP="OL3012LP",t.OL3012LPCustom="OL3012LPCustom",t.CLOUD_TAGS_15="CLOUD_TAGS_15",t.CLOUD_TAGS_20="CLOUD_TAGS_20",t.LUGGAGE_TAGS_SINGLE="LUGGAGE_TAGS_SINGLE"}(Y||(Y={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(q||(q={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.ASSET_COUNT="ASSET_COUNT"}(F||(F={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(B||(B={})),function(t){t.dot="dot",t.square="square"}(Q||(Q={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(W||(W={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}($||($={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(K||(K={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(X||(X={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(J||(J={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(Z||(Z={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(tt||(tt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(st||(st={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(et||(et={})),function(t){t.EQUALS="EQUALS",t.LESS_THAN="LESS_THAN",t.LESS_THAN_EQUAL="LESS_THAN_EQUAL",t.GREATER_THAN="GREATER_THAN",t.GREATER_THAN_EQUAL="GREATER_THAN_EQUAL",t.BETWEEN="BETWEEN",t.BEGINS_WITH="BEGINS_WITH"}(rt||(rt={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(at||(at={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(nt||(nt={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(ot||(ot={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(it||(it={})),function(t){t.COMPROMISED="COMPROMISED",t.CONFIRMED="CONFIRMED",t.LEGACY="LEGACY",t.NEW_EMAIL="NEW_EMAIL",t.NEW_EMAIL_CONFIRMED="NEW_EMAIL_CONFIRMED",t.NEW_PASSWORD="NEW_PASSWORD",t.SUSPENDED="SUSPENDED",t.UNCONFIRMED="UNCONFIRMED",t.CONFIRMED_NO_PASSWORD="CONFIRMED_NO_PASSWORD"}(ct||(ct={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ut||(ut={})),function(t){t.DASHBOARD="DASHBOARD"}(ht||(ht={}));class dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Nt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class St extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class It extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Et extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class At extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class wt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Tt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class xt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class kt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Ct extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class _t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Ot extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Rt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}]}}class Dt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Lt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Ut extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Mt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class Gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class Bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Kt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class Jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class as extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class os extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class is extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class cs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class us extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class hs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class ds extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class ps extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class ls extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Ss extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class Es extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}]}}class As extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class xs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ks extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Cs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class _s extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class Ds extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class vs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class fs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ls extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class bs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Us extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class js extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Vs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Hs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class Fs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Bs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ws extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class $s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class zs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class Xs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class Js extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class Zs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class te extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class ee extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ae extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ne extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class he extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Pe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class Ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class Se extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Ee extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class we extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Te extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class xe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ke extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ce extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class _e extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Oe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetbatch/presignedurl",sdkPartName:"assetbatchPresignedurl"}]}}class De extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint",sdkPartName:"templatedPrint"}]}}class Ge extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Ve extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class He extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Fe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class Qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class We extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class $e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Ke extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class Xe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class ur extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class hr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class pr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class mr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class gr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class lr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Sr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Er extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class Ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class wr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Cr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class Rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class vr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}]}}class fr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}]}}class Lr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class br extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class Ur extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class Mr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class jr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class Gr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Vr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class Hr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class Yr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class qr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Fr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class Qr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class Wr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class $r extends i{async create(t,s){return new dt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class Kr extends i{async create(t,s){return new pt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ht(this.session).go(this.pathParameters,t,s)}}class zr extends i{async create(t,s){return new mt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class Xr extends i{async create(t,s){return new Pt(this.session).go(this.pathParameters,void 0,t,s)}}class Jr extends i{async create(t,s){return new gt(this.session).go(this.pathParameters,void 0,t,s)}}class Zr extends i{async create(t,s){return new lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new qt(this.session).go(this.pathParameters,t,s)}}class ta extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class sa extends i{async create(t,s){return new St(this.session).go(this.pathParameters,void 0,t,s)}}class ea extends i{async create(t,s){return new It(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class ra extends i{async create(t,s){return new Et(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class aa extends i{async create(t,s){return new At(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class na extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new zt(this.session).go(this.pathParameters,t,s)}}class oa extends i{async create(t,s){return new Tt(this.session).go(this.pathParameters,void 0,t,s)}}class ia extends i{async delete(t,s){return new xt(this.session).go(this.pathParameters,t,s)}}class ca extends c{async delete(t){return new kt(this.session).go(this.pathParameters,void 0,t)}async get(t){return new es(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ds(this.session).go(this.pathParameters,void 0,t,s)}}class ua extends i{async get(t,s){return new _t(this.session).go(this.pathParameters,t,s)}}class ha extends i{async get(t,s){return new yt(this.session).go(this.pathParameters,t,s)}}class da extends i{async get(t,s){return new Ot(this.session).go(this.pathParameters,t,s)}}class pa extends i{async get(t,s){return new Rt(this.session).go(this.pathParameters,t,s)}}class ma extends i{async create(t,s){return new vt(this.session).go(this.pathParameters,void 0,t,s)}}class Pa extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class ga extends i{async get(t){return new bt(this.session).go(this.pathParameters,void 0,t)}}class la extends i{async get(t){return new Ut(this.session).go(this.pathParameters,void 0,t)}}class Na extends i{async get(t,s){return new Mt(this.session).go(this.pathParameters,t,s)}}class Sa extends i{async get(t,s){return new jt(this.session).go(this.pathParameters,t,s)}}class Ia extends i{async create(t,s){return new Gt(this.session).go(this.pathParameters,void 0,t,s)}}class Ea extends i{async get(t,s){return new Vt(this.session).go(this.pathParameters,t,s)}}class Aa extends i{async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class wa extends i{async get(t,s){return new Ft(this.session).go(this.pathParameters,t,s)}}class Ta extends i{async get(t){return new Bt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new hs(this.session).go(this.pathParameters,void 0,t,s)}}class xa extends i{async get(t,s){return new Kt(this.session).go(this.pathParameters,t,s)}}class ka extends i{async get(t,s){return new Xt(this.session).go(this.pathParameters,t,s)}}class Ca extends i{async create(t,s){return new Jt(this.session).go(this.pathParameters,void 0,t,s)}}class _a extends i{async get(t,s){return new Zt(this.session).go(this.pathParameters,t,s)}}class ya extends i{async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class Oa extends i{async get(t,s){return new ss(this.session).go(this.pathParameters,t,s)}}class Ra extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class Da extends i{async create(t){return new as(this.session).go(this.pathParameters,void 0,t)}}class va extends c{install(){return new Da(this.getSession(),this.pathParameters)}}class fa extends i{async get(t){return new ns(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new os(this.session).go(this.pathParameters,void 0,t,s)}}class La extends i{async create(t,s){return new is(this.session).go(this.pathParameters,void 0,t,s)}}class ba extends i{async update(t,s){return new us(this.session).go(this.pathParameters,void 0,t,s)}}class Ua extends i{async create(t,s){return new ps(this.session).go(this.pathParameters,void 0,t,s)}}class Ma extends c{apikeys(){return new $r(this.getSession(),this.pathParameters)}apps(){return new Kr(this.getSession(),this.pathParameters)}assettypes(){return new zr(this.getSession(),this.pathParameters)}invitations(){return new Xr(this.getSession(),this.pathParameters)}invitationsBatch(){return new Jr(this.getSession(),this.pathParameters)}locations(){return new Zr(this.getSession(),this.pathParameters)}printPageTemplates(){return new ta(this.getSession(),this.pathParameters)}printStickerTemplates(){return new sa(this.getSession(),this.pathParameters)}projects(){return new ea(this.getSession(),this.pathParameters)}qrcodelogos(){return new ra(this.getSession(),this.pathParameters)}stylingtemplates(){return new aa(this.getSession(),this.pathParameters)}customattributes(){return new na(this.getSession(),this.pathParameters)}zendeskTicket(){return new oa(this.getSession(),this.pathParameters)}contactsBatch(){return new ia(this.getSession(),this.pathParameters)}user(t){return new ca(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new ua(this.getSession(),this.pathParameters)}advancedContactsReport(){return new ha(this.getSession(),this.pathParameters)}advancedScansReport(){return new da(this.getSession(),this.pathParameters)}ownerApps(){return new pa(this.getSession(),this.pathParameters)}assetsExport(){return new ma(this.getSession(),this.pathParameters)}assets(){return new Pa(this.getSession(),this.pathParameters)}basicAssetsReport(){return new ga(this.getSession(),this.pathParameters)}basicContactsReport(){return new la(this.getSession(),this.pathParameters)}batch(){return new Na(this.getSession(),this.pathParameters)}consent(){return new Sa(this.getSession(),this.pathParameters)}contactsExport(){return new Ia(this.getSession(),this.pathParameters)}contacts(){return new Ea(this.getSession(),this.pathParameters)}jobs(){return new Aa(this.getSession(),this.pathParameters)}assetsMostscanned(){return new wa(this.getSession(),this.pathParameters)}pricePlan(){return new Ta(this.getSession(),this.pathParameters)}qrCodes(){return new xa(this.getSession(),this.pathParameters)}scansDayofweek(){return new ka(this.getSession(),this.pathParameters)}scansExport(){return new Ca(this.getSession(),this.pathParameters)}scansTimeofday(){return new _a(this.getSession(),this.pathParameters)}scansTimeline(){return new ya(this.getSession(),this.pathParameters)}scans(){return new Oa(this.getSession(),this.pathParameters)}users(){return new Ra(this.getSession(),this.pathParameters)}app(t){return new va(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new fa(this.getSession(),this.pathParameters)}clock(){return new La(this.getSession(),this.pathParameters)}engagePricePlan(){return new ba(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new Ua(this.getSession(),this.pathParameters)}async get(t){return new Ct(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new cs(this.session).go(this.pathParameters,void 0,t,s)}}class ja extends i{async get(t){return new Ps(this.session).go(this.pathParameters,void 0,t)}async update(t){return new gs(this.session).go(this.pathParameters,void 0,t)}}class Ga extends c{secret(){return new ja(this.getSession(),this.pathParameters)}async get(t){return new ms(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class Va extends i{async create(t){return new Es(this.session).go(this.pathParameters,void 0,t)}}class Ha extends c{load(){return new Va(this.getSession(),this.pathParameters)}}class Ya extends c{account(t){return new Ha(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new Ns(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new As(this.session).go(this.pathParameters,void 0,t,s)}}class qa extends i{async get(t,s){return new Ss(this.session).go(this.pathParameters,t,s)}}class Fa extends i{async get(t,s){return new Is(this.session).go(this.pathParameters,t,s)}}class Ba extends i{async get(t){return new Ts(this.session).go(this.pathParameters,void 0,t)}}class Qa extends c{main(){return new Ba(this.getSession(),this.pathParameters)}async get(t){return new ws(this.session).go(this.pathParameters,void 0,t)}}class Wa extends c{async compose(t,s){return new xs(this.session).go(this.pathParameters,void 0,t,s)}}class $a extends i{async create(t,s){return new ks(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Os(this.session).go(this.pathParameters,t,s)}}class Ka extends c{async get(t){return new ys(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new vs(this.session).go(this.pathParameters,void 0,t,s)}}class za extends i{async get(t,s){return new Rs(this.session).go(this.pathParameters,t,s)}}class Xa extends c{asset(t){return new Wa(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new $a(this.getSession(),this.pathParameters)}location(t){return new Ka(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new za(this.getSession(),this.pathParameters)}async delete(t){return new Cs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new _s(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ds(this.session).go(this.pathParameters,void 0,t,s)}}class Ja extends i{async create(t,s){return new fs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Gs(this.session).go(this.pathParameters,t,s)}}class Za extends i{async create(t,s){return new bs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Vs(this.session).go(this.pathParameters,t,s)}}class tn extends i{async get(t,s){return new js(this.session).go(this.pathParameters,t,s)}}class sn extends i{async create(t,s){return new Hs(this.session).go(this.pathParameters,void 0,t,s)}}class en extends i{async get(t,s){return new Ys(this.session).go(this.pathParameters,t,s)}}class rn extends i{async get(t,s){return new qs(this.session).go(this.pathParameters,t,s)}}class an extends c{async link(t,s){return new Fs(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Bs(this.session).go(this.pathParameters,void 0,t)}}class nn extends c{contacts(){return new Ja(this.getSession(),this.pathParameters)}qrCodes(){return new Za(this.getSession(),this.pathParameters)}history(){return new tn(this.getSession(),this.pathParameters)}scansExport(){return new sn(this.getSession(),this.pathParameters)}scansLocation(){return new en(this.getSession(),this.pathParameters)}scans(){return new rn(this.getSession(),this.pathParameters)}contact(t){return new an(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Us(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Qs(this.session).go(this.pathParameters,void 0,t,s)}}class on extends c{async create(t){return new Ws(this.session).go(this.pathParameters,void 0,t)}}class cn extends c{async create(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class un extends c{async get(t,s){return new Ks(this.session).go(this.pathParameters,t,s)}}class hn extends c{async create(t,s){return new zs(this.session).go(this.pathParameters,void 0,t,s)}}class dn extends c{async create(t,s){return new Xs(this.session).go(this.pathParameters,void 0,t,s)}}class pn extends c{async get(t){return new Js(this.session).go(this.pathParameters,void 0,t)}}class mn extends c{async get(t){return new Zs(this.session).go(this.pathParameters,void 0,t)}}class Pn extends c{async get(t,s){return new te(this.session).go(this.pathParameters,t,s)}}class gn extends c{async create(t,s){return new se(this.session).go(this.pathParameters,void 0,t,s)}}class ln extends i{async get(t,s){return new ee(this.session).go(this.pathParameters,t,s)}}class Nn extends i{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new ae(this.session).go(this.pathParameters,t,s)}async get(t,s){return new ie(this.session).go(this.pathParameters,t,s)}}class Sn extends i{async get(t,s){return new oe(this.session).go(this.pathParameters,t,s)}}class In extends i{async create(t,s){return new ue(this.session).go(this.pathParameters,void 0,t,s)}}class En extends i{async create(t,s){return new he(this.session).go(this.pathParameters,void 0,t,s)}}class An extends i{async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class wn extends i{async get(t){return new pe(this.session).go(this.pathParameters,void 0,t)}}class Tn extends c{async link(t,s){return new me(this.session).go(this.pathParameters,void 0,t,s)}}class xn extends c{consent(){return new Nn(this.getSession(),this.pathParameters)}assets(){return new Sn(this.getSession(),this.pathParameters)}export(){return new In(this.getSession(),this.pathParameters)}scansExport(){return new En(this.getSession(),this.pathParameters)}scansLocation(){return new An(this.getSession(),this.pathParameters)}scans(){return new wn(this.getSession(),this.pathParameters)}scan(t){return new Tn(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new ne(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ce(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Pe(this.session).go(this.pathParameters,void 0,t,s)}}class kn extends i{async create(t){return new le(this.session).go(this.pathParameters,void 0,t)}}class Cn extends c{validate(){return new kn(this.getSession(),this.pathParameters)}}class _n extends i{async create(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}}class yn extends c{users(){return new _n(this.getSession(),this.pathParameters)}async delete(t){return new Se(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ie(this.session).go(this.pathParameters,void 0,t)}}class On extends c{async delete(t){return new Ee(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ae(this.session).go(this.pathParameters,void 0,t)}}class Rn extends i{async update(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new xe(this.session).go(this.pathParameters,t,s)}}class Dn extends c{assets(){return new Rn(this.getSession(),this.pathParameters)}async delete(t,s){return new Te(this.session).go(this.pathParameters,t,s)}async update(t,s){return new ke(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends i{async create(t,s){return new Ce(this.session).go(this.pathParameters,void 0,t,s)}}class fn extends i{async get(t){return new _e(this.session).go(this.pathParameters,void 0,t)}}class Ln extends i{async create(t,s){return new ye(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qe(this.session).go(this.pathParameters,t,s)}}class bn extends i{async create(t,s){return new Oe(this.session).go(this.pathParameters,void 0,t,s)}}class Un extends i{async create(t,s){return new Re(this.session).go(this.pathParameters,void 0,t,s)}}class Mn extends i{async create(t,s){return new De(this.session).go(this.pathParameters,void 0,t,s)}}class jn extends i{async create(t,s){return new ve(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Je(this.session).go(this.pathParameters,t,s)}}class Gn extends i{async create(t,s){return new fe(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ge(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}}class Hn extends i{async create(t,s){return new be(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new sr(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}}class qn extends i{async create(t,s){return new Me(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cr(this.session).go(this.pathParameters,t,s)}}class Fn extends i{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class Bn extends c{async delete(t){return new He(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ir(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new hr(this.session).go(this.pathParameters,void 0,t,s)}}class Qn extends i{async get(t,s){return new Ye(this.session).go(this.pathParameters,t,s)}}class Wn extends i{async get(t,s){return new qe(this.session).go(this.pathParameters,t,s)}}class $n extends i{async get(t,s){return new Fe(this.session).go(this.pathParameters,t,s)}}class Kn extends i{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class zn extends i{async get(t){return new We(this.session).go(this.pathParameters,void 0,t)}}class Xn extends i{async get(t){return new $e(this.session).go(this.pathParameters,void 0,t)}}class Jn extends i{async get(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class Zn extends i{async get(t,s){return new ze(this.session).go(this.pathParameters,t,s)}}class to extends i{async create(t,s){return new Xe(this.session).go(this.pathParameters,void 0,t,s)}}class so extends i{async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}}class eo extends i{async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class ro extends i{async create(t,s){return new rr(this.session).go(this.pathParameters,void 0,t,s)}}class ao extends i{async get(t,s){return new ar(this.session).go(this.pathParameters,t,s)}}class no extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class oo extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class io extends c{assets(){return new Ln(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new bn(this.getSession(),this.pathParameters)}assetbatchPresignedurl(){return new Un(this.getSession(),this.pathParameters)}assetsBatch(){return new Mn(this.getSession(),this.pathParameters)}contacts(){return new jn(this.getSession(),this.pathParameters)}contactsBatch(){return new Gn(this.getSession(),this.pathParameters)}print(){return new Vn(this.getSession(),this.pathParameters)}qrCodes(){return new Hn(this.getSession(),this.pathParameters)}selfqueueprint(){return new Yn(this.getSession(),this.pathParameters)}smsTemplates(){return new qn(this.getSession(),this.pathParameters)}templatedPrint(){return new Fn(this.getSession(),this.pathParameters)}smsTemplate(t){return new Bn(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new Qn(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Wn(this.getSession(),this.pathParameters)}advancedScansReport(){return new $n(this.getSession(),this.pathParameters)}assetsExport(){return new Kn(this.getSession(),this.pathParameters)}basicAssetsReport(){return new zn(this.getSession(),this.pathParameters)}basicContactsReport(){return new Xn(this.getSession(),this.pathParameters)}batch(){return new Jn(this.getSession(),this.pathParameters)}consent(){return new Zn(this.getSession(),this.pathParameters)}contactsExport(){return new to(this.getSession(),this.pathParameters)}assetsMostscanned(){return new so(this.getSession(),this.pathParameters)}scansDayofweek(){return new eo(this.getSession(),this.pathParameters)}scansExport(){return new ro(this.getSession(),this.pathParameters)}scansTimeofday(){return new ao(this.getSession(),this.pathParameters)}scansTimeline(){return new no(this.getSession(),this.pathParameters)}scans(){return new oo(this.getSession(),this.pathParameters)}async delete(t){return new Ve(this.session).go(this.pathParameters,void 0,t)}async get(t){return new tr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ur(this.session).go(this.pathParameters,void 0,t,s)}}class co extends c{async get(t){return new dr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new pr(this.session).go(this.pathParameters,void 0,t,s)}}class uo extends c{async delete(t){return new mr(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new gr(this.session).go(this.pathParameters,void 0,t,s)}}class ho extends i{async create(t,s){return new lr(this.session).go(this.pathParameters,void 0,t,s)}}class po extends i{async send(t,s){return new Ir(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async send(t,s){return new Er(this.session).go(this.pathParameters,void 0,t,s)}}class Po extends i{async update(t,s){return new Ar(this.session).go(this.pathParameters,void 0,t,s)}}class go extends c{contacts(){return new ho(this.getSession(),this.pathParameters)}email(){return new po(this.getSession(),this.pathParameters)}sms(){return new mo(this.getSession(),this.pathParameters)}customAttribute(){return new Po(this.getSession(),this.pathParameters)}async get(t){return new Nr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Sr(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends c{async delete(t){return new wr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new kr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class No extends c{async get(t){return new Tr(this.session).go(this.pathParameters,void 0,t)}}class So extends c{async get(t){return new xr(this.session).go(this.pathParameters,void 0,t)}}class Io extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new yr(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async get(t,s){return new Or(this.session).go(this.pathParameters,t,s)}}class Ao extends i{async get(t,s){return new Rr(this.session).go(this.pathParameters,t,s)}}class wo extends i{async get(t){return new vr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new fr(this.session).go(this.pathParameters,void 0,t,s)}}class To extends c{settings(){return new wo(this.getSession(),this.pathParameters)}}class xo extends c{accounts(){return new Io(this.getSession(),this.pathParameters)}errors(){return new Eo(this.getSession(),this.pathParameters)}invitations(){return new Ao(this.getSession(),this.pathParameters)}path(t){return new To(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new Dr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Lr(this.session).go(this.pathParameters,void 0,t,s)}}class ko extends i{async create(t){return new br(this.session).go(this.pathParameters,void 0,t)}}class Co extends i{async create(t){return new Ur(this.session).go(this.pathParameters,void 0,t)}}class _o extends i{async create(t,s){return new Mr(this.session).go(this.pathParameters,void 0,t,s)}}class yo extends i{async create(t,s){return new jr(this.session).go(this.pathParameters,void 0,t,s)}}class Oo extends i{async get(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}async create(t){return new qr(this.session).go(this.pathParameters,void 0,t)}}class Ro extends i{async get(t,s){return new Vr(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new Hr(this.session).go(this.pathParameters,t,s)}}class vo extends i{async create(t,s){return new Yr(this.session).go(this.pathParameters,void 0,t,s)}}class fo extends i{async create(t){return new Br(this.session).go(this.pathParameters,void 0,t)}}class Lo extends i{async resend(t,s){return new Qr(this.session).go(this.pathParameters,void 0,t,s)}}class bo extends i{async reset(t,s){return new Wr(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{account(t){return new Ma(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new Ga(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new Ya(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new qa(this.getSession(),this.pathParameters)}appsPublished(){return new Fa(this.getSession(),this.pathParameters)}appsAccount(t){return new Qa(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new Xa(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new nn(this.getSession(),s({},this.pathParameters,{assetId:t}))}billingCancelDowngrade(t){return new on(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new cn(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new un(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new hn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new dn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new pn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new mn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Pn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new gn(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new ln(this.getSession(),this.pathParameters)}contact(t){return new xn(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new Cn(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new yn(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new On(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new Dn(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new vn(this.getSession(),this.pathParameters)}pricePlans(){return new fn(this.getSession(),this.pathParameters)}project(t){return new io(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new co(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new uo(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new go(this.getSession(),s({},this.pathParameters,{scanId:t}))}stylingtemplate(t){return new lo(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}printPageTemplate(t){return new No(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new So(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}user(t){return new xo(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new ko(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new Co(this.getSession(),this.pathParameters)}webhookStripe(){return new _o(this.getSession(),this.pathParameters)}passwordAuthUser(){return new yo(this.getSession(),this.pathParameters)}authSession(){return new Oo(this.getSession(),this.pathParameters)}authConfirm(){return new Ro(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new Do(this.getSession(),this.pathParameters)}authUser(){return new vo(this.getSession(),this.pathParameters)}refreshAuthSession(){return new fo(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new Lo(this.getSession(),this.pathParameters)}resetAuthUser(){return new bo(this.getSession(),this.pathParameters)}}const Mo="internal-JG0adajZUHU";class jo{constructor(){this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=0}getConfig(){throw Error("no session")}getCloudConfig(){throw Error("no session")}getAxios(){throw Error("no session")}authorize(){throw Error("no session")}getUser(){throw Error("no session")}getSignedInUser(){throw Error("no session")}signUpUser(){throw Error("no session")}changePassword(){throw Error("no session")}signOut(){throw Error("no session")}}class Go extends Uo{constructor(){super(new jo,{}),this._config=void 0,this.cloudConfigName=void 0,this.cloudConfig=void 0,this.axios=void 0,this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=void 0,this._user=void 0,this.exp=0;let{OS_DEBUG:t}=process.env;if(t){let s;switch(console.log(`OS_DEBUG=${t}`),t=t.toLowerCase(),t){case"all":this.debugConfig=!0,this.debugAuth=!0,this.debugRequest=!0,this.debugResponse=!0,this.debugError=!0,this.debugQuery=!0,this.debugOptions=!0;break;case"none":case"off":case"false":case"":this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1;break;default:s=t.split(","),this.debugConfig=s.includes("config"),this.debugAuth=s.includes("auth"),this.debugRequest=s.includes("request"),this.debugResponse=s.includes("response"),this.debugError=s.includes("error"),this.debugQuery=s.includes("query"),this.debugOptions=s.includes("options"),this.debugConfig||this.debugAuth||this.debugRequest||this.debugResponse||this.debugError||this.debugQuery||this.debugOptions||console.warn(`Openscreen: OS_DEBUG environment var has invalid value: '${process.env.OS_DEBUG}'`)}}}getSession(){return this}config(t){if(this._config)throw Error("Openscreen: client is already configured");if(!t.key)throw Error("Openscreen: invalid config, provide API key and secret, or email and password");if(!t.secret)throw Error("Openscreen: invalid config, secret is missing");return"string"==typeof t.environment?this.cloudConfigName=t.environment:"object"==typeof t.environment?this.cloudConfig=Promise.resolve(t.environment):this.cloudConfigName=Mo,this._config=t,this}getConfig(){if(!this._config)throw Error("Openscreen: client must be configured before accessing resources");return this._config}async getSignedInUser(t){this.cloudConfigName=t||Mo;const s=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),await this.getAxios();const e=await this.axios.post(`${s.endpoint}/auth/session/refresh`);if(403===e.status||500===e.status)throw Error("Openscreen AUTH: User is not signed in");if(200===e.status){const{expires:t,user:s}=e.data;return this._user=s,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${s.userId}' until expiry=${t}`),this.exp=t,s}}async signUpUser(t,s){this.cloudConfigName=s||Mo;const e=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: signing up User"),await this.getAxios();const r=await this.axios.post(`${e.endpoint}/auth/user`,t);if(403===r.status||500===r.status)throw Error("Openscreen AUTH: User Sign Up failed");return(200===r.status||204===r.status)&&(this.debugAuth&&console.info("Openscreen AUTH: Signed up user"),!0)}async checkSession(t){this.cloudConfigName=t||Mo;const s=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: checking session"),await this.getAxios();const e=await this.axios.get(`${s.endpoint}/auth/session`);if(403===e.status||500===e.status)throw Error("Openscreen AUTH: User is not signed in");return!0}async authorize(){const t=await this.getCloudConfig();if(this.exp>(new Date).getTime())return;if(0!==this.exp){this.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),await this.getAxios();const s=await this.axios.post(`${t.endpoint}/auth/session/refresh`);if(403===s.status||500===s.status)throw Error("Openscreen AUTH: Refreshing failed, exiting");if(200===s.status){const{expires:t,user:e}=s.data;return this._user=e,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${e.userId}' until expiry=${t}`),void(this.exp=t)}}const e=this.getConfig();if(this.debugConfig){const t=s({},e);t.secret&&(t.secret="*".repeat(t.secret.length)),console.debug(`Openscreen CONFIG: ${JSON.stringify(t,null,2)}`)}let r,a;this.debugConfig&&console.debug(`Openscreen CONFIG: (environment) ${JSON.stringify(t,null,2)}`),r=e.key,a=e.secret,this.debugAuth&&console.info(`Openscreen AUTH: authorizing '${r}'`),await this.getAxios();const n=await this.axios.post(`${t.endpoint}/auth/session`,{email:r,password:a});if(403===n.status||500===n.status)throw Error("Openscreen AUTH: authentication failed");if(200===n.status){const{expires:t,user:s}=n.data;this._user=s,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${r}' until expiry=${t}`),this.exp=t}}getUser(){return this._user}async getCloudConfig(){if(!this.cloudConfig){if(!this.cloudConfigName)throw Error("Openscreen: environment name missing");this.cloudConfig=async function(s){const e=t.create({baseURL:"https://config.openscreen.com",timeout:25e3,responseType:"json",maxContentLength:10240,maxBodyLength:10240,maxRedirects:1,decompress:!0}),r=await e.get(`${s}.json`).catch(t=>{throw new Error(`Openscreen: unable to load cloud configuration '${s}': ${t.message}`)}),{data:a}=r;return a}(this.cloudConfigName)}return this.cloudConfig}async getAxios(){if(this.axios)return this.axios;const s=await this.getCloudConfig();return this.axios=t.create(s.axios||{timeout:25e3,responseType:"json",maxContentLength:1048576,maxBodyLength:1048576,maxRedirects:1,decompress:!0}),t}async changePassword(t,s){const e=await this.getCloudConfig();await this.getAxios();const r=await this.axios.post(`${e.endpoint}/auth/user/password`,{password:t,newPassword:s});if(200===r.status)return!0;throw this.debugAuth&&console.log("password change failed for the current user, got the error",r.data),new Error("Failed to change password")}async signOut(){const t=await this.getCloudConfig();await this.getAxios();const s=await this.axios.delete(`${t.endpoint}/auth/session`);if(200!==s.status)throw this.debugAuth&&console.log("Sign out failed, response body is ",s.data),new Error("Failed to sign out")}}export{u as AccountSortingTypes,h as AccountStatus,d as AccountType,p as AccountUserRole,is as AdvanceStripeClockByAccountIdRequest,m as AssetByAssetTypeSortingTypes,P as AssetCreationFileTypes,g as AssetSortingTypes,l as AssetTypeSortingTypes,N as AssetTypeUsabilityState,S as AuthMessageId,I as AuthTokenScope,E as CampaignUseCaseCategory,Ws as CancelDowngradeRequestRequest,$s as CancelSubscriptionRequest,jr as ChangePasswordRequest,Ks as ChangeSubscriptionPreviewRequest,se as ChangeSubscriptionRequest,Gr as CheckSessionRequest,xs as ComposeAssetByAssetTypeRequest,Hr as ConfirmInvitedRequest,Vr as ConfirmRequest,A as ConsentStatus,w as ConsentType,T as ContactAssetSortingTypes,x as ContactSortingTypes,_r as CreateAccountByUserIdRequest,dt as CreateApiKeyByAccountIdRequest,pt as CreateAppRequest,ks as CreateAssetByAssetTypeRequest,ye as CreateAssetByProjectIdRequest,Oe as CreateAssetCreationJobByProjectIdRequest,Re as CreateAssetCreationPresignedUrlRequest,mt as CreateAssetTypeByAccountIdRequest,De as CreateAssetsByProjectIdRequest,os as CreateCampaignAccountByAccountIdRequest,re as CreateConsentByContactIdRequest,fs as CreateContactByAssetIdRequest,ve as CreateContactByProjectIdRequest,lr as CreateContactByScanIdRequest,fe as CreateContactsByProjectIdRequest,Pt as CreateInvitationByAccountIdRequest,gt as CreateInvitationsByAccountIdRequest,lt as CreateLocationByAccountIdRequest,Le as CreatePrintJobByProjectIdRequest,Nt as CreatePrintPageTemplateByAccountIdRequest,St as CreatePrintStickerTemplateByAccountIdRequest,It as CreateProjectByAccountIdRequest,Ls as CreateQrCodeByAssetIdRequest,be as CreateQrCodeByProjectIdRequest,Et as CreateQrCodeLogoByAccountRequest,At as CreateQrCodeStylingTemplateByAccountRequest,bs as CreateQrCodesByAssetIdRequest,wt as CreateQueryableCustomAttributeRequest,Ue as CreateSelfQueuePrintJobByProjectIdRequest,zs as CreateSetupIntentRequest,br as CreateSmsResponseRequest,Me as CreateSmsTemplateByProjectIdRequest,je as CreateTemplatedPrintJobByProjectIdRequest,Tt as CreateTicketByAccountIdRequest,Ne as CreateUserByInvitationIdRequest,Yr as CreateUserRequest,Us as DeleteAssetRequest,Cs as DeleteAssetTypeRequest,ae as DeleteConsentByContactIdRequest,ne as DeleteContactRequest,xt as DeleteContactsByAccountIdRequest,Ge as DeleteContactsByProjectIdRequest,Se as DeleteInvitationRequest,Ee as DeleteJobRequest,Te as DeleteLocationRequest,Ve as DeleteProjectRequest,mr as DeleteQrCodeRequest,wr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Fr as DeleteSessionRequest,He as DeleteSmsTemplateByProjectIdRequest,kt as DeleteUserByAccountIdRequest,Xs as DowngradePlanRequest,k as EntitySources,C as FieldType,_ as FilePurpose,y as FileStatus,Ct as GetAccountRequest,yr as GetAccountsByUserIdRequest,_t as GetAdvancedAssetReportByAccountIdRequest,Ye as GetAdvancedAssetReportByProjectIdRequest,yt as GetAdvancedContactReportByAccountIdRequest,qe as GetAdvancedContactReportByProjectIdRequest,Ot as GetAdvancedScanReportByAccountIdRequest,Fe as GetAdvancedScanReportByProjectIdRequest,ee as GetAllAccountsRequest,Rt as GetAllAppsByAccountIdRequest,ms as GetApiKeyRequest,Ps as GetApiKeySecretRequest,Dt as GetApiKeysByAccountIdRequest,ws as GetAppAccountByAppAccountIdRequest,Ns as GetAppByAppIdRequest,Ss as GetAppsRequest,vt as GetAssetExportByAccountIdRequest,Be as GetAssetExportByProjectIdRequest,js as GetAssetHistoryRequest,Ms as GetAssetRequest,_s as GetAssetTypeByAssetTypeIdRequest,ys as GetAssetTypeCountAtLocationRequest,Rs as GetAssetTypeCountsByLocationRequest,ft as GetAssetTypesByAccountIdRequest,Lt as GetAssetsByAccountIdRequest,Os as GetAssetsByAssetTypeRequest,oe as GetAssetsByContactIdRequest,xe as GetAssetsByLocationIdRequest,Qe as GetAssetsByProjectIdRequest,bt as GetBasicAssetReportByAccountIdRequest,We as GetBasicAssetReportByProjectIdRequest,Ut as GetBasicContactReportByAccountIdRequest,$e as GetBasicContactReportByProjectIdRequest,Mt as GetBatchesByAccountIdRequest,Ke as GetBatchesByProjectIdRequest,Js as GetBillingDetailsRequest,jt as GetConsentByAccountIdRequest,ie as GetConsentByContactIdRequest,ze as GetConsentByProjectIdRequest,Gt as GetContactExportByAccountIdRequest,ue as GetContactExportByContactIdRequest,Xe as GetContactExportByProjectIdRequest,ce as GetContactRequest,Vt as GetContactsByAccountIdRequest,Gs as GetContactsByAssetIdRequest,Je as GetContactsByProjectIdRequest,Zs as GetCurrentPeriodRequest,Or as GetErrorsByUserIdRequest,ge as GetFileRequest,Ht as GetInstalledAppsByAccountIdRequest,Ie as GetInvitationRequest,Rr as GetInvitationsByUserIdRequest,te as GetInvoicesRequest,Ae as GetJobRequest,Yt as GetJobsByAccountIdRequest,qt as GetLocationsByAccountIdRequest,Ts as GetMainAccountByAppAccountIdRequest,Ft as GetMostScannedAssetsByAccountIdRequest,Ze as GetMostScannedAssetsByProjectIdRequest,Bt as GetPricePlanByAccountIdRequest,_e as GetPricePlansRequest,Tr as GetPrintPageTemplateRequest,xr as GetPrintStickerTemplateRequest,tr as GetProjectByProjectIdRequest,Qt as GetProjectsByAccountIdRequest,Is as GetPublishedAppsRequest,dr as GetQrCodeLogoByQrCodeLogoIdRequest,Wt as GetQrCodeLogosByAccountIdRequest,Pr as GetQrCodeRequest,kr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,$t as GetQrCodeStylingTemplatesByAccountIdRequest,Kt as GetQrCodesByAccountIdRequest,Vs as GetQrCodesByAssetIdRequest,sr as GetQrCodesByProjectIdRequest,zt as GetQueryableCustomAttributeRequest,Xt as GetScanDayOfWeekByAccountIdRequest,er as GetScanDayOfWeekByProjectIdRequest,Jt as GetScanExportByAccountIdRequest,Hs as GetScanExportByAssetIdRequest,he as GetScanExportByContactIdRequest,rr as GetScanExportByProjectIdRequest,Ys as GetScanLocationDataByAssetIdRequest,de as GetScanLocationDataByContactIdRequest,Nr as GetScanRequest,Zt as GetScanTimeOfDayByAccountIdRequest,ar as GetScanTimeOfDayByProjectIdRequest,ts as GetScanTimelineByAccountIdRequest,nr as GetScanTimelineByProjectIdRequest,ss as GetScansByAccountIdRequest,qs as GetScansByAssetIdRequest,pe as GetScansByContactIdRequest,or as GetScansByProjectIdRequest,qr as GetSessionRequest,ir as GetSmsTemplateByProjectIdRequest,cr as GetSmsTemplatesByProjectIdRequest,es as GetUserByAccountIdRequest,Dr as GetUserRequest,vr as GetUserSettingsByUserIdRequest,rs as GetUsersByAccountIdRequest,as as InstallAppToAccountRequest,O as InternalProductName,R as InvoiceStatus,D as JobStatus,v as JobType,f as Label,Fs as LinkContactToAssetRequest,me as LinkContactToScanRequest,Es as LoadAppRequest,L as LocationSortingTypes,Go as Openscreen,b as OpenscreenEmails,U as PricePlanName,M as PricePlanPaymentPeriod,j as PricePlanReporting,G as PrintFormat,V as PrintMode,H as PrintOrientation,Y as PrintTemplate,q as PrintUnit,F as ProjectSortingTypes,B as ProjectStatus,Q as QrCodeCornerDotTypes,W as QrCodeCornerSquareTypes,$ as QrCodeDotTypes,K as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,X as QrCodeGradientTypes,J as QrCodeIntentType,Z as QrCodeLocatorKeyType,tt as QrCodeSortingTypes,st as QrCodeStatus,et as QrCodeType,rt as QueryConditions,Br as RefreshSessionRequest,Qr as ResendConfirmationRequest,gs as ResetApiKeySecretRequest,Wr as ResetPasswordRequest,ns as RetrieveCampaignStatusByAccountIdRequest,Sr as SaveGeolocationByScanIdRequest,at as ScanTimelineOptions,ua as SdkAccountAdvancedAssetsReportResources,ha as SdkAccountAdvancedContactsReportResources,da as SdkAccountAdvancedScansReportResources,$r as SdkAccountApikeysResources,Da as SdkAccountAppInstallResources,va as SdkAccountAppResource,Kr as SdkAccountAppsResources,ma as SdkAccountAssetsExportResources,wa as SdkAccountAssetsMostscannedResources,Pa as SdkAccountAssetsResources,zr as SdkAccountAssettypesResources,ga as SdkAccountBasicAssetsReportResources,la as SdkAccountBasicContactsReportResources,Na as SdkAccountBatchResources,fa as SdkAccountCampaignInformationResources,La as SdkAccountClockResources,Sa as SdkAccountConsentResources,ia as SdkAccountContactsBatchResources,Ia as SdkAccountContactsExportResources,Ea as SdkAccountContactsResources,na as SdkAccountCustomattributesResources,ba as SdkAccountEngagePricePlanResources,Jr as SdkAccountInvitationsBatchResources,Xr as SdkAccountInvitationsResources,Aa as SdkAccountJobsResources,Zr as SdkAccountLocationsResources,pa as SdkAccountOwnerAppsResources,Ta as SdkAccountPricePlanResources,ta as SdkAccountPrintPageTemplatesResources,sa as SdkAccountPrintStickerTemplatesResources,ea as SdkAccountProjectsResources,xa as SdkAccountQrCodesResources,ra as SdkAccountQrcodelogosResources,Ua as SdkAccountQrcodelogosUploadResources,Ma as SdkAccountResource,ka as SdkAccountScansDayofweekResources,Ca as SdkAccountScansExportResources,Oa as SdkAccountScansResources,ya as SdkAccountScansTimelineResources,_a as SdkAccountScansTimeofdayResources,aa as SdkAccountStylingtemplatesResources,ca as SdkAccountUserResource,Ra as SdkAccountUsersResources,oa as SdkAccountZendeskTicketResources,Ga as SdkApikeyResource,ja as SdkApikeySecretResources,Va as SdkAppAccountLoadResources,Ha as SdkAppAccountResource,Ya as SdkAppResource,Ba as SdkAppsAccountMainResources,Qa as SdkAppsAccountResource,Fa as SdkAppsPublishedResources,qa as SdkAppsResources,an as SdkAssetContactResource,Ja as SdkAssetContactsResources,tn as SdkAssetHistoryResources,Za as SdkAssetQrCodesResources,nn as SdkAssetResource,sn as SdkAssetScansExportResources,en as SdkAssetScansLocationResources,rn as SdkAssetScansResources,Wa as SdkAssettypeAssetResource,$a as SdkAssettypeAssetsResources,Ka as SdkAssettypeLocationResource,za as SdkAssettypeLocationsResources,Xa as SdkAssettypeResource,Ro as SdkAuthConfirmResources,Oo as SdkAuthSessionResources,vo as SdkAuthUserResources,on as SdkBillingCancelDowngradeResource,cn as SdkBillingCancelSubscriptionResource,mn as SdkBillingCurrentPeriodResource,pn as SdkBillingDetailResource,dn as SdkBillingDowngradePlanResource,Pn as SdkBillingInvoiceResource,hn as SdkBillingSetupIntentResource,gn as SdkBillingUpgradePlanResource,ln as SdkCareAccountsResources,Lo as SdkConfirmationAuthUserResources,Sn as SdkContactAssetsResources,Nn as SdkContactConsentResources,In as SdkContactExportResources,xn as SdkContactResource,Tn as SdkContactScanResource,En as SdkContactScansExportResources,An as SdkContactScansLocationResources,wn as SdkContactScansResources,Cn as SdkFileResource,kn as SdkFileValidateResources,yn as SdkInvitationResource,_n as SdkInvitationUsersResources,Do as SdkInvitedAuthConfirmResources,On as SdkJobResource,Rn as SdkLocationAssetsResources,Dn as SdkLocationResource,yo as SdkPasswordAuthUserResources,fn as SdkPricePlansResources,No as SdkPrintPageTemplateResource,So as SdkPrintStickerTemplateResource,Qn as SdkProjectAdvancedAssetsReportResources,Wn as SdkProjectAdvancedContactsReportResources,$n as SdkProjectAdvancedScansReportResources,Un as SdkProjectAssetbatchPresignedurlResources,Mn as SdkProjectAssetsBatchResources,Kn as SdkProjectAssetsExportResources,so as SdkProjectAssetsMostscannedResources,Ln as SdkProjectAssetsResources,zn as SdkProjectBasicAssetsReportResources,Xn as SdkProjectBasicContactsReportResources,Jn as SdkProjectBatchResources,Zn as SdkProjectConsentResources,Gn as SdkProjectContactsBatchResources,to as SdkProjectContactsExportResources,jn as SdkProjectContactsResources,bn as SdkProjectJobsAssetbatchResources,Vn as SdkProjectPrintResources,Hn as SdkProjectQrCodesResources,io as SdkProjectResource,eo as SdkProjectScansDayofweekResources,ro as SdkProjectScansExportResources,oo as SdkProjectScansResources,no as SdkProjectScansTimelineResources,ao as SdkProjectScansTimeofdayResources,Yn as SdkProjectSelfqueueprintResources,Bn as SdkProjectSmsTemplateResource,qn as SdkProjectSmsTemplatesResources,Fn as SdkProjectTemplatedPrintResources,uo as SdkQrCodeResource,co as SdkQrcodelogoResource,fo as SdkRefreshAuthSessionResources,bo as SdkResetAuthUserResources,Uo as SdkResources,ho as SdkScanContactsResources,Po as SdkScanCustomAttributeResources,po as SdkScanEmailResources,go as SdkScanResource,mo as SdkScanSmsResources,lo as SdkStylingtemplateResource,vn as SdkSupportResources,un as SdkUpgradePlanBillingPreviewResource,Io as SdkUserAccountsResources,Eo as SdkUserErrorsResources,Ao as SdkUserInvitationsResources,To as SdkUserPathResource,wo as SdkUserPathSettingsResources,xo as SdkUserResource,ko as SdkWebhookSmsResources,Co as SdkWebhookSmsStatusResources,_o as SdkWebhookStripeResources,Ir as SendEmailByScanIdRequest,Er as SendSmsByScanIdRequest,Ce as SendSupportEmailRequest,fr as SetUserSettingsByUserIdRequest,Ur as SmsStatusUpdateRequest,nt as StickerShape,Mr as StripeEventRequest,ot as TagActions,it as TagStates,Bs as UnlinkContactToAssetRequest,cs as UpdateAccountRequest,ls as UpdateApiKeyRequest,As as UpdateAppByAppIdRequest,Qs as UpdateAssetRequest,vs as UpdateAssetTypeCountAtLocationRequest,Ds as UpdateAssetTypeRequest,we as UpdateAssetsLocationsRequest,Pe as UpdateContactRequest,us as UpdateEngagePricePlanRequest,ke as UpdateLocationRequest,hs as UpdatePricePlanByAccountIdRequest,ur as UpdateProjectByProjectIdRequest,pr as UpdateQrCodeLogoByQrCodeLogoIdRequest,gr as UpdateQrCodeRequest,Cr as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Ar as UpdateScanCustomAttributeRequest,hr as UpdateSmsTemplateRequest,ds as UpdateUserByAccountIdRequest,Lr as UpdateUserRequest,ps as UploadQrCodeLogoByAccountRequest,ct as UserCredentialsStatus,ut as UserGroups,ht as UserSettingsDomain,le as ValidateFileRequest};
1
+ import t from"axios";function s(){return s=Object.assign?Object.assign.bind():function(t){for(var s=1;s<arguments.length;s++){var e=arguments[s];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t},s.apply(this,arguments)}class e{constructor(t){this.session=void 0,this.routeSegments=void 0,this.session=t}async makeUri(t={}){const s=[(await this.session.getCloudConfig()).endpoint.replace(/\/+$/,"")];return this.routeSegments.forEach(e=>{if(s.push(e.routePart),e.parm){const r=t[e.parm];if(!r)throw Error(`Openscreen: missing path parameter value for '${e.parm}'`);s.push(r)}}),s.join("/")}debugRequest(t,s,e,r,a){this.session.debugRequest&&(console.debug(`Openscreen REQUEST: ${t.toUpperCase()} ${s}`),r&&console.debug(`Openscreen REQUEST: ${JSON.stringify(r,null,2)}`),e&&this.session.debugQuery&&console.debug(`Openscreen QUERY: ${JSON.stringify(e,null,2)}`),a&&this.session.debugOptions&&console.debug(`Openscreen OPTIONS: ${JSON.stringify(a,null,2)}`))}debugResponse(t){this.session.debugResponse&&console.debug(`Openscreen RESPONSE: ${JSON.stringify(t.data||{},null,2)}`)}handleAndDebugErr(t){if(t.response&&t.response.data)return this.session.debugError?console.error(`Openscreen ERROR: ${JSON.stringify(t.response.data,null,2)}`):this.session.debugResponse&&console.error(`Openscreen RESPONSE: ${JSON.stringify(t.response.data,null,2)}`),t.response.data;if(this.session.debugError)try{console.error(t)}catch(t){console.error("Openscreen: (unable to print error)")}return t}}class r extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("delete",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.delete(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class a extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("get",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.get(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class n extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("patch",n,e,r,a);const o=await this.session.getAxios(),i=await o.patch(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class o extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("post",n,e,r,a);const o=await this.session.getAxios(),i=await o.post(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class i{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.session=t,this.pathParameters=s}self(){return this}getSession(){return this.session}}class c{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.id=void 0,this.session=t,this.pathParameters=s}getSession(){return this.session}}var u,h,d,p,m,P,g,l,N,S,I,E,A,w,x,T,k,C,_,y,O,R,D,v,f,L,b,M,U,j,G,V,H,Y,F,q,B,Q,W,$,K,X,z,J,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht,dt,pt,mt;!function(t){t.CREATED_DATE="CREATED_DATE",t.STATIC_QR_CODE_COUNT="STATIC_QR_CODE_COUNT",t.DYNAMIC_QR_CODE_COUNT="DYNAMIC_QR_CODE_COUNT",t.SCAN_COUNT="SCAN_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.PRICE_PLAN="PRICE_PLAN",t.LAST_ACTIVITY="LAST_ACTIVITY",t.CLIENT_EXEC="CLIENT_EXEC",t.ASSET_COUNT="ASSET_COUNT",t.SMS_COUNT="SMS_COUNT",t.ACCOUNT_STATUS="ACCOUNT_STATUS"}(u||(u={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(h||(h={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(d||(d={})),function(t){t.OWNER="OWNER",t.ADMINISTRATOR="ADMINISTRATOR",t.BILLING_CONTACT="BILLING_CONTACT",t.MEMBER="MEMBER",t.API_KEY="API_KEY",t.INVITATION_DECLINED="INVITATION_DECLINED"}(p||(p={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.STATE="STATE"}(m||(m={})),function(t){t.json="json",t.csv="csv"}(P||(P={})),function(t){t.MODIFIED="MODIFIED",t.STATE="STATE",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.ASSET_TYPE_NAME="ASSET_TYPE_NAME"}(g||(g={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(l||(l={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(N||(N={})),function(t){t.INVALID_API_KEY="INVALID_API_KEY",t.INVALID_EMAIL="INVALID_EMAIL",t.INVALID_LEGACY_MIGRATION="INVALID_LEGACY_MIGRATION",t.INVALID_PASSWORD="INVALID_PASSWORD",t.INVALID_SCOPE="INVALID_SCOPE",t.INVALID_SECRET="INVALID_SECRET",t.INVALID_TOKEN="INVALID_TOKEN",t.MIGRATE_FROM_COGNITO="MIGRATE_FROM_COGNITO",t.NO_ACCESS_TOKEN="NO_ACCESS_TOKEN",t.NO_REFRESH_TOKEN="NO_REFRESH_TOKEN",t.RESET_PASSWORD="RESET_PASSWORD",t.RESET_SECRET="RESET_SECRET",t.SUSPENDED_OR_INACTIVE="SUSPENDED_OR_INACTIVE",t.TOKEN_EXPIRED="TOKEN_EXPIRED",t.TRY_AGAIN="TRY_AGAIN",t.UNABLE_TO_CONFIRM_EMAIL="UNABLE_TO_CONFIRM_EMAIL",t.UNCONFIRMED_EMAIL="UNCONFIRMED_EMAIL",t.EMAIL_ALREADY_TAKEN="EMAIL_ALREADY_TAKEN"}(S||(S={})),function(t){t.API="API",t.CONFIRM_EMAIL="CONFIRM_EMAIL",t.NEW_PASSWORD="NEW_PASSWORD",t.NO_SESSION="NO_SESSION",t.NO_PASSWORD="NO_PASSWORD",t.CONFIRMED_NO_PASSWORD="CONFIRMED_NO_PASSWORD"}(I||(I={})),function(t){t.MICROSOFT="MICROSOFT"}(E||(E={})),function(t){t.TWO_FACTOR_AUTHENTICATION="TWO_FACTOR_AUTHENTICATION",t.MARKETING="MARKETING",t.CUSTOMER_CARE="CUSTOMER_CARE",t.CHARITY_NONPROFIT="CHARITY_NONPROFIT",t.DELIVERY_NOTIFICATIONS="DELIVERY_NOTIFICATIONS",t.FRAUD_ALERT_MESSAGING="FRAUD_ALERT_MESSAGING",t.EVENTS="EVENTS",t.HIGHER_EDUCATION="HIGHER_EDUCATION",t.K12="K12",t.POLLING_AND_VOTING_NON_POLITICAL="POLLING_AND_VOTING_NON_POLITICAL",t.POLITICAL_ELECTION_CAMPAIGNS="POLITICAL_ELECTION_CAMPAIGNS",t.PUBLIC_SERVICE_ANNOUNCEMENT="PUBLIC_SERVICE_ANNOUNCEMENT",t.SECURITY_ALERT="SECURITY_ALERT",t.ACCOUNT_NOTIFICATIONS="ACCOUNT_NOTIFICATIONS"}(A||(A={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(w||(w={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(x||(x={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.PHONE="PHONE",t.EMAIL="EMAIL",t.LAST_SCAN_TIME="LAST_SCAN_TIME",t.LAST_SCAN_LOCATION="LAST_SCAN_LOCATION",t.SCAN_COUNT="SCAN_COUNT"}(T||(T={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.ASSET_NAME="ASSET_NAME",t.PHONE="PHONE",t.EMAIL="EMAIL",t.LAST_SCAN_TIME="LAST_SCAN_TIME",t.LAST_SCAN_LOCATION="LAST_SCAN_LOCATION",t.SCAN_COUNT="SCAN_COUNT"}(k||(k={})),function(t){t.CARE_API="CARE_API"}(C||(C={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(_||(_={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(y||(y={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(O||(O={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(R||(R={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(D||(D={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(v||(v={})),function(t){t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.VALIDATE_CSV="VALIDATE_CSV",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.SCAN_EXPORT="SCAN_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.CONTACT_EXPORT="CONTACT_EXPORT",t.TEMPLATED_PRINT="TEMPLATED_PRINT",t.CLONE_MICROSITE="CLONE_MICROSITE"}(f||(f={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(L||(L={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(b||(b={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(M||(M={})),function(t){t.FREE="free",t.PAYASYOUGO="payAsYouGo",t.ADVANCED="advanced",t.PRO="pro",t.ENTERPRISE_CUSTOM="enterpriseCustom",t.UNLIMITED="unlimited",t.ENGAGE_STARTER_MONTHLY="engageStarterMonthly",t.ENGAGE_STARTER_YEARLY="engageStarterYearly",t.ENGAGE_PRO_MONTHLY="engageProMonthly",t.ENGAGE_PRO_YEARLY="engageProYearly",t.ENGAGE_PREMIUM_MONTHLY="engagePremiumMonthly",t.ENGAGE_PREMIUM_YEARLY="engagePremiumYearly",t.ENGAGE_ENTERPRISE_CUSTOM="engageEnterpriseCustom",t.ENGAGE_ADDON="engageAddon"}(U||(U={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(j||(j={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(G||(G={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(V||(V={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(H||(H={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(Y||(Y={})),function(t){t.AVERY_5160="AVERY_5160",t.AVERY_5163="AVERY_5163",t.AVERY_94103="AVERY_94103",t.AVERY_22806="AVERY_22806",t.AVERY_22805="AVERY_22805",t.OL914="OL914",t.OL3012LP="OL3012LP",t.OL3012LPCustom="OL3012LPCustom",t.CLOUD_TAGS_15="CLOUD_TAGS_15",t.CLOUD_TAGS_20="CLOUD_TAGS_20",t.LUGGAGE_TAGS_SINGLE="LUGGAGE_TAGS_SINGLE",t.CT_8_X_6_GRIPPER="CT_8_X_6_GRIPPER",t.MINI_CLOUD_TAGS_4_X_3="MINI_CLOUD_TAGS_4_X_3"}(F||(F={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(q||(q={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.ASSET_COUNT="ASSET_COUNT"}(B||(B={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(Q||(Q={})),function(t){t.dot="dot",t.square="square"}(W||(W={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}($||($={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(K||(K={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(X||(X={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(J||(J={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(Z||(Z={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(tt||(tt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(st||(st={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(et||(et={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(rt||(rt={})),function(t){t.EQUALS="EQUALS",t.LESS_THAN="LESS_THAN",t.LESS_THAN_EQUAL="LESS_THAN_EQUAL",t.GREATER_THAN="GREATER_THAN",t.GREATER_THAN_EQUAL="GREATER_THAN_EQUAL",t.BETWEEN="BETWEEN",t.BEGINS_WITH="BEGINS_WITH"}(at||(at={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(nt||(nt={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(ot||(ot={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(it||(it={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(ct||(ct={})),function(t){t.COMPROMISED="COMPROMISED",t.CONFIRMED="CONFIRMED",t.LEGACY="LEGACY",t.NEW_EMAIL="NEW_EMAIL",t.NEW_EMAIL_CONFIRMED="NEW_EMAIL_CONFIRMED",t.NEW_PASSWORD="NEW_PASSWORD",t.SUSPENDED="SUSPENDED",t.UNCONFIRMED="UNCONFIRMED",t.CONFIRMED_NO_PASSWORD="CONFIRMED_NO_PASSWORD"}(ut||(ut={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ht||(ht={})),function(t){t.pdf="pdf",t.jpg="jpg",t.HEIC="HEIC",t.heic="heic",t.png="png",t.mov="mov",t.mp4="mp4",t.jpeg="jpeg"}(dt||(dt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE"}(pt||(pt={})),function(t){t.DASHBOARD="DASHBOARD"}(mt||(mt={}));class Pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Nt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class St extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class It extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Et extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class At extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class wt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class Tt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class kt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class _t extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}]}}class yt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Ot extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Rt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Dt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Lt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}]}}class bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class Mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class Ut extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class Gt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class Ft extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class Qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class Kt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class as extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class ds extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}]}}class ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class ms extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ps extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class ls extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class Ns extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Ss extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Is extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class Es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class ws extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class xs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ks extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class Cs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class _s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}]}}class ys extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class Ds extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class fs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class js extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Hs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Fs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class $s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class Xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class zs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Js extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Zs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class te extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class se extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}]}}class ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class oe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class ue extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class he extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class pe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class me extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Pe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ge extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class le extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Ne extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ee extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class we extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class xe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Te extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class ke extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class Ce extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class _e extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Oe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class De extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ve extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class fe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Le extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Me extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class Ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class Ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class He extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class We extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint",sdkPartName:"templatedPrint"}]}}class $e extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class Ke extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Xe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class ze extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class sr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ur extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class hr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class gr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class Nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class Ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Er extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class xr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Tr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Cr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Or extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class vr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class br extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Mr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Ur extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Gr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Vr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Hr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Yr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class qr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Qr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class $r extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}]}}class zr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}]}}class Jr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Zr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class ta extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class sa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class ea extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class ra extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class aa extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class na extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class oa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class ia extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ca extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ua extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class ha extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class da extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class pa extends i{async create(t,s){return new Pt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new bt(this.session).go(this.pathParameters,t,s)}}class ma extends i{async create(t,s){return new gt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Bt(this.session).go(this.pathParameters,t,s)}}class Pa extends i{async create(t,s){return new lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ut(this.session).go(this.pathParameters,t,s)}}class ga extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class la extends i{async create(t,s){return new St(this.session).go(this.pathParameters,void 0,t,s)}}class Na extends i{async create(t,s){return new It(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class Sa extends i{async create(t,s){return new Et(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Xt(this.session).go(this.pathParameters,t,s)}}class Ia extends i{async create(t,s){return new At(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new zt(this.session).go(this.pathParameters,t,s)}}class Ea extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Jt(this.session).go(this.pathParameters,t,s)}}class Aa extends i{async create(t,s){return new xt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Zt(this.session).go(this.pathParameters,t,s)}}class wa extends i{async create(t,s){return new Tt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class xa extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new es(this.session).go(this.pathParameters,t,s)}}class Ta extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}}class ka extends i{async create(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class Ca extends i{async delete(t,s){return new yt(this.session).go(this.pathParameters,t,s)}}class _a extends c{async delete(t){return new Ot(this.session).go(this.pathParameters,void 0,t)}async get(t){return new cs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ss(this.session).go(this.pathParameters,void 0,t,s)}}class ya extends i{async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class Oa extends i{async get(t,s){return new vt(this.session).go(this.pathParameters,t,s)}}class Ra extends i{async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class Da extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class va extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class fa extends i{async get(t,s){return new jt(this.session).go(this.pathParameters,t,s)}}class La extends i{async get(t){return new Gt(this.session).go(this.pathParameters,void 0,t)}}class ba extends i{async get(t){return new Vt(this.session).go(this.pathParameters,void 0,t)}}class Ma extends i{async get(t,s){return new Ht(this.session).go(this.pathParameters,t,s)}}class Ua extends i{async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class ja extends i{async create(t,s){return new Ft(this.session).go(this.pathParameters,void 0,t,s)}}class Ga extends i{async get(t,s){return new qt(this.session).go(this.pathParameters,t,s)}}class Va extends i{async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class Ha extends i{async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class Ya extends i{async get(t){return new Kt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ns(this.session).go(this.pathParameters,void 0,t,s)}}class Fa extends i{async get(t,s){return new ss(this.session).go(this.pathParameters,t,s)}}class qa extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class Ba extends i{async create(t,s){return new as(this.session).go(this.pathParameters,void 0,t,s)}}class Qa extends i{async get(t,s){return new ns(this.session).go(this.pathParameters,t,s)}}class Wa extends i{async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class $a extends i{async get(t,s){return new is(this.session).go(this.pathParameters,t,s)}}class Ka extends i{async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class Xa extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class za extends i{async create(t){return new ds(this.session).go(this.pathParameters,void 0,t)}}class Ja extends c{install(){return new za(this.getSession(),this.pathParameters)}}class Za extends i{async get(t){return new ps(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new ms(this.session).go(this.pathParameters,void 0,t,s)}}class tn extends i{async create(t,s){return new Ps(this.session).go(this.pathParameters,void 0,t,s)}}class sn extends i{async update(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class en extends i{async create(t,s){return new Is(this.session).go(this.pathParameters,void 0,t,s)}}class rn extends c{apikeys(){return new pa(this.getSession(),this.pathParameters)}apps(){return new ma(this.getSession(),this.pathParameters)}assettypes(){return new Pa(this.getSession(),this.pathParameters)}invitations(){return new ga(this.getSession(),this.pathParameters)}invitationsBatch(){return new la(this.getSession(),this.pathParameters)}locations(){return new Na(this.getSession(),this.pathParameters)}printPageTemplates(){return new Sa(this.getSession(),this.pathParameters)}printStickerTemplates(){return new Ia(this.getSession(),this.pathParameters)}projects(){return new Ea(this.getSession(),this.pathParameters)}qrcodelogos(){return new Aa(this.getSession(),this.pathParameters)}stylingtemplates(){return new wa(this.getSession(),this.pathParameters)}customattributes(){return new xa(this.getSession(),this.pathParameters)}zendeskTicket(){return new Ta(this.getSession(),this.pathParameters)}usermediasPresignedurl(){return new ka(this.getSession(),this.pathParameters)}contactsBatch(){return new Ca(this.getSession(),this.pathParameters)}user(t){return new _a(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new ya(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Oa(this.getSession(),this.pathParameters)}advancedScansReport(){return new Ra(this.getSession(),this.pathParameters)}ownerApps(){return new Da(this.getSession(),this.pathParameters)}assetsExport(){return new va(this.getSession(),this.pathParameters)}assets(){return new fa(this.getSession(),this.pathParameters)}basicAssetsReport(){return new La(this.getSession(),this.pathParameters)}basicContactsReport(){return new ba(this.getSession(),this.pathParameters)}batch(){return new Ma(this.getSession(),this.pathParameters)}consent(){return new Ua(this.getSession(),this.pathParameters)}contactsExport(){return new ja(this.getSession(),this.pathParameters)}contacts(){return new Ga(this.getSession(),this.pathParameters)}jobs(){return new Va(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Ha(this.getSession(),this.pathParameters)}pricePlan(){return new Ya(this.getSession(),this.pathParameters)}qrCodes(){return new Fa(this.getSession(),this.pathParameters)}scansDayofweek(){return new qa(this.getSession(),this.pathParameters)}scansExport(){return new Ba(this.getSession(),this.pathParameters)}scansTimeofday(){return new Qa(this.getSession(),this.pathParameters)}scansTimeline(){return new Wa(this.getSession(),this.pathParameters)}scans(){return new $a(this.getSession(),this.pathParameters)}usermedias(){return new Ka(this.getSession(),this.pathParameters)}users(){return new Xa(this.getSession(),this.pathParameters)}app(t){return new Ja(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new Za(this.getSession(),this.pathParameters)}clock(){return new tn(this.getSession(),this.pathParameters)}engagePricePlan(){return new sn(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new en(this.getSession(),this.pathParameters)}async get(t){return new Rt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new gs(this.session).go(this.pathParameters,void 0,t,s)}}class an extends i{async get(t){return new As(this.session).go(this.pathParameters,void 0,t)}async update(t){return new ws(this.session).go(this.pathParameters,void 0,t)}}class nn extends c{secret(){return new an(this.getSession(),this.pathParameters)}async get(t){return new Es(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new xs(this.session).go(this.pathParameters,void 0,t,s)}}class on extends i{async create(t){return new _s(this.session).go(this.pathParameters,void 0,t)}}class cn extends c{load(){return new on(this.getSession(),this.pathParameters)}}class un extends c{account(t){return new cn(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new Ts(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ys(this.session).go(this.pathParameters,void 0,t,s)}}class hn extends i{async get(t,s){return new ks(this.session).go(this.pathParameters,t,s)}}class dn extends i{async get(t,s){return new Cs(this.session).go(this.pathParameters,t,s)}}class pn extends i{async get(t){return new Rs(this.session).go(this.pathParameters,void 0,t)}}class mn extends c{main(){return new pn(this.getSession(),this.pathParameters)}async get(t){return new Os(this.session).go(this.pathParameters,void 0,t)}}class Pn extends c{async compose(t,s){return new Ds(this.session).go(this.pathParameters,void 0,t,s)}}class gn extends i{async create(t,s){return new vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}}class ln extends c{async get(t){return new bs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Gs(this.session).go(this.pathParameters,void 0,t,s)}}class Nn extends i{async get(t,s){return new Us(this.session).go(this.pathParameters,t,s)}}class Sn extends c{asset(t){return new Pn(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new gn(this.getSession(),this.pathParameters)}location(t){return new ln(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new Nn(this.getSession(),this.pathParameters)}async delete(t){return new fs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Ls(this.session).go(this.pathParameters,t,s)}async update(t,s){return new js(this.session).go(this.pathParameters,void 0,t,s)}}class In extends i{async create(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qs(this.session).go(this.pathParameters,t,s)}}class En extends i{async create(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ws(this.session).go(this.pathParameters,t,s)}}class An extends i{async get(t,s){return new Bs(this.session).go(this.pathParameters,t,s)}}class wn extends i{async create(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class xn extends i{async get(t,s){return new Ks(this.session).go(this.pathParameters,t,s)}}class Tn extends i{async get(t,s){return new Xs(this.session).go(this.pathParameters,t,s)}}class kn extends i{async get(t,s){return new zs(this.session).go(this.pathParameters,t,s)}}class Cn extends c{async link(t,s){return new Js(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Zs(this.session).go(this.pathParameters,void 0,t)}}class _n extends c{contacts(){return new In(this.getSession(),this.pathParameters)}qrCodes(){return new En(this.getSession(),this.pathParameters)}history(){return new An(this.getSession(),this.pathParameters)}scansExport(){return new wn(this.getSession(),this.pathParameters)}scansLocation(){return new xn(this.getSession(),this.pathParameters)}scans(){return new Tn(this.getSession(),this.pathParameters)}usermedias(){return new kn(this.getSession(),this.pathParameters)}contact(t){return new Cn(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Fs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new qs(this.session).go(this.pathParameters,t,s)}async update(t,s){return new te(this.session).go(this.pathParameters,void 0,t,s)}}class yn extends i{async get(t,s){return new se(this.session).go(this.pathParameters,t,s)}}class On extends c{assets(){return new yn(this.getSession(),this.pathParameters)}}class Rn extends c{async create(t){return new ee(this.session).go(this.pathParameters,void 0,t)}}class Dn extends c{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends c{async get(t,s){return new ae(this.session).go(this.pathParameters,t,s)}}class fn extends c{async create(t,s){return new ne(this.session).go(this.pathParameters,void 0,t,s)}}class Ln extends c{async create(t,s){return new oe(this.session).go(this.pathParameters,void 0,t,s)}}class bn extends c{async get(t){return new ie(this.session).go(this.pathParameters,void 0,t)}}class Mn extends c{async get(t){return new ce(this.session).go(this.pathParameters,void 0,t)}}class Un extends c{async get(t,s){return new ue(this.session).go(this.pathParameters,t,s)}}class jn extends c{async create(t,s){return new he(this.session).go(this.pathParameters,void 0,t,s)}}class Gn extends i{async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new pe(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new me(this.session).go(this.pathParameters,t,s)}async get(t,s){return new le(this.session).go(this.pathParameters,t,s)}}class Hn extends i{async get(t,s){return new ge(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}}class Fn extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}}class qn extends i{async get(t,s){return new Ee(this.session).go(this.pathParameters,t,s)}}class Bn extends i{async get(t){return new Ae(this.session).go(this.pathParameters,void 0,t)}}class Qn extends c{async link(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}}class Wn extends c{consent(){return new Vn(this.getSession(),this.pathParameters)}assets(){return new Hn(this.getSession(),this.pathParameters)}export(){return new Yn(this.getSession(),this.pathParameters)}scansExport(){return new Fn(this.getSession(),this.pathParameters)}scansLocation(){return new qn(this.getSession(),this.pathParameters)}scans(){return new Bn(this.getSession(),this.pathParameters)}scan(t){return new Qn(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new Pe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new xe(this.session).go(this.pathParameters,void 0,t,s)}}class $n extends i{async create(t){return new ke(this.session).go(this.pathParameters,void 0,t)}}class Kn extends c{validate(){return new $n(this.getSession(),this.pathParameters)}}class Xn extends i{async create(t){return new Ce(this.session).go(this.pathParameters,void 0,t)}}class zn extends c{users(){return new Xn(this.getSession(),this.pathParameters)}async delete(t){return new _e(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ye(this.session).go(this.pathParameters,void 0,t)}}class Jn extends c{async delete(t){return new Oe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Re(this.session).go(this.pathParameters,void 0,t)}}class Zn extends i{async update(t,s){return new De(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new fe(this.session).go(this.pathParameters,t,s)}}class to extends c{assets(){return new Zn(this.getSession(),this.pathParameters)}async delete(t,s){return new ve(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}}class so extends i{async create(t,s){return new be(this.session).go(this.pathParameters,void 0,t,s)}}class eo extends i{async get(t){return new Me(this.session).go(this.pathParameters,void 0,t)}}class ro extends i{async create(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class ao extends i{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class no extends i{async create(t,s){return new Ge(this.session).go(this.pathParameters,void 0,t,s)}}class oo extends i{async create(t,s){return new Ve(this.session).go(this.pathParameters,void 0,t,s)}}class io extends i{async create(t,s){return new He(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cr(this.session).go(this.pathParameters,t,s)}}class co extends i{async create(t,s){return new Ye(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class uo extends i{async create(t,s){return new Fe(this.session).go(this.pathParameters,void 0,t,s)}}class ho extends i{async create(t,s){return new qe(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new dr(this.session).go(this.pathParameters,t,s)}}class po extends i{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async create(t,s){return new Qe(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Sr(this.session).go(this.pathParameters,t,s)}}class Po extends i{async create(t,s){return new We(this.session).go(this.pathParameters,void 0,t,s)}}class go extends i{async create(t,s){return new $e(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends c{async delete(t){return new ze(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Nr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ar(this.session).go(this.pathParameters,void 0,t,s)}}class No extends i{async get(t,s){return new Je(this.session).go(this.pathParameters,t,s)}}class So extends i{async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}}class Io extends i{async get(t,s){return new tr(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async create(t,s){return new sr(this.session).go(this.pathParameters,void 0,t,s)}}class Ao extends i{async get(t){return new rr(this.session).go(this.pathParameters,void 0,t)}}class wo extends i{async get(t){return new ar(this.session).go(this.pathParameters,void 0,t)}}class xo extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class To extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class ko extends i{async create(t,s){return new ir(this.session).go(this.pathParameters,void 0,t,s)}}class Co extends i{async get(t,s){return new ur(this.session).go(this.pathParameters,t,s)}}class _o extends i{async get(t,s){return new pr(this.session).go(this.pathParameters,t,s)}}class yo extends i{async create(t,s){return new mr(this.session).go(this.pathParameters,void 0,t,s)}}class Oo extends i{async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}}class Ro extends i{async get(t,s){return new gr(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new lr(this.session).go(this.pathParameters,t,s)}}class vo extends i{async get(t,s){return new Ir(this.session).go(this.pathParameters,t,s)}}class fo extends c{assets(){return new ro(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new ao(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new no(this.getSession(),this.pathParameters)}assetsBatch(){return new oo(this.getSession(),this.pathParameters)}contacts(){return new io(this.getSession(),this.pathParameters)}contactsBatch(){return new co(this.getSession(),this.pathParameters)}print(){return new uo(this.getSession(),this.pathParameters)}qrCodes(){return new ho(this.getSession(),this.pathParameters)}selfqueueprint(){return new po(this.getSession(),this.pathParameters)}smsTemplates(){return new mo(this.getSession(),this.pathParameters)}templatedPrint(){return new Po(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new go(this.getSession(),this.pathParameters)}smsTemplate(t){return new lo(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new No(this.getSession(),this.pathParameters)}advancedContactsReport(){return new So(this.getSession(),this.pathParameters)}advancedScansReport(){return new Io(this.getSession(),this.pathParameters)}assetsExport(){return new Eo(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Ao(this.getSession(),this.pathParameters)}basicContactsReport(){return new wo(this.getSession(),this.pathParameters)}batch(){return new xo(this.getSession(),this.pathParameters)}consent(){return new To(this.getSession(),this.pathParameters)}contactsExport(){return new ko(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Co(this.getSession(),this.pathParameters)}scansDayofweek(){return new _o(this.getSession(),this.pathParameters)}scansExport(){return new yo(this.getSession(),this.pathParameters)}scansTimeofday(){return new Oo(this.getSession(),this.pathParameters)}scansTimeline(){return new Ro(this.getSession(),this.pathParameters)}scans(){return new Do(this.getSession(),this.pathParameters)}usermedias(){return new vo(this.getSession(),this.pathParameters)}async delete(t){return new Xe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new hr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Er(this.session).go(this.pathParameters,void 0,t,s)}}class Lo extends c{async get(t){return new wr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new xr(this.session).go(this.pathParameters,void 0,t,s)}}class bo extends c{async delete(t){return new Tr(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new kr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Mo extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{async send(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class jo extends i{async send(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}}class Go extends i{async update(t,s){return new vr(this.session).go(this.pathParameters,void 0,t,s)}}class Vo extends c{contacts(){return new Mo(this.getSession(),this.pathParameters)}email(){return new Uo(this.getSession(),this.pathParameters)}sms(){return new jo(this.getSession(),this.pathParameters)}customAttribute(){return new Go(this.getSession(),this.pathParameters)}async get(t){return new yr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}}class Ho extends c{async delete(t){return new fr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Mr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ur(this.session).go(this.pathParameters,void 0,t,s)}}class Yo extends c{async get(t){return new Lr(this.session).go(this.pathParameters,void 0,t)}}class Fo extends c{async get(t){return new br(this.session).go(this.pathParameters,void 0,t)}}class qo extends c{async link(t){return new Gr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Yr(this.session).go(this.pathParameters,void 0,t)}}class Bo extends c{async link(t){return new Vr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}}class Qo extends c{async link(t){return new Hr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new qr(this.session).go(this.pathParameters,void 0,t)}}class Wo extends c{asset(t){return new qo(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new Bo(this.getSession(),s({},this.pathParameters,{projectId:t}))}scan(t){return new Qo(this.getSession(),s({},this.pathParameters,{scanId:t}))}async get(t){return new jr(this.session).go(this.pathParameters,void 0,t)}}class $o extends i{async create(t,s){return new Br(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qr(this.session).go(this.pathParameters,t,s)}}class Ko extends i{async get(t,s){return new Wr(this.session).go(this.pathParameters,t,s)}}class Xo extends i{async get(t,s){return new $r(this.session).go(this.pathParameters,t,s)}}class zo extends i{async get(t){return new Xr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new zr(this.session).go(this.pathParameters,void 0,t,s)}}class Jo extends c{settings(){return new zo(this.getSession(),this.pathParameters)}}class Zo extends c{accounts(){return new $o(this.getSession(),this.pathParameters)}errors(){return new Ko(this.getSession(),this.pathParameters)}invitations(){return new Xo(this.getSession(),this.pathParameters)}path(t){return new Jo(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new Kr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Jr(this.session).go(this.pathParameters,void 0,t,s)}}class ti extends i{async create(t){return new Zr(this.session).go(this.pathParameters,void 0,t)}}class si extends i{async create(t){return new ta(this.session).go(this.pathParameters,void 0,t)}}class ei extends i{async create(t,s){return new sa(this.session).go(this.pathParameters,void 0,t,s)}}class ri extends i{async create(t,s){return new ea(this.session).go(this.pathParameters,void 0,t,s)}}class ai extends i{async get(t){return new ca(this.session).go(this.pathParameters,void 0,t)}async create(t){return new ia(this.session).go(this.pathParameters,void 0,t)}}class ni extends i{async get(t,s){return new aa(this.session).go(this.pathParameters,t,s)}}class oi extends i{async get(t,s){return new na(this.session).go(this.pathParameters,t,s)}}class ii extends i{async create(t,s){return new oa(this.session).go(this.pathParameters,void 0,t,s)}}class ci extends i{async create(t){return new ua(this.session).go(this.pathParameters,void 0,t)}}class ui extends i{async resend(t,s){return new ha(this.session).go(this.pathParameters,void 0,t,s)}}class hi extends i{async reset(t,s){return new da(this.session).go(this.pathParameters,void 0,t,s)}}class di extends i{account(t){return new rn(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new nn(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new un(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new hn(this.getSession(),this.pathParameters)}appsPublished(){return new dn(this.getSession(),this.pathParameters)}appsAccount(t){return new mn(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new Sn(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new _n(this.getSession(),s({},this.pathParameters,{assetId:t}))}batch(t){return new On(this.getSession(),s({},this.pathParameters,{batchId:t}))}billingCancelDowngrade(t){return new Rn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new Dn(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new vn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new fn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Ln(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new bn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new Mn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Un(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new jn(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new Gn(this.getSession(),this.pathParameters)}contact(t){return new Wn(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new Kn(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new zn(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new Jn(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new to(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new so(this.getSession(),this.pathParameters)}pricePlans(){return new eo(this.getSession(),this.pathParameters)}project(t){return new fo(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new Lo(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new bo(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new Vo(this.getSession(),s({},this.pathParameters,{scanId:t}))}stylingtemplate(t){return new Ho(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}printPageTemplate(t){return new Yo(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new Fo(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}usermedia(t){return new Wo(this.getSession(),s({},this.pathParameters,{mediaId:t}))}user(t){return new Zo(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new ti(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new si(this.getSession(),this.pathParameters)}webhookStripe(){return new ei(this.getSession(),this.pathParameters)}passwordAuthUser(){return new ri(this.getSession(),this.pathParameters)}authSession(){return new ai(this.getSession(),this.pathParameters)}authConfirm(){return new ni(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new oi(this.getSession(),this.pathParameters)}authUser(){return new ii(this.getSession(),this.pathParameters)}refreshAuthSession(){return new ci(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new ui(this.getSession(),this.pathParameters)}resetAuthUser(){return new hi(this.getSession(),this.pathParameters)}}const pi="internal-JG0adajZUHU";class mi{constructor(){this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=0}getConfig(){throw Error("no session")}getCloudConfig(){throw Error("no session")}getAxios(){throw Error("no session")}authorize(){throw Error("no session")}getUser(){throw Error("no session")}getSignedInUser(){throw Error("no session")}signUpUser(){throw Error("no session")}changePassword(){throw Error("no session")}signOut(){throw Error("no session")}}class Pi extends di{constructor(){super(new mi,{}),this._config=void 0,this.cloudConfigName=void 0,this.cloudConfig=void 0,this.axios=void 0,this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=void 0,this._user=void 0,this.exp=0;let{OS_DEBUG:t}=process.env;if(t){let s;switch(console.log(`OS_DEBUG=${t}`),t=t.toLowerCase(),t){case"all":this.debugConfig=!0,this.debugAuth=!0,this.debugRequest=!0,this.debugResponse=!0,this.debugError=!0,this.debugQuery=!0,this.debugOptions=!0;break;case"none":case"off":case"false":case"":this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1;break;default:s=t.split(","),this.debugConfig=s.includes("config"),this.debugAuth=s.includes("auth"),this.debugRequest=s.includes("request"),this.debugResponse=s.includes("response"),this.debugError=s.includes("error"),this.debugQuery=s.includes("query"),this.debugOptions=s.includes("options"),this.debugConfig||this.debugAuth||this.debugRequest||this.debugResponse||this.debugError||this.debugQuery||this.debugOptions||console.warn(`Openscreen: OS_DEBUG environment var has invalid value: '${process.env.OS_DEBUG}'`)}}}getSession(){return this}config(t){if(this._config)throw Error("Openscreen: client is already configured");if(!t.key)throw Error("Openscreen: invalid config, provide API key and secret, or email and password");if(!t.secret)throw Error("Openscreen: invalid config, secret is missing");return"string"==typeof t.environment?this.cloudConfigName=t.environment:"object"==typeof t.environment?this.cloudConfig=Promise.resolve(t.environment):this.cloudConfigName=pi,this._config=t,this}getConfig(){if(!this._config)throw Error("Openscreen: client must be configured before accessing resources");return this._config}async getSignedInUser(t){this.cloudConfigName=t||pi;const s=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),await this.getAxios();const e=await this.axios.post(`${s.endpoint}/auth/session/refresh`);if(403===e.status||500===e.status)throw Error("Openscreen AUTH: User is not signed in");if(200===e.status){const{expires:t,user:s}=e.data;return this._user=s,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${s.userId}' until expiry=${t}`),this.exp=t,s}}async signUpUser(t,s){this.cloudConfigName=s||pi;const e=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: signing up User"),await this.getAxios();const r=await this.axios.post(`${e.endpoint}/auth/user`,t);if(403===r.status||500===r.status)throw Error("Openscreen AUTH: User Sign Up failed");return(200===r.status||204===r.status)&&(this.debugAuth&&console.info("Openscreen AUTH: Signed up user"),!0)}async checkSession(t){this.cloudConfigName=t||pi;const s=await this.getCloudConfig();this.debugAuth&&console.info("Openscreen AUTH: checking session"),await this.getAxios();const e=await this.axios.get(`${s.endpoint}/auth/session`);if(403===e.status||500===e.status)throw Error("Openscreen AUTH: User is not signed in");return!0}async authorize(){const t=await this.getCloudConfig();if(this.exp>(new Date).getTime())return;if(0!==this.exp){this.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),await this.getAxios();const s=await this.axios.post(`${t.endpoint}/auth/session/refresh`);if(403===s.status||500===s.status)throw Error("Openscreen AUTH: Refreshing failed, exiting");if(200===s.status){const{expires:t,user:e}=s.data;return this._user=e,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${e.userId}' until expiry=${t}`),void(this.exp=t)}}const e=this.getConfig();if(this.debugConfig){const t=s({},e);t.secret&&(t.secret="*".repeat(t.secret.length)),console.debug(`Openscreen CONFIG: ${JSON.stringify(t,null,2)}`)}let r,a;this.debugConfig&&console.debug(`Openscreen CONFIG: (environment) ${JSON.stringify(t,null,2)}`),r=e.key,a=e.secret,this.debugAuth&&console.info(`Openscreen AUTH: authorizing '${r}'`),await this.getAxios();const n=await this.axios.post(`${t.endpoint}/auth/session`,{email:r,password:a});if(403===n.status||500===n.status)throw Error("Openscreen AUTH: authentication failed");if(200===n.status){const{expires:t,user:s}=n.data;this._user=s,this.debugAuth&&console.info(`Openscreen AUTH: authorized '${r}' until expiry=${t}`),this.exp=t}}getUser(){return this._user}async getCloudConfig(){if(!this.cloudConfig){if(!this.cloudConfigName)throw Error("Openscreen: environment name missing");this.cloudConfig=async function(s){const e=t.create({baseURL:"https://config.openscreen.com",timeout:25e3,responseType:"json",maxContentLength:10240,maxBodyLength:10240,maxRedirects:1,decompress:!0}),r=await e.get(`${s}.json`).catch(t=>{throw new Error(`Openscreen: unable to load cloud configuration '${s}': ${t.message}`)}),{data:a}=r;return a}(this.cloudConfigName)}return this.cloudConfig}async getAxios(){if(this.axios)return this.axios;const s=await this.getCloudConfig();return this.axios=t.create(s.axios||{timeout:25e3,responseType:"json",maxContentLength:1048576,maxBodyLength:1048576,maxRedirects:1,decompress:!0}),t}async changePassword(t,s){const e=await this.getCloudConfig();await this.getAxios();const r=await this.axios.post(`${e.endpoint}/auth/user/password`,{password:t,newPassword:s});if(200===r.status)return!0;throw this.debugAuth&&console.log("password change failed for the current user, got the error",r.data),new Error("Failed to change password")}async signOut(){const t=await this.getCloudConfig();await this.getAxios();const s=await this.axios.delete(`${t.endpoint}/auth/session`);if(200!==s.status)throw this.debugAuth&&console.log("Sign out failed, response body is ",s.data),new Error("Failed to sign out")}}export{u as AccountSortingTypes,h as AccountStatus,d as AccountType,p as AccountUserRole,Ps as AdvanceStripeClockByAccountIdRequest,m as AssetByAssetTypeSortingTypes,P as AssetCreationFileTypes,g as AssetSortingTypes,l as AssetTypeSortingTypes,N as AssetTypeUsabilityState,S as AuthMessageId,I as AuthTokenScope,E as AuthTypes,A as CampaignUseCaseCategory,ee as CancelDowngradeRequestRequest,re as CancelSubscriptionRequest,ea as ChangePasswordRequest,ae as ChangeSubscriptionPreviewRequest,he as ChangeSubscriptionRequest,ra as CheckSessionRequest,Ds as ComposeAssetByAssetTypeRequest,na as ConfirmInvitedRequest,aa as ConfirmRequest,w as ConsentStatus,x as ConsentType,T as ContactAssetSortingTypes,k as ContactSortingTypes,Br as CreateAccountByUserIdRequest,Pt as CreateApiKeyByAccountIdRequest,gt as CreateAppRequest,vs as CreateAssetByAssetTypeRequest,Ue as CreateAssetByProjectIdRequest,je as CreateAssetCreationJobByProjectIdRequest,Ge as CreateAssetCreationPresignedUrlRequest,lt as CreateAssetTypeByAccountIdRequest,Ve as CreateAssetsByProjectIdRequest,ms as CreateCampaignAccountByAccountIdRequest,pe as CreateConsentByContactIdRequest,Vs as CreateContactByAssetIdRequest,He as CreateContactByProjectIdRequest,_r as CreateContactByScanIdRequest,Ye as CreateContactsByProjectIdRequest,Nt as CreateInvitationByAccountIdRequest,St as CreateInvitationsByAccountIdRequest,It as CreateLocationByAccountIdRequest,Fe as CreatePrintJobByProjectIdRequest,Et as CreatePrintPageTemplateByAccountIdRequest,At as CreatePrintStickerTemplateByAccountIdRequest,wt as CreateProjectByAccountIdRequest,Hs as CreateQrCodeByAssetIdRequest,qe as CreateQrCodeByProjectIdRequest,xt as CreateQrCodeLogoByAccountRequest,Tt as CreateQrCodeStylingTemplateByAccountRequest,Ys as CreateQrCodesByAssetIdRequest,kt as CreateQueryableCustomAttributeRequest,Be as CreateSelfQueuePrintJobByProjectIdRequest,ne as CreateSetupIntentRequest,Zr as CreateSmsResponseRequest,Qe as CreateSmsTemplateByProjectIdRequest,We as CreateTemplatedPrintJobByProjectIdRequest,$e as CreateTemplatedPrintPreviewByProjectIdRequest,Ct as CreateTicketByAccountIdRequest,Ce as CreateUserByInvitationIdRequest,_t as CreateUserMediaPresignedUrlByAccountIdRequest,oa as CreateUserRequest,Fs as DeleteAssetRequest,fs as DeleteAssetTypeRequest,me as DeleteConsentByContactIdRequest,Pe as DeleteContactRequest,yt as DeleteContactsByAccountIdRequest,Ke as DeleteContactsByProjectIdRequest,_e as DeleteInvitationRequest,Oe as DeleteJobRequest,ve as DeleteLocationRequest,Xe as DeleteProjectRequest,Tr as DeleteQrCodeRequest,fr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,ca as DeleteSessionRequest,ze as DeleteSmsTemplateByProjectIdRequest,Ot as DeleteUserByAccountIdRequest,oe as DowngradePlanRequest,C as EntitySources,_ as FieldType,y as FilePurpose,O as FileStatus,Rt as GetAccountRequest,Qr as GetAccountsByUserIdRequest,Dt as GetAdvancedAssetReportByAccountIdRequest,Je as GetAdvancedAssetReportByProjectIdRequest,vt as GetAdvancedContactReportByAccountIdRequest,Ze as GetAdvancedContactReportByProjectIdRequest,ft as GetAdvancedScanReportByAccountIdRequest,tr as GetAdvancedScanReportByProjectIdRequest,de as GetAllAccountsRequest,Lt as GetAllAppsByAccountIdRequest,Es as GetApiKeyRequest,As as GetApiKeySecretRequest,bt as GetApiKeysByAccountIdRequest,Os as GetAppAccountByAppAccountIdRequest,Ts as GetAppByAppIdRequest,ks as GetAppsRequest,Mt as GetAssetExportByAccountIdRequest,sr as GetAssetExportByProjectIdRequest,Bs as GetAssetHistoryRequest,qs as GetAssetRequest,Ls as GetAssetTypeByAssetTypeIdRequest,bs as GetAssetTypeCountAtLocationRequest,Us as GetAssetTypeCountsByLocationRequest,Ut as GetAssetTypesByAccountIdRequest,jt as GetAssetsByAccountIdRequest,Ms as GetAssetsByAssetTypeRequest,se as GetAssetsByBatchIdRequest,ge as GetAssetsByContactIdRequest,fe as GetAssetsByLocationIdRequest,er as GetAssetsByProjectIdRequest,Gt as GetBasicAssetReportByAccountIdRequest,rr as GetBasicAssetReportByProjectIdRequest,Vt as GetBasicContactReportByAccountIdRequest,ar as GetBasicContactReportByProjectIdRequest,Ht as GetBatchesByAccountIdRequest,nr as GetBatchesByProjectIdRequest,ie as GetBillingDetailsRequest,Yt as GetConsentByAccountIdRequest,le as GetConsentByContactIdRequest,or as GetConsentByProjectIdRequest,Ft as GetContactExportByAccountIdRequest,Se as GetContactExportByContactIdRequest,ir as GetContactExportByProjectIdRequest,Ne as GetContactRequest,qt as GetContactsByAccountIdRequest,Qs as GetContactsByAssetIdRequest,cr as GetContactsByProjectIdRequest,ce as GetCurrentPeriodRequest,Wr as GetErrorsByUserIdRequest,Te as GetFileRequest,Bt as GetInstalledAppsByAccountIdRequest,ye as GetInvitationRequest,$r as GetInvitationsByUserIdRequest,ue as GetInvoicesRequest,Re as GetJobRequest,Qt as GetJobsByAccountIdRequest,Wt as GetLocationsByAccountIdRequest,Rs as GetMainAccountByAppAccountIdRequest,jr as GetMediaRequest,$t as GetMostScannedAssetsByAccountIdRequest,ur as GetMostScannedAssetsByProjectIdRequest,Kt as GetPricePlanByAccountIdRequest,Me as GetPricePlansRequest,Lr as GetPrintPageTemplateRequest,Xt as GetPrintPageTemplatesByAccountIdRequest,br as GetPrintStickerTemplateRequest,zt as GetPrintStickerTemplatesByAccountIdRequest,hr as GetProjectByProjectIdRequest,Jt as GetProjectsByAccountIdRequest,Cs as GetPublishedAppsRequest,wr as GetQrCodeLogoByQrCodeLogoIdRequest,Zt as GetQrCodeLogosByAccountIdRequest,kr as GetQrCodeRequest,Mr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,ts as GetQrCodeStylingTemplatesByAccountIdRequest,ss as GetQrCodesByAccountIdRequest,Ws as GetQrCodesByAssetIdRequest,dr as GetQrCodesByProjectIdRequest,es as GetQueryableCustomAttributeRequest,rs as GetScanDayOfWeekByAccountIdRequest,pr as GetScanDayOfWeekByProjectIdRequest,as as GetScanExportByAccountIdRequest,$s as GetScanExportByAssetIdRequest,Ie as GetScanExportByContactIdRequest,mr as GetScanExportByProjectIdRequest,Ks as GetScanLocationDataByAssetIdRequest,Ee as GetScanLocationDataByContactIdRequest,yr as GetScanRequest,ns as GetScanTimeOfDayByAccountIdRequest,Pr as GetScanTimeOfDayByProjectIdRequest,os as GetScanTimelineByAccountIdRequest,gr as GetScanTimelineByProjectIdRequest,is as GetScansByAccountIdRequest,Xs as GetScansByAssetIdRequest,Ae as GetScansByContactIdRequest,lr as GetScansByProjectIdRequest,ia as GetSessionRequest,Nr as GetSmsTemplateByProjectIdRequest,Sr as GetSmsTemplatesByProjectIdRequest,cs as GetUserByAccountIdRequest,us as GetUserMediasByAccountIdRequest,zs as GetUserMediasByAssetIdRequest,Ir as GetUserMediasByProjectIdRequest,Kr as GetUserRequest,Xr as GetUserSettingsByUserIdRequest,hs as GetUsersByAccountIdRequest,ds as InstallAppToAccountRequest,R as InternalProductName,D as InvoiceStatus,v as JobStatus,f as JobType,L as Label,Js as LinkContactToAssetRequest,we as LinkContactToScanRequest,Gr as LinkMediaToAssetRequest,Vr as LinkMediaToProjectRequest,Hr as LinkMediaToScanRequest,_s as LoadAppRequest,b as LocationSortingTypes,Pi as Openscreen,M as OpenscreenEmails,U as PricePlanName,j as PricePlanPaymentPeriod,G as PricePlanReporting,V as PrintFormat,H as PrintMode,Y as PrintOrientation,F as PrintTemplate,q as PrintUnit,B as ProjectSortingTypes,Q as ProjectStatus,W as QrCodeCornerDotTypes,$ as QrCodeCornerSquareTypes,K as QrCodeDotTypes,X as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,J as QrCodeGradientTypes,Z as QrCodeIntentType,tt as QrCodeLocatorKeyType,st as QrCodeSortingTypes,et as QrCodeStatus,rt as QrCodeType,at as QueryConditions,ua as RefreshSessionRequest,ha as ResendConfirmationRequest,ws as ResetApiKeySecretRequest,da as ResetPasswordRequest,ps as RetrieveCampaignStatusByAccountIdRequest,Or as SaveGeolocationByScanIdRequest,nt as ScanTimelineOptions,ya as SdkAccountAdvancedAssetsReportResources,Oa as SdkAccountAdvancedContactsReportResources,Ra as SdkAccountAdvancedScansReportResources,pa as SdkAccountApikeysResources,za as SdkAccountAppInstallResources,Ja as SdkAccountAppResource,ma as SdkAccountAppsResources,va as SdkAccountAssetsExportResources,Ha as SdkAccountAssetsMostscannedResources,fa as SdkAccountAssetsResources,Pa as SdkAccountAssettypesResources,La as SdkAccountBasicAssetsReportResources,ba as SdkAccountBasicContactsReportResources,Ma as SdkAccountBatchResources,Za as SdkAccountCampaignInformationResources,tn as SdkAccountClockResources,Ua as SdkAccountConsentResources,Ca as SdkAccountContactsBatchResources,ja as SdkAccountContactsExportResources,Ga as SdkAccountContactsResources,xa as SdkAccountCustomattributesResources,sn as SdkAccountEngagePricePlanResources,la as SdkAccountInvitationsBatchResources,ga as SdkAccountInvitationsResources,Va as SdkAccountJobsResources,Na as SdkAccountLocationsResources,Da as SdkAccountOwnerAppsResources,Ya as SdkAccountPricePlanResources,Sa as SdkAccountPrintPageTemplatesResources,Ia as SdkAccountPrintStickerTemplatesResources,Ea as SdkAccountProjectsResources,Fa as SdkAccountQrCodesResources,Aa as SdkAccountQrcodelogosResources,en as SdkAccountQrcodelogosUploadResources,rn as SdkAccountResource,qa as SdkAccountScansDayofweekResources,Ba as SdkAccountScansExportResources,$a as SdkAccountScansResources,Wa as SdkAccountScansTimelineResources,Qa as SdkAccountScansTimeofdayResources,wa as SdkAccountStylingtemplatesResources,_a as SdkAccountUserResource,ka as SdkAccountUsermediasPresignedurlResources,Ka as SdkAccountUsermediasResources,Xa as SdkAccountUsersResources,Ta as SdkAccountZendeskTicketResources,nn as SdkApikeyResource,an as SdkApikeySecretResources,on as SdkAppAccountLoadResources,cn as SdkAppAccountResource,un as SdkAppResource,pn as SdkAppsAccountMainResources,mn as SdkAppsAccountResource,dn as SdkAppsPublishedResources,hn as SdkAppsResources,Cn as SdkAssetContactResource,In as SdkAssetContactsResources,An as SdkAssetHistoryResources,En as SdkAssetQrCodesResources,_n as SdkAssetResource,wn as SdkAssetScansExportResources,xn as SdkAssetScansLocationResources,Tn as SdkAssetScansResources,kn as SdkAssetUsermediasResources,Pn as SdkAssettypeAssetResource,gn as SdkAssettypeAssetsResources,ln as SdkAssettypeLocationResource,Nn as SdkAssettypeLocationsResources,Sn as SdkAssettypeResource,ni as SdkAuthConfirmResources,ai as SdkAuthSessionResources,ii as SdkAuthUserResources,yn as SdkBatchAssetsResources,On as SdkBatchResource,Rn as SdkBillingCancelDowngradeResource,Dn as SdkBillingCancelSubscriptionResource,Mn as SdkBillingCurrentPeriodResource,bn as SdkBillingDetailResource,Ln as SdkBillingDowngradePlanResource,Un as SdkBillingInvoiceResource,fn as SdkBillingSetupIntentResource,jn as SdkBillingUpgradePlanResource,Gn as SdkCareAccountsResources,ui as SdkConfirmationAuthUserResources,Hn as SdkContactAssetsResources,Vn as SdkContactConsentResources,Yn as SdkContactExportResources,Wn as SdkContactResource,Qn as SdkContactScanResource,Fn as SdkContactScansExportResources,qn as SdkContactScansLocationResources,Bn as SdkContactScansResources,Kn as SdkFileResource,$n as SdkFileValidateResources,zn as SdkInvitationResource,Xn as SdkInvitationUsersResources,oi as SdkInvitedAuthConfirmResources,Jn as SdkJobResource,Zn as SdkLocationAssetsResources,to as SdkLocationResource,ri as SdkPasswordAuthUserResources,eo as SdkPricePlansResources,Yo as SdkPrintPageTemplateResource,Fo as SdkPrintStickerTemplateResource,No as SdkProjectAdvancedAssetsReportResources,So as SdkProjectAdvancedContactsReportResources,Io as SdkProjectAdvancedScansReportResources,oo as SdkProjectAssetsBatchResources,Eo as SdkProjectAssetsExportResources,Co as SdkProjectAssetsMostscannedResources,ro as SdkProjectAssetsResources,Ao as SdkProjectBasicAssetsReportResources,wo as SdkProjectBasicContactsReportResources,xo as SdkProjectBatchResources,To as SdkProjectConsentResources,co as SdkProjectContactsBatchResources,ko as SdkProjectContactsExportResources,io as SdkProjectContactsResources,ao as SdkProjectJobsAssetbatchResources,no as SdkProjectPresignedurlJobsAssetbatchResources,uo as SdkProjectPrintResources,ho as SdkProjectQrCodesResources,fo as SdkProjectResource,_o as SdkProjectScansDayofweekResources,yo as SdkProjectScansExportResources,Do as SdkProjectScansResources,Ro as SdkProjectScansTimelineResources,Oo as SdkProjectScansTimeofdayResources,po as SdkProjectSelfqueueprintResources,lo as SdkProjectSmsTemplateResource,mo as SdkProjectSmsTemplatesResources,go as SdkProjectTemplatedPrintPreviewResources,Po as SdkProjectTemplatedPrintResources,vo as SdkProjectUsermediasResources,bo as SdkQrCodeResource,Lo as SdkQrcodelogoResource,ci as SdkRefreshAuthSessionResources,hi as SdkResetAuthUserResources,di as SdkResources,Mo as SdkScanContactsResources,Go as SdkScanCustomAttributeResources,Uo as SdkScanEmailResources,Vo as SdkScanResource,jo as SdkScanSmsResources,Ho as SdkStylingtemplateResource,so as SdkSupportResources,vn as SdkUpgradePlanBillingPreviewResource,$o as SdkUserAccountsResources,Ko as SdkUserErrorsResources,Xo as SdkUserInvitationsResources,Jo as SdkUserPathResource,zo as SdkUserPathSettingsResources,Zo as SdkUserResource,qo as SdkUsermediaAssetResource,Bo as SdkUsermediaProjectResource,Wo as SdkUsermediaResource,Qo as SdkUsermediaScanResource,ti as SdkWebhookSmsResources,si as SdkWebhookSmsStatusResources,ei as SdkWebhookStripeResources,Rr as SendEmailByScanIdRequest,Dr as SendSmsByScanIdRequest,be as SendSupportEmailRequest,zr as SetUserSettingsByUserIdRequest,ta as SmsStatusUpdateRequest,ot as StickerShape,sa as StripeEventRequest,it as TagActions,ct as TagStates,Zs as UnlinkContactToAssetRequest,Yr as UnlinkMediaToAssetRequest,Fr as UnlinkMediaToProjectRequest,qr as UnlinkMediaToScanRequest,gs as UpdateAccountRequest,xs as UpdateApiKeyRequest,ys as UpdateAppByAppIdRequest,te as UpdateAssetRequest,Gs as UpdateAssetTypeCountAtLocationRequest,js as UpdateAssetTypeRequest,De as UpdateAssetsLocationsRequest,xe as UpdateContactRequest,ls as UpdateEngagePricePlanRequest,Le as UpdateLocationRequest,Ns as UpdatePricePlanByAccountIdRequest,Er as UpdateProjectByProjectIdRequest,xr as UpdateQrCodeLogoByQrCodeLogoIdRequest,Cr as UpdateQrCodeRequest,Ur as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,vr as UpdateScanCustomAttributeRequest,Ar as UpdateSmsTemplateRequest,Ss as UpdateUserByAccountIdRequest,Jr as UpdateUserRequest,Is as UploadQrCodeLogoByAccountRequest,ut as UserCredentialsStatus,ht as UserGroups,dt as UserMediaFileTypes,pt as UserMediaSortingTypes,mt as UserSettingsDomain,ke as ValidateFileRequest};
2
2
  //# sourceMappingURL=index.modern.mjs.map