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