@openscreen/internal-sdk 2.0.7-beta.5 → 2.0.7

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