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