@openscreen/internal-sdk 2.0.7-beta.4 → 2.0.7-beta.6

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