@openscreen/internal-sdk 1.6.0 → 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 +563 -17
- package/typings/sdk.d.ts.map +1 -1
package/dist/index.modern.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"axios";function s(){return s=Object.assign?Object.assign.bind():function(t){for(var s=1;s<arguments.length;s++){var e=arguments[s];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])}return t},s.apply(this,arguments)}class e{constructor(t){this.session=void 0,this.routeSegments=void 0,this.session=t}async makeUri(t={}){const s=[(await this.session.getCloudConfig()).endpoint.replace(/\/+$/,"")];return this.routeSegments.forEach(e=>{if(s.push(e.routePart),e.parm){const r=t[e.parm];if(!r)throw Error(`Openscreen: missing path parameter value for '${e.parm}'`);s.push(r)}}),s.join("/")}debugRequest(t,s,e,r,a){this.session.debugRequest&&(console.debug(`Openscreen REQUEST: ${t.toUpperCase()} ${s}`),r&&console.debug(`Openscreen REQUEST: ${JSON.stringify(r,null,2)}`),e&&this.session.debugQuery&&console.debug(`Openscreen QUERY: ${JSON.stringify(e,null,2)}`),a&&this.session.debugOptions&&console.debug(`Openscreen OPTIONS: ${JSON.stringify(a,null,2)}`))}debugResponse(t){this.session.debugResponse&&console.debug(`Openscreen RESPONSE: ${JSON.stringify(t.data||{},null,2)}`)}handleAndDebugErr(t){if(t.response&&t.response.data)return this.session.debugError?console.error(`Openscreen ERROR: ${JSON.stringify(t.response.data,null,2)}`):this.session.debugResponse&&console.error(`Openscreen RESPONSE: ${JSON.stringify(t.response.data,null,2)}`),t.response.data;if(this.session.debugError)try{console.error(t)}catch(t){console.error("Openscreen: (unable to print error)")}return t}}class r extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("delete",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.delete(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class a extends e{async go(t,e,r){try{const a=await this.makeUri(t);this.debugRequest("get",a,e,null,r),await this.session.authorize();const n=await this.session.getAxios(),o=await n.get(a,s({params:e},r));return this.debugResponse(o),o.data}catch(t){throw this.handleAndDebugErr(t)}}}class n extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("patch",n,e,r,a);const o=await this.session.getAxios(),i=await o.patch(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class o extends e{async go(t,e,r,a){try{const n=await this.makeUri(t);await this.session.authorize(),this.debugRequest("post",n,e,r,a);const o=await this.session.getAxios(),i=await o.post(n,r,s({params:e},a));return this.debugResponse(i),i.data}catch(t){throw this.handleAndDebugErr(t)}}}class i{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.session=t,this.pathParameters=s}self(){return this}getSession(){return this.session}}class c{constructor(t,s){this.session=void 0,this.pathParameters=void 0,this.id=void 0,this.session=t,this.pathParameters=s}getSession(){return this.session}}var u,h,d,p,m,P,g,l,N,S,I,E,A,w,T,x,k,C,_,y,O,R,D,v,f,L,b,U,M,j,G,V,H,Y,q,F,B,Q,W,$,K,z,X,J,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht;!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.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"}(E||(E={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(A||(A={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(w||(w={})),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"}(x||(x={})),function(t){t.CARE_API="CARE_API"}(k||(k={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(C||(C={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(_||(_={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(y||(y={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(O||(O={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(R||(R={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(D||(D={})),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"}(v||(v={})),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"}(L||(L={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(b||(b={})),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"}(M||(M={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(j||(j={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(G||(G={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(V||(V={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(H||(H={})),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"}(Y||(Y={})),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"}(F||(F={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(B||(B={})),function(t){t.dot="dot",t.square="square"}(Q||(Q={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(W||(W={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}($||($={})),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"}(K||(K={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(X||(X={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(J||(J={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(Z||(Z={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(tt||(tt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(st||(st={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(et||(et={})),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"}(rt||(rt={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(at||(at={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(nt||(nt={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(ot||(ot={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(it||(it={})),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"}(ct||(ct={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ut||(ut={})),function(t){t.DASHBOARD="DASHBOARD"}(ht||(ht={}));class dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Pt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Nt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class St extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class It extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Et extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class At extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class wt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Tt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class xt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class kt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Ct extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class _t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Ot extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Rt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}]}}class Dt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}]}}class Lt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Ut extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Mt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class jt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class Gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Vt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ht extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class Yt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Ft extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class Bt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Qt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class Wt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Kt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class Jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}]}}class as 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 ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class os extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class is extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class cs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class us extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class hs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class ds extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class ps extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class gs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class ls extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class Ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class Ss extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class Es 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 As extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class xs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class ks extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Cs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class _s extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class Ds extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class vs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class fs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ls extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class bs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Us extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ms extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class js extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class Gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Vs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Hs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ys extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class Fs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Bs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ws extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class $s extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Ks extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class zs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class Xs extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class Js extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}]}}class Zs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}]}}class te extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class ee extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ae extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ne extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class he extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Pe extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class Ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class Se extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Ee extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class we extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class Te extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class xe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class ke extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class Ce extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class _e extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class ye extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class Oe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class Re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetbatch/presignedurl",sdkPartName:"assetbatchPresignedurl"}]}}class De extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"print",sdkPartName:"print"}]}}class be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ue extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class Me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint",sdkPartName:"templatedPrint"}]}}class Ge extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class Ve extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class He extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Fe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class Qe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class We extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class $e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Ke extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class Xe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Je extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Ze extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class er extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class ur extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class hr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class pr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class mr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class gr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class lr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Nr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Sr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Ir extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}]}}class Er extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}]}}class Ar extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class wr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Cr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class _r extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Or extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class Rr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Dr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class vr 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 fr 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 Lr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class br extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms",sdkPartName:"webhookSms"}]}}class Ur extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}]}}class Mr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhook/stripe",sdkPartName:"webhookStripe"}]}}class jr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class Gr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Vr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm",sdkPartName:"authConfirm"}]}}class Hr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/confirm/invited",sdkPartName:"invitedAuthConfirm"}]}}class Yr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class qr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Fr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class Br extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class Qr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class Wr extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class $r extends i{async create(t,s){return new dt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Dt(this.session).go(this.pathParameters,t,s)}}class Kr extends i{async create(t,s){return new pt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ht(this.session).go(this.pathParameters,t,s)}}class zr extends i{async create(t,s){return new mt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ft(this.session).go(this.pathParameters,t,s)}}class Xr extends i{async create(t,s){return new Pt(this.session).go(this.pathParameters,void 0,t,s)}}class Jr extends i{async create(t,s){return new gt(this.session).go(this.pathParameters,void 0,t,s)}}class Zr extends i{async create(t,s){return new lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new qt(this.session).go(this.pathParameters,t,s)}}class ta extends i{async create(t,s){return new Nt(this.session).go(this.pathParameters,void 0,t,s)}}class sa extends i{async create(t,s){return new St(this.session).go(this.pathParameters,void 0,t,s)}}class ea extends i{async create(t,s){return new It(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qt(this.session).go(this.pathParameters,t,s)}}class ra extends i{async create(t,s){return new Et(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Wt(this.session).go(this.pathParameters,t,s)}}class aa extends i{async create(t,s){return new At(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new $t(this.session).go(this.pathParameters,t,s)}}class na extends i{async create(t,s){return new wt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new zt(this.session).go(this.pathParameters,t,s)}}class oa extends i{async create(t,s){return new Tt(this.session).go(this.pathParameters,void 0,t,s)}}class ia extends i{async delete(t,s){return new xt(this.session).go(this.pathParameters,t,s)}}class ca extends c{async delete(t){return new kt(this.session).go(this.pathParameters,void 0,t)}async get(t){return new es(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ds(this.session).go(this.pathParameters,void 0,t,s)}}class ua extends i{async get(t,s){return new _t(this.session).go(this.pathParameters,t,s)}}class ha extends i{async get(t,s){return new yt(this.session).go(this.pathParameters,t,s)}}class da extends i{async get(t,s){return new Ot(this.session).go(this.pathParameters,t,s)}}class pa extends i{async get(t,s){return new Rt(this.session).go(this.pathParameters,t,s)}}class ma extends i{async create(t,s){return new vt(this.session).go(this.pathParameters,void 0,t,s)}}class Pa extends i{async get(t,s){return new Lt(this.session).go(this.pathParameters,t,s)}}class ga extends i{async get(t){return new bt(this.session).go(this.pathParameters,void 0,t)}}class la extends i{async get(t){return new Ut(this.session).go(this.pathParameters,void 0,t)}}class Na extends i{async get(t,s){return new Mt(this.session).go(this.pathParameters,t,s)}}class Sa extends i{async get(t,s){return new jt(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)}}class Ea extends i{async get(t,s){return new Vt(this.session).go(this.pathParameters,t,s)}}class Aa extends i{async get(t,s){return new Yt(this.session).go(this.pathParameters,t,s)}}class wa extends i{async get(t,s){return new Ft(this.session).go(this.pathParameters,t,s)}}class Ta extends i{async get(t){return new Bt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new hs(this.session).go(this.pathParameters,void 0,t,s)}}class xa extends i{async get(t,s){return new Kt(this.session).go(this.pathParameters,t,s)}}class ka extends i{async get(t,s){return new Xt(this.session).go(this.pathParameters,t,s)}}class Ca extends i{async create(t,s){return new Jt(this.session).go(this.pathParameters,void 0,t,s)}}class _a extends i{async get(t,s){return new Zt(this.session).go(this.pathParameters,t,s)}}class ya extends i{async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class Oa extends i{async get(t,s){return new ss(this.session).go(this.pathParameters,t,s)}}class Ra extends i{async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class Da extends i{async create(t){return new as(this.session).go(this.pathParameters,void 0,t)}}class va extends c{install(){return new Da(this.getSession(),this.pathParameters)}}class fa extends i{async get(t){return new ns(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new os(this.session).go(this.pathParameters,void 0,t,s)}}class La extends i{async create(t,s){return new is(this.session).go(this.pathParameters,void 0,t,s)}}class ba extends i{async update(t,s){return new us(this.session).go(this.pathParameters,void 0,t,s)}}class Ua extends i{async create(t,s){return new ps(this.session).go(this.pathParameters,void 0,t,s)}}class Ma extends c{apikeys(){return new $r(this.getSession(),this.pathParameters)}apps(){return new Kr(this.getSession(),this.pathParameters)}assettypes(){return new zr(this.getSession(),this.pathParameters)}invitations(){return new Xr(this.getSession(),this.pathParameters)}invitationsBatch(){return new Jr(this.getSession(),this.pathParameters)}locations(){return new Zr(this.getSession(),this.pathParameters)}printPageTemplates(){return new ta(this.getSession(),this.pathParameters)}printStickerTemplates(){return new sa(this.getSession(),this.pathParameters)}projects(){return new ea(this.getSession(),this.pathParameters)}qrcodelogos(){return new ra(this.getSession(),this.pathParameters)}stylingtemplates(){return new aa(this.getSession(),this.pathParameters)}customattributes(){return new na(this.getSession(),this.pathParameters)}zendeskTicket(){return new oa(this.getSession(),this.pathParameters)}contactsBatch(){return new ia(this.getSession(),this.pathParameters)}user(t){return new ca(this.getSession(),s({},this.pathParameters,{userId:t}))}advancedAssetsReport(){return new ua(this.getSession(),this.pathParameters)}advancedContactsReport(){return new ha(this.getSession(),this.pathParameters)}advancedScansReport(){return new da(this.getSession(),this.pathParameters)}ownerApps(){return new pa(this.getSession(),this.pathParameters)}assetsExport(){return new ma(this.getSession(),this.pathParameters)}assets(){return new Pa(this.getSession(),this.pathParameters)}basicAssetsReport(){return new ga(this.getSession(),this.pathParameters)}basicContactsReport(){return new la(this.getSession(),this.pathParameters)}batch(){return new Na(this.getSession(),this.pathParameters)}consent(){return new Sa(this.getSession(),this.pathParameters)}contactsExport(){return new Ia(this.getSession(),this.pathParameters)}contacts(){return new Ea(this.getSession(),this.pathParameters)}jobs(){return new Aa(this.getSession(),this.pathParameters)}assetsMostscanned(){return new wa(this.getSession(),this.pathParameters)}pricePlan(){return new Ta(this.getSession(),this.pathParameters)}qrCodes(){return new xa(this.getSession(),this.pathParameters)}scansDayofweek(){return new ka(this.getSession(),this.pathParameters)}scansExport(){return new Ca(this.getSession(),this.pathParameters)}scansTimeofday(){return new _a(this.getSession(),this.pathParameters)}scansTimeline(){return new ya(this.getSession(),this.pathParameters)}scans(){return new Oa(this.getSession(),this.pathParameters)}users(){return new Ra(this.getSession(),this.pathParameters)}app(t){return new va(this.getSession(),s({},this.pathParameters,{appId:t}))}campaignInformation(){return new fa(this.getSession(),this.pathParameters)}clock(){return new La(this.getSession(),this.pathParameters)}engagePricePlan(){return new ba(this.getSession(),this.pathParameters)}qrcodelogosUpload(){return new Ua(this.getSession(),this.pathParameters)}async get(t){return new Ct(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new cs(this.session).go(this.pathParameters,void 0,t,s)}}class ja extends i{async get(t){return new Ps(this.session).go(this.pathParameters,void 0,t)}async update(t){return new gs(this.session).go(this.pathParameters,void 0,t)}}class Ga extends c{secret(){return new ja(this.getSession(),this.pathParameters)}async get(t){return new ms(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new ls(this.session).go(this.pathParameters,void 0,t,s)}}class Va extends i{async create(t){return new Es(this.session).go(this.pathParameters,void 0,t)}}class Ha extends c{load(){return new Va(this.getSession(),this.pathParameters)}}class Ya extends c{account(t){return new Ha(this.getSession(),s({},this.pathParameters,{accountId:t}))}async get(t){return new Ns(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new As(this.session).go(this.pathParameters,void 0,t,s)}}class qa extends i{async get(t,s){return new Ss(this.session).go(this.pathParameters,t,s)}}class Fa extends i{async get(t,s){return new Is(this.session).go(this.pathParameters,t,s)}}class Ba extends i{async get(t){return new Ts(this.session).go(this.pathParameters,void 0,t)}}class Qa extends c{main(){return new Ba(this.getSession(),this.pathParameters)}async get(t){return new ws(this.session).go(this.pathParameters,void 0,t)}}class Wa extends c{async compose(t,s){return new xs(this.session).go(this.pathParameters,void 0,t,s)}}class $a extends i{async create(t,s){return new ks(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Os(this.session).go(this.pathParameters,t,s)}}class Ka extends c{async get(t){return new ys(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new vs(this.session).go(this.pathParameters,void 0,t,s)}}class za extends i{async get(t,s){return new Rs(this.session).go(this.pathParameters,t,s)}}class Xa extends c{asset(t){return new Wa(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new $a(this.getSession(),this.pathParameters)}location(t){return new Ka(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new za(this.getSession(),this.pathParameters)}async delete(t){return new Cs(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new _s(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ds(this.session).go(this.pathParameters,void 0,t,s)}}class Ja extends i{async create(t,s){return new fs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Gs(this.session).go(this.pathParameters,t,s)}}class Za extends i{async create(t,s){return new bs(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Vs(this.session).go(this.pathParameters,t,s)}}class tn extends i{async get(t,s){return new js(this.session).go(this.pathParameters,t,s)}}class sn extends i{async create(t,s){return new Hs(this.session).go(this.pathParameters,void 0,t,s)}}class en extends i{async get(t,s){return new Ys(this.session).go(this.pathParameters,t,s)}}class rn extends i{async get(t,s){return new qs(this.session).go(this.pathParameters,t,s)}}class an extends c{async link(t,s){return new Fs(this.session).go(this.pathParameters,void 0,t,s)}async unlink(t){return new Bs(this.session).go(this.pathParameters,void 0,t)}}class nn extends c{contacts(){return new Ja(this.getSession(),this.pathParameters)}qrCodes(){return new Za(this.getSession(),this.pathParameters)}history(){return new tn(this.getSession(),this.pathParameters)}scansExport(){return new sn(this.getSession(),this.pathParameters)}scansLocation(){return new en(this.getSession(),this.pathParameters)}scans(){return new rn(this.getSession(),this.pathParameters)}contact(t){return new an(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new Us(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Qs(this.session).go(this.pathParameters,void 0,t,s)}}class on extends c{async create(t){return new Ws(this.session).go(this.pathParameters,void 0,t)}}class cn extends c{async create(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class un extends c{async get(t,s){return new Ks(this.session).go(this.pathParameters,t,s)}}class hn extends c{async create(t,s){return new zs(this.session).go(this.pathParameters,void 0,t,s)}}class dn extends c{async create(t,s){return new Xs(this.session).go(this.pathParameters,void 0,t,s)}}class pn extends c{async get(t){return new Js(this.session).go(this.pathParameters,void 0,t)}}class mn extends c{async get(t){return new Zs(this.session).go(this.pathParameters,void 0,t)}}class Pn extends c{async get(t,s){return new te(this.session).go(this.pathParameters,t,s)}}class gn extends c{async create(t,s){return new se(this.session).go(this.pathParameters,void 0,t,s)}}class ln extends i{async get(t,s){return new ee(this.session).go(this.pathParameters,t,s)}}class Nn extends i{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new ae(this.session).go(this.pathParameters,t,s)}async get(t,s){return new ie(this.session).go(this.pathParameters,t,s)}}class Sn extends i{async get(t,s){return new oe(this.session).go(this.pathParameters,t,s)}}class In extends i{async create(t,s){return new ue(this.session).go(this.pathParameters,void 0,t,s)}}class En extends i{async create(t,s){return new he(this.session).go(this.pathParameters,void 0,t,s)}}class An extends i{async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class wn extends i{async get(t){return new pe(this.session).go(this.pathParameters,void 0,t)}}class Tn extends c{async link(t,s){return new me(this.session).go(this.pathParameters,void 0,t,s)}}class xn extends c{consent(){return new Nn(this.getSession(),this.pathParameters)}assets(){return new Sn(this.getSession(),this.pathParameters)}export(){return new In(this.getSession(),this.pathParameters)}scansExport(){return new En(this.getSession(),this.pathParameters)}scansLocation(){return new An(this.getSession(),this.pathParameters)}scans(){return new wn(this.getSession(),this.pathParameters)}scan(t){return new Tn(this.getSession(),s({},this.pathParameters,{scanId:t}))}async delete(t){return new ne(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ce(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Pe(this.session).go(this.pathParameters,void 0,t,s)}}class kn extends i{async create(t){return new le(this.session).go(this.pathParameters,void 0,t)}}class Cn extends c{validate(){return new kn(this.getSession(),this.pathParameters)}}class _n extends i{async create(t){return new Ne(this.session).go(this.pathParameters,void 0,t)}}class yn extends c{users(){return new _n(this.getSession(),this.pathParameters)}async delete(t){return new Se(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ie(this.session).go(this.pathParameters,void 0,t)}}class On extends c{async delete(t){return new Ee(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ae(this.session).go(this.pathParameters,void 0,t)}}class Rn extends i{async update(t,s){return new we(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new xe(this.session).go(this.pathParameters,t,s)}}class Dn extends c{assets(){return new Rn(this.getSession(),this.pathParameters)}async delete(t,s){return new Te(this.session).go(this.pathParameters,t,s)}async update(t,s){return new ke(this.session).go(this.pathParameters,void 0,t,s)}}class vn extends i{async create(t,s){return new Ce(this.session).go(this.pathParameters,void 0,t,s)}}class fn extends i{async get(t){return new _e(this.session).go(this.pathParameters,void 0,t)}}class Ln extends i{async create(t,s){return new ye(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Qe(this.session).go(this.pathParameters,t,s)}}class bn extends i{async create(t,s){return new Oe(this.session).go(this.pathParameters,void 0,t,s)}}class Un extends i{async create(t,s){return new Re(this.session).go(this.pathParameters,void 0,t,s)}}class Mn extends i{async create(t,s){return new De(this.session).go(this.pathParameters,void 0,t,s)}}class jn extends i{async create(t,s){return new ve(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Je(this.session).go(this.pathParameters,t,s)}}class Gn extends i{async create(t,s){return new fe(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Ge(this.session).go(this.pathParameters,t,s)}}class Vn extends i{async create(t,s){return new Le(this.session).go(this.pathParameters,void 0,t,s)}}class Hn extends i{async create(t,s){return new be(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new sr(this.session).go(this.pathParameters,t,s)}}class Yn extends i{async create(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}}class qn extends i{async create(t,s){return new Me(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new cr(this.session).go(this.pathParameters,t,s)}}class Fn extends i{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class Bn extends c{async delete(t){return new He(this.session).go(this.pathParameters,void 0,t)}async get(t){return new ir(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 Qn extends i{async get(t,s){return new Ye(this.session).go(this.pathParameters,t,s)}}class Wn extends i{async get(t,s){return new qe(this.session).go(this.pathParameters,t,s)}}class $n extends i{async get(t,s){return new Fe(this.session).go(this.pathParameters,t,s)}}class Kn extends i{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class zn extends i{async get(t){return new We(this.session).go(this.pathParameters,void 0,t)}}class Xn extends i{async get(t){return new $e(this.session).go(this.pathParameters,void 0,t)}}class Jn extends i{async get(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class Zn extends i{async get(t,s){return new ze(this.session).go(this.pathParameters,t,s)}}class to extends i{async create(t,s){return new Xe(this.session).go(this.pathParameters,void 0,t,s)}}class so extends i{async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}}class eo extends i{async get(t,s){return new er(this.session).go(this.pathParameters,t,s)}}class ro extends i{async create(t,s){return new rr(this.session).go(this.pathParameters,void 0,t,s)}}class ao extends i{async get(t,s){return new ar(this.session).go(this.pathParameters,t,s)}}class no extends i{async get(t,s){return new nr(this.session).go(this.pathParameters,t,s)}}class oo extends i{async get(t,s){return new or(this.session).go(this.pathParameters,t,s)}}class io extends c{assets(){return new Ln(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new bn(this.getSession(),this.pathParameters)}assetbatchPresignedurl(){return new Un(this.getSession(),this.pathParameters)}assetsBatch(){return new Mn(this.getSession(),this.pathParameters)}contacts(){return new jn(this.getSession(),this.pathParameters)}contactsBatch(){return new Gn(this.getSession(),this.pathParameters)}print(){return new Vn(this.getSession(),this.pathParameters)}qrCodes(){return new Hn(this.getSession(),this.pathParameters)}selfqueueprint(){return new Yn(this.getSession(),this.pathParameters)}smsTemplates(){return new qn(this.getSession(),this.pathParameters)}templatedPrint(){return new Fn(this.getSession(),this.pathParameters)}smsTemplate(t){return new Bn(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedAssetsReport(){return new Qn(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Wn(this.getSession(),this.pathParameters)}advancedScansReport(){return new $n(this.getSession(),this.pathParameters)}assetsExport(){return new Kn(this.getSession(),this.pathParameters)}basicAssetsReport(){return new zn(this.getSession(),this.pathParameters)}basicContactsReport(){return new Xn(this.getSession(),this.pathParameters)}batch(){return new Jn(this.getSession(),this.pathParameters)}consent(){return new Zn(this.getSession(),this.pathParameters)}contactsExport(){return new to(this.getSession(),this.pathParameters)}assetsMostscanned(){return new so(this.getSession(),this.pathParameters)}scansDayofweek(){return new eo(this.getSession(),this.pathParameters)}scansExport(){return new ro(this.getSession(),this.pathParameters)}scansTimeofday(){return new ao(this.getSession(),this.pathParameters)}scansTimeline(){return new no(this.getSession(),this.pathParameters)}scans(){return new oo(this.getSession(),this.pathParameters)}async delete(t){return new Ve(this.session).go(this.pathParameters,void 0,t)}async get(t){return new tr(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 co extends c{async get(t){return new dr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new pr(this.session).go(this.pathParameters,void 0,t,s)}}class uo extends c{async delete(t){return new mr(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new gr(this.session).go(this.pathParameters,void 0,t,s)}}class ho extends i{async create(t,s){return new lr(this.session).go(this.pathParameters,void 0,t,s)}}class po extends i{async send(t,s){return new Ir(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async send(t,s){return new Er(this.session).go(this.pathParameters,void 0,t,s)}}class Po extends i{async update(t,s){return new Ar(this.session).go(this.pathParameters,void 0,t,s)}}class go extends c{contacts(){return new ho(this.getSession(),this.pathParameters)}email(){return new po(this.getSession(),this.pathParameters)}sms(){return new mo(this.getSession(),this.pathParameters)}customAttribute(){return new Po(this.getSession(),this.pathParameters)}async get(t){return new Nr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Sr(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends c{async delete(t){return new wr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new kr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class No extends c{async get(t){return new Tr(this.session).go(this.pathParameters,void 0,t)}}class So extends c{async get(t){return new xr(this.session).go(this.pathParameters,void 0,t)}}class Io extends i{async create(t,s){return new _r(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new yr(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async get(t,s){return new Or(this.session).go(this.pathParameters,t,s)}}class Ao extends i{async get(t,s){return new Rr(this.session).go(this.pathParameters,t,s)}}class wo extends i{async get(t){return new vr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new fr(this.session).go(this.pathParameters,void 0,t,s)}}class To extends c{settings(){return new wo(this.getSession(),this.pathParameters)}}class xo extends c{accounts(){return new Io(this.getSession(),this.pathParameters)}errors(){return new Eo(this.getSession(),this.pathParameters)}invitations(){return new Ao(this.getSession(),this.pathParameters)}path(t){return new To(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new Dr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Lr(this.session).go(this.pathParameters,void 0,t,s)}}class ko extends i{async create(t){return new br(this.session).go(this.pathParameters,void 0,t)}}class Co extends i{async create(t){return new Ur(this.session).go(this.pathParameters,void 0,t)}}class _o extends i{async create(t,s){return new Mr(this.session).go(this.pathParameters,void 0,t,s)}}class yo extends i{async create(t,s){return new jr(this.session).go(this.pathParameters,void 0,t,s)}}class Oo extends i{async get(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}async create(t){return new qr(this.session).go(this.pathParameters,void 0,t)}}class Ro extends i{async get(t,s){return new Vr(this.session).go(this.pathParameters,t,s)}}class Do extends i{async get(t,s){return new Hr(this.session).go(this.pathParameters,t,s)}}class vo extends i{async create(t,s){return new Yr(this.session).go(this.pathParameters,void 0,t,s)}}class fo extends i{async create(t){return new Br(this.session).go(this.pathParameters,void 0,t)}}class Lo extends i{async resend(t,s){return new Qr(this.session).go(this.pathParameters,void 0,t,s)}}class bo extends i{async reset(t,s){return new Wr(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{account(t){return new Ma(this.getSession(),s({},this.pathParameters,{accountId:t}))}apikey(t){return new Ga(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}app(t){return new Ya(this.getSession(),s({},this.pathParameters,{appId:t}))}apps(){return new qa(this.getSession(),this.pathParameters)}appsPublished(){return new Fa(this.getSession(),this.pathParameters)}appsAccount(t){return new Qa(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}assettype(t){return new Xa(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}asset(t){return new nn(this.getSession(),s({},this.pathParameters,{assetId:t}))}billingCancelDowngrade(t){return new on(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new cn(this.getSession(),s({},this.pathParameters,{accountId:t}))}upgradePlanBillingPreview(t){return new un(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new hn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new dn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new pn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new mn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Pn(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingUpgradePlan(t){return new gn(this.getSession(),s({},this.pathParameters,{accountId:t}))}careAccounts(){return new ln(this.getSession(),this.pathParameters)}contact(t){return new xn(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new Cn(this.getSession(),s({},this.pathParameters,{fileId:t}))}invitation(t){return new yn(this.getSession(),s({},this.pathParameters,{invitationId:t}))}job(t){return new On(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new Dn(this.getSession(),s({},this.pathParameters,{locationId:t}))}support(){return new vn(this.getSession(),this.pathParameters)}pricePlans(){return new fn(this.getSession(),this.pathParameters)}project(t){return new io(this.getSession(),s({},this.pathParameters,{projectId:t}))}qrcodelogo(t){return new co(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}qrCode(t){return new uo(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new go(this.getSession(),s({},this.pathParameters,{scanId:t}))}stylingtemplate(t){return new lo(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}printPageTemplate(t){return new No(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}printStickerTemplate(t){return new So(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}user(t){return new xo(this.getSession(),s({},this.pathParameters,{userId:t}))}webhookSms(){return new ko(this.getSession(),this.pathParameters)}webhookSmsStatus(){return new Co(this.getSession(),this.pathParameters)}webhookStripe(){return new _o(this.getSession(),this.pathParameters)}passwordAuthUser(){return new yo(this.getSession(),this.pathParameters)}authSession(){return new Oo(this.getSession(),this.pathParameters)}authConfirm(){return new Ro(this.getSession(),this.pathParameters)}invitedAuthConfirm(){return new Do(this.getSession(),this.pathParameters)}authUser(){return new vo(this.getSession(),this.pathParameters)}refreshAuthSession(){return new fo(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new Lo(this.getSession(),this.pathParameters)}resetAuthUser(){return new bo(this.getSession(),this.pathParameters)}}const Mo="internal-JG0adajZUHU";class jo{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 Go extends Uo{constructor(){super(new jo,{}),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=Mo,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||Mo;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||Mo;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||Mo;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,is 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 CampaignUseCaseCategory,Ws as CancelDowngradeRequestRequest,$s as CancelSubscriptionRequest,jr as ChangePasswordRequest,Ks as ChangeSubscriptionPreviewRequest,se as ChangeSubscriptionRequest,Gr as CheckSessionRequest,xs as ComposeAssetByAssetTypeRequest,Hr as ConfirmInvitedRequest,Vr as ConfirmRequest,A as ConsentStatus,w as ConsentType,T as ContactAssetSortingTypes,x as ContactSortingTypes,_r as CreateAccountByUserIdRequest,dt as CreateApiKeyByAccountIdRequest,pt as CreateAppRequest,ks as CreateAssetByAssetTypeRequest,ye as CreateAssetByProjectIdRequest,Oe as CreateAssetCreationJobByProjectIdRequest,Re as CreateAssetCreationPresignedUrlRequest,mt as CreateAssetTypeByAccountIdRequest,De as CreateAssetsByProjectIdRequest,os as CreateCampaignAccountByAccountIdRequest,re as CreateConsentByContactIdRequest,fs as CreateContactByAssetIdRequest,ve as CreateContactByProjectIdRequest,lr as CreateContactByScanIdRequest,fe as CreateContactsByProjectIdRequest,Pt as CreateInvitationByAccountIdRequest,gt as CreateInvitationsByAccountIdRequest,lt as CreateLocationByAccountIdRequest,Le as CreatePrintJobByProjectIdRequest,Nt as CreatePrintPageTemplateByAccountIdRequest,St as CreatePrintStickerTemplateByAccountIdRequest,It as CreateProjectByAccountIdRequest,Ls as CreateQrCodeByAssetIdRequest,be as CreateQrCodeByProjectIdRequest,Et as CreateQrCodeLogoByAccountRequest,At as CreateQrCodeStylingTemplateByAccountRequest,bs as CreateQrCodesByAssetIdRequest,wt as CreateQueryableCustomAttributeRequest,Ue as CreateSelfQueuePrintJobByProjectIdRequest,zs as CreateSetupIntentRequest,br as CreateSmsResponseRequest,Me as CreateSmsTemplateByProjectIdRequest,je as CreateTemplatedPrintJobByProjectIdRequest,Tt as CreateTicketByAccountIdRequest,Ne as CreateUserByInvitationIdRequest,Yr as CreateUserRequest,Us as DeleteAssetRequest,Cs as DeleteAssetTypeRequest,ae as DeleteConsentByContactIdRequest,ne as DeleteContactRequest,xt as DeleteContactsByAccountIdRequest,Ge as DeleteContactsByProjectIdRequest,Se as DeleteInvitationRequest,Ee as DeleteJobRequest,Te as DeleteLocationRequest,Ve as DeleteProjectRequest,mr as DeleteQrCodeRequest,wr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Fr as DeleteSessionRequest,He as DeleteSmsTemplateByProjectIdRequest,kt as DeleteUserByAccountIdRequest,Xs as DowngradePlanRequest,k as EntitySources,C as FieldType,_ as FilePurpose,y as FileStatus,Ct as GetAccountRequest,yr as GetAccountsByUserIdRequest,_t as GetAdvancedAssetReportByAccountIdRequest,Ye as GetAdvancedAssetReportByProjectIdRequest,yt as GetAdvancedContactReportByAccountIdRequest,qe as GetAdvancedContactReportByProjectIdRequest,Ot as GetAdvancedScanReportByAccountIdRequest,Fe as GetAdvancedScanReportByProjectIdRequest,ee as GetAllAccountsRequest,Rt as GetAllAppsByAccountIdRequest,ms as GetApiKeyRequest,Ps as GetApiKeySecretRequest,Dt as GetApiKeysByAccountIdRequest,ws as GetAppAccountByAppAccountIdRequest,Ns as GetAppByAppIdRequest,Ss as GetAppsRequest,vt as GetAssetExportByAccountIdRequest,Be as GetAssetExportByProjectIdRequest,js as GetAssetHistoryRequest,Ms as GetAssetRequest,_s as GetAssetTypeByAssetTypeIdRequest,ys as GetAssetTypeCountAtLocationRequest,Rs as GetAssetTypeCountsByLocationRequest,ft as GetAssetTypesByAccountIdRequest,Lt as GetAssetsByAccountIdRequest,Os as GetAssetsByAssetTypeRequest,oe as GetAssetsByContactIdRequest,xe as GetAssetsByLocationIdRequest,Qe as GetAssetsByProjectIdRequest,bt as GetBasicAssetReportByAccountIdRequest,We as GetBasicAssetReportByProjectIdRequest,Ut as GetBasicContactReportByAccountIdRequest,$e as GetBasicContactReportByProjectIdRequest,Mt as GetBatchesByAccountIdRequest,Ke as GetBatchesByProjectIdRequest,Js as GetBillingDetailsRequest,jt as GetConsentByAccountIdRequest,ie as GetConsentByContactIdRequest,ze as GetConsentByProjectIdRequest,Gt as GetContactExportByAccountIdRequest,ue as GetContactExportByContactIdRequest,Xe as GetContactExportByProjectIdRequest,ce as GetContactRequest,Vt as GetContactsByAccountIdRequest,Gs as GetContactsByAssetIdRequest,Je as GetContactsByProjectIdRequest,Zs as GetCurrentPeriodRequest,Or as GetErrorsByUserIdRequest,ge as GetFileRequest,Ht as GetInstalledAppsByAccountIdRequest,Ie as GetInvitationRequest,Rr as GetInvitationsByUserIdRequest,te as GetInvoicesRequest,Ae as GetJobRequest,Yt as GetJobsByAccountIdRequest,qt as GetLocationsByAccountIdRequest,Ts as GetMainAccountByAppAccountIdRequest,Ft as GetMostScannedAssetsByAccountIdRequest,Ze as GetMostScannedAssetsByProjectIdRequest,Bt as GetPricePlanByAccountIdRequest,_e as GetPricePlansRequest,Tr as GetPrintPageTemplateRequest,xr as GetPrintStickerTemplateRequest,tr as GetProjectByProjectIdRequest,Qt as GetProjectsByAccountIdRequest,Is as GetPublishedAppsRequest,dr as GetQrCodeLogoByQrCodeLogoIdRequest,Wt as GetQrCodeLogosByAccountIdRequest,Pr as GetQrCodeRequest,kr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,$t as GetQrCodeStylingTemplatesByAccountIdRequest,Kt as GetQrCodesByAccountIdRequest,Vs as GetQrCodesByAssetIdRequest,sr as GetQrCodesByProjectIdRequest,zt as GetQueryableCustomAttributeRequest,Xt as GetScanDayOfWeekByAccountIdRequest,er as GetScanDayOfWeekByProjectIdRequest,Jt as GetScanExportByAccountIdRequest,Hs as GetScanExportByAssetIdRequest,he as GetScanExportByContactIdRequest,rr as GetScanExportByProjectIdRequest,Ys as GetScanLocationDataByAssetIdRequest,de as GetScanLocationDataByContactIdRequest,Nr as GetScanRequest,Zt as GetScanTimeOfDayByAccountIdRequest,ar as GetScanTimeOfDayByProjectIdRequest,ts as GetScanTimelineByAccountIdRequest,nr as GetScanTimelineByProjectIdRequest,ss as GetScansByAccountIdRequest,qs as GetScansByAssetIdRequest,pe as GetScansByContactIdRequest,or as GetScansByProjectIdRequest,qr as GetSessionRequest,ir as GetSmsTemplateByProjectIdRequest,cr as GetSmsTemplatesByProjectIdRequest,es as GetUserByAccountIdRequest,Dr as GetUserRequest,vr as GetUserSettingsByUserIdRequest,rs as GetUsersByAccountIdRequest,as as InstallAppToAccountRequest,O as InternalProductName,R as InvoiceStatus,D as JobStatus,v as JobType,f as Label,Fs as LinkContactToAssetRequest,me as LinkContactToScanRequest,Es as LoadAppRequest,L as LocationSortingTypes,Go as Openscreen,b as OpenscreenEmails,U as PricePlanName,M as PricePlanPaymentPeriod,j as PricePlanReporting,G as PrintFormat,V as PrintMode,H as PrintOrientation,Y as PrintTemplate,q as PrintUnit,F as ProjectSortingTypes,B as ProjectStatus,Q as QrCodeCornerDotTypes,W as QrCodeCornerSquareTypes,$ as QrCodeDotTypes,K as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,X as QrCodeGradientTypes,J as QrCodeIntentType,Z as QrCodeLocatorKeyType,tt as QrCodeSortingTypes,st as QrCodeStatus,et as QrCodeType,rt as QueryConditions,Br as RefreshSessionRequest,Qr as ResendConfirmationRequest,gs as ResetApiKeySecretRequest,Wr as ResetPasswordRequest,ns as RetrieveCampaignStatusByAccountIdRequest,Sr as SaveGeolocationByScanIdRequest,at as ScanTimelineOptions,ua as SdkAccountAdvancedAssetsReportResources,ha as SdkAccountAdvancedContactsReportResources,da as SdkAccountAdvancedScansReportResources,$r as SdkAccountApikeysResources,Da as SdkAccountAppInstallResources,va as SdkAccountAppResource,Kr as SdkAccountAppsResources,ma as SdkAccountAssetsExportResources,wa as SdkAccountAssetsMostscannedResources,Pa as SdkAccountAssetsResources,zr as SdkAccountAssettypesResources,ga as SdkAccountBasicAssetsReportResources,la as SdkAccountBasicContactsReportResources,Na as SdkAccountBatchResources,fa as SdkAccountCampaignInformationResources,La as SdkAccountClockResources,Sa as SdkAccountConsentResources,ia as SdkAccountContactsBatchResources,Ia as SdkAccountContactsExportResources,Ea as SdkAccountContactsResources,na as SdkAccountCustomattributesResources,ba as SdkAccountEngagePricePlanResources,Jr as SdkAccountInvitationsBatchResources,Xr as SdkAccountInvitationsResources,Aa as SdkAccountJobsResources,Zr as SdkAccountLocationsResources,pa as SdkAccountOwnerAppsResources,Ta as SdkAccountPricePlanResources,ta as SdkAccountPrintPageTemplatesResources,sa as SdkAccountPrintStickerTemplatesResources,ea as SdkAccountProjectsResources,xa as SdkAccountQrCodesResources,ra as SdkAccountQrcodelogosResources,Ua as SdkAccountQrcodelogosUploadResources,Ma as SdkAccountResource,ka as SdkAccountScansDayofweekResources,Ca as SdkAccountScansExportResources,Oa as SdkAccountScansResources,ya as SdkAccountScansTimelineResources,_a as SdkAccountScansTimeofdayResources,aa as SdkAccountStylingtemplatesResources,ca as SdkAccountUserResource,Ra as SdkAccountUsersResources,oa as SdkAccountZendeskTicketResources,Ga as SdkApikeyResource,ja as SdkApikeySecretResources,Va as SdkAppAccountLoadResources,Ha as SdkAppAccountResource,Ya as SdkAppResource,Ba as SdkAppsAccountMainResources,Qa as SdkAppsAccountResource,Fa as SdkAppsPublishedResources,qa as SdkAppsResources,an as SdkAssetContactResource,Ja as SdkAssetContactsResources,tn as SdkAssetHistoryResources,Za as SdkAssetQrCodesResources,nn as SdkAssetResource,sn as SdkAssetScansExportResources,en as SdkAssetScansLocationResources,rn as SdkAssetScansResources,Wa as SdkAssettypeAssetResource,$a as SdkAssettypeAssetsResources,Ka as SdkAssettypeLocationResource,za as SdkAssettypeLocationsResources,Xa as SdkAssettypeResource,Ro as SdkAuthConfirmResources,Oo as SdkAuthSessionResources,vo as SdkAuthUserResources,on as SdkBillingCancelDowngradeResource,cn as SdkBillingCancelSubscriptionResource,mn as SdkBillingCurrentPeriodResource,pn as SdkBillingDetailResource,dn as SdkBillingDowngradePlanResource,Pn as SdkBillingInvoiceResource,hn as SdkBillingSetupIntentResource,gn as SdkBillingUpgradePlanResource,ln as SdkCareAccountsResources,Lo as SdkConfirmationAuthUserResources,Sn as SdkContactAssetsResources,Nn as SdkContactConsentResources,In as SdkContactExportResources,xn as SdkContactResource,Tn as SdkContactScanResource,En as SdkContactScansExportResources,An as SdkContactScansLocationResources,wn as SdkContactScansResources,Cn as SdkFileResource,kn as SdkFileValidateResources,yn as SdkInvitationResource,_n as SdkInvitationUsersResources,Do as SdkInvitedAuthConfirmResources,On as SdkJobResource,Rn as SdkLocationAssetsResources,Dn as SdkLocationResource,yo as SdkPasswordAuthUserResources,fn as SdkPricePlansResources,No as SdkPrintPageTemplateResource,So as SdkPrintStickerTemplateResource,Qn as SdkProjectAdvancedAssetsReportResources,Wn as SdkProjectAdvancedContactsReportResources,$n as SdkProjectAdvancedScansReportResources,Un as SdkProjectAssetbatchPresignedurlResources,Mn as SdkProjectAssetsBatchResources,Kn as SdkProjectAssetsExportResources,so as SdkProjectAssetsMostscannedResources,Ln as SdkProjectAssetsResources,zn as SdkProjectBasicAssetsReportResources,Xn as SdkProjectBasicContactsReportResources,Jn as SdkProjectBatchResources,Zn as SdkProjectConsentResources,Gn as SdkProjectContactsBatchResources,to as SdkProjectContactsExportResources,jn as SdkProjectContactsResources,bn as SdkProjectJobsAssetbatchResources,Vn as SdkProjectPrintResources,Hn as SdkProjectQrCodesResources,io as SdkProjectResource,eo as SdkProjectScansDayofweekResources,ro as SdkProjectScansExportResources,oo as SdkProjectScansResources,no as SdkProjectScansTimelineResources,ao as SdkProjectScansTimeofdayResources,Yn as SdkProjectSelfqueueprintResources,Bn as SdkProjectSmsTemplateResource,qn as SdkProjectSmsTemplatesResources,Fn as SdkProjectTemplatedPrintResources,uo as SdkQrCodeResource,co as SdkQrcodelogoResource,fo as SdkRefreshAuthSessionResources,bo as SdkResetAuthUserResources,Uo as SdkResources,ho as SdkScanContactsResources,Po as SdkScanCustomAttributeResources,po as SdkScanEmailResources,go as SdkScanResource,mo as SdkScanSmsResources,lo as SdkStylingtemplateResource,vn as SdkSupportResources,un as SdkUpgradePlanBillingPreviewResource,Io as SdkUserAccountsResources,Eo as SdkUserErrorsResources,Ao as SdkUserInvitationsResources,To as SdkUserPathResource,wo as SdkUserPathSettingsResources,xo as SdkUserResource,ko as SdkWebhookSmsResources,Co as SdkWebhookSmsStatusResources,_o as SdkWebhookStripeResources,Ir as SendEmailByScanIdRequest,Er as SendSmsByScanIdRequest,Ce as SendSupportEmailRequest,fr as SetUserSettingsByUserIdRequest,Ur as SmsStatusUpdateRequest,nt as StickerShape,Mr as StripeEventRequest,ot as TagActions,it as TagStates,Bs as UnlinkContactToAssetRequest,cs as UpdateAccountRequest,ls as UpdateApiKeyRequest,As as UpdateAppByAppIdRequest,Qs as UpdateAssetRequest,vs as UpdateAssetTypeCountAtLocationRequest,Ds as UpdateAssetTypeRequest,we as UpdateAssetsLocationsRequest,Pe as UpdateContactRequest,us as UpdateEngagePricePlanRequest,ke as UpdateLocationRequest,hs as UpdatePricePlanByAccountIdRequest,ur as UpdateProjectByProjectIdRequest,pr as UpdateQrCodeLogoByQrCodeLogoIdRequest,gr as UpdateQrCodeRequest,Cr as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Ar as UpdateScanCustomAttributeRequest,hr as UpdateSmsTemplateRequest,ds as UpdateUserByAccountIdRequest,Lr as UpdateUserRequest,ps as UploadQrCodeLogoByAccountRequest,ct as UserCredentialsStatus,ut as UserGroups,ht as UserSettingsDomain,le 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
|