(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2af42f20"],{"0798":function(t,e,a){"use strict";a("0c18");var n=a("10d2"),i=a("afdd"),r=a("9d26"),s=a("f2e7"),o=a("7560"),g=a("2b0e"),l=g["a"].extend({name:"transitionable",props:{mode:String,origin:String,transition:String}}),p=a("58df"),h=a("d9bd");e["a"]=Object(p["a"])(n["a"],s["a"],l).extend({name:"v-alert",props:{border:{type:String,validator(t){return["top","right","bottom","left"].includes(t)}},closeLabel:{type:String,default:"$vuetify.close"},coloredBorder:Boolean,dense:Boolean,dismissible:Boolean,closeIcon:{type:String,default:"$cancel"},icon:{default:"",type:[Boolean,String],validator(t){return"string"===typeof t||!1===t}},outlined:Boolean,prominent:Boolean,text:Boolean,type:{type:String,validator(t){return["info","error","success","warning"].includes(t)}},value:{type:Boolean,default:!0}},computed:{__cachedBorder(){if(!this.border)return null;let t={staticClass:"v-alert__border",class:{["v-alert__border--"+this.border]:!0}};return this.coloredBorder&&(t=this.setBackgroundColor(this.computedColor,t),t.class["v-alert__border--has-color"]=!0),this.$createElement("div",t)},__cachedDismissible(){if(!this.dismissible)return null;const t=this.iconColor;return this.$createElement(i["a"],{staticClass:"v-alert__dismissible",props:{color:t,icon:!0,small:!0},attrs:{"aria-label":this.$vuetify.lang.t(this.closeLabel)},on:{click:()=>this.isActive=!1}},[this.$createElement(r["a"],{props:{color:t}},this.closeIcon)])},__cachedIcon(){return this.computedIcon?this.$createElement(r["a"],{staticClass:"v-alert__icon",props:{color:this.iconColor}},this.computedIcon):null},classes(){const t={...n["a"].options.computed.classes.call(this),"v-alert--border":Boolean(this.border),"v-alert--dense":this.dense,"v-alert--outlined":this.outlined,"v-alert--prominent":this.prominent,"v-alert--text":this.text};return this.border&&(t["v-alert--border-"+this.border]=!0),t},computedColor(){return this.color||this.type},computedIcon(){return!1!==this.icon&&("string"===typeof this.icon&&this.icon?this.icon:!!["error","info","success","warning"].includes(this.type)&&"$"+this.type)},hasColoredIcon(){return this.hasText||Boolean(this.border)&&this.coloredBorder},hasText(){return this.text||this.outlined},iconColor(){return this.hasColoredIcon?this.computedColor:void 0},isDark(){return!(!this.type||this.coloredBorder||this.outlined)||o["a"].options.computed.isDark.call(this)}},created(){this.$attrs.hasOwnProperty("outline")&&Object(h["a"])("outline","outlined",this)},methods:{genWrapper(){const t=[this.$slots.prepend||this.__cachedIcon,this.genContent(),this.__cachedBorder,this.$slots.append,this.$scopedSlots.close?this.$scopedSlots.close({toggle:this.toggle}):this.__cachedDismissible],e={staticClass:"v-alert__wrapper"};return this.$createElement("div",e,t)},genContent(){return this.$createElement("div",{staticClass:"v-alert__content"},this.$slots.default)},genAlert(){let t={staticClass:"v-alert",attrs:{role:"alert"},on:this.listeners$,class:this.classes,style:this.styles,directives:[{name:"show",value:this.isActive}]};if(!this.coloredBorder){const e=this.hasText?this.setTextColor:this.setBackgroundColor;t=e(this.computedColor,t)}return this.$createElement("div",t,[this.genWrapper()])},toggle(){this.isActive=!this.isActive}},render(t){const e=this.genAlert();return this.transition?t("transition",{props:{name:this.transition,origin:this.origin,mode:this.mode}},[e]):e}})},"0c18":function(t,e,a){},"1f09":function(t,e,a){},"2bc5":function(t,e,a){"use strict";a("14d9"),a("abd3");var n=a("1c87"),i=a("58df"),r=Object(i["a"])(n["a"]).extend({name:"v-breadcrumbs-item",props:{activeClass:{type:String,default:"v-breadcrumbs__item--disabled"},ripple:{type:[Boolean,Object],default:!1}},computed:{classes(){return{"v-breadcrumbs__item":!0,[this.activeClass]:this.disabled}}},render(t){const{tag:e,data:a}=this.generateRouteLink();return t("li",[t(e,{...a,attrs:{...a.attrs,"aria-current":this.isActive&&this.isLink?"page":void 0}},this.$slots.default)])}}),s=a("80d2"),o=Object(s["j"])("v-breadcrumbs__divider","li"),g=a("7560");e["a"]=Object(i["a"])(g["a"]).extend({name:"v-breadcrumbs",props:{divider:{type:String,default:"/"},items:{type:Array,default:()=>[]},large:Boolean},computed:{classes(){return{"v-breadcrumbs--large":this.large,...this.themeClasses}}},methods:{genDivider(){return this.$createElement(o,this.$slots.divider?this.$slots.divider:this.divider)},genItems(){const t=[],e=!!this.$scopedSlots.item,a=[];for(let n=0;n<this.items.length;n++){const i=this.items[n];a.push(i.text),e?t.push(this.$scopedSlots.item({item:i})):t.push(this.$createElement(r,{key:a.join("."),props:i},[i.text])),n<this.items.length-1&&t.push(this.genDivider())}return t}},render(t){const e=this.$slots.default||this.genItems();return t("ul",{staticClass:"v-breadcrumbs",class:this.classes},e)}})},"2c64":function(t,e,a){},3129:function(t,e,a){"use strict";a("14d9"),a("1f09");var n=a("c995"),i=a("24b2"),r=a("7560"),s=a("58df"),o=a("80d2");e["a"]=Object(s["a"])(n["a"],i["a"],r["a"]).extend({name:"VSkeletonLoader",props:{boilerplate:Boolean,loading:Boolean,tile:Boolean,transition:String,type:String,types:{type:Object,default:()=>({})}},computed:{attrs(){return this.isLoading?this.boilerplate?{}:{"aria-busy":!0,"aria-live":"polite",role:"alert",...this.$attrs}:this.$attrs},classes(){return{"v-skeleton-loader--boilerplate":this.boilerplate,"v-skeleton-loader--is-loading":this.isLoading,"v-skeleton-loader--tile":this.tile,...this.themeClasses,...this.elevationClasses}},isLoading(){return!("default"in this.$scopedSlots)||this.loading},rootTypes(){return{actions:"button@2",article:"heading, paragraph",avatar:"avatar",button:"button",card:"image, card-heading","card-avatar":"image, list-item-avatar","card-heading":"heading",chip:"chip","date-picker":"list-item, card-heading, divider, date-picker-options, date-picker-days, actions","date-picker-options":"text, avatar@2","date-picker-days":"avatar@28",heading:"heading",image:"image","list-item":"text","list-item-avatar":"avatar, text","list-item-two-line":"sentences","list-item-avatar-two-line":"avatar, sentences","list-item-three-line":"paragraph","list-item-avatar-three-line":"avatar, paragraph",paragraph:"text@3",sentences:"text@2",table:"table-heading, table-thead, table-tbody, table-tfoot","table-heading":"heading, text","table-thead":"heading@6","table-tbody":"table-row-divider@6","table-row-divider":"table-row, divider","table-row":"table-cell@6","table-cell":"text","table-tfoot":"text@2, avatar@2",text:"text",...this.types}}},methods:{genBone(t,e){return this.$createElement("div",{staticClass:`v-skeleton-loader__${t} v-skeleton-loader__bone`},e)},genBones(t){const[e,a]=t.split("@"),n=()=>this.genStructure(e);return Array.from({length:a}).map(n)},genStructure(t){let e=[];t=t||this.type||"";const a=this.rootTypes[t]||"";if(t===a);else{if(t.indexOf(",")>-1)return this.mapBones(t);if(t.indexOf("@")>-1)return this.genBones(t);a.indexOf(",")>-1?e=this.mapBones(a):a.indexOf("@")>-1?e=this.genBones(a):a&&e.push(this.genStructure(a))}return[this.genBone(t,e)]},genSkeleton(){const t=[];return this.isLoading?t.push(this.genStructure()):t.push(Object(o["s"])(this)),this.transition?this.$createElement("transition",{props:{name:this.transition},on:{afterEnter:this.resetStyles,beforeEnter:this.onBeforeEnter,beforeLeave:this.onBeforeLeave,leaveCancelled:this.resetStyles}},t):t},mapBones(t){return t.replace(/\s/g,"").split(",").map(this.genStructure)},onBeforeEnter(t){this.resetStyles(t),this.isLoading&&(t._initialStyle={display:t.style.display,transition:t.style.transition},t.style.setProperty("transition","none","important"))},onBeforeLeave(t){t.style.setProperty("display","none","important")},resetStyles(t){t._initialStyle&&(t.style.display=t._initialStyle.display||"",t.style.transition=t._initialStyle.transition,delete t._initialStyle)}},render(t){return t("div",{staticClass:"v-skeleton-loader",attrs:this.attrs,on:this.$listeners,class:this.classes,style:this.isLoading?this.measurableStyles:void 0},[this.genSkeleton()])}})},"3d86":function(t,e,a){},"43a6":function(t,e,a){"use strict";a("ec29"),a("3d86");var n=a("c37a"),i=a("604c"),r=a("58df");const s=Object(r["a"])(i["a"],n["a"]);e["a"]=s.extend({name:"v-radio-group",provide(){return{radioGroup:this}},props:{column:{type:Boolean,default:!0},height:{type:[Number,String],default:"auto"},name:String,row:Boolean,value:null},computed:{classes(){return{...n["a"].options.computed.classes.call(this),"v-input--selection-controls v-input--radio-group":!0,"v-input--radio-group--column":this.column&&!this.row,"v-input--radio-group--row":this.row}}},methods:{genDefaultSlot(){return this.$createElement("div",{staticClass:"v-input--radio-group__input",attrs:{id:this.id,role:"radiogroup","aria-labelledby":this.computedId}},n["a"].options.methods.genDefaultSlot.call(this))},genInputSlot(){const t=n["a"].options.methods.genInputSlot.call(this);return delete t.data.on.click,t},genLabel(){const t=n["a"].options.methods.genLabel.call(this);return t?(t.data.attrs.id=this.computedId,delete t.data.attrs.for,t.tag="legend",t):null},onClick:i["a"].options.methods.onClick},render(t){const e=n["a"].options.render.call(this,t);return this._b(e.data,"div",this.attrs$),e}})},5311:function(t,e,a){"use strict";a("14d9");var n=a("5607"),i=a("2b0e");e["a"]=i["a"].extend({name:"rippleable",directives:{ripple:n["a"]},props:{ripple:{type:[Boolean,Object],default:!0}},methods:{genRipple(t={}){return this.ripple?(t.staticClass="v-input--selection-controls__ripple",t.directives=t.directives||[],t.directives.push({name:"ripple",value:{center:!0}}),this.$createElement("div",t)):null}}})},"67b6":function(t,e,a){"use strict";a("2c64");var n=a("ba87"),i=a("9d26"),r=a("c37a"),s=a("7e2b"),o=a("a9ad"),g=a("4e82"),l=a("5311"),p=a("7560"),h=a("fe09"),u=a("80d2"),d=a("58df"),v=a("d9f7");const c=Object(d["a"])(s["a"],o["a"],l["a"],Object(g["a"])("radioGroup"),p["a"]);e["a"]=c.extend().extend({name:"v-radio",inheritAttrs:!1,props:{disabled:Boolean,id:String,label:String,name:String,offIcon:{type:String,default:"$radioOff"},onIcon:{type:String,default:"$radioOn"},readonly:Boolean,value:{default:null}},data:()=>({isFocused:!1}),computed:{classes(){return{"v-radio--is-disabled":this.isDisabled,"v-radio--is-focused":this.isFocused,...this.themeClasses,...this.groupClasses}},computedColor(){if(!this.isDisabled)return h["a"].options.computed.computedColor.call(this)},computedIcon(){return this.isActive?this.onIcon:this.offIcon},computedId(){return r["a"].options.computed.computedId.call(this)},hasLabel:r["a"].options.computed.hasLabel,hasState(){return(this.radioGroup||{}).hasState},isDisabled(){return this.disabled||!!this.radioGroup&&this.radioGroup.isDisabled},isReadonly(){return this.readonly||!!this.radioGroup&&this.radioGroup.isReadonly},computedName(){return this.name||!this.radioGroup?this.name:this.radioGroup.name||"radio-"+this.radioGroup._uid},rippleState(){return h["a"].options.computed.rippleState.call(this)},validationState(){return(this.radioGroup||{}).validationState||this.computedColor}},methods:{genInput(t){return h["a"].options.methods.genInput.call(this,"radio",t)},genLabel(){return this.hasLabel?this.$createElement(n["a"],{on:{click:h["b"]},attrs:{for:this.computedId},props:{color:this.validationState,focused:this.hasState}},Object(u["s"])(this,"label")||this.label):null},genRadio(){const{title:t,...e}=this.attrs$;return this.$createElement("div",{staticClass:"v-input--selection-controls__input"},[this.$createElement(i["a"],this.setTextColor(this.validationState,{props:{dense:this.radioGroup&&this.radioGroup.dense}}),this.computedIcon),this.genInput({name:this.computedName,value:this.value,...e}),this.genRipple(this.setTextColor(this.rippleState))])},onFocus(t){this.isFocused=!0,this.$emit("focus",t)},onBlur(t){this.isFocused=!1,this.$emit("blur",t)},onChange(){this.isDisabled||this.isReadonly||this.isActive||this.toggle()},onKeydown:()=>{}},render(t){const e={staticClass:"v-radio",class:this.classes,on:Object(v["c"])({click:this.onChange},this.listeners$),attrs:{title:this.attrs$.title}};return t("div",e,[this.genRadio(),this.genLabel()])}})},7787:function(t,e,a){"use strict";var n=a("dde5"),i=(a("4360"),a("b383")),r=a.n(i);e["a"]={getConfig(){return{headers:{}}},getRecent(){return n["a"].http.get("/v1.0/eventmanager/organizations/recent",this.getConfig())},getOwnedEvents(){return n["a"].http.get("/v1.0/eventmanager/organizations",this.getConfig())},create(t){return n["a"].http.post("/v1.0/eventmanager/organizations/",t,this.getConfig())},get(t){return n["a"].http.get("/v1.0/eventmanager/organizations/"+t,this.getConfig())},put(t){return n["a"].http.put("/v1.0/eventmanager/organizations/"+t.id,t,this.getConfig())},getEvents(t,e){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/events?userCreated=${e||!1}`,this.getConfig())},getLicenseStatus(t){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/license`,this.getConfig())},getStats(t){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/stats`,this.getConfig())},getJoinInfo(t,e){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/joininfo?code=${e||""}`,this.getConfig())},getPermissions(t){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/permissions`,this.getConfig())},addPermissions(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/organizations/${t}/permissions/${e}`,r.a.stringify({roles:a}),this.getConfig())},deletePermissions(t,e){return n["a"].http.delete(`/v1.0/eventmanager/organizations/${t}/permissions/${e}`,this.getConfig())},getRegistrations(t){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/registrations`,this.getConfig())},putRegistration(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/organizations/${t}/registrations/${e}`,a,this.getConfig())},deleteRegistration(t,e){return n["a"].http.delete(`/v1.0/eventmanager/organizations/${t}/registrations/${e}`,this.getConfig())},uploadRegistrations(t,e){return n["a"].http.post(`/v1.0/eventmanager/organizations/${t}/upload/registrations`,e,this.getConfig())},getUser(t,e){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/registrations/${e}`,this.getConfig())},getMember(t,e){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/users/${e}`,this.getConfig())},disconnectMember(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/organizations/${t}/users/${e}?deleteResults=${a}`,this.getConfig())},integrationsConfigureApp(t,e){return n["a"].http.post(`/v1.0/eventmanager/organizations/${t}/integrations/app`,e,this.getConfig())},integrationsConfigureSso(t,e){return n["a"].http.post(`/v1.0/eventmanager/organizations/${t}/integrations/sso`,e,this.getConfig())},getOAuthClient(t,e){return n["a"].http.get(`/v1.0/eventmanager/organizations/${t}/oauthclients/${e}`,this.getConfig())},putOAuthClient(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/organizations/${t}/oauthclients/${e}`,a,this.getConfig())},sendInviteEventEmailToCode(t,e){return n["a"].http.post(`/v1.0/eventmanager/organizations/${t}/email/invite/${e}`,{},this.getConfig())}}},"99d9":function(t,e,a){"use strict";a.d(e,"a",(function(){return r})),a.d(e,"b",(function(){return s})),a.d(e,"c",(function(){return o})),a.d(e,"d",(function(){return g}));var n=a("b0af"),i=a("80d2");const r=Object(i["j"])("v-card__actions"),s=Object(i["j"])("v-card__subtitle"),o=Object(i["j"])("v-card__text"),g=Object(i["j"])("v-card__title");n["a"]},abd3:function(t,e,a){},afdd:function(t,e,a){"use strict";var n=a("8336");e["a"]=n["a"]},de11:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{staticClass:"container"},[a("v-breadcrumbs",{attrs:{items:t.breadcrumbItems}}),a("v-card",[a("v-card-title",[t._v("Create or Select your organization.")]),t.event&&t.event.org?a("v-card-text",[a("v-alert",{attrs:{type:"info"}},[t._v("This event is already linked to the organization "),a("strong",[t._v(t._s(t.event.org.name))]),t._v(".")]),a("v-btn",{attrs:{outlined:"",color:"primary",loading:t.$store.getters.isLoading},on:{click:t.unlinkFromOrg}},[t._v("Disconnect")])],1):t._e(),t.event&&!t.event.org?a("v-card-text",[a("v-radio-group",{model:{value:t.mode,callback:function(e){t.mode=e},expression:"mode"}},[a("v-radio",{attrs:{value:"CREATE",label:"Create a new organization"}}),"CREATE"==t.mode?a("v-text-field",{staticClass:"ml-8",attrs:{label:"Name of the organization"},model:{value:t.name,callback:function(e){t.name=e},expression:"name"}}):t._e(),a("v-radio",{attrs:{value:"LINK",label:"Link with an existing organization"}}),"LINK"==t.mode&&t.orgs?a("v-select",{staticClass:"ml-8",attrs:{items:t.orgs,"item-text":"name","item-value":"id",label:"Select your organization"},model:{value:t.selectedOrgId,callback:function(e){t.selectedOrgId=e},expression:"selectedOrgId"}}):t._e(),"LINK"!=t.mode||t.orgs&&t.orgs.length?t._e():a("v-alert",{attrs:{type:"info"}},[t._v("No organization found. Please create a new organization instead.")])],1),a("p",[a("v-btn",{attrs:{color:"primary",disabled:!t.isValid,loading:t.$store.getters.isLoading},on:{click:t.linkWithOrg}},[t._v(t._s(t.$t("shared.confirm")))])],1),a("br")],1):a("div",[!t.user||t.$store.getters.loading?a("v-skeleton-loader",{attrs:{type:"table"}}):t._e()],1)],1)],1)},i=[],r=(a("14d9"),a("2f62")),s=a("f6b8"),o=a("7787"),g=a("585f"),l=a("4a1f"),p=a.n(l);const h=p.a.current();var u={name:"LinkOrg",components:{},props:{},data(){return{tenant:h,event:null,mode:null,orgs:null,name:null,selectedOrgId:null}},async mounted(){await this.getProfile(),g["a"].$on("login-state-change",async t=>{await this.getProfile()})},methods:{async getProfile(){this.user&&(this.event=(await s["a"].get(this.$route.params.id)).data,this.orgs=(await o["a"].getOwnedEvents()).data.data)},async unlinkFromOrg(){if(confirm("Are you sure you want to unlink this event from its organization.")){const t=await s["a"].unlinkFromOrg(this.event.id);this.$helpers.toastResponse(this,t.data,"Event is unlinked from its organization."),"OK"===t.data.status&&this.$router.push({name:"eventmanagerView",params:{id:this.event.id}})}},async linkWithOrg(){console.log("link with org",this.name,this.selectedOrgId);var t=null;if("CREATE"===this.mode){var e=await o["a"].create({name:this.name});this.$analytics.event("create_org"),t=await s["a"].linkOrg(this.event.id,e.data.id)}else"LINK"===this.mode&&(t=await s["a"].linkOrg(this.event.id,this.selectedOrgId));t&&(this.$helpers.toastResponse(this,t.data,"Event is linked with the selected organization."),"OK"===t.data.status&&this.$router.push({name:"eventmanagerView",params:{id:this.event.id}}))}},computed:{breadcrumbItems(){return this.event?[{text:"Event Manager",exact:!0,to:{name:"eventmanager"}},{text:this.event.name,exact:!0,to:{name:"eventmanagerView",params:{id:this.event.id}}},{text:"Create or link organization",disabled:!0}]:[]},isValid(){return"CREATE"==this.mode&&!!this.name||"LINK"==this.mode&&this.selectedOrgId},...Object(r["b"])({user:"user"})}},d=u,v=a("2877"),c=a("6544"),m=a.n(c),f=a("0798"),$=a("2bc5"),C=a("8336"),b=a("b0af"),y=a("99d9"),k=a("a523"),S=a("67b6"),I=a("43a6"),_=a("b974"),w=a("3129"),E=a("8654"),R=Object(v["a"])(d,n,i,!1,null,null,null);e["default"]=R.exports;m()(R,{VAlert:f["a"],VBreadcrumbs:$["a"],VBtn:C["a"],VCard:b["a"],VCardText:y["c"],VCardTitle:y["d"],VContainer:k["a"],VRadio:S["a"],VRadioGroup:I["a"],VSelect:_["a"],VSkeletonLoader:w["a"],VTextField:E["a"]})},ec29:function(t,e,a){},f6b8:function(t,e,a){"use strict";var n=a("dde5"),i=(a("4360"),a("b383")),r=a.n(i);e["a"]={getConfig(){return{headers:{}}},slugify(t){return n["a"].http.post("/v1.0/eventmanager/slugify",r.a.stringify({value:t}),this.getConfig())},getOwnedEvents(t,e){return n["a"].http.get(`/v1.0/eventmanager?userCreated=${t||""}&orgId=${e||""}&archived=false`,this.getConfig())},getArchivedEvents(t,e){return n["a"].http.get(`/v1.0/eventmanager?userCreated=${t||""}&orgId=${e||""}&archived=true`,this.getConfig())},getRecentEvents(){return n["a"].http.get("/v1.0/eventmanager/recent",this.getConfig())},getUpcomingEvents(){return n["a"].http.get("/v1.0/eventmanager/upcoming",this.getConfig())},getEventsUpForRenewal(){return n["a"].http.get("/v1.0/eventmanager/renewals",this.getConfig())},markEventAsDismissedForRenewal(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/renewal/dismiss`,{},this.getConfig())},remindForRenewal(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/renewal/remind`,{},this.getConfig())},create(t,e){return n["a"].http.post("/v1.0/eventmanager/?userCreated="+(e||""),t,this.getConfig())},createTrial(t){return n["a"].http.post("/v1.0/eventmanager/trial",t,this.getConfig())},get(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}?includeSeries=${e||""}`,this.getConfig())},put(t){return n["a"].http.put("/v1.0/eventmanager/"+t.id,t,this.getConfig())},putRegConfig(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/config/registration`,e,this.getConfig())},putOnboardingConfig(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/config/onboarding`,e,this.getConfig())},getLocalized(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/translations`,this.getConfig())},saveLocalized(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/translations`,e,this.getConfig())},archiveEvent(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/archive`,{},this.getConfig())},unarchiveEvent(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/unarchive`,{},this.getConfig())},postRace(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/races`,e,this.getConfig())},getLicenseStatus(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/license`,this.getConfig())},applyLicense(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/license/apply?license=${e}`,{},this.getConfig())},enableExtendedDuration(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/license/extended-duration`,{},this.getConfig())},upgradeLicense(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/license/upgrade`,{},this.getConfig())},getStats(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/stats`,this.getConfig())},getLogs(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/logs`,this.getConfig())},getTasks(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/tasks`,this.getConfig())},getTask(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/tasks/${e}`,this.getConfig())},addTrainingPlan(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/training-plans`,e,this.getConfig())},addStreakChallenge(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/generate/streak`,e,this.getConfig())},addLastManStandingChallenge(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/generate/lastmanstanding`,e,this.getConfig())},addSubleaderboards(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/generate/subleaderboards`,e,this.getConfig())},addClaimChallenge(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/generate/claimchallenge`,e,this.getConfig())},applyTemplateToRace(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/template`,{id:a},this.getConfig())},disconnectRaceTemplate(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/${e}/template`,this.getConfig())},submitForApproval(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/submit`,e,this.getConfig())},linkWithSlack(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/link-slack?slackChannel=${e}`,{},this.getConfig())},linkWithTeams(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/link-teams?teamsInfoJson=${e}`,{},this.getConfig())},unlinkFromSlack(t){return n["a"].http.delete(`/v1.0/eventmanager/${t}/link-slack`,this.getConfig())},unlinkFromTeams(t){return n["a"].http.delete(`/v1.0/eventmanager/${t}/link-teams`,this.getConfig())},getEventsToLink(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/link-next`,this.getConfig())},linkNext(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/link-next`,e,this.getConfig())},linkOrg(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/link-org?orgId=${e}`,{},this.getConfig())},unlinkFromOrg(t){return n["a"].http.delete(`/v1.0/eventmanager/${t}/link-org`,this.getConfig())},lock(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/lock`,{},this.getConfig())},unlock(t){return n["a"].http.delete(`/v1.0/eventmanager/${t}/lock`,this.getConfig())},duplicate(t,e,a){return a||(a={name:e}),n["a"].http.post(`/v1.0/eventmanager/${t}/duplicate`,a,this.getConfig())},duplicateAsSimulation(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/create-simulator`,null,this.getConfig())},validateEventTemplate(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/template/validate`,e,this.getConfig())},applyEventTemplate(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/template/apply`,e,this.getConfig())},connectEventTemplate(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/template/connect?templateId=${e}`,{},this.getConfig())},disconnectEventTemplate(t){return n["a"].http.delete(`/v1.0/eventmanager/${t}/template`,this.getConfig())},upload(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/upload/${e}`,a,this.getConfig())},import(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/import/${e}`,a,this.getConfig())},exportRaceGpx(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/gpx`,this.getConfig())},uploadRaceGpx(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/upload/gpx`,a,this.getConfig())},uploadRaceCourse(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/upload/course`,r.a.stringify({encodedPolyline:a}),this.getConfig())},deleteRaceCourse(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/${e}/upload/course`,this.getConfig())},uploadRaceGeofence(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/upload/geofence`,r.a.stringify({poly:a}),this.getConfig())},uploadRaceResults(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/upload/results`,a,this.getConfig())},checkLiveResultsUrl(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/live-results`,this.getConfig())},uploadRegistrations(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/upload/registrations`,e,this.getConfig())},uploadPreloadedActivities(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/upload/preloadedactivities`,e,this.getConfig())},getPreloadedActivitiesInfo(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/preloadedactivities`,this.getConfig())},uploadTeamAssignment(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/upload/teamassignment`,e,this.getConfig())},getTeamAssignmentStatus(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/upload/teamassignment`,this.getConfig())},getRegistrations(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/registrations`,this.getConfig())},putRegistration(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/registrations/${e}`,a,this.getConfig())},deleteRegistration(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/registrations/${e}`,this.getConfig())},forceRegistrationSync(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/registrations/sync`,{},this.getConfig())},getParticipants(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/participants`,this.getConfig())},getParticipant(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/participants/${e}`,this.getConfig())},putParticipant(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/participants/${e}`,a,this.getConfig())},requestParticipantProviderSync(t,e,a,i){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/connections/${a}/sync?daysInPast=${i}`,null,this.getConfig())},getProfile(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/profiles/${e}`,this.getConfig())},disconnectParticipant(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/disconnect`,r.a.stringify({deleteResults:a}),this.getConfig())},reprocessParticipant(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/reprocess`,{},this.getConfig())},sendParticipantDeviceAction(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/device-send/${a}`,{},this.getConfig())},getParticipantMeta(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/participants/${e}/meta/${a}`,this.getConfig())},deleteParticipantMeta(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/participants/${e}/meta/${a}`,this.getConfig())},getParticipantPhotos(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/participants/${e}/photos`,this.getConfig())},awardParticipant(t,e,a,i){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/award?awardCategory=${a||""}&awardPosition=${i||""}`,{},this.getConfig())},disconnectFromOnDemandRace(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/participants/${a}/races/${e}`,this.getConfig())},rewardBadge(t,e,a,i){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${a}/races/${e}/reward-badge`,i,this.getConfig())},syncTeamsForParticipant(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/syncteams`,{},this.getConfig())},joinTeamsForParticipant(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/jointeam`,r.a.stringify({groupId:a}),this.getConfig())},getProfileActivities(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/activities/paged`,r.a.stringify({continuationToken:a}),this.getConfig())},getParticipantActivityDetails(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/participants/${e}/activities/${a}`,this.getConfig())},addParticipantActivity(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/activities`,a,this.getConfig())},editParticipantActivity(t,e,a,i){return n["a"].http.put(`/v1.0/eventmanager/${t}/participants/${e}/activities/${a}`,i,this.getConfig())},deleteParticipantActivity(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/participants/${e}/activities/${a}`,this.getConfig())},approveParticipantActivityDetails(t,e,a,i,r){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/activities/${a}/approve?raceId=${i||""}&badgeId=${r||""}`,this.getConfig())},rejectParticipantActivityDetails(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/participants/${e}/activities/${a}/reject`,this.getConfig())},deleteResult(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/${a}/disqualify`,{},this.getConfig())},recalculateResult(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/${a}/recalculate`,{},this.getConfig())},deleteProfileFromTeamResultByName(t,e,a,i,s){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/${a}/profiles`,r.a.stringify({name:i,score:s}),this.getConfig())},deleteProfileFromTeamResult(t,e,a,i){return n["a"].http.delete(`/v1.0/eventmanager/${t}/${e}/${a}/profiles/${i}`,this.getConfig())},getGroupParticipants(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/groupparticipants`,this.getConfig())},deleteGroupParticipant(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/groupparticipants/${e}`,this.getConfig())},updateGroupParticipant(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/groupparticipants/${e}`,r.a.stringify({name:a}),this.getConfig())},createTeam(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/groupparticipants`,r.a.stringify({name:e,category:a}),this.getConfig())},mergeTeams(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/groupparticipants/merge`,r.a.stringify({groupIds:e}),this.getConfig())},getTeamAssigment(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/teamassignment?${r.a.stringify({includedGroupIds:e})}`,this.getConfig())},saveTeamAssigment(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/teamassignment`,e,this.getConfig())},runRandomTeamAssignment(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/teamassignment/randomize`,{},this.getConfig())},getTeamPermissions(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/teams/${e}/permissions`,this.getConfig())},addTeamPermissions(t,e,a,i){return n["a"].http.put(`/v1.0/eventmanager/${t}/teams/${e}/permissions/${a}`,r.a.stringify({roles:i}),this.getConfig())},deleteTeamPermissions(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/teams/${e}/permissions/${a}`,this.getConfig())},getJoinInfo(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/joininfo?code=${e||""}`,this.getConfig())},getAllowlist(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/allowlist?raceId=${e||""}`,this.getConfig())},putAllowlist(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/allowlist?raceId=${e||""}`,r.a.stringify({allowlist:a}),this.getConfig())},getDenylist(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/denylist`,this.getConfig())},releaseCode(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/denylist/${e||""}`,this.getConfig())},getPermissions(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/permissions`,this.getConfig())},addPermissions(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/permissions/${e}`,r.a.stringify({roles:a}),this.getConfig())},deletePermissions(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/permissions/${e}`,this.getConfig())},inviteAdmin(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/permissions/invite`,r.a.stringify({email:e,roles:a}),this.getConfig())},acceptAdminInvite(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/permissions/accept-invite`,r.a.stringify({email:e,token:a}),this.getConfig())},exportReport(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/export/${e}`,{...this.getConfig(),responseType:"blob"})},exportRaceReport(t,e,a,i){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/export/${a}?groupId=${i||""}`,{...this.getConfig(),responseType:"blob"})},sendRaceCompletedEmail(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/email/completed`,{},this.getConfig())},sendTestEmail(t){return n["a"].http.post("/v1.0/eventmanager/"+t,{},this.getConfig())},sendRaceCertificateEmail(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/email/certificate`,{},this.getConfig())},sendBibEmail(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/email/bib`,{},this.getConfig())},sendInviteEventEmail(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/email/invite`,{},this.getConfig())},sendFriendInviteEmail(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/email/friendinvite`,{},this.getConfig())},sendInviteEventEmailToCode(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/email/invite/${e||""}`,{},this.getConfig())},reinviteUnconnected(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/email/invite/unconnected`,{},this.getConfig())},getPromoEmailTemplate(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/promo/email/${e}`,this.getConfig())},sendPromoEmailTemplate(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/promo/email/${e}`,{},this.getConfig())},generatePromoPdfTemplate(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/promo/pdf/${e}?force=${a||""}`,{},this.getConfig())},generatePromoImageTemplate(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/promo/image/${e}?force=${a||""}`,{},this.getConfig())},moderatePhoto(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/photos/${e}/${a}`,this.getConfig())},putPhotoOverlays(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/overlays`,e,this.getConfig())},uploadPhotoOverlay(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/overlays/image`,e,this.getConfig())},getVideos(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/videos`,this.getConfig())},deleteVideo(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/videos/${e}`,this.getConfig())},getFeed(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/feed?type=${e||""}&continuationToken=${encodeURIComponent(a||"")}`,this.getConfig())},postToFeed(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/feed`,e,this.getConfig())},editFeedItem(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/feed/${e}`,a,this.getConfig())},deleteFeedItem(t,e){return n["a"].http.delete(`/v1.0/eventmanager/${t}/feed/${e}`,this.getConfig())},deleteFeedItemComment(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/feed/${e}/comments/${a}`,this.getConfig())},moderateFeedItem(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/feed/${e}/${a}`,model,this.getConfig())},getOAuthClient(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/oauthclients/${e}`,this.getConfig())},putOAuthClient(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/oauthclients/${e}`,a,this.getConfig())},getActivityConversions(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/conversions`,this.getConfig())},putActivityConversions(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/conversions`,e,this.getConfig())},putActivityTypes(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/activity-types`,e,this.getConfig())},putWebhooks(t,e){return n["a"].http.put(`/v1.0/eventmanager/${t}/webhooks`,e,this.getConfig())},getBibPreview(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/bib/preview?participantId=${e||""}`,{...this.getConfig(),responseType:"blob"})},getCertificatePreview(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/certificate/preview?resultId=${a||""}`,{...this.getConfig(),responseType:"blob"})},getRelaySlots(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/relayslots`,this.getConfig())},putRelaySlots(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/relayslots`,a,this.getConfig())},getRaceResults(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/results?page=${a||""}`,this.getConfig())},getResultColumns(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/columns`,this.getConfig())},putResultColumns(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/columns`,a,this.getConfig())},cloneResultColumns(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/columns/clone`,r.a.stringify({raceIds:a}),this.getConfig())},putRaceTiers(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/tiers`,a,this.getConfig())},putRaceTimeSlots(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/timeslots`,a,this.getConfig())},putRaceCompletionBadge(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/completion-badge`,a,this.getConfig())},postRaceClone(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/clone`,a,this.getConfig())},getBadges(t,e){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/badges`,this.getConfig())},putBadge(t,e,a){return n["a"].http.put(`/v1.0/eventmanager/${t}/${e}/badges`,a,this.getConfig())},previewBadge(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/preview`,a,this.getConfig())},deleteBadge(t,e,a){return n["a"].http.delete(`/v1.0/eventmanager/${t}/${e}/badges/${a}`,this.getConfig())},sendBadgeEmail(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/${a}/email`,{},this.getConfig())},uploadBadgeImage(t,e,a,i){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/${a}/image`,i,this.getConfig())},rewardCollectiveBadge(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/${a}/reward-collective`,{},this.getConfig())},uploadBadgeDetailsImage(t,e,a,i){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/${a}/detailsimage`,i,this.getConfig())},getBadgeClaimLink(t,e,a){return n["a"].http.get(`/v1.0/eventmanager/${t}/${e}/badges/${a}/claim-link`,this.getConfig())},copyBadges(t,e,a){return n["a"].http.post(`/v1.0/eventmanager/${t}/${e}/badges/copy?toRaceId=${a}`,{},this.getConfig())},integrationsConfigureApp(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/app`,e,this.getConfig())},integrationsConfigureSso(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/sso`,e,this.getConfig())},integrationsEventsComEvents(t){return n["a"].http.get(`/v1.0/eventmanager/${t}/integrations/eventscom/events`,this.getConfig())},integrationsEventsComConnect(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/eventscom/events/${e}`,{},this.getConfig())},integrationsEventsComSync(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/eventscom/sync`,{},this.getConfig())},integrationsClassySync(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/classy/sync`,{},this.getConfig())},integrationsMiroConnect(t,e){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/miro/connect`,e,this.getConfig())},integrationsTeamsSync(t){return n["a"].http.post(`/v1.0/eventmanager/${t}/integrations/teams/sync`,{},this.getConfig())},integrationsTeamsVerify(t){return n["a"].http.post("/v1.0/eventmanager/integrations/teams/validate",t,this.getConfig())},getAds(){return n["a"].http.get("/v1.0/eventmanager/ads",this.getConfig())},postAd(t){return n["a"].http.post("/v1.0/eventmanager/ads",t,this.getConfig())},putAd(t,e){return n["a"].http.put("/v1.0/eventmanager/ads/"+t,e,this.getConfig())},deleteAd(t){return n["a"].http.delete("/v1.0/eventmanager/ads/"+t,this.getConfig())},uploadAdImage(t,e){return n["a"].http.post(`/v1.0/eventmanager/ads/${t}/image`,e,this.getConfig())}}},fe09:function(t,e,a){"use strict";a.d(e,"b",(function(){return o}));a("14d9");var n=a("c37a"),i=a("5311"),r=a("8547"),s=a("58df");function o(t){t.preventDefault()}e["a"]=Object(s["a"])(n["a"],i["a"],r["a"]).extend({name:"selectable",model:{prop:"inputValue",event:"change"},props:{id:String,inputValue:null,falseValue:null,trueValue:null,multiple:{type:Boolean,default:null},label:String},data(){return{hasColor:this.inputValue,lazyValue:this.inputValue}},computed:{computedColor(){if(this.isActive)return this.color?this.color:this.isDark&&!this.appIsDark?"white":"primary"},isMultiple(){return!0===this.multiple||null===this.multiple&&Array.isArray(this.internalValue)},isActive(){const t=this.value,e=this.internalValue;return this.isMultiple?!!Array.isArray(e)&&e.some(e=>this.valueComparator(e,t)):void 0===this.trueValue||void 0===this.falseValue?t?this.valueComparator(t,e):Boolean(e):this.valueComparator(e,this.trueValue)},isDirty(){return this.isActive},rippleState(){return this.isDisabled||this.validationState?this.validationState:void 0}},watch:{inputValue(t){this.lazyValue=t,this.hasColor=t}},methods:{genLabel(){const t=n["a"].options.methods.genLabel.call(this);return t?(t.data.on={click:o},t):t},genInput(t,e){return this.$createElement("input",{attrs:Object.assign({"aria-checked":this.isActive.toString(),disabled:this.isDisabled,id:this.computedId,role:t,type:t},e),domProps:{value:this.value,checked:this.isActive},on:{blur:this.onBlur,change:this.onChange,focus:this.onFocus,keydown:this.onKeydown,click:o},ref:"input"})},onClick(t){this.onChange(),this.$emit("click",t)},onChange(){if(!this.isInteractive)return;const t=this.value;let e=this.internalValue;if(this.isMultiple){Array.isArray(e)||(e=[]);const a=e.length;e=e.filter(e=>!this.valueComparator(e,t)),e.length===a&&e.push(t)}else e=void 0!==this.trueValue&&void 0!==this.falseValue?this.valueComparator(e,this.trueValue)?this.falseValue:this.trueValue:t?this.valueComparator(e,t)?null:t:!e;this.validate(!0,e),this.internalValue=e,this.hasColor=e},onFocus(t){this.isFocused=!0,this.$emit("focus",t)},onBlur(t){this.isFocused=!1,this.$emit("blur",t)},onKeydown(t){}}})}}]);
//# sourceMappingURL=chunk-2af42f20.8680f51c.js.map