@openscreen/internal-sdk 2.1.21 → 2.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openscreen/internal-sdk",
3
- "version": "2.1.21",
3
+ "version": "2.1.23",
4
4
  "description": "Generate Unique, Dynamic and trackable QR Codes at scale with Openscreen SDK",
5
5
  "keywords": [
6
6
  "qr",
@@ -23,22 +23,21 @@
23
23
  },
24
24
  "exports": {
25
25
  "require": "./dist/index.js",
26
- "default": "./dist/index.modern.mjs"
26
+ "default": "./dist/index.mjs"
27
27
  },
28
28
  "main": "./dist/index.js",
29
29
  "module": "./dist/index.mjs",
30
30
  "source": "./src/index.ts",
31
- "types": "./typings/index.d.ts",
31
+ "types": "./dist/index.d.ts",
32
32
  "files": [
33
- "dist",
34
- "typings"
33
+ "dist"
35
34
  ],
36
35
  "scripts": {
37
- "build": "./node_modules/.bin/microbundle --format=modern,esm,cjs",
36
+ "build": "tsup src/index.ts --format cjs,esm --out-dir dist --target es2020 --dts --sourcemap",
38
37
  "clean": "rm -rf ./src/sdk.ts ./dist"
39
38
  },
40
39
  "dependencies": {
41
- "axios": "^1.12.2",
40
+ "axios": "^1.13.6",
42
41
  "axios-cookiejar-support": "^6.0.4",
43
42
  "tough-cookie": "^6.0.0"
44
43
  },
@@ -47,6 +46,6 @@
47
46
  "@types/node": "^24.5.2",
48
47
  "@types/tough-cookie": "4.0.5",
49
48
  "dotenv": "17.2.2",
50
- "microbundle": "0.15.1"
49
+ "tsup": "^8.5.0"
51
50
  }
52
51
  }
@@ -1,2 +0,0 @@
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,N,l,S,I,E,A,T,w,x,_,k,O,C,R,y,D,v,L,U,b,f,M,j,G,F,V,H,q,Y,B,Q,K,W,J,$,X,z,Z,tt,st,et,rt,at,nt,ot,it,ct,ut,ht,dt,mt,pt,Pt,gt,Nt,lt,St,It;!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"}(N||(N={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(l||(l={})),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.ABN="ABN",t.ACN="ACN",t.BRN="BRN",t.CBN="CBN",t.CIF="CIF",t.CNPJ="CNPJ",t.CRN="CRN",t.EIN="EIN",t.NEQ="NEQ",t.NIF="NIF",t.NZBN="NZBN",t.OTHER="OTHER",t.PROVINCIAL_NUMBER="PROVINCIAL_NUMBER",t.SIREN="SIREN",t.SIRET="SIRET",t.UID="UID",t.USt_IdNr="USt-IdNr",t.VAT="VAT"}(T||(T={})),function(t){t.SOLE_PROPRIETOR="SOLE_PROPRIETOR",t.PRIVATE_PROFIT="PRIVATE_PROFIT",t.PUBLIC_PROFIT="PUBLIC_PROFIT",t.NON_PROFIT="NON_PROFIT",t.GOVERNMENT="GOVERNMENT"}(w||(w={})),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"}(x||(x={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(_||(_={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(k||(k={})),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"}(O||(O={})),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"}(C||(C={})),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"}(R||(R={})),function(t){t.AES_256="AES_256",t.NONE="NONE"}(y||(y={})),function(t){t.CARE_API="CARE_API"}(D||(D={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(v||(v={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(L||(L={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(U||(U={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(b||(b={})),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.CLONE_WORKFLOW="CLONE_WORKFLOW",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_ASSETS="UPDATE_ASSETS",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"}(f||(f={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(M||(M={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(j||(j={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(G||(G={})),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"}(F||(F={})),function(t){t.ADMIN_PLUGIN="ADMIN_PLUGIN",t.AGE_VERIFICATION="AGE_VERIFICATION",t.AI_HELPER="AI_HELPER",t.BECTON_DICKINSON_RD="BECTON_DICKINSON_RD",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",t.SWAP_ASSET="SWAP_ASSET"}(V||(V={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(H||(H={})),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"}(q||(q={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(Y||(Y={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(B||(B={})),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"}(K||(K={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(W||(W={})),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"}(J||(J={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}($||($={})),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"}(X||(X={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(z||(z={})),function(t){t.dot="dot",t.square="square"}(Z||(Z={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(tt||(tt={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(st||(st={})),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"}(et||(et={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(rt||(rt={})),function(t){t.linear="linear",t.radial="radial"}(at||(at={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(nt||(nt={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(ot||(ot={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(it||(it={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(ct||(ct={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(ut||(ut={})),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"}(ht||(ht={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(dt||(dt={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(mt||(mt={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(pt||(pt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(Pt||(Pt={})),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"}(gt||(gt={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(Nt||(Nt={})),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"}(lt||(lt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(St||(St={})),function(t){t.DASHBOARD="DASHBOARD"}(It||(It={}));class Et extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}]}}class At extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}]}}class Tt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class wt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class _t extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}]}}class kt extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}]}}class Ot extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class Ct extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class Rt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}]}}class yt 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 Dt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}]}}class vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class Lt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class Ut 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:"assettypes",sdkPartName:"assettypes"}]}}class ft extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Mt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}]}}class jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Gt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Ft extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Vt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class Ht extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class qt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class Yt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Bt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}]}}class Qt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}class Kt extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}]}}class Wt extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Jt extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}]}}class $t extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class Xt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class zt 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 Zt extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class ss extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}]}}class es extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}]}}class as extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}]}}class ns extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class os 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:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}]}}class us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}]}}class hs extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class ds extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/scans",sdkPartName:"assetsScans"}]}}class ms 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 ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}]}}class Ps extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}]}}class gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}]}}class Ns 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:"contacts",sdkPartName:"contacts"}]}}class Ss extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}]}}class Is extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Es extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class As extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}]}}class Ts extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class ws extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}]}}class xs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}]}}class _s extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}]}}class ks extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects/export",sdkPartName:"projectsExport"}]}}class Os extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}]}}class Cs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}]}}class Rs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Ds extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class vs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Ls extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Us extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}]}}class bs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class fs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class Ms 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:"users",sdkPartName:"users"}]}}class Gs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class Fs 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 Vs 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 Hs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"plugins",sdkPartName:"plugins"}]}}class qs extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class Ys extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}]}}class Bs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}]}}class Qs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}]}}class Ks extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}]}}class Ws 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 Js extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}]}}class $s 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 Xs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class zs extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps",sdkPartName:"apps"}]}}class Zs extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class te 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 se extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}]}}class ee extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class ne extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class oe 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 ie extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}]}}class ue extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class he extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}]}}class de extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}]}}class me extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}]}}class pe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}]}}class Pe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ge extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Ne extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class le extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qracodes",sdkPartName:"qracodes"}]}}class Se extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ie extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}]}}class Ee extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}]}}class Ae extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"url",routePart:"urls",sdkPartName:"url"}]}}class Te extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}]}}class we extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}]}}class xe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class _e extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}]}}class ke extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}]}}class Oe extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}]}}class Ce extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Re extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ye extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class De extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class ve extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Le extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class Ue extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class be extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}]}}class fe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}]}}class Me extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}]}}class je extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}]}}class Ge extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}]}}class Fe 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 He extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}]}}class qe extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}]}}class Ye extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Be extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}]}}class Qe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}]}}class Ke extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}]}}class We extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}]}}class Je extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}]}}class $e extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}]}}class Xe extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class ze extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"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 tr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}]}}class er extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}]}}class rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class ar extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}]}}class nr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}]}}class or extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}]}}class cr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"}]}}class ur extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class hr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class dr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}]}}class mr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}]}}class pr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}]}}class Pr extends a{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 Nr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}]}}class lr extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}]}}class Sr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}]}}class Ir extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class Er extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"support",sdkPartName:"support"}]}}class Ar extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"support/twilio",sdkPartName:"supportTwilio"}]}}class Tr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}]}}class wr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class xr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}]}}class _r extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}]}}class Or extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}class Cr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}]}}class Rr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"locatorKey",routePart:"swap",sdkPartName:"swap"}]}}class yr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}]}}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 n{constructor(...t){super(...t),this.routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}]}}class Ur extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{routePart:"multipart",sdkPartName:"multipart"}]}}class br extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class fr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Mr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class jr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Gr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}]}}class Fr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}]}}class Vr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}]}}class Hr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class qr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Yr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Br extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}]}}class Qr extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class Kr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Wr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Jr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class $r extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}]}}class Xr extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}]}}class zr extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}]}}class Zr extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/validation",sdkPartName:"validationJobsAssetbatch"}]}}class ta extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"},{routePart:"realTimeQr",sdkPartName:"realTimeQr"}]}}class sa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}]}}class ea extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class ra extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}]}}class aa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class na extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class oa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ia extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}]}}class ca extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}]}}class ua extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class ha extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}]}}class da extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}]}}class ma extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}]}}class pa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"printJobs",sdkPartName:"printJobs"}]}}class Pa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}]}}class ga extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Na extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}]}}class la extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}]}}class Sa extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"customDomains/realTimeQr",sdkPartName:"customDomainsRealTimeQr"}]}}class Ia extends r{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}]}}class Ea extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}]}}class Aa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}]}}class Ta extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}]}}class wa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class xa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"export",sdkPartName:"export"}]}}class _a extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}]}}class ka extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}]}}class Oa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}]}}class Ca extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}]}}class Ra extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}]}}class ya extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}]}}class Da extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}]}}class va extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}]}}class La extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ua extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"customDomains/realTimeQr",sdkPartName:"customDomainsRealTimeQr"}]}}class ba extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}]}}class fa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}]}}class Ma extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}]}}class ja extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}]}}class Ga extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}]}}class Fa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}]}}class Va extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}]}}class Ha extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"customDomains/realTimeQr",sdkPartName:"customDomainsRealTimeQr"}]}}class qa extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}]}}class Ya extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"updateassets",sdkPartName:"updateassets"}]}}class Ba extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"userroles",sdkPartName:"userroles"}]}}class Qa extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Ka extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}]}}class Wa extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}]}}class Ja extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}]}}class $a extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class Xa 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 za 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 Za extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}]}}class tn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"webhooks/printjobresolution",sdkPartName:"webhooksPrintjobresolution"}]}}class sn extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}]}}class en extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}]}}class rn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}]}}class an extends a{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}]}}class nn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}]}}class on extends a{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class cn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}]}}class un extends r{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class hn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}]}}class dn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}]}}class mn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}]}}class pn extends o{constructor(...t){super(...t),this.routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}]}}class Pn extends n{constructor(...t){super(...t),this.routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}]}}class gn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}]}}class Nn extends o{constructor(...t){super(...t),this.routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}]}}class ln extends i{async get(t){return new Et(this.session).go(this.pathParameters,void 0,t)}}class Sn extends c{main(){return new ln(this.getSession(),this.pathParameters)}async get(t){return new At(this.session).go(this.pathParameters,void 0,t)}}class In extends i{async get(t){return new Tt(this.session).go(this.pathParameters,void 0,t)}async update(t){return new kt(this.session).go(this.pathParameters,void 0,t)}}class En extends c{secret(){return new In(this.getSession(),this.pathParameters)}async get(t){return new xt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new _t(this.session).go(this.pathParameters,void 0,t,s)}}class An extends c{async delete(t){return new wt(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 Rt(this.session).go(this.pathParameters,void 0,t)}}class Tn extends i{async create(t,s){return new Ct(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new rs(this.session).go(this.pathParameters,t,s)}}class wn extends i{async get(t){return new yt(this.session).go(this.pathParameters,void 0,t)}}class xn extends i{async get(t){return new Vs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ws(this.session).go(this.pathParameters,void 0,t,s)}}class _n extends c{confirm(){return new wn(this.getSession(),this.pathParameters)}roles(){return new xn(this.getSession(),this.pathParameters)}async delete(t){return new Wt(this.session).go(this.pathParameters,void 0,t)}async get(t){return new vs(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Xs(this.session).go(this.pathParameters,void 0,t,s)}}class kn extends i{async create(t,s){return new Dt(this.session).go(this.pathParameters,void 0,t,s)}}class On extends i{async create(t,s){return new vt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ps(this.session).go(this.pathParameters,t,s)}}class Cn extends i{async create(t,s){return new Lt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ps(this.session).go(this.pathParameters,t,s)}}class Rn extends i{async create(t,s){return new Ut(this.session).go(this.pathParameters,void 0,t,s)}}class yn extends i{async create(t,s){return new bt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new os(this.session).go(this.pathParameters,t,s)}}class Dn extends i{async create(t,s){return new ft(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new As(this.session).go(this.pathParameters,t,s)}}class vn extends i{async create(t,s){return new Mt(this.session).go(this.pathParameters,void 0,t,s)}}class Ln extends i{async create(t,s){return new jt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ss(this.session).go(this.pathParameters,t,s)}}class Un extends i{async create(t,s){return new Gt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Os(this.session).go(this.pathParameters,t,s)}}class bn extends i{async create(t,s){return new Ft(this.session).go(this.pathParameters,void 0,t,s)}}class fn extends i{async create(t,s){return new Vt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ws(this.session).go(this.pathParameters,t,s)}}class Mn extends i{async create(t,s){return new Ht(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new _s(this.session).go(this.pathParameters,t,s)}}class jn extends i{async create(t,s){return new qt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new xs(this.session).go(this.pathParameters,t,s)}}class Gn extends i{async create(t,s){return new Yt(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Cs(this.session).go(this.pathParameters,t,s)}}class Fn extends i{async create(t,s){return new Bt(this.session).go(this.pathParameters,void 0,t,s)}}class Vn extends i{async create(t,s){return new Qt(this.session).go(this.pathParameters,void 0,t,s)}}class Hn extends i{async get(t){return new zt(this.session).go(this.pathParameters,void 0,t)}}class qn extends i{async get(t){return new ms(this.session).go(this.pathParameters,void 0,t)}}class Yn extends i{async update(t,s){return new Qs(this.session).go(this.pathParameters,void 0,t,s)}}class Bn extends i{async update(t,s){return new $s(this.session).go(this.pathParameters,void 0,t,s)}}class Qn extends c{password(){return new Hn(this.getSession(),this.pathParameters)}klaviyoKey(){return new qn(this.getSession(),this.pathParameters)}klaviyo(){return new Yn(this.getSession(),this.pathParameters)}rehrig(){return new Bn(this.getSession(),this.pathParameters)}async update(t){return new Kt(this.session).go(this.pathParameters,void 0,t)}}class Kn extends i{async create(t,s){return new Jt(this.session).go(this.pathParameters,void 0,t,s)}}class Wn extends i{async update(t){return new te(this.session).go(this.pathParameters,void 0,t)}}class Jn extends c{test(){return new Wn(this.getSession(),this.pathParameters)}async get(t){return new $t(this.session).go(this.pathParameters,void 0,t)}}class $n extends i{async get(t,s){return new Zt(this.session).go(this.pathParameters,t,s)}}class Xn extends i{async get(t,s){return new ts(this.session).go(this.pathParameters,t,s)}}class zn extends i{async create(t,s){return new ss(this.session).go(this.pathParameters,void 0,t,s)}}class Zn extends i{async get(t,s){return new es(this.session).go(this.pathParameters,t,s)}}class to extends i{async get(t,s){return new as(this.session).go(this.pathParameters,t,s)}}class so extends i{async get(t,s){return new ns(this.session).go(this.pathParameters,t,s)}}class eo extends i{async get(t){return new is(this.session).go(this.pathParameters,void 0,t)}}class ro extends i{async get(t,s){return new cs(this.session).go(this.pathParameters,t,s)}}class ao extends i{async get(t,s){return new us(this.session).go(this.pathParameters,t,s)}}class no extends i{async delete(t,s){return new hs(this.session).go(this.pathParameters,t,s)}}class oo extends i{async create(t,s,e){return new ds(this.session).go(this.pathParameters,t,s,e)}}class io extends i{async get(t,s){return new gs(this.session).go(this.pathParameters,t,s)}}class co extends i{async get(t,s){return new Ns(this.session).go(this.pathParameters,t,s)}}class uo extends i{async get(t,s){return new ls(this.session).go(this.pathParameters,t,s)}}class ho extends i{async get(t){return new Is(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ks(this.session).go(this.pathParameters,void 0,t,s)}}class mo extends i{async create(t,s){return new Es(this.session).go(this.pathParameters,void 0,t,s)}}class po extends i{async get(t,s){return new Ts(this.session).go(this.pathParameters,t,s)}}class Po extends i{async create(t,s){return new ks(this.session).go(this.pathParameters,void 0,t,s)}}class go extends i{async get(t,s){return new Rs(this.session).go(this.pathParameters,t,s)}}class No extends i{async create(t,s){return new ys(this.session).go(this.pathParameters,void 0,t,s)}}class lo extends i{async get(t,s){return new Ds(this.session).go(this.pathParameters,t,s)}}class So extends i{async get(t){return new Ls(this.session).go(this.pathParameters,void 0,t)}}class Io extends i{async get(t,s){return new Us(this.session).go(this.pathParameters,t,s)}}class Eo extends i{async get(t,s){return new bs(this.session).go(this.pathParameters,t,s)}}class Ao extends i{async get(t,s){return new fs(this.session).go(this.pathParameters,t,s)}}class To extends i{async get(t,s){return new Ms(this.session).go(this.pathParameters,t,s)}}class wo extends i{async get(t,s){return new js(this.session).go(this.pathParameters,t,s)}}class xo extends i{async get(t,s){return new Gs(this.session).go(this.pathParameters,t,s)}}class _o extends i{async create(t){return new Fs(this.session).go(this.pathParameters,void 0,t)}}class ko extends c{install(){return new _o(this.getSession(),this.pathParameters)}}class Oo extends i{async get(t){return new Hs(this.session).go(this.pathParameters,void 0,t)}}class Co extends i{async get(t){return new qs(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new nn(this.session).go(this.pathParameters,void 0,t,s)}}class Ro extends i{async create(t,s){return new Ys(this.session).go(this.pathParameters,void 0,t,s)}}class yo extends i{async update(t,s){return new Bs(this.session).go(this.pathParameters,void 0,t,s)}}class Do extends i{async create(t,s){return new Js(this.session).go(this.pathParameters,void 0,t,s)}}class vo extends i{async create(t){return new Ar(this.session).go(this.pathParameters,void 0,t)}}class Lo extends i{async create(t,s){return new rn(this.session).go(this.pathParameters,void 0,t,s)}}class Uo extends i{async get(t,s){return new an(this.session).go(this.pathParameters,t,s)}}class bo extends c{apikeys(){return new Tn(this.getSession(),this.pathParameters)}user(t){return new _n(this.getSession(),s({},this.pathParameters,{userId:t}))}urlSafeties(){return new kn(this.getSession(),this.pathParameters)}apps(){return new On(this.getSession(),this.pathParameters)}customDomains(){return new Cn(this.getSession(),this.pathParameters)}imageUpload(){return new Rn(this.getSession(),this.pathParameters)}assettypes(){return new yn(this.getSession(),this.pathParameters)}printPageTemplates(){return new Dn(this.getSession(),this.pathParameters)}invitationsBatch(){return new vn(this.getSession(),this.pathParameters)}locations(){return new Ln(this.getSession(),this.pathParameters)}stylingtemplates(){return new Un(this.getSession(),this.pathParameters)}invitations(){return new bn(this.getSession(),this.pathParameters)}printStickerTemplates(){return new fn(this.getSession(),this.pathParameters)}projects(){return new Mn(this.getSession(),this.pathParameters)}qrcodelogos(){return new jn(this.getSession(),this.pathParameters)}customattributes(){return new Gn(this.getSession(),this.pathParameters)}usermediasPresignedurlmultipart(){return new Fn(this.getSession(),this.pathParameters)}websessionsExport(){return new Vn(this.getSession(),this.pathParameters)}plugin(t){return new Qn(this.getSession(),s({},this.pathParameters,{pluginId:t}))}usermediasPresignedurl(){return new Kn(this.getSession(),this.pathParameters)}customDomain(t){return new Jn(this.getSession(),s({},this.pathParameters,{customDomain:t}))}advancedAssetsReport(){return new $n(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Xn(this.getSession(),this.pathParameters)}zendeskTicket(){return new zn(this.getSession(),this.pathParameters)}advancedScansReport(){return new Zn(this.getSession(),this.pathParameters)}ownerApps(){return new to(this.getSession(),this.pathParameters)}assetgraphs(){return new so(this.getSession(),this.pathParameters)}basicAssetsReport(){return new eo(this.getSession(),this.pathParameters)}batch(){return new ro(this.getSession(),this.pathParameters)}consent(){return new ao(this.getSession(),this.pathParameters)}contactsBatch(){return new no(this.getSession(),this.pathParameters)}assetsScans(){return new oo(this.getSession(),this.pathParameters)}jobs(){return new io(this.getSession(),this.pathParameters)}assetsMostscanned(){return new co(this.getSession(),this.pathParameters)}contacts(){return new uo(this.getSession(),this.pathParameters)}pricePlan(){return new ho(this.getSession(),this.pathParameters)}contactsExport(){return new mo(this.getSession(),this.pathParameters)}printJobs(){return new po(this.getSession(),this.pathParameters)}projectsExport(){return new Po(this.getSession(),this.pathParameters)}scansDayofweek(){return new go(this.getSession(),this.pathParameters)}scansExport(){return new No(this.getSession(),this.pathParameters)}scansTimeline(){return new lo(this.getSession(),this.pathParameters)}basicContactsReport(){return new So(this.getSession(),this.pathParameters)}scans(){return new Io(this.getSession(),this.pathParameters)}qrCodes(){return new Eo(this.getSession(),this.pathParameters)}scansTimeofday(){return new Ao(this.getSession(),this.pathParameters)}usermedias(){return new To(this.getSession(),this.pathParameters)}users(){return new wo(this.getSession(),this.pathParameters)}websessionsTimeline(){return new xo(this.getSession(),this.pathParameters)}app(t){return new ko(this.getSession(),s({},this.pathParameters,{appId:t}))}plugins(){return new Oo(this.getSession(),this.pathParameters)}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)}supportTwilio(){return new vo(this.getSession(),this.pathParameters)}assetsExport(){return new Lo(this.getSession(),this.pathParameters)}assets(){return new Uo(this.getSession(),this.pathParameters)}async get(t){return new Xt(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ee(this.session).go(this.pathParameters,void 0,t,s)}}class fo extends i{async get(t,s){return new zs(this.session).go(this.pathParameters,t,s)}}class Mo extends i{async create(t){return new oe(this.session).go(this.pathParameters,void 0,t)}}class jo extends c{load(){return new Mo(this.getSession(),this.pathParameters)}}class Go extends c{account(t){return new jo(this.getSession(),s({},this.pathParameters,{accountId:t}))}async update(t,s){return new Zs(this.session).go(this.pathParameters,void 0,t,s)}async get(t){return new sn(this.session).go(this.pathParameters,void 0,t)}}class Fo extends i{async get(t,s){return new se(this.session).go(this.pathParameters,t,s)}}class Vo extends c{async create(t,s){return new ee(this.session).go(this.pathParameters,void 0,t,s)}}class Ho extends i{async create(t,s){return new re(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new de(this.session).go(this.pathParameters,t,s)}}class qo extends c{async get(t){return new ie(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 Yo extends i{async get(t,s){return new ce(this.session).go(this.pathParameters,t,s)}}class Bo extends c{asset(t){return new Vo(this.getSession(),s({},this.pathParameters,{assetId:t}))}assets(){return new Ho(this.getSession(),this.pathParameters)}location(t){return new qo(this.getSession(),s({},this.pathParameters,{locationId:t}))}locations(){return new Yo(this.getSession(),this.pathParameters)}async get(t,s){return new ae(this.session).go(this.pathParameters,t,s)}async delete(t){return new ne(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new me(this.session).go(this.pathParameters,void 0,t,s)}}class Qo extends i{async get(t,s){return new he(this.session).go(this.pathParameters,t,s)}}class Ko extends i{async get(t,s){return new pe(this.session).go(this.pathParameters,t,s)}}class Wo extends c{assets(){return new Ko(this.getSession(),this.pathParameters)}}class Jo extends i{async create(t,s){return new Pe(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Te(this.session).go(this.pathParameters,t,s)}}class $o extends i{async create(t,s){return new Ne(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new _e(this.session).go(this.pathParameters,t,s)}}class Xo extends i{async create(t,s){return new le(this.session).go(this.pathParameters,void 0,t,s)}}class zo extends i{async create(t,s){return new Se(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new ye(this.session).go(this.pathParameters,t,s)}}class Zo extends i{async create(t,s){return new Ie(this.session).go(this.pathParameters,void 0,t,s)}}class ti extends c{async get(t,s){return new Ae(this.session).go(this.pathParameters,t,s)}}class si extends i{async get(t,s){return new we(this.session).go(this.pathParameters,t,s)}}class ei extends c{async get(t,s){return new ke(this.session).go(this.pathParameters,t,s)}}class ri extends i{async get(t,s){return new Oe(this.session).go(this.pathParameters,t,s)}}class ai extends i{async get(t,s){return new Ce(this.session).go(this.pathParameters,t,s)}}class ni extends i{async create(t,s){return new Re(this.session).go(this.pathParameters,void 0,t,s)}}class oi extends i{async get(t,s){return new De(this.session).go(this.pathParameters,t,s)}}class ii extends c{async create(t,s){return new ve(this.session).go(this.pathParameters,void 0,t,s)}async delete(t){return new Le(this.session).go(this.pathParameters,void 0,t)}}class ci extends c{contacts(){return new Jo(this.getSession(),this.pathParameters)}neighbors(){return new $o(this.getSession(),this.pathParameters)}qracodes(){return new Xo(this.getSession(),this.pathParameters)}qrCodes(){return new zo(this.getSession(),this.pathParameters)}neighborsDelete(){return new Zo(this.getSession(),this.pathParameters)}url(t){return new ti(this.getSession(),s({},this.pathParameters,{url:t}))}history(){return new si(this.getSession(),this.pathParameters)}neighbor(t){return new ei(this.getSession(),s({},this.pathParameters,{neighborId:t}))}scans(){return new ri(this.getSession(),this.pathParameters)}usermedias(){return new ai(this.getSession(),this.pathParameters)}scansExport(){return new ni(this.getSession(),this.pathParameters)}scansLocation(){return new oi(this.getSession(),this.pathParameters)}contact(t){return new ii(this.getSession(),s({},this.pathParameters,{contactId:t}))}async delete(t){return new ge(this.session).go(this.pathParameters,void 0,t)}async get(t,s){return new xe(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Ue(this.session).go(this.pathParameters,void 0,t,s)}}class ui extends c{async get(t,s){return new be(this.session).go(this.pathParameters,t,s)}}class hi extends c{async create(t){return new fe(this.session).go(this.pathParameters,void 0,t)}}class di extends c{async create(t,s){return new Me(this.session).go(this.pathParameters,void 0,t,s)}}class mi extends c{async create(t,s){return new je(this.session).go(this.pathParameters,void 0,t,s)}}class pi extends c{async create(t,s){return new Ge(this.session).go(this.pathParameters,void 0,t,s)}}class Pi extends c{async get(t){return new Fe(this.session).go(this.pathParameters,void 0,t)}}class gi extends c{async get(t){return new Ve(this.session).go(this.pathParameters,void 0,t)}}class Ni extends c{async get(t,s){return new He(this.session).go(this.pathParameters,t,s)}}class li extends i{async create(t){return new qe(this.session).go(this.pathParameters,void 0,t)}}class Si extends c{users(){return new li(this.getSession(),this.pathParameters)}async delete(t){return new Ye(this.session).go(this.pathParameters,void 0,t)}async get(t){return new We(this.session).go(this.pathParameters,void 0,t)}}class Ii extends c{async create(t,s){return new Be(this.session).go(this.pathParameters,void 0,t,s)}}class Ei extends i{async get(t,s){return new Ke(this.session).go(this.pathParameters,t,s)}}class Ai extends i{async create(t){return new $e(this.session).go(this.pathParameters,void 0,t)}}class Ti extends c{locatorCollisions(){return new Ei(this.getSession(),this.pathParameters)}retry(){return new Ai(this.getSession(),this.pathParameters)}async delete(t){return new Qe(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Je(this.session).go(this.pathParameters,void 0,t,s)}}class wi extends i{async delete(t,s){return new Xe(this.session).go(this.pathParameters,t,s)}async get(t,s){return new Ze(this.session).go(this.pathParameters,t,s)}async create(t,s){return new er(this.session).go(this.pathParameters,void 0,t,s)}}class xi extends i{async get(t,s){return new sr(this.session).go(this.pathParameters,t,s)}}class _i extends i{async create(t,s){return new rr(this.session).go(this.pathParameters,void 0,t,s)}}class ki extends i{async get(t,s){return new ar(this.session).go(this.pathParameters,t,s)}}class Oi extends c{async create(t,s){return new or(this.session).go(this.pathParameters,void 0,t,s)}}class Ci extends i{async get(t){return new ir(this.session).go(this.pathParameters,void 0,t)}}class Ri extends i{async create(t,s){return new en(this.session).go(this.pathParameters,void 0,t,s)}}class yi extends c{consent(){return new wi(this.getSession(),this.pathParameters)}assets(){return new xi(this.getSession(),this.pathParameters)}scansExport(){return new _i(this.getSession(),this.pathParameters)}scansLocation(){return new ki(this.getSession(),this.pathParameters)}scan(t){return new Oi(this.getSession(),s({},this.pathParameters,{scanId:t}))}scans(){return new Ci(this.getSession(),this.pathParameters)}export(){return new Ri(this.getSession(),this.pathParameters)}async delete(t){return new ze(this.session).go(this.pathParameters,void 0,t)}async get(t){return new tr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new nr(this.session).go(this.pathParameters,void 0,t,s)}}class Di extends i{async create(t){return new dr(this.session).go(this.pathParameters,void 0,t)}}class vi extends c{validate(){return new Di(this.getSession(),this.pathParameters)}async get(t){return new cr(this.session).go(this.pathParameters,void 0,t)}}class Li extends c{async delete(t){return new ur(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Pn(this.session).go(this.pathParameters,void 0,t,s)}}class Ui extends c{async delete(t){return new hr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new pr(this.session).go(this.pathParameters,void 0,t)}}class bi extends i{async update(t,s){return new mr(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Pr(this.session).go(this.pathParameters,t,s)}}class fi extends c{assets(){return new bi(this.getSession(),this.pathParameters)}async delete(t,s){return new gr(this.session).go(this.pathParameters,t,s)}async update(t,s){return new Nr(this.session).go(this.pathParameters,void 0,t,s)}}class Mi extends i{async get(t){return new lr(this.session).go(this.pathParameters,void 0,t)}}class ji extends c{async get(t){return new Sr(this.session).go(this.pathParameters,void 0,t)}}class Gi extends c{async get(t){return new Ir(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Tr(this.session).go(this.pathParameters,void 0,t,s)}}class Fi extends i{async create(t,s){return new Er(this.session).go(this.pathParameters,void 0,t,s)}}class Vi extends i{async create(t,s){return new wr(this.session).go(this.pathParameters,void 0,t,s)}async get(t){return new kr(this.session).go(this.pathParameters,void 0,t)}}class Hi extends c{async delete(t){return new xr(this.session).go(this.pathParameters,void 0,t)}}class qi extends c{async create(t,s){return new Rr(this.session).go(this.pathParameters,void 0,t,s)}}class Yi extends c{links(){return new Vi(this.getSession(),this.pathParameters)}link(t){return new Hi(this.getSession(),s({},this.pathParameters,{link:t}))}swap(t){return new qi(this.getSession(),s({},this.pathParameters,{locatorKey:t}))}async delete(t){return new _r(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Or(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new yr(this.session).go(this.pathParameters,t,s)}}class Bi extends i{async create(t,s){return new Cr(this.session).go(this.pathParameters,void 0,t,s)}}class Qi extends i{async update(t,s){return new Lr(this.session).go(this.pathParameters,void 0,t,s)}}class Ki extends c{contacts(){return new Bi(this.getSession(),this.pathParameters)}customAttribute(){return new Qi(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 Wi extends i{async create(t,s){return new Ur(this.session).go(this.pathParameters,void 0,t,s)}}class Ji extends c{async create(t){return new fr(this.session).go(this.pathParameters,void 0,t)}async delete(t){return new Vr(this.session).go(this.pathParameters,void 0,t)}}class $i extends c{async create(t){return new Mr(this.session).go(this.pathParameters,void 0,t)}async delete(t){return new Fr(this.session).go(this.pathParameters,void 0,t)}}class Xi extends c{async create(t){return new Gr(this.session).go(this.pathParameters,void 0,t)}async delete(t){return new Hr(this.session).go(this.pathParameters,void 0,t)}}class zi extends c{multipart(){return new Wi(this.getSession(),this.pathParameters)}scan(t){return new Ji(this.getSession(),s({},this.pathParameters,{scanId:t}))}asset(t){return new $i(this.getSession(),s({},this.pathParameters,{assetId:t}))}project(t){return new Xi(this.getSession(),s({},this.pathParameters,{projectId:t}))}async delete(t){return new br(this.session).go(this.pathParameters,void 0,t)}async get(t){return new jr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Br(this.session).go(this.pathParameters,void 0,t,s)}}class Zi extends c{async delete(t){return new qr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Kr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new zr(this.session).go(this.pathParameters,void 0,t,s)}}class tc extends c{async delete(t){return new Yr(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Wr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new $r(this.session).go(this.pathParameters,void 0,t,s)}}class sc extends c{async delete(t){return new Qr(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Jr(this.session).go(this.pathParameters,void 0,t,s)}async get(t){return new Xr(this.session).go(this.pathParameters,void 0,t)}}class ec extends i{async create(t,s){return new Zr(this.session).go(this.pathParameters,void 0,t,s)}}class rc extends i{async create(t,s){return new ta(this.session).go(this.pathParameters,void 0,t,s)}}class ac extends c{realTimeQr(){return new rc(this.getSession(),this.pathParameters)}async create(t){return new sa(this.session).go(this.pathParameters,void 0,t)}}class nc extends i{async create(t,s){return new ea(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new _a(this.session).go(this.pathParameters,t,s)}}class oc extends i{async create(t,s){return new ra(this.session).go(this.pathParameters,void 0,t,s)}}class ic extends i{async create(t,s){return new aa(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Aa(this.session).go(this.pathParameters,t,s)}}class cc extends i{async create(t,s){return new na(this.session).go(this.pathParameters,void 0,t,s)}async delete(t,s){return new Na(this.session).go(this.pathParameters,t,s)}}class uc extends i{async create(t,s){return new oa(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ra(this.session).go(this.pathParameters,t,s)}}class hc extends i{async create(t,s){return new ia(this.session).go(this.pathParameters,void 0,t,s)}}class dc extends i{async create(t,s){return new ca(this.session).go(this.pathParameters,void 0,t,s)}}class mc extends i{async create(t,s){return new ua(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new fa(this.session).go(this.pathParameters,t,s)}}class pc extends i{async create(t,s){return new ha(this.session).go(this.pathParameters,void 0,t,s)}}class Pc extends i{async create(t,s){return new da(this.session).go(this.pathParameters,void 0,t,s)}}class gc extends i{async create(t,s){return new ma(this.session).go(this.pathParameters,void 0,t,s)}}class Nc extends i{async create(t,s){return new pa(this.session).go(this.pathParameters,void 0,t,s)}}class lc extends i{async create(t,s){return new Pa(this.session).go(this.pathParameters,void 0,t,s)}}class Sc extends i{async get(t,s){return new la(this.session).go(this.pathParameters,t,s)}}class Ic extends i{async delete(t){return new Sa(this.session).go(this.pathParameters,void 0,t)}async get(t){return new Ua(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Ha(this.session).go(this.pathParameters,void 0,t,s)}}class Ec extends c{async delete(t){return new Ia(this.session).go(this.pathParameters,void 0,t)}}class Ac extends i{async get(t,s){return new Ea(this.session).go(this.pathParameters,t,s)}}class Tc extends i{async get(t,s){return new Ta(this.session).go(this.pathParameters,t,s)}}class wc extends i{async create(t,s){return new wa(this.session).go(this.pathParameters,void 0,t,s)}}class xc extends i{async create(t,s){return new xa(this.session).go(this.pathParameters,void 0,t,s)}}class _c extends i{async get(t){return new ka(this.session).go(this.pathParameters,void 0,t)}}class kc extends i{async get(t,s){return new Oa(this.session).go(this.pathParameters,t,s)}}class Oc extends i{async create(t,s){return new Ca(this.session).go(this.pathParameters,void 0,t,s)}}class Cc extends i{async get(t){return new ya(this.session).go(this.pathParameters,void 0,t)}}class Rc extends i{async get(t,s){return new Da(this.session).go(this.pathParameters,t,s)}}class yc extends i{async get(t,s){return new va(this.session).go(this.pathParameters,t,s)}}class Dc extends i{async get(t,s){return new ba(this.session).go(this.pathParameters,t,s)}}class vc extends i{async get(t,s){return new Ma(this.session).go(this.pathParameters,t,s)}}class Lc extends i{async get(t,s){return new ja(this.session).go(this.pathParameters,t,s)}}class Uc extends i{async get(t,s){return new Ga(this.session).go(this.pathParameters,t,s)}}class bc extends i{async get(t,s){return new Fa(this.session).go(this.pathParameters,t,s)}}class fc extends i{async get(t,s){return new Va(this.session).go(this.pathParameters,t,s)}}class Mc extends i{async create(t,s){return new Ya(this.session).go(this.pathParameters,void 0,t,s)}}class jc extends i{async create(t,s){return new pn(this.session).go(this.pathParameters,void 0,t,s)}}class Gc extends c{validationJobsAssetbatch(){return new ec(this.getSession(),this.pathParameters)}customDomain(t){return new ac(this.getSession(),s({},this.pathParameters,{customDomain:t}))}assets(){return new nc(this.getSession(),this.pathParameters)}presignedurlJobsAssetbatch(){return new oc(this.getSession(),this.pathParameters)}assetgraphs(){return new ic(this.getSession(),this.pathParameters)}contactsBatch(){return new cc(this.getSession(),this.pathParameters)}contacts(){return new uc(this.getSession(),this.pathParameters)}jobsAssetbatch(){return new hc(this.getSession(),this.pathParameters)}assetsBatch(){return new dc(this.getSession(),this.pathParameters)}qrCodes(){return new mc(this.getSession(),this.pathParameters)}selfqueueprint(){return new pc(this.getSession(),this.pathParameters)}websessionsExport(){return new Pc(this.getSession(),this.pathParameters)}templatedPrintPreview(){return new gc(this.getSession(),this.pathParameters)}printJobs(){return new Nc(this.getSession(),this.pathParameters)}smsTemplates(){return new lc(this.getSession(),this.pathParameters)}advancedContactsReport(){return new Sc(this.getSession(),this.pathParameters)}customDomainsRealTimeQr(){return new Ic(this.getSession(),this.pathParameters)}smsTemplate(t){return new Ec(this.getSession(),s({},this.pathParameters,{smsTemplateName:t}))}advancedScansReport(){return new Ac(this.getSession(),this.pathParameters)}advancedAssetsReport(){return new Tc(this.getSession(),this.pathParameters)}assetsExport(){return new wc(this.getSession(),this.pathParameters)}export(){return new xc(this.getSession(),this.pathParameters)}basicAssetsReport(){return new _c(this.getSession(),this.pathParameters)}consent(){return new kc(this.getSession(),this.pathParameters)}contactsExport(){return new Oc(this.getSession(),this.pathParameters)}basicContactsReport(){return new Cc(this.getSession(),this.pathParameters)}batch(){return new Rc(this.getSession(),this.pathParameters)}assetsMostscanned(){return new yc(this.getSession(),this.pathParameters)}scansDayofweek(){return new Dc(this.getSession(),this.pathParameters)}scansTimeofday(){return new vc(this.getSession(),this.pathParameters)}scansTimeline(){return new Lc(this.getSession(),this.pathParameters)}scans(){return new Uc(this.getSession(),this.pathParameters)}usermedias(){return new bc(this.getSession(),this.pathParameters)}websessionsTimeline(){return new fc(this.getSession(),this.pathParameters)}updateassets(){return new Mc(this.getSession(),this.pathParameters)}scansExport(){return new jc(this.getSession(),this.pathParameters)}async delete(t){return new ga(this.session).go(this.pathParameters,void 0,t)}async get(t){return new La(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new qa(this.session).go(this.pathParameters,void 0,t,s)}}class Fc extends i{async get(t){return new Ba(this.session).go(this.pathParameters,void 0,t)}}class Vc extends i{async create(t,s){return new Qa(this.session).go(this.pathParameters,void 0,t,s)}async get(t,s){return new Ka(this.session).go(this.pathParameters,t,s)}}class Hc extends i{async get(t,s){return new Wa(this.session).go(this.pathParameters,t,s)}}class qc extends i{async get(t,s){return new Ja(this.session).go(this.pathParameters,t,s)}}class Yc extends i{async get(t){return new Xa(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new za(this.session).go(this.pathParameters,void 0,t,s)}}class Bc extends c{settings(){return new Yc(this.getSession(),this.pathParameters)}}class Qc extends c{accounts(){return new Vc(this.getSession(),this.pathParameters)}invitations(){return new Hc(this.getSession(),this.pathParameters)}errors(){return new qc(this.getSession(),this.pathParameters)}path(t){return new Bc(this.getSession(),s({},this.pathParameters,{path:t}))}async get(t){return new $a(this.session).go(this.pathParameters,void 0,t)}async update(t,s){return new Za(this.session).go(this.pathParameters,void 0,t,s)}}class Kc extends i{async create(t,s){return new tn(this.session).go(this.pathParameters,void 0,t,s)}}class Wc extends i{async get(t){return new on(this.session).go(this.pathParameters,void 0,t)}async delete(t){return new un(this.session).go(this.pathParameters,void 0,t)}async create(t,s){return new hn(this.session).go(this.pathParameters,void 0,t,s)}}class Jc extends i{async create(t,s){return new cn(this.session).go(this.pathParameters,void 0,t,s)}}class $c extends i{async create(t,s){return new dn(this.session).go(this.pathParameters,void 0,t,s)}}class Xc extends i{async create(t,s){return new mn(this.session).go(this.pathParameters,void 0,t,s)}}class zc extends i{async create(t,s){return new gn(this.session).go(this.pathParameters,void 0,t,s)}}class Zc extends i{async create(t){return new Nn(this.session).go(this.pathParameters,void 0,t)}}class tu extends i{appsAccount(t){return new Sn(this.getSession(),s({},this.pathParameters,{appAccountId:t}))}apikey(t){return new En(this.getSession(),s({},this.pathParameters,{apiKeyId:t}))}assetgraph(t){return new An(this.getSession(),s({},this.pathParameters,{assetGraphId:t}))}account(t){return new bo(this.getSession(),s({},this.pathParameters,{accountId:t}))}apps(){return new fo(this.getSession(),this.pathParameters)}app(t){return new Go(this.getSession(),s({},this.pathParameters,{appId:t}))}appsPublished(){return new Fo(this.getSession(),this.pathParameters)}assettype(t){return new Bo(this.getSession(),s({},this.pathParameters,{assetTypeId:t}))}careAccounts(){return new Qo(this.getSession(),this.pathParameters)}batch(t){return new Wo(this.getSession(),s({},this.pathParameters,{batchId:t}))}asset(t){return new ci(this.getSession(),s({},this.pathParameters,{assetId:t}))}upgradePlanBillingPreview(t){return new ui(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelDowngrade(t){return new hi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDowngradePlan(t){return new di(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCancelSubscription(t){return new mi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingSetupIntent(t){return new pi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingDetail(t){return new Pi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingCurrentPeriod(t){return new gi(this.getSession(),s({},this.pathParameters,{accountId:t}))}billingInvoice(t){return new Ni(this.getSession(),s({},this.pathParameters,{accountId:t}))}invitation(t){return new Si(this.getSession(),s({},this.pathParameters,{invitationId:t}))}billingUpgradePlan(t){return new Ii(this.getSession(),s({},this.pathParameters,{accountId:t}))}customdomain(t){return new Ti(this.getSession(),s({},this.pathParameters,{customDomain:t}))}contact(t){return new yi(this.getSession(),s({},this.pathParameters,{contactId:t}))}file(t){return new vi(this.getSession(),s({},this.pathParameters,{fileId:t}))}printJob(t){return new Li(this.getSession(),s({},this.pathParameters,{printJobId:t}))}job(t){return new Ui(this.getSession(),s({},this.pathParameters,{jobId:t}))}location(t){return new fi(this.getSession(),s({},this.pathParameters,{locationId:t}))}pricePlans(){return new Mi(this.getSession(),this.pathParameters)}qrcodelink(t){return new ji(this.getSession(),s({},this.pathParameters,{qrCodeLink:t}))}qrcodelogo(t){return new Gi(this.getSession(),s({},this.pathParameters,{qrCodeLogoId:t}))}support(){return new Fi(this.getSession(),this.pathParameters)}qrCode(t){return new Yi(this.getSession(),s({},this.pathParameters,{qrCodeId:t}))}scan(t){return new Ki(this.getSession(),s({},this.pathParameters,{scanId:t}))}usermedia(t){return new zi(this.getSession(),s({},this.pathParameters,{mediaId:t}))}printStickerTemplate(t){return new Zi(this.getSession(),s({},this.pathParameters,{printStickerTemplateId:t}))}printPageTemplate(t){return new tc(this.getSession(),s({},this.pathParameters,{printPageTemplateId:t}))}stylingtemplate(t){return new sc(this.getSession(),s({},this.pathParameters,{stylingTemplateId:t}))}project(t){return new Gc(this.getSession(),s({},this.pathParameters,{projectId:t}))}userroles(){return new Fc(this.getSession(),this.pathParameters)}user(t){return new Qc(this.getSession(),s({},this.pathParameters,{userId:t}))}webhooksPrintjobresolution(){return new Kc(this.getSession(),this.pathParameters)}authSession(){return new Wc(this.getSession(),this.pathParameters)}passwordAuthUser(){return new Jc(this.getSession(),this.pathParameters)}resetAuthUser(){return new $c(this.getSession(),this.pathParameters)}confirmationAuthUser(){return new Xc(this.getSession(),this.pathParameters)}authUser(){return new zc(this.getSession(),this.pathParameters)}refreshAuthSession(){return new Zc(this.getSession(),this.pathParameters)}}const su="internal-JG0adajZUHU";class eu{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 ru extends tu{constructor(){super(new eu,{}),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=su,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||su;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||su;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||su;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,Ys as AdvanceStripeClockByAccountIdRequest,P as AssetByAssetTypeSortingTypes,g as AssetCreationFileTypes,N as AssetSortingTypes,l as AssetTypeSortingTypes,S as AssetTypeUsabilityState,sa as AssignDomainToProjectRequest,ta as AssignRealTimeQrDomainToProjectRequest,I as AuthMessageId,E as AuthTokenScope,A as AuthTypes,T as BusinessRegistrationAuthority,w as BusinessType,x as CampaignUseCaseCategory,fe as CancelDowngradeRequestRequest,je as CancelSubscriptionRequest,cn as ChangePasswordRequest,be as ChangeSubscriptionPreviewRequest,Be as ChangeSubscriptionRequest,Ke as CheckCustomLocatorKeyRangeRequest,on as CheckSessionRequest,Dt as CheckUrlSafetyByAccountIdRequest,Ur as CompleteUserMediaMultipartUploadRequest,ee as ComposeAssetByAssetTypeRequest,_ as ConsentStatus,k as ConsentType,O as ContactAssetSortingTypes,C as ContactSortingTypes,Qa as CreateAccountByUserIdRequest,Ct as CreateApiKeyByAccountIdRequest,vt as CreateAppRequest,Zr as CreateAssetBatchValidationJobByProjectIdRequest,re as CreateAssetByAssetTypeRequest,ea as CreateAssetByProjectIdRequest,ia as CreateAssetCreationJobByProjectIdRequest,ra as CreateAssetCreationPresignedUrlRequest,aa as CreateAssetGraphByProjectIdRequest,bt as CreateAssetTypeByAccountIdRequest,ca as CreateAssetsByProjectIdRequest,nn as CreateCampaignAccountByAccountIdRequest,er as CreateConsentByContactIdRequest,Pe as CreateContactByAssetIdRequest,oa as CreateContactByProjectIdRequest,Cr as CreateContactByScanIdRequest,na as CreateContactsByProjectIdRequest,Lt as CreateCustomDomainByAccountIdRequest,Ut as CreateImageUploadPresignedUrlRequest,Ft as CreateInvitationByAccountIdRequest,Mt as CreateInvitationsByAccountIdRequest,wr as CreateLinkByQrCodeRequest,jt as CreateLocationByAccountIdRequest,Ne as CreateNeighborsByAssetIdRequest,ft as CreatePrintPageTemplateByAccountIdRequest,Vt as CreatePrintStickerTemplateByAccountIdRequest,Ht as CreateProjectByAccountIdRequest,Se as CreateQrCodeByAssetIdRequest,ua as CreateQrCodeByProjectIdRequest,qt as CreateQrCodeLogoByAccountRequest,Gt as CreateQrCodeStylingTemplateByAccountRequest,le as CreateQrCodesByAssetIdRequest,Yt as CreateQueryableCustomAttributeRequest,ha as CreateSelfQueuePrintJobByProjectIdRequest,Ge as CreateSetupIntentRequest,Pa as CreateSmsTemplateByProjectIdRequest,pa as CreateTemplatedPrintJobByProjectIdRequest,ma as CreateTemplatedPrintPreviewByProjectIdRequest,ss as CreateTicketByAccountIdRequest,qe as CreateUserByInvitationIdRequest,Bt as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,Jt as CreateUserMediaPresignedUrlByAccountIdRequest,gn as CreateUserRequest,Qt as CreateWebSessionExportByAccountIdRequest,da as CreateWebSessionExportByProjectIdRequest,wt as DeleteAssetGraphRequest,ge as DeleteAssetRequest,ne as DeleteAssetTypeRequest,Xe as DeleteConsentByContactIdRequest,ze as DeleteContactRequest,hs as DeleteContactsByAccountIdRequest,Na as DeleteContactsByProjectIdRequest,Qe as DeleteCustomDomainRequest,Ye as DeleteInvitationRequest,hr as DeleteJobRequest,xr as DeleteLinkByQrCodeRequest,gr as DeleteLocationRequest,br as DeleteMediaRequest,Ie as DeleteNeighborsByAssetIdRequest,ur as DeletePrintJobRequest,Yr as DeletePrintPageTemplateRequest,qr as DeletePrintStickerTemplateRequest,ga as DeleteProjectRequest,_r as DeleteQrCodeRequest,Qr as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Sa as DeleteRealTimeQrDomainByProjectIdRequest,un as DeleteSessionRequest,Ia as DeleteSmsTemplateByProjectIdRequest,Wt as DeleteUserByAccountIdRequest,R as DomainStatus,Me as DowngradePlanRequest,Kt as EnablePluginByAccountIdRequest,y as EncryptionTypes,D as EntitySources,v as FieldType,yt as GetAccountAccessDataRequest,zt as GetAccountPluginPasswordRequest,Xt as GetAccountRequest,Ka as GetAccountsByUserIdRequest,Zt as GetAdvancedAssetReportByAccountIdRequest,Ta as GetAdvancedAssetReportByProjectIdRequest,ts as GetAdvancedContactReportByAccountIdRequest,la as GetAdvancedContactReportByProjectIdRequest,es as GetAdvancedScanReportByAccountIdRequest,Ea as GetAdvancedScanReportByProjectIdRequest,he as GetAllAccountsRequest,as as GetAllAppsByAccountIdRequest,xa as GetAllExportsByProjectIdRequest,xt as GetApiKeyRequest,Tt as GetApiKeySecretRequest,rs as GetApiKeysByAccountIdRequest,At as GetAppAccountByAppAccountIdRequest,sn as GetAppByAppIdRequest,zs as GetAppsRequest,rn as GetAssetExportByAccountIdRequest,wa as GetAssetExportByProjectIdRequest,Rt as GetAssetGraphRequest,ns as GetAssetGraphsByAccountIdRequest,Aa as GetAssetGraphsByProjectIdRequest,we as GetAssetHistoryRequest,ae as GetAssetTypeByAssetTypeIdRequest,ie as GetAssetTypeCountAtLocationRequest,ce as GetAssetTypeCountsByLocationRequest,os as GetAssetTypesByAccountIdRequest,an as GetAssetsByAccountIdRequest,de as GetAssetsByAssetTypeRequest,pe as GetAssetsByBatchIdRequest,sr as GetAssetsByContactIdRequest,Pr as GetAssetsByLocationIdRequest,_a as GetAssetsByProjectIdRequest,ds as GetAssetsScanCountByAccountIdRequest,is as GetBasicAssetReportByAccountIdRequest,ka as GetBasicAssetReportByProjectIdRequest,Ls as GetBasicContactReportByAccountIdRequest,ya as GetBasicContactReportByProjectIdRequest,cs as GetBatchesByAccountIdRequest,Da as GetBatchesByProjectIdRequest,Fe as GetBillingDetailsRequest,us as GetConsentByAccountIdRequest,Ze as GetConsentByContactIdRequest,Oa as GetConsentByProjectIdRequest,Es as GetContactExportByAccountIdRequest,en as GetContactExportByContactIdRequest,Ca as GetContactExportByProjectIdRequest,tr as GetContactRequest,ls as GetContactsByAccountIdRequest,Te as GetContactsByAssetIdRequest,Ra as GetContactsByProjectIdRequest,Ve as GetCurrentPeriodRequest,$t as GetCustomDomainRequest,ms as GetDecryptedKlaviyoKeyRequest,ps as GetDomainsByAccountIdRequest,Ja as GetErrorsByUserIdRequest,Ae as GetExternalNeighborScanCountByAssetIdRequest,cr as GetFileRequest,Ps as GetInstalledAppsByAccountIdRequest,We as GetInvitationRequest,Wa as GetInvitationsByUserIdRequest,He as GetInvoicesRequest,pr as GetJobRequest,gs as GetJobsByAccountIdRequest,kr as GetLinksByQrCodeRequest,Ss as GetLocationsByAccountIdRequest,Et as GetMainAccountByAppAccountIdRequest,jr as GetMediaRequest,Ns as GetMostScannedAssetsByAccountIdRequest,va as GetMostScannedAssetsByProjectIdRequest,ke as GetNeighborScanCountByAssetIdRequest,_e as GetNeighborsByAssetIdRequest,Hs as GetPluginsByAccountIdRequest,Is as GetPricePlanByAccountIdRequest,lr as GetPricePlansRequest,Ts as GetPrintJobsByAccountIdRequest,Wr as GetPrintPageTemplateRequest,As as GetPrintPageTemplatesByAccountIdRequest,Kr as GetPrintStickerTemplateRequest,ws as GetPrintStickerTemplatesByAccountIdRequest,La as GetProjectByProjectIdRequest,ks as GetProjectExportByAccountIdRequest,_s as GetProjectsByAccountIdRequest,se as GetPublishedAppsRequest,Sr as GetQrCodeLinkRequest,Ir as GetQrCodeLogoByQrCodeLogoIdRequest,xs as GetQrCodeLogosByAccountIdRequest,yr as GetQrCodeRequest,Xr as GetQrCodeStylingTemplateByStylingTemplateIdRequest,Os as GetQrCodeStylingTemplatesByAccountIdRequest,bs as GetQrCodesByAccountIdRequest,ye as GetQrCodesByAssetIdRequest,fa as GetQrCodesByProjectIdRequest,Cs as GetQueryableCustomAttributeRequest,Ua as GetRealTimeQrDomainByProjectIdRequest,Rs as GetScanDayOfWeekByAccountIdRequest,ba as GetScanDayOfWeekByProjectIdRequest,ys as GetScanExportByAccountIdRequest,Re as GetScanExportByAssetIdRequest,rr as GetScanExportByContactIdRequest,pn as GetScanExportByProjectIdRequest,De as GetScanLocationDataByAssetIdRequest,ar as GetScanLocationDataByContactIdRequest,vr as GetScanRequest,fs as GetScanTimeOfDayByAccountIdRequest,Ma as GetScanTimeOfDayByProjectIdRequest,Ds as GetScanTimelineByAccountIdRequest,ja as GetScanTimelineByProjectIdRequest,Us as GetScansByAccountIdRequest,Oe as GetScansByAssetIdRequest,ir as GetScansByContactIdRequest,Ga as GetScansByProjectIdRequest,Nn as GetSessionRefreshRequest,hn as GetSessionRequest,vs as GetUserByAccountIdRequest,Ms as GetUserMediasByAccountIdRequest,Ce as GetUserMediasByAssetIdRequest,Fa as GetUserMediasByProjectIdRequest,$a as GetUserRequest,Ba as GetUserRolesRequest,Xa as GetUserSettingsByUserIdRequest,js as GetUsersByAccountIdRequest,Vs as GetUsersRolesByAccountIdRequest,Gs as GetWebSessionsTimelineByAccountIdRequest,Va as GetWebSessionsTimelineByProjectIdRequest,Fs as InstallAppToAccountRequest,L as InternalProductName,U as InvoiceStatus,Pn as InvokePrintJobByJobIdRequest,b as JobStatus,f as JobType,M as Label,ve as LinkContactToAssetRequest,or as LinkContactToScanRequest,Mr as LinkMediaToAssetRequest,Gr as LinkMediaToProjectRequest,fr as LinkMediaToScanRequest,oe as LoadAppRequest,j as LocationSortingTypes,xe as NameRequest,ru as Openscreen,G as OpenscreenEmails,F as Permission,V as PluginNameTypes,H as PluginStatus,q as PricePlanName,Y as PricePlanPaymentPeriod,B as PricePlanReporting,Q as PrintFormat,tn as PrintJobResolutionRequest,K as PrintMode,W as PrintOrientation,J as PrintTemplate,$ as PrintUnit,X as ProjectSortingTypes,z as ProjectStatus,Z as QrCodeCornerDotTypes,tt as QrCodeCornerSquareTypes,st as QrCodeDotTypes,et as QrCodeDynamicRedirectType,rt as QrCodeErrorCorrectionLevel,at as QrCodeGradientTypes,nt as QrCodeIntentType,ot as QrCodeLocatorKeyType,it as QrCodeSortingTypes,ct as QrCodeStatus,ut as QrCodeType,ht as QueryConditions,mn as ResendConfirmationRequest,kt as ResetApiKeySecretRequest,dn as ResetPasswordRequest,qs as RetrieveCampaignStatusByAccountIdRequest,$e as RetryCustomDomainRequest,Dr as SaveGeolocationByScanIdRequest,dt as ScanTimelineOptions,$n as SdkAccountAdvancedAssetsReportResources,Xn as SdkAccountAdvancedContactsReportResources,Zn as SdkAccountAdvancedScansReportResources,Tn as SdkAccountApikeysResources,_o as SdkAccountAppInstallResources,ko as SdkAccountAppResource,On as SdkAccountAppsResources,so as SdkAccountAssetgraphsResources,Lo as SdkAccountAssetsExportResources,co as SdkAccountAssetsMostscannedResources,Uo as SdkAccountAssetsResources,oo as SdkAccountAssetsScansResources,yn as SdkAccountAssettypesResources,eo as SdkAccountBasicAssetsReportResources,So as SdkAccountBasicContactsReportResources,ro as SdkAccountBatchResources,Co as SdkAccountCampaignInformationResources,Ro as SdkAccountClockResources,ao as SdkAccountConsentResources,no as SdkAccountContactsBatchResources,mo as SdkAccountContactsExportResources,uo as SdkAccountContactsResources,Jn as SdkAccountCustomDomainResource,Wn as SdkAccountCustomDomainTestResources,Cn as SdkAccountCustomDomainsResources,Gn as SdkAccountCustomattributesResources,yo as SdkAccountEngagePricePlanResources,Rn as SdkAccountImageUploadResources,vn as SdkAccountInvitationsBatchResources,bn as SdkAccountInvitationsResources,io as SdkAccountJobsResources,Ln as SdkAccountLocationsResources,to as SdkAccountOwnerAppsResources,qn as SdkAccountPluginKlaviyoKeyResources,Yn as SdkAccountPluginKlaviyoResources,Hn as SdkAccountPluginPasswordResources,Bn as SdkAccountPluginRehrigResources,Qn as SdkAccountPluginResource,Oo as SdkAccountPluginsResources,ho as SdkAccountPricePlanResources,po as SdkAccountPrintJobsResources,Dn as SdkAccountPrintPageTemplatesResources,fn as SdkAccountPrintStickerTemplatesResources,Po as SdkAccountProjectsExportResources,Mn as SdkAccountProjectsResources,Eo as SdkAccountQrCodesResources,jn as SdkAccountQrcodelogosResources,Do as SdkAccountQrcodelogosUploadResources,bo as SdkAccountResource,go as SdkAccountScansDayofweekResources,No as SdkAccountScansExportResources,Io as SdkAccountScansResources,lo as SdkAccountScansTimelineResources,Ao as SdkAccountScansTimeofdayResources,Un as SdkAccountStylingtemplatesResources,vo as SdkAccountSupportTwilioResources,kn as SdkAccountUrlSafetiesResources,wn as SdkAccountUserConfirmResources,_n as SdkAccountUserResource,xn as SdkAccountUserRolesResources,Kn as SdkAccountUsermediasPresignedurlResources,Fn as SdkAccountUsermediasPresignedurlmultipartResources,To as SdkAccountUsermediasResources,wo as SdkAccountUsersResources,Vn as SdkAccountWebsessionsExportResources,xo as SdkAccountWebsessionsTimelineResources,zn as SdkAccountZendeskTicketResources,En as SdkApikeyResource,In as SdkApikeySecretResources,Mo as SdkAppAccountLoadResources,jo as SdkAppAccountResource,Go as SdkAppResource,ln as SdkAppsAccountMainResources,Sn as SdkAppsAccountResource,Fo as SdkAppsPublishedResources,fo as SdkAppsResources,ii as SdkAssetContactResource,Jo as SdkAssetContactsResources,si as SdkAssetHistoryResources,ei as SdkAssetNeighborResource,Zo as SdkAssetNeighborsDeleteResources,$o as SdkAssetNeighborsResources,zo as SdkAssetQrCodesResources,Xo as SdkAssetQracodesResources,ci as SdkAssetResource,ni as SdkAssetScansExportResources,oi as SdkAssetScansLocationResources,ri as SdkAssetScansResources,ti as SdkAssetUrlResource,ai as SdkAssetUsermediasResources,An as SdkAssetgraphResource,Vo as SdkAssettypeAssetResource,Ho as SdkAssettypeAssetsResources,qo as SdkAssettypeLocationResource,Yo as SdkAssettypeLocationsResources,Bo as SdkAssettypeResource,Wc as SdkAuthSessionResources,zc as SdkAuthUserResources,Ko as SdkBatchAssetsResources,Wo as SdkBatchResource,hi as SdkBillingCancelDowngradeResource,mi as SdkBillingCancelSubscriptionResource,gi as SdkBillingCurrentPeriodResource,Pi as SdkBillingDetailResource,di as SdkBillingDowngradePlanResource,Ni as SdkBillingInvoiceResource,pi as SdkBillingSetupIntentResource,Ii as SdkBillingUpgradePlanResource,Qo as SdkCareAccountsResources,Xc as SdkConfirmationAuthUserResources,xi as SdkContactAssetsResources,wi as SdkContactConsentResources,Ri as SdkContactExportResources,yi as SdkContactResource,Oi as SdkContactScanResource,_i as SdkContactScansExportResources,ki as SdkContactScansLocationResources,Ci as SdkContactScansResources,Ei as SdkCustomdomainLocatorCollisionsResources,Ti as SdkCustomdomainResource,Ai as SdkCustomdomainRetryResources,vi as SdkFileResource,Di as SdkFileValidateResources,Si as SdkInvitationResource,li as SdkInvitationUsersResources,Ui as SdkJobResource,bi as SdkLocationAssetsResources,fi as SdkLocationResource,Jc as SdkPasswordAuthUserResources,Mi as SdkPricePlansResources,Li as SdkPrintJobResource,tc as SdkPrintPageTemplateResource,Zi as SdkPrintStickerTemplateResource,Tc as SdkProjectAdvancedAssetsReportResources,Sc as SdkProjectAdvancedContactsReportResources,Ac as SdkProjectAdvancedScansReportResources,ic as SdkProjectAssetgraphsResources,dc as SdkProjectAssetsBatchResources,wc as SdkProjectAssetsExportResources,yc as SdkProjectAssetsMostscannedResources,nc as SdkProjectAssetsResources,_c as SdkProjectBasicAssetsReportResources,Cc as SdkProjectBasicContactsReportResources,Rc as SdkProjectBatchResources,kc as SdkProjectConsentResources,cc as SdkProjectContactsBatchResources,Oc as SdkProjectContactsExportResources,uc as SdkProjectContactsResources,rc as SdkProjectCustomDomainRealTimeQrResources,ac as SdkProjectCustomDomainResource,Ic as SdkProjectCustomDomainsRealTimeQrResources,xc as SdkProjectExportResources,hc as SdkProjectJobsAssetbatchResources,oc as SdkProjectPresignedurlJobsAssetbatchResources,Nc as SdkProjectPrintJobsResources,mc as SdkProjectQrCodesResources,Gc as SdkProjectResource,Dc as SdkProjectScansDayofweekResources,jc as SdkProjectScansExportResources,Uc as SdkProjectScansResources,Lc as SdkProjectScansTimelineResources,vc as SdkProjectScansTimeofdayResources,pc as SdkProjectSelfqueueprintResources,Ec as SdkProjectSmsTemplateResource,lc as SdkProjectSmsTemplatesResources,gc as SdkProjectTemplatedPrintPreviewResources,Mc as SdkProjectUpdateassetsResources,bc as SdkProjectUsermediasResources,ec as SdkProjectValidationJobsAssetbatchResources,Pc as SdkProjectWebsessionsExportResources,fc as SdkProjectWebsessionsTimelineResources,Hi as SdkQrCodeLinkResource,Vi as SdkQrCodeLinksResources,Yi as SdkQrCodeResource,qi as SdkQrCodeSwapResource,ji as SdkQrcodelinkResource,Gi as SdkQrcodelogoResource,Zc as SdkRefreshAuthSessionResources,$c as SdkResetAuthUserResources,tu as SdkResources,Bi as SdkScanContactsResources,Qi as SdkScanCustomAttributeResources,Ki as SdkScanResource,sc as SdkStylingtemplateResource,Fi as SdkSupportResources,ui as SdkUpgradePlanBillingPreviewResource,Vc as SdkUserAccountsResources,qc as SdkUserErrorsResources,Hc as SdkUserInvitationsResources,Bc as SdkUserPathResource,Yc as SdkUserPathSettingsResources,Qc as SdkUserResource,$i as SdkUsermediaAssetResource,Wi as SdkUsermediaMultipartResources,Xi as SdkUsermediaProjectResource,zi as SdkUsermediaResource,Ji as SdkUsermediaScanResource,Fc as SdkUserrolesResources,Kc as SdkWebhooksPrintjobresolutionResources,Er as SendSupportEmailRequest,Ar as SendSupportTwilioEmailRequest,za as SetUserSettingsByUserIdRequest,mt as StickerShape,Rr as SwapQrCodeByLocatorKeyRequest,pt as TagActions,Pt as TagStates,te as TestDomainConnectionRequest,Le as UnlinkContactToAssetRequest,Fr as UnlinkMediaToAssetRequest,Hr as UnlinkMediaToProjectRequest,Vr as UnlinkMediaToScanRequest,Ee as UpdateAccountRequest,_t as UpdateApiKeyRequest,Zs as UpdateAppByAppIdRequest,Ot as UpdateAssetGraphRequest,Ue as UpdateAssetRequest,ue as UpdateAssetTypeCountAtLocationRequest,me as UpdateAssetTypeRequest,Ya as UpdateAssetsJobByProjectIdRequest,mr as UpdateAssetsLocationsRequest,nr as UpdateContactRequest,Je as UpdateCustomDomainRequest,Bs as UpdateEngagePricePlanRequest,Qs as UpdateKlaviyoAccountPluginRequest,Nr as UpdateLocationRequest,Br as UpdateMediaRequest,Ks as UpdatePricePlanByAccountIdRequest,$r as UpdatePrintPageTemplateRequest,zr as UpdatePrintStickerTemplateRequest,qa as UpdateProjectByProjectIdRequest,Tr as UpdateQrCodeLogoByQrCodeLogoIdRequest,Or as UpdateQrCodeRequest,Jr as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Ha as UpdateRealTimeQrDomainByProjectIdRequest,$s as UpdateRehrigAccountPluginRequest,Lr as UpdateScanCustomAttributeRequest,Xs as UpdateUserByAccountIdRequest,Za as UpdateUserRequest,Ws as UpdateUsersRolesByAccountIdRequest,Js as UploadQrCodeLogoByAccountRequest,gt as UserCredentialsStatus,Nt as UserGroups,lt as UserMediaFileTypes,St as UserMediaSortingTypes,It as UserSettingsDomain,dr as ValidateFileRequest};
2
- //# sourceMappingURL=index.modern.mjs.map