@openscreen/internal-sdk 1.4.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,E,I,A,w,x,T,C,k,_,O,y,R,D,v,b,L,f,U,M,j,G,Y,H,q,V,F,B,Q,W,$,K,z,J,X,Z,tt,st,et,rt,at,nt,ot;!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.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"}(P||(P={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(g||(g={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(l||(l={})),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"}(N||(N={})),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"}(S||(S={})),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"}(I||(I={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(A||(A={})),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"}(w||(w={})),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.STRING="STRING",t.NUMBER="NUMBER"}(T||(T={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(C||(C={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(k||(k={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(_||(_={})),function(t){t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.SCAN_EXPORT="SCAN_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.CONTACT_EXPORT="CONTACT_EXPORT"}(O||(O={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(y||(y={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(R||(R={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(D||(D={})),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"}(v||(v={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(b||(b={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(L||(L={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(f||(f={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(U||(U={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(M||(M={})),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"}(j||(j={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(G||(G={})),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"}(Y||(Y={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(H||(H={})),function(t){t.dot="dot",t.square="square"}(q||(q={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(V||(V={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(F||(F={})),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"}(B||(B={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(Q||(Q={})),function(t){t.linear="linear",t.radial="radial"}(W||(W={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}($||($={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(K||(K={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(z||(z={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(J||(J={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(X||(X={})),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"}(Z||(Z={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(tt||(tt={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(st||(st={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(et||(et={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(rt||(rt={})),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"}(at||(at={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(nt||(nt={})),function(t){t.DASHBOARD="DASHBOARD"}(ot||(ot={}));class it extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class ut extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class ht extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Nt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class St extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Et extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class It extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class At extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Tt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}]}}class Ct extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class kt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class _t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Ot extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Rt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Dt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class bt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Lt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class Ut extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class Mt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class Gt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Bt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Qt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Kt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class zt 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 Jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Zt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class ts extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class ss extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class es extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class rs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class as extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class is extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class cs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class ds extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class ps 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 ms extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class ls extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ns extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Ss extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class xs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Ts extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Cs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ks extends o{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:"qrcodes",sdkPartName:"qrCodes"}]}}class Os extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Ds 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 bs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class fs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class Us extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Ms extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class js extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Gs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class Ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class qs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class Vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class Fs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class Bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class Qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class Ws extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class $s extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class Ks extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class zs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Js extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class Zs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class te 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 ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class re 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 ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class oe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class ce extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class ue extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class he extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class pe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class me extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ge extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class le extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Ne extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class Ae extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class we extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class xe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class Te extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ce extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class ke extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class _e extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Oe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class ye extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class De extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class ve extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class be extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class Le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class fe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Ue extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Me extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class Ge extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class Ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class He extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class Ve extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Fe extends a{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:"scans/export",sdkPartName:"scansExport"}]}}class Qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class We extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class $e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class Ke extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class ze extends n{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:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Xe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Ze extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class sr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class er extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class nr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class or extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class ir extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class cr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class ur extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class hr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class mr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class gr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class lr 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 Nr 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 Sr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Er extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class Ir extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class Ar extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class wr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class xr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Tr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class Cr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class kr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Or extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class yr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class vr extends i{async create(t,s){return new it(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ct(this.session).go(this.pathParameters,t,s)}}class br extends i{async create(t,s){return new ct(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class Lr extends i{async create(t,s){return new ut(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new _t(this.session).go(this.pathParameters,t,s)}}class fr extends i{async create(t,s){return new ht(this.session).go(this.pathParameters,void 0,t,s)}}class Ur extends i{async create(t,s){return new dt(this.session).go(this.pathParameters,void 0,t,s)}}class Mr extends i{async create(t,s){return new pt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Mt(this.session).go(this.pathParameters,t,s)}}class jr extends i{async create(t,s){return new mt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class Gr 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 Yr extends i{async create(t,s){return new gt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new qt(this.session).go(this.pathParameters,t,s)}}class Hr extends i{async create(t,s){return new lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ft(this.session).go(this.pathParameters,t,s)}}class qr extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class Vr extends i{async delete(t,s){return new St(this.session).go(this.pathParameters,t,s)}}class Fr extends c{async delete(t){return new Et(this.session).go(this.pathParameters,void 0,t)}async get(t){return new $t(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new rs(this.session).go(this.pathParameters,void 0,t,s)}}class Br extends i{async get(t,s){return new At(this.session).go(this.pathParameters,t,s)}}class Qr extends i{async get(t,s){return new wt(this.session).go(this.pathParameters,t,s)}}class Wr extends i{async get(t,s){return new xt(this.session).go(this.pathParameters,t,s)}}class $r extends i{async get(t,s){return new Tt(this.session).go(this.pathParameters,t,s)}}class Kr extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}}class zr extends i{async get(t,s){return new Ot(this.session).go(this.pathParameters,t,s)}}class Jr extends i{async get(t){return new yt(this.session).go(this.pathParameters,void 0,t)}}class Xr extends i{async get(t){return new Rt(this.session).go(this.pathParameters,void 0,t)}}class Zr extends i{async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class ta extends i{async get(t,s){return new vt(this.session).go(this.pathParameters,t,s)}}class sa extends i{async create(t,s){return new bt(this.session).go(this.pathParameters,void 0,t,s)}}class ea extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class ra extends i{async get(t,s){return new Ut(this.session).go(this.pathParameters,t,s)}}class aa extends i{async get(t,s){return new jt(this.session).go(this.pathParameters,t,s)}}class na extends i{async get(t){return new Gt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new es(this.session).go(this.pathParameters,void 0,t,s)}}class oa extends i{async get(t,s){return new Vt(this.session).go(this.pathParameters,t,s)}}class ia extends i{async create(t,s){return new Bt(this.session).go(this.pathParameters,void 0,t,s)}}class ca extends i{async create(t,s){return new Qt(this.session).go(this.pathParameters,void 0,t,s)}}class ua extends i{async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class ha extends i{async get(t,s){return new Kt(this.session).go(this.pathParameters,t,s)}}class da extends i{async create(t){return new zt(this.session).go(this.pathParameters,void 0,t)}}class pa extends c{install(){return new da(this.getSession(),this.pathParameters)}}class ma extends i{async get(t){return new Jt(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new Xt(this.session).go(this.pathParameters,void 0,t,s)}}class Pa extends i{async create(t,s){return new Zt(this.session).go(this.pathParameters,void 0,t,s)}}class ga extends i{async update(t,s){return new ss(this.session).go(this.pathParameters,void 0,t,s)}}class la extends i{async create(t,s){return new as(this.session).go(this.pathParameters,void 0,t,s)}}class Na extends c{apikeys(){return new vr(this.getSession(),this.pathParameters)}apps(){return new br(this.getSession(),this.pathParameters)}assettypes(){return new Lr(this.getSession(),this.pathParameters)}invitations(){return new fr(this.getSession(),this.pathParameters)}invitationsBatch(){return new Ur(this.getSession(),this.pathParameters)}locations(){return new Mr(this.getSession(),this.pathParameters)}projects(){return new jr(this.getSession(),this.pathParameters)}qrcodelogos(){return new Gr(this.getSession(),this.pathParameters)}stylingtemplates(){return new Yr(this.getSession(),this.pathParameters)}customattributes(){return new Hr(this.getSession(),this.pathParameters)}zendeskTicket(){return new qr(this.getSession(),this.pathParameters)}contactsBatch(){return new Vr(this.getSession(),this.pathParameters)}user(t){return new Fr(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new Br(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Qr(this.getSession(),this.pathParameters)}advancedScansReport(){return new Wr(this.getSession(),this.pathParameters)}ownerApps(){return new $r(this.getSession(),this.pathParameters)}assetsExport(){return new Kr(this.getSession(),this.pathParameters)}assets(){return new zr(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Jr(this.getSession(),this.pathParameters)}basicContactsReport(){return new Xr(this.getSession(),this.pathParameters)}batch(){return new Zr(this.getSession(),this.pathParameters)}consent(){return new ta(this.getSession(),this.pathParameters)}contactsExport(){return new sa(this.getSession(),this.pathParameters)}contacts(){return new ea(this.getSession(),this.pathParameters)}jobs(){return new ra(this.getSession(),this.pathParameters)}assetsMostscanned(){return new aa(this.getSession(),this.pathParameters)}pricePlan(){return new na(this.getSession(),this.pathParameters)}qrCodes(){return new oa(this.getSession(),this.pathParameters)}scansExport(){return new ia(this.getSession(),this.pathParameters)}scansTimeline(){return new ca(this.getSession(),this.pathParameters)}scans(){return new ua(this.getSession(),this.pathParameters)}users(){return new ha(this.getSession(),this.pathParameters)}app(t){return new pa(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new ma(this.getSession(),this.pathParameters)}clock(){return new Pa(this.getSession(),this.pathParameters)}engagePricePlan(){return new ga(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new la(this.getSession(),this.pathParameters)}async get(t){return new It(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ts(this.session).go(this.pathParameters,void 0,t,s)}}class Sa extends i{async get(t){return new os(this.session).go(this.pathParameters,void 0,t)}async update(t){return new is(this.session).go(this.pathParameters,void 0,t)}}class Ea extends c{secret(){return new Sa(this.getSession(),this.pathParameters)}async get(t){return new ns(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 Ia extends i{async create(t){return new ps(this.session).go(this.pathParameters,void 0,t)}}class Aa extends c{load(){return new Ia(this.getSession(),this.pathParameters)}}class wa extends c{account(t){return new Aa(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new us(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ms(this.session).go(this.pathParameters,void 0,t,s)}}class xa extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class Ta extends i{async get(t,s){return new ds(this.session).go(this.pathParameters,t,s)}}class Ca extends i{async get(t){return new gs(this.session).go(this.pathParameters,void 0,t)}}class ka extends c{main(){return new Ca(this.getSession(),this.pathParameters)}async get(t){return new Ps(this.session).go(this.pathParameters,void 0,t)}}class _a extends c{async compose(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class Oa extends i{async create(t,s){return new Ns(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new As(this.session).go(this.pathParameters,t,s)}}class ya extends c{async get(t){return new Is(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ts(this.session).go(this.pathParameters,void 0,t,s)}}class Ra extends i{async get(t,s){return new ws(this.session).go(this.pathParameters,t,s)}}class Da extends c{asset(t){return new _a(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new Oa(this.getSession(),this.pathParameters)}location(t){return new ya(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new Ra(this.getSession(),this.pathParameters)}async delete(t){return new Ss(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Es(this.session).go(this.pathParameters,t,s)}async update(t,s){return new xs(this.session).go(this.pathParameters,void 0,t,s)}}class va extends i{async create(t,s){return new Cs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ds(this.session).go(this.pathParameters,t,s)}}class ba extends i{async create(t,s){return new _s(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new vs(this.session).go(this.pathParameters,t,s)}}class La extends i{async get(t,s){return new Rs(this.session).go(this.pathParameters,t,s)}}class fa extends i{async create(t,s){return new bs(this.session).go(this.pathParameters,void 0,t,s)}}class Ua extends i{async get(t,s){return new Ls(this.session).go(this.pathParameters,t,s)}}class Ma extends i{async get(t,s){return new fs(this.session).go(this.pathParameters,t,s)}}class ja extends c{async link(t,s){return new Us(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Ms(this.session).go(this.pathParameters,void 0,t)}}class Ga extends c{contacts(){return new va(this.getSession(),this.pathParameters)}qrCodes(){return new ba(this.getSession(),this.pathParameters)}history(){return new La(this.getSession(),this.pathParameters)}scansExport(){return new fa(this.getSession(),this.pathParameters)}scansLocation(){return new Ua(this.getSession(),this.pathParameters)}scans(){return new Ma(this.getSession(),this.pathParameters)}contact(t){return new ja(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Os(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new ys(this.session).go(this.pathParameters,t,s)}async update(t,s){return new js(this.session).go(this.pathParameters,void 0,t,s)}}class Ya extends c{async create(t){return new Gs(this.session).go(this.pathParameters,void 0,t)}}class Ha extends c{async create(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}}class qa extends c{async get(t,s){return new Hs(this.session).go(this.pathParameters,t,s)}}class Va extends c{async create(t,s){return new qs(this.session).go(this.pathParameters,void 0,t,s)}}class Fa extends c{async create(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}}class Ba extends c{async get(t){return new Fs(this.session).go(this.pathParameters,void 0,t)}}class Qa extends c{async get(t){return new Bs(this.session).go(this.pathParameters,void 0,t)}}class Wa extends c{async get(t,s){return new Qs(this.session).go(this.pathParameters,t,s)}}class $a extends c{async create(t,s){return new Ws(this.session).go(this.pathParameters,void 0,t,s)}}class Ka extends i{async get(t,s){return new $s(this.session).go(this.pathParameters,t,s)}}class za extends i{async create(t,s){return new Ks(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new zs(this.session).go(this.pathParameters,t,s)}async get(t,s){return new Zs(this.session).go(this.pathParameters,t,s)}}class Ja extends i{async get(t,s){return new Xs(this.session).go(this.pathParameters,t,s)}}class Xa extends i{async create(t,s){return new se(this.session).go(this.pathParameters,void 0,t,s)}}class Za extends i{async create(t,s){return new ee(this.session).go(this.pathParameters,void 0,t,s)}}class tn extends i{async get(t,s){return new re(this.session).go(this.pathParameters,t,s)}}class sn extends i{async get(t){return new ae(this.session).go(this.pathParameters,void 0,t)}}class en extends c{async link(t,s){return new ne(this.session).go(this.pathParameters,void 0,t,s)}}class rn extends c{consent(){return new za(this.getSession(),this.pathParameters)}assets(){return new Ja(this.getSession(),this.pathParameters)}export(){return new Xa(this.getSession(),this.pathParameters)}scansExport(){return new Za(this.getSession(),this.pathParameters)}scansLocation(){return new tn(this.getSession(),this.pathParameters)}scans(){return new sn(this.getSession(),this.pathParameters)}scan(t){return new en(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new Js(this.session).go(this.pathParameters,void 0,t)}async get(t){return new te(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new oe(this.session).go(this.pathParameters,void 0,t,s)}}class an extends i{async create(t){return new ie(this.session).go(this.pathParameters,void 0,t)}}class nn extends c{users(){return new an(this.getSession(),this.pathParameters)}async delete(t){return new ce(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ue(this.session).go(this.pathParameters,void 0,t)}}class on extends c{async delete(t){return new he(this.session).go(this.pathParameters,void 0,t)}async get(t){return new de(this.session).go(this.pathParameters,void 0,t)}}class cn extends i{async update(t,s){return new pe(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Pe(this.session).go(this.pathParameters,t,s)}}class un extends c{assets(){return new cn(this.getSession(),this.pathParameters)}async delete(t,s){return new me(this.session).go(this.pathParameters,t,s)}async update(t,s){return new ge(this.session).go(this.pathParameters,void 0,t,s)}}class hn extends i{async create(t,s){return new le(this.session).go(this.pathParameters,void 0,t,s)}}class dn extends i{async get(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}}class pn extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new fe(this.session).go(this.pathParameters,t,s)}}class mn extends i{async create(t,s){return new Ee(this.session).go(this.pathParameters,void 0,t,s)}}class Pn extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}}class gn extends i{async create(t,s){return new Ae(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new He(this.session).go(this.pathParameters,t,s)}}class ln extends i{async create(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new _e(this.session).go(this.pathParameters,t,s)}}class Nn extends i{async create(t,s){return new xe(this.session).go(this.pathParameters,void 0,t,s)}}class Sn extends i{async create(t,s){return new Te(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Fe(this.session).go(this.pathParameters,t,s)}}class En extends i{async create(t,s){return new Ce(this.session).go(this.pathParameters,void 0,t,s)}}class In extends i{async create(t,s){return new ke(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new $e(this.session).go(this.pathParameters,t,s)}}class An extends c{async delete(t){return new ye(this.session).go(this.pathParameters,void 0,t)}async get(t){return new We(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ze(this.session).go(this.pathParameters,void 0,t,s)}}class wn extends i{async get(t,s){return new Re(this.session).go(this.pathParameters,t,s)}}class xn extends i{async get(t,s){return new De(this.session).go(this.pathParameters,t,s)}}class Tn extends i{async get(t,s){return new ve(this.session).go(this.pathParameters,t,s)}}class Cn extends i{async get(t){return new be(this.session).go(this.pathParameters,void 0,t)}}class kn extends i{async create(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}}class _n extends i{async get(t){return new Ue(this.session).go(this.pathParameters,void 0,t)}}class On extends i{async get(t){return new Me(this.session).go(this.pathParameters,void 0,t)}}class yn extends i{async get(t,s){return new je(this.session).go(this.pathParameters,t,s)}}class Rn extends i{async get(t,s){return new Ge(this.session).go(this.pathParameters,t,s)}}class Dn extends i{async create(t,s){return new Ye(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends i{async get(t,s){return new qe(this.session).go(this.pathParameters,t,s)}}class bn extends i{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class Ln extends i{async get(t,s){return new Qe(this.session).go(this.pathParameters,t,s)}}class fn extends c{assets(){return new pn(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new mn(this.getSession(),this.pathParameters)}assetsBatch(){return new Pn(this.getSession(),this.pathParameters)}contacts(){return new gn(this.getSession(),this.pathParameters)}contactsBatch(){return new ln(this.getSession(),this.pathParameters)}print(){return new Nn(this.getSession(),this.pathParameters)}qrCodes(){return new Sn(this.getSession(),this.pathParameters)}selfqueueprint(){return new En(this.getSession(),this.pathParameters)}smsTemplates(){return new In(this.getSession(),this.pathParameters)}smsTemplate(t){return new An(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new wn(this.getSession(),this.pathParameters)}advancedContactsReport(){return new xn(this.getSession(),this.pathParameters)}advancedScansReport(){return new Tn(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new Cn(this.getSession(),this.pathParameters)}assetsExport(){return new kn(this.getSession(),this.pathParameters)}basicAssetsReport(){return new _n(this.getSession(),this.pathParameters)}basicContactsReport(){return new On(this.getSession(),this.pathParameters)}batch(){return new yn(this.getSession(),this.pathParameters)}consent(){return new Rn(this.getSession(),this.pathParameters)}contactsExport(){return new Dn(this.getSession(),this.pathParameters)}assetsMostscanned(){return new vn(this.getSession(),this.pathParameters)}scansExport(){return new bn(this.getSession(),this.pathParameters)}scans(){return new Ln(this.getSession(),this.pathParameters)}async delete(t){return new Oe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ve(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ke(this.session).go(this.pathParameters,void 0,t,s)}}class Un extends c{async get(t){return new Je(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 Mn extends c{async delete(t){return new Ze(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new tr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new sr(this.session).go(this.pathParameters,void 0,t,s)}}class jn extends i{async create(t,s){return new er(this.session).go(this.pathParameters,void 0,t,s)}}class Gn extends i{async send(t,s){return new nr(this.session).go(this.pathParameters,void 0,t,s)}}class Yn extends i{async send(t,s){return new or(this.session).go(this.pathParameters,void 0,t,s)}}class Hn extends i{async update(t,s){return new ir(this.session).go(this.pathParameters,void 0,t,s)}}class qn extends c{contacts(){return new jn(this.getSession(),this.pathParameters)}email(){return new Gn(this.getSession(),this.pathParameters)}sms(){return new Yn(this.getSession(),this.pathParameters)}customAttribute(){return new Hn(this.getSession(),this.pathParameters)}async get(t){return new rr(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 Vn extends c{async delete(t){return new cr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ur(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 Fn extends i{async create(t,s){return new dr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new pr(this.session).go(this.pathParameters,t,s)}}class Bn extends i{async get(t,s){return new mr(this.session).go(this.pathParameters,t,s)}}class Qn extends i{async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}}class Wn extends i{async get(t){return new lr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Nr(this.session).go(this.pathParameters,void 0,t,s)}}class $n extends c{settings(){return new Wn(this.getSession(),this.pathParameters)}}class Kn extends c{accounts(){return new Fn(this.getSession(),this.pathParameters)}errors(){return new Bn(this.getSession(),this.pathParameters)}invitations(){return new Qn(this.getSession(),this.pathParameters)}path(t){return new $n(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new gr(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 zn extends i{async create(t){return new Er(this.session).go(this.pathParameters,void 0,t)}}class Jn extends i{async create(t){return new Ir(this.session).go(this.pathParameters,void 0,t)}}class Xn extends i{async create(t,s){return new Ar(this.session).go(this.pathParameters,void 0,t,s)}}class Zn extends i{async create(t,s){return new wr(this.session).go(this.pathParameters,void 0,t,s)}}class to extends i{async get(t){return new Or(this.session).go(this.pathParameters,void 0,t)}async create(t){return new _r(this.session).go(this.pathParameters,void 0,t)}}class so extends i{async get(t,s){return new Tr(this.session).go(this.pathParameters,t,s)}}class eo extends i{async get(t,s){return new Cr(this.session).go(this.pathParameters,t,s)}}class ro extends i{async create(t,s){return new kr(this.session).go(this.pathParameters,void 0,t,s)}}class ao extends i{async create(t){return new yr(this.session).go(this.pathParameters,void 0,t)}}class no extends i{async resend(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class oo extends i{async reset(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}}class io extends i{account(t){return new Na(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new Ea(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new wa(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new xa(this.getSession(),this.pathParameters)}appsPublished(){return new Ta(this.getSession(),this.pathParameters)}appsAccount(t){return new ka(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new Da(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new Ga(this.getSession(),s({},this.pathParameters,{assetId:t}))}billingCancelDowngrade(t){return new Ya(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new Ha(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new qa(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new Va(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Fa(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new Ba(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new Qa(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Wa(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new $a(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new Ka(this.getSession(),this.pathParameters)}contact(t){return new rn(this.getSession(),s({},this.pathParameters,{contactId:t}))}invitation(t){return new nn(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new on(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new un(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new hn(this.getSession(),this.pathParameters)}pricePlans(){return new dn(this.getSession(),this.pathParameters)}project(t){return new fn(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new Un(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new Mn(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new qn(this.getSession(),s({},this.pathParameters,{scanId:t}))}stylingtemplate(t){return new Vn(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}user(t){return new Kn(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new zn(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new Jn(this.getSession(),this.pathParameters)}webhookStripe(){return new Xn(this.getSession(),this.pathParameters)}passwordAuthUser(){return new Zn(this.getSession(),this.pathParameters)}authSession(){return new to(this.getSession(),this.pathParameters)}authConfirm(){return new so(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new eo(this.getSession(),this.pathParameters)}authUser(){return new ro(this.getSession(),this.pathParameters)}refreshAuthSession(){return new ao(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new no(this.getSession(),this.pathParameters)}resetAuthUser(){return new oo(this.getSession(),this.pathParameters)}}const co="internal-JG0adajZUHU";class uo{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 ho extends io{constructor(){super(new uo,{}),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=co,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||co;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||co;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||co;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,Zt as AdvanceStripeClockByAccountIdRequest,m as AssetByAssetTypeSortingTypes,P as AssetSortingTypes,g as AssetTypeSortingTypes,l as AssetTypeUsabilityState,N as AuthMessageId,S as AuthTokenScope,E as CampaignUseCaseCategory,Gs as CancelDowngradeRequestRequest,Ys as CancelSubscriptionRequest,wr as ChangePasswordRequest,Hs as ChangeSubscriptionPreviewRequest,Ws as ChangeSubscriptionRequest,xr as CheckSessionRequest,ls as ComposeAssetByAssetTypeRequest,Cr as ConfirmInvitedRequest,Tr as ConfirmRequest,I as ConsentStatus,A as ConsentType,w as ContactAssetSortingTypes,x as ContactSortingTypes,dr as CreateAccountByUserIdRequest,it as CreateApiKeyByAccountIdRequest,ct as CreateAppRequest,Ns as CreateAssetByAssetTypeRequest,Se as CreateAssetByProjectIdRequest,Ee as CreateAssetCreationJobByProjectIdRequest,be as CreateAssetCreationPresignedUrlRequest,ut as CreateAssetTypeByAccountIdRequest,Ie as CreateAssetsByProjectIdRequest,Xt as CreateCampaignAccountByAccountIdRequest,Ks as CreateConsentByContactIdRequest,Cs as CreateContactByAssetIdRequest,Ae as CreateContactByProjectIdRequest,er as CreateContactByScanIdRequest,we as CreateContactsByProjectIdRequest,ht as CreateInvitationByAccountIdRequest,dt as CreateInvitationsByAccountIdRequest,pt as CreateLocationByAccountIdRequest,xe as CreatePrintJobByProjectIdRequest,mt as CreateProjectByAccountIdRequest,ks as CreateQrCodeByAssetIdRequest,Te as CreateQrCodeByProjectIdRequest,Pt as CreateQrCodeLogoByAccountRequest,gt as CreateQrCodeStylingTemplateByAccountRequest,_s as CreateQrCodesByAssetIdRequest,lt as CreateQueryableCustomAttributeRequest,Ce as CreateSelfQueuePrintJobByProjectIdRequest,qs as CreateSetupIntentRequest,Er as CreateSmsResponseRequest,ke as CreateSmsTemplateByProjectIdRequest,Nt as CreateTicketByAccountIdRequest,ie as CreateUserByInvitationIdRequest,kr as CreateUserRequest,Os as DeleteAssetRequest,Ss as DeleteAssetTypeRequest,zs as DeleteConsentByContactIdRequest,Js as DeleteContactRequest,St as DeleteContactsByAccountIdRequest,_e as DeleteContactsByProjectIdRequest,ce as DeleteInvitationRequest,he as DeleteJobRequest,me as DeleteLocationRequest,Oe as DeleteProjectRequest,Ze as DeleteQrCodeRequest,cr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Or as DeleteSessionRequest,ye as DeleteSmsTemplateByProjectIdRequest,Et as DeleteUserByAccountIdRequest,Vs as DowngradePlanRequest,T as FieldType,It as GetAccountRequest,pr as GetAccountsByUserIdRequest,At as GetAdvancedAssetReportByAccountIdRequest,Re as GetAdvancedAssetReportByProjectIdRequest,wt as GetAdvancedContactReportByAccountIdRequest,De as GetAdvancedContactReportByProjectIdRequest,xt as GetAdvancedScanReportByAccountIdRequest,ve as GetAdvancedScanReportByProjectIdRequest,$s as GetAllAccountsRequest,Tt as GetAllAppsByAccountIdRequest,ns as GetApiKeyRequest,os as GetApiKeySecretRequest,Ct as GetApiKeysByAccountIdRequest,Ps as GetAppAccountByAppAccountIdRequest,us as GetAppByAppIdRequest,hs as GetAppsRequest,kt as GetAssetExportByAccountIdRequest,Le as GetAssetExportByProjectIdRequest,Rs as GetAssetHistoryRequest,ys as GetAssetRequest,Es as GetAssetTypeByAssetTypeIdRequest,Is as GetAssetTypeCountAtLocationRequest,ws as GetAssetTypeCountsByLocationRequest,_t as GetAssetTypesByAccountIdRequest,Ot as GetAssetsByAccountIdRequest,As as GetAssetsByAssetTypeRequest,Xs as GetAssetsByContactIdRequest,Pe as GetAssetsByLocationIdRequest,fe as GetAssetsByProjectIdRequest,yt as GetBasicAssetReportByAccountIdRequest,Ue as GetBasicAssetReportByProjectIdRequest,Rt as GetBasicContactReportByAccountIdRequest,Me as GetBasicContactReportByProjectIdRequest,Dt as GetBatchesByAccountIdRequest,je as GetBatchesByProjectIdRequest,Fs as GetBillingDetailsRequest,vt as GetConsentByAccountIdRequest,Zs as GetConsentByContactIdRequest,Ge as GetConsentByProjectIdRequest,bt as GetContactExportByAccountIdRequest,se as GetContactExportByContactIdRequest,Ye as GetContactExportByProjectIdRequest,te as GetContactRequest,Lt as GetContactsByAccountIdRequest,Ds as GetContactsByAssetIdRequest,He as GetContactsByProjectIdRequest,Bs as GetCurrentPeriodRequest,mr as GetErrorsByUserIdRequest,ft as GetInstalledAppsByAccountIdRequest,ue as GetInvitationRequest,Pr as GetInvitationsByUserIdRequest,Qs as GetInvoicesRequest,de as GetJobRequest,Ut as GetJobsByAccountIdRequest,Mt as GetLocationsByAccountIdRequest,gs as GetMainAccountByAppAccountIdRequest,jt as GetMostScannedAssetsByAccountIdRequest,qe as GetMostScannedAssetsByProjectIdRequest,Gt as GetPricePlanByAccountIdRequest,Ne as GetPricePlansRequest,Ve as GetProjectByProjectIdRequest,Yt as GetProjectsByAccountIdRequest,ds as GetPublishedAppsRequest,Je as GetQrCodeLogoByQrCodeLogoIdRequest,Ht as GetQrCodeLogosByAccountIdRequest,tr as GetQrCodeRequest,ur as GetQrCodeStylingTemplateByStylingTemplateIdRequest,qt as GetQrCodeStylingTemplatesByAccountIdRequest,Vt as GetQrCodesByAccountIdRequest,vs as GetQrCodesByAssetIdRequest,Fe as GetQrCodesByProjectIdRequest,Ft as GetQueryableCustomAttributeRequest,Bt as GetScanExportByAccountIdRequest,bs as GetScanExportByAssetIdRequest,ee as GetScanExportByContactIdRequest,Be as GetScanExportByProjectIdRequest,Ls as GetScanLocationDataByAssetIdRequest,re as GetScanLocationDataByContactIdRequest,rr as GetScanRequest,Qt as GetScanTimelineByAccountIdRequest,Wt as GetScansByAccountIdRequest,fs as GetScansByAssetIdRequest,ae as GetScansByContactIdRequest,Qe as GetScansByProjectIdRequest,_r as GetSessionRequest,We as GetSmsTemplateByProjectIdRequest,$e as GetSmsTemplatesByProjectIdRequest,$t as GetUserByAccountIdRequest,gr as GetUserRequest,lr as GetUserSettingsByUserIdRequest,Kt as GetUsersByAccountIdRequest,zt as InstallAppToAccountRequest,C as InternalProductName,k as InvoiceStatus,_ as JobStatus,O as JobType,y as Label,Us as LinkContactToAssetRequest,ne as LinkContactToScanRequest,ps as LoadAppRequest,R as LocationSortingTypes,ho as Openscreen,D as OpenscreenEmails,v as PricePlanName,b as PricePlanPaymentPeriod,L as PricePlanReporting,f as PrintFormat,U as PrintMode,M as PrintOrientation,j as PrintTemplate,G as PrintUnit,Y as ProjectSortingTypes,H as ProjectStatus,q as QrCodeCornerDotTypes,V as QrCodeCornerSquareTypes,F as QrCodeDotTypes,B as QrCodeDynamicRedirectType,Q as QrCodeErrorCorrectionLevel,W as QrCodeGradientTypes,$ as QrCodeIntentType,K as QrCodeLocatorKeyType,z as QrCodeSortingTypes,J as QrCodeStatus,X as QrCodeType,Z as QueryConditions,yr as RefreshSessionRequest,Rr as ResendConfirmationRequest,is as ResetApiKeySecretRequest,Dr as ResetPasswordRequest,Jt as RetrieveCampaignStatusByAccountIdRequest,ar as SaveGeolocationByScanIdRequest,tt as ScanTimelineOptions,Br as SdkAccountAdvancedAssetsReportResources,Qr as SdkAccountAdvancedContactsReportResources,Wr as SdkAccountAdvancedScansReportResources,vr as SdkAccountApikeysResources,da as SdkAccountAppInstallResources,pa as SdkAccountAppResource,br as SdkAccountAppsResources,Kr as SdkAccountAssetsExportResources,aa as SdkAccountAssetsMostscannedResources,zr as SdkAccountAssetsResources,Lr as SdkAccountAssettypesResources,Jr as SdkAccountBasicAssetsReportResources,Xr as SdkAccountBasicContactsReportResources,Zr as SdkAccountBatchResources,ma as SdkAccountCampaignInformationResources,Pa as SdkAccountClockResources,ta as SdkAccountConsentResources,Vr as SdkAccountContactsBatchResources,sa as SdkAccountContactsExportResources,ea as SdkAccountContactsResources,Hr as SdkAccountCustomattributesResources,ga as SdkAccountEngagePricePlanResources,Ur as SdkAccountInvitationsBatchResources,fr as SdkAccountInvitationsResources,ra as SdkAccountJobsResources,Mr as SdkAccountLocationsResources,$r as SdkAccountOwnerAppsResources,na as SdkAccountPricePlanResources,jr as SdkAccountProjectsResources,oa as SdkAccountQrCodesResources,Gr as SdkAccountQrcodelogosResources,la as SdkAccountQrcodelogosUploadResources,Na as SdkAccountResource,ia as SdkAccountScansExportResources,ua as SdkAccountScansResources,ca as SdkAccountScansTimelineResources,Yr as SdkAccountStylingtemplatesResources,Fr as SdkAccountUserResource,ha as SdkAccountUsersResources,qr as SdkAccountZendeskTicketResources,Ea as SdkApikeyResource,Sa as SdkApikeySecretResources,Ia as SdkAppAccountLoadResources,Aa as SdkAppAccountResource,wa as SdkAppResource,Ca as SdkAppsAccountMainResources,ka as SdkAppsAccountResource,Ta as SdkAppsPublishedResources,xa as SdkAppsResources,ja as SdkAssetContactResource,va as SdkAssetContactsResources,La as SdkAssetHistoryResources,ba as SdkAssetQrCodesResources,Ga as SdkAssetResource,fa as SdkAssetScansExportResources,Ua as SdkAssetScansLocationResources,Ma as SdkAssetScansResources,_a as SdkAssettypeAssetResource,Oa as SdkAssettypeAssetsResources,ya as SdkAssettypeLocationResource,Ra as SdkAssettypeLocationsResources,Da as SdkAssettypeResource,so as SdkAuthConfirmResources,to as SdkAuthSessionResources,ro as SdkAuthUserResources,Ya as SdkBillingCancelDowngradeResource,Ha as SdkBillingCancelSubscriptionResource,Qa as SdkBillingCurrentPeriodResource,Ba as SdkBillingDetailResource,Fa as SdkBillingDowngradePlanResource,Wa as SdkBillingInvoiceResource,Va as SdkBillingSetupIntentResource,$a as SdkBillingUpgradePlanResource,Ka as SdkCareAccountsResources,no as SdkConfirmationAuthUserResources,Ja as SdkContactAssetsResources,za as SdkContactConsentResources,Xa as SdkContactExportResources,rn as SdkContactResource,en as SdkContactScanResource,Za as SdkContactScansExportResources,tn as SdkContactScansLocationResources,sn as SdkContactScansResources,nn as SdkInvitationResource,an as SdkInvitationUsersResources,eo as SdkInvitedAuthConfirmResources,on as SdkJobResource,cn as SdkLocationAssetsResources,un as SdkLocationResource,Zn as SdkPasswordAuthUserResources,dn as SdkPricePlansResources,wn as SdkProjectAdvancedAssetsReportResources,xn as SdkProjectAdvancedContactsReportResources,Tn as SdkProjectAdvancedScansReportResources,Pn as SdkProjectAssetsBatchResources,kn as SdkProjectAssetsExportResources,vn as SdkProjectAssetsMostscannedResources,pn as SdkProjectAssetsResources,_n as SdkProjectBasicAssetsReportResources,On as SdkProjectBasicContactsReportResources,yn as SdkProjectBatchResources,Rn as SdkProjectConsentResources,ln as SdkProjectContactsBatchResources,Dn as SdkProjectContactsExportResources,gn as SdkProjectContactsResources,mn as SdkProjectJobsAssetbatchResources,Cn as SdkProjectPresignedurlJobsAssetbatchResources,Nn as SdkProjectPrintResources,Sn as SdkProjectQrCodesResources,fn as SdkProjectResource,bn as SdkProjectScansExportResources,Ln as SdkProjectScansResources,En as SdkProjectSelfqueueprintResources,An as SdkProjectSmsTemplateResource,In as SdkProjectSmsTemplatesResources,Mn as SdkQrCodeResource,Un as SdkQrcodelogoResource,ao as SdkRefreshAuthSessionResources,oo as SdkResetAuthUserResources,io as SdkResources,jn as SdkScanContactsResources,Hn as SdkScanCustomAttributeResources,Gn as SdkScanEmailResources,qn as SdkScanResource,Yn as SdkScanSmsResources,Vn as SdkStylingtemplateResource,hn as SdkSupportResources,qa as SdkUpgradePlanBillingPreviewResource,Fn as SdkUserAccountsResources,Bn as SdkUserErrorsResources,Qn as SdkUserInvitationsResources,$n as SdkUserPathResource,Wn as SdkUserPathSettingsResources,Kn as SdkUserResource,zn as SdkWebhookSmsResources,Jn as SdkWebhookSmsStatusResources,Xn as SdkWebhookStripeResources,nr as SendEmailByScanIdRequest,or as SendSmsByScanIdRequest,le as SendSupportEmailRequest,Nr as SetUserSettingsByUserIdRequest,Ir as SmsStatusUpdateRequest,st as StickerShape,Ar as StripeEventRequest,et as TagActions,rt as TagStates,Ms as UnlinkContactToAssetRequest,ts as UpdateAccountRequest,cs as UpdateApiKeyRequest,ms as UpdateAppByAppIdRequest,js as UpdateAssetRequest,Ts as UpdateAssetTypeCountAtLocationRequest,xs as UpdateAssetTypeRequest,pe as UpdateAssetsLocationsRequest,oe as UpdateContactRequest,ss as UpdateEngagePricePlanRequest,ge as UpdateLocationRequest,es as UpdatePricePlanByAccountIdRequest,Ke as UpdateProjectByProjectIdRequest,Xe as UpdateQrCodeLogoByQrCodeLogoIdRequest,sr as UpdateQrCodeRequest,hr as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,ir as UpdateScanCustomAttributeRequest,ze as UpdateSmsTemplateRequest,rs as UpdateUserByAccountIdRequest,Sr as UpdateUserRequest,as as UploadQrCodeLogoByAccountRequest,at as UserCredentialsStatus,nt as UserGroups,ot as UserSettingsDomain};
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};
2
2
  //# sourceMappingURL=index.modern.mjs.map