/*! elementor - v3.24.0 - 15-10-2024 */ (()=>{var e={38003:e=>{"use strict";e.exports=wp.i18n},78983:e=>{e.exports=function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},42081:(e,t,r)=>{var o=r(74040);function _defineProperties(e,t){for(var r=0;r{var o=r(74040);e.exports=function _defineProperty(e,t,r){return(t=o(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},73203:e=>{e.exports=function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},56027:(e,t,r)=>{var o=r(7501).default;e.exports=function toPrimitive(e,t){if("object"!=o(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},74040:(e,t,r)=>{var o=r(7501).default,i=r(56027);e.exports=function toPropertyKey(e){var t=i(e,"string");return"symbol"==o(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},7501:e=>{function _typeof(t){return e.exports=_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,_typeof(t)}e.exports=_typeof,e.exports.__esModule=!0,e.exports.default=e.exports}},t={};function __webpack_require__(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,__webpack_require__),i.exports}(()=>{"use strict";var e=__webpack_require__(38003).__,t=__webpack_require__(73203),r=t(__webpack_require__(78983)),o=t(__webpack_require__(42081)),i=t(__webpack_require__(93231)),n=function(){function Admin(){(0,r.default)(this,Admin),(0,i.default)(this,"KIT_DATA_KEY","elementor-kit-data"),(0,i.default)(this,"cachedKitData",void 0),(0,i.default)(this,"revertButton",void 0),(0,i.default)(this,"activeKitName",void 0),this.activeKitName=this.getActiveKitName(),this.revertButton=document.getElementById("elementor-import-export__revert_kit"),this.revertButton&&(this.revertButton.addEventListener("click",this.onRevertButtonClick.bind(this)),this.maybeAddRevertBtnMargin()),this.maybeShowReferrerKitDialog()}return(0,o.default)(Admin,[{key:"maybeAddRevertBtnMargin",value:function maybeAddRevertBtnMargin(){new URLSearchParams(this.revertButton.href).get("referrer_kit")&&(this.revertButton.style.marginBottom=this.calculateMargin(),this.scrollToBottom())}},{key:"calculateMargin",value:function calculateMargin(){var e=document.getElementById("wpadminbar"),t=e?e.offsetHeight:0,r=this.revertButton.parentElement.offsetHeight;return document.body.clientHeight-t-r-document.getElementById("wpfooter").offsetHeight-15+"px"}},{key:"scrollToBottom",value:function scrollToBottom(){setTimeout((function(){window.scrollTo(0,document.body.scrollHeight)}))}},{key:"onRevertButtonClick",value:function onRevertButtonClick(t){var r=this;t.preventDefault(),elementorCommon.dialogsManager.createWidget("confirm",{headerMessage:e("Are you sure?","elementor"),message:e("Removing %s will permanently delete changes made to the Kit's content and site settings","elementor").replace("%s",this.activeKitName),strings:{confirm:e("Delete","elementor"),cancel:e("Cancel","elementor")},onConfirm:function onConfirm(){return r.onRevertConfirm()}}).show()}},{key:"onRevertConfirm",value:function onRevertConfirm(){var e=new URLSearchParams(this.revertButton.href).get("referrer_kit");this.saveToCache(null!=e?e:""),location.href=this.revertButton.href}},{key:"maybeShowReferrerKitDialog",value:function maybeShowReferrerKitDialog(){var t=this.getDataFromCache().referrerKitId;if(void 0!==t){if(0===t.length)return this.createKitDeletedWidget({message:e("Try a different Kit or build your site from scratch.","elementor"),strings:{confirm:e("OK","elementor"),cancel:e("Kit Library","elementor")},onCancel:function onCancel(){location.href=elementorImportExport.appUrl}}),void this.clearCache();this.createKitDeletedWidget({message:e("You're ready to apply a new Kit!","elementor"),strings:{confirm:e("Continue to new Kit","elementor"),cancel:e("Close","elementor")},onConfirm:function onConfirm(){location.href=elementorImportExport.appUrl+"/preview/"+t}}),this.clearCache()}}},{key:"createKitDeletedWidget",value:function createKitDeletedWidget(t){var r=this.getDataFromCache().activeKitName;elementorCommon.dialogsManager.createWidget("confirm",{id:"e-revert-kit-deleted-dialog",headerMessage:e("%s was successfully deleted","elementor").replace("%s",r),message:t.message,strings:{confirm:t.strings.confirm,cancel:t.strings.cancel},onConfirm:t.onConfirm,onCancel:t.onCancel}).show()}},{key:"getActiveKitName",value:function getActiveKitName(){var t=elementorImportExport.lastImportedSession;return t.kit_title?t.kit_title:t.kit_name?this.convertNameToTitle(t.kit_name):e("Your Kit","elementor")}},{key:"convertNameToTitle",value:function convertNameToTitle(e){return e.split(/[-_]+/).map((function(e){return e[0].toUpperCase()+e.substring(1)})).join(" ")}},{key:"saveToCache",value:function saveToCache(e){sessionStorage.setItem(this.KIT_DATA_KEY,JSON.stringify({referrerKitId:e,activeKitName:this.activeKitName}))}},{key:"getDataFromCache",value:function getDataFromCache(){var e;if(this.cachedKitData)return this.cachedKitData;try{this.cachedKitData=JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY))}catch(e){return{}}return null!==(e=this.cachedKitData)&&void 0!==e?e:{}}},{key:"clearCache",value:function clearCache(){sessionStorage.removeItem(this.KIT_DATA_KEY)}}]),Admin}();window.addEventListener("load",(function(){new n}))})()})();{"namespace":"tribe\/events\/v1","routes":{"\/tribe\/events\/v1":{"namespace":"tribe\/events\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"tribe\/events\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1"}]}},"\/tribe\/events\/v1\/doc":{"namespace":"tribe\/events\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":[]}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/doc"}]}},"\/tribe\/events\/v1\/events":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"default":1,"description":"The archive page to return","type":"integer","required":false},"per_page":{"default":"10","description":"The number of events to return on each page","type":"integer","required":false},"start_date":{"default":"2024-12-20 23:59:00","description":"Events should start after the specified date","required":false},"end_date":{"default":"2026-12-21 12:49:38","description":"Events should start before the specified date","required":false},"search":{"description":"Events should contain the specified string in the title or description","type":"string","required":false},"categories":{"description":"Events should be assigned one of the specified categories slugs or IDs","items":{"type":"integer"},"required":false},"tags":{"description":"Events should be assigned one of the specified tags slugs or IDs","items":{"type":"integer"},"required":false},"venue":{"description":"Events should be assigned one of the specified venue IDs","items":{"type":"integer"},"required":false},"organizer":{"description":"Events should be assigned one of the specified organizer IDs","items":{"type":"integer"},"required":false},"featured":{"type":"boolean","description":"Events should be filtered by their featured status","required":false},"status":{"format":"string","description":"The event post status","required":false},"geoloc":{"type":"boolean","description":"Requires Events Calendar Pro. Events should be filtered by whether their venue has geolocation data","required":false},"geoloc_lat":{"format":"double","description":"Requires Events Calendar Pro. Events should be filtered by their venue latitude location, must also provide geoloc_lng","required":false},"geoloc_lng":{"format":"double","description":"Requires Events Calendar Pro. Events should be filtered by their venue longitude location, must also provide geoloc_lat","required":false},"include":{"description":"Include events with one of the post IDs specified in the array of CSV list, date filters will be ignored.","items":{"type":"integer"},"required":false},"post_parent":{"type":"integer","description":"Events should be filtered by their post_parent being the specified one.","required":false}}},{"methods":["POST"],"args":{"author":{"type":"integer","description":"The event author ID","required":false},"date":{"type":"string","description":"The event publication date","required":false},"date_utc":{"type":"string","description":"The event publication date (UTC time zone)","required":false},"title":{"type":"string","description":"The event title","required":true},"description":{"type":"string","description":"The event description","required":false},"slug":{"type":"string","description":"The event slug","required":false},"excerpt":{"type":"string","description":"The event excerpt","required":false},"status":{"type":"string","description":"The event post status","required":false},"timezone":{"type":"string","description":"The event time zone","required":false},"all_day":{"default":false,"type":"boolean","description":"Whether the event lasts the whole day or not","required":false},"start_date":{"type":"string","description":"The event start date and time","required":true},"end_date":{"type":"string","description":"The event end date and time","required":true},"image":{"type":"string","description":"The event featured image ID or URL","required":false},"cost":{"description":"The event cost","required":false},"website":{"default":null,"description":"The event website URL","required":false},"show_map":{"type":"boolean","description":"Whether the event should show a map or not","required":false},"show_map_link":{"type":"boolean","description":"Whether the event should show a map link or not","required":false},"hide_from_listings":{"type":"boolean","description":"Whether events should be hidden in the calendar view or not","required":false},"sticky":{"type":"boolean","description":"Whether the event should be sticky in the calendar view or not","required":false},"featured":{"type":"boolean","description":"Whether the event should be featured on the site or not","required":false},"categories":{"default":null,"items":{"type":"integer"},"description":"The event category ID or name","required":false},"tags":{"default":null,"items":{"type":"integer"},"description":"The event tag ID or name","required":false},"venue":{"default":null,"items":{"type":"integer"},"description":"The event venue ID or data","required":false},"organizer":{"default":null,"items":{"type":"integer"},"description":"The event organizer IDs or data","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/events"}]}},"\/tribe\/events\/v1\/events\/(?P\\d+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","description":"the event post ID","required":true}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","description":"the event post ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"type":"integer","description":"the event post ID","required":true},"author":{"type":"integer","description":"The event author ID","required":false},"date":{"type":"string","description":"The event publication date","required":false},"date_utc":{"type":"string","description":"The event publication date (UTC time zone)","required":false},"title":{"type":"string","description":"The event title","required":false},"description":{"type":"string","description":"The event description","required":false},"slug":{"type":"string","description":"The event slug","required":false},"excerpt":{"type":"string","description":"The event excerpt","required":false},"status":{"type":"string","description":"The event post status","required":false},"timezone":{"type":"string","description":"The event time zone","required":false},"all_day":{"default":false,"type":"boolean","description":"Whether the event lasts the whole day or not","required":false},"start_date":{"type":"string","description":"The event start date and time","required":false},"end_date":{"type":"string","description":"The event end date and time","required":false},"image":{"type":"string","description":"The event featured image ID or URL","required":false},"cost":{"description":"The event cost","required":false},"website":{"default":null,"description":"The event website URL","required":false},"show_map":{"type":"boolean","description":"Whether the event should show a map or not","required":false},"show_map_link":{"type":"boolean","description":"Whether the event should show a map link or not","required":false},"hide_from_listings":{"type":"boolean","description":"Whether events should be hidden in the calendar view or not","required":false},"sticky":{"type":"boolean","description":"Whether the event should be sticky in the calendar view or not","required":false},"featured":{"type":"boolean","description":"Whether the event should be featured on the site or not","required":false},"categories":{"default":null,"items":{"type":"integer"},"description":"The event category ID or name","required":false},"tags":{"default":null,"items":{"type":"integer"},"description":"The event tag ID or name","required":false},"venue":{"default":null,"items":{"type":"integer"},"description":"The event venue ID or data","required":false},"organizer":{"default":null,"items":{"type":"integer"},"description":"The event organizer IDs or data","required":false}}}]},"\/tribe\/events\/v1\/events\/by-slug\/(?P[^\/]+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"slug":{"type":"string","description":"the event post name","required":true}}},{"methods":["DELETE"],"args":{"slug":{"type":"string","description":"the event post name","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"slug":{"type":"string","description":"The event slug","required":false},"author":{"type":"integer","description":"The event author ID","required":false},"date":{"type":"string","description":"The event publication date","required":false},"date_utc":{"type":"string","description":"The event publication date (UTC time zone)","required":false},"title":{"type":"string","description":"The event title","required":false},"description":{"type":"string","description":"The event description","required":false},"excerpt":{"type":"string","description":"The event excerpt","required":false},"status":{"type":"string","description":"The event post status","required":false},"timezone":{"type":"string","description":"The event time zone","required":false},"all_day":{"default":false,"type":"boolean","description":"Whether the event lasts the whole day or not","required":false},"start_date":{"type":"string","description":"The event start date and time","required":false},"end_date":{"type":"string","description":"The event end date and time","required":false},"image":{"type":"string","description":"The event featured image ID or URL","required":false},"cost":{"description":"The event cost","required":false},"website":{"default":null,"description":"The event website URL","required":false},"show_map":{"type":"boolean","description":"Whether the event should show a map or not","required":false},"show_map_link":{"type":"boolean","description":"Whether the event should show a map link or not","required":false},"hide_from_listings":{"type":"boolean","description":"Whether events should be hidden in the calendar view or not","required":false},"sticky":{"type":"boolean","description":"Whether the event should be sticky in the calendar view or not","required":false},"featured":{"type":"boolean","description":"Whether the event should be featured on the site or not","required":false},"categories":{"default":null,"items":{"type":"integer"},"description":"The event category ID or name","required":false},"tags":{"default":null,"items":{"type":"integer"},"description":"The event tag ID or name","required":false},"venue":{"default":null,"items":{"type":"integer"},"description":"The event venue ID or data","required":false},"organizer":{"default":null,"items":{"type":"integer"},"description":"The event organizer IDs or data","required":false}}}]},"\/tribe\/events\/v1\/venues":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"default":1,"description":"The archive page to return","type":"integer","required":false},"per_page":{"default":"10","description":"The number of venues to return on each page","type":"integer","required":false},"search":{"description":"Venues should contain the specified string in the title, description or custom fields","type":"string","required":false},"event":{"description":"Venues should be related to this event","type":"integer","required":false},"has_events":{"description":"Venues should have events associated to them","required":false},"only_with_upcoming":{"description":"Venues should have upcoming events associated to them","default":false,"required":false},"status":{"format":"string","description":"The organizer post status","required":false}}},{"methods":["POST"],"args":{"author":{"type":"integer","description":"The venue author ID","required":false},"date":{"type":"string","description":"The venue publication date","required":false},"date_utc":{"type":"string","description":"The venue publication date (UTC time zone)","required":false},"venue":{"type":"string","description":"The venue name","required":true},"description":{"type":"string","default":null,"description":"The venue description","required":false},"status":{"type":"string","description":"The venue post status","required":false},"show_map":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map or not","required":false},"show_map_link":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map link or not","required":false},"address":{"type":"string","default":null,"description":"The venue address","required":false},"city":{"type":"string","default":null,"description":"The venue city","required":false},"country":{"type":"string","default":null,"description":"The venue country","required":false},"province":{"type":"string","default":null,"description":"The venue province","required":false},"state":{"type":"string","default":null,"description":"The venue state","required":false},"zip":{"type":"string","default":null,"description":"The venue ZIP code","required":false},"phone":{"type":"string","default":null,"description":"The venue phone number","required":false},"stateprovince":{"type":"string","default":null,"description":"The venue state and province","required":false},"website":{"type":"string","default":null,"description":"The venue website URL","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/venues"}]}},"\/tribe\/events\/v1\/venues\/(?P\\d+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","description":"the venue post ID","required":true}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","description":"the venue post ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"type":"integer","description":"the venue post ID","required":true},"author":{"type":"integer","description":"The venue author ID","required":false},"date":{"type":"string","description":"The venue publication date","required":false},"date_utc":{"type":"string","description":"The venue publication date (UTC time zone)","required":false},"venue":{"type":"string","description":"The venue name","required":false},"description":{"type":"string","default":null,"description":"The venue description","required":false},"status":{"type":"string","description":"The venue post status","required":false},"show_map":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map or not","required":false},"show_map_link":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map link or not","required":false},"address":{"type":"string","default":null,"description":"The venue address","required":false},"city":{"type":"string","default":null,"description":"The venue city","required":false},"country":{"type":"string","default":null,"description":"The venue country","required":false},"province":{"type":"string","default":null,"description":"The venue province","required":false},"state":{"type":"string","default":null,"description":"The venue state","required":false},"zip":{"type":"string","default":null,"description":"The venue ZIP code","required":false},"phone":{"type":"string","default":null,"description":"The venue phone number","required":false},"stateprovince":{"type":"string","default":null,"description":"The venue state and province","required":false},"website":{"type":"string","default":null,"description":"The venue website URL","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}]},"\/tribe\/events\/v1\/venues\/by-slug\/(?P[^\/]+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"slug":{"type":"string","description":"the venue post name","required":true}}},{"methods":["DELETE"],"args":{"slug":{"type":"string","description":"the venue post name","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"slug":{"type":"string","description":"the venue post name","required":true},"author":{"type":"integer","description":"The venue author ID","required":false},"date":{"type":"string","description":"The venue publication date","required":false},"date_utc":{"type":"string","description":"The venue publication date (UTC time zone)","required":false},"venue":{"type":"string","description":"The venue name","required":false},"description":{"type":"string","default":null,"description":"The venue description","required":false},"status":{"type":"string","description":"The venue post status","required":false},"show_map":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map or not","required":false},"show_map_link":{"type":"string","default":null,"description":"Whether events linked to the venue should show a map link or not","required":false},"address":{"type":"string","default":null,"description":"The venue address","required":false},"city":{"type":"string","default":null,"description":"The venue city","required":false},"country":{"type":"string","default":null,"description":"The venue country","required":false},"province":{"type":"string","default":null,"description":"The venue province","required":false},"state":{"type":"string","default":null,"description":"The venue state","required":false},"zip":{"type":"string","default":null,"description":"The venue ZIP code","required":false},"phone":{"type":"string","default":null,"description":"The venue phone number","required":false},"stateprovince":{"type":"string","default":null,"description":"The venue state and province","required":false},"website":{"type":"string","default":null,"description":"The venue website URL","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}]},"\/tribe\/events\/v1\/organizers":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"default":1,"description":"The archive page to return","type":"integer","required":false},"per_page":{"default":"10","description":"The number of organizers to return on each page","type":"integer","required":false},"search":{"description":"Organizers should contain the specified string in the title, description or custom fields","type":"string","required":false},"event":{"description":"Organizers should be related to this event","type":"integer","required":false},"has_events":{"description":"Organizers should have events associated to them","required":false},"only_with_upcoming":{"description":"Organizers should have upcoming events associated to them","default":false,"required":false},"status":{"format":"string","description":"The organizer post status","required":false}}},{"methods":["POST"],"args":{"author":{"type":"integer","default":null,"description":"The organizer author ID","required":false},"date":{"type":"string","default":null,"description":"The organizer publication date","required":false},"date_utc":{"type":"string","default":null,"description":"The organizer publication date (UTC time zone)","required":false},"organizer":{"type":"string","default":null,"description":"The organizer name","required":true},"description":{"type":"string","default":null,"description":"The organizer description","required":false},"status":{"type":"string","default":null,"description":"The organizer post status","required":false},"phone":{"type":"string","default":null,"description":"The organizer phone number","required":false},"website":{"type":"string","default":null,"description":"The organizer website","required":false},"email":{"type":"string","default":null,"description":"The organizer e-mail address","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/organizers"}]}},"\/tribe\/events\/v1\/organizers\/(?P\\d+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","description":"the organizer post ID","required":true}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","description":"the organizer post ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"type":"integer","description":"the organizer post ID","required":true},"author":{"type":"integer","default":null,"description":"The organizer author ID","required":false},"date":{"type":"string","default":null,"description":"The organizer publication date","required":false},"date_utc":{"type":"string","default":null,"description":"The organizer publication date (UTC time zone)","required":false},"organizer":{"type":"string","default":null,"description":"The organizer name","required":false},"description":{"type":"string","default":null,"description":"The organizer description","required":false},"status":{"type":"string","default":null,"description":"The organizer post status","required":false},"phone":{"type":"string","default":null,"description":"The organizer phone number","required":false},"website":{"type":"string","default":null,"description":"The organizer website","required":false},"email":{"type":"string","default":null,"description":"The organizer e-mail address","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}]},"\/tribe\/events\/v1\/organizers\/by-slug\/(?P[^\/]+)":{"namespace":"tribe\/events\/v1","methods":["GET","DELETE","POST","PUT","PATCH"],"endpoints":[{"methods":["GET"],"args":{"slug":{"type":"string","description":"the organizer post name","required":true}}},{"methods":["DELETE"],"args":{"slug":{"type":"string","description":"the organizer post name","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"slug":{"type":"string","description":"the organizer post name","required":true},"author":{"type":"integer","default":null,"description":"The organizer author ID","required":false},"date":{"type":"string","default":null,"description":"The organizer publication date","required":false},"date_utc":{"type":"string","default":null,"description":"The organizer publication date (UTC time zone)","required":false},"organizer":{"type":"string","default":null,"description":"The organizer name","required":false},"description":{"type":"string","default":null,"description":"The organizer description","required":false},"status":{"type":"string","default":null,"description":"The organizer post status","required":false},"phone":{"type":"string","default":null,"description":"The organizer phone number","required":false},"website":{"type":"string","default":null,"description":"The organizer website","required":false},"email":{"type":"string","default":null,"description":"The organizer e-mail address","required":false},"image":{"type":"string","default":null,"description":"The organizer featured image ID or URL","required":false}}}]},"\/tribe\/events\/v1\/categories":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"default":1,"description":"The archive page to return","type":"integer","required":false},"per_page":{"default":"10","description":"The number of event categories to return on each page","type":"integer","required":false},"search":{"description":"Limit results to those matching a string","type":"string","required":false},"exclude":{"description":"Ensure result set exclude specific IDs","items":{"type":"integer"},"required":false},"include":{"description":"Limit result set to specific IDs","items":{"type":"integer"},"required":false},"order":{"description":"Order sort attribute ascending or descending","type":"string","required":false},"orderby":{"description":"Sort collection by term attribute","type":"string","required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts","type":"boolean","default":"1","required":false},"parent":{"description":"Limit result set to terms assigned to a specific parent","type":"integer","required":false},"post":{"description":"Limit result set to terms assigned to a specific post","type":"integer","required":false},"event":{"description":"Limit result set to terms assigned to a specific event (an alias of the \"post\" parameter)","type":"integer","required":false},"slug":{"description":"Limit result set to terms with a specific slug","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"The event category name","required":true},"description":{"type":"string","description":"The event category description","required":false},"slug":{"type":"string","description":"The event category slug","required":false},"parent":{"type":"integer","description":"The event category slug","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/categories"}]}},"\/tribe\/events\/v1\/categories\/(?P\\d+)":{"namespace":"tribe\/events\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","description":"the event category term ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"type":"integer","description":"the event category term ID","required":true},"name":{"type":"string","description":"The event category name","required":false},"description":{"type":"string","description":"The event category description","required":false},"slug":{"type":"string","description":"The event category slug","required":false},"parent":{"type":"integer","description":"The event category slug","required":false}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","description":"the event category term ID","required":true}}}]},"\/tribe\/events\/v1\/tags":{"namespace":"tribe\/events\/v1","methods":["GET","POST"],"endpoints":[{"methods":["GET"],"args":{"page":{"default":1,"description":"The archive page to return","type":"integer","required":false},"per_page":{"default":"10","description":"The number of event tags to return on each page","type":"integer","required":false},"search":{"description":"Limit results to those matching a string","type":"string","required":false},"exclude":{"description":"Ensure result set exclude specific IDs","items":{"type":"integer"},"required":false},"include":{"description":"Limit result set to specific IDs","items":{"type":"integer"},"required":false},"order":{"description":"Order sort attribute ascending or descending","type":"string","required":false},"orderby":{"description":"Sort collection by term attribute","type":"string","required":false},"hide_empty":{"description":"Whether to hide terms not assigned to any posts","type":"boolean","default":"1","required":false},"post":{"description":"Limit result set to terms assigned to a specific post","type":"integer","required":false},"event":{"description":"Limit result set to terms assigned to a specific event (an alias of the \"post\" parameter)","type":"integer","required":false},"slug":{"description":"Limit result set to terms with a specific slug","type":"string","required":false}}},{"methods":["POST"],"args":{"name":{"type":"string","description":"The event tag name","required":true},"description":{"type":"string","description":"The event tag description","required":false},"slug":{"type":"string","description":"The event tag slug","required":false}}}],"_links":{"self":[{"href":"https:\/\/cubsglobal.com\/wp-json\/tribe\/events\/v1\/tags"}]}},"\/tribe\/events\/v1\/tags\/(?P\\d+)":{"namespace":"tribe\/events\/v1","methods":["GET","POST","PUT","PATCH","DELETE"],"endpoints":[{"methods":["GET"],"args":{"id":{"type":"integer","description":"the event tag term ID","required":true}}},{"methods":["POST","PUT","PATCH"],"args":{"id":{"type":"integer","description":"the event tag term ID","required":true},"name":{"type":"string","description":"The event tag name","required":false},"description":{"type":"string","description":"The event tag description","required":false},"slug":{"type":"string","description":"The event tag slug","required":false}}},{"methods":["DELETE"],"args":{"id":{"type":"integer","description":"the event tag term ID","required":true}}}]}},"_links":{"up":[{"href":"https:\/\/cubsglobal.com\/wp-json\/"}]}}