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