@openscreen/internal-sdk 2.0.2 → 2.0.4
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 +16 -34
- package/typings/cloud-config.d.ts +12 -13
- package/typings/config.d.ts +6 -7
- package/typings/index.d.ts +2 -3
- package/typings/openscreen-session.d.ts +23 -24
- package/typings/openscreen.d.ts +33 -35
- package/typings/request-delete.d.ts +4 -5
- package/typings/request-get.d.ts +4 -5
- package/typings/request-patch.d.ts +4 -5
- package/typings/request-post.d.ts +4 -5
- package/typings/request.d.ts +15 -16
- package/typings/resource.d.ts +15 -16
- package/typings/sdk.d.ts +8056 -8554
- package/dist/index.esm.mjs +0 -2
- package/dist/index.esm.mjs.map +0 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +0 -1
- package/typings/cloud-config.d.ts.map +0 -1
- package/typings/config.d.ts.map +0 -1
- package/typings/index.d.ts.map +0 -1
- package/typings/openscreen-session.d.ts.map +0 -1
- package/typings/openscreen.d.ts.map +0 -1
- package/typings/request-delete.d.ts.map +0 -1
- package/typings/request-get.d.ts.map +0 -1
- package/typings/request-patch.d.ts.map +0 -1
- package/typings/request-post.d.ts.map +0 -1
- package/typings/request.d.ts.map +0 -1
- package/typings/resource.d.ts.map +0 -1
- package/typings/sdk.d.ts.map +0 -1
- package/typings/user/index.d.ts +0 -19
- package/typings/user/index.d.ts.map +0 -1
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)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},r.apply(this,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,S,A,w,I,E,k,T,_,j,C,O,R,D,b,L,U,M,G,x,V,F,q,H,Y,B,Q,W,K,J,X,z,Z,$,tt,rt,et,nt,st,at,ot,it,ut,ct,ht,pt,mt,Pt,lt=/*#__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}(),ft=/*#__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}(lt),gt=/*#__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}(lt),dt=/*#__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}(lt),yt=/*#__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}(lt),vt=/*#__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}(),Nt=/*#__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.INVALID_API_KEY="INVALID_API_KEY",t.INVALID_EMAIL="INVALID_EMAIL",t.INVALID_LEGACY_MIGRATION="INVALID_LEGACY_MIGRATION",t.INVALID_PASSWORD="INVALID_PASSWORD",t.INVALID_SCOPE="INVALID_SCOPE",t.INVALID_SECRET="INVALID_SECRET",t.INVALID_TOKEN="INVALID_TOKEN",t.MIGRATE_FROM_COGNITO="MIGRATE_FROM_COGNITO",t.NO_ACCESS_TOKEN="NO_ACCESS_TOKEN",t.NO_REFRESH_TOKEN="NO_REFRESH_TOKEN",t.RESET_PASSWORD="RESET_PASSWORD",t.RESET_SECRET="RESET_SECRET",t.SUSPENDED_OR_INACTIVE="SUSPENDED_OR_INACTIVE",t.TOKEN_EXPIRED="TOKEN_EXPIRED",t.TRY_AGAIN="TRY_AGAIN",t.UNABLE_TO_CONFIRM_EMAIL="UNABLE_TO_CONFIRM_EMAIL",t.UNCONFIRMED_EMAIL="UNCONFIRMED_EMAIL",t.EMAIL_ALREADY_TAKEN="EMAIL_ALREADY_TAKEN",t.SSO_USER="SSO_USER"}(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"}(S||(S={})),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"}(A||(A={})),function(t){t.CARE_API="CARE_API"}(w||(w={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(I||(I={})),function(t){t.ASSET_BATCH="ASSET_BATCH"}(E||(E={})),function(t){t.VALIDATING="VALIDATING",t.VALID="VALID",t.INVALID="INVALID",t.NOT_VALIDATED="NOT_VALIDATED"}(k||(k={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(T||(T={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(_||(_={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(j||(j={})),function(t){t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.VALIDATE_CSV="VALIDATE_CSV",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.SCAN_EXPORT="SCAN_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.CONTACT_EXPORT="CONTACT_EXPORT",t.TEMPLATED_PRINT="TEMPLATED_PRINT",t.CLONE_MICROSITE="CLONE_MICROSITE",t.QRCODE_SCANS_EXPORT="QRCODE_SCANS_EXPORT",t.PROJECT_EXPORT="PROJECT_EXPORT",t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN"}(C||(C={})),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"}(R||(R={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(D||(D={})),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"}(b||(b={})),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"}(L||(L={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(U||(U={})),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"}(M||(M={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(G||(G={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(x||(x={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(V||(V={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(F||(F={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(q||(q={})),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"}(H||(H={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(Y||(Y={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.ASSET_COUNT="ASSET_COUNT"}(B||(B={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(Q||(Q={})),function(t){t.dot="dot",t.square="square"}(W||(W={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(K||(K={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(J||(J={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(X||(X={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(Z||(Z={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}($||($={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(tt||(tt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(rt||(rt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(et||(et={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(nt||(nt={})),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"}(st||(st={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(at||(at={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(ot||(ot={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(it||(it={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(ut||(ut={})),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"}(ct||(ct={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ht||(ht={})),function(t){t.pdf="pdf",t.jpg="jpg",t.HEIC="HEIC",t.heic="heic",t.png="png",t.mov="mov",t.mp4="mp4",t.jpeg="jpeg",t.ttf="ttf",t.otf="otf",t.woff="woff",t.woff2="woff2",t.csv="csv",t.json="json",t.gif="gif",t.bmp="bmp",t.webp="webp",t.svg="svg",t.tiff="tiff",t.webm="webm",t.ogg="ogg",t.avi="avi",t.mpeg="mpeg",t.css="css"}(pt||(pt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(mt||(mt={})),function(t){t.DASHBOARD="DASHBOARD"}(Pt||(Pt={}));var 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:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}],r}return e(r,t),r}(gt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"urlSafeties",sdkPartName:"urlSafeties"}],r}return e(r,t),r}(yt),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:"apikeys",sdkPartName:"apikeys"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"apps",sdkPartName:"apps"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return e(r,t),r}(yt),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:"customDomains",sdkPartName:"customDomains"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"image/upload",sdkPartName:"imageUpload"}],r}return e(r,t),r}(yt),_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:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(yt),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:"invitations/batch",sdkPartName:"invitationsBatch"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"projects",sdkPartName:"projects"}],r}return e(r,t),r}(yt),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:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return e(r,t),r}(yt),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:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],r}return e(r,t),r}(yt),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:"SSOConfiguration",sdkPartName:"SSOConfiguration"}],r}return e(r,t),r}(yt),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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"zendeskTicket",sdkPartName:"zendeskTicket"}],r}return e(r,t),r}(yt),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:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}],r}return e(r,t),r}(yt),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:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}],r}return e(r,t),r}(yt),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:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(yt),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"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(ft),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"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(ft),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"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"}],r}return e(r,t),r}(dt),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"}],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:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(gt),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"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"password",sdkPartName:"password"}],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:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],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:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],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:"scans/report/advanced",sdkPartName:"advancedScansReport"}],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:"owner/apps",sdkPartName:"ownerApps"}],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:"apikeys",sdkPartName:"apikeys"}],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:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(yt),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:"assetgraphs",sdkPartName:"assetgraphs"}],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:"assettypes",sdkPartName:"assettypes"}],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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),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/report/basic",sdkPartName:"basicAssetsReport"}],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:"contacts/report/basic",sdkPartName:"basicContactsReport"}],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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(gt),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:"consent",sdkPartName:"consent"}],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:"contacts/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(yt),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",sdkPartName:"contacts"}],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"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo/key",sdkPartName:"klaviyoKey"}],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:"customDomains",sdkPartName:"customDomains"}],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:"apps",sdkPartName:"apps"}],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:"jobs",sdkPartName:"jobs"}],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:"locations",sdkPartName:"locations"}],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:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],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:"plugins",sdkPartName:"plugins"}],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:"priceplan",sdkPartName:"pricePlan"}],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:"printJobs",sdkPartName:"printJobs"}],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:"printPageTemplates",sdkPartName:"printPageTemplates"}],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:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return e(r,t),r}(gt),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:"projects/export",sdkPartName:"projectsExport"}],r}return e(r,t),r}(yt),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:"projects",sdkPartName:"projects"}],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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return e(r,t),r}(gt),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:"qrcodes/scans/export",sdkPartName:"exportQrCodesScans"}],r}return e(r,t),r}(yt),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:"stylingtemplates",sdkPartName:"stylingtemplates"}],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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],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:"account",sdkPartName:"account"},{routePart:"customattributes",sdkPartName:"customattributes"}],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:"scans/dayofweek",sdkPartName:"scansDayofweek"}],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:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(yt),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/timeofday",sdkPartName:"scansTimeofday"}],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:"scans/timeline",sdkPartName:"scansTimeline"}],r}return e(r,t),r}(gt),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:"scans",sdkPartName:"scans"}],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"},{parm:"userId",routePart:"users",sdkPartName:"user"}],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",sdkPartName:"usermedias"}],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:"users",sdkPartName:"users"}],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"},{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],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:"websessions/timeline",sdkPartName:"websessionsTimeline"}],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"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}],r}return e(r,t),r}(yt),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:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(gt),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:"campaignInformation",sdkPartName:"campaignInformation"}],r}return e(r,t),r}(yt),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:"clock",sdkPartName:"clock"}],r}return e(r,t),r}(yt),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"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"},{routePart:"test",sdkPartName:"test"}],r}return e(r,t),r}(dt),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"}],r}return e(r,t),r}(dt),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"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"klaviyo",sdkPartName:"klaviyo"}],r}return e(r,t),r}(dt),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:"engagePricePlan",sdkPartName:"engagePricePlan"}],r}return e(r,t),r}(dt),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:"priceplan",sdkPartName:"pricePlan"}],r}return e(r,t),r}(dt),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"},{parm:"pluginId",routePart:"plugins",sdkPartName:"plugin"},{routePart:"rehrig",sdkPartName:"rehrig"}],r}return e(r,t),r}(dt),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:"userId",routePart:"users",sdkPartName:"user"}],r}return e(r,t),r}(dt),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"},{routePart:"roles",sdkPartName:"roles"}],r}return e(r,t),r}(dt),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:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}],r}return e(r,t),r}(yt),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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(gt),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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(gt),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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return e(r,t),r}(dt),$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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"}],r}return e(r,t),r}(dt),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:"appId",routePart:"apps",sdkPartName:"app"}],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=[{routePart:"apps",sdkPartName:"apps"}],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=[{routePart:"apps/published",sdkPartName:"appsPublished"}],r}return e(r,t),r}(gt),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:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}],r}return e(r,t),r}(yt),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:"appId",routePart:"apps",sdkPartName:"app"}],r}return e(r,t),r}(dt),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:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}],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:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}],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:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],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:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],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:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return e(r,t),r}(dt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(yt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(yt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"locations",sdkPartName:"locations"}],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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return e(r,t),r}(dt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(dt),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:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],r}return e(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(yt),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"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}],r}return e(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(gt),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:"history",sdkPartName:"history"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],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:"url",routePart:"urls",sdkPartName:"url"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors",sdkPartName:"neighbors"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}],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"},{routePart:"scans",sdkPartName:"scans"}],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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return e(r,t),r}(gt),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"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(yt),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"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(ft),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"}],r}return e(r,t),r}(dt),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:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}],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/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}],r}return e(r,t),r}(yt),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/cancelSubscription",sdkPartName:"billingCancelSubscription"}],r}return e(r,t),r}(yt),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/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}],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:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}],r}return e(r,t),r}(yt),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/downgradePlan",sdkPartName:"billingDowngradePlan"}],r}return e(r,t),r}(yt),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/details",sdkPartName:"billingDetail"}],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/currentPeriod",sdkPartName:"billingCurrentPeriod"}],r}return e(r,t),r}(gt),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/invoices",sdkPartName:"billingInvoice"}],r}return e(r,t),r}(gt),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/upgradePlan",sdkPartName:"billingUpgradePlan"}],r}return e(r,t),r}(yt),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=[{routePart:"care/accounts",sdkPartName:"careAccounts"}],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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(yt),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}(ft),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"}],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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}],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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],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:"contactId",routePart:"contacts",sdkPartName:"contact"}],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:"export",sdkPartName:"export"}],r}return e(r,t),r}(yt),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"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(yt),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}(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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans",sdkPartName:"scans"}],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"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(yt),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:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return e(r,t),r}(dt),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:"locator/collisions",sdkPartName:"locatorCollisions"}],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:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}],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:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}],r}return e(r,t),r}(yt),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:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}],r}return e(r,t),r}(yt),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:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}],r}return e(r,t),r}(yt),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"},{routePart:"users",sdkPartName:"users"}],r}return e(r,t),r}(yt),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:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],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"}],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:"jobId",routePart:"jobs",sdkPartName:"job"}],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=[{parm:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(ft),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:"jobId",routePart:"jobs",sdkPartName:"job"}],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:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return e(r,t),r}(dt),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"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(dt),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),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"},{routePart:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(gt),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:"locationId",routePart:"locations",sdkPartName:"location"}],r}return e(r,t),r}(dt),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=[{routePart:"support",sdkPartName:"support"}],r}return e(r,t),r}(yt),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=[{routePart:"pricePlans",sdkPartName:"pricePlans"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return e(r,t),r}(yt),_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:"jobs/assetbatchvalidation",sdkPartName:"jobsAssetbatchvalidation"}],r}return e(r,t),r}(yt),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:"assets",sdkPartName:"assets"}],r}return e(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}],r}return e(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}],r}return e(r,t),r}(yt),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:"assetgraphs",sdkPartName:"assetgraphs"}],r}return e(r,t),r}(yt),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/batch",sdkPartName:"assetsBatch"}],r}return e(r,t),r}(yt),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:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return e(r,t),r}(yt),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:"print",sdkPartName:"print"}],r}return e(r,t),r}(yt),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:"qrcodes",sdkPartName:"qrCodes"}],r}return e(r,t),r}(yt),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:"selfqueueprint",sdkPartName:"selfqueueprint"}],r}return e(r,t),r}(yt),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:"smstemplates",sdkPartName:"smsTemplates"}],r}return e(r,t),r}(yt),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:"printJobs",sdkPartName:"printJobs"}],r}return e(r,t),r}(yt),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:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}],r}return e(r,t),r}(yt),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:"websessions/export",sdkPartName:"websessionsExport"}],r}return e(r,t),r}(yt),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:"contacts/batch",sdkPartName:"contactsBatch"}],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=[{parm:"projectId",routePart:"projects",sdkPartName:"project"}],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:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],r}return e(r,t),r}(ft),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:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],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:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],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:"scans/report/advanced",sdkPartName:"advancedScansReport"}],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:"export",sdkPartName:"export"}],r}return e(r,t),r}(yt),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:"assets/export",sdkPartName:"assetsExport"}],r}return e(r,t),r}(yt),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:"assetgraphs",sdkPartName:"assetgraphs"}],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:"assets",sdkPartName:"assets"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/report/basic",sdkPartName:"basicAssetsReport"}],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:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return e(r,t),r}(gt),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:"project",sdkPartName:"project"},{routePart:"batch",sdkPartName:"batch"}],r}return e(r,t),r}(gt),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:"consent",sdkPartName:"consent"}],r}return e(r,t),r}(gt),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/export",sdkPartName:"contactsExport"}],r}return e(r,t),r}(yt),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:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(gt),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/mostscanned",sdkPartName:"assetsMostscanned"}],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"}],r}return e(r,t),r}(gt),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:"qrCodes/scans/export",sdkPartName:"exportQrCodesScans"}],r}return e(r,t),r}(yt),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:"qrcodes",sdkPartName:"qrCodes"}],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:"scans/dayofweek",sdkPartName:"scansDayofweek"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return e(r,t),r}(yt),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/timeofday",sdkPartName:"scansTimeofday"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],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:"scans",sdkPartName:"scans"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],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:"smstemplates",sdkPartName:"smsTemplates"}],r}return e(r,t),r}(gt),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:"usermedias",sdkPartName:"usermedias"}],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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"websessions/timeline",sdkPartName:"websessionsTimeline"}],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:"projectId",routePart:"projects",sdkPartName:"project"}],r}return e(r,t),r}(dt),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"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],r}return e(r,t),r}(dt),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:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}],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:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(gt),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:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return e(r,t),r}(dt),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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return e(r,t),r}(yt),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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}],r}return e(r,t),r}(ft),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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(ft),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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],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=[{parm:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return e(r,t),r}(dt),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}],r}return e(r,t),r}(yt),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:"scanId",routePart:"scans",sdkPartName:"scan"}],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:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(dt),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"email",sdkPartName:"email"}],r}return e(r,t),r}(yt),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"sms",sdkPartName:"sms"}],r}return e(r,t),r}(yt),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}],r}return e(r,t),r}(dt),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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],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:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(ft),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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(ft),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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(gt),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:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(gt),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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return e(r,t),r}(dt),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:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return e(r,t),r}(dt),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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return e(r,t),r}(dt),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"},{routePart:"multipart",sdkPartName:"multipart"}],r}return e(r,t),r}(yt),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),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"}],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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(yt),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"},{parm:"projectId",routePart:"project",sdkPartName:"project"}],r}return e(r,t),r}(yt),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"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(yt),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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(yt),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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"projectId",routePart:"projects",sdkPartName:"project"}],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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return e(r,t),r}(ft),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=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return e(r,t),r}(yt),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=[{parm:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return e(r,t),r}(dt),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:"userroles",sdkPartName:"userroles"}],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=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return e(r,t),r}(yt),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=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],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=[{parm:"userId",routePart:"users",sdkPartName:"user"},{routePart:"errors",sdkPartName:"errors"}],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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}],r}return e(r,t),r}(gt),ia=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=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}(gt),ua=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=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}(gt),ca=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=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}(dt),ha=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=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}(dt),pa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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:"webhook/sms",sdkPartName:"webhookSms"}],r}return e(r,t),r}(yt),ma=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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:"webhook/export-job-resolution",sdkPartName:"webhookExportJobResolution"}],r}return e(r,t),r}(yt),Pa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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:"webhook/sms-status",sdkPartName:"webhookSmsStatus"}],r}return e(r,t),r}(yt),la=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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:"webhook/stripe",sdkPartName:"webhookStripe"}],r}return e(r,t),r}(yt),fa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"},{routePart:"sessionactions",sdkPartName:"sessionactions"}],r}return e(r,t),r}(yt),ga=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}],r}return e(r,t),r}(gt),da=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"sessionId",routePart:"websessions",sdkPartName:"websession"}],r}return e(r,t),r}(dt),ya=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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}(yt),va=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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),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/confirm",sdkPartName:"authConfirm"}],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/confirm/invited",sdkPartName:"invitedAuthConfirm"}],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",sdkPartName:"authUser"}],r}return e(r,t),r}(yt),wa=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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}(yt),Ia=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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),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/session/refresh",sdkPartName:"refreshAuthSession"}],r}return e(r,t),r}(yt),ka=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,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}(yt),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/reset",sdkPartName:"resetAuthUser"}],r}return e(r,t),r}(yt),_a=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"},{routePart:"saml/acs",sdkPartName:"samlAcs"}],r}return e(r,t),r}(yt),ja=/*#__PURE__*/function(t){function r(){for(var r,e=arguments.length,n=new Array(e),s=0;s<e;s++)n[s]=arguments[s];return(r=t.call.apply(t,[this].concat(n))||this).routeSegments=[{parm:"companyName",routePart:"auth/sso/company",sdkPartName:"companyAuthSso"}],r}return e(r,t),r}(gt),Ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.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)}},r}(vt),Oa=/*#__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 Lr(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 Kr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ra=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.confirm=function(){return new Ca(this.getSession(),this.pathParameters)},n.roles=function(){return new Oa(this.getSession(),this.pathParameters)},n.delete=function(t){try{var r=new Ht(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 Rr(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 Wr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 At(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 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 Zt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 It(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 pr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ua=/*#__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 Et(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}(vt),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 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 hr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ga=/*#__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 Tt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 _t(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 jt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Fa=/*#__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 Ct(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 Pr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ot(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}(vt),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 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 vr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Dt(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 Sr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 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 Ar(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 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 Ir(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ut(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 kr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ka=/*#__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}(vt),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 Gt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 xt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Vt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ft(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),$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 qt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Wt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),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 cr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),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 Hr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Qr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Yt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.update=function(t){try{var r=new Fr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.test=function(){return new ao(this.getSession(),this.pathParameters)},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}(Nt),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 Kt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Jt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Xt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 zt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 $t(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 tr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Po=/*#__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}(vt),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 nr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),fo=/*#__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}(vt),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 ar(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 or(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 ir(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 ur(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 mr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 lr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new fr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Io=/*#__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 gr(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 Br(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 dr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Nr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 wr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),_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 Er(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Tr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Co=/*#__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 _r(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 jr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Cr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Or(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Dr(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 br(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ur(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Mr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),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}(Nt),xo=/*#__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 Gr(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 xr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Vr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Fo=/*#__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 Yr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Jr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ho=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.user=function(t){return new Ra(this.getSession(),r({},this.pathParameters,{userId:t}))},s.urlSafeties=function(){return new Da(this.getSession(),this.pathParameters)},s.apikeys=function(){return new ba(this.getSession(),this.pathParameters)},s.apps=function(){return new La(this.getSession(),this.pathParameters)},s.assettypes=function(){return new Ua(this.getSession(),this.pathParameters)},s.customDomains=function(){return new Ma(this.getSession(),this.pathParameters)},s.imageUpload=function(){return new Ga(this.getSession(),this.pathParameters)},s.invitations=function(){return new xa(this.getSession(),this.pathParameters)},s.invitationsBatch=function(){return new Va(this.getSession(),this.pathParameters)},s.locations=function(){return new Fa(this.getSession(),this.pathParameters)},s.printPageTemplates=function(){return new qa(this.getSession(),this.pathParameters)},s.printStickerTemplates=function(){return new Ha(this.getSession(),this.pathParameters)},s.projects=function(){return new Ya(this.getSession(),this.pathParameters)},s.qrcodelogos=function(){return new Ba(this.getSession(),this.pathParameters)},s.stylingtemplates=function(){return new Qa(this.getSession(),this.pathParameters)},s.customattributes=function(){return new Wa(this.getSession(),this.pathParameters)},s.SSOConfiguration=function(){return new Ka(this.getSession(),this.pathParameters)},s.zendeskTicket=function(){return new Ja(this.getSession(),this.pathParameters)},s.usermediasPresignedurlmultipart=function(){return new Xa(this.getSession(),this.pathParameters)},s.usermediasPresignedurl=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.customDomain=function(t){return new oo(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.advancedAssetsReport=function(){return new io(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new uo(this.getSession(),this.pathParameters)},s.advancedScansReport=function(){return new co(this.getSession(),this.pathParameters)},s.ownerApps=function(){return new ho(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new po(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new mo(this.getSession(),this.pathParameters)},s.assets=function(){return new Po(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new lo(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new fo(this.getSession(),this.pathParameters)},s.batch=function(){return new go(this.getSession(),this.pathParameters)},s.consent=function(){return new yo(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new vo(this.getSession(),this.pathParameters)},s.contacts=function(){return new No(this.getSession(),this.pathParameters)},s.jobs=function(){return new So(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new Ao(this.getSession(),this.pathParameters)},s.plugins=function(){return new wo(this.getSession(),this.pathParameters)},s.pricePlan=function(){return new Io(this.getSession(),this.pathParameters)},s.printJobs=function(){return new Eo(this.getSession(),this.pathParameters)},s.projectsExport=function(){return new ko(this.getSession(),this.pathParameters)},s.exportQrCodesScans=function(){return new To(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new _o(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new jo(this.getSession(),this.pathParameters)},s.scansExport=function(){return new Co(this.getSession(),this.pathParameters)},s.scansTimeofday=function(){return new Oo(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new Ro(this.getSession(),this.pathParameters)},s.scans=function(){return new Do(this.getSession(),this.pathParameters)},s.usermedias=function(){return new bo(this.getSession(),this.pathParameters)},s.users=function(){return new Lo(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.campaignInformation=function(){return new xo(this.getSession(),this.pathParameters)},s.clock=function(){return new Vo(this.getSession(),this.pathParameters)},s.engagePricePlan=function(){return new Fo(this.getSession(),this.pathParameters)},s.qrcodelogosUpload=function(){return new qo(this.getSession(),this.pathParameters)},s.get=function(t){try{var r=new Bt(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 qr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),Yo=/*#__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){try{var r=new Zr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.secret=function(){return new Yo(this.getSession(),this.pathParameters)},n.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)}},n.update=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)}},r}(Nt),Qo=/*#__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}(vt),Wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.load=function(){return new Qo(this.getSession(),this.pathParameters)},r}(Nt),Ko=/*#__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 Wo(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.get=function(t){try{var r=new te(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 se(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),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 re(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 ee(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=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)}},r}(vt),Zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.main=function(){return new zo(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new ae(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),$o=/*#__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 ie(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 ce(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.compose=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}(Nt),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 pe(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 fe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ei=/*#__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 le(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 ye(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),ni=/*#__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}(vt),si=/*#__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 ti(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.assets=function(){return new ri(this.getSession(),this.pathParameters)},s.location=function(t){return new ei(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.locations=function(){return new ni(this.getSession(),this.pathParameters)},s.delete=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)}},s.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)}},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}(Nt),ai=/*#__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 ve(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}(vt),oi=/*#__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 Ne(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 Ce(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ii=/*#__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 Ae(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 Oe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ie(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ci=/*#__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 ke(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 _e(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 je(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 Re(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 De(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),li=/*#__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 be(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Le(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.link=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.unlink=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}(Nt),di=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.contacts=function(){return new ai(this.getSession(),this.pathParameters)},s.neighbors=function(){return new oi(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new ii(this.getSession(),this.pathParameters)},s.neighborsDelete=function(){return new ui(this.getSession(),this.pathParameters)},s.history=function(){return new ci(this.getSession(),this.pathParameters)},s.url=function(t){return new hi(this.getSession(),r({},this.pathParameters,{url:t}))},s.neighbor=function(t){return new pi(this.getSession(),r({},this.pathParameters,{neighborId:t}))},s.scansExport=function(){return new mi(this.getSession(),this.pathParameters)},s.scansLocation=function(){return new Pi(this.getSession(),this.pathParameters)},s.scans=function(){return new li(this.getSession(),this.pathParameters)},s.usermedias=function(){return new fi(this.getSession(),this.pathParameters)},s.contact=function(t){return new gi(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.delete=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)}},s.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)}},s.update=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)}},n}(Nt),yi=/*#__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 xe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.assets=function(){return new yi(this.getSession(),this.pathParameters)},r}(Nt),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 Ve(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),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 Fe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 qe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 He(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),Ii=/*#__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}(Nt),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 Be(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new Qe(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),Ti=/*#__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}(Nt),_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 Ke(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 Je(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Xe(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 ze(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},n.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}(vt),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 $e(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ri=/*#__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}(vt),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 nn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),bi=/*#__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}(vt),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 an(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.link=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)}},r}(Nt),Mi=/*#__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 Oi(this.getSession(),this.pathParameters)},s.export=function(){return new Ri(this.getSession(),this.pathParameters)},s.scansExport=function(){return new Di(this.getSession(),this.pathParameters)},s.scansLocation=function(){return new bi(this.getSession(),this.pathParameters)},s.scans=function(){return new Li(this.getSession(),this.pathParameters)},s.scan=function(t){return new Ui(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.delete=function(t){try{var r=new Ze(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 rn(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 un(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),Gi=/*#__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 cn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=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}(vt),Vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.locatorCollisions=function(){return new Gi(this.getSession(),this.pathParameters)},n.retry=function(){return new xi(this.getSession(),this.pathParameters)},n.delete=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}(Nt),Fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=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}(vt),qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.validate=function(){return new Fi(this.getSession(),this.pathParameters)},r}(Nt),Hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=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)}},r}(vt),Yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.users=function(){return new Hi(this.getSession(),this.pathParameters)},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}(Nt),Bi=/*#__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 dn(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 vn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),Qi=/*#__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 yn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.invoke=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}(Nt),Wi=/*#__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,r){try{var e=new wn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Wi(this.getSession(),this.pathParameters)},n.delete=function(t,r){try{var e=new An(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 In(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),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 En(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new kn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=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}(Nt),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}(vt),$i=/*#__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 jn(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 Zn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Cn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 On(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),eu=/*#__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 Rn(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 zn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),nu=/*#__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 Dn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),su=/*#__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 ss(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),au=/*#__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 Ln(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 Hn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ou=/*#__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}(vt),iu=/*#__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 us(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Gn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),cu=/*#__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 xn(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}(vt),hu=/*#__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}(vt),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 Fn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 qn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Pu=/*#__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 Bn(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 ls(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 vs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),lu=/*#__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 Qn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),fu=/*#__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 Wn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),gu=/*#__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 Kn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Jn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),yu=/*#__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}(vt),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 $n(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),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 ts(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),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 rs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 es(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),wu=/*#__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}(vt),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 as(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 is(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ku=/*#__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}(vt),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 hs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),_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 ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ju=/*#__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 ms(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 Ps(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 gs(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),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 ds(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Du=/*#__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 zi(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.jobsAssetbatchvalidation=function(){return new Zi(this.getSession(),this.pathParameters)},s.assets=function(){return new $i(this.getSession(),this.pathParameters)},s.jobsAssetbatch=function(){return new tu(this.getSession(),this.pathParameters)},s.presignedurlJobsAssetbatch=function(){return new ru(this.getSession(),this.pathParameters)},s.assetgraphs=function(){return new eu(this.getSession(),this.pathParameters)},s.assetsBatch=function(){return new nu(this.getSession(),this.pathParameters)},s.contacts=function(){return new su(this.getSession(),this.pathParameters)},s.contactsBatch=function(){return new au(this.getSession(),this.pathParameters)},s.print=function(){return new ou(this.getSession(),this.pathParameters)},s.qrCodes=function(){return new iu(this.getSession(),this.pathParameters)},s.selfqueueprint=function(){return new uu(this.getSession(),this.pathParameters)},s.smsTemplates=function(){return new cu(this.getSession(),this.pathParameters)},s.printJobs=function(){return new hu(this.getSession(),this.pathParameters)},s.templatedPrintPreview=function(){return new pu(this.getSession(),this.pathParameters)},s.websessionsExport=function(){return new mu(this.getSession(),this.pathParameters)},s.smsTemplate=function(t){return new Pu(this.getSession(),r({},this.pathParameters,{smsTemplateName:t}))},s.advancedAssetsReport=function(){return new lu(this.getSession(),this.pathParameters)},s.advancedContactsReport=function(){return new fu(this.getSession(),this.pathParameters)},s.advancedScansReport=function(){return new gu(this.getSession(),this.pathParameters)},s.export=function(){return new du(this.getSession(),this.pathParameters)},s.assetsExport=function(){return new yu(this.getSession(),this.pathParameters)},s.basicAssetsReport=function(){return new vu(this.getSession(),this.pathParameters)},s.basicContactsReport=function(){return new Nu(this.getSession(),this.pathParameters)},s.batch=function(){return new Su(this.getSession(),this.pathParameters)},s.consent=function(){return new Au(this.getSession(),this.pathParameters)},s.contactsExport=function(){return new wu(this.getSession(),this.pathParameters)},s.assetsMostscanned=function(){return new Iu(this.getSession(),this.pathParameters)},s.exportQrCodesScans=function(){return new Eu(this.getSession(),this.pathParameters)},s.scansDayofweek=function(){return new ku(this.getSession(),this.pathParameters)},s.scansExport=function(){return new Tu(this.getSession(),this.pathParameters)},s.scansTimeofday=function(){return new _u(this.getSession(),this.pathParameters)},s.scansTimeline=function(){return new ju(this.getSession(),this.pathParameters)},s.scans=function(){return new Cu(this.getSession(),this.pathParameters)},s.usermedias=function(){return new Ou(this.getSession(),this.pathParameters)},s.websessionsTimeline=function(){return new Ru(this.getSession(),this.pathParameters)},s.delete=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)}},s.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)}},s.update=function(t,r){try{var e=new ys(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),bu=/*#__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}(Nt),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 Ss(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 As(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),Uu=/*#__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 ws(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 ks(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.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)}},r}(Nt),Gu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.links=function(){return new Uu(this.getSession(),this.pathParameters)},s.link=function(t){return new Mu(this.getSession(),r({},this.pathParameters,{link:t}))},s.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)}},s.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)}},s.update=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}(Nt),xu=/*#__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 js(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Vu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.send=function(t,r){try{var e=new Rs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Fu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.send=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)}},r}(vt),qu=/*#__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 bs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Hu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.contacts=function(){return new xu(this.getSession(),this.pathParameters)},n.email=function(){return new Vu(this.getSession(),this.pathParameters)},n.sms=function(){return new Fu(this.getSession(),this.pathParameters)},n.customAttribute=function(){return new qu(this.getSession(),this.pathParameters)},n.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)}},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}(Nt),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 Ls(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 Gs(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 Fs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),Bu=/*#__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 Us(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 xs(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 qs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),Qu=/*#__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 Ms(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 Vs(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 Hs(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),Wu=/*#__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 Ys(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ku=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.link=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)}},n.unlink=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}(Nt),Ju=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.link=function(t){try{var r=new Ks(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.unlink=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}(Nt),Xu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.link=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)}},n.unlink=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}(Nt),zu=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.multipart=function(){return new Wu(this.getSession(),this.pathParameters)},s.asset=function(t){return new Ku(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.project=function(t){return new Ju(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.scan=function(t){return new Xu(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.delete=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)}},s.get=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)}},s.update=function(t,r){try{var e=new ra(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),Zu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.get=function(t){try{var r=new ea(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),$u=/*#__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 na(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 sa(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),tc=/*#__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 aa(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),rc=/*#__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 oa(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ec=/*#__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 ua(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 ca(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),nc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.settings=function(){return new ec(this.getSession(),this.pathParameters)},r}(Nt),sc=/*#__PURE__*/function(t){function n(){return t.apply(this,arguments)||this}e(n,t);var s=n.prototype;return s.accounts=function(){return new $u(this.getSession(),this.pathParameters)},s.errors=function(){return new tc(this.getSession(),this.pathParameters)},s.invitations=function(){return new rc(this.getSession(),this.pathParameters)},s.path=function(t){return new nc(this.getSession(),r({},this.pathParameters,{path:t}))},s.get=function(t){try{var r=new ia(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 ha(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},n}(Nt),ac=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new pa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),oc=/*#__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 ma(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ic=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Pa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),uc=/*#__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 la(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),cc=/*#__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 fa(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),hc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.sessionactions=function(){return new cc(this.getSession(),this.pathParameters)},n.get=function(t,r){try{var e=new ga(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 da(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),pc=/*#__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 ya(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),mc=/*#__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 Ia(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},n.create=function(t){try{var r=new wa(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Pc=/*#__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 Na(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),lc=/*#__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 Sa(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),fc=/*#__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}(vt),gc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new Ea(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),dc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.resend=function(t,r){try{var e=new ka(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),yc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.reset=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}(vt),vc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return e(r,t),r.prototype.create=function(t){try{var r=new _a(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Nc=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}e(r,t);var n=r.prototype;return n.samlAcs=function(){return new vc(this.getSession(),this.pathParameters)},n.get=function(t){try{var r=new ja(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),Sc=/*#__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 Ho(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.apikey=function(t){return new Bo(this.getSession(),r({},this.pathParameters,{apiKeyId:t}))},s.app=function(t){return new Ko(this.getSession(),r({},this.pathParameters,{appId:t}))},s.apps=function(){return new Jo(this.getSession(),this.pathParameters)},s.appsPublished=function(){return new Xo(this.getSession(),this.pathParameters)},s.appsAccount=function(t){return new Zo(this.getSession(),r({},this.pathParameters,{appAccountId:t}))},s.assetgraph=function(t){return new $o(this.getSession(),r({},this.pathParameters,{assetGraphId:t}))},s.assettype=function(t){return new si(this.getSession(),r({},this.pathParameters,{assetTypeId:t}))},s.asset=function(t){return new di(this.getSession(),r({},this.pathParameters,{assetId:t}))},s.batch=function(t){return new vi(this.getSession(),r({},this.pathParameters,{batchId:t}))},s.billingCancelDowngrade=function(t){return new Ni(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingCancelSubscription=function(t){return new Si(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.upgradePlanBillingPreview=function(t){return new Ai(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingSetupIntent=function(t){return new wi(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDowngradePlan=function(t){return new Ii(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingDetail=function(t){return new Ei(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingCurrentPeriod=function(t){return new ki(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingInvoice=function(t){return new Ti(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.billingUpgradePlan=function(t){return new _i(this.getSession(),r({},this.pathParameters,{accountId:t}))},s.careAccounts=function(){return new ji(this.getSession(),this.pathParameters)},s.contact=function(t){return new Mi(this.getSession(),r({},this.pathParameters,{contactId:t}))},s.customdomain=function(t){return new Vi(this.getSession(),r({},this.pathParameters,{customDomain:t}))},s.file=function(t){return new qi(this.getSession(),r({},this.pathParameters,{fileId:t}))},s.invitation=function(t){return new Yi(this.getSession(),r({},this.pathParameters,{invitationId:t}))},s.job=function(t){return new Bi(this.getSession(),r({},this.pathParameters,{jobId:t}))},s.printJob=function(t){return new Qi(this.getSession(),r({},this.pathParameters,{printJobId:t}))},s.location=function(t){return new Ki(this.getSession(),r({},this.pathParameters,{locationId:t}))},s.support=function(){return new Ji(this.getSession(),this.pathParameters)},s.pricePlans=function(){return new Xi(this.getSession(),this.pathParameters)},s.project=function(t){return new Du(this.getSession(),r({},this.pathParameters,{projectId:t}))},s.qrcodelink=function(t){return new bu(this.getSession(),r({},this.pathParameters,{qrCodeLink:t}))},s.qrcodelogo=function(t){return new Lu(this.getSession(),r({},this.pathParameters,{qrCodeLogoId:t}))},s.qrCode=function(t){return new Gu(this.getSession(),r({},this.pathParameters,{qrCodeId:t}))},s.scan=function(t){return new Hu(this.getSession(),r({},this.pathParameters,{scanId:t}))},s.printPageTemplate=function(t){return new Yu(this.getSession(),r({},this.pathParameters,{printPageTemplateId:t}))},s.printStickerTemplate=function(t){return new Bu(this.getSession(),r({},this.pathParameters,{printStickerTemplateId:t}))},s.stylingtemplate=function(t){return new Qu(this.getSession(),r({},this.pathParameters,{stylingTemplateId:t}))},s.usermedia=function(t){return new zu(this.getSession(),r({},this.pathParameters,{mediaId:t}))},s.userroles=function(){return new Zu(this.getSession(),this.pathParameters)},s.user=function(t){return new sc(this.getSession(),r({},this.pathParameters,{userId:t}))},s.webhookSms=function(){return new ac(this.getSession(),this.pathParameters)},s.webhookExportJobResolution=function(){return new oc(this.getSession(),this.pathParameters)},s.webhookSmsStatus=function(){return new ic(this.getSession(),this.pathParameters)},s.webhookStripe=function(){return new uc(this.getSession(),this.pathParameters)},s.websession=function(t){return new hc(this.getSession(),r({},this.pathParameters,{sessionId:t}))},s.passwordAuthUser=function(){return new pc(this.getSession(),this.pathParameters)},s.authSession=function(){return new mc(this.getSession(),this.pathParameters)},s.authConfirm=function(){return new Pc(this.getSession(),this.pathParameters)},s.invitedAuthConfirm=function(){return new lc(this.getSession(),this.pathParameters)},s.authUser=function(){return new fc(this.getSession(),this.pathParameters)},s.refreshAuthSession=function(){return new gc(this.getSession(),this.pathParameters)},s.confirmationAuthUser=function(){return new dc(this.getSession(),this.pathParameters)},s.resetAuthUser=function(){return new yc(this.getSession(),this.pathParameters)},s.companyAuthSso=function(t){return new Nc(this.getSession(),r({},this.pathParameters,{companyName:t}))},n}(vt),Ac="internal-JG0adajZUHU",wc=/*#__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}(),Ic=/*#__PURE__*/function(n){function s(){var t;(t=n.call(this,new wc,{})||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.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=Ac,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||Ac,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||Ac,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||Ac,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 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}})})}var a=function(){if(!(t.exp>(new Date).getTime()))return 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 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}})})}();n=1}();return a&&a.then?a.then(s):s(a)})}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}),t})}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}(Sc);export{s as AccountDomainTypes,a as AccountSortingTypes,o as AccountStatus,i as AccountType,u as AccountUserRole,Vr as AdvanceStripeClockByAccountIdRequest,c as AssetByAssetTypeSortingTypes,h as AssetCreationFileTypes,p as AssetSortingTypes,m as AssetTypeSortingTypes,P as AssetTypeUsabilityState,Tn as AssignDomainToProjectRequest,l as AuthMessageId,f as AuthTokenScope,g as AuthTypes,d as CampaignUseCaseCategory,Ve as CancelDowngradeRequestRequest,Fe as CancelSubscriptionRequest,ya as ChangePasswordRequest,qe as ChangeSubscriptionPreviewRequest,Ke as ChangeSubscriptionRequest,cn as CheckCustomLocatorKeyRangeRequest,va as CheckSessionRequest,At as CheckUrlSafetyByAccountIdRequest,Ys as CompleteUserMediaMultipartUploadRequest,he as ComposeAssetByAssetTypeRequest,Sa as ConfirmInvitedRequest,Na as ConfirmRequest,y as ConsentStatus,v as ConsentType,N as ContactAssetSortingTypes,S as ContactSortingTypes,na as CreateAccountByUserIdRequest,wt as CreateApiKeyByAccountIdRequest,It as CreateAppRequest,_n as CreateAssetBatchValidationJobByProjectIdRequest,pe as CreateAssetByAssetTypeRequest,jn as CreateAssetByProjectIdRequest,Cn as CreateAssetCreationJobByProjectIdRequest,On as CreateAssetCreationPresignedUrlRequest,Rn as CreateAssetGraphByProjectIdRequest,Et as CreateAssetTypeByAccountIdRequest,Dn as CreateAssetsByProjectIdRequest,xr as CreateCampaignAccountByAccountIdRequest,Xe as CreateConsentByContactIdRequest,ve as CreateContactByAssetIdRequest,bn as CreateContactByProjectIdRequest,js as CreateContactByScanIdRequest,Ln as CreateContactsByProjectIdRequest,kt as CreateCustomDomainByAccountIdRequest,Tt as CreateImageUploadPresignedUrlRequest,_t as CreateInvitationByAccountIdRequest,jt as CreateInvitationsByAccountIdRequest,ws as CreateLinkByQrCodeRequest,Ct as CreateLocationByAccountIdRequest,Ne as CreateNeighborsByAssetIdRequest,Un as CreatePrintJobByProjectIdRequest,Ot as CreatePrintPageTemplateByAccountIdRequest,Rt as CreatePrintStickerTemplateByAccountIdRequest,Dt as CreateProjectByAccountIdRequest,Se as CreateQrCodeByAssetIdRequest,Mn as CreateQrCodeByProjectIdRequest,bt as CreateQrCodeLogoByAccountRequest,Lt as CreateQrCodeStylingTemplateByAccountRequest,Ae as CreateQrCodesByAssetIdRequest,Ut as CreateQueryableCustomAttributeRequest,Mt as CreateSamlConfigurationRequest,Gn as CreateSelfQueuePrintJobByProjectIdRequest,fa as CreateSessionActionsRequest,He as CreateSetupIntentRequest,pa as CreateSmsResponseRequest,xn as CreateSmsTemplateByProjectIdRequest,Vn as CreateTemplatedPrintJobByProjectIdRequest,Fn as CreateTemplatedPrintPreviewByProjectIdRequest,Gt as CreateTicketByAccountIdRequest,ln as CreateUserByInvitationIdRequest,xt as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,Vt as CreateUserMediaPresignedUrlByAccountIdRequest,Aa as CreateUserRequest,Ft as CreateWebSessionExportByAccountIdRequest,qn as CreateWebSessionExportByProjectIdRequest,ie as DeleteAssetGraphRequest,we as DeleteAssetRequest,me as DeleteAssetTypeRequest,ze as DeleteConsentByContactIdRequest,Ze as DeleteContactRequest,qt as DeleteContactsByAccountIdRequest,Hn as DeleteContactsByProjectIdRequest,hn as DeleteCustomDomainRequest,fn as DeleteInvitationRequest,dn as DeleteJobRequest,Is as DeleteLinkByQrCodeRequest,An as DeleteLocationRequest,Bs as DeleteMediaRequest,Ie as DeleteNeighborsByAssetIdRequest,yn as DeletePrintJobRequest,Ls as DeletePrintPageTemplateRequest,Us as DeletePrintStickerTemplateRequest,Yn as DeleteProjectRequest,Es as DeleteQrCodeRequest,Ms as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Ia as DeleteSessionRequest,Bn as DeleteSmsTemplateByProjectIdRequest,Ht as DeleteUserByAccountIdRequest,A as DomainStatus,Ye as DowngradePlanRequest,Yt as EnablePluginByAccountIdRequest,w as EntitySources,ma as ExportJobResolutionRequest,I as FieldType,E as FilePurpose,k as FileStatus,St as GetAccountAccessDataRequest,Wt as GetAccountPluginPasswordRequest,Bt as GetAccountRequest,sa as GetAccountsByUserIdRequest,Kt as GetAdvancedAssetReportByAccountIdRequest,Qn as GetAdvancedAssetReportByProjectIdRequest,Jt as GetAdvancedContactReportByAccountIdRequest,Wn as GetAdvancedContactReportByProjectIdRequest,Xt as GetAdvancedScanReportByAccountIdRequest,Kn as GetAdvancedScanReportByProjectIdRequest,Je as GetAllAccountsRequest,zt as GetAllAppsByAccountIdRequest,Jn as GetAllExportsByProjectIdRequest,Xr as GetApiKeyRequest,zr as GetApiKeySecretRequest,Zt as GetApiKeysByAccountIdRequest,ae as GetAppAccountByAppAccountIdRequest,te as GetAppByAppIdRequest,re as GetAppsRequest,$t as GetAssetExportByAccountIdRequest,Xn as GetAssetExportByProjectIdRequest,ue as GetAssetGraphRequest,tr as GetAssetGraphsByAccountIdRequest,zn as GetAssetGraphsByProjectIdRequest,ke as GetAssetHistoryRequest,Ee as GetAssetRequest,Pe as GetAssetTypeByAssetTypeIdRequest,le as GetAssetTypeCountAtLocationRequest,ge as GetAssetTypeCountsByLocationRequest,rr as GetAssetTypesByAccountIdRequest,er as GetAssetsByAccountIdRequest,fe as GetAssetsByAssetTypeRequest,xe as GetAssetsByBatchIdRequest,$e as GetAssetsByContactIdRequest,wn as GetAssetsByLocationIdRequest,Zn as GetAssetsByProjectIdRequest,nr as GetBasicAssetReportByAccountIdRequest,$n as GetBasicAssetReportByProjectIdRequest,sr as GetBasicContactReportByAccountIdRequest,ts as GetBasicContactReportByProjectIdRequest,ar as GetBatchesByAccountIdRequest,rs as GetBatchesByProjectIdRequest,Be as GetBillingDetailsRequest,or as GetConsentByAccountIdRequest,tn as GetConsentByContactIdRequest,es as GetConsentByProjectIdRequest,ir as GetContactExportByAccountIdRequest,en as GetContactExportByContactIdRequest,ns as GetContactExportByProjectIdRequest,rn as GetContactRequest,ur as GetContactsByAccountIdRequest,Te as GetContactsByAssetIdRequest,ss as GetContactsByProjectIdRequest,Qe as GetCurrentPeriodRequest,Qt as GetCustomDomainRequest,cr as GetDecryptedKlaviyoKeyRequest,hr as GetDomainsByAccountIdRequest,aa as GetErrorsByUserIdRequest,_e as GetExternalNeighborScanCountByAssetIdRequest,mn as GetFileRequest,pr as GetInstalledAppsByAccountIdRequest,gn as GetInvitationRequest,oa as GetInvitationsByUserIdRequest,We as GetInvoicesRequest,vn as GetJobRequest,mr as GetJobsByAccountIdRequest,ks as GetLinksByQrCodeRequest,Pr as GetLocationsByAccountIdRequest,oe as GetMainAccountByAppAccountIdRequest,Qs as GetMediaRequest,lr as GetMostScannedAssetsByAccountIdRequest,as as GetMostScannedAssetsByProjectIdRequest,je as GetNeighborScanCountByAssetIdRequest,Ce as GetNeighborsByAssetIdRequest,fr as GetPluginsByAccountIdRequest,gr as GetPricePlanByAccountIdRequest,kn as GetPricePlansRequest,dr as GetPrintJobsByAccountIdRequest,Gs as GetPrintPageTemplateRequest,yr as GetPrintPageTemplatesByAccountIdRequest,xs as GetPrintStickerTemplateRequest,vr as GetPrintStickerTemplatesByAccountIdRequest,os as GetProjectByProjectIdRequest,Nr as GetProjectExportByAccountIdRequest,Sr as GetProjectsByAccountIdRequest,ee as GetPublishedAppsRequest,Ns as GetQrCodeLinkRequest,Ss as GetQrCodeLogoByQrCodeLogoIdRequest,Ar as GetQrCodeLogosByAccountIdRequest,Ts as GetQrCodeRequest,is as GetQrCodeScansExportByProjectIdRequest,Vs as GetQrCodeStylingTemplateByStylingTemplateIdRequest,Ir as GetQrCodeStylingTemplatesByAccountIdRequest,Er as GetQrCodesByAccountIdRequest,Oe as GetQrCodesByAssetIdRequest,us as GetQrCodesByProjectIdRequest,wr as GetQrcodeScansExportByAccountIdRequest,kr as GetQueryableCustomAttributeRequest,Tr as GetScanDayOfWeekByAccountIdRequest,cs as GetScanDayOfWeekByProjectIdRequest,_r as GetScanExportByAccountIdRequest,Re as GetScanExportByAssetIdRequest,nn as GetScanExportByContactIdRequest,hs as GetScanExportByProjectIdRequest,De as GetScanLocationDataByAssetIdRequest,sn as GetScanLocationDataByContactIdRequest,Cs as GetScanRequest,jr as GetScanTimeOfDayByAccountIdRequest,ps as GetScanTimeOfDayByProjectIdRequest,Cr as GetScanTimelineByAccountIdRequest,ms as GetScanTimelineByProjectIdRequest,Or as GetScansByAccountIdRequest,be as GetScansByAssetIdRequest,an as GetScansByContactIdRequest,Ps as GetScansByProjectIdRequest,wa as GetSessionRequest,ls as GetSmsTemplateByProjectIdRequest,fs as GetSmsTemplatesByProjectIdRequest,Rr as GetUserByAccountIdRequest,Dr as GetUserMediasByAccountIdRequest,Le as GetUserMediasByAssetIdRequest,gs as GetUserMediasByProjectIdRequest,ia as GetUserRequest,ea as GetUserRolesRequest,ua as GetUserSettingsByUserIdRequest,br as GetUsersByAccountIdRequest,Lr as GetUsersRolesByAccountIdRequest,ga as GetWebSessionRequest,Ur as GetWebSessionsTimelineByAccountIdRequest,ds as GetWebSessionsTimelineByProjectIdRequest,Mr as InstallAppToAccountRequest,T as InternalProductName,_ as InvoiceStatus,Nn as InvokePrintJobByJobIdRequest,j as JobStatus,C as JobType,O as Label,Ue as LinkContactToAssetRequest,on as LinkContactToScanRequest,Ws as LinkMediaToAssetRequest,Ks as LinkMediaToProjectRequest,Js as LinkMediaToScanRequest,Xs as LinkMediasRequest,ne as LoadAppRequest,R as LocationSortingTypes,Ic as Openscreen,D as OpenscreenEmails,b as Permission,L as PluginNameTypes,U as PluginStatus,M as PricePlanName,G as PricePlanPaymentPeriod,x as PricePlanReporting,V as PrintFormat,F as PrintMode,q as PrintOrientation,H as PrintTemplate,Y as PrintUnit,B as ProjectSortingTypes,Q as ProjectStatus,W as QrCodeCornerDotTypes,K as QrCodeCornerSquareTypes,J as QrCodeDotTypes,X as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,Z as QrCodeGradientTypes,$ as QrCodeIntentType,tt as QrCodeLocatorKeyType,rt as QrCodeSortingTypes,et as QrCodeStatus,nt as QrCodeType,st as QueryConditions,Ea as RefreshSessionRequest,ka as ResendConfirmationRequest,Zr as ResetApiKeySecretRequest,Ta as ResetPasswordRequest,Gr as RetrieveCampaignStatusByAccountIdRequest,pn as RetryCustomDomainRequest,_a as SamlAcsRequest,Os as SaveGeolocationByScanIdRequest,at as ScanTimelineOptions,io as SdkAccountAdvancedAssetsReportResources,uo as SdkAccountAdvancedContactsReportResources,co as SdkAccountAdvancedScansReportResources,ba as SdkAccountApikeysResources,Mo as SdkAccountAppInstallResources,Go as SdkAccountAppResource,La as SdkAccountAppsResources,mo as SdkAccountAssetgraphsResources,po as SdkAccountAssetsExportResources,Ao as SdkAccountAssetsMostscannedResources,Po as SdkAccountAssetsResources,Ua as SdkAccountAssettypesResources,lo as SdkAccountBasicAssetsReportResources,fo as SdkAccountBasicContactsReportResources,go as SdkAccountBatchResources,xo as SdkAccountCampaignInformationResources,Vo as SdkAccountClockResources,yo as SdkAccountConsentResources,$a as SdkAccountContactsBatchResources,vo as SdkAccountContactsExportResources,No as SdkAccountContactsResources,oo as SdkAccountCustomDomainResource,ao as SdkAccountCustomDomainTestResources,Ma as SdkAccountCustomDomainsResources,Wa as SdkAccountCustomattributesResources,Fo as SdkAccountEngagePricePlanResources,To as SdkAccountExportQrCodesScansResources,Ga as SdkAccountImageUploadResources,Va as SdkAccountInvitationsBatchResources,xa as SdkAccountInvitationsResources,So as SdkAccountJobsResources,Fa as SdkAccountLocationsResources,ho as SdkAccountOwnerAppsResources,ro as SdkAccountPluginKlaviyoKeyResources,eo as SdkAccountPluginKlaviyoResources,to as SdkAccountPluginPasswordResources,no as SdkAccountPluginRehrigResources,so as SdkAccountPluginResource,wo as SdkAccountPluginsResources,Io as SdkAccountPricePlanResources,Eo as SdkAccountPrintJobsResources,qa as SdkAccountPrintPageTemplatesResources,Ha as SdkAccountPrintStickerTemplatesResources,ko as SdkAccountProjectsExportResources,Ya as SdkAccountProjectsResources,_o as SdkAccountQrCodesResources,Ba as SdkAccountQrcodelogosResources,qo as SdkAccountQrcodelogosUploadResources,Ho as SdkAccountResource,Ka as SdkAccountSSOConfigurationResources,jo as SdkAccountScansDayofweekResources,Co as SdkAccountScansExportResources,Do as SdkAccountScansResources,Ro as SdkAccountScansTimelineResources,Oo as SdkAccountScansTimeofdayResources,Qa as SdkAccountStylingtemplatesResources,Da as SdkAccountUrlSafetiesResources,Ca as SdkAccountUserConfirmResources,Ra as SdkAccountUserResource,Oa as SdkAccountUserRolesResources,za as SdkAccountUsermediasPresignedurlResources,Xa as SdkAccountUsermediasPresignedurlmultipartResources,bo as SdkAccountUsermediasResources,Lo as SdkAccountUsersResources,Za as SdkAccountWebsessionsExportResources,Uo as SdkAccountWebsessionsTimelineResources,Ja as SdkAccountZendeskTicketResources,Bo as SdkApikeyResource,Yo as SdkApikeySecretResources,Qo as SdkAppAccountLoadResources,Wo as SdkAppAccountResource,Ko as SdkAppResource,zo as SdkAppsAccountMainResources,Zo as SdkAppsAccountResource,Xo as SdkAppsPublishedResources,Jo as SdkAppsResources,gi as SdkAssetContactResource,ai as SdkAssetContactsResources,ci as SdkAssetHistoryResources,pi as SdkAssetNeighborResource,ui as SdkAssetNeighborsDeleteResources,oi as SdkAssetNeighborsResources,ii as SdkAssetQrCodesResources,di as SdkAssetResource,mi as SdkAssetScansExportResources,Pi as SdkAssetScansLocationResources,li as SdkAssetScansResources,hi as SdkAssetUrlResource,fi as SdkAssetUsermediasResources,$o as SdkAssetgraphResource,ti as SdkAssettypeAssetResource,ri as SdkAssettypeAssetsResources,ei as SdkAssettypeLocationResource,ni as SdkAssettypeLocationsResources,si as SdkAssettypeResource,Pc as SdkAuthConfirmResources,mc as SdkAuthSessionResources,fc as SdkAuthUserResources,yi as SdkBatchAssetsResources,vi as SdkBatchResource,Ni as SdkBillingCancelDowngradeResource,Si as SdkBillingCancelSubscriptionResource,ki as SdkBillingCurrentPeriodResource,Ei as SdkBillingDetailResource,Ii as SdkBillingDowngradePlanResource,Ti as SdkBillingInvoiceResource,wi as SdkBillingSetupIntentResource,_i as SdkBillingUpgradePlanResource,ji as SdkCareAccountsResources,Nc as SdkCompanyAuthSsoResource,vc as SdkCompanyAuthSsoSamlAcsResources,dc as SdkConfirmationAuthUserResources,Oi as SdkContactAssetsResources,Ci as SdkContactConsentResources,Ri as SdkContactExportResources,Mi as SdkContactResource,Ui as SdkContactScanResource,Di as SdkContactScansExportResources,bi as SdkContactScansLocationResources,Li as SdkContactScansResources,Gi as SdkCustomdomainLocatorCollisionsResources,Vi as SdkCustomdomainResource,xi as SdkCustomdomainRetryResources,qi as SdkFileResource,Fi as SdkFileValidateResources,Yi as SdkInvitationResource,Hi as SdkInvitationUsersResources,lc as SdkInvitedAuthConfirmResources,Bi as SdkJobResource,Wi as SdkLocationAssetsResources,Ki as SdkLocationResource,pc as SdkPasswordAuthUserResources,Xi as SdkPricePlansResources,Qi as SdkPrintJobResource,Yu as SdkPrintPageTemplateResource,Bu as SdkPrintStickerTemplateResource,lu as SdkProjectAdvancedAssetsReportResources,fu as SdkProjectAdvancedContactsReportResources,gu as SdkProjectAdvancedScansReportResources,eu as SdkProjectAssetgraphsResources,nu as SdkProjectAssetsBatchResources,yu as SdkProjectAssetsExportResources,Iu as SdkProjectAssetsMostscannedResources,$i as SdkProjectAssetsResources,vu as SdkProjectBasicAssetsReportResources,Nu as SdkProjectBasicContactsReportResources,Su as SdkProjectBatchResources,Au as SdkProjectConsentResources,au as SdkProjectContactsBatchResources,wu as SdkProjectContactsExportResources,su as SdkProjectContactsResources,zi as SdkProjectCustomDomainResource,Eu as SdkProjectExportQrCodesScansResources,du as SdkProjectExportResources,tu as SdkProjectJobsAssetbatchResources,Zi as SdkProjectJobsAssetbatchvalidationResources,ru as SdkProjectPresignedurlJobsAssetbatchResources,hu as SdkProjectPrintJobsResources,ou as SdkProjectPrintResources,iu as SdkProjectQrCodesResources,Du as SdkProjectResource,ku as SdkProjectScansDayofweekResources,Tu as SdkProjectScansExportResources,Cu as SdkProjectScansResources,ju as SdkProjectScansTimelineResources,_u as SdkProjectScansTimeofdayResources,uu as SdkProjectSelfqueueprintResources,Pu as SdkProjectSmsTemplateResource,cu as SdkProjectSmsTemplatesResources,pu as SdkProjectTemplatedPrintPreviewResources,Ou as SdkProjectUsermediasResources,mu as SdkProjectWebsessionsExportResources,Ru as SdkProjectWebsessionsTimelineResources,Mu as SdkQrCodeLinkResource,Uu as SdkQrCodeLinksResources,Gu as SdkQrCodeResource,bu as SdkQrcodelinkResource,Lu as SdkQrcodelogoResource,gc as SdkRefreshAuthSessionResources,yc as SdkResetAuthUserResources,Sc as SdkResources,xu as SdkScanContactsResources,qu as SdkScanCustomAttributeResources,Vu as SdkScanEmailResources,Hu as SdkScanResource,Fu as SdkScanSmsResources,Qu as SdkStylingtemplateResource,Ji as SdkSupportResources,Ai as SdkUpgradePlanBillingPreviewResource,$u as SdkUserAccountsResources,tc as SdkUserErrorsResources,rc as SdkUserInvitationsResources,nc as SdkUserPathResource,ec as SdkUserPathSettingsResources,sc as SdkUserResource,Ku as SdkUsermediaAssetResource,Wu as SdkUsermediaMultipartResources,Ju as SdkUsermediaProjectResource,zu as SdkUsermediaResource,Xu as SdkUsermediaScanResource,Zu as SdkUserrolesResources,oc as SdkWebhookExportJobResolutionResources,ac as SdkWebhookSmsResources,ic as SdkWebhookSmsStatusResources,uc as SdkWebhookStripeResources,hc as SdkWebsessionResource,cc as SdkWebsessionSessionactionsResources,Rs as SendEmailByScanIdRequest,Ds as SendSmsByScanIdRequest,En as SendSupportEmailRequest,ca as SetUserSettingsByUserIdRequest,ja as SignOnRequest,Pa as SmsStatusUpdateRequest,ot as StickerShape,la as StripeEventRequest,it as TagActions,ut as TagStates,Fr as TestDomainConnectionRequest,Me as UnlinkContactToAssetRequest,zs as UnlinkMediaToAssetRequest,Zs as UnlinkMediaToProjectRequest,$s as UnlinkMediaToScanRequest,ta as UnlinkMediasRequest,qr as UpdateAccountRequest,$r as UpdateApiKeyRequest,se as UpdateAppByAppIdRequest,ce as UpdateAssetGraphRequest,Ge as UpdateAssetRequest,ye as UpdateAssetTypeCountAtLocationRequest,de as UpdateAssetTypeRequest,Sn as UpdateAssetsLocationsRequest,un as UpdateContactRequest,Yr as UpdateEngagePricePlanRequest,Hr as UpdateKlaviyoAccountPluginRequest,In as UpdateLocationRequest,ra as UpdateMediaRequest,Br as UpdatePricePlanByAccountIdRequest,Fs as UpdatePrintPageTemplateRequest,qs as UpdatePrintStickerTemplateRequest,ys as UpdateProjectByProjectIdRequest,As as UpdateQrCodeLogoByQrCodeLogoIdRequest,_s as UpdateQrCodeRequest,Hs as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Qr as UpdateRehrigAccountPluginRequest,bs as UpdateScanCustomAttributeRequest,vs as UpdateSmsTemplateRequest,Wr as UpdateUserByAccountIdRequest,ha as UpdateUserRequest,Kr as UpdateUsersRolesByAccountIdRequest,da as UpdateWebSessionRequest,Jr as UploadQrCodeLogoByAccountRequest,ct as UserCredentialsStatus,ht as UserGroups,pt as UserMediaFileTypes,mt as UserMediaSortingTypes,Pt as UserSettingsDomain,Pn as ValidateFileRequest};
|
|
1
|
+
import t from"axios";import{wrapper as r}from"axios-cookiejar-support";import{CookieJar as e}from"tough-cookie";function n(){return n=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},n.apply(null,arguments)}function s(t,r){t.prototype=Object.create(r.prototype),t.prototype.constructor=t,a(t,r)}function a(t,r){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},a(t,r)}var o,i,u,c,h,p,m,P,l,f,g,d,y,v,N,A,S,I,w,E,T,_,k,C,O,j,R,D,L,b,U,M,G,V,F,Y,q,H,x,B,Q,W,K,J,X,z,Z,$,tt,rt,et,nt,st,at,ot,it,ut,ct,ht,pt,mt,Pt,lt=/*#__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}(),ft=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.go=function(t,r,e){try{var s=this;return Promise.resolve(function(a,o){try{var i=(u=!e||e.willAuthorize,Promise.resolve(s.makeUri(t)).then(function(t){function a(){return s.debugRequest("delete",t,r,null,e),Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.delete(t,n({params:r},e))).then(function(t){return s.debugResponse(t),t.data})})}var o=function(){if(u)return Promise.resolve(s.session.authorize()).then(function(){})}();return o&&o.then?o.then(a):a()}))}catch(t){return o(t)}var u;return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},r}(lt),gt=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.go=function(t,r,e){try{var s=this;return Promise.resolve(function(a,o){try{var i=(u=!e||e.willAuthorize,Promise.resolve(s.makeUri(t)).then(function(t){function a(){return s.debugRequest("get",t,r,null,e),Promise.resolve(s.session.getAxios()).then(function(a){return Promise.resolve(a.get(t,n({params:r},e))).then(function(t){return s.debugResponse(t),t.data})})}var o=function(){if(u)return Promise.resolve(s.session.authorize()).then(function(){})}();return o&&o.then?o.then(a):a()}))}catch(t){return o(t)}var u;return i&&i.then?i.then(void 0,o):i}(0,function(t){throw s.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},r}(lt),dt=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.go=function(t,r,e,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(){var o=!s||s.willAuthorize;return Promise.resolve(a.makeUri(t)).then(function(t){function i(){return a.debugRequest("patch",t,r,e,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.patch(t,e,n({params:r},s))).then(function(t){return a.debugResponse(t),t.data})})}var u=function(){if(o)return Promise.resolve(a.session.authorize()).then(function(){})}();return u&&u.then?u.then(i):i()})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},r}(lt),yt=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.go=function(t,r,e,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(){var o=!s||s.willAuthorize;return Promise.resolve(a.makeUri(t)).then(function(t){function i(){return a.debugRequest("post",t,r,e,s),Promise.resolve(a.session.getAxios()).then(function(o){return Promise.resolve(o.post(t,e,n({params:r},s))).then(function(t){return a.debugResponse(t),t.data})})}var u=function(){if(o)return Promise.resolve(a.session.authorize()).then(function(){})}();return u&&u.then?u.then(i):i()})},function(t){throw a.handleAndDebugErr(t)}))}catch(t){return Promise.reject(t)}},r}(lt),vt=/*#__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}(),Nt=/*#__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"}(o||(o={})),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"}(i||(i={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED",t.CANCELLED="CANCELLED"}(u||(u={})),function(t){t.INTERNAL="INTERNAL",t.EXTERNAL="EXTERNAL"}(c||(c={})),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"}(h||(h={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.STATE="STATE"}(p||(p={})),function(t){t.json="json",t.csv="csv"}(m||(m={})),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"}(l||(l={})),function(t){t.PUBLISHED="PUBLISHED",t.DRAFT="DRAFT",t.ARCHIVED="ARCHIVED"}(f||(f={})),function(t){t.INVALID_API_KEY="INVALID_API_KEY",t.INVALID_EMAIL="INVALID_EMAIL",t.INVALID_LEGACY_MIGRATION="INVALID_LEGACY_MIGRATION",t.INVALID_PASSWORD="INVALID_PASSWORD",t.INVALID_SCOPE="INVALID_SCOPE",t.INVALID_SECRET="INVALID_SECRET",t.INVALID_TOKEN="INVALID_TOKEN",t.MIGRATE_FROM_COGNITO="MIGRATE_FROM_COGNITO",t.NO_ACCESS_TOKEN="NO_ACCESS_TOKEN",t.NO_REFRESH_TOKEN="NO_REFRESH_TOKEN",t.RESET_PASSWORD="RESET_PASSWORD",t.RESET_SECRET="RESET_SECRET",t.SUSPENDED_OR_INACTIVE="SUSPENDED_OR_INACTIVE",t.TOKEN_EXPIRED="TOKEN_EXPIRED",t.TRY_AGAIN="TRY_AGAIN",t.UNABLE_TO_CONFIRM_EMAIL="UNABLE_TO_CONFIRM_EMAIL",t.UNCONFIRMED_EMAIL="UNCONFIRMED_EMAIL",t.EMAIL_ALREADY_TAKEN="EMAIL_ALREADY_TAKEN",t.SSO_USER="SSO_USER"}(g||(g={})),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"}(d||(d={})),function(t){t.MICROSOFT="MICROSOFT"}(y||(y={})),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"}(v||(v={})),function(t){t.ACCEPTED="ACCEPTED",t.DECLINED="DECLINED",t.true="true",t.false="false"}(N||(N={})),function(t){t.SMS="SMS",t.EMAIL="EMAIL",t.DATA="DATA",t.CUSTOM="CUSTOM"}(A||(A={})),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"}(S||(S={})),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"}(I||(I={})),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"}(w||(w={})),function(t){t.CARE_API="CARE_API"}(E||(E={})),function(t){t.STRING="STRING",t.NUMBER="NUMBER"}(T||(T={})),function(t){t.ENGAGE="ENGAGE",t.TRACK="TRACK",t.INVENTORY="INVENTORY",t.CREATE="CREATE"}(_||(_={})),function(t){t.COMING_UP="COMING_UP",t.PAID="PAID",t.PAST_DUE="PAST_DUE",t.VOID="VOID"}(k||(k={})),function(t){t.IN_PROGRESS="IN_PROGRESS",t.COMPLETED="COMPLETED",t.TIMEOUT="TIMEOUT",t.FAILED="FAILED",t.CANCELLED="CANCELLED",t.DOWNLOADED="DOWNLOADED"}(C||(C={})),function(t){t.BATCH_CREATE_BLANK_ITEMS="BATCH_CREATE_BLANK_ITEMS",t.BATCH_CREATE_ASSETS="BATCH_CREATE_ASSETS",t.VALIDATE_CSV="VALIDATE_CSV",t.VALIDATE_AND_GENERATE_CSV="VALIDATE_AND_GENERATE_CSV",t.SELF_QUEUE_BATCH_PRINT="SELF_QUEUE_BATCH_PRINT",t.SCAN_EXPORT="SCAN_EXPORT",t.ASSET_EXPORT="ASSET_EXPORT",t.CONTACT_EXPORT="CONTACT_EXPORT",t.TEMPLATED_PRINT="TEMPLATED_PRINT",t.CLONE_MICROSITE="CLONE_MICROSITE",t.QRCODE_SCANS_EXPORT="QRCODE_SCANS_EXPORT",t.PROJECT_EXPORT="PROJECT_EXPORT",t.ACCOUNT_EXPORT="ACCOUNT_EXPORT",t.WEB_SESSION_EXPORT="WEB_SESSION_EXPORT",t.USER_DB_ENTITIES_GENENERATION="USER_DB_ENTITIES_GENENERATION",t.USER_DB_ENTITIES_EXPORT="USER_DB_ENTITIES_EXPORT",t.UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN="UPDATE_MICROSITE_QR_CODE_CUSTOM_DOMAIN",t.UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN="UPDATE_MICROSITE_CDN_CUSTOM_DOMAIN"}(O||(O={})),function(t){t.NONE="NONE",t.ASSET_NAME="ASSET_NAME",t.CUSTOM="CUSTOM",t.COMPANY_NAME="COMPANY_NAME",t.LOCATOR_KEY="LOCATOR_KEY"}(j||(j={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.STATE="STATE"}(R||(R={})),function(t){t.SALES_EMAIL="SALES_EMAIL",t.SUPPORT_EMAIL="SUPPORT_EMAIL"}(D||(D={})),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"}(L||(L={})),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"}(b||(b={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED"}(U||(U={})),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"}(M||(M={})),function(t){t.MONTHLY="monthly",t.ANNUAL="annual"}(G||(G={})),function(t){t.BASIC="basic",t.ADVANCED="advanced",t.basic="basic",t.advance="advanced"}(V||(V={})),function(t){t.A3="A3",t.A4="A4",t.A5="A5",t.LETTER="LETTER",t.LEGAL="LEGAL"}(F||(F={})),function(t){t.SINGLE="SINGLE",t.MULTIPLE="MULTIPLE"}(Y||(Y={})),function(t){t.PORTRAIT="PORTRAIT",t.LANDSCAPE="LANDSCAPE"}(q||(q={})),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"}(H||(H={})),function(t){t.IN="IN",t.CM="CM",t.MM="MM",t.PT="PT"}(x||(x={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT",t.QR_CODE_COUNT="QR_CODE_COUNT",t.CONTACT_COUNT="CONTACT_COUNT",t.ASSET_COUNT="ASSET_COUNT"}(B||(B={})),function(t){t.ACTIVE="ACTIVE",t.SUSPENDED="SUSPENDED"}(Q||(Q={})),function(t){t.dot="dot",t.square="square"}(W||(W={})),function(t){t.dot="dot",t.square="square",t.extra_rounded="extra-rounded"}(K||(K={})),function(t){t.classy="classy",t.classy_rounded="classy-rounded",t.dots="dots",t.extra_rounded="extra-rounded",t.rounded="rounded",t.square="square"}(J||(J={})),function(t){t.NO_SCAN_ID="NO_SCAN_ID",t.SCAN_ID_IN_PATH_PARAMETER="SCAN_ID_IN_PATH_PARAMETER",t.SCAN_ID_IN_QUERY_STRING_PARAMETER="SCAN_ID_IN_QUERY_STRING_PARAMETER",t.CUSTOM_QUERY_STRING_PARAMETER="CUSTOM_QUERY_STRING_PARAMETER"}(X||(X={})),function(t){t.L="L",t.M="M",t.Q="Q",t.H="H"}(z||(z={})),function(t){t.linear="linear",t.radial="radial"}(Z||(Z={})),function(t){t.STATIC_REDIRECT="STATIC_REDIRECT",t.DYNAMIC_REDIRECT="DYNAMIC_REDIRECT",t.DYNAMIC_REDIRECT_TO_APP="DYNAMIC_REDIRECT_TO_APP"}($||($={})),function(t){t.SHORT_URL="SHORT_URL",t.HASHED_ID="HASHED_ID",t.SECURE_ID="SECURE_ID"}(tt||(tt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.SCAN_COUNT="SCAN_COUNT"}(rt||(rt={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.SUSPENDED="SUSPENDED",t.UNSAFE="UNSAFE"}(et||(et={})),function(t){t.PNG="PNG",t.JPEG="JPEG",t.SVG="SVG",t.png="png",t.jpeg="jpeg",t.svg="svg"}(nt||(nt={})),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"}(st||(st={})),function(t){t.DAILY="DAILY",t.HOURLY="HOURLY"}(at||(at={})),function(t){t.SQUARE="SQUARE",t.CIRCLE="CIRCLE",t.RECTANGLE="RECTANGLE"}(ot||(ot={})),function(t){t.ACTIVATED="ACTIVATED",t.MODIFIED="MODIFIED"}(it||(it={})),function(t){t.ACTIVE="ACTIVE",t.INACTIVE="INACTIVE",t.USER_INFO_COLLECTION="USER_INFO_COLLECTION"}(ut||(ut={})),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"}(ct||(ct={})),function(t){t.appuser="appuser",t.appadmin="appadmin"}(ht||(ht={})),function(t){t.pdf="pdf",t.jpg="jpg",t.HEIC="HEIC",t.heic="heic",t.png="png",t.mov="mov",t.mp4="mp4",t.jpeg="jpeg",t.ttf="ttf",t.otf="otf",t.woff="woff",t.woff2="woff2",t.csv="csv",t.json="json",t.gif="gif",t.bmp="bmp",t.webp="webp",t.svg="svg",t.tiff="tiff",t.webm="webm",t.ogg="ogg",t.avi="avi",t.mpeg="mpeg",t.css="css"}(pt||(pt={})),function(t){t.MODIFIED="MODIFIED",t.NAME="NAME",t.FILE_TYPE="FILE_TYPE",t.CATEGORY="CATEGORY"}(mt||(mt={})),function(t){t.DASHBOARD="DASHBOARD"}(Pt||(Pt={}));var 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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return s(r,t),r}(dt),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"}],r}return s(r,t),r}(dt),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:"appId",routePart:"apps",sdkPartName:"app"}],r}return s(r,t),r}(gt),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/published",sdkPartName:"appsPublished"}],r}return s(r,t),r}(gt),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 s(r,t),r}(dt),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",sdkPartName:"apps"}],r}return s(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 s(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:"appId",routePart:"apps",sdkPartName:"app"},{parm:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"load",sdkPartName:"load"}],r}return s(r,t),r}(yt),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:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"},{routePart:"main",sdkPartName:"main"}],r}return s(r,t),r}(gt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return s(r,t),r}(yt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return s(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:"appAccountId",routePart:"appsAccounts",sdkPartName:"appsAccount"}],r}return s(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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{routePart:"assets",sdkPartName:"assets"}],r}return s(r,t),r}(yt),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"},{routePart:"assets",sdkPartName:"assets"}],r}return s(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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return s(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:"apiKeyId",routePart:"apikeys",sdkPartName:"apikey"},{routePart:"secret",sdkPartName:"secret"}],r}return s(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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"}],r}return s(r,t),r}(dt),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"},{routePart:"locations",sdkPartName:"locations"}],r}return s(r,t),r}(gt),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:"contacts",sdkPartName:"contacts"}],r}return s(r,t),r}(yt),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return s(r,t),r}(dt),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"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return s(r,t),r}(yt),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 s(r,t),r}(yt),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"}],r}return s(r,t),r}(ft),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:"assetTypeId",routePart:"assettypes",sdkPartName:"assettype"},{parm:"locationId",routePart:"locations",sdkPartName:"location"}],r}return s(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:"qracodes",sdkPartName:"qracodes"}],r}return s(r,t),r}(yt),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"}],r}return s(r,t),r}(gt),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:"history",sdkPartName:"history"}],r}return s(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:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"url",routePart:"urls",sdkPartName:"url"}],r}return s(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:"neighborId",routePart:"neighbors",sdkPartName:"neighbor"}],r}return s(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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"contacts",sdkPartName:"contacts"}],r}return s(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:"neighbors",sdkPartName:"neighbors"}],r}return s(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:"scans/export",sdkPartName:"scansExport"}],r}return s(r,t),r}(yt),$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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"usermedias",sdkPartName:"usermedias"}],r}return s(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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return s(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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"qrcodes",sdkPartName:"qrCodes"}],r}return s(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"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return s(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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"scans",sdkPartName:"scans"}],r}return s(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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"confirm",sdkPartName:"confirm"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"assettypes",sdkPartName:"assettypes"}],r}return s(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{routePart:"neighbors/delete",sdkPartName:"neighborsDelete"}],r}return s(r,t),r}(yt),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:"apikeys",sdkPartName:"apikeys"}],r}return s(r,t),r}(yt),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:"urlSafeties",sdkPartName:"urlSafeties"}],r}return s(r,t),r}(yt),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:"invitations",sdkPartName:"invitations"}],r}return s(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return s(r,t),r}(dt),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:"invitations/batch",sdkPartName:"invitationsBatch"}],r}return s(r,t),r}(yt),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:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return s(r,t),r}(yt),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:"locations",sdkPartName:"locations"}],r}return s(r,t),r}(yt),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:"assetId",routePart:"assets",sdkPartName:"asset"},{parm:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return s(r,t),r}(yt),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:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return s(r,t),r}(yt),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:"image/upload",sdkPartName:"imageUpload"}],r}return s(r,t),r}(yt),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:"projects",sdkPartName:"projects"}],r}return s(r,t),r}(yt),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:"customattributes",sdkPartName:"customattributes"}],r}return s(r,t),r}(yt),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:"usermedias/presignedurlmultipart",sdkPartName:"usermediasPresignedurlmultipart"}],r}return s(r,t),r}(yt),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:"apps",sdkPartName:"apps"}],r}return s(r,t),r}(yt),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:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return s(r,t),r}(yt),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:"zendeskTicket",sdkPartName:"zendeskTicket"}],r}return s(r,t),r}(yt),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:"contacts/batch",sdkPartName:"contactsBatch"}],r}return s(r,t),r}(ft),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"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"customDomain",routePart:"customDomains",sdkPartName:"customDomain"}],r}return s(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:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return s(r,t),r}(yt),_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:"usermedias/presignedurl",sdkPartName:"usermediasPresignedurl"}],r}return s(r,t),r}(yt),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 s(r,t),r}(ft),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 s(r,t),r}(gt),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:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return s(r,t),r}(gt),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:"contacts/report/advanced",sdkPartName:"advancedContactsReport"}],r}return s(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:"owner/apps",sdkPartName:"ownerApps"}],r}return s(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:"assetgraphs",sdkPartName:"assetgraphs"}],r}return s(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:"apikeys",sdkPartName:"apikeys"}],r}return s(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:"assets/export",sdkPartName:"assetsExport"}],r}return s(r,t),r}(yt),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:"assets",sdkPartName:"assets"}],r}return s(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:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return s(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:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return s(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:"assettypes",sdkPartName:"assettypes"}],r}return s(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:"batch",sdkPartName:"batch"}],r}return s(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:"consent",sdkPartName:"consent"}],r}return s(r,t),r}(gt),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",sdkPartName:"contacts"}],r}return s(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:"apps",sdkPartName:"apps"}],r}return s(r,t),r}(gt),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:"jobs",sdkPartName:"jobs"}],r}return s(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:"customDomains",sdkPartName:"customDomains"}],r}return s(r,t),r}(gt),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 s(r,t),r}(yt),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:"assets/mostscanned",sdkPartName:"assetsMostscanned"}],r}return s(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:"plugins",sdkPartName:"plugins"}],r}return s(r,t),r}(gt),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 s(r,t),r}(gt),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:"priceplan",sdkPartName:"pricePlan"}],r}return s(r,t),r}(gt),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:"printPageTemplates",sdkPartName:"printPageTemplates"}],r}return s(r,t),r}(gt),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 s(r,t),r}(yt),$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:"printStickerTemplates",sdkPartName:"printStickerTemplates"}],r}return s(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:"stylingtemplates",sdkPartName:"stylingtemplates"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"qrcodelogos",sdkPartName:"qrcodelogos"}],r}return s(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"},{routePart:"projects",sdkPartName:"projects"}],r}return s(r,t),r}(gt),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:"qrcodes",sdkPartName:"qrCodes"}],r}return s(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"},{routePart:"assets/scans",sdkPartName:"assetsScans"}],r}return s(r,t),r}(yt),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:"users",sdkPartName:"users"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeline",sdkPartName:"scansTimeline"}],r}return s(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/dayofweek",sdkPartName:"scansDayofweek"}],r}return s(r,t),r}(gt),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:"usermedias",sdkPartName:"usermedias"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"locations",sdkPartName:"locations"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return s(r,t),r}(yt),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:"scans",sdkPartName:"scans"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"userId",routePart:"users",sdkPartName:"user"}],r}return s(r,t),r}(gt),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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return s(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:"customattributes",sdkPartName:"customattributes"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{parm:"appId",routePart:"apps",sdkPartName:"app"},{routePart:"install",sdkPartName:"install"}],r}return s(r,t),r}(yt),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 s(r,t),r}(yt),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:"priceplan",sdkPartName:"pricePlan"}],r}return s(r,t),r}(dt),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:"engagePricePlan",sdkPartName:"engagePricePlan"}],r}return s(r,t),r}(dt),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"},{routePart:"campaignInformation",sdkPartName:"campaignInformation"}],r}return s(r,t),r}(yt),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:"userId",routePart:"users",sdkPartName:"user"}],r}return s(r,t),r}(dt),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"}],r}return s(r,t),r}(dt),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 s(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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"roles",sdkPartName:"roles"}],r}return s(r,t),r}(dt),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:"qrcodelogos/upload",sdkPartName:"qrcodelogosUpload"}],r}return s(r,t),r}(yt),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:"batchId",routePart:"batch",sdkPartName:"batch"},{routePart:"assets",sdkPartName:"assets"}],r}return s(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:"billing/preview/upgradePlan",sdkPartName:"upgradePlanBillingPreview"}],r}return s(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:"accountId",routePart:"accounts",sdkPartName:"account"},{routePart:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return s(r,t),r}(gt),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/cancelDowngrade",sdkPartName:"billingCancelDowngrade"}],r}return s(r,t),r}(yt),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=[{routePart:"care/accounts",sdkPartName:"careAccounts"}],r}return s(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:"accountId",routePart:"billing/currentPeriod",sdkPartName:"billingCurrentPeriod"}],r}return s(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:"accountId",routePart:"billing/setupIntent",sdkPartName:"billingSetupIntent"}],r}return s(r,t),r}(yt),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:"billing/cancelSubscription",sdkPartName:"billingCancelSubscription"}],r}return s(r,t),r}(yt),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:"billing/invoices",sdkPartName:"billingInvoice"}],r}return s(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:"billing/details",sdkPartName:"billingDetail"}],r}return s(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/downgradePlan",sdkPartName:"billingDowngradePlan"}],r}return s(r,t),r}(yt),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:"billing/upgradePlan",sdkPartName:"billingUpgradePlan"}],r}return s(r,t),r}(yt),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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return s(r,t),r}(yt),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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return s(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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"assets",sdkPartName:"assets"}],r}return s(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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"export",sdkPartName:"export"}],r}return s(r,t),r}(yt),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:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return s(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:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return s(r,t),r}(dt),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:"contactId",routePart:"contacts",sdkPartName:"contact"}],r}return s(r,t),r}(ft),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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"scans/export",sdkPartName:"scansExport"}],r}return s(r,t),r}(yt),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"},{routePart:"scans/location",sdkPartName:"scansLocation"}],r}return s(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:"contactId",routePart:"contacts",sdkPartName:"contact"},{routePart:"consent",sdkPartName:"consent"}],r}return s(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:"contactId",routePart:"contacts",sdkPartName:"contact"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return s(r,t),r}(yt),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:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"retry",sdkPartName:"retry"}],r}return s(r,t),r}(yt),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",sdkPartName:"scans"}],r}return s(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:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"}],r}return s(r,t),r}(ft),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:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return s(r,t),r}(ft),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:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return s(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:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return s(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:"invitationId",routePart:"invitations",sdkPartName:"invitation"}],r}return s(r,t),r}(ft),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:"invitationId",routePart:"invitations",sdkPartName:"invitation"},{routePart:"users",sdkPartName:"users"}],r}return s(r,t),r}(yt),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:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return s(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=[{parm:"assetGraphId",routePart:"assetgraphs",sdkPartName:"assetgraph"}],r}return s(r,t),r}(dt),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:"jobId",routePart:"jobs",sdkPartName:"job"}],r}return s(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:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return s(r,t),r}(dt),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:"locationId",routePart:"locations",sdkPartName:"location"}],r}return s(r,t),r}(dt),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:"locationId",routePart:"locations",sdkPartName:"location"}],r}return s(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:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return s(r,t),r}(dt),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:"qrCodeLogoId",routePart:"qrcodelogos",sdkPartName:"qrcodelogo"}],r}return s(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:"printJobId",routePart:"printJobs",sdkPartName:"printJob"}],r}return s(r,t),r}(ft),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:"locationId",routePart:"locations",sdkPartName:"location"},{routePart:"assets",sdkPartName:"assets"}],r}return s(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=[{routePart:"support",sdkPartName:"support"}],r}return s(r,t),r}(yt),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"},{routePart:"links",sdkPartName:"links"}],r}return s(r,t),r}(yt),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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{parm:"link",routePart:"links",sdkPartName:"link"}],r}return s(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=[{routePart:"pricePlans",sdkPartName:"pricePlans"}],r}return s(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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return s(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=[{parm:"qrCodeLink",routePart:"qrcodelinks",sdkPartName:"qrcodelink"}],r}return s(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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return s(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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"},{routePart:"links",sdkPartName:"links"}],r}return s(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:"customDomain",routePart:"customdomains",sdkPartName:"customdomain"},{routePart:"locator/collisions",sdkPartName:"locatorCollisions"}],r}return s(r,t),r}(gt),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:"fileId",routePart:"files",sdkPartName:"file"},{routePart:"validate",sdkPartName:"validate"}],r}return s(r,t),r}(yt),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 s(r,t),r}(dt),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:"fileId",routePart:"files",sdkPartName:"file"}],r}return s(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:"qrCodeId",routePart:"qrcodes",sdkPartName:"qrCode"}],r}return s(r,t),r}(dt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch/validation",sdkPartName:"validationJobsAssetbatch"}],r}return s(r,t),r}(yt),_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:"assetgraphs",sdkPartName:"assetgraphs"}],r}return s(r,t),r}(yt),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:"contacts",sdkPartName:"contacts"}],r}return s(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"jobs/assetbatch",sdkPartName:"jobsAssetbatch"}],r}return s(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"assets/batch",sdkPartName:"assetsBatch"}],r}return s(r,t),r}(yt),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:"contacts/batch",sdkPartName:"contactsBatch"}],r}return s(r,t),r}(yt),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:"templatedPrint/preview",sdkPartName:"templatedPrintPreview"}],r}return s(r,t),r}(yt),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:"selfqueueprint",sdkPartName:"selfqueueprint"}],r}return s(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"},{routePart:"contacts/batch",sdkPartName:"contactsBatch"}],r}return s(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"},{routePart:"assets",sdkPartName:"assets"}],r}return s(r,t),r}(yt),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:"qrcodes",sdkPartName:"qrCodes"}],r}return s(r,t),r}(yt),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"},{parm:"smsTemplateName",routePart:"smstemplates",sdkPartName:"smsTemplate"}],r}return s(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:"projectId",routePart:"projects",sdkPartName:"project"}],r}return s(r,t),r}(ft),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:"jobs/assetbatch/presignedurl",sdkPartName:"presignedurlJobsAssetbatch"}],r}return s(r,t),r}(yt),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 s(r,t),r}(yt),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/report/advanced",sdkPartName:"advancedContactsReport"}],r}return s(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:"assets/report/advanced",sdkPartName:"advancedAssetsReport"}],r}return s(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:"scans/report/advanced",sdkPartName:"advancedScansReport"}],r}return s(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:"assets",sdkPartName:"assets"}],r}return s(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:"contacts/report/basic",sdkPartName:"basicContactsReport"}],r}return s(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:"assets/report/basic",sdkPartName:"basicAssetsReport"}],r}return s(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:"consent",sdkPartName:"consent"}],r}return s(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:"assets/export",sdkPartName:"assetsExport"}],r}return s(r,t),r}(yt),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:"smstemplates",sdkPartName:"smsTemplates"}],r}return s(r,t),r}(yt),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",sdkPartName:"contacts"}],r}return s(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"}],r}return s(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/export",sdkPartName:"contactsExport"}],r}return s(r,t),r}(yt),$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:"scans/export",sdkPartName:"scansExport"}],r}return s(r,t),r}(yt),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/dayofweek",sdkPartName:"scansDayofweek"}],r}return s(r,t),r}(gt),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:"qrcodes",sdkPartName:"qrCodes"}],r}return s(r,t),r}(gt),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:"scans/timeofday",sdkPartName:"scansTimeofday"}],r}return s(r,t),r}(gt),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:"assetgraphs",sdkPartName:"assetgraphs"}],r}return s(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:"batch",sdkPartName:"batch"}],r}return s(r,t),r}(gt),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/mostscanned",sdkPartName:"assetsMostscanned"}],r}return s(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:"usermedias",sdkPartName:"usermedias"}],r}return s(r,t),r}(gt),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"}],r}return s(r,t),r}(dt),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:"scans",sdkPartName:"scans"}],r}return s(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:"scans/timeline",sdkPartName:"scansTimeline"}],r}return s(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"},{routePart:"multipart",sdkPartName:"multipart"}],r}return s(r,t),r}(yt),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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"assetId",routePart:"assets",sdkPartName:"asset"}],r}return s(r,t),r}(yt),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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"}],r}return s(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:"mediaId",routePart:"usermedias",sdkPartName:"usermedia"},{parm:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return s(r,t),r}(yt),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:"project",sdkPartName:"project"}],r}return s(r,t),r}(yt),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:"projectId",routePart:"projects",sdkPartName:"project"}],r}return s(r,t),r}(ft),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 s(r,t),r}(ft),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"}],r}return s(r,t),r}(dt),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 s(r,t),r}(ft),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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return s(r,t),r}(yt),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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"accounts",sdkPartName:"accounts"}],r}return s(r,t),r}(gt),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:"userId",routePart:"users",sdkPartName:"user"}],r}return s(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:"userId",routePart:"users",sdkPartName:"user"},{routePart:"invitations",sdkPartName:"invitations"}],r}return s(r,t),r}(gt),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:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return s(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"},{routePart:"errors",sdkPartName:"errors"}],r}return s(r,t),r}(gt),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 s(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:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return s(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=[{parm:"userId",routePart:"users",sdkPartName:"user"},{parm:"path",routePart:"path",sdkPartName:"path"},{routePart:"settings",sdkPartName:"settings"}],r}return s(r,t),r}(dt),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"}],r}return s(r,t),r}(dt),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 s(r,t),r}(ft),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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return s(r,t),r}(dt),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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return s(r,t),r}(dt),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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return s(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:"stylingTemplateId",routePart:"stylingtemplates",sdkPartName:"stylingtemplate"}],r}return s(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:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return s(r,t),r}(gt),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:"scanId",routePart:"scans",sdkPartName:"scan"}],r}return s(r,t),r}(dt),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"contacts",sdkPartName:"contacts"}],r}return s(r,t),r}(yt),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:"printPageTemplateId",routePart:"printPageTemplates",sdkPartName:"printPageTemplate"}],r}return s(r,t),r}(ft),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:"scanId",routePart:"scans",sdkPartName:"scan"},{routePart:"customAttribute",sdkPartName:"customAttribute"}],r}return s(r,t),r}(dt),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=[{routePart:"userroles",sdkPartName:"userroles"}],r}return s(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:"printStickerTemplateId",routePart:"printStickerTemplates",sdkPartName:"printStickerTemplate"}],r}return s(r,t),r}(dt),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=[{routePart:"auth/session/refresh",sdkPartName:"refreshAuthSession"}],r}return s(r,t),r}(yt),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=[{routePart:"auth/user",sdkPartName:"authUser"}],r}return s(r,t),r}(yt),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=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return s(r,t),r}(yt),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:"auth/session",sdkPartName:"authSession"}],r}return s(r,t),r}(gt),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=[{routePart:"auth/user/password",sdkPartName:"passwordAuthUser"}],r}return s(r,t),r}(yt),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=[{routePart:"auth/session",sdkPartName:"authSession"}],r}return s(r,t),r}(ft),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=[{routePart:"auth/user/reset",sdkPartName:"resetAuthUser"}],r}return s(r,t),r}(yt),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=[{routePart:"auth/user/confirmation",sdkPartName:"confirmationAuthUser"}],r}return s(r,t),r}(yt),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 s(r,t),r}(ft),Xs=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.update=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)}},e.get=function(t){try{var r=new Ut(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),zs=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.secret=function(){return new Xs(this.getSession(),this.pathParameters)},e.update=function(t,r){try{var e=new St(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},e.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}(Nt),Zs=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t){try{var r=new kt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),$s=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.load=function(){return new Zs(this.getSession(),this.pathParameters)},r}(Nt),ta=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.account=function(t){return new $s(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.get=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)}},e.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)}},r}(Nt),ra=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ea=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),na=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=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}(vt),sa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.main=function(){return new na(this.getSession(),this.pathParameters)},e.get=function(t){try{var r=new Rt(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),aa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r){try{var e=new Ot(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),oa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=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)}},e.get=function(t,r){try{var e=new Lt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.update=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)}},e.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}(Nt),ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.asset=function(t){return new aa(this.getSession(),n({},this.pathParameters,{assetId:t}))},e.assets=function(){return new oa(this.getSession(),this.pathParameters)},e.locations=function(){return new ia(this.getSession(),this.pathParameters)},e.location=function(t){return new ua(this.getSession(),n({},this.pathParameters,{locationId:t}))},e.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)}},e.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)}},e.update=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}(Nt),ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.get=function(t,r){try{var e=new Xt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),pa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),ma=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=function(t,r){try{var e=new qt(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},e.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}(vt),Pa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),la=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new Kt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new Jt(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ya=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Na=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.delete=function(t){try{var r=new er(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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)}},r}(Nt),Aa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Sa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ia=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.contacts=function(){return new ha(this.getSession(),this.pathParameters)},e.qrCodes=function(){return new pa(this.getSession(),this.pathParameters)},e.neighbors=function(){return new ma(this.getSession(),this.pathParameters)},e.qracodes=function(){return new Pa(this.getSession(),this.pathParameters)},e.history=function(){return new la(this.getSession(),this.pathParameters)},e.url=function(t){return new fa(this.getSession(),n({},this.pathParameters,{url:t}))},e.neighbor=function(t){return new ga(this.getSession(),n({},this.pathParameters,{neighborId:t}))},e.scansExport=function(){return new da(this.getSession(),this.pathParameters)},e.usermedias=function(){return new ya(this.getSession(),this.pathParameters)},e.scansLocation=function(){return new va(this.getSession(),this.pathParameters)},e.contact=function(t){return new Na(this.getSession(),n({},this.pathParameters,{contactId:t}))},e.scans=function(){return new Aa(this.getSession(),this.pathParameters)},e.neighborsDelete=function(){return new Sa(this.getSession(),this.pathParameters)},e.delete=function(t){try{var r=new Ht(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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)}},e.update=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}(Nt),wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ea=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.get=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)}},e.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}(vt),Ta=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.confirm=function(){return new wa(this.getSession(),this.pathParameters)},e.roles=function(){return new Ea(this.getSession(),this.pathParameters)},e.delete=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)}},e.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)}},e.update=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}(Nt),_a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Ca=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Oa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ra=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Da=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),La=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ua=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Ma=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Ga=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r){try{var e=new vr(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Va=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Fa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Ya=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.delete=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}(vt),Ha=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t){try{var r=new Er(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),Ba=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),Qa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Wa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),Ka=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ja=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),Xa=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Za=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),$a=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),to=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t){try{var r=new Gr(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),ro=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),no=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),so=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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)}},r}(vt),po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Po=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r,e){try{var n=new se(this.session);return Promise.resolve(n.go(this.pathParameters,t,r,e))}catch(t){return Promise.reject(t)}},r}(vt),lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new oe(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new ue(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(vt),No=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),Ao=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),So=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.install=function(){return new Ao(this.getSession(),this.pathParameters)},r}(Nt),Io=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.update=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}(vt),Eo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.get=function(t){try{var r=new Se(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),To=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),_o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.user=function(t){return new Ta(this.getSession(),n({},this.pathParameters,{userId:t}))},e.assettypes=function(){return new _a(this.getSession(),this.pathParameters)},e.apikeys=function(){return new ka(this.getSession(),this.pathParameters)},e.urlSafeties=function(){return new Ca(this.getSession(),this.pathParameters)},e.invitations=function(){return new Oa(this.getSession(),this.pathParameters)},e.invitationsBatch=function(){return new ja(this.getSession(),this.pathParameters)},e.printPageTemplates=function(){return new Ra(this.getSession(),this.pathParameters)},e.locations=function(){return new Da(this.getSession(),this.pathParameters)},e.qrcodelogos=function(){return new La(this.getSession(),this.pathParameters)},e.imageUpload=function(){return new ba(this.getSession(),this.pathParameters)},e.projects=function(){return new Ua(this.getSession(),this.pathParameters)},e.customattributes=function(){return new Ma(this.getSession(),this.pathParameters)},e.usermediasPresignedurlmultipart=function(){return new Ga(this.getSession(),this.pathParameters)},e.apps=function(){return new Va(this.getSession(),this.pathParameters)},e.stylingtemplates=function(){return new Fa(this.getSession(),this.pathParameters)},e.zendeskTicket=function(){return new Ya(this.getSession(),this.pathParameters)},e.contactsBatch=function(){return new qa(this.getSession(),this.pathParameters)},e.customDomain=function(t){return new Ha(this.getSession(),n({},this.pathParameters,{customDomain:t}))},e.printStickerTemplates=function(){return new xa(this.getSession(),this.pathParameters)},e.usermediasPresignedurl=function(){return new Ba(this.getSession(),this.pathParameters)},e.advancedAssetsReport=function(){return new Qa(this.getSession(),this.pathParameters)},e.advancedScansReport=function(){return new Wa(this.getSession(),this.pathParameters)},e.advancedContactsReport=function(){return new Ka(this.getSession(),this.pathParameters)},e.ownerApps=function(){return new Ja(this.getSession(),this.pathParameters)},e.assetgraphs=function(){return new Xa(this.getSession(),this.pathParameters)},e.assetsExport=function(){return new za(this.getSession(),this.pathParameters)},e.assets=function(){return new Za(this.getSession(),this.pathParameters)},e.basicAssetsReport=function(){return new $a(this.getSession(),this.pathParameters)},e.basicContactsReport=function(){return new to(this.getSession(),this.pathParameters)},e.batch=function(){return new ro(this.getSession(),this.pathParameters)},e.consent=function(){return new eo(this.getSession(),this.pathParameters)},e.contacts=function(){return new no(this.getSession(),this.pathParameters)},e.jobs=function(){return new so(this.getSession(),this.pathParameters)},e.customDomains=function(){return new ao(this.getSession(),this.pathParameters)},e.contactsExport=function(){return new oo(this.getSession(),this.pathParameters)},e.assetsMostscanned=function(){return new io(this.getSession(),this.pathParameters)},e.plugins=function(){return new uo(this.getSession(),this.pathParameters)},e.printJobs=function(){return new co(this.getSession(),this.pathParameters)},e.pricePlan=function(){return new ho(this.getSession(),this.pathParameters)},e.projectsExport=function(){return new po(this.getSession(),this.pathParameters)},e.qrCodes=function(){return new mo(this.getSession(),this.pathParameters)},e.assetsScans=function(){return new Po(this.getSession(),this.pathParameters)},e.users=function(){return new lo(this.getSession(),this.pathParameters)},e.scansTimeline=function(){return new fo(this.getSession(),this.pathParameters)},e.scansDayofweek=function(){return new go(this.getSession(),this.pathParameters)},e.usermedias=function(){return new yo(this.getSession(),this.pathParameters)},e.scansExport=function(){return new vo(this.getSession(),this.pathParameters)},e.scans=function(){return new No(this.getSession(),this.pathParameters)},e.app=function(t){return new So(this.getSession(),n({},this.pathParameters,{appId:t}))},e.clock=function(){return new Io(this.getSession(),this.pathParameters)},e.engagePricePlan=function(){return new wo(this.getSession(),this.pathParameters)},e.campaignInformation=function(){return new Eo(this.getSession(),this.pathParameters)},e.qrcodelogosUpload=function(){return new To(this.getSession(),this.pathParameters)},e.scansTimeofday=function(){return new _o(this.getSession(),this.pathParameters)},e.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)}},e.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}(Nt),Co=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),Oo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.assets=function(){return new Co(this.getSession(),this.pathParameters)},r}(Nt),jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Ro=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(Nt),Do=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Lo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=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)}},r}(Nt),bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Uo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Mo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Go=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(Nt),Vo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Fo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Yo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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)}},e.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}(vt),qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ho=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r){try{var e=new Fe(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Bo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new Be(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Qo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),Wo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ko=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.consent=function(){return new Yo(this.getSession(),this.pathParameters)},e.assets=function(){return new qo(this.getSession(),this.pathParameters)},e.export=function(){return new Ho(this.getSession(),this.pathParameters)},e.scansExport=function(){return new xo(this.getSession(),this.pathParameters)},e.scansLocation=function(){return new Bo(this.getSession(),this.pathParameters)},e.scan=function(t){return new Qo(this.getSession(),n({},this.pathParameters,{scanId:t}))},e.scans=function(){return new Wo(this.getSession(),this.pathParameters)},e.get=function(t){try{var r=new Ye(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.update=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)}},e.delete=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}(Nt),Jo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(vt),Xo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new An(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.retry=function(){return new Jo(this.getSession(),this.pathParameters)},e.locatorCollisions=function(){return new Xo(this.getSession(),this.pathParameters)},e.delete=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}(Nt),Zo=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.delete=function(t){try{var r=new ze(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.get=function(t){try{var r=new Ze(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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)}},r}(Nt),$o=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(vt),ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.users=function(){return new $o(this.getSession(),this.pathParameters)},e.get=function(t){try{var r=new $e(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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}(Nt),ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.delete=function(t){try{var r=new en(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.get=function(t){try{var r=new sn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(Nt),ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.update=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)}},e.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}(Nt),ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.update=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)}},e.get=function(t,r){try{var e=new mn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.assets=function(){return new ni(this.getSession(),this.pathParameters)},e.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)}},e.delete=function(t,r){try{var e=new un(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.get=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)}},e.update=function(t,r){try{var e=new In(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(Nt),oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=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)}},e.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)}},r}(vt),ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(Nt),ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.links=function(){return new ii(this.getSession(),this.pathParameters)},e.link=function(t){return new ui(this.getSession(),n({},this.pathParameters,{link:t}))},e.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)}},e.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)}},e.update=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}(Nt),hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),pi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(Nt),mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t){try{var r=new Sn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Pi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.validate=function(){return new mi(this.getSession(),this.pathParameters)},e.get=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)}},r}(Nt),li=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(vt),fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.get=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}(vt),di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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)}},r}(vt),vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.delete=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)}},r}(vt),Ni=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ai=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),Si=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.get=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}(vt),Ii=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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}(vt),wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.delete=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}(Nt),Ei=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Ti=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),_i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new Yn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=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}(vt),Ci=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new Hn(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Oi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),ji=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t){try{var r=new Qn(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},r}(vt),Ri=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=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}(vt),Di=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Li=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r){try{var e=new Zn(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),Ui=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Mi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Gi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Vi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Fi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Yi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Hi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.validationJobsAssetbatch=function(){return new li(this.getSession(),this.pathParameters)},e.assetgraphs=function(){return new fi(this.getSession(),this.pathParameters)},e.contacts=function(){return new gi(this.getSession(),this.pathParameters)},e.jobsAssetbatch=function(){return new di(this.getSession(),this.pathParameters)},e.assetsBatch=function(){return new yi(this.getSession(),this.pathParameters)},e.contactsBatch=function(){return new vi(this.getSession(),this.pathParameters)},e.templatedPrintPreview=function(){return new Ni(this.getSession(),this.pathParameters)},e.selfqueueprint=function(){return new Ai(this.getSession(),this.pathParameters)},e.assets=function(){return new Si(this.getSession(),this.pathParameters)},e.qrCodes=function(){return new Ii(this.getSession(),this.pathParameters)},e.smsTemplate=function(t){return new wi(this.getSession(),n({},this.pathParameters,{smsTemplateName:t}))},e.presignedurlJobsAssetbatch=function(){return new Ei(this.getSession(),this.pathParameters)},e.printJobs=function(){return new Ti(this.getSession(),this.pathParameters)},e.advancedContactsReport=function(){return new _i(this.getSession(),this.pathParameters)},e.advancedAssetsReport=function(){return new ki(this.getSession(),this.pathParameters)},e.advancedScansReport=function(){return new Ci(this.getSession(),this.pathParameters)},e.basicContactsReport=function(){return new Oi(this.getSession(),this.pathParameters)},e.basicAssetsReport=function(){return new ji(this.getSession(),this.pathParameters)},e.consent=function(){return new Ri(this.getSession(),this.pathParameters)},e.assetsExport=function(){return new Di(this.getSession(),this.pathParameters)},e.smsTemplates=function(){return new Li(this.getSession(),this.pathParameters)},e.contactsExport=function(){return new bi(this.getSession(),this.pathParameters)},e.scansExport=function(){return new Ui(this.getSession(),this.pathParameters)},e.scansDayofweek=function(){return new Mi(this.getSession(),this.pathParameters)},e.scansTimeofday=function(){return new Gi(this.getSession(),this.pathParameters)},e.batch=function(){return new Vi(this.getSession(),this.pathParameters)},e.assetsMostscanned=function(){return new Fi(this.getSession(),this.pathParameters)},e.usermedias=function(){return new Yi(this.getSession(),this.pathParameters)},e.scans=function(){return new qi(this.getSession(),this.pathParameters)},e.scansTimeline=function(){return new Hi(this.getSession(),this.pathParameters)},e.delete=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)}},e.get=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)}},e.update=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}(Nt),Bi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=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}(vt),Qi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=function(t){try{var r=new ps(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.delete=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)}},r}(Nt),Wi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=function(t){try{var r=new Ps(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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}(Nt),Ki=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=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)}},e.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}(Nt),Ji=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.multipart=function(){return new Bi(this.getSession(),this.pathParameters)},e.asset=function(t){return new Qi(this.getSession(),n({},this.pathParameters,{assetId:t}))},e.scan=function(t){return new Wi(this.getSession(),n({},this.pathParameters,{scanId:t}))},e.project=function(t){return new Ki(this.getSession(),n({},this.pathParameters,{projectId:t}))},e.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)}},e.update=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)}},e.delete=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)}},r}(Nt),Xi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=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)}},e.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}(vt),zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),Zi=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.update=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}(vt),$i=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.settings=function(){return new Zi(this.getSession(),this.pathParameters)},r}(Nt),tu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.get=function(t,r){try{var e=new ws(this.session);return Promise.resolve(e.go(this.pathParameters,t,r))}catch(t){return Promise.reject(t)}},r}(vt),ru=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.accounts=function(){return new Xi(this.getSession(),this.pathParameters)},e.invitations=function(){return new zi(this.getSession(),this.pathParameters)},e.path=function(t){return new $i(this.getSession(),n({},this.pathParameters,{path:t}))},e.errors=function(){return new tu(this.getSession(),this.pathParameters)},e.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)}},e.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}(Nt),eu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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)}},e.update=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}(Nt),nu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.delete=function(t){try{var r=new Cs(this.session);return Promise.resolve(r.go(this.pathParameters,void 0,t))}catch(t){return Promise.reject(t)}},e.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)}},e.get=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)}},r}(Nt),su=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.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)}},e.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)}},e.delete=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)}},r}(Nt),au=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),ou=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),iu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.contacts=function(){return new au(this.getSession(),this.pathParameters)},e.customAttribute=function(){return new ou(this.getSession(),this.pathParameters)},e.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)}},e.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)}},r}(Nt),uu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),cu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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)}},r}(vt),hu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),pu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.create=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)}},e.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)}},e.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}(vt),mu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.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}(vt),Pu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(r,t),r.prototype.create=function(t,r){try{var e=new Ws(this.session);return Promise.resolve(e.go(this.pathParameters,void 0,t,r))}catch(t){return Promise.reject(t)}},r}(vt),lu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}return s(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}(vt),fu=/*#__PURE__*/function(t){function r(){return t.apply(this,arguments)||this}s(r,t);var e=r.prototype;return e.apikey=function(t){return new zs(this.getSession(),n({},this.pathParameters,{apiKeyId:t}))},e.app=function(t){return new ta(this.getSession(),n({},this.pathParameters,{appId:t}))},e.appsPublished=function(){return new ra(this.getSession(),this.pathParameters)},e.apps=function(){return new ea(this.getSession(),this.pathParameters)},e.appsAccount=function(t){return new sa(this.getSession(),n({},this.pathParameters,{appAccountId:t}))},e.assettype=function(t){return new ca(this.getSession(),n({},this.pathParameters,{assetTypeId:t}))},e.asset=function(t){return new Ia(this.getSession(),n({},this.pathParameters,{assetId:t}))},e.account=function(t){return new ko(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.batch=function(t){return new Oo(this.getSession(),n({},this.pathParameters,{batchId:t}))},e.upgradePlanBillingPreview=function(t){return new jo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingCancelDowngrade=function(t){return new Ro(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.careAccounts=function(){return new Do(this.getSession(),this.pathParameters)},e.billingCurrentPeriod=function(t){return new Lo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingSetupIntent=function(t){return new bo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingCancelSubscription=function(t){return new Uo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingInvoice=function(t){return new Mo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingDetail=function(t){return new Go(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingDowngradePlan=function(t){return new Vo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.billingUpgradePlan=function(t){return new Fo(this.getSession(),n({},this.pathParameters,{accountId:t}))},e.contact=function(t){return new Ko(this.getSession(),n({},this.pathParameters,{contactId:t}))},e.customdomain=function(t){return new zo(this.getSession(),n({},this.pathParameters,{customDomain:t}))},e.assetgraph=function(t){return new Zo(this.getSession(),n({},this.pathParameters,{assetGraphId:t}))},e.invitation=function(t){return new ti(this.getSession(),n({},this.pathParameters,{invitationId:t}))},e.job=function(t){return new ri(this.getSession(),n({},this.pathParameters,{jobId:t}))},e.printJob=function(t){return new ei(this.getSession(),n({},this.pathParameters,{printJobId:t}))},e.location=function(t){return new si(this.getSession(),n({},this.pathParameters,{locationId:t}))},e.qrcodelogo=function(t){return new ai(this.getSession(),n({},this.pathParameters,{qrCodeLogoId:t}))},e.support=function(){return new oi(this.getSession(),this.pathParameters)},e.qrCode=function(t){return new ci(this.getSession(),n({},this.pathParameters,{qrCodeId:t}))},e.pricePlans=function(){return new hi(this.getSession(),this.pathParameters)},e.qrcodelink=function(t){return new pi(this.getSession(),n({},this.pathParameters,{qrCodeLink:t}))},e.file=function(t){return new Pi(this.getSession(),n({},this.pathParameters,{fileId:t}))},e.project=function(t){return new xi(this.getSession(),n({},this.pathParameters,{projectId:t}))},e.usermedia=function(t){return new Ji(this.getSession(),n({},this.pathParameters,{mediaId:t}))},e.user=function(t){return new ru(this.getSession(),n({},this.pathParameters,{userId:t}))},e.printStickerTemplate=function(t){return new eu(this.getSession(),n({},this.pathParameters,{printStickerTemplateId:t}))},e.stylingtemplate=function(t){return new nu(this.getSession(),n({},this.pathParameters,{stylingTemplateId:t}))},e.printPageTemplate=function(t){return new su(this.getSession(),n({},this.pathParameters,{printPageTemplateId:t}))},e.scan=function(t){return new iu(this.getSession(),n({},this.pathParameters,{scanId:t}))},e.userroles=function(){return new uu(this.getSession(),this.pathParameters)},e.refreshAuthSession=function(){return new cu(this.getSession(),this.pathParameters)},e.authUser=function(){return new hu(this.getSession(),this.pathParameters)},e.authSession=function(){return new pu(this.getSession(),this.pathParameters)},e.passwordAuthUser=function(){return new mu(this.getSession(),this.pathParameters)},e.resetAuthUser=function(){return new Pu(this.getSession(),this.pathParameters)},e.confirmationAuthUser=function(){return new lu(this.getSession(),this.pathParameters)},r}(vt),gu=/*#__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(){try{throw Error("no session")}catch(t){return Promise.reject(t)}},r.getUser=function(){},r.getSignedInUser=function(){try{throw Error("no session")}catch(t){return Promise.reject(t)}},r.createUser=function(){try{throw Error("no session")}catch(t){return Promise.reject(t)}},r.changePassword=function(){try{throw Error("no session")}catch(t){return Promise.reject(t)}},r.signOut=function(){try{throw Error("no session")}catch(t){return Promise.reject(t)}},t}(),du=/*#__PURE__*/function(a){function o(){var t;(t=a.call(this,new gu,{})||this)._config=void 0,t.cloudConfigName=void 0,t.cloudConfig=void 0,t.axios=void 0,t._user=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.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}s(o,a);var i=o.prototype;return i.getSession=function(){return this},i.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="internal-JG0adajZUHU",this._config=t,this},i.getConfig=function(){if(!this._config)throw Error("Openscreen: client must be configured before accessing resources");return this._config},i.getSignedInUser=function(){try{var t=this;return Promise.resolve(t.authorize()).then(function(){return t._user})}catch(t){return Promise.reject(t)}},i.createUser=function(t){try{return Promise.resolve(new fu(this,{}).authUser().create(t,{willAuthorize:!1}))}catch(t){return Promise.reject(t)}},i.checkSession=function(){try{return this.debugAuth&&console.info("Openscreen AUTH: checking session"),Promise.resolve(this.authSession().get({willAuthorize:!1})).then(function(){return!0})}catch(t){return Promise.reject(t)}},i.authorize=function(){try{var t,r=function(r){if(t)return r;var s=e.getConfig();if(e.debugConfig){var a=n({},s);a.secret&&(a.secret="*".repeat(a.secret.length)),console.debug("Openscreen CONFIG:",a)}var o=s.key,i=s.secret;return e.debugAuth&&console.info("Openscreen AUTH: authorizing '"+o+"'"),Promise.resolve(e.authSession().create({email:o,password:i},{willAuthorize:!1})).then(function(t){var r=t.expires;e._user=t.user||{email:o,firstName:"",lastName:"",middleName:"",userId:"00000000-0000-0000-0000-000000000000"},e.exp=Number(r),e.debugAuth&&console.info("Openscreen AUTH: authorized '"+o+"' until expiry="+r)})},e=this;if(e.exp>(new Date).getTime())return e.debugAuth&&console.info("Openscreen AUTH: already authorized '"+e._user.email+"' until expiry="+e.exp),Promise.resolve();var s=function(){if(0!==e.exp)return e.debugAuth&&console.info("Openscreen AUTH: refreshing '"+e._user.email+"'"),Promise.resolve(e.refreshAuthSession().create({willAuthorize:!1})).then(function(r){var n=r.expires;e.exp=Number(n),e.debugAuth&&console.info("Openscreen AUTH: authorized '"+e._user.email+"' until expiry="+n),t=1})}();return Promise.resolve(s&&s.then?s.then(r):r(s))}catch(t){return Promise.reject(t)}},i.getUser=function(){return this._user},i.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)}},i.getAxios=function(){try{var s=this;if(s.axios)return Promise.resolve(s.axios);var a=new e;return Promise.resolve(s.getCloudConfig()).then(function(e){return s.axios=r(t.create(e.axios?n({},e.axios,{jar:a}):{decompress:!0,jar:a,maxBodyLength:1048576,maxContentLength:1048576,maxRedirects:1,responseType:"json",timeout:25e3})),s.axios})}catch(t){return Promise.reject(t)}},i.changePassword=function(t,r){try{return Promise.resolve(this.passwordAuthUser().create({password:t,newPassword:r},{willAuthorize:!1})).then(function(){return!0})}catch(t){return Promise.reject(t)}},i.signOut=function(){try{var t=this;return Promise.resolve(t.authSession().delete({willAuthorize:!1})).then(function(){t._user={email:"",firstName:"",lastName:"",middleName:"",userId:"00000000-0000-0000-0000-000000000000"},t.exp=0})}catch(t){return Promise.reject(t)}},o}(fu);export{o as AccountDomainTypes,i as AccountSortingTypes,u as AccountStatus,c as AccountType,h as AccountUserRole,ge as AdvanceStripeClockByAccountIdRequest,p as AssetByAssetTypeSortingTypes,m as AssetCreationFileTypes,P as AssetSortingTypes,l as AssetTypeSortingTypes,f as AssetTypeUsabilityState,g as AuthMessageId,d as AuthTokenScope,y as AuthTypes,v as CampaignUseCaseCategory,ke as CancelDowngradeRequestRequest,Re as CancelSubscriptionRequest,Bs as ChangePasswordRequest,Te as ChangeSubscriptionPreviewRequest,Ue as ChangeSubscriptionRequest,An as CheckCustomLocatorKeyRangeRequest,xs as CheckSessionRequest,ur as CheckUrlSafetyByAccountIdRequest,hs as CompleteUserMediaMultipartUploadRequest,Ot as ComposeAssetByAssetTypeRequest,N as ConsentStatus,A as ConsentType,S as ContactAssetSortingTypes,I as ContactSortingTypes,vs as CreateAccountByUserIdRequest,ir as CreateApiKeyByAccountIdRequest,Nr as CreateAppRequest,Tn as CreateAssetBatchValidationJobByProjectIdRequest,Dt as CreateAssetByAssetTypeRequest,bn as CreateAssetByProjectIdRequest,Cn as CreateAssetCreationJobByProjectIdRequest,Vn as CreateAssetCreationPresignedUrlRequest,_n as CreateAssetGraphByProjectIdRequest,ar as CreateAssetTypeByAccountIdRequest,On as CreateAssetsByProjectIdRequest,ve as CreateCampaignAccountByAccountIdRequest,Me as CreateConsentByContactIdRequest,Vt as CreateContactByAssetIdRequest,kn as CreateContactByProjectIdRequest,Us as CreateContactByScanIdRequest,jn as CreateContactsByProjectIdRequest,gr as CreateImageUploadPresignedUrlRequest,cr as CreateInvitationByAccountIdRequest,pr as CreateInvitationsByAccountIdRequest,ln as CreateLinkByQrCodeRequest,Pr as CreateLocationByAccountIdRequest,qt as CreateNeighborsByAssetIdRequest,mr as CreatePrintPageTemplateByAccountIdRequest,Tr as CreatePrintStickerTemplateByAccountIdRequest,dr as CreateProjectByAccountIdRequest,Yt as CreateQrCodeByAssetIdRequest,Un as CreateQrCodeByProjectIdRequest,fr as CreateQrCodeLogoByAccountRequest,Ar as CreateQrCodeStylingTemplateByAccountRequest,Bt as CreateQrCodesByAssetIdRequest,yr as CreateQueryableCustomAttributeRequest,Dn as CreateSelfQueuePrintJobByProjectIdRequest,je as CreateSetupIntentRequest,Jn as CreateSmsTemplateByProjectIdRequest,Fn as CreateTemplatedPrintJobByProjectIdRequest,Rn as CreateTemplatedPrintPreviewByProjectIdRequest,Sr as CreateTicketByAccountIdRequest,rn as CreateUserByInvitationIdRequest,vr as CreateUserMediaMultipartPresignedUrlByAccountIdRequest,_r as CreateUserMediaPresignedUrlByAccountIdRequest,qs as CreateUserRequest,ze as DeleteAssetGraphRequest,Ht as DeleteAssetRequest,jt as DeleteAssetTypeRequest,Qe as DeleteConsentByContactIdRequest,He as DeleteContactRequest,Ir as DeleteContactsByAccountIdRequest,Ln as DeleteContactsByProjectIdRequest,Xe as DeleteCustomDomainRequest,tn as DeleteInvitationRequest,en as DeleteJobRequest,fn as DeleteLinkByQrCodeRequest,un as DeleteLocationRequest,Js as DeleteMediaRequest,or as DeleteNeighborsByAssetIdRequest,pn as DeletePrintJobRequest,Ms as DeletePrintPageTemplateRequest,Es as DeletePrintStickerTemplateRequest,Gn as DeleteProjectRequest,dn as DeleteQrCodeRequest,Cs as DeleteQrCodeStylingTemplateByStylingTemplateIdRequest,Qs as DeleteSessionRequest,Mn as DeleteSmsTemplateByProjectIdRequest,kr as DeleteUserByAccountIdRequest,w as DomainStatus,be as DowngradePlanRequest,E as EntitySources,T as FieldType,sr as GetAccountAccessDataRequest,wr as GetAccountRequest,Ns as GetAccountsByUserIdRequest,Cr as GetAdvancedAssetReportByAccountIdRequest,qn as GetAdvancedAssetReportByProjectIdRequest,jr as GetAdvancedContactReportByAccountIdRequest,Yn as GetAdvancedContactReportByProjectIdRequest,Or as GetAdvancedScanReportByAccountIdRequest,Hn as GetAdvancedScanReportByProjectIdRequest,Ce as GetAllAccountsRequest,Rr as GetAllAppsByAccountIdRequest,_t as GetApiKeyRequest,Ut as GetApiKeySecretRequest,Lr as GetApiKeysByAccountIdRequest,Rt as GetAppAccountByAppAccountIdRequest,It as GetAppByAppIdRequest,Tt as GetAppsRequest,br as GetAssetExportByAccountIdRequest,Kn as GetAssetExportByProjectIdRequest,Ze as GetAssetGraphRequest,Dr as GetAssetGraphsByAccountIdRequest,ns as GetAssetGraphsByProjectIdRequest,Wt as GetAssetHistoryRequest,bt as GetAssetTypeByAssetTypeIdRequest,xt as GetAssetTypeCountAtLocationRequest,Gt as GetAssetTypeCountsByLocationRequest,Vr as GetAssetTypesByAccountIdRequest,Ur as GetAssetsByAccountIdRequest,Lt as GetAssetsByAssetTypeRequest,Ee as GetAssetsByBatchIdRequest,Ve as GetAssetsByContactIdRequest,mn as GetAssetsByLocationIdRequest,xn as GetAssetsByProjectIdRequest,se as GetAssetsScanCountByAccountIdRequest,Mr as GetBasicAssetReportByAccountIdRequest,Qn as GetBasicAssetReportByProjectIdRequest,Gr as GetBasicContactReportByAccountIdRequest,Bn as GetBasicContactReportByProjectIdRequest,Fr as GetBatchesByAccountIdRequest,ss as GetBatchesByProjectIdRequest,Le as GetBillingDetailsRequest,Yr as GetConsentByAccountIdRequest,Ge as GetConsentByContactIdRequest,Wn as GetConsentByProjectIdRequest,Qr as GetContactExportByAccountIdRequest,Fe as GetContactExportByContactIdRequest,Zn as GetContactExportByProjectIdRequest,Ye as GetContactRequest,qr as GetContactsByAccountIdRequest,Xt as GetContactsByAssetIdRequest,Xn as GetContactsByProjectIdRequest,Oe as GetCurrentPeriodRequest,Er as GetCustomDomainRequest,Br as GetDomainsByAccountIdRequest,ws as GetErrorsByUserIdRequest,Kt as GetExternalNeighborScanCountByAssetIdRequest,wn as GetFileRequest,Hr as GetInstalledAppsByAccountIdRequest,$e as GetInvitationRequest,Ss as GetInvitationsByUserIdRequest,De as GetInvoicesRequest,sn as GetJobRequest,xr as GetJobsByAccountIdRequest,Nn as GetLinksByQrCodeRequest,ce as GetLocationsByAccountIdRequest,Ct as GetMainAccountByAppAccountIdRequest,ms as GetMediaRequest,Wr as GetMostScannedAssetsByAccountIdRequest,as as GetMostScannedAssetsByProjectIdRequest,Jt as GetNeighborScanCountByAssetIdRequest,zt as GetNeighborsByAssetIdRequest,Kr as GetPluginsByAccountIdRequest,Xr as GetPricePlanByAccountIdRequest,gn as GetPricePlansRequest,Jr as GetPrintJobsByAccountIdRequest,Rs as GetPrintPageTemplateRequest,zr as GetPrintPageTemplatesByAccountIdRequest,Ts as GetPrintStickerTemplateRequest,$r as GetPrintStickerTemplatesByAccountIdRequest,zn as GetProjectByProjectIdRequest,Zr as GetProjectExportByAccountIdRequest,ee as GetProjectsByAccountIdRequest,wt as GetPublishedAppsRequest,yn as GetQrCodeLinkRequest,hn as GetQrCodeLogoByQrCodeLogoIdRequest,re as GetQrCodeLogosByAccountIdRequest,vn as GetQrCodeRequest,Ds as GetQrCodeStylingTemplateByStylingTemplateIdRequest,te as GetQrCodeStylingTemplatesByAccountIdRequest,ne as GetQrCodesByAccountIdRequest,rr as GetQrCodesByAssetIdRequest,rs as GetQrCodesByProjectIdRequest,le as GetQueryableCustomAttributeRequest,ie as GetScanDayOfWeekByAccountIdRequest,ts as GetScanDayOfWeekByProjectIdRequest,he as GetScanExportByAccountIdRequest,Zt as GetScanExportByAssetIdRequest,xe as GetScanExportByContactIdRequest,$n as GetScanExportByProjectIdRequest,tr as GetScanLocationDataByAssetIdRequest,Be as GetScanLocationDataByContactIdRequest,Ls as GetScanRequest,_e as GetScanTimeOfDayByAccountIdRequest,es as GetScanTimeOfDayByProjectIdRequest,oe as GetScanTimelineByAccountIdRequest,cs as GetScanTimelineByProjectIdRequest,pe as GetScansByAccountIdRequest,nr as GetScansByAssetIdRequest,Je as GetScansByContactIdRequest,us as GetScansByProjectIdRequest,Ys as GetSessionRefreshRequest,Hs as GetSessionRequest,me as GetUserByAccountIdRequest,ue as GetUserMediasByAccountIdRequest,$t as GetUserMediasByAssetIdRequest,os as GetUserMediasByProjectIdRequest,As as GetUserRequest,Vs as GetUserRolesRequest,Is as GetUserSettingsByUserIdRequest,ae as GetUsersByAccountIdRequest,Pe as GetUsersRolesByAccountIdRequest,fe as InstallAppToAccountRequest,_ as InternalProductName,k as InvoiceStatus,an as InvokePrintJobByJobIdRequest,C as JobStatus,O as JobType,j as Label,lr as LinkContactToAssetRequest,We as LinkContactToScanRequest,ps as LinkMediaToAssetRequest,ls as LinkMediaToProjectRequest,Ps as LinkMediaToScanRequest,kt as LoadAppRequest,R as LocationSortingTypes,Qt as NameRequest,du as Openscreen,D as OpenscreenEmails,L as Permission,b as PluginNameTypes,U as PluginStatus,M as PricePlanName,G as PricePlanPaymentPeriod,V as PricePlanReporting,F as PrintFormat,Y as PrintMode,q as PrintOrientation,H as PrintTemplate,x as PrintUnit,B as ProjectSortingTypes,Q as ProjectStatus,W as QrCodeCornerDotTypes,K as QrCodeCornerSquareTypes,J as QrCodeDotTypes,X as QrCodeDynamicRedirectType,z as QrCodeErrorCorrectionLevel,Z as QrCodeGradientTypes,$ as QrCodeIntentType,tt as QrCodeLocatorKeyType,rt as QrCodeSortingTypes,et as QrCodeStatus,nt as QrCodeType,st as QueryConditions,Ks as ResendConfirmationRequest,At as ResetApiKeySecretRequest,Ws as ResetPasswordRequest,Se as RetrieveCampaignStatusByAccountIdRequest,Ke as RetryCustomDomainRequest,bs as SaveGeolocationByScanIdRequest,at as ScanTimelineOptions,Qa as SdkAccountAdvancedAssetsReportResources,Ka as SdkAccountAdvancedContactsReportResources,Wa as SdkAccountAdvancedScansReportResources,ka as SdkAccountApikeysResources,Ao as SdkAccountAppInstallResources,So as SdkAccountAppResource,Va as SdkAccountAppsResources,Xa as SdkAccountAssetgraphsResources,za as SdkAccountAssetsExportResources,io as SdkAccountAssetsMostscannedResources,Za as SdkAccountAssetsResources,Po as SdkAccountAssetsScansResources,_a as SdkAccountAssettypesResources,$a as SdkAccountBasicAssetsReportResources,to as SdkAccountBasicContactsReportResources,ro as SdkAccountBatchResources,Eo as SdkAccountCampaignInformationResources,Io as SdkAccountClockResources,eo as SdkAccountConsentResources,qa as SdkAccountContactsBatchResources,oo as SdkAccountContactsExportResources,no as SdkAccountContactsResources,Ha as SdkAccountCustomDomainResource,ao as SdkAccountCustomDomainsResources,Ma as SdkAccountCustomattributesResources,wo as SdkAccountEngagePricePlanResources,ba as SdkAccountImageUploadResources,ja as SdkAccountInvitationsBatchResources,Oa as SdkAccountInvitationsResources,so as SdkAccountJobsResources,Da as SdkAccountLocationsResources,Ja as SdkAccountOwnerAppsResources,uo as SdkAccountPluginsResources,ho as SdkAccountPricePlanResources,co as SdkAccountPrintJobsResources,Ra as SdkAccountPrintPageTemplatesResources,xa as SdkAccountPrintStickerTemplatesResources,po as SdkAccountProjectsExportResources,Ua as SdkAccountProjectsResources,mo as SdkAccountQrCodesResources,La as SdkAccountQrcodelogosResources,To as SdkAccountQrcodelogosUploadResources,ko as SdkAccountResource,go as SdkAccountScansDayofweekResources,vo as SdkAccountScansExportResources,No as SdkAccountScansResources,fo as SdkAccountScansTimelineResources,_o as SdkAccountScansTimeofdayResources,Fa as SdkAccountStylingtemplatesResources,Ca as SdkAccountUrlSafetiesResources,wa as SdkAccountUserConfirmResources,Ta as SdkAccountUserResource,Ea as SdkAccountUserRolesResources,Ba as SdkAccountUsermediasPresignedurlResources,Ga as SdkAccountUsermediasPresignedurlmultipartResources,yo as SdkAccountUsermediasResources,lo as SdkAccountUsersResources,Ya as SdkAccountZendeskTicketResources,zs as SdkApikeyResource,Xs as SdkApikeySecretResources,Zs as SdkAppAccountLoadResources,$s as SdkAppAccountResource,ta as SdkAppResource,na as SdkAppsAccountMainResources,sa as SdkAppsAccountResource,ra as SdkAppsPublishedResources,ea as SdkAppsResources,Na as SdkAssetContactResource,ha as SdkAssetContactsResources,la as SdkAssetHistoryResources,ga as SdkAssetNeighborResource,Sa as SdkAssetNeighborsDeleteResources,ma as SdkAssetNeighborsResources,pa as SdkAssetQrCodesResources,Pa as SdkAssetQracodesResources,Ia as SdkAssetResource,da as SdkAssetScansExportResources,va as SdkAssetScansLocationResources,Aa as SdkAssetScansResources,fa as SdkAssetUrlResource,ya as SdkAssetUsermediasResources,Zo as SdkAssetgraphResource,aa as SdkAssettypeAssetResource,oa as SdkAssettypeAssetsResources,ua as SdkAssettypeLocationResource,ia as SdkAssettypeLocationsResources,ca as SdkAssettypeResource,pu as SdkAuthSessionResources,hu as SdkAuthUserResources,Co as SdkBatchAssetsResources,Oo as SdkBatchResource,Ro as SdkBillingCancelDowngradeResource,Uo as SdkBillingCancelSubscriptionResource,Lo as SdkBillingCurrentPeriodResource,Go as SdkBillingDetailResource,Vo as SdkBillingDowngradePlanResource,Mo as SdkBillingInvoiceResource,bo as SdkBillingSetupIntentResource,Fo as SdkBillingUpgradePlanResource,Do as SdkCareAccountsResources,lu as SdkConfirmationAuthUserResources,qo as SdkContactAssetsResources,Yo as SdkContactConsentResources,Ho as SdkContactExportResources,Ko as SdkContactResource,Qo as SdkContactScanResource,xo as SdkContactScansExportResources,Bo as SdkContactScansLocationResources,Wo as SdkContactScansResources,Xo as SdkCustomdomainLocatorCollisionsResources,zo as SdkCustomdomainResource,Jo as SdkCustomdomainRetryResources,Pi as SdkFileResource,mi as SdkFileValidateResources,ti as SdkInvitationResource,$o as SdkInvitationUsersResources,ri as SdkJobResource,ni as SdkLocationAssetsResources,si as SdkLocationResource,mu as SdkPasswordAuthUserResources,hi as SdkPricePlansResources,ei as SdkPrintJobResource,su as SdkPrintPageTemplateResource,eu as SdkPrintStickerTemplateResource,ki as SdkProjectAdvancedAssetsReportResources,_i as SdkProjectAdvancedContactsReportResources,Ci as SdkProjectAdvancedScansReportResources,fi as SdkProjectAssetgraphsResources,yi as SdkProjectAssetsBatchResources,Di as SdkProjectAssetsExportResources,Fi as SdkProjectAssetsMostscannedResources,Si as SdkProjectAssetsResources,ji as SdkProjectBasicAssetsReportResources,Oi as SdkProjectBasicContactsReportResources,Vi as SdkProjectBatchResources,Ri as SdkProjectConsentResources,vi as SdkProjectContactsBatchResources,bi as SdkProjectContactsExportResources,gi as SdkProjectContactsResources,di as SdkProjectJobsAssetbatchResources,Ei as SdkProjectPresignedurlJobsAssetbatchResources,Ti as SdkProjectPrintJobsResources,Ii as SdkProjectQrCodesResources,xi as SdkProjectResource,Mi as SdkProjectScansDayofweekResources,Ui as SdkProjectScansExportResources,qi as SdkProjectScansResources,Hi as SdkProjectScansTimelineResources,Gi as SdkProjectScansTimeofdayResources,Ai as SdkProjectSelfqueueprintResources,wi as SdkProjectSmsTemplateResource,Li as SdkProjectSmsTemplatesResources,Ni as SdkProjectTemplatedPrintPreviewResources,Yi as SdkProjectUsermediasResources,li as SdkProjectValidationJobsAssetbatchResources,ui as SdkQrCodeLinkResource,ii as SdkQrCodeLinksResources,ci as SdkQrCodeResource,pi as SdkQrcodelinkResource,ai as SdkQrcodelogoResource,cu as SdkRefreshAuthSessionResources,Pu as SdkResetAuthUserResources,fu as SdkResources,au as SdkScanContactsResources,ou as SdkScanCustomAttributeResources,iu as SdkScanResource,nu as SdkStylingtemplateResource,oi as SdkSupportResources,jo as SdkUpgradePlanBillingPreviewResource,Xi as SdkUserAccountsResources,tu as SdkUserErrorsResources,zi as SdkUserInvitationsResources,$i as SdkUserPathResource,Zi as SdkUserPathSettingsResources,ru as SdkUserResource,Qi as SdkUsermediaAssetResource,Bi as SdkUsermediaMultipartResources,Ki as SdkUsermediaProjectResource,Ji as SdkUsermediaResource,Wi as SdkUsermediaScanResource,uu as SdkUserrolesResources,Pn as SendSupportEmailRequest,_s as SetUserSettingsByUserIdRequest,ot as StickerShape,it as TagActions,ut as TagStates,er as UnlinkContactToAssetRequest,ys as UnlinkMediaToAssetRequest,fs as UnlinkMediaToProjectRequest,gs as UnlinkMediaToScanRequest,Ae as UpdateAccountRequest,St as UpdateApiKeyRequest,Et as UpdateAppByAppIdRequest,nn as UpdateAssetGraphRequest,hr as UpdateAssetRequest,Ft as UpdateAssetTypeCountAtLocationRequest,Mt as UpdateAssetTypeRequest,cn as UpdateAssetsLocationsRequest,qe as UpdateContactRequest,ye as UpdateEngagePricePlanRequest,on as UpdateLocationRequest,ds as UpdateMediaRequest,de as UpdatePricePlanByAccountIdRequest,Os as UpdatePrintPageTemplateRequest,Fs as UpdatePrintStickerTemplateRequest,is as UpdateProjectByProjectIdRequest,In as UpdateQrCodeLogoByQrCodeLogoIdRequest,En as UpdateQrCodeRequest,js as UpdateQrCodeStylingTemplateByStylingTemplateIdRequest,Gs as UpdateScanCustomAttributeRequest,Ne as UpdateUserByAccountIdRequest,ks as UpdateUserRequest,Ie as UpdateUsersRolesByAccountIdRequest,we as UploadQrCodeLogoByAccountRequest,ct as UserCredentialsStatus,ht as UserGroups,pt as UserMediaFileTypes,mt as UserMediaSortingTypes,Pt as UserSettingsDomain,Sn as ValidateFileRequest};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|