@ckeditor/ckeditor5-ai 44.2.0-alpha.15 → 44.2.0-alpha.16

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:()=>Ne,AIAssistant:()=>Sr,AIAssistantUI:()=>kr,AIRequestError:()=>Ue,AITextAdapter:()=>Ir,AWSTextAdapter:()=>Cu,OpenAITextAdapter:()=>Pr});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 B=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function U(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function D(...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 F(...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}?(?:\\[(${B.source})\\])?)?`}`),V=RegExp(`(?:T${q.source})?`),z=F("weekYear","weekNumber","weekDay"),G=F("year","ordinal"),W=RegExp(`${H.source} ?(?:${j.source}|(${B.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}$`);U(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,V),U(/(\d{4})-?W(\d\d)(?:-?(\d))?/,V),U(/(\d{4})-?(\d{3})/,V),U(q),D((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),D(z,J,Y,Q),D(G,J,Y,Q),D(J,Y,Q);D(J);U(/(\d{4})-(\d\d)-(\d\d)/,Z),U(W),D(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=["2111840GlQwSh","hideFakeVisualSelection","getRange","first","getFirstRange","from","start","ck-fake-ai-selection","createPositionAfter","has","insertRows","addClass","setData","removeMarker","paste","lowest","createSelection","pop","updateMarker","isOfficialPlugin","pluginName","span","text/html","createRange","join","element","change","selection","addMarker","map","_getAISelection","createPositionAt","AIAssistantEditing","isContent","document","setSelection","_getDefaultInsertBelowPosition","_prepareTableInsertBelowPosition","ai.useTheme","editingDowncast","_createEmptyTableRows","showFakeVisualSelection","65suajeV","contentInsertion","432110naRFYA","_resetContentOfSelectedTableCells","get","editing","canEditAt","ai-ui","editor","ck-ai-assistant-ui_theme","plugins","isAtEnd","DataTransfer","model","filter","forEach","getLastPosition","TableUtils","1110557tZWqQh","init","getSelectedTableCells","length","markerToHighlight","markers","push","conversion","parse","fire","139036ZiMvth","schema","_pasteHTMLUsingClipboard","resultRange","1450098ySBIxQ","getRanges","getChildren","getChild","getSelectedBlocks","ck-fake-ai-selection_collapsed","insertContent","for","createUIElement","getColumnIndexes","findAncestor","_getTableRowCountFromContent","off","isCollapsed","171HKpKMf","markerRange","markerToElement","config","afterInit","getLastMatchingPosition","174744mPNHcB","getRowIndexes","data","insertContentBelow","end","href","6DjfnaF","isPremiumPlugin","519526XflyRt","fromCharCode","getMarkersGroup","once","last","deleteContent","getRows","table"];return(Pe=function(){return e})()}function Me(e,t){const r=Pe();return(Me=function(e,t){return r[e-=347]})(e,t)}!function(e){const t=Me,r=e();for(;;)try{if(313416===-parseInt(t(417))/1+-parseInt(t(365))/2*(-parseInt(t(363))/3)+parseInt(t(443))/4*(parseInt(t(415))/5)+parseInt(t(447))/6+parseInt(t(433))/7+-parseInt(t(357))/8*(parseInt(t(351))/9)+-parseInt(t(373))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Pe);const Ce=globalThis[Re(427)],Te=Re(422);class Oe extends e.Plugin{static get[Re(393)](){return Re(405)}static get[Re(392)](){return!0}static get[Re(364)](){return!0}[Re(434)](){const e=Re,{editor:t}=this,r=[e(380)];t[e(354)][e(419)](e(411))&&r[e(439)](e(424)),t[e(440)][e(454)](e(412))[e(437)]({model:Te,view:{classes:r,priority:12}}),t[e(440)][e(454)](e(412))[e(353)]({model:Te,view:(t,{writer:r})=>{const n=e;if(!t[n(352)][n(350)])return null;const o=r[n(455)](n(394));return r[n(384)]([n(380),n(452)],o),o}})}[Re(355)](){!async function(e){const r=p([98,102,65,49,89,55,101,103,78,121,77,120,52,105,109,83,74,84,113,70,100,118,66,72,106,117,85,119,122,99,67,115,53,68,88,81,111,97,108,50,79,104,51,82,114,75,90,107,54,76,86,112,80,48,87,57,71,69,116,73,56,110]),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(402)]((e=>String[t(366)](e)))[t(397)]("")}!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([98]);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:1739232e3;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(362)]);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(414)](){const e=Re,t=this[e(423)][e(428)];t[e(399)]((r=>{const n=e,o=t[n(407)][n(400)][n(448)]();let i=0;for(const e of o){const o=Te+":"+i;if(t[n(438)][n(382)](o))r[n(391)](o,{range:e});else if(e[n(379)][n(426)]){const i=e[n(379)][n(356)]((({item:e})=>!t[n(444)][n(406)](e)),{boundaries:e});r[n(401)](o,{usingOperation:!1,affectsData:!1,range:r[n(396)](i,e[n(361)])})}else r[n(401)](o,{usingOperation:!1,affectsData:!1,range:e});i++}}))}[Re(374)](){const e=Re,t=this[e(423)][e(428)],r=Array[e(378)](this[e(423)][e(428)][e(438)][e(367)](Te));r[e(436)]&&t[e(399)]((t=>{const n=e;r[n(430)]((e=>{t[n(386)](e)}))}))}[Re(453)](e,t){const r=Re,n=this[r(403)](),o=t||n[r(377)]();this[r(423)][r(428)][r(421)](o)&&this[r(423)][r(428)][r(399)]((i=>{const s=r;this[s(374)](),t||this[s(418)](i,n),this[s(445)]({insertAt:o,writer:i,html:e})}))}[Re(360)](e){const t=Re,{model:r}=this[t(423)],n=this[t(403)]();r[t(399)]((()=>{const r=t,o=this[r(410)](e,n)||this[r(409)](n);this[r(453)](e,o)}))}[Re(403)](){const e=Re,t=this[e(423)][e(428)],r=Array[e(378)](t[e(438)][e(367)](Te))[e(402)]((t=>t[e(375)]()));return t[e(389)](r)}[Re(445)]({writer:e,html:t,insertAt:r}){const n=Re,{view:o}=this[n(423)][n(420)],i=this[n(423)][n(425)][n(419)](Ee.ClipboardPipeline),s=new Ce;s[n(385)](n(395),t);const a=new ClipboardEvent(n(387),{clipboardData:s}),c=new Ie.DomEventData(o,a,{dataTransfer:new Ie.DataTransfer(s)});e[n(408)](r);const u=(t,r)=>{const o=n;r[o(446)]&&e[o(408)](r[o(446)])};i[n(368)](n(416),u,{priority:n(388)}),o[n(407)][n(442)](n(387),c),i[n(349)](n(416),u)}[Re(409)](e){const t=Re,{model:r}=this[t(423)],n=Array[t(378)](e[t(451)]());return n[t(436)]?r[t(381)](n[t(390)]()):e[t(431)]()}[Re(410)](e,t){const r=Re,{model:n,plugins:o}=this[r(423)];if(o[r(382)](r(432))){const i=o[r(419)](r(432))[r(435)](t);if(i[r(436)]){const t=this[r(348)](e),o=this[r(413)](i,t);return n[r(404)](o,0)}}return null}[Re(348)](e){const t=Re,r=this[t(423)][t(425)][t(419)](t(432)),n=this[t(423)][t(359)][t(441)](e),o=Array[t(378)](n[t(449)]())[t(429)]((e=>e.is(t(398),t(372))));let i=0;return o[t(430)]((e=>{i+=r[t(371)](e)})),i}[Re(413)](e,t){const r=Re,n=this[r(423)][r(425)][r(419)](r(432)),o=n[r(358)](e),i=n[r(456)](e),s=o[r(369)]+1,a=i[r(376)],c=e[0][r(347)](r(372));for(let e=0;e<t;e++)n[r(383)](c,{at:s});return c[r(450)](s)[r(450)](a)}[Re(418)](e,t){const r=Re,{plugins:n}=this[r(423)],{model:o}=e;n[r(382)](r(432))&&n[r(419)](r(432))[r(435)](t)[r(436)]&&o[r(370)](t)}}var $e=Le;function Le(e,t){var r=Be();return(Le=function(e,t){return r[e-=462]})(e,t)}!function(e){for(var t=Le,r=e();;)try{if(962373===-parseInt(t(468))/1*(-parseInt(t(465))/2)+-parseInt(t(481))/3*(-parseInt(t(464))/4)+-parseInt(t(471))/5+parseInt(t(478))/6*(-parseInt(t(467))/7)+parseInt(t(469))/8+-parseInt(t(462))/9+-parseInt(t(472))/10*(parseInt(t(466))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Be);class Ne extends e.Plugin{static get[$e(474)](){return $e(479)}static get[$e(463)](){return!0}static get[$e(475)](){return!0}[$e(473)](){var e=$e;if(!this[e(476)])throw new t.CKEditorError(e(480),null)}}function Be(){var e=["42Rsyhwz","AIAdapter","aiadapter-text-adapter-not-set","3iSDyLe","3064077dzQZmx","isOfficialPlugin","1736444aYWhQl","7934IuLOGr","33GynJld","132419mOMsKt","466xVGifF","12416792aTnKZv","name","4172330oxiizg","5217070TWaTYD","afterInit","pluginName","isPremiumPlugin","textAdapter","AIRequestError"];return(Be=function(){return e})()}class Ue extends Error{constructor(e){var t=$e;super(e),this[t(470)]=t(477)}}function De(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 Fe=je;function je(e,t){const r=He();return(je=function(e,t){return r[e-=105]})(e,t)}function He(){const e=["custom","selection","163295clLZqM","editor","_hasContext","values","refresh","ai.aiAssistant.disabledElements","add","2rzoSxn","change:isEnabled","865843AKnTxn","getItems","length","hasContent","element","config","isEmpty","from","11626884ejDTib","8fXEtjA","set","get","name","6uOTWaX","change:_hasContext","_commandDefinitions","requiresContent","enabledCommandsIds","showUI","model","970945NSHXXe","getRanges","isCollapsed","getFirstRange","includes","execute","4015566wKnDzT","6819078UNCGQp","isEnabled","4TAFfif","getSelectedBlocks","plugins","444kHtCOf","110260CRDuOG","document"];return(He=function(){return e})()}!function(e){const t=je,r=e();for(;;)try{if(712039===parseInt(t(125))/1*(-parseInt(t(132))/2)+-parseInt(t(114))/3*(-parseInt(t(117))/4)+-parseInt(t(108))/5*(-parseInt(t(147))/6)+parseInt(t(115))/7*(parseInt(t(143))/8)+parseInt(t(142))/9+-parseInt(t(121))/10+-parseInt(t(134))/11*(parseInt(t(120))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(He);class qe extends e.Command{constructor(e,t){const r=je;super(e),this[r(149)]=t,this[r(144)](r(105),[]),this.on(r(148),((e,t,n)=>{const o=r;this[o(116)]&&(this[o(105)]=Ve(this[o(149)],n))})),this[r(144)](r(127),!1),this.on(r(133),((e,t,n)=>{const o=r;this[o(105)]=n?Ve(this[o(149)],this[o(127)]):[]}))}[Fe(129)](){const e=Fe,t=this[e(126)][e(107)];this[e(127)]=function(t){const r=e,n=t[r(122)][r(124)];return n[r(110)]?0!==[...n[r(118)]()][r(136)]&&![...n[r(118)]()][0][r(140)]:!!t[r(137)](n[r(111)]())}(t);const r=t[e(122)][e(124)],n=this[e(126)][e(139)][e(145)](e(130));for(const t of r[e(109)]())for(const r of t[e(135)]())if(r.is(e(138))&&n[e(112)](r[e(146)]))return void(this[e(116)]=!1);this[e(116)]=!0}[Fe(113)](e="",t="",r=Fe(123)){const n=Fe;this[n(126)][n(119)][n(145)](kr)[n(106)](e,t,r)}}function Ve(e,t){const r=Fe,n=new Set;for(const o of e[r(128)]())(t||!1===o[r(150)])&&n[r(131)](o.id);return Array[r(141)](n)}function ze(){const e=["catch","exec","11366760xDjxeF","render","editor","previousQuery","stopListening","data","_sanitizationContainer","```html","mainAction","parseFromString","_parseAndNormalizeContent","abort","_normalizeResponseHeadings","isProcessing","push","createElement","view","substring","textAdapter","initialContext","processor","endsWith","102180hniRDo","editing","_xmlSerializer","remove","ai.aiAssistant.preserveComments","toModel","config","313140pJzSEJ","finishProcessing","stopProcessing","stringify","set:currentContext","rename","destroy","reset","element","_handleQuery","ELEMENT_NODE","body","get","value","previousActionId","currentResponse","isRendered","handleError","length","div","currentContext","setContentOf","set","name","finally","clear","markers","htmlProcessor","submitPrompt","innerHTML","document","then","previousContext","_stripMarkdownSyntax","makeRequest","viewToDom","once","custom","reverse","13956URiAIG","startsWith","from","tryAgainEvent","442411XdRuYE","startProcessing","updateView","trim","listenTo","toView","nodeType","<h1></h1>","434jvaHbg","_isH1TagSupportEnabled","childNodes","querySelector","text/html","serializeToString","match","domConverter","```","_domParser","message","2077348IyEZEi","2756595UpxPch","_sanitizeHTML","previousLabel","prompt"];return(ze=function(){return e})()}const Ge=We;function We(e,t){const r=ze();return(We=function(e,t){return r[e-=320]})(e,t)}!function(e){const t=We,r=e();for(;;)try{if(289724===parseInt(t(391))/1+-parseInt(t(341))/2+parseInt(t(348))/3+parseInt(t(410))/4+parseInt(t(411))/5+-parseInt(t(387))/6*(-parseInt(t(399))/7)+-parseInt(t(417))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ze);const Ze=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");class Ke extends((0,t.ObservableMixin)()){constructor(e,t,r){const n=We;super(),this[n(321)]=e,this[n(337)]=t,this[n(325)]=document[n(334)](n(367)),this[n(408)]=new DOMParser,this[n(343)]=new XMLSerializer,this[n(335)]=r,this[n(370)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(352),((e,t,r)=>{const o=n;this[o(335)][o(361)]=this[o(412)](r)})),this[n(395)](this[n(335)],n(376),((e,t)=>{const r=n,o=this[r(368)]||this[r(338)];this[r(357)](t,o,r(385))})),this[n(395)](this[n(335)],n(390),(()=>{const e=n;this[e(335)][e(414)]=this[e(413)],this[e(357)](this[e(322)],this[e(380)],this[e(362)],this[e(413)])})),this[n(395)](this[n(335)],n(350),(()=>{this[n(350)]()}))}[Ge(354)](){this[Ge(323)]()}async[Ge(393)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=Ge;this[i(335)][i(414)]=n,this[i(335)][i(327)]=o,this[i(338)]=r,t&&(this[i(335)][i(364)]?this[i(357)](t,r,e,n):this[i(335)][i(384)](i(320),(()=>{this[i(357)](t,r,e,n)})))}[Ge(350)](){const e=Ge;this[e(332)]&&(this[e(332)]=!1,this[e(335)][e(349)](),this[e(337)][e(330)]())}[Ge(355)](){const e=Ge;this[e(338)]="",this[e(368)]="",this[e(363)]="",this[e(380)]="",this[e(322)]="",this[e(413)]="",this[e(362)]=void 0,this[e(335)][e(355)](),this[e(350)]()}async[Ge(357)](e,t,r,n){const o=Ge;return this[o(332)]=!0,this[o(335)][o(392)](),this[o(380)]=t,this[o(322)]=e,this[o(413)]=n||e,this[o(362)]=r,new Promise((n=>{const i=o;this[i(337)][i(382)]({query:e,context:t,onData:e=>{const t=i;this[t(363)]=e,this[t(368)]=this[t(329)](this[t(363)])},actionId:r})[i(379)]((()=>{const e=i;!this[e(368)]&&this[e(363)]&&(this[e(368)]=this[e(329)](this[e(363)],!0))}))[i(415)]((e=>{const t=i;e instanceof Ue?this[t(335)][t(365)](e[t(409)]):this[t(335)][t(365)](),n()}))[i(372)]((()=>{this[i(350)](),n()}))}))}[Ge(329)](e,t=!1){const r=Ge,n=Ze[r(416)](e);e=n?e[r(336)](n[1][r(366)]):e[r(366)]<100&&!t?"":this[r(381)](e);const o=this[r(408)][r(328)](e,r(403));if(n){const e=Array[r(389)](o[r(359)][r(401)]);e[r(386)]();for(const t of e){if(t[r(397)]==Node[r(358)])break;t[r(344)]()}}const i=this[r(321)][r(324)][r(339)][r(396)](this[r(343)][r(404)](o[r(359)]));this[r(400)]()||this[r(331)](i);const s=this[r(321)][r(347)][r(360)](r(345)),a=this[r(321)][r(324)][r(346)](i);return s||a[r(374)][r(373)](),this[r(321)][r(324)][r(351)](a)}[Ge(331)](e){const t=Ge,r=new Ie.UpcastWriter(this[t(321)][t(342)][t(335)][t(378)]),n=new Ie.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(356))&&n[t(405)](r)&&(o[t(333)](r),"h1"==r[t(371)]&&(i=!0));if(i)for(const e of o)r[t(353)]("h"+(parseInt(e[t(371)][1])+1),e)}[Ge(400)](){const e=Ge,{data:t,editing:r}=this[e(321)],n=t[e(375)][e(396)](e(398)),o=t[e(396)](t[e(346)](n));return!!r[e(335)][e(406)][e(383)](o)[e(402)]("h1")}[Ge(412)](e){const t=Ge;return this[t(321)][t(342)][t(335)][t(406)][t(369)](this[t(325)],e),this[t(325)][t(377)]}[Ge(381)](e){const t=Ge,r=e[t(394)]();return r[t(388)](t(326))?r[t(340)](t(407))?r[t(336)](7,r[t(366)]-3):r[t(336)](7):e}}const Je=Ye;function Ye(e,t){const r=et();return(Ye=function(e,t){return r[e-=110]})(e,t)}!function(e){const t=Ye,r=e();for(;;)try{if(332352===parseInt(t(113))/1+-parseInt(t(110))/2*(-parseInt(t(128))/3)+parseInt(t(118))/4+parseInt(t(145))/5+parseInt(t(141))/6+-parseInt(t(132))/7*(-parseInt(t(143))/8)+-parseInt(t(114))/9*(parseInt(t(125))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(et);const Qe={REPLACE:Je(116),INSERT:Je(127)};class Xe extends o.ToolbarView{constructor(e){const t=Je;super(e),this[t(130)](t(138),!1),this[t(130)](t(131),Qe[t(129)]),this[t(117)]=this[t(112)]("",t(123)),this[t(117)][t(139)](t(137)).to(this,t(131),(r=>De(e,t(134)+r[t(124)]()+t(122)))),this[t(136)]=this[t(112)](De(e,t(126))),this[t(111)]=this[t(112)](De(e,t(140))),this[t(120)]=this[t(112)](De(e,t(135)));const r=this[t(142)];this[t(115)]({attributes:{class:[t(133),r.if(t(138),t(119),(e=>!e))]}}),this[t(146)][t(144)]([this[t(117)],this[t(136)],this[t(111)],this[t(120)]])}[Je(112)](e,t){const r=Je,n=new o.ButtonView(this[r(121)]);return n[r(130)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}function et(){const e=["isVisible","bind","Try again","2400978tmkmTT","bindTemplate","4977584KabaPO","addMany","1592005CqIKGI","items","190XDMyxV","tryAgainButton","_createButton","114416PmnHwU","369855NOBMlG","extendTemplate","replace","replaceButton","1223436FGkvEA","ck-hidden","stopButton","locale","_CONTENT","ck-button-action","toUpperCase","480PPXCDW","Insert below","insert","17175rkoTCA","REPLACE","set","mainAction","7vREMob","ck-ai-form__toolbar","AI_","Stop","insertButton","label"];return(et=function(){return e})()}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=it;function nt(){const e=["ck-ai-form__copy-button","isProcessing","ck-ai-form__content-area--processing","lastElementChild","querySelector","2571625fBVJbQ","left","remove","render","setEndBefore","9lSYlHS","focus","set","isVisible","innerHTML","change:value","execCommand","ck-hidden","ck-ai-form__loader","copy","3628440AeZUCd","text/html","_createLoader","check","createElement","<span>[</span>","2IgiJqj","AI is writing...","appendLoader","change:isProcessing","setStartAfter","2526924kgNmOC","197043KmAQFZ",".ck-ai-form__loader","<span>]</span>","clipboard","getSelection","class","body","text/plain","firstElementChild","removeAllRanges","6LRAChW","copyButtonView","bind","302443emZEQF","style","ck-reset_all-excluded","appendChild","mousedown","icon","3190064OtprJB","_createCopyButton","addRange","write","bindTemplate","ck-ai-form__content-field","scrollTo","wheel","-9999px","locale","ck-ai-form__content-area-wrapper","_copyHTMLToClipboard","scrollHeight","1496920MOGpxH","element","loaderView","setContent","div"," ck-ai-form__copy-button--copied","ck-ai-form__copy-button-wrapper","value","ck-ai-form__content-area","contentFieldView","position","Copy","ClipboardItem","ck-content","textContent","absolute","setTemplate","isEnabled","execute","createRange","smooth","3LLwFXa","listenTo"];return(nt=function(){return e})()}!function(e){const t=it,r=e();for(;;)try{if(319470===parseInt(t(477))/1*(parseInt(t(458))/2)+parseInt(t(430))/3*(-parseInt(t(463))/4)+parseInt(t(409))/5*(parseInt(t(474))/6)+parseInt(t(437))/7+-parseInt(t(483))/8*(parseInt(t(442))/9)+parseInt(t(452))/10+parseInt(t(464))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nt);class ot extends o.View{constructor(e,t=""){const r=it;super(e),this[r(444)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(487)];this[r(418)]=new st(e,t),this[r(475)]=this[r(484)](),this[r(425)]({tag:r(413),attributes:{class:["ck",r(406),n.if(r(445),r(449),(e=>!e))],tabindex:"-1"},children:[{tag:r(413),attributes:{class:["ck",r(417),n.if(r(433),r(434))]},children:[this[r(418)],{tag:r(413),attributes:{class:["ck",r(415)]},children:[this[r(475)]]}]}]})}[rt(440)](){const e=rt;super[e(440)](),this[e(416)]&&this[e(418)][e(412)](this[e(416)]);let t=!1;this.on(e(447),((r,n,o)=>{const i=e,s=!this[i(418)][i(410)][i(436)](i(465));this[i(418)][i(412)](o),this[i(433)]&&s&&!t&&this[i(410)][i(402)]({top:this[i(410)][i(408)],behavior:i(429)})})),this.on(e(461),((r,n,o)=>{const i=e;t=!1,o?(this[i(416)]=null,this[i(418)][i(460)]()):this[i(416)]||this[i(418)][i(412)]("")})),this[e(431)](this[e(410)],e(403),(()=>{t=!0})),this[e(431)](this[e(410)],e(481),(()=>{t=!0}))}[rt(443)](){const e=rt;this[e(410)][e(443)]()}[rt(484)](){const t=rt,r=this[t(405)],n=new o.ButtonView(this[t(405)]),i=t(432);return n[t(444)]({label:De(r,t(420)),icon:tt,class:i,tooltip:!0}),n[t(476)](t(445)).to(this,t(416),(e=>!!e)),n[t(476)](t(426)).to(this,t(433),(e=>!e)),n.on(t(427),(()=>{const r=t;this[r(407)](this[r(418)][r(410)]),n[r(482)]=e.icons[r(455)],n[r(469)]=i+r(414),this[r(443)](),setTimeout((()=>{const e=r;n[e(482)]=tt,n[e(469)]=i}),1e3)})),n}[rt(407)](e){const r=rt,{window:n,document:o}=t.global;if(n[r(421)]){const{Blob:t,ClipboardItem:o}=n,i=[new o({"text/html":new t([e[r(446)]],{type:r(453)}),"text/plain":new t([e[r(423)]||""],{type:r(471)})})];navigator[r(467)][r(486)](i)}else{const t=o[r(456)](r(413));t[r(478)][r(419)]=r(424),t[r(478)][r(438)]=r(404),t[r(446)]=r(457)+e[r(446)]+r(466),o[r(470)][r(480)](t);const i=o[r(428)]();i[r(462)](t[r(472)]),i[r(441)](t[r(435)]);const s=n[r(468)]();s[r(473)](),s[r(485)](i),o[r(448)](r(451)),t[r(439)]()}}}function it(e,t){const r=nt();return(it=function(e,t){return r[e-=401]})(e,t)}class st extends o.View{constructor(e,t=""){const r=rt;super(e),this[r(411)]=this[r(454)](),this[r(425)]({tag:r(413),attributes:{class:["ck",r(422),t,r(479),r(401)]}})}[rt(412)](e){const t=rt;this[t(410)][t(446)]=e}[rt(460)](){const e=rt;this[e(410)][e(480)](this[e(411)][e(410)])}[rt(454)](){const e=rt,t=new o.View,r=this[e(405)],n=new o.SpinnerView;return n[e(445)]=!0,t[e(425)]({tag:e(413),attributes:{class:["ck",e(450)]},children:[n,{text:De(r,e(459))}]}),t[e(440)](),t}}function at(e,t){const r=ct();return(at=function(e,t){return r[e-=281]})(e,t)}function ct(){const e=["207008bMaqyc","7vnhRLm","1091352FhGqCQ","div","172591dLhfJG","467424jfMTot","65FlPRkC","1473066XwCBGA","11tgojOw","10778390TrVvDK","text","2UwLIaE","setTemplate","bindTemplate","set","784053thyALC","content","ck-ai-form__error"];return(ct=function(){return e})()}!function(e){const t=at,r=e();for(;;)try{if(373459===parseInt(t(297))/1+-parseInt(t(286))/2*(parseInt(t(290))/3)+parseInt(t(293))/4*(-parseInt(t(281))/5)+parseInt(t(282))/6+parseInt(t(294))/7*(-parseInt(t(295))/8)+-parseInt(t(298))/9+-parseInt(t(284))/10*(-parseInt(t(283))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ct);class ut extends o.View{constructor(e,t=""){const r=at;super(e);const n=new o.IconView,i=this[r(288)];this[r(289)](r(285),t),n[r(291)]='<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(287)]({tag:r(296),attributes:{class:["ck",r(292)]},children:[n,{text:i.to(r(285))}]})}}const lt=gt;function dt(){const e=["minRows","_createSubmitButton","fieldView","570fgumrG","fieldWrapperChildren","excludeScrollbarsAndBorders","isOn","3cxtuzT","filteredView","focus","set","ck-ai-form__toggle-history","enter","fire","1077788hcCXYF","bind","10vHtcAY","focusableChildren","focusFirst","left","queryView","focusLast","value","uiLanguageDirection","5309513PjqiVY","ck-ai-form__submit","requestAnimationFrame","render","showHistoryButtonView","_createShowHistoryButton","isEnabled","execute","Submit","resultsView","add","maxRows","5pXlhRc","History","isEmpty","element","submitButtonView","submit","target","history","width","locale","4626600ZeyrSg","876836iydjAh","1229036HevfZm","window","6442929nUgxZg","update","isVisible","focusCycler","keystrokes","43351gSLBNb","style","rtl","children","right"];return(dt=function(){return e})()}function gt(e,t){const r=dt();return(gt=function(e,t){return r[e-=253]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(601351===-parseInt(t(263))/1+parseInt(t(296))/2*(parseInt(t(256))/3)+parseInt(t(297))/4*(parseInt(t(285))/5)+parseInt(t(312))/6*(parseInt(t(304))/7)+parseInt(t(295))/8+-parseInt(t(299))/9+-parseInt(t(265))/10*(-parseInt(t(273))/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(269)][r(311)][r(309)]=1,this[r(269)][r(311)][r(284)]=3,this[r(289)]=this[r(310)](),this[r(277)]=this[r(278)](),this[r(266)][r(283)](this[r(277)],1),this[r(266)][r(283)](this[r(289)])}[lt(276)](){const e=lt;super[e(276)](),this[e(269)][e(253)][e(283)](this[e(277)]),this[e(307)][e(283)](this[e(289)]),this[e(303)][e(259)](e(261),((t,r)=>{const n=e;t[n(291)]==this[n(269)][n(311)][n(288)]&&(this[n(290)](),r())}))}[lt(310)](){const e=lt,t=new o.ButtonView(this[e(294)]),r=this[e(294)];return t[e(259)]({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:De(r,e(281)),isVisible:!0,tooltip:!0,class:e(274)}),t.on(e(280),(()=>{this[e(290)]()})),t[e(264)](e(279)).to(this[e(269)][e(311)],e(287),this,e(279),((e,t)=>!e&&t)),t}[lt(278)](){const r=lt,n=new o.ButtonView(this[r(294)]),i=this[r(282)],s=this[r(294)];n[r(259)]({label:De(s,r(286)),withText:!1,icon:e.icons[r(292)],tooltip:!0,tooltipPosition:"sw",class:r(260)}),n[r(264)](r(255)).to(i,r(301)),n[r(264)](r(279)).to(this,r(279)),n.on(r(280),(()=>{const e=r;i[e(301)]=!i[e(301)],i[e(301)]?this[e(257)][e(258)]():this[e(258)]()}));const a=()=>{const e=r;t.global[e(298)][e(275)]((()=>{const r=e;if((0,t.isVisible)(this[r(288)])){const e=new t.Rect(this[r(269)][r(311)][r(288)]),o=e[r(293)],i=r(306)===s[r(272)]?r(268):r(308);e[r(254)](),n[r(288)][r(305)][i]=o-e[r(293)]+1+"px"}}))};return this[r(269)][r(311)].on(r(300),a),this.on(r(276),a),n}[lt(290)](){const e=lt,t=this[e(269)][e(311)][e(288)][e(271)];this[e(262)](e(290),t)}[lt(258)](e){const t=lt;-1===e?this[t(302)][t(270)]():this[t(302)][t(267)]()}}function ft(e,t){const r=kt();return(ft=function(e,t){return r[e-=413]})(e,t)}const pt=ft;!function(e){const t=ft,r=e();for(;;)try{if(762053===-parseInt(t(436))/1+-parseInt(t(415))/2*(parseInt(t(424))/3)+-parseInt(t(421))/4+-parseInt(t(429))/5+parseInt(t(426))/6*(-parseInt(t(432))/7)+-parseInt(t(420))/8*(parseInt(t(430))/9)+parseInt(t(428))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(kt);class mt extends o.ListView{constructor(e){const t=ft;super(e),this[t(435)]=this[t(427)](),this[t(439)]=new o.ListItemGroupView,this[t(439)][t(425)][t(423)](this[t(435)],1),this[t(439)][t(419)]=De(e,t(433)),this[t(439)][t(417)][t(418)](t(438)).to(this),this[t(417)][t(423)](this[t(439)])}[pt(416)](){const e=pt;let t=0;for(const r of this[e(417)])t+=r[e(417)][e(414)];return{resultsCount:t,totalItemsCount:t}}[pt(427)](){const e=pt,t=this[e(437)],r=new o.ButtonView(this[e(437)]);return r[e(434)]({label:"("+De(t,e(431))+")",withText:!0}),r.on(e(438),(()=>this[e(422)](e(413)))),r}}function kt(){const e=["3111484zkSNgI","fire","add","24FgrqnY","children","3379008egvHEp","_createClearHistoryButton","51198740uDJJCF","1803965KfBDUL","22698OHyLem","Clear","7dUogus","Prompt history","set","clearHistoryButton","1321699kqEHRR","locale","execute","historyGroupView","clearHistory","length","295112ToMcxI","filter","items","delegate","label","488izTBYi"];return(kt=function(){return e})()}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 Bt=function(e){return null==e?"":Nt(e)};const Ut=function(e){return function(t){return null==e?void 0:e[t]}};const Dt=Ut({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Ft=/&(?:amp|lt|gt|quot|#39);/g,jt=RegExp(Ft.source);const Ht=function(e){return(e=Bt(e))&&jt.test(e)?e.replace(Ft,Dt):e};function qt(e,t){const r=zt();return(qt=function(e,t){return r[e-=154]})(e,t)}!function(e){const t=qt,r=e();for(;;)try{if(201675===parseInt(t(168))/1+-parseInt(t(159))/2*(parseInt(t(161))/3)+parseInt(t(165))/4*(parseInt(t(154))/5)+-parseInt(t(170))/6*(parseInt(t(160))/7)+parseInt(t(171))/8*(parseInt(t(169))/9)+-parseInt(t(157))/10+parseInt(t(158))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(zt);class Vt extends o.ListItemView{constructor(e){const t=qt;super();const r=new o.ButtonLabelView,n=new o.ButtonView(this[t(162)],r);this[t(164)][t(163)](n),n[t(156)]({label:e[t(155)],withText:!0}),n.on(t(166),(()=>{const r=t;this[r(167)](r(166),{value:Ht(e[r(155)])})}))}}function zt(){const e=["1965YdDinw","prompt","set","3432880xJjeqH","2267177ikICDb","2lkRsfx","14juaDju","567051YJIWmm","locale","add","children","3012dlJapM","execute","fire","213277wCECxS","2367jpFaWO","489198mJImEy","5528Rbwgvp"];return(zt=function(){return e})()}function Gt(e,t){const r=Zt();return(Gt=function(e,t){return r[e-=183]})(e,t)}const Wt=Gt;function Zt(){const e=["getItem","_saveToSessionStorage","CKEditor/AIFormView/PromptHistory","prompt","setItem","1385334JCMeIn","822792PasDWb","remove","10BeJoDD","map","trim","addMany","toLowerCase","7teiYPx","146918fXzaHA","add","15BuTqaf","871172TpJBiz","stringify","length","518685kwGrzZ","last","2752002wdzRqe","_loadFromSessionStorage","91128rcSyrn","4PGABsd","parse"];return(Zt=function(){return e})()}!function(e){const t=Gt,r=e();for(;;)try{if(343201===-parseInt(t(202))/1*(-parseInt(t(186))/2)+parseInt(t(208))/3+-parseInt(t(205))/4*(parseInt(t(204))/5)+parseInt(t(194))/6*(parseInt(t(201))/7)+-parseInt(t(185))/8+parseInt(t(193))/9*(parseInt(t(196))/10)+parseInt(t(183))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Zt);const Kt=Wt(190);class Jt extends t.Collection{constructor(){const e=Wt;super(),this[e(184)](),this.on(e(203),((t,r)=>{const n=e,o=Yt(r[n(191)]);for(const e of this)if(e!=r&&Yt(e[n(191)])===o){this[n(195)](e);break}this[n(207)]>20&&this[n(195)](this[n(209)]),this[n(189)]()})),this.on(e(195),(()=>{this[e(189)]()}))}[Wt(184)](){const e=Wt,t=sessionStorage[e(188)](Kt)||"[]";this[e(199)](JSON[e(187)](t))}[Wt(189)](){const e=Wt;sessionStorage[e(192)](Kt,JSON[e(206)](this[e(197)]((e=>e))))}}function Yt(e){const t=Wt;return e[t(200)]()[t(198)]()}const Qt=Ut({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var Xt=/[&<>"']/g,er=RegExp(Xt.source);const tr=function(e){return(e=Bt(e))&&er.test(e)?e.replace(Xt,Qt):e},rr=or;function nr(){const e=["focusLast","stopProcessing","render","_createHistoryView","contentArea","keystrokes","isError","setTemplate","copyButtonView","focusTracker","Ask AI to improve generated text","value","13999930KtWzHn","_createToolbar","high","trim","tryAgainEvent","insertContentBelow","historyGroupView","search","tryAgainButton","6566694fQDDEo","insertButton","prompt","Ask AI and your prompts will be listed here for you to use later.","ck-ai-form-content","clear","tab","fieldView","focusCycler","_createPromptView","queryView","shift + tab","focus","_promptHistory","8RTMoGI","5ydiHak","ck-hidden","locale","submitPrompt","text","set","isProcessing","promptView","element","isVisible","bindTemplate","reset","bindTo","clearHistory","mainAction","5543084IjEZve","startProcessing","replaceButton","REPLACE","Empty history","focusFirst","AI_ERROR_FAILED","handleError","fire","toolbar","finishProcessing","106dgMKKP","delegate","label","Ask AI to edit or generate","chain","1818276LPPkUj","_focusables","23879jJYshn","add","div","createCollection","bind","listenTo","10292679pvKFyg","isEnabled","errorView","submit","1888173kiVQEy","ck-ai-form","stopButton","execute","items","replaceContent"];return(nr=function(){return e})()}function or(e,t){const r=nr();return(or=function(e,t){return r[e-=370]})(e,t)}!function(e){const t=or,r=e();for(;;)try{if(693528===-parseInt(t(430))/1*(parseInt(t(423))/2)+-parseInt(t(428))/3+parseInt(t(412))/4*(parseInt(t(397))/5)+-parseInt(t(382))/6+-parseInt(t(440))/7+-parseInt(t(396))/8*(-parseInt(t(436))/9)+parseInt(t(373))/10)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(402)](i(437),!0),this[i(402)](i(403),!1),this[i(402)](i(384),""),this[i(402)](i(372),""),this[i(402)](i(452),!1),this[i(402)](i(411),Qe[i(415)]),this[i(395)]=new Jt,this[i(438)]=new ut(e),this[i(450)]=new ot(e,n),this[i(450)][i(434)](i(403)).to(this),this[i(450)][i(434)](i(372)).to(this),this[i(421)]=this[i(374)](),this[i(421)][i(434)](i(411)).to(this),this[i(404)]=this[i(391)](),this[i(370)]=new t.FocusTracker,this[i(451)]=new t.KeystrokeHandler,this[i(429)]=this[i(433)]([this[i(450)],this[i(450)][i(454)],this[i(421)],this[i(404)]]),this[i(390)]=new o.FocusCycler({focusables:this[i(429)],focusTracker:this[i(370)],keystrokeHandler:this[i(451)],actions:{focusPrevious:i(393),focusNext:i(388)}}),this[i(390)][i(427)](this[i(404)][i(390)]),this[i(404)][i(392)][i(389)][i(434)](i(372)).to(this,i(384));const s=this[i(407)];this[i(453)]({tag:i(432),attributes:{class:["ck",i(441),r],tabindex:"-1"},children:[{tag:i(432),attributes:{class:["ck",i(386)]},children:[{tag:i(432),attributes:{class:[s.if(i(452),i(398),(e=>!e))]},children:[this[i(438)]]},this[i(450)],this[i(421)],this[i(404)]]}]})}[rr(448)](){const e=rr;super[e(448)](),this[e(370)][e(431)](this[e(450)][e(405)]),this[e(370)][e(431)](this[e(450)][e(454)][e(405)]),this[e(370)][e(431)](this[e(421)][e(405)]),this[e(370)][e(431)](this[e(404)][e(405)]),this[e(451)][e(435)](this[e(405)])}[rr(394)](e=1){const t=rr;-1===e?this[t(390)][t(446)]():this[t(390)][t(417)]()}[rr(408)](){const e=rr;this[e(384)]="",this[e(372)]="",this[e(452)]=!1,this[e(404)][e(408)](),this[e(450)][e(406)]=!1,this[e(421)][e(406)]=!1}[rr(391)](){const e=rr,t=this[e(399)],r=new ht(t,{queryView:{label:De(t,e(426)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:De(t,e(416)),secondary:De(t,e(385))}}},filteredView:this[e(449)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(434)](e(437)).to(this,e(437),this,e(403),((e,t)=>e&&!t)),this[e(435)](r,e(439),((t,r)=>{const n=e;this[n(384)]=r;const o=tr(r);this[n(420)](n(400),o),r[n(376)]()&&this[n(395)][n(431)]({prompt:o},0)}),{priority:e(375)}),r}[rr(449)](){const e=rr,t=new mt(this[e(399)]);return t[e(379)][e(444)][e(409)](this[e(395)]).as(Vt),t.on(e(410),(()=>{const t=e;this[t(395)][t(387)](),this[t(404)][t(380)](""),this[t(404)][t(394)]()})),t}[rr(374)](){const e=rr,t=new Xe(this[e(399)]);return t[e(414)][e(434)](e(437)).to(this,e(437),this,e(403),this,e(372),((e,t,r)=>e&&!t&&!!r)),t[e(414)][e(424)](e(443)).to(this,e(445)),t[e(383)][e(434)](e(437)).to(this,e(437),this,e(403),this,e(372),((e,t,r)=>e&&!t&&!!r)),t[e(383)][e(424)](e(443)).to(this,e(378)),t[e(381)][e(434)](e(437)).to(this,e(437),this,e(403),((e,t)=>e&&!t)),t[e(381)][e(424)](e(443)).to(this,e(377)),t[e(442)][e(434)](e(437)).to(this,e(403)),t[e(442)][e(424)](e(443)).to(this,e(447)),t}[rr(413)](){const e=rr;this[e(372)]="",this[e(452)]=!1,this[e(403)]=!0,this[e(450)][e(406)]=!0,this[e(421)][e(406)]=!0,this[e(450)][e(394)]()}[rr(422)](){const e=rr,t=this[e(399)];this[e(403)]=!1,this[e(384)]="",this[e(404)][e(408)](),this[e(372)]&&(this[e(404)][e(392)][e(425)]=De(t,e(371)))}[rr(419)](e){const t=rr,r=this[t(399)];this[t(422)](),this[t(452)]=!0,this[t(438)][t(401)]=e||De(r,t(418)),this[t(372)]||(this[t(450)][t(406)]=!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-=343]})(e,t)}function pr(){const e=["menuPanelClass","getSelectedElement","editor","ai.aiAssistant.commands","showAIAssistant","change:enabledCommandsIds","_commandDefinitions","updateView","push","promptView","AIAssistantUI","children","wasMoved","aiLicenseKeyValid","componentFactory","trialLimit","aiLicenseKeyTrialLimit","values","media","ai.aiAssistant.disabledElements","enabledCommandsIds","document","rawHtml","show","_forceMarkersCopy","invalid","aiAssistant","_getResolvedCommandsDefinitions","getSelectedBlocks","panelView","_createAIAssistantUIButton","menuitemcheckbox","focus","usageLimit","splice","AI Commands","aiLicenseKeyNotAllowed","isCollapsed","menuBar:aiAssistant","filter","evaluationLimit","getRanges","aiLicenseKeyExpired","sort","reset","once","ck-ai-assistant-button ","order","_formView","textAdapter","tableOfContents","ai.useTheme","change:value","_getMenuBarGroupButtons","polite","547821oiiGws","define","comment","prompt","setSelection","update","450BnsJMz","text/html","change:isProcessing","hideUI","trim","_aiAssistantController","_dialog","aiLicenseKeyDomainLimit","isFlat","isPremiumPlugin","init","isOn","contentArea","render","256800XnXMaa","change:isError","aiCommands","updatePosition","command:","replace","isEnabled","delegate","copy","selection","2ffmSSN","DataTransfer","buttonView","buttons","set","ck-ai-assistant-ui","locale","<p>","requires","from","menuBar:aiCommands","get","text","173509ABFWAc","_initAriaAiStatusChangeAnnouncements","expired"," ck-ai-assistant-ui_theme","requiresContent","robotPencil","licenseKey","addMany","_licenseKeyCheckInterval","ck-ai-commands-dropdown ","fire","2391050ZRphvH","</p>","hide","REPLACE","INSERT","AI Assistant","length","464120vTUSIL","hideFakeVisualSelection","showFakeVisualSelection","aiLicenseKeyInvalid","body","ai.aiAssistant.contentAreaCssClass","isOfficialPlugin","_onExecute","view","currentContext","_showLicenseError","fieldView","894024BZfoZD","includes","35qdroJA","AI is writing","_aiAdapter","config","aiLicenseKeyEvaluationLimit","queryView","destroy","featureNotAllowed","16296nKGMaB","source","execute","Error during AI content generation: %0","forEach","insertContent","custom","groupLabel","_populateMenuBarMenu","ai-commands-config-order-collision","pluginName","_uiCssClasses","items","label","editing","Generated content: %0","insertContentBelow","AIAssistant","errorView","menuView","bind","commands","EDITOR_TOP_SIDE","plugins","getData","domainLimit","_initView","map","replaceContent","add","groupId","listenTo","schema","change","getLimitElement","announce","aiLicenseKeyUsageLimit","showUI","model"];return(pr=function(){return e})()}!function(e){const t=fr,r=e();for(;;)try{if(125821===-parseInt(t(394))/1+-parseInt(t(381))/2*(parseInt(t(351))/3)+parseInt(t(424))/4+-parseInt(t(412))/5+parseInt(t(371))/6*(parseInt(t(426))/7)+parseInt(t(434))/8*(-parseInt(t(357))/9)+parseInt(t(405))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(pr);const mr=globalThis[hr(382)];class kr extends e.Plugin{static get[hr(444)](){return hr(483)}static get[hr(418)](){return!0}static get[hr(366)](){return!0}static get[hr(389)](){return[Ee.ClipboardMarkersUtils,Oe,Ne,o.Dialog]}constructor(e){const t=hr;super(e),this[t(445)]="",e[t(429)][t(352)](t(492),[t(491),t(495),t(346)]),e[t(429)][t(352)](t(417),""),e[t(429)][t(352)](t(347),!0),this[t(445)]=t(386)+(e[t(429)][t(392)](t(347))?t(397):"")}[hr(367)](){const e=hr,{editor:t}=this;this[e(428)]=t[e(457)][e(392)](Ne),this[e(363)]=t[e(457)][e(392)](o.Dialog),this[e(344)]=null,this[e(479)]=this[e(500)]();const r=new qe(t,Array[e(390)](this[e(479)][e(490)]()));t[e(455)][e(463)](e(477),r),t.ui[e(487)][e(463)](e(373),(n=>{const i=e,s=(0,o.createDropdown)(n);return s[i(385)]({class:i(403)+this[i(445)]}),s[i(383)][i(385)]({label:De(n,i(508)),icon:sr,tooltip:!0}),s.on(i(436),(e=>this[i(419)](e[i(435)].id))),(0,o.addMenuToDropdown)(s,t.ui[i(420)][i(416)],function(e){const t=i,r=xe(e[t(429)][t(392)](t(476)),e[t(387)]),n=wr(e,r)[t(512)]((e=>e[t(455)][t(411)]));return 1===n[t(411)]?wr(e,n[0][t(455)])[t(461)]((e=>({id:e.id,label:e[t(447)]}))):n[t(461)]((r=>{const n=t,{groupId:o,groupLabel:i,commands:s}=r;return{id:o,menu:i||o,children:wr(e,s)[n(461)]((e=>({id:e.id,label:e[n(447)]})))}}))}(t),{ariaLabel:De(n,i(508))}),s[i(453)][i(473)]=i(403)+this[i(445)],r.on(i(478),a),s[i(453)][i(518)](i(370),a),s;function a(){const e=i;s[e(377)]=r[e(493)][e(411)]>0;for(const t of s[e(453)][e(384)])t[e(377)]=r[e(493)][e(425)](t.id)}})),t.ui[e(487)][e(463)](e(391),(n=>{const i=e,s=new o.MenuBarMenuView(n);s[i(383)][i(385)]({label:De(n,i(508)),icon:sr}),s[i(454)](i(377)).to(r,i(493),(e=>e[i(411)]>0));const a=xe(t[i(429)][i(392)](i(476)),n);return this[i(442)](r,s,a,(e=>this[i(419)](e))),s})),t.ui[e(487)][e(463)](e(499),(()=>{const t=e,r=this[t(503)](o.ButtonView);return r[t(385)]({tooltip:!0,class:t(519)+this[t(445)]}),r})),t.ui[e(487)][e(463)](e(511),(()=>{const t=e,r=this[t(503)](o.MenuBarMenuListItemButtonView);return r[t(385)]({role:t(504)}),r})),this[e(400)]=this[e(475)][e(429)][e(392)](e(400));const n=this[e(475)];this[e(402)]=setInterval((()=>{const t=e;let r;for(const e in n){const o=e,i=n[o];if(t(486)==i||t(415)==i||t(515)==i||t(364)==i||t(509)==i||t(430)==i||t(489)==i||t(470)==i){delete n[o],r=i,clearInterval(this[t(402)]),this[t(402)]=void 0;break}}t(415)==r&&n[t(422)](t(498)),t(515)==r&&n[t(422)](t(396)),t(364)==r&&n[t(422)](t(459)),t(509)==r&&n[t(422)](t(433),t(451)),t(430)==r&&n[t(422)](t(513)),t(489)==r&&n[t(422)](t(488)),t(470)==r&&n[t(422)](t(506))}),1e3)}[hr(432)](){const e=hr;super[e(432)](),this[e(402)]&&clearInterval(this[e(402)])}[hr(471)](e="",t="",r=hr(440)){const n=hr,i=this[n(475)],s=i[n(448)][n(420)],a=i[n(457)][n(392)](Oe),c=i[n(457)][n(392)](Ee.ClipboardMarkersUtils);a[n(414)]();const u=new mr,l=new ClipboardEvent(n(379),{clipboardData:u}),d=new Ie.DataTransfer(u),g=new Ie.DomEventData(s,l,{dataTransfer:d});c[n(497)](n(353),(()=>{const e=n;s[e(494)][e(404)](e(379),g)})),this[n(344)]||(this[n(460)](),this[n(362)]=new Ke(i,this[n(428)][n(345)],this[n(344)]));let h=d[n(458)](n(358));const f=i[n(472)][n(494)][n(380)],p=Array[n(390)](f[n(514)]());1===p[n(411)]&&p[0][n(365)]&&!f[n(474)]()&&""!==h[n(376)](/&nbsp;/g,"")[n(361)]()&&(h=n(388)+h+n(406)),this[n(362)][n(480)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:Qe[i[n(472)][n(494)][n(380)][n(510)]?n(409):n(408)]}),n(499)!==this[n(363)].id?this[n(363)][n(496)]({id:n(499),icon:Ae[n(399)],title:De(this[n(475)][n(387)],n(410)),content:this[n(344)],position:o.DialogViewPosition[n(456)],onShow:()=>{const e=n;this[e(344)][e(505)]()},onHide:()=>{const e=n;this[e(362)][e(517)](),a[e(413)]()}}):this[n(363)][n(420)][n(485)]||this[n(363)][n(420)][n(374)]()}[hr(360)](){const e=hr;this[e(363)][e(407)]()}[hr(500)](){const e=hr,t=new Map,r=xe(this[e(475)][e(429)][e(392)](e(476)),this[e(475)][e(387)]);for(const n of r)for(const r of n[e(455)])t[e(385)](r.id,{...r,groupId:n[e(464)],groupLabel:n[e(441)]||n[e(464)]});return t}[hr(503)](e){const t=hr,r=this[t(475)],n=r[t(455)][t(392)](t(477)),o=new e(r[t(387)]);return o[t(385)]({label:De(r[t(387)],t(410)),icon:Ae[t(399)],isToggleable:!0}),o[t(454)](t(377)).to(n),o[t(454)](t(368)).to(this[t(363)],"id",(e=>t(499)===e)),this[t(465)](o,t(436),(()=>{const e=t;o[e(368)]?this[e(360)]():n[e(436)]()})),o}[hr(460)](){const e=hr,t=this[e(475)][e(457)][e(392)](Oe);this[e(344)]=new ir(this[e(475)][e(387)],this[e(445)],this[e(475)][e(429)][e(392)](e(417))),this[e(344)].on(e(348),(()=>{const t=e;this[t(363)][t(420)][t(485)]||this[t(363)][t(420)][t(374)]()})),this[e(344)][e(482)][e(431)][e(423)].on(e(356),(()=>{const t=e;this[t(363)][t(420)][t(485)]||this[t(363)][t(420)][t(374)]()})),this[e(465)](this[e(344)],e(462),(()=>{const r=e;t[r(439)](this[r(362)][r(421)]),this[r(360)]()})),this[e(465)](this[e(344)],e(450),(()=>{const r=e;t[r(450)](this[r(362)][r(421)]),this[r(360)]()})),this[e(395)]()}[hr(395)](){const e=hr,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(475)];this[e(344)][e(369)].on(e(359),((n,o,i)=>{const s=e,a=this[s(362)][s(421)];i?r[s(469)](De(t,s(427))):a&&r[s(469)](De(t,s(449),a),{politeness:s(350),isUnsafeHTML:!0})})),this[e(344)].on(e(372),((n,o,i)=>{const s=e;if(i){const e=this[s(344)][s(452)][s(393)];r[s(469)](De(t,s(437),e))}}))}[hr(419)](e){const r=hr,n=this[r(479)][r(392)](e),o=this[r(475)],i=o[r(472)][r(494)][r(380)],s=o[r(455)][r(392)](r(477)),a=o[r(457)][r(392)](Oe),c=("_ungrouppedCommands"!==n[r(464)]?n[r(441)]+": ":"")+n[r(447)];if(!1!==n[r(398)]&&i[r(510)]){const e=(0,t.first)(i[r(501)]())||o[r(472)][r(466)][r(468)](i);o[r(472)][r(467)]((t=>{t[r(355)](e,"in")}))}a[r(414)](),s[r(436)](n[r(354)],c,r(375)+e)}[hr(442)](e,t,r,n){const i=hr,s=this[i(475)],a=s[i(387)],c=new o.MenuBarMenuListView(a),u=wr(s,r)[i(512)]((e=>e[i(455)][i(411)]));1===u[i(411)]?this[i(349)]({command:e,commands:u[0][i(455)],parentMenuView:t,onExecute:n})[i(438)]((e=>c[i(446)][i(463)](e))):u[i(438)]((({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(349)]({command:e,commands:u,parentMenuView:g,onExecute:n});g[l(383)][l(385)]({label:s||r}),g[l(378)](l(436)).to(t),h[l(446)][l(401)](f),g[l(502)][l(484)][l(463)](h),d[l(484)][l(463)](g),c[l(446)][l(463)](d)})),t[i(502)][i(484)][i(463)](c)}[hr(349)]({command:e,commands:t,parentMenuView:r,onExecute:n}){const i=hr,s=this[i(475)],a=s[i(387)];return wr(s,t)[i(461)]((t=>{const s=i,c=new o.MenuBarMenuListItemView(a,r),u=new o.MenuBarMenuListItemButtonView(a);return u[s(385)]({label:t[s(447)]}),u[s(378)](s(436)).to(r),u.on(s(436),(()=>n(t.id))),u[s(454)](s(377)).to(e,s(493),(e=>e[s(425)](t.id))),c[s(484)][s(463)](u),c}))}}function br(e,t){const r=hr;return void 0!==e[r(343)]&&void 0===t[r(343)]?1:void 0===e[r(343)]&&void 0!==t[r(343)]?-1:void 0!==e[r(343)]&&void 0!==t[r(343)]?e[r(343)]-t[r(343)]:0}function wr(e,r){const n=hr;r[n(516)](br);const o={},i=[];for(const s of r)if(void 0!==s[n(343)]){if(s[n(343)]in o)throw new t.CKEditorError(n(443),e,{conflictingDefinitions:[s,o[s[n(343)]]]});o[s[n(343)]]=s,i[n(507)](s[n(343)],0,s)}else i[n(481)](s);return i}function vr(e,t){const r=_r();return(vr=function(e,t){return r[e-=237]})(e,t)}const yr=vr;function _r(){const e=["translateFrench","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Hindi","Improve writing","legal","Casual","3080229gfrdWa","translateChinese","changeTone","improveWriting","Spanish","translateHindi","filter","pluginName","translateGerman","Business","Translate the content to English language.","Change style","commands","groupId","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Rewrite this content as a journalist using engaging language to convey the importance of the information.","casual","French","editOrReview","ai.aiAssistant.removeCommands","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","Make longer","Improve using polished, formal, and respectful language to convey professional expertise and competence.","Simplified Chinese","continue","ai.aiAssistant.extraCommandGroups","set","config","journalism","Improve using compelling, optimistic language to convey confidence in the writing.","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","summarize","Translate","Improve using direct language, using only the essential information.","isOfficialPlugin","AIAssistant","includes","130VlcYoA","Rewrite this content as a legal professional using valid legal terminology.","locale","push","3868186jgfFCg","German","business","translate","forEach","Translate the content to Simplified Chinese language.","Make shorter","direct","Poetic","generate","Continue","2805564EwrfLS","ai.aiAssistant.preserveComments","makeShorter","Translate the content to Spanish language.","Translate the content to Portuguese language.","Translate the content to French language.","Summarize","Translate the content to German language.","requires","Rewrite this content as a business professional with formal language.","Improve using friendly, comforting language, to convey understanding and empathy.","translateEnglish","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","confident","Confident","Portuguese","440676TCqlvq","Direct","715112eTQRZd","Improve using casual, informal language to convey a casual conversation with a real person.","concat","Arabic","changeStyle","Journalism","translateArabic","44456YFdbHM","get","ai.aiAssistant.commands","professional","Legal","Change tone","213702nPuhan","define","Friendly","Translate the content to Arabic language.","Generate from selection","translatePortuguese","Simplify language","English","friendly","441IMaGkp","Improve this content by using descriptive language and inserting more information and more detailed explanations.","poetic","Translate the content to Hindi language.","makeLonger","Edit or review","translateSpanish","simplifyLanguage","isPremiumPlugin","find","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Professional"];return(_r=function(){return e})()}!function(e){const t=vr,r=e();for(;;)try{if(797875===-parseInt(t(311))/1+parseInt(t(313))/2+-parseInt(t(243))/3+parseInt(t(295))/4+-parseInt(t(280))/5*(-parseInt(t(326))/6)+parseInt(t(284))/7+parseInt(t(320))/8*(-parseInt(t(335))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(_r);class Sr extends e.Plugin{static get[yr(303)](){return[kr,Oe]}static get[yr(250)](){return yr(278)}static get[yr(277)](){return!0}static get[yr(343)](){return!0}constructor(e){const t=yr;super(e);const r=e[t(270)],n=e[t(282)];r[t(327)](t(296),!0),r[t(327)](t(322),function(e){const t=yr;return[{groupId:t(261),groupLabel:De(e,t(340)),commands:[{id:t(246),label:De(e,t(240)),prompt:t(345)},{id:t(297),label:De(e,t(290)),prompt:t(263)},{id:t(339),label:De(e,t(264)),prompt:t(336)},{id:t(342),label:De(e,t(332)),prompt:t(273)}]},{groupId:t(293),groupLabel:De(e,t(330)),commands:[{id:t(274),label:De(e,t(301)),prompt:t(257)},{id:t(267),label:De(e,t(294)),prompt:t(307)}]},{groupId:t(245),groupLabel:De(e,t(325)),commands:[{id:t(323),label:De(e,t(346)),prompt:t(265)},{id:t(259),label:De(e,t(242)),prompt:t(314)},{id:t(291),label:De(e,t(312)),prompt:t(276)},{id:t(308),label:De(e,t(309)),prompt:t(272)},{id:t(334),label:De(e,t(328)),prompt:t(305)}]},{groupId:t(317),groupLabel:De(e,t(254)),commands:[{id:t(286),label:De(e,t(252)),prompt:t(304)},{id:t(241),label:De(e,t(324)),prompt:t(281)},{id:t(271),label:De(e,t(318)),prompt:t(258)},{id:t(337),label:De(e,t(292)),prompt:t(238)}]},{groupId:t(287),groupLabel:De(e,t(275)),commands:[{id:t(306),label:De(e,t(333)),prompt:t(253)},{id:t(341),label:De(e,t(247)),prompt:t(298)},{id:t(331),label:De(e,t(310)),prompt:t(299)},{id:t(251),label:De(e,t(285)),prompt:t(302)},{id:t(237),label:De(e,t(260)),prompt:t(300)},{id:t(244),label:De(e,t(266)),prompt:t(289)},{id:t(248),label:De(e,t(239)),prompt:t(338)},{id:t(319),label:De(e,t(316)),prompt:t(329)}]}]}(n)),r[t(327)](t(268),[]),r[t(327)](t(262),[]);let o=xe(r[t(321)](t(322)),n);const i=r[t(321)](t(268)),s=r[t(321)](t(262));i[t(288)]((e=>{const r=t,n=o[r(344)]((t=>t[r(256)]===e[r(256)]));n?n[r(255)]=n[r(255)][r(315)](e[r(255)]):o[r(283)](e)})),o=o[t(249)]((e=>!s[t(279)](e[t(256)]))),o[t(288)]((e=>{const r=t;e[r(255)]=e[r(255)][r(249)]((e=>!s[r(279)](e.id)))})),r[t(269)](t(322),o)}}const Ar=Er;function xr(){const e=["name","4304024kdfKQg","reject","init","application/json","36dImzGi","27yYMFMr","error","34XuUBgs","18809nzIcZp","AI_ERROR_GET_HEADERS","440ZkiHOM","resolve","catch","_prepareRequestParameters","assign","51456009GBZMnU","editor","322791SQcjco","abort","9015902vkvjrF","aborted","AI_ERROR_GET_PARAMETERS","sendRequest","requires","object","49566UxOVyg","signal","_prepareRequestHeaders","10558200AUXmlM","aitextadapter-send-request-failed","textAdapter","locale","makeRequest","AbortError","get","plugins","abortController"];return(xr=function(){return e})()}function Er(e,t){const r=xr();return(Er=function(e,t){return r[e-=267]})(e,t)}!function(e){const t=Er,r=e();for(;;)try{if(816550===-parseInt(t(294))/1*(parseInt(t(293))/2)+-parseInt(t(303))/3*(parseInt(t(290))/4)+-parseInt(t(296))/5*(parseInt(t(273))/6)+-parseInt(t(267))/7+parseInt(t(286))/8*(-parseInt(t(291))/9)+parseInt(t(276))/10+parseInt(t(301))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(xr);class Ir extends e.Plugin{static get[Ar(271)](){return[Ne]}constructor(e){const t=Ar;super(e),this[t(284)]=new AbortController}[Ar(288)](){const e=Ar;this[e(302)][e(283)][e(282)](Ne)[e(278)]=this}[Ar(304)](){const e=Ar;this[e(284)][e(274)][e(268)]||(this[e(284)][e(304)](),this[e(284)]=new AbortController)}async[Ar(280)](e){const r=Ar;return this[r(270)](e)[r(298)]((e=>{const n=r;if(e instanceof Ue)return Promise[n(287)](e);if(n(281)==e[n(285)])return Promise[n(297)]();throw console[n(292)](e),new t.CKEditorError(n(277),null)}))}async[Ar(275)](e,t){const r=Ar,n=this[r(302)][r(279)],o={"Content-Type":r(289)};if(r(272)==typeof e)Object[r(300)](o,e);else if(e)try{const n=await e(t);Object[r(300)](o,n)}catch(e){return Promise[r(287)](new Ue(De(n,r(295))))}return o}async[Ar(299)](e,t){const r=Ar,n=this[r(302)][r(279)];if(r(272)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(287)](new Ue(De(n,r(269))))}}}const Rr=Mr;!function(e){const t=Mr,r=e();for(;;)try{if(351415===parseInt(t(154))/1+parseInt(t(183))/2*(-parseInt(t(174))/3)+-parseInt(t(158))/4*(parseInt(t(177))/5)+parseInt(t(190))/6*(parseInt(t(141))/7)+parseInt(t(144))/8+-parseInt(t(132))/9*(parseInt(t(126))/10)+parseInt(t(145))/11*(parseInt(t(161))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Cr);class Pr extends Ir{static get[Rr(148)](){return Rr(138)}constructor(e){const t=Rr;super(e),e[t(140)][t(185)](t(168),t(167)),e[t(140)][t(142)](t(127))||e[t(140)][t(185)](t(127),{model:t(153),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(180)]=e[t(140)][t(142)](t(168)),this[t(169)]=e[t(140)][t(142)](t(149))||{},this[t(156)]=e[t(140)][t(142)](t(127))}async[Rr(181)]({query:e,context:t,onData:r,actionId:n}){const o=Rr,i=this[o(191)][o(160)],s=await this[o(162)](e,t,n),a=await this[o(122)](this[o(169)],n),c=await this[o(134)](this[o(156)],n),u={messages:s,...c},l={method:o(165),headers:a,body:JSON[o(128)](u),signal:this[o(164)][o(178)]},d=await fetch(this[o(180)],l);if(d.ok)return c[o(188)]?await this[o(137)](d,r):await this[o(173)](d,r),Promise[o(129)]();{const e=await d[o(124)]();return e[o(184)](o(151))?Promise[o(157)](new Ue(De(i,o(166)))):e[o(184)](o(175))?Promise[o(157)](new Ue(De(i,o(147)))):Promise[o(157)](new Error(e))}}async[Rr(162)](e,t,r){const n=Rr;let o,i;return t?(o=n(186),i=n(131)+e+n(133)+t):(o=n(193),i=e),[{role:n(146),content:o},{role:n(136),content:i}]}async[Rr(137)](e,t){const r=Rr,n=e[r(155)][r(176)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(123)](),l=i+o[r(189)](u);let d="";c=e;try{d=this[r(135)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(143)](s)||s&&(a+=s,s="",t(a))}return Promise[r(129)]()}async[Rr(173)](e,t){const r=Rr;return t((await e[r(125)]())[r(130)][0][r(182)][r(172)]),Promise[r(129)]()}[Rr(143)](e){const t=Rr,r=e[t(163)]("<")[t(187)]!==e[t(163)](">")[t(187)],n=e[t(187)]<30;return r&&n}[Rr(135)](e){const t=Rr;return e[t(163)](/\n(?![^{]*\})/g)[t(170)]((e=>e[t(179)](t(150),"")))[t(139)]((e=>e&&e[t(187)]>0&&t(192)!==e))[t(170)]((e=>{const r=t,{choices:n}=JSON[r(159)](e);if(n[0]&&n[0][r(152)]&&n[0][r(152)][r(172)])return n[0][r(152)][r(172)]}))[t(139)]((e=>e))[t(171)]("")}}function Mr(e,t){const r=Cr();return(Mr=function(e,t){return r[e-=122]})(e,t)}function Cr(){const e=["content","_readStaticResponse","246VmJgLV","Moderation","getReader","25kAqVAt","signal","replace","_apiUrl","sendRequest","message","14062vtRvCm","includes","define","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.","length","stream","decode","6lzHwqw","editor","[DONE]","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.","_prepareRequestHeaders","read","text","json","410mUQCFr","ai.openAI.requestParameters","stringify","resolve","choices","Instruction:\n","91971WtdixQ","\nYou must keep the text formatting.\n\nContent:\n","_prepareRequestParameters","_cleanUpData","user","_readStreamableResponse","OpenAITextAdapter","filter","config","1623461UXVpbP","get","_isBufferIncomplete","3539104XbXulx","27401jEwKMB","system","AI_ERROR_MODERATION","pluginName","ai.openAI.requestHeaders","data: ","context_length_exceeded","delta","gpt-3.5-turbo","130296yALtyk","body","_requestParameters","reject","341336tKrPJb","parse","locale","4668scrEsK","prepareMessages","split","abortController","POST","AI_ERROR_CONTEXT_LENGTH","https://api.openai.com/v1/chat/completions","ai.openAI.apiUrl","_requestHeaders","map","join"];return(Cr=function(){return e})()}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 Br;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Br||(Br={}));const Ur="__smithy_context";var Dr,Fr;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Dr||(Dr={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Fr||(Fr={}));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[Ur]||(e[Ur]={}),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)},Bn={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Un={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},Dn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function Fn(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),Un),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),Dn)}}}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:Dn.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 Bo=100,Uo=2e4,Do="amz-sdk-invocation-id",Fo="amz-sdk-request",jo=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Uo,e),getRetryCost:()=>r});class Ho{constructor(e){this.maxAttempts=e,this.mode=Ro.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=Bo;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Uo,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return jo({retryDelay:Bo,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:Bo);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,[Ur]:{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=Bi(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[Do]=Jo());;)try{l&&(u.headers[Fo]=`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)}}),Bi=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)},Ui=e=>encodeURIComponent(e).replace(/[!'()*]/g,Di),Di=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,Fi=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(Fi(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(Fi(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(Fi(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=Ui(n);t.push(o);const i=e[n];"string"==typeof i?r[o]=`${o}=${Ui(i)}`:Array.isArray(i)&&(r[o]=i.slice(0).reduce(((e,t)=>e.concat([`${o}=${Ui(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(Fi(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 Ui(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(Fi(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]),Bs=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],Us=Math.pow(2,53)-1,Ds=function(){function e(){this.state=Int32Array.from(Bs),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>Us)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}(),Fs=function(){function e(e){this.secret=e,this.hash=new Ds,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 Ds,this.secret){this.outer=new Ds;var e=function(e){var t=As(e);if(t.byteLength>Ls){var r=new Ds;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 Fs(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=Ui(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${Ui(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${Ui(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",Ba="error",Ua="endpoint",Da="tree",Fa="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]:Fa},"supportsFIPS"]},Za={[Ca]:Na,[Ta]:[!0,{[Ca]:"getAttr",[Ta]:[{[Oa]:Fa},"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:Ba},{rules:[{conditions:Ja,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Ba},{endpoint:{url:qa,properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da},{rules:[{conditions:[{[Ca]:La,[Ta]:Ya}],rules:[{conditions:[{[Ca]:"aws.partition",[Ta]:Ya,assign:Fa}],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:Ua}],type:Da}],type:Da},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Ba}],type:Da},{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:Ua}],type:Da}],type:Da},{error:"FIPS is enabled but this partition does not support FIPS",type:Ba}],type:Da},{conditions:Ja,rules:[{conditions:[Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da},{error:"DualStack is enabled but this partition does not support DualStack",type:Ba}],type:Da},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da}],type:Da},{error:"Invalid Configuration: Missing Region",type:Ba}],type:Da}]},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}),Bn)}}))(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}}),Bc=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Uc=(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{}})),Dc=async(e,t)=>{const r=await Uc(e,t);return r.message=r.message??r.Message,r},Fc=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 Dc(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 Uc(e.body,t)};return Zc(r,t)},su=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return Yc(r,t)},au=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return Qc(r,t)},cu=async(e,t)=>{const r={},n=await Uc(e.body,t);return Object.assign(r,gu(n,t)),r},uu=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return tu(r,t)},lu=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return ru(r,t)},du=async(e,t)=>{const r={...e,body:await Uc(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[Fn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Nc,Bc).ser(jc).de(qc).build()){}class Iu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Fn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f($c,Lc).ser(Fc).de(Hc).build()){}function Ru(){const e=["abortController","POST","getModelFamily","length","join","stringify","filter","ai.aws.requestHeaders","\n[/INST]","_requestHeaders","_bedrockClientConfig","<<SYS>>\n","_prepareRequestHeaders","decode","123htvYBl","read","\n\nAssistant:","bytes","editor","\nYou must keep the text formatting.\n\nContent:\n","_processProxyRequest","12KHZwgq","get","generation","3767181vJsIHZ","config","_requestParameters","Human:\n","ai.aws.apiUrl","body","getReader","data","text","anthropic.claude-v2","sendRequest","_apiUrl","_readAsyncIterableResponse","cohere.command","locale","utf8","map","AWSTextAdapter","_getGeneratedText","anthropic.claude","bedrock-2023-05-31","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","262788UwGScb","preparePrompt","toString","define","_prepareRequestParameters","_readStaticResponse","pluginName","resolve","chunk","_processAWSRequest","_readStreamableResponse","ai21.j2","application/json","meta.llama","1386885gdgsFB","split","ai.aws.requestParameters","\n<</SYS>>\n[INST]\n","ai.aws.bedrockClientConfig","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.","generations","completion","send","completions","156IRWvwI","7fMFOml","6567eQQgYr","2029112xrPtfG","126OqCZeN","signal","100610dYeGkw","test","2206SXpCpq","AI_ERROR_UNSUPPORTED_MODEL","from","parse","Instruction:\n"];return(Ru=function(){return e})()}const Pu=Mu;function Mu(e,t){const r=Ru();return(Mu=function(e,t){return r[e-=383]})(e,t)}!function(e){const t=Mu,r=e();for(;;)try{if(141787===parseInt(t(428))/1*(parseInt(t(409))/2)+parseInt(t(403))/3*(-parseInt(t(401))/4)+parseInt(t(390))/5+parseInt(t(461))/6+parseInt(t(402))/7*(parseInt(t(404))/8)+parseInt(t(405))/9*(-parseInt(t(407))/10)+parseInt(t(438))/11*(-parseInt(t(435))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ru);class Cu extends Ir{static get[Pu(467)](){return Pu(455)}constructor(e){const t=Pu;super(e),e[t(439)][t(436)](t(392))||e[t(439)][t(464)](t(392),{model:t(447),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(458),stream:!0}),this[t(449)]=e[t(439)][t(436)](t(442)),this[t(424)]=e[t(439)][t(436)](t(394)),this[t(423)]=e[t(439)][t(436)](t(421)),this[t(440)]=e[t(439)][t(436)](t(392))}async[Pu(448)]({query:e,context:t,onData:r,actionId:n}){const o=Pu,{model:i,stream:s,...a}=await this[o(465)](this[o(440)],n),c={prompt:await this[o(462)](e,t,i,n),...a};this[o(449)]?await this[o(434)](c,i,s,r,n):await this[o(385)](c,i,s,r)}async[Pu(462)](e,t,r,n){const o=Pu;let i,s;return t?(i=o(396),s=o(413)+e+o(433)+t):(i=o(459),s=e),o(389)==this[o(416)](r)?o(425)+i+o(393)+s+o(422):o(441)+i+"\n"+s+o(430)}[Pu(416)](e){const t=Pu;if(/^anthropic\.claude/[t(408)](e))return t(457);if(/^ai21\.j2/[t(408)](e))return t(387);if(/^cohere\.command/[t(408)](e))return t(451);if(/^meta\.llama/[t(408)](e))return t(389);throw new Ue(De(this[t(432)][t(452)],t(410),e))}async[Pu(434)](e,t,r,n,o){const i=Pu,s={method:i(415),headers:await this[i(426)](this[i(423)],o),body:JSON[i(419)]({...e,model:t,stream:r}),signal:this[i(414)][i(406)]},a=await fetch(this[i(449)],s);r?await this[i(386)](a,t,n):await this[i(466)](a,t,n)}async[Pu(385)](e,t,r,n){const o=Pu,i=new sc(this[o(424)]),s={body:JSON[o(419)](e),contentType:o(388),accept:o(388),modelId:t};let a;if(r){const e=new Eu(s);a=await i[o(399)](e,{abortSignal:this[o(414)][o(406)]}),await this[o(450)](a,t,n)}else{const e=new Iu(s);a=await i[o(399)](e,{abortSignal:this[o(414)][o(406)]}),await this[o(466)](a,t,n)}}async[Pu(450)](e,t,r){const n=Pu,o=e[n(443)],i=new TextDecoder(n(460));let s="";for await(const e of o)if(e[n(384)]){const o=i[n(427)](e[n(384)][n(431)]),a=JSON[n(412)](o);s+=this[n(456)](a,t),r(s)}return Promise[n(383)]()}async[Pu(386)](e,t,r){const n=Pu,o=e[n(443)],i=new TextDecoder(n(460)),s=o[n(444)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(429)]();if(u=e,u)break;const l=(a+i[n(427)](o))[n(391)]("\n")[n(454)]((e=>{const t=n;try{return a="",JSON[t(412)](e)}catch(t){return a=e,null}}))[n(420)]((e=>null!==e));l[n(417)]&&(c+=l[n(454)]((e=>this[n(456)](e,t)))[n(418)](""),r(c))}return Promise[n(383)]()}async[Pu(466)](e,t,r){const n=Pu;let o;return o=e instanceof Response?await e[n(395)]():JSON[n(412)](Buffer[n(411)](e[n(443)])[n(463)](n(453))),r(this[n(456)](o,t)),Promise[n(383)]()}[Pu(456)](e,t){const r=Pu;switch(this[r(416)](t)){case r(457):return e[r(398)];case r(387):return e[r(400)][0][r(445)][r(446)];case r(451):return e[r(397)][0][r(446)];case r(389):return e[r(437)]}}}function Tu(){var e=["805967yhmkTS","1323594jCKnhd","1062375mVEdEE","20yhKCqg","799765aNnJbG","902328aEXdHs","7vkDUUT","3681256XrFXoG","2079270qTJlKi","2vHkIYn"];return(Tu=function(){return e})()}function Ou(e,t){var r=Tu();return(Ou=function(e,t){return r[e-=437]})(e,t)}!function(e){for(var t=Ou,r=e();;)try{if(405551===parseInt(t(442))/1+parseInt(t(441))/2*(parseInt(t(444))/3)+-parseInt(t(445))/4*(parseInt(t(446))/5)+-parseInt(t(437))/6*(-parseInt(t(438))/7)+-parseInt(t(439))/8+parseInt(t(443))/9+parseInt(t(440))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Tu)})(),(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:()=>Ne,AIAssistant:()=>Sr,AIAssistantUI:()=>kr,AIRequestError:()=>Ue,AITextAdapter:()=>Ir,AWSTextAdapter:()=>Cu,OpenAITextAdapter:()=>Pr});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 B=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function U(...e){const t=e.reduce(((e,t)=>e+t.source),"");return RegExp(`^${t}$`)}function D(...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 F(...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}?(?:\\[(${B.source})\\])?)?`}`),z=RegExp(`(?:T${q.source})?`),V=F("weekYear","weekNumber","weekDay"),G=F("year","ordinal"),W=RegExp(`${H.source} ?(?:${j.source}|(${B.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}$`);U(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,z),U(/(\d{4})-?W(\d\d)(?:-?(\d))?/,z),U(/(\d{4})-?(\d{3})/,z),U(q),D((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),D(V,J,Y,Q),D(G,J,Y,Q),D(J,Y,Q);D(J);U(/(\d{4})-(\d\d)-(\d\d)/,Z),U(W),D(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);function Re(e,t){const r=Me();return(Re=function(e,t){return r[e-=447]})(e,t)}const Pe=Re;function Me(){const e=["addMarker","isAtEnd","getLastPosition","addClass","init","updateMarker","lowest","editingDowncast","schema","651024yKcxgd","1379252EjaaGa","change","once","markers","markerToHighlight","_pasteHTMLUsingClipboard","filter","insertContent","document","from","parse","setSelection","fromCharCode","getFirstRange","ai-ui","AIAssistantEditing","model","getRange","ck-fake-ai-selection","getRowIndexes","plugins","has","removeMarker","isContent","start","ai.useTheme","resultRange","data","end","_getTableRowCountFromContent","DataTransfer","_createEmptyTableRows","findAncestor","config","createPositionAfter","span","conversion","contentInsertion","element","editor","isPremiumPlugin","694302rqkiyv","159364wuuIFm","getChild","createRange","insertContentBelow","forEach","_getAISelection","getLastMatchingPosition","off","canEditAt","markerToElement","length","getRanges","_resetContentOfSelectedTableCells","afterInit","getRows","_prepareTableInsertBelowPosition","table","get","deleteContent","1007595PezZKT","createSelection","last","showFakeVisualSelection","first","editing","createPositionAt","selection","ck-fake-ai-selection_collapsed","ck-ai-assistant-ui_theme","getSelectedTableCells","map","TableUtils","getChildren","push","_getDefaultInsertBelowPosition","isCollapsed","insertRows","join","text/html","getSelectedBlocks","hideFakeVisualSelection","getColumnIndexes","fire","pop","href","setData","markerRange","for","447115tyCxpj","paste","202072qUwZxM","getMarkersGroup","pluginName","isOfficialPlugin","createUIElement"];return(Me=function(){return e})()}!function(e){const t=Re,r=e();for(;;)try{if(185309===parseInt(t(494))/1+parseInt(t(551))/2+-parseInt(t(463))/3+-parseInt(t(508))/4+parseInt(t(492))/5+parseInt(t(550))/6+parseInt(t(509))/7)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Me);const Ce=globalThis[Pe(539)],Te=Pe(523);class Oe extends e.Plugin{static get[Pe(496)](){return Pe(524)}static get[Pe(497)](){return!0}static get[Pe(549)](){return!0}[Pe(503)](){const e=Pe,{editor:t}=this,r=[e(527)];t[e(542)][e(461)](e(534))&&r[e(477)](e(472)),t[e(545)][e(491)](e(506))[e(513)]({model:Te,view:{classes:r,priority:12}}),t[e(545)][e(491)](e(506))[e(453)]({model:Te,view:(t,{writer:r})=>{const n=e;if(!t[n(490)][n(479)])return null;const o=r[n(498)](n(544));return r[n(502)]([n(527),n(471)],o),o}})}[Pe(457)](){!async function(e){const r=p([97,68,109,108,114,53,78,100,101,87,72,104,82,71,103,52,48,49,65,111,119,105,83,85,79,77,102,86,117,122,88,113,107,118,51,121,70,50,89,106,55,115,69,99,75,120,54,76,110,56,80,66,67,90,73,74,112,84,116,81,57,98]),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=Re;return e[t(474)]((e=>String[t(521)](e)))[t(481)]("")}!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([97]);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:1739318400;return e[p([101,120,112])]<t}()?p([69,120,112,105,114,101,100]):function(){const t=Re,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(488)]);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)}[Pe(466)](){const e=Pe,t=this[e(548)][e(525)];t[e(510)]((r=>{const n=e,o=t[n(517)][n(470)][n(455)]();let i=0;for(const e of o){const o=Te+":"+i;if(t[n(512)][n(530)](o))r[n(504)](o,{range:e});else if(e[n(533)][n(500)]){const i=e[n(533)][n(450)]((({item:e})=>!t[n(507)][n(532)](e)),{boundaries:e});r[n(499)](o,{usingOperation:!1,affectsData:!1,range:r[n(553)](i,e[n(537)])})}else r[n(499)](o,{usingOperation:!1,affectsData:!1,range:e});i++}}))}[Pe(484)](){const e=Pe,t=this[e(548)][e(525)],r=Array[e(518)](this[e(548)][e(525)][e(512)][e(495)](Te));r[e(454)]&&t[e(510)]((t=>{const n=e;r[n(448)]((e=>{t[n(531)](e)}))}))}[Pe(516)](e,t){const r=Pe,n=this[r(449)](),o=t||n[r(522)]();this[r(548)][r(525)][r(452)](o)&&this[r(548)][r(525)][r(510)]((i=>{const s=r;this[s(484)](),t||this[s(456)](i,n),this[s(514)]({insertAt:o,writer:i,html:e})}))}[Pe(447)](e){const t=Pe,{model:r}=this[t(548)],n=this[t(449)]();r[t(510)]((()=>{const r=t,o=this[r(459)](e,n)||this[r(478)](n);this[r(516)](e,o)}))}[Pe(449)](){const e=Pe,t=this[e(548)][e(525)],r=Array[e(518)](t[e(512)][e(495)](Te))[e(474)]((t=>t[e(526)]()));return t[e(464)](r)}[Pe(514)]({writer:e,html:t,insertAt:r}){const n=Pe,{view:o}=this[n(548)][n(468)],i=this[n(548)][n(529)][n(461)](Ee.ClipboardPipeline),s=new Ce;s[n(489)](n(482),t);const a=new ClipboardEvent(n(493),{clipboardData:s}),c=new Ie.DomEventData(o,a,{dataTransfer:new Ie.DataTransfer(s)});e[n(520)](r);const u=(t,r)=>{const o=n;r[o(535)]&&e[o(520)](r[o(535)])};i[n(511)](n(546),u,{priority:n(505)}),o[n(517)][n(486)](n(493),c),i[n(451)](n(546),u)}[Pe(478)](e){const t=Pe,{model:r}=this[t(548)],n=Array[t(518)](e[t(483)]());return n[t(454)]?r[t(543)](n[t(487)]()):e[t(501)]()}[Pe(459)](e,t){const r=Pe,{model:n,plugins:o}=this[r(548)];if(o[r(530)](r(475))){const i=o[r(461)](r(475))[r(473)](t);if(i[r(454)]){const t=this[r(538)](e),o=this[r(540)](i,t);return n[r(469)](o,0)}}return null}[Pe(538)](e){const t=Pe,r=this[t(548)][t(529)][t(461)](t(475)),n=this[t(548)][t(536)][t(519)](e),o=Array[t(518)](n[t(476)]())[t(515)]((e=>e.is(t(547),t(460))));let i=0;return o[t(448)]((e=>{i+=r[t(458)](e)})),i}[Pe(540)](e,t){const r=Pe,n=this[r(548)][r(529)][r(461)](r(475)),o=n[r(528)](e),i=n[r(485)](e),s=o[r(465)]+1,a=i[r(467)],c=e[0][r(541)](r(460));for(let e=0;e<t;e++)n[r(480)](c,{at:s});return c[r(552)](s)[r(552)](a)}[Pe(456)](e,t){const r=Pe,{plugins:n}=this[r(548)],{model:o}=e;n[r(530)](r(475))&&n[r(461)](r(475))[r(473)](t)[r(454)]&&o[r(462)](t)}}var $e=Le;function Le(e,t){var r=Be();return(Le=function(e,t){return r[e-=462]})(e,t)}!function(e){for(var t=Le,r=e();;)try{if(962373===-parseInt(t(468))/1*(-parseInt(t(465))/2)+-parseInt(t(481))/3*(-parseInt(t(464))/4)+-parseInt(t(471))/5+parseInt(t(478))/6*(-parseInt(t(467))/7)+parseInt(t(469))/8+-parseInt(t(462))/9+-parseInt(t(472))/10*(parseInt(t(466))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Be);class Ne extends e.Plugin{static get[$e(474)](){return $e(479)}static get[$e(463)](){return!0}static get[$e(475)](){return!0}[$e(473)](){var e=$e;if(!this[e(476)])throw new t.CKEditorError(e(480),null)}}function Be(){var e=["42Rsyhwz","AIAdapter","aiadapter-text-adapter-not-set","3iSDyLe","3064077dzQZmx","isOfficialPlugin","1736444aYWhQl","7934IuLOGr","33GynJld","132419mOMsKt","466xVGifF","12416792aTnKZv","name","4172330oxiizg","5217070TWaTYD","afterInit","pluginName","isPremiumPlugin","textAdapter","AIRequestError"];return(Be=function(){return e})()}class Ue extends Error{constructor(e){var t=$e;super(e),this[t(470)]=t(477)}}function De(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 Fe=je;function je(e,t){const r=He();return(je=function(e,t){return r[e-=105]})(e,t)}function He(){const e=["custom","selection","163295clLZqM","editor","_hasContext","values","refresh","ai.aiAssistant.disabledElements","add","2rzoSxn","change:isEnabled","865843AKnTxn","getItems","length","hasContent","element","config","isEmpty","from","11626884ejDTib","8fXEtjA","set","get","name","6uOTWaX","change:_hasContext","_commandDefinitions","requiresContent","enabledCommandsIds","showUI","model","970945NSHXXe","getRanges","isCollapsed","getFirstRange","includes","execute","4015566wKnDzT","6819078UNCGQp","isEnabled","4TAFfif","getSelectedBlocks","plugins","444kHtCOf","110260CRDuOG","document"];return(He=function(){return e})()}!function(e){const t=je,r=e();for(;;)try{if(712039===parseInt(t(125))/1*(-parseInt(t(132))/2)+-parseInt(t(114))/3*(-parseInt(t(117))/4)+-parseInt(t(108))/5*(-parseInt(t(147))/6)+parseInt(t(115))/7*(parseInt(t(143))/8)+parseInt(t(142))/9+-parseInt(t(121))/10+-parseInt(t(134))/11*(parseInt(t(120))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(He);class qe extends e.Command{constructor(e,t){const r=je;super(e),this[r(149)]=t,this[r(144)](r(105),[]),this.on(r(148),((e,t,n)=>{const o=r;this[o(116)]&&(this[o(105)]=ze(this[o(149)],n))})),this[r(144)](r(127),!1),this.on(r(133),((e,t,n)=>{const o=r;this[o(105)]=n?ze(this[o(149)],this[o(127)]):[]}))}[Fe(129)](){const e=Fe,t=this[e(126)][e(107)];this[e(127)]=function(t){const r=e,n=t[r(122)][r(124)];return n[r(110)]?0!==[...n[r(118)]()][r(136)]&&![...n[r(118)]()][0][r(140)]:!!t[r(137)](n[r(111)]())}(t);const r=t[e(122)][e(124)],n=this[e(126)][e(139)][e(145)](e(130));for(const t of r[e(109)]())for(const r of t[e(135)]())if(r.is(e(138))&&n[e(112)](r[e(146)]))return void(this[e(116)]=!1);this[e(116)]=!0}[Fe(113)](e="",t="",r=Fe(123)){const n=Fe;this[n(126)][n(119)][n(145)](kr)[n(106)](e,t,r)}}function ze(e,t){const r=Fe,n=new Set;for(const o of e[r(128)]())(t||!1===o[r(150)])&&n[r(131)](o.id);return Array[r(141)](n)}function Ve(){const e=["catch","exec","11366760xDjxeF","render","editor","previousQuery","stopListening","data","_sanitizationContainer","```html","mainAction","parseFromString","_parseAndNormalizeContent","abort","_normalizeResponseHeadings","isProcessing","push","createElement","view","substring","textAdapter","initialContext","processor","endsWith","102180hniRDo","editing","_xmlSerializer","remove","ai.aiAssistant.preserveComments","toModel","config","313140pJzSEJ","finishProcessing","stopProcessing","stringify","set:currentContext","rename","destroy","reset","element","_handleQuery","ELEMENT_NODE","body","get","value","previousActionId","currentResponse","isRendered","handleError","length","div","currentContext","setContentOf","set","name","finally","clear","markers","htmlProcessor","submitPrompt","innerHTML","document","then","previousContext","_stripMarkdownSyntax","makeRequest","viewToDom","once","custom","reverse","13956URiAIG","startsWith","from","tryAgainEvent","442411XdRuYE","startProcessing","updateView","trim","listenTo","toView","nodeType","<h1></h1>","434jvaHbg","_isH1TagSupportEnabled","childNodes","querySelector","text/html","serializeToString","match","domConverter","```","_domParser","message","2077348IyEZEi","2756595UpxPch","_sanitizeHTML","previousLabel","prompt"];return(Ve=function(){return e})()}const Ge=We;function We(e,t){const r=Ve();return(We=function(e,t){return r[e-=320]})(e,t)}!function(e){const t=We,r=e();for(;;)try{if(289724===parseInt(t(391))/1+-parseInt(t(341))/2+parseInt(t(348))/3+parseInt(t(410))/4+parseInt(t(411))/5+-parseInt(t(387))/6*(-parseInt(t(399))/7)+-parseInt(t(417))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ve);const Ze=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");class Ke extends((0,t.ObservableMixin)()){constructor(e,t,r){const n=We;super(),this[n(321)]=e,this[n(337)]=t,this[n(325)]=document[n(334)](n(367)),this[n(408)]=new DOMParser,this[n(343)]=new XMLSerializer,this[n(335)]=r,this[n(370)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(n(352),((e,t,r)=>{const o=n;this[o(335)][o(361)]=this[o(412)](r)})),this[n(395)](this[n(335)],n(376),((e,t)=>{const r=n,o=this[r(368)]||this[r(338)];this[r(357)](t,o,r(385))})),this[n(395)](this[n(335)],n(390),(()=>{const e=n;this[e(335)][e(414)]=this[e(413)],this[e(357)](this[e(322)],this[e(380)],this[e(362)],this[e(413)])})),this[n(395)](this[n(335)],n(350),(()=>{this[n(350)]()}))}[Ge(354)](){this[Ge(323)]()}async[Ge(393)]({actionId:e,query:t,htmlContent:r,label:n,mainActionLabel:o}){const i=Ge;this[i(335)][i(414)]=n,this[i(335)][i(327)]=o,this[i(338)]=r,t&&(this[i(335)][i(364)]?this[i(357)](t,r,e,n):this[i(335)][i(384)](i(320),(()=>{this[i(357)](t,r,e,n)})))}[Ge(350)](){const e=Ge;this[e(332)]&&(this[e(332)]=!1,this[e(335)][e(349)](),this[e(337)][e(330)]())}[Ge(355)](){const e=Ge;this[e(338)]="",this[e(368)]="",this[e(363)]="",this[e(380)]="",this[e(322)]="",this[e(413)]="",this[e(362)]=void 0,this[e(335)][e(355)](),this[e(350)]()}async[Ge(357)](e,t,r,n){const o=Ge;return this[o(332)]=!0,this[o(335)][o(392)](),this[o(380)]=t,this[o(322)]=e,this[o(413)]=n||e,this[o(362)]=r,new Promise((n=>{const i=o;this[i(337)][i(382)]({query:e,context:t,onData:e=>{const t=i;this[t(363)]=e,this[t(368)]=this[t(329)](this[t(363)])},actionId:r})[i(379)]((()=>{const e=i;!this[e(368)]&&this[e(363)]&&(this[e(368)]=this[e(329)](this[e(363)],!0))}))[i(415)]((e=>{const t=i;e instanceof Ue?this[t(335)][t(365)](e[t(409)]):this[t(335)][t(365)](),n()}))[i(372)]((()=>{this[i(350)](),n()}))}))}[Ge(329)](e,t=!1){const r=Ge,n=Ze[r(416)](e);e=n?e[r(336)](n[1][r(366)]):e[r(366)]<100&&!t?"":this[r(381)](e);const o=this[r(408)][r(328)](e,r(403));if(n){const e=Array[r(389)](o[r(359)][r(401)]);e[r(386)]();for(const t of e){if(t[r(397)]==Node[r(358)])break;t[r(344)]()}}const i=this[r(321)][r(324)][r(339)][r(396)](this[r(343)][r(404)](o[r(359)]));this[r(400)]()||this[r(331)](i);const s=this[r(321)][r(347)][r(360)](r(345)),a=this[r(321)][r(324)][r(346)](i);return s||a[r(374)][r(373)](),this[r(321)][r(324)][r(351)](a)}[Ge(331)](e){const t=Ge,r=new Ie.UpcastWriter(this[t(321)][t(342)][t(335)][t(378)]),n=new Ie.Matcher({name:/^h[1-5]$/}),o=[];let i=!1;for(const r of e)r.is(t(356))&&n[t(405)](r)&&(o[t(333)](r),"h1"==r[t(371)]&&(i=!0));if(i)for(const e of o)r[t(353)]("h"+(parseInt(e[t(371)][1])+1),e)}[Ge(400)](){const e=Ge,{data:t,editing:r}=this[e(321)],n=t[e(375)][e(396)](e(398)),o=t[e(396)](t[e(346)](n));return!!r[e(335)][e(406)][e(383)](o)[e(402)]("h1")}[Ge(412)](e){const t=Ge;return this[t(321)][t(342)][t(335)][t(406)][t(369)](this[t(325)],e),this[t(325)][t(377)]}[Ge(381)](e){const t=Ge,r=e[t(394)]();return r[t(388)](t(326))?r[t(340)](t(407))?r[t(336)](7,r[t(366)]-3):r[t(336)](7):e}}const Je=Ye;function Ye(e,t){const r=et();return(Ye=function(e,t){return r[e-=110]})(e,t)}!function(e){const t=Ye,r=e();for(;;)try{if(332352===parseInt(t(113))/1+-parseInt(t(110))/2*(-parseInt(t(128))/3)+parseInt(t(118))/4+parseInt(t(145))/5+parseInt(t(141))/6+-parseInt(t(132))/7*(-parseInt(t(143))/8)+-parseInt(t(114))/9*(parseInt(t(125))/10))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(et);const Qe={REPLACE:Je(116),INSERT:Je(127)};class Xe extends o.ToolbarView{constructor(e){const t=Je;super(e),this[t(130)](t(138),!1),this[t(130)](t(131),Qe[t(129)]),this[t(117)]=this[t(112)]("",t(123)),this[t(117)][t(139)](t(137)).to(this,t(131),(r=>De(e,t(134)+r[t(124)]()+t(122)))),this[t(136)]=this[t(112)](De(e,t(126))),this[t(111)]=this[t(112)](De(e,t(140))),this[t(120)]=this[t(112)](De(e,t(135)));const r=this[t(142)];this[t(115)]({attributes:{class:[t(133),r.if(t(138),t(119),(e=>!e))]}}),this[t(146)][t(144)]([this[t(117)],this[t(136)],this[t(111)],this[t(120)]])}[Je(112)](e,t){const r=Je,n=new o.ButtonView(this[r(121)]);return n[r(130)]({label:e,class:t||"",isVisible:!0,withText:!0}),n}}function et(){const e=["isVisible","bind","Try again","2400978tmkmTT","bindTemplate","4977584KabaPO","addMany","1592005CqIKGI","items","190XDMyxV","tryAgainButton","_createButton","114416PmnHwU","369855NOBMlG","extendTemplate","replace","replaceButton","1223436FGkvEA","ck-hidden","stopButton","locale","_CONTENT","ck-button-action","toUpperCase","480PPXCDW","Insert below","insert","17175rkoTCA","REPLACE","set","mainAction","7vREMob","ck-ai-form__toolbar","AI_","Stop","insertButton","label"];return(et=function(){return e})()}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=it;function nt(){const e=["ck-ai-form__copy-button","isProcessing","ck-ai-form__content-area--processing","lastElementChild","querySelector","2571625fBVJbQ","left","remove","render","setEndBefore","9lSYlHS","focus","set","isVisible","innerHTML","change:value","execCommand","ck-hidden","ck-ai-form__loader","copy","3628440AeZUCd","text/html","_createLoader","check","createElement","<span>[</span>","2IgiJqj","AI is writing...","appendLoader","change:isProcessing","setStartAfter","2526924kgNmOC","197043KmAQFZ",".ck-ai-form__loader","<span>]</span>","clipboard","getSelection","class","body","text/plain","firstElementChild","removeAllRanges","6LRAChW","copyButtonView","bind","302443emZEQF","style","ck-reset_all-excluded","appendChild","mousedown","icon","3190064OtprJB","_createCopyButton","addRange","write","bindTemplate","ck-ai-form__content-field","scrollTo","wheel","-9999px","locale","ck-ai-form__content-area-wrapper","_copyHTMLToClipboard","scrollHeight","1496920MOGpxH","element","loaderView","setContent","div"," ck-ai-form__copy-button--copied","ck-ai-form__copy-button-wrapper","value","ck-ai-form__content-area","contentFieldView","position","Copy","ClipboardItem","ck-content","textContent","absolute","setTemplate","isEnabled","execute","createRange","smooth","3LLwFXa","listenTo"];return(nt=function(){return e})()}!function(e){const t=it,r=e();for(;;)try{if(319470===parseInt(t(477))/1*(parseInt(t(458))/2)+parseInt(t(430))/3*(-parseInt(t(463))/4)+parseInt(t(409))/5*(parseInt(t(474))/6)+parseInt(t(437))/7+-parseInt(t(483))/8*(parseInt(t(442))/9)+parseInt(t(452))/10+parseInt(t(464))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(nt);class ot extends o.View{constructor(e,t=""){const r=it;super(e),this[r(444)]({value:null,isVisible:!1,isProcessing:!1});const n=this[r(487)];this[r(418)]=new st(e,t),this[r(475)]=this[r(484)](),this[r(425)]({tag:r(413),attributes:{class:["ck",r(406),n.if(r(445),r(449),(e=>!e))],tabindex:"-1"},children:[{tag:r(413),attributes:{class:["ck",r(417),n.if(r(433),r(434))]},children:[this[r(418)],{tag:r(413),attributes:{class:["ck",r(415)]},children:[this[r(475)]]}]}]})}[rt(440)](){const e=rt;super[e(440)](),this[e(416)]&&this[e(418)][e(412)](this[e(416)]);let t=!1;this.on(e(447),((r,n,o)=>{const i=e,s=!this[i(418)][i(410)][i(436)](i(465));this[i(418)][i(412)](o),this[i(433)]&&s&&!t&&this[i(410)][i(402)]({top:this[i(410)][i(408)],behavior:i(429)})})),this.on(e(461),((r,n,o)=>{const i=e;t=!1,o?(this[i(416)]=null,this[i(418)][i(460)]()):this[i(416)]||this[i(418)][i(412)]("")})),this[e(431)](this[e(410)],e(403),(()=>{t=!0})),this[e(431)](this[e(410)],e(481),(()=>{t=!0}))}[rt(443)](){const e=rt;this[e(410)][e(443)]()}[rt(484)](){const t=rt,r=this[t(405)],n=new o.ButtonView(this[t(405)]),i=t(432);return n[t(444)]({label:De(r,t(420)),icon:tt,class:i,tooltip:!0}),n[t(476)](t(445)).to(this,t(416),(e=>!!e)),n[t(476)](t(426)).to(this,t(433),(e=>!e)),n.on(t(427),(()=>{const r=t;this[r(407)](this[r(418)][r(410)]),n[r(482)]=e.icons[r(455)],n[r(469)]=i+r(414),this[r(443)](),setTimeout((()=>{const e=r;n[e(482)]=tt,n[e(469)]=i}),1e3)})),n}[rt(407)](e){const r=rt,{window:n,document:o}=t.global;if(n[r(421)]){const{Blob:t,ClipboardItem:o}=n,i=[new o({"text/html":new t([e[r(446)]],{type:r(453)}),"text/plain":new t([e[r(423)]||""],{type:r(471)})})];navigator[r(467)][r(486)](i)}else{const t=o[r(456)](r(413));t[r(478)][r(419)]=r(424),t[r(478)][r(438)]=r(404),t[r(446)]=r(457)+e[r(446)]+r(466),o[r(470)][r(480)](t);const i=o[r(428)]();i[r(462)](t[r(472)]),i[r(441)](t[r(435)]);const s=n[r(468)]();s[r(473)](),s[r(485)](i),o[r(448)](r(451)),t[r(439)]()}}}function it(e,t){const r=nt();return(it=function(e,t){return r[e-=401]})(e,t)}class st extends o.View{constructor(e,t=""){const r=rt;super(e),this[r(411)]=this[r(454)](),this[r(425)]({tag:r(413),attributes:{class:["ck",r(422),t,r(479),r(401)]}})}[rt(412)](e){const t=rt;this[t(410)][t(446)]=e}[rt(460)](){const e=rt;this[e(410)][e(480)](this[e(411)][e(410)])}[rt(454)](){const e=rt,t=new o.View,r=this[e(405)],n=new o.SpinnerView;return n[e(445)]=!0,t[e(425)]({tag:e(413),attributes:{class:["ck",e(450)]},children:[n,{text:De(r,e(459))}]}),t[e(440)](),t}}function at(e,t){const r=ct();return(at=function(e,t){return r[e-=281]})(e,t)}function ct(){const e=["207008bMaqyc","7vnhRLm","1091352FhGqCQ","div","172591dLhfJG","467424jfMTot","65FlPRkC","1473066XwCBGA","11tgojOw","10778390TrVvDK","text","2UwLIaE","setTemplate","bindTemplate","set","784053thyALC","content","ck-ai-form__error"];return(ct=function(){return e})()}!function(e){const t=at,r=e();for(;;)try{if(373459===parseInt(t(297))/1+-parseInt(t(286))/2*(parseInt(t(290))/3)+parseInt(t(293))/4*(-parseInt(t(281))/5)+parseInt(t(282))/6+parseInt(t(294))/7*(-parseInt(t(295))/8)+-parseInt(t(298))/9+-parseInt(t(284))/10*(-parseInt(t(283))/11))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(ct);class ut extends o.View{constructor(e,t=""){const r=at;super(e);const n=new o.IconView,i=this[r(288)];this[r(289)](r(285),t),n[r(291)]='<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(287)]({tag:r(296),attributes:{class:["ck",r(292)]},children:[n,{text:i.to(r(285))}]})}}const lt=gt;function dt(){const e=["minRows","_createSubmitButton","fieldView","570fgumrG","fieldWrapperChildren","excludeScrollbarsAndBorders","isOn","3cxtuzT","filteredView","focus","set","ck-ai-form__toggle-history","enter","fire","1077788hcCXYF","bind","10vHtcAY","focusableChildren","focusFirst","left","queryView","focusLast","value","uiLanguageDirection","5309513PjqiVY","ck-ai-form__submit","requestAnimationFrame","render","showHistoryButtonView","_createShowHistoryButton","isEnabled","execute","Submit","resultsView","add","maxRows","5pXlhRc","History","isEmpty","element","submitButtonView","submit","target","history","width","locale","4626600ZeyrSg","876836iydjAh","1229036HevfZm","window","6442929nUgxZg","update","isVisible","focusCycler","keystrokes","43351gSLBNb","style","rtl","children","right"];return(dt=function(){return e})()}function gt(e,t){const r=dt();return(gt=function(e,t){return r[e-=253]})(e,t)}!function(e){const t=gt,r=e();for(;;)try{if(601351===-parseInt(t(263))/1+parseInt(t(296))/2*(parseInt(t(256))/3)+parseInt(t(297))/4*(parseInt(t(285))/5)+parseInt(t(312))/6*(parseInt(t(304))/7)+parseInt(t(295))/8+-parseInt(t(299))/9+-parseInt(t(265))/10*(-parseInt(t(273))/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(269)][r(311)][r(309)]=1,this[r(269)][r(311)][r(284)]=3,this[r(289)]=this[r(310)](),this[r(277)]=this[r(278)](),this[r(266)][r(283)](this[r(277)],1),this[r(266)][r(283)](this[r(289)])}[lt(276)](){const e=lt;super[e(276)](),this[e(269)][e(253)][e(283)](this[e(277)]),this[e(307)][e(283)](this[e(289)]),this[e(303)][e(259)](e(261),((t,r)=>{const n=e;t[n(291)]==this[n(269)][n(311)][n(288)]&&(this[n(290)](),r())}))}[lt(310)](){const e=lt,t=new o.ButtonView(this[e(294)]),r=this[e(294)];return t[e(259)]({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:De(r,e(281)),isVisible:!0,tooltip:!0,class:e(274)}),t.on(e(280),(()=>{this[e(290)]()})),t[e(264)](e(279)).to(this[e(269)][e(311)],e(287),this,e(279),((e,t)=>!e&&t)),t}[lt(278)](){const r=lt,n=new o.ButtonView(this[r(294)]),i=this[r(282)],s=this[r(294)];n[r(259)]({label:De(s,r(286)),withText:!1,icon:e.icons[r(292)],tooltip:!0,tooltipPosition:"sw",class:r(260)}),n[r(264)](r(255)).to(i,r(301)),n[r(264)](r(279)).to(this,r(279)),n.on(r(280),(()=>{const e=r;i[e(301)]=!i[e(301)],i[e(301)]?this[e(257)][e(258)]():this[e(258)]()}));const a=()=>{const e=r;t.global[e(298)][e(275)]((()=>{const r=e;if((0,t.isVisible)(this[r(288)])){const e=new t.Rect(this[r(269)][r(311)][r(288)]),o=e[r(293)],i=r(306)===s[r(272)]?r(268):r(308);e[r(254)](),n[r(288)][r(305)][i]=o-e[r(293)]+1+"px"}}))};return this[r(269)][r(311)].on(r(300),a),this.on(r(276),a),n}[lt(290)](){const e=lt,t=this[e(269)][e(311)][e(288)][e(271)];this[e(262)](e(290),t)}[lt(258)](e){const t=lt;-1===e?this[t(302)][t(270)]():this[t(302)][t(267)]()}}function ft(e,t){const r=kt();return(ft=function(e,t){return r[e-=413]})(e,t)}const pt=ft;!function(e){const t=ft,r=e();for(;;)try{if(762053===-parseInt(t(436))/1+-parseInt(t(415))/2*(parseInt(t(424))/3)+-parseInt(t(421))/4+-parseInt(t(429))/5+parseInt(t(426))/6*(-parseInt(t(432))/7)+-parseInt(t(420))/8*(parseInt(t(430))/9)+parseInt(t(428))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(kt);class mt extends o.ListView{constructor(e){const t=ft;super(e),this[t(435)]=this[t(427)](),this[t(439)]=new o.ListItemGroupView,this[t(439)][t(425)][t(423)](this[t(435)],1),this[t(439)][t(419)]=De(e,t(433)),this[t(439)][t(417)][t(418)](t(438)).to(this),this[t(417)][t(423)](this[t(439)])}[pt(416)](){const e=pt;let t=0;for(const r of this[e(417)])t+=r[e(417)][e(414)];return{resultsCount:t,totalItemsCount:t}}[pt(427)](){const e=pt,t=this[e(437)],r=new o.ButtonView(this[e(437)]);return r[e(434)]({label:"("+De(t,e(431))+")",withText:!0}),r.on(e(438),(()=>this[e(422)](e(413)))),r}}function kt(){const e=["3111484zkSNgI","fire","add","24FgrqnY","children","3379008egvHEp","_createClearHistoryButton","51198740uDJJCF","1803965KfBDUL","22698OHyLem","Clear","7dUogus","Prompt history","set","clearHistoryButton","1321699kqEHRR","locale","execute","historyGroupView","clearHistory","length","295112ToMcxI","filter","items","delegate","label","488izTBYi"];return(kt=function(){return e})()}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 Bt=function(e){return null==e?"":Nt(e)};const Ut=function(e){return function(t){return null==e?void 0:e[t]}};const Dt=Ut({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Ft=/&(?:amp|lt|gt|quot|#39);/g,jt=RegExp(Ft.source);const Ht=function(e){return(e=Bt(e))&&jt.test(e)?e.replace(Ft,Dt):e};function qt(e,t){const r=Vt();return(qt=function(e,t){return r[e-=154]})(e,t)}!function(e){const t=qt,r=e();for(;;)try{if(201675===parseInt(t(168))/1+-parseInt(t(159))/2*(parseInt(t(161))/3)+parseInt(t(165))/4*(parseInt(t(154))/5)+-parseInt(t(170))/6*(parseInt(t(160))/7)+parseInt(t(171))/8*(parseInt(t(169))/9)+-parseInt(t(157))/10+parseInt(t(158))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Vt);class zt extends o.ListItemView{constructor(e){const t=qt;super();const r=new o.ButtonLabelView,n=new o.ButtonView(this[t(162)],r);this[t(164)][t(163)](n),n[t(156)]({label:e[t(155)],withText:!0}),n.on(t(166),(()=>{const r=t;this[r(167)](r(166),{value:Ht(e[r(155)])})}))}}function Vt(){const e=["1965YdDinw","prompt","set","3432880xJjeqH","2267177ikICDb","2lkRsfx","14juaDju","567051YJIWmm","locale","add","children","3012dlJapM","execute","fire","213277wCECxS","2367jpFaWO","489198mJImEy","5528Rbwgvp"];return(Vt=function(){return e})()}function Gt(e,t){const r=Zt();return(Gt=function(e,t){return r[e-=183]})(e,t)}const Wt=Gt;function Zt(){const e=["getItem","_saveToSessionStorage","CKEditor/AIFormView/PromptHistory","prompt","setItem","1385334JCMeIn","822792PasDWb","remove","10BeJoDD","map","trim","addMany","toLowerCase","7teiYPx","146918fXzaHA","add","15BuTqaf","871172TpJBiz","stringify","length","518685kwGrzZ","last","2752002wdzRqe","_loadFromSessionStorage","91128rcSyrn","4PGABsd","parse"];return(Zt=function(){return e})()}!function(e){const t=Gt,r=e();for(;;)try{if(343201===-parseInt(t(202))/1*(-parseInt(t(186))/2)+parseInt(t(208))/3+-parseInt(t(205))/4*(parseInt(t(204))/5)+parseInt(t(194))/6*(parseInt(t(201))/7)+-parseInt(t(185))/8+parseInt(t(193))/9*(parseInt(t(196))/10)+parseInt(t(183))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Zt);const Kt=Wt(190);class Jt extends t.Collection{constructor(){const e=Wt;super(),this[e(184)](),this.on(e(203),((t,r)=>{const n=e,o=Yt(r[n(191)]);for(const e of this)if(e!=r&&Yt(e[n(191)])===o){this[n(195)](e);break}this[n(207)]>20&&this[n(195)](this[n(209)]),this[n(189)]()})),this.on(e(195),(()=>{this[e(189)]()}))}[Wt(184)](){const e=Wt,t=sessionStorage[e(188)](Kt)||"[]";this[e(199)](JSON[e(187)](t))}[Wt(189)](){const e=Wt;sessionStorage[e(192)](Kt,JSON[e(206)](this[e(197)]((e=>e))))}}function Yt(e){const t=Wt;return e[t(200)]()[t(198)]()}const Qt=Ut({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});var Xt=/[&<>"']/g,er=RegExp(Xt.source);const tr=function(e){return(e=Bt(e))&&er.test(e)?e.replace(Xt,Qt):e},rr=or;function nr(){const e=["focusLast","stopProcessing","render","_createHistoryView","contentArea","keystrokes","isError","setTemplate","copyButtonView","focusTracker","Ask AI to improve generated text","value","13999930KtWzHn","_createToolbar","high","trim","tryAgainEvent","insertContentBelow","historyGroupView","search","tryAgainButton","6566694fQDDEo","insertButton","prompt","Ask AI and your prompts will be listed here for you to use later.","ck-ai-form-content","clear","tab","fieldView","focusCycler","_createPromptView","queryView","shift + tab","focus","_promptHistory","8RTMoGI","5ydiHak","ck-hidden","locale","submitPrompt","text","set","isProcessing","promptView","element","isVisible","bindTemplate","reset","bindTo","clearHistory","mainAction","5543084IjEZve","startProcessing","replaceButton","REPLACE","Empty history","focusFirst","AI_ERROR_FAILED","handleError","fire","toolbar","finishProcessing","106dgMKKP","delegate","label","Ask AI to edit or generate","chain","1818276LPPkUj","_focusables","23879jJYshn","add","div","createCollection","bind","listenTo","10292679pvKFyg","isEnabled","errorView","submit","1888173kiVQEy","ck-ai-form","stopButton","execute","items","replaceContent"];return(nr=function(){return e})()}function or(e,t){const r=nr();return(or=function(e,t){return r[e-=370]})(e,t)}!function(e){const t=or,r=e();for(;;)try{if(693528===-parseInt(t(430))/1*(parseInt(t(423))/2)+-parseInt(t(428))/3+parseInt(t(412))/4*(parseInt(t(397))/5)+-parseInt(t(382))/6+-parseInt(t(440))/7+-parseInt(t(396))/8*(-parseInt(t(436))/9)+parseInt(t(373))/10)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(402)](i(437),!0),this[i(402)](i(403),!1),this[i(402)](i(384),""),this[i(402)](i(372),""),this[i(402)](i(452),!1),this[i(402)](i(411),Qe[i(415)]),this[i(395)]=new Jt,this[i(438)]=new ut(e),this[i(450)]=new ot(e,n),this[i(450)][i(434)](i(403)).to(this),this[i(450)][i(434)](i(372)).to(this),this[i(421)]=this[i(374)](),this[i(421)][i(434)](i(411)).to(this),this[i(404)]=this[i(391)](),this[i(370)]=new t.FocusTracker,this[i(451)]=new t.KeystrokeHandler,this[i(429)]=this[i(433)]([this[i(450)],this[i(450)][i(454)],this[i(421)],this[i(404)]]),this[i(390)]=new o.FocusCycler({focusables:this[i(429)],focusTracker:this[i(370)],keystrokeHandler:this[i(451)],actions:{focusPrevious:i(393),focusNext:i(388)}}),this[i(390)][i(427)](this[i(404)][i(390)]),this[i(404)][i(392)][i(389)][i(434)](i(372)).to(this,i(384));const s=this[i(407)];this[i(453)]({tag:i(432),attributes:{class:["ck",i(441),r],tabindex:"-1"},children:[{tag:i(432),attributes:{class:["ck",i(386)]},children:[{tag:i(432),attributes:{class:[s.if(i(452),i(398),(e=>!e))]},children:[this[i(438)]]},this[i(450)],this[i(421)],this[i(404)]]}]})}[rr(448)](){const e=rr;super[e(448)](),this[e(370)][e(431)](this[e(450)][e(405)]),this[e(370)][e(431)](this[e(450)][e(454)][e(405)]),this[e(370)][e(431)](this[e(421)][e(405)]),this[e(370)][e(431)](this[e(404)][e(405)]),this[e(451)][e(435)](this[e(405)])}[rr(394)](e=1){const t=rr;-1===e?this[t(390)][t(446)]():this[t(390)][t(417)]()}[rr(408)](){const e=rr;this[e(384)]="",this[e(372)]="",this[e(452)]=!1,this[e(404)][e(408)](),this[e(450)][e(406)]=!1,this[e(421)][e(406)]=!1}[rr(391)](){const e=rr,t=this[e(399)],r=new ht(t,{queryView:{label:De(t,e(426)),creator:o.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:De(t,e(416)),secondary:De(t,e(385))}}},filteredView:this[e(449)](),queryMinChars:1/0,resetOnBlur:!1});return r[e(434)](e(437)).to(this,e(437),this,e(403),((e,t)=>e&&!t)),this[e(435)](r,e(439),((t,r)=>{const n=e;this[n(384)]=r;const o=tr(r);this[n(420)](n(400),o),r[n(376)]()&&this[n(395)][n(431)]({prompt:o},0)}),{priority:e(375)}),r}[rr(449)](){const e=rr,t=new mt(this[e(399)]);return t[e(379)][e(444)][e(409)](this[e(395)]).as(zt),t.on(e(410),(()=>{const t=e;this[t(395)][t(387)](),this[t(404)][t(380)](""),this[t(404)][t(394)]()})),t}[rr(374)](){const e=rr,t=new Xe(this[e(399)]);return t[e(414)][e(434)](e(437)).to(this,e(437),this,e(403),this,e(372),((e,t,r)=>e&&!t&&!!r)),t[e(414)][e(424)](e(443)).to(this,e(445)),t[e(383)][e(434)](e(437)).to(this,e(437),this,e(403),this,e(372),((e,t,r)=>e&&!t&&!!r)),t[e(383)][e(424)](e(443)).to(this,e(378)),t[e(381)][e(434)](e(437)).to(this,e(437),this,e(403),((e,t)=>e&&!t)),t[e(381)][e(424)](e(443)).to(this,e(377)),t[e(442)][e(434)](e(437)).to(this,e(403)),t[e(442)][e(424)](e(443)).to(this,e(447)),t}[rr(413)](){const e=rr;this[e(372)]="",this[e(452)]=!1,this[e(403)]=!0,this[e(450)][e(406)]=!0,this[e(421)][e(406)]=!0,this[e(450)][e(394)]()}[rr(422)](){const e=rr,t=this[e(399)];this[e(403)]=!1,this[e(384)]="",this[e(404)][e(408)](),this[e(372)]&&(this[e(404)][e(392)][e(425)]=De(t,e(371)))}[rr(419)](e){const t=rr,r=this[t(399)];this[t(422)](),this[t(452)]=!0,this[t(438)][t(401)]=e||De(r,t(418)),this[t(372)]||(this[t(450)][t(406)]=!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-=343]})(e,t)}function pr(){const e=["menuPanelClass","getSelectedElement","editor","ai.aiAssistant.commands","showAIAssistant","change:enabledCommandsIds","_commandDefinitions","updateView","push","promptView","AIAssistantUI","children","wasMoved","aiLicenseKeyValid","componentFactory","trialLimit","aiLicenseKeyTrialLimit","values","media","ai.aiAssistant.disabledElements","enabledCommandsIds","document","rawHtml","show","_forceMarkersCopy","invalid","aiAssistant","_getResolvedCommandsDefinitions","getSelectedBlocks","panelView","_createAIAssistantUIButton","menuitemcheckbox","focus","usageLimit","splice","AI Commands","aiLicenseKeyNotAllowed","isCollapsed","menuBar:aiAssistant","filter","evaluationLimit","getRanges","aiLicenseKeyExpired","sort","reset","once","ck-ai-assistant-button ","order","_formView","textAdapter","tableOfContents","ai.useTheme","change:value","_getMenuBarGroupButtons","polite","547821oiiGws","define","comment","prompt","setSelection","update","450BnsJMz","text/html","change:isProcessing","hideUI","trim","_aiAssistantController","_dialog","aiLicenseKeyDomainLimit","isFlat","isPremiumPlugin","init","isOn","contentArea","render","256800XnXMaa","change:isError","aiCommands","updatePosition","command:","replace","isEnabled","delegate","copy","selection","2ffmSSN","DataTransfer","buttonView","buttons","set","ck-ai-assistant-ui","locale","<p>","requires","from","menuBar:aiCommands","get","text","173509ABFWAc","_initAriaAiStatusChangeAnnouncements","expired"," ck-ai-assistant-ui_theme","requiresContent","robotPencil","licenseKey","addMany","_licenseKeyCheckInterval","ck-ai-commands-dropdown ","fire","2391050ZRphvH","</p>","hide","REPLACE","INSERT","AI Assistant","length","464120vTUSIL","hideFakeVisualSelection","showFakeVisualSelection","aiLicenseKeyInvalid","body","ai.aiAssistant.contentAreaCssClass","isOfficialPlugin","_onExecute","view","currentContext","_showLicenseError","fieldView","894024BZfoZD","includes","35qdroJA","AI is writing","_aiAdapter","config","aiLicenseKeyEvaluationLimit","queryView","destroy","featureNotAllowed","16296nKGMaB","source","execute","Error during AI content generation: %0","forEach","insertContent","custom","groupLabel","_populateMenuBarMenu","ai-commands-config-order-collision","pluginName","_uiCssClasses","items","label","editing","Generated content: %0","insertContentBelow","AIAssistant","errorView","menuView","bind","commands","EDITOR_TOP_SIDE","plugins","getData","domainLimit","_initView","map","replaceContent","add","groupId","listenTo","schema","change","getLimitElement","announce","aiLicenseKeyUsageLimit","showUI","model"];return(pr=function(){return e})()}!function(e){const t=fr,r=e();for(;;)try{if(125821===-parseInt(t(394))/1+-parseInt(t(381))/2*(parseInt(t(351))/3)+parseInt(t(424))/4+-parseInt(t(412))/5+parseInt(t(371))/6*(parseInt(t(426))/7)+parseInt(t(434))/8*(-parseInt(t(357))/9)+parseInt(t(405))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(pr);const mr=globalThis[hr(382)];class kr extends e.Plugin{static get[hr(444)](){return hr(483)}static get[hr(418)](){return!0}static get[hr(366)](){return!0}static get[hr(389)](){return[Ee.ClipboardMarkersUtils,Oe,Ne,o.Dialog]}constructor(e){const t=hr;super(e),this[t(445)]="",e[t(429)][t(352)](t(492),[t(491),t(495),t(346)]),e[t(429)][t(352)](t(417),""),e[t(429)][t(352)](t(347),!0),this[t(445)]=t(386)+(e[t(429)][t(392)](t(347))?t(397):"")}[hr(367)](){const e=hr,{editor:t}=this;this[e(428)]=t[e(457)][e(392)](Ne),this[e(363)]=t[e(457)][e(392)](o.Dialog),this[e(344)]=null,this[e(479)]=this[e(500)]();const r=new qe(t,Array[e(390)](this[e(479)][e(490)]()));t[e(455)][e(463)](e(477),r),t.ui[e(487)][e(463)](e(373),(n=>{const i=e,s=(0,o.createDropdown)(n);return s[i(385)]({class:i(403)+this[i(445)]}),s[i(383)][i(385)]({label:De(n,i(508)),icon:sr,tooltip:!0}),s.on(i(436),(e=>this[i(419)](e[i(435)].id))),(0,o.addMenuToDropdown)(s,t.ui[i(420)][i(416)],function(e){const t=i,r=xe(e[t(429)][t(392)](t(476)),e[t(387)]),n=wr(e,r)[t(512)]((e=>e[t(455)][t(411)]));return 1===n[t(411)]?wr(e,n[0][t(455)])[t(461)]((e=>({id:e.id,label:e[t(447)]}))):n[t(461)]((r=>{const n=t,{groupId:o,groupLabel:i,commands:s}=r;return{id:o,menu:i||o,children:wr(e,s)[n(461)]((e=>({id:e.id,label:e[n(447)]})))}}))}(t),{ariaLabel:De(n,i(508))}),s[i(453)][i(473)]=i(403)+this[i(445)],r.on(i(478),a),s[i(453)][i(518)](i(370),a),s;function a(){const e=i;s[e(377)]=r[e(493)][e(411)]>0;for(const t of s[e(453)][e(384)])t[e(377)]=r[e(493)][e(425)](t.id)}})),t.ui[e(487)][e(463)](e(391),(n=>{const i=e,s=new o.MenuBarMenuView(n);s[i(383)][i(385)]({label:De(n,i(508)),icon:sr}),s[i(454)](i(377)).to(r,i(493),(e=>e[i(411)]>0));const a=xe(t[i(429)][i(392)](i(476)),n);return this[i(442)](r,s,a,(e=>this[i(419)](e))),s})),t.ui[e(487)][e(463)](e(499),(()=>{const t=e,r=this[t(503)](o.ButtonView);return r[t(385)]({tooltip:!0,class:t(519)+this[t(445)]}),r})),t.ui[e(487)][e(463)](e(511),(()=>{const t=e,r=this[t(503)](o.MenuBarMenuListItemButtonView);return r[t(385)]({role:t(504)}),r})),this[e(400)]=this[e(475)][e(429)][e(392)](e(400));const n=this[e(475)];this[e(402)]=setInterval((()=>{const t=e;let r;for(const e in n){const o=e,i=n[o];if(t(486)==i||t(415)==i||t(515)==i||t(364)==i||t(509)==i||t(430)==i||t(489)==i||t(470)==i){delete n[o],r=i,clearInterval(this[t(402)]),this[t(402)]=void 0;break}}t(415)==r&&n[t(422)](t(498)),t(515)==r&&n[t(422)](t(396)),t(364)==r&&n[t(422)](t(459)),t(509)==r&&n[t(422)](t(433),t(451)),t(430)==r&&n[t(422)](t(513)),t(489)==r&&n[t(422)](t(488)),t(470)==r&&n[t(422)](t(506))}),1e3)}[hr(432)](){const e=hr;super[e(432)](),this[e(402)]&&clearInterval(this[e(402)])}[hr(471)](e="",t="",r=hr(440)){const n=hr,i=this[n(475)],s=i[n(448)][n(420)],a=i[n(457)][n(392)](Oe),c=i[n(457)][n(392)](Ee.ClipboardMarkersUtils);a[n(414)]();const u=new mr,l=new ClipboardEvent(n(379),{clipboardData:u}),d=new Ie.DataTransfer(u),g=new Ie.DomEventData(s,l,{dataTransfer:d});c[n(497)](n(353),(()=>{const e=n;s[e(494)][e(404)](e(379),g)})),this[n(344)]||(this[n(460)](),this[n(362)]=new Ke(i,this[n(428)][n(345)],this[n(344)]));let h=d[n(458)](n(358));const f=i[n(472)][n(494)][n(380)],p=Array[n(390)](f[n(514)]());1===p[n(411)]&&p[0][n(365)]&&!f[n(474)]()&&""!==h[n(376)](/&nbsp;/g,"")[n(361)]()&&(h=n(388)+h+n(406)),this[n(362)][n(480)]({actionId:r,query:e,htmlContent:h,label:t,mainActionLabel:Qe[i[n(472)][n(494)][n(380)][n(510)]?n(409):n(408)]}),n(499)!==this[n(363)].id?this[n(363)][n(496)]({id:n(499),icon:Ae[n(399)],title:De(this[n(475)][n(387)],n(410)),content:this[n(344)],position:o.DialogViewPosition[n(456)],onShow:()=>{const e=n;this[e(344)][e(505)]()},onHide:()=>{const e=n;this[e(362)][e(517)](),a[e(413)]()}}):this[n(363)][n(420)][n(485)]||this[n(363)][n(420)][n(374)]()}[hr(360)](){const e=hr;this[e(363)][e(407)]()}[hr(500)](){const e=hr,t=new Map,r=xe(this[e(475)][e(429)][e(392)](e(476)),this[e(475)][e(387)]);for(const n of r)for(const r of n[e(455)])t[e(385)](r.id,{...r,groupId:n[e(464)],groupLabel:n[e(441)]||n[e(464)]});return t}[hr(503)](e){const t=hr,r=this[t(475)],n=r[t(455)][t(392)](t(477)),o=new e(r[t(387)]);return o[t(385)]({label:De(r[t(387)],t(410)),icon:Ae[t(399)],isToggleable:!0}),o[t(454)](t(377)).to(n),o[t(454)](t(368)).to(this[t(363)],"id",(e=>t(499)===e)),this[t(465)](o,t(436),(()=>{const e=t;o[e(368)]?this[e(360)]():n[e(436)]()})),o}[hr(460)](){const e=hr,t=this[e(475)][e(457)][e(392)](Oe);this[e(344)]=new ir(this[e(475)][e(387)],this[e(445)],this[e(475)][e(429)][e(392)](e(417))),this[e(344)].on(e(348),(()=>{const t=e;this[t(363)][t(420)][t(485)]||this[t(363)][t(420)][t(374)]()})),this[e(344)][e(482)][e(431)][e(423)].on(e(356),(()=>{const t=e;this[t(363)][t(420)][t(485)]||this[t(363)][t(420)][t(374)]()})),this[e(465)](this[e(344)],e(462),(()=>{const r=e;t[r(439)](this[r(362)][r(421)]),this[r(360)]()})),this[e(465)](this[e(344)],e(450),(()=>{const r=e;t[r(450)](this[r(362)][r(421)]),this[r(360)]()})),this[e(395)]()}[hr(395)](){const e=hr,{locale:t,ui:{ariaLiveAnnouncer:r}}=this[e(475)];this[e(344)][e(369)].on(e(359),((n,o,i)=>{const s=e,a=this[s(362)][s(421)];i?r[s(469)](De(t,s(427))):a&&r[s(469)](De(t,s(449),a),{politeness:s(350),isUnsafeHTML:!0})})),this[e(344)].on(e(372),((n,o,i)=>{const s=e;if(i){const e=this[s(344)][s(452)][s(393)];r[s(469)](De(t,s(437),e))}}))}[hr(419)](e){const r=hr,n=this[r(479)][r(392)](e),o=this[r(475)],i=o[r(472)][r(494)][r(380)],s=o[r(455)][r(392)](r(477)),a=o[r(457)][r(392)](Oe),c=("_ungrouppedCommands"!==n[r(464)]?n[r(441)]+": ":"")+n[r(447)];if(!1!==n[r(398)]&&i[r(510)]){const e=(0,t.first)(i[r(501)]())||o[r(472)][r(466)][r(468)](i);o[r(472)][r(467)]((t=>{t[r(355)](e,"in")}))}a[r(414)](),s[r(436)](n[r(354)],c,r(375)+e)}[hr(442)](e,t,r,n){const i=hr,s=this[i(475)],a=s[i(387)],c=new o.MenuBarMenuListView(a),u=wr(s,r)[i(512)]((e=>e[i(455)][i(411)]));1===u[i(411)]?this[i(349)]({command:e,commands:u[0][i(455)],parentMenuView:t,onExecute:n})[i(438)]((e=>c[i(446)][i(463)](e))):u[i(438)]((({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(349)]({command:e,commands:u,parentMenuView:g,onExecute:n});g[l(383)][l(385)]({label:s||r}),g[l(378)](l(436)).to(t),h[l(446)][l(401)](f),g[l(502)][l(484)][l(463)](h),d[l(484)][l(463)](g),c[l(446)][l(463)](d)})),t[i(502)][i(484)][i(463)](c)}[hr(349)]({command:e,commands:t,parentMenuView:r,onExecute:n}){const i=hr,s=this[i(475)],a=s[i(387)];return wr(s,t)[i(461)]((t=>{const s=i,c=new o.MenuBarMenuListItemView(a,r),u=new o.MenuBarMenuListItemButtonView(a);return u[s(385)]({label:t[s(447)]}),u[s(378)](s(436)).to(r),u.on(s(436),(()=>n(t.id))),u[s(454)](s(377)).to(e,s(493),(e=>e[s(425)](t.id))),c[s(484)][s(463)](u),c}))}}function br(e,t){const r=hr;return void 0!==e[r(343)]&&void 0===t[r(343)]?1:void 0===e[r(343)]&&void 0!==t[r(343)]?-1:void 0!==e[r(343)]&&void 0!==t[r(343)]?e[r(343)]-t[r(343)]:0}function wr(e,r){const n=hr;r[n(516)](br);const o={},i=[];for(const s of r)if(void 0!==s[n(343)]){if(s[n(343)]in o)throw new t.CKEditorError(n(443),e,{conflictingDefinitions:[s,o[s[n(343)]]]});o[s[n(343)]]=s,i[n(507)](s[n(343)],0,s)}else i[n(481)](s);return i}function vr(e,t){const r=_r();return(vr=function(e,t){return r[e-=237]})(e,t)}const yr=vr;function _r(){const e=["translateFrench","Rewrite this content as a poem using poetic techniques without losing the original meaning.","Hindi","Improve writing","legal","Casual","3080229gfrdWa","translateChinese","changeTone","improveWriting","Spanish","translateHindi","filter","pluginName","translateGerman","Business","Translate the content to English language.","Change style","commands","groupId","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","Rewrite this content as a journalist using engaging language to convey the importance of the information.","casual","French","editOrReview","ai.aiAssistant.removeCommands","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","Make longer","Improve using polished, formal, and respectful language to convey professional expertise and competence.","Simplified Chinese","continue","ai.aiAssistant.extraCommandGroups","set","config","journalism","Improve using compelling, optimistic language to convey confidence in the writing.","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","summarize","Translate","Improve using direct language, using only the essential information.","isOfficialPlugin","AIAssistant","includes","130VlcYoA","Rewrite this content as a legal professional using valid legal terminology.","locale","push","3868186jgfFCg","German","business","translate","forEach","Translate the content to Simplified Chinese language.","Make shorter","direct","Poetic","generate","Continue","2805564EwrfLS","ai.aiAssistant.preserveComments","makeShorter","Translate the content to Spanish language.","Translate the content to Portuguese language.","Translate the content to French language.","Summarize","Translate the content to German language.","requires","Rewrite this content as a business professional with formal language.","Improve using friendly, comforting language, to convey understanding and empathy.","translateEnglish","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","confident","Confident","Portuguese","440676TCqlvq","Direct","715112eTQRZd","Improve using casual, informal language to convey a casual conversation with a real person.","concat","Arabic","changeStyle","Journalism","translateArabic","44456YFdbHM","get","ai.aiAssistant.commands","professional","Legal","Change tone","213702nPuhan","define","Friendly","Translate the content to Arabic language.","Generate from selection","translatePortuguese","Simplify language","English","friendly","441IMaGkp","Improve this content by using descriptive language and inserting more information and more detailed explanations.","poetic","Translate the content to Hindi language.","makeLonger","Edit or review","translateSpanish","simplifyLanguage","isPremiumPlugin","find","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Professional"];return(_r=function(){return e})()}!function(e){const t=vr,r=e();for(;;)try{if(797875===-parseInt(t(311))/1+parseInt(t(313))/2+-parseInt(t(243))/3+parseInt(t(295))/4+-parseInt(t(280))/5*(-parseInt(t(326))/6)+parseInt(t(284))/7+parseInt(t(320))/8*(-parseInt(t(335))/9))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(_r);class Sr extends e.Plugin{static get[yr(303)](){return[kr,Oe]}static get[yr(250)](){return yr(278)}static get[yr(277)](){return!0}static get[yr(343)](){return!0}constructor(e){const t=yr;super(e);const r=e[t(270)],n=e[t(282)];r[t(327)](t(296),!0),r[t(327)](t(322),function(e){const t=yr;return[{groupId:t(261),groupLabel:De(e,t(340)),commands:[{id:t(246),label:De(e,t(240)),prompt:t(345)},{id:t(297),label:De(e,t(290)),prompt:t(263)},{id:t(339),label:De(e,t(264)),prompt:t(336)},{id:t(342),label:De(e,t(332)),prompt:t(273)}]},{groupId:t(293),groupLabel:De(e,t(330)),commands:[{id:t(274),label:De(e,t(301)),prompt:t(257)},{id:t(267),label:De(e,t(294)),prompt:t(307)}]},{groupId:t(245),groupLabel:De(e,t(325)),commands:[{id:t(323),label:De(e,t(346)),prompt:t(265)},{id:t(259),label:De(e,t(242)),prompt:t(314)},{id:t(291),label:De(e,t(312)),prompt:t(276)},{id:t(308),label:De(e,t(309)),prompt:t(272)},{id:t(334),label:De(e,t(328)),prompt:t(305)}]},{groupId:t(317),groupLabel:De(e,t(254)),commands:[{id:t(286),label:De(e,t(252)),prompt:t(304)},{id:t(241),label:De(e,t(324)),prompt:t(281)},{id:t(271),label:De(e,t(318)),prompt:t(258)},{id:t(337),label:De(e,t(292)),prompt:t(238)}]},{groupId:t(287),groupLabel:De(e,t(275)),commands:[{id:t(306),label:De(e,t(333)),prompt:t(253)},{id:t(341),label:De(e,t(247)),prompt:t(298)},{id:t(331),label:De(e,t(310)),prompt:t(299)},{id:t(251),label:De(e,t(285)),prompt:t(302)},{id:t(237),label:De(e,t(260)),prompt:t(300)},{id:t(244),label:De(e,t(266)),prompt:t(289)},{id:t(248),label:De(e,t(239)),prompt:t(338)},{id:t(319),label:De(e,t(316)),prompt:t(329)}]}]}(n)),r[t(327)](t(268),[]),r[t(327)](t(262),[]);let o=xe(r[t(321)](t(322)),n);const i=r[t(321)](t(268)),s=r[t(321)](t(262));i[t(288)]((e=>{const r=t,n=o[r(344)]((t=>t[r(256)]===e[r(256)]));n?n[r(255)]=n[r(255)][r(315)](e[r(255)]):o[r(283)](e)})),o=o[t(249)]((e=>!s[t(279)](e[t(256)]))),o[t(288)]((e=>{const r=t;e[r(255)]=e[r(255)][r(249)]((e=>!s[r(279)](e.id)))})),r[t(269)](t(322),o)}}const Ar=Er;function xr(){const e=["name","4304024kdfKQg","reject","init","application/json","36dImzGi","27yYMFMr","error","34XuUBgs","18809nzIcZp","AI_ERROR_GET_HEADERS","440ZkiHOM","resolve","catch","_prepareRequestParameters","assign","51456009GBZMnU","editor","322791SQcjco","abort","9015902vkvjrF","aborted","AI_ERROR_GET_PARAMETERS","sendRequest","requires","object","49566UxOVyg","signal","_prepareRequestHeaders","10558200AUXmlM","aitextadapter-send-request-failed","textAdapter","locale","makeRequest","AbortError","get","plugins","abortController"];return(xr=function(){return e})()}function Er(e,t){const r=xr();return(Er=function(e,t){return r[e-=267]})(e,t)}!function(e){const t=Er,r=e();for(;;)try{if(816550===-parseInt(t(294))/1*(parseInt(t(293))/2)+-parseInt(t(303))/3*(parseInt(t(290))/4)+-parseInt(t(296))/5*(parseInt(t(273))/6)+-parseInt(t(267))/7+parseInt(t(286))/8*(-parseInt(t(291))/9)+parseInt(t(276))/10+parseInt(t(301))/11)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(xr);class Ir extends e.Plugin{static get[Ar(271)](){return[Ne]}constructor(e){const t=Ar;super(e),this[t(284)]=new AbortController}[Ar(288)](){const e=Ar;this[e(302)][e(283)][e(282)](Ne)[e(278)]=this}[Ar(304)](){const e=Ar;this[e(284)][e(274)][e(268)]||(this[e(284)][e(304)](),this[e(284)]=new AbortController)}async[Ar(280)](e){const r=Ar;return this[r(270)](e)[r(298)]((e=>{const n=r;if(e instanceof Ue)return Promise[n(287)](e);if(n(281)==e[n(285)])return Promise[n(297)]();throw console[n(292)](e),new t.CKEditorError(n(277),null)}))}async[Ar(275)](e,t){const r=Ar,n=this[r(302)][r(279)],o={"Content-Type":r(289)};if(r(272)==typeof e)Object[r(300)](o,e);else if(e)try{const n=await e(t);Object[r(300)](o,n)}catch(e){return Promise[r(287)](new Ue(De(n,r(295))))}return o}async[Ar(299)](e,t){const r=Ar,n=this[r(302)][r(279)];if(r(272)==typeof e)return e;try{return await e(t)}catch(e){return Promise[r(287)](new Ue(De(n,r(269))))}}}const Rr=Mr;!function(e){const t=Mr,r=e();for(;;)try{if(351415===parseInt(t(154))/1+parseInt(t(183))/2*(-parseInt(t(174))/3)+-parseInt(t(158))/4*(parseInt(t(177))/5)+parseInt(t(190))/6*(parseInt(t(141))/7)+parseInt(t(144))/8+-parseInt(t(132))/9*(parseInt(t(126))/10)+parseInt(t(145))/11*(parseInt(t(161))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Cr);class Pr extends Ir{static get[Rr(148)](){return Rr(138)}constructor(e){const t=Rr;super(e),e[t(140)][t(185)](t(168),t(167)),e[t(140)][t(142)](t(127))||e[t(140)][t(185)](t(127),{model:t(153),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(180)]=e[t(140)][t(142)](t(168)),this[t(169)]=e[t(140)][t(142)](t(149))||{},this[t(156)]=e[t(140)][t(142)](t(127))}async[Rr(181)]({query:e,context:t,onData:r,actionId:n}){const o=Rr,i=this[o(191)][o(160)],s=await this[o(162)](e,t,n),a=await this[o(122)](this[o(169)],n),c=await this[o(134)](this[o(156)],n),u={messages:s,...c},l={method:o(165),headers:a,body:JSON[o(128)](u),signal:this[o(164)][o(178)]},d=await fetch(this[o(180)],l);if(d.ok)return c[o(188)]?await this[o(137)](d,r):await this[o(173)](d,r),Promise[o(129)]();{const e=await d[o(124)]();return e[o(184)](o(151))?Promise[o(157)](new Ue(De(i,o(166)))):e[o(184)](o(175))?Promise[o(157)](new Ue(De(i,o(147)))):Promise[o(157)](new Error(e))}}async[Rr(162)](e,t,r){const n=Rr;let o,i;return t?(o=n(186),i=n(131)+e+n(133)+t):(o=n(193),i=e),[{role:n(146),content:o},{role:n(136),content:i}]}async[Rr(137)](e,t){const r=Rr,n=e[r(155)][r(176)](),o=new TextDecoder;let i="",s="",a="",c=!1;for(;!c;){const{done:e,value:u}=await n[r(123)](),l=i+o[r(189)](u);let d="";c=e;try{d=this[r(135)](l),i=""}catch(e){i=l;continue}s+=d,!c&&this[r(143)](s)||s&&(a+=s,s="",t(a))}return Promise[r(129)]()}async[Rr(173)](e,t){const r=Rr;return t((await e[r(125)]())[r(130)][0][r(182)][r(172)]),Promise[r(129)]()}[Rr(143)](e){const t=Rr,r=e[t(163)]("<")[t(187)]!==e[t(163)](">")[t(187)],n=e[t(187)]<30;return r&&n}[Rr(135)](e){const t=Rr;return e[t(163)](/\n(?![^{]*\})/g)[t(170)]((e=>e[t(179)](t(150),"")))[t(139)]((e=>e&&e[t(187)]>0&&t(192)!==e))[t(170)]((e=>{const r=t,{choices:n}=JSON[r(159)](e);if(n[0]&&n[0][r(152)]&&n[0][r(152)][r(172)])return n[0][r(152)][r(172)]}))[t(139)]((e=>e))[t(171)]("")}}function Mr(e,t){const r=Cr();return(Mr=function(e,t){return r[e-=122]})(e,t)}function Cr(){const e=["content","_readStaticResponse","246VmJgLV","Moderation","getReader","25kAqVAt","signal","replace","_apiUrl","sendRequest","message","14062vtRvCm","includes","define","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.","length","stream","decode","6lzHwqw","editor","[DONE]","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.","_prepareRequestHeaders","read","text","json","410mUQCFr","ai.openAI.requestParameters","stringify","resolve","choices","Instruction:\n","91971WtdixQ","\nYou must keep the text formatting.\n\nContent:\n","_prepareRequestParameters","_cleanUpData","user","_readStreamableResponse","OpenAITextAdapter","filter","config","1623461UXVpbP","get","_isBufferIncomplete","3539104XbXulx","27401jEwKMB","system","AI_ERROR_MODERATION","pluginName","ai.openAI.requestHeaders","data: ","context_length_exceeded","delta","gpt-3.5-turbo","130296yALtyk","body","_requestParameters","reject","341336tKrPJb","parse","locale","4668scrEsK","prepareMessages","split","abortController","POST","AI_ERROR_CONTEXT_LENGTH","https://api.openai.com/v1/chat/completions","ai.openAI.apiUrl","_requestHeaders","map","join"];return(Cr=function(){return e})()}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 Br;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(Br||(Br={}));const Ur="__smithy_context";var Dr,Fr;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(Dr||(Dr={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(Fr||(Fr={}));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},zr=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)}}),Vr={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[Ur]||(e[Ur]={}),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)},Bn={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Un={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},Dn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function Fn(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),Un),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),Dn)}}}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"},zn=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)}}),Vn=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:Dn.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 Bo=100,Uo=2e4,Do="amz-sdk-invocation-id",Fo="amz-sdk-request",jo=({retryDelay:e,retryCount:t,retryCost:r})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(Uo,e),getRetryCost:()=>r});class Ho{constructor(e){this.maxAttempts=e,this.mode=Ro.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=Bo;return{computeNextBackoffDelay:t=>Math.floor(Math.min(Uo,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return jo({retryDelay:Bo,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:Bo);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 zo={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let Vo;const Go=new Uint8Array(16);function Wo(){if(!Vo&&(Vo="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vo))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vo(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(zo.randomUUID&&!t&&!e)return zo.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,[Ur]:{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=Bi(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[Do]=Jo());;)try{l&&(u.headers[Fo]=`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)}}),Bi=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)},Ui=e=>encodeURIComponent(e).replace(/[!'()*]/g,Di),Di=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,Fi=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",zi="authorization",Vi=ji.toLowerCase(),Gi=[zi,Vi,"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(Fi(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(Fi(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(Fi(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[Vi]=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[zi]=`${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=Ui(n);t.push(o);const i=e[n];"string"==typeof i?r[o]=`${o}=${Ui(i)}`:Array.isArray(i)&&(r[o]=i.slice(0).reduce(((e,t)=>e.concat([`${o}=${Ui(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(Fi(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 Ui(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(Fi(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?Vn(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?Vn(e.signer):e.regionInfoProvider?()=>Vn(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 Vn(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]),Bs=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],Us=Math.pow(2,53)-1,Ds=function(){function e(){this.state=Int32Array.from(Bs),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>Us)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}(),Fs=function(){function e(e){this.secret=e,this.hash=new Ds,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 Ds,this.secret){this.outer=new Ds;var e=function(e){var t=As(e);if(t.byteLength>Ls){var r=new Ds;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 Fs(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}(),zs=r(369),Vs=r.n(zs);const Gs=({serviceId:e,clientVersion:t})=>async()=>{const r="undefined"!=typeof window&&window?.navigator?.userAgent?Vs().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=Ui(r),Array.isArray(n))for(let e=0,o=n.length;e<o;e++)t.push(`${r}=${Ui(n[e])}`);else{let e=r;(n||"string"==typeof n)&&(e+=`=${Ui(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",Ba="error",Ua="endpoint",Da="tree",Fa="PartitionResult",ja={[Ma]:!1,type:"String"},Ha={[Ma]:!0,default:!1,type:"Boolean"},qa={[Oa]:"Endpoint"},za={[Ca]:Na,[Ta]:[{[Oa]:"UseFIPS"},!0]},Va={[Ca]:Na,[Ta]:[{[Oa]:"UseDualStack"},!0]},Ga={},Wa={[Ca]:"getAttr",[Ta]:[{[Oa]:Fa},"supportsFIPS"]},Za={[Ca]:Na,[Ta]:[!0,{[Ca]:"getAttr",[Ta]:[{[Oa]:Fa},"supportsDualStack"]}]},Ka=[za],Ja=[Va],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:Ba},{rules:[{conditions:Ja,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:Ba},{endpoint:{url:qa,properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da},{rules:[{conditions:[{[Ca]:La,[Ta]:Ya}],rules:[{conditions:[{[Ca]:"aws.partition",[Ta]:Ya,assign:Fa}],rules:[{conditions:[za,Va],rules:[{conditions:[{[Ca]:Na,[Ta]:[$a,Wa]},Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:Ba}],type:Da},{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:Ua}],type:Da}],type:Da},{error:"FIPS is enabled but this partition does not support FIPS",type:Ba}],type:Da},{conditions:Ja,rules:[{conditions:[Za],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da},{error:"DualStack is enabled but this partition does not support DualStack",type:Ba}],type:Da},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:Ga,headers:Ga},type:Ua}],type:Da}],type:Da}],type:Da},{error:"Invalid Configuration: Missing Region",type:Ba}],type:Da}]},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?Vs().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(zr(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}}),Vr)}})),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}),Bn)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(zn(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}}),Bc=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),Uc=(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{}})),Dc=async(e,t)=>{const r=await Uc(e,t);return r.message=r.message??r.Message,r},Fc=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 zc(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 zc(e,t);const r=xi({$metadata:hu(e),[mu]:[,e.headers[_u]]}),n=e.body;return r.body=ou(n,t),r},zc=async(e,t)=>{const r={...e,body:await Dc(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 Vc({output:e,parsedBody:o,errorCode:n})}},Vc=(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 Uc(e.body,t)};return Zc(r,t)},su=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return Yc(r,t)},au=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return Qc(r,t)},cu=async(e,t)=>{const r={},n=await Uc(e.body,t);return Object.assign(r,gu(n,t)),r},uu=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return tu(r,t)},lu=async(e,t)=>{const r={...e,body:await Uc(e.body,t)};return ru(r,t)},du=async(e,t)=>{const r={...e,body:await Uc(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[Fn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(Nc,Bc).ser(jc).de(qc).build()){}class Iu extends(oi.classBuilder().ep({...ys}).m((function(e,t,r,n){return[Fn(r,this.serialize,this.deserialize),Io(r,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f($c,Lc).ser(Fc).de(Hc).build()){}function Ru(){const e=["abortController","POST","getModelFamily","length","join","stringify","filter","ai.aws.requestHeaders","\n[/INST]","_requestHeaders","_bedrockClientConfig","<<SYS>>\n","_prepareRequestHeaders","decode","123htvYBl","read","\n\nAssistant:","bytes","editor","\nYou must keep the text formatting.\n\nContent:\n","_processProxyRequest","12KHZwgq","get","generation","3767181vJsIHZ","config","_requestParameters","Human:\n","ai.aws.apiUrl","body","getReader","data","text","anthropic.claude-v2","sendRequest","_apiUrl","_readAsyncIterableResponse","cohere.command","locale","utf8","map","AWSTextAdapter","_getGeneratedText","anthropic.claude","bedrock-2023-05-31","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","262788UwGScb","preparePrompt","toString","define","_prepareRequestParameters","_readStaticResponse","pluginName","resolve","chunk","_processAWSRequest","_readStreamableResponse","ai21.j2","application/json","meta.llama","1386885gdgsFB","split","ai.aws.requestParameters","\n<</SYS>>\n[INST]\n","ai.aws.bedrockClientConfig","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.","generations","completion","send","completions","156IRWvwI","7fMFOml","6567eQQgYr","2029112xrPtfG","126OqCZeN","signal","100610dYeGkw","test","2206SXpCpq","AI_ERROR_UNSUPPORTED_MODEL","from","parse","Instruction:\n"];return(Ru=function(){return e})()}const Pu=Mu;function Mu(e,t){const r=Ru();return(Mu=function(e,t){return r[e-=383]})(e,t)}!function(e){const t=Mu,r=e();for(;;)try{if(141787===parseInt(t(428))/1*(parseInt(t(409))/2)+parseInt(t(403))/3*(-parseInt(t(401))/4)+parseInt(t(390))/5+parseInt(t(461))/6+parseInt(t(402))/7*(parseInt(t(404))/8)+parseInt(t(405))/9*(-parseInt(t(407))/10)+parseInt(t(438))/11*(-parseInt(t(435))/12))break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Ru);class Cu extends Ir{static get[Pu(467)](){return Pu(455)}constructor(e){const t=Pu;super(e),e[t(439)][t(436)](t(392))||e[t(439)][t(464)](t(392),{model:t(447),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(458),stream:!0}),this[t(449)]=e[t(439)][t(436)](t(442)),this[t(424)]=e[t(439)][t(436)](t(394)),this[t(423)]=e[t(439)][t(436)](t(421)),this[t(440)]=e[t(439)][t(436)](t(392))}async[Pu(448)]({query:e,context:t,onData:r,actionId:n}){const o=Pu,{model:i,stream:s,...a}=await this[o(465)](this[o(440)],n),c={prompt:await this[o(462)](e,t,i,n),...a};this[o(449)]?await this[o(434)](c,i,s,r,n):await this[o(385)](c,i,s,r)}async[Pu(462)](e,t,r,n){const o=Pu;let i,s;return t?(i=o(396),s=o(413)+e+o(433)+t):(i=o(459),s=e),o(389)==this[o(416)](r)?o(425)+i+o(393)+s+o(422):o(441)+i+"\n"+s+o(430)}[Pu(416)](e){const t=Pu;if(/^anthropic\.claude/[t(408)](e))return t(457);if(/^ai21\.j2/[t(408)](e))return t(387);if(/^cohere\.command/[t(408)](e))return t(451);if(/^meta\.llama/[t(408)](e))return t(389);throw new Ue(De(this[t(432)][t(452)],t(410),e))}async[Pu(434)](e,t,r,n,o){const i=Pu,s={method:i(415),headers:await this[i(426)](this[i(423)],o),body:JSON[i(419)]({...e,model:t,stream:r}),signal:this[i(414)][i(406)]},a=await fetch(this[i(449)],s);r?await this[i(386)](a,t,n):await this[i(466)](a,t,n)}async[Pu(385)](e,t,r,n){const o=Pu,i=new sc(this[o(424)]),s={body:JSON[o(419)](e),contentType:o(388),accept:o(388),modelId:t};let a;if(r){const e=new Eu(s);a=await i[o(399)](e,{abortSignal:this[o(414)][o(406)]}),await this[o(450)](a,t,n)}else{const e=new Iu(s);a=await i[o(399)](e,{abortSignal:this[o(414)][o(406)]}),await this[o(466)](a,t,n)}}async[Pu(450)](e,t,r){const n=Pu,o=e[n(443)],i=new TextDecoder(n(460));let s="";for await(const e of o)if(e[n(384)]){const o=i[n(427)](e[n(384)][n(431)]),a=JSON[n(412)](o);s+=this[n(456)](a,t),r(s)}return Promise[n(383)]()}async[Pu(386)](e,t,r){const n=Pu,o=e[n(443)],i=new TextDecoder(n(460)),s=o[n(444)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:o}=await s[n(429)]();if(u=e,u)break;const l=(a+i[n(427)](o))[n(391)]("\n")[n(454)]((e=>{const t=n;try{return a="",JSON[t(412)](e)}catch(t){return a=e,null}}))[n(420)]((e=>null!==e));l[n(417)]&&(c+=l[n(454)]((e=>this[n(456)](e,t)))[n(418)](""),r(c))}return Promise[n(383)]()}async[Pu(466)](e,t,r){const n=Pu;let o;return o=e instanceof Response?await e[n(395)]():JSON[n(412)](Buffer[n(411)](e[n(443)])[n(463)](n(453))),r(this[n(456)](o,t)),Promise[n(383)]()}[Pu(456)](e,t){const r=Pu;switch(this[r(416)](t)){case r(457):return e[r(398)];case r(387):return e[r(400)][0][r(445)][r(446)];case r(451):return e[r(397)][0][r(446)];case r(389):return e[r(437)]}}}function Tu(){var e=["805967yhmkTS","1323594jCKnhd","1062375mVEdEE","20yhKCqg","799765aNnJbG","902328aEXdHs","7vkDUUT","3681256XrFXoG","2079270qTJlKi","2vHkIYn"];return(Tu=function(){return e})()}function Ou(e,t){var r=Tu();return(Ou=function(e,t){return r[e-=437]})(e,t)}!function(e){for(var t=Ou,r=e();;)try{if(405551===parseInt(t(442))/1+parseInt(t(441))/2*(parseInt(t(444))/3)+-parseInt(t(445))/4*(parseInt(t(446))/5)+-parseInt(t(437))/6*(-parseInt(t(438))/7)+-parseInt(t(439))/8+parseInt(t(443))/9+parseInt(t(440))/10)break;r.push(r.shift())}catch(e){r.push(r.shift())}}(Tu)})(),(window.CKEditor5=window.CKEditor5||{}).ai=n})();