@openscreen/internal-sdk 2.0.8-beta.1 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/typings/cloud-config.d.ts.map +1 -0
- package/typings/config.d.ts.map +1 -0
- package/typings/index.d.ts.map +1 -0
- package/typings/openscreen-session.d.ts.map +1 -0
- package/typings/openscreen.d.ts.map +1 -0
- package/typings/request-delete.d.ts.map +1 -0
- package/typings/request-get.d.ts.map +1 -0
- package/typings/request-patch.d.ts.map +1 -0
- package/typings/request-post.d.ts.map +1 -0
- package/typings/request.d.ts.map +1 -0
- package/typings/resource.d.ts.map +1 -0
- package/typings/sdk.d.ts +2306 -2304
- package/typings/sdk.d.ts.map +1 -0
- package/typings/user/index.d.ts.map +1 -0
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"axios";function r(){return r=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)({}).hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},r.apply(null,arguments)}function e(t,r){t.prototype=Object.create(r.prototype),t.prototype.constructor=t,n(t,r)}function n(t,r){return n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},n(t,r)}var s,a,o,i,u,c,h,p,m,P,l,f,g,d,y,v,N,A,S,I,w,E,T,k,_,O,C,j,R,D,L,b,U,M,G,x,V,F,H,Y,q,B,Q,W,K,J,X,z,Z,$,tt,rt,et,nt,st,at,ot,it,ut,ct,ht,pt,mt=/*#__PURE__*/function(){function t(t){this.session=void 0,this.routeSegments=void 0,this.session=t}var r=t.prototype;return r.makeUri=function(t){void 0===t&&(t={});try{var r=this;return Promise.resolve(r.session.getCloudConfig()).then(function(e){var n=[e.endpoint.replace(/\/+$/,"")];return r.routeSegments.forEach(function(r){if(n.push(r.routePart),r.parm){var e=t[r.parm];if(!e)throw Error("Openscreen: missing path parameter value for '"+r.parm+"'");n.push(e)}}),n.join("/")})}catch(t){return Promise.reject(t)}},r.debugRequest=function(t,r,e,n,s){this.session.debugRequest&&(console.debug("Openscreen REQUEST: "+t.toUpperCase()+" "+r),n&&console.debug("Openscreen REQUEST: "+JSON.stringify(n,null,2)),e&&this.session.debugQuery&&console.debug("Openscreen QUERY: "+JSON.stringify(e,null,2)),s&&this.session.debugOptions&&console.debug("Openscreen OPTIONS: "+JSON.stringify(s,null,2)))},r.debugResponse=function(t){this.session.debugResponse&&console.debug("Openscreen RESPONSE: "+JSON.stringify(t.data||{},null,2))},r.handleAndDebugErr=function(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},t}(),Pt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n){try{var s=this;return Promise.resolve(function(a,o){try{var i=Promise.resolve(s.makeUri(t)).then(function(t){return s.debugRequest("delete",t,e,null,n),Promise.resolve(s.session.authorize()).then(function(){return Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.delete(t,r({params:e},n))).then(function(t){return s.debugResponse(t),t.data})})})})}catch(t){return o(t)}return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),lt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n){try{var s=this;return Promise.resolve(function(a,o){try{var i=Promise.resolve(s.makeUri(t)).then(function(t){return s.debugRequest("get",t,e,null,n),Promise.resolve(s.session.authorize()).then(function(){return Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.get(t,r({params:e},n))).then(function(t){return s.debugResponse(t),t.data})})})})}catch(t){return o(t)}return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),ft=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n,s){try{var a=this;return Promise.resolve(function(t,r){try{var e=t()}catch(t){return r(t)}return e&&e.then?e.then(void 0,r):e}(function(){return Promise.resolve(a.makeUri(t)).then(function(t){return Promise.resolve(a.session.authorize()).then(function(){return a.debugRequest("patch",t,e,n,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.patch(t,n,r({params:e},s))).then(function(t){return a.debugResponse(t),t.data})})})})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),gt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n,s){try{var a=this;return Promise.resolve(function(t,r){try{var e=t()}catch(t){return r(t)}return e&&e.then?e.then(void 0,r):e}(function(){return Promise.resolve(a.makeUri(t)).then(function(t){return Promise.resolve(a.session.authorize()).then(function(){return a.debugRequest("post",t,e,n,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.post(t,n,r({params:e},s))).then(function(t){return a.debugResponse(t),t.data})})})})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),dt=/*#__PURE__*/function(){function t(t,r){this.session=void 0,this.pathParameters=void 0,this.session=t,this.pathParameters=r}var r=t.prototype;return r.self=function(){return this},r.getSession=function(){return this.session},t}(),yt=/*#__PURE__*/function(){function t(t,r){this.session=void 0,this.pathParameters=void 0,this.id=void 0,this.session=t,this.pathParameters=r}return t.prototype.getSession=function(){return this.session},t}();!function(t){t.ENGAGE_MICROSITE="ENGAGE_MICROSITE",t.QRCODE="QRCODE",t.TRACK_WORKFLOW="TRACK_WORKFLOW"}(s||(s={})),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"}(a||(a={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(o||(o={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(i||(i={})),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"}(u||(u={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.STATE="STATE"}(c||(c={})),function(t){t.json="json",t.csv="csv"}(h||(h={})),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"}(p||(p={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(m||(m={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(P||(P={})),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"}(l||(l={})),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"}(f||(f={})),function(t){t.MICROSOFT="MICROSOFT"}(g||(g={})),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"}(d||(d={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(y||(y={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(v||(v={})),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"}(N||(N={})),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"}(A||(A={})),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"}(S||(S={})),function(t){t.CARE_API="CARE_API"}(I||(I={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(w||(w={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(E||(E={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(T||(T={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(k||(k={})),function(t){t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.CARE_ACCOUNTS_EXPORT="CARE_ACCOUNTS_EXPORT",t.CLONE_MICROSITE="CLONE_MICROSITE",t.CONTACT_EXPORT="CONTACT_EXPORT",t.PROJECT_EXPORT="PROJECT_EXPORT",t.QRCODE_SCANS_EXPORT="QRCODE_SCANS_EXPORT",t.SCAN_EXPORT="SCAN_EXPORT",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.TEMPLATED_PRINT="TEMPLATED_PRINT",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.VALIDATE_AND_GENERATE_CSV="VALIDATE_AND_GENERATE_CSV",t.VALIDATE_CSV="VALIDATE_CSV",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT"}(_||(_={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(O||(O={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(C||(C={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(j||(j={})),function(t){t.PLUGIN_CONFIGURATION="PLUGIN_CONFIGURATION",t.INDIVIDUAL_ACCOUNT_SETTINGS="INDIVIDUAL_ACCOUNT_SETTINGS",t.WORKFLOW_BUILDER="WORKFLOW_BUILDER",t.QR_CODE_AND_PRINT_STUDIO="QR_CODE_AND_PRINT_STUDIO",t.REPORTING_AND_ANALYTICS="REPORTING_AND_ANALYTICS",t.USER_MANAGEMENT="USER_MANAGEMENT",t.BILLING="BILLING"}(R||(R={})),function(t){t.ADMIN_PLUGIN="ADMIN_PLUGIN",t.REHRIG_VISION="REHRIG_VISION",t.HOTWIRE="HOTWIRE",t.GOOGLE_SHEET="GOOGLE_SHEET",t.CONDITIONAL_REDIRECT="CONDITIONAL_REDIRECT",t.GOOGLE_PLACES="GOOGLE_PLACES",t.REHRIG_BARRIE_ADDRESS_DYNAMO_DB="REHRIG_BARRIE_ADDRESS_DYNAMO_DB",t.GUND="GUND",t.KLAVIYO="KLAVIYO",t.REHRIG_VISION_TRACK="REHRIG_VISION_TRACK",t.STANFORD_RD="STANFORD_RD"}(D||(D={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(L||(L={})),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"}(b||(b={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(U||(U={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(M||(M={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(G||(G={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(x||(x={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(V||(V={})),function(t){t.AVERY_5160="AVERY_5160",t.AVERY_5163="AVERY_5163",t.AVERY_94103="AVERY_94103",t.AVERY_22806="AVERY_22806",t.AVERY_22805="AVERY_22805",t.OL914="OL914",t.OL3012LP="OL3012LP",t.OL3012LPCustom="OL3012LPCustom",t.CLOUD_TAGS_15="CLOUD_TAGS_15",t.CLOUD_TAGS_20="CLOUD_TAGS_20",t.LUGGAGE_TAGS_SINGLE="LUGGAGE_TAGS_SINGLE",t.LUGGAGE_TAGS_5_X_5="LUGGAGE_TAGS_5_X_5",t.CT_8_X_6_GRIPPER="CT_8_X_6_GRIPPER",t.MINI_CLOUD_TAGS_4_X_3="MINI_CLOUD_TAGS_4_X_3"}(F||(F={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(H||(H={})),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"}(Y||(Y={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(q||(q={})),function(t){t.dot="dot",t.square="square"}(B||(B={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(Q||(Q={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(W||(W={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(K||(K={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(J||(J={})),function(t){t.linear="linear",t.radial="radial"}(X||(X={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(z||(z={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(Z||(Z={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}($||($={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(tt||(tt={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(rt||(rt={})),function(t){t.EQUALS="EQUALS",t.LESS_THAN="LESS_THAN",t.LESS_THAN_EQUAL="LESS_THAN_EQUAL",t.GREATER_THAN="GREATER_THAN",t.GREATER_THAN_EQUAL="GREATER_THAN_EQUAL",t.BETWEEN="BETWEEN",t.BEGINS_WITH="BEGINS_WITH"}(et||(et={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(nt||(nt={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(st||(st={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(at||(at={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(ot||(ot={})),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"}(it||(it={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ut||(ut={})),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"}(ct||(ct={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(ht||(ht={})),function(t){t.DASHBOARD="DASHBOARD"}(pt||(pt={}));var vt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(lt),Nt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(ft),At=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(lt),St=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(lt),It=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(ft),wt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}],r}return e(r,t),r}(lt),Et=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}],r}return e(r,t),r}(gt),Tt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}],r}return e(r,t),r}(lt),kt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(gt),_t=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(lt),Ot=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(Pt),Ct=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(Pt),jt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}],r}return e(r,t),r}(ft),Rt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Dt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(ft),Lt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(ft),bt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),Ut=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}],r}return e(r,t),r}(gt),Mt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}],r}return e(r,t),r}(gt),Gt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(lt),xt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(ft),Vt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(gt),Ft=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"image/upload",sdkPartName:"imageUpload"}],r}return e(r,t),r}(gt),Ht=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return e(r,t),r}(gt),Yt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return e(r,t),r}(gt),qt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}],r}return e(r,t),r}(lt),Bt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(gt),Qt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(lt),Wt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}],r}return e(r,t),r}(gt),Kt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(gt),Jt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(gt),Xt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(gt),zt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],r}return e(r,t),r}(gt),Zt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return e(r,t),r}(gt),$t=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}],r}return e(r,t),r}(gt),tr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}],r}return e(r,t),r}(gt),rr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(Pt),er=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(lt),nr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}],r}return e(r,t),r}(gt),sr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}],r}return e(r,t),r}(ft),ar=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(lt),or=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}],r}return e(r,t),r}(gt),ir=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}],r}return e(r,t),r}(lt),ur=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],r}return e(r,t),r}(lt),cr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],r}return e(r,t),r}(lt),hr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return e(r,t),r}(lt),pr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(gt),mr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}],r}return e(r,t),r}(lt),Pr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(Pt),lr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"password",sdkPartName:"password"}],r}return e(r,t),r}(lt),fr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return e(r,t),r}(lt),gr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/scans",sdkPartName:"assetsScans"}],r}return e(r,t),r}(gt),dr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}],r}return e(r,t),r}(lt),yr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(gt),vr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(lt),Nr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Ar=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(gt),Sr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo/key",sdkPartName:"klaviyoKey"}],r}return e(r,t),r}(lt),Ir=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}],r}return e(r,t),r}(lt),wr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),Er=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),Tr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(lt),kr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"plugins",sdkPartName:"plugins"}],r}return e(r,t),r}(lt),_r=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(lt),Or=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(lt),Cr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}],r}return e(r,t),r}(lt),jr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printJobs",sdkPartName:"printJobs"}],r}return e(r,t),r}(lt),Rr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}],r}return e(r,t),r}(lt),Dr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return e(r,t),r}(lt),Lr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],r}return e(r,t),r}(lt),br=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}],r}return e(r,t),r}(gt),Ur=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects/export",sdkPartName:"projectsExport"}],r}return e(r,t),r}(gt),Mr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(lt),Gr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(lt),xr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return e(r,t),r}(lt),Vr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return e(r,t),r}(lt),Fr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}],r}return e(r,t),r}(lt),Hr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),Yr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return e(r,t),r}(lt),qr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),Br=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}],r}return e(r,t),r}(lt),Qr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],r}return e(r,t),r}(lt),Wr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],r}return e(r,t),r}(lt),Kr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(lt),Jr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),Xr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}],r}return e(r,t),r}(lt),zr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return e(r,t),r}(lt),Zr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),$r=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(gt),te=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}],r}return e(r,t),r}(lt),re=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}],r}return e(r,t),r}(gt),ee=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"},{routePart:"test",sdkPartName:"test"}],r}return e(r,t),r}(ft),ne=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}],r}return e(r,t),r}(gt),se=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}],r}return e(r,t),r}(ft),ae=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"rehrig",sdkPartName:"rehrig"}],r}return e(r,t),r}(ft),oe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}],r}return e(r,t),r}(ft),ie=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(ft),ue=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}],r}return e(r,t),r}(ft),ce=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}],r}return e(r,t),r}(lt),he=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return e(r,t),r}(ft),pe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}],r}return e(r,t),r}(ft),me=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(lt),Pe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}],r}return e(r,t),r}(gt),le=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}],r}return e(r,t),r}(lt),fe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}],r}return e(r,t),r}(gt),ge=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),de=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}],r}return e(r,t),r}(lt),ye=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}],r}return e(r,t),r}(gt),ve=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}],r}return e(r,t),r}(lt),Ne=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}],r}return e(r,t),r}(gt),Ae=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}],r}return e(r,t),r}(lt),Se=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return e(r,t),r}(lt),Ie=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}],r}return e(r,t),r}(lt),we=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}],r}return e(r,t),r}(gt),Ee=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(gt),Te=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),ke=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(Pt),_e=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Oe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}],r}return e(r,t),r}(gt),Ce=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}],r}return e(r,t),r}(gt),je=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return e(r,t),r}(lt),Re=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(lt),De=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),Le=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(gt),be=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(ft),Ue=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),Me=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(gt),Ge=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qracodes",sdkPartName:"qracodes"}],r}return e(r,t),r}(gt),xe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],r}return e(r,t),r}(gt),Ve=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}],r}return e(r,t),r}(gt),Fe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(lt),He=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}],r}return e(r,t),r}(lt),Ye=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),qe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),Be=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(Pt),Qe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(Pt),We=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}],r}return e(r,t),r}(lt),Ke=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],r}return e(r,t),r}(lt),Je=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}],r}return e(r,t),r}(lt),Xe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),ze=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),Ze=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),$e=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(gt),tn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),rn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(ft),en=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return e(r,t),r}(lt),nn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(Pt),sn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}],r}return e(r,t),r}(lt),an=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}],r}return e(r,t),r}(gt),on=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"}],r}return e(r,t),r}(lt),un=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}],r}return e(r,t),r}(Pt),cn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}],r}return e(r,t),r}(gt),hn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}],r}return e(r,t),r}(gt),pn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return e(r,t),r}(Pt),mn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return e(r,t),r}(lt),Pn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"support",sdkPartName:"support"}],r}return e(r,t),r}(gt),ln=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(Pt),fn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return e(r,t),r}(Pt),gn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return e(r,t),r}(lt),dn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(ft),yn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}],r}return e(r,t),r}(lt),vn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Nn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(ft),An=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(ft),Sn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(Pt),In=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(lt),wn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(ft),En=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(lt),Tn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(ft),kn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return e(r,t),r}(gt),_n=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}],r}return e(r,t),r}(ft),On=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}],r}return e(r,t),r}(Pt),Cn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),jn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(Pt),Rn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return e(r,t),r}(lt),Dn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(lt),Ln=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(ft),bn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(gt),Un=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/validation",sdkPartName:"validationJobsAssetbatch"}],r}return e(r,t),r}(gt),Mn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),Gn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}],r}return e(r,t),r}(gt),xn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}],r}return e(r,t),r}(gt),Vn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}],r}return e(r,t),r}(gt),Fn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(gt),Hn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(gt),Yn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),qn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}],r}return e(r,t),r}(gt),Bn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(gt),Qn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}],r}return e(r,t),r}(gt),Wn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}],r}return e(r,t),r}(gt),Kn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"printJobs",sdkPartName:"printJobs"}],r}return e(r,t),r}(gt),Jn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(gt),Xn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(Pt),zn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],r}return e(r,t),r}(lt),Zn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],r}return e(r,t),r}(Pt),$n=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(Pt),ts=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return e(r,t),r}(lt),rs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(lt),es=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],r}return e(r,t),r}(lt),ns=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"export",sdkPartName:"export"}],r}return e(r,t),r}(gt),ss=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),as=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return e(r,t),r}(lt),os=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return e(r,t),r}(lt),is=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(lt),us=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),cs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],r}return e(r,t),r}(lt),hs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),ps=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),ms=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(lt),Ps=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}],r}return e(r,t),r}(lt),ls=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),fs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return e(r,t),r}(lt),gs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],r}return e(r,t),r}(lt),ds=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),ys=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),vs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(ft),Ns=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(Pt),As=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}],r}return e(r,t),r}(lt),Ss=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(Pt),Is=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(gt),ws=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(lt),Es=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(Pt),Ts=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(lt),ks=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(ft),_s=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(lt),Os=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(gt),Cs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(ft),js=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(ft),Rs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}],r}return e(r,t),r}(lt),Ds=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return e(r,t),r}(gt),Ls=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return e(r,t),r}(lt),bs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return e(r,t),r}(lt),Us=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(lt),Ms=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(lt),Gs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return e(r,t),r}(ft),xs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"url",routePart:"urls",sdkPartName:"url"}],r}return e(r,t),r}(lt),Vs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(lt),Fs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{routePart:"multipart",sdkPartName:"multipart"}],r}return e(r,t),r}(gt),Hs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}],r}return e(r,t),r}(gt),Ys=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(gt),qs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(Pt),Bs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(gt),Qs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(Pt),Ws=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(Pt),Ks=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}],r}return e(r,t),r}(lt),Js=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(ft),Xs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(ft),zs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"userroles",sdkPartName:"userroles"}],r}return e(r,t),r}(lt),Zs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}],r}return e(r,t),r}(gt),$s=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(gt),ta=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}],r}return e(r,t),r}(gt),ra=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}],r}return e(r,t),r}(gt),ea=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}],r}return e(r,t),r}(gt),na=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(Pt),sa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}],r}return e(r,t),r}(gt),aa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(lt),oa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(Pt),ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new St(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t){try{var r=new It(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.secret=function(){return new ia(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new vt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Nt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new At(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Et(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),pa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.load=function(){return new ha(this.getSession(),this.pathParameters)},r}(yt),ma=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.account=function(t){return new pa(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.get=function(t){try{var r=new wt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new jt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Pa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Tt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),la=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new kt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t,r){try{var e=new Rt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new bt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.update=function(t,r){try{var e=new Dt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Qt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new er(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ya=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.asset=function(t){return new la(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.assets=function(){return new fa(this.getSession(),this.pathParameters)},s.location=function(t){return new ga(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.locations=function(){return new da(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new Ct(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Lt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},s.get=function(t,r){try{var e=new Gt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n}(yt),va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new _t(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Ot(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new xt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Na=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ut(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Aa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Mt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new mr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Sa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Vt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Tr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ft(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Ht(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new fr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ea=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Yt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Dr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ta=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new qt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new zr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new he(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),_a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.confirm=function(){return new Ta(this.getSession(),this.pathParameters)},n.roles=function(){return new ka(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new Pr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Kr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new ie(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Oa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Bt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Or(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Wt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Rr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Kt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Gr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ra=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Jt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Mr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Xt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),La=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new zt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Wr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Zt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Se(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new $t(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ma=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new tr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t,r){try{var e=new rr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new nr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new lr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Sr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new se(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ya=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new ae(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.password=function(){return new Va(this.getSession(),this.pathParameters)},n.klaviyoKey=function(){return new Fa(this.getSession(),this.pathParameters)},n.klaviyo=function(){return new Ha(this.getSession(),this.pathParameters)},n.rehrig=function(){return new Ya(this.getSession(),this.pathParameters)},n.update=function(t){try{var r=new sr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t){try{var r=new ee(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.test=function(){return new Ba(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new ar(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new or(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ir(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ur(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new cr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new hr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new pr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r,e){try{var n=new gr(this.session);return Promise.resolve(n.go(this.pathParameters,t,r,e))}catch(t){return Promise.reject(t)}},r}(dt),$a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new dr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),to=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new yr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ro=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new vr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Nr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),no=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ar(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),so=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new wr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Er(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new kr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new _r(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new Cr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new oe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new jr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Lr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new br(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ur(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new xr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Vr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Fr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Hr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Yr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new qr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),No=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Br(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Qr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),So=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Jr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Xr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Zr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new $r(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new me(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),To=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new te(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new re(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),_o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new ne(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.install=function(){return new _o(this.getSession(),this.pathParameters)},r}(yt),Co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new ue(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Pe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ro=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.urlSafeties=function(){return new Na(this.getSession(),this.pathParameters)},s.apikeys=function(){return new Aa(this.getSession(),this.pathParameters)},s.apps=function(){return new Sa(this.getSession(),this.pathParameters)},s.imageUpload=function(){return new Ia(this.getSession(),this.pathParameters)},s.assettypes=function(){return new wa(this.getSession(),this.pathParameters)},s.printPageTemplates=function(){return new Ea(this.getSession(),this.pathParameters)},s.user=function(t){return new _a(this.getSession(),r({},this.pathParameters,{userId:t}))},s.locations=function(){return new Oa(this.getSession(),this.pathParameters)},s.projects=function(){return new Ca(this.getSession(),this.pathParameters)},s.printStickerTemplates=function(){return new ja(this.getSession(),this.pathParameters)},s.qrcodelogos=function(){return new Ra(this.getSession(),this.pathParameters)},s.invitations=function(){return new Da(this.getSession(),this.pathParameters)},s.customattributes=function(){return new La(this.getSession(),this.pathParameters)},s.stylingtemplates=function(){return new ba(this.getSession(),this.pathParameters)},s.usermediasPresignedurlmultipart=function(){return new Ua(this.getSession(),this.pathParameters)},s.usermediasPresignedurl=function(){return new Ma(this.getSession(),this.pathParameters)},s.contactsBatch=function(){return new Ga(this.getSession(),this.pathParameters)},s.invitationsBatch=function(){return new xa(this.getSession(),this.pathParameters)},s.plugin=function(t){return new qa(this.getSession(),r({},this.pathParameters,{pluginId:t}))},s.customDomain=function(t){return new Qa(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.customDomains=function(){return new Wa(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new Ka(this.getSession(),this.pathParameters)},s.advancedAssetsReport=function(){return new Ja(this.getSession(),this.pathParameters)},s.advancedScansReport=function(){return new Xa(this.getSession(),this.pathParameters)},s.websessionsExport=function(){return new za(this.getSession(),this.pathParameters)},s.assetsScans=function(){return new Za(this.getSession(),this.pathParameters)},s.ownerApps=function(){return new $a(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new to(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new ro(this.getSession(),this.pathParameters)},s.assets=function(){return new eo(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new no(this.getSession(),this.pathParameters)},s.contacts=function(){return new so(this.getSession(),this.pathParameters)},s.consent=function(){return new ao(this.getSession(),this.pathParameters)},s.plugins=function(){return new oo(this.getSession(),this.pathParameters)},s.batch=function(){return new io(this.getSession(),this.pathParameters)},s.pricePlan=function(){return new uo(this.getSession(),this.pathParameters)},s.printJobs=function(){return new co(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new ho(this.getSession(),this.pathParameters)},s.zendeskTicket=function(){return new po(this.getSession(),this.pathParameters)},s.projectsExport=function(){return new mo(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new Po(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new lo(this.getSession(),this.pathParameters)},s.jobs=function(){return new fo(this.getSession(),this.pathParameters)},s.scansExport=function(){return new go(this.getSession(),this.pathParameters)},s.scansTimeofday=function(){return new yo(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new vo(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new No(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new Ao(this.getSession(),this.pathParameters)},s.scans=function(){return new So(this.getSession(),this.pathParameters)},s.users=function(){return new Io(this.getSession(),this.pathParameters)},s.usermedias=function(){return new wo(this.getSession(),this.pathParameters)},s.campaignInformation=function(){return new Eo(this.getSession(),this.pathParameters)},s.websessionsTimeline=function(){return new To(this.getSession(),this.pathParameters)},s.clock=function(){return new ko(this.getSession(),this.pathParameters)},s.app=function(t){return new Oo(this.getSession(),r({},this.pathParameters,{appId:t}))},s.engagePricePlan=function(){return new Co(this.getSession(),this.pathParameters)},s.qrcodelogosUpload=function(){return new jo(this.getSession(),this.pathParameters)},s.get=function(t){try{var r=new ir(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new pe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Do=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new ce(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.main=function(){return new Do(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new le(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new fe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ge(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.assets=function(){return new Uo(this.getSession(),this.pathParameters)},r}(yt),Go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new de(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ye(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ve(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ne(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ae(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Ie(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new we(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Ee(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Te(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t,r){try{var e=new Qe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new _e(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ce(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new je(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new De(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Le(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new qe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Zo=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.consent=function(){return new Bo(this.getSession(),this.pathParameters)},s.assets=function(){return new Qo(this.getSession(),this.pathParameters)},s.export=function(){return new Wo(this.getSession(),this.pathParameters)},s.scansLocation=function(){return new Ko(this.getSession(),this.pathParameters)},s.scans=function(){return new Jo(this.getSession(),this.pathParameters)},s.scan=function(t){return new Xo(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.scansExport=function(){return new zo(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new ke(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t){try{var r=new Re(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new be(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),$o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Oe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Ue(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ye(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Me(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Xe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ge(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new xe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ke(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ve(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new He(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new We(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ze(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ze(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new $e(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new nn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new tn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),pi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new en(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new xs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Pi=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.contacts=function(){return new ti(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new ri(this.getSession(),this.pathParameters)},s.qracodes=function(){return new ei(this.getSession(),this.pathParameters)},s.neighbors=function(){return new ni(this.getSession(),this.pathParameters)},s.neighborsDelete=function(){return new si(this.getSession(),this.pathParameters)},s.history=function(){return new ai(this.getSession(),this.pathParameters)},s.neighbor=function(t){return new oi(this.getSession(),r({},this.pathParameters,{neighborId:t}))},s.scans=function(){return new ii(this.getSession(),this.pathParameters)},s.scansExport=function(){return new ui(this.getSession(),this.pathParameters)},s.contact=function(t){return new ci(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.usermedias=function(){return new hi(this.getSession(),this.pathParameters)},s.scansLocation=function(){return new pi(this.getSession(),this.pathParameters)},s.url=function(t){return new mi(this.getSession(),r({},this.pathParameters,{url:t}))},s.get=function(t,r){try{var e=new Fe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},s.delete=function(t){try{var r=new Be(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new rn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),li=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Je(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new sn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new cn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.locatorCollisions=function(){return new fi(this.getSession(),this.pathParameters)},n.retry=function(){return new gi(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new un(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new an(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.validate=function(){return new yi(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new on(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new hn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.users=function(){return new Ni(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new pn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new mn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Pn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new ln(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t){try{var r=new dn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new fn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new gn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new yn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t,r){try{var e=new vn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new An(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.assets=function(){return new Ti(this.getSession(),this.pathParameters)},n.update=function(t,r){try{var e=new Nn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t,r){try{var e=new Sn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),_i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new In(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new wn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new _n(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Cn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ji=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.customAttribute=function(){return new Oi(this.getSession(),this.pathParameters)},n.contacts=function(){return new Ci(this.getSession(),this.pathParameters)},n.get=function(t,r){try{var e=new En(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Tn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new kn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Rn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t){try{var r=new On(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Li=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.links=function(){return new Ri(this.getSession(),this.pathParameters)},s.link=function(t){return new Di(this.getSession(),r({},this.pathParameters,{link:t}))},s.delete=function(t){try{var r=new jn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t,r){try{var e=new Dn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Ln(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new bn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Un(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Mn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new ss(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Gn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new xn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Vn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Fn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t,r){try{var e=new Xn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Hn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new hs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Yn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new qn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Bn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new rs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Qn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Wn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Kn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ji=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Jn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new zn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t){try{var r=new Zn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ts(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),$i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new es(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),tu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ns(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ru=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new as(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),eu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new os(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),nu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new is(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),su=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new us(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),au=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new cs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ou=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),iu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ls(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),uu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new fs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),cu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new gs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),hu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ds(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),pu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ys(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new As(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Pu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Is(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),lu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Os(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),fu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.customDomain=function(t){return new bi(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.validationJobsAssetbatch=function(){return new Ui(this.getSession(),this.pathParameters)},s.assets=function(){return new Mi(this.getSession(),this.pathParameters)},s.presignedurlJobsAssetbatch=function(){return new Gi(this.getSession(),this.pathParameters)},s.jobsAssetbatch=function(){return new xi(this.getSession(),this.pathParameters)},s.assetsBatch=function(){return new Vi(this.getSession(),this.pathParameters)},s.contactsBatch=function(){return new Fi(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new Hi(this.getSession(),this.pathParameters)},s.contacts=function(){return new Yi(this.getSession(),this.pathParameters)},s.selfqueueprint=function(){return new qi(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new Bi(this.getSession(),this.pathParameters)},s.smsTemplates=function(){return new Qi(this.getSession(),this.pathParameters)},s.templatedPrintPreview=function(){return new Wi(this.getSession(),this.pathParameters)},s.printJobs=function(){return new Ki(this.getSession(),this.pathParameters)},s.websessionsExport=function(){return new Ji(this.getSession(),this.pathParameters)},s.advancedAssetsReport=function(){return new Xi(this.getSession(),this.pathParameters)},s.smsTemplate=function(t){return new zi(this.getSession(),r({},this.pathParameters,{smsTemplateName:t}))},s.advancedScansReport=function(){return new Zi(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new $i(this.getSession(),this.pathParameters)},s.export=function(){return new tu(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new ru(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new eu(this.getSession(),this.pathParameters)},s.batch=function(){return new nu(this.getSession(),this.pathParameters)},s.consent=function(){return new su(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new au(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new ou(this.getSession(),this.pathParameters)},s.scansExport=function(){return new iu(this.getSession(),this.pathParameters)},s.scansTimeofday=function(){return new uu(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new cu(this.getSession(),this.pathParameters)},s.scans=function(){return new hu(this.getSession(),this.pathParameters)},s.usermedias=function(){return new pu(this.getSession(),this.pathParameters)},s.websessionsTimeline=function(){return new mu(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new Pu(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new lu(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new $n(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t){try{var r=new ms(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new vs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),gu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new Ns(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new ws(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new ks(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),du=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new Ss(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Ts(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Cs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),yu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new Es(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new _s(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new js(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),vu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Rs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Nu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Ds(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ls(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Au=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new bs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Gs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Su=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.settings=function(){return new Au(this.getSession(),this.pathParameters)},r}(yt),Iu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Us(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),wu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ks(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Eu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.accounts=function(){return new Nu(this.getSession(),this.pathParameters)},s.path=function(t){return new Su(this.getSession(),r({},this.pathParameters,{path:t}))},s.invitations=function(){return new Iu(this.getSession(),this.pathParameters)},s.errors=function(){return new wu(this.getSession(),this.pathParameters)},s.get=function(t){try{var r=new Ms(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Xs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Tu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Fs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ku=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Hs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Ws(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),_u=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Ys(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new qs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ou=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Bs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Qs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Cu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.multipart=function(){return new Tu(this.getSession(),this.pathParameters)},s.project=function(t){return new ku(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.asset=function(t){return new _u(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.scan=function(t){return new Ou(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.get=function(t){try{var r=new Vs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Js(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},s.delete=function(t){try{var r=new oa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n}(yt),ju=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new zs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ru=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Zs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Du=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new $s(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new na(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new aa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Lu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ta(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),bu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new ra(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Uu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ea(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new sa(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Gu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.apikey=function(t){return new ua(this.getSession(),r({},this.pathParameters,{apiKeyId:t}))},s.apps=function(){return new ca(this.getSession(),this.pathParameters)},s.app=function(t){return new ma(this.getSession(),r({},this.pathParameters,{appId:t}))},s.appsPublished=function(){return new Pa(this.getSession(),this.pathParameters)},s.assettype=function(t){return new ya(this.getSession(),r({},this.pathParameters,{assetTypeId:t}))},s.assetgraph=function(t){return new va(this.getSession(),r({},this.pathParameters,{assetGraphId:t}))},s.account=function(t){return new Ro(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.appsAccount=function(t){return new Lo(this.getSession(),r({},this.pathParameters,{appAccountId:t}))},s.billingCancelDowngrade=function(t){return new bo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.batch=function(t){return new Mo(this.getSession(),r({},this.pathParameters,{batchId:t}))},s.careAccounts=function(){return new Go(this.getSession(),this.pathParameters)},s.billingCancelSubscription=function(t){return new xo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingInvoice=function(t){return new Vo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingSetupIntent=function(t){return new Fo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.upgradePlanBillingPreview=function(t){return new Ho(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDetail=function(t){return new Yo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDowngradePlan=function(t){return new qo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.contact=function(t){return new Zo(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.billingUpgradePlan=function(t){return new $o(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.asset=function(t){return new Pi(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.billingCurrentPeriod=function(t){return new li(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.customdomain=function(t){return new di(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.file=function(t){return new vi(this.getSession(),r({},this.pathParameters,{fileId:t}))},s.invitation=function(t){return new Ai(this.getSession(),r({},this.pathParameters,{invitationId:t}))},s.support=function(){return new Si(this.getSession(),this.pathParameters)},s.printJob=function(t){return new Ii(this.getSession(),r({},this.pathParameters,{printJobId:t}))},s.job=function(t){return new wi(this.getSession(),r({},this.pathParameters,{jobId:t}))},s.pricePlans=function(){return new Ei(this.getSession(),this.pathParameters)},s.location=function(t){return new ki(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.qrcodelogo=function(t){return new _i(this.getSession(),r({},this.pathParameters,{qrCodeLogoId:t}))},s.scan=function(t){return new ji(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.qrCode=function(t){return new Li(this.getSession(),r({},this.pathParameters,{qrCodeId:t}))},s.project=function(t){return new fu(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.printPageTemplate=function(t){return new gu(this.getSession(),r({},this.pathParameters,{printPageTemplateId:t}))},s.stylingtemplate=function(t){return new du(this.getSession(),r({},this.pathParameters,{stylingTemplateId:t}))},s.printStickerTemplate=function(t){return new yu(this.getSession(),r({},this.pathParameters,{printStickerTemplateId:t}))},s.qrcodelink=function(t){return new vu(this.getSession(),r({},this.pathParameters,{qrCodeLink:t}))},s.user=function(t){return new Eu(this.getSession(),r({},this.pathParameters,{userId:t}))},s.usermedia=function(t){return new Cu(this.getSession(),r({},this.pathParameters,{mediaId:t}))},s.userroles=function(){return new ju(this.getSession(),this.pathParameters)},s.passwordAuthUser=function(){return new Ru(this.getSession(),this.pathParameters)},s.authSession=function(){return new Du(this.getSession(),this.pathParameters)},s.authUser=function(){return new Lu(this.getSession(),this.pathParameters)},s.refreshAuthSession=function(){return new bu(this.getSession(),this.pathParameters)},s.resetAuthUser=function(){return new Uu(this.getSession(),this.pathParameters)},s.confirmationAuthUser=function(){return new Mu(this.getSession(),this.pathParameters)},n}(dt),xu="internal-JG0adajZUHU",Vu=/*#__PURE__*/function(){function t(){this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=0}var r=t.prototype;return r.getConfig=function(){throw Error("no session")},r.getCloudConfig=function(){throw Error("no session")},r.getAxios=function(){throw Error("no session")},r.authorize=function(){throw Error("no session")},r.getUser=function(){throw Error("no session")},r.getSignedInUser=function(){throw Error("no session")},r.signUpUser=function(){throw Error("no session")},r.changePassword=function(){throw Error("no session")},r.signOut=function(){throw Error("no session")},t}(),Fu=/*#__PURE__*/function(n){function s(){var t;(t=n.call(this,new Vu,{})||this)._config=void 0,t.cloudConfigName=void 0,t.cloudConfig=void 0,t.axios=void 0,t.debugConfig=!1,t.debugAuth=!1,t.debugRequest=!1,t.debugResponse=!1,t.debugError=!1,t.debugQuery=!1,t.debugOptions=!1,t.exp=void 0,t._user=void 0,t.authorizePromise=void 0,t.exp=0;var r,e=process.env.OS_DEBUG;if(e)switch(console.log("OS_DEBUG="+e),e=e.toLowerCase()){case"all":t.debugConfig=!0,t.debugAuth=!0,t.debugRequest=!0,t.debugResponse=!0,t.debugError=!0,t.debugQuery=!0,t.debugOptions=!0;break;case"none":case"off":case"false":case"":t.debugConfig=!1,t.debugAuth=!1,t.debugRequest=!1,t.debugResponse=!1,t.debugError=!1,t.debugQuery=!1,t.debugOptions=!1;break;default:r=e.split(","),t.debugConfig=r.includes("config"),t.debugAuth=r.includes("auth"),t.debugRequest=r.includes("request"),t.debugResponse=r.includes("response"),t.debugError=r.includes("error"),t.debugQuery=r.includes("query"),t.debugOptions=r.includes("options"),t.debugConfig||t.debugAuth||t.debugRequest||t.debugResponse||t.debugError||t.debugQuery||t.debugOptions||console.warn("Openscreen: OS_DEBUG environment var has invalid value: '"+process.env.OS_DEBUG+"'")}return t}e(s,n);var a=s.prototype;return a.getSession=function(){return this},a.config=function(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=xu,this._config=t,this},a.getConfig=function(){if(!this._config)throw Error("Openscreen: client must be configured before accessing resources");return this._config},a.getSignedInUser=function(t){try{var r=this;return r.cloudConfigName=t||xu,Promise.resolve(r.getCloudConfig()).then(function(t){return r.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),Promise.resolve(r.getAxios()).then(function(){return Promise.resolve(r.axios.post(t.endpoint+"/auth/session/refresh")).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User is not signed in");if(200===t.status){var e=t.data,n=e.expires,s=e.user;return r._user=s,r.debugAuth&&console.info("Openscreen AUTH: authorized '"+s.userId+"' until expiry="+n),r.exp=n,s}})})})}catch(t){return Promise.reject(t)}},a.signUpUser=function(t,r){try{var e=this;return e.cloudConfigName=r||xu,Promise.resolve(e.getCloudConfig()).then(function(r){return e.debugAuth&&console.info("Openscreen AUTH: signing up User"),Promise.resolve(e.getAxios()).then(function(){return Promise.resolve(e.axios.post(r.endpoint+"/auth/user",t)).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User Sign Up failed");return(200===t.status||204===t.status)&&(e.debugAuth&&console.info("Openscreen AUTH: Signed up user"),!0)})})})}catch(t){return Promise.reject(t)}},a.checkSession=function(t){try{var r=this;return r.cloudConfigName=t||xu,Promise.resolve(r.getCloudConfig()).then(function(t){return r.debugAuth&&console.info("Openscreen AUTH: checking session"),Promise.resolve(r.getAxios()).then(function(){return Promise.resolve(r.axios.get(t.endpoint+"/auth/session")).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User is not signed in");return!0})})})}catch(t){return Promise.reject(t)}},a.authorize=function(){try{var t=this;return t.authorizePromise||(t.authorizePromise=function(){try{return Promise.resolve(function(e,n){try{var s=Promise.resolve(t.getCloudConfig()).then(function(e){var n;function s(s){if(n)return s;var a,o,i=t.getConfig();if(t.debugConfig){var u=r({},i);u.secret&&(u.secret="*".repeat(u.secret.length)),console.debug("Openscreen CONFIG: "+JSON.stringify(u,null,2))}return t.debugConfig&&console.debug("Openscreen CONFIG: (environment) "+JSON.stringify(e,null,2)),a=i.key,o=i.secret,t.debugAuth&&console.info("Openscreen AUTH: authorizing '"+a+"'"),Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.post(e.endpoint+"/auth/session",{email:a,password:o})).then(function(r){if(403===r.status||500===r.status)throw Error("Openscreen AUTH: authentication failed");if(200===r.status){var e=r.data,n=e.expires;t._user=e.user,t.debugAuth&&console.info("Openscreen AUTH: authorized '"+a+"' until expiry="+n),t.exp=n}})})}if(!(t.exp>(new Date).getTime())){var a=function(){if(0!==t.exp)return t.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.post(e.endpoint+"/auth/session/refresh")).then(function(r){if(403===r.status||500===r.status)throw t.exp=0,Error("Openscreen AUTH: Refreshing failed, exiting");if(200===r.status){var e=r.data,s=e.expires,a=e.user;t._user=a,t.debugAuth&&console.info("Openscreen AUTH: authorized '"+a.userId+"' until expiry="+s),t.exp=s,n=1}})})}();return a&&a.then?a.then(s):s(a)}})}catch(t){return n(!0,t)}return s&&s.then?s.then(n.bind(null,!1),n.bind(null,!0)):n(!1,s)}(0,function(r,e){if(t.authorizePromise=void 0,r)throw e;return e}))}catch(t){return Promise.reject(t)}}()),Promise.resolve(t.authorizePromise)}catch(t){return Promise.reject(t)}},a.getUser=function(){return this._user},a.getCloudConfig=function(){try{var r=this;if(!r.cloudConfig){if(!r.cloudConfigName)throw Error("Openscreen: environment name missing");r.cloudConfig=function(r){try{var e=t.create({baseURL:"https://config.openscreen.com",timeout:25e3,responseType:"json",maxContentLength:10240,maxBodyLength:10240,maxRedirects:1,decompress:!0});return Promise.resolve(e.get(r+".json").catch(function(t){throw new Error("Openscreen: unable to load cloud configuration '"+r+"': "+t.message)})).then(function(t){return t.data})}catch(t){return Promise.reject(t)}}(r.cloudConfigName)}return Promise.resolve(r.cloudConfig)}catch(t){return Promise.reject(t)}},a.getAxios=function(){try{var r=this;return r.axios?Promise.resolve(r.axios):Promise.resolve(r.getCloudConfig()).then(function(e){return r.axios=t.create(e.axios||{timeout:25e3,responseType:"json",maxContentLength:1048576,maxBodyLength:1048576,maxRedirects:1,decompress:!0}),r.axios})}catch(t){return Promise.reject(t)}},a.changePassword=function(t,r){try{var e=this;return Promise.resolve(e.getCloudConfig()).then(function(n){return Promise.resolve(e.getAxios()).then(function(){return Promise.resolve(e.axios.post(n.endpoint+"/auth/user/password",{password:t,newPassword:r})).then(function(t){if(200===t.status)return!0;throw e.debugAuth&&console.log("password change failed for the current user, got the error",t.data),new Error("Failed to change password")})})})}catch(t){return Promise.reject(t)}},a.signOut=function(){try{var t=this;return Promise.resolve(t.getCloudConfig()).then(function(r){return Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.delete(r.endpoint+"/auth/session")).then(function(r){if(200!==r.status)throw t.debugAuth&&console.log("Sign out failed, response body is ",r.data),new Error("Failed to sign out")})})})}catch(t){return Promise.reject(t)}},s}(Gu);export{s as AccountDomainTypes,a as AccountSortingTypes,o as AccountStatus,i as AccountType,u as AccountUserRole,re as AdvanceStripeClockByAccountIdRequest,c as AssetByAssetTypeSortingTypes,h as AssetCreationFileTypes,p as AssetSortingTypes,m as AssetTypeSortingTypes,P as AssetTypeUsabilityState,bn as AssignDomainToProjectRequest,l as AuthMessageId,f as AuthTokenScope,g as AuthTypes,d as CampaignUseCaseCategory,fe as CancelDowngradeRequestRequest,ye as CancelSubscriptionRequest,Zs as ChangePasswordRequest,Ae as ChangeSubscriptionPreviewRequest,Oe as ChangeSubscriptionRequest,sn as CheckCustomLocatorKeyRangeRequest,aa as CheckSessionRequest,Ut as CheckUrlSafetyByAccountIdRequest,Fs as CompleteUserMediaMultipartUploadRequest,kt as ComposeAssetByAssetTypeRequest,y as ConsentStatus,v as ConsentType,N as ContactAssetSortingTypes,A as ContactSortingTypes,Ds as CreateAccountByUserIdRequest,Mt as CreateApiKeyByAccountIdRequest,Vt as CreateAppRequest,Un as CreateAssetBatchValidationJobByProjectIdRequest,bt as CreateAssetByAssetTypeRequest,Mn as CreateAssetByProjectIdRequest,xn as CreateAssetCreationJobByProjectIdRequest,Gn as CreateAssetCreationPresignedUrlRequest,Bn as CreateAssetGraphByProjectIdRequest,Ht as CreateAssetTypeByAccountIdRequest,Vn as CreateAssetsByProjectIdRequest,$r as CreateCampaignAccountByAccountIdRequest,Ee as CreateConsentByContactIdRequest,Ue as CreateContactByAssetIdRequest,Yn as CreateContactByProjectIdRequest,Cn as CreateContactByScanIdRequest,Fn as CreateContactsByProjectIdRequest,or as CreateCustomDomainByAccountIdRequest,Ft as CreateImageUploadPresignedUrlRequest,Xt as CreateInvitationByAccountIdRequest,nr as CreateInvitationsByAccountIdRequest,kn as CreateLinkByQrCodeRequest,Bt as CreateLocationByAccountIdRequest,xe as CreateNeighborsByAssetIdRequest,Yt as CreatePrintPageTemplateByAccountIdRequest,Kt as CreatePrintStickerTemplateByAccountIdRequest,Wt as CreateProjectByAccountIdRequest,Me as CreateQrCodeByAssetIdRequest,Hn as CreateQrCodeByProjectIdRequest,Jt as CreateQrCodeLogoByAccountRequest,Zt as CreateQrCodeStylingTemplateByAccountRequest,Ge as CreateQrCodesByAssetIdRequest,zt as CreateQueryableCustomAttributeRequest,qn as CreateSelfQueuePrintJobByProjectIdRequest,Ne as CreateSetupIntentRequest,Qn as CreateSmsTemplateByProjectIdRequest,Kn as CreateTemplatedPrintJobByProjectIdRequest,Wn as CreateTemplatedPrintPreviewByProjectIdRequest,br as CreateTicketByAccountIdRequest,hn as CreateUserByInvitationIdRequest,$t as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,tr as CreateUserMediaPresignedUrlByAccountIdRequest,ta as CreateUserRequest,pr as CreateWebSessionExportByAccountIdRequest,Jn as CreateWebSessionExportByProjectIdRequest,Ot as DeleteAssetGraphRequest,Be as DeleteAssetRequest,Ct as DeleteAssetTypeRequest,Qe as DeleteConsentByContactIdRequest,ke as DeleteContactRequest,rr as DeleteContactsByAccountIdRequest,Xn as DeleteContactsByProjectIdRequest,un as DeleteCustomDomainRequest,pn as DeleteInvitationRequest,fn as DeleteJobRequest,On as DeleteLinkByQrCodeRequest,Sn as DeleteLocationRequest,oa as DeleteMediaRequest,Ve as DeleteNeighborsByAssetIdRequest,ln as DeletePrintJobRequest,Ns as DeletePrintPageTemplateRequest,Es as DeletePrintStickerTemplateRequest,$n as DeleteProjectRequest,jn as DeleteQrCodeRequest,Ss as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,na as DeleteSessionRequest,Zn as DeleteSmsTemplateByProjectIdRequest,Pr as DeleteUserByAccountIdRequest,S as DomainStatus,we as DowngradePlanRequest,sr as EnablePluginByAccountIdRequest,I as EntitySources,w as FieldType,qt as GetAccountAccessDataRequest,lr as GetAccountPluginPasswordRequest,ir as GetAccountRequest,Ls as GetAccountsByUserIdRequest,cr as GetAdvancedAssetReportByAccountIdRequest,zn as GetAdvancedAssetReportByProjectIdRequest,ur as GetAdvancedContactReportByAccountIdRequest,es as GetAdvancedContactReportByProjectIdRequest,hr as GetAdvancedScanReportByAccountIdRequest,ts as GetAdvancedScanReportByProjectIdRequest,de as GetAllAccountsRequest,dr as GetAllAppsByAccountIdRequest,ns as GetAllExportsByProjectIdRequest,vt as GetApiKeyRequest,St as GetApiKeySecretRequest,mr as GetApiKeysByAccountIdRequest,le as GetAppAccountByAppAccountIdRequest,wt as GetAppByAppIdRequest,At as GetAppsRequest,Ar as GetAssetExportByAccountIdRequest,Is as GetAssetExportByProjectIdRequest,_t as GetAssetGraphRequest,vr as GetAssetGraphsByAccountIdRequest,rs as GetAssetGraphsByProjectIdRequest,He as GetAssetHistoryRequest,Gt as GetAssetTypeByAssetTypeIdRequest,Qt as GetAssetTypeCountAtLocationRequest,er as GetAssetTypeCountsByLocationRequest,fr as GetAssetTypesByAccountIdRequest,Nr as GetAssetsByAccountIdRequest,Rt as GetAssetsByAssetTypeRequest,ge as GetAssetsByBatchIdRequest,_e as GetAssetsByContactIdRequest,vn as GetAssetsByLocationIdRequest,ss as GetAssetsByProjectIdRequest,gr as GetAssetsScanCountByAccountIdRequest,xr as GetBasicAssetReportByAccountIdRequest,as as GetBasicAssetReportByProjectIdRequest,Vr as GetBasicContactReportByAccountIdRequest,os as GetBasicContactReportByProjectIdRequest,_r as GetBatchesByAccountIdRequest,is as GetBatchesByProjectIdRequest,Ie as GetBillingDetailsRequest,Er as GetConsentByAccountIdRequest,Te as GetConsentByContactIdRequest,us as GetConsentByProjectIdRequest,yr as GetContactExportByAccountIdRequest,Ce as GetContactExportByContactIdRequest,Os as GetContactExportByProjectIdRequest,Re as GetContactRequest,wr as GetContactsByAccountIdRequest,Ye as GetContactsByAssetIdRequest,ps as GetContactsByProjectIdRequest,Je as GetCurrentPeriodRequest,ar as GetCustomDomainRequest,Sr as GetDecryptedKlaviyoKeyRequest,Ir as GetDomainsByAccountIdRequest,Ks as GetErrorsByUserIdRequest,xs as GetExternalNeighborScanCountByAssetIdRequest,on as GetFileRequest,Tr as GetInstalledAppsByAccountIdRequest,mn as GetInvitationRequest,Us as GetInvitationsByUserIdRequest,ve as GetInvoicesRequest,gn as GetJobRequest,Fr as GetJobsByAccountIdRequest,Rn as GetLinksByQrCodeRequest,Or as GetLocationsByAccountIdRequest,ce as GetMainAccountByAppAccountIdRequest,Vs as GetMediaRequest,Lr as GetMostScannedAssetsByAccountIdRequest,cs as GetMostScannedAssetsByProjectIdRequest,We as GetNeighborScanCountByAssetIdRequest,Ke as GetNeighborsByAssetIdRequest,kr as GetPluginsByAccountIdRequest,Cr as GetPricePlanByAccountIdRequest,yn as GetPricePlansRequest,jr as GetPrintJobsByAccountIdRequest,ws as GetPrintPageTemplateRequest,Dr as GetPrintPageTemplatesByAccountIdRequest,_s as GetPrintStickerTemplateRequest,Gr as GetPrintStickerTemplatesByAccountIdRequest,ms as GetProjectByProjectIdRequest,Ur as GetProjectExportByAccountIdRequest,Rr as GetProjectsByAccountIdRequest,Tt as GetPublishedAppsRequest,Rs as GetQrCodeLinkRequest,In as GetQrCodeLogoByQrCodeLogoIdRequest,Mr as GetQrCodeLogosByAccountIdRequest,Dn as GetQrCodeRequest,Ts as GetQrCodeStylingTemplateByStylingTemplateIdRequest,Se as GetQrCodeStylingTemplatesByAccountIdRequest,qr as GetQrCodesByAccountIdRequest,Xe as GetQrCodesByAssetIdRequest,hs as GetQrCodesByProjectIdRequest,Wr as GetQueryableCustomAttributeRequest,Br as GetScanDayOfWeekByAccountIdRequest,Ps as GetScanDayOfWeekByProjectIdRequest,Hr as GetScanExportByAccountIdRequest,Ze as GetScanExportByAssetIdRequest,qe as GetScanExportByContactIdRequest,ls as GetScanExportByProjectIdRequest,en as GetScanLocationDataByAssetIdRequest,je as GetScanLocationDataByContactIdRequest,En as GetScanRequest,Yr as GetScanTimeOfDayByAccountIdRequest,fs as GetScanTimeOfDayByProjectIdRequest,Qr as GetScanTimelineByAccountIdRequest,gs as GetScanTimelineByProjectIdRequest,Jr as GetScansByAccountIdRequest,ze as GetScansByAssetIdRequest,De as GetScansByContactIdRequest,ds as GetScansByProjectIdRequest,ra as GetSessionRefreshRequest,$s as GetSessionRequest,Kr as GetUserByAccountIdRequest,Zr as GetUserMediasByAccountIdRequest,tn as GetUserMediasByAssetIdRequest,ys as GetUserMediasByProjectIdRequest,Ms as GetUserRequest,zs as GetUserRolesRequest,bs as GetUserSettingsByUserIdRequest,Xr as GetUsersByAccountIdRequest,zr as GetUsersRolesByAccountIdRequest,te as GetWebSessionsTimelineByAccountIdRequest,As as GetWebSessionsTimelineByProjectIdRequest,ne as InstallAppToAccountRequest,E as InternalProductName,T as InvoiceStatus,dn as InvokePrintJobByJobIdRequest,k as JobStatus,_ as JobType,O as Label,$e as LinkContactToAssetRequest,Le as LinkContactToScanRequest,Ys as LinkMediaToAssetRequest,Hs as LinkMediaToProjectRequest,Bs as LinkMediaToScanRequest,Et as LoadAppRequest,C as LocationSortingTypes,Fe as NameRequest,Fu as Openscreen,j as OpenscreenEmails,R as Permission,D as PluginNameTypes,L as PluginStatus,b as PricePlanName,U as PricePlanPaymentPeriod,M as PricePlanReporting,G as PrintFormat,x as PrintMode,V as PrintOrientation,F as PrintTemplate,H as PrintUnit,Y as ProjectSortingTypes,q as ProjectStatus,B as QrCodeCornerDotTypes,Q as QrCodeCornerSquareTypes,W as QrCodeDotTypes,K as QrCodeDynamicRedirectType,J as QrCodeErrorCorrectionLevel,X as QrCodeGradientTypes,z as QrCodeIntentType,Z as QrCodeLocatorKeyType,$ as QrCodeSortingTypes,tt as QrCodeStatus,rt as QrCodeType,et as QueryConditions,sa as ResendConfirmationRequest,It as ResetApiKeySecretRequest,ea as ResetPasswordRequest,me as RetrieveCampaignStatusByAccountIdRequest,cn as RetryCustomDomainRequest,Tn as SaveGeolocationByScanIdRequest,nt as ScanTimelineOptions,Ja as SdkAccountAdvancedAssetsReportResources,Ka as SdkAccountAdvancedContactsReportResources,Xa as SdkAccountAdvancedScansReportResources,Aa as SdkAccountApikeysResources,_o as SdkAccountAppInstallResources,Oo as SdkAccountAppResource,Sa as SdkAccountAppsResources,ro as SdkAccountAssetgraphsResources,no as SdkAccountAssetsExportResources,ho as SdkAccountAssetsMostscannedResources,eo as SdkAccountAssetsResources,Za as SdkAccountAssetsScansResources,wa as SdkAccountAssettypesResources,Po as SdkAccountBasicAssetsReportResources,lo as SdkAccountBasicContactsReportResources,io as SdkAccountBatchResources,Eo as SdkAccountCampaignInformationResources,ko as SdkAccountClockResources,ao as SdkAccountConsentResources,Ga as SdkAccountContactsBatchResources,to as SdkAccountContactsExportResources,so as SdkAccountContactsResources,Qa as SdkAccountCustomDomainResource,Ba as SdkAccountCustomDomainTestResources,Wa as SdkAccountCustomDomainsResources,La as SdkAccountCustomattributesResources,Co as SdkAccountEngagePricePlanResources,Ia as SdkAccountImageUploadResources,xa as SdkAccountInvitationsBatchResources,Da as SdkAccountInvitationsResources,fo as SdkAccountJobsResources,Oa as SdkAccountLocationsResources,$a as SdkAccountOwnerAppsResources,Fa as SdkAccountPluginKlaviyoKeyResources,Ha as SdkAccountPluginKlaviyoResources,Va as SdkAccountPluginPasswordResources,Ya as SdkAccountPluginRehrigResources,qa as SdkAccountPluginResource,oo as SdkAccountPluginsResources,uo as SdkAccountPricePlanResources,co as SdkAccountPrintJobsResources,Ea as SdkAccountPrintPageTemplatesResources,ja as SdkAccountPrintStickerTemplatesResources,mo as SdkAccountProjectsExportResources,Ca as SdkAccountProjectsResources,vo as SdkAccountQrCodesResources,Ra as SdkAccountQrcodelogosResources,jo as SdkAccountQrcodelogosUploadResources,Ro as SdkAccountResource,No as SdkAccountScansDayofweekResources,go as SdkAccountScansExportResources,So as SdkAccountScansResources,Ao as SdkAccountScansTimelineResources,yo as SdkAccountScansTimeofdayResources,ba as SdkAccountStylingtemplatesResources,Na as SdkAccountUrlSafetiesResources,Ta as SdkAccountUserConfirmResources,_a as SdkAccountUserResource,ka as SdkAccountUserRolesResources,Ma as SdkAccountUsermediasPresignedurlResources,Ua as SdkAccountUsermediasPresignedurlmultipartResources,wo as SdkAccountUsermediasResources,Io as SdkAccountUsersResources,za as SdkAccountWebsessionsExportResources,To as SdkAccountWebsessionsTimelineResources,po as SdkAccountZendeskTicketResources,ua as SdkApikeyResource,ia as SdkApikeySecretResources,ha as SdkAppAccountLoadResources,pa as SdkAppAccountResource,ma as SdkAppResource,Do as SdkAppsAccountMainResources,Lo as SdkAppsAccountResource,Pa as SdkAppsPublishedResources,ca as SdkAppsResources,ci as SdkAssetContactResource,ti as SdkAssetContactsResources,ai as SdkAssetHistoryResources,oi as SdkAssetNeighborResource,si as SdkAssetNeighborsDeleteResources,ni as SdkAssetNeighborsResources,ri as SdkAssetQrCodesResources,ei as SdkAssetQracodesResources,Pi as SdkAssetResource,ui as SdkAssetScansExportResources,pi as SdkAssetScansLocationResources,ii as SdkAssetScansResources,mi as SdkAssetUrlResource,hi as SdkAssetUsermediasResources,va as SdkAssetgraphResource,la as SdkAssettypeAssetResource,fa as SdkAssettypeAssetsResources,ga as SdkAssettypeLocationResource,da as SdkAssettypeLocationsResources,ya as SdkAssettypeResource,Du as SdkAuthSessionResources,Lu as SdkAuthUserResources,Uo as SdkBatchAssetsResources,Mo as SdkBatchResource,bo as SdkBillingCancelDowngradeResource,xo as SdkBillingCancelSubscriptionResource,li as SdkBillingCurrentPeriodResource,Yo as SdkBillingDetailResource,qo as SdkBillingDowngradePlanResource,Vo as SdkBillingInvoiceResource,Fo as SdkBillingSetupIntentResource,$o as SdkBillingUpgradePlanResource,Go as SdkCareAccountsResources,Mu as SdkConfirmationAuthUserResources,Qo as SdkContactAssetsResources,Bo as SdkContactConsentResources,Wo as SdkContactExportResources,Zo as SdkContactResource,Xo as SdkContactScanResource,zo as SdkContactScansExportResources,Ko as SdkContactScansLocationResources,Jo as SdkContactScansResources,fi as SdkCustomdomainLocatorCollisionsResources,di as SdkCustomdomainResource,gi as SdkCustomdomainRetryResources,vi as SdkFileResource,yi as SdkFileValidateResources,Ai as SdkInvitationResource,Ni as SdkInvitationUsersResources,wi as SdkJobResource,Ti as SdkLocationAssetsResources,ki as SdkLocationResource,Ru as SdkPasswordAuthUserResources,Ei as SdkPricePlansResources,Ii as SdkPrintJobResource,gu as SdkPrintPageTemplateResource,yu as SdkPrintStickerTemplateResource,Xi as SdkProjectAdvancedAssetsReportResources,$i as SdkProjectAdvancedContactsReportResources,Zi as SdkProjectAdvancedScansReportResources,Bi as SdkProjectAssetgraphsResources,Vi as SdkProjectAssetsBatchResources,Pu as SdkProjectAssetsExportResources,au as SdkProjectAssetsMostscannedResources,Mi as SdkProjectAssetsResources,ru as SdkProjectBasicAssetsReportResources,eu as SdkProjectBasicContactsReportResources,nu as SdkProjectBatchResources,su as SdkProjectConsentResources,Fi as SdkProjectContactsBatchResources,lu as SdkProjectContactsExportResources,Yi as SdkProjectContactsResources,bi as SdkProjectCustomDomainResource,tu as SdkProjectExportResources,xi as SdkProjectJobsAssetbatchResources,Gi as SdkProjectPresignedurlJobsAssetbatchResources,Ki as SdkProjectPrintJobsResources,Hi as SdkProjectQrCodesResources,fu as SdkProjectResource,ou as SdkProjectScansDayofweekResources,iu as SdkProjectScansExportResources,hu as SdkProjectScansResources,cu as SdkProjectScansTimelineResources,uu as SdkProjectScansTimeofdayResources,qi as SdkProjectSelfqueueprintResources,zi as SdkProjectSmsTemplateResource,Qi as SdkProjectSmsTemplatesResources,Wi as SdkProjectTemplatedPrintPreviewResources,pu as SdkProjectUsermediasResources,Ui as SdkProjectValidationJobsAssetbatchResources,Ji as SdkProjectWebsessionsExportResources,mu as SdkProjectWebsessionsTimelineResources,Di as SdkQrCodeLinkResource,Ri as SdkQrCodeLinksResources,Li as SdkQrCodeResource,vu as SdkQrcodelinkResource,_i as SdkQrcodelogoResource,bu as SdkRefreshAuthSessionResources,Uu as SdkResetAuthUserResources,Gu as SdkResources,Ci as SdkScanContactsResources,Oi as SdkScanCustomAttributeResources,ji as SdkScanResource,du as SdkStylingtemplateResource,Si as SdkSupportResources,Ho as SdkUpgradePlanBillingPreviewResource,Nu as SdkUserAccountsResources,wu as SdkUserErrorsResources,Iu as SdkUserInvitationsResources,Su as SdkUserPathResource,Au as SdkUserPathSettingsResources,Eu as SdkUserResource,_u as SdkUsermediaAssetResource,Tu as SdkUsermediaMultipartResources,ku as SdkUsermediaProjectResource,Cu as SdkUsermediaResource,Ou as SdkUsermediaScanResource,ju as SdkUserrolesResources,Pn as SendSupportEmailRequest,Gs as SetUserSettingsByUserIdRequest,st as StickerShape,at as TagActions,ot as TagStates,ee as TestDomainConnectionRequest,nn as UnlinkContactToAssetRequest,qs as UnlinkMediaToAssetRequest,Ws as UnlinkMediaToProjectRequest,Qs as UnlinkMediaToScanRequest,pe as UpdateAccountRequest,Nt as UpdateApiKeyRequest,jt as UpdateAppByAppIdRequest,xt as UpdateAssetGraphRequest,rn as UpdateAssetRequest,Dt as UpdateAssetTypeCountAtLocationRequest,Lt as UpdateAssetTypeRequest,An as UpdateAssetsLocationsRequest,be as UpdateContactRequest,ue as UpdateEngagePricePlanRequest,se as UpdateKlaviyoAccountPluginRequest,Nn as UpdateLocationRequest,Js as UpdateMediaRequest,oe as UpdatePricePlanByAccountIdRequest,ks as UpdatePrintPageTemplateRequest,js as UpdatePrintStickerTemplateRequest,vs as UpdateProjectByProjectIdRequest,wn as UpdateQrCodeLogoByQrCodeLogoIdRequest,Ln as UpdateQrCodeRequest,Cs as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,ae as UpdateRehrigAccountPluginRequest,_n as UpdateScanCustomAttributeRequest,ie as UpdateUserByAccountIdRequest,Xs as UpdateUserRequest,he as UpdateUsersRolesByAccountIdRequest,Pe as UploadQrCodeLogoByAccountRequest,it as UserCredentialsStatus,ut as UserGroups,ct as UserMediaFileTypes,ht as UserMediaSortingTypes,pt as UserSettingsDomain,an as ValidateFileRequest};
|
|
1
|
+
import t from"axios";function r(){return r=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)({}).hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},r.apply(null,arguments)}function e(t,r){t.prototype=Object.create(r.prototype),t.prototype.constructor=t,n(t,r)}function n(t,r){return n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},n(t,r)}var s,a,o,i,u,c,h,p,m,P,l,f,g,d,y,v,N,A,S,I,w,E,T,_,k,O,C,j,R,D,L,b,U,M,G,x,V,F,H,Y,q,B,Q,W,K,J,X,z,Z,$,tt,rt,et,nt,st,at,ot,it,ut,ct,ht,pt,mt=/*#__PURE__*/function(){function t(t){this.session=void 0,this.routeSegments=void 0,this.session=t}var r=t.prototype;return r.makeUri=function(t){void 0===t&&(t={});try{var r=this;return Promise.resolve(r.session.getCloudConfig()).then(function(e){var n=[e.endpoint.replace(/\/+$/,"")];return r.routeSegments.forEach(function(r){if(n.push(r.routePart),r.parm){var e=t[r.parm];if(!e)throw Error("Openscreen: missing path parameter value for '"+r.parm+"'");n.push(e)}}),n.join("/")})}catch(t){return Promise.reject(t)}},r.debugRequest=function(t,r,e,n,s){this.session.debugRequest&&(console.debug("Openscreen REQUEST: "+t.toUpperCase()+" "+r),n&&console.debug("Openscreen REQUEST: "+JSON.stringify(n,null,2)),e&&this.session.debugQuery&&console.debug("Openscreen QUERY: "+JSON.stringify(e,null,2)),s&&this.session.debugOptions&&console.debug("Openscreen OPTIONS: "+JSON.stringify(s,null,2)))},r.debugResponse=function(t){this.session.debugResponse&&console.debug("Openscreen RESPONSE: "+JSON.stringify(t.data||{},null,2))},r.handleAndDebugErr=function(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},t}(),Pt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n){try{var s=this;return Promise.resolve(function(a,o){try{var i=Promise.resolve(s.makeUri(t)).then(function(t){return s.debugRequest("delete",t,e,null,n),Promise.resolve(s.session.authorize()).then(function(){return Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.delete(t,r({params:e},n))).then(function(t){return s.debugResponse(t),t.data})})})})}catch(t){return o(t)}return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),lt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n){try{var s=this;return Promise.resolve(function(a,o){try{var i=Promise.resolve(s.makeUri(t)).then(function(t){return s.debugRequest("get",t,e,null,n),Promise.resolve(s.session.authorize()).then(function(){return Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.get(t,r({params:e},n))).then(function(t){return s.debugResponse(t),t.data})})})})}catch(t){return o(t)}return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),ft=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n,s){try{var a=this;return Promise.resolve(function(t,r){try{var e=t()}catch(t){return r(t)}return e&&e.then?e.then(void 0,r):e}(function(){return Promise.resolve(a.makeUri(t)).then(function(t){return Promise.resolve(a.session.authorize()).then(function(){return a.debugRequest("patch",t,e,n,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.patch(t,n,r({params:e},s))).then(function(t){return a.debugResponse(t),t.data})})})})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),gt=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}return e(n,t),n.prototype.go=function(t,e,n,s){try{var a=this;return Promise.resolve(function(t,r){try{var e=t()}catch(t){return r(t)}return e&&e.then?e.then(void 0,r):e}(function(){return Promise.resolve(a.makeUri(t)).then(function(t){return Promise.resolve(a.session.authorize()).then(function(){return a.debugRequest("post",t,e,n,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.post(t,n,r({params:e},s))).then(function(t){return a.debugResponse(t),t.data})})})})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},n}(mt),dt=/*#__PURE__*/function(){function t(t,r){this.session=void 0,this.pathParameters=void 0,this.session=t,this.pathParameters=r}var r=t.prototype;return r.self=function(){return this},r.getSession=function(){return this.session},t}(),yt=/*#__PURE__*/function(){function t(t,r){this.session=void 0,this.pathParameters=void 0,this.id=void 0,this.session=t,this.pathParameters=r}return t.prototype.getSession=function(){return this.session},t}();!function(t){t.ENGAGE_MICROSITE="ENGAGE_MICROSITE",t.QRCODE="QRCODE",t.TRACK_WORKFLOW="TRACK_WORKFLOW"}(s||(s={})),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"}(a||(a={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(o||(o={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(i||(i={})),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"}(u||(u={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.STATE="STATE"}(c||(c={})),function(t){t.json="json",t.csv="csv"}(h||(h={})),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"}(p||(p={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME"}(m||(m={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(P||(P={})),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"}(l||(l={})),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"}(f||(f={})),function(t){t.MICROSOFT="MICROSOFT"}(g||(g={})),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"}(d||(d={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(y||(y={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(v||(v={})),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"}(N||(N={})),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"}(A||(A={})),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"}(S||(S={})),function(t){t.CARE_API="CARE_API"}(I||(I={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(w||(w={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(E||(E={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(T||(T={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(_||(_={})),function(t){t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.CARE_ACCOUNTS_EXPORT="CARE_ACCOUNTS_EXPORT",t.CLONE_MICROSITE="CLONE_MICROSITE",t.CONTACT_EXPORT="CONTACT_EXPORT",t.PROJECT_EXPORT="PROJECT_EXPORT",t.QRCODE_SCANS_EXPORT="QRCODE_SCANS_EXPORT",t.SCAN_EXPORT="SCAN_EXPORT",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.TEMPLATED_PRINT="TEMPLATED_PRINT",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.VALIDATE_AND_GENERATE_CSV="VALIDATE_AND_GENERATE_CSV",t.VALIDATE_CSV="VALIDATE_CSV",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT"}(k||(k={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(O||(O={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(C||(C={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(j||(j={})),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"}(R||(R={})),function(t){t.ADMIN_PLUGIN="ADMIN_PLUGIN",t.CONDITIONAL_REDIRECT="CONDITIONAL_REDIRECT",t.GOOGLE_PLACES="GOOGLE_PLACES",t.GOOGLE_SHEET="GOOGLE_SHEET",t.GUND="GUND",t.HOTWIRE="HOTWIRE",t.KLAVIYO="KLAVIYO",t.OC_TRANSPO_RD="OC_TRANSPO_RD",t.REHRIG_BARRIE_ADDRESS_DYNAMO_DB="REHRIG_BARRIE_ADDRESS_DYNAMO_DB",t.REHRIG_VISION="REHRIG_VISION",t.REHRIG_VISION_TRACK="REHRIG_VISION_TRACK",t.STANFORD_RD="STANFORD_RD"}(D||(D={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(L||(L={})),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"}(b||(b={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(U||(U={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(M||(M={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(G||(G={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(x||(x={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(V||(V={})),function(t){t.AVERY_5160="AVERY_5160",t.AVERY_5163="AVERY_5163",t.AVERY_94103="AVERY_94103",t.AVERY_22806="AVERY_22806",t.AVERY_22805="AVERY_22805",t.OL914="OL914",t.OL3012LP="OL3012LP",t.OL3012LPCustom="OL3012LPCustom",t.CLOUD_TAGS_15="CLOUD_TAGS_15",t.CLOUD_TAGS_20="CLOUD_TAGS_20",t.LUGGAGE_TAGS_SINGLE="LUGGAGE_TAGS_SINGLE",t.LUGGAGE_TAGS_5_X_5="LUGGAGE_TAGS_5_X_5",t.CT_8_X_6_GRIPPER="CT_8_X_6_GRIPPER",t.MINI_CLOUD_TAGS_4_X_3="MINI_CLOUD_TAGS_4_X_3"}(F||(F={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(H||(H={})),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"}(Y||(Y={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(q||(q={})),function(t){t.dot="dot",t.square="square"}(B||(B={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(Q||(Q={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(W||(W={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(K||(K={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(J||(J={})),function(t){t.linear="linear",t.radial="radial"}(X||(X={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}(z||(z={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(Z||(Z={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}($||($={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(tt||(tt={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(rt||(rt={})),function(t){t.EQUALS="EQUALS",t.LESS_THAN="LESS_THAN",t.LESS_THAN_EQUAL="LESS_THAN_EQUAL",t.GREATER_THAN="GREATER_THAN",t.GREATER_THAN_EQUAL="GREATER_THAN_EQUAL",t.BETWEEN="BETWEEN",t.BEGINS_WITH="BEGINS_WITH"}(et||(et={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(nt||(nt={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(st||(st={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(at||(at={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(ot||(ot={})),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"}(it||(it={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ut||(ut={})),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"}(ct||(ct={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(ht||(ht={})),function(t){t.DASHBOARD="DASHBOARD"}(pt||(pt={}));var vt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(ft),Nt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(lt),At=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}],r}return e(r,t),r}(lt),St=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(ft),It=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"apps/published",sdkPartName:"appsPublished"}],r}return e(r,t),r}(lt),wt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(lt),Et=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"}],r}return e(r,t),r}(ft),Tt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}],r}return e(r,t),r}(gt),_t=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(lt),kt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(ft),Ot=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(lt),Ct=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(Pt),jt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}],r}return e(r,t),r}(lt),Rt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),Dt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Lt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],r}return e(r,t),r}(gt),bt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(gt),Ut=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qracodes",sdkPartName:"qracodes"}],r}return e(r,t),r}(gt),Mt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}],r}return e(r,t),r}(gt),Gt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(Pt),xt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}],r}return e(r,t),r}(lt),Vt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"history",sdkPartName:"history"}],r}return e(r,t),r}(lt),Ft=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(lt),Ht=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),Yt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}],r}return e(r,t),r}(lt),qt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),Bt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"url",routePart:"urls",sdkPartName:"url"}],r}return e(r,t),r}(lt),Qt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],r}return e(r,t),r}(lt),Wt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return e(r,t),r}(lt),Kt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),Jt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(Pt),Xt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(gt),zt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),Zt=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}],r}return e(r,t),r}(gt),$t=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"care/accounts",sdkPartName:"careAccounts"}],r}return e(r,t),r}(lt),tr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}],r}return e(r,t),r}(lt),rr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}],r}return e(r,t),r}(gt),er=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(ft),nr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}],r}return e(r,t),r}(gt),sr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return e(r,t),r}(gt),ar=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),or=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(gt),ir=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"invitations/batch",sdkPartName:"invitationsBatch"}],r}return e(r,t),r}(gt),ur=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return e(r,t),r}(gt),cr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"image/upload",sdkPartName:"imageUpload"}],r}return e(r,t),r}(gt),hr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(gt),pr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}],r}return e(r,t),r}(gt),mr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(gt),Pr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return e(r,t),r}(gt),lr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(gt),fr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}],r}return e(r,t),r}(gt),gr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}],r}return e(r,t),r}(gt),dr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}],r}return e(r,t),r}(gt),yr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(gt),vr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(Pt),Nr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(Pt),Ar=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}],r}return e(r,t),r}(ft),Sr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],r}return e(r,t),r}(gt),Ir=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}],r}return e(r,t),r}(lt),wr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"password",sdkPartName:"password"}],r}return e(r,t),r}(lt),Er=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],r}return e(r,t),r}(lt),Tr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],r}return e(r,t),r}(lt),_r=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(gt),kr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"owner/apps",sdkPartName:"ownerApps"}],r}return e(r,t),r}(lt),Or=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return e(r,t),r}(lt),Cr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(lt),jr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Rr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(gt),Dr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return e(r,t),r}(lt),Lr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(lt),br=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/scans",sdkPartName:"assetsScans"}],r}return e(r,t),r}(gt),Ur=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return e(r,t),r}(lt),Mr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return e(r,t),r}(lt),Gr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(lt),xr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo/key",sdkPartName:"klaviyoKey"}],r}return e(r,t),r}(lt),Vr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),Fr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),Hr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customDomains",sdkPartName:"customDomains"}],r}return e(r,t),r}(lt),Yr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(lt),qr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"contacts/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(gt),Br=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"jobs",sdkPartName:"jobs"}],r}return e(r,t),r}(lt),Qr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apikeys",sdkPartName:"apikeys"}],r}return e(r,t),r}(lt),Wr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(lt),Kr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"plugins",sdkPartName:"plugins"}],r}return e(r,t),r}(lt),Jr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],r}return e(r,t),r}(lt),Xr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printJobs",sdkPartName:"printJobs"}],r}return e(r,t),r}(lt),zr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(lt),Zr=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects/export",sdkPartName:"projectsExport"}],r}return e(r,t),r}(gt),$r=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}],r}return e(r,t),r}(lt),te=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}],r}return e(r,t),r}(lt),re=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return e(r,t),r}(lt),ee=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return e(r,t),r}(lt),ne=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}],r}return e(r,t),r}(lt),se=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],r}return e(r,t),r}(lt),ae=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),oe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),ie=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],r}return e(r,t),r}(lt),ue=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(lt),ce=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),he=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),pe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(lt),me=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}],r}return e(r,t),r}(lt),Pe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}],r}return e(r,t),r}(gt),le=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return e(r,t),r}(lt),fe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return e(r,t),r}(lt),ge=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"clock",sdkPartName:"clock"}],r}return e(r,t),r}(gt),de=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(lt),ye=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"users",sdkPartName:"users"}],r}return e(r,t),r}(lt),ve=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"}],r}return e(r,t),r}(ft),Ne=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"},{routePart:"test",sdkPartName:"test"}],r}return e(r,t),r}(ft),Ae=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"engagePricePlan",sdkPartName:"engagePricePlan"}],r}return e(r,t),r}(ft),Se=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(gt),Ie=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}],r}return e(r,t),r}(ft),we=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"priceplan",sdkPartName:"pricePlan"}],r}return e(r,t),r}(ft),Ee=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"rehrig",sdkPartName:"rehrig"}],r}return e(r,t),r}(ft),Te=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(ft),_e=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return e(r,t),r}(ft),ke=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),Oe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(Pt),Ce=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(lt),je=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}],r}return e(r,t),r}(gt),Re=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),De=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(ft),Le=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(lt),be=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(ft),Ue=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(gt),Me=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}],r}return e(r,t),r}(lt),Ge=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}],r}return e(r,t),r}(Pt),xe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(lt),Ve=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}],r}return e(r,t),r}(lt),Fe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}],r}return e(r,t),r}(gt),He=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}],r}return e(r,t),r}(gt),Ye=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}],r}return e(r,t),r}(gt),qe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/downgradePlan",sdkPartName:"billingDowngradePlan"}],r}return e(r,t),r}(gt),Be=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}],r}return e(r,t),r}(gt),Qe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/invoices",sdkPartName:"billingInvoice"}],r}return e(r,t),r}(lt),We=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}],r}return e(r,t),r}(lt),Ke=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/details",sdkPartName:"billingDetail"}],r}return e(r,t),r}(lt),Je=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(Pt),Xe=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"accountId",routePart:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}],r}return e(r,t),r}(gt),ze=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Ze=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(gt),$e=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),tn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(Pt),rn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}],r}return e(r,t),r}(gt),en=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),nn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(lt),sn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return e(r,t),r}(lt),an=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(gt),on=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),un=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"}],r}return e(r,t),r}(lt),cn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}],r}return e(r,t),r}(gt),hn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(ft),pn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(Pt),mn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return e(r,t),r}(lt),Pn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return e(r,t),r}(Pt),ln=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return e(r,t),r}(lt),fn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(ft),gn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}],r}return e(r,t),r}(gt),dn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return e(r,t),r}(Pt),yn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"pricePlans",sdkPartName:"pricePlans"}],r}return e(r,t),r}(lt),vn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(ft),Nn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"support",sdkPartName:"support"}],r}return e(r,t),r}(gt),An=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(ft),Sn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(ft),In=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(lt),wn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(Pt),En=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),Tn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}],r}return e(r,t),r}(Pt),_n=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}],r}return e(r,t),r}(lt),kn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return e(r,t),r}(gt),On=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(ft),Cn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(Pt),jn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(gt),Rn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/validation",sdkPartName:"validationJobsAssetbatch"}],r}return e(r,t),r}(gt),Dn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),Ln=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(lt),bn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return e(r,t),r}(lt),Un=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(gt),Mn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}],r}return e(r,t),r}(gt),Gn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(gt),xn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"selfqueueprint",sdkPartName:"selfqueueprint"}],r}return e(r,t),r}(gt),Vn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(gt),Fn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"printJobs",sdkPartName:"printJobs"}],r}return e(r,t),r}(gt),Hn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"smstemplates",sdkPartName:"smsTemplates"}],r}return e(r,t),r}(gt),Yn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}],r}return e(r,t),r}(gt),qn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),Bn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}],r}return e(r,t),r}(gt),Qn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(Pt),Wn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(Pt),Kn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(gt),Jn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],r}return e(r,t),r}(Pt),Xn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}],r}return e(r,t),r}(gt),zn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],r}return e(r,t),r}(lt),Zn=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],r}return e(r,t),r}(lt),$n=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(gt),ts=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return e(r,t),r}(lt),rs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(lt),es=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(lt),ns=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return e(r,t),r}(lt),ss=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(lt),as=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"export",sdkPartName:"export"}],r}return e(r,t),r}(gt),os=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(lt),is=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return e(r,t),r}(lt),us=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(gt),cs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],r}return e(r,t),r}(lt),hs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(lt),ps=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/dayofweek",sdkPartName:"scansDayofweek"}],r}return e(r,t),r}(lt),ms=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(gt),Ps=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(lt),ls=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return e(r,t),r}(lt),fs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(lt),gs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans",sdkPartName:"scans"}],r}return e(r,t),r}(lt),ds=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],r}return e(r,t),r}(lt),ys=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}],r}return e(r,t),r}(lt),vs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(ft),Ns=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(lt),As=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(Pt),Ss=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(lt),Is=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(Pt),ws=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(Pt),Es=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(ft),Ts=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(lt),_s=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(lt),ks=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{routePart:"multipart",sdkPartName:"multipart"}],r}return e(r,t),r}(gt),Os=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(ft),Cs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(ft),js=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(lt),Rs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(gt),Ds=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"project",sdkPartName:"project"}],r}return e(r,t),r}(gt),Ls=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(Pt),bs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(ft),Us=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(gt),Ms=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(lt),Gs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(Pt),xs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"userroles",sdkPartName:"userroles"}],r}return e(r,t),r}(lt),Vs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(ft),Fs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(Pt),Hs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}],r}return e(r,t),r}(ft),Ys=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return e(r,t),r}(lt),qs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}],r}return e(r,t),r}(lt),Bs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return e(r,t),r}(gt),Qs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),Ws=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return e(r,t),r}(lt),Ks=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(lt),Js=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(lt),Xs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(ft),zs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return e(r,t),r}(ft),Zs=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user",sdkPartName:"authUser"}],r}return e(r,t),r}(gt),$s=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}],r}return e(r,t),r}(gt),ta=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(lt),ra=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(Pt),ea=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}],r}return e(r,t),r}(gt),na=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}],r}return e(r,t),r}(gt),sa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return e(r,t),r}(gt),aa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}],r}return e(r,t),r}(gt),oa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(Pt),ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new Nt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t){try{var r=new St(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.secret=function(){return new ia(this.getSession(),this.pathParameters)},n.update=function(t,r){try{var e=new vt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new _t(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Tt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.load=function(){return new ca(this.getSession(),this.pathParameters)},r}(yt),pa=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.account=function(t){return new ha(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.get=function(t){try{var r=new At(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Et(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),ma=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new It(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Pa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new wt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),la=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.update=function(t,r){try{var e=new kt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Ot(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Ct(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new jt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.main=function(){return new fa(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new xt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Rt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ht(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ya=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Lt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Qt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new bt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new qt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Na=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ut(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Aa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Mt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Sa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Vt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Yt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Bt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Ea=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Wt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ta=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Kt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),_a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new Jt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new Xt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new zt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Oa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ar(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ca=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.contacts=function(){return new da(this.getSession(),this.pathParameters)},s.neighbors=function(){return new ya(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new va(this.getSession(),this.pathParameters)},s.qracodes=function(){return new Na(this.getSession(),this.pathParameters)},s.neighborsDelete=function(){return new Aa(this.getSession(),this.pathParameters)},s.history=function(){return new Sa(this.getSession(),this.pathParameters)},s.neighbor=function(t){return new Ia(this.getSession(),r({},this.pathParameters,{neighborId:t}))},s.url=function(t){return new wa(this.getSession(),r({},this.pathParameters,{url:t}))},s.scansLocation=function(){return new Ea(this.getSession(),this.pathParameters)},s.scansExport=function(){return new Ta(this.getSession(),this.pathParameters)},s.contact=function(t){return new _a(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.usermedias=function(){return new ka(this.getSession(),this.pathParameters)},s.scans=function(){return new Oa(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new Gt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t,r){try{var e=new Ft(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new er(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Dt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ra=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.assets=function(){return new ja(this.getSession(),this.pathParameters)},r}(yt),Da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Zt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),La=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new tr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new fe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new _e(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.confirm=function(){return new La(this.getSession(),this.pathParameters)},n.roles=function(){return new ba(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new Nr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new ue(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Te(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Ma=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new rr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Qr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new nr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Hr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new sr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Or(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new or(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ir(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new ur(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new re(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ya=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new cr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new hr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Wr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new pr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new te(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new mr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new zr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Pr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new ee(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new lr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new pe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new fr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new gr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new dr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new yr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),$a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t,r){try{var e=new vr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),to=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new wr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ro=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new xr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new Ie(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),no=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new Ee(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),so=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.password=function(){return new to(this.getSession(),this.pathParameters)},n.klaviyoKey=function(){return new ro(this.getSession(),this.pathParameters)},n.klaviyo=function(){return new eo(this.getSession(),this.pathParameters)},n.rehrig=function(){return new no(this.getSession(),this.pathParameters)},n.update=function(t){try{var r=new Ar(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Sr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new se(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Er(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Tr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new _r(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Yr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new kr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t){try{var r=new Ne(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.test=function(){return new ho(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new Cr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new jr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Rr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Dr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Lr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r,e){try{var n=new br(this.session);return Promise.resolve(n.go(this.pathParameters,t,r,e))}catch(t){return Promise.reject(t)}},r}(dt),yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ur(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Mr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),No=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Gr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Vr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),So=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Fr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new qr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Br(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Kr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),To=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Jr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),_o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Xr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Zr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new $r(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new we(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ne(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ae(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ro=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new oe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Do=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ie(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ce(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new he(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new me(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Pe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.install=function(){return new Mo(this.getSession(),this.pathParameters)},r}(yt),xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new le(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ge(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new de(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new Se(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ye(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new Ae(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new je(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Bo=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.urlSafeties=function(){return new Da(this.getSession(),this.pathParameters)},s.user=function(t){return new Ua(this.getSession(),r({},this.pathParameters,{userId:t}))},s.apikeys=function(){return new Ma(this.getSession(),this.pathParameters)},s.customDomains=function(){return new Ga(this.getSession(),this.pathParameters)},s.assettypes=function(){return new xa(this.getSession(),this.pathParameters)},s.invitations=function(){return new Va(this.getSession(),this.pathParameters)},s.invitationsBatch=function(){return new Fa(this.getSession(),this.pathParameters)},s.printPageTemplates=function(){return new Ha(this.getSession(),this.pathParameters)},s.imageUpload=function(){return new Ya(this.getSession(),this.pathParameters)},s.locations=function(){return new qa(this.getSession(),this.pathParameters)},s.projects=function(){return new Ba(this.getSession(),this.pathParameters)},s.printStickerTemplates=function(){return new Qa(this.getSession(),this.pathParameters)},s.stylingtemplates=function(){return new Wa(this.getSession(),this.pathParameters)},s.qrcodelogos=function(){return new Ka(this.getSession(),this.pathParameters)},s.zendeskTicket=function(){return new Ja(this.getSession(),this.pathParameters)},s.usermediasPresignedurl=function(){return new Xa(this.getSession(),this.pathParameters)},s.usermediasPresignedurlmultipart=function(){return new za(this.getSession(),this.pathParameters)},s.websessionsExport=function(){return new Za(this.getSession(),this.pathParameters)},s.contactsBatch=function(){return new $a(this.getSession(),this.pathParameters)},s.plugin=function(t){return new so(this.getSession(),r({},this.pathParameters,{pluginId:t}))},s.customattributes=function(){return new ao(this.getSession(),this.pathParameters)},s.advancedAssetsReport=function(){return new oo(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new io(this.getSession(),this.pathParameters)},s.apps=function(){return new uo(this.getSession(),this.pathParameters)},s.ownerApps=function(){return new co(this.getSession(),this.pathParameters)},s.customDomain=function(t){return new po(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.assets=function(){return new mo(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new Po(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new lo(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new fo(this.getSession(),this.pathParameters)},s.assetsScans=function(){return new go(this.getSession(),this.pathParameters)},s.advancedScansReport=function(){return new yo(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new vo(this.getSession(),this.pathParameters)},s.batch=function(){return new No(this.getSession(),this.pathParameters)},s.consent=function(){return new Ao(this.getSession(),this.pathParameters)},s.contacts=function(){return new So(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new Io(this.getSession(),this.pathParameters)},s.jobs=function(){return new wo(this.getSession(),this.pathParameters)},s.plugins=function(){return new Eo(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new To(this.getSession(),this.pathParameters)},s.printJobs=function(){return new _o(this.getSession(),this.pathParameters)},s.projectsExport=function(){return new ko(this.getSession(),this.pathParameters)},s.pricePlan=function(){return new Oo(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new Co(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new jo(this.getSession(),this.pathParameters)},s.scansExport=function(){return new Ro(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new Do(this.getSession(),this.pathParameters)},s.scans=function(){return new Lo(this.getSession(),this.pathParameters)},s.usermedias=function(){return new bo(this.getSession(),this.pathParameters)},s.websessionsTimeline=function(){return new Uo(this.getSession(),this.pathParameters)},s.app=function(t){return new Go(this.getSession(),r({},this.pathParameters,{appId:t}))},s.scansTimeofday=function(){return new xo(this.getSession(),this.pathParameters)},s.clock=function(){return new Vo(this.getSession(),this.pathParameters)},s.campaignInformation=function(){return new Fo(this.getSession(),this.pathParameters)},s.users=function(){return new Ho(this.getSession(),this.pathParameters)},s.engagePricePlan=function(){return new Yo(this.getSession(),this.pathParameters)},s.qrcodelogosUpload=function(){return new qo(this.getSession(),this.pathParameters)},s.get=function(t){try{var r=new Ir(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new ve(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new $t(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new ke(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Re(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Le(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.update=function(t,r){try{var e=new be(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new xe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ue(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),zo=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.assets=function(){return new Wo(this.getSession(),this.pathParameters)},s.locations=function(){return new Ko(this.getSession(),this.pathParameters)},s.location=function(t){return new Jo(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.asset=function(t){return new Xo(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.delete=function(t){try{var r=new Oe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t,r){try{var e=new Ce(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new De(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Me(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),$o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new He(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.locatorCollisions=function(){return new Zo(this.getSession(),this.pathParameters)},n.retry=function(){return new $o(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new Ge(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ve(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Fe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Ye(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new qe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Be(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Qe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new We(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Ke(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t,r){try{var e=new Je(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new Ze(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new $e(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ze(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),pi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new rn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new en(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Pi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new sn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),li=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new an(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new on(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),gi=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.consent=function(){return new ci(this.getSession(),this.pathParameters)},s.assets=function(){return new hi(this.getSession(),this.pathParameters)},s.export=function(){return new pi(this.getSession(),this.pathParameters)},s.scansExport=function(){return new mi(this.getSession(),this.pathParameters)},s.scansLocation=function(){return new Pi(this.getSession(),this.pathParameters)},s.scan=function(t){return new li(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.scans=function(){return new fi(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new tn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t){try{var r=new nn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new hn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Xe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new cn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.validate=function(){return new yi(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new un(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new pn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t){try{var r=new fn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new mn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Pn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new gn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.users=function(){return new Si(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new ln(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new dn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new yn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.update=function(t,r){try{var e=new vn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new En(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.assets=function(){return new Ei(this.getSession(),this.pathParameters)},n.update=function(t,r){try{var e=new An(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t,r){try{var e=new wn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(yt),_i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Nn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.update=function(t,r){try{var e=new Sn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new In(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t){try{var r=new Tn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new kn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new bn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ji=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.link=function(t){return new Oi(this.getSession(),r({},this.pathParameters,{link:t}))},s.links=function(){return new Ci(this.getSession(),this.pathParameters)},s.update=function(t,r){try{var e=new On(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},s.delete=function(t){try{var r=new Cn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t,r){try{var e=new Ln(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new _n(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new jn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Li=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Rn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Dn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new rs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Un(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new os(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Mn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Gn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.delete=function(t,r){try{var e=new Qn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new xn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new Vn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new fs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Fn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Hn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Yn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t,r){try{var e=new qn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t,r){try{var e=new Ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Bn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Kn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.delete=function(t){try{var r=new Jn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Xn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ji=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new zn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Zn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new $n(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ts(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),$i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new es(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),tu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new ns(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),ru=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ss(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),eu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new as(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),nu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new is(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),su=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new us(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),au=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new cs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ou=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),iu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ms(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),uu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ls(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),cu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new gs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),hu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ds(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),pu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new ys(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ns(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Pu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.customDomain=function(t){return new Di(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.validationJobsAssetbatch=function(){return new Li(this.getSession(),this.pathParameters)},s.assets=function(){return new bi(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new Ui(this.getSession(),this.pathParameters)},s.presignedurlJobsAssetbatch=function(){return new Mi(this.getSession(),this.pathParameters)},s.contactsBatch=function(){return new Gi(this.getSession(),this.pathParameters)},s.selfqueueprint=function(){return new xi(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new Vi(this.getSession(),this.pathParameters)},s.printJobs=function(){return new Fi(this.getSession(),this.pathParameters)},s.smsTemplates=function(){return new Hi(this.getSession(),this.pathParameters)},s.templatedPrintPreview=function(){return new Yi(this.getSession(),this.pathParameters)},s.contacts=function(){return new qi(this.getSession(),this.pathParameters)},s.assetsBatch=function(){return new Bi(this.getSession(),this.pathParameters)},s.websessionsExport=function(){return new Qi(this.getSession(),this.pathParameters)},s.smsTemplate=function(t){return new Wi(this.getSession(),r({},this.pathParameters,{smsTemplateName:t}))},s.jobsAssetbatch=function(){return new Ki(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new Ji(this.getSession(),this.pathParameters)},s.advancedAssetsReport=function(){return new Xi(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new zi(this.getSession(),this.pathParameters)},s.advancedScansReport=function(){return new Zi(this.getSession(),this.pathParameters)},s.batch=function(){return new $i(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new tu(this.getSession(),this.pathParameters)},s.consent=function(){return new ru(this.getSession(),this.pathParameters)},s.export=function(){return new eu(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new nu(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new su(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new au(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new ou(this.getSession(),this.pathParameters)},s.scansExport=function(){return new iu(this.getSession(),this.pathParameters)},s.scansTimeofday=function(){return new uu(this.getSession(),this.pathParameters)},s.scans=function(){return new cu(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new hu(this.getSession(),this.pathParameters)},s.websessionsTimeline=function(){return new pu(this.getSession(),this.pathParameters)},s.usermedias=function(){return new mu(this.getSession(),this.pathParameters)},s.delete=function(t){try{var r=new Wn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.get=function(t){try{var r=new hs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new vs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),lu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new As(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Es(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new _s(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),fu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new Ss(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new ws(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Cs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),gu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.delete=function(t){try{var r=new Is(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.get=function(t){try{var r=new Ts(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Os(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),du=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ks(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),yu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Rs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Fs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),vu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Ds(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Ls(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Nu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.create=function(t){try{var r=new Us(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new Gs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(yt),Au=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.multipart=function(){return new du(this.getSession(),this.pathParameters)},s.asset=function(t){return new yu(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.project=function(t){return new vu(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.scan=function(t){return new Nu(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.get=function(t){try{var r=new js(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new bs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},s.delete=function(t){try{var r=new oa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n}(yt),Su=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t,r){try{var e=new Hs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Iu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Qs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),wu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.customAttribute=function(){return new Su(this.getSession(),this.pathParameters)},n.contacts=function(){return new Iu(this.getSession(),this.pathParameters)},n.get=function(t,r){try{var e=new Ms(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new Vs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(yt),Eu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new xs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Tu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t,r){try{var e=new Ys(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new Bs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),_u=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new qs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ku=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new Ws(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.update=function(t,r){try{var e=new zs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Ou=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.settings=function(){return new ku(this.getSession(),this.pathParameters)},r}(yt),Cu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t,r){try{var e=new Ks(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(dt),ju=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.accounts=function(){return new Tu(this.getSession(),this.pathParameters)},s.errors=function(){return new _u(this.getSession(),this.pathParameters)},s.path=function(t){return new Ou(this.getSession(),r({},this.pathParameters,{path:t}))},s.invitations=function(){return new Cu(this.getSession(),this.pathParameters)},s.get=function(t){try{var r=new Js(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},s.update=function(t,r){try{var e=new Xs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(yt),Ru=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new Zs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Du=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new $s(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Lu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.get=function(t){try{var r=new ta(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.delete=function(t){try{var r=new ra(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.create=function(t,r){try{var e=new sa(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),bu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new ea(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Uu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new na(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(dt),Mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t,r){try{var e=new aa(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(dt),Gu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.apikey=function(t){return new ua(this.getSession(),r({},this.pathParameters,{apiKeyId:t}))},s.app=function(t){return new pa(this.getSession(),r({},this.pathParameters,{appId:t}))},s.appsPublished=function(){return new ma(this.getSession(),this.pathParameters)},s.apps=function(){return new Pa(this.getSession(),this.pathParameters)},s.assetgraph=function(t){return new la(this.getSession(),r({},this.pathParameters,{assetGraphId:t}))},s.appsAccount=function(t){return new ga(this.getSession(),r({},this.pathParameters,{appAccountId:t}))},s.asset=function(t){return new Ca(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.batch=function(t){return new Ra(this.getSession(),r({},this.pathParameters,{batchId:t}))},s.account=function(t){return new Bo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.careAccounts=function(){return new Qo(this.getSession(),this.pathParameters)},s.assettype=function(t){return new zo(this.getSession(),r({},this.pathParameters,{assetTypeId:t}))},s.customdomain=function(t){return new ti(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.upgradePlanBillingPreview=function(t){return new ri(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingCancelDowngrade=function(t){return new ei(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingSetupIntent=function(t){return new ni(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDowngradePlan=function(t){return new si(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingCancelSubscription=function(t){return new ai(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingInvoice=function(t){return new oi(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingCurrentPeriod=function(t){return new ii(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDetail=function(t){return new ui(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.contact=function(t){return new gi(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.billingUpgradePlan=function(t){return new di(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.file=function(t){return new vi(this.getSession(),r({},this.pathParameters,{fileId:t}))},s.printJob=function(t){return new Ni(this.getSession(),r({},this.pathParameters,{printJobId:t}))},s.job=function(t){return new Ai(this.getSession(),r({},this.pathParameters,{jobId:t}))},s.invitation=function(t){return new Ii(this.getSession(),r({},this.pathParameters,{invitationId:t}))},s.pricePlans=function(){return new wi(this.getSession(),this.pathParameters)},s.location=function(t){return new Ti(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.support=function(){return new _i(this.getSession(),this.pathParameters)},s.qrcodelogo=function(t){return new ki(this.getSession(),r({},this.pathParameters,{qrCodeLogoId:t}))},s.qrCode=function(t){return new ji(this.getSession(),r({},this.pathParameters,{qrCodeId:t}))},s.qrcodelink=function(t){return new Ri(this.getSession(),r({},this.pathParameters,{qrCodeLink:t}))},s.project=function(t){return new Pu(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.printPageTemplate=function(t){return new lu(this.getSession(),r({},this.pathParameters,{printPageTemplateId:t}))},s.printStickerTemplate=function(t){return new fu(this.getSession(),r({},this.pathParameters,{printStickerTemplateId:t}))},s.stylingtemplate=function(t){return new gu(this.getSession(),r({},this.pathParameters,{stylingTemplateId:t}))},s.usermedia=function(t){return new Au(this.getSession(),r({},this.pathParameters,{mediaId:t}))},s.scan=function(t){return new wu(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.userroles=function(){return new Eu(this.getSession(),this.pathParameters)},s.user=function(t){return new ju(this.getSession(),r({},this.pathParameters,{userId:t}))},s.authUser=function(){return new Ru(this.getSession(),this.pathParameters)},s.passwordAuthUser=function(){return new Du(this.getSession(),this.pathParameters)},s.authSession=function(){return new Lu(this.getSession(),this.pathParameters)},s.confirmationAuthUser=function(){return new bu(this.getSession(),this.pathParameters)},s.refreshAuthSession=function(){return new Uu(this.getSession(),this.pathParameters)},s.resetAuthUser=function(){return new Mu(this.getSession(),this.pathParameters)},n}(dt),xu="internal-JG0adajZUHU",Vu=/*#__PURE__*/function(){function t(){this.debugConfig=!1,this.debugAuth=!1,this.debugRequest=!1,this.debugResponse=!1,this.debugError=!1,this.debugQuery=!1,this.debugOptions=!1,this.exp=0}var r=t.prototype;return r.getConfig=function(){throw Error("no session")},r.getCloudConfig=function(){throw Error("no session")},r.getAxios=function(){throw Error("no session")},r.authorize=function(){throw Error("no session")},r.getUser=function(){throw Error("no session")},r.getSignedInUser=function(){throw Error("no session")},r.signUpUser=function(){throw Error("no session")},r.changePassword=function(){throw Error("no session")},r.signOut=function(){throw Error("no session")},t}(),Fu=/*#__PURE__*/function(n){function s(){var t;(t=n.call(this,new Vu,{})||this)._config=void 0,t.cloudConfigName=void 0,t.cloudConfig=void 0,t.axios=void 0,t.debugConfig=!1,t.debugAuth=!1,t.debugRequest=!1,t.debugResponse=!1,t.debugError=!1,t.debugQuery=!1,t.debugOptions=!1,t.exp=void 0,t._user=void 0,t.authorizePromise=void 0,t.exp=0;var r,e=process.env.OS_DEBUG;if(e)switch(console.log("OS_DEBUG="+e),e=e.toLowerCase()){case"all":t.debugConfig=!0,t.debugAuth=!0,t.debugRequest=!0,t.debugResponse=!0,t.debugError=!0,t.debugQuery=!0,t.debugOptions=!0;break;case"none":case"off":case"false":case"":t.debugConfig=!1,t.debugAuth=!1,t.debugRequest=!1,t.debugResponse=!1,t.debugError=!1,t.debugQuery=!1,t.debugOptions=!1;break;default:r=e.split(","),t.debugConfig=r.includes("config"),t.debugAuth=r.includes("auth"),t.debugRequest=r.includes("request"),t.debugResponse=r.includes("response"),t.debugError=r.includes("error"),t.debugQuery=r.includes("query"),t.debugOptions=r.includes("options"),t.debugConfig||t.debugAuth||t.debugRequest||t.debugResponse||t.debugError||t.debugQuery||t.debugOptions||console.warn("Openscreen: OS_DEBUG environment var has invalid value: '"+process.env.OS_DEBUG+"'")}return t}e(s,n);var a=s.prototype;return a.getSession=function(){return this},a.config=function(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=xu,this._config=t,this},a.getConfig=function(){if(!this._config)throw Error("Openscreen: client must be configured before accessing resources");return this._config},a.getSignedInUser=function(t){try{var r=this;return r.cloudConfigName=t||xu,Promise.resolve(r.getCloudConfig()).then(function(t){return r.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),Promise.resolve(r.getAxios()).then(function(){return Promise.resolve(r.axios.post(t.endpoint+"/auth/session/refresh")).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User is not signed in");if(200===t.status){var e=t.data,n=e.expires,s=e.user;return r._user=s,r.debugAuth&&console.info("Openscreen AUTH: authorized '"+s.userId+"' until expiry="+n),r.exp=n,s}})})})}catch(t){return Promise.reject(t)}},a.signUpUser=function(t,r){try{var e=this;return e.cloudConfigName=r||xu,Promise.resolve(e.getCloudConfig()).then(function(r){return e.debugAuth&&console.info("Openscreen AUTH: signing up User"),Promise.resolve(e.getAxios()).then(function(){return Promise.resolve(e.axios.post(r.endpoint+"/auth/user",t)).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User Sign Up failed");return(200===t.status||204===t.status)&&(e.debugAuth&&console.info("Openscreen AUTH: Signed up user"),!0)})})})}catch(t){return Promise.reject(t)}},a.checkSession=function(t){try{var r=this;return r.cloudConfigName=t||xu,Promise.resolve(r.getCloudConfig()).then(function(t){return r.debugAuth&&console.info("Openscreen AUTH: checking session"),Promise.resolve(r.getAxios()).then(function(){return Promise.resolve(r.axios.get(t.endpoint+"/auth/session")).then(function(t){if(403===t.status||500===t.status)throw Error("Openscreen AUTH: User is not signed in");return!0})})})}catch(t){return Promise.reject(t)}},a.authorize=function(){try{var t=this;return t.authorizePromise||(t.authorizePromise=function(){try{return Promise.resolve(function(e,n){try{var s=Promise.resolve(t.getCloudConfig()).then(function(e){var n;function s(s){if(n)return s;var a,o,i=t.getConfig();if(t.debugConfig){var u=r({},i);u.secret&&(u.secret="*".repeat(u.secret.length)),console.debug("Openscreen CONFIG: "+JSON.stringify(u,null,2))}return t.debugConfig&&console.debug("Openscreen CONFIG: (environment) "+JSON.stringify(e,null,2)),a=i.key,o=i.secret,t.debugAuth&&console.info("Openscreen AUTH: authorizing '"+a+"'"),Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.post(e.endpoint+"/auth/session",{email:a,password:o})).then(function(r){if(403===r.status||500===r.status)throw Error("Openscreen AUTH: authentication failed");if(200===r.status){var e=r.data,n=e.expires;t._user=e.user,t.debugAuth&&console.info("Openscreen AUTH: authorized '"+a+"' until expiry="+n),t.exp=n}})})}if(!(t.exp>(new Date).getTime())){var a=function(){if(0!==t.exp)return t.debugAuth&&console.info("Openscreen AUTH: refreshing using axios cookie"),Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.post(e.endpoint+"/auth/session/refresh")).then(function(r){if(403===r.status||500===r.status)throw t.exp=0,Error("Openscreen AUTH: Refreshing failed, exiting");if(200===r.status){var e=r.data,s=e.expires,a=e.user;t._user=a,t.debugAuth&&console.info("Openscreen AUTH: authorized '"+a.userId+"' until expiry="+s),t.exp=s,n=1}})})}();return a&&a.then?a.then(s):s(a)}})}catch(t){return n(!0,t)}return s&&s.then?s.then(n.bind(null,!1),n.bind(null,!0)):n(!1,s)}(0,function(r,e){if(t.authorizePromise=void 0,r)throw e;return e}))}catch(t){return Promise.reject(t)}}()),Promise.resolve(t.authorizePromise)}catch(t){return Promise.reject(t)}},a.getUser=function(){return this._user},a.getCloudConfig=function(){try{var r=this;if(!r.cloudConfig){if(!r.cloudConfigName)throw Error("Openscreen: environment name missing");r.cloudConfig=function(r){try{var e=t.create({baseURL:"https://config.openscreen.com",timeout:25e3,responseType:"json",maxContentLength:10240,maxBodyLength:10240,maxRedirects:1,decompress:!0});return Promise.resolve(e.get(r+".json").catch(function(t){throw new Error("Openscreen: unable to load cloud configuration '"+r+"': "+t.message)})).then(function(t){return t.data})}catch(t){return Promise.reject(t)}}(r.cloudConfigName)}return Promise.resolve(r.cloudConfig)}catch(t){return Promise.reject(t)}},a.getAxios=function(){try{var r=this;return r.axios?Promise.resolve(r.axios):Promise.resolve(r.getCloudConfig()).then(function(e){return r.axios=t.create(e.axios||{timeout:25e3,responseType:"json",maxContentLength:1048576,maxBodyLength:1048576,maxRedirects:1,decompress:!0}),r.axios})}catch(t){return Promise.reject(t)}},a.changePassword=function(t,r){try{var e=this;return Promise.resolve(e.getCloudConfig()).then(function(n){return Promise.resolve(e.getAxios()).then(function(){return Promise.resolve(e.axios.post(n.endpoint+"/auth/user/password",{password:t,newPassword:r})).then(function(t){if(200===t.status)return!0;throw e.debugAuth&&console.log("password change failed for the current user, got the error",t.data),new Error("Failed to change password")})})})}catch(t){return Promise.reject(t)}},a.signOut=function(){try{var t=this;return Promise.resolve(t.getCloudConfig()).then(function(r){return Promise.resolve(t.getAxios()).then(function(){return Promise.resolve(t.axios.delete(r.endpoint+"/auth/session")).then(function(r){if(200!==r.status)throw t.debugAuth&&console.log("Sign out failed, response body is ",r.data),new Error("Failed to sign out")})})})}catch(t){return Promise.reject(t)}},s}(Gu);export{s as AccountDomainTypes,a as AccountSortingTypes,o as AccountStatus,i as AccountType,u as AccountUserRole,ge as AdvanceStripeClockByAccountIdRequest,c as AssetByAssetTypeSortingTypes,h as AssetCreationFileTypes,p as AssetSortingTypes,m as AssetTypeSortingTypes,P as AssetTypeUsabilityState,jn as AssignDomainToProjectRequest,l as AuthMessageId,f as AuthTokenScope,g as AuthTypes,d as CampaignUseCaseCategory,Fe as CancelDowngradeRequestRequest,Be as CancelSubscriptionRequest,$s as ChangePasswordRequest,Ve as ChangeSubscriptionPreviewRequest,Xe as ChangeSubscriptionRequest,Me as CheckCustomLocatorKeyRangeRequest,ta as CheckSessionRequest,Zt as CheckUrlSafetyByAccountIdRequest,ks as CompleteUserMediaMultipartUploadRequest,Ue as ComposeAssetByAssetTypeRequest,y as ConsentStatus,v as ConsentType,N as ContactAssetSortingTypes,A as ContactSortingTypes,Bs as CreateAccountByUserIdRequest,rr as CreateApiKeyByAccountIdRequest,_r as CreateAppRequest,Rn as CreateAssetBatchValidationJobByProjectIdRequest,ke as CreateAssetByAssetTypeRequest,Dn as CreateAssetByProjectIdRequest,Xn as CreateAssetCreationJobByProjectIdRequest,Mn as CreateAssetCreationPresignedUrlRequest,Un as CreateAssetGraphByProjectIdRequest,sr as CreateAssetTypeByAccountIdRequest,Bn as CreateAssetsByProjectIdRequest,Se as CreateCampaignAccountByAccountIdRequest,Ze as CreateConsentByContactIdRequest,Rt as CreateContactByAssetIdRequest,qn as CreateContactByProjectIdRequest,Qs as CreateContactByScanIdRequest,Gn as CreateContactsByProjectIdRequest,nr as CreateCustomDomainByAccountIdRequest,cr as CreateImageUploadPresignedUrlRequest,or as CreateInvitationByAccountIdRequest,ir as CreateInvitationsByAccountIdRequest,kn as CreateLinkByQrCodeRequest,hr as CreateLocationByAccountIdRequest,Lt as CreateNeighborsByAssetIdRequest,ur as CreatePrintPageTemplateByAccountIdRequest,mr as CreatePrintStickerTemplateByAccountIdRequest,pr as CreateProjectByAccountIdRequest,bt as CreateQrCodeByAssetIdRequest,Vn as CreateQrCodeByProjectIdRequest,lr as CreateQrCodeLogoByAccountRequest,Pr as CreateQrCodeStylingTemplateByAccountRequest,Ut as CreateQrCodesByAssetIdRequest,Sr as CreateQueryableCustomAttributeRequest,xn as CreateSelfQueuePrintJobByProjectIdRequest,Ye as CreateSetupIntentRequest,Hn as CreateSmsTemplateByProjectIdRequest,Fn as CreateTemplatedPrintJobByProjectIdRequest,Yn as CreateTemplatedPrintPreviewByProjectIdRequest,fr as CreateTicketByAccountIdRequest,gn as CreateUserByInvitationIdRequest,dr as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,gr as CreateUserMediaPresignedUrlByAccountIdRequest,Zs as CreateUserRequest,yr as CreateWebSessionExportByAccountIdRequest,Kn as CreateWebSessionExportByProjectIdRequest,Ct as DeleteAssetGraphRequest,Gt as DeleteAssetRequest,Oe as DeleteAssetTypeRequest,Je as DeleteConsentByContactIdRequest,tn as DeleteContactRequest,vr as DeleteContactsByAccountIdRequest,Qn as DeleteContactsByProjectIdRequest,Ge as DeleteCustomDomainRequest,dn as DeleteInvitationRequest,Pn as DeleteJobRequest,Tn as DeleteLinkByQrCodeRequest,wn as DeleteLocationRequest,oa as DeleteMediaRequest,Mt as DeleteNeighborsByAssetIdRequest,pn as DeletePrintJobRequest,As as DeletePrintPageTemplateRequest,ws as DeletePrintStickerTemplateRequest,Wn as DeleteProjectRequest,Cn as DeleteQrCodeRequest,Is as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,ra as DeleteSessionRequest,Jn as DeleteSmsTemplateByProjectIdRequest,Nr as DeleteUserByAccountIdRequest,S as DomainStatus,qe as DowngradePlanRequest,Ar as EnablePluginByAccountIdRequest,I as EntitySources,w as FieldType,tr as GetAccountAccessDataRequest,wr as GetAccountPluginPasswordRequest,Ir as GetAccountRequest,Ys as GetAccountsByUserIdRequest,Er as GetAdvancedAssetReportByAccountIdRequest,Zn as GetAdvancedAssetReportByProjectIdRequest,Tr as GetAdvancedContactReportByAccountIdRequest,zn as GetAdvancedContactReportByProjectIdRequest,Ur as GetAdvancedScanReportByAccountIdRequest,ts as GetAdvancedScanReportByProjectIdRequest,$t as GetAllAccountsRequest,kr as GetAllAppsByAccountIdRequest,as as GetAllExportsByProjectIdRequest,_t as GetApiKeyRequest,Nt as GetApiKeySecretRequest,Qr as GetApiKeysByAccountIdRequest,xt as GetAppAccountByAppAccountIdRequest,At as GetAppByAppIdRequest,wt as GetAppsRequest,Rr as GetAssetExportByAccountIdRequest,$n as GetAssetExportByProjectIdRequest,Ot as GetAssetGraphRequest,Lr as GetAssetGraphsByAccountIdRequest,os as GetAssetGraphsByProjectIdRequest,Vt as GetAssetHistoryRequest,Ce as GetAssetTypeByAssetTypeIdRequest,xe as GetAssetTypeCountAtLocationRequest,Le as GetAssetTypeCountsByLocationRequest,Or as GetAssetTypesByAccountIdRequest,jr as GetAssetsByAccountIdRequest,Re as GetAssetsByAssetTypeRequest,Dt as GetAssetsByBatchIdRequest,ze as GetAssetsByContactIdRequest,En as GetAssetsByLocationIdRequest,rs as GetAssetsByProjectIdRequest,br as GetAssetsScanCountByAccountIdRequest,Dr as GetBasicAssetReportByAccountIdRequest,is as GetBasicAssetReportByProjectIdRequest,Mr as GetBasicContactReportByAccountIdRequest,ns as GetBasicContactReportByProjectIdRequest,Gr as GetBatchesByAccountIdRequest,es as GetBatchesByProjectIdRequest,Ke as GetBillingDetailsRequest,Vr as GetConsentByAccountIdRequest,$e as GetConsentByContactIdRequest,ss as GetConsentByProjectIdRequest,qr as GetContactExportByAccountIdRequest,rn as GetContactExportByContactIdRequest,us as GetContactExportByProjectIdRequest,nn as GetContactRequest,Fr as GetContactsByAccountIdRequest,Ht as GetContactsByAssetIdRequest,Ps as GetContactsByProjectIdRequest,We as GetCurrentPeriodRequest,Cr as GetCustomDomainRequest,xr as GetDecryptedKlaviyoKeyRequest,Hr as GetDomainsByAccountIdRequest,qs as GetErrorsByUserIdRequest,Bt as GetExternalNeighborScanCountByAssetIdRequest,un as GetFileRequest,Yr as GetInstalledAppsByAccountIdRequest,ln as GetInvitationRequest,Ks as GetInvitationsByUserIdRequest,Qe as GetInvoicesRequest,mn as GetJobRequest,Br as GetJobsByAccountIdRequest,bn as GetLinksByQrCodeRequest,Wr as GetLocationsByAccountIdRequest,jt as GetMainAccountByAppAccountIdRequest,js as GetMediaRequest,Jr as GetMostScannedAssetsByAccountIdRequest,cs as GetMostScannedAssetsByProjectIdRequest,Yt as GetNeighborScanCountByAssetIdRequest,Qt as GetNeighborsByAssetIdRequest,Kr as GetPluginsByAccountIdRequest,$r as GetPricePlanByAccountIdRequest,yn as GetPricePlansRequest,Xr as GetPrintJobsByAccountIdRequest,_s as GetPrintPageTemplateRequest,re as GetPrintPageTemplatesByAccountIdRequest,Ss as GetPrintStickerTemplateRequest,zr as GetPrintStickerTemplatesByAccountIdRequest,hs as GetProjectByProjectIdRequest,Zr as GetProjectExportByAccountIdRequest,te as GetProjectsByAccountIdRequest,It as GetPublishedAppsRequest,_n as GetQrCodeLinkRequest,In as GetQrCodeLogoByQrCodeLogoIdRequest,pe as GetQrCodeLogosByAccountIdRequest,Ln as GetQrCodeRequest,Ts as GetQrCodeStylingTemplateByStylingTemplateIdRequest,ee as GetQrCodeStylingTemplatesByAccountIdRequest,ae as GetQrCodesByAccountIdRequest,qt as GetQrCodesByAssetIdRequest,fs as GetQrCodesByProjectIdRequest,se as GetQueryableCustomAttributeRequest,ne as GetScanDayOfWeekByAccountIdRequest,ps as GetScanDayOfWeekByProjectIdRequest,oe as GetScanExportByAccountIdRequest,Kt as GetScanExportByAssetIdRequest,en as GetScanExportByContactIdRequest,ms as GetScanExportByProjectIdRequest,Wt as GetScanLocationDataByAssetIdRequest,sn as GetScanLocationDataByContactIdRequest,Ms as GetScanRequest,le as GetScanTimeOfDayByAccountIdRequest,ls as GetScanTimeOfDayByProjectIdRequest,ie as GetScanTimelineByAccountIdRequest,ds as GetScanTimelineByProjectIdRequest,ce as GetScansByAccountIdRequest,ar as GetScansByAssetIdRequest,on as GetScansByContactIdRequest,gs as GetScansByProjectIdRequest,na as GetSessionRefreshRequest,sa as GetSessionRequest,ue as GetUserByAccountIdRequest,he as GetUserMediasByAccountIdRequest,zt as GetUserMediasByAssetIdRequest,Ns as GetUserMediasByProjectIdRequest,Js as GetUserRequest,xs as GetUserRolesRequest,Ws as GetUserSettingsByUserIdRequest,ye as GetUsersByAccountIdRequest,fe as GetUsersRolesByAccountIdRequest,me as GetWebSessionsTimelineByAccountIdRequest,ys as GetWebSessionsTimelineByProjectIdRequest,Pe as InstallAppToAccountRequest,E as InternalProductName,T as InvoiceStatus,fn as InvokePrintJobByJobIdRequest,_ as JobStatus,k as JobType,O as Label,Xt as LinkContactToAssetRequest,an as LinkContactToScanRequest,Rs as LinkMediaToAssetRequest,Ds as LinkMediaToProjectRequest,Us as LinkMediaToScanRequest,Tt as LoadAppRequest,C as LocationSortingTypes,Ft as NameRequest,Fu as Openscreen,j as OpenscreenEmails,R as Permission,D as PluginNameTypes,L as PluginStatus,b as PricePlanName,U as PricePlanPaymentPeriod,M as PricePlanReporting,G as PrintFormat,x as PrintMode,V as PrintOrientation,F as PrintTemplate,H as PrintUnit,Y as ProjectSortingTypes,q as ProjectStatus,B as QrCodeCornerDotTypes,Q as QrCodeCornerSquareTypes,W as QrCodeDotTypes,K as QrCodeDynamicRedirectType,J as QrCodeErrorCorrectionLevel,X as QrCodeGradientTypes,z as QrCodeIntentType,Z as QrCodeLocatorKeyType,$ as QrCodeSortingTypes,tt as QrCodeStatus,rt as QrCodeType,et as QueryConditions,ea as ResendConfirmationRequest,St as ResetApiKeySecretRequest,aa as ResetPasswordRequest,de as RetrieveCampaignStatusByAccountIdRequest,He as RetryCustomDomainRequest,Vs as SaveGeolocationByScanIdRequest,nt as ScanTimelineOptions,oo as SdkAccountAdvancedAssetsReportResources,io as SdkAccountAdvancedContactsReportResources,yo as SdkAccountAdvancedScansReportResources,Ma as SdkAccountApikeysResources,Mo as SdkAccountAppInstallResources,Go as SdkAccountAppResource,uo as SdkAccountAppsResources,fo as SdkAccountAssetgraphsResources,Po as SdkAccountAssetsExportResources,To as SdkAccountAssetsMostscannedResources,mo as SdkAccountAssetsResources,go as SdkAccountAssetsScansResources,xa as SdkAccountAssettypesResources,lo as SdkAccountBasicAssetsReportResources,vo as SdkAccountBasicContactsReportResources,No as SdkAccountBatchResources,Fo as SdkAccountCampaignInformationResources,Vo as SdkAccountClockResources,Ao as SdkAccountConsentResources,$a as SdkAccountContactsBatchResources,Io as SdkAccountContactsExportResources,So as SdkAccountContactsResources,po as SdkAccountCustomDomainResource,ho as SdkAccountCustomDomainTestResources,Ga as SdkAccountCustomDomainsResources,ao as SdkAccountCustomattributesResources,Yo as SdkAccountEngagePricePlanResources,Ya as SdkAccountImageUploadResources,Fa as SdkAccountInvitationsBatchResources,Va as SdkAccountInvitationsResources,wo as SdkAccountJobsResources,qa as SdkAccountLocationsResources,co as SdkAccountOwnerAppsResources,ro as SdkAccountPluginKlaviyoKeyResources,eo as SdkAccountPluginKlaviyoResources,to as SdkAccountPluginPasswordResources,no as SdkAccountPluginRehrigResources,so as SdkAccountPluginResource,Eo as SdkAccountPluginsResources,Oo as SdkAccountPricePlanResources,_o as SdkAccountPrintJobsResources,Ha as SdkAccountPrintPageTemplatesResources,Qa as SdkAccountPrintStickerTemplatesResources,ko as SdkAccountProjectsExportResources,Ba as SdkAccountProjectsResources,jo as SdkAccountQrCodesResources,Ka as SdkAccountQrcodelogosResources,qo as SdkAccountQrcodelogosUploadResources,Bo as SdkAccountResource,Co as SdkAccountScansDayofweekResources,Ro as SdkAccountScansExportResources,Lo as SdkAccountScansResources,Do as SdkAccountScansTimelineResources,xo as SdkAccountScansTimeofdayResources,Wa as SdkAccountStylingtemplatesResources,Da as SdkAccountUrlSafetiesResources,La as SdkAccountUserConfirmResources,Ua as SdkAccountUserResource,ba as SdkAccountUserRolesResources,Xa as SdkAccountUsermediasPresignedurlResources,za as SdkAccountUsermediasPresignedurlmultipartResources,bo as SdkAccountUsermediasResources,Ho as SdkAccountUsersResources,Za as SdkAccountWebsessionsExportResources,Uo as SdkAccountWebsessionsTimelineResources,Ja as SdkAccountZendeskTicketResources,ua as SdkApikeyResource,ia as SdkApikeySecretResources,ca as SdkAppAccountLoadResources,ha as SdkAppAccountResource,pa as SdkAppResource,fa as SdkAppsAccountMainResources,ga as SdkAppsAccountResource,ma as SdkAppsPublishedResources,Pa as SdkAppsResources,_a as SdkAssetContactResource,da as SdkAssetContactsResources,Sa as SdkAssetHistoryResources,Ia as SdkAssetNeighborResource,Aa as SdkAssetNeighborsDeleteResources,ya as SdkAssetNeighborsResources,va as SdkAssetQrCodesResources,Na as SdkAssetQracodesResources,Ca as SdkAssetResource,Ta as SdkAssetScansExportResources,Ea as SdkAssetScansLocationResources,Oa as SdkAssetScansResources,wa as SdkAssetUrlResource,ka as SdkAssetUsermediasResources,la as SdkAssetgraphResource,Xo as SdkAssettypeAssetResource,Wo as SdkAssettypeAssetsResources,Jo as SdkAssettypeLocationResource,Ko as SdkAssettypeLocationsResources,zo as SdkAssettypeResource,Lu as SdkAuthSessionResources,Ru as SdkAuthUserResources,ja as SdkBatchAssetsResources,Ra as SdkBatchResource,ei as SdkBillingCancelDowngradeResource,ai as SdkBillingCancelSubscriptionResource,ii as SdkBillingCurrentPeriodResource,ui as SdkBillingDetailResource,si as SdkBillingDowngradePlanResource,oi as SdkBillingInvoiceResource,ni as SdkBillingSetupIntentResource,di as SdkBillingUpgradePlanResource,Qo as SdkCareAccountsResources,bu as SdkConfirmationAuthUserResources,hi as SdkContactAssetsResources,ci as SdkContactConsentResources,pi as SdkContactExportResources,gi as SdkContactResource,li as SdkContactScanResource,mi as SdkContactScansExportResources,Pi as SdkContactScansLocationResources,fi as SdkContactScansResources,Zo as SdkCustomdomainLocatorCollisionsResources,ti as SdkCustomdomainResource,$o as SdkCustomdomainRetryResources,vi as SdkFileResource,yi as SdkFileValidateResources,Ii as SdkInvitationResource,Si as SdkInvitationUsersResources,Ai as SdkJobResource,Ei as SdkLocationAssetsResources,Ti as SdkLocationResource,Du as SdkPasswordAuthUserResources,wi as SdkPricePlansResources,Ni as SdkPrintJobResource,lu as SdkPrintPageTemplateResource,fu as SdkPrintStickerTemplateResource,Xi as SdkProjectAdvancedAssetsReportResources,Ji as SdkProjectAdvancedContactsReportResources,Zi as SdkProjectAdvancedScansReportResources,Ui as SdkProjectAssetgraphsResources,Bi as SdkProjectAssetsBatchResources,zi as SdkProjectAssetsExportResources,au as SdkProjectAssetsMostscannedResources,bi as SdkProjectAssetsResources,nu as SdkProjectBasicAssetsReportResources,tu as SdkProjectBasicContactsReportResources,$i as SdkProjectBatchResources,ru as SdkProjectConsentResources,Gi as SdkProjectContactsBatchResources,su as SdkProjectContactsExportResources,qi as SdkProjectContactsResources,Di as SdkProjectCustomDomainResource,eu as SdkProjectExportResources,Ki as SdkProjectJobsAssetbatchResources,Mi as SdkProjectPresignedurlJobsAssetbatchResources,Fi as SdkProjectPrintJobsResources,Vi as SdkProjectQrCodesResources,Pu as SdkProjectResource,ou as SdkProjectScansDayofweekResources,iu as SdkProjectScansExportResources,cu as SdkProjectScansResources,hu as SdkProjectScansTimelineResources,uu as SdkProjectScansTimeofdayResources,xi as SdkProjectSelfqueueprintResources,Wi as SdkProjectSmsTemplateResource,Hi as SdkProjectSmsTemplatesResources,Yi as SdkProjectTemplatedPrintPreviewResources,mu as SdkProjectUsermediasResources,Li as SdkProjectValidationJobsAssetbatchResources,Qi as SdkProjectWebsessionsExportResources,pu as SdkProjectWebsessionsTimelineResources,Oi as SdkQrCodeLinkResource,Ci as SdkQrCodeLinksResources,ji as SdkQrCodeResource,Ri as SdkQrcodelinkResource,ki as SdkQrcodelogoResource,Uu as SdkRefreshAuthSessionResources,Mu as SdkResetAuthUserResources,Gu as SdkResources,Iu as SdkScanContactsResources,Su as SdkScanCustomAttributeResources,wu as SdkScanResource,gu as SdkStylingtemplateResource,_i as SdkSupportResources,ri as SdkUpgradePlanBillingPreviewResource,Tu as SdkUserAccountsResources,_u as SdkUserErrorsResources,Cu as SdkUserInvitationsResources,Ou as SdkUserPathResource,ku as SdkUserPathSettingsResources,ju as SdkUserResource,yu as SdkUsermediaAssetResource,du as SdkUsermediaMultipartResources,vu as SdkUsermediaProjectResource,Au as SdkUsermediaResource,Nu as SdkUsermediaScanResource,Eu as SdkUserrolesResources,Nn as SendSupportEmailRequest,zs as SetUserSettingsByUserIdRequest,st as StickerShape,at as TagActions,ot as TagStates,Ne as TestDomainConnectionRequest,Jt as UnlinkContactToAssetRequest,Fs as UnlinkMediaToAssetRequest,Ls as UnlinkMediaToProjectRequest,Gs as UnlinkMediaToScanRequest,ve as UpdateAccountRequest,vt as UpdateApiKeyRequest,Et as UpdateAppByAppIdRequest,kt as UpdateAssetGraphRequest,er as UpdateAssetRequest,be as UpdateAssetTypeCountAtLocationRequest,De as UpdateAssetTypeRequest,vn as UpdateAssetsLocationsRequest,hn as UpdateContactRequest,Ae as UpdateEngagePricePlanRequest,Ie as UpdateKlaviyoAccountPluginRequest,An as UpdateLocationRequest,bs as UpdateMediaRequest,we as UpdatePricePlanByAccountIdRequest,Es as UpdatePrintPageTemplateRequest,Cs as UpdatePrintStickerTemplateRequest,vs as UpdateProjectByProjectIdRequest,Sn as UpdateQrCodeLogoByQrCodeLogoIdRequest,On as UpdateQrCodeRequest,Os as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Ee as UpdateRehrigAccountPluginRequest,Hs as UpdateScanCustomAttributeRequest,Te as UpdateUserByAccountIdRequest,Xs as UpdateUserRequest,_e as UpdateUsersRolesByAccountIdRequest,je as UploadQrCodeLogoByAccountRequest,it as UserCredentialsStatus,ut as UserGroups,ct as UserMediaFileTypes,ht as UserMediaSortingTypes,pt as UserSettingsDomain,cn as ValidateFileRequest};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|