@ckeditor/ckeditor5-ai 45.2.0-alpha.5 → 45.2.0-alpha.7

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={168:e=>{"use strict";e.exports=function(e){return e[1]}},181:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},331:(e,t,n)=>{e.exports=n(237)("./src/clipboard.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},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}},369:function(e){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=90)}({17:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=n(18),i=function(){function e(){}return e.getFirstMatch=function(e,t){var n=t.match(e);return n&&n.length>0&&n[1]||""},e.getSecondMatch=function(e,t){var n=t.match(e);return n&&n.length>1&&n[2]||""},e.matchAndReturnConst=function(e,t,n){if(e.test(t))return n},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,n,r){void 0===r&&(r=!1);var i=e.getVersionPrecision(t),s=e.getVersionPrecision(n),o=Math.max(i,s),a=0,c=e.map([t,n],(function(t){var n=o-e.getVersionPrecision(t),r=t+new Array(n+1).join(".0");return e.map(r.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(r&&(a=o-Math.min(i,s)),o-=1;o>=a;){if(c[0][o]>c[1][o])return 1;if(c[0][o]===c[1][o]){if(o===a)return 0;o-=1}else if(c[0][o]<c[1][o])return-1}},e.map=function(e,t){var n,r=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(n=0;n<e.length;n+=1)r.push(t(e[n]));return r},e.find=function(e,t){var n,r;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(n=0,r=e.length;n<r;n+=1){var i=e[n];if(t(i,n))return i}},e.assign=function(e){for(var t,n,r=e,i=arguments.length,s=new Array(i>1?i-1:0),o=1;o<i;o++)s[o-1]=arguments[o];if(Object.assign)return Object.assign.apply(Object,[e].concat(s));var a=function(){var e=s[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){r[t]=e[t]}))};for(t=0,n=s.length;t<n;t+=1)a();return e},e.getBrowserAlias=function(e){return r.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return r.BROWSER_MAP[e]||""},e}();t.default=i,e.exports=t.default},18:function(e,t,n){"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,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(91))&&r.__esModule?r:{default:r},s=n(18);function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var a=function(){function e(){}var t,n,r;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 i.default(e,t)},e.parse=function(e){return new i.default(e).getResult()},t=e,r=[{key:"BROWSER_MAP",get:function(){return s.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return s.ENGINE_MAP}},{key:"OS_MAP",get:function(){return s.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return s.PLATFORMS_MAP}}],(n=null)&&o(t.prototype,n),r&&o(t,r),e}();t.default=a,e.exports=t.default},91:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=c(n(92)),i=c(n(93)),s=c(n(94)),o=c(n(95)),a=c(n(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(r.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(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.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(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.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(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.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,n={},r=0,i={},s=0;if(Object.keys(e).forEach((function(t){var o=e[t];"string"==typeof o?(i[t]=o,s+=1):"object"==typeof o&&(n[t]=o,r+=1)})),r>0){var o=Object.keys(n),c=a.default.find(o,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(n[c]);if(void 0!==u)return u}var d=a.default.find(o,(function(e){return t.isPlatform(e)}));if(d){var l=this.satisfies(n[d]);if(void 0!==l)return l}}if(s>0){var h=Object.keys(i),f=a.default.find(h,(function(e){return t.isBrowser(e,!0)}));if(void 0!==f)return this.compareVersion(i[f])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),i=a.default.getBrowserTypeByAlias(r);return t&&i&&(r=i.toLowerCase()),r===n},t.compareVersion=function(e){var t=[0],n=e,r=!1,i=this.getBrowserVersion();if("string"==typeof i)return">"===e[0]||"<"===e[0]?(n=e.substr(1),"="===e[1]?(r=!0,n=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?n=e.substr(1):"~"===e[0]&&(r=!0,n=e.substr(1)),t.indexOf(a.default.compareVersions(i,n,r))>-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,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=/version\/(\d+(\.?_?\d+)+)/i,o=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},n=i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},n=i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},n=i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},n=i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},n=i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},n=i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},n=i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},n=i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},n=i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},n=i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},n=i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},n=i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},n=i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},n=i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},n=i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},n=i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},n=i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},n=i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},n=i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},n=i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},n=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},n=i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},n=i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},n=i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},n=i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},n=i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t={name:"Android Browser"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:i.default.getFirstMatch(t,e),version:i.default.getSecondMatch(t,e)}}}];t.default=o,e.exports=t.default},93:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:[/Roku\/DVP/],describe:function(e){var t=i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:s.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=i.default.getWindowsVersionName(t);return{name:s.OS_MAP.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:s.OS_MAP.iOS},n=i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe:function(e){var t=i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=i.default.getMacOSVersionName(t),r={name:s.OS_MAP.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:s.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t=i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=i.default.getAndroidVersionName(t),r={name:s.OS_MAP.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:s.OS_MAP.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||i.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:s.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:s.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:s.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.PlayStation4,version:t}}}];t.default=o,e.exports=t.default},94:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=i.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:s.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe:function(e){var t=i.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:s.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:s.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:s.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}}];t.default=o,e.exports=t.default},95:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:s.ENGINE_MAP.Blink};var t=i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:s.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:s.ENGINE_MAP.Trident},n=i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:s.ENGINE_MAP.Presto},n=i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe:function(e){var t={name:s.ENGINE_MAP.Gecko},n=i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:s.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:s.ENGINE_MAP.WebKit},n=i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}];t.default=o,e.exports=t.default}})},379:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,i,s){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(r)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(o[c]=!0)}for(var u=0;u<e.length;u++){var d=[].concat(e[u]);r&&o[d[0]]||(void 0!==s&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=s),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),i&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=i):d[4]="".concat(i)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function r(e,t,r,i){var s;if(r)s="";else{s="",i.supports&&(s+="@supports (".concat(i.supports,") {")),i.media&&(s+="@media ".concat(i.media," {"));var o=void 0!==i.layer;o&&(s+="@layer".concat(i.layer.length>0?" ".concat(i.layer):""," {")),s+=i.css,o&&(s+="}"),i.media&&(s+="}"),i.supports&&(s+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,s);else{var a=document.createTextNode(s),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(a,c[t]):e.appendChild(a)}}var i={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=i.singletonCounter++,n=i.singleton||(i.singleton=e.insertStyleElement(e));return{update:function(e){r(n,t,!1,e)},remove:function(e){r(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var s={},o=[],a=0;a<e.length;a++){var c=e[a],u=r.base?c[0]+r.base:c[0],d=s[u]||0,l="".concat(u," ").concat(d);s[u]=d+1;var h=n(l),f={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(f);else{var p=i(f,r);r.byIndex=a,t.splice(a,0,{identifier:l,updater:p,references:1})}o.push(l)}return o}function i(e,t){var n=t.domAPI(t);n.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;n.update(e=t)}else n.remove()}}e.exports=function(e,i){var s=r(e=e||[],i=i||{});return function(e){e=e||[];for(var o=0;o<s.length;o++){var a=n(s[o]);t[a].references--}for(var c=r(e,i),u=0;u<s.length;u++){var d=n(s[u]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}s=c}}},676:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")},783:(e,t,n)=>{e.exports=n(237)("./src/engine.js")}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var s=t[r]={id:r,exports:{}};return e[r].call(s.exports,s,s.exports,n),s.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{AIAdapter:()=>w,AIAssistant:()=>je,AIAssistantUI:()=>$e,AIRequestError:()=>b,AITextAdapter:()=>Ge,AWSTextAdapter:()=>Qa,OpenAITextAdapter:()=>Ke});var e=n(782),t=n(355),i=n(584),s=n(311);function o(e,t){const n=(0,t.t)("Other");return e.length?"groupId"in e[0]?e:[{groupId:"_ungrouppedCommands",groupLabel:n,order:1/0,commands:e}]:[{groupId:"_ungrouppedCommands",groupLabel:n,order:1/0,commands:[]}]}var a=n(331),c=n(783);function u(e,t){const n=l();return(u=function(e,t){return n[e-=338]})(e,t)}const d=u;function l(){const e=["markerToHighlight","AIAssistantEditing","_prepareTableInsertBelowPosition","isPremiumPlugin","ck-fake-ai-selection","canEditAt","addClass","pop","resultRange","push","editingDowncast","10457415JCDobj","141872iMfEGL","span","_getDefaultInsertBelowPosition","afterInit","getRows","createSelection","createPositionAt","1855828vidvxX","text/html","model","DataTransfer","10ImTKXm","isCollapsed","selection","createUIElement","plugins","getRanges","has","fire","editor","getSelectedTableCells","588sjvceW","schema","getRange","end","findAncestor","getRowIndexes","setSelection","paste","insertRows","element","ck-fake-ai-selection_collapsed","showFakeVisualSelection","get","document","_createEmptyTableRows","setData","749403uHHBYf","getSelectedBlocks","once","join","_getTableRowCountFromContent","fromCharCode","filter","last","getMarkersGroup","isContent","_resetContentOfSelectedTableCells","off","change","conversion","start","from","map","data","getLastPosition","parse","config","ai-ui","href","createRange","insertContent","lowest","5688426uYPacz","isAtEnd","length","getChildren","editing","5gStwPC","2gPEhIg","getChild","table","getColumnIndexes","addMarker","markers","_pasteHTMLUsingClipboard","132MvZdxJ","markerRange","deleteContent","contentInsertion","getFirstRange","ai.useTheme","hideFakeVisualSelection","markerToElement","ck-ai-assistant-ui_theme","isOfficialPlugin","updateMarker","forEach","TableUtils","12ZpeTqR","_getAISelection","636843abwTvB","getLastMatchingPosition","removeMarker","12845811DzrIyy","init","pluginName","createPositionAfter","first","for","insertContentBelow"];return(l=function(){return e})()}!function(e){const t=u,n=e();for(;;)try{if(985837===parseInt(t(444))/1*(parseInt(t(363))/2)+-parseInt(t(385))/3*(parseInt(t(383))/4)+parseInt(t(362))/5*(parseInt(t(357))/6)+-parseInt(t(428))/7*(-parseInt(t(407))/8)+-parseInt(t(406))/9*(parseInt(t(418))/10)+parseInt(t(388))/11+parseInt(t(370))/12*(-parseInt(t(414))/13))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(l);const h=globalThis[d(417)],f=d(352);class p extends e.Plugin{static get[d(390)](){return d(396)}static get[d(379)](){return!0}static get[d(398)](){return!0}[d(389)](){const e=d,{editor:t}=this,n=[e(399)];t[e(351)][e(440)](e(375))&&n[e(404)](e(378)),t[e(344)][e(393)](e(405))[e(395)]({model:f,view:{classes:n,priority:12}}),t[e(344)][e(393)](e(405))[e(377)]({model:f,view:(t,{writer:n})=>{const r=e;if(!t[r(371)][r(419)])return null;const i=n[r(421)](r(408));return n[r(401)]([r(399),r(438)],i),i}})}[d(410)](){!async function(e){const t=g([79,51,104,90,66,72,115,103,75,118,86,121,74,113,50,70,100,114,101,83,48,108,88,111,106,117,84,102,77,78,82,55,65,99,49,71,80,112,87,81,116,56,76,122,110,97,57,85,120,53,52,119,67,69,107,68,73,109,89,98,105,54]),n=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([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]),[g([121])]:g([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]),[g([97,108,103])]:g([69,83,50,53,54])},a=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function d(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](l(e)):null}function l(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function h(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const r=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+r,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,r])=>{n(t),e(r)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function f(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function p(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function m(){}function g(e){const t=u;return e[t(347)]((e=>String[t(449)](e)))[t(447)]("")}!function(e){const n=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let n=g([79]);for(let r=0;r<e[g([108,101,110,103,116,104])];r+=2){let i=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](r,r+2));i>=t[g([108,101,110,103,116,104])]&&(i-=t[g([108,101,110,103,116,104])]),n+=t[i]}return n}();r[n]=g([97,105,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=m,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,t=null,m=null;try{return a==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=d(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),r={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete r[g([118,99])],h(r)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(e,t){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));a(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const d=(0,i.uid)();function l(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function m(r){a(r)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?f(h(d+t))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(s(),e)),(()=>{const e=o();return null==e?(s(),g([86,97,108,105,100])):g(n-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const i=36e5;function s(){const t=g([108,108,99,116,45])+f(h(e)),r=p(f(window[g([77,97,116,104])][g([99,101,105,108])](n/i)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,r)}function o(){const t=g([108,108,99,116,45])+f(h(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](p(n),16)*i:null}function a(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{l(e[g([114,101,116,117,114,110])])&&(u=!0,m(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])]((()=>{u||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function a(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const r=a[g([115,112,108,105,116])](g([46])),[i,s,o]=r;return t(i),await n(i,s,o),e}catch{return!1}function t(t){const n=d(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,r){const i=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](l(r),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),a=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!a)return;const c=await a[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await a[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,i,s)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([65,73])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1748822400;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=u,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[g([108,111,99,97,116,105,111,110])][t(353)]);if(n[g([105,110,99,108,117,100,101,115])](r))return!0;const i=r[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>i[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(t=c(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(t=c(g([84,114,105,97,108,76,105,109,105,116]))),await(t&&m?new(window[g([80,114,111,109,105,115,101])])(((e,n)=>{t[g([116,104,101,110])](e,n),m[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),n)})):t||m||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[d(439)](){const e=d,t=this[e(426)][e(416)];t[e(343)]((n=>{const r=e,i=t[r(441)][r(420)][r(423)]();let s=0;for(const e of i){const i=f+":"+s;if(t[r(368)][r(424)](i))n[r(380)](i,{range:e});else if(e[r(345)][r(358)]){const s=e[r(345)][r(386)]((({item:e})=>!t[r(429)][r(340)](e)),{boundaries:e});n[r(367)](i,{usingOperation:!1,affectsData:!1,range:n[r(354)](s,e[r(431)])})}else n[r(367)](i,{usingOperation:!1,affectsData:!1,range:e});s++}}))}[d(376)](){const e=d,t=this[e(426)][e(416)],n=Array[e(346)](this[e(426)][e(416)][e(368)][e(339)](f));n[e(359)]&&t[e(343)]((t=>{const r=e;n[r(381)]((e=>{t[r(387)](e)}))}))}[d(355)](e,t){const n=d,r=this[n(384)](),i=t||r[n(374)]();this[n(426)][n(416)][n(400)](i)&&this[n(426)][n(416)][n(343)]((s=>{const o=n;this[o(376)](),t||this[o(341)](s,r),this[o(369)]({insertAt:i,writer:s,html:e})}))}[d(394)](e){const t=d,{model:n}=this[t(426)],r=this[t(384)]();n[t(343)]((()=>{const n=t,i=this[n(397)](e,r)||this[n(409)](r);this[n(355)](e,i)}))}[d(384)](){const e=d,t=this[e(426)][e(416)],n=Array[e(346)](t[e(368)][e(339)](f))[e(347)]((t=>t[e(430)]()));return t[e(412)](n)}[d(369)]({writer:e,html:t,insertAt:n}){const r=d,{view:i}=this[r(426)][r(361)],s=this[r(426)][r(422)][r(440)](a.ClipboardPipeline),o=new h;o[r(443)](r(415),t);const u=new ClipboardEvent(r(435),{clipboardData:o}),l=new c.DomEventData(i,u,{dataTransfer:new c.DataTransfer(o)});e[r(434)](n);const f=(t,n)=>{const i=r;n[i(403)]&&e[i(434)](n[i(403)])};s[r(446)](r(373),f,{priority:r(356)}),i[r(441)][r(425)](r(435),l),s[r(342)](r(373),f)}[d(409)](e){const t=d,{model:n}=this[t(426)],r=Array[t(346)](e[t(445)]());return r[t(359)]?n[t(391)](r[t(402)]()):e[t(349)]()}[d(397)](e,t){const n=d,{model:r,plugins:i}=this[n(426)];if(i[n(424)](n(382))){const s=i[n(440)](n(382))[n(427)](t);if(s[n(359)]){const t=this[n(448)](e),i=this[n(442)](s,t);return r[n(413)](i,0)}}return null}[d(448)](e){const t=d,n=this[t(426)][t(422)][t(440)](t(382)),r=this[t(426)][t(348)][t(350)](e),i=Array[t(346)](r[t(360)]())[t(450)]((e=>e.is(t(437),t(365))));let s=0;return i[t(381)]((e=>{s+=n[t(411)](e)})),s}[d(442)](e,t){const n=d,r=this[n(426)][n(422)][n(440)](n(382)),i=r[n(433)](e),s=r[n(366)](e),o=i[n(338)]+1,a=s[n(392)],c=e[0][n(432)](n(365));for(let e=0;e<t;e++)r[n(436)](c,{at:o});return c[n(364)](o)[n(364)](a)}[d(341)](e,t){const n=d,{plugins:r}=this[n(426)],{model:i}=e;r[n(424)](n(382))&&r[n(440)](n(382))[n(427)](t)[n(359)]&&i[n(372)](t)}}function m(e,t){var n=y();return(m=function(e,t){return n[e-=302]})(e,t)}var g=m;function y(){var e=["856aIcBVm","AIAdapter","aiadapter-text-adapter-not-set","10JGFBGv","isPremiumPlugin","2128536nVRSFy","205amoEfH","3685619hPXUcw","isOfficialPlugin","AIRequestError","pluginName","2593880HqpVja","afterInit","2235834PVJrTy","textAdapter","6UGACoQ","1894275HqBvqO","1951410MRgrTY","name"];return(y=function(){return e})()}!function(e){for(var t=m,n=e();;)try{if(473001===-parseInt(t(308))/1*(-parseInt(t(302))/2)+parseInt(t(318))/3+-parseInt(t(313))/4+parseInt(t(319))/5+-parseInt(t(317))/6*(-parseInt(t(309))/7)+-parseInt(t(307))/8+-parseInt(t(315))/9*(parseInt(t(305))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(y);class w extends e.Plugin{static get[g(312)](){return g(303)}static get[g(310)](){return!0}static get[g(306)](){return!0}[g(314)](){var e=g;if(!this[e(316)])throw new i.CKEditorError(e(304),null)}}class b extends Error{constructor(e){var t=g;super(e),this[t(320)]=t(311)}}function v(e,t,n){const r=e.t;switch(t){case"Edit or review":return r("Edit or review");case"Improve writing":return r("Improve writing");case"Make shorter":return r("Make shorter");case"Make longer":return r("Make longer");case"Simplify language":return r("Simplify language");case"Generate from selection":return r("Generate from selection");case"Summarize":return r("Summarize");case"Continue":return r("Continue");case"Change tone":return r("Change tone");case"Professional":return r("Professional");case"Casual":return r("Casual");case"Direct":return r("Direct");case"Confident":return r("Confident");case"Friendly":return r("Friendly");case"Change style":return r("Change style");case"Business":return r("Business");case"Legal":return r("Legal");case"Journalism":return r("Journalism");case"Poetic":return r("Poetic");case"Translate":return r("Translate");case"English":return r("English");case"Spanish":return r("Spanish");case"German":return r("German");case"Portuguese":return r("Portuguese");case"French":return r("French");case"Simplified Chinese":return r("Simplified Chinese");case"Hindi":return r("Hindi");case"Arabic":return r("Arabic");case"AI Assistant":return r("AI Assistant");case"AI Commands":return r("AI Commands");case"Ask AI to edit or generate":return r("Ask AI to edit or generate");case"Ask AI to improve generated text":return r("Ask AI to improve generated text");case"Copy":return r("Copy");case"Submit":return r("Submit");case"Insert below":return r("Insert below");case"Try again":return r("Try again");case"Stop":return r("Stop");case"AI is writing...":return r("AI is writing...");case"AI is writing":return r("AI is writing");case"Generated content: %0":return r("Generated content: %0",n);case"Error during AI content generation: %0":return r("Error during AI content generation: %0",n);case"History":return r("History");case"Empty history":return r("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return r("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return r("Prompt history");case"Clear":return r("Clear");case"AI_REPLACE_CONTENT":return r({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return r({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return r({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return r({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return r({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},n);case"AI_ERROR_CONTEXT_LENGTH":return r({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return r({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return r({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}const k=A;!function(e){const t=A,n=e();for(;;)try{if(515421===-parseInt(t(295))/1+parseInt(t(300))/2*(-parseInt(t(306))/3)+-parseInt(t(294))/4*(-parseInt(t(309))/5)+parseInt(t(290))/6+-parseInt(t(296))/7+parseInt(t(277))/8+parseInt(t(303))/9*(parseInt(t(297))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Command{[k(305)];constructor(e,t){const n=k;super(e),this[n(305)]=t,this[n(273)](n(288),[]),this.on(n(314),((e,t,r)=>{const i=n;this[i(304)]&&(this[i(288)]=I(this[i(305)],r))})),this[n(273)](n(315),!1),this.on(n(285),((e,t,r)=>{const i=n;this[i(288)]=r?I(this[i(305)],this[i(315)]):[]}))}[k(276)](){const e=k,t=this[e(310)][e(301)];this[e(315)]=function(t){const n=e,r=t[n(286)][n(312)];return r[n(291)]?0!==[...r[n(284)]()][n(283)]&&![...r[n(284)]()][0][n(307)]:!!t[n(272)](r[n(302)]())}(t);const n=t[e(286)][e(312)],r=this[e(310)][e(282)][e(279)](e(287));for(const t of n[e(308)]())for(const n of t[e(275)]())if(n.is(e(299))&&r[e(292)](n[e(281)]))return void(this[e(304)]=!1);this[e(304)]=!0}[k(311)](e="",t="",n=k(278)){const r=k;this[r(310)][r(298)][r(279)]($e)[r(313)](e,t,n)}}function A(e,t){const n=E();return(A=function(e,t){return n[e-=272]})(e,t)}function E(){const e=["includes","values","28QzUbiu","523007ICUKuo","3548258uEpoHX","130yXijHI","plugins","element","1744gUGrDH","model","getFirstRange","101187nCCsRd","isEnabled","_commandDefinitions","2532uNmslB","isEmpty","getRanges","663445nnVkNb","editor","execute","selection","showUI","change:_hasContext","_hasContext","hasContent","set","add","getItems","refresh","4545992qrYGvL","custom","get","from","name","config","length","getSelectedBlocks","change:isEnabled","document","ai.aiAssistant.disabledElements","enabledCommandsIds","requiresContent","3828354xiSIhZ","isCollapsed"];return(E=function(){return e})()}function I(e,t){const n=k,r=new Set;for(const i of e[n(293)]())(t||!1===i[n(289)])&&r[n(274)](i.id);return Array[n(280)](r)}const x=_;function _(e,t){const n=P();return(_=function(e,t){return n[e-=289]})(e,t)}!function(e){const t=_,n=e();for(;;)try{if(820051===-parseInt(t(341))/1*(-parseInt(t(305))/2)+-parseInt(t(322))/3+-parseInt(t(375))/4+-parseInt(t(298))/5*(parseInt(t(296))/6)+parseInt(t(337))/7+-parseInt(t(319))/8*(-parseInt(t(295))/9)+-parseInt(t(380))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);const R=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");function P(){const e=["previousActionId","_normalizeResponseHeadings","reset","stopListening","```","catch","setContentOf","_handleQuery","nodeType","serializeToString","11185811lxtvgg","_sanitizationContainer","then","set","237kcAfkz","ELEMENT_NODE","htmlProcessor","handleError","toModel","previousLabel","previousQuery","config","match","destroy","currentContext","trim","clear","editor","startsWith","_parseAndNormalizeContent","reverse","markers","remove","abort","stopProcessing","value","textAdapter","_stripMarkdownSyntax","innerHTML","length","_domParser","isRendered","querySelector","message","editing","get","ai.aiAssistant.preserveComments","viewToDom","3480120VWUPUF","tryAgainEvent","data","updateView","custom","5349490QsyLAy","mainAction","once","_sanitizeHTML","```html","startProcessing","parseFromString","<h1></h1>","makeRequest","prompt","push","set:currentContext","stringify","_xmlSerializer","_isH1TagSupportEnabled","13340583djifTJ","65352FcBIYK","finally","290UUdbgi","div","initialContext","endsWith","document","previousContext","isProcessing","1754lRYUSJ","body","substring","finishProcessing","view","listenTo","createElement","name","element","toView","processor","exec","text/html","domConverter","8wFOntA","from","childNodes","1294029JKIgYq","currentResponse","submitPrompt","rename","render"];return(P=function(){return e})()}class C extends((0,i.ObservableMixin)()){[x(354)];[x(363)];[x(309)];[x(338)];[x(367)];[x(293)];constructor(e,t,n){const r=x;super(),this[r(354)]=e,this[r(363)]=t,this[r(338)]=document[r(311)](r(299)),this[r(367)]=new DOMParser,this[r(293)]=new XMLSerializer,this[r(309)]=n,this[r(340)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(r(291),((e,t,n)=>{const i=r;this[i(309)][i(362)]=this[i(383)](n)})),this[r(310)](this[r(309)],r(324),((e,t)=>{const n=r,i=this[n(351)]||this[n(300)];this[n(334)](t,i,n(379))})),this[r(310)](this[r(309)],r(376),(()=>{const e=r;this[e(309)][e(289)]=this[e(346)],this[e(334)](this[e(347)],this[e(303)],this[e(327)],this[e(346)])})),this[r(310)](this[r(309)],r(361),(()=>{this[r(361)]()}))}[x(350)](){this[x(330)]()}async[x(378)]({actionId:e,query:t,htmlContent:n,label:r,mainActionLabel:i}){const s=x;this[s(309)][s(289)]=r,this[s(309)][s(381)]=i,this[s(300)]=n,t&&(this[s(309)][s(368)]?this[s(334)](t,n,e,r):this[s(309)][s(382)](s(326),(()=>{this[s(334)](t,n,e,r)})))}[x(361)](){const e=x;this[e(304)]&&(this[e(304)]=!1,this[e(309)][e(308)](),this[e(363)][e(360)]())}[x(329)](){const e=x;this[e(300)]="",this[e(351)]="",this[e(323)]="",this[e(303)]="",this[e(347)]="",this[e(346)]="",this[e(327)]=void 0,this[e(309)][e(329)](),this[e(361)]()}async[x(334)](e,t,n,r){const i=x;return this[i(304)]=!0,this[i(309)][i(385)](),this[i(303)]=t,this[i(347)]=e,this[i(346)]=r||e,this[i(327)]=n,new Promise((r=>{const s=i;this[s(363)][s(388)]({query:e,context:t,onData:e=>{const t=s;this[t(323)]=e,this[t(351)]=this[t(356)](this[t(323)])},actionId:n})[s(339)]((()=>{const e=s;!this[e(351)]&&this[e(323)]&&(this[e(351)]=this[e(356)](this[e(323)],!0))}))[s(332)]((e=>{const t=s;e instanceof b?this[t(309)][t(344)](e[t(370)]):this[t(309)][t(344)](),r()}))[s(297)]((()=>{this[s(361)](),r()}))}))}[x(356)](e,t=!1){const n=x,r=R[n(316)](e);e=r?e[n(307)](r[1][n(366)]):e[n(366)]<100&&!t?"":this[n(364)](e);const i=this[n(367)][n(386)](e,n(317));if(r){const e=Array[n(320)](i[n(306)][n(321)]);e[n(357)]();for(const t of e){if(t[n(335)]==Node[n(342)])break;t[n(359)]()}}const s=this[n(354)][n(377)][n(315)][n(314)](this[n(293)][n(336)](i[n(306)]));this[n(294)]()||this[n(328)](s);const o=this[n(354)][n(348)][n(372)](n(373)),a=this[n(354)][n(377)][n(345)](s);return o||a[n(358)][n(353)](),this[n(354)][n(377)][n(292)](a)}[x(328)](e){const t=x,n=new c.UpcastWriter(this[t(354)][t(371)][t(309)][t(302)]),r=new c.Matcher({name:/^h[1-5]$/}),i=[];let s=!1;for(const n of e)n.is(t(313))&&r[t(349)](n)&&(i[t(290)](n),"h1"==n[t(312)]&&(s=!0));if(s)for(const e of i)n[t(325)]("h"+(parseInt(e[t(312)][1])+1),e)}[x(294)](){const e=x,{data:t,editing:n}=this[e(354)],r=t[e(343)][e(314)](e(387)),i=t[e(314)](t[e(345)](r));return!!n[e(309)][e(318)][e(374)](i)[e(369)]("h1")}[x(383)](e){const t=x;return this[t(354)][t(371)][t(309)][t(318)][t(333)](this[t(338)],e),this[t(338)][t(365)]}[x(364)](e){const t=x,n=e[t(352)]();return n[t(355)](t(384))?n[t(301)](t(331))?n[t(307)](7,n[t(366)]-3):n[t(307)](7):e}}function M(e,t){const n=N();return(M=function(e,t){return n[e-=346]})(e,t)}const T=M;!function(e){const t=M,n=e();for(;;)try{if(619359===parseInt(t(378))/1*(parseInt(t(371))/2)+parseInt(t(382))/3*(-parseInt(t(346))/4)+-parseInt(t(370))/5*(parseInt(t(373))/6)+-parseInt(t(352))/7+-parseInt(t(361))/8*(-parseInt(t(359))/9)+-parseInt(t(377))/10+parseInt(t(380))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(N);const O={REPLACE:T(349),INSERT:T(366)};class L extends s.ToolbarView{constructor(e){const t=T;super(e),this[t(357)](t(368),!1),this[t(357)](t(375),O[t(354)]),this[t(350)]=this[t(360)]("",t(355)),this[t(350)][t(353)](t(362)).to(this,t(375),(n=>v(e,t(348)+n[t(358)]()+t(383)))),this[t(369)]=this[t(360)](v(e,t(374))),this[t(376)]=this[t(360)](v(e,t(347))),this[t(367)]=this[t(360)](v(e,t(363)));const n=this[t(356)];this[t(364)]({attributes:{class:[t(372),n.if(t(368),t(381),(e=>!e))]}}),this[t(365)][t(379)]([this[t(350)],this[t(369)],this[t(376)],this[t(367)]])}[T(360)](e,t){const n=T,r=new s.ButtonView(this[n(351)]);return r[n(357)]({label:e,class:t||"",isVisible:!0,withText:!0}),r}}function N(){const e=["bind","REPLACE","ck-button-action","bindTemplate","set","toUpperCase","1422dcjtKf","_createButton","41224WsAUvu","label","Stop","extendTemplate","items","insert","stopButton","isVisible","insertButton","1952880eiAUWM","125636jliwQq","ck-ai-form__toolbar","12urZzWt","Insert below","mainAction","tryAgainButton","3454020OLOJrs","7AAkurw","addMany","12109207xgCAaf","ck-hidden","9diSuut","_CONTENT","509484WNLyTQ","Try again","AI_","replace","replaceButton","locale","1586977HZKnVt"];return(N=function(){return e})()}const $=U;function U(e,t){const n=F();return(U=function(e,t){return n[e-=363]})(e,t)}function F(){const e=["copy","addRange","<span>[</span>","render","value","smooth","scrollTo","execute","ck-ai-form__content-area--processing","querySelector","ck-reset_all-excluded","write","ck-ai-form__loader","ck-ai-form__content-area-wrapper","setEndBefore","set","792264xyjgnG","text/html","setTemplate","isVisible","ClipboardItem","setContent","getSelection","-9999px","ck-content","locale","30PBoTaJ","3iRHVhO","icon","<span>]</span>","listenTo","lastElementChild","style","createElement","ck-ai-form__content-field","_createLoader","position","147lqaNrA","textContent","ck-ai-form__content-area","ck-hidden","body","firstElementChild","absolute","createRange","remove","1265114cgcSgO","focus","AI is writing...","element","50958OJSvgp","contentFieldView","188452ljVeGB","25805NHtgrG","text/plain","execCommand","innerHTML","456tvRugF","copyButtonView","58422kcsxuZ","div","bindTemplate","isProcessing","appendChild","left",".ck-ai-form__loader","change:isProcessing","setStartAfter","_copyHTMLToClipboard","ck-ai-form__copy-button","class","clipboard","loaderView"," ck-ai-form__copy-button--copied","wheel","removeAllRanges","scrollHeight","_createCopyButton","Copy","mousedown","appendLoader","isEnabled","change:value","bind","ck-ai-form__copy-button-wrapper","4191517bOYAAz"];return(F=function(){return e})()}!function(e){const t=U,n=e();for(;;)try{if(408306===parseInt(t(402))/1+-parseInt(t(396))/2*(-parseInt(t(377))/3)+parseInt(t(366))/4+parseInt(t(403))/5+parseInt(t(409))/6*(parseInt(t(387))/7)+parseInt(t(407))/8*(parseInt(t(400))/9)+parseInt(t(376))/10*(-parseInt(t(435))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(F);class B extends s.View{[$(401)];[$(408)];constructor(e,t=""){const n=$;super(e),this[n(365)]({value:null,isVisible:!1,isProcessing:!1});const r=this[n(411)];this[n(401)]=new D(e,t),this[n(408)]=this[n(427)](),this[n(368)]({tag:n(410),attributes:{class:["ck",n(363),r.if(n(369),n(390),(e=>!e))],tabindex:"-1"},children:[{tag:n(410),attributes:{class:["ck",n(389),r.if(n(412),n(444))]},children:[this[n(401)],{tag:n(410),attributes:{class:["ck",n(434)]},children:[this[n(408)]]}]}]})}[$(439)](){const e=$;super[e(439)](),this[e(440)]&&this[e(401)][e(371)](this[e(440)]);let t=!1;this.on(e(432),((n,r,i)=>{const s=e,o=!this[s(401)][s(399)][s(445)](s(415));this[s(401)][s(371)](i),this[s(412)]&&o&&!t&&this[s(399)][s(442)]({top:this[s(399)][s(426)],behavior:s(441)})})),this.on(e(416),((n,r,i)=>{const s=e;t=!1,i?(this[s(440)]=null,this[s(401)][s(430)]()):this[s(440)]||this[s(401)][s(371)]("")})),this[e(380)](this[e(399)],e(424),(()=>{t=!0})),this[e(380)](this[e(399)],e(429),(()=>{t=!0}))}[$(397)](){const e=$;this[e(399)][e(397)]()}[$(427)](){const e=$,n=this[e(375)],r=new s.ButtonView(this[e(375)]),i=e(419);return r[e(365)]({label:v(n,e(428)),icon:t.IconCopy,class:i,tooltip:!0}),r[e(433)](e(369)).to(this,e(440),(e=>!!e)),r[e(433)](e(431)).to(this,e(412),(e=>!e)),r.on(e(443),(()=>{const n=e;this[n(418)](this[n(401)][n(399)]),r[n(378)]=t.IconCheck,r[n(420)]=i+n(423),this[n(397)](),setTimeout((()=>{const e=n;r[e(378)]=t.IconCopy,r[e(420)]=i}),1e3)})),r}[$(418)](e){const t=$,{window:n,document:r}=i.global;if(n[t(370)]){const{Blob:r,ClipboardItem:i}=n,s=[new i({"text/html":new r([e[t(406)]],{type:t(367)}),"text/plain":new r([e[t(388)]||""],{type:t(404)})})];navigator[t(421)][t(447)](s)}else{const i=r[t(383)](t(410));i[t(382)][t(386)]=t(393),i[t(382)][t(414)]=t(373),i[t(406)]=t(438)+e[t(406)]+t(379),r[t(391)][t(413)](i);const s=r[t(394)]();s[t(417)](i[t(392)]),s[t(364)](i[t(381)]);const o=n[t(372)]();o[t(425)](),o[t(437)](s),r[t(405)](t(436)),i[t(395)]()}}}class D extends s.View{constructor(e,t=""){const n=$;super(e),this[n(422)]=this[n(385)](),this[n(368)]({tag:n(410),attributes:{class:["ck",n(374),t,n(446),n(384)]}})}[$(371)](e){const t=$;this[t(399)][t(406)]=e}[$(430)](){const e=$;this[e(399)][e(413)](this[e(422)][e(399)])}[$(385)](){const e=$,t=new s.View,n=this[e(375)],r=new s.SpinnerView;return r[e(369)]=!0,t[e(368)]({tag:e(410),attributes:{class:["ck",e(448)]},children:[r,{text:v(n,e(398))}]}),t[e(439)](),t}}!function(e){const t=H,n=e();for(;;)try{if(983549===-parseInt(t(270))/1*(parseInt(t(281))/2)+parseInt(t(279))/3*(parseInt(t(271))/4)+-parseInt(t(268))/5+parseInt(t(283))/6+-parseInt(t(282))/7*(-parseInt(t(275))/8)+-parseInt(t(277))/9*(parseInt(t(274))/10)+parseInt(t(285))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class j extends s.View{constructor(e,n=""){const r=H;super(e);const i=new s.IconView,o=this[r(280)];this[r(273)](r(284),n),i[r(278)]=t.IconError,this[r(276)]({tag:r(269),attributes:{class:["ck",r(272)]},children:[i,{text:o.to(r(284))}]})}}function H(e,t){const n=q();return(H=function(e,t){return n[e-=268]})(e,t)}function q(){const e=["1Tbjzfl","1661668BYAACN","ck-ai-form__error","set","470ENjtJw","8924272HLkgwh","setTemplate","197451fkanZd","content","12jiUHqR","bindTemplate","3142388bZPrYH","7mtnQVp","885420TdwOrf","text","16778069xKuxGu","4320875WRiaGE","div"];return(q=function(){return e})()}const z=G;function V(){const e=["submit","isOn","7735744ZbQfqB","resultsView","History","fieldView","bind","excludeScrollbarsAndBorders","ck-ai-form__toggle-history","605896EzEwqm","_createSubmitButton","28ySPwDk","426012zCgZjW","isVisible","element","render","1751742odJnNu","submitButtonView","_createShowHistoryButton","width","locale","add","style","execute","focusableChildren","20Mnnelm","191nNziQk","enter","window","1001337oprwPF","571689VcSwEv","Submit","set","target","ck-ai-form__submit","left","keystrokes","maxRows","focusFirst","uiLanguageDirection","right","queryView","460YIgPmZ","value","minRows","focusCycler","filteredView","fieldWrapperChildren","fire","children","requestAnimationFrame","showHistoryButtonView","isEnabled","focus","rtl","update","isEmpty","focusLast"];return(V=function(){return e})()}function G(e,t){const n=V();return(G=function(e,t){return n[e-=237]})(e,t)}!function(e){const t=G,n=e();for(;;)try{if(523193===parseInt(t(252))/1+-parseInt(t(242))/2+parseInt(t(255))/3+parseInt(t(293))/4*(-parseInt(t(251))/5)+-parseInt(t(238))/6*(parseInt(t(237))/7)+-parseInt(t(286))/8+-parseInt(t(256))/9*(-parseInt(t(268))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(V);class W extends s.AutocompleteView{[z(243)];[z(277)];constructor(e,t){const n=z;super(e,t),this[n(267)][n(289)][n(270)]=1,this[n(267)][n(289)][n(263)]=3,this[n(243)]=this[n(294)](),this[n(277)]=this[n(244)](),this[n(250)][n(247)](this[n(277)],1),this[n(250)][n(247)](this[n(243)])}[z(241)](){const e=z;super[e(241)](),this[e(267)][e(273)][e(247)](this[e(277)]),this[e(275)][e(247)](this[e(243)]),this[e(262)][e(258)](e(253),((t,n)=>{const r=e;t[r(259)]==this[r(267)][r(289)][r(240)]&&(this[r(284)](),n())}))}[z(294)](){const e=z,n=new s.ButtonView(this[e(246)]),r=this[e(246)];return n[e(258)]({icon:t.IconSubmit,label:v(r,e(257)),isVisible:!0,tooltip:!0,class:e(260)}),n.on(e(249),(()=>{this[e(284)]()})),n[e(290)](e(278)).to(this[e(267)][e(289)],e(282),this,e(278),((e,t)=>!e&&t)),n}[z(244)](){const e=z,n=new s.ButtonView(this[e(246)]),r=this[e(287)],o=this[e(246)];n[e(258)]({label:v(o,e(288)),withText:!1,icon:t.IconHistory,tooltip:!0,tooltipPosition:"sw",class:e(292)}),n[e(290)](e(285)).to(r,e(239)),n[e(290)](e(278)).to(this,e(278)),n.on(e(249),(()=>{const t=e;r[t(239)]=!r[t(239)],r[t(239)]?this[t(272)][t(279)]():this[t(279)]()}));const a=()=>{const t=e;i.global[t(254)][t(276)]((()=>{const e=t;if((0,i.isVisible)(this[e(240)])){const t=new i.Rect(this[e(267)][e(289)][e(240)]),r=t[e(245)],s=e(280)===o[e(265)]?e(261):e(266);t[e(291)](),n[e(240)][e(248)][s]=r-t[e(245)]+1+"px"}}))};return this[e(267)][e(289)].on(e(281),a),this.on(e(241),a),n}[z(284)](){const e=z,t=this[e(267)][e(289)][e(240)][e(269)];this[e(274)](e(284),t)}[z(279)](e){const t=z;-1===e?this[t(271)][t(283)]():this[t(271)][t(264)]()}}function K(e,t){const n=Q();return(K=function(e,t){return n[e-=380]})(e,t)}const J=K;function Q(){const e=["clearHistoryButton","2712AmpETF","2166170bTZQbw","label","fire","filter","96fBZFPy","505956ytCWdk","historyGroupView","18ckFGvZ","children","Clear","execute","9dOWnIu","set","50jmYzjx","length","43059fuAyzQ","559258BunnUn","182646qDUyFQ","clearHistory","4655tCXaut","add","_createClearHistoryButton","items","Prompt history","delegate","357264TuwNKX","locale"];return(Q=function(){return e})()}!function(e){const t=K,n=e();for(;;)try{if(217709===parseInt(t(394))/1+-parseInt(t(395))/2+-parseInt(t(390))/3*(parseInt(t(404))/4)+-parseInt(t(392))/5*(parseInt(t(396))/6)+parseInt(t(398))/7*(parseInt(t(407))/8)+parseInt(t(386))/9*(parseInt(t(408))/10)+parseInt(t(384))/11*(parseInt(t(383))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Q);class Y extends s.ListView{[J(385)];[J(406)];constructor(e){const t=J;super(e),this[t(406)]=this[t(400)](),this[t(385)]=new s.ListItemGroupView,this[t(385)][t(387)][t(399)](this[t(406)],1),this[t(385)][t(380)]=v(e,t(402)),this[t(385)][t(401)][t(403)](t(389)).to(this),this[t(401)][t(399)](this[t(385)])}[J(382)](){const e=J;let t=0;for(const n of this[e(401)])t+=n[e(401)][e(393)];return{resultsCount:t,totalItemsCount:t}}[J(400)](){const e=J,t=this[e(405)],n=new s.ButtonView(this[e(405)]);return n[e(391)]({label:"("+v(t,e(388))+")",withText:!0}),n.on(e(389),(()=>this[e(381)](e(397)))),n}}const Z={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"};function X(e){if(null==e)return"";if(Array.isArray(e))return e.map(X).join(",");const t=String(e);return"0"===t&&Object.is(Number(e),-0)?"-0":t}function ee(e){return function(e){return e.replace(/&(?:amp|lt|gt|quot|#(0+)?39);/g,(e=>Z[e]||"'"))}(X(e))}function te(){const e=["children","locale","604653dEqWcb","623871rxqzQL","4666921FEHILK","set","513538HIAKBo","196GOCxHg","276036MzfAXH","fire","63845AUmuSS","prompt","12667056vuXDus","execute","add"];return(te=function(){return e})()}function ne(e,t){const n=te();return(ne=function(e,t){return n[e-=334]})(e,t)}!function(e){const t=ne,n=e();for(;;)try{if(434097===parseInt(t(338))/1+parseInt(t(341))/2+-parseInt(t(337))/3+-parseInt(t(342))/4*(-parseInt(t(345))/5)+parseInt(t(343))/6+parseInt(t(339))/7+-parseInt(t(347))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(te);class re extends s.ListItemView{constructor(e){const t=ne;super();const n=new s.ButtonLabelView,r=new s.ButtonView(this[t(336)],n);this[t(335)][t(334)](r),r[t(340)]({label:e[t(346)],withText:!0}),r.on(t(348),(()=>{const n=t;this[n(344)](n(348),{value:ee(e[n(346)])})}))}}function ie(e,t){const n=oe();return(ie=function(e,t){return n[e-=425]})(e,t)}const se=ie;function oe(){const e=["_saveToSessionStorage","length","stringify","_loadFromSessionStorage","prompt","4794296CTyERP","386949aPyHpm","parse","toLowerCase","getItem","setItem","85eFMVeO","CKEditor/AIFormView/PromptHistory","8224476xyvkyF","3873hDHndA","addMany","remove","last","1539tEGvGU","109688ZfjMnM","1014uPnmGD","trim","11dbDOYG","map","210973nydIiI","7120eNFSRZ","186CHejBc","add"];return(oe=function(){return e})()}!function(e){const t=ie,n=e();for(;;)try{if(505163===-parseInt(t(444))/1+parseInt(t(430))/2*(parseInt(t(452))/3)+parseInt(t(429))/4*(parseInt(t(449))/5)+parseInt(t(436))/6*(parseInt(t(434))/7)+-parseInt(t(443))/8+parseInt(t(428))/9*(parseInt(t(435))/10)+-parseInt(t(432))/11*(parseInt(t(451))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(oe);const ae=se(450);class ce extends i.Collection{constructor(){const e=se;super(),this[e(441)](),this.on(e(437),((t,n)=>{const r=e,i=ue(n[r(442)]);for(const e of this)if(e!=n&&ue(e[r(442)])===i){this[r(426)](e);break}this[r(439)]>20&&this[r(426)](this[r(427)]),this[r(438)]()})),this.on(e(426),(()=>{this[e(438)]()}))}[se(441)](){const e=se,t=sessionStorage[e(447)](ae)||"[]";this[e(425)](JSON[e(445)](t))}[se(438)](){const e=se;sessionStorage[e(448)](ae,JSON[e(440)](this[e(433)]((e=>e))))}}function ue(e){const t=se;return e[t(446)]()[t(431)]()}const de={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function le(e){return X(e).replace(/[&<>"']/g,(e=>de[e]))}const he=fe;function fe(e,t){const n=pe();return(fe=function(e,t){return n[e-=167]})(e,t)}function pe(){const e=["4093410mDRsdx","stopButton","keystrokes","_promptHistory","errorView","focusLast","ck-ai-form","insertButton","isVisible","mainAction","Ask AI to edit or generate","_createToolbar","value","setTemplate","high","tab","focusFirst","toolbar","trim","isEnabled","submit","Empty history","bind","_createPromptView","Ask AI and your prompts will be listed here for you to use later.","36wpEFCh","focusTracker","reset","_focusables","items","element","listenTo","focusCycler","40dEFwvf","execute","render","1078024Fbgtwb","div","2725255TIyYtg","AI_ERROR_FAILED","set","locale","promptView","bindTo","bindTemplate","isProcessing","1535013RdFbCe","text","add","label","fire","_createHistoryView","delegate","finishProcessing","isError","replaceContent","focus","historyGroupView","startProcessing","chain","handleError","submitPrompt","contentArea","8899572MLvYTT","ck-hidden","prompt","REPLACE","shift + tab","search","25339xkvAPh","insertContentBelow","fieldView","tryAgainButton","replaceButton","Ask AI to improve generated text","5309624CZqubp","copyButtonView","clearHistory","ck-ai-form-content","createCollection","tryAgainEvent","stopProcessing","28uYusUK","clear","queryView"];return(pe=function(){return e})()}!function(e){const t=fe,n=e();for(;;)try{if(929210===-parseInt(t(240))/1*(-parseInt(t(204))/2)+parseInt(t(217))/3+-parseInt(t(246))/4+parseInt(t(209))/5+-parseInt(t(234))/6+parseInt(t(168))/7*(parseInt(t(207))/8)+parseInt(t(196))/9*(parseInt(t(171))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(pe);class me extends s.View{[he(197)];[he(173)];[he(233)];[he(188)];[he(213)];[he(175)];[he(199)];[he(203)];[he(174)];constructor(e,t,n=""){const r=he;super(e),this[r(211)](r(190),!0),this[r(211)](r(216),!1),this[r(211)](r(236),""),this[r(211)](r(183),""),this[r(211)](r(225),!1),this[r(211)](r(180),O[r(237)]),this[r(174)]=new ce,this[r(175)]=new j(e),this[r(233)]=new B(e,n),this[r(233)][r(193)](r(216)).to(this),this[r(233)][r(193)](r(183)).to(this),this[r(188)]=this[r(182)](),this[r(188)][r(193)](r(180)).to(this),this[r(213)]=this[r(194)](),this[r(197)]=new i.FocusTracker,this[r(173)]=new i.KeystrokeHandler,this[r(199)]=this[r(250)]([this[r(233)],this[r(233)][r(247)],this[r(188)],this[r(213)]]),this[r(203)]=new s.FocusCycler({focusables:this[r(199)],focusTracker:this[r(197)],keystrokeHandler:this[r(173)],actions:{focusPrevious:r(238),focusNext:r(186)}}),this[r(203)][r(230)](this[r(213)][r(203)]),this[r(213)][r(170)][r(242)][r(193)](r(183)).to(this,r(236));const o=this[r(215)];this[r(184)]({tag:r(208),attributes:{class:["ck",r(177),t],tabindex:"-1"},children:[{tag:r(208),attributes:{class:["ck",r(249)]},children:[{tag:r(208),attributes:{class:[o.if(r(225),r(235),(e=>!e))]},children:[this[r(175)]]},this[r(233)],this[r(188)],this[r(213)]]}]})}[he(206)](){const e=he;super[e(206)](),this[e(197)][e(219)](this[e(233)][e(201)]),this[e(197)][e(219)](this[e(233)][e(247)][e(201)]),this[e(197)][e(219)](this[e(188)][e(201)]),this[e(197)][e(219)](this[e(213)][e(201)]),this[e(173)][e(202)](this[e(201)])}[he(227)](e=1){const t=he;-1===e?this[t(203)][t(176)]():this[t(203)][t(187)]()}[he(198)](){const e=he;this[e(236)]="",this[e(183)]="",this[e(225)]=!1,this[e(213)][e(198)](),this[e(233)][e(179)]=!1,this[e(188)][e(179)]=!1}[he(194)](){const e=he,t=this[e(212)],n=new W(t,{queryView:{label:v(t,e(181)),creator:s.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:v(t,e(192)),secondary:v(t,e(195))}}},filteredView:this[e(222)](),queryMinChars:1/0,resetOnBlur:!1});return n[e(193)](e(190)).to(this,e(190),this,e(216),((e,t)=>e&&!t)),this[e(202)](n,e(191),((t,n)=>{const r=e;this[r(236)]=n;const i=le(n);this[r(221)](r(232),i),n[r(189)]()&&this[r(174)][r(219)]({prompt:i},0)}),{priority:e(185)}),n}[he(222)](){const e=he,t=new Y(this[e(212)]);return t[e(228)][e(200)][e(214)](this[e(174)]).as(re),t.on(e(248),(()=>{const t=e;this[t(174)][t(169)](),this[t(213)][t(239)](""),this[t(213)][t(227)]()})),t}[he(182)](){const e=he,t=new L(this[e(212)]);return t[e(244)][e(193)](e(190)).to(this,e(190),this,e(216),this,e(183),((e,t,n)=>e&&!t&&!!n)),t[e(244)][e(223)](e(205)).to(this,e(226)),t[e(178)][e(193)](e(190)).to(this,e(190),this,e(216),this,e(183),((e,t,n)=>e&&!t&&!!n)),t[e(178)][e(223)](e(205)).to(this,e(241)),t[e(243)][e(193)](e(190)).to(this,e(190),this,e(216),((e,t)=>e&&!t)),t[e(243)][e(223)](e(205)).to(this,e(251)),t[e(172)][e(193)](e(190)).to(this,e(216)),t[e(172)][e(223)](e(205)).to(this,e(167)),t}[he(229)](){const e=he;this[e(183)]="",this[e(225)]=!1,this[e(216)]=!0,this[e(233)][e(179)]=!0,this[e(188)][e(179)]=!0,this[e(233)][e(227)]()}[he(224)](){const e=he,t=this[e(212)];this[e(216)]=!1,this[e(236)]="",this[e(213)][e(198)](),this[e(183)]&&(this[e(213)][e(170)][e(220)]=v(t,e(245)))}[he(231)](e){const t=he,n=this[t(212)];this[t(224)](),this[t(225)]=!0,this[t(175)][t(218)]=e||v(n,t(210)),this[t(183)]||(this[t(233)][t(179)]=!1)}}var ge=n(673),ye=n.n(ge),we=n(545),be=n.n(we),ve=n(262),ke=n.n(ve),Se=n(667),Ae=n.n(Se),Ee=n(357),Ie=n.n(Ee),xe=n(379),_e={attributes:{"data-cke":!0}};_e.setAttributes=Ae(),_e.insert=ke().bind(null,"head"),_e.domAPI=be(),_e.insertStyleElement=Ie();ye()(xe.A,_e);xe.A&&xe.A.locals&&xe.A.locals;var Re=n(181),Pe={attributes:{"data-cke":!0}};Pe.setAttributes=Ae(),Pe.insert=ke().bind(null,"head"),Pe.domAPI=be(),Pe.insertStyleElement=Ie();ye()(Re.A,Pe);Re.A&&Re.A.locals&&Re.A.locals;var Ce=n(676),Me={attributes:{"data-cke":!0}};Me.setAttributes=Ae(),Me.insert=ke().bind(null,"head"),Me.domAPI=be(),Me.insertStyleElement=Ie();ye()(Ce.A,Me);Ce.A&&Ce.A.locals&&Ce.A.locals;const Te=Oe;function Oe(e,t){const n=Ne();return(Oe=function(e,t){return n[e-=330]})(e,t)}!function(e){const t=Oe,n=e();for(;;)try{if(967569===parseInt(t(427))/1+-parseInt(t(336))/2+parseInt(t(493))/3*(parseInt(t(409))/4)+parseInt(t(411))/5*(parseInt(t(474))/6)+-parseInt(t(399))/7+-parseInt(t(368))/8+parseInt(t(344))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ne);const Le=globalThis[Te(379)];function Ne(){const e=["menuitemcheckbox","ai.useTheme","addMany","set","define","pluginName","promptView","tableOfContents","copy","ai-commands-config-order-collision","buttons","editor","11008632PFFKRF","updatePosition","delegate","get","AI is writing","AIAssistantUI","custom","destroy","featureNotAllowed","splice","from","DataTransfer","insertContent","editing","groupId","hide","model","AI Assistant","setSelection"," ck-ai-assistant-ui_theme","componentFactory","change:isError","panelView","getSelectedElement","menuBar:aiAssistant","REPLACE","commands","init","enabledCommandsIds","queryView","reset","9501996JmBNPn","filter","hideFakeVisualSelection","_aiAssistantController","_createAIAssistantUIButton","locale","domainLimit","getData","_populateMenuBarMenu","errorView","3569268OmtCoT","contentArea","9587670sjqaZH","media","render","replace","updateView","aiLicenseKeyValid","_showLicenseError","ai.aiAssistant.contentAreaCssClass","trialLimit","selection","prompt","map","aiLicenseKeyDomainLimit","textAdapter","config","Generated content: %0","1258506rWJHZP","showFakeVisualSelection","isPremiumPlugin","trim","aiLicenseKeyNotAllowed","change","polite","_aiAdapter","showUI","isOfficialPlugin","children","groupLabel","_uiCssClasses","getSelectedBlocks","aiLicenseKeyEvaluationLimit","forEach","menuBar:aiCommands","</p>","view","text/html","length","ai.aiAssistant.commands","sort","update","AIAssistant","INSERT","document","ai.aiAssistant.disabledElements","_dialog","once","ck-ai-assistant-ui","aiLicenseKeyUsageLimit","ck-ai-commands-dropdown ","fire","isFlat","licenseKey","Error during AI content generation: %0","EDITOR_TOP_SIDE","announce","push","<p>","fieldView","usageLimit","getRanges","show","listenTo","currentContext","6ukpuFG","body","source","isOn","focus","expired","text","plugins","_commandDefinitions","requiresContent","_getResolvedCommandsDefinitions","_formView","_getMenuBarGroupButtons","menuPanelClass","values","AI Commands","requires","aiAssistant","aiLicenseKeyExpired","6CQWTjH","isEnabled","order","command:","wasMoved","items","_initView","isCollapsed","change:isProcessing","includes","add","evaluationLimit","menuView","_forceMarkersCopy","aiCommands","_licenseKeyCheckInterval","aiLicenseKeyTrialLimit","invalid","2671880EUntQy","getLimitElement","hideUI","change:enabledCommandsIds","insertContentBelow","replaceContent","label","_initAriaAiStatusChangeAnnouncements","687078nbUstl","change:value","schema","aiLicenseKeyInvalid","bind","_onExecute","execute","comment","ck-ai-assistant-button ","rawHtml","buttonView","showAIAssistant"];return(Ne=function(){return e})()}class $e extends e.Plugin{[Te(462)];[Te(333)];[Te(455)];[Te(485)];[Te(434)];[Te(402)];[Te(439)]="";static get[Te(361)](){return Te(373)}static get[Te(436)](){return!0}static get[Te(429)](){return!0}static get[Te(490)](){return[a.ClipboardMarkersUtils,p,w,s.Dialog]}constructor(e){const t=Te;super(e),e[t(425)][t(360)](t(454),[t(412),t(353),t(363)]),e[t(425)][t(360)](t(418),""),e[t(425)][t(360)](t(357),!0),this[t(439)]=t(457)+(e[t(425)][t(371)](t(357))?t(387):"")}[Te(395)](){const e=Te,{editor:n}=this;this[e(434)]=n[e(481)][e(371)](w),this[e(455)]=n[e(481)][e(371)](s.Dialog),this[e(485)]=null,this[e(482)]=this[e(484)]();const r=new S(n,Array[e(378)](this[e(482)][e(488)]()));n[e(394)][e(503)](e(355),r),n.ui[e(388)][e(503)](e(332),(i=>{const a=e,c=(0,s.createDropdown)(i);return c[a(359)]({class:a(459)+this[a(439)]}),c[a(354)][a(359)]({label:v(i,a(489)),icon:t.IconMagicWand,tooltip:!0}),c.on(a(350),(e=>this[a(349)](e[a(476)].id))),(0,s.addMenuToDropdown)(c,n.ui[a(445)][a(475)],function(e){const t=a,n=o(e[t(425)][t(371)](t(448)),e[t(404)]),r=Fe(e,n)[t(400)]((e=>e[t(394)][t(447)]));return 1===r[t(447)]?Fe(e,r[0][t(394)])[t(422)]((e=>({id:e.id,label:e[t(342)]}))):r[t(422)]((n=>{const r=t,{groupId:i,groupLabel:s,commands:o}=n;return{id:i,menu:s||i,children:Fe(e,o)[r(422)]((e=>({id:e.id,label:e[r(342)]})))}}))}(n),{ariaLabel:v(i,a(489))}),c[a(330)][a(487)]=a(459)+this[a(439)],r.on(a(339),u),c[a(330)][a(456)](a(413),u),c;function u(){const e=a;c[e(494)]=r[e(396)][e(447)]>0;for(const t of c[e(330)][e(366)])t[e(494)]=r[e(396)][e(502)](t.id)}})),n.ui[e(388)][e(503)](e(443),(i=>{const a=e,c=new s.MenuBarMenuView(i);c[a(354)][a(359)]({label:v(i,a(489)),icon:t.IconMagicWand}),c[a(348)](a(494)).to(r,a(396),(e=>e[a(447)]>0));const u=o(n[a(425)][a(371)](a(448)),i);return this[a(407)](r,c,u,(e=>this[a(349)](e))),c})),n.ui[e(388)][e(503)](e(491),(()=>{const t=e,n=this[t(403)](s.ButtonView);return n[t(359)]({tooltip:!0,class:t(352)+this[t(439)]}),n})),n.ui[e(388)][e(503)](e(392),(()=>{const t=e,n=this[t(403)](s.MenuBarMenuListItemButtonView);return n[t(359)]({role:t(356)}),n})),this[e(462)]=this[e(367)][e(425)][e(371)](e(462));const i=this[e(367)];this[e(333)]=setInterval((()=>{const t=e;let n;for(const e in i){const r=e,s=i[r];if(t(416)==s||t(347)==s||t(492)==s||t(423)==s||t(431)==s||t(441)==s||t(334)==s||t(458)==s){delete i[r],n=s,clearInterval(this[t(333)]),this[t(333)]=void 0;break}}t(347)==n&&i[t(417)](t(335)),t(492)==n&&i[t(417)](t(479)),t(423)==n&&i[t(417)](t(405)),t(431)==n&&i[t(417)](t(376),t(451)),t(441)==n&&i[t(417)](t(504)),t(334)==n&&i[t(417)](t(419)),t(458)==n&&i[t(417)](t(469))}),1e3)}[Te(375)](){const e=Te;super[e(375)](),this[e(333)]&&clearInterval(this[e(333)])}[Te(435)](e="",n="",r=Te(374)){const i=Te,o=this[i(367)],u=o[i(381)][i(445)],d=o[i(481)][i(371)](p),l=o[i(481)][i(371)](a.ClipboardMarkersUtils);d[i(428)]();const h=new Le,f=new ClipboardEvent(i(364),{clipboardData:h}),m=new c.DataTransfer(h),g=new c.DomEventData(u,f,{dataTransfer:m});l[i(331)](i(351),(()=>{const e=i;u[e(453)][e(460)](e(364),g)})),this[i(485)]||(this[i(499)](),this[i(402)]=new C(o,this[i(434)][i(424)],this[i(485)]));let y=m[i(406)](i(446));const w=o[i(384)][i(453)][i(420)],b=Array[i(378)](w[i(470)]());1===b[i(447)]&&b[0][i(461)]&&!w[i(391)]()&&""!==y[i(414)](/&nbsp;/g,"")[i(430)]()&&(y=i(467)+y+i(444)),this[i(402)][i(415)]({actionId:r,query:e,htmlContent:y,label:n,mainActionLabel:O[o[i(384)][i(453)][i(420)][i(500)]?i(452):i(393)]}),i(491)!==this[i(455)].id?this[i(455)][i(471)]({id:i(491),icon:t.IconRobotPencil,title:v(this[i(367)][i(404)],i(385)),content:this[i(485)],position:s.DialogViewPosition[i(464)],onShow:()=>{const e=i;this[e(485)][e(478)]()},onHide:()=>{const e=i;this[e(402)][e(398)](),d[e(401)]()}}):this[i(455)][i(445)][i(497)]||this[i(455)][i(445)][i(369)]()}[Te(338)](){const e=Te;this[e(455)][e(383)]()}[Te(484)](){const e=Te,t=new Map,n=o(this[e(367)][e(425)][e(371)](e(448)),this[e(367)][e(404)]);for(const r of n)for(const n of r[e(394)])t[e(359)](n.id,{...n,groupId:r[e(382)],groupLabel:r[e(438)]||r[e(382)]});return t}[Te(403)](e){const n=Te,r=this[n(367)],i=r[n(394)][n(371)](n(355)),s=new e(r[n(404)]);return s[n(359)]({label:v(r[n(404)],n(385)),icon:t.IconRobotPencil,isToggleable:!0}),s[n(348)](n(494)).to(i),s[n(348)](n(477)).to(this[n(455)],"id",(e=>n(491)===e)),this[n(472)](s,n(350),(()=>{const e=n;s[e(477)]?this[e(338)]():i[e(350)]()})),s}[Te(499)](){const e=Te,t=this[e(367)][e(481)][e(371)](p);this[e(485)]=new me(this[e(367)][e(404)],this[e(439)],this[e(367)][e(425)][e(371)](e(418))),this[e(485)].on(e(345),(()=>{const t=e;this[t(455)][t(445)][t(497)]||this[t(455)][t(445)][t(369)]()})),this[e(485)][e(362)][e(397)][e(468)].on(e(450),(()=>{const t=e;this[t(455)][t(445)][t(497)]||this[t(455)][t(445)][t(369)]()})),this[e(472)](this[e(485)],e(341),(()=>{const n=e;t[n(380)](this[n(402)][n(473)]),this[n(338)]()})),this[e(472)](this[e(485)],e(340),(()=>{const n=e;t[n(340)](this[n(402)][n(473)]),this[n(338)]()})),this[e(343)]()}[Te(343)](){const e=Te,{locale:t,ui:{ariaLiveAnnouncer:n}}=this[e(367)];this[e(485)][e(410)].on(e(501),((r,i,s)=>{const o=e,a=this[o(402)][o(473)];s?n[o(465)](v(t,o(372))):a&&n[o(465)](v(t,o(426),a),{politeness:o(433),isUnsafeHTML:!0})})),this[e(485)].on(e(389),((r,i,s)=>{const o=e;if(s){const e=this[o(485)][o(408)][o(480)];n[o(465)](v(t,o(463),e))}}))}[Te(349)](e){const t=Te,n=this[t(482)][t(371)](e),r=this[t(367)],s=r[t(384)][t(453)][t(420)],o=r[t(394)][t(371)](t(355)),a=r[t(481)][t(371)](p),c=("_ungrouppedCommands"!==n[t(382)]?n[t(438)]+": ":"")+n[t(342)];if(!1!==n[t(483)]&&s[t(500)]){const e=(0,i.first)(s[t(440)]())||r[t(384)][t(346)][t(337)](s);r[t(384)][t(432)]((n=>{n[t(386)](e,"in")}))}a[t(428)](),o[t(350)](n[t(421)],c,t(496)+e)}[Te(407)](e,t,n,r){const i=Te,o=this[i(367)],a=o[i(404)],c=new s.MenuBarMenuListView(a),u=Fe(o,n)[i(400)]((e=>e[i(394)][i(447)]));1===u[i(447)]?this[i(486)]({command:e,commands:u[0][i(394)],parentMenuView:t,onExecute:r})[i(442)]((e=>c[i(498)][i(503)](e))):u[i(442)]((({groupId:n,groupLabel:o,commands:u})=>{const d=i,l=new s.MenuBarMenuListItemView(a,t),h=new s.MenuBarMenuView(a),f=new s.MenuBarMenuListView(a),p=this[d(486)]({command:e,commands:u,parentMenuView:h,onExecute:r});h[d(354)][d(359)]({label:o||n}),h[d(370)](d(350)).to(t),f[d(498)][d(358)](p),h[d(390)][d(437)][d(503)](f),l[d(437)][d(503)](h),c[d(498)][d(503)](l)})),t[i(390)][i(437)][i(503)](c)}[Te(486)]({command:e,commands:t,parentMenuView:n,onExecute:r}){const i=Te,o=this[i(367)],a=o[i(404)];return Fe(o,t)[i(422)]((t=>{const o=i,c=new s.MenuBarMenuListItemView(a,n),u=new s.MenuBarMenuListItemButtonView(a);return u[o(359)]({label:t[o(342)]}),u[o(370)](o(350)).to(n),u.on(o(350),(()=>r(t.id))),u[o(348)](o(494)).to(e,o(396),(e=>e[o(502)](t.id))),c[o(437)][o(503)](u),c}))}}function Ue(e,t){const n=Te;return void 0!==e[n(495)]&&void 0===t[n(495)]?1:void 0===e[n(495)]&&void 0!==t[n(495)]?-1:void 0!==e[n(495)]&&void 0!==t[n(495)]?e[n(495)]-t[n(495)]:0}function Fe(e,t){const n=Te;t[n(449)](Ue);const r={},s=[];for(const o of t)if(void 0!==o[n(495)]){if(o[n(495)]in r)throw new i.CKEditorError(n(365),e,{conflictingDefinitions:[o,r[o[n(495)]]]});r[o[n(495)]]=o,s[n(377)](o[n(495)],0,o)}else s[n(466)](o);return s}const Be=He;function De(){const e=["groupId","legal","includes","set","Translate the content to Spanish language.","requires","Arabic","Edit or review","locale","editOrReview","Translate","poetic","filter","Business","Simplify language","Rewrite this content as a poem using poetic techniques without losing the original meaning.","isPremiumPlugin","Translate the content to Arabic language.","Translate the content to Simplified Chinese language.","ai.aiAssistant.extraCommandGroups","journalism","summarize","confident","Hindi","Poetic","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","changeStyle","changeTone","Improve this content by using descriptive language and inserting more information and more detailed explanations.","10068390mOaVsY","Journalism","get","Improve using casual, informal language to convey a casual conversation with a real person.","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","197805dTcpYr","Make longer","22578ghpDeK","Change style","find","translateHindi","Simplified Chinese","Translate the content to English language.","Direct","14530AJUVHO","Improve using friendly, comforting language, to convey understanding and empathy.","Improve using compelling, optimistic language to convey confidence in the writing.","isOfficialPlugin","business","improveWriting","ai.aiAssistant.commands","Portuguese","translateChinese","friendly","Make shorter","Casual","professional","translatePortuguese","Generate from selection","504UyamSb","Translate the content to Portuguese language.","ai.aiAssistant.preserveComments","Rewrite this content as a business professional with formal language.","concat","Improve writing","32aRXuqs","simplifyLanguage","ai.aiAssistant.removeCommands","generate","forEach","casual","10112328NlGMRz","Rewrite this content as a legal professional using valid legal terminology.","Translate the content to Hindi language.","Improve using direct language, using only the essential information.","86jaKbsC","French","Improve using polished, formal, and respectful language to convey professional expertise and competence.","translateGerman","Friendly","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","makeLonger","pluginName","Spanish","18029170LUIhZF","Confident","Rewrite this content as a journalist using engaging language to convey the importance of the information.","direct","config","commands","translateFrench","Legal","translate","translateEnglish","674052CxjlxC","continue","push","Professional","Continue","English","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Summarize","Translate the content to French language.","German","Change tone","Translate the content to German language.","translateArabic","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","translateSpanish","AIAssistant","makeShorter","define"];return(De=function(){return e})()}!function(e){const t=He,n=e();for(;;)try{if(853664===parseInt(t(341))/1*(-parseInt(t(372))/2)+-parseInt(t(391))/3+parseInt(t(362))/4*(parseInt(t(332))/5)+parseInt(t(334))/6*(-parseInt(t(356))/7)+-parseInt(t(368))/8+parseInt(t(327))/9+parseInt(t(381))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(De);class je extends e.Plugin{static get[Be(303)](){return[$e,p]}static get[Be(379)](){return Be(295)}static get[Be(344)](){return!0}static get[Be(314)](){return!0}constructor(e){const t=Be;super(e);const n=e[t(385)],r=e[t(306)];n[t(297)](t(358),!0),n[t(297)](t(347),function(e){const t=Be;return[{groupId:t(307),groupLabel:v(e,t(305)),commands:[{id:t(346),label:v(e,t(361)),prompt:t(397)},{id:t(296),label:v(e,t(351)),prompt:t(293)},{id:t(378),label:v(e,t(333)),prompt:t(326)},{id:t(363),label:v(e,t(312)),prompt:t(331)}]},{groupId:t(365),groupLabel:v(e,t(355)),commands:[{id:t(319),label:v(e,t(398)),prompt:t(323)},{id:t(392),label:v(e,t(395)),prompt:t(377)}]},{groupId:t(325),groupLabel:v(e,t(290)),commands:[{id:t(353),label:v(e,t(394)),prompt:t(374)},{id:t(367),label:v(e,t(352)),prompt:t(330)},{id:t(384),label:v(e,t(340)),prompt:t(371)},{id:t(320),label:v(e,t(382)),prompt:t(343)},{id:t(350),label:v(e,t(376)),prompt:t(342)}]},{groupId:t(324),groupLabel:v(e,t(335)),commands:[{id:t(345),label:v(e,t(311)),prompt:t(359)},{id:t(299),label:v(e,t(388)),prompt:t(369)},{id:t(318),label:v(e,t(328)),prompt:t(383)},{id:t(309),label:v(e,t(322)),prompt:t(313)}]},{groupId:t(389),groupLabel:v(e,t(308)),commands:[{id:t(390),label:v(e,t(396)),prompt:t(339)},{id:t(294),label:v(e,t(380)),prompt:t(302)},{id:t(354),label:v(e,t(348)),prompt:t(357)},{id:t(375),label:v(e,t(289)),prompt:t(291)},{id:t(387),label:v(e,t(373)),prompt:t(288)},{id:t(349),label:v(e,t(338)),prompt:t(316)},{id:t(337),label:v(e,t(321)),prompt:t(370)},{id:t(292),label:v(e,t(304)),prompt:t(315)}]}]}(r)),n[t(297)](t(317),[]),n[t(297)](t(364),[]);let i=o(n[t(329)](t(347)),r);const s=n[t(329)](t(317)),a=n[t(329)](t(364));s[t(366)]((e=>{const n=t,r=i[n(336)]((t=>t[n(298)]===e[n(298)]));r?r[n(386)]=r[n(386)][n(360)](e[n(386)]):i[n(393)](e)})),i=i[t(310)]((e=>!a[t(300)](e[t(298)]))),i[t(366)]((e=>{const n=t;e[n(386)]=e[n(386)][n(310)]((e=>!a[n(300)](e.id)))})),n[t(301)](t(347),i)}}function He(e,t){const n=De();return(He=function(e,t){return n[e-=288]})(e,t)}function qe(e,t){const n=Ve();return(qe=function(e,t){return n[e-=100]})(e,t)}const ze=qe;function Ve(){const e=["AI_ERROR_GET_HEADERS","6517pPzPTZ","18Wdqfvv","46047397mMzLTL","12GyzsOX","1155771qzPXLv","catch","makeRequest","requires","textAdapter","signal","plugins","editor","12BPTrrr","207CMmaPk","error","47368vZAKMU","aitextadapter-send-request-failed","resolve","get","name","792BdDpzH","AbortError","sendRequest","7644018HnNiow","aborted","3359630hWYDdI","assign","object","reject","abortController","locale","application/json","AI_ERROR_GET_PARAMETERS","_prepareRequestParameters","399515vTElBP","_prepareRequestHeaders","abort","init"];return(Ve=function(){return e})()}!function(e){const t=qe,n=e();for(;;)try{if(881647===parseInt(t(111))/1+-parseInt(t(122))/2*(-parseInt(t(120))/3)+parseInt(t(119))/4*(parseInt(t(102))/5)+parseInt(t(130))/6+-parseInt(t(107))/7*(-parseInt(t(127))/8)+-parseInt(t(108))/9*(-parseInt(t(132))/10)+-parseInt(t(109))/11*(parseInt(t(110))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ve);class Ge extends e.Plugin{[ze(136)];static get[ze(114)](){return[w]}constructor(e){const t=ze;super(e),this[t(136)]=new AbortController}[ze(105)](){const e=ze;this[e(118)][e(117)][e(125)](w)[e(115)]=this}[ze(104)](){const e=ze;this[e(136)][e(116)][e(131)]||(this[e(136)][e(104)](),this[e(136)]=new AbortController)}async[ze(113)](e){const t=ze;return this[t(129)](e)[t(112)]((e=>{const n=t;if(e instanceof b)return Promise[n(135)](e);if(n(128)==e[n(126)])return Promise[n(124)]();throw console[n(121)](e),new i.CKEditorError(n(123),null)}))}async[ze(103)](e,t){const n=ze,r=this[n(118)][n(137)],i={"Content-Type":n(138)};if(n(134)==typeof e)Object[n(133)](i,e);else if(e)try{const r=await e(t);Object[n(133)](i,r)}catch{return Promise[n(135)](new b(v(r,n(106))))}return i}async[ze(101)](e,t){const n=ze,r=this[n(118)][n(137)];if(n(134)==typeof e)return e;try{return await e(t)}catch{return Promise[n(135)](new b(v(r,n(100))))}}}const We=Je;!function(e){const t=Je,n=e();for(;;)try{if(879640===parseInt(t(468))/1*(parseInt(t(501))/2)+-parseInt(t(467))/3+parseInt(t(485))/4+parseInt(t(496))/5*(-parseInt(t(461))/6)+parseInt(t(492))/7+parseInt(t(488))/8+-parseInt(t(479))/9*(parseInt(t(449))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Qe);class Ke extends Ge{[We(471)];[We(477)];[We(514)];static get[We(463)](){return We(475)}constructor(e){const t=We;super(e),e[t(499)][t(487)](t(506),t(454)),e[t(499)][t(446)](t(469))||e[t(499)][t(487)](t(469),{model:t(509),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(471)]=e[t(499)][t(446)](t(506)),this[t(477)]=e[t(499)][t(446)](t(466))||{},this[t(514)]=e[t(499)][t(446)](t(469))}async[We(490)]({query:e,context:t,onData:n,actionId:r}){const i=We,s=this[i(452)][i(510)],o=await this[i(448)](e,t,r),a=await this[i(470)](this[i(477)],r),c=await this[i(502)](this[i(514)],r),u={messages:o,...c},d={method:i(507),headers:a,body:JSON[i(462)](u),signal:this[i(493)][i(455)]},l=await fetch(this[i(471)],d);if(l.ok)return c[i(497)]?await this[i(476)](l,n):await this[i(482)](l,n),Promise[i(511)]();{const e=await l[i(465)]();return e[i(504)](i(505))?Promise[i(494)](new b(v(s,i(451)))):e[i(504)](i(500))?Promise[i(494)](new b(v(s,i(483)))):Promise[i(494)](new Error(e))}}async[We(448)](e,t,n){const r=We;let i,s;return t?(i=r(478),s=r(508)+e+r(459)+t):(i=r(512),s=e),[{role:r(473),content:i},{role:r(495),content:s}]}async[We(476)](e,t){const n=We,r=e[n(503)][n(481)](),i=new TextDecoder;let s="",o="",a="",c=!1;for(;!c;){const{done:e,value:u}=await r[n(445)](),d=s+i[n(486)](u);let l="";c=e;try{l=this[n(498)](d),s=""}catch{s=d;continue}o+=l,!c&&this[n(450)](o)||o&&(a+=o,o="",t(a))}return Promise[n(511)]()}async[We(482)](e,t){const n=We;return t((await e[n(464)]())[n(447)][0][n(458)][n(480)]),Promise[n(511)]()}[We(450)](e){const t=We,n=e[t(456)]("<")[t(457)]!==e[t(456)](">")[t(457)],r=e[t(457)]<30;return n&&r}[We(498)](e){const t=We;return e[t(456)](/\n(?![^{]*\})/g)[t(489)]((e=>e[t(460)](t(513),"")))[t(453)]((e=>e&&e[t(457)]>0&&t(484)!==e))[t(489)]((e=>{const n=t,{choices:r}=JSON[n(474)](e);if(r[0]?.[n(472)]?.[n(480)])return r[0][n(472)][n(480)]}))[t(453)]((e=>e))[t(491)]("")}}function Je(e,t){const n=Qe();return(Je=function(e,t){return n[e-=445]})(e,t)}function Qe(){const e=["editor","filter","https://api.openai.com/v1/chat/completions","signal","split","length","message","\nYou must keep the text formatting.\n\nContent:\n","replace","1098eFUwBC","stringify","pluginName","json","text","ai.openAI.requestHeaders","442443tYdzQD","1kNzbRS","ai.openAI.requestParameters","_prepareRequestHeaders","_apiUrl","delta","system","parse","OpenAITextAdapter","_readStreamableResponse","_requestHeaders","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.","10303695VQBVXk","content","getReader","_readStaticResponse","AI_ERROR_MODERATION","[DONE]","467612MIDIRx","decode","define","13252800TgDztj","map","sendRequest","join","9094561SPqfVi","abortController","reject","user","32610qEKoGL","stream","_cleanUpData","config","Moderation","2875262VqyxYs","_prepareRequestParameters","body","includes","context_length_exceeded","ai.openAI.apiUrl","POST","Instruction:\n","gpt-3.5-turbo","locale","resolve","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.","data: ","_requestParameters","read","get","choices","prepareMessages","20MqwFsP","_isBufferIncomplete","AI_ERROR_CONTEXT_LENGTH"];return(Qe=function(){return e})()}const Ye=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,n){t.updateHttpClientConfig(e,n)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var Ze,Xe,et,tt;!function(e){e.HEADER="header",e.QUERY="query"}(Ze||(Ze={})),function(e){e.HEADER="header",e.QUERY="query"}(Xe||(Xe={})),function(e){e.HTTP="http",e.HTTPS="https"}(et||(et={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(tt||(tt={}));var nt;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(nt||(nt={}));const rt="__smithy_context";var it,st;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(it||(it={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(st||(st={}));class ot{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 ot({...e,headers:{...e.headers}});var n;return t.query&&(t.query=(n=t.query,Object.keys(n).reduce(((e,t)=>{const r=n[t];return{...e,[t]:Array.isArray(r)?[...r]:r}}),{}))),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 ot.clone(this)}}class at{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 ct={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},ut=e=>({applyToStack:t=>{t.add((e=>t=>async n=>{if(!ot.isInstance(n.request))return t(n);const{request:r}=n,{handlerProtocol:i=""}=e.requestHandler.metadata||{};if(i.indexOf("h2")>=0&&!r.headers[":authority"])delete r.headers.host,r.headers[":authority"]=r.hostname+(r.port?":"+r.port:"");else if(!r.headers.host){let e=r.hostname;null!=r.port&&(e+=`:${r.port}`),r.headers.host=e}return t(n)})(e),ct)}}),dt={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},lt="X-Amzn-Trace-Id",ht={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},ft=e=>({applyToStack:t=>{t.add((e=>t=>async n=>{const{request:r}=n;if(!ot.isInstance(r)||"node"!==e.runtime||r.headers.hasOwnProperty(lt))return t(n);const i=process.env.AWS_LAMBDA_FUNCTION_NAME,s=process.env._X_AMZN_TRACE_ID,o=e=>"string"==typeof e&&e.length>0;return o(i)&&o(s)&&(r.headers[lt]=s),t({...n,request:r})})(e),ht)}});const pt=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}$"),mt=e=>pt.test(e)||e.startsWith("[")&&e.endsWith("]"),gt=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),yt=(e,t=!1)=>{if(!t)return gt.test(e);const n=e.split(".");for(const e of n)if(!yt(e))return!1;return!0},wt={},bt="endpoints";function vt(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${vt(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(vt).join(", ")})`:JSON.stringify(e,null,2)}class kt extends Error{constructor(e){super(e),this.name="EndpointError"}}const St=(e,t)=>(e=>{const t=e.split("."),n=[];for(const r of t){const t=r.indexOf("[");if(-1!==t){if(r.indexOf("]")!==r.length-1)throw new kt(`Path: '${e}' does not end with ']'`);const i=r.slice(t+1,-1);if(Number.isNaN(parseInt(i)))throw new kt(`Invalid array index: '${i}' in path: '${e}'`);0!==t&&n.push(r.slice(0,t)),n.push(i)}else n.push(r)}return n})(t).reduce(((n,r)=>{if("object"!=typeof n)throw new kt(`Index '${r}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(n)?n[parseInt(r)]:n[r]}),e),At={[et.HTTP]:80,[et.HTTPS]:443},Et={booleanEquals:(e,t)=>e===t,getAttr:St,isSet:e=>null!=e,isValidHostLabel:yt,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:n,protocol:r="",path:i="",query:s={}}=e,o=new URL(`${r}//${t}${n?`:${n}`:""}${i}`);return o.search=Object.entries(s).map((([e,t])=>`${e}=${t}`)).join("&"),o}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 n=t.href,{host:r,hostname:i,pathname:s,protocol:o,search:a}=t;if(a)return null;const c=o.slice(0,-1);if(!Object.values(et).includes(c))return null;const u=mt(i);return{scheme:c,authority:`${r}${n.includes(`${r}:${At[c]}`)||"string"==typeof e&&e.includes(`${r}:${At[c]}`)?`:${At[c]}`:""}`,path:s,normalizedPath:s.endsWith("/")?s:`${s}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,n,r)=>t>=n||e.length<n?null:r?e.substring(e.length-n,e.length-t):e.substring(t,n),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},It=(e,t)=>{const n=[],r={...t.endpointParams,...t.referenceRecord};let i=0;for(;i<e.length;){const t=e.indexOf("{",i);if(-1===t){n.push(e.slice(i));break}n.push(e.slice(i,t));const s=e.indexOf("}",t);if(-1===s){n.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[s+1]&&(n.push(e.slice(t+1,s)),i=s+2);const o=e.substring(t+1,s);if(o.includes("#")){const[e,t]=o.split("#");n.push(St(r[e],t))}else n.push(r[o]);i=s+1}return n.join("")},xt=(e,t,n)=>{if("string"==typeof e)return It(e,n);if(e.fn)return _t(e,n);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,n);throw new kt(`'${t}': ${String(e)} is not a string, function or reference.`)},_t=({fn:e,argv:t},n)=>{const r=t.map((e=>["boolean","number"].includes(typeof e)?e:xt(e,"arg",n))),i=e.split(".");return i[0]in wt&&null!=i[1]?wt[i[0]][i[1]](...r):Et[e](...r)},Rt=({assign:e,...t},n)=>{if(e&&e in n.referenceRecord)throw new kt(`'${e}' is already defined in Reference Record.`);const r=_t(t,n);return n.logger?.debug?.(`${bt} evaluateCondition: ${vt(t)} = ${vt(r)}`),{result:""===r||!!r,...null!=e&&{toAssign:{name:e,value:r}}}},Pt=(e=[],t)=>{const n={};for(const r of e){const{result:e,toAssign:i}=Rt(r,{...t,referenceRecord:{...t.referenceRecord,...n}});if(!e)return{result:e};i&&(n[i.name]=i.value,t.logger?.debug?.(`${bt} assign: ${i.name} := ${vt(i.value)}`))}return{result:!0,referenceRecord:n}},Ct=(e,t)=>Object.entries(e).reduce(((e,[n,r])=>({...e,[n]:r.map((e=>{const r=xt(e,"Header value entry",t);if("string"!=typeof r)throw new kt(`Header '${n}' value '${r}' is not a string`);return r}))})),{}),Mt=(e,t)=>{if(Array.isArray(e))return e.map((e=>Mt(e,t)));switch(typeof e){case"string":return It(e,t);case"object":if(null===e)throw new kt(`Unexpected endpoint property: ${e}`);return Tt(e,t);case"boolean":return e;default:throw new kt("Unexpected endpoint property type: "+typeof e)}},Tt=(e,t)=>Object.entries(e).reduce(((e,[n,r])=>({...e,[n]:Mt(r,t)})),{}),Ot=(e,t)=>{const n=xt(e,"Endpoint URL",t);if("string"==typeof n)try{return new URL(n)}catch(e){throw console.error(`Failed to construct URL with ${n}`,e),e}throw new kt("Endpoint URL must be a string, got "+typeof n)},Lt=(e,t)=>{const{conditions:n,endpoint:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(!i)return;const o={...t,referenceRecord:{...t.referenceRecord,...s}},{url:a,properties:c,headers:u}=r;return t.logger?.debug?.(`${bt} Resolving endpoint from template: ${vt(r)}`),{...null!=u&&{headers:Ct(u,o)},...null!=c&&{properties:Tt(c,o)},url:Ot(a,o)}},Nt=(e,t)=>{const{conditions:n,error:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(i)throw new kt(xt(r,"Error",{...t,referenceRecord:{...t.referenceRecord,...s}}))},$t=(e,t)=>{const{conditions:n,rules:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(i)return Ut(r,{...t,referenceRecord:{...t.referenceRecord,...s}})},Ut=(e,t)=>{for(const n of e)if("endpoint"===n.type){const e=Lt(n,t);if(e)return e}else if("error"===n.type)Nt(n,t);else{if("tree"!==n.type)throw new kt(`Unknown endpoint rule: ${n}`);{const e=$t(n,t);if(e)return e}}throw new kt("Rules evaluation failed")},Ft=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!Ft(t))return!1;return!0}return!!yt(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!mt(e)))};let Bt=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"}'),Dt="";const jt={isVirtualHostableS3Bucket:Ft,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[n,r,i,s,o,...a]=t;return"arn"!==n||""===r||""===i||""===a[0]?null:{partition:r,service:i,region:s,accountId:o,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=Bt;for(const n of t){const{regions:t,outputs:r}=n;for(const[n,i]of Object.entries(t))if(n===e)return{...r,...i}}for(const n of t){const{regionRegex:t,outputs:r}=n;if(new RegExp(t).test(e))return{...r}}const n=t.find((e=>"aws"===e.id));if(!n)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...n.outputs}}};wt.aws=jt;const Ht="user-agent",qt="x-amz-user-agent",zt=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,Vt=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Gt=e=>(t,n)=>async r=>{const{request:i}=r;if(!ot.isInstance(i))return t(r);const{headers:s}=i,o=n?.userAgent?.map(Wt)||[],a=(await e.defaultUserAgentProvider()).map(Wt),c=e?.customUserAgent?.map(Wt)||[],u=(Dt?[Dt]:[]).concat([...a,...o,...c]).join(" "),d=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(d&&(s[qt]=s[qt]?`${s[Ht]} ${d}`:d),s[Ht]=u):s[qt]=u,t({...r,request:i})},Wt=e=>{const t=e[0].split("/").map((e=>e.replace(zt,"-"))).join("/"),n=e[1]?.replace(Vt,"-"),r=t.indexOf("/"),i=t.substring(0,r);let s=t.substring(r+1);return"api"===i&&(s=s.toLowerCase()),[i,s,n].filter((e=>e&&e.length>0)).reduce(((e,t,n)=>{switch(n){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},Kt={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Jt;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Jt||(Jt={}));const Qt=e=>e[rt]||(e[rt]={}),Yt=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},Zt=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Xt=e=>Zt(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const en=(e,t)=>(n,r)=>async i=>{const s=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,r,i.input)),o=function(e){const t=new Map;for(const n of e)t.set(n.schemeId,n);return t}(e.httpAuthSchemes),a=Qt(r),c=[];for(const n of s){const i=o.get(n.schemeId);if(!i){c.push(`HttpAuthScheme \`${n.schemeId}\` was not enabled for this service.`);continue}const s=i.identityProvider(await t.identityProviderConfigProvider(e));if(!s){c.push(`HttpAuthScheme \`${n.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:d={}}=n.propertiesExtractor?.(e,r)||{};n.identityProperties=Object.assign(n.identityProperties||{},u),n.signingProperties=Object.assign(n.signingProperties||{},d),a.selectedHttpAuthScheme={httpAuthOption:n,identity:await s(n.identityProperties),signer:i.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return n(i)},tn={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},nn={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},rn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function sn(e,t,n){return{applyToStack:r=>{r.add(((e,t)=>n=>async r=>{const{response:i}=await n(r);try{return{response:i,output:await t(i,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:i}),!("$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,n),nn),r.add(((e,t)=>(n,r)=>async i=>{const s=r.endpointV2?.url&&e.urlParser?async()=>e.urlParser(r.endpointV2.url):e.endpoint;if(!s)throw new Error("No valid endpoint provider available.");const o=await t(i.input,{...e,endpoint:s});return n({...i,request:o})})(e,t),rn)}}}const on=e=>e=>{throw e},an=(e,t)=>{},cn={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},un=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async n=>{if(!ot.isInstance(n.request))return e(n);const r=Qt(t).selectedHttpAuthScheme;if(!r)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:i={}},identity:s,signer:o}=r,a=await e({...n,request:await o.sign(n.request,s,i)}).catch((o.errorHandler||on)(i));return(o.successHandler||an)(a.response,i),a}),cn)}}),dn=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},ln={},hn=new Array(64);for(let e=0,t="A".charCodeAt(0),n="Z".charCodeAt(0);e+t<=n;e++){const n=String.fromCharCode(e+t);ln[n]=e,hn[e]=n}for(let e=0,t="a".charCodeAt(0),n="z".charCodeAt(0);e+t<=n;e++){const n=String.fromCharCode(e+t),r=e+26;ln[n]=r,hn[r]=n}for(let e=0;e<10;e++){ln[e.toString(10)]=e+52;const t=e.toString(10),n=e+52;ln[t]=n,hn[n]=t}ln["+"]=62,hn[62]="+",ln["/"]=63,hn[63]="/";const fn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const n=new ArrayBuffer(t),r=new DataView(n);for(let t=0;t<e.length;t+=4){let n=0,i=0;for(let r=t,s=t+3;r<=s;r++)if("="!==e[r]){if(!(e[r]in ln))throw new TypeError(`Invalid character ${e[r]} in base64 string.`);n|=ln[e[r]]<<6*(s-r),i+=6}else n>>=6;const s=t/4*3;n>>=i%8;const o=Math.floor(i/8);for(let e=0;e<o;e++){const t=8*(o-e-1);r.setUint8(s+e,(n&255<<t)>>t)}}return new Uint8Array(n)},pn=e=>(new TextEncoder).encode(e);function mn(e){let t;t="string"==typeof e?pn(e):e;const n="object"==typeof t&&"number"==typeof t.length,r="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!n&&!r)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let i="";for(let e=0;e<t.length;e+=3){let n=0,r=0;for(let i=e,s=Math.min(e+3,t.length);i<s;i++)n|=t[i]<<8*(s-i-1),r+=8;const s=Math.ceil(r/6);n<<=6*s-r;for(let e=1;e<=s;e++){const t=6*(s-e);i+=hn[(n&63<<t)>>t]}i+="==".slice(0,4-s)}return i}const gn=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 yn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?yn.mutate(fn(e)):yn.mutate(pn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,yn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?mn(e):gn(e)}(this,e)}}const wn={},bn={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),wn[e]=t,bn[t]=e}function vn(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 n=0;n<e.length;n+=2){const r=e.slice(n,n+2).toLowerCase();if(!(r in bn))throw new Error(`Cannot decode unrecognized sequence ${r} as hexadecimal`);t[n/2]=bn[r]}return t}function kn(e){let t="";for(let n=0;n<e.byteLength;n++)t+=wn[e[n]];return t}"function"==typeof ReadableStream&&ReadableStream;const Sn=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return yn.mutate(e);if(!e)return yn.mutate(new Uint8Array);const n=t.streamCollector(e);return yn.mutate(await n)};function An(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function En(e,t){return new In(e,t)}class In{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:n,path:r}=await this.context.endpoint();this.path=r;for(const e of this.resolvePathStack)e(this.path);return new ot({protocol:t,hostname:this.hostname||e,port:n,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,n,r){return this.resolvePathStack.push((i=>{this.path=((e,t,n,r,i,s)=>{if(null==t||void 0===t[n])throw new Error("No value provided for input HTTP label: "+n+".");{const t=r();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+n+".");e=e.replace(i,s?t.split("/").map((e=>An(e))).join("/"):An(t))}return e})(i,this.input,e,t,n,r)})),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 xn{constructor(e){this.authSchemes=new Map;for(const[t,n]of Object.entries(e))void 0!==n&&this.authSchemes.set(t,n)}getIdentityProvider(e){return this.authSchemes.get(e)}}const _n=(Rn=3e5,e=>Pn(e)&&e.expiration.getTime()-Date.now()<Rn);var Rn;const Pn=e=>void 0!==e.expiration,Cn="content-length";const Mn={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},Tn=e=>({applyToStack:t=>{var n;t.add((n=e.bodyLengthChecker,e=>async t=>{const r=t.request;if(ot.isInstance(r)){const{body:e,headers:t}=r;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(Cn))try{const t=n(e);r.headers={...r.headers,[Cn]:String(t)}}catch(e){}}return e({...t,request:r})}),Mn)}}),On=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,Ln=/(\d+\.){3}\d+/,Nn=/\.\./,$n=e=>On.test(e)&&!Ln.test(e)&&!Nn.test(e),Un=e=>{const[t,n,r,,,i]=e.split(":"),s="arn"===t&&e.split(":").length>=6,o=Boolean(s&&n&&r&&i);if(s&&!o)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return o},Fn=(e,t,n)=>{const r=async()=>{const r=n[e]??n[t];return"function"==typeof r?r():r};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof n.credentials?await n.credentials():n.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof n.credentials?await n.credentials():n.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await r();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:n,port:r,path:i}=e;return`${t}//${n}${r?":"+r:""}${i}`}}return e}:r},Bn=async e=>{};const Dn=e=>{if("string"==typeof e)return Dn(new URL(e));const{hostname:t,pathname:n,port:r,protocol:i,search:s}=e;let o;return s&&(o=function(e){const t={};if(e=e.replace(/^\?/,""))for(const n of e.split("&")){let[e,r=null]=n.split("=");e=decodeURIComponent(e),r&&(r=decodeURIComponent(r)),e in t?Array.isArray(t[e])?t[e].push(r):t[e]=[t[e],r]:t[e]=r}return t}(s)),{hostname:t,port:r?parseInt(r):void 0,protocol:i,path:n,query:o}},jn=e=>"object"==typeof e?"url"in e?Dn(e.url):e:Dn(e),Hn=async(e,t,n)=>{const r={},i=t?.getEndpointParameterInstructions?.()||{};for(const[t,s]of Object.entries(i))switch(s.type){case"staticContextParams":r[t]=s.value;break;case"contextParams":r[t]=e[s.name];break;case"clientContextParams":case"builtInParams":r[t]=await Fn(s.name,t,n)();break;case"operationContextParams":r[t]=s.get(e);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(s))}return 0===Object.keys(i).length&&Object.assign(r,n),"s3"===String(n.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Un(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!$n(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})(r),r},qn=({config:e,instructions:t})=>(n,r)=>async i=>{e.endpoint&&function(e,t,n){e.__smithy_context?e.__smithy_context.features||(e.__smithy_context.features={}):e.__smithy_context={features:{}},e.__smithy_context.features[t]=n}(r,"ENDPOINT_OVERRIDE","N");const s=await(async(e,t,n,r)=>{if(!n.endpoint){let e;e=n.serviceConfiguredEndpoint?await n.serviceConfiguredEndpoint():await Bn(n.serviceId),e&&(n.endpoint=()=>Promise.resolve(jn(e)))}const i=await Hn(e,t,n);if("function"!=typeof n.endpointProvider)throw new Error("config.endpointProvider is not set.");return n.endpointProvider(i,r)})(i.input,{getEndpointParameterInstructions:()=>t},{...e},r);r.endpointV2=s,r.authSchemes=s.properties?.authSchemes;const o=r.authSchemes?.[0];if(o){r.signing_region=o.signingRegion,r.signing_service=o.signingName;const e=Qt(r),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:o.signingRegion,signingRegion:o.signingRegion,signing_service:o.signingName,signingName:o.signingName,signingRegionSet:o.signingRegionSet},o.properties))}return n({...i})},zn={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:rn.name},Vn=(e,t)=>({applyToStack:n=>{n.addRelativeTo(qn({config:e,instructions:t}),zn)}});var Gn;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(Gn||(Gn={}));const Wn=Gn.STANDARD,Kn=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],Jn=["TimeoutError","RequestTimeout","RequestTimeoutException"],Qn=[500,502,503,504],Yn=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],Zn=e=>429===e.$metadata?.httpStatusCode||Kn.includes(e.name)||1==e.$retryable?.throttling,Xn=(e,t=0)=>(e=>e.$metadata?.clockSkewCorrected)(e)||Jn.includes(e.name)||Yn.includes(e?.code||"")||Qn.includes(e.$metadata?.httpStatusCode||0)||void 0!==e.cause&&t<=10&&Xn(e.cause,t+1);class er{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=>er.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(),Zn(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 n=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(n)}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))}}er.setTimeoutFn=setTimeout;const tr=100,nr=2e4,rr="amz-sdk-invocation-id",ir="amz-sdk-request",sr=({retryDelay:e,retryCount:t,retryCost:n})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(nr,e),getRetryCost:()=>n});class or{constructor(e){this.maxAttempts=e,this.mode=Gn.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=tr;return{computeNextBackoffDelay:t=>Math.floor(Math.min(nr,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return sr({retryDelay:tr,retryCount:0})}async refreshRetryTokenForRetry(e,t){const n=await this.getMaxAttempts();if(this.shouldRetry(e,t,n)){const n=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===n?500:tr);const r=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),i=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,r):r,s=this.getCapacityCost(n);return this.capacity-=s,sr({retryDelay:i,retryCount:e.getRetryCount()+1,retryCost:s})}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,n){return e.getRetryCount()+1<n&&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 ar{constructor(e,t){this.maxAttemptsProvider=e,this.mode=Gn.ADAPTIVE;const{rateLimiter:n}=t??{};this.rateLimiter=n??new er,this.standardRetryStrategy=new or(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 cr={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let ur;const dr=new Uint8Array(16);function lr(){if(!ur&&(ur="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ur))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ur(dr)}const hr=[];for(let e=0;e<256;++e)hr.push((e+256).toString(16).slice(1));function fr(e,t=0){return hr[e[t+0]]+hr[e[t+1]]+hr[e[t+2]]+hr[e[t+3]]+"-"+hr[e[t+4]]+hr[e[t+5]]+"-"+hr[e[t+6]]+hr[e[t+7]]+"-"+hr[e[t+8]]+hr[e[t+9]]+"-"+hr[e[t+10]]+hr[e[t+11]]+hr[e[t+12]]+hr[e[t+13]]+hr[e[t+14]]+hr[e[t+15]]}const pr=function(e,t,n){if(cr.randomUUID&&!t&&!e)return cr.randomUUID();const r=(e=e||{}).random||(e.rng||lr)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=r[e];return t}return fr(r)},mr=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 gr=(e,t)=>{const n=[];if(e&&n.push(e),t)for(const e of t)n.push(e);return n},yr=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,wr=()=>{let e=[],t=[],n=!1;const r=new Set,i=n=>(e.forEach((e=>{n.add(e.middleware,{...e})})),t.forEach((e=>{n.addRelativeTo(e.middleware,{...e})})),n.identifyOnResolve?.(a.identifyOnResolve()),n),s=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...s(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...s(e))})),t},o=(n=!1)=>{const r=[],i=[],o={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of gr(t.name,t.aliases))o[e]=t;r.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of gr(t.name,t.aliases))o[e]=t;i.push(t)})),i.forEach((e=>{if(e.toMiddleware){const t=o[e.toMiddleware];if(void 0===t){if(n)return;throw new Error(`${e.toMiddleware} is not found when adding ${yr(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=r,c.sort(((e,t)=>br[t.step]-br[e.step]||vr[t.priority||"normal"]-vr[e.priority||"normal"]))).map(s).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,n={})=>{const{name:i,override:s,aliases:o}=n,a={step:"initialize",priority:"normal",middleware:t,...n},c=gr(i,o);if(c.length>0){if(c.some((e=>r.has(e)))){if(!s)throw new Error(`Duplicate middleware name '${yr(i,o)}'`);for(const t of c){const n=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===n)continue;const r=e[n];if(r.step!==a.step||a.priority!==r.priority)throw new Error(`"${yr(r.name,r.aliases)}" middleware with ${r.priority} priority in ${r.step} step cannot be overridden by "${yr(i,o)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(n,1)}}for(const e of c)r.add(e)}e.push(a)},addRelativeTo:(e,n)=>{const{name:i,override:s,aliases:o}=n,a={middleware:e,...n},c=gr(i,o);if(c.length>0){if(c.some((e=>r.has(e)))){if(!s)throw new Error(`Duplicate middleware name '${yr(i,o)}'`);for(const e of c){const n=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===n)continue;const r=t[n];if(r.toMiddleware!==a.toMiddleware||r.relation!==a.relation)throw new Error(`"${yr(r.name,r.aliases)}" middleware ${r.relation} "${r.toMiddleware}" middleware cannot be overridden by "${yr(i,o)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(n,1)}}for(const e of c)r.add(e)}t.push(a)},clone:()=>i(wr()),use:e=>{e.applyToStack(a)},remove:n=>"string"==typeof n?(n=>{let i=!1;const s=e=>{const t=gr(e.name,e.aliases);if(t.includes(n)){i=!0;for(const e of t)r.delete(e);return!1}return!0};return e=e.filter(s),t=t.filter(s),i})(n):(n=>{let i=!1;const s=e=>{if(e.middleware===n){i=!0;for(const t of gr(e.name,e.aliases))r.delete(t);return!1}return!0};return e=e.filter(s),t=t.filter(s),i})(n),removeByTag:n=>{let i=!1;const s=e=>{const{tags:t,name:s,aliases:o}=e;if(t&&t.includes(n)){const e=gr(s,o);for(const t of e)r.delete(t);return i=!0,!1}return!0};return e=e.filter(s),t=t.filter(s),i},concat:e=>{const t=i(wr());return t.use(e),t.identifyOnResolve(n||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:i,identify:()=>o(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return yr(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(n=e),n),resolve:(e,t)=>{for(const n of o().map((e=>e.middleware)).reverse())e=n(e,t);return n&&console.log(a.identify()),e}};return a},br={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},vr={high:3,normal:2,low:1};class kr{constructor(e){this.config=e,this.middlewareStack=wr()}send(e,t,n){const r="function"!=typeof t?t:void 0,i="function"==typeof t?t:n;let s;if(void 0===r&&!0===this.config.cacheMiddleware){this.handlers||(this.handlers=new WeakMap);const t=this.handlers;t.has(e.constructor)?s=t.get(e.constructor):(s=e.resolveMiddleware(this.middlewareStack,this.config,r),t.set(e.constructor,s))}else delete this.handlers,s=e.resolveMiddleware(this.middlewareStack,this.config,r);if(!i)return s(e).then((e=>e.output));s(e).then((e=>i(null,e.output)),(e=>i(e))).catch((()=>{}))}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}}class Sr{constructor(){this.middlewareStack=wr()}static classBuilder(){return new Ar}resolveMiddlewareWithContext(e,t,n,{middlewareFn:r,clientName:i,commandName:s,inputFilterSensitiveLog:o,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:d}){for(const i of r.bind(this)(d,e,t,n))this.middlewareStack.use(i);const l=e.concat(this.middlewareStack),{logger:h}=t,f={logger:h,clientName:i,commandName:s,inputFilterSensitiveLog:o,outputFilterSensitiveLog:a,[rt]:{commandInstance:this,...c},...u},{requestHandler:p}=t;return l.resolve((e=>p.handle(e.request,n||{})),f)}}class Ar{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,n={}){return this._smithyContext={service:e,operation:t,...n},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 Sr{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(n,r,i){return this.resolveMiddlewareWithContext(n,r,i,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const Er="***SensitiveInformation***",Ir=(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}`)}}),xr=e=>_r(e,32),_r=(e,t)=>{const n=Ir(e);if(void 0!==n&&Rr(n,t)!==n)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return n},Rr=(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]}},Pr=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return Mr.warn(Cr(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},Cr=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),Mr={warn:console.warn};class Tr extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,Tr.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 Or=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,n])=>{null!=e[t]&&""!==e[t]||(e[t]=n)}));const n=e.message||e.Message||"UnknownError";return e.message=n,delete e.Message,e},Lr=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"]}),Nr=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{}}},$r=e=>{const t=[];for(const n in tt){const r=tt[n];void 0!==e[r]&&t.push({algorithmId:()=>r,checksumConstructor:()=>e[r]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},Ur=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},Fr=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},Br=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},Dr=e=>({...$r(e),...Fr(e)}),jr=function(e){return Object.assign(new String(e),{deserializeJSON:()=>JSON.parse(String(e)),toString:()=>String(e),toJSON:()=>String(e)})};jr.from=e=>e&&"object"==typeof e&&(e instanceof jr||"deserializeJSON"in e)?e:"string"==typeof e||Object.getPrototypeOf(e)===String.prototype?jr(String(e)):jr(JSON.stringify(e)),jr.fromObject=jr.from;class Hr{trace(){}debug(){}info(){}warn(){}error(){}}function qr(e,t,n){let r,i,s;if(void 0===t&&void 0===n)r={},s=e;else{if(r=e,"function"==typeof t)return i=t,s=n,Vr(r,i,s);s=t}for(const e of Object.keys(s))Array.isArray(s[e])?Gr(r,null,s,e):r[e]=s[e];return r}const zr=(e,t)=>{const n={};for(const r in t)Gr(n,e,t,r);return n},Vr=(e,t,n)=>qr(e,Object.entries(n).reduce(((e,[n,r])=>(Array.isArray(r)?e[n]=r:e[n]="function"==typeof r?[t,r()]:[t,r],e)),{})),Gr=(e,t,n,r)=>{if(null!==t){let i=n[r];"function"==typeof i&&(i=[,i]);const[s=Wr,o=Kr,a=r]=i;return void(("function"==typeof s&&s(t[a])||"function"!=typeof s&&s)&&(e[r]=o(t[a])))}let[i,s]=n[r];if("function"==typeof s){let t;const n=void 0===i&&null!=(t=s()),o="function"==typeof i&&!!i(void 0)||"function"!=typeof i&&!!i;n?e[r]=t:o&&(e[r]=s())}else{const t=void 0===i&&null!=s,n="function"==typeof i&&!!i(s)||"function"!=typeof i&&!!i;(t||n)&&(e[r]=s)}},Wr=e=>null!=e,Kr=e=>e,Jr=e=>e?.body instanceof ReadableStream,Qr=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,Yr=e=>{const t={error:e,errorType:Zr(e)},n=ti(e.$response);return n&&(t.retryAfterHint=n),t},Zr=e=>Zn(e)?"THROTTLING":Xn(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!Xn(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",Xr={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},ei=e=>({applyToStack:t=>{t.add((e=>(t,n)=>async r=>{let i=await e.retryStrategy();const s=await e.maxAttempts();if(!Qr(i))return i?.mode&&(n.userAgent=[...n.userAgent||[],["cfg/retry-mode",i.mode]]),i.retry(t,r);{let e=await i.acquireInitialRetryToken(n.partition_id),o=new Error,a=0,c=0;const{request:u}=r,d=ot.isInstance(u);for(d&&(u.headers[rr]=pr());;)try{d&&(u.headers[ir]=`attempt=${a+1}; max=${s}`);const{response:n,output:o}=await t(r);return i.recordSuccess(e),o.$metadata.attempts=a+1,o.$metadata.totalRetryDelay=c,{response:n,output:o}}catch(t){const r=Yr(t);if(o=mr(t),d&&Jr(u))throw(n.logger instanceof Hr?console:n.logger)?.warn("An error was encountered in a non-retryable streaming request."),o;try{e=await i.refreshRetryTokenForRetry(e,r)}catch(e){throw o.$metadata||(o.$metadata={}),o.$metadata.attempts=a+1,o.$metadata.totalRetryDelay=c,o}a=e.getRetryCount();const s=e.getRetryDelay();c+=s,await new Promise((e=>setTimeout(e,s)))}}})(e),Xr)}}),ti=e=>{if(!at.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const n=e.headers[t],r=Number(n);if(!Number.isNaN(r))return new Date(1e3*r);return new Date(n)},ni=e=>encodeURIComponent(e).replace(/[!'()*]/g,ri),ri=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,ii=e=>"string"==typeof e?pn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),si="X-Amz-Date",oi="X-Amz-Signature",ai="X-Amz-Security-Token",ci="authorization",ui=si.toLowerCase(),di=[ci,ui,"date"],li=oi.toLowerCase(),hi="x-amz-content-sha256",fi=ai.toLowerCase(),pi={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},mi=/^proxy-/,gi=/^sec-/,yi="AWS4-HMAC-SHA256",wi="AWS4-HMAC-SHA256-PAYLOAD",bi="aws4_request",vi={},ki=[],Si=(e,t,n)=>`${e}/${t}/${n}/${bi}`,Ai=(e,t,n)=>{const r=new e(t);return r.update(ii(n)),r.digest()},Ei=({headers:e},t,n)=>{const r={};for(const i of Object.keys(e).sort()){if(null==e[i])continue;const s=i.toLowerCase();(s in pi||t?.has(s)||mi.test(s)||gi.test(s))&&(!n||n&&!n.has(s))||(r[s]=e[i].trim().replace(/\s+/g," "))}return r},Ii=async({headers:e,body:t},n)=>{for(const t of Object.keys(e))if(t.toLowerCase()===hi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(r=t,"function"==typeof ArrayBuffer&&r instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(r))){const e=new n;return e.update(ii(t)),kn(await e.digest())}var r;return"UNSIGNED-PAYLOAD"};class xi{format(e){const t=[];for(const n of Object.keys(e)){const r=pn(n);t.push(Uint8Array.from([r.byteLength]),r,this.formatHeaderValue(e[n]))}const n=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let r=0;for(const e of t)n.set(e,r),r+=e.byteLength;return n}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 n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":const r=new Uint8Array(9);return r[0]=5,r.set(e.value.bytes,1),r;case"binary":const i=new DataView(new ArrayBuffer(3+e.value.byteLength));i.setUint8(0,6),i.setUint16(1,e.value.byteLength,!1);const s=new Uint8Array(i.buffer);return s.set(e.value,3),s;case"string":const o=pn(e.value),a=new DataView(new ArrayBuffer(3+o.byteLength));a.setUint8(0,7),a.setUint16(1,o.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(o,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Pi.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Ri.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const d=new Uint8Array(17);return d[0]=9,d.set(vn(e.value.replace(/\-/g,"")),1),d}}}var _i;!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"}(_i||(_i={}));const Ri=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Pi{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 n=7,r=Math.abs(Math.round(e));n>-1&&r>0;n--,r/=256)t[n]=r;return e<0&&Ci(t),new Pi(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Ci(e),parseInt(kn(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Ci(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const Mi=e=>{e=ot.clone(e);for(const t of Object.keys(e.headers))di.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},Ti=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class Oi{constructor({applyChecksum:e,credentials:t,region:n,service:r,sha256:i,uriEscapePath:s=!0}){this.headerFormatter=new xi,this.service=r,this.sha256=i,this.uriEscapePath=s,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=Yt(n),this.credentialProvider=Yt(t)}async presign(e,t={}){const{signingDate:n=new Date,expiresIn:r=3600,unsignableHeaders:i,unhoistableHeaders:s,signableHeaders:o,hoistableHeaders:a,signingRegion:c,signingService:u}=t,d=await this.credentialProvider();this.validateResolvedCredentials(d);const l=c??await this.regionProvider(),{longDate:h,shortDate:f}=Li(n);if(r>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const p=Si(f,l,u??this.service),m=((e,t={})=>{const{headers:n,query:r={}}=ot.clone(e);for(const e of Object.keys(n)){const i=e.toLowerCase();("x-amz-"===i.slice(0,6)&&!t.unhoistableHeaders?.has(i)||t.hoistableHeaders?.has(i))&&(r[e]=n[e],delete n[e])}return{...e,headers:n,query:r}})(Mi(e),{unhoistableHeaders:s,hoistableHeaders:a});d.sessionToken&&(m.query[ai]=d.sessionToken),m.query["X-Amz-Algorithm"]=yi,m.query["X-Amz-Credential"]=`${d.accessKeyId}/${p}`,m.query[si]=h,m.query["X-Amz-Expires"]=r.toString(10);const g=Ei(m,i,o);return m.query["X-Amz-SignedHeaders"]=Ni(g),m.query[oi]=await this.getSignature(h,p,this.getSigningKey(d,l,f,u),this.createCanonicalRequest(m,g,await Ii(e,this.sha256))),m}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:n=new Date,priorSignature:r,signingRegion:i,signingService:s}){const o=i??await this.regionProvider(),{shortDate:a,longDate:c}=Li(n),u=Si(a,o,s??this.service),d=await Ii({headers:{},body:t},this.sha256),l=new this.sha256;l.update(e);const h=kn(await l.digest()),f=[wi,c,u,r,h,d].join("\n");return this.signString(f,{signingDate:n,signingRegion:o,signingService:s})}async signMessage(e,{signingDate:t=new Date,signingRegion:n,signingService:r}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:n,signingService:r,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:n,signingService:r}={}){const i=await this.credentialProvider();this.validateResolvedCredentials(i);const s=n??await this.regionProvider(),{shortDate:o}=Li(t),a=new this.sha256(await this.getSigningKey(i,s,o,r));return a.update(ii(e)),kn(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:n,unsignableHeaders:r,signingRegion:i,signingService:s}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const a=i??await this.regionProvider(),c=Mi(e),{longDate:u,shortDate:d}=Li(t),l=Si(d,a,s??this.service);c.headers[ui]=u,o.sessionToken&&(c.headers[fi]=o.sessionToken);const h=await Ii(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const n of Object.keys(t))if(e===n.toLowerCase())return!0;return!1})(hi,c.headers)&&this.applyChecksum&&(c.headers[hi]=h);const f=Ei(c,r,n),p=await this.getSignature(u,l,this.getSigningKey(o,a,d,s),this.createCanonicalRequest(c,f,h));return c.headers[ci]=`${yi} Credential=${o.accessKeyId}/${l}, SignedHeaders=${Ni(f)}, Signature=${p}`,c}createCanonicalRequest(e,t,n){const r=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],n={};for(const r of Object.keys(e)){if(r.toLowerCase()===li)continue;const i=ni(r);t.push(i);const s=e[r];"string"==typeof s?n[i]=`${i}=${ni(s)}`:Array.isArray(s)&&(n[i]=s.slice(0).reduce(((e,t)=>e.concat([`${i}=${ni(t)}`])),[]).sort().join("&"))}return t.sort().map((e=>n[e])).filter((e=>e)).join("&")})(e)}\n${r.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${r.join(";")}\n${n}`}async createStringToSign(e,t,n){const r=new this.sha256;r.update(ii(n));const i=await r.digest();return`${yi}\n${e}\n${t}\n${kn(i)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const n of e.split("/"))0!==n?.length&&"."!==n&&(".."===n?t.pop():t.push(n));const n=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return ni(n).replace(/%2F/g,"/")}return e}async getSignature(e,t,n,r){const i=await this.createStringToSign(e,t,r),s=new this.sha256(await n);return s.update(ii(i)),kn(await s.digest())}getSigningKey(e,t,n,r){return(async(e,t,n,r,i)=>{const s=`${n}:${r}:${i}:${kn(await Ai(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(s in vi)return vi[s];for(ki.push(s);ki.length>50;)delete vi[ki.shift()];let o=`AWS4${t.secretAccessKey}`;for(const t of[n,r,i,bi])o=await Ai(e,o,t);return vi[s]=o})(this.sha256,e,n,t,r||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 Li=e=>{const t=(n=e,Ti(n).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var n;return{longDate:t,shortDate:t.slice(0,8)}},Ni=e=>Object.keys(e).sort().join(";"),$i=e=>{let t;e.credentials&&(t=((e,t,n)=>{if(void 0===e)return;const r="function"!=typeof e?async()=>Promise.resolve(e):e;let i,s,o,a=!1;const c=async e=>{s||(s=r(e));try{i=await s,o=!0,a=!1}finally{s=void 0}return i};return void 0===t?async e=>(o&&!e?.forceRefresh||(i=await c(e)),i):async e=>(o&&!e?.forceRefresh||(i=await c(e)),a?i:n(i)?t(i)?(await c(e),i):i:(a=!0,i))})(e.credentials,_n,Pn)),t||(t=e.credentialDefaultProvider?dn(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:n=!0,systemClockOffset:r=e.systemClockOffset||0,sha256:i}=e;let s;return s=e.signer?dn(e.signer):e.regionInfoProvider?()=>dn(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([r,s])=>{const{signingRegion:o,signingService:a}=r;e.signingRegion=e.signingRegion||o||s,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:i,uriEscapePath:n};return new(e.signerConstructor||Oi)(c)})):async r=>{const s=(r=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await dn(e.region)(),properties:{}},r)).signingRegion,o=r.signingName;e.signingRegion=e.signingRegion||s,e.signingName=e.signingName||o||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:i,uriEscapePath:n};return new(e.signerConstructor||Oi)(a)},{...e,systemClockOffset:r,signingEscapePath:n,credentials:t,signer:s}},Ui=async(e,t,n)=>({operation:Qt(t).operation,region:await Yt(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const Fi=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},Bi={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},Di="3.621.0";var ji="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function Hi(e){return e instanceof Uint8Array?e:"string"==typeof e?ji(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function qi(e){return"string"==typeof e?0===e.length:0===e.byteLength}var zi={name:"SHA-256"},Vi={name:"HMAC",hash:zi},Gi=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 Wi={};function Ki(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Wi}var Ji=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!qi(e)){var t=Hi(e),n=new Uint8Array(this.toHash.byteLength+t.byteLength);n.set(this.toHash,0),n.set(t,this.toHash.byteLength),this.toHash=n}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Ki().crypto.subtle.sign(Vi,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):qi(this.toHash)?Promise.resolve(Gi):Promise.resolve().then((function(){return Ki().crypto.subtle.digest(zi,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,n){Ki().crypto.subtle.importKey("raw",Hi(e.secret),Vi,!1,["sign"]).then(t,n)})),this.key.catch((function(){})))},e}();function Qi(e,t,n,r){return new(n||(n=Promise))((function(i,s){function o(e){try{c(r.next(e))}catch(e){s(e)}}function a(e){try{c(r.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}c((r=r.apply(e,t||[])).next())}))}function Yi(e,t){var n,r,i,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(i=2&a[0]?r.return:a[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,a[1])).done)return i;switch(r=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]<i[3])){s.label=a[1];break}if(6===a[0]&&s.label<i[1]){s.label=i[1],i=a;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(a);break}i[2]&&s.ops.pop(),s.trys.pop();continue}a=t.call(e,s)}catch(e){a=[6,e],r=0}finally{n=i=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function Zi(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Xi=64,es=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]),ts=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],ns=Math.pow(2,53)-1,rs=function(){function e(){this.state=Int32Array.from(ts),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,n=e.byteLength;if(this.bytesHashed+=n,8*this.bytesHashed>ns)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;n>0;)this.buffer[this.bufferLength++]=e[t++],n--,this.bufferLength===Xi&&(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),n=this.bufferLength;if(t.setUint8(this.bufferLength++,128),n%Xi>=56){for(var r=this.bufferLength;r<Xi;r++)t.setUint8(r,0);this.hashBuffer(),this.bufferLength=0}for(r=this.bufferLength;r<56;r++)t.setUint8(r,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var i=new Uint8Array(32);for(r=0;r<8;r++)i[4*r]=this.state[r]>>>24&255,i[4*r+1]=this.state[r]>>>16&255,i[4*r+2]=this.state[r]>>>8&255,i[4*r+3]=this.state[r]>>>0&255;return i},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,n=t[0],r=t[1],i=t[2],s=t[3],o=t[4],a=t[5],c=t[6],u=t[7],d=0;d<Xi;d++){if(d<16)this.temp[d]=(255&e[4*d])<<24|(255&e[4*d+1])<<16|(255&e[4*d+2])<<8|255&e[4*d+3];else{var l=this.temp[d-2],h=(l>>>17|l<<15)^(l>>>19|l<<13)^l>>>10,f=((l=this.temp[d-15])>>>7|l<<25)^(l>>>18|l<<14)^l>>>3;this.temp[d]=(h+this.temp[d-7]|0)+(f+this.temp[d-16]|0)}var p=(((o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7))+(o&a^~o&c)|0)+(u+(es[d]+this.temp[d]|0)|0)|0,m=((n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10))+(n&r^n&i^r&i)|0;u=c,c=a,a=o,o=s+p|0,s=i,i=r,r=n,n=p+m|0}t[0]+=n,t[1]+=r,t[2]+=i,t[3]+=s,t[4]+=o,t[5]+=a,t[6]+=c,t[7]+=u},e}(),is=function(){function e(e){this.secret=e,this.hash=new rs,this.reset()}return e.prototype.update=function(e){if(!qi(e)&&!this.error)try{this.hash.update(Hi(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 Qi(this,void 0,void 0,(function(){return Yi(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new rs,this.secret){this.outer=new rs;var e=function(e){var t=Hi(e);if(t.byteLength>Xi){var n=new rs;n.update(t),t=n.digest()}var r=new Uint8Array(Xi);return r.set(t),r}(this.secret),t=new Uint8Array(Xi);t.set(e);for(var n=0;n<Xi;n++)e[n]^=54,t[n]^=92;this.hash.update(e),this.outer.update(t);for(n=0;n<e.byteLength;n++)e[n]=0}},e}();var ss=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function os(e){return e&&ss.every((function(t){return"function"==typeof e[t]}))}var as=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)&&os(e.crypto.subtle)}(Ki())?this.hash=new is(e):this.hash=new Ji(e)}return e.prototype.update=function(e,t){this.hash.update(Hi(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),cs=n(369),us=n.n(cs);const ds=({serviceId:e,clientVersion:t})=>async()=>{const n="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,r=[["aws-sdk-js",t],["ua","2.0"],[`os/${n?.os?.name||"other"}`,n?.os?.version],["lang/js"],["md/browser",`${n?.browser?.name??"unknown"}_${n?.browser?.version??"unknown"}`]];return e&&r.push([`api/${e}`,t]),r};!function(){function e(){this.crc32=new hs}e.prototype.update=function(e){qi(e)||this.crc32.update(Hi(e))},e.prototype.digest=function(){return Qi(this,void 0,void 0,(function(){return Yi(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 hs}}();var ls,hs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,n;try{for(var r=Zi(e),i=r.next();!i.done;i=r.next()){var s=i.value;this.checksum=this.checksum>>>8^fs[255&(this.checksum^s)]}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),fs=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),n=0;n<e.length;)t[n]=e[n],n+=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 ps{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 n=7,r=Math.abs(Math.round(e));n>-1&&r>0;n--,r/=256)t[n]=r;return e<0&&ms(t),new ps(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&ms(e),parseInt(kn(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function ms(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class gs{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const n of Object.keys(e)){const r=this.fromUtf8(n);t.push(Uint8Array.from([r.byteLength]),r,this.formatHeaderValue(e[n]))}const n=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let r=0;for(const e of t)n.set(e,r),r+=e.byteLength;return n}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 n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":const r=new Uint8Array(9);return r[0]=5,r.set(e.value.bytes,1),r;case"binary":const i=new DataView(new ArrayBuffer(3+e.value.byteLength));i.setUint8(0,6),i.setUint16(1,e.value.byteLength,!1);const s=new Uint8Array(i.buffer);return s.set(e.value,3),s;case"string":const o=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+o.byteLength));a.setUint8(0,7),a.setUint16(1,o.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(o,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(ps.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!xs.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const d=new Uint8Array(17);return d[0]=9,d.set(vn(e.value.replace(/\-/g,"")),1),d}}parse(e){const t={};let n=0;for(;n<e.byteLength;){const r=e.getUint8(n++),i=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,r));switch(n+=r,e.getUint8(n++)){case 0:t[i]={type:ys,value:!0};break;case 1:t[i]={type:ys,value:!1};break;case 2:t[i]={type:ws,value:e.getInt8(n++)};break;case 3:t[i]={type:bs,value:e.getInt16(n,!1)},n+=2;break;case 4:t[i]={type:vs,value:e.getInt32(n,!1)},n+=4;break;case 5:t[i]={type:ks,value:new ps(new Uint8Array(e.buffer,e.byteOffset+n,8))},n+=8;break;case 6:const r=e.getUint16(n,!1);n+=2,t[i]={type:Ss,value:new Uint8Array(e.buffer,e.byteOffset+n,r)},n+=r;break;case 7:const s=e.getUint16(n,!1);n+=2,t[i]={type:As,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,s))},n+=s;break;case 8:t[i]={type:Es,value:new Date(new ps(new Uint8Array(e.buffer,e.byteOffset+n,8)).valueOf())},n+=8;break;case 9:const o=new Uint8Array(e.buffer,e.byteOffset+n,16);n+=16,t[i]={type:Is,value:`${kn(o.subarray(0,4))}-${kn(o.subarray(4,6))}-${kn(o.subarray(6,8))}-${kn(o.subarray(8,10))}-${kn(o.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"}(ls||(ls={}));const ys="boolean",ws="byte",bs="short",vs="integer",ks="long",Ss="binary",As="string",Es="timestamp",Is="uuid",xs=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class _s{constructor(e,t){this.headerMarshaller=new gs(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 n=this.headerMarshaller.format(e),r=n.byteLength+t.byteLength+16,i=new Uint8Array(r),s=new DataView(i.buffer,i.byteOffset,i.byteLength),o=new hs;return s.setUint32(0,r,!1),s.setUint32(4,n.byteLength,!1),s.setUint32(8,o.update(i.subarray(0,8)).digest(),!1),i.set(n,12),i.set(t,n.byteLength+12),s.setUint32(r-4,o.update(i.subarray(8,r-4)).digest(),!1),i}decode(e){const{headers:t,body:n}=function({byteLength:e,byteOffset:t,buffer:n}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const r=new DataView(n,t,e),i=r.getUint32(0,!1);if(e!==i)throw new Error("Reported message length does not match received message length");const s=r.getUint32(4,!1),o=r.getUint32(8,!1),a=r.getUint32(e-4,!1),c=(new hs).update(new Uint8Array(n,t,8));if(o!==c.digest())throw new Error(`The prelude checksum specified in the message (${o}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(n,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(n,t+8+4,s),body:new Uint8Array(n,t+8+4+s,i-s-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:n}}formatHeaders(e){return this.headerMarshaller.format(e)}}class Rs{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 Ps{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 Cs{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 Ms{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 Ts(e,t){return async function(n){const{value:r}=n.headers[":message-type"];if("error"===r){const e=new Error(n.headers[":error-message"].value||"UnknownError");throw e.name=n.headers[":error-code"].value,e}if("exception"===r){const r=n.headers[":exception-type"].value,i={[r]:n},s=await e(i);if(s.$unknown){const e=new Error(t(n.body));throw e.name=r,e}throw s[r]}if("event"===r){const t={[n.headers[":event-type"].value]:n},r=await e(t);if(r.$unknown)return;return r}throw Error(`Unrecognizable event type: ${n.headers[":event-type"].value}`)}}class Os{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new _s(e,t),this.utfEncoder=e}deserialize(e,t){const n=function(e){let t=0,n=0,r=null,i=null;const s=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,n=4,r=new Uint8Array(e),new DataView(r.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const o=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await o.next();if(a){if(!t)return;if(t!==n)throw new Error("Truncated event message received.");return void(yield r)}const c=e.length;let u=0;for(;u<c;){if(!r){const t=c-u;i||(i=new Uint8Array(4));const r=Math.min(4-n,t);if(i.set(e.slice(u,u+r),n),n+=r,u+=r,n<4)break;s(new DataView(i.buffer).getUint32(0,!1)),i=null}const o=Math.min(t-n,c-u);r.set(e.slice(u,u+o),n),n+=o,u+=o,t&&t===n&&(yield r,r=null,t=0,n=0)}}}}}(e);return new Cs({messageStream:new Rs({inputStream:n,decoder:this.eventStreamCodec}),deserializer:Ts(t,this.utfEncoder)})}serialize(e,t){return new Ps({messageStream:new Ms({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class Ls{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new Os({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const n=Ns(e)?(r=e,{[Symbol.asyncIterator]:async function*(){const e=r.getReader();try{for(;;){const{done:t,value:n}=await e.read();if(t)return;yield n}}finally{e.releaseLock()}}}):e;var r;return this.universalMarshaller.deserialize(n,t)}serialize(e,t){const n=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:n,value:r}=await t.next();if(n)return e.close();e.enqueue(r)}})})(n):n}}const Ns=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,$s=e=>new Ls(e);function Us(e=0){return new Promise(((t,n)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",n(t)}),e)}))}const Fs={supported:void 0};class Bs{static create(e){return"function"==typeof e?.handle?e:new Bs(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===Fs.supported&&(Fs.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 n=this.config.requestTimeout,r=!0===this.config.keepAlive,i=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let s=e.path;const o=function(e){const t=[];for(let n of Object.keys(e).sort()){const r=e[n];if(n=ni(n),Array.isArray(r))for(let e=0,i=r.length;e<i;e++)t.push(`${n}=${ni(r[e])}`);else{let e=n;(r||"string"==typeof r)&&(e+=`=${ni(r)}`),t.push(e)}}return t.join("&")}(e.query||{});o&&(s+=`?${o}`),e.fragment&&(s+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,d=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${s}`,l="GET"===u||"HEAD"===u?void 0:e.body,h={body:l,headers:new Headers(e.headers),method:u,credentials:i};this.config?.cache&&(h.cache=this.config.cache),l&&(h.duplex="half"),"undefined"!=typeof AbortController&&(h.signal=t),Fs.supported&&(h.keepalive=r),"function"==typeof this.config.requestInit&&Object.assign(h,this.config.requestInit(e));let f=()=>{};const p=new Request(d,h),m=[fetch(p).then((e=>{const t=e.headers,n={};for(const e of t.entries())n[e[0]]=e[1];return null!=e.body?{response:new at({headers:n,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new at({headers:n,reason:e.statusText,statusCode:e.status,body:t})})))})),Us(n)];return t&&m.push(new Promise(((e,n)=>{const r=()=>{const e=new Error("Request aborted");e.name="AbortError",n(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",r,{once:!0}),f=()=>e.removeEventListener("abort",r)}else t.onabort=r}))),Promise.race(m).finally(f)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((n=>(n[e]=t,n)))}httpHandlerConfigs(){return this.config??{}}}const Ds=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,n)=>{const r=new FileReader;r.onloadend=()=>{if(2!==r.readyState)return n(new Error("Reader aborted too early"));const e=r.result??"",i=e.indexOf(","),s=i>-1?i+1:e.length;t(e.substring(s))},r.onabort=()=>n(new Error("Read aborted")),r.onerror=()=>n(r.error),r.readAsDataURL(e)}))}(e),n=fn(t);return new Uint8Array(n)}(e):async function(e){const t=[],n=e.getReader();let r=!1,i=0;for(;!r;){const{done:e,value:s}=await n.read();s&&(t.push(s),i+=s.length),r=e}const s=new Uint8Array(i);let o=0;for(const e of t)s.set(e,o),o+=e.length;return s}(e);const js="function"==typeof TextEncoder?new TextEncoder:null,Hs=e=>{if("string"==typeof e){if(js)return js.encode(e).byteLength;let t=e.length;for(let n=t-1;n>=0;n--){const r=e.charCodeAt(n);r>127&&r<=2047?t++:r>2047&&r<=65535&&(t+=2),r>=56320&&r<=57343&&n--}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}`)},qs=e=>new Date(Date.now()+e),zs=e=>at.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,Vs=(e,t)=>{const n=Date.parse(e);return((e,t)=>Math.abs(qs(t).getTime()-e)>=3e5)(n,t)?n-Date.now():t},Gs=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class Ws{async sign(e,t,n){if(!ot.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:r,signer:i,signingRegion:s,signingName:o}=await(async e=>{const t=Gs("context",e.context),n=Gs("config",e.config),r=t.endpointV2?.properties?.authSchemes?.[0],i=Gs("signer",n.signer),s=await i(r),o=e?.signingRegion,a=e?.signingName;return{config:n,signer:s,signingRegion:o,signingName:a}})(n);return await i.sign(e,{signingDate:qs(r.systemClockOffset),signingRegion:s,signingService:o})}errorHandler(e){return t=>{const n=t.ServerTime??zs(t.$response);if(n){const r=Gs("config",e.config),i=r.systemClockOffset;r.systemClockOffset=Vs(n,r.systemClockOffset);r.systemClockOffset!==i&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const n=zs(e);if(n){const e=Gs("config",t.config);e.systemClockOffset=Vs(n,e.systemClockOffset)}}}const Ks="required",Js="fn",Qs="argv",Ys="ref",Zs=!0,Xs="isSet",eo="booleanEquals",to="error",no="endpoint",ro="tree",io="PartitionResult",so={[Ks]:!1,type:"String"},oo={[Ks]:!0,default:!1,type:"Boolean"},ao={[Ys]:"Endpoint"},co={[Js]:eo,[Qs]:[{[Ys]:"UseFIPS"},!0]},uo={[Js]:eo,[Qs]:[{[Ys]:"UseDualStack"},!0]},lo={},ho={[Js]:"getAttr",[Qs]:[{[Ys]:io},"supportsFIPS"]},fo={[Js]:eo,[Qs]:[!0,{[Js]:"getAttr",[Qs]:[{[Ys]:io},"supportsDualStack"]}]},po=[co],mo=[uo],go=[{[Ys]:"Region"}],yo={version:"1.0",parameters:{Region:so,UseDualStack:oo,UseFIPS:oo,Endpoint:so},rules:[{conditions:[{[Js]:Xs,[Qs]:[ao]}],rules:[{conditions:po,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:to},{rules:[{conditions:mo,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:to},{endpoint:{url:ao,properties:lo,headers:lo},type:no}],type:ro}],type:ro},{rules:[{conditions:[{[Js]:Xs,[Qs]:go}],rules:[{conditions:[{[Js]:"aws.partition",[Qs]:go,assign:io}],rules:[{conditions:[co,uo],rules:[{conditions:[{[Js]:eo,[Qs]:[Zs,ho]},fo],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:to}],type:ro},{conditions:po,rules:[{conditions:[{[Js]:eo,[Qs]:[ho,Zs]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"FIPS is enabled but this partition does not support FIPS",type:to}],type:ro},{conditions:mo,rules:[{conditions:[fo],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"DualStack is enabled but this partition does not support DualStack",type:to}],type:ro},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro}],type:ro},{error:"Invalid Configuration: Missing Region",type:to}],type:ro}]},wo=(e,t={})=>((e,t)=>{const{endpointParams:n,logger:r}=t,{parameters:i,rules:s}=e;t.logger?.debug?.(`${bt} Initial EndpointParams: ${vt(n)}`);const o=Object.entries(i).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(o.length>0)for(const[e,t]of o)n[e]=n[e]??t;const a=Object.entries(i).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==n[e])throw new kt(`Missing required parameter: '${e}'`);const c=Ut(s,{endpointParams:n,logger:r,referenceRecord:{}});return t.logger?.debug?.(`${bt} Resolved endpoint: ${vt(c)}`),c})(yo,{endpointParams:e,logger:t.logger});wt.aws=jt;Error;const bo=["in-region","cross-region","mobile","standard","legacy"],vo=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},ko=e=>{const t=(({defaultsMode:e}={})=>((e,t,n)=>{let r,i,s,o=!1;const a=async()=>{i||(i=e());try{r=await i,s=!0,o=!1}finally{i=void 0}return r};return void 0===t?async e=>(s&&!e?.forceRefresh||(r=await a()),r):async e=>(s&&!e?.forceRefresh||(r=await a()),o?r:n&&!n(r)?(o=!0,r):t(r)?(await a(),r):r)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(vo()?"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 ${bo.join(", ")}, got ${t}`)}})))(e),n=()=>t().then(Nr),r=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??fn,base64Encoder:e?.base64Encoder??mn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??wo,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??Fi,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Ws}],logger:e?.logger??new Hr,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??Dn,utf8Decoder:e?.utf8Decoder??pn,utf8Encoder:e?.utf8Encoder??gn}))(e);return{...r,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Hs,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??ds({serviceId:r.serviceId,clientVersion:Di}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??$s,maxAttempts:e?.maxAttempts??3,region:e?.region??(i="Region is missing",()=>Promise.reject(i)),requestHandler:Bs.create(e?.requestHandler??n),retryMode:e?.retryMode??(async()=>(await n()).retryMode||Wn),sha256:e?.sha256??as,streamCollector:e?.streamCollector??Ds,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var i},So=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}},Ao=e=>{const t=e.httpAuthSchemes;let n=e.httpAuthSchemeProvider,r=e.credentials;return{setHttpAuthScheme(e){const n=t.findIndex((t=>t.schemeId===e.schemeId));-1===n?t.push(e):t.splice(n,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){n=e},httpAuthSchemeProvider:()=>n,setCredentials(e){r=e},credentials:()=>r}},Eo=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class Io extends kr{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(ko(e||{})),n=(e=>{const{region:t,useFipsEndpoint:n}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Xt(t);const e=await t();return Xt(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!Zt(e)||("function"!=typeof n?Promise.resolve(!!n):n())}}})(t),r=(e=>{const t=e.tls??!0,{endpoint:n}=e,r=null!=n?async()=>jn(await Yt(n)()):void 0,i=!!n,s={...e,endpoint:r,tls:t,isCustomEndpoint:i,useDualstackEndpoint:Yt(e.useDualstackEndpoint??!1),useFipsEndpoint:Yt(e.useFipsEndpoint??!1)};let o;return s.serviceConfiguredEndpoint=async()=>(e.serviceId&&!o&&(o=Bn(e.serviceId)),o),s})(n);var i;const s=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,n=Yt(e.maxAttempts??3);return{...e,maxAttempts:n,retryStrategy:async()=>t||(await Yt(e.retryMode)()===Gn.ADAPTIVE?new ar(n):new or(n))}})((i=r,{...i,customUserAgent:"string"==typeof i.customUserAgent?[[i.customUserAgent]]:i.customUserAgent})));const o=((e,t)=>{const n={...So(e),...Dr(e),...Ye(e),...Ao(e)};return t.forEach((e=>e.configure(n))),{...e,...(s=n,{region:s.region()}),...(i=n,{...Ur(i),...Br(i)}),...(r=n,{httpHandler:r.httpHandler()}),...Eo(n)};var r,i,s})({...$i(s)},e?.extensions||[]);super(o),this.config=o,this.middlewareStack.use(ut(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async n=>{try{const r=await e(n),{clientName:i,commandName:s,logger:o,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,d=c??t.inputFilterSensitiveLog,l=u??t.outputFilterSensitiveLog,{$metadata:h,...f}=r.output;return o?.info?.({clientName:i,commandName:s,input:d(n.input),output:l(f),metadata:h}),r}catch(e){const{clientName:r,commandName:i,logger:s,dynamoDbDocumentClientOptions:o={}}=t,{overrideInputFilterSensitiveLog:a}=o,c=a??t.inputFilterSensitiveLog;throw s?.error?.({clientName:r,commandName:i,input:c(n.input),error:e,metadata:e.$metadata}),e}}),dt)}})),this.middlewareStack.use(ft(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Gt(e),Kt)}}))(this.config)),this.middlewareStack.use(ei(this.config)),this.middlewareStack.use(Tn(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:n})=>({applyToStack:r=>{r.addRelativeTo(en(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:n}),tn)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(un(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return Ui}getIdentityProviderConfigProvider(){return async e=>new xn({"aws.auth#sigv4":e.credentials})}}class xo extends Tr{constructor(e){super(e),Object.setPrototypeOf(this,xo.prototype)}}class _o extends xo{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,_o.prototype)}}var Ro;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Ro||(Ro={}));class Po extends xo{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,Po.prototype)}}class Co extends xo{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,Co.prototype)}}class Mo extends xo{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,Mo.prototype)}}class To extends xo{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,To.prototype)}}class Oo extends xo{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,Oo.prototype)}}var Lo;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Lo||(Lo={}));var No;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(No||(No={}));var $o,Uo;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}($o||($o={})),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])}(Uo||(Uo={}));var Fo;!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])}(Fo||(Fo={}));var Bo,Do,jo,Ho,qo;!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])}(Bo||(Bo={})),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])}(Do||(Do={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}(jo||(jo={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Ho||(Ho={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(qo||(qo={}));class zo extends xo{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,zo.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Vo extends xo{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Vo.prototype)}}class Go extends xo{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,Go.prototype)}}class Wo extends xo{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Wo.prototype)}}var Ko,Jo,Qo;!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])}(Ko||(Ko={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Jo||(Jo={}));class Yo extends xo{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Yo.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])}(Qo||(Qo={}));var Zo;!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])}(Zo||(Zo={}));const Xo=e=>({...e,...e.body&&{body:Er}}),ea=e=>({...e,...e.body&&{body:Er}}),ta=e=>({...e,...e.body&&{body:Er}}),na=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),ra=(e,t)=>((e,t)=>Sn(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{}})),ia=async(e,t)=>{const n=await ra(e,t);return n.message=n.message??n.Message,n},sa=async(e,t)=>{const n=En(e,t),r=qr({},Oa,{[$a]:e[Na]||"application/octet-stream",[La]:e[La],[za]:e[Ba],[Ha]:e[Ua],[qa]:e[Fa]});let i;return n.bp("/model/{modelId}/invoke"),n.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(i=e.body),n.m("POST").h(r).b(i),n.build()},oa=async(e,t)=>{const n=En(e,t),r=qr({},Oa,{[$a]:e[Na]||"application/octet-stream",[Da]:e[La],[za]:e[Ba],[Ha]:e[Ua],[qa]:e[Fa]});let i;return n.bp("/model/{modelId}/invoke-with-response-stream"),n.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(i=e.body),n.m("POST").h(r).b(i),n.build()},aa=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return ua(e,t);const n=qr({$metadata:Ta(e),[Na]:[,e.headers[$a]]}),r=await Sn(e.body,t);return n.body=r,n},ca=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return ua(e,t);const n=qr({$metadata:Ta(e),[Na]:[,e.headers[ja]]}),r=e.body;return n.body=Aa(r,t),n},ua=async(e,t)=>{const n={...e,body:await ia(e.body,t)},r=((e,t)=>{const n=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},r=(i=e.headers,s="x-amzn-errortype",Object.keys(i).find((e=>e.toLowerCase()===s.toLowerCase())));var i,s;return void 0!==r?n(e.headers[r]):void 0!==t.code?n(t.code):void 0!==t.__type?n(t.__type):void 0})(e,n.body);switch(r){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await ha(n,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await fa(n,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await wa(n,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await ba(n,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await ka(n,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await Sa(n,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await pa(n,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await ma(n,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await ya(n,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await va(n,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await ga(n,t);default:const i=n.body;return da({output:e,parsedBody:i,errorCode:r})}},da=(la=xo,({output:e,parsedBody:t,errorCode:n})=>{(({output:e,parsedBody:t,exceptionCtor:n,errorCode:r})=>{const i=Lr(e),s=i.httpStatusCode?i.httpStatusCode+"":void 0,o=new n({name:t?.code||t?.Code||r||s||"UnknownError",$fault:"client",$metadata:i});throw Or(o,t)})({output:e,parsedBody:t,exceptionCtor:la,errorCode:n})});var la;const ha=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new _o({$metadata:Ta(e),...n});return Or(s,e.body)},fa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Po({$metadata:Ta(e),...n});return Or(s,e.body)},pa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr,originalStatusCode:xr,resourceName:Pr});Object.assign(n,i);const s=new zo({$metadata:Ta(e),...n});return Or(s,e.body)},ma=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Vo({$metadata:Ta(e),...n});return Or(s,e.body)},ga=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr,originalMessage:Pr,originalStatusCode:xr});Object.assign(n,i);const s=new Yo({$metadata:Ta(e),...n});return Or(s,e.body)},ya=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Go({$metadata:Ta(e),...n});return Or(s,e.body)},wa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Co({$metadata:Ta(e),...n});return Or(s,e.body)},ba=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Mo({$metadata:Ta(e),...n});return Or(s,e.body)},va=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Wo({$metadata:Ta(e),...n});return Or(s,e.body)},ka=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new To({$metadata:Ta(e),...n});return Or(s,e.body)},Sa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Oo({$metadata:Ta(e),...n});return Or(s,e.body)},Aa=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async n=>null!=n.chunk?{chunk:await _a(n.chunk,t)}:null!=n.internalServerException?{internalServerException:await Ea(n.internalServerException,t)}:null!=n.modelStreamErrorException?{modelStreamErrorException:await Ia(n.modelStreamErrorException,t)}:null!=n.validationException?{validationException:await Ca(n.validationException,t)}:null!=n.throttlingException?{throttlingException:await Pa(n.throttlingException,t)}:null!=n.modelTimeoutException?{modelTimeoutException:await xa(n.modelTimeoutException,t)}:null!=n.serviceUnavailableException?{serviceUnavailableException:await Ra(n.serviceUnavailableException,t)}:{$unknown:e})),Ea=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return fa(n,t)},Ia=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ga(n,t)},xa=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ya(n,t)},_a=async(e,t)=>{const n={},r=await ra(e.body,t);return Object.assign(n,Ma(r,t)),n},Ra=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return va(n,t)},Pa=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ka(n,t)},Ca=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return Sa(n,t)},Ma=(e,t)=>zr(e,{bytes:t.base64Decoder}),Ta=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"]}),Oa=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),La="accept",Na="contentType",$a="content-type",Ua="guardrailIdentifier",Fa="guardrailVersion",Ba="trace",Da="x-amzn-bedrock-accept",ja="x-amzn-bedrock-content-type",Ha="x-amzn-bedrock-guardrailidentifier",qa="x-amzn-bedrock-guardrailversion",za="x-amzn-bedrock-trace";class Va extends(Sr.classBuilder().ep({...Bi}).m((function(e,t,n,r){return[sn(n,this.serialize,this.deserialize),Vn(n,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(ta,na).ser(oa).de(ca).build()){}class Ga extends(Sr.classBuilder().ep({...Bi}).m((function(e,t,n,r){return[sn(n,this.serialize,this.deserialize),Vn(n,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f(Xo,ea).ser(sa).de(aa).build()){}const Wa=Ka;function Ka(e,t){const n=Ja();return(Ka=function(e,t){return n[e-=287]})(e,t)}function Ja(){const e=["_apiUrl","locale","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.","length","chunk","\n<</SYS>>\n[INST]\n","signal","read","decode","_processProxyRequest","_prepareRequestParameters","utf8","anthropic.claude","_requestParameters","preparePrompt","getReader","filter","config","Human:\n","AWSTextAdapter","ai21.j2","ai.aws.requestParameters","utf-8","1908184AUMcpK","bedrock-2023-05-31","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.","ai.aws.requestHeaders","split","editor","data","ai.aws.apiUrl","AI_ERROR_UNSUPPORTED_MODEL","<<SYS>>\n","ai.aws.bedrockClientConfig","_requestHeaders","define","cohere.command","POST","get","generations","getModelFamily","send","resolve","31574mNshRQ","3033410BtndVE","generation","28467NQGmNQ","_readAsyncIterableResponse","860VzwHnT","stringify","\n\nAssistant:","toString","test","json","parse","\n[/INST]","_readStreamableResponse","226107ewHSmo","_bedrockClientConfig","anthropic.claude-v2","body","Instruction:\n","\nYou must keep the text formatting.\n\nContent:\n","application/json","sendRequest","text","bytes","completion","map","_prepareRequestHeaders","_getGeneratedText","meta.llama","1PENULA","join","7689568vvofqm","_readStaticResponse","pluginName","297228kseEPc","66FuJJmp","from","completions","_processAWSRequest","abortController"];return(Ja=function(){return e})()}!function(e){const t=Ka,n=e();for(;;)try{if(588086===-parseInt(t(311))/1*(parseInt(t(365))/2)+parseInt(t(316))/3+-parseInt(t(345))/4+-parseInt(t(366))/5+parseInt(t(317))/6*(parseInt(t(296))/7)+parseInt(t(313))/8+parseInt(t(368))/9*(parseInt(t(287))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ja);class Qa extends Ge{[Wa(322)];[Wa(356)];[Wa(297)];[Wa(335)];static get[Wa(315)](){return Wa(341)}constructor(e){const t=Wa;super(e),e[t(339)][t(360)](t(343))||e[t(339)][t(357)](t(343),{model:t(298),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(346),stream:!0}),this[t(322)]=e[t(339)][t(360)](t(352)),this[t(297)]=e[t(339)][t(360)](t(355)),this[t(356)]=e[t(339)][t(360)](t(348)),this[t(335)]=e[t(339)][t(360)](t(343))}async[Wa(303)]({query:e,context:t,onData:n,actionId:r}){const i=Wa,{model:s,stream:o,...a}=await this[i(332)](this[i(335)],r),c={prompt:await this[i(336)](e,t,s,r),...a};this[i(322)]?await this[i(331)](c,s,o,n,r):await this[i(320)](c,s,o,n)}async[Wa(336)](e,t,n,r){const i=Wa;let s,o;return t?(s=i(347),o=i(300)+e+i(301)+t):(s=i(324),o=e),i(310)==this[i(362)](n)?i(354)+s+i(327)+o+i(294):i(340)+s+"\n"+o+i(289)}[Wa(362)](e){const t=Wa;if(/^anthropic\.claude/[t(291)](e))return t(334);if(/^ai21\.j2/[t(291)](e))return t(342);if(/^cohere\.command/[t(291)](e))return t(358);if(/^meta\.llama/[t(291)](e))return t(310);throw new b(v(this[t(350)][t(323)],t(353),e))}async[Wa(331)](e,t,n,r,i){const s=Wa,o={method:s(359),headers:await this[s(308)](this[s(356)],i),body:JSON[s(288)]({...e,model:t,stream:n}),signal:this[s(321)][s(328)]},a=await fetch(this[s(322)],o);n?await this[s(295)](a,t,r):await this[s(314)](a,t,r)}async[Wa(320)](e,t,n,r){const i=Wa,s=new Io(this[i(297)]),o={body:JSON[i(288)](e),contentType:i(302),accept:i(302),modelId:t};let a;if(n){const e=new Va(o);a=await s[i(363)](e,{abortSignal:this[i(321)][i(328)]}),await this[i(369)](a,t,r)}else{const e=new Ga(o);a=await s[i(363)](e,{abortSignal:this[i(321)][i(328)]}),await this[i(314)](a,t,r)}}async[Wa(369)](e,t,n){const r=Wa,i=e[r(299)],s=new TextDecoder(r(344));let o="";for await(const e of i)if(e[r(326)]){const i=s[r(330)](e[r(326)][r(305)]),a=JSON[r(293)](i);o+=this[r(309)](a,t),n(o)}return Promise[r(364)]()}async[Wa(295)](e,t,n){const r=Wa,i=e[r(299)],s=new TextDecoder(r(344)),o=i[r(337)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:i}=await o[r(329)]();if(u=e,u)break;const d=(a+s[r(330)](i))[r(349)]("\n")[r(307)]((e=>{const t=r;try{return a="",JSON[t(293)](e)}catch{return a=e,null}}))[r(338)]((e=>null!==e));d[r(325)]&&(c+=d[r(307)]((e=>this[r(309)](e,t)))[r(312)](""),n(c))}return Promise[r(364)]()}async[Wa(314)](e,t,n){const r=Wa;let i;return i=e instanceof Response?await e[r(292)]():JSON[r(293)](Buffer[r(318)](e[r(299)])[r(290)](r(333))),n(this[r(309)](i,t)),Promise[r(364)]()}[Wa(309)](e,t){const n=Wa;switch(this[n(362)](t)){case n(334):return e[n(306)];case n(342):return e[n(319)][0][n(351)][n(304)];case n(358):return e[n(361)][0][n(304)];case n(310):return e[n(367)]}}}function Ya(e,t){var n=Za();return(Ya=function(e,t){return n[e-=423]})(e,t)}function Za(){var e=["3509891lHJVgz","8kkMjYx","7464798SsrRvZ","268998hQLBxf","782056bIPper","328599sJWlAi","36zbyzFb","311770oDygsU","91755QRaZGq"];return(Za=function(){return e})()}!function(e){for(var t=Ya,n=e();;)try{if(267514===-parseInt(t(426))/1+-parseInt(t(424))/2+-parseInt(t(429))/3+-parseInt(t(425))/4+parseInt(t(428))/5*(-parseInt(t(427))/6)+-parseInt(t(430))/7*(-parseInt(t(431))/8)+parseInt(t(423))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Za)})(),(window.CKEditor5=window.CKEditor5||{}).ai=r})();
5
+ */(()=>{var e={168:e=>{"use strict";e.exports=function(e){return e[1]}},181:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},237:e=>{"use strict";e.exports=CKEditor5.dll},262:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},311:(e,t,n)=>{e.exports=n(237)("./src/ui.js")},331:(e,t,n)=>{e.exports=n(237)("./src/clipboard.js")},355:(e,t,n)=>{e.exports=n(237)("./src/icons.js")},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}},369:function(e){e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=90)}({17:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=n(18),i=function(){function e(){}return e.getFirstMatch=function(e,t){var n=t.match(e);return n&&n.length>0&&n[1]||""},e.getSecondMatch=function(e,t){var n=t.match(e);return n&&n.length>1&&n[2]||""},e.matchAndReturnConst=function(e,t,n){if(e.test(t))return n},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,n,r){void 0===r&&(r=!1);var i=e.getVersionPrecision(t),s=e.getVersionPrecision(n),o=Math.max(i,s),a=0,c=e.map([t,n],(function(t){var n=o-e.getVersionPrecision(t),r=t+new Array(n+1).join(".0");return e.map(r.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(r&&(a=o-Math.min(i,s)),o-=1;o>=a;){if(c[0][o]>c[1][o])return 1;if(c[0][o]===c[1][o]){if(o===a)return 0;o-=1}else if(c[0][o]<c[1][o])return-1}},e.map=function(e,t){var n,r=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(n=0;n<e.length;n+=1)r.push(t(e[n]));return r},e.find=function(e,t){var n,r;if(Array.prototype.find)return Array.prototype.find.call(e,t);for(n=0,r=e.length;n<r;n+=1){var i=e[n];if(t(i,n))return i}},e.assign=function(e){for(var t,n,r=e,i=arguments.length,s=new Array(i>1?i-1:0),o=1;o<i;o++)s[o-1]=arguments[o];if(Object.assign)return Object.assign.apply(Object,[e].concat(s));var a=function(){var e=s[t];"object"==typeof e&&null!==e&&Object.keys(e).forEach((function(t){r[t]=e[t]}))};for(t=0,n=s.length;t<n;t+=1)a();return e},e.getBrowserAlias=function(e){return r.BROWSER_ALIASES_MAP[e]},e.getBrowserTypeByAlias=function(e){return r.BROWSER_MAP[e]||""},e}();t.default=i,e.exports=t.default},18:function(e,t,n){"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,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(91))&&r.__esModule?r:{default:r},s=n(18);function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var a=function(){function e(){}var t,n,r;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 i.default(e,t)},e.parse=function(e){return new i.default(e).getResult()},t=e,r=[{key:"BROWSER_MAP",get:function(){return s.BROWSER_MAP}},{key:"ENGINE_MAP",get:function(){return s.ENGINE_MAP}},{key:"OS_MAP",get:function(){return s.OS_MAP}},{key:"PLATFORMS_MAP",get:function(){return s.PLATFORMS_MAP}}],(n=null)&&o(t.prototype,n),r&&o(t,r),e}();t.default=a,e.exports=t.default},91:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=c(n(92)),i=c(n(93)),s=c(n(94)),o=c(n(95)),a=c(n(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(r.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(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.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(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.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(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.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,n={},r=0,i={},s=0;if(Object.keys(e).forEach((function(t){var o=e[t];"string"==typeof o?(i[t]=o,s+=1):"object"==typeof o&&(n[t]=o,r+=1)})),r>0){var o=Object.keys(n),c=a.default.find(o,(function(e){return t.isOS(e)}));if(c){var u=this.satisfies(n[c]);if(void 0!==u)return u}var d=a.default.find(o,(function(e){return t.isPlatform(e)}));if(d){var l=this.satisfies(n[d]);if(void 0!==l)return l}}if(s>0){var h=Object.keys(i),f=a.default.find(h,(function(e){return t.isBrowser(e,!0)}));if(void 0!==f)return this.compareVersion(i[f])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var n=this.getBrowserName().toLowerCase(),r=e.toLowerCase(),i=a.default.getBrowserTypeByAlias(r);return t&&i&&(r=i.toLowerCase()),r===n},t.compareVersion=function(e){var t=[0],n=e,r=!1,i=this.getBrowserVersion();if("string"==typeof i)return">"===e[0]||"<"===e[0]?(n=e.substr(1),"="===e[1]?(r=!0,n=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?n=e.substr(1):"~"===e[0]&&(r=!0,n=e.substr(1)),t.indexOf(a.default.compareVersions(i,n,r))>-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,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=/version\/(\d+(\.?_?\d+)+)/i,o=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},n=i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},n=i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},n=i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},n=i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},n=i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},n=i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},n=i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},n=i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},n=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},n=i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},n=i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},n=i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},n=i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},n=i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},n=i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return n&&(t.version=n),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},n=i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},n=i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},n=i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},n=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},n=i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},n=i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},n=i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},n=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},n=i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},n=i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},n=i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},n=i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},n=i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t={name:"Android Browser"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},n=i.default.getFirstMatch(s,e);return n&&(t.version=n),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:i.default.getFirstMatch(t,e),version:i.default.getSecondMatch(t,e)}}}];t.default=o,e.exports=t.default},93:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:[/Roku\/DVP/],describe:function(e){var t=i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:s.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),n=i.default.getWindowsVersionName(t);return{name:s.OS_MAP.Windows,version:t,versionName:n}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:s.OS_MAP.iOS},n=i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return n&&(t.version=n),t}},{test:[/macintosh/i],describe:function(e){var t=i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),n=i.default.getMacOSVersionName(t),r={name:s.OS_MAP.MacOS,version:t};return n&&(r.versionName=n),r}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:s.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),n=e.test(/android/i);return t&&n},describe:function(e){var t=i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),n=i.default.getAndroidVersionName(t),r={name:s.OS_MAP.Android,version:t};return n&&(r.versionName=n),r}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),n={name:s.OS_MAP.WebOS};return t&&t.length&&(n.version=t),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||i.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:s.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:s.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:s.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.PlayStation4,version:t}}}];t.default=o,e.exports=t.default},94:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=i.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",n={type:s.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(n.model=t),n}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),n=e.test(/like (ipod|iphone)/i);return t&&!n},describe:function(e){var t=i.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:s.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:s.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:s.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}}];t.default=o,e.exports=t.default},95:function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r,i=(r=n(17))&&r.__esModule?r:{default:r},s=n(18),o=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:s.ENGINE_MAP.Blink};var t=i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:s.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:s.ENGINE_MAP.Trident},n=i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:s.ENGINE_MAP.Presto},n=i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:function(e){var t=e.test(/gecko/i),n=e.test(/like gecko/i);return t&&!n},describe:function(e){var t={name:s.ENGINE_MAP.Gecko},n=i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:s.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:s.ENGINE_MAP.WebKit},n=i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return n&&(t.version=n),t}}];t.default=o,e.exports=t.default}})},379:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},433:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,i,s){"string"==typeof e&&(e=[[null,e,void 0]]);var o={};if(r)for(var a=0;a<this.length;a++){var c=this[a][0];null!=c&&(o[c]=!0)}for(var u=0;u<e.length;u++){var d=[].concat(e[u]);r&&o[d[0]]||(void 0!==s&&(void 0===d[5]||(d[1]="@layer".concat(d[5].length>0?" ".concat(d[5]):""," {").concat(d[1],"}")),d[5]=s),n&&(d[2]?(d[1]="@media ".concat(d[2]," {").concat(d[1],"}"),d[2]=n):d[2]=n),i&&(d[4]?(d[1]="@supports (".concat(d[4],") {").concat(d[1],"}"),d[4]=i):d[4]="".concat(i)),t.push(d))}},t}},545:e=>{"use strict";var t,n=(t=[],function(e,n){return t[e]=n,t.filter(Boolean).join("\n")});function r(e,t,r,i){var s;if(r)s="";else{s="",i.supports&&(s+="@supports (".concat(i.supports,") {")),i.media&&(s+="@media ".concat(i.media," {"));var o=void 0!==i.layer;o&&(s+="@layer".concat(i.layer.length>0?" ".concat(i.layer):""," {")),s+=i.css,o&&(s+="}"),i.media&&(s+="}"),i.supports&&(s+="}")}if(e.styleSheet)e.styleSheet.cssText=n(t,s);else{var a=document.createTextNode(s),c=e.childNodes;c[t]&&e.removeChild(c[t]),c.length?e.insertBefore(a,c[t]):e.appendChild(a)}}var i={singleton:null,singletonCounter:0};e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=i.singletonCounter++,n=i.singleton||(i.singleton=e.insertStyleElement(e));return{update:function(e){r(n,t,!1,e)},remove:function(e){r(n,t,!0,e)}}}},584:(e,t,n)=>{e.exports=n(237)("./src/utils.js")},667:e=>{"use strict";e.exports=function(e,t){Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])}))}},673:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var s={},o=[],a=0;a<e.length;a++){var c=e[a],u=r.base?c[0]+r.base:c[0],d=s[u]||0,l="".concat(u," ").concat(d);s[u]=d+1;var h=n(l),f={css:c[1],media:c[2],sourceMap:c[3],supports:c[4],layer:c[5]};if(-1!==h)t[h].references++,t[h].updater(f);else{var p=i(f,r);r.byIndex=a,t.splice(a,0,{identifier:l,updater:p,references:1})}o.push(l)}return o}function i(e,t){var n=t.domAPI(t);n.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;n.update(e=t)}else n.remove()}}e.exports=function(e,i){var s=r(e=e||[],i=i||{});return function(e){e=e||[];for(var o=0;o<s.length;o++){var a=n(s[o]);t[a].references--}for(var c=r(e,i),u=0;u<s.length;u++){var d=n(s[u]);0===t[d].references&&(t[d].updater(),t.splice(d,1))}s=c}}},676:(e,t,n)=>{"use strict";n.d(t,{A:()=>a});var r=n(168),i=n.n(r),s=n(433),o=n.n(s)()(i());o.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=o},782:(e,t,n)=>{e.exports=n(237)("./src/core.js")},783:(e,t,n)=>{e.exports=n(237)("./src/engine.js")}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var s=t[r]={id:r,exports:{}};return e[r].call(s.exports,s,s.exports,n),s.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};(()=>{"use strict";n.r(r),n.d(r,{AIAdapter:()=>w,AIAssistant:()=>je,AIAssistantUI:()=>$e,AIRequestError:()=>b,AITextAdapter:()=>Ge,AWSTextAdapter:()=>Qa,OpenAITextAdapter:()=>Ke});var e=n(782),t=n(355),i=n(584),s=n(311);function o(e,t){const n=(0,t.t)("Other");return e.length?"groupId"in e[0]?e:[{groupId:"_ungrouppedCommands",groupLabel:n,order:1/0,commands:e}]:[{groupId:"_ungrouppedCommands",groupLabel:n,order:1/0,commands:[]}]}var a=n(331),c=n(783);const u=d;function d(e,t){const n=f();return(d=function(e,t){return n[e-=412]})(e,t)}!function(e){const t=d,n=e();for(;;)try{if(443404===-parseInt(t(480))/1*(-parseInt(t(426))/2)+parseInt(t(472))/3*(parseInt(t(488))/4)+parseInt(t(503))/5+-parseInt(t(505))/6+parseInt(t(521))/7*(parseInt(t(443))/8)+parseInt(t(416))/9+-parseInt(t(517))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(f);const l=globalThis[u(486)],h=u(424);function f(){const e=["_getAISelection","10154fBXVKN","insertContentBelow","removeMarker","getLastPosition","getRowIndexes","resultRange","href","once","createPositionAfter","_getDefaultInsertBelowPosition","markerToHighlight","addClass","lowest","_getTableRowCountFromContent","_pasteHTMLUsingClipboard","isPremiumPlugin","has","1495576HEMEsM","TableUtils","conversion","setData","from","deleteContent","markerRange","plugins","editing","_resetContentOfSelectedTableCells","fire","isAtEnd","paste","init","canEditAt","markers","element","isCollapsed","setSelection","ck-ai-assistant-ui_theme","for","parse","data","editor","isContent","off","pop","model","getColumnIndexes","2162049rwTJcE","getFirstRange","get","markerToElement","length","forEach","ai.useTheme","createSelection","8PvarGX","createUIElement","schema","push","span","editingDowncast","DataTransfer","_prepareTableInsertBelowPosition","4pBTRSK","first","createRange","getSelectedBlocks","showFakeVisualSelection","last","getSelectedTableCells","AIAssistantEditing","selection","map","getRanges","insertContent","findAncestor","_createEmptyTableRows","document","974805lwONHa","join","2318538AiSDTh","isOfficialPlugin","getChild","insertRows","afterInit","filter","change","getChildren","text/html","getMarkersGroup","config","getRows","3450920eRuopd","updateMarker","table","contentInsertion","7ADtQLn","fromCharCode","createPositionAt","hideFakeVisualSelection","ck-fake-ai-selection","285408uLKqUS","getLastMatchingPosition","addMarker","getRange","start","ck-fake-ai-selection_collapsed","end","pluginName","ai-ui"];return(f=function(){return e})()}class p extends e.Plugin{static get[u(423)](){return u(495)}static get[u(506)](){return!0}static get[u(441)](){return!0}[u(456)](){const e=u,{editor:t}=this,n=[e(415)];t[e(515)][e(474)](e(478))&&n[e(483)](e(462)),t[e(445)][e(463)](e(485))[e(436)]({model:h,view:{classes:n,priority:12}}),t[e(445)][e(463)](e(485))[e(475)]({model:h,view:(t,{writer:n})=>{const r=e;if(!t[r(449)][r(460)])return null;const i=n[r(481)](r(484));return n[r(437)]([r(415),r(421)],i),i}})}[u(509)](){!async function(e){const t=g([90,115,66,74,53,104,108,85,80,83,112,72,121,101,99,107,52,48,50,106,118,81,120,87,82,122,77,69,117,109,102,119,98,113,55,105,79,103,49,116,78,76,65,89,73,84,71,75,57,70,97,86,88,114,111,100,51,68,56,67,110,54]),n=window[g([68,97,116,101])][g([110,111,119])](),r=e[g([101,100,105,116,111,114])],s=new(window[g([80,114,111,109,105,115,101])])((e=>{r[g([111,110,99,101])](g([114,101,97,100,121]),e)})),o={[g([107,116,121])]:g([69,67]),[g([117,115,101])]:g([115,105,103]),[g([99,114,118])]:g([80,45,50,53,54]),[g([120])]:g([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]),[g([121])]:g([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]),[g([97,108,103])]:g([69,83,50,53,54])},a=r[g([99,111,110,102,105,103])][g([103,101,116])](g([108,105,99,101,110,115,101,75,101,121]));function c(e){const t=[new(window[g([80,114,111,109,105,115,101])])((e=>setTimeout(e,605900))),s[g([116,104,101,110])]((()=>new(window[g([80,114,111,109,105,115,101])])((e=>{let t=0;r[g([109,111,100,101,108])][g([111,110])](g([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,r)=>{r[0][g([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&t++,504==t&&(e(),n[g([111,102,102])]())}))}))))];return window[g([80,114,111,109,105,115,101])][g([114,97,99,101])](t)[g([116,104,101,110])]((()=>e))}function u(e){return e[g([115,116,97,114,116,115,87,105,116,104])](g([101,121]))?JSON[g([112,97,114,115,101])](l(e)):null}function l(e){return window[g([97,116,111,98])](e[g([114,101,112,108,97,99,101])](/-/g,g([43]))[g([114,101,112,108,97,99,101])](/_/g,g([47])))}function h(e){let t=5381;function n(e){for(let n=0;n<e[g([108,101,110,103,116,104])];n++){const r=e[g([99,104,97,114,67,111,100,101,65,116])](n);t=(t<<5)+t+r,t&=t}}return function e(t){Array[g([105,115,65,114,114,97,121])](t)?t[g([102,111,114,69,97,99,104])](e):t&&typeof t==g([111,98,106,101,99,116])?Object[g([101,110,116,114,105,101,115])](t)[g([115,111,114,116])]()[g([102,111,114,69,97,99,104])]((([t,r])=>{n(t),e(r)})):n(window[g([83,116,114,105,110,103])](t))}(e),t>>>0}function f(e){return e[g([116,111,83,116,114,105,110,103])](16)[g([112,97,100,83,116,97,114,116])](8,g([48]))}function p(e){return e[g([115,112,108,105,116])]("")[g([114,101,118,101,114,115,101])]()[g([106,111,105,110])]("")}function m(){}function g(e){const t=d;return e[t(497)]((e=>String[t(412)](e)))[t(504)]("")}!function(e){const n=function(){const e=window[g([83,116,114,105,110,103])](window[g([112,101,114,102,111,114,109,97,110,99,101])][g([110,111,119])]())[g([114,101,112,108,97,99,101])](g([46]),"");let n=g([90]);for(let r=0;r<e[g([108,101,110,103,116,104])];r+=2){let i=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](r,r+2));i>=t[g([108,101,110,103,116,104])]&&(i-=t[g([108,101,110,103,116,104])]),n+=t[i]}return n}();r[n]=g([97,105,76,105,99,101,110,115,101,75,101,121])+e,e!=g([86,97,108,105,100])&&async function(){await s,r[g([109,111,100,101,108])][g([99,104,97,110,103,101])]=m,r[g([109,111,100,101,108])][g([101,110,113,117,101,117,101,67,104,97,110,103,101])]=m,r[g([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](g([109,111,100,101,108]))}()}(await async function(){let e,t=null,m=null;try{return a==g([71,80,76])?g([78,111,116,65,108,108,111,119,101,100]):(e=function(){const e=a[g([115,112,108,105,116])](g([46]));return 3!=e[g([108,101,110,103,116,104])]?null:t(e[1]);function t(e){const t=u(e);return t&&n()?t:null;function n(){const e=t[g([106,116,105])],n=window[g([112,97,114,115,101,73,110,116])](e[g([115,117,98,115,116,114,105,110,103])](e[g([108,101,110,103,116,104])]-8),16),r={...t,[g([106,116,105])]:e[g([115,117,98,115,116,114,105,110,103])](0,e[g([108,101,110,103,116,104])]-8)};return delete r[g([118,99])],h(r)==n}}}(),e?(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(m=function(e,t){return new(window[g([80,114,111,109,105,115,101])])((c=>{if(o())return c(g([86,97,108,105,100]));a(),r[g([100,101,99,111,114,97,116,101])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const d=(0,i.uid)();function l(e){return!!e&&(typeof e===g([111,98,106,101,99,116])||typeof e===g([102,117,110,99,116,105,111,110]))&&typeof e[g([116,104,101,110])]===g([102,117,110,99,116,105,111,110])&&typeof e[g([99,97,116,99,104])]===g([102,117,110,99,116,105,111,110])}function m(r){a(r)[g([116,104,101,110])]((e=>e&&e[g([115,116,97,116,117,115])]==g([111,107])?f(h(d+t))!=e[g([118,101,114,105,102,105,99,97,116,105,111,110])]?g([85,115,97,103,101,76,105,109,105,116]):g([86,97,108,105,100]):g([85,115,97,103,101,76,105,109,105,116])))[g([116,104,101,110])]((e=>(s(),e)),(()=>{const e=o();return null==e?(s(),g([86,97,108,105,100])):g(n-e>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[g([116,104,101,110])](c)[g([99,97,116,99,104])]((()=>{c(g([85,115,97,103,101,76,105,109,105,116]))}));const i=36e5;function s(){const t=g([108,108,99,116,45])+f(h(e)),r=p(f(window[g([77,97,116,104])][g([99,101,105,108])](n/i)));window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([115,101,116,73,116,101,109])](t,r)}function o(){const t=g([108,108,99,116,45])+f(h(e)),n=window[g([108,111,99,97,108,83,116,111,114,97,103,101])][g([103,101,116,73,116,101,109])](t);return n?window[g([112,97,114,115,101,73,110,116])](p(n),16)*i:null}function a(e){return new(window[g([80,114,111,109,105,115,101])])(((t,n)=>{e[g([116,104,101,110])](t,n),window[g([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((t,n)=>{if(n[0]!=e)return c(g([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[g([114,101,113,117,101,115,116,73,100])]:d}}),{[g([112,114,105,111,114,105,116,121])]:g([104,105,103,104])}),r[g([111,110])](g([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(e=>{l(e[g([114,101,116,117,114,110])])&&(u=!0,m(e[g([114,101,116,117,114,110])]))}),{[g([112,114,105,111,114,105,116,121])]:g([108,111,119])}),s[g([116,104,101,110])]((()=>{u||c(g([85,115,97,103,101,76,105,109,105,116]))}))}));function o(){return r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==g([97,117,116,111])}function a(){r[g([101,100,105,116,105,110,103])][g([118,105,101,119])][g([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=g([97,117,116,111])}}(e[g([117,115,97,103,101,69,110,100,112,111,105,110,116])],e[g([106,116,105])])),await async function(){let e=!0;try{const r=a[g([115,112,108,105,116])](g([46])),[i,s,o]=r;return t(i),await n(i,s,o),e}catch{return!1}function t(t){const n=u(t);n&&n[g([97,108,103])]==g([69,83,50,53,54])||(e=!1)}async function n(t,n,r){const i=window[g([85,105,110,116,56,65,114,114,97,121])][g([102,114,111,109])](l(r),(e=>e[g([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[g([84,101,120,116,69,110,99,111,100,101,114])]))[g([101,110,99,111,100,101])](t+g([46])+n),a=window[g([99,114,121,112,116,111])][g([115,117,98,116,108,101])];if(!a)return;const c=await a[g([105,109,112,111,114,116,75,101,121])](g([106,119,107]),o,{[g([110,97,109,101])]:g([69,67,68,83,65]),[g([110,97,109,101,100,67,117,114,118,101])]:g([80,45,50,53,54])},!1,[g([118,101,114,105,102,121])]);await a[g([118,101,114,105,102,121])]({[g([110,97,109,101])]:g([69,67,68,83,65]),[g([104,97,115,104])]:{[g([110,97,109,101])]:g([83,72,65,45,50,53,54])}},c,i,s)||(e=!1)}}()?function(){const t=e[g([102,101,97,116,117,114,101,115])];return!(!t||!t[g([105,110,99,108,117,100,101,115])](g([42]))&&!t[g([105,110,99,108,117,100,101,115])](g([65,73])))}()?function(){const t=[g([101,118,97,108,117,97,116,105,111,110]),g([116,114,105,97,108])][g([105,110,99,108,117,100,101,115])](e[g([108,105,99,101,110,115,101,84,121,112,101])])?n/1e3:1748995200;return e[g([101,120,112])]<t}()?g([69,120,112,105,114,101,100]):function(){const t=d,n=e[g([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[g([108,101,110,103,116,104])])return!0;const{hostname:r}=new URL(window[g([108,111,99,97,116,105,111,110])][t(432)]);if(n[g([105,110,99,108,117,100,101,115])](r))return!0;const i=r[g([115,112,108,105,116])](g([46]));return n[g([102,105,108,116,101,114])]((e=>e[g([105,110,99,108,117,100,101,115])](g([42]))))[g([109,97,112])]((e=>e[g([115,112,108,105,116])](g([46]))))[g([115,111,109,101])]((e=>i[g([101,118,101,114,121])](((t,n)=>e[n]===t||e[n]===g([42])))))}()?(e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([101,118,97,108,117,97,116,105,111,110])&&(t=c(g([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),e[g([108,105,99,101,110,115,101,84,121,112,101])]==g([116,114,105,97,108])&&(t=c(g([84,114,105,97,108,76,105,109,105,116]))),await(t&&m?new(window[g([80,114,111,109,105,115,101])])(((e,n)=>{t[g([116,104,101,110])](e,n),m[g([116,104,101,110])]((t=>{t!=g([86,97,108,105,100])&&e(t)}),n)})):t||m||g([86,97,108,105,100]))):g([68,111,109,97,105,110,76,105,109,105,116]):g([78,111,116,65,108,108,111,119,101,100]):g([73,110,118,97,108,105,100])):g([73,110,118,97,108,105,100]))}catch{return g([73,110,118,97,108,105,100])}}())}(this)}[u(492)](){const e=u,t=this[e(466)][e(470)];t[e(511)]((n=>{const r=e,i=t[r(502)][r(496)][r(498)]();let s=0;for(const e of i){const i=h+":"+s;if(t[r(458)][r(442)](i))n[r(518)](i,{range:e});else if(e[r(420)][r(454)]){const s=e[r(420)][r(417)]((({item:e})=>!t[r(482)][r(467)](e)),{boundaries:e});n[r(418)](i,{usingOperation:!1,affectsData:!1,range:n[r(490)](s,e[r(422)])})}else n[r(418)](i,{usingOperation:!1,affectsData:!1,range:e});s++}}))}[u(414)](){const e=u,t=this[e(466)][e(470)],n=Array[e(447)](this[e(466)][e(470)][e(458)][e(514)](h));n[e(476)]&&t[e(511)]((t=>{const r=e;n[r(477)]((e=>{t[r(428)](e)}))}))}[u(499)](e,t){const n=u,r=this[n(425)](),i=t||r[n(473)]();this[n(466)][n(470)][n(457)](i)&&this[n(466)][n(470)][n(511)]((s=>{const o=n;this[o(414)](),t||this[o(452)](s,r),this[o(440)]({insertAt:i,writer:s,html:e})}))}[u(427)](e){const t=u,{model:n}=this[t(466)],r=this[t(425)]();n[t(511)]((()=>{const n=t,i=this[n(487)](e,r)||this[n(435)](r);this[n(499)](e,i)}))}[u(425)](){const e=u,t=this[e(466)][e(470)],n=Array[e(447)](t[e(458)][e(514)](h))[e(497)]((t=>t[e(419)]()));return t[e(479)](n)}[u(440)]({writer:e,html:t,insertAt:n}){const r=u,{view:i}=this[r(466)][r(451)],s=this[r(466)][r(450)][r(474)](a.ClipboardPipeline),o=new l;o[r(446)](r(513),t);const d=new ClipboardEvent(r(455),{clipboardData:o}),h=new c.DomEventData(i,d,{dataTransfer:new c.DataTransfer(o)});e[r(461)](n);const f=(t,n)=>{const i=r;n[i(431)]&&e[i(461)](n[i(431)])};s[r(433)](r(520),f,{priority:r(438)}),i[r(502)][r(453)](r(455),h),s[r(468)](r(520),f)}[u(435)](e){const t=u,{model:n}=this[t(466)],r=Array[t(447)](e[t(491)]());return r[t(476)]?n[t(434)](r[t(469)]()):e[t(429)]()}[u(487)](e,t){const n=u,{model:r,plugins:i}=this[n(466)];if(i[n(442)](n(444))){const s=i[n(474)](n(444))[n(494)](t);if(s[n(476)]){const t=this[n(439)](e),i=this[n(501)](s,t);return r[n(413)](i,0)}}return null}[u(439)](e){const t=u,n=this[t(466)][t(450)][t(474)](t(444)),r=this[t(466)][t(465)][t(464)](e),i=Array[t(447)](r[t(512)]())[t(510)]((e=>e.is(t(459),t(519))));let s=0;return i[t(477)]((e=>{s+=n[t(516)](e)})),s}[u(501)](e,t){const n=u,r=this[n(466)][n(450)][n(474)](n(444)),i=r[n(430)](e),s=r[n(471)](e),o=i[n(493)]+1,a=s[n(489)],c=e[0][n(500)](n(519));for(let e=0;e<t;e++)r[n(508)](c,{at:o});return c[n(507)](o)[n(507)](a)}[u(452)](e,t){const n=u,{plugins:r}=this[n(466)],{model:i}=e;r[n(442)](n(444))&&r[n(474)](n(444))[n(494)](t)[n(476)]&&i[n(448)](t)}}function m(e,t){var n=y();return(m=function(e,t){return n[e-=302]})(e,t)}var g=m;function y(){var e=["856aIcBVm","AIAdapter","aiadapter-text-adapter-not-set","10JGFBGv","isPremiumPlugin","2128536nVRSFy","205amoEfH","3685619hPXUcw","isOfficialPlugin","AIRequestError","pluginName","2593880HqpVja","afterInit","2235834PVJrTy","textAdapter","6UGACoQ","1894275HqBvqO","1951410MRgrTY","name"];return(y=function(){return e})()}!function(e){for(var t=m,n=e();;)try{if(473001===-parseInt(t(308))/1*(-parseInt(t(302))/2)+parseInt(t(318))/3+-parseInt(t(313))/4+parseInt(t(319))/5+-parseInt(t(317))/6*(-parseInt(t(309))/7)+-parseInt(t(307))/8+-parseInt(t(315))/9*(parseInt(t(305))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(y);class w extends e.Plugin{static get[g(312)](){return g(303)}static get[g(310)](){return!0}static get[g(306)](){return!0}[g(314)](){var e=g;if(!this[e(316)])throw new i.CKEditorError(e(304),null)}}class b extends Error{constructor(e){var t=g;super(e),this[t(320)]=t(311)}}function v(e,t,n){const r=e.t;switch(t){case"Edit or review":return r("Edit or review");case"Improve writing":return r("Improve writing");case"Make shorter":return r("Make shorter");case"Make longer":return r("Make longer");case"Simplify language":return r("Simplify language");case"Generate from selection":return r("Generate from selection");case"Summarize":return r("Summarize");case"Continue":return r("Continue");case"Change tone":return r("Change tone");case"Professional":return r("Professional");case"Casual":return r("Casual");case"Direct":return r("Direct");case"Confident":return r("Confident");case"Friendly":return r("Friendly");case"Change style":return r("Change style");case"Business":return r("Business");case"Legal":return r("Legal");case"Journalism":return r("Journalism");case"Poetic":return r("Poetic");case"Translate":return r("Translate");case"English":return r("English");case"Spanish":return r("Spanish");case"German":return r("German");case"Portuguese":return r("Portuguese");case"French":return r("French");case"Simplified Chinese":return r("Simplified Chinese");case"Hindi":return r("Hindi");case"Arabic":return r("Arabic");case"AI Assistant":return r("AI Assistant");case"AI Commands":return r("AI Commands");case"Ask AI to edit or generate":return r("Ask AI to edit or generate");case"Ask AI to improve generated text":return r("Ask AI to improve generated text");case"Copy":return r("Copy");case"Submit":return r("Submit");case"Insert below":return r("Insert below");case"Try again":return r("Try again");case"Stop":return r("Stop");case"AI is writing...":return r("AI is writing...");case"AI is writing":return r("AI is writing");case"Generated content: %0":return r("Generated content: %0",n);case"Error during AI content generation: %0":return r("Error during AI content generation: %0",n);case"History":return r("History");case"Empty history":return r("Empty history");case"Ask AI and your prompts will be listed here for you to use later.":return r("Ask AI and your prompts will be listed here for you to use later.");case"Prompt history":return r("Prompt history");case"Clear":return r("Clear");case"AI_REPLACE_CONTENT":return r({id:"AI_REPLACE_CONTENT",string:"Replace"});case"AI_INSERT_CONTENT":return r({id:"AI_INSERT_CONTENT",string:"Insert"});case"AI_ERROR_GET_HEADERS":return r({id:"AI_ERROR_GET_HEADERS",string:"Preparing request headers failed"});case"AI_ERROR_GET_PARAMETERS":return r({id:"AI_ERROR_GET_PARAMETERS",string:"Preparing request parameters failed"});case"AI_ERROR_UNSUPPORTED_MODEL":return r({id:"AI_ERROR_UNSUPPORTED_MODEL",string:'The requested AI model ("%0") is not supported'},n);case"AI_ERROR_CONTEXT_LENGTH":return r({id:"AI_ERROR_CONTEXT_LENGTH",string:"Selected content is too long"});case"AI_ERROR_MODERATION":return r({id:"AI_ERROR_MODERATION",string:"Requested query does not pass moderation rules"});case"AI_ERROR_FAILED":return r({id:"AI_ERROR_FAILED",string:"Failed to communicate with the AI service"});default:return t}}const k=A;!function(e){const t=A,n=e();for(;;)try{if(515421===-parseInt(t(295))/1+parseInt(t(300))/2*(-parseInt(t(306))/3)+-parseInt(t(294))/4*(-parseInt(t(309))/5)+parseInt(t(290))/6+-parseInt(t(296))/7+parseInt(t(277))/8+parseInt(t(303))/9*(parseInt(t(297))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(E);class S extends e.Command{[k(305)];constructor(e,t){const n=k;super(e),this[n(305)]=t,this[n(273)](n(288),[]),this.on(n(314),((e,t,r)=>{const i=n;this[i(304)]&&(this[i(288)]=I(this[i(305)],r))})),this[n(273)](n(315),!1),this.on(n(285),((e,t,r)=>{const i=n;this[i(288)]=r?I(this[i(305)],this[i(315)]):[]}))}[k(276)](){const e=k,t=this[e(310)][e(301)];this[e(315)]=function(t){const n=e,r=t[n(286)][n(312)];return r[n(291)]?0!==[...r[n(284)]()][n(283)]&&![...r[n(284)]()][0][n(307)]:!!t[n(272)](r[n(302)]())}(t);const n=t[e(286)][e(312)],r=this[e(310)][e(282)][e(279)](e(287));for(const t of n[e(308)]())for(const n of t[e(275)]())if(n.is(e(299))&&r[e(292)](n[e(281)]))return void(this[e(304)]=!1);this[e(304)]=!0}[k(311)](e="",t="",n=k(278)){const r=k;this[r(310)][r(298)][r(279)]($e)[r(313)](e,t,n)}}function A(e,t){const n=E();return(A=function(e,t){return n[e-=272]})(e,t)}function E(){const e=["includes","values","28QzUbiu","523007ICUKuo","3548258uEpoHX","130yXijHI","plugins","element","1744gUGrDH","model","getFirstRange","101187nCCsRd","isEnabled","_commandDefinitions","2532uNmslB","isEmpty","getRanges","663445nnVkNb","editor","execute","selection","showUI","change:_hasContext","_hasContext","hasContent","set","add","getItems","refresh","4545992qrYGvL","custom","get","from","name","config","length","getSelectedBlocks","change:isEnabled","document","ai.aiAssistant.disabledElements","enabledCommandsIds","requiresContent","3828354xiSIhZ","isCollapsed"];return(E=function(){return e})()}function I(e,t){const n=k,r=new Set;for(const i of e[n(293)]())(t||!1===i[n(289)])&&r[n(274)](i.id);return Array[n(280)](r)}const x=_;function _(e,t){const n=P();return(_=function(e,t){return n[e-=289]})(e,t)}!function(e){const t=_,n=e();for(;;)try{if(820051===-parseInt(t(341))/1*(-parseInt(t(305))/2)+-parseInt(t(322))/3+-parseInt(t(375))/4+-parseInt(t(298))/5*(parseInt(t(296))/6)+parseInt(t(337))/7+-parseInt(t(319))/8*(-parseInt(t(295))/9)+-parseInt(t(380))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(P);const R=new RegExp(/^(.*?)<[a-zA-Z][a-zA-Z0-9_\-.]*[ >]/,"is");function P(){const e=["previousActionId","_normalizeResponseHeadings","reset","stopListening","```","catch","setContentOf","_handleQuery","nodeType","serializeToString","11185811lxtvgg","_sanitizationContainer","then","set","237kcAfkz","ELEMENT_NODE","htmlProcessor","handleError","toModel","previousLabel","previousQuery","config","match","destroy","currentContext","trim","clear","editor","startsWith","_parseAndNormalizeContent","reverse","markers","remove","abort","stopProcessing","value","textAdapter","_stripMarkdownSyntax","innerHTML","length","_domParser","isRendered","querySelector","message","editing","get","ai.aiAssistant.preserveComments","viewToDom","3480120VWUPUF","tryAgainEvent","data","updateView","custom","5349490QsyLAy","mainAction","once","_sanitizeHTML","```html","startProcessing","parseFromString","<h1></h1>","makeRequest","prompt","push","set:currentContext","stringify","_xmlSerializer","_isH1TagSupportEnabled","13340583djifTJ","65352FcBIYK","finally","290UUdbgi","div","initialContext","endsWith","document","previousContext","isProcessing","1754lRYUSJ","body","substring","finishProcessing","view","listenTo","createElement","name","element","toView","processor","exec","text/html","domConverter","8wFOntA","from","childNodes","1294029JKIgYq","currentResponse","submitPrompt","rename","render"];return(P=function(){return e})()}class C extends((0,i.ObservableMixin)()){[x(354)];[x(363)];[x(309)];[x(338)];[x(367)];[x(293)];constructor(e,t,n){const r=x;super(),this[r(354)]=e,this[r(363)]=t,this[r(338)]=document[r(311)](r(299)),this[r(367)]=new DOMParser,this[r(293)]=new XMLSerializer,this[r(309)]=n,this[r(340)]({initialContext:"",currentContext:"",currentResponse:"",previousContext:void 0,previousQuery:void 0,previousLabel:void 0,isProcessing:!1}),this.on(r(291),((e,t,n)=>{const i=r;this[i(309)][i(362)]=this[i(383)](n)})),this[r(310)](this[r(309)],r(324),((e,t)=>{const n=r,i=this[n(351)]||this[n(300)];this[n(334)](t,i,n(379))})),this[r(310)](this[r(309)],r(376),(()=>{const e=r;this[e(309)][e(289)]=this[e(346)],this[e(334)](this[e(347)],this[e(303)],this[e(327)],this[e(346)])})),this[r(310)](this[r(309)],r(361),(()=>{this[r(361)]()}))}[x(350)](){this[x(330)]()}async[x(378)]({actionId:e,query:t,htmlContent:n,label:r,mainActionLabel:i}){const s=x;this[s(309)][s(289)]=r,this[s(309)][s(381)]=i,this[s(300)]=n,t&&(this[s(309)][s(368)]?this[s(334)](t,n,e,r):this[s(309)][s(382)](s(326),(()=>{this[s(334)](t,n,e,r)})))}[x(361)](){const e=x;this[e(304)]&&(this[e(304)]=!1,this[e(309)][e(308)](),this[e(363)][e(360)]())}[x(329)](){const e=x;this[e(300)]="",this[e(351)]="",this[e(323)]="",this[e(303)]="",this[e(347)]="",this[e(346)]="",this[e(327)]=void 0,this[e(309)][e(329)](),this[e(361)]()}async[x(334)](e,t,n,r){const i=x;return this[i(304)]=!0,this[i(309)][i(385)](),this[i(303)]=t,this[i(347)]=e,this[i(346)]=r||e,this[i(327)]=n,new Promise((r=>{const s=i;this[s(363)][s(388)]({query:e,context:t,onData:e=>{const t=s;this[t(323)]=e,this[t(351)]=this[t(356)](this[t(323)])},actionId:n})[s(339)]((()=>{const e=s;!this[e(351)]&&this[e(323)]&&(this[e(351)]=this[e(356)](this[e(323)],!0))}))[s(332)]((e=>{const t=s;e instanceof b?this[t(309)][t(344)](e[t(370)]):this[t(309)][t(344)](),r()}))[s(297)]((()=>{this[s(361)](),r()}))}))}[x(356)](e,t=!1){const n=x,r=R[n(316)](e);e=r?e[n(307)](r[1][n(366)]):e[n(366)]<100&&!t?"":this[n(364)](e);const i=this[n(367)][n(386)](e,n(317));if(r){const e=Array[n(320)](i[n(306)][n(321)]);e[n(357)]();for(const t of e){if(t[n(335)]==Node[n(342)])break;t[n(359)]()}}const s=this[n(354)][n(377)][n(315)][n(314)](this[n(293)][n(336)](i[n(306)]));this[n(294)]()||this[n(328)](s);const o=this[n(354)][n(348)][n(372)](n(373)),a=this[n(354)][n(377)][n(345)](s);return o||a[n(358)][n(353)](),this[n(354)][n(377)][n(292)](a)}[x(328)](e){const t=x,n=new c.UpcastWriter(this[t(354)][t(371)][t(309)][t(302)]),r=new c.Matcher({name:/^h[1-5]$/}),i=[];let s=!1;for(const n of e)n.is(t(313))&&r[t(349)](n)&&(i[t(290)](n),"h1"==n[t(312)]&&(s=!0));if(s)for(const e of i)n[t(325)]("h"+(parseInt(e[t(312)][1])+1),e)}[x(294)](){const e=x,{data:t,editing:n}=this[e(354)],r=t[e(343)][e(314)](e(387)),i=t[e(314)](t[e(345)](r));return!!n[e(309)][e(318)][e(374)](i)[e(369)]("h1")}[x(383)](e){const t=x;return this[t(354)][t(371)][t(309)][t(318)][t(333)](this[t(338)],e),this[t(338)][t(365)]}[x(364)](e){const t=x,n=e[t(352)]();return n[t(355)](t(384))?n[t(301)](t(331))?n[t(307)](7,n[t(366)]-3):n[t(307)](7):e}}function M(e,t){const n=N();return(M=function(e,t){return n[e-=346]})(e,t)}const T=M;!function(e){const t=M,n=e();for(;;)try{if(619359===parseInt(t(378))/1*(parseInt(t(371))/2)+parseInt(t(382))/3*(-parseInt(t(346))/4)+-parseInt(t(370))/5*(parseInt(t(373))/6)+-parseInt(t(352))/7+-parseInt(t(361))/8*(-parseInt(t(359))/9)+-parseInt(t(377))/10+parseInt(t(380))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(N);const O={REPLACE:T(349),INSERT:T(366)};class L extends s.ToolbarView{constructor(e){const t=T;super(e),this[t(357)](t(368),!1),this[t(357)](t(375),O[t(354)]),this[t(350)]=this[t(360)]("",t(355)),this[t(350)][t(353)](t(362)).to(this,t(375),(n=>v(e,t(348)+n[t(358)]()+t(383)))),this[t(369)]=this[t(360)](v(e,t(374))),this[t(376)]=this[t(360)](v(e,t(347))),this[t(367)]=this[t(360)](v(e,t(363)));const n=this[t(356)];this[t(364)]({attributes:{class:[t(372),n.if(t(368),t(381),(e=>!e))]}}),this[t(365)][t(379)]([this[t(350)],this[t(369)],this[t(376)],this[t(367)]])}[T(360)](e,t){const n=T,r=new s.ButtonView(this[n(351)]);return r[n(357)]({label:e,class:t||"",isVisible:!0,withText:!0}),r}}function N(){const e=["bind","REPLACE","ck-button-action","bindTemplate","set","toUpperCase","1422dcjtKf","_createButton","41224WsAUvu","label","Stop","extendTemplate","items","insert","stopButton","isVisible","insertButton","1952880eiAUWM","125636jliwQq","ck-ai-form__toolbar","12urZzWt","Insert below","mainAction","tryAgainButton","3454020OLOJrs","7AAkurw","addMany","12109207xgCAaf","ck-hidden","9diSuut","_CONTENT","509484WNLyTQ","Try again","AI_","replace","replaceButton","locale","1586977HZKnVt"];return(N=function(){return e})()}const $=U;function U(e,t){const n=F();return(U=function(e,t){return n[e-=363]})(e,t)}function F(){const e=["copy","addRange","<span>[</span>","render","value","smooth","scrollTo","execute","ck-ai-form__content-area--processing","querySelector","ck-reset_all-excluded","write","ck-ai-form__loader","ck-ai-form__content-area-wrapper","setEndBefore","set","792264xyjgnG","text/html","setTemplate","isVisible","ClipboardItem","setContent","getSelection","-9999px","ck-content","locale","30PBoTaJ","3iRHVhO","icon","<span>]</span>","listenTo","lastElementChild","style","createElement","ck-ai-form__content-field","_createLoader","position","147lqaNrA","textContent","ck-ai-form__content-area","ck-hidden","body","firstElementChild","absolute","createRange","remove","1265114cgcSgO","focus","AI is writing...","element","50958OJSvgp","contentFieldView","188452ljVeGB","25805NHtgrG","text/plain","execCommand","innerHTML","456tvRugF","copyButtonView","58422kcsxuZ","div","bindTemplate","isProcessing","appendChild","left",".ck-ai-form__loader","change:isProcessing","setStartAfter","_copyHTMLToClipboard","ck-ai-form__copy-button","class","clipboard","loaderView"," ck-ai-form__copy-button--copied","wheel","removeAllRanges","scrollHeight","_createCopyButton","Copy","mousedown","appendLoader","isEnabled","change:value","bind","ck-ai-form__copy-button-wrapper","4191517bOYAAz"];return(F=function(){return e})()}!function(e){const t=U,n=e();for(;;)try{if(408306===parseInt(t(402))/1+-parseInt(t(396))/2*(-parseInt(t(377))/3)+parseInt(t(366))/4+parseInt(t(403))/5+parseInt(t(409))/6*(parseInt(t(387))/7)+parseInt(t(407))/8*(parseInt(t(400))/9)+parseInt(t(376))/10*(-parseInt(t(435))/11))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(F);class B extends s.View{[$(401)];[$(408)];constructor(e,t=""){const n=$;super(e),this[n(365)]({value:null,isVisible:!1,isProcessing:!1});const r=this[n(411)];this[n(401)]=new D(e,t),this[n(408)]=this[n(427)](),this[n(368)]({tag:n(410),attributes:{class:["ck",n(363),r.if(n(369),n(390),(e=>!e))],tabindex:"-1"},children:[{tag:n(410),attributes:{class:["ck",n(389),r.if(n(412),n(444))]},children:[this[n(401)],{tag:n(410),attributes:{class:["ck",n(434)]},children:[this[n(408)]]}]}]})}[$(439)](){const e=$;super[e(439)](),this[e(440)]&&this[e(401)][e(371)](this[e(440)]);let t=!1;this.on(e(432),((n,r,i)=>{const s=e,o=!this[s(401)][s(399)][s(445)](s(415));this[s(401)][s(371)](i),this[s(412)]&&o&&!t&&this[s(399)][s(442)]({top:this[s(399)][s(426)],behavior:s(441)})})),this.on(e(416),((n,r,i)=>{const s=e;t=!1,i?(this[s(440)]=null,this[s(401)][s(430)]()):this[s(440)]||this[s(401)][s(371)]("")})),this[e(380)](this[e(399)],e(424),(()=>{t=!0})),this[e(380)](this[e(399)],e(429),(()=>{t=!0}))}[$(397)](){const e=$;this[e(399)][e(397)]()}[$(427)](){const e=$,n=this[e(375)],r=new s.ButtonView(this[e(375)]),i=e(419);return r[e(365)]({label:v(n,e(428)),icon:t.IconCopy,class:i,tooltip:!0}),r[e(433)](e(369)).to(this,e(440),(e=>!!e)),r[e(433)](e(431)).to(this,e(412),(e=>!e)),r.on(e(443),(()=>{const n=e;this[n(418)](this[n(401)][n(399)]),r[n(378)]=t.IconCheck,r[n(420)]=i+n(423),this[n(397)](),setTimeout((()=>{const e=n;r[e(378)]=t.IconCopy,r[e(420)]=i}),1e3)})),r}[$(418)](e){const t=$,{window:n,document:r}=i.global;if(n[t(370)]){const{Blob:r,ClipboardItem:i}=n,s=[new i({"text/html":new r([e[t(406)]],{type:t(367)}),"text/plain":new r([e[t(388)]||""],{type:t(404)})})];navigator[t(421)][t(447)](s)}else{const i=r[t(383)](t(410));i[t(382)][t(386)]=t(393),i[t(382)][t(414)]=t(373),i[t(406)]=t(438)+e[t(406)]+t(379),r[t(391)][t(413)](i);const s=r[t(394)]();s[t(417)](i[t(392)]),s[t(364)](i[t(381)]);const o=n[t(372)]();o[t(425)](),o[t(437)](s),r[t(405)](t(436)),i[t(395)]()}}}class D extends s.View{constructor(e,t=""){const n=$;super(e),this[n(422)]=this[n(385)](),this[n(368)]({tag:n(410),attributes:{class:["ck",n(374),t,n(446),n(384)]}})}[$(371)](e){const t=$;this[t(399)][t(406)]=e}[$(430)](){const e=$;this[e(399)][e(413)](this[e(422)][e(399)])}[$(385)](){const e=$,t=new s.View,n=this[e(375)],r=new s.SpinnerView;return r[e(369)]=!0,t[e(368)]({tag:e(410),attributes:{class:["ck",e(448)]},children:[r,{text:v(n,e(398))}]}),t[e(439)](),t}}!function(e){const t=H,n=e();for(;;)try{if(983549===-parseInt(t(270))/1*(parseInt(t(281))/2)+parseInt(t(279))/3*(parseInt(t(271))/4)+-parseInt(t(268))/5+parseInt(t(283))/6+-parseInt(t(282))/7*(-parseInt(t(275))/8)+-parseInt(t(277))/9*(parseInt(t(274))/10)+parseInt(t(285))/11)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(q);class j extends s.View{constructor(e,n=""){const r=H;super(e);const i=new s.IconView,o=this[r(280)];this[r(273)](r(284),n),i[r(278)]=t.IconError,this[r(276)]({tag:r(269),attributes:{class:["ck",r(272)]},children:[i,{text:o.to(r(284))}]})}}function H(e,t){const n=q();return(H=function(e,t){return n[e-=268]})(e,t)}function q(){const e=["1Tbjzfl","1661668BYAACN","ck-ai-form__error","set","470ENjtJw","8924272HLkgwh","setTemplate","197451fkanZd","content","12jiUHqR","bindTemplate","3142388bZPrYH","7mtnQVp","885420TdwOrf","text","16778069xKuxGu","4320875WRiaGE","div"];return(q=function(){return e})()}const z=G;function V(){const e=["submit","isOn","7735744ZbQfqB","resultsView","History","fieldView","bind","excludeScrollbarsAndBorders","ck-ai-form__toggle-history","605896EzEwqm","_createSubmitButton","28ySPwDk","426012zCgZjW","isVisible","element","render","1751742odJnNu","submitButtonView","_createShowHistoryButton","width","locale","add","style","execute","focusableChildren","20Mnnelm","191nNziQk","enter","window","1001337oprwPF","571689VcSwEv","Submit","set","target","ck-ai-form__submit","left","keystrokes","maxRows","focusFirst","uiLanguageDirection","right","queryView","460YIgPmZ","value","minRows","focusCycler","filteredView","fieldWrapperChildren","fire","children","requestAnimationFrame","showHistoryButtonView","isEnabled","focus","rtl","update","isEmpty","focusLast"];return(V=function(){return e})()}function G(e,t){const n=V();return(G=function(e,t){return n[e-=237]})(e,t)}!function(e){const t=G,n=e();for(;;)try{if(523193===parseInt(t(252))/1+-parseInt(t(242))/2+parseInt(t(255))/3+parseInt(t(293))/4*(-parseInt(t(251))/5)+-parseInt(t(238))/6*(parseInt(t(237))/7)+-parseInt(t(286))/8+-parseInt(t(256))/9*(-parseInt(t(268))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(V);class W extends s.AutocompleteView{[z(243)];[z(277)];constructor(e,t){const n=z;super(e,t),this[n(267)][n(289)][n(270)]=1,this[n(267)][n(289)][n(263)]=3,this[n(243)]=this[n(294)](),this[n(277)]=this[n(244)](),this[n(250)][n(247)](this[n(277)],1),this[n(250)][n(247)](this[n(243)])}[z(241)](){const e=z;super[e(241)](),this[e(267)][e(273)][e(247)](this[e(277)]),this[e(275)][e(247)](this[e(243)]),this[e(262)][e(258)](e(253),((t,n)=>{const r=e;t[r(259)]==this[r(267)][r(289)][r(240)]&&(this[r(284)](),n())}))}[z(294)](){const e=z,n=new s.ButtonView(this[e(246)]),r=this[e(246)];return n[e(258)]({icon:t.IconSubmit,label:v(r,e(257)),isVisible:!0,tooltip:!0,class:e(260)}),n.on(e(249),(()=>{this[e(284)]()})),n[e(290)](e(278)).to(this[e(267)][e(289)],e(282),this,e(278),((e,t)=>!e&&t)),n}[z(244)](){const e=z,n=new s.ButtonView(this[e(246)]),r=this[e(287)],o=this[e(246)];n[e(258)]({label:v(o,e(288)),withText:!1,icon:t.IconHistory,tooltip:!0,tooltipPosition:"sw",class:e(292)}),n[e(290)](e(285)).to(r,e(239)),n[e(290)](e(278)).to(this,e(278)),n.on(e(249),(()=>{const t=e;r[t(239)]=!r[t(239)],r[t(239)]?this[t(272)][t(279)]():this[t(279)]()}));const a=()=>{const t=e;i.global[t(254)][t(276)]((()=>{const e=t;if((0,i.isVisible)(this[e(240)])){const t=new i.Rect(this[e(267)][e(289)][e(240)]),r=t[e(245)],s=e(280)===o[e(265)]?e(261):e(266);t[e(291)](),n[e(240)][e(248)][s]=r-t[e(245)]+1+"px"}}))};return this[e(267)][e(289)].on(e(281),a),this.on(e(241),a),n}[z(284)](){const e=z,t=this[e(267)][e(289)][e(240)][e(269)];this[e(274)](e(284),t)}[z(279)](e){const t=z;-1===e?this[t(271)][t(283)]():this[t(271)][t(264)]()}}function K(e,t){const n=Q();return(K=function(e,t){return n[e-=380]})(e,t)}const J=K;function Q(){const e=["clearHistoryButton","2712AmpETF","2166170bTZQbw","label","fire","filter","96fBZFPy","505956ytCWdk","historyGroupView","18ckFGvZ","children","Clear","execute","9dOWnIu","set","50jmYzjx","length","43059fuAyzQ","559258BunnUn","182646qDUyFQ","clearHistory","4655tCXaut","add","_createClearHistoryButton","items","Prompt history","delegate","357264TuwNKX","locale"];return(Q=function(){return e})()}!function(e){const t=K,n=e();for(;;)try{if(217709===parseInt(t(394))/1+-parseInt(t(395))/2+-parseInt(t(390))/3*(parseInt(t(404))/4)+-parseInt(t(392))/5*(parseInt(t(396))/6)+parseInt(t(398))/7*(parseInt(t(407))/8)+parseInt(t(386))/9*(parseInt(t(408))/10)+parseInt(t(384))/11*(parseInt(t(383))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Q);class Y extends s.ListView{[J(385)];[J(406)];constructor(e){const t=J;super(e),this[t(406)]=this[t(400)](),this[t(385)]=new s.ListItemGroupView,this[t(385)][t(387)][t(399)](this[t(406)],1),this[t(385)][t(380)]=v(e,t(402)),this[t(385)][t(401)][t(403)](t(389)).to(this),this[t(401)][t(399)](this[t(385)])}[J(382)](){const e=J;let t=0;for(const n of this[e(401)])t+=n[e(401)][e(393)];return{resultsCount:t,totalItemsCount:t}}[J(400)](){const e=J,t=this[e(405)],n=new s.ButtonView(this[e(405)]);return n[e(391)]({label:"("+v(t,e(388))+")",withText:!0}),n.on(e(389),(()=>this[e(381)](e(397)))),n}}const Z={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"};function X(e){if(null==e)return"";if(Array.isArray(e))return e.map(X).join(",");const t=String(e);return"0"===t&&Object.is(Number(e),-0)?"-0":t}function ee(e){return function(e){return e.replace(/&(?:amp|lt|gt|quot|#(0+)?39);/g,(e=>Z[e]||"'"))}(X(e))}function te(){const e=["children","locale","604653dEqWcb","623871rxqzQL","4666921FEHILK","set","513538HIAKBo","196GOCxHg","276036MzfAXH","fire","63845AUmuSS","prompt","12667056vuXDus","execute","add"];return(te=function(){return e})()}function ne(e,t){const n=te();return(ne=function(e,t){return n[e-=334]})(e,t)}!function(e){const t=ne,n=e();for(;;)try{if(434097===parseInt(t(338))/1+parseInt(t(341))/2+-parseInt(t(337))/3+-parseInt(t(342))/4*(-parseInt(t(345))/5)+parseInt(t(343))/6+parseInt(t(339))/7+-parseInt(t(347))/8)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(te);class re extends s.ListItemView{constructor(e){const t=ne;super();const n=new s.ButtonLabelView,r=new s.ButtonView(this[t(336)],n);this[t(335)][t(334)](r),r[t(340)]({label:e[t(346)],withText:!0}),r.on(t(348),(()=>{const n=t;this[n(344)](n(348),{value:ee(e[n(346)])})}))}}function ie(e,t){const n=oe();return(ie=function(e,t){return n[e-=425]})(e,t)}const se=ie;function oe(){const e=["_saveToSessionStorage","length","stringify","_loadFromSessionStorage","prompt","4794296CTyERP","386949aPyHpm","parse","toLowerCase","getItem","setItem","85eFMVeO","CKEditor/AIFormView/PromptHistory","8224476xyvkyF","3873hDHndA","addMany","remove","last","1539tEGvGU","109688ZfjMnM","1014uPnmGD","trim","11dbDOYG","map","210973nydIiI","7120eNFSRZ","186CHejBc","add"];return(oe=function(){return e})()}!function(e){const t=ie,n=e();for(;;)try{if(505163===-parseInt(t(444))/1+parseInt(t(430))/2*(parseInt(t(452))/3)+parseInt(t(429))/4*(parseInt(t(449))/5)+parseInt(t(436))/6*(parseInt(t(434))/7)+-parseInt(t(443))/8+parseInt(t(428))/9*(parseInt(t(435))/10)+-parseInt(t(432))/11*(parseInt(t(451))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(oe);const ae=se(450);class ce extends i.Collection{constructor(){const e=se;super(),this[e(441)](),this.on(e(437),((t,n)=>{const r=e,i=ue(n[r(442)]);for(const e of this)if(e!=n&&ue(e[r(442)])===i){this[r(426)](e);break}this[r(439)]>20&&this[r(426)](this[r(427)]),this[r(438)]()})),this.on(e(426),(()=>{this[e(438)]()}))}[se(441)](){const e=se,t=sessionStorage[e(447)](ae)||"[]";this[e(425)](JSON[e(445)](t))}[se(438)](){const e=se;sessionStorage[e(448)](ae,JSON[e(440)](this[e(433)]((e=>e))))}}function ue(e){const t=se;return e[t(446)]()[t(431)]()}const de={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function le(e){return X(e).replace(/[&<>"']/g,(e=>de[e]))}const he=fe;function fe(e,t){const n=pe();return(fe=function(e,t){return n[e-=167]})(e,t)}function pe(){const e=["4093410mDRsdx","stopButton","keystrokes","_promptHistory","errorView","focusLast","ck-ai-form","insertButton","isVisible","mainAction","Ask AI to edit or generate","_createToolbar","value","setTemplate","high","tab","focusFirst","toolbar","trim","isEnabled","submit","Empty history","bind","_createPromptView","Ask AI and your prompts will be listed here for you to use later.","36wpEFCh","focusTracker","reset","_focusables","items","element","listenTo","focusCycler","40dEFwvf","execute","render","1078024Fbgtwb","div","2725255TIyYtg","AI_ERROR_FAILED","set","locale","promptView","bindTo","bindTemplate","isProcessing","1535013RdFbCe","text","add","label","fire","_createHistoryView","delegate","finishProcessing","isError","replaceContent","focus","historyGroupView","startProcessing","chain","handleError","submitPrompt","contentArea","8899572MLvYTT","ck-hidden","prompt","REPLACE","shift + tab","search","25339xkvAPh","insertContentBelow","fieldView","tryAgainButton","replaceButton","Ask AI to improve generated text","5309624CZqubp","copyButtonView","clearHistory","ck-ai-form-content","createCollection","tryAgainEvent","stopProcessing","28uYusUK","clear","queryView"];return(pe=function(){return e})()}!function(e){const t=fe,n=e();for(;;)try{if(929210===-parseInt(t(240))/1*(-parseInt(t(204))/2)+parseInt(t(217))/3+-parseInt(t(246))/4+parseInt(t(209))/5+-parseInt(t(234))/6+parseInt(t(168))/7*(parseInt(t(207))/8)+parseInt(t(196))/9*(parseInt(t(171))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(pe);class me extends s.View{[he(197)];[he(173)];[he(233)];[he(188)];[he(213)];[he(175)];[he(199)];[he(203)];[he(174)];constructor(e,t,n=""){const r=he;super(e),this[r(211)](r(190),!0),this[r(211)](r(216),!1),this[r(211)](r(236),""),this[r(211)](r(183),""),this[r(211)](r(225),!1),this[r(211)](r(180),O[r(237)]),this[r(174)]=new ce,this[r(175)]=new j(e),this[r(233)]=new B(e,n),this[r(233)][r(193)](r(216)).to(this),this[r(233)][r(193)](r(183)).to(this),this[r(188)]=this[r(182)](),this[r(188)][r(193)](r(180)).to(this),this[r(213)]=this[r(194)](),this[r(197)]=new i.FocusTracker,this[r(173)]=new i.KeystrokeHandler,this[r(199)]=this[r(250)]([this[r(233)],this[r(233)][r(247)],this[r(188)],this[r(213)]]),this[r(203)]=new s.FocusCycler({focusables:this[r(199)],focusTracker:this[r(197)],keystrokeHandler:this[r(173)],actions:{focusPrevious:r(238),focusNext:r(186)}}),this[r(203)][r(230)](this[r(213)][r(203)]),this[r(213)][r(170)][r(242)][r(193)](r(183)).to(this,r(236));const o=this[r(215)];this[r(184)]({tag:r(208),attributes:{class:["ck",r(177),t],tabindex:"-1"},children:[{tag:r(208),attributes:{class:["ck",r(249)]},children:[{tag:r(208),attributes:{class:[o.if(r(225),r(235),(e=>!e))]},children:[this[r(175)]]},this[r(233)],this[r(188)],this[r(213)]]}]})}[he(206)](){const e=he;super[e(206)](),this[e(197)][e(219)](this[e(233)][e(201)]),this[e(197)][e(219)](this[e(233)][e(247)][e(201)]),this[e(197)][e(219)](this[e(188)][e(201)]),this[e(197)][e(219)](this[e(213)][e(201)]),this[e(173)][e(202)](this[e(201)])}[he(227)](e=1){const t=he;-1===e?this[t(203)][t(176)]():this[t(203)][t(187)]()}[he(198)](){const e=he;this[e(236)]="",this[e(183)]="",this[e(225)]=!1,this[e(213)][e(198)](),this[e(233)][e(179)]=!1,this[e(188)][e(179)]=!1}[he(194)](){const e=he,t=this[e(212)],n=new W(t,{queryView:{label:v(t,e(181)),creator:s.createLabeledTextarea,showIcon:!1,showResetButton:!1},infoView:{text:{noSearchableItems:{primary:v(t,e(192)),secondary:v(t,e(195))}}},filteredView:this[e(222)](),queryMinChars:1/0,resetOnBlur:!1});return n[e(193)](e(190)).to(this,e(190),this,e(216),((e,t)=>e&&!t)),this[e(202)](n,e(191),((t,n)=>{const r=e;this[r(236)]=n;const i=le(n);this[r(221)](r(232),i),n[r(189)]()&&this[r(174)][r(219)]({prompt:i},0)}),{priority:e(185)}),n}[he(222)](){const e=he,t=new Y(this[e(212)]);return t[e(228)][e(200)][e(214)](this[e(174)]).as(re),t.on(e(248),(()=>{const t=e;this[t(174)][t(169)](),this[t(213)][t(239)](""),this[t(213)][t(227)]()})),t}[he(182)](){const e=he,t=new L(this[e(212)]);return t[e(244)][e(193)](e(190)).to(this,e(190),this,e(216),this,e(183),((e,t,n)=>e&&!t&&!!n)),t[e(244)][e(223)](e(205)).to(this,e(226)),t[e(178)][e(193)](e(190)).to(this,e(190),this,e(216),this,e(183),((e,t,n)=>e&&!t&&!!n)),t[e(178)][e(223)](e(205)).to(this,e(241)),t[e(243)][e(193)](e(190)).to(this,e(190),this,e(216),((e,t)=>e&&!t)),t[e(243)][e(223)](e(205)).to(this,e(251)),t[e(172)][e(193)](e(190)).to(this,e(216)),t[e(172)][e(223)](e(205)).to(this,e(167)),t}[he(229)](){const e=he;this[e(183)]="",this[e(225)]=!1,this[e(216)]=!0,this[e(233)][e(179)]=!0,this[e(188)][e(179)]=!0,this[e(233)][e(227)]()}[he(224)](){const e=he,t=this[e(212)];this[e(216)]=!1,this[e(236)]="",this[e(213)][e(198)](),this[e(183)]&&(this[e(213)][e(170)][e(220)]=v(t,e(245)))}[he(231)](e){const t=he,n=this[t(212)];this[t(224)](),this[t(225)]=!0,this[t(175)][t(218)]=e||v(n,t(210)),this[t(183)]||(this[t(233)][t(179)]=!1)}}var ge=n(673),ye=n.n(ge),we=n(545),be=n.n(we),ve=n(262),ke=n.n(ve),Se=n(667),Ae=n.n(Se),Ee=n(357),Ie=n.n(Ee),xe=n(379),_e={attributes:{"data-cke":!0}};_e.setAttributes=Ae(),_e.insert=ke().bind(null,"head"),_e.domAPI=be(),_e.insertStyleElement=Ie();ye()(xe.A,_e);xe.A&&xe.A.locals&&xe.A.locals;var Re=n(181),Pe={attributes:{"data-cke":!0}};Pe.setAttributes=Ae(),Pe.insert=ke().bind(null,"head"),Pe.domAPI=be(),Pe.insertStyleElement=Ie();ye()(Re.A,Pe);Re.A&&Re.A.locals&&Re.A.locals;var Ce=n(676),Me={attributes:{"data-cke":!0}};Me.setAttributes=Ae(),Me.insert=ke().bind(null,"head"),Me.domAPI=be(),Me.insertStyleElement=Ie();ye()(Ce.A,Me);Ce.A&&Ce.A.locals&&Ce.A.locals;const Te=Oe;function Oe(e,t){const n=Ne();return(Oe=function(e,t){return n[e-=330]})(e,t)}!function(e){const t=Oe,n=e();for(;;)try{if(967569===parseInt(t(427))/1+-parseInt(t(336))/2+parseInt(t(493))/3*(parseInt(t(409))/4)+parseInt(t(411))/5*(parseInt(t(474))/6)+-parseInt(t(399))/7+-parseInt(t(368))/8+parseInt(t(344))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ne);const Le=globalThis[Te(379)];function Ne(){const e=["menuitemcheckbox","ai.useTheme","addMany","set","define","pluginName","promptView","tableOfContents","copy","ai-commands-config-order-collision","buttons","editor","11008632PFFKRF","updatePosition","delegate","get","AI is writing","AIAssistantUI","custom","destroy","featureNotAllowed","splice","from","DataTransfer","insertContent","editing","groupId","hide","model","AI Assistant","setSelection"," ck-ai-assistant-ui_theme","componentFactory","change:isError","panelView","getSelectedElement","menuBar:aiAssistant","REPLACE","commands","init","enabledCommandsIds","queryView","reset","9501996JmBNPn","filter","hideFakeVisualSelection","_aiAssistantController","_createAIAssistantUIButton","locale","domainLimit","getData","_populateMenuBarMenu","errorView","3569268OmtCoT","contentArea","9587670sjqaZH","media","render","replace","updateView","aiLicenseKeyValid","_showLicenseError","ai.aiAssistant.contentAreaCssClass","trialLimit","selection","prompt","map","aiLicenseKeyDomainLimit","textAdapter","config","Generated content: %0","1258506rWJHZP","showFakeVisualSelection","isPremiumPlugin","trim","aiLicenseKeyNotAllowed","change","polite","_aiAdapter","showUI","isOfficialPlugin","children","groupLabel","_uiCssClasses","getSelectedBlocks","aiLicenseKeyEvaluationLimit","forEach","menuBar:aiCommands","</p>","view","text/html","length","ai.aiAssistant.commands","sort","update","AIAssistant","INSERT","document","ai.aiAssistant.disabledElements","_dialog","once","ck-ai-assistant-ui","aiLicenseKeyUsageLimit","ck-ai-commands-dropdown ","fire","isFlat","licenseKey","Error during AI content generation: %0","EDITOR_TOP_SIDE","announce","push","<p>","fieldView","usageLimit","getRanges","show","listenTo","currentContext","6ukpuFG","body","source","isOn","focus","expired","text","plugins","_commandDefinitions","requiresContent","_getResolvedCommandsDefinitions","_formView","_getMenuBarGroupButtons","menuPanelClass","values","AI Commands","requires","aiAssistant","aiLicenseKeyExpired","6CQWTjH","isEnabled","order","command:","wasMoved","items","_initView","isCollapsed","change:isProcessing","includes","add","evaluationLimit","menuView","_forceMarkersCopy","aiCommands","_licenseKeyCheckInterval","aiLicenseKeyTrialLimit","invalid","2671880EUntQy","getLimitElement","hideUI","change:enabledCommandsIds","insertContentBelow","replaceContent","label","_initAriaAiStatusChangeAnnouncements","687078nbUstl","change:value","schema","aiLicenseKeyInvalid","bind","_onExecute","execute","comment","ck-ai-assistant-button ","rawHtml","buttonView","showAIAssistant"];return(Ne=function(){return e})()}class $e extends e.Plugin{[Te(462)];[Te(333)];[Te(455)];[Te(485)];[Te(434)];[Te(402)];[Te(439)]="";static get[Te(361)](){return Te(373)}static get[Te(436)](){return!0}static get[Te(429)](){return!0}static get[Te(490)](){return[a.ClipboardMarkersUtils,p,w,s.Dialog]}constructor(e){const t=Te;super(e),e[t(425)][t(360)](t(454),[t(412),t(353),t(363)]),e[t(425)][t(360)](t(418),""),e[t(425)][t(360)](t(357),!0),this[t(439)]=t(457)+(e[t(425)][t(371)](t(357))?t(387):"")}[Te(395)](){const e=Te,{editor:n}=this;this[e(434)]=n[e(481)][e(371)](w),this[e(455)]=n[e(481)][e(371)](s.Dialog),this[e(485)]=null,this[e(482)]=this[e(484)]();const r=new S(n,Array[e(378)](this[e(482)][e(488)]()));n[e(394)][e(503)](e(355),r),n.ui[e(388)][e(503)](e(332),(i=>{const a=e,c=(0,s.createDropdown)(i);return c[a(359)]({class:a(459)+this[a(439)]}),c[a(354)][a(359)]({label:v(i,a(489)),icon:t.IconMagicWand,tooltip:!0}),c.on(a(350),(e=>this[a(349)](e[a(476)].id))),(0,s.addMenuToDropdown)(c,n.ui[a(445)][a(475)],function(e){const t=a,n=o(e[t(425)][t(371)](t(448)),e[t(404)]),r=Fe(e,n)[t(400)]((e=>e[t(394)][t(447)]));return 1===r[t(447)]?Fe(e,r[0][t(394)])[t(422)]((e=>({id:e.id,label:e[t(342)]}))):r[t(422)]((n=>{const r=t,{groupId:i,groupLabel:s,commands:o}=n;return{id:i,menu:s||i,children:Fe(e,o)[r(422)]((e=>({id:e.id,label:e[r(342)]})))}}))}(n),{ariaLabel:v(i,a(489))}),c[a(330)][a(487)]=a(459)+this[a(439)],r.on(a(339),u),c[a(330)][a(456)](a(413),u),c;function u(){const e=a;c[e(494)]=r[e(396)][e(447)]>0;for(const t of c[e(330)][e(366)])t[e(494)]=r[e(396)][e(502)](t.id)}})),n.ui[e(388)][e(503)](e(443),(i=>{const a=e,c=new s.MenuBarMenuView(i);c[a(354)][a(359)]({label:v(i,a(489)),icon:t.IconMagicWand}),c[a(348)](a(494)).to(r,a(396),(e=>e[a(447)]>0));const u=o(n[a(425)][a(371)](a(448)),i);return this[a(407)](r,c,u,(e=>this[a(349)](e))),c})),n.ui[e(388)][e(503)](e(491),(()=>{const t=e,n=this[t(403)](s.ButtonView);return n[t(359)]({tooltip:!0,class:t(352)+this[t(439)]}),n})),n.ui[e(388)][e(503)](e(392),(()=>{const t=e,n=this[t(403)](s.MenuBarMenuListItemButtonView);return n[t(359)]({role:t(356)}),n})),this[e(462)]=this[e(367)][e(425)][e(371)](e(462));const i=this[e(367)];this[e(333)]=setInterval((()=>{const t=e;let n;for(const e in i){const r=e,s=i[r];if(t(416)==s||t(347)==s||t(492)==s||t(423)==s||t(431)==s||t(441)==s||t(334)==s||t(458)==s){delete i[r],n=s,clearInterval(this[t(333)]),this[t(333)]=void 0;break}}t(347)==n&&i[t(417)](t(335)),t(492)==n&&i[t(417)](t(479)),t(423)==n&&i[t(417)](t(405)),t(431)==n&&i[t(417)](t(376),t(451)),t(441)==n&&i[t(417)](t(504)),t(334)==n&&i[t(417)](t(419)),t(458)==n&&i[t(417)](t(469))}),1e3)}[Te(375)](){const e=Te;super[e(375)](),this[e(333)]&&clearInterval(this[e(333)])}[Te(435)](e="",n="",r=Te(374)){const i=Te,o=this[i(367)],u=o[i(381)][i(445)],d=o[i(481)][i(371)](p),l=o[i(481)][i(371)](a.ClipboardMarkersUtils);d[i(428)]();const h=new Le,f=new ClipboardEvent(i(364),{clipboardData:h}),m=new c.DataTransfer(h),g=new c.DomEventData(u,f,{dataTransfer:m});l[i(331)](i(351),(()=>{const e=i;u[e(453)][e(460)](e(364),g)})),this[i(485)]||(this[i(499)](),this[i(402)]=new C(o,this[i(434)][i(424)],this[i(485)]));let y=m[i(406)](i(446));const w=o[i(384)][i(453)][i(420)],b=Array[i(378)](w[i(470)]());1===b[i(447)]&&b[0][i(461)]&&!w[i(391)]()&&""!==y[i(414)](/&nbsp;/g,"")[i(430)]()&&(y=i(467)+y+i(444)),this[i(402)][i(415)]({actionId:r,query:e,htmlContent:y,label:n,mainActionLabel:O[o[i(384)][i(453)][i(420)][i(500)]?i(452):i(393)]}),i(491)!==this[i(455)].id?this[i(455)][i(471)]({id:i(491),icon:t.IconRobotPencil,title:v(this[i(367)][i(404)],i(385)),content:this[i(485)],position:s.DialogViewPosition[i(464)],onShow:()=>{const e=i;this[e(485)][e(478)]()},onHide:()=>{const e=i;this[e(402)][e(398)](),d[e(401)]()}}):this[i(455)][i(445)][i(497)]||this[i(455)][i(445)][i(369)]()}[Te(338)](){const e=Te;this[e(455)][e(383)]()}[Te(484)](){const e=Te,t=new Map,n=o(this[e(367)][e(425)][e(371)](e(448)),this[e(367)][e(404)]);for(const r of n)for(const n of r[e(394)])t[e(359)](n.id,{...n,groupId:r[e(382)],groupLabel:r[e(438)]||r[e(382)]});return t}[Te(403)](e){const n=Te,r=this[n(367)],i=r[n(394)][n(371)](n(355)),s=new e(r[n(404)]);return s[n(359)]({label:v(r[n(404)],n(385)),icon:t.IconRobotPencil,isToggleable:!0}),s[n(348)](n(494)).to(i),s[n(348)](n(477)).to(this[n(455)],"id",(e=>n(491)===e)),this[n(472)](s,n(350),(()=>{const e=n;s[e(477)]?this[e(338)]():i[e(350)]()})),s}[Te(499)](){const e=Te,t=this[e(367)][e(481)][e(371)](p);this[e(485)]=new me(this[e(367)][e(404)],this[e(439)],this[e(367)][e(425)][e(371)](e(418))),this[e(485)].on(e(345),(()=>{const t=e;this[t(455)][t(445)][t(497)]||this[t(455)][t(445)][t(369)]()})),this[e(485)][e(362)][e(397)][e(468)].on(e(450),(()=>{const t=e;this[t(455)][t(445)][t(497)]||this[t(455)][t(445)][t(369)]()})),this[e(472)](this[e(485)],e(341),(()=>{const n=e;t[n(380)](this[n(402)][n(473)]),this[n(338)]()})),this[e(472)](this[e(485)],e(340),(()=>{const n=e;t[n(340)](this[n(402)][n(473)]),this[n(338)]()})),this[e(343)]()}[Te(343)](){const e=Te,{locale:t,ui:{ariaLiveAnnouncer:n}}=this[e(367)];this[e(485)][e(410)].on(e(501),((r,i,s)=>{const o=e,a=this[o(402)][o(473)];s?n[o(465)](v(t,o(372))):a&&n[o(465)](v(t,o(426),a),{politeness:o(433),isUnsafeHTML:!0})})),this[e(485)].on(e(389),((r,i,s)=>{const o=e;if(s){const e=this[o(485)][o(408)][o(480)];n[o(465)](v(t,o(463),e))}}))}[Te(349)](e){const t=Te,n=this[t(482)][t(371)](e),r=this[t(367)],s=r[t(384)][t(453)][t(420)],o=r[t(394)][t(371)](t(355)),a=r[t(481)][t(371)](p),c=("_ungrouppedCommands"!==n[t(382)]?n[t(438)]+": ":"")+n[t(342)];if(!1!==n[t(483)]&&s[t(500)]){const e=(0,i.first)(s[t(440)]())||r[t(384)][t(346)][t(337)](s);r[t(384)][t(432)]((n=>{n[t(386)](e,"in")}))}a[t(428)](),o[t(350)](n[t(421)],c,t(496)+e)}[Te(407)](e,t,n,r){const i=Te,o=this[i(367)],a=o[i(404)],c=new s.MenuBarMenuListView(a),u=Fe(o,n)[i(400)]((e=>e[i(394)][i(447)]));1===u[i(447)]?this[i(486)]({command:e,commands:u[0][i(394)],parentMenuView:t,onExecute:r})[i(442)]((e=>c[i(498)][i(503)](e))):u[i(442)]((({groupId:n,groupLabel:o,commands:u})=>{const d=i,l=new s.MenuBarMenuListItemView(a,t),h=new s.MenuBarMenuView(a),f=new s.MenuBarMenuListView(a),p=this[d(486)]({command:e,commands:u,parentMenuView:h,onExecute:r});h[d(354)][d(359)]({label:o||n}),h[d(370)](d(350)).to(t),f[d(498)][d(358)](p),h[d(390)][d(437)][d(503)](f),l[d(437)][d(503)](h),c[d(498)][d(503)](l)})),t[i(390)][i(437)][i(503)](c)}[Te(486)]({command:e,commands:t,parentMenuView:n,onExecute:r}){const i=Te,o=this[i(367)],a=o[i(404)];return Fe(o,t)[i(422)]((t=>{const o=i,c=new s.MenuBarMenuListItemView(a,n),u=new s.MenuBarMenuListItemButtonView(a);return u[o(359)]({label:t[o(342)]}),u[o(370)](o(350)).to(n),u.on(o(350),(()=>r(t.id))),u[o(348)](o(494)).to(e,o(396),(e=>e[o(502)](t.id))),c[o(437)][o(503)](u),c}))}}function Ue(e,t){const n=Te;return void 0!==e[n(495)]&&void 0===t[n(495)]?1:void 0===e[n(495)]&&void 0!==t[n(495)]?-1:void 0!==e[n(495)]&&void 0!==t[n(495)]?e[n(495)]-t[n(495)]:0}function Fe(e,t){const n=Te;t[n(449)](Ue);const r={},s=[];for(const o of t)if(void 0!==o[n(495)]){if(o[n(495)]in r)throw new i.CKEditorError(n(365),e,{conflictingDefinitions:[o,r[o[n(495)]]]});r[o[n(495)]]=o,s[n(377)](o[n(495)],0,o)}else s[n(466)](o);return s}const Be=He;function De(){const e=["groupId","legal","includes","set","Translate the content to Spanish language.","requires","Arabic","Edit or review","locale","editOrReview","Translate","poetic","filter","Business","Simplify language","Rewrite this content as a poem using poetic techniques without losing the original meaning.","isPremiumPlugin","Translate the content to Arabic language.","Translate the content to Simplified Chinese language.","ai.aiAssistant.extraCommandGroups","journalism","summarize","confident","Hindi","Poetic","Summarize this content into one paragraph of text. Include only the key ideas and conclusions. Keep it short. Do not keep original text formatting.","changeStyle","changeTone","Improve this content by using descriptive language and inserting more information and more detailed explanations.","10068390mOaVsY","Journalism","get","Improve using casual, informal language to convey a casual conversation with a real person.","Simplify the writing style of this content and reduce the complexity, so that the content is easy to understand.","197805dTcpYr","Make longer","22578ghpDeK","Change style","find","translateHindi","Simplified Chinese","Translate the content to English language.","Direct","14530AJUVHO","Improve using friendly, comforting language, to convey understanding and empathy.","Improve using compelling, optimistic language to convey confidence in the writing.","isOfficialPlugin","business","improveWriting","ai.aiAssistant.commands","Portuguese","translateChinese","friendly","Make shorter","Casual","professional","translatePortuguese","Generate from selection","504UyamSb","Translate the content to Portuguese language.","ai.aiAssistant.preserveComments","Rewrite this content as a business professional with formal language.","concat","Improve writing","32aRXuqs","simplifyLanguage","ai.aiAssistant.removeCommands","generate","forEach","casual","10112328NlGMRz","Rewrite this content as a legal professional using valid legal terminology.","Translate the content to Hindi language.","Improve using direct language, using only the essential information.","86jaKbsC","French","Improve using polished, formal, and respectful language to convey professional expertise and competence.","translateGerman","Friendly","Start with the provided content and write at the end of it continuing this topic. Keep the added part short.","makeLonger","pluginName","Spanish","18029170LUIhZF","Confident","Rewrite this content as a journalist using engaging language to convey the importance of the information.","direct","config","commands","translateFrench","Legal","translate","translateEnglish","674052CxjlxC","continue","push","Professional","Continue","English","Fix spelling mistakes, use proper grammar and apply good writing practices. Do not lose the original meaning.","Summarize","Translate the content to French language.","German","Change tone","Translate the content to German language.","translateArabic","Remove any repetitive, redundant, or non-essential writing in this content without changing the meaning or losing any key information.","translateSpanish","AIAssistant","makeShorter","define"];return(De=function(){return e})()}!function(e){const t=He,n=e();for(;;)try{if(853664===parseInt(t(341))/1*(-parseInt(t(372))/2)+-parseInt(t(391))/3+parseInt(t(362))/4*(parseInt(t(332))/5)+parseInt(t(334))/6*(-parseInt(t(356))/7)+-parseInt(t(368))/8+parseInt(t(327))/9+parseInt(t(381))/10)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(De);class je extends e.Plugin{static get[Be(303)](){return[$e,p]}static get[Be(379)](){return Be(295)}static get[Be(344)](){return!0}static get[Be(314)](){return!0}constructor(e){const t=Be;super(e);const n=e[t(385)],r=e[t(306)];n[t(297)](t(358),!0),n[t(297)](t(347),function(e){const t=Be;return[{groupId:t(307),groupLabel:v(e,t(305)),commands:[{id:t(346),label:v(e,t(361)),prompt:t(397)},{id:t(296),label:v(e,t(351)),prompt:t(293)},{id:t(378),label:v(e,t(333)),prompt:t(326)},{id:t(363),label:v(e,t(312)),prompt:t(331)}]},{groupId:t(365),groupLabel:v(e,t(355)),commands:[{id:t(319),label:v(e,t(398)),prompt:t(323)},{id:t(392),label:v(e,t(395)),prompt:t(377)}]},{groupId:t(325),groupLabel:v(e,t(290)),commands:[{id:t(353),label:v(e,t(394)),prompt:t(374)},{id:t(367),label:v(e,t(352)),prompt:t(330)},{id:t(384),label:v(e,t(340)),prompt:t(371)},{id:t(320),label:v(e,t(382)),prompt:t(343)},{id:t(350),label:v(e,t(376)),prompt:t(342)}]},{groupId:t(324),groupLabel:v(e,t(335)),commands:[{id:t(345),label:v(e,t(311)),prompt:t(359)},{id:t(299),label:v(e,t(388)),prompt:t(369)},{id:t(318),label:v(e,t(328)),prompt:t(383)},{id:t(309),label:v(e,t(322)),prompt:t(313)}]},{groupId:t(389),groupLabel:v(e,t(308)),commands:[{id:t(390),label:v(e,t(396)),prompt:t(339)},{id:t(294),label:v(e,t(380)),prompt:t(302)},{id:t(354),label:v(e,t(348)),prompt:t(357)},{id:t(375),label:v(e,t(289)),prompt:t(291)},{id:t(387),label:v(e,t(373)),prompt:t(288)},{id:t(349),label:v(e,t(338)),prompt:t(316)},{id:t(337),label:v(e,t(321)),prompt:t(370)},{id:t(292),label:v(e,t(304)),prompt:t(315)}]}]}(r)),n[t(297)](t(317),[]),n[t(297)](t(364),[]);let i=o(n[t(329)](t(347)),r);const s=n[t(329)](t(317)),a=n[t(329)](t(364));s[t(366)]((e=>{const n=t,r=i[n(336)]((t=>t[n(298)]===e[n(298)]));r?r[n(386)]=r[n(386)][n(360)](e[n(386)]):i[n(393)](e)})),i=i[t(310)]((e=>!a[t(300)](e[t(298)]))),i[t(366)]((e=>{const n=t;e[n(386)]=e[n(386)][n(310)]((e=>!a[n(300)](e.id)))})),n[t(301)](t(347),i)}}function He(e,t){const n=De();return(He=function(e,t){return n[e-=288]})(e,t)}function qe(e,t){const n=Ve();return(qe=function(e,t){return n[e-=100]})(e,t)}const ze=qe;function Ve(){const e=["AI_ERROR_GET_HEADERS","6517pPzPTZ","18Wdqfvv","46047397mMzLTL","12GyzsOX","1155771qzPXLv","catch","makeRequest","requires","textAdapter","signal","plugins","editor","12BPTrrr","207CMmaPk","error","47368vZAKMU","aitextadapter-send-request-failed","resolve","get","name","792BdDpzH","AbortError","sendRequest","7644018HnNiow","aborted","3359630hWYDdI","assign","object","reject","abortController","locale","application/json","AI_ERROR_GET_PARAMETERS","_prepareRequestParameters","399515vTElBP","_prepareRequestHeaders","abort","init"];return(Ve=function(){return e})()}!function(e){const t=qe,n=e();for(;;)try{if(881647===parseInt(t(111))/1+-parseInt(t(122))/2*(-parseInt(t(120))/3)+parseInt(t(119))/4*(parseInt(t(102))/5)+parseInt(t(130))/6+-parseInt(t(107))/7*(-parseInt(t(127))/8)+-parseInt(t(108))/9*(-parseInt(t(132))/10)+-parseInt(t(109))/11*(parseInt(t(110))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ve);class Ge extends e.Plugin{[ze(136)];static get[ze(114)](){return[w]}constructor(e){const t=ze;super(e),this[t(136)]=new AbortController}[ze(105)](){const e=ze;this[e(118)][e(117)][e(125)](w)[e(115)]=this}[ze(104)](){const e=ze;this[e(136)][e(116)][e(131)]||(this[e(136)][e(104)](),this[e(136)]=new AbortController)}async[ze(113)](e){const t=ze;return this[t(129)](e)[t(112)]((e=>{const n=t;if(e instanceof b)return Promise[n(135)](e);if(n(128)==e[n(126)])return Promise[n(124)]();throw console[n(121)](e),new i.CKEditorError(n(123),null)}))}async[ze(103)](e,t){const n=ze,r=this[n(118)][n(137)],i={"Content-Type":n(138)};if(n(134)==typeof e)Object[n(133)](i,e);else if(e)try{const r=await e(t);Object[n(133)](i,r)}catch{return Promise[n(135)](new b(v(r,n(106))))}return i}async[ze(101)](e,t){const n=ze,r=this[n(118)][n(137)];if(n(134)==typeof e)return e;try{return await e(t)}catch{return Promise[n(135)](new b(v(r,n(100))))}}}const We=Je;!function(e){const t=Je,n=e();for(;;)try{if(879640===parseInt(t(468))/1*(parseInt(t(501))/2)+-parseInt(t(467))/3+parseInt(t(485))/4+parseInt(t(496))/5*(-parseInt(t(461))/6)+parseInt(t(492))/7+parseInt(t(488))/8+-parseInt(t(479))/9*(parseInt(t(449))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Qe);class Ke extends Ge{[We(471)];[We(477)];[We(514)];static get[We(463)](){return We(475)}constructor(e){const t=We;super(e),e[t(499)][t(487)](t(506),t(454)),e[t(499)][t(446)](t(469))||e[t(499)][t(487)](t(469),{model:t(509),max_tokens:2e3,temperature:1,top_p:1,stream:!0}),this[t(471)]=e[t(499)][t(446)](t(506)),this[t(477)]=e[t(499)][t(446)](t(466))||{},this[t(514)]=e[t(499)][t(446)](t(469))}async[We(490)]({query:e,context:t,onData:n,actionId:r}){const i=We,s=this[i(452)][i(510)],o=await this[i(448)](e,t,r),a=await this[i(470)](this[i(477)],r),c=await this[i(502)](this[i(514)],r),u={messages:o,...c},d={method:i(507),headers:a,body:JSON[i(462)](u),signal:this[i(493)][i(455)]},l=await fetch(this[i(471)],d);if(l.ok)return c[i(497)]?await this[i(476)](l,n):await this[i(482)](l,n),Promise[i(511)]();{const e=await l[i(465)]();return e[i(504)](i(505))?Promise[i(494)](new b(v(s,i(451)))):e[i(504)](i(500))?Promise[i(494)](new b(v(s,i(483)))):Promise[i(494)](new Error(e))}}async[We(448)](e,t,n){const r=We;let i,s;return t?(i=r(478),s=r(508)+e+r(459)+t):(i=r(512),s=e),[{role:r(473),content:i},{role:r(495),content:s}]}async[We(476)](e,t){const n=We,r=e[n(503)][n(481)](),i=new TextDecoder;let s="",o="",a="",c=!1;for(;!c;){const{done:e,value:u}=await r[n(445)](),d=s+i[n(486)](u);let l="";c=e;try{l=this[n(498)](d),s=""}catch{s=d;continue}o+=l,!c&&this[n(450)](o)||o&&(a+=o,o="",t(a))}return Promise[n(511)]()}async[We(482)](e,t){const n=We;return t((await e[n(464)]())[n(447)][0][n(458)][n(480)]),Promise[n(511)]()}[We(450)](e){const t=We,n=e[t(456)]("<")[t(457)]!==e[t(456)](">")[t(457)],r=e[t(457)]<30;return n&&r}[We(498)](e){const t=We;return e[t(456)](/\n(?![^{]*\})/g)[t(489)]((e=>e[t(460)](t(513),"")))[t(453)]((e=>e&&e[t(457)]>0&&t(484)!==e))[t(489)]((e=>{const n=t,{choices:r}=JSON[n(474)](e);if(r[0]?.[n(472)]?.[n(480)])return r[0][n(472)][n(480)]}))[t(453)]((e=>e))[t(491)]("")}}function Je(e,t){const n=Qe();return(Je=function(e,t){return n[e-=445]})(e,t)}function Qe(){const e=["editor","filter","https://api.openai.com/v1/chat/completions","signal","split","length","message","\nYou must keep the text formatting.\n\nContent:\n","replace","1098eFUwBC","stringify","pluginName","json","text","ai.openAI.requestHeaders","442443tYdzQD","1kNzbRS","ai.openAI.requestParameters","_prepareRequestHeaders","_apiUrl","delta","system","parse","OpenAITextAdapter","_readStreamableResponse","_requestHeaders","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.","10303695VQBVXk","content","getReader","_readStaticResponse","AI_ERROR_MODERATION","[DONE]","467612MIDIRx","decode","define","13252800TgDztj","map","sendRequest","join","9094561SPqfVi","abortController","reject","user","32610qEKoGL","stream","_cleanUpData","config","Moderation","2875262VqyxYs","_prepareRequestParameters","body","includes","context_length_exceeded","ai.openAI.apiUrl","POST","Instruction:\n","gpt-3.5-turbo","locale","resolve","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.","data: ","_requestParameters","read","get","choices","prepareMessages","20MqwFsP","_isBufferIncomplete","AI_ERROR_CONTEXT_LENGTH"];return(Qe=function(){return e})()}const Ye=e=>{let t=e.httpHandler;return{setHttpHandler(e){t=e},httpHandler:()=>t,updateHttpClientConfig(e,n){t.updateHttpClientConfig(e,n)},httpHandlerConfigs:()=>t.httpHandlerConfigs()}};var Ze,Xe,et,tt;!function(e){e.HEADER="header",e.QUERY="query"}(Ze||(Ze={})),function(e){e.HEADER="header",e.QUERY="query"}(Xe||(Xe={})),function(e){e.HTTP="http",e.HTTPS="https"}(et||(et={})),function(e){e.MD5="md5",e.CRC32="crc32",e.CRC32C="crc32c",e.SHA1="sha1",e.SHA256="sha256"}(tt||(tt={}));var nt;!function(e){e[e.HEADER=0]="HEADER",e[e.TRAILER=1]="TRAILER"}(nt||(nt={}));const rt="__smithy_context";var it,st;!function(e){e.PROFILE="profile",e.SSO_SESSION="sso-session",e.SERVICES="services"}(it||(it={})),function(e){e.HTTP_0_9="http/0.9",e.HTTP_1_0="http/1.0",e.TDS_8_0="tds/8.0"}(st||(st={}));class ot{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 ot({...e,headers:{...e.headers}});var n;return t.query&&(t.query=(n=t.query,Object.keys(n).reduce(((e,t)=>{const r=n[t];return{...e,[t]:Array.isArray(r)?[...r]:r}}),{}))),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 ot.clone(this)}}class at{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 ct={name:"hostHeaderMiddleware",step:"build",priority:"low",tags:["HOST"],override:!0},ut=e=>({applyToStack:t=>{t.add((e=>t=>async n=>{if(!ot.isInstance(n.request))return t(n);const{request:r}=n,{handlerProtocol:i=""}=e.requestHandler.metadata||{};if(i.indexOf("h2")>=0&&!r.headers[":authority"])delete r.headers.host,r.headers[":authority"]=r.hostname+(r.port?":"+r.port:"");else if(!r.headers.host){let e=r.hostname;null!=r.port&&(e+=`:${r.port}`),r.headers.host=e}return t(n)})(e),ct)}}),dt={name:"loggerMiddleware",tags:["LOGGER"],step:"initialize",override:!0},lt="X-Amzn-Trace-Id",ht={step:"build",tags:["RECURSION_DETECTION"],name:"recursionDetectionMiddleware",override:!0,priority:"low"},ft=e=>({applyToStack:t=>{t.add((e=>t=>async n=>{const{request:r}=n;if(!ot.isInstance(r)||"node"!==e.runtime||r.headers.hasOwnProperty(lt))return t(n);const i=process.env.AWS_LAMBDA_FUNCTION_NAME,s=process.env._X_AMZN_TRACE_ID,o=e=>"string"==typeof e&&e.length>0;return o(i)&&o(s)&&(r.headers[lt]=s),t({...n,request:r})})(e),ht)}});const pt=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}$"),mt=e=>pt.test(e)||e.startsWith("[")&&e.endsWith("]"),gt=new RegExp("^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$"),yt=(e,t=!1)=>{if(!t)return gt.test(e);const n=e.split(".");for(const e of n)if(!yt(e))return!1;return!0},wt={},bt="endpoints";function vt(e){return"object"!=typeof e||null==e?e:"ref"in e?`$${vt(e.ref)}`:"fn"in e?`${e.fn}(${(e.argv||[]).map(vt).join(", ")})`:JSON.stringify(e,null,2)}class kt extends Error{constructor(e){super(e),this.name="EndpointError"}}const St=(e,t)=>(e=>{const t=e.split("."),n=[];for(const r of t){const t=r.indexOf("[");if(-1!==t){if(r.indexOf("]")!==r.length-1)throw new kt(`Path: '${e}' does not end with ']'`);const i=r.slice(t+1,-1);if(Number.isNaN(parseInt(i)))throw new kt(`Invalid array index: '${i}' in path: '${e}'`);0!==t&&n.push(r.slice(0,t)),n.push(i)}else n.push(r)}return n})(t).reduce(((n,r)=>{if("object"!=typeof n)throw new kt(`Index '${r}' in '${t}' not found in '${JSON.stringify(e)}'`);return Array.isArray(n)?n[parseInt(r)]:n[r]}),e),At={[et.HTTP]:80,[et.HTTPS]:443},Et={booleanEquals:(e,t)=>e===t,getAttr:St,isSet:e=>null!=e,isValidHostLabel:yt,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:n,protocol:r="",path:i="",query:s={}}=e,o=new URL(`${r}//${t}${n?`:${n}`:""}${i}`);return o.search=Object.entries(s).map((([e,t])=>`${e}=${t}`)).join("&"),o}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 n=t.href,{host:r,hostname:i,pathname:s,protocol:o,search:a}=t;if(a)return null;const c=o.slice(0,-1);if(!Object.values(et).includes(c))return null;const u=mt(i);return{scheme:c,authority:`${r}${n.includes(`${r}:${At[c]}`)||"string"==typeof e&&e.includes(`${r}:${At[c]}`)?`:${At[c]}`:""}`,path:s,normalizedPath:s.endsWith("/")?s:`${s}/`,isIp:u}},stringEquals:(e,t)=>e===t,substring:(e,t,n,r)=>t>=n||e.length<n?null:r?e.substring(e.length-n,e.length-t):e.substring(t,n),uriEncode:e=>encodeURIComponent(e).replace(/[!*'()]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},It=(e,t)=>{const n=[],r={...t.endpointParams,...t.referenceRecord};let i=0;for(;i<e.length;){const t=e.indexOf("{",i);if(-1===t){n.push(e.slice(i));break}n.push(e.slice(i,t));const s=e.indexOf("}",t);if(-1===s){n.push(e.slice(t));break}"{"===e[t+1]&&"}"===e[s+1]&&(n.push(e.slice(t+1,s)),i=s+2);const o=e.substring(t+1,s);if(o.includes("#")){const[e,t]=o.split("#");n.push(St(r[e],t))}else n.push(r[o]);i=s+1}return n.join("")},xt=(e,t,n)=>{if("string"==typeof e)return It(e,n);if(e.fn)return _t(e,n);if(e.ref)return(({ref:e},t)=>({...t.endpointParams,...t.referenceRecord}[e]))(e,n);throw new kt(`'${t}': ${String(e)} is not a string, function or reference.`)},_t=({fn:e,argv:t},n)=>{const r=t.map((e=>["boolean","number"].includes(typeof e)?e:xt(e,"arg",n))),i=e.split(".");return i[0]in wt&&null!=i[1]?wt[i[0]][i[1]](...r):Et[e](...r)},Rt=({assign:e,...t},n)=>{if(e&&e in n.referenceRecord)throw new kt(`'${e}' is already defined in Reference Record.`);const r=_t(t,n);return n.logger?.debug?.(`${bt} evaluateCondition: ${vt(t)} = ${vt(r)}`),{result:""===r||!!r,...null!=e&&{toAssign:{name:e,value:r}}}},Pt=(e=[],t)=>{const n={};for(const r of e){const{result:e,toAssign:i}=Rt(r,{...t,referenceRecord:{...t.referenceRecord,...n}});if(!e)return{result:e};i&&(n[i.name]=i.value,t.logger?.debug?.(`${bt} assign: ${i.name} := ${vt(i.value)}`))}return{result:!0,referenceRecord:n}},Ct=(e,t)=>Object.entries(e).reduce(((e,[n,r])=>({...e,[n]:r.map((e=>{const r=xt(e,"Header value entry",t);if("string"!=typeof r)throw new kt(`Header '${n}' value '${r}' is not a string`);return r}))})),{}),Mt=(e,t)=>{if(Array.isArray(e))return e.map((e=>Mt(e,t)));switch(typeof e){case"string":return It(e,t);case"object":if(null===e)throw new kt(`Unexpected endpoint property: ${e}`);return Tt(e,t);case"boolean":return e;default:throw new kt("Unexpected endpoint property type: "+typeof e)}},Tt=(e,t)=>Object.entries(e).reduce(((e,[n,r])=>({...e,[n]:Mt(r,t)})),{}),Ot=(e,t)=>{const n=xt(e,"Endpoint URL",t);if("string"==typeof n)try{return new URL(n)}catch(e){throw console.error(`Failed to construct URL with ${n}`,e),e}throw new kt("Endpoint URL must be a string, got "+typeof n)},Lt=(e,t)=>{const{conditions:n,endpoint:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(!i)return;const o={...t,referenceRecord:{...t.referenceRecord,...s}},{url:a,properties:c,headers:u}=r;return t.logger?.debug?.(`${bt} Resolving endpoint from template: ${vt(r)}`),{...null!=u&&{headers:Ct(u,o)},...null!=c&&{properties:Tt(c,o)},url:Ot(a,o)}},Nt=(e,t)=>{const{conditions:n,error:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(i)throw new kt(xt(r,"Error",{...t,referenceRecord:{...t.referenceRecord,...s}}))},$t=(e,t)=>{const{conditions:n,rules:r}=e,{result:i,referenceRecord:s}=Pt(n,t);if(i)return Ut(r,{...t,referenceRecord:{...t.referenceRecord,...s}})},Ut=(e,t)=>{for(const n of e)if("endpoint"===n.type){const e=Lt(n,t);if(e)return e}else if("error"===n.type)Nt(n,t);else{if("tree"!==n.type)throw new kt(`Unknown endpoint rule: ${n}`);{const e=$t(n,t);if(e)return e}}throw new kt("Rules evaluation failed")},Ft=(e,t=!1)=>{if(t){for(const t of e.split("."))if(!Ft(t))return!1;return!0}return!!yt(e)&&(!(e.length<3||e.length>63)&&(e===e.toLowerCase()&&!mt(e)))};let Bt=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"}'),Dt="";const jt={isVirtualHostableS3Bucket:Ft,parseArn:e=>{const t=e.split(":");if(t.length<6)return null;const[n,r,i,s,o,...a]=t;return"arn"!==n||""===r||""===i||""===a[0]?null:{partition:r,service:i,region:s,accountId:o,resourceId:a[0].includes("/")?a[0].split("/"):a}},partition:e=>{const{partitions:t}=Bt;for(const n of t){const{regions:t,outputs:r}=n;for(const[n,i]of Object.entries(t))if(n===e)return{...r,...i}}for(const n of t){const{regionRegex:t,outputs:r}=n;if(new RegExp(t).test(e))return{...r}}const n=t.find((e=>"aws"===e.id));if(!n)throw new Error("Provided region was not found in the partition array or regex, and default partition with id 'aws' doesn't exist.");return{...n.outputs}}};wt.aws=jt;const Ht="user-agent",qt="x-amz-user-agent",zt=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g,Vt=/[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g,Gt=e=>(t,n)=>async r=>{const{request:i}=r;if(!ot.isInstance(i))return t(r);const{headers:s}=i,o=n?.userAgent?.map(Wt)||[],a=(await e.defaultUserAgentProvider()).map(Wt),c=e?.customUserAgent?.map(Wt)||[],u=(Dt?[Dt]:[]).concat([...a,...o,...c]).join(" "),d=[...a.filter((e=>e.startsWith("aws-sdk-"))),...c].join(" ");return"browser"!==e.runtime?(d&&(s[qt]=s[qt]?`${s[Ht]} ${d}`:d),s[Ht]=u):s[qt]=u,t({...r,request:i})},Wt=e=>{const t=e[0].split("/").map((e=>e.replace(zt,"-"))).join("/"),n=e[1]?.replace(Vt,"-"),r=t.indexOf("/"),i=t.substring(0,r);let s=t.substring(r+1);return"api"===i&&(s=s.toLowerCase()),[i,s,n].filter((e=>e&&e.length>0)).reduce(((e,t,n)=>{switch(n){case 0:return t;case 1:return`${e}/${t}`;default:return`${e}#${t}`}}),"")},Kt={name:"getUserAgentMiddleware",step:"build",priority:"low",tags:["SET_USER_AGENT","USER_AGENT"],override:!0};var Jt;!function(e){e.ENV="env",e.CONFIG="shared config entry"}(Jt||(Jt={}));const Qt=e=>e[rt]||(e[rt]={}),Yt=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},Zt=e=>"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips")),Xt=e=>Zt(e)?["fips-aws-global","aws-fips"].includes(e)?"us-east-1":e.replace(/fips-(dkr-|prod-)?|-fips/,""):e;const en=(e,t)=>(n,r)=>async i=>{const s=e.httpAuthSchemeProvider(await t.httpAuthSchemeParametersProvider(e,r,i.input)),o=function(e){const t=new Map;for(const n of e)t.set(n.schemeId,n);return t}(e.httpAuthSchemes),a=Qt(r),c=[];for(const n of s){const i=o.get(n.schemeId);if(!i){c.push(`HttpAuthScheme \`${n.schemeId}\` was not enabled for this service.`);continue}const s=i.identityProvider(await t.identityProviderConfigProvider(e));if(!s){c.push(`HttpAuthScheme \`${n.schemeId}\` did not have an IdentityProvider configured.`);continue}const{identityProperties:u={},signingProperties:d={}}=n.propertiesExtractor?.(e,r)||{};n.identityProperties=Object.assign(n.identityProperties||{},u),n.signingProperties=Object.assign(n.signingProperties||{},d),a.selectedHttpAuthScheme={httpAuthOption:n,identity:await s(n.identityProperties),signer:i.signer};break}if(!a.selectedHttpAuthScheme)throw new Error(c.join("\n"));return n(i)},tn={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},nn={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},rn={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};function sn(e,t,n){return{applyToStack:r=>{r.add(((e,t)=>n=>async r=>{const{response:i}=await n(r);try{return{response:i,output:await t(i,e)}}catch(e){if(Object.defineProperty(e,"$response",{value:i}),!("$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,n),nn),r.add(((e,t)=>(n,r)=>async i=>{const s=r.endpointV2?.url&&e.urlParser?async()=>e.urlParser(r.endpointV2.url):e.endpoint;if(!s)throw new Error("No valid endpoint provider available.");const o=await t(i.input,{...e,endpoint:s});return n({...i,request:o})})(e,t),rn)}}}const on=e=>e=>{throw e},an=(e,t)=>{},cn={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},un=e=>({applyToStack:e=>{e.addRelativeTo(((e,t)=>async n=>{if(!ot.isInstance(n.request))return e(n);const r=Qt(t).selectedHttpAuthScheme;if(!r)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:i={}},identity:s,signer:o}=r,a=await e({...n,request:await o.sign(n.request,s,i)}).catch((o.errorHandler||on)(i));return(o.successHandler||an)(a.response,i),a}),cn)}}),dn=e=>{if("function"==typeof e)return e;const t=Promise.resolve(e);return()=>t},ln={},hn=new Array(64);for(let e=0,t="A".charCodeAt(0),n="Z".charCodeAt(0);e+t<=n;e++){const n=String.fromCharCode(e+t);ln[n]=e,hn[e]=n}for(let e=0,t="a".charCodeAt(0),n="z".charCodeAt(0);e+t<=n;e++){const n=String.fromCharCode(e+t),r=e+26;ln[n]=r,hn[r]=n}for(let e=0;e<10;e++){ln[e.toString(10)]=e+52;const t=e.toString(10),n=e+52;ln[t]=n,hn[n]=t}ln["+"]=62,hn[62]="+",ln["/"]=63,hn[63]="/";const fn=e=>{let t=e.length/4*3;"=="===e.slice(-2)?t-=2:"="===e.slice(-1)&&t--;const n=new ArrayBuffer(t),r=new DataView(n);for(let t=0;t<e.length;t+=4){let n=0,i=0;for(let r=t,s=t+3;r<=s;r++)if("="!==e[r]){if(!(e[r]in ln))throw new TypeError(`Invalid character ${e[r]} in base64 string.`);n|=ln[e[r]]<<6*(s-r),i+=6}else n>>=6;const s=t/4*3;n>>=i%8;const o=Math.floor(i/8);for(let e=0;e<o;e++){const t=8*(o-e-1);r.setUint8(s+e,(n&255<<t)>>t)}}return new Uint8Array(n)},pn=e=>(new TextEncoder).encode(e);function mn(e){let t;t="string"==typeof e?pn(e):e;const n="object"==typeof t&&"number"==typeof t.length,r="object"==typeof t&&"number"==typeof t.byteOffset&&"number"==typeof t.byteLength;if(!n&&!r)throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");let i="";for(let e=0;e<t.length;e+=3){let n=0,r=0;for(let i=e,s=Math.min(e+3,t.length);i<s;i++)n|=t[i]<<8*(s-i-1),r+=8;const s=Math.ceil(r/6);n<<=6*s-r;for(let e=1;e<=s;e++){const t=6*(s-e);i+=hn[(n&63<<t)>>t]}i+="==".slice(0,4-s)}return i}const gn=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 yn extends Uint8Array{static fromString(e,t="utf-8"){if("string"==typeof e)return function(e,t){return"base64"===t?yn.mutate(fn(e)):yn.mutate(pn(e))}(e,t);throw new Error(`Unsupported conversion from ${typeof e} to Uint8ArrayBlobAdapter.`)}static mutate(e){return Object.setPrototypeOf(e,yn.prototype),e}transformToString(e="utf-8"){return function(e,t="utf-8"){return"base64"===t?mn(e):gn(e)}(this,e)}}const wn={},bn={};for(let e=0;e<256;e++){let t=e.toString(16).toLowerCase();1===t.length&&(t=`0${t}`),wn[e]=t,bn[t]=e}function vn(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 n=0;n<e.length;n+=2){const r=e.slice(n,n+2).toLowerCase();if(!(r in bn))throw new Error(`Cannot decode unrecognized sequence ${r} as hexadecimal`);t[n/2]=bn[r]}return t}function kn(e){let t="";for(let n=0;n<e.byteLength;n++)t+=wn[e[n]];return t}"function"==typeof ReadableStream&&ReadableStream;const Sn=async(e=new Uint8Array,t)=>{if(e instanceof Uint8Array)return yn.mutate(e);if(!e)return yn.mutate(new Uint8Array);const n=t.streamCollector(e);return yn.mutate(await n)};function An(e){return encodeURIComponent(e).replace(/[!'()*]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function En(e,t){return new In(e,t)}class In{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:n,path:r}=await this.context.endpoint();this.path=r;for(const e of this.resolvePathStack)e(this.path);return new ot({protocol:t,hostname:this.hostname||e,port:n,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,n,r){return this.resolvePathStack.push((i=>{this.path=((e,t,n,r,i,s)=>{if(null==t||void 0===t[n])throw new Error("No value provided for input HTTP label: "+n+".");{const t=r();if(t.length<=0)throw new Error("Empty value provided for input HTTP label: "+n+".");e=e.replace(i,s?t.split("/").map((e=>An(e))).join("/"):An(t))}return e})(i,this.input,e,t,n,r)})),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 xn{constructor(e){this.authSchemes=new Map;for(const[t,n]of Object.entries(e))void 0!==n&&this.authSchemes.set(t,n)}getIdentityProvider(e){return this.authSchemes.get(e)}}const _n=(Rn=3e5,e=>Pn(e)&&e.expiration.getTime()-Date.now()<Rn);var Rn;const Pn=e=>void 0!==e.expiration,Cn="content-length";const Mn={step:"build",tags:["SET_CONTENT_LENGTH","CONTENT_LENGTH"],name:"contentLengthMiddleware",override:!0},Tn=e=>({applyToStack:t=>{var n;t.add((n=e.bodyLengthChecker,e=>async t=>{const r=t.request;if(ot.isInstance(r)){const{body:e,headers:t}=r;if(e&&-1===Object.keys(t).map((e=>e.toLowerCase())).indexOf(Cn))try{const t=n(e);r.headers={...r.headers,[Cn]:String(t)}}catch(e){}}return e({...t,request:r})}),Mn)}}),On=/^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/,Ln=/(\d+\.){3}\d+/,Nn=/\.\./,$n=e=>On.test(e)&&!Ln.test(e)&&!Nn.test(e),Un=e=>{const[t,n,r,,,i]=e.split(":"),s="arn"===t&&e.split(":").length>=6,o=Boolean(s&&n&&r&&i);if(s&&!o)throw new Error(`Invalid ARN: ${e} was an invalid ARN.`);return o},Fn=(e,t,n)=>{const r=async()=>{const r=n[e]??n[t];return"function"==typeof r?r():r};return"credentialScope"===e||"CredentialScope"===t?async()=>{const e="function"==typeof n.credentials?await n.credentials():n.credentials;return e?.credentialScope??e?.CredentialScope}:"accountId"===e||"AccountId"===t?async()=>{const e="function"==typeof n.credentials?await n.credentials():n.credentials;return e?.accountId??e?.AccountId}:"endpoint"===e||"endpoint"===t?async()=>{const e=await r();if(e&&"object"==typeof e){if("url"in e)return e.url.href;if("hostname"in e){const{protocol:t,hostname:n,port:r,path:i}=e;return`${t}//${n}${r?":"+r:""}${i}`}}return e}:r},Bn=async e=>{};const Dn=e=>{if("string"==typeof e)return Dn(new URL(e));const{hostname:t,pathname:n,port:r,protocol:i,search:s}=e;let o;return s&&(o=function(e){const t={};if(e=e.replace(/^\?/,""))for(const n of e.split("&")){let[e,r=null]=n.split("=");e=decodeURIComponent(e),r&&(r=decodeURIComponent(r)),e in t?Array.isArray(t[e])?t[e].push(r):t[e]=[t[e],r]:t[e]=r}return t}(s)),{hostname:t,port:r?parseInt(r):void 0,protocol:i,path:n,query:o}},jn=e=>"object"==typeof e?"url"in e?Dn(e.url):e:Dn(e),Hn=async(e,t,n)=>{const r={},i=t?.getEndpointParameterInstructions?.()||{};for(const[t,s]of Object.entries(i))switch(s.type){case"staticContextParams":r[t]=s.value;break;case"contextParams":r[t]=e[s.name];break;case"clientContextParams":case"builtInParams":r[t]=await Fn(s.name,t,n)();break;case"operationContextParams":r[t]=s.get(e);break;default:throw new Error("Unrecognized endpoint parameter instruction: "+JSON.stringify(s))}return 0===Object.keys(i).length&&Object.assign(r,n),"s3"===String(n.serviceId).toLowerCase()&&await(async e=>{const t=e?.Bucket||"";if("string"==typeof e.Bucket&&(e.Bucket=t.replace(/#/g,encodeURIComponent("#")).replace(/\?/g,encodeURIComponent("?"))),Un(t)){if(!0===e.ForcePathStyle)throw new Error("Path-style addressing cannot be used with ARN buckets")}else(!$n(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})(r),r},qn=({config:e,instructions:t})=>(n,r)=>async i=>{e.endpoint&&function(e,t,n){e.__smithy_context?e.__smithy_context.features||(e.__smithy_context.features={}):e.__smithy_context={features:{}},e.__smithy_context.features[t]=n}(r,"ENDPOINT_OVERRIDE","N");const s=await(async(e,t,n,r)=>{if(!n.endpoint){let e;e=n.serviceConfiguredEndpoint?await n.serviceConfiguredEndpoint():await Bn(n.serviceId),e&&(n.endpoint=()=>Promise.resolve(jn(e)))}const i=await Hn(e,t,n);if("function"!=typeof n.endpointProvider)throw new Error("config.endpointProvider is not set.");return n.endpointProvider(i,r)})(i.input,{getEndpointParameterInstructions:()=>t},{...e},r);r.endpointV2=s,r.authSchemes=s.properties?.authSchemes;const o=r.authSchemes?.[0];if(o){r.signing_region=o.signingRegion,r.signing_service=o.signingName;const e=Qt(r),t=e?.selectedHttpAuthScheme?.httpAuthOption;t&&(t.signingProperties=Object.assign(t.signingProperties||{},{signing_region:o.signingRegion,signingRegion:o.signingRegion,signing_service:o.signingName,signingName:o.signingName,signingRegionSet:o.signingRegionSet},o.properties))}return n({...i})},zn={step:"serialize",tags:["ENDPOINT_PARAMETERS","ENDPOINT_V2","ENDPOINT"],name:"endpointV2Middleware",override:!0,relation:"before",toMiddleware:rn.name},Vn=(e,t)=>({applyToStack:n=>{n.addRelativeTo(qn({config:e,instructions:t}),zn)}});var Gn;!function(e){e.STANDARD="standard",e.ADAPTIVE="adaptive"}(Gn||(Gn={}));const Wn=Gn.STANDARD,Kn=["BandwidthLimitExceeded","EC2ThrottledException","LimitExceededException","PriorRequestNotComplete","ProvisionedThroughputExceededException","RequestLimitExceeded","RequestThrottled","RequestThrottledException","SlowDown","ThrottledException","Throttling","ThrottlingException","TooManyRequestsException","TransactionInProgressException"],Jn=["TimeoutError","RequestTimeout","RequestTimeoutException"],Qn=[500,502,503,504],Yn=["ECONNRESET","ECONNREFUSED","EPIPE","ETIMEDOUT"],Zn=e=>429===e.$metadata?.httpStatusCode||Kn.includes(e.name)||1==e.$retryable?.throttling,Xn=(e,t=0)=>(e=>e.$metadata?.clockSkewCorrected)(e)||Jn.includes(e.name)||Yn.includes(e?.code||"")||Qn.includes(e.$metadata?.httpStatusCode||0)||void 0!==e.cause&&t<=10&&Xn(e.cause,t+1);class er{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=>er.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(),Zn(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 n=Math.min(t,2*this.measuredTxRate);this.updateTokenBucketRate(n)}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))}}er.setTimeoutFn=setTimeout;const tr=100,nr=2e4,rr="amz-sdk-invocation-id",ir="amz-sdk-request",sr=({retryDelay:e,retryCount:t,retryCost:n})=>({getRetryCount:()=>t,getRetryDelay:()=>Math.min(nr,e),getRetryCost:()=>n});class or{constructor(e){this.maxAttempts=e,this.mode=Gn.STANDARD,this.capacity=500,this.retryBackoffStrategy=(()=>{let e=tr;return{computeNextBackoffDelay:t=>Math.floor(Math.min(nr,Math.random()*2**t*e)),setDelayBase:t=>{e=t}}})(),this.maxAttemptsProvider="function"==typeof e?e:async()=>e}async acquireInitialRetryToken(e){return sr({retryDelay:tr,retryCount:0})}async refreshRetryTokenForRetry(e,t){const n=await this.getMaxAttempts();if(this.shouldRetry(e,t,n)){const n=t.errorType;this.retryBackoffStrategy.setDelayBase("THROTTLING"===n?500:tr);const r=this.retryBackoffStrategy.computeNextBackoffDelay(e.getRetryCount()),i=t.retryAfterHint?Math.max(t.retryAfterHint.getTime()-Date.now()||0,r):r,s=this.getCapacityCost(n);return this.capacity-=s,sr({retryDelay:i,retryCount:e.getRetryCount()+1,retryCost:s})}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,n){return e.getRetryCount()+1<n&&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 ar{constructor(e,t){this.maxAttemptsProvider=e,this.mode=Gn.ADAPTIVE;const{rateLimiter:n}=t??{};this.rateLimiter=n??new er,this.standardRetryStrategy=new or(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 cr={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let ur;const dr=new Uint8Array(16);function lr(){if(!ur&&(ur="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ur))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ur(dr)}const hr=[];for(let e=0;e<256;++e)hr.push((e+256).toString(16).slice(1));function fr(e,t=0){return hr[e[t+0]]+hr[e[t+1]]+hr[e[t+2]]+hr[e[t+3]]+"-"+hr[e[t+4]]+hr[e[t+5]]+"-"+hr[e[t+6]]+hr[e[t+7]]+"-"+hr[e[t+8]]+hr[e[t+9]]+"-"+hr[e[t+10]]+hr[e[t+11]]+hr[e[t+12]]+hr[e[t+13]]+hr[e[t+14]]+hr[e[t+15]]}const pr=function(e,t,n){if(cr.randomUUID&&!t&&!e)return cr.randomUUID();const r=(e=e||{}).random||(e.rng||lr)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=r[e];return t}return fr(r)},mr=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 gr=(e,t)=>{const n=[];if(e&&n.push(e),t)for(const e of t)n.push(e);return n},yr=(e,t)=>`${e||"anonymous"}${t&&t.length>0?` (a.k.a. ${t.join(",")})`:""}`,wr=()=>{let e=[],t=[],n=!1;const r=new Set,i=n=>(e.forEach((e=>{n.add(e.middleware,{...e})})),t.forEach((e=>{n.addRelativeTo(e.middleware,{...e})})),n.identifyOnResolve?.(a.identifyOnResolve()),n),s=e=>{const t=[];return e.before.forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...s(e))})),t.push(e),e.after.reverse().forEach((e=>{0===e.before.length&&0===e.after.length?t.push(e):t.push(...s(e))})),t},o=(n=!1)=>{const r=[],i=[],o={};e.forEach((e=>{const t={...e,before:[],after:[]};for(const e of gr(t.name,t.aliases))o[e]=t;r.push(t)})),t.forEach((e=>{const t={...e,before:[],after:[]};for(const e of gr(t.name,t.aliases))o[e]=t;i.push(t)})),i.forEach((e=>{if(e.toMiddleware){const t=o[e.toMiddleware];if(void 0===t){if(n)return;throw new Error(`${e.toMiddleware} is not found when adding ${yr(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=r,c.sort(((e,t)=>br[t.step]-br[e.step]||vr[t.priority||"normal"]-vr[e.priority||"normal"]))).map(s).reduce(((e,t)=>(e.push(...t),e)),[]);var c;return a},a={add:(t,n={})=>{const{name:i,override:s,aliases:o}=n,a={step:"initialize",priority:"normal",middleware:t,...n},c=gr(i,o);if(c.length>0){if(c.some((e=>r.has(e)))){if(!s)throw new Error(`Duplicate middleware name '${yr(i,o)}'`);for(const t of c){const n=e.findIndex((e=>e.name===t||e.aliases?.some((e=>e===t))));if(-1===n)continue;const r=e[n];if(r.step!==a.step||a.priority!==r.priority)throw new Error(`"${yr(r.name,r.aliases)}" middleware with ${r.priority} priority in ${r.step} step cannot be overridden by "${yr(i,o)}" middleware with ${a.priority} priority in ${a.step} step.`);e.splice(n,1)}}for(const e of c)r.add(e)}e.push(a)},addRelativeTo:(e,n)=>{const{name:i,override:s,aliases:o}=n,a={middleware:e,...n},c=gr(i,o);if(c.length>0){if(c.some((e=>r.has(e)))){if(!s)throw new Error(`Duplicate middleware name '${yr(i,o)}'`);for(const e of c){const n=t.findIndex((t=>t.name===e||t.aliases?.some((t=>t===e))));if(-1===n)continue;const r=t[n];if(r.toMiddleware!==a.toMiddleware||r.relation!==a.relation)throw new Error(`"${yr(r.name,r.aliases)}" middleware ${r.relation} "${r.toMiddleware}" middleware cannot be overridden by "${yr(i,o)}" middleware ${a.relation} "${a.toMiddleware}" middleware.`);t.splice(n,1)}}for(const e of c)r.add(e)}t.push(a)},clone:()=>i(wr()),use:e=>{e.applyToStack(a)},remove:n=>"string"==typeof n?(n=>{let i=!1;const s=e=>{const t=gr(e.name,e.aliases);if(t.includes(n)){i=!0;for(const e of t)r.delete(e);return!1}return!0};return e=e.filter(s),t=t.filter(s),i})(n):(n=>{let i=!1;const s=e=>{if(e.middleware===n){i=!0;for(const t of gr(e.name,e.aliases))r.delete(t);return!1}return!0};return e=e.filter(s),t=t.filter(s),i})(n),removeByTag:n=>{let i=!1;const s=e=>{const{tags:t,name:s,aliases:o}=e;if(t&&t.includes(n)){const e=gr(s,o);for(const t of e)r.delete(t);return i=!0,!1}return!0};return e=e.filter(s),t=t.filter(s),i},concat:e=>{const t=i(wr());return t.use(e),t.identifyOnResolve(n||t.identifyOnResolve()||(e.identifyOnResolve?.()??!1)),t},applyToStack:i,identify:()=>o(!0).map((e=>{const t=e.step??e.relation+" "+e.toMiddleware;return yr(e.name,e.aliases)+" - "+t})),identifyOnResolve:e=>("boolean"==typeof e&&(n=e),n),resolve:(e,t)=>{for(const n of o().map((e=>e.middleware)).reverse())e=n(e,t);return n&&console.log(a.identify()),e}};return a},br={initialize:5,serialize:4,build:3,finalizeRequest:2,deserialize:1},vr={high:3,normal:2,low:1};class kr{constructor(e){this.config=e,this.middlewareStack=wr()}send(e,t,n){const r="function"!=typeof t?t:void 0,i="function"==typeof t?t:n;let s;if(void 0===r&&!0===this.config.cacheMiddleware){this.handlers||(this.handlers=new WeakMap);const t=this.handlers;t.has(e.constructor)?s=t.get(e.constructor):(s=e.resolveMiddleware(this.middlewareStack,this.config,r),t.set(e.constructor,s))}else delete this.handlers,s=e.resolveMiddleware(this.middlewareStack,this.config,r);if(!i)return s(e).then((e=>e.output));s(e).then((e=>i(null,e.output)),(e=>i(e))).catch((()=>{}))}destroy(){this.config?.requestHandler?.destroy?.(),delete this.handlers}}class Sr{constructor(){this.middlewareStack=wr()}static classBuilder(){return new Ar}resolveMiddlewareWithContext(e,t,n,{middlewareFn:r,clientName:i,commandName:s,inputFilterSensitiveLog:o,outputFilterSensitiveLog:a,smithyContext:c,additionalContext:u,CommandCtor:d}){for(const i of r.bind(this)(d,e,t,n))this.middlewareStack.use(i);const l=e.concat(this.middlewareStack),{logger:h}=t,f={logger:h,clientName:i,commandName:s,inputFilterSensitiveLog:o,outputFilterSensitiveLog:a,[rt]:{commandInstance:this,...c},...u},{requestHandler:p}=t;return l.resolve((e=>p.handle(e.request,n||{})),f)}}class Ar{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,n={}){return this._smithyContext={service:e,operation:t,...n},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 Sr{static getEndpointParameterInstructions(){return e._ep}constructor(...[t]){super(),this.serialize=e._serializer,this.deserialize=e._deserializer,this.input=t??{},e._init(this)}resolveMiddleware(n,r,i){return this.resolveMiddlewareWithContext(n,r,i,{CommandCtor:t,middlewareFn:e._middlewareFn,clientName:e._clientName,commandName:e._commandName,inputFilterSensitiveLog:e._inputFilterSensitiveLog,outputFilterSensitiveLog:e._outputFilterSensitiveLog,smithyContext:e._smithyContext,additionalContext:e._additionalContext})}}}}const Er="***SensitiveInformation***",Ir=(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}`)}}),xr=e=>_r(e,32),_r=(e,t)=>{const n=Ir(e);if(void 0!==n&&Rr(n,t)!==n)throw new TypeError(`Expected ${t}-bit integer, got ${e}`);return n},Rr=(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]}},Pr=e=>{if(null!=e){if("string"==typeof e)return e;if(["boolean","number","bigint"].includes(typeof e))return Mr.warn(Cr(`Expected string, got ${typeof e}: ${e}`)),String(e);throw new TypeError(`Expected string, got ${typeof e}: ${e}`)}},Cr=e=>String(new TypeError(e).stack||e).split("\n").slice(0,5).filter((e=>!e.includes("stackTraceWarning"))).join("\n"),Mr={warn:console.warn};class Tr extends Error{constructor(e){super(e.message),Object.setPrototypeOf(this,Tr.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 Or=(e,t={})=>{Object.entries(t).filter((([,e])=>void 0!==e)).forEach((([t,n])=>{null!=e[t]&&""!==e[t]||(e[t]=n)}));const n=e.message||e.Message||"UnknownError";return e.message=n,delete e.Message,e},Lr=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"]}),Nr=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{}}},$r=e=>{const t=[];for(const n in tt){const r=tt[n];void 0!==e[r]&&t.push({algorithmId:()=>r,checksumConstructor:()=>e[r]})}return{_checksumAlgorithms:t,addChecksumAlgorithm(e){this._checksumAlgorithms.push(e)},checksumAlgorithms(){return this._checksumAlgorithms}}},Ur=e=>{const t={};return e.checksumAlgorithms().forEach((e=>{t[e.algorithmId()]=e.checksumConstructor()})),t},Fr=e=>{let t=e.retryStrategy;return{setRetryStrategy(e){t=e},retryStrategy:()=>t}},Br=e=>{const t={};return t.retryStrategy=e.retryStrategy(),t},Dr=e=>({...$r(e),...Fr(e)}),jr=function(e){return Object.assign(new String(e),{deserializeJSON:()=>JSON.parse(String(e)),toString:()=>String(e),toJSON:()=>String(e)})};jr.from=e=>e&&"object"==typeof e&&(e instanceof jr||"deserializeJSON"in e)?e:"string"==typeof e||Object.getPrototypeOf(e)===String.prototype?jr(String(e)):jr(JSON.stringify(e)),jr.fromObject=jr.from;class Hr{trace(){}debug(){}info(){}warn(){}error(){}}function qr(e,t,n){let r,i,s;if(void 0===t&&void 0===n)r={},s=e;else{if(r=e,"function"==typeof t)return i=t,s=n,Vr(r,i,s);s=t}for(const e of Object.keys(s))Array.isArray(s[e])?Gr(r,null,s,e):r[e]=s[e];return r}const zr=(e,t)=>{const n={};for(const r in t)Gr(n,e,t,r);return n},Vr=(e,t,n)=>qr(e,Object.entries(n).reduce(((e,[n,r])=>(Array.isArray(r)?e[n]=r:e[n]="function"==typeof r?[t,r()]:[t,r],e)),{})),Gr=(e,t,n,r)=>{if(null!==t){let i=n[r];"function"==typeof i&&(i=[,i]);const[s=Wr,o=Kr,a=r]=i;return void(("function"==typeof s&&s(t[a])||"function"!=typeof s&&s)&&(e[r]=o(t[a])))}let[i,s]=n[r];if("function"==typeof s){let t;const n=void 0===i&&null!=(t=s()),o="function"==typeof i&&!!i(void 0)||"function"!=typeof i&&!!i;n?e[r]=t:o&&(e[r]=s())}else{const t=void 0===i&&null!=s,n="function"==typeof i&&!!i(s)||"function"!=typeof i&&!!i;(t||n)&&(e[r]=s)}},Wr=e=>null!=e,Kr=e=>e,Jr=e=>e?.body instanceof ReadableStream,Qr=e=>void 0!==e.acquireInitialRetryToken&&void 0!==e.refreshRetryTokenForRetry&&void 0!==e.recordSuccess,Yr=e=>{const t={error:e,errorType:Zr(e)},n=ti(e.$response);return n&&(t.retryAfterHint=n),t},Zr=e=>Zn(e)?"THROTTLING":Xn(e)?"TRANSIENT":(e=>{if(void 0!==e.$metadata?.httpStatusCode){const t=e.$metadata.httpStatusCode;return 500<=t&&t<=599&&!Xn(e)}return!1})(e)?"SERVER_ERROR":"CLIENT_ERROR",Xr={name:"retryMiddleware",tags:["RETRY"],step:"finalizeRequest",priority:"high",override:!0},ei=e=>({applyToStack:t=>{t.add((e=>(t,n)=>async r=>{let i=await e.retryStrategy();const s=await e.maxAttempts();if(!Qr(i))return i?.mode&&(n.userAgent=[...n.userAgent||[],["cfg/retry-mode",i.mode]]),i.retry(t,r);{let e=await i.acquireInitialRetryToken(n.partition_id),o=new Error,a=0,c=0;const{request:u}=r,d=ot.isInstance(u);for(d&&(u.headers[rr]=pr());;)try{d&&(u.headers[ir]=`attempt=${a+1}; max=${s}`);const{response:n,output:o}=await t(r);return i.recordSuccess(e),o.$metadata.attempts=a+1,o.$metadata.totalRetryDelay=c,{response:n,output:o}}catch(t){const r=Yr(t);if(o=mr(t),d&&Jr(u))throw(n.logger instanceof Hr?console:n.logger)?.warn("An error was encountered in a non-retryable streaming request."),o;try{e=await i.refreshRetryTokenForRetry(e,r)}catch(e){throw o.$metadata||(o.$metadata={}),o.$metadata.attempts=a+1,o.$metadata.totalRetryDelay=c,o}a=e.getRetryCount();const s=e.getRetryDelay();c+=s,await new Promise((e=>setTimeout(e,s)))}}})(e),Xr)}}),ti=e=>{if(!at.isInstance(e))return;const t=Object.keys(e.headers).find((e=>"retry-after"===e.toLowerCase()));if(!t)return;const n=e.headers[t],r=Number(n);if(!Number.isNaN(r))return new Date(1e3*r);return new Date(n)},ni=e=>encodeURIComponent(e).replace(/[!'()*]/g,ri),ri=e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`,ii=e=>"string"==typeof e?pn(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e),si="X-Amz-Date",oi="X-Amz-Signature",ai="X-Amz-Security-Token",ci="authorization",ui=si.toLowerCase(),di=[ci,ui,"date"],li=oi.toLowerCase(),hi="x-amz-content-sha256",fi=ai.toLowerCase(),pi={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},mi=/^proxy-/,gi=/^sec-/,yi="AWS4-HMAC-SHA256",wi="AWS4-HMAC-SHA256-PAYLOAD",bi="aws4_request",vi={},ki=[],Si=(e,t,n)=>`${e}/${t}/${n}/${bi}`,Ai=(e,t,n)=>{const r=new e(t);return r.update(ii(n)),r.digest()},Ei=({headers:e},t,n)=>{const r={};for(const i of Object.keys(e).sort()){if(null==e[i])continue;const s=i.toLowerCase();(s in pi||t?.has(s)||mi.test(s)||gi.test(s))&&(!n||n&&!n.has(s))||(r[s]=e[i].trim().replace(/\s+/g," "))}return r},Ii=async({headers:e,body:t},n)=>{for(const t of Object.keys(e))if(t.toLowerCase()===hi)return e[t];if(null==t)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if("string"==typeof t||ArrayBuffer.isView(t)||(r=t,"function"==typeof ArrayBuffer&&r instanceof ArrayBuffer||"[object ArrayBuffer]"===Object.prototype.toString.call(r))){const e=new n;return e.update(ii(t)),kn(await e.digest())}var r;return"UNSIGNED-PAYLOAD"};class xi{format(e){const t=[];for(const n of Object.keys(e)){const r=pn(n);t.push(Uint8Array.from([r.byteLength]),r,this.formatHeaderValue(e[n]))}const n=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let r=0;for(const e of t)n.set(e,r),r+=e.byteLength;return n}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 n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":const r=new Uint8Array(9);return r[0]=5,r.set(e.value.bytes,1),r;case"binary":const i=new DataView(new ArrayBuffer(3+e.value.byteLength));i.setUint8(0,6),i.setUint16(1,e.value.byteLength,!1);const s=new Uint8Array(i.buffer);return s.set(e.value,3),s;case"string":const o=pn(e.value),a=new DataView(new ArrayBuffer(3+o.byteLength));a.setUint8(0,7),a.setUint16(1,o.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(o,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(Pi.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!Ri.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const d=new Uint8Array(17);return d[0]=9,d.set(vn(e.value.replace(/\-/g,"")),1),d}}}var _i;!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"}(_i||(_i={}));const Ri=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class Pi{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 n=7,r=Math.abs(Math.round(e));n>-1&&r>0;n--,r/=256)t[n]=r;return e<0&&Ci(t),new Pi(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&Ci(e),parseInt(kn(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function Ci(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}const Mi=e=>{e=ot.clone(e);for(const t of Object.keys(e.headers))di.indexOf(t.toLowerCase())>-1&&delete e.headers[t];return e},Ti=e=>"number"==typeof e?new Date(1e3*e):"string"==typeof e?Number(e)?new Date(1e3*Number(e)):new Date(e):e;class Oi{constructor({applyChecksum:e,credentials:t,region:n,service:r,sha256:i,uriEscapePath:s=!0}){this.headerFormatter=new xi,this.service=r,this.sha256=i,this.uriEscapePath=s,this.applyChecksum="boolean"!=typeof e||e,this.regionProvider=Yt(n),this.credentialProvider=Yt(t)}async presign(e,t={}){const{signingDate:n=new Date,expiresIn:r=3600,unsignableHeaders:i,unhoistableHeaders:s,signableHeaders:o,hoistableHeaders:a,signingRegion:c,signingService:u}=t,d=await this.credentialProvider();this.validateResolvedCredentials(d);const l=c??await this.regionProvider(),{longDate:h,shortDate:f}=Li(n);if(r>604800)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");const p=Si(f,l,u??this.service),m=((e,t={})=>{const{headers:n,query:r={}}=ot.clone(e);for(const e of Object.keys(n)){const i=e.toLowerCase();("x-amz-"===i.slice(0,6)&&!t.unhoistableHeaders?.has(i)||t.hoistableHeaders?.has(i))&&(r[e]=n[e],delete n[e])}return{...e,headers:n,query:r}})(Mi(e),{unhoistableHeaders:s,hoistableHeaders:a});d.sessionToken&&(m.query[ai]=d.sessionToken),m.query["X-Amz-Algorithm"]=yi,m.query["X-Amz-Credential"]=`${d.accessKeyId}/${p}`,m.query[si]=h,m.query["X-Amz-Expires"]=r.toString(10);const g=Ei(m,i,o);return m.query["X-Amz-SignedHeaders"]=Ni(g),m.query[oi]=await this.getSignature(h,p,this.getSigningKey(d,l,f,u),this.createCanonicalRequest(m,g,await Ii(e,this.sha256))),m}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:n=new Date,priorSignature:r,signingRegion:i,signingService:s}){const o=i??await this.regionProvider(),{shortDate:a,longDate:c}=Li(n),u=Si(a,o,s??this.service),d=await Ii({headers:{},body:t},this.sha256),l=new this.sha256;l.update(e);const h=kn(await l.digest()),f=[wi,c,u,r,h,d].join("\n");return this.signString(f,{signingDate:n,signingRegion:o,signingService:s})}async signMessage(e,{signingDate:t=new Date,signingRegion:n,signingService:r}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:t,signingRegion:n,signingService:r,priorSignature:e.priorSignature}).then((t=>({message:e.message,signature:t})))}async signString(e,{signingDate:t=new Date,signingRegion:n,signingService:r}={}){const i=await this.credentialProvider();this.validateResolvedCredentials(i);const s=n??await this.regionProvider(),{shortDate:o}=Li(t),a=new this.sha256(await this.getSigningKey(i,s,o,r));return a.update(ii(e)),kn(await a.digest())}async signRequest(e,{signingDate:t=new Date,signableHeaders:n,unsignableHeaders:r,signingRegion:i,signingService:s}={}){const o=await this.credentialProvider();this.validateResolvedCredentials(o);const a=i??await this.regionProvider(),c=Mi(e),{longDate:u,shortDate:d}=Li(t),l=Si(d,a,s??this.service);c.headers[ui]=u,o.sessionToken&&(c.headers[fi]=o.sessionToken);const h=await Ii(c,this.sha256);!((e,t)=>{e=e.toLowerCase();for(const n of Object.keys(t))if(e===n.toLowerCase())return!0;return!1})(hi,c.headers)&&this.applyChecksum&&(c.headers[hi]=h);const f=Ei(c,r,n),p=await this.getSignature(u,l,this.getSigningKey(o,a,d,s),this.createCanonicalRequest(c,f,h));return c.headers[ci]=`${yi} Credential=${o.accessKeyId}/${l}, SignedHeaders=${Ni(f)}, Signature=${p}`,c}createCanonicalRequest(e,t,n){const r=Object.keys(t).sort();return`${e.method}\n${this.getCanonicalPath(e)}\n${(({query:e={}})=>{const t=[],n={};for(const r of Object.keys(e)){if(r.toLowerCase()===li)continue;const i=ni(r);t.push(i);const s=e[r];"string"==typeof s?n[i]=`${i}=${ni(s)}`:Array.isArray(s)&&(n[i]=s.slice(0).reduce(((e,t)=>e.concat([`${i}=${ni(t)}`])),[]).sort().join("&"))}return t.sort().map((e=>n[e])).filter((e=>e)).join("&")})(e)}\n${r.map((e=>`${e}:${t[e]}`)).join("\n")}\n\n${r.join(";")}\n${n}`}async createStringToSign(e,t,n){const r=new this.sha256;r.update(ii(n));const i=await r.digest();return`${yi}\n${e}\n${t}\n${kn(i)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){const t=[];for(const n of e.split("/"))0!==n?.length&&"."!==n&&(".."===n?t.pop():t.push(n));const n=`${e?.startsWith("/")?"/":""}${t.join("/")}${t.length>0&&e?.endsWith("/")?"/":""}`;return ni(n).replace(/%2F/g,"/")}return e}async getSignature(e,t,n,r){const i=await this.createStringToSign(e,t,r),s=new this.sha256(await n);return s.update(ii(i)),kn(await s.digest())}getSigningKey(e,t,n,r){return(async(e,t,n,r,i)=>{const s=`${n}:${r}:${i}:${kn(await Ai(e,t.secretAccessKey,t.accessKeyId))}:${t.sessionToken}`;if(s in vi)return vi[s];for(ki.push(s);ki.length>50;)delete vi[ki.shift()];let o=`AWS4${t.secretAccessKey}`;for(const t of[n,r,i,bi])o=await Ai(e,o,t);return vi[s]=o})(this.sha256,e,n,t,r||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 Li=e=>{const t=(n=e,Ti(n).toISOString().replace(/\.\d{3}Z$/,"Z")).replace(/[\-:]/g,"");var n;return{longDate:t,shortDate:t.slice(0,8)}},Ni=e=>Object.keys(e).sort().join(";"),$i=e=>{let t;e.credentials&&(t=((e,t,n)=>{if(void 0===e)return;const r="function"!=typeof e?async()=>Promise.resolve(e):e;let i,s,o,a=!1;const c=async e=>{s||(s=r(e));try{i=await s,o=!0,a=!1}finally{s=void 0}return i};return void 0===t?async e=>(o&&!e?.forceRefresh||(i=await c(e)),i):async e=>(o&&!e?.forceRefresh||(i=await c(e)),a?i:n(i)?t(i)?(await c(e),i):i:(a=!0,i))})(e.credentials,_n,Pn)),t||(t=e.credentialDefaultProvider?dn(e.credentialDefaultProvider(Object.assign({},e,{parentClientConfig:e}))):async()=>{throw new Error("`credentials` is missing")});const{signingEscapePath:n=!0,systemClockOffset:r=e.systemClockOffset||0,sha256:i}=e;let s;return s=e.signer?dn(e.signer):e.regionInfoProvider?()=>dn(e.region)().then((async t=>[await e.regionInfoProvider(t,{useFipsEndpoint:await e.useFipsEndpoint(),useDualstackEndpoint:await e.useDualstackEndpoint()})||{},t])).then((([r,s])=>{const{signingRegion:o,signingService:a}=r;e.signingRegion=e.signingRegion||o||s,e.signingName=e.signingName||a||e.serviceId;const c={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:i,uriEscapePath:n};return new(e.signerConstructor||Oi)(c)})):async r=>{const s=(r=Object.assign({},{name:"sigv4",signingName:e.signingName||e.defaultSigningName,signingRegion:await dn(e.region)(),properties:{}},r)).signingRegion,o=r.signingName;e.signingRegion=e.signingRegion||s,e.signingName=e.signingName||o||e.serviceId;const a={...e,credentials:t,region:e.signingRegion,service:e.signingName,sha256:i,uriEscapePath:n};return new(e.signerConstructor||Oi)(a)},{...e,systemClockOffset:r,signingEscapePath:n,credentials:t,signer:s}},Ui=async(e,t,n)=>({operation:Qt(t).operation,region:await Yt(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()});const Fi=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},Bi={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},Di="3.621.0";var ji="undefined"!=typeof Buffer&&Buffer.from?function(e){return Buffer.from(e,"utf8")}:e=>(new TextEncoder).encode(e);function Hi(e){return e instanceof Uint8Array?e:"string"==typeof e?ji(e):ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength/Uint8Array.BYTES_PER_ELEMENT):new Uint8Array(e)}function qi(e){return"string"==typeof e?0===e.length:0===e.byteLength}var zi={name:"SHA-256"},Vi={name:"HMAC",hash:zi},Gi=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 Wi={};function Ki(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:Wi}var Ji=function(){function e(e){this.toHash=new Uint8Array(0),this.secret=e,this.reset()}return e.prototype.update=function(e){if(!qi(e)){var t=Hi(e),n=new Uint8Array(this.toHash.byteLength+t.byteLength);n.set(this.toHash,0),n.set(t,this.toHash.byteLength),this.toHash=n}},e.prototype.digest=function(){var e=this;return this.key?this.key.then((function(t){return Ki().crypto.subtle.sign(Vi,t,e.toHash).then((function(e){return new Uint8Array(e)}))})):qi(this.toHash)?Promise.resolve(Gi):Promise.resolve().then((function(){return Ki().crypto.subtle.digest(zi,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,n){Ki().crypto.subtle.importKey("raw",Hi(e.secret),Vi,!1,["sign"]).then(t,n)})),this.key.catch((function(){})))},e}();function Qi(e,t,n,r){return new(n||(n=Promise))((function(i,s){function o(e){try{c(r.next(e))}catch(e){s(e)}}function a(e){try{c(r.throw(e))}catch(e){s(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,a)}c((r=r.apply(e,t||[])).next())}))}function Yi(e,t){var n,r,i,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},o=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(a){return function(c){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(s=0)),s;)try{if(n=1,r&&(i=2&a[0]?r.return:a[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,a[1])).done)return i;switch(r=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,r=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]<i[3])){s.label=a[1];break}if(6===a[0]&&s.label<i[1]){s.label=i[1],i=a;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(a);break}i[2]&&s.ops.pop(),s.trys.pop();continue}a=t.call(e,s)}catch(e){a=[6,e],r=0}finally{n=i=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}Object.create;function Zi(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}Object.create;"function"==typeof SuppressedError&&SuppressedError;var Xi=64,es=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]),ts=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],ns=Math.pow(2,53)-1,rs=function(){function e(){this.state=Int32Array.from(ts),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,n=e.byteLength;if(this.bytesHashed+=n,8*this.bytesHashed>ns)throw new Error("Cannot hash more than 2^53 - 1 bits");for(;n>0;)this.buffer[this.bufferLength++]=e[t++],n--,this.bufferLength===Xi&&(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),n=this.bufferLength;if(t.setUint8(this.bufferLength++,128),n%Xi>=56){for(var r=this.bufferLength;r<Xi;r++)t.setUint8(r,0);this.hashBuffer(),this.bufferLength=0}for(r=this.bufferLength;r<56;r++)t.setUint8(r,0);t.setUint32(56,Math.floor(e/4294967296),!0),t.setUint32(60,e),this.hashBuffer(),this.finished=!0}var i=new Uint8Array(32);for(r=0;r<8;r++)i[4*r]=this.state[r]>>>24&255,i[4*r+1]=this.state[r]>>>16&255,i[4*r+2]=this.state[r]>>>8&255,i[4*r+3]=this.state[r]>>>0&255;return i},e.prototype.hashBuffer=function(){for(var e=this.buffer,t=this.state,n=t[0],r=t[1],i=t[2],s=t[3],o=t[4],a=t[5],c=t[6],u=t[7],d=0;d<Xi;d++){if(d<16)this.temp[d]=(255&e[4*d])<<24|(255&e[4*d+1])<<16|(255&e[4*d+2])<<8|255&e[4*d+3];else{var l=this.temp[d-2],h=(l>>>17|l<<15)^(l>>>19|l<<13)^l>>>10,f=((l=this.temp[d-15])>>>7|l<<25)^(l>>>18|l<<14)^l>>>3;this.temp[d]=(h+this.temp[d-7]|0)+(f+this.temp[d-16]|0)}var p=(((o>>>6|o<<26)^(o>>>11|o<<21)^(o>>>25|o<<7))+(o&a^~o&c)|0)+(u+(es[d]+this.temp[d]|0)|0)|0,m=((n>>>2|n<<30)^(n>>>13|n<<19)^(n>>>22|n<<10))+(n&r^n&i^r&i)|0;u=c,c=a,a=o,o=s+p|0,s=i,i=r,r=n,n=p+m|0}t[0]+=n,t[1]+=r,t[2]+=i,t[3]+=s,t[4]+=o,t[5]+=a,t[6]+=c,t[7]+=u},e}(),is=function(){function e(e){this.secret=e,this.hash=new rs,this.reset()}return e.prototype.update=function(e){if(!qi(e)&&!this.error)try{this.hash.update(Hi(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 Qi(this,void 0,void 0,(function(){return Yi(this,(function(e){return[2,this.digestSync()]}))}))},e.prototype.reset=function(){if(this.hash=new rs,this.secret){this.outer=new rs;var e=function(e){var t=Hi(e);if(t.byteLength>Xi){var n=new rs;n.update(t),t=n.digest()}var r=new Uint8Array(Xi);return r.set(t),r}(this.secret),t=new Uint8Array(Xi);t.set(e);for(var n=0;n<Xi;n++)e[n]^=54,t[n]^=92;this.hash.update(e),this.outer.update(t);for(n=0;n<e.byteLength;n++)e[n]=0}},e}();var ss=["decrypt","digest","encrypt","exportKey","generateKey","importKey","sign","verify"];function os(e){return e&&ss.every((function(t){return"function"==typeof e[t]}))}var as=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)&&os(e.crypto.subtle)}(Ki())?this.hash=new is(e):this.hash=new Ji(e)}return e.prototype.update=function(e,t){this.hash.update(Hi(e))},e.prototype.digest=function(){return this.hash.digest()},e.prototype.reset=function(){this.hash.reset()},e}(),cs=n(369),us=n.n(cs);const ds=({serviceId:e,clientVersion:t})=>async()=>{const n="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,r=[["aws-sdk-js",t],["ua","2.0"],[`os/${n?.os?.name||"other"}`,n?.os?.version],["lang/js"],["md/browser",`${n?.browser?.name??"unknown"}_${n?.browser?.version??"unknown"}`]];return e&&r.push([`api/${e}`,t]),r};!function(){function e(){this.crc32=new hs}e.prototype.update=function(e){qi(e)||this.crc32.update(Hi(e))},e.prototype.digest=function(){return Qi(this,void 0,void 0,(function(){return Yi(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 hs}}();var ls,hs=function(){function e(){this.checksum=4294967295}return e.prototype.update=function(e){var t,n;try{for(var r=Zi(e),i=r.next();!i.done;i=r.next()){var s=i.value;this.checksum=this.checksum>>>8^fs[255&(this.checksum^s)]}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}return this},e.prototype.digest=function(){return(4294967295^this.checksum)>>>0},e}(),fs=function(e){if(!Uint32Array.from){for(var t=new Uint32Array(e.length),n=0;n<e.length;)t[n]=e[n],n+=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 ps{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 n=7,r=Math.abs(Math.round(e));n>-1&&r>0;n--,r/=256)t[n]=r;return e<0&&ms(t),new ps(t)}valueOf(){const e=this.bytes.slice(0),t=128&e[0];return t&&ms(e),parseInt(kn(e),16)*(t?-1:1)}toString(){return String(this.valueOf())}}function ms(e){for(let t=0;t<8;t++)e[t]^=255;for(let t=7;t>-1&&(e[t]++,0===e[t]);t--);}class gs{constructor(e,t){this.toUtf8=e,this.fromUtf8=t}format(e){const t=[];for(const n of Object.keys(e)){const r=this.fromUtf8(n);t.push(Uint8Array.from([r.byteLength]),r,this.formatHeaderValue(e[n]))}const n=new Uint8Array(t.reduce(((e,t)=>e+t.byteLength),0));let r=0;for(const e of t)n.set(e,r),r+=e.byteLength;return n}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 n=new DataView(new ArrayBuffer(5));return n.setUint8(0,4),n.setInt32(1,e.value,!1),new Uint8Array(n.buffer);case"long":const r=new Uint8Array(9);return r[0]=5,r.set(e.value.bytes,1),r;case"binary":const i=new DataView(new ArrayBuffer(3+e.value.byteLength));i.setUint8(0,6),i.setUint16(1,e.value.byteLength,!1);const s=new Uint8Array(i.buffer);return s.set(e.value,3),s;case"string":const o=this.fromUtf8(e.value),a=new DataView(new ArrayBuffer(3+o.byteLength));a.setUint8(0,7),a.setUint16(1,o.byteLength,!1);const c=new Uint8Array(a.buffer);return c.set(o,3),c;case"timestamp":const u=new Uint8Array(9);return u[0]=8,u.set(ps.fromNumber(e.value.valueOf()).bytes,1),u;case"uuid":if(!xs.test(e.value))throw new Error(`Invalid UUID received: ${e.value}`);const d=new Uint8Array(17);return d[0]=9,d.set(vn(e.value.replace(/\-/g,"")),1),d}}parse(e){const t={};let n=0;for(;n<e.byteLength;){const r=e.getUint8(n++),i=this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,r));switch(n+=r,e.getUint8(n++)){case 0:t[i]={type:ys,value:!0};break;case 1:t[i]={type:ys,value:!1};break;case 2:t[i]={type:ws,value:e.getInt8(n++)};break;case 3:t[i]={type:bs,value:e.getInt16(n,!1)},n+=2;break;case 4:t[i]={type:vs,value:e.getInt32(n,!1)},n+=4;break;case 5:t[i]={type:ks,value:new ps(new Uint8Array(e.buffer,e.byteOffset+n,8))},n+=8;break;case 6:const r=e.getUint16(n,!1);n+=2,t[i]={type:Ss,value:new Uint8Array(e.buffer,e.byteOffset+n,r)},n+=r;break;case 7:const s=e.getUint16(n,!1);n+=2,t[i]={type:As,value:this.toUtf8(new Uint8Array(e.buffer,e.byteOffset+n,s))},n+=s;break;case 8:t[i]={type:Es,value:new Date(new ps(new Uint8Array(e.buffer,e.byteOffset+n,8)).valueOf())},n+=8;break;case 9:const o=new Uint8Array(e.buffer,e.byteOffset+n,16);n+=16,t[i]={type:Is,value:`${kn(o.subarray(0,4))}-${kn(o.subarray(4,6))}-${kn(o.subarray(6,8))}-${kn(o.subarray(8,10))}-${kn(o.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"}(ls||(ls={}));const ys="boolean",ws="byte",bs="short",vs="integer",ks="long",Ss="binary",As="string",Es="timestamp",Is="uuid",xs=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;class _s{constructor(e,t){this.headerMarshaller=new gs(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 n=this.headerMarshaller.format(e),r=n.byteLength+t.byteLength+16,i=new Uint8Array(r),s=new DataView(i.buffer,i.byteOffset,i.byteLength),o=new hs;return s.setUint32(0,r,!1),s.setUint32(4,n.byteLength,!1),s.setUint32(8,o.update(i.subarray(0,8)).digest(),!1),i.set(n,12),i.set(t,n.byteLength+12),s.setUint32(r-4,o.update(i.subarray(8,r-4)).digest(),!1),i}decode(e){const{headers:t,body:n}=function({byteLength:e,byteOffset:t,buffer:n}){if(e<16)throw new Error("Provided message too short to accommodate event stream message overhead");const r=new DataView(n,t,e),i=r.getUint32(0,!1);if(e!==i)throw new Error("Reported message length does not match received message length");const s=r.getUint32(4,!1),o=r.getUint32(8,!1),a=r.getUint32(e-4,!1),c=(new hs).update(new Uint8Array(n,t,8));if(o!==c.digest())throw new Error(`The prelude checksum specified in the message (${o}) does not match the calculated CRC32 checksum (${c.digest()})`);if(c.update(new Uint8Array(n,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(n,t+8+4,s),body:new Uint8Array(n,t+8+4+s,i-s-16)}}(e);return{headers:this.headerMarshaller.parse(t),body:n}}formatHeaders(e){return this.headerMarshaller.format(e)}}class Rs{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 Ps{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 Cs{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 Ms{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 Ts(e,t){return async function(n){const{value:r}=n.headers[":message-type"];if("error"===r){const e=new Error(n.headers[":error-message"].value||"UnknownError");throw e.name=n.headers[":error-code"].value,e}if("exception"===r){const r=n.headers[":exception-type"].value,i={[r]:n},s=await e(i);if(s.$unknown){const e=new Error(t(n.body));throw e.name=r,e}throw s[r]}if("event"===r){const t={[n.headers[":event-type"].value]:n},r=await e(t);if(r.$unknown)return;return r}throw Error(`Unrecognizable event type: ${n.headers[":event-type"].value}`)}}class Os{constructor({utf8Encoder:e,utf8Decoder:t}){this.eventStreamCodec=new _s(e,t),this.utfEncoder=e}deserialize(e,t){const n=function(e){let t=0,n=0,r=null,i=null;const s=e=>{if("number"!=typeof e)throw new Error("Attempted to allocate an event message where size was not a number: "+e);t=e,n=4,r=new Uint8Array(e),new DataView(r.buffer).setUint32(0,e,!1)};return{[Symbol.asyncIterator]:async function*(){const o=e[Symbol.asyncIterator]();for(;;){const{value:e,done:a}=await o.next();if(a){if(!t)return;if(t!==n)throw new Error("Truncated event message received.");return void(yield r)}const c=e.length;let u=0;for(;u<c;){if(!r){const t=c-u;i||(i=new Uint8Array(4));const r=Math.min(4-n,t);if(i.set(e.slice(u,u+r),n),n+=r,u+=r,n<4)break;s(new DataView(i.buffer).getUint32(0,!1)),i=null}const o=Math.min(t-n,c-u);r.set(e.slice(u,u+o),n),n+=o,u+=o,t&&t===n&&(yield r,r=null,t=0,n=0)}}}}}(e);return new Cs({messageStream:new Rs({inputStream:n,decoder:this.eventStreamCodec}),deserializer:Ts(t,this.utfEncoder)})}serialize(e,t){return new Ps({messageStream:new Ms({inputStream:e,serializer:t}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}class Ls{constructor({utf8Encoder:e,utf8Decoder:t}){this.universalMarshaller=new Os({utf8Decoder:t,utf8Encoder:e})}deserialize(e,t){const n=Ns(e)?(r=e,{[Symbol.asyncIterator]:async function*(){const e=r.getReader();try{for(;;){const{done:t,value:n}=await e.read();if(t)return;yield n}}finally{e.releaseLock()}}}):e;var r;return this.universalMarshaller.deserialize(n,t)}serialize(e,t){const n=this.universalMarshaller.serialize(e,t);return"function"==typeof ReadableStream?(e=>{const t=e[Symbol.asyncIterator]();return new ReadableStream({async pull(e){const{done:n,value:r}=await t.next();if(n)return e.close();e.enqueue(r)}})})(n):n}}const Ns=e=>"function"==typeof ReadableStream&&e instanceof ReadableStream,$s=e=>new Ls(e);function Us(e=0){return new Promise(((t,n)=>{e&&setTimeout((()=>{const t=new Error(`Request did not complete within ${e} ms`);t.name="TimeoutError",n(t)}),e)}))}const Fs={supported:void 0};class Bs{static create(e){return"function"==typeof e?.handle?e:new Bs(e)}constructor(e){"function"==typeof e?this.configProvider=e().then((e=>e||{})):(this.config=e??{},this.configProvider=Promise.resolve(this.config)),void 0===Fs.supported&&(Fs.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 n=this.config.requestTimeout,r=!0===this.config.keepAlive,i=this.config.credentials;if(t?.aborted){const e=new Error("Request aborted");return e.name="AbortError",Promise.reject(e)}let s=e.path;const o=function(e){const t=[];for(let n of Object.keys(e).sort()){const r=e[n];if(n=ni(n),Array.isArray(r))for(let e=0,i=r.length;e<i;e++)t.push(`${n}=${ni(r[e])}`);else{let e=n;(r||"string"==typeof r)&&(e+=`=${ni(r)}`),t.push(e)}}return t.join("&")}(e.query||{});o&&(s+=`?${o}`),e.fragment&&(s+=`#${e.fragment}`);let a="";if(null!=e.username||null!=e.password){a=`${e.username??""}:${e.password??""}@`}const{port:c,method:u}=e,d=`${e.protocol}//${a}${e.hostname}${c?`:${c}`:""}${s}`,l="GET"===u||"HEAD"===u?void 0:e.body,h={body:l,headers:new Headers(e.headers),method:u,credentials:i};this.config?.cache&&(h.cache=this.config.cache),l&&(h.duplex="half"),"undefined"!=typeof AbortController&&(h.signal=t),Fs.supported&&(h.keepalive=r),"function"==typeof this.config.requestInit&&Object.assign(h,this.config.requestInit(e));let f=()=>{};const p=new Request(d,h),m=[fetch(p).then((e=>{const t=e.headers,n={};for(const e of t.entries())n[e[0]]=e[1];return null!=e.body?{response:new at({headers:n,reason:e.statusText,statusCode:e.status,body:e.body})}:e.blob().then((t=>({response:new at({headers:n,reason:e.statusText,statusCode:e.status,body:t})})))})),Us(n)];return t&&m.push(new Promise(((e,n)=>{const r=()=>{const e=new Error("Request aborted");e.name="AbortError",n(e)};if("function"==typeof t.addEventListener){const e=t;e.addEventListener("abort",r,{once:!0}),f=()=>e.removeEventListener("abort",r)}else t.onabort=r}))),Promise.race(m).finally(f)}updateHttpClientConfig(e,t){this.config=void 0,this.configProvider=this.configProvider.then((n=>(n[e]=t,n)))}httpHandlerConfigs(){return this.config??{}}}const Ds=e=>"function"==typeof Blob&&e instanceof Blob?async function(e){const t=await function(e){return new Promise(((t,n)=>{const r=new FileReader;r.onloadend=()=>{if(2!==r.readyState)return n(new Error("Reader aborted too early"));const e=r.result??"",i=e.indexOf(","),s=i>-1?i+1:e.length;t(e.substring(s))},r.onabort=()=>n(new Error("Read aborted")),r.onerror=()=>n(r.error),r.readAsDataURL(e)}))}(e),n=fn(t);return new Uint8Array(n)}(e):async function(e){const t=[],n=e.getReader();let r=!1,i=0;for(;!r;){const{done:e,value:s}=await n.read();s&&(t.push(s),i+=s.length),r=e}const s=new Uint8Array(i);let o=0;for(const e of t)s.set(e,o),o+=e.length;return s}(e);const js="function"==typeof TextEncoder?new TextEncoder:null,Hs=e=>{if("string"==typeof e){if(js)return js.encode(e).byteLength;let t=e.length;for(let n=t-1;n>=0;n--){const r=e.charCodeAt(n);r>127&&r<=2047?t++:r>2047&&r<=65535&&(t+=2),r>=56320&&r<=57343&&n--}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}`)},qs=e=>new Date(Date.now()+e),zs=e=>at.isInstance(e)?e.headers?.date??e.headers?.Date:void 0,Vs=(e,t)=>{const n=Date.parse(e);return((e,t)=>Math.abs(qs(t).getTime()-e)>=3e5)(n,t)?n-Date.now():t},Gs=(e,t)=>{if(!t)throw new Error(`Property \`${e}\` is not resolved for AWS SDK SigV4Auth`);return t};class Ws{async sign(e,t,n){if(!ot.isInstance(e))throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");const{config:r,signer:i,signingRegion:s,signingName:o}=await(async e=>{const t=Gs("context",e.context),n=Gs("config",e.config),r=t.endpointV2?.properties?.authSchemes?.[0],i=Gs("signer",n.signer),s=await i(r),o=e?.signingRegion,a=e?.signingName;return{config:n,signer:s,signingRegion:o,signingName:a}})(n);return await i.sign(e,{signingDate:qs(r.systemClockOffset),signingRegion:s,signingService:o})}errorHandler(e){return t=>{const n=t.ServerTime??zs(t.$response);if(n){const r=Gs("config",e.config),i=r.systemClockOffset;r.systemClockOffset=Vs(n,r.systemClockOffset);r.systemClockOffset!==i&&t.$metadata&&(t.$metadata.clockSkewCorrected=!0)}throw t}}successHandler(e,t){const n=zs(e);if(n){const e=Gs("config",t.config);e.systemClockOffset=Vs(n,e.systemClockOffset)}}}const Ks="required",Js="fn",Qs="argv",Ys="ref",Zs=!0,Xs="isSet",eo="booleanEquals",to="error",no="endpoint",ro="tree",io="PartitionResult",so={[Ks]:!1,type:"String"},oo={[Ks]:!0,default:!1,type:"Boolean"},ao={[Ys]:"Endpoint"},co={[Js]:eo,[Qs]:[{[Ys]:"UseFIPS"},!0]},uo={[Js]:eo,[Qs]:[{[Ys]:"UseDualStack"},!0]},lo={},ho={[Js]:"getAttr",[Qs]:[{[Ys]:io},"supportsFIPS"]},fo={[Js]:eo,[Qs]:[!0,{[Js]:"getAttr",[Qs]:[{[Ys]:io},"supportsDualStack"]}]},po=[co],mo=[uo],go=[{[Ys]:"Region"}],yo={version:"1.0",parameters:{Region:so,UseDualStack:oo,UseFIPS:oo,Endpoint:so},rules:[{conditions:[{[Js]:Xs,[Qs]:[ao]}],rules:[{conditions:po,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:to},{rules:[{conditions:mo,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:to},{endpoint:{url:ao,properties:lo,headers:lo},type:no}],type:ro}],type:ro},{rules:[{conditions:[{[Js]:Xs,[Qs]:go}],rules:[{conditions:[{[Js]:"aws.partition",[Qs]:go,assign:io}],rules:[{conditions:[co,uo],rules:[{conditions:[{[Js]:eo,[Qs]:[Zs,ho]},fo],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:to}],type:ro},{conditions:po,rules:[{conditions:[{[Js]:eo,[Qs]:[ho,Zs]}],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime-fips.{Region}.{PartitionResult#dnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"FIPS is enabled but this partition does not support FIPS",type:to}],type:ro},{conditions:mo,rules:[{conditions:[fo],rules:[{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro},{error:"DualStack is enabled but this partition does not support DualStack",type:to}],type:ro},{rules:[{endpoint:{url:"https://bedrock-runtime.{Region}.{PartitionResult#dnsSuffix}",properties:lo,headers:lo},type:no}],type:ro}],type:ro}],type:ro},{error:"Invalid Configuration: Missing Region",type:to}],type:ro}]},wo=(e,t={})=>((e,t)=>{const{endpointParams:n,logger:r}=t,{parameters:i,rules:s}=e;t.logger?.debug?.(`${bt} Initial EndpointParams: ${vt(n)}`);const o=Object.entries(i).filter((([,e])=>null!=e.default)).map((([e,t])=>[e,t.default]));if(o.length>0)for(const[e,t]of o)n[e]=n[e]??t;const a=Object.entries(i).filter((([,e])=>e.required)).map((([e])=>e));for(const e of a)if(null==n[e])throw new kt(`Missing required parameter: '${e}'`);const c=Ut(s,{endpointParams:n,logger:r,referenceRecord:{}});return t.logger?.debug?.(`${bt} Resolved endpoint: ${vt(c)}`),c})(yo,{endpointParams:e,logger:t.logger});wt.aws=jt;Error;const bo=["in-region","cross-region","mobile","standard","legacy"],vo=()=>{const e="undefined"!=typeof window&&window?.navigator?.userAgent?us().parse(window.navigator.userAgent):void 0,t=e?.platform?.type;return"tablet"===t||"mobile"===t},ko=e=>{const t=(({defaultsMode:e}={})=>((e,t,n)=>{let r,i,s,o=!1;const a=async()=>{i||(i=e());try{r=await i,s=!0,o=!1}finally{i=void 0}return r};return void 0===t?async e=>(s&&!e?.forceRefresh||(r=await a()),r):async e=>(s&&!e?.forceRefresh||(r=await a()),o?r:n&&!n(r)?(o=!0,r):t(r)?(await a(),r):r)})((async()=>{const t="function"==typeof e?await e():e;switch(t?.toLowerCase()){case"auto":return Promise.resolve(vo()?"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 ${bo.join(", ")}, got ${t}`)}})))(e),n=()=>t().then(Nr),r=(e=>({apiVersion:"2023-09-30",base64Decoder:e?.base64Decoder??fn,base64Encoder:e?.base64Encoder??mn,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??wo,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??Fi,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:e=>e.getIdentityProvider("aws.auth#sigv4"),signer:new Ws}],logger:e?.logger??new Hr,serviceId:e?.serviceId??"Bedrock Runtime",urlParser:e?.urlParser??Dn,utf8Decoder:e?.utf8Decoder??pn,utf8Encoder:e?.utf8Encoder??gn}))(e);return{...r,...e,runtime:"browser",defaultsMode:t,bodyLengthChecker:e?.bodyLengthChecker??Hs,credentialDefaultProvider:e?.credentialDefaultProvider??(e=>()=>Promise.reject(new Error("Credential is missing"))),defaultUserAgentProvider:e?.defaultUserAgentProvider??ds({serviceId:r.serviceId,clientVersion:Di}),eventStreamSerdeProvider:e?.eventStreamSerdeProvider??$s,maxAttempts:e?.maxAttempts??3,region:e?.region??(i="Region is missing",()=>Promise.reject(i)),requestHandler:Bs.create(e?.requestHandler??n),retryMode:e?.retryMode??(async()=>(await n()).retryMode||Wn),sha256:e?.sha256??as,streamCollector:e?.streamCollector??Ds,useDualstackEndpoint:e?.useDualstackEndpoint??(()=>Promise.resolve(false)),useFipsEndpoint:e?.useFipsEndpoint??(()=>Promise.resolve(false))};var i},So=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}},Ao=e=>{const t=e.httpAuthSchemes;let n=e.httpAuthSchemeProvider,r=e.credentials;return{setHttpAuthScheme(e){const n=t.findIndex((t=>t.schemeId===e.schemeId));-1===n?t.push(e):t.splice(n,1,e)},httpAuthSchemes:()=>t,setHttpAuthSchemeProvider(e){n=e},httpAuthSchemeProvider:()=>n,setCredentials(e){r=e},credentials:()=>r}},Eo=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()});class Io extends kr{constructor(...[e]){const t=(e=>({...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"bedrock"}))(ko(e||{})),n=(e=>{const{region:t,useFipsEndpoint:n}=e;if(!t)throw new Error("Region is missing");return{...e,region:async()=>{if("string"==typeof t)return Xt(t);const e=await t();return Xt(e)},useFipsEndpoint:async()=>{const e="string"==typeof t?t:await t();return!!Zt(e)||("function"!=typeof n?Promise.resolve(!!n):n())}}})(t),r=(e=>{const t=e.tls??!0,{endpoint:n}=e,r=null!=n?async()=>jn(await Yt(n)()):void 0,i=!!n,s={...e,endpoint:r,tls:t,isCustomEndpoint:i,useDualstackEndpoint:Yt(e.useDualstackEndpoint??!1),useFipsEndpoint:Yt(e.useFipsEndpoint??!1)};let o;return s.serviceConfiguredEndpoint=async()=>(e.serviceId&&!o&&(o=Bn(e.serviceId)),o),s})(n);var i;const s=(e=>({...e,eventStreamMarshaller:e.eventStreamSerdeProvider(e)}))((e=>{const{retryStrategy:t}=e,n=Yt(e.maxAttempts??3);return{...e,maxAttempts:n,retryStrategy:async()=>t||(await Yt(e.retryMode)()===Gn.ADAPTIVE?new ar(n):new or(n))}})((i=r,{...i,customUserAgent:"string"==typeof i.customUserAgent?[[i.customUserAgent]]:i.customUserAgent})));const o=((e,t)=>{const n={...So(e),...Dr(e),...Ye(e),...Ao(e)};return t.forEach((e=>e.configure(n))),{...e,...(s=n,{region:s.region()}),...(i=n,{...Ur(i),...Br(i)}),...(r=n,{httpHandler:r.httpHandler()}),...Eo(n)};var r,i,s})({...$i(s)},e?.extensions||[]);super(o),this.config=o,this.middlewareStack.use(ut(this.config)),this.middlewareStack.use((this.config,{applyToStack:e=>{e.add(((e,t)=>async n=>{try{const r=await e(n),{clientName:i,commandName:s,logger:o,dynamoDbDocumentClientOptions:a={}}=t,{overrideInputFilterSensitiveLog:c,overrideOutputFilterSensitiveLog:u}=a,d=c??t.inputFilterSensitiveLog,l=u??t.outputFilterSensitiveLog,{$metadata:h,...f}=r.output;return o?.info?.({clientName:i,commandName:s,input:d(n.input),output:l(f),metadata:h}),r}catch(e){const{clientName:r,commandName:i,logger:s,dynamoDbDocumentClientOptions:o={}}=t,{overrideInputFilterSensitiveLog:a}=o,c=a??t.inputFilterSensitiveLog;throw s?.error?.({clientName:r,commandName:i,input:c(n.input),error:e,metadata:e.$metadata}),e}}),dt)}})),this.middlewareStack.use(ft(this.config)),this.middlewareStack.use((e=>({applyToStack:t=>{t.add(Gt(e),Kt)}}))(this.config)),this.middlewareStack.use(ei(this.config)),this.middlewareStack.use(Tn(this.config)),this.middlewareStack.use(((e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:n})=>({applyToStack:r=>{r.addRelativeTo(en(e,{httpAuthSchemeParametersProvider:t,identityProviderConfigProvider:n}),tn)}}))(this.config,{httpAuthSchemeParametersProvider:this.getDefaultHttpAuthSchemeParametersProvider(),identityProviderConfigProvider:this.getIdentityProviderConfigProvider()})),this.middlewareStack.use(un(this.config))}destroy(){super.destroy()}getDefaultHttpAuthSchemeParametersProvider(){return Ui}getIdentityProviderConfigProvider(){return async e=>new xn({"aws.auth#sigv4":e.credentials})}}class xo extends Tr{constructor(e){super(e),Object.setPrototypeOf(this,xo.prototype)}}class _o extends xo{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e}),this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,_o.prototype)}}var Ro;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(Ro||(Ro={}));class Po extends xo{constructor(e){super({name:"InternalServerException",$fault:"server",...e}),this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,Po.prototype)}}class Co extends xo{constructor(e){super({name:"ResourceNotFoundException",$fault:"client",...e}),this.name="ResourceNotFoundException",this.$fault="client",Object.setPrototypeOf(this,Co.prototype)}}class Mo extends xo{constructor(e){super({name:"ServiceQuotaExceededException",$fault:"client",...e}),this.name="ServiceQuotaExceededException",this.$fault="client",Object.setPrototypeOf(this,Mo.prototype)}}class To extends xo{constructor(e){super({name:"ThrottlingException",$fault:"client",...e}),this.name="ThrottlingException",this.$fault="client",Object.setPrototypeOf(this,To.prototype)}}class Oo extends xo{constructor(e){super({name:"ValidationException",$fault:"client",...e}),this.name="ValidationException",this.$fault="client",Object.setPrototypeOf(this,Oo.prototype)}}var Lo;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}(Lo||(Lo={}));var No;!function(e){e.visit=(e,t)=>void 0!==e.text?t.text(e.text):t._(e.$unknown[0],e.$unknown[1])}(No||(No={}));var $o,Uo;!function(e){e.visit=(e,t)=>void 0!==e.bytes?t.bytes(e.bytes):t._(e.$unknown[0],e.$unknown[1])}($o||($o={})),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])}(Uo||(Uo={}));var Fo;!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])}(Fo||(Fo={}));var Bo,Do,jo,Ho,qo;!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])}(Bo||(Bo={})),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])}(Do||(Do={})),function(e){e.visit=(e,t)=>void 0!==e.json?t.json(e.json):t._(e.$unknown[0],e.$unknown[1])}(jo||(jo={})),function(e){e.visit=(e,t)=>void 0!==e.toolSpec?t.toolSpec(e.toolSpec):t._(e.$unknown[0],e.$unknown[1])}(Ho||(Ho={})),function(e){e.visit=(e,t)=>void 0!==e.message?t.message(e.message):t._(e.$unknown[0],e.$unknown[1])}(qo||(qo={}));class zo extends xo{constructor(e){super({name:"ModelErrorException",$fault:"client",...e}),this.name="ModelErrorException",this.$fault="client",Object.setPrototypeOf(this,zo.prototype),this.originalStatusCode=e.originalStatusCode,this.resourceName=e.resourceName}}class Vo extends xo{constructor(e){super({name:"ModelNotReadyException",$fault:"client",...e}),this.name="ModelNotReadyException",this.$fault="client",Object.setPrototypeOf(this,Vo.prototype)}}class Go extends xo{constructor(e){super({name:"ModelTimeoutException",$fault:"client",...e}),this.name="ModelTimeoutException",this.$fault="client",Object.setPrototypeOf(this,Go.prototype)}}class Wo extends xo{constructor(e){super({name:"ServiceUnavailableException",$fault:"server",...e}),this.name="ServiceUnavailableException",this.$fault="server",Object.setPrototypeOf(this,Wo.prototype)}}var Ko,Jo,Qo;!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])}(Ko||(Ko={})),function(e){e.visit=(e,t)=>void 0!==e.toolUse?t.toolUse(e.toolUse):t._(e.$unknown[0],e.$unknown[1])}(Jo||(Jo={}));class Yo extends xo{constructor(e){super({name:"ModelStreamErrorException",$fault:"client",...e}),this.name="ModelStreamErrorException",this.$fault="client",Object.setPrototypeOf(this,Yo.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])}(Qo||(Qo={}));var Zo;!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])}(Zo||(Zo={}));const Xo=e=>({...e,...e.body&&{body:Er}}),ea=e=>({...e,...e.body&&{body:Er}}),ta=e=>({...e,...e.body&&{body:Er}}),na=e=>({...e,...e.body&&{body:"STREAMING_CONTENT"}}),ra=(e,t)=>((e,t)=>Sn(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{}})),ia=async(e,t)=>{const n=await ra(e,t);return n.message=n.message??n.Message,n},sa=async(e,t)=>{const n=En(e,t),r=qr({},Oa,{[$a]:e[Na]||"application/octet-stream",[La]:e[La],[za]:e[Ba],[Ha]:e[Ua],[qa]:e[Fa]});let i;return n.bp("/model/{modelId}/invoke"),n.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(i=e.body),n.m("POST").h(r).b(i),n.build()},oa=async(e,t)=>{const n=En(e,t),r=qr({},Oa,{[$a]:e[Na]||"application/octet-stream",[Da]:e[La],[za]:e[Ba],[Ha]:e[Ua],[qa]:e[Fa]});let i;return n.bp("/model/{modelId}/invoke-with-response-stream"),n.p("modelId",(()=>e.modelId),"{modelId}",!1),void 0!==e.body&&(i=e.body),n.m("POST").h(r).b(i),n.build()},aa=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return ua(e,t);const n=qr({$metadata:Ta(e),[Na]:[,e.headers[$a]]}),r=await Sn(e.body,t);return n.body=r,n},ca=async(e,t)=>{if(200!==e.statusCode&&e.statusCode>=300)return ua(e,t);const n=qr({$metadata:Ta(e),[Na]:[,e.headers[ja]]}),r=e.body;return n.body=Aa(r,t),n},ua=async(e,t)=>{const n={...e,body:await ia(e.body,t)},r=((e,t)=>{const n=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},r=(i=e.headers,s="x-amzn-errortype",Object.keys(i).find((e=>e.toLowerCase()===s.toLowerCase())));var i,s;return void 0!==r?n(e.headers[r]):void 0!==t.code?n(t.code):void 0!==t.__type?n(t.__type):void 0})(e,n.body);switch(r){case"AccessDeniedException":case"com.amazonaws.bedrockruntime#AccessDeniedException":throw await ha(n,t);case"InternalServerException":case"com.amazonaws.bedrockruntime#InternalServerException":throw await fa(n,t);case"ResourceNotFoundException":case"com.amazonaws.bedrockruntime#ResourceNotFoundException":throw await wa(n,t);case"ServiceQuotaExceededException":case"com.amazonaws.bedrockruntime#ServiceQuotaExceededException":throw await ba(n,t);case"ThrottlingException":case"com.amazonaws.bedrockruntime#ThrottlingException":throw await ka(n,t);case"ValidationException":case"com.amazonaws.bedrockruntime#ValidationException":throw await Sa(n,t);case"ModelErrorException":case"com.amazonaws.bedrockruntime#ModelErrorException":throw await pa(n,t);case"ModelNotReadyException":case"com.amazonaws.bedrockruntime#ModelNotReadyException":throw await ma(n,t);case"ModelTimeoutException":case"com.amazonaws.bedrockruntime#ModelTimeoutException":throw await ya(n,t);case"ServiceUnavailableException":case"com.amazonaws.bedrockruntime#ServiceUnavailableException":throw await va(n,t);case"ModelStreamErrorException":case"com.amazonaws.bedrockruntime#ModelStreamErrorException":throw await ga(n,t);default:const i=n.body;return da({output:e,parsedBody:i,errorCode:r})}},da=(la=xo,({output:e,parsedBody:t,errorCode:n})=>{(({output:e,parsedBody:t,exceptionCtor:n,errorCode:r})=>{const i=Lr(e),s=i.httpStatusCode?i.httpStatusCode+"":void 0,o=new n({name:t?.code||t?.Code||r||s||"UnknownError",$fault:"client",$metadata:i});throw Or(o,t)})({output:e,parsedBody:t,exceptionCtor:la,errorCode:n})});var la;const ha=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new _o({$metadata:Ta(e),...n});return Or(s,e.body)},fa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Po({$metadata:Ta(e),...n});return Or(s,e.body)},pa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr,originalStatusCode:xr,resourceName:Pr});Object.assign(n,i);const s=new zo({$metadata:Ta(e),...n});return Or(s,e.body)},ma=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Vo({$metadata:Ta(e),...n});return Or(s,e.body)},ga=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr,originalMessage:Pr,originalStatusCode:xr});Object.assign(n,i);const s=new Yo({$metadata:Ta(e),...n});return Or(s,e.body)},ya=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Go({$metadata:Ta(e),...n});return Or(s,e.body)},wa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Co({$metadata:Ta(e),...n});return Or(s,e.body)},ba=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Mo({$metadata:Ta(e),...n});return Or(s,e.body)},va=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Wo({$metadata:Ta(e),...n});return Or(s,e.body)},ka=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new To({$metadata:Ta(e),...n});return Or(s,e.body)},Sa=async(e,t)=>{const n=qr({}),r=e.body,i=zr(r,{message:Pr});Object.assign(n,i);const s=new Oo({$metadata:Ta(e),...n});return Or(s,e.body)},Aa=(e,t)=>t.eventStreamMarshaller.deserialize(e,(async n=>null!=n.chunk?{chunk:await _a(n.chunk,t)}:null!=n.internalServerException?{internalServerException:await Ea(n.internalServerException,t)}:null!=n.modelStreamErrorException?{modelStreamErrorException:await Ia(n.modelStreamErrorException,t)}:null!=n.validationException?{validationException:await Ca(n.validationException,t)}:null!=n.throttlingException?{throttlingException:await Pa(n.throttlingException,t)}:null!=n.modelTimeoutException?{modelTimeoutException:await xa(n.modelTimeoutException,t)}:null!=n.serviceUnavailableException?{serviceUnavailableException:await Ra(n.serviceUnavailableException,t)}:{$unknown:e})),Ea=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return fa(n,t)},Ia=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ga(n,t)},xa=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ya(n,t)},_a=async(e,t)=>{const n={},r=await ra(e.body,t);return Object.assign(n,Ma(r,t)),n},Ra=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return va(n,t)},Pa=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return ka(n,t)},Ca=async(e,t)=>{const n={...e,body:await ra(e.body,t)};return Sa(n,t)},Ma=(e,t)=>zr(e,{bytes:t.base64Decoder}),Ta=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"]}),Oa=e=>!(null==e||""===e||Object.getOwnPropertyNames(e).includes("length")&&0==e.length||Object.getOwnPropertyNames(e).includes("size")&&0==e.size),La="accept",Na="contentType",$a="content-type",Ua="guardrailIdentifier",Fa="guardrailVersion",Ba="trace",Da="x-amzn-bedrock-accept",ja="x-amzn-bedrock-content-type",Ha="x-amzn-bedrock-guardrailidentifier",qa="x-amzn-bedrock-guardrailversion",za="x-amzn-bedrock-trace";class Va extends(Sr.classBuilder().ep({...Bi}).m((function(e,t,n,r){return[sn(n,this.serialize,this.deserialize),Vn(n,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModelWithResponseStream",{eventStream:{output:!0}}).n("BedrockRuntimeClient","InvokeModelWithResponseStreamCommand").f(ta,na).ser(oa).de(ca).build()){}class Ga extends(Sr.classBuilder().ep({...Bi}).m((function(e,t,n,r){return[sn(n,this.serialize,this.deserialize),Vn(n,e.getEndpointParameterInstructions())]})).s("AmazonBedrockFrontendService","InvokeModel",{}).n("BedrockRuntimeClient","InvokeModelCommand").f(Xo,ea).ser(sa).de(aa).build()){}const Wa=Ka;function Ka(e,t){const n=Ja();return(Ka=function(e,t){return n[e-=287]})(e,t)}function Ja(){const e=["_apiUrl","locale","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.","length","chunk","\n<</SYS>>\n[INST]\n","signal","read","decode","_processProxyRequest","_prepareRequestParameters","utf8","anthropic.claude","_requestParameters","preparePrompt","getReader","filter","config","Human:\n","AWSTextAdapter","ai21.j2","ai.aws.requestParameters","utf-8","1908184AUMcpK","bedrock-2023-05-31","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.","ai.aws.requestHeaders","split","editor","data","ai.aws.apiUrl","AI_ERROR_UNSUPPORTED_MODEL","<<SYS>>\n","ai.aws.bedrockClientConfig","_requestHeaders","define","cohere.command","POST","get","generations","getModelFamily","send","resolve","31574mNshRQ","3033410BtndVE","generation","28467NQGmNQ","_readAsyncIterableResponse","860VzwHnT","stringify","\n\nAssistant:","toString","test","json","parse","\n[/INST]","_readStreamableResponse","226107ewHSmo","_bedrockClientConfig","anthropic.claude-v2","body","Instruction:\n","\nYou must keep the text formatting.\n\nContent:\n","application/json","sendRequest","text","bytes","completion","map","_prepareRequestHeaders","_getGeneratedText","meta.llama","1PENULA","join","7689568vvofqm","_readStaticResponse","pluginName","297228kseEPc","66FuJJmp","from","completions","_processAWSRequest","abortController"];return(Ja=function(){return e})()}!function(e){const t=Ka,n=e();for(;;)try{if(588086===-parseInt(t(311))/1*(parseInt(t(365))/2)+parseInt(t(316))/3+-parseInt(t(345))/4+-parseInt(t(366))/5+parseInt(t(317))/6*(parseInt(t(296))/7)+parseInt(t(313))/8+parseInt(t(368))/9*(parseInt(t(287))/10))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Ja);class Qa extends Ge{[Wa(322)];[Wa(356)];[Wa(297)];[Wa(335)];static get[Wa(315)](){return Wa(341)}constructor(e){const t=Wa;super(e),e[t(339)][t(360)](t(343))||e[t(339)][t(357)](t(343),{model:t(298),max_tokens_to_sample:2e3,temperature:1,top_p:1,top_k:250,anthropic_version:t(346),stream:!0}),this[t(322)]=e[t(339)][t(360)](t(352)),this[t(297)]=e[t(339)][t(360)](t(355)),this[t(356)]=e[t(339)][t(360)](t(348)),this[t(335)]=e[t(339)][t(360)](t(343))}async[Wa(303)]({query:e,context:t,onData:n,actionId:r}){const i=Wa,{model:s,stream:o,...a}=await this[i(332)](this[i(335)],r),c={prompt:await this[i(336)](e,t,s,r),...a};this[i(322)]?await this[i(331)](c,s,o,n,r):await this[i(320)](c,s,o,n)}async[Wa(336)](e,t,n,r){const i=Wa;let s,o;return t?(s=i(347),o=i(300)+e+i(301)+t):(s=i(324),o=e),i(310)==this[i(362)](n)?i(354)+s+i(327)+o+i(294):i(340)+s+"\n"+o+i(289)}[Wa(362)](e){const t=Wa;if(/^anthropic\.claude/[t(291)](e))return t(334);if(/^ai21\.j2/[t(291)](e))return t(342);if(/^cohere\.command/[t(291)](e))return t(358);if(/^meta\.llama/[t(291)](e))return t(310);throw new b(v(this[t(350)][t(323)],t(353),e))}async[Wa(331)](e,t,n,r,i){const s=Wa,o={method:s(359),headers:await this[s(308)](this[s(356)],i),body:JSON[s(288)]({...e,model:t,stream:n}),signal:this[s(321)][s(328)]},a=await fetch(this[s(322)],o);n?await this[s(295)](a,t,r):await this[s(314)](a,t,r)}async[Wa(320)](e,t,n,r){const i=Wa,s=new Io(this[i(297)]),o={body:JSON[i(288)](e),contentType:i(302),accept:i(302),modelId:t};let a;if(n){const e=new Va(o);a=await s[i(363)](e,{abortSignal:this[i(321)][i(328)]}),await this[i(369)](a,t,r)}else{const e=new Ga(o);a=await s[i(363)](e,{abortSignal:this[i(321)][i(328)]}),await this[i(314)](a,t,r)}}async[Wa(369)](e,t,n){const r=Wa,i=e[r(299)],s=new TextDecoder(r(344));let o="";for await(const e of i)if(e[r(326)]){const i=s[r(330)](e[r(326)][r(305)]),a=JSON[r(293)](i);o+=this[r(309)](a,t),n(o)}return Promise[r(364)]()}async[Wa(295)](e,t,n){const r=Wa,i=e[r(299)],s=new TextDecoder(r(344)),o=i[r(337)]();let a="",c="",u=!1;for(;!u;){const{done:e,value:i}=await o[r(329)]();if(u=e,u)break;const d=(a+s[r(330)](i))[r(349)]("\n")[r(307)]((e=>{const t=r;try{return a="",JSON[t(293)](e)}catch{return a=e,null}}))[r(338)]((e=>null!==e));d[r(325)]&&(c+=d[r(307)]((e=>this[r(309)](e,t)))[r(312)](""),n(c))}return Promise[r(364)]()}async[Wa(314)](e,t,n){const r=Wa;let i;return i=e instanceof Response?await e[r(292)]():JSON[r(293)](Buffer[r(318)](e[r(299)])[r(290)](r(333))),n(this[r(309)](i,t)),Promise[r(364)]()}[Wa(309)](e,t){const n=Wa;switch(this[n(362)](t)){case n(334):return e[n(306)];case n(342):return e[n(319)][0][n(351)][n(304)];case n(358):return e[n(361)][0][n(304)];case n(310):return e[n(367)]}}}function Ya(e,t){var n=Za();return(Ya=function(e,t){return n[e-=423]})(e,t)}function Za(){var e=["3509891lHJVgz","8kkMjYx","7464798SsrRvZ","268998hQLBxf","782056bIPper","328599sJWlAi","36zbyzFb","311770oDygsU","91755QRaZGq"];return(Za=function(){return e})()}!function(e){for(var t=Ya,n=e();;)try{if(267514===-parseInt(t(426))/1+-parseInt(t(424))/2+-parseInt(t(429))/3+-parseInt(t(425))/4+parseInt(t(428))/5*(-parseInt(t(427))/6)+-parseInt(t(430))/7*(-parseInt(t(431))/8)+parseInt(t(423))/9)break;n.push(n.shift())}catch(e){n.push(n.shift())}}(Za)})(),(window.CKEditor5=window.CKEditor5||{}).ai=r})();