@openscreen/internal-sdk 1.8.4 → 1.8.5

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