@openscreen/internal-sdk 1.6.1 → 1.7.0
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 +110 -8
- 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,x,T,k,C,_,y,O,R,D,v,f,L,b,M,U,j,G,V,H,Y,F,q,B,Q,W,$,K,X,z,J,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"}(C||(C={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(_||(_={})),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"}(f||(f={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(L||(L={})),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.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"}(X||(X={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(J||(J={})),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 Ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class _t 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 ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Lt 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 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 Jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class as extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class ds 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 ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class ms extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ps extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class ls extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class Ns extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Ss extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Is extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class Es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class ws 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 Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ks 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 _s 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 ys extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class Ds extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class vs 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 Ls extends a{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"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class js extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Hs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Fs extends r{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"}]}}class Bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class $s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ks 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 Js extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Zs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class te extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class se extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}]}}class ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class oe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class ue extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class he extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class pe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class me extends r{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"}]}}class ge extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class le extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Ne extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ee extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class we 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 Te extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class ke 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 _e extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Oe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class De extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ve 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 Le extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Me extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class Ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class Ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class He extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class We extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint",sdkPartName:"templatedPrint"}]}}class $e extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class Ke 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 Je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class sr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ur extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class hr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class gr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class Nr extends a{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:"smstemplates",sdkPartName:"smsTemplates"}]}}class Ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Er extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class xr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Tr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class kr 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 _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Or extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class vr 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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class br extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Mr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Ur extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Gr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Vr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Hr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Yr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class qr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Qr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class $r extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Xr 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 zr 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 Jr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Zr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class ta extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class sa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class ea extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class ra extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class aa extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class na extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class oa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class ia extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ca extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ua extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class ha extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class da extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class pa 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 ma 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 Pa 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 ga extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class la extends i{async create(t,s){return new St(this.session).go(this.pathParameters,void 0,t,s)}}class Na 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 Sa 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 Ia 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 Ea extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Jt(this.session).go(this.pathParameters,t,s)}}class Aa extends i{async create(t,s){return new xt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Zt(this.session).go(this.pathParameters,t,s)}}class wa 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 xa extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new es(this.session).go(this.pathParameters,t,s)}}class Ta extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}}class ka extends i{async create(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class Ca extends i{async delete(t,s){return new yt(this.session).go(this.pathParameters,t,s)}}class _a extends c{async delete(t){return new Ot(this.session).go(this.pathParameters,void 0,t)}async get(t){return new cs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ss(this.session).go(this.pathParameters,void 0,t,s)}}class ya extends i{async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class Oa extends i{async get(t,s){return new vt(this.session).go(this.pathParameters,t,s)}}class Ra extends i{async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class Da extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class va extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class fa extends i{async get(t,s){return new jt(this.session).go(this.pathParameters,t,s)}}class La extends i{async get(t){return new Gt(this.session).go(this.pathParameters,void 0,t)}}class ba extends i{async get(t){return new Vt(this.session).go(this.pathParameters,void 0,t)}}class Ma extends i{async get(t,s){return new Ht(this.session).go(this.pathParameters,t,s)}}class Ua extends i{async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class ja extends i{async create(t,s){return new Ft(this.session).go(this.pathParameters,void 0,t,s)}}class Ga extends i{async get(t,s){return new qt(this.session).go(this.pathParameters,t,s)}}class Va extends i{async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class Ha extends i{async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class Ya extends i{async get(t){return new Kt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ns(this.session).go(this.pathParameters,void 0,t,s)}}class Fa extends i{async get(t,s){return new ss(this.session).go(this.pathParameters,t,s)}}class qa extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class Ba extends i{async create(t,s){return new as(this.session).go(this.pathParameters,void 0,t,s)}}class Qa extends i{async get(t,s){return new ns(this.session).go(this.pathParameters,t,s)}}class Wa extends i{async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class $a extends i{async get(t,s){return new is(this.session).go(this.pathParameters,t,s)}}class Ka extends i{async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class Xa extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class za extends i{async create(t){return new ds(this.session).go(this.pathParameters,void 0,t)}}class Ja extends c{install(){return new za(this.getSession(),this.pathParameters)}}class Za extends i{async get(t){return new ps(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new ms(this.session).go(this.pathParameters,void 0,t,s)}}class tn extends i{async create(t,s){return new Ps(this.session).go(this.pathParameters,void 0,t,s)}}class sn extends i{async update(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class en extends i{async create(t,s){return new Is(this.session).go(this.pathParameters,void 0,t,s)}}class rn extends c{apikeys(){return new pa(this.getSession(),this.pathParameters)}apps(){return new ma(this.getSession(),this.pathParameters)}assettypes(){return new Pa(this.getSession(),this.pathParameters)}invitations(){return new ga(this.getSession(),this.pathParameters)}invitationsBatch(){return new la(this.getSession(),this.pathParameters)}locations(){return new Na(this.getSession(),this.pathParameters)}printPageTemplates(){return new Sa(this.getSession(),this.pathParameters)}printStickerTemplates(){return new Ia(this.getSession(),this.pathParameters)}projects(){return new Ea(this.getSession(),this.pathParameters)}qrcodelogos(){return new Aa(this.getSession(),this.pathParameters)}stylingtemplates(){return new wa(this.getSession(),this.pathParameters)}customattributes(){return new xa(this.getSession(),this.pathParameters)}zendeskTicket(){return new Ta(this.getSession(),this.pathParameters)}usermediasPresignedurl(){return new ka(this.getSession(),this.pathParameters)}contactsBatch(){return new Ca(this.getSession(),this.pathParameters)}user(t){return new _a(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new ya(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Oa(this.getSession(),this.pathParameters)}advancedScansReport(){return new Ra(this.getSession(),this.pathParameters)}ownerApps(){return new Da(this.getSession(),this.pathParameters)}assetsExport(){return new va(this.getSession(),this.pathParameters)}assets(){return new fa(this.getSession(),this.pathParameters)}basicAssetsReport(){return new La(this.getSession(),this.pathParameters)}basicContactsReport(){return new ba(this.getSession(),this.pathParameters)}batch(){return new Ma(this.getSession(),this.pathParameters)}consent(){return new Ua(this.getSession(),this.pathParameters)}contactsExport(){return new ja(this.getSession(),this.pathParameters)}contacts(){return new Ga(this.getSession(),this.pathParameters)}jobs(){return new Va(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Ha(this.getSession(),this.pathParameters)}pricePlan(){return new Ya(this.getSession(),this.pathParameters)}qrCodes(){return new Fa(this.getSession(),this.pathParameters)}scansDayofweek(){return new qa(this.getSession(),this.pathParameters)}scansExport(){return new Ba(this.getSession(),this.pathParameters)}scansTimeofday(){return new Qa(this.getSession(),this.pathParameters)}scansTimeline(){return new Wa(this.getSession(),this.pathParameters)}scans(){return new $a(this.getSession(),this.pathParameters)}usermedias(){return new Ka(this.getSession(),this.pathParameters)}users(){return new Xa(this.getSession(),this.pathParameters)}app(t){return new Ja(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new Za(this.getSession(),this.pathParameters)}clock(){return new tn(this.getSession(),this.pathParameters)}engagePricePlan(){return new sn(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new en(this.getSession(),this.pathParameters)}async get(t){return new Rt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new gs(this.session).go(this.pathParameters,void 0,t,s)}}class an extends i{async get(t){return new As(this.session).go(this.pathParameters,void 0,t)}async update(t){return new ws(this.session).go(this.pathParameters,void 0,t)}}class nn extends c{secret(){return new an(this.getSession(),this.pathParameters)}async get(t){return new Es(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 on extends i{async create(t){return new _s(this.session).go(this.pathParameters,void 0,t)}}class cn extends c{load(){return new on(this.getSession(),this.pathParameters)}}class un extends c{account(t){return new cn(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new Ts(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ys(this.session).go(this.pathParameters,void 0,t,s)}}class hn extends i{async get(t,s){return new ks(this.session).go(this.pathParameters,t,s)}}class dn extends i{async get(t,s){return new Cs(this.session).go(this.pathParameters,t,s)}}class pn extends i{async get(t){return new Rs(this.session).go(this.pathParameters,void 0,t)}}class mn extends c{main(){return new pn(this.getSession(),this.pathParameters)}async get(t){return new Os(this.session).go(this.pathParameters,void 0,t)}}class Pn extends c{async compose(t,s){return new Ds(this.session).go(this.pathParameters,void 0,t,s)}}class gn extends i{async create(t,s){return new vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}}class ln extends c{async get(t){return new bs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Gs(this.session).go(this.pathParameters,void 0,t,s)}}class Nn extends i{async get(t,s){return new Us(this.session).go(this.pathParameters,t,s)}}class Sn extends c{asset(t){return new Pn(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new gn(this.getSession(),this.pathParameters)}location(t){return new ln(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new Nn(this.getSession(),this.pathParameters)}async delete(t){return new fs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Ls(this.session).go(this.pathParameters,t,s)}async update(t,s){return new js(this.session).go(this.pathParameters,void 0,t,s)}}class In extends i{async create(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qs(this.session).go(this.pathParameters,t,s)}}class En extends i{async create(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ws(this.session).go(this.pathParameters,t,s)}}class An extends i{async get(t,s){return new Bs(this.session).go(this.pathParameters,t,s)}}class wn extends i{async create(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class xn extends i{async get(t,s){return new Ks(this.session).go(this.pathParameters,t,s)}}class Tn extends i{async get(t,s){return new Xs(this.session).go(this.pathParameters,t,s)}}class kn extends i{async get(t,s){return new zs(this.session).go(this.pathParameters,t,s)}}class Cn extends c{async link(t,s){return new Js(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Zs(this.session).go(this.pathParameters,void 0,t)}}class _n extends c{contacts(){return new In(this.getSession(),this.pathParameters)}qrCodes(){return new En(this.getSession(),this.pathParameters)}history(){return new An(this.getSession(),this.pathParameters)}scansExport(){return new wn(this.getSession(),this.pathParameters)}scansLocation(){return new xn(this.getSession(),this.pathParameters)}scans(){return new Tn(this.getSession(),this.pathParameters)}usermedias(){return new kn(this.getSession(),this.pathParameters)}contact(t){return new Cn(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Fs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new qs(this.session).go(this.pathParameters,t,s)}async update(t,s){return new te(this.session).go(this.pathParameters,void 0,t,s)}}class yn extends i{async get(t,s){return new se(this.session).go(this.pathParameters,t,s)}}class On extends c{assets(){return new yn(this.getSession(),this.pathParameters)}}class Rn extends c{async create(t){return new ee(this.session).go(this.pathParameters,void 0,t)}}class Dn extends c{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends c{async get(t,s){return new ae(this.session).go(this.pathParameters,t,s)}}class fn extends c{async create(t,s){return new ne(this.session).go(this.pathParameters,void 0,t,s)}}class Ln extends c{async create(t,s){return new oe(this.session).go(this.pathParameters,void 0,t,s)}}class bn extends c{async get(t){return new ie(this.session).go(this.pathParameters,void 0,t)}}class Mn extends c{async get(t){return new ce(this.session).go(this.pathParameters,void 0,t)}}class Un extends c{async get(t,s){return new ue(this.session).go(this.pathParameters,t,s)}}class jn extends c{async create(t,s){return new he(this.session).go(this.pathParameters,void 0,t,s)}}class Gn extends i{async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new pe(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new me(this.session).go(this.pathParameters,t,s)}async get(t,s){return new le(this.session).go(this.pathParameters,t,s)}}class Hn extends i{async get(t,s){return new ge(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}}class Fn extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}}class qn extends i{async get(t,s){return new Ee(this.session).go(this.pathParameters,t,s)}}class Bn extends i{async get(t){return new Ae(this.session).go(this.pathParameters,void 0,t)}}class Qn extends c{async link(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}}class Wn extends c{consent(){return new Vn(this.getSession(),this.pathParameters)}assets(){return new Hn(this.getSession(),this.pathParameters)}export(){return new Yn(this.getSession(),this.pathParameters)}scansExport(){return new Fn(this.getSession(),this.pathParameters)}scansLocation(){return new qn(this.getSession(),this.pathParameters)}scans(){return new Bn(this.getSession(),this.pathParameters)}scan(t){return new Qn(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new Pe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new xe(this.session).go(this.pathParameters,void 0,t,s)}}class $n extends i{async create(t){return new ke(this.session).go(this.pathParameters,void 0,t)}}class Kn extends c{validate(){return new $n(this.getSession(),this.pathParameters)}}class Xn extends i{async create(t){return new Ce(this.session).go(this.pathParameters,void 0,t)}}class zn extends c{users(){return new Xn(this.getSession(),this.pathParameters)}async delete(t){return new _e(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ye(this.session).go(this.pathParameters,void 0,t)}}class Jn extends c{async delete(t){return new Oe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Re(this.session).go(this.pathParameters,void 0,t)}}class Zn extends i{async update(t,s){return new De(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new fe(this.session).go(this.pathParameters,t,s)}}class to extends c{assets(){return new Zn(this.getSession(),this.pathParameters)}async delete(t,s){return new ve(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}}class so extends i{async create(t,s){return new be(this.session).go(this.pathParameters,void 0,t,s)}}class eo extends i{async get(t){return new Me(this.session).go(this.pathParameters,void 0,t)}}class ro extends i{async create(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class ao extends i{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class no extends i{async create(t,s){return new Ge(this.session).go(this.pathParameters,void 0,t,s)}}class oo extends i{async create(t,s){return new Ve(this.session).go(this.pathParameters,void 0,t,s)}}class io extends i{async create(t,s){return new He(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cr(this.session).go(this.pathParameters,t,s)}}class co extends i{async create(t,s){return new Ye(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class uo extends i{async create(t,s){return new Fe(this.session).go(this.pathParameters,void 0,t,s)}}class ho 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 po extends i{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async create(t,s){return new Qe(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Sr(this.session).go(this.pathParameters,t,s)}}class Po extends i{async create(t,s){return new We(this.session).go(this.pathParameters,void 0,t,s)}}class go extends i{async create(t,s){return new $e(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends c{async delete(t){return new ze(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Nr(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 No extends i{async get(t,s){return new Je(this.session).go(this.pathParameters,t,s)}}class So extends i{async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}}class Io extends i{async get(t,s){return new tr(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async create(t,s){return new sr(this.session).go(this.pathParameters,void 0,t,s)}}class Ao extends i{async get(t){return new rr(this.session).go(this.pathParameters,void 0,t)}}class wo extends i{async get(t){return new ar(this.session).go(this.pathParameters,void 0,t)}}class xo extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class To extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class ko extends i{async create(t,s){return new ir(this.session).go(this.pathParameters,void 0,t,s)}}class Co extends i{async get(t,s){return new ur(this.session).go(this.pathParameters,t,s)}}class _o extends i{async get(t,s){return new pr(this.session).go(this.pathParameters,t,s)}}class yo extends i{async create(t,s){return new mr(this.session).go(this.pathParameters,void 0,t,s)}}class Oo extends i{async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}}class Ro extends i{async get(t,s){return new gr(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new lr(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 fo extends c{assets(){return new ro(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new ao(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new no(this.getSession(),this.pathParameters)}assetsBatch(){return new oo(this.getSession(),this.pathParameters)}contacts(){return new io(this.getSession(),this.pathParameters)}contactsBatch(){return new co(this.getSession(),this.pathParameters)}print(){return new uo(this.getSession(),this.pathParameters)}qrCodes(){return new ho(this.getSession(),this.pathParameters)}selfqueueprint(){return new po(this.getSession(),this.pathParameters)}smsTemplates(){return new mo(this.getSession(),this.pathParameters)}templatedPrint(){return new Po(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new go(this.getSession(),this.pathParameters)}smsTemplate(t){return new lo(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new No(this.getSession(),this.pathParameters)}advancedContactsReport(){return new So(this.getSession(),this.pathParameters)}advancedScansReport(){return new Io(this.getSession(),this.pathParameters)}assetsExport(){return new Eo(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Ao(this.getSession(),this.pathParameters)}basicContactsReport(){return new wo(this.getSession(),this.pathParameters)}batch(){return new xo(this.getSession(),this.pathParameters)}consent(){return new To(this.getSession(),this.pathParameters)}contactsExport(){return new ko(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Co(this.getSession(),this.pathParameters)}scansDayofweek(){return new _o(this.getSession(),this.pathParameters)}scansExport(){return new yo(this.getSession(),this.pathParameters)}scansTimeofday(){return new Oo(this.getSession(),this.pathParameters)}scansTimeline(){return new Ro(this.getSession(),this.pathParameters)}scans(){return new Do(this.getSession(),this.pathParameters)}usermedias(){return new vo(this.getSession(),this.pathParameters)}async delete(t){return new Xe(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 Er(this.session).go(this.pathParameters,void 0,t,s)}}class Lo extends c{async get(t){return new wr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new xr(this.session).go(this.pathParameters,void 0,t,s)}}class bo extends c{async delete(t){return new Tr(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new kr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Mo extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{async send(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class jo extends i{async send(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}}class Go extends i{async update(t,s){return new vr(this.session).go(this.pathParameters,void 0,t,s)}}class Vo extends c{contacts(){return new Mo(this.getSession(),this.pathParameters)}email(){return new Uo(this.getSession(),this.pathParameters)}sms(){return new jo(this.getSession(),this.pathParameters)}customAttribute(){return new Go(this.getSession(),this.pathParameters)}async get(t){return new yr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}}class Ho extends c{async delete(t){return new fr(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 Ur(this.session).go(this.pathParameters,void 0,t,s)}}class Yo extends c{async get(t){return new Lr(this.session).go(this.pathParameters,void 0,t)}}class Fo extends c{async get(t){return new br(this.session).go(this.pathParameters,void 0,t)}}class qo extends c{async link(t){return new Gr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Yr(this.session).go(this.pathParameters,void 0,t)}}class Bo extends c{async link(t){return new Vr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}}class Qo extends c{async link(t){return new Hr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new qr(this.session).go(this.pathParameters,void 0,t)}}class Wo extends c{asset(t){return new qo(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new Bo(this.getSession(),s({},this.pathParameters,{projectId:t}))}scan(t){return new Qo(this.getSession(),s({},this.pathParameters,{scanId:t}))}async get(t){return new jr(this.session).go(this.pathParameters,void 0,t)}}class $o extends i{async create(t,s){return new Br(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qr(this.session).go(this.pathParameters,t,s)}}class Ko extends i{async get(t,s){return new Wr(this.session).go(this.pathParameters,t,s)}}class Xo extends i{async get(t,s){return new $r(this.session).go(this.pathParameters,t,s)}}class zo extends i{async get(t){return new Xr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new zr(this.session).go(this.pathParameters,void 0,t,s)}}class Jo extends c{settings(){return new zo(this.getSession(),this.pathParameters)}}class Zo extends c{accounts(){return new $o(this.getSession(),this.pathParameters)}errors(){return new Ko(this.getSession(),this.pathParameters)}invitations(){return new Xo(this.getSession(),this.pathParameters)}path(t){return new Jo(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new Kr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Jr(this.session).go(this.pathParameters,void 0,t,s)}}class ti extends i{async create(t){return new Zr(this.session).go(this.pathParameters,void 0,t)}}class si extends i{async create(t){return new ta(this.session).go(this.pathParameters,void 0,t)}}class ei extends i{async create(t,s){return new sa(this.session).go(this.pathParameters,void 0,t,s)}}class ri extends i{async create(t,s){return new ea(this.session).go(this.pathParameters,void 0,t,s)}}class ai extends i{async get(t){return new ca(this.session).go(this.pathParameters,void 0,t)}async create(t){return new ia(this.session).go(this.pathParameters,void 0,t)}}class ni extends i{async get(t,s){return new aa(this.session).go(this.pathParameters,t,s)}}class oi extends i{async get(t,s){return new na(this.session).go(this.pathParameters,t,s)}}class ii extends i{async create(t,s){return new oa(this.session).go(this.pathParameters,void 0,t,s)}}class ci extends i{async create(t){return new ua(this.session).go(this.pathParameters,void 0,t)}}class ui extends i{async resend(t,s){return new ha(this.session).go(this.pathParameters,void 0,t,s)}}class hi extends i{async reset(t,s){return new da(this.session).go(this.pathParameters,void 0,t,s)}}class di extends i{account(t){return new rn(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new nn(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new un(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new hn(this.getSession(),this.pathParameters)}appsPublished(){return new dn(this.getSession(),this.pathParameters)}appsAccount(t){return new mn(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new Sn(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new _n(this.getSession(),s({},this.pathParameters,{assetId:t}))}batch(t){return new On(this.getSession(),s({},this.pathParameters,{batchId:t}))}billingCancelDowngrade(t){return new Rn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new Dn(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new vn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new fn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Ln(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new bn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new Mn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Un(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new jn(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new Gn(this.getSession(),this.pathParameters)}contact(t){return new Wn(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new Kn(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new zn(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new Jn(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new to(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new so(this.getSession(),this.pathParameters)}pricePlans(){return new eo(this.getSession(),this.pathParameters)}project(t){return new fo(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new Lo(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new bo(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new Vo(this.getSession(),s({},this.pathParameters,{scanId:t}))}stylingtemplate(t){return new Ho(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}printPageTemplate(t){return new Yo(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new Fo(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}usermedia(t){return new Wo(this.getSession(),s({},this.pathParameters,{mediaId:t}))}user(t){return new Zo(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new ti(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new si(this.getSession(),this.pathParameters)}webhookStripe(){return new ei(this.getSession(),this.pathParameters)}passwordAuthUser(){return new ri(this.getSession(),this.pathParameters)}authSession(){return new ai(this.getSession(),this.pathParameters)}authConfirm(){return new ni(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new oi(this.getSession(),this.pathParameters)}authUser(){return new ii(this.getSession(),this.pathParameters)}refreshAuthSession(){return new ci(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new ui(this.getSession(),this.pathParameters)}resetAuthUser(){return new hi(this.getSession(),this.pathParameters)}}const pi="internal-JG0adajZUHU";class mi{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 Pi extends di{constructor(){super(new mi,{}),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=pi,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||pi;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||pi;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||pi;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,Ps 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,ee as CancelDowngradeRequestRequest,re as CancelSubscriptionRequest,ea as ChangePasswordRequest,ae as ChangeSubscriptionPreviewRequest,he as ChangeSubscriptionRequest,ra as CheckSessionRequest,Ds as ComposeAssetByAssetTypeRequest,na as ConfirmInvitedRequest,aa as ConfirmRequest,w as ConsentStatus,x as ConsentType,T as ContactAssetSortingTypes,k as ContactSortingTypes,Br as CreateAccountByUserIdRequest,Pt as CreateApiKeyByAccountIdRequest,gt as CreateAppRequest,vs as CreateAssetByAssetTypeRequest,Ue as CreateAssetByProjectIdRequest,je as CreateAssetCreationJobByProjectIdRequest,Ge as CreateAssetCreationPresignedUrlRequest,lt as CreateAssetTypeByAccountIdRequest,Ve as CreateAssetsByProjectIdRequest,ms as CreateCampaignAccountByAccountIdRequest,pe as CreateConsentByContactIdRequest,Vs as CreateContactByAssetIdRequest,He as CreateContactByProjectIdRequest,_r as CreateContactByScanIdRequest,Ye as CreateContactsByProjectIdRequest,Nt as CreateInvitationByAccountIdRequest,St as CreateInvitationsByAccountIdRequest,It as CreateLocationByAccountIdRequest,Fe as CreatePrintJobByProjectIdRequest,Et as CreatePrintPageTemplateByAccountIdRequest,At as CreatePrintStickerTemplateByAccountIdRequest,wt as CreateProjectByAccountIdRequest,Hs as CreateQrCodeByAssetIdRequest,qe as CreateQrCodeByProjectIdRequest,xt as CreateQrCodeLogoByAccountRequest,Tt as CreateQrCodeStylingTemplateByAccountRequest,Ys as CreateQrCodesByAssetIdRequest,kt as CreateQueryableCustomAttributeRequest,Be as CreateSelfQueuePrintJobByProjectIdRequest,ne as CreateSetupIntentRequest,Zr as CreateSmsResponseRequest,Qe as CreateSmsTemplateByProjectIdRequest,We as CreateTemplatedPrintJobByProjectIdRequest,$e as CreateTemplatedPrintPreviewByProjectIdRequest,Ct as CreateTicketByAccountIdRequest,Ce as CreateUserByInvitationIdRequest,_t as CreateUserMediaPresignedUrlByAccountIdRequest,oa as CreateUserRequest,Fs as DeleteAssetRequest,fs as DeleteAssetTypeRequest,me as DeleteConsentByContactIdRequest,Pe as DeleteContactRequest,yt as DeleteContactsByAccountIdRequest,Ke as DeleteContactsByProjectIdRequest,_e as DeleteInvitationRequest,Oe as DeleteJobRequest,ve as DeleteLocationRequest,Xe as DeleteProjectRequest,Tr as DeleteQrCodeRequest,fr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,ca as DeleteSessionRequest,ze as DeleteSmsTemplateByProjectIdRequest,Ot as DeleteUserByAccountIdRequest,oe as DowngradePlanRequest,C as EntitySources,_ as FieldType,y as FilePurpose,O as FileStatus,Rt as GetAccountRequest,Qr as GetAccountsByUserIdRequest,Dt as GetAdvancedAssetReportByAccountIdRequest,Je as GetAdvancedAssetReportByProjectIdRequest,vt as GetAdvancedContactReportByAccountIdRequest,Ze as GetAdvancedContactReportByProjectIdRequest,ft as GetAdvancedScanReportByAccountIdRequest,tr as GetAdvancedScanReportByProjectIdRequest,de as GetAllAccountsRequest,Lt as GetAllAppsByAccountIdRequest,Es as GetApiKeyRequest,As as GetApiKeySecretRequest,bt as GetApiKeysByAccountIdRequest,Os as GetAppAccountByAppAccountIdRequest,Ts as GetAppByAppIdRequest,ks as GetAppsRequest,Mt as GetAssetExportByAccountIdRequest,sr as GetAssetExportByProjectIdRequest,Bs as GetAssetHistoryRequest,qs as GetAssetRequest,Ls as GetAssetTypeByAssetTypeIdRequest,bs as GetAssetTypeCountAtLocationRequest,Us as GetAssetTypeCountsByLocationRequest,Ut as GetAssetTypesByAccountIdRequest,jt as GetAssetsByAccountIdRequest,Ms as GetAssetsByAssetTypeRequest,se as GetAssetsByBatchIdRequest,ge as GetAssetsByContactIdRequest,fe as GetAssetsByLocationIdRequest,er as GetAssetsByProjectIdRequest,Gt as GetBasicAssetReportByAccountIdRequest,rr as GetBasicAssetReportByProjectIdRequest,Vt as GetBasicContactReportByAccountIdRequest,ar as GetBasicContactReportByProjectIdRequest,Ht as GetBatchesByAccountIdRequest,nr as GetBatchesByProjectIdRequest,ie as GetBillingDetailsRequest,Yt as GetConsentByAccountIdRequest,le as GetConsentByContactIdRequest,or as GetConsentByProjectIdRequest,Ft as GetContactExportByAccountIdRequest,Se as GetContactExportByContactIdRequest,ir as GetContactExportByProjectIdRequest,Ne as GetContactRequest,qt as GetContactsByAccountIdRequest,Qs as GetContactsByAssetIdRequest,cr as GetContactsByProjectIdRequest,ce as GetCurrentPeriodRequest,Wr as GetErrorsByUserIdRequest,Te as GetFileRequest,Bt as GetInstalledAppsByAccountIdRequest,ye as GetInvitationRequest,$r as GetInvitationsByUserIdRequest,ue as GetInvoicesRequest,Re as GetJobRequest,Qt as GetJobsByAccountIdRequest,Wt as GetLocationsByAccountIdRequest,Rs as GetMainAccountByAppAccountIdRequest,jr as GetMediaRequest,$t as GetMostScannedAssetsByAccountIdRequest,ur as GetMostScannedAssetsByProjectIdRequest,Kt as GetPricePlanByAccountIdRequest,Me as GetPricePlansRequest,Lr as GetPrintPageTemplateRequest,Xt as GetPrintPageTemplatesByAccountIdRequest,br as GetPrintStickerTemplateRequest,zt as GetPrintStickerTemplatesByAccountIdRequest,hr as GetProjectByProjectIdRequest,Jt as GetProjectsByAccountIdRequest,Cs as GetPublishedAppsRequest,wr as GetQrCodeLogoByQrCodeLogoIdRequest,Zt as GetQrCodeLogosByAccountIdRequest,kr as GetQrCodeRequest,Mr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,ts as GetQrCodeStylingTemplatesByAccountIdRequest,ss as GetQrCodesByAccountIdRequest,Ws as GetQrCodesByAssetIdRequest,dr as GetQrCodesByProjectIdRequest,es as GetQueryableCustomAttributeRequest,rs as GetScanDayOfWeekByAccountIdRequest,pr as GetScanDayOfWeekByProjectIdRequest,as as GetScanExportByAccountIdRequest,$s as GetScanExportByAssetIdRequest,Ie as GetScanExportByContactIdRequest,mr as GetScanExportByProjectIdRequest,Ks as GetScanLocationDataByAssetIdRequest,Ee as GetScanLocationDataByContactIdRequest,yr as GetScanRequest,ns as GetScanTimeOfDayByAccountIdRequest,Pr as GetScanTimeOfDayByProjectIdRequest,os as GetScanTimelineByAccountIdRequest,gr as GetScanTimelineByProjectIdRequest,is as GetScansByAccountIdRequest,Xs as GetScansByAssetIdRequest,Ae as GetScansByContactIdRequest,lr as GetScansByProjectIdRequest,ia as GetSessionRequest,Nr as GetSmsTemplateByProjectIdRequest,Sr as GetSmsTemplatesByProjectIdRequest,cs as GetUserByAccountIdRequest,us as GetUserMediasByAccountIdRequest,zs as GetUserMediasByAssetIdRequest,Ir as GetUserMediasByProjectIdRequest,Kr as GetUserRequest,Xr as GetUserSettingsByUserIdRequest,hs as GetUsersByAccountIdRequest,ds as InstallAppToAccountRequest,R as InternalProductName,D as InvoiceStatus,v as JobStatus,f as JobType,L as Label,Js as LinkContactToAssetRequest,we as LinkContactToScanRequest,Gr as LinkMediaToAssetRequest,Vr as LinkMediaToProjectRequest,Hr as LinkMediaToScanRequest,_s as LoadAppRequest,b as LocationSortingTypes,Pi 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,X as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,J as QrCodeGradientTypes,Z as QrCodeIntentType,tt as QrCodeLocatorKeyType,st as QrCodeSortingTypes,et as QrCodeStatus,rt as QrCodeType,at as QueryConditions,ua as RefreshSessionRequest,ha as ResendConfirmationRequest,ws as ResetApiKeySecretRequest,da as ResetPasswordRequest,ps as RetrieveCampaignStatusByAccountIdRequest,Or as SaveGeolocationByScanIdRequest,nt as ScanTimelineOptions,ya as SdkAccountAdvancedAssetsReportResources,Oa as SdkAccountAdvancedContactsReportResources,Ra as SdkAccountAdvancedScansReportResources,pa as SdkAccountApikeysResources,za as SdkAccountAppInstallResources,Ja as SdkAccountAppResource,ma as SdkAccountAppsResources,va as SdkAccountAssetsExportResources,Ha as SdkAccountAssetsMostscannedResources,fa as SdkAccountAssetsResources,Pa as SdkAccountAssettypesResources,La as SdkAccountBasicAssetsReportResources,ba as SdkAccountBasicContactsReportResources,Ma as SdkAccountBatchResources,Za as SdkAccountCampaignInformationResources,tn as SdkAccountClockResources,Ua as SdkAccountConsentResources,Ca as SdkAccountContactsBatchResources,ja as SdkAccountContactsExportResources,Ga as SdkAccountContactsResources,xa as SdkAccountCustomattributesResources,sn as SdkAccountEngagePricePlanResources,la as SdkAccountInvitationsBatchResources,ga as SdkAccountInvitationsResources,Va as SdkAccountJobsResources,Na as SdkAccountLocationsResources,Da as SdkAccountOwnerAppsResources,Ya as SdkAccountPricePlanResources,Sa as SdkAccountPrintPageTemplatesResources,Ia as SdkAccountPrintStickerTemplatesResources,Ea as SdkAccountProjectsResources,Fa as SdkAccountQrCodesResources,Aa as SdkAccountQrcodelogosResources,en as SdkAccountQrcodelogosUploadResources,rn as SdkAccountResource,qa as SdkAccountScansDayofweekResources,Ba as SdkAccountScansExportResources,$a as SdkAccountScansResources,Wa as SdkAccountScansTimelineResources,Qa as SdkAccountScansTimeofdayResources,wa as SdkAccountStylingtemplatesResources,_a as SdkAccountUserResource,ka as SdkAccountUsermediasPresignedurlResources,Ka as SdkAccountUsermediasResources,Xa as SdkAccountUsersResources,Ta as SdkAccountZendeskTicketResources,nn as SdkApikeyResource,an as SdkApikeySecretResources,on as SdkAppAccountLoadResources,cn as SdkAppAccountResource,un as SdkAppResource,pn as SdkAppsAccountMainResources,mn as SdkAppsAccountResource,dn as SdkAppsPublishedResources,hn as SdkAppsResources,Cn as SdkAssetContactResource,In as SdkAssetContactsResources,An as SdkAssetHistoryResources,En as SdkAssetQrCodesResources,_n as SdkAssetResource,wn as SdkAssetScansExportResources,xn as SdkAssetScansLocationResources,Tn as SdkAssetScansResources,kn as SdkAssetUsermediasResources,Pn as SdkAssettypeAssetResource,gn as SdkAssettypeAssetsResources,ln as SdkAssettypeLocationResource,Nn as SdkAssettypeLocationsResources,Sn as SdkAssettypeResource,ni as SdkAuthConfirmResources,ai as SdkAuthSessionResources,ii as SdkAuthUserResources,yn as SdkBatchAssetsResources,On as SdkBatchResource,Rn as SdkBillingCancelDowngradeResource,Dn as SdkBillingCancelSubscriptionResource,Mn as SdkBillingCurrentPeriodResource,bn as SdkBillingDetailResource,Ln as SdkBillingDowngradePlanResource,Un as SdkBillingInvoiceResource,fn as SdkBillingSetupIntentResource,jn as SdkBillingUpgradePlanResource,Gn as SdkCareAccountsResources,ui as SdkConfirmationAuthUserResources,Hn as SdkContactAssetsResources,Vn as SdkContactConsentResources,Yn as SdkContactExportResources,Wn as SdkContactResource,Qn as SdkContactScanResource,Fn as SdkContactScansExportResources,qn as SdkContactScansLocationResources,Bn as SdkContactScansResources,Kn as SdkFileResource,$n as SdkFileValidateResources,zn as SdkInvitationResource,Xn as SdkInvitationUsersResources,oi as SdkInvitedAuthConfirmResources,Jn as SdkJobResource,Zn as SdkLocationAssetsResources,to as SdkLocationResource,ri as SdkPasswordAuthUserResources,eo as SdkPricePlansResources,Yo as SdkPrintPageTemplateResource,Fo as SdkPrintStickerTemplateResource,No as SdkProjectAdvancedAssetsReportResources,So as SdkProjectAdvancedContactsReportResources,Io as SdkProjectAdvancedScansReportResources,oo as SdkProjectAssetsBatchResources,Eo as SdkProjectAssetsExportResources,Co as SdkProjectAssetsMostscannedResources,ro as SdkProjectAssetsResources,Ao as SdkProjectBasicAssetsReportResources,wo as SdkProjectBasicContactsReportResources,xo as SdkProjectBatchResources,To as SdkProjectConsentResources,co as SdkProjectContactsBatchResources,ko as SdkProjectContactsExportResources,io as SdkProjectContactsResources,ao as SdkProjectJobsAssetbatchResources,no as SdkProjectPresignedurlJobsAssetbatchResources,uo as SdkProjectPrintResources,ho as SdkProjectQrCodesResources,fo as SdkProjectResource,_o as SdkProjectScansDayofweekResources,yo as SdkProjectScansExportResources,Do as SdkProjectScansResources,Ro as SdkProjectScansTimelineResources,Oo as SdkProjectScansTimeofdayResources,po as SdkProjectSelfqueueprintResources,lo as SdkProjectSmsTemplateResource,mo as SdkProjectSmsTemplatesResources,go as SdkProjectTemplatedPrintPreviewResources,Po as SdkProjectTemplatedPrintResources,vo as SdkProjectUsermediasResources,bo as SdkQrCodeResource,Lo as SdkQrcodelogoResource,ci as SdkRefreshAuthSessionResources,hi as SdkResetAuthUserResources,di as SdkResources,Mo as SdkScanContactsResources,Go as SdkScanCustomAttributeResources,Uo as SdkScanEmailResources,Vo as SdkScanResource,jo as SdkScanSmsResources,Ho as SdkStylingtemplateResource,so as SdkSupportResources,vn as SdkUpgradePlanBillingPreviewResource,$o as SdkUserAccountsResources,Ko as SdkUserErrorsResources,Xo as SdkUserInvitationsResources,Jo as SdkUserPathResource,zo as SdkUserPathSettingsResources,Zo as SdkUserResource,qo as SdkUsermediaAssetResource,Bo as SdkUsermediaProjectResource,Wo as SdkUsermediaResource,Qo as SdkUsermediaScanResource,ti as SdkWebhookSmsResources,si as SdkWebhookSmsStatusResources,ei as SdkWebhookStripeResources,Rr as SendEmailByScanIdRequest,Dr as SendSmsByScanIdRequest,be as SendSupportEmailRequest,zr as SetUserSettingsByUserIdRequest,ta as SmsStatusUpdateRequest,ot as StickerShape,sa as StripeEventRequest,it as TagActions,ct as TagStates,Zs as UnlinkContactToAssetRequest,Yr as UnlinkMediaToAssetRequest,Fr as UnlinkMediaToProjectRequest,qr as UnlinkMediaToScanRequest,gs as UpdateAccountRequest,xs as UpdateApiKeyRequest,ys as UpdateAppByAppIdRequest,te as UpdateAssetRequest,Gs as UpdateAssetTypeCountAtLocationRequest,js as UpdateAssetTypeRequest,De as UpdateAssetsLocationsRequest,xe as UpdateContactRequest,ls as UpdateEngagePricePlanRequest,Le as UpdateLocationRequest,Ns as UpdatePricePlanByAccountIdRequest,Er as UpdateProjectByProjectIdRequest,xr as UpdateQrCodeLogoByQrCodeLogoIdRequest,Cr as UpdateQrCodeRequest,Ur as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,vr as UpdateScanCustomAttributeRequest,Ar as UpdateSmsTemplateRequest,Ss as UpdateUserByAccountIdRequest,Jr as UpdateUserRequest,Is as UploadQrCodeLogoByAccountRequest,ut as UserCredentialsStatus,ht as UserGroups,dt as UserMediaFileTypes,pt as UserMediaSortingTypes,mt as UserSettingsDomain,ke 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,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,X,z,J,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"}(X||(X={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(J||(J={})),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 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 Jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class as extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class ds 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 ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class ms extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ps extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class ls extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class Ns extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Ss extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Is extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class Es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class ws 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 xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ks extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class _s extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class Cs 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 ys extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class Ds extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Ls extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class fs extends a{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"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class js extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class Gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Vs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Hs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Fs extends r{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"}]}}class Bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class $s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ks 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 Js extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Zs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class te extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class se extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}]}}class ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class oe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class ue extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class he extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class pe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class me extends r{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"}]}}class ge extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class le extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class Ne extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ee extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class we 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 xe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}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:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class Ce extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Oe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Re extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class De extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ve extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Le extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class fe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Me extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class Ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class Ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class He extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class We extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint",sdkPartName:"templatedPrint"}]}}class $e extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class Ke 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 Je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class sr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ur extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class hr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class gr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class lr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class Nr extends a{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:"smstemplates",sdkPartName:"smsTemplates"}]}}class Ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Er extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Tr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class xr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class _r extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Or extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class vr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class Lr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class br extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Mr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Ur extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Gr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Vr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Hr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Fr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class qr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}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 r{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:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Kr 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 Jr extends a{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:"errors",sdkPartName:"errors"}]}}class ta extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class sa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class ea 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 ra 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 aa extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class na extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class oa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class ia extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class ca extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class ua extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ha extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class da extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class pa extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class ma extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Pa extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class ga extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class la extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class Na extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class Sa 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 Ia 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 Ea 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 Aa extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class wa extends i{async create(t,s){return new St(this.session).go(this.pathParameters,void 0,t,s)}}class Ta 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 xa 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 ka 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 _a extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Jt(this.session).go(this.pathParameters,t,s)}}class Ca extends i{async create(t,s){return new Tt(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 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 Oa extends i{async create(t,s){return new kt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new es(this.session).go(this.pathParameters,t,s)}}class Ra extends i{async create(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class Da extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}}class va extends i{async delete(t,s){return new yt(this.session).go(this.pathParameters,t,s)}}class La extends c{async delete(t){return new Ot(this.session).go(this.pathParameters,void 0,t)}async get(t){return new cs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ss(this.session).go(this.pathParameters,void 0,t,s)}}class fa extends i{async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class ba extends i{async get(t,s){return new vt(this.session).go(this.pathParameters,t,s)}}class Ma extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class Ua extends i{async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class ja extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class Ga extends i{async get(t,s){return new jt(this.session).go(this.pathParameters,t,s)}}class Va extends i{async get(t){return new Gt(this.session).go(this.pathParameters,void 0,t)}}class Ha extends i{async get(t){return new Vt(this.session).go(this.pathParameters,void 0,t)}}class Ya extends i{async get(t,s){return new Ht(this.session).go(this.pathParameters,t,s)}}class Fa extends i{async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class qa extends i{async create(t,s){return new Ft(this.session).go(this.pathParameters,void 0,t,s)}}class Ba extends i{async get(t,s){return new qt(this.session).go(this.pathParameters,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 $t(this.session).go(this.pathParameters,t,s)}}class $a extends i{async get(t){return new Kt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ns(this.session).go(this.pathParameters,void 0,t,s)}}class Ka extends i{async get(t,s){return new ss(this.session).go(this.pathParameters,t,s)}}class Xa extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class za extends i{async create(t,s){return new as(this.session).go(this.pathParameters,void 0,t,s)}}class Ja extends i{async get(t,s){return new ns(this.session).go(this.pathParameters,t,s)}}class Za extends i{async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class tn extends i{async get(t,s){return new is(this.session).go(this.pathParameters,t,s)}}class sn extends i{async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class en extends i{async get(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class rn extends i{async create(t){return new ds(this.session).go(this.pathParameters,void 0,t)}}class an extends c{install(){return new rn(this.getSession(),this.pathParameters)}}class nn extends i{async get(t){return new ps(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new ms(this.session).go(this.pathParameters,void 0,t,s)}}class on extends i{async create(t,s){return new Ps(this.session).go(this.pathParameters,void 0,t,s)}}class cn extends i{async update(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class un extends i{async create(t,s){return new Is(this.session).go(this.pathParameters,void 0,t,s)}}class hn extends c{apikeys(){return new Sa(this.getSession(),this.pathParameters)}apps(){return new Ia(this.getSession(),this.pathParameters)}assettypes(){return new Ea(this.getSession(),this.pathParameters)}invitations(){return new Aa(this.getSession(),this.pathParameters)}invitationsBatch(){return new wa(this.getSession(),this.pathParameters)}locations(){return new Ta(this.getSession(),this.pathParameters)}printPageTemplates(){return new xa(this.getSession(),this.pathParameters)}printStickerTemplates(){return new ka(this.getSession(),this.pathParameters)}projects(){return new _a(this.getSession(),this.pathParameters)}qrcodelogos(){return new Ca(this.getSession(),this.pathParameters)}stylingtemplates(){return new ya(this.getSession(),this.pathParameters)}customattributes(){return new Oa(this.getSession(),this.pathParameters)}zendeskTicket(){return new Ra(this.getSession(),this.pathParameters)}usermediasPresignedurl(){return new Da(this.getSession(),this.pathParameters)}contactsBatch(){return new va(this.getSession(),this.pathParameters)}user(t){return new La(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new fa(this.getSession(),this.pathParameters)}advancedContactsReport(){return new ba(this.getSession(),this.pathParameters)}advancedScansReport(){return new Ma(this.getSession(),this.pathParameters)}ownerApps(){return new Ua(this.getSession(),this.pathParameters)}assetsExport(){return new ja(this.getSession(),this.pathParameters)}assets(){return new Ga(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Va(this.getSession(),this.pathParameters)}basicContactsReport(){return new Ha(this.getSession(),this.pathParameters)}batch(){return new Ya(this.getSession(),this.pathParameters)}consent(){return new Fa(this.getSession(),this.pathParameters)}contactsExport(){return new qa(this.getSession(),this.pathParameters)}contacts(){return new Ba(this.getSession(),this.pathParameters)}jobs(){return new Qa(this.getSession(),this.pathParameters)}assetsMostscanned(){return new Wa(this.getSession(),this.pathParameters)}pricePlan(){return new $a(this.getSession(),this.pathParameters)}qrCodes(){return new Ka(this.getSession(),this.pathParameters)}scansDayofweek(){return new Xa(this.getSession(),this.pathParameters)}scansExport(){return new za(this.getSession(),this.pathParameters)}scansTimeofday(){return new Ja(this.getSession(),this.pathParameters)}scansTimeline(){return new Za(this.getSession(),this.pathParameters)}scans(){return new tn(this.getSession(),this.pathParameters)}usermedias(){return new sn(this.getSession(),this.pathParameters)}users(){return new en(this.getSession(),this.pathParameters)}app(t){return new an(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new nn(this.getSession(),this.pathParameters)}clock(){return new on(this.getSession(),this.pathParameters)}engagePricePlan(){return new cn(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new un(this.getSession(),this.pathParameters)}async get(t){return new Rt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new gs(this.session).go(this.pathParameters,void 0,t,s)}}class dn extends i{async get(t){return new As(this.session).go(this.pathParameters,void 0,t)}async update(t){return new ws(this.session).go(this.pathParameters,void 0,t)}}class pn extends c{secret(){return new dn(this.getSession(),this.pathParameters)}async get(t){return new Es(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 mn extends i{async create(t){return new Cs(this.session).go(this.pathParameters,void 0,t)}}class Pn extends c{load(){return new mn(this.getSession(),this.pathParameters)}}class gn extends c{account(t){return new Pn(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new xs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ys(this.session).go(this.pathParameters,void 0,t,s)}}class ln extends i{async get(t,s){return new ks(this.session).go(this.pathParameters,t,s)}}class Nn extends i{async get(t,s){return new _s(this.session).go(this.pathParameters,t,s)}}class Sn extends i{async get(t){return new Rs(this.session).go(this.pathParameters,void 0,t)}}class In extends c{main(){return new Sn(this.getSession(),this.pathParameters)}async get(t){return new Os(this.session).go(this.pathParameters,void 0,t)}}class En extends c{async compose(t,s){return new Ds(this.session).go(this.pathParameters,void 0,t,s)}}class An extends i{async create(t,s){return new vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}}class wn extends c{async get(t){return new bs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Gs(this.session).go(this.pathParameters,void 0,t,s)}}class Tn extends i{async get(t,s){return new Us(this.session).go(this.pathParameters,t,s)}}class xn extends c{asset(t){return new En(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new An(this.getSession(),this.pathParameters)}location(t){return new wn(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new Tn(this.getSession(),this.pathParameters)}async delete(t){return new Ls(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new fs(this.session).go(this.pathParameters,t,s)}async update(t,s){return new js(this.session).go(this.pathParameters,void 0,t,s)}}class kn extends i{async create(t,s){return new Vs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qs(this.session).go(this.pathParameters,t,s)}}class _n extends i{async create(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ws(this.session).go(this.pathParameters,t,s)}}class Cn extends i{async get(t,s){return new Bs(this.session).go(this.pathParameters,t,s)}}class yn extends i{async create(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class On extends i{async get(t,s){return new Ks(this.session).go(this.pathParameters,t,s)}}class Rn extends i{async get(t,s){return new Xs(this.session).go(this.pathParameters,t,s)}}class Dn extends i{async get(t,s){return new zs(this.session).go(this.pathParameters,t,s)}}class vn extends c{async link(t,s){return new Js(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Zs(this.session).go(this.pathParameters,void 0,t)}}class Ln extends c{contacts(){return new kn(this.getSession(),this.pathParameters)}qrCodes(){return new _n(this.getSession(),this.pathParameters)}history(){return new Cn(this.getSession(),this.pathParameters)}scansExport(){return new yn(this.getSession(),this.pathParameters)}scansLocation(){return new On(this.getSession(),this.pathParameters)}scans(){return new Rn(this.getSession(),this.pathParameters)}usermedias(){return new Dn(this.getSession(),this.pathParameters)}contact(t){return new vn(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Fs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new qs(this.session).go(this.pathParameters,t,s)}async update(t,s){return new te(this.session).go(this.pathParameters,void 0,t,s)}}class fn extends i{async get(t,s){return new se(this.session).go(this.pathParameters,t,s)}}class bn extends c{assets(){return new fn(this.getSession(),this.pathParameters)}}class Mn extends c{async create(t){return new ee(this.session).go(this.pathParameters,void 0,t)}}class Un extends c{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}}class jn extends c{async get(t,s){return new ae(this.session).go(this.pathParameters,t,s)}}class Gn extends c{async create(t,s){return new ne(this.session).go(this.pathParameters,void 0,t,s)}}class Vn extends c{async create(t,s){return new oe(this.session).go(this.pathParameters,void 0,t,s)}}class Hn extends c{async get(t){return new ie(this.session).go(this.pathParameters,void 0,t)}}class Yn extends c{async get(t){return new ce(this.session).go(this.pathParameters,void 0,t)}}class Fn extends c{async get(t,s){return new ue(this.session).go(this.pathParameters,t,s)}}class qn extends c{async create(t,s){return new he(this.session).go(this.pathParameters,void 0,t,s)}}class Bn extends i{async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class Qn extends i{async create(t,s){return new pe(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new me(this.session).go(this.pathParameters,t,s)}async get(t,s){return new le(this.session).go(this.pathParameters,t,s)}}class Wn extends i{async get(t,s){return new ge(this.session).go(this.pathParameters,t,s)}}class $n extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}}class Kn extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}}class Xn extends i{async get(t,s){return new Ee(this.session).go(this.pathParameters,t,s)}}class zn extends i{async get(t){return new Ae(this.session).go(this.pathParameters,void 0,t)}}class Jn extends c{async link(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}}class Zn extends c{consent(){return new Qn(this.getSession(),this.pathParameters)}assets(){return new Wn(this.getSession(),this.pathParameters)}export(){return new $n(this.getSession(),this.pathParameters)}scansExport(){return new Kn(this.getSession(),this.pathParameters)}scansLocation(){return new Xn(this.getSession(),this.pathParameters)}scans(){return new zn(this.getSession(),this.pathParameters)}scan(t){return new Jn(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new Pe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Te(this.session).go(this.pathParameters,void 0,t,s)}}class to extends i{async create(t){return new ke(this.session).go(this.pathParameters,void 0,t)}}class so extends c{validate(){return new to(this.getSession(),this.pathParameters)}}class eo extends i{async create(t){return new _e(this.session).go(this.pathParameters,void 0,t)}}class ro extends c{users(){return new eo(this.getSession(),this.pathParameters)}async delete(t){return new Ce(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ye(this.session).go(this.pathParameters,void 0,t)}}class ao extends c{async delete(t){return new Oe(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Re(this.session).go(this.pathParameters,void 0,t)}}class no extends i{async update(t,s){return new De(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Le(this.session).go(this.pathParameters,t,s)}}class oo extends c{assets(){return new no(this.getSession(),this.pathParameters)}async delete(t,s){return new ve(this.session).go(this.pathParameters,t,s)}async update(t,s){return new fe(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)}}class co extends i{async get(t){return new Me(this.session).go(this.pathParameters,void 0,t)}}class uo extends i{async create(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class ho extends i{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class po extends i{async create(t,s){return new Ge(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async create(t,s){return new Ve(this.session).go(this.pathParameters,void 0,t,s)}}class Po extends i{async create(t,s){return new He(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cr(this.session).go(this.pathParameters,t,s)}}class go extends i{async create(t,s){return new Ye(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class lo extends i{async create(t,s){return new Fe(this.session).go(this.pathParameters,void 0,t,s)}}class No 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 So extends i{async create(t,s){return new Be(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 Sr(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async create(t,s){return new We(this.session).go(this.pathParameters,void 0,t,s)}}class Ao extends i{async create(t,s){return new $e(this.session).go(this.pathParameters,void 0,t,s)}}class wo extends c{async delete(t){return new ze(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Nr(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 To extends i{async get(t,s){return new Je(this.session).go(this.pathParameters,t,s)}}class xo extends i{async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}}class ko extends i{async get(t,s){return new tr(this.session).go(this.pathParameters,t,s)}}class _o extends i{async create(t,s){return new sr(this.session).go(this.pathParameters,void 0,t,s)}}class Co extends i{async get(t){return new rr(this.session).go(this.pathParameters,void 0,t)}}class yo extends i{async get(t){return new ar(this.session).go(this.pathParameters,void 0,t)}}class Oo extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class Ro extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class Do extends i{async create(t,s){return new ir(this.session).go(this.pathParameters,void 0,t,s)}}class vo extends i{async get(t,s){return new ur(this.session).go(this.pathParameters,t,s)}}class Lo extends i{async get(t,s){return new pr(this.session).go(this.pathParameters,t,s)}}class fo extends i{async create(t,s){return new mr(this.session).go(this.pathParameters,void 0,t,s)}}class bo extends i{async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}}class Mo extends i{async get(t,s){return new gr(this.session).go(this.pathParameters,t,s)}}class Uo extends i{async get(t,s){return new lr(this.session).go(this.pathParameters,t,s)}}class jo extends i{async get(t,s){return new Ir(this.session).go(this.pathParameters,t,s)}}class Go extends c{assets(){return new uo(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new ho(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new po(this.getSession(),this.pathParameters)}assetsBatch(){return new mo(this.getSession(),this.pathParameters)}contacts(){return new Po(this.getSession(),this.pathParameters)}contactsBatch(){return new go(this.getSession(),this.pathParameters)}print(){return new lo(this.getSession(),this.pathParameters)}qrCodes(){return new No(this.getSession(),this.pathParameters)}selfqueueprint(){return new So(this.getSession(),this.pathParameters)}smsTemplates(){return new Io(this.getSession(),this.pathParameters)}templatedPrint(){return new Eo(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new Ao(this.getSession(),this.pathParameters)}smsTemplate(t){return new wo(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new To(this.getSession(),this.pathParameters)}advancedContactsReport(){return new xo(this.getSession(),this.pathParameters)}advancedScansReport(){return new ko(this.getSession(),this.pathParameters)}assetsExport(){return new _o(this.getSession(),this.pathParameters)}basicAssetsReport(){return new Co(this.getSession(),this.pathParameters)}basicContactsReport(){return new yo(this.getSession(),this.pathParameters)}batch(){return new Oo(this.getSession(),this.pathParameters)}consent(){return new Ro(this.getSession(),this.pathParameters)}contactsExport(){return new Do(this.getSession(),this.pathParameters)}assetsMostscanned(){return new vo(this.getSession(),this.pathParameters)}scansDayofweek(){return new Lo(this.getSession(),this.pathParameters)}scansExport(){return new fo(this.getSession(),this.pathParameters)}scansTimeofday(){return new bo(this.getSession(),this.pathParameters)}scansTimeline(){return new Mo(this.getSession(),this.pathParameters)}scans(){return new Uo(this.getSession(),this.pathParameters)}usermedias(){return new jo(this.getSession(),this.pathParameters)}async delete(t){return new Xe(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 Er(this.session).go(this.pathParameters,void 0,t,s)}}class Vo extends c{async get(t){return new wr(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 Ho extends c{async delete(t){return new xr(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new kr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}}class Yo extends i{async create(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Fo extends i{async send(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class qo extends i{async send(t,s){return new Dr(this.session).go(this.pathParameters,void 0,t,s)}}class Bo extends i{async update(t,s){return new vr(this.session).go(this.pathParameters,void 0,t,s)}}class Qo extends c{contacts(){return new Yo(this.getSession(),this.pathParameters)}email(){return new Fo(this.getSession(),this.pathParameters)}sms(){return new qo(this.getSession(),this.pathParameters)}customAttribute(){return new Bo(this.getSession(),this.pathParameters)}async get(t){return new yr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}}class Wo extends c{async delete(t){return new Lr(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 Gr(this.session).go(this.pathParameters,void 0,t,s)}}class $o 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 Ko 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 link(t,s){return new Xr(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Wr(this.session).go(this.pathParameters,void 0,t)}}class zo extends c{async link(t){return new qr(this.session).go(this.pathParameters,void 0,t)}async unlink(t){return new $r(this.session).go(this.pathParameters,void 0,t)}}class Jo 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 Zo extends c{asset(t){return new Xo(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new zo(this.getSession(),s({},this.pathParameters,{projectId:t}))}scan(t){return new Jo(this.getSession(),s({},this.pathParameters,{scanId:t}))}async get(t){return new Yr(this.session).go(this.pathParameters,void 0,t)}}class ti extends i{async create(t,s){return new zr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Jr(this.session).go(this.pathParameters,t,s)}}class si extends i{async get(t,s){return new Zr(this.session).go(this.pathParameters,t,s)}}class ei extends i{async get(t,s){return new ta(this.session).go(this.pathParameters,t,s)}}class ri extends i{async get(t){return new ea(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ra(this.session).go(this.pathParameters,void 0,t,s)}}class ai extends c{settings(){return new ri(this.getSession(),this.pathParameters)}}class ni extends c{accounts(){return new ti(this.getSession(),this.pathParameters)}errors(){return new si(this.getSession(),this.pathParameters)}invitations(){return new ei(this.getSession(),this.pathParameters)}path(t){return new ai(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new sa(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 i{async create(t){return new na(this.session).go(this.pathParameters,void 0,t)}}class ii extends i{async create(t){return new oa(this.session).go(this.pathParameters,void 0,t)}}class ci extends i{async create(t,s){return new ia(this.session).go(this.pathParameters,void 0,t,s)}}class ui extends i{async create(t,s){return new ca(this.session).go(this.pathParameters,void 0,t,s)}}class hi extends i{async get(t){return new Pa(this.session).go(this.pathParameters,void 0,t)}async create(t){return new ma(this.session).go(this.pathParameters,void 0,t)}}class di extends i{async get(t,s){return new ha(this.session).go(this.pathParameters,t,s)}}class pi extends i{async get(t,s){return new da(this.session).go(this.pathParameters,t,s)}}class mi extends i{async create(t,s){return new pa(this.session).go(this.pathParameters,void 0,t,s)}}class Pi extends i{async create(t){return new ga(this.session).go(this.pathParameters,void 0,t)}}class gi extends i{async resend(t,s){return new la(this.session).go(this.pathParameters,void 0,t,s)}}class li extends i{async reset(t,s){return new Na(this.session).go(this.pathParameters,void 0,t,s)}}class Ni extends i{account(t){return new hn(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new pn(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new gn(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new ln(this.getSession(),this.pathParameters)}appsPublished(){return new Nn(this.getSession(),this.pathParameters)}appsAccount(t){return new In(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new xn(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new Ln(this.getSession(),s({},this.pathParameters,{assetId:t}))}batch(t){return new bn(this.getSession(),s({},this.pathParameters,{batchId:t}))}billingCancelDowngrade(t){return new Mn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new Un(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new jn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new Gn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new Vn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new Hn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new Yn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Fn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new qn(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new Bn(this.getSession(),this.pathParameters)}contact(t){return new Zn(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new so(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new ro(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new ao(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new oo(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new io(this.getSession(),this.pathParameters)}pricePlans(){return new co(this.getSession(),this.pathParameters)}project(t){return new Go(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new Vo(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new Ho(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new Qo(this.getSession(),s({},this.pathParameters,{scanId:t}))}printPageTemplate(t){return new Wo(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new $o(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}stylingtemplate(t){return new Ko(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}usermedia(t){return new Zo(this.getSession(),s({},this.pathParameters,{mediaId:t}))}user(t){return new ni(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new oi(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new ii(this.getSession(),this.pathParameters)}webhookStripe(){return new ci(this.getSession(),this.pathParameters)}passwordAuthUser(){return new ui(this.getSession(),this.pathParameters)}authSession(){return new hi(this.getSession(),this.pathParameters)}authConfirm(){return new di(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new pi(this.getSession(),this.pathParameters)}authUser(){return new mi(this.getSession(),this.pathParameters)}refreshAuthSession(){return new Pi(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new gi(this.getSession(),this.pathParameters)}resetAuthUser(){return new li(this.getSession(),this.pathParameters)}}const Si="internal-JG0adajZUHU";class Ii{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 Ei extends Ni{constructor(){super(new Ii,{}),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=Si,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||Si;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||Si;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||Si;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,Ps 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,ee as CancelDowngradeRequestRequest,re as CancelSubscriptionRequest,ca as ChangePasswordRequest,ae as ChangeSubscriptionPreviewRequest,he as ChangeSubscriptionRequest,ua as CheckSessionRequest,Ds as ComposeAssetByAssetTypeRequest,da as ConfirmInvitedRequest,ha as ConfirmRequest,w as ConsentStatus,T as ConsentType,x as ContactAssetSortingTypes,k as ContactSortingTypes,zr as CreateAccountByUserIdRequest,Pt as CreateApiKeyByAccountIdRequest,gt as CreateAppRequest,vs as CreateAssetByAssetTypeRequest,Ue as CreateAssetByProjectIdRequest,je as CreateAssetCreationJobByProjectIdRequest,Ge as CreateAssetCreationPresignedUrlRequest,lt as CreateAssetTypeByAccountIdRequest,Ve as CreateAssetsByProjectIdRequest,ms as CreateCampaignAccountByAccountIdRequest,pe as CreateConsentByContactIdRequest,Vs as CreateContactByAssetIdRequest,He as CreateContactByProjectIdRequest,Cr as CreateContactByScanIdRequest,Ye as CreateContactsByProjectIdRequest,Nt as CreateInvitationByAccountIdRequest,St as CreateInvitationsByAccountIdRequest,It as CreateLocationByAccountIdRequest,Fe as CreatePrintJobByProjectIdRequest,Et as CreatePrintPageTemplateByAccountIdRequest,At as CreatePrintStickerTemplateByAccountIdRequest,wt as CreateProjectByAccountIdRequest,Hs as CreateQrCodeByAssetIdRequest,qe as CreateQrCodeByProjectIdRequest,Tt as CreateQrCodeLogoByAccountRequest,xt as CreateQrCodeStylingTemplateByAccountRequest,Ys as CreateQrCodesByAssetIdRequest,kt as CreateQueryableCustomAttributeRequest,Be as CreateSelfQueuePrintJobByProjectIdRequest,ne as CreateSetupIntentRequest,na as CreateSmsResponseRequest,Qe as CreateSmsTemplateByProjectIdRequest,We as CreateTemplatedPrintJobByProjectIdRequest,$e as CreateTemplatedPrintPreviewByProjectIdRequest,_t as CreateTicketByAccountIdRequest,_e as CreateUserByInvitationIdRequest,Ct as CreateUserMediaPresignedUrlByAccountIdRequest,pa as CreateUserRequest,Fs as DeleteAssetRequest,Ls as DeleteAssetTypeRequest,me as DeleteConsentByContactIdRequest,Pe as DeleteContactRequest,yt as DeleteContactsByAccountIdRequest,Ke as DeleteContactsByProjectIdRequest,Ce as DeleteInvitationRequest,Oe as DeleteJobRequest,ve as DeleteLocationRequest,Lr as DeletePrintPageTemplateRequest,fr as DeletePrintStickerTemplateRequest,Xe as DeleteProjectRequest,xr as DeleteQrCodeRequest,br as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Pa as DeleteSessionRequest,ze as DeleteSmsTemplateByProjectIdRequest,Ot as DeleteUserByAccountIdRequest,oe as DowngradePlanRequest,_ as EntitySources,C as FieldType,y as FilePurpose,O as FileStatus,Rt as GetAccountRequest,Jr as GetAccountsByUserIdRequest,Dt as GetAdvancedAssetReportByAccountIdRequest,Je as GetAdvancedAssetReportByProjectIdRequest,vt as GetAdvancedContactReportByAccountIdRequest,Ze as GetAdvancedContactReportByProjectIdRequest,Lt as GetAdvancedScanReportByAccountIdRequest,tr as GetAdvancedScanReportByProjectIdRequest,de as GetAllAccountsRequest,ft as GetAllAppsByAccountIdRequest,Es as GetApiKeyRequest,As as GetApiKeySecretRequest,bt as GetApiKeysByAccountIdRequest,Os as GetAppAccountByAppAccountIdRequest,xs as GetAppByAppIdRequest,ks as GetAppsRequest,Mt as GetAssetExportByAccountIdRequest,sr as GetAssetExportByProjectIdRequest,Bs as GetAssetHistoryRequest,qs as GetAssetRequest,fs as GetAssetTypeByAssetTypeIdRequest,bs as GetAssetTypeCountAtLocationRequest,Us as GetAssetTypeCountsByLocationRequest,Ut as GetAssetTypesByAccountIdRequest,jt as GetAssetsByAccountIdRequest,Ms as GetAssetsByAssetTypeRequest,se as GetAssetsByBatchIdRequest,ge as GetAssetsByContactIdRequest,Le as GetAssetsByLocationIdRequest,er as GetAssetsByProjectIdRequest,Gt as GetBasicAssetReportByAccountIdRequest,rr as GetBasicAssetReportByProjectIdRequest,Vt as GetBasicContactReportByAccountIdRequest,ar as GetBasicContactReportByProjectIdRequest,Ht as GetBatchesByAccountIdRequest,nr as GetBatchesByProjectIdRequest,ie as GetBillingDetailsRequest,Yt as GetConsentByAccountIdRequest,le as GetConsentByContactIdRequest,or as GetConsentByProjectIdRequest,Ft as GetContactExportByAccountIdRequest,Se as GetContactExportByContactIdRequest,ir as GetContactExportByProjectIdRequest,Ne as GetContactRequest,qt as GetContactsByAccountIdRequest,Qs as GetContactsByAssetIdRequest,cr as GetContactsByProjectIdRequest,ce as GetCurrentPeriodRequest,Zr as GetErrorsByUserIdRequest,xe as GetFileRequest,Bt as GetInstalledAppsByAccountIdRequest,ye as GetInvitationRequest,ta as GetInvitationsByUserIdRequest,ue as GetInvoicesRequest,Re as GetJobRequest,Qt as GetJobsByAccountIdRequest,Wt as GetLocationsByAccountIdRequest,Rs as GetMainAccountByAppAccountIdRequest,Yr as GetMediaRequest,$t as GetMostScannedAssetsByAccountIdRequest,ur as GetMostScannedAssetsByProjectIdRequest,Kt as GetPricePlanByAccountIdRequest,Me as GetPricePlansRequest,Mr as GetPrintPageTemplateRequest,Xt as GetPrintPageTemplatesByAccountIdRequest,Ur as GetPrintStickerTemplateRequest,zt as GetPrintStickerTemplatesByAccountIdRequest,hr as GetProjectByProjectIdRequest,Jt as GetProjectsByAccountIdRequest,_s as GetPublishedAppsRequest,wr as GetQrCodeLogoByQrCodeLogoIdRequest,Zt as GetQrCodeLogosByAccountIdRequest,kr as GetQrCodeRequest,jr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,ts as GetQrCodeStylingTemplatesByAccountIdRequest,ss as GetQrCodesByAccountIdRequest,Ws as GetQrCodesByAssetIdRequest,dr as GetQrCodesByProjectIdRequest,es as GetQueryableCustomAttributeRequest,rs as GetScanDayOfWeekByAccountIdRequest,pr as GetScanDayOfWeekByProjectIdRequest,as as GetScanExportByAccountIdRequest,$s as GetScanExportByAssetIdRequest,Ie as GetScanExportByContactIdRequest,mr as GetScanExportByProjectIdRequest,Ks as GetScanLocationDataByAssetIdRequest,Ee as GetScanLocationDataByContactIdRequest,yr as GetScanRequest,ns as GetScanTimeOfDayByAccountIdRequest,Pr as GetScanTimeOfDayByProjectIdRequest,os as GetScanTimelineByAccountIdRequest,gr as GetScanTimelineByProjectIdRequest,is as GetScansByAccountIdRequest,Xs as GetScansByAssetIdRequest,Ae as GetScansByContactIdRequest,lr as GetScansByProjectIdRequest,ma as GetSessionRequest,Nr as GetSmsTemplateByProjectIdRequest,Sr as GetSmsTemplatesByProjectIdRequest,cs as GetUserByAccountIdRequest,us as GetUserMediasByAccountIdRequest,zs as GetUserMediasByAssetIdRequest,Ir as GetUserMediasByProjectIdRequest,sa as GetUserRequest,ea as GetUserSettingsByUserIdRequest,hs as GetUsersByAccountIdRequest,ds as InstallAppToAccountRequest,R as InternalProductName,D as InvoiceStatus,v as JobStatus,L as JobType,f as Label,Js as LinkContactToAssetRequest,we as LinkContactToScanRequest,Fr as LinkMediaToAssetRequest,qr as LinkMediaToProjectRequest,Br as LinkMediaToScanRequest,Qr as LinkMediasRequest,Cs as LoadAppRequest,b as LocationSortingTypes,Ei 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,X as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,J as QrCodeGradientTypes,Z as QrCodeIntentType,tt as QrCodeLocatorKeyType,st as QrCodeSortingTypes,et as QrCodeStatus,rt as QrCodeType,at as QueryConditions,ga as RefreshSessionRequest,la as ResendConfirmationRequest,ws as ResetApiKeySecretRequest,Na as ResetPasswordRequest,ps as RetrieveCampaignStatusByAccountIdRequest,Or as SaveGeolocationByScanIdRequest,nt as ScanTimelineOptions,fa as SdkAccountAdvancedAssetsReportResources,ba as SdkAccountAdvancedContactsReportResources,Ma as SdkAccountAdvancedScansReportResources,Sa as SdkAccountApikeysResources,rn as SdkAccountAppInstallResources,an as SdkAccountAppResource,Ia as SdkAccountAppsResources,ja as SdkAccountAssetsExportResources,Wa as SdkAccountAssetsMostscannedResources,Ga as SdkAccountAssetsResources,Ea as SdkAccountAssettypesResources,Va as SdkAccountBasicAssetsReportResources,Ha as SdkAccountBasicContactsReportResources,Ya as SdkAccountBatchResources,nn as SdkAccountCampaignInformationResources,on as SdkAccountClockResources,Fa as SdkAccountConsentResources,va as SdkAccountContactsBatchResources,qa as SdkAccountContactsExportResources,Ba as SdkAccountContactsResources,Oa as SdkAccountCustomattributesResources,cn as SdkAccountEngagePricePlanResources,wa as SdkAccountInvitationsBatchResources,Aa as SdkAccountInvitationsResources,Qa as SdkAccountJobsResources,Ta as SdkAccountLocationsResources,Ua as SdkAccountOwnerAppsResources,$a as SdkAccountPricePlanResources,xa as SdkAccountPrintPageTemplatesResources,ka as SdkAccountPrintStickerTemplatesResources,_a as SdkAccountProjectsResources,Ka as SdkAccountQrCodesResources,Ca as SdkAccountQrcodelogosResources,un as SdkAccountQrcodelogosUploadResources,hn as SdkAccountResource,Xa as SdkAccountScansDayofweekResources,za as SdkAccountScansExportResources,tn as SdkAccountScansResources,Za as SdkAccountScansTimelineResources,Ja as SdkAccountScansTimeofdayResources,ya as SdkAccountStylingtemplatesResources,La as SdkAccountUserResource,Da as SdkAccountUsermediasPresignedurlResources,sn as SdkAccountUsermediasResources,en as SdkAccountUsersResources,Ra as SdkAccountZendeskTicketResources,pn as SdkApikeyResource,dn as SdkApikeySecretResources,mn as SdkAppAccountLoadResources,Pn as SdkAppAccountResource,gn as SdkAppResource,Sn as SdkAppsAccountMainResources,In as SdkAppsAccountResource,Nn as SdkAppsPublishedResources,ln as SdkAppsResources,vn as SdkAssetContactResource,kn as SdkAssetContactsResources,Cn as SdkAssetHistoryResources,_n as SdkAssetQrCodesResources,Ln as SdkAssetResource,yn as SdkAssetScansExportResources,On as SdkAssetScansLocationResources,Rn as SdkAssetScansResources,Dn as SdkAssetUsermediasResources,En as SdkAssettypeAssetResource,An as SdkAssettypeAssetsResources,wn as SdkAssettypeLocationResource,Tn as SdkAssettypeLocationsResources,xn as SdkAssettypeResource,di as SdkAuthConfirmResources,hi as SdkAuthSessionResources,mi as SdkAuthUserResources,fn as SdkBatchAssetsResources,bn as SdkBatchResource,Mn as SdkBillingCancelDowngradeResource,Un as SdkBillingCancelSubscriptionResource,Yn as SdkBillingCurrentPeriodResource,Hn as SdkBillingDetailResource,Vn as SdkBillingDowngradePlanResource,Fn as SdkBillingInvoiceResource,Gn as SdkBillingSetupIntentResource,qn as SdkBillingUpgradePlanResource,Bn as SdkCareAccountsResources,gi as SdkConfirmationAuthUserResources,Wn as SdkContactAssetsResources,Qn as SdkContactConsentResources,$n as SdkContactExportResources,Zn as SdkContactResource,Jn as SdkContactScanResource,Kn as SdkContactScansExportResources,Xn as SdkContactScansLocationResources,zn as SdkContactScansResources,so as SdkFileResource,to as SdkFileValidateResources,ro as SdkInvitationResource,eo as SdkInvitationUsersResources,pi as SdkInvitedAuthConfirmResources,ao as SdkJobResource,no as SdkLocationAssetsResources,oo as SdkLocationResource,ui as SdkPasswordAuthUserResources,co as SdkPricePlansResources,Wo as SdkPrintPageTemplateResource,$o as SdkPrintStickerTemplateResource,To as SdkProjectAdvancedAssetsReportResources,xo as SdkProjectAdvancedContactsReportResources,ko as SdkProjectAdvancedScansReportResources,mo as SdkProjectAssetsBatchResources,_o as SdkProjectAssetsExportResources,vo as SdkProjectAssetsMostscannedResources,uo as SdkProjectAssetsResources,Co as SdkProjectBasicAssetsReportResources,yo as SdkProjectBasicContactsReportResources,Oo as SdkProjectBatchResources,Ro as SdkProjectConsentResources,go as SdkProjectContactsBatchResources,Do as SdkProjectContactsExportResources,Po as SdkProjectContactsResources,ho as SdkProjectJobsAssetbatchResources,po as SdkProjectPresignedurlJobsAssetbatchResources,lo as SdkProjectPrintResources,No as SdkProjectQrCodesResources,Go as SdkProjectResource,Lo as SdkProjectScansDayofweekResources,fo as SdkProjectScansExportResources,Uo as SdkProjectScansResources,Mo as SdkProjectScansTimelineResources,bo as SdkProjectScansTimeofdayResources,So as SdkProjectSelfqueueprintResources,wo as SdkProjectSmsTemplateResource,Io as SdkProjectSmsTemplatesResources,Ao as SdkProjectTemplatedPrintPreviewResources,Eo as SdkProjectTemplatedPrintResources,jo as SdkProjectUsermediasResources,Ho as SdkQrCodeResource,Vo as SdkQrcodelogoResource,Pi as SdkRefreshAuthSessionResources,li as SdkResetAuthUserResources,Ni as SdkResources,Yo as SdkScanContactsResources,Bo as SdkScanCustomAttributeResources,Fo as SdkScanEmailResources,Qo as SdkScanResource,qo as SdkScanSmsResources,Ko as SdkStylingtemplateResource,io as SdkSupportResources,jn as SdkUpgradePlanBillingPreviewResource,ti as SdkUserAccountsResources,si as SdkUserErrorsResources,ei as SdkUserInvitationsResources,ai as SdkUserPathResource,ri as SdkUserPathSettingsResources,ni as SdkUserResource,Xo as SdkUsermediaAssetResource,zo as SdkUsermediaProjectResource,Zo as SdkUsermediaResource,Jo as SdkUsermediaScanResource,oi as SdkWebhookSmsResources,ii as SdkWebhookSmsStatusResources,ci as SdkWebhookStripeResources,Rr as SendEmailByScanIdRequest,Dr as SendSmsByScanIdRequest,be as SendSupportEmailRequest,ra as SetUserSettingsByUserIdRequest,oa as SmsStatusUpdateRequest,ot as StickerShape,ia as StripeEventRequest,it as TagActions,ct as TagStates,Zs as UnlinkContactToAssetRequest,Wr as UnlinkMediaToAssetRequest,$r as UnlinkMediaToProjectRequest,Kr as UnlinkMediaToScanRequest,Xr as UnlinkMediasRequest,gs as UpdateAccountRequest,Ts as UpdateApiKeyRequest,ys as UpdateAppByAppIdRequest,te as UpdateAssetRequest,Gs as UpdateAssetTypeCountAtLocationRequest,js as UpdateAssetTypeRequest,De as UpdateAssetsLocationsRequest,Te as UpdateContactRequest,ls as UpdateEngagePricePlanRequest,fe as UpdateLocationRequest,Ns as UpdatePricePlanByAccountIdRequest,Gr as UpdatePrintPageTemplateRequest,Vr as UpdatePrintStickerTemplateRequest,Er as UpdateProjectByProjectIdRequest,Tr as UpdateQrCodeLogoByQrCodeLogoIdRequest,_r as UpdateQrCodeRequest,Hr as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,vr as UpdateScanCustomAttributeRequest,Ar as UpdateSmsTemplateRequest,Ss as UpdateUserByAccountIdRequest,aa as UpdateUserRequest,Is as UploadQrCodeLogoByAccountRequest,ut as UserCredentialsStatus,ht as UserGroups,dt as UserMediaFileTypes,pt as UserMediaSortingTypes,mt as UserSettingsDomain,ke as ValidateFileRequest};
|
|
2
2
|
//# sourceMappingURL=index.modern.mjs.map
|