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