@openscreen/internal-sdk 2.0.0 → 2.0.2

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,m,p,P,g,l,N,S,I,E,w,A,x,k,T,_,C,O,y,R,D,v,b,L,f,U,M,j,G,V,F,q,H,Y,B,Q,W,K,J,$,X,z,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht,dt,mt,pt,Pt,gt,lt,Nt,St;!function(t){t.ENGAGE_MICROSITE="ENGAGE_MICROSITE",t.QRCODE="QRCODE",t.TRACK_WORKFLOW="TRACK_WORKFLOW"}(u||(u={})),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"}(h||(h={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(d||(d={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(m||(m={})),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",t.READ_ONLY="READ_ONLY"}(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"}(P||(P={})),function(t){t.json="json",t.csv="csv"}(g||(g={})),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"}(l||(l={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(N||(N={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(S||(S={})),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",t.SSO_USER="SSO_USER"}(I||(I={})),function(t){t.API="API",t.SSO="SSO",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"}(E||(E={})),function(t){t.MICROSOFT="MICROSOFT"}(w||(w={})),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"}(x||(x={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(k||(k={})),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"}(_||(_={})),function(t){t.INITIATED="INITIATED",t.VERIFIED="VERIFIED",t.CERTIFICATE_REQUESTED="CERTIFICATE_REQUESTED",t.CERTIFICATE_VALIDATION_ADDED="CERTIFICATE_VALIDATION_ADDED",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"}(O||(O={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(y||(y={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(R||(R={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(D||(D={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(v||(v={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(b||(b={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(L||(L={})),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",t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN"}(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"}(U||(U={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(M||(M={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(j||(j={})),function(t){t.PLUGIN_CONFIGURATION="PLUGIN_CONFIGURATION",t.INDIVIDUAL_ACCOUNT_SETTINGS="INDIVIDUAL_ACCOUNT_SETTINGS",t.WORKFLOW_BUILDER="WORKFLOW_BUILDER",t.QR_CODE_AND_PRINT_STUDIO="QR_CODE_AND_PRINT_STUDIO",t.REPORTING_AND_ANALYTICS="REPORTING_AND_ANALYTICS",t.USER_MANAGEMENT="USER_MANAGEMENT",t.BILLING="BILLING"}(G||(G={})),function(t){t.ADMIN_PLUGIN="ADMIN_PLUGIN",t.REHRIG_VISION="REHRIG_VISION",t.HOTWIRE="HOTWIRE",t.GOOGLE_SHEET="GOOGLE_SHEET",t.CONDITIONAL_REDIRECT="CONDITIONAL_REDIRECT",t.GOOGLE_PLACES="GOOGLE_PLACES",t.REHRIG_BARRIE_ADDRESS_DYNAMO_DB="REHRIG_BARRIE_ADDRESS_DYNAMO_DB",t.GUND="GUND",t.KLAVIYO="KLAVIYO",t.REHRIG_VISION_TRACK="REHRIG_VISION_TRACK"}(V||(V={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(F||(F={})),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"}(q||(q={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(H||(H={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(Y||(Y={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(B||(B={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(Q||(Q={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(W||(W={})),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"}(K||(K={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(J||(J={})),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"}($||($={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(X||(X={})),function(t){t.dot="dot",t.square="square"}(z||(z={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(Z||(Z={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(tt||(tt={})),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"}(st||(st={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(et||(et={})),function(t){t.linear="linear",t.radial="radial"}(rt||(rt={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(at||(at={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(nt||(nt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(ot||(ot={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(it||(it={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(ct||(ct={})),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"}(ut||(ut={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(ht||(ht={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(dt||(dt={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(mt||(mt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(pt||(pt={})),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",t.CONFIRMED_SSO="CONFIRMED_SSO"}(Pt||(Pt={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(gt||(gt={})),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"}(lt||(lt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(Nt||(Nt={})),function(t){t.DASHBOARD="DASHBOARD"}(St||(St={}));class It extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}]}}class Et extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}]}}class wt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class At extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class kt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class Tt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"image/upload",sdkPartName:"imageUpload"}]}}class _t extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class Ot extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class yt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Rt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class bt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class ft extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"SSOConfiguration",sdkPartName:"SSOConfiguration"}]}}class Ut extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class Mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}]}}class jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}]}}class Gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}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 qt extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class Bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"password",sdkPartName:"password"}]}}class Qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Kt 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 $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class Xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class as extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class ns extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo/key",sdkPartName:"klaviyoKey"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class ds extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"plugins",sdkPartName:"plugins"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class Es extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes/scans/export",sdkPartName:"exportQrCodesScans"}]}}class ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class Ts extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class _s extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class Cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Ds extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class vs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}]}}class bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class Ls 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 fs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Us extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ms extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class js 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 Gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Vs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}]}}class Fs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Hs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"rehrig",sdkPartName:"rehrig"}]}}class Ys extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Bs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}]}}class Qs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class Ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class Js extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class $s extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class zs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class Zs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class te 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 se extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ee extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class ae extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class ne extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class oe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ce extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class ue extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class he extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class me extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class Pe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class ge extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ee extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class we extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class xe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class ke 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"},{parm:"url",routePart:"urls",sdkPartName:"url"}]}}class _e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}]}}class Ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class Oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class ye 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 De extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class ve extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Le extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class fe 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 Me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Ge extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class Ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class Fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class He extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class Ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class Qe extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class We extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Ke extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Je extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class $e 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 ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Ze extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class tr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}]}}class or extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}]}}class ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}]}}class cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class ur extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class hr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class dr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class mr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class pr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Pr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class gr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class lr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class Nr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Sr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Er extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class wr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Ar extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class xr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class kr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatchvalidation",sdkPartName:"jobsAssetbatchvalidation"}]}}class Tr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class Or extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class yr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class vr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Lr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class fr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class Ur extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class Mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class jr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}class Gr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Vr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class qr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Hr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"export",sdkPartName:"export"}]}}class Qr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class Wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class $r extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class zr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class Zr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class ta extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class sa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class ea extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class ra extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrCodes/scans/export",sdkPartName:"exportQrCodesScans"}]}}class aa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class na extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class oa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ia extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class ca extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class ua extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class ha extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class da extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class ma extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class pa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class Pa extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class ga extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class la extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}]}}class Na extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Sa extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Ia extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class Ea extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}]}}class wa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Aa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class xa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class ka extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Ta extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class _a extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Ca extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Oa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class ya extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class Ra extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class Da extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class va extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class ba extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class La extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class fa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Ua extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Ma extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class ja extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Ga extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Va extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{routePart:"multipart",sdkPartName:"multipart"}]}}class Fa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class qa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ha extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Ya extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Ba extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Qa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Wa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ka extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Ja extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class $a extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Xa extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"userroles",sdkPartName:"userroles"}]}}class za extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Za extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class tn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class sn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class en extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class rn 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 an 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 nn extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class on extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class cn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/export-job-resolution",sdkPartName:"webhookExportJobResolution"}]}}class un extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class hn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class dn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"},{routePart:"sessionactions",sdkPartName:"sessionactions"}]}}class mn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}]}}class pn extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}]}}class Pn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class gn extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ln extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class Nn extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class Sn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class In extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class En extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class wn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class An extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class xn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class kn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"},{routePart:"saml/acs",sdkPartName:"samlAcs"}]}}class Tn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"}]}}class _n extends i{async get(t){return new It(this.session).go(this.pathParameters,void 0,t)}}class Cn extends i{async get(t){return new vs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Bs(this.session).go(this.pathParameters,void 0,t,s)}}class On extends c{confirm(){return new _n(this.getSession(),this.pathParameters)}roles(){return new Cn(this.getSession(),this.pathParameters)}async delete(t){return new Ft(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ys(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}}class yn extends i{async create(t,s){return new Et(this.session).go(this.pathParameters,void 0,t,s)}}class Rn extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class Dn extends i{async create(t,s){return new At(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class vn 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 bn extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cs(this.session).go(this.pathParameters,t,s)}}class Ln extends i{async create(t,s){return new Tt(this.session).go(this.pathParameters,void 0,t,s)}}class fn extends i{async create(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class Un extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}}class Mn extends i{async create(t,s){return new Ot(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ds(this.session).go(this.pathParameters,t,s)}}class jn extends i{async create(t,s){return new yt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ls(this.session).go(this.pathParameters,t,s)}}class Gn extends i{async create(t,s){return new Rt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ns(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new Dt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ss(this.session).go(this.pathParameters,t,s)}}class Fn extends i{async create(t,s){return new vt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Is(this.session).go(this.pathParameters,t,s)}}class qn extends i{async create(t,s){return new bt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ws(this.session).go(this.pathParameters,t,s)}}class Hn extends i{async create(t,s){return new Lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new xs(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new ft(this.session).go(this.pathParameters,void 0,t,s)}}class Bn extends i{async create(t,s){return new Ut(this.session).go(this.pathParameters,void 0,t,s)}}class Qn extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class Wn extends i{async create(t,s){return new jt(this.session).go(this.pathParameters,void 0,t,s)}}class Kn extends i{async create(t,s){return new Gt(this.session).go(this.pathParameters,void 0,t,s)}}class Jn extends i{async delete(t,s){return new Vt(this.session).go(this.pathParameters,t,s)}}class $n extends i{async get(t){return new Bt(this.session).go(this.pathParameters,void 0,t)}}class Xn extends i{async get(t){return new is(this.session).go(this.pathParameters,void 0,t)}}class zn extends i{async update(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}}class Zn extends i{async update(t,s){return new Hs(this.session).go(this.pathParameters,void 0,t,s)}}class to extends c{password(){return new $n(this.getSession(),this.pathParameters)}klaviyoKey(){return new Xn(this.getSession(),this.pathParameters)}klaviyo(){return new zn(this.getSession(),this.pathParameters)}rehrig(){return new Zn(this.getSession(),this.pathParameters)}async update(t){return new qt(this.session).go(this.pathParameters,void 0,t)}}class so extends i{async update(t){return new js(this.session).go(this.pathParameters,void 0,t)}}class eo extends c{test(){return new so(this.getSession(),this.pathParameters)}async get(t){return new Yt(this.session).go(this.pathParameters,void 0,t)}}class ro extends i{async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class ao extends i{async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class no extends i{async get(t,s){return new Kt(this.session).go(this.pathParameters,t,s)}}class oo extends i{async get(t,s){return new Jt(this.session).go(this.pathParameters,t,s)}}class io extends i{async create(t,s){return new Xt(this.session).go(this.pathParameters,void 0,t,s)}}class co extends i{async get(t,s){return new zt(this.session).go(this.pathParameters,t,s)}}class uo extends i{async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class ho extends i{async get(t){return new ss(this.session).go(this.pathParameters,void 0,t)}}class mo extends i{async get(t){return new es(this.session).go(this.pathParameters,void 0,t)}}class po extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class Po extends i{async get(t,s){return new as(this.session).go(this.pathParameters,t,s)}}class go extends i{async create(t,s){return new ns(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends i{async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class No extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class So extends i{async get(t,s){return new ms(this.session).go(this.pathParameters,t,s)}}class Io extends i{async get(t){return new ps(this.session).go(this.pathParameters,void 0,t)}}class Eo extends i{async get(t){return new Ps(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 wo extends i{async get(t,s){return new gs(this.session).go(this.pathParameters,t,s)}}class Ao extends i{async create(t,s){return new Es(this.session).go(this.pathParameters,void 0,t,s)}}class xo extends i{async get(t,s){return new As(this.session).go(this.pathParameters,t,s)}}class ko extends i{async get(t,s){return new ks(this.session).go(this.pathParameters,t,s)}}class To extends i{async create(t,s){return new Ts(this.session).go(this.pathParameters,void 0,t,s)}}class _o extends i{async get(t,s){return new _s(this.session).go(this.pathParameters,t,s)}}class Co extends i{async get(t,s){return new Cs(this.session).go(this.pathParameters,t,s)}}class Oo extends i{async get(t,s){return new Os(this.session).go(this.pathParameters,t,s)}}class yo extends i{async get(t,s){return new Rs(this.session).go(this.pathParameters,t,s)}}class Ro extends i{async get(t,s){return new Ds(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new bs(this.session).go(this.pathParameters,t,s)}}class vo extends i{async create(t){return new Ls(this.session).go(this.pathParameters,void 0,t)}}class bo extends c{install(){return new vo(this.getSession(),this.pathParameters)}}class Lo extends i{async get(t){return new fs(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new Us(this.session).go(this.pathParameters,void 0,t,s)}}class fo extends i{async create(t,s){return new Ms(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{async update(t,s){return new Fs(this.session).go(this.pathParameters,void 0,t,s)}}class Mo extends i{async create(t,s){return new Qs(this.session).go(this.pathParameters,void 0,t,s)}}class jo extends c{user(t){return new On(this.getSession(),s({},this.pathParameters,{userId:t}))}urlSafeties(){return new yn(this.getSession(),this.pathParameters)}apikeys(){return new Rn(this.getSession(),this.pathParameters)}apps(){return new Dn(this.getSession(),this.pathParameters)}assettypes(){return new vn(this.getSession(),this.pathParameters)}customDomains(){return new bn(this.getSession(),this.pathParameters)}imageUpload(){return new Ln(this.getSession(),this.pathParameters)}invitations(){return new fn(this.getSession(),this.pathParameters)}invitationsBatch(){return new Un(this.getSession(),this.pathParameters)}locations(){return new Mn(this.getSession(),this.pathParameters)}printPageTemplates(){return new jn(this.getSession(),this.pathParameters)}printStickerTemplates(){return new Gn(this.getSession(),this.pathParameters)}projects(){return new Vn(this.getSession(),this.pathParameters)}qrcodelogos(){return new Fn(this.getSession(),this.pathParameters)}stylingtemplates(){return new qn(this.getSession(),this.pathParameters)}customattributes(){return new Hn(this.getSession(),this.pathParameters)}SSOConfiguration(){return new Yn(this.getSession(),this.pathParameters)}zendeskTicket(){return new Bn(this.getSession(),this.pathParameters)}usermediasPresignedurlmultipart(){return new Qn(this.getSession(),this.pathParameters)}usermediasPresignedurl(){return new Wn(this.getSession(),this.pathParameters)}websessionsExport(){return new Kn(this.getSession(),this.pathParameters)}contactsBatch(){return new Jn(this.getSession(),this.pathParameters)}plugin(t){return new to(this.getSession(),s({},this.pathParameters,{pluginId:t}))}customDomain(t){return new eo(this.getSession(),s({},this.pathParameters,{customDomain:t}))}advancedAssetsReport(){return new ro(this.getSession(),this.pathParameters)}advancedContactsReport(){return new ao(this.getSession(),this.pathParameters)}advancedScansReport(){return new no(this.getSession(),this.pathParameters)}ownerApps(){return new oo(this.getSession(),this.pathParameters)}assetsExport(){return new io(this.getSession(),this.pathParameters)}assetgraphs(){return new co(this.getSession(),this.pathParameters)}assets(){return new uo(this.getSession(),this.pathParameters)}basicAssetsReport(){return new ho(this.getSession(),this.pathParameters)}basicContactsReport(){return new mo(this.getSession(),this.pathParameters)}batch(){return new po(this.getSession(),this.pathParameters)}consent(){return new Po(this.getSession(),this.pathParameters)}contactsExport(){return new go(this.getSession(),this.pathParameters)}contacts(){return new lo(this.getSession(),this.pathParameters)}jobs(){return new No(this.getSession(),this.pathParameters)}assetsMostscanned(){return new So(this.getSession(),this.pathParameters)}plugins(){return new Io(this.getSession(),this.pathParameters)}pricePlan(){return new Eo(this.getSession(),this.pathParameters)}printJobs(){return new wo(this.getSession(),this.pathParameters)}exportQrCodesScans(){return new Ao(this.getSession(),this.pathParameters)}qrCodes(){return new xo(this.getSession(),this.pathParameters)}scansDayofweek(){return new ko(this.getSession(),this.pathParameters)}scansExport(){return new To(this.getSession(),this.pathParameters)}scansTimeofday(){return new _o(this.getSession(),this.pathParameters)}scansTimeline(){return new Co(this.getSession(),this.pathParameters)}scans(){return new Oo(this.getSession(),this.pathParameters)}usermedias(){return new yo(this.getSession(),this.pathParameters)}users(){return new Ro(this.getSession(),this.pathParameters)}websessionsTimeline(){return new Do(this.getSession(),this.pathParameters)}app(t){return new bo(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new Lo(this.getSession(),this.pathParameters)}clock(){return new fo(this.getSession(),this.pathParameters)}engagePricePlan(){return new Uo(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new Mo(this.getSession(),this.pathParameters)}async get(t){return new Ht(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Gs(this.session).go(this.pathParameters,void 0,t,s)}}class Go extends i{async get(t){return new Ks(this.session).go(this.pathParameters,void 0,t)}async update(t){return new Js(this.session).go(this.pathParameters,void 0,t)}}class Vo extends c{secret(){return new Go(this.getSession(),this.pathParameters)}async get(t){return new Ws(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class Fo extends i{async create(t){return new te(this.session).go(this.pathParameters,void 0,t)}}class qo extends c{load(){return new Fo(this.getSession(),this.pathParameters)}}class Ho extends c{account(t){return new qo(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new Xs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new se(this.session).go(this.pathParameters,void 0,t,s)}}class Yo extends i{async get(t,s){return new zs(this.session).go(this.pathParameters,t,s)}}class Bo extends i{async get(t,s){return new Zs(this.session).go(this.pathParameters,t,s)}}class Qo extends i{async get(t){return new re(this.session).go(this.pathParameters,void 0,t)}}class Wo extends c{main(){return new Qo(this.getSession(),this.pathParameters)}async get(t){return new ee(this.session).go(this.pathParameters,void 0,t)}}class Ko extends c{async delete(t){return new ae(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ne(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new oe(this.session).go(this.pathParameters,void 0,t,s)}}class Jo extends c{async compose(t,s){return new ie(this.session).go(this.pathParameters,void 0,t,s)}}class $o extends i{async create(t,s){return new ce(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new me(this.session).go(this.pathParameters,t,s)}}class Xo extends c{async get(t){return new de(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ge(this.session).go(this.pathParameters,void 0,t,s)}}class zo extends i{async get(t,s){return new pe(this.session).go(this.pathParameters,t,s)}}class Zo extends c{asset(t){return new Jo(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new $o(this.getSession(),this.pathParameters)}location(t){return new Xo(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new zo(this.getSession(),this.pathParameters)}async delete(t){return new ue(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new he(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Pe(this.session).go(this.pathParameters,void 0,t,s)}}class ti extends i{async create(t,s){return new le(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ke(this.session).go(this.pathParameters,t,s)}}class si extends i{async create(t,s){return new Ne(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ce(this.session).go(this.pathParameters,t,s)}}class ei extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Oe(this.session).go(this.pathParameters,t,s)}}class ri extends i{async create(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}}class ai extends i{async get(t,s){return new xe(this.session).go(this.pathParameters,t,s)}}class ni extends c{async get(t,s){return new Te(this.session).go(this.pathParameters,t,s)}}class oi extends c{async get(t,s){return new _e(this.session).go(this.pathParameters,t,s)}}class ii extends i{async create(t,s){return new ye(this.session).go(this.pathParameters,void 0,t,s)}}class ci extends i{async get(t,s){return new Re(this.session).go(this.pathParameters,t,s)}}class ui extends i{async get(t,s){return new De(this.session).go(this.pathParameters,t,s)}}class hi extends i{async get(t,s){return new ve(this.session).go(this.pathParameters,t,s)}}class di extends c{async link(t,s){return new be(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Le(this.session).go(this.pathParameters,void 0,t)}}class mi extends c{contacts(){return new ti(this.getSession(),this.pathParameters)}neighbors(){return new si(this.getSession(),this.pathParameters)}qrCodes(){return new ei(this.getSession(),this.pathParameters)}neighborsDelete(){return new ri(this.getSession(),this.pathParameters)}history(){return new ai(this.getSession(),this.pathParameters)}url(t){return new ni(this.getSession(),s({},this.pathParameters,{url:t}))}neighbor(t){return new oi(this.getSession(),s({},this.pathParameters,{neighborId:t}))}scansExport(){return new ii(this.getSession(),this.pathParameters)}scansLocation(){return new ci(this.getSession(),this.pathParameters)}scans(){return new ui(this.getSession(),this.pathParameters)}usermedias(){return new hi(this.getSession(),this.pathParameters)}contact(t){return new di(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Ee(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Ae(this.session).go(this.pathParameters,t,s)}async update(t,s){return new fe(this.session).go(this.pathParameters,void 0,t,s)}}class pi extends i{async get(t,s){return new Ue(this.session).go(this.pathParameters,t,s)}}class Pi extends c{assets(){return new pi(this.getSession(),this.pathParameters)}}class gi extends c{async create(t){return new Me(this.session).go(this.pathParameters,void 0,t)}}class li extends c{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class Ni extends c{async get(t,s){return new Ge(this.session).go(this.pathParameters,t,s)}}class Si extends c{async create(t,s){return new Ve(this.session).go(this.pathParameters,void 0,t,s)}}class Ii extends c{async create(t,s){return new Fe(this.session).go(this.pathParameters,void 0,t,s)}}class Ei extends c{async get(t){return new qe(this.session).go(this.pathParameters,void 0,t)}}class wi extends c{async get(t){return new He(this.session).go(this.pathParameters,void 0,t)}}class Ai extends c{async get(t,s){return new Ye(this.session).go(this.pathParameters,t,s)}}class xi extends c{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class ki extends i{async get(t,s){return new Qe(this.session).go(this.pathParameters,t,s)}}class Ti extends i{async create(t,s){return new We(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}async get(t,s){return new Xe(this.session).go(this.pathParameters,t,s)}}class _i extends i{async get(t,s){return new $e(this.session).go(this.pathParameters,t,s)}}class Ci extends i{async create(t,s){return new Ze(this.session).go(this.pathParameters,void 0,t,s)}}class Oi extends i{async create(t,s){return new tr(this.session).go(this.pathParameters,void 0,t,s)}}class yi extends i{async get(t,s){return new sr(this.session).go(this.pathParameters,t,s)}}class Ri extends i{async get(t){return new er(this.session).go(this.pathParameters,void 0,t)}}class Di extends c{async link(t,s){return new rr(this.session).go(this.pathParameters,void 0,t,s)}}class vi extends c{consent(){return new Ti(this.getSession(),this.pathParameters)}assets(){return new _i(this.getSession(),this.pathParameters)}export(){return new Ci(this.getSession(),this.pathParameters)}scansExport(){return new Oi(this.getSession(),this.pathParameters)}scansLocation(){return new yi(this.getSession(),this.pathParameters)}scans(){return new Ri(this.getSession(),this.pathParameters)}scan(t){return new Di(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new Je(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ze(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ar(this.session).go(this.pathParameters,void 0,t,s)}}class bi extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class Li extends i{async create(t){return new ir(this.session).go(this.pathParameters,void 0,t)}}class fi extends c{locatorCollisions(){return new bi(this.getSession(),this.pathParameters)}retry(){return new Li(this.getSession(),this.pathParameters)}async delete(t){return new or(this.session).go(this.pathParameters,void 0,t)}}class Ui extends i{async create(t){return new ur(this.session).go(this.pathParameters,void 0,t)}}class Mi extends c{validate(){return new Ui(this.getSession(),this.pathParameters)}}class ji extends i{async create(t){return new hr(this.session).go(this.pathParameters,void 0,t)}}class Gi extends c{users(){return new ji(this.getSession(),this.pathParameters)}async delete(t){return new dr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new mr(this.session).go(this.pathParameters,void 0,t)}}class Vi extends c{async delete(t){return new pr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new gr(this.session).go(this.pathParameters,void 0,t)}}class Fi extends c{async delete(t){return new Pr(this.session).go(this.pathParameters,void 0,t)}async invoke(t){return new lr(this.session).go(this.pathParameters,void 0,t)}}class qi extends i{async update(t,s){return new Nr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ir(this.session).go(this.pathParameters,t,s)}}class Hi extends c{assets(){return new qi(this.getSession(),this.pathParameters)}async delete(t,s){return new Sr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Er(this.session).go(this.pathParameters,void 0,t,s)}}class Yi extends i{async create(t,s){return new wr(this.session).go(this.pathParameters,void 0,t,s)}}class Bi extends i{async get(t){return new Ar(this.session).go(this.pathParameters,void 0,t)}}class Qi extends c{async create(t){return new xr(this.session).go(this.pathParameters,void 0,t)}}class Wi extends i{async create(t,s){return new kr(this.session).go(this.pathParameters,void 0,t,s)}}class Ki extends i{async create(t,s){return new Tr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Kr(this.session).go(this.pathParameters,t,s)}}class Ji extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}}class $i extends i{async create(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Xi extends i{async create(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Wr(this.session).go(this.pathParameters,t,s)}}class zi extends i{async create(t,s){return new yr(this.session).go(this.pathParameters,void 0,t,s)}}class Zi extends i{async create(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ta(this.session).go(this.pathParameters,t,s)}}class tc extends i{async create(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Gr(this.session).go(this.pathParameters,t,s)}}class sc extends i{async create(t,s){return new vr(this.session).go(this.pathParameters,void 0,t,s)}}class ec extends i{async create(t,s){return new br(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new aa(this.session).go(this.pathParameters,t,s)}}class rc extends i{async create(t,s){return new Lr(this.session).go(this.pathParameters,void 0,t,s)}}class ac extends i{async create(t,s){return new fr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new da(this.session).go(this.pathParameters,t,s)}}class nc extends i{async create(t,s){return new Ur(this.session).go(this.pathParameters,void 0,t,s)}}class oc extends i{async create(t,s){return new Mr(this.session).go(this.pathParameters,void 0,t,s)}}class ic extends i{async create(t,s){return new jr(this.session).go(this.pathParameters,void 0,t,s)}}class cc extends c{async delete(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ha(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 uc extends i{async get(t,s){return new qr(this.session).go(this.pathParameters,t,s)}}class hc extends i{async get(t,s){return new Hr(this.session).go(this.pathParameters,t,s)}}class dc extends i{async get(t,s){return new Yr(this.session).go(this.pathParameters,t,s)}}class mc extends i{async create(t,s){return new Br(this.session).go(this.pathParameters,void 0,t,s)}}class pc extends i{async create(t,s){return new Qr(this.session).go(this.pathParameters,void 0,t,s)}}class Pc extends i{async get(t){return new Jr(this.session).go(this.pathParameters,void 0,t)}}class gc extends i{async get(t){return new $r(this.session).go(this.pathParameters,void 0,t)}}class lc extends i{async get(t,s){return new Xr(this.session).go(this.pathParameters,t,s)}}class Nc extends i{async get(t,s){return new zr(this.session).go(this.pathParameters,t,s)}}class Sc extends i{async create(t,s){return new Zr(this.session).go(this.pathParameters,void 0,t,s)}}class Ic extends i{async get(t,s){return new sa(this.session).go(this.pathParameters,t,s)}}class Ec extends i{async create(t,s){return new ra(this.session).go(this.pathParameters,void 0,t,s)}}class wc extends i{async get(t,s){return new na(this.session).go(this.pathParameters,t,s)}}class Ac extends i{async create(t,s){return new oa(this.session).go(this.pathParameters,void 0,t,s)}}class xc extends i{async get(t,s){return new ia(this.session).go(this.pathParameters,t,s)}}class kc extends i{async get(t,s){return new ca(this.session).go(this.pathParameters,t,s)}}class Tc extends i{async get(t,s){return new ua(this.session).go(this.pathParameters,t,s)}}class _c extends i{async get(t,s){return new ma(this.session).go(this.pathParameters,t,s)}}class Cc extends i{async get(t,s){return new pa(this.session).go(this.pathParameters,t,s)}}class Oc extends c{customDomain(t){return new Qi(this.getSession(),s({},this.pathParameters,{customDomain:t}))}jobsAssetbatchvalidation(){return new Wi(this.getSession(),this.pathParameters)}assets(){return new Ki(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new Ji(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new $i(this.getSession(),this.pathParameters)}assetgraphs(){return new Xi(this.getSession(),this.pathParameters)}assetsBatch(){return new zi(this.getSession(),this.pathParameters)}contacts(){return new Zi(this.getSession(),this.pathParameters)}contactsBatch(){return new tc(this.getSession(),this.pathParameters)}print(){return new sc(this.getSession(),this.pathParameters)}qrCodes(){return new ec(this.getSession(),this.pathParameters)}selfqueueprint(){return new rc(this.getSession(),this.pathParameters)}smsTemplates(){return new ac(this.getSession(),this.pathParameters)}printJobs(){return new nc(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new oc(this.getSession(),this.pathParameters)}websessionsExport(){return new ic(this.getSession(),this.pathParameters)}smsTemplate(t){return new cc(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new uc(this.getSession(),this.pathParameters)}advancedContactsReport(){return new hc(this.getSession(),this.pathParameters)}advancedScansReport(){return new dc(this.getSession(),this.pathParameters)}export(){return new mc(this.getSession(),this.pathParameters)}assetsExport(){return new pc(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Pc(this.getSession(),this.pathParameters)}basicContactsReport(){return new gc(this.getSession(),this.pathParameters)}batch(){return new lc(this.getSession(),this.pathParameters)}consent(){return new Nc(this.getSession(),this.pathParameters)}contactsExport(){return new Sc(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Ic(this.getSession(),this.pathParameters)}exportQrCodesScans(){return new Ec(this.getSession(),this.pathParameters)}scansDayofweek(){return new wc(this.getSession(),this.pathParameters)}scansExport(){return new Ac(this.getSession(),this.pathParameters)}scansTimeofday(){return new xc(this.getSession(),this.pathParameters)}scansTimeline(){return new kc(this.getSession(),this.pathParameters)}scans(){return new Tc(this.getSession(),this.pathParameters)}usermedias(){return new _c(this.getSession(),this.pathParameters)}websessionsTimeline(){return new Cc(this.getSession(),this.pathParameters)}async delete(t){return new Vr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ea(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 yc extends c{async get(t){return new la(this.session).go(this.pathParameters,void 0,t)}}class Rc extends c{async get(t){return new Na(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Sa(this.session).go(this.pathParameters,void 0,t,s)}}class Dc extends i{async create(t,s){return new Ia(this.session).go(this.pathParameters,void 0,t,s)}async get(t){return new Aa(this.session).go(this.pathParameters,void 0,t)}}class vc extends c{async delete(t){return new Ea(this.session).go(this.pathParameters,void 0,t)}}class bc extends c{links(){return new Dc(this.getSession(),this.pathParameters)}link(t){return new vc(this.getSession(),s({},this.pathParameters,{link:t}))}async delete(t){return new wa(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new xa(this.session).go(this.pathParameters,t,s)}async update(t,s){return new ka(this.session).go(this.pathParameters,void 0,t,s)}}class Lc extends i{async create(t,s){return new Ta(this.session).go(this.pathParameters,void 0,t,s)}}class fc extends i{async send(t,s){return new Oa(this.session).go(this.pathParameters,void 0,t,s)}}class Uc extends i{async send(t,s){return new ya(this.session).go(this.pathParameters,void 0,t,s)}}class Mc extends i{async update(t,s){return new Ra(this.session).go(this.pathParameters,void 0,t,s)}}class jc extends c{contacts(){return new Lc(this.getSession(),this.pathParameters)}email(){return new fc(this.getSession(),this.pathParameters)}sms(){return new Uc(this.getSession(),this.pathParameters)}customAttribute(){return new Mc(this.getSession(),this.pathParameters)}async get(t,s){return new _a(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ca(this.session).go(this.pathParameters,void 0,t,s)}}class Gc extends c{async delete(t){return new Da(this.session).go(this.pathParameters,void 0,t)}async get(t){return new La(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ma(this.session).go(this.pathParameters,void 0,t,s)}}class Vc extends c{async delete(t){return new va(this.session).go(this.pathParameters,void 0,t)}async get(t){return new fa(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ja(this.session).go(this.pathParameters,void 0,t,s)}}class Fc extends c{async delete(t){return new ba(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ua(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 qc extends i{async create(t,s){return new Va(this.session).go(this.pathParameters,void 0,t,s)}}class Hc extends c{async link(t,s){return new Ja(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Qa(this.session).go(this.pathParameters,void 0,t)}}class Yc extends c{async link(t){return new Ha(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Wa(this.session).go(this.pathParameters,void 0,t)}}class Bc extends c{async link(t){return new Ya(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Ka(this.session).go(this.pathParameters,void 0,t)}}class Qc extends c{multipart(){return new qc(this.getSession(),this.pathParameters)}asset(t){return new Hc(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new Yc(this.getSession(),s({},this.pathParameters,{projectId:t}))}scan(t){return new Bc(this.getSession(),s({},this.pathParameters,{scanId:t}))}async get(t){return new Fa(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new $a(this.session).go(this.pathParameters,void 0,t,s)}}class Wc extends i{async get(t){return new Xa(this.session).go(this.pathParameters,void 0,t)}}class Kc extends i{async create(t,s){return new za(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Za(this.session).go(this.pathParameters,t,s)}}class Jc extends i{async get(t,s){return new tn(this.session).go(this.pathParameters,t,s)}}class $c extends i{async get(t,s){return new sn(this.session).go(this.pathParameters,t,s)}}class Xc extends i{async get(t){return new rn(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new an(this.session).go(this.pathParameters,void 0,t,s)}}class zc extends c{settings(){return new Xc(this.getSession(),this.pathParameters)}}class Zc extends c{accounts(){return new Kc(this.getSession(),this.pathParameters)}errors(){return new Jc(this.getSession(),this.pathParameters)}invitations(){return new $c(this.getSession(),this.pathParameters)}path(t){return new zc(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new en(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new nn(this.session).go(this.pathParameters,void 0,t,s)}}class tu extends i{async create(t){return new on(this.session).go(this.pathParameters,void 0,t)}}class su extends i{async create(t,s){return new cn(this.session).go(this.pathParameters,void 0,t,s)}}class eu extends i{async create(t){return new un(this.session).go(this.pathParameters,void 0,t)}}class ru extends i{async create(t,s){return new hn(this.session).go(this.pathParameters,void 0,t,s)}}class au extends i{async create(t,s){return new dn(this.session).go(this.pathParameters,void 0,t,s)}}class nu extends c{sessionactions(){return new au(this.getSession(),this.pathParameters)}async get(t,s){return new mn(this.session).go(this.pathParameters,t,s)}async update(t,s){return new pn(this.session).go(this.pathParameters,void 0,t,s)}}class ou extends i{async create(t,s){return new Pn(this.session).go(this.pathParameters,void 0,t,s)}}class iu extends i{async get(t){return new En(this.session).go(this.pathParameters,void 0,t)}async create(t){return new In(this.session).go(this.pathParameters,void 0,t)}}class cu extends i{async get(t,s){return new ln(this.session).go(this.pathParameters,t,s)}}class uu extends i{async get(t,s){return new Nn(this.session).go(this.pathParameters,t,s)}}class hu extends i{async create(t,s){return new Sn(this.session).go(this.pathParameters,void 0,t,s)}}class du extends i{async create(t){return new wn(this.session).go(this.pathParameters,void 0,t)}}class mu extends i{async resend(t,s){return new An(this.session).go(this.pathParameters,void 0,t,s)}}class pu extends i{async reset(t,s){return new xn(this.session).go(this.pathParameters,void 0,t,s)}}class Pu extends i{async create(t){return new kn(this.session).go(this.pathParameters,void 0,t)}}class gu extends c{samlAcs(){return new Pu(this.getSession(),this.pathParameters)}async get(t){return new Tn(this.session).go(this.pathParameters,void 0,t)}}class lu extends i{account(t){return new jo(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new Vo(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new Ho(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new Yo(this.getSession(),this.pathParameters)}appsPublished(){return new Bo(this.getSession(),this.pathParameters)}appsAccount(t){return new Wo(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assetgraph(t){return new Ko(this.getSession(),s({},this.pathParameters,{assetGraphId:t}))}assettype(t){return new Zo(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new mi(this.getSession(),s({},this.pathParameters,{assetId:t}))}batch(t){return new Pi(this.getSession(),s({},this.pathParameters,{batchId:t}))}billingCancelDowngrade(t){return new gi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new li(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new Ni(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new Si(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Ii(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new Ei(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new wi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Ai(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new xi(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new ki(this.getSession(),this.pathParameters)}contact(t){return new vi(this.getSession(),s({},this.pathParameters,{contactId:t}))}customdomain(t){return new fi(this.getSession(),s({},this.pathParameters,{customDomain:t}))}file(t){return new Mi(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new Gi(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new Vi(this.getSession(),s({},this.pathParameters,{jobId:t}))}printJob(t){return new Fi(this.getSession(),s({},this.pathParameters,{printJobId:t}))}location(t){return new Hi(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new Yi(this.getSession(),this.pathParameters)}pricePlans(){return new Bi(this.getSession(),this.pathParameters)}project(t){return new Oc(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelink(t){return new yc(this.getSession(),s({},this.pathParameters,{qrCodeLink:t}))}qrcodelogo(t){return new Rc(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new bc(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new jc(this.getSession(),s({},this.pathParameters,{scanId:t}))}printPageTemplate(t){return new Gc(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new Vc(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}stylingtemplate(t){return new Fc(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}usermedia(t){return new Qc(this.getSession(),s({},this.pathParameters,{mediaId:t}))}userroles(){return new Wc(this.getSession(),this.pathParameters)}user(t){return new Zc(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new tu(this.getSession(),this.pathParameters)}webhookExportJobResolution(){return new su(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new eu(this.getSession(),this.pathParameters)}webhookStripe(){return new ru(this.getSession(),this.pathParameters)}websession(t){return new nu(this.getSession(),s({},this.pathParameters,{sessionId:t}))}passwordAuthUser(){return new ou(this.getSession(),this.pathParameters)}authSession(){return new iu(this.getSession(),this.pathParameters)}authConfirm(){return new cu(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new uu(this.getSession(),this.pathParameters)}authUser(){return new hu(this.getSession(),this.pathParameters)}refreshAuthSession(){return new du(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new mu(this.getSession(),this.pathParameters)}resetAuthUser(){return new pu(this.getSession(),this.pathParameters)}companyAuthSso(t){return new gu(this.getSession(),s({},this.pathParameters,{companyName:t}))}}const Nu="internal-JG0adajZUHU";class Su{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 Iu extends lu{constructor(){super(new Su,{}),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=Nu,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||Nu;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||Nu;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||Nu;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 AccountDomainTypes,h as AccountSortingTypes,d as AccountStatus,m as AccountType,p as AccountUserRole,Ms as AdvanceStripeClockByAccountIdRequest,P as AssetByAssetTypeSortingTypes,g as AssetCreationFileTypes,l as AssetSortingTypes,N as AssetTypeSortingTypes,S as AssetTypeUsabilityState,xr as AssignDomainToProjectRequest,I as AuthMessageId,E as AuthTokenScope,w as AuthTypes,A as CampaignUseCaseCategory,Me as CancelDowngradeRequestRequest,je as CancelSubscriptionRequest,Pn as ChangePasswordRequest,Ge as ChangeSubscriptionPreviewRequest,Be as ChangeSubscriptionRequest,nr as CheckCustomLocatorKeyRangeRequest,gn as CheckSessionRequest,Et as CheckUrlSafetyByAccountIdRequest,Va as CompleteUserMediaMultipartUploadRequest,ie as ComposeAssetByAssetTypeRequest,Nn as ConfirmInvitedRequest,ln as ConfirmRequest,x as ConsentStatus,k as ConsentType,T as ContactAssetSortingTypes,_ as ContactSortingTypes,za as CreateAccountByUserIdRequest,wt as CreateApiKeyByAccountIdRequest,At as CreateAppRequest,kr as CreateAssetBatchValidationJobByProjectIdRequest,ce as CreateAssetByAssetTypeRequest,Tr as CreateAssetByProjectIdRequest,_r as CreateAssetCreationJobByProjectIdRequest,Cr as CreateAssetCreationPresignedUrlRequest,Or as CreateAssetGraphByProjectIdRequest,xt as CreateAssetTypeByAccountIdRequest,yr as CreateAssetsByProjectIdRequest,Us as CreateCampaignAccountByAccountIdRequest,We as CreateConsentByContactIdRequest,le as CreateContactByAssetIdRequest,Rr as CreateContactByProjectIdRequest,Ta as CreateContactByScanIdRequest,Dr as CreateContactsByProjectIdRequest,kt as CreateCustomDomainByAccountIdRequest,Tt as CreateImageUploadPresignedUrlRequest,_t as CreateInvitationByAccountIdRequest,Ct as CreateInvitationsByAccountIdRequest,Ia as CreateLinkByQrCodeRequest,Ot as CreateLocationByAccountIdRequest,Ne as CreateNeighborsByAssetIdRequest,vr as CreatePrintJobByProjectIdRequest,yt as CreatePrintPageTemplateByAccountIdRequest,Rt as CreatePrintStickerTemplateByAccountIdRequest,Dt as CreateProjectByAccountIdRequest,Se as CreateQrCodeByAssetIdRequest,br as CreateQrCodeByProjectIdRequest,vt as CreateQrCodeLogoByAccountRequest,bt as CreateQrCodeStylingTemplateByAccountRequest,Ie as CreateQrCodesByAssetIdRequest,Lt as CreateQueryableCustomAttributeRequest,ft as CreateSamlConfigurationRequest,Lr as CreateSelfQueuePrintJobByProjectIdRequest,dn as CreateSessionActionsRequest,Ve as CreateSetupIntentRequest,on as CreateSmsResponseRequest,fr as CreateSmsTemplateByProjectIdRequest,Ur as CreateTemplatedPrintJobByProjectIdRequest,Mr as CreateTemplatedPrintPreviewByProjectIdRequest,Ut as CreateTicketByAccountIdRequest,hr as CreateUserByInvitationIdRequest,Mt as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,jt as CreateUserMediaPresignedUrlByAccountIdRequest,Sn as CreateUserRequest,Gt as CreateWebSessionExportByAccountIdRequest,jr as CreateWebSessionExportByProjectIdRequest,ae as DeleteAssetGraphRequest,Ee as DeleteAssetRequest,ue as DeleteAssetTypeRequest,Ke as DeleteConsentByContactIdRequest,Je as DeleteContactRequest,Vt as DeleteContactsByAccountIdRequest,Gr as DeleteContactsByProjectIdRequest,or as DeleteCustomDomainRequest,dr as DeleteInvitationRequest,pr as DeleteJobRequest,Ea as DeleteLinkByQrCodeRequest,Sr as DeleteLocationRequest,we as DeleteNeighborsByAssetIdRequest,Pr as DeletePrintJobRequest,Da as DeletePrintPageTemplateRequest,va as DeletePrintStickerTemplateRequest,Vr as DeleteProjectRequest,wa as DeleteQrCodeRequest,ba as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,En as DeleteSessionRequest,Fr as DeleteSmsTemplateByProjectIdRequest,Ft as DeleteUserByAccountIdRequest,C as DomainStatus,Fe as DowngradePlanRequest,qt as EnablePluginByAccountIdRequest,O as EntitySources,cn as ExportJobResolutionRequest,y as FieldType,R as FilePurpose,D as FileStatus,It as GetAccountAccessDataRequest,Bt as GetAccountPluginPasswordRequest,Ht as GetAccountRequest,Za as GetAccountsByUserIdRequest,Qt as GetAdvancedAssetReportByAccountIdRequest,qr as GetAdvancedAssetReportByProjectIdRequest,Wt as GetAdvancedContactReportByAccountIdRequest,Hr as GetAdvancedContactReportByProjectIdRequest,Kt as GetAdvancedScanReportByAccountIdRequest,Yr as GetAdvancedScanReportByProjectIdRequest,Qe as GetAllAccountsRequest,Jt as GetAllAppsByAccountIdRequest,Br as GetAllExportsByProjectIdRequest,Ws as GetApiKeyRequest,Ks as GetApiKeySecretRequest,$t as GetApiKeysByAccountIdRequest,ee as GetAppAccountByAppAccountIdRequest,Xs as GetAppByAppIdRequest,zs as GetAppsRequest,Xt as GetAssetExportByAccountIdRequest,Qr as GetAssetExportByProjectIdRequest,ne as GetAssetGraphRequest,zt as GetAssetGraphsByAccountIdRequest,Wr as GetAssetGraphsByProjectIdRequest,xe as GetAssetHistoryRequest,Ae as GetAssetRequest,he as GetAssetTypeByAssetTypeIdRequest,de as GetAssetTypeCountAtLocationRequest,pe as GetAssetTypeCountsByLocationRequest,Zt as GetAssetTypesByAccountIdRequest,ts as GetAssetsByAccountIdRequest,me as GetAssetsByAssetTypeRequest,Ue as GetAssetsByBatchIdRequest,$e as GetAssetsByContactIdRequest,Ir as GetAssetsByLocationIdRequest,Kr as GetAssetsByProjectIdRequest,ss as GetBasicAssetReportByAccountIdRequest,Jr as GetBasicAssetReportByProjectIdRequest,es as GetBasicContactReportByAccountIdRequest,$r as GetBasicContactReportByProjectIdRequest,rs as GetBatchesByAccountIdRequest,Xr as GetBatchesByProjectIdRequest,qe as GetBillingDetailsRequest,as as GetConsentByAccountIdRequest,Xe as GetConsentByContactIdRequest,zr as GetConsentByProjectIdRequest,ns as GetContactExportByAccountIdRequest,Ze as GetContactExportByContactIdRequest,Zr as GetContactExportByProjectIdRequest,ze as GetContactRequest,os as GetContactsByAccountIdRequest,ke as GetContactsByAssetIdRequest,ta as GetContactsByProjectIdRequest,He as GetCurrentPeriodRequest,Yt as GetCustomDomainRequest,is as GetDecryptedKlaviyoKeyRequest,cs as GetDomainsByAccountIdRequest,tn as GetErrorsByUserIdRequest,Te as GetExternalNeighborScanCountByAssetIdRequest,cr as GetFileRequest,us as GetInstalledAppsByAccountIdRequest,mr as GetInvitationRequest,sn as GetInvitationsByUserIdRequest,Ye as GetInvoicesRequest,gr as GetJobRequest,hs as GetJobsByAccountIdRequest,Aa as GetLinksByQrCodeRequest,ds as GetLocationsByAccountIdRequest,re as GetMainAccountByAppAccountIdRequest,Fa as GetMediaRequest,ms as GetMostScannedAssetsByAccountIdRequest,sa as GetMostScannedAssetsByProjectIdRequest,_e as GetNeighborScanCountByAssetIdRequest,Ce as GetNeighborsByAssetIdRequest,ps as GetPluginsByAccountIdRequest,Ps as GetPricePlanByAccountIdRequest,Ar as GetPricePlansRequest,gs as GetPrintJobsByAccountIdRequest,La as GetPrintPageTemplateRequest,ls as GetPrintPageTemplatesByAccountIdRequest,fa as GetPrintStickerTemplateRequest,Ns as GetPrintStickerTemplatesByAccountIdRequest,ea as GetProjectByProjectIdRequest,Ss as GetProjectsByAccountIdRequest,Zs as GetPublishedAppsRequest,la as GetQrCodeLinkRequest,Na as GetQrCodeLogoByQrCodeLogoIdRequest,Is as GetQrCodeLogosByAccountIdRequest,xa as GetQrCodeRequest,ra as GetQrCodeScansExportByProjectIdRequest,Ua as GetQrCodeStylingTemplateByStylingTemplateIdRequest,ws as GetQrCodeStylingTemplatesByAccountIdRequest,As as GetQrCodesByAccountIdRequest,Oe as GetQrCodesByAssetIdRequest,aa as GetQrCodesByProjectIdRequest,Es as GetQrcodeScansExportByAccountIdRequest,xs as GetQueryableCustomAttributeRequest,ks as GetScanDayOfWeekByAccountIdRequest,na as GetScanDayOfWeekByProjectIdRequest,Ts as GetScanExportByAccountIdRequest,ye as GetScanExportByAssetIdRequest,tr as GetScanExportByContactIdRequest,oa as GetScanExportByProjectIdRequest,Re as GetScanLocationDataByAssetIdRequest,sr as GetScanLocationDataByContactIdRequest,_a as GetScanRequest,_s as GetScanTimeOfDayByAccountIdRequest,ia as GetScanTimeOfDayByProjectIdRequest,Cs as GetScanTimelineByAccountIdRequest,ca as GetScanTimelineByProjectIdRequest,Os as GetScansByAccountIdRequest,De as GetScansByAssetIdRequest,er as GetScansByContactIdRequest,ua as GetScansByProjectIdRequest,In as GetSessionRequest,ha as GetSmsTemplateByProjectIdRequest,da as GetSmsTemplatesByProjectIdRequest,ys as GetUserByAccountIdRequest,Rs as GetUserMediasByAccountIdRequest,ve as GetUserMediasByAssetIdRequest,ma as GetUserMediasByProjectIdRequest,en as GetUserRequest,Xa as GetUserRolesRequest,rn as GetUserSettingsByUserIdRequest,Ds as GetUsersByAccountIdRequest,vs as GetUsersRolesByAccountIdRequest,mn as GetWebSessionRequest,bs as GetWebSessionsTimelineByAccountIdRequest,pa as GetWebSessionsTimelineByProjectIdRequest,Ls as InstallAppToAccountRequest,v as InternalProductName,b as InvoiceStatus,lr as InvokePrintJobByJobIdRequest,L as JobStatus,f as JobType,U as Label,be as LinkContactToAssetRequest,rr as LinkContactToScanRequest,qa as LinkMediaToAssetRequest,Ha as LinkMediaToProjectRequest,Ya as LinkMediaToScanRequest,Ba as LinkMediasRequest,te as LoadAppRequest,M as LocationSortingTypes,Iu as Openscreen,j as OpenscreenEmails,G as Permission,V as PluginNameTypes,F as PluginStatus,q as PricePlanName,H as PricePlanPaymentPeriod,Y as PricePlanReporting,B as PrintFormat,Q as PrintMode,W as PrintOrientation,K as PrintTemplate,J as PrintUnit,$ as ProjectSortingTypes,X as ProjectStatus,z as QrCodeCornerDotTypes,Z as QrCodeCornerSquareTypes,tt as QrCodeDotTypes,st as QrCodeDynamicRedirectType,et as QrCodeErrorCorrectionLevel,rt as QrCodeGradientTypes,at as QrCodeIntentType,nt as QrCodeLocatorKeyType,ot as QrCodeSortingTypes,it as QrCodeStatus,ct as QrCodeType,ut as QueryConditions,wn as RefreshSessionRequest,An as ResendConfirmationRequest,Js as ResetApiKeySecretRequest,xn as ResetPasswordRequest,fs as RetrieveCampaignStatusByAccountIdRequest,ir as RetryCustomDomainRequest,kn as SamlAcsRequest,Ca as SaveGeolocationByScanIdRequest,ht as ScanTimelineOptions,ro as SdkAccountAdvancedAssetsReportResources,ao as SdkAccountAdvancedContactsReportResources,no as SdkAccountAdvancedScansReportResources,Rn as SdkAccountApikeysResources,vo as SdkAccountAppInstallResources,bo as SdkAccountAppResource,Dn as SdkAccountAppsResources,co as SdkAccountAssetgraphsResources,io as SdkAccountAssetsExportResources,So as SdkAccountAssetsMostscannedResources,uo as SdkAccountAssetsResources,vn as SdkAccountAssettypesResources,ho as SdkAccountBasicAssetsReportResources,mo as SdkAccountBasicContactsReportResources,po as SdkAccountBatchResources,Lo as SdkAccountCampaignInformationResources,fo as SdkAccountClockResources,Po as SdkAccountConsentResources,Jn as SdkAccountContactsBatchResources,go as SdkAccountContactsExportResources,lo as SdkAccountContactsResources,eo as SdkAccountCustomDomainResource,so as SdkAccountCustomDomainTestResources,bn as SdkAccountCustomDomainsResources,Hn as SdkAccountCustomattributesResources,Uo as SdkAccountEngagePricePlanResources,Ao as SdkAccountExportQrCodesScansResources,Ln as SdkAccountImageUploadResources,Un as SdkAccountInvitationsBatchResources,fn as SdkAccountInvitationsResources,No as SdkAccountJobsResources,Mn as SdkAccountLocationsResources,oo as SdkAccountOwnerAppsResources,Xn as SdkAccountPluginKlaviyoKeyResources,zn as SdkAccountPluginKlaviyoResources,$n as SdkAccountPluginPasswordResources,Zn as SdkAccountPluginRehrigResources,to as SdkAccountPluginResource,Io as SdkAccountPluginsResources,Eo as SdkAccountPricePlanResources,wo as SdkAccountPrintJobsResources,jn as SdkAccountPrintPageTemplatesResources,Gn as SdkAccountPrintStickerTemplatesResources,Vn as SdkAccountProjectsResources,xo as SdkAccountQrCodesResources,Fn as SdkAccountQrcodelogosResources,Mo as SdkAccountQrcodelogosUploadResources,jo as SdkAccountResource,Yn as SdkAccountSSOConfigurationResources,ko as SdkAccountScansDayofweekResources,To as SdkAccountScansExportResources,Oo as SdkAccountScansResources,Co as SdkAccountScansTimelineResources,_o as SdkAccountScansTimeofdayResources,qn as SdkAccountStylingtemplatesResources,yn as SdkAccountUrlSafetiesResources,_n as SdkAccountUserConfirmResources,On as SdkAccountUserResource,Cn as SdkAccountUserRolesResources,Wn as SdkAccountUsermediasPresignedurlResources,Qn as SdkAccountUsermediasPresignedurlmultipartResources,yo as SdkAccountUsermediasResources,Ro as SdkAccountUsersResources,Kn as SdkAccountWebsessionsExportResources,Do as SdkAccountWebsessionsTimelineResources,Bn as SdkAccountZendeskTicketResources,Vo as SdkApikeyResource,Go as SdkApikeySecretResources,Fo as SdkAppAccountLoadResources,qo as SdkAppAccountResource,Ho as SdkAppResource,Qo as SdkAppsAccountMainResources,Wo as SdkAppsAccountResource,Bo as SdkAppsPublishedResources,Yo as SdkAppsResources,di as SdkAssetContactResource,ti as SdkAssetContactsResources,ai as SdkAssetHistoryResources,oi as SdkAssetNeighborResource,ri as SdkAssetNeighborsDeleteResources,si as SdkAssetNeighborsResources,ei as SdkAssetQrCodesResources,mi as SdkAssetResource,ii as SdkAssetScansExportResources,ci as SdkAssetScansLocationResources,ui as SdkAssetScansResources,ni as SdkAssetUrlResource,hi as SdkAssetUsermediasResources,Ko as SdkAssetgraphResource,Jo as SdkAssettypeAssetResource,$o as SdkAssettypeAssetsResources,Xo as SdkAssettypeLocationResource,zo as SdkAssettypeLocationsResources,Zo as SdkAssettypeResource,cu as SdkAuthConfirmResources,iu as SdkAuthSessionResources,hu as SdkAuthUserResources,pi as SdkBatchAssetsResources,Pi as SdkBatchResource,gi as SdkBillingCancelDowngradeResource,li as SdkBillingCancelSubscriptionResource,wi as SdkBillingCurrentPeriodResource,Ei as SdkBillingDetailResource,Ii as SdkBillingDowngradePlanResource,Ai as SdkBillingInvoiceResource,Si as SdkBillingSetupIntentResource,xi as SdkBillingUpgradePlanResource,ki as SdkCareAccountsResources,gu as SdkCompanyAuthSsoResource,Pu as SdkCompanyAuthSsoSamlAcsResources,mu as SdkConfirmationAuthUserResources,_i as SdkContactAssetsResources,Ti as SdkContactConsentResources,Ci as SdkContactExportResources,vi as SdkContactResource,Di as SdkContactScanResource,Oi as SdkContactScansExportResources,yi as SdkContactScansLocationResources,Ri as SdkContactScansResources,bi as SdkCustomdomainLocatorCollisionsResources,fi as SdkCustomdomainResource,Li as SdkCustomdomainRetryResources,Mi as SdkFileResource,Ui as SdkFileValidateResources,Gi as SdkInvitationResource,ji as SdkInvitationUsersResources,uu as SdkInvitedAuthConfirmResources,Vi as SdkJobResource,qi as SdkLocationAssetsResources,Hi as SdkLocationResource,ou as SdkPasswordAuthUserResources,Bi as SdkPricePlansResources,Fi as SdkPrintJobResource,Gc as SdkPrintPageTemplateResource,Vc as SdkPrintStickerTemplateResource,uc as SdkProjectAdvancedAssetsReportResources,hc as SdkProjectAdvancedContactsReportResources,dc as SdkProjectAdvancedScansReportResources,Xi as SdkProjectAssetgraphsResources,zi as SdkProjectAssetsBatchResources,pc as SdkProjectAssetsExportResources,Ic as SdkProjectAssetsMostscannedResources,Ki as SdkProjectAssetsResources,Pc as SdkProjectBasicAssetsReportResources,gc as SdkProjectBasicContactsReportResources,lc as SdkProjectBatchResources,Nc as SdkProjectConsentResources,tc as SdkProjectContactsBatchResources,Sc as SdkProjectContactsExportResources,Zi as SdkProjectContactsResources,Qi as SdkProjectCustomDomainResource,Ec as SdkProjectExportQrCodesScansResources,mc as SdkProjectExportResources,Ji as SdkProjectJobsAssetbatchResources,Wi as SdkProjectJobsAssetbatchvalidationResources,$i as SdkProjectPresignedurlJobsAssetbatchResources,nc as SdkProjectPrintJobsResources,sc as SdkProjectPrintResources,ec as SdkProjectQrCodesResources,Oc as SdkProjectResource,wc as SdkProjectScansDayofweekResources,Ac as SdkProjectScansExportResources,Tc as SdkProjectScansResources,kc as SdkProjectScansTimelineResources,xc as SdkProjectScansTimeofdayResources,rc as SdkProjectSelfqueueprintResources,cc as SdkProjectSmsTemplateResource,ac as SdkProjectSmsTemplatesResources,oc as SdkProjectTemplatedPrintPreviewResources,_c as SdkProjectUsermediasResources,ic as SdkProjectWebsessionsExportResources,Cc as SdkProjectWebsessionsTimelineResources,vc as SdkQrCodeLinkResource,Dc as SdkQrCodeLinksResources,bc as SdkQrCodeResource,yc as SdkQrcodelinkResource,Rc as SdkQrcodelogoResource,du as SdkRefreshAuthSessionResources,pu as SdkResetAuthUserResources,lu as SdkResources,Lc as SdkScanContactsResources,Mc as SdkScanCustomAttributeResources,fc as SdkScanEmailResources,jc as SdkScanResource,Uc as SdkScanSmsResources,Fc as SdkStylingtemplateResource,Yi as SdkSupportResources,Ni as SdkUpgradePlanBillingPreviewResource,Kc as SdkUserAccountsResources,Jc as SdkUserErrorsResources,$c as SdkUserInvitationsResources,zc as SdkUserPathResource,Xc as SdkUserPathSettingsResources,Zc as SdkUserResource,Hc as SdkUsermediaAssetResource,qc as SdkUsermediaMultipartResources,Yc as SdkUsermediaProjectResource,Qc as SdkUsermediaResource,Bc as SdkUsermediaScanResource,Wc as SdkUserrolesResources,su as SdkWebhookExportJobResolutionResources,tu as SdkWebhookSmsResources,eu as SdkWebhookSmsStatusResources,ru as SdkWebhookStripeResources,nu as SdkWebsessionResource,au as SdkWebsessionSessionactionsResources,Oa as SendEmailByScanIdRequest,ya as SendSmsByScanIdRequest,wr as SendSupportEmailRequest,an as SetUserSettingsByUserIdRequest,Tn as SignOnRequest,un as SmsStatusUpdateRequest,dt as StickerShape,hn as StripeEventRequest,mt as TagActions,pt as TagStates,js as TestDomainConnectionRequest,Le as UnlinkContactToAssetRequest,Qa as UnlinkMediaToAssetRequest,Wa as UnlinkMediaToProjectRequest,Ka as UnlinkMediaToScanRequest,Ja as UnlinkMediasRequest,Gs as UpdateAccountRequest,$s as UpdateApiKeyRequest,se as UpdateAppByAppIdRequest,oe as UpdateAssetGraphRequest,fe as UpdateAssetRequest,ge as UpdateAssetTypeCountAtLocationRequest,Pe as UpdateAssetTypeRequest,Nr as UpdateAssetsLocationsRequest,ar as UpdateContactRequest,Fs as UpdateEngagePricePlanRequest,Vs as UpdateKlaviyoAccountPluginRequest,Er as UpdateLocationRequest,$a as UpdateMediaRequest,qs as UpdatePricePlanByAccountIdRequest,Ma as UpdatePrintPageTemplateRequest,ja as UpdatePrintStickerTemplateRequest,Pa as UpdateProjectByProjectIdRequest,Sa as UpdateQrCodeLogoByQrCodeLogoIdRequest,ka as UpdateQrCodeRequest,Ga as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Hs as UpdateRehrigAccountPluginRequest,Ra as UpdateScanCustomAttributeRequest,ga as UpdateSmsTemplateRequest,Ys as UpdateUserByAccountIdRequest,nn as UpdateUserRequest,Bs as UpdateUsersRolesByAccountIdRequest,pn as UpdateWebSessionRequest,Qs as UploadQrCodeLogoByAccountRequest,Pt as UserCredentialsStatus,gt as UserGroups,lt as UserMediaFileTypes,Nt as UserMediaSortingTypes,St as UserSettingsDomain,ur 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,m,p,P,g,l,N,S,I,E,w,A,x,k,T,_,C,O,y,R,D,v,b,L,f,U,M,j,G,V,F,q,H,Y,B,Q,W,K,J,$,X,z,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht,dt,mt,pt,Pt,gt,lt,Nt,St;!function(t){t.ENGAGE_MICROSITE="ENGAGE_MICROSITE",t.QRCODE="QRCODE",t.TRACK_WORKFLOW="TRACK_WORKFLOW"}(u||(u={})),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"}(h||(h={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(d||(d={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(m||(m={})),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",t.READ_ONLY="READ_ONLY"}(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"}(P||(P={})),function(t){t.json="json",t.csv="csv"}(g||(g={})),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"}(l||(l={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(N||(N={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(S||(S={})),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",t.SSO_USER="SSO_USER"}(I||(I={})),function(t){t.API="API",t.SSO="SSO",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"}(E||(E={})),function(t){t.MICROSOFT="MICROSOFT"}(w||(w={})),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"}(x||(x={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(k||(k={})),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"}(_||(_={})),function(t){t.INITIATED="INITIATED",t.VERIFIED="VERIFIED",t.CERTIFICATE_REQUESTED="CERTIFICATE_REQUESTED",t.CERTIFICATE_VALIDATION_ADDED="CERTIFICATE_VALIDATION_ADDED",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"}(O||(O={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(y||(y={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(R||(R={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(D||(D={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(v||(v={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(b||(b={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(L||(L={})),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",t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN"}(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"}(U||(U={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(M||(M={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(j||(j={})),function(t){t.PLUGIN_CONFIGURATION="PLUGIN_CONFIGURATION",t.INDIVIDUAL_ACCOUNT_SETTINGS="INDIVIDUAL_ACCOUNT_SETTINGS",t.WORKFLOW_BUILDER="WORKFLOW_BUILDER",t.QR_CODE_AND_PRINT_STUDIO="QR_CODE_AND_PRINT_STUDIO",t.REPORTING_AND_ANALYTICS="REPORTING_AND_ANALYTICS",t.USER_MANAGEMENT="USER_MANAGEMENT",t.BILLING="BILLING"}(G||(G={})),function(t){t.ADMIN_PLUGIN="ADMIN_PLUGIN",t.REHRIG_VISION="REHRIG_VISION",t.HOTWIRE="HOTWIRE",t.GOOGLE_SHEET="GOOGLE_SHEET",t.CONDITIONAL_REDIRECT="CONDITIONAL_REDIRECT",t.GOOGLE_PLACES="GOOGLE_PLACES",t.REHRIG_BARRIE_ADDRESS_DYNAMO_DB="REHRIG_BARRIE_ADDRESS_DYNAMO_DB",t.GUND="GUND",t.KLAVIYO="KLAVIYO",t.REHRIG_VISION_TRACK="REHRIG_VISION_TRACK",t.STANFORD_RD="STANFORD_RD"}(V||(V={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(F||(F={})),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"}(q||(q={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(H||(H={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(Y||(Y={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(B||(B={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(Q||(Q={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(W||(W={})),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"}(K||(K={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(J||(J={})),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"}($||($={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(X||(X={})),function(t){t.dot="dot",t.square="square"}(z||(z={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(Z||(Z={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(tt||(tt={})),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"}(st||(st={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(et||(et={})),function(t){t.linear="linear",t.radial="radial"}(rt||(rt={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(at||(at={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(nt||(nt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(ot||(ot={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(it||(it={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(ct||(ct={})),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"}(ut||(ut={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(ht||(ht={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(dt||(dt={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(mt||(mt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(pt||(pt={})),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",t.CONFIRMED_SSO="CONFIRMED_SSO"}(Pt||(Pt={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(gt||(gt={})),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"}(lt||(lt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(Nt||(Nt={})),function(t){t.DASHBOARD="DASHBOARD"}(St||(St={}));class It extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}]}}class Et extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}]}}class wt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class At extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class kt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class Tt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"image/upload",sdkPartName:"imageUpload"}]}}class _t extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class Ot extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class yt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Rt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class bt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class ft extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"SSOConfiguration",sdkPartName:"SSOConfiguration"}]}}class Ut extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class Mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}]}}class jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}]}}class Gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}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 qt extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class Bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"password",sdkPartName:"password"}]}}class Qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Kt 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 $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class Xt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class as extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class ns extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo/key",sdkPartName:"klaviyoKey"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class ds extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"plugins",sdkPartName:"plugins"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Ss extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects/export",sdkPartName:"projectsExport"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class ws extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes/scans/export",sdkPartName:"exportQrCodesScans"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class _s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Ds extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class vs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}]}}class Ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class fs 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 Us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ms extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class js extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class Gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"},{routePart:"test",sdkPartName:"test"}]}}class Vs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Fs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}]}}class qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class Hs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Ys extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"rehrig",sdkPartName:"rehrig"}]}}class Bs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}]}}class Ws extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class Ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Js extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class $s extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class Xs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class zs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Zs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class te extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class se 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 ee extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class ne extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class ie extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class ce extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class he extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class me extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class ge extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class le extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class Ie extends o{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:"qrcodes",sdkPartName:"qrCodes"}]}}class we extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ae extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}]}}class xe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ke 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 _e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"url",routePart:"urls",sdkPartName:"url"}]}}class Ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}]}}class Oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class De extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class ve extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class be extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class fe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Ue extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Me extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class Ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Ve extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class Fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class He extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class Ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class Be extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class Qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class We extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class Ke extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Je extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class $e 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 ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class tr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class sr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class ar extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class nr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}]}}class ir extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}]}}class cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}]}}class ur extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class hr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class mr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Pr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class gr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Nr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class Sr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Ir extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class wr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ar extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class xr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class kr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class Tr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatchvalidation",sdkPartName:"jobsAssetbatchvalidation"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Or extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class yr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class vr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class Lr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class fr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Ur extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class Mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class jr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class Gr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}class Vr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class qr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Hr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Br extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Qr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"export",sdkPartName:"export"}]}}class Wr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class Kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class $r extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class zr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class Zr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class ta extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class sa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ea extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class ra extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class aa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrCodes/scans/export",sdkPartName:"exportQrCodesScans"}]}}class na extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class oa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class ia extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ca extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class ua extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class ha extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class da extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class ma extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class pa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Pa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class ga extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class la extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Na extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}]}}class Sa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Ia extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Ea extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class wa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}]}}class Aa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class xa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class ka extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Ta extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class _a extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ca extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Oa extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class ya extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Ra extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class Da extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class va extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class ba extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class La extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class fa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Ua extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Ma extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class ja extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Ga extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Va extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Fa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{routePart:"multipart",sdkPartName:"multipart"}]}}class qa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Ha extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Ya extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ba extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Qa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Wa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ka extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ja extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class $a extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Xa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class za extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Za extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"userroles",sdkPartName:"userroles"}]}}class tn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class sn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class en extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class rn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class an extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class nn 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 on 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 cn extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class un extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class hn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/export-job-resolution",sdkPartName:"webhookExportJobResolution"}]}}class dn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class mn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class pn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"},{routePart:"sessionactions",sdkPartName:"sessionactions"}]}}class Pn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}]}}class gn extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}]}}class ln extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class Nn extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Sn extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class In extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class En extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class wn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class An extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class xn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class kn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class Tn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class _n extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"},{routePart:"saml/acs",sdkPartName:"samlAcs"}]}}class Cn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"}]}}class On extends i{async get(t){return new It(this.session).go(this.pathParameters,void 0,t)}}class yn extends i{async get(t){return new bs(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 Rn extends c{confirm(){return new On(this.getSession(),this.pathParameters)}roles(){return new yn(this.getSession(),this.pathParameters)}async delete(t){return new Ft(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Rs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Bs(this.session).go(this.pathParameters,void 0,t,s)}}class Dn extends i{async create(t,s){return new Et(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class bn extends i{async create(t,s){return new At(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class Ln 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 fn extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cs(this.session).go(this.pathParameters,t,s)}}class Un extends i{async create(t,s){return new Tt(this.session).go(this.pathParameters,void 0,t,s)}}class Mn extends i{async create(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class jn extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}}class Gn extends i{async create(t,s){return new Ot(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ds(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new yt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ls(this.session).go(this.pathParameters,t,s)}}class Fn extends i{async create(t,s){return new Rt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ns(this.session).go(this.pathParameters,t,s)}}class qn extends i{async create(t,s){return new Dt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Is(this.session).go(this.pathParameters,t,s)}}class Hn extends i{async create(t,s){return new vt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Es(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new bt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new As(this.session).go(this.pathParameters,t,s)}}class Bn extends i{async create(t,s){return new Lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ks(this.session).go(this.pathParameters,t,s)}}class Qn extends i{async create(t,s){return new ft(this.session).go(this.pathParameters,void 0,t,s)}}class Wn extends i{async create(t,s){return new Ut(this.session).go(this.pathParameters,void 0,t,s)}}class Kn extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class Jn extends i{async create(t,s){return new jt(this.session).go(this.pathParameters,void 0,t,s)}}class $n extends i{async create(t,s){return new Gt(this.session).go(this.pathParameters,void 0,t,s)}}class Xn extends i{async delete(t,s){return new Vt(this.session).go(this.pathParameters,t,s)}}class zn extends i{async get(t){return new Bt(this.session).go(this.pathParameters,void 0,t)}}class Zn extends i{async get(t){return new is(this.session).go(this.pathParameters,void 0,t)}}class to extends i{async update(t,s){return new Fs(this.session).go(this.pathParameters,void 0,t,s)}}class so extends i{async update(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}}class eo extends c{password(){return new zn(this.getSession(),this.pathParameters)}klaviyoKey(){return new Zn(this.getSession(),this.pathParameters)}klaviyo(){return new to(this.getSession(),this.pathParameters)}rehrig(){return new so(this.getSession(),this.pathParameters)}async update(t){return new qt(this.session).go(this.pathParameters,void 0,t)}}class ro extends i{async update(t){return new Gs(this.session).go(this.pathParameters,void 0,t)}}class ao extends c{test(){return new ro(this.getSession(),this.pathParameters)}async get(t){return new Yt(this.session).go(this.pathParameters,void 0,t)}}class no extends i{async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class oo extends i{async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class io extends i{async get(t,s){return new Kt(this.session).go(this.pathParameters,t,s)}}class co extends i{async get(t,s){return new Jt(this.session).go(this.pathParameters,t,s)}}class uo extends i{async create(t,s){return new Xt(this.session).go(this.pathParameters,void 0,t,s)}}class ho extends i{async get(t,s){return new zt(this.session).go(this.pathParameters,t,s)}}class mo extends i{async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class po extends i{async get(t){return new ss(this.session).go(this.pathParameters,void 0,t)}}class Po extends i{async get(t){return new es(this.session).go(this.pathParameters,void 0,t)}}class go extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class lo extends i{async get(t,s){return new as(this.session).go(this.pathParameters,t,s)}}class No extends i{async create(t,s){return new ns(this.session).go(this.pathParameters,void 0,t,s)}}class So extends i{async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class Io extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async get(t,s){return new ms(this.session).go(this.pathParameters,t,s)}}class wo extends i{async get(t){return new ps(this.session).go(this.pathParameters,void 0,t)}}class Ao extends i{async get(t){return new Ps(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Hs(this.session).go(this.pathParameters,void 0,t,s)}}class xo extends i{async get(t,s){return new gs(this.session).go(this.pathParameters,t,s)}}class ko extends i{async create(t,s){return new Ss(this.session).go(this.pathParameters,void 0,t,s)}}class To extends i{async create(t,s){return new ws(this.session).go(this.pathParameters,void 0,t,s)}}class _o extends i{async get(t,s){return new xs(this.session).go(this.pathParameters,t,s)}}class Co extends i{async get(t,s){return new Ts(this.session).go(this.pathParameters,t,s)}}class Oo extends i{async create(t,s){return new _s(this.session).go(this.pathParameters,void 0,t,s)}}class yo extends i{async get(t,s){return new Cs(this.session).go(this.pathParameters,t,s)}}class Ro extends i{async get(t,s){return new Os(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new ys(this.session).go(this.pathParameters,t,s)}}class vo extends i{async get(t,s){return new Ds(this.session).go(this.pathParameters,t,s)}}class bo extends i{async get(t,s){return new vs(this.session).go(this.pathParameters,t,s)}}class Lo extends i{async get(t,s){return new Ls(this.session).go(this.pathParameters,t,s)}}class fo extends i{async create(t){return new fs(this.session).go(this.pathParameters,void 0,t)}}class Uo extends c{install(){return new fo(this.getSession(),this.pathParameters)}}class Mo extends i{async get(t){return new Us(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new Ms(this.session).go(this.pathParameters,void 0,t,s)}}class jo extends i{async create(t,s){return new js(this.session).go(this.pathParameters,void 0,t,s)}}class Go extends i{async update(t,s){return new qs(this.session).go(this.pathParameters,void 0,t,s)}}class Vo extends i{async create(t,s){return new Ws(this.session).go(this.pathParameters,void 0,t,s)}}class Fo extends c{user(t){return new Rn(this.getSession(),s({},this.pathParameters,{userId:t}))}urlSafeties(){return new Dn(this.getSession(),this.pathParameters)}apikeys(){return new vn(this.getSession(),this.pathParameters)}apps(){return new bn(this.getSession(),this.pathParameters)}assettypes(){return new Ln(this.getSession(),this.pathParameters)}customDomains(){return new fn(this.getSession(),this.pathParameters)}imageUpload(){return new Un(this.getSession(),this.pathParameters)}invitations(){return new Mn(this.getSession(),this.pathParameters)}invitationsBatch(){return new jn(this.getSession(),this.pathParameters)}locations(){return new Gn(this.getSession(),this.pathParameters)}printPageTemplates(){return new Vn(this.getSession(),this.pathParameters)}printStickerTemplates(){return new Fn(this.getSession(),this.pathParameters)}projects(){return new qn(this.getSession(),this.pathParameters)}qrcodelogos(){return new Hn(this.getSession(),this.pathParameters)}stylingtemplates(){return new Yn(this.getSession(),this.pathParameters)}customattributes(){return new Bn(this.getSession(),this.pathParameters)}SSOConfiguration(){return new Qn(this.getSession(),this.pathParameters)}zendeskTicket(){return new Wn(this.getSession(),this.pathParameters)}usermediasPresignedurlmultipart(){return new Kn(this.getSession(),this.pathParameters)}usermediasPresignedurl(){return new Jn(this.getSession(),this.pathParameters)}websessionsExport(){return new $n(this.getSession(),this.pathParameters)}contactsBatch(){return new Xn(this.getSession(),this.pathParameters)}plugin(t){return new eo(this.getSession(),s({},this.pathParameters,{pluginId:t}))}customDomain(t){return new ao(this.getSession(),s({},this.pathParameters,{customDomain:t}))}advancedAssetsReport(){return new no(this.getSession(),this.pathParameters)}advancedContactsReport(){return new oo(this.getSession(),this.pathParameters)}advancedScansReport(){return new io(this.getSession(),this.pathParameters)}ownerApps(){return new co(this.getSession(),this.pathParameters)}assetsExport(){return new uo(this.getSession(),this.pathParameters)}assetgraphs(){return new ho(this.getSession(),this.pathParameters)}assets(){return new mo(this.getSession(),this.pathParameters)}basicAssetsReport(){return new po(this.getSession(),this.pathParameters)}basicContactsReport(){return new Po(this.getSession(),this.pathParameters)}batch(){return new go(this.getSession(),this.pathParameters)}consent(){return new lo(this.getSession(),this.pathParameters)}contactsExport(){return new No(this.getSession(),this.pathParameters)}contacts(){return new So(this.getSession(),this.pathParameters)}jobs(){return new Io(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Eo(this.getSession(),this.pathParameters)}plugins(){return new wo(this.getSession(),this.pathParameters)}pricePlan(){return new Ao(this.getSession(),this.pathParameters)}printJobs(){return new xo(this.getSession(),this.pathParameters)}projectsExport(){return new ko(this.getSession(),this.pathParameters)}exportQrCodesScans(){return new To(this.getSession(),this.pathParameters)}qrCodes(){return new _o(this.getSession(),this.pathParameters)}scansDayofweek(){return new Co(this.getSession(),this.pathParameters)}scansExport(){return new Oo(this.getSession(),this.pathParameters)}scansTimeofday(){return new yo(this.getSession(),this.pathParameters)}scansTimeline(){return new Ro(this.getSession(),this.pathParameters)}scans(){return new Do(this.getSession(),this.pathParameters)}usermedias(){return new vo(this.getSession(),this.pathParameters)}users(){return new bo(this.getSession(),this.pathParameters)}websessionsTimeline(){return new Lo(this.getSession(),this.pathParameters)}app(t){return new Uo(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new Mo(this.getSession(),this.pathParameters)}clock(){return new jo(this.getSession(),this.pathParameters)}engagePricePlan(){return new Go(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new Vo(this.getSession(),this.pathParameters)}async get(t){return new Ht(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}}class qo extends i{async get(t){return new Js(this.session).go(this.pathParameters,void 0,t)}async update(t){return new $s(this.session).go(this.pathParameters,void 0,t)}}class Ho extends c{secret(){return new qo(this.getSession(),this.pathParameters)}async get(t){return new Ks(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 Yo extends i{async create(t){return new se(this.session).go(this.pathParameters,void 0,t)}}class Bo extends c{load(){return new Yo(this.getSession(),this.pathParameters)}}class Qo extends c{account(t){return new Bo(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new zs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ee(this.session).go(this.pathParameters,void 0,t,s)}}class Wo extends i{async get(t,s){return new Zs(this.session).go(this.pathParameters,t,s)}}class Ko extends i{async get(t,s){return new te(this.session).go(this.pathParameters,t,s)}}class Jo extends i{async get(t){return new ae(this.session).go(this.pathParameters,void 0,t)}}class $o extends c{main(){return new Jo(this.getSession(),this.pathParameters)}async get(t){return new re(this.session).go(this.pathParameters,void 0,t)}}class Xo extends c{async delete(t){return new ne(this.session).go(this.pathParameters,void 0,t)}async get(t){return new oe(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ie(this.session).go(this.pathParameters,void 0,t,s)}}class zo extends c{async compose(t,s){return new ce(this.session).go(this.pathParameters,void 0,t,s)}}class Zo extends i{async create(t,s){return new ue(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new pe(this.session).go(this.pathParameters,t,s)}}class ti extends c{async get(t){return new me(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new le(this.session).go(this.pathParameters,void 0,t,s)}}class si extends i{async get(t,s){return new Pe(this.session).go(this.pathParameters,t,s)}}class ei extends c{asset(t){return new zo(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new Zo(this.getSession(),this.pathParameters)}location(t){return new ti(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new si(this.getSession(),this.pathParameters)}async delete(t){return new he(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}async update(t,s){return new ge(this.session).go(this.pathParameters,void 0,t,s)}}class ri extends i{async create(t,s){return new Ne(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Te(this.session).go(this.pathParameters,t,s)}}class ai extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Oe(this.session).go(this.pathParameters,t,s)}}class ni extends i{async create(t,s){return new Ee(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ye(this.session).go(this.pathParameters,t,s)}}class oi extends i{async create(t,s){return new Ae(this.session).go(this.pathParameters,void 0,t,s)}}class ii extends i{async get(t,s){return new ke(this.session).go(this.pathParameters,t,s)}}class ci extends c{async get(t,s){return new _e(this.session).go(this.pathParameters,t,s)}}class ui extends c{async get(t,s){return new Ce(this.session).go(this.pathParameters,t,s)}}class hi extends i{async create(t,s){return new Re(this.session).go(this.pathParameters,void 0,t,s)}}class di extends i{async get(t,s){return new De(this.session).go(this.pathParameters,t,s)}}class mi extends i{async get(t,s){return new ve(this.session).go(this.pathParameters,t,s)}}class pi extends i{async get(t,s){return new be(this.session).go(this.pathParameters,t,s)}}class Pi extends c{async link(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new fe(this.session).go(this.pathParameters,void 0,t)}}class gi extends c{contacts(){return new ri(this.getSession(),this.pathParameters)}neighbors(){return new ai(this.getSession(),this.pathParameters)}qrCodes(){return new ni(this.getSession(),this.pathParameters)}neighborsDelete(){return new oi(this.getSession(),this.pathParameters)}history(){return new ii(this.getSession(),this.pathParameters)}url(t){return new ci(this.getSession(),s({},this.pathParameters,{url:t}))}neighbor(t){return new ui(this.getSession(),s({},this.pathParameters,{neighborId:t}))}scansExport(){return new hi(this.getSession(),this.pathParameters)}scansLocation(){return new di(this.getSession(),this.pathParameters)}scans(){return new mi(this.getSession(),this.pathParameters)}usermedias(){return new pi(this.getSession(),this.pathParameters)}contact(t){return new Pi(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new we(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new xe(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}}class li extends i{async get(t,s){return new Me(this.session).go(this.pathParameters,t,s)}}class Ni extends c{assets(){return new li(this.getSession(),this.pathParameters)}}class Si extends c{async create(t){return new je(this.session).go(this.pathParameters,void 0,t)}}class Ii extends c{async create(t,s){return new Ge(this.session).go(this.pathParameters,void 0,t,s)}}class Ei extends c{async get(t,s){return new Ve(this.session).go(this.pathParameters,t,s)}}class wi extends c{async create(t,s){return new Fe(this.session).go(this.pathParameters,void 0,t,s)}}class Ai extends c{async create(t,s){return new qe(this.session).go(this.pathParameters,void 0,t,s)}}class xi extends c{async get(t){return new He(this.session).go(this.pathParameters,void 0,t)}}class ki extends c{async get(t){return new Ye(this.session).go(this.pathParameters,void 0,t)}}class Ti extends c{async get(t,s){return new Be(this.session).go(this.pathParameters,t,s)}}class _i extends c{async create(t,s){return new Qe(this.session).go(this.pathParameters,void 0,t,s)}}class Ci extends i{async get(t,s){return new We(this.session).go(this.pathParameters,t,s)}}class Oi extends i{async create(t,s){return new Ke(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Je(this.session).go(this.pathParameters,t,s)}async get(t,s){return new ze(this.session).go(this.pathParameters,t,s)}}class yi extends i{async get(t,s){return new Xe(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 Di extends i{async create(t,s){return new sr(this.session).go(this.pathParameters,void 0,t,s)}}class vi extends i{async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class bi extends i{async get(t){return new rr(this.session).go(this.pathParameters,void 0,t)}}class Li extends c{async link(t,s){return new ar(this.session).go(this.pathParameters,void 0,t,s)}}class fi extends c{consent(){return new Oi(this.getSession(),this.pathParameters)}assets(){return new yi(this.getSession(),this.pathParameters)}export(){return new Ri(this.getSession(),this.pathParameters)}scansExport(){return new Di(this.getSession(),this.pathParameters)}scansLocation(){return new vi(this.getSession(),this.pathParameters)}scans(){return new bi(this.getSession(),this.pathParameters)}scan(t){return new Li(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new $e(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ze(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new nr(this.session).go(this.pathParameters,void 0,t,s)}}class Ui extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class Mi extends i{async create(t){return new cr(this.session).go(this.pathParameters,void 0,t)}}class ji extends c{locatorCollisions(){return new Ui(this.getSession(),this.pathParameters)}retry(){return new Mi(this.getSession(),this.pathParameters)}async delete(t){return new ir(this.session).go(this.pathParameters,void 0,t)}}class Gi extends i{async create(t){return new hr(this.session).go(this.pathParameters,void 0,t)}}class Vi extends c{validate(){return new Gi(this.getSession(),this.pathParameters)}}class Fi extends i{async create(t){return new dr(this.session).go(this.pathParameters,void 0,t)}}class qi extends c{users(){return new Fi(this.getSession(),this.pathParameters)}async delete(t){return new mr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new pr(this.session).go(this.pathParameters,void 0,t)}}class Hi 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)}}class Yi extends c{async delete(t){return new gr(this.session).go(this.pathParameters,void 0,t)}async invoke(t){return new Nr(this.session).go(this.pathParameters,void 0,t)}}class Bi extends i{async update(t,s){return new Sr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Er(this.session).go(this.pathParameters,t,s)}}class Qi extends c{assets(){return new Bi(this.getSession(),this.pathParameters)}async delete(t,s){return new Ir(this.session).go(this.pathParameters,t,s)}async update(t,s){return new wr(this.session).go(this.pathParameters,void 0,t,s)}}class Wi extends i{async create(t,s){return new Ar(this.session).go(this.pathParameters,void 0,t,s)}}class Ki extends i{async get(t){return new xr(this.session).go(this.pathParameters,void 0,t)}}class Ji extends c{async create(t){return new kr(this.session).go(this.pathParameters,void 0,t)}}class $i extends i{async create(t,s){return new Tr(this.session).go(this.pathParameters,void 0,t,s)}}class Xi extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Jr(this.session).go(this.pathParameters,t,s)}}class zi extends i{async create(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Zi extends i{async create(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}}class tc extends i{async create(t,s){return new yr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Kr(this.session).go(this.pathParameters,t,s)}}class sc extends i{async create(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class ec extends i{async create(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new sa(this.session).go(this.pathParameters,t,s)}}class rc extends i{async create(t,s){return new vr(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Vr(this.session).go(this.pathParameters,t,s)}}class ac extends i{async create(t,s){return new br(this.session).go(this.pathParameters,void 0,t,s)}}class nc extends i{async create(t,s){return new Lr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new na(this.session).go(this.pathParameters,t,s)}}class oc extends i{async create(t,s){return new fr(this.session).go(this.pathParameters,void 0,t,s)}}class ic extends i{async create(t,s){return new Ur(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ma(this.session).go(this.pathParameters,t,s)}}class cc extends i{async create(t,s){return new Mr(this.session).go(this.pathParameters,void 0,t,s)}}class uc extends i{async create(t,s){return new jr(this.session).go(this.pathParameters,void 0,t,s)}}class hc extends i{async create(t,s){return new Gr(this.session).go(this.pathParameters,void 0,t,s)}}class dc extends c{async delete(t){return new qr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new da(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new la(this.session).go(this.pathParameters,void 0,t,s)}}class mc extends i{async get(t,s){return new Hr(this.session).go(this.pathParameters,t,s)}}class pc extends i{async get(t,s){return new Yr(this.session).go(this.pathParameters,t,s)}}class Pc extends i{async get(t,s){return new Br(this.session).go(this.pathParameters,t,s)}}class gc extends i{async create(t,s){return new Qr(this.session).go(this.pathParameters,void 0,t,s)}}class lc extends i{async create(t,s){return new Wr(this.session).go(this.pathParameters,void 0,t,s)}}class Nc extends i{async get(t){return new $r(this.session).go(this.pathParameters,void 0,t)}}class Sc extends i{async get(t){return new Xr(this.session).go(this.pathParameters,void 0,t)}}class Ic extends i{async get(t,s){return new zr(this.session).go(this.pathParameters,t,s)}}class Ec extends i{async get(t,s){return new Zr(this.session).go(this.pathParameters,t,s)}}class wc extends i{async create(t,s){return new ta(this.session).go(this.pathParameters,void 0,t,s)}}class Ac extends i{async get(t,s){return new ea(this.session).go(this.pathParameters,t,s)}}class xc extends i{async create(t,s){return new aa(this.session).go(this.pathParameters,void 0,t,s)}}class kc extends i{async get(t,s){return new oa(this.session).go(this.pathParameters,t,s)}}class Tc extends i{async create(t,s){return new ia(this.session).go(this.pathParameters,void 0,t,s)}}class _c extends i{async get(t,s){return new ca(this.session).go(this.pathParameters,t,s)}}class Cc extends i{async get(t,s){return new ua(this.session).go(this.pathParameters,t,s)}}class Oc extends i{async get(t,s){return new ha(this.session).go(this.pathParameters,t,s)}}class yc extends i{async get(t,s){return new pa(this.session).go(this.pathParameters,t,s)}}class Rc extends i{async get(t,s){return new Pa(this.session).go(this.pathParameters,t,s)}}class Dc extends c{customDomain(t){return new Ji(this.getSession(),s({},this.pathParameters,{customDomain:t}))}jobsAssetbatchvalidation(){return new $i(this.getSession(),this.pathParameters)}assets(){return new Xi(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new zi(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new Zi(this.getSession(),this.pathParameters)}assetgraphs(){return new tc(this.getSession(),this.pathParameters)}assetsBatch(){return new sc(this.getSession(),this.pathParameters)}contacts(){return new ec(this.getSession(),this.pathParameters)}contactsBatch(){return new rc(this.getSession(),this.pathParameters)}print(){return new ac(this.getSession(),this.pathParameters)}qrCodes(){return new nc(this.getSession(),this.pathParameters)}selfqueueprint(){return new oc(this.getSession(),this.pathParameters)}smsTemplates(){return new ic(this.getSession(),this.pathParameters)}printJobs(){return new cc(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new uc(this.getSession(),this.pathParameters)}websessionsExport(){return new hc(this.getSession(),this.pathParameters)}smsTemplate(t){return new dc(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new mc(this.getSession(),this.pathParameters)}advancedContactsReport(){return new pc(this.getSession(),this.pathParameters)}advancedScansReport(){return new Pc(this.getSession(),this.pathParameters)}export(){return new gc(this.getSession(),this.pathParameters)}assetsExport(){return new lc(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Nc(this.getSession(),this.pathParameters)}basicContactsReport(){return new Sc(this.getSession(),this.pathParameters)}batch(){return new Ic(this.getSession(),this.pathParameters)}consent(){return new Ec(this.getSession(),this.pathParameters)}contactsExport(){return new wc(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Ac(this.getSession(),this.pathParameters)}exportQrCodesScans(){return new xc(this.getSession(),this.pathParameters)}scansDayofweek(){return new kc(this.getSession(),this.pathParameters)}scansExport(){return new Tc(this.getSession(),this.pathParameters)}scansTimeofday(){return new _c(this.getSession(),this.pathParameters)}scansTimeline(){return new Cc(this.getSession(),this.pathParameters)}scans(){return new Oc(this.getSession(),this.pathParameters)}usermedias(){return new yc(this.getSession(),this.pathParameters)}websessionsTimeline(){return new Rc(this.getSession(),this.pathParameters)}async delete(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ra(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 vc extends c{async get(t){return new Na(this.session).go(this.pathParameters,void 0,t)}}class bc extends c{async get(t){return new Sa(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ia(this.session).go(this.pathParameters,void 0,t,s)}}class Lc extends i{async create(t,s){return new Ea(this.session).go(this.pathParameters,void 0,t,s)}async get(t){return new xa(this.session).go(this.pathParameters,void 0,t)}}class fc extends c{async delete(t){return new wa(this.session).go(this.pathParameters,void 0,t)}}class Uc extends c{links(){return new Lc(this.getSession(),this.pathParameters)}link(t){return new fc(this.getSession(),s({},this.pathParameters,{link:t}))}async delete(t){return new Aa(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new ka(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ta(this.session).go(this.pathParameters,void 0,t,s)}}class Mc extends i{async create(t,s){return new _a(this.session).go(this.pathParameters,void 0,t,s)}}class jc extends i{async send(t,s){return new ya(this.session).go(this.pathParameters,void 0,t,s)}}class Gc extends i{async send(t,s){return new Ra(this.session).go(this.pathParameters,void 0,t,s)}}class Vc extends i{async update(t,s){return new Da(this.session).go(this.pathParameters,void 0,t,s)}}class Fc extends c{contacts(){return new Mc(this.getSession(),this.pathParameters)}email(){return new jc(this.getSession(),this.pathParameters)}sms(){return new Gc(this.getSession(),this.pathParameters)}customAttribute(){return new Vc(this.getSession(),this.pathParameters)}async get(t,s){return new Ca(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Oa(this.session).go(this.pathParameters,void 0,t,s)}}class qc extends c{async delete(t){return new va(this.session).go(this.pathParameters,void 0,t)}async get(t){return new fa(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ja(this.session).go(this.pathParameters,void 0,t,s)}}class Hc extends c{async delete(t){return new ba(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ua(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 Yc extends c{async delete(t){return new La(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ma(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Va(this.session).go(this.pathParameters,void 0,t,s)}}class Bc extends i{async create(t,s){return new Fa(this.session).go(this.pathParameters,void 0,t,s)}}class Qc extends c{async link(t,s){return new Xa(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Ka(this.session).go(this.pathParameters,void 0,t)}}class Wc extends c{async link(t){return new Ba(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Ja(this.session).go(this.pathParameters,void 0,t)}}class Kc extends c{async link(t){return new Qa(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new $a(this.session).go(this.pathParameters,void 0,t)}}class Jc extends c{multipart(){return new Bc(this.getSession(),this.pathParameters)}asset(t){return new Qc(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new Wc(this.getSession(),s({},this.pathParameters,{projectId:t}))}scan(t){return new Kc(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new qa(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ha(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new za(this.session).go(this.pathParameters,void 0,t,s)}}class $c extends i{async get(t){return new Za(this.session).go(this.pathParameters,void 0,t)}}class Xc extends i{async create(t,s){return new tn(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new sn(this.session).go(this.pathParameters,t,s)}}class zc extends i{async get(t,s){return new en(this.session).go(this.pathParameters,t,s)}}class Zc extends i{async get(t,s){return new rn(this.session).go(this.pathParameters,t,s)}}class tu extends i{async get(t){return new nn(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new on(this.session).go(this.pathParameters,void 0,t,s)}}class su extends c{settings(){return new tu(this.getSession(),this.pathParameters)}}class eu extends c{accounts(){return new Xc(this.getSession(),this.pathParameters)}errors(){return new zc(this.getSession(),this.pathParameters)}invitations(){return new Zc(this.getSession(),this.pathParameters)}path(t){return new su(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new an(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new cn(this.session).go(this.pathParameters,void 0,t,s)}}class ru extends i{async create(t){return new un(this.session).go(this.pathParameters,void 0,t)}}class au extends i{async create(t,s){return new hn(this.session).go(this.pathParameters,void 0,t,s)}}class nu extends i{async create(t){return new dn(this.session).go(this.pathParameters,void 0,t)}}class ou extends i{async create(t,s){return new mn(this.session).go(this.pathParameters,void 0,t,s)}}class iu extends i{async create(t,s){return new pn(this.session).go(this.pathParameters,void 0,t,s)}}class cu extends c{sessionactions(){return new iu(this.getSession(),this.pathParameters)}async get(t,s){return new Pn(this.session).go(this.pathParameters,t,s)}async update(t,s){return new gn(this.session).go(this.pathParameters,void 0,t,s)}}class uu extends i{async create(t,s){return new ln(this.session).go(this.pathParameters,void 0,t,s)}}class hu extends i{async get(t){return new An(this.session).go(this.pathParameters,void 0,t)}async create(t){return new wn(this.session).go(this.pathParameters,void 0,t)}}class du extends i{async get(t,s){return new Sn(this.session).go(this.pathParameters,t,s)}}class mu extends i{async get(t,s){return new In(this.session).go(this.pathParameters,t,s)}}class pu extends i{async create(t,s){return new En(this.session).go(this.pathParameters,void 0,t,s)}}class Pu extends i{async create(t){return new xn(this.session).go(this.pathParameters,void 0,t)}}class gu extends i{async resend(t,s){return new kn(this.session).go(this.pathParameters,void 0,t,s)}}class lu extends i{async reset(t,s){return new Tn(this.session).go(this.pathParameters,void 0,t,s)}}class Nu extends i{async create(t){return new _n(this.session).go(this.pathParameters,void 0,t)}}class Su extends c{samlAcs(){return new Nu(this.getSession(),this.pathParameters)}async get(t){return new Cn(this.session).go(this.pathParameters,void 0,t)}}class Iu extends i{account(t){return new Fo(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new Ho(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new Qo(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new Wo(this.getSession(),this.pathParameters)}appsPublished(){return new Ko(this.getSession(),this.pathParameters)}appsAccount(t){return new $o(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assetgraph(t){return new Xo(this.getSession(),s({},this.pathParameters,{assetGraphId:t}))}assettype(t){return new ei(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new gi(this.getSession(),s({},this.pathParameters,{assetId:t}))}batch(t){return new Ni(this.getSession(),s({},this.pathParameters,{batchId:t}))}billingCancelDowngrade(t){return new Si(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new Ii(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new Ei(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new wi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Ai(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new xi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new ki(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Ti(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new _i(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new Ci(this.getSession(),this.pathParameters)}contact(t){return new fi(this.getSession(),s({},this.pathParameters,{contactId:t}))}customdomain(t){return new ji(this.getSession(),s({},this.pathParameters,{customDomain:t}))}file(t){return new Vi(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new qi(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new Hi(this.getSession(),s({},this.pathParameters,{jobId:t}))}printJob(t){return new Yi(this.getSession(),s({},this.pathParameters,{printJobId:t}))}location(t){return new Qi(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new Wi(this.getSession(),this.pathParameters)}pricePlans(){return new Ki(this.getSession(),this.pathParameters)}project(t){return new Dc(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelink(t){return new vc(this.getSession(),s({},this.pathParameters,{qrCodeLink:t}))}qrcodelogo(t){return new bc(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new Uc(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new Fc(this.getSession(),s({},this.pathParameters,{scanId:t}))}printPageTemplate(t){return new qc(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new Hc(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}stylingtemplate(t){return new Yc(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}usermedia(t){return new Jc(this.getSession(),s({},this.pathParameters,{mediaId:t}))}userroles(){return new $c(this.getSession(),this.pathParameters)}user(t){return new eu(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new ru(this.getSession(),this.pathParameters)}webhookExportJobResolution(){return new au(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new nu(this.getSession(),this.pathParameters)}webhookStripe(){return new ou(this.getSession(),this.pathParameters)}websession(t){return new cu(this.getSession(),s({},this.pathParameters,{sessionId:t}))}passwordAuthUser(){return new uu(this.getSession(),this.pathParameters)}authSession(){return new hu(this.getSession(),this.pathParameters)}authConfirm(){return new du(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new mu(this.getSession(),this.pathParameters)}authUser(){return new pu(this.getSession(),this.pathParameters)}refreshAuthSession(){return new Pu(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new gu(this.getSession(),this.pathParameters)}resetAuthUser(){return new lu(this.getSession(),this.pathParameters)}companyAuthSso(t){return new Su(this.getSession(),s({},this.pathParameters,{companyName:t}))}}const Eu="internal-JG0adajZUHU";class wu{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 Au extends Iu{constructor(){super(new wu,{}),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=Eu,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||Eu;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||Eu;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||Eu;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 AccountDomainTypes,h as AccountSortingTypes,d as AccountStatus,m as AccountType,p as AccountUserRole,js as AdvanceStripeClockByAccountIdRequest,P as AssetByAssetTypeSortingTypes,g as AssetCreationFileTypes,l as AssetSortingTypes,N as AssetTypeSortingTypes,S as AssetTypeUsabilityState,kr as AssignDomainToProjectRequest,I as AuthMessageId,E as AuthTokenScope,w as AuthTypes,A as CampaignUseCaseCategory,je as CancelDowngradeRequestRequest,Ge as CancelSubscriptionRequest,ln as ChangePasswordRequest,Ve as ChangeSubscriptionPreviewRequest,Qe as ChangeSubscriptionRequest,or as CheckCustomLocatorKeyRangeRequest,Nn as CheckSessionRequest,Et as CheckUrlSafetyByAccountIdRequest,Fa as CompleteUserMediaMultipartUploadRequest,ce as ComposeAssetByAssetTypeRequest,In as ConfirmInvitedRequest,Sn as ConfirmRequest,x as ConsentStatus,k as ConsentType,T as ContactAssetSortingTypes,_ as ContactSortingTypes,tn as CreateAccountByUserIdRequest,wt as CreateApiKeyByAccountIdRequest,At as CreateAppRequest,Tr as CreateAssetBatchValidationJobByProjectIdRequest,ue as CreateAssetByAssetTypeRequest,_r as CreateAssetByProjectIdRequest,Cr as CreateAssetCreationJobByProjectIdRequest,Or as CreateAssetCreationPresignedUrlRequest,yr as CreateAssetGraphByProjectIdRequest,xt as CreateAssetTypeByAccountIdRequest,Rr as CreateAssetsByProjectIdRequest,Ms as CreateCampaignAccountByAccountIdRequest,Ke as CreateConsentByContactIdRequest,Ne as CreateContactByAssetIdRequest,Dr as CreateContactByProjectIdRequest,_a as CreateContactByScanIdRequest,vr as CreateContactsByProjectIdRequest,kt as CreateCustomDomainByAccountIdRequest,Tt as CreateImageUploadPresignedUrlRequest,_t as CreateInvitationByAccountIdRequest,Ct as CreateInvitationsByAccountIdRequest,Ea as CreateLinkByQrCodeRequest,Ot as CreateLocationByAccountIdRequest,Se as CreateNeighborsByAssetIdRequest,br as CreatePrintJobByProjectIdRequest,yt as CreatePrintPageTemplateByAccountIdRequest,Rt as CreatePrintStickerTemplateByAccountIdRequest,Dt as CreateProjectByAccountIdRequest,Ie as CreateQrCodeByAssetIdRequest,Lr as CreateQrCodeByProjectIdRequest,vt as CreateQrCodeLogoByAccountRequest,bt as CreateQrCodeStylingTemplateByAccountRequest,Ee as CreateQrCodesByAssetIdRequest,Lt as CreateQueryableCustomAttributeRequest,ft as CreateSamlConfigurationRequest,fr as CreateSelfQueuePrintJobByProjectIdRequest,pn as CreateSessionActionsRequest,Fe as CreateSetupIntentRequest,un as CreateSmsResponseRequest,Ur as CreateSmsTemplateByProjectIdRequest,Mr as CreateTemplatedPrintJobByProjectIdRequest,jr as CreateTemplatedPrintPreviewByProjectIdRequest,Ut as CreateTicketByAccountIdRequest,dr as CreateUserByInvitationIdRequest,Mt as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,jt as CreateUserMediaPresignedUrlByAccountIdRequest,En as CreateUserRequest,Gt as CreateWebSessionExportByAccountIdRequest,Gr as CreateWebSessionExportByProjectIdRequest,ne as DeleteAssetGraphRequest,we as DeleteAssetRequest,he as DeleteAssetTypeRequest,Je as DeleteConsentByContactIdRequest,$e as DeleteContactRequest,Vt as DeleteContactsByAccountIdRequest,Vr as DeleteContactsByProjectIdRequest,ir as DeleteCustomDomainRequest,mr as DeleteInvitationRequest,Pr as DeleteJobRequest,wa as DeleteLinkByQrCodeRequest,Ir as DeleteLocationRequest,qa as DeleteMediaRequest,Ae as DeleteNeighborsByAssetIdRequest,gr as DeletePrintJobRequest,va as DeletePrintPageTemplateRequest,ba as DeletePrintStickerTemplateRequest,Fr as DeleteProjectRequest,Aa as DeleteQrCodeRequest,La as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,An as DeleteSessionRequest,qr as DeleteSmsTemplateByProjectIdRequest,Ft as DeleteUserByAccountIdRequest,C as DomainStatus,qe as DowngradePlanRequest,qt as EnablePluginByAccountIdRequest,O as EntitySources,hn as ExportJobResolutionRequest,y as FieldType,R as FilePurpose,D as FileStatus,It as GetAccountAccessDataRequest,Bt as GetAccountPluginPasswordRequest,Ht as GetAccountRequest,sn as GetAccountsByUserIdRequest,Qt as GetAdvancedAssetReportByAccountIdRequest,Hr as GetAdvancedAssetReportByProjectIdRequest,Wt as GetAdvancedContactReportByAccountIdRequest,Yr as GetAdvancedContactReportByProjectIdRequest,Kt as GetAdvancedScanReportByAccountIdRequest,Br as GetAdvancedScanReportByProjectIdRequest,We as GetAllAccountsRequest,Jt as GetAllAppsByAccountIdRequest,Qr as GetAllExportsByProjectIdRequest,Ks as GetApiKeyRequest,Js as GetApiKeySecretRequest,$t as GetApiKeysByAccountIdRequest,re as GetAppAccountByAppAccountIdRequest,zs as GetAppByAppIdRequest,Zs as GetAppsRequest,Xt as GetAssetExportByAccountIdRequest,Wr as GetAssetExportByProjectIdRequest,oe as GetAssetGraphRequest,zt as GetAssetGraphsByAccountIdRequest,Kr as GetAssetGraphsByProjectIdRequest,ke as GetAssetHistoryRequest,xe as GetAssetRequest,de as GetAssetTypeByAssetTypeIdRequest,me as GetAssetTypeCountAtLocationRequest,Pe as GetAssetTypeCountsByLocationRequest,Zt as GetAssetTypesByAccountIdRequest,ts as GetAssetsByAccountIdRequest,pe as GetAssetsByAssetTypeRequest,Me as GetAssetsByBatchIdRequest,Xe as GetAssetsByContactIdRequest,Er as GetAssetsByLocationIdRequest,Jr as GetAssetsByProjectIdRequest,ss as GetBasicAssetReportByAccountIdRequest,$r as GetBasicAssetReportByProjectIdRequest,es as GetBasicContactReportByAccountIdRequest,Xr as GetBasicContactReportByProjectIdRequest,rs as GetBatchesByAccountIdRequest,zr as GetBatchesByProjectIdRequest,He as GetBillingDetailsRequest,as as GetConsentByAccountIdRequest,ze as GetConsentByContactIdRequest,Zr as GetConsentByProjectIdRequest,ns as GetContactExportByAccountIdRequest,tr as GetContactExportByContactIdRequest,ta as GetContactExportByProjectIdRequest,Ze as GetContactRequest,os as GetContactsByAccountIdRequest,Te as GetContactsByAssetIdRequest,sa as GetContactsByProjectIdRequest,Ye as GetCurrentPeriodRequest,Yt as GetCustomDomainRequest,is as GetDecryptedKlaviyoKeyRequest,cs as GetDomainsByAccountIdRequest,en as GetErrorsByUserIdRequest,_e as GetExternalNeighborScanCountByAssetIdRequest,ur as GetFileRequest,us as GetInstalledAppsByAccountIdRequest,pr as GetInvitationRequest,rn as GetInvitationsByUserIdRequest,Be as GetInvoicesRequest,lr as GetJobRequest,hs as GetJobsByAccountIdRequest,xa as GetLinksByQrCodeRequest,ds as GetLocationsByAccountIdRequest,ae as GetMainAccountByAppAccountIdRequest,Ha as GetMediaRequest,ms as GetMostScannedAssetsByAccountIdRequest,ea as GetMostScannedAssetsByProjectIdRequest,Ce as GetNeighborScanCountByAssetIdRequest,Oe as GetNeighborsByAssetIdRequest,ps as GetPluginsByAccountIdRequest,Ps as GetPricePlanByAccountIdRequest,xr as GetPricePlansRequest,gs as GetPrintJobsByAccountIdRequest,fa as GetPrintPageTemplateRequest,ls as GetPrintPageTemplatesByAccountIdRequest,Ua as GetPrintStickerTemplateRequest,Ns as GetPrintStickerTemplatesByAccountIdRequest,ra as GetProjectByProjectIdRequest,Ss as GetProjectExportByAccountIdRequest,Is as GetProjectsByAccountIdRequest,te as GetPublishedAppsRequest,Na as GetQrCodeLinkRequest,Sa as GetQrCodeLogoByQrCodeLogoIdRequest,Es as GetQrCodeLogosByAccountIdRequest,ka as GetQrCodeRequest,aa as GetQrCodeScansExportByProjectIdRequest,Ma as GetQrCodeStylingTemplateByStylingTemplateIdRequest,As as GetQrCodeStylingTemplatesByAccountIdRequest,xs as GetQrCodesByAccountIdRequest,ye as GetQrCodesByAssetIdRequest,na as GetQrCodesByProjectIdRequest,ws as GetQrcodeScansExportByAccountIdRequest,ks as GetQueryableCustomAttributeRequest,Ts as GetScanDayOfWeekByAccountIdRequest,oa as GetScanDayOfWeekByProjectIdRequest,_s as GetScanExportByAccountIdRequest,Re as GetScanExportByAssetIdRequest,sr as GetScanExportByContactIdRequest,ia as GetScanExportByProjectIdRequest,De as GetScanLocationDataByAssetIdRequest,er as GetScanLocationDataByContactIdRequest,Ca as GetScanRequest,Cs as GetScanTimeOfDayByAccountIdRequest,ca as GetScanTimeOfDayByProjectIdRequest,Os as GetScanTimelineByAccountIdRequest,ua as GetScanTimelineByProjectIdRequest,ys as GetScansByAccountIdRequest,ve as GetScansByAssetIdRequest,rr as GetScansByContactIdRequest,ha as GetScansByProjectIdRequest,wn as GetSessionRequest,da as GetSmsTemplateByProjectIdRequest,ma as GetSmsTemplatesByProjectIdRequest,Rs as GetUserByAccountIdRequest,Ds as GetUserMediasByAccountIdRequest,be as GetUserMediasByAssetIdRequest,pa as GetUserMediasByProjectIdRequest,an as GetUserRequest,Za as GetUserRolesRequest,nn as GetUserSettingsByUserIdRequest,vs as GetUsersByAccountIdRequest,bs as GetUsersRolesByAccountIdRequest,Pn as GetWebSessionRequest,Ls as GetWebSessionsTimelineByAccountIdRequest,Pa as GetWebSessionsTimelineByProjectIdRequest,fs as InstallAppToAccountRequest,v as InternalProductName,b as InvoiceStatus,Nr as InvokePrintJobByJobIdRequest,L as JobStatus,f as JobType,U as Label,Le as LinkContactToAssetRequest,ar as LinkContactToScanRequest,Ya as LinkMediaToAssetRequest,Ba as LinkMediaToProjectRequest,Qa as LinkMediaToScanRequest,Wa as LinkMediasRequest,se as LoadAppRequest,M as LocationSortingTypes,Au as Openscreen,j as OpenscreenEmails,G as Permission,V as PluginNameTypes,F as PluginStatus,q as PricePlanName,H as PricePlanPaymentPeriod,Y as PricePlanReporting,B as PrintFormat,Q as PrintMode,W as PrintOrientation,K as PrintTemplate,J as PrintUnit,$ as ProjectSortingTypes,X as ProjectStatus,z as QrCodeCornerDotTypes,Z as QrCodeCornerSquareTypes,tt as QrCodeDotTypes,st as QrCodeDynamicRedirectType,et as QrCodeErrorCorrectionLevel,rt as QrCodeGradientTypes,at as QrCodeIntentType,nt as QrCodeLocatorKeyType,ot as QrCodeSortingTypes,it as QrCodeStatus,ct as QrCodeType,ut as QueryConditions,xn as RefreshSessionRequest,kn as ResendConfirmationRequest,$s as ResetApiKeySecretRequest,Tn as ResetPasswordRequest,Us as RetrieveCampaignStatusByAccountIdRequest,cr as RetryCustomDomainRequest,_n as SamlAcsRequest,Oa as SaveGeolocationByScanIdRequest,ht as ScanTimelineOptions,no as SdkAccountAdvancedAssetsReportResources,oo as SdkAccountAdvancedContactsReportResources,io as SdkAccountAdvancedScansReportResources,vn as SdkAccountApikeysResources,fo as SdkAccountAppInstallResources,Uo as SdkAccountAppResource,bn as SdkAccountAppsResources,ho as SdkAccountAssetgraphsResources,uo as SdkAccountAssetsExportResources,Eo as SdkAccountAssetsMostscannedResources,mo as SdkAccountAssetsResources,Ln as SdkAccountAssettypesResources,po as SdkAccountBasicAssetsReportResources,Po as SdkAccountBasicContactsReportResources,go as SdkAccountBatchResources,Mo as SdkAccountCampaignInformationResources,jo as SdkAccountClockResources,lo as SdkAccountConsentResources,Xn as SdkAccountContactsBatchResources,No as SdkAccountContactsExportResources,So as SdkAccountContactsResources,ao as SdkAccountCustomDomainResource,ro as SdkAccountCustomDomainTestResources,fn as SdkAccountCustomDomainsResources,Bn as SdkAccountCustomattributesResources,Go as SdkAccountEngagePricePlanResources,To as SdkAccountExportQrCodesScansResources,Un as SdkAccountImageUploadResources,jn as SdkAccountInvitationsBatchResources,Mn as SdkAccountInvitationsResources,Io as SdkAccountJobsResources,Gn as SdkAccountLocationsResources,co as SdkAccountOwnerAppsResources,Zn as SdkAccountPluginKlaviyoKeyResources,to as SdkAccountPluginKlaviyoResources,zn as SdkAccountPluginPasswordResources,so as SdkAccountPluginRehrigResources,eo as SdkAccountPluginResource,wo as SdkAccountPluginsResources,Ao as SdkAccountPricePlanResources,xo as SdkAccountPrintJobsResources,Vn as SdkAccountPrintPageTemplatesResources,Fn as SdkAccountPrintStickerTemplatesResources,ko as SdkAccountProjectsExportResources,qn as SdkAccountProjectsResources,_o as SdkAccountQrCodesResources,Hn as SdkAccountQrcodelogosResources,Vo as SdkAccountQrcodelogosUploadResources,Fo as SdkAccountResource,Qn as SdkAccountSSOConfigurationResources,Co as SdkAccountScansDayofweekResources,Oo as SdkAccountScansExportResources,Do as SdkAccountScansResources,Ro as SdkAccountScansTimelineResources,yo as SdkAccountScansTimeofdayResources,Yn as SdkAccountStylingtemplatesResources,Dn as SdkAccountUrlSafetiesResources,On as SdkAccountUserConfirmResources,Rn as SdkAccountUserResource,yn as SdkAccountUserRolesResources,Jn as SdkAccountUsermediasPresignedurlResources,Kn as SdkAccountUsermediasPresignedurlmultipartResources,vo as SdkAccountUsermediasResources,bo as SdkAccountUsersResources,$n as SdkAccountWebsessionsExportResources,Lo as SdkAccountWebsessionsTimelineResources,Wn as SdkAccountZendeskTicketResources,Ho as SdkApikeyResource,qo as SdkApikeySecretResources,Yo as SdkAppAccountLoadResources,Bo as SdkAppAccountResource,Qo as SdkAppResource,Jo as SdkAppsAccountMainResources,$o as SdkAppsAccountResource,Ko as SdkAppsPublishedResources,Wo as SdkAppsResources,Pi as SdkAssetContactResource,ri as SdkAssetContactsResources,ii as SdkAssetHistoryResources,ui as SdkAssetNeighborResource,oi as SdkAssetNeighborsDeleteResources,ai as SdkAssetNeighborsResources,ni as SdkAssetQrCodesResources,gi as SdkAssetResource,hi as SdkAssetScansExportResources,di as SdkAssetScansLocationResources,mi as SdkAssetScansResources,ci as SdkAssetUrlResource,pi as SdkAssetUsermediasResources,Xo as SdkAssetgraphResource,zo as SdkAssettypeAssetResource,Zo as SdkAssettypeAssetsResources,ti as SdkAssettypeLocationResource,si as SdkAssettypeLocationsResources,ei as SdkAssettypeResource,du as SdkAuthConfirmResources,hu as SdkAuthSessionResources,pu as SdkAuthUserResources,li as SdkBatchAssetsResources,Ni as SdkBatchResource,Si as SdkBillingCancelDowngradeResource,Ii as SdkBillingCancelSubscriptionResource,ki as SdkBillingCurrentPeriodResource,xi as SdkBillingDetailResource,Ai as SdkBillingDowngradePlanResource,Ti as SdkBillingInvoiceResource,wi as SdkBillingSetupIntentResource,_i as SdkBillingUpgradePlanResource,Ci as SdkCareAccountsResources,Su as SdkCompanyAuthSsoResource,Nu as SdkCompanyAuthSsoSamlAcsResources,gu as SdkConfirmationAuthUserResources,yi as SdkContactAssetsResources,Oi as SdkContactConsentResources,Ri as SdkContactExportResources,fi as SdkContactResource,Li as SdkContactScanResource,Di as SdkContactScansExportResources,vi as SdkContactScansLocationResources,bi as SdkContactScansResources,Ui as SdkCustomdomainLocatorCollisionsResources,ji as SdkCustomdomainResource,Mi as SdkCustomdomainRetryResources,Vi as SdkFileResource,Gi as SdkFileValidateResources,qi as SdkInvitationResource,Fi as SdkInvitationUsersResources,mu as SdkInvitedAuthConfirmResources,Hi as SdkJobResource,Bi as SdkLocationAssetsResources,Qi as SdkLocationResource,uu as SdkPasswordAuthUserResources,Ki as SdkPricePlansResources,Yi as SdkPrintJobResource,qc as SdkPrintPageTemplateResource,Hc as SdkPrintStickerTemplateResource,mc as SdkProjectAdvancedAssetsReportResources,pc as SdkProjectAdvancedContactsReportResources,Pc as SdkProjectAdvancedScansReportResources,tc as SdkProjectAssetgraphsResources,sc as SdkProjectAssetsBatchResources,lc as SdkProjectAssetsExportResources,Ac as SdkProjectAssetsMostscannedResources,Xi as SdkProjectAssetsResources,Nc as SdkProjectBasicAssetsReportResources,Sc as SdkProjectBasicContactsReportResources,Ic as SdkProjectBatchResources,Ec as SdkProjectConsentResources,rc as SdkProjectContactsBatchResources,wc as SdkProjectContactsExportResources,ec as SdkProjectContactsResources,Ji as SdkProjectCustomDomainResource,xc as SdkProjectExportQrCodesScansResources,gc as SdkProjectExportResources,zi as SdkProjectJobsAssetbatchResources,$i as SdkProjectJobsAssetbatchvalidationResources,Zi as SdkProjectPresignedurlJobsAssetbatchResources,cc as SdkProjectPrintJobsResources,ac as SdkProjectPrintResources,nc as SdkProjectQrCodesResources,Dc as SdkProjectResource,kc as SdkProjectScansDayofweekResources,Tc as SdkProjectScansExportResources,Oc as SdkProjectScansResources,Cc as SdkProjectScansTimelineResources,_c as SdkProjectScansTimeofdayResources,oc as SdkProjectSelfqueueprintResources,dc as SdkProjectSmsTemplateResource,ic as SdkProjectSmsTemplatesResources,uc as SdkProjectTemplatedPrintPreviewResources,yc as SdkProjectUsermediasResources,hc as SdkProjectWebsessionsExportResources,Rc as SdkProjectWebsessionsTimelineResources,fc as SdkQrCodeLinkResource,Lc as SdkQrCodeLinksResources,Uc as SdkQrCodeResource,vc as SdkQrcodelinkResource,bc as SdkQrcodelogoResource,Pu as SdkRefreshAuthSessionResources,lu as SdkResetAuthUserResources,Iu as SdkResources,Mc as SdkScanContactsResources,Vc as SdkScanCustomAttributeResources,jc as SdkScanEmailResources,Fc as SdkScanResource,Gc as SdkScanSmsResources,Yc as SdkStylingtemplateResource,Wi as SdkSupportResources,Ei as SdkUpgradePlanBillingPreviewResource,Xc as SdkUserAccountsResources,zc as SdkUserErrorsResources,Zc as SdkUserInvitationsResources,su as SdkUserPathResource,tu as SdkUserPathSettingsResources,eu as SdkUserResource,Qc as SdkUsermediaAssetResource,Bc as SdkUsermediaMultipartResources,Wc as SdkUsermediaProjectResource,Jc as SdkUsermediaResource,Kc as SdkUsermediaScanResource,$c as SdkUserrolesResources,au as SdkWebhookExportJobResolutionResources,ru as SdkWebhookSmsResources,nu as SdkWebhookSmsStatusResources,ou as SdkWebhookStripeResources,cu as SdkWebsessionResource,iu as SdkWebsessionSessionactionsResources,ya as SendEmailByScanIdRequest,Ra as SendSmsByScanIdRequest,Ar as SendSupportEmailRequest,on as SetUserSettingsByUserIdRequest,Cn as SignOnRequest,dn as SmsStatusUpdateRequest,dt as StickerShape,mn as StripeEventRequest,mt as TagActions,pt as TagStates,Gs as TestDomainConnectionRequest,fe as UnlinkContactToAssetRequest,Ka as UnlinkMediaToAssetRequest,Ja as UnlinkMediaToProjectRequest,$a as UnlinkMediaToScanRequest,Xa as UnlinkMediasRequest,Vs as UpdateAccountRequest,Xs as UpdateApiKeyRequest,ee as UpdateAppByAppIdRequest,ie as UpdateAssetGraphRequest,Ue as UpdateAssetRequest,le as UpdateAssetTypeCountAtLocationRequest,ge as UpdateAssetTypeRequest,Sr as UpdateAssetsLocationsRequest,nr as UpdateContactRequest,qs as UpdateEngagePricePlanRequest,Fs as UpdateKlaviyoAccountPluginRequest,wr as UpdateLocationRequest,za as UpdateMediaRequest,Hs as UpdatePricePlanByAccountIdRequest,ja as UpdatePrintPageTemplateRequest,Ga as UpdatePrintStickerTemplateRequest,ga as UpdateProjectByProjectIdRequest,Ia as UpdateQrCodeLogoByQrCodeLogoIdRequest,Ta as UpdateQrCodeRequest,Va as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Ys as UpdateRehrigAccountPluginRequest,Da as UpdateScanCustomAttributeRequest,la as UpdateSmsTemplateRequest,Bs as UpdateUserByAccountIdRequest,cn as UpdateUserRequest,Qs as UpdateUsersRolesByAccountIdRequest,gn as UpdateWebSessionRequest,Ws as UploadQrCodeLogoByAccountRequest,Pt as UserCredentialsStatus,gt as UserGroups,lt as UserMediaFileTypes,Nt as UserMediaSortingTypes,St as UserSettingsDomain,hr as ValidateFileRequest};
2
2
  //# sourceMappingURL=index.modern.mjs.map