@ckeditor/ckeditor5-ai 44.2.0-alpha.5 → 44.2.0-alpha.6

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/build/ai.js CHANGED
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var e={369:function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=r(18),o=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var o=e.getVersionPrecision(t),i=e.getVersionPrecision(r),s=Math.max(o,i),a=0,c=e.map([t,r],(function(t){var r=s-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(a=s-Math.min(o,i)),s-=1;s>=a;){if(c[0][s]>c[1][s])return 1;if(c[0][s]===c[1][s]){if(s===a)return 0;s-=1}else if(c[0][s]<c[1][s])return-1}},e.map=function(e,t){var r,n=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(r=0;r<e.length;r+=1)n.push(t(e[r]));return n},e.find=function(e,t){var r,n;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(r=0,n=e.length;r<n;r+=1){var o=e[r];if(t(o,r))return o}},e.assign=function(e){for(var t,r,n=e,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];if(Object.assign)return Object.assign.apply(Object,[e].concat(i));var a=function(){var e=i[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){n[t]=e[t]}))};for(t=0,r=i.length;t<r;t+=1)a();return e},e.getBrowserAlias=function(e){return n.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return n.BROWSER_MAP[e]||""},e}();t.default=o,e.exports=t.default},18:function(e,t,r){"use strict";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},t.BROWSER_MAP={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},t.PLATFORMS_MAP={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},t.OS_MAP={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},t.ENGINE_MAP={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"}},90:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(91))&&n.__esModule?n:{default:n},i=r(18);function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var a=function(){function e(){}var t,r,n;return e.getParser=function(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new Error("UserAgent should be a string");return new o.default(e,t)},e.parse=function(e){return new o.default(e).getResult()},t=e,n=[{key:"BROWSER_MAP",get:function(){return i.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return i.ENGINE_MAP}},{key:"OS_MAP",get:function(){return i.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return i.PLATFORMS_MAP}}],(r=null)&&s(t.prototype,r),n&&s(t,n),e}();t.default=a,e.exports=t.default},91:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=c(r(92)),o=c(r(93)),i=c(r(94)),s=c(r(95)),a=c(r(17));function c(e){return e&&e.__esModule?e:{default:e}}var u=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||""===e)throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=a.default.find(n.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=a.default.find(o.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||"":t||""},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||"":t||""},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=a.default.find(i.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=a.default.find(s.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return a.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,r={},n=0,o={},i=0;if(Object.keys(e).forEach((function(t){var s=e[t];"string"==typeof s?(o[t]=s,i+=1):"object"==typeof s&&(r[t]=s,n+=1)})),n>0){var s=Object.keys(r),c=a.default.find(s,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(r[c]);if(void 0!==u)return u}var l=a.default.find(s,(function(e){return t.isPlatform(e)}));if(l){var d=this.satisfies(r[l]);if(void 0!==d)return d}}if(i>0){var g=Object.keys(o),h=a.default.find(g,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(o[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),o=a.default.getBrowserTypeByAlias(n);return t&&o&&(n=o.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,o=this.getBrowserVersion();if("string"==typeof o)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(a.default.compareVersions(o,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=u,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=/version\/(\d+(\.?_?\d+)+)/i,s=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=o.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=o.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=o.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=o.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=o.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=o.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=o.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=o.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=o.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=o.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=o.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=o.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=o.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=o.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=o.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=o.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=o.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=o.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=o.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=o.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=o.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=o.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=o.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=o.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:o.default.getFirstMatch(t,e),version:o.default.getSecondMatch(t,e)}}}];t.default=s,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/Roku\/DVP/],describe:function(e){var t=o.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:i.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=o.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=o.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=o.default.getWindowsVersionName(t);return{name:i.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:i.OS_MAP.iOS},r=o.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=o.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=o.default.getMacOSVersionName(t),n={name:i.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=o.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:i.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=o.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=o.default.getAndroidVersionName(t),n={name:i.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=o.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:i.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=o.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||o.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||o.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:i.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=o.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=o.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:i.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:i.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=o.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.PlayStation4,version:t}}}];t.default=s,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=o.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:i.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=o.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:i.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}}];t.default=s,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:i.ENGINE_MAP.Blink};var t=o.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:i.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:i.ENGINE_MAP.Trident},r=o.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:i.ENGINE_MAP.Presto},r=o.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:i.ENGINE_MAP.Gecko},r=o.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:i.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:i.ENGINE_MAP.WebKit},r=o.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=s,e.exports=t.default}})},142:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck.ck-aria-description{display:none}",""]);const a=s},507:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const a=s},967:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},258:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},906:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},938:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const a=s},751:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},901:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const a=s},961:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const a=s},163:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const a=s},332:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const a=s},533:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(168),o=r.n(n),i=r(433),s=r.n(i),a=r(220),c=r.n(a),u=new URL(r(182),r.b),l=s()(o()),d=c()(u);l.push([e.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const g=l},181:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const a=s},676:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-form-view-width:600px;--ck-ai-form-content-height:175px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{max-width:100%;width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:100vw}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);font-size:var(--ck-font-size-tiny);min-height:unset;min-width:unset;padding:4px;position:absolute;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}@media screen and (max-width:600px){.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{--ck-input-width:auto}}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;margin:var(--ck-spacing-medium) 0 0;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label{line-height:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label:hover{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const a=s},379:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text);--ck-color-ai-selection:rgba(31,176,255,.3)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#f3ecff;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color);--ck-color-ai-selection:#e2d6f5}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-ai-selection)}.ck .ck-widget.ck-fake-ai-selection{outline-color:var(--ck-color-ai-selection)}.ck span.ck-fake-ai-selection-candidate{background:var(--ck-color-ai-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const a=s},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r})).join("")},t.i=function(e,r,n,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(n)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(s[c]=!0)}for(var u=0;u<e.length;u++){var l=[].concat(e[u]);n&&s[l[0]]||(void 0!==i&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=i),r&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=r):l[2]=r),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),t.push(l))}},t}},220:e=>{"use strict";e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},168:e=>{"use strict";e.exports=function(e){return e[1]}},673:e=>{"use strict";var t=[];function r(e){for(var r=-1,n=0;n<t.length;n++)if(t[n].identifier===e){r=n;break}return r}function n(e,n){for(var i={},s=[],a=0;a<e.length;a++){var c=e[a],u=n.base?c[0]+n.base:c[0],l=i[u]||0,d="".concat(u," ").concat(l);i[u]=l+1;var g=r(d),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==g)t[g].references++,t[g].updater(h);else{var f=o(h,n);n.byIndex=a,t.splice(a,0,{identifier:d,updater:f,references:1})}s.push(d)}return s}function o(e,t){var r=t.domAPI(t);r.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;r.update(e=t)}else r.remove()}}e.exports=function(e,o){var i=n(e=e||[],o=o||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var a=r(i[s]);t[a].references--}for(var c=n(e,o),u=0;u<i.length;u++){var l=r(i[u]);0===t[l].references&&(t[l].updater(),t.splice(l,1))}i=c}}},262:e=>{"use strict";var t={};e.exports=function(e,r){var n=function(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[e]=r}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(r){e.setAttribute(r,t[r])}))}},545:e=>{"use strict";var t,r=(t=[],function(e,r){return t[e]=r,t.filter(Boolean).join("\n")});function n(e,t,n,o){var i;if(n)i="";else{i="",o.supports&&(i+="@supports (".concat(o.supports,") {")),o.media&&(i+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(i+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),i+=o.css,s&&(i+="}"),o.media&&(i+="}"),o.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=r(t,i);else{var a=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(a,c[t]):e.appendChild(a)}}var o={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=o.singletonCounter++,r=o.singleton||(o.singleton=e.insertStyleElement(e));return{update:function(e){n(r,t,!1,e)},remove:function(e){n(r,t,!0,e)}}}},182:e=>{"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},331:(e,t,r)=>{e.exports=r(237)("./src/clipboard.js")},782:(e,t,r)=>{e.exports=r(237)("./src/core.js")},783:(e,t,r)=>{e.exports=r(237)("./src/engine.js")},311:(e,t,r)=>{e.exports=r(237)("./src/ui.js")},584:(e,t,r)=>{e.exports=r(237)("./src/utils.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={id:n,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.m=e,r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.b=document.baseURI||self.location.href;var n={};(()=>{"use strict";r.r(n),r.d(n,{AIAdapter:()=>Ue,AIAssistant:()=>_r,AIAssistantUI:()=>kr,AIRequestError:()=>Be,AITextAdapter:()=>Ir,AWSTextAdapter:()=>Cu,OpenAITextAdapter:()=>Cr});var e=r(782),t=r(584),o=r(311);e.ContextPlugin;var i=r(673),s=r.n(i),a=r(545),c=r.n(a),u=r(262),l=r.n(u),d=r(667),g=r.n(d),h=r(357),f=r.n(h),p=r(332),m={attributes:{"data-cke":!0}};m.setAttributes=g(),m.insert=l().bind(null,"head"),m.domAPI=c(),m.insertStyleElement=f();s()(p.A,m);p.A&&p.A.locals&&p.A.locals;e.ContextPlugin;var k=r(533),b={attributes:{"data-cke":!0}};b.setAttributes=g(),b.insert=l().bind(null,"head"),b.domAPI=c(),b.insertStyleElement=f();s()(k.A,b);k.A&&k.A.locals&&k.A.locals;o.View;o.View;class w extends Error{}class v extends w{constructor(){super("Zone is an abstract class")}}class y{get type(){throw new v}get name(){throw new v}get ianaName(){return this.name}get isUniversal(){throw new v}offsetName(e,t){throw new v}formatOffset(e,t){throw new v}offset(e){throw new v}equals(e){throw new v}get isValid(){throw new v}}let _={};const S={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let A={};class x extends y{static create(e){return A[e]||(A[e]=new x(e)),A[e]}static resetCache(){A={},_={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=x.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:r}){return $(e,t,r,this.name)}formatOffset(e,t){return N(this.offset(e),t)}offset(e){const t=new Date(e);if(isNaN(t))return NaN;const r=(n=this.name,_[n]||(_[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),_[n]);var n;let[o,i,s,a,c,u,l]=r.formatToParts?function(e,t){const r=e.formatToParts(t),n=[];for(let e=0;e<r.length;e++){const{type:t,value:o}=r[e],i=S[t];"era"===t?n[i]=o:P(i)||(n[i]=parseInt(o,10))}return n}(r,t):function(e,t){const r=e.format(t).replace(/\u200E/g,""),n=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(r),[,o,i,s,a,c,u,l]=n;return[s,o,i,a,c,u,l]}(r,t);"BC"===a&&(o=1-Math.abs(o));let d=+t;const g=d%1e3;return d-=g>=0?g:1e3+g,(O({year:o,month:i,day:s,hour:24===c?0:c,minute:u,second:l,millisecond:0})-d)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let E=null;class I extends y{static get utcInstance(){return null===E&&(E=new I(0)),E}static instance(e){return 0===e?I.utcInstance:new I(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new I(L(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${N(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${N(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return N(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}const R={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"};R.hanidec.replace(/[\[|\]]/g,"").split("");function P(e){return void 0===e}function M(e,t=2){let r;return r=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),r}function C(e){return P(e)||null===e||""===e?void 0:parseInt(e,10)}function T(e){if(!P(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function O(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function $(e,t,r,n=null){const o=new Date(e),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(i.timeZone=n);const s={timeZoneName:t,...i},a=new Intl.DateTimeFormat(r,s).formatToParts(o).find((e=>"timezonename"===e.type.toLowerCase()));return a?a.value:null}function L(e,t){let r=parseInt(e,10);Number.isNaN(r)&&(r=0);const n=parseInt(t,10)||0;return 60*r+(r<0||Object.is(r,-0)?-n:n)}function N(e,t){const r=Math.trunc(Math.abs(e/60)),n=Math.trunc(Math.abs(e%60)),o=e>=0?"+":"-";switch(t){case"short":return`${o}${M(r,2)}:${M(n,2)}`;case"narrow":return`${o}${r}${n>0?`:${n}`:""}`;case"techie":return`${o}${M(r,2)}${M(n,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}const U=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function B(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function F(...e){return t=>e.reduce((([e,r,n],o)=>{const[i,s,a]=o(t,n);return[{...e,...i},s||r,a]}),[{},null,1]).slice(0,2)}function D(...e){return(t,r)=>{const n={};let o;for(o=0;o<e.length;o++)n[e[o]]=C(t[r+o]);return[n,null,r+o]}}const j=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,H=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,q=RegExp(`${H.source}${`(?:${j.source}?(?:\\[(${U.source})\\])?)?`}`),V=RegExp(`(?:T${q.source})?`),z=D("weekYear","weekNumber","weekDay"),G=D("year","ordinal"),W=RegExp(`${H.source} ?(?:${j.source}|(${U.source}))?`),Z=RegExp(`(?: ${W.source})?`);function K(e,t,r){const n=e[t];return P(n)?r:C(n)}function J(e,t){return[{hours:K(e,t,0),minutes:K(e,t+1,0),seconds:K(e,t+2,0),milliseconds:T(e[t+3])},null,t+4]}function Y(e,t){const r=!e[t]&&!e[t+1],n=L(e[t+1],e[t+2]);return[{},r?null:I.instance(n),t+3]}function Q(e,t){return[{},e[t]?x.create(e[t]):null,t+1]}RegExp(`^T?${H.source}$`);B(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,V),B(/(\d{4})-?W(\d\d)(?:-?(\d))?/,V),B(/(\d{4})-?(\d{3})/,V),B(q),F((function(e,t){return[{year:K(e,t),month:K(e,t+1,1),day:K(e,t+2,1)},null,t+3]}),J,Y,Q),F(z,J,Y,Q),F(G,J,Y,Q),F(J,Y,Q);F(J);B(/(\d{4})-(\d\d)-(\d\d)/,Z),B(W),F(J,Y,Q);const X={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},ee=365.2425,te=30.436875,re=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"];re.slice(0).reverse();Symbol.for("nodejs.util.inspect.custom");Symbol.for("nodejs.util.inspect.custom");const ne=`[ ${String.fromCharCode(160)}]`;new RegExp(ne,"g");Symbol.for("nodejs.util.inspect.custom");o.View;var oe=r(961),ie={attributes:{"data-cke":!0}};ie.setAttributes=g(),ie.insert=l().bind(null,"head"),ie.domAPI=c(),ie.insertStyleElement=f();s()(oe.A,ie);oe.A&&oe.A.locals&&oe.A.locals;var se=r(163),ae={attributes:{"data-cke":!0}};ae.setAttributes=g(),ae.insert=l().bind(null,"head"),ae.domAPI=c(),ae.insertStyleElement=f();s()(se.A,ae);se.A&&se.A.locals&&se.A.locals;var ce=r(142),ue={attributes:{"data-cke":!0}};ue.setAttributes=g(),ue.insert=l().bind(null,"head"),ue.domAPI=c(),ue.insertStyleElement=f();s()(ce.A,ue);ce.A&&ce.A.locals&&ce.A.locals;var le=r(258),de={attributes:{"data-cke":!0}};de.setAttributes=g(),de.insert=l().bind(null,"head"),de.domAPI=c(),de.insertStyleElement=f();s()(le.A,de);le.A&&le.A.locals&&le.A.locals;var ge=r(967),he={attributes:{"data-cke":!0}};he.setAttributes=g(),he.insert=l().bind(null,"head"),he.domAPI=c(),he.insertStyleElement=f();s()(ge.A,he);ge.A&&ge.A.locals&&ge.A.locals;var fe=r(906),pe={attributes:{"data-cke":!0}};pe.setAttributes=g(),pe.insert=l().bind(null,"head"),pe.domAPI=c(),pe.insertStyleElement=f();s()(fe.A,pe);fe.A&&fe.A.locals&&fe.A.locals;var me=r(938),ke={attributes:{"data-cke":!0}};ke.setAttributes=g(),ke.insert=l().bind(null,"head"),ke.domAPI=c(),ke.insertStyleElement=f();s()(me.A,ke);me.A&&me.A.locals&&me.A.locals;var be=r(751),we={attributes:{"data-cke":!0}};we.setAttributes=g(),we.insert=l().bind(null,"head"),we.domAPI=c(),we.insertStyleElement=f();s()(be.A,we);be.A&&be.A.locals&&be.A.locals;var ve=r(901),ye={attributes:{"data-cke":!0}};ye.setAttributes=g(),ye.insert=l().bind(null,"head"),ye.domAPI=c(),ye.insertStyleElement=f();s()(ve.A,ye);ve.A&&ve.A.locals&&ve.A.locals;var _e=r(507),Se={attributes:{"data-cke":!0}};Se.setAttributes=g(),Se.insert=l().bind(null,"head"),Se.domAPI=c(),Se.insertStyleElement=f();s()(_e.A,Se);_e.A&&_e.A.locals&&_e.A.locals;const Ae={paintRoller:'<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3Z"/><path d="M16 3.25a1.5 1.5 0 0 1 1.5 1.5v1.7a2.25 2.25 0 0 1-1.932 2.226l-4.424.632a.75.75 0 0 0-.644.743V11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-.95a2.25 2.25 0 0 1 1.932-2.226l4.424-.632A.75.75 0 0 0 16 6.449V3.25Z"/></svg>\n',robotPencil:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',tableOfContents:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 19a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.022a6.47 6.47 0 0 0-1.5-.709V2a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h6.313c.173.534.412 1.037.709 1.5H3Z"/><path d="M9.174 14a6.489 6.489 0 0 0-.155 1H6v-1h3.174Z"/><path d="M10.022 12c-.202.316-.378.65-.524 1H4v-1h6.022Z"/><path d="M12.034 10c-.448.283-.86.62-1.224 1H6v-1h6.034Z"/><path d="M12 4v1H4V4h8Z"/><path d="M14 7V6H6v1h8Z"/><path d="M15 9V8H7v1h8Z"/><path clip-rule="evenodd" d="M20 15.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM15.5 13a.5.5 0 0 0-.5.5V15h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V16h1.5a.5.5 0 0 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5Z"/></svg>\n',template:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>',caseChange:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>'};function xe(e,t){const r=(0,t.t)("Other");return e.length?"groupId"in e[0]?e:[{groupId:"_ungrouppedCommands",groupLabel:r,order:1/0,commands:e}]:[{groupId:"_ungrouppedCommands",groupLabel:r,order:1/0,commands:[]}]}var Ee=r(331),Ie=r(783);const Re=Me;function Pe(){const e=["lowest","ck-ai-assistant-ui_theme","markers","setSelection","_getAISelection","deleteContent","addMarker","pop","editing","forEach","ck-fake-ai-selection","plugins","1824XknfDp","_resetContentOfSelectedTableCells","href","getRanges","first","getLastMatchingPosition","afterInit","898786YGJTcp","_getDefaultInsertBelowPosition","isPremiumPlugin","_getTableRowCountFromContent","146605ksfiaB","start","for","findAncestor","text/html","end","from","getChildren","35036zYvdeA","DataTransfer","pluginName","32dDazkv","paste","createPositionAfter","createRange","filter","setData","once","fire","updateMarker","addClass","createPositionAt","getColumnIndexes","isAtEnd","hideFakeVisualSelection","push","getLastPosition","change","conversion","getSelectedTableCells","getRowIndexes","schema","isOfficialPlugin","getSelectedBlocks","getFirstRange","table","fromCharCode","AIAssistantEditing","insertRows","333003DzESKQ","element","editingDowncast","isCollapsed","insertContent","insertContentBelow","_prepareTableInsertBelowPosition","8416120bbufwk","TableUtils","_createEmptyTableRows","getRows","3333816rlGYYS","span","ai-ui","2440RewQJh","selection","114CDLEhN","data","off","isContent","canEditAt","ck-fake-ai-selection_collapsed","contentInsertion","last","markerToElement","createSelection","removeMarker","markerToHighlight","showFakeVisualSelection","getMarkersGroup","config","model","length","map","editor","getChild","join","parse","init","getRange","_pasteHTMLUsingClipboard","createUIElement","document","get","has","ai.useTheme","210IunZcc","resultRange","markerRange"];return(Pe=function(){return e})()}function Me(e,t){const r=Pe();return(Me=function(e,t){return r[e-=279]})(e,t)}!function(e){const t=Me,r=e();for(;;)try{if(548613===-parseInt(t(343))/1*(-parseInt(t(346))/2)+-parseInt(t(324))/3*(-parseInt(t(388))/4)+parseInt(t(335))/5*(-parseInt(t(279))/6)+parseInt(t(331))/7+parseInt(t(381))/8+-parseInt(t(385))/9+-parseInt(t(309))/10*(parseInt(t(374))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Pe);const Ce=globalThis[Re(344)],Te=Re(387);class Oe extends e.Plugin{static get[Re(345)](){return Re(372)}static get[Re(367)](){return!0}static get[Re(333)](){return!0}[Re(301)](){const e=Re,{editor:t}=this,r=[e(322)];t[e(293)][e(306)](e(308))&&r[e(360)](e(313)),t[e(363)][e(337)](e(376))[e(290)]({model:Te,view:{classes:r,priority:12}}),t[e(363)][e(337)](e(376))[e(287)]({model:Te,view:(t,{writer:r})=>{const n=e;if(!t[n(311)][n(377)])return null;const o=r[n(304)](n(386));return r[n(355)]([n(322),n(284)],o),o}})}[Re(330)](){!async function(e){const r=p([88,107,108,100,55,85,98,103,102,117,80,112,65,84,104,52,70,122,69,114,109,75,74,54,86,73,72,79,97,121,82,87,56,48,110,101,81,78,120,89,113,83,119,50,76,68,116,53,66,71,105,77,57,111,67,115,90,118,99,51,49,106]),n=window[p([68,97,116,101])][p([110,111,119])](),o=e[p([101,100,105,116,111,114])],i=new(window[p([80,114,111,109,105,115,101])])((e=>{o[p([111,110,99,101])](p([114,101,97,100,121]),e)})),s={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},a=o[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[p([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((e=>{let t=0;o[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,n)=>{n[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),r[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](t)[p([116,104,101,110])]((()=>e))}function u(e){return e[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(e)):null}function l(e){return window[p([97,116,111,98])](e[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(e){let t=5381;function r(e){for(let r=0;r<e[p([108,101,110,103,116,104])];r++){const n=e[p([99,104,97,114,67,111,100,101,65,116])](r);t=(t<<5)+t+n,t&=t}}return function e(t){Array[p([105,115,65,114,114,97,121])](t)?t[p([102,111,114,69,97,99,104])](e):t&&typeof t==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](t)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([t,n])=>{r(t),e(n)})):r(window[p([83,116,114,105,110,103])](t))}(e),t>>>0}function g(e){return e[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(e){return e[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function f(){}function p(e){const t=Me;return e[t(296)]((e=>String[t(371)](e)))[t(299)]("")}!function(e){const t=function(){const e=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let t=p([88]);for(let n=0;n<e[p([108,101,110,103,116,104])];n+=2){let o=window[p([112,97,114,115,101,73,110,116])](e[p([115,117,98,115,116,114,105,110,103])](n,n+2));o>=r[p([108,101,110,103,116,104])]&&(o-=r[p([108,101,110,103,116,104])]),t+=r[o]}return t}();o[t]=p([97,105,76,105,99,101,110,115,101,75,101,121])+e,e!=p([86,97,108,105,100])&&async function(){await i,o[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=f,o[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,o[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let e,r=null,f=null;try{return a==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[p([115,112,108,105,116])](p([46]));return 3!=e[p([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=u(e);return t&&r()?t:null;function r(){const e=t[p([106,116,105])],r=window[p([112,97,114,115,101,73,110,116])](e[p([115,117,98,115,116,114,105,110,103])](e[p([108,101,110,103,116,104])]-8),16),n={...t,[p([106,116,105])]:e[p([115,117,98,115,116,114,105,110,103])](0,e[p([108,101,110,103,116,104])]-8)};return delete n[p([118,99])],d(n)==r}}}(),e?(e[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,r){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(s())return c(p([86,97,108,105,100]));a(),o[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const l=(0,t.uid)();function f(e){return!!e&&(typeof e===p([111,98,106,101,99,116])||typeof e===p([102,117,110,99,116,105,111,110]))&&typeof e[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof e[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function m(t){a(t)[p([116,104,101,110])]((e=>e&&e[p([115,116,97,116,117,115])]==p([111,107])?g(d(l+r))!=e[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),p([86,97,108,105,100])):p(n-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function i(){const t=p([108,108,99,116,45])+g(d(e)),r=h(g(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](t,r)}function s(){const t=p([108,108,99,116,45])+g(d(e)),r=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](t);return r?window[p([112,97,114,115,101,73,110,116])](h(r),16)*o:null}function a(e){return new(window[p([80,114,111,109,105,115,101])])(((t,r)=>{e[p([116,104,101,110])](t,r),window[p([115,101,116,84,105,109,101,111,117,116])](r,12e4)}))}}o[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,r)=>{if(r[0]!=e)return c(p([85,115,97,103,101,76,105,109,105,116]));r[1]={...r[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),o[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{f(e[p([114,101,116,117,114,110])])&&(u=!0,m(e[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),i[p([116,104,101,110])]((()=>{u||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return o[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function a(){o[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(e[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[p([106,116,105])])),await async function(){let e=!0;try{const n=a[p([115,112,108,105,116])](p([46])),[o,i,s]=n;return t(o),await r(o,i,s),e}catch(e){return!1}function t(t){const r=u(t);r&&r[p([97,108,103])]==p([69,83,50,53,54])||(e=!1)}async function r(t,r,n){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(n),(e=>e[p([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](t+p([46])+r),a=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!a)return;const c=await a[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),s,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await a[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},c,o,i)||(e=!1)}}()?function(){const t=e[p([102,101,97,116,117,114,101,115])];return!(!t||!t[p([105,110,99,108,117,100,101,115])](p([42]))&&!t[p([105,110,99,108,117,100,101,115])](p([65,73])))}()?function(){const t=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](e[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1738454400;return e[p([101,120,112])]<t}()?p([69,120,112,105,114,101,100]):function(){const t=Me,r=e[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!r||0==r[p([108,101,110,103,116,104])])return!0;const{hostname:n}=new URL(window[p([108,111,99,97,116,105,111,110])][t(326)]);if(r[p([105,110,99,108,117,100,101,115])](n))return!0;const o=n[p([115,112,108,105,116])](p([46]));return r[p([102,105,108,116,101,114])]((e=>e[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((e=>e[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((e=>o[p([101,118,101,114,121])](((t,r)=>e[r]===t||e[r]===p([42])))))}()?(e[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(r=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(r=c(p([84,114,105,97,108,76,105,109,105,116]))),await(r&&f?new(window[p([80,114,111,109,105,115,101])])(((e,t)=>{r[p([116,104,101,110])](e,t),f[p([116,104,101,110])]((t=>{t!=p([86,97,108,105,100])&&e(t)}),t)})):r||f||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(e){return p([73,110,118,97,108,105,100])}}())}(this)}[Re(291)](){const e=Re,t=this[e(297)][e(294)];t[e(362)]((r=>{const n=e,o=t[n(305)][n(389)][n(327)]();let i=0;for(const e of o){const o=Te+":"+i;if(t[n(314)][n(307)](o))r[n(354)](o,{range:e});else if(e[n(336)][n(358)]){const i=e[n(336)][n(329)]((({item:e})=>!t[n(366)][n(282)](e)),{boundaries:e});r[n(318)](o,{usingOperation:!1,affectsData:!1,range:r[n(349)](i,e[n(340)])})}else r[n(318)](o,{usingOperation:!1,affectsData:!1,range:e});i++}}))}[Re(359)](){const e=Re,t=this[e(297)][e(294)],r=Array[e(341)](this[e(297)][e(294)][e(314)][e(292)](Te));r[e(295)]&&t[e(362)]((t=>{const n=e;r[n(321)]((e=>{t[n(289)](e)}))}))}[Re(378)](e,t){const r=Re,n=this[r(316)](),o=t||n[r(369)]();this[r(297)][r(294)][r(283)](o)&&this[r(297)][r(294)][r(362)]((i=>{const s=r;this[s(359)](),t||this[s(325)](i,n),this[s(303)]({insertAt:o,writer:i,html:e})}))}[Re(379)](e){const t=Re,{model:r}=this[t(297)],n=this[t(316)]();r[t(362)]((()=>{const r=t,o=this[r(380)](e,n)||this[r(332)](n);this[r(378)](e,o)}))}[Re(316)](){const e=Re,t=this[e(297)][e(294)],r=Array[e(341)](t[e(314)][e(292)](Te))[e(296)]((t=>t[e(302)]()));return t[e(288)](r)}[Re(303)]({writer:e,html:t,insertAt:r}){const n=Re,{view:o}=this[n(297)][n(320)],i=this[n(297)][n(323)][n(306)](Ee.ClipboardPipeline),s=new Ce;s[n(351)](n(339),t);const a=new ClipboardEvent(n(347),{clipboardData:s}),c=new Ie.DomEventData(o,a,{dataTransfer:new Ie.DataTransfer(s)});e[n(315)](r);const u=(t,r)=>{const o=n;r[o(310)]&&e[o(315)](r[o(310)])};i[n(352)](n(285),u,{priority:n(312)}),o[n(305)][n(353)](n(347),c),i[n(281)](n(285),u)}[Re(332)](e){const t=Re,{model:r}=this[t(297)],n=Array[t(341)](e[t(368)]());return n[t(295)]?r[t(348)](n[t(319)]()):e[t(361)]()}[Re(380)](e,t){const r=Re,{model:n,plugins:o}=this[r(297)];if(o[r(307)](r(382))){const i=o[r(306)](r(382))[r(364)](t);if(i[r(295)]){const t=this[r(334)](e),o=this[r(383)](i,t);return n[r(356)](o,0)}}return null}[Re(334)](e){const t=Re,r=this[t(297)][t(323)][t(306)](t(382)),n=this[t(297)][t(280)][t(300)](e),o=Array[t(341)](n[t(342)]())[t(350)]((e=>e.is(t(375),t(370))));let i=0;return o[t(321)]((e=>{i+=r[t(384)](e)})),i}[Re(383)](e,t){const r=Re,n=this[r(297)][r(323)][r(306)](r(382)),o=n[r(365)](e),i=n[r(357)](e),s=o[r(286)]+1,a=i[r(328)],c=e[0][r(338)](r(370));for(let e=0;e<t;e++)n[r(373)](c,{at:s});return c[r(298)](s)[r(298)](a)}[Re(325)](e,t){const r=Re,{plugins:n}=this[r(297)],{model:o}=e;n[r(307)](r(382))&&n[r(306)](r(382))[r(364)](t)[r(295)]&&o[r(317)](t)}}var $e=Le;function Le(e,t){var r=Ne();return(Le=function(e,t){return r[e-=383]})(e,t)}function Ne(){var e=["aiadapter-text-adapter-not-set","name","14124RjulxM","16387LAaRvq","isOfficialPlugin","AIRequestError","AIAdapter","225OsxpPX","592PGlaho","textAdapter","2276195EexCiJ","832704UbiwoI","1516314tyfCfl","afterInit","4IevvcK","isPremiumPlugin","pluginName","6360lDVGte","2873MESUND","38XPBdMP","1067mhsJDt"];return(Ne=function(){return e})()}!function(e){for(var t=Le,r=e();;)try{if(231372===parseInt(t(398))/1*(parseInt(t(399))/2)+parseInt(t(391))/3+-parseInt(t(394))/4*(-parseInt(t(390))/5)+-parseInt(t(392))/6+-parseInt(t(383))/7*(parseInt(t(388))/8)+parseInt(t(387))/9*(-parseInt(t(397))/10)+parseInt(t(400))/11*(-parseInt(t(403))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ne);class Ue extends e.Plugin{static get[$e(396)](){return $e(386)}static get[$e(384)](){return!0}static get[$e(395)](){return!0}[$e(393)](){var e=$e;if(!this[e(389)])throw new t.CKEditorError(e(401),null)}}class Be extends Error{constructor(e){var t=$e;super(e),this[t(402)]=t(385)}}function Fe(e,t,r){const n=e.t;switch(t){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"AI is writing":return n("AI is writing");case"Generated content: %0":return n("Generated content: %0",r);case"Error during AI content generation: %0":return n("Error during AI content generation: %0",r);case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return n({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return n({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return n({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},r);case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}const De=je;function je(e,t){const r=qe();return(je=function(e,t){return r[e-=190]})(e,t)}!function(e){const t=je,r=e();for(;;)try{if(632491===parseInt(t(214))/1+parseInt(t(212))/2*(-parseInt(t(207))/3)+-parseInt(t(213))/4+-parseInt(t(198))/5*(-parseInt(t(201))/6)+parseInt(t(205))/7+-parseInt(t(221))/8+parseInt(t(206))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(qe);class He extends e.Command{constructor(e,t){const r=je;super(e),this[r(225)]=t,this[r(223)](r(226),[]),this.on(r(220),((e,t,n)=>{const o=r;this[o(216)]&&(this[o(226)]=Ve(this[o(225)],n))})),this[r(223)](r(199),!1),this.on(r(229),((e,t,n)=>{const o=r;this[o(226)]=n?Ve(this[o(225)],this[o(199)]):[]}))}[De(192)](){const e=De,t=this[e(232)][e(218)];this[e(199)]=function(t){const r=e,n=t[r(204)][r(227)];return n[r(231)]?0!==[...n[r(228)]()][r(196)]&&![...n[r(228)]()][0][r(200)]:!!t[r(190)](n[r(215)]())}(t);const r=t[e(204)][e(227)],n=this[e(232)][e(210)][e(224)](e(202));for(const t of r[e(194)]())for(const r of t[e(197)]())if(r.is(e(219))&&n[e(195)](r[e(230)]))return void(this[e(216)]=!1);this[e(216)]=!0}[De(191)](e="",t="",r=De(217)){const n=De;this[n(232)][n(208)][n(224)](kr)[n(209)](e,t,r)}}function qe(){const e=["selection","getSelectedBlocks","change:isEnabled","name","isCollapsed","editor","hasContent","execute","refresh","from","getRanges","includes","length","getItems","590PsMbrJ","_hasContext","isEmpty","27138UIeHIW","ai.aiAssistant.disabledElements","requiresContent","document","7158375vYtCFY","4736592ssxoyW","42kuIAiR","plugins","showUI","config","values","80752FVEgaF","87400uFrJec","263090VNBHSR","getFirstRange","isEnabled","custom","model","element","change:_hasContext","9008896CiYsBt","add","set","get","_commandDefinitions","enabledCommandsIds"];return(qe=function(){return e})()}function Ve(e,t){const r=De,n=new Set;for(const o of e[r(211)]())(t||!1===o[r(203)])&&n[r(222)](o.id);return Array[r(193)](n)}const ze=Ge;function Ge(e,t){const r=We();return(Ge=function(e,t){return r[e-=454]})(e,t)}function We(){const e=["view","name","20967dXTCPc","text/html","querySelector","_normalizeResponseHeadings","div","300973UPTGVo","exec","processor","previousContext","2166342ueaMXD","editor","5204941UIYXcL","isProcessing","childNodes","parseFromString","6652752eIHElT","listenTo","tryAgainEvent","```html","ELEMENT_NODE","viewToDom","146iergNB","_isH1TagSupportEnabled","5sJhGTl","message","once","currentContext","then","catch","abort","value","config","finally","get","rename","stopListening","940048gpgIYc","render","ai.aiAssistant.preserveComments","reset","_sanitizeHTML","_handleQuery","makeRequest","set","match","mainAction","serializeToString","_xmlSerializer","reverse","custom","toView","push","updateView","_stripMarkdownSyntax","previousQuery","nodeType","length","setContentOf","document","<h1></h1>","endsWith","_sanitizationContainer","editing","previousLabel","remove","from","textAdapter","finishProcessing","destroy","substring","toModel","_parseAndNormalizeContent","createElement","_domParser","markers","stringify","clear","htmlProcessor","body","stopProcessing","domConverter","currentResponse","startsWith","```","12883392jkWtAw","submitPrompt","element","handleError","data","prompt","previousActionId","set:currentContext","initialContext","isRendered","innerHTML","startProcessing","trim"];return(We=function(){return e})()}!function(e){const t=Ge,r=e();for(;;)try{if(530514===parseInt(t(459))/1+-parseInt(t(475))/2*(parseInt(t(454))/3)+parseInt(t(490))/4+parseInt(t(477))/5*(parseInt(t(463))/6)+parseInt(t(465))/7+parseInt(t(469))/8+-parseInt(t(538))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(We);const Ze=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");class Ke extends((0,t.ObservableMixin)()){constructor(e,t,r){const n=Ge;super(),this[n(464)]=e,this[n(520)]=t,this[n(515)]=document[n(526)](n(458)),this[n(527)]=new DOMParser,this[n(501)]=new XMLSerializer,this[n(551)]=r,this[n(497)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(545),((e,t,r)=>{const o=n;this[o(551)][o(484)]=this[o(494)](r)})),this[n(470)](this[n(551)],n(539),((e,t)=>{const r=n,o=this[r(480)]||this[r(546)];this[r(495)](t,o,r(503))})),this[n(470)](this[n(551)],n(471),(()=>{const e=n;this[e(551)][e(543)]=this[e(517)],this[e(495)](this[e(508)],this[e(462)],this[e(544)],this[e(517)])})),this[n(470)](this[n(551)],n(533),(()=>{this[n(533)]()}))}[ze(522)](){this[ze(489)]()}async[ze(506)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=ze;this[i(551)][i(543)]=n,this[i(551)][i(499)]=o,this[i(546)]=r,t&&(this[i(551)][i(547)]?this[i(495)](t,r,e,n):this[i(551)][i(479)](i(491),(()=>{this[i(495)](t,r,e,n)})))}[ze(533)](){const e=ze;this[e(466)]&&(this[e(466)]=!1,this[e(551)][e(521)](),this[e(520)][e(483)]())}[ze(493)](){const e=ze;this[e(546)]="",this[e(480)]="",this[e(535)]="",this[e(462)]="",this[e(508)]="",this[e(517)]="",this[e(544)]=void 0,this[e(551)][e(493)](),this[e(533)]()}async[ze(495)](e,t,r,n){const o=ze;return this[o(466)]=!0,this[o(551)][o(549)](),this[o(462)]=t,this[o(508)]=e,this[o(517)]=n||e,this[o(544)]=r,new Promise((n=>{const i=o;this[i(520)][i(496)]({query:e,context:t,onData:e=>{const t=i;this[t(535)]=e,this[t(480)]=this[t(525)](this[t(535)])},actionId:r})[i(481)]((()=>{const e=i;!this[e(480)]&&this[e(535)]&&(this[e(480)]=this[e(525)](this[e(535)],!0))}))[i(482)]((e=>{const t=i;e instanceof Be?this[t(551)][t(541)](e[t(478)]):this[t(551)][t(541)](),n()}))[i(486)]((()=>{this[i(533)](),n()}))}))}[ze(525)](e,t=!1){const r=ze,n=Ze[r(460)](e);e=n?e[r(523)](n[1][r(510)]):e[r(510)]<100&&!t?"":this[r(507)](e);const o=this[r(527)][r(468)](e,r(455));if(n){const e=Array[r(519)](o[r(532)][r(467)]);e[r(502)]();for(const t of e){if(t[r(509)]==Node[r(473)])break;t[r(518)]()}}const i=this[r(464)][r(542)][r(461)][r(504)](this[r(501)][r(500)](o[r(532)]));this[r(476)]()||this[r(457)](i);const s=this[r(464)][r(485)][r(487)](r(492)),a=this[r(464)][r(542)][r(524)](i);return s||a[r(528)][r(530)](),this[r(464)][r(542)][r(529)](a)}[ze(457)](e){const t=ze,r=new Ie.UpcastWriter(this[t(464)][t(516)][t(551)][t(512)]),n=new Ie.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(540))&&n[t(498)](r)&&(o[t(505)](r),"h1"==r[t(552)]&&(i=!0));if(i)for(const e of o)r[t(488)]("h"+(parseInt(e[t(552)][1])+1),e)}[ze(476)](){const e=ze,{data:t,editing:r}=this[e(464)],n=t[e(531)][e(504)](e(513)),o=t[e(504)](t[e(524)](n));return!!r[e(551)][e(534)][e(474)](o)[e(456)]("h1")}[ze(494)](e){const t=ze;return this[t(464)][t(516)][t(551)][t(534)][t(511)](this[t(515)],e),this[t(515)][t(548)]}[ze(507)](e){const t=ze,r=e[t(550)]();return r[t(536)](t(472))?r[t(514)](t(537))?r[t(523)](7,r[t(510)]-3):r[t(523)](7):e}}function Je(e,t){const r=Ye();return(Je=function(e,t){return r[e-=118]})(e,t)}function Ye(){const e=["replace","label","_CONTENT","extendTemplate","insert","toUpperCase","ck-hidden","Try again","5528690fjZvTM","Insert below","AI_","ck-ai-form__toolbar","11627456yXnxci","35709AzsVsi","stopButton","ck-button-action","bind","_createButton","replaceButton","mainAction","5313426QDjLPw","8636280rPHSwV","Stop","9UsMKLo","locale","tryAgainButton","5JMdVtP","REPLACE","isVisible","set","6103601jCauce","68AynsxO","insertButton","bindTemplate","items","442770NOBCnK","addMany"];return(Ye=function(){return e})()}const Qe=Je;!function(e){const t=Je,r=e();for(;;)try{if(777340===parseInt(t(143))/1*(-parseInt(t(152))/2)+parseInt(t(130))/3*(parseInt(t(148))/4)+parseInt(t(125))/5+-parseInt(t(137))/6+parseInt(t(147))/7+parseInt(t(129))/8*(parseInt(t(140))/9)+-parseInt(t(138))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ye);const Xe={REPLACE:Qe(154),INSERT:Qe(121)};class et extends o.ToolbarView{constructor(e){const t=Qe;super(e),this[t(146)](t(145),!1),this[t(146)](t(136),Xe[t(144)]),this[t(135)]=this[t(134)]("",t(132)),this[t(135)][t(133)](t(118)).to(this,t(136),(r=>Fe(e,t(127)+r[t(122)]()+t(119)))),this[t(149)]=this[t(134)](Fe(e,t(126))),this[t(142)]=this[t(134)](Fe(e,t(124))),this[t(131)]=this[t(134)](Fe(e,t(139)));const r=this[t(150)];this[t(120)]({attributes:{class:[t(128),r.if(t(145),t(123),(e=>!e))]}}),this[t(151)][t(153)]([this[t(135)],this[t(149)],this[t(142)],this[t(131)]])}[Qe(134)](e,t){const r=Qe,n=new o.ButtonView(this[r(141)]);return n[r(146)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}const tt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',rt=ot;function nt(){const e=["setEndBefore","appendLoader","setContent","icon","isProcessing","contentFieldView","50718740TJjIJg","AI is writing...","check","class","absolute","locale","querySelector","element","-9999px","setTemplate","ck-ai-form__copy-button","copy","_createLoader","div","text/plain","bindTemplate","addRange","bind","8Poroko","ck-ai-form__copy-button-wrapper","<span>[</span>","style","appendChild","render","_copyHTMLToClipboard","loaderView","<span>]</span>","_createCopyButton","scrollHeight","change:value","3194464RUQhuI","isVisible","set",".ck-ai-form__loader"," ck-ai-form__copy-button--copied","1393497qEgOmj","remove","getSelection","ClipboardItem","ck-ai-form__content-area","ck-ai-form__content-area--processing","Copy","change:isProcessing","execute","execCommand","ck-hidden","createRange","smooth","write","14862501sYqNtO","createElement","4813098FEYndD","wheel","ck-content","24PmQDYz","ck-reset_all-excluded","value","isEnabled","position","610502AltvgC","ck-ai-form__loader","innerHTML","setStartAfter","listenTo","focus","removeAllRanges","text/html","firstElementChild","clipboard","textContent","lastElementChild","4lGfRtM","body","left","mousedown","scrollTo","copyButtonView","ck-ai-form__content-field","ck-ai-form__content-area-wrapper","6942465RRpafG"];return(nt=function(){return e})()}function ot(e,t){const r=nt();return(ot=function(e,t){return r[e-=498]})(e,t)}!function(e){const t=ot,r=e();for(;;)try{if(914500===-parseInt(t(577))/1*(parseInt(t(565))/2)+-parseInt(t(557))/3+-parseInt(t(536))/4+-parseInt(t(499))/5+-parseInt(t(560))/6*(parseInt(t(541))/7)+parseInt(t(524))/8*(parseInt(t(555))/9)+parseInt(t(506))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nt);class it extends o.View{constructor(e,t=""){const r=ot;super(e),this[r(538)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(521)];this[r(505)]=new st(e,t),this[r(582)]=this[r(533)](),this[r(515)]({tag:r(519),attributes:{class:["ck",r(498),n.if(r(537),r(551),(e=>!e))],tabindex:"-1"},children:[{tag:r(519),attributes:{class:["ck",r(545),n.if(r(504),r(546))]},children:[this[r(505)],{tag:r(519),attributes:{class:["ck",r(525)]},children:[this[r(582)]]}]}]})}[rt(529)](){const e=rt;super[e(529)](),this[e(562)]&&this[e(505)][e(502)](this[e(562)]);let t=!1;this.on(e(535),((r,n,o)=>{const i=e,s=!this[i(505)][i(513)][i(512)](i(539));this[i(505)][i(502)](o),this[i(504)]&&s&&!t&&this[i(513)][i(581)]({top:this[i(513)][i(534)],behavior:i(553)})})),this.on(e(548),((r,n,o)=>{const i=e;t=!1,o?(this[i(562)]=null,this[i(505)][i(501)]()):this[i(562)]||this[i(505)][i(502)]("")})),this[e(569)](this[e(513)],e(558),(()=>{t=!0})),this[e(569)](this[e(513)],e(580),(()=>{t=!0}))}[rt(570)](){const e=rt;this[e(513)][e(570)]()}[rt(533)](){const t=rt,r=this[t(511)],n=new o.ButtonView(this[t(511)]),i=t(516);return n[t(538)]({label:Fe(r,t(547)),icon:tt,class:i,tooltip:!0}),n[t(523)](t(537)).to(this,t(562),(e=>!!e)),n[t(523)](t(563)).to(this,t(504),(e=>!e)),n.on(t(549),(()=>{const r=t;this[r(530)](this[r(505)][r(513)]),n[r(503)]=e.icons[r(508)],n[r(509)]=i+r(540),this[r(570)](),setTimeout((()=>{const e=r;n[e(503)]=tt,n[e(509)]=i}),1e3)})),n}[rt(530)](e){const r=rt,{window:n,document:o}=t.global;if(n[r(544)]){const{Blob:t,ClipboardItem:o}=n,i=[new o({"text/html":new t([e[r(567)]],{type:r(572)}),"text/plain":new t([e[r(575)]||""],{type:r(520)})})];navigator[r(574)][r(554)](i)}else{const t=o[r(556)](r(519));t[r(527)][r(564)]=r(510),t[r(527)][r(579)]=r(514),t[r(567)]=r(526)+e[r(567)]+r(532),o[r(578)][r(528)](t);const i=o[r(552)]();i[r(568)](t[r(573)]),i[r(500)](t[r(576)]);const s=n[r(543)]();s[r(571)](),s[r(522)](i),o[r(550)](r(517)),t[r(542)]()}}}class st extends o.View{constructor(e,t=""){const r=rt;super(e),this[r(531)]=this[r(518)](),this[r(515)]({tag:r(519),attributes:{class:["ck",r(559),t,r(561),r(583)]}})}[rt(502)](e){const t=rt;this[t(513)][t(567)]=e}[rt(501)](){const e=rt;this[e(513)][e(528)](this[e(531)][e(513)])}[rt(518)](){const e=rt,t=new o.View,r=this[e(511)],n=new o.SpinnerView;return n[e(537)]=!0,t[e(515)]({tag:e(519),attributes:{class:["ck",e(566)]},children:[n,{text:Fe(r,e(507))}]}),t[e(529)](),t}}function at(){const e=["5MbaJhl","2852468VQrtXh","set","152679CruqLO","28127133XvevJU","610699VUNSuv","16yxamwR","ck-ai-form__error","content","text","div","bindTemplate","setTemplate","4111702rZUFCO","1796268ZhEBzi","4564312exEpRL"];return(at=function(){return e})()}function ct(e,t){const r=at();return(ct=function(e,t){return r[e-=477]})(e,t)}!function(e){const t=ct,r=e();for(;;)try{if(535730===-parseInt(t(479))/1+parseInt(t(480))/2*(-parseInt(t(477))/3)+-parseInt(t(491))/4*(parseInt(t(490))/5)+parseInt(t(488))/6+-parseInt(t(487))/7+-parseInt(t(489))/8+parseInt(t(478))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(at);class ut extends o.View{constructor(e,t=""){const r=ct;super(e);const n=new o.IconView,i=this[r(485)];this[r(492)](r(483),t),n[r(482)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[r(486)]({tag:r(484),attributes:{class:["ck",r(481)]},children:[n,{text:i.to(r(483))}]})}}const lt=gt;function dt(){const e=["minRows","locale","style","isOn","uiLanguageDirection","3QRlHSC","children","showHistoryButtonView","focusableChildren","filteredView","isEmpty","ck-ai-form__submit","1165012jUcKNf","window","element","10779070tAfhlz","left","isEnabled","Submit","rtl","ck-ai-form__toggle-history","focusFirst","add","198115SHnxLD","fieldWrapperChildren","update","width","history","1088173bFiPea","bind","339928YRBJpP","1964809GXWUEF","focusCycler","excludeScrollbarsAndBorders","submit","fire","9PNkjAX","set","render","value","fieldView","2opSuZg","queryView","_createSubmitButton","History","focusLast","execute","resultsView","submitButtonView","focus","right","7SMRXSh","requestAnimationFrame","6581328OQAgWw","maxRows","keystrokes","enter","target","isVisible","_createShowHistoryButton"];return(dt=function(){return e})()}function gt(e,t){const r=dt();return(gt=function(e,t){return r[e-=426]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(555168===parseInt(t(477))/1*(parseInt(t(430))/2)+-parseInt(t(454))/3*(parseInt(t(461))/4)+-parseInt(t(472))/5+parseInt(t(442))/6+-parseInt(t(440))/7*(parseInt(t(479))/8)+-parseInt(t(485))/9*(parseInt(t(464))/10)+-parseInt(t(480))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(dt);class ht extends o.AutocompleteView{constructor(e,t){const r=gt;super(e,t),this[r(431)][r(429)][r(449)]=1,this[r(431)][r(429)][r(443)]=3,this[r(437)]=this[r(432)](),this[r(456)]=this[r(448)](),this[r(457)][r(471)](this[r(456)],1),this[r(457)][r(471)](this[r(437)])}[lt(427)](){const e=lt;super[e(427)](),this[e(431)][e(473)][e(471)](this[e(456)]),this[e(455)][e(471)](this[e(437)]),this[e(444)][e(426)](e(445),((t,r)=>{const n=e;t[n(446)]==this[n(431)][n(429)][n(463)]&&(this[n(483)](),r())}))}[lt(432)](){const e=lt,t=new o.ButtonView(this[e(450)]),r=this[e(450)];return t[e(426)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:Fe(r,e(467)),isVisible:!0,tooltip:!0,class:e(460)}),t.on(e(435),(()=>{this[e(483)]()})),t[e(478)](e(466)).to(this[e(431)][e(429)],e(459),this,e(466),((e,t)=>!e&&t)),t}[lt(448)](){const r=lt,n=new o.ButtonView(this[r(450)]),i=this[r(436)],s=this[r(450)];n[r(426)]({label:Fe(s,r(433)),withText:!1,icon:e.icons[r(476)],tooltip:!0,tooltipPosition:"sw",class:r(469)}),n[r(478)](r(452)).to(i,r(447)),n[r(478)](r(466)).to(this,r(466)),n.on(r(435),(()=>{const e=r;i[e(447)]=!i[e(447)],i[e(447)]?this[e(458)][e(438)]():this[e(438)]()}));const a=()=>{const e=r;t.global[e(462)][e(441)]((()=>{const r=e;if((0,t.isVisible)(this[r(463)])){const e=new t.Rect(this[r(431)][r(429)][r(463)]),o=e[r(475)],i=r(468)===s[r(453)]?r(465):r(439);e[r(482)](),n[r(463)][r(451)][i]=o-e[r(475)]+1+"px"}}))};return this[r(431)][r(429)].on(r(474),a),this.on(r(427),a),n}[lt(483)](){const e=lt,t=this[e(431)][e(429)][e(463)][e(428)];this[e(484)](e(483),t)}[lt(438)](e){const t=lt;-1===e?this[t(481)][t(434)]():this[t(481)][t(470)]()}}const ft=pt;function pt(e,t){const r=mt();return(pt=function(e,t){return r[e-=132]})(e,t)}function mt(){const e=["fire","length","clearHistory","clearHistoryButton","label","_createClearHistoryButton","9309992qbWMht","set","delegate","execute","items","add","children","533409MXVTqn","2006547efspeL","121324gFdzzq","Prompt history","276bggqqK","Clear","747242GxZCno","locale","4511715AlXCLB","historyGroupView","filter","3769392LwWciA"];return(mt=function(){return e})()}!function(e){const t=pt,r=e();for(;;)try{if(649577===-parseInt(t(137))/1+parseInt(t(143))/2+-parseInt(t(138))/3+parseInt(t(148))/4+parseInt(t(145))/5+parseInt(t(141))/6*(parseInt(t(139))/7)+-parseInt(t(155))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(mt);class kt extends o.ListView{constructor(e){const t=pt;super(e),this[t(152)]=this[t(154)](),this[t(146)]=new o.ListItemGroupView,this[t(146)][t(136)][t(135)](this[t(152)],1),this[t(146)][t(153)]=Fe(e,t(140)),this[t(146)][t(134)][t(132)](t(133)).to(this),this[t(134)][t(135)](this[t(146)])}[ft(147)](){const e=ft;let t=0;for(const r of this[e(134)])t+=r[e(134)][e(150)];return{resultsCount:t,totalItemsCount:t}}[ft(154)](){const e=ft,t=this[e(144)],r=new o.ButtonView(this[e(144)]);return r[e(156)]({label:"("+Fe(t,e(142))+")",withText:!0}),r.on(e(133),(()=>this[e(149)](e(151)))),r}}const bt="object"==typeof global&&global&&global.Object===Object&&global;var wt="object"==typeof self&&self&&self.Object===Object&&self;const vt=(bt||wt||Function("return this")()).Symbol;const yt=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};const _t=Array.isArray;var St=Object.prototype,At=St.hasOwnProperty,xt=St.toString,Et=vt?vt.toStringTag:void 0;const It=function(e){var t=At.call(e,Et),r=e[Et];try{e[Et]=void 0;var n=!0}catch(e){}var o=xt.call(e);return n&&(t?e[Et]=r:delete e[Et]),o};var Rt=Object.prototype.toString;const Pt=function(e){return Rt.call(e)};var Mt=vt?vt.toStringTag:void 0;const Ct=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Mt&&Mt in Object(e)?It(e):Pt(e)};const Tt=function(e){return null!=e&&"object"==typeof e};const Ot=function(e){return"symbol"==typeof e||Tt(e)&&"[object Symbol]"==Ct(e)};var $t=vt?vt.prototype:void 0,Lt=$t?$t.toString:void 0;const Nt=function e(t){if("string"==typeof t)return t;if(_t(t))return yt(t,e)+"";if(Ot(t))return Lt?Lt.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r};const Ut=function(e){return null==e?"":Nt(e)};const Bt=function(e){return function(t){return null==e?void 0:e[t]}};const Ft=Bt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Dt=/&(?:amp|lt|gt|quot|#39);/g,jt=RegExp(Dt.source);const Ht=function(e){return(e=Ut(e))&&jt.test(e)?e.replace(Dt,Ft):e};function qt(){const e=["fire","children","1056876oFKpdZ","573148IrXMwU","locale","18hNfCuZ","set","2290044TBdKjW","2INtGOE","add","126JmdCQr","50159YMqmfC","193380zqRjZm","44826nTtqic","5UoKfUI","3082832alZVJR","execute","55uishEU","prompt"];return(qt=function(){return e})()}function Vt(e,t){const r=qt();return(Vt=function(e,t){return r[e-=419]})(e,t)}!function(e){const t=Vt,r=e();for(;;)try{if(196247===parseInt(t(429))/1*(-parseInt(t(426))/2)+-parseInt(t(420))/3+-parseInt(t(421))/4*(parseInt(t(432))/5)+-parseInt(t(431))/6*(-parseInt(t(428))/7)+-parseInt(t(433))/8+parseInt(t(423))/9*(parseInt(t(430))/10)+-parseInt(t(435))/11*(-parseInt(t(425))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(qt);class zt extends o.ListItemView{constructor(e){const t=Vt;super();const r=new o.ButtonLabelView,n=new o.ButtonView(this[t(422)],r);this[t(419)][t(427)](n),n[t(424)]({label:e[t(436)],withText:!0}),n.on(t(434),(()=>{const r=t;this[r(437)](r(434),{value:Ht(e[r(436)])})}))}}const Gt=Wt;function Wt(e,t){const r=Zt();return(Wt=function(e,t){return r[e-=380]})(e,t)}function Zt(){const e=["getItem","setItem","add","parse","2029164iOTvkQ","2093904GSPFPj","_saveToSessionStorage","8475520RXYGfj","length","2zwVzvy","CKEditor/AIFormView/PromptHistory","3eqqQLr","1027395RINdYp","addMany","126ZDgYMn","_loadFromSessionStorage","prompt","remove","stringify","map","toLowerCase","53885jWJtEp","last","trim","1455664fJTlYu","210499pdNbFC"];return(Zt=function(){return e})()}!function(e){const t=Wt,r=e();for(;;)try{if(259402===parseInt(t(381))/1*(-parseInt(t(391))/2)+parseInt(t(393))/3*(parseInt(t(386))/4)+parseInt(t(403))/5*(parseInt(t(396))/6)+parseInt(t(380))/7+parseInt(t(387))/8+parseInt(t(394))/9+-parseInt(t(389))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Zt);const Kt=Gt(392);class Jt extends t.Collection{constructor(){const e=Gt;super(),this[e(397)](),this.on(e(384),((t,r)=>{const n=e,o=Yt(r[n(398)]);for(const e of this)if(e!=r&&Yt(e[n(398)])===o){this[n(399)](e);break}this[n(390)]>20&&this[n(399)](this[n(404)]),this[n(388)]()})),this.on(e(399),(()=>{this[e(388)]()}))}[Gt(397)](){const e=Gt,t=sessionStorage[e(382)](Kt)||"[]";this[e(395)](JSON[e(385)](t))}[Gt(388)](){const e=Gt;sessionStorage[e(383)](Kt,JSON[e(400)](this[e(401)]((e=>e))))}}function Yt(e){const t=Gt;return e[t(402)]()[t(405)]()}const Qt=Bt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var Xt=/[&<>"']/g,er=RegExp(Xt.source);const tr=function(e){return(e=Ut(e))&&er.test(e)?e.replace(Xt,Qt):e},rr=or;function nr(){const e=["delegate","AI_ERROR_FAILED","bind","chain","clearHistory","tryAgainEvent","replaceButton","handleError","stopProcessing","focusFirst","_promptHistory","_createPromptView","label","element","queryView","8308125ZKKhkq","bindTo","locale","high","isVisible","Empty history","createCollection","errorView","set","stopButton","prompt","div","1160datGYK","startProcessing","insertContentBelow","shift + tab","ck-ai-form","Ask AI to improve generated text","contentArea","insertButton","trim","setTemplate","82321rbpZkh","isProcessing","isError","finishProcessing","copyButtonView","add","mainAction","tryAgainButton","3330kOlPmg","replaceContent","render","historyGroupView","Ask AI and your prompts will be listed here for you to use later.","2748772tkCLbM","_focusables","keystrokes","Ask AI to edit or generate","tab","ck-hidden","38489YMhdmB","10381326wObwYd","_createToolbar","REPLACE","387756LlEqyS","clear","toolbar","ck-ai-form-content","focus","value","fire","text","2nGpZTw","submit","9036MnfQzF","_createHistoryView","5WuOyoo","bindTemplate","execute","submitPrompt","isEnabled","listenTo","focusTracker","focusLast","search","reset","items","promptView","focusCycler","fieldView"];return(nr=function(){return e})()}function or(e,t){const r=nr();return(or=function(e,t){return r[e-=212]})(e,t)}!function(e){const t=or,r=e();for(;;)try{if(872225===parseInt(t(292))/1*(parseInt(t(237))/2)+-parseInt(t(229))/3+parseInt(t(219))/4*(-parseInt(t(241))/5)+parseInt(t(226))/6+parseInt(t(270))/7+-parseInt(t(282))/8*(parseInt(t(239))/9)+parseInt(t(214))/10*(-parseInt(t(225))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nr);class ir extends o.View{constructor(e,r,n=""){const i=or;super(e),this[i(278)](i(245),!0),this[i(278)](i(293),!1),this[i(278)](i(280),""),this[i(278)](i(234),""),this[i(278)](i(294),!1),this[i(278)](i(212),Xe[i(228)]),this[i(265)]=new Jt,this[i(277)]=new ut(e),this[i(288)]=new it(e,n),this[i(288)][i(257)](i(293)).to(this),this[i(288)][i(257)](i(234)).to(this),this[i(231)]=this[i(227)](),this[i(231)][i(257)](i(212)).to(this),this[i(252)]=this[i(266)](),this[i(247)]=new t.FocusTracker,this[i(221)]=new t.KeystrokeHandler,this[i(220)]=this[i(276)]([this[i(288)],this[i(288)][i(296)],this[i(231)],this[i(252)]]),this[i(253)]=new o.FocusCycler({focusables:this[i(220)],focusTracker:this[i(247)],keystrokeHandler:this[i(221)],actions:{focusPrevious:i(285),focusNext:i(223)}}),this[i(253)][i(258)](this[i(252)][i(253)]),this[i(252)][i(269)][i(254)][i(257)](i(234)).to(this,i(280));const s=this[i(242)];this[i(291)]({tag:i(281),attributes:{class:["ck",i(286),r],tabindex:"-1"},children:[{tag:i(281),attributes:{class:["ck",i(232)]},children:[{tag:i(281),attributes:{class:[s.if(i(294),i(224),(e=>!e))]},children:[this[i(277)]]},this[i(288)],this[i(231)],this[i(252)]]}]})}[rr(216)](){const e=rr;super[e(216)](),this[e(247)][e(297)](this[e(288)][e(268)]),this[e(247)][e(297)](this[e(288)][e(296)][e(268)]),this[e(247)][e(297)](this[e(231)][e(268)]),this[e(247)][e(297)](this[e(252)][e(268)]),this[e(221)][e(246)](this[e(268)])}[rr(233)](e=1){const t=rr;-1===e?this[t(253)][t(248)]():this[t(253)][t(264)]()}[rr(250)](){const e=rr;this[e(280)]="",this[e(234)]="",this[e(294)]=!1,this[e(252)][e(250)](),this[e(288)][e(274)]=!1,this[e(231)][e(274)]=!1}[rr(266)](){const e=rr,t=this[e(272)],r=new ht(t,{queryView:{label:Fe(t,e(222)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:Fe(t,e(275)),secondary:Fe(t,e(218))}}},filteredView:this[e(240)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(257)](e(245)).to(this,e(245),this,e(293),((e,t)=>e&&!t)),this[e(246)](r,e(238),((t,r)=>{const n=e;this[n(280)]=r;const o=tr(r);this[n(235)](n(244),o),r[n(290)]()&&this[n(265)][n(297)]({prompt:o},0)}),{priority:e(273)}),r}[rr(240)](){const e=rr,t=new kt(this[e(272)]);return t[e(217)][e(251)][e(271)](this[e(265)]).as(zt),t.on(e(259),(()=>{const t=e;this[t(265)][t(230)](),this[t(252)][t(249)](""),this[t(252)][t(233)]()})),t}[rr(227)](){const e=rr,t=new et(this[e(272)]);return t[e(261)][e(257)](e(245)).to(this,e(245),this,e(293),this,e(234),((e,t,r)=>e&&!t&&!!r)),t[e(261)][e(255)](e(243)).to(this,e(215)),t[e(289)][e(257)](e(245)).to(this,e(245),this,e(293),this,e(234),((e,t,r)=>e&&!t&&!!r)),t[e(289)][e(255)](e(243)).to(this,e(284)),t[e(213)][e(257)](e(245)).to(this,e(245),this,e(293),((e,t)=>e&&!t)),t[e(213)][e(255)](e(243)).to(this,e(260)),t[e(279)][e(257)](e(245)).to(this,e(293)),t[e(279)][e(255)](e(243)).to(this,e(263)),t}[rr(283)](){const e=rr;this[e(234)]="",this[e(294)]=!1,this[e(293)]=!0,this[e(288)][e(274)]=!0,this[e(231)][e(274)]=!0,this[e(288)][e(233)]()}[rr(295)](){const e=rr,t=this[e(272)];this[e(293)]=!1,this[e(280)]="",this[e(252)][e(250)](),this[e(234)]&&(this[e(252)][e(269)][e(267)]=Fe(t,e(287)))}[rr(262)](e){const t=rr,r=this[t(272)];this[t(295)](),this[t(294)]=!0,this[t(277)][t(236)]=e||Fe(r,t(256)),this[t(234)]||(this[t(288)][t(274)]=!1)}}const sr='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>';var ar=r(379),cr={attributes:{"data-cke":!0}};cr.setAttributes=g(),cr.insert=l().bind(null,"head"),cr.domAPI=c(),cr.insertStyleElement=f();s()(ar.A,cr);ar.A&&ar.A.locals&&ar.A.locals;var ur=r(181),lr={attributes:{"data-cke":!0}};lr.setAttributes=g(),lr.insert=l().bind(null,"head"),lr.domAPI=c(),lr.insertStyleElement=f();s()(ur.A,lr);ur.A&&ur.A.locals&&ur.A.locals;var dr=r(676),gr={attributes:{"data-cke":!0}};gr.setAttributes=g(),gr.insert=l().bind(null,"head"),gr.domAPI=c(),gr.insertStyleElement=f();s()(dr.A,gr);dr.A&&dr.A.locals&&dr.A.locals;const hr=fr;function fr(e,t){const r=pr();return(fr=function(e,t){return r[e-=291]})(e,t)}function pr(){const e=["editor","aiLicenseKeyValid","componentFactory","ck-ai-assistant-ui","_forceMarkersCopy","_formView","robotPencil","isOn","fieldView","groupLabel","change:isProcessing","children","change","REPLACE","requires","body","source","tableOfContents","ck-ai-commands-dropdown ","text/html","reset","_populateMenuBarMenu"," ck-ai-assistant-ui_theme","text","replaceContent","pluginName","splice","ai.aiAssistant.disabledElements","<p>","EDITOR_TOP_SIDE","wasMoved","getSelectedElement","getLimitElement","hideFakeVisualSelection","setSelection","change:value","set","aiLicenseKeyTrialLimit","Error during AI content generation: %0","aiLicenseKeyEvaluationLimit","aiLicenseKeyExpired","buttonView","aiLicenseKeyInvalid","aiLicenseKeyDomainLimit","focus","addMany","textAdapter","insertContent","insertContentBelow","replace","render","updateView","push","polite","filter","showFakeVisualSelection","_initAriaAiStatusChangeAnnouncements","menuView","menuBar:aiCommands","update","includes","hideUI","locale","AI is writing","config","aiLicenseKeyNotAllowed","model","schema","fire","menuitemcheckbox","getSelectedBlocks","evaluationLimit","DataTransfer","invalid","promptView","isPremiumPlugin","isEnabled","ai.useTheme","ai-commands-config-order-collision","getRanges","comment","AIAssistantUI","view","AI Assistant","custom","822104FZYzPT","404jcAaET","requiresContent","domainLimit","label","prompt","plugins","values","licenseKey","INSERT","_commandDefinitions","featureNotAllowed","get","command:","hide","_onExecute","_aiAdapter","isOfficialPlugin","change:isError","errorView","_licenseKeyCheckInterval","ai.aiAssistant.commands","expired","enabledCommandsIds","236921MkxEWQ","menuPanelClass","items","_dialog","showAIAssistant","rawHtml","length","bind","sort","6107913VjdvLY","change:enabledCommandsIds","isFlat","_getResolvedCommandsDefinitions","commands","13478208xGYtUK","init","map","order","showUI","trialLimit","2523984pZYScX","forEach","AI Commands","_uiCssClasses","_createAIAssistantUIButton","ai.aiAssistant.contentAreaCssClass","show","listenTo","aiAssistant","30295uMIBkd","currentContext","_initView","AIAssistant","trim","announce","document","contentArea","from","isCollapsed","panelView","_getMenuBarGroupButtons","ck-ai-assistant-button ","</p>","copy","1421178hltcKW","groupId","_aiAssistantController","editing","selection","_showLicenseError","media","destroy","execute","updatePosition","define","add","getData","usageLimit","queryView","once","buttons","delegate","aiLicenseKeyUsageLimit","Generated content: %0","aiCommands","menuBar:aiAssistant"];return(pr=function(){return e})()}!function(e){const t=fr,r=e();for(;;)try{if(500777===parseInt(t(450))/1+parseInt(t(426))/2+parseInt(t(319))/3+-parseInt(t(427))/4*(-parseInt(t(304))/5)+-parseInt(t(295))/6+parseInt(t(459))/7+-parseInt(t(464))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(pr);const mr=globalThis[hr(413)];class kr extends e.Plugin{static get[hr(366)](){return hr(422)}static get[hr(443)](){return!0}static get[hr(416)](){return!0}static get[hr(355)](){return[Ee.ClipboardMarkersUtils,Oe,Ue,o.Dialog]}constructor(e){const t=hr;super(e),this[t(298)]="",e[t(405)][t(329)](t(368),[t(325),t(455),t(358)]),e[t(405)][t(329)](t(300),""),e[t(405)][t(329)](t(418),!0),this[t(298)]=t(344)+(e[t(405)][t(438)](t(418))?t(363):"")}[hr(465)](){const e=hr,{editor:t}=this;this[e(442)]=t[e(432)][e(438)](Ue),this[e(453)]=t[e(432)][e(438)](o.Dialog),this[e(346)]=null,this[e(436)]=this[e(462)]();const r=new He(t,Array[e(312)](this[e(436)][e(433)]()));t[e(463)][e(330)](e(454),r),t.ui[e(343)][e(330)](e(339),(n=>{const i=e,s=(0,o.createDropdown)(n);return s[i(377)]({class:i(359)+this[i(298)]}),s[i(382)][i(377)]({label:Fe(n,i(297)),icon:sr,tooltip:!0}),s.on(i(327),(e=>this[i(441)](e[i(357)].id))),(0,o.addMenuToDropdown)(s,t.ui[i(423)][i(356)],function(e){const t=i,r=xe(e[t(405)][t(438)](t(447)),e[t(403)]),n=wr(e,r)[t(395)]((e=>e[t(463)][t(456)]));return 1===n[t(456)]?wr(e,n[0][t(463)])[t(291)]((e=>({id:e.id,label:e[t(430)]}))):n[t(291)]((r=>{const n=t,{groupId:o,groupLabel:i,commands:s}=r;return{id:o,menu:i||o,children:wr(e,s)[n(291)]((e=>({id:e.id,label:e[n(430)]})))}}))}(t),{ariaLabel:Fe(n,i(297))}),s[i(398)][i(451)]=i(359)+this[i(298)],r.on(i(460),a),s[i(398)][i(334)](i(391),a),s;function a(){const e=i;s[e(417)]=r[e(449)][e(456)]>0;for(const t of s[e(398)][e(335)])t[e(417)]=r[e(449)][e(401)](t.id)}})),t.ui[e(343)][e(330)](e(399),(n=>{const i=e,s=new o.MenuBarMenuView(n);s[i(382)][i(377)]({label:Fe(n,i(297)),icon:sr}),s[i(457)](i(417)).to(r,i(449),(e=>e[i(456)]>0));const a=xe(t[i(405)][i(438)](i(447)),n);return this[i(362)](r,s,a,(e=>this[i(441)](e))),s})),t.ui[e(343)][e(330)](e(303),(()=>{const t=e,r=this[t(299)](o.ButtonView);return r[t(377)]({tooltip:!0,class:t(316)+this[t(298)]}),r})),t.ui[e(343)][e(330)](e(340),(()=>{const t=e,r=this[t(299)](o.MenuBarMenuListItemButtonView);return r[t(377)]({role:t(410)}),r})),this[e(434)]=this[e(341)][e(405)][e(438)](e(434));const n=this[e(341)];this[e(446)]=setInterval((()=>{const t=e;let r;for(const e in n){const o=e,i=n[o];if(t(342)==i||t(383)==i||t(381)==i||t(384)==i||t(406)==i||t(380)==i||t(378)==i||t(337)==i){delete n[o],r=i,clearInterval(this[t(446)]),this[t(446)]=void 0;break}}t(383)==r&&n[t(324)](t(414)),t(381)==r&&n[t(324)](t(448)),t(384)==r&&n[t(324)](t(429)),t(406)==r&&n[t(324)](t(437),t(307)),t(380)==r&&n[t(324)](t(412)),t(378)==r&&n[t(324)](t(294)),t(337)==r&&n[t(324)](t(332))}),1e3)}[hr(326)](){const e=hr;super[e(326)](),this[e(446)]&&clearInterval(this[e(446)])}[hr(293)](e="",t="",r=hr(425)){const n=hr,i=this[n(341)],s=i[n(322)][n(423)],a=i[n(432)][n(438)](Oe),c=i[n(432)][n(438)](Ee.ClipboardMarkersUtils);a[n(396)]();const u=new mr,l=new ClipboardEvent(n(318),{clipboardData:u}),d=new Ie.DataTransfer(u),g=new Ie.DomEventData(s,l,{dataTransfer:d});c[n(345)](n(421),(()=>{const e=n;s[e(310)][e(409)](e(318),g)})),this[n(346)]||(this[n(306)](),this[n(321)]=new Ke(i,this[n(442)][n(387)],this[n(346)]));let h=d[n(331)](n(360));const f=i[n(407)][n(310)][n(323)],p=Array[n(312)](f[n(420)]());1===p[n(456)]&&p[0][n(461)]&&!f[n(372)]()&&""!==h[n(390)](/&nbsp;/g,"")[n(308)]()&&(h=n(369)+h+n(317)),this[n(321)][n(392)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:Xe[i[n(407)][n(310)][n(323)][n(313)]?n(435):n(354)]}),n(303)!==this[n(453)].id?this[n(453)][n(301)]({id:n(303),icon:Ae[n(347)],title:Fe(this[n(341)][n(403)],n(424)),content:this[n(346)],position:o.DialogViewPosition[n(370)],onShow:()=>{const e=n;this[e(346)][e(385)]()},onHide:()=>{const e=n;this[e(321)][e(361)](),a[e(374)]()}}):this[n(453)][n(423)][n(371)]||this[n(453)][n(423)][n(328)]()}[hr(402)](){const e=hr;this[e(453)][e(440)]()}[hr(462)](){const e=hr,t=new Map,r=xe(this[e(341)][e(405)][e(438)](e(447)),this[e(341)][e(403)]);for(const n of r)for(const r of n[e(463)])t[e(377)](r.id,{...r,groupId:n[e(320)],groupLabel:n[e(350)]||n[e(320)]});return t}[hr(299)](e){const t=hr,r=this[t(341)],n=r[t(463)][t(438)](t(454)),o=new e(r[t(403)]);return o[t(377)]({label:Fe(r[t(403)],t(424)),icon:Ae[t(347)],isToggleable:!0}),o[t(457)](t(417)).to(n),o[t(457)](t(348)).to(this[t(453)],"id",(e=>t(303)===e)),this[t(302)](o,t(327),(()=>{const e=t;o[e(348)]?this[e(402)]():n[e(327)]()})),o}[hr(306)](){const e=hr,t=this[e(341)][e(432)][e(438)](Oe);this[e(346)]=new ir(this[e(341)][e(403)],this[e(298)],this[e(341)][e(405)][e(438)](e(300))),this[e(346)].on(e(376),(()=>{const t=e;this[t(453)][t(423)][t(371)]||this[t(453)][t(423)][t(328)]()})),this[e(346)][e(415)][e(333)][e(349)].on(e(400),(()=>{const t=e;this[t(453)][t(423)][t(371)]||this[t(453)][t(423)][t(328)]()})),this[e(302)](this[e(346)],e(365),(()=>{const r=e;t[r(388)](this[r(321)][r(305)]),this[r(402)]()})),this[e(302)](this[e(346)],e(389),(()=>{const r=e;t[r(389)](this[r(321)][r(305)]),this[r(402)]()})),this[e(397)]()}[hr(397)](){const e=hr,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(341)];this[e(346)][e(311)].on(e(351),((n,o,i)=>{const s=e,a=this[s(321)][s(305)];i?r[s(309)](Fe(t,s(404))):a&&r[s(309)](Fe(t,s(338),a),{politeness:s(394),isUnsafeHTML:!0})})),this[e(346)].on(e(444),((n,o,i)=>{const s=e;if(i){const e=this[s(346)][s(445)][s(364)];r[s(309)](Fe(t,s(379),e))}}))}[hr(441)](e){const r=hr,n=this[r(436)][r(438)](e),o=this[r(341)],i=o[r(407)][r(310)][r(323)],s=o[r(463)][r(438)](r(454)),a=o[r(432)][r(438)](Oe),c=("_ungrouppedCommands"!==n[r(320)]?n[r(350)]+": ":"")+n[r(430)];if(!1!==n[r(428)]&&i[r(313)]){const e=(0,t.first)(i[r(411)]())||o[r(407)][r(408)][r(373)](i);o[r(407)][r(353)]((t=>{t[r(375)](e,"in")}))}a[r(396)](),s[r(327)](n[r(431)],c,r(439)+e)}[hr(362)](e,t,r,n){const i=hr,s=this[i(341)],a=s[i(403)],c=new o.MenuBarMenuListView(a),u=wr(s,r)[i(395)]((e=>e[i(463)][i(456)]));1===u[i(456)]?this[i(315)]({command:e,commands:u[0][i(463)],parentMenuView:t,onExecute:n})[i(296)]((e=>c[i(452)][i(330)](e))):u[i(296)]((({groupId:r,groupLabel:s,commands:u})=>{const l=i,d=new o.MenuBarMenuListItemView(a,t),g=new o.MenuBarMenuView(a),h=new o.MenuBarMenuListView(a),f=this[l(315)]({command:e,commands:u,parentMenuView:g,onExecute:n});g[l(382)][l(377)]({label:s||r}),g[l(336)](l(327)).to(t),h[l(452)][l(386)](f),g[l(314)][l(352)][l(330)](h),d[l(352)][l(330)](g),c[l(452)][l(330)](d)})),t[i(314)][i(352)][i(330)](c)}[hr(315)]({command:e,commands:t,parentMenuView:r,onExecute:n}){const i=hr,s=this[i(341)],a=s[i(403)];return wr(s,t)[i(291)]((t=>{const s=i,c=new o.MenuBarMenuListItemView(a,r),u=new o.MenuBarMenuListItemButtonView(a);return u[s(377)]({label:t[s(430)]}),u[s(336)](s(327)).to(r),u.on(s(327),(()=>n(t.id))),u[s(457)](s(417)).to(e,s(449),(e=>e[s(401)](t.id))),c[s(352)][s(330)](u),c}))}}function br(e,t){const r=hr;return void 0!==e[r(292)]&&void 0===t[r(292)]?1:void 0===e[r(292)]&&void 0!==t[r(292)]?-1:void 0!==e[r(292)]&&void 0!==t[r(292)]?e[r(292)]-t[r(292)]:0}function wr(e,r){const n=hr;r[n(458)](br);const o={},i=[];for(const s of r)if(void 0!==s[n(292)]){if(s[n(292)]in o)throw new t.CKEditorError(n(419),e,{conflictingDefinitions:[s,o[s[n(292)]]]});o[s[n(292)]]=s,i[n(367)](s[n(292)],0,s)}else i[n(393)](s);return i}const vr=yr;function yr(e,t){const r=Sr();return(yr=function(e,t){return r[e-=145]})(e,t)}!function(e){const t=yr,r=e();for(;;)try{if(475651===parseInt(t(256))/1*(parseInt(t(247))/2)+-parseInt(t(165))/3*(-parseInt(t(164))/4)+-parseInt(t(213))/5+parseInt(t(170))/6+parseInt(t(216))/7*(parseInt(t(227))/8)+-parseInt(t(158))/9+-parseInt(t(151))/10*(-parseInt(t(206))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Sr);class _r extends e.Plugin{static get[vr(244)](){return[kr,Oe]}static get[vr(163)](){return vr(178)}static get[vr(234)](){return!0}static get[vr(145)](){return!0}constructor(e){const t=vr;super(e);const r=e[t(167)],n=e[t(212)];r[t(238)](t(193),!0),r[t(238)](t(222),function(e){const t=vr;return[{groupId:t(224),groupLabel:Fe(e,t(248)),commands:[{id:t(184),label:Fe(e,t(161)),prompt:t(204)},{id:t(186),label:Fe(e,t(177)),prompt:t(210)},{id:t(200),label:Fe(e,t(192)),prompt:t(154)},{id:t(188),label:Fe(e,t(150)),prompt:t(159)}]},{groupId:t(217),groupLabel:Fe(e,t(249)),commands:[{id:t(185),label:Fe(e,t(190)),prompt:t(209)},{id:t(199),label:Fe(e,t(228)),prompt:t(219)}]},{groupId:t(246),groupLabel:Fe(e,t(233)),commands:[{id:t(229),label:Fe(e,t(250)),prompt:t(223)},{id:t(198),label:Fe(e,t(218)),prompt:t(171)},{id:t(183),label:Fe(e,t(220)),prompt:t(252)},{id:t(221),label:Fe(e,t(146)),prompt:t(181)},{id:t(254),label:Fe(e,t(226)),prompt:t(242)}]},{groupId:t(189),groupLabel:Fe(e,t(162)),commands:[{id:t(176),label:Fe(e,t(202)),prompt:t(166)},{id:t(149),label:Fe(e,t(174)),prompt:t(152)},{id:t(231),label:Fe(e,t(241)),prompt:t(155)},{id:t(197),label:Fe(e,t(236)),prompt:t(147)}]},{groupId:t(225),groupLabel:Fe(e,t(168)),commands:[{id:t(160),label:Fe(e,t(201)),prompt:t(169)},{id:t(175),label:Fe(e,t(230)),prompt:t(251)},{id:t(214),label:Fe(e,t(207)),prompt:t(245)},{id:t(153),label:Fe(e,t(235)),prompt:t(205)},{id:t(215),label:Fe(e,t(173)),prompt:t(203)},{id:t(179),label:Fe(e,t(243)),prompt:t(240)},{id:t(156),label:Fe(e,t(255)),prompt:t(187)},{id:t(208),label:Fe(e,t(194)),prompt:t(172)}]}]}(n)),r[t(238)](t(211),[]),r[t(238)](t(182),[]);let o=xe(r[t(180)](t(222)),n);const i=r[t(180)](t(211)),s=r[t(180)](t(182));i[t(253)]((e=>{const r=t,n=o[r(195)]((t=>t[r(148)]===e[r(148)]));n?n[r(232)]=n[r(232)][r(196)](e[r(232)]):o[r(239)](e)})),o=o[t(157)]((e=>!s[t(191)](e[t(148)]))),o[t(253)]((e=>{const r=t;e[r(232)]=e[r(232)][r(157)]((e=>!s[r(191)](e.id)))})),r[t(237)](t(222),o)}}function Sr(){const e=["Rewrite this content as a journalist using engaging language to convey the importance of the information.","translateHindi","filter","4171293IXemsR","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","translateEnglish","Improve writing","Change style","pluginName","3605348rOFXgl","3edwZuo","Rewrite this content as a business professional with formal language.","config","Translate","Translate the content to English language.","1385544vVIoZW","Improve using casual, informal language to convey a casual conversation with a real person.","Translate the content to Arabic language.","French","Legal","translateSpanish","business","Make shorter","AIAssistant","translateChinese","get","Improve using compelling, optimistic language to convey confidence in the writing.","ai.aiAssistant.removeCommands","direct","improveWriting","summarize","makeShorter","Translate the content to Hindi language.","simplifyLanguage","changeStyle","Summarize","includes","Make longer","ai.aiAssistant.preserveComments","Arabic","find","concat","poetic","casual","continue","makeLonger","English","Business","Translate the content to French language.","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Translate the content to German language.","22ZeJvQV","Portuguese","translateArabic","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","ai.aiAssistant.extraCommandGroups","locale","3542115koXQCo","translatePortuguese","translateFrench","3021095IwhiCw","generate","Casual","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","Direct","confident","ai.aiAssistant.commands","Improve using polished, formal, and respectful language to convey professional expertise and competence.","editOrReview","translate","Friendly","8vBFMeR","Continue","professional","Spanish","journalism","commands","Change tone","isOfficialPlugin","German","Poetic","set","define","push","Translate the content to Simplified Chinese language.","Journalism","Improve using friendly, comforting language, to convey understanding and empathy.","Simplified Chinese","requires","Translate the content to Portuguese language.","changeTone","2djoXBY","Edit or review","Generate from selection","Professional","Translate the content to Spanish language.","Improve using direct language, using only the essential information.","forEach","friendly","Hindi","28003RmsXNi","isPremiumPlugin","Confident","Rewrite this content as a poem using poetic techniques without losing the original meaning.","groupId","legal","Simplify language","278510etXbrU","Rewrite this content as a legal professional using valid legal terminology.","translateGerman","Improve this content by using descriptive language and inserting more information and more detailed explanations."];return(Sr=function(){return e})()}function Ar(){const e=["name","reject","application/json","requires","makeRequest","textAdapter","54rLuhQc","240910hJoYdi","object","sendRequest","AI_ERROR_GET_PARAMETERS","_prepareRequestParameters","44UezynD","plugins","379029fzlHtr","signal","catch","4750160AsFKkF","init","abort","locale","resolve","get","abortController","aborted","4ppNmLl","error","assign","aitextadapter-send-request-failed","1072546DMmoHi","1532846JGwURQ","editor","AbortError","32LFJMYK","AI_ERROR_GET_HEADERS","6323103nAyMaM","312338XNUZbx","_prepareRequestHeaders"];return(Ar=function(){return e})()}const xr=Er;function Er(e,t){const r=Ar();return(Er=function(e,t){return r[e-=247]})(e,t)}!function(e){const t=Er,r=e();for(;;)try{if(599835===parseInt(t(273))/1+parseInt(t(280))/2+-parseInt(t(258))/3*(-parseInt(t(269))/4)+-parseInt(t(251))/5*(parseInt(t(250))/6)+-parseInt(t(274))/7*(-parseInt(t(277))/8)+parseInt(t(279))/9+parseInt(t(261))/10*(-parseInt(t(256))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ar);class Ir extends e.Plugin{static get[xr(247)](){return[Ue]}constructor(e){const t=xr;super(e),this[t(267)]=new AbortController}[xr(262)](){const e=xr;this[e(275)][e(257)][e(266)](Ue)[e(249)]=this}[xr(263)](){const e=xr;this[e(267)][e(259)][e(268)]||(this[e(267)][e(263)](),this[e(267)]=new AbortController)}async[xr(248)](e){const r=xr;return this[r(253)](e)[r(260)]((e=>{const n=r;if(e instanceof Be)return Promise[n(283)](e);if(n(276)==e[n(282)])return Promise[n(265)]();throw console[n(270)](e),new t.CKEditorError(n(272),null)}))}async[xr(281)](e,t){const r=xr,n=this[r(275)][r(264)],o={"Content-Type":r(284)};if(r(252)==typeof e)Object[r(271)](o,e);else if(e)try{const n=await e(t);Object[r(271)](o,n)}catch(e){return Promise[r(283)](new Be(Fe(n,r(278))))}return o}async[xr(255)](e,t){const r=xr,n=this[r(275)][r(264)];if(r(252)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(283)](new Be(Fe(n,r(254))))}}}function Rr(){const e=["editor","context_length_exceeded","_requestHeaders","message","OpenAITextAdapter","json","5499090Xakpqe","map","_requestParameters","resolve","ai.openAI.apiUrl","config","stringify","get","5898cVbslQ","replace","includes","signal","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","parse","ai.openAI.requestParameters","839439oISjmN","text","169512IgzJWh","system","stream","getReader","POST","join","Moderation","length","106712rLWkyd","content","_readStaticResponse","ai.openAI.requestHeaders","AI_ERROR_MODERATION","AI_ERROR_CONTEXT_LENGTH","choices","_isBufferIncomplete","70qLupqk","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","define","locale","287TBmLPR","_apiUrl","99fejdQR","filter","_prepareRequestHeaders","gpt-3.5-turbo","sendRequest","reject","abortController","prepareMessages","_cleanUpData","[DONE]","decode","Instruction:\n","delta","pluginName","136638CWZBNF","https://api.openai.com/v1/chat/completions","body","14lcoJRI","_readStreamableResponse","read","_prepareRequestParameters","\nYou must keep the text formatting.\n\nContent:\n","7594240mgwPAf","user","split","3091AVRjSI","data: "];return(Rr=function(){return e})()}const Pr=Mr;function Mr(e,t){const r=Rr();return(Mr=function(e,t){return r[e-=106]})(e,t)}!function(e){const t=Mr,r=e();for(;;)try{if(609732===-parseInt(t(167))/1*(-parseInt(t(170))/2)+-parseInt(t(153))/3*(-parseInt(t(139))/4)+parseInt(t(114))/5+-parseInt(t(122))/6*(-parseInt(t(151))/7)+parseInt(t(175))/8+-parseInt(t(129))/9*(-parseInt(t(147))/10)+parseInt(t(106))/11*(-parseInt(t(131))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Rr);class Cr extends Ir{static get[Pr(166)](){return Pr(112)}constructor(e){const t=Pr;super(e),e[t(119)][t(149)](t(118),t(168)),e[t(119)][t(121)](t(128))||e[t(119)][t(149)](t(128),{model:t(156),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(152)]=e[t(119)][t(121)](t(118)),this[t(110)]=e[t(119)][t(121)](t(142))||{},this[t(116)]=e[t(119)][t(121)](t(128))}async[Pr(157)]({query:e,context:t,onData:r,actionId:n}){const o=Pr,i=this[o(108)][o(150)],s=await this[o(160)](e,t,n),a=await this[o(155)](this[o(110)],n),c=await this[o(173)](this[o(116)],n),u={messages:s,...c},l={method:o(135),headers:a,body:JSON[o(120)](u),signal:this[o(159)][o(125)]},d=await fetch(this[o(152)],l);if(d.ok)return c[o(133)]?await this[o(171)](d,r):await this[o(141)](d,r),Promise[o(117)]();{const e=await d[o(130)]();return e[o(124)](o(109))?Promise[o(158)](new Be(Fe(i,o(144)))):e[o(124)](o(137))?Promise[o(158)](new Be(Fe(i,o(143)))):Promise[o(158)](new Error(e))}}async[Pr(160)](e,t,r){const n=Pr;let o,i;return t?(o=n(126),i=n(164)+e+n(174)+t):(o=n(148),i=e),[{role:n(132),content:o},{role:n(176),content:i}]}async[Pr(171)](e,t){const r=Pr,n=e[r(169)][r(134)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(172)](),l=i+o[r(163)](u);let d="";c=e;try{d=this[r(161)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(146)](s)||s&&(a+=s,s="",t(a))}return Promise[r(117)]()}async[Pr(141)](e,t){const r=Pr;return t((await e[r(113)]())[r(145)][0][r(111)][r(140)]),Promise[r(117)]()}[Pr(146)](e){const t=Pr,r=e[t(177)]("<")[t(138)]!==e[t(177)](">")[t(138)],n=e[t(138)]<30;return r&&n}[Pr(161)](e){const t=Pr;return e[t(177)](/\n(?![^{]*\})/g)[t(115)]((e=>e[t(123)](t(107),"")))[t(154)]((e=>e&&e[t(138)]>0&&t(162)!==e))[t(115)]((e=>{const r=t,{choices:n}=JSON[r(127)](e);if(n[0]&&n[0][r(165)]&&n[0][r(165)][r(140)])return n[0][r(165)][r(140)]}))[t(154)]((e=>e))[t(136)]("")}}const Tr=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,r){t.updateHttpClientConfig(e,r)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var Or,$r,Lr,Nr;!function(e){e.HEADER="header",e.QUERY="query"}(Or||(Or={})),function(e){e.HEADER="header",e.QUERY="query"}($r||($r={})),function(e){e.HTTP="http",e.HTTPS="https"}(Lr||(Lr={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(Nr||(Nr={}));var Ur;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Ur||(Ur={}));const Br="__smithy_context";var Fr,Dr;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Fr||(Fr={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Dr||(Dr={}));class jr{constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?":"!==e.protocol.slice(-1)?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?"/"!==e.path.charAt(0)?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){const t=new jr({...e,headers:{...e.headers}});var r;return t.query&&(t.query=(r=t.query,Object.keys(r).reduce(((e,t)=>{const n=r[t];return{...e,[t]:Array.isArray(n)?[...n]:n}}),{}))),t}static isInstance(e){if(!e)return!1;const t=e;return"method"in t&&"protocol"in t&&"hostname"in t&&"path"in t&&"object"==typeof t.query&&"object"==typeof t.headers}clone(){return jr.clone(this)}}class Hr{constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;const t=e;return"number"==typeof t.statusCode&&"object"==typeof t.headers}}const qr={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},Vr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{if(!jr.isInstance(r.request))return t(r);const{request:n}=r,{handlerProtocol:o=""}=e.requestHandler.metadata||{};if(o.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let e=n.hostname;null!=n.port&&(e+=`:${n.port}`),n.headers.host=e}return t(r)})(e),qr)}}),zr={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},Gr="X-Amzn-Trace-Id",Wr={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},Zr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{const{request:n}=r;if(!jr.isInstance(n)||"node"!==e.runtime||n.headers.hasOwnProperty(Gr))return t(r);const o=process.env.AWS_LAMBDA_FUNCTION_NAME,i=process.env._X_AMZN_TRACE_ID,s=e=>"string"==typeof e&&e.length>0;return s(o)&&s(i)&&(n.headers[Gr]=i),t({...r,request:n})})(e),Wr)}});const Kr=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),Jr=e=>Kr.test(e)||e.startsWith("[")&&e.endsWith("]"),Yr=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),Qr=(e,t=!1)=>{if(!t)return Yr.test(e);const r=e.split(".");for(const e of r)if(!Qr(e))return!1;return!0},Xr={},en="endpoints";function tn(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${tn(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(tn).join(", ")})`:JSON.stringify(e,null,2)}class rn extends Error{constructor(e){super(e),this.name="EndpointError"}}const nn=(e,t)=>(e=>{const t=e.split("."),r=[];for(const n of t){const t=n.indexOf("[");if(-1!==t){if(n.indexOf("]")!==n.length-1)throw new rn(`Path: '${e}' does not end with ']'`);const o=n.slice(t+1,-1);if(Number.isNaN(parseInt(o)))throw new rn(`Invalid array index: '${o}' in path: '${e}'`);0!==t&&r.push(n.slice(0,t)),r.push(o)}else r.push(n)}return r})(t).reduce(((r,n)=>{if("object"!=typeof r)throw new rn(`Index '${n}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]}),e),on={[Lr.HTTP]:80,[Lr.HTTPS]:443},sn={booleanEquals:(e,t)=>e===t,getAttr:nn,isSet:e=>null!=e,isValidHostLabel:Qr,not:e=>!e,parseURL:e=>{const t=(()=>{try{if(e instanceof URL)return e;if("object"==typeof e&&"hostname"in e){const{hostname:t,port:r,protocol:n="",path:o="",query:i={}}=e,s=new URL(`${n}//${t}${r?`:${r}`:""}${o}`);return s.search=Object.entries(i).map((([e,t])=>`${e}=${t}`)).join("&"),s}return new URL(e)}catch(e){return null}})();if(!t)return console.error(`Unable to parse ${JSON.stringify(e)} as a whatwg URL.`),null;const r=t.href,{host:n,hostname:o,pathname:i,protocol:s,search:a}=t;if(a)return null;const c=s.slice(0,-1);if(!Object.values(Lr).includes(c))return null;const u=Jr(o);return{scheme:c,authority:`${n}${r.includes(`${n}:${on[c]}`)||"string"==typeof e&&e.includes(`${n}:${on[c]}`)?`:${on[c]}`:""}`,path:i,normalizedPath:i.endsWith("/")?i:`${i}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,r,n)=>t>=r||e.length<r?null:n?e.substring(e.length-r,e.length-t):e.substring(t,r),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},an=(e,t)=>{const r=[],n={...t.endpointParams,...t.referenceRecord};let o=0;for(;o<e.length;){const t=e.indexOf("{",o);if(-1===t){r.push(e.slice(o));break}r.push(e.slice(o,t));const i=e.indexOf("}",t);if(-1===i){r.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[i+1]&&(r.push(e.slice(t+1,i)),o=i+2);const s=e.substring(t+1,i);if(s.includes("#")){const[e,t]=s.split("#");r.push(nn(n[e],t))}else r.push(n[s]);o=i+1}return r.join("")},cn=(e,t,r)=>{if("string"==typeof e)return an(e,r);if(e.fn)return un(e,r);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,r);throw new rn(`'${t}': ${String(e)} is not a string, function or reference.`)},un=({fn:e,argv:t},r)=>{const n=t.map((e=>["boolean","number"].includes(typeof e)?e:cn(e,"arg",r))),o=e.split(".");return o[0]in Xr&&null!=o[1]?Xr[o[0]][o[1]](...n):sn[e](...n)},ln=({assign:e,...t},r)=>{if(e&&e in r.referenceRecord)throw new rn(`'${e}' is already defined in Reference Record.`);const n=un(t,r);return r.logger?.debug?.(`${en} evaluateCondition: ${tn(t)} = ${tn(n)}`),{result:""===n||!!n,...null!=e&&{toAssign:{name:e,value:n}}}},dn=(e=[],t)=>{const r={};for(const n of e){const{result:e,toAssign:o}=ln(n,{...t,referenceRecord:{...t.referenceRecord,...r}});if(!e)return{result:e};o&&(r[o.name]=o.value,t.logger?.debug?.(`${en} assign: ${o.name} := ${tn(o.value)}`))}return{result:!0,referenceRecord:r}},gn=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:n.map((e=>{const n=cn(e,"Header value entry",t);if("string"!=typeof n)throw new rn(`Header '${r}' value '${n}' is not a string`);return n}))})),{}),hn=(e,t)=>{if(Array.isArray(e))return e.map((e=>hn(e,t)));switch(typeof e){case"string":return an(e,t);case"object":if(null===e)throw new rn(`Unexpected endpoint property: ${e}`);return fn(e,t);case"boolean":return e;default:throw new rn("Unexpected endpoint property type: "+typeof e)}},fn=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:hn(n,t)})),{}),pn=(e,t)=>{const r=cn(e,"Endpoint URL",t);if("string"==typeof r)try{return new URL(r)}catch(e){throw console.error(`Failed to construct URL with ${r}`,e),e}throw new rn("Endpoint URL must be a string, got "+typeof r)},mn=(e,t)=>{const{conditions:r,endpoint:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(!o)return;const s={...t,referenceRecord:{...t.referenceRecord,...i}},{url:a,properties:c,headers:u}=n;return t.logger?.debug?.(`${en} Resolving endpoint from template: ${tn(n)}`),{...null!=u&&{headers:gn(u,s)},...null!=c&&{properties:fn(c,s)},url:pn(a,s)}},kn=(e,t)=>{const{conditions:r,error:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(o)throw new rn(cn(n,"Error",{...t,referenceRecord:{...t.referenceRecord,...i}}))},bn=(e,t)=>{const{conditions:r,rules:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(o)return wn(n,{...t,referenceRecord:{...t.referenceRecord,...i}})},wn=(e,t)=>{for(const r of e)if("endpoint"===r.type){const e=mn(r,t);if(e)return e}else if("error"===r.type)kn(r,t);else{if("tree"!==r.type)throw new rn(`Unknown endpoint rule: ${r}`);{const e=bn(r,t);if(e)return e}}throw new rn("Rules evaluation failed")},vn=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!vn(t))return!1;return!0}return!!Qr(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!Jr(e)))};let yn=JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-east-1","name":"aws","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^(us|eu|ap|sa|ca|me|af|il)\\\\-\\\\w+\\\\-\\\\d+$","regions":{"af-south-1":{"description":"Africa (Cape Town)"},"ap-east-1":{"description":"Asia Pacific (Hong Kong)"},"ap-northeast-1":{"description":"Asia Pacific (Tokyo)"},"ap-northeast-2":{"description":"Asia Pacific (Seoul)"},"ap-northeast-3":{"description":"Asia Pacific (Osaka)"},"ap-south-1":{"description":"Asia Pacific (Mumbai)"},"ap-south-2":{"description":"Asia Pacific (Hyderabad)"},"ap-southeast-1":{"description":"Asia Pacific (Singapore)"},"ap-southeast-2":{"description":"Asia Pacific (Sydney)"},"ap-southeast-3":{"description":"Asia Pacific (Jakarta)"},"ap-southeast-4":{"description":"Asia Pacific (Melbourne)"},"aws-global":{"description":"AWS Standard global region"},"ca-central-1":{"description":"Canada (Central)"},"ca-west-1":{"description":"Canada West (Calgary)"},"eu-central-1":{"description":"Europe (Frankfurt)"},"eu-central-2":{"description":"Europe (Zurich)"},"eu-north-1":{"description":"Europe (Stockholm)"},"eu-south-1":{"description":"Europe (Milan)"},"eu-south-2":{"description":"Europe (Spain)"},"eu-west-1":{"description":"Europe (Ireland)"},"eu-west-2":{"description":"Europe (London)"},"eu-west-3":{"description":"Europe (Paris)"},"il-central-1":{"description":"Israel (Tel Aviv)"},"me-central-1":{"description":"Middle East (UAE)"},"me-south-1":{"description":"Middle East (Bahrain)"},"sa-east-1":{"description":"South America (Sao Paulo)"},"us-east-1":{"description":"US East (N. Virginia)"},"us-east-2":{"description":"US East (Ohio)"},"us-west-1":{"description":"US West (N. California)"},"us-west-2":{"description":"US West (Oregon)"}}},{"id":"aws-cn","outputs":{"dnsSuffix":"amazonaws.com.cn","dualStackDnsSuffix":"api.amazonwebservices.com.cn","implicitGlobalRegion":"cn-northwest-1","name":"aws-cn","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^cn\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-cn-global":{"description":"AWS China global region"},"cn-north-1":{"description":"China (Beijing)"},"cn-northwest-1":{"description":"China (Ningxia)"}}},{"id":"aws-us-gov","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-gov-west-1","name":"aws-us-gov","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^us\\\\-gov\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-us-gov-global":{"description":"AWS GovCloud (US) global region"},"us-gov-east-1":{"description":"AWS GovCloud (US-East)"},"us-gov-west-1":{"description":"AWS GovCloud (US-West)"}}},{"id":"aws-iso","outputs":{"dnsSuffix":"c2s.ic.gov","dualStackDnsSuffix":"c2s.ic.gov","implicitGlobalRegion":"us-iso-east-1","name":"aws-iso","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-iso\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-global":{"description":"AWS ISO (US) global region"},"us-iso-east-1":{"description":"US ISO East"},"us-iso-west-1":{"description":"US ISO WEST"}}},{"id":"aws-iso-b","outputs":{"dnsSuffix":"sc2s.sgov.gov","dualStackDnsSuffix":"sc2s.sgov.gov","implicitGlobalRegion":"us-isob-east-1","name":"aws-iso-b","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isob\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-b-global":{"description":"AWS ISOB (US) global region"},"us-isob-east-1":{"description":"US ISOB East (Ohio)"}}},{"id":"aws-iso-e","outputs":{"dnsSuffix":"cloud.adc-e.uk","dualStackDnsSuffix":"cloud.adc-e.uk","implicitGlobalRegion":"eu-isoe-west-1","name":"aws-iso-e","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^eu\\\\-isoe\\\\-\\\\w+\\\\-\\\\d+$","regions":{"eu-isoe-west-1":{"description":"EU ISOE West"}}},{"id":"aws-iso-f","outputs":{"dnsSuffix":"csp.hci.ic.gov","dualStackDnsSuffix":"csp.hci.ic.gov","implicitGlobalRegion":"us-isof-south-1","name":"aws-iso-f","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isof\\\\-\\\\w+\\\\-\\\\d+$","regions":{}}],"version":"1.1"}'),_n="";const Sn={isVirtualHostableS3Bucket:vn,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[r,n,o,i,s,...a]=t;return"arn"!==r||""===n||""===o||""===a[0]?null:{partition:n,service:o,region:i,accountId:s,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=yn;for(const r of t){const{regions:t,outputs:n}=r;for(const[r,o]of Object.entries(t))if(r===e)return{...n,...o}}for(const r of t){const{regionRegex:t,outputs:n}=r;if(new RegExp(t).test(e))return{...n}}const r=t.find((e=>"aws"===e.id));if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}}};Xr.aws=Sn;const An="user-agent",xn="x-amz-user-agent",En=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,In=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Rn=e=>(t,r)=>async n=>{const{request:o}=n;if(!jr.isInstance(o))return t(n);const{headers:i}=o,s=r?.userAgent?.map(Pn)||[],a=(await e.defaultUserAgentProvider()).map(Pn),c=e?.customUserAgent?.map(Pn)||[],u=(_n?[_n]:[]).concat([...a,...s,...c]).join(" "),l=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(l&&(i[xn]=i[xn]?`${i[An]} ${l}`:l),i[An]=u):i[xn]=u,t({...n,request:o})},Pn=e=>{const t=e[0].split("/").map((e=>e.replace(En,"-"))).join("/"),r=e[1]?.replace(In,"-"),n=t.indexOf("/"),o=t.substring(0,n);let i=t.substring(n+1);return"api"===o&&(i=i.toLowerCase()),[o,i,r].filter((e=>e&&e.length>0)).reduce(((e,t,r)=>{switch(r){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},Mn={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Cn;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Cn||(Cn={}));const Tn=e=>e[Br]||(e[Br]={}),On=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},$n=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Ln=e=>$n(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const Nn=(e,t)=>(r,n)=>async o=>{const i=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,n,o.input)),s=function(e){const t=new Map;for(const r of e)t.set(r.schemeId,r);return t}(e.httpAuthSchemes),a=Tn(n),c=[];for(const r of i){const o=s.get(r.schemeId);if(!o){c.push(`HttpAuthScheme \`${r.schemeId}\` was not enabled for this service.`);continue}const i=o.identityProvider(await t.identityProviderConfigProvider(e));if(!i){c.push(`HttpAuthScheme \`${r.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:l={}}=r.propertiesExtractor?.(e,n)||{};r.identityProperties=Object.assign(r.identityProperties||{},u),r.signingProperties=Object.assign(r.signingProperties||{},l),a.selectedHttpAuthScheme={httpAuthOption:r,identity:await i(r.identityProperties),signer:o.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return r(o)},Un={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Bn={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},Fn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function Dn(e,t,r){return{applyToStack:n=>{n.add(((e,t)=>r=>async n=>{const{response:o}=await r(n);try{return{response:o,output:await t(o,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:o}),!("$metadata"in e)){const t="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";e.message+="\n "+t,void 0!==e.$responseBodyText&&e.$response&&(e.$response.body=e.$responseBodyText)}throw e}})(e,r),Bn),n.add(((e,t)=>(r,n)=>async o=>{const i=n.endpointV2?.url&&e.urlParser?async()=>e.urlParser(n.endpointV2.url):e.endpoint;if(!i)throw new Error("No valid endpoint provider available.");const s=await t(o.input,{...e,endpoint:i});return r({...o,request:s})})(e,t),Fn)}}}const jn=e=>e=>{throw e},Hn=(e,t)=>{},qn={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Vn=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async r=>{if(!jr.isInstance(r.request))return e(r);const n=Tn(t).selectedHttpAuthScheme;if(!n)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:o={}},identity:i,signer:s}=n,a=await e({...r,request:await s.sign(r.request,i,o)}).catch((s.errorHandler||jn)(o));return(s.successHandler||Hn)(a.response,o),a}),qn)}}),zn=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},Gn={},Wn=new Array(64);for(let e=0,t="A".charCodeAt(0),r="Z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t);Gn[r]=e,Wn[e]=r}for(let e=0,t="a".charCodeAt(0),r="z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t),n=e+26;Gn[r]=n,Wn[n]=r}for(let e=0;e<10;e++){Gn[e.toString(10)]=e+52;const t=e.toString(10),r=e+52;Gn[t]=r,Wn[r]=t}Gn["+"]=62,Wn[62]="+",Gn["/"]=63,Wn[63]="/";const Zn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const r=new ArrayBuffer(t),n=new DataView(r);for(let t=0;t<e.length;t+=4){let r=0,o=0;for(let n=t,i=t+3;n<=i;n++)if("="!==e[n]){if(!(e[n]in Gn))throw new TypeError(`Invalid character ${e[n]} in base64 string.`);r|=Gn[e[n]]<<6*(i-n),o+=6}else r>>=6;const i=t/4*3;r>>=o%8;const s=Math.floor(o/8);for(let e=0;e<s;e++){const t=8*(s-e-1);n.setUint8(i+e,(r&255<<t)>>t)}}return new Uint8Array(r)},Kn=e=>(new TextEncoder).encode(e);function Jn(e){let t;t="string"==typeof e?Kn(e):e;const r="object"==typeof t&&"number"==typeof t.length,n="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!r&&!n)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let o="";for(let e=0;e<t.length;e+=3){let r=0,n=0;for(let o=e,i=Math.min(e+3,t.length);o<i;o++)r|=t[o]<<8*(i-o-1),n+=8;const i=Math.ceil(n/6);r<<=6*i-n;for(let e=1;e<=i;e++){const t=6*(i-e);o+=Wn[(r&63<<t)>>t]}o+="==".slice(0,4-i)}return o}const Yn=e=>{if("string"==typeof e)return e;if("object"!=typeof e||"number"!=typeof e.byteOffset||"number"!=typeof e.byteLength)throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(e)};class Qn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?Qn.mutate(Zn(e)):Qn.mutate(Kn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,Qn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?Jn(e):Yn(e)}(this,e)}}const Xn={},eo={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),Xn[e]=t,eo[t]=e}function to(e){if(e.length%2!=0)throw new Error("Hex encoded strings must have an even number length");const t=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2){const n=e.slice(r,r+2).toLowerCase();if(!(n in eo))throw new Error(`Cannot decode unrecognized sequence ${n} as hexadecimal`);t[r/2]=eo[n]}return t}function ro(e){let t="";for(let r=0;r<e.byteLength;r++)t+=Xn[e[r]];return t}"function"==typeof ReadableStream&&ReadableStream;const no=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return Qn.mutate(e);if(!e)return Qn.mutate(new Uint8Array);const r=t.streamCollector(e);return Qn.mutate(await r)};function oo(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function io(e,t){return new so(e,t)}class so{constructor(e,t){this.input=e,this.context=t,this.query={},this.method="",this.headers={},this.path="",this.body=null,this.hostname="",this.resolvePathStack=[]}async build(){const{hostname:e,protocol:t="https",port:r,path:n}=await this.context.endpoint();this.path=n;for(const e of this.resolvePathStack)e(this.path);return new jr({protocol:t,hostname:this.hostname||e,port:r,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push((t=>{this.path=`${t?.endsWith("/")?t.slice(0,-1):t||""}`+e})),this}p(e,t,r,n){return this.resolvePathStack.push((o=>{this.path=((e,t,r,n,o,i)=>{if(null==t||void 0===t[r])throw new Error("No value provided for input HTTP label: "+r+".");{const t=n();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");e=e.replace(o,i?t.split("/").map((e=>oo(e))).join("/"):oo(t))}return e})(o,this.input,e,t,r,n)})),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}class ao{constructor(e){this.authSchemes=new Map;for(const[t,r]of Object.entries(e))void 0!==r&&this.authSchemes.set(t,r)}getIdentityProvider(e){return this.authSchemes.get(e)}}const co=(uo=3e5,e=>lo(e)&&e.expiration.getTime()-Date.now()<uo);var uo;const lo=e=>void 0!==e.expiration,go="content-length";const ho={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},fo=e=>({applyToStack:t=>{var r;t.add((r=e.bodyLengthChecker,e=>async t=>{const n=t.request;if(jr.isInstance(n)){const{body:e,headers:t}=n;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(go))try{const t=r(e);n.headers={...n.headers,[go]:String(t)}}catch(e){}}return e({...t,request:n})}),ho)}}),po=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,mo=/(\d+\.){3}\d+/,ko=/\.\./,bo=e=>po.test(e)&&!mo.test(e)&&!ko.test(e),wo=e=>{const[t,r,n,,,o]=e.split(":"),i="arn"===t&&e.split(":").length>=6,s=Boolean(i&&r&&n&&o);if(i&&!s)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return s},vo=(e,t,r)=>{const n=async()=>{const n=r[e]??r[t];return"function"==typeof n?n():n};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await n();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:r,port:n,path:o}=e;return`${t}//${r}${n?":"+n:""}${o}`}}return e}:n},yo=async e=>{};const _o=e=>{if("string"==typeof e)return _o(new URL(e));const{hostname:t,pathname:r,port:n,protocol:o,search:i}=e;let s;return i&&(s=function(e){const t={};if(e=e.replace(/^\?/,""))for(const r of e.split("&")){let[e,n=null]=r.split("=");e=decodeURIComponent(e),n&&(n=decodeURIComponent(n)),e in t?Array.isArray(t[e])?t[e].push(n):t[e]=[t[e],n]:t[e]=n}return t}(i)),{hostname:t,port:n?parseInt(n):void 0,protocol:o,path:r,query:s}},So=e=>"object"==typeof e?"url"in e?_o(e.url):e:_o(e),Ao=async(e,t,r)=>{const n={},o=t?.getEndpointParameterInstructions?.()||{};for(const[t,i]of Object.entries(o))switch(i.type){case"staticContextParams":n[t]=i.value;break;case"contextParams":n[t]=e[i.name];break;case"clientContextParams":case"builtInParams":n[t]=await vo(i.name,t,r)();break;case"operationContextParams":n[t]=i.get(e);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return 0===Object.keys(o).length&&Object.assign(n,r),"s3"===String(r.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),wo(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!bo(t)||-1!==t.indexOf(".")&&!String(e.Endpoint).startsWith("http:")||t.toLowerCase()!==t||t.length<3)&&(e.ForcePathStyle=!0);return e.DisableMultiRegionAccessPoints&&(e.disableMultiRegionAccessPoints=!0,e.DisableMRAP=!0),e})(n),n},xo=({config:e,instructions:t})=>(r,n)=>async o=>{e.endpoint&&function(e,t,r){e.__smithy_context?e.__smithy_context.features||(e.__smithy_context.features={}):e.__smithy_context={features:{}},e.__smithy_context.features[t]=r}(n,"ENDPOINT_OVERRIDE","N");const i=await(async(e,t,r,n)=>{if(!r.endpoint){let e;e=r.serviceConfiguredEndpoint?await r.serviceConfiguredEndpoint():await yo(r.serviceId),e&&(r.endpoint=()=>Promise.resolve(So(e)))}const o=await Ao(e,t,r);if("function"!=typeof r.endpointProvider)throw new Error("config.endpointProvider is not set.");return r.endpointProvider(o,n)})(o.input,{getEndpointParameterInstructions:()=>t},{...e},n);n.endpointV2=i,n.authSchemes=i.properties?.authSchemes;const s=n.authSchemes?.[0];if(s){n.signing_region=s.signingRegion,n.signing_service=s.signingName;const e=Tn(n),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:s.signingRegion,signingRegion:s.signingRegion,signing_service:s.signingName,signingName:s.signingName,signingRegionSet:s.signingRegionSet},s.properties))}return r({...o})},Eo={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:Fn.name},Io=(e,t)=>({applyToStack:r=>{r.addRelativeTo(xo({config:e,instructions:t}),Eo)}});var Ro;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(Ro||(Ro={}));const Po=Ro.STANDARD,Mo=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],Co=["TimeoutError","RequestTimeout","RequestTimeoutException"],To=[500,502,503,504],Oo=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],$o=e=>429===e.$metadata?.httpStatusCode||Mo.includes(e.name)||1==e.$retryable?.throttling,Lo=(e,t=0)=>(e=>e.$metadata?.clockSkewCorrected)(e)||Co.includes(e.name)||Oo.includes(e?.code||"")||To.includes(e.$metadata?.httpStatusCode||0)||void 0!==e.cause&&t<=10&&Lo(e.cause,t+1);class No{constructor(e){this.currentCapacity=0,this.enabled=!1,this.lastMaxRate=0,this.measuredTxRate=0,this.requestCount=0,this.lastTimestamp=0,this.timeWindow=0,this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;const t=this.getCurrentTimeInSeconds();this.lastThrottleTime=t,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){const t=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise((e=>No.setTimeoutFn(e,t)))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){const e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp)return void(this.lastTimestamp=e);const t=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+t),this.lastTimestamp=e}updateClientSendingRate(e){let t;if(this.updateMeasuredRate(),$o(e)){const e=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=e,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),t=this.cubicThrottle(e),this.enableTokenBucket()}else this.calculateTimeWindow(),t=this.cubicSuccess(this.getCurrentTimeInSeconds());const r=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(r)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){const e=this.getCurrentTimeInSeconds(),t=Math.floor(2*e)/2;if(this.requestCount++,t>this.lastTxRateBucket){const e=this.requestCount/(t-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(e*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=t}}getPrecise(e){return parseFloat(e.toFixed(8))}}No.setTimeoutFn=setTimeout;const Uo=100,Bo=2e4,Fo="amz-sdk-invocation-id",Do="amz-sdk-request",jo=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Bo,e),getRetryCost:()=>r});class Ho{constructor(e){this.maxAttempts=e,this.mode=Ro.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=Uo;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Bo,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return jo({retryDelay:Uo,retryCount:0})}async refreshRetryTokenForRetry(e,t){const r=await this.getMaxAttempts();if(this.shouldRetry(e,t,r)){const r=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===r?500:Uo);const n=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),o=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,n):n,i=this.getCapacityCost(r);return this.capacity-=i,jo({retryDelay:o,retryCount:e.getRetryCount()+1,retryCost:i})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(500,this.capacity+(e.getRetryCost()??1))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch(e){return console.warn("Max attempts provider could not resolve. Using default of 3"),3}}shouldRetry(e,t,r){return e.getRetryCount()+1<r&&this.capacity>=this.getCapacityCost(t.errorType)&&this.isRetryableError(t.errorType)}getCapacityCost(e){return"TRANSIENT"===e?10:5}isRetryableError(e){return"THROTTLING"===e||"TRANSIENT"===e}}class qo{constructor(e,t){this.maxAttemptsProvider=e,this.mode=Ro.ADAPTIVE;const{rateLimiter:r}=t??{};this.rateLimiter=r??new No,this.standardRetryStrategy=new Ho(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,t){return this.rateLimiter.updateClientSendingRate(t),this.standardRetryStrategy.refreshRetryTokenForRetry(e,t)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}}const Vo={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let zo;const Go=new Uint8Array(16);function Wo(){if(!zo&&(zo="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!zo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return zo(Go)}const Zo=[];for(let e=0;e<256;++e)Zo.push((e+256).toString(16).slice(1));function Ko(e,t=0){return Zo[e[t+0]]+Zo[e[t+1]]+Zo[e[t+2]]+Zo[e[t+3]]+"-"+Zo[e[t+4]]+Zo[e[t+5]]+"-"+Zo[e[t+6]]+Zo[e[t+7]]+"-"+Zo[e[t+8]]+Zo[e[t+9]]+"-"+Zo[e[t+10]]+Zo[e[t+11]]+Zo[e[t+12]]+Zo[e[t+13]]+Zo[e[t+14]]+Zo[e[t+15]]}const Jo=function(e,t,r){if(Vo.randomUUID&&!t&&!e)return Vo.randomUUID();const n=(e=e||{}).random||(e.rng||Wo)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return Ko(n)},Yo=e=>e instanceof Error?e:e instanceof Object?Object.assign(new Error,e):"string"==typeof e?new Error(e):new Error(`AWS SDK error wrapper for ${e}`);const Qo=(e,t)=>{const r=[];if(e&&r.push(e),t)for(const e of t)r.push(e);return r},Xo=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,ei=()=>{let e=[],t=[],r=!1;const n=new Set,o=r=>(e.forEach((e=>{r.add(e.middleware,{...e})})),t.forEach((e=>{r.addRelativeTo(e.middleware,{...e})})),r.identifyOnResolve?.(a.identifyOnResolve()),r),i=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t},s=(r=!1)=>{const n=[],o=[],s={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Qo(t.name,t.aliases))s[e]=t;n.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Qo(t.name,t.aliases))s[e]=t;o.push(t)})),o.forEach((e=>{if(e.toMiddleware){const t=s[e.toMiddleware];if(void 0===t){if(r)return;throw new Error(`${e.toMiddleware} is not found when adding ${Xo(e.name,e.aliases)} middleware ${e.relation} ${e.toMiddleware}`)}"after"===e.relation&&t.after.push(e),"before"===e.relation&&t.before.push(e)}}));const a=(c=n,c.sort(((e,t)=>ti[t.step]-ti[e.step]||ri[t.priority||"normal"]-ri[e.priority||"normal"]))).map(i).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,r={})=>{const{name:o,override:i,aliases:s}=r,a={step:"initialize",priority:"normal",middleware:t,...r},c=Qo(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Xo(o,s)}'`);for(const t of c){const r=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===r)continue;const n=e[r];if(n.step!==a.step||a.priority!==n.priority)throw new Error(`"${Xo(n.name,n.aliases)}" middleware with ${n.priority} priority in ${n.step} step cannot be overridden by "${Xo(o,s)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(r,1)}}for(const e of c)n.add(e)}e.push(a)},addRelativeTo:(e,r)=>{const{name:o,override:i,aliases:s}=r,a={middleware:e,...r},c=Qo(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Xo(o,s)}'`);for(const e of c){const r=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===r)continue;const n=t[r];if(n.toMiddleware!==a.toMiddleware||n.relation!==a.relation)throw new Error(`"${Xo(n.name,n.aliases)}" middleware ${n.relation} "${n.toMiddleware}" middleware cannot be overridden by "${Xo(o,s)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(r,1)}}for(const e of c)n.add(e)}t.push(a)},clone:()=>o(ei()),use:e=>{e.applyToStack(a)},remove:r=>"string"==typeof r?(r=>{let o=!1;const i=e=>{const t=Qo(e.name,e.aliases);if(t.includes(r)){o=!0;for(const e of t)n.delete(e);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r):(r=>{let o=!1;const i=e=>{if(e.middleware===r){o=!0;for(const t of Qo(e.name,e.aliases))n.delete(t);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r),removeByTag:r=>{let o=!1;const i=e=>{const{tags:t,name:i,aliases:s}=e;if(t&&t.includes(r)){const e=Qo(i,s);for(const t of e)n.delete(t);return o=!0,!1}return!0};return e=e.filter(i),t=t.filter(i),o},concat:e=>{const t=o(ei());return t.use(e),t.identifyOnResolve(r||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:o,identify:()=>s(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return Xo(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(r=e),r),resolve:(e,t)=>{for(const r of s().map((e=>e.middleware)).reverse())e=r(e,t);return r&&console.log(a.identify()),e}};return a},ti={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},ri={high:3,normal:2,low:1};class ni{constructor(e){this.config=e,this.middlewareStack=ei()}send(e,t,r){const n="function"!=typeof t?t:void 0,o="function"==typeof t?t:r;let i;if(void 0===n&&!0===this.config.cacheMiddleware){this.handlers||(this.handlers=new WeakMap);const t=this.handlers;t.has(e.constructor)?i=t.get(e.constructor):(i=e.resolveMiddleware(this.middlewareStack,this.config,n),t.set(e.constructor,i))}else delete this.handlers,i=e.resolveMiddleware(this.middlewareStack,this.config,n);if(!o)return i(e).then((e=>e.output));i(e).then((e=>o(null,e.output)),(e=>o(e))).catch((()=>{}))}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}}class oi{constructor(){this.middlewareStack=ei()}static classBuilder(){return new ii}resolveMiddlewareWithContext(e,t,r,{middlewareFn:n,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:l}){for(const o of n.bind(this)(l,e,t,r))this.middlewareStack.use(o);const d=e.concat(this.middlewareStack),{logger:g}=t,h={logger:g,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,[Br]:{commandInstance:this,...c},...u},{requestHandler:f}=t;return d.resolve((e=>f.handle(e.request,r||{})),h)}}class ii{constructor(){this._init=()=>{},this._ep={},this._middlewareFn=()=>[],this._commandName="",this._clientName="",this._additionalContext={},this._smithyContext={},this._inputFilterSensitiveLog=e=>e,this._outputFilterSensitiveLog=e=>e,this._serializer=null,this._deserializer=null}init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,t,r={}){return this._smithyContext={service:e,operation:t,...r},this}c(e={}){return this._additionalContext=e,this}n(e,t){return this._clientName=e,this._commandName=t,this}f(e=e=>e,t=e=>e){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=t,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}build(){const e=this;let t;return t=class extends oi{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(r,n,o){return this.resolveMiddlewareWithContext(r,n,o,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const si="***SensitiveInformation***",ai=(Math.ceil(2**127*(2-2**-23)),e=>{if(null!=e){if(Number.isInteger(e)&&!Number.isNaN(e))return e;throw new TypeError(`Expected integer, got ${typeof e}: ${e}`)}}),ci=e=>ui(e,32),ui=(e,t)=>{const r=ai(e);if(void 0!==r&&li(r,t)!==r)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return r},li=(e,t)=>{switch(t){case 32:return Int32Array.of(e)[0];case 16:return Int16Array.of(e)[0];case 8:return Int8Array.of(e)[0]}},di=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return hi.warn(gi(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},gi=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),hi={warn:console.warn};class fi extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,fi.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}static isInstance(e){if(!e)return!1;const t=e;return Boolean(t.$fault)&&Boolean(t.$metadata)&&("client"===t.$fault||"server"===t.$fault)}}const pi=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,r])=>{null!=e[t]&&""!==e[t]||(e[t]=r)}));const r=e.message||e.Message||"UnknownError";return e.message=r,delete e.Message,e},mi=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),ki=e=>{switch(e){case"standard":case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},bi=e=>{const t=[];for(const r in Nr){const n=Nr[r];void 0!==e[n]&&t.push({algorithmId:()=>n,checksumConstructor:()=>e[n]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},wi=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},vi=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},yi=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},_i=e=>({...bi(e),...vi(e)}),Si=function(e){return Object.assign(new String(e),{deserializeJSON:()=>JSON.parse(String(e)),toString:()=>String(e),toJSON:()=>String(e)})};Si.from=e=>e&&"object"==typeof e&&(e instanceof Si||"deserializeJSON"in e)?e:"string"==typeof e||Object.getPrototypeOf(e)===String.prototype?Si(String(e)):Si(JSON.stringify(e)),Si.fromObject=Si.from;class Ai{trace(){}debug(){}info(){}warn(){}error(){}}function xi(e,t,r){let n,o,i;if(void 0===t&&void 0===r)n={},i=e;else{if(n=e,"function"==typeof t)return o=t,i=r,Ii(n,o,i);i=t}for(const e of Object.keys(i))Array.isArray(i[e])?Ri(n,null,i,e):n[e]=i[e];return n}const Ei=(e,t)=>{const r={};for(const n in t)Ri(r,e,t,n);return r},Ii=(e,t,r)=>xi(e,Object.entries(r).reduce(((e,[r,n])=>(Array.isArray(n)?e[r]=n:e[r]="function"==typeof n?[t,n()]:[t,n],e)),{})),Ri=(e,t,r,n)=>{if(null!==t){let o=r[n];"function"==typeof o&&(o=[,o]);const[i=Pi,s=Mi,a=n]=o;return void(("function"==typeof i&&i(t[a])||"function"!=typeof i&&i)&&(e[n]=s(t[a])))}let[o,i]=r[n];if("function"==typeof i){let t;const r=void 0===o&&null!=(t=i()),s="function"==typeof o&&!!o(void 0)||"function"!=typeof o&&!!o;r?e[n]=t:s&&(e[n]=i())}else{const t=void 0===o&&null!=i,r="function"==typeof o&&!!o(i)||"function"!=typeof o&&!!o;(t||r)&&(e[n]=i)}},Pi=e=>null!=e,Mi=e=>e,Ci=e=>e?.body instanceof ReadableStream,Ti=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,Oi=e=>{const t={error:e,errorType:$i(e)},r=Ui(e.$response);return r&&(t.retryAfterHint=r),t},$i=e=>$o(e)?"THROTTLING":Lo(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!Lo(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",Li={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Ni=e=>({applyToStack:t=>{t.add((e=>(t,r)=>async n=>{let o=await e.retryStrategy();const i=await e.maxAttempts();if(!Ti(o))return o?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",o.mode]]),o.retry(t,n);{let e=await o.acquireInitialRetryToken(r.partition_id),s=new Error,a=0,c=0;const{request:u}=n,l=jr.isInstance(u);for(l&&(u.headers[Fo]=Jo());;)try{l&&(u.headers[Do]=`attempt=${a+1}; max=${i}`);const{response:r,output:s}=await t(n);return o.recordSuccess(e),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,{response:r,output:s}}catch(t){const n=Oi(t);if(s=Yo(t),l&&Ci(u))throw(r.logger instanceof Ai?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),s;try{e=await o.refreshRetryTokenForRetry(e,n)}catch(e){throw s.$metadata||(s.$metadata={}),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,s}a=e.getRetryCount();const i=e.getRetryDelay();c+=i,await new Promise((e=>setTimeout(e,i)))}}})(e),Li)}}),Ui=e=>{if(!Hr.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const r=e.headers[t],n=Number(r);if(!Number.isNaN(n))return new Date(1e3*n);return new Date(r)},Bi=e=>encodeURIComponent(e).replace(/[!'()*]/g,Fi),Fi=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,Di=e=>"string"==typeof e?Kn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),ji="X-Amz-Date",Hi="X-Amz-Signature",qi="X-Amz-Security-Token",Vi="authorization",zi=ji.toLowerCase(),Gi=[Vi,zi,"date"],Wi=Hi.toLowerCase(),Zi="x-amz-content-sha256",Ki=qi.toLowerCase(),Ji={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},Yi=/^proxy-/,Qi=/^sec-/,Xi="AWS4-HMAC-SHA256",es="AWS4-HMAC-SHA256-PAYLOAD",ts="aws4_request",rs={},ns=[],os=(e,t,r)=>`${e}/${t}/${r}/${ts}`,is=(e,t,r)=>{const n=new e(t);return n.update(Di(r)),n.digest()},ss=({headers:e},t,r)=>{const n={};for(const o of Object.keys(e).sort()){if(null==e[o])continue;const i=o.toLowerCase();(i in Ji||t?.has(i)||Yi.test(i)||Qi.test(i))&&(!r||r&&!r.has(i))||(n[i]=e[o].trim().replace(/\s+/g," "))}return n},as=async({headers:e,body:t},r)=>{for(const t of Object.keys(e))if(t.toLowerCase()===Zi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(n=t,"function"==typeof ArrayBuffer&&n instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(n))){const e=new r;return e.update(Di(t)),ro(await e.digest())}var n;return"UNSIGNED-PAYLOAD"};class cs{format(e){const t=[];for(const r of Object.keys(e)){const n=Kn(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=Kn(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(ds.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!ls.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(to(e.value.replace(/\-/g,"")),1),l}}}var us;!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(us||(us={}));const ls=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class ds{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&gs(t),new ds(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&gs(e),parseInt(ro(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function gs(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const hs=e=>{e=jr.clone(e);for(const t of Object.keys(e.headers))Gi.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},fs=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class ps{constructor({applyChecksum:e,credentials:t,region:r,service:n,sha256:o,uriEscapePath:i=!0}){this.headerFormatter=new cs,this.service=n,this.sha256=o,this.uriEscapePath=i,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=On(r),this.credentialProvider=On(t)}async presign(e,t={}){const{signingDate:r=new Date,expiresIn:n=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:s,hoistableHeaders:a,signingRegion:c,signingService:u}=t,l=await this.credentialProvider();this.validateResolvedCredentials(l);const d=c??await this.regionProvider(),{longDate:g,shortDate:h}=ms(r);if(n>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const f=os(h,d,u??this.service),p=((e,t={})=>{const{headers:r,query:n={}}=jr.clone(e);for(const e of Object.keys(r)){const o=e.toLowerCase();("x-amz-"===o.slice(0,6)&&!t.unhoistableHeaders?.has(o)||t.hoistableHeaders?.has(o))&&(n[e]=r[e],delete r[e])}return{...e,headers:r,query:n}})(hs(e),{unhoistableHeaders:i,hoistableHeaders:a});l.sessionToken&&(p.query[qi]=l.sessionToken),p.query["X-Amz-Algorithm"]=Xi,p.query["X-Amz-Credential"]=`${l.accessKeyId}/${f}`,p.query[ji]=g,p.query["X-Amz-Expires"]=n.toString(10);const m=ss(p,o,s);return p.query["X-Amz-SignedHeaders"]=ks(m),p.query[Hi]=await this.getSignature(g,f,this.getSigningKey(l,d,h,u),this.createCanonicalRequest(p,m,await as(e,this.sha256))),p}async sign(e,t){return"string"==typeof e?this.signString(e,t):e.headers&&e.payload?this.signEvent(e,t):e.message?this.signMessage(e,t):this.signRequest(e,t)}async signEvent({headers:e,payload:t},{signingDate:r=new Date,priorSignature:n,signingRegion:o,signingService:i}){const s=o??await this.regionProvider(),{shortDate:a,longDate:c}=ms(r),u=os(a,s,i??this.service),l=await as({headers:{},body:t},this.sha256),d=new this.sha256;d.update(e);const g=ro(await d.digest()),h=[es,c,u,n,g,l].join("\n");return this.signString(h,{signingDate:r,signingRegion:s,signingService:i})}async signMessage(e,{signingDate:t=new Date,signingRegion:r,signingService:n}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:r,signingService:n,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:r,signingService:n}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const i=r??await this.regionProvider(),{shortDate:s}=ms(t),a=new this.sha256(await this.getSigningKey(o,i,s,n));return a.update(Di(e)),ro(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:r,unsignableHeaders:n,signingRegion:o,signingService:i}={}){const s=await this.credentialProvider();this.validateResolvedCredentials(s);const a=o??await this.regionProvider(),c=hs(e),{longDate:u,shortDate:l}=ms(t),d=os(l,a,i??this.service);c.headers[zi]=u,s.sessionToken&&(c.headers[Ki]=s.sessionToken);const g=await as(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const r of Object.keys(t))if(e===r.toLowerCase())return!0;return!1})(Zi,c.headers)&&this.applyChecksum&&(c.headers[Zi]=g);const h=ss(c,n,r),f=await this.getSignature(u,d,this.getSigningKey(s,a,l,i),this.createCanonicalRequest(c,h,g));return c.headers[Vi]=`${Xi} Credential=${s.accessKeyId}/${d}, SignedHeaders=${ks(h)}, Signature=${f}`,c}createCanonicalRequest(e,t,r){const n=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],r={};for(const n of Object.keys(e)){if(n.toLowerCase()===Wi)continue;const o=Bi(n);t.push(o);const i=e[n];"string"==typeof i?r[o]=`${o}=${Bi(i)}`:Array.isArray(i)&&(r[o]=i.slice(0).reduce(((e,t)=>e.concat([`${o}=${Bi(t)}`])),[]).sort().join("&"))}return t.sort().map((e=>r[e])).filter((e=>e)).join("&")})(e)}\n${n.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${n.join(";")}\n${r}`}async createStringToSign(e,t,r){const n=new this.sha256;n.update(Di(r));const o=await n.digest();return`${Xi}\n${e}\n${t}\n${ro(o)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const r of e.split("/"))0!==r?.length&&"."!==r&&(".."===r?t.pop():t.push(r));const r=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return Bi(r).replace(/%2F/g,"/")}return e}async getSignature(e,t,r,n){const o=await this.createStringToSign(e,t,n),i=new this.sha256(await r);return i.update(Di(o)),ro(await i.digest())}getSigningKey(e,t,r,n){return(async(e,t,r,n,o)=>{const i=`${r}:${n}:${o}:${ro(await is(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(i in rs)return rs[i];for(ns.push(i);ns.length>50;)delete rs[ns.shift()];let s=`AWS4${t.secretAccessKey}`;for(const t of[r,n,o,ts])s=await is(e,s,t);return rs[i]=s})(this.sha256,e,r,t,n||this.service)}validateResolvedCredentials(e){if("object"!=typeof e||"string"!=typeof e.accessKeyId||"string"!=typeof e.secretAccessKey)throw new Error("Resolved credential object is not valid")}}const ms=e=>{const t=(r=e,fs(r).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var r;return{longDate:t,shortDate:t.slice(0,8)}},ks=e=>Object.keys(e).sort().join(";"),bs=e=>{let t;e.credentials&&(t=((e,t,r)=>{if(void 0===e)return;const n="function"!=typeof e?async()=>Promise.resolve(e):e;let o,i,s,a=!1;const c=async e=>{i||(i=n(e));try{o=await i,s=!0,a=!1}finally{i=void 0}return o};return void 0===t?async e=>(s&&!e?.forceRefresh||(o=await c(e)),o):async e=>(s&&!e?.forceRefresh||(o=await c(e)),a?o:r(o)?t(o)?(await c(e),o):o:(a=!0,o))})(e.credentials,co,lo)),t||(t=e.credentialDefaultProvider?zn(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:r=!0,systemClockOffset:n=e.systemClockOffset||0,sha256:o}=e;let i;return i=e.signer?zn(e.signer):e.regionInfoProvider?()=>zn(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([n,i])=>{const{signingRegion:s,signingService:a}=n;e.signingRegion=e.signingRegion||s||i,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||ps)(c)})):async n=>{const i=(n=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await zn(e.region)(),properties:{}},n)).signingRegion,s=n.signingName;e.signingRegion=e.signingRegion||i,e.signingName=e.signingName||s||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||ps)(a)},{...e,systemClockOffset:n,signingEscapePath:r,credentials:t,signer:i}},ws=async(e,t,r)=>({operation:Tn(t).operation,region:await On(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const vs=e=>{const t=[];return e.operation,t.push(function(e){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"bedrock",region:e.region},propertiesExtractor:(e,t)=>({signingProperties:{config:e,context:t}})}}(e)),t},ys={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},_s="3.621.0";var Ss="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function As(e){return e instanceof Uint8Array?e:"string"==typeof e?Ss(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function xs(e){return"string"==typeof e?0===e.length:0===e.byteLength}var Es={name:"SHA-256"},Is={name:"HMAC",hash:Es},Rs=new Uint8Array([227,176,196,66,152,252,28,20,154,251,244,200,153,111,185,36,39,174,65,228,100,155,147,76,164,149,153,27,120,82,184,85]);const Ps={};function Ms(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Ps}var Cs=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!xs(e)){var t=As(e),r=new Uint8Array(this.toHash.byteLength+t.byteLength);r.set(this.toHash,0),r.set(t,this.toHash.byteLength),this.toHash=r}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Ms().crypto.subtle.sign(Is,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):xs(this.toHash)?Promise.resolve(Rs):Promise.resolve().then((function(){return Ms().crypto.subtle.digest(Es,e.toHash)})).then((function(e){return Promise.resolve(new Uint8Array(e))}))},e.prototype.reset=function(){var e=this;this.toHash=new Uint8Array(0),this.secret&&void 0!==this.secret&&(this.key=new Promise((function(t,r){Ms().crypto.subtle.importKey("raw",As(e.secret),Is,!1,["sign"]).then(t,r)})),this.key.catch((function(){})))},e}();function Ts(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))}function Os(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function $s(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Ls=64,Ns=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Us=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],Bs=Math.pow(2,53)-1,Fs=function(){function e(){this.state=Int32Array.from(Us),this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}return e.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>Bs)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,this.bufferLength===Ls&&(this.hashBuffer(),this.bufferLength=0)},e.prototype.digest=function(){if(!this.finished){var e=8*this.bytesHashed,t=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),r=this.bufferLength;if(t.setUint8(this.bufferLength++,128),r%Ls>=56){for(var n=this.bufferLength;n<Ls;n++)t.setUint8(n,0);this.hashBuffer(),this.bufferLength=0}for(n=this.bufferLength;n<56;n++)t.setUint8(n,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var o=new Uint8Array(32);for(n=0;n<8;n++)o[4*n]=this.state[n]>>>24&255,o[4*n+1]=this.state[n]>>>16&255,o[4*n+2]=this.state[n]>>>8&255,o[4*n+3]=this.state[n]>>>0&255;return o},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,r=t[0],n=t[1],o=t[2],i=t[3],s=t[4],a=t[5],c=t[6],u=t[7],l=0;l<Ls;l++){if(l<16)this.temp[l]=(255&e[4*l])<<24|(255&e[4*l+1])<<16|(255&e[4*l+2])<<8|255&e[4*l+3];else{var d=this.temp[l-2],g=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,h=((d=this.temp[l-15])>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(g+this.temp[l-7]|0)+(h+this.temp[l-16]|0)}var f=(((s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7))+(s&a^~s&c)|0)+(u+(Ns[l]+this.temp[l]|0)|0)|0,p=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&n^r&o^n&o)|0;u=c,c=a,a=s,s=i+f|0,i=o,o=n,n=r,r=f+p|0}t[0]+=r,t[1]+=n,t[2]+=o,t[3]+=i,t[4]+=s,t[5]+=a,t[6]+=c,t[7]+=u},e}(),Ds=function(){function e(e){this.secret=e,this.hash=new Fs,this.reset()}return e.prototype.update=function(e){if(!xs(e)&&!this.error)try{this.hash.update(As(e))}catch(e){this.error=e}},e.prototype.digestSync=function(){if(this.error)throw this.error;return this.outer?(this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest()):this.hash.digest()},e.prototype.digest=function(){return Ts(this,void 0,void 0,(function(){return Os(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new Fs,this.secret){this.outer=new Fs;var e=function(e){var t=As(e);if(t.byteLength>Ls){var r=new Fs;r.update(t),t=r.digest()}var n=new Uint8Array(Ls);return n.set(t),n}(this.secret),t=new Uint8Array(Ls);t.set(e);for(var r=0;r<Ls;r++)e[r]^=54,t[r]^=92;this.hash.update(e),this.outer.update(t);for(r=0;r<e.byteLength;r++)e[r]=0}},e}();var js=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function Hs(e){return e&&js.every((function(t){return"function"==typeof e[t]}))}var qs=function(){function e(e){!function(e){return!(!function(e){return"object"==typeof e&&"object"==typeof e.crypto&&"function"==typeof e.crypto.getRandomValues}(e)||"object"!=typeof e.crypto.subtle)&&Hs(e.crypto.subtle)}(Ms())?this.hash=new Ds(e):this.hash=new Cs(e)}return e.prototype.update=function(e,t){this.hash.update(As(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),Vs=r(369),zs=r.n(Vs);const Gs=({serviceId:e,clientVersion:t})=>async()=>{const r="undefined"!=typeof window&&window?.navigator?.userAgent?zs().parse(window.navigator.userAgent):void 0,n=[["aws-sdk-js",t],["ua","2.0"],[`os/${r?.os?.name||"other"}`,r?.os?.version],["lang/js"],["md/browser",`${r?.browser?.name??"unknown"}_${r?.browser?.version??"unknown"}`]];return e&&n.push([`api/${e}`,t]),n};!function(){function e(){this.crc32=new Zs}e.prototype.update=function(e){xs(e)||this.crc32.update(As(e))},e.prototype.digest=function(){return Ts(this,void 0,void 0,(function(){return Os(this,(function(e){return[2,(t=this.crc32.digest(),new Uint8Array([(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))];var t}))}))},e.prototype.reset=function(){this.crc32=new Zs}}();var Ws,Zs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,r;try{for(var n=$s(e),o=n.next();!o.done;o=n.next()){var i=o.value;this.checksum=this.checksum>>>8^Ks[255&(this.checksum^i)]}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),Ks=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),r=0;r<e.length;)t[r]=e[r],r+=1;return t}return Uint32Array.from(e)}([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]);class Js{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&Ys(t),new Js(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Ys(e),parseInt(ro(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Ys(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class Qs{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const r of Object.keys(e)){const n=this.fromUtf8(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Js.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!ca.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(to(e.value.replace(/\-/g,"")),1),l}}parse(e){const t={};let r=0;for(;r<e.byteLength;){const n=e.getUint8(r++),o=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,n));switch(r+=n,e.getUint8(r++)){case 0:t[o]={type:Xs,value:!0};break;case 1:t[o]={type:Xs,value:!1};break;case 2:t[o]={type:ea,value:e.getInt8(r++)};break;case 3:t[o]={type:ta,value:e.getInt16(r,!1)},r+=2;break;case 4:t[o]={type:ra,value:e.getInt32(r,!1)},r+=4;break;case 5:t[o]={type:na,value:new Js(new Uint8Array(e.buffer,e.byteOffset+r,8))},r+=8;break;case 6:const n=e.getUint16(r,!1);r+=2,t[o]={type:oa,value:new Uint8Array(e.buffer,e.byteOffset+r,n)},r+=n;break;case 7:const i=e.getUint16(r,!1);r+=2,t[o]={type:ia,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,i))},r+=i;break;case 8:t[o]={type:sa,value:new Date(new Js(new Uint8Array(e.buffer,e.byteOffset+r,8)).valueOf())},r+=8;break;case 9:const s=new Uint8Array(e.buffer,e.byteOffset+r,16);r+=16,t[o]={type:aa,value:`${ro(s.subarray(0,4))}-${ro(s.subarray(4,6))}-${ro(s.subarray(6,8))}-${ro(s.subarray(8,10))}-${ro(s.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return t}}!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(Ws||(Ws={}));const Xs="boolean",ea="byte",ta="short",ra="integer",na="long",oa="binary",ia="string",sa="timestamp",aa="uuid",ca=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class ua{constructor(e,t){this.headerMarshaller=new Qs(e,t),this.messageBuffer=[],this.isEndOfStream=!1}feed(e){this.messageBuffer.push(this.decode(e))}endOfStream(){this.isEndOfStream=!0}getMessage(){const e=this.messageBuffer.pop(),t=this.isEndOfStream;return{getMessage:()=>e,isEndOfStream:()=>t}}getAvailableMessages(){const e=this.messageBuffer;this.messageBuffer=[];const t=this.isEndOfStream;return{getMessages:()=>e,isEndOfStream:()=>t}}encode({headers:e,body:t}){const r=this.headerMarshaller.format(e),n=r.byteLength+t.byteLength+16,o=new Uint8Array(n),i=new DataView(o.buffer,o.byteOffset,o.byteLength),s=new Zs;return i.setUint32(0,n,!1),i.setUint32(4,r.byteLength,!1),i.setUint32(8,s.update(o.subarray(0,8)).digest(),!1),o.set(r,12),o.set(t,r.byteLength+12),i.setUint32(n-4,s.update(o.subarray(8,n-4)).digest(),!1),o}decode(e){const{headers:t,body:r}=function({byteLength:e,byteOffset:t,buffer:r}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const n=new DataView(r,t,e),o=n.getUint32(0,!1);if(e!==o)throw new Error("Reported message length does not match received message length");const i=n.getUint32(4,!1),s=n.getUint32(8,!1),a=n.getUint32(e-4,!1),c=(new Zs).update(new Uint8Array(r,t,8));if(s!==c.digest())throw new Error(`The prelude checksum specified in the message (${s}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(r,t+8,e-12)),a!==c.digest())throw new Error(`The message checksum (${c.digest()}) did not match the expected value of ${a}`);return{headers:new DataView(r,t+8+4,i),body:new Uint8Array(r,t+8+4+i,o-i-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:r}}formatHeaders(e){return this.headerMarshaller.format(e)}}class la{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.decoder.decode(e);yield t}}}class da{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=this.options.encoder.encode(e);yield t}this.options.includeEndFrame&&(yield new Uint8Array(0))}}class ga{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=await this.options.deserializer(e);void 0!==t&&(yield t)}}}class ha{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.serializer(e);yield t}}}function fa(e,t){return async function(r){const{value:n}=r.headers[":message-type"];if("error"===n){const e=new Error(r.headers[":error-message"].value||"UnknownError");throw e.name=r.headers[":error-code"].value,e}if("exception"===n){const n=r.headers[":exception-type"].value,o={[n]:r},i=await e(o);if(i.$unknown){const e=new Error(t(r.body));throw e.name=n,e}throw i[n]}if("event"===n){const t={[r.headers[":event-type"].value]:r},n=await e(t);if(n.$unknown)return;return n}throw Error(`Unrecognizable event type: ${r.headers[":event-type"].value}`)}}class pa{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new ua(e,t),this.utfEncoder=e}deserialize(e,t){const r=function(e){let t=0,r=0,n=null,o=null;const i=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,r=4,n=new Uint8Array(e),new DataView(n.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const s=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await s.next();if(a){if(!t)return;if(t!==r)throw new Error("Truncated event message received.");return void(yield n)}const c=e.length;let u=0;for(;u<c;){if(!n){const t=c-u;o||(o=new Uint8Array(4));const n=Math.min(4-r,t);if(o.set(e.slice(u,u+n),r),r+=n,u+=n,r<4)break;i(new DataView(o.buffer).getUint32(0,!1)),o=null}const s=Math.min(t-r,c-u);n.set(e.slice(u,u+s),r),r+=s,u+=s,t&&t===r&&(yield n,n=null,t=0,r=0)}}}}}(e);return new ga({messageStream:new la({inputStream:r,decoder:this.eventStreamCodec}),deserializer:fa(t,this.utfEncoder)})}serialize(e,t){return new da({messageStream:new ha({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class ma{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new pa({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const r=ka(e)?(n=e,{[Symbol.asyncIterator]:async function*(){const e=n.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}}}):e;var n;return this.universalMarshaller.deserialize(r,t)}serialize(e,t){const r=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:r,value:n}=await t.next();if(r)return e.close();e.enqueue(n)}})})(r):r}}const ka=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,ba=e=>new ma(e);function wa(e=0){return new Promise(((t,r)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",r(t)}),e)}))}const va={supported:void 0};class ya{static create(e){return"function"==typeof e?.handle?e:new ya(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===va.supported&&(va.supported=Boolean("undefined"!=typeof Request&&"keepalive"in new Request("https://[::1]")))}destroy(){}async handle(e,{abortSignal:t}={}){this.config||(this.config=await this.configProvider);const r=this.config.requestTimeout,n=!0===this.config.keepAlive,o=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let i=e.path;const s=function(e){const t=[];for(let r of Object.keys(e).sort()){const n=e[r];if(r=Bi(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${Bi(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${Bi(n)}`),t.push(e)}}return t.join("&")}(e.query||{});s&&(i+=`?${s}`),e.fragment&&(i+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,l=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${i}`,d="GET"===u||"HEAD"===u?void 0:e.body,g={body:d,headers:new Headers(e.headers),method:u,credentials:o};this.config?.cache&&(g.cache=this.config.cache),d&&(g.duplex="half"),"undefined"!=typeof AbortController&&(g.signal=t),va.supported&&(g.keepalive=n),"function"==typeof this.config.requestInit&&Object.assign(g,this.config.requestInit(e));let h=()=>{};const f=new Request(l,g),p=[fetch(f).then((e=>{const t=e.headers,r={};for(const e of t.entries())r[e[0]]=e[1];return null!=e.body?{response:new Hr({headers:r,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new Hr({headers:r,reason:e.statusText,statusCode:e.status,body:t})})))})),wa(r)];return t&&p.push(new Promise(((e,r)=>{const n=()=>{const e=new Error("Request aborted");e.name="AbortError",r(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",n,{once:!0}),h=()=>e.removeEventListener("abort",n)}else t.onabort=n}))),Promise.race(p).finally(h)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((r=>(r[e]=t,r)))}httpHandlerConfigs(){return this.config??{}}}const _a=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,r)=>{const n=new FileReader;n.onloadend=()=>{if(2!==n.readyState)return r(new Error("Reader aborted too early"));const e=n.result??"",o=e.indexOf(","),i=o>-1?o+1:e.length;t(e.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(e)}))}(e),r=Zn(t);return new Uint8Array(r)}(e):async function(e){const t=[],r=e.getReader();let n=!1,o=0;for(;!n;){const{done:e,value:i}=await r.read();i&&(t.push(i),o+=i.length),n=e}const i=new Uint8Array(o);let s=0;for(const e of t)i.set(e,s),s+=e.length;return i}(e);const Sa="function"==typeof TextEncoder?new TextEncoder:null,Aa=e=>{if("string"==typeof e){if(Sa)return Sa.encode(e).byteLength;let t=e.length;for(let r=t-1;r>=0;r--){const n=e.charCodeAt(r);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&r--}return t}if("number"==typeof e.byteLength)return e.byteLength;if("number"==typeof e.size)return e.size;throw new Error(`Body Length computation failed for ${e}`)},xa=e=>new Date(Date.now()+e),Ea=e=>Hr.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,Ia=(e,t)=>{const r=Date.parse(e);return((e,t)=>Math.abs(xa(t).getTime()-e)>=3e5)(r,t)?r-Date.now():t},Ra=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class Pa{async sign(e,t,r){if(!jr.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:n,signer:o,signingRegion:i,signingName:s}=await(async e=>{const t=Ra("context",e.context),r=Ra("config",e.config),n=t.endpointV2?.properties?.authSchemes?.[0],o=Ra("signer",r.signer),i=await o(n),s=e?.signingRegion,a=e?.signingName;return{config:r,signer:i,signingRegion:s,signingName:a}})(r);return await o.sign(e,{signingDate:xa(n.systemClockOffset),signingRegion:i,signingService:s})}errorHandler(e){return t=>{const r=t.ServerTime??Ea(t.$response);if(r){const n=Ra("config",e.config),o=n.systemClockOffset;n.systemClockOffset=Ia(r,n.systemClockOffset);n.systemClockOffset!==o&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const r=Ea(e);if(r){const e=Ra("config",t.config);e.systemClockOffset=Ia(r,e.systemClockOffset)}}}const Ma="required",Ca="fn",Ta="argv",Oa="ref",$a=!0,La="isSet",Na="booleanEquals",Ua="error",Ba="endpoint",Fa="tree",Da="PartitionResult",ja={[Ma]:!1,type:"String"},Ha={[Ma]:!0,default:!1,type:"Boolean"},qa={[Oa]:"Endpoint"},Va={[Ca]:Na,[Ta]:[{[Oa]:"UseFIPS"},!0]},za={[Ca]:Na,[Ta]:[{[Oa]:"UseDualStack"},!0]},Ga={},Wa={[Ca]:"getAttr",[Ta]:[{[Oa]:Da},"supportsFIPS"]},Za={[Ca]:Na,[Ta]:[!0,{[Ca]:"getAttr",[Ta]:[{[Oa]:Da},"supportsDualStack"]}]},Ka=[Va],Ja=[za],Ya=[{[Oa]:"Region"}],Qa={version:"1.0",parameters:{Region:ja,UseDualStack:Ha,UseFIPS:Ha,Endpoint:ja},rules:[{conditions:[{[Ca]:La,[Ta]:[qa]}],rules:[{conditions:Ka,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Ua},{rules:[{conditions:Ja,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Ua},{endpoint:{url:qa,properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{rules:[{conditions:[{[Ca]:La,[Ta]:Ya}],rules:[{conditions:[{[Ca]:"aws.partition",[Ta]:Ya,assign:Da}],rules:[{conditions:[Va,za],rules:[{conditions:[{[Ca]:Na,[Ta]:[$a,Wa]},Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Ua}],type:Fa},{conditions:Ka,rules:[{conditions:[{[Ca]:Na,[Ta]:[Wa,$a]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"FIPS is enabled but this partition does not support FIPS",type:Ua}],type:Fa},{conditions:Ja,rules:[{conditions:[Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"DualStack is enabled but this partition does not support DualStack",type:Ua}],type:Fa},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa}],type:Fa},{error:"Invalid Configuration: Missing Region",type:Ua}],type:Fa}]},Xa=(e,t={})=>((e,t)=>{const{endpointParams:r,logger:n}=t,{parameters:o,rules:i}=e;t.logger?.debug?.(`${en} Initial EndpointParams: ${tn(r)}`);const s=Object.entries(o).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(s.length>0)for(const[e,t]of s)r[e]=r[e]??t;const a=Object.entries(o).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==r[e])throw new rn(`Missing required parameter: '${e}'`);const c=wn(i,{endpointParams:r,logger:n,referenceRecord:{}});return t.logger?.debug?.(`${en} Resolved endpoint: ${tn(c)}`),c})(Qa,{endpointParams:e,logger:t.logger});Xr.aws=Sn;Error;const ec=["in-region","cross-region","mobile","standard","legacy"],tc=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?zs().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},rc=e=>{const t=(({defaultsMode:e}={})=>((e,t,r)=>{let n,o,i,s=!1;const a=async()=>{o||(o=e());try{n=await o,i=!0,s=!1}finally{o=void 0}return n};return void 0===t?async e=>(i&&!e?.forceRefresh||(n=await a()),n):async e=>(i&&!e?.forceRefresh||(n=await a()),s?n:r&&!r(n)?(s=!0,n):t(n)?(await a(),n):n)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(tc()?"mobile":"standard");case"mobile":case"in-region":case"cross-region":case"standard":case"legacy":return Promise.resolve(t?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${ec.join(", ")}, got ${t}`)}})))(e),r=()=>t().then(ki),n=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??Zn,base64Encoder:e?.base64Encoder??Jn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??Xa,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??vs,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Pa}],logger:e?.logger??new Ai,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??_o,utf8Decoder:e?.utf8Decoder??Kn,utf8Encoder:e?.utf8Encoder??Yn}))(e);return{...n,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Aa,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??Gs({serviceId:n.serviceId,clientVersion:_s}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??ba,maxAttempts:e?.maxAttempts??3,region:e?.region??(o="Region is missing",()=>Promise.reject(o)),requestHandler:ya.create(e?.requestHandler??r),retryMode:e?.retryMode??(async()=>(await r()).retryMode||Po),sha256:e?.sha256??qs,streamCollector:e?.streamCollector??_a,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var o},nc=e=>{let t=async()=>{if(void 0===e.region)throw new Error("Region is missing from runtimeConfig");const t=e.region;return"string"==typeof t?t:t()};return{setRegion(e){t=e},region:()=>t}},oc=e=>{const t=e.httpAuthSchemes;let r=e.httpAuthSchemeProvider,n=e.credentials;return{setHttpAuthScheme(e){const r=t.findIndex((t=>t.schemeId===e.schemeId));-1===r?t.push(e):t.splice(r,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){r=e},httpAuthSchemeProvider:()=>r,setCredentials(e){n=e},credentials:()=>n}},ic=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class sc extends ni{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(rc(e||{})),r=(e=>{const{region:t,useFipsEndpoint:r}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Ln(t);const e=await t();return Ln(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!$n(e)||("function"!=typeof r?Promise.resolve(!!r):r())}}})(t),n=(e=>{const t=e.tls??!0,{endpoint:r}=e,n=null!=r?async()=>So(await On(r)()):void 0,o=!!r,i={...e,endpoint:n,tls:t,isCustomEndpoint:o,useDualstackEndpoint:On(e.useDualstackEndpoint??!1),useFipsEndpoint:On(e.useFipsEndpoint??!1)};let s;return i.serviceConfiguredEndpoint=async()=>(e.serviceId&&!s&&(s=yo(e.serviceId)),s),i})(r);var o;const i=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,r=On(e.maxAttempts??3);return{...e,maxAttempts:r,retryStrategy:async()=>t||(await On(e.retryMode)()===Ro.ADAPTIVE?new qo(r):new Ho(r))}})((o=n,{...o,customUserAgent:"string"==typeof o.customUserAgent?[[o.customUserAgent]]:o.customUserAgent})));const s=((e,t)=>{const r={...nc(e),..._i(e),...Tr(e),...oc(e)};return t.forEach((e=>e.configure(r))),{...e,...(i=r,{region:i.region()}),...(o=r,{...wi(o),...yi(o)}),...(n=r,{httpHandler:n.httpHandler()}),...ic(r)};var n,o,i})({...bs(i)},e?.extensions||[]);super(s),this.config=s,this.middlewareStack.use(Vr(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async r=>{try{const n=await e(r),{clientName:o,commandName:i,logger:s,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,l=c??t.inputFilterSensitiveLog,d=u??t.outputFilterSensitiveLog,{$metadata:g,...h}=n.output;return s?.info?.({clientName:o,commandName:i,input:l(r.input),output:d(h),metadata:g}),n}catch(e){const{clientName:n,commandName:o,logger:i,dynamoDbDocumentClientOptions:s={}}=t,{overrideInputFilterSensitiveLog:a}=s,c=a??t.inputFilterSensitiveLog;throw i?.error?.({clientName:n,commandName:o,input:c(r.input),error:e,metadata:e.$metadata}),e}}),zr)}})),this.middlewareStack.use(Zr(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Rn(e),Mn)}}))(this.config)),this.middlewareStack.use(Ni(this.config)),this.middlewareStack.use(fo(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Nn(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r}),Un)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(Vn(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return ws}getIdentityProviderConfigProvider(){return async e=>new ao({"aws.auth#sigv4":e.credentials})}}class ac extends fi{constructor(e){super(e),Object.setPrototypeOf(this,ac.prototype)}}class cc extends ac{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,cc.prototype)}}var uc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(uc||(uc={}));class lc extends ac{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,lc.prototype)}}class dc extends ac{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,dc.prototype)}}class gc extends ac{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,gc.prototype)}}class hc extends ac{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,hc.prototype)}}class fc extends ac{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,fc.prototype)}}var pc;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(pc||(pc={}));var mc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(mc||(mc={}));var kc,bc;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(kc||(kc={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):t._(e.$unknown[0],e.$unknown[1])}(bc||(bc={}));var wc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):void 0!==e.toolUse?t.toolUse(e.toolUse):void 0!==e.toolResult?t.toolResult(e.toolResult):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(wc||(wc={}));var vc,yc,_c,Sc,Ac;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(vc||(vc={})),function(e){e.visit=(e,t)=>void 0!==e.auto?t.auto(e.auto):void 0!==e.any?t.any(e.any):void 0!==e.tool?t.tool(e.tool):t._(e.$unknown[0],e.$unknown[1])}(yc||(yc={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}(_c||(_c={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Sc||(Sc={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(Ac||(Ac={}));class xc extends ac{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,xc.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Ec extends ac{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Ec.prototype)}}class Ic extends ac{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,Ic.prototype)}}class Rc extends ac{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Rc.prototype)}}var Pc,Mc,Cc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Pc||(Pc={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Mc||(Mc={}));class Tc extends ac{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Tc.prototype),this.originalStatusCode=e.originalStatusCode,this.originalMessage=e.originalMessage}}!function(e){e.visit=(e,t)=>void 0!==e.messageStart?t.messageStart(e.messageStart):void 0!==e.contentBlockStart?t.contentBlockStart(e.contentBlockStart):void 0!==e.contentBlockDelta?t.contentBlockDelta(e.contentBlockDelta):void 0!==e.contentBlockStop?t.contentBlockStop(e.contentBlockStop):void 0!==e.messageStop?t.messageStop(e.messageStop):void 0!==e.metadata?t.metadata(e.metadata):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Cc||(Cc={}));var Oc;!function(e){e.visit=(e,t)=>void 0!==e.chunk?t.chunk(e.chunk):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.modelTimeoutException?t.modelTimeoutException(e.modelTimeoutException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Oc||(Oc={}));const $c=e=>({...e,...e.body&&{body:si}}),Lc=e=>({...e,...e.body&&{body:si}}),Nc=e=>({...e,...e.body&&{body:si}}),Uc=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Bc=(e,t)=>((e,t)=>no(e,t).then((e=>t.utf8Encoder(e))))(e,t).then((e=>{if(e.length)try{return JSON.parse(e)}catch(t){throw"SyntaxError"===t?.name&&Object.defineProperty(t,"$responseBodyText",{value:e}),t}return{}})),Fc=async(e,t)=>{const r=await Bc(e,t);return r.message=r.message??r.Message,r},Dc=async(e,t)=>{const r=io(e,t),n=xi({},fu,{[ku]:e[mu]||"application/octet-stream",[pu]:e[pu],[xu]:e[vu],[Su]:e[bu],[Au]:e[wu]});let o;return r.bp("/model/{modelId}/invoke"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},jc=async(e,t)=>{const r=io(e,t),n=xi({},fu,{[ku]:e[mu]||"application/octet-stream",[yu]:e[pu],[xu]:e[vu],[Su]:e[bu],[Au]:e[wu]});let o;return r.bp("/model/{modelId}/invoke-with-response-stream"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},Hc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return Vc(e,t);const r=xi({$metadata:hu(e),[mu]:[,e.headers[ku]]}),n=await no(e.body,t);return r.body=n,r},qc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return Vc(e,t);const r=xi({$metadata:hu(e),[mu]:[,e.headers[_u]]}),n=e.body;return r.body=ou(n,t),r},Vc=async(e,t)=>{const r={...e,body:await Fc(e.body,t)},n=((e,t)=>{const r=e=>{let t=e;return"number"==typeof t&&(t=t.toString()),t.indexOf(",")>=0&&(t=t.split(",")[0]),t.indexOf(":")>=0&&(t=t.split(":")[0]),t.indexOf("#")>=0&&(t=t.split("#")[1]),t},n=(o=e.headers,i="x-amzn-errortype",Object.keys(o).find((e=>e.toLowerCase()===i.toLowerCase())));var o,i;return void 0!==n?r(e.headers[n]):void 0!==t.code?r(t.code):void 0!==t.__type?r(t.__type):void 0})(e,r.body);switch(n){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await Wc(r,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await Zc(r,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await Xc(r,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await eu(r,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await ru(r,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await nu(r,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await Kc(r,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await Jc(r,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await Qc(r,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await tu(r,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await Yc(r,t);default:const o=r.body;return zc({output:e,parsedBody:o,errorCode:n})}},zc=(Gc=ac,({output:e,parsedBody:t,errorCode:r})=>{(({output:e,parsedBody:t,exceptionCtor:r,errorCode:n})=>{const o=mi(e),i=o.httpStatusCode?o.httpStatusCode+"":void 0,s=new r({name:t?.code||t?.Code||n||i||"UnknownError",$fault:"client",$metadata:o});throw pi(s,t)})({output:e,parsedBody:t,exceptionCtor:Gc,errorCode:r})});var Gc;const Wc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new cc({$metadata:hu(e),...r});return pi(i,e.body)},Zc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new lc({$metadata:hu(e),...r});return pi(i,e.body)},Kc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di,originalStatusCode:ci,resourceName:di});Object.assign(r,o);const i=new xc({$metadata:hu(e),...r});return pi(i,e.body)},Jc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Ec({$metadata:hu(e),...r});return pi(i,e.body)},Yc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di,originalMessage:di,originalStatusCode:ci});Object.assign(r,o);const i=new Tc({$metadata:hu(e),...r});return pi(i,e.body)},Qc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Ic({$metadata:hu(e),...r});return pi(i,e.body)},Xc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new dc({$metadata:hu(e),...r});return pi(i,e.body)},eu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new gc({$metadata:hu(e),...r});return pi(i,e.body)},tu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Rc({$metadata:hu(e),...r});return pi(i,e.body)},ru=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new hc({$metadata:hu(e),...r});return pi(i,e.body)},nu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new fc({$metadata:hu(e),...r});return pi(i,e.body)},ou=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async r=>null!=r.chunk?{chunk:await cu(r.chunk,t)}:null!=r.internalServerException?{internalServerException:await iu(r.internalServerException,t)}:null!=r.modelStreamErrorException?{modelStreamErrorException:await su(r.modelStreamErrorException,t)}:null!=r.validationException?{validationException:await du(r.validationException,t)}:null!=r.throttlingException?{throttlingException:await lu(r.throttlingException,t)}:null!=r.modelTimeoutException?{modelTimeoutException:await au(r.modelTimeoutException,t)}:null!=r.serviceUnavailableException?{serviceUnavailableException:await uu(r.serviceUnavailableException,t)}:{$unknown:e})),iu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Zc(r,t)},su=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Yc(r,t)},au=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Qc(r,t)},cu=async(e,t)=>{const r={},n=await Bc(e.body,t);return Object.assign(r,gu(n,t)),r},uu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return tu(r,t)},lu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return ru(r,t)},du=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return nu(r,t)},gu=(e,t)=>Ei(e,{bytes:t.base64Decoder}),hu=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),fu=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),pu="accept",mu="contentType",ku="content-type",bu="guardrailIdentifier",wu="guardrailVersion",vu="trace",yu="x-amzn-bedrock-accept",_u="x-amzn-bedrock-content-type",Su="x-amzn-bedrock-guardrailidentifier",Au="x-amzn-bedrock-guardrailversion",xu="x-amzn-bedrock-trace";class Eu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Dn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Nc,Uc).ser(jc).de(qc).build()){}class Iu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Dn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f($c,Lc).ser(Dc).de(Hc).build()){}const Ru=Pu;function Pu(e,t){const r=Mu();return(Pu=function(e,t){return r[e-=458]})(e,t)}function Mu(){const e=["Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","utf-8","_processProxyRequest","Instruction:\n","meta.llama","parse","length","\n[/INST]","_readStaticResponse","ai.aws.bedrockClientConfig","ai21.j2","chunk","_prepareRequestParameters","pluginName","stringify","text","\nYou must keep the text formatting.\n\nContent:\n","ai.aws.apiUrl","_processAWSRequest","locale","abortController","config","resolve","_prepareRequestHeaders","toString","bedrock-2023-05-31","json","completions","sendRequest","getReader","\n<</SYS>>\n[INST]\n","_bedrockClientConfig","664TrdfBT","2873508paBbzU","utf8","generations","_apiUrl","data","_readStreamableResponse","test","signal","editor","preparePrompt","Human:\n","decode","1927130hrWfCt","filter","AI_ERROR_UNSUPPORTED_MODEL","POST","_requestParameters","body","2009487PAcJfG","bytes","AWSTextAdapter","define","anthropic.claude-v2","completion","35082UhhHxT","anthropic.claude","generation","55657uJLKBP","<<SYS>>\n","map","1qclMpS","_readAsyncIterableResponse","ai.aws.requestHeaders","send","958466GLGGJb","split","get","getModelFamily","\n\nAssistant:","ai.aws.requestParameters","join","_requestHeaders","cohere.command","_getGeneratedText","402IoXaFx","application/json","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","from","12497670zMLEEt","read"];return(Mu=function(){return e})()}!function(e){const t=Pu,r=e();for(;;)try{if(438775===parseInt(t(493))/1*(parseInt(t(497))/2)+parseInt(t(481))/3+-parseInt(t(463))/4+-parseInt(t(475))/5+parseInt(t(507))/6*(-parseInt(t(490))/7)+parseInt(t(462))/8*(-parseInt(t(487))/9)+parseInt(t(511))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Mu);class Cu extends Ir{static get[Ru(526)](){return Ru(483)}constructor(e){const t=Ru;super(e),e[t(534)][t(499)](t(502))||e[t(534)][t(484)](t(502),{model:t(485),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(538),stream:!0}),this[t(466)]=e[t(534)][t(499)](t(530)),this[t(461)]=e[t(534)][t(499)](t(522)),this[t(504)]=e[t(534)][t(499)](t(495)),this[t(479)]=e[t(534)][t(499)](t(502))}async[Ru(458)]({query:e,context:t,onData:r,actionId:n}){const o=Ru,{model:i,stream:s,...a}=await this[o(525)](this[o(479)],n),c={prompt:await this[o(472)](e,t,i,n),...a};this[o(466)]?await this[o(515)](c,i,s,r,n):await this[o(531)](c,i,s,r)}async[Ru(472)](e,t,r,n){const o=Ru;let i,s;return t?(i=o(509),s=o(516)+e+o(529)+t):(i=o(513),s=e),o(517)==this[o(500)](r)?o(491)+i+o(460)+s+o(520):o(473)+i+"\n"+s+o(501)}[Ru(500)](e){const t=Ru;if(/^anthropic\.claude/[t(469)](e))return t(488);if(/^ai21\.j2/[t(469)](e))return t(523);if(/^cohere\.command/[t(469)](e))return t(505);if(/^meta\.llama/[t(469)](e))return t(517);throw new Be(Fe(this[t(471)][t(532)],t(477),e))}async[Ru(515)](e,t,r,n,o){const i=Ru,s={method:i(478),headers:await this[i(536)](this[i(504)],o),body:JSON[i(527)]({...e,model:t,stream:r}),signal:this[i(533)][i(470)]},a=await fetch(this[i(466)],s);r?await this[i(468)](a,t,n):await this[i(521)](a,t,n)}async[Ru(531)](e,t,r,n){const o=Ru,i=new sc(this[o(461)]),s={body:JSON[o(527)](e),contentType:o(508),accept:o(508),modelId:t};let a;if(r){const e=new Eu(s);a=await i[o(496)](e,{abortSignal:this[o(533)][o(470)]}),await this[o(494)](a,t,n)}else{const e=new Iu(s);a=await i[o(496)](e,{abortSignal:this[o(533)][o(470)]}),await this[o(521)](a,t,n)}}async[Ru(494)](e,t,r){const n=Ru,o=e[n(480)],i=new TextDecoder(n(514));let s="";for await(const e of o)if(e[n(524)]){const o=i[n(474)](e[n(524)][n(482)]),a=JSON[n(518)](o);s+=this[n(506)](a,t),r(s)}return Promise[n(535)]()}async[Ru(468)](e,t,r){const n=Ru,o=e[n(480)],i=new TextDecoder(n(514)),s=o[n(459)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(512)]();if(u=e,u)break;const l=(a+i[n(474)](o))[n(498)]("\n")[n(492)]((e=>{const t=n;try{return a="",JSON[t(518)](e)}catch(t){return a=e,null}}))[n(476)]((e=>null!==e));l[n(519)]&&(c+=l[n(492)]((e=>this[n(506)](e,t)))[n(503)](""),r(c))}return Promise[n(535)]()}async[Ru(521)](e,t,r){const n=Ru;let o;return o=e instanceof Response?await e[n(539)]():JSON[n(518)](Buffer[n(510)](e[n(480)])[n(537)](n(464))),r(this[n(506)](o,t)),Promise[n(535)]()}[Ru(506)](e,t){const r=Ru;switch(this[r(500)](t)){case r(488):return e[r(486)];case r(523):return e[r(540)][0][r(467)][r(528)];case r(505):return e[r(465)][0][r(528)];case r(517):return e[r(489)]}}}function Tu(e,t){var r=Ou();return(Tu=function(e,t){return r[e-=246]})(e,t)}function Ou(){var e=["2148601QRmduh","3533648rrJWKA","4644228dqEHhQ","2455290zAHwFa","3969830NdFypr","986894oEVlve","845235PrthOt"];return(Ou=function(){return e})()}!function(e){for(var t=Tu,r=e();;)try{if(637391===parseInt(t(252))/1+-parseInt(t(250))/2+parseInt(t(246))/3+parseInt(t(248))/4+parseInt(t(251))/5+-parseInt(t(249))/6+-parseInt(t(247))/7)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ou)})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();
5
+ */(()=>{var e={369:function(e){e.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=r(18),o=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":case"NT 5.1":return"XP";case"NT 5.0":return"2000";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var o=e.getVersionPrecision(t),i=e.getVersionPrecision(r),s=Math.max(o,i),a=0,c=e.map([t,r],(function(t){var r=s-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(a=s-Math.min(o,i)),s-=1;s>=a;){if(c[0][s]>c[1][s])return 1;if(c[0][s]===c[1][s]){if(s===a)return 0;s-=1}else if(c[0][s]<c[1][s])return-1}},e.map=function(e,t){var r,n=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(r=0;r<e.length;r+=1)n.push(t(e[r]));return n},e.find=function(e,t){var r,n;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(r=0,n=e.length;r<n;r+=1){var o=e[r];if(t(o,r))return o}},e.assign=function(e){for(var t,r,n=e,o=arguments.length,i=new Array(o>1?o-1:0),s=1;s<o;s++)i[s-1]=arguments[s];if(Object.assign)return Object.assign.apply(Object,[e].concat(i));var a=function(){var e=i[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){n[t]=e[t]}))};for(t=0,r=i.length;t<r;t+=1)a();return e},e.getBrowserAlias=function(e){return n.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return n.BROWSER_MAP[e]||""},e}();t.default=o,e.exports=t.default},18:function(e,t,r){"use strict";t.__esModule=!0,t.ENGINE_MAP=t.OS_MAP=t.PLATFORMS_MAP=t.BROWSER_MAP=t.BROWSER_ALIASES_MAP=void 0,t.BROWSER_ALIASES_MAP={"Amazon Silk":"amazon_silk","Android Browser":"android",Bada:"bada",BlackBerry:"blackberry",Chrome:"chrome",Chromium:"chromium",Electron:"electron",Epiphany:"epiphany",Firefox:"firefox",Focus:"focus",Generic:"generic","Google Search":"google_search",Googlebot:"googlebot","Internet Explorer":"ie","K-Meleon":"k_meleon",Maxthon:"maxthon","Microsoft Edge":"edge","MZ Browser":"mz","NAVER Whale Browser":"naver",Opera:"opera","Opera Coast":"opera_coast",PhantomJS:"phantomjs",Puffin:"puffin",QupZilla:"qupzilla",QQ:"qq",QQLite:"qqlite",Safari:"safari",Sailfish:"sailfish","Samsung Internet for Android":"samsung_internet",SeaMonkey:"seamonkey",Sleipnir:"sleipnir",Swing:"swing",Tizen:"tizen","UC Browser":"uc",Vivaldi:"vivaldi","WebOS Browser":"webos",WeChat:"wechat","Yandex Browser":"yandex",Roku:"roku"},t.BROWSER_MAP={amazon_silk:"Amazon Silk",android:"Android Browser",bada:"Bada",blackberry:"BlackBerry",chrome:"Chrome",chromium:"Chromium",electron:"Electron",epiphany:"Epiphany",firefox:"Firefox",focus:"Focus",generic:"Generic",googlebot:"Googlebot",google_search:"Google Search",ie:"Internet Explorer",k_meleon:"K-Meleon",maxthon:"Maxthon",edge:"Microsoft Edge",mz:"MZ Browser",naver:"NAVER Whale Browser",opera:"Opera",opera_coast:"Opera Coast",phantomjs:"PhantomJS",puffin:"Puffin",qupzilla:"QupZilla",qq:"QQ Browser",qqlite:"QQ Browser Lite",safari:"Safari",sailfish:"Sailfish",samsung_internet:"Samsung Internet for Android",seamonkey:"SeaMonkey",sleipnir:"Sleipnir",swing:"Swing",tizen:"Tizen",uc:"UC Browser",vivaldi:"Vivaldi",webos:"WebOS Browser",wechat:"WeChat",yandex:"Yandex Browser"},t.PLATFORMS_MAP={tablet:"tablet",mobile:"mobile",desktop:"desktop",tv:"tv"},t.OS_MAP={WindowsPhone:"Windows Phone",Windows:"Windows",MacOS:"macOS",iOS:"iOS",Android:"Android",WebOS:"WebOS",BlackBerry:"BlackBerry",Bada:"Bada",Tizen:"Tizen",Linux:"Linux",ChromeOS:"Chrome OS",PlayStation4:"PlayStation 4",Roku:"Roku"},t.ENGINE_MAP={EdgeHTML:"EdgeHTML",Blink:"Blink",Trident:"Trident",Presto:"Presto",Gecko:"Gecko",WebKit:"WebKit"}},90:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(91))&&n.__esModule?n:{default:n},i=r(18);function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var a=function(){function e(){}var t,r,n;return e.getParser=function(e,t){if(void 0===t&&(t=!1),"string"!=typeof e)throw new Error("UserAgent should be a string");return new o.default(e,t)},e.parse=function(e){return new o.default(e).getResult()},t=e,n=[{key:"BROWSER_MAP",get:function(){return i.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return i.ENGINE_MAP}},{key:"OS_MAP",get:function(){return i.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return i.PLATFORMS_MAP}}],(r=null)&&s(t.prototype,r),n&&s(t,n),e}();t.default=a,e.exports=t.default},91:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=c(r(92)),o=c(r(93)),i=c(r(94)),s=c(r(95)),a=c(r(17));function c(e){return e&&e.__esModule?e:{default:e}}var u=function(){function e(e,t){if(void 0===t&&(t=!1),null==e||""===e)throw new Error("UserAgent parameter can't be empty");this._ua=e,this.parsedResult={},!0!==t&&this.parse()}var t=e.prototype;return t.getUA=function(){return this._ua},t.test=function(e){return e.test(this._ua)},t.parseBrowser=function(){var e=this;this.parsedResult.browser={};var t=a.default.find(n.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.browser=t.describe(this.getUA())),this.parsedResult.browser},t.getBrowser=function(){return this.parsedResult.browser?this.parsedResult.browser:this.parseBrowser()},t.getBrowserName=function(e){return e?String(this.getBrowser().name).toLowerCase()||"":this.getBrowser().name||""},t.getBrowserVersion=function(){return this.getBrowser().version},t.getOS=function(){return this.parsedResult.os?this.parsedResult.os:this.parseOS()},t.parseOS=function(){var e=this;this.parsedResult.os={};var t=a.default.find(o.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.os=t.describe(this.getUA())),this.parsedResult.os},t.getOSName=function(e){var t=this.getOS().name;return e?String(t).toLowerCase()||"":t||""},t.getOSVersion=function(){return this.getOS().version},t.getPlatform=function(){return this.parsedResult.platform?this.parsedResult.platform:this.parsePlatform()},t.getPlatformType=function(e){void 0===e&&(e=!1);var t=this.getPlatform().type;return e?String(t).toLowerCase()||"":t||""},t.parsePlatform=function(){var e=this;this.parsedResult.platform={};var t=a.default.find(i.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.platform=t.describe(this.getUA())),this.parsedResult.platform},t.getEngine=function(){return this.parsedResult.engine?this.parsedResult.engine:this.parseEngine()},t.getEngineName=function(e){return e?String(this.getEngine().name).toLowerCase()||"":this.getEngine().name||""},t.parseEngine=function(){var e=this;this.parsedResult.engine={};var t=a.default.find(s.default,(function(t){if("function"==typeof t.test)return t.test(e);if(t.test instanceof Array)return t.test.some((function(t){return e.test(t)}));throw new Error("Browser's test function is not valid")}));return t&&(this.parsedResult.engine=t.describe(this.getUA())),this.parsedResult.engine},t.parse=function(){return this.parseBrowser(),this.parseOS(),this.parsePlatform(),this.parseEngine(),this},t.getResult=function(){return a.default.assign({},this.parsedResult)},t.satisfies=function(e){var t=this,r={},n=0,o={},i=0;if(Object.keys(e).forEach((function(t){var s=e[t];"string"==typeof s?(o[t]=s,i+=1):"object"==typeof s&&(r[t]=s,n+=1)})),n>0){var s=Object.keys(r),c=a.default.find(s,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(r[c]);if(void 0!==u)return u}var l=a.default.find(s,(function(e){return t.isPlatform(e)}));if(l){var d=this.satisfies(r[l]);if(void 0!==d)return d}}if(i>0){var g=Object.keys(o),h=a.default.find(g,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(o[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),o=a.default.getBrowserTypeByAlias(n);return t&&o&&(n=o.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,o=this.getBrowserVersion();if("string"==typeof o)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(a.default.compareVersions(o,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=u,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=/version\/(\d+(\.?_?\d+)+)/i,s=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=o.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=o.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=o.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=o.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=o.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=o.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=o.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=o.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=o.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=o.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=o.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=o.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=o.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=o.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=o.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=o.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=o.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=o.default.getFirstMatch(i,e)||o.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=o.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=o.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=o.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=o.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=o.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=o.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=o.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=o.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=o.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=o.default.getFirstMatch(i,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:o.default.getFirstMatch(t,e),version:o.default.getSecondMatch(t,e)}}}];t.default=s,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/Roku\/DVP/],describe:function(e){var t=o.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:i.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=o.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=o.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=o.default.getWindowsVersionName(t);return{name:i.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:i.OS_MAP.iOS},r=o.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=o.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=o.default.getMacOSVersionName(t),n={name:i.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=o.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:i.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=o.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=o.default.getAndroidVersionName(t),n={name:i.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=o.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:i.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=o.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||o.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||o.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:i.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=o.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=o.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:i.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:i.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=o.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:i.OS_MAP.PlayStation4,version:t}}}];t.default=s,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=o.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:i.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=o.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:i.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:i.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:i.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:i.PLATFORMS_MAP.tv}}}];t.default=s,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,o=(n=r(17))&&n.__esModule?n:{default:n},i=r(18),s=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:i.ENGINE_MAP.Blink};var t=o.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:i.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:i.ENGINE_MAP.Trident},r=o.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:i.ENGINE_MAP.Presto},r=o.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:i.ENGINE_MAP.Gecko},r=o.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:i.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:i.ENGINE_MAP.WebKit},r=o.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=s,e.exports=t.default}})},142:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck.ck-aria-description{display:none}",""]);const a=s},507:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const a=s},967:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},258:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},906:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},938:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const a=s},751:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const a=s},901:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const a=s},961:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const a=s},163:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const a=s},332:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const a=s},533:(e,t,r)=>{"use strict";r.d(t,{A:()=>g});var n=r(168),o=r.n(n),i=r(433),s=r.n(i),a=r(220),c=r.n(a),u=new URL(r(182),r.b),l=s()(o()),d=c()(u);l.push([e.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const g=l},181:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-dropdown-view-width:250px;--ck-ai-dropdown-view-list-max-height:250px}.ck.ck-ai-commands-search{width:var(--ck-ai-dropdown-view-width)}.ck.ck-ai-commands-search>.ck-labeled-field-view{padding:var(--ck-spacing-large)}.ck.ck-ai-commands-search>.ck-labeled-field-view .ck-input{min-width:unset}.ck.ck-ai-commands-search>.ck-search__results{border-top:1px solid var(--ck-color-base-border)}.ck.ck-ai-commands-search>.ck-search__results>.ck-list{max-height:var(--ck-ai-dropdown-view-list-max-height);overflow:auto}",""]);const a=s},676:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-form-view-width:600px;--ck-ai-form-content-height:175px;--ck-ai-form-content-background:#fafafa;--ck-ai-form-history-font-size:.9em;--ck-ai-form-error-background:var(--ck-color-light-red)}.ck .ck-ai-form{max-width:100%;width:var(--ck-ai-form-view-width)}@media screen and (max-width:600px){.ck .ck-ai-form{--ck-ai-form-view-width:100vw}}.ck .ck-ai-form .ck-ai-form-content{padding:var(--ck-spacing-large);width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-input{width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper{border:1px solid var(--ck-color-base-border);border-radius:2px;max-height:var(--ck-ai-form-content-height);overflow-y:auto;width:100%}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area-wrapper:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area{background-color:var(--ck-ai-form-content-background);display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area.ck-ai-form__content-area--processing{--ck-color-text:var(--ck-color-input-disabled-text);background-color:var(--ck-color-input-disabled-background)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{box-sizing:content-box;min-height:calc(var(--ck-line-height-base)*var(--ck-font-size-base));padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);white-space:normal;width:100%}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-right:0}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field{padding-left:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__content-field>*{color:inherit;white-space:normal}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-spinner-container{margin-left:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button-wrapper{display:flex;flex-direction:column-reverse;padding-left:2px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button{bottom:1px;min-height:unset;min-width:unset;padding:4px;position:sticky;right:1px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button svg{--ck-icon-size:16px}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__content-area .ck-ai-form__copy-button.ck-ai-form__copy-button--copied{color:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__toolbar{border:none;margin-bottom:calc(var(--ck-spacing-medium)*2);margin-top:var(--ck-spacing-medium);padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader{align-items:center;display:flex}.ck .ck-ai-form .ck-ai-form-content .ck-ai-form__loader .ck-spinner{box-sizing:border-box}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete{display:flex;justify-content:space-between}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view{flex-grow:1}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{border-color:var(--ck-ai-form-submit-button-border-color);color:var(--ck-ai-form-submit-button-text-color)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-left:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit{margin-right:var(--ck-spacing-medium)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck.ck-ai-form__submit.ck-disabled{border-color:var(--ck-ai-form-submit-button-disabled-border-color)}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{bottom:var(--ck-spacing-small);font-size:var(--ck-font-size-tiny);min-height:unset;min-width:unset;padding:4px;position:absolute;top:var(--ck-spacing-small)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{right:var(--ck-spacing-medium)}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete>.ck-labeled-field-view .ck-ai-form__toggle-history{left:var(--ck-spacing-medium)}[dir=ltr] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-right:30px}[dir=rtl] .ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{padding-left:30px}@media screen and (max-width:600px){.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-textarea{--ck-input-width:auto}}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>span{grid-area:1/1/2/2}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button{background:none;font-size:var(--ck-ai-form-history-font-size);grid-area:1/2/2/3;justify-self:start;margin:var(--ck-spacing-medium) 0 0;min-height:auto;padding:0}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label{line-height:inherit}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-button .ck-button__label:hover{text-decoration:underline}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list{grid-area:2/1/3/3}.ck .ck-ai-form .ck-ai-form-content .ck-autocomplete .ck-search__results .ck-list .ck-list__group>.ck-list .ck-list__item .ck-button .ck-button__label{font-size:var(--ck-ai-form-history-font-size);line-height:var(--ck-line-height-base);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ck .ck-ai-form .ck-ai-form__error{align-items:center;background-color:var(--ck-ai-form-error-background);border-radius:2px;color:var(--ck-color-base-text);display:flex;justify-content:center;margin-bottom:var(--ck-spacing-medium);padding:var(--ck-spacing-medium)}",""]);const a=s},379:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});var n=r(168),o=r.n(n),i=r(433),s=r.n(i)()(o());s.push([e.id,":root{--ck-ai-form-submit-button-text-color:var(--ck-color-text);--ck-ai-form-submit-button-border-color:transparent;--ck-ai-form-submit-button-disabled-border-color:transparent;--ck-ai-toolbar-button-hover-color:var(--ck-color-text);--ck-color-ai-selection:rgba(31,176,255,.3)}.ck-ai-assistant-ui_theme{--ck-color-button-default-hover-background:#f3ecff;--ck-color-button-default-active-background:#f3ecff;--ck-color-button-on-background:#f3ecff;--ck-color-button-on-hover-background:#f3ecff;--ck-color-button-on-active-background:#f3ecff;--ck-color-button-on-disabled-background:#f3ecff;--ck-color-button-on-color:#743ccd;--ck-color-button-action-background:#743ccd;--ck-color-button-action-hover-background:#6c34c9;--ck-color-button-action-active-background:#6c34c9;--ck-color-button-action-disabled-background:#ba9de6;--ck-color-list-button-hover-background:#f3ecff;--ck-ai-form-content-background:#f9f9f9;--ck-ai-form-submit-button-text-color:var(--ck-color-button-on-color);--ck-ai-form-submit-button-border-color:var(--ck-color-button-action-background);--ck-ai-form-submit-button-disabled-border-color:var(--ck-color-button-action-disabled-background);--ck-ai-toolbar-button-hover-color:var(--ck-color-button-on-color);--ck-color-ai-selection:#e2d6f5}.ck-ai-assistant-button:hover,.ck-ai-commands-dropdown>.ck-button:hover{color:var(--ck-ai-toolbar-button-hover-color)}.ck span.ck-fake-ai-selection{background:var(--ck-color-ai-selection)}.ck .ck-widget.ck-fake-ai-selection{outline-color:var(--ck-color-ai-selection)}.ck span.ck-fake-ai-selection-candidate{background:var(--ck-color-ai-selection)}.ck .ck-fake-ai-selection_collapsed{border-right:1px solid var(--ck-color-base-text);height:100%;margin-right:-1px;outline:1px solid hsla(0,0%,100%,.5)}.ck.ck-content.ck-ai-form__content-field h2{font-size:1.3em}.ck.ck-content.ck-ai-form__content-field h3{font-size:1.2em}.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6{font-size:1.1em}.ck.ck-content.ck-ai-form__content-field h2,.ck.ck-content.ck-ai-form__content-field h3,.ck.ck-content.ck-ai-form__content-field h4,.ck.ck-content.ck-ai-form__content-field h5,.ck.ck-content.ck-ai-form__content-field h6,.ck.ck-content.ck-ai-form__content-field ol,.ck.ck-content.ck-ai-form__content-field p,.ck.ck-content.ck-ai-form__content-field ul{line-height:1.7em;margin-block-end:.5em;margin-block-start:.5em}.ck.ck-content.ck-ai-form__content-field>:first-child{margin-top:0}.ck.ck-content.ck-ai-form__content-field>:last-child{margin-bottom:0}",""]);const a=s},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r})).join("")},t.i=function(e,r,n,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(n)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(s[c]=!0)}for(var u=0;u<e.length;u++){var l=[].concat(e[u]);n&&s[l[0]]||(void 0!==i&&(void 0===l[5]||(l[1]="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {").concat(l[1],"}")),l[5]=i),r&&(l[2]?(l[1]="@media ".concat(l[2]," {").concat(l[1],"}"),l[2]=r):l[2]=r),o&&(l[4]?(l[1]="@supports (".concat(l[4],") {").concat(l[1],"}"),l[4]=o):l[4]="".concat(o)),t.push(l))}},t}},220:e=>{"use strict";e.exports=function(e,t){return t||(t={}),e?(e=String(e.__esModule?e.default:e),/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),t.hash&&(e+=t.hash),/["'() \t\n]|(%20)/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e):e}},168:e=>{"use strict";e.exports=function(e){return e[1]}},673:e=>{"use strict";var t=[];function r(e){for(var r=-1,n=0;n<t.length;n++)if(t[n].identifier===e){r=n;break}return r}function n(e,n){for(var i={},s=[],a=0;a<e.length;a++){var c=e[a],u=n.base?c[0]+n.base:c[0],l=i[u]||0,d="".concat(u," ").concat(l);i[u]=l+1;var g=r(d),h={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==g)t[g].references++,t[g].updater(h);else{var f=o(h,n);n.byIndex=a,t.splice(a,0,{identifier:d,updater:f,references:1})}s.push(d)}return s}function o(e,t){var r=t.domAPI(t);r.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;r.update(e=t)}else r.remove()}}e.exports=function(e,o){var i=n(e=e||[],o=o||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var a=r(i[s]);t[a].references--}for(var c=n(e,o),u=0;u<i.length;u++){var l=r(i[u]);0===t[l].references&&(t[l].updater(),t.splice(l,1))}i=c}}},262:e=>{"use strict";var t={};e.exports=function(e,r){var n=function(e){if(void 0===t[e]){var r=document.querySelector(e);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}t[e]=r}return t[e]}(e);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},357:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(r){e.setAttribute(r,t[r])}))}},545:e=>{"use strict";var t,r=(t=[],function(e,r){return t[e]=r,t.filter(Boolean).join("\n")});function n(e,t,n,o){var i;if(n)i="";else{i="",o.supports&&(i+="@supports (".concat(o.supports,") {")),o.media&&(i+="@media ".concat(o.media," {"));var s=void 0!==o.layer;s&&(i+="@layer".concat(o.layer.length>0?" ".concat(o.layer):""," {")),i+=o.css,s&&(i+="}"),o.media&&(i+="}"),o.supports&&(i+="}")}if(e.styleSheet)e.styleSheet.cssText=r(t,i);else{var a=document.createTextNode(i),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(a,c[t]):e.appendChild(a)}}var o={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=o.singletonCounter++,r=o.singleton||(o.singleton=e.insertStyleElement(e));return{update:function(e){n(r,t,!1,e)},remove:function(e){n(r,t,!0,e)}}}},182:e=>{"use strict";e.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},331:(e,t,r)=>{e.exports=r(237)("./src/clipboard.js")},782:(e,t,r)=>{e.exports=r(237)("./src/core.js")},783:(e,t,r)=>{e.exports=r(237)("./src/engine.js")},311:(e,t,r)=>{e.exports=r(237)("./src/ui.js")},584:(e,t,r)=>{e.exports=r(237)("./src/utils.js")},237:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={id:n,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.m=e,r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.b=document.baseURI||self.location.href;var n={};(()=>{"use strict";r.r(n),r.d(n,{AIAdapter:()=>Ue,AIAssistant:()=>_r,AIAssistantUI:()=>kr,AIRequestError:()=>Be,AITextAdapter:()=>Ir,AWSTextAdapter:()=>Cu,OpenAITextAdapter:()=>Cr});var e=r(782),t=r(584),o=r(311);e.ContextPlugin;var i=r(673),s=r.n(i),a=r(545),c=r.n(a),u=r(262),l=r.n(u),d=r(667),g=r.n(d),h=r(357),f=r.n(h),p=r(332),m={attributes:{"data-cke":!0}};m.setAttributes=g(),m.insert=l().bind(null,"head"),m.domAPI=c(),m.insertStyleElement=f();s()(p.A,m);p.A&&p.A.locals&&p.A.locals;e.ContextPlugin;var k=r(533),b={attributes:{"data-cke":!0}};b.setAttributes=g(),b.insert=l().bind(null,"head"),b.domAPI=c(),b.insertStyleElement=f();s()(k.A,b);k.A&&k.A.locals&&k.A.locals;o.View;o.View;class w extends Error{}class v extends w{constructor(){super("Zone is an abstract class")}}class y{get type(){throw new v}get name(){throw new v}get ianaName(){return this.name}get isUniversal(){throw new v}offsetName(e,t){throw new v}formatOffset(e,t){throw new v}offset(e){throw new v}equals(e){throw new v}get isValid(){throw new v}}let _={};const A={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let S={};class x extends y{static create(e){return S[e]||(S[e]=new x(e)),S[e]}static resetCache(){S={},_={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=x.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:r}){return $(e,t,r,this.name)}formatOffset(e,t){return N(this.offset(e),t)}offset(e){const t=new Date(e);if(isNaN(t))return NaN;const r=(n=this.name,_[n]||(_[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),_[n]);var n;let[o,i,s,a,c,u,l]=r.formatToParts?function(e,t){const r=e.formatToParts(t),n=[];for(let e=0;e<r.length;e++){const{type:t,value:o}=r[e],i=A[t];"era"===t?n[i]=o:P(i)||(n[i]=parseInt(o,10))}return n}(r,t):function(e,t){const r=e.format(t).replace(/\u200E/g,""),n=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(r),[,o,i,s,a,c,u,l]=n;return[s,o,i,a,c,u,l]}(r,t);"BC"===a&&(o=1-Math.abs(o));let d=+t;const g=d%1e3;return d-=g>=0?g:1e3+g,(O({year:o,month:i,day:s,hour:24===c?0:c,minute:u,second:l,millisecond:0})-d)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let E=null;class I extends y{static get utcInstance(){return null===E&&(E=new I(0)),E}static instance(e){return 0===e?I.utcInstance:new I(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new I(L(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${N(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${N(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return N(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}const R={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"};R.hanidec.replace(/[\[|\]]/g,"").split("");function P(e){return void 0===e}function M(e,t=2){let r;return r=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),r}function C(e){return P(e)||null===e||""===e?void 0:parseInt(e,10)}function T(e){if(!P(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function O(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function $(e,t,r,n=null){const o=new Date(e),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(i.timeZone=n);const s={timeZoneName:t,...i},a=new Intl.DateTimeFormat(r,s).formatToParts(o).find((e=>"timezonename"===e.type.toLowerCase()));return a?a.value:null}function L(e,t){let r=parseInt(e,10);Number.isNaN(r)&&(r=0);const n=parseInt(t,10)||0;return 60*r+(r<0||Object.is(r,-0)?-n:n)}function N(e,t){const r=Math.trunc(Math.abs(e/60)),n=Math.trunc(Math.abs(e%60)),o=e>=0?"+":"-";switch(t){case"short":return`${o}${M(r,2)}:${M(n,2)}`;case"narrow":return`${o}${r}${n>0?`:${n}`:""}`;case"techie":return`${o}${M(r,2)}${M(n,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}const U=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function B(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function F(...e){return t=>e.reduce((([e,r,n],o)=>{const[i,s,a]=o(t,n);return[{...e,...i},s||r,a]}),[{},null,1]).slice(0,2)}function D(...e){return(t,r)=>{const n={};let o;for(o=0;o<e.length;o++)n[e[o]]=C(t[r+o]);return[n,null,r+o]}}const j=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,H=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,q=RegExp(`${H.source}${`(?:${j.source}?(?:\\[(${U.source})\\])?)?`}`),V=RegExp(`(?:T${q.source})?`),z=D("weekYear","weekNumber","weekDay"),G=D("year","ordinal"),W=RegExp(`${H.source} ?(?:${j.source}|(${U.source}))?`),Z=RegExp(`(?: ${W.source})?`);function K(e,t,r){const n=e[t];return P(n)?r:C(n)}function J(e,t){return[{hours:K(e,t,0),minutes:K(e,t+1,0),seconds:K(e,t+2,0),milliseconds:T(e[t+3])},null,t+4]}function Y(e,t){const r=!e[t]&&!e[t+1],n=L(e[t+1],e[t+2]);return[{},r?null:I.instance(n),t+3]}function Q(e,t){return[{},e[t]?x.create(e[t]):null,t+1]}RegExp(`^T?${H.source}$`);B(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,V),B(/(\d{4})-?W(\d\d)(?:-?(\d))?/,V),B(/(\d{4})-?(\d{3})/,V),B(q),F((function(e,t){return[{year:K(e,t),month:K(e,t+1,1),day:K(e,t+2,1)},null,t+3]}),J,Y,Q),F(z,J,Y,Q),F(G,J,Y,Q),F(J,Y,Q);F(J);B(/(\d{4})-(\d\d)-(\d\d)/,Z),B(W),F(J,Y,Q);const X={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},ee=365.2425,te=30.436875,re=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"];re.slice(0).reverse();Symbol.for("nodejs.util.inspect.custom");Symbol.for("nodejs.util.inspect.custom");const ne=`[ ${String.fromCharCode(160)}]`;new RegExp(ne,"g");Symbol.for("nodejs.util.inspect.custom");o.View;var oe=r(961),ie={attributes:{"data-cke":!0}};ie.setAttributes=g(),ie.insert=l().bind(null,"head"),ie.domAPI=c(),ie.insertStyleElement=f();s()(oe.A,ie);oe.A&&oe.A.locals&&oe.A.locals;var se=r(163),ae={attributes:{"data-cke":!0}};ae.setAttributes=g(),ae.insert=l().bind(null,"head"),ae.domAPI=c(),ae.insertStyleElement=f();s()(se.A,ae);se.A&&se.A.locals&&se.A.locals;var ce=r(142),ue={attributes:{"data-cke":!0}};ue.setAttributes=g(),ue.insert=l().bind(null,"head"),ue.domAPI=c(),ue.insertStyleElement=f();s()(ce.A,ue);ce.A&&ce.A.locals&&ce.A.locals;var le=r(258),de={attributes:{"data-cke":!0}};de.setAttributes=g(),de.insert=l().bind(null,"head"),de.domAPI=c(),de.insertStyleElement=f();s()(le.A,de);le.A&&le.A.locals&&le.A.locals;var ge=r(967),he={attributes:{"data-cke":!0}};he.setAttributes=g(),he.insert=l().bind(null,"head"),he.domAPI=c(),he.insertStyleElement=f();s()(ge.A,he);ge.A&&ge.A.locals&&ge.A.locals;var fe=r(906),pe={attributes:{"data-cke":!0}};pe.setAttributes=g(),pe.insert=l().bind(null,"head"),pe.domAPI=c(),pe.insertStyleElement=f();s()(fe.A,pe);fe.A&&fe.A.locals&&fe.A.locals;var me=r(938),ke={attributes:{"data-cke":!0}};ke.setAttributes=g(),ke.insert=l().bind(null,"head"),ke.domAPI=c(),ke.insertStyleElement=f();s()(me.A,ke);me.A&&me.A.locals&&me.A.locals;var be=r(751),we={attributes:{"data-cke":!0}};we.setAttributes=g(),we.insert=l().bind(null,"head"),we.domAPI=c(),we.insertStyleElement=f();s()(be.A,we);be.A&&be.A.locals&&be.A.locals;var ve=r(901),ye={attributes:{"data-cke":!0}};ye.setAttributes=g(),ye.insert=l().bind(null,"head"),ye.domAPI=c(),ye.insertStyleElement=f();s()(ve.A,ye);ve.A&&ve.A.locals&&ve.A.locals;var _e=r(507),Ae={attributes:{"data-cke":!0}};Ae.setAttributes=g(),Ae.insert=l().bind(null,"head"),Ae.domAPI=c(),Ae.insertStyleElement=f();s()(_e.A,Ae);_e.A&&_e.A.locals&&_e.A.locals;const Se={paintRoller:'<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M3 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3Z"/><path d="M16 3.25a1.5 1.5 0 0 1 1.5 1.5v1.7a2.25 2.25 0 0 1-1.932 2.226l-4.424.632a.75.75 0 0 0-.644.743V11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-.95a2.25 2.25 0 0 1 1.932-2.226l4.424-.632A.75.75 0 0 0 16 6.449V3.25Z"/></svg>\n',robotPencil:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.61 2.66a1.406 1.406 0 1 0-1.407 0v.891H3.28a2.11 2.11 0 0 0-2.11 2.11v10.312a2.11 2.11 0 0 0 2.11 2.109h5.684l-.054-1.157.18-.25H3.28a.703.703 0 0 1-.703-.702V5.66c0-.389.315-.704.703-.704h11.25c.388 0 .703.315.703.704v2.484l.358-.497a2.492 2.492 0 0 1 1.048-.84V5.66a2.11 2.11 0 0 0-2.11-2.11H9.61v-.89Z"/><path d="M5.625 10.817c.518 0 .937-.63.937-1.407 0-.776-.42-1.406-.937-1.406-.518 0-.938.63-.938 1.406 0 .777.42 1.407.938 1.407Z"/><path d="M13.125 9.41c0 .777-.42 1.407-.938 1.407s-.937-.63-.937-1.407c0-.776.42-1.406.937-1.406.518 0 .938.63.938 1.406Z"/><path d="M.937 8.004A.937.937 0 0 0 0 8.942v1.875c0 .517.42.937.937.937v-3.75Z"/><path d="M6.128 12.51a.782.782 0 0 1 1.085.216c.272.408.907.707 1.693.707s1.421-.3 1.693-.707a.782.782 0 0 1 1.302.868c-.666 1-1.906 1.403-2.995 1.403-1.089 0-2.329-.404-2.995-1.403a.782.782 0 0 1 .217-1.085Z"/><path d="m16.987 8.91-.622.864 2.879 2.074.622-.864a.71.71 0 0 0-.161-.99l-1.728-1.245a.71.71 0 0 0-.99.161Z"/><path d="M11.635 19.951a.355.355 0 0 1-.449-.31l-.214-2.38 4.978-6.911 2.88 2.074-4.978 6.91-2.217.617Z"/></svg>',tableOfContents:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 19a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.022a6.47 6.47 0 0 0-1.5-.709V2a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h6.313c.173.534.412 1.037.709 1.5H3Z"/><path d="M9.174 14a6.489 6.489 0 0 0-.155 1H6v-1h3.174Z"/><path d="M10.022 12c-.202.316-.378.65-.524 1H4v-1h6.022Z"/><path d="M12.034 10c-.448.283-.86.62-1.224 1H6v-1h6.034Z"/><path d="M12 4v1H4V4h8Z"/><path d="M14 7V6H6v1h8Z"/><path d="M15 9V8H7v1h8Z"/><path clip-rule="evenodd" d="M20 15.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0ZM15.5 13a.5.5 0 0 0-.5.5V15h-1.5a.5.5 0 0 0 0 1H15v1.5a.5.5 0 0 0 1 0V16h1.5a.5.5 0 0 0 0-1H16v-1.5a.5.5 0 0 0-.5-.5Z"/></svg>\n',template:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8 0H3a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2.5 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Z"/><path clip-rule="evenodd" d="M13 0h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5h-5Z"/><path clip-rule="evenodd" d="M13 10h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2Zm0 1.5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5Z"/></svg>',caseChange:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>'};function xe(e,t){const r=(0,t.t)("Other");return e.length?"groupId"in e[0]?e:[{groupId:"_ungrouppedCommands",groupLabel:r,order:1/0,commands:e}]:[{groupId:"_ungrouppedCommands",groupLabel:r,order:1/0,commands:[]}]}var Ee=r(331),Ie=r(783);const Re=Me;function Pe(){const e=["TableUtils","map","element","pop","407666pdEdeN","9bJeiFN","data","schema","href","addClass","start","_getTableRowCountFromContent","updateMarker","afterInit","text/html","getMarkersGroup","1266zFzALo","markerRange","join","change","first","selection","fire","init","markers","config","insertContent","setSelection","setData","isContent","once","3204pWgXHT","isAtEnd","end","getRows","getRanges","markerToHighlight","112noGxgk","resultRange","showFakeVisualSelection","getRowIndexes","addMarker","_createEmptyTableRows","ck-fake-ai-selection","getChild","editing","canEditAt","createUIElement","315667WmQoac","_prepareTableInsertBelowPosition","getFirstRange","insertRows","pluginName","from","paste","length","document","get","getColumnIndexes","isPremiumPlugin","span","parse","_getAISelection","getLastMatchingPosition","table","filter","last","editor","7304740JqyAGO","getRange","plugins","createRange","DataTransfer","conversion","AIAssistantEditing","99430aoFhJI","4QBjVfh","createPositionAt","3850596bIgedm","fromCharCode","842615KBLZXy","isCollapsed","has","getSelectedBlocks","off","push","getSelectedTableCells","forEach","_pasteHTMLUsingClipboard","findAncestor","for","ai.useTheme","isOfficialPlugin","_getDefaultInsertBelowPosition","removeMarker","getChildren","ai-ui","lowest","editingDowncast","insertContentBelow","markerToElement","hideFakeVisualSelection","deleteContent","_resetContentOfSelectedTableCells","ck-fake-ai-selection_collapsed","model","456FRbaNa","createPositionAfter","ck-ai-assistant-ui_theme","getLastPosition","createSelection","contentInsertion"];return(Pe=function(){return e})()}function Me(e,t){const r=Pe();return(Me=function(e,t){return r[e-=389]})(e,t)}!function(e){const t=Me,r=e();for(;;)try{if(703397===-parseInt(t(428))/1+-parseInt(t(481))/2*(parseInt(t(496))/3)+parseInt(t(429))/4*(-parseInt(t(433))/5)+parseInt(t(431))/6+-parseInt(t(469))/7*(parseInt(t(390))/8)+-parseInt(t(470))/9*(-parseInt(t(421))/10)+parseInt(t(401))/11*(parseInt(t(459))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Pe);const Ce=globalThis[Re(425)],Te=Re(449);class Oe extends e.Plugin{static get[Re(405)](){return Re(427)}static get[Re(445)](){return!0}static get[Re(412)](){return!0}[Re(488)](){const e=Re,{editor:t}=this,r=[e(396)];t[e(490)][e(410)](e(444))&&r[e(438)](e(461)),t[e(426)][e(443)](e(451))[e(389)]({model:Te,view:{classes:r,priority:12}}),t[e(426)][e(443)](e(451))[e(453)]({model:Te,view:(t,{writer:r})=>{const n=e;if(!t[n(482)][n(434)])return null;const o=r[n(400)](n(413));return r[n(474)]([n(396),n(457)],o),o}})}[Re(478)](){!async function(e){const r=p([86,120,78,54,67,111,112,89,108,117,70,122,119,107,56,74,48,100,106,52,90,116,79,80,75,102,115,57,49,55,98,99,109,50,73,110,121,66,114,51,103,104,53,69,68,77,88,83,105,85,76,118,113,84,81,87,71,101,82,72,65,97]),n=window[p([68,97,116,101])][p([110,111,119])](),o=e[p([101,100,105,116,111,114])],i=new(window[p([80,114,111,109,105,115,101])])((e=>{o[p([111,110,99,101])](p([114,101,97,100,121]),e)})),s={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},a=o[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[p([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),i[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((e=>{let t=0;o[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((r,n)=>{n[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),r[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](t)[p([116,104,101,110])]((()=>e))}function u(e){return e[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](l(e)):null}function l(e){return window[p([97,116,111,98])](e[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(e){let t=5381;function r(e){for(let r=0;r<e[p([108,101,110,103,116,104])];r++){const n=e[p([99,104,97,114,67,111,100,101,65,116])](r);t=(t<<5)+t+n,t&=t}}return function e(t){Array[p([105,115,65,114,114,97,121])](t)?t[p([102,111,114,69,97,99,104])](e):t&&typeof t==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](t)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([t,n])=>{r(t),e(n)})):r(window[p([83,116,114,105,110,103])](t))}(e),t>>>0}function g(e){return e[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function h(e){return e[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function f(){}function p(e){const t=Me;return e[t(466)]((e=>String[t(432)](e)))[t(483)]("")}!function(e){const t=function(){const e=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let t=p([86]);for(let n=0;n<e[p([108,101,110,103,116,104])];n+=2){let o=window[p([112,97,114,115,101,73,110,116])](e[p([115,117,98,115,116,114,105,110,103])](n,n+2));o>=r[p([108,101,110,103,116,104])]&&(o-=r[p([108,101,110,103,116,104])]),t+=r[o]}return t}();o[t]=p([97,105,76,105,99,101,110,115,101,75,101,121])+e,e!=p([86,97,108,105,100])&&async function(){await i,o[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=f,o[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=f,o[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let e,r=null,f=null;try{return a==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[p([115,112,108,105,116])](p([46]));return 3!=e[p([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=u(e);return t&&r()?t:null;function r(){const e=t[p([106,116,105])],r=window[p([112,97,114,115,101,73,110,116])](e[p([115,117,98,115,116,114,105,110,103])](e[p([108,101,110,103,116,104])]-8),16),n={...t,[p([106,116,105])]:e[p([115,117,98,115,116,114,105,110,103])](0,e[p([108,101,110,103,116,104])]-8)};return delete n[p([118,99])],d(n)==r}}}(),e?(e[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(f=function(e,r){return new(window[p([80,114,111,109,105,115,101])])((c=>{if(s())return c(p([86,97,108,105,100]));a(),o[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const l=(0,t.uid)();function f(e){return!!e&&(typeof e===p([111,98,106,101,99,116])||typeof e===p([102,117,110,99,116,105,111,110]))&&typeof e[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof e[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function m(t){a(t)[p([116,104,101,110])]((e=>e&&e[p([115,116,97,116,117,115])]==p([111,107])?g(d(l+r))!=e[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((e=>(i(),e)),(()=>{const e=s();return null==e?(i(),p([86,97,108,105,100])):p(n-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](c)[p([99,97,116,99,104])]((()=>{c(p([85,115,97,103,101,76,105,109,105,116]))}));const o=36e5;function i(){const t=p([108,108,99,116,45])+g(d(e)),r=h(g(window[p([77,97,116,104])][p([99,101,105,108])](n/o)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](t,r)}function s(){const t=p([108,108,99,116,45])+g(d(e)),r=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](t);return r?window[p([112,97,114,115,101,73,110,116])](h(r),16)*o:null}function a(e){return new(window[p([80,114,111,109,105,115,101])])(((t,r)=>{e[p([116,104,101,110])](t,r),window[p([115,101,116,84,105,109,101,111,117,116])](r,12e4)}))}}o[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,r)=>{if(r[0]!=e)return c(p([85,115,97,103,101,76,105,109,105,116]));r[1]={...r[1],[p([114,101,113,117,101,115,116,73,100])]:l}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),o[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{f(e[p([114,101,116,117,114,110])])&&(u=!0,m(e[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),i[p([116,104,101,110])]((()=>{u||c(p([85,115,97,103,101,76,105,109,105,116]))}))}));function s(){return o[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function a(){o[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(e[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[p([106,116,105])])),await async function(){let e=!0;try{const n=a[p([115,112,108,105,116])](p([46])),[o,i,s]=n;return t(o),await r(o,i,s),e}catch(e){return!1}function t(t){const r=u(t);r&&r[p([97,108,103])]==p([69,83,50,53,54])||(e=!1)}async function r(t,r,n){const o=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](l(n),(e=>e[p([99,104,97,114,67,111,100,101,65,116])](0))),i=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](t+p([46])+r),a=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!a)return;const c=await a[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),s,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await a[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},c,o,i)||(e=!1)}}()?function(){const t=e[p([102,101,97,116,117,114,101,115])];return!(!t||!t[p([105,110,99,108,117,100,101,115])](p([42]))&&!t[p([105,110,99,108,117,100,101,115])](p([65,73])))}()?function(){const t=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](e[p([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1738540800;return e[p([101,120,112])]<t}()?p([69,120,112,105,114,101,100]):function(){const t=Me,r=e[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!r||0==r[p([108,101,110,103,116,104])])return!0;const{hostname:n}=new URL(window[p([108,111,99,97,116,105,111,110])][t(473)]);if(r[p([105,110,99,108,117,100,101,115])](n))return!0;const o=n[p([115,112,108,105,116])](p([46]));return r[p([102,105,108,116,101,114])]((e=>e[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((e=>e[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((e=>o[p([101,118,101,114,121])](((t,r)=>e[r]===t||e[r]===p([42])))))}()?(e[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(r=c(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(r=c(p([84,114,105,97,108,76,105,109,105,116]))),await(r&&f?new(window[p([80,114,111,109,105,115,101])])(((e,t)=>{r[p([116,104,101,110])](e,t),f[p([116,104,101,110])]((t=>{t!=p([86,97,108,105,100])&&e(t)}),t)})):r||f||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(e){return p([73,110,118,97,108,105,100])}}())}(this)}[Re(392)](){const e=Re,t=this[e(420)][e(458)];t[e(484)]((r=>{const n=e,o=t[n(409)][n(486)][n(500)]();let i=0;for(const e of o){const o=Te+":"+i;if(t[n(489)][n(435)](o))r[n(477)](o,{range:e});else if(e[n(475)][n(497)]){const i=e[n(475)][n(416)]((({item:e})=>!t[n(472)][n(494)](e)),{boundaries:e});r[n(394)](o,{usingOperation:!1,affectsData:!1,range:r[n(424)](i,e[n(498)])})}else r[n(394)](o,{usingOperation:!1,affectsData:!1,range:e});i++}}))}[Re(454)](){const e=Re,t=this[e(420)][e(458)],r=Array[e(406)](this[e(420)][e(458)][e(489)][e(480)](Te));r[e(408)]&&t[e(484)]((t=>{const n=e;r[n(440)]((e=>{t[n(447)](e)}))}))}[Re(491)](e,t){const r=Re,n=this[r(415)](),o=t||n[r(403)]();this[r(420)][r(458)][r(399)](o)&&this[r(420)][r(458)][r(484)]((i=>{const s=r;this[s(454)](),t||this[s(456)](i,n),this[s(441)]({insertAt:o,writer:i,html:e})}))}[Re(452)](e){const t=Re,{model:r}=this[t(420)],n=this[t(415)]();r[t(484)]((()=>{const r=t,o=this[r(402)](e,n)||this[r(446)](n);this[r(491)](e,o)}))}[Re(415)](){const e=Re,t=this[e(420)][e(458)],r=Array[e(406)](t[e(489)][e(480)](Te))[e(466)]((t=>t[e(422)]()));return t[e(463)](r)}[Re(441)]({writer:e,html:t,insertAt:r}){const n=Re,{view:o}=this[n(420)][n(398)],i=this[n(420)][n(423)][n(410)](Ee.ClipboardPipeline),s=new Ce;s[n(493)](n(479),t);const a=new ClipboardEvent(n(407),{clipboardData:s}),c=new Ie.DomEventData(o,a,{dataTransfer:new Ie.DataTransfer(s)});e[n(492)](r);const u=(t,r)=>{const o=n;r[o(391)]&&e[o(492)](r[o(391)])};i[n(495)](n(464),u,{priority:n(450)}),o[n(409)][n(487)](n(407),c),i[n(437)](n(464),u)}[Re(446)](e){const t=Re,{model:r}=this[t(420)],n=Array[t(406)](e[t(436)]());return n[t(408)]?r[t(460)](n[t(468)]()):e[t(462)]()}[Re(402)](e,t){const r=Re,{model:n,plugins:o}=this[r(420)];if(o[r(435)](r(465))){const i=o[r(410)](r(465))[r(439)](t);if(i[r(408)]){const t=this[r(476)](e),o=this[r(395)](i,t);return n[r(430)](o,0)}}return null}[Re(476)](e){const t=Re,r=this[t(420)][t(423)][t(410)](t(465)),n=this[t(420)][t(471)][t(414)](e),o=Array[t(406)](n[t(448)]())[t(418)]((e=>e.is(t(467),t(417))));let i=0;return o[t(440)]((e=>{i+=r[t(499)](e)})),i}[Re(395)](e,t){const r=Re,n=this[r(420)][r(423)][r(410)](r(465)),o=n[r(393)](e),i=n[r(411)](e),s=o[r(419)]+1,a=i[r(485)],c=e[0][r(442)](r(417));for(let e=0;e<t;e++)n[r(404)](c,{at:s});return c[r(397)](s)[r(397)](a)}[Re(456)](e,t){const r=Re,{plugins:n}=this[r(420)],{model:o}=e;n[r(435)](r(465))&&n[r(410)](r(465))[r(439)](t)[r(408)]&&o[r(455)](t)}}var $e=Le;function Le(e,t){var r=Ne();return(Le=function(e,t){return r[e-=383]})(e,t)}function Ne(){var e=["aiadapter-text-adapter-not-set","name","14124RjulxM","16387LAaRvq","isOfficialPlugin","AIRequestError","AIAdapter","225OsxpPX","592PGlaho","textAdapter","2276195EexCiJ","832704UbiwoI","1516314tyfCfl","afterInit","4IevvcK","isPremiumPlugin","pluginName","6360lDVGte","2873MESUND","38XPBdMP","1067mhsJDt"];return(Ne=function(){return e})()}!function(e){for(var t=Le,r=e();;)try{if(231372===parseInt(t(398))/1*(parseInt(t(399))/2)+parseInt(t(391))/3+-parseInt(t(394))/4*(-parseInt(t(390))/5)+-parseInt(t(392))/6+-parseInt(t(383))/7*(parseInt(t(388))/8)+parseInt(t(387))/9*(-parseInt(t(397))/10)+parseInt(t(400))/11*(-parseInt(t(403))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ne);class Ue extends e.Plugin{static get[$e(396)](){return $e(386)}static get[$e(384)](){return!0}static get[$e(395)](){return!0}[$e(393)](){var e=$e;if(!this[e(389)])throw new t.CKEditorError(e(401),null)}}class Be extends Error{constructor(e){var t=$e;super(e),this[t(402)]=t(385)}}function Fe(e,t,r){const n=e.t;switch(t){case"Edit or review":return n("Edit or review");case"Improve writing":return n("Improve writing");case"Make shorter":return n("Make shorter");case"Make longer":return n("Make longer");case"Simplify language":return n("Simplify language");case"Generate from selection":return n("Generate from selection");case"Summarize":return n("Summarize");case"Continue":return n("Continue");case"Change tone":return n("Change tone");case"Professional":return n("Professional");case"Casual":return n("Casual");case"Direct":return n("Direct");case"Confident":return n("Confident");case"Friendly":return n("Friendly");case"Change style":return n("Change style");case"Business":return n("Business");case"Legal":return n("Legal");case"Journalism":return n("Journalism");case"Poetic":return n("Poetic");case"Translate":return n("Translate");case"English":return n("English");case"Spanish":return n("Spanish");case"German":return n("German");case"Portuguese":return n("Portuguese");case"French":return n("French");case"Simplified Chinese":return n("Simplified Chinese");case"Hindi":return n("Hindi");case"Arabic":return n("Arabic");case"AI Assistant":return n("AI Assistant");case"AI Commands":return n("AI Commands");case"Ask AI to edit or generate":return n("Ask AI to edit or generate");case"Ask AI to improve generated text":return n("Ask AI to improve generated text");case"Copy":return n("Copy");case"Submit":return n("Submit");case"Insert below":return n("Insert below");case"Try again":return n("Try again");case"Stop":return n("Stop");case"AI is writing...":return n("AI is writing...");case"AI is writing":return n("AI is writing");case"Generated content: %0":return n("Generated content: %0",r);case"Error during AI content generation: %0":return n("Error during AI content generation: %0",r);case"History":return n("History");case"Empty history":return n("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return n("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return n("Prompt history");case"Clear":return n("Clear");case"AI_REPLACE_CONTENT":return n({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return n({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return n({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return n({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return n({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},r);case"AI_ERROR_CONTEXT_LENGTH":return n({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return n({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return n({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}const De=je;function je(e,t){const r=qe();return(je=function(e,t){return r[e-=190]})(e,t)}!function(e){const t=je,r=e();for(;;)try{if(632491===parseInt(t(214))/1+parseInt(t(212))/2*(-parseInt(t(207))/3)+-parseInt(t(213))/4+-parseInt(t(198))/5*(-parseInt(t(201))/6)+parseInt(t(205))/7+-parseInt(t(221))/8+parseInt(t(206))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(qe);class He extends e.Command{constructor(e,t){const r=je;super(e),this[r(225)]=t,this[r(223)](r(226),[]),this.on(r(220),((e,t,n)=>{const o=r;this[o(216)]&&(this[o(226)]=Ve(this[o(225)],n))})),this[r(223)](r(199),!1),this.on(r(229),((e,t,n)=>{const o=r;this[o(226)]=n?Ve(this[o(225)],this[o(199)]):[]}))}[De(192)](){const e=De,t=this[e(232)][e(218)];this[e(199)]=function(t){const r=e,n=t[r(204)][r(227)];return n[r(231)]?0!==[...n[r(228)]()][r(196)]&&![...n[r(228)]()][0][r(200)]:!!t[r(190)](n[r(215)]())}(t);const r=t[e(204)][e(227)],n=this[e(232)][e(210)][e(224)](e(202));for(const t of r[e(194)]())for(const r of t[e(197)]())if(r.is(e(219))&&n[e(195)](r[e(230)]))return void(this[e(216)]=!1);this[e(216)]=!0}[De(191)](e="",t="",r=De(217)){const n=De;this[n(232)][n(208)][n(224)](kr)[n(209)](e,t,r)}}function qe(){const e=["selection","getSelectedBlocks","change:isEnabled","name","isCollapsed","editor","hasContent","execute","refresh","from","getRanges","includes","length","getItems","590PsMbrJ","_hasContext","isEmpty","27138UIeHIW","ai.aiAssistant.disabledElements","requiresContent","document","7158375vYtCFY","4736592ssxoyW","42kuIAiR","plugins","showUI","config","values","80752FVEgaF","87400uFrJec","263090VNBHSR","getFirstRange","isEnabled","custom","model","element","change:_hasContext","9008896CiYsBt","add","set","get","_commandDefinitions","enabledCommandsIds"];return(qe=function(){return e})()}function Ve(e,t){const r=De,n=new Set;for(const o of e[r(211)]())(t||!1===o[r(203)])&&n[r(222)](o.id);return Array[r(193)](n)}const ze=Ge;function Ge(e,t){const r=We();return(Ge=function(e,t){return r[e-=454]})(e,t)}function We(){const e=["view","name","20967dXTCPc","text/html","querySelector","_normalizeResponseHeadings","div","300973UPTGVo","exec","processor","previousContext","2166342ueaMXD","editor","5204941UIYXcL","isProcessing","childNodes","parseFromString","6652752eIHElT","listenTo","tryAgainEvent","```html","ELEMENT_NODE","viewToDom","146iergNB","_isH1TagSupportEnabled","5sJhGTl","message","once","currentContext","then","catch","abort","value","config","finally","get","rename","stopListening","940048gpgIYc","render","ai.aiAssistant.preserveComments","reset","_sanitizeHTML","_handleQuery","makeRequest","set","match","mainAction","serializeToString","_xmlSerializer","reverse","custom","toView","push","updateView","_stripMarkdownSyntax","previousQuery","nodeType","length","setContentOf","document","<h1></h1>","endsWith","_sanitizationContainer","editing","previousLabel","remove","from","textAdapter","finishProcessing","destroy","substring","toModel","_parseAndNormalizeContent","createElement","_domParser","markers","stringify","clear","htmlProcessor","body","stopProcessing","domConverter","currentResponse","startsWith","```","12883392jkWtAw","submitPrompt","element","handleError","data","prompt","previousActionId","set:currentContext","initialContext","isRendered","innerHTML","startProcessing","trim"];return(We=function(){return e})()}!function(e){const t=Ge,r=e();for(;;)try{if(530514===parseInt(t(459))/1+-parseInt(t(475))/2*(parseInt(t(454))/3)+parseInt(t(490))/4+parseInt(t(477))/5*(parseInt(t(463))/6)+parseInt(t(465))/7+parseInt(t(469))/8+-parseInt(t(538))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(We);const Ze=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");class Ke extends((0,t.ObservableMixin)()){constructor(e,t,r){const n=Ge;super(),this[n(464)]=e,this[n(520)]=t,this[n(515)]=document[n(526)](n(458)),this[n(527)]=new DOMParser,this[n(501)]=new XMLSerializer,this[n(551)]=r,this[n(497)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(545),((e,t,r)=>{const o=n;this[o(551)][o(484)]=this[o(494)](r)})),this[n(470)](this[n(551)],n(539),((e,t)=>{const r=n,o=this[r(480)]||this[r(546)];this[r(495)](t,o,r(503))})),this[n(470)](this[n(551)],n(471),(()=>{const e=n;this[e(551)][e(543)]=this[e(517)],this[e(495)](this[e(508)],this[e(462)],this[e(544)],this[e(517)])})),this[n(470)](this[n(551)],n(533),(()=>{this[n(533)]()}))}[ze(522)](){this[ze(489)]()}async[ze(506)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=ze;this[i(551)][i(543)]=n,this[i(551)][i(499)]=o,this[i(546)]=r,t&&(this[i(551)][i(547)]?this[i(495)](t,r,e,n):this[i(551)][i(479)](i(491),(()=>{this[i(495)](t,r,e,n)})))}[ze(533)](){const e=ze;this[e(466)]&&(this[e(466)]=!1,this[e(551)][e(521)](),this[e(520)][e(483)]())}[ze(493)](){const e=ze;this[e(546)]="",this[e(480)]="",this[e(535)]="",this[e(462)]="",this[e(508)]="",this[e(517)]="",this[e(544)]=void 0,this[e(551)][e(493)](),this[e(533)]()}async[ze(495)](e,t,r,n){const o=ze;return this[o(466)]=!0,this[o(551)][o(549)](),this[o(462)]=t,this[o(508)]=e,this[o(517)]=n||e,this[o(544)]=r,new Promise((n=>{const i=o;this[i(520)][i(496)]({query:e,context:t,onData:e=>{const t=i;this[t(535)]=e,this[t(480)]=this[t(525)](this[t(535)])},actionId:r})[i(481)]((()=>{const e=i;!this[e(480)]&&this[e(535)]&&(this[e(480)]=this[e(525)](this[e(535)],!0))}))[i(482)]((e=>{const t=i;e instanceof Be?this[t(551)][t(541)](e[t(478)]):this[t(551)][t(541)](),n()}))[i(486)]((()=>{this[i(533)](),n()}))}))}[ze(525)](e,t=!1){const r=ze,n=Ze[r(460)](e);e=n?e[r(523)](n[1][r(510)]):e[r(510)]<100&&!t?"":this[r(507)](e);const o=this[r(527)][r(468)](e,r(455));if(n){const e=Array[r(519)](o[r(532)][r(467)]);e[r(502)]();for(const t of e){if(t[r(509)]==Node[r(473)])break;t[r(518)]()}}const i=this[r(464)][r(542)][r(461)][r(504)](this[r(501)][r(500)](o[r(532)]));this[r(476)]()||this[r(457)](i);const s=this[r(464)][r(485)][r(487)](r(492)),a=this[r(464)][r(542)][r(524)](i);return s||a[r(528)][r(530)](),this[r(464)][r(542)][r(529)](a)}[ze(457)](e){const t=ze,r=new Ie.UpcastWriter(this[t(464)][t(516)][t(551)][t(512)]),n=new Ie.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(540))&&n[t(498)](r)&&(o[t(505)](r),"h1"==r[t(552)]&&(i=!0));if(i)for(const e of o)r[t(488)]("h"+(parseInt(e[t(552)][1])+1),e)}[ze(476)](){const e=ze,{data:t,editing:r}=this[e(464)],n=t[e(531)][e(504)](e(513)),o=t[e(504)](t[e(524)](n));return!!r[e(551)][e(534)][e(474)](o)[e(456)]("h1")}[ze(494)](e){const t=ze;return this[t(464)][t(516)][t(551)][t(534)][t(511)](this[t(515)],e),this[t(515)][t(548)]}[ze(507)](e){const t=ze,r=e[t(550)]();return r[t(536)](t(472))?r[t(514)](t(537))?r[t(523)](7,r[t(510)]-3):r[t(523)](7):e}}function Je(e,t){const r=Ye();return(Je=function(e,t){return r[e-=118]})(e,t)}function Ye(){const e=["replace","label","_CONTENT","extendTemplate","insert","toUpperCase","ck-hidden","Try again","5528690fjZvTM","Insert below","AI_","ck-ai-form__toolbar","11627456yXnxci","35709AzsVsi","stopButton","ck-button-action","bind","_createButton","replaceButton","mainAction","5313426QDjLPw","8636280rPHSwV","Stop","9UsMKLo","locale","tryAgainButton","5JMdVtP","REPLACE","isVisible","set","6103601jCauce","68AynsxO","insertButton","bindTemplate","items","442770NOBCnK","addMany"];return(Ye=function(){return e})()}const Qe=Je;!function(e){const t=Je,r=e();for(;;)try{if(777340===parseInt(t(143))/1*(-parseInt(t(152))/2)+parseInt(t(130))/3*(parseInt(t(148))/4)+parseInt(t(125))/5+-parseInt(t(137))/6+parseInt(t(147))/7+parseInt(t(129))/8*(parseInt(t(140))/9)+-parseInt(t(138))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ye);const Xe={REPLACE:Qe(154),INSERT:Qe(121)};class et extends o.ToolbarView{constructor(e){const t=Qe;super(e),this[t(146)](t(145),!1),this[t(146)](t(136),Xe[t(144)]),this[t(135)]=this[t(134)]("",t(132)),this[t(135)][t(133)](t(118)).to(this,t(136),(r=>Fe(e,t(127)+r[t(122)]()+t(119)))),this[t(149)]=this[t(134)](Fe(e,t(126))),this[t(142)]=this[t(134)](Fe(e,t(124))),this[t(131)]=this[t(134)](Fe(e,t(139)));const r=this[t(150)];this[t(120)]({attributes:{class:[t(128),r.if(t(145),t(123),(e=>!e))]}}),this[t(151)][t(153)]([this[t(135)],this[t(149)],this[t(142)],this[t(131)]])}[Qe(134)](e,t){const r=Qe,n=new o.ButtonView(this[r(141)]);return n[r(146)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}const tt='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>',rt=ot;function nt(){const e=["setEndBefore","appendLoader","setContent","icon","isProcessing","contentFieldView","50718740TJjIJg","AI is writing...","check","class","absolute","locale","querySelector","element","-9999px","setTemplate","ck-ai-form__copy-button","copy","_createLoader","div","text/plain","bindTemplate","addRange","bind","8Poroko","ck-ai-form__copy-button-wrapper","<span>[</span>","style","appendChild","render","_copyHTMLToClipboard","loaderView","<span>]</span>","_createCopyButton","scrollHeight","change:value","3194464RUQhuI","isVisible","set",".ck-ai-form__loader"," ck-ai-form__copy-button--copied","1393497qEgOmj","remove","getSelection","ClipboardItem","ck-ai-form__content-area","ck-ai-form__content-area--processing","Copy","change:isProcessing","execute","execCommand","ck-hidden","createRange","smooth","write","14862501sYqNtO","createElement","4813098FEYndD","wheel","ck-content","24PmQDYz","ck-reset_all-excluded","value","isEnabled","position","610502AltvgC","ck-ai-form__loader","innerHTML","setStartAfter","listenTo","focus","removeAllRanges","text/html","firstElementChild","clipboard","textContent","lastElementChild","4lGfRtM","body","left","mousedown","scrollTo","copyButtonView","ck-ai-form__content-field","ck-ai-form__content-area-wrapper","6942465RRpafG"];return(nt=function(){return e})()}function ot(e,t){const r=nt();return(ot=function(e,t){return r[e-=498]})(e,t)}!function(e){const t=ot,r=e();for(;;)try{if(914500===-parseInt(t(577))/1*(parseInt(t(565))/2)+-parseInt(t(557))/3+-parseInt(t(536))/4+-parseInt(t(499))/5+-parseInt(t(560))/6*(parseInt(t(541))/7)+parseInt(t(524))/8*(parseInt(t(555))/9)+parseInt(t(506))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nt);class it extends o.View{constructor(e,t=""){const r=ot;super(e),this[r(538)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(521)];this[r(505)]=new st(e,t),this[r(582)]=this[r(533)](),this[r(515)]({tag:r(519),attributes:{class:["ck",r(498),n.if(r(537),r(551),(e=>!e))],tabindex:"-1"},children:[{tag:r(519),attributes:{class:["ck",r(545),n.if(r(504),r(546))]},children:[this[r(505)],{tag:r(519),attributes:{class:["ck",r(525)]},children:[this[r(582)]]}]}]})}[rt(529)](){const e=rt;super[e(529)](),this[e(562)]&&this[e(505)][e(502)](this[e(562)]);let t=!1;this.on(e(535),((r,n,o)=>{const i=e,s=!this[i(505)][i(513)][i(512)](i(539));this[i(505)][i(502)](o),this[i(504)]&&s&&!t&&this[i(513)][i(581)]({top:this[i(513)][i(534)],behavior:i(553)})})),this.on(e(548),((r,n,o)=>{const i=e;t=!1,o?(this[i(562)]=null,this[i(505)][i(501)]()):this[i(562)]||this[i(505)][i(502)]("")})),this[e(569)](this[e(513)],e(558),(()=>{t=!0})),this[e(569)](this[e(513)],e(580),(()=>{t=!0}))}[rt(570)](){const e=rt;this[e(513)][e(570)]()}[rt(533)](){const t=rt,r=this[t(511)],n=new o.ButtonView(this[t(511)]),i=t(516);return n[t(538)]({label:Fe(r,t(547)),icon:tt,class:i,tooltip:!0}),n[t(523)](t(537)).to(this,t(562),(e=>!!e)),n[t(523)](t(563)).to(this,t(504),(e=>!e)),n.on(t(549),(()=>{const r=t;this[r(530)](this[r(505)][r(513)]),n[r(503)]=e.icons[r(508)],n[r(509)]=i+r(540),this[r(570)](),setTimeout((()=>{const e=r;n[e(503)]=tt,n[e(509)]=i}),1e3)})),n}[rt(530)](e){const r=rt,{window:n,document:o}=t.global;if(n[r(544)]){const{Blob:t,ClipboardItem:o}=n,i=[new o({"text/html":new t([e[r(567)]],{type:r(572)}),"text/plain":new t([e[r(575)]||""],{type:r(520)})})];navigator[r(574)][r(554)](i)}else{const t=o[r(556)](r(519));t[r(527)][r(564)]=r(510),t[r(527)][r(579)]=r(514),t[r(567)]=r(526)+e[r(567)]+r(532),o[r(578)][r(528)](t);const i=o[r(552)]();i[r(568)](t[r(573)]),i[r(500)](t[r(576)]);const s=n[r(543)]();s[r(571)](),s[r(522)](i),o[r(550)](r(517)),t[r(542)]()}}}class st extends o.View{constructor(e,t=""){const r=rt;super(e),this[r(531)]=this[r(518)](),this[r(515)]({tag:r(519),attributes:{class:["ck",r(559),t,r(561),r(583)]}})}[rt(502)](e){const t=rt;this[t(513)][t(567)]=e}[rt(501)](){const e=rt;this[e(513)][e(528)](this[e(531)][e(513)])}[rt(518)](){const e=rt,t=new o.View,r=this[e(511)],n=new o.SpinnerView;return n[e(537)]=!0,t[e(515)]({tag:e(519),attributes:{class:["ck",e(566)]},children:[n,{text:Fe(r,e(507))}]}),t[e(529)](),t}}function at(){const e=["5MbaJhl","2852468VQrtXh","set","152679CruqLO","28127133XvevJU","610699VUNSuv","16yxamwR","ck-ai-form__error","content","text","div","bindTemplate","setTemplate","4111702rZUFCO","1796268ZhEBzi","4564312exEpRL"];return(at=function(){return e})()}function ct(e,t){const r=at();return(ct=function(e,t){return r[e-=477]})(e,t)}!function(e){const t=ct,r=e();for(;;)try{if(535730===-parseInt(t(479))/1+parseInt(t(480))/2*(-parseInt(t(477))/3)+-parseInt(t(491))/4*(parseInt(t(490))/5)+parseInt(t(488))/6+-parseInt(t(487))/7+-parseInt(t(489))/8+parseInt(t(478))/9)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(at);class ut extends o.View{constructor(e,t=""){const r=ct;super(e);const n=new o.IconView,i=this[r(485)];this[r(492)](r(483),t),n[r(482)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>\n',this[r(486)]({tag:r(484),attributes:{class:["ck",r(481)]},children:[n,{text:i.to(r(483))}]})}}const lt=gt;function dt(){const e=["minRows","locale","style","isOn","uiLanguageDirection","3QRlHSC","children","showHistoryButtonView","focusableChildren","filteredView","isEmpty","ck-ai-form__submit","1165012jUcKNf","window","element","10779070tAfhlz","left","isEnabled","Submit","rtl","ck-ai-form__toggle-history","focusFirst","add","198115SHnxLD","fieldWrapperChildren","update","width","history","1088173bFiPea","bind","339928YRBJpP","1964809GXWUEF","focusCycler","excludeScrollbarsAndBorders","submit","fire","9PNkjAX","set","render","value","fieldView","2opSuZg","queryView","_createSubmitButton","History","focusLast","execute","resultsView","submitButtonView","focus","right","7SMRXSh","requestAnimationFrame","6581328OQAgWw","maxRows","keystrokes","enter","target","isVisible","_createShowHistoryButton"];return(dt=function(){return e})()}function gt(e,t){const r=dt();return(gt=function(e,t){return r[e-=426]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(555168===parseInt(t(477))/1*(parseInt(t(430))/2)+-parseInt(t(454))/3*(parseInt(t(461))/4)+-parseInt(t(472))/5+parseInt(t(442))/6+-parseInt(t(440))/7*(parseInt(t(479))/8)+-parseInt(t(485))/9*(parseInt(t(464))/10)+-parseInt(t(480))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(dt);class ht extends o.AutocompleteView{constructor(e,t){const r=gt;super(e,t),this[r(431)][r(429)][r(449)]=1,this[r(431)][r(429)][r(443)]=3,this[r(437)]=this[r(432)](),this[r(456)]=this[r(448)](),this[r(457)][r(471)](this[r(456)],1),this[r(457)][r(471)](this[r(437)])}[lt(427)](){const e=lt;super[e(427)](),this[e(431)][e(473)][e(471)](this[e(456)]),this[e(455)][e(471)](this[e(437)]),this[e(444)][e(426)](e(445),((t,r)=>{const n=e;t[n(446)]==this[n(431)][n(429)][n(463)]&&(this[n(483)](),r())}))}[lt(432)](){const e=lt,t=new o.ButtonView(this[e(450)]),r=this[e(450)];return t[e(426)]({icon:'<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.875 4.419a.75.75 0 0 0-1.5 0v7.25H6.818l2.33-1.955a.75.75 0 0 0-.963-1.15l-3.792 3.182a.75.75 0 0 0-.17.945c.046.11.118.208.21.284l3.788 3.18a.75.75 0 1 0 .965-1.149l-2.19-1.837h7.629c.69 0 1.25-.56 1.25-1.25v-7.5Z"/></svg>',label:Fe(r,e(467)),isVisible:!0,tooltip:!0,class:e(460)}),t.on(e(435),(()=>{this[e(483)]()})),t[e(478)](e(466)).to(this[e(431)][e(429)],e(459),this,e(466),((e,t)=>!e&&t)),t}[lt(448)](){const r=lt,n=new o.ButtonView(this[r(450)]),i=this[r(436)],s=this[r(450)];n[r(426)]({label:Fe(s,r(433)),withText:!1,icon:e.icons[r(476)],tooltip:!0,tooltipPosition:"sw",class:r(469)}),n[r(478)](r(452)).to(i,r(447)),n[r(478)](r(466)).to(this,r(466)),n.on(r(435),(()=>{const e=r;i[e(447)]=!i[e(447)],i[e(447)]?this[e(458)][e(438)]():this[e(438)]()}));const a=()=>{const e=r;t.global[e(462)][e(441)]((()=>{const r=e;if((0,t.isVisible)(this[r(463)])){const e=new t.Rect(this[r(431)][r(429)][r(463)]),o=e[r(475)],i=r(468)===s[r(453)]?r(465):r(439);e[r(482)](),n[r(463)][r(451)][i]=o-e[r(475)]+1+"px"}}))};return this[r(431)][r(429)].on(r(474),a),this.on(r(427),a),n}[lt(483)](){const e=lt,t=this[e(431)][e(429)][e(463)][e(428)];this[e(484)](e(483),t)}[lt(438)](e){const t=lt;-1===e?this[t(481)][t(434)]():this[t(481)][t(470)]()}}const ft=pt;function pt(e,t){const r=mt();return(pt=function(e,t){return r[e-=132]})(e,t)}function mt(){const e=["fire","length","clearHistory","clearHistoryButton","label","_createClearHistoryButton","9309992qbWMht","set","delegate","execute","items","add","children","533409MXVTqn","2006547efspeL","121324gFdzzq","Prompt history","276bggqqK","Clear","747242GxZCno","locale","4511715AlXCLB","historyGroupView","filter","3769392LwWciA"];return(mt=function(){return e})()}!function(e){const t=pt,r=e();for(;;)try{if(649577===-parseInt(t(137))/1+parseInt(t(143))/2+-parseInt(t(138))/3+parseInt(t(148))/4+parseInt(t(145))/5+parseInt(t(141))/6*(parseInt(t(139))/7)+-parseInt(t(155))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(mt);class kt extends o.ListView{constructor(e){const t=pt;super(e),this[t(152)]=this[t(154)](),this[t(146)]=new o.ListItemGroupView,this[t(146)][t(136)][t(135)](this[t(152)],1),this[t(146)][t(153)]=Fe(e,t(140)),this[t(146)][t(134)][t(132)](t(133)).to(this),this[t(134)][t(135)](this[t(146)])}[ft(147)](){const e=ft;let t=0;for(const r of this[e(134)])t+=r[e(134)][e(150)];return{resultsCount:t,totalItemsCount:t}}[ft(154)](){const e=ft,t=this[e(144)],r=new o.ButtonView(this[e(144)]);return r[e(156)]({label:"("+Fe(t,e(142))+")",withText:!0}),r.on(e(133),(()=>this[e(149)](e(151)))),r}}const bt="object"==typeof global&&global&&global.Object===Object&&global;var wt="object"==typeof self&&self&&self.Object===Object&&self;const vt=(bt||wt||Function("return this")()).Symbol;const yt=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o};const _t=Array.isArray;var At=Object.prototype,St=At.hasOwnProperty,xt=At.toString,Et=vt?vt.toStringTag:void 0;const It=function(e){var t=St.call(e,Et),r=e[Et];try{e[Et]=void 0;var n=!0}catch(e){}var o=xt.call(e);return n&&(t?e[Et]=r:delete e[Et]),o};var Rt=Object.prototype.toString;const Pt=function(e){return Rt.call(e)};var Mt=vt?vt.toStringTag:void 0;const Ct=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Mt&&Mt in Object(e)?It(e):Pt(e)};const Tt=function(e){return null!=e&&"object"==typeof e};const Ot=function(e){return"symbol"==typeof e||Tt(e)&&"[object Symbol]"==Ct(e)};var $t=vt?vt.prototype:void 0,Lt=$t?$t.toString:void 0;const Nt=function e(t){if("string"==typeof t)return t;if(_t(t))return yt(t,e)+"";if(Ot(t))return Lt?Lt.call(t):"";var r=t+"";return"0"==r&&1/t==-1/0?"-0":r};const Ut=function(e){return null==e?"":Nt(e)};const Bt=function(e){return function(t){return null==e?void 0:e[t]}};const Ft=Bt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Dt=/&(?:amp|lt|gt|quot|#39);/g,jt=RegExp(Dt.source);const Ht=function(e){return(e=Ut(e))&&jt.test(e)?e.replace(Dt,Ft):e};function qt(){const e=["fire","children","1056876oFKpdZ","573148IrXMwU","locale","18hNfCuZ","set","2290044TBdKjW","2INtGOE","add","126JmdCQr","50159YMqmfC","193380zqRjZm","44826nTtqic","5UoKfUI","3082832alZVJR","execute","55uishEU","prompt"];return(qt=function(){return e})()}function Vt(e,t){const r=qt();return(Vt=function(e,t){return r[e-=419]})(e,t)}!function(e){const t=Vt,r=e();for(;;)try{if(196247===parseInt(t(429))/1*(-parseInt(t(426))/2)+-parseInt(t(420))/3+-parseInt(t(421))/4*(parseInt(t(432))/5)+-parseInt(t(431))/6*(-parseInt(t(428))/7)+-parseInt(t(433))/8+parseInt(t(423))/9*(parseInt(t(430))/10)+-parseInt(t(435))/11*(-parseInt(t(425))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(qt);class zt extends o.ListItemView{constructor(e){const t=Vt;super();const r=new o.ButtonLabelView,n=new o.ButtonView(this[t(422)],r);this[t(419)][t(427)](n),n[t(424)]({label:e[t(436)],withText:!0}),n.on(t(434),(()=>{const r=t;this[r(437)](r(434),{value:Ht(e[r(436)])})}))}}const Gt=Wt;function Wt(e,t){const r=Zt();return(Wt=function(e,t){return r[e-=380]})(e,t)}function Zt(){const e=["getItem","setItem","add","parse","2029164iOTvkQ","2093904GSPFPj","_saveToSessionStorage","8475520RXYGfj","length","2zwVzvy","CKEditor/AIFormView/PromptHistory","3eqqQLr","1027395RINdYp","addMany","126ZDgYMn","_loadFromSessionStorage","prompt","remove","stringify","map","toLowerCase","53885jWJtEp","last","trim","1455664fJTlYu","210499pdNbFC"];return(Zt=function(){return e})()}!function(e){const t=Wt,r=e();for(;;)try{if(259402===parseInt(t(381))/1*(-parseInt(t(391))/2)+parseInt(t(393))/3*(parseInt(t(386))/4)+parseInt(t(403))/5*(parseInt(t(396))/6)+parseInt(t(380))/7+parseInt(t(387))/8+parseInt(t(394))/9+-parseInt(t(389))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Zt);const Kt=Gt(392);class Jt extends t.Collection{constructor(){const e=Gt;super(),this[e(397)](),this.on(e(384),((t,r)=>{const n=e,o=Yt(r[n(398)]);for(const e of this)if(e!=r&&Yt(e[n(398)])===o){this[n(399)](e);break}this[n(390)]>20&&this[n(399)](this[n(404)]),this[n(388)]()})),this.on(e(399),(()=>{this[e(388)]()}))}[Gt(397)](){const e=Gt,t=sessionStorage[e(382)](Kt)||"[]";this[e(395)](JSON[e(385)](t))}[Gt(388)](){const e=Gt;sessionStorage[e(383)](Kt,JSON[e(400)](this[e(401)]((e=>e))))}}function Yt(e){const t=Gt;return e[t(402)]()[t(405)]()}const Qt=Bt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var Xt=/[&<>"']/g,er=RegExp(Xt.source);const tr=function(e){return(e=Ut(e))&&er.test(e)?e.replace(Xt,Qt):e},rr=or;function nr(){const e=["delegate","AI_ERROR_FAILED","bind","chain","clearHistory","tryAgainEvent","replaceButton","handleError","stopProcessing","focusFirst","_promptHistory","_createPromptView","label","element","queryView","8308125ZKKhkq","bindTo","locale","high","isVisible","Empty history","createCollection","errorView","set","stopButton","prompt","div","1160datGYK","startProcessing","insertContentBelow","shift + tab","ck-ai-form","Ask AI to improve generated text","contentArea","insertButton","trim","setTemplate","82321rbpZkh","isProcessing","isError","finishProcessing","copyButtonView","add","mainAction","tryAgainButton","3330kOlPmg","replaceContent","render","historyGroupView","Ask AI and your prompts will be listed here for you to use later.","2748772tkCLbM","_focusables","keystrokes","Ask AI to edit or generate","tab","ck-hidden","38489YMhdmB","10381326wObwYd","_createToolbar","REPLACE","387756LlEqyS","clear","toolbar","ck-ai-form-content","focus","value","fire","text","2nGpZTw","submit","9036MnfQzF","_createHistoryView","5WuOyoo","bindTemplate","execute","submitPrompt","isEnabled","listenTo","focusTracker","focusLast","search","reset","items","promptView","focusCycler","fieldView"];return(nr=function(){return e})()}function or(e,t){const r=nr();return(or=function(e,t){return r[e-=212]})(e,t)}!function(e){const t=or,r=e();for(;;)try{if(872225===parseInt(t(292))/1*(parseInt(t(237))/2)+-parseInt(t(229))/3+parseInt(t(219))/4*(-parseInt(t(241))/5)+parseInt(t(226))/6+parseInt(t(270))/7+-parseInt(t(282))/8*(parseInt(t(239))/9)+parseInt(t(214))/10*(-parseInt(t(225))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nr);class ir extends o.View{constructor(e,r,n=""){const i=or;super(e),this[i(278)](i(245),!0),this[i(278)](i(293),!1),this[i(278)](i(280),""),this[i(278)](i(234),""),this[i(278)](i(294),!1),this[i(278)](i(212),Xe[i(228)]),this[i(265)]=new Jt,this[i(277)]=new ut(e),this[i(288)]=new it(e,n),this[i(288)][i(257)](i(293)).to(this),this[i(288)][i(257)](i(234)).to(this),this[i(231)]=this[i(227)](),this[i(231)][i(257)](i(212)).to(this),this[i(252)]=this[i(266)](),this[i(247)]=new t.FocusTracker,this[i(221)]=new t.KeystrokeHandler,this[i(220)]=this[i(276)]([this[i(288)],this[i(288)][i(296)],this[i(231)],this[i(252)]]),this[i(253)]=new o.FocusCycler({focusables:this[i(220)],focusTracker:this[i(247)],keystrokeHandler:this[i(221)],actions:{focusPrevious:i(285),focusNext:i(223)}}),this[i(253)][i(258)](this[i(252)][i(253)]),this[i(252)][i(269)][i(254)][i(257)](i(234)).to(this,i(280));const s=this[i(242)];this[i(291)]({tag:i(281),attributes:{class:["ck",i(286),r],tabindex:"-1"},children:[{tag:i(281),attributes:{class:["ck",i(232)]},children:[{tag:i(281),attributes:{class:[s.if(i(294),i(224),(e=>!e))]},children:[this[i(277)]]},this[i(288)],this[i(231)],this[i(252)]]}]})}[rr(216)](){const e=rr;super[e(216)](),this[e(247)][e(297)](this[e(288)][e(268)]),this[e(247)][e(297)](this[e(288)][e(296)][e(268)]),this[e(247)][e(297)](this[e(231)][e(268)]),this[e(247)][e(297)](this[e(252)][e(268)]),this[e(221)][e(246)](this[e(268)])}[rr(233)](e=1){const t=rr;-1===e?this[t(253)][t(248)]():this[t(253)][t(264)]()}[rr(250)](){const e=rr;this[e(280)]="",this[e(234)]="",this[e(294)]=!1,this[e(252)][e(250)](),this[e(288)][e(274)]=!1,this[e(231)][e(274)]=!1}[rr(266)](){const e=rr,t=this[e(272)],r=new ht(t,{queryView:{label:Fe(t,e(222)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:Fe(t,e(275)),secondary:Fe(t,e(218))}}},filteredView:this[e(240)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(257)](e(245)).to(this,e(245),this,e(293),((e,t)=>e&&!t)),this[e(246)](r,e(238),((t,r)=>{const n=e;this[n(280)]=r;const o=tr(r);this[n(235)](n(244),o),r[n(290)]()&&this[n(265)][n(297)]({prompt:o},0)}),{priority:e(273)}),r}[rr(240)](){const e=rr,t=new kt(this[e(272)]);return t[e(217)][e(251)][e(271)](this[e(265)]).as(zt),t.on(e(259),(()=>{const t=e;this[t(265)][t(230)](),this[t(252)][t(249)](""),this[t(252)][t(233)]()})),t}[rr(227)](){const e=rr,t=new et(this[e(272)]);return t[e(261)][e(257)](e(245)).to(this,e(245),this,e(293),this,e(234),((e,t,r)=>e&&!t&&!!r)),t[e(261)][e(255)](e(243)).to(this,e(215)),t[e(289)][e(257)](e(245)).to(this,e(245),this,e(293),this,e(234),((e,t,r)=>e&&!t&&!!r)),t[e(289)][e(255)](e(243)).to(this,e(284)),t[e(213)][e(257)](e(245)).to(this,e(245),this,e(293),((e,t)=>e&&!t)),t[e(213)][e(255)](e(243)).to(this,e(260)),t[e(279)][e(257)](e(245)).to(this,e(293)),t[e(279)][e(255)](e(243)).to(this,e(263)),t}[rr(283)](){const e=rr;this[e(234)]="",this[e(294)]=!1,this[e(293)]=!0,this[e(288)][e(274)]=!0,this[e(231)][e(274)]=!0,this[e(288)][e(233)]()}[rr(295)](){const e=rr,t=this[e(272)];this[e(293)]=!1,this[e(280)]="",this[e(252)][e(250)](),this[e(234)]&&(this[e(252)][e(269)][e(267)]=Fe(t,e(287)))}[rr(262)](e){const t=rr,r=this[t(272)];this[t(295)](),this[t(294)]=!0,this[t(277)][t(236)]=e||Fe(r,t(256)),this[t(234)]||(this[t(288)][t(274)]=!1)}}const sr='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.346 9.422a.151.151 0 0 1 .284 0l.548 1.484a.152.152 0 0 0 .09.089l1.483.549a.151.151 0 0 1 0 .284l-1.483.548a.151.151 0 0 0-.09.09l-.548 1.483a.152.152 0 0 1-.142.1.151.151 0 0 1-.142-.1l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.15.15 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .089-.09l.549-1.483Z"/><path d="M16.306 1.742a.151.151 0 0 1 .284 0l.549 1.483a.15.15 0 0 0 .089.09l1.483.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.15.15 0 0 0-.09.09l-.548 1.482a.151.151 0 0 1-.284 0l-.549-1.483a.15.15 0 0 0-.09-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.484-.549a.152.152 0 0 0 .09-.089l.548-1.483Z"/><path d="M7.665 1.742a.151.151 0 0 1 .284 0l.549 1.483a.151.151 0 0 0 .09.09l1.482.548a.151.151 0 0 1 .072.229.151.151 0 0 1-.072.055l-1.483.549a.151.151 0 0 0-.09.09L7.95 6.267a.151.151 0 0 1-.284 0l-.549-1.483a.151.151 0 0 0-.089-.09l-1.483-.548a.151.151 0 0 1 0-.284l1.483-.549a.151.151 0 0 0 .09-.089l.548-1.483-.001.001Z"/><path d="M14.72 7.946a.848.848 0 0 0 .25-.591.824.824 0 0 0-.241-.588l-1.943-1.938a.812.812 0 0 0-.588-.241.838.838 0 0 0-.591.25l-1.545 1.539 3.115 3.115 1.542-1.546h.001Z"/><path clip-rule="evenodd" d="M1.19 15.636a.96.96 0 0 1 .281-.679l7.835-7.834 3.121 3.12-7.834 7.835a.959.959 0 0 1-1.358 0l-1.764-1.764a.96.96 0 0 1-.28-.678Zm9.22-5.391-1.121-1.12-6.479 6.478 1.121 1.121 6.479-6.479Z"/></svg>';var ar=r(379),cr={attributes:{"data-cke":!0}};cr.setAttributes=g(),cr.insert=l().bind(null,"head"),cr.domAPI=c(),cr.insertStyleElement=f();s()(ar.A,cr);ar.A&&ar.A.locals&&ar.A.locals;var ur=r(181),lr={attributes:{"data-cke":!0}};lr.setAttributes=g(),lr.insert=l().bind(null,"head"),lr.domAPI=c(),lr.insertStyleElement=f();s()(ur.A,lr);ur.A&&ur.A.locals&&ur.A.locals;var dr=r(676),gr={attributes:{"data-cke":!0}};gr.setAttributes=g(),gr.insert=l().bind(null,"head"),gr.domAPI=c(),gr.insertStyleElement=f();s()(dr.A,gr);dr.A&&dr.A.locals&&dr.A.locals;const hr=fr;function fr(e,t){const r=pr();return(fr=function(e,t){return r[e-=291]})(e,t)}function pr(){const e=["editor","aiLicenseKeyValid","componentFactory","ck-ai-assistant-ui","_forceMarkersCopy","_formView","robotPencil","isOn","fieldView","groupLabel","change:isProcessing","children","change","REPLACE","requires","body","source","tableOfContents","ck-ai-commands-dropdown ","text/html","reset","_populateMenuBarMenu"," ck-ai-assistant-ui_theme","text","replaceContent","pluginName","splice","ai.aiAssistant.disabledElements","<p>","EDITOR_TOP_SIDE","wasMoved","getSelectedElement","getLimitElement","hideFakeVisualSelection","setSelection","change:value","set","aiLicenseKeyTrialLimit","Error during AI content generation: %0","aiLicenseKeyEvaluationLimit","aiLicenseKeyExpired","buttonView","aiLicenseKeyInvalid","aiLicenseKeyDomainLimit","focus","addMany","textAdapter","insertContent","insertContentBelow","replace","render","updateView","push","polite","filter","showFakeVisualSelection","_initAriaAiStatusChangeAnnouncements","menuView","menuBar:aiCommands","update","includes","hideUI","locale","AI is writing","config","aiLicenseKeyNotAllowed","model","schema","fire","menuitemcheckbox","getSelectedBlocks","evaluationLimit","DataTransfer","invalid","promptView","isPremiumPlugin","isEnabled","ai.useTheme","ai-commands-config-order-collision","getRanges","comment","AIAssistantUI","view","AI Assistant","custom","822104FZYzPT","404jcAaET","requiresContent","domainLimit","label","prompt","plugins","values","licenseKey","INSERT","_commandDefinitions","featureNotAllowed","get","command:","hide","_onExecute","_aiAdapter","isOfficialPlugin","change:isError","errorView","_licenseKeyCheckInterval","ai.aiAssistant.commands","expired","enabledCommandsIds","236921MkxEWQ","menuPanelClass","items","_dialog","showAIAssistant","rawHtml","length","bind","sort","6107913VjdvLY","change:enabledCommandsIds","isFlat","_getResolvedCommandsDefinitions","commands","13478208xGYtUK","init","map","order","showUI","trialLimit","2523984pZYScX","forEach","AI Commands","_uiCssClasses","_createAIAssistantUIButton","ai.aiAssistant.contentAreaCssClass","show","listenTo","aiAssistant","30295uMIBkd","currentContext","_initView","AIAssistant","trim","announce","document","contentArea","from","isCollapsed","panelView","_getMenuBarGroupButtons","ck-ai-assistant-button ","</p>","copy","1421178hltcKW","groupId","_aiAssistantController","editing","selection","_showLicenseError","media","destroy","execute","updatePosition","define","add","getData","usageLimit","queryView","once","buttons","delegate","aiLicenseKeyUsageLimit","Generated content: %0","aiCommands","menuBar:aiAssistant"];return(pr=function(){return e})()}!function(e){const t=fr,r=e();for(;;)try{if(500777===parseInt(t(450))/1+parseInt(t(426))/2+parseInt(t(319))/3+-parseInt(t(427))/4*(-parseInt(t(304))/5)+-parseInt(t(295))/6+parseInt(t(459))/7+-parseInt(t(464))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(pr);const mr=globalThis[hr(413)];class kr extends e.Plugin{static get[hr(366)](){return hr(422)}static get[hr(443)](){return!0}static get[hr(416)](){return!0}static get[hr(355)](){return[Ee.ClipboardMarkersUtils,Oe,Ue,o.Dialog]}constructor(e){const t=hr;super(e),this[t(298)]="",e[t(405)][t(329)](t(368),[t(325),t(455),t(358)]),e[t(405)][t(329)](t(300),""),e[t(405)][t(329)](t(418),!0),this[t(298)]=t(344)+(e[t(405)][t(438)](t(418))?t(363):"")}[hr(465)](){const e=hr,{editor:t}=this;this[e(442)]=t[e(432)][e(438)](Ue),this[e(453)]=t[e(432)][e(438)](o.Dialog),this[e(346)]=null,this[e(436)]=this[e(462)]();const r=new He(t,Array[e(312)](this[e(436)][e(433)]()));t[e(463)][e(330)](e(454),r),t.ui[e(343)][e(330)](e(339),(n=>{const i=e,s=(0,o.createDropdown)(n);return s[i(377)]({class:i(359)+this[i(298)]}),s[i(382)][i(377)]({label:Fe(n,i(297)),icon:sr,tooltip:!0}),s.on(i(327),(e=>this[i(441)](e[i(357)].id))),(0,o.addMenuToDropdown)(s,t.ui[i(423)][i(356)],function(e){const t=i,r=xe(e[t(405)][t(438)](t(447)),e[t(403)]),n=wr(e,r)[t(395)]((e=>e[t(463)][t(456)]));return 1===n[t(456)]?wr(e,n[0][t(463)])[t(291)]((e=>({id:e.id,label:e[t(430)]}))):n[t(291)]((r=>{const n=t,{groupId:o,groupLabel:i,commands:s}=r;return{id:o,menu:i||o,children:wr(e,s)[n(291)]((e=>({id:e.id,label:e[n(430)]})))}}))}(t),{ariaLabel:Fe(n,i(297))}),s[i(398)][i(451)]=i(359)+this[i(298)],r.on(i(460),a),s[i(398)][i(334)](i(391),a),s;function a(){const e=i;s[e(417)]=r[e(449)][e(456)]>0;for(const t of s[e(398)][e(335)])t[e(417)]=r[e(449)][e(401)](t.id)}})),t.ui[e(343)][e(330)](e(399),(n=>{const i=e,s=new o.MenuBarMenuView(n);s[i(382)][i(377)]({label:Fe(n,i(297)),icon:sr}),s[i(457)](i(417)).to(r,i(449),(e=>e[i(456)]>0));const a=xe(t[i(405)][i(438)](i(447)),n);return this[i(362)](r,s,a,(e=>this[i(441)](e))),s})),t.ui[e(343)][e(330)](e(303),(()=>{const t=e,r=this[t(299)](o.ButtonView);return r[t(377)]({tooltip:!0,class:t(316)+this[t(298)]}),r})),t.ui[e(343)][e(330)](e(340),(()=>{const t=e,r=this[t(299)](o.MenuBarMenuListItemButtonView);return r[t(377)]({role:t(410)}),r})),this[e(434)]=this[e(341)][e(405)][e(438)](e(434));const n=this[e(341)];this[e(446)]=setInterval((()=>{const t=e;let r;for(const e in n){const o=e,i=n[o];if(t(342)==i||t(383)==i||t(381)==i||t(384)==i||t(406)==i||t(380)==i||t(378)==i||t(337)==i){delete n[o],r=i,clearInterval(this[t(446)]),this[t(446)]=void 0;break}}t(383)==r&&n[t(324)](t(414)),t(381)==r&&n[t(324)](t(448)),t(384)==r&&n[t(324)](t(429)),t(406)==r&&n[t(324)](t(437),t(307)),t(380)==r&&n[t(324)](t(412)),t(378)==r&&n[t(324)](t(294)),t(337)==r&&n[t(324)](t(332))}),1e3)}[hr(326)](){const e=hr;super[e(326)](),this[e(446)]&&clearInterval(this[e(446)])}[hr(293)](e="",t="",r=hr(425)){const n=hr,i=this[n(341)],s=i[n(322)][n(423)],a=i[n(432)][n(438)](Oe),c=i[n(432)][n(438)](Ee.ClipboardMarkersUtils);a[n(396)]();const u=new mr,l=new ClipboardEvent(n(318),{clipboardData:u}),d=new Ie.DataTransfer(u),g=new Ie.DomEventData(s,l,{dataTransfer:d});c[n(345)](n(421),(()=>{const e=n;s[e(310)][e(409)](e(318),g)})),this[n(346)]||(this[n(306)](),this[n(321)]=new Ke(i,this[n(442)][n(387)],this[n(346)]));let h=d[n(331)](n(360));const f=i[n(407)][n(310)][n(323)],p=Array[n(312)](f[n(420)]());1===p[n(456)]&&p[0][n(461)]&&!f[n(372)]()&&""!==h[n(390)](/&nbsp;/g,"")[n(308)]()&&(h=n(369)+h+n(317)),this[n(321)][n(392)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:Xe[i[n(407)][n(310)][n(323)][n(313)]?n(435):n(354)]}),n(303)!==this[n(453)].id?this[n(453)][n(301)]({id:n(303),icon:Se[n(347)],title:Fe(this[n(341)][n(403)],n(424)),content:this[n(346)],position:o.DialogViewPosition[n(370)],onShow:()=>{const e=n;this[e(346)][e(385)]()},onHide:()=>{const e=n;this[e(321)][e(361)](),a[e(374)]()}}):this[n(453)][n(423)][n(371)]||this[n(453)][n(423)][n(328)]()}[hr(402)](){const e=hr;this[e(453)][e(440)]()}[hr(462)](){const e=hr,t=new Map,r=xe(this[e(341)][e(405)][e(438)](e(447)),this[e(341)][e(403)]);for(const n of r)for(const r of n[e(463)])t[e(377)](r.id,{...r,groupId:n[e(320)],groupLabel:n[e(350)]||n[e(320)]});return t}[hr(299)](e){const t=hr,r=this[t(341)],n=r[t(463)][t(438)](t(454)),o=new e(r[t(403)]);return o[t(377)]({label:Fe(r[t(403)],t(424)),icon:Se[t(347)],isToggleable:!0}),o[t(457)](t(417)).to(n),o[t(457)](t(348)).to(this[t(453)],"id",(e=>t(303)===e)),this[t(302)](o,t(327),(()=>{const e=t;o[e(348)]?this[e(402)]():n[e(327)]()})),o}[hr(306)](){const e=hr,t=this[e(341)][e(432)][e(438)](Oe);this[e(346)]=new ir(this[e(341)][e(403)],this[e(298)],this[e(341)][e(405)][e(438)](e(300))),this[e(346)].on(e(376),(()=>{const t=e;this[t(453)][t(423)][t(371)]||this[t(453)][t(423)][t(328)]()})),this[e(346)][e(415)][e(333)][e(349)].on(e(400),(()=>{const t=e;this[t(453)][t(423)][t(371)]||this[t(453)][t(423)][t(328)]()})),this[e(302)](this[e(346)],e(365),(()=>{const r=e;t[r(388)](this[r(321)][r(305)]),this[r(402)]()})),this[e(302)](this[e(346)],e(389),(()=>{const r=e;t[r(389)](this[r(321)][r(305)]),this[r(402)]()})),this[e(397)]()}[hr(397)](){const e=hr,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(341)];this[e(346)][e(311)].on(e(351),((n,o,i)=>{const s=e,a=this[s(321)][s(305)];i?r[s(309)](Fe(t,s(404))):a&&r[s(309)](Fe(t,s(338),a),{politeness:s(394),isUnsafeHTML:!0})})),this[e(346)].on(e(444),((n,o,i)=>{const s=e;if(i){const e=this[s(346)][s(445)][s(364)];r[s(309)](Fe(t,s(379),e))}}))}[hr(441)](e){const r=hr,n=this[r(436)][r(438)](e),o=this[r(341)],i=o[r(407)][r(310)][r(323)],s=o[r(463)][r(438)](r(454)),a=o[r(432)][r(438)](Oe),c=("_ungrouppedCommands"!==n[r(320)]?n[r(350)]+": ":"")+n[r(430)];if(!1!==n[r(428)]&&i[r(313)]){const e=(0,t.first)(i[r(411)]())||o[r(407)][r(408)][r(373)](i);o[r(407)][r(353)]((t=>{t[r(375)](e,"in")}))}a[r(396)](),s[r(327)](n[r(431)],c,r(439)+e)}[hr(362)](e,t,r,n){const i=hr,s=this[i(341)],a=s[i(403)],c=new o.MenuBarMenuListView(a),u=wr(s,r)[i(395)]((e=>e[i(463)][i(456)]));1===u[i(456)]?this[i(315)]({command:e,commands:u[0][i(463)],parentMenuView:t,onExecute:n})[i(296)]((e=>c[i(452)][i(330)](e))):u[i(296)]((({groupId:r,groupLabel:s,commands:u})=>{const l=i,d=new o.MenuBarMenuListItemView(a,t),g=new o.MenuBarMenuView(a),h=new o.MenuBarMenuListView(a),f=this[l(315)]({command:e,commands:u,parentMenuView:g,onExecute:n});g[l(382)][l(377)]({label:s||r}),g[l(336)](l(327)).to(t),h[l(452)][l(386)](f),g[l(314)][l(352)][l(330)](h),d[l(352)][l(330)](g),c[l(452)][l(330)](d)})),t[i(314)][i(352)][i(330)](c)}[hr(315)]({command:e,commands:t,parentMenuView:r,onExecute:n}){const i=hr,s=this[i(341)],a=s[i(403)];return wr(s,t)[i(291)]((t=>{const s=i,c=new o.MenuBarMenuListItemView(a,r),u=new o.MenuBarMenuListItemButtonView(a);return u[s(377)]({label:t[s(430)]}),u[s(336)](s(327)).to(r),u.on(s(327),(()=>n(t.id))),u[s(457)](s(417)).to(e,s(449),(e=>e[s(401)](t.id))),c[s(352)][s(330)](u),c}))}}function br(e,t){const r=hr;return void 0!==e[r(292)]&&void 0===t[r(292)]?1:void 0===e[r(292)]&&void 0!==t[r(292)]?-1:void 0!==e[r(292)]&&void 0!==t[r(292)]?e[r(292)]-t[r(292)]:0}function wr(e,r){const n=hr;r[n(458)](br);const o={},i=[];for(const s of r)if(void 0!==s[n(292)]){if(s[n(292)]in o)throw new t.CKEditorError(n(419),e,{conflictingDefinitions:[s,o[s[n(292)]]]});o[s[n(292)]]=s,i[n(367)](s[n(292)],0,s)}else i[n(393)](s);return i}const vr=yr;function yr(e,t){const r=Ar();return(yr=function(e,t){return r[e-=145]})(e,t)}!function(e){const t=yr,r=e();for(;;)try{if(475651===parseInt(t(256))/1*(parseInt(t(247))/2)+-parseInt(t(165))/3*(-parseInt(t(164))/4)+-parseInt(t(213))/5+parseInt(t(170))/6+parseInt(t(216))/7*(parseInt(t(227))/8)+-parseInt(t(158))/9+-parseInt(t(151))/10*(-parseInt(t(206))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ar);class _r extends e.Plugin{static get[vr(244)](){return[kr,Oe]}static get[vr(163)](){return vr(178)}static get[vr(234)](){return!0}static get[vr(145)](){return!0}constructor(e){const t=vr;super(e);const r=e[t(167)],n=e[t(212)];r[t(238)](t(193),!0),r[t(238)](t(222),function(e){const t=vr;return[{groupId:t(224),groupLabel:Fe(e,t(248)),commands:[{id:t(184),label:Fe(e,t(161)),prompt:t(204)},{id:t(186),label:Fe(e,t(177)),prompt:t(210)},{id:t(200),label:Fe(e,t(192)),prompt:t(154)},{id:t(188),label:Fe(e,t(150)),prompt:t(159)}]},{groupId:t(217),groupLabel:Fe(e,t(249)),commands:[{id:t(185),label:Fe(e,t(190)),prompt:t(209)},{id:t(199),label:Fe(e,t(228)),prompt:t(219)}]},{groupId:t(246),groupLabel:Fe(e,t(233)),commands:[{id:t(229),label:Fe(e,t(250)),prompt:t(223)},{id:t(198),label:Fe(e,t(218)),prompt:t(171)},{id:t(183),label:Fe(e,t(220)),prompt:t(252)},{id:t(221),label:Fe(e,t(146)),prompt:t(181)},{id:t(254),label:Fe(e,t(226)),prompt:t(242)}]},{groupId:t(189),groupLabel:Fe(e,t(162)),commands:[{id:t(176),label:Fe(e,t(202)),prompt:t(166)},{id:t(149),label:Fe(e,t(174)),prompt:t(152)},{id:t(231),label:Fe(e,t(241)),prompt:t(155)},{id:t(197),label:Fe(e,t(236)),prompt:t(147)}]},{groupId:t(225),groupLabel:Fe(e,t(168)),commands:[{id:t(160),label:Fe(e,t(201)),prompt:t(169)},{id:t(175),label:Fe(e,t(230)),prompt:t(251)},{id:t(214),label:Fe(e,t(207)),prompt:t(245)},{id:t(153),label:Fe(e,t(235)),prompt:t(205)},{id:t(215),label:Fe(e,t(173)),prompt:t(203)},{id:t(179),label:Fe(e,t(243)),prompt:t(240)},{id:t(156),label:Fe(e,t(255)),prompt:t(187)},{id:t(208),label:Fe(e,t(194)),prompt:t(172)}]}]}(n)),r[t(238)](t(211),[]),r[t(238)](t(182),[]);let o=xe(r[t(180)](t(222)),n);const i=r[t(180)](t(211)),s=r[t(180)](t(182));i[t(253)]((e=>{const r=t,n=o[r(195)]((t=>t[r(148)]===e[r(148)]));n?n[r(232)]=n[r(232)][r(196)](e[r(232)]):o[r(239)](e)})),o=o[t(157)]((e=>!s[t(191)](e[t(148)]))),o[t(253)]((e=>{const r=t;e[r(232)]=e[r(232)][r(157)]((e=>!s[r(191)](e.id)))})),r[t(237)](t(222),o)}}function Ar(){const e=["Rewrite this content as a journalist using engaging language to convey the importance of the information.","translateHindi","filter","4171293IXemsR","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","translateEnglish","Improve writing","Change style","pluginName","3605348rOFXgl","3edwZuo","Rewrite this content as a business professional with formal language.","config","Translate","Translate the content to English language.","1385544vVIoZW","Improve using casual, informal language to convey a casual conversation with a real person.","Translate the content to Arabic language.","French","Legal","translateSpanish","business","Make shorter","AIAssistant","translateChinese","get","Improve using compelling, optimistic language to convey confidence in the writing.","ai.aiAssistant.removeCommands","direct","improveWriting","summarize","makeShorter","Translate the content to Hindi language.","simplifyLanguage","changeStyle","Summarize","includes","Make longer","ai.aiAssistant.preserveComments","Arabic","find","concat","poetic","casual","continue","makeLonger","English","Business","Translate the content to French language.","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Translate the content to German language.","22ZeJvQV","Portuguese","translateArabic","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","ai.aiAssistant.extraCommandGroups","locale","3542115koXQCo","translatePortuguese","translateFrench","3021095IwhiCw","generate","Casual","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","Direct","confident","ai.aiAssistant.commands","Improve using polished, formal, and respectful language to convey professional expertise and competence.","editOrReview","translate","Friendly","8vBFMeR","Continue","professional","Spanish","journalism","commands","Change tone","isOfficialPlugin","German","Poetic","set","define","push","Translate the content to Simplified Chinese language.","Journalism","Improve using friendly, comforting language, to convey understanding and empathy.","Simplified Chinese","requires","Translate the content to Portuguese language.","changeTone","2djoXBY","Edit or review","Generate from selection","Professional","Translate the content to Spanish language.","Improve using direct language, using only the essential information.","forEach","friendly","Hindi","28003RmsXNi","isPremiumPlugin","Confident","Rewrite this content as a poem using poetic techniques without losing the original meaning.","groupId","legal","Simplify language","278510etXbrU","Rewrite this content as a legal professional using valid legal terminology.","translateGerman","Improve this content by using descriptive language and inserting more information and more detailed explanations."];return(Ar=function(){return e})()}function Sr(){const e=["name","reject","application/json","requires","makeRequest","textAdapter","54rLuhQc","240910hJoYdi","object","sendRequest","AI_ERROR_GET_PARAMETERS","_prepareRequestParameters","44UezynD","plugins","379029fzlHtr","signal","catch","4750160AsFKkF","init","abort","locale","resolve","get","abortController","aborted","4ppNmLl","error","assign","aitextadapter-send-request-failed","1072546DMmoHi","1532846JGwURQ","editor","AbortError","32LFJMYK","AI_ERROR_GET_HEADERS","6323103nAyMaM","312338XNUZbx","_prepareRequestHeaders"];return(Sr=function(){return e})()}const xr=Er;function Er(e,t){const r=Sr();return(Er=function(e,t){return r[e-=247]})(e,t)}!function(e){const t=Er,r=e();for(;;)try{if(599835===parseInt(t(273))/1+parseInt(t(280))/2+-parseInt(t(258))/3*(-parseInt(t(269))/4)+-parseInt(t(251))/5*(parseInt(t(250))/6)+-parseInt(t(274))/7*(-parseInt(t(277))/8)+parseInt(t(279))/9+parseInt(t(261))/10*(-parseInt(t(256))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Sr);class Ir extends e.Plugin{static get[xr(247)](){return[Ue]}constructor(e){const t=xr;super(e),this[t(267)]=new AbortController}[xr(262)](){const e=xr;this[e(275)][e(257)][e(266)](Ue)[e(249)]=this}[xr(263)](){const e=xr;this[e(267)][e(259)][e(268)]||(this[e(267)][e(263)](),this[e(267)]=new AbortController)}async[xr(248)](e){const r=xr;return this[r(253)](e)[r(260)]((e=>{const n=r;if(e instanceof Be)return Promise[n(283)](e);if(n(276)==e[n(282)])return Promise[n(265)]();throw console[n(270)](e),new t.CKEditorError(n(272),null)}))}async[xr(281)](e,t){const r=xr,n=this[r(275)][r(264)],o={"Content-Type":r(284)};if(r(252)==typeof e)Object[r(271)](o,e);else if(e)try{const n=await e(t);Object[r(271)](o,n)}catch(e){return Promise[r(283)](new Be(Fe(n,r(278))))}return o}async[xr(255)](e,t){const r=xr,n=this[r(275)][r(264)];if(r(252)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(283)](new Be(Fe(n,r(254))))}}}function Rr(){const e=["editor","context_length_exceeded","_requestHeaders","message","OpenAITextAdapter","json","5499090Xakpqe","map","_requestParameters","resolve","ai.openAI.apiUrl","config","stringify","get","5898cVbslQ","replace","includes","signal","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","parse","ai.openAI.requestParameters","839439oISjmN","text","169512IgzJWh","system","stream","getReader","POST","join","Moderation","length","106712rLWkyd","content","_readStaticResponse","ai.openAI.requestHeaders","AI_ERROR_MODERATION","AI_ERROR_CONTEXT_LENGTH","choices","_isBufferIncomplete","70qLupqk","Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","define","locale","287TBmLPR","_apiUrl","99fejdQR","filter","_prepareRequestHeaders","gpt-3.5-turbo","sendRequest","reject","abortController","prepareMessages","_cleanUpData","[DONE]","decode","Instruction:\n","delta","pluginName","136638CWZBNF","https://api.openai.com/v1/chat/completions","body","14lcoJRI","_readStreamableResponse","read","_prepareRequestParameters","\nYou must keep the text formatting.\n\nContent:\n","7594240mgwPAf","user","split","3091AVRjSI","data: "];return(Rr=function(){return e})()}const Pr=Mr;function Mr(e,t){const r=Rr();return(Mr=function(e,t){return r[e-=106]})(e,t)}!function(e){const t=Mr,r=e();for(;;)try{if(609732===-parseInt(t(167))/1*(-parseInt(t(170))/2)+-parseInt(t(153))/3*(-parseInt(t(139))/4)+parseInt(t(114))/5+-parseInt(t(122))/6*(-parseInt(t(151))/7)+parseInt(t(175))/8+-parseInt(t(129))/9*(-parseInt(t(147))/10)+parseInt(t(106))/11*(-parseInt(t(131))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Rr);class Cr extends Ir{static get[Pr(166)](){return Pr(112)}constructor(e){const t=Pr;super(e),e[t(119)][t(149)](t(118),t(168)),e[t(119)][t(121)](t(128))||e[t(119)][t(149)](t(128),{model:t(156),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(152)]=e[t(119)][t(121)](t(118)),this[t(110)]=e[t(119)][t(121)](t(142))||{},this[t(116)]=e[t(119)][t(121)](t(128))}async[Pr(157)]({query:e,context:t,onData:r,actionId:n}){const o=Pr,i=this[o(108)][o(150)],s=await this[o(160)](e,t,n),a=await this[o(155)](this[o(110)],n),c=await this[o(173)](this[o(116)],n),u={messages:s,...c},l={method:o(135),headers:a,body:JSON[o(120)](u),signal:this[o(159)][o(125)]},d=await fetch(this[o(152)],l);if(d.ok)return c[o(133)]?await this[o(171)](d,r):await this[o(141)](d,r),Promise[o(117)]();{const e=await d[o(130)]();return e[o(124)](o(109))?Promise[o(158)](new Be(Fe(i,o(144)))):e[o(124)](o(137))?Promise[o(158)](new Be(Fe(i,o(143)))):Promise[o(158)](new Error(e))}}async[Pr(160)](e,t,r){const n=Pr;let o,i;return t?(o=n(126),i=n(164)+e+n(174)+t):(o=n(148),i=e),[{role:n(132),content:o},{role:n(176),content:i}]}async[Pr(171)](e,t){const r=Pr,n=e[r(169)][r(134)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(172)](),l=i+o[r(163)](u);let d="";c=e;try{d=this[r(161)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(146)](s)||s&&(a+=s,s="",t(a))}return Promise[r(117)]()}async[Pr(141)](e,t){const r=Pr;return t((await e[r(113)]())[r(145)][0][r(111)][r(140)]),Promise[r(117)]()}[Pr(146)](e){const t=Pr,r=e[t(177)]("<")[t(138)]!==e[t(177)](">")[t(138)],n=e[t(138)]<30;return r&&n}[Pr(161)](e){const t=Pr;return e[t(177)](/\n(?![^{]*\})/g)[t(115)]((e=>e[t(123)](t(107),"")))[t(154)]((e=>e&&e[t(138)]>0&&t(162)!==e))[t(115)]((e=>{const r=t,{choices:n}=JSON[r(127)](e);if(n[0]&&n[0][r(165)]&&n[0][r(165)][r(140)])return n[0][r(165)][r(140)]}))[t(154)]((e=>e))[t(136)]("")}}const Tr=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,r){t.updateHttpClientConfig(e,r)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var Or,$r,Lr,Nr;!function(e){e.HEADER="header",e.QUERY="query"}(Or||(Or={})),function(e){e.HEADER="header",e.QUERY="query"}($r||($r={})),function(e){e.HTTP="http",e.HTTPS="https"}(Lr||(Lr={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(Nr||(Nr={}));var Ur;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Ur||(Ur={}));const Br="__smithy_context";var Fr,Dr;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Fr||(Fr={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Dr||(Dr={}));class jr{constructor(e){this.method=e.method||"GET",this.hostname=e.hostname||"localhost",this.port=e.port,this.query=e.query||{},this.headers=e.headers||{},this.body=e.body,this.protocol=e.protocol?":"!==e.protocol.slice(-1)?`${e.protocol}:`:e.protocol:"https:",this.path=e.path?"/"!==e.path.charAt(0)?`/${e.path}`:e.path:"/",this.username=e.username,this.password=e.password,this.fragment=e.fragment}static clone(e){const t=new jr({...e,headers:{...e.headers}});var r;return t.query&&(t.query=(r=t.query,Object.keys(r).reduce(((e,t)=>{const n=r[t];return{...e,[t]:Array.isArray(n)?[...n]:n}}),{}))),t}static isInstance(e){if(!e)return!1;const t=e;return"method"in t&&"protocol"in t&&"hostname"in t&&"path"in t&&"object"==typeof t.query&&"object"==typeof t.headers}clone(){return jr.clone(this)}}class Hr{constructor(e){this.statusCode=e.statusCode,this.reason=e.reason,this.headers=e.headers||{},this.body=e.body}static isInstance(e){if(!e)return!1;const t=e;return"number"==typeof t.statusCode&&"object"==typeof t.headers}}const qr={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},Vr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{if(!jr.isInstance(r.request))return t(r);const{request:n}=r,{handlerProtocol:o=""}=e.requestHandler.metadata||{};if(o.indexOf("h2")>=0&&!n.headers[":authority"])delete n.headers.host,n.headers[":authority"]=n.hostname+(n.port?":"+n.port:"");else if(!n.headers.host){let e=n.hostname;null!=n.port&&(e+=`:${n.port}`),n.headers.host=e}return t(r)})(e),qr)}}),zr={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},Gr="X-Amzn-Trace-Id",Wr={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},Zr=e=>({applyToStack:t=>{t.add((e=>t=>async r=>{const{request:n}=r;if(!jr.isInstance(n)||"node"!==e.runtime||n.headers.hasOwnProperty(Gr))return t(r);const o=process.env.AWS_LAMBDA_FUNCTION_NAME,i=process.env._X_AMZN_TRACE_ID,s=e=>"string"==typeof e&&e.length>0;return s(o)&&s(i)&&(n.headers[Gr]=i),t({...r,request:n})})(e),Wr)}});const Kr=new RegExp("^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$"),Jr=e=>Kr.test(e)||e.startsWith("[")&&e.endsWith("]"),Yr=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),Qr=(e,t=!1)=>{if(!t)return Yr.test(e);const r=e.split(".");for(const e of r)if(!Qr(e))return!1;return!0},Xr={},en="endpoints";function tn(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${tn(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(tn).join(", ")})`:JSON.stringify(e,null,2)}class rn extends Error{constructor(e){super(e),this.name="EndpointError"}}const nn=(e,t)=>(e=>{const t=e.split("."),r=[];for(const n of t){const t=n.indexOf("[");if(-1!==t){if(n.indexOf("]")!==n.length-1)throw new rn(`Path: '${e}' does not end with ']'`);const o=n.slice(t+1,-1);if(Number.isNaN(parseInt(o)))throw new rn(`Invalid array index: '${o}' in path: '${e}'`);0!==t&&r.push(n.slice(0,t)),r.push(o)}else r.push(n)}return r})(t).reduce(((r,n)=>{if("object"!=typeof r)throw new rn(`Index '${n}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(r)?r[parseInt(n)]:r[n]}),e),on={[Lr.HTTP]:80,[Lr.HTTPS]:443},sn={booleanEquals:(e,t)=>e===t,getAttr:nn,isSet:e=>null!=e,isValidHostLabel:Qr,not:e=>!e,parseURL:e=>{const t=(()=>{try{if(e instanceof URL)return e;if("object"==typeof e&&"hostname"in e){const{hostname:t,port:r,protocol:n="",path:o="",query:i={}}=e,s=new URL(`${n}//${t}${r?`:${r}`:""}${o}`);return s.search=Object.entries(i).map((([e,t])=>`${e}=${t}`)).join("&"),s}return new URL(e)}catch(e){return null}})();if(!t)return console.error(`Unable to parse ${JSON.stringify(e)} as a whatwg URL.`),null;const r=t.href,{host:n,hostname:o,pathname:i,protocol:s,search:a}=t;if(a)return null;const c=s.slice(0,-1);if(!Object.values(Lr).includes(c))return null;const u=Jr(o);return{scheme:c,authority:`${n}${r.includes(`${n}:${on[c]}`)||"string"==typeof e&&e.includes(`${n}:${on[c]}`)?`:${on[c]}`:""}`,path:i,normalizedPath:i.endsWith("/")?i:`${i}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,r,n)=>t>=r||e.length<r?null:n?e.substring(e.length-r,e.length-t):e.substring(t,r),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},an=(e,t)=>{const r=[],n={...t.endpointParams,...t.referenceRecord};let o=0;for(;o<e.length;){const t=e.indexOf("{",o);if(-1===t){r.push(e.slice(o));break}r.push(e.slice(o,t));const i=e.indexOf("}",t);if(-1===i){r.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[i+1]&&(r.push(e.slice(t+1,i)),o=i+2);const s=e.substring(t+1,i);if(s.includes("#")){const[e,t]=s.split("#");r.push(nn(n[e],t))}else r.push(n[s]);o=i+1}return r.join("")},cn=(e,t,r)=>{if("string"==typeof e)return an(e,r);if(e.fn)return un(e,r);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,r);throw new rn(`'${t}': ${String(e)} is not a string, function or reference.`)},un=({fn:e,argv:t},r)=>{const n=t.map((e=>["boolean","number"].includes(typeof e)?e:cn(e,"arg",r))),o=e.split(".");return o[0]in Xr&&null!=o[1]?Xr[o[0]][o[1]](...n):sn[e](...n)},ln=({assign:e,...t},r)=>{if(e&&e in r.referenceRecord)throw new rn(`'${e}' is already defined in Reference Record.`);const n=un(t,r);return r.logger?.debug?.(`${en} evaluateCondition: ${tn(t)} = ${tn(n)}`),{result:""===n||!!n,...null!=e&&{toAssign:{name:e,value:n}}}},dn=(e=[],t)=>{const r={};for(const n of e){const{result:e,toAssign:o}=ln(n,{...t,referenceRecord:{...t.referenceRecord,...r}});if(!e)return{result:e};o&&(r[o.name]=o.value,t.logger?.debug?.(`${en} assign: ${o.name} := ${tn(o.value)}`))}return{result:!0,referenceRecord:r}},gn=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:n.map((e=>{const n=cn(e,"Header value entry",t);if("string"!=typeof n)throw new rn(`Header '${r}' value '${n}' is not a string`);return n}))})),{}),hn=(e,t)=>{if(Array.isArray(e))return e.map((e=>hn(e,t)));switch(typeof e){case"string":return an(e,t);case"object":if(null===e)throw new rn(`Unexpected endpoint property: ${e}`);return fn(e,t);case"boolean":return e;default:throw new rn("Unexpected endpoint property type: "+typeof e)}},fn=(e,t)=>Object.entries(e).reduce(((e,[r,n])=>({...e,[r]:hn(n,t)})),{}),pn=(e,t)=>{const r=cn(e,"Endpoint URL",t);if("string"==typeof r)try{return new URL(r)}catch(e){throw console.error(`Failed to construct URL with ${r}`,e),e}throw new rn("Endpoint URL must be a string, got "+typeof r)},mn=(e,t)=>{const{conditions:r,endpoint:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(!o)return;const s={...t,referenceRecord:{...t.referenceRecord,...i}},{url:a,properties:c,headers:u}=n;return t.logger?.debug?.(`${en} Resolving endpoint from template: ${tn(n)}`),{...null!=u&&{headers:gn(u,s)},...null!=c&&{properties:fn(c,s)},url:pn(a,s)}},kn=(e,t)=>{const{conditions:r,error:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(o)throw new rn(cn(n,"Error",{...t,referenceRecord:{...t.referenceRecord,...i}}))},bn=(e,t)=>{const{conditions:r,rules:n}=e,{result:o,referenceRecord:i}=dn(r,t);if(o)return wn(n,{...t,referenceRecord:{...t.referenceRecord,...i}})},wn=(e,t)=>{for(const r of e)if("endpoint"===r.type){const e=mn(r,t);if(e)return e}else if("error"===r.type)kn(r,t);else{if("tree"!==r.type)throw new rn(`Unknown endpoint rule: ${r}`);{const e=bn(r,t);if(e)return e}}throw new rn("Rules evaluation failed")},vn=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!vn(t))return!1;return!0}return!!Qr(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!Jr(e)))};let yn=JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-east-1","name":"aws","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^(us|eu|ap|sa|ca|me|af|il)\\\\-\\\\w+\\\\-\\\\d+$","regions":{"af-south-1":{"description":"Africa (Cape Town)"},"ap-east-1":{"description":"Asia Pacific (Hong Kong)"},"ap-northeast-1":{"description":"Asia Pacific (Tokyo)"},"ap-northeast-2":{"description":"Asia Pacific (Seoul)"},"ap-northeast-3":{"description":"Asia Pacific (Osaka)"},"ap-south-1":{"description":"Asia Pacific (Mumbai)"},"ap-south-2":{"description":"Asia Pacific (Hyderabad)"},"ap-southeast-1":{"description":"Asia Pacific (Singapore)"},"ap-southeast-2":{"description":"Asia Pacific (Sydney)"},"ap-southeast-3":{"description":"Asia Pacific (Jakarta)"},"ap-southeast-4":{"description":"Asia Pacific (Melbourne)"},"aws-global":{"description":"AWS Standard global region"},"ca-central-1":{"description":"Canada (Central)"},"ca-west-1":{"description":"Canada West (Calgary)"},"eu-central-1":{"description":"Europe (Frankfurt)"},"eu-central-2":{"description":"Europe (Zurich)"},"eu-north-1":{"description":"Europe (Stockholm)"},"eu-south-1":{"description":"Europe (Milan)"},"eu-south-2":{"description":"Europe (Spain)"},"eu-west-1":{"description":"Europe (Ireland)"},"eu-west-2":{"description":"Europe (London)"},"eu-west-3":{"description":"Europe (Paris)"},"il-central-1":{"description":"Israel (Tel Aviv)"},"me-central-1":{"description":"Middle East (UAE)"},"me-south-1":{"description":"Middle East (Bahrain)"},"sa-east-1":{"description":"South America (Sao Paulo)"},"us-east-1":{"description":"US East (N. Virginia)"},"us-east-2":{"description":"US East (Ohio)"},"us-west-1":{"description":"US West (N. California)"},"us-west-2":{"description":"US West (Oregon)"}}},{"id":"aws-cn","outputs":{"dnsSuffix":"amazonaws.com.cn","dualStackDnsSuffix":"api.amazonwebservices.com.cn","implicitGlobalRegion":"cn-northwest-1","name":"aws-cn","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^cn\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-cn-global":{"description":"AWS China global region"},"cn-north-1":{"description":"China (Beijing)"},"cn-northwest-1":{"description":"China (Ningxia)"}}},{"id":"aws-us-gov","outputs":{"dnsSuffix":"amazonaws.com","dualStackDnsSuffix":"api.aws","implicitGlobalRegion":"us-gov-west-1","name":"aws-us-gov","supportsDualStack":true,"supportsFIPS":true},"regionRegex":"^us\\\\-gov\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-us-gov-global":{"description":"AWS GovCloud (US) global region"},"us-gov-east-1":{"description":"AWS GovCloud (US-East)"},"us-gov-west-1":{"description":"AWS GovCloud (US-West)"}}},{"id":"aws-iso","outputs":{"dnsSuffix":"c2s.ic.gov","dualStackDnsSuffix":"c2s.ic.gov","implicitGlobalRegion":"us-iso-east-1","name":"aws-iso","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-iso\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-global":{"description":"AWS ISO (US) global region"},"us-iso-east-1":{"description":"US ISO East"},"us-iso-west-1":{"description":"US ISO WEST"}}},{"id":"aws-iso-b","outputs":{"dnsSuffix":"sc2s.sgov.gov","dualStackDnsSuffix":"sc2s.sgov.gov","implicitGlobalRegion":"us-isob-east-1","name":"aws-iso-b","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isob\\\\-\\\\w+\\\\-\\\\d+$","regions":{"aws-iso-b-global":{"description":"AWS ISOB (US) global region"},"us-isob-east-1":{"description":"US ISOB East (Ohio)"}}},{"id":"aws-iso-e","outputs":{"dnsSuffix":"cloud.adc-e.uk","dualStackDnsSuffix":"cloud.adc-e.uk","implicitGlobalRegion":"eu-isoe-west-1","name":"aws-iso-e","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^eu\\\\-isoe\\\\-\\\\w+\\\\-\\\\d+$","regions":{"eu-isoe-west-1":{"description":"EU ISOE West"}}},{"id":"aws-iso-f","outputs":{"dnsSuffix":"csp.hci.ic.gov","dualStackDnsSuffix":"csp.hci.ic.gov","implicitGlobalRegion":"us-isof-south-1","name":"aws-iso-f","supportsDualStack":false,"supportsFIPS":true},"regionRegex":"^us\\\\-isof\\\\-\\\\w+\\\\-\\\\d+$","regions":{}}],"version":"1.1"}'),_n="";const An={isVirtualHostableS3Bucket:vn,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[r,n,o,i,s,...a]=t;return"arn"!==r||""===n||""===o||""===a[0]?null:{partition:n,service:o,region:i,accountId:s,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=yn;for(const r of t){const{regions:t,outputs:n}=r;for(const[r,o]of Object.entries(t))if(r===e)return{...n,...o}}for(const r of t){const{regionRegex:t,outputs:n}=r;if(new RegExp(t).test(e))return{...n}}const r=t.find((e=>"aws"===e.id));if(!r)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...r.outputs}}};Xr.aws=An;const Sn="user-agent",xn="x-amz-user-agent",En=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,In=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Rn=e=>(t,r)=>async n=>{const{request:o}=n;if(!jr.isInstance(o))return t(n);const{headers:i}=o,s=r?.userAgent?.map(Pn)||[],a=(await e.defaultUserAgentProvider()).map(Pn),c=e?.customUserAgent?.map(Pn)||[],u=(_n?[_n]:[]).concat([...a,...s,...c]).join(" "),l=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(l&&(i[xn]=i[xn]?`${i[Sn]} ${l}`:l),i[Sn]=u):i[xn]=u,t({...n,request:o})},Pn=e=>{const t=e[0].split("/").map((e=>e.replace(En,"-"))).join("/"),r=e[1]?.replace(In,"-"),n=t.indexOf("/"),o=t.substring(0,n);let i=t.substring(n+1);return"api"===o&&(i=i.toLowerCase()),[o,i,r].filter((e=>e&&e.length>0)).reduce(((e,t,r)=>{switch(r){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},Mn={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Cn;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Cn||(Cn={}));const Tn=e=>e[Br]||(e[Br]={}),On=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},$n=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Ln=e=>$n(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const Nn=(e,t)=>(r,n)=>async o=>{const i=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,n,o.input)),s=function(e){const t=new Map;for(const r of e)t.set(r.schemeId,r);return t}(e.httpAuthSchemes),a=Tn(n),c=[];for(const r of i){const o=s.get(r.schemeId);if(!o){c.push(`HttpAuthScheme \`${r.schemeId}\` was not enabled for this service.`);continue}const i=o.identityProvider(await t.identityProviderConfigProvider(e));if(!i){c.push(`HttpAuthScheme \`${r.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:l={}}=r.propertiesExtractor?.(e,n)||{};r.identityProperties=Object.assign(r.identityProperties||{},u),r.signingProperties=Object.assign(r.signingProperties||{},l),a.selectedHttpAuthScheme={httpAuthOption:r,identity:await i(r.identityProperties),signer:o.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return r(o)},Un={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Bn={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},Fn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function Dn(e,t,r){return{applyToStack:n=>{n.add(((e,t)=>r=>async n=>{const{response:o}=await r(n);try{return{response:o,output:await t(o,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:o}),!("$metadata"in e)){const t="Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.";e.message+="\n "+t,void 0!==e.$responseBodyText&&e.$response&&(e.$response.body=e.$responseBodyText)}throw e}})(e,r),Bn),n.add(((e,t)=>(r,n)=>async o=>{const i=n.endpointV2?.url&&e.urlParser?async()=>e.urlParser(n.endpointV2.url):e.endpoint;if(!i)throw new Error("No valid endpoint provider available.");const s=await t(o.input,{...e,endpoint:i});return r({...o,request:s})})(e,t),Fn)}}}const jn=e=>e=>{throw e},Hn=(e,t)=>{},qn={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Vn=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async r=>{if(!jr.isInstance(r.request))return e(r);const n=Tn(t).selectedHttpAuthScheme;if(!n)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:o={}},identity:i,signer:s}=n,a=await e({...r,request:await s.sign(r.request,i,o)}).catch((s.errorHandler||jn)(o));return(s.successHandler||Hn)(a.response,o),a}),qn)}}),zn=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},Gn={},Wn=new Array(64);for(let e=0,t="A".charCodeAt(0),r="Z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t);Gn[r]=e,Wn[e]=r}for(let e=0,t="a".charCodeAt(0),r="z".charCodeAt(0);e+t<=r;e++){const r=String.fromCharCode(e+t),n=e+26;Gn[r]=n,Wn[n]=r}for(let e=0;e<10;e++){Gn[e.toString(10)]=e+52;const t=e.toString(10),r=e+52;Gn[t]=r,Wn[r]=t}Gn["+"]=62,Wn[62]="+",Gn["/"]=63,Wn[63]="/";const Zn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const r=new ArrayBuffer(t),n=new DataView(r);for(let t=0;t<e.length;t+=4){let r=0,o=0;for(let n=t,i=t+3;n<=i;n++)if("="!==e[n]){if(!(e[n]in Gn))throw new TypeError(`Invalid character ${e[n]} in base64 string.`);r|=Gn[e[n]]<<6*(i-n),o+=6}else r>>=6;const i=t/4*3;r>>=o%8;const s=Math.floor(o/8);for(let e=0;e<s;e++){const t=8*(s-e-1);n.setUint8(i+e,(r&255<<t)>>t)}}return new Uint8Array(r)},Kn=e=>(new TextEncoder).encode(e);function Jn(e){let t;t="string"==typeof e?Kn(e):e;const r="object"==typeof t&&"number"==typeof t.length,n="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!r&&!n)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let o="";for(let e=0;e<t.length;e+=3){let r=0,n=0;for(let o=e,i=Math.min(e+3,t.length);o<i;o++)r|=t[o]<<8*(i-o-1),n+=8;const i=Math.ceil(n/6);r<<=6*i-n;for(let e=1;e<=i;e++){const t=6*(i-e);o+=Wn[(r&63<<t)>>t]}o+="==".slice(0,4-i)}return o}const Yn=e=>{if("string"==typeof e)return e;if("object"!=typeof e||"number"!=typeof e.byteOffset||"number"!=typeof e.byteLength)throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(e)};class Qn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?Qn.mutate(Zn(e)):Qn.mutate(Kn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,Qn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?Jn(e):Yn(e)}(this,e)}}const Xn={},eo={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),Xn[e]=t,eo[t]=e}function to(e){if(e.length%2!=0)throw new Error("Hex encoded strings must have an even number length");const t=new Uint8Array(e.length/2);for(let r=0;r<e.length;r+=2){const n=e.slice(r,r+2).toLowerCase();if(!(n in eo))throw new Error(`Cannot decode unrecognized sequence ${n} as hexadecimal`);t[r/2]=eo[n]}return t}function ro(e){let t="";for(let r=0;r<e.byteLength;r++)t+=Xn[e[r]];return t}"function"==typeof ReadableStream&&ReadableStream;const no=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return Qn.mutate(e);if(!e)return Qn.mutate(new Uint8Array);const r=t.streamCollector(e);return Qn.mutate(await r)};function oo(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function io(e,t){return new so(e,t)}class so{constructor(e,t){this.input=e,this.context=t,this.query={},this.method="",this.headers={},this.path="",this.body=null,this.hostname="",this.resolvePathStack=[]}async build(){const{hostname:e,protocol:t="https",port:r,path:n}=await this.context.endpoint();this.path=n;for(const e of this.resolvePathStack)e(this.path);return new jr({protocol:t,hostname:this.hostname||e,port:r,method:this.method,path:this.path,query:this.query,body:this.body,headers:this.headers})}hn(e){return this.hostname=e,this}bp(e){return this.resolvePathStack.push((t=>{this.path=`${t?.endsWith("/")?t.slice(0,-1):t||""}`+e})),this}p(e,t,r,n){return this.resolvePathStack.push((o=>{this.path=((e,t,r,n,o,i)=>{if(null==t||void 0===t[r])throw new Error("No value provided for input HTTP label: "+r+".");{const t=n();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+r+".");e=e.replace(o,i?t.split("/").map((e=>oo(e))).join("/"):oo(t))}return e})(o,this.input,e,t,r,n)})),this}h(e){return this.headers=e,this}q(e){return this.query=e,this}b(e){return this.body=e,this}m(e){return this.method=e,this}}class ao{constructor(e){this.authSchemes=new Map;for(const[t,r]of Object.entries(e))void 0!==r&&this.authSchemes.set(t,r)}getIdentityProvider(e){return this.authSchemes.get(e)}}const co=(uo=3e5,e=>lo(e)&&e.expiration.getTime()-Date.now()<uo);var uo;const lo=e=>void 0!==e.expiration,go="content-length";const ho={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},fo=e=>({applyToStack:t=>{var r;t.add((r=e.bodyLengthChecker,e=>async t=>{const n=t.request;if(jr.isInstance(n)){const{body:e,headers:t}=n;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(go))try{const t=r(e);n.headers={...n.headers,[go]:String(t)}}catch(e){}}return e({...t,request:n})}),ho)}}),po=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,mo=/(\d+\.){3}\d+/,ko=/\.\./,bo=e=>po.test(e)&&!mo.test(e)&&!ko.test(e),wo=e=>{const[t,r,n,,,o]=e.split(":"),i="arn"===t&&e.split(":").length>=6,s=Boolean(i&&r&&n&&o);if(i&&!s)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return s},vo=(e,t,r)=>{const n=async()=>{const n=r[e]??r[t];return"function"==typeof n?n():n};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof r.credentials?await r.credentials():r.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await n();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:r,port:n,path:o}=e;return`${t}//${r}${n?":"+n:""}${o}`}}return e}:n},yo=async e=>{};const _o=e=>{if("string"==typeof e)return _o(new URL(e));const{hostname:t,pathname:r,port:n,protocol:o,search:i}=e;let s;return i&&(s=function(e){const t={};if(e=e.replace(/^\?/,""))for(const r of e.split("&")){let[e,n=null]=r.split("=");e=decodeURIComponent(e),n&&(n=decodeURIComponent(n)),e in t?Array.isArray(t[e])?t[e].push(n):t[e]=[t[e],n]:t[e]=n}return t}(i)),{hostname:t,port:n?parseInt(n):void 0,protocol:o,path:r,query:s}},Ao=e=>"object"==typeof e?"url"in e?_o(e.url):e:_o(e),So=async(e,t,r)=>{const n={},o=t?.getEndpointParameterInstructions?.()||{};for(const[t,i]of Object.entries(o))switch(i.type){case"staticContextParams":n[t]=i.value;break;case"contextParams":n[t]=e[i.name];break;case"clientContextParams":case"builtInParams":n[t]=await vo(i.name,t,r)();break;case"operationContextParams":n[t]=i.get(e);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(i))}return 0===Object.keys(o).length&&Object.assign(n,r),"s3"===String(r.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),wo(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!bo(t)||-1!==t.indexOf(".")&&!String(e.Endpoint).startsWith("http:")||t.toLowerCase()!==t||t.length<3)&&(e.ForcePathStyle=!0);return e.DisableMultiRegionAccessPoints&&(e.disableMultiRegionAccessPoints=!0,e.DisableMRAP=!0),e})(n),n},xo=({config:e,instructions:t})=>(r,n)=>async o=>{e.endpoint&&function(e,t,r){e.__smithy_context?e.__smithy_context.features||(e.__smithy_context.features={}):e.__smithy_context={features:{}},e.__smithy_context.features[t]=r}(n,"ENDPOINT_OVERRIDE","N");const i=await(async(e,t,r,n)=>{if(!r.endpoint){let e;e=r.serviceConfiguredEndpoint?await r.serviceConfiguredEndpoint():await yo(r.serviceId),e&&(r.endpoint=()=>Promise.resolve(Ao(e)))}const o=await So(e,t,r);if("function"!=typeof r.endpointProvider)throw new Error("config.endpointProvider is not set.");return r.endpointProvider(o,n)})(o.input,{getEndpointParameterInstructions:()=>t},{...e},n);n.endpointV2=i,n.authSchemes=i.properties?.authSchemes;const s=n.authSchemes?.[0];if(s){n.signing_region=s.signingRegion,n.signing_service=s.signingName;const e=Tn(n),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:s.signingRegion,signingRegion:s.signingRegion,signing_service:s.signingName,signingName:s.signingName,signingRegionSet:s.signingRegionSet},s.properties))}return r({...o})},Eo={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:Fn.name},Io=(e,t)=>({applyToStack:r=>{r.addRelativeTo(xo({config:e,instructions:t}),Eo)}});var Ro;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(Ro||(Ro={}));const Po=Ro.STANDARD,Mo=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],Co=["TimeoutError","RequestTimeout","RequestTimeoutException"],To=[500,502,503,504],Oo=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],$o=e=>429===e.$metadata?.httpStatusCode||Mo.includes(e.name)||1==e.$retryable?.throttling,Lo=(e,t=0)=>(e=>e.$metadata?.clockSkewCorrected)(e)||Co.includes(e.name)||Oo.includes(e?.code||"")||To.includes(e.$metadata?.httpStatusCode||0)||void 0!==e.cause&&t<=10&&Lo(e.cause,t+1);class No{constructor(e){this.currentCapacity=0,this.enabled=!1,this.lastMaxRate=0,this.measuredTxRate=0,this.requestCount=0,this.lastTimestamp=0,this.timeWindow=0,this.beta=e?.beta??.7,this.minCapacity=e?.minCapacity??1,this.minFillRate=e?.minFillRate??.5,this.scaleConstant=e?.scaleConstant??.4,this.smooth=e?.smooth??.8;const t=this.getCurrentTimeInSeconds();this.lastThrottleTime=t,this.lastTxRateBucket=Math.floor(this.getCurrentTimeInSeconds()),this.fillRate=this.minFillRate,this.maxCapacity=this.minCapacity}getCurrentTimeInSeconds(){return Date.now()/1e3}async getSendToken(){return this.acquireTokenBucket(1)}async acquireTokenBucket(e){if(this.enabled){if(this.refillTokenBucket(),e>this.currentCapacity){const t=(e-this.currentCapacity)/this.fillRate*1e3;await new Promise((e=>No.setTimeoutFn(e,t)))}this.currentCapacity=this.currentCapacity-e}}refillTokenBucket(){const e=this.getCurrentTimeInSeconds();if(!this.lastTimestamp)return void(this.lastTimestamp=e);const t=(e-this.lastTimestamp)*this.fillRate;this.currentCapacity=Math.min(this.maxCapacity,this.currentCapacity+t),this.lastTimestamp=e}updateClientSendingRate(e){let t;if(this.updateMeasuredRate(),$o(e)){const e=this.enabled?Math.min(this.measuredTxRate,this.fillRate):this.measuredTxRate;this.lastMaxRate=e,this.calculateTimeWindow(),this.lastThrottleTime=this.getCurrentTimeInSeconds(),t=this.cubicThrottle(e),this.enableTokenBucket()}else this.calculateTimeWindow(),t=this.cubicSuccess(this.getCurrentTimeInSeconds());const r=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(r)}calculateTimeWindow(){this.timeWindow=this.getPrecise(Math.pow(this.lastMaxRate*(1-this.beta)/this.scaleConstant,1/3))}cubicThrottle(e){return this.getPrecise(e*this.beta)}cubicSuccess(e){return this.getPrecise(this.scaleConstant*Math.pow(e-this.lastThrottleTime-this.timeWindow,3)+this.lastMaxRate)}enableTokenBucket(){this.enabled=!0}updateTokenBucketRate(e){this.refillTokenBucket(),this.fillRate=Math.max(e,this.minFillRate),this.maxCapacity=Math.max(e,this.minCapacity),this.currentCapacity=Math.min(this.currentCapacity,this.maxCapacity)}updateMeasuredRate(){const e=this.getCurrentTimeInSeconds(),t=Math.floor(2*e)/2;if(this.requestCount++,t>this.lastTxRateBucket){const e=this.requestCount/(t-this.lastTxRateBucket);this.measuredTxRate=this.getPrecise(e*this.smooth+this.measuredTxRate*(1-this.smooth)),this.requestCount=0,this.lastTxRateBucket=t}}getPrecise(e){return parseFloat(e.toFixed(8))}}No.setTimeoutFn=setTimeout;const Uo=100,Bo=2e4,Fo="amz-sdk-invocation-id",Do="amz-sdk-request",jo=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Bo,e),getRetryCost:()=>r});class Ho{constructor(e){this.maxAttempts=e,this.mode=Ro.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=Uo;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Bo,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return jo({retryDelay:Uo,retryCount:0})}async refreshRetryTokenForRetry(e,t){const r=await this.getMaxAttempts();if(this.shouldRetry(e,t,r)){const r=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===r?500:Uo);const n=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),o=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,n):n,i=this.getCapacityCost(r);return this.capacity-=i,jo({retryDelay:o,retryCount:e.getRetryCount()+1,retryCost:i})}throw new Error("No retry token available")}recordSuccess(e){this.capacity=Math.max(500,this.capacity+(e.getRetryCost()??1))}getCapacity(){return this.capacity}async getMaxAttempts(){try{return await this.maxAttemptsProvider()}catch(e){return console.warn("Max attempts provider could not resolve. Using default of 3"),3}}shouldRetry(e,t,r){return e.getRetryCount()+1<r&&this.capacity>=this.getCapacityCost(t.errorType)&&this.isRetryableError(t.errorType)}getCapacityCost(e){return"TRANSIENT"===e?10:5}isRetryableError(e){return"THROTTLING"===e||"TRANSIENT"===e}}class qo{constructor(e,t){this.maxAttemptsProvider=e,this.mode=Ro.ADAPTIVE;const{rateLimiter:r}=t??{};this.rateLimiter=r??new No,this.standardRetryStrategy=new Ho(e)}async acquireInitialRetryToken(e){return await this.rateLimiter.getSendToken(),this.standardRetryStrategy.acquireInitialRetryToken(e)}async refreshRetryTokenForRetry(e,t){return this.rateLimiter.updateClientSendingRate(t),this.standardRetryStrategy.refreshRetryTokenForRetry(e,t)}recordSuccess(e){this.rateLimiter.updateClientSendingRate({}),this.standardRetryStrategy.recordSuccess(e)}}const Vo={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let zo;const Go=new Uint8Array(16);function Wo(){if(!zo&&(zo="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!zo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return zo(Go)}const Zo=[];for(let e=0;e<256;++e)Zo.push((e+256).toString(16).slice(1));function Ko(e,t=0){return Zo[e[t+0]]+Zo[e[t+1]]+Zo[e[t+2]]+Zo[e[t+3]]+"-"+Zo[e[t+4]]+Zo[e[t+5]]+"-"+Zo[e[t+6]]+Zo[e[t+7]]+"-"+Zo[e[t+8]]+Zo[e[t+9]]+"-"+Zo[e[t+10]]+Zo[e[t+11]]+Zo[e[t+12]]+Zo[e[t+13]]+Zo[e[t+14]]+Zo[e[t+15]]}const Jo=function(e,t,r){if(Vo.randomUUID&&!t&&!e)return Vo.randomUUID();const n=(e=e||{}).random||(e.rng||Wo)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return Ko(n)},Yo=e=>e instanceof Error?e:e instanceof Object?Object.assign(new Error,e):"string"==typeof e?new Error(e):new Error(`AWS SDK error wrapper for ${e}`);const Qo=(e,t)=>{const r=[];if(e&&r.push(e),t)for(const e of t)r.push(e);return r},Xo=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,ei=()=>{let e=[],t=[],r=!1;const n=new Set,o=r=>(e.forEach((e=>{r.add(e.middleware,{...e})})),t.forEach((e=>{r.addRelativeTo(e.middleware,{...e})})),r.identifyOnResolve?.(a.identifyOnResolve()),r),i=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...i(e))})),t},s=(r=!1)=>{const n=[],o=[],s={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Qo(t.name,t.aliases))s[e]=t;n.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of Qo(t.name,t.aliases))s[e]=t;o.push(t)})),o.forEach((e=>{if(e.toMiddleware){const t=s[e.toMiddleware];if(void 0===t){if(r)return;throw new Error(`${e.toMiddleware} is not found when adding ${Xo(e.name,e.aliases)} middleware ${e.relation} ${e.toMiddleware}`)}"after"===e.relation&&t.after.push(e),"before"===e.relation&&t.before.push(e)}}));const a=(c=n,c.sort(((e,t)=>ti[t.step]-ti[e.step]||ri[t.priority||"normal"]-ri[e.priority||"normal"]))).map(i).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,r={})=>{const{name:o,override:i,aliases:s}=r,a={step:"initialize",priority:"normal",middleware:t,...r},c=Qo(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Xo(o,s)}'`);for(const t of c){const r=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===r)continue;const n=e[r];if(n.step!==a.step||a.priority!==n.priority)throw new Error(`"${Xo(n.name,n.aliases)}" middleware with ${n.priority} priority in ${n.step} step cannot be overridden by "${Xo(o,s)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(r,1)}}for(const e of c)n.add(e)}e.push(a)},addRelativeTo:(e,r)=>{const{name:o,override:i,aliases:s}=r,a={middleware:e,...r},c=Qo(o,s);if(c.length>0){if(c.some((e=>n.has(e)))){if(!i)throw new Error(`Duplicate middleware name '${Xo(o,s)}'`);for(const e of c){const r=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===r)continue;const n=t[r];if(n.toMiddleware!==a.toMiddleware||n.relation!==a.relation)throw new Error(`"${Xo(n.name,n.aliases)}" middleware ${n.relation} "${n.toMiddleware}" middleware cannot be overridden by "${Xo(o,s)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(r,1)}}for(const e of c)n.add(e)}t.push(a)},clone:()=>o(ei()),use:e=>{e.applyToStack(a)},remove:r=>"string"==typeof r?(r=>{let o=!1;const i=e=>{const t=Qo(e.name,e.aliases);if(t.includes(r)){o=!0;for(const e of t)n.delete(e);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r):(r=>{let o=!1;const i=e=>{if(e.middleware===r){o=!0;for(const t of Qo(e.name,e.aliases))n.delete(t);return!1}return!0};return e=e.filter(i),t=t.filter(i),o})(r),removeByTag:r=>{let o=!1;const i=e=>{const{tags:t,name:i,aliases:s}=e;if(t&&t.includes(r)){const e=Qo(i,s);for(const t of e)n.delete(t);return o=!0,!1}return!0};return e=e.filter(i),t=t.filter(i),o},concat:e=>{const t=o(ei());return t.use(e),t.identifyOnResolve(r||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:o,identify:()=>s(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return Xo(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(r=e),r),resolve:(e,t)=>{for(const r of s().map((e=>e.middleware)).reverse())e=r(e,t);return r&&console.log(a.identify()),e}};return a},ti={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},ri={high:3,normal:2,low:1};class ni{constructor(e){this.config=e,this.middlewareStack=ei()}send(e,t,r){const n="function"!=typeof t?t:void 0,o="function"==typeof t?t:r;let i;if(void 0===n&&!0===this.config.cacheMiddleware){this.handlers||(this.handlers=new WeakMap);const t=this.handlers;t.has(e.constructor)?i=t.get(e.constructor):(i=e.resolveMiddleware(this.middlewareStack,this.config,n),t.set(e.constructor,i))}else delete this.handlers,i=e.resolveMiddleware(this.middlewareStack,this.config,n);if(!o)return i(e).then((e=>e.output));i(e).then((e=>o(null,e.output)),(e=>o(e))).catch((()=>{}))}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}}class oi{constructor(){this.middlewareStack=ei()}static classBuilder(){return new ii}resolveMiddlewareWithContext(e,t,r,{middlewareFn:n,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:l}){for(const o of n.bind(this)(l,e,t,r))this.middlewareStack.use(o);const d=e.concat(this.middlewareStack),{logger:g}=t,h={logger:g,clientName:o,commandName:i,inputFilterSensitiveLog:s,outputFilterSensitiveLog:a,[Br]:{commandInstance:this,...c},...u},{requestHandler:f}=t;return d.resolve((e=>f.handle(e.request,r||{})),h)}}class ii{constructor(){this._init=()=>{},this._ep={},this._middlewareFn=()=>[],this._commandName="",this._clientName="",this._additionalContext={},this._smithyContext={},this._inputFilterSensitiveLog=e=>e,this._outputFilterSensitiveLog=e=>e,this._serializer=null,this._deserializer=null}init(e){this._init=e}ep(e){return this._ep=e,this}m(e){return this._middlewareFn=e,this}s(e,t,r={}){return this._smithyContext={service:e,operation:t,...r},this}c(e={}){return this._additionalContext=e,this}n(e,t){return this._clientName=e,this._commandName=t,this}f(e=e=>e,t=e=>e){return this._inputFilterSensitiveLog=e,this._outputFilterSensitiveLog=t,this}ser(e){return this._serializer=e,this}de(e){return this._deserializer=e,this}build(){const e=this;let t;return t=class extends oi{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(r,n,o){return this.resolveMiddlewareWithContext(r,n,o,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const si="***SensitiveInformation***",ai=(Math.ceil(2**127*(2-2**-23)),e=>{if(null!=e){if(Number.isInteger(e)&&!Number.isNaN(e))return e;throw new TypeError(`Expected integer, got ${typeof e}: ${e}`)}}),ci=e=>ui(e,32),ui=(e,t)=>{const r=ai(e);if(void 0!==r&&li(r,t)!==r)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return r},li=(e,t)=>{switch(t){case 32:return Int32Array.of(e)[0];case 16:return Int16Array.of(e)[0];case 8:return Int8Array.of(e)[0]}},di=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return hi.warn(gi(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},gi=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),hi={warn:console.warn};class fi extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,fi.prototype),this.name=e.name,this.$fault=e.$fault,this.$metadata=e.$metadata}static isInstance(e){if(!e)return!1;const t=e;return Boolean(t.$fault)&&Boolean(t.$metadata)&&("client"===t.$fault||"server"===t.$fault)}}const pi=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,r])=>{null!=e[t]&&""!==e[t]||(e[t]=r)}));const r=e.message||e.Message||"UnknownError";return e.message=r,delete e.Message,e},mi=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),ki=e=>{switch(e){case"standard":case"cross-region":return{retryMode:"standard",connectionTimeout:3100};case"in-region":return{retryMode:"standard",connectionTimeout:1100};case"mobile":return{retryMode:"standard",connectionTimeout:3e4};default:return{}}},bi=e=>{const t=[];for(const r in Nr){const n=Nr[r];void 0!==e[n]&&t.push({algorithmId:()=>n,checksumConstructor:()=>e[n]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},wi=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},vi=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},yi=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},_i=e=>({...bi(e),...vi(e)}),Ai=function(e){return Object.assign(new String(e),{deserializeJSON:()=>JSON.parse(String(e)),toString:()=>String(e),toJSON:()=>String(e)})};Ai.from=e=>e&&"object"==typeof e&&(e instanceof Ai||"deserializeJSON"in e)?e:"string"==typeof e||Object.getPrototypeOf(e)===String.prototype?Ai(String(e)):Ai(JSON.stringify(e)),Ai.fromObject=Ai.from;class Si{trace(){}debug(){}info(){}warn(){}error(){}}function xi(e,t,r){let n,o,i;if(void 0===t&&void 0===r)n={},i=e;else{if(n=e,"function"==typeof t)return o=t,i=r,Ii(n,o,i);i=t}for(const e of Object.keys(i))Array.isArray(i[e])?Ri(n,null,i,e):n[e]=i[e];return n}const Ei=(e,t)=>{const r={};for(const n in t)Ri(r,e,t,n);return r},Ii=(e,t,r)=>xi(e,Object.entries(r).reduce(((e,[r,n])=>(Array.isArray(n)?e[r]=n:e[r]="function"==typeof n?[t,n()]:[t,n],e)),{})),Ri=(e,t,r,n)=>{if(null!==t){let o=r[n];"function"==typeof o&&(o=[,o]);const[i=Pi,s=Mi,a=n]=o;return void(("function"==typeof i&&i(t[a])||"function"!=typeof i&&i)&&(e[n]=s(t[a])))}let[o,i]=r[n];if("function"==typeof i){let t;const r=void 0===o&&null!=(t=i()),s="function"==typeof o&&!!o(void 0)||"function"!=typeof o&&!!o;r?e[n]=t:s&&(e[n]=i())}else{const t=void 0===o&&null!=i,r="function"==typeof o&&!!o(i)||"function"!=typeof o&&!!o;(t||r)&&(e[n]=i)}},Pi=e=>null!=e,Mi=e=>e,Ci=e=>e?.body instanceof ReadableStream,Ti=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,Oi=e=>{const t={error:e,errorType:$i(e)},r=Ui(e.$response);return r&&(t.retryAfterHint=r),t},$i=e=>$o(e)?"THROTTLING":Lo(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!Lo(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",Li={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},Ni=e=>({applyToStack:t=>{t.add((e=>(t,r)=>async n=>{let o=await e.retryStrategy();const i=await e.maxAttempts();if(!Ti(o))return o?.mode&&(r.userAgent=[...r.userAgent||[],["cfg/retry-mode",o.mode]]),o.retry(t,n);{let e=await o.acquireInitialRetryToken(r.partition_id),s=new Error,a=0,c=0;const{request:u}=n,l=jr.isInstance(u);for(l&&(u.headers[Fo]=Jo());;)try{l&&(u.headers[Do]=`attempt=${a+1}; max=${i}`);const{response:r,output:s}=await t(n);return o.recordSuccess(e),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,{response:r,output:s}}catch(t){const n=Oi(t);if(s=Yo(t),l&&Ci(u))throw(r.logger instanceof Si?console:r.logger)?.warn("An error was encountered in a non-retryable streaming request."),s;try{e=await o.refreshRetryTokenForRetry(e,n)}catch(e){throw s.$metadata||(s.$metadata={}),s.$metadata.attempts=a+1,s.$metadata.totalRetryDelay=c,s}a=e.getRetryCount();const i=e.getRetryDelay();c+=i,await new Promise((e=>setTimeout(e,i)))}}})(e),Li)}}),Ui=e=>{if(!Hr.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const r=e.headers[t],n=Number(r);if(!Number.isNaN(n))return new Date(1e3*n);return new Date(r)},Bi=e=>encodeURIComponent(e).replace(/[!'()*]/g,Fi),Fi=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,Di=e=>"string"==typeof e?Kn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),ji="X-Amz-Date",Hi="X-Amz-Signature",qi="X-Amz-Security-Token",Vi="authorization",zi=ji.toLowerCase(),Gi=[Vi,zi,"date"],Wi=Hi.toLowerCase(),Zi="x-amz-content-sha256",Ki=qi.toLowerCase(),Ji={authorization:!0,"cache-control":!0,connection:!0,expect:!0,from:!0,"keep-alive":!0,"max-forwards":!0,pragma:!0,referer:!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0,"user-agent":!0,"x-amzn-trace-id":!0},Yi=/^proxy-/,Qi=/^sec-/,Xi="AWS4-HMAC-SHA256",es="AWS4-HMAC-SHA256-PAYLOAD",ts="aws4_request",rs={},ns=[],os=(e,t,r)=>`${e}/${t}/${r}/${ts}`,is=(e,t,r)=>{const n=new e(t);return n.update(Di(r)),n.digest()},ss=({headers:e},t,r)=>{const n={};for(const o of Object.keys(e).sort()){if(null==e[o])continue;const i=o.toLowerCase();(i in Ji||t?.has(i)||Yi.test(i)||Qi.test(i))&&(!r||r&&!r.has(i))||(n[i]=e[o].trim().replace(/\s+/g," "))}return n},as=async({headers:e,body:t},r)=>{for(const t of Object.keys(e))if(t.toLowerCase()===Zi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(n=t,"function"==typeof ArrayBuffer&&n instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(n))){const e=new r;return e.update(Di(t)),ro(await e.digest())}var n;return"UNSIGNED-PAYLOAD"};class cs{format(e){const t=[];for(const r of Object.keys(e)){const n=Kn(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=Kn(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(ds.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!ls.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(to(e.value.replace(/\-/g,"")),1),l}}}var us;!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(us||(us={}));const ls=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class ds{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&gs(t),new ds(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&gs(e),parseInt(ro(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function gs(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const hs=e=>{e=jr.clone(e);for(const t of Object.keys(e.headers))Gi.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},fs=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class ps{constructor({applyChecksum:e,credentials:t,region:r,service:n,sha256:o,uriEscapePath:i=!0}){this.headerFormatter=new cs,this.service=n,this.sha256=o,this.uriEscapePath=i,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=On(r),this.credentialProvider=On(t)}async presign(e,t={}){const{signingDate:r=new Date,expiresIn:n=3600,unsignableHeaders:o,unhoistableHeaders:i,signableHeaders:s,hoistableHeaders:a,signingRegion:c,signingService:u}=t,l=await this.credentialProvider();this.validateResolvedCredentials(l);const d=c??await this.regionProvider(),{longDate:g,shortDate:h}=ms(r);if(n>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const f=os(h,d,u??this.service),p=((e,t={})=>{const{headers:r,query:n={}}=jr.clone(e);for(const e of Object.keys(r)){const o=e.toLowerCase();("x-amz-"===o.slice(0,6)&&!t.unhoistableHeaders?.has(o)||t.hoistableHeaders?.has(o))&&(n[e]=r[e],delete r[e])}return{...e,headers:r,query:n}})(hs(e),{unhoistableHeaders:i,hoistableHeaders:a});l.sessionToken&&(p.query[qi]=l.sessionToken),p.query["X-Amz-Algorithm"]=Xi,p.query["X-Amz-Credential"]=`${l.accessKeyId}/${f}`,p.query[ji]=g,p.query["X-Amz-Expires"]=n.toString(10);const m=ss(p,o,s);return p.query["X-Amz-SignedHeaders"]=ks(m),p.query[Hi]=await this.getSignature(g,f,this.getSigningKey(l,d,h,u),this.createCanonicalRequest(p,m,await as(e,this.sha256))),p}async sign(e,t){return"string"==typeof e?this.signString(e,t):e.headers&&e.payload?this.signEvent(e,t):e.message?this.signMessage(e,t):this.signRequest(e,t)}async signEvent({headers:e,payload:t},{signingDate:r=new Date,priorSignature:n,signingRegion:o,signingService:i}){const s=o??await this.regionProvider(),{shortDate:a,longDate:c}=ms(r),u=os(a,s,i??this.service),l=await as({headers:{},body:t},this.sha256),d=new this.sha256;d.update(e);const g=ro(await d.digest()),h=[es,c,u,n,g,l].join("\n");return this.signString(h,{signingDate:r,signingRegion:s,signingService:i})}async signMessage(e,{signingDate:t=new Date,signingRegion:r,signingService:n}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:r,signingService:n,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:r,signingService:n}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const i=r??await this.regionProvider(),{shortDate:s}=ms(t),a=new this.sha256(await this.getSigningKey(o,i,s,n));return a.update(Di(e)),ro(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:r,unsignableHeaders:n,signingRegion:o,signingService:i}={}){const s=await this.credentialProvider();this.validateResolvedCredentials(s);const a=o??await this.regionProvider(),c=hs(e),{longDate:u,shortDate:l}=ms(t),d=os(l,a,i??this.service);c.headers[zi]=u,s.sessionToken&&(c.headers[Ki]=s.sessionToken);const g=await as(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const r of Object.keys(t))if(e===r.toLowerCase())return!0;return!1})(Zi,c.headers)&&this.applyChecksum&&(c.headers[Zi]=g);const h=ss(c,n,r),f=await this.getSignature(u,d,this.getSigningKey(s,a,l,i),this.createCanonicalRequest(c,h,g));return c.headers[Vi]=`${Xi} Credential=${s.accessKeyId}/${d}, SignedHeaders=${ks(h)}, Signature=${f}`,c}createCanonicalRequest(e,t,r){const n=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],r={};for(const n of Object.keys(e)){if(n.toLowerCase()===Wi)continue;const o=Bi(n);t.push(o);const i=e[n];"string"==typeof i?r[o]=`${o}=${Bi(i)}`:Array.isArray(i)&&(r[o]=i.slice(0).reduce(((e,t)=>e.concat([`${o}=${Bi(t)}`])),[]).sort().join("&"))}return t.sort().map((e=>r[e])).filter((e=>e)).join("&")})(e)}\n${n.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${n.join(";")}\n${r}`}async createStringToSign(e,t,r){const n=new this.sha256;n.update(Di(r));const o=await n.digest();return`${Xi}\n${e}\n${t}\n${ro(o)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const r of e.split("/"))0!==r?.length&&"."!==r&&(".."===r?t.pop():t.push(r));const r=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return Bi(r).replace(/%2F/g,"/")}return e}async getSignature(e,t,r,n){const o=await this.createStringToSign(e,t,n),i=new this.sha256(await r);return i.update(Di(o)),ro(await i.digest())}getSigningKey(e,t,r,n){return(async(e,t,r,n,o)=>{const i=`${r}:${n}:${o}:${ro(await is(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(i in rs)return rs[i];for(ns.push(i);ns.length>50;)delete rs[ns.shift()];let s=`AWS4${t.secretAccessKey}`;for(const t of[r,n,o,ts])s=await is(e,s,t);return rs[i]=s})(this.sha256,e,r,t,n||this.service)}validateResolvedCredentials(e){if("object"!=typeof e||"string"!=typeof e.accessKeyId||"string"!=typeof e.secretAccessKey)throw new Error("Resolved credential object is not valid")}}const ms=e=>{const t=(r=e,fs(r).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var r;return{longDate:t,shortDate:t.slice(0,8)}},ks=e=>Object.keys(e).sort().join(";"),bs=e=>{let t;e.credentials&&(t=((e,t,r)=>{if(void 0===e)return;const n="function"!=typeof e?async()=>Promise.resolve(e):e;let o,i,s,a=!1;const c=async e=>{i||(i=n(e));try{o=await i,s=!0,a=!1}finally{i=void 0}return o};return void 0===t?async e=>(s&&!e?.forceRefresh||(o=await c(e)),o):async e=>(s&&!e?.forceRefresh||(o=await c(e)),a?o:r(o)?t(o)?(await c(e),o):o:(a=!0,o))})(e.credentials,co,lo)),t||(t=e.credentialDefaultProvider?zn(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:r=!0,systemClockOffset:n=e.systemClockOffset||0,sha256:o}=e;let i;return i=e.signer?zn(e.signer):e.regionInfoProvider?()=>zn(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([n,i])=>{const{signingRegion:s,signingService:a}=n;e.signingRegion=e.signingRegion||s||i,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||ps)(c)})):async n=>{const i=(n=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await zn(e.region)(),properties:{}},n)).signingRegion,s=n.signingName;e.signingRegion=e.signingRegion||i,e.signingName=e.signingName||s||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:o,uriEscapePath:r};return new(e.signerConstructor||ps)(a)},{...e,systemClockOffset:n,signingEscapePath:r,credentials:t,signer:i}},ws=async(e,t,r)=>({operation:Tn(t).operation,region:await On(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const vs=e=>{const t=[];return e.operation,t.push(function(e){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"bedrock",region:e.region},propertiesExtractor:(e,t)=>({signingProperties:{config:e,context:t}})}}(e)),t},ys={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},_s="3.621.0";var As="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function Ss(e){return e instanceof Uint8Array?e:"string"==typeof e?As(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function xs(e){return"string"==typeof e?0===e.length:0===e.byteLength}var Es={name:"SHA-256"},Is={name:"HMAC",hash:Es},Rs=new Uint8Array([227,176,196,66,152,252,28,20,154,251,244,200,153,111,185,36,39,174,65,228,100,155,147,76,164,149,153,27,120,82,184,85]);const Ps={};function Ms(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Ps}var Cs=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!xs(e)){var t=Ss(e),r=new Uint8Array(this.toHash.byteLength+t.byteLength);r.set(this.toHash,0),r.set(t,this.toHash.byteLength),this.toHash=r}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Ms().crypto.subtle.sign(Is,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):xs(this.toHash)?Promise.resolve(Rs):Promise.resolve().then((function(){return Ms().crypto.subtle.digest(Es,e.toHash)})).then((function(e){return Promise.resolve(new Uint8Array(e))}))},e.prototype.reset=function(){var e=this;this.toHash=new Uint8Array(0),this.secret&&void 0!==this.secret&&(this.key=new Promise((function(t,r){Ms().crypto.subtle.importKey("raw",Ss(e.secret),Is,!1,["sign"]).then(t,r)})),this.key.catch((function(){})))},e}();function Ts(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))}function Os(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},s=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return s.next=a(0),s.throw=a(1),s.return=a(2),"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;s&&(s=0,a[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function $s(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Ls=64,Ns=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),Us=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],Bs=Math.pow(2,53)-1,Fs=function(){function e(){this.state=Int32Array.from(Us),this.temp=new Int32Array(64),this.buffer=new Uint8Array(64),this.bufferLength=0,this.bytesHashed=0,this.finished=!1}return e.prototype.update=function(e){if(this.finished)throw new Error("Attempted to update an already finished hash.");var t=0,r=e.byteLength;if(this.bytesHashed+=r,8*this.bytesHashed>Bs)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;r>0;)this.buffer[this.bufferLength++]=e[t++],r--,this.bufferLength===Ls&&(this.hashBuffer(),this.bufferLength=0)},e.prototype.digest=function(){if(!this.finished){var e=8*this.bytesHashed,t=new DataView(this.buffer.buffer,this.buffer.byteOffset,this.buffer.byteLength),r=this.bufferLength;if(t.setUint8(this.bufferLength++,128),r%Ls>=56){for(var n=this.bufferLength;n<Ls;n++)t.setUint8(n,0);this.hashBuffer(),this.bufferLength=0}for(n=this.bufferLength;n<56;n++)t.setUint8(n,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var o=new Uint8Array(32);for(n=0;n<8;n++)o[4*n]=this.state[n]>>>24&255,o[4*n+1]=this.state[n]>>>16&255,o[4*n+2]=this.state[n]>>>8&255,o[4*n+3]=this.state[n]>>>0&255;return o},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,r=t[0],n=t[1],o=t[2],i=t[3],s=t[4],a=t[5],c=t[6],u=t[7],l=0;l<Ls;l++){if(l<16)this.temp[l]=(255&e[4*l])<<24|(255&e[4*l+1])<<16|(255&e[4*l+2])<<8|255&e[4*l+3];else{var d=this.temp[l-2],g=(d>>>17|d<<15)^(d>>>19|d<<13)^d>>>10,h=((d=this.temp[l-15])>>>7|d<<25)^(d>>>18|d<<14)^d>>>3;this.temp[l]=(g+this.temp[l-7]|0)+(h+this.temp[l-16]|0)}var f=(((s>>>6|s<<26)^(s>>>11|s<<21)^(s>>>25|s<<7))+(s&a^~s&c)|0)+(u+(Ns[l]+this.temp[l]|0)|0)|0,p=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&n^r&o^n&o)|0;u=c,c=a,a=s,s=i+f|0,i=o,o=n,n=r,r=f+p|0}t[0]+=r,t[1]+=n,t[2]+=o,t[3]+=i,t[4]+=s,t[5]+=a,t[6]+=c,t[7]+=u},e}(),Ds=function(){function e(e){this.secret=e,this.hash=new Fs,this.reset()}return e.prototype.update=function(e){if(!xs(e)&&!this.error)try{this.hash.update(Ss(e))}catch(e){this.error=e}},e.prototype.digestSync=function(){if(this.error)throw this.error;return this.outer?(this.outer.finished||this.outer.update(this.hash.digest()),this.outer.digest()):this.hash.digest()},e.prototype.digest=function(){return Ts(this,void 0,void 0,(function(){return Os(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new Fs,this.secret){this.outer=new Fs;var e=function(e){var t=Ss(e);if(t.byteLength>Ls){var r=new Fs;r.update(t),t=r.digest()}var n=new Uint8Array(Ls);return n.set(t),n}(this.secret),t=new Uint8Array(Ls);t.set(e);for(var r=0;r<Ls;r++)e[r]^=54,t[r]^=92;this.hash.update(e),this.outer.update(t);for(r=0;r<e.byteLength;r++)e[r]=0}},e}();var js=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function Hs(e){return e&&js.every((function(t){return"function"==typeof e[t]}))}var qs=function(){function e(e){!function(e){return!(!function(e){return"object"==typeof e&&"object"==typeof e.crypto&&"function"==typeof e.crypto.getRandomValues}(e)||"object"!=typeof e.crypto.subtle)&&Hs(e.crypto.subtle)}(Ms())?this.hash=new Ds(e):this.hash=new Cs(e)}return e.prototype.update=function(e,t){this.hash.update(Ss(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),Vs=r(369),zs=r.n(Vs);const Gs=({serviceId:e,clientVersion:t})=>async()=>{const r="undefined"!=typeof window&&window?.navigator?.userAgent?zs().parse(window.navigator.userAgent):void 0,n=[["aws-sdk-js",t],["ua","2.0"],[`os/${r?.os?.name||"other"}`,r?.os?.version],["lang/js"],["md/browser",`${r?.browser?.name??"unknown"}_${r?.browser?.version??"unknown"}`]];return e&&n.push([`api/${e}`,t]),n};!function(){function e(){this.crc32=new Zs}e.prototype.update=function(e){xs(e)||this.crc32.update(Ss(e))},e.prototype.digest=function(){return Ts(this,void 0,void 0,(function(){return Os(this,(function(e){return[2,(t=this.crc32.digest(),new Uint8Array([(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))];var t}))}))},e.prototype.reset=function(){this.crc32=new Zs}}();var Ws,Zs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,r;try{for(var n=$s(e),o=n.next();!o.done;o=n.next()){var i=o.value;this.checksum=this.checksum>>>8^Ks[255&(this.checksum^i)]}}catch(e){t={error:e}}finally{try{o&&!o.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),Ks=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),r=0;r<e.length;)t[r]=e[r],r+=1;return t}return Uint32Array.from(e)}([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]);class Js{constructor(e){if(this.bytes=e,8!==e.byteLength)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(e){if(e>0x8000000000000000||e<-0x8000000000000000)throw new Error(`${e} is too large (or, if negative, too small) to represent as an Int64`);const t=new Uint8Array(8);for(let r=7,n=Math.abs(Math.round(e));r>-1&&n>0;r--,n/=256)t[r]=n;return e<0&&Ys(t),new Js(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Ys(e),parseInt(ro(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Ys(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class Qs{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const r of Object.keys(e)){const n=this.fromUtf8(r);t.push(Uint8Array.from([n.byteLength]),n,this.formatHeaderValue(e[r]))}const r=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let n=0;for(const e of t)r.set(e,n),n+=e.byteLength;return r}formatHeaderValue(e){switch(e.type){case"boolean":return Uint8Array.from([e.value?0:1]);case"byte":return Uint8Array.from([2,e.value]);case"short":const t=new DataView(new ArrayBuffer(3));return t.setUint8(0,3),t.setInt16(1,e.value,!1),new Uint8Array(t.buffer);case"integer":const r=new DataView(new ArrayBuffer(5));return r.setUint8(0,4),r.setInt32(1,e.value,!1),new Uint8Array(r.buffer);case"long":const n=new Uint8Array(9);return n[0]=5,n.set(e.value.bytes,1),n;case"binary":const o=new DataView(new ArrayBuffer(3+e.value.byteLength));o.setUint8(0,6),o.setUint16(1,e.value.byteLength,!1);const i=new Uint8Array(o.buffer);return i.set(e.value,3),i;case"string":const s=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+s.byteLength));a.setUint8(0,7),a.setUint16(1,s.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(s,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Js.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!ca.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const l=new Uint8Array(17);return l[0]=9,l.set(to(e.value.replace(/\-/g,"")),1),l}}parse(e){const t={};let r=0;for(;r<e.byteLength;){const n=e.getUint8(r++),o=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,n));switch(r+=n,e.getUint8(r++)){case 0:t[o]={type:Xs,value:!0};break;case 1:t[o]={type:Xs,value:!1};break;case 2:t[o]={type:ea,value:e.getInt8(r++)};break;case 3:t[o]={type:ta,value:e.getInt16(r,!1)},r+=2;break;case 4:t[o]={type:ra,value:e.getInt32(r,!1)},r+=4;break;case 5:t[o]={type:na,value:new Js(new Uint8Array(e.buffer,e.byteOffset+r,8))},r+=8;break;case 6:const n=e.getUint16(r,!1);r+=2,t[o]={type:oa,value:new Uint8Array(e.buffer,e.byteOffset+r,n)},r+=n;break;case 7:const i=e.getUint16(r,!1);r+=2,t[o]={type:ia,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+r,i))},r+=i;break;case 8:t[o]={type:sa,value:new Date(new Js(new Uint8Array(e.buffer,e.byteOffset+r,8)).valueOf())},r+=8;break;case 9:const s=new Uint8Array(e.buffer,e.byteOffset+r,16);r+=16,t[o]={type:aa,value:`${ro(s.subarray(0,4))}-${ro(s.subarray(4,6))}-${ro(s.subarray(6,8))}-${ro(s.subarray(8,10))}-${ro(s.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return t}}!function(e){e[e.boolTrue=0]="boolTrue",e[e.boolFalse=1]="boolFalse",e[e.byte=2]="byte",e[e.short=3]="short",e[e.integer=4]="integer",e[e.long=5]="long",e[e.byteArray=6]="byteArray",e[e.string=7]="string",e[e.timestamp=8]="timestamp",e[e.uuid=9]="uuid"}(Ws||(Ws={}));const Xs="boolean",ea="byte",ta="short",ra="integer",na="long",oa="binary",ia="string",sa="timestamp",aa="uuid",ca=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class ua{constructor(e,t){this.headerMarshaller=new Qs(e,t),this.messageBuffer=[],this.isEndOfStream=!1}feed(e){this.messageBuffer.push(this.decode(e))}endOfStream(){this.isEndOfStream=!0}getMessage(){const e=this.messageBuffer.pop(),t=this.isEndOfStream;return{getMessage:()=>e,isEndOfStream:()=>t}}getAvailableMessages(){const e=this.messageBuffer;this.messageBuffer=[];const t=this.isEndOfStream;return{getMessages:()=>e,isEndOfStream:()=>t}}encode({headers:e,body:t}){const r=this.headerMarshaller.format(e),n=r.byteLength+t.byteLength+16,o=new Uint8Array(n),i=new DataView(o.buffer,o.byteOffset,o.byteLength),s=new Zs;return i.setUint32(0,n,!1),i.setUint32(4,r.byteLength,!1),i.setUint32(8,s.update(o.subarray(0,8)).digest(),!1),o.set(r,12),o.set(t,r.byteLength+12),i.setUint32(n-4,s.update(o.subarray(8,n-4)).digest(),!1),o}decode(e){const{headers:t,body:r}=function({byteLength:e,byteOffset:t,buffer:r}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const n=new DataView(r,t,e),o=n.getUint32(0,!1);if(e!==o)throw new Error("Reported message length does not match received message length");const i=n.getUint32(4,!1),s=n.getUint32(8,!1),a=n.getUint32(e-4,!1),c=(new Zs).update(new Uint8Array(r,t,8));if(s!==c.digest())throw new Error(`The prelude checksum specified in the message (${s}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(r,t+8,e-12)),a!==c.digest())throw new Error(`The message checksum (${c.digest()}) did not match the expected value of ${a}`);return{headers:new DataView(r,t+8+4,i),body:new Uint8Array(r,t+8+4+i,o-i-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:r}}formatHeaders(e){return this.headerMarshaller.format(e)}}class la{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.decoder.decode(e);yield t}}}class da{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=this.options.encoder.encode(e);yield t}this.options.includeEndFrame&&(yield new Uint8Array(0))}}class ga{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.messageStream){const t=await this.options.deserializer(e);void 0!==t&&(yield t)}}}class ha{constructor(e){this.options=e}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(const e of this.options.inputStream){const t=this.options.serializer(e);yield t}}}function fa(e,t){return async function(r){const{value:n}=r.headers[":message-type"];if("error"===n){const e=new Error(r.headers[":error-message"].value||"UnknownError");throw e.name=r.headers[":error-code"].value,e}if("exception"===n){const n=r.headers[":exception-type"].value,o={[n]:r},i=await e(o);if(i.$unknown){const e=new Error(t(r.body));throw e.name=n,e}throw i[n]}if("event"===n){const t={[r.headers[":event-type"].value]:r},n=await e(t);if(n.$unknown)return;return n}throw Error(`Unrecognizable event type: ${r.headers[":event-type"].value}`)}}class pa{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new ua(e,t),this.utfEncoder=e}deserialize(e,t){const r=function(e){let t=0,r=0,n=null,o=null;const i=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,r=4,n=new Uint8Array(e),new DataView(n.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const s=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await s.next();if(a){if(!t)return;if(t!==r)throw new Error("Truncated event message received.");return void(yield n)}const c=e.length;let u=0;for(;u<c;){if(!n){const t=c-u;o||(o=new Uint8Array(4));const n=Math.min(4-r,t);if(o.set(e.slice(u,u+n),r),r+=n,u+=n,r<4)break;i(new DataView(o.buffer).getUint32(0,!1)),o=null}const s=Math.min(t-r,c-u);n.set(e.slice(u,u+s),r),r+=s,u+=s,t&&t===r&&(yield n,n=null,t=0,r=0)}}}}}(e);return new ga({messageStream:new la({inputStream:r,decoder:this.eventStreamCodec}),deserializer:fa(t,this.utfEncoder)})}serialize(e,t){return new da({messageStream:new ha({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class ma{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new pa({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const r=ka(e)?(n=e,{[Symbol.asyncIterator]:async function*(){const e=n.getReader();try{for(;;){const{done:t,value:r}=await e.read();if(t)return;yield r}}finally{e.releaseLock()}}}):e;var n;return this.universalMarshaller.deserialize(r,t)}serialize(e,t){const r=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:r,value:n}=await t.next();if(r)return e.close();e.enqueue(n)}})})(r):r}}const ka=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,ba=e=>new ma(e);function wa(e=0){return new Promise(((t,r)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",r(t)}),e)}))}const va={supported:void 0};class ya{static create(e){return"function"==typeof e?.handle?e:new ya(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===va.supported&&(va.supported=Boolean("undefined"!=typeof Request&&"keepalive"in new Request("https://[::1]")))}destroy(){}async handle(e,{abortSignal:t}={}){this.config||(this.config=await this.configProvider);const r=this.config.requestTimeout,n=!0===this.config.keepAlive,o=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let i=e.path;const s=function(e){const t=[];for(let r of Object.keys(e).sort()){const n=e[r];if(r=Bi(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${Bi(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${Bi(n)}`),t.push(e)}}return t.join("&")}(e.query||{});s&&(i+=`?${s}`),e.fragment&&(i+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,l=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${i}`,d="GET"===u||"HEAD"===u?void 0:e.body,g={body:d,headers:new Headers(e.headers),method:u,credentials:o};this.config?.cache&&(g.cache=this.config.cache),d&&(g.duplex="half"),"undefined"!=typeof AbortController&&(g.signal=t),va.supported&&(g.keepalive=n),"function"==typeof this.config.requestInit&&Object.assign(g,this.config.requestInit(e));let h=()=>{};const f=new Request(l,g),p=[fetch(f).then((e=>{const t=e.headers,r={};for(const e of t.entries())r[e[0]]=e[1];return null!=e.body?{response:new Hr({headers:r,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new Hr({headers:r,reason:e.statusText,statusCode:e.status,body:t})})))})),wa(r)];return t&&p.push(new Promise(((e,r)=>{const n=()=>{const e=new Error("Request aborted");e.name="AbortError",r(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",n,{once:!0}),h=()=>e.removeEventListener("abort",n)}else t.onabort=n}))),Promise.race(p).finally(h)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((r=>(r[e]=t,r)))}httpHandlerConfigs(){return this.config??{}}}const _a=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,r)=>{const n=new FileReader;n.onloadend=()=>{if(2!==n.readyState)return r(new Error("Reader aborted too early"));const e=n.result??"",o=e.indexOf(","),i=o>-1?o+1:e.length;t(e.substring(i))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(e)}))}(e),r=Zn(t);return new Uint8Array(r)}(e):async function(e){const t=[],r=e.getReader();let n=!1,o=0;for(;!n;){const{done:e,value:i}=await r.read();i&&(t.push(i),o+=i.length),n=e}const i=new Uint8Array(o);let s=0;for(const e of t)i.set(e,s),s+=e.length;return i}(e);const Aa="function"==typeof TextEncoder?new TextEncoder:null,Sa=e=>{if("string"==typeof e){if(Aa)return Aa.encode(e).byteLength;let t=e.length;for(let r=t-1;r>=0;r--){const n=e.charCodeAt(r);n>127&&n<=2047?t++:n>2047&&n<=65535&&(t+=2),n>=56320&&n<=57343&&r--}return t}if("number"==typeof e.byteLength)return e.byteLength;if("number"==typeof e.size)return e.size;throw new Error(`Body Length computation failed for ${e}`)},xa=e=>new Date(Date.now()+e),Ea=e=>Hr.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,Ia=(e,t)=>{const r=Date.parse(e);return((e,t)=>Math.abs(xa(t).getTime()-e)>=3e5)(r,t)?r-Date.now():t},Ra=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class Pa{async sign(e,t,r){if(!jr.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:n,signer:o,signingRegion:i,signingName:s}=await(async e=>{const t=Ra("context",e.context),r=Ra("config",e.config),n=t.endpointV2?.properties?.authSchemes?.[0],o=Ra("signer",r.signer),i=await o(n),s=e?.signingRegion,a=e?.signingName;return{config:r,signer:i,signingRegion:s,signingName:a}})(r);return await o.sign(e,{signingDate:xa(n.systemClockOffset),signingRegion:i,signingService:s})}errorHandler(e){return t=>{const r=t.ServerTime??Ea(t.$response);if(r){const n=Ra("config",e.config),o=n.systemClockOffset;n.systemClockOffset=Ia(r,n.systemClockOffset);n.systemClockOffset!==o&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const r=Ea(e);if(r){const e=Ra("config",t.config);e.systemClockOffset=Ia(r,e.systemClockOffset)}}}const Ma="required",Ca="fn",Ta="argv",Oa="ref",$a=!0,La="isSet",Na="booleanEquals",Ua="error",Ba="endpoint",Fa="tree",Da="PartitionResult",ja={[Ma]:!1,type:"String"},Ha={[Ma]:!0,default:!1,type:"Boolean"},qa={[Oa]:"Endpoint"},Va={[Ca]:Na,[Ta]:[{[Oa]:"UseFIPS"},!0]},za={[Ca]:Na,[Ta]:[{[Oa]:"UseDualStack"},!0]},Ga={},Wa={[Ca]:"getAttr",[Ta]:[{[Oa]:Da},"supportsFIPS"]},Za={[Ca]:Na,[Ta]:[!0,{[Ca]:"getAttr",[Ta]:[{[Oa]:Da},"supportsDualStack"]}]},Ka=[Va],Ja=[za],Ya=[{[Oa]:"Region"}],Qa={version:"1.0",parameters:{Region:ja,UseDualStack:Ha,UseFIPS:Ha,Endpoint:ja},rules:[{conditions:[{[Ca]:La,[Ta]:[qa]}],rules:[{conditions:Ka,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:Ua},{rules:[{conditions:Ja,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Ua},{endpoint:{url:qa,properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{rules:[{conditions:[{[Ca]:La,[Ta]:Ya}],rules:[{conditions:[{[Ca]:"aws.partition",[Ta]:Ya,assign:Da}],rules:[{conditions:[Va,za],rules:[{conditions:[{[Ca]:Na,[Ta]:[$a,Wa]},Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Ua}],type:Fa},{conditions:Ka,rules:[{conditions:[{[Ca]:Na,[Ta]:[Wa,$a]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"FIPS is enabled but this partition does not support FIPS",type:Ua}],type:Fa},{conditions:Ja,rules:[{conditions:[Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa},{error:"DualStack is enabled but this partition does not support DualStack",type:Ua}],type:Fa},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ba}],type:Fa}],type:Fa}],type:Fa},{error:"Invalid Configuration: Missing Region",type:Ua}],type:Fa}]},Xa=(e,t={})=>((e,t)=>{const{endpointParams:r,logger:n}=t,{parameters:o,rules:i}=e;t.logger?.debug?.(`${en} Initial EndpointParams: ${tn(r)}`);const s=Object.entries(o).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(s.length>0)for(const[e,t]of s)r[e]=r[e]??t;const a=Object.entries(o).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==r[e])throw new rn(`Missing required parameter: '${e}'`);const c=wn(i,{endpointParams:r,logger:n,referenceRecord:{}});return t.logger?.debug?.(`${en} Resolved endpoint: ${tn(c)}`),c})(Qa,{endpointParams:e,logger:t.logger});Xr.aws=An;Error;const ec=["in-region","cross-region","mobile","standard","legacy"],tc=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?zs().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},rc=e=>{const t=(({defaultsMode:e}={})=>((e,t,r)=>{let n,o,i,s=!1;const a=async()=>{o||(o=e());try{n=await o,i=!0,s=!1}finally{o=void 0}return n};return void 0===t?async e=>(i&&!e?.forceRefresh||(n=await a()),n):async e=>(i&&!e?.forceRefresh||(n=await a()),s?n:r&&!r(n)?(s=!0,n):t(n)?(await a(),n):n)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(tc()?"mobile":"standard");case"mobile":case"in-region":case"cross-region":case"standard":case"legacy":return Promise.resolve(t?.toLocaleLowerCase());case void 0:return Promise.resolve("legacy");default:throw new Error(`Invalid parameter for "defaultsMode", expect ${ec.join(", ")}, got ${t}`)}})))(e),r=()=>t().then(ki),n=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??Zn,base64Encoder:e?.base64Encoder??Jn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??Xa,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??vs,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Pa}],logger:e?.logger??new Si,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??_o,utf8Decoder:e?.utf8Decoder??Kn,utf8Encoder:e?.utf8Encoder??Yn}))(e);return{...n,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Sa,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??Gs({serviceId:n.serviceId,clientVersion:_s}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??ba,maxAttempts:e?.maxAttempts??3,region:e?.region??(o="Region is missing",()=>Promise.reject(o)),requestHandler:ya.create(e?.requestHandler??r),retryMode:e?.retryMode??(async()=>(await r()).retryMode||Po),sha256:e?.sha256??qs,streamCollector:e?.streamCollector??_a,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var o},nc=e=>{let t=async()=>{if(void 0===e.region)throw new Error("Region is missing from runtimeConfig");const t=e.region;return"string"==typeof t?t:t()};return{setRegion(e){t=e},region:()=>t}},oc=e=>{const t=e.httpAuthSchemes;let r=e.httpAuthSchemeProvider,n=e.credentials;return{setHttpAuthScheme(e){const r=t.findIndex((t=>t.schemeId===e.schemeId));-1===r?t.push(e):t.splice(r,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){r=e},httpAuthSchemeProvider:()=>r,setCredentials(e){n=e},credentials:()=>n}},ic=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class sc extends ni{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(rc(e||{})),r=(e=>{const{region:t,useFipsEndpoint:r}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Ln(t);const e=await t();return Ln(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!$n(e)||("function"!=typeof r?Promise.resolve(!!r):r())}}})(t),n=(e=>{const t=e.tls??!0,{endpoint:r}=e,n=null!=r?async()=>Ao(await On(r)()):void 0,o=!!r,i={...e,endpoint:n,tls:t,isCustomEndpoint:o,useDualstackEndpoint:On(e.useDualstackEndpoint??!1),useFipsEndpoint:On(e.useFipsEndpoint??!1)};let s;return i.serviceConfiguredEndpoint=async()=>(e.serviceId&&!s&&(s=yo(e.serviceId)),s),i})(r);var o;const i=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,r=On(e.maxAttempts??3);return{...e,maxAttempts:r,retryStrategy:async()=>t||(await On(e.retryMode)()===Ro.ADAPTIVE?new qo(r):new Ho(r))}})((o=n,{...o,customUserAgent:"string"==typeof o.customUserAgent?[[o.customUserAgent]]:o.customUserAgent})));const s=((e,t)=>{const r={...nc(e),..._i(e),...Tr(e),...oc(e)};return t.forEach((e=>e.configure(r))),{...e,...(i=r,{region:i.region()}),...(o=r,{...wi(o),...yi(o)}),...(n=r,{httpHandler:n.httpHandler()}),...ic(r)};var n,o,i})({...bs(i)},e?.extensions||[]);super(s),this.config=s,this.middlewareStack.use(Vr(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async r=>{try{const n=await e(r),{clientName:o,commandName:i,logger:s,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,l=c??t.inputFilterSensitiveLog,d=u??t.outputFilterSensitiveLog,{$metadata:g,...h}=n.output;return s?.info?.({clientName:o,commandName:i,input:l(r.input),output:d(h),metadata:g}),n}catch(e){const{clientName:n,commandName:o,logger:i,dynamoDbDocumentClientOptions:s={}}=t,{overrideInputFilterSensitiveLog:a}=s,c=a??t.inputFilterSensitiveLog;throw i?.error?.({clientName:n,commandName:o,input:c(r.input),error:e,metadata:e.$metadata}),e}}),zr)}})),this.middlewareStack.use(Zr(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Rn(e),Mn)}}))(this.config)),this.middlewareStack.use(Ni(this.config)),this.middlewareStack.use(fo(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r})=>({applyToStack:n=>{n.addRelativeTo(Nn(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:r}),Un)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(Vn(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return ws}getIdentityProviderConfigProvider(){return async e=>new ao({"aws.auth#sigv4":e.credentials})}}class ac extends fi{constructor(e){super(e),Object.setPrototypeOf(this,ac.prototype)}}class cc extends ac{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,cc.prototype)}}var uc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(uc||(uc={}));class lc extends ac{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,lc.prototype)}}class dc extends ac{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,dc.prototype)}}class gc extends ac{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,gc.prototype)}}class hc extends ac{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,hc.prototype)}}class fc extends ac{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,fc.prototype)}}var pc;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(pc||(pc={}));var mc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(mc||(mc={}));var kc,bc;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(kc||(kc={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):t._(e.$unknown[0],e.$unknown[1])}(bc||(bc={}));var wc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.image?t.image(e.image):void 0!==e.document?t.document(e.document):void 0!==e.toolUse?t.toolUse(e.toolUse):void 0!==e.toolResult?t.toolResult(e.toolResult):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(wc||(wc={}));var vc,yc,_c,Ac,Sc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.guardContent?t.guardContent(e.guardContent):t._(e.$unknown[0],e.$unknown[1])}(vc||(vc={})),function(e){e.visit=(e,t)=>void 0!==e.auto?t.auto(e.auto):void 0!==e.any?t.any(e.any):void 0!==e.tool?t.tool(e.tool):t._(e.$unknown[0],e.$unknown[1])}(yc||(yc={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}(_c||(_c={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Ac||(Ac={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(Sc||(Sc={}));class xc extends ac{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,xc.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Ec extends ac{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Ec.prototype)}}class Ic extends ac{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,Ic.prototype)}}class Rc extends ac{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Rc.prototype)}}var Pc,Mc,Cc;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Pc||(Pc={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Mc||(Mc={}));class Tc extends ac{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Tc.prototype),this.originalStatusCode=e.originalStatusCode,this.originalMessage=e.originalMessage}}!function(e){e.visit=(e,t)=>void 0!==e.messageStart?t.messageStart(e.messageStart):void 0!==e.contentBlockStart?t.contentBlockStart(e.contentBlockStart):void 0!==e.contentBlockDelta?t.contentBlockDelta(e.contentBlockDelta):void 0!==e.contentBlockStop?t.contentBlockStop(e.contentBlockStop):void 0!==e.messageStop?t.messageStop(e.messageStop):void 0!==e.metadata?t.metadata(e.metadata):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Cc||(Cc={}));var Oc;!function(e){e.visit=(e,t)=>void 0!==e.chunk?t.chunk(e.chunk):void 0!==e.internalServerException?t.internalServerException(e.internalServerException):void 0!==e.modelStreamErrorException?t.modelStreamErrorException(e.modelStreamErrorException):void 0!==e.validationException?t.validationException(e.validationException):void 0!==e.throttlingException?t.throttlingException(e.throttlingException):void 0!==e.modelTimeoutException?t.modelTimeoutException(e.modelTimeoutException):void 0!==e.serviceUnavailableException?t.serviceUnavailableException(e.serviceUnavailableException):t._(e.$unknown[0],e.$unknown[1])}(Oc||(Oc={}));const $c=e=>({...e,...e.body&&{body:si}}),Lc=e=>({...e,...e.body&&{body:si}}),Nc=e=>({...e,...e.body&&{body:si}}),Uc=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Bc=(e,t)=>((e,t)=>no(e,t).then((e=>t.utf8Encoder(e))))(e,t).then((e=>{if(e.length)try{return JSON.parse(e)}catch(t){throw"SyntaxError"===t?.name&&Object.defineProperty(t,"$responseBodyText",{value:e}),t}return{}})),Fc=async(e,t)=>{const r=await Bc(e,t);return r.message=r.message??r.Message,r},Dc=async(e,t)=>{const r=io(e,t),n=xi({},fu,{[ku]:e[mu]||"application/octet-stream",[pu]:e[pu],[xu]:e[vu],[Au]:e[bu],[Su]:e[wu]});let o;return r.bp("/model/{modelId}/invoke"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},jc=async(e,t)=>{const r=io(e,t),n=xi({},fu,{[ku]:e[mu]||"application/octet-stream",[yu]:e[pu],[xu]:e[vu],[Au]:e[bu],[Su]:e[wu]});let o;return r.bp("/model/{modelId}/invoke-with-response-stream"),r.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(o=e.body),r.m("POST").h(n).b(o),r.build()},Hc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return Vc(e,t);const r=xi({$metadata:hu(e),[mu]:[,e.headers[ku]]}),n=await no(e.body,t);return r.body=n,r},qc=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return Vc(e,t);const r=xi({$metadata:hu(e),[mu]:[,e.headers[_u]]}),n=e.body;return r.body=ou(n,t),r},Vc=async(e,t)=>{const r={...e,body:await Fc(e.body,t)},n=((e,t)=>{const r=e=>{let t=e;return"number"==typeof t&&(t=t.toString()),t.indexOf(",")>=0&&(t=t.split(",")[0]),t.indexOf(":")>=0&&(t=t.split(":")[0]),t.indexOf("#")>=0&&(t=t.split("#")[1]),t},n=(o=e.headers,i="x-amzn-errortype",Object.keys(o).find((e=>e.toLowerCase()===i.toLowerCase())));var o,i;return void 0!==n?r(e.headers[n]):void 0!==t.code?r(t.code):void 0!==t.__type?r(t.__type):void 0})(e,r.body);switch(n){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await Wc(r,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await Zc(r,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await Xc(r,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await eu(r,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await ru(r,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await nu(r,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await Kc(r,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await Jc(r,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await Qc(r,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await tu(r,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await Yc(r,t);default:const o=r.body;return zc({output:e,parsedBody:o,errorCode:n})}},zc=(Gc=ac,({output:e,parsedBody:t,errorCode:r})=>{(({output:e,parsedBody:t,exceptionCtor:r,errorCode:n})=>{const o=mi(e),i=o.httpStatusCode?o.httpStatusCode+"":void 0,s=new r({name:t?.code||t?.Code||n||i||"UnknownError",$fault:"client",$metadata:o});throw pi(s,t)})({output:e,parsedBody:t,exceptionCtor:Gc,errorCode:r})});var Gc;const Wc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new cc({$metadata:hu(e),...r});return pi(i,e.body)},Zc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new lc({$metadata:hu(e),...r});return pi(i,e.body)},Kc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di,originalStatusCode:ci,resourceName:di});Object.assign(r,o);const i=new xc({$metadata:hu(e),...r});return pi(i,e.body)},Jc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Ec({$metadata:hu(e),...r});return pi(i,e.body)},Yc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di,originalMessage:di,originalStatusCode:ci});Object.assign(r,o);const i=new Tc({$metadata:hu(e),...r});return pi(i,e.body)},Qc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Ic({$metadata:hu(e),...r});return pi(i,e.body)},Xc=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new dc({$metadata:hu(e),...r});return pi(i,e.body)},eu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new gc({$metadata:hu(e),...r});return pi(i,e.body)},tu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new Rc({$metadata:hu(e),...r});return pi(i,e.body)},ru=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new hc({$metadata:hu(e),...r});return pi(i,e.body)},nu=async(e,t)=>{const r=xi({}),n=e.body,o=Ei(n,{message:di});Object.assign(r,o);const i=new fc({$metadata:hu(e),...r});return pi(i,e.body)},ou=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async r=>null!=r.chunk?{chunk:await cu(r.chunk,t)}:null!=r.internalServerException?{internalServerException:await iu(r.internalServerException,t)}:null!=r.modelStreamErrorException?{modelStreamErrorException:await su(r.modelStreamErrorException,t)}:null!=r.validationException?{validationException:await du(r.validationException,t)}:null!=r.throttlingException?{throttlingException:await lu(r.throttlingException,t)}:null!=r.modelTimeoutException?{modelTimeoutException:await au(r.modelTimeoutException,t)}:null!=r.serviceUnavailableException?{serviceUnavailableException:await uu(r.serviceUnavailableException,t)}:{$unknown:e})),iu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Zc(r,t)},su=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Yc(r,t)},au=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return Qc(r,t)},cu=async(e,t)=>{const r={},n=await Bc(e.body,t);return Object.assign(r,gu(n,t)),r},uu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return tu(r,t)},lu=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return ru(r,t)},du=async(e,t)=>{const r={...e,body:await Bc(e.body,t)};return nu(r,t)},gu=(e,t)=>Ei(e,{bytes:t.base64Decoder}),hu=e=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]}),fu=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),pu="accept",mu="contentType",ku="content-type",bu="guardrailIdentifier",wu="guardrailVersion",vu="trace",yu="x-amzn-bedrock-accept",_u="x-amzn-bedrock-content-type",Au="x-amzn-bedrock-guardrailidentifier",Su="x-amzn-bedrock-guardrailversion",xu="x-amzn-bedrock-trace";class Eu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Dn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Nc,Uc).ser(jc).de(qc).build()){}class Iu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Dn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f($c,Lc).ser(Dc).de(Hc).build()){}const Ru=Pu;function Pu(e,t){const r=Mu();return(Pu=function(e,t){return r[e-=458]})(e,t)}function Mu(){const e=["Your task is to generate HTML content accordingly to the given instruction. Never include <img> tag in your response even if asked for. Your answer must be a well-structured and properly formatted HTML code. Answer only with the generated HTML content. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","utf-8","_processProxyRequest","Instruction:\n","meta.llama","parse","length","\n[/INST]","_readStaticResponse","ai.aws.bedrockClientConfig","ai21.j2","chunk","_prepareRequestParameters","pluginName","stringify","text","\nYou must keep the text formatting.\n\nContent:\n","ai.aws.apiUrl","_processAWSRequest","locale","abortController","config","resolve","_prepareRequestHeaders","toString","bedrock-2023-05-31","json","completions","sendRequest","getReader","\n<</SYS>>\n[INST]\n","_bedrockClientConfig","664TrdfBT","2873508paBbzU","utf8","generations","_apiUrl","data","_readStreamableResponse","test","signal","editor","preparePrompt","Human:\n","decode","1927130hrWfCt","filter","AI_ERROR_UNSUPPORTED_MODEL","POST","_requestParameters","body","2009487PAcJfG","bytes","AWSTextAdapter","define","anthropic.claude-v2","completion","35082UhhHxT","anthropic.claude","generation","55657uJLKBP","<<SYS>>\n","map","1qclMpS","_readAsyncIterableResponse","ai.aws.requestHeaders","send","958466GLGGJb","split","get","getModelFamily","\n\nAssistant:","ai.aws.requestParameters","join","_requestHeaders","cohere.command","_getGeneratedText","402IoXaFx","application/json","Your task is to execute the instruction using the provided HTML content. Follow the instruction closely. Your answer must be a properly formatted HTML code. Do not add any additional remarks or notes. Do not act like a chatbot or a real person.","from","12497670zMLEEt","read"];return(Mu=function(){return e})()}!function(e){const t=Pu,r=e();for(;;)try{if(438775===parseInt(t(493))/1*(parseInt(t(497))/2)+parseInt(t(481))/3+-parseInt(t(463))/4+-parseInt(t(475))/5+parseInt(t(507))/6*(-parseInt(t(490))/7)+parseInt(t(462))/8*(-parseInt(t(487))/9)+parseInt(t(511))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Mu);class Cu extends Ir{static get[Ru(526)](){return Ru(483)}constructor(e){const t=Ru;super(e),e[t(534)][t(499)](t(502))||e[t(534)][t(484)](t(502),{model:t(485),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(538),stream:!0}),this[t(466)]=e[t(534)][t(499)](t(530)),this[t(461)]=e[t(534)][t(499)](t(522)),this[t(504)]=e[t(534)][t(499)](t(495)),this[t(479)]=e[t(534)][t(499)](t(502))}async[Ru(458)]({query:e,context:t,onData:r,actionId:n}){const o=Ru,{model:i,stream:s,...a}=await this[o(525)](this[o(479)],n),c={prompt:await this[o(472)](e,t,i,n),...a};this[o(466)]?await this[o(515)](c,i,s,r,n):await this[o(531)](c,i,s,r)}async[Ru(472)](e,t,r,n){const o=Ru;let i,s;return t?(i=o(509),s=o(516)+e+o(529)+t):(i=o(513),s=e),o(517)==this[o(500)](r)?o(491)+i+o(460)+s+o(520):o(473)+i+"\n"+s+o(501)}[Ru(500)](e){const t=Ru;if(/^anthropic\.claude/[t(469)](e))return t(488);if(/^ai21\.j2/[t(469)](e))return t(523);if(/^cohere\.command/[t(469)](e))return t(505);if(/^meta\.llama/[t(469)](e))return t(517);throw new Be(Fe(this[t(471)][t(532)],t(477),e))}async[Ru(515)](e,t,r,n,o){const i=Ru,s={method:i(478),headers:await this[i(536)](this[i(504)],o),body:JSON[i(527)]({...e,model:t,stream:r}),signal:this[i(533)][i(470)]},a=await fetch(this[i(466)],s);r?await this[i(468)](a,t,n):await this[i(521)](a,t,n)}async[Ru(531)](e,t,r,n){const o=Ru,i=new sc(this[o(461)]),s={body:JSON[o(527)](e),contentType:o(508),accept:o(508),modelId:t};let a;if(r){const e=new Eu(s);a=await i[o(496)](e,{abortSignal:this[o(533)][o(470)]}),await this[o(494)](a,t,n)}else{const e=new Iu(s);a=await i[o(496)](e,{abortSignal:this[o(533)][o(470)]}),await this[o(521)](a,t,n)}}async[Ru(494)](e,t,r){const n=Ru,o=e[n(480)],i=new TextDecoder(n(514));let s="";for await(const e of o)if(e[n(524)]){const o=i[n(474)](e[n(524)][n(482)]),a=JSON[n(518)](o);s+=this[n(506)](a,t),r(s)}return Promise[n(535)]()}async[Ru(468)](e,t,r){const n=Ru,o=e[n(480)],i=new TextDecoder(n(514)),s=o[n(459)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(512)]();if(u=e,u)break;const l=(a+i[n(474)](o))[n(498)]("\n")[n(492)]((e=>{const t=n;try{return a="",JSON[t(518)](e)}catch(t){return a=e,null}}))[n(476)]((e=>null!==e));l[n(519)]&&(c+=l[n(492)]((e=>this[n(506)](e,t)))[n(503)](""),r(c))}return Promise[n(535)]()}async[Ru(521)](e,t,r){const n=Ru;let o;return o=e instanceof Response?await e[n(539)]():JSON[n(518)](Buffer[n(510)](e[n(480)])[n(537)](n(464))),r(this[n(506)](o,t)),Promise[n(535)]()}[Ru(506)](e,t){const r=Ru;switch(this[r(500)](t)){case r(488):return e[r(486)];case r(523):return e[r(540)][0][r(467)][r(528)];case r(505):return e[r(465)][0][r(528)];case r(517):return e[r(489)]}}}function Tu(e,t){var r=Ou();return(Tu=function(e,t){return r[e-=246]})(e,t)}function Ou(){var e=["2148601QRmduh","3533648rrJWKA","4644228dqEHhQ","2455290zAHwFa","3969830NdFypr","986894oEVlve","845235PrthOt"];return(Ou=function(){return e})()}!function(e){for(var t=Tu,r=e();;)try{if(637391===parseInt(t(252))/1+-parseInt(t(250))/2+parseInt(t(246))/3+parseInt(t(248))/4+parseInt(t(251))/5+-parseInt(t(249))/6+-parseInt(t(247))/7)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ou)})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();