Socket
Socket
Sign inDemoInstall

recombee-js-api-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recombee-js-api-client - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/recombee-api-client.min.js

@@ -1,2 +0,2 @@

(function(e,t){'object'==typeof exports&&'object'==typeof module?module.exports=t():'function'==typeof define&&define.amd?define('recombee',[],t):'object'==typeof exports?exports.recombee=t():e.recombee=t()})('undefined'==typeof self?this:self,function(){return function(e){function t(r){if(a[r])return a[r].exports;var i=a[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var a={};return t.m=e,t.c=a,t.d=function(e,a,r){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var a=e&&e.__esModule?function(){return e['default']}:function(){return e};return t.d(a,'a',a),a},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p='',t(t.s=4)}([function(e,t){'use strict';t.Request=class{constructor(e,t,a){this.method=e,this.path=t,this.timeout=a}}},function(e,t){'use strict';class a extends Error{constructor(e){super(e),this.name=this.constructor.name,'function'==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack}}t.ApiError=a},function(e,t,a){'use strict';const r=a(1);class i extends r.ApiError{constructor(e,t,a){super(a),this.request=e,this.statusCode=t}}t.ResponseError=i},function(e,t,a){'use strict';const r=a(1);class i extends r.ApiError{constructor(e){super(`Client did not get response within ${e.timeout} ms`),this.request=e}}t.TimeoutError=i},function(e,t,a){e.exports=a(5)},function(e,t,a){'use strict';t.ApiClient=a(6).ApiClient,t.ApiError=a(1).ApiError,t.ResponseError=a(2).ResponseError,t.TimeoutError=a(3).TimeoutError,t.MergeUsers=a(10).MergeUsers,t.AddDetailView=a(11).AddDetailView,t.AddPurchase=a(12).AddPurchase,t.AddRating=a(13).AddRating,t.AddCartAddition=a(14).AddCartAddition,t.AddBookmark=a(15).AddBookmark,t.SetViewPortion=a(16).SetViewPortion,t.RecommendItemsToUser=a(17).RecommendItemsToUser,t.RecommendItemsToItem=a(18).RecommendItemsToItem,t.SearchItems=a(19).SearchItems},function(e,t,a){'use strict';(function(e){const r=a(8),i=a(9);t.ApiClient=class{constructor(t,a,r){this.databaseId=t,this.publicToken=a,this.options=r||{},this.baseUri=this.options.baseUri||e.env.RAPI_URI||'client-rapi.recombee.com',this.useHttps=!('useHttps'in this.options)||this.options.useHttps,this.async=!('async'in this.options)||this.options.async}send(e,t){var a=this;if(t===void 0&&window.Promise)return new Promise(function(t,r){a.send(e,function(e,a){e?r(e):t(a)})});var r=this._signUrl(e.path),s=(this.useHttps?'https://':'http://')+this.baseUri+r,n=new XMLHttpRequest;n.open('POST',s,this.async),n.setRequestHeader('Accept','application/json'),n.setRequestHeader('Content-Type','text/plain'),this.async&&(n.timeout=e.timeout),n.onreadystatechange=function(){if(4==this.readyState&&this.responseText)if(200==this.status){if(t)return t(null,JSON.parse(this.responseText));}else if(t)return t(new i.ResponseError(e,this.status,this.responseText))},n.ontimeout=function(){if(t)return t(new i.TimeoutError(e))},n.send(JSON.stringify(e.bodyParameters()))}_signUrl(e){let t='/'+this.databaseId+e;t+=(-1==e.indexOf('?')?'?':'&')+'frontend_timestamp='+parseInt(new Date().getTime()/1e3);let a=new r('SHA-1','TEXT');return a.setHMACKey(this.publicToken,'TEXT'),a.update(t),t+='&frontend_sign='+a.getHMAC('HEX'),t}}}).call(t,a(7))},function(e){function t(){throw new Error('setTimeout has not been defined')}function a(){throw new Error('clearTimeout has not been defined')}function r(e){if(c===setTimeout)return setTimeout(e,0);if((c===t||!c)&&setTimeout)return c=setTimeout,setTimeout(e,0);try{return c(e,0)}catch(t){try{return c.call(null,e,0)}catch(t){return c.call(this,e,0)}}}function i(e){if(m===clearTimeout)return clearTimeout(e);if((m===a||!m)&&clearTimeout)return m=clearTimeout,clearTimeout(e);try{return m(e)}catch(t){try{return m.call(null,e)}catch(t){return m.call(this,e)}}}function s(){b&&p&&(b=!1,p.length?l=p.concat(l):A=-1,l.length&&n())}function n(){if(!b){var e=r(s);b=!0;for(var t=l.length;t;){for(p=l,l=[];++A<t;)p&&p[A].run();A=-1,t=l.length}p=null,b=!1,i(e)}}function o(e,t){this.fun=e,this.array=t}function d(){}var c,m,u=e.exports={};(function(){try{c='function'==typeof setTimeout?setTimeout:t}catch(a){c=t}try{m='function'==typeof clearTimeout?clearTimeout:a}catch(t){m=a}})();var p,l=[],b=!1,A=-1;u.nextTick=function(e){var t=Array(arguments.length-1);if(1<arguments.length)for(var a=1;a<arguments.length;a++)t[a-1]=arguments[a];l.push(new o(e,t)),1!==l.length||b||r(n)},o.prototype.run=function(){this.fun.apply(null,this.array)},u.title='browser',u.browser=!0,u.env={},u.argv=[],u.version='',u.versions={},u.on=d,u.addListener=d,u.once=d,u.off=d,u.removeListener=d,u.removeAllListeners=d,u.emit=d,u.prependListener=d,u.prependOnceListener=d,u.listeners=function(){return[]},u.binding=function(){throw new Error('process.binding is not supported')},u.cwd=function(){return'/'},u.chdir=function(){throw new Error('process.chdir is not supported')},u.umask=function(){return 0}},function(e,a,r){'use strict';var i;(function(s){function n(i,s,a){var o,S,l,H,T,P,f,E,r,t=0,e=[],h=0,n=!1,d=[],I=[],U=!1,y=!1,D=-1;if(a=a||{},o=a.encoding||'UTF8',r=a.numRounds||1,r!==parseInt(r,10)||1>r)throw Error('numRounds must a integer >= 1');if('SHA-1'===i)T=512,P=A,f=k,H=160,E=function(e){return e.slice()};else if(0===i.lastIndexOf('SHA-',0)){if(P=function(e,t){return g(e,t,i)},f=function(t,a,r,s){var e,n;if('SHA-224'===i||'SHA-256'===i)e=(a+65>>>9<<4)+15,n=16;else if('SHA-384'===i||'SHA-512'===i)e=(a+129>>>10<<5)+31,n=32;else throw Error('Unexpected error in SHA-2 implementation');for(;t.length<=e;)t.push(0);for(t[a>>>5]|=128<<24-a%32,a+=r,t[e]=4294967295&a,t[e-1]=0|a/4294967296,r=t.length,a=0;a<r;a+=n)s=g(t.slice(a,a+n),s,i);if('SHA-224'===i)t=[s[0],s[1],s[2],s[3],s[4],s[5],s[6]];else if('SHA-256'===i)t=s;else if('SHA-384'===i)t=[s[0].a,s[0].b,s[1].a,s[1].b,s[2].a,s[2].b,s[3].a,s[3].b,s[4].a,s[4].b,s[5].a,s[5].b];else if('SHA-512'===i)t=[s[0].a,s[0].b,s[1].a,s[1].b,s[2].a,s[2].b,s[3].a,s[3].b,s[4].a,s[4].b,s[5].a,s[5].b,s[6].a,s[6].b,s[7].a,s[7].b];else throw Error('Unexpected error in SHA-2 implementation');return t},E=function(e){return e.slice()},'SHA-224'===i)T=512,H=224;else if('SHA-256'===i)T=512,H=256;else if('SHA-384'===i)T=1024,H=384;else if('SHA-512'===i)T=1024,H=512;else throw Error('Chosen SHA variant is not supported');}else if(0===i.lastIndexOf('SHA3-',0)||0===i.lastIndexOf('SHAKE',0)){var x=6;if(P=v,E=function(t){var a,e=[];for(a=0;5>a;a+=1)e[a]=t[a].slice();return e},D=1,'SHA3-224'===i)T=1152,H=224;else if('SHA3-256'===i)T=1088,H=256;else if('SHA3-384'===i)T=832,H=384;else if('SHA3-512'===i)T=576,H=512;else if('SHAKE128'===i)T=1344,H=-1,x=31,y=!0;else if('SHAKE256'===i)T=1088,H=-1,x=31,y=!0;else throw Error('Chosen SHA variant is not supported');f=function(t,a,r,e,i){r=T;var s,o=x,c=[],m=r>>>5,n=0,u=a>>>5;for(s=0;s<u&&a>=r;s+=m)e=v(t.slice(s,s+m),e),a-=r;for(t=t.slice(s),a%=r;t.length<m;)t.push(0);for(s=a>>>3,t[s>>2]^=o<<8*(s%4),t[m-1]^=2147483648,e=v(t,e);32*c.length<i&&(t=e[n%5][0|n/5],c.push(t.b),!(32*c.length>=i));)c.push(t.a),n+=1,0==64*n%r&&v(null,e);return c}}else throw Error('Chosen SHA variant is not supported');l=R(s,o,D),S=B(i),this.setHMACKey=function(e,a,r){var s;if(!0==n)throw Error('HMAC key already set');if(!0==U)throw Error('Cannot set HMAC key after calling update');if(!0==y)throw Error('SHAKE is not supported for HMAC');if(o=(r||{}).encoding||'UTF8',a=R(a,o,D)(e),e=a.binLen,a=a.value,s=T>>>3,r=s/4-1,s<e/8){for(a=f(a,e,0,B(i),H);a.length<=r;)a.push(0);a[r]&=4294967040}else if(s>e/8){for(;a.length<=r;)a.push(0);a[r]&=4294967040}for(e=0;e<=r;e+=1)d[e]=909522486^a[e],I[e]=1549556828^a[e];S=P(d,S),t=T,n=!0},this.update=function(r){var a,i,s,n=0,o=T>>>5;for(a=l(r,e,h),r=a.binLen,i=a.value,a=r>>>5,s=0;s<a;s+=o)n+T<=r&&(S=P(i.slice(s,s+o),S),n+=T);t+=n,e=i.slice(n>>>5),h=r%T,U=!0},this.getHash=function(s,a){var o,l,b,d;if(!0==n)throw Error('Cannot call getHash after setting HMAC key');if(b=C(a),!0==y){if(-1===b.shakeLen)throw Error('shakeLen must be specified in options');H=b.shakeLen}switch(s){case'HEX':o=function(e){return c(e,H,D,b)};break;case'B64':o=function(e){return m(e,H,D,b)};break;case'BYTES':o=function(e){return u(e,H,D)};break;case'ARRAYBUFFER':try{l=new ArrayBuffer(0)}catch(e){throw Error('ARRAYBUFFER not supported by this environment')}o=function(e){return p(e,H,D)};break;default:throw Error('format must be HEX, B64, BYTES, or ARRAYBUFFER');}for(d=f(e.slice(),h,t,E(S),H),l=1;l<r;l+=1)!0==y&&0!=H%32&&(d[d.length-1]&=16777215>>>24-H%32),d=f(d,H,0,B(i),H);return o(d)},this.getHMAC=function(r,a){var s,o,l,d;if(!1==n)throw Error('Cannot call getHMAC without first setting HMAC key');switch(l=C(a),r){case'HEX':s=function(e){return c(e,H,D,l)};break;case'B64':s=function(e){return m(e,H,D,l)};break;case'BYTES':s=function(e){return u(e,H,D)};break;case'ARRAYBUFFER':try{s=new ArrayBuffer(0)}catch(e){throw Error('ARRAYBUFFER not supported by this environment')}s=function(e){return p(e,H,D)};break;default:throw Error('outputFormat must be HEX, B64, BYTES, or ARRAYBUFFER');}return o=f(e.slice(),h,t,E(S),H),d=P(I,B(i)),d=f(o,H,T,d,H),s(d)}}function o(e,t){this.a=e,this.b=t}function c(t,r,a,i){var e='';r/=8;var s,n,o;for(o=-1===a?3:0,s=0;s<r;s+=1)n=t[s>>>2]>>>8*(o+s%4*a),e+='0123456789abcdef'.charAt(15&n>>>4)+'0123456789abcdef'.charAt(15&n);return i.outputUpper?e.toUpperCase():e}function m(t,r,a,i){var e,s,o,d,c='',m=r/8;for(d=-1===a?3:0,e=0;e<m;e+=3)for(s=e+1<m?t[e+1>>>2]:0,o=e+2<m?t[e+2>>>2]:0,o=(255&t[e>>>2]>>>8*(d+e%4*a))<<16|(255&s>>>8*(d+(e+1)%4*a))<<8|255&o>>>8*(d+(e+2)%4*a),s=0;4>s;s+=1)c+=8*e+6*s<=r?'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.charAt(63&o>>>6*(3-s)):i.b64Pad;return c}function u(t,r,a){var i='';r/=8;var e,s,n;for(n=-1===a?3:0,e=0;e<r;e+=1)s=255&t[e>>>2]>>>8*(n+e%4*a),i+=String.fromCharCode(s);return i}function p(t,r,a){r/=8;var i,e,s,n=new ArrayBuffer(r);for(s=new Uint8Array(n),e=-1===a?3:0,i=0;i<r;i+=1)s[i]=255&t[i>>>2]>>>8*(e+i%4*a);return n}function C(e){var t={outputUpper:!1,b64Pad:'=',shakeLen:-1};if(e=e||{},t.outputUpper=e.outputUpper||!1,!0===e.hasOwnProperty('b64Pad')&&(t.b64Pad=e.b64Pad),!0===e.hasOwnProperty('shakeLen')){if(0!=e.shakeLen%8)throw Error('shakeLen must be a multiple of 8');t.shakeLen=e.shakeLen}if('boolean'!=typeof t.outputUpper)throw Error('Invalid outputUpper formatting option');if('string'!=typeof t.b64Pad)throw Error('Invalid b64Pad formatting option');return t}function R(e,i,s){switch(i){case'UTF8':case'UTF16BE':case'UTF16LE':break;default:throw Error('encoding must be UTF8, UTF16BE, or UTF16LE');}switch(e){case'HEX':e=function(e,t,a){var r,i,n,o,d,m,u=e.length;if(0!=u%2)throw Error('String of HEX type must be in byte increments');for(t=t||[0],a=a||0,d=a>>>3,m=-1===s?3:0,r=0;r<u;r+=2){if(i=parseInt(e.substr(r,2),16),isNaN(i))throw Error('String of HEX type contains invalid characters');for(o=(r>>>1)+d,n=o>>>2;t.length<=n;)t.push(0);t[n]|=i<<8*(m+o%4*s)}return{value:t,binLen:4*u+a}};break;case'TEXT':e=function(e,a,n){var o,d,c,l,m,b,u,r,t=0;if(a=a||[0],n=n||0,m=n>>>3,'UTF8'===i)for(r=-1===s?3:0,c=0;c<e.length;c+=1)for(o=e.charCodeAt(c),d=[],128>o?d.push(o):2048>o?(d.push(192|o>>>6),d.push(128|63&o)):55296>o||57344<=o?d.push(224|o>>>12,128|63&o>>>6,128|63&o):(c+=1,o=65536+((1023&o)<<10|1023&e.charCodeAt(c)),d.push(240|o>>>18,128|63&o>>>12,128|63&o>>>6,128|63&o)),l=0;l<d.length;l+=1){for(u=t+m,b=u>>>2;a.length<=b;)a.push(0);a[b]|=d[l]<<8*(r+u%4*s),t+=1}else if('UTF16BE'===i||'UTF16LE'===i)for(r=-1===s?2:0,d='UTF16LE'==i&&1!==s||'UTF16LE'!=i&&1===s,c=0;c<e.length;c+=1){for(o=e.charCodeAt(c),!0===d&&(l=255&o,o=l<<8|o>>>8),u=t+m,b=u>>>2;a.length<=b;)a.push(0);a[b]|=o<<8*(r+u%4*s),t+=2}return{value:a,binLen:8*t+n}};break;case'B64':e=function(e,a,i){var n,o,d,p,m,l,u,r,t=0;if(-1===e.search(/^[a-zA-Z0-9=+\/]+$/))throw Error('Invalid character in base-64 string');if(o=e.indexOf('='),e=e.replace(/\=/g,''),-1!==o&&o<e.length)throw Error('Invalid \'=\' found in base-64 string');for(a=a||[0],i=i||0,l=i>>>3,r=-1===s?3:0,o=0;o<e.length;o+=4){for(m=e.substr(o,4),d=p=0;d<m.length;d+=1)n='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.indexOf(m[d]),p|=n<<18-6*d;for(d=0;d<m.length-1;d+=1){for(u=t+l,n=u>>>2;a.length<=n;)a.push(0);a[n]|=(255&p>>>16-8*d)<<8*(r+u%4*s),t+=1}}return{value:a,binLen:8*t+i}};break;case'BYTES':e=function(e,t,a){var r,i,n,o,d,m;for(t=t||[0],a=a||0,n=a>>>3,m=-1===s?3:0,i=0;i<e.length;i+=1)r=e.charCodeAt(i),d=i+n,o=d>>>2,t.length<=o&&t.push(0),t[o]|=r<<8*(m+d%4*s);return{value:t,binLen:8*e.length+a}};break;case'ARRAYBUFFER':try{e=new ArrayBuffer(0)}catch(t){throw Error('ARRAYBUFFER not supported by this environment')}e=function(e,t,a){var r,i,n,o,d,m;for(t=t||[0],a=a||0,i=a>>>3,d=-1===s?3:0,m=new Uint8Array(e),r=0;r<e.byteLength;r+=1)o=r+i,n=o>>>2,t.length<=n&&t.push(0),t[n]|=m[r]<<8*(d+o%4*s);return{value:t,binLen:8*e.byteLength+a}};break;default:throw Error('format must be HEX, TEXT, B64, BYTES, or ARRAYBUFFER');}return e}function h(e,t){return e<<t|e>>>32-t}function b(e,t){return 32<t?(t-=32,new o(e.b<<t|e.a>>>32-t,e.a<<t|e.b>>>32-t)):0===t?e:new o(e.a<<t|e.b>>>32-t,e.b<<t|e.a>>>32-t)}function l(e,t){return e>>>t|e<<32-t}function I(e,t){var a=null,a=new o(e.a,e.b);return a=32>=t?new o(a.a>>>t|4294967295&a.b<<32-t,a.b>>>t|4294967295&a.a<<32-t):new o(a.b>>>t-32|4294967295&a.a<<64-t,a.a>>>t-32|4294967295&a.b<<64-t)}function t(e,t){var a=null;return a=32>=t?new o(e.a>>>t,e.b>>>t|4294967295&e.a<<32-t):new o(0,e.a>>>t-32)}function S(e,t,a){return e&t^~e&a}function T(e,t,a){return new o(e.a&t.a^~e.a&a.a,e.b&t.b^~e.b&a.b)}function P(e,t,a){return e&t^e&a^t&a}function U(e,t,a){return new o(e.a&t.a^e.a&a.a^t.a&a.a,e.b&t.b^e.b&a.b^t.b&a.b)}function O(e){return l(e,2)^l(e,13)^l(e,22)}function Y(e){var t=I(e,28),a=I(e,34);return e=I(e,39),new o(t.a^a.a^e.a,t.b^a.b^e.b)}function M(e){return l(e,6)^l(e,11)^l(e,25)}function j(e){var t=I(e,14),a=I(e,18);return e=I(e,41),new o(t.a^a.a^e.a,t.b^a.b^e.b)}function _(e){return l(e,7)^l(e,18)^e>>>3}function Q(e){var r=I(e,1),a=I(e,8);return e=t(e,7),new o(r.a^a.a^e.a,r.b^a.b^e.b)}function N(e){return l(e,17)^l(e,19)^e>>>10}function $(e){var r=I(e,19),a=I(e,61);return e=t(e,6),new o(r.a^a.a^e.a,r.b^a.b^e.b)}function ee(e,t){var a=(65535&e)+(65535&t);return(65535&(e>>>16)+(t>>>16)+(a>>>16))<<16|65535&a}function G(t,r,a,i){var e=(65535&t)+(65535&r)+(65535&a)+(65535&i);return(65535&(t>>>16)+(r>>>16)+(a>>>16)+(i>>>16)+(e>>>16))<<16|65535&e}function te(t,r,a,i,e){var s=(65535&t)+(65535&r)+(65535&a)+(65535&i)+(65535&e);return(65535&(t>>>16)+(r>>>16)+(a>>>16)+(i>>>16)+(e>>>16)+(s>>>16))<<16|65535&s}function H(t,r){var a,i,e;return a=(65535&t.b)+(65535&r.b),i=(t.b>>>16)+(r.b>>>16)+(a>>>16),e=(65535&i)<<16|65535&a,a=(65535&t.a)+(65535&r.a)+(i>>>16),i=(t.a>>>16)+(r.a>>>16)+(a>>>16),new o((65535&i)<<16|65535&a,e)}function ae(t,r,a,i){var e,s,n;return e=(65535&t.b)+(65535&r.b)+(65535&a.b)+(65535&i.b),s=(t.b>>>16)+(r.b>>>16)+(a.b>>>16)+(i.b>>>16)+(e>>>16),n=(65535&s)<<16|65535&e,e=(65535&t.a)+(65535&r.a)+(65535&a.a)+(65535&i.a)+(s>>>16),s=(t.a>>>16)+(r.a>>>16)+(a.a>>>16)+(i.a>>>16)+(e>>>16),new o((65535&s)<<16|65535&e,n)}function re(t,r,a,i,e){var s,n,d;return s=(65535&t.b)+(65535&r.b)+(65535&a.b)+(65535&i.b)+(65535&e.b),n=(t.b>>>16)+(r.b>>>16)+(a.b>>>16)+(i.b>>>16)+(e.b>>>16)+(s>>>16),d=(65535&n)<<16|65535&s,s=(65535&t.a)+(65535&r.a)+(65535&a.a)+(65535&i.a)+(65535&e.a)+(n>>>16),n=(t.a>>>16)+(r.a>>>16)+(a.a>>>16)+(i.a>>>16)+(e.a>>>16)+(s>>>16),new o((65535&n)<<16|65535&s,d)}function E(e,t){return new o(e.a^t.a,e.b^t.b)}function B(e){var t,r=[];if('SHA-1'===e)r=[1732584193,4023233417,2562383102,271733878,3285377520];else if(0===e.lastIndexOf('SHA-',0))switch(r=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428],t=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],e){case'SHA-224':break;case'SHA-256':r=t;break;case'SHA-384':r=[new o(3418070365,r[0]),new o(1654270250,r[1]),new o(2438529370,r[2]),new o(355462360,r[3]),new o(1731405415,r[4]),new o(41048885895,r[5]),new o(3675008525,r[6]),new o(1203062813,r[7])];break;case'SHA-512':r=[new o(t[0],4089235720),new o(t[1],2227873595),new o(t[2],4271175723),new o(t[3],1595750129),new o(t[4],2917565137),new o(t[5],725511199),new o(t[6],4215389547),new o(t[7],327033209)];break;default:throw Error('Unknown SHA variant');}else if(0===e.lastIndexOf('SHA3-',0)||0===e.lastIndexOf('SHAKE',0))for(e=0;5>e;e+=1)r[e]=[new o(0,0),new o(0,0),new o(0,0),new o(0,0),new o(0,0)];else throw Error('No SHA variants supported');return r}function A(t,r){var a,e,i,s,n,o,c,m=[];for(a=r[0],e=r[1],i=r[2],s=r[3],n=r[4],c=0;80>c;c+=1)m[c]=16>c?t[c]:h(m[c-3]^m[c-8]^m[c-14]^m[c-16],1),o=20>c?te(h(a,5),e&i^~e&s,n,1518500249,m[c]):40>c?te(h(a,5),e^i^s,n,1859775393,m[c]):60>c?te(h(a,5),P(e,i,s),n,2400959708,m[c]):te(h(a,5),e^i^s,n,3395469782,m[c]),n=s,s=i,i=h(e,30),e=a,a=o;return r[0]=ee(a,r[0]),r[1]=ee(e,r[1]),r[2]=ee(i,r[2]),r[3]=ee(s,r[3]),r[4]=ee(n,r[4]),r}function k(t,r,a,i){var e;for(e=(r+65>>>9<<4)+15;t.length<=e;)t.push(0);for(t[r>>>5]|=128<<24-r%32,r+=a,t[e]=4294967295&r,t[e-1]=0|r/4294967296,r=t.length,e=0;e<r;e+=16)i=A(t.slice(e,e+16),i);return i}function g(i,s,a){var c,e,b,n,h,l,p,I,m,g,u,r,t,f,R,v,A,y,x,F,k,C,D,B=[];if('SHA-224'===a||'SHA-256'===a)g=64,r=1,C=Number,t=ee,f=G,R=te,v=_,A=N,y=O,x=M,k=P,F=S,D=L;else if('SHA-384'===a||'SHA-512'===a)g=80,r=2,C=o,t=H,f=ae,R=re,v=Q,A=$,y=Y,x=j,k=U,F=T,D=d;else throw Error('Unexpected error in SHA-2 implementation');for(a=s[0],c=s[1],e=s[2],b=s[3],n=s[4],h=s[5],l=s[6],p=s[7],u=0;u<g;u+=1)16>u?(m=u*r,I=i.length<=m?0:i[m],m=i.length<=m+1?0:i[m+1],B[u]=new C(I,m)):B[u]=f(A(B[u-2]),B[u-7],v(B[u-15]),B[u-16]),I=R(p,x(n),F(n,h,l),D[u],B[u]),m=t(y(a),k(a,c,e)),p=l,l=h,h=n,n=t(b,I),b=e,e=c,c=a,a=t(I,m);return s[0]=t(a,s[0]),s[1]=t(c,s[1]),s[2]=t(e,s[2]),s[3]=t(b,s[3]),s[4]=t(n,s[4]),s[5]=t(h,s[5]),s[6]=t(l,s[6]),s[7]=t(p,s[7]),s}function v(t,r){var a,i,e,s,n=[],d=[];if(null!==t)for(i=0;i<t.length;i+=2)r[(i>>>1)%5][0|(i>>>1)/5]=E(r[(i>>>1)%5][0|(i>>>1)/5],new o(t[i+1],t[i]));for(a=0;24>a;a+=1){for(s=B('SHA3-'),i=0;5>i;i+=1){e=r[i][0];var c=r[i][1],u=r[i][2],p=r[i][3],m=r[i][4];n[i]=new o(e.a^c.a^u.a^p.a^m.a,e.b^c.b^u.b^p.b^m.b)}for(i=0;5>i;i+=1)d[i]=E(n[(i+4)%5],b(n[(i+1)%5],1));for(i=0;5>i;i+=1)for(e=0;5>e;e+=1)r[i][e]=E(r[i][e],d[i]);for(i=0;5>i;i+=1)for(e=0;5>e;e+=1)s[e][(2*i+3*e)%5]=b(r[i][e],f[i][e]);for(i=0;5>i;i+=1)for(e=0;5>e;e+=1)r[i][e]=E(s[i][e],new o(~s[(i+1)%5][e].a&s[(i+2)%5][e].a,~s[(i+1)%5][e].b&s[(i+2)%5][e].b));r[0][0]=E(r[0][0],y[a])}return r}var L,d,f,y;L=[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],d=[new o(L[0],3609767458),new o(L[1],602891725),new o(L[2],3964484399),new o(L[3],2173295548),new o(L[4],4081628472),new o(L[5],3053834265),new o(L[6],2937671579),new o(L[7],3664609560),new o(L[8],2734883394),new o(L[9],1164996542),new o(L[10],1323610764),new o(L[11],3590304994),new o(L[12],4068182383),new o(L[13],991336113),new o(L[14],633803317),new o(L[15],3479774868),new o(L[16],2666613458),new o(L[17],944711139),new o(L[18],2341262773),new o(L[19],2007800933),new o(L[20],1495990901),new o(L[21],1856431235),new o(L[22],3175218132),new o(L[23],2198950837),new o(L[24],3999719339),new o(L[25],766784016),new o(L[26],2566594879),new o(L[27],3203337956),new o(L[28],1034457026),new o(L[29],2466948901),new o(L[30],3758326383),new o(L[31],168717936),new o(L[32],1188179964),new o(L[33],1546045734),new o(L[34],1522805485),new o(L[35],2643833823),new o(L[36],2343527390),new o(L[37],1014477480),new o(L[38],1206759142),new o(L[39],344077627),new o(L[40],1290863460),new o(L[41],3158454273),new o(L[42],3505952657),new o(L[43],106217008),new o(L[44],3606008344),new o(L[45],1432725776),new o(L[46],1467031594),new o(L[47],851169720),new o(L[48],3100823752),new o(L[49],1363258195),new o(L[50],3750685593),new o(L[51],3785050280),new o(L[52],3318307427),new o(L[53],3812723403),new o(L[54],2003034995),new o(L[55],3602036899),new o(L[56],1575990012),new o(L[57],1125592928),new o(L[58],2716904306),new o(L[59],442776044),new o(L[60],593698344),new o(L[61],3733110249),new o(L[62],2999351573),new o(L[63],3815920427),new o(3391569614,3928383900),new o(3515267271,566280711),new o(3940187606,3454069534),new o(4118630271,4000239992),new o(116418474,1914138554),new o(174292421,2731055270),new o(289380356,3203993006),new o(460393269,320620315),new o(685471733,587496836),new o(852142971,1086792851),new o(1017036298,365543100),new o(1126000580,2618297676),new o(1288033470,3409855158),new o(1501505948,4234509866),new o(1607167915,987167468),new o(1816402316,1246189591)],y=[new o(0,1),new o(0,32898),new o(2147483648,32906),new o(2147483648,2147516416),new o(0,32907),new o(0,2147483649),new o(2147483648,2147516545),new o(2147483648,32777),new o(0,138),new o(0,136),new o(0,2147516425),new o(0,2147483658),new o(0,2147516555),new o(2147483648,139),new o(2147483648,32905),new o(2147483648,32771),new o(2147483648,32770),new o(2147483648,128),new o(0,32778),new o(2147483648,2147483658),new o(2147483648,2147516545),new o(2147483648,32896),new o(0,2147483649),new o(2147483648,2147516424)],f=[[0,36,3,41,18],[1,44,10,45,2],[62,6,43,15,61],[28,55,25,21,56],[27,20,39,8,14]],(i=function(){return n}.call(a,r,a,e),!(i!==void 0&&(e.exports=i)))})(this)},function(e,t,a){'use strict';t.ApiError=a(1).ApiError,t.ResponseError=a(2).ResponseError,t.TimeoutError=a(3).TimeoutError},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('PUT',`/users/${encodeURIComponent(e)}/merge/${encodeURIComponent(t)}`,3e4,!1),this.targetUserId=e,this.sourceUserId=t,a=a||{},this.cascadeCreate=a.cascadeCreate}bodyParameters(){let e={cascadeCreate:!(this.cascadeCreate!==void 0)||this.cascadeCreate};return e}}t.MergeUsers=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/detailviews/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.duration=a.duration,this.cascadeCreate=a.cascadeCreate,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.duration&&(e.duration=this.duration),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddDetailView=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/purchases/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.amount=a.amount,this.price=a.price,this.profit=a.profit,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.amount&&(e.amount=this.amount),void 0!==this.price&&(e.price=this.price),void 0!==this.profit&&(e.profit=this.profit),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddPurchase=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST','/ratings/',3e3,!1),this.userId=e,this.itemId=t,this.rating=a,r=r||{},this.timestamp=r.timestamp,this.cascadeCreate=r.cascadeCreate,this.recommId=r.recommId,this.additionalData=r.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,e.rating=this.rating,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddRating=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/cartadditions/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.amount=a.amount,this.price=a.price,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.amount&&(e.amount=this.amount),void 0!==this.price&&(e.price=this.price),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddCartAddition=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/bookmarks/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddBookmark=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST','/viewportions/',3e3,!1),this.userId=e,this.itemId=t,this.portion=a,r=r||{},this.sessionId=r.sessionId,this.timestamp=r.timestamp,this.cascadeCreate=r.cascadeCreate,this.recommId=r.recommId,this.additionalData=r.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,e.portion=this.portion,void 0!==this.sessionId&&(e.sessionId=this.sessionId),void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.SetViewPortion=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST',`/recomms/users/${encodeURIComponent(e)}/items/`,9e3,!1),this.userId=e,this.count=t,a=a||{},this.scenario=a.scenario,this.cascadeCreate=a.cascadeCreate,this.returnProperties=a.returnProperties,this.includedProperties=a.includedProperties,this.filter=a.filter,this.booster=a.booster,this.logic=a.logic,this.diversity=a.diversity,this.minRelevance=a.minRelevance,this.rotationRate=a.rotationRate,this.rotationTime=a.rotationTime,this.expertSettings=a.expertSettings,this.returnAbGroup=a.returnAbGroup}bodyParameters(){let e={};return e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.diversity&&(e.diversity=this.diversity),void 0!==this.minRelevance&&(e.minRelevance=this.minRelevance),void 0!==this.rotationRate&&(e.rotationRate=this.rotationRate),void 0!==this.rotationTime&&(e.rotationTime=this.rotationTime),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.RecommendItemsToUser=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST',`/recomms/items/${encodeURIComponent(e)}/items/`,9e3,!1),this.itemId=e,this.targetUserId=t,this.count=a,r=r||{},this.scenario=r.scenario,this.cascadeCreate=r.cascadeCreate,this.returnProperties=r.returnProperties,this.includedProperties=r.includedProperties,this.filter=r.filter,this.booster=r.booster,this.logic=r.logic,this.userImpact=r.userImpact,this.diversity=r.diversity,this.minRelevance=r.minRelevance,this.rotationRate=r.rotationRate,this.rotationTime=r.rotationTime,this.expertSettings=r.expertSettings,this.returnAbGroup=r.returnAbGroup}bodyParameters(){let e={};return e.targetUserId=this.targetUserId,e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.userImpact&&(e.userImpact=this.userImpact),void 0!==this.diversity&&(e.diversity=this.diversity),void 0!==this.minRelevance&&(e.minRelevance=this.minRelevance),void 0!==this.rotationRate&&(e.rotationRate=this.rotationRate),void 0!==this.rotationTime&&(e.rotationTime=this.rotationTime),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.RecommendItemsToItem=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST',`/search/users/${encodeURIComponent(e)}/items/`,9e3,!1),this.userId=e,this.searchQuery=t,this.count=a,r=r||{},this.scenario=r.scenario,this.cascadeCreate=r.cascadeCreate,this.returnProperties=r.returnProperties,this.includedProperties=r.includedProperties,this.filter=r.filter,this.booster=r.booster,this.logic=r.logic,this.expertSettings=r.expertSettings,this.returnAbGroup=r.returnAbGroup}bodyParameters(){let e={};return e.searchQuery=this.searchQuery,e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.SearchItems=i}])});
(function(e,t){'object'==typeof exports&&'object'==typeof module?module.exports=t():'function'==typeof define&&define.amd?define('recombee',[],t):'object'==typeof exports?exports.recombee=t():e.recombee=t()})('undefined'==typeof self?this:self,function(){return function(e){function t(r){if(a[r])return a[r].exports;var i=a[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var a={};return t.m=e,t.c=a,t.d=function(e,a,r){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var a=e&&e.__esModule?function(){return e['default']}:function(){return e};return t.d(a,'a',a),a},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p='',t(t.s=4)}([function(e,t){'use strict';t.Request=class{constructor(e,t,a){this.method=e,this.path=t,this.timeout=a}}},function(e,t){'use strict';class a extends Error{constructor(e){super(e),this.name=this.constructor.name,'function'==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack}}t.ApiError=a},function(e,t,a){'use strict';const r=a(1);class i extends r.ApiError{constructor(e,t,a){super(a),this.request=e,this.statusCode=t}}t.ResponseError=i},function(e,t,a){'use strict';const r=a(1);class i extends r.ApiError{constructor(e){super(`Client did not get response within ${e.timeout} ms`),this.request=e}}t.TimeoutError=i},function(e,t,a){e.exports=a(5)},function(e,t,a){'use strict';t.ApiClient=a(6).ApiClient,t.ApiError=a(1).ApiError,t.ResponseError=a(2).ResponseError,t.TimeoutError=a(3).TimeoutError,t.MergeUsers=a(9).MergeUsers,t.AddDetailView=a(10).AddDetailView,t.AddPurchase=a(11).AddPurchase,t.AddRating=a(12).AddRating,t.AddCartAddition=a(13).AddCartAddition,t.AddBookmark=a(14).AddBookmark,t.SetViewPortion=a(15).SetViewPortion,t.RecommendItemsToUser=a(16).RecommendItemsToUser,t.RecommendItemsToItem=a(17).RecommendItemsToItem,t.SearchItems=a(18).SearchItems},function(e,t,a){'use strict';const r=a(7),i=a(8);t.ApiClient=class{constructor(e,t,a){this.databaseId=e,this.publicToken=t,this.options=a||{},this.baseUri=this.options.baseUri||'client-rapi.recombee.com',this.useHttps=!('useHttps'in this.options)||this.options.useHttps,this.async=!('async'in this.options)||this.options.async}send(e,t){var a=this;if(t===void 0&&window.Promise)return new Promise(function(t,r){a.send(e,function(e,a){e?r(e):t(a)})});var r=this._signUrl(e.path),s=(this.useHttps?'https://':'http://')+this.baseUri+r,o=new XMLHttpRequest;o.open('POST',s,this.async),o.setRequestHeader('Accept','application/json'),o.setRequestHeader('Content-Type','text/plain'),this.async&&(o.timeout=e.timeout),o.onreadystatechange=function(){if(4==this.readyState&&this.responseText)if(200==this.status){if(t)return t(null,JSON.parse(this.responseText));}else if(t)return t(new i.ResponseError(e,this.status,this.responseText))},o.ontimeout=function(){if(t)return t(new i.TimeoutError(e))},o.send(JSON.stringify(e.bodyParameters()))}_signUrl(e){let t='/'+this.databaseId+e;t+=(-1==e.indexOf('?')?'?':'&')+'frontend_timestamp='+parseInt(new Date().getTime()/1e3);let a=new r('SHA-1','TEXT');return a.setHMACKey(this.publicToken,'TEXT'),a.update(t),t+='&frontend_sign='+a.getHMAC('HEX'),t}}},function(e,r,i){'use strict';var s;(function(o){function n(i,e,s){var o,S,T,H,P,n,f,E,r,t=0,h=[],U=0,m=!1,c=[],I=[],x=!1,D=!1,g=-1;if(s=s||{},o=s.encoding||'UTF8',r=s.numRounds||1,r!==parseInt(r,10)||1>r)throw Error('numRounds must a integer >= 1');if('SHA-1'===i)P=512,n=A,f=K,H=160,E=function(e){return e.slice()};else if(0===i.lastIndexOf('SHA-',0)){if(n=function(e,t){return v(e,t,i)},f=function(t,r,s,o){var a,e;if('SHA-224'===i||'SHA-256'===i)a=(r+65>>>9<<4)+15,e=16;else if('SHA-384'===i||'SHA-512'===i)a=(r+129>>>10<<5)+31,e=32;else throw Error('Unexpected error in SHA-2 implementation');for(;t.length<=a;)t.push(0);for(t[r>>>5]|=128<<24-r%32,r+=s,t[a]=4294967295&r,t[a-1]=0|r/4294967296,s=t.length,r=0;r<s;r+=e)o=v(t.slice(r,r+e),o,i);if('SHA-224'===i)t=[o[0],o[1],o[2],o[3],o[4],o[5],o[6]];else if('SHA-256'===i)t=o;else if('SHA-384'===i)t=[o[0].a,o[0].b,o[1].a,o[1].b,o[2].a,o[2].b,o[3].a,o[3].b,o[4].a,o[4].b,o[5].a,o[5].b];else if('SHA-512'===i)t=[o[0].a,o[0].b,o[1].a,o[1].b,o[2].a,o[2].b,o[3].a,o[3].b,o[4].a,o[4].b,o[5].a,o[5].b,o[6].a,o[6].b,o[7].a,o[7].b];else throw Error('Unexpected error in SHA-2 implementation');return t},E=function(e){return e.slice()},'SHA-224'===i)P=512,H=224;else if('SHA-256'===i)P=512,H=256;else if('SHA-384'===i)P=1024,H=384;else if('SHA-512'===i)P=1024,H=512;else throw Error('Chosen SHA variant is not supported');}else if(0===i.lastIndexOf('SHA3-',0)||0===i.lastIndexOf('SHAKE',0)){var Y=6;if(n=y,E=function(e){var t,a=[];for(t=0;5>t;t+=1)a[t]=e[t].slice();return a},g=1,'SHA3-224'===i)P=1152,H=224;else if('SHA3-256'===i)P=1088,H=256;else if('SHA3-384'===i)P=832,H=384;else if('SHA3-512'===i)P=576,H=512;else if('SHAKE128'===i)P=1344,H=-1,Y=31,D=!0;else if('SHAKE256'===i)P=1088,H=-1,Y=31,D=!0;else throw Error('Chosen SHA variant is not supported');f=function(t,r,i,a,s){i=P;var o,n=Y,e=[],d=i>>>5,m=0,p=r>>>5;for(o=0;o<p&&r>=i;o+=d)a=y(t.slice(o,o+d),a),r-=i;for(t=t.slice(o),r%=i;t.length<d;)t.push(0);for(o=r>>>3,t[o>>2]^=n<<8*(o%4),t[d-1]^=2147483648,a=y(t,a);32*e.length<s&&(t=a[m%5][0|m/5],e.push(t.b),!(32*e.length>=s));)e.push(t.a),m+=1,0==64*m%i&&(y(null,a),m=0);return e}}else throw Error('Chosen SHA variant is not supported');T=R(e,o,g),S=B(i),this.setHMACKey=function(r,s,a){var d;if(!0==m)throw Error('HMAC key already set');if(!0==x)throw Error('Cannot set HMAC key after calling update');if(!0==D)throw Error('SHAKE is not supported for HMAC');for(o=(a||{}).encoding||'UTF8',s=R(s,o,g)(r),r=s.binLen,s=s.value,d=P>>>3,a=d/4-1,d<r/8&&(s=f(s,r,0,B(i),H));s.length<=a;)s.push(0);for(r=0;r<=a;r+=1)c[r]=909522486^s[r],I[r]=1549556828^s[r];S=n(c,S),t=P,m=!0},this.update=function(r){var i,s,a,e=0,o=P>>>5;for(i=T(r,h,U),r=i.binLen,s=i.value,i=r>>>5,a=0;a<i;a+=o)e+P<=r&&(S=n(s.slice(a,a+o),S),e+=P);t+=e,h=s.slice(e>>>5),U=r%P,x=!0},this.getHash=function(s,o){var b,e,A,c;if(!0==m)throw Error('Cannot call getHash after setting HMAC key');if(A=C(o),!0==D){if(-1===A.shakeLen)throw Error('shakeLen must be specified in options');H=A.shakeLen}switch(s){case'HEX':b=function(e){return a(e,H,g,A)};break;case'B64':b=function(e){return d(e,H,g,A)};break;case'BYTES':b=function(e){return p(e,H,g)};break;case'ARRAYBUFFER':try{e=new ArrayBuffer(0)}catch(e){throw Error('ARRAYBUFFER not supported by this environment')}b=function(e){return u(e,H,g)};break;case'UINT8ARRAY':try{e=new Uint8Array(0)}catch(e){throw Error('UINT8ARRAY not supported by this environment')}b=function(e){return l(e,H,g)};break;default:throw Error('format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY');}for(c=f(h.slice(),U,t,E(S),H),e=1;e<r;e+=1)!0==D&&0!=H%32&&(c[c.length-1]&=16777215>>>24-H%32),c=f(c,H,0,B(i),H);return b(c)},this.getHMAC=function(r,s){var o,e,A,c;if(!1==m)throw Error('Cannot call getHMAC without first setting HMAC key');switch(A=C(s),r){case'HEX':o=function(e){return a(e,H,g,A)};break;case'B64':o=function(e){return d(e,H,g,A)};break;case'BYTES':o=function(e){return p(e,H,g)};break;case'ARRAYBUFFER':try{o=new ArrayBuffer(0)}catch(e){throw Error('ARRAYBUFFER not supported by this environment')}o=function(e){return u(e,H,g)};break;case'UINT8ARRAY':try{o=new Uint8Array(0)}catch(e){throw Error('UINT8ARRAY not supported by this environment')}o=function(e){return l(e,H,g)};break;default:throw Error('outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY');}return e=f(h.slice(),U,t,E(S),H),c=n(I,B(i)),c=f(e,H,P,c,H),o(c)}}function I(e,t){this.a=e,this.b=t}function m(e,t,r,a){var i,s,o,n,d;for(t=t||[0],r=r||0,s=r>>>3,d=-1===a?3:0,i=0;i<e.length;i+=1)n=i+s,o=n>>>2,t.length<=o&&t.push(0),t[o]|=e[i]<<8*(d+n%4*a);return{value:t,binLen:8*e.length+r}}function a(t,a,r,e){var i='';a/=8;var s,o,n;for(n=-1===r?3:0,s=0;s<a;s+=1)o=t[s>>>2]>>>8*(n+s%4*r),i+='0123456789abcdef'.charAt(15&o>>>4)+'0123456789abcdef'.charAt(15&o);return e.outputUpper?i.toUpperCase():i}function d(t,a,r,e){var i,s,o,n,d='',c=a/8;for(n=-1===r?3:0,i=0;i<c;i+=3)for(s=i+1<c?t[i+1>>>2]:0,o=i+2<c?t[i+2>>>2]:0,o=(255&t[i>>>2]>>>8*(n+i%4*r))<<16|(255&s>>>8*(n+(i+1)%4*r))<<8|255&o>>>8*(n+(i+2)%4*r),s=0;4>s;s+=1)d+=8*i+6*s<=a?'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.charAt(63&o>>>6*(3-s)):e.b64Pad;return d}function p(t,a,r){var e='';a/=8;var i,s,o;for(o=-1===r?3:0,i=0;i<a;i+=1)s=255&t[i>>>2]>>>8*(o+i%4*r),e+=String.fromCharCode(s);return e}function u(t,a,r){a/=8;var e,i,s,o=new ArrayBuffer(a);for(s=new Uint8Array(o),i=-1===r?3:0,e=0;e<a;e+=1)s[e]=255&t[e>>>2]>>>8*(i+e%4*r);return o}function l(t,a,r){a/=8;var e,i,s=new Uint8Array(a);for(i=-1===r?3:0,e=0;e<a;e+=1)s[e]=255&t[e>>>2]>>>8*(i+e%4*r);return s}function C(e){var t={outputUpper:!1,b64Pad:'=',shakeLen:-1};if(e=e||{},t.outputUpper=e.outputUpper||!1,!0===e.hasOwnProperty('b64Pad')&&(t.b64Pad=e.b64Pad),!0===e.hasOwnProperty('shakeLen')){if(0!=e.shakeLen%8)throw Error('shakeLen must be a multiple of 8');t.shakeLen=e.shakeLen}if('boolean'!=typeof t.outputUpper)throw Error('Invalid outputUpper formatting option');if('string'!=typeof t.b64Pad)throw Error('Invalid b64Pad formatting option');return t}function R(t,i,s){switch(i){case'UTF8':case'UTF16BE':case'UTF16LE':break;default:throw Error('encoding must be UTF8, UTF16BE, or UTF16LE');}switch(t){case'HEX':t=function(e,t,r){var i,o,d,c,n,m,p=e.length;if(0!=p%2)throw Error('String of HEX type must be in byte increments');for(t=t||[0],r=r||0,n=r>>>3,m=-1===s?3:0,i=0;i<p;i+=2){if(o=parseInt(e.substr(i,2),16),isNaN(o))throw Error('String of HEX type contains invalid characters');for(c=(i>>>1)+n,d=c>>>2;t.length<=d;)t.push(0);t[d]|=o<<8*(m+c%4*s)}return{value:t,binLen:4*p+r}};break;case'TEXT':t=function(e,a,o){var c,m,l,b,n,A,u,r,t=0;if(a=a||[0],o=o||0,n=o>>>3,'UTF8'===i)for(r=-1===s?3:0,l=0;l<e.length;l+=1)for(c=e.charCodeAt(l),m=[],128>c?m.push(c):2048>c?(m.push(192|c>>>6),m.push(128|63&c)):55296>c||57344<=c?m.push(224|c>>>12,128|63&c>>>6,128|63&c):(l+=1,c=65536+((1023&c)<<10|1023&e.charCodeAt(l)),m.push(240|c>>>18,128|63&c>>>12,128|63&c>>>6,128|63&c)),b=0;b<m.length;b+=1){for(u=t+n,A=u>>>2;a.length<=A;)a.push(0);a[A]|=m[b]<<8*(r+u%4*s),t+=1}else if('UTF16BE'===i||'UTF16LE'===i)for(r=-1===s?2:0,m='UTF16LE'==i&&1!==s||'UTF16LE'!=i&&1===s,l=0;l<e.length;l+=1){for(c=e.charCodeAt(l),!0===m&&(b=255&c,c=b<<8|c>>>8),u=t+n,A=u>>>2;a.length<=A;)a.push(0);a[A]|=c<<8*(r+u%4*s),t+=2}return{value:a,binLen:8*t+o}};break;case'B64':t=function(e,i,o){var d,m,p,l,n,b,u,r,t=0;if(-1===e.search(/^[a-zA-Z0-9=+\/]+$/))throw Error('Invalid character in base-64 string');if(m=e.indexOf('='),e=e.replace(/\=/g,''),-1!==m&&m<e.length)throw Error('Invalid \'=\' found in base-64 string');for(i=i||[0],o=o||0,b=o>>>3,r=-1===s?3:0,m=0;m<e.length;m+=4){for(n=e.substr(m,4),p=l=0;p<n.length;p+=1)d='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.indexOf(n.charAt(p)),l|=d<<18-6*p;for(p=0;p<n.length-1;p+=1){for(u=t+b,d=u>>>2;i.length<=d;)i.push(0);i[d]|=(255&l>>>16-8*p)<<8*(r+u%4*s),t+=1}}return{value:i,binLen:8*t+o}};break;case'BYTES':t=function(e,t,r){var i,o,d,c,m,n;for(t=t||[0],r=r||0,d=r>>>3,n=-1===s?3:0,o=0;o<e.length;o+=1)i=e.charCodeAt(o),m=o+d,c=m>>>2,t.length<=c&&t.push(0),t[c]|=i<<8*(n+m%4*s);return{value:t,binLen:8*e.length+r}};break;case'ARRAYBUFFER':try{t=new ArrayBuffer(0)}catch(e){throw Error('ARRAYBUFFER not supported by this environment')}t=function(e,t,a){return m(new Uint8Array(e),t,a,s)};break;case'UINT8ARRAY':try{t=new Uint8Array(0)}catch(e){throw Error('UINT8ARRAY not supported by this environment')}t=function(e,t,a){return m(e,t,a,s)};break;default:throw Error('format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY');}return t}function S(e,t){return e<<t|e>>>32-t}function h(e,t){return 32<t?(t-=32,new I(e.b<<t|e.a>>>32-t,e.a<<t|e.b>>>32-t)):0===t?e:new I(e.a<<t|e.b>>>32-t,e.b<<t|e.a>>>32-t)}function b(e,t){return e>>>t|e<<32-t}function g(t,a){var r=null,r=new I(t.a,t.b);return r=32>=a?new I(r.a>>>a|4294967295&r.b<<32-a,r.b>>>a|4294967295&r.a<<32-a):new I(r.b>>>a-32|4294967295&r.a<<64-a,r.a>>>a-32|4294967295&r.b<<64-a)}function t(t,a){var r=null;return r=32>=a?new I(t.a>>>a,t.b>>>a|4294967295&t.a<<32-a):new I(0,t.a>>>a-32)}function T(t,r,i){return t&r^~t&i}function P(t,a,r){return new I(t.a&a.a^~t.a&r.a,t.b&a.b^~t.b&r.b)}function U(t,a,r){return t&a^t&r^a&r}function O(t,a,r){return new I(t.a&a.a^t.a&r.a^a.a&r.a,t.b&a.b^t.b&r.b^a.b&r.b)}function M(e){return b(e,2)^b(e,13)^b(e,22)}function N(t){var a=g(t,28),r=g(t,34);return t=g(t,39),new I(a.a^r.a^t.a,a.b^r.b^t.b)}function V(e){return b(e,6)^b(e,11)^b(e,25)}function j(t){var a=g(t,14),r=g(t,18);return t=g(t,41),new I(a.a^r.a^t.a,a.b^r.b^t.b)}function _(e){return b(e,7)^b(e,18)^e>>>3}function Q(a){var r=g(a,1),i=g(a,8);return a=t(a,7),new I(r.a^i.a^a.a,r.b^i.b^a.b)}function W(e){return b(e,17)^b(e,19)^e>>>10}function $(a){var r=g(a,19),i=g(a,61);return a=t(a,6),new I(r.a^i.a^a.a,r.b^i.b^a.b)}function ee(t,a){var r=(65535&t)+(65535&a);return(65535&(t>>>16)+(a>>>16)+(r>>>16))<<16|65535&r}function G(t,a,r,e){var i=(65535&t)+(65535&a)+(65535&r)+(65535&e);return(65535&(t>>>16)+(a>>>16)+(r>>>16)+(e>>>16)+(i>>>16))<<16|65535&i}function te(t,a,r,e,i){var s=(65535&t)+(65535&a)+(65535&r)+(65535&e)+(65535&i);return(65535&(t>>>16)+(a>>>16)+(r>>>16)+(e>>>16)+(i>>>16)+(s>>>16))<<16|65535&s}function H(t,a){var r,e,i;return r=(65535&t.b)+(65535&a.b),e=(t.b>>>16)+(a.b>>>16)+(r>>>16),i=(65535&e)<<16|65535&r,r=(65535&t.a)+(65535&a.a)+(e>>>16),e=(t.a>>>16)+(a.a>>>16)+(r>>>16),new I((65535&e)<<16|65535&r,i)}function ae(t,a,r,e){var i,s,o;return i=(65535&t.b)+(65535&a.b)+(65535&r.b)+(65535&e.b),s=(t.b>>>16)+(a.b>>>16)+(r.b>>>16)+(e.b>>>16)+(i>>>16),o=(65535&s)<<16|65535&i,i=(65535&t.a)+(65535&a.a)+(65535&r.a)+(65535&e.a)+(s>>>16),s=(t.a>>>16)+(a.a>>>16)+(r.a>>>16)+(e.a>>>16)+(i>>>16),new I((65535&s)<<16|65535&i,o)}function re(t,a,r,e,i){var s,o,n;return s=(65535&t.b)+(65535&a.b)+(65535&r.b)+(65535&e.b)+(65535&i.b),o=(t.b>>>16)+(a.b>>>16)+(r.b>>>16)+(e.b>>>16)+(i.b>>>16)+(s>>>16),n=(65535&o)<<16|65535&s,s=(65535&t.a)+(65535&a.a)+(65535&r.a)+(65535&e.a)+(65535&i.a)+(o>>>16),o=(t.a>>>16)+(a.a>>>16)+(r.a>>>16)+(e.a>>>16)+(i.a>>>16)+(s>>>16),new I((65535&o)<<16|65535&s,n)}function E(e,t){return new I(e.a^t.a,e.b^t.b)}function B(t){var a,e=[];if('SHA-1'===t)e=[1732584193,4023233417,2562383102,271733878,3285377520];else if(0===t.lastIndexOf('SHA-',0))switch(e=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428],a=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],t){case'SHA-224':break;case'SHA-256':e=a;break;case'SHA-384':e=[new I(3418070365,e[0]),new I(1654270250,e[1]),new I(2438529370,e[2]),new I(355462360,e[3]),new I(1731405415,e[4]),new I(41048885895,e[5]),new I(3675008525,e[6]),new I(1203062813,e[7])];break;case'SHA-512':e=[new I(a[0],4089235720),new I(a[1],2227873595),new I(a[2],4271175723),new I(a[3],1595750129),new I(a[4],2917565137),new I(a[5],725511199),new I(a[6],4215389547),new I(a[7],327033209)];break;default:throw Error('Unknown SHA variant');}else if(0===t.lastIndexOf('SHA3-',0)||0===t.lastIndexOf('SHAKE',0))for(t=0;5>t;t+=1)e[t]=[new I(0,0),new I(0,0),new I(0,0),new I(0,0),new I(0,0)];else throw Error('No SHA variants supported');return e}function A(t,a){var r,i,s,o,n,d,m,p=[];for(r=a[0],i=a[1],s=a[2],o=a[3],n=a[4],m=0;80>m;m+=1)p[m]=16>m?t[m]:S(p[m-3]^p[m-8]^p[m-14]^p[m-16],1),d=20>m?te(S(r,5),i&s^~i&o,n,1518500249,p[m]):40>m?te(S(r,5),i^s^o,n,1859775393,p[m]):60>m?te(S(r,5),U(i,s,o),n,2400959708,p[m]):te(S(r,5),i^s^o,n,3395469782,p[m]),n=o,o=s,s=S(i,30),i=r,r=d;return a[0]=ee(r,a[0]),a[1]=ee(i,a[1]),a[2]=ee(s,a[2]),a[3]=ee(o,a[3]),a[4]=ee(n,a[4]),a}function K(t,a,r,e){var i;for(i=(a+65>>>9<<4)+15;t.length<=i;)t.push(0);for(t[a>>>5]|=128<<24-a%32,a+=r,t[i]=4294967295&a,t[i-1]=0|a/4294967296,a=t.length,i=0;i<a;i+=16)e=A(t.slice(i,i+16),e);return e}function v(a,i,s){var e,o,d,m,b,l,p,g,n,h,u,r,t,R,S,f,A,v,y,k,x,C,D,F=[];if('SHA-224'===s||'SHA-256'===s)h=64,r=1,C=Number,t=ee,R=G,S=te,f=_,A=W,v=M,y=V,x=U,k=T,D=L;else if('SHA-384'===s||'SHA-512'===s)h=80,r=2,C=I,t=H,R=ae,S=re,f=Q,A=$,v=N,y=j,x=O,k=P,D=c;else throw Error('Unexpected error in SHA-2 implementation');for(s=i[0],e=i[1],o=i[2],d=i[3],m=i[4],b=i[5],l=i[6],p=i[7],u=0;u<h;u+=1)16>u?(n=u*r,g=a.length<=n?0:a[n],n=a.length<=n+1?0:a[n+1],F[u]=new C(g,n)):F[u]=R(A(F[u-2]),F[u-7],f(F[u-15]),F[u-16]),g=S(p,y(m),k(m,b,l),D[u],F[u]),n=t(v(s),x(s,e,o)),p=l,l=b,b=m,m=t(d,g),d=o,o=e,e=s,s=t(g,n);return i[0]=t(s,i[0]),i[1]=t(e,i[1]),i[2]=t(o,i[2]),i[3]=t(d,i[3]),i[4]=t(m,i[4]),i[5]=t(b,i[5]),i[6]=t(l,i[6]),i[7]=t(p,i[7]),i}function y(t,a){var r,e,i,s,o=[],d=[];if(null!==t)for(e=0;e<t.length;e+=2)a[(e>>>1)%5][0|(e>>>1)/5]=E(a[(e>>>1)%5][0|(e>>>1)/5],new I(t[e+1],t[e]));for(r=0;24>r;r+=1){for(s=B('SHA3-'),e=0;5>e;e+=1){i=a[e][0];var c=a[e][1],m=a[e][2],p=a[e][3],n=a[e][4];o[e]=new I(i.a^c.a^m.a^p.a^n.a,i.b^c.b^m.b^p.b^n.b)}for(e=0;5>e;e+=1)d[e]=E(o[(e+4)%5],h(o[(e+1)%5],1));for(e=0;5>e;e+=1)for(i=0;5>i;i+=1)a[e][i]=E(a[e][i],d[e]);for(e=0;5>e;e+=1)for(i=0;5>i;i+=1)s[i][(2*e+3*i)%5]=h(a[e][i],f[e][i]);for(e=0;5>e;e+=1)for(i=0;5>i;i+=1)a[e][i]=E(s[e][i],new I(~s[(e+1)%5][i].a&s[(e+2)%5][i].a,~s[(e+1)%5][i].b&s[(e+2)%5][i].b));a[0][0]=E(a[0][0],x[r])}return a}var L,c,f,x;L=[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],c=[new I(L[0],3609767458),new I(L[1],602891725),new I(L[2],3964484399),new I(L[3],2173295548),new I(L[4],4081628472),new I(L[5],3053834265),new I(L[6],2937671579),new I(L[7],3664609560),new I(L[8],2734883394),new I(L[9],1164996542),new I(L[10],1323610764),new I(L[11],3590304994),new I(L[12],4068182383),new I(L[13],991336113),new I(L[14],633803317),new I(L[15],3479774868),new I(L[16],2666613458),new I(L[17],944711139),new I(L[18],2341262773),new I(L[19],2007800933),new I(L[20],1495990901),new I(L[21],1856431235),new I(L[22],3175218132),new I(L[23],2198950837),new I(L[24],3999719339),new I(L[25],766784016),new I(L[26],2566594879),new I(L[27],3203337956),new I(L[28],1034457026),new I(L[29],2466948901),new I(L[30],3758326383),new I(L[31],168717936),new I(L[32],1188179964),new I(L[33],1546045734),new I(L[34],1522805485),new I(L[35],2643833823),new I(L[36],2343527390),new I(L[37],1014477480),new I(L[38],1206759142),new I(L[39],344077627),new I(L[40],1290863460),new I(L[41],3158454273),new I(L[42],3505952657),new I(L[43],106217008),new I(L[44],3606008344),new I(L[45],1432725776),new I(L[46],1467031594),new I(L[47],851169720),new I(L[48],3100823752),new I(L[49],1363258195),new I(L[50],3750685593),new I(L[51],3785050280),new I(L[52],3318307427),new I(L[53],3812723403),new I(L[54],2003034995),new I(L[55],3602036899),new I(L[56],1575990012),new I(L[57],1125592928),new I(L[58],2716904306),new I(L[59],442776044),new I(L[60],593698344),new I(L[61],3733110249),new I(L[62],2999351573),new I(L[63],3815920427),new I(3391569614,3928383900),new I(3515267271,566280711),new I(3940187606,3454069534),new I(4118630271,4000239992),new I(116418474,1914138554),new I(174292421,2731055270),new I(289380356,3203993006),new I(460393269,320620315),new I(685471733,587496836),new I(852142971,1086792851),new I(1017036298,365543100),new I(1126000580,2618297676),new I(1288033470,3409855158),new I(1501505948,4234509866),new I(1607167915,987167468),new I(1816402316,1246189591)],x=[new I(0,1),new I(0,32898),new I(2147483648,32906),new I(2147483648,2147516416),new I(0,32907),new I(0,2147483649),new I(2147483648,2147516545),new I(2147483648,32777),new I(0,138),new I(0,136),new I(0,2147516425),new I(0,2147483658),new I(0,2147516555),new I(2147483648,139),new I(2147483648,32905),new I(2147483648,32771),new I(2147483648,32770),new I(2147483648,128),new I(0,32778),new I(2147483648,2147483658),new I(2147483648,2147516545),new I(2147483648,32896),new I(0,2147483649),new I(2147483648,2147516424)],f=[[0,36,3,41,18],[1,44,10,45,2],[62,6,43,15,61],[28,55,25,21,56],[27,20,39,8,14]],(s=function(){return n}.call(r,i,r,e),!(s!==void 0&&(e.exports=s)))})(this)},function(e,t,a){'use strict';t.ApiError=a(1).ApiError,t.ResponseError=a(2).ResponseError,t.TimeoutError=a(3).TimeoutError},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('PUT',`/users/${encodeURIComponent(e)}/merge/${encodeURIComponent(t)}`,3e4,!1),this.targetUserId=e,this.sourceUserId=t,a=a||{},this.cascadeCreate=a.cascadeCreate}bodyParameters(){let e={cascadeCreate:!(this.cascadeCreate!==void 0)||this.cascadeCreate};return e}}t.MergeUsers=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/detailviews/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.duration=a.duration,this.cascadeCreate=a.cascadeCreate,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.duration&&(e.duration=this.duration),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddDetailView=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/purchases/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.amount=a.amount,this.price=a.price,this.profit=a.profit,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.amount&&(e.amount=this.amount),void 0!==this.price&&(e.price=this.price),void 0!==this.profit&&(e.profit=this.profit),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddPurchase=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST','/ratings/',3e3,!1),this.userId=e,this.itemId=t,this.rating=a,r=r||{},this.timestamp=r.timestamp,this.cascadeCreate=r.cascadeCreate,this.recommId=r.recommId,this.additionalData=r.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,e.rating=this.rating,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddRating=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/cartadditions/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.amount=a.amount,this.price=a.price,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.amount&&(e.amount=this.amount),void 0!==this.price&&(e.price=this.price),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddCartAddition=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST','/bookmarks/',3e3,!1),this.userId=e,this.itemId=t,a=a||{},this.timestamp=a.timestamp,this.cascadeCreate=a.cascadeCreate,this.recommId=a.recommId,this.additionalData=a.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.AddBookmark=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST','/viewportions/',3e3,!1),this.userId=e,this.itemId=t,this.portion=a,r=r||{},this.sessionId=r.sessionId,this.timestamp=r.timestamp,this.cascadeCreate=r.cascadeCreate,this.recommId=r.recommId,this.additionalData=r.additionalData}bodyParameters(){let e={};return e.userId=this.userId,e.itemId=this.itemId,e.portion=this.portion,void 0!==this.sessionId&&(e.sessionId=this.sessionId),void 0!==this.timestamp&&(e.timestamp=this.timestamp),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.recommId&&(e.recommId=this.recommId),void 0!==this.additionalData&&(e.additionalData=this.additionalData),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.SetViewPortion=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a){super('POST',`/recomms/users/${encodeURIComponent(e)}/items/`,9e3,!1),this.userId=e,this.count=t,a=a||{},this.scenario=a.scenario,this.cascadeCreate=a.cascadeCreate,this.returnProperties=a.returnProperties,this.includedProperties=a.includedProperties,this.filter=a.filter,this.booster=a.booster,this.logic=a.logic,this.diversity=a.diversity,this.minRelevance=a.minRelevance,this.rotationRate=a.rotationRate,this.rotationTime=a.rotationTime,this.expertSettings=a.expertSettings,this.returnAbGroup=a.returnAbGroup}bodyParameters(){let e={};return e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.diversity&&(e.diversity=this.diversity),void 0!==this.minRelevance&&(e.minRelevance=this.minRelevance),void 0!==this.rotationRate&&(e.rotationRate=this.rotationRate),void 0!==this.rotationTime&&(e.rotationTime=this.rotationTime),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.RecommendItemsToUser=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST',`/recomms/items/${encodeURIComponent(e)}/items/`,9e3,!1),this.itemId=e,this.targetUserId=t,this.count=a,r=r||{},this.scenario=r.scenario,this.cascadeCreate=r.cascadeCreate,this.returnProperties=r.returnProperties,this.includedProperties=r.includedProperties,this.filter=r.filter,this.booster=r.booster,this.logic=r.logic,this.userImpact=r.userImpact,this.diversity=r.diversity,this.minRelevance=r.minRelevance,this.rotationRate=r.rotationRate,this.rotationTime=r.rotationTime,this.expertSettings=r.expertSettings,this.returnAbGroup=r.returnAbGroup}bodyParameters(){let e={};return e.targetUserId=this.targetUserId,e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.userImpact&&(e.userImpact=this.userImpact),void 0!==this.diversity&&(e.diversity=this.diversity),void 0!==this.minRelevance&&(e.minRelevance=this.minRelevance),void 0!==this.rotationRate&&(e.rotationRate=this.rotationRate),void 0!==this.rotationTime&&(e.rotationTime=this.rotationTime),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.RecommendItemsToItem=i},function(e,t,a){'use strict';const r=a(0);class i extends r.Request{constructor(e,t,a,r){super('POST',`/search/users/${encodeURIComponent(e)}/items/`,9e3,!1),this.userId=e,this.searchQuery=t,this.count=a,r=r||{},this.scenario=r.scenario,this.cascadeCreate=r.cascadeCreate,this.returnProperties=r.returnProperties,this.includedProperties=r.includedProperties,this.filter=r.filter,this.booster=r.booster,this.logic=r.logic,this.expertSettings=r.expertSettings,this.returnAbGroup=r.returnAbGroup}bodyParameters(){let e={};return e.searchQuery=this.searchQuery,e.count=this.count,void 0!==this.scenario&&(e.scenario=this.scenario),void 0!==this.cascadeCreate&&(e.cascadeCreate=this.cascadeCreate),void 0!==this.returnProperties&&(e.returnProperties=this.returnProperties),void 0!==this.includedProperties&&(e.includedProperties=this.includedProperties),void 0!==this.filter&&(e.filter=this.filter),void 0!==this.booster&&(e.booster=this.booster),void 0!==this.logic&&(e.logic=this.logic),void 0!==this.expertSettings&&(e.expertSettings=this.expertSettings),void 0!==this.returnAbGroup&&(e.returnAbGroup=this.returnAbGroup),e.cascadeCreate=void 0===this.cascadeCreate||this.cascadeCreate,e}}t.SearchItems=i}])});
//# sourceMappingURL=recombee-api-client.min.js.map
{
"name": "recombee-js-api-client",
"version": "3.0.0",
"version": "3.0.1",
"description": "Client-side js library for easy use of the Recombee recommendation API",

@@ -5,0 +5,0 @@ "browser": "./src/index.js",

@@ -18,3 +18,3 @@ # Recombee API Client

```js
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@3.0.0/dist/recombee-api-client.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@3.0.1/dist/recombee-api-client.min.js"></script>
```

@@ -174,3 +174,3 @@

<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@3.0.0/dist/recombee-api-client.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/recombee/js-api-client@3.0.1/dist/recombee-api-client.min.js"></script>

@@ -177,0 +177,0 @@ <script type="text/javascript">

@@ -21,3 +21,3 @@ 'use strict';

this.options = options || {};
this.baseUri = this.options.baseUri || process.env.RAPI_URI || 'client-rapi.recombee.com';
this.baseUri = this.options.baseUri || 'client-rapi.recombee.com';
this.useHttps = ('useHttps' in this.options) ? this.options.useHttps : true;

@@ -24,0 +24,0 @@ this.async = ('async' in this.options) ? this.options.async : true;

@@ -11,3 +11,3 @@ /*

* It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.
* The returned items are sorted by relevancy (first item being the most relevant).
* The returned items are sorted by relevance (first item being the most relevant).
*/

@@ -121,3 +121,3 @@ class RecommendItemsToItem extends rqs.Request {

* - Type: string
* - Description: **Expert option** If the *targetUserId* is provided: Specifies the threshold of how much relevant must the recommended items be to the user. Possible values one of: "low", "medium", "high". The default value is "low", meaning that the system attempts to recommend number of items equal to *count* at any cost. If there are not enough data (such as interactions or item properties), this may even lead to bestseller-based recommendations to be appended to reach the full *count*. This behavior may be suppressed by using "medium" or "high" values. In such case, the system only recommends items of at least the requested relevancy, and may return less than *count* items when there is not enough data to fulfill it.
* - Description: **Expert option** If the *targetUserId* is provided: Specifies the threshold of how much relevant must the recommended items be to the user. Possible values one of: "low", "medium", "high". The default value is "low", meaning that the system attempts to recommend number of items equal to *count* at any cost. If there are not enough data (such as interactions or item properties), this may even lead to bestseller-based recommendations to be appended to reach the full *count*. This behavior may be suppressed by using "medium" or "high" values. In such case, the system only recommends items of at least the requested relevance, and may return less than *count* items when there is not enough data to fulfill it.
* - *rotationRate*

@@ -124,0 +124,0 @@ * - Type: number

@@ -12,3 +12,3 @@ /*

* It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.
* The returned items are sorted by relevancy (first item being the most relevant).
* The returned items are sorted by relevance (first item being the most relevant).
*/

@@ -106,3 +106,3 @@ class RecommendItemsToUser extends rqs.Request {

* - Type: string
* - Description: **Expert option** Specifies the threshold of how much relevant must the recommended items be to the user. Possible values one of: "low", "medium", "high". The default value is "low", meaning that the system attempts to recommend number of items equal to *count* at any cost. If there are not enough data (such as interactions or item properties), this may even lead to bestseller-based recommendations to be appended to reach the full *count*. This behavior may be suppressed by using "medium" or "high" values. In such case, the system only recommends items of at least the requested relevancy, and may return less than *count* items when there is not enough data to fulfill it.
* - Description: **Expert option** Specifies the threshold of how much relevant must the recommended items be to the user. Possible values one of: "low", "medium", "high". The default value is "low", meaning that the system attempts to recommend number of items equal to *count* at any cost. If there are not enough data (such as interactions or item properties), this may even lead to bestseller-based recommendations to be appended to reach the full *count*. This behavior may be suppressed by using "medium" or "high" values. In such case, the system only recommends items of at least the requested relevance, and may return less than *count* items when there is not enough data to fulfill it.
* - *rotationRate*

@@ -109,0 +109,0 @@ * - Type: number

@@ -13,3 +13,3 @@ /*

* It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.
* The returned items are sorted by relevancy (first item being the most relevant).
* The returned items are sorted by relevance (first item being the most relevant).
*/

@@ -16,0 +16,0 @@ class SearchItems extends rqs.Request {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc